/* ===== Vision of Culture — brand overrides (font, shapes, accents) ===== */

/* Distinct Arabic typeface (bundled Somar) to differentiate from the reference */
@font-face {
  font-family: 'VocSans';
  src: url('arbfonts/ArbFONTS-Somar-Regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'VocSans';
  src: url('arbfonts/ArbFONTS-Somar-Medium.woff2') format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'VocSans';
  src: url('arbfonts/ArbFONTS-Somar-SemiBold.woff2') format('woff2');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'VocSans';
  src: url('arbfonts/ArbFONTS-Somar-Bold.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

:root {
  --voc-primary: #3e9b8e;
  --voc-deep: #2c6e64;
  --voc-mint: #e8f6f3;
  --voc-gold: #c9a24b;
}

body,
p,
a,
span,
li,
td,
th,
label,
input,
textarea,
select,
button,
h1,
h2,
h3,
h4,
h5,
h6,
.navbar,
.p-menuitem-text,
.btn,
.form-control {
  font-family: 'VocSans', 'Alexandria', -apple-system, 'Segoe UI', sans-serif !important;
}

/* keep icon fonts intact */
.pi,
.pi-bars,
.pi-angle-down,
.pi-angle-right {
  font-family: 'primeicons' !important;
}

.mdi,
[class^="mdi-"],
[class*=" mdi-"] {
  font-family: 'Material Design Icons' !important;
}

.fa,
.fas,
.far,
.fal,
.fab,
.fa-solid,
.fa-regular,
.fa-brands,
.fa-light,
[class^="fa-"],
[class*=" fa-"] {
  font-family: 'Font Awesome 6 Free', 'Font Awesome 6 Brands' !important;
}

/* mint page background */
body {
  background-color: var(--voc-mint);
}

/* navbar: white bar */
.navbar.bg-gradient-to-r,
nav.navbar {
  background: #ffffff !important;
  box-shadow: 0 2px 16px rgba(44, 110, 100, .10) !important;
  border-bottom: 1px solid rgba(62, 155, 142, .12) !important;
}

/* ---- shape language: calmer, more architectural corners than the reference ---- */
.btn,
button[class*="btn"],
.btn-login,
.btn-register {
  border-radius: 10px !important;
}

.card,
[class*="-card"],
[class*="card-"],
.p-card,
.modal-content,
.input-wrapper,
.form-control {
  border-radius: 12px !important;
}

img.rounded-circle {
  border-radius: 18px !important;
}

/* squircle avatars instead of full circles */

/* primary buttons in brand color */
.btn-login {
  background: #fff !important;
  color: var(--voc-deep) !important;
  border: none !important;
}

.btn-login:hover {
  background: var(--voc-mint) !important;
}

/* subtle gold underline accent on section headings */
h2 {
  position: relative;
}

/* gentle card lift to distinguish the feel */
.card,
[class*="-card"] {
  box-shadow: 0 8px 26px rgba(44, 110, 100, .10) !important;
  border: 1px solid rgba(62, 155, 142, .10) !important;
}

/* ===================== VOC added sections ===================== */
.voc-section {
  padding: 72px 0;
  direction: rtl;
  text-align: right;
}

.voc-section--alt {
  background: #f3faf8;
}

.voc-container {
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 24px;
}

.voc-eyebrow {
  display: inline-block;
  font-size: 14px;
  font-weight: 600;
  color: var(--voc-primary);
  background: rgba(62, 155, 142, .10);
  padding: 6px 14px;
  border-radius: 999px;
  margin-bottom: 14px;
}

.voc-eyebrow--light {
  color: #cdeee7;
  background: rgba(255, 255, 255, .14);
}

.voc-h2 {
  font-size: 34px;
  font-weight: 700;
  color: var(--voc-deep);
  margin: 0 0 14px;
  line-height: 1.3;
}

.voc-h2--light {
  color: #fff;
}

.voc-sub,
.voc-lead {
  font-size: 17px;
  color: #5e6b69;
  line-height: 1.9;
  max-width: 680px;
}

.voc-head {
  text-align: center;
  margin: 0 auto 44px;
  max-width: 720px;
}

.voc-head .voc-sub {
  margin: 0 auto;
}

.voc-btn {
  display: inline-block;
  background: linear-gradient(105deg, var(--voc-deep), var(--voc-primary));
  color: #fff !important;
  font-weight: 600;
  padding: 13px 30px;
  border-radius: 12px;
  text-decoration: none;
  transition: .25s;
  border: none;
}

.voc-btn:hover {
  filter: brightness(1.07);
  transform: translateY(-2px);
}

.voc-btn--block {
  display: block;
  text-align: center;
  margin-top: 18px;
}

.voc-btn--ghost {
  background: transparent;
  border: 1.6px solid #cdeee7;
  color: #fff !important;
}

/* about */
.voc-about-grid {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 48px;
  align-items: center;
}

.voc-about-media {
  position: relative;
}

.voc-about-media img {
  width: 100%;
  border-radius: 22px;
  box-shadow: 0 24px 60px rgba(44, 110, 100, .20);
  object-fit: cover;
  aspect-ratio: 4/3;
}

.voc-badge {
  position: absolute;
  bottom: 18px;
  inset-inline-start: 18px;
  background: #fff;
  color: var(--voc-deep);
  font-size: 13px;
  font-weight: 600;
  padding: 10px 16px;
  border-radius: 12px;
  box-shadow: 0 10px 26px rgba(0, 0, 0, .12);
  max-width: 240px;
}

.voc-vm {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
  margin: 26px 0;
}

.voc-vm-card {
  background: #fff;
  border: 1px solid rgba(62, 155, 142, .14);
  border-radius: 16px;
  padding: 22px;
  box-shadow: 0 8px 24px rgba(44, 110, 100, .07);
}

.voc-vm-ic {
  color: var(--voc-gold);
  font-size: 18px;
}

.voc-vm-card h3 {
  color: var(--voc-deep);
  font-size: 20px;
  margin: 8px 0 8px;
}

.voc-vm-card p {
  color: #5e6b69;
  font-size: 15px;
  line-height: 1.85;
  margin: 0;
}

/* sponsor */
.voc-sponsor-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 22px;
}

.voc-sponsor-card {
  background: #fff;
  border-radius: 18px;
  padding: 28px 24px;
  border: 1px solid rgba(62, 155, 142, .12);
  box-shadow: 0 12px 30px rgba(44, 110, 100, .08);
  display: flex;
  flex-direction: column;
  border-top: 5px solid var(--voc-primary);
}

.voc-tier-gold {
  border-top-color: #c9a24b;
}

.voc-tier-silver {
  border-top-color: #9aa7a3;
}

.voc-tier-bronze {
  border-top-color: #b07a4a;
}

.voc-tier-media {
  border-top-color: var(--voc-primary);
}

.voc-tier {
  font-weight: 700;
  color: var(--voc-deep);
  font-size: 18px;
}

.voc-price {
  font-size: 30px;
  font-weight: 800;
  color: var(--voc-primary);
  margin: 10px 0 18px;
  line-height: 1;
}

.voc-price span {
  display: block;
  font-size: 13px;
  font-weight: 500;
  color: #8a9794;
  margin-top: 6px;
}

.voc-sponsor-card ul {
  list-style: none;
  padding: 0;
  margin: 0 0 8px;
  flex: 1;
}

.voc-sponsor-card li {
  position: relative;
  padding: 8px 26px 8px 0;
  color: #54625f;
  font-size: 14.5px;
  border-bottom: 1px dashed #e7efec;
}

.voc-sponsor-card li::before {
  content: "✓";
  position: absolute;
  inset-inline-start: 0;
  color: var(--voc-primary);
  font-weight: 700;
}

/* news */
.voc-news-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 26px;
}

.voc-news-card {
  background: #fff;
  border-radius: 18px;
  overflow: hidden;
  border: 1px solid rgba(62, 155, 142, .10);
  box-shadow: 0 12px 30px rgba(44, 110, 100, .08);
  transition: .25s;
}

.voc-news-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 20px 44px rgba(44, 110, 100, .14);
}

