* {
  margin: 0%;
  padding: 0%;
  font-family: "Poppins", sans-serif;
  overflow-x: hidden !important;
  scroll-behavior: smooth;
}


.bg-relative-container {
  position: relative;
  background: url(../img/bgimg.jpg);
  background-position: center;
  background-size: cover;
}

.navbar-section {
  position: fixed;
  top: 0;
  z-index: 1000;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: flex-end;
  background: #ffffff;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 2px 0px;
  transition: all 0.4s ease;
}

.navbar-section.transparent {
  background: transparent !important;
  box-shadow: none !important;
}



.header-section {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  width: 100%;
  padding: 10px;
  align-items: center;
}

.logo-img {
  flex: 1;
  height: auto;
  width: 45%;
  padding-top: 3px;
}

.img-logo {
  width: 50%;
  margin-left: 30px;
}

.menus-area {
  flex: 2;
  display: flex;
  flex-direction: row;
  justify-content: start;
}

.menu-items {
  display: flex;
  flex-direction: row;
  justify-content: center;
  width: 100%;
  list-style-type: none;
  gap: 15px;
  text-align: center;
}




.menu-items a {
  text-decoration: none;
}

.menu-items li {
  color: #2f2f82;
  font-weight: bold;
  font-size: 20px;

}

.menu-items li:hover {
  color: #ef4723;

}




.demo-btn {
  flex: 1;
  background-color: #2f2f82;
  color: white;
  border: none;
  padding: 6px 15px;
  border-radius: 10px;
  width: 165px;
  height: 40px;
  margin-right: 30px;


}

.demo-btn:hover {
  background-color: #ef4723;
  color: white;
}



.home-section-container {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-around;
  gap: 3px;
  align-items: center;
  padding: 20px;
  margin-top: 0%;
}


.home-section {
  display: flex;
  flex-direction: column;
  justify-content: left;
  text-align: center;
  align-items: normal;
  padding: 20px;
  flex: 2 0 600px;
  gap: 10px;
}

.home-heading {
  font-size: 2rem;
  margin-top: 0;
  align-items: center;
  text-align: left;
  justify-content: center;
}


.home-heading h3 {
  color: #2f2f82;
  align-items: center;
  text-align: left;
  padding: 10px 10px 10px 0;
}

.home-heading p {
  color: #2f2f82;
  padding: 10px 10px 10px 10px;
  text-align: justify;
  font-size: 1.3rem;
  font-weight: 400;
}



.sub-button {
  display: flex;
  flex-direction: row;
  justify-content: center;
  gap: 20px;
  margin-top: 5%;
}


.sub-btn {
  flex: 1;
  color: #2f2f82;
  border: 2px solid #2f2f82;
  width: 1028px;
  border-radius: 5px;
  overflow: hidden !important;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 10px;
  font-size: 1rem;
  font-weight: 400;
}

.sub-btn:hover {
  background-color: #2f2f82;
  color: #ffffff;
}

.sub-btn-two {
  flex: 1;
  color: #ffffff;
  background-color: #2f2f82;
  padding: 0px 15px;
  width: 50px;
  border-radius: 5px;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 10px;
  overflow: hidden !important;
  text-decoration: none;
  font-size: 1rem;
  font-weight: 400;
}

.sub-btn-two:hover {
  background-color: #ef4723;
}







.image-card-container {
  display: flex;
  flex: 1 1 500px;
  flex-direction: column;
  padding: 5px;
  width: 100%
}




.slogan-box-container {
  display: flex;
  margin-top: 5%;
}


.slogan-text-box {
  flex: 1;
  color: #ffffff;
  background-color: #ef4723;
  width: 1123px;
  border-radius: 5px;
  overflow: hidden !important;
  align-items: justify;
  text-align: center;
  padding: 10px;
  font-size: 1.5rem;
  font-weight: 300;
  letter-spacing: 5px;
}


.image-card {
  position: relative;
  background: url(../img/10\ oct\ 2025.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  box-shadow: #2f2f82 0px 1px 2px 0px;
  display: flex;
  flex-direction: column;
  /* flex: 0 0 674px; */
  justify-content: right;
  border-radius: 18px;
  background-color: #2f2f82;
  height: 0%;
  width: 100%;
  margin-top: 10%;
  flex: 0 0 700px;
}

.image-card :hover {
  box-shadow: 0 3px 10px #2f2f82;
}

.about-section-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: 0%;
  overflow-y: hidden !important;
}



