/* * {
  box-sizing: border-box;
} */

body {
  overflow-x: hidden;
}

/* Fix for mobile-specific overflow */
@media (max-width: 576px) {
  html,
  body {
    position: relative;
    overflow-x: hidden !important;
  }

  * {
    max-width: 100%;
  }

  .container,
  .container-fluid,
  .row {
    margin: 0 !important;
    padding: 0 !important;
  }

  .carousel-item img {
    height: auto;
    object-fit: cover;
  }
  .nav-item {
    align-items: center;
    padding: 0px 35%; /* top-bottom | left-right */
  }
}

.container {
  margin-top: 1px;
}
.container-custom {
  /* margin-top: 20px;
  margin-right: 50px; */
  margin: 10px 60px;

  --display: flex;
  --flex-direction: row;
  --container-widget-width: initial;
  --container-widget-height: 100%;
  --container-widget-flex-grow: 1;
  --container-widget-align-self: stretch;
  --flex-wrap-mobile: wrap;
  --gap: 0px 0px;
  --row-gap: 0px;
  --column-gap: 0px;
  --padding-top: -4px;
  --padding-bottom: -4px;
  --padding-left: -4px;
  --padding-right: -4px;
}
.img2 {
  float: right;
  padding-top: 10px;
  padding-bottom: 0;
}

.navbar-custom {
  background-color: #2b4d7c;
}
.navbar-nav {
  gap: 15px;
  margin-bottom: auto;
}
.navbar-nav .nav-link {
  padding: 0;
  color: white !important;
}
.container {
  padding: 0%;
}
@media (max-width: 576px) {
  .container-custom {
    display: flex;
    flex-direction: column;
    padding: 0;
    overflow: hidden;
  }
  .img1 {
    width: 100%;
    height: 50%;
  }
  .img2 {
    width: 100%;
    float: left;
  }
  .title{
    text-align: center;
  }
}
.hero {
  /* background-color: #083d7c; */
  background: linear-gradient(to bottom, #072b57, #073772,#083d7c);
  padding: 2px 2px;
}

.hero-container {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 80px;
}
.hero-container1 {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 80px;
  padding: 30px 100px;
}

.hero-text {
  flex: 1;
  min-width: 300px;
  color: white;
}
@media (max-width: 576px) {
  .hero-text {
    flex: 1;
    min-width: 100%;
    color: white;
  }
  .hero-container1 {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    /* justify-content: space-between; */
    gap: 10px;
    /* padding: 10px 10px; */
  }
  .hero-container1 h2 {
    text-align: center;
    margin-bottom: 0%;
  }
}
@media (max-width: 992px) {
  .hero-text {
    flex: 1;
    min-width: 100%;
    color: white;
  }
  .hero-container1 {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    /* justify-content: space-between; */
    /* gap: 80px; */
    padding: 10px 10px;
  }
  .hero-buttons {
    margin-top: 0%;
    margin-left: 0%;
  }
  .hero3 h1 {
    max-width:99%;

 }

}
.hero h3 {
  padding: 0px;
}
.hero-buttons {
  flex: 1;
  min-width: 320px;
  display: flex;
  gap: 30px;
  /* margin-left: 50px; */
}

.hero3 {
  padding: 60px 20px;
  /* background-color: #f8f9fa; */
  background-color: white;
}
.hero4 {
  padding: 60px 20px;
  background-color: #f8f9fa;
}

.hero3 h1 {
  color: #333;
  margin-bottom: 20px;
  font-size: 42px;
  /* max-width: 95% !important; */
}

.hero3 h6 {
  color: #083d7c;
  font-weight: bold;
  /* text-transform: uppercase; */
}

.hero3 p {
  color: black;
  margin-bottom: 30px;
  max-width: 800px;
}

.tick-points-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  flex: 1;
  max-width: 700px;
}

.tick-point {
  display: flex;
  align-items: flex-start;
  gap: 10px;
}

.tick-point img {
  width: 25px;
  height: 25px;
  margin-top: 3px;
}

.tick-point p {
  margin: 0;
  font-size: 1rem;
  color: #333;
}
.c-btn {
  padding-top: 20px;
  margin-top: 20px;
}
.btn-dark:hover {
  background-color: white;
  border: 2px solid #083d7c;
  color: #083d7c;
}
.btn-dark {
  background-color: #083d7c;
}

