/* Google Fonts - Poppins */
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

/* Apply Poppins font globally */




/* Apply Poppins to all navigation elements */
.header-navigation,
.header-navigation ul,
.header-navigation li,
.header-navigation a,
.mobile-navigation,
.mobile-navigation ul,
.mobile-navigation li,
.mobile-navigation a,
.menu,
.menu-item,
.nav-menu,
.navigation,
.site-navigation {
    font-family: 'Poppins', sans-serif !important;
}

/* Apply Poppins to all buttons */
button,
input[type="button"],
input[type="submit"],
input[type="reset"],
.button,
.btn,
.header-button,
.mobile-header-button,
.menu-toggle-open,
.menu-toggle-close,
.drawer-toggle {
    font-family: 'Poppins', sans-serif !important;
    font-weight: 500 !important;
}

/* Apply Poppins to all form elements */
input,
textarea,
select,
optgroup,
option,
.form-control,
.input,
.field,
input[type="text"],
input[type="email"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="url"],
input[type="number"] {
    font-family: 'Poppins', sans-serif !important;
}

/* Apply Poppins to headings */
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
.site-title,
.entry-title,
.page-title,
.post-title {
    font-family: 'Poppins', sans-serif !important;
    font-weight: 600 !important;
}

/* Apply Poppins to paragraphs and content */
p,
span,
div,
a,
li,
td,
th,
.content,
.text,
.description,
.excerpt,
.entry-content,
.page-content,
.post-content {
    font-family: 'Poppins', sans-serif !important;
}

.site-branding {
    max-height: inherit;
    font-family: 'Poppins', sans-serif !important;
}

.site-branding a.brand {
    display: flex;
    gap: 1em;
    flex-direction: row;
    align-items: center;
    text-decoration: none;
    color: inherit;
    max-height: inherit
}

.site-branding a.brand img {
    display: block
}

.site-branding .site-title {
    margin: 0
}

.site-branding .site-description {
    margin: .4375em 0 0;
    word-wrap: break-word
}

.site-branding.branding-layout-standard-reverse a.brand {
    flex-direction: row-reverse
}

.site-branding.branding-layout-vertical.site-title-top a.brand .site-title-wrap {
    order: -1
}

.site-branding.branding-layout-vertical.site-title-top a.brand .site-description {
    margin: 0
}

.site-branding.branding-layout-vertical a.brand {
    flex-direction: column
}

.site-branding.branding-layout-vertical-reverse a.brand {
    flex-direction: column-reverse
}

.site-header-section-center .site-branding.branding-layout-vertical a.brand,
.site-header-section-center .site-branding.branding-layout-vertical-reverse a.brand {
    text-align: center
}

.site-header-section-center .site-branding.branding-layout-vertical a.brand img,
.site-header-section-center .site-branding.branding-layout-vertical-reverse a.brand img {
    margin-left: auto;
    margin-right: auto
}

@media screen and (max-width: 1024px) {
    .site-branding.branding-tablet-layout-standard-reverse a.brand {
        flex-direction: row-reverse
    }

    .site-branding.branding-tablet-layout-vertical.site-title-top a.brand .site-title-wrap {
        order: -1
    }

    .site-branding.branding-tablet-layout-vertical a.brand {
        flex-direction: column
    }

    .site-branding.branding-tablet-layout-vertical-reverse a.brand {
        flex-direction: column-reverse
    }
}

@media screen and (max-width: 719px) {
    .site-branding.branding-mobile-layout-standard:not(.site-brand-logo-only) a.brand {
        flex-direction: row
    }

    .site-branding.branding-mobile-layout-standard-reverse a.brand {
        flex-direction: row-reverse
    }

    .site-branding.branding-mobile-layout-vertical.site-title-top a.brand .site-title-wrap {
        order: -1
    }

    .site-branding.branding-mobile-layout-vertical a.brand {
        flex-direction: column
    }

    .site-branding.branding-mobile-layout-vertical-reverse a.brand {
        flex-direction: column-reverse
    }
}

.site-header-row-center-column .brand:not(.has-logo-image) .site-title-wrap {
    text-align: center
}

.logo-icon {
    display: flex
}

.logo-icon .kadence-svg-iconset svg {
    width: 100%;
    height: auto
}

.header-navigation ul ul.sub-menu,
.header-navigation ul ul.submenu {
    display: none;
    position: absolute;
    top: 100%;
    flex-direction: column;
    background: #000 !important;
    margin-left: 0;
    box-shadow: 0 2px 13px rgba(0, 0, 0, .1);
    z-index: 1000;
    font-size: 14px;
    color: white !important;
}

.header-navigation ul ul.quadmenu-row {
    flex-direction: row
}

body:not(.hide-focus-outline) .header-navigation li.menu-item--has-toggle>a:focus .dropdown-nav-toggle {
    opacity: .2
}

.header-navigation ul ul.sub-menu>li:last-child,
.header-navigation ul ul.submenu>li:last-child {
    border-bottom: 0
}

.header-navigation ul ul.sub-menu.sub-menu-edge {
    left: auto;
    right: 0
}

.header-navigation ul ul ul.sub-menu.sub-menu-edge {
    left: auto;
    right: 100%
}

.header-navigation[class*=header-navigation-dropdown-animation-fade] ul ul.sub-menu,
.header-navigation[class*=header-navigation-dropdown-animation-fade] ul ul.submenu {
    opacity: 0;
    visibility: hidden;
    transform: translate3d(0, 0, 0);
    transition: all .2s ease;
    display: block;
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    overflow: hidden;
    background-color: #000000;
}

.header-navigation[class*=header-navigation-dropdown-animation-fade]:not(.click-to-open) ul li:hover>ul,
.header-navigation[class*=header-navigation-dropdown-animation-fade]:not(.click-to-open) ul li.menu-item--toggled-on>ul,
.header-navigation[class*=header-navigation-dropdown-animation-fade]:not(.click-to-open) ul li:not(.menu-item--has-toggle):focus>ul {
    opacity: 1;
    visibility: visible;
    transform: translate3d(0, 0, 0);
    clip: auto;
    height: auto;
    overflow: visible
}

.header-navigation[class*=header-navigation-dropdown-animation-fade].click-to-open ul li>ul.opened,
.header-navigation[class*=header-navigation-dropdown-animation-fade].click-to-open ul li.menu-item--toggled-on>ul,
.header-navigation[class*=header-navigation-dropdown-animation-fade].click-to-open ul li:not(.menu-item--has-toggle):focus>ul {
    opacity: 1;
    visibility: visible;
    transform: translate3d(0, 0, 0);
    clip: auto;
    height: auto;
    overflow: visible
}

.header-navigation.header-navigation-dropdown-animation-fade-up ul ul.sub-menu,
.header-navigation.header-navigation-dropdown-animation-fade-up ul ul.submenu {
    transform: translate3d(0, 10px, 0)
}

.header-navigation.header-navigation-dropdown-animation-fade-down ul ul.sub-menu,
.header-navigation.header-navigation-dropdown-animation-fade-down ul ul.submenu {
    transform: translate3d(0, -10px, 0)
}

.wp-site-blocks .nav--toggle-sub .dropdown-nav-special-toggle {
    position: absolute !important;
    overflow: hidden;
    padding: 0 !important;
    margin: 0 !important;
    margin-right: -0.1em !important;
    border: 0 !important;
    width: .9em;
    top: 0;
    bottom: 0;
    height: auto;
    border-radius: 0;
    box-shadow: none !important;
    background: rgba(0, 0, 0, 0) !important;
    display: block;
    left: auto;
    right: .7em;
    pointer-events: none
}

