/* General layout */

@font-face {
  font-family: "Poppins";
  src: url("/fonts/Poppins-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

/* RESET HEADER EFFECTS */
body {
  padding-top: 122px;
}

.container {
  max-width: 1200px;
  padding-left: 12px;
  padding-right: 12px;
}

h2 {
  font-size: 17px;
  font-weight: 600;
  color: #032e5d;
  margin-bottom: 12px;
  line-height: 1.4;
}

@media (max-width: 991px) {
  h2 {
    font-size: 16px;
  }
}

h3 {
  font-size: 17px;
  text-align: left;
  font-weight: 600;
  color: #032e5d;
  margin-bottom: 12px;
  line-height: 1.4;
}

@media (max-width: 991px) {
  h3 {
    font-size: 16px;
  }
}

.white-text {
  font-size: 22px;
  font-weight: 600;
  color: #ffffff;
  margin-bottom: 12px;
  line-height: 1.4;
}

@media (max-width: 991px) {
  .white {
    font-size: 16px;
  }
}

.page-wrapper {
  width: 100%;
  max-width: 100vw;
  min-height: 100vh;
  overflow-x: hidden;
  /* only horizontal hidden */
  overflow-y: visible;
  /* important for sticky */
  position: relative;
}

/* ===== SECTION ===== */

.wink-404-section {
  min-height: 80vh;
  background: radial-gradient(circle at 20% 20%, #083a73, #000);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 40px 20px;
  overflow: hidden;
}

/* layout */
.wink-404-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 80px;
  max-width: 1100px;
  width: 100%;
}

/* ===== IMAGE ===== */

.wink-404-image img {
  width: 580px;
  max-width: 100%;
  animation: float 5s ease-in-out infinite;
}

@keyframes float {
  0% {
    transform: translateY(0px);
  }

  50% {
    transform: translateY(-14px);
  }

  100% {
    transform: translateY(0px);
  }
}

/* ===== CONTENT ===== */

.wink-404-container {
  max-width: 480px;
  position: relative;
}

.wink-404-code {
  position: absolute;
  top: -10px;
  left: 50;
  font-size: 110px;
  font-weight: 800;
  color: rgba(255, 255, 255, 0.1);
  pointer-events: none;
}

.wink-404-container h1 {
  font-size: 32px;
  color: #fff;
  margin-bottom: 14px;
  line-height: 1.3;
}

.wink-404-container p {
  color: #cfcfcf;
  line-height: 1.6;
  margin-bottom: 30px;
}

/* ===== BUTTONS ===== */

.wink-404-actions {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
}

.wink-404-btn {
  padding: 14px 26px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: 500;
  transition: 0.3s ease;
}

.wink-404-btn.primary {
  background: linear-gradient(90deg, #032e5d, #0a58ca);
  color: #fff;
}

.wink-404-btn.primary:hover {
  transform: translateY(-2px);
}

.wink-404-btn.secondary {
  background: #fff;
  color: #000;
}

.wink-404-btn.secondary:hover {
  background: #eaeaea;
}

/* ===== RESPONSIVE ===== */

@media (max-width: 900px) {
  .wink-404-wrapper {
    flex-direction: column;
    text-align: center;
    gap: 40px;
  }

  .wink-404-code {
    position: static;
    font-size: 70px;
    margin-bottom: 10px;
  }

  .wink-404-container h1 {
    font-size: 24px;
  }

  .wink-404-image img {
    width: 360px;
  }
}

/* cookies policy  */
.cookie-container {
  max-width: 1000px;
  margin: auto;
  padding: 40px 20px;
  line-height: 1.7;
  color: #222;
  font-family: Arial, sans-serif;
}

.cookie-container h1 {
  font-size: 32px;
  margin-bottom: 10px;
}

.cookie-container h2 {
  margin-top: 30px;
  font-size: 22px;
  color: #032e5d;
}

.cookie-container h3 {
  margin-top: 20px;
  font-size: 18px;
  color: #000;
}

.cookie-container p {
  margin: 10px 0;
  font-size: 15px;
}

.cookie-container ul {
  margin: 15px 0 15px 0;
  padding-left: 0;
  list-style: none;
}

.cookie-container li {
  position: relative;
  padding-left: 22px;
  margin-bottom: 10px;
  font-size: 14px;
  color: #333;
  line-height: 1.6;
}

/* Custom bullet */
.cookie-container li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 8px;
  width: 8px;
  height: 8px;
  background: #032e5d;
  border-radius: 50%;
}

.cookie-container strong {
  color: #000;
}

/* MOBILE */
@media (max-width: 600px) {
  .cookie-container {
    padding: 20px 15px;
  }

  .cookie-container h1 {
    font-size: 24px;
  }

  .cookie-container h2 {
    font-size: 18px;
  }

  .cookie-container p,
  .cookie-container li {
    font-size: 14px;
  }
}

/* =============================== HOME PAGE HERO BANNER ================================ */

/* POSTER */

/* VIDEO */
.hero-video {
  position: absolute;
  pointer-events: none;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  transform: translate(-50%, -50%);
  object-fit: cover;
  z-index: 1;
}

/* OVERLAY — Desktop: left-right layout */

/* LEFT TEXT */

/* animated-text — wrapper div */
.animated-text {
  font-size: clamp(48px, 7vw, 90px);
  /* viewport ke saath scale hoga automatically */
  font-weight: 800;
  line-height: 1.05;
  letter-spacing: 1px;
  color: #ffffff;
  /* opacity: 0;
  animation: textFade 4s infinite; */
  white-space: normal;
  word-break: break-word;
}

/* static-line — "TOGETHER WE" */

/* dynamic-line — rotating text */

/* individual letter spans */
/* .animated-text span {
  display: inline-flex;
  opacity: 0;
  transform: translateY(30px);
  animation: letterReveal 0.6s ease forwards;
} */

@keyframes letterReveal {
  from {
    opacity: 0;
    transform: translateY(30px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes textFade {
  0% {
    opacity: 0;
  }

  15% {
    opacity: 1;
  }

  70% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

.highlight {
  display: inline-block;
  color: #032e5d;
  animation: rotateLeft 1.2s ease-in-out infinite alternate;
  transform-origin: center;
}

@keyframes rotateLeft {
  from {
    transform: rotate(0deg) scale(1);
  }

  to {
    transform: rotate(-90deg) scale(1.1);
  }
}

/* RIGHT SIDE */

/* BOX ARROW */

/* =========================
   TABLET — max 900px
========================= */
@media (max-width: 900px) {

  .animated-text {
    font-size: clamp(48px, 10vw, 90px);
    line-height: 1.1;
  }
}

/* =========================
   MOBILE — max 600px
========================= */
@media (max-width: 600px) {

  .animated-text {
    font-size: clamp(36px, 9vw, 52px);
    line-height: 1.2;
    animation-duration: 3.5s;
  }
}

/* ===== ABOUT SECTION ===== */

.about-section {
  position: relative;
  width: 100%;
  padding: 20px 0;
  overflow: hidden;

  background: linear-gradient(135deg, #032e5d, #2e6fa7);
  color: #ffffff;
}

/* ===============================
   ABOUT SECTION FIX
================================ */

.about-section {
  position: relative;
  width: 100%;
  padding: 0px 0;
  background: linear-gradient(135deg, #032e5d, #2e6fa7);
  color: #fff;
}

/* ===== ROW FIX ===== */
.margin_top_about {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  flex-wrap: nowrap;
  /* 👈 desktop pe same row */
}

/* LEFT */
.margin_top_about .col-lg-5 {
  flex: 0 0 45%;
  max-width: 45%;
}

/* RIGHT */
.margin_top_about .col-lg-7 {
  flex: 0 0 55%;
  max-width: 55%;
}

/* ===== LEFT CONTENT ===== */
.about-left {
  width: 100%;
}

.about-left h1 {
  color: #fff;
}

.about-left .heading1 {
  font-size: 38px;
  font-weight: 700;
  margin-bottom: 8px;
}

.about-left .heading3 {
  font-size: 20px;
  margin-bottom: 15px;
  color: #dce9ff;
}

.about-left .prose-lg-white {
  font-size: 16px;
  line-height: 1.7;
}

/* ===== IMAGE / SLIDER ===== */
.about-slider {
  width: 100%;
}

.about-slider img {
  width: 100%;
  height: 320px;
  object-fit: cover;
  border-radius: 0px;
}

/* ===============================
   TABLET (<= 991px)
================================ */
@media (max-width: 991px) {
  .margin_top_about {
    flex-wrap: wrap;
    /* 👈 stack */
  }

  .margin_top_about .col-lg-5,
  .margin_top_about .col-lg-7 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  /* 👇 IMAGE ABOVE, TEXT BELOW */
  .col-lg-7 {
    order: 1;
  }

  .col-lg-5 {
    order: 2;
  }

  .about-left {
    margin-top: 20px;
  }

  .about-left .heading1 {
    font-size: 30px;
  }

  .about-slider img {
    height: 300px;
  }
}

/* ===============================
   MOBILE (<= 600px)
================================ */
@media (max-width: 600px) {
  .about-section {
    padding: 0px 0;
  }

  .margin_top_about {
    gap: 20px;
  }

  .about-left {
    text-align: left;
    /* 👈 important */
  }

  .about-left .heading1 {
    font-size: 24px;
  }

  .about-left .heading3 {
    font-size: 16px;
  }

  .about-left .prose-lg-white {
    font-size: 14px;
  }

  .about-slider img {
    height: 220px;
    border-radius: 0px;
  }
}

/* ===================================
   EXPERIENCE SECTION
=================================== */

.our-experience-section {
  width: 100%;
  background: #ffffff;
  position: relative;
}

/* ===================================
   EACH SLIDE (STACKED SCROLL EFFECT)
=================================== */

.slide-krt {
  position: sticky;
  top: 0;
  /* height: 100vh; */
  padding: 40px 0;
  background: #ffffff;

  display: flex;
  align-items: center;
  justify-content: center;
}

/* container center */
.slide-krt .container {
  max-width: 1200px;
  margin: 0 auto;
}

.bg_ex_1 {
  background: #f0f0f0;
}

.bg_ex_2 {
  background: #d9f5fa;
}

.bg_ex_3 {
  background: #f7fbff;
}

.bg_ex_4 {
  background: #fee6fe;
}

/* ===================================
   ROW / COLUMN FIX (NO JSX CHANGE)
=================================== */

.container .top {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.top .col-lg-6,
.top .col-md-6 {
  flex: 0 0 50%;
  max-width: 50%;
  padding: 0 15px;
}

/* ===================================
   HEADING
=================================== */

.heading1 {
  width: 100%;
  font-size: 37px;
  font-weight: 700;
  color: #0b1f3a;
  margin-bottom: 0px;
  text-transform: uppercase;
}

.exp_previous {
  width: 100%;
  text-align: center;
  margin-bottom: 0px;
}

.exp_previous h3 {
  display: inline-block;
  margin: 0 12px;
  font-size: 20px;
  color: #0b1f3a;
}

.exp_previous span {
  font-weight: 700;
  font-size: 26px;
  color: #032e5d;
}

/* ===================================
   IMAGE SECTION
=================================== */

.left_img_exp_1,
.left_img_exp_2,
.left_img_exp_3 {
  position: relative;
  width: 100%;
}

.left_img_exp_1 img,
.left_img_exp_2 img,
.left_img_exp_3 img {
  width: 100%;
  height: 320px;
  object-fit: cover;
  border-radius: 0px;
}

/* number badge */

.exp-box {
  position: absolute;
  top: 20px;
  right: 20px;
  background: #032e5d;
  color: #fff;
  font-size: 28px;
  font-weight: 700;
  padding: 10px 20px;
  border-radius: 8px;
}

.box-bg-1 {
  background: #ff6a00;
}

/* ===================================
   RIGHT CONTENT
=================================== */

.right_content_part_1,
.right_content_part_2,
.right_content_part_3 {
  padding-left: 30px;
}

.right_content_part_1 h3,
.right_content_part_2 h3,
.right_content_part_3 h3 {
  font-size: 26px;
  font-weight: 600;
  color: #0b1f3a;
  margin-bottom: 0px;
}

/* ===================================
   RESPONSIVE
=================================== */

@media (max-width: 991px) {
  .slide-krt {
    position: relative;
    height: auto;
    padding: 0px 0;
  }

  .top .col-lg-6,
  .top .col-md-6 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .right_content_part_1,
  .right_content_part_2,
  .right_content_part_3 {
    padding-left: 0;
    margin-top: 0px;
  }

  .left_img_exp_1 img,
  .left_img_exp_2 img,
  .left_img_exp_3 img {
    height: 320px;
  }

  .heading1 {
    font-size: 32px;
  }
}

@media (max-width: 767px) {
  .heading1 {
    font-size: 26px;
  }

  .exp_previous h3 {
    display: block;
    margin-bottom: 0px;
  }

  .left_img_exp_1 img,
  .left_img_exp_2 img,
  .left_img_exp_3 img {
    height: 240px;
  }

  .prose-lg {
    font-size: 15px;
  }

  .exp-box {
    font-size: 22px;
  }
}

@media (max-width: 480px) {
  .left_img_exp_1 img,
  .left_img_exp_2 img,
  .left_img_exp_3 img {
    height: 210px;
  }
  .new-hero-gradient {
    font-size: 3rem !important;
  }
}

/* ===================================
   MOBILE LEFT ALIGN FIX
=================================== */
/* ===============================
   MOBILE SIDE PADDING FIX
================================ */
@media (max-width: 600px) {
  /* main section padding */
  .our-experience-section {
    padding: 0 0px;
    /* 👈 left right space */
  }

  /* each slide inner spacing */
  .slide-krt {
    padding: 20px 0px;
  }

  /* container override (important) */
  .slide-krt .container {
    padding: 0;
    /* avoid double padding */
  }

  /* content spacing */
  .container .top {
    padding: 0 5px;
  }
}

/* ===================================
   MAP AREA
=================================== */

.map-timeline {
  position: relative;
  margin-top: 80px;
  text-align: center;
  overflow: visible;
}

.map-timeline img.bottom {
  width: 100%;
  max-width: 1000px;
  height: auto;
  opacity: 0.9;
  display: block;
  margin: 0 auto;
}

.head-quarter {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}

/* ===================================
   PIN BUTTONS
=================================== */

.hq-pin {
  position: absolute;
  cursor: pointer;
  font-size: 13px;
  font-weight: 600;
  color: #032e5d;
  background: #ffffff;
  padding: 5px 12px;
  border-radius: 20px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  transition:
    background 0.25s ease,
    color 0.25s ease;
  white-space: nowrap;
  z-index: 3;
  display: inline-block;
}

.hq-pin:hover {
  background: #032e5d;
  color: #fff;
}

/* Active pin (has open tooltip) */
.hq-pin:has(.tooltipsss) {
  z-index: 99999;
  background: #032e5d;
  color: #fff;
}

/* ===================================
   PIN POSITIONS
=================================== */

.first {
  top: 58%;
  left: 60%;
}

.pin-dubai {
  top: 50%;
  left: 67%;
}

.pin-newyork {
  top: 40%;
  left: 22%;
}

.pin-australia {
  top: 68%;
  left: 80%;
}

.pin-belgium {
  top: 33%;
  left: 50%;
}

.pin-london {
  top: 30%;
  left: 46%;
}

.pin-wilmington {
  top: 43%;
  left: 18%;
}

/* ===================================
   TOOLTIP
=================================== */

.tooltipsss {
  position: absolute;
  bottom: calc(100% + 12px);
  left: 50%;
  transform: translateX(-50%);

  min-width: 240px;
  max-width: 300px;
  width: max-content;

  background: #ffffff;
  border-radius: 12px;
  padding: 18px 16px 14px;
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.18);

  z-index: 99999;
  cursor: default;

  animation: fadeUp 0.2s ease;
}

/* Arrow */
.tooltipsss::after {
  content: "";
  position: absolute;
  bottom: -7px;
  left: 50%;
  transform: translateX(-50%);
  border-width: 7px 7px 0 7px;
  border-style: solid;
  border-color: #fff transparent transparent transparent;
}

/* ===================================
   TOOLTIP CONTENT
=================================== */

.address-timeline h3 {
  font-size: 14px;
  font-weight: 700;
  color: #032e5d;
  margin-bottom: 10px;
  padding-right: 18px;
}

.address_timeline_add {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  margin-bottom: 10px;
}

.map_timeline_icons {
  color: #032e5d;
  margin-top: 2px;
  flex-shrink: 0;
  font-size: 13px;
}

.map_timeline_content p {
  font-size: 12.5px;
  line-height: 1.55;
  color: #444;
  margin: 0;
  white-space: normal;
}

.social_mobile_address {
  border-top: 1px solid #eee;
  padding-top: 8px;
  margin-top: 4px;
}

.social_mobile_address p {
  display: flex !important;
  align-items: center;
  gap: 7px;
  font-size: 12.5px;
  margin: 5px 0 !important;
  color: #444 !important;
  /* Reset all pin styles */
  position: static !important;
  background: transparent !important;
  box-shadow: none !important;
  padding: 0 !important;
  border-radius: 0 !important;
  cursor: default !important;
  white-space: normal !important;
  z-index: auto !important;
}

.social_mobile_address p:hover {
  background: transparent !important;
  color: #444 !important;
}

.social_mobile_address a {
  color: #032e5d;
  text-decoration: none;
  font-weight: 500;
  font-size: 12.5px;
}

.social_mobile_address a:hover {
  text-decoration: underline;
}

/* Close X button */
.tooltipsss .fa-times {
  position: absolute !important;
  top: 8px !important;
  right: 10px !important;
  font-size: 13px;
  color: #aaa;
  cursor: pointer;
  /* Reset pin styles */
  background: transparent !important;
  box-shadow: none !important;
  padding: 0 !important;
  border-radius: 0 !important;
}

.tooltipsss .fa-times:hover {
  color: #032e5d !important;
  background: transparent !important;
}

/* ===================================
   ANIMATION
=================================== */

@keyframes fadeUp {
  from {
    opacity: 0;
    transform: translateX(-50%) translateY(8px);
  }

  to {
    opacity: 1;
    transform: translateX(-50%) translateY(0);
  }
}

/* ===================================
   RESPONSIVE
=================================== */

@media (max-width: 991px) {
  .map-timeline {
    margin-top: 40px;
  }

  .hq-pin {
    font-size: 10px;
    padding: 3px 8px;
  }

  .tooltipsss {
    min-width: 200px;
    max-width: 260px;
    padding: 14px 12px 10px;
  }
}

@media (max-width: 767px) {
  .hq-pin {
    font-size: 9px;
    padding: 2px 6px;
  }

  .tooltipsss {
    min-width: 180px;
    max-width: 220px;
    font-size: 11.5px;
  }
}

/* ===================================
   MARGIN TOP ABOUT — 3 CARDS ROW
=================================== */

/* ===================================
   CARDS
=================================== */

.address_timeline_1,
.address_timeline_2,
.address_timeline_3 {
  background: #ffffff;
  padding: 28px 24px;
  border-radius: 12px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.07);
  transition:
    transform 0.3s ease,
    box-shadow 0.3s ease;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
}

.address_timeline_1:hover,
.address_timeline_2:hover,
.address_timeline_3:hover {
  transform: translateY(-5px);
  box-shadow: 0 14px 32px rgba(0, 0, 0, 0.12);
}

/* Headings */
.address_timeline_1 h3 {
  font-size: 20px;
  font-weight: 700;
  color: #032e5d;
  margin-bottom: 10px;
}

.address_timeline_2 h3 {
  font-size: 20px;
  font-weight: 700;
  color: rgb(243, 83, 24);
  margin-bottom: 10px;
}

.address_timeline_3 h3 {
  font-size: 20px;
  font-weight: 700;
  color: rgb(4, 105, 0);
  margin-bottom: 10px;
}

.address_timeline_1 p,
.address_timeline_2 p,
.address_timeline_3 p {
  font-size: 14px;
  color: #666;
  line-height: 1.7;
  margin: 0;
}

/* ===================================
   MOBILE
=================================== */

@media (max-width: 767px) {
  .address_timeline_1,
  .address_timeline_2,
  .address_timeline_3 {
    padding: 22px 18px;
  }

  .address_timeline_1 h3,
  .address_timeline_2 h3,
  .address_timeline_3 h3 {
    font-size: 18px;
  }
}

/* video section about  */
/* ===============================
   SECTION
================================ */

/* Heading */

/* ===============================
   VIDEO CARD
================================ */

/* 👇 swipe fix overlay */

/* iframe */

/* ===============================
   SWIPER
================================ */

.video-sec-swiper .swiper-pagination {
  bottom: 0;
}

/* ===============================
   TABLET
================================ */

/* ===============================
   MOBILE
================================ */

/* ===================================
   SUCCESS PROJECT SECTION
=================================== */

.success-project {
  background: #ffffff;
  padding: 50px 0;
}

/* row spacing */
.success-project .row {
  row-gap: 0px;
}

/* ===================================
   CARD DESIGN
=================================== */

.suceess-project-item {
  background: #ffffff;
  border-radius: 8px;
  padding: 22px;
  height: 100%;

  display: flex;
  flex-direction: column;

  border: 1px solid #f0f0f0;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.06);
  transition: all 0.3s ease;
}

/* HOVER */
.suceess-project-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 14px 30px rgba(0, 0, 0, 0.12);
}

/* ===================================
   IMAGE (CENTER)
=================================== */

.suceess-project-item img {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 6px;
  margin-bottom: 16px;

  display: block;
  margin-left: auto;
  margin-right: auto;
}

/* ===================================
   CONTENT
=================================== */

.suceess-project-item h3 {
  font-size: 18px;
  font-weight: 600;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  color: #0b1f3a;
  margin-bottom: 8px;
}

/* ===================================
   BUTTON (RIGHT + ARROW FIX)
=================================== */

.suceess-project-item button {
  margin-top: auto;
  align-self: flex-end;

  background: transparent;
  border: none;
  color: #032e5d;
  font-weight: 600;
  padding: 0;

  display: inline-flex;
  align-items: center;

  cursor: pointer;
  transition: all 0.3s ease;
}

/* ICON BASE (HIDDEN) */
.suceess-project-item button i {
  margin-left: 6px;

  opacity: 0;
  transform: translateX(-6px);
  transition: all 0.3s ease;

  color: #032e5d;
}

/* SHOW ON HOVER */
.suceess-project-item button:hover i {
  opacity: 1;
  transform: translateX(4px);
}

/* OPTIONAL TEXT EFFECT */
.suceess-project-item button:hover {
  letter-spacing: 0.3px;
}

/* ===================================
   COLUMN FIX (BOOTSTRAP SAFE)
=================================== */

.success-project .col-lg-6 {
  display: flex;
}

/* ===================================
   RESPONSIVE
=================================== */

/* tablet */
@media (max-width: 991px) {
  .success-project {
    padding: 60px 0;
  }

  .suceess-project-item img {
    height: 80px;
  }

  .suceess-project-item {
    padding: 22px;
  }
}

/* mobile */
@media (max-width: 575px) {
  .success-project {
    padding: 50px 0;
  }

  .suceess-project-item {
    padding: 18px;
  }

  .suceess-project-item img {
    height: 80px;
  }

  .suceess-project-item h3 {
    font-size: 18px;
  }
}

.success-project .row {
  display: flex;
  flex-wrap: wrap;
  row-gap: 0px;
}

.success-project .col-12,
.success-project .col-md-6,
.success-project .col-6 {
  padding: 5px;
}

/* ===================================
   TIMELINE WRAPPER
=================================== */

.tl-wrapper {
  padding: 40px 0 0px;
  background: #f2f6fb;
}

/* ===================================
   SLIDER AREA
=================================== */

.tl-slider {
  position: relative;
}

/* MAIN CONTENT BOX */

.tl-slider-wrap {
  border: 2px solid #2a6fb3;
  background: #ffffff;

  max-width: 900px;
  /* FIXED WIDTH */
  width: 90%;
  /* responsive */
  margin: 0 auto;

  padding: 40px 45px;
  box-sizing: border-box;
  /* prevent extra width */
}

/* hide inactive slides */

.tl-slider-item {
  display: none;
}

.tl-slider-item.active {
  display: block;
}

/* ===================================
   DESCRIPTION AREA
=================================== */

.tl-slider-description-inner {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.tl-slider-description-item {
  display: flex;
  align-items: center;
  gap: 35px;
}

.tl-slider-photo img {
  max-width: 100px;
  height: auto;
  object-fit: contain;
}

.tl-slider-description p {
  font-size: 16px;
  line-height: 1.7;
  color: #333;
  margin: 0;
  max-width: 520px;
}

/* ===================================
   PAGER WRAPPER
=================================== */

.tl-pager {
  margin-top: 40px;
}

/* ===================================
   PAGER WRAPPER FIXED
=================================== */

.tl-pager {
  margin-top: 40px;
}

.tl-pager-inner {
  max-width: 1100px;
  margin: 0 auto;

  display: flex;
  justify-content: center;
  align-items: center;
  /* IMPORTANT FIX */
  gap: 16px;

  flex-wrap: nowrap;
  /* PREVENT DOWN SHIFT */
}

/* last box alignment fix */

.tl-pager-item-last {
  width: 170px;
  height: 115px;
  background: #f1f3f6;
  color: #1d63aa;
  font-size: 17px;
  font-weight: 600;

  display: flex;
  align-items: center;
  justify-content: center;

  padding: 15px;
  text-align: center;

  flex-shrink: 0;
  /* prevent shrinking */
}

@media (max-width: 767px) {
  .tl-pager-inner {
    justify-content: flex-start;
    overflow-x: auto;
    padding-bottom: 10px;
  }

  .tl-pager-item,
  .tl-pager-item-last {
    flex: 0 0 auto;
  }
}

/* ===================================
   BASE STYLE
=================================== */

.tl-pager-item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;

  background: #e9eff6;
  color: #2a6fb3;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
  border-radius: 3px;
}

.tl-divider {
  width: 28px;
  height: 2px;
  background: #2a6fb3;
  margin: 6px auto;
}

/* ===================================
   SIZE PROGRESSION
=================================== */

.item_1 {
  width: 85px;
  height: 65px;
  font-size: 17px;
  opacity: 0.6;
}

.item_2 {
  width: 105px;
  height: 80px;
  font-size: 18px;
  opacity: 0.7;
}

.item_3 {
  width: 115px;
  height: 90px;
  font-size: 18px;
  opacity: 0.8;
}

.item_4 {
  width: 130px;
  height: 100px;
  font-size: 19px;
}

.item_5 {
  width: 140px;
  height: 110px;
  font-size: 19px;
}

.item_6 {
  width: 130px;
  height: 115px;
  font-size: 19px;
}

.item_7 {
  width: 115px;
  height: 120px;
  font-size: 21px;
}

/* last block */

.tl-pager-item-last {
  width: 170px;
  height: 125px;
  background: #f1f3f6;
  color: #1d63aa;
  font-size: 17px;
  font-weight: 600;
  display: flex;
  align-items: center;
  padding: 15px;
  text-align: left;
}

/* ===================================
   ACTIVE STATE
=================================== */

.tl-pager-item.active {
  background: #1d63aa;
  color: #ffffff;
  transform: translateY(-4px);
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.12);
}

/* hover */

.tl-pager-item:hover {
  transform: translateY(-3px);
}

/* ===================================
   RESPONSIVE
=================================== */

@media (max-width: 991px) {
  .tl-slider-wrap {
    padding: 30px;
    width: 92%;
  }

  .tl-slider-description-item {
    gap: 20px;
  }

  .tl-slider-photo img {
    max-height: 50px;
  }

  .item_1,
  .item_2,
  .item_3,
  .item_4,
  .item_5,
  .item_6,
  .item_7 {
    width: 85px;
    height: 65px;
    font-size: 15px;
  }

  .tl-pager-item-last {
    width: 130px;
    height: 65px;
    font-size: 14px;
  }
}

@media (max-width: 767px) {
  .tl-slider-wrap {
    padding: 25px;
  }

  .tl-slider-description-item {
    flex-direction: column;
    text-align: center;
  }

  .tl-slider-description p {
    font-size: 15px;
    max-width: 100%;
  }

  .tl-pager-inner {
    justify-content: flex-start;
    overflow-x: auto;
    flex-wrap: nowrap;
    padding-bottom: 10px;
  }

  .tl-pager-item,
  .tl-pager-item-last {
    flex: 0 0 auto;
  }
}

/* ===================================
   BUILDING TRUST SECTION
=================================== */

.building-trust {
  padding: 90px 0;
  background: #f4ecec;
}

/* container alignment */
.building-trust .container {
  max-width: 1200px;
  margin: 0 auto;
}

/* row vertical alignment */
.building-trust .row {
  align-items: center;
}

/* ===================================
   VIDEO SIDE
=================================== */

.truested-video {
  width: 100%;
  position: relative;
}

.truested-video iframe {
  width: 100%;
  height: 360px;
  border: none;
  border-radius: 0px;
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.08);
}

/* ===================================
   CONTENT SIDE
=================================== */

.truested-content {
  padding-left: 40px;
}

.truested-content h3 {
  font-size: 30px;
  font-weight: 700;
  color: #0b1f3a;
  margin-bottom: 20px;
  line-height: 1.3;
}

.truested-content .prose-lg {
  color: #555;
  line-height: 1.7;
  margin-bottom: 0;
}

/* ===================================
   TABLET
=================================== */

@media (max-width: 991px) {
  .building-trust {
    padding: 70px 0;
  }

  .truested-video iframe {
    height: 300px;
  }

  .truested-content {
    padding-left: 20px;
  }

  .truested-content h3 {
    font-size: 26px;
  }
}

/* ===================================
   MOBILE FULL WIDTH VIDEO
=================================== */

@media (max-width: 767px) {
  .building-trust {
    padding: 50px 0;
  }

  /* video full width */
  .truested-video {
    width: 100vw;
    margin-left: calc(-50vw + 50%);
    margin-bottom: 30px;
  }

  .truested-video iframe {
    width: 100vw;
    max-width: 100vw;
    height: 220px;
    border-radius: 0;
    box-shadow: none;
  }

  /* content below video */
  .truested-content {
    padding-left: 0;
    text-align: left;
  }

  .truested-content h3 {
    font-size: 22px;
  }
}

/* ===================================
   SMALL MOBILE
=================================== */

@media (max-width: 480px) {
  .truested-video iframe {
    height: 200px;
  }
}

/* ===================================
   SERVICE MAP WRAPPER
=================================== */

.sm-wrapper .container {
  max-width: 1200px;
  margin: 0 auto;
}

/* ===================================
   GRID LAYOUT
=================================== */

/* ===================================
   COMMON CARD
=================================== */

/* ===================================
   MAIN LEFT CARD
=================================== */

/* ===================================
   BACKGROUND IMAGE
=================================== */

/* hover zoom */

/* ===================================
   TITLE STRIP (BLUE BAR)
=================================== */

/* ===================================
   SERVICE BACKGROUND IMAGES
   (example — replace paths)
=================================== */

/* ===================================
   RESPONSIVE
=================================== */

/* laptop */

/* tablet */

/* mobile */
@media (max-width: 576px) {
  .new-btn-connect,
  .new-btn-outline {
    font-size: 12px !important;
  }
}

/* ===================================
   QUOTATION SECTION
=================================== */

.pimcore_area_quotation {
  background: #f5f8fc;
  padding: 10px 0;
}

.qe-wrapper {
  display: flex;
  align-items: center;
  gap: 0px;
  background: #ffffff;
  padding: 20px;
  border-radius: 0px;
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.06);
}

/* ===================================
   AUTHOR (LEFT SIDE)
=================================== */

.qe-author {
  flex: 0 0 260px;
  text-align: center;
}

.qe-author-img img {
  width: 280px;
  height: 240px;
  border-radius: 50%;
  object-fit: cover;
  border: 6px solid #eef3f8;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
}

.qe-author-info {
  margin-top: 18px;
}

.qe-author-name {
  font-size: 20px;
  font-weight: 600;
  color: #0b3b75;
  text-decoration: none;
}

.qe-author-position p {
  margin: 10px 100px 0;
  font-size: 14px;
  color: #6b7280;
}

/* ===================================
   QUOTE AREA (RIGHT SIDE)
=================================== */

.qe-quote {
  margin: 0;
  padding: 0;
  border: none;
  position: relative;
  flex: 1;
}

.qe-quote-text {
  font-size: 17px;
  line-height: 1.8;
  color: #333;
  position: relative;
  padding-left: 30px;
}

/* quote icon */

.qe-quote-text::before {
  content: "“";
  position: absolute;
  left: -5px;
  top: -15px;
  font-size: 70px;
  color: #2a6fb3;
  opacity: 0.15;
}

/* ===================================
   RESPONSIVE
=================================== */

@media (max-width: 991px) {
  .qe-wrapper {
    flex-direction: column;
    text-align: center;
    gap: 35px;
    padding: 0px 25px;
  }

  .qe-author {
    flex: unset;
  }

  .qe-quote-text {
    padding-left: 0;
  }

  .qe-quote-text::before {
    left: 50%;
    transform: translateX(-50%);
  }
}

@media (max-width: 576px) {
  .pimcore_area_quotation {
    padding: 10px 0;
  }

  .qe-author-img img {
    width: 100%;
    height: 100%;
  }

  .qe-quote-text {
    font-size: 15px;
  }
}

/* ===================================
   PRODUCTIVITY SECTION
=================================== */

.productivity {
  padding: 40px 0;
  background: #f7f9fc;
  position: relative;
}

/* inner content wrapper */
.productivity .container > div {
  background: #ffffff;
  padding: 45px 50px;
  border-radius: 0px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
}

/* spacing control */
.productivity p.prose-lg {
  margin-bottom: 18px;
}

.productivity ul {
  margin-bottom: 35px;
}

/* subtle separation between blocks */
.productivity ul + p.prose-lg {
  margin-top: 10px;
}

/* ===================================
   RESPONSIVE
=================================== */

@media (max-width: 991px) {
  .productivity {
    padding: 70px 0;
  }

  .productivity .container > div {
    padding: 35px 30px;
  }
}

@media (max-width: 767px) {
  .productivity {
    padding: 50px 0;
  }

  .productivity .container {
    padding: 0 15px;
  }

  .productivity .container > div {
    padding: 25px 20px;
    border-radius: 10px;
  }
}

/* ===============================
   PARTNER SUPPORT SECTION
================================ */

.partner-support {
  padding: 30px 0;
  background: linear-gradient(135deg, #0b3b75, #1d63aa);
}

/* MAIN ROW FIX */
.partner-support-user {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
}

/* LEFT */
.partner-logo {
  display: flex;
  align-items: center;
}

.partner-logo img {
  max-width: 200px;
  height: auto;
}

/* RIGHT */
.partner-heading {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 16px;
}

.partner-heading h3 {
  font-size: 26px;
  font-weight: 600;
  color: #fff;
  margin: 0;
}

/* BUTTON */
.partner-heading button {
  background: #fff;
  color: #0b3b75;
  border: none;
  padding: 12px 28px;
  border-radius: 6px;
  font-weight: 600;
  cursor: pointer;
  transition: 0.3s;
  width: fit-content;
}

.partner-heading button:hover {
  transform: translateY(-2px);
  background: #e8eef6;
}

/* ===============================
   RESPONSIVE FIX
================================ */

@media (max-width: 991px) {
  .partner-support-user {
    flex-direction: column;
    /* 🔥 MAIN FIX */
    text-align: center;
    gap: 20px;
  }

  .partner-heading {
    align-items: center;
  }

  .partner-heading h3 {
    font-size: 22px;
  }
}

@media (max-width: 576px) {
  .partner-support {
    padding: 40px 15px;
  }

  .partner-heading h3 {
    font-size: 18px;
  }

  .partner-heading button {
    padding: 10px 22px;
    font-size: 14px;
  }
}

/* ===============================
   OUR SERVICES SECTION
================================ */

.os-section {
  padding: 40px 80px;
  background-color: rgba(0, 0, 0, 1);
}

/* Grid */

/* Card */
.os-card {
  position: relative;
  height: 241px;
  overflow: hidden;
  background: #000;
  cursor: pointer;
}

/* Background image */
.os-bg-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s ease;
}

/* Front content */
.os-front {
  position: absolute;
  inset: 0;
  padding: 32px;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0.6),
    rgba(0, 0, 0, 0.25)
  );
}

/* Hover content */
.os-hover {
  position: absolute;
  inset: 0;
  padding: 32px;
  z-index: 3;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background: rgba(0, 0, 0, 0.6);
  color: #fff;
  opacity: 0;
  transform: translateY(20px);
  transition: all 0.4s ease;
}

/* Label */
.os-label {
  font-size: 12px;
  letter-spacing: 1px;
  font-weight: 600;
  opacity: 0.8;
  color: #ffffff;
}

/* Title */
.os-title {
  margin-top: 12px;
  font-size: 18px;
  line-height: 1.3;
  color: #ffffff;
}

/* Description */
.os-description {
  font-size: 13px;
  line-height: 1.6;
  color: #d1d5db;
}

/* Expand link */
.os-expand {
  font-weight: 600;
  color: #fff;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  align-self: flex-end;
  cursor: pointer;
  font-size: 12px;
}

.os-expand span {
  font-size: 18px;
}

.os-expand:hover,
.os-expand:hover span {
  color: #ffffff;
}

/* Hover effects — desktop only */
.os-card:hover .os-bg-image {
  transform: scale(2);
}

.os-card:hover .os-hover {
  opacity: 1;
  transform: translateY(0);
}

/* Mobile slider — hide by default */

/* ===============================
   RESPONSIVE — 1200px
================================ */

/* ===============================
   RESPONSIVE — 900px
================================ */

@media (max-width: 900px) {

  .os-section {
    padding: 30px 40px;
  }
}

/* ===============================
   MOBILE — 600px
================================ */

@media (max-width: 600px) {
  .os-section {
    padding: 30px 0;
  }

  /* Desktop grid hide */

  /* Mobile slider show */

  /* Slide Card — 85% width taaki side peek kare */

  /* Front — default visible */

  /* Hover — default hidden */

  /* Active card — front hide, hover show */

  /* Active card image zoom */

  /* DOTS */
  .os-dots {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    padding: 12px 0 5px 0;
  }

  .os-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.3);
    cursor: pointer;
    transition: all 0.3s ease;
  }

  .os-dot.active {
    background: #fff;
    width: 22px;
    border-radius: 4px;
  }
}
/* Fix: collapse os-section to visible content height on mobile */

