*{


  margin : 0;
  padding: 0;
  
 
}




  @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;
  }
  
  @font-face {
    font-family: 'work_sans_reg';
    src: url('assets/fonts/WorkSans-Regular.ttf') format('truetype');
    font-weight: normal;
    }
  
    @font-face {
      font-family: 'worksans_med';
      src: url('assets/fonts/WorkSans-Medium.ttf') format('truetype');
      font-weight: normal;
      }
  
      @font-face {
        font-family: 'worksans_bold';
        src: url('assets/fonts/WorkSans-Bold.ttf') format('truetype');
        font-weight: normal;
        }
  
        @font-face {
          font-family: 'worksans_black';
          src: url('assets/fonts/WorkSans-Black.ttf') format('truetype');
          font-weight: normal;
          }



  
body {
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
    line-height: 1.6;
    color: #333;
    background-color: #ffffff;
    overflow-x: hidden;
    
}


header {
          
  background: #f0efeb;     /* Dark background */
  color: #fff;    
  position: fixed;         /* White text */
  height: 70px;  
  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;
  height: auto;
  float: left;
  object-fit: contain; /* Ensures the image fits without distortion */
}



  .menu{
  width: auto;
  position: fixed;
  /*padding-left: 250px;*/
  float: left;
  height:auto;
  display: flex;
  width: 60%;
 /* background-color: rgb(43, 136, 136);*/
 
}



 ul {
  display: flex;
  width: auto;
  height: auto;
  margin: 0;
  gap: 15px;
  padding: 0;
}

ul li {
  list-style: none;
  margin-left: 15px;
  margin-top: 25px;
  position: relative;
}



ul li a {
  color: #36454F;
  font-family: 'poppins_reg', sans-serif;
  transition: 0.4s ease-in-out;
  font-size: 13px;
  text-transform: uppercase;
  text-decoration: none;
}

ul li a:hover {
  color: #ff0000;
}


