@font-face {
  font-family: IRANYekanX;
  font-style: normal;
  font-weight: 100;
  display: swap;
  src: url("../webfonts/woff/IRANYekanX-Thin.woff") format("woff"),
    url("../webfonts/woff2/IRANYekanX-Thin.woff2") format("woff2");
}

@font-face {
  font-family: IRANYekanX;
  font-style: normal;
  font-weight: 200;
  display: swap;
  src: url("../webfonts/woff/IRANYekanX-UltraLight.woff") format("woff"),
    url("../webfonts/woff2/IRANYekanX-UltraLight.woff2") format("woff2");
}

@font-face {
  font-family: IRANYekanX;
  font-style: normal;
  font-weight: 300;
  display: swap;
  src: url("../webfonts/woff/IRANYekanX-Light.woff") format("woff"),
    url("../webfonts/woff2/IRANYekanX-Light.woff2") format("woff2");
}

@font-face {
  font-family: IRANYekanX;
  font-style: normal;
  font-weight: 500;
  display: swap;
  src: url("../webfonts/woff/IRANYekanX-Medium.woff") format("woff"),
    url("../webfonts/woff2/IRANYekanX-Medium.woff2") format("woff2");
}

@font-face {
  font-family: IRANYekanX;
  font-style: normal;
  font-weight: 600;
  display: swap;
  src: url("../webfonts/woff/IRANYekanX-DemiBold.woff") format("woff"),
    url("../webfonts/woff2/IRANYekanX-DemiBold.woff2") format("woff2");
}

@font-face {
  font-family: IRANYekanX;
  font-style: normal;
  font-weight: 800;
  display: swap;
  src: url("../webfonts/woff/IRANYekanX-ExtraBold.woff") format("woff"),
    url("../webfonts/woff2/IRANYekanX-ExtraBold.woff2") format("woff2");
}

@font-face {
  font-family: IRANYekanX;
  font-style: normal;
  font-weight: 900;
  display: swap;
  src: url("../webfonts/woff/IRANYekanX-Black.woff") format("woff"),
    url("../webfonts/woff2/IRANYekanX-Black.woff2") format("woff2");
}
@font-face {
  font-family: IRANYekanX;
  font-style: normal;
  font-weight: 950;
  display: swap;
  src: url("../webfonts/woff/IRANYekanX-ExtraBlack.woff") format("woff"),
    url("../webfonts/woff2/IRANYekanX-ExtraBlack.woff2") format("woff2");
}

@font-face {
  font-family: IRANYekanX;
  font-style: normal;
  font-weight: 1000;
  display: swap;
  src: url("../webfonts/woff/IRANYekanX-Heavy.woff") format("woff"),
    url("../webfonts/woff2/IRANYekanX-Heavy.woff2") format("woff2");
}

@font-face {
  font-family: IRANYekanX;
  font-style: normal;
  font-weight: bold;
  display: swap;
  src: url("../webfonts/woff/IRANYekanX-Bold.woff") format("woff"),
    url("../webfonts/woff2/IRANYekanX-Bold.woff2") format("woff2");
}

@font-face {
  font-family: IRANYekanX;
  font-style: normal;
  font-weight: normal;
  display: swap;
  src: url("../webfonts/woff/IRANYekanX-Regular.woff") format("woff"),
    url("../webfonts/woff2/IRANYekanX-Regular.woff2") format("woff2");
}

