/*
Theme Name: Custom Theme
Theme URI: https://wordpress.org/themes/twentytwentyone/
Description: A simple child theme for Twenty Twenty-One.
Author: Your Name
Template: twentytwentyone
Version: 1.0.0
Text Domain: twentytwentyone-child
*/

/* -------------------------------------------------------------------------- */
/* Add your custom CSS below this line                                        */
/* -------------------------------------------------------------------------- */

@font-face {font-family: 'Inter'; src: url('./assets/fonts/Inter-Bold.woff2') format('woff2'), url('./assets/fonts/Inter-Bold.woff') format('woff'); font-weight: bold;   font-style: normal;   font-display: swap;}
@font-face { font-family: 'Inter';  src: url('./assets/fonts/Inter-Medium.woff2') format('woff2'),  url('./assets/fonts/Inter-Medium.woff') format('woff');  font-weight: 500; font-style: normal;  font-display: swap;}
@font-face { font-family: 'Inter';  src: url('./assets/fonts/Inter-Regular.woff2') format('woff2'),  url('./assets/fonts/Inter-Regular.woff') format('woff'); font-weight: normal;  font-style: normal; font-display: swap;}
@font-face {
    font-family: 'Archivo Expanded';
    src: url('./assets/fonts/ArchivoExpanded-Regular.woff2') format('woff2'),
        url('./assets/fonts/ArchivoExpanded-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Archivo Expanded';
    src: url('./assets/fonts/ArchivoExpanded-Bold.woff2') format('woff2'),
        url('./assets/fonts/ArchivoExpanded-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Archivo Expanded';
    src: url('./assets/fonts/ArchivoExpanded-SemiBold.woff2') format('woff2'),
        url('./assets/fonts/ArchivoExpanded-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Archivo Expanded';
    src: url('./assets/fonts/ArchivoExpanded-Medium.woff2') format('woff2'),
        url('./assets/fonts/ArchivoExpanded-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
body {
    padding: 0;
    margin: 0;
    font-family: "Inter", sans-serif;
    font-size: 16px;
    line-height: 1.6;
    color: var(--primary-color);
}
* {   box-sizing: border-box;}
:root{
    --primary-color: #3C3C3C;
    --secondary-color: #202020;
    --white-color: #FFFFFF;
    --black-color: #000000;
    --light-gray: #F5F5F5;
}
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
    font-family: 'Archivo Expanded';
    line-height: 1.3;
    color: var(--secondary-color);
    margin: 0 0 30px;
    text-transform: uppercase;
    font-weight: bold;
}
h1, .h1 {
    font-size: 37px;
}
h2, .h2 {
    font-size: 30px;
}
h3, .h3 {
    font-size: 25px;
}
h4, .h4 {
    font-size: 18px;
}
h5, .h5 {
    font-size: 16px;
}
p {
    margin: 0 0 15px;
}
p:last-child {
    margin: 0;
}
a {
    text-decoration: none;
    display: inline-block;
    transition: all 0.3s ease;
    color: var(--secondary-color);
}
img {
    width: 100%;
    height: auto;
    vertical-align: bottom;
}
.full-image {
    height: 100%;
    object-fit: cover;
}
.overflow-hidden {
    overflow: hidden;
}
.container {
    width: 100%;
    max-width: 1242px;
    margin: auto;
    padding-inline: 15px;
}
.flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
}
.grid {
    display: grid;
}
.flex.align-top {
    align-items: flex-start;
}
button, table td, table th, input, select, textarea, ul li, ol li {
    font-family: 'Inter';
}
button {
    transition: all 0.3s ease;
    cursor: pointer;
}
.btn {
    border-radius: 33px;
    font-size: 16px;
    color: var(--white-color);
    font-family: 'Archivo Expanded';
    padding: 11.5px 30px;
    min-width: 145px;
    display: inline-block;
    text-align: center;
    text-transform: capitalize;
    font-weight: 500;
}
.btn-wrap.flex {
    justify-content: flex-start;
}
.secondary-btn {
    background: var(--black-color);
    border: 1px solid var(--black-color);
}
.secondary-btn:hover {
    background: transparent;
    color: var(--black-color);
}

.primary.outline-btn {
    border-color: var(--white-color);
    color: var(--white-color);
}
.primary.outline-btn:hover {
    background: var(--white-color);
    color: var(--secondary-color);
}
.btn-wrap {
    margin-top: 38px;
}
.outline-btn {
    border: 1px solid var(--black-color);
    color: var(--secondary-color);
}
.outline-btn:hover {
    background: var(--black-color);
    color: var(--white-color);
}
.pd-medium {
    padding: 60px 0;
}
.pd-small {
    padding: 35px 0;
}
.heading-wrapper {
    margin-bottom: 40px;
}
.heading-wrapper.center {
    text-align: center;
}
/* header style */
.top-header {
    padding: 20px 0;
}
.main-header {
    background: var(--secondary-color);
    padding: 13px 0;
    min-height: 60px;
}
.header-icons .gmail a {
    gap: 10px;
    color: var(--secondary-color);
}
.header-icons a {
    padding: 5px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}
.header-icons .gmail {
    padding-right: 40px;
    margin-right: 20px;
    border-right: 1px solid var(--secondary-color);
}
.header-icons {
    gap: 20px;
}
ul.navbar {
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
    list-style: none;
    justify-content: center;
    gap: 10px;
}
ul.navbar li a {
    color: var(--white-color);
    font-family: 'Archivo Expanded';
    font-weight: 400;
    padding: 7.5px 14.266px;
    border-radius: 30px;
    border: 1px solid transparent;
    line-height: 1;
}
ul.navbar li a:hover {
    border: 1px solid var(--white-color) !important;
}

ul.navbar li.current-menu-item a {
    border: 1px solid var(--white-color) !important;
}
.hamburger {
    display: flex;
    justify-content: center;
    flex-direction: column;
    gap: 6px;
    display: none;
    align-items: flex-end;
}
.hamburger span {
    display: inline-block;
    background: var(--white-color);
    height: 1px;
    width: 27px;
    border-radius: 10px;
}
/*  */
.relative {
    position: relative;
}
.bg-light {
    background: #f5f5f5;
}
.bg-image {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
}
.hero-sec .container {
    padding: 60px 15px;
    z-index: 1;
    display: flex;
    align-items: center;
}
.bg-image img {
    object-fit: cover;
    height: 100%;
}
.hero-left-img {
    flex: 0 0 100%;
    max-width: 60%;
}
.hero-content {
    flex: 0 0 100%;
    max-width: 35%;
}
.content-col {
    flex: 0 0 100%;
    max-width: 57%;
}
.dark-bg .content-col h2 {
    color: var(--white-color);
}
.img-col {
    flex:  0 0 100%;
    max-width: 38.532%;
}
.dark-bg {
    background: #2A2A2A;
    color: var(--white-color);
}
.img-col img.border {
    border-radius: 16px;
}
.featured-product-wrap {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 50px;
}
a.explore-title {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    font-size: 25px;
    font-weight: 500;
    margin-top: 20px;
    text-transform: capitalize;
}
a.explore-title svg {
    transition: all 0.3s ease;
    transform: translateX(-5px);
}
a.explore-title:hover svg {
    transform: translateX(5px);
}
h3.explore-title {
    margin: 0;
}
.why-choose-sec, .why-choose-sec h2, .why-choose-sec h3 {
    color: var(--white-color);
}
.three-col {
    grid-template-columns: repeat(3, 1fr);
}
.two-column {
    grid-template-columns: repeat(2, 1fr);
}
.single-box {
    padding: 40px 35px;
    border: 1px solid #70707040;
    background: #70707040;
}
.choose-col-wrap {
    gap: 37px;
}
.single-box {
    color: #C7C7C7;
}
.product-img {
    box-shadow: 0px 3px 6px #00000029;
    border-radius: 10px;
    background: var(--white-color);
    padding: 25px;
    height: 334px;
}
.single-product img {
    height: 100%;
    object-fit: contain;
}
.slick-track {
    display: flex !important;
}
.product-slider .slick-list {
    margin: 0 -25px;
}
.product-slider .slick-slide {
    margin: 0 25px;
    height: inherit;
}
.product-listing {
    padding-inline: 17px;
}
button.slick-arrow {
    background-color: transparent;
    cursor: pointer;
    font-size: 0;
    border: none;
    width: 30px;
    height: 30px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
.product-slider button.slick-arrow {
    top: 40%;
}
button.slick-prev.slick-arrow {
    left: -40px;
    background-image: url('./assets/img/arrow-left.svg');
}
button.slick-next.slick-arrow {
    right: -40px;
    background-image: url('./assets/img/arrow-right.svg');
}
.product-title {
    font-size: 18px;
    text-transform: none;
    font-weight: 500;
    margin-bottom: 14px;
}
.product-price {
    font-size: 18px;
    font-weight: bold;
    font-family: 'Archivo Expanded';
    color: var(--black-color);
}
.product-detail {
    padding: 30px 15px 0;
    text-align: center;
}
.add-to-cart {
    font-weight: 400;
    padding: 12px 18px;
    font-family: 'Inter';
    min-width: 130px;
    font-size: 14px;
    line-height: 1;
}
/* video section */
.play-icon {
    width: 89px;
    height: 89px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 2px solid #fff;
    border-radius: 50px;
    margin: 0 auto 30px;
}
.video-content {
    text-align: center;
    font-size: 18px;
    color: var(--white-color);
    font-family: 'Archivo Expanded';
    width: 100%;
}
.video-sec .container {
    min-height: 391px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.signup-inner {
    text-align: center;
    max-width: 500px;
    margin: auto;
}
input.subscribe-input {
    width: 100%;
    border: 1px solid #707070;
    border-radius: 40px;
    padding: 10px 30px;
    min-height: 70px;
    font-size: 16px;
    color: var(--secondary-color);
}
button.signup-btn {
    position: absolute;
    right: 7px;
    top: 6px;
    padding: 13px 27px;
    min-height: 57px;
}
input.subscribe-input::placeholder {
    color: var(--secondary-color);
}
.form-content h2 {
    font-weight: 500;
    text-transform: capitalize;
}
footer {
    background: #1E1E1E;
    text-align: center;
    color: #F0F0F0;
}
footer .logo {
    margin-bottom: 25px;
}



/* inner page banner */
.inner-banner {
    position: relative;
    text-align: center;
    min-height: 236px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    background: #F3F3F3;
}

/* Background image container */
.inner-banner .bg-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
}

.inner-banner .bg-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

/* White transparent overlay */
.inner-banner .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.7); /* White with 70% opacity */
    z-index: 1;
}

/* Content wrapper - make sure it's above the overlay */
.inner-banner .container {
    position: relative;
    z-index: 2;
    width: 100%;
}

.inner-banner .banner-title {
    position: relative;
    z-index: 2;
}

.inner-banner h1 {
    margin: 0;
    color: var(--secondary-color, #333);
    position: relative;
    z-index: 2;
    font-size: 37px;
    font-family: 'Archivo Expanded', sans-serif;
    line-height: 1.3;
}

/* Alternative: If you want to use background-image instead of img tag */
/* .inner-banner {
    
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
}

.inner-banner::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(255, 255, 255, 0.7);
    z-index: 1;
}

.inner-banner .container {
    position: relative;
    z-index: 2;
} */
/* inner page banner */

/**
.inner-banner {
    background: #F3F3F3;
    text-align: center;
    min-height: 236px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.inner-banner h1 {
    margin: 0;
}**/
.equal-width .two-col-wrapper >* {
    max-width: 48.5%;
}
.content-box {
    border: 1px solid #A24C4C;
    background: var(--white-color);
    padding: 38px;
    margin-bottom: 40px;
}
.our-mission {
    background: #2A2A2A;
}
.our-mission .single-box {
    background: transparent;
    border: 1px solid var(--white-color);
}
.our-mission .single-box h3 {
    color: var(--white-color);
}
.mission-wrapper {
    gap: 35px;
}
.mission-wrapper .single-box.full-width {
    grid-column: 1/ 3;
    padding: 18.21px 35px;
}
/*  */
.before-after-sec .container {
    max-width: 1222px;
}
.image-wrapper {
    width: 100%;
}
.after-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
    overflow: hidden;
    height: 100%;
}
.after-image img {
    object-position: left;
}
.slider-handle {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 4px;
    height: 100%;
    background: var(--white-color);
    cursor: ew-resize;
}

.slider-handle::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 20px;
    height: 20px;
    background: var(--white-color);
    border-radius: 50%;
}
.bg-white {
    background: var(--white-color);
}
.two-col-sec.full-sec .img-col {
    max-width: 50vw;
    margin-left: calc(-50vw + 47%);
}
/* image slider */
.image-slider-sec  .container {
    max-width: 875px;
}
.image-slider-sec h2 {
    color: var(--white-color);
}
ul.slick-dots {
    display: flex;
    list-style: none;
    justify-content: center;
    padding: 0;
    margin: 24px 0 0;
}
.slick-dots li button {
    background: transparent;
    border: none;
    font-size: 0;
    width: 36px;
    height: 36px;
    padding: 10px;
    position: relative;
}
.slick-dots li button:before {
    content: '';
    position: absolute;
    width: 16px;
    height: 16px;
    border-radius: 20px;
    background: #BCBCBC;
    border: 3px solid transparent;
    top: 50%;
    left: 50%;
    transform: translate(-50% , -50%);
}
.slick-dots li.slick-active button:before {
    border-color:#707070;
    background: #4F4F4F;
}
.image-slider .slick-slide {
    height: inherit;
    margin: 0 10px;
}
.image-slider .slick-list {
    margin: 0 -10px;
}
.image-slide, .image-slider .slick-slide >* {
    height: 100%;
}
.content-col-wrap {
    gap: 30px;
}
.content-col-wrap .single-col {
    border: 1px solid #707070;
    border-radius: 14px;
    padding: 30px;
}
.content-col-wrap .single-col ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.content-col-wrap .single-col ul li {
    margin-bottom: 10px;
}
.content-col-wrap .single-col ul li:last-child {
    margin-bottom: 0;
}
.btn-wrap.flex.center {
    justify-content: center;
}
/* faq */
.accordion-content {
    display: none;
    padding: 0 0 28px;
}
.accordion-item [aria-expanded="true"] ~ .accordion-content {
    display: block;
}
.accordion-item button {
    font-size: 17px;
    font-family: 'Archivo Expanded';
    font-weight: bold;
    border: none;
    background: transparent;
    display: flex;
    justify-content: space-between;
    gap: 10px;
    align-items: center;
    padding: 20px 0px;
    width: 100%;
    cursor: pointer;
    text-align: left;
}
.faq-inner {
    max-width: 932px;
    margin: auto;
    padding: 40px 15px;
}
.accordion-item {
    border-bottom: 1px solid #8D8D8D;
}
.accordion-item:last-child {
    border-bottom: none;
}
span.icon {
    display: inline-flex;
    border: 2px solid;
    width: 26px;
    justify-content: center;
    align-items: center;
    height: 26px;
    border-radius: 25px;
    font-size: 0px;
    position: relative;
}
span.icon:after {
    content: '+';
    font-size: 20px;
    top: -1px;
    left: 4px;
    position: absolute;
}
.accordion-item [aria-expanded="true"] span.icon:after {
    content: '–';
    left: 5px;
}
.faq-sec .container {
    max-width: 1089px;
}
.faq-banner {
    background: #000;
    display: flex;
    align-items: center;
}
.faq-heading {
    flex: 0 0 100%;
    max-width: 38.245%;
    padding: 40px 60px;
    color: var(--white-color);
}
.faq-heading h2 {
    color: var(--white-color);
}
.faq-image {
    flex: 0 0 100%;
    max-width: 61.8%;
}
.line {
    display: inline-block;
    height: 1px;
    background: #E0E0E0;
    max-width: 135px;
    width: 100%;
    margin-top: 44px;
}
.faq-wrapper {
    border: 1px solid #9E9E9E;
    background: #fafafa;
}

/* CSS Styling to match your Bakere Bike website */
.swm-contact-page-wrapper {
    background-color: #ffffff;
    padding: 60px 20px;
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
}

.swm-container {
    max-width: 1280px;
    margin: 0 auto;
}

/* Top Content Section */
.swm-contact-header {
    text-align: center;
    margin-bottom: 50px;
}

.swm-page-title {
    font-size: 42px;
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: 16px;
    letter-spacing: -0.5px;
}

.swm-page-subtitle {
    font-size: 18px;
    color: #555555;
   
    margin: 0 auto;
    line-height: 1.5;
}

/* Two Columns Layout */
.swm-two-columns {
    display: flex;
    flex-wrap: wrap;
    gap: 50px;
}

/* Left Column - Contact Info */
.swm-contact-info {
    flex: 1;
    min-width: 260px;
    background: #f8fafc;
    border-radius: 24px;
    padding: 35px 30px;
}

.swm-info-card {
    margin-bottom: 35px;
    padding-bottom: 25px;
    border-bottom: 1px solid #e2e8f0;
}

.swm-info-card:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
}

