@import url('https://fonts.googleapis.com/css2?family=Comfortaa:wght@300..700&display=swap');

body{
    font-family: "Comfortaa", sans-serif;
}



p{
    font-family: "Comfortaa", sans-serif; 
    font-size:15px;
}

h1, h2, h3, h4, h5, h6{
     font-family: "Comfortaa", sans-serif;
}

.room-overlay {
  position: relative;
  overflow: hidden;
  border-radius: 14px;
  height: 260px;
}

.room-overlay img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.room-content {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 15px;
  background: linear-gradient(to top, rgba(0,0,0,0.8), rgba(0,0,0,0));
  color: #fff;
}

.room-content h5 {
  margin: 0;
  font-weight: 600;
}

.room-content p {
  margin: 5px 0 10px;
  font-size: 14px;
}

.room-content .btn {
    font-weight: 600;
    padding: 10px 20px;
    background: #f25824;
    color: #fff;
}

.locations-alt {
  background: #ffffff;
}

.location-block img {
  border-radius: 22px;
}

.location-text {
  padding: 20px 10px;
}

.location-text h3 {
  font-weight: 700;
  margin-bottom: 15px;
}

.location-text p {
  font-size: 16px;
  color: #555;
  margin-bottom: 25px;
}

.location-text .btn {
  border-radius: 30px;
  padding: 10px 28px;
  font-weight: 600;
}