:root {
  --primary-color: #7824c0;
  --primary-color2: #5e1a9a;
  --primary-color3: #9b45d4;
  --primary-light: rgba(120, 36, 192, 0.08);
  --primary-light2: rgba(120, 36, 192, 0.15);

  --secondary-color: #bf0a7c;
  --secondary-color2: #e00f93;
  --secondary-color3: #96065f;
  --secondary-light: rgba(191, 10, 124, 0.08);
  --secondary-light2: rgba(191, 10, 124, 0.15);

  --accent-color: #ff7800;
  --accent-color2: #ff9933;
  --accent-color3: #cc6000;
  --accent-light: rgba(255, 120, 0, 0.1);

  --background-color: #f8f5ff;
  --background-color2: #ffffff;
  --background-color3: #f0eafa;
  --background-color4: #fdf4fb;
  --background-color5: #ffffff;
  --light-color: #ffffff;

  --text-color: #1a0a2e;
  --text-color2: #3d2060;
  --text-color3: #7a5ea0;
  --text-color4: #ffffff;
  --text-color5: #b8a0d0;

  --border-color: rgba(120, 36, 192, 0.18);
  --border-color2: rgba(120, 36, 192, 0.1);
  --border-color3: rgba(191, 10, 124, 0.2);

  --shadow-sm: 0 2px 8px rgba(120, 36, 192, 0.08);
  --shadow-md: 0 6px 24px rgba(120, 36, 192, 0.14);
  --shadow-lg: 0 16px 48px rgba(120, 36, 192, 0.18);
  --shadow-pink: 0 4px 20px rgba(191, 10, 124, 0.25);
  --shadow-purple: 0 4px 20px rgba(120, 36, 192, 0.25);

  --radius-sm: 6px;
  --radius-md: 12px;
  --radius-lg: 20px;
  --radius-xl: 32px;
  --radius-full: 9999px;

  --gradient-main: linear-gradient(
    135deg,
    var(--primary-color),
    var(--secondary-color)
  );
  --gradient-soft: linear-gradient(
    135deg,
    var(--primary-light),
    var(--secondary-light)
  );
  --gradient-accent: linear-gradient(
    135deg,
    var(--secondary-color),
    var(--accent-color)
  );

  --transition: all 0.35s cubic-bezier(0.4, 0, 0.2, 1);
  --transition-fast: all 0.2s ease;

  --font-fa: "IRANYekanX", sans-serif;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
}

body {
  font-family: var(--font-fa);
  background-color: var(--background-color);
  color: var(--text-color);
  direction: rtl;
  line-height: 1.7;
  overflow-x: hidden;
}

a {
  text-decoration: none;
  color: inherit;
  transition: var(--transition-fast);
}
img {
  max-width: 100%;
  display: block;
}
ul,
ol {
  list-style: none;
}
button {
  cursor: pointer;
  border: none;
  background: none;
  font-family: var(--font-fa);
}

/* SECTION UTILITIES */
.section-padding {
  padding: 90px 0;
}

.section-padding {
  margin-bottom: 50px;
}
.section-header.centered {
  text-align: center;
  padding-bottom: 24px;
}

.section-subtitle {
  font-size: 0.88rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--primary-color);
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  gap: 8px;
}
.section-header.centered .section-subtitle {
  justify-content: center;
}
.section-subtitle::before {
  content: "";
  width: 20px;
  height: 2px;
  background: var(--gradient-main);
  border-radius: 2px;
}

.section-title {
  font-size: 2.1rem;
  font-weight: 800;
  color: var(--text-color);
  line-height: 1.3;
  margin-bottom: 14px;
}
.section-title span {
  background: var(--gradient-main);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.title-line {
  width: 52px;
  height: 3px;
  background: var(--gradient-main);
  border-radius: 3px;
  margin-top: 14px;
}
.section-header.centered .title-line {
  margin-left: auto;
  margin-right: auto;
}

/* BUTTONS */
.btn-primary {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 12px 28px;
  border-radius: var(--radius-full);
  background: var(--gradient-main);
  color: var(--light-color);
  font-weight: 700;
  font-size: 0.92rem;
  transition: var(--transition);
  box-shadow: var(--shadow-purple);
  border: none;
  font-family: var(--font-fa);
}
.btn-primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 28px rgba(120, 36, 192, 0.4);
  color: var(--light-color);
}

.btn-ghost {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 11px 26px;
  border-radius: var(--radius-full);
  background: transparent;
  color: var(--primary-color);
  font-weight: 700;
  font-size: 0.92rem;
  transition: var(--transition);
  border: 2px solid var(--primary-color);
}
.btn-ghost:hover {
  background: var(--primary-color);
  color: var(--light-color);
  transform: translateY(-2px);
}

.btn-outline {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 9px 22px;
  border-radius: var(--radius-full);
  background: transparent;
  color: var(--secondary-color);
  font-weight: 600;
  font-size: 0.88rem;
  transition: var(--transition);
  border: 1.5px solid var(--secondary-color);
}
.btn-outline:hover {
  background: var(--secondary-color);
  color: var(--light-color);
}

