.elementor-8 .elementor-element.elementor-element-36d69dc{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-8 .elementor-element.elementor-element-2f67fb7{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-8 .elementor-element.elementor-element-2f67fb7:not(.elementor-motion-effects-element-type-background), .elementor-8 .elementor-element.elementor-element-2f67fb7 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#B38080;}.elementor-8 .elementor-element.elementor-element-7c49ad8{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-8 .elementor-element.elementor-element-4209873{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-8 .elementor-element.elementor-element-6bf2143{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-8 .elementor-element.elementor-element-ee2f1cf{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-8 .elementor-element.elementor-element-8271a3f{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-8 .elementor-element.elementor-element-d329359{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-8 .elementor-element.elementor-element-9caa9de{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-8 .elementor-element.elementor-element-9caa9de.e-con{--flex-grow:0;--flex-shrink:0;}.elementor-8 .elementor-element.elementor-element-de883dc{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--gap:0px 0px;--row-gap:0px;--column-gap:0px;}.elementor-8 .elementor-element.elementor-element-5bff7c9{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--gap:0px 0px;--row-gap:0px;--column-gap:0px;}.elementor-8 .elementor-element.elementor-element-b2b7e3f{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}@media(min-width:768px){.elementor-8 .elementor-element.elementor-element-9caa9de{--width:89.891%;}}/* Start custom CSS for html, class: .elementor-element-4d796dd *//* ====================== HERO SECTION ====================== */
.hongirana-hero {
    position: relative;
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    margin: -20px -20px 0; /* Adjust if needed to remove Elementor gap */
}

.hero-bg img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: brightness(0.82);
    z-index: -2;
}

.hero-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to bottom, rgba(0,0,0,0.3), rgba(0,0,0,0.65));
    z-index: -1;
}

.hero-content {
    text-align: center;
    color: white;
    max-width: 880px;
    padding: 0 20px;
    z-index: 2;
}

.hero-badge {
    display: inline-block;
    background: rgba(255,255,255,0.18);
    backdrop-filter: blur(10px);
    padding: 10px 22px;
    border-radius: 50px;
    font-size: 1rem;
    font-weight: 500;
    margin-bottom: 20px;
    border: 1px solid rgba(255,255,255,0.25);
}

.hero-title {
    font-size: clamp(2.8rem, 6.5vw, 5.2rem);
    font-weight: 700;
    line-height: 1.1;
    margin-bottom: 24px;
}

.highlight {
    color: #FFDD57;
}

.hero-subtitle {
    font-size: 1.25rem;
    line-height: 1.6;
    margin-bottom: 40px;
    opacity: 0.95;
}

.hero-cta {
    display: flex;
    gap: 16px;
    justify-content: center;
    flex-wrap: wrap;
    margin-bottom: 50px;
}

.btn {
    padding: 16px 32px;
    border-radius: 12px;
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    text-decoration: none;
    transition: all 0.3s ease;
    font-size: 1.05rem;
}

.btn-whatsapp {
    background: #25D366;
    color: white;
}

.btn-whatsapp:hover {
    background: #128C7E;
    transform: translateY(-3px);
}

.btn-outline {
    background: transparent;
    color: white;
    border: 2px solid white;
}

.btn-outline:hover {
    background: white;
    color: #222;
}

.trust-badges {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 24px;
    font-size: 1.05rem;
}

.trust-badge {
    display: flex;
    align-items: center;
    gap: 8px;
}

/* Scroll Hint */
.scroll-hint {
    position: absolute;
    bottom: 40px;
    left: 50%;
    transform: translateX(-50%);
    color: rgba(255,255,255,0.8);
    font-size: 0.9rem;
}