.swm-info-title {
    font-size: 22px;
    font-weight: 700;
    color: #1e293b;
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.swm-info-detail {
    font-size: 16px;
    color: #334155;
    line-height: 1.6;
    margin: 0;
}

.swm-info-detail a {
    color: #000;
    text-decoration: none;
    transition: color 0.2s;
}

.swm-info-detail a:hover {
    color: #1e5a38;
    text-decoration: underline;
}

/* Right Column - Contact Form 7 */
.swm-contact-form {
    flex: 1.5;
    min-width: 300px;
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 24px;
    padding: 35px 30px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.02);
}

.swm-form-title {
    font-size: 24px;
    font-weight: 700;
    color: #1e293b;
    margin-bottom: 25px;
    padding-bottom: 15px;
    border-bottom: 2px solid #e2e8f0;
}

/* Styling for Contact Form 7 Fields */
.swm-contact-form .wpcf7-form p {
    margin-bottom: 20px;
}

.swm-contact-form .wpcf7-form label {
    display: block;
    font-weight: 600;
    font-size: 14px;
    color: #334155;
    margin-bottom: 6px;
}

.swm-contact-form .wpcf7-form input,
.swm-contact-form .wpcf7-form textarea,
.swm-contact-form .wpcf7-form select {
    width: 100%;
    padding: 12px 16px;
    border: 1px solid #cbd5e1;
    border-radius: 12px;
    font-size: 15px;
    transition: all 0.2s;
}