@media (max-width: 1024px) {
  .os-section {
    height: auto !important;

    min-height: unset !important;
  }
}
/* achievement section  */
.ade3-section {
  background: #000;
  padding: 40px 80px;
}

.ade3-container {
  margin: auto;
}

/* ---------- ROW 1 ---------- */
.ade3-row1 {
  display: grid;
  grid-template-columns: 2fr 1fr;
  border-top: 1px solid #e3e3e3;
  border-left: 1px solid #e3e3e3;
}

/* LEFT TEXT */
.ade3-text {
  padding: 60px;
  background-color: #fff;
  border-right: 1px solid #e3e3e3;
  border-bottom: 1px solid #e3e3e3;
  display: flex;
  align-items: center;
}

.ade3-text h2 {
  font-size: 44px;
  line-height: 1.25;
  color: #000;
  font-weight: 600;
}

.ade3-text span {
  color: #032e5d;
  font-weight: 700;
}

/* ---------- ROW 2 ---------- */
.ade3-row2 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-left: 1px solid #e3e3e3;
}

/* BOX STYLE */
.ade3-box {
  padding: 40px;
  background-color: #fff;
  border-right: 1px solid #e3e3e3;
  border-bottom: 1px solid #e3e3e3;
}

/* NUMBER */
.ade3-box h3 {
  font-size: 48px;
  font-weight: 700;
  margin-bottom: 10px;
  color: #000;
}

/* TEXT */
.ade3-title {
  color: #032e5d;
  font-weight: 600;
  margin-bottom: 4px;
}

.ade3-desc {
  color: #000;
  font-size: 15px;
}

/* ========================= */
/* ===== TABLET VIEW ======= */
/* ========================= */

@media (max-width: 1024px) {
  .ade3-section {
    padding: 40px 40px;
  }

  .ade3-row1 {
    grid-template-columns: 1fr;
  }

  .ade3-text {
    padding: 40px;
  }

  .ade3-text h2 {
    font-size: 36px;
  }

  .ade3-row2 {
    grid-template-columns: repeat(2, 1fr);
  }

  .ade3-box {
    padding: 30px;
  }

  .ade3-box h3 {
    font-size: 40px;
  }
}

/* ========================= */
/* ===== MOBILE VIEW ======= */
/* ========================= */

@media (max-width: 600px) {
  .ade3-section {
    padding: 30px 20px;
  }

  .ade3-text {
    padding: 30px 20px;
    text-align: left;
  }

  .ade3-text h2 {
    font-size: 26px;
    line-height: 1.3;
  }

  .ade3-row2 {
    grid-template-columns: 1fr;
  }

  .ade3-box {
    padding: 25px 20px;
  }

  .ade3-box h3 {
    font-size: 32px;
  }

  .ade3-title {
    font-size: 14px;
  }

  .ade3-desc {
    font-size: 14px;
  }
}

@media (max-width: 600px) {
  .ade3-row2 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
}

/* office locations section */
.office-locations-section {
  background: #fff;
  color: #050505;
  padding: 80px 42px;
}

.office-locations-container {
  max-width: 1180px;
  margin: 0 auto;
}

.office-locations-eyebrow {
  color: #032e5d;
  font-size: 20px;
  font-weight: 800;
  line-height: 1;
  margin: 0 0 10px;
}

.office-locations-container h2 {
  color: #050505;
  font-size: clamp(2rem, 5vw, 3rem);
  font-weight: 800;
  letter-spacing: 0;
  line-height: 1.05;
  margin: 0 0 26px;
}

.office-locations-tabs {
  align-items: flex-end;
  border-bottom: 1px solid #d9d9d9;
  display: flex;
  flex-wrap: wrap;
  gap: 28px;
  margin-bottom: 14px;
}

.office-locations-tab {
  appearance: none;
  background: transparent;
  border: 0;
  color: #050505;
  cursor: pointer;
  font-size: clamp(20px, 3vw, 24px);
  font-weight: 800;
  letter-spacing: 0;
  line-height: 1.1;
  padding: 0 0 12px;
  position: relative;
}

.office-locations-tab::after {
  background: #032e5d;
  bottom: -3px;
  content: "";
  height: 5px;
  left: 0;
  position: absolute;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 180ms ease;
  width: 100%;
}

.office-locations-tab.active::after,
.office-locations-tab:hover::after {
  transform: scaleX(1);
}

.office-locations-count {
  color: #050505;
  font-size: 18px;
  font-weight: 800;
  margin: 0 0 24px;
}

.office-locations-showcase {
  align-items: center;
  display: grid;
  gap: 34px;
  grid-template-columns: minmax(0, 1fr) 1px minmax(300px, 0.82fr);
  margin: 0 auto;
  max-width: 1040px;
}

.office-locations-map-wrap {
  min-width: 0;
  width: 100%;
}

.office-locations-map {
  aspect-ratio: 681 / 366;
  background-image: url("/assets/images/Common/global_map.webp");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: relative;
  width: 100%;
}

.office-locations-map-asia {
  background-image: url("/assets/images/Common/indiaInWorld.webp");
}

.office-locations-map-north-america {
  background-image: url("/assets/images/Common/NorthAmericaInWorld.webp");
}

.office-locations-divider {
  align-self: stretch;
  background: linear-gradient(
    180deg,
    rgba(3, 46, 93, 0),
    rgba(3, 46, 93, 0.28),
    rgba(3, 46, 93, 0)
  );
  min-height: 260px;
}

.office-locations-contact-card {
  background: #f7fbff;
  border: 1px solid #dce8f4;
  border-radius: 8px;
  box-shadow: 0 18px 42px rgba(3, 46, 93, 0.08);
  padding: 32px;
}

.office-locations-contact-card span {
  color: #032e5d;
  display: block;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.1em;
  margin-bottom: 12px;
  text-transform: uppercase;
}

.office-locations-contact-card h3 {
  color: #050505;
  font-size: 28px;
  font-weight: 800;
  line-height: 1.15;
  margin: 0 0 14px;
}

.office-locations-contact-card p {
  color: #4f5f70;
  font-size: 16px;
  line-height: 1.65;
  margin: 0 0 24px;
}

.office-locations-contact-btn {
  align-items: center;
  background: #032e5d;
  border-radius: 8px;
  color: #fff;
  display: inline-flex;
  font-size: 14px;
  font-weight: 800;
  justify-content: center;
  letter-spacing: 0.02em;
  min-height: 48px;
  padding: 13px 24px;
  text-decoration: none;
  text-transform: uppercase;
  transition:
    background 180ms ease,
    transform 180ms ease;
}

.office-locations-contact-btn:hover {
  background: #064985;
  color: #fff;
  transform: translateY(-1px);
}

.office-map-pin {
  align-items: center;
  appearance: none;
  background: transparent;
  border: 0;
  cursor: pointer;
  display: block;
  height: 18px;
  left: 0;
  padding: 0;
  position: absolute;
  top: 0;
  transform: translate(-9px, -9px);
  width: 18px;
  z-index: 2;
}

.office-map-pin-dot {
  background: #4b8fc3;
  border: 2px solid #fff;
  border-radius: 50%;
  box-shadow: 0 0 0 1.5px #032e5d, 0 8px 18px rgba(0, 0, 0, 0.16);
  display: block;
  height: 14px;
  left: 2px;
  position: absolute;
  top: 2px;
  width: 14px;
}

.office-map-pin-dot::after {
  animation: officePinPulse 1.8s ease-out infinite;
  border: 1.5px solid #032e5d;
  border-radius: 50%;
  content: "";
  inset: -7px;
  opacity: 0.45;
  position: absolute;
}

.office-map-pin-label {
  background: #fff;
  border: 1px solid #e7e7e7;
  border-radius: 8px;
  box-shadow: 0 14px 34px rgba(0, 0, 0, 0.12);
  color: #050505;
  display: grid;
  gap: 4px;
  line-height: 1.1;
  min-width: 190px;
  max-width: 240px;
  opacity: 0;
  padding: 10px 12px;
  pointer-events: none;
  position: absolute;
  bottom: calc(100% + 14px);
  left: 50%;
  transform: translate(-50%, 8px);
  transition: opacity 160ms ease, transform 160ms ease;
  text-align: left;
  z-index: 4;
}

.office-map-pin:hover .office-map-pin-label,
.office-map-pin:focus-visible .office-map-pin-label {
  opacity: 1;
  transform: translate(-50%, 0);
}

.office-map-pin-label strong {
  font-size: 13px;
  font-weight: 800;
}

.office-map-pin-label small {
  color: #666;
  font-size: 11px;
  font-weight: 600;
}

.office-map-pin-label small:first-child {
  color: #032e5d;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.office-map-pin-label em {
  color: #555;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.35;
}

@keyframes officePinPulse {
  0% {
    opacity: 0.5;
    transform: scale(0.75);
  }

  100% {
    opacity: 0;
    transform: scale(1.7);
  }
}

@media (max-width: 900px) {
  .office-locations-section {
    padding: 60px 24px;
  }

  .office-locations-tabs {
    gap: 18px;
  }

  .office-locations-showcase {
    gap: 24px;
    grid-template-columns: 1fr;
  }

  .office-locations-divider {
    background: linear-gradient(
      90deg,
      rgba(3, 46, 93, 0),
      rgba(3, 46, 93, 0.28),
      rgba(3, 46, 93, 0)
    );
    min-height: 1px;
  }
}

@media (max-width: 560px) {
  .office-locations-section {
    padding: 44px 18px;
  }

  .office-locations-tabs {
    align-items: stretch;
    display: grid;
    gap: 10px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    padding-bottom: 12px;
  }

  .office-locations-tab {
    background: #f5f5f5;
    border-radius: 8px;
    font-size: 17px;
    padding: 12px;
    text-align: left;
  }

  .office-locations-tab::after {
    bottom: 0;
    height: 3px;
  }

  .office-locations-map-wrap {
    margin-left: 0;
    margin-right: 0;
    overflow: visible;
    padding: 8px 0 4px;
  }

  .office-locations-map {
    min-width: 0;
    width: 100%;
  }

  .office-locations-contact-card {
    padding: 24px 20px;
  }

  .office-locations-contact-card h3 {
    font-size: 24px;
  }

  .office-locations-contact-btn {
    width: 100%;
  }

}

@media (max-width: 600px) {
  /* 👇 force proper alignment */
  .ade3-row2 .ade3-box {
    min-height: 140px;
  }

  /* 👇 LAST BOX FULL WIDTH */
}

/* TABLET + MOBILE ONLY */
@media (max-width: 1024px) {
  .ade3-main-card {
    background: #2e3338;
  }

  .ade3-main-card h3 {
    color: #fff;
  }

  .ade3-main-card .ade3-title,
  .ade3-main-card .ade3-desc {
    color: #fff;
  }
}

/* INITIAL STATE (hidden) */
.ade3-animate {
  opacity: 0;
  transform: translateY(40px);
  transition: all 1.8s ease;
}

/* LEFT ANIMATION */
.ade3-left {
  transform: translateX(-60px);
}

/* RIGHT ANIMATION */
.ade3-right {
  transform: translateX(60px);
}

/* ACTIVE (visible) */
.ade3-animate.show {
  opacity: 1;
  transform: translateX(0) translateY(0);
}

/* =========================
   BRAND GRID SECTION
========================= */

.brandgrid-section {
  padding: 40px 80px;
  background: #000;
}

/* GRID */
.brandgrid-container {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}

/* ITEM */
.brandgrid-item {
  position: relative;
  overflow: hidden;
  height: 360px;
  cursor: pointer;
}

/* BACKGROUND IMAGE */
.brandgrid-item > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.6;
  transition: transform 0.6s ease;
}

/* IMAGE ZOOM */
.brandgrid-item:hover > img {
  transform: scale(1.15);
}

/* =========================
   CENTER LOGO
========================= */

.brandgrid-title {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
  transition: opacity 0.4s ease;
}

.brandgrid-title img {
  max-width: 140px;
  max-height: 100px;
  object-fit: contain;
}

/* Hide center logo on hover */
.brandgrid-item:hover .brandgrid-title {
  opacity: 0;
}

/* =========================
   OVERLAY
========================= */

.brandgrid-overlay {
  position: absolute;
  inset: 0;
  /* background: linear-gradient(135deg, #032e5d, #2e6fa7); */
  background: rgba(0, 0, 0, 0.6);
  color: #fff;

  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;

  text-align: center;
  padding: 30px;

  opacity: 0;
  transform: translateY(20px);
  transition: all 0.4s ease;
}

.brandgrid-item:hover .brandgrid-overlay {
  opacity: 1;
  transform: translateY(0);
}

/* LOGO ON OVERLAY */
.brandgrid-logo {
  height: 95px;
  width: auto;
  object-fit: contain;
  margin-bottom: 16px;
}

/* DESCRIPTION */
.brandgrid-overlay p {
  font-size: 14px;
  text-align: center;
  justify-content: center;
  line-height: 1.6;
  max-width: 260px;
  color: #f2f2f2;
}

/* ======================
   TABLET
====================== */

@media (max-width: 1024px) {
  .brandgrid-section {
    padding: 40px;
  }

  .brandgrid-container {
    grid-template-columns: repeat(2, 1fr);
  }

  /* Height badhai — content sahi dikhe */
  .brandgrid-item {
    height: 320px;
  }

  .brandgrid-logo {
    height: 80px;
    margin-bottom: 14px;
  }

  .brandgrid-overlay p {
    font-size: 13px;
    max-width: 100%;
  }

  .brandgrid-title img {
    max-width: 130px;
    max-height: 90px;
  }

  .brandgrid-overlay {
    padding: 24px;
  }
}

/* ======================
   MOBILE
====================== */

@media (max-width: 600px) {
  .brandgrid-section {
    padding: 60px 0;
  }

  .brandgrid-container {
    grid-template-columns: 1fr;
  }

  .brandgrid-item {
    height: 400px;
  }

  .brandgrid-logo {
    height: 75px;
    margin-top: 50px;
    margin-bottom: 12px;
  }

  .brandgrid-overlay p {
    font-size: 14px;
    margin-top: 40px;
    text-align: center;
    justify-content: center;
    max-width: 100%;
  }

  .brandgrid-title img {
    max-width: 120px;
    max-height: 80px;
  }

  /* Active card pe image zoom */
  .brandgrid-item.mobile-active > img {
    transform: scale(1.15);
  }

  /* Active card pe logo hide */
  .brandgrid-item.mobile-active .brandgrid-title {
    opacity: 0;
  }

  /* Active card pe overlay show */
  .brandgrid-item.mobile-active .brandgrid-overlay {
    opacity: 1;
    transform: translateY(0);
  }
}

/* ========================= */
/* OUR CLIENT SECTION */
/* ========================= */
/* ===== HOME CLIENT AREA ===== */
.homeclientarea {
  position: relative;
  padding: 60px 65px;
  background: url("/assets/images/client-bg.webp") center/cover no-repeat;
  color: #fff;
}

.homeclientarea::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.45);
  z-index: 1;
}

/* ===== HEADING AREA ===== */
.homeclientportion {
  text-align: center;
  position: relative;
  z-index: 3;
  color: #fff;
  margin-bottom: 35px;
}

.homeclientportion .underline {
  font-size: 13px;
  letter-spacing: 2px;
  text-transform: uppercase;
  border-bottom: 2px solid #ff6a00;
  display: inline-block;
  margin-bottom: 10px;
}

.homeclientportion h2 {
  color: #fff;
  text-align: center;
  margin: 10px auto 15px;
  max-width: 850px;
  font-size: 32px;
  font-weight: 600;
  line-height: 1.3;
  letter-spacing: 0.3px;
  position: relative;
}

.homeclientportion h2::after {
  content: "";
  width: 200px;
  height: 3px;
  background: #fff;
  display: block;
  margin: 8px auto 0;
  border-radius: 2px;
}

.homeclientportion p {
  color: #fff;
  font-size: 16px;
  line-height: 1.6;
  text-align: center;
  /* max-width: 700px; */
  margin: 10px auto 0;
  font-weight: 400;
}

/* ===== CLIENT GRID ===== */
.clientouter {
  display: flex;
  gap: 16px;
  justify-content: space-between;
  position: relative;
  z-index: 3;
}

.clientouter .inner {
  flex: 1;
  min-width: 0;
}

/* Region title */
.clientouter .inner > span {
  display: block;
  background: rgba(0, 0, 0, 0.55);
  padding: 12px 0;
  text-align: center;
  font-weight: 600;
  letter-spacing: 1px;
  margin-bottom: 14px;
  font-size: 13px;
}

/* Cards grid */
.cards {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
}

/* Card */
.card {
  background: #fff;
  height: 75px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
  transition:
    transform 0.3s ease,
    box-shadow 0.3s ease;
  border-radius: 4px;
}

.card img {
  max-width: 85%;
  max-height: 55px;
  object-fit: contain;
}

/* Desktop hover */
.card:hover {
  transform: translateY(-3px);
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.3);
}

/* Mobile scroll hover (JS se add hogi class) */
.card.hovered {
  transform: translateY(-3px);
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.3);
}

/* ========================= */
/* ===== TABLET 1024px ===== */
/* ========================= */

@media (max-width: 1024px) {
  .homeclientarea {
    padding: 50px 40px;
  }

  .homeclientportion h2 {
    font-size: 28px;
  }

  .homeclientportion p {
    font-size: 15px;
  }

  .clientouter {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
  }

  .clientouter .inner {
    flex: 0 0 calc(48% - 10px);
    min-width: 280px;
  }

  .clientouter .inner:last-child {
    flex: 0 0 calc(48% - 10px);
    min-width: 280px;
  }

  /* 4 column se 2 column — cards bade dikhenge */
  .cards {
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
  }

  .card {
    height: 80px;
    /* thoda bada */
  }

  .card img {
    max-width: 85%;
    max-height: 55px;
  }
}

/* ========================= */
/* ===== MOBILE 768px ====== */
/* ========================= */
@media (max-width: 768px) {
  .homeclientarea {
    padding: 40px 20px;
  }

  .homeclientportion h2 {
    font-size: 24px;
  }

  .homeclientportion p {
    font-size: 14px;
    padding: 0 10px;
  }

  .clientouter {
    flex-direction: column;
    gap: 20px;
  }

  .cards {
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
  }

  .card {
    height: 65px;
    padding: 8px;
  }

  .card img {
    max-width: 80%;
    max-height: 45px;
  }
}

/* ========================= */
/* ===== MOBILE 480px ====== */
/* ========================= */
@media (max-width: 480px) {
  .homeclientarea {
    padding: 30px 15px;
  }

  .homeclientportion h2 {
    font-size: 20px;
  }

  .homeclientportion p {
    font-size: 13px;
  }

  .cards {
    grid-template-columns: repeat(2, 1fr);
    gap: 8px;
  }

  .card {
    height: 60px;
    padding: 6px;
  }

  .card img {
    max-width: 80%;
    max-height: 38px;
  }
}

/* =========================
   SERV TABS SECTION
========================= */

.servtabs-section {
  background: #000;
  padding: 40px 80px;
}

.servtabs-wrapper {
  display: grid;
  grid-template-columns: 420px 1fr;
  background: #fff;
}

.servtabs-left {
  background:
    linear-gradient(rgba(3, 46, 93, 0.06), rgba(3, 46, 93, 0.06)),
    url("/circle-bg.svg");
  padding: 20px 0;
}

.servtabs-menu-item {
  padding: 16px 25px;
  font-weight: 800;
  font-size: 20px;
  color: #032e5d;
  cursor: pointer;
  transition: 0.3s;
}

.servtabs-menu-item:hover {
  background: rgba(3, 46, 93, 0.08);
}

.servtabs-menu-item.active {
  background: #032e5d;
  color: #fff;
}

.servtabs-right {
  padding: 40px 50px;
}

.servtabs-right h3 {
  font-size: 26px;
  margin-bottom: 10px;
  color: #000;
}

.servtabs-desc {
  color: #333;
  line-height: 1.6;
  margin-bottom: 25px;
}

.servtabs-list {
  display: grid;
  margin-top: 20px;
  grid-template-columns: repeat(2, 1fr);
  gap: 22px 60px;
  font-size: 16px;
}

.servtabs-point {
  position: relative;
  padding-left: 18px;
  color: #032e5d;
  text-decoration: underline;
  cursor: pointer;
}

.servtabs-point::before {
  content: "";
  width: 6px;
  height: 6px;
  background: #032e5d;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 8px;
}

.servtabs-footer {
  margin-top: 25px;
  text-align: right;
}

.servtabs-btn {
  background: none;
  border: none;
  color: #032e5d;
  font-weight: 600;
  font-size: 15px;
  cursor: pointer;
  transition: 0.3s;
}

.servtabs-btn:hover {
  color: #000;
}

/* Mobile slider — default hide */
.servtabs-mobile {
  display: none;
}

/* =========================
   TABLET 1024px
========================= */

@media (max-width: 1024px) {
  .servtabs-section {
    padding: 40px;
  }

  .servtabs-wrapper {
    grid-template-columns: 1fr;
  }

  .servtabs-left {
    display: flex;
    overflow-x: auto;
    white-space: nowrap;
    padding: 10px;
    scrollbar-width: none;
  }

  .servtabs-left::-webkit-scrollbar {
    display: none;
  }

  .servtabs-menu-item {
    padding: 12px 18px;
    margin-right: 8px;
    border-radius: 4px;
    font-size: 15px;
    flex-shrink: 0;
  }

  .servtabs-right {
    padding: 30px;
  }

  .servtabs-list {
    grid-template-columns: repeat(2, 1fr);
    gap: 12px 30px;
  }
}

/* =========================
   MOBILE 600px
========================= */
@media (max-width: 600px) {
  /* desktop hide */
  .servtabs-desktop {
    display: none;
  }

  .servtabs-mobile {
    display: block;
    padding: 0 0px;
  }

  /* TOP BUTTONS */
  .servtabs-mobile-tabs {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 20px;
  }

  .servtabs-mobile-tab {
    padding: 10px 14px;
    border: 1px solid #2d7dd2;
    color: #2d7dd2;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
  }

  .servtabs-mobile-tab.active {
    background: #2d7dd2;
    color: #fff;
  }

  /* CONTENT CARD */
  .servtabs-mobile-content {
    background: #f5f5f5;
    padding: 20px;
    border: 1px solid #ddd;
  }

  .servtabs-mobile-content h3 {
    font-size: 18px;
    color: #000;
    margin-bottom: 10px;
  }

  .servtabs-mobile-content .servtabs-desc {
    font-size: 13px;
    color: #444;
    line-height: 1.6;
  }

  .servtabs-mobile-content .servtabs-list {
    grid-template-columns: 1fr;
    gap: 8px;
    margin-top: 10px;
  }

  .servtabs-mobile-content .servtabs-point {
    font-size: 13px;
  }

  .servtabs-mobile-content .servtabs-footer {
    margin-top: 15px;
  }
}

.other-services-section {
  background: #000;
  padding: 56px 80px;
}

.other-services-container {
  display: grid;
  grid-template-columns: minmax(280px, 360px) 1fr;
  gap: 28px;
  align-items: start;
}

.other-services-left h2 {
  color: #fff;
  font-size: 42px;
  line-height: 1.12;
  margin: 0;
  position: sticky;
  top: 120px;
}

.other-services-right {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}

.other-service-card {
  background: #f6f8fb;
  min-height: 220px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  padding: 28px 22px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  transition:
    transform 0.3s ease,
    background 0.3s ease,
    box-shadow 0.3s ease;
  cursor: pointer;
  outline: none;
}

.other-service-card:hover,
.other-service-card:focus-visible,
.other-service-card.is-hovered {
  transform: translateY(-6px);
  background: #ffffff;
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.18);
}

.other-service-icon {
  width: 72px;
  height: 72px;
  border-radius: 18px;
  background: linear-gradient(
    135deg,
    rgba(3, 46, 93, 0.12),
    rgba(45, 125, 210, 0.16)
  );
  display: flex;
  align-items: center;
  justify-content: center;
}

.other-service-icon img {
  width: 44px;
  height: 44px;
  object-fit: contain;
}

.other-service-card h4 {
  color: #032e5d;
  font-size: 24px;
  line-height: 1.25;
  margin: 24px 0 0;
  font-weight: 700;
}

@media (max-width: 1024px) {
  .other-services-section {
    padding: 40px;
  }

  .other-services-container {
    grid-template-columns: 1fr;
  }

  .other-services-left h2 {
    position: static;
    font-size: 34px;
  }

  .other-services-right {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 600px) {
  .other-services-section {
    padding: 28px 20px;
  }

  .other-services-left h2 {
    font-size: 28px;
  }

  .other-services-right {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .other-service-card {
    min-height: 180px;
    padding: 22px 18px;
  }

  .other-service-card h4 {
    font-size: 20px;
    margin-top: 18px;
  }
}

/* =========================
   PARTNER SECTION
========================= */

.partnersec-section {
  background: #000;
  padding: 40px 80px;
}

.partnersec-container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}

.partnersec-card {
  background: #fff;
  padding: 40px 30px;
  text-align: center;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.25);
  transition:
    transform 0.3s ease,
    box-shadow 0.3s ease;
}

.partnersec-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 14px 35px rgba(0, 0, 0, 0.35);
}

.partnersec-logo {
  height: 60px;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.partnersec-logo img {
  height: 50px;
  width: 160px;
  object-fit: contain;
}

.partnersec-card p {
  font-size: 14px;
  color: #444;
  line-height: 1.6;
}

/* Mobile slider hide */
.partnersec-mobile {
  display: none;
}

/* TABLET */
@media (max-width: 1024px) {
  .partnersec-section {
    padding: 50px 40px;
  }

  .partnersec-container {
    grid-template-columns: repeat(2, 1fr);
  }
}

/* MOBILE */
@media (max-width: 600px) {
  .partnersec-section {
    padding: 30px 0;
  }

  /* Desktop hide */
  .partnersec-desktop {
    display: none;
  }

  /* Mobile show */
  .partnersec-mobile {
    display: block;
    overflow: hidden;
  }

  .partnersec-slider {
    display: flex;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
    -webkit-overflow-scrolling: touch;
    padding: 10px 0 20px 0;
  }

  .partnersec-slider::-webkit-scrollbar {
    display: none;
  }

  .partnersec-slide-card {
    flex: 0 0 82vw;
    scroll-snap-align: center;
    background: #fff;
    border-radius: 0px;
    padding: 30px 20px;
    margin: 0 8px;
    text-align: center;
    box-shadow: 0 4px 20px rgba(255, 255, 255, 0.1);
  }

  .partnersec-slide-card:first-child {
    margin-left: 10px;
  }

  .partnersec-slide-card:last-child {
    margin-right: 10px;
  }

  .partnersec-slide-card .partnersec-logo {
    height: 55px;
    margin-bottom: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .partnersec-slide-card .partnersec-logo img {
    max-height: 45px;
    max-width: 150px;
    object-fit: contain;
  }

  .partnersec-slide-card p {
    font-size: 13px;
    color: #444;
    line-height: 1.6;
  }
}

/* COMMON ANIMATION */
.fade-animate {
  /* opacity: 0; */
  transform: translateY(40px);
  transition: all 1.8s ease;
}

.fade-left {
  transform: translateX(-150px);
}

.fade-right {
  transform: translateX(150px);
}

/* SHOW */
.fade-animate.show {
  opacity: 1;
  transform: translateX(0) translateY(0);
}

/* =========================
   HERO SECTION
========================= */

.winkhero-section {
  position: relative;
  padding: 0;
  height: 80vh;
  background: url("/assets/images/homepage/wearewinklix.webp") center/cover
    no-repeat;
  display: flex;
  align-items: center;
  color: #fff;
}

.winkhero-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.1);
}