/* Responsive */
@media (max-width: 768px) {
    .hero-cta {
        flex-direction: column;
        align-items: center;
    }
    
    .btn {
        width: 100%;
        max-width: 320px;
        justify-content: center;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-1a89641 *//* ====================== ABOUT SECTION ====================== */
.hongirana-about {
    padding: 100px 0;
    background: #F8F9FA;
}

.about-container {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 20px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: center;
}

.about-content .section-label {
    display: inline-block;
    color: #FF5A5F;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-size: 0.95rem;
    margin-bottom: 12px;
}

.about-content .section-title {
    font-size: clamp(2.2rem, 5vw, 3.2rem);
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 24px;
    color: #222;
}

.highlight {
    color: #FF5A5F;
}

.about-text {
    font-size: 1.1rem;
    line-height: 1.75;
    color: #555;
    margin-bottom: 20px;
}

.about-stats {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    margin-top: 40px;
}

.stat {
    text-align: center;
}

.stat-number {
    font-size: 2.6rem;
    font-weight: 700;
    color: #FF5A5F;
    line-height: 1;
    display: block;
}

.stat-label {
    font-size: 0.9rem;
    color: #666;
    margin-top: 6px;
    font-weight: 500;
}

/* Images Area */
.about-images {
    position: relative;
    display: grid;
    grid-template-columns: 1.1fr 0.9fr;
    gap: 20px;
}

.about-image {
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0,0,0,0.12);
}

.about-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.6s ease;
}

.about-image:hover img {
    transform: scale(1.08);
}

.about-image.main {
    grid-row: span 2;
    height: 420px;
}

.about-image.secondary {
    height: 200px;
}

/* Experience Card */
.experience-card {
    position: absolute;
    bottom: -25px;
    left: -25px;
    background: white;
    padding: 20px 24px;
    border-radius: 12px;
    box-shadow: 0 15px 40px rgba(0,0,0,0.15);
    display: flex;
    align-items: center;
    gap: 16px;
    z-index: 2;
}

