.elementor-kit-6{--e-global-color-primary:#D4AF37;--e-global-color-secondary:#1C1C1C;--e-global-color-text:#333333;--e-global-color-accent:#005B96;--e-global-color-background:#FFFFFF;--e-global-color-backgroundAccent:#F2F2F2;--e-global-color-transparent:#00000000;--e-global-typography-primary-font-family:"Poppins";--e-global-typography-primary-font-size:24px;--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Poppins";--e-global-typography-secondary-font-size:20px;--e-global-typography-secondary-font-weight:600;--e-global-typography-text-font-family:"Figtree";--e-global-typography-text-font-size:16px;--e-global-typography-text-font-weight:400;--e-global-typography-text-line-height:1.5em;--e-global-typography-accent-font-family:"Figtree";--e-global-typography-accent-font-size:16px;--e-global-typography-accent-font-weight:400;--e-global-typography-accent-line-height:1.5em;--e-global-typography-heading_xl-font-family:"Poppins";--e-global-typography-heading_xl-font-size:56px;--e-global-typography-heading_xl-font-weight:600;--e-global-typography-heading_xl-line-height:1.2em;--e-global-typography-heading_l-font-family:"Poppins";--e-global-typography-heading_l-font-size:48px;--e-global-typography-heading_l-font-weight:600;--e-global-typography-heading_l-line-height:1.2em;--e-global-typography-heading_m-font-family:"Poppins";--e-global-typography-heading_m-font-size:40px;--e-global-typography-heading_m-font-weight:600;--e-global-typography-heading_m-line-height:1.2em;--e-global-typography-heading_s-font-family:"Poppins";--e-global-typography-heading_s-font-size:18px;--e-global-typography-heading_s-font-weight:500;--e-global-typography-body_s-font-family:"Figtree";--e-global-typography-body_s-font-size:14px;--e-global-typography-body_s-font-weight:400;--e-global-typography-body_s-line-height:1.5em;background-color:var( --e-global-color-background );}.elementor-kit-6 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@media(max-width:1024px){.elementor-kit-6{--e-global-typography-primary-font-size:22px;--e-global-typography-secondary-font-size:18px;--e-global-typography-heading_xl-font-size:48px;--e-global-typography-heading_l-font-size:40px;--e-global-typography-heading_m-font-size:32px;--e-global-typography-heading_s-font-size:18px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-kit-6{--e-global-typography-primary-font-size:18px;--e-global-typography-secondary-font-size:16px;--e-global-typography-heading_xl-font-size:40px;--e-global-typography-heading_l-font-size:32px;--e-global-typography-heading_m-font-size:32px;--e-global-typography-heading_s-font-size:16px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}
/* Start custom CSS */.lafahya-hero-section {
    position: relative;
    min-height: 92vh;
    background: url('YOUR_BACKGROUND_IMAGE_URL') center center/cover no-repeat;
    padding: 100px 0 140px;
    overflow: visible;
    font-family: 'Poppins', sans-serif;
}

.lafahya-hero-overlay {
    position: absolute;
    inset: 0;
    background: rgba(10,10,10,0.48);
    z-index: 1;
}

.lafahya-hero-wrapper {
    position: relative;
    z-index: 2;
    max-width: 1320px;
    margin: auto;
    padding: 0 24px;
}

.lafahya-hero-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 60px;
}

.lafahya-hero-left {
    width: 52%;
}

.lafahya-hero-tagline {
    display: inline-block;
    color: #D4A437;
    letter-spacing: 2px;
    font-size: 13px;
    font-weight: 600;
    margin-bottom: 20px;
}

.lafahya-hero-left h1 {
    font-family: 'Playfair Display', serif;
    font-size: 78px;
    line-height: 1;
    color: #ffffff;
    margin-bottom: 25px;
}

.lafahya-hero-left h1 span {
    color: #D4A437;
}

.lafahya-hero-left p {
    color: rgba(255,255,255,0.88);
    font-size: 18px;
    line-height: 1.8;
    max-width: 580px;
    margin-bottom: 35px;
}

.lafahya-hero-buttons {
    display: flex;
    gap: 16px;
}

.lafahya-primary-btn {
    background: #D4A437;
    color: white;
    padding: 16px 32px;
    border-radius: 12px;
    text-decoration: none;
    font-weight: 600;
    transition: 0.3s ease;
}

.lafahya-primary-btn:hover {
    transform: translateY(-2px);
}

.lafahya-secondary-btn {
    background: white;
    color: #111;
    padding: 16px 32px;
    border-radius: 12px;
    text-decoration: none;
    font-weight: 600;
}

.lafahya-hero-right {
    width: 48%;
}

.lafahya-hero-right img {
    width: 100%;
    border-radius: 28px;
    box-shadow: 0 30px 80px rgba(0,0,0,0.25);
}

/* BOOKING BAR */
.lafahya-booking-bar {
    display: flex;
    align-items: center;
    gap: 18px;
    background: #ffffff;
    padding: 24px;
    border-radius: 22px;
    margin-top: 70px;
    box-shadow: 0 20px 80px rgba(0,0,0,0.15);
}

.booking-field {
    flex: 1;
}

.booking-field label {
    display: block;
    font-size: 13px;
    font-weight: 600;
    margin-bottom: 10px;
    color: #111;
}

.booking-field input,
.booking-field select {
    width: 100%;
    padding: 14px;
    border: 1px solid #ddd;
    border-radius: 12px;
    font-size: 14px;
    outline: none;
}

.lafahya-search-btn {
    background: #D4A437;
    color: white;
    border: none;
    padding: 18px 28px;
    border-radius: 14px;
    font-weight: 600;
    cursor: pointer;
    white-space: nowrap;
}

/* RESPONSIVE */
@media (max-width: 1024px) {
    .lafahya-hero-content {
        flex-direction: column;
    }

    .lafahya-hero-left,
    .lafahya-hero-right {
        width: 100%;
    }

    .lafahya-hero-left h1 {
        font-size: 56px;
    }

    .lafahya-booking-bar {
        flex-direction: column;
    }
}

@media (max-width: 767px) {
    .lafahya-hero-left h1 {
        font-size: 42px;
    }

    .lafahya-hero-buttons {
        flex-direction: column;
    }
}/* End custom CSS */