.swm-contact-form .wpcf7-form input:focus,
.swm-contact-form .wpcf7-form textarea:focus {
    outline: none;
    border-color: #2c7a4d;
    box-shadow: 0 0 0 3px rgba(44, 122, 77, 0.1);
}

.swm-contact-form .wpcf7-submit {
    background: #000000;
    color: white;
    border: none;
    padding: 14px 28px;
    border-radius: 40px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: background 0.2s, transform 0.1s;
}

.swm-contact-form .wpcf7-submit:hover {
    background: #00000000;
	color: #000;
}

.swm-contact-form .wpcf7-submit:active {
    transform: scale(0.97);
}

/* Responsive */
@media (max-width: 768px) {
    .swm-contact-page-wrapper {
        padding: 40px 16px;
    }
    
    .swm-page-title {
        font-size: 32px;
    }
    
    .swm-two-columns {
        flex-direction: column;
        gap: 30px;
    }
    
    .swm-contact-info,
    .swm-contact-form {
        width: 100%;
        padding: 25px 20px;
    }
}

/* Simple AJAX Loader for CF7 */
.wpcf7 .ajax-loader {
    display: inline-block;
    margin-left: 10px;
    vertical-align: middle;
}





/*  */
.detail-col .price {
    font-size: 25px;
    line-height: 1;
}
.price {
    font-weight: 700;
    color: #FF0202;
    font-family: 'Archivo Expanded';
    display: inline-block;
    margin-right: 5px;
}
.product-gallery {
    flex: 0 0 100%;
    max-width: 47%;
}
.detail-col {
    flex: 0 0 100%;
    max-width: 50%;
}
.detail-col h2 {text-transform: capitalize;margin-bottom: 8px;}
 .quantity-wrapper {
    max-width: 160px;
    flex: 1;
}
.quantity-wrapper .label {
    font-weight: 500;
}
.quantity-selector {
    display: flex;
    align-items: center;
    padding: 12px 10px;
    border: 1px solid #9C9C9C;
    justify-content: space-between;
    margin-top: 5px;
}
.short-description {
    border-top: 1px solid #B0B0B0;
    border-bottom: 1px solid #B0B0B0;
    padding: 20px 0;
    margin: 20px 0;
}
.quantity {
    background: none;
    border: none;
    cursor: pointer;
    padding: 0px 10px;
    font-size: 20px;
}
input[type="number"] {
  width: 30px;
  text-align: center;
  border: none;
  outline: none;
  font-size: 16px;
  font-weight: 500;
  -moz-appearance: textfield;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.cart-row {
    display: flex;
    align-items: flex-end;
    gap: 10px;
    margin-bottom: 15px;
}
.detail-col ul {
    padding-left: 20px;
    margin: 0;
}
.cart-btn {
    background: #4E3E3E;
    border-radius: 0;
    padding: 12.21px 30px;
}
.slider-single .slick-slide {
    height: inherit;
}
a.wishlist {
    border: 1px solid #9C9C9C;
    width: 71px;
    height: 48px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    color: var(--secondary-color);
}
.tabs-container {
  margin-top: 80px;
}
.tabs-header {
    display: flex;
    border-bottom: 1px solid #7A7A7A;
    gap: 10px;
    justify-content: center;
}
.tab-btn {
    background: none;
    border: none;
    padding: 14px 20px;
    font-weight: 600;
    cursor: pointer;
    position: relative;
    transition: color 0.3s;
    font-size: 16px;
    text-transform: uppercase;
    font-family: 'Archivo Expanded';
}
.tabs-container .tab-btn.active::after {
  content: "";
  position: absolute;
  bottom: -1px; 
  left: 0;
  width: 100%;
  height: 3px;
  background-color: #080808;
}
.tabs-container  .tab-content {
  display: none; 
  padding: 25px 0 0;
}
.tab-content.active {
  display: block;
}
.tabs-container .content-col h3 {
    font-size: 20px;
    margin-bottom: 20px;
}
.number-title {
    margin-bottom: 2px;
    font-weight: 500;
}
.number-title span {
    color: #C61010;
}
.slider-nav img {
    width: 88px;
    height: 88px;
    object-fit: cover;
    cursor: pointer;
    opacity: 0.54;
    transition: 0.3s;
}
.slider-nav .slick-current img {
    opacity: 1;
}
.slider-nav .slick-slide {
    margin: 0 5px;
}
.slider-single img {
  width: 100%;
  display: block;
}
.slider-nav {
  margin-top: 15px;
}
/* rating */
.rating {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 15px;
}
.stars {
  display: flex;
  gap: 4px;
}
.star {
  font-size: 18px;
  color: #e0e0e0; 
  line-height: 1;
}
.star.filled {
  color: #ffc107;
}
/*  single product page  */
.product-gallery.vertical-layout {
    display: flex;
    justify-content: space-around;
    height: 400px;
}
.product-gallery.vertical-layout  .vertical-single {
    flex: 0 0 100%;
    max-width: calc(100% - 141px);
}
.product-gallery.vertical-layout  .vertical-slider {
    flex: 0 0 100%;
    max-width: 120px;
}
.product-gallery.vertical-layout .slick-track {
    flex-wrap: wrap;
    gap: 13px;
}
.vertical-slider .slick-slide img {
    height: 100% !important;
    object-fit: contain;
}
.vertical-slider .slick-slide {
    border: 1px solid #B9B9B9 !important;
    height: 120px !important;
    padding: 10px;
    cursor: pointer;
}
.vertical-single .slick-slide {
    height: inherit;
}
/* shop page */
.product-listing.three-col {
    gap: 30px;
    padding: 0;
}
select#sort {border-width: 0 0 1px;}
.controls {
    margin-bottom: 24px;
}
.product-listing-outer {
    flex: 0 0 100%;
    max-width: 68%;
}
.product-listing.three-col .single-product {
    border: 1px solid #707070;
    border-radius: 10px;
    padding: 20px;
}
.product-listing.three-col .product-img {
    height: 214px;
    box-shadow: unset;
    background: #f5f5f5;
    padding: 10px;
}
.product-listing.three-col .product-detail {
    padding: 20px 0 0;
}
.sidebar {
    padding: 40px 30px;
    border: 1px solid #707070;
    border-radius: 12px;
    flex: 0 0 100%;
    max-width: 28.878%;
}
.search-box {
    position: relative;
    margin-bottom: 20px;
}
.search-box input {
    width: 100%;
    padding: 14px 35px 14px 20px;
    outline: none;
    box-shadow: 0px 3px 12px #00000012;
    border: 1px solid #BCBCBC;
    border-radius: 30px;
    font-size: 16px;
}
.sidebar h3 {
    font-size: 22px;
    text-transform: capitalize;
    font-weight: 600;
    margin-bottom: 17px;
}
.sidebar .widget {
    margin-bottom: 35px;
}
.sidebar .widget:last-child {
    margin-bottom: 0px;
}
.search-box span {
    position: absolute;
    right: 20px;
    top: 18px;
    transform: translateY(-50%);
    width: 18px;
    height: 18px;
}
.categories div {
    padding: 2px 0;
    cursor: pointer;
}
.categories div::before {
    content: "› ";
    color: #333;
    font-size: 20px;
    margin-right: 4px;
}
  .price-filter {
    margin-top: 10px;
  }
  .range-container {
    position: relative;
    height: 20px;
  }
  input[type="range"] {
    width: 100%;
    accent-color: #FE5915;
  }
  .price-label {
    margin-top: 10px;
  }
.filter-btn {
    background: #FE5915;
    border: none;
    color: var(--white-color);
    padding: 5.5px 22.141px;
    border-radius: 15px;
    cursor: pointer;
    float: right;
    font-size: 15px;
}
/* pagination */
.pagination {
    display: flex;
    align-items: center;
    margin-top: 50px;
    gap: 10px;
    justify-content: center;
}
.page-numbers {
  display: flex;
  align-items: center;
  gap: 10px;
}
.pagination .page {
    display: inline-flex;
    padding: 5px;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    border-radius: 5px;
    min-width: 47px;
    min-height: 50px;
    text-align: center;
    color: var(--secondary-color);
    border: 1px solid #9C9C9C;
}
.page.active {
  background: #3B3B3B;
  color: #fff;
}
a.prev img, a.next img {
    max-width: 19px;
}
.single-blog {
    border: 1px solid #707070;
}
.blog-details {padding: 35px 30px;}
.meta-wrap {
    margin: 0 0 17px;
    font-weight: 600;
}
.post-title {
    font-size: 22px;
    font-family: 'Inter';
    text-transform: none;
    margin: 0 0 14px;
}
.blog-section .container {
    max-width: 1118px;
}
.blog-listing {
    gap: 70px;
}
.read-more {
    font-weight: 500;
    border-bottom: 2px solid transparent;
    line-height: 1.2;
}
.read-more:hover {border-color: #161616;}
#loadMore {
    padding: 8px 20px;
    background: transparent;
    border: none;
    font-size: 22px;
    font-weight: bold;
}
.btn-wrap.center {
    text-align: center;
}

/*************************************/
/* Fix Search Bar: Pill shape and position button inside */
.sidebar .woocommerce-product-search {
    position: relative;
    display: flex;
    margin-bottom: 30px;
}

.sidebar .woocommerce-product-search input[type="search"] {
    width: 100%;
    padding: 10px 40px 10px 20px;
    border-radius: 50px;
    border: 1px solid #ccc;
    outline: none;
}

/* Turn the "Search" button into the magnifying glass icon inside the input */
.sidebar .woocommerce-product-search button[type="submit"] {
    position: absolute;
    right: 5px;
    top: 50%;
    transform: translateY(-50%);
    background: transparent;
    border: none;
    color: transparent; /* Hides the word 'Search' */
    width: 35px;
    height: 35px;
    padding: 0;
    cursor: pointer;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 24 24' fill='none' stroke='%23333' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='11' cy='11' r='8'%3E%3C/circle%3E%3Cline x1='21' y1='21' x2='16.65' y2='16.65'%3E%3C/line%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center;
}

/* Fix Categories: Change blue color to dark grey and add the '>' arrow */
.sidebar .bapf_body ul {
    list-style: none;
    padding: 0;
}

.sidebar .bapf_body ul li {
    position: relative;
    margin-bottom: 12px;
}

/* Hide default checkbox so only label shows */
.sidebar .bapf_body ul li input[type="checkbox"] {
    position: absolute;
    opacity: 0;
}

.sidebar .bapf_body ul li label {
    color: #333 !important; /* Forces removal of the blue link color */
    padding-left: 18px; /* Makes room for the arrow */
    cursor: pointer;
    position: relative;
    display: inline-block;
}

/* The '>' icon */
.sidebar .bapf_body ul li label::before {
    content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%23333' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='9 18 15 12 9 6'%3E%3C/polyline%3E%3C/svg%3E");
    position: absolute;
    left: 0;
    top: 55%;
    transform: translateY(-50%);
    line-height: 0;
}



/* ============================================
   COMPLETE ROLLOVER EFFECT WITH ANIMATIONS
   ============================================ */

.rollover-image-container {
    position: relative;
    width: 100%;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 4px 15px rgba(0,0,0,0.1);
}

.rollover-img {
    width: 100%;
    height: auto;
    display: block;
    transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}

.image-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, rgba(0,0,0,0.7), rgba(0,0,0,0.5));
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 25px;
    opacity: 0;
    visibility: hidden;
    transition: all 0.4s ease;
}

