*{


    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 {
    
    width: 100%;
    background-color: #ffffff;
    color: #333;
    background-position: center;
    background-size: cover;
    line-height: 1.6;
    margin: 0;
    padding: 0;
    height: 100vh;
    align-items: center;
    overflow-x: hidden;
  font-family: 'poppins_reg', sans-serif;
  }
  
  


  
  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;
     top: 0;
  
  
  }
  
  
  .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);*/
  }
  
  
  .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-top: 0px;
    gap: 15px;
    padding: 0;
    margin: 0;
  }
    
  ul li{
    list-style: none;
    margin-left: 15px;
    margin-top: 25px;
    
  }
  
  
  ul li a{
       color: #36454F;
    font-family: 'poppins_reg', sans-serif;
    transition: 0.4s ease-in-out;
    font-size: 13px;
    text-transform: uppercase;
   /* letter-spacing: 1px;*/
    text-decoration: none;
  }
  
  
  ul li a:hover{
    color: #ff0000;
  }
    
/* Default: Hide bottom navigation on Web */
.bottom-nav {
  display: none;
  } 

 #login_btn1 {
  display: inline-block;
  padding: 0 20px;
  height: 40px;
  background: rgb(248, 213, 96);
  border: 0.5px solid #e6e5e5;
  font-size: 16px;
  border-radius: 20px;
  cursor: pointer;
  color: #36454F;
  font-family: 'poppins_med', sans-serif;
  transition: all 0.3s ease;
  line-height: 40px;
  text-align: center;

  /* ✅ Centering */
  position: relative;
  left: 40%;
  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: #ffd966;
     border-color: #ccc;
     color: #333;
     }
 
   


/* 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;
/* 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;
/* 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) {

  .navbar {
    flex-direction: column; /* Navbar ko vertical stack karega */
    align-items: center; /* Center align karega */
}

.navbar ul {
    flex-direction: column;
    text-align: center;
    width: 100%;
}

.navbar ul li {
    width: 100%;
    padding: 10px 0;
}

.navbar-toggle {
    display: block; /* Mobile pe menu icon show hoga */
}

  /* Styles for devices with a maximum width of 768px (e.g., tablets, smaller laptops) */
  .container {
    width: 90%; /* Make the container more narrow on smaller screens */
    margin: 0 auto; /* Center the container horizontally */
  }

  .image-grid {
    display: flex;
    flex-direction: column; /* Stack images vertically */
    align-items: center; /* Center images horizontally */
  }

  .image-grid img {
    width: 100%; /* Make images full width on smaller screens */
    height: auto; /* Maintain aspect ratio */
    margin-bottom: 20px; /* Add spacing between images */
  }

  /* Adjust other styles as needed for smaller screens */
  .text-container {
    font-size: 16px; /* Reduce font size for better readability */
  }

   /* 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;

}

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;
  }

  ul {
      flex-direction: column;
      gap: 10px;
  }

  .hamburger {
      display: flex;
  }

 

    /*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: black;
      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;
    }
    

  #login_btn1 {
    display: none;
  
  }


   
    /* 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;
    }
    

   /* footer started */

   footer {
        
    background: #f0efeb;
    height: auto;
    width: 100%;
    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 */
}

}






  