/* Default: Hide bottom navigation on Web */
.bottom-nav {
  display: none;
  } 






  
  .contact_text_container {
    width: auto;
    overflow: hidden;
    height: auto;
    color: #000000;
    padding-top: 50px;

  }


  .contact_text_container h1 {
    margin-left: 20px;
    font-size: 32px;
    text-align: left;
    font-family: 'poppins_reg', sans-serif;
    padding-top:25px ;
    width: 90%;
   color: #36454F;
    
  }

  .contact_text_container h3 {
    margin-left: 20px;
    font-size: 20px;
    text-align: left;
    font-family: 'poppins_semibold', sans-serif;
    padding-top:25px ;
    width: 90%;
    color: #36454F;
    
  }
  
  .contact_text_container p {
    margin-left: 20px;
    font-size: 18px;
    text-align: left;
    font-family: 'poppins', sans-serif;
    width: 90%;
    
  }


  .contact-section {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding: 25px;
    border-radius: 5px;
    width: 100%;
    background-color: #e9e9e9;
    padding-top: 100px;
    height: auto;
   
  }


 

  /* Contact Form Styles */
  .contact-container {
    display: flex;
    justify-content: center;
    padding: 2rem 1rem;
    background-color: #ffffff;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    width: 30%; /* Form width */
    border-radius: 30px;
    margin: 20px auto;
    margin-right: 50px;
    
  }

  .contact-container h1{
   font-style:bold ;
    font-size: 32px;
    text-align: left;
    font-family: 'poppins_semibold', sans-serif;
    color: #36454F;
  }

  .contact-container p {
  
    padding-bottom:10px;
    font-size: 18px;
    text-align: left;
    font-family: 'poppins', sans-serif;
    
  }
  
  .contact_form { 

    background: rgb(255, 255, 255);
    flex: 1;
    justify-content: center;
    padding-left:20px ;
    
    
  }
  

  .form-group {
   margin-bottom: 0.5rem;
   border-radius: 25px;
      
  }
  
  .form-group label {
    display: block;
    font-weight: bold;
    margin-bottom: 0.5rem;
   
  }
  
  .form-group input,
  .form-group textarea {

    width: 100%;
    max-width: 70%;
    height:0.5rem ;
    padding: 0.8rem;
    border: 1px solid #ccc;
    border-radius: 50px;
    font-size: 1rem;
   
    
  }
  
  
  .dropdown-container {
    margin-top: 120px;
    width: 300px;
    text-align: center;
    position: relative;
   
  }
  
  .dropdown {
    position: relative;
    width: 100%;
    max-width: 90%;
  }

  
  .dropdown-toggle {
    box-shadow: 0 5px 5px rgba(0.2, 0.2, 0.1, 0.2);
    background-color: #ccc;
    color: #36454F;
    padding: 10px;
    width: 100%;
    border: none;
    cursor: pointer;
    font-size: 16px;
    text-align: left;
    border-radius: 10px;

  }
  
  .dropdown-toggle:hover {
    background-color: #fcaaa1;
  }
  
  .dropdown-menu {
    display: none;
    background-color: #ecf0f1;
    position: absolute;
    width: 100%;
   /* top: calc(100% + 10px);*/
    left: 0;
    border: 1px solid #ddd;
    z-index: 2000;
    border-radius: 4px;
    box-shadow: 0 4px 6px rgba(0,0,0,0.1);

  }

  .dropdown:hover .dropdown-menu {
    display: block;
}
  
  .dropdown-menu a {
    padding: 10px;
    display: block;
    color: #333;
    text-decoration: none;
    font-size: 14px;
  }
  
  .dropdown-menu a:hover {
    background-color: #ddd;
    
  }

  .submit-btn {
    background-color: hsl(0, 52%, 49%);
    color: white;
    padding: 10px;
    width: 90%;
    margin-top: 10px;
    border: none;
    border-radius: 20px;
    font-size: 1rem;
    cursor: pointer;
    transition: background-color 0.3s ease;
  }
  
  .submit-btn:hover {
    background-color: #e74c3c;
  }



  .map_view {

    width: auto; /* Map width */
    height: auto;
    
    background-color: #ffffff;
    border-radius: 5px;
    padding-top: 20px;
    margin-top: 25px;
    display: flex;
    justify-content: space-evenly;
    align-items: flex-start;
    border: 1px solid #ccc;

  }

  .map_view_text{

    width: auto;
    overflow: hidden;
    height: auto;
    color: #36454F;
    padding-top: 50px;
    margin-left:25px ;

  }

  .map_view_text h1 {
   
    font-size: 28px;
    text-align: left;
    font-family: 'poppins_semobold', sans-serif;
    padding-top:25px ;
   
    
  }
  
  
  .map_view_text p {
    font-size: 16px;
    text-align: left;
    font-family: 'poppins_lighter', sans-serif;
   color: #636262;
  
    
  }



  iframe {  /*map view*/

  width: 50%;
  height: 400px; /* Adjust height for uniformity */
  border: none;
  border-radius: 5px;
  padding-bottom:30px ;

  }


  /* footer started */

  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;
    
  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;
}


.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;
 

}



.smm_container {
 
  display: flex;
  justify-content: flex-start;
  gap:10px;
 
 
 
}
.instagram-button {
   
  width: auto;
  height:auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
/*  background-color: #E4405F; /* Instagram pink color */
 /* color: white;*/
  font-size: 18px;
 /*font-weight: bold;*/
  padding: 10px 20px;
  border-radius: 5px;
/*  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); */
  transition: background-color 0.3s ease, transform 0.2s ease;
}


.instagram-button img {
  width: 36px;
  height: 36px;
  /*margin-right: 10px;*/
}



.other-icons {
  display: flex;
  gap: 15px; /* Space between other icons */
}



.youtube-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
 
  font-size: 18px;
  padding: 10px;
  border-radius: 5px;
/*  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); */
  transition: background-color 0.3s ease, transform 0.2s ease;
}



.youtube-button img {
  width: 48px;
  height: 36px;
  

}
.facebook_button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
/*  background-color: #1877F2; /* Facebook blue */
 /* color: white;*/
  font-size: 18px;
  font-weight: bold;
  padding: 10px 20px;
  border-radius: 5px;
 /* box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); */
  transition: background-color 0.3s ease, transform 0.2s ease;

}

.facebook_button img {
  width: 36px;
  height: 36px;
  margin-right: 10px;
}


.pinterest-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
/*  background-color: #E60023; /* Pinterest red */
 /* color: white;*/
  font-size: 18px;
  font-weight: bold;
  padding: 10px 20px;
  border-radius: 5px;
  /*box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);*/
  transition: background-color 0.3s ease, transform 0.2s ease;

}