.wp-site-blocks .nav--toggle-sub .sub-menu .dropdown-nav-special-toggle {
    width: 2.6em;
    margin: 0 !important;
    right: 0
}

.nav--toggle-sub .dropdown-nav-special-toggle:focus {
    z-index: 10
}

.nav--toggle-sub .dropdown-nav-toggle {
    display: block;
    background: rgba(0, 0, 0, 0);
    position: absolute;
    right: 0;
    top: 50%;
    width: .7em;
    height: .7em;
    font-size: inherit;
    width: .9em;
    height: .9em;
    font-size: .9em;
    display: inline-flex;
    line-height: inherit;
    margin: 0;
    padding: 0;
    border: none;
    border-radius: 0;
    transform: translateY(-50%);
    overflow: visible;
    transition: opacity .2s ease
}

.nav--toggle-sub ul ul .dropdown-nav-toggle {
    right: .2em
}

.nav--toggle-sub ul ul .dropdown-nav-toggle .kadence-svg-iconset {
    transform: rotate(-90deg)
}

.nav--toggle-sub li.menu-item-has-children {
    position: relative
}

.nav-drop-title-wrap {
    position: relative;
    padding-right: 1em;
    display: block
}

.nav--toggle-sub:not(.click-to-open) li:hover>ul,
.nav--toggle-sub li.menu-item--toggled-on>ul,
.nav--toggle-sub li:not(.menu-item--has-toggle):focus>ul,
.nav--toggle-sub.click-to-open li.menu-item--has-toggle>ul.opened {
    display: block
}

.nav--toggle-sub li:not(.menu-item--has-toggle):focus-within>ul {
    display: block
}

@media(hover: none) {
    .wp-site-blocks .nav--toggle-sub .menu-item--has-toggle:not(.menu-item--toggled-on) .dropdown-nav-special-toggle {
        left: 0;
        right: 0 !important;
        margin-right: 0 !important;
        width: 100%;
        pointer-events: all
    }

    .wp-site-blocks .nav--toggle-sub .menu-item--has-toggle:not(.menu-item--toggled-on)>a {
        pointer-events: none
    }
}

.rtl .nav--toggle-sub .dropdown-nav-toggle {
    right: auto;
    left: 0
}

.rtl .primary-menu-container>ul>li.menu-item .dropdown-nav-special-toggle {
    right: auto;
    left: .7em
}

.rtl .wp-site-blocks .nav--toggle-sub .sub-menu .dropdown-nav-special-toggle {
    left: 0;
    right: auto
}

.rtl .nav--toggle-sub ul ul .dropdown-nav-toggle .kadence-svg-iconset {
    transform: rotate(-270deg)
}

.rtl .header-navigation ul ul ul.sub-menu,
.rtl .header-navigation ul ul ul.submenu {
    right: 100%;
    left: auto
}

.rtl .nav-drop-title-wrap {
    padding-left: 1em;
    padding-right: 0
}

.wp-site-blocks .nav--toggle-sub .kadence-menu-mega-enabled .sub-menu .dropdown-nav-special-toggle {
    display: none
}

.header-navigation-style-underline-fullheight,
.header-navigation-style-fullheight {
    height: 100%;
    align-items: center
}

.header-navigation-style-underline-fullheight .header-menu-container,
.header-navigation-style-fullheight .header-menu-container {
    height: 100%;
    align-items: center
}

.header-navigation-style-underline-fullheight .header-menu-container>ul,
.header-navigation-style-fullheight .header-menu-container>ul {
    height: 100%;
    align-items: center
}

.header-navigation-style-underline-fullheight .header-menu-container>ul>li,
.header-navigation-style-fullheight .header-menu-container>ul>li {
    display: flex;
    height: 100%;
    align-items: center
}

.header-navigation-style-underline-fullheight .header-menu-container>ul>li>a,
.header-navigation-style-fullheight .header-menu-container>ul>li>a {
    display: flex;
    height: 100%;
    align-items: center
}

.header-navigation[class*=header-navigation-style-underline] .header-menu-container>ul>li>a {
    position: relative
}

.header-navigation[class*=header-navigation-style-underline] .header-menu-container>ul>li>a:after {
    content: "";
    width: 100%;
    position: absolute;
    bottom: 0px;
    height: 2px;
    right: 50%;
    background: currentColor;
    transform: scale(0, 0) translate(-50%, 0);
    transition: transform .2s ease-in-out, color 0s ease-in-out
}

.header-navigation[class*=header-navigation-style-underline] .header-menu-container>ul>li>a:hover:after {
    transform: scale(1, 1) translate(50%, 0)
}

.header-navigation[class*=header-navigation-style-underline] .header-menu-container>ul>li.current-menu-item>a:after,
.header-navigation[class*=header-navigation-style-underline] .header-menu-container>ul>li.current-page-item>a:after {
    transform: scale(1, 1) translate(50%, 0)
}

.header-navigation,
.header-menu-container {
    display: flex
}

.header-navigation li.menu-item>a {
    display: block;
    width: 100%;
    text-decoration: none;
    color: var(--global-palette4);
    transition: all .2s ease-in-out;
    transform: translate3d(0, 0, 0)
}

.header-navigation li.menu-item>a:hover,
.header-navigation li.menu-item>a:focus {
    color: #F9791A !important
}

.header-navigation ul.sub-menu,
.header-navigation ul.submenu {
    display: block;
    list-style: none;
    margin: 0;
    padding: 0
}

.header-navigation ul li.menu-item>a {
    padding: .6em .5em
}

.header-navigation ul ul li.menu-item>a {
    padding: 1em;
    outline-offset: -2px;
    color: #fff;
    width: 250px !important;
    font-size: 14px;

}

.header-navigation ul ul li.menu-item>a {
    color: #fff;
    width: 250px !important;
    font-size: 14px;
}

.header-navigation ul ul ul.sub-menu,
.header-navigation ul ul ul.submenu {
    top: 0;
    left: 100%;
    right: auto;
    min-height: 100%
}

.header-navigation .menu {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    list-style: none;
    margin: 0;
    padding: 0
}

.menu-toggle-open {
    display: flex;
    background: rgba(0, 0, 0, 0);
    align-items: center;
    box-shadow: none
}

.menu-toggle-open .menu-toggle-label {
    padding-right: 5px
}

.menu-toggle-open .menu-toggle-icon {
    display: flex;
    color: #000 !important
}

.menu-toggle-open .menu-toggle-label:empty {
    padding-right: 0px
}

.menu-toggle-open:hover,
.menu-toggle-open:focus {
    border-color: currentColor;
    background: rgba(0, 0, 0, 0);
    box-shadow: none
}

.menu-toggle-open.menu-toggle-style-default {
    border: 0
}

.wp-site-blocks .menu-toggle-open {
    box-shadow: none
}

.mobile-navigation {
    width: 100%
}

.mobile-navigation a {
    display: block;
    width: 100%;
    text-decoration: none;
    padding: .6em .5em
}

.mobile-navigation a:hover,
.mobile-navigation a:focus {
    color: #F9791A !important;
}

.mobile-navigation ul {
    display: block;
    list-style: none;
    margin: 0;
    padding: 0
}

.drawer-nav-drop-wrap {
    display: flex;
    position: relative
}

.drawer-nav-drop-wrap a {
    color: inherit
}

.drawer-nav-drop-wrap .drawer-sub-toggle {
    background: rgba(0, 0, 0, 0);
    color: inherit;
    padding: .5em .7em;
    display: flex;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    line-height: normal
}

.drawer-nav-drop-wrap .drawer-sub-toggle[aria-expanded=true] svg {
    transform: rotate(180deg)
}

