.dropdown-buffer::before {
  content: "";
  position: absolute;
  top: -12px;
  left: 0;
  width: 100%;
  height: 12px;
}
.height-width {
  height: 250px;
  width: 100%;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}

@media (max-width: 1024px) {
  /* Hide desktop navigation */
  header nav {
    display: none !important;
  }

  /* Show hamburger menu */
  #mobile-menu-btn {
    display: block !important;
    margin-left: auto;
  }
}

@media (max-width: 768px) {
  .arrow-down-1,
  .arrow-down-2,
  .arrow-down-3,
  .arrow-down-4 {
    right: 0 !important;
  }
}

.recruitment-section {
  padding: 60px 20px;
  background: #f5f7fa;
}

.parent-card {
  max-width: 1200px;
  margin: auto;
  background: #ffffff;
  border-radius: 16px;
  padding: 40px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
}

/* TOP AREA */
.top-area {
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: 30px;
  margin-bottom: 40px;
  align-items: center;
}

.image-card img {
  width: 100%;
  height: 100%;
  border-radius: 14px;
  object-fit: cover;
}

.content-card h2 {
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 16px;
  color: rgb(30 58 138 / var(--tw-text-opacity, 1));
}

.content-card p {
  font-size: 16px;
  line-height: 1.7;
  color: #555;
  text-align: justify;
}

/* BOTTOM AREA */
.bottom-area {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}

.info-card {
  background: #f9fafb;
  border-radius: 14px;
  padding: 28px;
  border: 1px solid #e5e7eb;
  transition: all 0.3s ease;
}

.info-card h3 {
  font-size: 22px;
  margin-bottom: 14px;
  color: rgb(30 58 138 / var(--tw-text-opacity, 1));
  font-weight: 500;
  text-align: center;
}

.info-card p {
  font-size: 15px;
  line-height: 1.6;
  color: #555;
  text-align: justify;
  margin-bottom: 10px;
}

.info-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 12px 25px rgba(0, 0, 0, 0.08);
  background: #ffffff;
}

/* RESPONSIVE */
@media (max-width: 992px) {
  .top-area {
    grid-template-columns: 1fr;
  }

  .bottom-area {
    grid-template-columns: 1fr;
  }

  .content-card h2 {
    font-size: 26px;
  }
}

.exec-global-section {
  padding: 60px 20px;
  background: #f5f7fa;
}

.exec-global-parent {
  max-width: 1200px;
  margin: auto;
  background: #ffffff;
  border-radius: 16px;
  padding: 40px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
}

.exec-global-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
}

.exec-global-left h2 {
  font-size: 30px;
  margin-bottom: 16px;
  color: #0a2540;
}

.exec-global-right h3 {
  font-size: 24px;
  margin-bottom: 14px;
  color: #0a2540;
}

.exec-global-left p,
.exec-global-right p {
  font-size: 15px;
  line-height: 1.7;
  color: #555;
  margin-bottom: 14px;
}

.exec-global-left ul,
.exec-global-right ul {
  padding-left: 18px;
  margin-bottom: 16px;
}

.exec-global-left li,
.exec-global-right li {
  font-size: 15px;
  line-height: 1.6;
  margin-bottom: 8px;
  color: #555;
}

.exec-global-cta {
  font-weight: 600;
  color: #0a2540;
}

/* Responsive */
@media (max-width: 992px) {
  .exec-global-grid {
    grid-template-columns: 1fr;
  }

  .exec-global-left h2 {
    font-size: 26px;
  }
}

.partition-two-section {
  padding: 20px 20px;
  background: #f5f7fa;
}

.parent-card {
  max-width: 1200px;
  margin: auto;
  background: #ffffff;
  border-radius: 16px;
  padding: 40px 40px 20px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
}

/* TOP AREA */
.top-area {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  margin-bottom: 40px;
}

.info-card {
  background: #f9fafb;
  border-radius: 14px;
  padding: 28px;
  border: 1px solid #e5e7eb;
}

.info-card h3 {
  font-size: 22px;
  margin-bottom: 14px;
  color: rgb(30 58 138 / var(--tw-text-opacity, 1));
}

.info-card p {
  font-size: 15px;
  line-height: 1.6;
  color: #555;
  margin-bottom: 10px;
}

/* FAQ AREA */
.faq-area {
  margin-top: 20px;
}

.faq-title {
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 20px;
  text-align: center;
  color: rgb(30 58 138 / var(--tw-text-opacity, 1));
}

.faq-item {
  background: #f9fafb;
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  padding: 18px 22px;
  margin-bottom: 14px;
}

.faq-item summary {
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  color: rgb(30 58 138 / var(--tw-text-opacity, 1));
}

.faq-item summary::marker {
  display: none;
}

.faq-item p {
  margin-top: 12px;
  font-size: 15px;
  line-height: 1.6;
  color: #555;
}

/* RESPONSIVE */
@media (max-width: 992px) {
  .top-area {
    grid-template-columns: 1fr;
  }

  .faq-title {
    font-size: 22px;
  }
}
/* SMOOTH FAQ DROPDOWN */
.faq-item {
  overflow: hidden;
}

.faq-item summary {
  list-style: none;
  position: relative;
  padding-right: 30px;
}

.faq-item summary::after {
  content: "+";
  position: absolute;
  right: 0;
  top: 0;
  font-size: 22px;
  font-weight: 600;
  transition: transform 0.3s ease;
}

.faq-item[open] summary::after {
  content: "–";
}

.faq-item p {
  max-height: 0;
  overflow: hidden;
  transition:
    max-height 0.4s ease,
    opacity 0.3s ease;
  opacity: 0;
}

.faq-item[open] p {
  max-height: 300px;
  opacity: 1;
}

.pt3-section {
  padding: 60px 20px;
  background: #f5f7fa;
}

.pt3-parent {
  max-width: 1200px;
  margin: auto;
  background: #ffffff;
  border-radius: 16px;
  padding: 40px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
}

/* TOP */
.pt3-top {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 30px;
  align-items: center;
  margin-bottom: 40px;
}

.pt3-content-left h2 {
  font-size: 32px;
  margin-bottom: 16px;
  color: rgb(30 58 138 / var(--tw-text-opacity, 1));
  font-weight: 600;
}

.pt3-content-left p {
  font-size: 16px;
  line-height: 1.7;
  color: #555;
}

.pt3-image-right img {
  width: 100%;
  border-radius: 14px;
  object-fit: cover;
}

/* MIDDLE */
.pt3-middle {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  margin-bottom: 40px;
}

.pt3-info-card {
  background: #f9fafb;
  border-radius: 14px;
  padding: 28px;
  border: 1px solid #e5e7eb;
}

.pt3-info-card h3 {
  font-size: 22px;
  margin-bottom: 14px;
  font-weight: 500;
  color: rgb(30 58 138 / var(--tw-text-opacity, 1));
}

.pt3-info-card p {
  font-size: 15px;
  line-height: 1.6;
  color: #555;
  margin-bottom: 10px;
}

/* BOTTOM */
.pt3-bottom {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 18px;
}

.pt3-question-card {
  background: #f9fafb;
  border-radius: 14px;
  padding: 22px;
  border: 1px solid #e5e7eb;
  transition: all 0.3s ease;
  cursor: pointer;
}

.pt3-question-card h4 {
  font-size: 16px;
  margin-bottom: 10px;
  color: rgb(30 58 138 / var(--tw-text-opacity, 1));
  font-weight: 500;
}

.pt3-question-card p {
  font-size: 14px;
  line-height: 1.6;
  color: #555;
}

/* HOVER */
.pt3-question-card:hover {
  background: rgb(30 58 138 / var(--tw-text-opacity, 1));
}

.pt3-question-card:hover h4,
.pt3-question-card:hover p {
  color: #ffffff;
}

/* RESPONSIVE */
@media (max-width: 992px) {
  .pt3-top,
  .pt3-middle,
  .pt3-bottom {
    grid-template-columns: 1fr;
  }

  .pt3-content-left h2 {
    font-size: 26px;
  }
}

.about-partition {
  padding: 80px 0 0px;
  background: #fff;
  /* font-family: 'Inter', sans-serif; */
}

.container {
  width: 90%;
  max-width: 1200px;
  margin: auto;
}

/* Top Features */
.features-row {
  display: flex;
  justify-content: space-between;
  gap: 30px;
  margin-bottom: 70px;
}

.feature-box {
  flex: 1;
  text-align: center;
}

.feature-box .icon {
  font-size: 40px;
  margin-bottom: 15px;
}

.feature-box h4 {
  font-size: 18px;
  margin-bottom: 10px;
  font-weight: 500;
  color: rgb(30 58 138 / var(--tw-text-opacity, 1));
}

.feature-box p {
  font-size: 15px;
  color: #6b7280;
}

/* Content Row */
.content-row {
  display: flex;
  align-items: center;
  gap: 60px;
}

/* Image Section */
.image-box {
  position: relative;
  flex: 1;
}

.image-box img {
  width: 100%;
  border-radius: 12px;
}

.overlay-img {
  position: absolute;
  bottom: -40px;
  right: -40px;
  width: 60%;
  border-radius: 12px;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
}

/* Content Section */
.content-box {
  flex: 1;
}

.badge {
  display: inline-block;
  padding: 6px 14px;
  background: #eef2ff;
  color: #2563eb;
  font-size: 13px;
  font-weight: 600;
  border-radius: 20px;
  margin-bottom: 15px;
}

.content-box h2 {
  font-size: 32px;
  line-height: 1.3;
  margin-bottom: 10px;
  color: rgb(30 58 138 / var(--tw-text-opacity, 1));
  text-align: left;
}

.content-box p {
  font-size: 16px;
  line-height: 1.7;
  color: #4b5563;
}

/* Responsive */
@media (max-width: 991px) {
  .features-row,
  .content-row {
    flex-direction: column;
  }

  .overlay-img {
    position: static;
    width: 100%;
    margin-top: 20px;
  }
}
/* Image container */
.image-box {
  position: relative;
  max-width: 720px; /* controls overall image width */
  height: 720px; /* controls image height */
  overflow: hidden;
  border-radius: 14px;
}

/* Main image */
.image-box img {
  width: 70%;
  height: 80%;
  object-fit: cover; /* prevents stretching */
  border-radius: 14px;
}

/* Overlay image (small image on top) */
.overlay-img {
  position: absolute;
  bottom: -30px;
  right: -30px;
  width: 15%;
  height: 55%;
  object-fit: cover;
  border-radius: 14px;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
}

.feature-box {
  flex: 1;
  text-align: center;
  padding: 30px 20px;
  border: 1px solid #e5e7eb;
  border-radius: 14px;
  transition: all 0.3s ease;
  background: #fff;
}

.feature-box:hover {
  border-color: #2563eb;
  box-shadow: 0 12px 30px rgba(37, 99, 235, 0.15);
  transform: translateY(-6px);
}
.content-card {
  border: 1px solid #e5e7eb;
  padding: 35px;
  border-radius: 16px;
  background: #ffffff;
  transition: all 0.3s ease;
}

.content-card:hover {
  border-color: #2563eb;
  box-shadow: 0 20px 45px rgba(0, 0, 0, 0.12);
}
.content-box ul {
  list-style: none;
  margin: 25px 0;
  padding: 0;
}

.content-box ul li {
  display: block;
  padding: 14px 18px;
  margin-bottom: 12px;
  border: 1px solid #e5e7eb;
  border-radius: 10px;
  background: #f9fafb;
  font-size: 15px;
  color: #374151;
  position: relative;
  padding-left: 42px;
}
.content-box ul li::before {
  content: "✔";
  position: absolute;
  left: 16px;
  top: 50%;
  transform: translateY(-50%);
  color: #2563eb;
  font-weight: bold;
}

.content-box ul li:hover {
  border-color: #2563eb;
  background: #ffffff;
  box-shadow: 0 10px 25px rgba(37, 99, 235, 0.12);
  transition: all 0.3s ease;
}

.partition-two {
  /* padding: 90px 0; */
  background: linear-gradient(180deg, #f9fafb, #ffffff);
}

.partition-two-grid {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 60px;
  align-items: center;
}

/* PROCESS COLUMN */
.process-column {
  display: flex;
  flex-direction: column;
  gap: 25px;
}

.process-card {
  position: relative;
  padding: 28px 30px 28px 70px;
  border-left: 4px solid #2563eb;
  background: #ffffff;
  border-radius: 12px;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.06);
  transition: all 0.3s ease;
}

.process-card:hover {
  transform: translateX(8px);
  box-shadow: 0 18px 40px rgba(37, 99, 235, 0.15);
}

.process-card h4 {
  font-size: 18px;
  margin-bottom: 8px;
  color: #111827;
}

.process-card p,
.process-card li {
  font-size: 15px;
  color: #4b5563;
  line-height: 1.6;
}

.process-card ul {
  padding-left: 18px;
  margin: 0;
}

/* STEP NUMBER */
.step {
  position: absolute;
  left: 20px;
  top: 22px;
  font-size: 18px;
  font-weight: 700;
  color: #2563eb;
}

/* VISUAL COLUMN */
.image-wrapper {
  position: relative;
  border-radius: 16px;
  overflow: hidden;
}

.image-wrapper img {
  width: 100%;
  height: 420px;
  object-fit: cover;
}

.stats-badge {
  position: absolute;
  bottom: 20px;
  left: 20px;
  background: #2563eb;
  color: #fff;
  padding: 18px 22px;
  border-radius: 14px;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.25);
}

.stats-badge h3 {
  margin: 0;
  font-size: 22px;
}

.stats-badge p {
  margin: 0;
  font-size: 14px;
}

/* INFO BOX */
.info-box {
  margin-top: 25px;
  padding: 25px;
  background: #ffffff;
  border-radius: 14px;
  border: 1px solid #e5e7eb;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.05);
}

/* RESPONSIVE */
@media (max-width: 991px) {
  .partition-two-grid {
    grid-template-columns: 1fr;
  }

  .image-wrapper img {
    height: 300px;
  }
}

.etxt-center-1 {
  font-weight: 700;
  text-align: center;
  font-size: 32px;
  padding-bottom: 30px;
  color: rgb(30 58 138 / var(--tw-text-opacity, 1));
}

.partition-three {
  padding: 90px 0 0;
  background: #f8fafc;
}

.partition-three-grid {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 60px;
  align-items: center;
}

/* LEFT CONTENT */
.deployment-content p {
  font-size: 16px;
  line-height: 1.7;
  color: #374151;
  margin-bottom: 22px;
}

.badge {
  display: inline-block;
  padding: 8px 18px;
  background: #eef2ff;
  color: #2563eb;
  font-size: 13px;
  font-weight: 600;
  border-radius: 30px;
  margin-bottom: 20px;
}

/* CHECKLIST */
.checklist {
  margin: 25px 0;
}

.check-item {
  padding: 14px 18px 14px 42px;
  margin-bottom: 12px;
  background: #ffffff;
  border: 1px solid #e5e7eb;
  border-radius: 10px;
  position: relative;
  transition: all 0.3s ease;
}

.check-item::before {
  content: "✔";
  position: absolute;
  left: 16px;
  top: 50%;
  transform: translateY(-50%);
  color: #16a34a;
  font-weight: bold;
}

.check-item:hover {
  border-color: #2563eb;
  box-shadow: 0 10px 25px rgba(37, 99, 235, 0.12);
}

/* RIGHT CARDS */
.deployment-cards {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.deploy-card {
  padding: 28px;
  background: #ffffff;
  border-radius: 14px;
  border: 1px solid #e5e7eb;
  transition: all 0.3s ease;
}

.deploy-card h4 {
  margin-bottom: 8px;
  font-size: 18px;
  color: #111827;
}

.deploy-card p {
  font-size: 15px;
  color: #4b5563;
}

.deploy-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.12);
}

/* HIGHLIGHT CARD */
.deploy-card.highlight {
  background: linear-gradient(135deg, #2563eb, #1e40af);
  color: #ffffff;
  border: none;
}

.deploy-card.highlight h4,
.deploy-card.highlight p {
  color: #ffffff;
}

/* RESPONSIVE */
@media (max-width: 991px) {
  .partition-three-grid {
    grid-template-columns: 1fr;
  }
}

.bulk-p1 {
  padding: 90px 0;
  background: #ffffff;
}

.p1-header {
  max-width: 850px;
  margin-bottom: 50px;
}

.p1-header h2 {
  font-size: 36px;
  margin-bottom: 12px;
}

.p1-header p {
  font-size: 16px;
  color: #4b5563;
}

.p1-cards {
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 30px;
}

.p1-card {
  border: 1px solid #e5e7eb;
  border-radius: 16px;
  padding: 35px;
}

.p1-card ul {
  margin-top: 15px;
  padding-left: 18px;
}

.p1-card ul li {
  margin-bottom: 10px;
  font-size: 15px;
}

.p1-card.highlight {
  background: linear-gradient(135deg, #2563eb, #1e40af);
  color: #ffffff;
  border: none;
}

.bulk-p1 {
  padding: 90px 0;
  background: #f8fafc;
}

.p1-parent-card {
  background: #ffffff;
  border-radius: 20px;
  border: 1px solid #e5e7eb;
  box-shadow: 0 20px 45px rgba(0, 0, 0, 0.08);
  overflow: hidden;
}

/* TOP SECTION */
.p1-top {
  display: grid;
  grid-template-columns: 1.2fr 1fr 1.2fr;
  gap: 40px;
  padding: 50px;
  align-items: center;
}

/* CONTENT CARDS */
.p1-top-card h4 {
  font-size: 22px;
  margin-bottom: 12px;
  font-weight: 500;
  color: rgb(30 58 138 / var(--tw-text-opacity, 1));
}

.p1-top-card p {
  font-size: 15px;
  line-height: 1.7;
  color: #374151;
}

.p1-top-card ul {
  margin-top: 15px;
  padding-left: 18px;
}

.p1-top-card ul li {
  margin-bottom: 10px;
  font-size: 14.5px;
  color: #374151;
}

/* IMAGE */
.p1-top-image {
  text-align: center;
}

.p1-top-image img {
  width: 100%;
  max-width: 320px;
  height: 420px;
  object-fit: cover;
  border-radius: 16px;
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.15);
}

/* BOTTOM SECTION */
.p1-bottom {
  padding: 35px 60px;
  background: linear-gradient(135deg, #2563eb, #1e40af);
  text-align: center;
  width: 90%;
  margin: auto;
  margin-bottom: 20px;
  border-radius: 20px;
}

.p1-bottom p {
  font-size: 16px;
  line-height: 1.7;
  color: #ffffff;
  max-width: 900px;
  margin: auto;
}

/* RESPONSIVE */
@media (max-width: 991px) {
  .p1-top {
    grid-template-columns: 1fr;
    padding: 35px;
  }

  .p1-top-image img {
    height: 300px;
  }

  .p1-bottom {
    padding: 30px;
  }
}
/* FORCE LIST VISIBILITY IN BULK P1 SECTION */
.bulk-p1 ul {
  list-style-type: disc !important;
  padding-left: 22px !important;
  margin: 16px 0 !important;
}

.bulk-p1 ul li {
  display: list-item !important;
  margin-bottom: 12px;
  font-size: 15px;
  line-height: 1.6;
  color: #374151; /* dark readable text */
}

.bulk-p2 {
  padding: 90px 0;
  background: #f8fafc;
}

.p2-header {
  max-width: 100%;
  margin-bottom: 50px;
  text-align: center;
}

.p2-header h2 {
  font-size: 34px;
  margin-bottom: 15px;
  font-weight: 600;
  color: rgb(30 58 138 / var(--tw-text-opacity, 1));
}

.p2-header p {
  font-size: 16px;
  color: #374151;
  margin: auto;
  line-height: 1.7;
  width: 80%;
}

/* CARD GRID */
.p2-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}

/* CARD */
.p2-card {
  position: relative;
  background: #ffffff;
  border: 1px solid #e5e7eb;
  border-radius: 18px;
  padding: 45px 30px 30px;
  text-align: center;
  transition: all 0.3s ease;
}

.p2-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 45px rgba(0, 0, 0, 0.12);
}