.overlay-link {
    padding: 12px 28px;
    background: #ffffff;
    color: #1a2a3a;
    text-decoration: none;
    font-size: 14px;
    font-weight: 700;
    border-radius: 50px;
    letter-spacing: 0.5px;
    transition: all 0.3s ease;
    transform: translateY(30px);
    opacity: 0;
    box-shadow: 0 2px 10px rgba(0,0,0,0.2);
    text-transform: uppercase;
}

.overlay-link:first-child {
    transition-delay: 0.1s;
}

.overlay-link:last-child {
    transition-delay: 0.2s;
}

.overlay-link:hover {
    background: #2c7a4d;
    color: white;
    transform: translateY(-3px);
    box-shadow: 0 5px 20px rgba(44,122,77,0.4);
}

/* Hover States */
.rollover-image-container:hover .rollover-img {
    transform: scale(1.08);
}

.rollover-image-container:hover .image-overlay {
    opacity: 1;
    visibility: visible;
	display: grid;
}

.rollover-image-container:hover .overlay-link {
    transform: translateY(0);
    opacity: 1;
}

/* Responsive */
@media (max-width: 768px) {
    .image-overlay {
        gap: 15px;
    }
    
    .overlay-link {
        padding: 8px 16px;
        font-size: 12px;
    }
}