.mobile-navigation.drawer-navigation-parent-toggle-true .drawer-nav-drop-wrap .drawer-sub-toggle {
    position: absolute;
    left: 0;
    z-index: 10;
    top: 0;
    bottom: 0;
    justify-content: flex-end;
    width: 100%
}

.mobile-navigation ul ul {
    padding-left: 1em;
    transition: all .2s ease-in-out
}

.mobile-navigation ul.has-collapse-sub-nav ul.sub-menu {
    display: none
}

body[class*=amp-mode-] .mobile-navigation ul ul {
    display: block
}

.mobile-navigation ul ul ul ul ul ul {
    padding-left: 0
}

.mobile-navigation ul.has-collapse-sub-nav .sub-menu.show-drawer {
    display: block
}

.popup-drawer {
    position: fixed;
    display: none;
    top: 0;
    bottom: 0;
    left: -99999rem;
    right: 99999rem;
    transition: opacity .25s ease-in, left 0s .25s, right 0s .25s;
    z-index: 100000
}

.popup-drawer .drawer-overlay {
    background-color: rgba(0, 0, 0, .4);
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 0;
    transition: opacity .2s ease-in-out
}

.popup-drawer .drawer-inner {
    width: 100%;
    transform: translateX(100%);
    max-width: 90%;
    right: 0;
    top: 0;
    overflow: auto;
    background: #090c10;
    color: #fff;
    bottom: 0;
    opacity: 0;
    position: fixed;
    box-shadow: 0 0 2rem 0 rgba(0, 0, 0, .1);
    display: flex;
    flex-direction: column;
    transition: transform .3s cubic-bezier(0.77, 0.2, 0.05, 1), opacity .25s cubic-bezier(0.77, 0.2, 0.05, 1)
}

.popup-drawer .drawer-header {
    padding: 0 1.5em;
    display: flex;
    justify-content: flex-end;
    min-height: calc(1.2em + 24px)
}

.popup-drawer .drawer-header .drawer-toggle {
    background: rgba(0, 0, 0, 0);
    border: 0;
    font-size: 24px;
    line-height: 1;
    padding: .6em .15em;
    color: inherit;
    display: flex;
    box-shadow: none;
    border-radius: 0
}

.popup-drawer .drawer-header .drawer-toggle:hover {
    box-shadow: none
}

.popup-drawer .drawer-content {
    padding: 0 1.5em 1.5em
}

.popup-drawer-layout-sidepanel.popup-drawer-side-left .drawer-inner {
    transform: translateX(-100%);
    right: auto;
    left: 0
}

@media screen and (max-width: 1024px) {

    .showing-popup-drawer-from-right.animate-body-popup #inner-wrap,
    .showing-popup-drawer-from-right.animate-body-popup #colophon,
    .showing-popup-drawer-from-right.animate-body-popup .site-header-row {
        transform: translateX(-200px)
    }

    .showing-popup-drawer-from-left.animate-body-popup #inner-wrap,
    .showing-popup-drawer-from-left.animate-body-popup #colophon,
    .showing-popup-drawer-from-left.animate-body-popup .site-header-row {
        transform: translateX(200px)
    }

    .animate-body-popup #inner-wrap,
    .animate-body-popup .site-header-row,
    .animate-body-popup #colophon {
        transform: none;
        transition: transform .3s cubic-bezier(0.77, 0.2, 0.05, 1)
    }
}

.popup-drawer-animation-scale.popup-drawer-layout-fullwidth .drawer-inner {
    transform: scale(0);
    transform-origin: top right;
    transition: transform .3s cubic-bezier(0.77, 0.2, 0.05, 1), opacity .3s cubic-bezier(0.77, 0.2, 0.05, 1)
}

.popup-drawer-animation-scale.popup-drawer-layout-fullwidth.popup-drawer-side-left .drawer-inner {
    transform-origin: top left
}

.popup-drawer-animation-scale.popup-drawer-layout-fullwidth.active .drawer-inner {
    transform: scale(1)
}

#mobile-drawer.popup-drawer-animation-slice.popup-drawer-layout-fullwidth .drawer-overlay,
#mobile-drawer.popup-drawer-animation-slice.popup-drawer-layout-fullwidth .drawer-inner {
    background: rgba(0, 0, 0, 0)
}

.popup-drawer .drawer-header .drawer-toggle {
    width: 1em;
    position: relative;
    height: 1em;
    box-sizing: content-box;
    font-size: 24px
}

.drawer-toggle .toggle-close-bar {
    width: .75em;
    height: .08em;
    background: currentColor;
    transform-origin: center center;
    position: absolute;
    margin-top: -0.04em;
    opacity: 0;
    border-radius: .08em;
    left: 50%;
    margin-left: -0.375em;
    top: 50%;
    transform: rotate(45deg) translateX(-50%);
    transition: transform .3s cubic-bezier(0.77, 0.2, 0.05, 1), opacity .3s cubic-bezier(0.77, 0.2, 0.05, 1);
    transition-delay: .2s
}

.drawer-toggle .toggle-close-bar:last-child {
    transform: rotate(-45deg) translateX(50%)
}

.popup-drawer.active .drawer-toggle .toggle-close-bar {
    transform: rotate(45deg);
    opacity: 1
}

.popup-drawer.active .drawer-toggle .toggle-close-bar:last-child {
    transform: rotate(-45deg);
    opacity: 1
}

.popup-drawer .drawer-content.content-valign-middle {
    min-height: calc(100% - (1.2em + 24px));
    display: flex;
    justify-content: safe center;
    flex-direction: column;
    padding-bottom: calc(1.2em + 24px);
    overflow: auto
}

.popup-drawer .drawer-content.content-valign-bottom {
    min-height: calc(100% - (1.2em + 24px));
    display: flex;
    justify-content: flex-end;
    flex-direction: column;
    padding-bottom: calc(1.2em + 24px);
    max-height: calc(100% - (1.2em + 24px));
    overflow: auto
}

.popup-drawer .drawer-content.content-valign-bottom .site-header-item-mobile-navigation {
    display: block;
    overflow: auto;
    max-height: calc(100% - (1.2em + 24px))
}

.popup-drawer .drawer-content.content-align-center {
    text-align: center
}

.popup-drawer .drawer-content.content-align-center .site-header-item {
    justify-content: center
}

.popup-drawer .drawer-content.content-align-right {
    text-align: right
}

.popup-drawer .drawer-content.content-align-right .site-header-item {
    justify-content: flex-end
}

.popup-drawer-layout-fullwidth.popup-drawer-animation-slice .drawer-inner {
    transform: none
}

.popup-drawer-layout-fullwidth.popup-drawer-animation-slice .pop-slice-background {
    transform-origin: center;
    transform: none;
    position: absolute;
    display: flex;
    flex-flow: column;
    align-items: stretch;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1
}

.popup-drawer-layout-fullwidth.popup-drawer-animation-slice .pop-portion-bg {
    flex: 1 1 100%;
    background: rgba(9, 12, 16, .97);
    transform: translateX(-100%);
    transition: transform .3s cubic-bezier(0.77, 0.2, 0.05, 1)
}

.popup-drawer-layout-fullwidth.popup-drawer-animation-slice .pop-portion-bg:nth-child(odd) {
    transform: translateX(100%)
}

.popup-drawer-layout-fullwidth.popup-drawer-animation-slice .drawer-content {
    transform: translateY(20px);
    opacity: 0;
    transition: all .4s ease
}

.popup-drawer-layout-fullwidth.popup-drawer-animation-slice.active .pop-portion-bg {
    transform: translateX(0)
}

.popup-drawer-layout-fullwidth.popup-drawer-animation-slice.active .drawer-content {
    transform: translateY(0px);
    opacity: 1;
    transition: all .4s ease;
    transition-delay: .2s
}

