body {
  font-family: "Inter", sans-serif;
  position: relative;
  margin: 0;
}



nav {
  text-align: left;
  /* display: flex;
  align-items: center;
  justify-content: space-between; */
}
.nav-parent {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 50px;
}

.nav-cntnr {
  display: flex;
  align-items: center;
  justify-items: center;
  gap: 40px;
}
.nav-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.nav-button {
  border-radius: 8px;
  border: 1px;
  gap: 8px;
  background-color: #0092b9;
  font-size: 16px;
  font-weight: 500;
  color: white;
  padding-top: 10px;
  padding-right: 18px;
  padding-bottom: 10px;
  padding-left: 18px;
  font-family: "Inter", sans-serif;
  cursor: pointer;
}
.nav-button:hover {
opacity: 0.7;
}
button:hover{
  opacity: 0.7;
}
.nav-button2 {
  border-radius: 8px;
  border: 1px;
  gap: 8px;
  background-color: white;
  font-size: 16px;
  font-weight: 500;
  color: #667085;
  padding-top: 10px;
  padding-right: 18px;
  padding-bottom: 10px;
  padding-left: 18px;
  font-family: "Inter", sans-serif;
  cursor: pointer;
}

nav a {
  color: #667085;
  text-decoration: none;
  padding: 10px;
  font-family: "Inter", sans-serif;
  cursor: pointer;
}

main section {
  margin-bottom: 20px;
}
.modal-content{
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  gap: 30px;
  margin-top: 30px;
}
#sec1 {
  background-image: url("/public//assets//images/Desktop.jpg");
  background-size: cover; 
  background-repeat: no-repeat;
  background-position: center center;
  height: 70vh;
}

.section1 {
  float: right;
  display: flex;
  padding: 30px 50px;
  flex-direction: column;
  align-items: start;
  max-width: 500px;
  font-family: "Inter", sans-serif;
}
.sec1-h2 {
  font-size: 60px;
  font-weight: 600;
  color: black;
  line-height: 76px;
}
.sec1-p {
  font-size: 20px;
  font-weight: 400;
  color: #fff;
  line-height: 30px;
}
.section1 button {
  background-color: #0092b9;
  padding: 16px 28px;
  border-radius: 8px;
  border: 1px;
  color: white;
  font-size: 18px;
  font-weight: 500;
  cursor: pointer;
  margin-top: 38px;
}

.sec1-2nd-cntnr {
  margin-top: 50px;
}

.sec1-p2 {
  text-align: left;
  font-size: 16px;
  font-weight: 400;
  color: #667085;
  line-height: 24px;
}
.sec1-grid {
  margin-top: 24px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  grid-auto-rows: minmax(16px, auto);
}
.sec2 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  background-color: #f9fafb;
  padding: 96px 80px;
}

