/* ==========================================================================
   Vantari Premium Design System
   Visual override for institutional/medical brand identity
   ========================================================================== */

/* ---------- CSS Custom Properties ---------- */
:root {
  /* Override template theme colors */
  --theme-color: #A6CED8 !important;
  --theme-color2: #A6CED8 !important;
  --title-color: #FFFFFF !important;
  --title-color2: #FFFFFF !important;
  --title-color3: #FFFFFF !important;
  --title-color4: #FFFFFF !important;
  --body-color: #B2B2B2 !important;
  --smoke-color: #141516 !important;
  --smoke-color2: #141516 !important;
  --smoke-color3: #141516 !important;
  --black-color: #202223 !important;
  --black-color2: #202223 !important;
  --black-color3: #0E0F10 !important;
  --black-color4: #0E0F10 !important;
  --black-color5: #1A1B1C !important;
  --black-color6: #1A1B1C !important;
  --black-color7: #0E0F10 !important;
  --black-color8: #0E0F10 !important;
  --th-border-color: rgba(102, 102, 102, 0.25) !important;
  --th-border-color2: rgba(102, 102, 102, 0.15) !important;
  --th-border-color3: rgba(102, 102, 102, 0.3) !important;
  --th-border-color4: rgba(102, 102, 102, 0.2) !important;
  --th-border-color5: rgba(102, 102, 102, 0.3) !important;
  --th-border-color6: rgba(102, 102, 102, 0.2) !important;
  --th-border-color7: rgba(102, 102, 102, 0.3) !important;
  --light-color: #666666 !important;
  --gray-color: #1A1B1C !important;
  --gray-color2: #1A1B1C !important;
  --gray-color3: #666666 !important;
  --white-color: #ffffff !important;
  --yellow-color: #A6CED8 !important;
  --error-color: #dc3545 !important;
  --title-font: "Sora", sans-serif !important;
  --subtitle-font: "Sora", sans-serif !important;
  --body-font: "Inter", sans-serif !important;
  --th-body-background: #0E0F10 !important;
  --light-white: #141516 !important;

  /* Vantari custom tokens */
  --vt-accent: #A6CED8;
  --vt-accent-rgb: 166, 206, 216;
  --vt-dark: #202223;
  --vt-dark-rgb: 32, 34, 35;
  --vt-gray: #666666;
  --vt-gray-light: #B2B2B2;
  --vt-white: #FFFFFF;
  --vt-off-white: #F5F6F7;
  --vt-bg-body: #0E0F10;
  --vt-bg-section: #141516;
  --vt-bg-card: #1A1B1C;
  --vt-border-subtle: rgba(166, 206, 216, 0.12);
  --vt-border-card: rgba(102, 102, 102, 0.25);
  --vt-shadow-card: 0 4px 24px rgba(0, 0, 0, 0.35);
  --vt-shadow-hover: 0 8px 40px rgba(0, 0, 0, 0.45);
  --vt-gradient-accent: linear-gradient(135deg, rgba(166, 206, 216, 0.15), rgba(166, 206, 216, 0.03));
  --vt-radius: 6px;
  --vt-radius-lg: 10px;
  --vt-transition: all 0.35s cubic-bezier(0.4, 0, 0.2, 1);
}

/* ---------- Typography ---------- */
@import url('https://fonts.googleapis.com/css2?family=Sora:wght@300;400;500;600;700;800&family=Inter:wght@300;400;500;600;700&family=Poppins:wght@300;400;500;600;700&display=swap');

body {
  font-family: 'Inter', 'Poppins', sans-serif !important;
  background-color: var(--vt-bg-body) !important;
  color: var(--vt-gray-light) !important;
  font-size: 15px;
  line-height: 1.7;
  letter-spacing: 0.01em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

h1, h2, h3, h4, h5, h6,
.hero-title,
.sec-title,
.box-title,
.widget_title {
  font-family: 'Sora', sans-serif !important;
  color: var(--vt-white) !important;
  font-weight: 600 !important;
  letter-spacing: -0.02em;
  line-height: 1.2;
}

p, .box-text, .faq-text, .about-text, .sec-text {
  font-family: 'Inter', sans-serif !important;
  color: var(--vt-gray-light) !important;
  font-weight: 400;
  line-height: 1.75;
}

a {
  color: var(--vt-gray-light) !important;
  transition: var(--vt-transition);
}

a:hover {
  color: var(--vt-accent) !important;
}

/* ---------- Preloader ---------- */
.preloader {
  background: var(--vt-dark) !important;
}

.preloader .loader,
.preloader .loading-text {
  font-family: 'Sora', sans-serif !important;
  color: var(--vt-accent) !important;
}

/* ---------- Header ---------- */
.th-header {
  background: transparent !important;
  backdrop-filter: none !important;
  -webkit-backdrop-filter: none !important;
  border-bottom: none !important;
  position: absolute !important;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999;
}

.th-header.sticky-active,
.sticky-wrapper.sticky .th-header {
  position: fixed !important;
  background: rgba(1, 18, 37, 0.92) !important;
  backdrop-filter: blur(20px) !important;
  -webkit-backdrop-filter: blur(20px) !important;
  border-bottom: 1px solid var(--vt-border-subtle) !important;
}

/* Vantari Header — centered nav with pill buttons */
.vantari-nav-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 0;
  gap: 24px;
}

.vantari-header .main-menu > ul {
  display: flex !important;
  align-items: center;
  gap: 6px;
}

.vantari-header .main-menu > ul > li > a {
  display: inline-block !important;
  padding: 8px 18px !important;
  border-radius: 6px !important;
  border: 1px solid transparent !important;
  font-family: 'Inter', sans-serif !important;
  font-size: 13px !important;
  font-weight: 500 !important;
  color: var(--vt-gray-light) !important;
  letter-spacing: 0.02em;
  transition: all 0.25s ease !important;
  background: transparent !important;
}

.vantari-header .main-menu > ul > li > a:hover,
.vantari-header .main-menu > ul > li.active > a {
  color: var(--vt-white) !important;
  background: rgba(166, 206, 216, 0.08) !important;
  border-color: rgba(166, 206, 216, 0.18) !important;
}

/* Remove default underline/marker from template menu */
.vantari-header .main-menu > ul > li > a::before,
.vantari-header .main-menu > ul > li > a::after {
  display: none !important;
}

/* Header CTA — always visible */
.vt-header-cta {
  display: inline-block !important;
}

@media (max-width: 1199px) {
  .vantari-nav-row {
    padding: 10px 0;
  }
}

@media (max-width: 767px) {
  .vt-header-cta {
    padding: 10px 16px !important;
    font-size: 11px !important;
  }
}

.header-top {
  display: none !important;
}

.header-info {
  display: none !important;
}

.header-top a,
.header-top .header-links a,
.header-left-wrap li a,
.header-right-wrap li a {
  color: var(--vt-gray-light) !important;
  font-family: 'Inter', sans-serif !important;
  font-size: 13px !important;
  font-weight: 400 !important;
  letter-spacing: 0.03em;
}

.header-top a:hover,
.header-top .header-links a:hover {
  color: var(--vt-accent) !important;
}

.header-top i {
  color: var(--vt-accent) !important;
}

.header-info {
  background: var(--vt-bg-body) !important;
  border-bottom: 1px solid var(--vt-border-subtle) !important;
  padding: 18px 0 !important;
}