/* STEP NUMBER */
.p2-card .step {
  position: absolute;
  top: -18px;
  left: 50%;
  transform: translateX(-50%);
  background: #2563eb;
  color: #ffffff;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  font-weight: 600;
  line-height: 40px;
  font-size: 16px;
}

/* CARD TEXT */
.p2-card p {
  font-size: 15.5px;
  line-height: 1.6;
  color: #374151;
}

/* FOOTER TEXT */
.p2-footer {
  margin-top: 40px;
  text-align: center;
}

.p2-footer p {
  font-size: 15.5px;
  color: #4b5563;
  max-width: 850px;
  margin: auto;
}

/* RESPONSIVE */
@media (max-width: 991px) {
  .p2-cards {
    grid-template-columns: 1fr;
  }

  .p2-card {
    padding-top: 55px;
  }
}
.bulk-p3 {
  padding: 90px 0;
  background: #f9fafb;
}

.p3-wrapper {
  display: grid;
  grid-template-columns: 1.3fr 1fr;
  gap: 60px;
  align-items: flex-start;
}

/* LEFT VALUE STACK */
.p3-values h2 {
  font-size: 34px;
  font-weight: 600;
  margin-bottom: 35px;
  color: rgb(30 58 138 / var(--tw-text-opacity, 1));
}

.p3-value {
  display: flex;
  gap: 18px;
  padding: 18px 0;
  border-bottom: 1px solid #e5e7eb;
}

.p3-value:last-child {
  border-bottom: none;
}

.p3-value .icon {
  font-size: 22px;
  line-height: 1;
  margin-top: 4px;
}

.p3-value p {
  font-size: 15.5px;
  line-height: 1.6;
  color: #374151;
}

.p3-note {
  margin-top: 30px;
  font-size: 15.5px;
  color: #4b5563;
}

/* RIGHT COMPLIANCE PANEL */
.p3-compliance {
  background: #ffffff;
  border-left: 5px solid #2563eb;
  padding: 40px;
  border-radius: 18px;
  box-shadow: 0 20px 45px rgba(0, 0, 0, 0.08);
}

.p3-compliance h4 {
  font-size: 22px;
  margin-bottom: 15px;
  font-weight: 600;
  margin-bottom: 35px;
  color: rgb(30 58 138 / var(--tw-text-opacity, 1));
}

.p3-compliance p {
  font-size: 15.5px;
  line-height: 1.7;
  color: #374151;
  margin-bottom: 15px;
}

.p3-compliance ul {
  margin: 15px 0 20px;
  padding-left: 18px;
}

.p3-compliance ul li {
  margin-bottom: 10px;
  font-size: 15px;
  color: #374151;
}

/* RESPONSIVE */
@media (max-width: 991px) {
  .p3-wrapper {
    grid-template-columns: 1fr;
  }

  .p3-compliance {
    margin-top: 30px;
  }
}
/* FORCE LIST VISIBILITY – PARTITION 3 ONLY */
.bulk-p3 ul {
  list-style-type: disc !important;
  padding-left: 22px !important;
  margin: 16px 0 !important;
}

.bulk-p3 ul li {
  display: list-item !important;
  margin-bottom: 12px;
  font-size: 15px;
  line-height: 1.6;
  color: #374151; /* readable dark text */
}

.intl-p1-new {
  padding: 80px 0;
  background: #f9fafb;
}

.intl-p1-grid {
  display: grid;
  grid-template-columns: 1.5fr 1fr;
  gap: 40px;
  align-items: start;
}

/* MAIN CONTENT */
.intl-content h2 {
  font-size: 36px;
  margin-bottom: 18px;
  font-weight: 600;
  color: rgb(30 58 138 / var(--tw-text-opacity, 1));
}

.intl-content h4 {
  font-size: 22px;
  margin: 28px 0 12px;
  font-weight: 500;
  color: rgb(30 58 138 / var(--tw-text-opacity, 1));
}

.intl-content p {
  font-size: 15.5px;
  line-height: 1.7;
  color: #374151;
  margin-bottom: 14px;
}

/* CHECKLIST */
.checklist {
  list-style: none;
  padding: 0;
  margin: 18px 0 22px;
}

.checklist li {
  position: relative;
  padding-left: 34px;
  margin-bottom: 12px;
  font-size: 15px;
  color: #374151;
}

.checklist li::before {
  content: "✔";
  position: absolute;
  left: 0;
  top: 2px;
  color: #16a34a;
  font-weight: 600;
}

/* RIGHT PANEL */
.intl-panel {
  background: #ffffff;
  border-radius: 18px;
  padding: 35px;
  border: 1px solid #e5e7eb;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
}

.intl-panel h5 {
  font-size: 20px;
  margin-bottom: 20px;
  font-weight: 500;
  color: rgb(30 58 138 / var(--tw-text-opacity, 1));
}

.panel-item {
  padding: 14px 16px;
  margin-bottom: 12px;
  background: #f1f5f9;
  border-radius: 10px;
  font-size: 15px;
}

.panel-highlight {
  margin-top: 25px;
  padding: 18px;
  background: linear-gradient(135deg, #2563eb, #1e40af);
  color: #ffffff;
  border-radius: 12px;
  font-size: 15px;
  text-align: center;
}

/* RESPONSIVE */
@media (max-width: 991px) {
  .intl-p1-grid {
    grid-template-columns: 1fr;
  }
}

.intl-p2 {
  padding: 90px 0;
  background: #ffffff;
}

/* HEADER */
.intl-p2-header {
  max-width: 100%;
  margin-bottom: 60px;
  text-align: center;
}

.intl-p2-header h2 {
  font-size: 34px;
  margin-bottom: 14px;
  font-weight: 600;
  color: rgb(30 58 138 / var(--tw-text-opacity, 1));
}

.intl-p2-header p {
  font-size: 15.5px;
  margin: auto;
  line-height: 1.7;
  width: 80%;
  color: #374151;
}

/* PROCESS FLOW */
.intl-p2-flow {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 25px;
}

.flow-step {
  position: relative;
  padding: 40px 30px 30px;
  border: 1px solid #e5e7eb;
  border-radius: 18px;
  background: #f9fafb;
  transition: all 0.3s ease;
}

.flow-step:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 45px rgba(0, 0, 0, 0.12);
  background: #ffffff;
}

/* STEP NUMBER */
.step-no {
  position: absolute;
  top: -18px;
  left: 30px;
  background: #2563eb;
  color: #ffffff;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  line-height: 38px;
  text-align: center;
  font-weight: 600;
}

/* CARD CONTENT */
.flow-step h4 {
  font-size: 18px;
  margin-bottom: 10px;
  font-weight: 600;
  color: rgb(30 58 138 / var(--tw-text-opacity, 1));
}

.flow-step p {
  font-size: 14.5px;
  line-height: 1.6;
  color: #374151;
}

/* FOOTER NOTE */
.intl-p2-note {
  margin-top: 45px;
  padding-top: 25px;
  border-top: 1px dashed #d1d5db;
}

.intl-p2-note p {
  font-size: 15px;
  color: #4b5563;
  max-width: 100%;
  padding: 0px 200px;
  text-align: center;
}

/* RESPONSIVE */
@media (max-width: 991px) {
  .intl-p2-flow {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 640px) {
  .intl-p2-flow {
    grid-template-columns: 1fr;
  }
}

.intl-p3 {
  padding: 90px 0;
  background: #f8fafc;
}

.intl-p3-layout {
  display: grid;
  grid-template-columns: 1.3fr 1fr;
  gap: 60px;
  align-items: flex-start;
}

/* LEFT TRUST SIDE */
.intl-p3-trust h2 {
  font-size: 34px;
  margin-bottom: 35px;
  font-weight: 600;
  color: rgb(30 58 138 / var(--tw-text-opacity, 1));
}

.trust-row {
  display: flex;
  gap: 18px;
  padding: 18px 0;
  border-bottom: 1px solid #e5e7eb;
}

.trust-row:last-child {
  border-bottom: none;
}

.trust-icon {
  font-size: 22px;
  margin-top: 2px;
}

.trust-row p {
  font-size: 15.5px;
  line-height: 1.6;
  color: #374151;
}

/* RIGHT PARTNER PANEL */
.intl-p3-partner {
  background: #ffffff;
  border-radius: 20px;
  padding: 40px;
  border-left: 5px solid #2563eb;
  box-shadow: 0 20px 45px rgba(0, 0, 0, 0.08);
}

.intl-p3-partner h4 {
  font-size: 22px;
  margin-bottom: 15px;
  font-weight: 600;
  color: rgb(30 58 138 / var(--tw-text-opacity, 1));
}

.intl-p3-partner p {
  font-size: 15.5px;
  line-height: 1.7;
  color: #374151;
  margin-bottom: 15px;
}

.intl-p3-partner ul {
  margin: 15px 0 20px;
  padding-left: 20px;
}

.intl-p3-partner ul li {
  margin-bottom: 10px;
  font-size: 15px;
}

.partner-highlight {
  background: #eef2ff;
  padding: 16px;
  border-radius: 10px;
  font-size: 15px;
  color: #1e3a8a;
}

/* RESPONSIVE */
@media (max-width: 991px) {
  .intl-p3-layout {
    grid-template-columns: 1fr;
  }

  .intl-p3-partner {
    margin-top: 30px;
  }
}
/* FORCE LIST VISIBILITY – PARTITION 3 */
.intl-p3-partner ul {
  list-style-type: disc !important;
  padding-left: 22px !important;
  margin: 16px 0 !important;
}

.intl-p3-partner ul li {
  display: list-item !important;
  margin-bottom: 12px;
  font-size: 15px;
  line-height: 1.6;
  color: #374151;
}

/* ===== STANDARD MAIN CARD WIDTH (MATCH WHITE COLLAR PAGE) ===== */
.main-card {
  max-width: 1200px; /* same visual width as white collar main card */
  margin: 0 auto;
  background: #ffffff;
  border-radius: 20px;
  padding: 50px;
  box-shadow: 0 20px 45px rgba(0, 0, 0, 0.08);
}

@media (max-width: 768px) {
  .main-card {
    padding: 30px 20px;
  }
}

.service-link {
  text-decoration: none;
  color: inherit;
  display: block;
}

.service-link:hover .service-card {
  transform: translateY(-6px);
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.12);
}

#services a {
  text-decoration: none;
  color: inherit;
}

.back-to-services-btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 14px 34px;
  font-size: 16px;
  font-weight: 600;
  color: #1e40af;
  background: #ffffff;
  border: 2px solid #2563eb;
  border-radius: 50px;
  transition: all 0.3s ease;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
}

.back-to-services-btn:hover {
  background: #2563eb;
  color: #ffffff;
  transform: translateY(-3px);
  box-shadow: 0 15px 35px rgba(37, 99, 235, 0.35);
}

.back-to-services-btn {
  background: #2563eb;
  color: #ffffff;
  margin-bottom: 50px;
}

/* READ MORE BUTTON */
.read-more-btn {
  display: inline-block;
  margin-top: 14px;
  font-size: 14.5px;
  font-weight: 600;
  color: #2563eb;
  transition: all 0.3s ease;
}

/* CARD HOVER EFFECT ON BUTTON */
a:hover .read-more-btn {
  color: #1e40af;
  transform: translateX(6px);
}

.read-more-btn::after {
  content: "";
  display: block;
  width: 0;
  height: 2px;
  background: #2563eb;
  transition: width 0.3s ease;
  margin-top: 4px;
}

a:hover .read-more-btn::after {
  width: 100%;
}

.wc-faq-section {
  padding: 60px 20px;
  background: #f5f7fa;
}

.wc-faq-parent {
  max-width: 1200px;
  margin: auto;
}

.wc-faq-heading {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 16px;
  text-align: center;
  padding: 0px 0px 20px;
  color: rgb(30 58 138 / var(--tw-text-opacity, 1));
}

.wc-faq-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.wc-faq-card {
  background: #ffffff;
  border-radius: 14px;
  padding: 26px;
  border: 1px solid #e5e7eb;
  transition: all 0.3s ease;
}

.wc-faq-card h4 {
  font-size: 16px;
  margin-bottom: 10px;
  font-weight: 500;
  color: rgb(30 58 138 / var(--tw-text-opacity, 1));
}

.wc-faq-card p {
  font-size: 14px;
  line-height: 1.6;
  color: #555;
}

