.elementor-1134 .elementor-element.elementor-element-410dc6c{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-1134 .elementor-element.elementor-element-399f6c8{width:100%;max-width:100%;}.elementor-1134 .elementor-element.elementor-element-399f6c8 > .elementor-widget-container{margin:0px 0px 0px 0px;padding:0px 0px 0px 0px;}.elementor-1134 .elementor-element.elementor-element-b85b879{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;}.elementor-1134 .elementor-element.elementor-element-ab22dbb{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-1134 .elementor-element.elementor-element-1b17373{width:100%;max-width:100%;}.elementor-1134 .elementor-element.elementor-element-1b17373 > .elementor-widget-container{margin:0px 0px 0px 0px;padding:0px 0px 0px 0px;}/* Start custom CSS for html, class: .elementor-element-399f6c8 */body {
    margin: 0;
    padding: 0;
    font-family: 'Segoe UI', Arial, sans-serif;
    width: 100%;
    overflow-x: hidden;
}

.top-bar {
    background: #000;
    color: #e6e2db;
    text-align: center;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1rem;
    letter-spacing: 0.01em;
    padding: 0;
    width: 100%;
}

.main-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #5B7687;
    padding: 0 40px;
    height: 80px;
    width: 100%;
    box-sizing: border-box;
}

.logo-section {
    display: flex;
    align-items: center;
    gap: 12px;
}

.logo {
    width: 54px;
    height: auto;
}

.logo-text {
    font-size: 1.1rem;
    color: #222;
    line-height: 1.1;
    font-weight: 500;
}

.nav-links {
    display: flex;
    align-items: center;
    gap: 32px;
}

.menu-header {
    display: none;
}

.brand-title {
    display: none;
}

.nav-links a {
    color: #000;
    text-decoration: none;
    font-size: 1.05rem;
    font-weight: 500;
    padding: 4px 0;
    cursor: pointer;
}

.nav-links a:not(:hover) {
    color: #000;
}

.nav-links a:hover {
    color: #BFBFBF;
}

.dropdown {
    position: relative;
}

.dropdown-toggle, .dropdown-toggle-discover {
    cursor: pointer;
}

.dropdown .arrow {
    font-size: 0.8em;
    margin-left: 3px;
    transition: transform 0.3s ease;
}

.dropdown-menu.show .dropdown-toggle .arrow,
.dropdown-menu-discover.show .dropdown-toggle-discover .arrow {
    transform: rotate(180deg);
}

.dropdown-menu, .dropdown-menu-discover {
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    background: #5B7687;
    box-shadow: 0 8px 16px rgba(0,0,0,0.2);
    border-radius: 8px;
    z-index: 1000;
    opacity: 0;
    visibility: hidden;
    transform: translateX(-50%) translateY(-10px);
    transition: all 0.3s ease;
    margin-top: 10px;
}

.dropdown-menu {
    min-width: 260px;
    width: auto;
}

.dropdown-menu-discover {
    min-width: 250px;
}

.dropdown-menu.show, .dropdown-menu-discover.show {
    opacity: 1;
    visibility: visible;
    transform: translateX(-50%) translateY(0);
}

.dropdown-content, .dropdown-content-discover {
    display: flex;
    flex-direction: column;
    padding: 18px 24px;
    gap: 0;
}

.dropdown-content-discover {
    padding: 20px;
}

.dropdown-column, .discover-column {
    flex: 1;
    min-width: unset;
}

.dropdown-column h3, .discover-column h3 {
    color: #000;
    font-size: 0.9rem;
    font-weight: 700;
    margin: 0 0 12px 0;
    padding-bottom: 8px;
    border-bottom: 1px solid rgba(0,0,0,0.1);
    text-transform: uppercase;
}

.dropdown-column a, .discover-column a {
    display: block;
    color: #000;
    text-decoration: none;
    font-size: 0.85rem;
    font-weight: 400;
    padding: 6px 0;
    line-height: 1.3;
    transition: color 0.2s ease;
    margin-bottom: 15px;
}

.dropdown-column a:hover, .discover-column a:hover {
    color: #BFBFBF;
}

.dropdown-column h3:not(:first-child) {
    margin-top: 25px;
}

.header-actions {
    display: flex;
    align-items: center;
    gap: 18px;
}

.book-now {
    background: #000;
    color: #fff !important;
    border-radius: 7px;
    text-decoration: none;
    font-weight: 600;
    font-size: 1rem;
    transition: background 0.2s, border 0.2s, color 0.2s;
    width: 123px;
    height: 46px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid #000;
    line-height: normal;
    text-align: center;
    box-sizing: border-box;
    padding: 0;
}

.book-now:hover {
    background: #BFBFBF;
    color: #000 !important;
    border: 2px solid #000;
}

.chat-area {
    display: flex;
    align-items: center;
}

.chat-icon svg {
    width: 38px;
    height: 38px;
    display: block;
    fill: #e6e2db !important;
}

/* Modal Styles */
.modal {
    display: none;
    position: fixed;
    z-index: 10000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.5);
    backdrop-filter: blur(3px);
    /* Ensure modals are above all Elementor elements */
    position: fixed !important;
    width: 100vw !important;
    max-width: 100vw !important;
}

