*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
html, body{
  overflow-x: hidden;
}

/* navbar*/

.navbar-toggler:focus,
.navbar-toggler:active,
.navbar-toggler:focus-visible{
  outline: none !important;
  box-shadow: none !important;
}

.navbar{
    padding: 28px 30px !important;
    background-color: #fff !important; 

}
/* fiexd navbar */

/* Default navbar */
#mainNavbar{
  background: transparent;   /* top pe transparent */
  transition: all 0.3s ease;
  z-index: 1050;
}

/* Scroll hone ke baad */
#mainNavbar.scrolled{
  background: #ffffff;
  box-shadow: 0 2px 10px rgba(0,0,0,0.1);
}

body {
    font-family: 'Open Sans', sans-serif !important;
     
}
.navbar a{
     font-family: 'Open Sans', sans-serif !important;

}


.navbar-brand img{
    width: 158px;
    height: auto;

}
.navbar-nav{
    display: flex;
   
}
.nav-item .nav-link{
    font-size: 15px;
    font-weight: 600;
    color:black;
    transition: all 0.3s ease;
    padding: 10px 15px !important;
}

.nav-item .active{
color: #009cff !important;
font-size: 15px;
    font-weight: 600;
}
.nav-item .nav-link:hover {
    background-color: rgba(17, 17, 17, 0.05);
}
.nav-item .active:hover{
    color: black !important;
}


.search-icon,
.hem-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0.5rem 1rem;     
     font-size: 15px;
    font-weight: 600;
    color:black;
    text-decoration: none;
    transition: all 0.6s ease;
}
/* search box */
/* SEARCH MODAL */
.search-modal {
  display: none;
  position: fixed;
  z-index: 9999;
right: 7%;
  top: 5%;
  width: 350px;
  height: 100px;
 
}

.search-modal-content {
  position: absolute;
  top: 40px;
  left: 55%;
  transform: translateX(-50%);
  width: 90%;
  max-width: 500px;
  background: #fff;
  padding: 20px 35px;
  border-radius: 0;
  box-shadow: 0 2px 10px rgba(0,0,0,0.3);
}

.search-close {
  position: absolute;
  top: -5px;
    right: 9px;
  font-size: 25px;
  cursor: pointer;
}

.search-input {
  width: 100%;
  outline: none !important;
  font-size: 13px !important;
 
  padding: 7px 12px;

  margin-bottom: 20px;
  border: 1px solid whitesmoke;
  
}


.search-btn {
  width: 100%;
  padding: 7px;
  border: none;
  background: #007bff;
  color: #fff;
  cursor: pointer;
  font-size: 13px !important;
}


.search-icon,
.hem-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0.5rem 1rem;     
     font-size: 15px;
    font-weight: 600;
    color:black;
    text-decoration: none;
    transition: all 0.6s ease;
}
.search-icon:hover,
.hem-icon:hover {
    background-color: transparent !important; 
    color: #009cff !important;                 
}
/* home dropdown */
.nav-item.dropdown .dropdown-toggle::after {
    display: none;
}
.dropdown-item{
     font-family: 'Open Sans', sans-serif !important;
    
    transition: all 0.3s ease;
}

.dropdown-item {
     background-color: transparent !important;
    font-size: 12px !important;
    font-weight: bold !important;
}
.dropdown-item:hover{
    transform: translateX(3%);
    color: #009cff  !important;
}
.dropdown-menu{
    border: none !important;
    background-color: white!important;
    border-radius: 0 !important;
    transform: translateX(-10%);
    position: relative;
}
/* Hover par dropdown open */
.nav-item.dropdown:hover .dropdown-menu {
  display: block;
}
.sub-button{
    position:  absolute !important;
    top: 2px;
    right: 20px !important;
}
/* Optional: Smooth animation */
.nav-item.dropdown .dropdown-menu {
  transition: all 0.6s ease;
}

/* 1) Parent hover se submenu open na ho */
.dropdown-submenu > .dropdown-menu{
    display: none !important;
}
.dropdown-submenu:hover > .dropdown-menu {
  display: block !important;
}

/* 2) Sirf arrow icon par hover se submenu open ho */


/* position of submenu */
.dropdown-submenu {
  position: relative;
}

.dropdown-submenu .dropdown-menu {
  display: none;
  top: 0;
  transform: translateX(-101%);
  margin-left: 0.15rem;
  box-shadow: -2px 2px 3px rgba(0,0,0, 0.6);
  border: none !important;
}


/* banner */


.banner {
    padding-top: 90px !important;
  min-height: 80vh;
  
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;

  
}
.banner::before{
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to right,
    rgba(0,0,0,1) 0%,
    rgba(0,0,0,0.4) 30%,
    rgba(0,0,0,0.4) 70%,
    rgba(0,0,0,1) 100%
  );
  z-index: 1;
  opacity: 0.8;
 
  transition: opacity 5s ease-in;
 
}
.banner:hover::before{
  background: linear-gradient(
    to right,
    rgba(0,0,0,1) 0%,
    rgba(0,0,0,0.8) 30%,
    rgba(0,0,0,0.8) 70%,
    rgba(0,0,0,1) 100%
  );
  opacity: 0.9;
}