.winkhero-container {
  position: relative;
  z-index: 2;
  width: 100%;
  padding: 0 100px;
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  align-items: center;
  gap: 40px;
}

.winkhero-left h2 {
  font-size: 140px;
  font-weight: 100;
  line-height: 0.9;
  letter-spacing: -2px;
  color: rgba(255, 255, 255, 0.9);
}

.winkhero-right {
  max-width: 520px;
}

.winkhero-desc {
  font-size: 16px;
  line-height: 1.7;
  margin-bottom: 30px;
  color: rgba(255, 255, 255, 0.85);
}

.winkhero-stats {
  display: flex;
  align-items: center;
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 40px;
  padding: 20px 30px;
  backdrop-filter: blur(6px);
}

.winkhero-stat {
  display: flex;
  flex-direction: column;
  padding: 0 20px;
}

.winkhero-stat span {
  font-size: 13px;
  opacity: 0.8;
}

.winkhero-stat strong {
  font-size: 18px;
  font-weight: 600;
}

.winkhero-divider {
  width: 1px;
  height: 40px;
  background: rgba(255, 255, 255, 0.3);
}

/* TABLET */
@media (max-width: 1024px) {
  .winkhero-section {
    height: auto;
    padding: 60px 0;
  }

  .winkhero-container {
    grid-template-columns: 1fr;
    padding: 0 40px;
    gap: 25px;
  }

  .winkhero-left h2 {
    font-size: 90px;
  }

  .winkhero-right {
    max-width: 100%;
  }

  .winkhero-desc {
    font-size: 15px;
  }
}

/* MOBILE */
@media (max-width: 600px) {
  .winkhero-section {
    height: auto;
    padding: 60px 0;
  }

  .winkhero-container {
    padding: 0 20px;
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .winkhero-left h2 {
    font-size: 52px;
  }

  .winkhero-desc {
    font-size: 14px;
    margin-bottom: 20px;
  }

  .winkhero-stats {
    flex-direction: row;
    border-radius: 50px;
    padding: 20px;
    gap: 15px;
    /* align-items: flex-start; */
  }

  .winkhero-stat {
    padding: 0 0px;
  }

  .winkhero-divider {
    display: none;
  }
}

/* =========================
   AWARDS SECTION
========================= */

.winkawards-section {
  background: #fff;
  padding: 40px 80px;
}

.homeclientportionblack h2 {
  font-size: 32px;
  line-height: 1.2;
}

/* Tablet */
@media (max-width: 1024px) {
  .homeclientportionblack h2 {
    font-size: 28px;
  }
}

/* Mobile */
@media (max-width: 600px) {
  .homeclientportionblack h2 {
    font-size: 24px;
  }
}

/* DESKTOP GRID */
.winkawards-container {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  /* 🔥 FIX */
  gap: 40px 30px;
  padding-top: 20px;
}

.winkawards-item {
  text-align: center;
}

.winkawards-badge {
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 5px;
}

.winkawards-badge img {
  max-height: 220px;
  width: 100%;
  /* 🔥 FIX */
  max-width: 180px;
  /* control size */
  object-fit: contain;
}

.winkawards-name {
  font-size: 13px;
  color: #aaa;
  font-weight: 500;
  margin-bottom: 3px;
}

.winkawards-item p {
  font-size: 14px;
  color: #000;
  line-height: 1.5;
  max-width: 240px;
  margin: 0 auto;
      text-align: center;
}

/* Mobile slider hide */
.winkawards-mobile {
  display: none;
}

@media (max-width: 1200px) {
  .winkawards-section {
    padding: 40px 40px;
  }
}

/* TABLET */
@media (max-width: 1024px) and (min-width: 601px) {
  .winkawards-section {
    padding: 40px 40px;
  }

  .winkawards-container {
    grid-template-columns: repeat(2, 1fr);
    gap: 30px 20px;
  }

  .winkawards-badge {
    height: 70px;
  }

  .winkawards-badge img {
    max-height: 60px;
  }

  .winkawards-item p {
    max-width: 220px;
    font-size: 13px;
  }
}

/* MOBILE */
@media (max-width: 600px) {
  .winkawards-section {
    padding: 30px 20px;
  }

  /* Desktop hide */
  .winkawards-desktop {
    display: none;
  }

  /* Mobile show */
  .winkawards-mobile {
    display: block;
    overflow: hidden;
  }

  .winkawards-slider::-webkit-scrollbar {
    display: none;
  }

  @media (max-width: 600px) {
    .winkawards-slider {
      display: flex;
      overflow-x: auto;
      scroll-snap-type: x mandatory;
      scrollbar-width: none;
      -webkit-overflow-scrolling: touch;
      padding: 10px 0 20px 0;
      gap: 10px;
    }

    /* 👉 2 CARDS PER VIEW */
    .winkawards-slide-card {
      flex: 0 0 48%;
      scroll-snap-align: start;
      background: #fff;
      padding: 20px 10px;
      text-align: center;
      border: 1px solid #eee;
    }
  }

  .winkawards-slide-card .winkawards-badge {
    height: 90px;
    margin-bottom: 12px;
  }

  .winkawards-slide-card .winkawards-badge img {
    max-height: 80px;
    max-width: 200px;
    object-fit: contain;
  }

  .winkawards-slide-card .winkawards-name {
    font-size: 13px;
    color: #aaa;
    margin-bottom: 6px;
  }

  .winkawards-slide-card p {
    font-size: 14px;
    color: #000;
    line-height: 1.5;
    max-width: 280px;
    margin: 0 auto;
  }
}

.winkawards-dots {
  display: flex;
  justify-content: center;
  margin-top: 10px;
  gap: 6px;
}

.winkawards-dot {
  width: 6px;
  height: 6px;
  background: #ccc;
  border-radius: 50%;
}

.winkawards-dot.active {
  background: #032e5d;
}

/* COMMON */
.wink-fade {
  opacity: 0;
  transform: translateY(50px);
  transition: all 1.8s cubic-bezier(0.22, 1, 0.36, 1);
}

/* LEFT SLIDE */
.wink-left {
  transform: translateX(150px);
}

/* SHOW */
.wink-fade.show {
  opacity: 1;
  transform: translateX(0) translateY(0);
}

.winkawards-item:nth-child(1) {
  transition-delay: 0.1s;
}

.winkawards-item:nth-child(2) {
  transition-delay: 0.2s;
}

.winkawards-item:nth-child(3) {
  transition-delay: 0.3s;
}

.winkawards-item:nth-child(4) {
  transition-delay: 0.4s;
}

.winkawards-item:nth-child(5) {
  transition-delay: 0.5s;
}

.winkawards-item:nth-child(6) {
  transition-delay: 0.6s;
}

.winkawards-item:nth-child(7) {
  transition-delay: 0.7s;
}

.winkawards-item:nth-child(8) {
  transition-delay: 0.8s;
}

/* why choose winklix  */
.winkfacts-section {
  background: #edeaea;
  padding: 40px 80px;
}

.winkfacts-container {
  max-width: 1100px;
}

/* LIST */
.winkfacts-list {
  list-style: none;
  padding: 0;
  margin: 0 0 30px 0;
}

.winkfacts-list-item {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 10px;
  margin-bottom: 14px;
}

.winkfacts-list-item p {
  margin: 0;
  font-size: 15px;
  color: #444;
  line-height: 1.6;
}

.winkfacts-arrow {
  color: #032e5d;
  font-size: 18px;
  flex-shrink: 0;
  margin-top: 2px;
}

/* HEADING BELOW */

/* RESPONSIVE */
@media (max-width: 1024px) {
  .winkfacts-section {
    padding: 40px 40px;
  }
}

@media (max-width: 600px) {
  .winkfacts-section {
    padding: 30px 20px;
  }

  .winkfacts-list li {
    font-size: 14px;
  }
}

.winktrust-section {
  background: #f5f5f5;
  padding: 60px 80px;
}

.winktrust-container {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  align-items: center;
  gap: 60px;
}

/* VIDEO WRAPPER */
.winktrust-video {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 9;
  /* Clean modern ratio */
  overflow: hidden;
  border-radius: 0px;
}

/* IFRAME */
.winktrust-video iframe {
  width: 100%;
  height: 100%;
  border: 0;
  border-radius: 0px;
}

/* THUMB WRAPPER */
.youtube-thumb {
  position: relative;
  width: 100%;
  height: 100%;
  cursor: pointer;
}

/* THUMB IMAGE */
.youtube-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
  border-radius: 0px;
  transition: transform 0.4s ease;
}

/* Hover zoom effect */
.youtube-thumb:hover img {
  transform: scale(1.05);
}

/* PLAY BUTTON */
.play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 55px;
  color: #fff;
  background: rgba(0, 0, 0, 0.6);
  width: 85px;
  height: 85px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  backdrop-filter: blur(4px);
  transition: all 0.3s ease;
}

.youtube-thumb:hover .play-btn {
  background: rgba(0, 0, 0, 0.8);
  transform: translate(-50%, -50%) scale(1.1);
}

/* RIGHT CONTENT */
.winktrust-content h2 {
  font-size: 34px;
  margin-bottom: 20px;
  color: #111;
}

.winktrust-content p {
  font-size: 16px;
  color: #555;
  line-height: 1.7;
  max-width: 520px;
}

/* RESPONSIVE */
@media (max-width: 1024px) {
  .winktrust-container {
    grid-template-columns: 1fr;
    gap: 40px;
  }
}

@media (max-width: 600px) {
  .winktrust-section {
    padding: 40px 20px;
  }

  .winktrust-content h2 {
    font-size: 26px;
  }
}

/* HomePaage AI section */
.winkai-section {
  background: #000;
  color: #fff;
  padding: 40px 80px;
}

.winkai-container {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  align-items: center;
  gap: 50px;
}

/* LEFT SIDE */
.winkai-left {
  height: 520px;
  background: radial-gradient(
    circle at center,
    rgba(0, 0, 0, 0.4),
    transparent 60%
  );
  display: flex;
  align-items: flex-start;
}

.winkai-logo {
  font-size: 34px;
  font-weight: 600;
  margin-top: 20px;
}

/* RIGHT */
.winkai-subtitle {
  color: #aaa;
  font-weight: 400;
  margin-bottom: 0px;
}

.winkai-title {
  font-size: 34px;
  color: #fff;
  font-weight: 600;
  margin-bottom: 15px;
}

.winkai-desc {
  color: #ccc;
  line-height: 1.6;
  margin-bottom: 30px;
}

/* CARDS */
.winkai-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-bottom: 30px;
}

.winkai-card {
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 0px;
  padding: 20px;
  background: rgba(255, 255, 255, 0.02);
}

.winkai-card h5 {
  margin-bottom: 12px;
  font-size: 16px;
}

/* LIST */
.winkai-card ul {
  list-style: none;
  padding-left: 0;
  margin: 0;
  color: #bbb;
}

.winkai-card li {
  position: relative;
  padding-left: 22px;
  margin-bottom: 8px;
}

/* BLUE CHECK MARK */
.winkai-card li::before {
  content: "✔";
  position: absolute;
  left: 0;
  top: 0;
  font-size: 14px;
  color: #2f7df6;
  font-weight: 600;
}

/* BUTTONS */
.winkai-buttons {
  display: flex;
  gap: 15px;
}

.winkai-btn {
  padding: 12px 22px;
  border-radius: 30px;
  font-weight: 500;
  cursor: pointer;
}

.winkai-btn.primary {
  background: #fff;
  color: #000;
  border: none;
}

.winkai-btn.outline {
  background: transparent;
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.4);
}

@media (max-width: 600px) {
  .winkai-buttons {
    display: flex;
    flex-direction: column;
    /* 👈 vertical */
    gap: 10px;
  }

  .winkai-btn {
    width: 100%;
    /* 👈 full width */
    text-align: center;
  }
}

/* RESPONSIVE */
@media (max-width: 1024px) {
  .winkai-container {
    grid-template-columns: 1fr;
  }

  .winkai-cards {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 600px) {
  .winkai-section {
    padding: 40px 20px;
  }
}

.winkai-left {
  position: relative;
  height: 520px;
  overflow: hidden;
}

/* LOGO TEXT */
.winkai-logo {
  position: absolute;
  top: 20px;
  left: 20px;
  font-size: 32px;
  font-weight: 600;
  z-index: 2;
}

/* IMAGE */

/* OPTIONAL DARK OVERLAY FOR READABILITY */
.winkai-left::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1));
}

.winkai-left {
  position: relative;
  height: 520px;
  overflow: hidden;
}

/* LOGO */
.winkai-logo {
  position: absolute;
  top: 20px;
  left: 20px;
  font-size: 32px;
  font-weight: 600;
  z-index: 2;
}

/* DESKTOP VIDEO */
.winkai-video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* MOBILE IMAGE (hidden by default) */
.winkai-mobile-image {
  display: none;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* OVERLAY */
.winkai-left::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.1));
  pointer-events: none;
}

/* 📱 MOBILE OPTIMIZATION */
@media (max-width: 1024px) {
  .winkai-video {
    display: none;
    /* Hide video on mobile */
  }

  .winkai-mobile-image {
    display: block;
    /* Show image on mobile */
  }

  .winkai-left {
    height: 380px;
  }
}

/* AI SECTION ANIMATION */
.ai-animate {
  opacity: 0;
  transition: all 0.9s cubic-bezier(0.22, 1, 0.36, 1);
}

/* LEFT */
.ai-left {
  transform: translateX(-200px);
}

/* RIGHT */
.ai-right {
  transform: translateX(200px);
}

/* UP */
.ai-up {
  transform: translateY(200px);
}

/* SHOW */
.ai-animate.show {
  opacity: 1;
  transform: translateX(0) translateY(0);
}

.winkai-card:nth-child(1) {
  transition-delay: 0.2s;
}

.winkai-card:nth-child(2) {
  transition-delay: 0.4s;
}

.winkai-card:nth-child(3) {
  transition-delay: 0.6s;
}

.winkai-buttons {
  transition-delay: 0.8s;
}

/* compliance section */
/* =========================
   COMPLIANCE SECTION
========================= */

.compliance-section {
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: 80px;
  background: #000;
  color: #fff;
  padding: 40px 80px;
  align-items: start;
}

/* ================= LEFT ================= */

.compliance-left {
  position: sticky;
  top: 80px;
}

.compliance-left h2 {
  font-size: 46px;
  color: #fff;
  font-weight: 500;
  line-height: 1.2;
  margin-bottom: 20px;
}

.compliance-left p {
  color: #bdbdbd;
  max-width: 480px;
  line-height: 1.6;
}

/* LEFT ICON */
.comp-left-icon {
  width: 200px;
  height: 200px;
  background: #111;
  border-radius: 12px;

  display: flex;
  align-items: center;
  justify-content: center;

  margin-bottom: 26px;
}

.comp-left-icon img {
  width: 200px;
  height: 200px;
  object-fit: contain;
}

/* ================= RIGHT ================= */

.compliance-right {
  border-top: 1px solid rgba(255, 255, 255, 0.15);
  max-height: 85vh;
  overflow-y: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.compliance-right::-webkit-scrollbar {
  display: none;
}

.comp-item {
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
  padding: 26px 0;
}

/* HEADER */
.comp-header {
  display: flex;
  align-items: center;
  gap: 18px;
  cursor: pointer;
}

.comp-header span {
  color: #7a7a7a;
}

.comp-header h4 {
  font-size: 20px;
  font-weight: 500;
}

/* ================= CONTENT ================= */

.comp-content {
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  transition: all 0.35s ease;
}

.comp-content.show {
  max-height: 400px;
  opacity: 1;
  margin-top: 18px;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

/* ================= PILLS ================= */

.comp-pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;

  background: #1a1a1a;
  padding: 10px 16px;
  border-radius: 10px;
  font-size: 14px;
  border: 1px solid rgba(255, 255, 255, 0.08);

  white-space: nowrap;
}

/* ICON INSIDE PILL */
.comp-pill .comp-icon {
  width: 16px;
  height: 16px;
  object-fit: contain;
  flex-shrink: 0;
  opacity: 0.9;
}

/* =========================
   TABLET (<= 992px)
========================= */

@media (max-width: 992px) {
  .compliance-section {
    grid-template-columns: 1fr;
    gap: 50px;
    padding: 80px 40px;
  }

  .compliance-left h2 {
    font-size: 36px;
  }

  .compliance-left p {
    max-width: 100%;
  }
}

/* =========================
   MOBILE (<= 600px)
========================= */

@media (max-width: 600px) {
  .compliance-section {
    padding: 60px 20px;
    gap: 40px;
  }

  .compliance-left,
  .compliance-right {
    width: 100%;
  }

  .compliance-left h2 {
    font-size: 26px;
    line-height: 1.3;
  }

  .comp-header h4 {
    font-size: 16px;
  }

  .comp-content.show {
    max-height: 400px;
    gap: 10px;
  }

  .comp-pill {
    font-size: 13px;
    padding: 8px 14px;
  }

  .comp-pill .comp-icon {
    width: 14px;
    height: 14px;
  }

  .comp-left-icon {
    width: 150px;
    height: 150px;
    margin-bottom: 18px;
  }

  .comp-left-icon img {
    width: 150px;
    height: 150px;
  }
}

/* winklix digital home page section  */
.winkmarket-section {
  position: relative;
  background: #fff;
  overflow: hidden;
}

/* BACKGROUND SHAPES */
.winkmarket-section::before {
  content: "";
  position: absolute;
  right: -10%;
  top: 0;
  width: 70%;
  height: 100%;
  background: linear-gradient(120deg, #ffe600 40%, #2f7df6 80%);
  clip-path: polygon(30% 0, 100% 0, 100% 100%, 0% 100%);
  z-index: 0;
}

.winkmarket-container {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  padding: 60px 80px;
  gap: 40px;
}

/* LEFT */
.winkmarket-logo {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 20px;
}

.winkmarket-left h2 {
  font-size: 40px;
  line-height: 1.2;
  color: #032e5d;
  margin-bottom: 15px;
}

.winkmarket-left p {
  color: #555;
  line-height: 1.6;
  max-width: 420px;
  margin-bottom: 25px;
}

.winkmarket-btn {
  background: #032e5d;
  color: #fff;
  border: none;
  padding: 14px 26px;
  border-radius: 30px;
  font-weight: 600;
  cursor: pointer;
}

.winkmarket-btn:hover {
  background-color: #fff;
  color: #032e5d;
  border: 1px solid #032e5d;
}

/* RIGHT IMAGE */
.winkmarket-right img {
  width: 100%;
  max-height: 420px;
  object-fit: contain;
}

/* RESPONSIVE */
@media (max-width: 1024px) {
  .winkmarket-container {
    grid-template-columns: 1fr;
  }

  .winkmarket-right {
    order: -1;
    text-align: center;
  }
}

@media (max-width: 600px) {
  .winkmarket-container {
    padding: 40px 20px;
  }

  .winkmarket-left h2 {
    font-size: 28px;
  }
}

/* =========================
   INDUSTRIES SECTION
========================= */

.wink-industries {
  width: 100%;
  background-color: #000;
  padding-top: 40px;
  overflow: hidden;
}

/* DESKTOP WRAPPER */
.wink-industries-wrapper {
  display: flex;
  height: 520px;
}

/* CARD */
.wink-industry-card {
  position: relative;
  flex: 1;
  background-size: cover;
  background-position: center;
  cursor: pointer;
  transition: flex 0.6s ease;
  display: flex;
  align-items: flex-end;
}

/* DARK OVERLAY */
.wink-industry-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to top,
    rgba(0, 0, 0, 0.85),
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0)
  );
}

/* EXPAND ON HOVER */
.wink-industry-card:hover {
  flex: 2.5;
}

/* CONTENT */
.wink-industry-overlay {
  position: relative;
  z-index: 2;
  padding: 30px;
  color: #fff;
  width: 100%;
}

.wink-industry-overlay h3 {
  font-size: 22px;
  margin-bottom: 10px;
  color: #fff;
}

.wink-industry-desc {
  opacity: 0;
  max-height: 0;
  overflow: hidden;
  transition: all 0.4s ease;
  font-size: 14px;
  line-height: 1.5;
  color: #fff;
}

.wink-industry-card:hover .wink-industry-desc {
  opacity: 1;
  max-height: 80px;
}

.wink-arrow {
  display: inline-block;
  margin-top: 10px;
  font-size: 30px;
  font-weight: 1000;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.wink-industry-card:hover .wink-arrow {
  opacity: 1;
}

/* Mobile hide by default */
.wink-industries-mobile {
  display: none;
}

/* =========================
   TABLET 992px
========================= */

@media (max-width: 992px) and (min-width: 601px) {
  .wink-industries-wrapper {
    flex-direction: column;
    height: auto;
  }

  /* Height fix — 200px se 300px */
  .wink-industry-card {
    height: 60vh;
    /* screen ke according responsive height */
    min-height: 450px;
    /* minimum fix */
  }

  .wink-industry-card:hover {
    flex: 1;
  }

  /* Tablet pe desc aur arrow hamesha visible */
  .wink-industry-desc {
    opacity: 1;
    max-height: none;
  }

  .wink-arrow {
    opacity: 1;
  }

  .wink-industry-overlay {
    padding: 24px 30px;
  }

  .wink-industry-overlay h3 {
    font-size: 20px;
    margin-bottom: 8px;
  }

  .wink-industry-desc {
    font-size: 14px;
  }
}

@media (max-width: 600px) {
  /* Desktop hide */
  .wink-industries-desktop {
    display: none;
  }

  .wink-industries-mobile {
    display: flex;
    flex-direction: column;
  }

  /* CARD FULL WIDTH */
  .wink-industries-mobile .wink-industry-card {
    width: 100%;
    height: 420px;
    /* 👈 bada height */
    margin-bottom: 12px;
    flex: none;
  }

  /* Overlay always visible */
  .wink-industries-mobile .wink-industry-desc {
    opacity: 1;
    max-height: none;
  }

  /* Arrow default hidden */
  .wink-industries-mobile .wink-arrow {
    opacity: 0;
  }

  /* Hover / tap effect */
  .wink-industries-mobile .wink-industry-card:active .wink-arrow,
  .wink-industries-mobile .wink-industry-card:hover .wink-arrow {
    opacity: 1;
  }

  /* Better overlay gradient */
  .wink-industries-mobile .wink-industry-card::before {
    background: linear-gradient(
      to top,
      rgba(0, 0, 0, 0.95),
      rgba(0, 0, 0, 0.6),
      rgba(0, 0, 0, 0.1)
    );
  }

  .wink-industries-mobile .wink-industry-overlay {
    padding: 20px;
  }

  .wink-industries-mobile .wink-industry-overlay h3 {
    font-size: 20px;
  }

  .wink-industries-mobile .wink-industry-desc {
    font-size: 14px;
    line-height: 1.5;
  }
}

/* ===============================
  Blog Home SECTION
=================================*/
.winkres-section {
  padding: 40px 80px;
  background: #000;
}

/* ===============================
   FILTER BUTTONS
=================================*/
.winkres-filters {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 30px;
}

.winkres-filters button {
  padding: 8px 16px;
  border-radius: 25px;
  border: 1px solid #dcdcdc;
  background: #fff;
  cursor: pointer;
  font-size: 15px;
  transition: 0.25s;
}

.winkres-filters button.active {
  background: #032e5d;
  color: #fff;
  border-color: #032e5d;
}

/* ===============================
   GRID
=================================*/
.winkres-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-rows: 180px 180px;
  gap: 25px;

  grid-template-areas:
    "big1 big2 side1"
    "big1 big2 side2";
}

/* GRID AREAS */
.winkres-card:nth-child(1) {
  grid-area: big1;
}

.winkres-card:nth-child(2) {
  grid-area: big2;
}

.winkres-card:nth-child(3) {
  grid-area: side1;
}

.winkres-card:nth-child(4) {
  grid-area: side2;
}

/* ===============================
   CARD BASE
=================================*/
.winkres-card {
  background: #fff;
  border-radius: 14px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  height: 100%;
  transition: 0.3s ease;
}

/* hover effect */
.winkres-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
}

/* ===============================
   BIG CARDS
=================================*/
.winkres-card.big img {
  width: 100%;
  height: 60%;
  object-fit: cover;
}

