   body, html {
      margin: 0;
      padding: 0;
      font-family: "Sora", sans-serif;
      
      /* background-color: #f9f9f9; */
    }
  /* Header CSS START */
 .header-bar {
            background-color: #f8f9fa;
            padding: 10px 20px;
            font-size: 14px;
        }
        .header-bar a {
            text-decoration: none;
            color: #727272;
            /* font-size: medium; */
        }
        .header-bar .label {
            font-weight: 600;
            color: #29398D; /* Dark blue color */
        }
/* Header CSS END */
/* ----------------------------------------------------------------------------------------------------- */

/* NAVBAR CSS START */

.quote-arrow {
  width: 20px;
  height: 20px;
  margin-left: 8px;
  object-fit: contain;
}

.quote-arrow2 {
  width: 25px;
  height: 20px;
  margin-left: 8px;
  object-fit: contain; 
}

.navbar {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
    box-shadow: 0 2px 5px rgba(0,0,0,0.1);
    position: sticky;
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.1);
}

.navbar-nav .nav-link.active{
  
  font-weight: 500;
  color: #011689;
  position: relative;
}

.navbar-nav .nav-link{
  font-size: large;
}

.navbar-nav .nav-link::after {
    content: '';
    display: block;
    width: 0;
    height: 2px;
    background: #007bff;
    transition: width 0.3s;
    position: absolute;
    bottom: -5px;
    left: 0;
}


 .navbar-custom {
      background-color: #ffffff;
      padding: 0;
    }
    .nav-link {
      color: #5E5E5E;
      font-weight: 500;
      margin-right: 25px;
    }
    .search-icon {
      font-size: 20px;
      color: gray;
      margin-right: 20px;
      cursor: pointer;
    }
    .quote-btn {
      margin-right: -13px;
      background-color: #011689;
      color: #fff;
      padding: 18px 20px;
      border: none;
      display: flex;
      align-items: center;
    }
    .quote-btn i {
      margin-left: 10px;
    }
    .logo {
      height: 50px;
    }
    .menu-toggle {
      background-color: #1e318e;
      color: white;
      padding: 0 15px;
      font-size: 24px;
      display: flex;
      align-items: center;
    }

.search-bar-container {
  display: none;
  width: 107%;
  padding: 20px 0;
  position: absolute;
  top: 3.5%;
  left: 0;
  z-index: 1100;

}

.search-bar {
  position: relative;
}

.search-input {
  width: 100%;
  padding: 15px 20px;
  font-size: 18px;
  border: none;
  border-radius: 5px;
}

.close-btn {
  background-color: #1e318e;
  color: white;
  border: none;
  padding: 10px 15px;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 5px;
}

.navbar-collapse.hide-nav {
  display: none !important;
}

.navbar {
  position: sticky;
  z-index: 1000;
}

.dot-grid {
  background-color: #011689;
  width: 62px;
  height: 62px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 2px;
  cursor: pointer;
}

.dot-grid .dot {
  width: 6px;
  height: 6px;
  background-color: white;
  border-radius: 50%;
}

    @media (max-width: 991.98px) {
      .search-icon, .quote-btn {
        margin-top: 10px;
      }
    }
/* NAVBAR CSS END */
/* ----------------------------------------------------------------------------------------------------- */