.banner *{
 
  z-index: 1;
  color: white;
}






.right-icon{
    height: 35px;
    width: 35px;
    border-radius: 50%;
    background-color: gray;
    color: darkgray;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    bottom: 10%;
   z-index: 10 !important;
    right: 11%;
    border: none !important;
     transition: all 0.4s ease;

}
.left-icon{
    height: 35px;
    width: 35px;
    border-radius: 50%;
    background-color: gray;
    color:darkgray;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
   z-index: 10;
    bottom: 10%;
    right: 14%;
    border: none !important;
    transition: all 0.4s ease;
    
}

.left-icon i{
    font-size: 12px !important;
}
.right-icon i{
    font-size: 12px !important;
   

}
.left-icon:hover,
.right-icon:hover {
  background-color: white !important;
}
.banner-text{
    margin-top: 60px !important;
    
}
.btn-life{
  background-color: #009cff !important;
  color: white !important;
  font-size: 9px !important;
  border-radius: 40px !important;
  padding: 4px 10px !important;
  font-weight: 600 !important;
  margin-top: 20px !important;
  margin-bottom: 15px !important;

  /* 🔥 IMPORTANT FIX */
  display: inline-block;
  transition-property: background-color, color;
  transition-duration: 0.5s;
  transition-timing-function: ease-in;
}
/* down */
.down-1, .down-2, .down-3, .down-4, .down-5, .down-6 {
    display: none !important;
    position: absolute;
    right: -2%;
    top: 14px;
    font-size: 10px !important;
    margin-left: 10px !important;
}
.down1-main, .down2-main, .down3-main, .down4-main, .down5-main, .down6-main {
    position: relative;
    
}

.btn-life:hover{
  background-color: white !important;
  color: black !important;
}

.banner-text h2{
    font-size: 36px !important;
    font-weight: 600;
    color: white;
    

}
.banner-text p{
    color: white !important;
    margin-top: 15px !important;
    font-size: 14px !important;
    line-height: 27px !important;
}

 .btn-drink{
     background-color: rgba(32, 240, 32, 0.845) !important;
    color: white !important;
  font-size: 9px !important;
  border-radius: 40px !important;
    padding: 4px 10px !important;
    font-weight: 600 !important;
    margin-top: 20px !important;
    margin-bottom: 15px !important;
    transition: all 0.6s ease;

 }
.btn-drink:hover{
    color: black !important;
    background-color: white !important;
}
.auther-img{
    height: 30px;
    width: 30px;
    border-radius: 50% !important;
    object-fit: cover;
}
.auther-img img{
    height: 100%;
    width: 100%;
     border-radius: 50%;
    object-fit: cover;

}
.auther-main{
    display: flex;
  align-items: center !important;
    gap: 5px;
}
.text p{
    font-size: 12px !important;
    color: white;
    margin-top: 15px;
    cursor: pointer;
}
.avatar{
    display: flex;
    align-items: center !important;
    gap: 20px ;
    margin-top: 50px !important;
    
}
.comment p{
     font-size: 12px !important;
    color: white;
    margin-top: 15px;
    cursor: pointer;
}
.comment i{
    margin-right: 5px ;
}
/* banner-bottom section */
.first-img img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    transition: filter 0.3s ease;
   
}

.first-img img:hover {
    filter: brightness(0.9);
}

.secound-avatar{
  display: flex;
  align-items: center;
  gap: 15px;
margin-top:1rem !important;
  width: 100%;
}

.secound-auther{
  display: flex;
  align-items: center;
  gap: 5px;
}

.secound-auther img{
  width: 30px;
  height: 30px;
  border-radius: 50%;
}

.secound-avatar p{
  margin: 0;
}
.challan p{
    font-size: 12px !important;
    color: rgba(0, 0, 0, 0.63);
    cursor: pointer;
    transition: all 0.3s ease;
    font-size: 600 !important;
}
.challan p:hover{
    color: black;
}
.secound-views p{
    font-size: 11px !important;
    color: rgba(0, 0, 0, 0.63);
}
.secound-views p i{
   margin-right: 3px !important;
}
.secound-icon{
    display: flex;
    gap: 5px !important;
    align-items: center;
    margin: 10px 0px;
}
.btn-entertain{
    font-size: 10px !important;
  border-radius: 40px !important;
  padding: 3px 12px !important;
  font-weight: 600 !important;
 
    text-transform: uppercase;
     background-color: #a66bbe !important;
     transition: all 0.3s ease-out !important;
     color: white !important;
 

}
.btn-entertain:hover{
    background-color: black !important;
    color: white !important;

}
.secound-icon span{
    height: 25px;
    width: 25px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: black;
}
.secound-icon span i{
    color: white;
    font-size: 12px !important;

}
.secound-text h3{
    font-size: 19px;
    font-weight: 600;
    line-height: 32px !important;
    color: black;
    transition: all 0.4s ease-out;
    cursor: pointer;
   
}
.secound-text h3:hover{
    color: #009cff !important;
}
.secound-text p{
    font-size: 14px !important;
      font-family: 'Open Sans', sans-serif !important;
      line-height: 25px;
      margin: 0px !important;
}
.sound-text-main {
  box-shadow: 6px 4px 10px rgba(0, 0, 0, 0.10);
  padding: 15px 30px !important;


  
 
}
.background-img{
    background-image: url("col-2\ pic.jpg");
    height: 100%;
    width: 100%;
    object-fit: cover;
   
   
}

