* {

    margin: 0;
    padding: 0;    
    box-sizing: border-box;   
    }

body {  
    background-image: url("img/careers/rar.webp");
    background-size: cover;
    background-position: center;


    font-family: cursive;
  }

  p{
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, 
    Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;

  }

  h3{
    font-family:Georgia, 'Times New Roman', Times, serif;
  }

  h4{
    font-family:Georgia, 'Times New Roman', Times, serif;
  }




/* .....................................The navigation menu.......................................... */
    
    a {
    text-decoration: none;   
    }
    
    li {  
    list-style: none;
    }

    .navbar {
        display: flex;
        width: 100%;       
        align-items: center;       
        justify-content: space-between;       
        padding-right: 20px;
        padding-left: 20px;
        padding-right: 20px;
        padding-left: 20px;        
               
        color: #fff;       
        position: fixed;
        z-index: 10; 
        background-image: url(img/nav/navbar.webp);
        background-size: cover;
        background-position: center;  
        }
      
        .nav-links a {      
        color: #fff; 
            
        }

        .nav-links a:hover {
            color: #00bfff;
            
            
        }

        
        /* LOGO */
        
        .logo {
          z-index: 9;
        
        }
        
        /* NAVBAR MENU */       
        .menu {       
        font-size: 15px;       
        }

        .menu > ul {
        display: flex;
        gap: 1em;
        list-style: none;
        }
        
        .menu li:hover {        
        font-size: 20px;
        border-radius: 5px;       
        transition: 0.3s ease;       
        }
        




        .menu .active {        
          
          border-radius: 5px;              
          }
          .menu .active a {        
            color: #fff; 
            font-size: 20px;
               
        transition: 0.3s ease;  
                                
            }

        
        .menu li {       
        padding: 5px 14px;        
        }
        
        /* DROPDOWN MENU */
        
        .services {        
        position: relative;        
        }
        
        
        .dropdown {       
        background-image: url(img/nav/navbar.webp);   
        background-size: cover;
        background-position: center;   
        
        padding: 1em 0;      
        position: absolute; /*WITH RESPECT TO PARENT*/        
        display: none;        
        border-radius: 8px;       
        top: 35px;       
        }
        
        .dropdown li + li {       
        margin-top: 10px;       
        }
        
        .dropdown li {       
        padding: 0.5em 1em;       
        width: 15em;       
        text-align: center;
        font-size: 15px;      
        }
        
        .dropdown li:hover {       
        color: #0bbfff; 
        font-size: 15px; 
        background-color: #fff;     
        }

        .services:hover .dropdown {       
        display: block;
        
        }
  


        /*RESPONSIVE NAVBAR MENU STARTS*/

/* CHECKBOX HACK */

input[type=checkbox]{
    display: none;   
    } 
    
    /*GITECH MENU*/
    
    .gitech {    
    display: none;   
    font-size: 24px;
    user-select: none;   
    }
    






 
    /*---------------------------CONTACTS-------------------- */
     


    .contact-box {

       
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        padding: 10px 40px;
       
        align-items: flex-start;
        justify-items: center;
        grid-column-gap: 20px;
    }
    

    .contact-info{
        flex: 3 1 100px;
      
        padding: 0px;
        text-align: center;
    }


    .contact-info h2{
        
        color: #00bfff;
        font-weight: 800;
        font-size: 36px;
              
    }


    .contact-info h3{
        padding: 20px;
        color: #333;
        font-weight: 800;
        font-size: 22px;
              
    }


    .contact-info p{
        color: #595959;
        font-weight: 100;
        font-size: 16px;
        
        
    }



    .contact-cont {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        padding: 20px 40px;
       
        align-items: center;
        justify-items: center;
        grid-column-gap: 130px;
    
    }


    .cont{
        flex: 3 1 200px;
        box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
        transition: all ease-in-out 0.3s;
        padding: 30px;
        height: 220px;
        text-align: center;
    }






      .contact{
        flex: 3 1 200px;
        box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
        transition: all ease-in-out 0.3s;
        background: rgb(198,204,205);
        background: linear-gradient(100deg, rgba(198,204,205,1) 3%, rgba(46,142,223,1) 51%, rgba(32,32,128,1) 96%);
        padding: 50px;
        margin-top: 90px;
        height: auto;
        text-align: center;

        border-radius: 30px;
        
    }















    .hour-box {
        width: 100%;
        max-width: 700px;
        margin: 30px auto 0;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        gap: 20px;
    }

      .hour{
        flex: 1 1 260px;
        background: #f2fbff;
        border: 1px solid #d9f0fb;
        box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.06);
        transition: all ease-in-out 0.3s;
        padding: 18px 20px;
        border-radius: 14px;
        height: auto;
        text-align: center;
    }

    .hour p {
      color: #1a1a1a;
      font-weight: 500;
      margin: 0;
    }