@media screen and (max-width: 1024px) {
    .popup-drawer-layout-sidepanel.popup-mobile-drawer-side-right .drawer-inner {
        transform: translateX(100%);
        right: 0;
        left: auto
    }

    .popup-drawer-layout-sidepanel.popup-mobile-drawer-side-left .drawer-inner {
        transform: translateX(-100%);
        right: auto;
        left: 0
    }
}

body.admin-bar .popup-drawer {
    top: 46px
}

body.admin-bar .popup-drawer .drawer-inner {
    top: 46px
}

@media screen and (min-width: 783px) {
    body.admin-bar .popup-drawer {
        top: 32px
    }

    body.admin-bar .popup-drawer .drawer-inner {
        top: 32px
    }
}

.popup-drawer.show-drawer {
    display: block
}

.popup-drawer.active {
    left: 0;
    opacity: 1;
    right: 0;
    transition: opacity .25s ease-out
}

.popup-drawer.active .drawer-inner {
    opacity: 1;
    transform: translateX(0%)
}

.popup-drawer.active .drawer-overlay {
    opacity: 1;
    cursor: pointer
}

body[class*=showing-popup-drawer-] {
    overflow: hidden
}

.site .header-navigation .header-menu-container .menu-item.nav-button {
    margin: 0 .25em
}

.site .header-navigation .header-menu-container .menu-item.nav-button>a {
    margin: 0;
    padding: .8em 1.5em .8em 1.5em;
    background: var(--global-palette-btn-bg);
    color: var(--global-palette-btn);
    font-style: normal;
    font-size: 16px;
    line-height: 1.4;
    border-radius: 12px
}

.site .header-navigation .header-menu-container .menu-item.nav-button>a:hover,
.site .header-navigation .header-menu-container .menu-item.nav-button>a:focus {
    color: #F9791A;
    background: var(--global-palette-btn-bg-hover)
}

@media screen and (max-width: 1024px) {
    .mobile-menu-container .menu-item.nav-button>a {
        width: 100%;
        text-align: center;
        margin: 0;
        padding: .8em 1.5em .8em 1.5em;
        background: var(--global-palette-btn-bg);
        color: var(--global-palette-btn);
        font-style: normal;
        font-size: 16px;
        line-height: 1.4;
        border-radius: 12px;
        color: #F9791A !important;

    }

    .mobile-menu-container .menu-item.nav-button>a:hover,
    .mobile-menu-container .menu-item.nav-button>a:focus {
        color: #F9791A !important;
        background: var(--global-palette-btn-bg-hover)
    }
}

#main-header {
    display: none
}

#masthead {
    position: relative;
    z-index: 11
}

@media screen and (min-width: 1025px) {
    #main-header {
        display: block
    }

    #mobile-header {
        display: none
    }
}

.header-html-inner img.alignnone {
    display: inline-block
}

.drawer-content .mobile-html,
.drawer-content .mobile-html2 {
    width: 100%
}

.site-header-row {
    display: grid;
    grid-template-columns: auto auto
}

.site-header-row.site-header-row-center-column {
    grid-template-columns: 1fr auto 1fr
}

.site-header-row.site-header-row-only-center-column {
    display: flex;
    justify-content: center
}

.site-header-row.site-header-row-only-center-column .site-header-section-center {
    flex-grow: 1
}

.site-header-upper-inner-wrap.child-is-fixed {
    display: flex;
    align-items: flex-end
}

.site-header-upper-inner-wrap.child-is-fixed .site-main-header-wrap {
    width: 100%
}

.site-header-row-layout-fullwidth>.site-header-row-container-inner>.site-container {
    max-width: none
}

.site-header-row-tablet-layout-contained {
    padding: 0 1.5rem
}

@media screen and (max-width: 719px) {
    .site-header-focus-item.site-header-row-mobile-layout-contained {
        padding: 0 1.5rem
    }

    .site-header-focus-item.site-header-row-mobile-layout-fullwidth,
    .site-header-focus-item.site-header-row-mobile-layout-standard {
        padding: 0
    }
}

.site-header-section {
    display: flex;
    max-height: inherit
}

.site-header-item {
    display: flex;
    align-items: center;
    margin-right: 10px;
    max-height: inherit
}

.rtl .site-header-item {
    margin-left: 10px;
    margin-right: 0px
}

.site-header-section>.site-header-item:last-child {
    margin-right: 0
}

.rtl .site-header-section>.site-header-item:last-child {
    margin-left: 0px
}

.drawer-content .site-header-item {
    margin-right: 0;
    margin-bottom: 10px
}

.drawer-content .site-header-item:last-child {
    margin-bottom: 0
}

.site-header-section-right {
    justify-content: flex-end
}

.site-header-section-center {
    justify-content: center
}

.site-header-section-left-center {
    flex-grow: 1;
    justify-content: flex-end
}

.site-header-section-right-center {
    flex-grow: 1;
    justify-content: flex-start
}

.header-navigation-layout-stretch-true {
    flex-grow: 1
}

.header-navigation-layout-stretch-true .header-navigation {
    flex-grow: 1
}

.header-navigation-layout-stretch-true .header-navigation .header-menu-container {
    flex-grow: 1
}

.header-navigation-layout-stretch-true .header-navigation .header-menu-container .menu {
    flex-grow: 1;
    justify-content: space-between
}

.header-navigation-layout-stretch-true.header-navigation-layout-fill-stretch-true .header-navigation .header-menu-container .menu {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(60px, 1fr))
}

.header-navigation-layout-stretch-true.header-navigation-layout-fill-stretch-true .header-navigation .header-menu-container .menu>li {
    text-align: center
}

.header-html-inner p:first-child {
    margin-top: 0
}

.header-html-inner p:last-child {
    margin-bottom: 0
}

#main-header .header-button:hover {
    color: var(--global-palette9);
    background: #000000;
    border-color: var(--global-palette9);
    box-shadow: 0px 15px 25px -7px rgba(0, 0, 0, 0.1);
}

#main-header .header-button {
    border-radius: 10px 10px 10px 10px;
    color: var(--global-palette9);
    background: #fa7a18 !important;
    border: 2px solid currentColor;
    border-color: var(--global-palette9);
    box-shadow: 7px 7px 15px -7px var(--global-palette6);
}

.element-social-inner-wrap {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: .3em
}

a.social-button {
    width: 2em;
    text-decoration: none;
    height: 2em;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    margin: 0;
    color: var(--global-palette4);
    background: var(--global-palette7);
    border-radius: 3px;
    transition: all .2s ease-in-out
}

a.social-button:hover {
    color: var(--global-palette-btn);
    background: var(--global-palette-btn-bg)
}

a.social-button .social-label {
    padding-left: 6px
}

.social-show-label-true a.social-button {
    width: auto;
    padding: 0 .4em
}

.social-style-outline .social-button {
    background: rgba(0, 0, 0, 0) !important;
    border: 2px solid var(--global-palette7)
}

.social-style-outline .social-button:hover {
    color: #F9791A;
    border-color: currentColor
}

.social-icon-custom-svg {
    display: inline-flex;
    align-self: center
}

.social-icon-custom-svg svg {
    fill: currentcolor;
    width: 1em;
    height: 1em
}

.social-icon-custom-svg svg * {
    fill: currentColor
}

.search-toggle-open {
    display: flex;
    background: rgba(0, 0, 0, 0);
    align-items: center;
    padding: .5em;
    box-shadow: none
}

.search-toggle-open .search-toggle-label {
    padding-right: 5px
}

.search-toggle-open .search-toggle-icon {
    display: flex
}

