@import url('https://fonts.googleapis.com/css2?family=Host+Grotesk:ital,wght@0,300..800;1,300..800&display=swap');

:root{
    --font-body: "Host Grotesk", sans-serif;

    --bgbaseblack: #000000;
    --bgwhite: #ffffff;
    --bglightbackground: #FCF6ED;

    --bggray: #363535;
    --bgltgray: #48524E;
    --bggray200: #C2C2C2;
    --bgorange: #FF7520;
    --bggreen: #01290F;
}
*{
    box-sizing: border-box;
}
html{
    overflow-x: hidden;
}
body{
    font-family: var(--font-body);
    color: var(--bggreen);
    font-size: 16px;
    margin: 0;
    line-height: 1.4em;
    overflow-x: hidden;
}
::selection {
    background-color: #ff7520;
    color: #fff2e9;
}
::-moz-selection {
  background-color: #ff7520;
    color: #fff2e9;
}
.p2{font-size: 14px;line-height: 24px;}
.p3{font-size: 16px;line-height: 26px;}
@media (min-width:1200px){
    body{font-size: 18px;}
}
img{
    max-width: 100%;
}
.container{
    padding: 0 24px;
    margin: 0 auto;
    width: 100%;
    max-width: 100%;
}
.container-xsm{
    max-width: 568px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}
@media (min-width:768px){
    .container{max-width: 720px;}   
}
@media (min-width:992px){
    .desk-none{display: none !important;}
    .container{max-width: 960px;}   
}
@media (min-width:1200px){
    .container{max-width: 1140px;}   
}
@media (min-width:1400px){
    .container{max-width: 1208px;}   
}
h1,h2,h3,h4,h5,h6,p{
    margin: 32px 0;
}
p{
    line-height: 1.45em;
}
h1,.h1{
    font-weight: 700;
    font-size: 48px;
    letter-spacing: 0.01em;
    line-height: 1.19em;
}
@media (min-width:992px){
    h1,.h1{font-size: 55px;}
}
@media (min-width:1200px){
    h1,.h1{font-size: 60px;}
}
@media (min-width:1400px){
    h1,.h1{font-size: 62px;}
}
@media (min-width:1651px){
    h1,.h1{font-size: 64px;}
}

h2,.h2{
    font-size: 32px;
    font-weight: 700;
    letter-spacing: 0.01em;
    line-height: normal;
}
@media (min-width:768px){
    h2,.h2{font-size: 38px;}
}
@media (min-width:992px){
    h2,.h2{font-size: 40px;}
}
@media (min-width:1200px){
    h2,.h2{font-size: 42px;}
}

h3,.h3{
    font-size: 24px;
    font-weight: 700;
    letter-spacing: 0.01em;
    line-height: normal;
}

h4,.h4{
    font-weight: 700;
    font-size: 22px;
    letter-spacing: 0.01em;
    line-height: normal;
}

h5,.h5{
    font-weight: 700;
    font-size: 20px;
    letter-spacing: 0.01em;
    line-height: normal;
}

h6,.h6{
    font-weight: 700;
    font-size: 18px;
    letter-spacing: 0.01em;
    line-height: normal;
}
.py-global{padding-top: 120px !important;padding-bottom: 120px !important;}   
@media (max-width:1199px){
    .py-global{padding-top: 90px !important;padding-bottom: 90px !important;}   
}
@media (max-width:991px){
    h1,h2,h3,h4,h5,h6,p{margin: 15px 0;}
    .py-global{padding-top: 80px !important;padding-bottom: 80px !important;}   
}
@media (max-width:767px){
    .py-global{padding-top: 40px !important;padding-bottom: 40px !important;}   
}
.py-xxl{
    padding-top: 160px !important;
    padding-bottom: 160px !important;
}
@media (max-width:1399px){
    .py-xxl{padding-top: 110px !important;padding-bottom: 110px !important;}   
}
@media (max-width:1199px){
    .py-xxl{padding-top: 90px !important;padding-bottom: 90px !important;}   
}
@media (max-width:991px){
    .py-xxl{padding-top: 80px !important;padding-bottom: 80px !important;}   
}
@media (max-width:767px){
    .py-xxl{padding-top: 40px !important;padding-bottom: 40px !important;}   
}

.pt-xxl{
    padding-top: 160px !important;
}
@media (max-width:1399px){
    .pt-xxl{padding-top: 110px !important;}   
}
@media (max-width:1199px){
    .pt-xxl{padding-top: 90px !important;}   
}
@media (max-width:991px){
    .pt-xxl{padding-top: 80px !important;}   
}
@media (max-width:767px){
    .pt-xxl{padding-top: 40px !important;}   
}