.winkres-card.big .winkres-content {
  height: 35%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

/* ===============================
   SIDE CARDS
=================================*/
.winkres-card.side {
  flex-direction: row;
  align-items: stretch;
}

.winkres-card.side img {
  width: 42%;
  height: 100%;
  object-fit: cover;
}

.winkres-card.side .winkres-content {
  width: 58%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

/* ===============================
   CONTENT
=================================*/
.winkres-content {
  padding: 16px;
}

.winkres-content span {
  color: #032e5d;
  font-weight: 600;
  font-size: 13px;
}

.winkres-content h3 {
  font-size: 18px;
  margin: 6px 0 10px;
  color: #032e5d;
  line-height: 1.3;
}

.winkres-content a {
  font-weight: 600;
  color: #000;
  text-decoration: none;
  font-size: 14px;
}

/* ===============================
   RESPONSIVE
=================================*/
@media (max-width: 992px) {
  .winkres-grid {
    grid-template-columns: 1fr 1fr;
    grid-template-areas:
      "big1 big2"
      "side1 side2";
    grid-template-rows: auto;
  }
}

@media (max-width: 600px) {
  .winkres-section {
    padding: 1px 20px;
  }

  .winkres-grid {
    grid-template-columns: 1fr;
    grid-template-areas:
      "big1"
      "big2"
      "side1"
      "side2";
    margin-bottom: 20px;
  }

  .winkres-card.side {
    flex-direction: column;
  }

  .winkres-card.side img {
    width: 100%;
    height: 150px;
  }
}

/* ===============================
   WINKLIX CAREER SECTION
================================= */
/* =========================
   CAREER SECTION
========================= */

.winkcareer-section {
  position: relative;
  display: flex;
  width: 100%;
  min-height: 520px;
  overflow: hidden;
  background: #000;
}

.winkcareer-image {
  width: 100%;
  height: 520px;
  overflow: hidden;
  transition: width 1.2s cubic-bezier(0.22, 1, 0.36, 1);
}

.winkcareer-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.winkcareer-content {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 42%;
  background: #000;
  color: #fff;
  padding: 60px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  opacity: 0;
  transform: translateX(80px);
  transition: all 1.2s cubic-bezier(0.22, 1, 0.36, 1);
}

.winkcareer-tag {
  font-size: 13px;
  letter-spacing: 2px;
  margin-bottom: 20px;
  color: #aaa;
}

.winkcareer-content h2 {
  font-size: 40px;
  color: #fff;
  line-height: 1.2;
  margin-bottom: 16px;
  font-weight: 600;
}

.winkcareer-content p {
  font-size: 16px;
  line-height: 1.6;
  color: #ccc;
  max-width: 480px;
  margin-bottom: 30px;
}

.winkcareer-btn {
  background: #032e5d;
  color: #fff;
  border: none;
  padding: 14px 28px;
  font-size: 15px;
  cursor: pointer;
  border-radius: 50px;
  font-weight: 600;
  width: fit-content;
}

.winkcareer-btn:hover {
  background: #fff;
  color: #032e5d;
  border: 1px solid #032e5d;
}

/* Scroll animation */
.winkcareer-section.shrink .winkcareer-image {
  width: 58%;
}

.winkcareer-section.shrink .winkcareer-content {
  opacity: 1;
  transform: translateX(0);
}

/* TABLET */
@media (max-width: 992px) {
  .winkcareer-section {
    flex-direction: column;
    min-height: auto;
  }

  .winkcareer-image {
    width: 100% !important;
    height: 320px;
  }

  .winkcareer-content {
    position: relative;
    width: 100%;
    opacity: 1 !important;
    transform: none !important;
    padding: 40px;
  }

  .winkcareer-content h2 {
    font-size: 30px;
  }
}

/* MOBILE */
@media (max-width: 576px) {
  .winkcareer-image {
    height: 250px;
  }

  .winkcareer-content {
    padding: 30px 20px;
  }

  .winkcareer-content h2 {
    font-size: 22px;
  }

  .winkcareer-content p {
    font-size: 14px;
    margin-bottom: 20px;
  }

  .winkcareer-btn {
    font-size: 14px;
    padding: 12px 24px;
  }
}

/* =========================
   CONTACT FORM SECTION
========================= */

.ice-contact-section {
  background: linear-gradient(
    to bottom,
    #000 0%,
    #000 60%,
    #032e5d 60%,
    #032e5d 100%
  );
  padding: 40px 90px;
}

.ice-contact-container {
  max-width: 1200px;
  margin: auto;
  display: grid;
  grid-template-columns: 1fr 1.15fr;
  gap: 100px;
  align-items: center;
  background: #ffffff;
  padding: 70px 80px;
  border-radius: 12px;
  box-shadow:
    0 20px 60px rgba(0, 0, 0, 0.08),
    0 4px 12px rgba(0, 0, 0, 0.04);
}

/* LEFT */
.ice-contact-tag {
  font-size: 13px;
  letter-spacing: 3px;
  color: #6b6b6b;
  margin-bottom: 22px;
  display: inline-block;
  position: relative;
}

.ice-contact-tag::after {
  content: "";
  display: block;
  width: 60px;
  height: 2px;
  background: #032e5d;
  margin-top: 8px;
}

.ice-contact-left h2 {
  font-size: 48px;
  font-weight: 400;
  line-height: 1.15;
  margin-bottom: 18px;
  color: #032e5d;
}

.ice-contact-sub {
  font-size: 16px;
  color: #333;
  margin-bottom: 30px;
}

.ice-contact-desc {
  font-size: 15px;
  color: #444;
  margin-bottom: 8px;
}

.ice-contact-mail {
  font-size: 20px;
  color: #032e5d;
  font-weight: 500;
  text-decoration: none;
}

/* RIGHT FORM */
.ice-contact-form {
  width: 100%;
}

.ice-form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  margin-bottom: 20px;
}

.ice-contact-form input,
.ice-contact-form select,
.ice-contact-form textarea {
  width: 100%;
  height: 52px;
  padding: 0 16px;
  border: 1px solid #d6d6d6;
  border-radius: 6px;
  font-size: 14px;
  background: #fff;
  outline: none;
  transition: border 0.2s ease;
  box-sizing: border-box;
}

.ice-contact-form input::placeholder,
.ice-contact-form textarea::placeholder {
  color: #9c9c9c;
}

.ice-contact-form textarea {
  height: 110px;
  padding: 14px 16px;
  resize: none;
  margin-bottom: 20px;
}

.ice-contact-form input:focus,
.ice-contact-form select:focus,
.ice-contact-form textarea:focus {
  border-color: #032e5d;
}

.ice-submit-wrap {
  display: flex;
  justify-content: flex-end;
}

.ice-submit-wrap button {
  background: #032e5d;
  color: #fff;
  border: 1px solid;
  padding: 14px 40px;
  font-size: 15px;
  font-weight: 600;
  border-radius: 50px;
  cursor: pointer;
  transition: all 0.25s ease;
}

.ice-submit-wrap button:hover {
  background: #fff;
  border: 1px solid #032e5d;
  color: #032e5d;
}

/* TABLET */
@media (max-width: 992px) {
  .ice-contact-section {
    padding: 50px 30px;
    background: linear-gradient(
      to bottom,
      #000 0%,
      #000 40%,
      #032e5d 40%,
      #032e5d 100%
    );
  }

  .ice-contact-container {
    grid-template-columns: 1fr;
    gap: 40px;
    padding: 50px 40px;
  }

  .ice-contact-left h2 {
    font-size: 36px;
  }

  .ice-contact-mail {
    font-size: 18px;
  }
}

/* MOBILE */
@media (max-width: 600px) {
  .ice-contact-section {
    padding: 30px 15px;
    background: linear-gradient(
      to bottom,
      #000 0%,
      #000 20%,
      #032e5d 20%,
      #032e5d 100%
    );
  }

  .ice-contact-container {
    padding: 25px 18px;
    gap: 25px;
    border-radius: 10px;
  }

  .ice-contact-left h2 {
    font-size: 28px;
    margin-bottom: 12px;
  }

  .ice-contact-sub {
    font-size: 14px;
    margin-bottom: 15px;
  }

  .ice-contact-desc {
    font-size: 13px;
  }

  .ice-contact-mail {
    font-size: 15px;
    word-break: break-all;
  }

  /* Form — single column */
  .ice-form-row {
    grid-template-columns: 1fr;
    gap: 14px;
    margin-bottom: 14px;
  }

  .ice-contact-form input,
  .ice-contact-form select {
    height: 46px;
    font-size: 14px;
  }

  .ice-contact-form textarea {
    height: 90px;
    margin-bottom: 14px;
  }

  .ice-submit-wrap {
    justify-content: center;
  }

  .ice-submit-wrap button {
    width: 100%;
    padding: 14px;
    font-size: 14px;
  }
}

/* ===== COUNTRY SEARCHABLE DROPDOWN ===== */
/* ===== END COUNTRY DROPDOWN ===== */

/* Home FAQ section */
/* =========================
   WINKLIX FAQ SECTION
========================= */
/* =========================
   FAQ SECTION
========================= */

.wink-faq-section {
  background: #000;
  padding: 40px 80px;
  color: #fff;
}

.wink-faq-container {
  margin: auto;
  display: grid;
  grid-template-columns: 1fr 380px;
  gap: 60px;
  align-items: start;
}
.winklix-tell-us-container {
  margin: auto;
  display: grid;

  gap: 60px;
  align-items: start;
}
/* ===== RIGHT SIDE ===== */
.wink-faq-right {
  position: sticky;
  top: 100px;
}

.wink-faq-right-card {
  border-radius: 20px;
  overflow: hidden;
  background: linear-gradient(160deg, #1a1aff 0%, #0a0a6e 100%);
  position: relative;
}

.wink-faq-right-top {
  padding: 24px 28px 20px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.wink-faq-right-badge {
  display: inline-block;
  background: rgba(255, 255, 255, 0.15);
  color: #fff;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  padding: 5px 14px;
  border-radius: 50px;
  margin-bottom: 12px;
}

.wink-faq-right-top-text {
  font-size: 13px;
  color: rgba(255, 255, 255, 0.7);
  line-height: 1.6;
  margin: 0;
}

.wink-faq-right-img {
  width: 100%;
  height: 220px;
  background:
    url("/assets/images/homepage/faq-image.webp") center/cover no-repeat,
    linear-gradient(135deg, #2a2a2a, #111);
}

.wink-faq-right-content {
  padding: 28px 28px 32px;
}

.wink-faq-right-content h3 {
  font-size: 26px;
  font-weight: 700;
  color: #fff;
  line-height: 1.3;
  margin: 0 0 14px;
}

.wink-faq-right-content p {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.75);
  line-height: 1.6;
  margin: 0 0 24px;
}

.wink-faq-cta {
  display: inline-block;
  background: #fff;
  color: #111;
  font-size: 14px;
  font-weight: 600;
  padding: 14px 24px;
  border-radius: 50px;
  text-decoration: none;
  transition:
    background 0.2s ease,
    transform 0.2s ease;
}

.wink-faq-cta:hover {
  background: #f0f0f0;
  transform: translateY(-2px);
}

/* ===== LEFT SIDE ===== */

.wink-faq-heading {
  margin-bottom: 30px;
}

.wink-faq-heading h2 {
  font-size: 38px;
  font-weight: 500;
  color: #fff;
}

/* FAQ ITEM */
.wink-faq-item {
  background: #111;
  border-radius: 12px;
  margin-bottom: 14px;
  padding: 18px 22px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.wink-faq-item:hover {
  background: #151515;
}

.wink-faq-question {
  display: flex;
  align-items: center;
  gap: 14px;
}

.wink-faq-number {
  background: #1b1b1b;
  width: 34px;
  height: 34px;
  min-width: 34px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  color: #aaa;
}

.wink-faq-question h4 {
  flex: 1;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4;
}

.wink-faq-icon {
  font-size: 20px;
  min-width: 20px;
  text-align: right;
}

/* ANSWER */
.wink-faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: all 0.3s ease;
}

.wink-faq-item.active .wink-faq-answer {
  max-height: 200px;
  margin-top: 12px;
}

.wink-faq-answer p {
  color: #bbb;
  font-size: 14px;
  line-height: 1.6;
  padding-left: 48px;
}

/* ===== RIGHT CARD ===== */

/* QUESTION MARK IMAGE */

/* BUTTONS */

/* ICON INSIDE BUTTON */

/* =========================
   TABLET 992px
========================= */

@media (max-width: 992px) {
  .wink-faq-section {
    padding: 40px 40px;
  }

  .wink-faq-container {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .wink-faq-right {
    position: static;
  }

  .wink-faq-heading h2 {
    font-size: 32px;
  }
}

/* =========================
   MOBILE 600px
========================= */

@media (max-width: 600px) {
  .wink-faq-section {
    padding: 30px 20px;
  }

  .wink-faq-heading h2 {
    font-size: 26px;
  }

  .wink-faq-question h4 {
    font-size: 14px;
  }

  .wink-faq-answer p {
    padding-left: 0;
    font-size: 13px;
  }

  .wink-faq-item {
    padding: 14px 16px;
  }

  /* Help card mobile */

  /* Image mobile pe chhoti */
}

/* case study section */
/* ===============================
   MAIN CONTAINER
================================ */
#caseStudiesContainer {
  width: 100%;
  padding: 40px 0;
  box-sizing: border-box;
}

/* ===============================
   TOP SECTION
================================ */
.bottom {
  width: 100%;
  padding: 30px 20px;
  box-sizing: border-box;
}

.bottom .row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 15px;
}

/* ===============================
   HEADING
================================ */

/* ===============================
   DROPDOWN
================================ */
.form-select {
  width: 260px;
  max-width: 100%;
  height: 42px;
  padding: 0 12px;
  border-radius: 8px;
  border: 1px solid #ccc;
  font-size: 14px;
  cursor: pointer;
  box-sizing: border-box;
}

.form-select:focus {
  border-color: #000;
  box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.1);
}

.custom-select-fixed {
  width: 100%;
  max-width: 380px;
  padding: 0.68rem 12px;
  border-radius: 8px;
  border: 1px solid #b4c6db;
  background: #f7f9fc;
  color: #1f2a44;
  font-size: 0.95rem;
  font-weight: 600;
  appearance: none;
  -webkit-appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath fill='%23322f36' fill-rule='evenodd' d='M1.3 0L6 4.7 10.7 0 12 1.3 6 7.3 0 1.3z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 12px center;
  background-size: 12px 8px;
}

.custom-select-fixed:focus {
  border-color: #0e62cc;
  box-shadow: 0 0 0 2px rgba(14, 98, 204, 0.2);
  outline: none;
}

.custom-select-fixed::-ms-expand {
  display: none;
}


/* ===============================
   IMAGE
================================ */
.cs-img {
  width: 100%;
  height: 100%;
  height: 260px;
}

.cs-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* ===============================
   CONTENT
================================ */
.cs-item-wrapper {
  padding: 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.cs-item-wrapper h2 {
  font-size: 20px;
  margin-bottom: 10px;
  color: #111;
  font-weight: 600;
  line-height: 1.3;
}

.cs-item-wrapper a {
  font-size: 13px;
  font-weight: 600;
  color: #032e5d;
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.cs-item-wrapper a:hover {
  color: #000;
}


/* ===============================
   TABLET (≤992px)
================================ */
@media (max-width: 992px) {
  #caseStudiesContainer {
    padding: 30px 0px;
  }

  .bottom {
    padding: 25px 15px;
  }

  .form-select {
    width: 100%;
  }

  .cs-img {
    height: 200px;
  }

  .cs-item-wrapper {
    padding: 18px;
  }

  .cs-item-wrapper h2 {
    font-size: 18px;
  }
}

.case-study-controls {
  display: flex;
  flex-direction: column;
  gap: 12px;
  width: 100%;
  margin-bottom: 20px;
}

.case-study-controls .case-study-search,
.case-study-controls .form-select,
.case-study-controls .custom-dropdown {
  width: 100%;
  min-width: 0;
}

.case-study-controls {
  flex-direction: column;
  align-items: stretch;
}

.case-study-controls .case-study-search,
.case-study-controls .form-select,
.case-study-controls .custom-dropdown {
  width: 100%;
  margin-right: 0;
  flex: none;
}

@media (min-width: 1024px) {
  .case-study-controls {
    flex-direction: row;
    align-items: flex-start;
  }

  .case-study-controls .case-study-search {
    flex: 1;
    margin-right: 12px;
  }

  .case-study-controls .form-select,
  .case-study-controls .custom-dropdown {
    flex: 0 0 260px;
    width: auto;
  }
}

/* ===============================
   MOBILE (≤600px)
================================ */
@media (max-width: 600px) {
  #caseStudiesContainer {
    padding: 20px 0px;
  }

  .bottom {
    padding: 20px 12px;
  }

  .bottom .row {
    flex-direction: column;
    align-items: flex-start;
  }

  .case-study-controls {
    width: 100%;
    margin-bottom: 16px;
  }

  .case-study-search {
    width: 100%;
    margin-right: 0;
  }

  .form-select,
  .custom-dropdown {
    width: 100%;
    max-width: 100%;
    min-width: 100%;
  }

  .case-study-list .row {
    margin-bottom: 15px;
    border-radius: 8px;
  }

  .cs-img {
    height: 160px;
  }

  .cs-item-wrapper {
    padding: 15px;
  }

  .cs-item-wrapper h2 {
    font-size: 17px;
  }

  .cs-item-wrapper a {
    font-size: 12px;
  }

  .show-more-button button,
  .show-less-button button {
    width: 100%;
  }
}

/* ===============================
   CARD HEIGHT COMPACT
================================ */
.case-study-list .row {
  min-height: 140px;
  /* 👈 pehle 180 tha, ab compact */
}

/* ===============================
   IMAGE ALIGN FIX
================================ */
.case-study-list .row .col-sm-3 {
  display: flex;
  align-items: center;
  /* 👈 vertical center */
  justify-content: center;
}

.cs-img {
  width: 100%;
  height: 250px;
  /* 👈 fixed compact height */
}

.cs-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  /* 👈 crop nicely */
  border-radius: 0px;
}

/* ===============================
   TEXT COMPACT
================================ */
.cs-item-wrapper {
  padding: 15px 18px;
  /* 👈 kam padding */
}

.cs-item-wrapper h2 {
  font-size: 18px;
  margin-bottom: 8px;
  line-height: 1.3;
}

.cs-item-wrapper a {
  font-size: 12px;
}

/* ===============================
   SALESFORCE / CATEGORY ROW SIZING
================================ */
#caseStudiesContainer > .row.dfg,
#caseStudiesContainer > .row.bg-c {
  display: flex;
  flex-wrap: nowrap;
  align-items: stretch;
  margin-bottom: 20px;
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 3px 12px rgba(0, 0, 0, 0.08);
}

#caseStudiesContainer > .row.dfg:hover,
#caseStudiesContainer > .row.bg-c:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.12);
  transition: 0.3s ease;
}

#caseStudiesContainer > .row.dfg > .col-sm-3,
#caseStudiesContainer > .row.bg-c > .col-sm-3 {
  flex: 0 0 30%;
  max-width: 30%;
  display: flex;
}

#caseStudiesContainer > .row.dfg > .col-sm-9,
#caseStudiesContainer > .row.bg-c > .col-sm-9 {
  flex: 0 0 70%;
  max-width: 70%;
  display: flex;
}

.salesforce-img-c {
  width: 100%;
  height: 250px;
}

.salesforce-img-c img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.salesforce-box-wrapper {
  width: 100%;
  min-height: 250px;
  padding: 20px 22px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.salesforce-box-wrapper p:last-of-type,
.salesforce-box-wrapper h2:last-of-type {
  margin-bottom: 10px;
}

@media (max-width: 992px) {
  #caseStudiesContainer > .row.dfg,
  #caseStudiesContainer > .row.bg-c {
    flex-wrap: wrap;
  }

  #caseStudiesContainer > .row.dfg > .col-sm-3,
  #caseStudiesContainer > .row.dfg > .col-sm-9,
  #caseStudiesContainer > .row.bg-c > .col-sm-3,
  #caseStudiesContainer > .row.bg-c > .col-sm-9 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .salesforce-img-c,
  .salesforce-box-wrapper {
    min-height: auto;
  }

  .salesforce-img-c {
    height: 280px;
  }
}

@media (max-width: 600px) {
  .salesforce-img-c {
    height: 220px;
  }

  .salesforce-box-wrapper {
    padding: 16px;
  }
}

/* ===============================
   TABLET FIX
================================ */
@media (max-width: 992px) {
  .cs-img {
    height: 280px;
  }
}

/* ===============================
   MOBILE FIX
================================ */
/* ===============================
   TABLET (600px - 992px)
================================ */
@media (min-width: 601px) and (max-width: 992px) {
  .cs-img {
    height: 500px;
    /* 👈 tablet pe bada image */
  }
}

/* ===============================
   MOBILE (≤600px)
================================ */
@media (max-width: 600px) {
  .cs-img {
    height: 250px;
    /* 👈 mobile */
  }
}

/* ===============================
   CUSTOM DROPDOWN
================================ */
.custom-dropdown {
  position: relative;
  width: 260px;
  max-width: 100%;
}

/* Selected box */
.dropdown-selected {
  height: 42px;
  display: flex;
  align-items: center;
  padding: 0 12px;
  border: 1px solid #ccc;
  border-radius: 8px;
  background: #fff;
  cursor: pointer;
}

/* Dropdown menu */
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  max-height: 220px;
  /* 👈 scrollable */
  overflow-y: auto;
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 8px;
  margin-top: 5px;
  z-index: 9999;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
}

/* Items */
.dropdown-item {
  padding: 10px 12px;
  cursor: pointer;
  font-size: 14px;
}

.dropdown-item:hover {
  background: #f5f5f5;
}

/* Mobile */
@media (max-width: 600px) {
  .custom-dropdown {
    width: 100%;
  }
}

.custom-dropdown {
  position: relative;
  width: 260px;
  z-index: 9999;
  /* 👈 IMPORTANT */
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  max-height: 220px;
  overflow-y: auto;
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 8px;
  margin-top: 5px;
  z-index: 99999;
  /* 👈 SUPER IMPORTANT */
}

.custom-dropdown {
  position: relative;
  width: 260px;
  z-index: 99999;
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  max-height: 220px;
  overflow-y: auto;
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 8px;
  margin-top: 5px;
  z-index: 999999;
}

/* prevent overlay issue */
.mobile-app-hero-v2,
.hero-slider-v2 {
  z-index: 1 !important;
}

/* ===============================
   CUSTOM DROPDOWN FIXED SIZE
================================ */
.custom-dropdown {
  position: relative;
  width: 260px;
  /* 👈 fixed width */
  min-width: 260px;
  max-width: 260px;
  z-index: 9999;
}

/* Selected box */
.dropdown-selected {
  width: 100%;
  height: 42px;
  display: flex;
  align-items: center;
  padding: 0 12px;
  border: 1px solid #ccc;
  border-radius: 8px;
  background: #fff;
  cursor: pointer;
  font-size: 14px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  /* 👈 long text cut */
}

/* Dropdown menu */
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  width: 260px;
  /* 👈 FIXED WIDTH */
  max-height: 200px;
  /* 👈 FIXED HEIGHT */
  overflow-y: auto;
  overflow-x: hidden;

  background: #fff;
  border: 1px solid #ddd;
  border-radius: 8px;
  margin-top: 5px;

  z-index: 999999;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
}

/* Items */
.dropdown-item {
  padding: 10px 12px;
  font-size: 14px;
  cursor: pointer;
  height: 200px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  /* 👈 long text cut */
}

.dropdown-item:hover {
  background: #f5f5f5;
}

/* ===============================
   SCROLLBAR CLEAN (optional)
================================ */
.dropdown-menu::-webkit-scrollbar {
  width: 5px;
}

.dropdown-menu::-webkit-scrollbar-thumb {
  background: #ccc;
  border-radius: 10px;
}

/* ===============================
   MOBILE FIX
================================ */
@media (max-width: 600px) {
  .custom-dropdown {
    width: 100%;
    max-width: 100%;
  }

  .dropdown-menu {
    width: 100%;
    /* 👈 full width mobile */
  }
}

.custom-select-fixed {
  width: 260px;
  max-width: 100%;
  height: 42px;

  padding: 0 14px;
  /* 👈 left-right padding */
  margin: 10px 0;
  /* 👈 upar-niche spacing */

  border: 1px solid #ccc;
  border-radius: 0;

  font-size: 14px;
  background-color: #fff;
  cursor: pointer;

  outline: none;
  box-shadow: none;
}

/* dropdown open */
.custom-select-fixed[size] {
  height: auto;
  max-height: 200px;
  overflow-y: auto;
}

/* options ke liye padding */
.custom-select-fixed option {
  padding: 10px 14px;
}

/* when expanded */
.custom-select-fixed[size] {
  height: auto;
  max-height: 200px;
  /* 👈 fixed dropdown height */
}

.custom-select-fixed {
  width: 260px;
  max-width: 100%;
  height: 42px;
  padding: 0 12px;

  border: 1px solid #ccc;
  border-radius: 0;
  /* ❌ no rounded */

  font-size: 14px;
  background-color: #fff;
  cursor: pointer;

  outline: none;
  box-shadow: none;

  overflow-y: auto;
}

/* focus state */
.custom-select-fixed:focus {
  border-color: #000;
  outline: none;
  box-shadow: none;
}

/* dropdown open state */
.custom-select-fixed[size] {
  height: auto;
  max-height: 200px;
  /* 👈 fixed dropdown height */
  overflow-y: auto;
}

/* options */
.custom-select-fixed option {
  padding: 10px;
  font-size: 14px;
}

/* hover effect (limited browser support) */
.custom-select-fixed option:hover {
  background-color: #f5f5f5;
}

/* universal form section  */
/* ===============================
   CONTACT FORM SECTION (cf-)
================================ */

.cf-section {
  background: #dff1ff;
  padding: 60px 0;
}

/* ===================================
   CONTAINER MAX WIDTH FIX
=================================== */
.cf-section .container {
  max-width: 1200px !important;
  width: 100% !important;
  margin-left: auto !important;
  margin-right: auto !important;
  padding-left: 20px !important;
  padding-right: 20px !important;
}

/* ===================================
   ROW LAYOUT — conflict override
=================================== */
.cf-section .cf-row {
  display: flex !important;
  flex-direction: row !important;
  flex-wrap: wrap !important;
  align-items: flex-start !important;
  margin-left: -12px !important;
  margin-right: -12px !important;
}

.cf-section .col-lg-3 {
  flex: 0 0 25% !important;
  max-width: 25% !important;
  padding-left: 12px !important;
  padding-right: 12px !important;
}

.cf-section .col-lg-9 {
  flex: 0 0 75% !important;
  max-width: 75% !important;
  padding-left: 12px !important;
  padding-right: 12px !important;
}

/* ===================================
   LEFT — CONTACT INFO
=================================== */
.cf-left-col {
  padding-right: 16px !important;
}

.cf-left-inner {
  background: #ffffff;
  border-radius: 0px;
  padding: 28px 24px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.07);
  height: 100%;
}

.cf-heading {
  font-size: 22px;
  font-weight: 700;
  color: #032e5d;
  margin-bottom: 24px;
  padding-bottom: 12px;
  border-bottom: 2px solid #dff1ff;
}

/* Contact items list */
.cf-contact-list {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.cf-contact-item a {
  display: flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
  color: #333;
  font-size: 13.5px;
  transition: color 0.25s ease;
}

.cf-contact-item a:hover {
  color: #032e5d;
}

.cf-contact-item a img {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
  object-fit: contain;
}

.cf-contact-item a span {
  font-size: 13.5px;
  color: inherit;
  line-height: 1.4;
}

/* ===================================
   RIGHT — HUBSPOT FORM
=================================== */
.cf-right-col {
  padding-left: 8px !important;
}

.cf-form-wrapper {
  background: #ffffff;
  border-radius: 0px;
  padding: 32px 28px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.07);
  min-height: 300px;
}

#hubspot-form-container {
  width: 100%;
}

#hubspot-form-container iframe {
  width: 100% !important;
  border: none !important;
}

/* ===================================
   RESPONSIVE — TABLET (991px)
=================================== */
@media (max-width: 991px) {
  .cf-section {
    padding: 40px 0;
  }

  .cf-section .col-lg-3,
  .cf-section .col-lg-9 {
    flex: 0 0 100% !important;
    max-width: 100% !important;
    padding-left: 12px !important;
    padding-right: 12px !important;
  }

  /* Contact info upar, form neeche */
  .cf-left-col {
    order: 1 !important;
    margin-bottom: 20px;
  }

  .cf-right-col {
    order: 2 !important;
  }

  /* On tablet - contact items in a row */
  .cf-contact-list {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 12px;
  }

  .cf-contact-item {
    flex: 1 1 calc(50% - 12px);
    min-width: 180px;
  }

  .cf-left-inner {
    height: auto;
    padding: 22px 20px;
  }

  .cf-form-wrapper {
    padding: 24px 20px;
  }
}

/* ===================================
   RESPONSIVE — MOBILE (576px)
=================================== */
@media (max-width: 576px) {
  .cf-section {
    padding: 28px 0;
  }

  .cf-left-inner {
    padding: 18px 16px;
    border-radius: 10px;
  }

  .cf-heading {
    font-size: 19px;
    margin-bottom: 16px;
    padding-bottom: 10px;
  }

  /* Stack contact items vertically on mobile */
  .cf-contact-list {
    flex-direction: column;
    gap: 12px;
  }

  .cf-contact-item {
    flex: unset;
    min-width: unset;
  }

  .cf-contact-item a {
    font-size: 13px;
  }

  .cf-contact-item a img {
    width: 18px;
    height: 18px;
  }

  .cf-form-wrapper {
    padding: 20px 14px;
    border-radius: 10px;
  }
}

/* ===================================
   RESPONSIVE — SMALL MOBILE (375px)
=================================== */
@media (max-width: 375px) {
  .cf-heading {
    font-size: 17px;
  }

  .cf-contact-item a span {
    font-size: 12.5px;
  }
}

/* Contact page form section */
/* ===============================
   CONTACT PAGE CSS
================================ */

.contact-page-section {
  background: #dff1ff;
  padding: 60px 0;
}

/* ===================================
   FORCE LAYOUT — conflict override
=================================== */
.contact-page-section .row {
  display: flex !important;
  flex-direction: row !important;
  flex-wrap: wrap !important;
  align-items: flex-start !important;
  margin-left: -12px !important;
  margin-right: -12px !important;
}

.contact-page-section .col-lg-3 {
  flex: 0 0 25% !important;
  max-width: 25% !important;
  padding-left: 12px !important;
  padding-right: 12px !important;
}

.contact-page-section .col-lg-7 {
  flex: 0 0 58.333333% !important;
  max-width: 58.333333% !important;
  padding-left: 12px !important;
  padding-right: 12px !important;
}

.contact-page-section .col-lg-2 {
  flex: 0 0 16.666667% !important;
  max-width: 16.666667% !important;
  padding-left: 12px !important;
  padding-right: 12px !important;
}

/* ===================================
   LEFT BLOCK
=================================== */
.cp-left {
  display: flex;
  flex-direction: column;
  gap: 0;
  padding-right: 10px;
  padding-top: 8px;
}

.cp-left-item {
  display: flex;
  gap: 14px;
  align-items: flex-start;
}

.cp-left-icon img {
  width: 50px;
  /* height: 32px; */
  object-fit: contain;
  margin-top: 2px;
}

.cp-left-content span {
  font-size: 15px;
  font-weight: 700;
  color: #032e5d;
  display: block;
  margin-bottom: 4px;
  text-align: left;
}

.cp-left-content p {
  font-size: 13.5px;
  color: #444;
  line-height: 1.6;
  margin: 0;
}

/* ===================================
   MIDDLE FORM
=================================== */
.cp-form-col {
  padding-left: 10px !important;
  padding-right: 10px !important;
}

.cp-form-middle {
  background: #ffffff;
  border-radius: 0px;
  padding: 36px 32px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.07);
}

.cp-form-about h3 {
  font-size: 26px;
  font-weight: 700;
  color: #032e5d;
  margin-bottom: 10px;
}

.cp-form-about p {
  font-size: 14.5px;
  color: #555;
  margin-bottom: 24px;
  line-height: 1.6;
}

#hubspot-form-container {
  width: 100%;
}

#hubspot-form-container iframe {
  width: 100% !important;
  border: none !important;
}

/* ===================================
   RIGHT BLOCK
=================================== */
.cp-right-bg {
  padding-left: 8px !important;
}

.cp-right-block {
  margin-bottom: 20px;
}

.cp-right-block > span {
  display: flex;
  font-size: 14px;
  font-weight: 700;
  color: #032e5d;
  margin-bottom: 10px;
}

.cp-call {
  margin-bottom: 8px;
}

.cp-call a {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  color: #333;
  text-decoration: none;
  transition: color 0.3s ease;
}

.cp-call a:hover {
  color: #032e5d;
}

.cp-call a img {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
}

.cp-call a span {
  font-size: 13px;
  color: #333;
}

.cp-social-icons {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.cp-social-icons a img {
  width: 28px;
  height: 28px;
  object-fit: contain;
  transition: transform 0.2s ease;
}

.cp-social-icons a:hover img {
  transform: scale(1.15);
}

/* ===================================
   RESPONSIVE — TABLET (991px)
=================================== */
@media (max-width: 991px) {
  .contact-page-section {
    padding: 40px 0;
  }

  .contact-page-section .col-lg-3,
  .contact-page-section .col-lg-7,
  .contact-page-section .col-lg-2 {
    flex: 0 0 100% !important;
    max-width: 100% !important;
    padding-left: 12px !important;
    padding-right: 12px !important;
  }

  /* Features pehle */
  .contact-page-section .col-lg-3 {
    order: 1 !important;
    margin-top: 0 !important;
  }

  /* Form beech mein */
  .contact-page-section .col-lg-7 {
    order: 2 !important;
    margin-top: 24px !important;
  }

  /* Contacts last */
  .contact-page-section .col-lg-2 {
    order: 3 !important;
    margin-top: 24px !important;
  }

  .cp-left {
    padding-right: 0;
    flex-direction: row;
    gap: 20px;
    flex-wrap: wrap;
  }

  .cp-left-item {
    flex: 1 1 calc(33% - 20px);
    min-width: 200px;
  }

  .cp-right-bg {
    padding-left: 12px !important;
  }

  .cp-right-block {
    flex: 1 1 calc(25% - 20px);
    min-width: 160px;
  }
}

/* ===================================
   RESPONSIVE — MOBILE (576px)
=================================== */
@media (max-width: 576px) {
  .contact-page-section {
    padding: 24px 0;
  }

  /* Features pehle — upar */
  .contact-page-section .col-lg-3 {
    order: 1 !important;
    margin-top: 0 !important;
  }

  /* Form beech mein */
  .contact-page-section .col-lg-7 {
    order: 2 !important;
    margin-top: 24px !important;
  }

  /* Contacts last */
  .contact-page-section .col-lg-2 {
    order: 3 !important;
    margin-top: 24px !important;
  }

  .cp-form-middle {
    padding: 22px 16px;
    border-radius: 10px;
  }

  .cp-form-about h3 {
    font-size: 20px;
  }

  .cp-form-about p {
    font-size: 13px;
  }

  .cp-left {
    flex-direction: column;
    gap: 0;
  }

  .cp-left-item {
    flex: unset;
    min-width: unset;
  }

  .cp-left-content span {
    font-size: 14px;
  }

  .cp-left-content p {
    font-size: 13px;
  }

  .cp-right-block {
    flex: unset;
    min-width: unset;
  }

  .cp-social-icons a img {
    width: 26px;
    height: 26px;
  }
}

.contact-dark-page {
  background: #050b12;
}

.contact-dark-page .contact-page-section {
  background:
    linear-gradient(135deg, #050b12 0%, #031f3d 50%, #06111f 100%),
    radial-gradient(circle at 12% 14%, rgba(139, 214, 255, 0.16), transparent 32%);
  color: #ffffff;
  padding: 88px 0 96px;
  overflow: hidden;
}

.contact-dark-page .contact-page-section .container {
  max-width: 1320px !important;
}

.contact-dark-page .cp-left {
  gap: 18px;
}

.contact-dark-page .cp-left-item,
.contact-dark-page .cp-right-block,
.contact-dark-page .cp-form-middle {

  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 8px;
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.24);
}

.contact-dark-page .cp-left-item {
  padding: 22px 20px;
  transition: transform 0.25s ease, border-color 0.25s ease, background 0.25s ease;
}

.contact-dark-page .cp-left-item:hover {
  background: rgba(255, 255, 255, 0.1);
  border-color: rgba(139, 214, 255, 0.45);
  transform: translateY(-4px);
}

.contact-dark-page .cp-left-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 52px;
  width: 52px;
  height: 52px;
  background: rgba(139, 214, 255, 0.14);
  border: 1px solid rgba(139, 214, 255, 0.28);
  border-radius: 8px;
}

.contact-dark-page .cp-left-icon img {
  width: 30px;
  height: 30px;
  margin-top: 0;
  filter: brightness(0) invert(1);
  opacity: 0.92;
}

.contact-dark-page .cp-left-content span,
.contact-dark-page .cp-form-about h3,
.contact-dark-page .cp-right-block > span {
  color: #ffffff;
}

.contact-dark-page .cp-left-content p,
.contact-dark-page .cp-form-about p {
  color: rgba(255, 255, 255, 0.76);
}

.contact-dark-page .cp-form-middle {
  padding: 40px 36px;
}

.contact-dark-page .cp-form-about {
  padding-bottom: 24px;
  margin-bottom: 22px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.contact-dark-page .cp-form-about h3 {
  font-size: clamp(28px, 3vw, 42px);
  line-height: 1.12;
  margin-bottom: 14px;
}

.contact-dark-page .cp-form-about h3::before {
  content: "";
  display: block;
  width: 42px;
  height: 4px;
  margin-bottom: 18px;
  background: #8bd6ff;
}

.contact-dark-page .cp-form-about p {
  max-width: 660px;
  font-size: 16px;
  line-height: 1.7;
  margin-bottom: 0;
}

.contact-dark-page .cp-form {
  min-height: 360px;
}

.contact-dark-page #hubspot-form-container {
  padding: 2px;
}

.contact-dark-page #hubspot-form-container iframe {
  background: transparent !important;
  border-radius: 8px;
}

.contact-dark-page #hubspot-form-container .hs-form-field label,
.contact-dark-page #hubspot-form-container label,
.contact-dark-page #hubspot-form-container legend {
  color: #ffffff !important;
}

.contact-dark-page #hubspot-form-container input,
.contact-dark-page #hubspot-form-container select,
.contact-dark-page #hubspot-form-container textarea {
  color: #ffffff !important;
  background: rgba(255, 255, 255, 0.08) !important;
  border: 1px solid rgba(255, 255, 255, 0.18) !important;
  border-radius: 6px !important;
}

.contact-dark-page #hubspot-form-container input:focus,
.contact-dark-page #hubspot-form-container select:focus,
.contact-dark-page #hubspot-form-container textarea:focus {
  border-color: rgba(139, 214, 255, 0.75) !important;
  box-shadow: 0 0 0 3px rgba(139, 214, 255, 0.16) !important;
  outline: none !important;
}

.contact-dark-page #hubspot-form-container input[type="submit"] {
  color: #032e5d !important;
  background: #8bd6ff !important;
  border-color: #8bd6ff !important;
  font-weight: 700 !important;
}

.contact-dark-page .cp-right-block {
  padding: 18px;
  margin-bottom: 16px;
}

.contact-dark-page .cp-call a,
.contact-dark-page .cp-call a span {
  color: rgba(255, 255, 255, 0.78);
}

.contact-dark-page .cp-call a:hover,
.contact-dark-page .cp-call a:hover span {
  color: #8bd6ff;
}

.contact-dark-page .cp-call a img,
.contact-dark-page .cp-social-icons a img {
  /* filter: brightness(0) invert(1); */
  opacity: 0.88;
}

.contact-dark-page .cp-social-icons a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  background: rgba(139, 214, 255, 0.12);
  border: 1px solid rgba(139, 214, 255, 0.22);
  border-radius: 8px;
}

.contact-dark-page .cp-social-icons a:hover {
  border-color: rgba(139, 214, 255, 0.6);
}