.voc-news-img {
  aspect-ratio: 16/10;
  overflow: hidden;
}

.voc-news-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.voc-news-body {
  padding: 22px;
}

.voc-tag {
  display: inline-block;
  font-size: 12.5px;
  font-weight: 600;
  color: #fff;
  background: var(--voc-primary);
  padding: 4px 12px;
  border-radius: 999px;
  margin-bottom: 12px;
}

.voc-news-body h3 {
  font-size: 18.5px;
  color: var(--voc-deep);
  line-height: 1.6;
  margin: 0 0 10px;
}

.voc-news-body p {
  color: #6a7976;
  font-size: 14.5px;
  line-height: 1.8;
  margin: 0 0 14px;
}

.voc-link {
  color: var(--voc-primary);
  font-weight: 600;
  text-decoration: none;
}

/* gov + jobs */
.voc-split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 28px;
}

.voc-panel {
  border-radius: 22px;
  padding: 40px;
}

.voc-panel--gov {
  background: linear-gradient(140deg, var(--voc-deep), var(--voc-primary));
  color: #fff;
}

.voc-panel--jobs {
  background: #fff;
  border: 1px solid rgba(62, 155, 142, .14);
  box-shadow: 0 14px 34px rgba(44, 110, 100, .08);
}

.voc-panel-p {
  font-size: 16px;
  line-height: 1.9;
  margin: 6px 0 18px;
}

