/* =========================================================================
   GLOBAL OVERRIDES - PRODUCTION QA & RESPONSIVENESS
   ========================================================================= */

/* 1. Global Box-Sizing & Viewport Reset */
html, body {
    max-width: 100vw;
    overflow-x: hidden !important;
    width: 100%;
    margin: 0;
    padding: 0;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

*, *::before, *::after {
    box-sizing: border-box !important;
}

/* 2. Global Typography Override (Roboto & Colors) */
body, h1, h2, h3, h4, h5, h6, p, a, span, div, li, ul, button, section, header, footer, input, textarea, select {
    font-family: 'Roboto', sans-serif !important;
}

h1, h2, h3, h4, h5, h6, 
.sec-title h1, .sec-title h2, .sec-title h3,
.lm-heading-royal, .lm-story-title, .lm-founder-name {
    color: #8B1E1E !important;
    margin-top: 0;
}

p {
    line-height: 1.8;
    margin-bottom: 1.5rem;
}

/* 3. Global Buttons Override */
.theme-btn, .btn, .lmp-btn-solid, .submit-btn, button[type="submit"] {
    background-color: #8B1E1E !important;
    border-color: #8B1E1E !important;
    color: #ffffff !important;
    background-image: none !important;
    border-radius: 5px;
    padding: 12px 30px;
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    min-height: 44px; /* Touch target accessibility */
}

.theme-btn:hover, .btn:hover, .lmp-btn-solid:hover, .submit-btn:hover, button[type="submit"]:hover {
    background-color: #C49A4A !important;
    border-color: #C49A4A !important;
    color: #ffffff !important;
    transform: translateY(-2px);
    box-shadow: 0 10px 20px rgba(196, 154, 74, 0.2);
}

.lmp-btn-outline {
    border: 2px solid #8B1E1E !important;
    color: #8B1E1E !important;
    background-color: transparent !important;
    padding: 10px 28px;
    border-radius: 5px;
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    min-height: 44px;
}

.lmp-btn-outline:hover {
    background-color: #8B1E1E !important;
    color: #ffffff !important;
}

/* 4. Layout Constraints & Grid Normalization */
section, header, footer, .container-fluid, .auto-container {
    width: 100% !important;
    max-width: 100vw !important;
}

.row {
    max-width: 100%;
    margin-left: 0 !important;
    margin-right: 0 !important;
}

/* 5. Fluid Images & Media */
img, video, iframe {
    max-width: 100% !important;
    height: auto;
    object-fit: cover;
}

/* 6. Section Breathing Space (Desktop Default) */
section {
    padding-top: 90px !important;
    padding-bottom: 90px !important;
}

.lm-hero-section, .hero-section {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

/* =========================================================================
   RESPONSIVE MEDIA QUERIES
   ========================================================================= */

/* Desktop Specific Adjustments (Large Screens) */
@media (min-width: 1200px) {
    .container { max-width: 1140px !important; }
}
@media (min-width: 1400px) {
    .container { max-width: 1280px !important; }
}

/* Tablet (Portrait & Landscape: 768px - 1024px) */
@media (max-width: 1024px) {
    section {
        padding-top: 70px !important;
        padding-bottom: 70px !important;
    }
    h1 { font-size: 38px !important; line-height: 1.2 !important; }
    h2 { font-size: 32px !important; line-height: 1.3 !important; }
    
    /* Ensure rows don't overflow on tablet */
    .col-lg-12, .col-md-12 { padding-left: 15px; padding-right: 15px; }
}

/* Mobile (Up to 767px) */
@media (max-width: 767px) {
    /* Tighten section padding for mobile */
    section {
        padding-top: 50px !important;
        padding-bottom: 50px !important;
        padding-left: 15px !important;
        padding-right: 15px !important;
    }
    
    .container {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
    
    /* Typography scaling */
    h1 { font-size: 30px !important; line-height: 1.2 !important; }
    h2 { font-size: 26px !important; line-height: 1.3 !important; }
    h3 { font-size: 22px !important; line-height: 1.4 !important; }
    
    /* Force 100% width on flex/grid columns that might squeeze */
    .row {
        display: flex;
        flex-direction: column;
    }
    
    [class*="col-"] {
        width: 100% !important;
        max-width: 100% !important;
        flex: 0 0 100% !important;
        margin-bottom: 25px; /* Add spacing between stacked columns */
    }
    
    /* Remove bottom margin from last column in a row to prevent double spacing */
    [class*="col-"]:last-child {
        margin-bottom: 0;
    }
    
    /* Forms & Inputs full width for touch */
    input[type="text"], input[type="email"], input[type="number"], input[type="tel"], textarea, select {
        width: 100% !important;
        min-height: 48px; /* Accessible touch target */
    }
    
    /* Fix buttons stacking on mobile */
    .lmp-btn-wrap {
        display: flex;
        flex-direction: column;
        width: 100%;
        gap: 15px;
    }
    .lmp-btn-wrap a, .lmp-btn-wrap button {
        width: 100%;
        text-align: center;
    }

    /* Fix navigation / header */
    .main-header, .sticky-header {
        width: 100% !important;
        overflow-x: hidden !important;
    }
}

/* Small Mobile (320px - 375px) */
@media (max-width: 375px) {
    h1 { font-size: 28px !important; }
    h2 { font-size: 24px !important; }
    section { padding-top: 40px !important; padding-bottom: 40px !important; }
}


/* Fix for dark background section text colors */
.actress-banner-section h1,
.actress-banner-section h2,
.actress-banner-section h3,
.actress-banner-section h4,
.actress-banner-section h5,
.actress-banner-section h6,
.actress-banner-box .ab-headline,
.actress-banner-box .ab-tagline {


/* Fix for dark background section text colors */
.actress-banner-section h1,
.actress-banner-section h2,
.actress-banner-section h3,
.actress-banner-section h4,
.actress-banner-section h5,
.actress-banner-section h6,
.actress-banner-box .ab-headline,
.actress-banner-box .ab-tagline {
    color: #ffffff !important;
}


/* Remove padding from banner-section (hero) */
.banner-section {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    margin-top: 0 !important;
    height: calc(100vh - 100px) !important;
    overflow: hidden !important;
}

/* Remove default block-gap margin on header templates */
.wp-block-template-part,
header.wp-block-template-part,
.main-header {
    margin-top: 0 !important;
    padding-top: 0 !important;
}

/* Fix sticky header vertical positioning gaps when admin bar is present or absent */
body.admin-bar .sticky-header {
    top: 32px !important;
}

@media screen and (max-width: 782px) {
    body.admin-bar .sticky-header {
        top: 46px !important;
    }
}

body.admin-bar:not(:has(#wpadminbar)) .sticky-header,
body.admin-bar:not(:has(#wpadminbar)) .fixed-header .sticky-header {
    top: 0 !important;
}

/* Strip all Gutenberg block-gap margins from header elements */
.main-header > * {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    margin-block-start: 0 !important;
    margin-block-end: 0 !important;
}

/* =========================================================================
   HOMEPAGE PREMIUM ABOUT SECTION STYLES
   ========================================================================= */
.lmp-premium-about {
    padding: 100px 0 !important;
    background-color: #ffffff !important;
    background: #ffffff !important;
    overflow: hidden;
    font-family: 'Inter', sans-serif;
}
.lmp-section-title-wrap {
    text-align: center;
    margin-bottom: 60px;
}
.lmp-eyebrow {
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #C49A4A;
    display: inline-block;
    margin-bottom: 15px;
    position: relative;
}
.lmp-eyebrow::after {
    content: '';
    position: absolute;
    bottom: -5px;
    left: 50%;
    transform: translateX(-50%);
    width: 40px;
    height: 2px;
    background-color: #C49A4A;
    transition: width 0.3s ease;
}
.lmp-premium-about:hover .lmp-eyebrow::after {
    width: 100px;
}
.lmp-heading {
    color: #8B1E1E !important;
    font-size: 42px !important;
    font-weight: 800 !important;
    line-height: 1.2 !important;
    margin-bottom: 0 !important;
    max-width: 800px !important;
    margin-left: auto !important;
    margin-right: auto !important;
}
.lmp-intro-text {
    font-size: 16px;
    color: #555;
    line-height: 1.8;
    margin-bottom: 40px;
    max-width: 95%;
}

/* Story Cards */
.lmp-story-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 25px;
    margin-bottom: 45px;
}
.lmp-story-card {
    background: #fff;
    border-radius: 12px;
    padding: 30px 25px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.03);
    border: 1px solid rgba(0,0,0,0.02);
    transition: all 0.4s ease;
    position: relative;
    overflow: hidden;
    z-index: 1;
}
.lmp-story-card::before {
    content: '';
    position: absolute;
    top: 0; left: 0; width: 4px; height: 100%;
    background: #C49A4A;
    transform: scaleY(0);
    transition: transform 0.4s ease;
    transform-origin: bottom;
    z-index: -1;
}
.lmp-story-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 40px rgba(10, 37, 64, 0.08);
}
.lmp-story-card:hover::before {
    transform: scaleY(1);
}
.lmp-story-title {
    font-size: 18px;
    font-weight: 700;
    color: #0A2540 !important;
    margin: 0;
    line-height: 1.4;
}

/* Buttons */
.lmp-btn-wrap {
    display: flex;
    gap: 20px;
    align-items: center;
}
.lmp-btn-solid {
    background: transparent !important;
    padding: 0 !important;
    border: none !important;
    border-radius: 0 !important;
    box-shadow: none !important;
}
.lmp-btn-solid a,
a.lmp-btn-solid {
    background: #8B1E1E !important;
    color: #fff !important;
    padding: 15px 35px !important;
    border-radius: 5px !important;
    font-weight: 700 !important;
    text-transform: uppercase !important;
    letter-spacing: 1px !important;
    font-size: 14px !important;
    transition: all 0.3s ease !important;
    box-shadow: 0 10px 20px rgba(139, 30, 30, 0.15) !important;
    display: inline-block !important;
    text-decoration: none !important;
    border: 2px solid #8B1E1E !important;
}
.lmp-btn-solid a:hover,
a.lmp-btn-solid:hover {
    background: #C49A4A !important;
    border-color: #C49A4A !important;
    color: #fff !important;
    transform: translateY(-2px) !important;
    box-shadow: 0 15px 25px rgba(196, 154, 74, 0.25) !important;
}
.lmp-btn-outline {
    background: transparent !important;
    padding: 0 !important;
    border: none !important;
    border-radius: 0 !important;
    box-shadow: none !important;
}
.lmp-btn-outline a,
a.lmp-btn-outline {
    background: transparent !important;
    color: #8B1E1E !important;
    padding: 13px 33px !important;
    border-radius: 5px !important;
    font-weight: 700 !important;
    text-transform: uppercase !important;
    letter-spacing: 1px !important;
    font-size: 14px !important;
    border: 2px solid #8B1E1E !important;
    transition: all 0.3s ease !important;
    display: inline-block !important;
    text-decoration: none !important;
}
.lmp-btn-outline a:hover,
a.lmp-btn-outline:hover {
    background: #8B1E1E !important;
    color: #fff !important;
    box-shadow: 0 10px 20px rgba(139, 30, 30, 0.15) !important;
}

/* Right Side Image & Glass Cards */
.lmp-image-wrapper {
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 25px 60px rgba(0,0,0,0.1);
    height: 100%;
    min-height: 500px;
}
.lmp-parallax-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 1.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.lmp-image-wrapper:hover .lmp-parallax-img {
    transform: scale(1.05);
}

/* Glassmorphism Cards */
.lmp-glass-card {
    position: absolute;
    background: rgba(255, 255, 255, 0.85);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.5);
    padding: 20px 25px;
    border-radius: 12px;
    box-shadow: 0 15px 35px rgba(0,0,0,0.1);
    animation: float 6s ease-in-out infinite;
    z-index: 2;
}
.lmp-glass-1 {
    top: 10%;
    left: -10%;
    animation-delay: 0s;
}
.lmp-glass-2 {
    top: 40%;
    right: -10%;
    animation-delay: 1.5s;
}
.lmp-glass-3 {
    bottom: 15%;
    left: -5%;
    animation-delay: 3s;
}
.lmp-glass-4 {
    bottom: 5%;
    right: 10%;
    animation-delay: 4.5s;
    padding: 15px;
    border-radius: 50%;
    width: 120px;
    height: 120px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    background: rgba(10, 37, 64, 0.9);
    color: #fff;
    border: none;
}

.lmp-glass-title {
    font-size: 28px;
    font-weight: 800;
    color: #C49A4A;
    margin: 0 0 5px 0;
    line-height: 1;
}
.lmp-glass-subtitle {
    font-size: 13px;
    font-weight: 600;
    color: #0A2540;
    text-transform: uppercase;
    margin: 0;
    letter-spacing: 1px;
}

.lmp-glass-4 .lmp-glass-title {
    color: #C49A4A;
    font-size: 32px;
    margin-bottom: 5px;
}
.lmp-glass-4 .lmp-glass-subtitle {
    color: #fff;
    font-size: 10px;
}

@keyframes float {
    0% { transform: translateY(0px); }
    50% { transform: translateY(-15px); }
    100% { transform: translateY(0px); }
}

/* Responsive */
@media (max-width: 991px) {
    .lmp-story-grid {
        grid-template-columns: 1fr;
    }
    .lmp-image-wrapper {
        margin-top: 60px;
        min-height: 400px;
    }
    .lmp-glass-1 { left: 5%; }
    .lmp-glass-2 { right: 5%; top: 30%; }
    .lmp-glass-3 { left: 5%; bottom: 25%; }
    .lmp-glass-4 { right: 5%; bottom: 10%; }
    .lmp-heading { font-size: 32px; }
    .lmp-intro-text { max-width: 100%; }
    .lmp-btn-wrap { flex-direction: column; align-items: flex-start; }
}

/* Force white background on enquiry form inputs */
.lmp-enquiry-input,
.lmp-enquiry-input:focus,
.lmp-enquiry-input:active,
.lmp-enquiry-input:hover,
#lmp-enquiry-form input[type="text"],
#lmp-enquiry-form input[type="email"],
#lmp-enquiry-form input[type="tel"],
#lmp-enquiry-form textarea,
#lmp-enquiry-form select {
    background-color: #ffffff !important;
    background: #ffffff !important;
    border: none !important;
    border-radius: 4px !important;
}
#lmp-enquiry-form select {
    background: transparent !important;
}

/* Force FSE page-content and main wrappers to be 100% full-width for Elementor page layout */
.wp-block-post-content,
.entry-content,
.site-main,
.wp-block-group.site-main {
    width: 100% !important;
    max-width: 100% !important;
    padding: 0 !important;
    margin: 0 !important;
}

.wp-block-post-content > *,
.entry-content > *,
.site-main > * {
    max-width: 100% !important;
    width: 100% !important;
}

/* =========================================================================
   PURE CSS CLICK INTERACTIONS (NO JS ACCORDIONS & DRAWER)
   ========================================================================= */

/* 1. Mobile Menu Drawer Animation Toggle */
.mobile-menu-trigger-checkbox:checked ~ .main-header .mobile-menu {
  opacity: 1 !important;
  visibility: visible !important;
}

.mobile-menu-trigger-checkbox:checked ~ .main-header .mobile-menu .menu-backdrop {
  opacity: 0.70 !important;
  visibility: visible !important;
}

.mobile-menu-trigger-checkbox:checked ~ .main-header .mobile-menu .menu-box {
  opacity: 1 !important;
  visibility: visible !important;
  transform: translateX(0%) !important;
}

/* 2. Desktop Fullscreen Overlay Menu Toggle */
.overlay-menu-trigger-checkbox:checked ~ #fullscreen-overlay-menu {
  opacity: 1 !important;
  visibility: visible !important;
}