.modal.show {
    display: flex;
    align-items: center;
    justify-content: center;
}

.modal-content {
    background: #f8f7f5;
    width: 100%;
    height: 100%;
    border-radius: 0;
    overflow-y: auto;
    position: relative;
    box-shadow: none;
}

.modal-header {
    background: linear-gradient(135deg, #5B7687 0%, #4a6374 100%);
    color: white;
    padding: 40px 50px;
    border-radius: 0;
    position: relative;
}

.close-btn {
    position: absolute;
    top: 20px;
    right: 25px;
    font-size: 28px;
    color: white;
    cursor: pointer;
    font-weight: 300;
    transition: opacity 0.2s;
    background: none !important;
    background-color: transparent !important;
}

.close-btn:hover, .close-btn:active, .close-btn:focus {
    opacity: 0.7;
    background: none !important;
    background-color: transparent !important;
}

.modal-title {
    font-size: 2.5rem;
    font-weight: 700;
    margin: 0;
    letter-spacing: -0.5px;
}

.modal-subtitle {
    font-size: 1.2rem;
    margin: 10px 0 0 0;
    opacity: 0.9;
    font-weight: 300;
}

.modal-body {
    padding: 60px 50px;
    min-height: calc(100vh - 200px);
}

.hero-section {
    display: flex;
    gap: 60px;
    margin-bottom: 60px;
    align-items: center;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
}

.hero-image {
    flex: 1;
    max-width: 300px;
}

.hero-image img {
    width: 100%;
    border-radius: 10px;
    box-shadow: 0 10px 25px rgba(0,0,0,0.1);
}

.hero-text {
    flex: 1.5;
}

.hero-text h2 {
    font-size: 1.8rem;
    color: #2c3e50;
    margin: 0 0 20px 0;
    font-weight: 600;
}

.hero-text p {
    font-size: 1.1rem;
    line-height: 1.6;
    color: #555;
    margin-bottom: 15px;
}

.benefits-section {
    margin: 60px 0;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
}

.benefits-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 25px;
    margin-top: 25px;
}

.benefit-card {
    background: white;
    padding: 25px;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.08);
    border-left: 4px solid #5B7687;
}

.benefit-card h4 {
    color: #2c3e50;
    font-size: 1.2rem;
    margin: 0 0 10px 0;
    font-weight: 600;
}

.benefit-card p {
    color: #666;
    font-size: 0.95rem;
    line-height: 1.5;
    margin: 0;
}

.cta-section {
    background: linear-gradient(135deg, #5B7687 0%, #4a6374 100%);
    color: white;
    padding: 50px;
    border-radius: 12px;
    text-align: center;
    margin-top: 60px;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
}

.cta-section h3 {
    font-size: 1.5rem;
    margin: 0 0 15px 0;
    font-weight: 600;
}

.cta-section p {
    font-size: 1rem;
    margin: 0 0 25px 0;
    opacity: 0.9;
}

.cta-button {
    background: white;
    color: #5B7687;
    padding: 12px 30px;
    border: none;
    border-radius: 25px;
    font-size: 1rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    text-decoration: none;
    display: inline-block;
}

.cta-button:hover {
    background: #f0f0f0;
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(0,0,0,0.2);
}

.about-modal {
    display: none;
    position: fixed;
    z-index: 11000;
    left: 0;
    top: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0,0,0,0.45);
    align-items: center;
    justify-content: center;
    overflow-y: auto;
    padding: 0;
    /* Ensure modals are above all Elementor elements */
    position: fixed !important;
    width: 100vw !important;
    max-width: 100vw !important;
    margin: 0 !important;
}

.about-modal.show {
    display: flex;
    animation: fadeIn 0.25s;
}

