.elementor-kit-6{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;}.elementor-kit-6 e-page-transition{background-color:#FFBC7D;}.elementor-kit-6 a:hover{color:#E1D17D;}.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 */.hero_title_color{
background: linear-gradient(90deg, #ADA996 0%, #F2F2F2 33.33%, #DBDBDB 66.67%, #EAEAEA 100%);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
}

.hero_form_glass_bg {
    /* 1. Frost: 12 */
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);

    /* 2. Light: 22° / 80% Intensity 
       (We use a gradient to mimic the light source hitting the glass) */
    background: linear-gradient(
        100deg, 
        rgba(0, 0, 0, 0.2) 0%,   /* High intensity (80% feel) */
        rgba(0, 0, 0, 0.1) 40% /* Fades out */
    );
    
        /* 3. SHARPER, BRIGHTER BORDER */
    border: 1px solid rgba(255, 255, 255, 0.5);
    border-top: 1px solid rgba(255, 255, 255, 0.7); /* Highlight on top edge */
    
}

/* Target the visible line inside the Elementor Divider */
.red-divider .elementor-divider-separator {
    /* 1. The Gradient Color */
    /* Starts White, turns Red in the middle, ends White */
    background: linear-gradient(
        90deg, 
        rgba(255, 255, 255, 0.05) 0%,   /* White 5% opacity */
        #DB4437 50%,                    /* Red solid center */
        rgba(255, 255, 255, 0.05) 100%  /* White 5% opacity */
    ) !important;

    /* 2. Rounded Edges */
    border-radius: 50px;
    
    /* 3. Ensure Height is thick enough to see rounded corners */
    /* If the line is too thin (1px), roundness won't show. */
    height: 1px !important; 
    
    /* Remove default Elementor borders if any */
    border: none !important;
}

.glass-box {
    /* 1. REDUCED OPACITY BACKGROUND */
    /* Changed to 0.05 (5%) at top and 0.3 (30%) at bottom */
    background: linear-gradient(
        180deg, 
        rgba(20, 20, 20, 0.05) 0%, 
        rgba(20, 20, 20, 0.3) 100%
    );
    
    /* 2. STRONGER BLUR */
    /* Kept strong to maintain the glass feel */
    backdrop-filter: blur(40px);
    -webkit-backdrop-filter: blur(40px);

    /* 3. SHARPER, BRIGHTER BORDER */
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-top: 1px solid rgba(255, 255, 255, 0.5); /* Highlight on top edge */
    
    
    /* 4. INNER SHADOW (GLOW) */
    box-shadow: inset 0 0 20px rgba(255, 255, 255, 0.05);
}

.footer_form_glass_bg {
    /* 1. Frost: 12 */
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);

    /* 2. Light: 22° / 80% Intensity 
       (We use a gradient to mimic the light source hitting the glass) */
    background: linear-gradient(
        80deg, 
        rgba(255, 255, 255, 0.1) 0%,   /* High intensity (80% feel) */
        rgba(255, 255, 255, 0.01) 40% /* Fades out */
    );
}


@media (max-width: 766px) {
    #mobile-bg {
        background:#000000 !important;
    }
}
@media (max-width: 766px) {
  .elementor-17 .elementor-element.elementor-element-02e3a62:not(.elementor-motion-effects-element-type-background) {
    background-color: transparent;
    background-image: linear-gradient(180deg, #000000 0%, #191718 2%);
  }
}

@media (max-width: 766px) {
  .footer-icons .elementor-image-box-wrapper {
    display: flex;
    align-items: center; /* vertical centering */
  }

  .elementor-image-box-img {
    margin: 0 0 0 10px !important; /* only left margin */
  }
}

@media (max-width: 766px) {
  #mobile-black-bg {
    background-color: transparent;
    background-image: linear-gradient(0deg, #000000 85%, #FFFBFC00 100%);
  }
}/* End custom CSS */