/* 3. Mobile Menu Submenu Accordion Toggle */
.mobile-menu .submenu-trigger-checkbox:checked ~ ul.submenu-list {
  display: block !important;
}

.mobile-menu .submenu-trigger-checkbox:checked ~ .dropdown-btn {
  transform: rotate(180deg);
  background: #8B1E1E;
  color: #ffffff;
}

/* Force Menu Item Click targets (Labels) to show cursor pointer */
.mobile-nav-toggler,
.mobile-menu .close-btn,
.mobile-menu .menu-backdrop,
.vertical-menu-btn,
.close-overlay-btn,
.mobile-menu .navigation li.dropdown .dropdown-btn {
  cursor: pointer !important;
}

/* =========================================================================
   HEADER STYLING RULES
   ========================================================================= */

/* Main Header Container - Force 100% Viewport Width Breakout */
.main-header {
  position: relative;
  left: 0px;
  top: 0px;
  z-index: 999;
  width: 100vw !important;
  max-width: 100vw !important;
  position: relative !important;
  left: 50% !important;
  right: 50% !important;
  margin-left: -50vw !important;
  margin-right: -50vw !important;
  box-sizing: border-box !important;
  box-shadow: 0 10px 20px 0px rgba(0, 0, 0, 0.07);
}

/* Pure CSS Sticky Header on Scroll */
.header-lower {
  position: sticky !important;
  top: 0 !important;
  z-index: 9999 !important;
  background-color: #ffffff !important;
  box-shadow: 0 10px 20px 0px rgba(0, 0, 0, 0.07);
  width: 100% !important;
}