.about-section-card-container {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  gap: 30px;
  padding: 20px;

}

.about-card-section {
  flex: 1;
  background: #2f2f82;
  border-radius: 12px;
  border: 1px solid #ffffff;
  flex-direction: column;
  justify-content: space-between;
  min-width: 400px;
  min-height: 600px;
  padding: 20px;
  color: #ffffff;
}

.about-card-heading-box {
  border: 1px solid #ffffff;
  border-radius: 12px;
  padding: 20px;
  margin-bottom: 25px;
  min-height: 280px;
}

.about-card-heading-box img {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: auto;
  padding: 20px;
}

/* .about-card-image-box {
  border: 1px solid #2F2F69;
  background-color: #2F2F69;
  border-radius: 12px;
  padding: 20px;
  min-height: 280px;
  margin-bottom: 8px;
} */

.about-card-image-box img {
  border: 1px solid #2F2F69;
  border-radius: 10px;
  /* padding: 20px; */
  min-height: 280px;
  /* margin-bottom: 8px; */
  width: 100%;
  align-items: center;
}


.about-card-heading-box h2 {
  color: #ffffff;
  text-align: center;
  align-items: center;
  padding: 10px 10px 10px 10px;
}

.about-card-heading-box p {
  color: #ffffff;
  padding: 10px 10px 10px 10px;
  text-align: center;
  font-size: 1rem;
  font-weight: 300;
}

.about-card-section-subcopy {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.about-card-section-subcopy p {
  text-align: center;
  align-items: center;
  font-size: 1.5rem;
  font-weight: 400;
  color: #2f2f82;
  padding: 20px;
  margin: 20px;

}


.body-container {
  display: flex;
  flex-direction: column;
  margin: 5%;
}

.body-heading h2 {
  color: #2f2f82;
  text-align: center;
  padding: 20px;
  font-size: 4rem;
  margin-top: 0;
  align-items: center;
  font-weight: 500;
}

.body-heading img {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: auto;
}

.body-text {
  display: flex;
  flex-direction: column;
  gap: 10px;
  justify-content: space-between;
  width: 300;
  height: 500;
  padding: 10px 15px 10px 0;
}


.body-img-card {
  flex: 1 1 35%;
  display: flex;
  margin-left: 20px;
  justify-content: center;
  align-items: left;
}

.body-img-card img {
  flex: 0 0 500px;
  height: 5%;
  border-radius: 5px;
  margin-top: 3%;
}

.body-paragraph p {

  text-align: justify;
  align-items: left;
  font-size: 1.5rem;
  font-weight: 400;
  color: #2f2f82;

  margin: 20px;
}


.body-sub-points {
  display: flex;
  flex-direction: row;
  gap: 20px;
  flex-wrap: wrap;
  justify-content: center;

  margin-top: 80px;

}

.sub-1 {
  flex: 0 0 15%;
  border: 2px solid #2f2f82;
  background-color: #2f2f82;
  border-radius: 10px;
  padding: 10px;
  color: #ffffff;
  width: auto;
  align-items: center;
  text-align: center;

}

.sub-1:hover {
  color: #ffffff;
  background-color: #ef4723;
  border: 2px solid #ef4723;
}

.sub-2:hover {
  color: #ffffff;
  background-color: #2f2f82;
  border: 2px solid #2f2f82;
}

.sub-2 {
  flex: 1 0 15%;
  background-color: #ef4723;
  border: 2px solid #ef4723;
  border-radius: 10px;
  padding: 10px;
  color: #ffffff;
  width: auto;
  align-items: center;
  text-align: center;
}





.sliding-features-container {
  overflow: hidden !important;
  padding: 20px;
  margin-top: 2em;
  margin-bottom: 4em;
  /* background: rgba(0, 0, 0, .1);*/
}

.card-carousel {
  --card-width: 100%;
  --card-max-width: 300px;
  --card-height: 400px;
  --carousel-min-width 700px: 700px;
  overflow: hidden !important;
  z-index: 1;
  position: relative;
  margin: 0 auto;
  width: 100%;
  height: var(--card-height);
  min-width: var(--carousel-min-width);
  transition: filter .3s ease;
}


@media screen and (max-width: 640px) {
  .card-carousel {
    margin-left: calc((100vw - var(--carousel-min-width) - 40px) / 2)
  }
}

.card-carousel.smooth-return {
  transition: all .2s ease;
}




.card-carousel .feature-box-1 {
  background: #2f2f82;
  width: var(--card-width);
  max-width: var(--card-max-width);
  text-align: center;
  padding: 1em;
  min-width: 250px;
  height: var(--card-height);
  position: absolute;
  margin: 0 auto;
  color: #ffffff;
  transition: inherit;
  -webkit-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.3);
  border-radius: 1em;
  filter: brightness(.9);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}