/* ....................................Contact form.......................................... */


.container h2{
    color: white;

}

.container form {
    max-width: 460px;
    margin: 0 auto;
    text-align: left;
}

.container .field {
    margin-bottom: 16px;
}

.container label{
    display: block;
    font-size: 14px;
    font-weight: 600;
    color: #fff;
    padding: 0 0 6px;
    text-align: left;

}

.container input,
.container select,
.container textarea {
    display: block;
    width: 100%;
    box-sizing: border-box;
    padding: 12px 14px;
    border-radius: 10px;
    background-color: #f8f1fe;
    border-style: none;
    font-size: 15px;
}

.container select {
    appearance: none;
    -webkit-appearance: none;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20' fill='%23555'%3E%3Cpath fill-rule='evenodd' d='M5.23 7.21a.75.75 0 011.06.02L10 11.293l3.71-4.06a.75.75 0 111.08 1.04l-4.24 4.65a.75.75 0 01-1.08 0L5.21 8.27a.75.75 0 01.02-1.06z' clip-rule='evenodd'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 14px center;
    background-size: 14px;
    padding-right: 36px;
    cursor: pointer;
}

.container textarea{
    min-height: 120px;
    resize: vertical;
}

#submit{
    display: block;
    width: 140px;
    margin: 6px auto 0;
    padding: 12px 0;
    border-radius: 10px;
    background-color: #fff;
    font-size: 15px;
    cursor: pointer;

}

#submit:hover{

    border-radius: 10px;
    background-color:#0bbfff;
    color: #fff;
    font-size: 18px;
}


.map{
   
    flex: 3 1 300px;
        box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
        transition: all ease-in-out 0.3s;

        background: rgb(198,204,205);
        background: linear-gradient(100deg, rgba(198,204,205,1) 3%, rgba(46,142,223,1) 51%, rgba(32,32,128,1) 96%);
        

        
        padding: 20px;

        border-radius: 20px;
        margin: 30px 150px;
        
        height: 60px;
        
        align-items: center;
        text-align: center;
}


.map li a{
    color: white;
    font-size: 18px;
}

.map li a:hover{
    color: white;
    font-size: 24px;
}





.socials{
    width: 100%;
}

.socials li{
    display: inline-block;
    padding: 0px 30px;
}
















    
    