.btn-login {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 8px 18px;
  border-radius: var(--radius-full);
  color: var(--text-color2);
  font-size: 0.87rem;
  font-weight: 600;
  border: 1.5px solid var(--border-color);
  background: var(--background-color2);
  transition: var(--transition-fast);
}
.btn-login:hover {
  border-color: var(--primary-color);
  color: var(--primary-color);
}

.btn-register {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  padding: 9px 20px;
  border-radius: var(--radius-full);
  background: var(--gradient-main);
  color: var(--light-color);
  font-size: 0.87rem;
  font-weight: 700;
  transition: var(--transition);
  box-shadow: var(--shadow-purple);
}
.btn-register:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(120, 36, 192, 0.35);
  color: var(--light-color);
}

/* HEADER */
.site-header {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1000;
  background: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(16px);
  border-bottom: 1px solid var(--border-color2);
  transition: var(--transition);
  height: 72px;
  display: flex;
  align-items: center;
}
.site-header.scrolled {
  box-shadow: var(--shadow-md);
  background: rgba(255, 255, 255, 0.98);
}

.logo {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-shrink: 0;
}
.logo-img {
  height: 40px;
  width: auto;
}
.logo-text strong {
  display: block;
  font-size: 1rem;
  font-weight: 800;
  background: var(--gradient-main);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.logo-text span {
  display: block;
  font-size: 0.72rem;
  color: var(--text-color3);
}

.main-nav {
  display: flex;
  align-items: center;
  gap: 4px;
  margin-right: auto;
}
.main-nav a:not(.left-menu a) {
  padding: 8px 14px;
  font-size: 0.88rem;
  font-weight: 600;
  transition: var(--transition-fast);
}
.main-nav a:hover:not(.left-menu a),
.main-nav a.active:not(.left-menu a) {
  color: var(--primary-color);
  background: var(--primary-light);
  border-radius: var(--radius-full);
}

/* SCROLL TO TOP */
.scroll-top {
  position: fixed;
  bottom: 30px;
  left: 30px;
  width: 44px;
  height: 44px;
  background: var(--gradient-main);
  color: var(--light-color);
  border-radius: var(--radius-full);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
  cursor: pointer;
  opacity: 0;
  pointer-events: none;
  transition: var(--transition-fast);
  box-shadow: var(--shadow-purple);
  z-index: 999;
  border: none;
}
.scroll-top.visible {
  opacity: 1;
  pointer-events: all;
}
.scroll-top:hover {
  transform: translateY(-3px);
}

/* BREADCRUMB */
.breadcrumb-section {
  padding: 120px 0 50px;
  background: linear-gradient(
    160deg,
    var(--background-color3) 0%,
    var(--background-color) 100%
  );
  border-bottom: 1px solid var(--border-color);
}
.breadcrumb-section h1 {
  font-size: 2rem;
  font-weight: 800;
  margin-bottom: 12px;
}
.breadcrumb-nav {
  display: flex;
  align-items: center;
  gap: 8px;
  color: var(--text-color3);
  font-size: 0.875rem;
}
.breadcrumb-nav a {
  color: var(--primary-color);
}
.breadcrumb-nav i {
  font-size: 0.65rem;
  transform: rotate(180deg);
}

/* CARDS */
.card {
  background: var(--background-color2);
  border: 1px solid var(--border-color2);
  border-radius: var(--radius-lg);
  overflow: hidden;
  transition: var(--transition);
  box-shadow: var(--shadow-sm);
}
.card:hover {
  border-color: var(--border-color);
  transform: translateY(-5px);
  box-shadow: var(--shadow-md);
}
.card-img {
  width: 100%;
  aspect-ratio: 16/10;
  object-fit: cover;
}
.card-body {
  padding: 20px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}

.card-tag {
  display: inline-block;
  padding: 3px 12px;
  border-radius: var(--radius-full);
  font-size: 0.74rem;
  font-weight: 700;
  background: var(--primary-light2);
  color: var(--primary-color);
  margin-bottom: 10px;
}

.card-title {
  font-size: 1rem;
  font-weight: 700;
  margin-bottom: 8px;
  color: var(--text-color);
  line-height: 1.5;
}
.card-text {
  font-size: 0.875rem;
  color: var(--text-color3);
  line-height: 1.7;
  margin-bottom: 16px;
  flex: 1 0;
}
.card-meta {
  display: flex;
  gap: 14px;
  margin-bottom: 12px;
}
.card-meta-item {
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: 0.78rem;
  color: var(--text-color3);
}
.card-meta-item i {
  color: var(--primary-color);
}
.course-card-price {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 14px;
  border-top: 1px solid var(--border-color2);
  width: 100%;
}
.price-val {
  font-size: 1.15rem;
  font-weight: 800;
  color: var(--primary-color);
}
.price-label {
  font-size: 0.75rem;
  color: var(--text-color3);
  margin-right: 4px;
}

/* BADGE */
.badge {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  padding: 3px 12px;
  border-radius: var(--radius-full);
  font-size: 0.74rem;
  font-weight: 700;
}
.badge-gold {
  background: rgba(255, 120, 0, 0.1);
  color: var(--accent-color);
  border: 1px solid rgba(255, 120, 0, 0.25);
}
.badge-info {
  background: var(--primary-light2);
  color: var(--primary-color);
  border: 1px solid var(--border-color);
}
.badge-success {
  background: rgba(39, 174, 96, 0.1);
  color: #27ae60;
  border: 1px solid rgba(39, 174, 96, 0.25);
}

/* SWIPER COMMON */
.swiper-pagination-bullet {
  background: var(--text-color5);
  opacity: 0.6;
}
.swiper-pagination-bullet-active {
  background: var(--primary-color);
  opacity: 1;
}
.swiper-button-next,
.swiper-button-prev {
  color: var(--primary-color);
  background: var(--background-color2);
  width: 38px;
  height: 38px;
  border-radius: var(--radius-full);
  border: 1.5px solid var(--border-color);
  box-shadow: var(--shadow-sm);
}
.swiper-button-next:after,
.swiper-button-prev:after {
  font-size: 1rem;
  font-weight: 900;
}
.swiper-button-next:hover,
.swiper-button-prev:hover {
  background: var(--primary-color);
  color: var(--light-color);
  border-color: var(--primary-color);
}

/* ANIMATE ON SCROLL */
.animate-on-scroll {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}
.animate-on-scroll.visible {
  opacity: 1;
  transform: translateY(0);
}

/* NEWS DATE */
.news-date {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 0.8rem;
  color: var(--text-color3);
  margin-top: 12px;
}
.news-date i {
  color: var(--primary-color);
}

/* FOOTER */
.site-footer {
  background: var(--text-color);
  color: var(--text-color4);
}

.footer-main-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 0;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  padding-bottom: 0;
}