/* HERO */
.pp-hero {
    height: 85vh;
    background: linear-gradient(rgba(0,0,0,.55), rgba(0,0,0,.55)),
                url('images/demo1.jpg') center/cover no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.pp-hero-content {
    color: #fff;
    max-width: 650px;
    padding: 20px;
}

.pp-hero-tag {
    letter-spacing: 3px;
    font-size: 13px;
    opacity: .8;
}

.pp-hero h1 {
    font-size: 48px;
    margin: 15px 0;
}

.pp-hero p {
    font-size: 16px;
    margin-bottom: 25px;
}

.pp-btn-primary {
    padding: 14px 40px;
    background: #fff;
    color: #000;
    text-decoration: none;
    border-radius: 30px;
    font-weight: 600;
}

/* MENU */
.pp-menu-section {
    padding: 80px 6%;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 30px;
}

.pp-menu-card {
    position: relative;
    border-radius: 18px;
    overflow: hidden;
}

.pp-menu-card img {
    width: 100%;
    height: 360px;
    object-fit: cover;
    transition: .5s;
}

.pp-menu-card:hover img {
    transform: scale(1.08);
}

.pp-menu-info {
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 20px;
    background: linear-gradient(transparent, rgba(0,0,0,.85));
    color: #fff;
}

/* EXPERIENCE */
.pp-experience {
    background: #111;
    color: #fff;
    padding: 90px 6%;
    text-align: center;
}

.pp-experience h2 {
    font-size: 36px;
    margin-bottom: 15px;
}

.pp-experience p {
    max-width: 650px;
    margin: auto;
    line-height: 1.7;
    opacity: .85;
}

.pp-exp-tags {
    margin-top: 30px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 12px;
}

.pp-exp-tags span {
    padding: 8px 20px;
    border-radius: 25px;
    background: rgba(255,255,255,.1);
    font-size: 13px;
}

/* GALLERY */
.pp-gallery {
    padding: 80px 6%;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 20px;
}

.pp-gallery img {
    width: 100%;
    height: 260px;
    object-fit: cover;
    border-radius: 16px;
}

/* TESTIMONIAL */
.pp-testimonial {
    padding: 90px 6%;
    text-align: center;
    background: #f1f1f1;
}

.pp-testimonial h2 {
    font-size: 32px;
    margin-bottom: 20px;
}

.pp-testimonial p {
    font-size: 17px;
    max-width: 600px;
    margin: auto;
    line-height: 1.8;
}

.pp-testimonial span {
    display: block;
    margin-top: 15px;
    font-weight: 600;
}


.filter-btn { margin: 5px; }
    .filter-btn.active { background: #000; color: #fff; }
    .gallery-img { cursor: pointer; margin-bottom: 15px; border-radius: 6px; transition: transform 0.3s; }
    .gallery-img:hover { transform: scale(1.05); }
    .modal { text-align: center; }
    .modal:before { content: ''; display: inline-block; height: 100%; vertical-align: middle; }
    .modal-dialog { display: inline-block; vertical-align: middle; }
    .modal-content { background: transparent; border: none; }
    .modal-backdrop { z-index: 1040; }
    .modal { z-index: 1050; }

.filter-btn.active {
    background: #f25824 !important;
    color: #fff !important;
}

.filter-btn {
        border: solid 1px #f25824 !important;
    color: #f25824 !important;
    padding: 5px 30px !important;
}

.attraction-card {
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 8px 20px rgba(0,0,0,0.15);
    transition: transform 0.3s, box-shadow 0.3s;
    cursor: pointer;
}
.attraction-card img {
    width: 100%;
    height: 220px;
    object-fit: cover;
    transition: transform 0.3s;
}
.attraction-card .caption {
    padding: 15px;
    text-align: center;
}
.attraction-card .caption h4 {
    font-size: 20px;
    font-weight: 600;
    color: #2a475e;
    margin-bottom: 10px;
}
.attraction-card .caption p {
    font-size: 14px;
    color: #555;
    line-height: 1.5;
}

/* Hover Effect */
.attraction-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 25px rgba(0,0,0,0.25);
}
.attraction-card:hover img {
    transform: scale(1.05);
}

/* Responsive */
@media(max-width:767px){
    .attraction-card img {
        height: 180px;
    }
}


/* Custom styles for the slider */
        .slider-container {
            position: relative;
            margin-top: 0px;
            border-radius: 0px;
            overflow: hidden;
            box-shadow: 0 5px 15px rgba(0,0,0,0.2);
        }
        
        .carousel-item {
            height: 90vh;
            min-height: 400px;
        }
        
        .carousel-item img {
            object-fit: cover;
            width: 100%;
            height: 100%;
        }
        
        /* Overlay text styling */
        .slider-text-overlay {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            display: flex;
            align-items: center;
            justify-content: center;
            z-index: 10;
            pointer-events: none; /* Allows clicking through to slider controls */
        }
        
        .welcome-text {
            background-color: rgb(0 0 0 / 29%);
            color: white;
            padding: 30px 50px;
            border-radius: 10px;
            text-align: center;
            max-width: 80%;
            box-shadow: 0 5px 15px rgba(0,0,0,0.5);
        }
        
        .welcome-text h1 {
            font-size: 1.5rem;
            font-weight: bold;
            margin-bottom: 10px;
            text-transform: uppercase;
            letter-spacing: 2px;
        }
        
        .welcome-text p {
            font-size: 1.2rem;
            margin-bottom: 0;
            opacity: 0.9;
        }
        
        /* Slider controls styling */
        .carousel-control-prev, 
        .carousel-control-next {
            width: 5%;
            z-index: 20; /* Ensure controls are above overlay */
        }
        
        .carousel-indicators {
            z-index: 20;
        }
        
        /* Responsive adjustments */
        @media (max-width: 992px) {
            .welcome-text h1 {
                font-size: 2.8rem;
            }
            
            .carousel-item {
                height: 60vh;
            }
        }
        
        @media (max-width: 768px) {
            .welcome-text h1 {
                font-size: 2.2rem;
            }
            
            .welcome-text {
                padding: 20px 30px;
            }
            
            .carousel-item {
                height: 50vh;
            }
        }
        
        @media (max-width: 576px) {
            .welcome-text h1 {
                font-size: 1.8rem;
            }
            
            .welcome-text p {
                font-size: 1rem;
            }
            
            .welcome-text {
                padding: 15px 20px;
            }
            
            .carousel-item {
                height: 40vh;
                min-height: 300px;
            }
        }

