.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-6 .elementor-element.elementor-element-b000fd9{margin:140px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;text-align:center;}.elementor-6 .elementor-element.elementor-element-b000fd9 .elementor-heading-title{font-family:"Roboto", Sans-serif;font-weight:600;color:#6EC1E4;}.elementor-6 .elementor-element.elementor-element-f075417{margin:18px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;text-align:center;}.elementor-6 .elementor-element.elementor-element-f075417 .elementor-heading-title{font-family:"Times New Roman", Sans-serif;font-size:108px;font-weight:800;font-style:italic;-webkit-text-stroke-color:#000;stroke:#000;color:#6EC1E4;}.elementor-6 .elementor-element.elementor-element-fc6c297{margin:18px 0px calc(var(--kit-widget-spacing, 0px) + 15px) 0px;text-align:center;}.elementor-6 .elementor-element.elementor-element-fc6c297 .elementor-heading-title{font-family:"Roboto", Sans-serif;font-size:20px;font-weight:400;color:#FFFFFF;}.elementor-6 .elementor-element.elementor-element-c8a8705{margin:18px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;text-align:center;}.elementor-6 .elementor-element.elementor-element-c8a8705 .elementor-heading-title{font-family:"Roboto", Sans-serif;font-size:20px;font-weight:400;color:#FFFFFF;}.elementor-widget-button .elementor-button{background-color:var( --e-global-color-accent );font-family:var( --e-global-typography-accent-font-family ), Sans-serif;font-weight:var( --e-global-typography-accent-font-weight );}.elementor-6 .elementor-element.elementor-element-c494a62 .elementor-button{background-color:#FFFFFF;fill:#000000;color:#000000;border-radius:42px 42px 42px 42px;padding:15px 25px 14px 25px;}.elementor-6 .elementor-element.elementor-element-c494a62{margin:23px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;}.elementor-6 .elementor-element.elementor-element-61c940a{margin:20px 0px calc(var(--kit-widget-spacing, 0px) + 100px) 0px;text-align:center;}.elementor-6 .elementor-element.elementor-element-61c940a .elementor-heading-title{font-family:"Roboto", Sans-serif;font-size:15px;font-weight:400;color:#FFFFFF;}body.elementor-page-6:not(.elementor-motion-effects-element-type-background), body.elementor-page-6 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#FFFFFF;}@media(max-width:767px){.elementor-6 .elementor-element.elementor-element-b000fd9{margin:90px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;text-align:center;}.elementor-6 .elementor-element.elementor-element-b000fd9 .elementor-heading-title{font-size:18px;}.elementor-6 .elementor-element.elementor-element-f075417{margin:11px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;text-align:center;}.elementor-6 .elementor-element.elementor-element-f075417 .elementor-heading-title{font-size:56px;}.elementor-6 .elementor-element.elementor-element-fc6c297{margin:20px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;text-align:center;}.elementor-6 .elementor-element.elementor-element-fc6c297 .elementor-heading-title{font-size:15px;}.elementor-6 .elementor-element.elementor-element-c8a8705{margin:30px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;text-align:center;}.elementor-6 .elementor-element.elementor-element-c8a8705 .elementor-heading-title{font-size:18px;}.elementor-6 .elementor-element.elementor-element-c494a62{margin:35px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;}}/* Start custom CSS for html, class: .elementor-element-3c630dc *//* ==========================================
   1. THE EXACT TEXT GRADIENT FROM YOUR IMAGE (CENTERED & GOLDEN)
   ========================================== */
.gold-text {
    /* Precise multi-stop champagne metallic color scheme with centered warmth */
    background: linear-gradient(to right, 
        #dfcd9f 0%,   /* Rich metallic silk start */
        #eedfa7 30%,  /* Warm midtone gold */
        #fff7d6 50%,  /* Centered crisp highlight, warmed up slightly */
        #eedfa7 70%,  /* Warm midtone gold fade back */
        #e3d1a4 100%  /* Smooth finish */
    );
    
    /* Clips the gradient background strictly to the shape of the letters */
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    
    display: inline-block;
}

/* ==========================================
   2. MATCHING BUTTON USING THE SAME SHADE (CENTERED & GOLDEN)
   ========================================== */
.gold-btn {
    display: inline-block;
    padding: 12px 28px;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
    text-decoration: none;
    border-radius: 4px;
    
    /* Rich dark charcoal text color for high contrast readability */
    color: #141218; 
    
    /* Applies the matching centered premium gradient as a solid block background */
    background: linear-gradient(135deg, 
        #dfcd9f 0%, 
        #eedfa7 30%, 
        #fff7d6 50%, 
        #eedfa7 70%, 
        #e3d1a4 100%
    );
    
    /* Changed from white to a premium semi-transparent golden rim edge */
    border: 1px solid rgba(238, 223, 167, 0.35);
    
    /* Soft, high-end golden drop glow under the button */
    box-shadow: 0 4px 20px rgba(223, 205, 159, 0.2);
}/* End custom CSS */
/* Start custom CSS for heading, class: .elementor-element-f075417 *//* ==========================================
   1. THE EXACT TEXT GRADIENT FROM YOUR IMAGE (CENTERED & GOLDEN)
   ========================================== */
.gold-text {
    /* Precise multi-stop champagne metallic color scheme with centered warmth */
    background: linear-gradient(to right, 
        #dfcd9f 0%,   /* Rich metallic silk start */
        #eedfa7 30%,  /* Warm midtone gold */
        #fff7d6 50%,  /* Centered crisp highlight, warmed up slightly */
        #eedfa7 70%,  /* Warm midtone gold fade back */
        #e3d1a4 100%  /* Smooth finish */
    );
    
    /* Clips the gradient background strictly to the shape of the letters */
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    
    display: inline-block;
}

/* ==========================================
   2. MATCHING BUTTON USING THE SAME SHADE (CENTERED & GOLDEN)
   ========================================== */
.gold-btn {
    display: inline-block;
    padding: 12px 28px;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
    text-decoration: none;
    border-radius: 4px;
    
    /* Rich dark charcoal text color for high contrast readability */
    color: #141218; 
    
    /* Applies the matching centered premium gradient as a solid block background */
    background: linear-gradient(135deg, 
        #dfcd9f 0%, 
        #eedfa7 30%, 
        #fff7d6 50%, 
        #eedfa7 70%, 
        #e3d1a4 100%
    );
    
    /* Changed from white to a premium semi-transparent golden rim edge */
    border: 1px solid rgba(238, 223, 167, 0.35);
    
    /* Soft, high-end golden drop glow under the button */
    box-shadow: 0 4px 20px rgba(223, 205, 159, 0.2);
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-021e306 *//* Safely Scoped Base Reset & Typography */
.footer-container, .footer-container * {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
}

/* Footer Container */
.footer-container {
    width: 100%;
    max-width: 1200px;
    padding: 40px 20px; /* Added some top/bottom padding since we removed body padding */
    margin: 0 auto; /* Centers the footer horizontally */
    display: flex;
    flex-direction: column;
    gap: 30px;
    align-items: center;
    background: transparent;
}

/* Rows layout */
.footer-row {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 24px;
    width: 100%;
}

/* Pure Glassmorphism Pill Buttons */
.glass-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    text-decoration: none;
    color: #ffffff;
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 0.3px;
    padding: 16px 36px;
    border-radius: 50px;
    
    /* Dark Glassmorphism Effect */
    background: rgba(255, 255, 255, 0.03); 
    border: 1px solid rgba(255, 255, 255, 0.12);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    
    transition: all 0.3s ease;
}

/* Adjustments for the smaller legal buttons row */
.small-btn {
    padding: 14px 28px;
    font-size: 15px;
    background: rgba(255, 255, 255, 0.02);
    border: 1px solid rgba(255, 255, 255, 0.08);
}

/* Icon adjustments to match the subtle glow/weight */
.glass-button i {
    font-size: 14px;
    opacity: 0.9;
}

/* Hover & Interactive states */
.glass-button:hover {
    background: rgba(255, 255, 255, 0.07);
    border-color: rgba(255, 255, 255, 0.2);
    transform: translateY(-1px);
}

/* --- Mobile Responsiveness --- */
@media (max-width: 768px) {
    .footer-container {
        gap: 20px;
    }
    
    .footer-row {
        flex-direction: column;
        align-items: center;
        gap: 14px;
    }

    .glass-button {
        width: 90%;
        max-width: 340px; 
        padding: 14px 24px;
        font-size: 15px;
    }
    
    .small-btn {
        padding: 12px 22px;
        font-size: 14px;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-497f500 *//* Safely Scoped Base Reset & Typography */
.footer-container, .footer-container * {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
}

/* Footer Container */
.footer-container {
    width: 100%;
    max-width: 1200px;
    padding: 40px 20px; /* Added some top/bottom padding since we removed body padding */
    margin: 0 auto; /* Centers the footer horizontally */
    display: flex;
    flex-direction: column;
    gap: 30px;
    align-items: center;
    background: transparent;
}

/* Rows layout */
.footer-row {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 24px;
    width: 100%;
}

/* Pure Glassmorphism Pill Buttons */
.glass-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    text-decoration: none;
    color: #ffffff;
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 0.3px;
    padding: 16px 36px;
    border-radius: 50px;
    
    /* Dark Glassmorphism Effect */
    background: rgba(255, 255, 255, 0.03); 
    border: 1px solid rgba(255, 255, 255, 0.12);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    
    transition: all 0.3s ease;
}

/* Adjustments for the smaller legal buttons row */
.small-btn {
    padding: 14px 28px;
    font-size: 15px;
    background: rgba(255, 255, 255, 0.02);
    border: 1px solid rgba(255, 255, 255, 0.08);
}

/* Icon adjustments to match the subtle glow/weight */
.glass-button i {
    font-size: 14px;
    opacity: 0.9;
}

/* Hover & Interactive states */
.glass-button:hover {
    background: rgba(255, 255, 255, 0.07);
    border-color: rgba(255, 255, 255, 0.2);
    transform: translateY(-1px);
}

/* --- Mobile Responsiveness --- */
@media (max-width: 768px) {
    .footer-container {
        gap: 20px;
    }
    
    .footer-row {
        flex-direction: column;
        align-items: center;
        gap: 14px;
    }

    .glass-button {
        width: 90%;
        max-width: 340px; 
        padding: 14px 24px;
        font-size: 15px;
    }
    
    .small-btn {
        padding: 12px 22px;
        font-size: 14px;
    }
}/* End custom CSS */