.voc-panel--gov .voc-panel-p {
  color: #e7f6f2;
}

.voc-panel--jobs .voc-panel-p {
  color: #5e6b69;
}

.voc-check {
  list-style: none;
  padding: 0;
  margin: 0 0 22px;
}

.voc-check li {
  position: relative;
  padding: 9px 28px 9px 0;
  font-size: 15px;
}

.voc-check li::before {
  content: "◆";
  position: absolute;
  inset-inline-start: 0;
  font-size: 11px;
  top: 12px;
}

.voc-panel--gov .voc-check li {
  color: #eafaf6;
  border-bottom: 1px solid rgba(255, 255, 255, .14);
}

.voc-panel--gov .voc-check li::before {
  color: #cdeee7;
}

.voc-check--dark li {
  color: #54625f;
  border-bottom: 1px solid #eef4f1;
}

.voc-check--dark li::before {
  color: var(--voc-primary);
}

@media(max-width:900px) {

  .voc-about-grid,
  .voc-vm,
  .voc-split {
    grid-template-columns: 1fr;
  }

  .voc-sponsor-grid {
    grid-template-columns: 1fr 1fr;
  }

  .voc-news-grid {
    grid-template-columns: 1fr;
  }

  .voc-h2 {
    font-size: 27px;
  }
}

@media(max-width:560px) {
  .voc-sponsor-grid {
    grid-template-columns: 1fr;
  }
}

/* ===================== navbar contrast fix — white bar ===================== */
/* top-level menu items: dark text on white bar */
.p-menubar-root-list>.p-menuitem>.p-menuitem-link .p-menuitem-text,
.p-menubar-root-list>.p-menuitem>.p-menuitem-link .p-submenu-icon,
.p-menubar-root-list>.p-menuitem>.p-menuitem-link {
  color: #1e3a35 !important;
}

.p-menubar-root-list>.p-menuitem>.p-menuitem-link:hover .p-menuitem-text,
.p-menubar-root-list>.p-menuitem>.p-menuitem-link:hover .p-submenu-icon {
  color: var(--voc-primary) !important;
}

.navbar .p-menubar-button .pi,
.navbar .navbar-toggler-icon {
  color: var(--voc-deep) !important;
}

