.content-header img,.footer-number img {
    width: 25px;
    height: 25px;
}
.content-header h4 a {
    border: 0px;
}
.sub-menu .navbar-links li:not(:last-child){padding-right:0px !important;}
/* Hide submenu by default */
.has-dropdown .sub-menu {
    display: none;
    position: absolute;
    top: 100%;
    background: #fff;
    list-style: none;
    padding: 10px 0;
    margin: 0;
	top: 100%;
    left: 0;
    width: 230px;
    box-shadow: 0px 10px 10px 3px hsl(0deg 0% 0% / 16%);
    z-index: 111;
    transition: 0.4s all;
}

/* Show submenu on hover */
.has-dropdown:hover > .sub-menu {
    display: block;
}

/* Make parent relative for absolute submenu */
.has-dropdown {
    position: relative;
}

/* Submenu items */
.sub-menu li {
    padding: 0;
}

.sub-menu li a {
    display: block;
    padding: 10px 20px;
    text-decoration: none;
}
ul.sub-menu.submenu li :hover {
    border: 0px !important;
}
ul.sub-menu.submenu li a {
    font-size: 14px;
    text-transform: capitalize;
}
/* Wrapper */
.subscribe-form {
    position: relative;
    max-width: 700px;
    width: 100%;
}

/* Remove CF7 default spacing */
.subscribe-form p {
    margin: 0 !important;
}

.subscribe-form br {
    display: none !important;
}

/* Email Input */
.subscribe-form input[type="email"] {
    height: 62px;
    width: 100%;
    border: 0;
    border-radius: 50px;
    padding-left: 30px;
    padding-right: 160px; /* space for right button */
    outline: none;
    background: #f2f2f2;
    font-size: 15px;
}

/* Button on RIGHT inside input */
.subscribe-form input[type="submit"] {
    position: absolute;
    right: 6px;
    top: 6px;
    height: 50px;
    padding: 0 35px;
    border-radius: 50px;
    border: none;
    background: #3f6b2a; /* change color if needed */
    color: #fff;
    font-weight: 600;
    cursor: pointer;
    transition: 0.3s ease;
}

/* Hover */
.subscribe-form input[type="submit"]:hover {
    background: #2e521d;
}

/* Fix spinner position */
.subscribe-form .wpcf7-spinner {
    position: absolute;
    right: -30px;
    top: 50%;
    transform: translateY(-50%);
}
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;
}
.wpcf7-form p {margin:0px;}
.wpcf7-response-output {
      color: #fff !important;
    background-color: #f24224;
    border: 0px !important;
}
.subscribe-form small {
    margin: 15px 0px 0px 0px;
}
.request-quote {background-color: #fff;
    margin: 40px;
    padding: 40px 30px;
}
.request-quote h3{font-weight: bold;
    text-align: center;
    font-size: 30px;
    padding-bottom: 14px;}
.request-quote p {text-align: center;
    margin: auto;
    padding-bottom: 20px;
    font-size: 15px;
    line-height: 25px;}
	.blogthree img {
    min-height: 300px;
}
div#contact-form input {
    width: 100%;
    height: 60px;
    margin-bottom: 16px;
    border: 0;
    outline: none;
    padding-left: 16px;
    position: relative;
    z-index: 9;
}