.sec2-card {
  /* Your styling for each card element */
  background-color: #f9fafb;
  padding: 20px;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.sec2-h3 {
  margin-top: 20px;
  font-size: 20px;
  font-weight: 500;
  color: #101828;
}
.sec2-p {
  margin-top: 0;
  margin-bottom: 0;
  color: #667085;
  font-size: 16px;
  font-weight: 400;
}
.sec2-a-wrap {
  margin-top: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.sec2-a {
  color: #0092b9;
  transition: transform 0.3s ease-in-out;
}
.sec2-a:hover {
  transform: translateX(10px);
}


.sec3 {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  margin-top: 96px;
}
.sec3-h3 {
  font-size: 36px;
  color: #101828;
  font-weight: 600;
  margin-top: 0;
  margin-bottom: 20px;
}
.sec3-p {
  font-size: 20px;
  color: #667085;
  font-weight: 400;
  margin-top: 0;
  margin-bottom: 0;
}
.sec3-img {
  margin-top: 64px;
  display: block;
}
.sec3-img2 {
  margin-top: 64px;
  display: none;
}
.sec4 {
  display: flex;
  align-items: start;
  justify-content: space-between;
  margin-top: 60px;
  margin-bottom: 60px;
  padding: 0 50px;
}
.sec4-inner {
}
.sec4-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}
.sec4-grid-inner {
  display: flex;
  gap: 20px;
}
.sec4-grid-h3 {
  color: #0092b9;
  font-size: 48px;
  font-family: 600;
  margin-top: 0;
  margin-bottom: 0;
}
.sec4-grid-p {
  color: #667085;
  font-size: 18px;
  font-family: 500;
  margin-top: 0;
  margin-bottom: 0;
}
.sec4-h3 {
  font-size: 36px;
  color: #101828;
  font-weight: 600;
  margin-top: 0;
  margin-bottom: 0;
}
.sec4-p {
  font-size: 20px;
  color: #667085;
  font-weight: 400;
  margin-top: 20px;
  margin-bottom: 0;
}
.sec5 {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 96px 50px;
}
.sec5-grid-h4 {
  color: #101828;
  font-size: 20px;
  font-weight: 500;
  margin-top: 20px;
  margin-bottom: 0;
}
.sec5-grid-p {
  color: #667085;
  font-size: 16px;
  font-weight: 400;
  margin-top: 10px;
  margin-bottom: 0;
}
.sec5-1st-div {
  max-width: 56rem;
}
.sec5-h3 {
  color: #101828;
  font-size: 36px;
  font-weight: 600;
}
.sec5-p {
  color: #667085;
  font-size: 20px;
  font-weight: 400;
}
.sec5-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 42px;
  margin-top: 64px;
}