.search-toggle-open .search-toggle-icon svg.kadence-svg-icon {
    top: -0.05em;
    position: relative
}

.search-toggle-open .search-toggle-label:empty {
    padding-right: 0px
}

.search-toggle-open:hover,
.search-toggle-open:focus {
    border-color: currentColor;
    background: rgba(0, 0, 0, 0);
    box-shadow: none
}

.search-toggle-open.search-toggle-style-default {
    border: 0
}

.popup-drawer-layout-fullwidth .drawer-inner {
    max-width: none;
    background: rgba(9, 12, 16, .97);
    transition: transform 0s ease-in, opacity .2s ease-in
}

.popup-drawer-layout-fullwidth .drawer-inner .drawer-overlay {
    background-color: rgba(0, 0, 0, 0)
}

#mobile-drawer.popup-drawer-layout-fullwidth.popup-drawer-animation-slice.pop-animated .drawer-inner {
    background: rgba(9, 12, 16, .97)
}

#search-drawer .drawer-inner .drawer-header {
    position: relative;
    z-index: 100
}

#search-drawer .drawer-inner .drawer-content {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 2em
}

#search-drawer .drawer-inner form {
    max-width: 800px;
    width: 100%;
    margin: 0 auto;
    display: flex
}

#search-drawer .drawer-inner form label {
    flex-grow: 2
}

#search-drawer .drawer-inner form ::-webkit-input-placeholder {
    color: currentColor;
    opacity: .5
}

#search-drawer .drawer-inner form ::-moz-placeholder {
    color: currentColor;
    opacity: .5
}

#search-drawer .drawer-inner form :-ms-input-placeholder {
    color: currentColor;
    opacity: .5
}

#search-drawer .drawer-inner form :-moz-placeholder {
    color: currentColor;
    opacity: .5
}

#search-drawer .drawer-inner input.search-field {
    width: 100%;
    background: rgba(0, 0, 0, 0);
    color: var(--global-palette6);
    padding: .8em 80px .8em .8em;
    font-size: 20px;
    border: 1px solid currentColor
}

#search-drawer .drawer-inner input.search-field:focus {
    color: #fff;
    box-shadow: 5px 5px 0px 0px currentColor
}

#search-drawer .drawer-inner .search-submit[type=submit] {
    width: 70px
}

#search-drawer .drawer-inner .kadence-search-icon-wrap {
    color: var(--global-palette6);
    width: 70px
}

#search-drawer .drawer-inner .search-submit[type=submit]:hover~.kadence-search-icon-wrap {
    color: #fff
}

#search-drawer .drawer-inner button[type=submit]:hover~.kadence-search-icon-wrap {
    color: #fff
}

.site-header-upper-inner-wrap.child-is-fixed .site-top-header-wrap:not(.item-is-fixed) {
    align-self: flex-start;
    flex-grow: 1
}

.kadence-sticky-header {
    position: relative;
    z-index: 1
}

.item-is-fixed {
    position: fixed;
    left: 0;
    right: 0;
    z-index: 1200
}

.site-branding a.brand img.kadence-sticky-logo {
    display: none
}

.kadence-sticky-header.item-is-fixed:not(.item-at-start) .site-branding a.brand.has-sticky-logo img.kadence-sticky-logo {
    display: block
}

.kadence-sticky-header.item-is-fixed:not(.item-at-start) .site-branding a.brand.has-sticky-logo img {
    display: none
}

.kadence-sticky-header.item-is-fixed:not(.item-at-start) .site-branding a.brand img:not(.svg-logo-image) {
    width: auto
}

.kadence-sticky-header.item-is-fixed:not(.item-at-start)[data-shrink=true] .site-branding a.brand picture img {
    max-height: inherit
}

#mobile-drawer {
    z-index: 99999
}

#mobile-header .mobile-navigation>.mobile-menu-container.drawer-menu-container>ul.menu {
    display: flex;
    flex-wrap: wrap
}

#mobile-header .mobile-navigation.drawer-navigation-parent-toggle-true .drawer-nav-drop-wrap>a {
    padding-right: 2em
}

#mobile-header .mobile-navigation:not(.drawer-navigation-parent-toggle-true) ul li.menu-item-has-children .drawer-nav-drop-wrap button {
    border: 0
}

#mobile-header .mobile-navigation ul li.menu-item-has-children .drawer-nav-drop-wrap,
#mobile-header .mobile-navigation ul li:not(.menu-item-has-children) a {
    border: 0
}








.hero-section {
    padding: 60px 20px;
    background: #000;
    font-family: 'Poppins', sans-serif !important;
}

.hero-container {
    display: flex;
    max-width: 1200px;
    margin: auto;
    gap: 20px;
    flex-wrap: wrap;
}

.hero-left {
    flex: 1 1 55%;
}

.hero-right {
    flex: 1 1 40%;
}

.hero-container h1 {
    font-size: 40px;
    font-weight: 700;
    line-height: 1.5;
    margin-bottom: 20px;
    color: #fff;
    font-family: 'Poppins', sans-serif !important;
}

.hero-container h1 mark,
.hero-container h2 mark {
    background: transparent;
    color: #ff8a00;
    font-weight: 700;
    font-size: 40px;
    font-family: "Playfair Display", sans-serif !important;
}

.subtitle {
    font-size: 14px;
    margin-bottom: 20px;
    color: #fff;
    text-align: center;
}


.right-subtitle {
    font-size: 18px;
    margin-bottom: 20px;
    color: #fff;
    font-family: 'Poppins', sans-serif !important;
}

.form-label {
    font-size: 16px;
    margin-top: 10px;
    color: #fff;
    font-family: 'Poppins', sans-serif !important;

}

.why-title {
    margin: 25px 0 10px;
    font-size: 22px;
    font-weight: 700;
    font-family: 'Poppins', sans-serif !important;
    color: #fff;
}

ul,
ol {
    margin: 0 0 0 0 !important;
    padding: 0;
}

.icon-list {
    padding: 0;
    color: #fff;
    font-family: 'Poppins', sans-serif !important;

}

.icon-list li {
    display: flex;
    align-items: flex-start;
    font-size: 17px;
    gap: 10px;
    font-family: 'Poppins', sans-serif !important;

}

.icon {
    height: 15px;
    width: 15px;
    color: #ff8a00;
}

.badges {
    margin-top: 20px;
    width: 100%;
}

.hero-right h2 {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 15px;
    color: #fff;
    font-family: 'Poppins', sans-serif !important;
    text-align: center;

}

.orange {
    color: #ff8a00;
    font-size: 20px;
    font-family: "Playfair Display", sans-serif !important;
    font-style: italic;
}

.custom-form {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.custom-form input,
.custom-form textarea {
    padding: 4px;
    font-size: 16px;
    border-radius: 6px;
    border: 1px solid #ccc;
    font-family: 'Poppins', sans-serif !important;
}

.submit-btn {
    padding: 10px;
    background: #F9791A;
    color: #fff;
    border: none;
    border-radius: 4px;
    font-size: 18px;
    cursor: pointer;
    margin-top: 10px;
    font-family: 'Poppins', sans-serif !important;

}

.submit-btn:hover {
    background: #e37400;
}

/* Responsive */
@media(max-width: 800px) {
    h1 {
        font-size: 28px;
    }

    .hero-right {
        margin-top: 20px;
    }
}

/* Enhanced Poppins Typography for Mobile Menu */
.mobile-navigation .mobile-menu {
    font-family: 'Poppins', sans-serif !important;
}

.mobile-navigation .mobile-menu a {
    font-family: 'Poppins', sans-serif !important;
    font-weight: 400 !important;
    letter-spacing: 0.3px !important;
}

.mobile-navigation .mobile-menu .current-menu-item>a {
    font-weight: 600 !important;
    color: #F9791A !important;
}

.mobile-header-button {
    font-family: 'Poppins', sans-serif !important;
    font-weight: 600 !important;
    letter-spacing: 0.5px !important;
    text-transform: none !important;
    background-color: #FA7A1A !important;
}

/* Enhanced Poppins for Header Navigation */
.header-navigation li.menu-item>a {
    font-family: 'Poppins', sans-serif !important;
    font-weight: 500 !important;
    letter-spacing: 0.3px !important;
}

.header-navigation ul ul li.menu-item>a {
    font-family: 'Poppins', sans-serif !important;
    font-weight: 400 !important;
    width: 250px;
}

/* Enhanced Poppins for Buttons */
.header-button,
#main-header .header-button {
    font-family: 'Poppins', sans-serif !important;
    font-weight: 600 !important;
    letter-spacing: 0.5px !important;
    text-transform: none !important;
}