.background-img {
    background-image: url("col-2 pic.jpg");
    height: 100%;
    width: 100%;
    background-size: cover;
    background-position: center;
    position: relative;
    transition: filter 0.s ease;
}

.background-img:hover {
    filter: brightness(0.8); 
}
.first-grid-container{
   max-width: 1250px !important;
   padding: 0 20px !important;
   padding: 0 auto !important;
   margin: 0 auto !important;

    
}

.container-grid-secound{
     max-width: 1250px !important;
   padding: 0 45px !important;
   
   margin: 0 auto;

}

.grid-first-h{
    margin-bottom: 30px !important;
    font-weight: bold;
    font-size: 23px !important;
    padding-left: 14px !important;
    
}
.secound-h{
      font-weight: bold;
    font-size: 23px !important;
    padding-left: 14px !important;
    margin-top: 20px !important;
    padding-top: 20px !important;
    
}

 .btn-tech{
      background-color: #f99500 !important;
    color: white !important;
  font-size: 9px !important;
  border-radius: 40px !important;
    padding: 4px 10px !important;
    font-weight: 600 !important;
    margin-top: 20px !important;
    margin-bottom: 15px !important;
    transition: all 0.6s ease !important;

 }
 .btn-tech:hover{
   background-color: black !important;
color: white !important;
 }


.background-img{
    padding: 15px 30px !important;
}
.background-img-content h3{
     font-size: 19px;
    font-weight: 600;
    line-height: 32px !important;
    color: white;
    transition: all 0.4s ease-out;

}
.third-auther{
    display: flex;
    margin-top: 100px !important;
    align-items: center;
}
.third-auther img{
 height: 30px;
    width: 30px;
    border-radius: 50% !important;
    object-fit: cover;

}
.third-auther{
    display: flex;
  align-items: center;
  gap: 3px !important;
}

.secound-challan p{
    font-size: 13px !important;
    color:white !important;
    cursor: pointer;
    transition: all 0.3s ease;
    font-size: 600 !important;
    margin-top: 15px !important;
}

/* row-2 */
.btn-travel{
      background-color:#d60000 !important;
    color: white !important;
  font-size: 9px !important;
  border-radius: 40px !important;
    padding: 4px 10px !important;
    font-weight: 600 !important;
    margin-top: 20px !important;
    margin-bottom: 15px !important;
    transition: all 0.6s ease !important;

 }
 .btn-travel:hover{
    color: white !important;
    background-color:black !important;
 }
.text-2 p{
    font-size: 12px !important;
    color: darkgray;
    margin-top: 15px;
    transition: all 0.3s ease;
    cursor: pointer;
}
.text-2 p:hover{
    color: black !important;
    
}

.auther-main-2{
       display: flex;
  align-items: center !important;
    gap: 5px;

}
.comment-2 p{
     font-size: 12px !important;
    color: darkgray;
    margin-top: 15px;
    cursor: pointer;
    transition: all 0.3s ease;
}
.comment-2 p:hover{
    color: black !important;
}
.comment-2 i{
    margin-right: 5px ;
}
.avatar-2{
    display: flex;
    align-items: center !important;
    gap: 20px ;
   
    
}
.avatar-2{
    margin-top: 1rem !important;
}

.four-text-main {
box-shadow: 0 2px 15px rgba(0, 0, 0, 0.10);
  padding: 10px 20px !important;
 
 
  
 
}
.back-ground-five-img {
    background-image: url("col-4.jpg");
    height: 50%;
    width: 100%;
    background-size: cover;
    background-position: center;
    position: relative;
    cursor: pointer;
    overflow: hidden;
}

.back-ground-five-img::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0);
    transition: background 0.4s ease;
}

.back-ground-five-img:hover::before {
    background: rgba(0, 0, 0, 0.35); /* yahan darkness control */
}

.text-five{
    padding: 11px 20px !important;
}
.text-five{
    box-shadow: 0 2px 15px rgba(0, 0, 0, 0.10);
  
  
}
.six{
    
 
}
.six img{
   
    
}

.banner-bottom-first-column{
    cursor: pointer;

}
.banner-bottom-first-column img{
  width: 100%;
  height: auto !important;   /* ← yeh sab se important */
  display: block;


}
.bottom-column-text{

}
.camra-icon{
    display: flex;
    gap: 5px !important;
    align-items: center;
   
}

.camra-icon span{
    height: 25px;
    width: 25px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center !important;
    background-color: black;
    margin-top: 6px !important;
}
.camra-icon i{
    color: white !important;
    font-size: 13px;
}



.camra-division{
   box-shadow: 4px 4px 15px rgba(0, 0, 0, 0.10);
   padding: 0px 30px !important;

     width: 100%;
  height: auto !important;   /* ← yeh sab se important */
  display: block;
 
}