.hero-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  gap: 30px;
}

.hero-images {
  flex: 1;
  max-width: 420px;
  /* align-self: flex-start; */
  align-items: center;
  padding-left: 5%;
  margin-top: 0;
}

.hero-images img {
  max-width: 100%;
  height: auto;
  object-fit: contain;
  border-radius: 10px;
  margin-top: 50px;
}
.btn-learn {
  background-color: white;
  color: black;
  padding: 10px 20px;
  border: none;
  border-radius: 30px;
}
.btn-learn:hover {
  background-color: #083d7c;
  color: white;
  border: 1px solid #083d7c;
}
.carousel-caption {
  left: 4%;
  right: auto;
  bottom: 15%;
  text-align: left;
}
.carousel-item img {
  /* height: 400px; */
  width: 300;
}
.carousel {
  width: 300;
}
@media (max-width: 576px) {
  .body,.container{
    text-align: center;
  }
  .carousel-item img {
    height: 100%;
    width: 100%; /* smaller height for phones */
  }

  .carousel-caption {
    bottom: 10px;
    display: block !important; /* show caption on mobile */
  }

  .btn-learn {
    font-size: 14px;
    padding: 8px 16px;
  }

  .carousel-control-prev-icon,
  .carousel-control-next-icon {
    width: 24px;
    height: 24px;
  }
}

/*
.card {
    height: 250px;
    width: 250px;
    border-radius: 20%;
    border: none;
    background-color: rgb(238, 237, 237);
    gap: 20px;
}
.card-img-top {
    height: 150px;
    width: 150px;
    border-radius: 10%;
}

.card-title{
    font-weight: 800;
}
.col {
    justify-content: space-between;
    width: 180px;
    height: 180;
}
.cards-head {
    text-align: center;
    color: #083d7c;
}*/
.cards-head {
  text-align: center;
  color: #083d7c;
  margin-bottom: 30px;
  padding-top: 10px;
}
.custom-line {
  height: 3px;
  background-color: #083d7c;
  width: 8%;
  margin: 15px auto;
  border-radius: 50px;
}

.custom-card-row {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  gap: 20px;
  /* overflow-x: auto;
  padding: 20px 45px; */
  padding-bottom: 15px;
}
@media (max-width: 576px) {
  .custom-card-row {
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    gap: 20px;
    overflow-x: auto;
    /* padding: 20px 45px; */
    padding-bottom: 15px;
  }
}
@media (max-width: 992px) {
  .custom-card-row {
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    gap: 20px;
    overflow-x: auto;
    /* padding: 20px 45px; */
    padding-bottom: 15px;
  }
}

.col {
  flex: 0 0 auto;
  width: 300px;
  height: 300px;
}

.card {
  height: 250px;
  width: 100%;
  border-radius: 20px;
  border: none;
  background-color: rgb(238, 237, 237);
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 15px;
}
.card1 {
  width: 100%;
  border-radius: 10px;
  border: none;
  background-color: #f6f6f6;
  box-shadow: 0 4px 4px 0 rgba(118, 118, 118, 0.2),
    0 6px 10px 0 rgba(97, 97, 97, 0.19);
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 15px;
}
@media (max-width: 576px) {
  .col-lg-6 {
    margin-bottom: 20px;
  }
  .card1 {
    margin-bottom: 15px;
  }
  .col-lg-4 {
    margin-bottom: 20px;
  }
  .card2 {
    margin-bottom: 15px;
  }
}
.card-img-top {
  /* height: 150px; */
  width: 100%;
  border-radius: 10px;
  justify-content: center;
}

.card-body {
  text-align: center;
}

.card-title {
  font-weight: 700;
  font-size: 1.1rem;
  color: #083d7c;
  /* width: 220px; */
}
.hero2 {
  padding: 30px;
  background-color: rgb(248, 247, 252);
  padding-bottom: 20px;
  align-items: center;
}

.hero2 .hero-text {
  text-align: justify;
  color: #333;
  padding-bottom: 20px;
}

.custom-card-row {
  /* display: flex;
  flex-wrap: nowrap; */
  justify-content: center;
  gap: 20px;
  /* overflow-x: auto;
  padding: 0 15px; */
  padding-bottom: 15px;
}

.col2 {
  flex: 0 0 auto;
  width: 400px;
  height: 100%;
}

