:root {
    --primary-color: #4A4A4A;
    /* Dark Gray (Logo Color) */
    --secondary-color-forest-green: #1d7f48;
    /* Forest Green */
    --secondary-color-olive-green: #556B2F;
    /* Olive Green */

    /* Accent and Neutral Colors */
    --accent-color-beige: #F5F5DC;
    /* Beige (Soft Sand) */
    --accent-color-rust-yellow: rgb(255, 186, 0);
    /* Rust Orange */

    --accent-color-rust-yellow-dark: #a87b00;

    --neutral-color-light-gray: #D3D3D3;

    --neutral-color-light:#f7f7f7;
    /* Light Gray */
    --neutral-color-cream-white: #FFFDD0;
    /* Cream White */
}


.section-padding-top {
    padding: 60px 0;
}

.description-container {
    display: flex;
    flex-direction: column;
    background-color: var(--neutral-color-light);
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
    text-align: center;
    margin-bottom: 1.5rem;
    justify-content: space-around;
    align-items: center;
}


.description-container .title {
    font-family: "Futura PT";
    font-weight: 700;
    transition: all 0.2s;

}

.description-container .title h3 a {
    font-weight: 600;
    font-size: 20px;
    color: var(--primary-color);

}


.description-container .title h3 a:hover {
    color: var(--secondary-color-forest-green);
}

.description .add-to-cart {
    margin-top: 1.5rem;
}


.description-container .add-to-cart a {
    font-family: "Muli";
    font-size: 13px;
    font-size: calc-rem-value(15);
    font-weight: 600;
    color: #DE2045;
    padding: 12px 20px;
    border: 2px solid #DE2045;
    display: inline-block;
    border-radius: 50px;
}

.description-container .add-to-cart a:hover {
    font-family: "Muli";
    font-size: 13px;
    font-size: calc-rem-value(15);
    font-weight: 600;
    color: #ffffff;
    background-color: #DE2045;
    padding: 12px 20px;
    border: 2px solid #DE2045;
    display: inline-block;
    border-radius: 50px;
}



.wpo-election-donation-section-s2 .wpo-service-slider-s2 .owl-item.center .wpo-service-item {
    padding: 50px;
    box-shadow: 0px 0px 20px 0px rgba(20, 33, 43, 0.5);
}

.hero-style-1 {
    background: url(../images/NTHCoverImage.jpg) no-repeat;
    background-size: cover;
}


.election-donation-item.color-4 {
    background-color: var(--secondary-color-forest-green);
}


.wpo-site-header #navbar>ul>li>a:before {
    background-color: var(--secondary-color-forest-green)
}


.wpo-site-header #navbar>ul li a:hover,
.wpo-site-header #navbar>ul li a:focus {
    color: var(--secondary-color-forest-green);
}


.description-container .add-to-cart a {
    color: var(--accent-color-rust-yellow);
    border: 2px solid var(--accent-color-rust-yellow);
}

.description-container .add-to-cart a:hover {
    color: #ffffff;
    background-color: var(--accent-color-rust-yellow);
    ;
    padding: 12px 20px;
    border: 2px solid var(--accent-color-rust-yellow);
    display: inline-block;
    border-radius: 50px;
}

.m-1p{
    margin: 1px;
}


.wpo-shop-single-section .product-details .product-option .product-row>div:last-child .theme-btn:hover, .wpo-shop-single-section .product-details .product-option .product-row>div:last-child .view-cart-btn:hover {
    background: var(--accent-color-rust-yellow);
    color: #fff;
    border-color: var(--accent-color-rust-yellow);
}


.wpo-election-donation-section .election-donation-item .logo, .wpo-election-donation-section-s2 .election-donation-item .logo {
    width: 90px;
    height: 90px;
}


.wpo-election-donation-section .election-donation-item, .wpo-election-donation-section-s2 .election-donation-item {
    padding: 35px 25px;
}

.section-padding-top .mission-and-vision {
    padding: 35px 50px;
}

.wpo-election-donation-section .election-donation-item .text, .wpo-election-donation-section-s2 .election-donation-item .text {
    margin-top: 30px;
}