.sec6 {
  padding: 96px 50px;
  background-color: #f9fafb;
}
.sec6-h2 {
  color: #101828;
  font-size: 36px;
  font-weight: 600;
  margin-top: 0;
  margin-bottom: 0;
}
.sec6-p {
  color: #667085;
  font-size: 18px;
  font-weight: 400;
  margin-top: 20px;
  margin-bottom: 0;
}
.sec6-div2 {
  margin-top: 64px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.sec6-div2-inner1 {
  display: flex;
  flex-direction: column;
  align-items: strat;
  justify-content: center;
  max-width: 40rem;
  gap: 48px;
}
.sec6-div2-inner1-text {
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: start;
  text-align: start;
}
.sec6-div2-inner1-text-h4 {
  color: #101828;
  font-size: 20px;
  font-weight: 500;
  margin-top: 0;
  margin-bottom: 0;
}
.sec6-div2-inner1-text-p {
  color: #667085;
  font-size: 16px;
  font-weight: 400;
  margin-top: 8px;
  margin-bottom: 0;
}
.sec6-div2-inner1-1 {
  display: flex;
  align-items: start;
  justify-content: start;
  gap: 12px;
}
.sec6-card {
  background-color: white;
  border: 1px;
  border-radius: 14px;
  padding: 32px 32px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.sec6-card-header {
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: start;
}
.sec6-card-header-inner-wrap {
  display: flex;
  gap: 8px;
}
.sec6-tag {
  color: #12b76a;
  font-size: 14px;
  font-weight: 500;
  background-color: #d1fadf;
  padding: 2px 10px;
  border-radius: 16px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.sec6-card-header-p {
  color: #101828;
  font-size: 24px;
  font-weight: 600;
  margin-top: 0;
  margin-bottom: 0;
}
.sec6-card-header-inner-wrap-p {
  color: #667085;
  font-size: 16px;
  font-weight: 400;
  margin-top: 4px;
  margin-bottom: 0;
}
.sec6-card-header-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
  border-bottom: 1px solid #667085;
  padding-bottom: 25px;
}
.sec6-card-header-last {
  align-items: center;
  justify-content: center;
}
.sec6-card-header-last-p {
  color: #101828;
  font-size: 60px;
  font-weight: 600;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 0;
  margin-left: 0;
}
.sec6-card-header-last-span1 {
  font-size: 36px;
  font-weight: 600;
  text-align: start;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 0;
  margin-left: 0;
}
.sec6-card-header-last-span2 {
  color: #667085;
  font-size: 16px;
  font-weight: 500;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 0;
  margin-left: 0;
}
.sec6-card-body-wrap {
  display: flex;
  flex-direction: column;
  justify-content: left;
  align-items: left;
  padding: 32px 0;
  border-bottom: 1px solid black;
  margin-bottom: 32px;
}
.sec6-card-body-wrap-text-h4 {
  margin-top: 0;
  margin-bottom: 4px;
  color: #101828;
  font-size: 16px;
  font-weight: 600;
}
.sec6-card-body-wrap-text-p {
  margin-top: 0;
  margin-bottom: 0;
  color: #667085;
  font-size: 16px;
  font-weight: 400;
}
.sec6-card-body-wrap-text-p-span {
  font-weight: 600;
}
.sec6-card-body-icon {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  text-align: center;
  padding: 24px 0;
}
.sec6-card-body-icon-p {
  color: #667085;
  font-size: 16px;
  font-weight: 400;
  margin-top: 0;
  margin-bottom: 0;
}
.sec6-card-body-icon-inner {
  display: flex;
  align-items: center;
  justify-content: start;
  gap: 8px;
}
.sec6-card-footer {
  /* margin: 32px 32px; */
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  /* width: 100%; */
}
.sec6-card-footer {
  width: auto;
  background-color: #0092b9;
  padding: 12px 20px;
  border: 1px;
  border-radius: 8px;
  color: white;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
}
.sec7 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 64px;
  padding: 0 50px;
}
.sec7-child1{
    display: flex;
    flex-direction: column;
    gap: 24px;
}
.sec7-h3 {
  margin-top: 0;
  margin-bottom: 0;
  color: #101828;
  font-size: 60px;
  font-family: 600;
}
.sec7-p {
  margin-top: 0;
  margin-bottom: 0;
  color: #667085;
  font-size: 20px;
  font-weight: 400;
}
.sec7-img1 {
  display: block;
}
.sec7-img2 {
  display: none;
}
.sec7-btn{
    border-radius: 8px;
  border: 1px;
  gap: 8px;
  background-color: #0092b9;
  font-size: 16px;
  font-weight: 500;
  color: white;
  padding-top: 10px;
  padding-right: 18px;
  padding-bottom: 10px;
  padding-left: 18px;
  font-family: "Inter", sans-serif;
  cursor: pointer;
  margin-top: 20px;
}

footer {
  text-align: center;
}
.footer-inner{
  display: flex;
  align-items: start;
  justify-content: start;
  flex-direction: column;
}
.footer-main{
  padding: 64px 50px;
  display: flex;
  align-items: start;
  justify-content: space-between;
}
.footer-p{
  color: #667085;
  font-size: 16px;
  font-weight: 400;
  text-align: left;
}
h2.tittlee {
    color: #fff;
    font-size: 29px;
    padding: 0px 30px;
}


.links-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 32px;
  text-align: center;
  
}
a{
  text-decoration: none;
}
.link-flex{
  display: flex;
  align-items: start;
  justify-content: center;
  text-align: left;
  flex-direction: column;
}
footer a{
  color: #667085;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
  line-height: 24px;
  margin-top: 12px;
  text-align: left;
}
.footer-a-lead{
  color: #98A2B3;
  font-size: 14px;
  font-weight: 600;
}
.footer-sol{
display: flex;
align-items: center;
justify-content: center;
}
.footer-tag{
  color: #027A48;
  font-size: 12px;
  font-weight: 500;
  background-color: #ECFDF3;
  border-radius: 16px;
  padding: 2px 8px;
  margin-top: 12px;
  margin-left: 4px;
}
.sec1-hero-img{
  display: none;
}
@media (max-width: 900px) {
  .sec7 {
    flex-direction: column;
  }
}
@media (max-width: 768px) {
  .sec1-hero-img{
    display: block;
    margin: 20px 0;
    margin-top: 20px;
  }
  #sec1 {
    background-image: none;
    background-size: cover; /* Cover the entire element */
    background-repeat: no-repeat; /* Don't repeat the image */
    background-position: center center;
  }
  .footer-main{
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
  }
  .links-grid {
    grid-template-columns: repeat(2, 1fr); /* Set two columns for mobile screens */
  }

  .sec7 {
    flex-direction: column;
  }
  .sec7-img1 {
    display: none;
  }
  .sec7-img2 {
    display: block;
  }
  .sec6-card {
    margin-top: 40px;
  }
  .sec6-div2 {
    flex-direction: column;
  }
  .sec6-card-body-icon {
    grid-template-columns: 1fr; /* Set a single column for mobile screens */
  }
  .sec5-grid {
    grid-template-columns: 1fr; /* Set a single column for mobile screens */
  }
  .sec4-grid-inner {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    margin-top: 60px;
  }
  .sec4 {
    flex-direction: column;
    align-items: center;
    background-color: #f9fafb;
    padding: 96px 2px;
  }
  .sec4-grid {
    grid-template-columns: 1fr;

    /* Set a single column for mobile screens */
  }
  .container {
    max-width: 540px;
  }

  nav {
    float: none;
  }

  nav a {
    margin-bottom: 10px;
  }
}
.hamburger-menu {
  display: none;
}
.lower-footer{
  background-color: #0092B9;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 48px 50px;
  color: white;
}
.footer-icons{
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
}