@keyframes fadeIn {
    from { opacity: 0; }
    to { opacity: 1; }
}

.about-modal-content {
    background: #5B7687;
    margin: 32px;
    border-radius: 18px;
    box-shadow: 0 8px 32px rgba(0,0,0,0.18);
    max-width: 600px;
    width: 100%;
    max-height: calc(100vh - 64px);
    overflow-y: auto;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    color: #fff;
}

.about-close-btn {
    position: absolute;
    top: 18px;
    right: 22px;
    font-size: 2.2rem;
    color: #fff;
    background: none;
    border: none;
    cursor: pointer;
    transition: transform 0.2s, color 0.2s;
    background: none !important;
    background-color: transparent !important;
}

.about-close-btn:hover, .about-close-btn:active, .about-close-btn:focus {
    color: #BFBFBF;
    transform: scale(1.2) rotate(90deg);
    background: none !important;
    background-color: transparent !important;
}

.about-modal-title {
    font-size: 2.1rem;
    font-weight: 700;
    margin: 38px 0 18px 0;
    text-align: center;
    letter-spacing: -0.5px;
    color: #090B04;
}

.about-modal-body {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0 28px 32px 28px;
    gap: 24px;
}

.about-video-placeholder {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-bottom: 18px;
}

.video-frame {
    width: 320px;
    height: 180px;
    background: #dbe3e8;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #5B7687;
    font-size: 1.1rem;
    font-weight: 500;
    box-shadow: 0 2px 8px rgba(0,0,0,0.07);
}

.about-info {
    width: 100%;
    max-width: 500px;
}

.about-info h2 {
    font-size: 1.1rem;
    margin: 18px 0 6px 0;
    color: #090B04;
    font-weight: 600;
}

.about-info p, .about-info ul {
    font-size: 1rem;
    color: #DBE3E8;
    margin: 0 0 10px 0;
    line-height: 1.6;
}

.about-info ul {
    padding-left: 20px;
    margin-bottom: 10px;
}

.hamburger {
    display: none;
    flex-direction: column;
    justify-content: space-around;
    width: 30px;
    height: 25px;
    background: transparent;
    border: none;
    cursor: pointer;
    padding: 0;
    z-index: 12001;
}

.hamburger:hover, .hamburger:active, .hamburger:focus {
    background: transparent !important;
    background-color: transparent !important;
}

.hamburger span {
    width: 30px;
    height: 3px;
    background: #222;
    border-radius: 2px;
    transition: all 0.3s ease-in-out;
}

.hamburger.open span:nth-child(1) {
    transform: translateY(9px) rotate(45deg);
}

.hamburger.open span:nth-child(2) {
    opacity: 0;
}

.hamburger.open span:nth-child(3) {
    transform: translateY(-9px) rotate(-45deg);
}