.card2 {
  height: auto;
  width: 100%;
  border-radius: 10px;
  border: none;
  background-color: white;
  display: flex;
  flex-direction: column;
  box-shadow: 0 4px 8px 0 rgba(118, 118, 118, 0.2),
    0 6px 20px 0 rgba(97, 97, 97, 0.19);
  padding: 15px;
}

.card-img-top2 {
  width: 50px;
  height: 50px;
}

.card-body {
  text-align: justify;
}

.card-title {
  font-weight: 700;
  font-size: 1.1rem;
  color: #083d7c;
  /* width: 200px; */
}
.rd-button button {
  background-color: #1c73da;
  color: white;
}

.hero5 {
  padding: 30px 0;
  background: linear-gradient(
    to bottom,
    rgb(205, 225, 250) /* 50%, white 50%*/
  );
}

.hero5 .hero-text1 {
  text-align: center;
  color: #333;
}

.custom-card-row {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  gap: 5px;
  /* overflow-x: auto; */
  padding: 0 15px;
  padding-bottom: 15px;
}

.col3 {
  flex: 0 0 auto;
  width: 400px;
  height: 350px;
}

.card3 {
  height: 100%;
  width: 100%;
  border-radius: 10px;
  border: none;
  background-color: white;

  display: flex;
  flex-direction: column;
  box-shadow: 0 4px 8px 0 rgba(118, 118, 118, 0.2),
    0 6px 20px 0 rgba(97, 97, 97, 0.19);
  padding: 15px;
}

.card-img-top2 {
  width: 40px;
  height: 40px;
  /* float:right; */
}

.card-body {
  text-align: justify;
}

.card-title {
  font-weight: 700;
  font-size: 1.1rem;
  color: #083d7c;
  /* width: 200px; */
}
.odl-button button {
  background-color: #6e56d7;
  color: white;
  bottom: 15%;
}

.odl-button1 button {
  background-color: #6fbd76;
  color: white;
  bottom: 15%;
}

footer {
  background-color: #083d7c;
  padding: 20px;
  color: #E5E7EB;  
}
footer img {
  height: 150px;
  padding-bottom: 20px;
}
.ft {
  color: #E5E7EB;
  font-weight: 600;
}
footer a.text-reset {
  text-decoration: none;
  font-weight: 600;
  padding-left: 10px;
}
footer a.text-reset1 {
  text-decoration: none;
  font-weight: 400;
  padding-left: 10px;
  color: #E5E7EB;
}
.d-flex {
  /* color: white; */
  color:  #E5E7EB;
  margin: 0%;
  padding: 0;
  gap: 40px;
}
footer .custom-line {
  height: 2px;
  background-color: white;
  width: 100%;
  margin: 15px auto;
  border-radius: 50px;
}
.d-flex {
  text-align: justify;
  align-items: center;
}
.location {
  color: white;
  height: 40px;
  width: 40px;
}

.hero6 {
  background-color: #eff4f8; /* light background */
  border-radius: 15px;
}

.btn-green {
  color: white;
  border: none;
  border-radius: 40px;
  padding: 10px 22px;
  font-weight: 500;
  transition: all 0.3s ease;
}

.btn-green:hover {
  background-color: #0a8d50;
  transform: translateY(-2px);
}

.odl-button1 {
  margin-top: 20px;
}
.footer-t {
  font-weight: 600;
}

@media (max-width: 576px) {
  .btn-green {
    width: 100%;
  }
  .footer-t {
    flex-direction: column;
    gap: 10px;
    width: 100%;
  }
  .icons-row {
    margin-top: 30px;
    margin-bottom: 20px;
    display: flex;
    gap: 5px; 
    align-items: center;
    justify-content: center;
  }
  .f-c{
    text-align: left;
    padding-left: 25px;
  }
  
  .hero5 h2{
    padding: 0px 25px;
  }
   .hero5 p{
    padding: 10px 45px;
  }

}
    .icon-outer {
      width: 45px;
      height: 45px;
      border-radius: 50%;
      background-color: #E5E7EB2E;  /* outer darker blue */
      display: flex;
      align-items: center;
      justify-content: center;
    }

    
    .icons-row {
      display: flex;
      gap: 5px; 
    }
.icons-row i{
  font-size: 22px;
}
.icons-row a{
  text-decoration: none;
  color: white;
}

