/*
Theme Name: Divi Child
Theme URI: https://tatrasdata.com/
Description: A child theme for the Elegant Themes Divi theme
Author: TATRAS Data
Author URI: https://tatrasdata.com/
Template: Divi
Version: 3.0
*/

/* Custom styles go below */

/* Header Styles */


@font-face {
    font-family: 'century_gothicbold';
    src: url('./fonts/gothicb-webfont.eot');
    src: url('./fonts/gothicb-webfont.eot?#iefix') format('embedded-opentype'),
        url('./fonts/gothicb-webfont.woff2') format('woff2'),
        url('./fonts/gothicb-webfont.woff') format('woff'),
        url('./fonts/gothicb-webfont.ttf') format('truetype'),
        url('./fonts/gothicb-webfont.svg#century_gothicbold') format('svg');
    font-weight: normal;
    font-style: normal;
}

:root {
    --gradient-one: #9d1b1e;
    --gradient-two: #f89938;
    /* --gradient-three: #3b82f6;
    --gradient-four: #06b6d4;
    --gradient-five: #eab308; */
    --gradient-light1: #ffecd8;
    --gradient-light2: #fce3c9;
    --gradient-light3: #fdd4aa;
    --gradient-light4: #ffd0a1;
}


body #main-header {
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

body #main-header.nav-down {
    position: fixed;
    width: 100%;
    max-width: 100%;
    left: 0;
    top: 0;
    z-index: 999;
    background-color: #ffffff;
    -webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

body #main-header.nav-up {
    top: -135px;
}

body #main-header.hidden {
    display: none !important;
}


span.fb,
span.in,
span.yt {
    display: inline-block;
    vertical-align: middle;
    width: 30px;
    height: 30px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    margin-right: 1.2em;
}

span.fb {
    background-image: url('images/svg/social/fb-ico.svg');
}

span.in {
    background-image: url('images/svg/social/in-ico.svg');
}

span.yt {
    background-image: url('images/svg/social/yt-ico.svg');
}

.header-menu-wrap ul.social,
ul.header-menu-lists {
    list-style: none;
    margin: 0 0 2em;
    padding: 0;
}

.header-menu-wrap ul.social li {
    display: inline-block;
    margin: 0;
    padding: 0;
}

ul.header-menu-lists {
    border-bottom: none;
    margin-bottom: 2em;
}

ul.header-menu-lists li {
    display: block;
    margin: 0 0 1.5em;
    padding: 0;
}

ul.header-menu-lists li a {
    font-family: 'proxima_novaregular';
    font-size: 20px;
    line-height: 1.5;
    font-weight: 500;
    color: #ffffff;
    text-decoration: none;
}

.site-header.fixed ul.header-menu-lists li a {
    color: #000000;
}

.site-header.fixed .header-menu-wrap ul.header-menu-lists li a {
    color: #ffffff;
}

.header-menu-wrap button.logBtn {
    padding: 4px 18px;
    font-size: 18px;
}

.header-login-wrap .logInner,
.header-register-wrap .logInner {
    padding-top: 25px;
}


body .site-header .header-inner {
    width: 100%;
    max-width: 100%;
}

body #main-header {
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

body #main-header.nav-down {
    position: fixed;
    width: 100%;
    max-width: 100%;
    left: 0;
    top: 0;
    z-index: 999;
    background-color: #ffffff;
    -webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

body #main-header.nav-up {
    top: -135px;
}

body #main-header.hidden {
    display: none !important;
}

.nav-down ul.header-menu-lists li a {
    color: #000000;
}

.nav-down .header-menu-wrap.opened ul.header-menu-lists.menu-list-vertical li a {
    color: #ffffff;
}

.nav-down ul.header-menu-lists li a:hover {
    color: #e0526f;
}

body #main-header.nav-down svg .cls-1 {
    fill: #000000;
}

.site-header ul.menu,
.site-header ul.menu li {
    list-style: none;
}

.et_secondary_nav_enabled #page-container #top-header>.container {
    display: flex;
    justify-content: flex-end;
    gap: 2rem;
}

.et_secondary_nav_enabled #page-container #top-header>.container div {
    float: none !important;
}

.et_secondary_nav_enabled #page-container #top-header>.container.clearfix::after {
    display: none;
}

body .container {
    max-width: 1120px;
}

#main-header #logo {
    max-height: 78%;
    display: none !important;
}

#main-header .logo_container>a {
    display: inline-block;
    width: 118px;
    height: 80px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    background-image: url('./images/svg/sunaayy-logos-v2.svg');
}

#et-secondary-menu a {
    display: inline-block;
    margin: 0 4px;
    vertical-align: middle;
}

#et-secondary-menu img {
    height: 15px;
    max-height: 16px;
}

.et_pb_section .et_pb_slide_content {
    padding: 1em 0;
}

/* ==== Home ==== */
.et_pb_section.homeBanner::before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 1;
    left: 0;
    top: 0;
    background-color: rgba(18, 45, 81, 0.7);
}

.et_pb_section.homeBanner .et_pb_row {
    z-index: 2;
}