@media (max-width: 480px) {
    .overlay-link {
        padding: 6px 12px;
        font-size: 10px;
        min-width: auto;
    }
}





/******single proct page *********/

/* ========================================================
   MAIN PRODUCT PAGE WRAPPER
   ======================================================== */
.singleProdcut_page {
    font-family: inherit;
}

/* Ensure Image and Summary sit side-by-side on Desktop */
@media (min-width: 768px) {
    .singleProdcut_page .product {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .singleProdcut_page .product .woocommerce-product-gallery {
        width: 48% !important;
        float: none !important;
    }
    .singleProdcut_page .product .summary.entry-summary {
        width: 48% !important;
        float: none !important;
    }
}

/* ========================================================
   PRODUCT TITLE & PRICE
   ======================================================== */
.singleProdcut_page .product_title {
    font-size: 32px !important;
    font-weight: 800 !important;
    text-transform: uppercase !important;
    color: #222 !important;
    margin-bottom: 15px;
}

.singleProdcut_page p.price, 
.singleProdcut_page span.price {
    color: #E23636 !important;
    font-size: 24px !important;
    font-weight: 700 !important;
}

/* ========================================================
   ADD TO CART SECTION (Borders, Quantity, Button)
   ======================================================== */
.singleProdcut_page form.cart {
    border-top: 1px solid #E5E5E5;
    border-bottom: 1px solid #E5E5E5;
    padding: 25px 0 !important;
    margin: 25px 0 !important;
    display: flex;
    align-items: center;
    gap: 15px;
}

/* Quantity Box */
.singleProdcut_page form.cart .quantity input.qty {
    width: 60px !important;
    height: 48px !important;
    border: 1px solid #CCC !important;
    border-radius: 2px !important;
    font-size: 16px;
    padding: 0;
    text-align: center;
}

/* Add to Cart Button */
.singleProdcut_page form.cart .button {
    background-color: #3B3131 !important;
    color: #fff !important;
    font-weight: 600 !important;
    text-transform: uppercase !important;
    padding: 15px 35px !important;
    border-radius: 2px !important;
    border: none !important;
    height: 48px;
    display: flex;
    align-items: center;
}

.singleProdcut_page form.cart .button:hover {
    background-color: #111 !important;
}

/* ========================================================
   PRODUCT TABS (Description, Reviews)
   ======================================================== */
.singleProdcut_page .woocommerce-tabs {
    width: 100%;
    clear: both;
    margin-top: 40px;
}

/* Fix stacked tabs - Make them horizontal */
.singleProdcut_page .woocommerce-tabs ul.tabs {
    display: flex !important;
    justify-content: center !important;
    border-bottom: 1px solid #DDD !important;
    padding: 0 !important;
    margin: 0 0 30px 0 !important;
    list-style: none;
}

.singleProdcut_page .woocommerce-tabs ul.tabs li {
    background: transparent !important;
    border: none !important;
    margin: 0 20px !important;
    padding: 0 !important;
}

.singleProdcut_page .woocommerce-tabs ul.tabs li a {
    color: #555 !important;
    font-weight: 700 !important;
    text-transform: uppercase !important;
    padding: 10px 0 !important;
    display: block;
}

/* Active Tab Underline */
.singleProdcut_page .woocommerce-tabs ul.tabs li.active a {
    color: #111 !important;
    border-bottom: 3px solid #111 !important;
}

/* ========================================================
   RELATED PRODUCTS
   ======================================================== */
.singleProdcut_page .related {
	width: 100%;
	margin-top: 20px;
	clear: both;
	padding: 70px 5px;
}

.singleProdcut_page .related h2 {
    text-align: center;
    text-transform: uppercase;
    font-weight: 800;
    font-size: 28px;
    margin-bottom: 40px;
}

.singleProdcut_page .related ul.products li.product {
    text-align: center;
}

/* Related Products Add to Cart Button (Pill shape, black) */
.singleProdcut_page .related ul.products li.product .button {
    background-color: #000 !important;
    color: #fff !important;
    border-radius: 50px !important;
    padding: 10px 25px !important;
    font-size: 13px !important;
    text-transform: capitalize !important;
    margin-top: 10px;
    display: inline-block;
}
/* ========================================================
   TABS STYLING (Refinements)
   ======================================================== */
/* Hide the redundant "Description" title inside the tab */
.singleProdcut_page .woocommerce-Tabs-panel--description > h2 {
    display: none !important;
}

/* Perfect the tab borders and spacing */
.singleProdcut_page .woocommerce-tabs ul.tabs {
    display: flex !important;
    justify-content: center !important;
    border-bottom: 1px solid #E5E5E5 !important;
    padding: 0 !important;
    margin: 0 0 35px 0 !important;
    list-style: none;
    gap: 40px; /* Space between the tabs */
}

.singleProdcut_page .woocommerce-tabs ul.tabs li {
    background: transparent !important;
    border: none !important;
    margin: 0 !important;
    padding: 0 !important;
}

.singleProdcut_page .woocommerce-tabs ul.tabs li a {
    color: #777 !important;
    font-weight: 700 !important;
    text-transform: uppercase !important;
    padding: 10px 0 15px 0 !important;
    display: block;
    border-bottom: 3px solid transparent !important;
    font-size: 14px;
    letter-spacing: 0.5px;
}

/* Active Tab Thick Black Underline */
.singleProdcut_page .woocommerce-tabs ul.tabs li.active a {
    color: #111 !important;
    border-bottom: 3px solid #111 !important;
}

/* ========================================================
   REVIEWS SECTION STYLING
   ======================================================== */
/* Main Reviews Title */
.singleProdcut_page #reviews #comments h2 {
    font-size: 22px;
    text-transform: uppercase;
    font-weight: 800;
    margin-bottom: 25px;
    color: #222;
}

