﻿.hero {
  padding: 100px 0 60px;
 background: linear-gradient(135deg,
      #0279A4 0%,
      #0B1E81 35%,
      #2A1B83 60%,
      #0B63B0 100%
  );
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  color: #fff;
  position: relative;
  overflow: hidden;
}

.hero::after {
  content: "";
  position: absolute;
  inset: auto -20% -50px -20%;
  height: 150px;
  background: #E8FCFE;
  background: linear-gradient(169deg, rgba(232, 252, 254, 1) 0%, rgba(246, 252, 255, 1) 100%);
  border-radius: 50% 50% 0 0;
  z-index: 0;
}

.hero .container {
  position: relative;
  z-index: 2;
}

.d-hero-lg {
  display: flex;
}

.d-hero-sm {
  display: none;
}

.hero-chip {
  display: inline-flex;
  padding: 6px 18px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.4);
  letter-spacing: 0.08em;
  font-size: 13px;
  text-transform: uppercase;
}

.text-blue {
  color: #005EB1;
}
/* LOGO SLIDER */
.logo-slider {
  width: 100%;
  overflow: hidden;
  position: relative;
}

.logo-track {
  display: flex;
  align-items: center;
  animation: scroll 20s linear infinite;
  will-change: transform;
}

.logo-track img {
  flex-shrink: 0;
  height: 42px;
  object-fit: contain;
  margin-right: 20px; /* <-- Perfect safe gap */
  image-rendering: -webkit-optimize-contrast;
  image-rendering: crisp-edges;
}

/* Smooth infinite loop */
@keyframes scroll {
  0% { transform: translateX(0); }
  100% { transform: translateX(-100%); }
}


.hero-h1 {
  font-size: 72px !important;
  font-weight: 500 !important;
}