.header-info-icon i {
  color: var(--vt-accent) !important;
}

.header-info-text {
  color: var(--vt-gray) !important;
  font-family: 'Inter', sans-serif !important;
  font-size: 12px !important;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.header-info-title,
.header-info-title a {
  color: var(--vt-white) !important;
  font-family: 'Inter', sans-serif !important;
  font-size: 14px !important;
  font-weight: 500 !important;
}

.sticky-wrapper,
.menu-area {
  background: transparent !important;
}

.sticky-wrapper.sticky,
.sticky-wrapper.sticky .menu-area {
  position: fixed !important;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999;
  background: rgba(1, 18, 37, 0.92) !important;
  backdrop-filter: blur(20px) !important;
  -webkit-backdrop-filter: blur(20px) !important;
  border-bottom: 1px solid var(--vt-border-subtle) !important;
}

.menu-wrapp {
  background: transparent !important;
  border: none !important;
  box-shadow: none !important;
  padding: 0 !important;
}

.main-menu > ul > li > a {
  color: var(--vt-white) !important;
  font-family: 'Inter', sans-serif !important;
  font-size: 14px !important;
  font-weight: 500 !important;
  letter-spacing: 0.02em;
  text-transform: none !important;
}

.main-menu > ul > li > a:hover,
.main-menu > ul > li.active > a {
  color: var(--vt-accent) !important;
}

.main-menu .sub-menu,
.main-menu .mega-menu {
  background: var(--vt-dark) !important;
  border: 1px solid var(--vt-border-subtle) !important;
  border-radius: var(--vt-radius-lg) !important;
  box-shadow: var(--vt-shadow-card) !important;
}

.main-menu .sub-menu li a,
.main-menu .mega-menu a {
  color: var(--vt-gray-light) !important;
  font-family: 'Inter', sans-serif !important;
}

.main-menu .sub-menu li a:hover {
  color: var(--vt-accent) !important;
  background: rgba(166, 206, 216, 0.06) !important;
}

/* Header CTA Button */
.header-button .th-btn {
  background: var(--vt-accent) !important;
  color: var(--vt-dark) !important;
  font-family: 'Sora', sans-serif !important;
  font-weight: 600 !important;
  font-size: 13px !important;
  letter-spacing: 0.04em;
  border-radius: var(--vt-radius) !important;
  border: none !important;
  padding: 12px 24px !important;
  text-transform: uppercase;
  transition: var(--vt-transition);
}

.header-button .th-btn:hover {
  background: var(--vt-white) !important;
  color: var(--vt-dark) !important;
  box-shadow: 0 4px 20px rgba(166, 206, 216, 0.3) !important;
}

/* Header Grid/Sidebar icon */
.icon-btn {
  border-color: var(--vt-border-card) !important;
}

.icon-btn:hover {
  border-color: var(--vt-accent) !important;
}

/* Mobile Menu */
.th-menu-wrapper {
  background: var(--vt-dark) !important;
}

.th-menu-wrapper .th-mobile-menu ul li a {
  color: var(--vt-white) !important;
  font-family: 'Inter', sans-serif !important;
  border-color: var(--vt-border-subtle) !important;
}

.th-menu-toggle i {
  color: var(--vt-white) !important;
}

/* Sidemenu */
.sidemenu-wrapper .sidemenu-content {
  background: var(--vt-dark) !important;
}

/* ---------- Hero Section ---------- */
.th-hero-wrapper {
  position: relative;
}

.th-hero-wrapper::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to bottom,
    rgba(14, 15, 16, 0.55) 0%,
    rgba(14, 15, 16, 0.3) 40%,
    rgba(14, 15, 16, 0.7) 100%
  );
  z-index: 1;
  pointer-events: none;
}

.hero-inner {
  position: relative;
}

.hero-inner > .container,
.hero-inner > [class*="container"] {
  position: relative;
  z-index: 2;
}

.hero-title {
  font-family: 'Sora', sans-serif !important;
  font-size: clamp(2.4rem, 5vw, 4rem) !important;
  font-weight: 700 !important;
  letter-spacing: -0.03em !important;
  line-height: 1.1 !important;
  text-shadow: none !important;
}

.hero-text {
  font-family: 'Inter', sans-serif !important;
  font-size: 16px !important;
  font-weight: 400 !important;
  color: rgba(255, 255, 255, 0.8) !important;
  max-width: 540px;
  line-height: 1.7 !important;
}

.th-hero-wrapper.hero-1 {
  min-height: 100vh !important;
  display: flex;
  align-items: center;
}

.th-hero-wrapper.hero-1 .hero-inner {
  min-height: 100vh !important;
  display: flex;
  align-items: center;
  width: 100%;
}

.hero-style1 {
  padding: 0 !important;
}

.hero-style1 .btn-wrap {
  gap: 16px;
}

@media (max-width: 991px) {
  .th-hero-wrapper.hero-1,
  .th-hero-wrapper.hero-1 .hero-inner {
    min-height: 100svh !important;
  }

  .hero-style1 {
    padding: 120px 0 60px !important;
  }
}

@media (max-width: 575px) {
  .hero-style1 {
    padding: 100px 0 40px !important;
  }
}

/* Hero slider pagination */
.slider-pagination .swiper-pagination-bullet {
  background: rgba(255, 255, 255, 0.3) !important;
  border: none !important;
  width: 10px !important;
  height: 10px !important;
}

.slider-pagination .swiper-pagination-bullet-active {
  background: var(--vt-accent) !important;
  width: 28px !important;
  border-radius: 5px !important;
}

/* Hero video button */
.video-play-btn,
.play-btn {
  background: rgba(166, 206, 216, 0.15) !important;
  border: 2px solid var(--vt-accent) !important;
  color: var(--vt-accent) !important;
  backdrop-filter: blur(8px);
}

.video-play-btn:hover,
.play-btn:hover {
  background: var(--vt-accent) !important;
  color: var(--vt-dark) !important;
}

/* ---------- Buttons (Global) ---------- */
.th-btn {
  font-family: 'Sora', sans-serif !important;
  font-weight: 600 !important;
  font-size: 13px !important;
  letter-spacing: 0.06em !important;
  text-transform: uppercase !important;
  border-radius: var(--vt-radius) !important;
  padding: 14px 30px !important;
  transition: var(--vt-transition) !important;
  position: relative;
  overflow: hidden;
}

/* ::before pseudo (the fill animation) */
.th-btn::before {
  background: var(--vt-accent) !important;
}

/* ::after pseudo (the arrow icon mask) */
.th-btn.th-icon::after,
.th-btn.th-icon:after {
  background-color: var(--vt-dark) !important;
}

/* Solid button default */
.th-btn:not(.style-border1):not(.style-border2):not(.white-hover) {
  background: var(--vt-accent) !important;
  color: var(--vt-dark) !important;
  border: 1px solid var(--vt-accent) !important;
}

.th-btn:not(.style-border1):not(.style-border2):not(.white-hover):hover,
.th-btn:not(.style-border1):not(.style-border2):not(.white-hover):active {
  background: var(--vt-white) !important;
  color: var(--vt-dark) !important;
  border-color: var(--vt-white) !important;
  box-shadow: 0 4px 24px rgba(166, 206, 216, 0.25) !important;
}

