<style>
*{
  margin:0;
  padding:0;
  box-sizing:border-box;
  font-family:'Inter',sans-serif;
}

body{
  background:#f4f6f8;
  padding:nonepx;
  color:#1a1a1a;
  overflow-x:hidden !important;
  width:100%;
  
}

@media(min-width:1024px){

.hero-slider{
    max-width:1400px;
    margin:0px auto 20px;
    border-radius:25px;
    overflow:hidden;
    box-shadow:0 15px 40px rgba(0,0,0,.12);
}

.slide img{
    height:550px;
    object-fit:cover;
}

}

@media(min-width:1024px){

.categories{
    display:grid;
    grid-template-columns:repeat(4,1fr);
    gap:25px;
    max-width:1327px;
    margin:auto;
}

.category{
    background:#fff;
    border-radius:20px;
    padding:35px 20px;
    box-shadow:0 10px 30px rgba(0,0,0,.08);
    transition:.3s;
}

.category:hover{
    transform:translateY(-8px);
}

}



.container{
  width:100%;
  max-width:1400px;
  margin:auto;
}
}

/* Offer Card */
.offer-card{
  background:linear-gradient(180deg,#f7f7f7,#ececec);
  border-radius:0px;
  padding:18px;
  position:relative;
  overflow:hidden;
  height: 230px;
}
.offer-badge{
  background:#ff4d4f;
  color:#fff;
  font-size:12px;
  padding:4px 10px;
  border-radius:20px;
  display:inline-block;
  margin-bottom:8px;
}
.offer-title{
  font-size: 23px;
    font-weight: 700;
    width: 180px;
    margin-bottom: 4px;
    margin-top: 10px;
}
.offer-sub{
  font-size:13px;
  color:#777;
  margin-bottom:12px;
  margin-top: 20px;
}
.book-btn{
  background:#15bb84;
  color:#fff;
  border:none;
  padding:10px 16px;
  border-radius:8px;
  font-weight:600;
  cursor:pointer;
}
.offer-img{
  position:absolute;
  right:0;
  bottom:0;
  height:201px;
}

.top-category-header{
    width:98%;
    background:#fff;
    border:1px solid #e8e8e8;
    border-radius:16px;
    padding:16px 20px;
    box-sizing:border-box;
    margin:30px 0 2px 3px;
    height:38px;
    margin-left: 10px;
    display:flex;
    align-items:center;
    justify-content:center;
    margin-bottom: 28px;
}

.section-title{
    margin:0;
    font-size:22px;
    font-weight:700;
    color:#222;
    text-transform:uppercase;
    line-height:1;
    margin-left: 15px;
}

/* Mobile */
@media(max-width:768px){

    .top-category-header{
        height:38px;
        padding:12px 15px;
        justify-content:center;
        margin-bottom:30px;

        margin-left:10px;
        margin-right:10px; /* Right side margin */
        width:calc(100% - 20px);
        box-sizing:border-box;
    }

}
/* Desktop */
@media(min-width:1024px){

    .top-category-header{
        justify-content:flex-start;
    }

    .section-title{
        text-align:left;
    }
}

.View{
      margin-right: 20px;
}
.CS{
    padding-left: 40px;
}

/* Categories */
.categories{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:14px;
      margin-right: 10px;
    margin-left: 10px;
}
.category{
  background:#f0f1f3;
  border-radius:12px;
  padding:14px 6px;
  text-align:center;
  font-size:14px;
}
.category img{
  width:46px;
  margin-bottom:6px;
  opacity:0.6;
}
/* Desktop Force */

@media (min-width:769px){

    .categories{
        display:grid !important;
        grid-template-columns:repeat(4,1fr) !important;
        gap:50px !important;
        width:900px !important;
    }

}
@media (min-width:769px){

    .categories{
        display:grid !important;
        grid-template-columns:repeat(4,1fr) !important;
        gap:20px !important;
        width:100% !important;
    }

    .category{
        width:100% !important;
        min-height:130px;
        padding:20px 15px;
        box-sizing:border-box;
    }

    .category img{
        width:60px;
        height:60px;
        object-fit:contain;
        margin-bottom:10px;
    }

}

/* =========================
   PACKAGES SECTION
========================= */

.packages-wrapper{
    width:100%;
    overflow-x:auto;
    overflow-y:hidden;
    -webkit-overflow-scrolling:touch;
    scrollbar-width:none;
    padding:0 10px;
    box-sizing:border-box;
        margin-left: 4px;
}

.packages-wrapper::-webkit-scrollbar{
    display:none;
}

.packages{
    display:flex;
    gap:17px;
    width:max-content;
    padding-bottom:15px;
}

.package{
    position:relative;
    min-width:calc(50vw - 22px);
    height:130px;
    border-radius:12px;
    flex-shrink:0;
    scroll-snap-align:start;
    cursor:grab;
    transition:transform .2s;
    background-size:cover;
    background-position:center;
    background-repeat:no-repeat;
    box-shadow:0 4px 10px rgba(0,0,0,.08);
    overflow:hidden;
    gap: 15px;
}

.package:active{
    cursor:grabbing;
    transform:scale(.98);
}

.pkg-title{
    position:absolute;
    bottom:10px;
    left:10px;
    color:#fff;
    font-size:14px;
    font-weight:600;
    background:rgba(0,0,0,.5);
    padding:6px 12px;
    border-radius:8px;
}

.package h4{
    font-size:13px;
    margin-bottom:6px;
}

.package .price{
    font-weight:700;
    margin-bottom:10px;
}

.package .view{
    font-size:12px;
    display:flex;
    justify-content:space-between;
}

/* Images */

.pkg1{
    background-image:url("/image/aa.png");
}

.pkg2{
    background-image:url("/image/aaah.png");
}

.pkg3{
    background-image:url("/image/aaac.png");
}

.pkg4{
    background-image:url("/image/aaas.png");
}

.pkg5{
    background-image:url("/image/aaah.png");
}

.pkg6{
    background-image:url("/image/aaap.png");
}

.pkg7{
    background-image:url("/image/aa.png");
}

/* =========================
   DESKTOP VIEW
========================= */

@media (min-width:1024px){

    .packages-wrapper{
        padding:0 20px;
    }

    .packages{
        gap:20px;
    }

    .package{
        min-width:300px;
        height:180px;
    }

    .pkg-title{
        font-size:16px;
        padding:8px 14px;
    }
}
.spotlight-slider{
    display:flex;
    overflow-x:auto;
    scroll-snap-type:x mandatory;
    -webkit-overflow-scrolling:touch;
    padding:0 10px;
    box-sizing:border-box;
    gap:0;
}

.spotlight-slider::-webkit-scrollbar{
    display:none;
}

.spotlight-card{
    flex:0 0 100%;
    position:relative;
    overflow:hidden;
    scroll-snap-align:start;
    border-radius:20px;
    padding:0 10px;
    box-sizing:border-box;
}

.spotlight-card img{
    width:100%;
    height:350px;
    object-fit:cover;
    display:block;
    border-radius:20px;
    margin:0;
    padding:0;
}
.spotlight-slider{
    scroll-padding-left:10px;
    scroll-padding-right:10px;
}

/* Desktop */
@media (min-width:1024px){

    .spotlight-card img{
        height:550px;
        width: 100%;
    }

}
.overlay{
  position:absolute;
  top:50%;
  left:40px;
  transform:translateY(-50%);
  color:#222;
}

.badge{
   background: #1f7a3f;
    color: white;
    padding: 6px 12px;
    font-size: 13px;
    border-radius: 20px;
    margin-bottom: 40px;
    display: inline-block;
    margin-left: -20px;
}

.sub{
  font-size:14px;
  color:#ffffff;
}

.overlay h1{
  font-size:28px;
  margin:8px 0;
  color:white;
}

.overlay button{
  padding:10px 20px;
  border:none;
  border-radius:8px;
  background:white;
  font-weight:600;
  cursor:pointer;
}
.bookss{
    margin-top:40px;
}


/* Moving indicator */
.indicator-bar{
  height:100%;
  width:30px;
  background:#000;
  border-radius:10px;
  transition:0.2s;
}

  /* hide scrollbar */
  scrollbar-width:none;
}