/* Header Top Bar */
.header-top {
  position: relative;
  background-color: #1b1d21 !important;
  background: #1b1d21 !important;
  padding: 5px 70px;
  display: block !important;
}

.header-top .info li {
  position: relative;
  display: inline-block;
  float: left;
  font-size: 15px;
  color: rgba(255, 255, 255, 0.6) !important;
  margin-right: 40px;
  padding-left: 22px;
}

.header-top .info li:last-child {
  margin: 0px !important;
}

.header-top .info li a {
  display: inline-block;
  color: rgba(255, 255, 255, 0.6) !important;
  text-decoration: none;
}

.header-top .info li i {
  position: absolute;
  left: 0px;
  top: 5px;
}

.header-top .info li:before {
  position: absolute;
  content: '';
  background-color: rgba(255, 255, 255, 0.2);
  width: 1px;
  height: 16px;
  top: 4px;
  right: -20px;
}

.header-top .info li:last-child:before {
  display: none;
}

.header-top .social-links {
  position: relative;
  float: left;
  margin-right: 60px;
}

.header-top .social-links:before {
  position: absolute;
  content: '';
  background-color: rgba(255, 255, 255, 0.2);
  width: 1px;
  height: 16px;
  right: -30px;
  top: 4px;
}

.header-top .social-links li {
  position: relative;
  display: inline-block;
  float: left;
  margin-right: 30px;
}