/* Individual Review Layout */
.singleProdcut_page .commentlist {
    list-style: none;
    padding: 0;
    margin: 0 0 40px 0;
}

.singleProdcut_page .commentlist li {
    margin-bottom: 25px;
    padding-bottom: 25px;
    border-bottom: 1px solid #E5E5E5;
}

.singleProdcut_page .comment_container {
    display: flex;
    gap: 20px;
}

/* User Avatar */
.singleProdcut_page .comment_container img.avatar {
    border-radius: 50%;
    width: 60px;
    height: 60px;
}

/* Review Text Content */
.singleProdcut_page .comment-text {
    flex: 1;
}

.singleProdcut_page .comment-text p.meta {
    font-size: 14px;
    color: #777;
    margin-bottom: 10px;
}

.singleProdcut_page .comment-text p.meta strong {
    color: #111;
    font-size: 16px;
    text-transform: capitalize;
}

.singleProdcut_page .comment-text .description p {
    font-size: 15px;
    line-height: 1.6;
    color: #444;
    margin: 0;
}

/* Add Review Form Box */
.singleProdcut_page .comment-reply-title {
    font-size: 20px;
    font-weight: 800;
    text-transform: uppercase;
    display: block;
    margin-bottom: 20px;
    color: #222;
}

.singleProdcut_page #commentform textarea {
    width: 100%;
    border: 1px solid #CCC;
    padding: 15px;
    border-radius: 2px;
    font-family: inherit;
    font-size: 15px;
    outline: none;
}

.singleProdcut_page #commentform textarea:focus {
    border-color: #111;
}

/* Submit Review Button */
.singleProdcut_page #commentform .submit {
    background-color: #3B3131;
    color: #fff;
    border: none;
    padding: 12px 35px;
    text-transform: uppercase;
    font-weight: 700;
    border-radius: 2px;
    cursor: pointer;
    margin-top: 15px;
    transition: 0.3s ease;
}

.singleProdcut_page #commentform .submit:hover {
    background-color: #111;
}
/* ========================================================
   WORDPRESS DEFAULT IMAGE ALIGNMENTS (Description Tab)
   ======================================================== */

/* Left align image and wrap text to the right */
.singleProdcut_page .woocommerce-Tabs-panel img.alignleft {
    float: left;
    margin: 5px 40px 20px 0; /* Adds 40px of breathing room between the image and the text */
    max-width: 100%;
    height: auto;
      width: auto;
}

/* Right align image and wrap text to the left (just in case you need it later!) */
.singleProdcut_page .woocommerce-Tabs-panel img.alignright {
    float: right;
    margin: 5px 0 20px 40px; 
    max-width: 100%;
    height: auto;
    width: auto;
}

/* Center align image */
.singleProdcut_page .woocommerce-Tabs-panel img.aligncenter {
    display: block;
    margin: 10px auto 20px auto;
    float: none;
}

/* CRITICAL: This "clears" the float so the layout doesn't break out of the tab box */
.singleProdcut_page .woocommerce-Tabs-panel::after {
    content: "";
    display: table;
    clear: both;
}

/* ========================================================
   ADD TO CART ROW LAYOUT
   ======================================================== */
.singleProdcut_page form.cart {
    display: flex !important;
    align-items: center;
    gap: 15px; /* Spacing between quantity, add to cart, and heart */
    padding: 25px 0;
    margin: 25px 0;
    border-top: 1px solid #E5E5E5;
    border-bottom: 1px solid #E5E5E5;
}

/* ========================================================
   QUANTITY SELECTOR BOX
   ======================================================== */
/* The main box holding everything */
.singleProdcut_page form.cart .quantity {
    display: flex !important;
    align-items: center;
    border: 1px solid #CCC !important;
    border-radius: 2px !important;
    height: 50px !important; /* Forces it to match the add to cart button */
    background-color: #FFF;
    padding: 0;
    margin: 0 !important;
}

/* The Plus and Minus Buttons */
.singleProdcut_page form.cart .quantity .plus,
.singleProdcut_page form.cart .quantity .minus {
    background: transparent !important;
    border: none !important;
    box-shadow: none !important;
    width: 35px !important;
    height: 100% !important;
    cursor: pointer;
    font-size: 20px;
    color: #333;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 !important;
    margin: 0 !important;
}

/* Hover effect for buttons */
.singleProdcut_page form.cart .quantity .plus:hover,
.singleProdcut_page form.cart .quantity .minus:hover {
    background-color: #F5F5F5 !important;
}

/* The Number Input Field */
.singleProdcut_page form.cart .quantity input.qty {
    border: none !important;
    background: transparent !important;
    width: 45px !important;
    height: 100% !important;
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    padding: 0 !important;
    margin: 0 !important;
    box-shadow: none !important;
    outline: none !important;
    -moz-appearance: textfield; /* Hides default arrows */
}

/* Hides default arrows in Chrome/Safari */
.singleProdcut_page form.cart .quantity input.qty::-webkit-outer-spin-button,
.singleProdcut_page form.cart .quantity input.qty::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* ========================================================
   ADD TO CART BUTTON
   ======================================================== */
.singleProdcut_page form.cart .single_add_to_cart_button {
    background-color: #3B3131 !important;
    color: #FFF !important;
    font-size: 16px !important;
    font-weight: 700 !important;
    text-transform: uppercase !important;
    height: 50px !important; /* Matches quantity box exactly */
    padding: 0 40px !important;
    border: none !important;
    border-radius: 2px !important;
    cursor: pointer;
    transition: background-color 0.3s ease !important;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 !important;
}