.wpo-shop-single-section .product-details .product-option .product-row > div:last-child .order-now{
    color: var(--accent-color-rust-yellow);
    background: #ffffff;
    border: 1px solid var(--accent-color-rust-yellow);
}
.wpo-shop-single-section .product-details .product-option .add-cart{
    color: var(--accent-color-rust-yellow);
    background: #ffffff;
    border: 1px solid var(--accent-color-rust-yellow);
}



.wpo-checkout-area .s2.coupon-2 .coupon-3 label,.wpo-checkout-area .coupon label {
    border-left: 4px solid var(--accent-color-rust-yellow);
}


.proceed-checkout-btn ,.continue-shopping-btn, .update-cart-btn {
    background: white;
    border: 1px solid var(--accent-color-rust-yellow);
    color: var(--accent-color-rust-yellow);
}

.proceed-checkout-btn:after, .continue-shopping-btn:after,.update-cart-btn:after {
    background: var(--accent-color-rust-yellow);
    
}

.update-cart-btn:focus {
    color: var(--accent-color-rust-yellow);
}

.update-cart-btn:hover {
    color: white;
}

.save-btn:after{
    background: var(--accent-color-rust-yellow);
    color: white;
}

.save-btn, .get-in-touch-submit-btn{
    background: white;
    color: var(--accent-color-rust-yellow);
    border: 1px solid var(--accent-color-rust-yellow);
}


.wpo-site-header .header-right .search-widget form div {
    position: relative;
}


.wpo-site-header .header-right .search-widget input {
    background-color: rgba(29, 127, 72, 0.15);
    height: 50px;
    font-size: 16px;
    font-size: calc-rem-value(16);
    padding: 6px 65px 6px 20px;
    border: 0;
    border-radius: 5px;
    box-shadow: none;
    transition: all 0.3s;
}


.wpo-site-header .header-right .search-widget form button {
    background: transparent;
    font-size: 20px;
    font-size: calc-rem-value(20);
    color: #fff;
    background-color: var(--secondary-color-forest-green);
    border: 0;
    outline: 0;
    position: absolute;
    right: 10px;
    top: 50%;
    height: 40px;
    line-height: 50px;
    width: 40px;
    border-radius: 6px;
    transform: translateY(-50%);
}

.wpo-site-header .header-right .search-widget form button i {
    color: #fff;
    font-size: 24px;
    /* font-size: calc-rem-value(20); */
}


.heading-title {
    display: inline-block;
    position: relative;
}


.topbar .heading-title .company-name {
    
    color: var(--primary-color); /* Change the color of the company name */
    margin: 0; /* Remove default margin */
    font-weight: 700;
    font-size: 1.25rem;
    word-spacing: 3px;
    text-transform: uppercase;
    text-shadow: 0px 5.09091px 7.63636px rgba(26, 25, 25, 0.25);
    white-space: nowrap;
    display: inline-block;
    position: relative;
  
}
.topbar .navbar-header .navbar-brand img {
    max-width: 105px;
}

.topbar .container .header-right{
    display: flex;
    float: right;
    align-items: center;
}


.topbar .container .header-right .social-media-icons ul {
    display: flex;
    list-style-type: none;
    margin-block-start: 0em;
    margin-block-end: 0em;
    padding-inline-start: 0px;
}