/* keep dropdown submenu panels readable (dark text on white) */
.p-submenu-list .p-menuitem-link .p-menuitem-text,
.p-submenu-list .p-menuitem-link .p-submenu-icon {
  color: #2c6e64 !important;
}

.p-submenu-list .p-menuitem-link:hover .p-menuitem-text {
  color: var(--voc-primary) !important;
}

/* navbar logo sizing */
.navbar-brand img {
  height: 52px !important;
  width: auto !important;
  object-fit: contain;
}

/* search field on the bar */
.navbar .input-wrapper .form-control {
  background: #f3faf8 !important;
  border: 1px solid rgba(62, 155, 142, .20) !important;
  color: #1e3a35 !important;
}

/* login button on white bar */
.btn-login {
  background: linear-gradient(105deg, var(--voc-deep), var(--voc-primary)) !important;
  color: #fff !important;
  border: none !important;
  font-weight: 600 !important;
  padding: 10px 24px !important;
}

.btn-login:hover {
  filter: brightness(1.08) !important;
}

/* ===================== navbar layout & alignment ===================== */
/* fixed bar height */
nav.navbar {
  min-height: 70px !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

/* inner container: full width flex row */
.nav-bar-content {
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  width: 100% !important;
  min-height: 70px !important;
  flex-wrap: nowrap !important;
}

/* logo */
.navbar-brand {
  flex-shrink: 0 !important;
  display: flex !important;
  align-items: center !important;
  margin: 0 12px 0 0 !important;
  padding: 0 !important;
}

/* menubar wrapper */
.p-menubar {
  background: transparent !important;
  border: none !important;
  padding: 0 !important;
  margin: 0 !important;
  flex: 1 !important;
}

/* root list */
.p-menubar-root-list {
  display: flex !important;
  flex-direction: row !important;
  align-items: center !important;
  padding: 0 !important;
  margin: 0 !important;
  list-style: none !important;
  height: 70px !important;
  flex-wrap: nowrap !important;
}

/* top-level item */
.p-menubar-root-list>.p-menuitem {
  height: 70px !important;
  display: flex !important;
  align-items: center !important;
  flex-shrink: 0 !important;
}

/* top-level link */
.p-menubar-root-list>.p-menuitem>.p-menuitem-link {
  display: flex !important;
  align-items: center !important;
  gap: 3px !important;
  padding: 0 11px !important;
  height: 100% !important;
  white-space: nowrap !important;
  text-decoration: none !important;
  border-bottom: 2px solid transparent !important;
  transition: border-color .2s, color .2s !important;
}

.p-menubar-root-list>.p-menuitem>.p-menuitem-link:hover {
  border-bottom-color: var(--voc-primary) !important;
  background: rgba(62, 155, 142, .05) !important;
}

/* right side actions */
.header-end-actions {
  flex-shrink: 0 !important;
  display: flex !important;
  align-items: center !important;
  gap: 8px !important;
  margin-right: 0 !important;
}

/* search wrapper — fixed width, don't grow */
.navbar .input-wrapper {
  display: flex !important;
  align-items: center !important;
  background: #f3faf8 !important;
  border: 1px solid rgba(62, 155, 142, .22) !important;
  border-radius: 8px !important;
  padding: 0 10px !important;
  height: 36px !important;
  gap: 6px !important;
  width: 180px !important;
  flex-shrink: 0 !important;
}

.navbar .input-wrapper .form-control {
  border: none !important;
  outline: none !important;
  box-shadow: none !important;
  width: 100% !important;
  height: 100% !important;
  padding: 0 !important;
  background: transparent !important;
  font-size: 13px !important;
  color: #1e3a35 !important;
}

/* submenu dropdown */
.p-submenu-list {
  background: #fff !important;
  border-radius: 12px !important;
  box-shadow: 0 12px 32px rgba(44, 110, 100, .15) !important;
  border: 1px solid rgba(62, 155, 142, .10) !important;
  padding: 8px 0 !important;
  min-width: 180px !important;
  position: absolute !important;
  z-index: 9999 !important;
}

.p-submenu-list .p-menuitem-link {
  padding: 10px 18px !important;
  white-space: nowrap !important;
}

/* ===================== icon glyph fallbacks (offline-safe) ===================== */
.pi-angle-down:before {
  content: "⌄" !important;
  font-family: 'VocSans', sans-serif !important;
  font-weight: 700;
}

.pi-angle-right:before {
  content: "‹" !important;
  font-family: 'VocSans', sans-serif !important;
  font-weight: 700;
}

.pi-bars:before {
  content: "☰" !important;
  font-family: 'VocSans', sans-serif !important;
}

.pi-angle-down,
.pi-angle-right,
.pi-bars {
  line-height: 1 !important;
}

/* ===================== global font size bump (Somar reads small) ===================== */
html {
  font-size: 107.5% !important;
}

.p-menubar-root-list>.p-menuitem>.p-menuitem-link .p-menuitem-text {
  font-size: 16.5px !important;
}

.voc-sub,
.voc-lead {
  font-size: 18px;
}

.voc-news-body h3 {
  font-size: 19.5px;
}

.voc-sponsor-card li,
.voc-check li {
  font-size: 15.5px;
}

body {
  line-height: 1.7;
}

/* ===================== font size — bigger (user request) ===================== */
html {
  font-size: 132% !important;
}

body {
  line-height: 1.8;
}

.p-menubar-root-list>.p-menuitem>.p-menuitem-link .p-menuitem-text {
  font-size: 19px !important;
}

.voc-h2 {
  font-size: 38px;
}

.voc-sub,
.voc-lead {
  font-size: 20px;
}

.voc-news-body h3 {
  font-size: 22px;
}

.voc-sponsor-card li,
.voc-check li {
  font-size: 18px;
}

.voc-vm-card p {
  font-size: 18px;
}

.voc-panel-p {
  font-size: 19.5px;
}

/* ===================== enlarge normal/body & description text ===================== */
.subheading {
  font-size: 21px !important;
  line-height: 1.95 !important;
}

.section-subtitle,
.section-desc,
.sub-title,
.subtitle,
.description,
.desc,
.card-text,
.card-desc,
.feature-text,
.feature-desc,
.about-text p,
p.text-muted {
  font-size: 20px !important;
  line-height: 1.9 !important;
}

/* general paragraph & list text inside main content */
#__nuxt p {
  font-size: 20px;
  line-height: 1.9;
}