.singleProdcut_page form.cart .single_add_to_cart_button:hover {
    background-color: #111 !important;
}

/* ========================================================/
/* ========================================================
   HEADER SEARCH DROPDOWN STYLING
   ======================================================== */
/* Wrapper to keep the dropdown positioned relative to the icon */
.header-search-wrapper {
    position: relative;
    display: inline-flex;
    align-items: center;
}

/* The Search Icon Button */
.search-trigger-btn {
    background: transparent;
    border: none;
    cursor: pointer;
    padding: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: opacity 0.3s ease;
}

.search-trigger-btn:hover {
    opacity: 0.6;
}

/* The Hidden Dropdown Box */
.search-dropdown-box {
    position: absolute;
    top: 150%; /* Pushes it just below the header */
    right: 0;
    width: 320px;
    background-color: #ffffff;
    padding: 20px;
    border: 1px solid #e5e5e5;
    border-radius: 4px;
    box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.08);
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
    transition: all 0.3s ease;
    z-index: 9999;
}

/* The "Active" class that JS will add to show the dropdown */
.search-dropdown-box.active {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

/* The Form Inside the Dropdown */
.header-product-search-form {
    display: flex;
    align-items: center;
    border-bottom: 2px solid #222; /* Clean underline style */
}

.header-product-search-form input[type="search"] {
    flex: 1;
    border: none;
    background: transparent;
    padding: 10px 5px;
    font-size: 16px;
    color: #333;
    outline: none;
    box-shadow: none;
}

.header-product-search-form button.search-submit-btn {
    background: transparent;
    border: none;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 14px;
    color: #222;
    cursor: pointer;
    padding: 10px;
}

.header-product-search-form button.search-submit-btn:hover {
    color: #E23636; /* Your brand red */
}

/* =========================================================
   Footer Navigation Styling
========================================================= */

/* Add some spacing around the menu container */
.footer-nav {
    margin: 20px 0; 
}

/* Remove default list styles and align items in a row */
.footer-nav ul.footer-menu {
    list-style: none; /* Removes the bullet points */
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: center; /* Centers the links under the logo */
    align-items: center;
    gap: 30px; /* Adds space between each link */
    flex-wrap: wrap; /* Ensures they don't break on mobile screens */
}

/* Style the links to be visible and clean */
.footer-nav ul.footer-menu li a {
    color: #ffffff; /* Makes the text white */
    text-decoration: none; /* Removes the underline */
    font-size: 15px;
    font-weight: 400;
    transition: color 0.3s ease;
}

/* Add a subtle hover effect */
.footer-nav ul.footer-menu li a:hover {
    color: #b3b3b3; /* Changes to a light gray when hovered */
}

.product-slider .single-product {
	text-align: center;
}


/* =========================================================
   Footer Multi-Column Layout (PAUL style)
========================================================= */

/* Grid Layout for desktop */
.footer-inner-grid {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 30px;
    padding-bottom: 40px;
}

/* Individual Columns */
.footer-col {
    flex: 1;
    min-width: 220px; /* Forces columns to stack on mobile devices */
    text-align: left;
}

/* Headings (Company Info, Support) */
.footer-col .footer-heading {
    color: #ffffff;
    font-size: 14px;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-bottom: 20px;
    font-weight: 600;
}

/* Paragraphs & Links inside columns */
.footer-col .footer-details p,
.footer-col .footer-details a,
.footer-col ul.footer-menu-vertical li a {
    color: #b3b3b3;
    font-size: 14px;
    line-height: 1.8;
    text-decoration: none;
    transition: color 0.3s ease;
    margin: 0 0 8px 0;
    display: block; /* Stacks links vertically */
}

/* Hover effects */
.footer-col .footer-details a:hover,
.footer-col ul.footer-menu-vertical li a:hover {
    color: #ffffff;
}

/* Reset the UL styles for the vertical menu */
.footer-col ul.footer-menu-vertical {
    list-style: none;
    padding: 0;
    margin: 0;
}

/* Bottom Copyright Bar */
.footer-bottom-bar {
    border-top: 1px solid #333; /* Optional: adds a subtle line above the copyright */
    padding-top: 25px;
    text-align: center;
}

.footer-bottom-bar .copyright {
    color: #b3b3b3;
    font-size: 13px;
    margin: 0;
}

@media(max-width:1199px){
    ul.navbar {
        gap: 5px;
    }
    ul.navbar li a {
        padding: 7px 14px;
        font-size: 15px;
    }
    .hero-left-img {
        max-width: 56%;
    }
    .hero-content {
        max-width: 39%;
    }
    .product-slider .slick-slide {
        margin: 0 15px;
    }
    .product-slider .slick-list {
        margin: 0 -15px;
    }
    button.slick-prev.slick-arrow {
        left: -30px;
    }
    button.slick-next.slick-arrow {
        right: -30px;
    }
    button.slick-arrow {
        width: 25px;
        height: 25px;
    }
   /** .product-img {
        height: 290px;
        padding: 20px;
    }**/
}
@media(max-width:1024px){
    h1, .h1 {
        font-size: 30px;
    }
    h2, .h2 {
        font-size: 28px;
    }
    h3, .h3 {
        font-size: 20px;
    }
    h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
        margin-bottom: 20px;
    }
    .btn {
        padding: 10.5px 25px;
        font-size: 14px;
    }
    .hamburger {
        display: flex;
    }
    .menu {
        position: fixed;
        height: 100%;
        top: 0;
        right: 0;
        background: #fff;
        z-index: 11;
        padding: 60px 20px 40px;
        width: 300px;
        overflow: auto;
        transform: translateX(300px);
        transition: all 0.3s ease;
        visibility: hidden;
        opacity: 0;
    }
    ul.navbar {
        flex-wrap: wrap;
        gap: 0;
    }
    ul.navbar li {
        width: 100%;
    }
    ul.navbar li a {
        color: var(--secondary-color);
    }
    .menu.active {
    visibility: visible;
    opacity: 1;
        transform: translateX(0);
    }
    .hamburger.active {
        z-index: 111;
        position: absolute;
        top: 20px;
        right: 20px;
    }
    .hamburger.active span {
        background: var(--secondary-color);
        width: 20px;
        height: 2px;
    }
    .hamburger.active span:nth-child(2) {
        display: none;
    }
    .hamburger.active span:nth-child(1) {
        transform: rotate(45deg);
        position: relative;
        top: 6px;
    }
    .hamburger.active span:nth-child(3) {
        transform: rotate(-45deg);
        position: relative;
        top: -2px;
    }
    body.menu-open {
        overflow: hidden;
        position: relative;
    }
    body.menu-open:after {
        content: '';
        position: absolute;
        width: 100%;
        height: 100%;
        inset: 0;
        background: rgba(0,0,0,0.5);
    }
    .top-header {
        padding: 12px 0;
    }
    .header-icons .gmail {
        padding-right: 24px;
        margin-right: 15px;
    }
    .header-icons {
        gap: 12px;
    }
    .video-sec .container {
        min-height: 300px;
    }
    .featured-product-wrap, .mission-wrapper {
        gap: 24px;
    }
    .choose-col-wrap {
        gap: 20px;
    }
    .single-box, .mission-wrapper .single-box.full-width {
        padding: 24px 20px;
    }
    .content-box {
        padding: 20px;
        margin-bottom: 20px;
    }
    .content-col-wrap {
        gap: 20px;
    }
    .content-col-wrap .single-col {
        padding: 24px 20px;
    }
    .faq-heading {
        padding: 40px 30px;
        max-width: 45%;
    }
    .faq-image {
        max-width: 55%;
    }
    .short-description {
        padding: 12px 0;
        margin: 12px 0;
    }
    .btn.cart-btn {
        font-size: 14px;
        padding: 10px 17px;
    }
    .quantity-selector {
        padding: 8px;
    }
    a.wishlist {
        width: 45px;
        height: 42px;
    }
    .vertical-slider .slick-slide {
        height: 88px !important;
    }
    .product-gallery.vertical-layout .vertical-slider {
        max-width: 88px;
    }
    .product-gallery.vertical-layout .vertical-single {
        max-width: calc(100% - 110px);
    }
    .sidebar {
        padding: 24px 15px;
    }
    .product-listing.three-col {
        grid-template-columns: repeat(2, 1fr);
    }
    .sidebar h3 {
        font-size: 18px;
    }
    .search-box input {
        padding: 10px 35px 10px 15px;
    }
    .search-box span {
        right: 15px;
        top: 11px;
        width: 16px;
        height: 16px;
    }
    .blog-listing {
        gap: 25px;
    }
}
@media(max-width:991px){
  /**  .product-img {
        height: 220px;
        padding: 10px;
    }**/
    .product-slider .slick-slide {
        margin: 0 10px;
    }
    .product-slider .slick-list {
        margin: 0 -10px;
    }
    .product-detail {
        padding: 20px 10px 0;
        text-align: center;
    }
   /** .product-listing.three-col .product-img {
        height: 200px;
        padding: 10px;
    }**/
}
@media(max-width:767px){
    body {
        font-size: 14px;
    }
    h1, .h1 {
        font-size: 26px;
    }
    h2, .h2 {
        font-size: 24px;
    }
    h3, .h3 {
        font-size: 20px;
    }
    .pd-medium {
        padding: 40px 0;
    }
    .hero-sec .container {
        padding: 40px 15px;
    }
    .header .logo {
        flex: 0 0 100%;
        max-width: 120px;
    }
    .header-icons .gmail {
        padding: 0;
        margin: 0;
        border: none;
    }
    .header-icons .gmail span {
        display: none;
    }
    .header-icons a {
        padding: 0;
    }
    .header-icons a svg {
        width: 22px;
        height: 22px;
    }
    .flex {
        flex-wrap: wrap;
        gap: 30px 15px;
    }
    .btn-wrap {
        margin-top: 30px;
    }
    .btn-wrap.flex {
        gap: 10px;
    }
    .btn {
        padding: 10.5px 20px;
    }
    .heading-wrapper {
        margin-bottom: 25px;
    }
    .btn {
        min-width: min-content;
    }
    .hero-inner >*, .two-col-wrapper >*, .equal-width .two-col-wrapper >* {
        max-width: 100%;
        width: 100%;
    }
    .reverse {
        flex-direction: column-reverse;
    }
    .hero-inner {
        flex-direction: column-reverse;
        text-align: center;
    }
    input.subscribe-input {
        min-height: 55px;
        padding: 10px 15px;
        font-size: 14px;
    }
    button.signup-btn {
        min-height: min-content;
        font-size: 14px;
        min-width: min-content;
        top: 7px;
        padding: 13px 21px;
    }
    .video-sec .container {
        min-height: 240px;
    }
    .play-icon {
        width: 70px;
        height: 70px;
    }
    a.explore-title {
        font-size: 20px;
        margin-top: 15px;
    }
    .three-col {
        grid-template-columns: repeat(2, 1fr);
    }
    .inner-banner {
        min-height: max-content;
    }
    .two-column {
        grid-template-columns: repeat(1, 1fr);
    }
    .mission-wrapper .single-box.full-width {
        grid-column: auto;
    }
    .two-col-sec.full-sec .img-col {
        max-width: 100%;
        margin-left: 0;
    }
    .faq-inner {
        padding: 20px 15px;
    }
    .accordion-item button {
        font-size: 14px;
        padding: 12px 0;
    }
    .faq-heading {
        padding: 24px 20px;
        max-width: 100%;
    }
    .faq-image {
        max-width: 100%;
    }
    .faq-banner {
        flex-wrap: wrap;
    }
    .line {
        margin-top: 25px;
        max-width: 100px;
    }
    span.icon {
        width: 24px;
        flex: 0 0 24px;
        height: 24px;
        border-width: 1px;
    }
    span.icon:after {
        font-size: 18px;
        top: 0px;
        font-weight: 600;
        left: 5px;
    }
    .tabs-header {
        white-space: nowrap;
        overflow: auto;
    }
    button.tab-btn {
        padding: 13px 15px;
        font-size: 14px;
    }
    .product-gallery, .detail-col {
        max-width: 100%;
    }
    .quantity-wrapper {
        max-width: max-content;
    }
    a.wishlist svg {
        width: 20px;
        height: 20px;
    }
    .tabs-container {
        margin-top: 60px;
    }
    .detail-col .price {
        font-size: 20px;
    }
    .product-gallery.vertical-layout {
        flex-wrap: wrap;
        height: auto;
    }
    .product-gallery.vertical-layout .vertical-single {
        max-width: 100%;
    }
    .product-gallery.vertical-layout .vertical-slider {
        max-width: 100%;
    }
    .vertical-slider .slick-slide {
        height: 70px !important;
        padding: 0;
        margin: 0 5px;
    }
    .vertical-slider .slick-slide img {
        height: 70px !important;
    }
    .product-gallery.vertical-layout .slick-track {
        gap: 0;
    }
    .sidebar {
        max-width: 100%;
    }
    .product-listing-outer {
        max-width: 100%;
    }
    .product-listing.three-col {
        gap: 12px;
    }
    .product-listing.three-col .single-product {
        padding: 8px;
    }
    .product-listing.three-col .product-img {
        height: 140px;
        padding: 5px;
    }
    .product-listing.three-col .product-detail {
        padding: 14px 0 0;
    }
    .product-title {
        font-size: 16px;
        margin-bottom: 9px;
    }
    .pagination {
        margin-top: 30px;
        gap: 6px;
    }
    .pagination .page {
        min-width: 40px;
        min-height: 40px;
    }
    .page-numbers {
        gap: 6px;
    }
    .blog-details {
        padding: 25px 15px;
    }
    button#loadMore {
        font-size: 18px;
        padding: 5px 15px;
    }
}
@media(max-width:576px){
    .featured-product-wrap, .three-col {
        grid-template-columns: repeat(1, 1fr);
    }
    .cart-row {
        gap: 5px;
    }
    .quantity-selector {
        padding: 8px 0;
    }
    a.wishlist {
        width: 42px;
        height: 42px;
    }
   .btn.cart-btn {
        font-size: 13px;
        padding: 10.61px 10px;
    }
}