.header-top .social-links li:last-child {
  margin: 0px !important;
}

.header-top .social-links li a {
  position: relative;
  display: inline-block;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.6) !important;
  text-decoration: none;
}

/* Header Lower Flex Layout */
.main-header .outer-box {
  position: relative;
  padding: 0px 70px;
}

.main-header .outer-box .main-box {
  position: relative;
  display: flex !important;
  flex-direction: row !important;
  flex-wrap: nowrap !important;
  align-items: center !important;
  justify-content: space-between !important;
  width: 100% !important;
}

/* Logo bounds */
.main-header .logo-box {
  position: relative;
  padding: 5px 0px;
  flex-shrink: 0 !important;
  max-width: 150px !important;
  width: 100% !important;
}

.main-header .logo-box .logo {
  margin: 0;
}

.main-header .logo-box .logo img {
  max-height: 70px !important;
  width: auto !important;
  object-fit: contain !important;
}

.main-header .menu-area {
  flex-grow: 1 !important;
  display: flex !important;
  justify-content: flex-end !important;
}

/* Main Navigation Menu Styling (Desktop) */
.main-menu {
  float: left;
}

.main-menu .navbar-collapse {
  padding: 0px;
  display: block !important;
}

.main-menu .navigation {
  margin: 0px;
  list-style: none;
  padding-left: 0;
}