.et_pb_section h1,
.et_pb_section h2 {
    color: #000000;
    font-weight: 700;
    line-height: 1.3;
}

/* .et_pb_section h2>span {
    color: rgba(255, 174, 0, 1);
} 

.et_pb_section[class*='anner'] h1,
.et_pb_section h1.text-light,
.et_pb_section h2.text-light {
    color: #ffffff;
}

.et_pb_section[class*='anner'] h1>span,
.et_pb_section h1.text-light>span,
.et_pb_section h2.text-light>span {
    color: rgba(255, 174, 0, 1);
}

a.ylowBtn,
a.ylowBdrBtn {
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 16px 18px;
    font-size: 16px;
    -webkit-border-radius: 8px;
    border-radius: 12px;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    min-width: 266px;
    height: 54px;
    -webkit-transition: all 0.4s cubic-bezier(0.075, 0.82, 0.165, 1);
    transition: all 0.4s cubic-bezier(0.075, 0.82, 0.165, 1);
    overflow: hidden;
}
a.ylowBtn:hover,
a.ylowBdrBtn:hover {
    flex-direction: row;
}
a.ylowBtn::before,
a.ylowBdrBtn::before {
    content: '';
    display: inline-block;
    visibility: hidden;
    transform: translateX(-130px);
    width: 26px;
    height: 26px;
    background-size: cover;
    background-repeat: no-repeat;
    margin-right: 10px;
    -webkit-transition: all 0.4s cubic-bezier(0.075, 0.82, 0.165, 1);
    transition: all 0.4s cubic-bezier(0.075, 0.82, 0.165, 1);
}

a.ylowBtn:hover::before,
a.ylowBdrBtn:hover::before {
    visibility: visible;
    transform: translateX(0);
}

a.ylowBtn::before {
    background-image: url('./images/svg/support-ico.svg');
}

a.ylowBdrBtn::before {
    background-image: url('./images/svg/volunteer-ico.svg');
}

a.ylowBtn > span,
a.ylowBdrBtn > span {
    display: inline-block;
    -webkit-transition: all 0.4s cubic-bezier(0.075, 0.82, 0.165, 1);
    transition: all 0.4s cubic-bezier(0.075, 0.82, 0.165, 1);
}

a.ylowBtn {
    color: #854201;
    border: 1px solid transparent;
    background: linear-gradient(92.62deg, #F5D462 -8%, #FFB500 108.87%),
        radial-gradient(66.49% 66.49% at 50% 50%, rgba(255, 140, 0, 0) 31.06%, rgba(255, 171, 69, 0.2) 99.51%);
}
a.ylowBtn:hover {
    border: 1px solid transparent;
    background: linear-gradient(92.62deg, #FFB500 -8%, #F5D462 108.87%),
        radial-gradient(66.49% 66.49% at 50% 50%, rgba(255, 140, 0, 0) 31.06%, rgba(255, 171, 69, 0.2) 99.51%);
}

a.ylowBdrBtn {
    color: #FFB500;
    background: linear-gradient(rgb(30 52 86), rgb(29 51 85)) padding-box, linear-gradient(90deg, #FFEAA2 0%, #feb809 100%) border-box;
    border: 1px solid transparent;
    border-radius: 12px;
    backdrop-filter: blur(10px);
    transition: all 0.3s ease;
}
*/

.custBlb .et_pb_column {
    padding: 12px;
}

.et_pb_section .custBlb .et_pb_blurb {
    background-color: #ffffff;
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.2);
    border-radius: 20px;
    padding: 6px;
}

.et_pb_section .custBlb .et_pb_blurb .et_pb_blurb_content {
    background-color: #FFF3D6;
    border-radius: 14px;
    padding: 6px;
}

.et_pb_section .custBlb .et_pb_blurb .et_pb_blurb_content .et_pb_image_wrap {
    background-color: #FFF8E7;
    box-shadow: inset 0 4px 4px rgb(255 234 186);
    border-radius: 8px;
    padding: 6px;
}

.et_pb_section .custBlb .et_pb_blurb .et_pb_main_blurb_image {
    margin-bottom: 10px;
}

.et_pb_section .custBlb .et_pb_blurb .et_pb_blurb_description {
    padding: 12px;
    font-size: 16px;
}

a.arSBtn>span.arrow,
.et_pb_section a.et_pb_button::before,
.et_pb_section a.et_pb_font_icon.et_pb_linkedin_icon::after,
.et_header_style_left #page-container #et-top-navigation nav>ul>li.et_pb_button>a::after {
    content: '' !important;
    visibility: hidden;
    width: 22px;
    height: 10px;
    display: inline-block !important;
    margin-left: 3px;
    vertical-align: middle;
    background-repeat: no-repeat;
    background-image: url('./images/svg/arrow-orange.svg');
    background-size: contain;
    transition: all 0.1s cubic-bezier(0.075, 0.82, 0.165, 1);
    filter: brightness(100) grayscale(1);
}