.th-btn:not(.style-border1):not(.style-border2):not(.white-hover):hover::before,
.th-btn:not(.style-border1):not(.style-border2):not(.white-hover):active::before {
  background: var(--vt-white) !important;
}

/* White-hover solid button (hero) */
.th-btn.white-hover {
  background: var(--vt-accent) !important;
  color: var(--vt-dark) !important;
  border: 1px solid var(--vt-accent) !important;
}

.th-btn.white-hover::before {
  background: var(--vt-white) !important;
}

.th-btn.white-hover:hover,
.th-btn.white-hover:active {
  color: var(--vt-dark) !important;
  border-color: var(--vt-white) !important;
}

.th-btn.white-hover:hover::after,
.th-btn.white-hover:active::after,
.th-btn.white-hover.th-icon:hover::after {
  background-color: var(--vt-dark) !important;
}

/* Border/outline buttons */
.th-btn.style-border1,
.th-btn.style-border2 {
  background: transparent !important;
  color: var(--vt-white) !important;
  border: 1px solid var(--vt-border-card) !important;
}

.th-btn.style-border1::before,
.th-btn.style-border2::before {
  background: var(--vt-accent) !important;
}

.th-btn.style-border1::after,
.th-btn.style-border2::after,
.th-btn.style-border1.th-icon::after,
.th-btn.style-border2.th-icon::after {
  background-color: var(--vt-white) !important;
}

.th-btn.style-border1:hover,
.th-btn.style-border2:hover,
.th-btn.style-border1:active,
.th-btn.style-border2:active {
  background: var(--vt-accent) !important;
  color: var(--vt-dark) !important;
  border-color: var(--vt-accent) !important;
}

.th-btn.style-border1:hover::before,
.th-btn.style-border2:hover::before {
  background: var(--vt-accent) !important;
}

.th-btn.style-border1:hover::after,
.th-btn.style-border2:hover::after,
.th-btn.style-border1.th-icon:hover::after,
.th-btn.style-border2.th-icon:hover::after {
  background-color: var(--vt-dark) !important;
}

/* Arrow image in buttons */
.th-btn > .th-arrow {
  filter: brightness(0) !important;
  transition: 0.4s !important;
}

.th-btn.style-border1 > .th-arrow,
.th-btn.style-border2 > .th-arrow {
  filter: brightness(10) !important;
}

.th-btn.style-border1:hover > .th-arrow,
.th-btn.style-border2:hover > .th-arrow {
  filter: brightness(0) !important;
}

/* Theme color hover override — kill any remaining red */
.th-btn.theme-color-hover:hover {
  border-color: var(--vt-accent) !important;
}

.th-btn.theme-color-hover::after {
  background: var(--vt-accent) !important;
}

/* ---------- Sub-title / Eyebrow ---------- */
.sub-title {
  font-family: 'Sora', sans-serif !important;
  font-size: 11px !important;
  font-weight: 600 !important;
  letter-spacing: 0.18em !important;
  text-transform: uppercase !important;
  color: var(--vt-accent) !important;
  background: rgba(166, 206, 216, 0.08) !important;
  display: inline-block;
  padding: 6px 16px !important;
  border-radius: 4px !important;
  border: 1px solid rgba(166, 206, 216, 0.15) !important;
  margin-bottom: 16px !important;
}

.sub-title::before,
.sub-title::after {
  display: none !important;
}

/* Section title */
.sec-title {
  font-size: clamp(1.6rem, 3.5vw, 2.8rem) !important;
  font-weight: 600 !important;
  line-height: 1.15 !important;
}

/* ---------- Feature Section ---------- */
.feature-sec-1 {
  background: var(--vt-bg-body) !important;
  padding-top: 0 !important;
  margin-top: -80px;
  position: relative;
  z-index: 10;
}

.feature-card {
  background: var(--vt-bg-card) !important;
  border: 1px solid var(--vt-border-card) !important;
  border-radius: var(--vt-radius-lg) !important;
  padding: 36px 28px !important;
  transition: var(--vt-transition) !important;
  box-shadow: var(--vt-shadow-card) !important;
  text-align: center;
}

.feature-card:hover {
  border-color: rgba(166, 206, 216, 0.3) !important;
  box-shadow: var(--vt-shadow-hover) !important;
  transform: translateY(-4px);
}

.feature-card .box-icon {
  width: 64px;
  height: 64px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(166, 206, 216, 0.08) !important;
  border: 1px solid rgba(166, 206, 216, 0.15) !important;
  border-radius: var(--vt-radius) !important;
  margin: 0 auto 20px !important;
}

.feature-card .box-icon img {
  filter: brightness(0) invert(0.82) sepia(0.15) saturate(0.6) hue-rotate(160deg) !important;
  width: 32px;
  height: 32px;
}

.feature-card .box-title {
  font-size: 18px !important;
  margin-bottom: 12px !important;
}

.feature-card .box-text {
  font-size: 14px !important;
  color: var(--vt-gray) !important;
  margin-bottom: 20px !important;
}

/* ---------- About Section ---------- */
.about1-area {
  background: transparent !important;
}

.about-wrapp .discount-wrapp {
  background: var(--vt-dark) !important;
  border: 1px solid var(--vt-border-subtle) !important;
}

.discount-anime {
  color: var(--vt-accent) !important;
}

.img-box1 img {
  border-radius: var(--vt-radius-lg) !important;
}

.about-feature {
  border-color: var(--vt-border-subtle) !important;
}

.about-feature .box-icon {
  background: rgba(166, 206, 216, 0.08) !important;
  border: 1px solid rgba(166, 206, 216, 0.15) !important;
  border-radius: var(--vt-radius) !important;
}

.about-feature .box-icon img {
  filter: brightness(0) invert(0.82) sepia(0.15) saturate(0.6) hue-rotate(160deg) !important;
}

/* ---------- Counter Section ---------- */
.counter-area1 {
  background: var(--vt-dark) !important;
}

.counter-wrap1 {
  background: var(--vt-dark) !important;
  border: 1px solid var(--vt-border-subtle) !important;
  border-radius: var(--vt-radius-lg) !important;
}

.counter-card .box-icon img {
  filter: brightness(0) invert(0.82) sepia(0.15) saturate(0.6) hue-rotate(160deg) !important;
}

.counter-card .box-number,
.counter-card .counter-number {
  color: var(--vt-accent) !important;
  font-family: 'Sora', sans-serif !important;
  font-weight: 700 !important;
}

.counter-card .box-text {
  color: var(--vt-gray-light) !important;
}

.counter-wrap1 .divider {
  background: var(--vt-border-subtle) !important;
}