.feature-box-1.highlight {
  filter: brightness(1)
}


.feature-box-1:nth-of-type(1) .image-container {
}

.feature-box-1:nth-of-type(2) .image-container {
  background-image: url("https://www.w3schools.com/w3css/img_lights.jpg")
}

.feature-box-1:nth-of-type(3) .image-container {
  background-image: url("https://images.pexels.com/photos/414612/pexels-photo-414612.jpeg?auto=compress&cs=tinysrgb&dpr=1&w=500")
}

.feature-box-1:nth-of-type(4) .image-container {
  background-image: url("https://images.pexels.com/photos/67636/rose-blue-flower-rose-blooms-67636.jpeg?auto=compress&cs=tinysrgb&dpr=1&w=500")
}

.feature-box-1:nth-of-type(5) .image-container {
  background-image: url("https://helpx.adobe.com/content/dam/help/en/stock/how-to/visual-reverse-image-search/jcr_content/main-pars/image/visual-reverse-image-search-v2_intro.jpg")
}


.feature-box-image {
  width: 8em;
  height: 8em;
  position: relative;
  background-size: cover;
  margin-bottom: 2em;
  border-radius: 100%;
  padding: 1em;
  -webkit-box-shadow: inset 0px 0px 17px 0px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: inset 0px 0px 17px 0px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0px 0px 17px 0px rgba(0, 0, 0, 0.3);

}


.feature-box-image::after {
  content: "";
  display: block;
  width: 120%;
  height: 120%;
  border: solid 3px rgba(0, 0, 0, .1);
  border-radius: 100%;
  position: absolute;
  top: calc(-10% - 3px);
  left: calc(-10% - 3px);
}












.key-benefits-section {
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden !important;
}

.key-benefits-heading h2 {
  color: #2f2f82;
  text-align: center;
  padding: 10px;
  font-size: 4rem;
  margin-top: 0;
  align-items: center;
  font-weight: 500;
}

.key-benefits-container {
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  margin: 0%;
}



.key-benefits-box-container {
  display: flex;
  flex-direction: row;
  justify-content: center;
  gap: 20px;
  margin-bottom: 10%;
  /* margin: 0%; */
}



.benefits-card {
  width: 400px;
  background: #fff;
  border: 1px solid #2b2b7a;
  border-radius: 10px;
  padding: 40px 25px 30px;
  color: #2b2b7a;
}





.footer-section {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  background-color: #2f2f82;
  color: #ffffff;
}

.contact-details-area {
  flex: 1 0 535px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 10px;
  margin: 1%;
}

.contact-details-area h2 {
  color: #ffffff;
  text-align: left;
  padding: 20px;
  font-size: 2rem;
  font-weight: 500;

}

.contact-details-area img {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 25%;
  margin-left: 80px;
  padding: 10px;

}

.contact-details-area p {
  padding: 10px;
  margin: 1%;
}

.contact-form-section {
  flex: 0 0 800px;
  display: flex;
  flex-direction: column;
  padding: 10px;
  margin: 5%;
  gap: 15px;
}

.contact-form-section h2 {
  color: #ffffff;
  text-align: left;
  font-size: 2rem;
  font-weight: 500;
}

.contact-form-section img {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 25%;
  margin-left: 11px;
  /* gap: 5%; */
  margin-bottom: 2%;

}

.contact-form-section input:focus {
  color: #ffffff;
  border: 2px solid #ffffff;
  background-color: #2f2f82;
  outline: none;
  box-shadow: none;
}