.hero-h-blue-bold {
  background: linear-gradient(to right, #0891B2, #06B6D4, #00D3F2);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 72px !important;
  font-weight: 700 !important;
}

.hero-dec {
  color: #ffffff;
  font-size: 24px;
}

.hero-visual {
  background: rgba(255, 255, 255, 0.1);
  border-radius: 32px;
  padding: 26px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  box-shadow: 0 30px 80px rgba(2, 12, 46, 0.45);
}

.hero-trust {
  font-size: 16px;
  color: #00B1A2;
  font-weight: 700;
}

.my-70 {
  margin: 71px 0;
}

.my-38 {
  margin: 39px 0;
}

.hero-pills {
  margin-top: 0;
  background-color: #fff;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  box-shadow: 1px 10px 14px rgba(8, 31, 76, 0.12);
}

.pill {
  padding: 0px 70px 0px 70px;
  text-align: left;
  display: flex;
  align-items: center;
  gap: 24px;
  margin: 15px 0 !important;
}

.pb-cus-16 {
  padding-bottom: 26px !important;
}

.pb-cus {
  padding-bottom: 16px !important;
}

.pill-img {
  width: 32px;
  height: 32px;
}

.pill-text {
  color: #005EB1;
  font-size: 24px;
  font-weight: 600;
  line-height: 100%;
}

.pill-border-right {
  border-right: 1px solid #5900FF;
  /* light grey line */
}

.pill-border-last {
  border-right: 1px solid #5900ff00;
  /* light grey line */
}

section {
  position: relative;
  z-index: 1;
}

.sec-2 {
  font-size: 55px;
  font-weight: 400;
}

.sec-2-bold-blue {
  font-size: 55px;
  font-weight: 700;
  background: linear-gradient(to right, #00409F, #0061B3);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.expertise {
  background-image: url("../image/home-page/expertise-bg.webp");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding: 90px 0 120PX;
}

.eyebrow {
  font-size: 20px;
  color: #4A5565;
  font-weight: 400;
  margin-top: 24px;
}

.service-card {
  background-color: #fff;
  border: 1px #D4F5FD solid;
  padding: 30px;
  width: 100%;
  border-radius: 12px;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  -ms-border-radius: 12px;
  -o-border-radius: 12px;
}

.card-top {
  height: 73%;
}

.bg-yellow {
  background-color: #FFF9EB;
}

.bg-sky-blue {
  background-color: #D8F5FD;
}

.bg-sky-pink {
  background-color: #FFF0EB;
}

.bg-sky-perpol {
  background-color: #EBEBFF;
}

.icon-square {
  width: 80px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}

.sec-2-heading {
  font-size: 24px;
  font-weight: 900;
}

.sec-2-dec {
  font-size: 18px;
  font-weight: 400;
  color: #4A5565;
}

.mt-30 {
  margin-top: 30px;
}

.mb-80 {
  margin-bottom: 80px;
}

.mt-70 {
  margin-top: 70px;
}

.mt-16 {
  margin-top: 16px;
}

.card-footer {
  border-top: 1px solid #E9E9E9;
  padding-top: 30px;
}

.card-footer-btn {
  padding: 6px;
  background-color: #0B5E94;
}

.card-yellow:hover {
  border: #ffcf60 1px solid;
  box-shadow: 0px 1px 49px 2px rgba(255, 168, 0, 0.35);
  -webkit-box-shadow: 0px 1px 49px 2px rgba(255, 168, 0, 0.35);
  -moz-box-shadow: 0px 1px 49px 2px rgba(255, 168, 0, 0.35);
}

.card-blue:hover {
  border: #70c6ff 1px solid;
  box-shadow: 0px 1px 26px 6px rgba(17, 147, 235, 0.35);
  -webkit-box-shadow: 0px 1px 26px 6px rgba(17, 147, 235, 0.35);
  -moz-box-shadow: 0px 1px 26px 6px rgba(17, 147, 235, 0.35);
}


.card-pink:hover {
  border: #ffb570 1px solid;
  box-shadow: 0px 1px 57px 13px rgba(255, 142, 110, 0.35);
  -webkit-box-shadow: 0px 1px 57px 13px rgba(255, 153, 125, 0.35);
  -moz-box-shadow: 0px 1px 57px 13px rgba(194, 86, 55, 0.35);
}

.card-perpal:hover {
  border: #c6c6fd 1px solid;
  box-shadow: 0px 1px 40px 18px rgba(198, 198, 253, 0.35);
  -webkit-box-shadow: 0px 1px 40px 18px rgba(198, 198, 253, 0.35);
  -moz-box-shadow: 0px 1px 40px 18px rgba(198, 198, 253, 0.35);
}

.why-section {
  text-align: center;
  padding: 120px 20px;
}



/* Features container */
.features {
  margin-top: 50px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
}

/* Each box */
.feature-box {
  display: flex;
  align-items: center;
  gap: 10px;
  background: #fff;
  padding: 18px 28px;
  border-radius: 12px;
  font-size: 24px;
  font-weight: 700;
  color: #1d1d1d;
  box-shadow: 0 0 0 2px rgba(13, 110, 253, 0.04);
  transition: 0.25s ease;
}

.feature-box-1 {
  border: #FEF8EA 2px solid;
}

.feature-box-2 {
  border: #D8F4FD 2px solid;
}

.feature-box-3 {
  border: #FFF0EA 2px solid;
}

.feature-box-4 {
  border: #EBEBFE 2px solid;
}

/* Icons (optional real icons can replace emojis) */
.icon {
  font-size: 22px;
}

/* Hover */
.feature-box:hover {
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.08);
  transform: translateY(-3px);
}







.who-serve-section {
  background-image: url(../image/home-page/contact.webp);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding: 120px 0;
  padding-bottom: 100px;
}

/* Card Base */
.serve-card {
  position: relative;
  border-radius: 14px;
  padding: 30px 24px 19px 24px;
  background: #fff;
  border: 2px solid transparent;
  min-height: 130px;
  transition: 0.3s;
  text-align: left;
  width: 95%;
  margin-left: auto;
}

/* Body text */
.serve-body {
  font-size: 16px;
  color: #3a3a3a;
  line-height: 1.55;
}

.f-1 {
  color: #6D6DF8;
  ;
}

.f-2 {
  color: #C59420;
}

.f-3 {
  color: #FF4900;
}

/* Tabs */
.serve-tab {
  position: absolute;
  top: -22px;
  left: -30px;
  padding: 8px 10px;
  font-size: 16px;
  font-weight: 600;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
}

/* Blue Card */
.card-blue-serve {
  border-color: #6D6DF8 !important;
}

.tab-blue {
  background: #C5EAFE;
}

/* Yellow Card */
.card-yellow-serve {
  border-color: #F1C04E !important;
}

.tab-yellow {
  background: #FCE6A4 !important;
}

/* Red Card */
.card-red-serve {
  border-color: #F28B7C !important;
}

.tab-red {
  background: #FBCFC5;
}

/* Hover */
.serve-card:hover {
  transform: translateY(-5px);
  box-shadow: 0px 8px 25px rgba(0, 0, 0, 0.08);
}

.how-desktop {
  padding: 120px 0;
}

.how-steps {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  margin-top: 40px;
  gap: 40px;
  position: relative;
}

.step {
  text-align: left;
  position: relative;
}

/* ICON BOX */
.step-icon {
  width: 80px;
  height: 80px;
  background: #ECFAFE;
  border: 1px solid #C5F1FC;
  border-radius: 18px;
  display: flex;
  justify-content: center;
  align-items: center;
  /* box-shadow: 0px 18px 50px rgba(7, 22, 53, 0.1); */
}

/* ICON */
.step-icon img {
  width: 32px;
}

/* ARROW — only for the first 3 items */
.step::after {
  content: "";
  position: absolute;
  top: 28px;
  left: 80px;
  right: -40px;
  height: 40px;
  background-image: url('../image/home-page/center-arrow.webp');
  background-repeat: repeat-x;
  background-position: center;
  background-size: auto 40px;
}


.step:last-child::after {
  display: none;
}

/* TITLE */
.step-title {
  margin-top: 30px;
  font-size: 24px;
  font-weight: 700;
  color: #0c1c3c;
}

/* DESCRIPTION */
.step-desc {
  font-size: 15px;
  line-height: 22px;
  margin-top: 16px;
  color: #5b6473;
}




/* DEFAULT HIDE MOBILE */
.how-mobile {
  display: none;
  padding: 44px 0;
}

/* MOBILE TITLE */
.mob-title {
  font-size: 28px;
  font-weight: 700;
  color: #0c1c3c;
  margin-bottom: 30px;
}

.mob-title span {
  color: #0d5ace;
}

/* STEP WRAPPER */
.mob-step {
  display: flex;
  gap: 18px;
  /* margin-bottom:45px; */
}

/* CENTER COLUMN (ICON + LINE) */
.mob-center-line {
  display: flex;
  flex-direction: column;
  align-items: center;
}

/* ICON BOX */
.mob-icon-box {
  width: 80px;
  height: 80px;
  background: #ECFAFE;
  border: 1px solid #C5F1FC;
  border-radius: 12px;
  display: flex;
  justify-content: center;
  align-items: center;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  -ms-border-radius: 12px;
  -o-border-radius: 12px;
}

.mob-icon-box img {
  width: 32px;
}

.mob-line {
  width: 73px;
  height: 85px;
  background-image: url("../image/home-page/center-arrow-phone.webp");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  margin-top: 0;
  /* icon se cut-to-cut */
  margin-bottom: 0;
}

/* TEXT AREA */
.mob-text h4 {
  font-size: 20px;
  font-weight: 700;
  color: #0c1c3c;
  margin-bottom: 6px;
}

.mob-text p {
  font-size: 16px;
  color: #5b6473;
  line-height: 20px;
  /* max-width:240px; */
}

/* CTA SECTION */
.cta-sec {
  padding: 120px 0;
  background-image: url("../image/home-page/cta-bg.webp");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  color: #fff;
  position: relative;
  overflow: hidden;
}

/* HEADING */
.cta-title {
  font-size: 55px;
  font-weight: 300;
  line-height: 1.2;
  color: #ffffff;
}

.cta-title span {
  font-size: 55px;
  font-weight: 700;
  background: linear-gradient(to right, #0892B3, #00D2F2);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

/* SUBTEXT */
.cta-subtitle {
  font-size: 24px;
  font-weight: 300;
  line-height: normal;
  color: #d8e2ef;
  max-width: 680px;
}

.mt-60 {
  margin-top: 60px;
}

.mt-24 {
  margin-top: 24px;
}

.mt-40 {
  margin-top: 40px;
}

/* BACKGROUND */
.contact-sec {
  background-image: url(../image/home-page/contact.webp);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding: 120px 0;
}

/* LEFT SECTION */
.contact-title {
  font-size: 42px;
  line-height: 1.3;
  color: #0c1c3c;
  font-weight: 300;
  margin-bottom: 20px;
}

.contact-title span {
  color: #0d5ace;
  /* exact bold blue */
  font-weight: 600;
}

.contact-sub {
  font-size: 18px;
  color: #5b6473;
  margin-bottom: 60px !important;
}

/* ICON BOX */
.icon-box {
  width: 48px;
  height: 48px;
  background-image: url(../image/home-page/form-icon-box-bg.webp);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
}

.icon-box img {
  width: 20px;
}

/* CONTACT DETAILS */
.detail-title {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 2px;
}

.detail-text {
  font-size: 16px;
  color: #5b6473;
}

/* RIGHT FORM BOX */
.contact-form-box {
  background: #fff;
  border-radius: 0px;
  /* box-shadow: 0px 8px 30px rgba(0, 0, 0, 0.08); */
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
}

.form-title {
  font-size: 30px;
  font-weight: 300;
  margin-bottom: 5px;
}

.form-sub {
  font-size: 18px;
  color: #5b6473;
  margin-bottom: 25px;
}

/* FORM FIELDS */
.form-label {
  font-weight: 500;
  margin-bottom: 6px;
  color: #0c1c3c;
  font-size: 16px;
  font-family: "DM Sans", "Segoe UI", sans-serif;
}

.form-control {
  border: 1px solid #D4F5FD;
  border-radius: 0px;
  padding: 10px 12px;
  font-size: 16px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
}

.form-control:focus {
  border-color: #015FB0;
  box-shadow: 0 0 0 0.15rem rgba(13, 90, 206, 0.2);
}

.menu-toggle {
  border: none !important;
  box-shadow: none !important;
  padding: 6px 10px;
}

.toggle-icon {
  font-size: 25px!important;
  color: #6f6f6f!important;
  /* same grey like your screenshot */
  transition: 0.2s ease-in-out;
}

@media (max-width: 991px) {
.navbar-nav{
  margin-top: 10px;
}
  /* GLOBAL SECTION SPACING */
  section {
    padding-left: 16px;
    padding-right: 16px;
  }

  .my-70 {
    margin: 40px 0;
  }

  .my-38 {
    margin: 20px 0;
  }

  /* HERO */
  .hero {
    padding: 60px 18px 40px;
    background-position: center top;
  }

  .hero::after {
    inset: auto -22% -42px -22%;
    height: 120px;
  }

  .hero-h1,
  .hero-h-blue-bold {
    font-size: 38px !important;
    text-align: center;
    line-height: 1.1;
  }

  .hero-dec {
    font-size: 17px;
    text-align: center;
    margin: 16px auto;
    padding: 0 10px;
  }

  .hero-trust {
    font-size: 18px;
    color: #00B1A2;
    font-weight: 700;
    text-align: left;
  }

  .btn-custom {
    width: fit-content;
    justify-content: center;
    padding: 10px 14px;
    font-size: 17px;
    border-radius: 10px;
    gap: 10px;
  }

  /* HERO PILLS */
  .hero-pills {
    padding: 14px;
    border-radius: 14px;
    margin-top: 20px;
  }

  .pill {
    padding: 0!important;
    gap: 14px!important;
    margin: 0!important;
    text-align: left!important;
    display: flex!important;
    align-items: center!important;
  }

  .pill-img {
    width: 26px;
    height: 26px;
  }

  .pill-text {
    font-size: 20px;
    font-weight: 600;
  }

  .pill-border-right {
    border-right: none;
    border-bottom: 0;
    padding-bottom: 0;
    margin-bottom: 0;
    margin-top: 0;
  }

    .pill-border-last {
    border-right: none;
    border-bottom: 0;
    padding-bottom: 0;
    margin-bottom: 0;
    margin-top: 0;
  }
  /* SERVICES SECTION */
  .expertise {
    padding: 60px 0;
  }

  .expertise .col-sm-6.col-lg-3 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .sec-2,
  .sec-2-bold-blue {
    font-size: 36px!important;
    text-align: center;
    line-height: 1.15;
    margin-bottom: 12px;
  }

  .eyebrow {
    font-size: 18px;
    margin-top: 16px;
    padding: 0 10px;
  }

  .service-card {
    padding: 22px;
    border-radius: 12px;
    margin-top: 20px;
  }

  .sec-2-heading {
    font-size: 22px;
    margin-bottom: 10px;
  }

  .sec-2-dec {
    font-size: 17px;
  }

  .icon-square {
    width: 60px;
    height: 60px;
  }

  .card-footer {
    padding-top: 18px;
  }

  /* FEATURES */
  .features {
    margin-top: 40px;
    gap: 16px;
    padding: 0 6px;
  }

  .feature-box {
    font-size: 20px;
    padding: 16px 16px;
    width: fit-content;
    justify-content: flex-start;
  }

  .feature-box p {
    text-align: left;
    font-size: 18px;
    margin: 0;
  }

  /* WHO SERVE + WHY */
  .why-section {
    text-align: center;
    padding: 88px 0;
  }

  .who-serve-section {
     background-image: url(../image/home-page/contact.webp);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding: 88px 0 100px;
  }

  /* CTA */
  .cta-sec {
    padding: 88px 0;
  }

  .cta-title {
    font-size: 36px!important;
  }

  .cta-title span {
    font-size: 36px!important;
    font-weight: 700;
    background: linear-gradient(to right, #0892B3, #00D2F2);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }

  .cta-subtitle {
    font-size: 20px!important;
  }

  .mt-60 {
    margin-top: 20px;
  }

  .mt-24 {
    margin-top: 20px;
  }

  /* CONTACT */
  .contact-sec {
   background-image: url(../image/home-page/contact.webp);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding: 88px 0;
  }

  .contact-title {
    font-size: 32px;
  }

  .contact-sub {
    font-size: 20px;
    text-align: center;
    max-width: 100%;
  }

  .d-flex-tab {
    display: flex;
    gap: 20px;
            justify-content: center;
  }

  /* FOOTER */
  .divider {
    width: 2px;
    height: 50px;
    background: #0d5ace;
    margin-left: 10px;
  }

  .footer-title {
    margin-top: 25px;
  }

  .mt-70 {
    margin-top: 24px;
  }
}