        
        
.rts__contact__form .form-input input, .rts__contact__form .form-input textarea {

    padding: 13px 15px 13px 15px !important;
    
}

        
       /*Faq section */
        
        
        
        .faq-section {
    padding: 80px 0;
}
.faq-title {
    font-family: serif;
}
.accordion-button {
    background: #b08a5a;
    color: #fff;
    font-weight: 500;
}
.accordion-button:not(.collapsed) {
    background: #b08a5a;
    color: #fff;
    box-shadow: none;
}
.accordion-button::after {
    filter: brightness(0) invert(1);
}
.accordion-item {
    border: none;
    margin-bottom: 15px;
    border-radius: 8px;
    overflow: hidden;
}
.accordion-body {
    background: #f5f5f5;
    font-size: 15px;
    line-height: 1.7;
}
  
 .accordion-button{
     padding: 0 10px !important;
 } 
  
        
     /*popup*/
     
/*     .popup-overlay {*/
/*  position: fixed;*/
/*  top: 0;*/
/*  left: 0;*/
/*  width: 100%;*/
/*  height: 100%;*/
/*  background: rgba(0, 0, 0, 0.75);*/
/*  display: none;*/
/*  align-items: center;*/
/*  justify-content: center;*/
/*  z-index: 9999;*/
/*}*/

/*.popup-content {*/
/*  position: relative;*/
/*  max-width: 600px;*/
/*  width: 90%;*/
/*  background: #fff;*/
/*  border-radius: 12px;*/
/*  overflow: hidden;*/
/*  animation: popupFade 0.4s ease-in-out;*/
/*}*/

/*.popup-content img {*/
/*  width: 100%;*/
/*  display: block;*/
/*}*/

/*.popup-close {*/
/*  position: absolute;*/
/*  top: 8px;*/
/*  right: 12px;*/
/*  font-size: 28px;*/
/*  color: #fff;*/
/*  background: rgba(0,0,0,0.6);*/
/*  width: 36px;*/
/*  height: 36px;*/
/*  line-height: 36px;*/
/*  text-align: center;*/
/*  border-radius: 50%;*/
/*  cursor: pointer;*/
/*  z-index: 10;*/
/*}*/

/*@keyframes popupFade {*/
/*  from {*/
/*    transform: scale(0.9);*/
/*    opacity: 0;*/
/*  }*/
/*  to {*/
/*    transform: scale(1);*/
/*    opacity: 1;*/
/*  }*/
/*}*/

     /*youtube video section*/
     
     
     .yt-gallery-section {
        padding: 60px 20px;
        background-color: #1b1b1b;
        
    }

    .yt-container {
        max-width: 1300px;
        margin: 0 auto;
        text-align: center;
    }

  

    /* Grid Layout */
    .yt-grid {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
        gap: 20px;
        margin-top:40px;
        margin-bottom: 40px;
    }

    /* Card Design */
    .yt-card {
        text-decoration: none;
        display: block;
        border-radius: 15px;
        overflow: hidden;
        box-shadow: 0 10px 30px rgba(0,0,0,0.08);
        transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    }

    .yt-card:hover {
        transform: translateY(-10px) scale(1.02);
    }

    .yt-thumb {
        position: relative;
        aspect-ratio: 16 / 9;
        background: #eee;
        overflow: hidden;
    }

    .yt-thumb img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        transition: transform 0.6s ease;
    }

    .yt-card:hover img {
        transform: scale(1.1);
    }

    /* Modern Glassmorphism Overlay */
    .yt-overlay {
        position: absolute;
        inset: 0;
        background: rgba(0, 0, 0, 0.2);
        display: flex;
        justify-content: center;
        align-items: center;
        transition: background 0.3s ease;
    }

    .yt-card:hover .yt-overlay {
        background: rgba(0, 0, 0, 0.4);
    }

    .yt-play-btn {
        width: 60px;
        height: 60px;
        background: rgba(255, 255, 255, 0.2);
        backdrop-filter: blur(5px);
        -webkit-backdrop-filter: blur(5px);
        border: 2px solid #fff;
        border-radius: 50%;
        display: flex;
        justify-content: center;
        align-items: center;
        transition: all 0.3s ease;
    }

    .yt-play-btn svg {
        width: 25px;
        fill: #fff;
        margin-left: 4px;
    }

    .yt-card:hover .yt-play-btn {
        background: #fff;
        transform: scale(1.1);
    }

    .yt-card:hover .yt-play-btn svg {
        fill: #001f3f;
    }

   
  

    /* Subscribe Button Style */
    .yt-subscribe-btn {
        display: inline-block;
        background-color: #b08a5a;
        color: #fff;
        padding: 14px 35px;
        border-radius: 6px;
        text-decoration: none;
        font-weight: 600;
        font-size: 14px;
        letter-spacing: 0.5px;
        transition: background 0.3s ease;
    }

    .yt-subscribe-btn:hover {
        background-color: #8d6533;
        box-shadow: 0 5px 15px rgba(0,0,0,0.2);
    }

    /* Mobile adjustments */
    @media (max-width: 768px) {
        .yt-grid {
            grid-template-columns: 1fr;
        }
    }
     
    .facilities__area .card{
    height: 220px;
    display: flex;
    align-items: center;
    justify-content: center;
} 
     
     
    .spa-modern{
padding:120px 0;
/*background:#f5f2ed;*/
display:flex;
justify-content:center;
}