/* Hover */
.wc-faq-card:hover {
  background: linear-gradient(135deg, #2563eb, #1e40af);
  transform: translateY(-6px);
}

.wc-faq-card:hover h4,
.wc-faq-card:hover p {
  color: #ffffff;
}

/* Responsive */
@media (max-width: 992px) {
  .wc-faq-grid {
    grid-template-columns: 1fr;
  }

  .wc-faq-heading {
    font-size: 26px;
  }
  .intl-p2-note p {
    padding: 10px !important;
  }
}

/* =========================
   MODERN TESTIMONIALS
========================= */

.clients-testimonials {
  padding: 110px 20px;
  background: linear-gradient(180deg, #f7faff 0%, #eef4ff 100%);

  overflow: hidden;
  position: relative;
}

/* HEADER */

.testimonial-header {
  text-align: center;
  max-width: 760px;
  margin: auto auto 70px;
}

.sub-title {
  display: inline-block;

  padding: 10px 20px;

  background: #dbeafe;

  border-radius: 40px;

  color: #2563eb;

  font-size: 13px;
  font-weight: 700;
  letter-spacing: 1px;

  margin-bottom: 20px;
}

.testimonial-header h2 {
  font-size: 52px;
  font-weight: 700;

  color: #0f172a;

  margin-bottom: 20px;
}

.testimonial-header p {
  font-size: 17px;
  line-height: 1.8;

  color: #64748b;
}

/* WRAPPER */

.testimonial-wrapper {
  position: relative;

  display: flex;
  align-items: center;
  justify-content: center;

  max-width: 1350px;

  margin: auto;
}

/* SLIDER */

.testimonial-slider {
  width: 100%;
  overflow: hidden;
}

/* TRACK */

.testimonial-track {
  display: flex;
  gap: 30px;

  transition: transform 0.7s ease;
}

/* CARD */

.testimonial-card {
  min-width: calc(33.333% - 20px);

  background: #ffffff;

  padding: 55px 40px;

  border-radius: 32px;

  text-align: center;

  border: 1px solid #e2e8f0;

  box-shadow: 0 15px 45px rgba(15, 23, 42, 0.06);

  transition:
    transform 0.4s ease,
    box-shadow 0.4s ease;

  position: relative;

  overflow: hidden;
}

/* TOP GLOW */

.testimonial-card::before {
  content: "";

  position: absolute;

  top: 0;
  left: 0;

  width: 100%;
  height: 5px;

  background: linear-gradient(90deg, #2563eb, #60a5fa);
}

/* ACTIVE CARD */

.active-card {
  transform: translateY(-12px);

  box-shadow: 0 25px 55px rgba(37, 99, 235, 0.18);
}

/* QUOTE */

.quote-icon {
  width: 80px;
  height: 80px;

  margin: auto auto 30px;

  border-radius: 50%;

  background: linear-gradient(135deg, #2563eb, #3b82f6);

  display: flex;
  align-items: center;
  justify-content: center;

  box-shadow: 0 12px 30px rgba(37, 99, 235, 0.25);
}

.quote-icon i {
  color: #ffffff;
  font-size: 38px;
}

/* TEXT */

.testimonial-card p {
  font-size: 17px;
  line-height: 1.9;

  color: #475569;

  margin-bottom: 35px;

  min-height: 170px;
}
.quote-icon {
  font-size: 70px;

  color: rgba(37, 99, 235, 0.18);

  line-height: 1;

  margin-bottom: 18px;
}

.quote-icon i {
  display: block;
}
/* CLIENT */

.client-info h4 {
  font-size: 24px;
  font-weight: 700;

  color: #0f172a;

  margin-bottom: 8px;
}

.client-info span {
  color: #2563eb;

  font-size: 15px;
  font-weight: 600;
}

/* BUTTONS */

.slider-btn {
  width: 60px;
  height: 60px;

  border: none;

  border-radius: 50%;

  background: linear-gradient(135deg, #2563eb, #3b82f6);

  color: #ffffff;

  font-size: 34px;

  cursor: pointer;

  display: flex;
  align-items: center;
  justify-content: center;

  position: absolute;

  z-index: 10;

  transition:
    transform 0.3s ease,
    box-shadow 0.3s ease;
}

.slider-btn:hover {
  transform: scale(1.1);

  box-shadow: 0 12px 30px rgba(37, 99, 235, 0.3);
}

.prev-btn {
  left: -20px;
}

.next-btn {
  right: -20px;
}

/* DOTS */

.testimonial-dots {
  display: flex;
  justify-content: center;
  align-items: center;

  gap: 10px;

  margin-top: 40px;
}

.dot {
  width: 12px;
  height: 12px;

  border-radius: 50%;

  background: #cbd5e1;

  transition: 0.3s ease;
}

.dot.active {
  width: 42px;

  border-radius: 30px;

  background: #2563eb;
}

/* HOVER EFFECT */

.testimonial-card:hover {
  transform: translateY(-10px);
}

/* RESPONSIVE */

@media (max-width: 1100px) {
  .testimonial-card {
    min-width: calc(50% - 15px);
  }
}

@media (max-width: 768px) {
  .clients-testimonials {
    padding: 80px 16px;
  }

  .testimonial-header h2 {
    font-size: 36px;
  }

  .testimonial-card {
    min-width: 100%;

    padding: 45px 30px;
  }

  .testimonial-card p {
    min-height: auto;
  }

  .slider-btn {
    width: 50px;
    height: 50px;

    font-size: 28px;
  }

  .prev-btn {
    left: 5px;
  }

  .next-btn {
    right: 5px;
  }
}

/* =========================
   TESTIMONIAL CARDS
========================= */

.testimonial-card {
  min-width: calc(33.333% - 22px);
  background: #ffffff;

  padding: 50px 35px;

  border-radius: 32px;

  text-align: center;

  box-shadow: 0 15px 40px rgba(15, 23, 42, 0.08);

  border: 1px solid #e2e8f0;

  transition:
    transform 0.4s ease,
    box-shadow 0.4s ease;

  position: relative;

  overflow: hidden;
}

/* TOP BORDER */

.testimonial-card::before {
  content: "";

  position: absolute;

  top: 0;
  left: 0;

  width: 100%;
  height: 5px;

  background: linear-gradient(90deg, #2563eb, #60a5fa);
}

/* HOVER */

.testimonial-card:hover {
  transform: translateY(-12px);

  box-shadow: 0 25px 55px rgba(37, 99, 235, 0.15);
}

/* QUOTE */

.quote-icon {
  width: 75px;
  height: 75px;

  margin: auto auto 30px;

  border-radius: 50%;

  background: linear-gradient(135deg, #2563eb, #3b82f6);

  color: #ffffff;

  font-size: 42px;
  font-weight: 700;

  display: flex;
  align-items: center;
  justify-content: center;

  box-shadow: 0 10px 30px rgba(37, 99, 235, 0.25);
}

/* TEXT */

.testimonial-card p {
  color: #475569;

  font-size: 17px;

  line-height: 1.9;

  margin-bottom: 35px;

  min-height: 150px;
}

/* NAME */

.testimonial-card h4 {
  color: #0f172a;

  font-size: 24px;

  font-weight: 700;

  margin-bottom: 8px;
}

/* COMPANY */

.testimonial-card span {
  color: #2563eb;

  font-size: 15px;

  font-weight: 600;
}

/* RESPONSIVE */

@media (max-width: 1100px) {
  .testimonial-card {
    min-width: calc(50% - 16px);
  }
}

@media (max-width: 768px) {
  .testimonial-card {
    min-width: 100%;
  }

  .testimonial-card p {
    min-height: auto;
  }
}

/* =========================
   SLIDER CONTAINER FIX
========================= */

/* MAIN WRAPPER */

#testimonials .relative.max-w-7xl {
  background: linear-gradient(180deg, #f8fbff 0%, #eef5ff 100%);

  padding: 55px 75px;

  border-radius: 40px;

  box-shadow: 0 20px 50px rgba(15, 23, 42, 0.06);

  border: 1px solid #dbeafe;

  overflow: hidden;

  position: relative;
}

/* OPTIONAL GLOW */

#testimonials .relative.max-w-7xl::before {
  content: "";

  position: absolute;

  top: -120px;
  left: -120px;

  width: 260px;
  height: 260px;

  background: rgba(59, 130, 246, 0.08);

  border-radius: 50%;

  filter: blur(20px);
}

#testimonials .relative.max-w-7xl::after {
  content: "";

  position: absolute;

  bottom: -120px;
  right: -120px;

  width: 260px;
  height: 260px;

  background: rgba(37, 99, 235, 0.08);

  border-radius: 50%;

  filter: blur(20px);
}

/* =========================
   CARD IMPROVEMENTS
========================= */

.testimonial-card {
  min-width: calc(33.333% - 22px);

  background: #ffffff;

  padding: 42px 30px;

  border-radius: 30px;

  text-align: center;

  box-shadow: 0 12px 35px rgba(15, 23, 42, 0.06);

  border: 1px solid #e5edf8;

  transition:
    transform 0.4s ease,
    box-shadow 0.4s ease;

  position: relative;

  overflow: hidden;
}

/* REMOVE EXTRA HEIGHT */

.testimonial-card p {
  color: #5b677a;

  font-size: 16px;

  line-height: 1.9;

  margin-bottom: 28px;

  min-height: auto;

  max-width: 90%;

  margin-left: auto;
  margin-right: auto;
}

/* NAME */

.testimonial-card h4 {
  color: #0f172a;

  font-size: 20px;

  font-weight: 700;

  margin-bottom: 8px;
}

/* COMPANY */

.testimonial-card span {
  color: #2563eb;

  font-size: 15px;

  font-weight: 600;

  display: block;
}

/* QUOTE */

.quote-icon {
  width: 72px;
  height: 72px;

  margin: auto auto 26px;

  border-radius: 50%;

  background: linear-gradient(135deg, #2563eb, #3b82f6);

  color: #ffffff;

  font-size: 40px;
  font-weight: 700;

  display: flex;
  align-items: center;
  justify-content: center;

  box-shadow: 0 10px 30px rgba(37, 99, 235, 0.2);
}

/* TOP BORDER */

.testimonial-card::before {
  content: "";

  position: absolute;

  top: 0;
  left: 0;

  width: 100%;
  height: 5px;

  background: linear-gradient(90deg, #2563eb, #60a5fa);
}

/* HOVER */

.testimonial-card:hover {
  transform: translateY(-10px);

  box-shadow: 0 20px 50px rgba(37, 99, 235, 0.14);
}

/* =========================
   BUTTONS
========================= */

#prev-btn,
#next-btn {
  width: 58px;
  height: 58px;

  border-radius: 50%;

  background: linear-gradient(135deg, #2563eb, #3b82f6);

  font-size: 24px;

  display: flex;
  align-items: center;
  justify-content: center;

  box-shadow: 0 10px 30px rgba(37, 99, 235, 0.2);

  transition: 0.3s ease;
}

#prev-btn:hover,
#next-btn:hover {
  transform: translateY(-50%) scale(1.08);

  box-shadow: 0 15px 40px rgba(37, 99, 235, 0.3);
}

/* =========================
   RESPONSIVE
========================= */

@media (max-width: 1100px) {
  #testimonials .relative.max-w-7xl {
    padding: 45px 40px;
  }

  .testimonial-card {
    min-width: calc(50% - 16px);
  }
}

@media (max-width: 768px) {
  #testimonials .relative.max-w-7xl {
    padding: 30px 20px;
    border-radius: 24px;
  }

  .testimonial-card {
    min-width: 100%;

    padding: 38px 24px;
  }

  .testimonial-card p {
    max-width: 100%;
  }

  #prev-btn {
    left: 5px;
  }

  #next-btn {
    right: 5px;
  }
}

#prev-btn,
#next-btn {
  width: 58px;
  height: 58px;

  border-radius: 50%;

  background: linear-gradient(135deg, #2563eb, #3b82f6);

  font-size: 24px;

  display: flex;
  align-items: center;
  justify-content: center;

  box-shadow: 0 10px 30px rgba(37, 99, 235, 0.2);

  transition: 0.3s ease;

  z-index: 50;
}

/* LEFT */

#prev-btn {
  left: 20px !important;
}

/* RIGHT */

#next-btn {
  right: 20px !important;
}

#prev-btn:hover,
#next-btn:hover {
  transform: translateY(-50%) scale(1.08);
}

/* =========================
   GLOBAL FADE UP ANIMATION
========================= */

/* INITIAL STATE */

.fade-up {
  opacity: 0;

  transform: translateY(60px);

  transition:
    opacity 0.9s ease,
    transform 0.9s ease;
}

/* ACTIVE STATE */

.fade-up.show {
  opacity: 1;

  transform: translateY(0);
}

/* OPTIONAL DIFFERENT DELAYS */

.delay-1 {
  transition-delay: 0.1s;
}

.delay-2 {
  transition-delay: 0.2s;
}

.delay-3 {
  transition-delay: 0.3s;
}

.delay-4 {
  transition-delay: 0.4s;
}

.delay-5 {
  transition-delay: 0.5s;
}

/* =========================
   INDUSTRIES SECTION
========================= */

.industries-section {
  padding: 120px 40px;

  background: #f8fafc;

  position: relative;

  overflow: hidden;
}

.industries-container {
  max-width: 1220px;

  margin: auto;
}

/* HEADER */

.industries-header {
  text-align: center;

  max-width: 850px;

  margin: auto;
}

.industries-header span {
  display: inline-block;

  color: #1e3a8a;

  font-size: 14px;

  font-weight: 700;

  letter-spacing: 3px;

  margin-bottom: 25px;
}

.industries-header h2 {
  font-size: 35px;

  font-weight: 700;

  color: #1e3a8a;

  margin-bottom: 25px;

  line-height: 1.1;
}

.industries-header p {
  font-size: 18px;

  line-height: 1.9;

  color: #64748b;
}

/* GRID */

.industries-grid {
  display: grid;

  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));

  gap: 40px;
}

/* CARD */

.industry-card {
  position: relative;

  display: block;

  text-decoration: none;

  border-radius: 34px;

  overflow: hidden;

  background: #ffffff;

  box-shadow: 0 18px 45px rgba(15, 23, 42, 0.08);

  transition:
    transform 0.45s ease,
    box-shadow 0.45s ease;

  border: 1px solid #dbeafe;
}

/* HOVER */

.industry-card:hover {
  transform: translateY(-14px);

  box-shadow: 0 30px 60px rgba(37, 99, 235, 0.16);
}

/* IMAGE */

.industry-image {
  height: 260px;

  overflow: hidden;

  position: relative;
}

.industry-image img {
  width: 100%;
  height: 100%;

  object-fit: cover;

  transition: transform 0.7s ease;
}

.industry-card:hover img {
  transform: scale(1.08);
}

/* CONTENT */

.industry-content {
  position: relative;

  background: #ffffff;

  margin: -70px 25px 25px;

  border-radius: 30px;

  padding: 25px 18px;

  text-align: center;

  box-shadow: 0 12px 35px rgba(15, 23, 42, 0.08);

  z-index: 5;
}

/* TITLE */

.industry-content h3 {
  font-size: 25px;

  font-weight: 800;

  color: #2563eb;

  margin-bottom: 18px;

  line-height: 1.2;
}

/* TEXT */

.industry-content p {
  color: #64748b;

  font-size: 17px;

  line-height: 1;

  margin-bottom: 24px;
}

/* BUTTON */

.industry-content span {
  display: flex;
  justify-content: center;
  align-items: center;

  gap: 10px;

  color: #2563eb;

  font-weight: 700;

  font-size: 17px;

  transition: 0.3s ease;
}

.industry-card:hover span {
  gap: 16px;
}

/* RESPONSIVE */

@media (max-width: 992px) {
  .industries-header h2 {
    font-size: 48px;
  }

  .industry-content h3 {
    font-size: 30px;
  }
}

@media (max-width: 768px) {
  .industries-section {
    padding: 90px 16px;
  }

  .industries-header {
    /* margin-bottom:60px; */
  }

  .industries-header h2 {
    font-size: 38px;
  }

  .industries-header p {
    font-size: 16px;
  }

  .industry-image {
    height: 220px;
  }

  .industry-content {
    margin: -60px 18px 18px;

    padding: 28px 22px;
  }

  .industry-content h3 {
    font-size: 28px;
  }

  .industry-content p {
    font-size: 15px;
  }
}

/* =========================
   EQUAL HEIGHT CARDS
========================= */

.industry-card {
  display: flex;

  flex-direction: column;

  height: 100%;
}

/* IMAGE */

.industry-image {
  height: 260px;

  flex-shrink: 0;
}

/* CONTENT */

.industry-content {
  flex: 1;

  display: flex;

  flex-direction: column;

  justify-content: space-between;

  min-height: auto;
}

/* PARAGRAPH */

.industry-content p {
  flex-grow: 1;

  display: flex;

  align-items: center;

  justify-content: center;
}

/* HERO CONTENT */
.hero-content {
  position: absolute;
  inset: 0;
  z-index: 20;

  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;

  text-align: center;
  padding: 20px;
}

/* SMALL TAG */
.hero-tagline {
  display: inline-block;

  padding: 10px 22px;
  margin-bottom: 22px;

  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 50px;

  background: #002470;
  /* backdrop-filter: blur(10px); */

  color: #fff;

  font-size: 13px;
  font-weight: 500;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}

/* MAIN TITLE */
.hero-title {
  max-width: 980px;

  font-size: 52px;
  line-height: 1.08;
  font-weight: 700;

  color: #2563eb;

  margin-bottom: 22px;
  /* 
    text-shadow:
    0 4px 18px rgba(0,0,0,0.45); */
}