a.arSBtn>span.arrow:hover,
.et_pb_section a.et_pb_button:hover::before,
.et_pb_section a.et_pb_font_icon.et_pb_linkedin_icon:hover::after,
.et_header_style_left #page-container #et-top-navigation nav>ul>li.et_pb_button>a:hover::after,
.et_header_style_left #page-container .et_mobile_menu li.et_pb_button>a:hover::after {
    visibility: visible;
}

/* .et_header_style_left #page-container #et-top-navigation nav > ul > li.et_pb_button > a::after,
.et_header_style_left #page-container .et_mobile_menu li.et_pb_button > a::after {
    position: absolute;
    right: 2px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    transition: all 0.1s cubic-bezier(0.075, 0.82, 0.165, 1);
} */
.et_header_style_left #page-container .et_mobile_menu li.et_pb_button>a {
    text-align: center;
}

body.et_header_style_left #page-container #et-top-navigation nav>ul>li.et_pb_button::after,
body.et_header_style_left #page-container #et-top-navigation nav>ul>li.et_pb_button>a::after {
    display: none !important;
}

.et_pb_section .et_pb_text_inner h2 {
    text-transform: capitalize;
    font-size: 42px;
    color: var(--gradient-one);
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
}

.et_pb_section .et_pb_text_inner h2>span {
    color: #101010;
    font-weight: 700;
}

.et_pb_section .et_pb_slide_description {
    padding-top: 8%;
    padding-bottom: 8%;
}

a.et_pb_button::before {
    filter: brightness(0.5);
    width: 26px;
    height: 14px;
    position: absolute;
    opacity: 1;
    left: auto;
    right: 8px;
    top: 50%;
    transform: translateY(-50%);
}

a.et_pb_button::after {
    display: none;
}

a.arSBtn:hover {
    color: #FFAE00;
    opacity: 0.85;
}

a.arSBtn:hover>span {
    margin-left: 6px;
}

a.et_pb_button:hover::before {
    right: 2px;
}

.et_pb_section a.et_pb_button::after {
    display: none !important;
}

.et_pb_section a.et_pb_font_icon.et_pb_linkedin_icon::after {
    -webkit-filter: brightness(0) grayscale(100);
    filter: brightness(0) grayscale(100);
    position: absolute;
    right: -23px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.et_pb_section a.et_pb_font_icon.et_pb_linkedin_icon:hover::after {
    right: -28px;
}

.et_pb_section a.et_pb_font_icon.et_pb_linkedin_icon::before {
    display: none;
}

.post-content a.more-link {
    text-indent: -9999px;
    color: transparent;
    text-decoration: none;
    display: block;
    width: 146px;
    height: 44px;
    margin: 12px auto;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url('./images/svg/read-more-elem.svg');
}

.et_pb_section .et_pb_blog_grid .et_pb_post {
    background-color: #FFF8E7;
    padding: 6px;
    border-radius: 16px;
    border-color: rgba(0, 0, 0, 0.1);
    border-width: 0;
    -webkit-box-shadow: 0px 1px 1px #0000001a, 0px 2px 2px #00000017, 0px 5px 3px #0000000d, 0px 9px 4px #00000003, 0px 14px 4px transparent, inset 0px 1px 3px #b37d001a, inset 0px 5px 5px #b37d0017, inset 0px 11px 7px #b37d000d, inset 0px 20px 8px #b37d0003, inset 0px 31px 9px transparent;
    box-shadow: 0px 1px 1px #0000001a, 0px 2px 2px #00000017, 0px 5px 3px #0000000d, 0px 9px 4px #00000003, 0px 14px 4px transparent, inset 0px 1px 3px #b37d001a, inset 0px 5px 5px #b37d0017, inset 0px 11px 7px #b37d000d, inset 0px 20px 8px #b37d0003, inset 0px 31px 9px transparent;
}

.et_pb_section .postHdr {
    background-color: #FFF3D4;
    border: solid 1px rgba(255, 181, 0, 0.39);
    padding: 8px 12px;
    border-radius: 10px;
    min-height: 89px;
}

.et_pb_section .postHdr h2.entry-title {
    font-family: 'Poppins';
    font-weight: 700;
    padding: 0;
    color: rgba(0, 0, 0, 0.75);
}

.et_pb_post .postHdr .post-meta {
    margin: 0;
}

.et_pb_section .post-content-inner {
    padding: 12px;
    border-bottom: solid 1px rgba(255, 181, 0, 0.39);
    margin-bottom: 6px;
}

.et_pb_section .postHdr h2.entry-title a:hover {
    color: #ffae00;
}

.et_pb_section .postHdr h2.entry-title {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.single-post #et-main-area {
    border-top: solid 1px #e2e2e2;
}

.single-post #sidebar h2 {
    font-family: 'Poppins';
    font-weight: 700;
    font-size: 16px;
}

.socialLinksHdr {
    border: 1px solid transparent;
    background:
        linear-gradient(rgba(18, 45, 81, 0.7), rgba(18, 45, 81, 0.7)) padding-box,
        linear-gradient(180deg, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0.1)) border-box;
    border-radius: 50rem;
    width: 48px;
    padding: 6px;
    position: fixed;
    left: 10px;
    top: 30%;
    z-index: 9;
}