.spotlight-slider::-webkit-scrollbar{
  display:none;
}

.spotlight-card{
  min-width:300px;
  flex-shrink:0;
  cursor:pointer;
}
@media (max-width:768px){

    .vk_srv_search_input_wrapper{
        width:95% !important;
        margin:10px auto !important;
    }

}

/* Desktop Only */

@media (min-width:769px){

    .vk_srv_search_input_wrapper{
        width:60%;
        max-width:900px;
        margin:20px auto;
    }

}

.vk_srv_search_main_box{
    /*margin:20px auto;*/
    text-align:center;
      margin-top: 10px;
      
}


.vk_srv_search_title_text{
    font-weight:600;
    margin-bottom:12px;
    color:#2b2b2b;
    font-size:18px;
}

/* Search container */
.vk_srv_search_input_wrapper{
    position:relative;
    width:100%;
    
}

/* input field */
.vk_srv_search_input_field{
    width:100%;
    padding:15px 50px 15px 18px;
    border-radius:15px;
    border:1px solid #dcdcdc;
    outline:none;
    font-size:16px;
    background:#fff;
      margin-top: 5px;
     
  
}

/* fixed text */
.vk_srv_search_prefix{
    position:absolute;
    left:18px;
    top:50%;
    transform:translateY(-50%);
    color:#888;
    pointer-events:none;
      margin-top: 5px;
   
}