@media (max-width: 991px) {
  .contact-dark-page .contact-page-section {
    padding: 64px 0 72px;
  }

  .contact-dark-page .cp-left {
    gap: 14px;
  }

  .contact-dark-page .cp-left-item {
    flex: 1 1 calc(33.333% - 14px);
  }

  .contact-dark-page .cp-form-middle {
    padding: 34px 28px;
  }
}

@media (max-width: 576px) {
  .contact-dark-page .contact-page-section {
    padding: 46px 0 56px;
  }

  .contact-dark-page .cp-left-item,
  .contact-dark-page .cp-right-block {
    padding: 18px;
  }

  .contact-dark-page .cp-form-middle {
    padding: 24px 18px;
  }

  .contact-dark-page .cp-form-about {
    padding-bottom: 20px;
    margin-bottom: 18px;
  }
}

/* sap section  */

/* ===============================
   BANNER – SAP CONSULTING
================================ */

/* ===============================
   HIRE SAP DEVELOPERS SECTION
================================ */

.hire-sap-section {
  position: relative;
  padding: 80px 0;
  background: linear-gradient(120deg, #f8faff 0%, #eef3ff 100%);
  overflow: hidden;
}

/* Background shapes */
.hire-sap-bg {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(
      circle at 20% 30%,
      rgba(115, 103, 240, 0.15),
      transparent 60%
    ),
    radial-gradient(
      circle at 80% 70%,
      rgba(172, 82, 240, 0.15),
      transparent 60%
    );
  z-index: 0;
}

.hire-sap-container {
  position: relative;
  z-index: 1;
}

/* Header */
.hire-sap-header {
  text-align: center;
  margin-bottom: 60px;
}

.hire-sap-header h1 {
  font-size: 3rem;
  font-weight: 700;
  color: #032e5d;
  margin-bottom: 20px;
}

.hire-sap-header p {
  max-width: 900px;
  margin: 0 auto;
  font-size: 1.6rem;
  line-height: 1.8;
  color: #444;
}

/* Cards */
.sap-card {
  height: 100%;
  background: linear-gradient(135deg, #309ef6 0%, #032e5d 100%);
  color: #fff;
  border-radius: 20px;
  text-align: center;
  padding: 3rem;
  margin-bottom: 20px;
  transition:
    transform 0.5s ease,
    box-shadow 0.5s ease;
  cursor: pointer;
}

.sap-card:hover {
  transform: translateY(-15px) rotate(-1deg);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
}

/* Sizes */
.sap-card.small {
  min-height: 250px;
  padding: 2rem;
}

.sap-card.medium {
  min-height: 300px;
  padding: 2.5rem;
}

.sap-card.large {
  min-height: 380px;
}

/* Icon */
.sap-icon {
  font-size: 4rem;
  margin-bottom: 15px;
}

/* Text */
.sap-card h4 {
  font-size: 2.2rem;
  font-weight: 700;
  margin-bottom: 15px;
}

.sap-card p {
  font-size: 1.4rem;
  line-height: 1.6;
}

/* Button */
.sap-btn {
  display: inline-block;
  margin-top: 20px;
  background: #ffffff;
  color: #032e5d;
  font-weight: 700;
  padding: 10px 25px;
  border-radius: 50px;
  text-decoration: none;
  transition: transform 0.3s ease;
}

.sap-btn:hover {
  transform: scale(1.1);
}

/* Responsive */
@media (max-width: 768px) {
  .hire-sap-header h1 {
    font-size: 2.2rem;
  }

  .hire-sap-header p {
    font-size: 1.3rem;
  }
}

/* Grid fix */

/* Card fix */
.sap-card {
  width: 100%;
  height: 100%;
  /* 🔥 equal height */
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

/* Remove size-based height differences */
.sap-card.small,
.sap-card.medium,
.sap-card.large {
  min-height: 380px;
  /* 🔥 same height for all */
}

/* ===============================
   BUSINESS OBJECTS SECTION
================================ */

.bo-section {
  position: relative;
  padding: 80px 0;
  overflow: hidden;
}

.bo-bg {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(
      circle at 25% 20%,
      rgba(115, 103, 240, 0.15),
      transparent 60%
    ),
    radial-gradient(
      circle at 85% 80%,
      rgba(172, 82, 240, 0.15),
      transparent 60%
    );
  z-index: 0;
}

.bo-container {
  position: relative;
  z-index: 1;
}

/* Header */
.bo-header {
  text-align: center;
  margin-bottom: 60px;
}

.bo-header h1 {
  font-size: 3rem;
  font-weight: 700;
  color: #032e5d;
  margin-bottom: 20px;
}

.bo-header p {
  max-width: 900px;
  margin: 0 auto;
  font-size: 1.6rem;
  line-height: 1.8;
  color: #444;
}

/* Cards */
.solution-card {
  position: relative;
  height: 300px;
  background-size: cover;
  background-position: center;
  border-radius: 16px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  cursor: pointer;
  transition:
    transform 0.4s ease,
    box-shadow 0.4s ease;
}

.solution-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.4);
  z-index: 0;
}

.solution-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.25);
}

/* Default content */
.card-content {
  position: relative;
  z-index: 1;
  transition:
    opacity 0.4s ease,
    visibility 0.4s ease;
}

.card-content h4 {
  font-size: 1.6rem;
  font-weight: 700;
  color: #fff;
}

/* Overlay */
.overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.75);
  color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 1.5rem;
  opacity: 0;
  visibility: hidden;
  transition:
    opacity 0.4s ease,
    visibility 0.4s ease;
  z-index: 2;
}

.solution-card:hover .card-content {
  opacity: 0;
  visibility: hidden;
}

.solution-card:hover .overlay {
  opacity: 1;
  visibility: visible;
}

.overlay p {
  font-size: 1.3rem;
  line-height: 1.6;
  max-width: 85%;
  margin-bottom: 15px;
}

.overlay .btn {
  border-radius: 50px;
  padding: 8px 22px;
  font-weight: 600;
  transition: transform 0.3s ease;
}

.overlay .btn:hover {
  transform: scale(1.05);
}

/* Responsive */
@media (max-width: 768px) {
  .solution-card {
    height: 220px;
  }

  .bo-header h1 {
    font-size: 2.2rem;
  }

  .bo-header p {
    font-size: 1.3rem;
  }

  .overlay p {
    font-size: 1.1rem;
  }
}

@media (min-width: 1200px) {
  .solution-card {
    height: 340px;
  }

  .card-content h4 {
    font-size: 1.8rem;
  }

  .overlay p {
    font-size: 1.4rem;
  }
}

/* ===============================
   SAP HANA SOLUTIONS
================================ */

.hana-section {
  padding: 80px 0;
  background-color: #f8f9fa;
}

/* Header */
.hana-header {
  text-align: center;
  margin-bottom: 60px;
}

.hana-header h1 {
  font-size: 3rem;
  font-weight: 700;
  color: #032e5d;
  margin-bottom: 20px;
  letter-spacing: 0.5px;
}

.hana-header p {
  max-width: 900px;
  margin: 0 auto;
  font-size: 1.6rem;
  line-height: 1.8;
  color: #444;
}

/* Cards */
.hana-card {
  height: 100%;
  width: 100%;
  background: linear-gradient(135deg, #309ef6 0%, #032e5d 100%);
  color: #fff;
  border-radius: 20px;
  text-align: center;
  padding: 3rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  cursor: pointer;
  opacity: 0;
  animation: fadeInUp 0.6s ease forwards;
  transition:
    transform 0.5s ease,
    box-shadow 0.5s ease;
}

/* Card ke niche mb jaisa gap */
.hana-section .row > [class*="col-"] {
  margin-bottom: 24px;
  /* same as mb-4 */
}

@media (min-width: 992px) {
  .hana-section .row > [class*="col-"]:nth-last-child(-n + 3) {
    margin-bottom: 0;
  }
}

.hana-card:hover {
  transform: translateX(-15px) rotate(-1deg);
  box-shadow: 0 25px 45px rgba(0, 0, 0, 0.25);
}

/* Sizes */
.hana-card.medium {
  min-height: 320px;
}

.hana-card.large {
  min-height: 380px;
}

/* Icon */
.hana-icon {
  font-size: 4rem;
  margin-bottom: 15px;
}

/* Text */
.hana-card h4 {
  font-size: 2.3rem;
  font-weight: 700;
  margin-bottom: 15px;
}

.hana-card p {
  font-size: 1.5rem;
  line-height: 1.6;
}

/* Button */
.hana-btn {
  margin-top: 20px;
  align-self: center;
  background: #ffffff;
  color: #032e5d;
  font-weight: 700;
  padding: 10px 26px;
  border-radius: 50px;
  text-decoration: none;
  transition: transform 0.3s ease;
}

.hana-btn:hover {
  transform: scale(1.1);
}

/* Animation */
@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Responsive */
@media (max-width: 768px) {
  .hana-header h1 {
    font-size: 2.2rem;
  }

  .hana-header p {
    font-size: 1.3rem;
  }

  .hana-card {
    padding: 2.2rem;
  }
}

/* ===============================
   CLOUD ERP SOLUTIONS
================================ */

.cloud-erp-section {
  position: relative;
  padding: 80px 0;
  background: linear-gradient(120deg, #f7faff 0%, #eef2ff 100%);
  overflow: hidden;
}

/* Background gradients */
.cloud-erp-bg {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(
      circle at 20% 25%,
      rgba(115, 103, 240, 0.1),
      transparent 60%
    ),
    radial-gradient(circle at 80% 75%, rgba(172, 82, 240, 0.1), transparent 60%);
  z-index: 0;
}

.cloud-erp-container {
  position: relative;
  z-index: 1;
}

/* Header */
.cloud-erp-header {
  text-align: center;
  margin-bottom: 60px;
}

.cloud-erp-header h1 {
  font-size: 3rem;
  font-weight: 700;
  color: #032e5d;
  margin-bottom: 20px;
  letter-spacing: 0.5px;
}

.cloud-erp-header p {
  max-width: 900px;
  margin: 0 auto;
  font-size: 1.6rem;
  line-height: 1.8;
  color: #444;
}

/* Card */
.erp-card {
  position: relative;
  height: 240px;
  background-size: cover;
  background-position: center;
  border-radius: 16px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  text-align: center;
  cursor: pointer;
  color: #fff;
  transition:
    transform 0.4s ease,
    box-shadow 0.4s ease;
}

.erp-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.4);
  z-index: 0;
}

.erp-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.2);
}

/* Default content */
.erp-card-content {
  position: relative;
  z-index: 1;
  transition:
    opacity 0.4s ease,
    visibility 0.4s ease;
}

.erp-card-content h4 {
  font-size: 1.4rem;
  font-weight: 700;
}

/* Overlay */
.erp-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.75);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 1rem;
  opacity: 0;
  visibility: hidden;
  transition:
    opacity 0.4s ease,
    visibility 0.4s ease;
  z-index: 2;
}

.erp-card:hover .erp-card-content {
  opacity: 0;
  visibility: hidden;
}

.erp-card:hover .erp-overlay {
  opacity: 1;
  visibility: visible;
}

.erp-overlay p {
  font-size: 1.3rem;
  line-height: 1.6;
  max-width: 85%;
  margin-bottom: 15px;
}

/* Button */
.erp-btn {
  background: #ffffff;
  color: #032e5d;
  font-weight: 700;
  padding: 8px 22px;
  border-radius: 50px;
  text-decoration: none;
  transition: transform 0.3s ease;
}

.erp-btn:hover {
  transform: scale(1.05);
}

/* Responsive */
@media (max-width: 768px) {
  .erp-card {
    height: 200px;
  }

  .cloud-erp-header h1 {
    font-size: 2.2rem;
  }

  .cloud-erp-header p {
    font-size: 1.3rem;
  }

  .erp-overlay p {
    font-size: 1.1rem;
  }
}

@media (min-width: 1200px) {
  .erp-card {
    height: 280px;
  }

  .erp-card-content h4 {
    font-size: 1.6rem;
  }

  .erp-overlay p {
    font-size: 1.4rem;
  }
}

@media (max-width: 768px) {
  .about-work-image-col img {
    display: none;
  }
}

/* ===============================
   WHY CHOOSE WINKLIX
================================ */

.winklix-fullscreen-section {
  width: 100%;
  min-height: 100vh;
  /* FIXED (better than height) */
  background: linear-gradient(135deg, #f0f5ff 0%, #e6f0ff 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 80px 20px;
  box-sizing: border-box;
  position: relative;
  overflow: hidden;
}

/* Decorative circles */
.winklix-fullscreen-section::before,
.winklix-fullscreen-section::after {
  content: "";
  position: absolute;
  border-radius: 50%;
  opacity: 0.08;
  z-index: 0;
}

.winklix-fullscreen-section::before {
  width: 300px;
  height: 300px;
  background: #032e5d;
  top: -60px;
  left: -60px;
}

.winklix-fullscreen-section::after {
  width: 350px;
  height: 350px;
  background: #032e5d;
  bottom: -80px;
  right: -80px;
}

/* ================= LAYOUT ================= */

.winklix-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 900px;
  /* ✔ as per requirement */
  width: 100%;
  gap: 50px;
  position: relative;
  z-index: 1;
}

/* ================= TEXT ================= */

.winklix-text {
  flex: 1;
}

/* Heading */
.winklix-heading {
  font-size: 2rem;
  font-weight: 700;
  color: #032e5d;
  margin-bottom: 25px;
  line-height: 1.3;
}

.winklix-heading span {
  color: #032e5d;
}

/* Points */
.winklix-points {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 15px;
}

.winklix-point-box {
  background: rgba(255, 255, 255, 0.9);
  border-radius: 10px;
  padding: 12px;
  font-size: 14px;
  font-weight: 600;
  text-align: center;
  color: #032e5d;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.06);
  transition: 0.3s ease;
}

.winklix-point-box:hover {
  transform: translateY(-4px);
}

/* Button */
.winklix-btn {
  display: inline-block;
  margin-top: 25px;
  background: #032e5d;
  color: #fff;
  padding: 10px 22px;
  border-radius: 30px;
  font-weight: 600;
  text-decoration: none;
  transition: 0.3s ease;
}

.winklix-btn:hover {
  transform: scale(1.05);
}

/* ================= IMAGE ================= */

.winklix-image {
  flex: 1;
  display: flex;
  justify-content: center;
}

.winklix-image img {
  width: 100%;
  max-width: 350px;
  height: auto;
  object-fit: cover;
  border-radius: 12px;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.1);
}

/* ================= TABLET ================= */

@media (max-width: 992px) {
  .winklix-content {
    flex-direction: column;
    text-align: center;
    gap: 40px;
  }

  .winklix-points {
    grid-template-columns: 1fr 1fr;
  }

  .winklix-image img {
    max-width: 300px;
  }
}

/* ================= MOBILE ================= */

@media (max-width: 600px) {
  .winklix-fullscreen-section {
    padding: 60px 15px;
  }

  .winklix-heading {
    font-size: 1.5rem;
  }

  .winklix-points {
    grid-template-columns: 1fr;
    /* ✔ single column */
  }

  .winklix-point-box {
    font-size: 13px;
    padding: 10px;
  }

  .winklix-image img {
    max-width: 260px;
  }
}

/* ===============================
   RATINGS / BADGES SECTION
================================ */

.ratings-section {
  background-color: #f8f9fa;
  padding: 60px 0;
}

.ratings-title {
  font-size: 1.6rem;
  font-weight: 600;
  margin-bottom: 40px;
  color: #032e5d;
  letter-spacing: 0.5px;
}

/* Badge container */
.badge-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 20px;
}

/* Badge item */
.badge-item {
  flex: 0 0 auto;
  min-width: 150px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.badge-item img {
  max-height: 100px;
  width: auto;
  transition: transform 0.3s ease;
}

.badge-item img:hover {
  transform: scale(1.05);
}

/* Tablet / Mobile */
@media (max-width: 768px) {
  .ratings-title {
    font-size: 1.3rem;
  }

  .badge-container {
    gap: 15px;
  }

  .badge-item {
    min-width: 120px;
  }

  .badge-item img {
    max-height: 80px;
  }
}

/* Large desktop */
@media (min-width: 1200px) {
  .badge-container {
    gap: 30px;
  }

  .badge-item img {
    max-height: 120px;
  }
}

/* ===============================
   COMPANY STATS SECTION
================================ */

.company-stats-section {
  width: 100%;
  overflow-x: hidden;
  background: transparent;
}

.company-stats-container {
  max-width: 100%;
  margin: 0 auto;
}

/* Grid layout */
.stats-row {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  width: 100%;
}

/* Common box styles */
.stats-box {
  padding: 2.5rem 1rem;
  text-align: center;
  color: #ffffff;
}

/* Background colors */
.bg-1 {
  background-color: #3ba2ff;
}

.bg-2 {
  background-color: #368ae0;
}

.bg-3 {
  background-color: #2b6fc3;
}

.bg-4 {
  background-color: #032e5d;
}

/* Text styles */
.stats-value {
  font-size: 2rem;
  margin-bottom: 0.5rem;
}

.stats-label {
  font-size: 1.25rem;
  font-weight: 600;
  margin-bottom: 0;
}

/* Tablet */
@media (max-width: 1024px) {
  .stats-row {
    grid-template-columns: repeat(2, 1fr);
  }
}

/* Mobile */
@media (max-width: 576px) {
  .stats-row {
    grid-template-columns: 1fr;
  }

  .stats-value {
    font-size: 1.8rem;
  }

  .stats-label {
    font-size: 1.1rem;
  }
}

/* mobile-app-development-services */
/* ===============================
   PLATFORM LOGOS WITH LABELS
================================ */

.platform-logos {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 40px;
  padding: 20px 0;
  flex-wrap: nowrap;
  /* force single line */
}

/* Each item (image + label) */
.platform-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

/* Image styling */
.platform-item img {
  max-width: 160px;
  width: 100%;
  height: auto;
  object-fit: contain;
  margin-bottom: 8px;
  transition: transform 0.3s ease;
}

.platform-item img:hover {
  transform: scale(1.05);
}

/* Label */
.platform-item span {
  font-size: 14px;
  font-weight: 600;
  color: #333;
}

/* Tablet */
@media (max-width: 768px) {
  .platform-logos {
    gap: 28px;
  }

  .platform-item img {
    max-width: 130px;
  }

  .platform-item span {
    font-size: 13px;
  }
}

/* Mobile */
@media (max-width: 480px) {
  .platform-logos {
    gap: 20px;
  }

  .platform-item img {
    max-width: 110px;
  }

  .platform-item span {
    font-size: 12px;
  }
}

/* Artificial Intelligence */

/* ===============================
   GLOBAL / TYPOGRAPHY (existing)
================================ */
.heading2 {
  font-size: 25px;
  margin: 30px 0;
  color: #032e5d;
  line-height: normal;
  text-transform: uppercase;
  font-weight: 600;
  text-align: left;
}

.heading2:after {
  width: 50px;
  margin: 5px 0 0;
  display: block;
  height: 3px;
  background-color: #032e5d;
  content: "";
}

/* Mobile responsiveness */
@media (max-width: 768px) {
  .heading2 {
    font-size: 22px;
    /* mobile ke liye smaller */
    margin: 20px 0;
    line-height: 1.3;
  }

  .heading2:after {
    width: 35px;
    /* underline bhi thodi chhoti */
    height: 2px;
    margin-top: 8px;
  }
}

/* Extra small devices */
@media (max-width: 480px) {
  .heading2 {
    font-size: 20px;
    margin: 15px 0;
  }

  .heading2:after {
    width: 30px;
  }
}

p {
  font-size: 15px;
  line-height: 1.6;
  text-align: left;
  color: #fff;
}

/* ===============================
   BANNER / HERO
================================ */

.banner-testing .row {
  position: relative;
  z-index: 2;
}

/* ===============================
   CLIENT LOGO / OWL
================================ */

/* ===============================
   AI SERVICES SECTION
================================ */


/* ===============================
   DESKTOP vs MOBILE VISIBILITY
================================ */

/* ===============================
   DESKTOP – MAIN CARD
================================ */
.bg-box-shadow-offering {
  background: #ffffff;
  border-radius: 14px;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.08);
  overflow: hidden;
}

/* ===============================
   DESKTOP – LEFT CONTENT PANEL
================================ */

/* ===============================
   DESKTOP – RIGHT SERVICE LIST
================================ */

/* ===============================
   MOBILE – SWIPER WRAPPER
================================ */

/* ===============================
   MOBILE – SERVICE CARD
================================ */

/* ===============================
   MOBILE – PAGINATION DOTS
================================ */

.ai-services-dots .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #cfd8e3;
  opacity: 1;
  cursor: pointer;
  transition: all 0.3s ease;
  display: inline-block;
}

.ai-services-dots .swiper-pagination-bullet-active {
  background: #032e5d;
  width: 28px;
  border-radius: 20px;
}

/* ===============================
   RESPONSIVE
================================ */
@media (max-width: 991px) {
  .ai-services-section {
    padding: 40px 0;
  }
}

@media (max-width: 768px) {
  .ai-services-section {
    padding: 30px 0;
  }
}

@media (max-width: 576px) {

  .ai-services-dots .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
  }

  .ai-services-dots .swiper-pagination-bullet-active {
    width: 22px;
  }
}

/* ===============================
   BENEFITS GRID
================================ */

.benefits-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 24px;
  grid-auto-rows: 1fr;
  align-items: stretch;
  margin-top: 30px;
}

/* ===============================
   BENEFITS CARD – UNIFORM SIZE
================================ */
/* CARD */

/* REMOVE GRADIENT */

/* ICON */

/* TITLE */

/* HOVER EFFECT */

/* ICON HOVER */

/* TEXT COLOR (optional subtle change) */

/* ===============================
   RESPONSIVE
================================ */

/* MOBILE */

/* ===============================
   BENEFITS – MOBILE FIX
================================ */

@media (max-width: 576px) {
  /* Force column full width on mobile */
  .business-section .col-6,
  .business-section .col-sm-3,
  .business-section .col-md-2,
  .business-section .col-lg-2 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  /* Card full width + same height */

  /* Center icon & text properly */

  /* Remove extra row gaps */
  .business-section .row > div {
    margin-bottom: 16px;
  }
}

/* New Ai Industries section  */

/* ===============================
   AI INDUSTRY IMAGE OVERLAY
================================ */

/* Text container */

/* Text style */

/* ===============================
   RESPONSIVE
================================ */

/* ===============================
   INDUSTRIES SECTION
================================ */

.industries-section {
  background: #f9fbff;
  padding: 0px 0;
}

.industries-section .heading2 {
  margin-bottom: 16px;
}

.industries-section .prose-lg {
  max-width: 1200px;
}

/* ===============================
   INDUSTRY CARD
================================ */

/* Image wrapper */

/* Image */

/* Hover zoom */

/* Content */

/* Lift on hover */

/* ===============================
   GRID SPACING
================================ */

.industries-section .row > div {
  margin-bottom: 24px;
}

/* ===============================
   RESPONSIVE
================================ */

/* ===============================
   PROCESS / ACCORDION SECTION
================================ */
/* ===============================
   PROCESS / ACCORDION SECTION
================================ */

.h-line {
  width: 60px;
  height: 4px;
  background: #032e5d;
  margin: 20px auto 0;
  border-radius: 2px;
}

/* ===============================
   ACCORDION WRAPPER FIX
================================ */

.our-service .row {
  align-items: flex-start;
}

/* Prevent equal-height stretching */
.our-service .col-lg-6,
.our-service .col-md-6 {
  display: flex;
  flex-direction: column;
}

/* ===============================
   ACCORDION ITEM (CARD)
================================ */

.accordion-item {
  background: #ffffff;
  border-radius: 16px;
  margin-bottom: 1px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
  border: none;
  overflow: hidden;
}

/* Remove default bootstrap styles */
.accordion-header {
  padding: 0;
  background: transparent;
}

.accordion-button {
  padding: 0;
  background: transparent;
  box-shadow: none !important;
}

.accordion-button::after {
  display: none;
}

/* ===============================
   ACCORDION HEADER CONTENT
================================ */

.accordion-header-spacing {
  display: flex;
  align-items: center;
  padding: 18px 22px;
  cursor: pointer;
}

/* Number + icon */
.accordion-header-right {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  font-weight: 600;
  color: #032e5d;
  min-width: 60px;
}

/* Title */
.accordion-header-left {
  font-size: 15px;
  font-weight: 600;
  color: #032e5d;
  line-height: 1.4;
}

/* Active title */
.accordion-button:not(.collapsed) .accordion-header-left {
  color: #032e5d;
}

/* ===============================
   ACCORDION BODY (TEXT FIXED)
================================ */

/* VERY IMPORTANT – prevent clipping */
.accordion-collapse {
  overflow: visible !important;
}

.accordion-body {
  padding: 0 22px 22px;
  background: #ffffff;
  color: #555;
  height: auto !important;
  overflow: visible !important;
}

.accordion-body p {
  font-size: 14px;
  line-height: 1.6;
  color: #555;
  margin-bottom: 12px;
}

.accordion-body p span {
  font-weight: 600;
  color: #032e5d;
}

/* ===============================
   HOVER / ACTIVE EFFECT
================================ */

.accordion-item:hover {
  box-shadow: 0 18px 45px rgba(13, 110, 253, 0.18);
  transform: translateY(-2px);
  transition: 0.3s ease;
}

/* ===============================
   RESPONSIVE
================================ */

@media (max-width: 991px) {

  .our-service .col-lg-6,
  .our-service .col-md-6 {
    display: block;
  }

  .accordion-header-spacing {
    padding: 16px 18px;
  }

  .accordion-header-left {
    font-size: 14px;
  }
}

@media (max-width: 576px) {
  .accordion-header-spacing {
    padding: 14px 16px;
  }

  .accordion-body {
    padding: 0 16px 18px;
  }

  .accordion-body p {
    font-size: 13.5px;
  }
}

/* ===============================
   ACCORDION TEXT HIDING – FINAL FIX
================================ */

/* Bootstrap accordion animation wrapper */
.accordion-collapse {
  overflow: visible !important;
  height: auto !important;
}

/* Prevent flex stretch clipping */
.accordion-item,
.accordion {
  overflow: visible !important;
}

/* Accordion body MUST be visible */
.accordion-body {
  position: relative;
  z-index: 1;
  overflow: visible !important;
  height: auto !important;
  min-height: unset !important;

  padding: 16px 22px 22px !important;
  background: #ffffff !important;
  color: #555 !important;
}

/* Paragraph safety */
.accordion-body * {
  visibility: visible !important;
  opacity: 1 !important;
  color: #555 !important;
}

/* Remove any transform clipping */
.accordion-collapse,
.accordion-body {
  transform: none !important;
}

/* ===============================
   CUSTOM APPROACH SECTION
================================ */

/* ===============================
   SWIPER WRAPPER
================================ */

/* ===============================
   CUSTOM PAGINATION DOTS
================================ */

.custom-approach-dots .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #cfd8e3;
  opacity: 1;
  cursor: pointer;
  transition: all 0.3s ease;
  display: inline-block;
}

.custom-approach-dots .swiper-pagination-bullet-active {
  background: #032e5d;
  width: 28px;
  border-radius: 20px;
}

/* ===============================
   SLIDE CARD
================================ */

.testimonials-item .text-box {
  padding: 30px 24px;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

/* ===============================
   ICON
================================ */

/* ===============================
   TEXT
================================ */

/* ===============================
   RESPONSIVE
================================ */
@media (max-width: 1024px) {
  .testimonials-item .text-box {
    padding: 26px 20px;
  }
}

@media (max-width: 576px) {
  .testimonials-item .text-box {
    padding: 22px 18px;
  }

  .custom-approach-dots .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
  }

  .custom-approach-dots .swiper-pagination-bullet-active {
    width: 22px;
  }
}

/* Force dots on all screen sizes */

.custom-approach-dots .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #cfd8e3;
  opacity: 1;
  cursor: pointer;
  transition: all 0.3s ease;
  display: inline-block !important;
}

.custom-approach-dots .swiper-pagination-bullet-active {
  background: #032e5d;
  width: 28px;
  border-radius: 20px;
}

/* ===============================
   BLOG SECTION – BASE
================================ */

.blog-section {
  /* background: #f9fbff; */
  padding: 0px 0;
}

.blog_heading {
  margin-bottom: 0px;
}

/* ===============================
   BLOG CARD
================================ */

.blog-container {
  background: #ffffff;
  border-radius: 18px;
  overflow: hidden;
  height: 100%;
  box-shadow: 0 12px 35px rgba(0, 0, 0, 0.08);
  transition: all 0.35s ease;
  display: flex;
  flex-direction: column;
}

/* Hover lift */
.blog-container:hover {
  transform: translateY(-8px);
  box-shadow: 0 22px 50px rgba(13, 110, 253, 0.25);
}

/* Make link full card */
.blog-container a {
  text-decoration: none;
  color: inherit;
  display: flex;
  flex-direction: column;
  height: 100%;
}

/* ===============================
   BLOG IMAGE
================================ */

.blog-img {
  position: relative;
  overflow: hidden;
}

.blog-img img {
  width: 100%;
  height: 220px;
  object-fit: cover;
  transition: transform 0.6s ease;
}

/* Image zoom on hover */
.blog-container:hover .blog-img img {
  transform: scale(1.08);
}

/* ===============================
   BLOG CONTENT
================================ */

.blog-container h3 {
  font-size: 16px;
  font-weight: 600;
  color: #032e5d;
  margin: 18px 18px 10px;
  line-height: 1.4;
}

.blog-container p {
  font-size: 14px;
  line-height: 1.6;
  color: #555;
  margin: 0 18px 18px;
  flex-grow: 1;
}

/* ===============================
   READ MORE
================================ */

.blog-read-more {
  margin: 0 18px 22px;
}

.blog-read-more button {
  background: none;
  border: none;
  padding: 0;
  font-size: 15px;
  font-weight: 600;
  color: #032e5d;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  transition:
    color 0.3s ease,
    transform 0.3s ease;
}

.blog-read-more button i {
  font-size: 13px;
  transition: transform 0.3s ease;
}

.blog-container:hover .blog-read-more button {
  color: #032e5d;
}

.blog-container:hover .blog-read-more button i {
  transform: translateX(4px);
}

/* ===============================
   SWIPER CUSTOMIZATION
================================ */

.testimonialSwiper-blog-service {
  padding-bottom: 50px;
}

.testimonialSwiper-blog-service .swiper-pagination-bullet {
  background: #cfd8e3;
  opacity: 1;
}

.testimonialSwiper-blog-service .swiper-pagination-bullet-active {
  background: #032e5d;
}

/* ===============================
   RESPONSIVE
================================ */

@media (max-width: 991px) {
  .blog-section {
    padding: 60px 0;
  }

  .blog-img img {
    height: 200px;
  }
}

@media (max-width: 576px) {
  .blog-img img {
    height: 180px;
  }

  .blog-container h3 {
    font-size: 15px;
  }

  .blog-container p {
    font-size: 13.5px;
  }
}

/* ===============================
   SEE ALL BLOGS BUTTON
================================ */

.see-all-wrapper {
  text-align: center;
  margin-top: 0px;
}

.see-all-btn {
  display: inline-block;
  padding: 12px 28px;
  background: linear-gradient(135deg, #032e5d, #032e5d);
  color: #ffffff;
  border-radius: 30px;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  transition: 0.3s ease;
  box-shadow: 0 8px 20px rgba(13, 110, 253, 0.25);
}

.see-all-btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 12px 30px rgba(13, 110, 253, 0.35);
  color: #ffffff;
}

/* ===============================
   MODERN SLIDER DOTS (PAGINATION)
================================ */

/* Center dots below slider */
.testimonialSwiper-blog-service .swiper-pagination {
  bottom: 10px !important;
  text-align: center;
}

/* Default dot */
.testimonialSwiper-blog-service .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background: #cfd8e3;
  opacity: 1;
  border-radius: 50%;
  margin: 0 6px !important;
  transition: all 0.3s ease;
}