.socialLinksHdr>a {
    display: block;
    width: 36px;
    height: 36px;
    text-decoration: none;
    border: none;
    outline: none;
    background-repeat: no-repeat;
    background-size: contain;
    margin: 2px 0;
}

.socialLinksHdr>a.li {
    background-image: url('./images/svg/li-hdr-ico.svg');
}

.socialLinksHdr>a.yt {
    background-image: url('./images/svg/yt-hdr-ico.svg');
}

.socialLinksHdr>a.fb {
    background-image: url('./images/svg/fb-hdr-ico.svg');
}

.socialLinksHdr>a.x {
    background-image: url('./images/svg/tt-hdr-ico.svg');
}

.bannersWrap {
    display: none;
}

/* Hero Banner */
.progress {
    display: block;
    width: 100%;
    height: 3px;
    border-radius: 0;
    overflow: hidden;
    background-color: #f5f5f5;
    background-image: linear-gradient(to right, #f89938, #f89938);
    background-repeat: no-repeat;
    background-size: 0 100%;
    transition: background-size .4s ease-in-out;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 9999;
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}

.et_pb_section .slick-prev::before,
.et_pb_section .slick-next::before {
    content: '';
    display: inline-block;
    color: #101010;
    width: 28px;
    height: 28px;
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIj8+PHN2ZyBjbGFzcz0iZmVhdGhlciBmZWF0aGVyLWNoZXZyb24tcmlnaHQiIGZpbGw9Im5vbmUiIGhlaWdodD0iMjQiIHN0cm9rZT0iY3VycmVudENvbG9yIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiIHN0cm9rZS13aWR0aD0iMiIgdmlld0JveD0iMCAwIDI0IDI0IiB3aWR0aD0iMjQiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBvbHlsaW5lIHBvaW50cz0iOSAxOCAxNSAxMiA5IDYiLz48L3N2Zz4=');
}

.et_pb_section .slick-prev,
.et_pb_section .slick-next {
    width: 28px;
    height: 28px;
    z-index: 99991;
}

.et_pb_section .slick-prev {
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
}

.et_pb_section .slick-prev {
    left: 2rem
}

.et_pb_section .slick-next {
    right: 2rem
}

body #top-header {
    padding-top: 6px;
    padding-bottom: 6px;
}

#et_mobile_nav_menu span.mobile_menu_bar::before {
    color: var(--gradient-one);
}

#mobile_menu.et_mobile_menu {
    border-top-color: var(--gradient-one);
}

body #page-container .et_pb_section .et_pb_button,
body #page-container .et-boc .et_pb_section .et_pb_contact_form_0.et_pb_contact_form_container.et_pb_module .et_pb_button {
    background-color: var(--gradient-one) !important;
    border-color: var(--gradient-one) !important;
    transition: all 0.3s ease;
}

body #page-container .et_pb_section .et_pb_button:hover,
body #page-container .et-boc .et_pb_section .et_pb_contact_form_0.et_pb_contact_form_container.et_pb_module .et_pb_button:hover {
    background-color: var(--gradient-two) !important;
    border-color: var(--gradient-two) !important;
    box-shadow: 0 8px 12px rgba(0, 0, 0, 0.25);
}

body #page-container .et_pb_slider .et_pb_slide .et_pb_slide_description h1.et_pb_slide_title,
#page-container .et_pb_section .et_pb_text_inner h2 {
    font-family: 'century_gothicbold' !important;
    font-weight: normal !important;
}

.et_pb_number_counter .percent p {
    font-size: 36px !important;
}

.et_pb_number_counter .percent .percent-sign {
    font-size: 2rem;
    position: relative;
    top: -9px;
}

.et_pb_section .et_pb_number_counter .percent {
    height: 52px;
}

#top-header #socialHdr {
    transform: translateY(-3px);
}

#socialHdr img {
    max-height: 16px;
    height: 16px;
    ;
}

#socialHdr a {
    display: inline-block;
    vertical-align: middle;
    margin: 0 4px;
}

.et_pb_section.blendBG .et_pb_row {
    overflow: hidden;
}

.et_pb_section.blendBG .et_pb_row::after {
    display: none;
}

.et_pb_section .et_pb_toggle_title::before {
    content: '';
    display: block;
    width: 16px;
    height: 16px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    background-image: url('./images/svg/arrow-down-gray.svg');
}

body .sliderHero .et_pb_button {
    font-size: 14px;
}

body .sliderHero .et_pb_button::after {
    font-size: 22px;
}

body #page-container #main-content .sliderHero .container {
    padding-top: 70px !important;
    padding-bottom: 70px !important;
}

/* Gradient Text Effect */
@keyframes gradient-shift {

    0%,
    100% {
        background-position: 0% 50%;
    }

    50% {
        background-position: 100% 50%;
    }
}

body .gradient-text {
    background: linear-gradient(to right,
            var(--gradient-one),
            var(--gradient-two));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    display: inline-block;
}

.animated-bg {
    background: linear-gradient(45deg, var(--gradient-light1), var(--gradient-light2), var(--gradient-light3), var(--gradient-light4));
    background-size: 400% 400%;
    animation: gradientShift 6s ease infinite;
}