@media (max-width: 900px) {
    .top-bar {
        padding-top: 5px;
    }

    .main-header {
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
        padding: 10px 15px;
        height: 60px;
        position: relative;
        width: 100%;
        box-sizing: border-box;
    }

    .logo-section {
        flex: 0 0 auto;
    }

    .logo {
        width: 44px;
    }

    .hamburger {
        display: flex;
    }

    .nav-links {
        position: fixed;
        top: 0;
        right: -100%;
        width: 85vw;
        max-width: 320px;
        height: 100%;
        background: #5B7687;
        flex-direction: column;
        align-items: flex-start;
        gap: 0;
        padding: 100px 24px 24px 24px;
        box-shadow: -2px 0 16px rgba(0,0,0,0.12);
        transition: right 0.35s ease-in-out;
        z-index: 12000;
        overflow-y: auto;
    }

    .nav-links.open {
        right: 0;
    }

    .menu-header {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        position: absolute;
        top: 12px;
        left: 24px;
        right: 24px;
        z-index: 12002;
    }

    .brand-title {
        display: block;
        color: #E6E2DB;
        font-weight: 700;
        font-size: 1.2rem;
        margin: 12px 24px 12px 24px;
        text-align: left;
        line-height: 1.2;
    }

    .nav-links.open .hamburger {
        margin-bottom: 12px;
        align-self: flex-end;
    }

    .nav-links a {
        color: #fff !important;
        font-size: 1.15rem;
        padding: 14px 0;
        width: 100%;
        text-align: left;
        border-bottom: none;
    }

    .nav-links a#news-link {
        border-top: 1px solid rgba(255, 255, 255, 0.1);
    }

    .nav-links a[href="#offers"] {
        border-bottom: none;
    }

    .dropdown-toggle, .dropdown-toggle-discover {
        color: #fff !important;
        font-size: 1.15rem;
        padding: 14px 0;
        width: 100%;
        text-align: left;
        border-bottom: none;
    }

    .dropdown-toggle-discover {
        border-top: none;
        border-bottom: none;
    }

    .nav-links a:hover {
        color: #ddd !important;
    }

    .dropdown-menu, .dropdown-menu-discover {
        position: static;
        min-width: 0;
        width: 100%;
        box-shadow: none;
        border-radius: 0;
        margin-top: 0;
        opacity: 1 !important;
        visibility: visible !important;
        transform: none !important;
        background: rgba(0,0,0,0.15);
        display: none;
        padding: 10px 0 10px 15px;
    }

    .dropdown-menu.show, .dropdown-menu-discover.show {
        display: block;
    }

    .dropdown-column a, .discover-column a {
        margin-bottom: 0;
        padding: 10px 0;
        color: #fff;
    }

    .dropdown-column a:hover, .discover-column a:hover {
        color: #ddd;
    }

    .dropdown-column h3, .discover-column h3 {
        color: #fff;
        border-bottom: none;
        font-size: 0.8rem;
        margin-bottom: 0;
    }

    .header-actions:not(.mobile-header-actions) {
        display: flex;
    }

    .mobile-header-actions {
        display: flex;
        flex-direction: column;
        gap: 20px;
        margin-top: 25px;
        width: 100%;
        align-items: flex-start;
        border-top: 1px solid rgba(255,255,255,0.15);
        padding-top: 35px;
    }

    .mobile-header-actions .book-now {
        width: 100%;
        height: 46px;
        text-align: center;
        background: #000;
        color: #fff !important;
        border-radius: 7px;
        text-decoration: none;
        font-weight: 600;
        font-size: 1rem;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 0;
        line-height: normal;
        box-sizing: border-box;
        margin-bottom: 15px;
        border: 2px solid #000;
        transition: background 0.2s, border 0.2s, color 0.2s;
    }

    .mobile-header-actions .book-now:hover {
        background: #BFBFBF;
        color: #000 !important;
        border: 2px solid #000;
    }

    .mobile-header-actions .chat-area {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        gap: 12px;
        width: auto;
        flex-wrap: nowrap;
    }

    .mobile-header-actions .chat-icon {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .mobile-header-actions .chat-icon svg {
        fill: #e6e2db !important;
    }

    .mobile-header-actions .vertical-text {
        transform: none;
        border-bottom: none;
        font-size: 0.9rem;
        color: #fff;
        padding-bottom: 0;
        position: static;
        width: auto;
        left: auto;
        writing-mode: horizontal-tb;
        white-space: nowrap;
        display: inline-flex;
        align-items: center;
    }

    .modal-content {
        width: 95%;
        height: 95%;
        margin: 0;
    }
}

@media (max-width: 700px) {
    .about-modal-content {
        margin: 16px;
        max-width: 98vw;
        border-radius: 12px;
    }

    .about-modal-title {
        font-size: 1.5rem;
        margin-top: 24px;
    }

    .about-modal-body {
        padding: 0 8px 18px 8px;
    }

    .video-frame {
        width: 100%;
        min-width: 0;
        height: 38vw;
        min-height: 120px;
        max-height: 180px;
        font-size: 0.95rem;
    }

    .about-info {
        max-width: 100%;
    }
}

@media (max-width: 500px) {
    .about-modal-content {
        margin: 4vw;
        max-width: 98vw;
    }

    .logo {
        width: 36px;
    }
}

/* Elementor Full Width Fixes */
body.elementor-page {
    overflow-x: hidden;
}

.elementor-section.elementor-section-boxed > .elementor-container {
    max-width: 100% !important;
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
}

.elementor-container {
    max-width: 100% !important;
    width: 100% !important;
}

.elementor-section.elementor-section-boxed {
    padding: 0 !important;
    margin: 0 !important;
    max-width: 100% !important;
    width: 100% !important;
    left: 0 !important;
    right: 0 !important;
}

.elementor-section.elementor-section-boxed > .elementor-container > .elementor-row {
    width: 100% !important;
    max-width: 100% !important;
}

