*{


    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;
          }
    
  
  
  
  
  
  
  
          .main {

            width: 100%;
            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: 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;
  } 




 
   #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;
     }

  
  .project_container {
    margin-top: 100px;
    width: 100%;
    height: auto;
    display: grid; /* Use CSS Grid */
    grid-template-columns: repeat(3, 1fr); /* 2 boxes per row */
    gap: 10px; /* Space between the boxes */
    justify-items: center; /* Align items horizontally */
    background-color: #ffffff;
    padding-top: 15px;
    padding-bottom: 15px;
    
  }

  
  .container_feedback {
    width: 100%; /* Full width of the grid cell */
    max-width: 380px; /* Optional: Limit the max width */
    background: #ffffff;
    border: 1px solid #ccc;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    display: flex; /* Flexbox for content inside the box */
    flex-direction: row;
    justify-content: space-between;
    /* Space between text and image inside the box */
    padding:10px ;
    transition: transform 0.3s, box-shadow 0.3s;
  }
  

  .text-content {
    width: 50%; /* Adjust width for text */
    text-align: center;
  }
  

  .text-content h1{
    font-size: 18px;
    font-weight: bold;
    font-family: 'worksans_med', sans-serif;
    margin-top: 10px;
     color: #36454F;
     
  }
  

  .text-content p{
    font-size: 14px;
    color: #555;
    font-family: 'poppins_reg', sans-serif;
 
   }
  

  .image-content {
    width: 35%; /* Adjust width for image */
    display: flex;
    justify-content: center;
    align-items: center;
    
  }
  
  .container_feedback img {
    width: 100%;
    height: auto; /* Maintain aspect ratio */
    border-radius: 5px;
  }
  


  .container_image_slide{
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: auto;
    background: #ffffff;  
    padding: 1em;
  
  }


   .container_image_slide h1{
    font-size:22px;
    color: #36454F;
    text-align: center;
    font-family: 'poppins_reg', sans-serif;

    }


    .container_image_slide p{
      font-size:18px;
      color: #8b8a8a;
      text-align: center;
      font-family: 'poppins_reg', sans-serif;
     
    }


   /* .container_image_slide img{


      display: block;
      margin: 10px auto; /* Center images vertically and add spacing */
    /*  width: 600px; /* Adjust size as needed */
    /*  height: 100px;*/

   /* }*/
 

    .image-wrapper {
      display: flex;
      gap: 20px; /* Adds spacing between images */
      justify-content: center; /* Centers images horizontally */
      align-items: center; /* Aligns images vertically */
      padding: 1em;
      width: auto;

   
    }


   
    .image-wrapper img {
      width: 330px; /* Adjust image width */
      height:230px; /* Maintain aspect ratio */
        /* Optional border for styling */
       /* Optional rounded corners */
        gap: 20px;
        border-radius: 5px;


    }



  /* 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 */


    





  /* Media Query for Smaller Screens */

/* Responsive Styles */
 
@media (max-width: 768px) {

  .project_container {
    grid-template-columns: 1fr; /* Single column for smaller screens */
  }



/* animation code*/

/* 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: absolute;
  top: 60px;
  left: 0;
  width: 60%;
  background: #f0efeb;

  /*padding: 15px 0;*/
  
  text-align: center;
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease-in-out;
  padding: 5px 0;
}


.menu.show {
  display: flex;
  transform: translateY(0);
}

ul {
  flex-direction: column;
 /* gap: 12px;*/
  padding: 0;
  list-style: none;
  margin: 0;
}


ul li {
 /* padding: 8px 15px;*/
  font-size: 14px;
  border-bottom: 1px solid #ddd;
}


ul li:first-child {
margin-left: 0px;  /* Ensures no extra space for the first item */
}


ul li a{
color: #36454F;
font-family: 'poppins_med', sans-serif;
transition: 0.3s ease-in-out;
font-size: 14px;
text-transform: uppercase;
/* letter-spacing: 1px;*/
text-decoration: none;
display: block;
/*padding: 8px 0;*/

}



  #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;
}




  .project_container {
    grid-template-columns: 1fr; /* Single column layout on mobile */
    justify-content: center;
  }

  .container_feedback {

    flex-direction: column; /* Stack text and image vertically */
    align-items: center;
    text-align: center;
    padding: 10px;
    width: 80%;

  }

  .text-content {
    width: 80%; /* Full width for text */
   

  }

  .text-content h1{
    font-size: 18px;
    font-weight: bold;
    font-family: 'worksans_med', sans-serif;
    margin-top: 10px;

  }



  .text-content p {

    font-size: 14px;
    color: #555;
    font-family: 'poppins', sans-serif;
    

  }
  .image-content {
    width: 60%; /* Full width for images */
  }

  .container_feedback img {
    width: 80%; /* Responsive image */
    max-width: 500px; /* Avoid too large images */
    margin-top: 10px;
    
  }

  .image-wrapper {
    flex-direction: column; /* Stack images vertically */
    gap: 10px;
  }

  .image-wrapper img {
    width: 100%; /* Full width images */
    max-width: 350px; /* Adjust size for better fit */
    height: 220px;
  }

  .container_image_slide{
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: auto;
    background: #ffffff;  
    padding: 1em;
  
  }
  

  .container_image_slide h1{
    font-size:16px;
    color: #36454F;
    text-align: center;
    font-family: 'poppins_reg', sans-serif;
    font-style: bold;
    
    }
  
  
    .container_image_slide p{
      font-size:14px;
      color: #8b8a8a;
      text-align: center;
      font-family: 'poppins_reg', sans-serif;
     
    }

 

 /* 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 */
}

}






