.elementor-kit-13{--e-global-color-1115bdc:#F47421;--e-global-color-cbd2e51:#000000;--e-global-color-bff8938:#626264;--e-global-color-4fdd2b9:#152036;--e-global-color-209898a:#1D2C4C;--e-global-color-b3204ca:#24365E;--e-global-color-de6cb2d:#FDEEE3;--e-global-color-503233c:#FBD9BC;--e-global-color-a6f36e8:#F89A56;--e-global-color-3490f87:#F47421;--e-global-color-86f32cd:#D4590E;--e-global-color-d256c40:#B84A08;--e-global-color-f2344fd:#131316;--e-global-color-bc86690:#626264;--e-global-color-5a4d504:#9A9A9C;--e-global-color-18462c2:#E4E2DE;--e-global-color-a75e880:#FAF8F5;--e-global-color-b8db1f3:#FFFFFF;--e-global-color-642338a:#2E9E5B;--e-global-color-da845c7:#D14343;--e-global-color-1534159:#E0A526;--e-global-color-dc36e96:#3B82C4;--e-global-color-3492089:#FAF8F5;--e-global-typography-e745404-font-family:"Montserrat";--e-global-typography-e745404-font-size:clamp(2em, 1.5652em + 2.1739vw, 3.25em);--e-global-typography-e745404-font-weight:800;--e-global-typography-e745404-line-height:1.08em;--e-global-typography-c5b77a1-font-family:"Montserrat";--e-global-typography-c5b77a1-font-size:clamp(1.5em, 1.2826em + 1.087vw, 2.125em);--e-global-typography-c5b77a1-font-weight:800;--e-global-typography-c5b77a1-line-height:1.15em;--e-global-typography-02cfb48-font-family:"Montserrat";--e-global-typography-02cfb48-font-size:clamp(1.125em, 1.038em + 0.4348vw, 1.375em);--e-global-typography-02cfb48-font-weight:700;--e-global-typography-02cfb48-line-height:1.3em;--e-global-typography-8c39346-font-family:"Montserrat";--e-global-typography-8c39346-font-size:clamp(1em, 0.9565em + 0.2174vw, 1.125em);--e-global-typography-8c39346-font-weight:700;--e-global-typography-8c39346-line-height:1.35em;--e-global-typography-6dfe621-font-family:"Montserrat";--e-global-typography-6dfe621-font-size:clamp(0.875em, 0.8533em + 0.1087vw, 0.9375em);--e-global-typography-6dfe621-font-weight:600;--e-global-typography-6dfe621-line-height:1.4em;--e-global-typography-9f2712c-font-family:"Montserrat";--e-global-typography-9f2712c-font-size:clamp(0.75em, 0.7283em + 0.1087vw, 0.8125em);--e-global-typography-9f2712c-font-weight:700;--e-global-typography-9f2712c-line-height:1.4em;--e-global-typography-7066961-font-family:"Montserrat";--e-global-typography-7066961-font-size:clamp(0.875em, 0.8315em + 0.2174vw, 1em);--e-global-typography-7066961-font-weight:400;--e-global-typography-7066961-line-height:1.6em;--e-global-typography-31395ff-font-family:"Montserrat";--e-global-typography-31395ff-font-size:clamp(0.75em, 0.7283em + 0.1087vw, 0.8125em);--e-global-typography-31395ff-font-weight:500;--e-global-typography-31395ff-line-height:1.5em;--e-global-typography-1615526-font-family:"Montserrat";--e-global-typography-1615526-font-size:clamp(0.8125em, 0.7908em + 0.1087vw, 0.875em);--e-global-typography-1615526-font-weight:700;--e-global-typography-1615526-line-height:1em;}.elementor-kit-13 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1240px;}.e-con{--container-max-width:1240px;}.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 *//* =========================================================
   SURIA INFINITI GLOBAL VARIABLES
   ========================================================= */

:root {
    --si-header-max-width: 1240px;
    --si-header-radius: 18px;
    --si-header-top: 20px;
    --si-header-bg: #FAF8F5 !important;
    --si-header-shadow: 0 10px 35px rgba(0, 0, 0, 0.08);
    --si-header-shadow-scroll: 0 8px 25px rgba(0, 0, 0, 0.08);

    --si-button-cut: 10px;
}


/* =========================================================
   BUTTON SHAPE
   Class: suria-btn
   ========================================================= */

.suria-btn .elementor-button {
    clip-path: polygon(
        var(--si-button-cut) 0,
        100% 0,
        100% calc(100% - var(--si-button-cut)),
        calc(100% - var(--si-button-cut)) 100%,
        0 100%,
        0 var(--si-button-cut)
    );

    border-radius: 0 !important;
    overflow: hidden;
}


/* =========================================================
   FLOATING HEADER BASE
   Class: si-floating-header
   ========================================================= */

.si-floating-header {
    position: fixed;
    top: var(--si-header-top);
    left: 50%;
    transform: translateX(-50%);

    width: min(92%, var(--si-header-max-width));
    max-width: var(--si-header-max-width);

    z-index: 9999;

    background: var(--si-header-bg);
    border-radius: var(--si-header-radius);
    box-shadow: var(--si-header-shadow);

    transition:
        width 0.35s ease,
        max-width 0.35s ease,
        top 0.35s ease,
        border-radius 0.35s ease,
        box-shadow 0.35s ease,
        padding 0.35s ease;
}


/* =========================================================
   HEADER INNER CONTENT WIDTH
   Keeps menu/logo content aligned inside 1240px
   Works for Elementor Container and Section layouts
   ========================================================= */

.si-floating-header > .e-con-inner,
.si-floating-header .elementor-container {
    max-width: var(--si-header-max-width);
    margin-left: auto;
    margin-right: auto;
}


/* =========================================================
   HEADER AFTER SCROLL
   Body class added by JavaScript: si-header-scrolled
   ========================================================= */

body.si-header-scrolled .si-floating-header {
    top: 0;
    width: 100%;
    max-width: 100%;

    border-radius: 0;
    box-shadow: var(--si-header-shadow-scroll);
}


/* Keep content inside max width even when header becomes full width */

body.si-header-scrolled .si-floating-header > .e-con-inner,
body.si-header-scrolled .si-floating-header .elementor-container {
    max-width: var(--si-header-max-width);
    margin-left: auto;
    margin-right: auto;
}


/* =========================================================
   PAGE SPACING
   Prevent page content from hiding behind fixed header
   ========================================================= */

body {
    padding-top: 110px;
}


/* =========================================================
   WORDPRESS ADMIN BAR FIX
   For logged-in users only
   ========================================================= */

body.admin-bar .si-floating-header {
    top: calc(var(--si-header-top) + 32px);
}

body.admin-bar.si-header-scrolled .si-floating-header {
    top: 32px;
}


/* =========================================================
   RESPONSIVE: LAPTOP / SMALL DESKTOP
   ========================================================= */

@media (max-width: 1366px) {
    .si-floating-header {
        width: min(94%, var(--si-header-max-width));
    }
}


/* =========================================================
   RESPONSIVE: TABLET
   ========================================================= */

@media (max-width: 1024px) {
    :root {
        --si-header-radius: 14px;
        --si-header-top: 14px;
    }

    .si-floating-header {
        width: 94%;
    }

    body.si-header-scrolled .si-floating-header {
        width: 100%;
        max-width: 100%;
        border-radius: 0;
    }

    body {
        padding-top: 100px;
    }
}


/* =========================================================
   RESPONSIVE: MOBILE
   ========================================================= */

@media (max-width: 767px) {
    :root {
        --si-header-radius: 12px;
        --si-header-top: 10px;
        --si-button-cut: 8px;
    }

    .si-floating-header {
        width: 94%;
    }

    body.si-header-scrolled .si-floating-header {
        width: 100%;
        max-width: 100%;
        border-radius: 0;
    }

    body {
        padding-top: 90px;
    }

    body.admin-bar .si-floating-header {
        top: calc(var(--si-header-top) + 46px);
    }

    body.admin-bar.si-header-scrolled .si-floating-header {
        top: 46px;
    }
}


/* =========================================================
   RESPONSIVE: SMALL MOBILE
   ========================================================= */

@media (max-width: 480px) {
    .si-floating-header {
        width: 95%;
    }

    body {
        padding-top: 85px;
    }
}/* End custom CSS */