/* .....................................Footer.......................................... */
 .footer {
  
    padding-top: 160px;
    text-align: center;
  }
  
  .footer p {
    font-size: 14px;
    color: #333;
    text-align: center;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    font-weight: 400;
  }
  

  























  
    /*----------------------------------------------------------------------------------------------------------------------------------------
    ----------------------------------------------------------------------------------------
    -----
     APPLYING NAVBAR MEDIA QUERIES  768px  Mobile Phones
     ----------
     -------------------------------------------------------------------------------------------------------
     -------------------------------------------------------------------------------
     ----------
     */
    








     @media (max-width: 850px) {

        body{
          margin: 0;
        }
  
  
        
    p{
      font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, 
      Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
  
    }
  
    a{
      font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, 
      Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    }
  
  
    h3{
      font-family:Georgia, 'Times New Roman', Times, serif;
    }
  
    h4{
      font-family:Georgia, 'Times New Roman', Times, serif;
    }
  
  
    .navbar{
      height: 80px;
    }
  
  
  
  
  
         .logo img{
          width: 250px;
         }
  
         
        
        .menu { 
      
      display:none;
      position: absolute;
  
  
      color: #fff;       
      position: fixed;
      z-index: 9; 
      background-image: url(img/nav/navbar.webp);
      background-size: cover;
      background-position: right;
      
      
  
  
      right: 0;
      left: 0;
      text-align: center;
      margin-top:0;
      font-size: 18px;
      
      margin-left: 40%;
      height: 100vh;
     
      }

      .menu > ul {
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: flex-start;
      gap: 0;
      width: 100%;
      padding-top: 10px;
      }
  
  
      .menu li {  
        padding-top: 30px;  
      display: block;
      width: 100%;
      
      color: #fff;
      transition: 0.3s ease;
      }
      
      .menu li + li {
      margin-top: 12px;
      
      }
      
      input[type=checkbox]:checked ~ .menu{
      display: block;
      }
      
      .gitech {
      display: block;
      
      padding-top: 23px;
      padding-bottom: 23px;
      }
      
      .dropdown {  
        width: 100%;  
        align-content: center;
        
      
      transform: translateX(5%);
      }
  
      .dropdown.open .dropdown {
        display: block;
      }
  
  
      
      .dropdown{
        cursor: pointer;
        
      }
      
      .dropdown li a {
        display: block;
        
      }
      
  
  
  
  
      
      .dropdown li:hover {
      background-color: #00bfff;
      color: #fff;
      }
  
  
      
      .menu .active {        
            
        border-radius: 5px;              
        }
        .menu .active a {        
          color: #fff; 
          font-size: 16px;
             
      transition: 0.3s ease;  
                              
          }
  
      
      .menu li {   
        margin-top: 50px;    
      padding: 10px 10px;        
      }
  














      
 
    /*---------------------------CONTACTS-------------------- */
     


    .contact-box {

       
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        padding-top: 100px;
       
        flex-direction: column;
       
        align-items: center;
        justify-items: center;
        grid-column-gap: 0px;
    }
    

    .contact-info{
        flex: 1 1 100%;
      flex-direction: column;
        padding: 0px;
        text-align: center;
    }


    .contact-info h2{
        font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, 
        Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    
        color: #00bfff;
        font-weight: 800;
        font-size: 26px;
              
    }


    .contact-info h3{
        padding: 20px;
        color: #333;
        font-weight: 800;
        font-size: 22px;
              
    }


    .contact-info p{
        color: #595959;
        font-weight: 300;
        font-size: 16px;
        font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, 
        Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    
        
        
    }



    .contact-cont {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        padding: 20px 10px;
       
        align-items: center;
        justify-items: center;
        grid-column-gap: 0px;
    
    }


 




      .contact{
        flex: 1 1 ;
        box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
        transition: all ease-in-out 0.3s;
        background: rgb(198,204,205);
        background: linear-gradient(100deg, rgba(198,204,205,1) 3%, rgba(46,142,223,1) 51%, rgba(32,32,128,1) 96%);
        padding: 10px;
        margin-top: 20px;
        height: auto;
        text-align: center;

        border-radius: 30px;
        
    }















    .hour-box {
        width: 100%;
        max-width: 90%;
        margin: 20px auto 0;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        gap: 12px;
    }

      .hour{
        flex: 1 1 100%;
        background: #f2fbff;
        border: 1px solid #d9f0fb;
        box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.06);
        transition: all ease-in-out 0.3s;
        padding: 16px;
        border-radius: 14px;
        height: auto;
        text-align: center;
    }

    .hour p {
      color: #1a1a1a;
      font-weight: 500;
      margin: 0;
    }




/* ....................................Contact form.......................................... */


.container h2{
    color: white;
    padding: 20px;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen,
    Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;


}

.container form {
    max-width: 100%;
    padding: 0 16px;
    text-align: left;
}

.container .field {
    margin-bottom: 14px;
}

.container label{
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen,
  Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;

    display: block;
    font-size: 14px;
    font-weight: 600;
    color: #fff;
    padding: 0 0 6px;
    text-align: left;

}

.container input,
.container select,
.container textarea {
    display: block;
    width: 100%;
    box-sizing: border-box;
    padding: 12px 14px;
    border-radius: 10px;
    background-color: #f8f1fe;
    border-style: none;
    font-size: 15px;
}

.container select {
    appearance: none;
    -webkit-appearance: none;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20' fill='%23555'%3E%3Cpath fill-rule='evenodd' d='M5.23 7.21a.75.75 0 011.06.02L10 11.293l3.71-4.06a.75.75 0 111.08 1.04l-4.24 4.65a.75.75 0 01-1.08 0L5.21 8.27a.75.75 0 01.02-1.06z' clip-rule='evenodd'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 14px center;
    background-size: 14px;
    padding-right: 36px;
    cursor: pointer;
}

.container textarea{
    min-height: 110px;
    resize: vertical;
}

#submit{
    display: block;
    width: 140px;
    margin: 6px auto 0;
    padding: 12px 0;
    border-radius: 10px;
    background-color: #fff;
    font-size: 15px;
    cursor: pointer;

}

#submit:hover{

    border-radius: 10px;
    background-color:#0bbfff;
    color: #fff;
    font-size: 18px;

}

#submit:hover{
        
    border-radius: 10px;
    background-color:#0bbfff;
    color: #fff;
    font-size: 18px;

}


