body {
    margin: 0;
    font-family: 'Overpass', sans-serif;
    font-optical-sizing: auto;                
    font-style: normal;
}
.image-container {
    max-width: 100%;
    height:0;
    padding-bottom: calc(621/1440 *100%);
    position: relative;
   overflow: hidden;
}
.image-container1 {
    max-width: 100%;
    height:0;
    padding-bottom: calc(822/1440 *100%);
    position: relative;
   overflow: hidden;
}

    .hero-image {
        width: 100%;
        height: auto;
        object-fit: fill;
        position: absolute;
        top: 0;
        left: 0;
    }


header {
    position: absolute;
    width: 95%;
    top: 0;
    left: 0;
    padding: 10px 0px 10px 20px;
  
    z-index: 200;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.navbar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    margin: 1%;
}
.logo img {
    height: 2.64vw;
    width: 12.2vw;
}
.nav-links {
    list-style: none;
    display: flex;
    margin: 0;
    padding: 0;
}
.nav-links li {
    margin-right: 15px;
}
.nav-links a {
    color: white;
    text-decoration: none;
    font-weight: bold;
    margin-right: 25px;
}
.nav-links a:hover {
    color: #37B048; /* Change this to your preferred hover color */
}
.search-login {
    display: flex;
    align-items: center;
}
.search-icon {
    color: white;
    text-decoration: none;
    margin-right: 20px;
    font-size: 20px;
}
.login-button {
    background-color: #2B8838; /* Change this to your preferred button color */
    color: white;
    padding: 10px 20px;
    text-decoration: none;
    border-radius: 5px;
    font-size: 16px;
    font-weight: 600;
}
.login-button:hover {
    background-color: #007f00; /* Change this to your preferred hover button color */
}
.header-image {
    display: flex;
    width: 100%;
}
.header-image img {
    width: 100%;
    height: auto;
}
.content1{
    margin-top: -2%;                      
    margin-left: 11%;
    display: flex;
    gap: 20px;
    position: relative;
}
.card {
background-color: white;
border-radius: 10px;
box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
padding: 20px;
max-width: 39%;
text-align: center;
display: flex;
 }
 .card p {
    font-family: "Overpass";
    margin: 0px;
    text-align: left;
    padding-left: 4%;
    font-size: 1.27vw;
    color: #262626;
    line-height: 1.5;
 }
 .card img{
    width: 3.68vw;
    height: 3.68vw;
 }
.icon {
    display: block;
    margin: 0 auto 10px;
}
/*
.footer{
    width: 100%;
    height: 10%;
    background-color: #081B28 ;
    display: grid;
    grid-template-columns: 33% 33% 33% ;
} */
.burger {
    display: none;
    cursor: pointer;
    position: absolute;
    right: 20px;
    top: 20px;
}
.burger div {
    width: 25px;
    height: 3px;
    background-color: white;
    margin: 5px;
    transition: all 0.3s ease;
}
.close-button {
    position: fixed;  /* Fixes the close button relative to the viewport */
    top: 20px;        /* Adjust position as needed */
    right: 20px;      /* Adjust position as needed */
    display: none;    /* Initially hidden */
    z-index: 1001; 
    font-size: 30px;
    color: #fff;
}
.revol{
    width: 78%;  
    margin-left: 10%; 
    font-size: 3.19vw; 
    font-weight: 800; 
    color: #262626;

}

.content2{
    display: grid;
    margin-left: 10%;
    margin-bottom: 5%;
    grid-template-columns: 20% 66%;
}
.container {
display: flex;
align-items: flex-start;
font-size: 1.11vw;
}
.checkmark {

    height: auto;
margin-right: 5%;
display: flex;
justify-content: center;
align-items: center;
}
.checkmark img {
width: 100%;
height: 100%;
}
.c2checkmark img {
    width: 1.67vw;
    height: 100%;
    
}