/* ---------- Estrutura da Formação (Custom) ---------- */
.vt-estrutura-card {
  background: rgba(1, 18, 37, 0.7);
  border: 1px solid rgba(166, 206, 216, 0.12);
  border-top: 3px solid #A6CED8;
  border-radius: 12px;
  padding: 40px 24px;
  text-align: center;
  transition: all 0.35s ease;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.vt-estrutura-card:hover {
  border-color: rgba(166, 206, 216, 0.3);
  border-top-color: #A6CED8;
  box-shadow: 0 8px 40px rgba(0, 0, 0, 0.3);
  transform: translateY(-4px);
}

.vt-estrutura-icon {
  width: 56px;
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(166, 206, 216, 0.1);
  border: 1px solid rgba(166, 206, 216, 0.25);
  border-radius: 14px;
  margin-bottom: 22px;
}

.vt-estrutura-icon i {
  color: #A6CED8;
  font-size: 22px;
}

.vt-estrutura-number {
  font-family: 'Sora', sans-serif !important;
  font-weight: 700 !important;
  font-size: 42px !important;
  color: #fff !important;
  line-height: 1 !important;
  margin-bottom: 8px !important;
}

.vt-estrutura-label {
  font-family: 'Inter', sans-serif !important;
  color: #B2B2B2 !important;
  font-size: 14px !important;
  font-weight: 400 !important;
  line-height: 1.5 !important;
  margin: 0 !important;
}

.vt-estrutura-footer {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
  background: rgba(1, 18, 37, 0.7);
  border: 1px solid rgba(166, 206, 216, 0.12);
  border-radius: 12px;
  padding: 20px 32px;
}

.vt-estrutura-footer-item {
  display: flex;
  align-items: center;
  gap: 10px;
}

.vt-estrutura-footer-item i {
  color: #A6CED8;
  font-size: 18px;
}

.vt-estrutura-footer-item span {
  color: #fff;
  font-family: 'Sora', sans-serif;
  font-weight: 500;
  font-size: 14px;
}

.vt-estrutura-footer-divider {
  width: 1px;
  height: 24px;
  background: rgba(166, 206, 216, 0.15);
}

@media (max-width: 767px) {
  .vt-estrutura-card {
    padding: 28px 20px;
  }

  .vt-estrutura-number {
    font-size: 34px !important;
  }

  .vt-estrutura-footer {
    flex-direction: column;
    gap: 12px;
    padding: 20px 24px;
  }

  .vt-estrutura-footer-divider {
    width: 40px;
    height: 1px;
  }
}

/* ---------- Academic / Program Cards ---------- */
.academic1-area {
  background: var(--vt-bg-section) !important;
}

.academic-card {
  background: var(--vt-bg-card) !important;
  border: 1px solid var(--vt-border-card) !important;
  border-radius: var(--vt-radius-lg) !important;
  overflow: hidden;
  transition: var(--vt-transition) !important;
}

.academic-card:hover {
  border-color: rgba(166, 206, 216, 0.3) !important;
  box-shadow: var(--vt-shadow-hover) !important;
}

.academic-img {
  border-radius: var(--vt-radius-lg) var(--vt-radius-lg) 0 0 !important;
  overflow: hidden;
}

.academic-tag span {
  background: var(--vt-accent) !important;
  color: var(--vt-dark) !important;
  font-family: 'Sora', sans-serif !important;
  font-weight: 600 !important;
  font-size: 11px !important;
  letter-spacing: 0.05em;
  border-radius: 4px !important;
}

.academic-content {
  padding: 24px !important;
  background: var(--vt-bg-card) !important;
}

.academic-content .box-title a {
  color: var(--vt-white) !important;
}

.academic-content .box-title a:hover {
  color: var(--vt-accent) !important;
}

.academic-review span i {
  color: var(--vt-accent) !important;
}

.review-text {
  color: var(--vt-gray) !important;
}

.academic-meta-wrap {
  background: var(--vt-dark) !important;
  border-top: 1px solid var(--vt-border-subtle) !important;
  padding: 16px 24px !important;
}

.academic-meta a {
  color: var(--vt-gray) !important;
  font-size: 13px !important;
}

.academic-meta a i {
  color: var(--vt-accent) !important;
}

/* ---------- Why Choose Us ---------- */
.why-area {
  background: var(--vt-bg-body) !important;
}

.why-bg {
  background-image: none !important;
}

.why-card {
  background: var(--vt-bg-card) !important;
  border: 1px solid var(--vt-border-card) !important;
  border-radius: var(--vt-radius-lg) !important;
  padding: 32px !important;
  transition: var(--vt-transition) !important;
}

.why-card:hover {
  border-color: rgba(166, 206, 216, 0.3) !important;
  box-shadow: var(--vt-shadow-hover) !important;
}

.why-number {
  color: var(--vt-accent) !important;
  font-family: 'Sora', sans-serif !important;
  font-weight: 700 !important;
  opacity: 0.6;
}

.why-number::before,
.why-number::after {
  background: var(--vt-accent) !important;
  opacity: 0.15;
}

.why-card .box-title a {
  color: var(--vt-white) !important;
}

.why-card .box-title a:hover {
  color: var(--vt-accent) !important;
}

.why-video-bg {
  border-radius: var(--vt-radius-lg) !important;
  overflow: hidden;
}

/* ---------- Campus Section ---------- */
.campus {
  background: var(--vt-bg-section) !important;
}

.campus-card {
  background: var(--vt-bg-card) !important;
  border: 1px solid var(--vt-border-card) !important;
  border-radius: var(--vt-radius-lg) !important;
  overflow: hidden;
  transition: var(--vt-transition) !important;
}

.campus-card:hover {
  border-color: rgba(166, 206, 216, 0.3) !important;
  box-shadow: var(--vt-shadow-hover) !important;
}

.campus-content {
  padding: 24px !important;
}

.campus-content .box-title a {
  color: var(--vt-white) !important;
}

.campus-content .box-title a:hover {
  color: var(--vt-accent) !important;
}

.campus-card .th-btn {
  margin: 0 24px 24px !important;
}

/* ---------- Story / Testimonials ---------- */
.story-area-1 {
  background: var(--vt-bg-body) !important;
  padding-top: 100px !important;
  padding-bottom: 100px !important;
}

.story-card {
  border-radius: var(--vt-radius-lg) !important;
  overflow: hidden;
  position: relative;
}

.story-card::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 60%;
  background: linear-gradient(to top, rgba(32, 34, 35, 0.95), transparent) !important;
  pointer-events: none;
}

.story-content .box-title a {
  color: var(--vt-white) !important;
}

.story-content.hover-style {
  background: rgba(32, 34, 35, 0.92) !important;
  backdrop-filter: blur(8px);
}

.story-content.hover-style .box-text {
  color: var(--vt-gray-light) !important;
  font-size: 14px !important;
  font-style: italic;
}

/* ---------- Events Section ---------- */
.event-area-1 {
  background: var(--vt-bg-section) !important;
}

.event-card {
  background: var(--vt-bg-card) !important;
  border: 1px solid var(--vt-border-card) !important;
  border-radius: var(--vt-radius-lg) !important;
  overflow: hidden;
  transition: var(--vt-transition) !important;
}

.event-card:hover {
  border-color: rgba(166, 206, 216, 0.3) !important;
}

.event-card-tag {
  background: var(--vt-accent) !important;
  color: var(--vt-dark) !important;
  font-family: 'Sora', sans-serif !important;
  font-weight: 700 !important;
  border-radius: var(--vt-radius) !important;
}

.event-card-tag .tag-number {
  color: var(--vt-dark) !important;
}

.event-content {
  background: var(--vt-bg-card) !important;
}

.event-content .box-title a {
  color: var(--vt-white) !important;
}

.event-content .box-title a:hover {
  color: var(--vt-accent) !important;
}

.blog-meta a {
  color: var(--vt-gray) !important;
  font-size: 13px !important;
}

