.elementor-29 .elementor-element.elementor-element-dc20dfa{--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-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );color:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}.elementor-theme-builder-content-area{height:400px;}.elementor-location-header:before, .elementor-location-footer:before{content:"";display:table;clear:both;}/* Start custom CSS for text-editor, class: .elementor-element-6aef8a2 *//* Base Isolation & Full Width Reset */
.gh-header-wrapper,
.gh-header-wrapper * {
    box-sizing: border-box !important;
}

.gh-header-wrapper {
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
    position: relative !important;
}

/* Header Container Sticky Styling */
.gh-header-wrapper .main-header {
    position: sticky !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    background-color: #ffffff !important;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08) !important;
    z-index: 9999 !important;
    display: block !important;
}

.gh-header-wrapper .header-container {
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 auto !important;
    display: flex !important;
    flex-direction: row !important;
    align-items: center !important;
    justify-content: space-between !important;
    padding: 10px 20px !important;
}

/* Logo Box */
.gh-header-wrapper .logo-box {
    display: flex !important;
    align-items: center !important;
    flex-shrink: 0 !important;
}

.gh-header-wrapper .site-logo {
    height: 50px !important;
    width: auto !important;
    max-width: 220px !important;
    display: block !important;
    object-fit: contain !important;
}

/* Desktop Navigation */
.gh-header-wrapper .desktop-nav {
    display: block !important;
}

.gh-header-wrapper .desktop-nav ul {
    display: flex !important;
    flex-direction: row !important;
    align-items: center !important;
    list-style: none !important;
    gap: 22px !important;
    margin: 0 !important;
    padding: 0 !important;
}

.gh-header-wrapper .desktop-nav li {
    list-style: none !important;
    margin: 0 !important;
}

.gh-header-wrapper .nav-link {
    text-decoration: none !important;
    color: #333333 !important;
    font-weight: 500 !important;
    font-size: 15px !important;
    position: relative !important;
    padding: 5px 0 !important;
    white-space: nowrap !important;
    display: inline-block !important;
    transition: color 0.3s ease !important;
}

.gh-header-wrapper .nav-link::after {
    content: '' !important;
    position: absolute !important;
    bottom: 0 !important;
    left: 50% !important;
    width: 0 !important;
    height: 2px !important;
    background-color: #8B0016 !important;
    transition: width 0.3s ease, left 0.3s ease !important;
}

.gh-header-wrapper .nav-link:hover::after,
.gh-header-wrapper .nav-link.active::after {
    width: 100% !important;
    left: 0 !important;
}

.gh-header-wrapper .nav-link:hover,
.gh-header-wrapper .nav-link.active {
    color: #8B0016 !important;
}

/* Contact Button Styling */
.gh-header-wrapper .header-contact {
    display: flex !important;
    align-items: center !important;
    flex-shrink: 0 !important;
}

.gh-header-wrapper .contact-btn {
    display: flex !important;
    flex-direction: row !important;
    align-items: center !important;
    gap: 10px !important;
    background-color: #8B0016 !important;
    color: #ffffff !important;
    text-decoration: none !important;
    padding: 8px 18px !important;
    border-radius: 50px !important;
    white-space: nowrap !important;
    transition: background-color 0.3s ease !important;
}

.gh-header-wrapper .contact-btn:hover {
    background-color: #A0001A !important;
}

.gh-header-wrapper .contact-btn i {
    font-size: 16px !important;
    color: #ffffff !important;
}

.gh-header-wrapper .phone-numbers {
    display: flex !important;
    flex-direction: column !important;
    font-size: 11px !important;
    font-weight: 500 !important;
    line-height: 1.2 !important;
    color: #ffffff !important;
}

.gh-header-wrapper .phone-numbers span {
    color: #ffffff !important;
    display: block !important;
}

/* Hamburger Mobile Toggle */
.gh-header-wrapper .mobile-menu-toggle {
    display: none !important;
    background: transparent !important;
    border: none !important;
    font-size: 24px !important;
    color: #8B0016 !important;
    cursor: pointer !important;
    padding: 5px !important;
}