@keyframes gradientShift {
    0% {
        background-position: 0% 0%;
    }

    50% {
        background-position: 100% 100%;
    }

    100% {
        background-position: 0% 0%;
    }
}

.sliderHero figure {
    transition: all 0.3s ease;
    border-radius: 12px;
    overflow: hidden;
}

.sliderHero figure img {
    width: 100%;
    height: 280px;
    object-fit: cover;
    filter: grayscale(1);
}

.sliderHero figure:hover {
    -webkit-transform: translateY(-16px);
    transform: translateY(-16px);
}

.sliderHero figure:hover img {
    filter: none;
}

#page-container .slick-dotted.slick-slider {
    margin-bottom: 0;
    padding-bottom: 30px;
}

#page-container .slick-dots {
    bottom: 10px;
}

body #page-container h1,
body #page-container h2 {
    font-family: 'century_gothicbold' !important;
    font-weight: normal !important;
}

.et_header_style_left #page-container #et-top-navigation nav>ul>li.et_pb_button {
    border: none;
    vertical-align: middle;
}

.et_header_style_left #page-container #et-top-navigation nav>ul>li.et_pb_button>a,
.et_header_style_left #page-container .et_mobile_menu li.et_pb_button>a {
    padding: 8px 22px;
    background-color: var(--gradient-one) !important;
    color: #ffffff;
    border-radius: 4px;
}

.et_header_style_left #page-container #et-top-navigation nav>ul>li.et_pb_button>a:hover,
.et_header_style_left #page-container .et_mobile_menu li.et_pb_button>a:hover {
    background-color: var(--gradient-two) !important;
    color: #ffffff;
    box-shadow: 0 8px 12px rgba(0, 0, 0, 0.25);
    opacity: 1;
}

body .et_pb_section .sliderHero .slick-prev,
body .et_pb_section .sliderHero .slick-next {
    top: auto;
    bottom: 30px;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    border: solid 1px #666666;
    display: flex;
    align-items: center;
    justify-content: center;
    left: auto;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

body .et_pb_section .sliderHero .slick-prev:hover,
body .et_pb_section .sliderHero .slick-next:hover {
    background-color: #101010;
    color: #ffffff !important;
}

body .et_pb_section .sliderHero .slick-prev:hover::before,
body .et_pb_section .sliderHero .slick-next:hover::before {
    -webkit-filter: brightness(100) invert(1);
    filter: brightness(100) invert(1);
}

body .et_pb_section .sliderHero .slick-prev {
    right: 90px;
    transform: scaleX(-1) translateY(-20px);
}

body .et_pb_section .sliderHero .slick-next {
    right: 30px;
}

#et-top-navigation #top-menu-nav .nav li ul {
    padding-top: 6px;
    padding-bottom: 6px;
    border-top-color: var(--gradient-one);
}

#et-top-navigation #top-menu-nav #top-menu.nav li li {
    padding-left: 6px;
    padding-right: 6px;
}

#et-top-navigation #top-menu-nav #top-menu.nav li li a {
    width: 228px;
}

#et-top-navigation #top-menu-nav #top-menu.nav li li a:hover,
#et-top-navigation #top-menu-nav #top-menu.nav li li:hover>a {
    background-color: rgb(247 246 227);
}

.home .et_pb_section_2.et_pb_section .et_pb_blurb_position_left.et_pb_blurb .et_pb_blurb_container {
    padding-left: 0;
}

.home .et_pb_section_2.et_pb_section .et_pb_blurb_position_left.et_pb_blurb:hover .et_pb_blurb_container {
    color: var(--gradient-one);
}

.home .et_pb_section_2.et_pb_section .et_pb_blurb_position_left.et_pb_blurb .et_pb_blurb_container>h4 {
    color: inherit;
}

.postBox h2 {
    font-weight: normal;
}

.et_pb_section #forminator-module-621.forminator-design--material .forminator-input:focus,
.et_pb_section #forminator-module-621.forminator-design--material .forminator-input-with-phone .iti__country-container .iti__selected-country:focus,
.et_pb_section #forminator-module-621.forminator-design--material .forminator-textarea:focus,
.et_pb_section #forminator-module-621.forminator-design--material .forminator-textarea:active,
.et_pb_section #forminator-module-621.forminator-design--material .forminator-textarea:hover {
    outline: none !important;
}

.et_pb_section #forminator-module-621.forminator-design--material .forminator-textarea {
    border-width: 0 0 1px !important;
}

.et_pb_section #forminator-module-621.forminator-design--material .forminator-textarea--wrap:after {
    display: none !important;
}

body.modal-open #main-header,
body.modal-open .et-l.et-l--footer {
    z-index: 0 !important;
    position: relative;
}

/* Flips */
.flip {
    width: 100%;
    height: 280px;
    perspective: 1000px;
}

.flip-inner {
    position: relative;
    width: 100%;
    height: 100%;
    transform-style: preserve-3d;
    transition: transform 0.6s;
}

.flip:hover .flip-inner {
    transform: rotateY(180deg);
}