.submit-btn {
    font-family: 'Poppins', sans-serif !important;
    font-weight: 600 !important;
    letter-spacing: 0.5px !important;
}

/* Enhanced Poppins for Forms */
input,
textarea,
select {
    font-family: 'Poppins', sans-serif !important;
    font-weight: 400 !important;
}

/* Enhanced Poppins for Brand/Logo text */
.site-branding .site-title {
    font-family: 'Poppins', sans-serif !important;
    font-weight: 700 !important;
    letter-spacing: -0.5px !important;
}

.site-branding .site-description {
    font-family: 'Poppins', sans-serif !important;
    font-weight: 300 !important;
    letter-spacing: 0.2px !important;
}

/* Enhanced Poppins for Social Elements */
.element-social-inner-wrap a.social-button {
    font-family: 'Poppins', sans-serif !important;
    font-weight: 500 !important;
}

/* Enhanced Typography for Drawer Content */
.drawer-content,
.drawer-header,
.menu-toggle-close {
    font-family: 'Poppins', sans-serif !important;
}

.toggle-close-icon {
    font-family: 'Poppins', sans-serif !important;
    font-weight: 300 !important;
}


.stats-section {
    text-align: center;
    padding: 20px 20px;
}

.heading {
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 40px;
    font-family: 'Poppins', sans-serif !important;

}

.stats-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    max-width: 1300px;
    margin: auto;
    font-family: 'Poppins', sans-serif !important;

}

.stat-box {
    background: #f9f9f9;
    padding: 15px;
    border-radius: 10px;
    font-family: 'Poppins', sans-serif !important;
    border: 2px solid #000;
}

.count {
    font-size: 40px;
    font-weight: bold;
    margin-bottom: 10px;
    font-family: 'Poppins', sans-serif !important;

}

.stat-title {
    font-size: 16px;
    color: #444;
    font-family: 'Poppins', sans-serif !important;
}

/* Mobile */
@media (max-width: 768px) {
    .stats-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }
}

@media (max-width: 480px) {
    .stats-grid {
        grid-template-columns: 1fr;
    }
}


.brand-slider {
    text-align: center;
    padding: 20px 0;
}

.brand-slider h2 {
    font-size: 36px;
    margin-bottom: 10px;
}

.brand-slider p {
    font-size: 16px;
    margin-bottom: 25px;
}

.swiper {
    width: 100%;
    padding: 20px 0;
}

/* Center slides */
.swiper {
    width: 100%;
    padding: 50px 0;
    /* top and bottom spacing */
}

.swiper-wrapper {
    display: flex;
    align-items: center;
    /* vertically center slides */
}


.swiper-slide {
    display: flex;
    justify-content: center;
    align-items: center;
}

.swiper-slide img {
    max-width: 150px;
    height: auto;
    opacity: 0.9;
    transition: all 0.3s ease;
}

.swiper-slide img:hover {
    opacity: 1;
    transform: scale(1.05);
}


.wave-section {
    position: relative;
    text-align: center;
}

.wave-inner {
    background-color: #000;
    padding: 20px 20px;
}

.wave-bottom {
    background-color: #000;
}

.wave-top svg,
.wave-bottom svg {
    width: 100%;
    height: 80px;
    display: block;
}

.section-title {
    font-size: 32px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 15px;
}

.section-subtitle {
    margin: 0 auto 40px;
    font-size: 14px;
    color: #fff;
    text-align: center;
}


.two-columns {
    display: flex;
    gap: 10px;
    justify-content: center;
    align-items: center;
    max-width: 1100px;
    margin: 0 auto;
    flex-wrap: wrap;
}

.two-columns img {
    width: 100%;
    max-width: 350px;
}

.content-col {
    flex: 1;
    min-width: 300px;
    text-align: left;
}

.highlight-text {
    font-size: 24px;
    margin-bottom: 20px;
    color: #ff6a00;
    text-align: center;
}

.pricing-table {
    width: 100%;
}

.pricing-table td {
    padding: 12px 10px;
    border: 1px solid #ddd;
    font-size: 16px;
    color: #fff;
}

.pricing-table th {
    padding: 12px 10px;
    border: 1px solid #ddd;
    font-size: 16px;
    color: #fff;
}

table tbody th {
    background-color: #f97316 !important;
    color: #fff;
}

table tbody th {
    color: #fff !important;
}

.wave-inner .bottom-text {
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    font-family: 'Poppins', sans-serif !important;
}

.cta-btn {
    display: inline-block;
    padding: 15px 28px;
    margin-top: 20px;
    background: #ff6a00;
    color: #fff;
    font-size: 18px;
    border-radius: 6px;
    text-decoration: none;
    transition: 0.3s;
}

.cta-btn:hover {
    background: #ff5400;
}

.wave-section .header-button:hover {
    color: var(--global-palette9);
    background: #000000;
    border-color: var(--global-palette9);
    box-shadow: 0px 15px 25px -7px rgba(0, 0, 0, 0.1);
}

.wave-section .header-button {
    border-radius: 10px 10px 10px 10px;
    color: var(--global-palette9);
    background: #fa7a18 !important;
    border: 2px solid currentColor;
    border-color: var(--global-palette9);
    box-shadow: 7px 7px 15px -7px var(--global-palette6);
    text-align: center;
}

.process-section .header-button:hover {
    color: var(--global-palette9);
    background: #000000;
    border-color: var(--global-palette9);
    box-shadow: 0px 15px 25px -7px rgba(0, 0, 0, 0.1);
}

.process-section .header-button {
    border-radius: 10px 10px 10px 10px;
    color: var(--global-palette9);
    background: #fa7a18 !important;
    border: 2px solid currentColor;
    border-color: var(--global-palette9);
    box-shadow: 7px 7px 15px -7px var(--global-palette6);
    text-align: center;
}


.process-section {
    padding: 70px 20px;
    background: #fff;
    text-align: center;
}

.process-title {
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 10px;
}

.process-subtitle {
    font-size: 15px;
    max-width: 600px;
    margin: 0 auto 40px;
}

.process-row {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 25px;
    margin-bottom: 40px;
}

.process-box {
    background: #F8FAFC;
    padding: 25px;
    border-radius: 15px;
    box-shadow: 0 4px 18px rgba(0, 0, 0, 0.08);
    transition: 0.3s;
    border: 1px solid #000;
}

.process-box:hover {
    transform: translateY(-6px);
    box-shadow: 0 6px 22px rgba(0, 0, 0, 0.12);
}