/* Force header to be full width in Elementor */
.top-bar,
.main-header {
    width: 100vw !important;
    max-width: 100vw !important;
    margin-left: calc(-50vw + 50%) !important;
    margin-right: calc(-50vw + 50%) !important;
    left: 0 !important;
    right: 0 !important;
    box-sizing: border-box !important;
    position: relative !important;
}

/* Fix for container padding */
.elementor-container,
.elementor-row {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

/* Override any Elementor margins */
.elementor-widget:not(:last-child) {
    margin-bottom: 0 !important;
}

/* Ensure no padding on sections */
.elementor-section {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

/* Fix for nested containers */
.elementor .elementor-inner,
.elementor .elementor-section-wrap {
    width: 100% !important;
    max-width: 100% !important;
}

/* Additional Elementor Live Mode Fixes */
.elementor-editor-active .elementor-inner,
.elementor-editor-active .elementor-section-wrap,
.elementor-editor-preview .elementor-inner,
.elementor-editor-preview .elementor-section-wrap,
.elementor-page .elementor-inner,
.elementor-page .elementor-section-wrap {
    max-width: 100% !important;
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
}

/* Force all Elementor sections to be full width */
.elementor-section.elementor-top-section {
    width: 100vw !important;
    max-width: 100vw !important;
    left: 50% !important;
    right: 50% !important;
    margin-left: -50vw !important;
    margin-right: -50vw !important;
    position: relative !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
}

/* Fix for Elementor's content width restrictions */
.elementor-container.elementor-column-gap-default,
.elementor-container.elementor-column-gap-narrow,
.elementor-container.elementor-column-gap-extended,
.elementor-container.elementor-column-gap-wide,
.elementor-container.elementor-column-gap-wider {
    max-width: 100% !important;
    width: 100% !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
}

/* Override any theme container limitations */
.container, 
.wrapper,
.site-content,
.content-area,
.content-wrapper,
.site-inner,
.site-container {
    max-width: 100% !important;
    width: 100% !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
}

/* Remove any unwanted margins from the body */
body.elementor-page {
    margin: 0 !important;
    padding: 0 !important;
    overflow-x: hidden !important;
}

/* Booking System Styles */
.booking-modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    z-index: 9999; /* Higher z-index to ensure it appears above Elementor elements */
    overflow-y: auto;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.booking-modal.active {
    display: block;
    opacity: 1;
}

.booking-container {
    position: relative;
    background-color: #fff;
    width: 90%;
    max-width: 800px;
    margin: 50px auto;
    padding: 30px;
    border-radius: 8px;
    box-shadow: 0 5px 30px rgba(0, 0, 0, 0.3);
    transform: translateY(-20px);
    opacity: 0;
    transition: all 0.4s ease;
}

.booking-modal.active .booking-container {
    transform: translateY(0);
    opacity: 1;
}

.booking-close {
    position: absolute;
    top: 20px;
    right: 20px;
    font-size: 24px;
    cursor: pointer;
    color: #333;
    transition: color 0.3s ease;
}

.booking-close:hover {
    color: #000;
}

.booking-header {
    text-align: center;
    margin-bottom: 30px;
}

.booking-header h2 {
    font-size: 2.2rem;
    font-family: 'Georgia', serif;
    font-weight: bold;
    margin-bottom: 10px;
}

.booking-header p {
    font-size: 1.1rem;
    font-family: 'Segoe UI', Arial, sans-serif;
    color: #666;
}

.booking-steps {
    display: flex;
    justify-content: center;
    margin-bottom: 30px;
}

.booking-step {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 0 15px;
}

.step-number {
    width: 30px;
    height: 30px;
    background-color: #ddd;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    margin-bottom: 8px;
    transition: all 0.3s ease;
}

.step-number.active {
    background-color: #000;
    color: #fff;
}

.step-label {
    font-size: 0.9rem;
    color: #666;
}

.step-label.active {
    color: #000;
    font-weight: 600;
}

.booking-content {
    min-height: 400px;
}

.booking-step-content {
    display: none;
}

.booking-step-content.active {
    display: block;
    animation: fadeIn 0.5s ease;
}

/* Calendar Styles */
.booking-calendar {
    max-width: 100%;
    margin: 0 auto;
}

.calendar-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}

.calendar-month {
    font-size: 1.5rem;
    font-weight: 600;
    font-family: 'Georgia', serif;
}

.calendar-nav {
    display: flex;
}

.calendar-nav-btn {
    background: none;
    border: none;
    font-size: 1.5rem;
    cursor: pointer;
    padding: 5px 10px;
    color: #333;
    transition: color 0.3s ease;
}

.calendar-nav-btn:hover {
    color: #000;
}

.calendar-weekdays {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    text-align: center;
    font-weight: bold;
    margin-bottom: 10px;
}

.weekday {
    padding: 10px;
    color: #666;
}

.calendar-days {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    gap: 5px;
}

.calendar-day {
    aspect-ratio: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    border-radius: 50%;
    transition: all 0.3s ease;
    font-family: 'Segoe UI', Arial, sans-serif;
}

.calendar-day:hover:not(.disabled) {
    background-color: #f0f0f0;
}

.calendar-day.selected {
    background-color: #000;
    color: #fff;
}

.calendar-day.disabled {
    color: #ccc;
    cursor: not-allowed;
}

/* Time Slot Styles */
.time-slots {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(120px, 1fr));
    gap: 15px;
    margin-top: 20px;
}