/* Left column - Contact Us */
.footer-contact-col {
  padding: 50px 40px;
  border-left: 1px solid rgba(255, 255, 255, 0.08);
}
.footer-contact-col h3 {
  font-size: 1.3rem;
  font-weight: 800;
  margin-bottom: 28px;
  background: var(--gradient-main);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.footer-contact-item {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  margin-bottom: 18px;
  font-size: 0.9rem;
  color: rgba(255, 255, 255, 0.75);
  line-height: 1.6;
}
.footer-contact-item i {
  color: var(--primary-color3);
  margin-top: 3px;
  flex-shrink: 0;
  font-size: 1rem;
}
.footer-phone-group {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.footer-phone-group span {
  direction: ltr;
  font-size: 0.95rem;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.9);
  letter-spacing: 0.02em;
}
.footer-social-row {
  display: flex;
  gap: 10px;
  margin-top: 28px;
}
.footer-social-row a {
  width: 40px;
  height: 40px;
  border-radius: var(--radius-full);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.05rem;
  transition: var(--transition-fast);
  border: 1.5px solid rgba(255, 255, 255, 0.15);
  color: rgba(255, 255, 255, 0.7);
}
.footer-social-row a:hover {
  background: var(--primary-color);
  border-color: var(--primary-color);
  color: var(--light-color);
  transform: translateY(-2px);
}

/* Center column - Map */
.footer-map-col {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 50px 30px;
  border-left: 1px solid rgba(255, 255, 255, 0.08);
}
.footer-map-circle {
  width: 300px;
  height: 300px;
  border-radius: 50%;
  overflow: hidden;
  border: 4px solid var(--primary-color);
  box-shadow: 0 0 0 6px rgba(120, 36, 192, 0.15),
    0 0 0 12px rgba(120, 36, 192, 0.06);
  background: #2a2a3a;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.footer-map-circle img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.footer-map-placeholder {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  color: rgba(255, 255, 255, 0.5);
  font-size: 0.85rem;
}
.footer-map-placeholder i {
  font-size: 2.5rem;
  color: var(--primary-color3);
}

/* Right column - News */
.footer-news-col {
  padding: 50px 40px;
}
.footer-news-col h3 {
  font-size: 1.3rem;
  font-weight: 800;
  margin-bottom: 28px;
  background: var(--gradient-main);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.footer-news-list {
  display: flex;
  flex-direction: column;
  gap: 0;
}
.footer-news-item {
  display: flex;
  flex-direction: column;
  padding: 14px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  cursor: pointer;
  transition: var(--transition-fast);
}
.footer-news-item:last-child {
  border-bottom: none;
}
.footer-news-item:hover .footer-news-title {
  color: var(--primary-color3);
}
.footer-news-date {
  font-size: 0.74rem;
  color: var(--primary-color3);
  font-weight: 700;
  margin-bottom: 5px;
}
.footer-news-title {
  font-size: 0.87rem;
  color: rgba(255, 255, 255, 0.8);
  line-height: 1.5;
  font-weight: 500;
  transition: var(--transition-fast);
}

/* Footer Middle Strip - App Download */
.footer-app-strip {
  background: rgba(255, 255, 255, 0.04);
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  padding: 28px 0;
}
.footer-app-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  flex-wrap: wrap;
}
.footer-app-text h4 {
  font-size: 1rem;
  font-weight: 700;
  color: var(--light-color);
  margin-bottom: 4px;
}
.footer-app-text p {
  font-size: 0.82rem;
  color: rgba(255, 255, 255, 0.55);
  margin: 0;
}
.footer-app-btns {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
}
.app-store-btn {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 10px 18px;
  border-radius: var(--radius-md);
  border: 1.5px solid rgba(255, 255, 255, 0.15);
  background: rgba(255, 255, 255, 0.06);
  color: rgba(255, 255, 255, 0.85);
  font-size: 0.82rem;
  transition: var(--transition-fast);
}
.app-store-btn i {
  font-size: 1.1rem;
  color: var(--primary-color3);
}
.app-store-btn:hover {
  border-color: var(--primary-color);
  background: rgba(120, 36, 192, 0.2);
  color: var(--light-color);
}
.store-label {
  display: flex;
  flex-direction: column;
  line-height: 1.3;
  text-align: right;
}
.store-label small {
  font-size: 0.65rem;
  color: rgba(255, 255, 255, 0.45);
}

.btn-activation-code {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 10px 18px;
  border-radius: var(--radius-md);
  background: rgba(120, 36, 192, 0.2);
  border: 1.5px dashed var(--primary-color3);
  color: var(--primary-color3);
  font-size: 0.82rem;
  font-weight: 700;
  transition: var(--transition-fast);
  position: relative;
  cursor: pointer;
  font-family: var(--font-fa);
}
.btn-activation-code:hover {
  background: rgba(120, 36, 192, 0.35);
  border-color: var(--light-color);
  color: var(--light-color);
}
.code-copied-tooltip {
  position: absolute;
  bottom: calc(100% + 8px);
  right: 50%;
  transform: translateX(50%);
  background: #27ae60;
  color: var(--light-color);
  padding: 4px 12px;
  border-radius: var(--radius-sm);
  font-size: 0.75rem;
  white-space: nowrap;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.25s;
}
.code-copied-tooltip.show {
  opacity: 1;
}

/* Footer Bottom - Links Strip */
.footer-links-strip {
  padding: 22px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}
.footer-links-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  flex-wrap: wrap;
}
.footer-quick-links {
  display: flex;
  align-items: center;
  gap: 6px;
  flex-wrap: wrap;
}
.footer-quick-links a {
  display: flex;
  align-items: center;
  gap: 5px;
  padding: 5px 12px;
  border-radius: var(--radius-full);
  font-size: 0.82rem;
  color: rgba(255, 255, 255, 0.6);
  transition: var(--transition-fast);
  border: 1px solid rgba(255, 255, 255, 0.08);
}
.footer-quick-links a:hover {
  color: var(--light-color);
  border-color: var(--primary-color);
  background: var(--primary-light);
}
.footer-quick-links a i {
  font-size: 0.7rem;
  color: var(--primary-color3);
}