.process-box .icon {
    width: 55px;
    height: 55px;
    border-radius: 50%;
    margin: 0 auto 15px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.process-box .icon svg {
    width: 55px;
    height: 55px;
    color: #f97316;
}

.process-box h3 {
    font-size: 20px;
    font-weight: 700;
    margin: 10px 0;
}

.process-box p {
    font-size: 16px;
    color: #555;
}

/* Button */
.process-btn-wrap {
    margin-top: 20px;
}

.process-btn {
    background: #f97316;
    padding: 14px 30px;
    border-radius: 8px;
    font-size: 18px;
    color: #fff;
    text-decoration: none;
    font-weight: bold;
    transition: 0.3s;
}

.process-btn:hover {
    background: #d46210;
}

/* Responsive */
@media (max-width: 768px) {
    .process-row {
        grid-template-columns: 1fr;
    }
}



.why-section {
    background: #000;
    padding: 60px 0;
    position: relative;
    text-align: center;
}

.top-separator svg,
.bottom-separator svg {
    width: 100%;
    height: 70px;
    display: block;
    fill: #f97316;
}

.why-section .info-box {
    position: relative;
    padding: 20px;
    background: #fff;
    border-radius: 20px;
    height: 100%;
    padding-top: 60px;
    margin-top: 20px;
    /* So content doesn't overlap icon */
}

.why-section .icon {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    position: absolute;
    top: -40px;
    /* Your requirement */
    left: 50%;
    transform: translateX(-50%);
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
    border: 1px solid #000;
}

.why-section .icon svg {
    width: 30px;
    height: 30px;
    color: #000;
}

.container {
    max-width: 1100px;
    margin: auto;
    padding: 0 20px;
}

.section-title {
    font-size: 32px;
    font-weight: bold;
    margin-bottom: 15px;
    color: #fff;
}

.section-subtitle {
    max-width: 700px;
    margin: auto;
    color: #fff;
    font-size: 16px;
    margin-bottom: 50px;
}

.info-row {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 25px;
    margin-bottom: 60px;
}


.info-box:hover {
    transform: translateY(-6px);
}


.info-box h3 {
    font-size: 18px;
    margin-bottom: 8px;
}

.info-box p {
    font-size: 14px;
    color: #666;
}

/* Responsive */
@media (max-width: 900px) {
    .info-row {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 600px) {
    .info-row {
        grid-template-columns: 1fr;
    }
}

.info-box {
    opacity: 0;
    transform: translateY(20px);
}

.info-box.show {
    opacity: 1;
    transform: translateY(0);
    transition: .6s;
}

.section {
    margin: 0 auto;
    padding: 60px 20px;
    background: #000;
}

.section h2 {
    font-size: 2rem;
    color: #fff;
    /* theme orange */
    text-align: center;
    margin-bottom: 20px;
}

.section p.intro {
    text-align: center;
    font-size: 1.1rem;
    color: #fff;
    margin-bottom: 50px;
}

.service-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    /* center all rows */
    gap: 30px;
}



.service-card {
    background: #000;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.1);
    display: flex;
    flex-direction: column;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    border: 1px solid #fff;
    width: 100%;
    max-width: 350px;
    text-align: center;
}

.service-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 12px 25px rgba(0, 0, 0, 0.15);
}

.service-card img {
    width: 100%;
    height: auto;
    display: block;
}

.service-card-content {
    padding: 20px;
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.service-card h3 {
    color: #fff;
    font-size: 1.25rem;
    margin: 15px 0 10px;
    font-family: 'Poppins', sans-serif !important;
}

.service-card p {
    color: #fff;
    font-size: 0.95rem;
    line-height: 1.5;
    margin-bottom: 20px;
    font-family: 'Poppins', sans-serif !important;
}

.section .header-button:hover {
    color: var(--global-palette9);
    background: #000000;
    border-color: var(--global-palette9);
    box-shadow: 0px 15px 25px -7px rgba(0, 0, 0, 0.1);
}

.section .header-button {
    border-radius: 10px 10px 10px 10px;
    color: var(--global-palette9);
    background: #fa7a18 !important;
    border: 2px solid #fff;
    border-color: var(--global-palette9);
    box-shadow: 7px 7px 15px -7px var(--global-palette6);
    text-align: center;

}

/* Center the wrapper horizontally */
.section .header-button-wrap {
    display: flex;
    justify-content: center;
    /* centers horizontally */
    align-items: center;
    /* optional: centers vertically if needed */
    width: 100%;
    margin: 50px 0;
    /* optional spacing */
}

/* Optional inner wrapper if you want more control */
.section .header-button-inner-wrap {
    display: flex;
    justify-content: center;
    align-items: center;
}

/* Button styling */
.section .button.header-button {
    background: #fa7a18 !important;
    color: #fff;
    border: none;
    border-radius: 10px;
    font-family: 'Poppins', sans-serif;
    text-decoration: none;
    display: inline-block;
    border: 2px solid #fff;
}

/* Section wrapper */
.section-wrapper {
    margin: 0 auto;
    padding: 50px 20px;
    text-align: center;
    background-color: #000;
    height: auto;
}

.section-wrapper .slides-container {
    max-width: 1200px;
    margin: 0 auto;
}

/* Heading & description */
.section-wrapper h2 {
    font-size: 28px;
    color: #fff;
    margin-bottom: 20px;

}

.section-wrapper p {
    font-size: 16px;
    color: #fff;
    max-width: 800px;
    margin: 0 auto 40px;
}

/* Slider card */
.slider-card {
    background: #000;
    border-radius: 10px;
    padding: 20px;
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.1);
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    height: 350px;
    border: 1px solid white;
    width: 300px;
}

.slider-card svg {
    width: 50px;
    height: 50px;
    margin-bottom: 15px;
    color: #fff;
}

.slider-card-icon {
    width: 50px;
    height: 50px;
    margin-bottom: 15px;
    color: #fff;
}

.slider-card h3 {
    font-size: 20px;
    margin-bottom: 10px;
    color: #fa7a18;
}

.slider-card p {
    font-size: 16px;
    color: #fff;
    margin-top: 20px;
}

/* Splide arrows */
.splide__arrow {
    background: transparent;
    color: #fff;
    border: 1px solid #fff;
    width: 40px !important;
    height: 40px !important;
    border-radius: 8px !important;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
}

.splide__arrow:hover {
    background: #fff;
    border-color: #fff;
    color: #000;
}

.splide__arrow--prev::before {
    content: "‹";
    /* left arrow */
    font-size: 30px !important;
    color: #fa7a18;
}

.splide__arrow--next::before {
    content: "›";
    /* right arrow */
    font-size: 30px !important;
    color: #fa7a18;
}

.splide__pagination {
    display: flex !important;
    justify-content: center;
    margin-top: 20px;
    z-index: 10;
}

.splide__pagination li button {
    background: #fff;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    opacity: 0.5;
    transition: all 0.3s ease;
}

.splide__pagination li.is-active button {
    background: #fa7a18;
    opacity: 1;
}

.custom-pagination {
    display: flex;
    justify-content: center;
    margin-top: 20px;
    gap: 6px;
}

.custom-pagination .dot {
    width: 8px;
    /* ← tiny dot */
    height: 8px;
    /* ← tiny dot */
    border-radius: 50%;
    background: #fff;
    opacity: 0.5;
    border: none;
    cursor: pointer;
    transition: all 0.3s ease;
    padding: 0;
    /* ensure no extra space */
}

.custom-pagination .dot.is-active {
    background: #fff;
    opacity: 1;
    transform: scale(1.6);
    /* make active dot slightly bigger for visibility */
}



/* Center slides on desktop */
@media (min-width: 768px) {
    .splide__slide {
        display: flex;
        justify-content: center;
    }
}

/* Mobile responsiveness */
@media (max-width: 767px) {
    .splide__slide {
        display: flex;
        justify-content: center;
    }
}


.faq-section {
    margin: 0 auto;
    background: #000;
    padding: 40px;
}

