*{
    margin: 0;
    padding: 0;
}
body{
  background-color: #0d0f24 !important;
}
a{
    text-decoration: none !important;
}
li{
    color: #fff;
}
span{
    color: #fff;
    font-size: 20px;
    font-weight: 600;
}
h1{
    font-size: 30px;
    color:#fff;
    font-weight: 700;
    text-align: center;
}
h2{
    color: #Fff;
    text-align: center;
}
h3{
    color: #Fff;
    text-align: start;
    font-size: 20px;
}
h4{
    color: #Fff;
    text-align: start;
    font-size: 20px;
}
p{
    font-weight: 400;
    color: #fff !important;
    text-align: start !important;
}

    .rest{
      position: fixed;
      background-color: #000;
      padding-top: 10px;
  top: 0;
  left: 0;
      z-index: 999;
      margin-top: 0px;
    }


/* Sidebar */
.sidebar{
  position: fixed;
  top: 0;
  left: 0;
  width: 230px;
  height: 100vh;
  background: #fff;
  color: #000;
  z-index: 999;
}



/* Scrollable menu */
.sidebar-menu{
  list-style: none;
  height: calc(100vh - 60px);
  overflow-y: auto;
  padding-right: 5px;
}

/* Menu items */
.sidebar-menu ol, ul{
  padding-left: 0px !important;
}
.sidebar-menu li{
  margin-bottom: 8px;
}

.sidebar-menu a{
  display: block;
  padding: 10px 12px;
  text-decoration: none;
  color: #000 !important;
  border-radius: 5px;
  transition: 0.3s;
}

.sidebar-menu a:hover{
  color: #000 !important;
}

/* Custom scrollbar */
.sidebar-menu::-webkit-scrollbar{
  width: 6px;
}

.sidebar-menu::-webkit-scrollbar-thumb{
  background: #444;
  border-radius: 10px;
}



/* Mobile */
@media(max-width:768px){
  .sidebar{
    width: 220px;
  }

}

    .stone{
        background-color: #0d0f24;
        padding: 10px;
        position: fixed;
        width: 18%;
    }
    .logo{
        width: 100px;
    }
        .layout {
      display: flex;
      height: 100vh;
      overflow: hidden;
    }
          .main-content {
      margin-left: 230px;
      flex-grow: 1;
      overflow-y: auto;
    }
    .seat{
    background-color: #212e44;
    border-bottom: 1px solid #fff;
    position: fixed;
     top: 0;
      z-index: 999;
      margin-top: 0px;
}
.navbar{
    background-color: transparent !important;
}
.nav-link{
    color: #fff;
    font-weight: 600;
}
.nav-link:hover{
    color: #fff;
}
 .delay{
        background-color: #01fafe;
    border: none;
    border-radius: 20px;
    padding: 10px 20px;
    color: #000;
}
.click{
    background-color: #01fafe;
    border: none;
    border-radius: 20px;
    padding: 10px 20px;
    color: #000;
}
.click:hover{
    background-color: #01fafe;
    color: #000;
}
.click2{
    background-color: #008c95;
    border: none;
    border-radius: 20px;
    padding: 10px 20px;
    color: #fff;
}
.click2:hover{
    background-color: #008c95;
    color: #fff;
}
.dice{
    padding-top: 80px;
    padding-bottom: 30px;
}
.serve {
  position: relative;
  display: inline-block;
  padding-bottom: 8px;
  font-weight: 700;
  font-size: 25px;
}

.serve::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background: #008c95;
}

.serve::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 10%;       
  height: 3px;
  background: #01fafe; 
  z-index: 1;
}
    .swiper {
      width: 100%;
      padding: 10px;
      margin: auto;
    }

    .swiper-slide img {
      width: 100%;
      border-radius: 10px;
    }