/* Add this CSS in your stylesheet for mobile styles */
@media (max-width: 768px) {
  .lower-footer{
    flex-direction: column-reverse;
    gap: 10px;
    align-items: start;
    justify-content: start;
    padding: 48px 20px;
  }
  .sec3-img {
    display: none;
  }
  .sec3-img2 {
    display: block;
  }
  .sec2 {
    grid-template-columns: 1fr;
    padding: 36px 0px;
  }
  .section1 {
    align-items: center;
    justify-content: center;
  }
  .sec1-h2 {
    text-align: center;
  }
  .sec1-p {
    text-align: center;
  }
  .sec1-p2 {
    text-align: center;
  }
  .nav-inner {
    display: none; /* Hide the navigation links on mobile */
  }
  .sec1-grid {
    grid-template-columns: repeat(
      2,
      1fr
    ); /* Set 2 columns for smaller screens */
  }
  .nav-buttons {
    display: none; /* Hide the buttons on mobile */
  }
  .section1 h2 {
    font-size: 36px; /* Adjust the font size for mobile screens */
    line-height: 46px; /* Adjust the line height for mobile screens */
  }

  .section1 p {
    font-size: 18px; /* Adjust the font size for mobile screens */
    line-height: 28px; /* Adjust the line height for mobile screens */
  }

  /* Hamburger Menu Styles */
  .hamburger-menu {
    display: block;
    cursor: pointer;
  }
  .hamburger-icon {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
  }
  .bar {
    width: 100%;
    height: 3px;
    background-color: #333;
    margin: 2px 0;
    transition: 0.4s;
  }
}
/* Add this CSS in your stylesheet for mobile modal */
.mobile-modal {
  display: none;
  background-color: rgba(0, 0, 0, 0.9);
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: -100%; /* Initially hide the modal off-screen to the left */
  z-index: 999;
  overflow: auto;
  transition: left 0.4s; /* Use the left property for smooth sliding animation */
}

.mobile-modal.active {
  display: block;
  left: 0; /* Animate the modal to slide in from left to right */
  width: 80%;
}

.modal-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 20px;
  color: #fff;
}

/* Add this CSS in your stylesheet for close icon */
/* Add this CSS in your stylesheet for close icon */
.close-icon {
  cursor: pointer;
  display: flex;
  flex-direction: column;
  align-items: flex-end; /* Align the close icon to the top right */
  justify-content: center;
  width: 30px;
  height: 30px;
  position: absolute; /* Position the close icon absolutely */
  top: 10px; /* Adjust the top position as needed */
  right: 10px; /* Adjust the right position as needed */
}

.close-icon .bar {
  width: 100%;
  height: 3px;
  background-color: #000!important;
  margin: 2px 0;
}
@media (max-width: 768px) {
    #Services li{
  
    padding-top: 15px;
}

}
@media (max-width: 998px) {
    .nav>li {
        position: relative !important;
        display: none !important;
    }
}