.main-menu .navigation > li {
  position: inherit;
  float: left;
  z-index: 2;
  padding: 10px 0px;
  transition: all 300ms ease;
}

.main-menu .navigation > li:last-child {
  margin-right: 0px !important;
}

.main-menu .navigation > li > a {
  position: relative;
  display: block;
  text-align: center;
  font-size: 17px;
  line-height: 30px;
  font-weight: 500;
  opacity: 1;
  color: #2d2929;
  padding: 0px 30px;
  border-right: 1px solid #e5e7ec;
  z-index: 1;
  transition: all 500ms ease;
  text-decoration: none;
}

.main-menu .navigation > li.dropdown > a {
  padding-right: 40px;
}

.main-menu .navigation > li:first-child > a {
  border-left: 1px solid #e5e7ec;
}

.main-menu .navigation > li.dropdown > a span {
  position: relative;
  display: inline-block;
}

.main-menu .navigation > li.dropdown > a span:before {
  position: absolute;
  content: "\f107";
  font-family: 'Font Awesome 5 Pro';
  top: 2px;
  right: -17px;
  font-size: 16px;
}

.main-menu .navigation > li > a:before {
  position: absolute;
  content: '';
  width: 10px;
  height: 2px;
  left: 50%;
  transform: translateX(-50%) scale(0, 0);
  bottom: -4px;
  transition: all 500ms ease;
}

