.green ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.green ul li {
    width: 50%;
}
#contact-form4 .form-group p {
    display: flex;
    gap: 10px;
    align-items: center;
}
input#send2 {
    border: 0px !important;
    background-color: #196033 !important;
    width: fit-content !important;
    color: #fff !important;
}
.form-group input {
    width: 100% !important;
}
form.wpcf7-form.init br {
    display: none;
}
span.wpcf7-not-valid-tip {
display: none;
}
.wpcf7-not-valid,input.is-invalid {
border: 2px solid #c62523 !important;
}

.wpcf7-response-output {
font-size: 12px;
margin: 0px !important;
    color: #fff !important;
    background-color: #f24224;
}
.wpcf7-form p {margin:0px;}
.about-content li:before {
    font-family: "Font Awesome 5 Pro";
    content: "";
    margin-right: 15px;
    color: rgb(25, 96, 51);
    text-align: center;
}
.dual_list {
    column-count: 2;
    column-gap: 40px;
    padding-left: 20px;
}
.four_list {
    column-count: 4;
    column-gap: 40px;
    padding-left: 20px;
}
.dual_list li {
    break-inside: avoid;
    margin-bottom: 10px;
}
.dark{background-color:#f6f6f6;}
a.btn.text-center.ss-btn.fadeInDown.animated {
    margin: 0 auto;
    display: block;
    width: fit-content;
}
.wpcf7-list-item label {
    display: flex;
    line-height: 1.5;
}
.wpcf7-list-item input[type="checkbox"] {
    margin-top: 3px;
    height: 16px;
    cursor: pointer;
}
.wpcf7-list-item-label {
    font-size: 14px;
    color: #333;
}
.checkboxfields input {
    width: 4% !important;
}

.checkboxfields {
    margin: 20px 50px 20px 0px;
}
.form-group {
    margin-bottom: 10px;
}
section.pt-80.pb-80.p-relative.fix.coresec.full-sec a {
    color: #ffc053;
}
.pagination-wrapper .page-numbers {
    display: inline-block;
    margin: 0 5px;
    padding: 8px 14px;
    border: 1px solid #ddd;
    text-decoration: none;
}

.pagination-wrapper .page-numbers.current {
    background: #000;
    color: #fff;
    border-color: #000;
}
.abtbox.text-center .icon.mb-20 {
    height: 200px;
    overflow: hidden;
}

.abtbox.text-center .icon.mb-20 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
/* ================================
   SHOP PAGE LAYOUT
================================ */

/* Main container */
.site-main {
    margin: auto;
    padding: 30px 15px 60px;
}

/* Breadcrumb */
.woocommerce-breadcrumb {
    font-size: 14px;
    color: #666;
    margin-bottom: 12px;
}

.woocommerce-breadcrumb a {
    color: #196034;
    text-decoration: none;
}

/* Shop title */
.woocommerce-products-header__title {
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 20px;
    color: #1c1c1c;
}

/* Result count & sorting */
.woocommerce-result-count,
.woocommerce-ordering {
    margin-bottom: 25px;
    font-size: 14px;
    color: #555;
}

.woocommerce-ordering select {
    padding: 8px 12px;
    border-radius: 6px;
    border: 1px solid #ddd;
    font-size: 14px;
}

/* ================================
   PRODUCT GRID
================================ */

ul.products {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
    gap: 30px;
}

/* Product Card */
ul.products li.product {
    background: #fff;
    border-radius: 12px;
    padding: 18px 18px 22px;
    border: 1px solid #eaeaea;
    text-align: center;
    transition: box-shadow 0.3s ease;
}

/* Hover (calm) */
ul.products li.product:hover {
    box-shadow: 0 10px 28px rgba(0,0,0,0.12);
}

/* Product Image */
ul.products li.product img {
    border-radius: 10px;
    margin-bottom: 14px;
}

/* Product Title */
.woocommerce-loop-product__title {
    font-size: 17px;
    font-weight: 600;
    color: #222;
    margin-bottom: 8px;
}

/* Price */
ul.products li.product .price {
    display: block;
    font-size: 20px;
    font-weight: 700;
    color: #196034;
    margin-bottom: 16px;
}

/* Add to Cart Button */
ul.products li.product .button {
    display: block;
    width: 100%;
    background-color: #196034;
    color: #fff !important;
    padding: 12px 0;
    border-radius: 8px;
    font-size: 15px;
    font-weight: 600;
    transition: background 0.25s ease, box-shadow 0.25s ease;
}

/* Button Hover */
ul.products li.product .button:hover {
    background-color: #1f7a45;
    box-shadow: 0 8px 20px rgba(25,96,52,0.35);
}

/* Remove underline */
.woocommerce ul.products li.product a {
    text-decoration: none;
}

/* ================================
   MOBILE OPTIMIZATION
================================ */

@media (max-width: 768px) {
    .woocommerce-products-header__title {
        font-size: 26px;
    }

    ul.products {
        gap: 20px;
    }
}
/* ===============================
   PREMIUM SINGLE PRODUCT DESIGN
   (No font-family changes)
   Accent Color: #196034
   =============================== */

/* Main wrapper */
.single-product .site-main {
    max-width: 1200px;
    margin: 0 auto;
    padding: 50px 20px;
}

/* Breadcrumb */
.woocommerce-breadcrumb {
    font-size: 14px;
    color: #777;
    margin-bottom: 35px;
}

.woocommerce-breadcrumb a {
    color: #555;
    text-decoration: none;
    transition: color 0.3s ease;
}

.woocommerce-breadcrumb a:hover {
    color: #196034;
}

/* Product layout */
.single-product div.product {
    display: grid;
    grid-template-columns: 1.1fr 0.9fr;
    gap: 70px;
    align-items: start;
}

/* Product gallery card */
.woocommerce-product-gallery {
    background: linear-gradient(180deg, #f8faf9, #ffffff);
    border-radius: 20px;
    padding: 30px;
    box-shadow: 0 25px 60px rgba(0,0,0,0.06);
}

.woocommerce-product-gallery img {
    border-radius: 16px;
}

/* Product summary */
.summary.entry-summary {
    padding: 35px;
}

/* Title */
.product_title {
    font-size: 36px;
    font-weight: 700;
    color: #111;
    margin-bottom: 12px;
}

/* Price */
.product .price {
    font-size: 30px;
    font-weight: 700;
    color: #196034;
    margin-bottom: 22px;
}

/* Short description */
.woocommerce-product-details__short-description {
    font-size: 16px;
    line-height: 1.8;
    color: #555;
    margin-bottom: 32px;
}

/* Cart form */
form.cart {
    display: flex;
    align-items: center;
    gap: 18px;
    margin-bottom: 30px;
}

/* Quantity */
.quantity input.qty {
    width: 90px;
    height: 52px;
    border-radius: 14px;
    border: 1px solid #ddd;
    font-size: 16px;
    font-weight: 600;
    transition: all 0.3s ease;
}

.quantity input.qty:focus {
    border-color: #196034;
    box-shadow: 0 0 0 3px rgba(25, 96, 52, 0.15);
    outline: none;
}

/* Add to cart button */
.single_add_to_cart_button {
    background: linear-gradient(135deg, #196034, #1f7a44);
    color: #fff;
    border-radius: 999px;
    padding: 16px 44px;
    font-size: 16px;
    font-weight: 700;
    border: none;
    transition: all 0.35s ease;
    box-shadow: 0 14px 35px rgba(25, 96, 52, 0.35);
}

.single_add_to_cart_button i {
    margin-right: 8px;
}

.single_add_to_cart_button:hover {
    transform: translateY(-3px);
    box-shadow: 0 20px 45px rgba(25, 96, 52, 0.45);
    background: linear-gradient(135deg, #1f7a44, #196034);
}

/* Product meta */
.product_meta {
    font-size: 14px;
    color: #777;
    margin-top: 10px;
}

.product_meta a {
    color: #196034;
    font-weight: 600;
    text-decoration: none;
}

/* Tabs wrapper */
.woocommerce-tabs {
    margin-top: 30px;
    background: #fff;
    border-radius: 22px;
    padding: 40px;
    box-shadow: 0 30px 70px rgba(0,0,0,0.06);
}

/* Tabs nav */
.wc-tabs {
    display: flex;
    gap: 40px;
    border-bottom: 1px solid #eee;
    margin-bottom: 30px;
}

.wc-tabs li {
    list-style: none;
}

.wc-tabs a {
    font-size: 17px;
    font-weight: 700;
    color: #888;
    padding-bottom: 14px;
    display: inline-block;
    position: relative;
    transition: color 0.3s ease;
}

.wc-tabs .active a {
    color: #196034;
}

.wc-tabs .active a::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -1px;
    width: 100%;
    height: 4px;
    background: linear-gradient(90deg, #196034, #1f7a44);
    border-radius: 4px;
}

/* Tab content */
.woocommerce-Tabs-panel {
    font-size: 16px;
    line-height: 1.9;
    color: #444;
}

/* Reviews */
#reviews {
    margin-top: 20px;
}

.woocommerce-Reviews-title {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 20px;
}

/* Review form */
#review_form textarea,
#review_form input[type="text"] {
    width: 100%;
    border-radius: 14px;
    border: 1px solid #ddd;
    padding: 14px;
}

#review_form textarea:focus,
#review_form input[type="text"]:focus {
    border-color: #196034;
    box-shadow: 0 0 0 3px rgba(25, 96, 52, 0.15);
    outline: none;
}

#review_form input.submit {
    background: #196034;
    color: #fff;
    padding: 14px 36px;
    border-radius: 999px;
    border: none;
    font-weight: 700;
    margin-top: 16px;
    transition: all 0.3s ease;
}