.faq-section-wrapper {
    /* Center all content */
    max-width: 1200px;

    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 0 auto;
    justify-content: center;
    margin-top: 20px;
}

.faq-section h2 {
    font-size: 2em;
    margin-bottom: 10px;
    color: #fff;
    text-align: left;
    max-width: 1200px;
    margin: 0 auto;
}

.faq-section p.description {
    font-size: 1em;
    margin-bottom: 30px;
    color: #fff;
    text-align: left;
    max-width: 1200px;
    margin: 0 auto;

}

.accordion {
}

.accordion-item {
    border-top: 1px solid #ddd;
}



.accordion-header {
    background: #000;
    padding: 15px 20px;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-weight: bold;
    transition: background 0.3s;
    color: #fff;
}

.accordion-header:hover {
    background: #000;
}

.accordion-header::after {
    content: '\25BC';
    transition: transform 0.3s;
}

.accordion-header.active::after {
    transform: rotate(-180deg);
}

/* Accordion content wrapper */
.accordion-content {
    max-height: 0;
    overflow: hidden;
    padding: 5px 20px 0 20px;
    /* top: 5px, right/left: 20px, bottom: 0 */
    transition: max-height 0.5s ease, padding 0.3s ease;
    background: #000;
    color: #fff;
    box-sizing: border-box;
    text-align: left;
}

/* When accordion is active/open */
.accordion-content.active {
    max-height: 500px;
    padding: 5px 20px 30px 20px;
    text-align: left;
    /* bottom padding increased to 30px */
}

/* Paragraphs and lists inside accordion */
.accordion-content p,
.accordion-content ul {
    margin: 4px 0;
}

/* List items */
.accordion-content ul li {
    margin-bottom: 10px;
    list-style: disc inside;
}

/* Extra spacing at the very bottom */
.accordion-content::after {
    content: "";
    display: block;
    height: 20px;
    /* adds extra bottom space */
}


@media (max-width: 768px) {
    .faq-section {
        padding: 20px;
    }
}




/* Footer Styles */
/* Footer Styles */
.site-footer {
    background-color: #111;
    color: #fff;
    font-family: Arial, sans-serif;
    box-sizing: border-box;
}

/* Top section of footer */
.footer-top {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    /* centers the whole block horizontally */
    gap: 40px;
    /* equal spacing between columns */
    max-width: 1300px;
    width: 100%;
    padding: 60px 60px;
    margin: 0 auto;
    /* centers the footer-top in its container */
}

/* Individual columns */
.footer-column {
    flex: 1 1 250px;
    /* flexible width but min 250px */
    min-width: 200px;
    text-align: left;
    /* keep content left-aligned */
}

/* Only center the logo inside the first column */
.footer-column:first-child .footer-logo {
    display: block;
    margin: 0 auto 15px auto;
    /* top 0, bottom 15px, auto left/right = center */
}

/* Optional: social icons inside last column */
.footer-column:last-child .footer-social {
    display: flex;
    gap: 15px;
}

.footer-logo {
    width: 88px;
    margin: 0 auto 15px auto;
    /* centers the image, keeps bottom margin */
    display: block;
    /* necessary for margin auto to work */
}

.footer-column p {
    margin-top: 40px;
}

.footer-column h3 {
    font-size: 18px;
    margin-bottom: 10px;
    color: #f76a0c;

}

.footer-column ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-column ul li {
    margin-bottom: 8px;
}

.footer-column ul li a {
    color: #fff;
    text-decoration: none;
    transition: color 0.3s;
}

.footer-column ul li a:hover {
    color: #f76a0c;
}

.footer-social {
    display: flex;
    flex-direction: row;
    gap: 10px;

}

.footer-social a {
    background: #fff;
    border: 1px solid #000;
    border-radius: 4px;
    height: 40px;
    width: 40px;

    /* Center SVG */
    display: flex;
    align-items: center;
    /* vertical center */
    justify-content: center;
    /* horizontal center */
    text-decoration: none;
}

.footer-social a svg {
    height: 20px;
    width: 20px;
}


.footer-social a:hover {
    transform: scale(1.2);
}


.footer-bottom {
    display: flex;
    /* enable flex layout */
    justify-content: center;
    /* horizontal center */
    align-items: center;
    /* vertical center */
    padding: 5px;
    background-color: #FA7A1A;
    font-size: 14px;
    text-align: center;
    /* optional, for text inside */
}

.footer-bottom a {
    text-decoration: none;
    /* remove underline */
    color: inherit;
    /* use the parent color (#fff) */
}

.footer-bottom a:hover {
    text-decoration: none;
    /* remove underline */
    color: #F8FAFC;
    /* use the parent color (#fff) */
}


.footer-bottom p {
    margin: 0;
    /* remove extra top/bottom margin */
    padding: 15px 0;
    /* optional, spacing inside the link */
    color: #fff;
    /* ensure text is white */
}


/* Responsive */
@media (max-width: 768px) {
    .footer-top {
        flex-direction: column;
        align-items: flex-start;
    }
}





.testimonials-section {
    padding: 60px 20px;
    text-align: center;
    background: #f8f8f8;
}

.testimonials-section h2 {
    font-size: 32px;
    margin-bottom: 10px;
    font-weight: 700;
    color: #222;
}

.testimonials-section .sub {
    margin-bottom: 40px;
    font-size: 16px;
    color: #555;
}

.testimonial-card {
    background: #fff;
    padding: 25px;
    border-radius: 12px;
    text-align: center;
    /* center text */
    display: flex;
    flex-direction: column;
    align-items: center;
    /* center items horizontally */
    justify-content: center;
    /* center items vertically */
    gap: 12px;
    height: 300px;
    /* clean spacing */
    border: 1px solid #000;
}

/* Stars */
.testimonial-card .stars {
    font-size: 20px;
    color: #f7b500;
    letter-spacing: 2px;
}

/* Quote text */
.testimonial-card blockquote {
    font-size: 15px;
    line-height: 1.6;
    margin: 0;
    max-width: 90%;
}

/* Client section */
.client-info {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
}

.client-info img {
    width: 55px;
    height: 55px;
    border-radius: 50%;
    object-fit: cover;
}

.client-info div {
    text-align: center;
}

.client-info div span {
    display: block;
    font-size: 13px;
    opacity: 0.7;
}


.client-info {
    display: flex;
    align-items: center;
    gap: 12px;
}

.client-info img {
    width: 55px;
    height: 55px;
    border-radius: 50%;
    object-fit: cover;
}

.client-info strong {
    font-size: 16px;
    display: block;
}

.client-info span {
    font-size: 13px;
    color: #777;
}

.bottom-text {
    margin: 30px 0 15px;
    font-size: 16px;
    color: #333;
}

.splide__slide {
    overflow: visible;
}


.btn-primary {
    display: inline-block;
    background: #ff6b4a;
    padding: 14px 28px;
    color: #fff;
    border-radius: 6px;
    font-weight: 600;
    text-decoration: none;
    transition: 0.3s;
}

.btn-primary:hover {
    background: #ff5733;
}

.testimonials-section .header-button:hover {
    color: var(--global-palette9);
    background: #000000;
    border-color: var(--global-palette9);
    box-shadow: 0px 15px 25px -7px rgba(0, 0, 0, 0.1);
}

.testimonials-section .header-button {
    border-radius: 10px 10px 10px 10px;
    color: var(--global-palette9);
    background: #fa7a18 !important;
    border: 2px solid currentColor;
    border-color: var(--global-palette9);
    box-shadow: 7px 7px 15px -7px var(--global-palette6);
    text-align: center;

}

.testimonials-bottom {
    margin-top: 20px;
}