.time-slot {
    padding: 12px;
    text-align: center;
    border: 1px solid #ddd;
    border-radius: 6px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.time-slot:hover:not(.disabled) {
    border-color: #000;
}

.time-slot.selected {
    background-color: #000;
    color: #fff;
    border-color: #000;
}

.time-slot.disabled {
    color: #ccc;
    cursor: not-allowed;
}

/* Form Styles */
.booking-form {
    max-width: 600px;
    margin: 0 auto;
}

.form-group {
    margin-bottom: 20px;
}

.form-group label {
    display: block;
    margin-bottom: 8px;
    font-weight: 600;
    font-family: 'Segoe UI', Arial, sans-serif;
}

.form-control {
    width: 100%;
    padding: 12px 15px;
    border: 1px solid #ddd;
    border-radius: 6px;
    font-family: 'Segoe UI', Arial, sans-serif;
    font-size: 1rem;
    transition: border-color 0.3s ease;
}

.form-control:focus {
    border-color: #000;
    outline: none;
}

textarea.form-control {
    min-height: 100px;
    resize: vertical;
}

/* Validation Error Styles */
.validation-error {
    color: #ff3860;
    font-size: 0.85rem;
    margin-top: 5px;
    font-family: 'Segoe UI', Arial, sans-serif;
    animation: fadeIn 0.3s ease;
}

.form-control.error {
    border-color: #ff3860;
    box-shadow: 0 0 0 1px #ff3860;
}

/* Buttons */
.booking-btn-group {
    display: flex;
    justify-content: space-between;
    margin-top: 30px;
}

.booking-btn {
    padding: 14px 28px;
    background-color: #000;
    color: #fff;
    border: none;
    border-radius: 6px;
    font-family: 'Segoe UI', Arial, sans-serif;
    font-size: 1rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
}

.booking-btn:hover {
    background-color: #333;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}

.booking-btn:active {
    transform: translateY(0);
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
}

.booking-btn.secondary {
    background-color: #fff;
    color: #000;
    border: 1px solid #000;
}

.booking-btn.secondary:hover {
    background-color: #f5f5f5;
}

/* Confirmation Styles */
.booking-confirmation {
    text-align: center;
    padding: 20px;
}

.confirmation-icon {
    font-size: 4rem;
    color: #4CAF50;
    margin-bottom: 20px;
}

.booking-summary {
    background-color: #f9f9f9;
    border-radius: 8px;
    padding: 20px;
    margin: 20px 0;
    text-align: left;
}

.summary-item {
    display: flex;
    margin-bottom: 10px;
}

.summary-label {
    font-weight: 600;
    width: 120px;
}

/* Responsive Styles for Booking System */
@media (max-width: 768px) {
    .booking-container {
        padding: 20px;
        margin: 30px auto;
    }
    
    .booking-header h2 {
        font-size: 1.8rem;
    }
    
    .booking-steps {
        flex-wrap: wrap;
    }
    
    .booking-step {
        margin-bottom: 10px;
    }
    
    .time-slots {
        grid-template-columns: repeat(auto-fill, minmax(100px, 1fr));
    }
    
    .booking-btn-group {
        flex-direction: column;
        gap: 15px;
    }
    
    .booking-btn {
        width: 100%;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-5ddae82 */body {
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    background-color: #fdfaf5;
    color: #333;
    margin: 0;
    padding: 20px;
}

.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px;
}

.main-content {
    display: flex;
    gap: 20px;
    margin-bottom: 40px;
}

/* --- Image Comparison Slider --- */
.image-comparison-slider {
    position: relative;
    width: 440px; 
    height: 560px;
    overflow: hidden;
    border-radius: 10px;
}

.image-comparison-slider .image-before,
.image-comparison-slider .image-after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.image-comparison-slider .image-after-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    clip-path: polygon(0 0, 50% 0, 50% 100%, 0 100%);
}

.slider-line {
    position: absolute;
    top: 0;
    left: 50%;
    width: 4px;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.8);
    cursor: ew-resize;
    transform: translateX(-50%);
    z-index: 10;
}

.slider-handle {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 40px;
    height: 40px;
    background-color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 0 10px rgba(0,0,0,0.5);
    color: #333;
}

.image-comparison-slider.dragging .slider-line {
    background-color: #fff;
}

.intro-text {
    flex: 1;
}

.intro-text h1 {
    font-size: 2.5em;
    margin: 0 0 10px 0;
    font-weight: normal;
}

.duration {
    color: #888;
    margin-bottom: 20px;
}

.treatable-area {
    margin-bottom: 20px;
}

.tags span {
    background-color: #f0f0f0;
    padding: 5px 10px;
    border-radius: 15px;
    margin-right: 10px;
    font-size: 0.9em;
}

.tags i {
    font-size: 0.5em;
    vertical-align: middle;
    margin-right: 5px;
}

.book-now {
    background-color: #000;
    color: #fff;
    border: none;
    padding: 15px 30px;
    font-size: 1em;
    cursor: pointer;
    margin-top: 20px;
    border-radius: 5px;
}

.pricing-note {
    font-style: italic;
    color: #555;
    margin-top: 15px;
}

.hello-section h2 {
    font-size: 2em;
    text-align: center;
    margin: 40px 0;
    font-weight: normal;
}

.treatment-tips {
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    padding: 20px 0;
    margin-bottom: 40px;
}

.tip-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 0;
    cursor: pointer;
}