.trees{
    background-color: #008c95;
    padding: 20px;
    border-bottom: 10px solid #fff;
}
.trees p{
    text-align: center !important;
    color: #000 !important;
    font-size: 22px;
}
.like{
    border-bottom: 2px solid #008c95;
    margin-top: 20px;
}
.treat{
    background-color: #008c95;
    position: fixed;
    bottom: 0;
    z-index: 999;
}
.treat p{
     text-align: center !important;
     margin-bottom: -1px;
     padding: 5px;
}
/* Bottom fixed section */
    .bottom-fixed {
      position: fixed;
      bottom: 0;
      left: 0;
      width: 100%;
      background-color: #212e44;
      /*padding: 7px;*/
      display: flex;
      justify-content: space-between;
      gap: 15px;
      box-shadow: 0 -2px 10px rgba(0,0,0,0.5);
        z-index: 1000;   
    }
    .bottom-fixed a{
        text-align: center;
        color: #fff;
        text-decoration: none;
    }
    .fixed-bottom{
        margin-left: 250px;
    }
        .gel{
            background-color: #071123;
            padding: 5px;
            border-top: 4px solid #01fafe;
    }
    .gel i{
      color: #01fafe;
    }
     @media only screen and (max-width: 476px){
        .sidebar{
            display: none;
        }
        .whatsapp-float {
    position: fixed;
    bottom: 70px !important;
    right: 15px !important;
            
        }
            .main-content {
            margin-left: 0px;
            padding: 0px;
            margin-top: 70px;
        }
        .navbar{
            display: none;
        }
        p{
          text-align: justify !important;
        }
        .faq-section{
          padding: 10px;
        }
        .seat{
            padding-bottom: 5px;
            padding-top: 5px;
        }
        .dice{
            padding-top: 50px;
            padding-bottom: 10px;
        }
        .serve{
            font-size: 17px;
        }
        .faq-section {
        width: 100%;
        padding: 10px;
    }
    .stans {
        padding-bottom: 60px;
        background-color: #0d0f24;
        /*position: fixed;*/
        bottom: 0;
        z-index: 999;
    }
      .popupContent p  {
      margin: 0px !important;
    }
    .stone{
      width: 53%;
    }
    .whatsapp-float2{
      display: none !important;
    }
    }
    /* desktop hide code */
     @media(min-width:992px){
      .bottom-fixed{
          display: none!important;
      }
      .stans{
          display: none !important;
      }
      .life{
        margin-left: 340px;
      }
      .you{
        width: 40px;
        border-radius: 50px;
      }
      .sidenav{
        display: none !important;
      }
      .menu-btn{
        display: none;
      }
      .close-btn{
        display: none;
      }
     }
     /* Overlay */
#popupOverlay{
  position: fixed;
  top:0;
  left:0;
  width:100%;
  height:100%;
  background: rgba(0,0,0,0.6);
  display:flex;
  justify-content:center;
  align-items:center;
  z-index:9999;
}

/* Popup Box */
.popupBox{
  background:#030b17;
  width:90%;
  max-width:380px;
  border-radius:12px;
  padding:20px;
  position:relative;
  text-align:center;
  animation: zoomIn .4s ease;
}

/* Close Button */
.closeBtn{
  position:absolute;
  top:10px;
  right:12px;
  font-size:20px;
  cursor:pointer;
}

/* Logo */
.popupLogo img{
  max-width:120px;
  margin-bottom:15px;
}

/* Content */
.popupContent h3{
  margin:0;
  color: goldenrod;
  text-align: center;
  font-weight: bold;
}
.popupContent p{
  font-size:14px;
  color:#555;
  margin:10px 0 20px;
}

/* WhatsApp Button */
.whatsappBtn{
  display:inline-block;
  background:#25D366;
  color:#fff;
  padding:12px 22px;
  border-radius:30px;
  font-weight:600;
  text-decoration:none;
}
a:hover{
    color: #fff !important;
}

/* Animation */
@keyframes zoomIn{
  from{transform:scale(.6);opacity:0;}
  to{transform:scale(1);opacity:1;}
}
     /* faq start */