.footer-copyright {
  font-size: 0.8rem;
  color: rgba(255, 255, 255, 0.4);
  text-align: center;
  margin: 0;
}

/* UTILITY CLASSES */
.btn-sm-primary {
  padding: 8px 18px;
  font-size: 0.82rem;
}
.section-header-inner {
  margin-bottom: 24px;
}
.section-title-sm {
  font-size: 1.3rem;
}
.section-subtitle-top {
  margin: 8px 0 0;
}
.btn-full {
  width: 100%;
  justify-content: center;
}
.contact-social-box {
  background: var(--background-color3);
  border: 1px solid var(--border-color);
  border-radius: var(--radius-md);
  padding: 20px;
  margin-top: 8px;
}
.contact-social-title {
  font-size: 0.9rem;
  margin-bottom: 12px;
}
.icon-gold {
  color: var(--accent-color);
  margin-left: 6px;
}
.gallery-caption {
  padding: 12px 14px 14px;
}
.gallery-caption-text {
  font-size: 0.85rem;
  font-weight: 600;
  color: var(--text-color2);
  margin: 0;
}
.btn-full-flex {
  width: 100%;
  justify-content: center;
  text-align: center;
  display: flex;
}
.swiper-pagination-outer {
  margin-top: 24px;
  position: relative;
}
.label-btn-upload {
  cursor: pointer;
}
.input-hidden {
  display: none;
}
.section-subtitle-mt {
  margin-top: 12px;
}
.swiper-pagination-mt {
  margin-top: 16px;
  position: relative;
}
.text-center-mt {
  text-align: center;
  margin-top: 32px;
}
.section-header-flex {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  flex-wrap: wrap;
  gap: 16px;
  padding-bottom: 24px;
}
.section-header-mb {
  margin-bottom: 40px;
}
.swiper-pb {
  padding-bottom: 40px;
}
.filter-bar {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  margin-bottom: 30px;
}
.btn-outline-sm {
  margin-top: 12px;
  font-size: 0.82rem;
  padding: 7px 14px;
}
.btn-outline-read {
  margin-top: 12px;
  padding: 7px 16px;
  font-size: 0.82rem;
}
.pagination-mt {
  margin-top: 40px;
}
.pagination-mt-sm {
  margin-top: 30px;
}
.card-title-md {
  font-size: 1.1rem;
}
.badge-mr-auto {
  margin-right: auto;
}
.sidebar-cta-text {
  font-size: 0.85rem;
  color: var(--text-color3);
  margin-bottom: 14px;
}
.btn-full-center {
  width: 100%;
  justify-content: center;
}
.footer-namad {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 4px;
  margin-top: 28px;
}
.footer-namad img {
  height: 64px;
  margin-bottom: 16px;
}

