:root {
  --ff-poppins: "Poppins", system-ui;
  --ff-outfit: "Outfit", sans-serif;
  --cl-white: #ffffff;
  --cl-black: #000000;
  --cl-sky: #15b1ec;
  --cl-gray: #bec4c4;
  --cl-light-white: #f5f5f5;
  --text-light: #848484;
}

.bg_light_white {
  background-color: var(--cl-light-white);
}

* {
  margin: 0;
  color: #0f0f0f8f;
  font-size: 16px;
  font-family: "Poppins", system-ui;
  font-weight: 400;
  line-height: 28px;
  box-sizing: border-box;
}

body {
  margin: 0;
  font-size: 16px;
  font-weight: 400;
  font-family: "Poppins", system-ui;
  letter-spacing: 0;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
  overflow-x: hidden;
}

html {
  scroll-behavior: smooth;
}

::-webkit-scrollbar-thumb {
  background: var(--cl-sky);
  border-radius: 4px;
  border: unset;
}

::-webkit-scrollbar-track {
  background: #666666;
}

::-webkit-scrollbar {
  width: 8px;
}

@media (min-width: 1200px) {
  .container {
    max-width: 1230px !important;
  }
}

.poppins {
  font-family: "Poppins", system-ui;
}

.outfit {
  font-family: "Outfit", sans-serif;
}

.fs-10 {
  font-size: 10px;
}

.fs-11 {
  font-size: 11px;
}

.fs-12 {
  font-size: 12px;
}

.fs-13 {
  font-size: 13px;
}

.fs-14 {
  font-size: 14px;
}

.fs-15 {
  font-size: 15px;
}

.fs-16 {
  font-size: 16px;
}

.fs-18 {
  font-size: 18px;
}

.fs-20 {
  font-size: 20px;
}

.fs-22 {
  font-size: 22px;
}

.fs-24 {
  font-size: 24px;
}

.fs-25 {
  font-size: 25px;
}

.fs-28 {
  font-size: 28px;
}

.fs-30 {
  font-size: 30px;
}

.fs-32 {
  font-size: 32px;
}

.fs-36 {
  font-size: 36px;
}

.fs-38 {
  font-size: 36px;
}

.fs-40 {
  font-size: 40px;
}

.fs-42 {
  font-size: 42px;
}

.fs-44 {
  font-size: 44px;
}

.fs-46 {
  font-size: 46px;
}

.fs-48 {
  font-size: 48px;
}

.fs-50 {
  font-size: 50px;
}

.fs-52 {
  font-size: 52px;
}

.fs-54 {
  font-size: 54px;
}

.fs-57 {
  font-size: 57px;
}

.fs-64 {
  font-size: 64px;
}

.fs-70 {
  font-size: 70px;
}

.fs-76 {
  font-size: 76px;
}

.fs-80 {
  font-size: 80px;
}

.fw-thin {
  font-weight: 100;
}

.fw-extralight {
  font-weight: 200;
}

.fw-300,
.fw-light {
  font-weight: 300;
}

.fw-400 {
  font-weight: 400;
}

.fw-500 {
  font-weight: 500;
}

.fw-600 {
  font-weight: 600;
}

.fw-700 {
  font-weight: 700;
}

.fw-800 {
  font-weight: 800;
}

.fw-900 {
  font-weight: 900;
}

.ls-1 {
  letter-spacing: 1px;
}

.lh-0 {
  line-height: 0;
}

.lh-15 {
  line-height: 15px;
}

.lh-16 {
  line-height: 16px;
}

.lh-20 {
  line-height: 20px;
}

.lh-22 {
  line-height: 22px;
}

.lh-24 {
  line-height: 24px;
}

.lh-25 {
  line-height: 25px;
}

.lh-26 {
  line-height: 26px;
}

.lh-28 {
  line-height: 28px;
}

.lh-30 {
  line-height: 30px;
}

.lh-32 {
  line-height: 32px;
}

.lh-33 {
  line-height: 33px;
}