/* Active dot */
.testimonialSwiper-blog-service .swiper-pagination-bullet-active {
  background: linear-gradient(135deg, #032e5d, #2e6fa7);
  width: 22px;
  border-radius: 10px;
}

/* Hover effect */
.testimonialSwiper-blog-service .swiper-pagination-bullet:hover {
  transform: scale(1.2);
  background: #032e5d;
}

/* ===============================
   GLOBAL OVERFLOW FIX
================================ */
/* html,
body {
  width: 100%;
} */

* {
  box-sizing: border-box;
}

/* html {
  overflow-x: clip;

}

body {
  overflow-x: clip;

  max-width: 100vw;
} */

/* Fix: prevent overflow:clip from clipping scroll repaints */

html {
  overflow-x: clip;

  overflow-y: auto; /* change from 'visible' */
}

body {
  overflow-x: hidden;

  overflow-y: auto; /* change from 'auto hidden' */
}

/* ===============================
   HERO / VIDEO – MOBILE FIX
================================ */

/* ===============================
   CLIENT LOGO SLIDER FIX
================================ */

/* ===============================
   EXPERIENCE BAR FIX
================================ */

/* ===============================
   AI SERVICES FIX
================================ */
@media (max-width: 991px) {
  .ai-services-section {
    padding: 50px 0;
  }
}

/* ===============================
   BENEFITS GRID FIX
================================ */

/* ===============================
   INDUSTRIES IMAGE FIX
================================ */
@media (max-width: 768px) {

  .image-text {
    font-size: 14px;
    padding: 10px;
  }
}

/* ===============================
   OUR EXPERTISE – BASE
================================ */

/* ===============================
   VIEW SWITCH
================================ */

/* ===============================
   DESKTOP STYLING
================================ */
.laptop-view-expertise .row {
  align-items: center;
  margin-bottom: 6px;
}

/* ===============================
   MOBILE BASE
================================ */
@media (max-width: 991px) {

  /* Container padding remove for full-width marquee */
  .mobile-view-expertise .container {
    padding-left: 0 !important;
    padding-right: 0 !important;
    max-width: 100% !important;
    overflow: hidden;
  }

  /* Heading padding */

  /* Outer clip */
  .marquee-track {
    overflow: hidden;
    width: 100%;
    position: relative;
  }

  /* Scrolling row */

  /* Pause on hover */

  /* Each logo card */

  /* Logo image */
}

/* ===============================
   MARQUEE ANIMATION
================================ */
@keyframes marqueeScroll {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-50%);
  }
}

/* ===============================
   SMALL MOBILE
================================ */

/* ===============================
   ACCORDION FIX
================================ */
@media (max-width: 576px) {
  .accordion-header {
    font-size: 14px;
  }

  .accordion-body {
    font-size: 14px;
  }
}

/* ===============================
   BLOG FIX
================================ */
@media (max-width: 768px) {
  .blog-img img {
    height: 180px;
  }

  .blog-container {
    margin-bottom: 20px;
  }
}

/* artificial-intelligence/ai-app-development section */

/* ===============================
   DESKTOP STICKY – FINAL WORKING
================================ */

/* Left column */

/* ===============================
   MOBILE – STICKY OFF
================================ */

/* CTA */

/* ===============================
   CLIENT LOGO SLIDER
================================ */

/* ===============================
   RIGHT IMAGE
================================ */

/* ===============================
   SWIPER FIXES
================================ */

/* Remove unwanted spacing */
.mySwiper .swiper-slide {
  display: flex;
  justify-content: center;
}

/* ===============================
   RESPONSIVE
================================ */

@media (max-width: 576px) {
  /* .banner-testing {
    padding: 0px 0 0px;
    text-align: center;
  } */
}

/* ===============================
   LEFT CONTENT
================================ */

/* CTA button */

/* ===============================
   CLIENT LOGO SLIDER
================================ */

/* ===============================
   RIGHT IMAGE
================================ */

/* subtle float animation */
@keyframes floatImage {
  0% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-12px);
  }

  100% {
    transform: translateY(0);
  }
}

/* ===============================
   RESPONSIVE
================================ */

/* ===============================
   ACCORDION LIST CLEANUP
================================ */

#accordion {
  list-style: none;
  margin: 0;
  padding: 0;
}

#accordion li {
  margin-bottom: 5px;
}

/* Click row */
#accordion .link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 4px 10px;
  border-radius: 0px;
  background: #f4f7ff;
  cursor: pointer;
  transition: all 0.3s ease;
}

#accordion .link a {
  font-size: 14px;
  font-weight: 600;
  color: #032e5d;
  text-decoration: none;
  flex: 1;
}

/* Hover */
#accordion .link:hover {
  background: #88beff;
}

/* Active */
#accordion .link.active {
  background: #032e5d;
}

#accordion .link.active a {
  color: #ffffff;
}

#accordion .link.active img.gg {
  filter: brightness(0) invert(1);
}

/* Icon */
#accordion img.gg {
  width: 18px;
  height: 18px;
}

/* ===============================
   SUB MENU
================================ */

.submenu {
  list-style: none;
  margin: 8px 0 12px;
  padding: 8px 0 8px 16px;
  border-left: 2px solid #032e5d;
}

.submenu li {
  margin-bottom: 6px;
}

.submenu li a {
  font-size: 13.5px;
  color: #555;
  text-decoration: none;
}

.submenu li a:hover {
  color: #032e5d;
}

/* ===============================
   RESPONSIVE – MOBILE
================================ */

/* ===============================
   BREADCRUMB AREA
================================ */

.BreadArea {
  /* background: #fff; */
  padding: 14px 0;
}

.BreadArea ul {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Breadcrumb item */
.BreadArea li {
  display: flex;
  align-items: center;
  font-size: 14px;
  color: #6c757d;
}

/* Links */
.BreadArea li a {
  color: #5e5f60;
  text-decoration: none;
  font-weight: 500;
  transition: color 0.3s ease;
}

/* Hover */
.BreadArea li a:hover {
  color: #032e5d;
}

/* Arrow icon */
.BreadArea li img {
  width: 12px;
  height: auto;
  margin: 0 2px;
  opacity: 1;
}

/* Active breadcrumb */
.BreadArea li.active a {
  color: #032e5d;
  font-weight: 600;
  pointer-events: none;
}

/* ===============================
   RESPONSIVE
================================ */

@media (max-width: 576px) {
  .BreadArea {
    padding: 10px 0;
  }

  .BreadArea ul {
    gap: 6px;
  }

  .BreadArea li {
    font-size: 13px;
  }

  /* Hide arrows if space is less */
  .BreadArea li img {
    width: 10px;
    margin: 0 4px;
  }
}

/* ===============================
   BREADCRUMB — DARK PAGE OVERRIDE
   (used on CaseStudy page only)
================================ */
.breadcrumb-dark .BreadArea li a {
  color: #94a3b8;
}

.breadcrumb-dark .BreadArea li a:hover {
  color: #ffffff;
}

.breadcrumb-dark .BreadArea li.active a {
  color: #e2e8f0;
}

.breadcrumb-dark .BreadArea li img {
  filter: invert(1) brightness(2) opacity(0.5);
}

/* ===============================
   SERVICE RIGHT SECTION
================================ */

.service-right-section {
  /* background: linear-gradient(135deg, #032e5d, #2e6fa7); */
  padding: 0px 0px;
  border-radius: 20px;
  color: #555;
  height: auto;
  min-height: auto;
  position: relative;
  overflow: visible;
}

/* subtle background glow */
.service-right-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(
    circle at top right,
    rgba(255, 255, 255, 0.15),
    transparent 60%
  );
  z-index: 0;
}

.service-right-section > * {
  position: relative;
  z-index: 1;
}

/* ===============================
   HEADING
================================ */

.testing-heading {
  font-size: 34px;
  font-weight: 700;
  line-height: 1.25;
  margin-bottom: 28px;
  color: #000;
}

/* ===============================
   IMAGE
================================ */

.cta_centerimg {
  display: flex;
  justify-content: center;
  margin-bottom: 30px;
}

.cta_centerimg img {
  /* max-width: 100%; */
  /* width: 380px; */
  height: auto;
  object-fit: contain;
  /* animation: floatImg 4s ease-in-out infinite; */
}

/* floating animation */
/* @keyframes floatImg {
  0% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-12px);
  }

  100% {
    transform: translateY(0);
  }
} */

/* ===============================
   TEXT
================================ */

.prose-lg {
  font-size: 15.5px;
  line-height: 1.7;
  margin-bottom: 0;
  text-align: left;
}

.tier-para {
  font-size: 14px;
  line-height: 1.65;
  color: #555;
  margin-bottom: 5px;
  flex-grow: 1;
}

@media (max-width: 576px) {
  .tier-para {
    font-size: 13.5px;
  }
}

.txt_white {
  color: rgba(255, 255, 255, 0.9);
}

.text-black {
  color: #000;
}

/* ===============================
   RESPONSIVE
================================ */

@media (max-width: 991px) {
  .service-right-section {
    padding: 0px 0px;
  }

  .testing-heading {
    font-size: 28px;
  }

  .cta_centerimg img {
    width: 320px;
  }
}

@media (max-width: 576px) {
  .service-right-section {
    padding: 0px 0px;
    text-align: center;
  }

  .testing-heading {
    font-size: 24px;
  }

  .cta_centerimg img {
    width: 260px;
  }

  .prose-lg {
    font-size: 14.5px;
  }
}

/* ===============================
   INDUSTRIES SECTION
================================ */

/* Card */
.industries-serve-item {
  background: #ffffff;
  border-radius: 16px;
  overflow: hidden;
  height: 100%;
  cursor: pointer;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.25);
  transition: all 0.35s ease;
  display: flex;
  flex-direction: column;
}

/* Image */
.industries-serve-item img {
  width: 100%;
  height: 220px;
  object-fit: cover;
  transition: transform 0.6s ease;
}

/* Hover zoom */
.industries-serve-item:hover img {
  transform: scale(1.1);
}

/* Label */
.industry-label {
  padding: 14px 16px;
  background: #ffffff;
  text-align: center;
}

/* Lift on hover */
.industries-serve-item:hover {
  transform: translateY(-6px);
  box-shadow: 0 18px 42px rgba(0, 0, 0, 0.35);
}

/* Grid spacing */
.industries-section .row > div {
  margin-bottom: 24px;
}

/* ===============================
   RESPONSIVE
================================ */

@media (max-width: 991px) {
  .industries-serve-item img {
    height: 200px;
  }

  .industry-label p {
    font-size: 15px;
  }
}

@media (max-width: 576px) {
  .industries-serve-item img {
    height: 180px;
  }

  .industry-label {
    padding: 12px;
  }

  .industry-label p {
    font-size: 14px;
  }
}

/* ===============================
   DEVELOPMENT SECTION
================================ */

.development-section {
  background: #f9fbff;
  padding: 20px 0;
}

/* Intro text */
.service-para {
  text-align: left;
  max-width: 900px;
  margin: 0 auto 0px;
}

.service-para h2 {
  font-size: 32px;
  font-weight: 700;
  color: #032e5d;
  margin-bottom: 0px;
}

.service-para p {
  font-size: 16px;
  line-height: 1.7;
  color: #555;
}

/* ===============================
   SERVICE CARD
================================ */

/* CARD */
.services-boxes {
  background: #ffffff;
  border-radius: 0px;
  padding: 30px 26px 34px;
  height: 100%;
  min-height: 380px;

  display: flex;
  flex-direction: column;
  text-align: left;

  position: relative;
  overflow: hidden;

  box-shadow: 0 12px 35px rgba(0, 0, 0, 0.08);
  transition: all 0.35s ease;
}

/* 🔵 TOP BORDER (hidden by default) */
.services-boxes::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0%;
  /* 👈 hidden initially */
  height: 5px;
  background: #032e5d;
  /* 👈 blue color */
  transition: width 0.35s ease;
}

/* HOVER EFFECT */
.services-boxes:hover {
  transform: translateY(-8px);
  box-shadow: 0 22px 50px rgba(13, 110, 253, 0.22);
}

/* 🔥 SHOW TOP BORDER ON HOVER */
.services-boxes:hover::before {
  width: 100%;
}

/* IMAGE */
.services-boxes img {
  width: 106px;
  height: 106px;
  object-fit: contain;
  margin-bottom: 10px;
}

/* ===============================
   CARD HEADING
================================ */

.app-d-heading {
  font-size: 17px;
  font-weight: 600;
  color: #032e5d;
  margin-bottom: 12px;
  line-height: 1.4;
}

/* Link reset */
.services-boxes a {
  text-decoration: none;
}

/* ===============================
   CARD TEXT
================================ */
.prose-lg {
  font-size: 16px;
  line-height: 1.65;
  color: #555;
  margin-bottom: 5px;
  flex-grow: 1;
}

.prose-lg p {
  font-size: 16px;
  line-height: 1.65;
  color: #555;
  margin-bottom: 5px;
  flex-grow: 1;
}

p {
  font-size: 16px;
  line-height: 1.65;
  color: #555;
  margin-bottom: 5px;
  flex-grow: 1;
}

.prose-lg-dark {
  font-size: 16px;
  line-height: 1.65;
  color: #555;
  margin-bottom: 5px;
  flex-grow: 1;
}

.prose-lg-white {
  font-size: 13.5px;
  line-height: 1.65;
  color: #fff;
  margin-bottom: 5px;
  flex-grow: 1;
}

/* ===============================
   BUTTON
================================ */

.services-boxes button {
  background: #032e5d;
  color: #ffffff;
  border: none;
  border-radius: 30px;
  padding: 10px 22px;
  font-size: 15px;
  font-weight: 600;
  cursor: pointer;
  align-self: flex-start;
  transition: all 0.3s ease;
}

.services-boxes button:hover {
  background: #032e5d;
  transform: translateY(-2px);
}

/* Spacing helper */
.marginTop59 {
  margin-top: auto;
}

/* ===============================
   GRID SPACING
================================ */

.development-section .row > div {
  margin-bottom: 30px;
}

/* ===============================
   RESPONSIVE
================================ */

@media (max-width: 991px) {
  .development-section {
    padding: 60px 0;
  }

  .service-para h2 {
    font-size: 28px;
  }
}

@media (max-width: 576px) {
  .service-para {
    padding: 0 10px;
  }

  .service-para h2 {
    font-size: 24px;
  }

  .services-boxes {
    padding: 26px 22px 30px;
  }

  .app-d-heading {
    font-size: 16px;
  }

  .prose-lg-dark {
    font-size: 13.5px;
  }
}

/* ===============================
   CARD GRID ALIGNMENT FIX
================================ */

/* Row ko flex banaya */
.development-section .row {
  display: flex;
  flex-wrap: wrap;
}

/* Column full height */
.development-section .row > div {
  display: flex;
}

/* Card full height + flex layout */
.services-boxes {
  display: flex;
  flex-direction: column;
  height: 100%;
}

/* Content grow kare */
.services-boxes .prose-lg-dark {
  flex-grow: 1;
}

/* Button hamesha bottom me rahe */
.services-boxes button,
.services-boxes .marginTop59 {
  margin-top: auto;
}

/* ===============================
   CARD GRID ALIGNMENT – FINAL FIX
================================ */

/* Bootstrap row ko flex rakho */
.development-section .row {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  /* 🔥 MOST IMPORTANT */
}

/* Bootstrap columns */
.development-section .row > div {
  display: flex;
}

/* Card full height */
.services-boxes {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
}

/* Icon + heading same start */
.services-boxes img {
  flex-shrink: 0;
}

/* Text area equalize */
.services-boxes .prose-lg-dark {
  flex-grow: 1;
  margin-bottom: 20px;
}

/* Button hamesha bottom me */
.services-boxes button,
.services-boxes .marginTop59 {
  margin-top: auto;
}

/* ===============================
   ACHIEVEMENT / PARTNERSHIP SECTION
================================ */

.achievement-section {
  padding: 20px 0;
  /* background: linear-gradient(135deg, #032e5d, #2e6fa7); */
  text-align: center;
}

.achievement-section .heading2 {
  margin-bottom: 40px;
}

/* ===============================
   SWIPER WRAPPER
================================ */

.image-slider {
  margin: 0 auto;
  max-width: 1200px;
}

/* Fix bootstrap row clash with swiper */
.iconSwiper {
  padding: 10px 0 30px;
}

/* ===============================
   SLIDE
================================ */

.award-service-slider {
  display: flex;
  justify-content: center;
}

/* ===============================
   LOGO CARD
================================ */

.award_item {
  background: #ffffff;
  border-radius: 16px;
  /* padding: 26px 22px; */
  width: 100%;
  max-width: 220px;
  height: 120px;

  display: flex;
  align-items: center;
  justify-content: center;

  box-shadow: 0 12px 35px rgba(0, 0, 0, 0.25);
  transition: all 0.35s ease;
}

/* Hover effect */
.award_item:hover {
  transform: translateY(-6px);
  box-shadow: 0 22px 50px rgba(0, 0, 0, 0.35);
}

/* Logo image */
.award_item img {
  max-width: 100%;
  max-height: 100px;
  object-fit: contain;
  /* filter: grayscale(100%); */
  opacity: 0.9;
  transition: all 0.3s ease;
}

/* Color on hover */
.award_item:hover img {
  filter: none;
  opacity: 1;
}

/* ===============================
   SWIPER PAGINATION (OPTIONAL)
================================ */

.iconSwiper .swiper-pagination-bullet {
  background: rgba(255, 255, 255, 0.5);
  opacity: 1;
}

.iconSwiper .swiper-pagination-bullet-active {
  background: #ffffff;
}

/* ===============================
   RESPONSIVE
================================ */

@media (max-width: 991px) {
  .achievement-section {
    padding: 60px 0;
  }

  .award_item {
    max-width: 200px;
    height: 110px;
  }

  .award_item img {
    max-height: 52px;
  }
}

@media (max-width: 576px) {
  .award_item {
    max-width: 180px;
    height: 100px;
    padding: 20px;
  }

  .award_item img {
    max-height: 46px;
  }
}

/* Card Wrapper */
.bookmarks-wrapper {
  background: #ffffff;
  border-radius: 16px;
  padding: 20px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.06);
  border: 1px solid #f0f0f0;
}

/* Heading */
.right-section-heading h3 {
  font-size: 2rem;
  font-weight: 700;
  color: #1a1a1a;
  margin-bottom: 16px;
  position: relative;
}

.right-section-heading h3::after {
  content: "";
  width: 40px;
  height: 3px;
  background: linear-gradient(90deg, #032e5d, #032e5d);
  display: block;
  margin-top: 6px;
  border-radius: 10px;
}

/* List */
.sidebar-include ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.sidebar-include ul a {
  text-decoration: none;
}

/* List Item */
.sidebar-include ul li {
  padding: 8px 10px;
  margin-bottom: 10px;
  border-radius: 12px;
  font-size: 1.5rem;
  font-weight: 500;
  color: #444;
  background: #f6f5ff;
  display: flex;
  align-items: center;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
}

/* Hover Effect */
.sidebar-include ul li:hover {
  background: linear-gradient(90deg, #032e5d, #032e5d);
  color: #ffffff;
  transform: translateX(4px);
  box-shadow: 0 6px 18px rgba(124, 77, 255, 0.35);
}

/* Optional Arrow */
.sidebar-include ul li::after {
  content: "→";
  position: absolute;
  right: 14px;
  opacity: 0;
  transition: 0.3s ease;
}

.sidebar-include ul li:hover::after {
  opacity: 1;
}

/* ===== Responsive ===== */

@media (max-width: 992px) {
  .right-section-service {
    position: relative;
    top: unset;
    margin-top: 40px;
  }
}

@media (max-width: 600px) {
  .bookmarks-wrapper {
    padding: 16px;
  }

  .sidebar-include ul {
    display: flex;
    overflow-x: auto;
    gap: 10px;
  }

  .sidebar-include ul li {
    min-width: 180px;
    white-space: nowrap;
    justify-content: center;
    transform: none;
  }

  .sidebar-include ul li:hover {
    transform: none;
  }
}

/* consulting section page  */

/* =========================
   WHY CHOOSE WINKLIX
========================= */

.why-winklix {
  padding: 0px 0;
  /* background: linear-gradient(180deg, #f7fbff 0%, #ffffff 100%); */
}

/* Heading */

/* =========================
   WHY LIST
========================= */

.why-listing ul {
  list-style: none;
  padding: 0;
  margin: 0;
  max-width: 900px;
}

.why-listing ul li {
  position: relative;
  background: #ffffff;
  padding: 1px 18px 16px 48px;
  margin-bottom: 2px;
  border-radius: 1px;
  color: #333;
  line-height: 1.6;
  box-shadow: 0 10px 25px rgba(0, 94, 184, 0.08);
  transition: all 0.3s ease;
  border-left: 4px solid transparent;
}

/* Bullet Icon */
.why-listing ul li::before {
  content: "✔";
  position: absolute;
  left: 18px;
  top: 18px;
  font-weight: 700;
  color: #032e5d;
}

/* Hover */
.why-listing ul li:hover {
  transform: translateY(-3px);
  border-left-color: #032e5d;
  box-shadow: 0 14px 40px rgba(10, 61, 98, 0.18);
}

/* =========================
   CLIENT SLIDER
========================= */

.client-says {
  padding: 80px 0px;
  background-color: #f0f0f0;
}

.testimonialSwiper-client {
  padding-bottom: 40px !important;
  /* space for pagination dots */
  width: 100%;
}

/* Each slide */
.client-say-item {
  width: 100%;
  border-radius: 0px;
  overflow: hidden;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
  background: #000;
  position: relative;
}

/* Video fills the card */
.client-say-item video {
  display: block;
  width: 100%;
  height: 420px;
  object-fit: cover;
  border-radius: 0px;
}

/* Hover - slight lift effect */
.client-say-item:hover {
  transform: translateY(-4px);
  transition: transform 0.3s ease;
  box-shadow: 0 14px 40px rgba(10, 61, 98, 0.22);
}

/* Pagination dots */
.testimonialSwiper-client .swiper-pagination-bullet {
  background: #032e5d;
  opacity: 0.4;
  width: 8px;
  height: 8px;
}

.testimonialSwiper-client .swiper-pagination-bullet-active {
  opacity: 1;
  background: #032e5d;
}

/* =========================
   RESPONSIVE
========================= */

@media (max-width: 1024px) {
  .client-say-item video {
    height: 360px;
  }
}

@media (max-width: 768px) {
  .client-says {
    padding: 30px 0;
  }

  .client-say-item video {
    height: 300px;
  }
}

@media (max-width: 576px) {
  .client-says {
    padding: 24px 0;
  }

  .client-say-item video {
    height: 240px;
  }

  .testimonialSwiper-client {
    padding-bottom: 36px !important;
  }
}

@media (max-width: 375px) {
  .client-say-item video {
    height: 200px;
  }
}

/* =========================
   SALESFORCE PRODUCTS
========================= */

.salesforce-product {
  /* padding: 10px 0; */
  /* background: linear-gradient(180deg, #f7fbff 0%, #ffffff 100%); */
}

/* =========================
   PRODUCT BOX
========================= */

/* Full clickable */

/* Decorative Gradient Strip */

/* Title */

/* Arrow */

/* Hover Effects */

/* =========================
   RESPONSIVE (NO FONT CHANGE)
========================= */

@media (max-width: 992px) {
  .salesforce-product {
    /* padding: 60px 0; */
  }
}

/* ===============================
   CERTIFICATION SECTION
================================ */

/* MAIN WRAPPER */

/* ===============================
   LEFT (BADGES)
================================ */

/* ===============================
   RIGHT (TEXT)
================================ */

/* ===============================
   RESPONSIVE
================================ */

/* our physical presense */
/* ===============================
   LOCATION SECTION
================================ */

.loaction {
  background: #eef2f6;
  padding: 60px 0;
}

/* GRID GAP FIX */
.loaction .row {
  row-gap: 30px;
}

/* ===============================
   CARD
================================ */

.location-add {
  background: #ffffff;
  border-radius: 0px;
  padding: 24px 20px;
  height: 100%;

  text-align: center;

  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease;
}

/* HOVER */
.location-add:hover {
  transform: translateY(-6px);
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.12);
}

/* ===============================
   FLAG IMAGE
================================ */

.location-add img {
  width: 32px;
  height: 32px;
  object-fit: cover;
  align-items: center;
  justify-content: center;
  justify-self: center;
  border-radius: 0px;
  margin-bottom: 12px;
}

/* ===============================
   TITLE
================================ */

.location-add h2 {
  font-size: 20px;
  font-weight: 600;
  color: #0b2c4d;
  margin-bottom: 10px;
}

/* ===============================
   ADDRESS
================================ */

.location-add p {
  font-size: 14px;
  color: #555;
  line-height: 1.6;
  margin-bottom: 8px;
}

/* ===============================
   PHONE + EMAIL
================================ */

.location-add b p {
  font-weight: 600;
  color: #222;
  margin-bottom: 6px;
}

/* ===============================
   RESPONSIVE
================================ */

@media (max-width: 991px) {
  .location-add {
    padding: 20px 16px;
  }

  .location-add h2 {
    font-size: 18px;
  }
}

@media (max-width: 576px) {
  .loaction {
    padding: 40px 15px;
  }

  .location-add {
    padding: 18px 14px;
  }

  .location-add img {
    width: 36px;
    height: 36px;
  }

  .location-add h2 {
    font-size: 16px;
  }

  .location-add p {
    font-size: 13px;
  }
}

/* =========================
   AI CAPABILITIES (CARDS ONLY)
========================= */

.ai-capabilyties {
  padding: 10px 0;
  /* background: linear-gradient(180deg, #f7fbff 0%, #ffffff 100%); */
}

/* =========================
   CAPABILITY CARD – CHATBOTS
========================= */

.chatbots {
  background: #ffffff;
  border-radius: 16px;
  padding: 26px 20px;
  text-align: center;

  /* Card sizing */
  width: 100%;
  height: 100%;
  min-height: 220px;

  /* Layout */
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;

  /* Visuals */
  border: 1px solid #eef4fb;
  box-shadow: 0 10px 25px rgba(0, 94, 184, 0.08);
  position: relative;
  overflow: hidden;

  /* Interaction */
  transition:
    transform 0.35s ease,
    box-shadow 0.35s ease;
}

/* =========================
   GRADIENT HOVER OVERLAY
========================= */

.chatbots::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, #032e5d, #2e6fa7);
  opacity: 0;
  transition: opacity 0.35s ease;
  z-index: 0;
}

/* =========================
   ICON
========================= */

.chatbots img {
  max-width: 64px;
  margin-bottom: 14px;
  position: relative;
  z-index: 1;
  transition:
    transform 0.35s ease,
    filter 0.35s ease;
  flex-shrink: 0;
}

/* =========================
   TITLE
========================= */

.chatbots h3 {
  margin: 0;
  font-size: 20px;
  line-height: 1.4;
  color: #032e5d;
  text-align: center;
  position: relative;
  z-index: 1;
}

/* =========================
   HOVER EFFECTS (DESKTOP)
========================= */

@media (hover: hover) {
  .chatbots:hover {
    transform: translateY(-6px);
    box-shadow: 0 18px 45px rgba(10, 61, 98, 0.22);
  }

  .chatbots:hover::before {
    opacity: 1;
  }

  .chatbots:hover h3 {
    color: #ffffff;
  }

  .chatbots:hover img {
    filter: brightness(0) invert(1);
    transform: scale(1.06);
  }
}

/* =========================
   TABLET
========================= */

@media (max-width: 992px) {
  .chatbots {
    min-height: 210px;
    padding: 22px 18px;
  }
}

/* =========================
   MOBILE – FULL WIDTH CARD
========================= */

@media (max-width: 576px) {
  .chatbots {
    width: 100%;
    min-height: 190px;
    padding: 20px 16px;
    border-radius: 14px;
  }

  .chatbots img {
    max-width: 56px;
  }

  .chatbots h3 {
    font-size: 18px;
  }
}

/* =========================
   TECH ITEM – CARD STYLE
========================= */
/* =========================
   TECH ITEM IMAGE – SAME SIZE
========================= */

.tech-item img {
  width: 110px;
  /* 🔒 same width */
  height: 110px;
  /* 🔒 same height */
  object-fit: contain;
  /* ❌ image stretch nahi hogi */
  background-color: #000;
  padding: 10px;
  display: block;
  border-radius: 10px;
  margin: 0 auto 10px;
  /* center */
}

/* =========================
   MOBILE – FULL WIDTH ITEM
========================= */

@media (max-width: 576px) {
  .tech-item {
    width: 100%;
  }

  /* Swiper slide ke andar bhi full width */
  .swiper-slide .tech-item {
    width: 100%;
  }
}

.tech-item p {
  font-weight: 900;
}

/* =========================
   COST / PRICE RANGES
========================= */

.countable {
  width: 100%;
  margin: 0px 0 20px;
}

/* =========================
   PRICE CARD
========================= */

.price-ranges {
  background: #ffffff;
  border-radius: 16px;
  padding: 28px;
  height: 100%;
  box-shadow: 0 10px 25px rgba(0, 94, 184, 0.08);
  border: 1px solid #eef4fb;
  transition: all 0.35s ease;
  position: relative;
  overflow: hidden;
}

/* Hover Gradient */
.price-ranges::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, #032e5d, #2e6fa7);
  opacity: 0;
  transition: 0.35s ease;
  z-index: 0;
}

/* Content layer */
.price-ranges > * {
  position: relative;
  z-index: 1;
}

/* Icon */
.price-ranges img {
  max-width: 52px;
  margin-bottom: 14px;
  transition: 0.35s ease;
}

/* Text */
.price-ranges p {
  color: #444;
}

.price-ranges strong {
  color: #032e5d;
}

/* Hover */
.price-ranges:hover {
  transform: translateY(-6px);
  box-shadow: 0 18px 45px rgba(10, 61, 98, 0.22);
}

.price-ranges:hover::before {
  opacity: 1;
}

.price-ranges:hover p,
.price-ranges:hover strong {
  color: #ffffff;
}

.price-ranges:hover img {
  filter: brightness(0) invert(1);
  transform: scale(1.05);
}

/* =========================
   CONSULTING VARIANT
========================= */

.price_consultant {
  border-left: 4px solid #032e5d;
}

/* =========================
   RANGE VARIANT
========================= */

.range_box {
  border-left: 4px solid #032e5d;
}

/* =========================
   INNER LIST (REUSE)
========================= */

.price-ranges .why-listing ul {
  margin-top: 1px;
}

.price-ranges .why-listing ul li {
  background: rgba(255, 255, 255, 0.9);
  box-shadow: none;
  border-left: 3px solid #032e5d;
}

/* Hover fix for list inside gradient */
.price-ranges:hover .why-listing ul li {
  background: rgba(255, 255, 255, 0.15);
  color: #ffffff;
  border-left-color: #ffffff;
}

/* =========================
   SPACING UTIL
========================= */

.mt_3 {
  margin-top: 24px;
}

/* =========================
   RESPONSIVE
========================= */

@media (max-width: 992px) {
  .price-ranges {
    margin-bottom: 24px;
  }
}

@media (max-width: 576px) {
  .price-ranges {
    padding: 22px;
  }

  .price-ranges img {
    max-width: 46px;
  }
}

/* =========================
   RIGHT SIDE CONTAINER FIX
========================= */

.mobile-development-service .col-sm-9,
.mobile-development-service .col-md-9 {
  padding-left: 32px;
}

/* =========================
   AI TECHNOLOGIES SECTION
========================= */

.end-to-end-consulting {
  padding: 0px 0;
  width: 100%;
}

/* Heading alignment */

/* =========================
   WRAPPER NORMALIZATION
========================= */

/* =========================
   TECHNOLOGY GROUP CARD
========================= */

/* Group title */
.t-item-title {
  font-size: 20px;
  font-weight: 600;
  color: #032e5d;
  margin-bottom: 22px;
  position: relative;
}