.experience-icon {
    width: 52px;
    height: 52px;
    background: linear-gradient(135deg, #FF5A5F, #FF8A65);
    color: white;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.6rem;
}

.experience-title {
    font-size: 1.45rem;
    font-weight: 700;
    color: #222;
    display: block;
}

.experience-desc {
    font-size: 0.9rem;
    color: #777;
}

/* Responsive */
@media (max-width: 992px) {
    .about-container {
        grid-template-columns: 1fr;
        gap: 50px;
    }
    
    .about-image.main {
        height: 340px;
        grid-row: span 1;
    }
    
    .experience-card {
        position: relative;
        bottom: auto;
        left: auto;
        margin-top: 20px;
    }
    
    .about-stats {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 576px) {
    .hongirana-about {
        padding: 80px 0;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-cf122af *//* ====================== ROOMS SECTION - PREMIUM ====================== */
.hongirana-rooms {
    padding: 100px 0;
    background: #ffffff;
}

.section-header {
    text-align: center;
    max-width: 800px;
    margin: 0 auto 60px;
}

.section-badge {
    display: inline-block;
    background: #FF5A5F;
    color: white;
    font-size: 0.9rem;
    font-weight: 600;
    padding: 8px 22px;
    border-radius: 50px;
    margin-bottom: 16px;
}

.section-title {
    font-size: clamp(2.4rem, 5.5vw, 3.5rem);
    font-weight: 700;
    color: #1f1f1f;
    margin-bottom: 16px;
}

.section-subtitle {
    font-size: 1.15rem;
    color: #555;
    line-height: 1.7;
}

/* Rooms Grid */
.rooms-grid {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 20px;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    gap: 28px;
}

.room-card {
    background: white;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0,0,0,0.08);
    transition: all 0.4s ease;
}

.room-card:hover {
    transform: translateY(-12px);
    box-shadow: 0 25px 60px rgba(0,0,0,0.15);
}

.room-image {
    position: relative;
    height: 240px;
    overflow: hidden;
}

.room-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.6s ease;
}

.room-card:hover .room-image img {
    transform: scale(1.1);
}

.room-badge {
    position: absolute;
    top: 16px;
    left: 16px;
    padding: 6px 14px;
    border-radius: 30px;
    font-size: 0.8rem;
    font-weight: 600;
    color: white;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.room-badge.popular { background: #FF5A5F; }
.room-badge.family { background: #00A699; }
.room-badge.view { background: #FF8A00; }
.room-badge.budget { background: #6B7280; }

.room-content {
    padding: 24px;
}

.room-content h3 {
    font-size: 1.45rem;
    font-weight: 700;
    margin-bottom: 12px;
    color: #222;
}

.room-desc {
    font-size: 1.02rem;
    color: #666;
    line-height: 1.65;
    margin-bottom: 18px;
}

.room-features {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 24px;
}

.room-features span {
    background: #f0f0f0;
    color: #444;
    padding: 6px 14px;
    border-radius: 30px;
    font-size: 0.85rem;
    font-weight: 500;
}

.room-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 20px;
    border-top: 1px solid #eee;
}

.room-price .from {
    font-size: 0.9rem;
    color: #777;
}

.room-price .amount {
    font-size: 1.65rem;
    font-weight: 700;
    color: #FF5A5F;
    margin: 0 4px;
}

.room-price .night {
    font-size: 0.9rem;
    color: #777;
}

.btn-book {
    background: #25D366;
    color: white;
    padding: 12px 24px;
    border-radius: 10px;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease;
}

.btn-book:hover {
    background: #128C7E;
    transform: translateY(-2px);
}

/* Responsive */
@media (max-width: 768px) {
    .hongirana-rooms {
        padding: 80px 0;
    }
    
    .rooms-grid {
        grid-template-columns: 1fr;
        gap: 24px;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-8715d7d *//* ========================================
   HOMESTAY / PROPERTY SECTION - Improved
   ======================================== */

.homestay {
    background: #f8f9fa;
}

.homestay-grid {
    display: grid;
    grid-template-columns: 1.05fr 0.95fr;
    gap: 52px;
    align-items: start;
}

.gallery-section {
    position: relative;
}

.gallery-main {
    position: relative;
    height: 460px;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.12);
    margin-bottom: 18px;
}

.gallery-image {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0;
    transition: opacity 0.6s ease;
}

.gallery-image.active {
    opacity: 1;
}

.gallery-thumbs {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 12px;
}

.thumb {
    height: 86px;
    border-radius: 12px;
    overflow: hidden;
    border: 3px solid transparent;
    transition: all 0.3s ease;
    cursor: pointer;
}

.thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.4s ease;
}

.thumb:hover img {
    transform: scale(1.08);
}

.thumb.active {
    border-color: #FF5A5F;
    box-shadow: 0 0 0 4px rgba(255, 90, 95, 0.15);
}

.homestay-info {
    position: sticky;
    top: 100px;
}

.info-card {
    background: white;
    border-radius: 20px;
    padding: 36px 32px;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.08);
    border: 1px solid #f1f1f1;
}

.info-card h3 {
    font-family: 'Playfair Display', serif;
    font-size: 1.65rem;
    font-weight: 600;
    margin-bottom: 14px;
    color: #1a1a1a;
}

.info-card > p {
    color: #555;
    line-height: 1.75;
    margin-bottom: 28px;
    font-size: 1.02rem;
}

.amenities-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
    gap: 18px 16px;
    margin-bottom: 32px;
}

.amenity {
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: 0.98rem;
    color: #333;
}

.amenity-icon {
    width: 22px;
    height: 22px;
    color: #00A699;
    flex-shrink: 0;
}

.pricing-box {
    padding-top: 24px;
    border-top: 1px solid #eee;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 16px;
}

.price {
    display: flex;
    align-items: baseline;
    gap: 4px;
}

.price-currency {
    font-size: 1.3rem;
    font-weight: 600;
    color: #666;
}

.price-amount {
    font-family: 'Playfair Display', serif;
    font-size: 2.4rem;
    font-weight: 700;
    line-height: 1;
    color: #1a1a1a;
}

.price-unit {
    font-size: 0.95rem;
    color: #777;
    margin-left: 4px;
}

/* Responsive */
@media (max-width: 1024px) {
    .homestay-grid {
        grid-template-columns: 1fr;
        gap: 40px;
    }
    
    .homestay-info {
        position: static;
    }
    
    .gallery-main {
        height: 380px;
    }
}

@media (max-width: 640px) {
    .gallery-main {
        height: 320px;
    }
    
    .gallery-thumbs {
        grid-template-columns: repeat(4, 1fr);
        gap: 10px;
    }
    
    .thumb {
        height: 72px;
    }
    
    .info-card {
        padding: 28px 24px;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-b872b63 *//* ========================================
   BACKWATER BOATING SECTION - SEO + Clean Design
   ======================================== */

.boating {
    background: linear-gradient(135deg, #0f172a 0%, #1e3a5f 100%);
    color: #f1f5f9;
    padding: 90px 0;
}

.boating .section-header {
    margin-bottom: 52px;
}

.boating .section-subtitle {
    color: #cbd5e1;
    max-width: 680px;
    margin: 0 auto;
    font-size: 1.05rem;
}

.boating-grid {
    display: grid;
    grid-template-columns: 1fr 1.1fr;
    gap: 56px;
    align-items: start;
}

.boating-content {
    display: flex;
    flex-direction: column;
    gap: 28px;
}

.boating-text {
    font-size: 1.07rem;
    line-height: 1.75;
    color: #e2e8f0;
}

.boating-features {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 18px;
}

.feature {
    background: rgba(255,255,255,0.08);
    padding: 18px 20px;
    border-radius: 14px;
    border: 1px solid rgba(255,255,255,0.1);
    transition: all 0.3s ease;
}

.feature:hover {
    background: rgba(255,255,255,0.13);
    transform: translateY(-2px);
}

.feature-icon {
    width: 46px;
    height: 46px;
    background: rgba(251, 191, 36, 0.18);
    color: #fcd34d;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 12px;
}

.feature-icon svg {
    width: 24px;
    height: 24px;
}

.feature h3 {
    font-size: 1.08rem;
    margin-bottom: 4px;
    color: white;
}

.feature p {
    font-size: 0.92rem;
    color: #94a3b8;
    line-height: 1.5;
}

/* Image Grid - Perfect Alignment */
.image-grid {
    display: grid;
    grid-template-columns: 2fr 1fr;
    grid-template-rows: 1fr 1fr;
    gap: 14px;
    height: 460px;
}

.boating-image {
    border-radius: 18px;
    overflow: hidden;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.25);
}

.boating-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.boating-image:hover img {
    transform: scale(1.06);
}

.boating-image.main {
    grid-row: span 2;
}

.boating-image.secondary,
.boating-image.tertiary,
.boating-image.quaternary {
    height: 100%;
}

/* Pricing */
.boating-pricing {
    display: flex;
    align-items: center;
    gap: 22px;
    flex-wrap: wrap;
}

.price-tag {
    background: rgba(251, 191, 36, 0.15);
    border: 1px solid #fcd34d;
    padding: 12px 20px;
    border-radius: 12px;
}

.tag-label {
    font-size: 0.82rem;
    color: #cbd5e1;
    text-transform: uppercase;
    letter-spacing: 0.8px;
}

.tag-value {
    font-size: 1.75rem;
    font-weight: 700;
    color: #fcd34d;
}

.tag-value small {
    font-size: 0.85rem;
    font-weight: 400;
}

/* ===================== RESPONSIVE ===================== */
@media (max-width: 1024px) {
    .boating-grid {
        grid-template-columns: 1fr;
        gap: 48px;
    }
    
    .image-grid {
        grid-template-columns: 1fr;
        grid-template-rows: auto;
        height: auto;
        gap: 14px;
    }
    
    .boating-image.main,
    .boating-image.secondary,
    .boating-image.tertiary,
    .boating-image.quaternary {
        height: 240px;
    }
}

@media (max-width: 640px) {
    .boating {
        padding: 70px 0;
    }
    
    .boating-features {
        grid-template-columns: 1fr;
    }
    
    .boating-pricing {
        flex-direction: column;
        align-items: stretch;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-58f6dfd *//* ========================================
   NEARBY PLACES SECTION - Clean & SEO Friendly
   ======================================== */

.places {
    background: #f8f9fa;
    padding: 90px 0;
}

.places .section-header {
    margin-bottom: 52px;
}

.places-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    gap: 24px;
}

.place-card {
    background: white;
    border-radius: 18px;
    overflow: hidden;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
}

.place-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.12);
}

.place-image {
    position: relative;
    height: 220px;
    overflow: hidden;
}

.place-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.place-card:hover .place-image img {
    transform: scale(1.08);
}

.place-distance {
    position: absolute;
    top: 14px;
    right: 14px;
    background: rgba(0, 0, 0, 0.75);
    color: white;
    font-size: 0.82rem;
    font-weight: 600;
    padding: 6px 14px;
    border-radius: 20px;
    backdrop-filter: blur(4px);
}

.place-content {
    padding: 22px;
}

.place-content h3 {
    font-family: 'Playfair Display', serif;
    font-size: 1.28rem;
    margin-bottom: 10px;
    color: #1f2937;
}

.place-content p {
    font-size: 0.97rem;
    color: #4b5563;
    line-height: 1.65;
    margin-bottom: 16px;
}

.place-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.tag {
    background: #f1f5f9;
    color: #334155;
    font-size: 0.8rem;
    font-weight: 500;
    padding: 5px 12px;
    border-radius: 20px;
}

/* Responsive */
@media (max-width: 768px) {
    .places-grid {
        grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
        gap: 20px;
    }
    
    .place-image {
        height: 200px;
    }
}

@media (max-width: 480px) {
    .place-content {
        padding: 18px;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-c16a2e1 *//* ========================================
   WHY CHOOSE US SECTION - Clean & Well Aligned
   ======================================== */

.why-us {
    background: #f8f9fa;
    padding: 90px 0;
}

.why-us .section-header {
    margin-bottom: 56px;
}

.features-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 24px;
}

.feature-card {
    background: white;
    padding: 32px 28px;
    border-radius: 18px;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.07);
    transition: all 0.3s ease;
    border: 1px solid #f1f5f9;
}

.feature-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.1);
}

.feature-icon-box {
    width: 56px;
    height: 56px;
    background: linear-gradient(135deg, #FF5A5F 0%, #FC642D 100%);
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
    color: white;
}

.feature-icon-box svg {
    width: 28px;
    height: 28px;
}

.feature-card h3 {
    font-family: 'Playfair Display', serif;
    font-size: 1.32rem;
    font-weight: 600;
    margin-bottom: 12px;
    color: #1f2937;
}

.feature-card p {
    font-size: 0.98rem;
    line-height: 1.68;
    color: #4b5563;
}

/* Responsive */
@media (max-width: 768px) {
    .features-grid {
        grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
        gap: 20px;
    }
    
    .feature-card {
        padding: 28px 24px;
    }
}

@media (max-width: 480px) {
    .feature-card {
        padding: 24px 20px;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-2d457ee *//* ========================================
   HOW TO BOOK SECTION - Clean & Well Aligned
   ======================================== */

.how-to-book {
    background: white;
    padding: 90px 0;
}

.how-to-book .section-header {
    margin-bottom: 60px;
}

.steps-container {
    max-width: 1100px;
    margin: 0 auto;
}

.steps {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
}

.step {
    flex: 1;
    max-width: 260px;
    text-align: center;
    padding: 0 12px;
}

.step-number {
    width: 48px;
    height: 48px;
    background: linear-gradient(135deg, #FF5A5F 0%, #FC642D 100%);
    color: white;
    font-family: 'Playfair Display', serif;
    font-size: 1.5rem;
    font-weight: 700;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
    box-shadow: 0 4px 12px rgba(255, 90, 95, 0.3);
}

.step-icon {
    width: 68px;
    height: 68px;
    background: #f8fafc;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 18px;
    border: 2px solid #f1f5f9;
}

.step-icon svg {
    width: 32px;
    height: 32px;
    color: #FF5A5F;
}

.step h3 {
    font-family: 'Playfair Display', serif;
    font-size: 1.22rem;
    margin-bottom: 10px;
    color: #1f2937;
}

.step p {
    font-size: 0.96rem;
    line-height: 1.65;
    color: #4b5563;
}

.step-connector {
    width: 60px;
    height: 3px;
    background: linear-gradient(to right, #FF5A5F, #FC642D);
    margin-top: 68px;
    flex-shrink: 0;
    border-radius: 2px;
}

/* Responsive */
@media (max-width: 1024px) {
    .steps {
        gap: 32px;
    }
    
    .step-connector {
        display: none;
    }
    
    .step {
        max-width: none;
        min-width: 240px;
    }
}

@media (max-width: 640px) {
    .how-to-book {
        padding: 70px 0;
    }
    
    .step {
        min-width: 100%;
        padding: 0;
    }
    
    .step-connector {
        display: none;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-e453820 *//* ========================================
   REVIEWS / TESTIMONIALS SECTION
   ======================================== */

.reviews {
    background: #f8f9fa;
    padding: 90px 0;
}

.reviews .section-header {
    margin-bottom: 56px;
}

.reviews-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    gap: 24px;
    margin-bottom: 48px;
}

.review-card {
    background: white;
    padding: 28px;
    border-radius: 18px;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.07);
    transition: all 0.3s ease;
    height: 100%;
}

.review-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 28px rgba(0, 0, 0, 0.1);
}

.review-stars {
    color: #fbbf24;
    font-size: 1.4rem;
    letter-spacing: 2px;
    margin-bottom: 16px;
}

.review-text {
    font-size: 1rem;
    line-height: 1.7;
    color: #374151;
    margin-bottom: 24px;
    font-style: italic;
}

.reviewer {
    display: flex;
    align-items: center;
    gap: 14px;
}

.reviewer-avatar {
    width: 48px;
    height: 48px;
    background: linear-gradient(135deg, #FF5A5F, #FC642D);
    color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    font-size: 1.1rem;
}

.reviewer-info {
    line-height: 1.4;
}

.reviewer-name {
    font-weight: 600;
    color: #1f2937;
}

.reviewer-location {
    font-size: 0.88rem;
    color: #6b7280;
}

/* Google Reviews Button */
.google-reviews-link {
    text-align: center;
}

.google-btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    font-weight: 600;
    padding: 14px 32px;
    border: 2px solid #4285F4;
    color: #4285F4;
    border-radius: 50px;
    transition: all 0.3s ease;
}

.google-btn:hover {
    background: #4285F4;
    color: white;
    transform: translateY(-2px);
}

.google-note {
    margin-top: 12px;
    font-size: 0.95rem;
    color: #6b7280;
}

/* Responsive */
@media (max-width: 768px) {
    .reviews-grid {
        grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
        gap: 20px;
    }
    
    .review-card {
        padding: 24px;
    }
}/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-9caa9de *//* ========================================
   REVIEWS / TESTIMONIALS SECTION - Final Version
   ======================================== */

.reviews {
    background: #f8f9fa;
    padding: 90px 0;
}

.reviews .section-header {
    margin-bottom: 56px;
}

.reviews-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    gap: 24px;
    margin-bottom: 52px;
}

.review-card {
    background: white;
    padding: 28px;
    border-radius: 18px;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.07);
    transition: all 0.3s ease;
    height: 100%;
}

.review-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 12px 32px rgba(0, 0, 0, 0.1);
}

.review-stars {
    color: #fbbf24;
    font-size: 1.45rem;
    letter-spacing: 3px;
    margin-bottom: 16px;
}

.review-text {
    font-size: 1rem;
    line-height: 1.72;
    color: #374151;
    margin-bottom: 24px;
    font-style: italic;
}

.reviewer {
    display: flex;
    align-items: center;
    gap: 14px;
}

.reviewer-avatar {
    width: 48px;
    height: 48px;
    background: linear-gradient(135deg, #FF5A5F, #FC642D);
    color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    font-size: 1.1rem;
}

.reviewer-name {
    font-weight: 600;
    color: #1f2937;
    text-decoration: none;
    transition: color 0.3s ease;
}

.reviewer-name:hover {
    color: #FF5A5F;
}

.reviewer-location {
    font-size: 0.88rem;
    color: #6b7280;
    display: block;
}

/* Google Reviews Button */
.google-reviews-link {
    text-align: center;
}

.google-btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    font-weight: 600;
    padding: 14px 34px;
    border: 2px solid #4285F4;
    color: #4285F4;
    border-radius: 50px;
    transition: all 0.3s ease;
}

.google-btn:hover {
    background: #4285F4;
    color: white;
    transform: translateY(-3px);
}

.google-note {
    margin-top: 14px;
    font-size: 0.96rem;
    color: #6b7280;
}

/* Responsive */
@media (max-width: 768px) {
    .reviews-grid {
        grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
        gap: 20px;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-2c8aaeb *//* ========================================
   FAQ SECTION - Clean & Interactive
   ======================================== */

.faq {
    background: #f8f9fa;
    padding: 90px 0;
}

.faq .section-header {
    margin-bottom: 52px;
}

.faq-grid {
    max-width: 820px;
    margin: 0 auto;
}

.faq-item {
    background: white;
    border-radius: 16px;
    margin-bottom: 12px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.06);
    overflow: hidden;
    border: 1px solid #f1f5f9;
}

.faq-question {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 22px 28px;
    font-size: 1.05rem;
    font-weight: 600;
    text-align: left;
    color: #1f2937;
    background: transparent;
    border: none;
    cursor: pointer;
    transition: all 0.3s ease;
}

.faq-question:hover {
    background: #f8fafc;
}

.faq-question span {
    flex: 1;
}

.faq-icon {
    width: 24px;
    height: 24px;
    transition: transform 0.4s ease;
    flex-shrink: 0;
    color: #64748b;
}

/* Open state styling using details/summary */
details[open] .faq-icon {
    transform: rotate(180deg);
}

.faq-answer {
    padding: 0 28px 22px;
    color: #4b5563;
    line-height: 1.7;
    font-size: 0.98rem;
}

.faq-answer p {
    margin: 0;
}

/* Responsive */
@media (max-width: 640px) {
    .faq-question {
        padding: 18px 22px;
        font-size: 1rem;
    }
    
    .faq-answer {
        padding: 0 22px 18px;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-695fde6 *//* ========================================
   FINAL CTA SECTION - Strong Call to Action
   ======================================== */

.final-cta {
    background: linear-gradient(135deg, #FF5A5F 0%, #FC642D 100%);
    padding: 100px 0;
    color: white;
    text-align: center;
}

.cta-content {
    max-width: 720px;
    margin: 0 auto;
}

.cta-content h2 {
    font-family: 'Playfair Display', serif;
    font-size: clamp(2.2rem, 5.5vw, 3.2rem);
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 18px;
}

.cta-content p {
    font-size: 1.1rem;
    line-height: 1.7;
    opacity: 0.95;
    margin-bottom: 40px;
    max-width: 580px;
    margin-left: auto;
    margin-right: auto;
}

.cta-buttons {
    display: flex;
    justify-content: center;
    gap: 18px;
    flex-wrap: wrap;
}

.final-cta .btn-large {
    padding: 16px 36px;
    font-size: 1.05rem;
    font-weight: 600;
    border-radius: 50px;
    transition: all 0.3s ease;
}

.final-cta .btn-whatsapp {
    background: linear-gradient(135deg, #25D366, #128C7E);
    box-shadow: 0 8px 25px rgba(37, 211, 102, 0.3);
}

.final-cta .btn-whatsapp:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 30px rgba(37, 211, 102, 0.4);
}

.final-cta .btn-outline {
    background: transparent;
    border: 2.5px solid rgba(255, 255, 255, 0.85);
    color: white;
}

.final-cta .btn-outline:hover {
    background: rgba(255, 255, 255, 0.15);
    border-color: white;
    transform: translateY(-4px);
}

/* Responsive */
@media (max-width: 640px) {
    .final-cta {
        padding: 80px 0;
    }
    
    .cta-buttons {
        flex-direction: column;
        align-items: center;
    }
    
    .cta-buttons .btn {
        width: 100%;
        max-width: 320px;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-a685d65 *//* ========================================
   FOOTER SECTION - 4 Columns + Clean Design
   ======================================== */

.footer {
    background: #111827;
    color: #e5e7eb;
    padding: 80px 0 40px;
}

.footer-grid {
    display: grid;
    grid-template-columns: 2fr 1fr 1.2fr 1.2fr;
    gap: 48px;
    margin-bottom: 60px;
}

.footer-logo {
    display: flex;
    align-items: center;
    gap: 10px;
    font-family: 'Playfair Display', serif;
    font-size: 1.8rem;
    font-weight: 700;
    color: white;
    margin-bottom: 16px;
    text-decoration: none;
}

.logo-icon {
    width: 32px;
    height: 32px;
}

.footer-tagline {
    font-size: 0.97rem;
    line-height: 1.7;
    max-width: 280px;
    opacity: 0.85;
    margin-bottom: 24px;
}

.footer-social {
    display: flex;
    gap: 12px;
}

.footer-social a {
    width: 42px;
    height: 42px;
    background: rgba(255,255,255,0.1);
    color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    transition: all 0.3s ease;
}

.footer-social a:hover {
    background: #FF5A5F;
    transform: translateY(-3px);
}

/* Column Headings */
.footer-links h4,
.footer-contact h4,
.footer-info h4 {
    font-size: 1.15rem;
    color: white;
    margin-bottom: 20px;
}

/* Links & Lists */
.footer-links ul,
.footer-contact ul,
.footer-info ul {
    display: flex;
    flex-direction: column;
    gap: 12px;
    font-size: 0.96rem;
}

.footer-links a,
.footer-contact a {
    color: #e5e7eb;
    text-decoration: none;
    transition: color 0.3s ease;
}

.footer-links a:hover,
.footer-contact a:hover {
    color: #FF5A5F;
}

.footer-contact li {
    line-height: 1.5;
}

/* WhatsApp Link */
.whatsapp-link {
    color: #25D366 !important;
    font-weight: 600;
}

/* Bottom Bar */
.footer-bottom {
    border-top: 1px solid rgba(255,255,255,0.1);
    padding-top: 32px;
    text-align: center;
}

.footer-bottom p {
    font-size: 0.9rem;
    opacity: 0.7;
    margin-bottom: 8px;
}

.footer-keywords {
    font-size: 0.82rem;
    opacity: 0.6;
}

/* ===================== RESPONSIVE ===================== */
@media (max-width: 1024px) {
    .footer-grid {
        grid-template-columns: 2fr 1fr;
        gap: 40px;
    }
}

@media (max-width: 640px) {
    .footer-grid {
        grid-template-columns: 1fr;
        gap: 36px;
    }
    
    .footer {
        padding: 60px 0 30px;
    }
}/* End custom CSS */