.blog-meta a i {
  color: var(--vt-accent) !important;
}

/* ---------- Apply / CTA Section ---------- */
.apply-stadum-area {
  background: var(--vt-dark) !important;
}

.apply-stadum-area.bg-title {
  background-color: var(--vt-dark) !important;
}

.apply-stadum-titlebox .sub-title {
  color: var(--vt-accent) !important;
}

.apply-stadum-area .checklist li {
  color: var(--vt-gray-light) !important;
  font-family: 'Inter', sans-serif !important;
}

.apply-stadum-area .checklist li::before {
  color: var(--vt-accent) !important;
}

.apply-stadum-thumb img {
  border-radius: var(--vt-radius-lg) !important;
}

.apply-stadum-shape {
  background: rgba(166, 206, 216, 0.05) !important;
}

/* ---------- Chancellor Section ---------- */
.chancellor-area {
  background: var(--vt-bg-body) !important;
}

.chancellor-thumb img {
  border-radius: var(--vt-radius-lg) !important;
}

.ripple-shape span,
.ripple-shape.style2 span {
  border-color: rgba(166, 206, 216, 0.2) !important;
}

.skill-feature-title {
  color: var(--vt-white) !important;
  font-family: 'Inter', sans-serif !important;
  font-weight: 500 !important;
}

.progress {
  background: var(--vt-border-card) !important;
  border-radius: var(--vt-radius) !important;
  height: 6px !important;
}

.progress-bar {
  background: var(--vt-accent) !important;
  border-radius: var(--vt-radius) !important;
}

.progress-value {
  color: var(--vt-accent) !important;
  font-family: 'Sora', sans-serif !important;
  font-weight: 600 !important;
  font-size: 13px !important;
}

.chancellor-signature {
  filter: brightness(0) invert(0.82) sepia(0.15) saturate(0.6) hue-rotate(160deg) !important;
  opacity: 0.7;
}

/* ---------- Marquee ---------- */
.marquee-area {
  background: var(--vt-bg-body) !important;
  border-top: 1px solid var(--vt-border-subtle) !important;
  border-bottom: 1px solid var(--vt-border-subtle) !important;
}

.marquee-card a {
  color: var(--vt-white) !important;
  font-family: 'Sora', sans-serif !important;
  font-weight: 600 !important;
  letter-spacing: 0.05em;
  opacity: 0.6;
}

.marquee-card .color-masking img {
  filter: brightness(0) invert(0.82) sepia(0.15) saturate(0.6) hue-rotate(160deg) !important;
  opacity: 0.5;
}

/* ---------- Community / CTA Block ---------- */
.community-area {
  background-color: var(--vt-dark) !important;
  border-radius: 0 !important;
}

.community-area .sec-title {
  color: var(--vt-white) !important;
}

.community-area .box-text {
  color: var(--vt-gray-light) !important;
}

/* ---------- FAQ Section ---------- */
.faq-area-1 {
  background: var(--vt-bg-body) !important;
}

.faq-imgbox img {
  border-radius: var(--vt-radius-lg) !important;
}

.accordion-card {
  background: var(--vt-bg-card) !important;
  border: 1px solid var(--vt-border-card) !important;
  border-radius: var(--vt-radius) !important;
  margin-bottom: 12px !important;
  overflow: hidden;
}

.accordion-card:hover {
  border-color: rgba(166, 206, 216, 0.25) !important;
}

.accordion-button {
  background: var(--vt-bg-card) !important;
  color: var(--vt-white) !important;
  font-family: 'Sora', sans-serif !important;
  font-weight: 500 !important;
  font-size: 15px !important;
  padding: 18px 24px !important;
  border: none !important;
  box-shadow: none !important;
}

.accordion-button:not(.collapsed) {
  background: rgba(166, 206, 216, 0.06) !important;
  color: var(--vt-accent) !important;
}

.accordion-button::after {
  filter: brightness(0) invert(0.7) !important;
}

.accordion-button:not(.collapsed)::after {
  filter: brightness(0) invert(0.82) sepia(0.15) saturate(0.6) hue-rotate(160deg) !important;
}

.accordion-body {
  background: var(--vt-bg-card) !important;
  padding: 0 24px 20px !important;
  border-top: 1px solid var(--vt-border-subtle) !important;
}

.faq-text {
  color: var(--vt-gray-light) !important;
  font-size: 14px !important;
  line-height: 1.75 !important;
}

/* ---------- Blog Section ---------- */
.blog-area-1 {
  background: var(--vt-bg-section) !important;
}

.blog-card {
  background: var(--vt-bg-card) !important;
  border: 1px solid var(--vt-border-card) !important;
  border-radius: var(--vt-radius-lg) !important;
  overflow: hidden;
  transition: var(--vt-transition) !important;
}

.blog-card:hover {
  border-color: rgba(166, 206, 216, 0.3) !important;
  box-shadow: var(--vt-shadow-hover) !important;
}

.blog-img-box {
  border-radius: var(--vt-radius-lg) var(--vt-radius-lg) 0 0 !important;
}

.blog-date {
  background: var(--vt-accent) !important;
  border-radius: var(--vt-radius) !important;
}

.blog-date-title {
  color: var(--vt-dark) !important;
  font-family: 'Sora', sans-serif !important;
  font-weight: 700 !important;
}

.blog-date-text {
  color: var(--vt-dark) !important;
  font-family: 'Inter', sans-serif !important;
  font-weight: 600 !important;
}

.blog-content {
  padding: 24px !important;
  background: var(--vt-bg-card) !important;
}

.blog-content .box-title a {
  color: var(--vt-white) !important;
}

.blog-content .box-title a:hover {
  color: var(--vt-accent) !important;
}

.blog-content .blog-meta a {
  color: var(--vt-gray) !important;
  font-size: 13px !important;
}

.blog-content .blog-meta .author-icon img {
  border-radius: 50%;
  border: 1px solid var(--vt-border-subtle) !important;
}

.blog-content .blog-meta .comment-icon i {
  color: var(--vt-accent) !important;
}

/* ---------- Contact Section ---------- */
.contact-area-1 {
  background: var(--vt-bg-body) !important;
}

/* ---------- Vantari Form Box (custom, no template deps) ---------- */
.vt-form-box {
  background: rgba(1, 18, 37, 0.92);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border: 1px solid rgba(166, 206, 216, 0.15);
  border-radius: 10px;
  padding: 48px;
}

.vt-form-field {
  margin-bottom: 16px;
}