.face {
    position: absolute;
    inset: 0;
    border-radius: 12px;
    backface-visibility: hidden;
    overflow: hidden;
}

.front img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.back {
    background: linear-gradient(45deg,
            var(--gradient-one),
            var(--gradient-two));
    color: #fff;
    transform: rotateY(180deg);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 20px;
    text-align: center;
}

.back h3 {
    margin: 0 0 8px;
    font-size: 18px;
    color: #ffffff;
    line-height: 1;
}

.back p {
    margin: 0;
    font-size: 12px;
    line-height: 1.3;
    opacity: 0.9;
}

.customLinkedIn .postBox {
    padding: 18px 20px;
    background-color: #f2f2f2;
    -webkit-border-radius: 12px;
    border-radius: 12px;
    width: 85%;
    margin: 0 auto;
    line-height: 3rem;
}

.customLinkedIn .postBox a.et_pb_button {
    font-size: 14px;
    color: #ffffff;
    padding-top: 8px;
    padding-bottom: 8px;
    margin: 18px 0;
}

.et_pb_section .customLinkedIn .slick-prev {
    left: -25px !important;
    right: auto;
    margin-top: -15px;
}

.et_pb_section .customLinkedIn .slick-next {
    right: -25px;
}

.et_pb_section .customLinkedIn .slick-prev,
.et_pb_section .customLinkedIn .slick-next {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

body #et-info-phone::before,
body #et-info-email::before {
    content: '';
    width: 12px;
    height: 12px;
    display: inline-block;
    background-size: cover;
    background-repeat: no-repeat;
}

body #et-info-phone::before {
    background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIj8+PHN2ZyBoZWlnaHQ9IjQ4IiB2aWV3Qm94PSIwIDAgNDggNDgiIHdpZHRoPSI0OCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNMCAwaDQ4djQ4aC00OHoiIGZpbGw9Im5vbmUiLz48cGF0aCBkPSJNMTMuMjUgMjEuNTljMi44OCA1LjY2IDcuNTEgMTAuMjkgMTMuMTggMTMuMTdsNC40LTQuNDFjLjU1LS41NSAxLjM0LS43MSAyLjAzLS40OSAyLjI0Ljc0IDQuNjUgMS4xNCA3LjE0IDEuMTQgMS4xMSAwIDIgLjg5IDIgMnY3YzAgMS4xMS0uODkgMi0yIDItMTguNzggMC0zNC0xNS4yMi0zNC0zNCAwLTEuMTEuOS0yIDItMmg3YzEuMTEgMCAyIC44OSAyIDIgMCAyLjQ5LjQgNC45IDEuMTQgNy4xNC4yMi42OS4wNiAxLjQ4LS40OSAyLjAzbC00LjQgNC40MnoiLz48L3N2Zz4=');
}

body #et-info-email::before {
    background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIj8+PHN2ZyB2aWV3Qm94PSIwIDAgNTEyIDUxMiIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNMjU2IDM1MmMtMTYuNTMgMC0zMy4wNi01LjQyMi00Ny4xNi0xNi40MUwwIDE3My4yVjQwMEMwIDQyNi41IDIxLjQ5IDQ0OCA0OCA0NDhoNDE2YzI2LjUxIDAgNDgtMjEuNDkgNDgtNDhWMTczLjJsLTIwOC44IDE2Mi41QzI4OS4xIDM0Ni42IDI3Mi41IDM1MiAyNTYgMzUyek0xNi4yOSAxNDUuM2wyMTIuMiAxNjUuMWMxNi4xOSAxMi42IDM4Ljg3IDEyLjYgNTUuMDYgMGwyMTIuMi0xNjUuMUM1MDUuMSAxMzcuMyA1MTIgMTI1IDUxMiAxMTJDNTEyIDg1LjQ5IDQ5MC41IDY0IDQ2NCA2NGgtNDE2QzIxLjQ5IDY0IDAgODUuNDkgMCAxMTJDMCAxMjUgNi4wMSAxMzcuMyAxNi4yOSAxNDUuM3oiLz48L3N2Zz4=');
}

body #top-menu .menu-item-has-children>a:first-child:after,
body #et-secondary-nav .menu-item-has-children>a:first-child:after {
    content: '';
    width: 12px;
    height: 12px;
    display: inline-block;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIj8+PHN2ZyBkYXRhLW5hbWU9IkxheWVyIDEiIGlkPSJMYXllcl8xIiB2aWV3Qm94PSIwIDAgMjQgMjQiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PHN0eWxlPi5HcmFwaGljLVN0eWxle2ZpbGw6bm9uZTtzdHJva2U6IzFkMWQxYjtzdHJva2UtbGluZWNhcDpyb3VuZDtzdHJva2UtbGluZWpvaW46cm91bmQ7c3Ryb2tlLXdpZHRoOjJweDt9PC9zdHlsZT48L2RlZnM+PHRpdGxlLz48cG9seWxpbmUgY2xhc3M9IkdyYXBoaWMtU3R5bGUiIGRhdGEtbmFtZT0iJmx0O1BhdGgmZ3Q7IiBpZD0iX1BhdGhfIiBwb2ludHM9IjIwLjU5IDcuNjYgMTEuOSAxNi4zNCAzLjQxIDcuODYiLz48L3N2Zz4=');
}