/* MANPOWER */
.hero-title span {
  display: block;

  color: #dbeafe;

  background: linear-gradient(135deg, #ffffff, #dbeafe, #bfdbfe);

  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

/* SUBTITLE */
.hero-subtitle {
  max-width: 820px;

  color: rgb(255, 255, 255);

  font-size: 20px;
  line-height: 1.8;

  margin-bottom: 38px;

  font-weight: 400;
}

/* BUTTON WRAPPER */
.hero-buttons {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;

  justify-content: center;

  margin-bottom: 45px;
}

/* BUTTON */
.hero-btn {
  display: inline-flex;
  align-items: center;
  gap: 12px;

  padding: 12px 20px;

  border-radius: 14px;

  font-size: 18px;
  font-weight: 600;

  text-decoration: none;

  transition:
    transform 0.35s ease,
    box-shadow 0.35s ease;
}

/* PRIMARY BUTTON */
.hero-btn-primary {
  background: linear-gradient(135deg, #2563eb, #1d4ed8);

  color: #ffffff;

  box-shadow: 0 15px 35px rgba(37, 99, 235, 0.35);
}

.hero-btn-primary:hover {
  transform: translateY(-5px);

  box-shadow: 0 18px 40px rgba(37, 99, 235, 0.5);
}

/* SECONDARY BUTTON */
.hero-btn-secondary {
  background: linear-gradient(135deg, #15803d, #166534);

  color: #ffffff;

  box-shadow: 0 15px 35px rgba(22, 101, 52, 0.35);
}

.hero-btn-secondary:hover {
  transform: translateY(-5px);

  box-shadow: 0 18px 40px rgba(22, 101, 52, 0.5);
}

/* STATS */
.hero-stats {
  display: flex;
  gap: 24px;
  flex-wrap: wrap;

  justify-content: center;
}

/* SINGLE CARD */
.hero-stat {
  min-width: 200px;

  padding: 15px 30px;

  border-radius: 20px;

  background: rgba(255, 255, 255, 0.08);

  /* backdrop-filter: blur(7px); */

  border: 1px solid rgba(255, 255, 255, 0.12);

  transition:
    transform 0.35s ease,
    background 0.35s ease;
}

.hero-stat:hover {
  transform: translateY(-6px);

  background: rgba(255, 255, 255, 0.12);
}

/* NUMBER */
.hero-stat h3 {
  font-size: 42px;
  font-weight: 800;

  color: #2563eb;

  margin-bottom: 10px;
}

/* LABEL */
.hero-stat p {
  color: #2563eb;

  font-size: 16px;
  font-weight: 400;
}

/* RESPONSIVE */
@media (max-width: 992px) {
  .hero-title {
    font-size: 52px;
  }

  .hero-subtitle {
    font-size: 18px;
  }
}

@media (max-width: 768px) {
  .hero-content {
    padding: 20px 16px;
  }

  .hero-title {
    font-size: 42px;
    line-height: 1.15;
  }

  .hero-subtitle {
    font-size: 16px;
    line-height: 1.7;
  }

  .hero-btn {
    width: 100%;
    justify-content: center;

    padding: 16px 20px;
  }

  .hero-stat {
    width: 100%;
  }

  .hero-stat h3 {
    font-size: 34px;
  }
}

/* =========================
   WHO WE ARE MODERN SECTION
========================= */

.who-we-modern-section {
  padding: 100px 20px;
  background: linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
}

.who-we-modern-container {
  max-width: 1350px;
  margin: auto;

  display: grid;
  grid-template-columns: 1.05fr 1fr;
  gap: 55px;
  align-items: center;
}

/* =========================
   LEFT CONTENT
========================= */

.who-we-content {
  position: relative;
}

.who-we-badge {
  display: inline-block;

  padding: 10px 20px;
  margin-bottom: 22px;

  border-radius: 50px;

  background: rgba(30, 58, 138, 0.08);

  color: rgb(30 58 138);

  font-size: 13px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.who-we-content h2 {
  font-size: 56px;
  line-height: 1.1;
  font-weight: 800;

  color: rgb(30 58 138);

  margin-bottom: 24px;
}

.who-we-description {
  font-size: 17px;
  line-height: 1.9;

  color: #475569;

  margin-bottom: 38px;
}

/* =========================
   FEATURES GRID
========================= */

.who-we-features {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
}

.who-feature-card {
  position: relative;

  display: flex;
  align-items: flex-start;
  gap: 14px;

  padding: 22px 20px;

  border-radius: 18px;

  background: #ffffff;

  border: 1px solid #e2e8f0;

  transition:
    transform 0.35s ease,
    box-shadow 0.35s ease,
    border-color 0.35s ease;
}

.who-feature-card:hover {
  transform: translateY(-6px);

  border-color: rgba(30, 58, 138, 0.25);

  box-shadow: 0 20px 40px rgba(15, 23, 42, 0.08);
}

.who-feature-card i {
  min-width: 48px;
  height: 48px;

  display: flex;
  align-items: center;
  justify-content: center;

  border-radius: 14px;

  background: linear-gradient(135deg, rgb(30 58 138), rgb(37 99 235));

  color: #ffffff;

  font-size: 22px;
}

.who-feature-card span {
  font-size: 15.5px;
  line-height: 1.7;

  color: #334155;

  font-weight: 500;
}

/* =========================
   VIDEO SIDE
========================= */

.who-video-wrapper {
  position: relative;
}

/* FLOAT CARD */
.who-floating-card {
  position: absolute;

  top: 30px;
  left: -30px;

  z-index: 5;

  display: flex;
  align-items: center;
  gap: 16px;

  padding: 16px;

  width: 320px;

  border-radius: 22px;

  background: rgba(255, 255, 255, 0.92);

  backdrop-filter: blur(16px);

  box-shadow: 0 25px 50px rgba(15, 23, 42, 0.14);
}

.who-floating-card img {
  width: 90px;
  height: 90px;

  object-fit: cover;

  border-radius: 16px;
}

.who-floating-card small {
  display: block;

  color: #06b6d4;

  font-size: 12px;
  font-weight: 700;

  margin-bottom: 6px;

  letter-spacing: 1px;
}

.who-floating-card h4 {
  font-size: 20px;
  line-height: 1.4;
  font-weight: 700;

  color: rgb(30 58 138);
}

/* VIDEO BOX */
.who-video-box {
  position: relative;

  overflow: hidden;

  border-radius: 32px;

  min-height: 720px;

  box-shadow: 0 30px 70px rgba(15, 23, 42, 0.18);
}

.who-video {
  width: 100%;
  height: 720px;

  object-fit: cover;

  transition: transform 1.2s ease;
}

.who-video-box:hover .who-video {
  transform: scale(1.05);
}

/* OVERLAY */
.who-video-overlay {
  position: absolute;
  inset: 0;

  background: linear-gradient(
    180deg,
    rgba(2, 6, 23, 0.15) 0%,
    rgba(2, 6, 23, 0.45) 100%
  );
}

/* BOTTOM TAGS */
.who-video-tags {
  position: absolute;

  bottom: 30px;
  left: 30px;
  right: 30px;

  display: flex;
  flex-wrap: wrap;
  gap: 14px;

  z-index: 3;
}

.who-video-tags span {
  padding: 14px 22px;

  border-radius: 14px;

  background: rgba(255, 255, 255, 0.92);

  color: rgb(30 58 138);

  font-size: 14px;
  font-weight: 700;

  backdrop-filter: blur(10px);

  box-shadow: 0 10px 25px rgba(15, 23, 42, 0.08);
}

/* =========================
   RESPONSIVE
========================= */

@media (max-width: 1100px) {
  .who-we-modern-container {
    grid-template-columns: 1fr;
  }

  .who-video-box {
    min-height: 620px;
  }

  .who-video {
    height: 620px;
  }

  .who-floating-card {
    left: 20px;
  }
}

@media (max-width: 768px) {
  .who-we-modern-section {
    padding: 80px 16px;
  }

  .who-we-content h2 {
    font-size: 42px;
  }

  .who-we-features {
    grid-template-columns: 1fr;
  }

  .who-video-box {
    min-height: 520px;
    border-radius: 24px;
  }

  .who-video {
    height: 520px;
  }

  .who-floating-card {
    width: calc(100% - 32px);

    left: 16px;
    top: 16px;
  }

  .who-floating-card h4 {
    font-size: 17px;
  }

  .who-video-tags {
    left: 16px;
    right: 16px;
    bottom: 16px;
  }

  .who-video-tags span {
    padding: 12px 16px;
    font-size: 13px;
  }
}

/* =========================
   WHO WE ARE SECTION
========================= */

.who-we-modern-section {
  padding: 100px 20px;
  background: linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
}

.who-we-modern-container {
  max-width: 1350px;
  margin: auto;

  display: grid;
  grid-template-columns: 1.05fr 1fr;
  gap: 55px;
  align-items: center;
}

/* =========================
   LEFT CONTENT
========================= */

.who-we-badge {
  display: inline-block;

  padding: 10px 20px;
  margin-bottom: 22px;

  border-radius: 50px;

  background: rgba(30, 58, 138, 0.08);

  color: rgb(30 58 138);

  font-size: 13px;
  font-weight: 700;

  letter-spacing: 1px;
  text-transform: uppercase;
}

.who-we-content h2 {
  font-size: 58px;
  line-height: 1.1;
  font-weight: 800;

  color: rgb(30 58 138);

  margin-bottom: 24px;
}

.who-we-description {
  font-size: 17px;
  line-height: 1.9;

  color: #475569;

  margin-bottom: 38px;
}

/* FEATURES */

.who-we-features {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
}

.who-feature-card {
  display: flex;
  align-items: flex-start;
  gap: 14px;

  padding: 22px 20px;

  border-radius: 18px;

  background: #ffffff;

  border: 1px solid #e2e8f0;

  transition:
    transform 0.35s ease,
    box-shadow 0.35s ease;
}

.who-feature-card:hover {
  transform: translateY(-6px);

  box-shadow: 0 20px 40px rgba(15, 23, 42, 0.08);
}

.who-feature-card i {
  min-width: 48px;
  height: 48px;

  display: flex;
  align-items: center;
  justify-content: center;

  border-radius: 14px;

  background: linear-gradient(135deg, rgb(30 58 138), rgb(37 99 235));

  color: #ffffff;

  font-size: 22px;
}

.who-feature-card span {
  font-size: 15.5px;
  line-height: 1.7;

  color: #334155;

  font-weight: 500;
}

/* =========================
   VIDEO SIDE
========================= */

.who-video-wrapper {
  position: relative;
}

/* FLOATING CARD */

.who-floating-card {
  position: absolute;

  top: 30px;
  left: -30px;

  z-index: 5;

  display: flex;
  align-items: center;
  gap: 16px;

  padding: 16px;

  width: 320px;

  border-radius: 22px;

  background: rgba(255, 255, 255, 0.94);

  backdrop-filter: blur(16px);

  box-shadow: 0 25px 50px rgba(15, 23, 42, 0.14);
}

.who-floating-card img {
  width: 90px;
  height: 90px;

  object-fit: cover;

  border-radius: 16px;
}

.who-floating-card small {
  display: block;

  color: #06b6d4;

  font-size: 12px;
  font-weight: 700;

  margin-bottom: 6px;

  letter-spacing: 1px;
}

.who-floating-card h4 {
  font-size: 20px;
  line-height: 1.4;
  font-weight: 700;

  color: rgb(30 58 138);
}

/* VIDEO */

.who-video-box {
  position: relative;

  overflow: hidden;

  border-radius: 32px;

  min-height: 720px;

  cursor: pointer;

  box-shadow: 0 30px 70px rgba(15, 23, 42, 0.18);
}

.who-video {
  width: 100%;
  height: 720px;

  object-fit: cover;

  transition: transform 1.2s ease;
}

.who-video-box:hover .who-video {
  transform: scale(1.05);
}

/* OVERLAY */

.who-video-overlay {
  position: absolute;
  inset: 0;

  background: linear-gradient(
    180deg,
    rgba(2, 6, 23, 0.15) 0%,
    rgba(2, 6, 23, 0.45) 100%
  );
}

/* TAGS */

.who-video-tags {
  position: absolute;

  bottom: 30px;
  left: 30px;
  right: 30px;

  display: flex;
  flex-wrap: wrap;
  gap: 14px;

  z-index: 3;
}

.who-video-tags span {
  padding: 14px 22px;

  border-radius: 14px;

  background: rgba(255, 255, 255, 0.92);

  color: rgb(30 58 138);

  font-size: 14px;
  font-weight: 700;

  backdrop-filter: blur(10px);
}

/* =========================
   VIDEO POPUP
========================= */

.video-popup {
  position: fixed;
  inset: 0;

  width: 100%;
  height: 100vh;

  background: rgba(0, 0, 0, 0.88);

  display: flex;
  align-items: center;
  justify-content: center;

  z-index: 99999;

  opacity: 0;
  visibility: hidden;

  transition:
    opacity 0.35s ease,
    visibility 0.35s ease;
}

.video-popup.active {
  opacity: 1;
  visibility: visible;
}

.video-popup video {
  width: 90%;
  max-width: 1100px;
  max-height: 85vh;

  border-radius: 24px;

  object-fit: cover;

  transform: scale(0.85);

  transition: transform 0.4s ease;
}

.video-popup.active video {
  transform: scale(1);
}

/* CLOSE BUTTON */

.video-close {
  position: absolute;

  top: 25px;
  right: 30px;

  width: 55px;
  height: 55px;

  border: none;
  border-radius: 50%;

  background: rgba(255, 255, 255, 0.12);

  color: #ffffff;

  font-size: 34px;

  cursor: pointer;

  backdrop-filter: blur(10px);

  transition: all 0.3s ease;
}

.video-close:hover {
  background: #ffffff;
  color: #000000;

  transform: rotate(90deg);
}

/* =========================
   RESPONSIVE
========================= */

@media (max-width: 1100px) {
  .who-we-modern-container {
    grid-template-columns: 1fr;
  }

  .who-floating-card {
    left: 20px;
  }
}

@media (max-width: 768px) {
  .who-we-modern-section {
    padding: 80px 16px;
  }

  .who-we-content h2 {
    font-size: 42px;
  }

  .who-we-features {
    grid-template-columns: 1fr;
  }

  .who-video-box {
    min-height: 520px;
    border-radius: 24px;
  }

  .who-video {
    height: 520px;
  }

  .who-floating-card {
    width: calc(100% - 32px);

    left: 16px;
    top: 16px;
  }

  .who-video-tags {
    left: 16px;
    right: 16px;
    bottom: 16px;
  }

  .who-video-tags span {
    padding: 12px 16px;
    font-size: 13px;
  }

  .video-popup video {
    width: 95%;
    border-radius: 18px;
  }
}

/* FIX VIDEO CLICK ISSUE */

.who-video-overlay {
  pointer-events: none;
}

.who-video-tags {
  pointer-events: none;
}

/* =========================
   INDUSTRIES HERO HEADER
========================= */

.industries-hero-header {
  position: relative;

  padding: 50px 20px;

  overflow: hidden;

  background-image: url("https://images.unsplash.com/photo-1504307651254-35680f356dfd?q=80&w=2000&auto=format&fit=crop");

  background-size: cover;
  background-position: center;
  background-attachment: fixed;
}

/* DARK OVERLAY */

.industries-hero-overlay {
  position: absolute;
  inset: 0;

  background: linear-gradient(
    135deg,
    rgba(2, 6, 23, 0.82),
    rgba(15, 23, 42, 0.72)
  );
}

/* CONTENT */

.industries-hero-content {
  position: relative;
  z-index: 2;

  max-width: 950px;
  margin: auto;

  text-align: center;
}

/* TOP TEXT */

.industries-hero-content span {
  display: inline-block;

  margin-bottom: 24px;

  color: #ffffff;

  letter-spacing: 4px;
  font-weight: 700;

  text-transform: uppercase;
}

/* TITLE */

.industries-hero-content h2 {
  color: #ffffff;

  margin-bottom: 30px;

  text-shadow: 0 10px 25px rgba(0, 0, 0, 0.35);
}

/* PARAGRAPH */

.industries-hero-content p {
  color: rgba(255, 255, 255, 0.88);

  max-width: 900px;
  margin: auto;

  line-height: 2;

  text-shadow: 0 4px 14px rgba(0, 0, 0, 0.3);
}
.white {
  color: #ffff !important;
}

/* =========================
   GLOBAL IMPACT HERO
========================= */

.global-impact-hero {
  position: relative;

  padding: 90px 20px;

  overflow: hidden;

  /* background:; */

  background-size: cover;
  background-position: center;
  background-attachment: fixed;
}

/* OVERLAY */

.global-impact-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgb(30 58 138), rgb(37 99 235));
}

/* CONTENT */

.global-impact-content {
  position: relative;
  z-index: 2;

  max-width: 950px;
  margin: auto;

  text-align: center;
}

/* TITLE */

.global-impact-content h2 {
  color: #ffffff;

  margin-bottom: 28px;
  font-size: 50px;
  font-weight: 700;

  text-shadow: 0 10px 25px rgba(0, 0, 0, 0.35);
}

/* PARAGRAPH */

.global-impact-content p {
  color: rgba(255, 255, 255, 0.88);

  max-width: 950px;
  margin: auto;
  font-size: 20px;

  line-height: 2;

  text-shadow: 0 4px 14px rgba(0, 0, 0, 0.3);
}

/* =========================
   SCROLL TO TOP BUTTON
========================= */

#scrollTopBtn {
  position: fixed;

  right: 22px;
  bottom: 82px;

  width: 58px;
  height: 58px;

  border: none;
  border-radius: 18px;

  background: linear-gradient(135deg, rgb(30 58 138), rgb(37 99 235));

  color: #ffffff;

  display: flex;
  align-items: center;
  justify-content: center;

  font-size: 28px;

  cursor: pointer;

  z-index: 9999;

  opacity: 0;
  visibility: hidden;

  transform: translateY(20px);

  box-shadow: 0 15px 35px rgba(37, 99, 235, 0.35);

  transition:
    opacity 0.35s ease,
    visibility 0.35s ease,
    transform 0.35s ease,
    box-shadow 0.35s ease;
}

/* SHOW BUTTON */

#scrollTopBtn.show {
  opacity: 1;
  visibility: visible;

  transform: translateY(0);
}

/* HOVER */

#scrollTopBtn:hover {
  transform: translateY(-6px) scale(1.05);

  box-shadow: 0 20px 40px rgba(37, 99, 235, 0.45);
}

/* ICON */

#scrollTopBtn i {
  line-height: 1;
}

/* MOBILE */

@media (max-width: 768px) {
  #scrollTopBtn {
    width: 52px;
    height: 52px;

    right: 16px;
    bottom: 80px;

    font-size: 24px;

    border-radius: 16px;
  }
}

/* =========================
   FLOATING BUTTONS
========================= */

.floating-buttons {
  position: fixed;

  right: 16px;
  bottom: 18px;

  display: flex;
  align-items: center;

  gap: 12px;

  z-index: 99999;
}

/* =========================
   WHATSAPP BUTTON
========================= */

.whatsapp-btn {
  height: 56px;

  padding: 0 18px;

  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;

  border-radius: 18px;

  background: #16a34a;

  color: #ffffff;
  text-decoration: none;

  font-size: 18px;
  font-weight: 600;

  white-space: nowrap;

  box-shadow: 0 10px 25px rgba(22, 163, 74, 0.35);

  transition: all 0.3s ease;
}

.whatsapp-btn i {
  font-size: 26px;
}

.whatsapp-btn:hover {
  transform: translateY(-4px);
}

/* =========================
   SCROLL TOP BUTTON
========================= */

#scrollTopBtn {
  width: 56px;
  height: 56px;

  min-width: 56px;

  border: none;
  border-radius: 18px;

  background: linear-gradient(135deg, rgb(30 58 138), rgb(37 99 235));

  color: #ffffff;

  display: flex;
  align-items: center;
  justify-content: center;

  font-size: 26px;

  cursor: pointer;

  opacity: 0;
  visibility: hidden;

  transform: translateY(20px);

  transition: all 0.3s ease;
}

#scrollTopBtn.show {
  opacity: 1;
  visibility: visible;

  transform: translateY(0);
}

#scrollTopBtn:hover {
  transform: translateY(-4px) scale(1.04);
}

/* =========================
   MOBILE FIX
========================= */

@media (max-width: 768px) {
  .floating-buttons {
    right: 12px;
    bottom: 14px;

    gap: 10px;
  }

  .whatsapp-btn {
    height: 50px;

    padding: 0 14px;

    font-size: 15px;
  }

  .whatsapp-btn i {
    font-size: 22px;
  }

  #scrollTopBtn {
    width: 50px;
    height: 50px;

    min-width: 50px;

    font-size: 22px;
  }
}

/* =========================
   SERVICES HERO BANNER
========================= */

.services-hero-banner {
  position: relative;

  padding: 110px 20px;

  overflow: hidden;

  /* background-image:
    url('https://images.unsplash.com/photo-1521737604893-d14cc237f11d?q=80&w=2000&auto=format&fit=crop'); */

  background-size: cover;
  background-position: center;
  background-attachment: fixed;
}

/* DARK OVERLAY */

.services-hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgb(30 58 138), rgb(37 99 235));
}

/* CONTENT */

.services-hero-content {
  position: relative;
  z-index: 2;

  max-width: 950px;
  margin: auto;

  text-align: center;
}

/* TOP LABEL */

.services-hero-content span {
  display: inline-block;

  margin-bottom: 22px;

  color: #ffffff;

  font-size: 14px;
  font-weight: 700;

  letter-spacing: 4px;
  text-transform: uppercase;
}

/* TITLE */

.services-hero-content h2 {
  color: #ffffff;

  margin-bottom: 35px;
  font-weight: 700;
  font-size: 35px;
  text-shadow: 0 10px 30px rgba(0, 0, 0, 0.35);
}

/* DESCRIPTION */

.services-hero-content p {
  color: rgba(255, 255, 255, 0.88);

  max-width: 900px;
  margin: auto;

  line-height: 2;

  text-shadow: 0 4px 18px rgba(0, 0, 0, 0.25);
}

/* =========================
   MOBILE
========================= */

@media (max-width: 768px) {
  .services-hero-banner {
    padding: 85px 16px;
  }

  .services-hero-content span {
    font-size: 12px;
    letter-spacing: 3px;
  }
}

/* =========================
   TESTIMONIAL CTA SECTION
========================= */

.testimonial-cta-section {
  position: relative;
  width: 100%;
  margin: 50px auto;
  padding: 120px 20px;

  overflow: hidden;
  /* border-radius: 30px; */

  background: #2563eb;
}

/* SHAPES */

.testimonial-shape {
  position: absolute;

  border-radius: 50%;

  background: rgba(255, 255, 255, 0.08);

  filter: blur(10px);
}

.shape-1 {
  width: 350px;
  height: 350px;

  top: -120px;
  left: -120px;
}

.shape-2 {
  width: 280px;
  height: 280px;

  bottom: -100px;
  right: -80px;
}

/* CONTAINER */

.testimonial-cta-container {
  position: relative;
  z-index: 2;

  max-width: 1350px;
  margin: auto;

  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 60px;
  align-items: center;
}

/* =========================
   LEFT CONTENT
========================= */

.testimonial-badge {
  display: inline-block;

  padding: 10px 22px;
  margin-bottom: 24px;

  border-radius: 50px;

  background: rgba(255, 255, 255, 0.14);

  color: #ffffff;

  font-size: 13px;
  font-weight: 700;

  letter-spacing: 1px;
  text-transform: uppercase;

  backdrop-filter: blur(12px);
}

.testimonial-cta-content h2 {
  font-size: 6px;
  line-height: 1.15;
  font-weight: 800;

  color: #ffffff;

  margin-bottom: 28px;
}

.testimonial-cta-content p {
  font-size: 18px;
  line-height: 1.9;

  color: rgba(255, 255, 255, 0.88);

  max-width: 760px;

  margin-bottom: 40px;
}

/* =========================
   STATS
========================= */

.testimonial-stats {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;

  margin-bottom: 42px;
}

.testimonial-stat {
  min-width: 180px;

  padding: 24px 26px;

  border-radius: 20px;

  background: rgba(255, 255, 255, 0.12);

  border: 1px solid rgba(255, 255, 255, 0.14);

  backdrop-filter: blur(12px);
}

.testimonial-stat h3 {
  font-size: 38px;
  font-weight: 800;

  color: #ffffff;

  margin-bottom: 8px;
}

.testimonial-stat span {
  color: rgba(255, 255, 255, 0.85);

  font-size: 15px;
}

/* =========================
   BUTTONS
========================= */

.testimonial-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
}

.testimonial-btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;

  padding: 18px 34px;

  border-radius: 16px;

  text-decoration: none;

  font-size: 17px;
  font-weight: 700;

  transition: all 0.35s ease;
}

/* PRIMARY */

.primary-btn {
  background: #ffffff;

  color: #2563eb;

  box-shadow: 0 18px 35px rgba(0, 0, 0, 0.12);
}

.primary-btn:hover {
  transform: translateY(-5px) scale(1.03);
}

/* SECONDARY */

.secondary-btn {
  border: 1px solid rgba(255, 255, 255, 0.22);

  background: rgba(255, 255, 255, 0.08);

  color: #ffffff;

  backdrop-filter: blur(10px);
}

.secondary-btn:hover {
  background: rgba(255, 255, 255, 0.16);

  transform: translateY(-5px) scale(1.03);
}

/* =========================
   RIGHT CARD
========================= */