#review_form input.submit:hover {
    background: #1f7a44;
}

/* Related products */
.related.products {
    margin-top: 110px;
}

.related.products h2 {
    font-size: 30px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 40px;
}

/* Related cards */
.related .products li.product {
    background: #fff;
    border-radius: 20px;
    padding: 24px;
    box-shadow: 0 25px 60px rgba(0,0,0,0.08);
    transition: all 0.35s ease;
}

.related .products li.product:hover {
    transform: translateY(-8px);
    box-shadow: 0 35px 80px rgba(0,0,0,0.14);
}

/* Related product title */
.related .products h2 {
    font-size: 18px;
    margin: 18px 0 10px;
}

/* Related price */
.related .price {
    color: #196034;
    font-weight: 700;
}

/* Related add to cart */
.related .add_to_cart_button {
    margin-top: 14px;
    border-radius: 999px;
    background: rgba(25, 96, 52, 0.1);
    color: #196034;
    font-weight: 700;
    transition: all 0.3s ease;
}

.related .add_to_cart_button:hover {
    background: #196034;
    color: #fff;
}

/* Responsive */
@media (max-width: 992px) {
    .single-product div.product {
        grid-template-columns: 1fr;
        gap: 45px;
    }

    .summary.entry-summary {
        padding: 30px;
    }
}
/* ==================================
   SINGLE PRODUCT – IMAGE LEFT
   SUMMARY RIGHT (ENHANCED BEAUTY)
   Accent: #196034
   ================================== */