#__nuxt li {
  font-size: 19.5px;
}

.p-menuitem-text {
  font-size: 18.5px;
}

/* ===================== testimonials carousel — full fix ===================== */
/* override the data-v scoped selectors that don't work in static HTML */

/* Make testimonials a clean horizontal layout with cards next to each other */
.testimonials-section .testimonials-swiper {
  height: auto !important;
  overflow: visible !important;
  padding: 30px 0 !important;
  display: block !important;
}

.testimonials-section .swiper-wrapper {
  display: flex !important;
  flex-direction: row !important;
  justify-content: center !important;
  align-items: stretch !important;
  gap: 24px !important;
  transform: none !important; /* disable swiper translation */
  width: 100% !important;
  flex-wrap: wrap !important; /* wrap if screen is small */
}

/* ALL slides: equal size, side-by-side, fully visible */
.testimonials-section .swiper-slide {
  opacity: 1 !important;
  transform: none !important;
  transition: none !important;
  z-index: 1 !important;
  display: flex !important;
  justify-content: center !important;
  width: calc(33.333% - 16px) !important; /* three columns */
  min-width: 290px !important;
  max-width: 380px !important;
  margin: 0 !important;
}

/* ===================================================================
   HERO FULL-BACKGROUND CROSSFADE SLIDER & GLASS CARD
   5 images × 5s display + 1.5s fade = 30s cycle
=================================================================== */