/* typing text */
.vk_srv_search_typing{
    margin-left:75px;
    color:#000;
}

/* search icon circle */
.vk_srv_search_icon_circle{
    position:absolute;
    right:8px;
    top:50%;
    transform:translateY(-50%);
    width:36px;
    height:36px;
    border-radius:50%;
    background:#d0d0d0;
    display:flex;
    align-items:center;
    justify-content:center;
    cursor:pointer;
   margin-right: 10px;
}

/* search icon */
.vk_srv_search_icon_circle svg{
    width:18px;
    height:18px;
    fill:#fff;
}

.vk_srv_search_icon_circle{
    position:absolute;
    right:12px;
    top:50%;
    transform:translateY(-50%);
    width:34px;
    height:34px;
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
    cursor:pointer;
      margin-top: 5px;
      
    
}

/* Thin gray icon */
.vk_srv_search_icon_circle svg{
    width:18px;
    height:18px;
    stroke:#777;
    stroke-width:2;
    fill:none;
    stroke-linecap:round;
}

.satisfaction-card {
    padding: 20px;
    border-radius: 10px;
    margin-top: 0px;
}

.stats-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
    margin-top: 20px;
    margin-right: 15px;
    margin-left: 15px;
}

.stat-box {
    background: #f0f1f3;
    padding: 20px;
    border-radius: 10px;
    text-align: center;
}

.stat-box p {
    margin: 0;
    font-size: 13px;
}

.stat-box h4 {
    margin-top: 10px;
    font-size: 22px;
    font-weight: bold;
    color: #15bb84;
}

/* Desktop View */
@media (min-width:1024px){

    .stats-grid{
        grid-template-columns: repeat(4, 1fr);
        gap:20px;
        margin:30px 20px 0;
    }

    .stat-box{
        padding:30px 20px;
        border-radius:16px;
        transition:all 0.3s ease;
        box-shadow:0 4px 12px rgba(0,0,0,0.08);
    }

    .stat-box:hover{
        transform:translateY(-5px);
        box-shadow:0 8px 20px rgba(0,0,0,0.12);
    }

    .stat-box p{
        font-size:16px;
        margin-bottom:12px;
    }

    .stat-box h4{
        font-size:32px;
        margin-top:0;
    }

}