.avatar-3{
    display: flex;
    align-items: center !important;
    gap: 20px ;
   
    
}
.avatar-3{
    margin-top: 1rem !important;
}
.travel-division{
    padding: 0px 30px !important;
     box-shadow: 0 4px 15px rgba(0, 0, 0, 0.10);
     max-width: 485px !important;
     

}

.music-icon{
    display: flex;
    gap: 6px !important;
    align-items: center;
}


.music-icon span{
    height: 25px;
    width: 25px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center !important;
    background-color: black;
    margin-top: 6px !important;
}
.music-icon span i{
    color: white;
    font-size: 12px !important;

}
/* dark img */
.banner-bottom-first-column{
  position: relative;
  overflow: hidden;

}

.banner-bottom-first-column img{
  width: 100%;
  height: auto;
  display: block;
}

/* overlay */
.banner-bottom-first-column::after{
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0);
  transition: background 0.4s ease;
 
}

.banner-bottom-first-column:hover::after{
  background: rgba(0,0,0,0.35); /* darkness control */
}
.Technology-devision{
    background-color: #083b5c !important;
    padding: 12px 30px !important;


}
.tech-pic{
    overflow: hidden;
}
.img{
    background-image: url("techpic.jpg");
    height: 100%;
    width: 100%;
    background-size: cover;
    background-position: center;
    cursor: pointer;

    transition: all 0.4s ease;
   
}

/* Optional: darken a bit more on hover */
.img:hover{
    filter: brightness(0.6);   /* slightly darker on hover */
}

.small-h{
    font-size: 24px !important;
    color: white !important;
    margin-top: 20px;
    margin-left: 19px;
    z-index: 1 !important;
    line-height: 33px;
    font-weight: 600;
}
.box-p{
    font-size: 12px !important;
}

.food-and-drink-division{
     box-shadow: 0 4px 15px rgba(0, 0, 0, 0.10);
}

/* articles */



.article-1-img{
    background-image: url("article\ 1.jpg");
    height:140px;
    width: 100%;
    background-size: cover;
    background-position: center;
    position: relative;
    cursor: pointer;
    overflow: hidden;
}

.article-1-img::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0);
    transition: background 0.4s ease;
}

.article-1-img:hover::before {
    background: rgba(0, 0, 0, 0.35); /* yahan darkness control */
}



.article-2-img{
    background-image: url("article2.jpg");
    height:140px;
    width: 100%;
    background-size: cover;
    background-position: center;
    position: relative;
    cursor: pointer;
    overflow: hidden;
}

.article-2-img::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0);
    transition: background 0.4s ease;
}

.article-2-img:hover::before {
    background: rgba(0, 0, 0, 0.35); /* yahan darkness control */
}




.article-3-img{
    background-image: url("article3.jpg");
    height:140px;
    width: 100%;
    background-size: cover;
    background-position: center;
    position: relative;
    cursor: pointer;
    overflow: hidden;
}

.article-3-img::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0);
    transition: background 0.4s ease;
}

.article-3-img:hover::before {
    background: rgba(0, 0, 0, 0.35); /* yahan darkness control */
}


.article-4-img{
    background-image: url("article4.jpg");
    height:140px;
    width: 100%;
    background-size: cover;
    background-position: center;
    position: relative;
    cursor: pointer;
    overflow: hidden;
}

.article-4-img::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0);
    transition: background 0.4s ease;
}

.article-4-img:hover::before {
    background: rgba(0, 0, 0, 0.35); /* yahan darkness control */
}




.article-5-img{
    background-image: url("article5.jpg");
    height:140px;
    width: 100%;
    background-size: cover;
    background-position: center;
    position: relative;
    cursor: pointer;
    overflow: hidden;
}

.article-5-img::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0);
    transition: background 0.4s ease;
}

.article-5-img:hover::before {
    background: rgba(0, 0, 0, 0.35); /* yahan darkness control */
}



.article-6-img{
    background-image: url("article7.jpg");
    height:140px;
    width: 100%;
    background-size: cover;
    background-position: center;
    position: relative;
    cursor: pointer;
    overflow: hidden;
}

.article-6-img::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0);
    transition: background 0.4s ease;
}

.article-6-img:hover::before {
    background: rgba(0, 0, 0, 0.35); /* yahan darkness control */
}


.article-7-img{
    background-image: url("article8.jpg");
    height:140px;
    width: 100%;
    background-size: cover;
    background-position: center;
    position: relative;
    cursor: pointer;
    overflow: hidden;
}

.article-7-img::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0);
    transition: background 0.4s ease;
}

.article-7-img:hover::before {
    background: rgba(0, 0, 0, 0.35); /* yahan darkness control */

}



.article-8-img{
    background-image: url("article14.jpg");
    height:140px;
    width: 100%;
    background-size: cover;
    background-position: center;
    position: relative;
    cursor: pointer;
    overflow: hidden;
}

.article-8-img::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0);
    transition: background 0.4s ease;
}

.article-8-img:hover::before {
    background: rgba(0, 0, 0, 0.35); /* yahan darkness control */
}



.article-9-img{
    background-image: url("article9.jpg");
    height:140px;
    width: 100%;
    background-size: cover;
    background-position: center;
    position: relative;
    cursor: pointer;
    overflow: hidden;
}