.map{
   
    flex: 1 1 100%;
        box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
        transition: all ease-in-out 0.3s;

        background: rgb(198,204,205);
        background: linear-gradient(100deg, rgba(198,204,205,1) 3%, rgba(46,142,223,1) 51%, rgba(32,32,128,1) 96%);
        

        
        padding: 20px;

        border-radius: 20px;
        margin: 30px 0px;
        
        height: 60px;
        
        align-items: center;
        text-align: center;
}


.map li a{
    color: white;
    font-size: 18px;
}

.map li a:hover{
    color: white;
    font-size: 24px;
}





.socials{
    width: 100%;
}

.socials li{
    display: inline-block;
    padding: 0px 30px;
}









  

/* .....................................Footer.......................................... */
.footer {
  
  padding-top: 10px;
  padding-bottom: 5px;
  text-align: center;
}

.footer p {
  font-size: 12px;
  color: #333;
  text-align: center;
  font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
  font-weight: 400;
}


    }
  
  
  






















































    










  
    /*----------------------------------------------------------------------------------------------------------------------------------------
    ----------------------------------------------------------------------------------------
    -----
     APPLYING NAVBAR MEDIA QUERIES  1000px  
     ----------
     -------------------------------------------------------------------------------------------------------
     -------------------------------------------------------------------------------
     ----------
     */
    





    
    
    /*--------------------------- APPLYING NAVBAR MEDIA QUERIES  1000px  15 inches--------------------
     */
    
     @media (min-width: 1500px) {




      

     
 
    /*---------------------------CONTACTS-------------------- */
     


    .contact-box {

       
      width: 100%;
      display: flex;
      flex-wrap: wrap;
      padding: 10px 40px;
     
      align-items: flex-start;
      justify-items: center;
      grid-column-gap: 20px;
  }
  

  .contact-info{
      flex: 3 1 100px;
    
      padding: 0px;
      text-align: center;
  }


  .contact-info h2{
      
      color: #00bfff;
      font-weight: 800;
      font-size: 36px;
            
  }


  .contact-info h3{
      padding: 20px;
      color: #333;
      font-weight: 800;
      font-size: 24px;
            
  }


  .contact-info p{
      color: #595959;
      font-weight: 600;
      font-size: 20px;
      
      
  }



  .contact-cont {
      width: 100%;
      display: flex;
      flex-wrap: wrap;
      padding: 20px 40px;
     
      align-items: center;
      justify-items: center;
      grid-column-gap: 130px;
  
  }


  .cont{
      flex: 3 1 200px;
      box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
      transition: all ease-in-out 0.3s;
      padding: 30px;
      height: 220px;
      text-align: center;
  }






    .contact{
      flex: 3 1 200px;
      box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
      transition: all ease-in-out 0.3s;
      background: rgb(198,204,205);
      background: linear-gradient(100deg, rgba(198,204,205,1) 3%, rgba(46,142,223,1) 51%, rgba(32,32,128,1) 96%);
      padding: 50px;
      margin-top: 90px;
      height: auto;
      text-align: center;

      border-radius: 30px;
      
  }















  .hour-box {
      width: 100%;
      max-width: 700px;
      margin: 30px auto 0;
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      gap: 20px;
  }

    .hour{
      flex: 1 1 260px;
      background: #f2fbff;
      border: 1px solid #d9f0fb;
      box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.06);
      transition: all ease-in-out 0.3s;
      padding: 18px 20px;
      border-radius: 14px;
      height: auto;
      text-align: center;
  }

  .hour p {
    color: #1a1a1a;
    font-weight: 500;
    margin: 0;
  }




/* ....................................Contact form.......................................... */


.container h2{
  color: white;

}

.container form {
  max-width: 460px;
  margin: 0 auto;
  text-align: left;
}

.container .field {
  margin-bottom: 16px;
}

.container label{
  display: block;
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  padding: 0 0 6px;
  text-align: left;

}

.container input,
.container select,
.container textarea {
  display: block;
  width: 100%;
  box-sizing: border-box;
  padding: 12px 14px;
  border-radius: 10px;
  background-color: #f8f1fe;
  border-style: none;
  font-size: 15px;
}

.container select {
  appearance: none;
  -webkit-appearance: none;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20' fill='%23555'%3E%3Cpath fill-rule='evenodd' d='M5.23 7.21a.75.75 0 011.06.02L10 11.293l3.71-4.06a.75.75 0 111.08 1.04l-4.24 4.65a.75.75 0 01-1.08 0L5.21 8.27a.75.75 0 01.02-1.06z' clip-rule='evenodd'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 14px center;
  background-size: 14px;
  padding-right: 36px;
  cursor: pointer;
}

.container textarea{
  min-height: 120px;
  resize: vertical;
}