.topbar .container .header-right .social-media-icons ul li {
    font-weight: 500;
    font-size: 28px;
    padding:0px;
    width: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.topbar .container .header-right .social-media-icons ul i{
    color: var(--secondary-color-forest-green);
}

.topbar .container .header-right .slash {
    font-size: 25px;
    font-weight: 200;
    color: var(--neutral-color-light);
    padding: 5px;
}


.mobile-search-div{
    display:flex;
    justify-content: center;
    padding: 15px 30px;
}

.mobile-search-div input{
    width: 100%;
    height: 50px;
    border: 1px solid var(--accent-color-rust-yellow-dark);
    border-radius: 5px 0 0 5px;
    padding: 0 10px;
}
.mobile-search-div .form-control:focus {
    border-color: var(--accent-color-rust-yellow-dark);
    box-shadow: 0 0 0 .25rem rgba(202, 97, 11, .25);
}

.mobile-search-div button{
    background-color: var(--accent-color-rust-yellow-dark);
    color: white;
    border: 1px solid var(--accent-color-rust-yellow-dark);
    border-radius: 0px 5px 5px 0px;
    padding: 0 10px;
}

.mobile-top-icon{
    display:flex;
}




.cart-icon {
    display: none;
}



.header-right ul li span{
    padding-left: 9px;
    padding-right: 9px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
    font-size: 10px;
    background: #ff0000;
    color: #fff;
    padding: 2px 5px;
    vertical-align: text-top;
    margin-left: -18px; 
    animation: glow 0.5s infinite alternate;

}
.mobile-top-icon .cart-icon span{
    padding-left: 9px;
    padding-right: 9px;
    -webkit-border-radius: 12px;
    position: relative;
    top: -53px;
    -moz-border-radius: 12px;
    border-radius: 12px;
    font-size: 9px;
    background: #ff0000;
    color: #fff;
    padding: 2px 5px;
    vertical-align: text-top;
    margin-left: 15px;
    animation: glow 0.5s infinite alternate;
}

@media(max-width: 991px){
    .wpo-site-header #navbar>ul li a:hover, .wpo-site-header #navbar>ul li a:focus {
        color: var(--accent-color-rust-yellow);
    }
}


 
@media (max-width: 991px) {
    .topbar .container .header-right{
        display: none;
    }

    .wpo-site-header .header-right {
        display: none;
    }
    .topbar .sm-d-none{
        display: none;
    }
}

 
@media (max-width: 991px) {
    .wpo-site-header .mobile-top-icon .cart-icon {
        display: block;
        z-index: 99;
        background: none;
        text-align: center;
        color: #fff;
        border: 0;
        text-align: center;
        margin-left: auto;
        margin-top: 30px;
        margin-right: 30px;
        margin-bottom: 30px;
        width: 40px;
        height: 40px;
        line-height: 40px;
        border: 1px solid #fff;
        font-size: 24px;
    }
}



@media (max-width: 991px) {
    .topbar .mobail-menu button {
        background-color: var(--secondary-color-forest-green);
        width: 34px;
        height: 28px;
        border: 0;
        padding: 4px 10px;
        outline: 0;
        position: relative;
        z-index: 20;
    }
}



@media (max-width: 991px) {
    .topbar .mobail-menu button:focus {
        outline: none;
        box-shadow: none;
    }
}


@media (max-width: 991px) {
    .topbar .mobail-menu button span {
        background-color: #fff;
        width: 15px;
        display: block;
        height: 2px;
        margin-bottom: 4px;
    }
}



@media (max-width: 991px) {
    .topbar .x-close .first-angle {
        position: absolute;
        -webkit-transform: rotate(-44deg);
        top: 16px;
        left: 10px;

    }
}

@media (max-width: 991px) {
    .topbar .x-close .middle-angle {
        opacity: 0;
    }
}

@media (max-width: 991px) {
    .topbar .mobail-menu button span:last-child {
        margin: 0;
    }
}
@media (max-width: 991px) {
    .topbar .navbar-toggler .first-angle, .topbar .navbar-toggler .last-angle {
        transition: all 0.3s;
    }
}

@media (max-width: 991px) {
    .topbar .x-close .last-angle {
        -webkit-transform: rotate(44deg);
        position: absolute;
        top: 16px;
        right: 10px;
    }
}

@media (max-width: 991px) {
    .topbar .navbar-toggler .first-angle, .topbar .navbar-toggler .last-angle {
        transition: all 0.3s;
    }
    .wpo-site-header #navbar>ul li a:focus {
        color: var(--accent-color-rust-yellow);
    }
}


/* Define the keyframe animation for the smaller and wider glow effect */
@keyframes glow {
    0% {
        box-shadow: 0 0 2px #ff7300, 0 0 4px #ff7300, 0 0 6px #ff7300, 0 0 6px rgba(255, 0, 0, 0.5);
    }
    110% {
        box-shadow: 0 0 4px #ff7300, 0 0 8px #ff7300, 0 0 12px #ff7300, 0 0 15px rgba(255, 0, 0, 0.5);
    }
}


/* .wpo-election-donation-section .mission-and-vision {
    background-color: rgb(233, 236, 236);
} */