.testimonial-highlight-card {
  position: relative;

  padding: 50px 40px;

  border-radius: 30px;

  background: rgba(255, 255, 255, 0.12);

  border: 1px solid rgba(255, 255, 255, 0.14);

  backdrop-filter: blur(18px);

  box-shadow: 0 25px 60px rgba(0, 0, 0, 0.18);
}

/* QUOTE */

.quote-icon {
  font-size: 90px;
  line-height: 1;

  color: rgba(255, 255, 255, 0.22);

  margin-bottom: 10px;
}

.testimonial-highlight-card p {
  font-size: 20px;
  line-height: 1.9;

  color: #ffffff;

  margin-bottom: 40px;
}

/* CLIENT INFO */

.client-info {
  display: flex;
  align-items: center;
  gap: 16px;
}

.client-avatar {
  width: 65px;
  height: 65px;

  border-radius: 50%;

  background: rgba(255, 255, 255, 0.14);

  display: flex;
  align-items: center;
  justify-content: center;

  color: #ffffff;

  font-size: 28px;
}

.client-info h4 {
  font-size: 20px;
  font-weight: 700;

  color: #ffffff;

  margin-bottom: 6px;
}

.client-info span {
  color: rgba(255, 255, 255, 0.8);

  font-size: 14px;
}

/* =========================
   RESPONSIVE
========================= */

@media (max-width: 1100px) {
  .testimonial-cta-container {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 768px) {
  .testimonial-cta-section {
    padding: 90px 16px;
  }

  .testimonial-cta-content h2 {
    font-size: 40px;
  }

  .testimonial-cta-content p {
    font-size: 16px;
    line-height: 1.8;
  }

  .testimonial-highlight-card {
    padding: 40px 26px;
  }

  .testimonial-highlight-card p {
    font-size: 17px;
  }

  .testimonial-stat {
    width: 100%;
  }

  .testimonial-btn {
    width: 100%;
    justify-content: center;
  }
}

/* =========================
   COMPACT CTA SECTION
========================= */

.testimonial-cta-section {
  padding: 70px 20px;

  background: #2563eb;
}

/* MAIN PARENT CARD */

.testimonial-cta-container {
  max-width: 1200px;
  margin: auto;

  background: #1e3a8a;

  border: 1px solid rgba(255, 255, 255, 0.12);

  border-radius: 34px;

  padding: 60px;

  backdrop-filter: blur(14px);

  box-shadow: 0 25px 60px rgba(0, 0, 0, 0.14);

  display: flex;
  flex-direction: column;
  align-items: center;

  text-align: center;
}

/* BADGE */

.testimonial-badge {
  display: inline-block;

  padding: 10px 22px;
  margin-bottom: 22px;

  border-radius: 50px;

  background: rgba(255, 255, 255, 0.12);

  color: #ffffff;

  font-size: 13px;
  font-weight: 700;

  letter-spacing: 1px;
  text-transform: uppercase;
}

/* TITLE */

.testimonial-cta-content h2 {
  max-width: 900px;

  font-size: 52px;
  line-height: 1.15;
  font-weight: 800;

  color: #ffffff;

  margin-bottom: 24px;
}

/* DESCRIPTION */

.testimonial-cta-content p {
  max-width: 850px;

  font-size: 18px;
  line-height: 1.9;

  color: rgba(255, 255, 255, 0.88);

  margin: auto;
  margin-bottom: 40px;
}

/* STATS */

.testimonial-stats {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;

  gap: 18px;

  margin-bottom: 40px;
}

.testimonial-stat {
  min-width: 170px;

  padding: 22px 26px;

  border-radius: 20px;

  background: rgba(255, 255, 255, 0.08);

  border: 1px solid rgba(255, 255, 255, 0.12);
}

.testimonial-stat h3 {
  font-size: 36px;
  font-weight: 800;

  color: #ffffff;

  margin-bottom: 8px;
}

.testimonial-stat span {
  color: rgba(255, 255, 255, 0.85);

  font-size: 14px;
}

/* BUTTONS */

.testimonial-buttons {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;

  gap: 18px;
}

.testimonial-btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;

  padding: 18px 34px;

  border-radius: 16px;

  text-decoration: none;

  font-size: 16px;
  font-weight: 700;

  transition: all 0.35s ease;
}

/* PRIMARY */

.primary-btn {
  background: #ffffff;

  color: #2563eb;
}

.primary-btn:hover {
  transform: translateY(-5px) scale(1.03);
}

/* SECONDARY */

.secondary-btn {
  border: 1px solid rgba(255, 255, 255, 0.2);

  background: rgba(255, 255, 255, 0.08);

  color: #ffffff;
}

.secondary-btn:hover {
  background: rgba(255, 255, 255, 0.15);

  transform: translateY(-5px) scale(1.03);
}

/* REMOVE OLD RIGHT CARD */

.testimonial-highlight-card {
  display: none;
}

/* RESPONSIVE */

@media (max-width: 768px) {
  .testimonial-cta-section {
    padding: 60px 16px;
  }

  .testimonial-cta-container {
    padding: 40px 24px;
    border-radius: 26px;
  }

  .testimonial-cta-content h2 {
    font-size: 38px;
  }

  .testimonial-cta-content p {
    font-size: 16px;
    line-height: 1.8;
  }

  .testimonial-stat {
    width: 100%;
  }

  .testimonial-btn {
    width: 100%;
    justify-content: center;
  }
}

/* =========================
   MODERN CLIENTS SECTION
========================= */

.modern-clients-section {
  position: relative;

  padding: 0px 20px;

  overflow: hidden;

  background: #f8fafc;
}

/* SHAPES */

.clients-shape {
  position: absolute;

  border-radius: 50%;

  filter: blur(90px);

  opacity: 0.12;
}

.clients-shape-1 {
  width: 300px;
  height: 300px;

  background: #2563eb;

  top: -80px;
  left: -80px;
}

.clients-shape-2 {
  width: 280px;
  height: 280px;

  background: #1d4ed8;

  bottom: -80px;
  right: -80px;
}

/* CONTAINER */

.modern-clients-container {
  position: relative;
  z-index: 2;

  max-width: 1220px;
  margin: auto;
}

/* HEADER */

.modern-clients-header {
  text-align: center;

  margin-bottom: 70px;
}

.modern-clients-header span {
  display: inline-block;

  padding: 10px 22px;
  margin-bottom: 22px;

  border-radius: 50px;

  background: rgba(37, 99, 235, 0.08);

  color: #2563eb;

  font-size: 13px;
  font-weight: 700;

  letter-spacing: 1px;
}

.modern-clients-header h2 {
  font-size: 56px;
  font-weight: 800;

  color: #0f172a;

  margin-bottom: 20px;
}

.modern-clients-header p {
  max-width: 760px;
  margin: auto;

  font-size: 18px;
  line-height: 1.8;

  color: #475569;
}

/* GRID */

.modern-clients-grid {
  display: grid;

  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));

  gap: 30px;
}

/* CARD */

.modern-client-card {
  position: relative;

  height: 170px;

  background: rgba(255, 255, 255, 0.78);

  border-radius: 28px;

  display: flex;
  align-items: center;
  justify-content: center;

  padding: 30px;

  border: 1px solid rgba(37, 99, 235, 0.08);

  backdrop-filter: blur(12px);

  overflow: hidden;

  transition:
    transform 0.4s ease,
    box-shadow 0.4s ease,
    border-color 0.4s ease;
}

/* TOP GLOW */

.modern-client-card::before {
  content: "";

  position: absolute;

  top: 0;
  left: 0;

  width: 100%;
  height: 5px;

  background: linear-gradient(90deg, #2563eb, #60a5fa);

  transform: scaleX(0);

  transform-origin: left;

  transition: transform 0.4s ease;
}

/* HOVER */

.modern-client-card:hover {
  transform: translateY(-10px);

  border-color: rgba(37, 99, 235, 0.22);

  box-shadow: 0 25px 60px rgba(37, 99, 235, 0.14);
}

.modern-client-card:hover::before {
  transform: scaleX(1);
}

/* IMAGE */
.modern-client-card {
  border: 1px solid gray;
}

.modern-client-card img {
  max-width: 100%;
  max-height: 80px;

  object-fit: contain;

  transition:
    transform 0.4s ease,
    filter 0.4s ease,
    opacity 0.4s ease;
}

/* IMAGE HOVER */

.modern-client-card:hover img {
  transform: scale(1.06);
}

/* BUTTON */

.modern-clients-btn-wrap {
  margin-top: 70px;

  text-align: center;
}

.modern-clients-btn {
  display: inline-flex;
  align-items: center;
  gap: 12px;

  padding: 18px 34px;

  border-radius: 18px;

  background: linear-gradient(135deg, #2563eb, #1d4ed8);

  color: #ffffff;

  text-decoration: none;

  font-size: 17px;
  font-weight: 700;

  box-shadow: 0 18px 40px rgba(37, 99, 235, 0.22);

  transition:
    transform 0.35s ease,
    box-shadow 0.35s ease;
}

/* BUTTON HOVER */

.modern-clients-btn:hover {
  transform: translateY(-5px) scale(1.03);

  box-shadow: 0 25px 55px rgba(37, 99, 235, 0.28);
}

.modern-clients-btn i {
  font-size: 22px;
}

/* RESPONSIVE */

@media (max-width: 768px) {
  .modern-clients-section {
    padding: 90px 16px;
  }

  .modern-clients-header h2 {
    font-size: 40px;
  }

  .modern-clients-header p {
    font-size: 16px;
  }

  .modern-client-card {
    height: 145px;

    padding: 24px;
  }

  .modern-client-card img {
    max-height: 58px;
  }
}

/* =========================
   MODERN RECRUITMENT CTA
========================= */

.recruitment-modern-cta {
  position: relative;

  overflow: hidden;

  padding: 110px 20px;

  background: linear-gradient(135deg, #eff6ff 0%, #dbeafe 50%, #bfdbfe 100%);
}

/* GLOW */

.recruitment-cta-glow {
  position: absolute;

  border-radius: 50%;

  filter: blur(100px);

  opacity: 0.22;
}

.glow-one {
  width: 300px;
  height: 300px;

  background: #2563eb;

  top: -100px;
  left: -100px;
}

.glow-two {
  width: 260px;
  height: 260px;

  background: #60a5fa;

  bottom: -100px;
  right: -100px;
}

/* CONTAINER */

.recruitment-modern-container {
  position: relative;
  z-index: 2;

  max-width: 1350px;
  margin: auto;

  display: grid;
  grid-template-columns: 0.9fr 1.1fr;

  gap: 80px;
  align-items: center;
}

/* =========================
   LEFT VISUAL
========================= */

.recruitment-modern-visual {
  display: flex;
  justify-content: center;
}

/* CARD */

.recruitment-visual-card {
  position: relative;

  width: 100%;
  max-width: 480px;

  height: 420px;

  border-radius: 38px;

  overflow: hidden;

  background: linear-gradient(135deg, #2563eb, #1d4ed8, #1e40af);

  box-shadow: 0 30px 80px rgba(37, 99, 235, 0.22);

  display: flex;
  align-items: center;
  justify-content: center;
}

/* ANIMATED CIRCLES */

.recruitment-circle {
  position: absolute;

  width: 320px;
  height: 320px;

  border-radius: 50%;

  border: 1px solid rgba(255, 255, 255, 0.12);

  animation: pulseCircle 6s linear infinite;
}

.circle-two {
  width: 220px;
  height: 220px;

  animation-delay: 2s;
}

@keyframes pulseCircle {
  0% {
    transform: scale(0.9);
    opacity: 0.4;
  }

  50% {
    transform: scale(1.05);
    opacity: 1;
  }

  100% {
    transform: scale(0.9);
    opacity: 0.4;
  }
}

/* CENTER ICON */

.recruitment-center-icon {
  position: relative;
  z-index: 2;

  width: 120px;
  height: 120px;

  border-radius: 50%;

  background: rgba(255, 255, 255, 0.12);

  backdrop-filter: blur(14px);

  display: flex;
  align-items: center;
  justify-content: center;

  color: #ffffff;

  font-size: 58px;

  animation: floatingIcon 4s ease-in-out infinite;
}

@keyframes floatingIcon {
  50% {
    transform: translateY(-12px);
  }
}

/* FLOATING BOX */

.recruitment-floating-box {
  position: absolute;

  padding: 14px 20px;

  border-radius: 18px;

  background: rgba(255, 255, 255, 0.12);

  border: 1px solid rgba(255, 255, 255, 0.14);

  backdrop-filter: blur(12px);

  color: #ffffff;

  display: flex;
  align-items: center;
  gap: 12px;

  font-size: 15px;
  font-weight: 600;

  animation: floatingBox 5s ease-in-out infinite;
}

.recruitment-floating-box i {
  font-size: 24px;
}

.box-one {
  top: 35px;
  left: 35px;
}

.box-two {
  right: 35px;
  bottom: 35px;

  animation-delay: 2s;
}

@keyframes floatingBox {
  50% {
    transform: translateY(-10px);
  }
}

/* =========================
   CONTENT
========================= */

.recruitment-mini-title {
  display: inline-block;

  margin-bottom: 24px;

  color: #2563eb;

  font-size: 13px;
  font-weight: 700;

  letter-spacing: 3px;
}

.recruitment-modern-content h2 {
  font-size: 42px;
  line-height: 1.12;
  font-weight: 700;

  color: #0f172a;

  margin-bottom: 28px;
}

.recruitment-modern-content p {
  font-size: 19px;
  line-height: 1.9;

  color: #475569;

  margin-bottom: 40px;
}

/* BUTTONS */

.recruitment-modern-buttons {
  display: flex;
  flex-wrap: wrap;

  gap: 18px;
}

/* BUTTON */

.recruitment-btn {
  display: inline-flex;
  align-items: center;
  gap: 12px;

  padding: 20px 34px;

  border-radius: 18px;

  text-decoration: none;

  font-size: 17px;
  font-weight: 700;

  transition:
    transform 0.35s ease,
    box-shadow 0.35s ease,
    background 0.35s ease;
}

/* PRIMARY */

.recruitment-btn-primary {
  background: linear-gradient(135deg, #2563eb, #1d4ed8);

  color: #ffffff;

  box-shadow: 0 18px 40px rgba(37, 99, 235, 0.22);
}

.recruitment-btn-primary:hover {
  transform: translateY(-5px) scale(1.03);

  box-shadow: 0 25px 55px rgba(37, 99, 235, 0.28);
}

/* SECONDARY */

.recruitment-btn-secondary {
  background: #ffffff;

  color: #2563eb;

  border: 1px solid rgba(37, 99, 235, 0.12);
}

.recruitment-btn-secondary:hover {
  transform: translateY(-5px) scale(1.03);

  box-shadow: 0 18px 40px rgba(15, 23, 42, 0.08);
}

/* ICON */

.recruitment-btn i {
  font-size: 22px;
}

/* =========================
   RESPONSIVE
========================= */

@media (max-width: 1100px) {
  .recruitment-modern-container {
    grid-template-columns: 1fr;

    text-align: center;
  }

  .recruitment-modern-buttons {
    justify-content: center;
  }

  .recruitment-visual-card {
    max-width: 100%;
  }
}

@media (max-width: 768px) {
  .recruitment-modern-cta {
    padding: 80px 16px;
  }

  .recruitment-modern-content h2 {
    font-size: 40px;
  }

  .recruitment-modern-content p {
    font-size: 16px;
    line-height: 1.8;
  }

  .recruitment-visual-card {
    height: 340px;
  }

  .recruitment-center-icon {
    width: 90px;
    height: 90px;

    font-size: 42px;
  }

  .recruitment-floating-box {
    font-size: 13px;

    padding: 12px 16px;
  }

  .recruitment-btn {
    width: 100%;
    justify-content: center;
  }
}

.recruitment-center-icon {
  position: relative;
  z-index: 2;

  width: 120px;
  height: 120px;

  border-radius: 50%;

  overflow: hidden;

  border: 4px solid rgba(255, 255, 255, 0.18);

  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.18);

  animation: floatingIcon 4s ease-in-out infinite;
}

/* IMAGE */

.recruitment-center-icon img {
  width: 100%;
  height: 100%;

  object-fit: cover;
}

/* =========================
   CLEAN MOBILE TESTIMONIAL
========================= */

@media (max-width: 768px) {
  /* SECTION */

  #testimonials {
    padding: 70px 0;

    overflow: hidden;
  }

  /* MAIN WRAPPER */

  .relative.w-\[80\%\] {
    width: 100% !important;

    overflow: hidden;
  }

  /* SLIDER WRAPPER */

  .testimonial-slider-wrapper {
    width: 100% !important;

    padding: 0 20px !important;

    overflow: hidden;
  }

  /* TRACK */

  #testimonial-track {
    gap: 18px;

    width: auto;
  }

  /* CARD */

  .testimonial-card {
    min-width: 100% !important;

    width: 100%;

    padding: 38px 24px;

    border-radius: 26px;
  }

  /* TEXT */

  .testimonial-card p {
    font-size: 15px;

    line-height: 1.9;
  }

  .testimonial-card h4 {
    font-size: 28px;
  }

  .testimonial-card span {
    font-size: 14px;
  }

  /* QUOTE */

  .quote-icon {
    width: 72px;
    height: 72px;

    margin: auto;
    margin-bottom: 24px;

    font-size: 28px;
  }

  /* BUTTONS */

  #prev-btn,
  #next-btn {
    width: 52px;
    height: 52px;

    font-size: 20px;

    top: 50%;

    z-index: 99999;
  }

  /* LEFT */

  #prev-btn {
    left: 8px !important;
  }

  /* RIGHT */

  #next-btn {
    right: 8px !important;
  }
}

/* =========================
   PERFECT MOBILE TESTIMONIAL
========================= */

@media (max-width: 768px) {
  #testimonials {
    overflow: hidden;

    padding: 70px 0 140px;

    position: relative;
  }

  /* MAIN WRAPPER */

  .relative.w-\[80\%\] {
    width: 100% !important;

    overflow: visible;

    position: relative;
  }

  /* SLIDER WRAPPER */

  .testimonial-slider-wrapper {
    width: 100% !important;

    overflow: hidden;

    padding: 0 20px !important;

    box-sizing: border-box;

    position: relative;
  }

  /* TRACK */
  #testimonial-track {
    display: flex;

    gap: 10px !important;

    align-items: stretch;

    transition: transform 0.7s ease;

    will-change: transform;
  }

  /* CARD */

  .testimonial-card {
    min-width: calc(100% - 10px) !important;

    max-width: calc(100% - 10px) !important;

    width: calc(100% - 10px) !important;

    flex-shrink: 0;

    margin: 0 auto;

    box-sizing: border-box;

    flex-shrink: 0;

    padding: 40px 24px;

    border-radius: 28px;

    box-sizing: border-box;

    margin: 0;

    text-align: center;
  }

  /* TEXT */

  .testimonial-card p {
    font-size: 15px;

    line-height: 1.9;

    margin-bottom: 24px;
  }

  .testimonial-card h4 {
    font-size: 20px;

    margin-bottom: 10px;
  }

  .testimonial-card span {
    font-size: 14px;

    line-height: 1.5;
  }

  /* QUOTE */

  .quote-icon {
    margin-bottom: 24px;
  }

  /* BUTTONS */

  #prev-btn,
  #next-btn {
    position: absolute;

    top: auto !important;

    bottom: -85px !important;

    transform: none !important;

    width: 54px;
    height: 54px;

    border-radius: 50%;

    display: flex;
    align-items: center;
    justify-content: center;

    z-index: 99999 !important;
  }

  /* LEFT */

  #prev-btn {
    left: calc(50% - 70px) !important;
  }

  /* RIGHT */

  #next-btn {
    right: calc(50% - 70px) !important;
  }
}