/* Full Bleed Slider behind Hero Content */
.voc-hero-bg-slider {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  overflow: hidden;
}

/* Background image base style */
.voc-hero-bg-img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  opacity: 0;
  animation-duration: 30s;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
  transform: scale(1.08);
}

/* Subtle crossfade + zoom Ken Burns effect */
@keyframes voc-bg-fade {
  0% {
    opacity: 0;
    transform: scale(1.08);
  }

  5% {
    opacity: 1;
    transform: scale(1.05);
  }

  20% {
    opacity: 1;
  }

  25% {
    opacity: 0;
    transform: scale(1.00);
  }

  100% {
    opacity: 0;
  }
}

.voc-bg-1 {
  animation-name: voc-bg-fade;
  animation-delay: 0s;
}

.voc-bg-2 {
  animation-name: voc-bg-fade;
  animation-delay: 6s;
}

.voc-bg-3 {
  animation-name: voc-bg-fade;
  animation-delay: 12s;
}

.voc-bg-4 {
  animation-name: voc-bg-fade;
  animation-delay: 18s;
}

.voc-bg-5 {
  animation-name: voc-bg-fade;
  animation-delay: 24s;
}

/* Overlay — lighter gradient to make the background images highly visible and clear */
.voc-hero-bg-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(20, 60, 56, 0.45) 0%, rgba(31, 92, 85, 0.35) 100%);
  z-index: 2;
}

/* Glassmorphism card for hero content */
.voc-hero-glass-card {
  position: relative;
  background: rgba(255, 255, 255, 0.07) !important;
  backdrop-filter: blur(18px) saturate(140%) !important;
  -webkit-backdrop-filter: blur(18px) saturate(140%) !important;
  border: 1px solid rgba(255, 255, 255, 0.16) !important;
  border-radius: 28px !important;
  padding: 48px !important;
  box-shadow: 0 32px 80px rgba(0, 0, 0, 0.3) !important;
  color: #fff !important;
  margin: 20px 0 !important;
}

/* Ensure headings inside glass card look stunning */
.voc-hero-glass-card .section-heading {
  font-size: 52px !important;
  line-height: 1.3 !important;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.15);
}

.voc-hero-glass-card .header-desc-page {
  font-size: 1.45rem !important;
  line-height: 1.75 !important;
  color: rgba(255, 255, 255, 0.92) !important;
  text-shadow: 0 1px 4px rgba(0, 0, 0, 0.1);
}

/* Min height helper for row */
.min-vh-60 {
  min-height: 540px !important;
}


/* Disable swiper scale/z-index shifts since they are static columns now */
.testimonials-section .swiper-slide-active,
.testimonials-section .swiper-slide-next,
.testimonials-section .swiper-slide-prev {
  opacity: 1 !important;
  transform: none !important;
  z-index: 1 !important;
}

/* card itself — styled as perfect square and close together */
.testimonail-card {
  background: #fff !important;
  border-radius: 20px !important;
  box-shadow: 0 10px 30px rgba(44, 110, 100, 0.06) !important;
  border: 1px solid rgba(62, 155, 142, 0.08) !important;
  padding: 28px !important;
  width: 100% !important;
  max-width: 100% !important;
  aspect-ratio: 1.1 / 1 !important; /* almost perfect square but fits content well */
  display: flex !important;
  flex-direction: column !important;
  justify-content: space-between !important;
  transition: transform 0.3s ease, box-shadow 0.3s ease !important;
}

.testimonail-card:hover {
  transform: translateY(-5px) !important;
  box-shadow: 0 15px 35px rgba(44, 110, 100, 0.12) !important;
}

.testimonail-card .card-content {
  display: flex !important;
  flex-direction: column !important;
  justify-content: space-between !important;
  flex: 1 !important;
}

.testimonail-card .card-content__text {
  font-size: 17.5px !important;
  line-height: 1.75 !important;
  color: #1e293b !important;
  margin-bottom: 20px !important;
  flex: 1 !important;
}