.text {
font-family: "Overpass";


}
.p1content2, .p1content3 {
font-family: "Overpass";
line-height: 1.2;
font-weight: 600;
font-size: 1.39vw;

}
.p2content2 {
font-family: "Overpass";
line-height: 1.2;
font-size: 1.25vw;

}
.content3{
    background-color: #F5F5F5;
    display: grid;
    padding-left: 10%;
    padding-bottom: 5%;
    grid-template-columns: 35% 55%;
}
.c3d1{
    padding-left: 10%;
}
.c3imgcontainer{
    max-width: 100%;
    height:0;
    padding-bottom: calc(290/482 *100%);
    position: relative;       
    overflow: hidden;
    margin-top: 10%;
}
.c3imgcontainer img{
    
    width: 100%;
    height: auto;
    object-fit: fill;
    position: absolute;
    top: 0;
    left: 0;
}
.p1content3{
font-family: "Overpass";           
font-size: 3.19vw;
font-weight: 800;
line-height: 1.1;
}
.p2content3{
font-size: 1.25vw;
color: #262626;
line-height: 1.3;
}
.content4
{
background-color: #37B048;
margin-left: 10%;
margin-right: 10%;
color: white;
text-align: center;
font-size: 1.39vw;
padding: 2%;
border-radius: 15px;
line-height: 1.2;
font-weight: bold;
margin-top: -3%;
}
.content5{
    padding-bottom: 7%;
}
.p1content5{
font-family: "Overpass";           
font-size: 3.2vw;
font-weight: 800;
line-height: 1.1;
margin-right: 7.5%;
margin-left: 7.5%;
text-align: center;
margin-top: 3%;
margin-bottom: 3%;
}
.p2content5{
font-family:  "Overpass"; 
font-size: 1.53vw;
line-height: 1.3;
font-weight: bold;
margin-left: 10%;
} 
.content6{
    background-color: #F5F5F5;
    padding-bottom: 3%;
}
.content6card{
margin-left: 8%;
display: grid;
grid-template-columns: 46% 46%;

}
.cardcontent6 {
    
    background-color: white;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    padding: 1.4vw;
    margin: 2.7%;
    padding-top: -5%;
  
   
 
}

.iconcontent6 {
   display: grid;
   grid-template-columns: 18% 80%;
   padding-bottom: 2.5%;
   padding-left: 2.5%;
}

.iconcontent6 img {
    width: 3.68vw;
    height: 3.68vw;
}
.iconcontent6 h2{
    font-family:  "Overpass"; 
    line-height: 1.5;
    font-size: 1.67vw;
    font-weight: bold;
    margin: 1%;
    color: #262626;
    margin-left: -5%;
    padding-top: 2%;

}
.cardcontent6.d1, .cardcontent6.d2{
    margin-top: -15%;
}

.cardcontent6 p{
    font-family:  "Overpass"; 
    line-height: 1.5;
    font-size: 1.27vw;
    font-weight: normal;
    color: #262626;
    
  padding-left: 3%;
}

.content7{
    
    background-color: #0B2435;
    display: grid;
    grid-template-columns: 1fr 1fr;
    color: white;
    
}
.content7div1{
   
    background-image: url("../images/Pattern.png");
    background-repeat: no-repeat;
  
    background-position: bottom -5px left -5px;

}
.content7div2{
    
    background-image: url("../images/Pattern2.png");
    background-repeat: no-repeat;
  
    background-position: right -5px;

}

.content7 h1{
    line-height: 1;
    font-size: 3.33vw;
    font-weight: 800;
    margin-bottom: 1.39vw;
    width: 44.4vw;

    
}
.email-section {
    margin-top: 20px;
}

.email-item {
    display: flex;
    align-items: flex-start;
    margin-top: 10px;
}


.email-icon img {
    width: 2.36vw;
    height: 2.36vw;
    margin-right: 1vw;
    margin-top: 7%;
}
.email-text{
    font-size: 1.25vw;
    line-height: 1.5;
}