.vt-form-field input,
.vt-form-field select,
.vt-form-field textarea {
  display: block;
  width: 100%;
  background: rgba(166, 206, 216, 0.07);
  border: 1px solid rgba(166, 206, 216, 0.2);
  color: #ffffff;
  font-family: 'Inter', sans-serif;
  font-size: 15px;
  font-weight: 400;
  border-radius: 6px;
  padding: 14px 18px;
  outline: none;
  transition: all 0.25s ease;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.vt-form-field select {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%23A6CED8' stroke-width='1.5' fill='none'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 18px center;
  padding-right: 44px;
}

.vt-form-field textarea {
  min-height: 120px;
  resize: vertical;
}

.vt-form-field input:focus,
.vt-form-field select:focus,
.vt-form-field textarea:focus {
  border-color: #A6CED8;
  box-shadow: 0 0 0 2px rgba(166, 206, 216, 0.12);
  background: rgba(166, 206, 216, 0.1);
}

.vt-form-field input::placeholder,
.vt-form-field textarea::placeholder {
  color: rgba(178, 178, 178, 0.5);
}

.vt-form-field select option {
  background: #011225;
  color: #fff;
}

.vt-form-btn {
  display: block;
  width: 100%;
  margin-top: 8px;
  padding: 16px 30px;
  background: #A6CED8;
  color: #011225;
  border: 1px solid #A6CED8;
  border-radius: 6px;
  font-family: 'Sora', sans-serif;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  cursor: pointer;
  transition: all 0.3s ease;
}

.vt-form-btn:hover {
  background: #ffffff;
  color: #011225;
  border-color: #ffffff;
}

@media (max-width: 767px) {
  .vt-form-box {
    padding: 28px 20px;
  }
}

.form-control,
.form-select {
  background: var(--vt-dark) !important;
  border: 1px solid var(--vt-border-card) !important;
  color: var(--vt-white) !important;
  font-family: 'Inter', sans-serif !important;
  border-radius: var(--vt-radius) !important;
  padding: 14px 18px !important;
}

.form-control:focus,
.form-select:focus {
  border-color: var(--vt-accent) !important;
  box-shadow: 0 0 0 2px rgba(166, 206, 216, 0.15) !important;
}

.form-control::placeholder {
  color: var(--vt-gray) !important;
}

.contact-img img {
  border-radius: var(--vt-radius-lg) !important;
}

/* ---------- Footer ---------- */
.footer-wrapper {
  background-color: var(--vt-dark) !important;
  background-image: none !important;
}

.footer-wrapper::before,
.footer-overlay::before {
  display: none !important;
}

.footer-top {
  border-bottom: 1px solid var(--vt-border-subtle) !important;
}

.widget_title {
  color: var(--vt-white) !important;
  font-family: 'Sora', sans-serif !important;
  font-size: 18px !important;
  font-weight: 600 !important;
}

.footer-widget .about-text {
  color: var(--vt-gray) !important;
  font-size: 14px !important;
}

.footer-info a {
  color: var(--vt-gray-light) !important;
}

.footer-info-icon i {
  color: var(--vt-accent) !important;
}

.footer-widget .menu li a {
  color: var(--vt-gray) !important;
  font-family: 'Inter', sans-serif !important;
  font-size: 14px !important;
}

.footer-widget .menu li a:hover {
  color: var(--vt-accent) !important;
}

.copyright-wrap {
  border-top: 1px solid var(--vt-border-subtle) !important;
  background: transparent !important;
}

.copyright-text {
  color: var(--vt-gray) !important;
  font-size: 13px !important;
}

.copyright-text a {
  color: var(--vt-accent) !important;
}

.footer-links a {
  color: var(--vt-gray) !important;
  font-size: 13px !important;
}

.footer-links a:hover {
  color: var(--vt-accent) !important;
}

.th-social a {
  background: rgba(166, 206, 216, 0.08) !important;
  border: 1px solid rgba(166, 206, 216, 0.15) !important;
  color: var(--vt-accent) !important;
}

.th-social a:hover {
  background: var(--vt-accent) !important;
  color: var(--vt-dark) !important;
}

.insta-thumb {
  border-radius: var(--vt-radius) !important;
  overflow: hidden;
}

.client-group-wrap .title {
  color: var(--vt-white) !important;
}

.client-group-wrap .text-theme {
  color: var(--vt-accent) !important;
}

/* ---------- Scroll-to-top ---------- */
.scroll-top {
  background: var(--vt-accent) !important;
  color: var(--vt-dark) !important;
  border-radius: var(--vt-radius) !important;
}

.scroll-top svg .progress-circle path {
  stroke: var(--vt-accent) !important;
}

/* ---------- Modal / Login ---------- */
.popup-login-register {
  background: var(--vt-dark) !important;
  border-radius: var(--vt-radius-lg) !important;
}

.popup-login-register .nav-menu {
  background: transparent !important;
  color: var(--vt-white) !important;
  font-family: 'Sora', sans-serif !important;
  border-color: var(--vt-border-subtle) !important;
}

.popup-login-register .nav-menu.active {
  background: var(--vt-accent) !important;
  color: var(--vt-dark) !important;
}

.popup-login-register label {
  color: var(--vt-gray-light) !important;
  font-family: 'Inter', sans-serif !important;
}

.popup-login-register .register-notes {
  color: var(--vt-gray) !important;
}

/* ---------- Search Popup ---------- */
.popup-search-box {
  background: rgba(14, 15, 16, 0.95) !important;
}

.popup-search-box input {
  background: var(--vt-dark) !important;
  border-color: var(--vt-border-card) !important;
  color: var(--vt-white) !important;
}

/* ---------- Shapes & Decorations ---------- */
.shape-mockup img {
  opacity: 0.04 !important;
}

/* ---------- Section Spacing Refinement ---------- */
.space {
  padding: 100px 0 !important;
}

.space-bottom {
  padding-bottom: 100px !important;
}

/* ---------- Gradient Sections ---------- */
.vt-gradient-section {
  background: linear-gradient(170deg, #011225 0%, #011225 40%, #062a40 70%, #0d4a5e 90%, #3a8fa0 100%) !important;
}

.vt-gradient-section-reverse {
  background: linear-gradient(350deg, #011225 0%, #011225 40%, #062a40 70%, #0d4a5e 90%, #3a8fa0 100%) !important;
}

/* ---------- Pain Cards (Você se identifica?) ---------- */
.vt-pain-card {
  background: rgba(1, 18, 37, 0.7);
  border: 1px solid rgba(166, 206, 216, 0.12);
  border-left: 3px solid #A6CED8;
  border-radius: 12px;
  padding: 28px 28px 28px 32px;
  height: 100%;
  display: flex;
  align-items: flex-start;
  gap: 20px;
  transition: all 0.35s ease;
}

.vt-pain-card:hover {
  border-color: rgba(166, 206, 216, 0.3);
  border-left-color: #A6CED8;
  box-shadow: 0 8px 40px rgba(0, 0, 0, 0.3);
  transform: translateX(4px);
}

.vt-pain-icon {
  width: 48px;
  height: 48px;
  min-width: 48px;
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(166, 206, 216, 0.1);
  border: 1px solid rgba(166, 206, 216, 0.25);
}

.vt-pain-icon i {
  color: #A6CED8;
  font-size: 20px;
}

.vt-pain-text {
  font-family: 'Inter', sans-serif !important;
  font-size: 16px !important;
  color: #d0d0d0 !important;
  line-height: 1.65 !important;
  margin: 0 !important;
}

@media (max-width: 767px) {
  .vt-pain-card {
    padding: 22px 20px 22px 24px;
    gap: 16px;
  }

  .vt-pain-icon {
    width: 42px;
    height: 42px;
    min-width: 42px;
  }

  .vt-pain-icon i {
    font-size: 18px;
  }

  .vt-pain-text {
    font-size: 15px !important;
  }
}

/* ---------- Learn Cards (O que você vai aprender) ---------- */
.vt-learn-card {
  background: rgba(1, 18, 37, 0.7);
  border: 1px solid rgba(166, 206, 216, 0.12);
  border-top: 3px solid #A6CED8;
  border-radius: 12px;
  padding: 36px 28px;
  height: 100%;
  text-align: left;
  transition: all 0.35s ease;
}

.vt-learn-card:hover {
  border-color: rgba(166, 206, 216, 0.3);
  border-top-color: #A6CED8;
  box-shadow: 0 8px 40px rgba(0, 0, 0, 0.3);
  transform: translateY(-4px);
}

.vt-learn-icon {
  width: 56px;
  height: 56px;
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(166, 206, 216, 0.1);
  border: 1px solid rgba(166, 206, 216, 0.25);
  margin-bottom: 22px;
}

.vt-learn-icon i {
  color: #A6CED8;
  font-size: 22px;
}

.vt-learn-title {
  font-family: 'Sora', sans-serif !important;
  font-size: 18px !important;
  font-weight: 600 !important;
  color: #fff !important;
  margin-bottom: 10px !important;
}

.vt-learn-text {
  font-family: 'Inter', sans-serif !important;
  font-size: 14px !important;
  color: #B2B2B2 !important;
  line-height: 1.7 !important;
  margin: 0 !important;
}

@media (max-width: 767px) {
  .vt-learn-card {
    padding: 28px 22px;
  }
}

/* ---------- Profile Cards (Para quem é / Não é) ---------- */
.vt-profile-card {
  background: rgba(1, 18, 37, 0.7);
  border: 1px solid rgba(166, 206, 216, 0.12);
  border-radius: 12px;
  padding: 36px 32px;
  height: 100%;
  transition: all 0.35s ease;
}

.vt-profile-card:hover {
  border-color: rgba(166, 206, 216, 0.25);
  box-shadow: 0 8px 40px rgba(0, 0, 0, 0.3);
}

.vt-profile-yes {
  border-top: 3px solid #A6CED8;
}

.vt-profile-no {
  border-top: 3px solid rgba(102, 102, 102, 0.4);
}

.vt-profile-header {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 28px;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(166, 206, 216, 0.08);
}

.vt-profile-icon-badge {
  width: 48px;
  height: 48px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  font-size: 20px;
}

.vt-badge-yes {
  background: rgba(166, 206, 216, 0.12);
  border: 1px solid rgba(166, 206, 216, 0.25);
  color: #A6CED8;
}

.vt-badge-no {
  background: rgba(102, 102, 102, 0.1);
  border: 1px solid rgba(102, 102, 102, 0.25);
  color: #666;
}

.vt-profile-title {
  font-family: 'Sora', sans-serif !important;
  font-size: 20px !important;
  font-weight: 600 !important;
  margin: 0 !important;
}

.vt-title-yes {
  color: #A6CED8 !important;
}

.vt-title-no {
  color: #888 !important;
}

.vt-profile-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.vt-profile-item {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  font-family: 'Inter', sans-serif;
  font-size: 15px;
  line-height: 1.6;
  color: #d0d0d0;
}

.vt-item-no {
  color: #777;
}

.vt-icon-circle {
  width: 28px;
  height: 28px;
  min-width: 28px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  margin-top: 2px;
}

.vt-icon-yes {
  background: rgba(166, 206, 216, 0.15);
  border: 1px solid rgba(166, 206, 216, 0.35);
  color: #A6CED8;
}

.vt-icon-no {
  background: rgba(102, 102, 102, 0.1);
  border: 1px solid rgba(102, 102, 102, 0.3);
  color: #666;
}

@media (max-width: 767px) {
  .vt-profile-card {
    padding: 28px 22px;
  }

  .vt-profile-header {
    margin-bottom: 22px;
    padding-bottom: 16px;
  }

  .vt-profile-icon-badge {
    width: 40px;
    height: 40px;
    font-size: 17px;
  }

  .vt-profile-title {
    font-size: 18px !important;
  }
}

/* ---------- Mobile Scroll Fix ---------- */
html,
html.lenis,
html.lenis-smooth,
html.lenis.lenis-smooth {
  overflow: auto !important;
  overflow-x: hidden !important;
  overflow-y: auto !important;
}

body {
  overflow: visible !important;
  overflow-x: hidden !important;
  overflow-y: auto !important;
}

@media (max-width: 991px) {
  html,
  html.lenis,
  html.lenis-smooth,
  html.lenis.lenis-smooth {
    overflow: auto !important;
    overflow-y: scroll !important;
    height: auto !important;
    overscroll-behavior: auto !important;
    -webkit-overflow-scrolling: touch !important;
  }

  body {
    overflow: visible !important;
    overflow-y: auto !important;
    height: auto !important;
    position: relative !important;
    overscroll-behavior: auto !important;
    -webkit-overflow-scrolling: touch !important;
    touch-action: auto !important;
  }
}

/* ---------- Selection Color ---------- */
::selection {
  background: rgba(166, 206, 216, 0.3);
  color: var(--vt-white);
}

::-moz-selection {
  background: rgba(166, 206, 216, 0.3);
  color: var(--vt-white);
}

/* ---------- Scrollbar ---------- */
::-webkit-scrollbar {
  width: 6px;
}

::-webkit-scrollbar-track {
  background: var(--vt-bg-body);
}

::-webkit-scrollbar-thumb {
  background: var(--vt-border-card);
  border-radius: 3px;
}

::-webkit-scrollbar-thumb:hover {
  background: var(--vt-accent);
}

/* ---------- Animations (subtle fade/reveal) ---------- */
@keyframes vt-fadeUp {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.wow {
  animation-duration: 0.8s !important;
  animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
}

/* ---------- Mega Menu refinement ---------- */
.mega-menu-box {
  background: var(--vt-bg-card) !important;
  border: 1px solid var(--vt-border-card) !important;
  border-radius: var(--vt-radius) !important;
  overflow: hidden;
}

.mega-menu-title a {
  color: var(--vt-white) !important;
  font-family: 'Sora', sans-serif !important;
}

.mega-menu-box .btn-wrap .th-btn {
  font-size: 11px !important;
  padding: 8px 16px !important;
}

/* ---------- Dropdown ---------- */
.dropdown-menu {
  background: var(--vt-dark) !important;
  border: 1px solid var(--vt-border-subtle) !important;
  border-radius: var(--vt-radius) !important;
}

.dropdown-menu a {
  color: var(--vt-gray-light) !important;
}

.dropdown-menu a:hover {
  background: rgba(166, 206, 216, 0.06) !important;
  color: var(--vt-accent) !important;
}

/* ---------- Responsive Adjustments ---------- */
@media (max-width: 1199px) {
  .hero-title {
    font-size: 2.4rem !important;
  }

  .sec-title {
    font-size: 2rem !important;
  }

  .space {
    padding: 80px 0 !important;
  }

  .contact-form-v1 {
    padding: 32px !important;
  }
}

@media (max-width: 991px) {
  .hero-title {
    font-size: 2rem !important;
  }

  .sec-title {
    font-size: 1.7rem !important;
  }

  .space {
    padding: 60px 0 !important;
  }

  .feature-sec-1 {
    margin-top: -40px;
  }
}

@media (max-width: 767px) {
  .hero-title {
    font-size: 1.7rem !important;
    text-align: center;
  }

  .hero-text {
    font-size: 14px !important;
    text-align: center;
  }

  .sec-title {
    font-size: 1.5rem !important;
  }

  .space {
    padding: 48px 0 !important;
  }

  .space-bottom {
    padding-bottom: 48px !important;
  }

  .feature-sec-1 {
    margin-top: -20px;
  }

  .feature-card {
    padding: 28px 20px !important;
  }

  .contact-form-v1 {
    padding: 24px !important;
  }

  .sub-title {
    font-size: 10px !important;
  }

  .why-card {
    padding: 24px !important;
  }

  .apply-stadum-area .checklist {
    margin-bottom: 16px;
  }
}

/* ---------- Checklist styling ---------- */
.checklist ul li {
  color: rgba(255, 255, 255, 0.85) !important;
  font-family: 'Inter', sans-serif !important;
}

.checklist ul li::before {
  color: var(--vt-accent) !important;
}

/* ---------- General link styling for text sections ---------- */
.title-area a,
.sec-btn a {
  font-family: 'Sora', sans-serif !important;
}

/* ---------- Form style-border adjustments ---------- */
.form-group.style-border .form-control,
.form-group.style-border .form-select {
  border-color: var(--vt-border-card) !important;
}

.form-group.style-border .form-control:focus,
.form-group.style-border .form-select:focus {
  border-color: var(--vt-accent) !important;
}

/* ---------- Logo Sizing ---------- */
.header-logo img {
  max-height: 50px !important;
  width: auto !important;
}

.mobile-logo img {
  max-height: 42px !important;
  width: auto !important;
}

.preloader-inner img {
  max-height: 56px !important;
  width: auto !important;
}

.about-logo img {
  max-height: 46px !important;
  width: auto !important;
}

.footer-logo img {
  max-height: 46px !important;
  width: auto !important;
}

.discount-wrapp .logo img {
  max-height: 42px !important;
  width: auto !important;
}

.sidemenu-content .about-logo img {
  max-height: 44px !important;
  width: auto !important;
}

/* ==========================================================================
   CATCH-ALL: Kill any remaining red (#D3224D) from template
   ========================================================================== */

/* Any element using theme-color class */
.text-theme,
.text-theme2 {
  color: var(--vt-accent) !important;
}

.bg-theme,
.bg-theme2 {
  background-color: var(--vt-accent) !important;
}

/* Generic anchor base color — template sets it to red */
a {
  color: var(--vt-gray-light) !important;
}

a:hover,
a:focus {
  color: var(--vt-accent) !important;
}

/* Links inside content that should stay white */
.box-title a,
.sec-title a,
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
  color: inherit !important;
}

.box-title a:hover,
h3 a:hover, h4 a:hover {
  color: var(--vt-accent) !important;
}

/* Link-btn (used in some sections) */
.link-btn,
.link-btn:hover,
.link-btn.active {
  color: var(--vt-accent) !important;
}

/* Global background overrides for template bg classes */
.bg-title {
  background-color: var(--vt-dark) !important;
}

.bg-smoke {
  background-color: var(--vt-bg-section) !important;
}

/* Preloader button */
.preloader .th-btn,
.preloaderCls {
  background: var(--vt-accent) !important;
  color: var(--vt-dark) !important;
  border-color: var(--vt-accent) !important;
}

.preloaderCls:hover {
  background: var(--vt-white) !important;
}

/* Scroll top button */
.scroll-top svg path {
  stroke: var(--vt-accent) !important;
}

/* Swiper navigation / dots */
.swiper-pagination-bullet {
  background: var(--vt-gray) !important;
}

.swiper-pagination-bullet-active {
  background: var(--vt-accent) !important;
}

/* Form button overrides */
.form-btn .th-btn,
.contact-form2 .th-btn {
  background: var(--vt-accent) !important;
  color: var(--vt-dark) !important;
  border: 1px solid var(--vt-accent) !important;
}

.form-btn .th-btn:hover,
.contact-form2 .th-btn:hover {
  background: var(--vt-white) !important;
  border-color: var(--vt-white) !important;
}

.form-btn .th-btn::before,
.contact-form2 .th-btn::before {
  background: var(--vt-white) !important;
}

/* Login/Register modal buttons */
.popup-login-register .th-btn {
  background: var(--vt-accent) !important;
  color: var(--vt-dark) !important;
  border-color: var(--vt-accent) !important;
}

.popup-login-register .th-btn:hover {
  background: var(--vt-white) !important;
}

.popup-login-register .th-btn::before {
  background: var(--vt-white) !important;
}

/* Forgot password link */
#forgot_url a {
  color: var(--vt-accent) !important;
}

/* Scrollbar thumb — template also sets this to red */
body::-webkit-scrollbar-thumb {
  background-color: var(--vt-border-card) !important;
  background-image: none !important;
}

body::-webkit-scrollbar-thumb:hover {
  background-color: var(--vt-accent) !important;
}

body::-webkit-scrollbar-track {
  background: var(--vt-bg-body) !important;
}

/* Tag/label backgrounds */
.academic-tag span i,
.event-card-tag i {
  color: var(--vt-dark) !important;
}

/* Dropdown toggle text color */
.dropdown-toggle {
  color: var(--vt-gray-light) !important;
}

.dropdown-toggle:hover {
  color: var(--vt-accent) !important;
}

/* Menu active / current page markers */
.main-menu > ul > li.current-menu-item > a,
.main-menu > ul > li.current-menu-ancestor > a {
  color: var(--vt-accent) !important;
}

/* Fix th-btn hover state override — ensure ::before fill is never red */
.th-btn:hover,
.th-btn:active,
.th-btn:focus {
  background: var(--vt-accent) !important;
  color: var(--vt-dark) !important;
  border-color: var(--vt-accent) !important;
}

.th-btn:hover::before,
.th-btn:active::before,
.th-btn:focus::before {
  background: var(--vt-accent) !important;
}

/* Override for solid buttons to go white on hover (not stay accent) */
.th-btn:not(.style-border1):not(.style-border2):hover,
.th-btn:not(.style-border1):not(.style-border2):active {
  background: var(--vt-white) !important;
  border-color: var(--vt-white) !important;
}

.th-btn:not(.style-border1):not(.style-border2):hover::before,
.th-btn:not(.style-border1):not(.style-border2):active::before {
  background: var(--vt-white) !important;
}

/* Ensure accent buttons with th-icon don't flash red arrow */
.th-btn.th-icon::after {
  background-color: var(--vt-dark) !important;
}

.th-btn.style-border1.th-icon::after,
.th-btn.style-border2.th-icon::after {
  background-color: var(--vt-white) !important;
}

.th-btn.style-border1.th-icon:hover::after,
.th-btn.style-border2.th-icon:hover::after {
  background-color: var(--vt-dark) !important;
}

/* Star ratings */
.fa-star {
  color: var(--vt-accent) !important;
}

/* Checklist checkmark icons */
.checklist ul li::before,
.checklist li::before {
  color: var(--vt-accent) !important;
}

/* Counter section bg */
.counter-wrap1,
.counter-area1 {
  background: var(--vt-dark) !important;
}

/* Breadcrumb / bg-title background */
[data-bg-src] {
  position: relative;
}

/* Any remaining SVG icon tinting inside dark blocks */
.box-icon img,
.counter-card .box-icon img {
  filter: brightness(0) invert(0.82) sepia(0.15) saturate(0.6) hue-rotate(160deg) !important;
}