.main-menu .navigation > li.current > a:before,
.main-menu .navigation > li:hover > a:before {
  transform: translateX(-50%) scale(1, 1);
}

/* Desktop Dropdown Menus (CSS Hover Toggled) */
.main-menu .navigation > li > ul {
  position: absolute;
  left: inherit;
  top: 100%;
  margin-top: 15px;
  width: 230px;
  z-index: 100;
  display: none;
  opacity: 0;
  visibility: hidden;
  padding: 10px 0px 15px;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0px 4px 4px 1px rgba(0, 0, 0, 0.2);
  transform: rotateX(-90deg);
  transform-origin: 0 0;
  transition: all 0.2s ease-out;
  list-style: none;
}

.main-menu .navigation > li.dropdown:hover > ul {
  display: block !important;
  visibility: visible;
  opacity: 1;
  top: 100%;
  transform: rotateX(0);
}

/* Mobile Toggler Styles */
.menu-area .mobile-nav-toggler {
  position: relative;
  float: right;
  font-size: 40px;
  line-height: 50px;
  cursor: pointer;
  color: #8B1E1E;
  display: none;
}

.menu-area .mobile-nav-toggler .icon-bar {
  position: relative;
  height: 2px;
  width: 30px;
  display: block;
  margin-bottom: 5px;
  background-color: #111111;
  transition: all 300ms ease;
}

