*{
    height:auto;
    width:auto;
}
@keyframes changeColor {
    from { background: transparent; }
    to { background: #22A426; }
}
header {
    display: flex;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  height: 14%;
  width: 100%;
  color: white;
  animation: changeColor linear both;
  animation-timeline: scroll(y);
  animation-range: 0 300px; /* scroll hone tak color change hoga */
  z-index: 9999;
  align-items: center;
  overflow-x: hidden;
}
.header-left-side{
    display: flex;
    align-items: center;
    gap:1%;
    width:30%;
    padding-left:5%;
}
.logo-container{
    width:10vh;
    margin-left: 6%;
}
.logo-container img{
    height: 100%;
    width:100%;
     border-radius: 10%;
}
.comp-name{
    color:white;
    font-family: "merienda one";
    font-size: 1.25rem;
}
.comp-name p{
   margin-top: 0px;
  font-size: 0.875rem;
}
.header-right-side{
    width:70%;
}
.header-right-side ul{
    display: flex;
    list-style: none;
    font-size:1.5rem;
    font-family: Roboto;
    color: white;
    font-weight: bold;
    justify-content: space-between;
    margin:0% 18%;
}
.header-right-side a{
    color:white;
    text-decoration: none;
}
/* Hide checkbox */
    .dropdown input {
      display: none;
    }

    /* Menu button */
    .menu-btn {
      background-color: #22A426;
  color: white;
  padding: 2% 2%;
  cursor: pointer;
  border-radius: 5px;
  display: none;
  margin-top: 2%;
  font-size: 0.8rem;
    }

    /* Dropdown content */
    .dropdown-content {
       display: none;
  position: fixed; /* ✅ fixed so it floats above all and doesn’t affect layout */
  top: 70px; /* ✅ exactly below header */
  right: 5%;
  width: 40%;
  background-color: #f9f9f9;
  box-shadow: 0px 8px 16px rgba(0,0,0,0.2);
  border-radius: 5px;
  z-index: 10000; /* ✅ stays above header */
  overflow: hidden;
     
    }

    .dropdown-content a {
      color: black;
  padding: 10px 14px;
  text-decoration: none;
  display: block;
    }
 .dropdown-content a:hover {
      background-color: #ddd;
    }

    /* When checkbox checked → show dropdown */
    .dropdown input:checked ~ .dropdown-content {
      display: block;
    }
.hero-container{
    width: 100%;
    height:60%;
    left:0%;
    right:0%;
   
}
.hero-image{
    position: relative;
    width: 100%;
    height: 100%;
    

}
.hero-title{
   position: absolute;
    top:40%;
    left:10%;
    font-weight: bold;
    font-size:3rem;
    color: white;
    font-family:'Josefin Sans', sans-serif;
    line-height: 3rem;
    
}
.what{
    height: 60%;
    width: 80%;
    margin-left: 10%;
    margin-right: 10%;
    display: flex;
    margin-top: 5%;
    
   
}
.what h1{
   width: 50%;
    font-family: Roboto;
    font-size: 2rem;
    font-weight: bold;
    color:#22A426;
}
.what p{
    font-family: "Roboto slab",serif;
    width: 90%;
    font-size:1.2rem;
}
.what-img{
    height:110%;
    width: 120%;
    box-shadow:0px 0px 20px 8px  rgba(0, 0, 0, 0.5);
    margin-right: 0%;
    margin-left: -20%;
}
.sign{
    height: 100%;
    width: 80%;
    margin-left:10%;
    margin-right: 10%;
    display: flex;
    margin-top: 10%;
}
.sign h1{
    
    width: 200%;
    font-family: Roboto;
    font-size: 2rem;
    font-weight: bold;
    color:#22A426;
    margin-left: 0%;
    
   
}
.sign p{
    font-family: "Roboto slab",serif;
    width: 100%;
    font-size: 1.2rem;
     margin-left: 0%;
    
}
.sign img{
     height:110%;
    width: 80%;
    margin-left: 0%;
    box-shadow:0px 0px 20px 8px  rgba(0, 0, 0, 0.5);
}
.tips{
  height: 60%;
    width: 80%;
    margin-left: 10%;
    margin-right: 10%;
    display: flex;
    margin-top: 10%;
  
}
.tips h1{
   width: 200%;
    font-family: Roboto;
    font-size: 2rem;
    font-weight: bold;
    color:#22A426;
   
}
.tips p{
   font-family: "Roboto slab",serif;
    width: 250%;
    font-size:1.2rem;
}
.tips img{
    height:120%;
    width: 40%;
    box-shadow:0px 0px 20px 8px  rgba(0, 0, 0, 0.5);
    margin-left: 60%;
}
.benefit{
    height: 60%;
    width: 80%;
    margin-left:10%;
    margin-right: 10%;
    display: flex;
    margin-top: 10%;
   
}
.benefit h1{
   
    width: 250%;
    font-family: Roboto;
    font-size: 2rem;
    font-weight: bold;
    color:#22A426;
    margin-left: -150%;
}
.benefit p{
    font-family: "Roboto slab",serif;
    width: 250%;
    font-size: 1.2rem;
     margin-left: -150%;
}
.benefit img{
    height:120%;
    width: 40%;
    margin-left: 0%;
    box-shadow:0px 0px 20px 8px  rgba(0, 0, 0, 0.5);
}
.get-quote-link{
    height:0%; 
    width:30%;
     background-color: #22A426; 
     margin-top: 10%;
      margin-left: 35%;
      padding :1% 2%;
      text-align: center;
      align-items: center;
      color: white;
      font-size: 1.7rem;
      border-radius: 15px;
      
}
a{
  text-decoration: none;
  font-family: "Roboto slab",serif;
}
.get-quote-link:hover{
    background-color:#084E0A ;
}
footer {
    margin-top:15%;
    background: #052229;
    color: white;
    padding: 5% 8%;
    display: flex;
    height: auto;
    width:auto;
    box-shadow: inset 0 0 200px 10px rgba(0,0,0,0.5);
}
.footer-container {
   display: flex;
}
.footer-section h3 {
    margin-bottom: 10%;
    margin-left: 10%;
    font-size:1.5rem;
    letter-spacing: 2%;
    font-weight: bold;
    font-family: Roboto;
    width: auto;
}
.footer-section p, 
.footer-section a {
    margin-left: 10%;
    font-size: 1rem;
    color: #ddd;
    text-decoration: none;
    line-height: 1.8rem;
    display: block;
    font-family: 'Roboto Mono', monospace;
}
.footer-icons{
    display:flex;
    height: 10%;
    margin-top: 8%;
}

.footer-icons a {
    justify-content: space-between;
    
    margin-right: 15%;
    font-size: 1.50rem;
}
.footer-icons .fa-instagram { color: #E1306C; }
.footer-icons .fa-facebook { color: #1877F2; }
.footer-icons .fa-whatsapp { color: #25D366; }
.footer-icons .fa-google { color: #DB4437; }
.map iframe {
    border: 0;
    width: 130%;
    height: 90%;
    border-radius: 10px;
}



/*  mobile  */

@media only screen and (min-width:360px) and (max-width: 768px){
    *{
        box-sizing: border-box;
        overflow-x: hidden;
    }
    .header{
         height: 12%;
    }
    @keyframes changeColor {
    from { background: transparent; }
    to { background: #22A426; }
}
    .header-left-side{
    flex-basis: 50%;
    padding-left:4%;
    gap:6%;
    }
    .logo-container{
        width:7vh;
        margin-left: 6%;
    }
    .comp-name{
        font-size: 0.8rem;
    }
    .comp-name p{
        font-size: 0.5rem;
    }
    .header-right-side{
        flex-basis:50%;
        flex-wrap: wrap;
    }
    .header-right-side ul{
        display: none;
        margin:0;
       
    }
    /* Show menu icon */
  .menu-btn {
    display: block;
    position: absolute;
    top: 50%;
    right: 5%;
    transform: translateY(-50%);
    z-index: 10001;
  }

  /* dropdown positioning so that the menu shows below the icon, aligned right */
  .dropdown-content {
     position: fixed; /* ✅ ensures no scroll inside header */
    top: 25px; /* just below mobile header */
    right: 5%;
    width: 40%;
    z-index: 10000;
  }
 .hero-title{
    font-size: 0.8rem;
    top:15%;
    left: 10%;
        line-height: 1rem;
  }
.what{
    flex-direction: column-reverse;
    height: auto;
    margin-top: 10%;
}
.what h1{
    width: 100%;
    font-size: 1.2rem;
}
.what p{
    width: 100%;
    font-size:0.6rem;
}
.what-img{
    height:100%;
    width: 100%;
    margin-left: 1%;
    
}
.sign{
   flex-direction: column;
   margin-top: 10%;
   height:auto;
}
.sign h1{
    
    width: 100%;
    font-size: 1.2rem;
    margin-left: 0%;
    
   
}
.sign p{
    width: 100%;
    font-size: 0.6rem;
     margin-left: 0%;
    
}
.sign img{
     height:150%;
    width: 100%;
    margin-left: 0%;
    box-shadow:0px 0px 20px 8px  rgba(0, 0, 0, 0.5);
}
.tips{
  height:auto;
  flex-direction: column-reverse;
  margin-top: 10%;
  
}
.tips h1{
   width: 100%;
    font-size: 1.2rem;
   
}
.tips p{
   
    width: 100%;
    font-size:0.6rem;
}
.tips img{
    height:100%;
    width: 100%;
    margin-left: 0%;
}
.benefit{
    height: auto;
    flex-direction: column;
   
}
.benefit h1{
    width: 100%;
    font-size: 1.2rem;
    margin-left: 0%;
}
.benefit p{
    width: 100%;
    font-size: 0.6rem;
     margin-left: 0%;
}
.benefit img{
    height:100%;
    width: 100%;
}
.get-quote-link{ 
    width:40%;
      padding :2% 3%;
      font-size: 0.8rem;
      border-radius: 5px;
      
}
.footer-container {
    width:90%;
  flex-direction: column;
  margin-left: 5%;
  margin-right: 5%;

}
.footer-section h3 {
    margin-bottom: 10%;
    font-size:1rem;

}
.work-day-div h3{
    font-size:1rem;
    margin-top: 40% !important;

}
.work-day-div p{
    font-size: 0.7rem;
}
.footer-section i{
  margin-left: 0%;
  margin-right: 2%;
}
.footer-section p, 
.footer-section a {
    width:100%;
    font-size: 0.7rem;
    line-height: 1.5rem;
    padding-left: 5%;
}
.footer-icons{
    height: 20%;
}
.footer-icons a {
    
    margin-right: 4%;
    font-size: 1rem;
}
.map iframe {
    border: 0;
    width: 100%;
    height: 70%;
    border-radius: 10px;
}


}