/* Mobile Off-Canvas Drawer (Popup) */
.gh-header-wrapper .offcanvas-overlay {
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    width: 100vw !important;
    height: 100vh !important;
    background: rgba(0, 0, 0, 0.5) !important;
    z-index: 99998 !important;
    opacity: 0 !important;
    visibility: hidden !important;
    transition: opacity 0.3s ease, visibility 0.3s ease !important;
}

.gh-header-wrapper .offcanvas-overlay.active {
    opacity: 1 !important;
    visibility: visible !important;
}

.gh-header-wrapper .offcanvas-menu {
    position: fixed !important;
    top: 0 !important;
    left: -280px !important;
    width: 270px !important;
    height: 100vh !important;
    background-color: #ffffff !important;
    z-index: 99999 !important;
    box-shadow: 4px 0 15px rgba(0, 0, 0, 0.15) !important;
    display: flex !important;
    flex-direction: column !important;
    transition: left 0.3s cubic-bezier(0.4, 0, 0.2, 1) !important;
    padding: 20px !important;
}

.gh-header-wrapper .offcanvas-menu.active {
    left: 0 !important;
}

.gh-header-wrapper .offcanvas-header {
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
    border-bottom: 1px solid #eeeeee !important;
    padding-bottom: 12px !important;
}

.gh-header-wrapper .offcanvas-logo {
    height: 35px !important;
    width: auto !important;
}

.gh-header-wrapper .offcanvas-close {
    background: none !important;
    border: none !important;
    font-size: 28px !important;
    color: #333333 !important;
    cursor: pointer !important;
    line-height: 1 !important;
}

.gh-header-wrapper .offcanvas-nav {
    margin-top: 20px !important;
    flex-grow: 1 !important;
}

.gh-header-wrapper .offcanvas-nav ul {
    list-style: none !important;
    padding: 0 !important;
    margin: 0 !important;
}

.gh-header-wrapper .offcanvas-nav li {
    margin-bottom: 12px !important;
    list-style: none !important;
}

.gh-header-wrapper .offcanvas-link {
    text-decoration: none !important;
    color: #333333 !important;
    font-size: 15px !important;
    font-weight: 500 !important;
    display: block !important;
    padding: 6px 0 !important;
}

.gh-header-wrapper .offcanvas-link:hover,
.gh-header-wrapper .offcanvas-link.active {
    color: #8B0016 !important;
    font-weight: 600 !important;
}

.gh-header-wrapper .offcanvas-contact {
    border-top: 1px solid #eeeeee !important;
    padding-top: 15px !important;
}

.gh-header-wrapper .offcanvas-phone {
    display: flex !important;
    align-items: center !important;
    gap: 10px !important;
    color: #8B0016 !important;
    text-decoration: none !important;
    font-size: 12px !important;
    font-weight: 600 !important;
}

/* ================= Mobile View Fixes ================= */
@media (max-width: 992px) {
    .gh-header-wrapper .desktop-nav {
        display: none !important; /* Hide desktop nav menu */
    }

    .gh-header-wrapper .mobile-menu-toggle {
        display: block !important; /* Show hamburger icon on left */
    }

    .gh-header-wrapper .site-logo {
        height: 38px !important;
        max-width: 140px !important;
    }

    .gh-header-wrapper .header-container {
        padding: 8px 12px !important;
    }

    .gh-header-wrapper .contact-btn {
        padding: 6px 10px !important;
        gap: 6px !important;
    }

    .gh-header-wrapper .contact-btn i {
        font-size: 14px !important;
    }

    .gh-header-wrapper .phone-numbers {
        font-size: 9px !important;
    }
}

@media (max-width: 480px) {
    .gh-header-wrapper .phone-numbers span:nth-child(2) {
        display: none !important; /* Hide 2nd phone number on small mobile screens to prevent overflow */
    }
}/* End custom CSS */