.contact-form-section input:focus {
  color: #ffffff;
  border: 2px solid #ffffff;
  background-color: #2f2f82;
}

.contact input:focus {
  color: #ffffff;
  border: 2px solid #ffffff;
  background-color: #2f2f82;
  outline: none;
  box-shadow: none;
}

.contact-form-section input.name {
  color: #ffffff;
  background-color: #2f2f82;
  padding: 10px;
  font-size: 1rem;
  font-weight: 400;
  flex: 1 0 250px;
  border: 2px solid #ffffff;
  border-radius: 10px;
  text-align: left;
  gap: 10px;
}

.contact-form-section input.name::placeholder {
  color: #ffffff;
  text-align: left;
  margin-left: 15px;
}




.contact-form-section input.email {
  color: #ffffff;
  background-color: #2f2f82;
  padding: 10px;
  font-size: 1rem;
  font-weight: 400;
  flex: 1 0 250px;
  border: 2px solid #ffffff;
  border-radius: 10px;
  text-align: left;
  gap: 10px;
}

.contact-form-section input.email::placeholder {
  color: #ffffff;
  text-align: left;
  margin-left: 15px;
}


.contact {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  gap: 10px;
}



.contact-form-section input.message {
  color: #ffffff;
  background-color: #2f2f82;
  padding: 10px;
  font-size: 1rem;
  font-weight: 400;
  border: 2px solid #ffffff;
  border-radius: 10px;
  text-align: left;
  gap: 10px;
}

.contact-form-section input.message::placeholder {
  color: #ffffff;
  text-align: left;
  margin-left: 15px;
}

.contact-form-section input.submit {
  color: #ffffff;
  background-color: #ef4723;
  padding: 10px;
  font-size: 1rem;
  font-weight: 400;
  border: 2px solid #ef4723;
  border-radius: 10px;
  text-align: center;
  gap: 10px;
}

.contact-form-section input.submit::placeholder {
  color: #ffffff;
  text-align: left;
  margin-left: 15px;
}

.contact-form-section input.submit::placeholder:hover {

  text-align: left;
  margin-left: 15px;
  background: #ef4723;
}


.footer-bottom-container {
  background-color: #2f2f82;
  text-align: center;
  color: #fff;
  padding: 10px;
  border-top: 2px solid #ef4723;
}

.footer-bottom-container a {
  background-color: #2f2f82;
  color: #ffffff;
  text-decoration: none;
}

.footer-bottom-container a:hover {
  color: #ef4723 !important;
}


































@media only screen and (max-width: 400px) {
  .home-caption-logo {
    top: calc(100vh - 1%) !important;
  }

  .home-section-container {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-around;
    gap: 3px;
    align-items: center;
    padding: 20px;
    margin-top: 0%;
  }

  .home-section {
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    align-items: center;
    padding: 10px;
    flex: 1 0 370px;
    /* gap: 10px; */
  }

  .home-heading h1 {
    color: #2f2f82;
    align-items: center;
    text-align: center;
    padding: 10px;
  }

  .home-heading {
    font-size: 1rem;
    margin-top: 0;
    align-items: center;
    text-align: left;
    justify-content: center;
  }



















}














@media only screen and (max-width: 900px) {
  .home-caption-logo {
    top: calc(100vh - 1.5%) !important;
  }








}


























