    *{
        margin: 0;
        padding: 0;
    }
    body {
      margin: 0;
   background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), 
                url('img/bg.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    color: #fff;
    height: 600px;
      display: flex;
    }
    h1{
        margin-top: 50px;
        font-weight: bolder;
        font-size: 30px;
        font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    }
 p{
    text-align: justify;
 }
  a{
     color: #fff;
 }
 a:hover{
     color: #fff;
     text-decoration: none;
 }
 li{
    list-style: none;
 }
 .logo{
  height: 60px;
  width: 150px;
 }
    /* LEFT FIXED SIDEBAR */
    .wrap {
      width: 500px;           
      padding: 5px;
      overflow-y: auto;    
      position: fixed;      
      top: 0;
      left: 0;
      height: 100vh;    
      background-color: #1e323f !important;
      border-top: 1px solid whitesmoke;
      padding-bottom: 100px;
    }

    /* RIGHT MAIN CONTENT */
    .main {
      margin-left: 500px;    /* space for sidebar */
      padding: 20px;
      flex: 1;
      position: fixed;
    }
.clay{
  background: #000000c4;
  padding: 30px;
  padding-top: 5px;
  border-radius: 20px;
}
    .box {
      border-radius: 6px;
    }

    /* Scrollbar style */
    .wrap::-webkit-scrollbar {
      width: 8px;
    }
    .wrap::-webkit-scrollbar-thumb {
      background: #fff;
      border-radius: 4px;
    }
    .wrap::-webkit-scrollbar-track {
      background: #222;
    }
        .swiper {
      width: 100%;
      padding: 10px 0;
    }
    .swiper-slide {
      display: flex;
      justify-content: center;
      align-items: center;
    }
    .swiper-slide img {
      width: 100%;
      height: auto;
      object-fit: cover;
      border-radius: 10px;
    }
    .btn-primary{
    background-color: #EE0000;
    font-size: 15px;
    gap: 2px;
    border: none;
    color: white;
    padding: 10px 10px;
    font-weight: 600;
    }
     .btn-primary:hover{
      background-color: #EE0000;
     }
    .btn-secondary{
    background-color: #FFFA00;;
    font-size: 15px;
    font-weight: 600;
    gap: 2px;
    border: none;
    color: #000;
    padding: 10px 10px;
    }
     .btn-secondary:hover{
      background-color: #FFFA00;
      color: #000;
     }
    .view{
        border-radius: 5px;
    border: 1px solid #00A0FF;
    background: #0C1632;
    color: #fff;
    padding: 5px 20px;
    }
.good{
  background-image: linear-gradient(-180deg, #414141 0%, #000 100%);
  padding-top: 10px;
  padding-bottom: 10px;
  border-radius: 10px;
}
.image-fixed {
    object-fit: cover;
    position: sticky;
    top: 0;
    z-index: 1000;
  }
  .registration-scroll {
    overflow-y: auto;
}
    /* Bottom fixed section */
    .bottom-fixed {
      position: fixed;
      bottom: 0;
      left: 0;
      width: 39%;
      background-image: linear-gradient(-180deg, #243a48 20%, #172732 91%);
      padding: 15px;
      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-image: linear-gradient(-180deg, #141f25 20%, #0f1920 91%);
        border-radius: 10px;
        padding: 10px;
    }

.stay li{
    font-size: 12px;
}
.sticky-top-row {
    position: sticky;
    top: 0;
    z-index: 1000;
    background-color: rgba(0, 0, 0, 0.7); /* semi-transparent background */
    color: #fff;
}
    /* Responsive */
    @media (max-width: 768px) {
      .review-contact {
        flex-direction: column;
        align-items: flex-start;
      }
    }
     @media only screen and (max-width: 476px) {
        .wrap {
      width: 424px; 
           border-top-left-radius: 0px;
      border-start-end-radius: 0px;
    }
    .bottom-fixed {
        width: 100%;
    }
    .faq-section{
        padding: 10px;
    }
     }
     .row-box{
  position: absolute;
    z-index: 4;
    bottom: 0;
    left: 0;
    width: 100%;
    line-height: 30px;
    background-image: linear-gradient(270deg, rgba(69, 94, 104, 0) 4%, #000 97%);
    border-bottom: 2px solid #ffb80c;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}

/* Left Side Name */
.left-name h3{
  margin:0;
  font-size:15px;
  font-weight:600;
}

/* Right Side Button */
.cta{
  padding: 1px 10px;
  font-size:12px;
  background:goldenrod;
  color:#000;
  border:0;
  cursor:pointer;
  font-weight: bold;
}
.col-12{
  padding: 0px;
}
.col-6{
  padding: 5px;
}
.reviews-section {
  padding: 40px 20px;

}

.reviews-section h4 {
  text-align: center;
  font-size: 20px;
  font-weight: 600;
}

.reviews-container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

/* Review Cards */
.review-card {
  background: white;
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0 3px 12px rgba(0,0,0,0.1);
}

.review-text {
  font-size: 16px;
  line-height: 1.6;
  color: #000;
}

.review-name {
  margin-top: 15px;
  font-weight: bold;
  color: #333;
}

/* Responsive — Mobile 1 Card */
@media (max-width: 768px) {
  .reviews-container {
    grid-template-columns: 1fr;
  }
}
.give{
  font-size: 25px;
  font-weight: 700;
  color: goldenrod;
}
.now{
  background-color: goldenrod;
  padding: 10px 20px;
  color: #000;
  border: none;
  font-weight: 600;
}
  .faq-section {
    width: 100%;
    min-height: 100vh;
    padding: 40px;
    background: #000;
    box-sizing: border-box;
  }

  .faq-section h4 {
    text-align: center;
    margin-bottom: 30px;
    font-size: 32px;
    color: #fff;
  }

  .faq-item {
    background: #f9f9f9;
    margin: 15px 0;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
  }

  .faq-question {
    padding: 15px 20px;
    cursor: pointer;
    font-weight: bold;
    position: relative;
    border: 2px solid #ff9800;
    background: #000;
    color: white;
  }

  .faq-question::after {
    content: '+';
    position: absolute;
    right: 20px;
    font-size: 18px;
  }

  .faq-question.active::after {
    content: '-';
  }

  .faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
    background: #000;
    padding: 0 20px;
  }

  .faq-answer p {
    padding: 15px 0;
    margin: 0;
    color: #fff;
  }