.spa-bg{
width:90%;
max-width:1200px;
height:730px;
background:url("/assets/images/spa-background.jpg") center/cover no-repeat;
border-radius:20px;
position:relative;
display:flex;
align-items:center;
justify-content:flex-end;
}

.spa-card{
width:480px;
background:rgb(0 0 0 / 50%);
backdrop-filter:blur(10px);
padding:50px;
border-radius:16px;
margin-right:40px;
box-shadow:0 15px 40px rgba(0,0,0,0.15);
}

.spa-label{
font-size:13px;
letter-spacing:3px;
color:#c8a97e;
text-transform:uppercase;
}

.spa-card h2{
font-size:36px;
margin:10px 0 20px;
font-weight:700;
}

.spa-card p{
font-size:16px;
line-height:1.8;
color:#fff;
margin-bottom:25px;
}

.spa-btn-modern{
background:#c8a97e;
color:#fff;
padding:14px 30px;
border-radius:40px;
text-decoration:none;
font-weight:500;
transition:0.3s;
}

.spa-btn-modern:hover{
background:#a7865d;
}


     
@media(max-width:768px){

.spa-bg{
height:auto;
padding:40px 20px;
justify-content:center;
align-items:flex-end;
}

.spa-bg::before{
background:0 15px 40px rgba(0,0,0,0.15);
}
.spa-card{
position:relative;
max-width:100%;
width:100%;
margin:0;
padding:30px;
border-radius:14px;

 background: rgb(0 0 0 / 62%);
backdrop-filter:blur(8px);

box-shadow:0 10px 30px rgba(0,0,0,0.15);
}

.spa-card h2{
font-size:26px;
line-height:1.3;
}

.spa-card p{
font-size:14px;
line-height:1.7;
}

.spa-btn-modern{
font-size:14px;
padding:12px 22px;
}

}   

.attractions-modern{
padding:120px 0;
background:#0f0f0f;
color:#fff;
}

.section-title{
text-align:center;
font-size:48px;
margin-bottom:10px;
}

.section-sub{
text-align:center;
color:#aaa;
margin-bottom:70px;
}

.attraction-row{
display:flex;
align-items:center;
gap:60px;
margin-bottom:80px;
}

.attraction-row.reverse{
flex-direction:row-reverse;
}

.attraction-image{
flex:1;
overflow:hidden;
border-radius:16px;
}

.attraction-image img{
width:100%;
height:300px;
object-fit:cover;
transition:0.5s;
}

.attraction-image:hover img{
transform:scale(1.08);
}

.attraction-content{
flex:1;
}

.attraction-content h3{
font-size:36px;
margin-bottom:15px;
}

.attraction-content p{
color:#ccc;
font-size:16px;
line-height:1.7;
max-width:450px;
}


/* MOBILE */

@media(max-width:768px){

.attraction-row{
flex-direction:column;
gap:30px;
}

.attraction-row.reverse{
flex-direction:column;
}

.attraction-image img{
height:260px;
}

.section-title{
font-size:32px;
}

}


.gallery__item {
    overflow: hidden;
    border-radius: 12px;
}

.gallery__item img {
    transition: 0.4s ease;
}

.gallery__item:hover img {
    transform: scale(1.08);
}
.fancybox__content {
    width: 90vw !important;
    height: 90vh !important;
}

.fancybox__image {
    width: 100% !important;
    height: 100% !important;
    object-fit: contain;
}