.pb-xxl{
    padding-bottom: 160px !important;
}
@media (max-width:1399px){
    .pb-xxl{padding-bottom: 110px !important;}   
}
@media (max-width:1199px){
    .pb-xxl{padding-bottom: 90px !important;}   
}
@media (max-width:991px){
    .pb-xxl{padding-bottom: 80px !important;}   
}
@media (max-width:767px){
    .pb-xxl{padding-bottom: 40px !important;}   
}
.pb-0{
    padding-bottom: 0 !important;
}
.pt-0{
    padding-top: 0 !important;
}
body .mb-0{
    margin-bottom: 0 !important;
}
body .mt-0{
    margin-top: 0 !important;
}
.btn {
    font-size: 18px;
    font-weight: 700;
    color: var(--bgwhite);
    transition: all 0.2s;
    padding: 11px 24px;
    background-color: var(--bgorange);
    text-decoration: none;
    border-radius: 80px;
    display: block;
    width: fit-content;
}
.btn:hover{
    background-color: var(--bggreen);
}
.btn.btn-arrow {
    padding-right: 48px;
    background-image: url("data:image/svg+xml,%3Csvg width='6' height='11' viewBox='0 0 6 11' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 9.3436L5 5.3436L1 1.3436' stroke='White' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
    background-repeat: no-repeat;
    background-size: 7px;
    background-position: right 28px center;
}
.btn-green{
    background-color: var(--bggreen);
}
.btn-green:hover{
    background-color: var(--bgorange);
}
.btn-sm {
    padding: 7px 20px;
    font-size: 16px;
}
.btn-sm.btn-arrow {
    padding-right: 40px;
    background-position: right 24px center;
}
.btn-border {
    border: 1px solid #a3ada2;
    background-color: #fefaf4;
    color: var(--bggreen);
}
.btn-border:hover {
    border: 1px solid transparent;
    color: var(--bgwhite);
}
.btn-flex {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
}
.clr-ltgray{
    color: var(--bgltgray);
}
.btn.hov-orange:hover{
    background-color: var(--bgorange);
    background-image: url("data:image/svg+xml,%3Csvg width='6' height='11' viewBox='0 0 6 11' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 9.3436L5 5.3436L1 1.3436' stroke='%23ffffff' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}
.btn.arrow-dark{
    background-image: url("data:image/svg+xml,%3Csvg width='6' height='11' viewBox='0 0 6 11' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 9.3436L5 5.3436L1 1.3436' stroke='%2301290F' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}
/* Initiating header styles */
.block-header__left img {
    max-width: 86px;
    width: 100%;
}
.block-header__inner {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.block-header__left {
    width: 10%;
}
.block-header__right {
    width: 90%;
    display: flex;
    align-items: center;
    justify-content: end;
}
.block-header__nav > ul {
    display: flex;
    gap: 24px;
    list-style: none;
    flex-wrap: wrap;
    padding: 0;
    margin: 0;
}
.block-header__nav > ul a:not(.btn) {
    text-decoration: none;
    transition: all 0.2s;
    color: var(--bgltgray);
    font-size: 16px;
}
.block-header__nav > ul a:not(.btn):hover,
.block-header__nav > ul .current_page_item a:not(.btn){
    color: var(--bgorange) !important;
}
.block-woo_cart .cart {
    position: relative;
    height: 40px;
    width: 40px;
    border-radius: 50%;
    background-color: transparent;
    transition: all 0.2s;
    border: 1px solid #DFDDDA;
    display: flex;
    align-items: center;
    justify-content: center;
    /* background-image: url("data:image/svg+xml,%3Csvg width='20' height='21' viewBox='0 0 20 21' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.66665 18.6769C7.12688 18.6769 7.49998 18.3038 7.49998 17.8436C7.49998 17.3833 7.12688 17.0103 6.66665 17.0103C6.20641 17.0103 5.83331 17.3833 5.83331 17.8436C5.83331 18.3038 6.20641 18.6769 6.66665 18.6769Z' fill='%2301290F' stroke='%2301290F' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M15.8333 18.6769C16.2936 18.6769 16.6667 18.3038 16.6667 17.8436C16.6667 17.3833 16.2936 17.0103 15.8333 17.0103C15.3731 17.0103 15 17.3833 15 17.8436C15 18.3038 15.3731 18.6769 15.8333 18.6769Z' fill='%2301290F' stroke='%2301290F' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M1.70831 2.05194H3.37498L5.59165 12.4019C5.67296 12.781 5.88387 13.1198 6.18807 13.3602C6.49227 13.6005 6.87073 13.7272 7.25831 13.7186H15.4083C15.7876 13.718 16.1554 13.588 16.4508 13.3501C16.7463 13.1123 16.9518 12.7807 17.0333 12.4103L18.4083 6.21861H4.26665' stroke='%2301290F' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 20px; */
}
.block-woo_cart .cart:hover{
    background-color: var(--bgorange);
    border: 1px solid var(--bgorange);
    /* background-image: url("data:image/svg+xml,%3Csvg width='20' height='21' viewBox='0 0 20 21' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.66665 18.6769C7.12688 18.6769 7.49998 18.3038 7.49998 17.8436C7.49998 17.3833 7.12688 17.0103 6.66665 17.0103C6.20641 17.0103 5.83331 17.3833 5.83331 17.8436C5.83331 18.3038 6.20641 18.6769 6.66665 18.6769Z' fill='%23ffffff' stroke='%23ffffff' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M15.8333 18.6769C16.2936 18.6769 16.6667 18.3038 16.6667 17.8436C16.6667 17.3833 16.2936 17.0103 15.8333 17.0103C15.3731 17.0103 15 17.3833 15 17.8436C15 18.3038 15.3731 18.6769 15.8333 18.6769Z' fill='%23ffffff' stroke='%23ffffff' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M1.70831 2.05194H3.37498L5.59165 12.4019C5.67296 12.781 5.88387 13.1198 6.18807 13.3602C6.49227 13.6005 6.87073 13.7272 7.25831 13.7186H15.4083C15.7876 13.718 16.1554 13.588 16.4508 13.3501C16.7463 13.1123 16.9518 12.7807 17.0333 12.4103L18.4083 6.21861H4.26665' stroke='%23ffffff' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A"); */
}
.block-woo_cart .cart span {
    position: absolute;
    top: -3px;
    right: -5px;
    font-size: 17px;
    color: var(--bgorange);
    font-weight: 700;
}
.block-header__nav-wc {
    display: flex;
    gap: 16px;
    padding-left: 48px;
    align-items: center;
}
header.block-header:not(.dark-header){
    background-color: #FDFAF5;
}
header.block-header {
    padding-top: 12px;
    padding-bottom: 12px;
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 99999;
    transition: all 0.2s;
}
body:not(home) .block-woo_cart .cart{
    background: #ffffff;
}
.block-woo_cart .cart span {
    position: absolute;
    top: -3px;
    right: -5px;
    font-size: 17px;
    color: #fff;
    font-weight: 700;
    aspect-ratio: 1 / 1;
    background: var(--bgorange);
    border-radius: 50%;
    height: 20px;
    width: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 4px;
    font-size: 12px;
}
body .block-header.scrolled{
    background-color: var(--bgwhite);
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.06);
}
.dark-header:not(.scrolled) .block-header__nav-wc .btn.btn-green {
    background-color: var(--bglightbackground);
    color: var(--bggreen);
    background-image: url("data:image/svg+xml,%3Csvg width='6' height='11' viewBox='0 0 6 11' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 9.3436L5 5.3436L1 1.3436' stroke='%2301290F' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
    background-position: right 28px center;
    background-repeat: no-repeat;
    background-size: 7px;
}
.dark-header:not(.scrolled) .block-header__nav-wc .btn.btn-green:hover{
    background-color: var(--bgorange);
    color: var(--bgwhite);
    background-image: url("data:image/svg+xml,%3Csvg width='6' height='11' viewBox='0 0 6 11' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 9.3436L5 5.3436L1 1.3436' stroke='%23ffffff' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
    background-position: right 28px center;
    background-repeat: no-repeat;
    background-size: 7px;
}
.dark-header:not(.scrolled, .active) .hamburger-toggler{
    background-image: url("data:image/svg+xml,%3Csvg width='20' height='21' viewBox='0 0 20 21' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3.33337 10.3436H16.6667M3.33337 5.3436H16.6667M3.33337 15.3436H16.6667' stroke='%23ffffff' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}
.dark-header:not(.scrolled, .active) .nav-cart {border-color: #1A3E27;background-image: url("data:image/svg+xml,%3Csvg width='20' height='21' viewBox='0 0 20 21' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.66665 18.6769C7.12688 18.6769 7.49998 18.3038 7.49998 17.8436C7.49998 17.3833 7.12688 17.0103 6.66665 17.0103C6.20641 17.0103 5.83331 17.3833 5.83331 17.8436C5.83331 18.3038 6.20641 18.6769 6.66665 18.6769Z' fill='%23ffffff' stroke='%23ffffff' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M15.8333 18.6769C16.2936 18.6769 16.6667 18.3038 16.6667 17.8436C16.6667 17.3833 16.2936 17.0103 15.8333 17.0103C15.3731 17.0103 15 17.3833 15 17.8436C15 18.3038 15.3731 18.6769 15.8333 18.6769Z' fill='%23ffffff' stroke='%23ffffff' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M1.70831 2.05194H3.37498L5.59165 12.4019C5.67296 12.781 5.88387 13.1198 6.18807 13.3602C6.49227 13.6005 6.87073 13.7272 7.25831 13.7186H15.4083C15.7876 13.718 16.1554 13.588 16.4508 13.3501C16.7463 13.1123 16.9518 12.7807 17.0333 12.4103L18.4083 6.21861H4.26665' stroke='%23ffffff' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");}
@media (min-width:992px){
    .block-header__nav > ul .current_page_item a:not(.btn){font-weight: 600;}
    .block-header__nav .btn span {display: none;}
    .hamburger-toggler{display: none !important;}
    .dark-header:not(.scrolled) .block-header__nav > ul a:not(.btn) {color: var(--bgwhite);}
    .dark-header:not(.scrolled) .block-header__nav > ul a:not(.btn):hover {color: var(--bgorange);}
}
@media (max-width:1199px){
    .block-header__nav-wc {padding-left: 18px;}
}
@media (max-width:991px){
    .block-header__left,
    .block-header__right {width: 50%;}
    .block-header__nav .btn span {content: "";background-image: url("data:image/svg+xml,%3Csvg width='6' height='11' viewBox='0 0 6 11' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 9.3436L5 5.3436L1 1.3436' stroke='White' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");background-repeat: no-repeat;background-size: contain;background-position: center;height: 11px;width: 11px;padding-left: 30px;}
    .block-header__nav .btn {width: 100%;text-align: center;background-image: unset;position: relative;margin-top: 30px;display: flex;align-items: center;justify-content: center;flex-direction: row-reverse;padding-right: 20px;}
    .block-header__nav > ul li a:not(.btn) {font-weight: 700;font-size: 20px;color: var(--bggreen);width: 100%;display: block;position: relative;}
    .block-header__nav > ul li a:not(.btn)::before{content: "";position: absolute;inset: 50% 10px 0 auto;background-image: url("data:image/svg+xml,%3Csvg width='8' height='14' viewBox='0 0 8 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 13L7 7L1 1' stroke='%2348524E' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");background-repeat: no-repeat;background-size: contain;background-position: center;height: 14px;width: 12px;transform: translateY(-50%);}
    .block-header__nav > ul li a:not(.btn):hover::before,
    .block-header__nav > ul .current_page_item a:not(.btn)::before{background-image: url("data:image/svg+xml,%3Csvg width='8' height='14' viewBox='0 0 8 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 13L7 7L1 1' stroke='%23FF7520' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");}
    .block-header__nav.active {opacity: 1;visibility: visible;z-index: 4;transform: translateY(0%);}
    .block-header__nav {inset: 82px 0 0 0;height: fit-content;width: 100%;background-color: #FDFAF5;padding: 24px 24px 40px 24px;max-width: 100%;margin-left: auto;margin-right: auto;visibility: hidden;z-index: -1;opacity: 0;transform: translateY(-10%); position: absolute;transition: all 0.2s;}
    .block-header.active{background-color: #FDFAF5;}
    .block-header__nav ul {flex-direction: column;gap: 15px;max-width: 672px;margin-left: auto;margin-right: auto;}
    .hamburger-toggler, .block-header__nav-wc, .block-header__left {position: relative;z-index: 5;}
    .block-header__nav-wc {padding: 0 15px 0 0;}
    .block-header__nav-wc a.btn {display: none !important;}
    .hamburger-toggler{border-radius: 50%;background-color: transparent;display: flex !important;height: 40px;width: 40px;background-position: center;background-repeat: no-repeat;background-size: 20px;cursor: pointer;background-image: url("data:image/svg+xml,%3Csvg width='20' height='21' viewBox='0 0 20 21' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3.33337 10.3436H16.6667M3.33337 5.3436H16.6667M3.33337 15.3436H16.6667' stroke='%2301290F' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");transition: all 0.2s;}
    .hamburger-toggler.active{background-color: var(--bgorange);background-image: url("data:image/svg+xml,%3Csvg width='20' height='21' viewBox='0 0 20 21' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M15 5.34357L5 15.3436M5 5.34357L15 15.3436' stroke='%23ffffff' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");}

    .desktop-none>a{
        margin-top: 30px;
        display: flex !important;
        justify-content: center !important;
        font-size: 16px;
    }
    .desktop-none>a::before{

    }
}
/* Ending header styles */
/* Initiating hero section styles */
body .inp-logo {
    display: none;
}
body .dark-header.scrolled .hmp-logo,
body .dark-header.active .hmp-logo {
    display: block !important;
}
body .dark-header.scrolled .inp-logo,
body .dark-header.active .inp-logo {
    display: none !important;
}
body .dark-header .inp-logo {
    display: block;
}
body .dark-header .hmp-logo {
    display: none;
}
.block-banner h1 {
    margin-top: 0;
    max-width: 554px;
}
.block-banner p {
    max-width: 467px;
}
.block-banner__flex {
    display: flex;
    flex-wrap: wrap;
}
.block-banner__left {
    width: 49%;
    margin-top: 60px;
    padding-bottom: 280px;
    position: relative;
    z-index: 3;
}
.block-banner__right {
    width: 51%;
    display: flex;
    justify-content: flex-end;
    position: relative;
    z-index: 1;
    /* padding-right: 60px; */
}
.block-banner__right img {
    width: 563.59px;
    min-width: 563.59px;
    height: 799px;
    object-fit: cover;
}
section.block-banner {
    position: relative;
    padding-top: 135px;
    background-color: #FDFAF5;
    /* padding-bottom: 150px; */
    overflow: hidden;
}
.block-banner__abs {
    position: absolute;
    display: flex;
    inset: auto 0 0 0;
}
.block-banner__abs img {
    height: auto;
    width: 100%;
    object-fit: cover;
    object-position: bottom;
    min-width: 2350px;
}
body.home {
    overflow-x: hidden;
}
/* .block-banner__abs img {height: 474px;} */
.block-banner__left .btn-flex {
    margin-top: 40px;
}
.block-banner::before {
    content: "";
    position: absolute;
    inset: auto 0 0 0;
    height: 386px;
    z-index: 3;
    /* background: #021408;
    background: -webkit-linear-gradient(180deg, rgba(2, 20, 8, 0) 0%, rgba(2, 20, 8, 0.1) 25%, rgba(2, 20, 8, 0.5) 80%, rgba(2, 20, 8, 1) 100%);
    background: -moz-linear-gradient(180deg, rgba(2, 20, 8, 0) 0%, rgba(2, 20, 8, 0.1) 25%, rgba(2, 20, 8, 0.5) 80%, rgba(2, 20, 8, 1) 100%);
    background: linear-gradient(180deg, rgba(2, 20, 8, 0) 0%, rgba(2, 20, 8, 0.1) 25%, rgba(2, 20, 8, 0.5) 80%, rgba(2, 20, 8, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#021408", endColorstr="#021408", GradientType=0);
    opacity: 0.6; */
    background: url(../images/bottom-mask-img.webp) left bottom / cover no-repeat;
}
@media (max-width:1199px){
    section.block-banner {padding-top: 84px;}
    .block-banner::before {height: 320px;}
    /* .block-banner__abs img {height: 173px;} */
    .block-banner__left .btn-flex {margin-top: 25px;}
    .block-banner__right{padding-right: 0px;}
    .block-banner__left {padding-bottom: 190px; }
    .block-banner__right img {width: 100%; min-width: 100%; height: auto; object-fit: contain; }
    .block-banner__abs img {min-width: 1840px;}

}
@media (min-width:821px) and (max-width:991px){
    .block-banner__grass img {
        min-height: 90px !important;
    }
}
@media (max-width:991px){
    .block-banner__left {margin-top: 10px;padding-bottom: 160px;}
    .block-banner__right {padding-right: 0;}
    .block-banner__right img {transform: translate(0px, 29px);}

    .block-banner__abs img {
        min-width: 1490px;
    }
    .block-banner__grass img {
        min-height: 100px;
    }
}
@media (max-width:820px){
    .block-banner__grass img {
        min-height: 90px !important;
    }
}
@media (max-width:767px){
    .block-banner__left,
    .block-banner__right {width: 100%;}
    .block-banner__left {padding-bottom: 60px;}
    .block-banner__right {justify-content: center;}
    /* .block-banner__abs img {height: 200px;} */
    .block-banner__right img {max-width: 300px;}
    /* .block-banner__abs img {height: 474px;} */
    .block-banner__right img {transform: none;}

.block-banner__abs img {
    min-width: 2850px;
}
.block-banner__grass img {
    min-height: 120px;
}
}
@media (max-width:650px){
    .block-banner__abs img {
        min-width: 2680px;
    }
}
@media (max-width:620px){
    .block-banner__abs img {
        min-width: 2460px;
    }
    .block-banner__grass img {
        min-height: 120px;
    }
}
@media (max-width:575px){
    .block-banner__abs img {
        min-width: 2090px;
    }
    .block-banner__grass img {
        min-height: 110px;
    }
}
@media (max-width:510px){
    .block-banner__grass img {
        min-height: 110px;
    }
}

@media (max-width:450px){
    .block-banner__abs img {
        min-width: 1590px;
    }
    .block-banner__grass img {
        min-height: 100px !important;
    }   
}
@media (max-width:400px){
    .block-banner__abs img {
        min-width: 1430px;
    }
}
@media (max-width:390px){
    .block-banner__grass img {
        min-height: 80px !important;
    }
}
@media (max-width:360px){
    .block-banner__abs img {
        min-width: 1240px;
    }
    .block-banner__grass img {
        min-height: 80px !important;
    }
}
/* Ending hero section styles */
/* Initiating block-involved styles */
.block-involved{
    background-color: var(--bglightbackground);
}
.block-involved-grid {
    display: grid;
    gap: 24px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
}
.block-involved-single {
    border-radius: 12px;
    background-color: var(--bgwhite);
    border: 1px solid #E7E4E0;
    box-shadow: unset;
    transition: all 0.2s;
    padding: 32px 24px;
    text-align: center;
    display: flex;
    flex-wrap: wrap;
}
.block-involved-single-bottom, .block-involved-single-top {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
}
.block-involved-single-top {
    flex: 1;
}
.block-involved-single-bottom{
    margin-top: auto;
}
.block-involved-single:hover{
    box-shadow: 0 12px 24px rgb(217 209 196 / 43%);
}
.block-involved-single .btn {
    margin-left: auto;
    margin-right: auto;
}
.block-involved-single-top h3 {
    margin-bottom: 0px !important;
}
.block-involved-single-top p {
    margin-top: 15px;
}
.block-involved-bottom {
    margin-top: 80px;
}
.block-involved-single-bottom a {
    margin-top: 32px;
}
.cstm_upcoming_event .block-involved-single-bottom{
    display: flex;
    flex-direction: column;
    grid-gap: 16px;
}
.cstm_upcoming_event .block-involved-single-bottom .btn{
    margin-top: 0 !important;
    width: 100%;
    text-align: center;
    background-image: none !important;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    background-color: transparent;
}
.cstm_upcoming_event .block-involved-single-bottom .btn:hover{
    background-color: var(--bgorange);
    color: var(--bgwhite);
    border-color: var(--bgorange);
}
body .div-qtybtn.hideqtybtn {
	display: none;
}
.block-involved-blog .cstm_upcoming_event .block-involved-single-bottom a.button{
    position: relative;
    height: 48px;
    font-size: 18px;
    margin-right: 0;
}
.block-involved-blog .cstm_upcoming_event .block-involved-single-bottom a.button:before{
    content: "";
    background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_156_198)'%3E%3Cpath d='M6.66683 18.3337C7.12707 18.3337 7.50016 17.9606 7.50016 17.5003C7.50016 17.0401 7.12707 16.667 6.66683 16.667C6.20659 16.667 5.8335 17.0401 5.8335 17.5003C5.8335 17.9606 6.20659 18.3337 6.66683 18.3337Z' fill='white' stroke='white' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M15.8333 18.3337C16.2936 18.3337 16.6667 17.9606 16.6667 17.5003C16.6667 17.0401 16.2936 16.667 15.8333 16.667C15.3731 16.667 15 17.0401 15 17.5003C15 17.9606 15.3731 18.3337 15.8333 18.3337Z' fill='white' stroke='white' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M1.7085 1.70801H3.37516L5.59183 12.058C5.67314 12.4371 5.88405 12.7759 6.18826 13.0162C6.49246 13.2565 6.87092 13.3833 7.2585 13.3747H15.4085C15.7878 13.3741 16.1556 13.2441 16.451 13.0062C16.7465 12.7683 16.9519 12.4368 17.0335 12.0663L18.4085 5.87467H4.26683' stroke='white' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_156_198'%3E%3Crect width='20' height='20' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
    width: 20px;
    height: 20px;
    display: inline-flex;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}
.block-involved-blog .cstm_upcoming_event .block-involved-single-bottom .added_to_cart {
    margin: 0;
    justify-content: center;
    height: 48px;
    font-size: 18px;
    display: inline-flex;
    align-items: center;
    border-radius: 50px;
    background-color: var(--bgorange);
    color: var(--bgwhite);
    border-color: var(--bgorange);
    transition: all 0.3s;
}
.block-involved-blog .cstm_upcoming_event .block-involved-single-bottom .added_to_cart:hover {
    background-color: var(--bggreen);
    border-color: var(--bggreen);
}
.block-involved-blog .cstm_upcoming_event .block-involved__placeholder-top{
    border-radius: 12px 12px 0 0;
}
@media (max-width:1199px){
    .block-involved-bottom {margin-top: 48px;}
    .block-involved-grid {grid-template-columns: 1fr 1fr 1fr;}
}
@media (max-width:991px){
    .block-involved-grid {grid-template-columns: 1fr 1fr;}
}
@media (max-width:575px){
    .block-involved-grid {grid-template-columns: 1fr;}
}
/* Ending block-involved styles */
/* Initiating block-left-right styles */
ul.mark-ul {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 15px;
}
ul.mark-ul li {
    font-weight: 500;
    padding-left: 35px;
    position: relative;
    font-size: 18px;
    line-height: 26px;
}
ul.mark-ul li::before {
    content: "";
    position: absolute;
    inset: 2px 0 0 0;
    background-repeat: no-repeat;
    background-size: 8px;
    background-position: center;
    height: 20px;
    width: 20px;
    border-radius: 50%;
    background-color: rgba(255, 117, 32, 0.1);
    background-image: url("data:image/svg+xml,%3Csvg width='8' height='6' viewBox='0 0 8 6' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 3L3 5L7 1' stroke='%23FF7520' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}
.block-left-right__second img {
    border-radius: 12px;
    width: 100%;
    height: auto;
    object-fit: cover;
}
.block-left-right__flex {
    display: flex;
    flex-wrap: wrap;
    gap: 98px;
}
.block-left-right__flex .block-left-right__first {
    width: calc(47% - 49px);
}
.block-left-right__flex .block-left-right__second {
    width: calc(53% - 49px);
    display: flex;
}

.block-left-right__first .btn {
    margin-top: 40px;
}
@media (max-width:1199px){
    .block-left-right__flex {gap: 40px;}
    .block-left-right__flex .block-left-right__first {width: calc(47% - 20px);}
    .block-left-right__flex .block-left-right__second {width: calc(53% - 20px);}
}
@media (max-width:991px){
    .block-left-right__first .btn {margin-top: 24px;}
    .block-left-right__flex .block-left-right__second,
    .block-left-right__flex .block-left-right__first{width: 100%;}
}
@media (max-width:767px){
    .block-left-right__second img {height: 100%;aspect-ratio: 1.118;}
}
/* Ending block-left-right styles */
/* Initiating block-footer styles */
.block-footer__top-first > a {
    display: block;
    width: fit-content;
}
.block-footer__top-first > a img {
    max-width: 86px;
    width: 100%;
}
.block-footer{
    background-color: var(--bggray);
}
.gray-sec{
    color: var(--bggray200);
}
.ft-social {
    display: flex;
    gap: 25px;
    align-items: center;
}
.ft-social a{
    transition: all 0.2s;
}
.ft-social a:hover{
    transform: scale(1.1);
}
.block-footer__top-second ul{
    display: flex;
    flex-direction: column;
    gap: 25px;
    margin: 0;
    padding: 0;
    list-style: none;
}
.block-footer__top-second ul a{
    color: var(--bgwhite);
    transition: all 0.2s;
    font-size: 24px;
    text-decoration: none;
    font-weight: 500;
}
.block-footer__top-second ul a:hover{
    color: var(--bgorange);
}
.block-footer__top-third ul {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 15px;
}
.block-footer__top-third ul li a {
    display: flex;
    align-items: center;
    color: var(--bgwhite);
    transition: all 0.2s;
    text-decoration: none;
    gap: 15px;
}
.block-footer__top-third ul li a img{
    filter: brightness(0) saturate(100%) invert(53%) sepia(15%) saturate(4684%) hue-rotate(346deg) brightness(103%) contrast(101%);
}
.block-footer__top-third ul li a:hover{
    color: var(--bgorange);
}
.block-footer__top-third .btn {
    margin-top: 82px;
}
.block-footer__top-flex {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
}
.block-footer__top-first {
    width: 51%;
    padding-right: 20px;
}
.block-footer__top-second {
    width: 25%;
    padding-right: 20px;
}
.block-footer__top-third {
    width: 24%;
}
.block-footer__top-first p {
    max-width: 469px;
    margin-top: 20px;
    margin-bottom: 45px;
}
.block-footer__bottom {
    margin-top: 100px;
    padding-top: 60px;
    border-top: 1px solid rgb(255 255 255 / 10%);
    position: relative;
}
.block-footer__bottom-flex {
    display: flex;
    flex-wrap: wrap;
}
.block-footer__bottom-left {
    width: 55%;
    padding-right: 20px;
}
.block-footer__bottom-right {
    width: 45%;
    display: flex;
    gap: 32px;
    justify-content: flex-end;
}
.block-footer__bottom-right a{
    text-decoration: none;
    transition: all 0.2s;
}
.block-footer__bottom-right a:hover{
    color: var(--bgorange);
}
.ft-back-to-top {
    position: absolute;
    inset: -20px 0 0 0;
    width: 64px;
    height: 40px;
    transition: all 0.2s;
    background-color: var(--bgorange);
    border-radius: 80px;
    background-image: url("data:image/svg+xml,%3Csvg width='10' height='6' viewBox='0 0 10 6' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9 5L5 1L1 5' stroke='white' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
    background-repeat: no-repeat;
    background-position: center;
    cursor: pointer;
    background-size: 10px;
}
.ft-back-to-top:hover{
    background-color: var(--bggreen);
}
@media (max-width:1199px){
    .block-footer__bottom {margin-top: 60px;}
    .block-footer__bottom-right {width: 47%;gap: 20px;}
    .block-footer__bottom-left {width: 53%;}
}
@media (max-width:991px){
    .block-footer__top-second {width: 30%;}
    .block-footer__top-third {width: 70%;}
    .block-footer__top-first p {margin-bottom: 20px;max-width: 100%;}
    .block-footer__top-first {width: 100%;padding-right: 0;margin-bottom: 40px;}
    .block-footer__bottom-left,
    .block-footer__bottom-right{width: 100%;justify-content: center;}
    .block-footer__bottom-left p,
    .block-footer__bottom-right a,
    .block-footer__bottom-right p{text-align: center;}
    .block-footer__bottom-flex {gap: 20px;}
}
@media (max-width:767px){
    .block-footer__top-second {width: 40%;}
    .block-footer__top-third {width: 50%;}
}
@media (max-width:575px){
    .block-footer__top-first {margin-bottom: 0px;}
    .block-footer__top-second,
    .block-footer__top-third {width: 100%;}
    .block-footer__top-flex {gap: 40px;}
    .block-footer__top-third .btn {margin-top: 24px;}
    .block-footer__bottom-right {flex-direction: column;gap: 10px;}
}
/* Ending block-footer styles */
/* Initiating Innerpage Banner styles */
.block-inner-banner p{
    color: #b2beb7;
}
.block-inner-banner h1{
    color: var(--bgwhite);
}
.block-inner-banner {
    background-color: var(--bggreen);
    padding-top: 180px;
    padding-bottom: 100px;
}
.block-inner-banner__flex {
    display: flex;
    flex-wrap: wrap;
    align-items: end;
}
.block-inner-banner__left {
    width: 57%;
}
.block-inner-banner__right {
    width: 43%;
    padding-left: 35px;
    padding-right: 20px;
}
@media (max-width:1399px){
    .block-inner-banner {padding-top: 160px;padding-bottom: 80px;}
}
@media (max-width:991px){
    .block-inner-banner__right,
    .block-inner-banner__left {width: 100%;padding-left: 0;padding-right: 0;}
    .block-inner-banner__flex {align-items: unset;gap: 20px;}
}
@media (max-width:767px){
    .block-inner-banner {padding-top: 120px;padding-bottom: 40px;}
}
/* Ending Innerpage Banner styles */
/* Initiating block-involved-about styles */
@media (min-width:992px){
    .block-involved-about .block-involved-top {max-width: 698px;}
}
@media (min-width:1200px){
    .block-involved-about .block-involved-bottom {margin-top: 54px;}
}
/* Ending block-involved-about styles */
/* initiating block-involved-members styles */
.block-involved-members{
    background-color: #FDFAF5;
}
.block-involved-members .block-involved-single-top img {
    height: 128px;
    width: 128px;
    border-radius: 50%;
    background-color: #B7C4B6;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
}
.block-involved-members .block-involved-single-top h6 {
    font-size: 12px;
    letter-spacing: 0.12em;
    background-color: transparent;
    padding: 3px 12px;
    color: var(--bggreen);
    border: 1px solid #DFDDDA;
    border-radius: 50px;
    width: fit-content;
    margin: 12px auto;
    transition: all 0.2s;
    text-transform: uppercase;
    line-height: normal;
}
.block-involved-single:hover h6 {
    color: var(--bgwhite);
    background-color: var(--bgorange);
    border: 1px solid transparent;
}
.block-involved-single-top h5 {
    margin-bottom: 0;
}
/* ending block-involved-members styles */
/* Initiating block-involved-partners styles */
.block-involved__tags {
    display: flex;
    gap: 10px 20px;
    justify-content: center;
    margin-bottom: 36px;
}
.block-involved .block-involved__tags h6 {
    text-transform: none;
}
.block-involved .block-involved__tags h6.block-involved__tags-common {
    background-color: var(--bglightbackground) !important;
    color: var(--bgltgray) !important;
    border-color: transparent !important;
    height: fit-content !important;
}
.block-involved .block-involved__tags h6 {
    margin: 0 !important;
    font-weight: 500 !important;
    letter-spacing: 0 !important;
    background-color: transparent !important;
    color: var(--bggreen) !important;
        border: 1px solid #DFDDDA !important;
}
.block-involved .block-involved__tags h6.block-involved__tags-platinum {
    color: #B8B8B8 !important;
    border-color: #B8B8B8 !important;
}
.block-involved .block-involved__tags h6.block-involved__tags-gold {
    color: #B8860B !important;
    border-color: #B8860B !important;
}
.block-involved .block-involved__tags h6.block-involved__tags-silver {
    color: #8C8C8C !important;
    border-color: #8C8C8C !important;
}
.block-involved .block-involved__tags h6.block-involved__tags-bronze {
    color: #8B4513 !important;
    border-color: #8B4513 !important;
}
.block-involved__placeholder-top {
    background-color: var(--bglightbackground);
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    aspect-ratio: 1.5;
    overflow: hidden;
}
.block-involved .block-involved__placeholder-top .block-involved__placeholder {
    height: 100%;
    width: 100%;
    border-radius: unset;
    object-fit: cover;
}
@media (min-width:1200px){
    .three-grid .block-involved-grid{grid-template-columns: 1fr 1fr 1fr;}
}
@media (max-width:991px){
    .block-involved__tags {margin-bottom: 26px;}
}
@media (max-width:767px){
    .block-involved__tags {flex-direction: column;align-items: center;}
}
@media (max-width:575px){
    .block-involved__tags {flex-direction: unset;align-items: center;flex-wrap: wrap;}
}
/* ending block-involved-partners styles */
/* Initiating block-involved-blog styles */
.block-involved-blog .block-involved__tags {
    margin: 0;
    position: absolute;
    inset: 40px 0 0 32px;
    padding: 5px;
    border-radius: 9px;
    height: fit-content;
    width: fit-content;
    gap: 5px;
    flex-direction: row !important;
    align-items: unset !important;
    justify-content: flex-start !important;
}
.block-involved-blog .block-involved__tags h6.block-involved__tags-common {
    background-color: #f5ebdc !important;
    border: 1px solid var(--bggreen) !important;
}
.block-involved-blog .event-content-info .block-involved__tags {
    position: unset;
    margin: 15px 0 0 0;
    padding: 0;
}
.block-involved-blog .event-content-info .block-involved__tags h6.block-involved__tags-common:first-child{
    background-color: var(--bgorange) !important;
    color: var(--bgwhite) !important;
    border-color: var(--bgorange) !important;
}
.block-involved-blog .event-content-info .block-involved__tags h6.block-involved__tags-common {
    background-color: var(--bgwhite) !important;
    border: 1px solid #DFDDDA !important;
}
.block-involved-single{
    position: relative;
}
.block-involved-blog h5, .block-involved-blog p {
    text-align: left;
}
.block-involved-blog .block-involved-single .btn {
    margin-left: 0;
}
/* .block-involved-blog .block-involved-single-top p {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
} */
body .block-involved-blog__postdet img {
    background-color: transparent !important;
    border-radius: unset !important;
    width: 15px !important;
    height: auto !important;
    margin-left: 0 !important;
    filter: brightness(0) saturate(100%) invert(50%) sepia(83%) saturate(1604%) hue-rotate(345deg) brightness(102%) contrast(102%);
    margin-right: unset !important;
}
.block-involved-blog__postdet span {
    display: flex;
    /* flex-wrap: wrap; */
    gap: 10px;
    text-align: left;
}
.block-involved-blog__postdet {
    margin-top: 20px;
}
.block-involved-blog__categories ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    margin-bottom: 30px;
}
.block-involved-blog__categories ul a {
    text-decoration: none;
    color: var(--bggreen);
    padding: 5px 20px;
    transition: all 0.2s;
    background-color: var(--bglightbackground);
    border-radius: 50px;
    border: 1px solid var(--bggray200);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    line-height: normal;
}
.block-involved-blog__categories ul a:hover,
.block-involved-blog__categories ul li.active a{
    background-color: var(--bgorange);
    color: var(--bgwhite);
    border-color: transparent;
}
.cstm_upcoming_event .block-involved-single{
    padding: 0 0 24px;
}
.cstm_upcoming_event .block-involved-single .event-content-info{
    padding: 0 24px;
}
.cstm_upcoming_event .block-involved-single .block-involved-single-bottom{
    padding: 0 24px;
}
@media (max-width:991px){
    .block-involved-blog__postdet {margin-top: 10px;}
}
@media (max-width:767px){
    .block-involved-blog .block-involved-grid{grid-template-columns: 1fr !important;}
}
/* Ending block-involved-blog styles */
/* Initiating block-involved-gallery styles */
.block-involved-gallery .block-involved-single {
    padding: 0 !important;
}
.block-involved-gallery .block-involved-single > a {
    padding: 32px 24px;
    color: inherit;
    text-decoration: none;
    position: relative;
    display: flex;
    flex-direction: column;
}
.block-involved-gallery .block-involved-blog__postdet {
    margin-top: auto !important;
    padding-top: 20px !important;
}
.block-involved-gallery .block-involved-single {
    position: unset;
}
.block-involved-gallery__popup {
    position: fixed;
    inset: 50% 0 auto 0;
    transform: translateY(-50%);
    max-height: calc(100vh - 50px);
    width: calc(100% - 50px);
    background-color: var(--bglightbackground);
    overflow: hidden;
    border-radius: 20px;
    border: 1px solid var(--bggray200);
    max-width: 1000px;
    margin: 0 auto;
    padding: 40px;
    visibility: hidden;
    opacity: 0;
    z-index: 999999;
    transition: all 0.8s;
    overflow-y: auto;
}
.block-involved-gallery__popup.active{
    visibility: visible;
    opacity: 1;
    
}
body.popup-open,
html.popup-open-html,
html.side-cart-active,
body.side-cart-active{
    overflow: hidden !important;
}
body .side-cart{
    z-index: 999999;
}
body .side-cart-overlay{
    z-index: 999899;
}
.block-involved-gallery__popup-tag ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.block-involved-gallery__popup-tag li {
    margin: 0 !important;
    font-weight: 500 !important;
    letter-spacing: 0 !important;
    background-color: transparent !important;
    color: var(--bggreen) !important;
    border: 1px solid #DFDDDA !important;
    width: fit-content;
    border-radius: 50px;
    font-size: 14px;
    padding: 5px 20px;
}
.block-involved-gallery__popup-close {
    width: 20px;
    position: absolute;
    inset: 20px 20px 0px auto;
    filter: brightness(0) saturate(100%) invert(51%) sepia(44%) saturate(1487%) hue-rotate(345deg) brightness(100%) contrast(102%);
    cursor: pointer;
    height: 20px;
}
.block-involved-gallery__popup-close:hover{
      filter: brightness(0) saturate(100%) invert(0%) sepia(0%) saturate(0%) hue-rotate(0deg) brightness(0%) contrast(100%);

}
.block-involved-gallery__popup-body {
    text-align: left;
    margin-bottom: 30px;
    margin-top: 25px;
}
.block-involved-gallery__popup-body p {
    margin-top: 10px !important;
}
.block-involved-gallery__popup-body-det ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    max-width: 500px;
    gap: 20px;
}
.block-involved-gallery__popup-body-det ul li {
    font-size: 14px;
    display: flex;
    gap: 10px;
    align-items: center;
    width: calc(50% - 10px);
    line-height: normal;
}
.block-involved-gallery__popup-body-det ul li img {
    width: 100%;
    height: 100%;
    filter: brightness(0) saturate(100%) invert(51%) sepia(44%) saturate(1487%) hue-rotate(345deg) brightness(100%) contrast(102%);
}
.block-involved-gallery__popup-body-det ul li span {
    width: 20px;
    height: auto;
    display: flex;
}
.block-involved-gallery__popup-img img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    aspect-ratio: 2.0;
    border-radius: 20px;
}
.block-involved-gallery__popup-img {
    display: flex;
}
body::before {
    content: "";
    position: fixed;
    inset: 0;
    height: 200vh;
    width: 100%;
    background-color: #000000d1;
    z-index: 999999;
    transition: all 0.8s;
    opacity: 0;
    visibility: hidden;
}
body.popup-open::before {
    opacity: 1;
    visibility: visible;
}
@media (max-width:767px){
    .block-involved-gallery__popup {padding: 40px 25px;}
    .block-involved-gallery__popup-img img {border-radius: 12px;aspect-ratio: 1.2;}
}
@media (max-width:575px){
    .block-involved-gallery__popup-body-det ul li{width: 100%;}
}
/* ending block-involved-gallery styles */
/* Initiating block-involved-contact styles */
.block-involved-contact .block-involved-single a{
    padding: 32px 24px;
    width: 100%;
    color: inherit;
    text-decoration: none;
}
.block-involved-contact .block-involved-single{
    padding: 0;
}
.block-involved-contact .block-involved-single a h3 {
    margin-top: 19px;
}
/* Ending block-involved-contact styles */
/* Initiating block-cta-partner styles */
.block-cta-partner__inner {
    text-align: center;
    max-width: 1000px;
    margin: 0 auto;
    background-color: var(--bglightbackground);
    padding: 40px 40px 50px 40px; 
    border-radius: 40px;
}
.block-cta-partner__inner a {
    margin: 0 auto;
}
@media (max-width:991px){
    .block-cta-partner__inner {padding: 30px 20px 40px 20px;border-radius: 15px;}
    .block-cta-partner__inner p {margin-bottom: 25px;}
}
/* Ending block-cta-partner styles */
/* Initiating contact form styles */
.block-ct-form > .container {
    max-width: 800px;
}
.block-ct-form .block-ct-form__inner form {
    background-color: var(--bgwhite);
    border: 1px solid #E7E4E0 !important;
    border-radius: 15px !important;
    padding: 40px !important;
}
section.block-ct-form {
    background-color: #FDFAF5;
}
.block-ct-form p {
    margin-top: -12px !important;
}
.block-ct-form .block-ct-form__inner form input, 
.block-ct-form .block-ct-form__inner form textarea {
    border: 0 !important;
    border-radius: 10px !important;
    /* box-shadow: 0px 2px 0px rgb(255 117 32 / 21%) !important; */
    font-size: 16px !important;
    outline: unset !important;
    padding: 10px 20px !important;
    border: 1px solid #DFDDDA !important;
    height: 48px !important;
}
.block-ct-form .block-ct-form__inner form textarea {
    height: 100px !important;
    min-height: unset !important;
}
.block-ct-form .block-ct-form__inner form label{
    font-size: 16px !important;
    color: var(--bggreen) !important;
    margin-bottom: 10px !important;
}
.block-ct-form .block-ct-form__inner form .forminator-button-submit.btn.btn-arrow{
    padding-right: 48px;
    background-image: url("data:image/svg+xml,%3Csvg width='6' height='11' viewBox='0 0 6 11' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 9.3436L5 5.3436L1 1.3436' stroke='White' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
    background-repeat: no-repeat;
    background-size: 7px;
    background-position: right 28px center;
    box-shadow: unset !important;
    border: unset !important;
}
.desktop-none>a{
    padding: 7px 20px;
    font-size: 16px !important;
    padding-right: 48px;
    box-shadow: unset !important;
    border: unset !important;
    background-color: var(--bggreen);
    text-decoration: none;
    border-radius: 80px;
    display: block;
    font-weight: 700;
    color: var(--bgwhite) !important;
    transition: all 0.2s;
    display: none;
}
.desktop-none>a::before,
.desktop-none>a:hover::before{
    contain: "" !important;
    display: none !important;
}
.desktop-none>a::after {
    content: "";
    position: relative;
    background-image: url("data:image/svg+xml,%3Csvg width='6' height='11' viewBox='0 0 6 11' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 9.3436L5 5.3436L1 1.3436' stroke='White' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
    background-repeat: no-repeat;
    background-size: 7px;
    width: 6px;
    height: 11px;
    top: 5px;
    right: -10px;
}
.block-header__nav > ul .desktop-none>a:not(.btn):hover,
body .desktop-none>a:hover,
body .desktop-none>a:focus{
    background: var(--bgorange) !important;
    color: var(--bgwhite) !important;
}
.block-ct-form .block-ct-form__inner form .forminator-button-submit.btn {
    font-size: 18px;
    font-weight: 700;
    color: var(--bgwhite);
    transition: all 0.2s;
    padding: 11px 24px;
    background-color: var(--bgorange);
    text-decoration: none;
    border-radius: 80px;
    display: block;
    width: fit-content;
}
.block-ct-form .block-ct-form__inner form .forminator-button-submit.btn:hover {
    background-color: var(--bggreen);
}
.block-ct-form .block-ct-form__inner form .forminator-row-last {
    margin-bottom: 0 !important;
}
@media (max-width:991px){
    .block-ct-form .block-ct-form__inner form {padding: 25px 30px !important;}
}
/* Ending contact form styles */

/* New style added */
.single-event-header a.button                           { margin-bottom: 15px !important; background: var(--bggreen); color: var(--bgwhite); text-decoration: none; padding: 9px 18px; font-size: 16px; font-weight: 900; display: inline-flex; border-radius: 30px !important; }
.single-event-header a.button:hover,
.single-event-header a.button:focus                     { background: var(--bgorange); color: var(--bgwhite); }

.block-inner-banner.single-event-header h1              { font-size:46px; }
.block-inner-banner.single-event-header .pro-meta       { margin: 16px 0px 0px; font-size: 16px; display: flex; align-items: center; flex-flow: row wrap; gap: 10px; color: var(--bgwhite); }
.block-inner-banner.single-event-header .pro-meta span  { font-size: 16px; color: var(--bgwhite); display: flex; gap: 7px; align-items: center; }
.block-inner-banner.single-event-header .pro-meta svg   { width:16px; }
.block-inner-banner.single-event-header .event-date     { display: flex; gap: 6px; }
.single-event-content p                                 { margin-top: 12px; color: var(--bgltgray);	 }
.single-event-content .right_sidebar p                  { margin-bottom: 15px; }
.product-template-single-product-event .woocommerce .woocommerce-message a,
.single-event-content .button                           { background: var(--bggreen) !important; border-radius: 80px !important; font-size: 16px !important; color: var(--bgwhite) !important; font-family: var(--font-body) !important;}

.single-event-content .right_sidebar p a                { font-size: 16px; color: var(--bgltgray); text-decoration: none; }
.single-event-content .right_sidebar p a:hover          { color: var(--bgorange); }
.product-template-single-product-event .woocommerce .woocommerce-message a:hover,
.single-event-content .button:hover                     { background: var(--bgorange) !important; }
.block-inner-banner.single-event-header ul.block-involved__tags-common      { margin: 0; padding: 0; display: flex; flex-flow: row wrap; list-style-type: none; gap:6px; }
.block-inner-banner.single-event-header ul.block-involved__tags-common li   { color: var(--bggreen); padding: 6px 10px; display: flex; background: #f0f5f1; border-radius: 18px; font-size: 15px; line-height: 1; }
.single-event-content .right_sidebar h3                 { margin: 0px; }
.single-event-content .right_sidebar p                  { margin-bottom: 15px; display: flex; gap: 8px; font-size: 16px; color: var(--bgltgray); }
.single-event-content .right_sidebar p>strong           { color: var(--bggreen); }
.single-event-content form.cart                         { padding-top: 10px; display: flex; gap: 10px; }
.single-event-content .quantity .qty                    { width: 80px; text-align: center; height: 40px; border-radius: 30px; border: 1px solid #000; padding-right: 12px; }


.single-event-content .pro-img>div                      { border:1px solid #ddd;padding:60px;text-align:center;border-radius:12px; }
.single-event-content .inner-row                        { display: flex; }
.single-event-content .left_part                        { padding-right: 15px; width: 70%; }
.single-event-content .right_sidebar                    { padding-left: 15px; width: 30%; }
.single-event-content .right_side                       { border: 1px solid rgb(229, 231, 235); padding: 20px; background: #ffff; border-radius: 20px;

    position: sticky;
    top: 110px;
}
.donation_initiatives .card button,
.donation_section .select-level,
.share-event-wrap>a {
    margin-top: 20px;
    display: flex;
    text-decoration: none;
    background: var(--bggreen) !important;
    border-radius: 80px !important;
    font-size: 16px;
    line-height: 1;
    font-weight: 700;
    color: #fff;
    justify-content: center;
    align-items: center;
    gap: 15px;
    padding: 12px 10px;
}
.donation_initiatives .card button:hover,
.donation_section .select-level:hover,
.share-event-wrap>a:hover                               { background: var(--bgorange) !important;
background-repeat: no-repeat !important;
    background-size: 20px !important;
    background-position: left 72px center !important;
    /* background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='96px' height='96px' fill='%23ffffff'%3E%3Cpath d='M 18 2 C 16.35499 2 15 3.3549904 15 5 C 15 5.1909529 15.021791 5.3771224 15.056641 5.5585938 L 7.921875 9.7207031 C 7.3985399 9.2778539 6.7320771 9 6 9 C 4.3549904 9 3 10.35499 3 12 C 3 13.64501 4.3549904 15 6 15 C 6.7320771 15 7.3985399 14.722146 7.921875 14.279297 L 15.056641 18.439453 C 15.021555 18.621514 15 18.808386 15 19 C 15 20.64501 16.35499 22 18 22 C 19.64501 22 21 20.64501 21 19 C 21 17.35499 19.64501 16 18 16 C 17.26748 16 16.601593 16.279328 16.078125 16.722656 L 8.9433594 12.558594 C 8.9782095 12.377122 9 12.190953 9 12 C 9 11.809047 8.9782095 11.622878 8.9433594 11.441406 L 16.078125 7.2792969 C 16.60146 7.7221461 17.267923 8 18 8 C 19.64501 8 21 6.6450096 21 5 C 21 3.3549904 19.64501 2 18 2 z M 18 4 C 18.564129 4 19 4.4358706 19 5 C 19 5.5641294 18.564129 6 18 6 C 17.435871 6 17 5.5641294 17 5 C 17 4.4358706 17.435871 4 18 4 z M 6 11 C 6.5641294 11 7 11.435871 7 12 C 7 12.564129 6.5641294 13 6 13 C 5.4358706 13 5 12.564129 5 12 C 5 11.435871 5.4358706 11 6 11 z M 18 18 C 18.564129 18 19 18.435871 19 19 C 19 19.564129 18.564129 20 18 20 C 17.435871 20 17 19.564129 17 19 C 17 18.435871 17.435871 18 18 18 z'/%3E%3C/svg%3E") !important; */
}
.single-event-content .right_sidebar .right_side svg    { width: 20px;}
.single-event-content .right_sidebar .right_side .share-event-wrap svg {
    height: auto;
}
.single-event-content h2                                { margin-bottom: 0px;font-size: 24px;}
.single-event-content ul                                { padding-left: 25px;}
.single-event-content ul li                             { color: var(--bgltgray);}
.product-template-single-product-event .woocommerce                                     { padding-top: 20px; padding-left: 20px; padding-right: 20px; background: var(--bglightbackground); }
.product-template-single-product-event .woocommerce .woocommerce-message                { margin-bottom: 0px;max-width: 1208px;margin-left: auto;margin-right: auto; border-top-color: var(--bgorange); background: var(--bgwhite); color: var(--bggreen); border-radius: 20px; outline: none; box-shadow: none; display: flex; align-items: center; gap: 20px; }
.product-template-single-product-event .woocommerce .woocommerce-message::before        { color: var(--bggreen); }
section.block-inner-banner.single-event-header                                          { padding-top: 150px; padding-bottom: 86px; }
section.block-inner-banner.single-event-header .pro-categoryname                        { padding-top: 20px; }
.product-template-single-product-event .woocommerce .woocommerce-message a              { display: none; }
.woocommerce-checkout .woocommerce                                                      { padding-top: 20px; padding-bottom: 20px; padding-left: 20px; padding-right: 20px; background: var(--bglightbackground); }
.woocommerce-checkout .woocommerce .woocommerce-message                                 { margin-bottom: 0px;max-width: 1208px;margin-left: auto;margin-right: auto; border-top-color: var(--bgorange); background: var(--bgwhite); color: var(--bggreen); border-radius: 20px; outline: none; box-shadow: none; display: flex; align-items: center; gap: 20px; }
.woocommerce-checkout .woocommerce .woocommerce-message::before                         { color: var(--bggreen); }
.empty-pro-img                                                                          { aspect-ratio: 16 / 9; display: flex; flex-direction: column; align-items: center; justify-content: center; border: 1px solid rgb(229, 231, 235); padding: 20px; background: #ffff; border-radius: 20px; }
p.phone-cls                                                                             { padding-left: 68px; font-size: 16px; }
p.phone-cls a                                                                           { font-size: 16px; }

/* woocommerce style start */

@media screen and (max-width:1199px){
    .single-event-content .inner-row                        { flex-direction: column; }
    .single-event-content .left_part,
    .single-event-content .right_sidebar                    { width: 100%; padding-left: 0px; padding-right: 0px; }
    .single-event-content .right_sidebar                    { padding-top: 35px; }
}
@media screen and (max-width:767px){
    .block-inner-banner.single-event-header h1              { font-size:36px; }
}
@media screen and (max-width:575px){
    .block-inner-banner.single-event-header .pro-meta span  { align-items: self-start; }
}

/* Checkout page style start */
.woocommerce-page.woocommerce-checkout              { padding-top: 86px; }
.woocommerce-checkout .order-summary                { padding: 32px; background: #FFFFFF; border: 1px solid #E7E4E0; border-radius: 12px; }
.woocommerce-checkout span.item-quantity            { color: #909593; line-height: 1; }
.woocommerce-checkout .pay-button                   { padding: 12px 40px; background: var(--bgorange); border: 0px; width: 100%; border-radius: 30px; font-family: var(--font-body); font-size: 18px; font-weight: bold; color: #fff; cursor: pointer; }
.woocommerce-checkout .pay-button:hover             { background: var(--bggreen); }
.single-event-content .single-event-content p       { margin-top: 6px; color: var(--bgltgray); }

#add_payment_method #payment,
.woocommerce-cart #payment,
.woocommerce-checkout #payment                      { background: #FCF6ED; }

@media screen and (min-width:1400px){
    section.block-involved.py-xxl.single-event-content  { padding-top: 80px !important; padding-bottom: 48px !important; }
}

.block-banner__grass {
    position: absolute;
    bottom: 0px;
    left: 0;
    width: 100%;
    z-index: 1;
    pointer-events: none;
    /* height: 116px; */
}
.block-banner__grass img {
    display: block;
    width: auto;
    height: 100%;
    min-height: 130px;
    object-fit: cover;
}


@media (max-width: 1024px) {
  .block-banner__right img      { width: 100%; height: auto; }
}

.woocommerce-checkout section.block-involved.py-xxl     { padding-top: 0px !important; padding-bottom: 0px !important; background: var(--bgwhite); }
.woocommerce-checkout .block-inner-banner               { display: none; }
.checkout-header button.back-button                     { position: relative; height: 40px; width: 40px; border-radius: 50%; border: 1px solid #DFDDDA; background: #FCF6ED; background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12.5 5L7.5 10L12.5 15' stroke='%2301290F' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A"); background-repeat: no-repeat; background-position: center; cursor: pointer; }
.checkout-header button.back-button:hover,
.checkout-header button.back-button:focus               { background: var(--bggreen); background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12.5 5L7.5 10L12.5 15' stroke='%23fffF' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A"); background-repeat: no-repeat; background-position: center; cursor: pointer; border-color: var(--bggreen); }
.checkout-header                                        { padding: 42px 0px 42px 35px; display: flex; align-items: center; gap: 24px; }
.block-inner-banner-checkout                            { background: #FCF6ED; }
.checkout-header .checkout-title                        { position: relative; margin: 0px; font-size: 32px; font-weight: 500; }
.checkout-header button.back-button span.back-arrow     { font-size: 0px; }
.woocommerce-checkout .woocommerce                      { padding: 0px; max-width: 962px; margin-left: auto; margin-right: auto; background: var(--bgwhite); }
.checkout-right .order-totals .total-line               { margin-bottom: 24px; padding-bottom: 24px; display: flex; justify-content: space-between; font-size: 16px; border-bottom: 1px solid #E7E4E0; }
.checkout-right .order-totals .total-line.final-total   { margin-bottom: 32px; padding-bottom: 0px; font-weight: bold; border: 0px; }
.checkout-left                                          { padding-right: 99px; width: calc(100% - 370px); }
.checkout-right                                         { width: 370px; }
.checkout-left .form-row.place-order                    { display: none; }
.woocommerce-checkout .section-title                    { margin: 0px 0px 24px; font-size: 24px; font-weight: 500; }
.billing-fields input                                   { margin-bottom: 24px; border: 1px solid #DFDDDA; height: 48px; border-radius: 10px; padding: 10px 12px; color: #000; font-size: 16px; font-weight: 400; width: 100%; }
.billing-fields ::placeholder                           { color: #9E9E9E; }
.billing-fields input:focus                             { outline: none; }
.checkout-content label                                 { margin-bottom: 8px; font-size: 16px; color: #48524E; display: flex; }
.checkout-right .order-item .item-details span.item-type                { padding: 4px 13px; display: flex; border: 1px solid #DFDDDA; width: max-content; color: #01290F; font-size: 12px; line-height: 1.1; font-weight: bold; border-radius: 20px; }
.woocommerce-checkout-review-order .order-item                          { display: flex; align-items: center; justify-content: space-between; }
.woocommerce-checkout-review-order .order-item .item-details .item-name { margin-bottom: 8px; display: inline-flex; font-size: 16px; font-weight: 500; }
.woocommerce-checkout-review-order .order-totals                        { padding-top: 24px; }
.woocommerce-checkout-review-order span.woocommerce-Price-amount.amount { font-weight: bold; font-size: 16px; }
.checkout-content                                                       { padding: 40px 0px; display: flex; justify-content: space-between; }
.checkout-content #wc-stripe-express-checkout-button-separator,
.checkout-content div#wc-stripe-express-checkout-element                { display: none !important; }
.billing-fields .form-group:last-child input                            { margin-bottom: 40px; }
.woocommerce form.checkout_coupon, .woocommerce form.login, .woocommerce form.register { border: 1px solid #E7E4E0; border-radius: 12px; }
.woocommerce-checkout .woocommerce form .form-row .input-text,
.woocommerce-checkout .woocommerce form .form-row select                { border: 1px solid #DFDDDA; height: 48px; border-radius: 10px; padding: 10px 12px; color: #9E9E9E; font-size: 16px; font-weight: 400; width: 100%; outline: none; }
.woocommerce-checkout .woocommerce form .form-row .input-text:focus,
.woocommerce-checkout .woocommerce form .form-row select:focus          { outline: none; }
.woocommerce-checkout .woocommerce form .form-row button.button         { padding-right: 48px; background-image: url("data:image/svg+xml,%3Csvg width='6' height='11' viewBox='0 0 6 11' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 9.3436L5 5.3436L1 1.3436' stroke='White' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A"); background-repeat: no-repeat; background-size: 7px; background-position: right 28px center; background-color: var(--bgorange); border-radius: 30px; color: var(--bgwhite); font-size: 16px; height: 40px; }
.woocommerce-checkout .woocommerce form .form-row button.button:hover   { background-color: var(--bggreen); }
.woocommerce-info                                       { border-top-color: var(--bggreen); font-size: 16px; color: var(--bggreen); background: var(--bglightbackground); }
.woocommerce-info a                                     { color: var(--bgorange); }
.woocommerce-info a:hover,
.woocommerce-info a:focus                               { color: var(--bgltgray); }
.woocommerce-info::before                               { color: var(--bggreen); }
.woocommerce-checkout .woocommerce-form-coupon-toggle   { display: none; }
.checkout-content .payment_methods label                { display: inline-flex; }

@media screen and (max-width:991px){
    .checkout-content                                   { flex-direction: column; gap: 50px; }
    .woocommerce-checkout .order-summary                { width: 100%; }
    .checkout-left                                      { padding-right: 0px; width: 100%; }
    .checkout-right                                     { width: 100%; }
}

/* Event page style */
.block-involved-blog .block-involved-single-bottom                  { text-align: left; }
.block-involved-blog .block-involved-single-bottom a.button         { background-color: var(--bggreen); color: #fff; border-radius: 30px; font-size: 16px; font-weight: bold; height: 41px; display: inline-flex; align-items: center; padding: 9px 16px; text-decoration: none; }
.block-involved-blog .block-involved-single-bottom a.button:hover   { background-color: var(--bgorange); color: #fff; }
.block-involved-single-bottom a.added_to_cart           { padding: 10px 15px; margin-left: 10px; text-decoration: none; font-size: 16px; line-height: 1; font-weight: bold; border: 1px solid #a3ada2; background-color: transparent; color: var(--bggreen); border-radius: 20px; display: inline-flex;}
.block-involved-single-bottom a.added_to_cart:hover     { background-color: var(--bgorange);color: var(--bgwhite); border-color: var(--bgorange);}
.block-involved-blog .block-involved-single .btn        { margin-top: 15px; }

/* Single news style start */
.single-event-header .block-inner-banner__left                      { width: 100%; }
.single-post section.block-involved.py-xxl.single-event-content     { padding-top: 60px !important; padding-bottom: 60px !important; }
.single-post .back_btn                                  { padding-top: 10px; display: flex; justify-content: space-between; }
.single-post .pro-img-main                              { margin-bottom: 30px; }
.single-post img.img-news-inner                         { aspect-ratio: 16 / 9; object-fit: cover; border-radius: 20px; }
a.back-news-list__back-btn                              { padding: 11px 24px; border: 1px solid #a3ada2; background-color: transparent; color: var(--bggreen); text-decoration: none; border-radius: 80px; font-size: 18px; font-weight: 700; padding-left: 48px; background-image: url("data:image/svg+xml,%3Csvg width='6' height='10' viewBox='0 0 6 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.01971 1.00986L1.00014 4.99019L4.98047 9.00977' stroke='%2301290F' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A"); background-repeat: no-repeat; background-size: 7px; background-position: left 28px center; }
a.back-news-list__back-btn:hover,
a.back-news-list__back-btn:focus                        { border: 1px solid transparent; color: var(--bgwhite); background: var(--bggreen); background-image: url("data:image/svg+xml,%3Csvg width='6' height='10' viewBox='0 0 6 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.01971 1.00986L1.00014 4.99019L4.98047 9.00977' stroke='%23ffffff' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A"); background-repeat: no-repeat; background-size: 7px; background-position: left 28px center; }
.back_btn a.back-news-list__back-btn:last-child         { padding-left: 52px; background-image: url("data:image/svg+xml,%3Csvg width='24' height='25' viewBox='0 0 24 25' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12.0004 3.12549C17.3025 3.12549 21.6004 7.42245 21.6004 12.7255C21.6004 17.5159 18.0897 21.4874 13.5009 22.2084V15.4999H15.7377L16.163 12.7255L13.5009 12.7245V10.8794C13.5153 10.1364 13.8954 9.42501 15.0657 9.42501H16.2753V7.06149C16.2753 7.06149 15.177 6.87333 14.1268 6.87333C11.9678 6.87333 10.546 8.16165 10.5018 10.4964L10.4999 10.6087V12.7236H8.06343V15.498H10.5018V22.2064C5.91111 21.4874 2.40039 17.5159 2.40039 12.7255C2.40039 7.42341 6.69831 3.12549 12.0004 3.12549Z' fill='%2301290F'/%3E%3C/svg%3E%0A"); background-repeat: no-repeat; background-size: 25px; background-position: left 18px center; }
.back_btn a.back-news-list__back-btn:last-child:hover,
.back_btn a.back-news-list__back-btn:last-child:focus   { background-image: url("data:image/svg+xml,%3Csvg width='24' height='25' viewBox='0 0 24 25' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12.0004 3.12549C17.3025 3.12549 21.6004 7.42245 21.6004 12.7255C21.6004 17.5159 18.0897 21.4874 13.5009 22.2084V15.4999H15.7377L16.163 12.7255L13.5009 12.7245V10.8794C13.5153 10.1364 13.8954 9.42501 15.0657 9.42501H16.2753V7.06149C16.2753 7.06149 15.177 6.87333 14.1268 6.87333C11.9678 6.87333 10.546 8.16165 10.5018 10.4964L10.4999 10.6087V12.7236H8.06343V15.498H10.5018V22.2064C5.91111 21.4874 2.40039 17.5159 2.40039 12.7255C2.40039 7.42341 6.69831 3.12549 12.0004 3.12549Z' fill='%23ffffff'/%3E%3C/svg%3E%0A"); background-repeat: no-repeat; background-size: 25px; background-position: left 18px center; }
.single-post .single-event-content p                    { margin: 0px 0px 20px; }

@media screen and (max-width:767px){
    a.back-news-list__back-btn                          { font-size: 16px; }
}

@media screen and (max-width:575px){
    .single-post .back_btn                              { flex-direction: column;font-size: 15px;align-items: flex-start;gap: 15px; }
}

#add_payment_method #payment div.payment_box,
.woocommerce-cart #payment div.payment_box,
.woocommerce-checkout #payment div.payment_box          { background-color: var(--bgwhite); }
#add_payment_method #payment div.payment_box::before,
.woocommerce-cart #payment div.payment_box::before,
.woocommerce-checkout #payment div.payment_box::before  { border: 1em solid var(--bgwhite); border-right-color: transparent; border-left-color: transparent; border-top-color: transparent; }
.payment_box.payment_method_cheque p,
.payment_box.payment_method_cod p,
.wc_payment_method.payment_method_stripe p              { margin: 0px; }
body.product-template-single-product-event section.block-involved.py-xxl.single-event-content { padding-top: 80px !important; padding-bottom: 80px !important; }
.checkout-page-header .checkout-header                  { display: none; }
.woocommerce-checkout .woocommerce-notices-wrapper      { margin-top: 30px; }

@media screen and (max-width:1199px){
    .checkout-header                    { padding-left: 0px; }
}

/* Right cart sidebar style start */
.xoo-wsc-container,.xoo-wsc-slider {
    max-width: 436px;
    right: -436px;
}
span.xoo-wsch-close {
    right: 40px;
    border: 1px solid #DFDDDA;
    height: 40px;
    width: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}
span.xoo-wsch-close:hover{
    background: var(--bgorange);
}
.xoo-wsc-header {
    padding: 35px 0px;
    background-color: #FCF6ED;
}
.xoo-wsc-icon-cross:before {
    content: "\e909";
    color: var(--bggreen);
}
.xoo-wsc-icon-cross:hover:before{
    color: var(--bgwhite);
}
.xoo-wsc-sm-right span.woocommerce-Price-amount.amount {
    color: var(--bggreen) !important;
    font-weight: bold;
    font-size: 18px;
}
.xoo-wsc-pprice,
.xoo-wsc-products:not(.xoo-wsc-pattern-card), .xoo-wsc-products:not(.xoo-wsc-pattern-card) span.amount, .xoo-wsc-products:not(.xoo-wsc-pattern-card) a {
    font-size: 16px;
    color: var(--bggreen) !important;
}
.xoo-wsc-ft-buttons-cont a.xoo-wsc-ft-btn, .xoo-wsc-container .xoo-wsc-btn {
    background-color: var(--bgorange);
    border-radius: 30px;
    font-size: 16px;
    color: var(--bgwhite);
}
.xoo-wsc-ft-buttons-cont a.xoo-wsc-ft-btn:hover, .xoo-wsc-container .xoo-wsc-btn:hover{
    background: var(--bggreen);
    color: var(--bgwhite);
}
.woocommerce-shop .ajax_add_to_cart.loading {
    padding-right: 40px !important;
}
.woocommerce-shop .ajax_add_to_cart.loading::after{
    top: 10px !important;
}
.xoo-wsc-container .xoo-wsc-btn:hover .amount {
    color: var(--bgwhite);
}
.xoo-wsc-container .xoo-wsc-ft-amt-subtotal{
    font-weight: bold;
    color: var(--bggreen) !important;
}
.xoo-wsc-pname>a:hover,
.xoo-wsc-pname>a:focus{
    color: var(--bgorange) !important;
}
.xoo-wsc-cart-active .xoo-wsc-opac {
    opacity: 0.4;
}
a.xoo-wsc-ft-btn.xoo-wsc-btn.xoo-wsc-cart-close.xoo-wsc-ft-btn-continue, a.xoo-wsc-ft-btn.xoo-wsc-btn.xoo-wsc-ft-btn-cart {
    display: none;
}
.xoo-wsch-top {
    justify-content: start;
    padding-left: 20px;
}
.xoo-wsc-icon-basket1:before {
    color: var(--bggreen);
}
.xoo-wsc-items-count, .xoo-wsch-items-count {
    background-color: var(--bggreen);
}
.xoo-wsch-text {
    font-size: 32px;
    color: #01290F;
    font-weight: 500;
}
.woocommerce-NoticeGroup.woocommerce-NoticeGroup-checkout {
    margin-top: 30px;
}
/* .billing-section {
    width: 493px;
} */


/* my account page style */
.woocommerce-account .block-involved,
.woocommerce-cart .block-involved{
    padding-top: 60px !important;
    padding-bottom: 60px !important;
}
.woocommerce-account nav.woocommerce-MyAccount-navigation ul {
    margin: 0;
    padding: 0 0px 0px 20px;
}
.woocommerce-account h2{
    margin: 0px;
}
.woocommerce-MyAccount-navigation ul li{
    margin-bottom: 15px;
    list-style-type: none;
}
.woocommerce-MyAccount-navigation ul li:last-child a{
    margin-bottom: 0px;
}
.woocommerce-MyAccount-navigation ul li a{
    font-size: 16px;
    font-weight: 700;
    color: var(--bgwhite);
    transition: all 0.2s;
    padding: 7px 24px;
    background-color: var(--bgorange);
    text-decoration: none;
    border-radius: 20px;
    display: block;
}
.woocommerce-MyAccount-navigation ul li a:hover{
    background: var(--bggreen);
}
.woocommerce-MyAccount-content p {
    margin: 0px 0px 15px;
    color: var(--bgltgray);
}
.woocommerce-MyAccount-content h2{
    margin-top: 0px;
    font-size: 30px;
    line-height: 1.1;
}
.woocommerce-account address{
    color: var(--bgltgray);
}
.woocommerce-privacy-policy-text p a,
.lost_password a,
.woocommerce-table__product-name.product-name a,
.woocommerce-MyAccount-content p a,
.woocommerce-account .addresses .title .edit{
    color: var(--bgorange);
}
.woocommerce-privacy-policy-text p a:hover,
.woocommerce-privacy-policy-text p a:focus,
.lost_password a:hover,
.lost_password a:focus,
.woocommerce-account .addresses .title .edit:hover,
.woocommerce-account .addresses .title .edit:focus,
.woocommerce-MyAccount-content p a:hover,
.woocommerce-MyAccount-content p a:focus,
.woocommerce-table__product-name.product-name a:hover{
    color: var(--bggreen);
}
.woocommerce-account a.button.wc-forward,
.woocommerce table.my_account_orders .button,
a.woocommerce-button.woocommerce-button--next.woocommerce-Button.woocommerce-Button--next.button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button{
    background: var(--bggreen);
    color: var(--bgwhite);
    border-radius: 20px;
}
.woocommerce-account a.button.wc-forward:hover,
.woocommerce-account a.button.wc-forward:focus,
.woocommerce-account a.woocommerce-button.woocommerce-button--next.woocommerce-Button.woocommerce-Button--next.button:hover,
.woocommerce-account a.woocommerce-button.woocommerce-button--next.woocommerce-Button.woocommerce-Button--next.button:focus,
.woocommerce table.my_account_orders .button:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button:hover,
.woocommerce-button--next:hover{ background: var(--bgorange); color: var(--bgwhite); border-radius: 20px; }
.woocommerce table.shop_table { border: 1px solid var(--bggray); background: var(--bgwhite); }
.woocommerce table.shop_table th a{ color: var(--bgorange); }
.woocommerce table.shop_table th a:hover,
.woocommerce table.shop_table th a:focus{ color: var(--bggreen); }  
.woocommerce form .form-row .input-text,
.woocommerce form .form-row select{ border: 1px solid #DFDDDA; height: 48px; border-radius: 10px; padding: 10px 12px; color: #000; font-size: 16px; font-weight: 400; width: 100%; }
.woocommerce-MyAccount-content button.woocommerce-Button.button { margin-top: 15px; }
.woocommerce form .form-row .input-text:focus, .woocommerce form .form-row select:focus{ outline: none; }
.woocommerce form .form-row label, .woocommerce-page form .form-row label { font-size: 16px; color: #48524E; }
.woocommerce .woocommerce-form-login .woocommerce-form-login__rememberme { padding-top: 5px; }
.lost_reset_password button.woocommerce-Button.button { margin-top: 10px; }
p.woocommerce-LostPassword.lost_password { margin: 0px; }
.woocommerce form.register,
form.woocommerce-form.woocommerce-form-login.login { margin-top: 20px; margin-bottom: 0px; }
p.return-to-shop { margin-bottom: 0px; }
.woocommerce-account .woocommerce-info {
    background: var(--bgwhite);
    display: flex;
    gap: 20px;
    justify-content: space-between;
    align-items: center;
}
.woocommerce-account .woocommerce-info::before {
    color: var(--bggreen);
}
.woocommerce-account a.button.wc-forward{
    margin-left: auto;
    text-align: center;
}
.woocommerce-MyAccount-content fieldset{
    border-radius: 10px;
}
.woocommerce-account address {
    color: var(--bgltgray);
    margin-top: 10px;
    margin-bottom: 15px;
}
.woocommerce-MyAccount-content h2 {
    margin-bottom: 15px;
}
.woocommerce table.shop_table td{
    padding: 9px 12px;
}

.page-id-220 main section:nth-child(2) {
    padding-bottom: 0px !important;
}
.back-event-btn a.button {
    padding: 16px 28px;
}
@media screen and (max-width:1199px){
    .last-row {
        margin-top: 40px;
    }
}
@media screen and (max-width:1024px){
    .woocommerce-MyAccount-content h2 {
        font-size: 26px;
        margin-bottom: 15px;
    }
}

@media screen and (max-width:768px){
    .woocommerce-account .woocommerce-MyAccount-navigation{
        margin-bottom: 40px;
    }
    .woocommerce-account nav.woocommerce-MyAccount-navigation ul {
        padding: 0px 0px 0px;
    }
    .woocommerce-account .woocommerce-info {
        flex-direction: column;
        align-items: start;
    }
    .woocommerce-account a.button.wc-forward {
        margin-left: 0;
    }
    #customer_login .u-column2.col-2 {
        padding-top: 40px;
    }
}


/* Align spinner and text vertically centered */
.forminator-ui#forminator-module-1 .forminator-response-message,
.forminator-ui#forminator-module-1 .forminator-loading {
  display: flex;
  align-items: center;       
  justify-content: center;   
  gap: 8px;                  
  text-align: center;
  min-height: 50px;          
}
.forminator-response-message.forminator-loading p{
    margin-top: 2px !important;
}

/* Normal styling */
/* .block-ct-form .block-ct-form__inner form input,
.block-ct-form .block-ct-form__inner form textarea {
  box-shadow: rgba(255, 117, 32, 0.21) 0px 2px 0px !important;
} */

/* Safari only hack */
/* @supports (-webkit-touch-callout: none) {
  .block-ct-form .block-ct-form__inner form input,
  .block-ct-form .block-ct-form__inner form textarea {
    -webkit-appearance: none;
    box-shadow: rgba(255, 117, 32, 0.21) 0px 2px 0px !important;
  }
} */



span.p2.clr-ltgray.block-involved-blog__postdet-date {
    align-items: flex-start;
}
span.p2.clr-ltgray.block-involved-blog__postdet-date img {
    padding-top: 5px;
}
@media screen and (max-width:767px){
    span.p2.clr-ltgray.block-involved-blog__postdet-date {
        margin-bottom: 5px;
    }
}



body .success-icon-container{
    margin-bottom: 30px;
}
body .success-title {
    margin: 0 !important;
    font-size: 24px;
    font-weight: 600;
    color: #01290F;
    line-height: 1.3;
}
body .success-subtitle{
    margin: 16px 0px 32px !important;
}
body .action-buttons a.button{
    font-size: 18px;
    font-weight: 700;
    color: var(--bgwhite);
    transition: all 0.2s;
    padding: 15px 24px;
    text-decoration: none;
    border-radius: 80px !important;
    width: fit-content;
    display: inline-flex;
    justify-content: center;
    cursor: pointer;
    min-width: 160px;
}
body .action-buttons a.button.btn-done {
    background-color: var(--bgorange);
}
body .action-buttons a.button.btn-view-ticket{
    border: 1px solid #a3ada2;
    background-color: #fefaf4;
    color: var(--bggreen);
}
body .action-buttons a.button.btn-view-ticket:hover,
body .action-buttons a.button.btn-view-ticket:focus,
body .action-buttons a.button.btn-done:hover,
body .action-buttons a.button.btn-done:focus{
    background-color: var(--bggreen);
    color: var(--bgwhite);
    border-color: var(--bggreen);
}
body .custom-thankyou-container {
    box-shadow: 0 0px 0px rgba(0, 0, 0, 0.1);
}
.woocommerce ul.order_details li {
    font-size: 13px;
    line-height: 1.5;
    color: #000;
    margin-bottom: 20px;
    border-right: 1px dashed var(--bgorange);   
}
.woocommerce ul.order_details li strong{
    color: var(--bggreen);
}
.woocommerce-notice.woocommerce-notice--success.woocommerce-thankyou-order-received {
    margin-top: 0px;
    text-align: center;
    font-weight: 700;
}


/* section.block-involved.py-xxl.donation_section,
section.block-involved.py-xxl.impact_donation_section {
    padding-bottom: 0px !important;
} */

.impact_donation_section h3 {
    font-size: 34px;
    margin: 0px;
    color: var(--bgorange);
}
.impact_donation_section .block-involved-single-top p {
    margin-top: 5px;
    font-size: 18px;
}
.impact_donation_section .block-involved-single:hover{
    border-color: var(--bgorange);
}
.donation_section .select-level{
    width: 100%;
}
.donation_section .donation-card .badge {
    line-height: 1;
    font-weight: 500;
}
.donation_section .donation-levels-wrapper .donation-card {
    width: calc(33.33% - 15px);
    padding-bottom: 30px;
    display: flex;
    flex-direction: column;
}
.donation_section .donation-card ul{
    margin: 0px;
    padding: 0px;
    flex: 1;
}
.donation_section .donation-card ul li {
    position: relative;
    font-size: 16px;
    color: var(--bgltgray);
    padding-left: 40px;
}
.donation_section .donation-card ul li::before{
    content: "";
    position: absolute;
    left: 2px;
    top:50%;
    transform: translateY(-50%);
    height: 20px;
    width: 20px;
    background-color: #fff2e9;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%23ff7520' class='bi bi-check' viewBox='0 0 16 16'%3E%3Cpath d='M10.97 4.97a.75.75 0 0 1 1.07 1.05l-3.99 4.99a.75.75 0 0 1-1.08.02L4.324 8.384a.75.75 0 1 1 1.06-1.06l2.094 2.093 3.473-4.425z'/%3E%3C/svg%3E");
    border-radius: 50%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 17px;
}
.donation_section .donation-card  h3 {
    margin: 31px 0px 10px;
}
.donation_section .donation-card .amount {
    margin: 0px 0px 10px;
}
.donation_section .donation-card.popular .select-level{
    background: var(--bgorange) !important;
}
.donation_section .donation-card.popular .select-level:hover{
    background: var(--bggreen) !important;
}
.donation_initiatives  .block-involved-top {
    text-align: center;
}
.donation_initiatives .card {
    padding-bottom: 80px !important;
    position: relative;
    background: #fff;
}
.donation_initiatives .card button {
    width: calc(100% - 40px);
    position: absolute;
    bottom: 20px;
    left: 20px;
}
.donation_initiatives p,
.donation_initiatives .info {
    font-size: 16px;
    color: var(--bgltgray);
}
.donation_initiatives p{
    margin: 0px 0px 15px;
}
.donation_initiatives .info{
    display: flex;
}
.donation_initiatives .info strong {
    text-align: right;
    display: inline-flex;
    margin-left: auto;
    color: var(--bggreen) !important;
}
.page-id-457 .block-involved-top {
    text-align: center;
}
.conservation-mission .block-involved-grid {
    grid-template-columns: 1fr 1fr 1fr;
}
.donation_forms .donation-card.donation_custom_card {
    background: transparent;
    border: 0;
    width: 100%;
}
.donation_forms .donation-card.donation_custom_card h4 {
    font-weight: 400;
    font-size: 16px;
    color: var(--bgltgray);
}
.donation_forms .donation-card.donation_custom_card:hover{
    transform: none !important;
    box-shadow: none !important;
}
.donation_forms .donation-card.donation_custom_card button.select-level {
    border: 1px solid #a3ada2;
    background-color: transparent !important;
    color: var(--bggreen);
    padding: 15px 24px;
    width: auto;
    margin: 0 auto;
}
.donation_forms .donation-card.donation_custom_card button.select-level:hover{
    background: var(--bgorange) !important;
    color: var(--bgwhite) !important;
}
.donation_section .donation-levels-wrapper .donation-cards{
    justify-content: flex-start;
}
.donation_section .donation-levels-wrapper .select-level {
    width: calc(100% - 50px);
    position: absolute;
    left: 25px;
    bottom: 25px;
}
.donation_section .donation-levels-wrapper .donation-card .icon {
    height: 60px;
    width: 60px;
    display: flex;
}
.donation_section .donation-levels-wrapper .donation-card .icon img {
    width: 100%;
    object-fit: contain;
}
.conservation-mission .block-involved-single .btn {
    margin-top: 20px !important;
    border: 1px solid #a3ada2;
    background-color: transparent !important;
    color: var(--bggreen);
    padding: 10px 44px 10px 24px;
    width: auto;
    margin: 0 auto;
    border-radius: 50px;
    background-image: url("data:image/svg+xml,%3Csvg width='6' height='11' viewBox='0 0 6 11' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 9.3436L5 5.3436L1 1.3436' stroke='%2301290F' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
    background-repeat: no-repeat !important;
    background-size: 7px !important;
    background-position: right 28px center !important;
}
.conservation-mission .block-involved-single .btn:hover{
    background: var(--bggreen) !important;
    color: var(--bgwhite) !important;
    background-image: url("data:image/svg+xml,%3Csvg width='6' height='11' viewBox='0 0 6 11' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 9.3436L5 5.3436L1 1.3436' stroke='White' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A") !important;
    background-repeat: no-repeat !important;
    background-size: 7px !important;
    background-position: right 28px center !important;
}
.xoo-wsc-cart-active .xoo-wsc-basket {
    right: 0px;
    bottom: 220px;
}
.error404 .p_content {
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.conservation-mission img {
    position: relative;   
    width: 50px;
}
.conservation-mission .block-involved-single-top h3{
    margin-top: 10px !important;
}
.conservation-mission  .bg-icon {
    margin-bottom: 15px;
    background: #f9741533;
    height: 64px;
    width: 64px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
    border-radius: 50%;
}
.conservation-mission .bg-icon img{
    width: 30px;
}
.paid-event-label-wrap {
    display: flex;
}
.paid-event-label-wrap .paid-event-label {
    margin: 10px 0px 0px;
    background-color: var(--bggreen);
    color: #fff;
    border-radius: 30px;
    font-size: 13px;
    font-weight: bold;
    display: inline-flex;
    align-items: flex-start;
    padding: 3px 12px;
    text-decoration: none;
}
.view-ticket-wrap {
    padding: 24px 15px;
}
#donation-container.donation-form-container {
    padding-top: 50px;
}
#root-givewp-donation-form {
    padding: 0;
}
.block-involved--align-left .block-involved-top{
    text-align: left;
}
.donation_section .block-involved-top{
    text-align: left;
    display: flex;
    justify-content: space-between;
    grid-gap: 20px;
    align-items: flex-end;
}
.donation_section{
    background-color: #fdfaf5;
}
.block-involved-top__inner {
    max-width: 780px;
    flex: 1;
}
.block-involved-top-btn a{
    position: relative;
    height: 46px;
    border: 1px solid #dfddda;
    padding: 0 23px;
    display: flex;
    align-items: center;
    justify-self: unset;
    grid-gap: 9px;
    color: #01290f;
    text-decoration: none;
    border-radius: 50px;
    background-repeat: no-repeat;
    background-position: center;
    font-weight: 600;
    transition: all 0.3s;
    margin-bottom: 2px;
}
.block-involved-top-btn a span{
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%2301290f' class='bi bi-currency-dollar' viewBox='0 0 16 16'%3E%3Cpath d='M4 10.781c.148 1.667 1.513 2.85 3.591 3.003V15h1.043v-1.216c2.27-.179 3.678-1.438 3.678-3.3 0-1.59-.947-2.51-2.956-3.028l-.722-.187V3.467c1.122.11 1.879.714 2.07 1.616h1.47c-.166-1.6-1.54-2.748-3.54-2.875V1H7.591v1.233c-1.939.23-3.27 1.472-3.27 3.156 0 1.454.966 2.483 2.661 2.917l.61.162v4.031c-1.149-.17-1.94-.8-2.131-1.718zm3.391-3.836c-1.043-.263-1.6-.825-1.6-1.616 0-.944.704-1.641 1.8-1.828v3.495l-.2-.05zm1.591 1.872c1.287.323 1.852.859 1.852 1.769 0 1.097-.826 1.828-2.2 1.939V8.73z'/%3E%3C/svg%3E");
    width: 23px;
    height: 23px;
    border: 1px solid #01290f;
    border-radius: 50%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 15px;
    transition: all 0.3s;
}
.block-involved-top-btn a:hover{
    background-color: #ff7520;
    border-color: #ff7520;
    color: #fff;    
}
.block-involved-top-btn a:hover span{
    border-color: #fff;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='White' class='bi bi-currency-dollar' viewBox='0 0 16 16'%3E%3Cpath d='M4 10.781c.148 1.667 1.513 2.85 3.591 3.003V15h1.043v-1.216c2.27-.179 3.678-1.438 3.678-3.3 0-1.59-.947-2.51-2.956-3.028l-.722-.187V3.467c1.122.11 1.879.714 2.07 1.616h1.47c-.166-1.6-1.54-2.748-3.54-2.875V1H7.591v1.233c-1.939.23-3.27 1.472-3.27 3.156 0 1.454.966 2.483 2.661 2.917l.61.162v4.031c-1.149-.17-1.94-.8-2.131-1.718zm3.391-3.836c-1.043-.263-1.6-.825-1.6-1.616 0-.944.704-1.641 1.8-1.828v3.495l-.2-.05zm1.591 1.872c1.287.323 1.852.859 1.852 1.769 0 1.097-.826 1.828-2.2 1.939V8.73z'/%3E%3C/svg%3E");
}


a.button.add_to_cart_button {
    height: 46px;
    border: 1px solid #e1dfdc;
    border-radius: 50px;
    padding: 0 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    grid-gap: 13px;
    color: #01290f;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s;
}
a.button.add_to_cart_button svg{
    transition: all 0.3s;
}
a.button.add_to_cart_button:hover,
.donation-card:hover a.button.add_to_cart_button {
    background-color: #ff7520;
    border-color: #ff7520;
    color: #fff;
}
.donation-card:hover a.button.add_to_cart_button svg{
    fill: #ff7520;
}
div#donationModal {
    position: fixed;
    inset: 0;
    background-color: rgba(0,0,0,0.3);
    z-index: 999999;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
}
.donation-popup {
    max-width: 570px;
    width: 100%;
    background-color: #fff;
    border-radius: 10px;
    padding: 36px 32px 32px;
    display: flex;
    flex-direction: column;
    grid-gap: 32px;
}
.donation-popup h3 {
    margin: 0;
}
@media (min-width:1200px){
    .donation-popup h3 {font-size: 32px;}   
}
.donation-popup__form{
    display: flex;
    flex-direction: column;
    grid-gap: 4px;
}
.donation-popup__form label{
    font-size: 16px;
}
.donation-popup__form input{
    height: 46px;
    border: 1px solid #dfddda;
    padding: 0 15px 0 30px;
    border-radius: 5px;
    font-size: 16px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%2301290f' class='bi bi-currency-dollar' viewBox='0 0 16 16'%3E%3Cpath d='M4 10.781c.148 1.667 1.513 2.85 3.591 3.003V15h1.043v-1.216c2.27-.179 3.678-1.438 3.678-3.3 0-1.59-.947-2.51-2.956-3.028l-.722-.187V3.467c1.122.11 1.879.714 2.07 1.616h1.47c-.166-1.6-1.54-2.748-3.54-2.875V1H7.591v1.233c-1.939.23-3.27 1.472-3.27 3.156 0 1.454.966 2.483 2.661 2.917l.61.162v4.031c-1.149-.17-1.94-.8-2.131-1.718zm3.391-3.836c-1.043-.263-1.6-.825-1.6-1.616 0-.944.704-1.641 1.8-1.828v3.495l-.2-.05zm1.591 1.872c1.287.323 1.852.859 1.852 1.769 0 1.097-.826 1.828-2.2 1.939V8.73z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: 10px 50%;    
    background-size: 16px;
    font-family: var(--font-body);
    color: #01290f;
}
.donation-popup__buttons{
    display: flex;
    justify-content: flex-end;
    grid-gap: 10px;
}
.donation-popup__buttons button{
    height: 47px;
    border: 1px solid #e1dfdc;
    border-radius: 50px;
    padding: 0 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    grid-gap: 13px;
    color: #01290f;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s;
    font-size: 16px;
    cursor: pointer;
    background-color: transparent;
}
.donation-popup__buttons button#donationSubmit,
.donation-popup__buttons button:hover{
    background-color: #ff7520;
    border-color: #ff7520;
    color: #fff;
}
.donation-popup__buttons button#donationSubmit:hover{
    background-color: var(--bggreen);
    border-color: var(--bggreen);
}
.woocommerce-checkout-review-order .order-item.order-item--donate .item-price{
    display: inline-flex;
    align-items: center;
    grid-gap: 9px;
}
.woocommerce-checkout-review-order .order-item.order-item--donate .item-price > a {
    display: inline-flex;
}
.woocommerce-checkout-review-order .order-item.order-item--donate .item-price > a img {
    width: 18px;
}
.hide_order_meta{
    display: none !important;
}
.woocommerce-checkout .woocommerce-message{
    display: none !important;
}
.woocommerce-checkout .woocommerce-order .woocommerce-thankyou-order-received,
.woocommerce-checkout .woocommerce-order .order_details{
    display: none;
}
.donation-card a.added_to_cart.wc-forward {
    text-align: center;
    color: #01290f;
    margin-top: 10px;
    transition: all 0.3s;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #ff6600;
    border-radius: 50px;
    color: #fff;
    text-decoration: none;
    font-weight: 600;
}
.donation-card a.added_to_cart.wc-forward:hover{
    background-color: var(--bggreen);
}
html.hidden{
    overflow: hidden;
}
.woocommerce-checkout-review-order .order-totals.donate-total{
    border-top: 1px solid #ccc;
    margin-top: 26px;
}
ul.woocommerce-error {
    border-radius: 20px;
    background-color: #fcf6ed;
}
@media (max-width: 600px){
    .address-wrap{
        gap: 20px;
    }
    .other-donation-info{
        margin-top: 0 !important;
    }
    
}

@media (min-width: 1200px){
    .conservation-mission .block-involved-bottom,
    .impact_donation_section .block-involved-bottom,
    .donation_section .block-involved-bottom{
        margin-top: 54px !important;
    }
}

@media screen and (max-width:1199px){
    .donation_section .donation-levels-wrapper .donation-card {
        width: calc(50% - 15px);
    }
    .page-id-220 .block-involved-single-bottom a.added_to_cart {
        margin-left: 0px;
    }
    .page-id-220 .block-involved-single-bottom a {
        margin-top: 15px;
    }
}

@media screen and (max-width:991px){
    header.block-header.active::before {
        content: "";
        position: fixed;
        inset: 0;
        background: #000;
        opacity: 0.4;
        top: 82px;
    }
    .conservation-mission .block-involved-grid {
        grid-template-columns: 1fr 1fr;
    }
    .page-id-220 .block-involved-single-bottom a {
        margin-right: 20px;
    }
}

@media screen and (max-width:767px){
    .success-icon-container img.img-success-icon {
        width: 100px;
    }
    .donation_section .donation-levels-wrapper .donation-cards {
        justify-content: center;
    }
    .donation_section .donation-levels-wrapper .donation-card {
        width:100%;
    }
    .conservation-mission .block-involved-grid {
        grid-template-columns: 1fr ;
    }
    .donation_forms .donation-card.donation_custom_card {
        padding-bottom: 0px;
    }
    body .conservation-mission .block-involved-top p.clr-ltgray.mb-0 {
        margin-top: 0 !important;
    }
    #donation-container.donation-form-container {
        padding-top: 30px;
        margin-bottom: -20px;
    }
    .donation_section .block-involved-top{
        flex-direction: column;
        align-items: flex-start;
    }
    .other-donation-info{grid-template-columns: 1fr !important;}
    .address-wrap p{
        font-size: 14px !important;   
    }
}

/* .xoo-wsc-basket, */
.xoo-wsc-modal .xoo-wsc-img-col {
    display: none;
}
body.woocommerce-checkout,
body.product-template-single-product-event{
    overflow: unset !important;
}
.woocommerce-checkout .order-summary{
    position: sticky;
    top: 110px;
}
body.page-id-183 {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    height: 100vh;
}
body.page-id-183 main {
  flex: 1 0 auto;
  background: var(--bglightbackground);
}


body.privacy-policy .entry-content h3,
body.page-id-722 .entry-content h3{
    margin: 0 0 10px;
}
body.privacy-policy .entry-content h4,
body.page-id-722 .entry-content h4 {
    margin: 20px 0 10px;
}
body.privacy-policy .entry-content p,
body.page-id-722 .entry-content p{
    margin: 0 0 10px;
}
body.privacy-policy .entry-content ul,
body.page-id-722 .entry-content ul{
    margin: 0;
    padding-left: 20px;
}
body.privacy-policy .entry-content p a,
body.page-id-722 .entry-content p a{
    color: var(--bggreen);
    transition: all 0.3s;
}
body.privacy-policy .entry-content p a:hover,
body.page-id-722 .entry-content p a:hover{
    color: var(--bgorange);
}
.woocommerce-order-received .entry-content .woocommerce {
    background-color: transparent;
    max-width: 100%;
}
.back-home-btn{
    margin-bottom: 40px;
    padding-left: 35px;
}
.back-home-btn .btn-view-home {
    display: flex;
    align-items: center;
    grid-gap: 5px;
}
.back-home-btn .btn-view-home span.icon-back {
    display: inline-flex;
    margin-top: -1px;
}

.back-home-btn .btn-view-home span.icon-back svg path{
    transition: all 0.3s;
}
.back-home-btn .btn-view-home:hover span.icon-back svg path{
    stroke: #fff;
}

html body .action-buttons a.button.btn-share-event{
    border: 1px solid #a3ada2;
    background-color: #fefaf4;
    color: var(--bggreen);
    display: flex;
    align-items: center;
    grid-gap: 5px;
}
html body .action-buttons a.button.btn-share-event span.icon-share,
a.btn.btn-secondary.btn-share-event.btn-share-event span.icon-share {
    height: 18px;
    margin-top: -2px;
}
html body .action-buttons a.button.btn-share-event:hover{
    background-color: var(--bggreen);
    color: var(--bgwhite);
    border-color: var(--bggreen);
}
html body .action-buttons a.button.btn-share-event span.icon-share svg path,
a.btn.btn-secondary.btn-share-event.btn-share-event span.icon-share svg path{
    transition: all 0.3s;
}
html body .action-buttons a.button.btn-share-event:hover span.icon-share svg path,
a.btn.btn-secondary.btn-share-event.btn-share-event:hover span.icon-share svg path{
    stroke: #fff;
}
a.btn.btn-secondary.btn-share-event.btn-share-event {
    width: auto;
    min-width: 173px;
    display: flex;
    align-items: center;
    grid-gap: 5px;
}
.button-wrap .btn{
    align-items: center;
}
.order-receive-link {
    padding: 30px 0 0;
}
.order-receive-link a{
    height: 40px;
    width: 40px;
    border-radius: 50%;
    border: 1px solid #DFDDDA;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s;
    margin-left: 35px;
}
.order-receive-link a span.back-order-page {
    display: flex;
}
.order-receive-link a:hover{
    background-color: var(--bgorange);
    border-color: var(--bgorange);
}
.order-receive-link a svg path{
    transition: all 0.3s;
}
.order-receive-link a:hover svg path{
    stroke: #fff;
}
.addtocart_box {
    display: flex;
    flex-direction: column;
    grid-gap: 24px;
}
.addtocart_box .share-event-wrap {
    border-top: 1px solid #DFDDDA;
}
.addtocart_box .share-event-wrap > a{
    margin-top: 24px;
    background-color: transparent !important;
    border: 1px solid rgba(41,15,30,0.3);
    color: var(--bggreen);
    height: 48px;
    grid-gap: 10px;
}
.addtocart_box .share-event-wrap > a:before{
    content: "";
    background-image: url("data:image/svg+xml,%3Csvg width='21' height='20' viewBox='0 0 21 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10.5 1.66699V12.5003' stroke='%2301290F' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M13.8337 5.00033L10.5003 1.66699L7.16699 5.00033' stroke='%2301290F' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M3.83301 10V16.6667C3.83301 17.1087 4.0086 17.5326 4.32116 17.8452C4.63372 18.1577 5.05765 18.3333 5.49967 18.3333H15.4997C15.9417 18.3333 16.3656 18.1577 16.6782 17.8452C16.9907 17.5326 17.1663 17.1087 17.1663 16.6667V10' stroke='%2301290F' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
    width: 20px;
    height: 20px;
    display: inline-flex;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    margin-top: -1px;
}
.addtocart_box .share-event-wrap > a svg{
    display: none;
}
.addtocart_box .share-event-wrap > a:hover{
    background-color: var(--bggreen) !important;
    border-color: var(--bggreen);
    color: #fff;
}
.addtocart_box .share-event-wrap > a:hover::before{
    background-image: url("data:image/svg+xml,%3Csvg width='21' height='20' viewBox='0 0 21 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10.5 1.66699V12.5003' stroke='white' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M13.8337 5.00033L10.5003 1.66699L7.16699 5.00033' stroke='white' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M3.83301 10V16.6667C3.83301 17.1087 4.0086 17.5326 4.32116 17.8452C4.63372 18.1577 5.05765 18.3333 5.49967 18.3333H15.4997C15.9417 18.3333 16.3656 18.1577 16.6782 17.8452C16.9907 17.5326 17.1663 17.1087 17.1663 16.6667V10' stroke='white' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}
.addtocart_box form.cart {
    flex-direction: column;
}
.addtocart_box form.cart .single_add_to_cart_button.button{
    height: 48px;
    font-size: 18px;
    display: flex;
    grid-gap: 12px;
    align-items: center;
    justify-content: center;
}
.addtocart_box form.cart .single_add_to_cart_button.button:before{
    content: "";
    width: 20px;
    height: 20px;
    display: inline-flex;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    margin-top: -1px;
    background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_158_253)'%3E%3Cpath d='M6.66634 18.3337C7.12658 18.3337 7.49967 17.9606 7.49967 17.5003C7.49967 17.0401 7.12658 16.667 6.66634 16.667C6.2061 16.667 5.83301 17.0401 5.83301 17.5003C5.83301 17.9606 6.2061 18.3337 6.66634 18.3337Z' fill='white' stroke='white' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M15.8333 18.3337C16.2936 18.3337 16.6667 17.9606 16.6667 17.5003C16.6667 17.0401 16.2936 16.667 15.8333 16.667C15.3731 16.667 15 17.0401 15 17.5003C15 17.9606 15.3731 18.3337 15.8333 18.3337Z' fill='white' stroke='white' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M1.70801 1.70801H3.37467L5.59134 12.058C5.67266 12.4371 5.88357 12.7759 6.18777 13.0162C6.49197 13.2565 6.87043 13.3833 7.25801 13.3747H15.408C15.7873 13.3741 16.1551 13.2441 16.4505 13.0062C16.746 12.7683 16.9515 12.4368 17.033 12.0663L18.408 5.87467H4.26634' stroke='white' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_158_253'%3E%3Crect width='20' height='20' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
}
.addtocart_box form.cart .quantity-wrapper {
    width: 100%;
    max-width: 100%;
    justify-content: space-between;
    padding: 6px;
    border-color: #DFDDDA;
}
.addtocart_box form.cart .quantity-wrapper .qty-btn {
    width: 34px;
    height: 34px;
    border-radius: 50%;
    background-color: #FDFAF5;
    font-size: 22px;
    line-height: 1;
}
.addtocart_box form.cart .quantity-wrapper .qty-btn:hover{
    background: #ff7520;
    color: #fff;
}
.donateremove_btn button.remove-item {
    margin-left: 0;
}
@media (max-width:1199px){
    .back-home-btn{padding-left: 0px;margin-bottom: 20px;}   
    .order-receive-link a{margin-left: 0;}
}
@media (max-width:600px){
    .button-wrap{flex-wrap: wrap;}
    .button-wrap .btn{width: auto !important;}
}