*{


    margin : 0;
    padding: 0;
    
   
}


@font-face {
  font-family: 'Lato';
  src: url('assets/fonts/Lato-Regular.ttf') format('truetype');
  font-weight: normal;
  }
  @font-face {
  font-family: 'PlayfairDisplay';
  src: url('assets/fonts/PlayfairDisplay-SemiBold.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;
  }
  
  @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;
    
}



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;
  } 






.blog-description {
    font-size: 12px;
    color: #36454F;
    font-weight: normal;
}

.read-more {
    display: inline-block;
    margin-top: 5px;
    background-color: #dcecf5;
    color: white;
    text-decoration: none;
    border-radius: 5px;
    transition: background 0.3s ease;
}

.read-more:hover {
    background-color: #005f8d;
}



   #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;
    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 */
  
      /* Mobile Menu */

    /* footer khatam */








  
  
  /* Responsive Styles */
  @media (max-width: 768px) {


   /* Mobile Menu */
  .hamburger {
    display: none;
    flex-direction: column;
    cursor: pointer;
    margin-top: 15px;
  }

    
.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;
      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;*/
  
  }
  
 #login_btn1 {
    display: none;
  }


    /*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;
}




  
    .hamburger {
        display: flex;
    }




  /* Blog Section */
.blog_container {
    padding: 60px 10px;
    text-align: center;
    background-color: #f8f9fa; /* Light background */
    color: #000;
}

 /*  #blog-container {
    display: grid;
    grid-template-rows: ;: repeat(auto-fit, minmax(300px, 1fr));
    gap: 20px;
    padding: 30px;
    width: auto;
    margin: auto;
    background: none;  Red background hata diya 
     
 }*/


/* .blog-card {
    background: #ff0000;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease-in-out;
    width: 100%;
    height: auto;
    
}

.blog-card:hover {
    transform: translateY(-5px);
}

.blog-card img {
    width: 350px;
    height: 200px;
    object-fit: cover;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
}

.blog-content {
    padding: 20px;
}

.blog-title {
    font-size: 1.25rem;
    font-weight: bold;
    color: #333;
    text-decoration: none;
}

.blog-description {
    font-size: 1rem;
    color: #666;
    margin-top: 5px;
}


*/


.read-more {
    display: inline-block;
    margin-top: 10px;
    padding: 8px 15px;
    background-color: #0077b6;
    color: white;
    text-decoration: none;
    border-radius: 5px;
    transition: background 0.3s ease;
}

.read-more:hover {
    background-color: #005f8d;
}


























    footer {
        
      background: #f0efeb;
      height: auto;
      width: 100%;
      display: grid;
      align-items: flex-start;
      justify-content: flex-start;
      padding: 10px;
      box-sizing: border-box;
      margin-bottom: 60px;
    }
    
    .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 */
  }
  
  }
    
        /* footer khatam */
    
        
  
  