.article-9-img::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0);
    transition: background 0.4s ease;
}

.article-9-img:hover::before {
    background: rgba(0, 0, 0, 0.35); /* yahan darkness control */
}


.article-10-img{
    background-image: url("article10.jpg");
    height:140px;
    width: 100%;
    background-size: cover;
    background-position: center;
    position: relative;
    cursor: pointer;
    overflow: hidden;
}

.article-10-img::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0);
    transition: background 0.4s ease;
}

.article-10-img:hover::before {
    background: rgba(0, 0, 0, 0.35); /* yahan darkness control */
}


.article-11-img{
    background-image: url("arcle11.jpg");
    height:140px;
    width: 100%;
    background-size: cover;
    background-position: center;
    position: relative;
    cursor: pointer;
    overflow: hidden;
}

.article-11-img::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0);
    transition: background 0.4s ease;
}

.article-11-img:hover::before {
    background: rgba(0, 0, 0, 0.35); /* yahan darkness control */
}



.article-12-img{
    background-image: url("article12.jpg");
    height:140px;
    width: 100%;
    background-size: cover;
    background-position: center;
    position: relative;
    cursor: pointer;
    overflow: hidden;
}

.article-12-img::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0);
    transition: background 0.4s ease;
}

.article-12-img:hover::before {
    background: rgba(0, 0, 0, 0.35); /* yahan darkness control */
    
}
.btn-bottom{
    height: 50px;
    width: 200px;
    border-radius: 0px !important;
    background-color: #007bff !important;
    color: white !important;
    transition: all 0.3s ease;
}
.btn-bottom:hover{
box-shadow: 0 4px 10px rgba(0, 0, 0, 0.6);
}
.bottom-button{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 50px !important;
    transition: all 0.3s ease;
     

}
/* footer */
.footer-gridlove {
    background-color: #111111;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}
.logo-p{
    font-size: 13px !important;
}
.promo-box{
    width: 220px !important;
    padding: 15px 10px !important;
     margin-left: 70px !important;
     cursor: pointer;
}
.btn-danger{
    height: 40px !important;
    width: 150px !important;
    font-size: 14px !important;
    padding-top: 10px !important;
    font-weight: 600;
   
   
}

.footer-gridlove h5 {
    font-weight: 700;
    font-size: 1.1rem;
}

/* Social Buttons */
.social-btn {
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: white;
    text-decoration: none;
    font-size: 0.9rem;
}
.fb { background-color: #3b5998; }
.tw { background-color: #00acee; }
.pt { background-color: #bd081c; }
.vn { background-color: #1ab7ea; }

/* Form Elements */
.footer-gridlove .form-control {
    background: #fff;
    border: none;
    padding: 9px 12px;
}

.footer-gridlove .btn-primary {
    background-color: #00a0ff;
    border: none;
    padding: 9px 12px !important;
}
.footer-bottom{
    position: relative;
}
.footer-bottom ::before{
    content: "";
    height: 0.3px !important;
    width: 100px;
    position: absolute;
    background-color:whitesmoke;
    left: 45%;
    top: 1%;

}

/* Footer Links */
.footer-links li {
    padding: 8px 0;
    border-bottom: 1px solid #222;
   
}

.footer-links a {
    display: inline-block;
    color: white !important;
    text-decoration: none;
    font-size: 14px !important;
    font-weight: 600;
    transition: all 0.5s ease;
}
.footer-links a:hover{
    transform: translateX(8px) !important;
}

/* Promo Box (Purple Section) */
.promo-box {
    background: linear-gradient(135deg, #4b0082 0%, #800080 100%);
    border-radius: 4px;
}

.promo-box h3 {
    letter-spacing: 2px;
}
avbar
.promo-box .btn-danger {
    background-color: #f33b3b;
    border: none;
}
.logo-text{
  color: #fff;   /* white */
  font-weight: 600;
  
}









/* sidebar */




/* Overlay */

.gl-overlay{
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,0.6);
  opacity: 0;
  visibility: hidden;
  transition: .4s;
  z-index: 999;
}

/* Sidebar */
.gl-sidebar{
  position: fixed;
  top: 0;
  right: -340px;   /* ⬅️ right side */
  width: 340px;
  height: 100vh;
  background: white;
padding-left: 25px !important;
padding-bottom: 100px !important;
padding-right: 25px !important;
padding-top: 40px !important;
  overflow-y: auto;
  transition: .4s ease;
  z-index: 1000;
  margin-top: 80px !important;
 

}

/* Active */
.gl-sidebar.active{
  right: 0;
}
.gl-overlay.active{
  opacity: 1;
  visibility: visible;
}

/* Close icon */
.gl-close{
  position: absolute;
  top: 15px;
  right: 18px;
  font-size: 28px;
  color: black;
  cursor: pointer;
}

/* Social */
.gl-social{
  display: flex;
  gap: 15px;
  margin-bottom: 35px;
}
.gl-social a{
  color: #fff;
  font-size: 18px;
}

/* Section titles */
.gl-section h4{
  color: #fff;
  margin-bottom: 15px;
  font-size: 18px;
}

/* Popular images */
.gl-popular{
  display: grid;
  grid-template-columns: repeat(2,1fr);
  gap: 10px;
}

/* Discussed slider items */


.social{
    display: flex;
    align-items: center;
    gap: 8px;
    justify-content: center;
}
.social span:hover{
  opacity: 0.6 !important;
}

.social span{
    transition:all 0.4s ease;
    height: 40px;
    width: 40px;
    border-radius: 50%;
    justify-content: center;
    display: flex;
    align-items: center;
}
.social span a{
    text-decoration: none;
    color: white !important;
}

.follow h3{
    font-size: 20px;
    color: black;
    font-weight: 600;
    margin-bottom: 30px;
}
.follow p{
    font-size: 14px;
    margin-bottom: 30px;
}
.follow{
   margin-top: 30px;
      box-shadow: 0 2px 15px rgba(0, 0, 0, 0.10);
      padding: 20px 30px;

}
.img-sidebar{
    height: 60px;
    width: 120px;
}
.img-sidebar img{
    height: 100%;
    width: 100%;
    object-fit: cover;
    transition: filter 0.3s ease;
}
.text-10:hover ~ .img-sidebar img,
.img-and-text:hover .img-sidebar img{
    filter: brightness(0.6);
}

.img-and-text{
    display: flex;
    gap: 20px;
    align-items: center;
    margin-bottom: 20px;
}
.text-3 p{
    color: rgba(0, 0, 0, 0.61);
    font-size: 12px ;
    font-weight: 300;
    transition: all 0.3s ease;
    cursor: pointer;
    margin-bottom: 35px !important;
}

    


.popular h4{
    font-size: 20px;
    color: rgba(0, 0, 0, 0.763);
    font-weight: 600;
    margin-bottom: 30px;
   
}
.text-10 p{
    font-size: 12px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    
}
.text-10:hover{
    color: #009cff;
}


.popular{
      box-shadow: 0 2px 15px rgba(0, 0, 0, 0.10);
      padding: 30px 30px;
      margin-top: 30px !important;
      position: relative;
       overflow: hidden;
}
.icons-side-bar span{
    height: 25px;
    width: 25px;
    background-color: rgba(169, 169, 169, 0.432);
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
transition: all 0.3s ease;
}
.icons-side-bar span:hover {
    background-color: darkgray !important;
}
.icons-side-bar span i{
    font-size: 10px;
    color: black;
    
}

.icons-side-bar{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 7px;
    position: absolute;
    top: 9%;
    right: 7%;
}



.most-discussed{
    position: relative;
    box-shadow: 0 2px 15px rgba(0, 0, 0, 0.10);
      padding: 30px 30px;
      margin-top: 30px !important;

}
.most-discussed h4{
     font-size: 20px;
    color: rgba(0, 0, 0, 0.763);
    font-weight: 600;
    margin-bottom: 30px;
   

}


.icons-discussed{
  display: flex;
    justify-content: center;
    align-items: center;
    gap: 7px;
    position: absolute;
    top: 8%;
    right: 7%;
}


.icons-discussed span{
    height: 25px;
    width: 25px;
    background-color: rgba(169, 169, 169, 0.432);
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
transition: all 0.3s ease;
}
.icons-discussed span:hover {
    background-color: darkgray !important;
}
.icons-discussed span i{
    font-size: 10px;
    color: black;
    
}
@media (max-width: 991px) {

  /* ===== Modern mobile menu container ===== */
  .navbar-collapse {
    border-radius: 16px;
    box-shadow: 0 20px 40px rgba(0,0,0,0.25);
    animation: slideDown 0.7s ease;
    margin-top: 15px !important;
    padding: 10px 0px !important;
    max-width: 700px !important;
    margin: 0 auto;
  }
  .submenu-icon i{
    margin-top: 13px !important;
    margin-right: 20px !important;
  }

  @keyframes slideDown {
    from {
      opacity: 0;
      transform: translateY(-15px);
    }
    to {
      opacity: 1;
      transform: translateY(0);
    }
  }

  /* ===== Menu list spacing ===== */
  .navbar-nav {
    gap: 6px;
    padding: 0 12px;
  }

  /* ===== Menu items ===== */
  .nav-item {
    background: rgba(255,255,255,0.08);
    border-radius: 12px;
    transition: all 0.3s ease;
  }
  .hem-icon{
    display: none !important;

  }
  .search-icon{
    display: none !important;
  }

  .nav-item:hover {
    background: rgba(255,255,255,0.18);
  }

  /* ===== Menu links ===== */
  .nav-item .nav-link {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-weight: 500;
    letter-spacing: 0.3px;
  }

  /* ===== Active item highlight ===== */
  .nav-item.active,
  .nav-item.show {
    background: rgba(255,255,255,0.22);
  }

  /* ===== Main dropdown arrow modern ===== */
  .nav-item.dropdown > .nav-link::after {
    font-family: "Font Awesome 6 Free";
    content: "\f107";
    font-weight: 900;
    border: none;
    margin-left: auto;
    transition: transform 0.3s ease;
  }

  .nav-item.dropdown.show > .nav-link::after {
    transform: rotate(180deg);
  }

  /* ===== Dropdown menu animation ===== */
  .nav-item.dropdown .dropdown-menu {
    background: transparent;
    margin-top: 6px;
    animation: fadeIn 0.3s ease;
  }

  @keyframes fadeIn {
    from {
      opacity: 0;
      transform: translateY(-7px);
    }
    to {
      opacity: 1;
      transform: translateY(0);
    }
  }

  /* ===== Dropdown items ===== */
  .dropdown-menu .dropdown-item {
    color: black !important;
    padding: 10px 18px;
    border-radius: 10px;
    font-size: 14px;
  }

  .dropdown-menu .dropdown-item:hover {
    background: rgba(255,255,255,0.18);
  }

}

/* tablet */
@media (max-width: 760px) {

    .navbar {
        padding: 12px 20px !important;
    }

    .container-grid-secound{
        max-width: 1250px !important;
        padding: 0 10px !important;
        margin: 0 auto;
    }
    

    .food-and-drink-division{
        padding-bottom: 20px !important;
        max-width: 655px !important;
        margin: 0 auto !important;
        margin-top: 30px !important;
    }

    .camra-division{
        padding-bottom: 20px !important;
    }

    .travel-division{
        padding-bottom: 20px !important;
        max-width: 650px !important;
        margin: 30px auto 0 !important;
    }

    .Technology-devision{
        max-width: 650px !important;
        margin: 30px auto 0 !important;
    }

    .tech-pic{
        max-width: 700px !important;
        margin: 30px auto !important;
    }

    /* ===== Navbar collapse ===== */
    .navbar-collapse {
        background-color: white;
        margin-top: 30px !important;
        padding: 10px 0px !important;
        position: relative;
        z-index: 9999;
    }

    .navbar-collapse.show .nav-link{
        color: black !important;
    }

    .navbar-nav {
        flex-direction: column;
        align-items: center;
    }

    .nav-item .nav-link {
        font-size: 14px;
        padding: 8px 10px !important;
    }

    /* ===== Main dropdown allowed ===== */
    .nav-item.dropdown .dropdown-menu {
        padding-left: 10px;
    }

    /* =============================== */
    /* ❌ SUB MENU COMPLETELY DISABLED */
    /* =============================== */
    .dropdown-submenu,
    .dropdown-submenu > .dropdown-menu,
    .dropdown-submenu.show > .dropdown-menu {
        display: none !important;
        visibility: hidden !important;
        height: 0 !important;
        overflow: hidden !important;
    }

    .dropdown-submenu .dropdown-toggle::after {
        display: none !important;
    }

    /* ===== Text & layout ===== */
    .secound-text h3{
        font-size: 16px !important;
    }

    .navbar-brand img {
        width: 120px;
    }

    .left-icon{
        right: 22% !important;
    }

    .grid-first-h,
    .third-column,
    .five {
        margin-top: 30px !important;
    }

    .six{
        margin-top: 75px !important;
    }

    .six img{
        width: 100% !important;
    }

    .first-grid-container{
        margin: 0 auto !important;
    }

    .banner {
        min-height: 50vh;
    }

    .logo-text{
        display: none;
    }

    .logo img,
    .logo-p,
    .social-icons,
    .links{
        margin-left: 20px !important;
    }

    .banner-text h2 {
        font-size: 24px !important;
    }

    .banner-text p {
        font-size: 12px !important;
        line-height: 22px !important;
    }

    .btn-life,
    .btn-drink,
    .btn-tech,
    .btn-travel,
    .btn-entertain {
        font-size: 8px !important;
        padding: 3px 6px !important;
    }
}

@media(max-width:670px){
     .camra-division{
        padding-bottom: 20px !important;
    }

    .travel-division{
        padding-bottom: 20px !important;
        max-width: 550px !important;
        margin: 30px auto 0 !important;
    }

    .Technology-devision{
        max-width: 550px !important;
        margin: 30px  auto 0!important;
    }

    .tech-pic{
        max-width: 620px !important;
        margin: 30px auto !important;
    }
    .food-and-drink-division{
        max-width: 550px !important;
        margin: 0 auto !important;
    }

}

@media(max-width:525px){

     .travel-division{
        padding-bottom: 20px !important;
        max-width: 420px !important;
        margin: 30px auto 0 !important;
    }
    .banner-bottom-first-column{
        max-width: 420px !important;
        margin: 0 auto !important;
        width: 100%;

    }
        .camra-division{
              max-width: 420px !important;
        margin: 0 auto !important;
        width: 100%;
        }

    .Technology-devision{
        max-width: 420px !important;
        margin: 30px  auto 0!important;
        width: 100%;
    }

    .tech-pic{
        max-width: 471px !important;
        margin: 30px auto !important;
        width: 100% !important;
    }
    .food-and-drink-division{
        max-width: 420px !important;
        margin: 0 auto !important;
    }


}
@media(max-width:393px){
      .travel-division{
        padding-bottom: 20px !important;
        max-width: 420px !important;
        margin: 30px auto 0 !important;
    }
    .banner-bottom-first-column{
        max-width: 200px !important;
        margin: 0 auto !important;
        width: 100%;

    }
        .camra-division{
              max-width: 420px !important;
        margin: 0 auto !important;
        width: 100%;
        }

    .Technology-devision{
        max-width: 420px !important;
        margin: 30px  auto 0!important;
        width: 100%;
    }

    .tech-pic{
        max-width: 471px !important;
        margin: 30px auto !important;
        width: 100% !important;
    }
    .food-and-drink-division{
        max-width: 420px !important;
        margin: 0 auto !important;
    }


}


@media (max-width: 480px) {

    .navbar {
        padding: 10px 15px !important;
    }

    /* =============================== */
    /* ❌ SUB MENU COMPLETELY DISABLED */
    /* =============================== */
    .dropdown-submenu,
    .dropdown-submenu > .dropdown-menu,
    .dropdown-submenu.show > .dropdown-menu {
        display: none !important;
        visibility: hidden !important;
        height: 0 !important;
        overflow: hidden !important;
    }

    .dropdown-submenu .dropdown-toggle::after {
        display: none !important;
    }

    /* =============================== */
    /* existing code (unchanged) */
    /* =============================== */

    .avatar-2 {
        flex-direction: column;
        align-items: flex-start !important;
        gap: 1px !important;
    }
    .banner-bottom-first-column{
            max-width: 385px !important;
        margin: 0 auto !important;
        width: 100% !important;

    }
        .camra-division {
             max-width: 385px !important;
        margin: 0 auto !important;
        width: 100% !important;
        }

    .Technology-devision,
   
    .travel-division {
        max-width: 383px !important;
        margin: 0 auto !important;
        width: 100% !important;
        margin-top: 20px !important;
       
    }
    
     .food-and-drink-division{
        margin-bottom: 20px !important;
        max-width: 393px !important;
        margin: 0 auto !important;
        width: 100% !important;
     }

    .tech-pic{
        max-width: 430px !important;
        margin: 30px auto !important;
    }

    .navbar-collapse {
        background-color: white !important;
        margin-top: 30px !important;
        padding: 10px 0px !important;
        position: relative;
        z-index: 9999;
    }

    .navbar-collapse.show .nav-link{
        color: black !important;
    }

    .dropdown-menu {
        padding-left: 10px !important;
    }

    .nav-item .nav-link {
        font-size: 13px;
        padding: 6px 8px !important;
    }

    .banner {
        min-height: 40vh;
    }
    .six img{
        margin-top: 20px !important;
    }

    .banner-text h2 {
        font-size: 20px !important;
    }

    .banner-text p {
        font-size: 11px !important;
        line-height: 20px !important;
    }

    .btn-life,
    .btn-drink,
    .btn-tech,
    .btn-travel,
    .btn-entertain {
        font-size: 7px !important;
        padding: 2px 5px !important;
    }
}
@media(max-width:421px) {
    .Technology-devision,
    .food-and-drink-division,
    .travel-division {
        margin-top: 20px !important;
        max-width: 353px !important;
        margin: 0 auto !important;
        width: 100% !important;
       
    }
    
    
}
@media(max-width:393px){
      .travel-division{
        padding-bottom: 20px !important;
        max-width: 300px !important;
        margin: 30px auto 0 !important;
    }
    .banner-bottom-first-column{
        max-width: 300px !important;
        margin: 0 auto !important;
        width: 100%;

    }
        .camra-division{
              max-width: 300px !important;
        margin: 0 auto !important;
        width: 100%;
        }

    .Technology-devision{
        max-width: 300px !important;
        margin: 30px  auto 0!important;
        width: 100%;
    }

    .tech-pic{
        max-width: 471px !important;
        margin: 30px auto !important;
        width: 100% !important;
    }
    .food-and-drink-division{
        max-width: 300px !important;
        margin: 0 auto !important;
    }


}



@media (max-width: 360px) {
    .navbar {
        padding: 8px 10px !important;
    }
    .navbar-brand img {
        width: 90px;
    }
    
    .travel-division{
        padding-bottom: 20px !important;
        max-width: 260px !important;
        margin: 0 auto !important;
        margin-top: 20px !important;
    }
    .food-and-drink-division{
        padding-bottom: 20px !important;
    }
    .nav-item .nav-link {
        font-size: 12px;
        padding: 4px 6px !important;
    }
     .container-grid-secound{
     max-width: 1250px !important;
 
   
   margin: 0 auto;

}
.first-grid-container{
   max-width: 1250px !important;
   margin: 0 auto !important;    
}
    .banner {
        min-height: 35vh;
    }
    .Technology-devision{
        max-width: 260px !important;
        margin: 0 auto !important;
        margin-top: 20px !important;
    }
    .food-and-drink-division{
        max-width: 280px !important;
        margin: 0 auto !important;
        margin-top: 20px !important;
    }

    
    .banner-text h2 {
        font-size: 18px !important;
    }
    .secound-text p{
        font-size: 12px !important;
        line-height: 20px  !important;
    }
        .secound-text h3{
            font-size: 13px !important;
            line-height: 20px !important;
        }
    .banner-text p {
        font-size: 10px !important;
        line-height: 18px !important;
    }
    .camra-division{
        padding-bottom: 20px !important;
    }
    .btn-life, .btn-drink, .btn-tech, .btn-travel, .btn-entertain {
        font-size: 6px !important;
        padding: 2px 4px !important;
    }
}






































































