/* Pricing Section */
.pricing-section {
    padding: 5rem 10%;
    background-color: #F5ECD7;
    text-align: center;
}

/* Layout for Pricing Content */
.pricing-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 4rem;
    max-width: 1200px;
    margin: auto;
}

/* Text Information */
.pricing-info {
    flex: 1;
    text-align: left;

}

/* Pricing Text */
.price {
    font-size: 2.8rem;
    font-weight: bold;
    color: #695c34;
    margin-bottom: 1.2rem;
}

.price-title {
    font-size: 1.7rem;
    margin-bottom: 1.5rem;
    font-weight: 600;
    color: #4a4030;
    border-bottom: 2px solid #e0d5b8;
    padding-bottom: 1rem;
}

/* Feature List */
.price-features {
    list-style: none;
    padding: 0;
    margin-bottom: 2rem;
}

.price-features li {
    display: flex;
    align-items: center;
    /* Align icon and text */
    justify-content: center;
    gap: 10px;
    /* Adds spacing between icon and text */
    padding: 0.8rem 0;
    border-bottom: 1px solid #e5dcc5;
    font-size: 1.1rem;
    color: #5c5340;
    transition: transform 0.3s ease, color 0.3s ease;
}

.price-features li:hover {
    transform: translateX(5px);
    color: #a18d58;
}

.price-features li i {
    color: #695c34;
    width: 20px;
    /* Ensures icons are aligned */
    text-align: center;
    /* Centers icon */
    flex-shrink: 0;
    /* Prevents the icon from resizing */
}


/* Call to Action Button */
.price-btn {
    display: inline-block;
    background: linear-gradient(90deg, #a18d58, #695c34);
    color: white;
    padding: 0.9rem 2rem;
    font-size: 1.1rem;
    font-weight: 600;
    border-radius: 8px;
    text-decoration: none;
    transition: all 0.3s ease;
}

.price-btn:hover {
    background: linear-gradient(90deg, #695c34, #a18d58);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.12);
}

/* Responsive Design */
@media (max-width: 1024px) {
    .pricing-content {
        flex-direction: column;
        text-align: center;
    }

    .pricing-info {
        text-align: center;
        max-width: 600px;
    }
}

@media (max-width: 768px) {
    .price {
        font-size: 2.5rem;
    }

    .price-title {
        font-size: 1.5rem;
    }
}

/* Pricing Cards */
.pricing-plans {
    flex: 1;
    display: flex;
    justify-content: center;
}

.pricing-card {
    background-color: #fbf4e3;
    padding: 3.5rem;
    border-radius: 12px;
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.08);
    max-width: 800px;
    width: 100%;
    text-align: center;
    position: relative;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

/* Hover Effect */
.pricing-card:hover {
    transform: translateY(-12px);
    box-shadow: 0 15px 50px rgba(0, 0, 0, 0.12);
}

/* Room Selection */
.room-selection {
    display: flex;
    font-size: 0.7rem;
    justify-content: center;
    gap: 1rem;
    margin-bottom: 1.5rem;
}

/* Book Now Button */
.price-btn {
    display: inline-block;
    background: linear-gradient(90deg, #a18d58, #695c34);
    color: white;
    padding: 0.9rem 2rem;
    font-size: 1.1rem;
    font-weight: 600;
    border-radius: 8px;
    text-decoration: none;
    transition: all 0.3s ease;
}

.price-btn:hover {
    background: linear-gradient(90deg, #695c34, #a18d58);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.12);
}

/* Responsive Design */
@media (max-width: 1024px) {
    .pricing-content {
        flex-direction: column;
        text-align: center;
    }

    .pricing-info {
        text-align: center;
        max-width: 600px;
    }
}

@media (max-width: 768px) {
    .pricing-section {
        padding: 3rem 5%;
    }

    .room-selection {
        flex-direction: column;
        gap: 0.8rem;
    }
}


/* Hotel Section */
.hotel-section {
    text-align: center;
    padding: 50px 20px;
    background-color: #F5ECD7;
}

.section-title {
    font-size: 2em;
    color: #564418;
}

.section-subtitle {
    font-size: 1.2em;
    color: #695c34;
    margin-bottom: 20px;
}

/* Hotel Gallery */
.hotel-gallery {
    display: flex;
    gap: 20px;
    justify-content: center;
    flex-wrap: wrap;
}

.hotel-card {
    background: #FFF7EB;
    border-radius: 15px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    width: 300px;
    text-align: center;
}

.hotel-card img {
    width: 100%;
    height: 200px;
    object-fit: cover;
}

.hotel-card p {
    padding: 15px;
    font-size: 1em;
    color: #564418;
}

/* Responsive Design */
@media (max-width: 768px) {
    .hotel-gallery {
        flex-direction: column;
        align-items: center;
    }
}

/* Section styling */
.schedule-section {
    padding: 60px 20px;
    background-color: #F5ECD7;
    text-align: center;
}

/* Container for responsiveness */
.container {
    max-width: 1200px;
    margin: 0 auto;
}

/* Title styling */
.schedule-title {
    font-family: "Sentient", sans-serif;
    font-size: 32px;
    font-weight: bold;
    color: #564418;
    margin-bottom: 30px;
}

/* Table wrapper for responsiveness */
.schedule-table-wrapper {
    overflow-x: auto;
    border-radius: 12px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

/* Table styling */
.schedule-table {
    width: 100%;
    border-collapse: collapse;
    text-align: center;
    font-family: "Satoshi", sans-serif;
    background-color: #fff;
    font-size: 14px;
    border-radius: 12px;
    overflow: hidden;
}

/* Table headers */
.schedule-table th {
    background-color: #f5ecd7;
    font-family: "Sentient", sans-serif;
    font-weight: bold;
    padding: 12px;
    border: 2px solid #564418;
}

/* Table cells */
.schedule-table td {
    padding: 10px;
    border: 2px solid #564418;
}

/* Row striping for better readability */
.schedule-table tr:nth-child(even) {
    background-color: #fdf5e6;
}

/* Special cell styling */
.meal {
    background-color: #597a92;
    color: white;
    font-weight: bold;
    border-radius: 6px;
}

.surf {
    background-color: #8ac6d0;
    color: white;
    font-weight: bold;
    border-radius: 6px;
}

.check {
    background-color: #da736c;
    color: white;
    font-weight: bold;
    border-radius: 6px;
}

/* Responsive table: Makes it scrollable on smaller screens */
@media screen and (max-width: 768px) {

    .schedule-table th,
    .schedule-table td {
        padding: 8px;
        font-size: 12px;
    }

    .schedule-title {
        font-size: 28px;
    }
}


.retreat-list {
    list-style: none;
    padding: 0;
    margin: 0 auto;
    max-width: 700px;
    font-size: 18px;
    font-family: 'Arial', sans-serif;
    color: #333;
    display: flex;
    flex-direction: column;
    gap: 12px;
    /* Adds spacing between items */
}

.retreat-list li {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 12px;
    /* background: #fbf4e3; */
    border-radius: 8px;
    box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
}

.retreat-list li:hover {
    background: #fbf4e3;
}

.checkmark {
    font-size: 20px;
    color: #564418;
    /* Green checkmark */
    font-weight: bold;
}

/* Responsive design */
@media (max-width: 768px) {
    .retreat-list {
        font-size: 16px;
    }

    .retreat-list li {
        padding: 10px;
    }

    .checkmark {
        font-size: 18px;
    }
}