/* =========================
   QUICK CONNECT SECTION
========================= */

.quick-connect-section {
  padding: 40px 0 40px;
  background: #f8fafc;
}

.quick-connect-card {
  display: grid;
  grid-template-columns: 1.4fr 0.8fr;
  gap: 50px;
  align-items: center;
}

/* LEFT CONTENT */

.quick-badge {
  display: inline-block;
  padding: 8px 18px;
  background: #dbeafe;
  color: #2563eb;
  border-radius: 30px;
  font-size: 13px;
  font-weight: 700;
  margin-bottom: 18px;
}

.quick-connect-content h2 {
  font-size: 34px;
  line-height: 1.3;
  margin-bottom: 18px;
  font-weight: 600;
  color: rgb(30 58 138 / var(--tw-text-opacity, 1));
}

.quick-connect-content p {
  font-size: 15.5px;
  line-height: 1.8;
  color: #374151;
  margin-bottom: 25px;
}

/* POINTS */

.quick-points {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}

.quick-point {
  background: #f9fafb;
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  padding: 14px 18px;
  font-size: 14.5px;
  color: #374151;
  transition: all 0.3s ease;
}

.quick-point:hover {
  border-color: #2563eb;
  transform: translateY(-4px);
  box-shadow: 0 12px 25px rgba(37, 99, 235, 0.12);
}

/* RIGHT PANEL */

.quick-connect-panel {
  background: linear-gradient(135deg, #2563eb, #1e40af);
  border-radius: 20px;
  padding: 40px;
  text-align: center;
  box-shadow: 0 20px 45px rgba(37, 99, 235, 0.25);
}

.quick-connect-panel h3 {
  font-size: 28px;
  color: #ffffff;
  margin-bottom: 30px;
  font-weight: 600;
}

/* BUTTONS */

.quick-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;

  width: 100%;
  padding: 15px 20px;
  margin-bottom: 16px;

  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.18);

  border-radius: 14px;

  color: #ffffff;
  font-size: 15px;
  font-weight: 600;

  transition: all 0.3s ease;
}

.quick-btn:hover {
  background: #ffffff;
  color: #1e40af;
  transform: translateY(-3px);
}

.primary-btn {
  background: #ffffff;
  color: #1e40af;
}

.primary-btn:hover {
  background: #dbeafe;
}

/* RESPONSIVE */

@media (max-width: 991px) {
  .quick-connect-card {
    grid-template-columns: 1fr;
  }

  .quick-points {
    grid-template-columns: 1fr;
  }

  .quick-connect-content h2 {
    font-size: 28px;
  }
}

.client-hero {
  position: relative;
  padding: 70px 20px;
  overflow: hidden;
  /* background:; */
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
}

.client-hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(0, 0, 0, 0.65), rgba(0, 0, 0, 0.6));
}

/* =========================
   PROFILE CTA SECTION
========================= */

.profile-cta-section {
  width: 100%;
  padding: 40px 0 100px;
  background: linear-gradient(180deg, #ffffff 0%, #eff6ff 100%);
}

/* MAIN BOX */

.profile-cta-box {
  width: 100%;
  border-radius: 0;
  position: relative;

  display: grid;
  grid-template-columns: 1.4fr 0.8fr;

  gap: 50px;

  padding: 60px;

  background: linear-gradient(135deg, #1e40af, #2563eb);

  overflow: hidden;

  box-shadow: 0 25px 60px rgba(37, 99, 235, 0.25);
}

/* LIGHT GLOW */

.profile-cta-box::before {
  content: "";

  position: absolute;

  width: 320px;
  height: 320px;

  background: rgba(255, 255, 255, 0.08);

  border-radius: 50%;

  top: -120px;
  right: -120px;
}

/* CONTENT */

.profile-cta-badge {
  display: inline-block;

  padding: 8px 18px;

  background: rgba(255, 255, 255, 0.14);

  border: 1px solid rgba(255, 255, 255, 0.18);

  border-radius: 30px;

  color: #ffffff;

  font-size: 13px;
  font-weight: 700;

  margin-bottom: 22px;
}

.profile-cta-content h2 {
  font-size: 42px;
  line-height: 1.2;

  color: #ffffff;

  font-weight: 700;

  margin-bottom: 20px;

  max-width: 700px;
}

.profile-cta-content p {
  font-size: 16px;
  line-height: 1.8;

  color: rgba(255, 255, 255, 0.88);

  margin-bottom: 30px;

  max-width: 650px;
}

/* FEATURES */

.profile-cta-features {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}

.cta-feature {
  display: flex;
  align-items: center;
  gap: 10px;

  padding: 12px 18px;

  background: rgba(255, 255, 255, 0.1);

  border: 1px solid rgba(255, 255, 255, 0.12);

  border-radius: 50px;

  color: #ffffff;

  font-size: 14px;
  font-weight: 500;
}

.cta-feature i {
  font-size: 18px;
}

/* ACTION PANEL */

.profile-cta-actions {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 18px;
}

/* BUTTONS */

.cta-main-btn,
.cta-secondary-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;

  padding: 18px 22px;

  border-radius: 16px;

  font-size: 16px;
  font-weight: 600;

  transition: all 0.3s ease;
}

.cta-main-btn {
  background: #ffffff;
  color: #1e40af;
}

.cta-main-btn:hover {
  transform: translateY(-4px);
  background: #dbeafe;
}

.cta-secondary-btn {
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.15);
  color: #ffffff;
}

.cta-secondary-btn:hover {
  background: #ffffff;
  color: #1e40af;
  transform: translateY(-4px);
}

/* RESPONSIVE */

@media (max-width: 991px) {
  .profile-cta-box {
    grid-template-columns: 1fr;
    padding: 40px 30px;
  }

  .profile-cta-content h2 {
    font-size: 32px;
  }

  .profile-cta-actions {
    margin-top: 10px;
  }
}

@media (max-width: 640px) {
  .profile-cta-content h2 {
    font-size: 28px;
  }

  .profile-cta-features {
    flex-direction: column;
  }
}

/* =========================
   MODERN PROFILE CTA
========================= */

.modern-profile-cta {
  position: relative;

  width: 100%;

  padding: 70px 90;

  background: linear-gradient(180deg, #f8fbff 0%, #eef4ff 100%);

  overflow: hidden;
}

/* MAIN CONTAINER */

.modern-cta-container {
  position: relative;

  width: 100%;

  /* max-width:100%; */
  /* padding:50px  250px; */
  margin: 0;

  display: grid;
  grid-template-columns: 1.1fr 0.9fr;

  gap: 60px;

  align-items: center;

  /* padding:45px 70px; */

  /* background:
  linear-gradient(
    135deg,
    #1e40af 0%,
    #2563eb 55%,
    #3b82f6 100%
  ); */

  overflow: hidden;

  box-shadow: 0 30px 70px rgba(37, 99, 235, 0.22);
}

/* =========================
   BACKGROUND SHAPES
========================= */

.cta-shape {
  position: absolute;

  border-radius: 50%;

  filter: blur(2px);

  z-index: 1;
}

/* TOP RIGHT */

.shape-1 {
  width: 380px;
  height: 380px;

  background: radial-gradient(
    circle,
    rgba(255, 255, 255, 0.1),
    transparent 70%
  );

  top: -140px;
  right: -100px;
}

/* BOTTOM LEFT */

.shape-2 {
  width: 260px;
  height: 260px;

  background: radial-gradient(
    circle,
    rgba(255, 255, 255, 0.08),
    transparent 70%
  );

  bottom: -100px;
  left: -80px;
}

/* CENTER GLASS SHAPE */

.shape-3 {
  width: 170px;
  height: 170px;

  background: linear-gradient(
    135deg,
    rgba(255, 255, 255, 0.1),
    rgba(255, 255, 255, 0.03)
  );

  border-radius: 35px;

  top: 50%;
  left: 52%;

  transform: translate(-50%, -50%) rotate(45deg);

  backdrop-filter: blur(10px);
}

/* =========================
   CONTENT
========================= */

.modern-cta-content {
  /* width:70%; */
  position: relative;
  z-index: 2;
}

.modern-cta-badge {
  display: inline-block;

  padding: 12px 21px;

  background: rgba(255, 255, 255, 0.12);

  border: 1px solid rgba(255, 255, 255, 0.16);

  border-radius: 40px;

  color: #ffffff;

  font-size: 15px;
  font-weight: 700;

  margin-bottom: 20px;

  backdrop-filter: blur(10px);
}

.modern-cta-content h2 {
  font-size: 37px;
  line-height: 1.2;

  color: #ffffff;

  font-weight: 600;

  margin-bottom: 20px;

  max-width: 720px;
}

.modern-cta-content p {
  font-size: 17px;
  line-height: 1.8;

  color: rgba(255, 255, 255, 0.88);

  margin-bottom: 30px;

  max-width: 680px;
}

/* =========================
   FEATURE CARDS
========================= */

.modern-cta-features {
  display: flex;
  flex-wrap: wrap;

  gap: 14px;

  margin-bottom: 35px;
}

.modern-feature-card {
  display: flex;
  align-items: center;
  gap: 10px;

  padding: 12px 18px;

  background: rgba(255, 255, 255, 0.1);

  border: 1px solid rgba(255, 255, 255, 0.12);

  border-radius: 50px;

  color: #ffffff;

  font-size: 13px;
  font-weight: 600;

  backdrop-filter: blur(12px);

  transition: all 0.3s ease;
}

.modern-feature-card:hover {
  transform: translateY(-4px);

  background: rgba(255, 255, 255, 0.18);
}

.modern-feature-card i {
  font-size: 17px;
}

/* =========================
   BUTTONS
========================= */

.modern-cta-buttons {
  display: flex;
  gap: 16px;

  flex-wrap: wrap;
}

.modern-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;

  padding: 15px 24px;

  border-radius: 16px;

  font-size: 14px;
  font-weight: 700;

  transition: all 0.35s ease;
}

/* PRIMARY */

.primary-modern-btn {
  background: #ffffff;

  color: #1e40af;

  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.12);
}

.primary-modern-btn:hover {
  transform: translateY(-4px) scale(1.02);

  background: #eff6ff;
}

/* SECONDARY */

.secondary-modern-btn {
  background: rgba(255, 255, 255, 0.1);

  border: 1px solid rgba(255, 255, 255, 0.15);

  color: #ffffff;

  backdrop-filter: blur(10px);
}

.secondary-modern-btn:hover {
  background: #ffffff;

  color: #1e40af;

  transform: translateY(-4px) scale(1.02);
}

/* =========================
   IMAGE SIDE
========================= */

.modern-cta-image {
  position: relative;

  z-index: 2;
}

.modern-cta-image img {
  width: 100%;

  height: 350px;

  object-fit: cover;

  border-radius: 28px;

  box-shadow: 0 25px 60px rgba(0, 0, 0, 0.18);
}

/* IMAGE GLOW */

.image-glow {
  position: absolute;

  width: 100%;
  height: 100%;

  border-radius: 28px;

  background: linear-gradient(180deg, rgba(255, 255, 255, 0.1), transparent);

  top: 0;
  left: 0;

  z-index: 1;
}

/* FLOATING CARD */

.floating-info-card {
  position: absolute;

  left: -25px;
  bottom: 30px;

  display: flex;
  align-items: center;
  gap: 14px;

  padding: 18px 22px;

  background: rgba(255, 255, 255, 0.96);

  border-radius: 20px;

  box-shadow: 0 20px 45px rgba(0, 0, 0, 0.12);

  z-index: 3;
}

.floating-info-card i {
  width: 55px;
  height: 55px;

  display: flex;
  align-items: center;
  justify-content: center;

  border-radius: 16px;

  background: #2563eb;

  color: #ffffff;

  font-size: 28px;
}

.floating-info-card h4 {
  font-size: 24px;
  font-weight: 700;

  color: #1e3a8a;

  margin-bottom: 4px;
}

.floating-info-card p {
  font-size: 13px;

  color: #64748b;
}

/* =========================
   RESPONSIVE
========================= */

@media (max-width: 1200px) {
  .modern-cta-content h2 {
    font-size: 34px;
  }

  .modern-cta-container {
    padding: 40px;
  }
}

@media (max-width: 991px) {
  .modern-cta-container {
    grid-template-columns: 1fr;

    gap: 40px;

    padding: 40px 25px;
  }

  .modern-cta-content h2 {
    font-size: 30px;
  }

  .modern-cta-image img {
    height: 380px;
  }

  .floating-info-card {
    left: 15px;
    bottom: 15px;
  }

  .shape-3 {
    display: none;
  }
}

@media (max-width: 640px) {
  .modern-profile-cta {
    padding: 50px 0;
  }

  .modern-cta-content h2 {
    font-size: 26px;
  }

  .modern-cta-buttons {
    flex-direction: column;
  }

  .modern-btn {
    width: 100%;
  }

  .modern-cta-features {
    flex-direction: column;
  }

  .modern-cta-image img {
    height: 300px;
  }

  .floating-info-card {
    transform: scale(0.88);

    left: 5px;
    bottom: 5px;
  }
}

/* =========================
   FAQ ACCORDION STYLE
========================= */

details {
  overflow: hidden;

  transition: all 0.35s ease;

  background: #ffffff;

  border: 1px solid #dbeafe;

  border-radius: 18px;

  box-shadow: 0 10px 25px rgba(37, 99, 235, 0.06);
}

/* REMOVE DEFAULT ARROW */

details summary::-webkit-details-marker {
  display: none;
}

/* SUMMARY */

details summary {
  list-style: none;

  cursor: pointer;

  position: relative;

  padding-right: 50px;

  transition: all 0.3s ease;
}

/* HOVER */

details:hover {
  transform: translateY(-3px);

  box-shadow: 0 18px 40px rgba(37, 99, 235, 0.1);
}

/* ICON ANIMATION */

details i {
  transition:
    transform 0.35s ease,
    color 0.3s ease;
}

details[open] i {
  transform: rotate(180deg);

  color: #2563eb;
}

/* CONTENT ANIMATION */

details p {
  animation: faqFade 0.35s ease;
}

/* OPEN STATE */

details[open] {
  border-color: #2563eb;

  background: #ffffff;
}

/* FAQ TEXT */

details p {
  font-size: 15px;

  line-height: 1.8;

  color: #4b5563;

  padding-top: 18px;
}

/* ANIMATION */