.menu-area .mobile-nav-toggler .icon-bar:last-child {
  margin-bottom: 0px;
}

/* Mobile Menu Panel Base Layout */
.mobile-menu {
  position: fixed;
  right: 0;
  top: 0;
  width: 300px;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  z-index: 999999;
  transition: all 500ms ease;
}

.mobile-menu .menu-backdrop {
  position: fixed;
  left: 0%;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-color: #000;
  opacity: 0;
  visibility: hidden;
  transition: all 500ms ease;
}

.mobile-menu .menu-box {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  max-height: 100%;
  overflow-y: auto;
  background: #ffffff;
  padding: 0px 0px;
  z-index: 5;
  opacity: 0;
  visibility: hidden;
  transform: translateX(100%);
  transition: all 500ms ease !important;
}

.mobile-menu .close-btn {
  position: absolute;
  right: 15px;
  top: 12px;
  line-height: 30px;
  width: 28px;
  height: 28px;
  text-align: center;
  font-size: 14px;
  color: #8B1E1E;
  cursor: pointer;
  z-index: 10;
  background: #fdf5f5;
  border-radius: 50%;
  border: 1.5px solid #8B1E1E;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}

.mobile-menu .close-btn:hover {
  background: #8B1E1E;
  color: #fff;
  transform: rotate(90deg);
}

/* Mobile Menu Navigation List styling */
.mobile-menu .navigation {
  position: relative;
  display: block;
  width: 100%;
  list-style: none;
  padding-left: 0;
}

.mobile-menu .navigation li {
  position: relative;
  display: block;
  border-top: 1px solid #f0ebe5;
}

.mobile-menu .navigation li > a {
  position: relative;
  display: block;
  line-height: 24px;
  padding: 13px 20px;
  font-size: 14px;
  font-weight: 700;
  color: #1C1C1C;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  transition: all 300ms ease;
  text-decoration: none;
}

.mobile-menu .navigation li > a:hover {
  color: #8B1E1E;
  background: #fdf5f5;
  padding-left: 26px;
}

/* Mobile Menu Submenu Accordion Layout */
.mobile-menu .navigation li.dropdown .dropdown-btn {
  position: absolute;
  right: 0;
  top: 0;
  width: 48px;
  height: 48px;
  text-align: center;
  font-size: 14px;
  line-height: 48px;
  color: #8B1E1E;
  background: transparent;
  border-left: 1px solid #f0ebe5;
  cursor: pointer;
  z-index: 5;
  transition: all 300ms ease;
}

.mobile-menu .navigation li.dropdown ul.submenu-list {
  display: none;
  list-style: none;
  padding-left: 0;
  background: #fafafa;
}

.mobile-menu .navigation li.dropdown ul.submenu-list li a {
  padding-left: 36px;
  font-size: 13px;
  color: #555;
  text-transform: capitalize;
  font-weight: 600;
  display: block;
  line-height: 24px;
  padding-top: 10px;
  padding-bottom: 10px;
  text-decoration: none;
}

/* Mobile Menu Contact & Social Info */
.mobile-menu .contact-info {
  position: relative;
  padding: 20px;
  border-top: 2px solid #f0ebe5;
  background: #fff;
}

.mobile-menu .contact-info h4 {
  font-size: 13px;
  color: #8B1E1E;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 12px;
}

.mobile-menu .contact-info ul {
  list-style: none;
  padding-left: 0;
}

.mobile-menu .contact-info ul li {
  font-size: 13px;
  color: #444444;
  margin-bottom: 5px;
  font-weight: 500;
}

.mobile-menu .contact-info ul li a {
  color: #444444;
  text-decoration: none;
}

/* Fullscreen Overlay Menu Base Style */
.fullscreen-overlay-menu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 999999;
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s ease-in-out;
  display: flex;
  flex-direction: column;
}