/* Force two-column layout */
.single-product div.product {
    display: grid;
    grid-template-columns: 55% 45%;
    gap: 80px;
    align-items: flex-start;
}

/* LEFT: Product image */
.woocommerce-product-gallery {
    position: sticky;
    top: 110px;
    background: linear-gradient(180deg, #f7f9f8, #ffffff);
    border-radius: 24px;
    padding: 36px;
    box-shadow: 0 35px 80px rgba(0,0,0,0.08);
}

/* Image styling */
.woocommerce-product-gallery img {
    border-radius: 20px;
    transition: transform 0.5s ease;
}

.woocommerce-product-gallery:hover img {
    transform: scale(1.03);
}

/* RIGHT: Summary card */
.summary.entry-summary {
    padding: 42px 44px;
   
}

/* Decorative accent bar */
.summary.entry-summary::before {
    content: "";
    position: absolute;
    left: 0;
    top: 40px;
    width: 6px;
    height: 120px;
    background: linear-gradient(180deg, #196034, #1f7a44);
    border-radius: 6px;
}

/* Product title */
.summary .product_title {
    font-size: 38px;
    font-weight: 800;
    color: #111;
    margin-bottom: 14px;
    letter-spacing: -0.3px;
}

/* Price */
.summary .price {
    font-size: 32px;
    font-weight: 800;
    color: #196034;
    margin-bottom: 26px;
}

/* Short description */
.summary .woocommerce-product-details__short-description {
    font-size: 16px;
    line-height: 1.9;
    color: #555;
    margin-bottom: 36px;
}

/* Cart section */
.summary form.cart {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 32px;
}

/* Quantity */
.summary .quantity input.qty {
    width: 96px;
    height: 56px;
    border-radius: 16px;
    border: 1px solid #ddd;
    font-size: 17px;
    font-weight: 700;
    transition: all 0.3s ease;
}

.summary .quantity input.qty:focus {
    border-color: #196034;
    box-shadow: 0 0 0 4px rgba(25, 96, 52, 0.15);
    outline: none;
}

/* Add to cart button */
.summary .single_add_to_cart_button {
    background: linear-gradient(135deg, #196034, #1f7a44);
    color: #fff;
    border-radius: 999px;
    padding: 18px 52px;
    font-size: 16px;
    font-weight: 800;
    border: none;
    box-shadow: 0 18px 45px rgba(25, 96, 52, 0.4);
    transition: all 0.35s ease;
}

.summary .single_add_to_cart_button:hover {
    transform: translateY(-4px);
    box-shadow: 0 26px 60px rgba(25, 96, 52, 0.5);
}

/* Meta info */
.summary .product_meta {
    padding-top: 20px;
    margin-top: 24px;
    border-top: 1px dashed #e4e7e5;
    font-size: 14px;
    color: #777;
}

.summary .product_meta a {
    color: #196034;
    font-weight: 700;
    text-decoration: none;
}


/* RELATED PRODUCTS */
.related.products {
    margin-top: 120px;
}

/* Responsive */
@media (max-width: 992px) {
    .single-product div.product {
        grid-template-columns: 1fr;
        gap: 50px;
    }

    .woocommerce-product-gallery {
        position: relative;
        top: 0;
    }

    .summary.entry-summary {
        padding: 34px;
    }

    .summary.entry-summary::before {
        display: none;
    }
}
/* Main product container */
.product.type-product {
    display: flex;
    flex-wrap: wrap; /* allow new rows */
}

/* Product gallery (thumbnail images) */
.woocommerce-product-gallery {
    width: 35%;
}

/* Product summary (title, price, add to cart) */
.summary.entry-summary {
    width: 65%;
}

/* WooCommerce tabs - start on new row */
.woocommerce-tabs.wc-tabs-wrapper {
    width: 100%;
}

/* Related products - start on new row */
section.related.products {
    width: 100%;
}

/* Cart Table */
.wc-block-cart-items {
    width: 100%;
    border-collapse: separate; /* separate to allow spacing between rows */
    border-spacing: 0 20px; /* spacing between rows */
    font-family: 'Poppins', sans-serif;
    color: #333;
}

/* Table Header */
.wc-block-cart-items th {
    text-align: left;
    font-weight: 600;
    font-size: 14px;
    color: #555;
    border-bottom: 2px solid #ddd;
    background: none; /* no background for header */
    padding: 12px 15px;
}

/* Table Cells */
.wc-block-cart-items td {
    padding: 12px 15px;
    vertical-align: middle;
}

/* Product Rows */
.wc-block-cart-items tr {
    background-color: #fff;
    border-radius: 12px;
    box-shadow: 0px 4px 12px rgba(0,0,0,0.05);
    transition: all 0.3s;
}

.wc-block-cart-items tr:hover {
    transform: translateY(-2px);
    box-shadow: 0px 6px 15px rgba(0,0,0,0.1);
}

/* Product Image */
.wc-block-cart-item__image img {
    width: 70px;
    height: auto;
    border-radius: 8px;
    box-shadow: 0 2px 6px rgba(0,0,0,0.05);
}

/* Product Name */
.wc-block-cart-item__product a {
    color: #196033;
    font-weight: 500;
    text-decoration: none;
}

.wc-block-cart-item__product a:hover {
    text-decoration: underline;
}

/* Price */
.wc-block-cart-item__prices .price {
    color: #555;
    font-weight: 500;
    font-size: 15px;
}

/* Quantity Selector */
.wc-block-cart-item__quantity {
    display: flex;
    align-items: center;
    gap: 5px;
}

.wc-block-cart-item__quantity input {
    width: 60px;
    padding: 6px;
    border-radius: 4px;
    border: 1px solid #ccc;
    text-align: center;
}

.wc-block-cart-item__quantity button {
    padding: 5px 10px;
    border: none;
    background-color: #196033;
    color: #fff;
    cursor: pointer;
    border-radius: 4px;
    font-size: 14px;
    transition: background 0.3s;
}

.wc-block-cart-item__quantity button:hover {
    background-color: #154b28;
}

/* Remove Item Button */
.wc-block-cart-item__remove-link {
    margin-left: 10px;
    color: #c62828;
    background: none;
    border: 1px solid #c62828;
    padding: 5px 10px;
    border-radius: 4px;
    font-size: 13px;
    cursor: pointer;
    transition: all 0.3s;
}

.wc-block-cart-item__remove-link:hover {
    background-color: #c62828;
    color: #fff;
}

/* Cart Totals Sidebar */
.wc-block-cart__sidebar {
    margin-top: 30px;
    padding: 20px;
    background: #fff;
    border-radius: 12px;
    border: 1px solid #eee;
    font-family: 'Poppins', sans-serif;
    box-shadow: 0px 4px 12px rgba(0,0,0,0.05);
}

.wc-block-cart__totals-title {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 15px;
    color: #196033;
}

.wc-block-components-totals-wrapper {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.wc-block-components-totals-item__label {
    font-weight: 500;
    color: #555;
}

.wc-block-components-totals-item__value {
    font-weight: 600;
    color: #196033;
    font-size: 16px;
}

/* Checkout Button */
.wc-block-cart__submit-button {
    display: block;
    width: 100%;
    padding: 12px 0;
    text-align: center;
    background-color: #196033;
    color: #fff;
    font-weight: 600;
    border-radius: 8px;
    text-decoration: none;
    transition: all 0.3s;
    margin-top: 20px;
}

.wc-block-cart__submit-button:hover {
    background-color: #154b28;
}


tr.wc-block-cart-items__header {
    background: transparent;
}

form#wc-block-components-totals-coupon__form {}

button.wc-block-components-button.wp-element-button.wc-block-components-totals-coupon__button.contained {
    /* width: 100%; */
    padding: 12px 0;
    text-align: center;
    background-color: #196033;
    color: #fff !important;
    font-weight: 600;
    border-radius: 8px;
    text-decoration: none;
    transition: all 0.3s;
    /* margin-top: 20px; */
}
/* Checkout Buttons Container */
.wc-block-checkout__actions_row {
    display: flex;
    gap: 15px;
    margin-top: 30px;
    flex-wrap: wrap;
}

/* Return to Cart Button */
.wc-block-components-checkout-return-to-cart-button {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 12px 20px;
    font-size: 15px;
    font-weight: 500;
    color: #196033;
    background-color: #f0f5f0;
    border: 1px solid #196033;
    border-radius: 8px;
    text-decoration: none;
    transition: all 0.3s;
}

.wc-block-components-checkout-return-to-cart-button svg {
    fill: #196033;
}

.wc-block-components-checkout-return-to-cart-button:hover {
    background-color: #196033;
    color: #fff;
}

.wc-block-components-checkout-return-to-cart-button:hover svg {
    fill: #fff;
}

/* Place Order Button */
.wc-block-components-checkout-place-order-button {
    flex: 1;
    min-width: 180px;
    padding: 12px 0;
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    background-color: #196033;
    border-radius: 8px;
    border: none;
    cursor: pointer;
    text-align: center;
    transition: all 0.3s;
}

.wc-block-components-checkout-place-order-button:hover {
    background-color: #154b28;
    transform: translateY(-2px);
}

.wc-block-components-button__text {
    display: flex;
    justify-content: center;
    align-items: center;
}
.wc-block-cart__submit-button:hover {
    color: #fff;
}
/* Optional: Responsive adjustments */
@media (max-width: 600px) {
    .wc-block-checkout__actions_row {
        flex-direction: column;
    }

    .wc-block-components-checkout-return-to-cart-button,
    .wc-block-components-checkout-place-order-button {
        width: 100%;
    }
}
/* --- Container --- */
.about-content.s-about-content {
    /* background-color: #f4f6f8; */ /* Soft light background */
    /* padding: 60px 30px; */
    /* border-radius: 15px; */
    /* box-shadow: 0 8px 25px rgba(0,0,0,0.08); */
    /* font-family: 'Inter', 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif; */
}

/* --- Section Titles --- */
.about-title h3,
.u-column1 h2,
.u-column2 h2 {
    color: #222;
    font-weight: 700;
    font-size: 28px;
    margin-bottom: 25px;
}

/* --- Columns --- */
.u-columns {
    display: flex;
    gap: 40px;
    flex-wrap: wrap;
}

.u-column1,
.u-column2 {
    flex: 1 1 45%;
    background-color: #fff;
    padding: 35px;
    border-radius: 15px;
    box-shadow: 0 6px 20px rgba(0,0,0,0.05);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.u-column1:hover,
.u-column2:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
}

/* --- Form Inputs --- */
.woocommerce input[type="text"],
.woocommerce input[type="email"],
.woocommerce input[type="password"] {
    width: 100%;
    padding: 14px 18px;
    margin-bottom: 20px;
    border: 1px solid #ddd;
    border-radius: 10px;
    font-size: 15px;
    transition: 0.3s;
}

.woocommerce input[type="text"]:focus,
.woocommerce input[type="email"]:focus,
.woocommerce input[type="password"]:focus {
    border-color: #006137;
    box-shadow: 0 0 8px rgba(0,97,55,0.3);
    outline: none;
}

/* --- Buttons --- */
.woocommerce-button.button {
    background-color: #006137 !important;
    color: #fff !important;
    border: none;
    padding: 14px 30px;
    border-radius: 10px;
    font-weight: 600;
    font-size: 16px;
    cursor: pointer;
    transition: all 0.3s ease;
    display: inline-block;
    text-align: center;
}

.woocommerce-button.button:hover {
    background-color: #004c27 !important;
    transform: translateY(-2px);
}

/* --- Remember me checkbox --- */
.woocommerce-form__label-for-checkbox {
    font-size: 14px;
    color: #555;
}

/* --- Lost password link --- */
.woocommerce-LostPassword a {
    color: #006137;
    font-weight: 500;
    text-decoration: underline;
}

.woocommerce-LostPassword a:hover {
    color: #004c27;
}

/* --- Privacy Policy Text --- */
.woocommerce-privacy-policy-text {
    font-size: 13px;
    color: #666;
    margin-top: 15px;
    line-height: 1.5;
}

/* --- Password Toggle Button --- */
.show-password-input {
    background: none;
    border: none;
    cursor: pointer;
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
}

/* --- Responsive --- */
@media (max-width: 992px) {
    .u-columns {
        flex-direction: column;
        gap: 25px;
    }
}
/* --- Container --- */
.about-content.s-about-content {
    background-color: #f8f9fa; /* Soft light gray */
    padding: 50px 30px;
    border-radius: 15px;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.08);
    font-family: 'Inter', 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

/* --- Page Title --- */
.about-title h3 {
    color: #222;
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 30px;
}

/* --- Navigation Menu --- */
.woocommerce-MyAccount-navigation {
    background-color: #fff;
    padding: 25px 20px;
    border-radius: 12px;
    box-shadow: 0 4px 20px rgba(0,0,0,0.05);
    margin-bottom: 30px;
}

.woocommerce-MyAccount-navigation ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
}

.woocommerce-MyAccount-navigation li {
    flex: 1;
}

.woocommerce-MyAccount-navigation a {
    display: block;
    text-align: center;
    padding: 12px 20px;
    background-color: #f1f1f1;
    border-radius: 10px;
    color: #333;
    font-weight: 500;
    text-decoration: none;
    transition: all 0.3s ease;
}

.woocommerce-MyAccount-navigation a:hover,
.woocommerce-MyAccount-navigation .is-active a {
    background-color: #006137;
    color: #fff;
    box-shadow: 0 4px 15px rgba(0,97,55,0.2);
}

/* --- Dashboard Content --- */
.woocommerce-MyAccount-content {
    background-color: #fff;
    padding: 30px;
    border-radius: 15px;
    box-shadow: 0 6px 25px rgba(0,0,0,0.05);
    font-size: 15px;
    line-height: 1.6;
    color: #444;
}

/* --- Notices --- */
.woocommerce-info {
    background-color: #e9f7ef; /* Light green tint */
    border-left: 5px solid #006137;
    padding: 20px;
    border-radius: 10px;
    margin-bottom: 20px;
    color: #004c27;
}

/* --- Buttons --- */
.woocommerce-Button,
.wc-forward.button {
    background-color: #006137 !important;
    color: #fff !important;
    padding: 12px 30px;
    font-weight: 600;
    font-size: 15px;
    border-radius: 10px;
    border: none;
    cursor: pointer;
    transition: all 0.3s ease;
    text-align: center;
    display: inline-block;
}

.woocommerce-Button:hover,
.wc-forward.button:hover {
    background-color: #004c27 !important;
    transform: translateY(-2px);
}

/* --- Responsive --- */
@media (max-width: 992px) {
    .woocommerce-MyAccount-navigation ul {
        flex-direction: column;
    }

    .woocommerce-MyAccount-navigation li {
        width: 100%;
    }
}
.rts-single-wized{
    background: #F6F6F6;
    border-radius: 7px;
    padding: 40px;
    margin-bottom: 40px;
    }
.rts-single-wized .single-categories li a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px 25px;
    background: #fff;
    color: #5D666F;
    font-weight: 500;
    transition: 0.3s;
    border-radius: 100px;
}

.rts-single-wized .single-categories li {
    list-style: none;
}
.rts-single-wized .single-categories {
    margin-bottom: 15px;
    padding: 0;
}
.rts-single-wized .single-categories li a:hover {
    background: #006137;
    transform: translateY(-5px) scale(1.03);
    color: #fff;
}
.rts-single-wized .wized-header .title {
    margin-bottom: 10px;
}

.rts-single-wized .title {
    margin-bottom: 10px;
    margin-top: 10px;
}
.rts-single-wized .wized-body
 {
    margin-top: 30px;
}
.rts-single-wized .recent-post-single {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}
.rts-single-wized .recent-post-single .thumbnail {
    margin-right: 20px;
    overflow: hidden;
    max-width: max-content;
    width: 100%;
    border-radius: 5px;
}
.rts-single-wized .tags-wrapper {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: -10px;
}
.rts-single-wized .tags-wrapper a {
    padding: 5px 16px;
    background: #fff;
    border-radius: 100px;
    margin-right: 10px;
    margin-bottom: 10px;
    color: #1C2539;
    font-size: 14px;
    font-weight: 500;
    transition: 0.3s;
}
.blog-single-post-listing.details
 {
    border-radius: 7px;
    background: #F6F6F6;
}
.blog-single-post-listing.details .thumbnail
 {
    border-radius: 7px 7px 0 0;
}
.blog-single-post-listing .thumbnail img {
    transition: 0.3s;
    width: 100%;
}
.rts-section-gap {
    padding: 120px 0;
}
.blog-single-post-listing.details {
    border-radius: 7px;
    background: #F6F6F6;
}
.blog-single-post-listing {
    margin-right: 30px;
    border: 1px solid #E6E9F0;
    margin-bottom: 50px;
}
.blog-single-post-listing .blog-listing-content {
    padding: 50px;
}
.blog-single-post-listing .blog-listing-content .user-info {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
    flex-wrap: wrap;
}
.blog-single-post-listing .blog-listing-content .user-info .single {
    margin-right: 30px;
    min-width: max-content;
}
.blog-single-post-listing .blog-listing-content .user-info .single i {
    margin-right: 10px;
    color: #006137;
}