/* header menu */
.menu label,
.toggler-label {
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
}
.menu label:hover,
.toggler-label:hover {
  cursor: pointer;
}
.menu-dropdown,
.menu-check,
.toggler-check {
  display: none;
}
.menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}
.menu a {
  color: var(--text-color);
  font-weight: 700;
  font-size: 0.8rem;
  display: block;
  white-space: nowrap;
}
.menu-dropdown a {
  padding: 8px;
  display: block;
  color: var(--text-color);
}
.menu li label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.left-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
}
.navbar-toggle {
  display: none;
  flex-direction: column;
  gap: 5px;
  padding: 8px;
  border-radius: var(--radius-sm);
  transition: var(--transition);
}
.navbar-toggle span {
  display: block;
  width: 24px;
  height: 2.5px;
  background: var(--primary-color);
  border-radius: 2px;
  transition: var(--transition);
}

@media screen and (min-width: 1201px) {
  .menu .menu-hasdropdown > a .fa-chevron-down {
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -o-transition-duration: 0.3s;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
  }
  .menu .menu-hasdropdown:hover > a .fa-chevron-down {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  .menu {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-flex: 1;
    -ms-flex: auto;
    flex: auto;
    margin-right: 70px;
  }

  .toggler-label,
  .menu-check,
  .toggler-check {
    display: none;
  }

  .menu > ul > li > a:hover {
    color: var(--primary-color);
  }

  .menu > ul > li {
    display: inline-block;
  }

  .menu-dropdown a:hover {
    color: var(--primary-color);
  }

  .menu-hasdropdown {
    position: relative;
  }
  .menu-hasdropdown:hover > ul {
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1);
    opacity: 1;
    z-index: 2;
  }
  .menu-hasdropdown > ul {
    position: absolute;
    display: block;
    top: 100%;
    right: 0;
    z-index: 1;
    padding: 12px;
    border-radius: var(--radius-md);
    background-color: var(--light-color);
    -webkit-transform-origin: top;
    -ms-transform-origin: top;
    transform-origin: top;
    -webkit-transform: scale(1, 0.1);
    -ms-transform: scale(1, 0.1);
    transform: scale(1, 0.1);
    opacity: 0;
    -webkit-transition: 300ms cubic-bezier(0.25, 0.8, 0.25, 1);
    -o-transition: 300ms cubic-bezier(0.25, 0.8, 0.25, 1);
    transition: 300ms cubic-bezier(0.25, 0.8, 0.25, 1);
    min-width: 160px;
    -webkit-box-shadow: 0px 0px 35px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 35px rgba(0, 0, 0, 0.1);
  }
  .menu-hasflyout > ul {
    right: 100%;
    top: 0;
  }
  .menu-hasflyout .menu-downicon {
    display: none;
  }
}
@media screen and (max-width: 1200px) {
  .menu {
    width: 400px;
    max-width: 100%;
  }
  .menu .toggler-label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    font-size: 18px;
    padding: 13px;
    color: var(--primary-color);
    font-weight: bold;
  }
  .menu,
  .menu-lefticon,
  .menu-backdrop {
    display: none;
  }
  .toggler-check:checked + .menu-backdrop {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    width: 100vw;
    height: 100vh;
    background-color: var(--text-color);
    opacity: 0.75;
    z-index: 0;
  }

  .toggler-check:checked ~ .menu-backdrop {
    content: "";
    display: block;
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    width: 100vw;
    height: 100vh;
    background-color: var(--text-color);
    opacity: 0.5;
    z-index: 8;
  }

  .toggler-check:checked ~ .menu {
    display: block;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    position: fixed;
    background-color: var(--light-color);
    -webkit-animation: slideInRight 0.3s ease-in-out;
    animation: slideInRight 0.3s ease-in-out;
    height: 100vh;
    overflow: scroll;
    z-index: 9;
  }

  .menu-check:checked ~ ul {
    display: block;
    background-color: rgb(157 141 172 / 8%);
    -webkit-animation: slideInRight 0.3s ease-in-out;
    animation: slideInRight 0.3s ease-in-out;
  }
  .menu a {
    font-size: 0.9rem;
    color: var(--text-color);
  }

  .menu ul a {
    padding: 13px;
    font-weight: 400;
  }
  .menu > ul > li:last-child a {
    border: none;
  }
  .menu-check:checked ~ ul.menu-dropdown {
    -webkit-animation: none;
    animation: none;
  }
  .navbar-toggle {
    display: flex;
  }
}

/* RESPONSIVE */
@media (max-width: 1024px) {
  .footer-main-grid {
    grid-template-columns: 1fr;
  }
  .footer-contact-col,
  .footer-map-col,
  .footer-news-col {
    border-left: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    padding: 36px 24px;
  }
  .footer-map-col {
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  }
  .footer-news-col {
    border-bottom: none;
  }
  .footer-news-col h3,
  .footer-news-date,
  .footer-news-title {
    text-align: right;
  }
}

@media (max-width: 768px) {
  .section-padding {
    padding: 64px 0;
  }
  .section-title {
    font-size: 1.65rem;
  }
  .footer-app-inner {
    flex-direction: column;
    align-items: flex-start;
  }
  .footer-links-inner {
    flex-direction: column;
    gap: 14px;
  }
  .footer-map-circle {
    width: 220px;
    height: 220px;
  }
  .left-menu .btn-primary {
    padding: 8px 14px;
    font-size: 0.82rem;
    border-radius: 100px;
    gap: 6px;
    min-height: 48px;
  }

  .left-menu .btn-primary span {
    display: none;
  }

  .left-menu .btn-primary i {
    margin: 0;
    font-size: 1rem;
  }
}