.fullscreen-overlay-menu .close-overlay-btn {
  position: absolute;
  top: 30px;
  right: 40px;
  font-size: 40px;
  color: #fff;
  cursor: pointer;
  z-index: 9999999;
  transition: transform 0.3s ease;
}

.fullscreen-overlay-menu .close-overlay-btn:hover {
  transform: rotate(90deg);
}

.fullscreen-overlay-menu .overlay-container {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  height: 100%;
}

/* Left Side Overlay (White) */
.fullscreen-overlay-menu .overlay-left {
  background-color: #ffffff;
  width: 50%;
  height: 100%;
  padding: 60px 80px;
  display: flex;
  flex-direction: column;
  overflow-y: auto;
}

.overlay-property-categories .prop-cat h3 {
  font-size: 36px;
  font-weight: 300;
  color: #333;
  margin-bottom: 20px;
}

.overlay-property-categories .prop-sublinks {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
  gap: 15px;
}

.overlay-property-categories .prop-sublinks li a {
  font-size: 14px;
  font-weight: 700;
  color: #777;
  letter-spacing: 1px;
  transition: color 0.3s ease;
}

.overlay-property-categories .prop-sublinks li a:hover {
  color: #e5b33f;
}

.overlay-property-categories .prop-sublinks .separator {
  color: #ddd;
}

/* Right Side Overlay (Dark) */
.fullscreen-overlay-menu .overlay-right {
  background-color: #222222;
  width: 50%;
  height: 100%;
  padding: 80px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  overflow-y: auto;
}

.overlay-main-nav {
  list-style: none;
  padding: 0;
  margin: 0;
  text-align: center;
}

.overlay-main-nav li {
  margin-bottom: 20px;
}

.overlay-main-nav li a {
  font-size: 20px;
  font-weight: 400;
  color: #ffffff;
  transition: color 0.3s ease;
  display: inline-block;
}

.overlay-main-nav li a:hover {
  color: #e5b33f;
}

.overlay-contact {
  margin-top: 60px;
  text-align: center;
  color: #fff;
}

.overlay-contact p {
  font-size: 14px;
  color: #aaa;
  margin-bottom: 10px;
}

.overlay-contact h4 {
  font-size: 24px;
  color: #ffffff;
  border-bottom: 2px solid #e5b33f;
  padding-bottom: 5px;
  display: inline-block;
}

/* Responsive Overlay Menu */
@media (max-width: 991px) {
  .fullscreen-overlay-menu .overlay-container {
    flex-direction: column;
  }
  
  .fullscreen-overlay-menu .overlay-left,
  .fullscreen-overlay-menu .overlay-right {
    width: 100%;
    height: 50%;
    padding: 40px;
  }
  
  .fullscreen-overlay-menu .close-overlay-btn {
    top: 15px;
    right: 20px;
    color: #333;
  }
}

/* Responsive Menu Padding Adjustments to Prevent Double-Stacking */
@media only screen and (max-width: 1450px) {
  .main-menu .navigation > li > a {
    padding: 0 16px !important;
    font-size: 15px !important;
  }
  .main-menu .navigation > li.dropdown > a {
    padding-right: 26px !important;
  }
}

@media only screen and (max-width: 1300px) {
  .main-menu .navigation > li > a {
    padding: 0 12px !important;
    font-size: 14px !important;
  }
  .main-menu .navigation > li.dropdown > a {
    padding-right: 22px !important;
  }
}

/* Responsiveness Settings */
@media (max-width: 1024px) {
  .header-top {
    display: none !important;
  }
  .menu-area .mobile-nav-toggler {
    display: block;
  }
  .main-menu .navbar-collapse {
    display: none !important;
  }
  .main-header .outer-box {
    padding: 0px 20px;
  }
}


/* Hide jQuery UI Datepicker and Timepicker helpers by default */
#ptTimeSelectCntr,
#ui-datepicker-div {
  display: none !important;
}


