*{
  margin : 0;
  padding: 0;
}

 @font-face {
font-family: 'poppins_reg';
src: url('assets/fonts/Poppins-Regular.ttf') format('truetype');
font-weight: normal;
}

@font-face {
  font-family: 'work_lig';
  src: url('assets/fonts/WorkSans-Light.ttf') format('truetype');
  font-weight: lighter;
  }
;

@font-face {
  font-family: 'work_reg';
  src: url('assets/fonts/WorkSans-Regular.ttf') format('truetype');
  font-weight: normal;
  }

  @font-face {
    font-family: 'worksans_med';
    src: url('assets/fonts/WorkSans-Bold.ttf') format('truetype');
    font-weight: normal;
    }


      @font-face {
                  font-family: 'poppins';
                  src: url('assets/fonts/Poppins-Light.ttf') format('truetype');
                  font-weight: normal;
                  }
                  
                  
                  @font-face {
                  font-family: 'poppins_reg';
                  src: url('assets/fonts/Poppins-Regular.ttf') format('truetype');
                  font-weight: normal;
                  }
                  
                  @font-face {
                    font-family: 'poppins_med';
                    src: url('assets/fonts/Poppins-Medium.ttf') format('truetype');
                    font-weight: normal;
                    }
                  
                  
                  
                  @font-face {
                  font-family: 'poppins_semibold';
                  src: url('assets/fonts/Poppins-SemiBold.ttf') format('truetype');
                  font-weight: normal;
                  }


body {

    font-family: Arial, ;
    margin: 0;
    padding: 0;
    line-height: 1.6;
    color: #333;
    background-color: #ffffff;
    overflow-x: hidden;
    
}

.main {
   
  width: auto;
  background-color: #ffffff;
  color: #333;
  background-position: center;
  background-size: cover;
  line-height: 1.6;
  margin: 0;
  padding: 0;
  /*height: 88vh;*/
  align-items: center;
  overflow-x: hidden;
 
  
}


.home_image { 

  background : url(image/bg_offer.png);
  width: auto;
  height: 780px;
  background-position: center;
  background-size: cover; 
 
}

.home_image::before {
  content: '';
  position: absolute;
  top: 0; left: 0;
 /* width: 100%; height: 100%;*/
 /* background: rgba(0,0,0,0.3); /* Darkens background image slightly */
  z-index: 1;
}


.content {
  position: relative;
  z-index: 2;
}



header {
          
  background: #f0efeb;     /* Dark background */
  color: #fff;    
  position: fixed;         /* White text */
  height: 80px;  
  width: 100%;        /* Fixed height */
  text-align: center;    /* Center the text horizontally */
  line-height: 20px;     /* Vertically align the text by matching line height to header height */
  box-sizing: border-box;
  z-index: 1000;
  display: flex;
  /*justify-content: space-between;*/
  justify-content: center;
  padding: 0 20px;
  
}

.icon{
  
  position: fixed;
  /*padding-left: 250px;*/
  float: left;
  height:auto;
  display: flex;
  width: 100%;
 /* background-color: rgb(43, 136, 136);*/
  cursor: pointer;
 
}



.icon img {
  width: 220px;
  height: auto;
  float: left;
  object-fit: contain; /* Ensures the image fits without distortion */
}

.number{

  width: auto;
  height: auto;
 
  position: relative;
  float: left;
  margin-left: 700px;
  margin-top: 30px;
   
}


.number h2{
 font-family: 'work_lig', sans-serif !important;
  font-size:24px;
  /*text-shadow: 0 2px 2px rgba(0, 0, 0, 0.7);*/
  color: #36454F;
   font-weight: lighter;
}



.hero-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 30px;
  padding: 40px;
 /* margin: 100px auto;*/
  margin-top: 75px;
}

html {
  scroll-behavior: smooth;
}


