  body{
    font-family: "Roboto", sans-serif;
    /* font-family: cooper; */
  }
  /* WhatsApp Floating Button */
.whatsapp-float {
  position: fixed;
  right: 20px; /* Adjust the distance from the left */
  bottom: 20px; /* Adjust the distance from the bottom */
  z-index: 1000; /* Ensure it stays on top */
  background-color: #89ee86;
  border-radius: 50%;
  padding: 10px;
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease;
}

.whatsapp-float img {
  display: block;
  width: 100%;
  height: auto;
}

.whatsapp-float:hover {
  transform: scale(1.1); /* Slight zoom effect on hover */
}
/* Call Floating Button */
.call-float {
  position: fixed;
  right: 20px; /* Adjust the distance from the right */
  bottom: 90px; /* Adjust the distance from the bottom (to avoid overlapping with WhatsApp) */
  z-index: 1000; /* Ensure it stays on top */
  background-color: #ffd900;
  border-radius: 50%;
  padding: 10px;
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease;
  animation: vibrate 0.3s infinite; /* Add the vibrate animation */
}

.call-float img {
  display: block;
  width: 100%;
  height: auto;
}

.call-float:hover {
  transform: scale(1.1); /* Slight zoom effect on hover */
}

/* Vibrate Animation */
@keyframes vibrate {
  0% { transform: translate(0, 0); }
  25% { transform: translate(-2px, 2px); }
  50% { transform: translate(2px, -2px); }
  75% { transform: translate(-2px, -2px); }
  100% { transform: translate(0, 0); }
}

  #loader {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.3); /* Optional: Semi-transparent background */
    z-index: 999; /* Ensure the loader is on top of other elements */
    display: flex;
    justify-content: center;
    align-items: center;
  }
  
  #loader img {
    width: 200px;
    animation: spin 2s linear infinite; /* Add animation for a spinning effect (optional) */
  }
  
  @keyframes spin {
    from { transform: rotate(0deg); }
    to { transform: rotate(360deg); }
  }

  /* navigation page */
  header{
    margin-top: 5px;
    position: sticky;
    top: 5px;
    z-index: 100;
  }
  .navbarcontain{
    background-color: #003334;
    padding:3px 40px;
    border-radius: 10px;
    margin: 10px;
    display: flex;
    gap: 30px;
 
  }

  .logoimg{
    background-color: rgba(97, 165, 142, 0);
    position: absolute;
    top: 4%;
    left: 7vw;
    width: 100px;
   
  }

  .nav-link{
    color: rgba(255, 255, 255, 0.663);
   
    
  }
  .nav-link:hover{
    color:#003334;
     background-color:rgba(210, 255, 7, 0.815);
     border-radius: 5px;
     transition: color 0.4s linear, background-color 0.4s linear;
  }

  .activemode{
     color:#003334;
     background-color:rgba(255, 255, 255, 0.925);
     border-radius: 5px;
     font-weight: 700;  
   
     
  }
  .logoherobanner{
      background-color: #003334;
      padding: 10px 15px;
      border-radius: 10px;
      width: fit-content;
      box-shadow: 10px 10px 5px 0px rgba(0, 0, 0, 0.418);
      :hover{
        opacity: 0.7;
      }
  }
  .logoherobanner-sm{
      background-color: #003334;
      padding: 10px;
      border-radius: 10px;
      box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.75);
  }
  #fname{
    
    padding: 10px 12px;
    font-size: 0.8rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    width: 100%;
    margin-top: 10px;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    appearance: none;
    border-radius: 5px;
    font-weight: 500;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    :focus{
        color: #212529;
        background-color: #fff;
        border-color: #86b7fe;
        outline: 0;
        box-shadow: 0 0 0 0.25rem rgb(13 110 253 / 25%);
    }
    
  }

 
  #submitbutton{
     padding: 10px 20px;
     margin-top: 10px;
     border: none;
     background-color: rgba(210, 255, 7, 1);
     border-radius: 20px;
     transition: background-color .3s ease-in-out,color .5s ease-in-out;
     color:#003334;
  }
  #submitbutton:hover{
    background-color: #003334;
    color: white;
    background-color: transparent;
    border: solid 2px  rgba(210, 255, 7, 1) ;
  }
 
  /* navigation page */
   
  /* herosection  start*/
  .companybanner_hero{
     display: flex;
     align-items: center;
     justify-content: start;
     font-family: "Caprasimo", serif;
     border: solid 2px #003334;
     width: fit-content;
     padding: 20px;
     border-radius: 10px;
    
  }
  .companybanner_hero h2{
    font-size: 2rem;
  }
  .companybanner_hero_sm{
    background-color: #86b6fe00;
    font-family: "Caprasimo", serif;
    margin-top: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: solid 2px #003334;
    padding: 10px;
    border-radius: 20px;
  }
  .companybanner_hero_sm h2{
    font-size: 1.5rem;
  }
  .companybanner_hero_sm img{
    width: 70px;
  }
  .herosection{
    margin-top: 5px;
    position: relative;
  }
  
  .contactformdiv{
    position: fixed;
    background-color: rgb(255, 255, 255);
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 10px;
    visibility: hidden;
    box-shadow: 1px 0px 26px -4px rgba(0,0,0,0.75);
    z-index: 2000;
   
   }
   #contactanimation{
    width: 100%;
 
    
  
   }

   .contactform{
    padding: 0px 50px;
    padding-bottom: 30px;
    display: flex;
    flex-direction: column;
    gap: 10px;
 
   }

  .herosection_sm{
    margin-top: 0px;
  }

  .hero_layout1{
    background-color: rgba(0, 255, 255, 0);
  }

  .hero_layout1_sm{
     display: flex;
     flex-direction: column;
     text-align: center;
     align-items: center;
     justify-content: center;

  }
  .hero_layout1_sm p{
    color: #000000;
    text-align: center;
    max-width: 350px;
    font-weight: 400;
    margin-top: 20px;
    font-size: 1rem;
 }
  #herosmpara{
    background-color: #00333400;
    
  }

  .hero_layout1 h1{
    font-weight: 900;
   
    font-size: 3.5rem;
  }
  .hero_layout1_sm h1{
    font-weight: 900;
    font-size: 2.5rem;
  }
  .hero_layout1 h3{
    margin-top: 20px;
    font-weight: 500;
  
  }
  .hero_layout1_sm h3{
    margin-top: 10px;
    font-weight: 500;
   
  }
  .hero_layout1_booking_buttton{
    background-color: transparent;
    border: solid 1px rgba(0, 51, 52, 1);
    padding: 10px 30px;
    border-radius: 10px;
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .hero_layout1_booking_buttton:hover{
    background-color: #003334;
    color: white;
   
  }
  .hero_layout1_booking_buttton:active{
    opacity: 0.8;
  }
  .hero_layout1_booking_buttton_sm{
    background-color: transparent;
    border: solid 1px rgba(0, 51, 52, 1);
    padding: 10px 30px;
    border-radius: 20px;
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .hero_layout2{
    position: absolute;
    width: 850px;
    left: 450px;
    background-color: rgba(120, 196, 142, 0);
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
   
  }
  .customerreviewsvg:hover{
     background-color:rgba(210, 255, 7, 0);
     border-radius: 30px;
    
  }
  .customerreviewsvg{
      width: 100%;
      overflow: hidden;
 }
  .customerreviewsvg:active{
    opacity: 0.6;
  }

  

  /* herosection ends*/

  /* section2 start*/
  .section2{
  background-image: url('../assert/background.png') ;
  padding-bottom: 150px;
  margin-top: 10%;
  border-radius: 30px;
  box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.75);
  }
  .section2layer1{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-top: 70px;
  }
  .section2layer1 h2 span{
    color:rgba(210, 255, 7, 1);
  }
  .section2layer1 h2{
    font-weight: 700;
    font-size: 4rem;
    color: white;
  }
  .section2layer1 h3{
    font-weight:300;
    font-size: 1.5rem;
    color: white;
  }
  .section2layer2{
   background-color:rgba(210, 255, 7, 1);
   display: flex;
   justify-content: center;
   align-items: center;
   gap: 5rem;
   margin-top: 10%;
   padding: 30px 0px;
  }
  .yearofexperience{
     font-weight:900;
     font-size: 5.5rem;
     text-align: center;
    
  }
  .Projectsinlaunch{
    font-weight:900;
    font-size: 5.5rem;
    text-align: center;

  }
 .satisfiedcustomer{
  font-weight:900;
  font-size: 5.5rem;
  text-align: center;

 }
 .section2layer2_1{
  padding: 0px auto;
 }
 .section2sub{
   font-size: 1.5rem;
 }
  /* section2 ends*/
  /* section3 start*/
 .section3{
  padding-top: 60px;
  padding-bottom:60px;
  padding-left: 30px;
  background-color:rgba(0, 51, 52, 1) ;
  margin-top: 40px;
 }
 .section3_layer1_1{
  display: flex;
  flex-direction: column;
  justify-content: center;
 }
 .section3_layer1_1 h3{
  color: white;
  font-size: 3rem;
  font-weight: 900;
 }
 .section3_layer1_1 p{
  color: white;
  text-align: justify;
  font-weight: 400;
 }
 .section3_layer2{
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  overflow: hidden;
 }
 .section3_layer2 img{
  width: 700px;
 }
  /* section3 ends*/
  
  /* section4 start*/
 
 .Ourservicesclass{
  box-shadow: 3px 2px 24px -6px rgba(0,0,0,0.75);
  background-color: #ced4da44;
  padding: 30px;
  border-radius: 20px;
  position: relative;
  border: solid 5px #003334;
 }
 .logosale{
  position: absolute;
  top: 30px;
  left: 30px;
}
  #hourssupport{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 500px;
    height: 500px;
    
  }
 
  .whydeepam h2{
      font-weight: 700;
      font-size: 3rem;
      padding: 20px 0px;

  }
  .whydeepam p{
    font-weight: 400;
    font-size: 1rem;
    text-align: justify;
    
  }
  .whydeepam span{
    font-weight: 700;
  }
  .whydeepam li{
    padding: 5px 0px;

    max-width: 400px;
    font-size: 1rem;
    text-align: justify;
  }
  .section4 h3{
    text-align: center;
    padding: 20px;
    padding-bottom: 0px;
    margin-top: 20px;
    margin-bottom: 0px;
    font-weight: 900;
    font-size: 3rem;
    color: black;
    text-align: center;
  }
  .section4_grid_container{
    display: grid;
    grid-template-columns: auto auto auto;
    align-items: center;
    justify-content: center;
    row-gap: 5%;
    column-gap: 8%;
    height: fit-content;
    margin-bottom: 170px;
  }

 .gridcard_title{
  font-weight: 900;
  font-size: 1.5rem;
 }
 
 #text_grid{
  text-align: justify;
 }
 .btngrid{
   color: #003334;
   font-weight: 900;
   border: solid 2px #003334;
  
 }
 .btngrid:hover{
  background-color: #003334;
  color: white;
 }
 .grid-item{
  box-shadow: 8px 3px 38px -10px rgba(92,99,105,0.17);
 }
 
  /* section4 ends*/

   /* section5 starts*/
   @keyframes slider{
    from{
      transform: translateX(0);
    }
    to{
      transform: translateX(-100%);
    }
   }
  
  
  /* section5 ends*/

   /* section6 starts*/
   @keyframes reverslider{
    from{
      transform: translateX(-100%);
    }
    to{
      transform: translateX(0);
    }
   }

   .section6{
    white-space: nowrap;
    overflow: hidden;
    padding-top: 20px;
    padding-bottom: 20px;
   
   }
   .section6 h3{
    text-align: center;
    font-size: 3rem;
    padding: 30px 0px;
    font-weight: 700;
   }

  .section6_ourclientslider{
    background-color: white;
    animation:10s reverslider linear infinite;
    display: inline-block;
    white-space: nowrap;
  }
  .section6_ourclientslider img{
     margin: 20px;
     min-height: 150px;
     min-width: 150px;
 
  }
   /* section6 End*/
   
   /* section7 starts*/
   
   .section7{
    background-color:rgba(0, 51, 52, 1);
    padding-bottom: 60px;
    padding-top: 40px;
   
   }
   .ourprocess{
      text-align: center;
      font-size: 3rem;
      padding: 30px 0px;
      font-weight: 700;
      color: white;
   }
   .section7_layer1{
    background-color: rgb(255, 255, 255);
    padding: 30px;
    border-radius: 30px;
    box-shadow: 10px 10px 63px 0px rgba(0,0,0,0.75);
   }
   .layer7_img{
    display: flex;
    align-items: center;
    justify-content: center;
   }
   .layer7_steps h2{
      font-weight: 600;
      font-size: 2rem;
      padding: 20px 0px;
   }
   .layer7_steps h3{
    padding: 5px 0px;
   }
  

   /* section7 End*/
   /* section8 starts*/
   .section8{
    overflow: hidden;
   
   }
   .section8 h2{
    text-align: center;
    font-weight: 700;
    font-size: 3rem;
    padding: 30px 0px;
   }
   .section8_button{
    display: flex;
    align-items: center;
    justify-content: center;

   }
   .section8_button button{
    background-color: transparent;
    border: solid 1px rgba(0, 51, 52, 1);
    padding: 10px 30px;
    border-radius: 10px;
    margin-top: 20px;
    margin-bottom: 40px;
   }
   .section8_button button:hover{
    background-color: #003334;
    color: white;
  }
  .section8_button button:active{
    opacity: 0.8;
  }
   /* section8 End*/
    /* section9 start*/
    .section9 h2{
      font-weight: 700;
      font-size: 3rem;
    }
    .section9{
      padding-bottom:30px ;
      margin-top: 20px;
      
    }
    
  /* ---------------------------------------------1400px----------------------------- */
 
    @media only screen and (max-width: 1400px){
    
      .hero_layout2{
        position:unset;
        width: 850px;
        left: 450px;
        background-color: rgba(120, 196, 142, 0);
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
       
      }
  
    }

  /* ---------------------------------------------990px----------------------------- */

  @media only screen and (max-width: 990px) {
 
     /* navigation page */
     header{
      margin-top: 5px;
      position: relative;
    }
    .logoimg{
      background-color: rgba(97, 165, 142, 0);
      position: absolute;
      top: 10%;
      left: 83%;
      width: 70px;
    }
    .navbarcontain{
        background-color:#003334;
        border: none;
        border-radius: 0;
    }
    .nav-link{
      padding: 10px;
      
    }
   
      /* navigation page */

        /* herosection  starts*/

        #contactanimation{
          width: 15rem;
          
          
         }
      .herosection{
        margin-top: 0px;
    
      }
      /* section2 start*/
      .section2{
        background-image: url('../assert/background.png') ;
        width: 100%;
        padding-bottom: 100px;
        }
      .section2layer2{
        background-color:rgba(210, 255, 7, 1);
        display: flex;
        justify-content: center;
        align-items: center;
        gap:2%;
        margin-top: 10%;
        padding: 20px;
       
       }
       .section2layer1{
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        padding-top: 70px;
      }
        .section2layer1 h2{
        font-weight: 700;
        font-size: 3rem;
        text-align: center;
      }
      .section2layer1 h3{
        font-weight: 100;
        font-size: 1.2rem;
      }
      .yearofexperience{
        font-weight:900;
        font-size: 3rem;
        text-align: center;
      }
      .Projectsinlaunch{
        font-weight:900;
        font-size: 3rem;
        text-align: center;
  
      }
      .satisfiedcustomer{
      font-weight:900;
      font-size: 3rem;
      text-align: center;
    
      }
      .section2sub{
       font-size: 0.9rem;
      }
        /* section2 end*/
        /* section3 start*/
        .section3{
          padding-top: 80px;
          padding-bottom:80px;
          padding-left: 15px;
          background-color:rgba(0, 51, 52, 1) ;
          margin-top: 40px;
         }
        /* section3 ends*/
         /* section4 start*/
        .section4_grid_container{
          display: grid;
          grid-template-columns: auto auto ;
          align-items: center;
          justify-content: center;
          row-gap: 5%;
          column-gap: 10%;
          margin-bottom: 430px;
          
        }
       
      
        #text_grid{
          text-align: justify;
         }
    
          /* section4 ends*/

         /* section7 starts*/
         .section7_layer1{
          background-color: rgb(255, 255, 255);
          padding: 30px;
          border-radius: 30px;
         }
         .layer7_img{
          display: flex;
          align-items: center;
          justify-content: center;
         }
         .layer7_steps h2{
            font-weight: 600;
            font-size: 2rem;
            padding: 20px 0px;
            text-align: center;
         }
         .layer7_steps h3{
          padding: 5px 0px;
          text-align: center;
          text-decoration-line: underline;
         }
         .layer7_steps p{
          text-align: justify;
         }
        
         /* section7 end*/
  }
  /* ---------------------------------------------576px----------------------------- */
  @media only screen and (max-width: 576px){
     /* section2 start*/

     .logoimg{
    
      display: none;
    }
    #contactanimation{
      width: 100%;
      display: none;
      
    
     }
     .contactformdiv{
 
      width: 350px;
     }
    .section2{

      background-image: url('../assert/background.png') ;
      width: 100%;
      padding-bottom: 100px;
      border-radius: 10px;
      }
    .section2layer2{
      background-color:rgba(210, 255, 7, 1);
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      gap:5%;
      margin-top: 10%;
      padding: 20px;
     
     }
     .section2layer1{
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      padding-top: 70px;
    }
      .section2layer1 h2{
      font-weight: 700;
      font-size: 2rem;
    }
    .section2layer1 h3{
      font-weight: 300;
      font-size: 1rem;
      text-align: center;
    }
    .yearofexperience{
      font-weight:900;
      font-size: 4rem;
      text-align: center;
    }
    .Projectsinlaunch{
      font-weight:900;
      font-size: 4rem;
      text-align: center;

    }
    .satisfiedcustomer{
    font-weight:900;
    font-size: 4rem;
    text-align: center;
  
    }
    .section2sub{
      font-size: 0.8rem;
      text-align: center;
    }
     /* section2 end*/
        /* section3 start*/
        /* section3 ends*/
      /* section4 start*/

      .logosale{
        display: none;
      }
      .Ourservicesclass{
        box-shadow: unset;
        background-color: #ffffff46;
        padding: 30px;
        border-radius: 20px;
        border: none;
        
       }
        #hourssupport{
          display: flex;
          align-items: center;
          justify-content: center;
          width: 400px;
          height: 400px;
          
        }
       
        .whydeepam h2{
            font-weight: 700;
            font-size: 2rem;
            padding: 20px 0px;
      
        }
        .whydeepam p{
          font-weight: 400;
          font-size: 1rem;
          text-align: justify;
          
        }
        .whydeepam span{
          font-weight: 700;
        }
        .whydeepam li{
          padding: 5px 0px;
          text-align: left;
          max-width: 400px;
          font-size: 1rem;
     
        }
      .section4 h3{
        text-align: center;
        padding: 20px;
      }
      .section4_grid_container{
        display: grid;
        grid-template-columns: auto ;
        align-items: center;
        justify-content: center;
        row-gap: 0.1%;
        margin-bottom: 100px;
        
      }
      .grid-item{
      
        padding: 10px 0px;
        border-radius: 20px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        width: 300px;
        
      }
     
    
    
      
      /* section4 ends*/
      .section6_ourclientslider img{
        margin: 20px;
        width: 100px;
     }
      
  }