* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  scroll-behavior: smooth;
}
html {
  font-size: 62.5%;
}

body {
  font-family: "Poppins", sans-serif;
}
.navbar {
  position: sticky;
  top: 0;
  z-index: 1200;
  height: 15rem;
  backdrop-filter: blur(7px);
  -webkit-backdrop-filter: blur(10px);
  display: flex;
  align-items: center;
  /* background-color: rgb(234, 201, 201); */
  padding: 1rem;
  justify-content: space-between;
}
.logonav {
  width: 10%;
  height: 100%;
  /* background-color: red; */
}
.logonav img {
  width: 100%;
  height: 100%;
}
.middlelogo {
  width: fit-content;
}

.middlelogo h1 {
  font-size: 4rem;
  color: #185888;
}
.middlelogo h2 {
  font-size: 2.5rem;
  text-align: center;
  color: green;
}

.linksnav {
  width: fit-content;
  /* background-color: burlywood; */
}
.linksnav a {
  padding: 0 1.5rem;
  font-size: 2rem;
  color: #185888;
  font-weight: bold;
  text-decoration: none;
  transition: all 0.5s ease;
  border-radius: 5px;
}
.linksnav a:hover {
  background-color: #185888;
  color: white;
}

.icon p {
  line-height: 0.5;
  font-weight: bolder;
  font-size: 2rem;
  color: #185888;
  z-index: 4000;
}
.icon {
  display: none;
  z-index: 3000;
}
.navimenu {
  position: fixed;
  right: 0;
  z-index: 1000;
  backdrop-filter: blur(7px);
  -webkit-backdrop-filter: blur(10px);
  width: 20%;
  height: 100dvh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 3rem;
  /* margin-top: 2rem; */
  /* background-color: #185888; */
  display: none;
}
.active {
  display: flex;
}

.navimenu a {
  padding: 0 1.5rem;
  font-size: 2rem;
  color: #185888;
  font-weight: bold;
  text-decoration: none;
  transition: all 0.5s ease;
  border-radius: 5px;
}
.navimenu a:hover {
  background-color: #185888;
  color: white;
}
@media (max-width: 1150px) {
  .middlelogo h1 {
    font-size: 3rem;
  }
  .middlelogo h2 {
    font-size: 2rem;
  }
}
@media (max-width: 950px) {
  .logonav {
    width: 15%;
  }

  .middlelogo h1 {
    font-size: 2.7rem;
  }
  .middlelogo h2 {
    font-size: 1.7rem;
  }
}

@media (max-width: 900px) {
  .middlelogo h1 {
    font-size: 2.2rem;
  }
  .middlelogo h2 {
    font-size: 1.2rem;
  }
  .linksnav a {
    font-size: 1.5rem;
  }
}
@media (max-width: 750px) {
  .linksnav {
    display: none;
  }
  .logonav {
    width: 20%;
  }
  .middlelogo h1 {
    font-size: 2.7rem;
  }
  .middlelogo h2 {
    font-size: 1.7rem;
  }
  .icon {
    display: block;
  }
  .icon p {
    color: black;
  }

  .navimenu {
    width: 50%;
    /* display: flex; */
  }
}
@media (min-width: 751px) {
  .active {
    display: none;
  }
}

@media (max-width: 535px) {
  .logonav {
    width: 30%;
  }

  .middlelogo h1 {
    font-size: 2rem;
  }
  .middlelogo h2 {
    font-size: 1.2rem;
  }
  .icon p {
    font-size: 2.5rem;
    font-weight: 900;
  }
}
@media (max-width: 450px) {
  .middlelogo h1 {
    font-size: 1.8rem;
  }
  .middlelogo h2 {
    font-size: 1rem;
  }
}
@media (max-width: 450px) {
  .logonav {
    width: 25%;
  }
  /* .logonav img {
  width: 70%;
  height: 70%;
} */
}