.email-text a{
    text-decoration: none;
    color: white;
}
.email-text a:hover{
    text-decoration: underline;

    color: blue;
}
.email-text p{
    margin-top: 10px;
    margin-bottom: 10px;
}
.footer-text {
    color: #8BC34A;
    font-style: italic;
    margin-top: 10px;
    text-shadow: -2px -2px 0 #000, 2px -2px 0 #000, -2px 2px 0 #000, 2px 2px 0 #000;
}
.contact {
    background-color: white;
}

.contact-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.contact-info {
    flex: 1;
    min-width: 300px;
    margin-right: 40px;
}
.contact-form {
    flex: 1;
    min-width: 300px;
}

.contact-form form {
    display: flex;
    flex-direction: column;
    padding: 50px;
}

.form-group {
    margin-bottom: 20px;
}

.form-control {
    width: 100%;
    padding: 12px;
    border: 1px solid #ddd;
    border-radius: 5px;
    font-size: 1rem;
}

textarea.form-control {
    height: 150px;
    resize: vertical;
}

.contact-info-item {
    display: flex;
    align-items: flex-start;
    margin-bottom: 25px;
}

.contact-icon {
    font-size: 1.5rem;
    margin-right: 15px;
    color: var(--secondary-color);
}


.footer{
    font-family:  "Overpass"; 
    display: grid;
    grid-template-columns: 40% 55%;
    color: #fff;
    background-color: #081B28;
}
.btn{
    padding: 10px;
  background-color: #37b048;
  border: none;
  border-radius: 10px;
    
}

.footerPhone{
    font-size: 1.25vw ;
    background-image: url("../images/phone.svg");
    background-repeat: no-repeat;
    padding-left: 2.5vw;
    background-size: 1.67vw 1.67vw;
    padding-top: 0.5%;
    margin-top: 3.5vw;
    font-weight: 400;
    min-width: 48px;  /* Ensuring minimum width for touch targets */
    min-height: 26px;
}
.footerMap{
    font-size: 1.25vw ;
    background-image: url("../images/map.svg");
    background-size: 1.67vw 1.67vw;
    background-repeat: no-repeat;
    padding-left: 2.5vw;
   
    padding-top: 0.5%;
    margin-top: 3.5vw;
    font-weight: 400;
    min-height: 26px;
}
.footerPhone a, .footerEmail a, .footerMap a {
    text-decoration: none;
    color: white;
}
.footerPhone a:hover, .footerEmail a:hover, .footerMap a:hover{
    color:blue;
    text-decoration: underline;
}
.footerEmail{
    font-size: 1.25vw ;
    background-image: url("../images/mail.png");
    background-repeat: no-repeat;
    padding-left: 2.5vw;
    font-weight: 400;
    background-size: 1.67vw 1.67vw;
    min-height: 26px;
}

.footercopy{
    font-size: 0.83vw;
 
    line-height: 1.5;
    text-align: center;
 
    font-weight: 200;
    color: #fff;
    opacity: 0.4;
    min-height: 26px;
    background-color: #081b28;
}
.footercopy p{
    margin: 0;
}

.content1-2{
    margin-top: -12%;
  position: absolute;
  margin-left: 50%;
}
.card1 {
    background-color: white;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    padding: 1.39vw;
    width: 80%;
    text-align: center;
    display: flex;
     }
     .card1 p {
        font-family: "Overpass";
        margin: 0px;
        text-align: left;
        padding-left: 4%;
        font-size: 1.27vw;
        color: #262626;
        line-height: 1.5;
     }

.card1 .icon{
    width: 3.6vw;
    height: 3.6vw;
}

.content6-2, .content7-2{
    width: 82vw;

    margin-top: 5%;
    margin-left: 10%;
    margin-right:15%
    
}
.c6p1{
    font-size: 3.19vw;
    font-weight: 800;
    color: #262626;
    text-align: center;
    width: 80%;
   
}
.c6p2{
    font-size: 1.39vw;
    font-weight: bold;
    color: #262626;
    text-align: center;
    width: 80%;
    line-height: 1.2;
    margin-top: -3%;
}
.c7i1{
    width: 26.6vw; 
    margin-top: 10%; 
    margin-left: 8vw;  
    display: block; 
    height: auto;

}
.c7a1{
    margin-top: 25%; 
    margin-left: 8vw; 
    margin-bottom: 8%; 
    width: 12.6vw; 
    height: 3.68vw;
}