body .mobile_menu_bar:before {
    content: '';
    width: 42px;
    height: 42px;
    display: inline-block;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIj8+PHN2ZyBoZWlnaHQ9IjY0cHgiIHZlcnNpb249IjEuMSIgdmlld0JveD0iMCAwIDY0IDY0IiB3aWR0aD0iNjRweCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+PHRpdGxlLz48ZGVzYy8+PGcgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIiBpZD0iTWVudS00IiBzdHJva2U9Im5vbmUiIHN0cm9rZS13aWR0aD0iMSI+PHBhdGggZD0iTTE1LjUsMTkgTDQ3LjUsMTkgQzQ4Ljg4MDcxMTksMTkgNTAsMjAuMTE5Mjg4MSA1MCwyMS41IEM1MCwyMi44ODA3MTE5IDQ4Ljg4MDcxMTksMjQgNDcuNSwyNCBMMTUuNSwyNCBDMTQuMTE5Mjg4MSwyNCAxMywyMi44ODA3MTE5IDEzLDIxLjUgQzEzLDIwLjExOTI4ODEgMTQuMTE5Mjg4MSwxOSAxNS41LDE5IFoiIGZpbGw9IiMwMDAwMDAiIGlkPSJSZWN0YW5nbGUiLz48cGF0aCBkPSJNMTQuODI0MzI0MywyOSBMMzguMTc1Njc1NywyOSBDMzkuMTgzMjIyMiwyOSA0MCwzMC4xMTkyODgxIDQwLDMxLjUgQzQwLDMyLjg4MDcxMTkgMzkuMTgzMjIyMiwzNCAzOC4xNzU2NzU3LDM0IEwxNC44MjQzMjQzLDM0IEMxMy44MTY3Nzc4LDM0IDEzLDMyLjg4MDcxMTkgMTMsMzEuNSBDMTMsMzAuMTE5Mjg4MSAxMy44MTY3Nzc4LDI5IDE0LjgyNDMyNDMsMjkgWiIgZmlsbD0iIzAwMDAwMCIgaWQ9IlJlY3RhbmdsZSIvPjxwYXRoIGQ9Ik0xNS41LDM5IEw0Ny41LDM5IEM0OC44ODA3MTE5LDM5IDUwLDQwLjExOTI4ODEgNTAsNDEuNSBDNTAsNDIuODgwNzExOSA0OC44ODA3MTE5LDQ0IDQ3LjUsNDQgTDE1LjUsNDQgQzE0LjExOTI4ODEsNDQgMTMsNDIuODgwNzExOSAxMyw0MS41IEMxMyw0MC4xMTkyODgxIDE0LjExOTI4ODEsMzkgMTUuNSwzOSBaIiBmaWxsPSIjMDAwMDAwIiBpZD0iUmVjdGFuZ2xlIi8+PC9nPjwvc3ZnPg==');
}

body a.et-pb-slider-arrow:hover,
body .et-pb-slider-arrows:hover>a {
    color: var(--gradient-two) !important;
}

.forminator-ui .et_pb_button:after,
.forminator-ui .et_pb_button:before {
    display: none;
}

body .forminator-ui.forminator-custom-form[data-design=material] .forminator-textarea {
    padding-top: 9px !important;
}

body #top-menu li .menu-item-has-children>a:first-child::after {
    right: 16px;
    top: 13px;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

body #top-menu.nav li li ul {
    top: -2px;
    left: 235px;
}

.modal {
    display: none;
    position: fixed;
    z-index: 9999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    animation: fadeIn 0.3s ease forwards;
}

.modal-content {
    background: #fff;
    margin: 2% auto;
    padding: 2rem;
    border-radius: 8px;
    width: 80%;
    max-width: 900px;
    animation: scaleUp 0.4s ease forwards;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
}

.close {
    font-size: 1.6rem;
    cursor: pointer;
    position: absolute;
    top: 6px;
    right: 12px;
    color: #101010;
}