/* Stats Animation Safe Version */

.stats-grid{
    overflow:hidden;
}

.stat-box{
    background:#f0f1f3;
    padding:20px;
    border-radius:10px;
    text-align:center;
    transition:opacity .8s ease, transform .8s ease;
}

/* Initial State */
.stat-box.left{
    opacity:0;
    transform:translateX(-30px);
}

.stat-box.right{
    opacity:0;
    transform:translateX(30px);
}

/* Visible State */
.stat-box.show{
    opacity:1;
    transform:translateX(0);
}



.swal2-title{
  display:none !important;
}

.big-swal {
    min-height: 60vh !important;
    max-height: 60vh !important;
    display: flex;
    flex-direction: column;
}
.big-swal .swal2-html-container {
    flex: 1;
    overflow-y: auto;
    margin-left: 1px;
    margin-right: 1px;
    /*margin-top:-290px ;*/
}
.big-swal{
  position: relative;
}


.swal-content h4{
 font-size: 15px;
    text-align: left;
    margin-top: 10px;
    margin-bottom: 10px;
}

.services-row{
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.services-card img{
  height: 80px;
    width: 90%;
    border-radius: 10px;
}

.services-card {
    width: 30%;
}

.services-card p{
  font-size: 12px;
}
.underline{
    text-decoration: none;
    color: inherit;
}

.nowrap{
  white-space: nowrap;
}




.city-popup-wrapper{
    width: 320px;
    padding: 0px;
}

.city-swal-popuppp {
  width: 390px !important;
  padding: 0px !important;
  border-radius: 5px;
  height: 350px !important;
}

.city-popup-box{
    width: 320px;
    background: #fff;
    border-radius: 0px;
    padding: 0px;
}

.popup-title{
    margin: 0px 0 10px;
    font-size: 23px;
    text-align: start;
    display: flex;
    justify-content: center;
}
.city-search-box input{
   width: 100%;
    padding: 5px;
    border-radius: 6px;
    border: 1px solid #ddd;
    margin-bottom: 10px;
    font-size: 15px;
    max-width: 270px;
}
.top-cities{
       display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1px;
    text-align: center;
    margin-bottom: 0px;
}

.city-item{
    padding: 10px;
    border-radius: 8px;
    cursor: pointer;
    transition: 0.3s;
}
.city-item i{
    font-size: 35px;
    color: #009f9b;
    margin-bottom: 8px;
    transition: 0.3s;
}

.city-item p{
    margin: 0;
    font-size: 13px;
}

.city-item:hover i{
    color: #3f51b5;
}

.city-item:hover p{
    color: #3f51b5;
}
 
 .show-more{
  font-size:30px;
  color:#2563eb;
  text-decoration:none;
  display: none;
}

.site-loader{
  position:fixed;
  top:0;
  left:0;
  width:100%;
  height:100vh;
  background:black;
  display:flex;
  justify-content:center;
  align-items:center;
  z-index:99999;
  overflow:hidden;
}

/* logo */

.loader-logo{
  width:200px;
  display:block;
  margin-top: -100px;
}

/* loading line */

.loader-line{
  width:200px;
  height:3px;
  background:#00e5ff;
  margin-top:20px;
  animation:loading 1.8s ease forwards;
}

.kitchen-heading {
    text-align: center;

}

@media screen and (min-width: 992px){

    .categories{
        grid-template-columns: repeat(6,1fr);
    }

    .offer-card{
        height:300px;
    }

    .offer-img{
        height:270px;
    }

    .offer-title{
        width:350px;
        font-size:40px;
    }
}
/*top-navbar*/

.top-navbar{
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:20px;
    padding:12px 20px;
    background:#fff;
}

.nav-logo img{
    height:40px;
    width:auto;
}

.nav-search{
    flex:1;
    max-width:400px;
    position:relative;
}

.nav-search input{
    width:100%;
    height:48px;
    border:1px solid #ddd;
    border-radius:12px;
    padding:0 60px 0 18px;
    font-size:16px;
    outline:none;
    background:#fafafa;
}

.nav-search button{
    position:absolute;
    right:0px;
    top:50%;
    transform:translateY(-50%);
    width:36px;
    height:36px;
    border:none;
    border-radius:50%;
    background:#e5e5e5;
    cursor:pointer;
    display:flex;
    align-items:center;
    justify-content:center;
}

.nav-search button i{
    font-size:16px;
    color:#666;
}

@media(max-width:768px){

    .top-navbar{
       gap: 20px;
        padding-top: 5px;
        padding-bottom: 5px;
    }

    .nav-logo img{
        height:37px;
            margin-left: -15px;
    }

    .nav-search input{
        height:42px;
        font-size:14px;
       margin-left: 7px;

    }

    .nav-search button{
        width:32px;
        height:32px;
    }

}
/* HERO SLIDER */

.hero-slider{
    width:100%;
    position:relative;
    overflow:hidden;
}

.slide{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    opacity:0;
    transition:opacity 1s ease-in-out;
}

.slide.active{
    opacity:1;
    z-index:1;
}

.slide img{
    width:100%;
    height:auto;
    display:block;
}


/* Desktop */
@media (min-width:769px){

    .hero-slider{
        max-height:430px;
    }

    .slide{
        position:relative;
    }

    .slide.active{
        position:relative;
    }

    .slide:not(.active){
        display:none;
    }

    .slide img{
        width:100%;
        height:430px;
        object-fit:unset;
    }
}


/* Mobile Same As Before */

@media (max-width:768px){

    .hero-slider{
        height:auto;
        aspect-ratio:1672 / 941;
    }

}
@media(max-width:768px){
    .hero-slider{
        border-radius:12px;
    }
}

/* WHY CHOOSE US */

.why-choose-section{
    width:100%;
    padding:60px 20px;

}

.why-choose-heading{
    text-align:center;
    margin-bottom:40px;
}

.why-choose-heading h2{
    font-size:32px;
    font-weight:700;
    color:#111;
    margin-bottom:10px;
}

.why-choose-heading p{
    font-size:16px;
    color:#666;
    max-width:600px;
    margin:auto;
}

.why-grid{
    display:grid;
    grid-template-columns:repeat(4,1fr);
    gap:25px;
    max-width:1200px;
    margin:auto;
}

.why-card{
    background:#fff;
    border:1px solid #eee;
    border-radius:18px;
    padding:30px 20px;
    text-align:center;
    transition:.3s;
}

.why-card:hover{
    transform:translateY(-5px);
    box-shadow:0 10px 25px rgba(0,0,0,.08);
}

.why-icon{
    font-size:38px;
    margin-bottom:15px;
}

.why-card h3{
    font-size:20px;
    color:#111;
    margin-bottom:10px;
}

.why-card p{
    font-size:14px;
    color:#666;
    line-height:1.6;
}

/* Tablet */

@media(max-width:991px){

    .why-grid{
        grid-template-columns:repeat(2,1fr);
    }

}

/* Mobile */

@media(max-width:576px){

    .why-grid{
        grid-template-columns:repeat(2,1fr);
        gap:12px;
    }

    .why-card{
        padding:18px 12px;
    }

    .why-icon{
        font-size:28px;
    }

    .why-card h3{
        font-size:15px;
    }

    .why-card p{
        font-size:12px;
        line-height:1.4;
    }

}

/* WHY CHOOSE Animation Safe */

.why-choose-section,
.why-grid{
    overflow:hidden;
}

.fade-up,
.slide-left,
.slide-right{
    opacity:0;
    transition:opacity .8s ease, transform .8s ease;
}

.fade-up{
    transform:translateY(15px);
}

.slide-left{
    transform:translateX(-15px);
}

.slide-right{
    transform:translateX(15px);
}

.show{
    opacity:1;
    transform:translate(0,0);
}

.service-category-section{
    padding:60px 15px;
}

.service-category-heading{
    text-align:center;
    margin-bottom:30px;
}

.service-category-heading h2{
    font-size:30px;
    font-weight:700;
    color:#111;
    margin-bottom:8px;
}

.service-category-heading p{
    color:#666;
    font-size:14px;
}

.service-category-grid{
    display:grid;
    grid-template-columns:repeat(4,1fr);
    gap:18px;
}

.service-category-card{
    background:#fff;
    border:1px solid #ececec;
    border-radius:20px;
    padding:22px;
    transition:0.3s ease;
    position:relative;
    overflow:hidden;
}

.service-category-card::before{
    content:"";
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:4px;
    background:#111;
    opacity:.08;
}

.service-category-card:hover{
    transform:translateY(-6px);
    box-shadow:0 12px 30px rgba(0,0,0,.08);
}

.category-icon{
    width:58px;
    height:58px;
    border-radius:16px;
    background:#f4f6f8;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:26px;
    margin-bottom:15px;
}

.service-category-card h3{
    font-size:18px;
    font-weight:700;
    color:#111;
    margin-bottom:15px;
}

.category-links{
    display:flex;
    flex-direction:column;
    gap:10px;
}

.category-links a{
    text-decoration:none;
    color:#555;
    font-size:14px;
    transition:.3s;
    display:flex;
    align-items:center;
}

.category-links a:before{
    content:"›";
    margin-right:8px;
    color:#999;
}

.category-links a:hover{
    color:#000;
    padding-left:4px;
}

@media(max-width:992px){

    .service-category-grid{
        grid-template-columns:repeat(2,1fr);
    }

}

@media(max-width:576px){

    .service-category-section{
        padding:40px 12px;
    }

    .service-category-heading h2{
        font-size:24px;
    }

    /* PHONE VIEW ME 2 CARD EK ROW */
    .service-category-grid{
        grid-template-columns:repeat(2,1fr);
        gap:12px;
    }

    .service-category-card{
        padding:15px;
        border-radius:16px;
    }

    .category-icon{
        width:45px;
        height:45px;
        font-size:20px;
        margin-bottom:10px;
    }

    .service-category-card h3{
        font-size:14px;
        margin-bottom:10px;
    }

    .category-links a{
        font-size:11px;
        line-height:1.3;
    }
}

/* Animation Base Ultra Safe */

.fade-up,
.slide-left,
.slide-right{
    opacity:0;
    transition:opacity .8s ease, transform .8s ease;
}

.fade-up{
    transform:translateY(15px);
}

.slide-left{
    transform:translateX(-15px);
}

.slide-right{
    transform:translateX(15px);
}

.show{
    opacity:1;
    transform:translateX(0) translateY(0);
}

/*footer sec*/
.osg-footer{
    background:#ffffff;
    color:#111111;
    margin-top:80px;
    border-radius:30px 30px 0 0;
    overflow:hidden;
    border-top:1px solid #e5e7eb;
}

.osg-footer-top{
    max-width:1300px;
    margin:auto;
    padding:70px 25px;
    display:grid;
    grid-template-columns:2fr 1fr 1fr 1.3fr;
    gap:40px;
}

.osg-footer-brand img{
    width:170px;
    margin-bottom:20px;
    padding-left: 20px;
        margin-right: 20px;

}

.osg-footer-brand p{
    color:#444444;
    line-height:1.8;
    font-size:15px;
}

.osg-social{
    display:flex;
    gap:12px;
    margin-top:25px;
}

.osg-social a{
    width:42px;
    height:42px;
    display:flex;
    align-items:center;
    justify-content:center;
    background:#f4f6f8;
    border:1px solid #dcdfe4;
    border-radius:50%;
    color:#111111;
    text-decoration:none;
    transition:.3s;
}

.osg-social a:hover{
    transform:translateY(-4px);
    background:#111111;
    color:#ffffff;
}

.osg-footer-links h4,
.osg-footer-contact h4{
    margin-bottom:20px;
    font-size:20px;
    color:#111111;
}

.osg-footer-links{
    display:flex;
    flex-direction:column;
}

.osg-footer-links a{
    color:#444444;
    text-decoration:none;
    margin-bottom:12px;
    transition:.3s;
}

.osg-footer-links a:hover{
    color:#000000;
    padding-left:6px;
}

.osg-footer-contact p{
    color:#444444;
    margin-bottom:14px;
}

.footer-btn{
    margin-top:15px;
    background:#111111;
    color:#ffffff;
    border:none;
    padding:12px 25px;
    border-radius:10px;
    cursor:pointer;
    font-weight:600;
    transition:.3s;
}

.footer-btn:hover{
    transform:translateY(-3px);
}

.osg-footer-bottom{
    border-top:1px solid #e5e7eb;
    padding:20px 25px;
    display:flex;
    justify-content:space-between;
    align-items:center;
    max-width:1300px;
    margin:auto;
    color:#444444;
}

.footer-policy{
    display:flex;
    gap:20px;
}

.footer-policy a{
    color:#444444;
    text-decoration:none;
}

.footer-policy a:hover{
    color:#000000;
}

/* Mobile */

@media(max-width:576px){

    .osg-footer-top{
        grid-template-columns:repeat(3,1fr);
        gap:12px;
        padding:40px 15px;
    }

    .osg-footer-brand{
        grid-column:1 / -1;
        text-align:center;
        margin-bottom:10px;
    }

    .osg-social{
        justify-content:center;
    }

    .osg-footer-links,
    .osg-footer-contact{
        text-align:center;
    }

    .osg-footer-links h4,
    .osg-footer-contact h4{
        font-size:14px;
        margin-bottom:10px;
    }

    .osg-footer-links a,
    .osg-footer-contact p{
        font-size:12px;
        margin-bottom:8px;
    }

    .footer-btn{
        padding:8px 12px;
        font-size:12px;
    }

    .osg-footer-bottom{
        flex-direction:column;
        gap:10px;
        text-align:center;
    }

}
.spotlight{
       margin-left: 95px;
}
@media (min-width:769px){

    .spotlight{
        margin-left:auto !important;
        margin-right:auto !important;
        width:90%;
        max-width:1200px;
    }

}

.most-booked-header{
    width:95%;
    margin:15px auto;
    background:#fff;
    border:1px solid #dcdcdc;
    border-radius:12px;
    text-align:center;
    padding:12px 0;
}

.most-booked-header h3{
    margin:0;
    font-size:28px;
    font-weight:700;
    color:#222;
    text-transform:uppercase;
    letter-spacing:1px;
}

@media(max-width:768px){

.most-booked-header{
    width:96%;
    padding:10px 0;
    margin-left: 2px;

}

.most-booked-header h3{
    font-size:18px;
}

}

.bottom-nav{
    position:fixed;
    bottom:0;
    left:0;
    width:100%;
    height:65px;
    background:#fff;
    border-top:1px solid #e5e5e5;
    display:flex;
    justify-content:space-around;
    align-items:center;
    z-index:9999;
    box-shadow:0 -2px 10px rgba(0,0,0,.08);
}

.nav-item{
    display:flex;
    flex-direction:column;
    align-items:center;
    justify-content:center;
    text-decoration:none;
    color:#888;
    font-size:11px;
    gap:3px;
}

.nav-item i{
    font-size:20px;
}

.nav-item.active{
    color:#2563eb;
}

/* Footer ke neeche content na chhupe */
body{
    padding-bottom:75px;
}

@media(min-width:769px){
    .bottom-nav{
        display:none;
    }
}

.city-selector{
    display:flex;
    align-items:center;
    gap:8px;
    background:#fff;
    border:1px solid #ddd;
    padding:10px 15px;
    border-radius:12px;
    cursor:pointer;
    width:max-content;
}

.city-popup-overlay{
    position:fixed;
    inset:0;
    background:rgba(0,0,0,.45);
    display:none;
    justify-content:center;
    align-items:center;
    z-index:99999;
}

.city-popup-overlay.active{
    display:flex;
}

.city-popup{
    width:95%;
    max-width:420px;
    background:#fff;
    border-radius:16px;
    padding:20px;
}

.city-popup-header{
    display:flex;
    justify-content:space-between;
    align-items:center;
    margin-bottom:15px;
}

.city-popup-header span{
    font-size:28px;
    cursor:pointer;
}

#citySearch{
    width:100%;
    padding:12px;
    border:1px solid #ddd;
    border-radius:10px;
    margin-bottom:15px;
}