@media (max-width: 400px) {
  .middlelogo h1 {
    font-size: 1.6rem;
  }
  .middlelogo h2 {
    font-size: 1rem;
  }
}

/* .navbar img {
  width: 15%;
  height: 100%;
}
.navh1 {
  margin: 0 auto;
}
.navh1 h1 {
 
  font-size: 4rem;
}
.navh1 h2 {
  font-size: 2rem;
  font-weight: 400;
  color: green;
  text-align: center;
}

@media (max-width: 1450px) {
  .navbar img {
    width: 15%;
    height: 100%;
  }
}
@media (max-width: 1350px) {
  .navbar img {
    width: 20%;
    height: 100%;
  }
}
@media (max-width: 1150px) {
  .navbar img {
    width: 22%;
    height: 100%;
  }
}
@media (max-width: 1000px) {
  .navbar img {
    width: 25%;
    height: 100%;
  }
}
@media (max-width: 850px) {
  .navbar img {
    width: 27%;
    height: 100%;
  }
  .navh1 h1 {
    font-size: 3rem;
  }
  .navh1 h2 {
    font-size: 1.8rem;
  }
}
@media (max-width: 850px) {
  .navbar img {
    width: 30%;
    height: 100%;
  }
  .navh1 h1 {
    font-size: 3rem;
  }
  .navh1 h2 {
    font-size: 1.8rem;
  }
}

@media (max-width: 650px) {
  .navbar img {
    width: 35%;
    height: 100%;
  }
  .navh1 h1 {
    font-size: 2.5rem;
  }
  .navh1 h2 {
    font-size: 1.8rem;
  }
}

@media (max-width: 550px) {
  .navbar img {
    width: 40%;
    height: 100%;
  }
  .navh1 h1 {
    font-size: 2rem;
  }
  .navh1 h2 {
    font-size: 1.2rem;
  }
}

@media (max-width: 465px) {
  .navbar img {
    width: 30%;
    height: 70%;
  }
  .navh1 h1 {
    font-size: 2rem;
  }
  .navh1 h2 {
    font-size: 1.2rem;
  }
}

@media (max-width: 410px) {
  .navbar img {
    width: 35%;
    height: 70%;
  }
  .navh1 h1 {
    font-size: 1.7rem;
  }
  .navh1 h2 {
    font-size: 1rem;
  }
}
@media (max-width: 375px) {
  .navbar img {
    width: 35%;
    height: 70%;
  }
  .navh1 h1 {
    font-size: 1.5rem;
  }
  .navh1 h2 {
    font-size: 1rem;
  }
} */

/* ------------------------------PARENT CONTAINER ---------------*/
.parentcontainer {
  max-width: 100rem;
  margin: 0 auto;
  /* background-color: var(--primary-color); */
}
.sections {
  width: 100%;
  /* min-height: 100dvh; */
  padding-left: 1rem;
  padding-right: 0.5rem;
}
.headingh1 {
  color: #185888;
  font-size: 4.5rem;
  border-bottom: 5px solid #185888;
  width: fit-content;
}

/* ------------------------------HERO--------------------------- */
.hero {
  /* border: 1px solid red; */
  display: flex;
  align-items: center;
  min-height: 80dvh;
}
.herodivs {
  width: 50%;
}

.d1hero h1 {
  color: #185888;
  font-size: 2.5rem;
  line-height: 1.1;
  padding-bottom: 1rem;
  text-align: justify;
}

.d1hero p {
  font-size: 1.6rem;
  font-weight: 500;
  padding-bottom: 3rem;
  text-align: justify;
}
.d1hero a {
  color: cadetblue;
  font-size: 2rem;
  font-weight: bold;
  transition: all 0.5s ease;
  border-radius: 5px;
  padding: 1rem 0.2rem;
  background-color: #22222240;
}
.d1hero a:hover {
  background-color: cadetblue;
  color: white;
}

.d2hero img {
  height: 100%;
  width: 100%;
}

