.elementor-kit-5{--e-global-color-primary:#111111;--e-global-color-secondary:#444444;--e-global-color-text:#555555;--e-global-color-accent:#111111;--e-global-color-b406018:#FCFCFC;--e-global-color-b0d9183:#111111;--e-global-color-bcd8140:#F2F2F2;--e-global-color-ebe0780:#E0E0E0;--e-global-color-27f60ad:#C77F7F4A;--e-global-typography-primary-font-family:"Inter";--e-global-typography-primary-font-weight:900;--e-global-typography-primary-line-height:1.1px;--e-global-typography-primary-letter-spacing:-0.03em;--e-global-typography-secondary-font-family:"Playfair Display";--e-global-typography-secondary-font-weight:800;--e-global-typography-secondary-line-height:1.2px;--e-global-typography-secondary-letter-spacing:-0.02em;--e-global-typography-text-font-family:"Inter";--e-global-typography-text-font-weight:400;--e-global-typography-text-line-height:1.6em;--e-global-typography-accent-font-family:"Inter";--e-global-typography-accent-font-weight:600;--e-global-typography-accent-line-height:1.5em;--e-global-typography-7990f1a-font-family:"Playfair Display";--e-global-typography-7990f1a-font-style:italic;--e-global-typography-7990f1a-line-height:1.1px;}.elementor-kit-5 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-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}
/* Start custom CSS *//* 1. IMPORT GOOGLE FONTS (Must be at the very top) */
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;600;800;900&family=Playfair+Display:ital,wght@1,400;1,600&display=swap');

/* 2. FORCE CUSTOM HEADINGS TO USE THE IMPORTED FONTS */
.hero-section h1,
.services-section h2,
.footer-dark-section h2,
.services-section h3 {
    font-family: 'Inter', sans-serif !important;
    font-weight: 900 !important;
    letter-spacing: -0.03em !important;
}

/* 3. XENVAR GLOBAL UTILITIES */
.serif-italic {
    font-family: 'Playfair Display', serif !important;
    font-style: italic !important;
    font-weight: 400 !important;
}

.x-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 5%;
}

.pill-tag {
    display: inline-flex;
    align-items: center;
    background: #e0e0e0;
    color: #111111; 
    padding: 6px 16px;
    border-radius: 50px;
    font-size: 0.85rem;
    font-weight: 600;
    margin-bottom: 20px;
}

.pill-tag::before {
    content: "•";
    margin-right: 8px;
}

.x-btn {
    display: inline-flex;
    align-items: center;
    background: #111111; 
    color: #ffffff; 
    padding: 12px 24px;
    border-radius: 50px;
    text-decoration: none;
    font-weight: 600;
    transition: opacity 0.3s ease;
    gap: 12px;
    border: none;
}

/* --- REVISED CTA BUTTON (WITH HOVER BORDER) --- */
.x-btn {
    display: inline-flex;
    align-items: center;
    background: #111111; 
    color: #ffffff; 
    padding: 12px 24px;
    border-radius: 50px;
    text-decoration: none;
    font-weight: 600;
    transition: all 0.3s ease;
    gap: 12px;
    /* Transparent border added to prevent layout shift on hover */
    border: 2px solid transparent !important; 
    cursor: pointer;
}

.x-btn:hover {
    background-color: #ffffff !important;
    color: #111111 !important;
    border: 2px solid #111111 !important; /* The new dark border */
    opacity: 1 !important;
}

.x-btn:hover .x-btn-arrow {
    background-color: #111111 !important;
    color: #ffffff !important;
}

.blur-blob {
    position: absolute;
    border-radius: 50%;
    filter: blur(80px);
    z-index: 0;
    opacity: 0.6;
    pointer-events: none;
}

/* --- PROFESSIONAL METHOD: MOBILE TEXT-BREAK FIX --- */
@media (max-width: 420px) {
    /* Target very narrow mobile screens (like the Samsung S8+) */
    .hero-section h1 {
        /* Replaced clamp() with a fixed size to clear the editor warning */
        font-size: 2.8rem !important;
        
    }
}/* End custom CSS */