.tip-item h3 {
    margin: 0;
    font-weight: normal;
    font-size: 1.2em;
}

.results-and-faq-section {
    display: flex;
    gap: 40px;
    margin-bottom: 40px;
}

.results-section {
    flex: 1;
}

.results-text {
    margin-bottom: 20px;
}

.results-text h2 {
    font-size: 2em;
    font-weight: normal;
}

.results-image img {
    width: 100%;
    max-width: 350px;
    height: auto;
    border-radius: 8px;
}

.faq-section {
    flex: 1;
}

.faq-section h2 {
    font-size: 2.5em;
    font-weight: normal;
    margin-bottom: 30px;
}

.faq-item {
    border-bottom: 1px solid #ddd;
}

.faq-question {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 0;
    cursor: pointer;
    font-size: 1.1em;
}

.faq-answer {
    display: none;
    padding-bottom: 20px;
    color: #555;
}


.booking-modal {
    display: none;
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0,0,0,0.5);
    align-items: center;
    justify-content: center;
    transition: opacity 0.3s ease;
}

.booking-modal.active {
    display: flex;
}

.booking-container {
    background-color: #fff;
    padding: 30px;
    border-radius: 8px;
    width: 90%;
    max-width: 700px;
    position: relative;
    opacity: 0;
    transform: translateY(-20px);
    transition: opacity 0.3s ease, transform 0.3s ease;
}

.booking-header {
    text-align: center;
    margin-bottom: 20px;
}

.booking-header h2 {
    margin: 0;
    font-size: 1.8em;
}

.booking-steps {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
}

.booking-step {
    display: flex;
    align-items: center;
}

.step-number {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: #eee;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
    font-weight: bold;
    transition: background-color 0.3s;
}

.step-number.active {
    background-color: #333;
    color: #fff;
}

.step-label.active {
    font-weight: bold;
}

.booking-step-content {
    display: none;
    max-height: 450px; /* Or a height that works for your design */
    overflow-y: auto;
    padding-right: 15px; /* Add space for the scrollbar */
}

.booking-step-content.active {
    display: block;
}

.booking-calendar {
    margin-bottom: 20px;
}

.calendar-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
}

.calendar-month {
    font-size: 1.2em;
    font-weight: bold;
}

.calendar-nav-btn {
    background: none;
    border: 1px solid #ccc;
    cursor: pointer;
    padding: 5px 10px;
}

.calendar-weekdays, .calendar-days {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    text-align: center;
}

.calendar-day {
    padding: 10px;
    cursor: pointer;
    border-radius: 4px;
}