body .gradient-border-rounded {
    border: 4px solid transparent !important;
    border-radius: 12px !important;
    background:
        linear-gradient(#fff, #fff) padding-box,
        linear-gradient(to right, var(--gradient-one), var(--gradient-two)) border-box !important;
    background-clip: padding-box, border-box !important;
}

/* Animations */
@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes scaleUp {
    from {
        transform: scale(0.8);
        opacity: 0;
    }

    to {
        transform: scale(1);
        opacity: 1;
    }
}

.et_pb_blurb.donateHover:hover {
    background-color: rgba(0, 0, 0, 0.4);
    cursor: default;
}

.pressBoxWrap,
.video-item {
    border-bottom: solid 1px #ddd;
    padding-bottom: 6px;
    margin-bottom: 14px;
}

.pressReleaseWrap .pressBoxWrap:last-of-type,
.video-item:last-of-type {
    border: none;
    padding-bottom: 0;
    margin-bottom: 0;
}

.et_pb_section .et_pb_all_tabs {
    overflow: auto;
    max-height: 800px;
    padding-bottom: 6px;
}

.pressBoxWrap h2 {
    font-size: 18px;
}

.pressBoxWrap a:hover h2 {
    color: var(--gradient-one);
}

.sLoaderIns {
    height: 420px;
    background-color: var(--gradient-light1);
}

a.pressBox label {
    cursor: pointer;
}

h2.video-title {
    font-size: 18px;
    margin-bottom: 6px;
    text-align: center;
}

.videos-list .video-item {
    padding-bottom: 14px;
}

.page-id-845 .et_pb_promo {
    transition: all 0.3s ease;
}

.page-id-845 .et_pb_promo:hover {
    background-color: var(--gradient-one);
    transform: translateY(-8px);
}

/* Donation Form */
.donation-form {
    background: white;
    padding: 2.5rem;
    border-radius: 20px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
}

.form-title {
    font-size: 1.5rem;
    font-weight: 700;
    color: #333;
    margin-bottom: 1.5rem;
    text-align: center;
}

.donation-amounts {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
    margin-bottom: 1rem;
}
.amount-btn {
    background: #f5f5f5;
    border: 2px solid #e0e0e0;
    padding: 1rem;
    border-radius: 12px;
    text-align: center;
    transition: all 0.3s ease;
    font-weight: 600;
    color: #333;
}

.amount-btn:hover,
.amount-btn.selected {
    background: var(--gradient-one);
    color: white;
    border-color: var(--gradient-one);
    transform: translateY(-2px);
}

.amount-value {
    font-size: 1.4rem;
    margin-bottom: 0.5rem;
}

.amount-description {
    font-size: 0.8rem;    
    opacity: 0.8;
}

.other-amount {
    margin-bottom: 1.5rem;
}

.other-amount input {
    width: 100%;
    padding: 1rem;
    border: 2px solid #e0e0e0;
    border-radius: 12px;
    font-size: 1rem;
    transition: border-color 0.3s ease;
}

.other-amount input:focus {
    outline: none;
    border-color: var(--gradient-one);
}

body .et-l.et-l--footer {
    position: relative;
    z-index: 0;
}

/* Media Queries */

@media all and (max-width: 980px) {
    .sliderHero .flip {
        height: 166px;
    }

    .et_secondary_nav_enabled #page-container #top-header>.container {
        justify-content: center;
    }

    #page-container .et_pb_fullwidth_slider_0.et_pb_slider.et_pb_module .et_pb_slides .et_pb_slide_content {
        font-size: 14px !important;
    }

    .et_header_style_left #page-container .et_mobile_menu li.et_pb_button {
        border: none;
        box-shadow: none;
    }

    .galleryCenter .et_pb_row,
    .galleryCenter .et_pb_gallery_grid .et_pb_gallery_items {
        display: flex;
        justify-content: center;
    }

    .galleryCenter .et_pb_row .et_pb_column,
    .galleryCenter .et_pb_column .et_pb_grid_item {
        float: none;
    }

    .galleryCenter .et_pb_row .et_pb_column .et_pb_gallery {
        max-height: auto !important;
    }

    .galleryCenter .et_pb_row.et_pb_row_4 {
        flex-direction: column;
    }

    body .container,
    body .et_pb_section>.et_pb_row {
        width: 90%;
    }

    body #mobile_menu.et_mobile_menu {
        max-height: 300px;
        overflow-y: auto;
    }
}

@media all and (min-width: 768px) and (max-width: 980px) {
    .et_secondary_nav_enabled #page-container #top-header #et-secondary-menu {
        display: block !important;
        padding-top: 7px;
    }
}

@media all and (min-width: 1200px) {
    .et_header_style_left #page-container #et-top-navigation {
        padding-top: 43px;
    }

    .et_header_style_left #page-container #et-top-navigation nav>ul>li>a {
        padding-bottom: 43px;
    }

    #page-container #main-header .logo_container>a {
        width: 144px;
        height: 90px;
    }

    body .et_pb_code_inner .modal-dialog.modal-fullscreen {
        width: 900px;
    }
}

@media all and (min-width: 981px) {
    .et_pb_section.blendBG {
        overflow: hidden;
    }

    .blendBG .et_pb_gutters1 .et_pb_column_1_2 {
        width: 52%;
    }

    body .sliderHero h2,
    body .et_pb_section .et_pb_text_inner h1,
    body .et_pb_section .et_pb_text_inner h2 {
        font-size: 42px !important;
        line-height: 1 !important;
    }

    .et_header_style_left #page-container #et-top-navigation nav>ul>li.et_pb_button {
        transform: translateY(-17px);
    }
}

@media all and (min-width: 1400px) {

    body .sliderHero h2,
    body .et_pb_section .et_pb_text_inner h1,
    body .et_pb_section .et_pb_text_inner h2 {
        font-size: 48px !important;
    }
}

@media all and (min-width: 981px) and (max-width: 1300px) {

    body .container,
    body .et_pb_section>.et_pb_row {
        width: 96%;
        max-width: auto;
    }

    body #top-menu li {
        font-size: 12px;
    }
}