.testimonail-card .card-content .client-info {
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  margin-top: auto !important;
}

.testimonail-card .card-content .client-info .client-img {
  border-radius: 50% !important;
  object-fit: cover !important;
}

.testimonail-card .card-content .client-info .client-name {
  font-size: 15.5px !important;
  font-weight: 600 !important;
  color: #0f172a !important;
}

.testimonail-card .card-content .client-info .client-position {
  font-size: 14px !important;
  color: #64748b !important;
}

/* Hide swiper control arrows because the grid layout is static */
.testimonials-section .swiper-button-next,
.testimonials-section .swiper-button-prev {
  display: none !important;
}

/* don't let global font bump affect carousel */
#__nuxt .testimonail-card p {
  font-size: 17.5px !important;
  line-height: 1.75 !important;
}


/* ===================== search bar — fix X-button overlap ===================== */
/* hide the browser native clear (×) button inside the search input */
.navbar input[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: none !important;
  display: none !important;
}

.navbar input[type="search"]::-ms-clear {
  display: none !important;
}

/* give the placeholder text room so it doesn't collide with icon */
.navbar .input-wrapper .form-control {
  padding-right: 4px !important;
  padding-left: 4px !important;
}

/* ensure the search icon doesn't overlap the text — make it non-interactive */
.navbar .input-wrapper .search-icon {
  flex-shrink: 0 !important;
  pointer-events: none !important;
  order: 1 !important;
  /* icon on the LEFT of the text in RTL */
}

.navbar .input-wrapper .form-control {
  order: 2 !important;
}

/* ===================== Feature cards font size adjustment ===================== */
.feature-card .card-title {
  font-size: 21px !important;
  font-weight: 700 !important;
  margin-bottom: 8px !important;
}

.feature-card .card-description {
  font-size: 17px !important;
  line-height: 1.8 !important;
  color: #4a5568 !important;
}

.feature-card .learn-more__btn {
  font-size: 16px !important;
}

/* ===================== Global Small Fonts Override (Pixel-based) ===================== */
.voc-eyebrow {
  font-size: 16px !important;
}

.voc-badge {
  font-size: 15.5px !important;
}

.voc-news-body p {
  font-size: 17px !important;
}

.voc-tag {
  font-size: 14.5px !important;
}

.navbar .input-wrapper .form-control {
  font-size: 15px !important;
}

.voc-price span {
  font-size: 15px !important;
}

.feature-list__item .value,
.unordered-list__item .item-value {
  font-size: 18.5px !important;
}

.dashed-path-lines .action-btn {
  font-size: 17px !important;
}

.service-card__description {
  font-size: 18.5px !important;
  line-height: 1.85 !important;
}

.coupon-card__title {
  font-size: 18.5px !important;
}

.coupon-card__content .price {
  font-size: 16.5px !important;
}

.btn-offer {
  font-size: 16.5px !important;
}

.course-title {
  font-size: 18.5px !important;
}

.coach-info p {
  font-size: 16.5px !important;
}

.coach-info span {
  font-size: 15px !important;
}

.course-card .price {
  font-size: 18.5px !important;
}

.reviews-count {
  font-size: 14.5px !important;
}

/* ===================== Features Image Frame & Positioning ===================== */
.network-features-section .section-image__wrapper {
  margin-top: 35px !important; /* Push down to clear the hero section */
  position: relative !important;
}

.network-features-section .section-image {
  border-radius: 22px !important; /* Premium rounded corners */
  border: 8px solid #ffffff !important; /* Elegant white photo frame */
  box-shadow: 0 16px 36px rgba(44, 110, 100, 0.14) !important; /* Soft depth shadow */
  transition: transform 0.3s ease, box-shadow 0.3s ease !important;
}

.network-features-section .section-image:hover {
  transform: translateY(-4px) !important;
  box-shadow: 0 24px 48px rgba(44, 110, 100, 0.2) !important;
}