.city-list{
    display:grid;
    grid-template-columns:repeat(2,1fr);
    gap:10px;
}

.city-item{
    background:#f5f5f5;
    padding:12px;
    border-radius:10px;
    text-align:center;
    cursor:pointer;
}

@keyframes loading{
  0%{width:0;}
  100%{width:120px;}
}

.location-bar{
    width:calc(100% - 20px);
    margin:15px auto;
    background:#fff;
    border:1px solid #e8e8e8;
    border-radius:16px;
    padding:14px 18px;
    display:flex;
    justify-content:space-between;
    align-items:center;
    cursor:pointer;
    box-shadow:0 4px 12px rgba(0,0,0,.05);
    transition:.3s;
}

.location-bar:hover{
    transform:translateY(-2px);
}

.location-left{
    font-size:15px;
    font-weight:600;
    color:#222;
}

.location-right{
    font-size:13px;
    color:#15bb84;
    font-weight:600;
}

/* Desktop */
@media(min-width:1024px){

    .location-bar{
        max-width:1320px;
        margin:20px auto;
        padding:18px 25px;
    }

    .location-left{
        font-size:18px;
    }

    .location-right{
        font-size:15px;
    }

}

/* Mobile */
@media(max-width:768px){

    .location-bar{
        border-radius:14px;
        padding:12px 15px;
    }

    .location-left{
        font-size:14px;
    }

    .location-right{
        font-size:12px;
    }

}

/* Desktop Row Layout */
@media(min-width:1024px){

    .top-search-row{
        display:flex;
        align-items:center;
        gap:20px;
        width:98%;
        margin:20px auto;
    }

    .location-bar{
        width:320px;
        margin:0 !important;
        flex-shrink:0;
    }

    .vk_srv_search_input_wrapper{
        flex:1;
        width:auto !important;
        margin:0 !important;
    }

}

/* Mobile */
@media(max-width:1023px){

    .top-search-row{
        display:block;
    }

}
@media(min-width:1024px){

    .top-search-row{
        display:flex;
        gap:20px;
        width:98%;
        margin:20px auto;
    }

    .location-bar{
        flex:1;
        width:auto !important;
        margin:0 !important;
    }

    .vk_srv_search_input_wrapper{
        flex:1;
        width:auto !important;
        margin:0 !important;
    }

}
@media(min-width:1024px){

    .location-bar{
        width:40% !important;
    }

    .vk_srv_search_input_wrapper{
        width:60% !important;
    }

}
@media(min-width:1024px){

    .location-bar{
        width:320px !important;
        height:50px !important;
        padding:10px 18px !important;
        display:flex;
        align-items:center;
        justify-content:space-between;
    }

}

</style>