@keyframes faqFade {
  from {
    opacity: 0;
    transform: translateY(-8px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* MOBILE */

@media (max-width: 640px) {
  details summary {
    font-size: 16px !important;

    line-height: 1.5;
  }

  details {
    padding: 20px !important;
  }
}
/* CONTENT WRAPPER */

details p {
  max-height: 0;

  overflow: hidden;

  opacity: 0;

  transform: translateY(-8px);

  transition:
    max-height 0.45s ease,
    opacity 0.35s ease,
    transform 0.35s ease,
    padding-top 0.35s ease;

  padding-top: 0;
}

/* OPEN STATE */

details[open] p {
  max-height: 500px;

  opacity: 1;

  transform: translateY(0);

  padding-top: 18px;
}

@media (max-width: 768px) {
  .hero-tagline {
    font-size: 10px;
  }
  .hero-title {
    font-size: 22px;
    line-height: 1.3;
    margin-bottom: 14px;
  }

  .hero-subtitle {
    font-size: 13px;
    line-height: 1.8;
    margin-bottom: 20px;
  }

  .hero-buttons {
    gap: 12px;
    margin-bottom: 22px;
  }

  .hero-btn {
    padding: 12px 16px;
    font-size: 14px;
    border-radius: 14px;
  }

  /* SMALLER STATS */

  .hero-stats {
    gap: 12px;
  }

  .hero-stat {
    width: 100%;
    padding: 16px 10px;
    border-radius: 16px;

    /* REMOVE BLUR/FILTER */
    backdrop-filter: none !important;
    -webkit-backdrop-filter: none !important;

    /* background: rgba(0,0,0,0.45); */
    border: 1px solid rgba(255, 255, 255, 0.12);
  }

  .hero-stat h3 {
    font-size: 20px;
    margin-bottom: 4px;
  }

  .hero-stat p {
    font-size: 11px;
    line-height: 1.5;
  }

  .hero-content {
    padding: 40px 15px !important;
    margin-bottom: 30px;
  }
}

.modern-cta-container {
  max-width: 1230px !important;
  /* background-color: red!important; */
  margin: auto;
}

.modern-profile-cta {
  width: 100%;
  background: linear-gradient(
    135deg,
    #1e40af 0%,
    #2563eb 55%,
    #3b82f6 100%
  ); /* full background color */
  padding: 40px 0;
  position: relative;
  overflow: hidden;
}

.contact-modern-section {
  padding: 100px 20px 0px;
  background: #eef4ff;
}

.contact-parent-card {
  max-width: 1400px;
  margin: auto;
  background: #ffffff;
  padding: 40px;
  border-radius: 34px;
  box-shadow: 0 25px 60px rgba(0, 0, 0, 0.08);
  position: relative;
  overflow: hidden;
}

/* HEADING */
.contact-heading {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 25px;
  margin-bottom: 18px;
}

.contact-heading span {
  width: 90px;
  height: 3px;
  background: linear-gradient(90deg, #2563eb, #60a5fa);
  border-radius: 50px;
}

.contact-heading h2 {
  font-size: 34px;
  font-weight: 600;
  color: #1e40af;
}

.contact-subtitle {
  text-align: center;
  font-size: 20px;
  color: #64748b;
  margin-bottom: 60px;
}

/* GRID */
.contact-main-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
  align-items: stretch;
}

/* BOTH CARDS */
.contact-form-card,
.office-main-card {
  background: #ffffff;
  border-radius: 30px;
  overflow: hidden;
  border: 1px solid #dbeafe;
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.06);

  display: flex;
  flex-direction: column;
  height: 100%;
}

/* TOP */
.card-top {
  padding: 35px;
  display: flex;
  align-items: center;
  gap: 22px;
  color: #ffffff;
}

.blue-bg {
  background: linear-gradient(135deg, #2563eb, #1d4ed8);
}

.dark-blue-bg {
  background: linear-gradient(135deg, #1e3a8a, #2563eb);
}

.top-icon {
  width: 90px;
  height: 90px;
  border-radius: 50%;
  border: 2px solid rgba(255, 255, 255, 0.3);

  display: flex;
  align-items: center;
  justify-content: center;

  flex-shrink: 0;
}

.top-icon i {
  font-size: 42px;
}

.card-top h3 {
  font-size: 40px;
  font-weight: 700;
  margin-bottom: 8px;
}

.card-top p {
  font-size: 18px;
  line-height: 1.7;
  opacity: 0.95;
}

/* FORM */
.modern-contact-form {
  padding: 35px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 22px;
  flex: 1;
}

.input-box {
  position: relative;
}

.input-box i {
  position: absolute;
  left: 18px;
  top: 20px;
  font-size: 22px;
  color: #2563eb;
}

.input-box input,
.input-box textarea {
  width: 100%;
  padding: 18px 18px 18px 55px;
  border: 1px solid #dbe3f0;
  border-radius: 16px;
  font-size: 16px;
  outline: none;
  transition: 0.3s ease;
}

.input-box input:focus,
.input-box textarea:focus {
  border-color: #2563eb;
  box-shadow: 0 0 0 4px rgba(37, 99, 235, 0.12);
}

.textarea-box {
  grid-column: span 2;
}

.input-box textarea {
  height: 240px;
  resize: none;
}

/* BUTTON */
.submit-btn {
  grid-column: span 2;

  background: linear-gradient(135deg, #2563eb, #1d4ed8);
  color: #ffffff;

  border: none;
  border-radius: 18px;

  padding: 20px;

  font-size: 20px;
  font-weight: 600;

  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;

  cursor: pointer;
  transition: 0.3s ease;
}

.submit-btn:hover {
  transform: translateY(-4px);
  box-shadow: 0 15px 35px rgba(37, 99, 235, 0.25);
}

.privacy-note {
  grid-column: span 2;
  display: flex;
  align-items: center;
  gap: 10px;

  color: #64748b;
  font-size: 15px;
  font-weight: 500;
}

.privacy-note i {
  color: #2563eb;
  font-size: 20px;
}

/* RIGHT OFFICE */
.office-cards-wrapper {
  padding: 30px;
  display: flex;
  flex-direction: column;
  gap: 24px;
  flex: 1;
}

.office-card {
  border: 1px solid #dbeafe;
  border-radius: 22px;
  padding: 28px;

  display: flex;
  gap: 22px;

  transition: 0.3s ease;
}

.office-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 30px rgba(37, 99, 235, 0.12);
}

.office-icon {
  width: 75px;
  height: 75px;
  border-radius: 50%;
  background: #eef4ff;

  display: flex;
  align-items: center;
  justify-content: center;

  flex-shrink: 0;
}

.office-icon i {
  font-size: 36px;
  color: #2563eb;
}

.office-content h4 {
  font-size: 28px;
  color: #1e40af;
  margin-bottom: 15px;
}

.office-content p {
  font-size: 20px;
  line-height: 1.8;
  color: #334155;
  margin-bottom: 18px;
}

.office-contact-info {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.office-contact-info span {
  font-size: 16px;
  color: #0f172a;
  font-weight: 500;
}

.office-contact-info i {
  color: #2563eb;
  margin-right: 8px;
}

/* BOTTOM CTA */
.bottom-help-box {
  margin: 0 30px 30px;
  padding: 22px 24px;

  background: #f8fbff;
  border-radius: 20px;

  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
}

.help-left {
  display: flex;
  align-items: center;
  gap: 18px;
}

.help-left i {
  width: 70px;
  height: 70px;
  border-radius: 50%;

  background: #ffffff;
  color: #2563eb;

  display: flex;
  align-items: center;
  justify-content: center;

  font-size: 34px;

  border: 2px solid #dbeafe;
}

.help-left h5 {
  font-size: 22px;
  color: #1e40af;
  margin-bottom: 5px;
}

.help-left p {
  color: #64748b;
  font-size: 16px;
}

.call-btn {
  background: linear-gradient(135deg, #2563eb, #1d4ed8);
  color: #ffffff;

  padding: 18px 28px;
  border-radius: 50px;

  text-decoration: none;
  font-size: 18px;
  font-weight: 600;

  display: flex;
  align-items: center;
  gap: 10px;

  transition: 0.3s ease;
}

.call-btn:hover {
  transform: translateY(-4px);
  box-shadow: 0 15px 35px rgba(37, 99, 235, 0.25);
}

/* RESPONSIVE */
@media (max-width: 1200px) {
  .contact-main-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 768px) {
  .contact-parent-card {
    padding: 25px;
  }

  .contact-heading h2 {
    font-size: 40px;
  }

  .contact-subtitle {
    font-size: 16px;
  }

  .modern-contact-form {
    grid-template-columns: 1fr;
  }

  .textarea-box,
  .submit-btn,
  .privacy-note {
    grid-column: span 1;
  }

  .card-top {
    flex-direction: column;
    text-align: center;
  }

  .card-top h3 {
    font-size: 30px;
  }

  .office-card {
    flex-direction: column;
    text-align: center;
    align-items: center;
  }

  .bottom-help-box {
    flex-direction: column;
    text-align: center;
  }

  .help-left {
    flex-direction: column;
  }
}

/* MAIN PARENT CARD */
.contact-parent-card {
  max-width: 1180px;
  padding: 28px;
  border-radius: 24px;
}

/* HEADING */
.contact-heading {
  margin-bottom: 10px;
}

.contact-heading h2 {
  font-size: 42px;
}

.contact-heading span {
  width: 70px;
  height: 2px;
}

.contact-subtitle {
  font-size: 15px;
  margin-bottom: 35px;
}

/* MAIN GRID */
.contact-main-grid {
  gap: 18px;
}

/* BOTH CARDS */
.contact-form-card,
.office-main-card {
  border-radius: 22px;
}

/* TOP AREA */
.card-top {
  padding: 22px 24px;
  gap: 16px;
}

.top-icon {
  width: 62px;
  height: 62px;
}

.top-icon i {
  font-size: 28px;
}

.card-top h3 {
  font-size: 22px;
  margin-bottom: 4px;
}

.card-top p {
  font-size: 13px;
  line-height: 1.5;
}

/* FORM */
.modern-contact-form {
  padding: 22px;
  gap: 14px;
}

.input-box i {
  left: 14px;
  top: 15px;
  font-size: 16px;
}

.input-box input,
.input-box textarea {
  padding: 13px 14px 13px 42px;
  font-size: 13px;
  border-radius: 12px;
}

.input-box textarea {
  height: 120px;
}

/* BUTTON */
.submit-btn {
  padding: 14px;
  font-size: 15px;
  border-radius: 12px;
}

/* PRIVACY */
.privacy-note {
  font-size: 12px;
  margin-top: -2px;
}

/* OFFICE SIDE */
.office-cards-wrapper {
  padding: 20px;
  gap: 16px;
}

/* OFFICE CARD */
.office-card {
  padding: 18px;
  gap: 14px;
  border-radius: 16px;
}

.office-icon {
  width: 52px;
  height: 52px;
}

.office-icon i {
  font-size: 24px;
}

.office-content h4 {
  font-size: 16px;
  margin-bottom: 8px;
}

.office-content p {
  font-size: 12px;
  line-height: 1.7;
  margin-bottom: 10px;
}

.office-contact-info {
  gap: 6px;
}

.office-contact-info span {
  font-size: 12px;
}

.office-contact-info i {
  margin-right: 5px;
}

/* BOTTOM CTA */
.bottom-help-box {
  margin: 0 20px 20px;
  padding: 14px 16px;
  border-radius: 14px;
}

.help-left {
  gap: 12px;
}

.help-left i {
  width: 48px;
  height: 48px;
  font-size: 22px;
}

.help-left h5 {
  font-size: 15px;
  margin-bottom: 2px;
}

.help-left p {
  font-size: 11px;
}

.call-btn {
  padding: 12px 18px;
  font-size: 13px;
  border-radius: 40px;
  gap: 6px;
}

/* RESPONSIVE */
@media (max-width: 768px) {
  .contact-parent-card {
    padding: 18px;
  }

  .contact-heading h2 {
    font-size: 32px;
  }

  .card-top {
    text-align: left;
    flex-direction: row;
  }

  .office-card {
    text-align: left;
    align-items: flex-start;
    flex-direction: row;
  }

  .bottom-help-box {
    flex-direction: column;
    text-align: center;
  }
}

.intl-office-modern {
  padding: 90px 20px;
  background: #eef4ff;
}

.intl-office-parent {
  max-width: 1250px;
  margin: auto;

  background: #ffffff;
  border-radius: 30px;

  padding: 45px;

  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.08);
}

/* HEADING */
.intl-office-heading {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;

  margin-bottom: 14px;
}

.intl-office-heading span {
  width: 70px;
  height: 2px;

  background: linear-gradient(90deg, #2563eb, #60a5fa);
}

.intl-office-heading h2 {
  font-size: 42px;
  font-weight: 700;
  color: #1e40af;
}

.intl-office-subtitle {
  text-align: center;
  font-size: 16px;
  color: #64748b;

  max-width: 800px;
  margin: auto auto 45px;
  line-height: 1.7;
}

/* GRID */
.intl-office-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}

/* CARD */
.intl-office-card {
  background: #ffffff;

  border: 1px solid #dbeafe;
  border-radius: 24px;

  overflow: hidden;

  transition: 0.3s ease;

  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
}

.intl-office-card:hover {
  transform: translateY(-6px);

  box-shadow: 0 20px 40px rgba(37, 99, 235, 0.12);
}

/* TOP */
.intl-office-top {
  background: linear-gradient(135deg, #2563eb, #1d4ed8);

  padding: 24px 26px;

  display: flex;
  align-items: center;
  gap: 18px;
}

.intl-office-icon {
  width: 70px;
  height: 70px;

  border-radius: 50%;

  background: rgba(255, 255, 255, 0.12);

  border: 1px solid rgba(255, 255, 255, 0.2);

  display: flex;
  align-items: center;
  justify-content: center;

  flex-shrink: 0;
}

.intl-office-icon i {
  font-size: 34px;
  color: #ffffff;
}

.intl-office-top h3 {
  font-size: 24px;
  color: #ffffff;
  margin-bottom: 5px;
}

.intl-office-top span {
  color: rgba(255, 255, 255, 0.85);
  font-size: 14px;
}

/* BODY */
.intl-office-body {
  padding: 28px;
}

.intl-office-body p {
  font-size: 15px;
  line-height: 1.9;
  color: #334155;

  margin-bottom: 24px;
}

/* CONTACT */
.intl-office-contact {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.intl-office-contact div {
  display: flex;
  align-items: center;
  gap: 12px;

  font-size: 15px;
  font-weight: 500;
  color: #0f172a;
}

.intl-office-contact i {
  width: 40px;
  height: 40px;

  border-radius: 50%;

  background: #eef4ff;
  color: #2563eb;

  display: flex;
  align-items: center;
  justify-content: center;

  font-size: 18px;

  flex-shrink: 0;
}

/* RESPONSIVE */
@media (max-width: 991px) {
  .intl-office-grid {
    grid-template-columns: 1fr;
  }

  .intl-office-parent {
    padding: 28px;
  }

  .intl-office-heading h2 {
    font-size: 34px;
  }
}

@media (max-width: 768px) {
  .intl-office-heading {
    gap: 10px;
  }

  .intl-office-heading span {
    width: 40px;
  }

  .intl-office-heading h2 {
    font-size: 28px;
  }

  .intl-office-top {
    flex-direction: column;
    text-align: center;
  }

  .intl-office-body {
    padding: 22px;
  }

  .intl-office-contact div {
    font-size: 13px;
  }
}

.modern-map-section {
  padding: 0px 20px;
  background: #eef4ff;
}

.modern-map-parent {
  max-width: 1300px;
  margin: auto;

  background: #ffffff;
  padding: 40px;

  border-radius: 30px;

  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.08);
}

/* HEADING */
.modern-map-heading {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;

  margin-bottom: 14px;
}

.modern-map-heading span {
  width: 70px;
  height: 2px;

  background: linear-gradient(90deg, #2563eb, #60a5fa);
}

.modern-map-heading h2 {
  font-size: 42px;
  font-weight: 700;

  color: #1e40af;
}

.modern-map-subtitle {
  text-align: center;

  font-size: 16px;
  line-height: 1.7;

  color: #64748b;

  max-width: 850px;
  margin: auto auto 45px;
}

/* GRID */
.modern-map-wrapper {
  display: grid;
  grid-template-columns: 380px 1fr;
  gap: 24px;
  align-items: stretch;
}

/* LEFT CARD */
.map-info-card {
  background: linear-gradient(135deg, #2563eb, #1d4ed8);

  border-radius: 24px;

  padding: 30px;

  color: #ffffff;

  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.map-info-top {
  display: flex;
  align-items: center;
  gap: 18px;

  margin-bottom: 30px;
}

.map-icon {
  width: 75px;
  height: 75px;

  border-radius: 50%;

  background: rgba(255, 255, 255, 0.12);

  border: 1px solid rgba(255, 255, 255, 0.2);

  display: flex;
  align-items: center;
  justify-content: center;

  flex-shrink: 0;
}

.map-icon i {
  font-size: 36px;
  color: #ffffff;
}

.map-info-top h3 {
  font-size: 28px;
  margin-bottom: 5px;
}

.map-info-top span {
  font-size: 14px;
  opacity: 0.9;
}

/* DETAILS */
.map-details {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.map-detail-item {
  display: flex;
  gap: 14px;
  align-items: flex-start;
}

.map-detail-item i {
  width: 42px;
  height: 42px;

  border-radius: 50%;

  background: rgba(255, 255, 255, 0.12);

  display: flex;
  align-items: center;
  justify-content: center;

  font-size: 18px;

  flex-shrink: 0;
}

.map-detail-item p,
.map-detail-item span {
  font-size: 15px;
  line-height: 1.8;
}

/* BUTTON */
.direction-btn {
  margin-top: 30px;

  background: #ffffff;
  color: #2563eb;

  padding: 16px 22px;

  border-radius: 50px;

  text-decoration: none;

  font-size: 16px;
  font-weight: 600;

  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;

  transition: 0.3s ease;
}

.direction-btn:hover {
  transform: translateY(-4px);

  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15);
}

/* MAP */
.map-frame-card {
  border-radius: 24px;
  overflow: hidden;

  border: 2px solid #dbeafe;

  min-height: 500px;
}

.map-frame-card iframe {
  width: 100%;
  height: 100%;
  border: 0;
}

/* RESPONSIVE */
@media (max-width: 991px) {
  .modern-map-wrapper {
    grid-template-columns: 1fr;
  }

  .map-frame-card {
    min-height: 400px;
  }
}

@media (max-width: 768px) {
  .modern-map-parent {
    padding: 24px;
  }

  .modern-map-heading {
    gap: 10px;
  }

  .modern-map-heading span {
    width: 40px;
  }

  .modern-map-heading h2 {
    font-size: 30px;
  }

  .modern-map-subtitle {
    font-size: 14px;
  }

  .map-info-card {
    padding: 24px;
  }

  .map-info-top {
    flex-direction: column;
    text-align: center;
  }

  .map-info-top h3 {
    font-size: 22px;
  }

  .map-frame-card {
    min-height: 320px;
  }
}

/* FULL MAP */

.full-map {
  width: 100%;
  min-height: 550px;

  border-radius: 24px;
  overflow: hidden;

  border: 2px solid #dbeafe;

  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08);
}

.full-map iframe {
  width: 100%;
  height: 550px;
  border: 0;
}

/* REMOVE GRID */

.modern-map-wrapper {
  display: block !important;
}

.new-video-cp {
  border-top: 40px solid #1e3a8a;
  border-bottom: 40px solid #1e3a8a;
  /* border-radius: none!important; */
}

/* =========================
   FOOTER BOTTOM
========================= */

.new-footer-9 {
  width: 100%;

  border-top: 1px solid rgba(255, 255, 255, 0.12);

  margin-top: 35px;
  padding: 22px 125px !important;

  background: transparent;
  background-color: #002470;
}

.footer-bottom-container {
  max-width: 1400px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;

  gap: 20px;

  flex-wrap: wrap;
}

.footer-bottom-container p {
  color: #dbeafe;

  font-size: 15px;
  line-height: 1.7;

  margin: 0;
}

.footer-bottom-container a {
  color: #ffffff;

  text-decoration: none;
  font-weight: 600;

  transition: 0.3s ease;
}

.footer-bottom-container a:hover {
  color: #93c5fd;
}

/* RESPONSIVE */

@media (max-width: 768px) {
  .new-footer-9 {
    padding: 18px 15px;
  }

  .footer-bottom-container {
    flex-direction: column;
    text-align: center;

    gap: 0px;
  }

  .footer-bottom-container p {
    font-size: 13px;
    line-height: 1.6;
  }
  .tag-1 {
    padding: -0;
  }
}

.tag-1 {
  padding: 0 80px;
}

@media (max-width: 768px) {
  .new-footer-9 {
    padding: 0 !important;
  }
  .tag-1 {
    padding: 10px 15px;
  }
}

/* =========================
   OPTIMIZED INDUSTRIES
========================= */

.new-industries-wrap {
  padding: 90px 20px;
  background: #f8fafc;
}

.new-industries-container {
  max-width: 1300px;
  margin: auto;
}

.new-industries-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}

/* CARD */
.new-industry-card {
  position: relative;

  overflow: hidden;

  border-radius: 28px;

  text-decoration: none;

  background: #ffffff;

  /* LIGHT SHADOW */
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.08);

  /* PERFORMANCE */
  transform: translate3d(0, 0, 0);
  backface-visibility: hidden;
  will-change: transform;

  transition:
    transform 0.28s ease,
    box-shadow 0.28s ease;
}

/* HOVER */
.new-industry-card:hover {
  transform: translateY(-6px);

  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.1);
}

/* IMAGE */
.new-industry-image {
  height: 260px;
  overflow: hidden;
}

.new-industry-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;

  display: block;

  transform: translateZ(0);

  transition: transform 0.4s ease;
}

/* IMAGE HOVER */
.new-industry-card:hover .new-industry-image img {
  transform: scale(1.04);
}

/* CONTENT */
.new-industry-content {
  position: relative;

  margin: -55px 22px 22px;

  background: #ffffff;

  border-radius: 24px;

  padding: 32px 24px;

  z-index: 5;

  text-align: center;
}

.new-industry-content h3 {
  font-size: 20px;
  font-weight: 700;
  color: #0f172a;
  margin-bottom: 14px;
}

.new-industry-content p {
  font-size: 15px;
  line-height: 1.8;
  color: #64748b;
  margin-bottom: 18px;
}

.new-industry-content span {
  color: #2563eb;
  font-size: 14px;
  font-weight: 600;
}

/* RESPONSIVE */
@media (max-width: 992px) {
  .new-industries-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
  }
}

@media (max-width: 640px) {
  .new-industries-wrap {
    padding: 60px 15px;
  }

  .new-industries-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .new-industry-image {
    height: 230px;
  }

  .new-industry-content {
    margin: -45px 16px 16px;
    padding: 26px 18px;
  }
}

/* INDUSTRIES GRID - 4 CARDS PER ROW */
.industries-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
}

/* CARD */
.industry-card {
  display: flex;
  flex-direction: column;
  height: 100%;
  min-height: 450px;
  border-radius: 30px;
  overflow: hidden;
}

/* IMAGE */
.industry-image {
  height: 220px;
}

.industry-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* CONTENT */
.industry-content {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 220px;
}

/* RESPONSIVE */
@media (max-width: 1200px) {
  .industries-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 768px) {
  .industries-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 576px) {
  .industries-grid {
    grid-template-columns: 1fr;
  }
}

/* INDUSTRY CARD */
.industry-card {
  min-height: 380px;
}

/* IMAGE */
.industry-image {
  height: 190px;
}

.industry-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* INNER WHITE BOX */
.industry-content {
  margin: -45px 20px 20px;
  padding: 22px 18px;
  border-radius: 24px;
  min-height: 190px;

  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  text-align: center;
}

/* TITLE */
.industry-content h3 {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 10px;
  line-height: 1.2;
}

/* DESCRIPTION */
.industry-content p {
  font-size: 14px;
  line-height: 1.6;
  margin-bottom: 14px;
  max-width: 95%;
}

/* LEARN MORE */
.industry-content span {
  font-size: 15px;
  font-weight: 600;
  margin-top: auto;
}

.global-impact-new {
  padding: 0px 20px;
  background: #f8fafc;
}

.impact-parent-card {
  max-width: 1200px;
  margin: auto;
  background: #fff;
  border-radius: 24px;
  padding: 50px;
  display: grid;
  grid-template-columns: 1.5fr 0.9fr;
  gap: 50px;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.08);
  border: 1px solid #e5e7eb;
}

/* LEFT */

.impact-tag {
  display: inline-block;
  padding: 8px 18px;
  border-radius: 30px;
  background: #dbeafe;
  color: #2563eb;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 1px;
  margin-bottom: 20px;
}

.impact-left h2 {
  font-size: 35px;
  line-height: 1.2;
  font-weight: 700;
  color: #1e3a8a;
  margin-bottom: 20px;
}

.impact-left p {
  font-size: 16px;
  line-height: 1.8;
  color: #64748b;
  margin-bottom: 30px;
}

.impact-left ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.impact-left ul li {
  padding: 14px 18px;
  margin-bottom: 12px;
  background: #f8fafc;
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  font-size: 15px;
  color: #334155;
  position: relative;
  padding-left: 45px;
}

.impact-left ul li::before {
  content: "✓";
  position: absolute;
  left: 18px;
  color: #2563eb;
  font-weight: 700;
}

/* RIGHT */

.impact-right {
  display: flex;
  flex-direction: column;
  gap: 20px;
  justify-content: center;
}

.impact-stat-box {
  background: linear-gradient(135deg, #2563eb, #1e40af);
  color: #fff;
  border-radius: 18px;
  padding: 30px;
  text-align: center;
}

.impact-stat-box h3 {
  font-size: 48px;
  font-weight: 800;
  margin-bottom: 10px;
}

.impact-stat-box p {
  font-size: 15px;
  letter-spacing: 1px;
  text-transform: uppercase;
  opacity: 0.9;
}

/* RESPONSIVE */

@media (max-width: 991px) {
  .impact-parent-card {
    grid-template-columns: 1fr;
    padding: 35px;
  }

  .impact-left h2 {
    font-size: 32px;
  }
}

/* ==========================
   SERVICES SHOWCASE
========================== */

.services-showcase {
  padding: 100px 20px;
  background: #f8fafc;
}

.services-heading {
  text-align: center;
  max-width: 850px;
  margin: 0 auto 70px;
}

.services-heading span {
  display: inline-block;
  padding: 8px 18px;
  background: #dbeafe;
  color: #2563eb;
  border-radius: 30px;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 1px;
  margin-bottom: 20px;
}

.services-heading h2 {
  font-size: 35px;
  font-weight: 700;
  color: #1e3a8a;
  margin-bottom: 18px;
}

.services-heading p {
  font-size: 17px;
  line-height: 1.8;
  color: #64748b;
}

/* LAYOUT */

.services-layout {
  max-width: 1250px;
  margin: auto;
  display: grid;
  grid-template-columns: 1.3fr 0.9fr;
  gap: 30px;
}

/* FEATURED CARD */

.featured-service {
  background: linear-gradient(135deg, #2563eb, #1e40af);

  border-radius: 24px;
  padding: 50px;
  color: #fff;
  text-decoration: none;
  min-height: 420px;

  display: flex;
  flex-direction: column;
  justify-content: center;
}

.service-badge {
  width: max-content;
  padding: 8px 16px;
  border-radius: 30px;
  background: rgba(255, 255, 255, 0.15);
  margin-bottom: 25px;
  font-size: 12px;
  letter-spacing: 1px;
}

.featured-service h3 {
  font-size: 38px;
  line-height: 1.2;
  margin-bottom: 20px;
}

.featured-service p {
  font-size: 16px;
  line-height: 1.8;
  opacity: 0.95;
}

.featured-service span {
  margin-top: 25px;
  font-weight: 600;
}

/* RIGHT CARDS */

.service-list {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.mini-service {
  background: #fff;
  border-radius: 20px;
  padding: 30px;
  border: 1px solid #e5e7eb;
  text-decoration: none;
  transition: 0.3s;
}

.mini-service:hover {
  transform: translateY(-6px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
}

.mini-service h4 {
  font-size: 22px;
  color: #1e3a8a;
  margin-bottom: 12px;
}

.mini-service p {
  font-size: 15px;
  line-height: 1.7;
  color: #64748b;
}

/* BUTTON */

.services-btn-wrap {
  text-align: center;
  margin-top: 50px;
}

.services-main-btn {
  display: inline-block;
  padding: 16px 40px;
  background: #2563eb;
  color: #fff;
  text-decoration: none;
  border-radius: 50px;
  font-weight: 600;
}

/* RESPONSIVE */

@media (max-width: 991px) {
  .services-layout {
    grid-template-columns: 1fr;
  }

  .featured-service {
    min-height: auto;
  }

  .services-heading h2 {
    font-size: 34px;
  }
}

/* ==========================
   SERVICES SECTION
========================== */

.services-showcase {
  padding: 100px 20px;
  background: #f8fafc;
}

/* HEADER */

.services-heading {
  text-align: center;
  max-width: 850px;
  margin: auto auto 70px;
}

.services-heading span {
  display: inline-block;
  padding: 10px 20px;
  background: #dbeafe;
  color: #2563eb;
  border-radius: 40px;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 1px;
  margin-bottom: 20px;
}

.services-heading h2 {
  font-size: 35px;
  font-weight: 700;
  color: #1e3a8a;
  margin-bottom: 18px;
}

.services-heading p {
  font-size: 17px;
  line-height: 1.8;
  color: #64748b;
}

/* GRID */

.services-grid {
  max-width: 1300px;
  margin: auto;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
}

/* CARD */

.service-card {
  background: #ffffff;
  border-radius: 24px;
  padding: 35px 25px;
  text-align: center;
  text-decoration: none;
  border-top: 5px solid #2563eb;
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.06);
  transition: 0.35s ease;
}

.service-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 25px 50px rgba(37, 99, 235, 0.15);
}

/* ICON */

.service-icon {
  width: 80px;
  height: 80px;
  margin: auto auto 25px;
  border-radius: 20px;
  background: #eff6ff;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s;
}

.service-icon i {
  font-size: 38px;
  color: #2563eb;
  transition: 0.3s;
}

.service-card:hover .service-icon {
  background: #2563eb;
}

.service-card:hover .service-icon i {
  color: #ffffff;
}

/* TITLE */

.service-card h3 {
  font-size: 22px;
  line-height: 1.4;
  font-weight: 700;
  color: #0f172a;
  margin-bottom: 15px;
}

/* TEXT */

.service-card p {
  font-size: 15px;
  line-height: 1.8;
  color: #64748b;
  margin-bottom: 20px;
}

/* LINK */

.service-card span {
  color: #2563eb;
  font-weight: 600;
  font-size: 15px;
}

/* BUTTON */

.services-btn-wrap {
  text-align: center;
  margin-top: 50px;
}

.services-main-btn {
  display: inline-block;
  padding: 16px 40px;
  border-radius: 50px;
  background: linear-gradient(135deg, #2563eb, #1e40af);
  color: #ffffff;
  text-decoration: none;
  font-weight: 600;
  box-shadow: 0 15px 35px rgba(37, 99, 235, 0.25);
}

.services-main-btn:hover {
  transform: translateY(-3px);
}

/* RESPONSIVE */

@media (max-width: 1100px) {
  .services-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 768px) {
  .services-grid {
    grid-template-columns: 1fr;
  }

  .services-heading h2 {
    font-size: 34px;
  }
}

.testimonial-modern {
  padding: 110px 20px;
  background: #f8fafc;
  overflow: hidden;
}

.testimonial-header-new {
  text-align: center;
  max-width: 800px;
  margin: auto auto 70px;
}

.testimonial-header-new span {
  color: #1e3a8a;
  font-size: 13px;
  letter-spacing: 2px;
  font-weight: 700;
}

.testimonial-header-new h2 {
  font-size: 35px;
  line-height: 1.15;
  color: #1e3a8a;
  font-weight: 700;
  margin: 20px 0;
}

.testimonial-header-new p {
  color: #64748b;
  font-size: 17px;
  line-height: 1.8;
}

.testimonial-slider-new {
  max-width: 1250px;
  margin: auto;
  overflow: hidden;
}

.testimonial-track-new {
  display: flex;
  gap: 30px;
  width: max-content;
}

.testimonial-box-new {
  width: 420px;
  min-height: 320px;

  background: #ffffff;

  border-radius: 24px;

  padding: 40px;

  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.06);

  border: 1px solid #edf2f7;

  transition: 0.4s;
}

.testimonial-box-new:hover {
  transform: translateY(-8px);
}

.stars {
  color: #f5b301;
  font-size: 22px;
  margin-bottom: 25px;
}

.testimonial-box-new p {
  font-size: 18px;
  line-height: 1.9;
  color: #6b7280;
  font-style: italic;
  min-height: 130px;
}

.testimonial-user {
  display: flex;
  align-items: center;
  gap: 18px;
  margin-top: 30px;
}

.testimonial-user img {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  object-fit: cover;
}

.testimonial-user h4 {
  font-size: 28px;
  font-weight: 700;
  color: #111827;
  margin-bottom: 6px;
}

.testimonial-user span {
  color: #2563eb;
  letter-spacing: 2px;
  font-size: 13px;
  text-transform: uppercase;
}

@media (max-width: 991px) {
  .testimonial-header-new h2 {
    font-size: 40px;
  }

  .testimonial-box-new {
    width: 320px;
    padding: 30px;
  }
}

/* ==========================
   FOOTER V2
========================== */

.footer-v2 {
  background: #1e3a8a;
  color: #ffffff;
  padding-top: 55px;
}

.footer-v2-container {
  max-width: 1300px;
  margin: auto;
  padding: 0 20px;

  display: grid;
  grid-template-columns:
    1.4fr
    0.9fr
    1fr
    0.9fr;

  gap: 50px;
}

/* LOGO */

.footer-v2-company img {
  max-width: 220px;
  margin-bottom: 25px;
}

/* CONTACT */

.footer-v2-company ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-v2-company li {
  display: flex;
  gap: 12px;

  margin-bottom: 18px;

  line-height: 1.7;
  font-size: 15px;
}

.footer-v2-company i {
  margin-top: 4px;
  font-size: 18px;
}

/* HEADINGS */

.footer-v2 h4 {
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 25px;
}

/* LINKS */

.footer-v2-links ul {
  list-style: none;
  padding: 0;
}

.footer-v2-links li {
  margin-bottom: 16px;
}

.footer-v2-links a {
  color: #fff;
  text-decoration: none;
  transition: 0.3s;
}

.footer-v2-links a:hover {
  padding-left: 8px;
  color: #dbeafe;
}

/* QR */

.footer-v2-social {
  text-align: center;
}

.footer-v2-qr {
  width: 150px;
  background: #fff;
  padding: 10px;
  border-radius: 10px;

  margin: 0 auto 20px;
}

/* SOCIAL */

.footer-v2-icons {
  display: flex;
  justify-content: center;
  gap: 12px;
}

.footer-v2-icons a {
  width: 42px;
  height: 42px;

  background: #5c7ad0;

  border-radius: 10px;

  display: flex;
  align-items: center;
  justify-content: center;

  color: #fff;
  text-decoration: none;

  transition: 0.3s;
}

.footer-v2-icons a:hover {
  background: #ffffff;
  color: #3559b5;

  transform: translateY(-3px);
}

/* COPYRIGHT */

.footer-v2-bottom {
  margin-top: 45px;

  border-top: 1px solid rgba(255, 255, 255, 0.15);

  text-align: center;

  padding: 22px;
}

.footer-v2-bottom p {
  margin: 0;
  font-size: 15px;
}

/* MOBILE */

@media (max-width: 991px) {
  .footer-v2-container {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 768px) {
  .footer-v2-container {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .footer-v2-company li {
    justify-content: center;
  }
  .footer-v2-company {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }
}

footer ul li a {
  display: inline-flex;
  align-items: center;
  padding: 0.35rem 0.5rem;
}

footer ul li a:hover {
  transform: translateY(-2px);
  color: #facc15;
}
.footer-social-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.12);
  color: #ffffff;
  transition:
    transform 0.3s ease,
    box-shadow 0.3s ease,
    background-color 0.3s ease,
    color 0.3s ease;
  box-shadow: 0 6px 14px rgba(0, 0, 0, 0.08);
}

.footer-social-link:hover {
  transform: translateY(-4px);
  background: rgba(255, 255, 255, 0.22);
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.18);
  color: #fff7cc;
}

.footer-social-link i,
.footer-social-svg-link svg {
  transition: transform 0.3s ease;
}

.footer-social-link:hover i,
.footer-social-link:hover svg {
  transform: translateY(-3px);
}

.organization-chart {
  padding: 45px 20px;
  overflow-x: auto;
}

.chart-title {
  text-align: center;
  color: #173f7a;
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 8px;
  text-transform: uppercase;
}

.title-line {
  width: 400px;
  max-width: 90%;
  height: 2px;
  background: #333;
  margin: 0 auto 20px;
}

/* =========================
           COMMON BOX
        ========================== */

.org-box {
  min-width: 125px;
  max-width: 150px;
  min-height: 42px;
  padding: 8px 12px;
  background: #fff;
  border: 1.5px solid #555;
  border-radius: 4px;

  display: flex;
  align-items: center;
  justify-content: center;

  text-align: center;
  color: #173f7a;
  font-size: 13px;
  font-weight: 600;

  position: relative;
  z-index: 2;
}

.top-box {
  margin: 0 auto;
}

/* =========================
           TOP LEVEL
        ========================== */

.top-level {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.vertical-line {
  width: 2px;
  height: 25px;
  background: #555;
  margin: 0 auto;
}

/* =========================
           MAIN DEPARTMENTS
        ========================== */

.departments {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 20px;
  padding-top: 28px;
  min-width: 1050px;
}

/*
         Horizontal line connecting all
         main departments
        */
.departments::before {
  content: "";
  position: absolute;
  top: 0;
  left: 5%;
  right: 4.7%;
  height: 2px;
  background: #555;
}

.department {
  position: relative;
  width: 135px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

/*
         Vertical connector from
         horizontal department line
        */
.department::before {
  content: "";
  position: absolute;
  top: -28px;
  left: 50%;
  width: 2px;
  height: 28px;
  background: #555;
}

/* =========================
           CHILDREN
        ========================== */

.child {
  position: relative;
  margin-top: 28px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.child::before {
  content: "";
  position: absolute;
  top: -28px;
  left: 50%;
  width: 2px;
  height: 28px;
  background: #555;
}


/* =========================================
   RECRUITMENT HIERARCHY
========================================= */

.recruitment-department {
    width: 254px;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
}

/* Recruitment Manager */
.recruitment-department > .org-box:first-child {
    position: relative;
}

/* Manager -> Coordinator */
.recruitment-department > .vertical-line {
    height: 28px;
    width: 2px;
    background: #555;
    margin: 0;
}

/* Coordinator */
.coordinator-box {
    width: 125px;
    min-height: 56px;
}

/* =========================================
   COORDINATOR -> TWO TEAMS
========================================= */

.recruitment-team-wrapper {
    position: relative;

    display: flex;
    justify-content: space-between;

    width: 260px;

    margin-top: 28px;
    padding-top: 28px;
}

/* Horizontal line above the two teams */
.recruitment-team-wrapper::before {
    content: "";

    position: absolute;

    top: 0;
    left: 60px;
    right: 60px;

    height: 2px;

    background: #555;
}

/* Vertical line from Coordinator */
.recruitment-team-wrapper::after {
    content: "";

    position: absolute;

    top: -28px;
    left: 50%;

    width: 2px;
    height: 28px;

    background: #555;
}

/* =========================================
   EACH TEAM
========================================= */

.team-branch {
    width: 120px;

    display: flex;
    flex-direction: column;
    align-items: center;

    position: relative;
}

/* Team connector */
.team-branch::before {
    content: "";

    position: absolute;

    top: -28px;
    left: 50%;

    width: 2px;
    height: 28px;

    background: #555;
}

/* Team -> Recruiters / Telecallers */
.team-branch .vertical-line {
    width: 2px;
    height: 28px;

    background: #555;

    margin: 0;
}
.org-box {
  border-radius: 12px;
}

.org-box:hover {
  transform: translateY(-4px);
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15);
}
/* =========================================
   MOBILE
========================================= */

@media (max-width: 768px) {

    .recruitment-department {
        width: 270px;
    }

    .recruitment-team-wrapper {
        width: 254px;
    }

}

/* =========================
           OPERATIONS
        ========================== */

.operations .child {
  margin-top: 28px;
}

/* =========================
           MOBILE
        ========================== */

@media (max-width: 768px) {
  .organization-chart {
    padding: 30px 10px;
    overflow-x: auto;
  }

  .chart-title {
    font-size: 22px;
  }

  .title-line {
    width: 254px;
  }

  /*
             Keep the desktop hierarchy intact
             and allow horizontal scrolling.
             This is much more readable on mobile
             than shrinking all boxes.
            */
  .departments {
    justify-content: flex-start;
    gap: 18px;
    min-width: 1050px;
  }

  .org-box {
    font-size: 12px;
    min-width: 120px;
    max-width: 140px;
  }

  .scroll-message {
    display: block;
  }
}

.scroll-message {
  display: none;
  text-align: center;
  color: #777;
  font-size: 12px;
  margin-top: 10px;
}
@media (max-width: 768px) {

    .departments {
        min-width: 1050px;
        overflow: visible;
    }

    .departments::before {
        left: 60px;
        right: 25px;
    }

}