.t-item-title::after {
  content: "";
  width: 56px;
  height: 3px;
  background: linear-gradient(90deg, #032e5d, #032e5d);
  display: block;
  margin-top: 10px;
  border-radius: 6px;
}

/* =========================
   TECHNOLOGY GRID
========================= */

/* Grid child fix */

/* Individual tech box */

/* Hover effect */

/* Logo image */

/* Logo hover */

/* =========================
   HEIGHT CONSISTENCY
========================= */

/* =========================
   TABLET RESPONSIVE
========================= */

@media (max-width: 992px) {
  .mobile-development-service .col-sm-9,
  .mobile-development-service .col-md-9 {
    padding-left: 20px;
  }

  .end-to-end-consulting {
    padding: 30px 0;
  }

  .t-item-title {
    font-size: 18px;
  }
}

/* =========================
   MOBILE RESPONSIVE
========================= */

@media (max-width: 576px) {
  /* Sidebar drops above – reset padding */
  .mobile-development-service .col-sm-9,
  .mobile-development-service .col-md-9 {
    padding-left: 12px;
  }

  .end-to-end-consulting {
    padding: 24px 0;
  }

  .t-item-title {
    font-size: 17px;
  }
}

/* =====================================
   CHOOSE AI SERVICE SECTION
===================================== */

.salesforce-services {
  padding: 10px 0;
  /* background: linear-gradient(180deg, #f6faff, #ffffff); */
}

.salesforce-product {
  max-width: 1200px;
  margin: auto;
}

.explorse-heading p {
  max-width: 850px;
  margin: 15px 0 50px;
  color: #444;
  line-height: 1.7;
}

/* =====================================
   SERVICE CARD
===================================== */

.choose-service {
  background: #ffffff;
  border-radius: 20px;
  padding: 30px 28px;
  height: 100%;
  box-shadow: 0 12px 35px rgba(0, 94, 184, 0.08);
  transition: all 0.35s ease;
  position: relative;
  overflow: hidden;
}

/* same height fix */
.col-sm-6 {
  display: flex;
}

.choose-service:hover {
  transform: translateY(-8px);
  box-shadow: 0 22px 60px rgba(10, 61, 98, 0.18);
}

/* top accent bar */
.choose-service::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 5px;
  background: linear-gradient(90deg, #032e5d, #032e5d);
}

/* icon */
.choose-service img {
  width: 64px;
  height: 64px;
  margin-bottom: 20px;
}

/* title */
.choose-service h3 {
  color: #032e5d;
  font-weight: 600;
  margin-bottom: 12px;
  position: relative;
}

/* underline */
.choose-service h3::after {
  content: "";
  width: 45px;
  height: 3px;
  background: linear-gradient(90deg, #032e5d, #032e5d);
  display: block;
  margin-top: 8px;
  border-radius: 6px;
}

/* description */
.choose-service p {
  color: #444;
  line-height: 1.7;
}

/* spacing between rows */
.salesforce-services .row {
  row-gap: 30px;
}

/* =====================================
   RESPONSIVE
===================================== */

@media (max-width: 992px) {
  .salesforce-services {
    padding: 70px 0;
  }
}

@media (max-width: 768px) {
  .explorse-heading p {
    margin-bottom: 35px;
  }

  .choose-service {
    padding: 26px 22px;
  }
}

@media (max-width: 576px) {
  .choose-service {
    text-align: center;
  }

  .choose-service h3::after {
    margin-left: auto;
    margin-right: auto;
  }

  .choose-service img {
    margin-left: auto;
    margin-right: auto;
  }
}

/* FORCE SAME HEIGHT ROW ITEMS */
.salesforce-services .row {
  display: flex;
  flex-wrap: wrap;
}

/* FIX COLUMN ALIGNMENT */
.salesforce-services .col-sm-6 {
  display: flex;
}

/* CARD FULL HEIGHT */
.choose-service {
  display: flex;
  flex-direction: column;
  height: 100%;
}

/* TEXT PUSH DOWN EVENLY */
.choose-service p {
  margin-top: auto;
}

/* ===============================
   CONTACT CTA SECTION
================================ */

.contact-shadow {
  background: linear-gradient(135deg, #032e5d, #2e6fa7);
  padding: 50px 20px;
  border-radius: 22px;
  box-shadow: 0 20px 45px rgba(0, 0, 0, 0.18);
  margin: 40px auto;
  max-width: 1100px;
  position: relative;
  overflow: hidden;
}

/* Soft glow effect */
.contact-shadow::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(
    circle at top right,
    rgba(255, 255, 255, 0.15),
    transparent 60%
  );
  pointer-events: none;
}

/* ===============================
   CTA BOX
================================ */

.valuation-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  background: rgba(255, 255, 255, 0.12);
  backdrop-filter: blur(10px);
  padding: 30px 36px;
  border-radius: 18px;
  border: 1px solid rgba(255, 255, 255, 0.15);
}

/* ===============================
   TEXT
================================ */

/* ===============================
   BUTTON
================================ */

.button_exp {
  display: flex;
  justify-content: flex-end;
}

.button_exp button {
  padding: 14px 34px;
  border-radius: 50px;
  border: none;
  background: linear-gradient(135deg, #ffb703, #fb8500);
  color: #1f1f1f;
  font-size: 15px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
  box-shadow: 0 10px 25px rgba(251, 133, 0, 0.4);
}

.button_exp button:hover {
  transform: translateY(-2px);
  box-shadow: 0 15px 35px rgba(251, 133, 0, 0.6);
}

/* ===============================
   RESPONSIVE
================================ */

@media (max-width: 991px) {
  .valuation-box {
    flex-direction: column;
    text-align: center;
  }

  .button_exp {
    justify-content: center;
    margin-top: 20px;
  }
}

@media (max-width: 575px) {
  .contact-shadow {
    padding: 35px 16px;
  }

  .valuation-box {
    padding: 24px 20px;
  }

  .t-item-title {
    font-size: 22px;
  }

  .prose-lg {
    font-size: 15px;
  }

  .prose-lg-white {
    font-size: 15px;
  }

  .button_exp button {
    width: 100%;
    max-width: 260px;
  }
}

/* machine learning */
/* ===============================
   ML EXPERIENCE SECTION
================================ */

.ml-experience-section {
  margin: 0px 0 0px;
}

/* Row layout */
.ml-experience-section .row {
  row-gap: 20px;
}

/* ===============================
   EXPERIENCE CARD
================================ */

.ml-experience-card {
  background: linear-gradient(135deg, #ffffff, #f3f6ff);
  border-radius: 16px;
  padding: 22px 18px;
  height: 140px;
  /* 👈 Force same height */
  text-align: center;
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.07);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  transition: all 0.35s ease;
  position: relative;
  overflow: hidden;
  width: 100%;
}

/* Hover effect */
.ml-experience-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, #032e5d, #2e6fa7);
  opacity: 0;
  transition: opacity 0.35s ease;
}

.ml-experience-card:hover::before {
  opacity: 0.06;
}

.ml-experience-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 18px 45px rgba(13, 110, 253, 0.25);
}

/* Text */
.ml-experience-card p {
  font-size: 14px;
  line-height: 1.5;
  margin: 6px 0 0;
  color: #555;
}

/* ===============================
   RESPONSIVE
================================ */

@media (max-width: 991px) {
  .ml-experience-card {
    height: 130px;
    padding: 20px 16px;
  }
}

@media (max-width: 575px) {
  .ml-experience-section .col-6 {
    display: flex;
  }

  .ml-experience-card {
    height: 120px;
    padding: 18px 14px;
  }

  .ml-experience-card p {
    font-size: 13.5px;
  }
}

.cover-area-item {
  background: #ffffff;
  border-radius: 16px;
  padding: 24px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
  transition: all 0.3s ease;
  border: 1px solid rgba(0, 0, 0, 0.05);
}

/* Hover effect for premium card feel */
.cover-area-item:hover {
  box-shadow: 0 14px 40px rgba(0, 0, 0, 0.18);
  transform: translateY(-6px);
}

/* ===============================
   ML USE CASES SECTION
================================ */

.ml-usecases-section {
  padding: 0;
  overflow: hidden;
  /* shadow cut fix */
}

.ml-usecases-section .container {
  max-width: 100%;
  padding-left: 16px;
  padding-right: 16px;
}

/* ===============================
   CARD BASE
================================ */

.ml-usecase-card {
  background: #ffffff;
  border-radius: 0px;
  padding: 26px 24px;
  box-shadow: 0 12px 35px rgba(0, 0, 0, 0.08);

  /* IMPORTANT */
  width: 100%;
  height: 100%;
  box-sizing: border-box;

  display: flex;
  flex-direction: column;

  transition:
    transform 0.35s ease,
    box-shadow 0.35s ease;
}

.ml-usecase-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 20px 45px rgba(13, 110, 253, 0.25);
}

/* ===============================
   IMAGE
================================ */

.ml-usecase-card img {
  width: 100%;
  height: 80px;
  object-fit: contain;
  margin-bottom: 16px;
  display: block;
}

/* ===============================
   TITLE
================================ */

.ml-usecase-card h4 {
  margin-bottom: 8px;
  margin-left: 15px;
}

/* ===============================
   LIST
================================ */

.ml-usecase-card ul {
  padding-left: 18px;
  margin: 0;
  flex-grow: 1;
}

.ml-usecase-card li {
  font-size: 14.5px;
  line-height: 1.6;
  color: #555;
  margin-bottom: 6px;
}

/* ===============================
   CTA CARD
================================ */

.ml-usecase-cta {
  background: linear-gradient(135deg, #032e5d, #2e6fa7);
  color: #ffffff;
  text-align: center;
  justify-content: center;
}

.ml-usecase-cta p {
  font-size: 15px;
  margin: 14px 0 22px;
  color: rgba(255, 255, 255, 0.9);
}

.ml-usecase-cta button {
  border: none;
  padding: 12px 22px;
  border-radius: 999px;
  font-size: 15px;
  font-weight: 600;
  cursor: pointer;
  background: #ffffff;
  color: #032e5d;
}

/* ===============================
   BOOTSTRAP GRID SAFETY FIX
================================ */

/* Prevent width mismatch caused by flex overrides */
.ml-usecases-section .row {
  margin-left: -12px;
  margin-right: -12px;
}

.ml-usecases-section [class*="col-"] {
  padding-left: 12px;
  padding-right: 12px;
}

/* ===============================
   MOBILE PERFECT FIX
================================ */

@media (max-width: 575px) {
  /* Force single column full width */
  .ml-usecases-section [class*="col-"] {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .ml-usecase-card,
  .ml-usecase-cta {
    width: 100%;
    min-height: unset;
    padding: 20px 18px;
  }

  .ml-usecase-card img {
    height: 100px;
  }
}

/* ===============================
   OUR METHODOLOGY SECTION
================================ */

.salesforce-services {
  margin: 0px 0;
}

.salesforce-product {
  background: #ffffff;
  border-radius: 20px;
  padding: 14px 16px;
  box-shadow: 0 12px 35px rgba(0, 0, 0, 0.08);
}

/* ===============================
   BLOCK ITEM
================================ */

.service-include-right {
  margin-top: 22px;
  padding: 16px 18px;

  background: #fff;

  border: 1px solid #e6e6e6;
  /* 👈 halka border */
  border-radius: 0px;
  /* 👈 smooth corners */

  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.06);
  /* 👈 soft shadow */

  transition: all 0.3s ease;
}

/* Hover effect (optional but premium) */
.service-include-right:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
}

.service-include-right .row {
  align-items: flex-start;
}

/* ===============================
   LEFT ICON
================================ */

.service-section-left-img {
  /* background: #f2f6ff; */
  border-radius: 14px;
  padding: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}

.service-section-left-img img {
  max-width: 60px;
  height: auto;
}

/* ===============================
   RIGHT CONTENT
================================ */

.service-section-right {
  padding-left: 8px;
}

.service-section-right p {
  margin: 10px 0 14px;
}

/* ===============================
   LISTS
================================ */

.service-para ul {
  padding-left: 18px;
  margin: 0;
}

.service-para li {
  font-size: 14.5px;
  text-align: left;
  line-height: 1.7;
  color: #555;
  margin-bottom: 0px;
}

.margin_bottom4 {
  margin-bottom: 4px;
}

/* ===============================
   RESPONSIVE
================================ */

@media (max-width: 991px) {
  .salesforce-product {
  }

  .service-include-right {
    margin-top: 6px;
  }

  .service-section-left-img {
    padding: 12px;
  }

  .service-section-left-img img {
    max-width: 54px;
  }
}

@media (max-width: 575px) {
  .salesforce-services {
    margin: 20px 0;
  }

  .salesforce-product {
  }

  .service-include-right .row {
    row-gap: 16px;
  }

  .service-section-left-img {
    justify-content: flex-start;
  }

  .service-section-right {
    padding-left: 0;
  }
}

.service-include-right-part {
  background: #ffffff;
  border: 1px solid #eaeaea;
  border-radius: 6px;

  padding: 22px;
  width: 100%;
  height: 100%;

  display: flex;
  flex-direction: column;
  justify-content: flex-start;

  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.05);
  transition: all 0.3s ease;

  position: relative;
  overflow: hidden;
}

/* Hover effect */
.service-include-right-part:hover {
  transform: translateY(-6px);
  box-shadow: 0 14px 30px rgba(0, 0, 0, 0.12);
  border-color: #d6e4ff;
}

/* subtle top highlight line */
.service-include-right-part::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0%;
  height: 3px;
  background: #032e5d;
  transition: width 0.3s ease;
}

.service-include-right-part:hover::before {
  width: 100%;
}

/* ===============================
   CONTENT
================================ */

/* image (optional) */
.service-include-right-part img {
  width: 60px;
  height: 60px;
  object-fit: contain;
  margin-bottom: 14px;
}

/* ===============================
   LIST HIERARCHY FIX
================================ */

/* Main list */
.service-para > ul {
  padding-left: 18px;
}

.service-para > ul > li {
  position: relative;
  padding-left: 22px;
  font-weight: 500;
  color: #333;
}

/* Main bullet */
.service-para > ul > li::before {
  content: "●";
  position: absolute;
  left: 0;
  top: 2px;
  font-size: 10px;
  color: #032e5d;
}

/* Sub list */
.service-para ul ul {
  margin-top: 0px;
  padding-left: 22px;
  border-left: 2px solid #e0e7ff;
  background: #fff;
  border-radius: 8px;
}

/* Sub list items */
.service-para ul ul li {
  position: relative;
  padding-left: 20px;
  font-weight: 400;
  color: #555;
  font-size: 15px;
}

/* Sub bullet */
.service-para ul ul li::before {
  content: "–";
  position: absolute;
  left: 0;
  top: 0;
  font-size: 15px;
  color: #032e5d;
}

/* ===============================
   END TO END CONSULTING SECTION
================================ */

/* Row spacing */
.pricing_model {
  row-gap: 28px;
}

/* ===============================
   PRICING CARD
================================ */

.pricing-box {
  background: #ffffff;
  border-radius: 20px;
  padding: 20px 15px 10px;
  height: 100%;
  box-shadow: 0 12px 35px rgba(0, 0, 0, 0.08);
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  transition: all 0.35s ease;
}

.pricing-box:hover {
  transform: translateY(-8px);
  box-shadow: 0 22px 50px rgba(13, 110, 253, 0.25);
}

/* ===============================
   ICON
================================ */

.pricing-box img {
  max-width: 100px;
  margin-bottom: 1px;
}

/* ===============================
   TEXT
================================ */

.pricing-box .prose-md {
  margin: 0px 0 0px;
}

/* ===============================
   BUTTON
================================ */

.read_more_button {
  margin-top: auto;
}

.read_more_button button {
  border: none;
  padding: 11px 22px;
  border-radius: 999px;
  font-size: 15px;
  font-weight: 600;
  cursor: pointer;
  background: linear-gradient(135deg, #032e5d, #2e6fa7);
  color: #ffffff;
  transition: all 0.3s ease;
}

.read_more_button button:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.25);
}

/* ===============================
   RESPONSIVE
================================ */

@media (max-width: 991px) {
  .pricing-box {
    padding: 26px 22px 28px;
  }

  .pricing-box img {
    max-width: 80px;
  }
}

@media (max-width: 575px) {
  .pricing-box {
    padding: 24px 20px 26px;
  }

  .pricing-box img {
    max-width: 72px;
  }

  .read_more_button button {
    padding: 10px 20px;
    font-size: 13.5px;
  }
}

/* ===============================
   ML COST SECTION
================================ */

.salesforce-services {
  margin: 0px 0;
}

.salesforce-product {
  background: #ffffff;
  border-radius: 20px;
  /* padding: 36px 38px; */
  box-shadow: 0 12px 35px rgba(0, 0, 0, 0.08);
}

/* ===============================
   PRICE BOX
================================ */

.pricing_item_box {
  background: #f8faff;
  border-radius: 18px;
  padding: 28px 30px;
  box-shadow: inset 0 0 0 1px #e4ebff;
  transition: all 0.35s ease;
}

.pricing_item_box:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 30px rgba(13, 110, 253, 0.18);
}

/* ===============================
   PRICE COLORS
================================ */

.ml_price_color {
  color: #032e5d;
  font-weight: 700;
}

.ml_price_blue {
  color: #032e5d;
  font-weight: 700;
}

/* ===============================
   LIST
================================ */

.pricing_item_box ul {
  padding-left: 18px;
  margin: 14px 0 0;
}

.pricing_item_box li {
  font-size: 14.5px;
  line-height: 1.7;
  color: #555;
  margin-bottom: 6px;
}

/* ===============================
   SPACING
================================ */

/* ===============================
   RESPONSIVE
================================ */

@media (max-width: 991px) {
  .pricing_item_box {
    padding: 24px 22px;
  }
}

@media (max-width: 575px) {
  .salesforce-services {
    margin: 60px 0;
  }

  .pricing_item_box {
    padding: 22px 20px;
  }

  .pricing_item_box li {
    font-size: 14px;
  }
}

/* ===============================
   RELATED SERVICES SECTION
================================ */

.salesforce-product {
  margin-top: 0px;
}

.margin_top_bor {
  margin-top: 0px;
}

/* ===============================
   SERVICE CARD
================================ */

.Offer_releted_service {
  background: #ffffff;
  border-radius: 16px;
  padding: 22px 24px;
  height: 100%;
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.07);
  transition: all 0.35s ease;
}

.Offer_releted_service:hover {
  transform: translateY(-4px);
  box-shadow: 0 18px 40px rgba(13, 110, 253, 0.22);
}

/* ===============================
   TEXT SPACING
================================ */

.Offer_releted_service .prose-lg {
  margin-bottom: 8px;
}

.Offer_releted_service .prose-md {
  margin-bottom: 0;
}

/* ===============================
   RESPONSIVE
================================ */

@media (max-width: 991px) {
  .Offer_releted_service {
    padding: 20px 22px;
  }
}

@media (max-width: 575px) {
  .margin_top_bor {
    margin-top: 16px;
  }

  .Offer_releted_service {
    padding: 18px 20px;
  }
}

/* ===============================
   WHY CHOOSE ML SECTION
================================ */

.salesforce-services {
  margin: 0px 0 0px;
}

.explorse-heading {
  padding: 0;
}

/* ===============================
   BENEFITS LIST WRAPPER
================================ */

.service-para {
  background: #ffffff;
  border-radius: 18px;
  padding: 2px 0px;
  /* box-shadow: 0 12px 35px rgba(0, 0, 0, 0.08); */
  width: 100%;
}

/* ===============================
   LIST STYLING
================================ */

.service-para ul {
  padding-left: 20px;
  margin: 0;
}

.service-para li {
  font-size: 15px;
  line-height: 1.7;
  color: #555;
  margin-bottom: 0px;
  position: relative;
}

/* ===============================
   RESPONSIVE
================================ */

@media (max-width: 991px) {
  .service-para {
    padding: 22px 24px;
  }
}

@media (max-width: 575px) {
  .salesforce-services {
    margin: 30px 0 50px;
  }

  .service-para {
    padding: 20px 22px;
  }

  .service-para li {
    font-size: 14.5px;
  }
}

/* ===============================
   ML TECH SECTION
================================ */

.ml-tech-section {
  margin: 0px 0 0px;
}

.ml-tech-grid {
  row-gap: 2px;
}

/* ===============================
   TECH CARD
================================ */

.ml-tech-card {
  background: #ffffff;
  border-radius: 18px;
  padding: 6px 8px;
  height: 100%;
  box-shadow: 0 12px 35px rgba(0, 0, 0, 0.08);
  transition: all 0.35s ease;
}

.ml-tech-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 20px 45px rgba(13, 110, 253, 0.25);
}

/* ===============================
   LIST
================================ */

.ml-tech-list {
  padding-left: 20px;
  margin: 10px 0 0;
}

.ml-tech-list li {
  font-size: 14.5px;
  line-height: 1.7;
  color: #555;
  margin-bottom: 8px;
}

/* ===============================
   RESPONSIVE
================================ */

@media (max-width: 991px) {
  .ml-tech-card {
    padding: 22px 24px;
  }
}

@media (max-width: 575px) {
  .ml-tech-section {
    margin: 40px 0 60px;
  }

  .ml-tech-card {
    padding: 20px 22px;
  }

  .ml-tech-list li {
    font-size: 14px;
  }
}

/* ===============================
   RIGHT BAR CTA SECTION
================================ */

.right-bar-shadow {
  background: linear-gradient(135deg, #f8faff, #eef3ff);
  border-radius: 20px;
  padding: 28px 32px;
  box-shadow: 0 12px 35px rgba(0, 0, 0, 0.08);
  margin: 60px 0;
}

/* ===============================
   TEXT AREA
================================ */

.right-bar-shadow .prose-lg {
  margin-bottom: 10px;
}

/* ===============================
   BUTTON AREA
================================ */

.left_button {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  height: 100%;
}

.left_button button {
  border: none;
  padding: 12px 20px;
  border-radius: 999px;
  font-size: 15px;
  font-weight: 600;
  cursor: pointer;
  background: linear-gradient(135deg, #032e5d, #2e6fa7);
  color: #ffffff;
  transition: all 0.3s ease;
}

.left_button button:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(13, 110, 253, 0.35);
}

/* ===============================
   RESPONSIVE
================================ */

@media (max-width: 991px) {
  .right-bar-shadow {
    padding: 24px 26px;
  }

  .left_button {
    justify-content: flex-start;
    margin-top: 18px;
  }
}

@media (max-width: 575px) {
  .right-bar-shadow {
    padding: 22px 24px;
  }

  .left_button {
    justify-content: center;
    margin-top: 16px;
  }

  .left_button button {
    width: 100%;
    max-width: 260px;
  }
}

/* ===============================
   GENERATIVE AI PROCESS SECTION
================================ */

.devlopment-setps .container {
  max-width: 1200px;
  margin: 0 auto;
}

/* Intro text */

/* ===============================
   STEPS WRAPPER
================================ */

.a-steps_wrap {
  position: relative;
}

.a-step-column {
  position: relative;
  padding-left: 60px;
}

/* Vertical timeline line */
.a-step-column::before {
  content: "";
  position: absolute;
  left: 28px;
  top: 0;
  bottom: 0;
  width: 2px;
  background: linear-gradient(to bottom, #032e5d, #032e5d);
}

/* ===============================
   SINGLE STEP
================================ */

.a-steps {
  position: relative;
  display: flex;
  gap: 20px;
  margin-bottom: 40px;
}

/* Step number */
.a-steps_number {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #032e5d;
  color: #fff;
  font-weight: 600;
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  z-index: 2;
  box-shadow: 0 8px 20px rgba(13, 110, 253, 0.35);
}

/* Card content */
.a-steps_content {
  background: #ffffff;
  border-radius: 16px;
  padding: 24px 26px;
  box-shadow: 0 12px 35px rgba(0, 0, 0, 0.08);
  width: 100%;
  transition: all 0.35s ease;
}

.a-steps_content:hover {
  transform: translateY(-4px);
  box-shadow: 0 20px 45px rgba(13, 110, 253, 0.2);
}

/* Step title */
.a-steps_name h3 {
  font-size: 20px;
  font-weight: 600;
  color: #032e5d;
  margin-bottom: 10px;
}

/* Description */
.a-steps_description p {
  font-size: 15px;
  line-height: 1.7;
  color: #555;
  margin: 0;
}

/* Hide old line divs */

/* ===============================
   RESPONSIVE — TABLET
================================ */

@media (max-width: 991px) {
  .a-step-column {
    padding-left: 50px;
  }

  .a-step-column::before {
    left: 22px;
  }

  .a-steps_name h3 {
    font-size: 18px;
  }

  .a-steps_content {
    padding: 22px 22px;
  }
}

/* ===============================
   RESPONSIVE — MOBILE
================================ */

@media (max-width: 575px) {

  /* Remove timeline on mobile */
  .a-step-column {
    padding-left: 0;
  }

  .a-step-column::before {
    display: none;
  }

  .a-steps {
    flex-direction: column;
    gap: 12px;
  }

  .a-steps_number {
    width: 36px;
    height: 36px;
    font-size: 14px;
  }

  .a-steps_content {
    padding: 20px 18px;
  }

  .a-steps_name h3 {
    font-size: 17px;
  }

  .a-steps_description p {
    font-size: 14.5px;
  }
}

/* Mobile App Development  */
/* ===============================
   APP TYPES SECTION (SCOPED)
================================ */

.app-types-section {
  padding: 0px 0px;
  /* background: #f7f9fc; */
}

/* ===============================
   GRID
================================ */

.app-types-grid-v2 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 14px;
  max-width: 1200px;
  margin: 0 auto;
}

/* ===============================
   CARD
================================ */

.app-type-card a {
  display: block;
  /* background: #ffffff; */
  padding: 5px 11px 15px;
  border-radius: 1px;
  text-align: center;
  text-decoration: none;
  color: #032e5d;

  /* box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08); */
  transition: all 0.35s ease;
  height: 100%;
}

.app-type-card a:hover {
  /* transform: translateY(-8px); */
  /* box-shadow: 0 18px 45px rgba(0, 0, 0, 0.14); */
}

/* ===============================
   ICON
================================ */

.app-type-card img {
  height: 70px;
  margin-bottom: 18px;
}

/* ===============================
   TITLE
================================ */

.app-type-card h4 {
  font-size: 16px;
  margin-bottom: 10px;
  font-weight: 600;
}

/* ===============================
   ARROW
================================ */

.app-type-arrow {
  font-size: 22px;
  color: #032e5d;
  display: inline-block;
  transition: transform 0.3s ease;
}

.app-type-card a:hover .app-type-arrow {
  transform: translateX(6px);
}

/* ===============================
   RESPONSIVE
================================ */

@media (max-width: 768px) {
  .app-type-card h4 {
    font-size: 16px;
  }
}

h4 {
  font-size: 15px;
  margin-bottom: 2px;
  font-weight: 600;
}

/* ============================================================
   APP DEVELOPER SECTION  (improved)
============================================================ */

/* subtle decorative blob */

/* ── Header ── */

/* ── Stats strip ── */

/* ── Grid ── */

/* ── Card ── */

/* Tag badge */

/* Icon area */

/* Card body */

/* Footer row */

/* Arrow icon */

/* Bottom shimmer bar */

/* ── Responsive ── */

/* ============================================================ */

/* ============================================================
   APP DEVELOPER SECTION — DARK THEME
============================================================ */

.dark-ads-section {
  background: #0a0a0a;
  padding: 70px 0 60px;
  position: relative;
  overflow: hidden;
}

/* Grid lines background texture */
.dark-ads-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.03) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.03) 1px, transparent 1px);
  background-size: 48px 48px;
  pointer-events: none;
}

/* Glowing orb top-right */
.dark-ads-section::after {
  content: "";
  position: absolute;
  top: -160px;
  right: -160px;
  width: 500px;
  height: 500px;
  border-radius: 50%;
  background: radial-gradient(
    circle,
    rgba(99, 179, 237, 0.12) 0%,
    transparent 65%
  );
  pointer-events: none;
}

.dark-ads-container {
  max-width: 1300px;
  margin: 0 auto;
  padding: 0 20px;
  position: relative;
  z-index: 1;
}

/* ── Header ── */
.dark-ads-header {
  text-align: center;
  max-width: 780px;
  margin: 0 auto 44px;
  padding: 0 16px;
}

.dark-ads-eyebrow {
  display: inline-block;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: #63b3ed;
  border: 1px solid rgba(99, 179, 237, 0.35);
  padding: 5px 16px;
  border-radius: 20px;
  margin-bottom: 18px;
}

.dark-ads-heading {
  font-size: 30px;
  font-weight: 800;
  color: #f0f4f8;
  line-height: 1.3;
  margin-bottom: 16px;
}

.dark-ads-highlight {
  color: #63b3ed;
  position: relative;
}

.dark-ads-highlight::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -4px;
  width: 100%;
  height: 2px;
  background: linear-gradient(90deg, #63b3ed, #4299e1, transparent);
  border-radius: 2px;
}

.dark-ads-desc {
  font-size: 15px;
  color: #94a3b8;
  line-height: 1.85;
}

.dark-ads-desc strong {
  color: #cbd5e1;
}

/* ── Stats strip ── */
.dark-ads-stats {
  display: flex;
  justify-content: center;
  margin: 0 auto 48px;
  max-width: 700px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.03);
  backdrop-filter: blur(6px);
  overflow: hidden;
}

.dark-ads-stat {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 22px 12px;
  border-right: 1px solid rgba(255, 255, 255, 0.07);
  transition: background 0.2s ease;
}

.dark-ads-stat:last-child {
  border-right: none;
}

.dark-ads-stat:hover {
  background: rgba(99, 179, 237, 0.06);
}

.dark-ads-stat-value {
  font-size: 26px;
  font-weight: 800;
  color: #63b3ed;
  line-height: 1;
  margin-bottom: 5px;
}

.dark-ads-stat-label {
  font-size: 11px;
  color: #64748b;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  text-align: center;
}

/* ── Grid ── */
.dark-ads-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

/* ── Card ── */
.dark-ads-card {
  position: relative;
  background: #111111;
  border-radius: 14px;
  border: 1px solid rgba(255, 255, 255, 0.07);
  overflow: hidden;
  transition:
    transform 0.28s ease,
    box-shadow 0.28s ease,
    border-color 0.28s ease;
}

.dark-ads-card:hover,
.dark-ads-card--on {
  transform: translateY(-6px);
  border-color: rgba(99, 179, 237, 0.45);
  box-shadow:
    0 20px 50px rgba(0, 0, 0, 0.6),
    0 0 0 1px rgba(99, 179, 237, 0.15);
}

.dark-ads-card-link {
  display: flex;
  flex-direction: column;
  height: 100%;
  text-decoration: none;
}

/* Tag */
.dark-ads-tag {
  position: absolute;
  top: 12px;
  right: 12px;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: #63b3ed;
  background: rgba(99, 179, 237, 0.1);
  border: 1px solid rgba(99, 179, 237, 0.2);
  padding: 3px 9px;
  border-radius: 20px;
  z-index: 1;
}

/* Icon area */
.dark-ads-icon-wrap {
  background: #1a1a1a;
  padding: 28px 20px 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  transition: background 0.28s ease;
}

.dark-ads-card:hover .dark-ads-icon-wrap,
.dark-ads-card--on .dark-ads-icon-wrap {
  background: #1e2a38;
}

.dark-ads-icon-ring {
  width: 86px;
  height: 86px;
  border-radius: 50%;
  background: #0d0d0d;
  border: 1.5px solid rgba(99, 179, 237, 0.15);
  box-shadow: 0 0 0 6px rgba(99, 179, 237, 0.04);
  display: flex;
  align-items: center;
  justify-content: center;
  transition:
    border-color 0.28s ease,
    box-shadow 0.28s ease,
    transform 0.28s ease;
}

.dark-ads-card:hover .dark-ads-icon-ring,
.dark-ads-card--on .dark-ads-icon-ring {
  border-color: rgba(99, 179, 237, 0.5);
  box-shadow:
    0 0 0 6px rgba(99, 179, 237, 0.08),
    0 0 20px rgba(99, 179, 237, 0.12);
  transform: scale(1.06);
}

.dark-ads-icon-ring img {
  height: 50px;
  width: auto;
  object-fit: contain;
  filter: brightness(0.9);
  transition: filter 0.28s ease;
}

.dark-ads-card:hover .dark-ads-icon-ring img,
.dark-ads-card--on .dark-ads-icon-ring img {
  filter: brightness(1.15);
}

/* Card body */
.dark-ads-body {
  padding: 16px 18px 18px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  flex: 1;
}

.dark-ads-title {
  font-size: 14px;
  font-weight: 700;
  color: #e2e8f0;
  margin: 0;
  line-height: 1.45;
  transition: color 0.2s ease;
}

.dark-ads-card:hover .dark-ads-title,
.dark-ads-card--on .dark-ads-title {
  color: #63b3ed;
}

/* Footer */
.dark-ads-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: auto;
}

.dark-ads-cta {
  font-size: 11px;
  font-weight: 600;
  color: #aaa;
  letter-spacing: 0.3px;
  transition: color 0.2s ease;
}

.dark-ads-card:hover .dark-ads-cta,
.dark-ads-card--on .dark-ads-cta {
  color: #63b3ed;
}

/* Arrow button */
.dark-ads-arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.05);
  color: #475569;
  transition:
    background 0.25s ease,
    color 0.25s ease,
    transform 0.25s ease;
}

.dark-ads-card:hover .dark-ads-arrow,
.dark-ads-card--on .dark-ads-arrow {
  background: #63b3ed;
  color: #0a0a0a;
  transform: translateX(3px);
}