.pinterest-button img {
  width: 36px;
  height: 36px;
  margin-right: 10px;
}

.whatsapp-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
/*  background-color: #25D366; */
 /* color: white;*/
  font-size: 18px;
  font-weight: bold;
  padding: 10px 20px;
  border-radius: 5px;
 /* box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);*/
  transition: background-color 0.3s ease, transform 0.2s ease;
  
}



.whatsapp-button img {
  width: 38px;
  height: 38px;
  margin-right: 10px;
}


.linkedin_button {

  width: auto;
  height:auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  /*background-color: #4087e4; /* Instagram pink color */
  /*color: white;*/
  font-size: 18px;
  font-weight: bold;
  padding: 10px 20px;
  border-radius: 5px;
 /* box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);*/
  transition: background-color 0.3s ease, transform 0.2s ease;
}



.linkedin_button img {
  width: 36px;
  height: 36px;
  margin-right: 10px;
}



    /* footer khatam */

/* Responsive Styles */
@media (max-width: 768px) {
   
  
   /* Mobile Menu */
   .hamburger {
    display: none;
    flex-direction: column;
    cursor: pointer;
    margin-top: 15px;
  }
  
  

    
    

    /* Mobile Menu */
.hamburger {
  display: flex;
  flex-direction: column;
  cursor: pointer;
  margin-top: 15px;
  margin-left: auto;
  margin-right: 20px;
  z-index: 1000;

  
}

.hamburger div {
  
  width: 20px;
  height: 3px;
  background: #36454F;
  margin: 3px;
  transition: 0.3s;

}
 
.hamburger {

  display: flex;

}




  
  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;
    padding: 0 20px;
  
  }
    
      .menu {
        
        display: none;
        flex-direction: column;
        position: fixed;
        top: 60px;
        left: 0;
        width: 60%;
        /*height: 100vh;*/
        background: #ffffff;
        padding: 15px 0;
        /*padding-top: 60px; /* Space for logo */
       /*text-align: right;*/
        box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
        transition: all 0.3s ease-in-out;
        z-index: 9999;
    
    }
 

.menu.show {
    display: flex;
    transform: translateY(0);
    

}

ul {
    flex-direction: column;
    gap: 5px;
    padding: 0;
    list-style: none;
   
}

ul li {

  flex-direction: column;
   /* padding: 10px 20px;*/
    font-size: 16px;
    border-bottom: 1px solid #ddd;
   /* background-color: blueviolet;*/

}


/*Bottom header bar cum menu bar*/

.bottom-nav {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background: white;
  display: flex;
  justify-content: space-around;
  align-items: center;
  padding: 10px 0;
  box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.1);
  z-index: 1000;
}

.bottom-nav a, .dropbtn {
  text-decoration: none;
  color: #36454F;
  font-size: 12px;
  font-weight: bold;
  text-align: center;
  border: none;
  background: none;
  cursor: pointer;
}

.bottom-nav i {
  font-size: 20px;
  display: block;
  margin-bottom: 3px;
  color: #36454F;
}

.bottom-nav .nav-icon {
  width: 24px;
  height: 24px;
  display: block;
  margin: 0 auto 3px auto;
}




/* Dropdown Button */
.dropdown {
  position: relative;
  display: inline-block;
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
  display: none;
  position: absolute;
  bottom: 55px;
  left: -100px;
  background-color: rgb(255, 255, 255);
  min-width: 150px;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2);
  z-index: 1000;
  border-radius: 5px;
}

/* Dropdown Links */
.dropdown-content a {
  color: black;
  padding: 10px;
  text-decoration: none;
  display: block;
  text-align: center;
  font-size: 14px;


}

.dropdown-content a:hover {
  background-color: #e2e0e0;
}

/* Show dropdown on hover */
.dropdown:hover .dropdown-content {
  display: block;
}

 /* Show dropdown on CLICK */
 .dropdown-content.show {
  display: block;
}



.contact_text_container {
  width: auto;
  overflow: hidden;
  height: auto;
  color: #000000;
  padding-top: 60px;

}


.contact_text_container h1 {
    
   display: none;
  font-size: 0px;
   
}

.contact_text_container h3 {
  margin-left: 20px;
  font-size: 18px;
  text-align: left;
  font-family: 'poppins_semibold', sans-serif;
  margin-top:10px ;
  width: 90%;
  color: #36454F;
  
}