div#contact-form textarea {
    width: 100%;
    height: 140px;
    margin-bottom: 16px;
    border: 0;
    outline: none;
    padding-left: 16px;
    position: relative;
    z-index: 9;
}
.dark{background-color:#f6f6f6;}
ul.recent-post li {
    display: flex;
    align-items: center;
    gap: 15px;
}

ul.recent-post li figure {
    width: 100px;
    height: 100px;
    overflow: hidden;
    margin: 0;
    flex-shrink: 0;
}

ul.recent-post li img {
    width: 100%;
    height: 100%;
    object-fit: cover; /* crops properly without stretching */
}
/* Pagination Wrapper */
.col-12.text-center.mt-4 {
    margin-top: 40px;
}

/* Common Style for Links & Current */
.page-numbers {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 45px;
    height: 45px;
    margin: 0 5px;
    border-radius: 50%;
    border: 1px solid #ddd;
    text-decoration: none;
    font-weight: 600;
    color: #333;
    transition: all 0.3s ease;
}

/* Hover Effect */
.page-numbers:hover {
    background-color: #3e6434;
    color: #fff;
    border-color: #3e6434;
}

/* Current Page */
.page-numbers.current {
    background-color: #3e6434;
    color: #fff;
    border-color: #3e6434;
    cursor: default;
}

/* Next Button Icon Center */
.page-numbers i {
    font-size: 14px;
}

/* Remove underline */
.page-numbers:focus,
.page-numbers:active {
    outline: none;
    box-shadow: none;
}
.featured-imge {
    width: 100%;
    height: 500px !important;
    overflow: hidden; /* prevents image overflow */
}

.featured-image img {
    width: 100%;
    height: 100%;     /* required for object-fit */
    object-fit: cover;
    display: block;   /* removes extra bottom space */
}

table {
    width: 100%;
    border-collapse: collapse;
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 8px 25px rgba(0,0,0,0.08);
}

/* Header */
thead {
    background: linear-gradient(135deg, #3e64345c, #3e6434);
    color: #fff;
}

th {
    padding: 15px;
    text-align: left;
    font-weight: 600;
    font-size: 16px;
}

/* Body Cells */
td {
    padding: 14px 15px;
    font-size: 15px;
    color: #333;
    border-bottom: 1px solid #f1f1f1;
}

/* Zebra Stripe */
tbody tr:nth-child(even) {
    background-color: #f8f9fc;
}

/* Hover Effect */
tbody tr:hover {
    background-color: #eaf1ff;
    transition: 0.3s ease;
}

/* Price Column Highlight */
td:last-child {
    font-weight: 600;
    color: #1e3c72;
}
.dual_btn {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
}

.dual_btn li {
    display: inline-block;
}

.dual_btn li a {
    font-size: 16px;
    line-height: 26px;
    text-align: center;
    text-transform: capitalize;
    color: #fff;
    background-color: var(--theme-colour);
    display: inline-block;
    padding: 12px 25px 10px;
    border-radius: 30px;
    position: relative;
    z-index: 1;
    letter-spacing: 0.5px;
    transition: all 0.3s ease;
    font-weight: 500;
    border: 1px solid var(--theme-colour);
    text-decoration: none;
}

/* Hover Effect */
.dual_btn li a:hover {
    background-color: transparent;
    color: var(--theme-colour);
}

/* Optional subtle lift */
.dual_btn li a:hover {
    transform: translateY(-3px);
}
h3.featured_title {
    margin-top: 30px;
}
.mb-20 {
    margin-bottom: 20px;
}
nav.woocommerce-breadcrumb {
    display: none;
}

aside#secondary {
    display: none;
}
/* =====================================================
   SHOP PAGE DESIGN
===================================================== */

.woocommerce ul.products li.product {
    background: #fff;
    border-radius: 15px;
    padding: 20px;
    text-align: center;
    transition: all 0.3s ease;
    border: 1px solid var(--theme-colour);
}

.woocommerce ul.products li.product:hover {
    transform: translateY(-8px);
    box-shadow: 0 15px 35px rgba(0,0,0,0.08);
}

.woocommerce ul.products li.product img {
    border-radius: 12px;
    margin-bottom: 15px;
}

.woocommerce ul.products li.product h2 {
    font-size: 18px;
    font-weight: 600;
    color: var(--dark-color);
    margin-bottom: 8px;
}

.woocommerce ul.products li.product .price {
    font-size: 16px !important;
    font-weight: 600 !important;
    color: var(--theme-colour) !important;
    margin-bottom: 12px !important;
}

.woocommerce ul.products li.product .button {
    font-size: 14px;
    padding: 10px 20px;
    border-radius: 30px;
    background: var(--theme-colour);
    color: #fff;
    border: 1px solid var(--theme-colour);
    transition: 0.3s ease;
}

.woocommerce ul.products li.product .button:hover {
    background: transparent;
    color: var(--theme-colour);
}

.woocommerce span.onsale {
    background: var(--theme-colour);
    border-radius: 30px;
    padding: 6px 14px;
    font-size: 12px;
}

/* =====================================================
   SINGLE PRODUCT PAGE
===================================================== */

.single-product div.product {
    margin: 60px auto;
}

.single-product .product_title {
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 15px;
}

.single-product .price {
    font-size: 26px;
    font-weight: 700;
    color: var(--theme-colour);
    margin-bottom: 20px;
}

.single-product .woocommerce-product-details__short-description {
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 25px;
}

.single-product .quantity input.qty {
    width: 80px;
    height: 45px;
    border-radius: 30px;
    border: 1px solid #ddd;
    text-align: center;
    margin-right: 10px;
}

.single-product .single_add_to_cart_button {
    font-size: 16px;
    text-transform: capitalize;
    color: #fff;
    background-color: var(--theme-colour);
    padding: 12px 30px;
    border-radius: 30px;
    transition: 0.3s ease;
    border: 1px solid var(--theme-colour);
}

.single-product .single_add_to_cart_button:hover {
    background: transparent;
    color: var(--theme-colour);
}

.single-product .product_meta {
    margin-top: 25px;
    font-size: 14px;
    color: #777;
}

/* =====================================================
   PRODUCT TABS DESIGN
===================================================== */

.single-product .woocommerce-tabs {
    margin-top: 60px;
    background: var(--light-bg);
    padding: 40px;
    border-radius: 15px;
}

.single-product .woocommerce-tabs ul.tabs {
    display: flex;
    border-bottom: 2px solid #ddd;
    padding-left: 0;
    margin-bottom: 30px;
}

.single-product .woocommerce-tabs ul.tabs li {
    list-style: none;
    margin-right: 30px;
}

.single-product .woocommerce-tabs ul.tabs li a {
    font-size: 16px;
    font-weight: 600;
    padding-bottom: 10px;
    display: inline-block;
    color: #555;
    transition: 0.3s ease;
}

.single-product .woocommerce-tabs ul.tabs li.active a,
.single-product .woocommerce-tabs ul.tabs li a:hover {
    color: var(--theme-colour);
    border-bottom: 3px solid var(--theme-colour);
}

.single-product .woocommerce-tabs .panel {
    font-size: 15px;
    line-height: 26px;
}

/* =====================================================
   RELATED PRODUCTS
===================================================== */

.single-product .related.products {
    margin-top: 70px;
}

.single-product .related.products h2 {
    font-size: 24px;
    margin-bottom: 30px;
}

/* =====================================================
   GLOBAL BUTTON STYLE
===================================================== */

.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button {
    font-size: 15px;
    padding: 10px 25px;
    border-radius: 30px;
    background: var(--theme-colour);
    color: #fff;
    border: 1px solid var(--theme-colour);
    transition: 0.3s ease;
}

.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover {
    background: transparent;
    color: var(--theme-colour);
}

/* =====================================================
   RESPONSIVE
===================================================== */

@media (max-width: 768px) {

    .single-product .product_title {
        font-size: 24px;
    }

    .single-product .price {
        font-size: 20px;
    }

    .single-product .single_add_to_cart_button {
        width: 100%;
        margin-top: 15px;
    }

    .single-product .woocommerce-tabs {
        padding: 25px;
    }

    .woocommerce ul.products li.product {
        padding: 15px;
    }
}

h1.woocommerce-products-header__title.page-title {
    display: none;
}

ul.products.columns-4 {
    border: 0px;
}

.products img {
    padding: 0px;
}

ul.products.columns-4 li.product {
    padding-bottom: 40px !important;
}
.products a {padding-top:0px;}
.woocommerce-ordering {
    position: relative;
    display: inline-block;
    font-family: 'Poppins', sans-serif;
}

.woocommerce-ordering select.orderby {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;

    background: linear-gradient(145deg, #ffffff, #f3f4f6);
    border: 1px solid #e5e7eb;
    padding: 12px 45px 12px 18px;
    border-radius: 50px;
    font-size: 14px;
    font-weight: 500;
    color: #111827;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 4px 12px rgba(0,0,0,0.05);
    min-width: 220px;
}

/* Hover effect */
.woocommerce-ordering select.orderby:hover {
    border-color: #6366f1;
    box-shadow: 0 6px 18px rgba(99,102,241,0.15);
}

/* Focus effect */
.woocommerce-ordering select.orderby:focus {
    outline: none;
    border-color: #6366f1;
    box-shadow: 0 0 0 3px rgba(99,102,241,0.2);
}

/* Custom arrow */
.woocommerce-ordering::after {
    content: "⌄";
    font-size: 16px;
    color: #6b7280;
    position: absolute;
    right: 18px;
    top: 50%;
    transform: translateY(-50%);
    pointer-events: none;
    transition: 0.3s ease;
}

/* Arrow hover effect */
.woocommerce-ordering:hover::after {
    color: #6366f1;
}

/* Responsive */
@media (max-width: 768px) {
    .woocommerce-ordering {
        width: 100%;
    }

    .woocommerce-ordering select.orderby {
        width: 100%;
    }
}