#submit{
  display: block;
  width: 140px;
  margin: 6px auto 0;
  padding: 12px 0;
  border-radius: 10px;
  background-color: #fff;
  font-size: 15px;
  cursor: pointer;

}

#submit:hover{
      
  border-radius: 10px;
  background-color:#0bbfff;
  color: #fff;
  font-size: 18px;

}


.map{
 
  flex: 3 1 300px;
      box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
      transition: all ease-in-out 0.3s;

      background: rgb(198,204,205);
      background: linear-gradient(100deg, rgba(198,204,205,1) 3%, rgba(46,142,223,1) 51%, rgba(32,32,128,1) 96%);
      

      
      padding: 20px;

      border-radius: 20px;
      margin: 30px 150px;
      
      height: 60px;
      
      align-items: center;
      text-align: center;
}


.map li a{
  color: white;
  font-size: 18px;
}

.map li a:hover{
  color: white;
  font-size: 24px;
}





.socials{
  width: 100%;
}

.socials li{
  display: inline-block;
  padding: 0px 30px;
}
















  
  

/* .....................................Footer.......................................... */
.footer {

  padding-top: 280px;
  text-align: center;
}

.footer p {
  font-size: 14px;
  color: #333;
  text-align: center;
  font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
  font-weight: 400;
}


    
    
    
    
    
    }
/* ================= FAQ SECTION (added) ================= */
.faq-section {
  max-width: 1100px;
  margin: 0 auto;
  padding: 50px 40px 60px;
}
.faq-section h2 {
  text-align: center;
  margin-bottom: 30px;
  color: #00bfff;
  font-size: 1.8rem;
}
.faq-item {
  margin-bottom: 24px;
  border-bottom: 1px solid #eee;
  padding-bottom: 20px;
}
.faq-item h3 {
  font-size: 1.1rem;
  margin-bottom: 8px;
  color: #222;
}
.faq-item p {
  color: #595959;
  font-size: 0.95rem;
  line-height: 1.6;
}
/* ================= END FAQ SECTION ================= */

/* Utility: visually hides content but keeps it available to screen
   readers / search engine crawlers (used for the page's semantic H1) */
.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0,0,0,0);
  white-space: nowrap;
  border: 0;
}


/* ===================== FLUID DESIGN TRIAL (contact page) ===================== */
/* Uses clamp() so spacing and type scale smoothly with viewport width instead of jumping at breakpoints. */

.contact-box {
    padding: clamp(16px, 4vw, 40px) clamp(20px, 6vw, 40px) !important;
    gap: clamp(16px, 3vw, 20px);
}

.contact-info {
    flex: 1 1 clamp(260px, 38vw, 420px) !important;
}

.contact {
    flex: 1 1 clamp(260px, 38vw, 420px) !important;
    padding: clamp(24px, 5vw, 50px) !important;
    margin-top: clamp(40px, 8vw, 90px) !important;
}

.contact-info h2,
.container h2 {
    font-size: clamp(1.35rem, 1rem + 1.6vw, 2rem) !important;
}

.contact-info h3 {
    font-size: clamp(1.05rem, 0.85rem + 0.7vw, 1.3rem) !important;
}

.contact-info p,
.container p {
    font-size: clamp(0.95rem, 0.85rem + 0.3vw, 1.05rem) !important;
    line-height: 1.6;
}

.container form {
    max-width: clamp(280px, 90%, 460px) !important;
    padding: 0 clamp(8px, 2vw, 16px) !important;
}

.container .field {
    margin-bottom: clamp(10px, 1.5vw, 16px) !important;
}

.container label {
    font-size: clamp(13px, 0.8vw + 11px, 14px) !important;
}

.container input,
.container select,
.container textarea {
    padding: clamp(10px, 1.2vw, 12px) clamp(12px, 1.5vw, 14px) !important;
    font-size: clamp(14px, 0.6vw + 12.5px, 15px) !important;
}

.hour {
    padding: clamp(14px, 2.5vw, 18px) clamp(16px, 3vw, 20px) !important;
}


/* ===================== FLUID DESIGN (FAQ section, contact page) ===================== */
.faq-section {
  padding: clamp(28px, 6vw, 50px) clamp(16px, 4vw, 40px) clamp(32px, 6vw, 60px) !important;
}
.faq-section h2 {
  font-size: clamp(1.4rem, 1rem + 1.6vw, 1.8rem) !important;
}
.faq-item h3 {
  font-size: clamp(1rem, 0.85rem + 0.5vw, 1.1rem) !important;
}
.faq-item p {
  font-size: clamp(0.9rem, 0.85rem + 0.2vw, 0.95rem) !important;
}