@keyframes glow {
  0% { box-shadow: 0 0 0px #f5a623; }
  50% { box-shadow: 0 0 20px #f5a623; }
  100% { box-shadow: 0 0 0px #f5a623; }
}

.form-highlight {
  animation: glow 1s ease-in-out 2;
}







 #login_btn1 {
  display: inline-block;
  padding: 0 20px;
  height: 40px;
  background: #f1d117;
  border: 0.2px solid #c4c4c4;
  font-size: 18px;
  border-radius: 20px;
  cursor: pointer;
  color: #36454F;
  font-family: 'poppins_med', sans-serif;
  transition: all 0.3s ease;
  line-height: 40px;
  text-align: center;
   font-weight: bold;
  /* ✅ Centering */
  position: relative;
  left: 10%;
  transform: translateX(-50%);
  margin-top: 20px;
  white-space: nowrap;
}

#login_btn1 a {
  text-decoration: none;
  color: #36454F;
  font-family: inherit;
  display: block;
  width: 100%;
  height: 100%;
  text-align: center;
  line-height: 40px;
}


    /* Hover Effect */
    #login_btn1:hover {
     background-color: #fff389;
     border-color: #ccc;
     color: #333;
     }
    


 

 

  .video_const_{
  display: flex;
  flex-direction: row;
  padding: 10px; 

}


   .video-container {
    margin-top: 10px;
    display: flex;
    justify-content: center;
    width: 100%;
    
}

/* Responsive YouTube Video */
.video-container iframe {
    width: 100%;
    max-width: 410px;
    height: 300px;
    border-radius: 10px;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2);
}
        
        iframe {
          width: 100%; /* Full width of the container */
          height: 415px; /* Fixed height for the iframe */
          border: none; /* Removes the default border */
        }




  

        .learn-more {
          /*display: inline-block;*/
          margin-top: 5px;
          padding: 10px 20px;
          background-color: #f1d117;
          color: #36454F;
          text-transform: uppercase;
          font-size: 18px;
          border: none;
          border-radius: 35px;
          cursor: pointer;
          transition: background-color 0.3s;
          margin-bottom: 10px;
          font-family: 'poppins_reg', sans-serif;
          font-weight: bold;
          
        }
       
        .learn-more:hover {
          background-color: #fff389;
        }
  



  .whatsapp-float {
  position: fixed;
  bottom: 470px;
  right: 25px;
  z-index: 1000;
  background-color: #25D366;
  border-radius: 50%;
  padding: 10px;
  box-shadow: 0 2px 10px rgba(0,0,0,0.2);
  transition: transform 0.3s ease;
}

.whatsapp-float img {
  width: 40px;
  height: 40px;
}

.whatsapp-float:hover {
  transform: scale(1.1);
}







.faq_container_ {
     
          justify-content: center;
          width: 90%;
         /* background: #d69d9d;*/
          padding: 20px;  
          /*margin-left: 100px;*/
          align-items: center; 
          margin: 0 auto;
          border-radius: 8px;
          overflow: hidden;
          
         
        }



        .faQs-container h1 {

          font-size: 28px;
          font-family: 'Poppins-SemiBold', sans-serif;
          color: #36454F;

        }
       
   
   
        .faq-item {
          border-bottom: 1px solid #ddd;
        }
   
        .faq-item:last-child {
          border-bottom: none;
        }
   
        /* FAQ Header */
        .faq-header {
          display: flex;
          justify-content: space-between;
          align-items: center;
          cursor: pointer;
          padding: 15px;
          font-size: 16px; 
          font-family: 'poppins_med', sans-serif;
          color: #36454F;
        }
   
        /* "+" and "-" Icons */
        .faq-toggle {
          font-size: 22px;
          transition: transform 0.3s;
        }
   
        /* FAQ Content (Hidden Initially) */
        .faq-content {
          display: none;
          padding: 0 20px 20px;
          font-size: 16px;
          line-height: 1.6;
          font-family: 'poppins_reg', sans-serif ;
          color: #555;
        }
   
        /* Expanded Style */
        .faq-item.active .faq-content {
          display: block;
        }
   
        .faq-item.active .faq-toggle {
          transform: rotate(0.5turn);
        }


 footer {
        
    background: #f0efeb;
    height: auto;
    width: 100%;
    display: grid;
    align-items: center;
    justify-content: flex-start;
    padding: 20px;
    box-sizing: border-box;
   
}

footer p{

  color: #ffffff;
  margin: 0;
  font-size: 16px;
  font-family: 'poppins', sans-serif;
  margin-left: 20px;

}

.img_cont_footer img{

  width: 350px;   
  height: 150px;
  margin-bottom: 10px;
  margin-left: 10px;
}

.Privacy_button {
  width: auto;
  padding-left: 25px; 
  font-size: 16px;  
  cursor: pointer;     
  font-family: 'poppins_med', sans-serif;
}