.calendar-day:not(.empty):not(.past):hover {
    background-color: #f0f0f0;
}

.calendar-day.past {
    color: #ccc;
    cursor: not-allowed;
}

.calendar-day.selected {
    background-color: #333;
    color: #fff;
}

.time-slots {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(100px, 1fr));
    gap: 10px;
    margin-top: 10px;
}

.time-slot {
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 4px;
    text-align: center;
    cursor: pointer;
}

.time-slot:hover {
    background-color: #f0f0f0;
}

.time-slot.selected {
    background-color: #333;
    color: #fff;
}

.booking-form .form-group {
    margin-bottom: 15px;
}

.booking-form .form-control {
    width: 100%;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 4px;
}

.booking-form .form-control.invalid {
    border-color: #e74c3c;
}

.form-group {
    position: relative;
}

.error-message {
    color: #e74c3c;
    font-size: 0.8em;
    position: absolute;
    bottom: -15px;
    left: 0;
    display: none;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-1b17373 */.footer-section {
    background: #111;
    color: #fff;
    font-family: 'Lato', Arial, sans-serif;
    padding: 0;
    position: relative;
}

.footer-container {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding: 48px 5vw 32px 5vw;
    gap: 0;
    position: relative;
}

.footer-logo-col {
    flex: 1 1 0;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    min-width: 220px;
}

.footer-logo {
    width: 80px;
    margin-bottom: 18px;
}

.footer-address {
    font-size: 1rem;
    color: #fff;
    margin-top: 8px;
    line-height: 1.6;
}

.footer-links-col {
    flex: 1 1 0;
    display: flex;
    flex-direction: column;
    gap: 10px;
    min-width: 180px;
    margin-left: 40px;
}

.footer-links-col a {
    color: #fff;
    text-decoration: none;
    font-size: 1rem;
    transition: color 0.2s;
}

.footer-links-col a:hover {
    color: #b3b1ae;
}

.footer-social-col {
    flex: 1 1 0;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    min-width: 160px;
    margin-left: 40px;
}

.footer-social-title {
    font-size: 1rem;
    font-weight: 600;
    margin-bottom: 10px;
}

.footer-social-link {
    color: #fff;
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 1rem;
    margin-bottom: 8px;
    transition: color 0.2s;
}

.footer-social-link:hover {
    color: #b3b1ae;
}

.footer-packages-vertical {
    position: absolute;
    right: 0;
    top: 50%;
    transform: rotate(-90deg) translateY(-50%);
    transform-origin: right top;
    font-size: 1rem;
    font-weight: 700;
    letter-spacing: 2px;
    color: #fff;
    background: transparent;
    padding: 0 8px;
}

.footer-toggle {
    position: absolute;
    right: 0;
    bottom: 0;
    background: #fff;
    color: #111;
    font-size: 1.1rem;
    font-weight: 700;
    padding: 16px 38px 16px 24px;
    border-radius: 4px 0 0 0;
    box-shadow: -2px -2px 8px rgba(0,0,0,0.04);
    display: flex;
    align-items: center;
    gap: 8px;
}

.footer-toggle span {
    cursor: pointer;
    opacity: 0.7;
    transition: opacity 0.2s;
}

.footer-toggle-active {
    opacity: 1;
    font-weight: 900;
}

.footer-divider {
    border: 0;
    border-top: 1px solid #444;
    margin: 0 5vw;
}

.footer-bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 16px 5vw;
    font-size: 0.9rem;
    color: #fff;
}

.footer-copyright {
    flex: 1;
}

.footer-designed {
    flex: 1;
    text-align: right;
}

.heart-icon {
    color: #A4BDBC;
}

@media (max-width: 1100px) {
    .footer-container {
        flex-wrap: wrap;
        gap: 32px;
        padding: 36px 4vw 24px 4vw;
    }
    .footer-packages-vertical {
        display: none;
    }
}

@media (max-width: 700px) {
    .footer-container {
        flex-direction: column;
        align-items: flex-start;
        gap: 18px;
        padding: 24px 4vw 18px 4vw;
    }
    .footer-toggle {
        position: static;
        border-radius: 0;
        margin-top: 18px;
        width: 100%;
        justify-content: center;
    }
    .footer-bottom {
        flex-direction: column;
        align-items: flex-start;
        gap: 12px;
    }
    .footer-designed {
        text-align: left;
    }
}/* End custom CSS */