/* Bottom glow bar */
.dark-ads-bar {
  display: block;
  height: 2px;
  width: 0%;
  background: linear-gradient(90deg, #63b3ed, #4299e1, transparent);
  position: absolute;
  bottom: 0;
  left: 0;
  transition: width 0.38s ease;
}

.dark-ads-card:hover .dark-ads-bar,
.dark-ads-card--on .dark-ads-bar {
  width: 100%;
}

/* ── Responsive ── */
@media (max-width: 900px) {
  .dark-ads-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 600px) {
  .dark-ads-grid {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .dark-ads-heading {
    font-size: 22px;
  }

  .dark-ads-stats {
    flex-wrap: wrap;
  }

  .dark-ads-stat {
    flex: 1 1 45%;
    border-right: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  }

  .dark-ads-stat:nth-child(odd) {
    border-right: 1px solid rgba(255, 255, 255, 0.07);
  }

  .dark-ads-stat:last-child,
  .dark-ads-stat:nth-last-child(2):nth-child(odd) {
    border-bottom: none;
  }
}

/* ============================================================
   END DARK THEME
============================================================ */

/* ============================================================
   CUSTOMER LOYALTY SECTION
============================================================ */

/* Heading */

/* Description */

/* Grid */

/* Card */

/* Top accent bar — slides down on hover */

/* Inner padding */

/* Icon */

/* Title */

/* Responsive */

/* ============================================================
   END CUSTOMER LOYALTY SECTION
============================================================ */

/* ============================================================
   CUSTOMER LOYALTY SECTION — DARK THEME
============================================================ */

.dark-cls-section {
  background: #0a0a0a;
  padding: 60px 0 52px;
  position: relative;
  overflow: hidden;
}

/* Grid texture */
.dark-cls-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.025) 1px, transparent 1px);
  background-size: 48px 48px;
  pointer-events: none;
}

/* Bottom-left glow */
.dark-cls-section::after {
  content: "";
  position: absolute;
  bottom: -180px;
  left: -180px;
  width: 480px;
  height: 480px;
  border-radius: 50%;
  background: radial-gradient(
    circle,
    rgba(99, 179, 237, 0.1) 0%,
    transparent 65%
  );
  pointer-events: none;
}

.dark-cls-container {
  max-width: 1300px;
  margin: 0 auto;
  padding: 0 20px;
  position: relative;
  z-index: 1;
}

/* Heading */
.dark-cls-heading {
  font-size: 24px;
  font-weight: 800;
  color: #f0f4f8;
  text-transform: uppercase;
  line-height: 1.35;
  margin-bottom: 14px;
}

.dark-cls-heading-bar {
  width: 52px;
  height: 3px;
  background: linear-gradient(90deg, #63b3ed, #4299e1);
  border-radius: 2px;
  margin-bottom: 22px;
}

/* Description */
.dark-cls-desc {
  font-size: 15px;
  color: #b3b3b3;
  line-height: 1.85;
  margin-bottom: 12px;
  max-width: 860px;
}

/* Grid */
.dark-cls-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  margin-top: 30px;
}

/* Card */
.dark-cls-card {
  position: relative;
  background: #111111;
  border: 1px solid rgba(255, 255, 255, 0.07);
  border-radius: 10px;
  overflow: hidden;
  transition:
    border-color 0.28s ease,
    box-shadow 0.28s ease,
    transform 0.28s ease;
  cursor: default;
}

.dark-cls-card:hover,
.dark-cls-card--active {
  border-color: rgba(99, 179, 237, 0.4);
  box-shadow:
    0 12px 36px rgba(0, 0, 0, 0.55),
    0 0 0 1px rgba(99, 179, 237, 0.12);
  transform: translateY(-4px);
}

/* Top accent bar */
.dark-cls-card-top-bar {
  height: 3px;
  background: linear-gradient(90deg, #63b3ed, #4299e1, transparent);
  width: 100%;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.32s ease;
}

.dark-cls-card:hover .dark-cls-card-top-bar,
.dark-cls-card--active .dark-cls-card-top-bar {
  transform: scaleX(1);
}

/* Inner */
.dark-cls-card-inner {
  padding: 28px 20px 26px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 16px;
}

/* Icon — invert to white, tint blue on hover */
.dark-cls-icon-wrap img {
  height: 62px;
  width: auto;
  object-fit: contain;
  filter: invert(1) brightness(0.7) sepia(1) hue-rotate(180deg) saturate(2);
  transition:
    filter 0.28s ease,
    transform 0.28s ease;
}

.dark-cls-card:hover .dark-cls-icon-wrap img,
.dark-cls-card--active .dark-cls-icon-wrap img {
  filter: invert(1) brightness(0.85) sepia(1) hue-rotate(180deg) saturate(3);
  transform: scale(1.08);
}

/* Title */
.dark-cls-card-title {
  font-size: 14px;
  font-weight: 600;
  color: #e2e4e6;
  margin: 0;
  line-height: 1.4;
  transition: color 0.22s ease;
}

.dark-cls-card:hover .dark-cls-card-title,
.dark-cls-card--active .dark-cls-card-title {
  color: #63b3ed;
}

/* Responsive */
@media (max-width: 900px) {
  .dark-cls-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 560px) {
  .dark-cls-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
  }

  .dark-cls-heading {
    font-size: 20px;
  }
}

/* ============================================================
   END DARK CUSTOMER LOYALTY SECTION
============================================================ */

.service-para {
  text-align: center;
  max-width: 860px;
  margin: 0 auto 0px;
}

.service-para p {
  font-size: 17px;
  color: #555;
  line-height: 1.6;
}

.tech-card {
  background: #f9fbff;
  border: 1px solid #e6ecf5;
  border-radius: 0px;
  padding: 28px 24px 32px;
  text-align: left;
  transition: all 0.25s ease;
  position: relative;
}

.tech-card:hover {
  border-color: #032e5d;
  background: #ffffff;
  box-shadow: 0 10px 25px rgba(11, 42, 135, 0.12);
}

.tech-card img {
  height: 64px;
  width: 64px;
  object-fit: contain;
  margin-bottom: 18px;
}

.tech-card h3 {
  font-size: 20px;
  font-weight: 600;
  color: #032e5d;
  margin-bottom: 10px;
}



/* Tablet */
@media (max-width: 992px) {
  .service-para h2 {
    font-size: 32px;
  }
}

/* Mobile */
@media (max-width: 600px) {

  .service-para h2 {
    font-size: 26px;
  }

  .service-para p {
    font-size: 16px;
  }

  .tech-card {
    padding: 22px 20px 26px;
  }

  .tech-card h3 {
    font-size: 18px;
  }
}

/* ===== Wrapper ===== */
.tabs-section-logo {
  padding: 40px 0px;
  background: #f9fafb;
}

/* ===== Layout ===== */
.bhoechie-tab-container {
  display: flex;
  gap: 10px;
  max-width: 1200px;
  margin: 20 auto;
  padding-top: 20px;
}

/* ===== Left Tabs ===== */
.bhoechie-tab-menu {
  flex: 0 0 320px;
}

.list-grouptools {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.list-group-item {
  display: block;
  padding: 14px 16px;
  background: #f5f7ff;
  border-radius: 10px;
  text-decoration: none;
  color: #032e5d;
  font-size: 14px;
  transition: 0.25s ease;
  border: 1px solid #e4e9f5;
}

.list-group-item h4 {
  margin: 0;
  font-size: 14px;
  font-weight: 500;
}

.list-group-item:hover {
  background: #e9edff;
}

.list-group-item.active {
  background: #032e5d;
  color: #fff;
  border-color: #032e5d;
}

.list-group-item.active h4 {
  color: #fff;
}

/* ===== Right Content ===== */
.right-potion-slidetab {
  flex: 1;
  background: #f9fbff;
  border-radius: 18px;
  padding: 0px;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.06);
}

/* Hide inactive */

/* ===== Section Title ===== */
.a-services__name {
  font-size: 17px;
  font-weight: 600;
  color: #032e5d;
  margin-bottom: 5px;
  margin-left: auto;
  margin-right: auto;
  object-fit: contain;
  text-align: center;
}

/* ===== Icons Grid ===== */
.a-services__icons {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  justify-content: center;
  margin-bottom: 30px;
}

.a-services__icons-item {
  width: 84px;
  height: 54px;
  border-radius: 12px;
  background: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.05);
  transition: 0.25s ease;
}

.a-services__icons-item:hover {
  transform: translateY(-6px);
  box-shadow: 0 12px 28px rgba(11, 42, 135, 0.15);
}

.a-services__icons-item img {
  max-width: 60px;
  max-height: 40px;
  object-fit: contain;
}

/* ===== Group Headings ===== */
.a-services__icons-item-name {
  width: 100%;
  text-align: center;
  font-size: 13px;
  font-weight: 600;
  color: #666;
  margin-bottom: 10px;
}

/* ===== Architecture List ===== */
.architecture-list {
  list-style: none;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
  gap: 16px;
}

.architecture-list li {
  background: #ffffff;
  padding: 12px 14px;
  border-radius: 10px;
  text-align: center;
  font-weight: 500;
  color: #032e5d;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.05);
}

/* ===== Responsive ===== */
@media (max-width: 992px) {
  .bhoechie-tab-container {
    flex-direction: column;
  }

  .bhoechie-tab-menu {
    flex: none;
    overflow-x: auto;
  }

  .list-grouptools {
    flex-direction: row;
    gap: 10px;
  }

  .list-group-item {
    min-width: 220px;
    text-align: center;
  }
}

@media (max-width: 600px) {
  .tabs-section-logo {
    padding: 50px 16px;
  }

  .right-potion-slidetab {
    padding: 20px;
  }

  .a-services__name {
    font-size: 22px;
  }

  .a-services__icons-item {
    width: 70px;
    height: 70px;
  }
}

/* ===================================
   PRICING POLICY SECTION
=================================== */

.our-privacy-policy {
  padding: 40px 0;
  background: #f7f9fc;
}

/* ===================================
   GRID FIX (WITHOUT JSX CHANGE)
=================================== */

.our-privacy-policy .container > div:last-child {
  display: flex;
  flex-wrap: wrap;
  gap: 25px;
  justify-content: center;
}

/* columns behave like grid */
.our-privacy-policy .col-lg-3,
.our-privacy-policy .col-md-6 {
  flex: 0 0 calc(25% - 19px);
  max-width: calc(25% - 19px);
}

/* ===============================
   WRAPPER (MAIN FIX 🔥)
================================ */

.policy-wrapper {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
  /* 🔥 controlled gap */
}

/* REMOVE BOOTSTRAP SPACE */
.policy-wrapper .col-lg-3,
.policy-wrapper .col-md-6 {
  padding: 0;
  margin: 0;
  width: 100%;
  max-width: 100%;
}

/* ===============================
   CARD
================================ */

.policy-content {
  background: #ffffff;
  padding: 16px 18px;
  /* 🔥 reduced */
  border-radius: 0px;

  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;

  min-height: 110px;
  /* 🔥 instead of fixed 200 */
  height: 100%;

  border: 1px solid #f0f0f0;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.06);
  transition: 0.3s ease;

  position: relative;
  overflow: hidden;
}

/* ===============================
   HOVER
================================ */

.policy-content:hover {
  transform: translateY(-4px);
  box-shadow: 0 14px 30px rgba(0, 0, 0, 0.12);
}

/* bottom border */
.policy-content::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0%;
  height: 3px;
  background: #032e5d;
  transition: 0.3s;
}

/* arrow */
.policy-content::before {
  content: "→";
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%) translateX(8px);

  opacity: 0;
  font-weight: 900;
  font-size: 24px;
  color: #032e5d;
  transition: 0.3s;
}

.policy-content:hover::after {
  width: 100%;
}

.policy-content:hover::before {
  opacity: 1;
  transform: translateY(-50%) translateX(0);
}

/* ===============================
   TEXT
================================ */

.policy-content strong {
  color: #032e5d;
  font-size: 14px;
  line-height: 1.4;
}

/* ===============================
   TABLET
================================ */

@media (max-width: 991px) {
  .policy-wrapper {
    grid-template-columns: repeat(2, 1fr);
  }
}

/* ===============================
   MOBILE
================================ */

@media (max-width: 576px) {
  .policy-wrapper {
    grid-template-columns: 1fr;
  }

  .policy-content {
    min-height: auto;
    padding: 14px;
  }

  .policy-content::before {
    display: none;
  }
}

/* LEFT */

/* RIGHT */

/* Architecture list */

/* Mobile */

.app-benefits-section {
  padding: 10px 0px;
  background: #ffffff;
}

.benefits-grid {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 30px;
}

/* ===============================
   BENEFIT CARD - MATCHED DESIGN
================================ */

.benefit-card {
  position: relative;
  background: linear-gradient(180deg, #ffffff 0%, #fff 100%);
  border-radius: 0px;

  padding: 10px 11px;
  text-align: center;

  border: 1px solid #f0f0f0;

  box-shadow:
    1 10px 24px rgba(0, 0, 0, 0.06),
    inset 0 1px 0 rgba(255, 255, 255, 0.7);

  transition: all 0.35s ease;

  overflow: hidden;
}

/* ===============================
   HOVER EFFECT (MAIN)
================================ */



/* ===============================
   LEFT + TOP BLUE BORDER EFFECT
================================ */

/* TOP LINE */
.benefit-card::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 4px;
  width: 0%;
  background: #032e5d;
  transition: width 0.35s ease;
}

/* ON HOVER ANIMATION */
.benefit-card:hover::before {
  height: 100%;
}

.benefit-card:hover::after {
  width: 100%;
}

/* ===============================
   SOFT GLOW (OPTIONAL NICE TOUCH)
================================ */

/* .benefit-card:hover {
  background: linear-gradient(180deg, #ffffff 0%, #eef4ff 100%);
} */

/* ===============================
   RESPONSIVE
================================ */

@media (max-width: 768px) {
  .benefit-card {
    padding: 16px;
  }
}

@media (max-width: 600px) {
  .benefit-card {
    width: 100%;
  }
}

.benefit-card img {
  height: 80px;
  object-fit: contain;
  display: block;
  /* 🔥 important */
  margin: 0 auto 1px;
  /* 👈 center + bottom spacing */
}

.benefit-card h3 {
  font-size: 18px;
  color: #032e5d;
  line-height: 1.4;

  text-align: center;
  /* 👈 text center */
  margin: 0 auto;
  /* 👈 proper alignment */
}

/* Mobile */
@media (max-width: 600px) {
  .benefit-card {
    padding: 24px 20px;
  }

  .benefit-card img {
    height: 64px;
  }

  .benefit-card h3 {
    font-size: 16px;
  }
}

.new-wrapper {
  padding: 40px 0px;
  /* background: #f0f0f0; */
}

.partner-section {
  padding: 20px 0;
  /* background: #ffffff; */
}

.clit-logo h2 {
  text-align: left;
  font-size: 32px;
  font-weight: 700;
  color: #032e5d;
  margin-bottom: 40px;
}

.partner-swiper {
  padding: 0px 0;
}

.logo-box {
  background: #ffffff;
  border-radius: 0px;
  padding: 0px;
  box-shadow: 10 10px 42px rgba(0, 0, 0, 0.08);
  display: flex;
  align-items: left;
  justify-content: center;
  transition: transform 0.3s ease;
}

.logo-box:hover {
  transform: scale(1.05);
}

.logo-box img {
  height: 120px;
  object-fit: contain;
}

.salesforce-certified-team-section {
  padding: 20px 76px;
  background: #252525;
}

.salesforce-certified-team-inner {
  max-width: 1240px;
  margin: 0 auto;
}

.salesforce-certified-team-header {
  margin-bottom: 28px;
}

.salesforce-certified-team-title {
  margin: 0;
  color: #f5fbff;
  font-size: clamp(1.75rem, 3.5vw, 2.5rem);
  line-height: 1.15;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.02em;
}

.salesforce-certified-team-line {
  width: 56px;
  height: 4px;
  margin-top: 14px;
  border-radius: 999px;
  background: linear-gradient(90deg, #4fb8ff 0%, #8fd2ff 100%);
}

.salesforce-certified-team-slider {
  padding: 34px 28px;
  border-radius: 24px;
  background: rgba(8, 28, 51, 0.92);
  border: 1px solid rgba(129, 183, 226, 0.18);
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.28);
  backdrop-filter: blur(10px);
}

.salesforce-certified-team-swiper {
  padding: 4px 0;
}

.salesforce-certified-team-logo-box {
  min-height: 132px;
  padding: 18px;
  border-radius: 18px;
  background: linear-gradient(180deg, #0b2746 0%, #123255 100%);
  border: 1px solid rgba(143, 210, 255, 0.14);
  display: flex;
  align-items: center;
  justify-content: center;
  transition:
    transform 0.3s ease,
    box-shadow 0.3s ease;
}

.salesforce-certified-team-logo-box:hover {
  transform: translateY(-4px);
  box-shadow: 0 16px 30px rgba(0, 0, 0, 0.24);
}

.salesforce-certified-team-logo-box img {
  height: 88px;
  width: auto;
  object-fit: contain;
}

.sf-success-section {
  background: #ffffff;
  padding: 44px 76px 58px;
}

.sf-success-inner {
  max-width: 1280px;
  margin: 0 auto;
}

.sf-success-header {
  text-align: center;
  color: #202124;
}

.sf-success-header h2 {
  margin: 0 0 18px;
  font-size: clamp(2rem, 4vw, 2.75rem);
  line-height: 1.18;
  font-weight: 800;
  letter-spacing: 0;
}

.sf-success-header p {
  margin: 0 auto;
  max-width: 920px;
  color: #2c2f33;
  font-size: 17px;
  line-height: 1.6;
}

.sf-success-stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin: 52px auto 58px;
}

.sf-success-stat {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 124px;
  text-align: center;
  border-right: 1px solid #d7d7d7;
}

.sf-success-stat:last-child {
  border-right: 0;
}

.sf-success-stat strong {
  color: #2a2d31;
  font-size: clamp(2.35rem, 5vw, 3rem);
  line-height: 1;
  font-weight: 800;
}

.sf-success-stat span {
  margin-top: 26px;
  color: #646464;
  font-size: 21px;
  font-weight: 600;
}

.sf-success-badges {
  display: block;
  padding: 26px 20px 24px;
  border: 2px solid #0567ff;
  overflow: hidden;
}

.sf-success-badges-image {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
}

.jobs-career-hero {
  position: relative;
  background: #ffffff;
}

.jobs-career-hero-media {
  position: relative;
  min-height: 540px;
  background-position: center;
  background-size: cover;
  overflow: hidden;
}

.jobs-career-hero-media::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  opacity: 0.32;
  background-image:
    linear-gradient(90deg, rgba(0, 163, 255, 0.14) 1px, transparent 1px),
    linear-gradient(0deg, rgba(0, 163, 255, 0.1) 1px, transparent 1px);
  background-size: 56px 56px;
}

.jobs-career-hero-overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
  background: #0000008c;
}

.jobs-career-hero-inner {
  position: relative;
  z-index: 2;
  width: min(100%, 1050px);
  margin: 0 auto;
  padding: 66px 24px 160px;
  color: #ffffff;
}

.jobs-career-eyebrow {
  margin: 0 0 12px;
  color: #4fb8ff;
  font-size: 25px;
  line-height: 1.2;
  font-weight: 800;
}

.jobs-career-hero-inner h1 {
  max-width: 760px;
  margin: 0;
  color: #ffffff;
  font-size: clamp(3rem, 5.4vw, 4.25rem);
  line-height: 1.02;
  font-weight: 900;
  letter-spacing: 0;
}

.jobs-career-subtitle {
  margin: 12px 0 0;
  color: #ffffff;
  font-size: clamp(1.35rem, 2.6vw, 1.9rem);
  line-height: 1.3;
  font-weight: 500;
}

.jobs-career-location-band {
  position: relative;
  min-height: 132px;
  background: #ffffff;
}

.jobs-career-location-cards {
  position: absolute;
  left: 50%;
  top: -92px;
  z-index: 2;
  display: grid;
  grid-template-columns: repeat(3, 216px);
  gap: 48px;
  transform: translateX(-50%);
}

.jobs-career-location-card {
  position: relative;
  overflow: hidden;
  height: 168px;
  border-radius: 8px;
  background: #ffffff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(0, 120, 212, 0.12);
  box-shadow: 0 18px 34px rgba(3, 46, 93, 0.18);
  transition:
    transform 0.28s ease,
    box-shadow 0.28s ease,
    border-color 0.28s ease;
}

.jobs-career-location-card::before {
  content: none;
}

.jobs-career-location-card:hover,
.jobs-career-location-card:focus-within {
  transform: translateY(-8px);
  border-color: rgba(79, 184, 255, 0.7);
  box-shadow: 0 24px 42px rgba(3, 46, 93, 0.28);
}

.jobs-career-location-card span {
  position: absolute;
  z-index: 2;
  left: 18px;
  right: 18px;
  bottom: 20px;
  color: #032e5d;
  font-size: 14px;
  line-height: 1.25;
  font-weight: 800;
  text-align: center;
  opacity: 0;
  transform: translateY(8px);
  transition:
    opacity 0.25s ease,
    transform 0.25s ease;
}

.jobs-career-location-card:hover span,
.jobs-career-location-card:focus-within span {
  opacity: 1;
  transform: translateY(0);
}

.jobs-career-map-icon {
  position: relative;
  z-index: 1;
  width: 118px;
  height: 118px;
  fill: #0078d4;
  transition:
    opacity 0.25s ease,
    transform 0.25s ease;
}

.jobs-career-map-image {
  background: #0078d4;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  mask-size: contain;
}

.jobs-career-location-card:hover .jobs-career-map-icon,
.jobs-career-location-card:focus-within .jobs-career-map-icon {
  opacity: 1;
  transform: translateY(-18px) scale(0.72);
}

.jobs-career-map-icon-us {
  width: 148px;
}

.jobs-career-map-icon-other {
  fill: none;
  stroke: #0078d4;
  stroke-width: 9;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.career-identity-strength {
  position: relative;
  overflow: hidden;
  padding: 42px 24px 56px;
  background:
    linear-gradient(135deg, rgba(0, 120, 212, 0.22), transparent 34%),
    radial-gradient(
      circle at 88% 18%,
      rgba(41, 182, 246, 0.22) 0,
      transparent 28%
    ),
    linear-gradient(180deg, #06111f 0%, #0a1c31 54%, #04101d 100%);
}

.career-identity-strength::before,
.career-identity-strength::after {
  content: "";
  position: absolute;
  z-index: 0;
  width: 560px;
  height: 300px;
  opacity: 0.16;
  pointer-events: none;

}

.career-identity-strength::before {
  left: -250px;
  bottom: -120px;
  transform: rotate(9deg);
}

.career-identity-strength::after {
  right: -230px;
  top: -78px;
  transform: rotate(-12deg);
}

.career-identity-strength-inner {
  position: relative;
  z-index: 1;
  width: min(100%, 1200px);
  margin: 0 auto;
}

.career-identity-strength h2 {
  margin: 0 0 10px;
  color: #4fb8ff;
  font-size: clamp(1.18rem, 2vw, 1.42rem);
  line-height: 1.25;
  font-weight: 900;
  letter-spacing: 0;
}

.career-identity-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}

.career-identity-card {
  position: relative;
  min-height: 260px;
  overflow: hidden;
  display: flex;
  align-items: flex-end;
  padding: 44px 24px 30px;
  border-radius: 0;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.045));
  border: 1px solid rgba(79, 184, 255, 0.2);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

/* .career-identity-card:first-child {
  border-bottom: 3px solid #4fb8ff;
} */

.career-identity-card-icon {
  position: absolute;
  top: 16px;
  right: 24px;
  width: 118px;
  height: 118px;
  color: rgba(255, 255, 255, 0.08);
  stroke-width: 1.7;
}

.career-identity-card-copy {
  position: relative;
  z-index: 1;
}

.career-identity-card h3 {
  margin: 0 0 14px;
  color: #ffffff;
  font-size: clamp(1.55rem, 3vw, 2rem);
  line-height: 0.98;
  font-weight: 700;
  letter-spacing: 0;
}

.career-identity-card h3 span,
.career-identity-card h3 strong {
  display: block;
}

.career-identity-card h3 strong {
  color: #33c4ff;
  font-size: clamp(3.1rem, 5.2vw, 4.4rem);
  line-height: 0.88;
  font-weight: 900;
}

.career-identity-card p {
  max-width: 330px;
  margin: 0;
  color: #e7f4ff;
  font-size: clamp(1rem, 1.32vw, 1.1rem);
  line-height: 1.25;
  font-weight: 700;
}

.winklix-job-fraud-alert {
  position: relative;
  overflow: hidden;
  min-height: 430px;
  display: flex;
  align-items: center;
  background:
    radial-gradient(circle at 86% 18%, rgba(49, 139, 255, 0.22), transparent 26%),
    linear-gradient(90deg, #050505 0%, #0a0f18 52%, #091323 100%);
}

.winklix-job-fraud-alert::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: 0.35;
  background:
    linear-gradient(90deg, rgba(0, 0, 0, 0.92) 0%, rgba(0, 0, 0, 0.7) 45%, rgba(4, 12, 26, 0.22) 100%),
    url("/assets/images/homepage/security.webp") right center / cover no-repeat;
}

.winklix-job-fraud-alert::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 42%;
  height: 100%;
  opacity: 0.18;
  background:
    linear-gradient(130deg, transparent 0 38%, rgba(79, 184, 255, 0.9) 39% 40%, transparent 41% 100%),
    linear-gradient(25deg, transparent 0 44%, rgba(79, 184, 255, 0.65) 45% 46%, transparent 47% 100%);
}

.winklix-job-fraud-alert-overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.14), rgba(0, 0, 0, 0.38));
}

.winklix-job-fraud-alert-inner {
  position: relative;
  z-index: 2;
  width: min(100%, 1440px);
  margin: 0 auto;
  padding: 72px 48px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 360px;
  gap: 42px;
  align-items: center;
}

.winklix-job-fraud-alert-copy {
  max-width: 920px;
}

.winklix-job-fraud-alert-copy h2 {
  margin: 0 0 18px;
  color: #ffffff;
  font-size: clamp(2.1rem, 4vw, 3.15rem);
  line-height: 1;
  font-weight: 900;
  letter-spacing: 0;
}

.winklix-job-fraud-alert-copy p,
.winklix-job-fraud-alert-copy strong {
  color: #ffffff;
  font-size: clamp(0.98rem, 1.3vw, 1.13rem);
  line-height: 1.45;
  font-weight: 800;
}

.winklix-job-fraud-alert-copy p {
  margin: 0 0 16px;
}

.winklix-job-fraud-alert-copy a {
  color: #0078d4;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.winklix-job-fraud-alert-copy strong {
  display: block;
  margin-top: 22px;
}

.winklix-job-fraud-alert-visual {
  position: relative;
  min-height: 260px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.winklix-job-fraud-shield {
  position: absolute;
  width: 290px;
  height: 290px;
  color: rgba(79, 184, 255, 0.13);
  stroke-width: 1.2;
}

.winklix-job-fraud-warning {
  position: relative;
  width: 190px;
  height: 160px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.14);
  box-shadow: 0 28px 70px rgba(0, 0, 0, 0.35);
  transform: rotate(4deg);
  backdrop-filter: blur(5px);
}

.winklix-job-fraud-warning svg {
  width: 118px;
  height: 118px;
  color: #c9101c;
  stroke-width: 1.8;
  filter: drop-shadow(0 12px 24px rgba(201, 16, 28, 0.25));
}

@media (max-width: 1200px) {
  .sf-success-badges {
    padding: 20px 16px;
  }

  .jobs-career-location-cards {
    grid-template-columns: repeat(3, 190px);
    gap: 32px;
  }

  .career-identity-card {
    padding: 38px 20px 26px;
  }

  .career-identity-card h3 strong {
    font-size: clamp(2.8rem, 4.7vw, 3.7rem);
  }
}

@media (max-width: 992px) {
  .sf-success-section {
    padding: 40px 32px 48px;
  }

  .sf-success-badges {
    padding: 16px 12px;
  }

  .jobs-career-hero-inner {
    width: min(100%, 760px);
  }

  .jobs-career-location-cards {
    grid-template-columns: repeat(3, 170px);
    gap: 24px;
  }

  .jobs-career-location-card {
    height: 142px;
  }

  .jobs-career-map-icon {
    width: 94px;
    height: 94px;
  }

  .jobs-career-map-icon-us {
    width: 118px;
  }

  .career-identity-grid {
    grid-template-columns: 1fr;
  }

  .career-identity-card {
    min-height: 230px;
  }

  .career-identity-card p {
    max-width: 620px;
  }

  .career-gallery-track {
    grid-template-rows: repeat(2, 190px);
    grid-auto-columns: clamp(260px, 44vw, 360px);
    gap: 16px 28px;
    animation-duration: 30s;
  }

  .winklix-job-fraud-alert-inner {
    grid-template-columns: 1fr;
    padding: 58px 32px;
  }

  .winklix-job-fraud-alert-visual {
    min-height: 180px;
  }

  .winklix-job-fraud-shield {
    width: 220px;
    height: 220px;
  }

  .winklix-job-fraud-warning {
    width: 154px;
    height: 132px;
  }

  .winklix-job-fraud-warning svg {
    width: 92px;
    height: 92px;
  }
}

/* Mobile */
@media (max-width: 768px) {
  .clit-logo h2 {
    font-size: 24px;
  }

  .logo-box img {
    max-height: 100px;
  }

  .salesforce-certified-team-section {
    padding: 0 16px 60px;
  }

  .salesforce-certified-team-slider {
    padding: 24px 18px;
  }

  .salesforce-certified-team-logo-box {
    min-height: 110px;
    padding: 14px;
  }

  .salesforce-certified-team-logo-box img {
    height: 70px;
  }

  .sf-success-section {
    padding: 34px 16px 42px;
  }

  .sf-success-header p {
    font-size: 15px;
  }

  .sf-success-stats {
    grid-template-columns: 1fr;
    margin: 34px auto 36px;
  }

  .sf-success-stat {
    min-height: 104px;
    border-right: 0;
    border-bottom: 1px solid #d7d7d7;
  }

  .sf-success-stat:last-child {
    border-bottom: 0;
  }

  .sf-success-stat span {
    margin-top: 14px;
    font-size: 17px;
  }

  .sf-success-badges {
    padding: 16px 12px 18px;
    overflow-x: auto;
  }

  .sf-success-badges-image {
    min-width: 760px;
  }

  .jobs-career-hero-media {
    min-height: 540px;
  }

  .jobs-career-hero-inner {
    padding: 56px 22px 210px;
  }

  .jobs-career-eyebrow {
    font-size: 21px;
  }

  .jobs-career-location-cards {
    top: -166px;
    grid-template-columns: 1fr;
    width: min(100% - 40px, 260px);
    gap: 14px;
  }

  .jobs-career-location-card {
    height: 112px;
  }

  .jobs-career-map-icon {
    width: 74px;
    height: 74px;
  }

  .jobs-career-map-icon-us {
    width: 92px;
  }

  .jobs-career-location-card span {
    font-size: 17px;
  }

  .career-identity-strength {
    padding: 34px 18px 42px;
  }

  .career-identity-strength h2 {
    margin-bottom: 14px;
  }

  .career-identity-card {
    min-height: 232px;
    padding: 34px 20px 26px;
  }

  .career-identity-card-icon {
    width: 96px;
    height: 96px;
    right: 18px;
  }

  .career-identity-card h3 {
    font-size: 1.45rem;
  }

  .career-identity-card h3 strong {
    font-size: clamp(2.85rem, 13vw, 3.55rem);
  }

  .career-identity-card p {
    font-size: 1rem;
  }

  .career-gallery-carousel {
    padding: 36px 0 44px;
  }

  .career-gallery-carousel::before,
  .career-gallery-carousel::after {
    top: 132px;
    width: 44px;
  }

  .career-gallery-header {
    width: min(100% - 36px, 980px);
    margin-bottom: 28px;
  }

  .career-gallery-header h2 {
    font-size: clamp(2rem, 10vw, 2.65rem);
    line-height: 1;
  }

  .career-gallery-track {
    grid-template-rows: repeat(2, 154px);
    grid-auto-columns: 260px;
    gap: 14px 18px;
    animation-duration: 26s;
  }

  .winklix-job-fraud-alert {
    min-height: 0;
  }

  .winklix-job-fraud-alert::after {
    width: 100%;
  }

  .winklix-job-fraud-alert-inner {
    padding: 44px 22px;
    gap: 22px;
  }

  .winklix-job-fraud-alert-copy h2 {
    font-size: clamp(2rem, 10vw, 2.65rem);
  }

  .winklix-job-fraud-alert-copy p,
  .winklix-job-fraud-alert-copy strong {
    font-size: 0.96rem;
    line-height: 1.48;
  }

  .winklix-job-fraud-alert-visual {
    min-height: 128px;
    justify-content: flex-start;
  }

  .winklix-job-fraud-shield {
    left: 8px;
    width: 150px;
    height: 150px;
  }

  .winklix-job-fraud-warning {
    width: 120px;
    height: 104px;
  }

  .winklix-job-fraud-warning svg {
    width: 74px;
    height: 74px;
  }
}