.Privacy_button a {
      
  color: #36454F; /* Ensures the text color stays black */
  font-family: inherit;
  display: block;
  width: 100%;
  height: 100%;
  text-align: left;
  text-decoration: none;
  /* Aligns the text vertically */
  
}

.tc_button {
  width: auto;    
  font-size: 16px;  
  cursor: pointer;
  font-family: 'poppins_med', sans-serif;
  padding-left: 25px;
}


.tc_button a {
      
  color: #36454F; /* Ensures the text color stays black */
  font-family: inherit;
  display: block;
  width: 100%;
  height: 100%;
  text-align: left;
  text-decoration: none;
  /* Aligns the text vertically */
   

}
.footer_rights p {
  margin: 0; /* Remove extra spacing */
  font-family: 'poppins_reg', sans-serif;
  color: #36454F;
  font-size: 16px;
  padding-left: 25px;

}



/* 📱 Mobile Responsive Fixes */
@media (max-width: 768px) {

body {

    font-family: Arial, Helvetica, sans-serif, sans-serif;
    margin: 0;
    padding: 0;
    line-height: 1.6;
    color: #333;
    background-color: #ffffff;
    overflow-x: hidden;
    
}

.main {
   
  width: auto;
  height: auto;
  background-color: #ffffff;
  color: #333;
  background-position: center;
  background-size: cover;
  line-height: 1.6;
  margin: 0;
  padding: 0;
  /*height: 88vh;*/
  align-items: center;
  overflow-x: hidden;
 
  
}

header {
          
  background: #f0efeb;     /* Dark background */
  color: #fff;    
  position: fixed;         /* White text */
  height: 60px;  
  width: 100%;        /* Fixed height */
  text-align: center;    /* Center the text horizontally */
  line-height: 20px;     /* Vertically align the text by matching line height to header height */
  box-sizing: border-box;
  z-index: 1000;
  display: flex;
  /*justify-content: space-between;*/
  justify-content: center;
  padding: 0 20px;
  
}


.icon{
  
  position: fixed;
  /*padding-left: 250px;*/
  float: left;
  height:auto;
  display: flex;
  width: 100%;
 /* background-color: rgb(43, 136, 136);*/
  cursor: pointer;
 
}


.icon img {
    width: 180px;
    margin: 0 auto;
  }





.home_image { 

  background : url(image/bg_mobile.png);
  width: auto;
  height: 600px;
  background-position: center;
  background-size: cover; 
 
}

.home_image::before {
  content: '';
  position: absolute;
  top: 0; left: 0;
 /* width: 100%; height: 100%;*/
 /* background: rgba(0,0,0,0.3); /* Darkens background image slightly */
  z-index: 1;
}


.content {
  position: relative;
  z-index: 2;
  
}





.number h2{
 display: none;
   
}


  .hero-wrapper {
    flex-direction: column;
    align-items: center;
    padding: 10px;
    gap: 0px;
    margin-top: 50px;
    
  }

 

 
 

  
  .number {
    display: block;
    float: none;
    margin: 10px auto;
    text-align: center;
  }




       .learn-more {
          margin-top: 75px;
          padding: 5px 20px;
          background-color: #fed067;
          color: #36454F;
          text-transform: uppercase;
          font-size: 14px;
          border: none;
          border-radius: 25px;
          cursor: pointer;
          transition: background-color 0.3s;
          margin-bottom: 10px;
        
          font-weight: bold;
          width: 250px;
          height: 30px;
        }
       
        .learn-more:hover {
          background-color: #fad57e;
        }
  
    
 
 




  .container_box,
  .video_const_,
  .video-container {
    flex-direction: column;
    align-items: center;
  }

  .image_box img {
    width: 95%;
    height: auto;
  }

  .video-container iframe {
    max-width: 100%;
    height: 240px;
  }

  .features {
    grid-template-columns: 1fr;
    padding: 10px;
  }

  .feature {
    width: 100%;
    margin: 0 auto;
  }

 

  footer {
    display: flex;
    flex-direction: column;
   
    text-align: left;
  }

  .img_cont_footer img {
    width: 280px;
    height: auto;
  }
   .footer_rights p
 {
    text-align: left;
    font-size: 14px;
  }

  .Privacy_button a,
  .tc_button a {
    display: none;
  }
}