.lh-34 {
  line-height: 34px;
}

.lh-35 {
  line-height: 35px;
}

.lh-38 {
  line-height: 38px;
}

.lh-40 {
  line-height: 40px;
}

.lh-42 {
  line-height: 42px;
}

.lh-45 {
  line-height: 45px;
}

.lh-48 {
  line-height: 48px;
}

.lh-50 {
  line-height: 50px;
}

.lh-52 {
  line-height: 52px;
}

.lh-54 {
  line-height: 54px;
}

.lh-55 {
  line-height: 55px;
}

.lh-58 {
  line-height: 58px;
}

.lh-60 {
  line-height: 60px;
}

.lh-64 {
  line-height: 64px;
}

.lh-65 {
  line-height: 65px;
}

.lh-68 {
  line-height: 68px;
}

.lh-72 {
  line-height: 72px;
}

.lh-74 {
  line-height: 74px;
}

.lh-86 {
  line-height: 86px;
}

.mt_10 {
  margin-top: -10px;
}

@media (max-width: 1199px) {
  .pb-100 {
    padding-bottom: 100px;
  }
}

h1,
h2,
h3 {
  font-family: "Outfit", sans-serif;
}

@media (max-width: 575px) {

  h1,
  h2,
  h3,
  .fs-57 {
    font-size: 26px;
    line-height: 30px;
  }
}

@media (max-width: 575px) {

  h3,
  .fs-24,
  .fs-28,
  .fs-36,
  .fs-38,
  .fs-44,
  .fs-52,
  .fs-44,
  .fs-46,
  .fs-48,
  .fs-50,
  .fs-54,
  .fs-76,
  .fs-70 {
    font-size: 22px !important;
    line-height: 28px !important;
  }
}

p {
  line-height: 28px;
}

a,
a:hover {
  text-decoration: none;
  color: initial;
  cursor: pointer;
}

a:focus,
select:focus {
  outline: 0 !important;
}

a:focus,
button,
button:focus,
input:focus,
select:focus,
textarea:focus {
  outline: 0;
}

.btn-primary:focus,
.btn:focus {
  box-shadow: none !important;
}

button {
  border: none;
  font-family: "Poppins", system-ui;
}

::placeholder {
  font-size: medium;
}

li {
  font-family: "Poppins", system-ui;
}

.cl-white {
  color: #ffffff;
}

.cl-black {
  color: #131313;
}

.bgc-black {
  background-color: #131313;
}

.br-10 {
  border-radius: 10px !important;
}

.br-12 {
  border-radius: 12px;
}

.br-16 {
  border-radius: 16px;
}

.br-20 {
  border-radius: 20px;
}

.br-30 {
  border-radius: 30px;
}

.br-50 {
  border-radius: 50px;
}

/* Default spacing for large screens */


/* Spacing for screens smaller than or equal to 992px */
@media (max-width: 992px) {
  .spacing {
    margin-top: 80px;
    margin-bottom: 80px;
  }
}

/* Spacing for screens smaller than or equal to 768px */
@media (max-width: 768px) {
  .spacing {
    margin-top: 48px;
    margin-bottom: 48px;
  }
}

/* Spacing for screens smaller than or equal to 576px */
@media (max-width: 576px) {
  .spacing {
    margin-top: 24px;
    margin-bottom: 24px;
  }
}

/* Spacing for extra-small screens (smaller than or equal to 480px) */
@media (max-width: 480px) {
  .spacing {
    margin-top: 18px;
    margin-bottom: 18px;
  }
}

.header_btn {
  background: #005494;
  color: white;
  border: 0;
  border-radius: 30px;
  padding: 7px 20px 7px 20px;
}

.header_menu li a {
  font-size: 16px;
  color: var(--cl-black);
  font-weight: 500;
  line-height: 24px;
  transition: all 0.5s ease;
}

.header_menu li a:hover {
  color: var(--cl-sky);
}

.site_footer {
  background-color: #09436f;
  border-radius: 40px 40px 0px 0px;
}