.c7p1{
    font-size: 3.19vw;
    font-weight: 800;
    color: #262626;
    text-align: left;
    width: 80%;
   
}
.c7p2{
    font-size: 2.22vw;
    font-weight: 500;
    color: #37B048;
    text-align: center;
    width: 80%;
    margin-top: -3%;
    
}
.leap-image{
    margin-left: 10%;
    margin-right:10%;
    max-width: 80%;
    height:0;
    padding-bottom: calc(788/1080 *82%);
    position: relative;       
     overflow: hidden;
}
.leap-image img{
    width: 100%;
    height: auto;
    object-fit: fill;
    position: absolute;
    top: 0;
    left: 0;
}
.content8-2{
    
    margin-left: 10%;
    margin-right:10%;
    display: grid;
    grid-template-columns: 25% 75%;
    background-color: #fff;
    padding:3vw;
    
}
.c8d1{
    font-family: "Overpass";
    width: 14.58vw;
    height: 21vw;
    border-radius: 10px;
    background-image: linear-gradient( #37B048 , #2B8838);
}
.c8p1{
    font-family: "Overpass";
    color: white;
    font-size: 2.22vw;
    font-weight: bold;
    padding-left:3vw;
    line-height: 1.2;
    margin-top: 1vw;
    margin-bottom: 1vw;
}
.c8p2{
    font-family: "Overpass";
    color: white;
    font-size: 1.67vw;
    font-weight: 400;
    padding-left:3vw;
}
.c8d2{
    display: grid;
    grid-template-columns: 50% 50%;
}
.smallcard{
    background-color: white;
  padding: 0.5vw;
 
  text-align: center;
  display: flex;
}

.smallcardicon {
    display: block;
  margin-left: 1vw;
  width: 3.68vw;
  height: 3.68vw;
}
.smallcardicon img{
    width: 3.68vw;
    height: 3.68vw;
}
.smallcard p{
  font-family: "Overpass";
  margin-left: 1vw;
  font-weight: bold;
  text-align: left;
  padding-left: 4%;
  font-size: 1.67vw;
  color: #262626;
  line-height: 1.5;
  margin-top: 0.7vw;
}

.c9d1{
    
        max-width: 100%;
        height:0;
        padding-bottom: calc(404/1080 *100%);
        position: relative;       
         overflow: hidden;
    
}
.c9d1image {
    width: 100%;
    height: 100%;
    object-fit: fill;
    position: absolute;
    top: 0;
    left: 0;
   
}
.c9d1 p{
    color: #fff;
    position: absolute;
    font-size: 3.2vw;
    font-weight: 800;
    margin-left: 15%;
    margin-right: 15%;
    padding: 1%;
    text-align: center;
    
}
.c9card{
    background-color: #fff;
  border-radius: 2.43vw;
  margin-left: 7.85vw;
  margin-top: -20%;
  position: relative;
  margin-right: 7.89vw;
  padding: 3.3vw 1vw;
  margin-bottom: 5%;
}


.c9contentd1{
    display: grid;
    grid-template-columns: 10% 80%;
    
    padding-left: 2.5%;
}
.c9contentd1 img{
 width: 3.68vw;
 height: 3.68vw;
}
.c9content h2{
    font-size: 1.67vw;
    font-weight: bold;
    margin-bottom: 0.8vw;
    margin-left: -3.5%;
    margin-top: 0.8vw;
}
.c9content p{
  font-size: 1.25vw;
  font-weight: 400;
  margin-left: 9.5%;
}
.content10{
    background-color: #F5F5F5;
}

.c10d1{
    margin-left: 40%;
    max-width: 60%;
    height: 0;
    padding-bottom: calc(954/884 *60%);
    position: relative;
    overflow: hidden;

}
.c10d1image {
width: 100%;
height: 100%;
object-fit: fill;
position: absolute;
top: 0;
left: 0;
}

.c10d2{
    position: absolute;
    margin-top: -62%;
    margin-left: 8%;
    width: 50%;
}
.c10p1{
    color: #262626;
    font-weight: 800;
    font-size: 3.19vw;
    line-height: 1.1;
}
.c10d3{
    display: grid;
    grid-template-columns: 40% 60%;
    font-size: 1.39vw;
    color: #262626;
    line-height: 1.3;
    
}
.c10imgcontainer{
    background-color: #fff;
    border-radius: 1.39vw;
    width: 19.5vw;
    height: 22vw;
    
}
.c10imgcontainer img{
    width: 17vw;
    height: 11vw;
    padding-left: 1vw;
  padding-top: 5vw;
}
.c10p2{
   
    font-weight: bold;
    margin-right: 1vw;
    line-height: 1.2;
}
.c10p3{
    width:28.33vw; 
    font-size: 1.25vw; 
    line-height: 1.5;
}
.c10check{
    display: grid;
    grid-template-columns: 5% 90%;
    align-items: center;
    color: #262626;
    font-size: 1vw;
    line-height: 1;
    padding: 0.3vw;
   
}
.checkmark {   
    margin-right: 0.4vw;
    
}
.checklist{
    margin-top: 2vw;
    width: 44vw;
}

.responsive-image-container {
position: relative;
width: 100%;
padding-bottom: calc(1/1.74 *100%);
overflow: hidden;
}

.responsive-image-container img {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
object-fit: fill; /* Ensures the image covers the container */
}
/* Back to Top Button Styles */
.back-to-top {
    display: none; /* Initially hidden */
    position: fixed;
    bottom: 40px;
    right: 40px;
    z-index: 1000;
    background-color: #37B048;
    color: #fff;
    border: none;
    border-radius: 50%;
    padding: 10px 15px;
    cursor: pointer;
    font-size: 18px;
    transition: opacity 0.3s ease;
}

.back-to-top.show {
    display: block; /* Show the button */
}


@media screen and (max-width: 760px) {
    .nav-links {
        position: fixed; /* Change to fixed to align with the burger icon */
        right: 0;
        top: 0;  /* Aligns with the top of the viewport */
        height: 100vh;
        background-color: #333;
        display: none;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        width: 100%;
        transform: translateX(100%);
        transition: transform 0.5s ease-in;
        z-index: 999; /* Ensure it appears above other elements */
    }
    .nav-links li {
        margin: 20px 0;
    }
    .burger {
        display: block;
        position: fixed; /* Fixes the icon relative to the viewport */
    top: 20px;       /* Adjust top position as needed */
    right: 20px;     /* Adjust right position as needed */
    z-index: 1000;
      
    }
    .nav-active {
        transform: translateX(0%);
    }
    .nav-active ~ .close-button {
        display: block;
    }
    .burger.nav-active {
        display: none;
    }
    .search-login {
        display: none;
    }
    .nav-links .login-button {
        display: block;
        margin-top: 20px;
    }
    .logo img{
        width: 105.6px;
        height: 22.8px;
    }
    .content1 {
        flex-direction: column; /* Stack cards vertically */
        margin-left: 0; /* Adjust margin if needed */
        align-items: center; /* Center align cards */
    }

    .card {
        max-width: 79%; /* Adjust width to fit mobile screen */
        margin-bottom: 20px; /* Add some space between cards */
    }
    .card p{
        font-size: 12px;
    }
    .footer{
        font-family:  "Overpass"; 
        display: grid;
        grid-template-columns: 1fr;
        color: #fff;
        background-color: #081B28;
    }
    .footercopy, .footerEmail, .footerPhone, .footerMap{
        margin-left: 9vw;
       
        margin-bottom: 1vw;
        font-size: 10px;
        background-size: 2.1vw 2.1vw;       
        padding:1vw;
        padding-left: 4vw;          
        padding-top: 0%;
        margin-top: 0vw;
        font-weight: 400;
        min-height: 26px;
      
    }
    .content2 {
        grid-template-columns: 1fr; /* Changes to single column layout */
    }
    .content3{
        grid-template-columns: 1fr;
    }
    .c3d1{
        padding-left: 0%;
    }
    .c3imgcontainer{
        max-width: 90%;
    }
    .iconcontent6 img{
        width: 70%;
        height: auto;
    }
    .revol, .p1content3, .p1content5, .iconcontent6 h2{
        font-size: 16px;
    }
    .revol {
        margin-bottom: 1%;
    }

 
    .email-section{
        margin-top: 0px;
    }
    .content6card {
             
        grid-template-columns: 1fr;
        margin-right: 10%;
      }
      
    .cardcontent6.d1{
        margin-top: -4%;
    }
    .cardcontent6.d2{
        margin-top: 4%;
    }
    .cardcontent6 p{
        font-size: 12px;
    }
    .content7div1{
        background-image: none;
    }
    .content7div2{
        background-image: none;
    }
    .p1content2, .p2content2, .content4 {
        font-size: 12px; 
        margin-right: 10%;
        text-align: justify;
    }
    .p1content3{
        font-size: 12px;
        margin-right: 5%;
    }
    .p2content3, .p2content2{
        font-size: 11px; 
        margin-right: 10%;
        text-align: justify;
    }
    .p2content5{
        font-size: 13px; 
        margin-right: 10%;
        text-align: justify;
    } 
    .checkmark {
        width: 1.6vw;
        height: auto;
        margin-right: 3%;
      }
   
    .c7a1{
        margin-top: 5%;
        margin-bottom: 2%;
    }
    .content7{
      grid-template-columns: 1fr;
    }
    .content7 h1 {
        font-size: 17px;
        margin-top: 1% !important; 
    }
    .content7div2{
        margin-left: 10%;
        margin-top: 3% !important;
    }
    

    .email-text{
        margin-top: -2%;
    }
    
    .responsive-image-container {
        position: relative;
        width: 70%;
        padding-bottom: calc(1/1.74 *70%);
        overflow: hidden;
        margin-left: 10%;
        
        }
        
    .responsive-image-container img {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;       
        object-fit: fill; /* Ensures the image covers the container */
        }

        .leap-image{
            margin-left: auto;
            margin-right: auto;           
            max-width: 95%;
            height:0;
            padding-bottom: calc(788/1080 *100%);
            position: relative;       
             overflow: hidden;
        }
        .leap-image img{
            margin-top: auto;
            margin-bottom: auto;
            width: 100%;
            height: auto;
            object-fit: fill;
            position: absolute;
            top: 0;
            left: 0;
        }
        .content1-2{
            margin-left: 10%;
        }
        .card1 p{
            font-size: 2.7vw;
        }
        .content6-2{
            margin-top: 25%;
            width: 95%;
        }
        .card1{
            width: 85%;
        }
        .c6p1, .c7p1, .c9d1, .c10p1 p {
            font-size: 16px;
        }
        .c6p2, .c9content, .c10p1, .c10check p, .c9content p {
            font-size: 12px;
        }
        .c7p2, .c9content h2{
            font-size: 14px;
            margin-left: 1%;
            
        }
        .c9content p, .c9content hr{
            margin-left: 12% !important;
        
        }
       
        .c9card{
            border-radius: 10px;
        }
        .c10p3, .c10p2, .c10check {
            font-size: 9px;
            line-height: 1.4;
        }
        .c9contentd1 img{
            width: 70%;
            height: auto;
            margin-right: 3%;
        }
      
        .checklist{
            width: 150%;
        }
        .c10check{
            padding: 0%;
        }
        .content7{
            position: relative;
        }
        
        .back-to-top {
            right: 10px;
            bottom: 10px;
        }
      
}
@media screen and (max-width: 570px) {

               
   
   .c10p1, .c10p2,.c10p3, .c10check{
    font-size: 1.6vw;
   }
    
        
}





