/* Border Radius */
.br-5 {
    border-radius: 5px;
}

.br-8 {
    border-radius: 8px;
}

.br-10 {
    border-radius: 10px;
}

.br-20 {
    border-radius: 20px;
}


/* Border */
.border {
    border: 1px solid #D9D9D9!important;
}

/* Box Shadow */
.shadow {
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
}
  


/* Margins */
.margin-50 {
    margin-top: 50px;
    margin-bottom: 50px;
}

.margin-70 {
    margin-top: 70px;
    margin-bottom: 70px;
}

.margin-100 {
    margin-top: 100px;
    margin-bottom: 100px;
}



/* Hero section style */
.hero-section {
/* 	border-radius: 0 0 65px 65px; */
	overflow: hidden;
	margin-top: -40px;
}

/* Disable page title */
.page-title {
	display: none;
}


/* Link styles in text */
p a {
	font-weight: 500;
}

p a:hover,
.header-phone-button:hover {
	text-decoration: underline;
}

.header-phone-button a {
	color: var( --e-global-color-primary );
	font-weight: 500;
}


/* Custom header menu styling */
#menu-secondary-menu a:hover {
	text-decoration: underline;
	color: var( --e-global-color-text );
}

/* Full Width Main Menu */
#menu-main-menu {
	width: 100%;
	justify-content: space-between;
}

/* Header padding */
.whb-row .container {
	padding-left: 25px;
	padding-right: 25px;
}

.subheading {
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: 400!important;
}

/* ==========================================================================
   UI MODERNIZATION AND AESTHETICS OVERRIDES
   ========================================================================== */

/* Global Smooth Scroll */
html {
    scroll-behavior: smooth;
}

/* Premium Scrollbar */
::-webkit-scrollbar {
    width: 10px;
}
::-webkit-scrollbar-track {
    background: #1a1a1a;
}
::-webkit-scrollbar-thumb {
    background: linear-gradient(180deg, #ce0328, #1e1e1e);
    border-radius: 5px;
}
::-webkit-scrollbar-thumb:hover {
    background: #ce0328;
}

/* Global button micro-animations and shadows */
.elementor-button, 
.btn, 
.button, 
.wp-element-button, 
.wp-block-button__link,
input[type="submit"] {
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) !important;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.15) !important;
    position: relative;
    overflow: hidden;
}

.elementor-button:hover, 
.btn:hover, 
.button:hover, 
.wp-element-button:hover, 
.wp-block-button__link:hover,
input[type="submit"]:hover {
    transform: translateY(-3px) !important;
    box-shadow: 0 12px 24px rgba(206, 3, 40, 0.3) !important;
    filter: brightness(1.1);
}

.elementor-button:active, 
.btn:active, 
.button:active,
input[type="submit"]:active {
    transform: translateY(-1px) !important;
}

/* Glassmorphism cards and smooth content hovers */
.wd-info-box,
.elementor-widget-testimonial,
.elementor-column-wrap,
.post-item {
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) !important;
}

.wd-info-box:hover,
.elementor-widget-testimonial:hover,
.post-item:hover {
    transform: translateY(-6px) !important;
    box-shadow: 0 20px 35px rgba(0, 0, 0, 0.12) !important;
}

/* Modern styling for the header bar with backdrop blur */
.whb-header {
    backdrop-filter: blur(12px) !important;
    -webkit-backdrop-filter: blur(12px) !important;
    background: rgba(255, 255, 255, 0.9) !important;
    border-bottom: 2px solid rgba(206, 3, 40, 0.08) !important;
    transition: all 0.3s ease;
}

/* Premium modal overlays for simulated forms */
.lionstone-modal-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 999999;
    opacity: 0;
    transition: opacity 0.3s ease;
    pointer-events: none;
}

.lionstone-modal-overlay.active {
    opacity: 1;
    pointer-events: auto;
}

.lionstone-modal {
    background: #ffffff;
    border-radius: 16px;
    padding: 40px;
    max-width: 480px;
    width: 90%;
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.25);
    border-top: 5px solid #ce0328;
    transform: scale(0.85);
    transition: transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    text-align: center;
}

.lionstone-modal-overlay.active .lionstone-modal {
    transform: scale(1);
}

.lionstone-modal h3 {
    color: #1e1e1e;
    margin-bottom: 15px;
    font-size: 24px;
    font-weight: 700;
}

.lionstone-modal p {
    color: #666666;
    font-size: 15px;
    margin-bottom: 25px;
    line-height: 1.6;
}

.lionstone-modal button {
    background: #ce0328 !important;
    color: #ffffff !important;
    border: none !important;
    padding: 12px 35px !important;
    border-radius: 30px !important;
    font-weight: 600 !important;
    cursor: pointer;
    box-shadow: 0 4px 10px rgba(206, 3, 40, 0.2) !important;
    transition: all 0.2s ease !important;
}

.lionstone-modal button:hover {
    transform: scale(1.05) !important;
    box-shadow: 0 6px 15px rgba(206, 3, 40, 0.35) !important;
}

/* Fix dropdown menu cutoff/z-index layering issue */
.whb-header {
    z-index: 99999 !important;
}

.whb-main-header, 
.whb-row, 
.whb-row-y-middle,
.whb-column,
.wd-navigation,
.wd-nav-horizontal {
    z-index: 99999 !important;
    overflow: visible !important;
}

.wd-dropdown-menu, 
.wd-dropdown, 
.wd-sub-menu,
.sub-menu {
    z-index: 999999 !important;
}