.contact_text_container p {
  margin-left: 20px;
  padding-top:10px ;
  font-size: 12px;
  text-align: left;
  font-family: 'poppins', sans-serif;
  width: 90%;
  padding-bottom: 10px;
}


 

.form-group input,
  .form-group textarea {
    
    width: 100%;
    max-width: 80%;
    height:0.5rem ;
    padding: 0.8rem;
    border: 1px solid #ccc;
    border-radius: 50px;
    font-size: 1rem;
   
    
  }


 /* Overall Section */
 .contact-section {
  padding: 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: auto;
  justify-content: center;
  background-color: #e9e9e9;
  padding-bottom: 35px;
}


/* Contact Form Container */
.contact-container {

  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: #ffffff;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  width: 80%;
 /* max-width: 400px; /* Ensuring it doesn’t stretch too much */
  border-radius: 8px;
  margin: auto;
  
}

.contact_form { 

  background: rgb(255, 255, 255);
  flex: 1;
  justify-content: center;
  height: auto;
  width:100%;
  padding-bottom: 5px;
  
}

/* Form Elements */
.contact-form input,
.contact-form select,
.contact-form button {
  font-size: 14px; /* Responsive font size */
  padding: 5px;
  width: 100%; /* Full width input */
  border-radius: 5px;
  margin-bottom: 1px;
 
}

/* Fixing Small Input Issues */
.form-group input,
.form-group textarea {
  width: 100%;
  height: auto;
  padding: 0.8rem;
  border: 1px solid #ccc;
  border-radius: 5px;
  font-size: 14px; /* Responsive font size */
}

/* Info & Map Sections */
.info-container,
.map-container {
  width: 100%;
  margin-bottom: 15px;
  padding: 15px;
  text-align: center;
}



/* Hamburger Menu */


.menu.show {
  display: flex;
}

/* Map View */
.map_view {
  display: flex;
  flex-direction: column;
  width:100%;
  padding: 10px;
  
  border-radius: 10px;
  justify-content: center;
  
}

.map_view_text {
 
  align-items: center;
  text-align: center;
  padding-bottom: 25px;

}


.map_view_text h1 {
  font-size: 18px; /* Fluid font size */
  font-family: 'poppins_reg', sans-serif;
  color: #636262;

}


.map_view_text p {

  font-size:  12px;
  font-family: 'Poppins', sans-serif;
  color: #636262;

}

/* Google Map */
iframe {

  height: 250px;
  width: 90%; 
  border-radius: 10px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  padding: 10px;
  background-color: #f0efeb;
  border: 1px solid #ccc;

}


  /* footer started */

  footer {
        
    background: #f0efeb;
    height: auto;
    width: auto;
    display: grid;
    align-items: flex-start;
    justify-content: flex-start;
    padding: 10px;
    box-sizing: border-box;
    padding-bottom: 70px;

  }
  
  .img_cont_footer img{

    width: 250px;   
    height: 120px;
    margin-bottom: 10px;
   
  }
  
  .footer_container {
    
    display: flex;
    flex-direction: column;
    align-items: flex-start; /* Left align all items */
    gap: 5px; /* Reduce space between elements */
    text-align: left;
    padding-left: 10px; /* Adjust left padding */

}

.Privacy_button,
.tc_button {
    font-size: 12px;
    font-family: 'poppins_reg', sans-serif;
}

.Privacy_button a,
.tc_button a {
    color: #36454F;
    text-decoration: none; /* Remove underline */
}



.footer_rights p {
  margin: 0; /* Remove extra spacing */
  font-family: 'poppins', sans-serif;
  color: #36454F;
  font-size: 12px;
 

}

  
  
  .smm_container {
    display: flex;
    justify-content: space-between; /* Center align */
    align-items: center; 
   /* gap: 5px; /* Icons ke beech ka space */
    margin: 0; /* Extra margin remove */
   /* background: aqua; /* Testing ke liye, hata sakte ho */
    padding: 5px; /* Spacing balance karne ke liye */
    
}

.smm_container a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px; /* Equal size for all icons */
    height: 40px;
    border-radius: 50%; /* Circular icons */
    overflow: hidden; /* Ensures no extra space */
    padding: 0; /* Extra spacing remove */
    margin: 0; /* Extra margin remove */
}

.smm_container img {
    width: 24px;
    height: 24px;
    display: block; /* Ensures no inline spacing */
}

}






  