@media (max-width: 930px) {
  .d1hero h1 {
    font-size: 2.3rem;
    text-align: justify;
  }
}
@media (max-width: 800px) {
  .d1hero h1 {
    font-size: 2rem;
    text-align: justify;
  }
  .d1hero p {
    font-size: 1.5rem;
    text-align: justify;
  }
}
@media (max-width: 800px) {
  .d1hero h1 {
    font-size: 2rem;
    text-align: justify;
  }
  .d1hero p {
    font-size: 1.2rem;
    text-align: justify;
  }
}
@media (max-width: 600px) {
  .d1hero h1 {
    font-size: 1.5rem;
    text-align: justify;
  }
  .d1hero p {
    font-size: 1.2rem;
    text-align: justify;
  }
}
@media (max-width: 500px) {
  .hero {
    flex-direction: column-reverse;
    justify-content: center;
  }
  .d1hero {
    height: 50%;
    width: 100%;
  }
  .d1hero h1 {
    font-size: 1.9rem;
    /* font-size: 1.1rem; */
    text-align: justify;
  }
  .d1hero p {
    /* font-size: 1.7rem; */
    font-size: 1.4rem;
    text-align: justify;
    padding-bottom: 1rem;
  }
  .d1hero {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}

/* ------------------------------ABOUT--------------------------- */
.about {
  padding-top: 4rem;
  /* border: 2px solid red; */
}
/* .about h1 {
  color: cadetblue;
  font-size: 4rem;
  margin: 0;
  padding: 0;
  display: inline-block;
  border-bottom: 4px solid cadetblue;
} */
.aboutdivparent {
  display: flex;
  /* flex-direction: column; */
  width: 100%;
  height: 100%;
  /* border: 2px solid black; */
  align-items: center;
}
.aboutdiv1 {
  width: 35%;
  /* border: 1px solid red; */
  margin-right: 3rem;
}
.aboutdiv2 {
  width: 65%;
  /* border:1px solid red; */
  margin-bottom: 6rem;
}
/* .p2{
  margin-top: 4rem;
  margin-bottom: 8rem;
} */

.aboutdiv1 h2 {
  text-align: center;
  font-size: 2rem;
  /* color: #185888; */
  padding-bottom: 0.5rem;
}
.aboutdiv1 img {
  width: 100%;
  height: 100%;
  border-radius: 2rem;
}
.aboutdiv2 p,
.pen {
  font-size: 1.6rem;
  line-height: 1.5;
  text-align: justify;
}
.pen3 {
  display: none;
}
@media (max-width: 800px) {
  .aboutdiv1 {
    width: 50%;
    height: 50%;
  }
  .aboutdiv2 {
    margin-bottom: 1rem;
  }
}
@media (max-width: 650px) {
  .aboutdiv2 p,
  .pen {
    font-size: 1.4rem;
  }
}
@media (max-width: 600px) {
  .aboutdiv1 h2 {
    font-size: 1.2rem;
  }
  .aboutdiv1 img {
    margin-top: 2rem;
  }
}
@media (max-width: 506px) {
  .aboutdiv1 {
    width: 60%;
    height: 50%;
  }
  .aboutdiv1 h2 {
    font-size: 1.2rem;
  }
  .aboutdiv2 p,
  .pen,
  .pen2,
  .pen3 {
    font-size: 1.1rem;
    line-height: 1.5;
    text-align: justify;
  }
}
@media (max-width: 430px) {
  .aboutdiv1 {
    width: 70%;
    height: 50%;
  }
  .aboutdiv2 p,
  .pen,
  .pen2,
  .pen3 {
    font-size: 1.1rem;
    line-height: 1.5;
  }
  .pen2 {
    display: none;
  }
  .pen3 {
    display: block;
  }
}
/* ------------------------------SERVICES--------------------------- */
.services {
  /* background-color: pink; */
  padding-top: 4rem;
}
/* .services h1 {
  color: cadetblue;
  font-size: 4rem;
  margin: 0;
  padding: 0;
  display: inline-block;
  border-bottom: 4px solid cadetblue;
} */
.services h2 {
  padding-top: 2rem;
  font-size: 2rem;
}
.services p {
  font-size: 1.6rem;
  line-height: 1.5;
  text-align: justify;
}

@media (max-width: 506px) {
  .services p {
    font-size: 1.1rem;
  }
}

/* ------------------------------FOOTER--------------------------- */
.foocta {
  /* background-color: blue; */
  padding-top: 1rem;
  /* border: 2px solid black; */
}
/* .foocta h1 {
  color: cadetblue;
  font-size: 4rem;
  margin: 0;
  padding: 0;
  display: inline-block;
  border-bottom: 4px solid cadetblue;
} */
.fh1 {
  margin-bottom: 3rem;
}
.fooctadiv {
  display: flex;
  /* border: 2px solid red; */
  justify-content: center;
  margin-top: 2rem;
}
/* .ftadiv1{
    width:60%;
    border:2px solid red;
} */
/* =========================
   Form Container Styling
========================= */

.ftadiv1 {
  width: 60%;
  padding: 4rem;
  background: #ffffff;
  border-radius: 12px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
}

/* Make form vertical */
.ftadiv1 form {
  display: flex;
  flex-direction: column;
  gap: 2.4rem;
}

/* Label styling */
.ftadiv1 label {
  font-size: 1.6rem;
  font-weight: 600;
  color: #333;
  margin-bottom: 0.6rem;
  display: inline-block;
}

/* Input, Select, Textarea common styling */
.ftadiv1 input,
.ftadiv1 select,
.ftadiv1 textarea {
  width: 100%;
  padding: 1.2rem 1.4rem;
  font-size: 1.6rem;
  border: 1px solid #ccc;
  border-radius: 8px;
  outline: none;
  transition: all 0.3s ease;
  font-family: inherit;
}

/* Focus effect */
.ftadiv1 input:focus,
.ftadiv1 select:focus,
.ftadiv1 textarea:focus {
  border-color: cadetblue;
  box-shadow: 0 0 0 3px rgba(95, 158, 160, 0.2);
}

/* Textarea resize control */
.ftadiv1 textarea {
  resize: vertical;
  min-height: 12rem;
}

/* Button Styling */
.ftadiv1 .btn--form {
  padding: 1.4rem;
  font-size: 1.8rem;
  font-weight: bold;
  border: none;
  border-radius: 8px;
  background-color: cadetblue;
  color: white;
  cursor: pointer;
  transition: all 0.3s ease;
}

/* Button Hover */
.ftadiv1 .btn--form:hover {
  background-color: #3e7c7d;
  transform: translateY(-2px);
}
@media (max-width: 992px) {
  .ftadiv1 {
    width: 100%;
  }
}

@media (max-width: 600px) {
  .ftadiv1 {
    padding: 2rem;
  }

  .ftadiv1 label {
    font-size: 1.4rem;
  }

  .ftadiv1 input,
  .ftadiv1 select,
  .ftadiv1 textarea {
    font-size: 1.4rem;
  }

  .ftadiv1 .btn--form {
    font-size: 1.6rem;
  }
}

.ftadiv2 {
  margin-top: 4rem;
  padding-top: 2rem;
  width: 100%;
  padding-left: 0.8rem;
  padding-right: 0.8rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: #18578837;
  border-radius: 2rem;
  /* gap:1.6rem; */
}
.ftadiv2 p {
  font-size: 1.8rem;
  margin-bottom: 2rem;
  padding-bottom: 1rem;
  text-align: center;
}
.callback{
  margin-top: 3rem;
  margin-bottom: 3rem;
}
@media (max-width: 460px) {
  .callback{
    font-size:3.6rem ;
  }
}