.site_footer li a {
  color: #ffffff8f;
  text-decoration: none;
  transition: all 0.5s ease;
}

.site_footer li a:hover {
  color: var(--cl-white);
}

.copyright {
  background: #1d1d1d;
  border-radius: 0px 0px 40px 40px;
}

.footer_bottom {
  text-decoration: none;
}

@media (max-width: 576px) {
  .site_footer {
    border-radius: 18px 18px 0px 0px;
  }

  .copyright {
    border-radius: 0px 0px 18px 18px;
  }
}

.banner_bg {
  background: linear-gradient(90deg,
      rgba(121, 121, 121, 0.25) 0%,
      rgba(255, 255, 255, 0) 56.81%);
}

.text_gradient {
  -webkit-text-fill-color: transparent;
  background: linear-gradient(90deg, #10558a, #15b3e7);
  -webkit-background-clip: text !important;
  background-clip: text !important;
}

.course-card {
  padding: 14px 13px 7px 13px !important;
  box-shadow: 0px 6px 12px 0px #0000000f;
}

.box-shade {
  box-shadow: 0px 6.65px 5.32px 0px #00000007;
  box-shadow: 0px 22.34px 17.87px 0px #0000000b;
  box-shadow: 0px 100px 80px 0px #00000012;
}

ul li::marker {
  color: var(--cl-sky);
}

.list_group li {
  margin: 6px 0px 6px;
}

.banner_section {
  background: linear-gradient(90deg, #10558a, #15b3e7);
}

.banner_section .breadcrumb-item a,
.banner_section .breadcrumb-item li {
  font-size: 18px;
  font-optical-sizing: auto;
  color: var(--cl-white);
  font-weight: 200;
  text-decoration: none;
}

.breadcrumb-item+.breadcrumb-item::before {
  color: var(--bs-body-bg) !important;
}

.banner_section .breadcrumb-item.active {
  font-size: 18px;
  color: var(--cl-white);
  font-weight: 500;
}

.nav-link.active {
  color: var(--cl-sky) !important;
}

.light_theme_form .form-control:focus {
  outline: 0;
  box-shadow: 0 0 0 0.1px rgba(255, 255, 255, 0.2);
}

.light_theme_form .form-check-input:checked {
  background-color: var(--primary-color);
  border-color: var(--primary-color);
}

.light_theme_form .form-check .form-check-input {
  float: left;
  margin-left: -1.5em;
  border-width: 2px;
}

.light_theme_form .form-check-label {
  color: rgba(41, 41, 41, 0.76);
  font-weight: 400;
  line-height: 24px;
  cursor: pointer;
  font-size: 14px;
}

.light_theme_form .form-check-label {
  color: rgba(41, 41, 41, 0.76);
  font-weight: 400;
  line-height: 24px;
  cursor: pointer;
  font-size: 14px;
  padding-left: 5px;
}

.light_theme_form .form-control,
.light_theme_form .form-control:focus,
.light_theme_form select,
.light_theme_form select:focus {
  display: block;
  width: 100%;
  padding: 11px 16px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  color: rgba(41, 41, 41, 0.76);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: transparent;
  background-clip: padding-box;
  border: 1.5px solid #13131329;
  border-radius: 12px;
  box-shadow: unset;
  transition: all 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

/* Global Form */
.light_theme_form .form-control {
  margin-bottom: 20px;
}

a.btn_contact_style_submit,
button.btn_contact_style_submit {
  align-items: center;
  justify-content: center;
  gap: 10px;
  display: flex;
  padding: 16px 32px;
  text-align: center;
  border-radius: 50px;
  background-color: #131313;
  color: var(--cl-white);
  line-height: unset;
  transition: 0.6s all ease;
  width: 100%;
  border: 1px solid var(--cl-black);
  height: 52px;
}

a.btn_contact_style_submit:hover,
button.btn_contact_style_submit:hover {
  background-color: transparent;
  color: var(--cl-black);
  border: 1px solid var(--cl-black);
}

a.btn_contact_style_submit i,
button.btn_contact_style_submit i {
  transition: 0.6s all ease;
}

a.btn_contact_style_submit:hover i,
button.btn_contact_style_submit:hover i {
  color: var(--cl-white);
}

.sticky_section {
  position: sticky !important;
  top: 115px;
}

.contact_forms_new {
  border-radius: 30px;
  background: #f5f5f5;
}

.light_theme_form a {
  text-decoration: none;
  transition: 0.5s ease;
}

.light_theme_form a:hover {
  color: var(--cl-sky);
}

.section_futures .card {
  border-color: var(--cl-black);
  border-radius: 20px;
  transition: 1s all ease;
}

.section_futures .card:hover {
  border-color: var(--cl-sky);
}

.section_futures .card img {
  width: 52px;
  height: 52px;
  object-fit: contain;
}

.sticky_whatsapp {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 99;
}

.sticky_whatsapp .wp_img {
  animation: 1.5s linear infinite shake;
  transform: translate3d(0, 0, 0);
  width: 75px;
}

.sticky_whatsapp .wp_img:hover {
    animation-play-state: paused
}

@keyframes shake {

  10%,
  90% {
    transform: translate3d(-1px, 0, 0);
  }

  20%,
  80% {
    transform: translate3d(2px, 0, 0);
  }

  30%,
  50%,
  70% {
    transform: translate3d(-4px, 0, 0);
  }

  40%,
  60% {
    transform: translate3d(4px, 0, 0);
  }
}

@media (min-width: 768px) {
  .form_discription {
    width: 75%;
  }
}

@media (max-width: 990px) {
    .sticky_whatsapp .wp_img {
      width: 50px;
    }

  .header_btn {
    background: transparent;
    color: var(--cl-black);
    font-size: 16px;
    border-radius: 0;
    padding: 0;
    font-weight: 500;
    transition: all 0.5s ease;
  }

  .header_btn:hover {
    color: var(--cl-sky);
  }

  .banner_bg {
    background: rgb(222 222 222);
  }
}

.navbar .navbar-toggler:focus {
  box-shadow: none;
}

.navbar .btn-close:focus {
  box-shadow: none;
}

@media (min-width: 1024px) {
  .img-width-90 {
    width: 90%;
  }
}

@media (min-width: 1024px) {
  .min-h-238 {
    min-height: 238px;
  }
}

.br-card-20 {
  border-radius: 20px !important;
  border: 0px !important;
}

/* Default: Show all cards */
.card-item {
  display: block;
}

/* Hide "Load More" button by default */
#load-more {
  display: none;
}

/* Mobile-specific styles */
@media (max-width: 768px) {

  /* Hide all cards after the first 6 */
  .card-item {
    display: none;
  }

  .card-item.show {
    display: block;
  }

  /* Show "Load More" button on mobile */
  #load-more {
    display: inline-block;
    background: var(--bs-black);
    border: 1px solid var(--cl-black);
    border-radius: 24px;
    padding: 10px 24px;
    transition: 0.5s all ease;
  }

  #load-more:hover {
    background-color: transparent;
    color: var(--cl-black);
    border: 1px solid var(--cl-black);
  }
}