.faq-section {
      max-width: 1100px;
      margin: auto;
    }


    .faq-item {
      background: #fff;
      margin: 10px 0;
      border-radius: 5px;
      box-shadow: 0 2px 5px rgba(0,0,0,0.1);
      overflow: hidden;
    }

    .faq-question {
      background: #01fafe;
      color: #000;
      padding: 15px;
      cursor: pointer;
      font-size: 16px;
      position: relative;
      font-weight: 700;
    }

    .faq-question::after {
      content: "+";
      position: absolute;
      right: 20px;
      font-size: 20px;
    }

    .faq-question.active::after {
      content: "-";
    }

    .faq-answer {
      display: none;
      padding: 15px;
      color: #fff;
      line-height: 1.6;
      background: #0d0f24;
    }
/* faq end */

  .whatsapp-float {
  position: fixed;
  bottom: 40px;
  right: 25px;
  z-index: 9999;
  display: flex;
  align-items: center;
  gap: 10px;
  background: #25D366;
  color: #fff;
  padding: 10px 16px;
  border-radius: 50px;
  font-weight: 600;
  font-family: Arial, sans-serif;
  text-decoration: none;

  box-shadow: 0 6px 15px rgba(0,0,0,0.25);
  transition: all 0.3s ease;
}

.whatsapp-float img {
  width: 28px;
  height: 28px;
}

.whatsapp-float:hover {
  background: #1ebe5d;
  transform: scale(1.05);
}
.whatsapp-float span {
font-size: 15px;
}
         .whatsapp-float2 {
  position: fixed;
  bottom: 15px;
  left: 5px;
  z-index: 9999;

  display: flex;
  align-items: center;
  gap: 10px;

  background: #030b17;
  color: #fff;
  padding: 10px 16px;
  border-radius: 50px;

  font-weight: 600;
  font-family: Arial, sans-serif;
  text-decoration: none;

  box-shadow: 0 6px 15px rgba(0,0,0,0.25);
  transition: all 0.3s ease;
}

.whatsapp-float2 span {
font-size: 15px;
}


.whatsapp-float2:hover {
  background: #030b17;
  transform: scale(1.05);
}
    /* ===== Sidebar ===== */
.sidenav {
      background-color: #fff !important;
      width: 229px;
      height: 120vh;
      overflow-y: auto;
      position: fixed;
      top: 0;
      left: 0;
      z-index: 1000;
      color: #000;
      transition: 0.3s;
}

/* Sidebar links */
.sidenav a {
  padding: 10px 16px;
  text-decoration: none;
  font-size: 15px;
  color: #000;
  display: block;
}
.sidenav a:hover {
  color: #000 !important;
}

/* ===== Toggle Button (Mobile Icon) ===== */
.menu-btn {
  display: none;
  position: fixed;
  /* top: 15px; */
  left: 15px;
  background: #fff;
  color: #000;
  border: none;
  font-size: 22px;
  padding: 8px 12px;
  border-radius: 50px;
  z-index: 1001;
}
/* Close Button */
.close-btn {
  position: absolute;
  top: 5px;
  right: 0;
  background: transparent;
  border: none;
  font-size: 22px;
  color: #000;
  cursor: pointer;
}

/* ===== Desktop ===== */
@media (min-width: 769px) {
  .menu-btn {
    display: none;
  }
  .sidenav {
    left: 0;
  }
  .close-btn {
    display: none;
  }
}

/* ===== Mobile ===== */
@media (max-width: 768px) {
  .sidenav {
    left: -230px; /* hide */
  }
  .sidenav.active {
    left: 0; /* show */
  }
  .menu-btn {
    display: block;
  }
}
.life a,
.life button {
  pointer-events: auto !important;
  position: relative;
  z-index: 9999;
}
/* footer */
.ride{
    background-color: #005668;
    padding: 20px;
}
.ride b{
    text-align: center !important;
    color: #00d9ff;
}
.ride li{
    list-style: none;
}
.side{
    margin-bottom: 20px;
    border-top: 1px solid gainsboro;
}
.side p{
    text-align: center !important;
}
.side a{
  color: #00d9ff;
}
/* footer */