@media only screen and (max-width: 600px) {
  .home-section-container {
    display: flex;
    flex-direction: column;
    /* flex-wrap: nowrap; */
    flex-direction: column-reverse;
    justify-content: space-between;
    /* gap: 0px; */
    align-items: center;
    padding: 10px;
    margin-top: 15%;
  }

  .home-section {
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    align-items: normal;
    overflow: hidden;
    padding: 5px;
    flex: 0 0 425px;
    gap: 0px;
  }

  .home-heading h3 {
    color: #2f2f82;
    align-items: center;
    text-align: center;
    padding: 5px;
  }

  .home-heading {
    font-size: 1rem;
    margin-top: 0;
    align-items: center;
    text-align: left;
    justify-content: center;
  }

  .home-heading p {
    color: #2f2f82;
    padding: 10px;
    text-align: justify;
    font-size: 1rem;
    /* width: 141px; */
    margin: 3%;
    height: auto;
    font-weight: 400;
  }


  .slogan-text-box {
    flex: 1;
    color: #ffffff;
    background-color: #ef4723;
    width: 333px;
    border-radius: 5px;
    overflow: hidden !important;
    align-items: justify;
    text-align: center;
    padding: 10px;
    font-size: 13px;
    font-weight: 300;
    letter-spacing: 2px;
  }

  .sub-button {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 10px;
    /* align-items: center; */
    /* width: auto; */
    /* margin-top: 0%; */
  }

  /* .sub-btn {
    flex: 1;
    color: #2f2f82;
    border: 2px solid #2f2f82;
    width: 325px;
    border-radius: 5px;
    overflow: hidden !important;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 10px;
    font-size: 1rem;
    font-weight: 400;
  } */

  .sub-btn {
    /* flex: 1; */
    /* color: #2f2f82; */
    /* border: 2px solid #2f2f82; */
    width: 333px;
    /* border-radius: 5px; */
    /* overflow: hidden !important; */
    /* align-items: center; */
    /* justify-content: center; */
    /* text-align: center; */
    /* padding: 10px; */
    /* font-size: 1rem; */
    /* font-weight: 400; */
  }

  .sub-btn a {
    text-align: center;
    /* padding: 5px; */
    font-size: smaller;
  }

  .sub-btn-two {
    flex: 1;
    color: #ffffff;
    background-color: #2f2f82;
    padding: 0px 15px;
    width: 336px;
    border-radius: 5px;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 10px;
    overflow: hidden !important;
    text-decoration: none;
    font-size: 1rem;
    font-weight: 400;
  }

  .sub-btn-two:hover {
    background-color: #ef4723;
  }

  .slogan-box-container {
    display: flex;
    margin-top: 3%;
  }


  .image-card {
    position: relative;
    background: url(../img/10\ oct\ 2025.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    box-shadow: #2f2f82 0px 1px 2px 0px;
    display: flex;
    flex-direction: column;
    flex: 0 0 415px;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
    /* background-color: #2f2f82; */
    padding: 0px;
    margin: 0%;
    /* margin-left: 0px; */
    /* width: 113px; */
  }


  .image-card-container {
    display: flex;
    flex: 0 0 415px;
    flex-direction: column;
    padding: 5px;
    width: 100%;
  }

  .about-section-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: 0%;
    /* padding: 10px; */
  }

  .about-section-card-container {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 30px;
    /* padding: 20px; */
  }

  .about-card-section {
    flex: 1;
    background: #2f2f82;
    border-radius: 12px;
    border: 1px solid #ffffff;
    flex-direction: column;
    justify-content: space-between;
    min-width: 300px;
    min-height: 600px;
    padding: 20px;
    color: #ffffff;
  }

  .about-card-heading-box {
    border: 1px solid #ffffff;
    border-radius: 12px;
    padding: 20px;
    margin-bottom: 25px;
    min-height: 280px;
  }

  .about-card-heading-box p {
    text-align: justify;
  }


  .about-card-section-subcopy p {
    text-align: justify;
    align-items: center;
    font-size: 1rem;
    font-weight: 400;
    color: #2f2f82;
    padding: 20px;
    margin: 20px;
  }


  .body-heading h2 {
    color: #2f2f82;
    text-align: center;
    padding: 20px;
    font-size: 2rem;
    margin-top: 0;
    align-items: center;
    font-weight: 500;
  }

  .body-heading img {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: auto;
    width: 70%;
    /* height: 96%; */
    /* max-height: 140%; */
  }

  .body-img-card {
    flex: 1 1 35%;
    display: flex;
    /* margin-left: 20px; */
    margin: 4%;
    flex-direction: column;
    justify-content: center;
    /* align-items: center; */
  }



  .body-img-card img {
    /* width: 6%; */
    flex: 0 0 333px;
    border-radius: 8px;
    margin-bottom: 5%;
  }

  .body-text {
    /* display: flex; */
    /* flex-direction: column; */
    /* gap: 0px; */
    /* justify-content: center; */
    align-items: center;
    text-align: left;
    /* width: 334px; */
    /* height: 421px; */
    margin: 1%;
    /* padding: 10px 10px 10px 10px; */
  }

  .body-paragraph p {
    text-align: justify;
    /* flex: 1 0; */
    align-items: left;
    font-size: 1rem;
    font-weight: 400;
    color: #2f2f82;
    margin: 0px;
    /* padding: 10px; */
  }

  .body-container {
    display: flex;
    flex-direction: column;
    margin: 0%;
  }

  .body-sub-points {
    display: flex;
    flex-direction: row;
    gap: 20px;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 20px;
    width: 100%;
    /* margin: 0%; */
    margin-left: 0px;
  }

  .sliding-features-container {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 30px;
    /* padding: 20px; */
    /* margin: 5%; */
  }

  .feature-box-1 {
    flex: 1;
    background: #2f2f82;
    border-radius: 12px;
    border: 1px solid #ffffff;
    /* flex-direction: column; */
    /* justify-content: center; */
    /* min-width: 350px; */
    min-height: 400px;
    padding: 5px;
    color: #ffffff;
  }

  .feature-box-2 {
    flex: 2;
    background: #2f2f82;
    border-radius: 12px;
    border: 1px solid #2f2f82;
    /* flex-direction: column; */
    /* justify-content: right; */
    /* min-width: 350px; */
    min-height: 500px;
    padding: 5px;
    /* margin-left: -5px; */
    color: #ffffff;
  }

  .feature-box-3 {
    flex: 1;
    background: #2f2f82;
    border-radius: 12px;
    border: 1px solid #2f2f82;
    /* flex-direction: column; */
    /* justify-content: center; */
    /* min-width: 350px; */
    min-height: 400px;
    padding: 5px;
    color: #ffffff;
  }

  .feature-box-image h2 {
    color: #ffffff;
    text-align: justify;
    align-items: center;
    padding: 10px;
  }

  .key-benefits-heading h2 {
    color: #2f2f82;
    text-align: center;
    padding: 5px;
    font-size: 3rem;
    margin-top: 0;
    align-items: center;
    font-weight: 500;
  }

  .key-benefits-container {
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    overflow: hidden;
    margin: 5%;
  }


  .footer-section {
    display: flex;
    flex-direction: column;
    justify-content: center;
    background-color: #2f2f82;
    color: #ffffff;
  }

  .contact-details-area {
    flex: 0 0 200px;
    display: flex;
    flex-direction: column;
    padding: 10px;
    margin: 5%;
  }

  .contact-details-area h2 {
    color: #ffffff;
    text-align: center;
    padding: 5px;
    font-size: 1.5rem;
    font-weight: 500;
  }

  .contact-details-area img {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 55%;
    margin-left: 75px;
    padding: 5px;
  }


  .contact-form-section {
    flex: 0 0 400px;
    display: flex;
    flex-direction: column;
    padding: 5px;
    margin: 5%;
    gap: 15px;
  }

  .contact-form-section h2 {
    color: #ffffff;
    text-align: center;
    font-size: 2rem;
    font-weight: 500;
  }


  .contact-form-section img {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 45%;
    margin-left: 28%;
    /* gap: 31px; */
    margin-bottom: 10px;
  }

  .contact {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 10px;
  }

  .contact-form-section input.name {
    color: #ffffff;
    background-color: #2f2f82;
    padding: 10px;
    font-size: 1rem;
    font-weight: 400;
    /* flex: 1 0 250px; */
    border: 2px solid #ffffff;
    border-radius: 10px;
    text-align: left;
    /* gap: 10px; */
  }


  .contact-form-section input.name {
    color: #ffffff;
    background-color: #2f2f82;
    padding: 10px;
    font-size: 1rem;
    font-weight: 400;
    flex: 0 0 35px;
    border: 2px solid #ffffff;
    border-radius: 10px;
    text-align: left;
    /* gap: 10px; */
  }

  .contact-form-section input.email {
    color: #ffffff;
    background-color: #2f2f82;
    padding: 10px;
    font-size: 1rem;
    font-weight: 400;
    flex: 0 0 40px;
    border: 2px solid #ffffff;
    border-radius: 10px;
    text-align: left;
    gap: 10px;
  }
}




























@media only screen and (max-width: 600px) {
  .navbar-section {
    display: none !important;
  }
}