.mission-and-vision {
    border: 1px;
    border-radius: 15px;
    background: #f7f7f7 !important;
}

.mission-and-vision .logo {
    background: var(--accent-color-rust-yellow);
}

.wpo-election-donation-section .mission-and-vision .text h2{
    color: #000000;
}

.wpo-election-donation-section .mission-and-vision .text p{
    color: #000000;
}


.team-bod {
    padding-bottom: 0px;
}

.wpo-election-donation-section .box-shadow {
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1), 0 4px 8px rgba(0, 0, 0, 0.05);
    padding: 20px;
    background-color: #fff;
    border-radius: 10px;
    transition: box-shadow 0.3s ease-in-out;
}

.wpo-election-donation-section .box-shadow:hover {
    box-shadow: 0 12px 24px rgba(0, 0, 0, 0.2), 0 8px 16px rgba(0, 0, 0, 0.1);
}

.inline-header {
    display: inline-block;
}

.designation {
    font-size: 14px;
    color: #000000;
}



.theme-btn:after, .view-cart-btn:after {
    background-color: var(--accent-color-rust-yellow) !important;
    border-radius: 0px;
}


.error-message .theme-btn {
    color: var(--accent-color-rust-yellow);
    background: #ffffff;
    border: 1px solid var(--accent-color-rust-yellow);
}

.error-message a:hover {
    color: #fff !important;
}
.error-message .theme-btn::after{
    background:  var(--accent-color-rust-yellow) !important;
    border-color: var(--accent-color-rust-yellow) !important;
}


.product-description-table tbody,
.product-description-table td,
.product-description-table tfoot,
.product-description-table th,
.product-description-table thead,
.product-description-table tr {
    border-width:1px;
}

.slider-nav img {
    height: 120px;
    object-fit: cover;
    padding: 10px;
}

.wpo-election-mission-section .election-mission-wrap .election-mission-content img {
    width: 100%;
    height: 260px;
    object-fit: cover;
}

.wpo-shop-section .grid img {
    width: 100%;
    height: 270px;
    object-fit: cover;
}

.title.product-name h3 {
    height: 58px;
}

.description-container.details {
    height: 200px;
}

.img-holder .details {
    height: 200px;
}

.img-holder .details.h3 {
    height: 48px;
}

.grid .details h3 {
    height: 50px;
}

.oops-no-product-found {
    height: 900px;
}

.theme-btn.add-cart{
    font-weight:800 !important;
    font-size:14px !important;
    font-family: "Muli";
}

.theme-btn.order-now{
    font-weight:800 !important;
    font-size: 14px !important;
    font-family: "Muli";
}

/* .wpo-service-text p {
    height: 430px;
} */

/* .wpo-service-item .wpo-service-text h2 {
    height: 50px;
} */

.company-identity {
    color: var(--accent-color-rust-yellow);
    font-weight: 700;
    position: absolute;
    right: 0;
    bottom: -1.1rem; 
    font-style: italic;
    white-space: nowrap;
}

  
@media(max-width:576px){
    .topbar .navbar-header .navbar-brand img {
        max-width: 84px;
    }
    .topbar .heading-title .company-name {
        font-size:1.0rem ;
    }
    .company-identity {
        font-size: 0.75rem;
        bottom: -0.85rem;
    }
    
}
@media(max-width:320px){
    .topbar .heading-title .company-name {
        font-size:0.9rem ;
    }
    .company-identity {
        font-size: 0.70rem;
        bottom: -0.85rem;
    }
}

.wpo-section-title svg {
    max-width: 100%;
    height: auto;
    display: block;
}


#header .topbar.original {
    background-color: #14522f;
}

.topbar .heading-title .company-name {
    color: #ffffff;
}

.topbar .container .header-right .social-media-icons ul i {
    color: #ffffff;
}

.product-description-table .rte-table img {
    max-width: 100%;  /* or max-width: 100%; */
    height: auto; /* Maintain aspect ratio */
    object-fit: cover; /* Options: cover, contain, fill, none, scale-down */
}

.product-description-table .rte-table * {
    max-width:100%;
}

.topbar {
    background: #14522f;
}


.justify-text {
    text-align: justify;
}