.alink {
  color: var(--cl-sky);
  text-decoration: none;
  transition: 0.5s ease;
}

.alink:hover {
  color: var(--cl-sky);
  text-decoration: underline;
}


/* ===============================
   GLOBAL SAFETY
================================ */
html,
body {
  max-width: 100%;
  overflow-x: hidden;
}

/* ===============================
   ABOUT AW CREW – MOBILE FIRST
================================ */
.about-awcrew {
  padding: 20px 0;
  /* ✅ MOBILE: top 20px bottom 20px */
  margin-top: 20px;
  overflow: hidden;
  /* stops vector overflow */
}

/* ===============================
   GRID LAYOUT
================================ */
.about-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 30px;
  align-items: center;
}

/* ===============================
   IMAGE
================================ */
.about-image {
  position: relative;
  max-width: 100%;
}

.about-image img {
  width: 100%;
  border-radius: 16px;
  object-fit: cover;
  display: block;
  position: relative;
  z-index: 2;
}

/* ===============================
   FLOATING VECTORS (DESKTOP ONLY)
================================ */
.about-image .vector {
  position: absolute;
  z-index: 0;
  opacity: 0.7;
}

.about-image .v1 {
  top: -30px;
  left: -40px;
  width: 120px;
  height: 120px;
  background: radial-gradient(circle, #6c63ff 0%, transparent 60%);
}

.about-image .v2 {
  bottom: -40px;
  right: -50px;
  width: 160px;
  height: 160px;
  background: radial-gradient(circle, #ff8c42 0%, transparent 60%);
}

.about-image .v3 {
  top: 40%;
  left: -60px;
  width: 90px;
  height: 90px;
  background: radial-gradient(circle, #00c9a7 0%, transparent 65%);
}

.about-image .v4 {
  top: -40px;
  right: 20%;
  width: 60px;
  height: 60px;
  background: radial-gradient(circle, #ffd166 0%, transparent 65%);
}

/* ===============================
   CONTENT
================================ */
.about-content p {
  font-size: 1rem;
  line-height: 1.8;
  color: #333;
  margin-bottom: 18px;
}

/* ===============================
   MOBILE OVERFLOW FIX
================================ */
@media (max-width: 768px) {
  .about-image .vector {
    display: none;
    /* 🔒 prevent mobile overflow */
  }
}

/* ===============================
   DESKTOP
================================ */
@media (min-width: 992px) {
  .about-awcrew {
    padding: 100px 0;
    /* DESKTOP */

  }

  .about-grid {
    grid-template-columns: 1fr 1fr;
    gap: 60px;
  }
}




/* animations */
@keyframes floatY {
  0% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-25px);
  }

  100% {
    transform: translateY(0);
  }
}

@keyframes floatX {
  0% {
    transform: translateX(0);
  }

  50% {
    transform: translateX(25px);
  }

  100% {
    transform: translateX(0);
  }
}


.circle-img {
  width: 360px;
  height: 360px;
  object-fit: cover;
}

.circle-border {
  width: 420px;
  height: 420px;
}

.dot {
  width: 14px;
  height: 14px;
}

@media(max-width:992px) {
  .circle-img {
    width: 280px;
    height: 280px;
  }

  .circle-border {
    width: 330px;
    height: 330px;
  }
}


/* SECTION SPACING */
.roles-section {
  padding: 100px 0;
}

/* MOBILE SPACING */
@media (max-width: 768px) {
  .roles-section {
    padding: 20px 0;
  }
}





.screening-section {
  position: relative;
  background: linear-gradient(120deg, #f7f9fc 0%, #e3f2fd 100%);
  padding: 30px 0;
  overflow: hidden;
}

/* Diagonal background accent */
.screening-section::before {
  content: '';
  position: absolute;
  top: 0;
  left: -50%;
  width: 200%;
  height: 100%;
  background: #d1c4e9;
  transform: rotate(-5deg);
  z-index: 1;
  opacity: 0.2;
}

.screening-section::after {
  content: '';
  position: absolute;

  right: -100px;
  width: 300px;
  height: 300px;
  background: #ffcc80;
  border-radius: 50%;
  z-index: 1;
  opacity: 0.2;
}

/* Container content above background */
.screening-section .container {
  position: relative;
  z-index: 2;
}

/* Heading styles */
.screening-section h2 {
  font-size: 48px;
  font-weight: 700;
  color: #000000;
}

.screening-section h2 span.text_gradient {

  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}




/* Process card */
.process-item {
  background: #ffffff;
  border: 1px solid #e5e5e5;
  border-radius: 16px;

  /* Controlled spacing */
  padding: 30px 20px 40px;

  /* Layout */
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;

  text-align: center;
  height: 100%;

  /* Animation */
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

/* Hover effect */
.process-item:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
}

/* Step number */
.step-number {
  font-size: 36px;
  font-weight: 900;
  margin-bottom: 10px;

  background: linear-gradient(90deg, #10558a, #15b3e7);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

@media (max-width: 576px) {
  .course-card-body {
    padding: 1rem !important;
  }

  .course-card {
    margin-bottom: 1rem;
  }
}



.service-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
  transition: all 0.3s ease;
}

.hover-scale {
  transition: transform 0.4s ease;
}

.hover-scale:hover {
  transform: scale(1.05);
}


@media (min-width: 992px) {

  .services-section,
  .why-typography {
    margin-top: 100px !important;
    margin-bottom: 100px !important;
  }
}

/* Mobile spacing: below 992px */
@media (max-width: 991px) {

  .services-section,
  .why-typography {
    margin-top: 30px !important;
    margin-bottom: 20px !important;
  }
}

/* Desktop spacing: 992px and above */
@media (min-width: 992px) {
  .services-section {
    margin-top: 100px !important;
    margin-bottom: 100px !important;
  }
}

/* Mobile spacing: below 992px */
@media (max-width: 991px) {
  .services-section {
    margin-top: 20px !important;
    margin-bottom: 20px !important;
  }
}

/* ===============================
   TABLET VIEW – PROCESS SECTION FIX
   (768px – 991px)
================================ */
@media (min-width: 768px) and (max-width: 991px) {

  /* Stop full-width background stretch */
  .screening-section {
    padding: 80px 0 !important;
  }

  /* Force container width like other sections */
  .screening-section .container {
    max-width: 720px;
    /* matches tablet container */
    margin: 0 auto;
  }

  /* Grid alignment */
  .process-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
  }

  /* Card alignment */
  .process-item {
    align-items: flex-start;
    text-align: left;
    padding: 30px 24px;
  }

  /* Center heading only */
  .screening-section h2 {
    text-align: center;
    margin-bottom: 40px;
  }

}


@media (min-width: 768px) and (max-width: 991px) {

  .faq-container {
    max-width: 720px;
    /* or 700px if you want tighter */
    margin: 0 auto;
    padding-left: 15px;
    padding-right: 15px;
  }

}



/* Mobile view */
@media (max-width: 767px) {
  .faq-container {
    max-width: 100%;
    /* full but padded */
    margin: 0 auto;
    padding-left: 5px;
    padding-right: 5px;
  }
}

/* Full-width FAQ Section */
.faq-container-wrapper {
  width: 100%;
  background-color: #f9f9f9;
  /* section background */
  padding: 60px 20px;
  /* desktop top/bottom spacing */
}

/* Container */
.faq-container {
  max-width: 900px;
  margin: 0 auto;
}

/* Heading */
.faq-container h2 {
  font-family: 'Outfit', sans-serif;
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: 40px;
  text-align: center;
  font-size: 50px;
}

/* Gradient span in heading */
.faq-container h2 .text_gradient {
  background: linear-gradient(90deg, #10558a, #15b3e7);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-block;
}

/* FAQ Item */
.faq-item {
  margin-top: 20px;
}

/* FAQ Header */
.faq-header {
  width: 100%;
  background: #fff;
  border: 1px solid #eee;
  border-radius: 12px;
  padding: 18px 25px;
  font-size: 14px;
  font-weight: 600;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  transition: all 0.3s ease;
}

/* Icon */
.faq-header .icon {
  font-size: 22px;
  transition: transform 0.3s ease;
}

/* Active FAQ Item */
.faq-item.active .faq-header {
  background: #e6f3fb;
  /* subtle highlight */
  border-color: #15b3e7;
}

/* Rotate icon when active */
.faq-item.active .icon {
  transform: rotate(180deg);
}

/* FAQ Content */
.faq-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease, padding 0.4s ease;
  padding: 0 25px;
  background: #fff;
  border-left: 1px solid #eee;
  border-right: 1px solid #eee;
  border-bottom: 1px solid #eee;
  border-radius: 0 0 12px 12px;
}

.faq-item.active .faq-content {
  max-height: 500px;
  /* enough for content */
  padding: 15px 25px;
}

/* FAQ Content Paragraph */
.faq-content p {
  margin: 0;
  font-size: 16px;
  line-height: 1.6;
  color: #333;
}

/* Bottom Note */
.faq-container p.text-center {
  margin-top: 30px;
  font-size: 16px;
  color: #555;
  text-align: center;
}

/* Mobile spacing */
@media (max-width: 768px) {
  .faq-container-wrapper {
    padding: 20px 15px;
    /* smaller top/bottom on mobile */
  }
}

.contact-section {
  position: relative;
  /* make section a positioning context for circles */
  overflow: hidden;
  /* hide circles that go outside */
}

/* Floating background circles */
.bg-circle {
  position: absolute;
  border-radius: 50%;
  opacity: 0.1;
  z-index: 0;
  /* behind content */
}

.circle-1 {
  width: 200px;
  height: 200px;
  background: #10558a;
  top: -50px;
  left: -50px;
}

.circle-2 {
  width: 300px;
  height: 300px;
  background: #15b3e7;
  bottom: -100px;
  right: -100px;
}

.circle-3 {
  width: 150px;
  height: 150px;
  background: #10558a;
  top: 100px;
  right: -50px;
}

/* Ensure content is above circles */
.contact-section .container {
  position: relative;
  z-index: 1;
}

/* Default spacing for desktop */
.spacing {
  margin-top: 100px;
  margin-bottom: 100px;
}

.contact-section {
  margin-top: 100px;
  margin-bottom: 100px;
}

/* Mobile adjustments */
@media (max-width: 767px) {
  .spacing {
    margin-top: 20px !important;
    margin-bottom: 20px !important;
  }

  .contact-section {
    margin-top: 20px !important;
    margin-bottom: 20px !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {

  /* 🔹 Universal section spacing */
  section {
    padding-top: 80px !important;
    padding-bottom: 80px !important;
  }

  /* 🔹 Grid & flex alignment fix */
  .about-grid,
  .services-grid,
  .roles-grid,
  .why-items,
  .process-grid {
    align-items: flex-start;
  }

  /* 🔹 Text alignment balance */
  .about-content,
  .service-content,
  .why-content,
  .screening-section .container {
    padding-left: 15px;
    padding-right: 15px;
  }

  /* 🔹 Image alignment (slight drop for visual balance) */
  .about-image img,
  .industry-image img,
  .service-card-img img {
    margin-top: 14px;
  }

  /* 🔹 Typography readability */
  p {
    line-height: 1.7;
  }

  h1,
  h2 {
    line-height: 1.25;
  }

  /* 🔹 Prevent vertical squeeze */
  .about-awcrew,
  .roles-section,
  .screening-section,
  .services-section,
  .contact-section {
    min-height: auto;
  }

}


.mv-strip:last-child {
  border-bottom: none;
}

.mv-strip h2 {
  font-size: 14px;
  letter-spacing: 5px;
  color: #2563eb;
  font-weight: 600;
}

.mv-strip p {
  font-size: 22px;
  line-height: 1.8;
  color: #0f172a;
  max-width: 820px;
}

/* Subtle hover interaction */
.mv-strip:hover p {
  color: #2563eb;
  transition: color 0.3s ease;
}

/* Responsive */
@media (max-width: 768px) {
  .mv-strip {
    grid-template-columns: 1fr;
    gap: 15px;
  }

  .mv-strip h2 {
    font-size: 12px;
  }

  .mv-strip p {
    font-size: 18px;
  }
}

.vm-section {
  padding: 80px 0;
  background: #ffffff;
}

.vm-header {
  margin-bottom: 40px;
}

.vm-header h2 {
  font-size: 32px;
  margin-bottom: 5px;
}

.vm-header p {
  color: #777;
  font-size: 14px;
}

/* Grid */
.vm-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
}

/* Card */
.vm-card {
  background: #ffffff;
}

.vm-card img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  border-radius: 4px;
  margin-bottom: 15px;
}

.vm-card h3 {
  font-size: 18px;
  margin-bottom: 8px;
}

.vm-card p {
  font-size: 15px;
  line-height: 1.6;
  color: #555;
}

/* Responsive */
@media (max-width: 768px) {
  .vm-grid {
    grid-template-columns: 1fr;
  }
}




/* SECTION */
.values-section {
  padding: 80px 20px;
  background: #f0f4f8;
  /* Light background instead of #f5f7f6 */
  font-family: Arial, sans-serif;
}

/* CONTAINER */
.container {
  max-width: 1200px;
  margin: auto;
}

/* HEADING */
.values-header {
  text-align: center;
  margin-bottom: 60px;
}

.values-header h2 {
  font-size: 36px;
  color: #10558a;
  /* Use gradient color for heading if needed in text-gradient span */
  margin-bottom: 10px;
}

.values-header p {
  font-size: 18px;
  color: #555;
  max-width: 700px;
  margin: auto;
}

/* GRID */
.values-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}

/* VALUE ITEM */
.value-item {
  display: flex;
  align-items: flex-start;
  gap: 18px;
  padding: 30px;
  background: #ffffff;
  border-radius: 14px;
  transition: all 0.3s ease;
  border: 1px solid #e3e7e4;
}

/* ICON */
.value-icon {
  min-width: 50px;
  height: 50px;
  /* Gradient background */
  background: linear-gradient(90deg, #10558a, #15b3e7);
  color: #fff;
  font-size: 22px;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}

/* TEXT */
.value-text h3 {
  font-size: 20px;
  margin-bottom: 8px;
  color: #10558a;
  /* Replace green with dark blue */
}

.value-text p {
  font-size: 15.5px;
  color: #444;
  line-height: 1.6;
}

/* HOVER EFFECT (SUBTLE & PREMIUM) */
.value-item:hover {
  background: #eaf1f9;
  /* Light hover background */
  transform: translateY(-4px);
  border-color: #10558a;
  /* Replace green with blue */
}

/* RESPONSIVE */
@media (max-width: 992px) {
  .values-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 600px) {
  .values-grid {
    grid-template-columns: 1fr;
  }
}




/* ===============================
   MOBILE VIEW FIXES (≤768px)
================================ */
@media (max-width: 768px) {

  /* Section spacing */
  .section_about_services,
  .vm-section,
  .values-section {
    margin-top: 20px !important;
    margin-bottom: 20px !important;
    padding-top: 20px !important;
    padding-bottom: 20px !important;
  }

  /* Headings resize */
  h1.fs-50,
  h2.fs-50 {
    font-size: 28px !important;
    line-height: 1.3 !important;
  }

  h1.fs-57 {
    font-size: 30px !important;
    line-height: 1.3 !important;
  }

  /* Vision & Mission card titles */
  .vm-card h3 {
    font-size: 20px !important;
  }

  /* Paragraph text */
  p,
  .value-text p {
    font-size: 15px !important;
    line-height: 1.6 !important;
  }

  /* Values heading */
  .values-section h1 {
    margin-bottom: 20px !important;
  }

  /* Reduce image height inside cards */
  .vm-card img {
    height: 160px !important;
  }
}


/* ===============================
   VALUES SECTION – MOBILE FIX
================================ */
@media (max-width: 768px) {

  .values-grid {
    gap: 20px;
  }

  .value-item {
    flex-direction: column;
    /* icon on top */
    align-items: center;
    /* center icon */
    text-align: center;
    /* center text */
    padding: 25px 20px;
  }

  .value-icon {
    margin-bottom: 12px;
    /* space between icon & text */
  }

  .value-text h3 {
    font-size: 18px;
  }

  .value-text p {
    font-size: 14.5px;
  }
}

a.cl-black {
    text-decoration: none;
}

a.cl-black:hover {
    text-decoration: underline;
}