/* HERO SECTION START */
.hero-section {
      /* background : url('../images/Background.png') no-repeat center center / cover;
      background-color: #29398D; */
      background: linear-gradient(rgba(1, 22, 137, 0.7), rgba(1, 22, 137, 0.7)),
              url('../images/Background.png') center/cover no-repeat;
              background-color: #011689;
      min-height: 100vh;
      display: flex;
      align-items: center;
      color: white;
      position: relative;
    }

    .overlay {
      position: absolute;
      inset: 0;
      /* background: rgba(0, 14, 96, 0.9); */
      
    }

    .hero-content {
      position: relative;
      z-index: 2;
    }

    .hero-title span {
      font-weight: 400;
      font-size: 46px;
      color: #F3B234; /* Yellow highlight */
    }

    .hero-title .semshead{
      line-height: 75px;
      font-size: 77px;
      font-weight: bold;
    }

    .hero-title h1 {
      font-size: 3rem;
      font-weight: 700;
    }
 

    .hero-subtext {
      font-size: 18px;
      font-weight: 200;
      /* color: #ccc; */
    }

    .btn-learn {
      background: #fff;
      
      color: #011689;
      border-radius: 30px;
      font-weight: 500;
      font-size: 20px;
      padding: 9px 27px;
      margin-top: 20px;
    }

    .btn-learn:hover {
      background: #e7e7e7;
      color: #011689;
    }

    .form-card {
      /* background: #fff; */
      background-image: radial-gradient(#d6d6d6 1px, transparent 1px);
      border-radius: 20px;
      padding: 2px;
      color: #000;
      
    }

    .form-card input,
    .form-card textarea {
      border-color: #011689;
      font-size: 14px;
      margin-bottom: 15px;
    }

    .submit-btn {
      background-color: #011689;
      color: #fff;
      font-weight: 600;
      border: none;
    }
    /* .Inquiry-form{
      
    } */
    .text-primaryy{
      color:#1e318e;
      font-size: xx-large;
      background-color: #FFFFFF;
    }
    @media (max-width: 768px) {
      .hero-title h1 {
        font-size: 2rem;
      }
      .hero-title span {
      font-weight: 400;
      font-size: 152%;
      color: #f8c100; /* Yellow highlight */
    }

    .hero-title .semshead {
    line-height: 75px;
    font-size: 68px;
    font-weight: bold;
}

      .form-card {
        margin-top: 30px;
      }
    }

    .inquiry-form-container {
      
      max-width: 438px;
      margin: 40px auto;
      background: white;
      border-radius: 30px;
      box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
      overflow: hidden;
      padding: 40px;
      background-image: radial-gradient(#d6d6d6 1px, transparent 1px);
      background-size: 20px 20px;
    }

    .inquiry-form-container h2 {
      text-align: center;
      font-weight: 700;
      color: #1e1e8f;
      margin-bottom: 30px;
    }

    .form-label {
      font-weight: 700;
      color: #1e1e8f;
    }

    .form-control {
      border: 1px solid #011689;
      border-radius: 6px;
      font-size: 0.95rem;
    }

    .form-control:focus {
      border-color: #011689;
      box-shadow: none;
    }

    .btn-submit {
      background-color: #011689;
      color: white;
      padding: 10px 30px;
      font-weight: 700;
      text-transform: uppercase;
      border-radius: 4px;
      border: none;
    }

    .btn-submit:hover {
      background-color: #011689;
    }

    @media (max-width: 768px) {
      .inquiry-form-container {
        padding: 25px;
        border-radius: 20px;
      }
    }
/* HERO SECTION END */

/* ----------------------------------------------------------------------------------------------------- */
/* SLIDER START */

    .section-header {
  /* background-color: #102180; */
  width: 100%;
}

.section-header h2 {
  color: #F3B234;
  font-size: 2rem;
  white-space: nowrap;
}

.badgee {
    width: 242px;
    color: #011689;
    font-size: 15px;
    letter-spacing: 0.5px;

    background-image: repeating-linear-gradient(
      to right,
      rgba(29, 28, 28, 0.1),
      rgba(38, 37, 37, 0.1) 1px,
      transparent 1px,
      transparent 30px
    );
    background-size: 100% 100%;
}

@media (min-width: 1200px) {
  .row-cols-xl-8 > * {
    flex: 0 0 auto;
    width: 12.5%; /* 100 / 8 */
  }
}


.badgeee {
  font-weight: bold;
  width: 300px;
  color: #011689;
  font-size: 2.2rem;
  letter-spacing: 0.5px;
  background-image: repeating-linear-gradient(
    to right,
    rgba(29, 28, 28, 0.1),
    rgba(38, 37, 37, 0.1) 1px,
    transparent 1px,
    transparent 30px
  );
  background-size: 100% 100%;
}

/* .badge {
    color: #011689;
    font-size: 1.3rem;
    letter-spacing: 0.5px;
} 
*/

.btn-outline-light {
  color: #F3B234;
  border: 2px solid #F3B234;
  font-size: 1.2rem;
  transition: all 0.3s ease;
}

.btn-outline-light:hover {
  color: #F3B234;
  background-color: #011689;
  border: 2px solid #F3B234;
  font-size: 1.2rem;
  transition: all 0.3s ease;
  
}
.btn-outline-light:hover img {
  /* background-color: #ffffff; */
  
  background-color: #011689;
}

    .carousel-item {
      padding: 20px;
    }

    /* .service-card {
      background: white;
      color: #1c1c1c;
      border-radius: 12px;
      padding: 20px;
      box-shadow: 0 4px 8px rgba(0,0,0,0.1);
      height: 100%;
    } */
.service-card {
  background: white;
  color: #1c1c1c;
  border-radius: 12px;
  box-shadow: 0 4px 8px rgba(0,0,0,0.1);
  height: 100%;
  position: relative;
  overflow: hidden;
  padding: 20px; /* 🔧 important */
}

.roundedd{
  height: 229px;
}

.badge-container {
  position: absolute;
  bottom: 12px;
  left: 12px;
  margin-left: 20px;
  margin-bottom: 31px;
  line-height: 32px;
}
.badge-container .bg-primary{
  color: #011689;
}

.badge-container .bg-warning{
  color: #011689;
}

.badge {
  font-size: 0.8rem;
  padding: 6px 12px;
  border-radius: 6px;
  background-color: white;
}
.badge img{
  width: 20px;
}
.bg-primaryy{
  --bs-bg-opacity: 1;
  color: #011689;
}

    .carousel-indicators [data-bs-target] {
      background-color: white;
      border-radius: 50%;
      width: 12px;
      height: 12px;
    }

    .carousel-indicators {
      margin-top: -6px;
    }

    .carousel-indicators .active {
      background-color: orange;
    }

    .btn-view-all {
      background: transparent;
      color: white;
      border: 2px solid white;
      border-radius: 25px;
      padding: 10px 25px;
      font-size: 18px;
      text-decoration: none;
    }

    .carousel-inner .row {
      justify-content: center;
    }


    
    .section-badge {
      background-color: #011689;
      color: white;
      display: inline-block;
      padding: 6px 20px;
      border-radius: 999px;
      font-size: 0.9rem;
      font-weight: 600;
      margin-bottom: 20px;

      background-image: repeating-linear-gradient(
      to right,
      rgba(255, 255, 255, 0.1),
      rgba(255, 255, 255, 0.1) 2px,
      transparent 1px,
      transparent 30px
    );
    background-size: 100% 100%;
    }

    /* .about-heading {
      font-size: 2.2rem;
      font-weight: 700;
      color: #1e2f9a;
      margin-bottom: 30px;
    } */

    /* .about-img {
      border-radius: 15px;
      width: 100%;
      height: auto;
      object-fit: cover;
    } */
/* 
    .about-text {
      font-size: 1.1rem;
      line-height: 1.8;
      color: #212529;


    } */

    /* .since-label {
      position: absolute;
      top: -140px;
      right: 138px;
      font-size: 5rem;
      font-weight: 700;
      color: transparent;
      -webkit-text-stroke: 1px #ccc;
      text-align: right;
      z-index: 0;
      pointer-events: none;
      user-select: none;
    } */

    @media (max-width: 768px) {
      .section-header{
        line-height: 12px;
      }

      .section-header h2 {
        
        font-size: 1rem;
        
      }
    }

    .card-icon {
      font-size: 34px;
      color: #f39c12;
    }

    .view-more {
      font-weight: bold;
      color: #011689;
      font-size: 14px;
      cursor: pointer;

      
    }


    
/* SLIDER END */
/* ----------------------------------------------------------------------------------------------------- */

/* ABOUT US START */
 .section-badge {
      background-color: #011689;
      color: white;
      display: inline-block;
      padding: 9px 38px;
      border-radius: 999px;
      font-size: 23px;
      font-weight: 600;
      margin-bottom: 20px;
    }

    .about-heading {
      font-size: 3.2rem;
      font-weight: 700;
      color: #011689;
      margin-bottom: 8px;
    }

    .about-img {
      border-radius: 15px;
      width: 96%;
      height: auto;
      object-fit: cover;
        box-shadow: 0 10px 20px rgba(0, 0, 0, 0.4); /* Shadow */

    }

    .about-text {
      text-align: justify;
      font-size: 1.3rem;
      line-height: 38px;
      color: #212529;
      font-family: "Sora", sans-serif;
    }

    .since-label {
      position: absolute;
      top: -140px;
      
      right: 32px;
      font-size: 5rem;
      font-weight: 700;
      color: transparent;
      -webkit-text-stroke: 1px #ccc;
      text-align: right;
      z-index: 0;
      pointer-events: none;
      user-select: none;
    }

    @media (max-width: 768px) {
      .since-label {
        position: static;
        font-size: 2.5rem;
        text-align: center;
        margin-top: 20px;
        -webkit-text-stroke: 0.5px #ccc;
      }

      .about-heading {
        font-size: 1.8rem;
        text-align: center;
      }

      .section-badge {
        display: block;
        /* padding: 9px 30px; */
        text-align: center;
        margin-left: auto;
        margin-right: auto;

      }

      .about-text {
      text-align: justify;
      font-size: 1rem;
      line-height: 38px;
      color: #212529;
      font-family: "Sora", sans-serif;
    }
    }

    .CEO{
      font-size: 26px;
      font-weight: 600;
      color: #011689;
    }
/* .tech-box {
  min-height: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
} */
.tech-box {
  min-height: 137px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 0.85rem;
  line-height: 1.3;
}

/* ABOUT US END */
/* ----------------------------------------------------------------------------------------------------- */

/* GOAL SECTION START */

/* .goals-section {
      padding: 60px 0;
    }

    .badge-pill-blue {
      background-color: #011689;
      color: white;
      font-weight: 600;
      padding: 10px 30px;
      border-radius: 50px;
      font-size: 1.2rem;
      display: inline-block;
    }

    .goal-item {
      position: relative;
      padding: 0 20px;
    }

    .goal-item:not(:last-child)::after {
      content: "";
      position: absolute;
      right: 0;
      top: 10%;
      bottom: 10%;
      width: 2px;
      background-color: #011689;
    }

    .goal-item:not(:last-child)::before,
    .goal-item:not(:last-child)::after {
      z-index: 1;
    }

    .goal-item::before {
      content: "";
      position: absolute;
      right: -2px;
      top: 10%;
      height: 10px;
      width: 10px;
      background-color: white;
      border: 2px solid #011689;
      border-radius: 50%;
    }

    .goal-item::after {
      content: "";
      position: absolute;
      right: -2px;
      bottom: 10%;
      height: 10px;
      width: 10px;
      background-color: white;
      border: 2px solid #011689;
      border-radius: 50%;
    }

    @media (max-width: 991.98px) {
      .goal-item {
        border: none !important;
        margin-bottom: 30px;
        padding: 0;
      }
      .goal-item::before,
      .goal-item::after {
        display: none;
      }
    } */

    .goals-section {
    background-color: #fff;
    padding: 30px 0;
  }

  .goals-title {
    color: #011689;
    font-weight: 700;
  }

  .goal-item {
    position: relative;
    padding: 0 30px;
    animation: fadeInUp 1s ease-in-out forwards;
    opacity: 0;
  }

  .goal-item h5 {
    font-weight: 800;
    text-align: left;
  }
 .goal-item p {
    
    text-align: left;
  }
  .goal-item:not(:last-child)::before {
    content: "";
    position: absolute;
    right: -15px;
    top: -3px;
    width: 2px;
    height: 93%;
    background-color: #011689;
    transform: scaleY(0);
    transform-origin: top;
    animation: growLine 1s forwards;
    animation-delay: 0.3s;
  }

  .goal-item:not(:last-child)::after {
    content: "";
    position: absolute;
    right: -19px;
    top: -9px;
    width: 10px;
    height: 10px;
    border: 2px solid #011689;
    background-color: white;
    border-radius: 50%;
    opacity: 0;
    transform: scale(0.5);
    animation: popDot 0.5s ease-out forwards;
    animation-delay: 1s;
  }

  /* new code start */
  .goal-item:not(:last-child)::before {
  /* already defined as vertical line */
}

.goal-item:not(:last-child)::after {
  /* top circle */
}

/* 🔽 NEW: bottom circle */
.goal-item:not(:last-child)::before,
.goal-item:not(:last-child)::after,
.goal-item:not(:last-child)::before-bottom {
  animation-fill-mode: forwards;
}

.goal-item:not(:last-child)::before-bottom,
.goal-item:not(:last-child)::after-bottom {
  content: "";
  position: absolute;
  right: -19px;
  background-color: white;
  border: 2px solid #011689;
  border-radius: 50%;
  width: 10px;
  height: 10px;
  opacity: 0;
  transform: scale(0.5);
}

/* Add new pseudo-element for bottom circle */
.goal-item:not(:last-child)::before-bottom {
  display: none; /* fallback for older browsers */
}

.goal-item:not(:last-child)::after-bottom {
  bottom: -9px;
  animation: popDot 0.5s ease-out forwards;
  animation-delay: 1s;
}

.goal-item .bottom-dot {
  position: absolute;
  right: -19px;
  bottom: 5px;
  width: 10px;
  height: 10px;
  border: 2px solid #011689;
  background-color: white;
  border-radius: 50%;
  opacity: 0;
  transform: scale(0.5);
  animation: popDot 0.5s ease-out forwards;
  animation-delay: 1s;
}

@media (max-width: 767px) {
  .goal-item .bottom-dot {
    display: none;
  }
}
  /* new code end */

  @keyframes growLine {
    to {
      transform: scaleY(1);
    }
  }

  @keyframes popDot {
    to {
      opacity: 1;
      transform: scale(1);
    }
  }

  @keyframes fadeInUp {
    to {
      opacity: 1;
      transform: translateY(0);
    }
  }

  @media (max-width: 767px) {
    .goal-item:not(:last-child)::before,
    .goal-item:not(:last-child)::after {
      display: none;
    }
    .goal-item .bottom-dot {
    display: none;
  }
  }


/* GOAL SECTION END */
/* ----------------------------------------------------------------------------------------------------- */

/* UNLOCK GROWTH START */

.benefits-section {
  background: linear-gradient(rgba(1, 22, 137, 0.7), rgba(1, 22, 137, 0.7)),
              url('../images/Rectangle50.png') center/cover no-repeat;
              background-color: #011689;
  position: relative;
  padding: 80px 0;
  min-height: 50vh;
}

.benefits-section .overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  /* background-color: rgba(0, 16, 122, 0.70); */
  z-index: 0;
}

.benefit-item {
  font-size: 1.1rem;
  font-weight: 400;
  display: flex;
  align-items: center;
  justify-content: start;
}

.checkmark {
  background: 
              url('../images/sign.png') center/cover no-repeat;
  background-color: #000;
  
  /* font-weight: bold; */
  width: 42px;
  height: 30px;
  border-radius: 4px;
  position: relative;
}

.checkmark::before {
  background: 
              url('../images/sign.png') center/cover no-repeat;
     background-color: #000;         
  
  font-size: 1.2rem;
  /* font-weight: bold; */
  position: absolute;
  top: 2px;
  left: 14px;
}
.benefits-section h2{
  font-size: 36px;
}

.benefits-section h4{
  font-size: 36px;
}
@media (max-width: 576px) {
  .benefits-section {
    padding: 60px 15px;
  }

  .benefit-item {
    font-size: 1rem;
  }

  .checkmark {
    width: 26px;
    height: 26px;
  }

  .checkmark::before {
    top: 1px;
    left: 6px;
  }
}




.contact-section {
      padding: 60px 20px;
    }

    .form-image {
      max-width: 93%;
      /* border-radius: 50% 40% 50% 40% / 60% 50% 40% 50%; */
      
      
    }

    .form-control {
      border: 1px solid #011689;
      border-radius: 4px;
      background-color: #EDEDED;
    }

    .form-label {
      font-weight: 600;
      color: #011689;
    }

    .submit-btn {
      background-color: #011689;
      color: white;
      padding: 8px 28px;
      border-radius: 20px;
      border: none;
      font-weight: 600;
    }

    @media (max-width: 767.98px) {
      .contact-img {
        border-radius: 30px;
        height: 300px;
        margin-bottom: 20px;
      }
    }

/* UNLOCK GROWTH END */
/* ----------------------------------------------------------------------------------------------------- */

/* footer start */

.footer-section {
      background: #011689;
      padding: 60px 20px;
      position: relative;
    }
    .footer-title {
      font-size: 3rem;
      font-weight: 800;
    }
    .footer-subtitle {
      font-size: 1.5rem;
    }
    .footer-column-title {
      font-weight: bold;
      margin-bottom: 10px;
      font-size: 1.2rem;
    }
    .footer-column a {
      color: white;
      text-decoration: none;
      display: block;
      margin-bottom: 5px;
    }
    .footer-column a:hover {
      text-decoration: underline;
    }
    .circle-btn {
      background-color: white;
      color: #021865;
      border-radius: 50%;
      padding: 20px;
      text-align: center;
      font-weight: 600;
      display: inline-block;
      width: 130px;
      height: 130px;
      line-height: 1.4;
    }
    .social-icons i {
      margin-right: 15px;
      font-size: 20px;
    }
    .footer-bottom {
      text-align: center;
      padding-top: 30px;
      font-size: 0.9rem;
    }
    .footer-bottom a {
      color: white;
      margin: 0 10px;
      text-decoration: none;
    }
    .footer-bottom a:hover {
      text-decoration: underline;
    }
    .footer-divider {
      border-top: 1px solid rgba(255,255,255,0.2);
      margin-top: 40px;
    }

    
    @media (max-width: 767px) {
      .footer-title {
        font-size: 2rem;
      }
      .footer-subtitle {
        font-size: 1rem;
      }
      .circle-btn {
        width: 100px;
        height: 100px;
        font-size: 0.8rem;
      }
    }


    /* footer end */
    /* ----------------------------------------------------------------------------------------------------- */
     /* ABOUT US HERO SECTION START */
.about-hero {
  background: linear-gradient(rgba(1, 22, 137, 0.7), rgba(1, 22, 137, 0.7)),
              url('../images/aboutuss.png') center/cover no-repeat;
              background-color: #011689;
  height: 300px;
  color: white;
}

.hero-title {
  font-size: 3.5rem;
  font-weight: 700;
  margin-bottom: 0.5rem;
}

.hero-breadcrumb {
  font-size: 1.5rem;
}

.about-description {
  background-color: #f9f9f9;
  color: #000;
}

.about-description .lead {
  font-size: 24px;
  font-weight: 400;
  line-height: 2;
  text-align: justify;
}

.stats .stat-value {
  font-size: 4rem;
  font-weight: 700;
  color: #011689;
}

.stats .stat-label {
  font-size: 1rem;
  color: #6c757d;
}


/* ABOUT US HERO SECTION START */

/* OUR VISION START */
.vision-mission-section {
  background: #f8f9fa;
  border-radius: 2rem;
  padding: 3rem 1rem;
}

.section-title {
  color: #011689;
  font-size: 3rem;
  font-weight: 700;
}

.section-text {
  font-weight: 400;
  font-size: 1.3rem;
  color: #222;
  line-height: 1.6;
  margin-top: 0.75rem;
  
}

.vision-image,
.mission-image {
  border-radius: 1rem;
  max-width: 100%;
  height: auto;
}

/* Responsive fix for stacked layout on small screens */
@media (max-width: 767.98px) {
  .section-title {
    font-size: 1.5rem;
  }

  .section-text {
    font-size: 1rem;
  }

  .vision-mission-section {
    padding: 2rem 1rem;
  }

  .vision-image,
  .mission-image {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }
}

/* OUR VISION END */

/* contact us start */
.about-contact {
  background: linear-gradient(rgba(1, 22, 137, 0.7), rgba(1, 22, 137, 0.7)),
              url('../images/CONTACT.png') center/cover no-repeat;
              background-color: #011689;
  height: 300px;
  color: white;
}

/* .contact-section {
      padding: 12px;
      border: 1px solid #ddd;
      border-radius: 16px;
      overflow: hidden;
    } */

    .contact-form .form-control {
      border-radius: 8px;
      padding: 14px;
      font-size: 0.95rem;
    }

    .contact-form label {
      margin-bottom: 4px;
      font-size: 1rem;
    }

    .contact-header {
      font-size: 3rem;
      font-weight: bold;
    }

    .right-panel {
      background-color: #F8F8F8;
      color: white;
      padding: 2rem;
    }

    .faq-box {
      background-color: #011689;
      color: white;
      border-radius: 0;
    }
    .icon-circles {
      background-color: #011689;
      border-radius: 50%;
      width: 40px;
      height: 40px;
      display: flex;
      align-items: center;
      justify-content: center;
    }

    /* .icon-img {
      width: 65px;
      height: 45px;
    } */

    .contact-item .text {
      /* line-height: 1.2; */
      color: black;
    }


    .info-box {
      color: #011689;
      background-color: #F8F8F8;
      padding: 1rem;
      margin-bottom: 1rem;
      border-radius: 8px;
    }

    .bottom-line {
      border-top: 1px solid #ddd;
      margin-top: 1rem;
      margin-bottom: 2rem;
    }

    .submit-section {
      display: flex;
      justify-content: space-between;
      align-items: center;
      flex-wrap: wrap;
    }

    .submit-section .form-check {
      flex-grow: 1;
    }

    .social-icons i {
      font-size: 1.2rem;
      margin-right: 12px;
      color: #011689;
    }

    .custom-floating .form-control {
      
      background-color: #FFFFFF;
      border-radius: 12px;
      border: 1px solid #aaa;
      padding-top: 1.6rem;
      padding-bottom: 0.6rem;
      font-size: 0.95rem;
    }

    .custom-floating label {
      padding-left: 1rem;
      font-weight: bold;
      color: #000;
      font-size: 0.85rem;
    }

.custom-floating .form-control::placeholder {
  color: #999;
}


.form-floating>label{
  position: absolute;
    top: -11px;
    left: 10px;
    z-index: 2;
    height: 100%;
    padding: 1rem .75rem;
    overflow: hidden;
    text-align: start;
    text-overflow: ellipsis;
    white-space: nowrap;
    pointer-events: none;
    border: var(--bs-border-width) solid transparent;
    transform-origin: 0 0;
   
    transition: opacity .1s ease-in-out, transform .1s ease-in-out;
}

.section-badge {
    background-color: #011689;
    color: white;
    display: inline-block;
    padding: 9px 38px;
    border-radius: 999px;
    font-size: 23px;
    font-weight: 600;
    margin-bottom: 20px;
}

.text-mutedd{
  color: #4C4B4B;
  font-size: 18px;
  line-height: 18px;
}

    @media (max-width: 768px) {
      .submit-section {
        flex-direction: column;
        align-items: flex-start;
        gap: 1rem;
      }

      .right-panel {
        text-align: center;
      }
    }
    /* 2nd contact us page css  */
.contact-wrapper {
      border: var(--bs-border-width) solid var(--bs-border-color);
      border-radius: 20px;
      overflow: hidden;
      box-shadow: 0 0 30px rgba(0,0,0,0.05);
      background-color: #fff;
      max-width: 1200px;
      margin: 50px auto;
    }
    .form-header {
      background: linear-gradient(to right, #011689, #011689);
      color: white;
      border-radius: 25px;
      font-weight: 600;
      padding: 10px 25px;
      display: inline-block;
      margin-bottom: 20px;
    }
    .form-section h2 {
      font-weight: 700;
    }
    .form-section input, .form-section textarea {
      border-radius: 10px;
      border: 1px solid #ccc;
    }
    .form-check-label {
      font-size: 0.9rem;
    }
    .right-panel {
      /* background-color: #011689; */
      color: white;
      padding: 30px;
    }

    .right-panel .faq-box {
      background-color: white;
      color: #011689;
      border-radius: 10px;
      padding: 15px;
      margin: 10px 0;
    }
    .right-panel i {
      font-size: 1.5rem;
    }
    .right-panel .social-icons i {
      font-size: 1.4rem;
      margin: 0 10px;
      color: white;
      background: #011689;
      border-radius: 50%;
      padding: 10px;
    }

    .right-panel .social-icons i:hover {
      font-size: 1.4rem;
      margin: 0 10px;
      color: white;
      background: #011689;
      border-radius: 50%;
      padding: 10px;
    }
    .submit-btn {
      background-color: #011689;
      color: white;
      border-radius: 25px;
      padding: 10px 30px;
      border: none;
    }
   /* 2nd contact us page css  */

    .map-container {
      margin-bottom: 52px;
      /* width: 100%; */
      height: 500px;
      border: none;
      overflow: hidden;
      box-shadow: 0 4px 12px rgba(0,0,0,0.1);
      /* margin: 50px auto; */
      max-width: 1665px;
    }
    iframe {
      width: 100%;
      height: 100%;
      border: 0;
    }

    .Providing{
    padding: 50px;
    height: 217px;
    margin-left: -27px;
    width: 497px;
    margin-top: -30px;
    background-color: #041d79;
    }
    /* contact us END */
    /* OUR SERVICES CSS START */
.about-ourservices {
  background: linear-gradient(rgba(1, 22, 137, 0.7), rgba(1, 22, 137, 0.7)),
              url('../images/ourservices.png') center/cover no-repeat;
              background-color: #011689;
  height: 300px;
  color: white;
}

.fw-semibold{
  color: #011689;
  width: 108px;
}
.text-primaryyy{
  color: #011689;
}

/* .view-more-btn:hover {
  background-color: #FFBB00;
  border-radius: 50px;
  width: 139px;
  height: 39px;
} */


.view-more-btn:hover{

 /* width: 140px;
  height: 39px;
  background-color: #FFBB00;
  border-radius: 999px;  */
     
      /* background-color: #FFBB00;
      border-radius: 40%;
      width: 139px;
      height: 39px; */
      
}

.OS_Allignment{
  height: 64px;
  background-color: #F8F8F8;
}

.CM_Allign{
  margin: 18px;
}

/* .CM_Allign p{
  
  color: #4C4B4B;
  font-size: 15px;
  line-height: 18px;
} */
.text-muted{
  color: #4C4B4B;
  font-size: 15px;
  line-height: 18px;
}
/* OUR SERVICES CSS START */

