

.navbar-custome-name-a {
    color: #5C6A6B !important;
    font-size: 18px !important;
    font-style: normal;
    font-weight: 400 !important;
    line-height: normal;
}

.navbar-custom-registraion-btn{
    background: #6E4E1D;
    display: flex !important;
    width: 106px;
    height: 53px;
    padding: 5px 10px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    color: white !important;

    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.navbar-custom-login-btn{
    border-bottom: 2px solid #192629;
    display: flex !important;
    width: 90px;
    height: 53px;
    padding: 5px 10px;
    justify-content: center;
    align-items: center;
    gap: 10px;

    color: #5C6A6B !important;
    font-size: 16px !important;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-right: 10px;
}

.navbar-custom-login-btn:hover {
    background: #a7acac !important;
}

.footer-copyright-text{
    color: #FFF;
    font-size: 16px !important;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    /* text-decoration-line: underline; */
    text-decoration-style: solid;
    text-decoration-skip-ink: auto;
    text-decoration-thickness: auto;
    text-underline-offset: auto;
    text-underline-position: from-font;
}

.footer-text-desc{
    color: #FFF !important;
    font-size: 15px;
    font-style: normal;
    font-weight: 300;
    line-height: 24px; /* 162.5% */
}

.footer-follow-us-title{
    color: #FFF !important;
    font-size: 15px !important;
    font-style: normal;
    font-weight: 400 !important;
    line-height: normal;
}

.navbar-list-options-title{
    color: #FFF;
    font-family: Aleo;
    font-size: 25px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.navbar-list-options-name{
    color: #FFF !important;
    font-size: 15px;
    font-style: normal;
    font-weight: 100 !important;
    line-height: normal;
}

.header-banner-text-content {
    z-index: 999;
    position: absolute;
    margin-top: 160px;
}

.shop-now-btn{
    border-radius: 8px;
    background: #6E4E1D;
    color: #FFF;
    display: flex;
    padding: 9px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    width: 18%;
}

.shop-now-btn:hover {
    background: #573d15;
}

.categorical-section-margin{
    margin-top: 30px;
}

.first-content-text-col2 img{
    width: 80%;
    display: flex;
    margin: auto;
}

@media (max-width: 768px) {
    .shop-now-btn{
        width: 40%;
    }
    .first-content-text-col2{
        margin-top: 20px;
    }
}

.shop-now-btn-text{
    color: #FFF;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.shop-now-btn-text:hover {
    color: #FFF;
}

.first-content-text-col h2{
    color: #192629;
    font-size: 25px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: capitalize;
}

.first-content-text-col p{
    color: #3C3C3C;
    font-size: 17px;
    font-style: normal;
    font-weight: 300;
    line-height: 30px; /* 140.758% */
}

.why-choose-use-heading{
    margin-top: 30px;
}

.why-choose-use-heading h2 {
    color: #6E4E1D;
    text-align: center;
    font-size: 25px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    border-bottom: 4px solid #6E4E1D;
    display: inline-block; /* Optional: keeps the underline tight around text */
    padding-bottom: 10px;   /* Optional: adds space between text and border */
    margin: 0 auto;         /* Optional: centers if using inline-block */
}


.why-choose-use-heading p{
    color: #000;
    text-align: center;
    font-size: 17px;
    font-style: normal;
    font-weight: 300;
    line-height: 20px;
    width: 45%;
    margin: auto;
    margin-top: 10px;
}

@media (max-width: 768px) {
    .why-choose-use-heading p{
        width: 100%;
    }
    .first-content-text-col h2{
        margin-top: 15px;
    }
}

/* home css */
        @media (max-width: 767px){
            #flash_deal .flash-deals-baner{
                height: 203px !important;
            }
        }
        .home-banner-area .aiz-carousel .slick-arrow:hover {
        background: #6E4E1D;
        }

        .home-banner-area .slick-prev:before,
        .home-banner-area .slick-next:before {
        color: #101828 !important;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-top: 10px;
        }

        .home-banner-area .slick-prev:hover:before,
        .home-banner-area .slick-next:hover:before {
        color: #ffffff !important;
        }

        .home-banner-area .aiz-carousel .slick-dots .slick-active button {
        background: black;
        }

        #testimonial-section .carousel-box {
        padding: 1rem;
        }

        #testimonial-section .testimonial-card {
        background: #EDEDED;
        border: 1px solid #ddd;
        padding: 20px;
        border-radius: 10px;
        /* width: 500px; */
        box-shadow: 0px 0px 36.4px 0px rgba(0, 0, 0, 0.14) inset;
        }

        #testimonial-section .testimonial-featured {
        background: #f0f8ff;
        }

        #testimonial-section .testimonial-stars {
        color: #f39c12;
        }

        #testimonial-section .fw-semibold {
        font-weight: 600;
        }

        #testimonial-section .text-muted {
        color: #6c757d;
        }

        #testimonial-section .small {
        font-size: 0.8rem;
        }

        #testimonial-section .slick-slide {
        opacity: 1;
        transition: transform 0.4s ease, opacity 0.4s ease;
        transform: scale(0.75);
        }

        #testimonial-section .slick-center {
        opacity: 1 !important;
        transform: scale(1.15);
        z-index: 2;
        border-radius: 10px !important;
        }

        #testimonial-section .testimonials-section-container{
            padding-bottom: 45px !important;
        }

        #testimonial-section .slick-prev:before, .slick-next:before {
            color: transparent;
        }

@media (min-width: 768px) {
           .container-fluid.secondSection{
            padding-right: var(--bs-gutter-x, 5rem) !important;
            padding-left: var(--bs-gutter-x, 5rem) !important;
        }

}
.feature-icon {
    width: 85px;
    height: 85px;
    background-color: #f0f0f2;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 15px;
}

.feature-icon:hover, .feature-icon:hover svg path  {
    background-color: #6E4E1D;
    fill: white;
    transition: background-color 0.4s;
}

.feature-icon:hover img {
    filter: brightness(0) invert(1);
}

.feature-icon img {
    width: 53px;
    height: 53px;
}

.why-choose-us-col{
    margin-bottom: 70px;
}

.why-choose-us-col .feature-text {
  transition: transform 0.3s ease; /* Smooth zoom effect */
}

.why-choose-us-col:hover .feature-text {
  transform: scale(1.1); /* 10% bigger */
}


.feature-text {
    color: #192629;
    text-align: center;
    font-family: Aleo;
    font-size: 25px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

@media (max-width: 768px) {

}

.why-choose-us-bottom-col{
    margin-top: 78px;
}

@media (max-width: 768px) {
    .why-choose-us-bottom-col{
        margin-top: 0px;
    }
}

.apply-for-business-pricing-col h2{
    color: #192629;
    font-family: Aleo;
    font-size: 25px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

@media (max-width: 768px) {
    .apply-for-business-pricing-col h2{
        margin-top: 20px;
    }
}

.apply-for-business-pricing-col p{
    color: #192629;
    font-family: Aleo;
    font-size: 17px;
    font-style: normal;
    font-weight: 300;
    line-height: 30px; /* 159.091% */
}

.apply-for-business-pricing-col-img {
    text-align: right;
}

.apply-for-business-pricing-col-img img{
    width: 80%;
}

.apply-for-business-pricing-sec{
    background: #E7E7E7;
    padding-bottom: 50px;
}

.apply-now-btn {
    width: 230px;
    border-radius: 77.852px;
    background: rgb(0 0 0 / 8%);
    border: 1px solid rgba(241, 237, 232, 0.4);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    color: #f1ede8;
    display: flex;
    align-items: center;
    justify-content: center;
}


.apply-now-btn-text {
    color: #192629;
    font-family: Aleo;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 27.248px; /* 194.631% */
    display: flex;
    align-items: center;
    gap: 5px;
    transition: all 0.3s ease;
    padding: 5px 15px;
    border-radius: 77.852px;
}

.apply-now-btn:hover {
    background: #524C40;
}

.apply-now-btn:hover .apply-now-btn-text {
    color: white !important;
}

.apply-now-btn:hover .apply-now-btn-text svg path {
    fill: white;
}

.our-products-heading h2{
    color: #6E4E1D;
    text-align: center;
    font-family: Aleo;
    font-size: 25px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    border-bottom: 4px solid #6E4E1D;
    display: inline-block;
    padding-bottom: 10px;
    margin: 0 auto;
}

.our-products-heading{
    margin: auto;
}

.our-products-heading p{
    color: #000;
    text-align: center;
    font-family: Aleo;
    font-size: 17px;
    font-style: normal;
    font-weight: 300;
    line-height: 26px; /* 162.5% */
    margin-top: 10px;
}

.products-title-a{
    color: #000;
    font-family: Aleo;
    font-size: 24px !important;
    font-style: normal;
    font-weight: 700;
    line-height: 27.248px; /* 104.801% */
}

@media (max-width: 768px) {
    .products-title-a{
        font-size: 17px !important;
    }
}


.products-buy-now-btn {
    width: 112px;
    border-radius: 77.852px;
    background: transparent;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    margin: auto;
    background: #F8F8F8;
    margin-top: 6px;
}

.products-buy-now-btn-text {
    color: #192629;
    font-family: Aleo;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 27.248px; /* 194.631% */
    display: flex;
    align-items: center;
    gap: 5px;
    transition: all 0.3s ease;
    padding: 5px 15px;
    border-radius: 77.852px;
}

.products-buy-now-btn:hover {
    background: #524C40;
}

.products-buy-now-btn:hover .products-buy-now-btn-text {
    color: white !important;
}

.products-buy-now-btn:hover .products-buy-now-btn-text svg path {
    fill: white;
}


.subscribe-container {
    max-width: 600px;
    margin: 45px auto;
    border-radius: 0px;
    overflow: hidden;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  }

  .subscribe-input {
    border: none;
    padding: 1rem 1.5rem;
    border-radius: 0;
    outline: none;
    box-shadow: none;
    height: auto;
  }

  .subscribe-button {
    background-color: #4B443E; /* dark brown */
    color: white;
    padding: .5rem 2rem;
    border: none;
    border-radius: 0 50px 50px 0;
    font-weight: 600;
    height: auto;
  }

  .subscribe-button:hover {
    background-color: #3b3631;
  }

  input::placeholder {
    color: #b8b8b8;
    font-style: italic;
  }

  .subscribe-section-heading-h2{
    color: #000;
    text-align: center;
    font-family: Aleo;
    font-size: 25px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }

  .subscribe-section-heading-p{
    color: #000;
    text-align: center;
    font-family: Aleo;
    font-size: 17px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    width: 45%;
    margin: auto;
  }

  @media (max-width: 768px) {
    .subscribe-section-heading-p{
        width: 100%;
      }
}


.testimonial-card {
    background: #f8f9fa;
    border-radius: 20px;
    padding: 25px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
    height: 100%;
  }
  .testimonial-stars {
    color: #FFA500;
    font-size: 18px;
  }
  .testimonial-nav button {
    background: #fff;
    border: 1px solid #ddd;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    box-shadow: 0 2px 6px rgba(0,0,0,0.1);
  }
  /* Highlighted center card */
  .testimonial-featured {
    background: #fff;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    transform: scale(1.05);
    z-index: 2;
  }



  .owl-carousel .owl-item {
    transition: all 0.3s ease-in-out;
}

.owl-carousel .owl-item .card {
    padding: 30px;
    position: relative;
}

.owl-carousel .owl-stage-outer {
    overflow-y: auto !important;
    padding-bottom: 40px;
}

.owl-carousel .owl-item img {
    height: 200px;
    object-fit: cover;
    border-radius: 6px;
}

.owl-carousel .owl-item .card .name {
    position: absolute;
    bottom: -20px;
    left: 33%;
    color: #101c81;
    font-size: 1.1rem;
    font-weight: 600;
    background-color: aquamarine;
    padding: 0.3rem 0.4rem;
    border-radius: 5px;
    box-shadow: 2px 3px 15px #3c405a;
}

.owl-carousel .owl-item .card {
    opacity: 0.2;
    transform: scale3d(0.8, 0.8, 0.8);
    transition: all 0.3s ease-in-out;
}

.owl-carousel .owl-item.active.center .card {
    opacity: 1;
    transform: scale3d(1, 1, 1);
}

.owl-carousel .owl-dots {
    display: inline-block;
    width: 100%;
    text-align: center;
}

.owl-theme .owl-dots .owl-dot span {
    height: 20px;
    background: #2a6ba3 !important;
    border-radius: 2px !important;
    opacity: 0.8;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    height: 13px;
    width: 13px;
    opacity: 1;
    transform: translateY(2px);
    background: #83b8e7 !important;
}

@media(min-width: 480.6px) and (max-width: 575.5px) {
    .owl-carousel .owl-item .card .name {
        left: 24%;
    }
}

@media(max-width: 360px) {
    .owl-carousel .owl-item .card .name {
        left: 30%;
    }
}

.what-our-customer-says h2{
    color: #6E4E1D;
    text-align: center;
    font-family: Aleo;
    font-size: 25px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    border-bottom: 4px solid #6E4E1D;
    display: inline-block;
    padding-bottom: 10px;
    margin: 0 auto;
}

.what-our-customer-says p{
    color: #3C3C3C !important;
    text-align: center;
    font-family: Aleo;
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px; /* 162.5% */
    margin-top: 10px;
}

.product-details-section-one{
    background: #F1EDE8;
    padding-top: 40px;
    padding-bottom: 40px;
}

.product-details-section-first-one h2{
    color: #000;
    font-family: Aleo;
    font-size: 25px;
    font-style: normal;
    font-weight: 400;
    line-height: 235%; /* 56.4px */
    letter-spacing: 8.28px;
}

.product-details-section-first-one h3{
    color: #192629;
    font-family: Aleo;
    font-size: 25px;
    font-style: normal;
    font-weight: 600;
    line-height: 180%; /* 75.2px */
}

.product-details-section-first-one p{
    color: #524C40;
    font-family: Aleo;
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: 180%; /* 42.9px */
}

.product-details-see-more-text {
        /* Your Existing Styles */
        color: #6E4E1D;
        font-family: Aleo;
        font-size: 17px;
        font-weight: 700;
        text-decoration: underline;
        text-underline-position: from-font;

        /* THE FIX: Reset button defaults */
        border: none;
        background: transparent;
        padding: 0;
        margin: 0;
        cursor: pointer;
        outline: none;

        /* Positioning logic */
        display: inline-block;
        margin-top: 2px; /* Tiny gap from text */
    }

.product-details-section-first-two h2{
    color: #192629;
    font-family: Aleo;
    font-size: 25px;
    font-style: normal;
    font-weight: 400;
    line-height: 235%; /* 56.4px */
    letter-spacing: 8.28px;
}

.product-details-section-first-two h3{
    color: #192629;
    font-family: Aleo;
    font-size: 25px;
    font-style: normal;
    font-weight: 600;
    line-height: 180%; /* 75.2px */
    text-transform: capitalize;
}

.product-details-section-first-two p{
    color: #192629;
    font-family: Aleo;
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: 195%; /* 42.9px */
}

.product-details-section-first-two-div-p{
    color: #192629;
    font-family: Aleo;
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: 180%; /* 42.9px */
}

.product-details-section-two{
    margin-top: 40px;
    margin-bottom: 40px;
}

.products-details-products-title{
    color: #000;
    font-family: Aleo;
    font-size: 25px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.products-details-products-desc{
    color: #5C5C5C;
    font-family: Aleo;
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
}

.products-details-shipping-text{
    color: #6E4E1D;
    font-family: Aleo;
    font-size: 15px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: auto;
    text-decoration-thickness: auto;
    text-underline-offset: auto;
    text-underline-position: from-font;
}

.products-details-calculated-checkout{
    color: #524C40;
    font-family: Aleo;
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.products-details-span-text{
    color: #5C5C5C;
    font-family: Aleo;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

/* featured product */

.featured-specials h3 {
    font-size: 1.3rem;
    letter-spacing: 2px;
}

.featured-item img {
    transition: transform 0.3s ease;
}

.featured-item:hover img {
    transform: scale(1.05);
}

.featured-item h6 {
    font-size: 1rem;
    color: #333;
    margin-top: 0.5rem;
}




span.aiz-megabox-elem.rounded-0.d-flex.align-items-center.justify-content-center.py-1.px-3 {
    background: #E7E7E7;
}

.call-for-price-btn{
    border-radius: 2px;
    background: #6E4E1D;
    color: white;
    padding: 10px 35px;
}

.get-a-quote-btn{
    border-radius: 2px;
    border: 1px solid #0B0B0B !important;
    color: #6E4E1D;
    padding: 10px 35px;
    background: white;
}

.products-tab-panel-name-btn {
    color: black;
    padding: 10px 95px;
    background: white;
    font-size: 18px;
    font-weight: 500;
}

.products-tab-panel-name-btn:hover,
.products-tab-panel-name-btn.active {
    border-radius: 4px;
    background: #6E4E1D;
    color: white;
    padding: 10px 95px;
}

.products-tab-panel-name-btn1 {
    color: black;
    padding: 10px 50px;
    background: white;
    font-size: 18px;
    font-weight: 500;
}

.products-tab-panel-name-btn1:hover,
.products-tab-panel-name-btn1.active {
    border-radius: 4px;
    background: #6E4E1D;
    color: white;
    padding: 10px 50px;
}

.products-tab-panel-name-btn2 {
    color: black;
    padding: 10px 30px;
    background: white;
    font-size: 18px;
    font-weight: 500;
}

.products-tab-panel-name-btn2:hover,
.products-tab-panel-name-btn2.active {
    border-radius: 4px;
    background: #6E4E1D;
    color: white;
    padding: 10px 30px;
}

.img-zoom img {
    transform: none !important;
    transition: none !important;
  }


.about-us-first-section-h3{
    color: #332A2A;
    font-family: Aleo;
    font-size: 25px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.about-us-first-section-h2{
    color: #6E4E1D;
    font-family: Aleo;
    font-size: 25px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.about-us-first-section-p span{
    color: #5C5C5C !important;
    font-family: Aleo;
    font-size: 17px !important;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
}

.breadcrumb-text{
    color: #FFF;
    font-size: 28px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;

    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
}

.about-us-first-section{
    margin-top: 70px;
    margin-bottom: 70px;
}

@media(max-width: 768px) {
    .about-us-first-section{
        margin-top: 30px;
        margin-bottom: 30px;
    }
    .about-us-first-section-h3{
        font-size: 25px;
    }

    .about-us-first-section-h2{
        font-size: 30px;
    }

    .about-us-first-section-p{
        font-size: 18px;
    }
    .breadcrumb-text{
        font-size: 22px;
    }
}

.about-us-second-section-h2{
    color: #6E4E1D;
    font-family: Aleo;
    font-size: 25px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.about-us-second-section-span{
    color: #000;
    font-family: Aleo;
    font-size: 15px;
    font-style: normal;
    font-weight: 300;
    line-height: 17.343px; /* 162.5% */
}

.about-us-third-section{
    background: #F1EDE8;
    padding-top: 70px;
    padding-bottom: 32px;
}

.about-us-third-section-h2 {
    color: #6E4E1D;
    font-family: Aleo;
    font-size: 25px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: capitalize;
    display: inline-block; /* key change */
    border-bottom: 4px solid #58411d;
}

@media(max-width: 768px) {
    .about-us-third-section-h2{
        font-size: 25px;
    }
    .about-us-third-section{
        padding-top: 30px;
        padding-bottom: 22px;
    }
}

.about-us-third-section-first-span{
    color: #000;
    font-family: Aleo;
    font-size: 17px;
    font-style: normal;
    font-weight: 300;
    line-height: 25px;
}

.about-us-third-section-second-span{
    color: #000;
    font-family: Aleo;
    font-size: 17px;
    font-style: normal;
    font-weight: 300;
    line-height: 26px; /* 162.5% */
}

.about-us-fourth-section{
    background: #F1EDE8;
    padding-top: 70px;
}

.about-us-fifth-section{
    background: #F1EDE8;
    padding-top: 70px;
}

.features-specials-text{
    color: #6E4E1D;
    font-size: 25px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    border-bottom: 4px solid #6E4E1D;
    display: inline-block;
    padding-bottom: 10px;
    margin: 0 auto;
}

@media(max-width: 768px) {
    .about-us-fifth-section{
        padding-top: 30px;
    }
}





.contact-us-heading h4{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-bottom: 1px dashed #000;
    color: #000;
    text-align: center;
    font-size: 25px;
    font-style: normal;
    font-weight: 600;
    width: 15%;
    margin: auto;
}

.contact-us-heading p{
    color: #000;
    text-align: center;
    font-size: 17px;
    font-style: normal;
    font-weight: 300;
    margin-top: 10px;
}

.contact-information-text{
    color: #6E4E1D;
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
}

.address-information-text{
    color: #6E4E1D;
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    margin-top: 44px !important;
}

.request-details-text{
    color: #6E4E1D;
    font-size: 25px;
    font-style: normal;
    font-weight: 400;
    margin-top: 44px !important;
}

.security-code-text{
    color: #6E4E1D;
    font-size: 25px;
    font-style: normal;
    font-weight: 400;
    line-height: 108%;
    margin-top: 44px !important;
}

@media(max-width: 768px) {
    .contact-us-heading h4{
        font-size: 25px;
        width: 36%;
    }

    .contact-us-heading p{
        font-size: 17px;
        margin-top: 10px;
    }

    .contact-information-text{
        font-size: 17px;
    }

    .address-information-text{
        font-size: 18px;
        margin-top: 44px !important;
    }

    .request-details-text{
        font-size: 20px;
        margin-top: 44px !important;
    }

    .security-code-text{
        font-size: 20px;
        line-height: 108%; /* 23.76px */
        margin-top: 44px !important;
    }
}





.send-a-message-text{
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 30px;
    border-bottom: 1px dashed #000;
    color: #000;
    text-align: center;
    font-size: 25px;
    font-style: normal;
    font-weight: 600;
    line-height: 170%; /* 75.2px */
    margin: auto;
    width: 18%;
}

.faq-page-input-field{
    border-radius: 8px;
    background: #E7E7E7;
    height: 45px;
    align-self: stretch;
}

.faq-page-textarea-field{
    border-radius: 8px;
    background: #E7E7E7;
    height: 218.768px !important;
    align-self: stretch;
}

.faq_title h4 {
    color: #000;
    text-align: center;
    font-size: 25px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
.faq-page-name-text {
    color: #000;
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
}
.custom_btn_faq_submit_color {
    display: flex;
    padding: 8px 30px !important;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 8px;
    background: #6E4E1D;
    color: #FFF;
    font-size: 15px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
.custom_btn_faq_submit_color:hover {
    background-color: #723b02;
    color: #FFF;
}

@media(max-width: 768px) {
    .send-a-message-text{
        font-size: 20px;
        line-height: 170%;
        width: 50%;
    }

    .faq-page-input-field{
        height: 45px;
    }

    .faq-page-textarea-field{
        height: 140.768px !important;
    }

    .faq_title h4 {
        font-size: 25px;
    }
    .faq-page-name-text {
        font-size: 16px;
        line-height: 235%; /* 51.7px */
    }
    .custom_btn_faq_submit_color {
        padding: 8px 30px !important;
        font-size: 15px;
    }
}










.prodcucts-details-recent-view-products{
    color: #000;
    font-size: 25px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 20px;
}

@media(max-width: 768px) {
    .prodcucts-details-recent-view-products{
        font-size: 25px;
    }
}





.business-account-application-heading h4{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-bottom: 1px dashed #000;
    color: #000;
    text-align: center;
    font-size: 25px;
    font-style: normal;
    font-weight: 600;
    width: 35%;
    margin: auto;
}

.business-account-application-heading p{
    color: #000;
    text-align: center;
    font-size: 17px;
    font-style: normal;
    font-weight: 300;
    margin-top: 10px;
}

.business-account-application-heading h5{
    color: #6E4E1D;
    text-align: center;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    margin-top: 30px;
}

.business-account-form-label {
    color: #6E4E1D;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    margin-top: 34px;
}

.business-account-form-check-label {
    color: #5C5C5C;
    font-size: 15px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
}

.business-account-description p{
    color: #6E4E1D;
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    margin-top: 34px;
}

@media(max-width: 768px) {
    .business-account-application-heading h4{
        font-size: 22px;
        line-height: 220%;
        width: 94%;
    }

    .business-account-application-heading p{
        font-size: 17px;
        line-height: 29px;
        margin-top: 9px;
    }

    .business-account-application-heading h5{
        font-size: 19px;
        line-height: 29px; /* 131.818% */
        margin-top: 30px;
    }

    .business-account-form-label {
        font-size: 20px;
        margin-top: 34px;
    }

    .business-account-form-check-label {
        font-size: 14px;
    }

    .business-account-description p{
        font-size: 17px;
        margin-top: 34px;
    }
}





ul.custom-dropdown.subcategory-list{
    position: fixed;
    background: white;
    list-style: none;
    align-items: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0;
}

.dropdown-item-custom{
    color: #192629;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 235%;
    padding: 0 20px;
}

.dropdown-item-custom:hover{
    background: #ecebeb;
    color: #192629 !important;
}





.customize-your-order{
    color: #000;
    font-size: 25px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 20px;
}

.every-attributes-title{
    /* display: flex; */
    height: 48px;
    padding: 10px 10px !important;
    justify-content: space-between;
    align-items: center;
    align-self: stretch;
    background: #E7E7E7;
}

.every-attributes-title a{
    color:#192629 !important;
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.attributes-small-text{
    color: #192629;
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}





.products-choose-options{
    display: flex;
    height: 35px;
    padding: 6px 10px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    align-self: stretch;
    border-radius: 6px;
    background: #6E4E1D;
    margin-top: 15px;
}

.products-choose-options a{
    color: white;
}

.products-title-a-for-leather-products{
    color: #000;
    font-size: 25px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.leather-products-full-card{
    padding: 8px 7px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 8px;
    background: #FFF;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.08);
}

.arributes-list-name-name{
    color: #3C3C3C;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}










ul.social a {
    width: 33px;
    height: 34px;
}

.testimonial-full-section{
    background: #F1EDE8;
}



.filter-summary-box{
    padding: 10px 10px !important;
    background: #6E4E1D;
    color: #FFF;
}

.products-details-first-image{
    width: 80%;
}

.products-details-second-image{
    width: 80%;
}

/* applying hover effect on all image */
.first-content-text-col2 img {
    transition: transform 0.3s ease;
}
.first-content-text-col2 img:hover {
    transform: scale(1.05);
}

.apply-for-business-pricing-col-img img {
    transition: transform 0.3s ease;
}
.apply-for-business-pricing-col-img img:hover {
    transform: scale(1.05);
}

.products-details-first-image {
    transition: transform 0.3s ease;
}
.products-details-first-image:hover {
    transform: scale(1.05);
}

.products-details-second-image {
    transition: transform 0.3s ease;
}
.products-details-second-image:hover {
    transform: scale(1.05);
}

.about-us-fifth-section-learn{
    margin-top: 40px;
}


.learn-main-wrapper {
    padding: 50px 0;
}

.section-head {
    font-size: 25px;
    font-weight: 700;
    margin-bottom: 15px;
    color: #1e1e1e;
}

.section-subtext {
    font-size: 17px;
    line-height: 1.8;
    color: #444;
}

.section-block {
    margin-bottom: 60px;
}

/* Main Image */
.learn-page-main-image {
    max-width: 580px;
    width: 100%;
    border-radius: 12px;
    display: block;
    margin: auto;
    transition: transform .25s ease;
}
.learn-page-main-image:hover {
    transform: scale(1.03);
}

/* Inner titles & icons removed */
.section-heading-line {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 12px;
}
.section-heading-line h2 {
    font-weight: 600;
    margin: 0;
    font-size: 25px;
}

/* ===== LEARN PAGE STYLING ===== */

/* Primary section: Hide Parts */
.hide-parts-section {
    display: flex;
    gap: 30px;
    flex-wrap: wrap;
    align-items: center; /* centers the columns vertically */
    padding: 20px; /* add some padding so shadow looks good */
    border-radius: 12px; /* rounded corners for a soft look */
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.12); /* subtle shadow */
    background-color: #fff; /* needed so shadow shows well */
}
.hide-parts-section .hide-image {
    flex: 1;
    min-width: 280px;
    display: flex;           /* make it flex container */
    justify-content: center; /* horizontally center */
    align-items: center;     /* vertically center */
}
@media (min-width:961px) {
    .hide-parts-section .hide-image {
        justify-content: right !important; /* horizontally center */
        align-items: center;     /* vertically center */
    }
}
.hide-parts-section .hide-image img {
    width: 50%;
    border-radius: 12px;
    object-fit: cover;
    transition: transform 0.3s ease;
}
.hide-parts-section .hide-image img:hover {
    transform: scale(1.05);
}
.hide-parts-section .hide-text {
    flex: 1;
    min-width: 280px;
}
.hide-parts-section .hide-text h2 {
    font-size: 25px;
    font-weight: 700;
    margin-bottom: 15px;
}
.hide-parts-section .hide-text p {
    font-size: 17px !important;
    line-height: 1.7;
    color: #444;
}

/* Responsive */
@media(max-width: 768px) {
    .hide-parts-section {
        flex-direction: column;
    }
    .hide-parts-section .hide-image img {
        width: 70%;
        margin-top: 15px;
    }
}


.learn-page-size-image {
    width: 18%;
    border-radius: 6px;
    transition: transform 0.25s ease, box-shadow 0.2s ease;
}
.learn-page-size-image:hover {
    transform: scale(1.5);
    box-shadow: 0 5px 20px rgba(0,0,0,.15);
}

/* Accordion sections: preview + hover */
.accordion-wrapper {
    margin-bottom: 40px;
    padding: 20px;
    border-radius: 10px;
    border: 1px solid #eee;
    overflow: hidden;
    position: relative;
    transition: box-shadow 0.3s ease;
}
.accordion-wrapper:hover {
    box-shadow: 0 6px 20px rgba(0,0,0,.1);
}
.accordion-heading {
    font-weight: 600;
    font-size: 25px;
    margin-bottom: 10px;
    color: #222;
}
.accordion-preview {
    font-size: 17px;
    color: #666;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3; /* Show 3 lines only */
    -webkit-box-orient: vertical;
}
.accordion-wrapper:hover .accordion-preview {
    display: none;
}
.accordion-content {
    display: none;
    font-size: 17px;
    color: #444;
    line-height: 1.7;
}
.accordion-wrapper:hover .accordion-content {
    display: block;
}

/* Responsive */
@media(max-width: 768px) {
    .hide-parts-section {
        flex-direction: column;
    }
    .learn-page-size-image {
        width: 35%;
        margin-top: 8px;
    }
}

.row.my-5.shoulder-row-main {
    background-color: whitesmoke;
    padding: 20px; /* existing padding */
    border-radius: 12px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.12);

    max-width: auto; /* limit width to container size */
    margin: 50px auto;  /* center horizontally and add vertical spacing */
}

.shoulder-row{
    text-align: center !important;
}
.shoulder-row-odd {
    display: flex;
    padding: 10px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    align-self: stretch;
    background: #E7E7E7;
}
.shoulder-row-even {
    display: flex;
    padding: 10px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    align-self: stretch;
    background: #D2C8B9;
}
.shoulder-label {
    color: #192629;
    font-size: 25px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.shoulder-text {
    color: #8F4904;
}

.leater-grades-heading-div{
    display: flex;
    padding: 17px 10px 10px 25px;
    align-items: center;
    gap: 15px;
    align-self: stretch;
    background: #E7E7E7;

    margin-top: 56px;
    margin-bottom: 26px;
}

.leater-grades-heading-div h2{
    color: #192629;
    font-size: 25px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
}

.leater-grades-p{
    color: #192629;
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px; /* 150% */
}

.leater-grading-system-p{
    color: #192629;
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px; /* 150% */
}

.leater-grades{
    align-items: center;
}

.grading-system-heading-div{
    display: flex;
    padding: 17px 10px 10px 25px;
    gap: 15px;
    align-self: stretch;
    background: #E7E7E7;
    margin-top: 56px;
    margin-bottom: 26px;
}

.grading-system-heading-div h2{
    color: #192629;
    font-size: 25px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px; /* 131.25% */
}

.grading-system p{
    color: #192629;
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
}

.thickness-and-application span{
    font-size: 17px !important;
    line-height: 28px;
    font-weight: 400;
}

@media(max-width: 768px) {
    .shoulder-row-odd {
        padding: 10px;
        gap: 10px;
    }
    .shoulder-row-even {
        padding: 10px;
        gap: 10px;
    }
    .shoulder-label {
        font-size: 18px;
    }

    .leater-grades-heading-div{
        padding: 17px 10px 10px 25px;
        gap: 15px;

        margin-top: 56px;
        margin-bottom: 26px;
    }

    .leater-grades-heading-div h2{
        font-size: 25px;
        line-height: 20px;
    }

    .leater-grades-p{
        font-size: 17px;
        line-height: 28px; /* 150% */
    }

    .grading-system-heading-div{
        padding: 17px 10px 10px 25px;

        margin-top: 56px;
        margin-bottom: 26px;
    }

    .grading-system-heading-div h2{
        font-size: 25px;
        line-height: 20px; /* 131.25% */
    }

    .grading-system p{
        font-size: 17px;
        line-height: 25px; /* 150% */
    }

    .thickness-and-application span{
        font-size: 13px !important;
        line-height: 20px;
    }
}
/* RESPONSIVE */
@media(max-width: 576px) {
    .learn-item-box {
        flex-direction: column;
        align-items: flex-start;
    }
    .learn-page-size-image {
        margin-top: 8px;
        width: 35%;
    }
}

    /* About Us */
    .card-header {
            background-color: #E7E7E7 !important;
            border-bottom: none;
        }

        .btn-link {
            font-weight: 400;
            font-size: 25px;
            color: #000;
            text-decoration: none;
            width: 100%;
            text-align: left;
            padding: 15px 40px 15px 15px; /* Extra right padding for the icon */
            position: relative;
            font-style: normal;
        }

        .btn-link::after {
            content: '+';
            position: absolute;
            right: 0px;
            top: 50%;
            transform: translateY(-50%);
            font-size: 24px;
            line-height: 1;
        }

        .btn-link[aria-expanded="true"]::after {
            content: '-';
        }

        .card-body {
            font-size: 17px;
            padding: 15px 25px 15px 25px !important;
            color: #333;
        }

        .card-body span {
            font-size: 17px !important;
        }

        .section-heading {
            font-size: 25px;
            font-weight: 700;
            border-bottom: 1px solid #000;
            padding-bottom: 15px;
            margin-bottom: 20px;
            text-align: center;
            margin-top: 45px;
            color: #000;
            font-style: normal;
            font-weight: 600;
            line-height: 235%; /* 75.2px */
        }

        .sub-heading {
            font-size: 25px;
            font-weight: bold;
            margin-bottom: 15px;
            color: #000;
            font-style: normal;
            font-weight: 600;
            line-height: 235%; /* 75.2px */
        }

        .card {
            /* box-shadow: 0px 17px 18px 0px rgba(0, 0, 0, 0.10); */
            margin-bottom: 15px;
        }

        .container-width{
            display: flex;
            flex-direction: column;
            margin: auto;
            width: 800px;
        }

        .card-header-custom{
            padding: 0px !important;
            border: none !important;
        }

        .btn-link-text-custom{
            text-decoration: none !important;
            color: black;
        }

        .btn-link-text-custom:hover{
            text-decoration: none;
            color: black;
        }

        .video-container {
        height: 100%;
        display: flex;
        align-items: stretch;
        position: relative;
        border-radius: 16px;
        /* overflow: hidden; */
    }

    .video-container iframe {
        width: 100%;
        height: 415px !important;
        border: none;
        border-radius: 16px;
    }

    @media(max-width: 768px) {
        .video-container iframe {
            height: 315px !important;
        }
    }

    /* Center Circular Play Button */
    .play-button {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        z-index: 2;
        width: 70px;
        height: 70px;
        border-radius: 50%;
        background: rgba(255,255,255,0.85);
        display: flex;
        justify-content: center;
        align-items: center;
        cursor: pointer;
    }

    .play-button img {
        width: 40px;
        height: 40px;
    }

    /* Bottom Text Overlay */
    .about-us-first-section-video {
        position: absolute;
        bottom: -20px;
        left: 50%;
        transform: translateX(-50%);
        background: #FFF;
        border-radius: 10px;
        box-shadow: 0px 12px 20px 0px rgba(0, 0, 0, 0.10);
        padding: 10px 20px;
        z-index: 2;
    }

    .about-us-first-section-video p {
        margin: 0;
        color: #000;
        font-family: Aleo;
        font-size: 25px;
        font-weight: 400;
    }

    .carousel-box .aiz-card-box {
        background: none !important;
    }

    .about-us-second-section-span span{
        font-size: 13px !important;
    }

/* Why Choose Us */
    .why-choose-us-section {
        padding: 80px 0;
        background-color: #f8f9fa; /* Light background */
    }

    .why-choose-us-section .section-heading {
        margin-bottom: 50px;
    }

    .why-choose-us-section .main-title {
        font-size: 17px;
        font-weight: 700;
        color: #00A651;
        text-transform: uppercase;
        margin-bottom: 5px;
    }

    .why-choose-us-section .sub-title {
        font-size: 25px;
        font-weight: 700;
        color: #212529;
    }

    .why-choose-us-section .mission-quote {
        font-style: italic;
        color: #6c757d;
        border-left: 3px solid #00A651;
        border-right: 3px solid #00A651;
        padding-left: 15px;
        margin-bottom: 40px;
    }

    .reason-item {
        display: flex;
        align-items: center;
        margin-bottom: 30px;
    }

    .reason-item .reason-icon {
        width: 60px;
        height: 60px;
        min-width: 60px;
        border-radius: 50%;
        background-color: #E6F6EC;
        display: flex;
        justify-content: center;
        align-items: center;
        border: 2px solid #00A651;
    }

    .reason-item .reason-icon svg {
        width: 28px;
        height: 28px;
        fill: #00A651;
    }

    .reason-item .reason-text {
        font-size: 25px;
        font-weight: 600;
        color: #343a40;
        margin-bottom: 0;
    }

    /* Alignment for left and right columns */
    .reasons-col-left .reason-item {
        justify-content: flex-end;
        text-align: right;
    }

    .reasons-col-left .reason-text {
        margin-right: 20px;
    }

    .reasons-col-right .reason-item {
        justify-content: flex-start;
    }

    .reasons-col-right .reason-text {
        margin-left: 20px;
    }

    .video-center-col {
        position: relative;
        text-align: center;
    }

    .video-placeholder {
        position: relative;
        border-radius: 15px;
        overflow: hidden;
        box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    }

    .video-placeholder img {
        width: 100%;
        display: block;
    }

    .play-button {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 80px;
        height: 80px;
        background-color: rgba(255, 255, 255, 0.9);
        border-radius: 50%;
        display: flex;
        justify-content: center;
        align-items: center;
        cursor: pointer;
        transition: transform 0.2s ease;
    }

    .play-button:hover {
        transform: translate(-50%, -50%) scale(1.1);
    }

    .play-button svg {
        width: 32px;
        height: 32px;
        fill: #00A651;
        margin-left: 5px;
    }

    .video-caption {
        margin-top: 20px;
        font-style: italic;
        color: #6c757d;
    }

    .video-embed-container {
        position: relative;
        width: 100%;
        padding-bottom: 56.25%; /* 16:9 ratio */
        height: 0;
        overflow: hidden;
        border-radius: 15px;
        box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    }

    .video-embed-container iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        border: none;
        border-radius: 15px;
    }

    /* ✅ Responsive fixes */
    @media (max-width: 1199px) {
        .why-choose-us-section .sub-title {
            font-size: 28px;
        }

        .reason-item .reason-text {
            font-size: 16px;
        }
    }

    @media (max-width: 991px) {
        .why-choose-us-section {
            padding: 60px 0;
        }

        /* Stack all columns */
        .reasons-col-left,
        .video-center-col,
        .reasons-col-right {
            flex: 0 0 100%;
            max-width: 100%;
        }

        /* Order: video first, then reasons */
        .video-center-col {
            order: 1;
            margin-bottom: 40px;
        }

        .reasons-col-left {
            order: 2;
        }

        .reasons-col-right {
            order: 3;
        }

        /* Align all text/icons properly */
        .reason-item {
            justify-content: flex-start !important;
            text-align: left !important;
        }

        .reasons-col-left .reason-text,
        .reasons-col-right .reason-text {
            margin: 0 0 0 15px !important;
        }

        .video-caption {
            font-size: 14px;
        }
    }

    @media (max-width: 575px) {
        .why-choose-us-section {
            padding: 40px 0;
        }

        .why-choose-us-section .main-title {
            font-size: 14px;
        }

        .why-choose-us-section .sub-title {
            font-size: 22px;
        }

        .reason-item .reason-text {
            font-size: 15px;
        }

        .reason-item .reason-icon {
            width: 50px;
            height: 50px;
        }

        .video-embed-container {
            padding-bottom: 60%;
        }
    }

    /* Our Story */
    .story-page-section {
        padding: 60px 0;
    }
    .page-title {
        font-size: 48px;
        font-weight: 700;
        text-align: center;
        margin-bottom: 60px;
        color: #2c3e50;
    }

    /* Story Blocks with alternating layout */
    .story-block {
        margin-bottom: 80px;
    }
    .story-block .story-image img {
        border-radius: 8px;
        box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
        width: 100%;
    }
    .story-block .story-text {
        font-size: 17px;
        line-height: 1.8;
        color: #555;
        display: flex;
        flex-direction: column;
        justify-content: center;
        height: 100%;
    }

    /* Full-width Banner */
    .values-banner {
        position: relative;
        padding: 100px 0;
        background-size: cover;
        background-position: center;
        background-attachment: fixed; /* Creates a nice parallax effect */
        text-align: center;
        color: #fff;
    }
    .values-banner::before { /* Dark overlay for text readability */
        content: '';
        position: absolute;
        top: 0; left: 0;
        width: 100%; height: 100%;
        background-color: rgba(0, 0, 0, 0.5);
    }
    .values-banner .container {
        position: relative; /* Ensure text is on top of the overlay */
        z-index: 2;
    }
    .values-banner h2 {
        font-size: 3.5rem;
        font-weight: 700;
        text-transform: uppercase;
        text-shadow: 2px 2px 5px rgba(0,0,0,0.5);
    }

    /* Core Values Grid Section */
    .core-values-section {
        padding: 80px 0;
        background-color: #f8f9fa;
    }
    .section-subtitle {
        text-align: center;
        font-size: 25px;
        font-weight: 700;
        margin-bottom: 50px;
        color: #2c3e50;
    }
    .value-card {
        text-align: center;
        padding: 20px;
        height: 100%;
    }
    .value-card .value-icon img {
        width: 160px;
        height: 160px;
        border-radius: 50%;
        margin-bottom: 25px;
        object-fit: cover;
        border: 5px solid #fff;
        box-shadow: 0 5px 15px rgba(0,0,0,0.1);
    }
    .value-card .value-title {
        font-size: 25px;
        font-weight: 600;
        color: #3498db;
        margin-bottom: 15px;
        text-transform: uppercase;
    }
    .value-card .value-description {
        font-size: 17px;
        color: #666;
        line-height: 1.6;
    }

    /* Business Activities */
    :root {
        --primary-leather-color: #8B4513; /* A classic saddle brown */
        --secondary-leather-color: #D2B48C; /* A lighter tan */
    }

    /* Hero Section */
    .hero-section {
        height: 65vh;
        background-size: cover;
        background-position: center;
        position: relative;
        display: flex;
        align-items: center;
        justify-content: center;
        color: #fff;
    }
    .hero-section::before { /* Dark overlay for text readability */
        content: '';
        position: absolute;
        top: 0; left: 0;
        width: 100%; height: 100%;
        background-color: rgba(0, 0, 0, 0.4);
    }
    .hero-content {
        position: relative;
        z-index: 2;
        text-align: center;
    }
    .hero-content h1 {
        font-size: 3.5rem;
        font-weight: 700;
        text-shadow: 2px 2px 8px rgba(0,0,0,0.6);
    }
    .hero-content p {
        font-size: 1.25rem;
        max-width: 600px;
        margin: 1rem auto 0;
    }

    /* Activities Section */
    .activities-section {
        padding: 60px 0;
        position: relative;
        background-color: #fff;
    }
    .activities-box {
        background-color: #f8f9fa; /* Light gray background */
        padding: 40px;
        margin-top: -120px; /* Pulls the box up over the hero image */
        position: relative;
        z-index: 10;
        box-shadow: 0 10px 30px rgba(0,0,0,0.1);
        border-radius: 8px;
    }
    .activities-box h2 {
        font-size: 2rem;
        font-weight: 600;
        margin-bottom: 1rem;
        color: var(--primary-leather-color);
    }
    .activities-box p {
        color: #555;
        line-height: 1.8;
    }

    /* Main Products/Categories Section */
    .main-products-section {
        padding: 60px 0;
    }
    .section-title {
        text-align: center;
        margin-bottom: 50px;
    }
    .section-title h2 {
        font-size: 2.5rem;
        font-weight: 700;
        position: relative;
        display: inline-block;
        padding-bottom: 10px;
    }
    .section-title h2::after { /* The accent underline */
        content: '';
        position: absolute;
        bottom: 0;
        left: 50%;
        transform: translateX(-50%);
        width: 80px;
        height: 3px;
        background-color: var(--primary-leather-color);
    }
    .section-title p {
        max-width: 600px;
        margin: 15px auto 0;
        color: #6c757d;
    }
    .product-showcase-card {
        text-align: center;
        margin-bottom: 30px;
    }
    .product-showcase-card img {
        width: 100%;
        height: 150px; /* Consistent height */
        object-fit: cover;
        border-radius: 8px;
        margin-bottom: 15px;
        transition: transform 0.3s ease, box-shadow 0.3s ease;
    }
    .product-showcase-card img:hover {
        transform: scale(1.05);
        box-shadow: 0 8px 20px rgba(0,0,0,0.15);
    }
    .product-showcase-card h4 {
        font-size: 1.1rem;
        font-weight: 600;
        color: #333;
    }

    /* Call to Action Section */
    .cta-section {
        padding: 60px 0;
        background-color: var(--primary-leather-color);
        color: #fff;
    }
    .cta-section h2 {
        font-weight: 700;
    }
    .btn-cta {
        background-color: #fff;
        color: var(--primary-leather-color);
        font-weight: bold;
        padding: 12px 30px;
        border-radius: 50px;
        transition: all 0.3s ease;
    }
    .btn-cta:hover {
        background-color: var(--secondary-leather-color);
        color: #fff;
    }

    /* About us banner */
    .page-banner {
    height: 300px; /* Full height of banner */
    overflow: hidden;
    position: relative;
}

.page-banner img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.banner-overlay {
    z-index: 2;
    top: 50%;       /* Vertical center */
    left: 50%;      /* Horizontal center */
    transform: translate(-50%, -50%);
    width: 100%;
}

.breadcrumb-text {
    font-size: 1.75rem; /* Adjust for readability */
    font-weight: 600;
    text-shadow: 0 2px 6px rgba(0,0,0,0.5);
}

@media (max-width: 768px) {
    .page-banner {
        height: 200px;
    }
    .breadcrumb-text {
        font-size: 1.25rem;
    }
}

/* contact us */
    .contact-us-form-section {
      background: #fff;
      padding: 40px;
      border-radius: 10px;
    }
    .contact-us-label {
        color: #8F8F8F;
        font-size: 17px;
        font-style: normal;
        font-weight: 400;
        line-height: 235%; /* 37.6px */
    }
    .form-control, .form-control:focus {
        border-radius: 8px;
        background: #E7E7E7;
        height: 45px;
        align-self: stretch;
    }
    .btn-submit {
        color: white;
        border: none;
        display: flex;
        padding: 10px 30px;
        justify-content: center;
        align-items: center;
        gap: 10px;
        border-radius: 8px;
        background: #6E4E1D;
        font-size: 15px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
    }
    .btn-submit:hover {
      background-color: #5c3f20;
    }
    .captcha-box {
      display: flex;
      align-items: center;
    }
    .captcha-box input[type="text"] {
      margin-left: 10px;
    }

    @media(max-width: 768px) {
        .contact-us-form-section {
            padding: 15px;
        }
        .contact-us-label {
            font-size: 16px;
            line-height: 235%; /* 37.6px */
        }
        .form-control, .form-control:focus {
            height: 50px;
        }
        .btn-submit {
            padding: 10px 28px;
            font-size: 15px;
        }
        .captcha-box input[type="text"] {
            margin-left: 10px;
        }
    }


/* services */

.services-form-section {
    background: #6E4E1D;
    filter: blur();

    padding: 40px 30px;
    border-radius: 20px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.08);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    }

    @media(max-width: 768px) {
        .services-form-section {
            padding: 15px;
        }
    }
    .services-label {
        color: #fff;
        font-size: 25px;
        font-style: normal;
        font-weight: 500;
        line-height: 235%; /* 37.6px */
    }
    .form-control, .form-control:focus {
        border-radius: 8px;
        background: #E7E7E7;
        height: 45px;
        align-self: stretch;
    }
    .btn-submit {
        color: white;
        border: none;
        display: flex;
        padding: 10px 30px;
        justify-content: center;
        align-items: center;
        gap: 10px;
        border-radius: 8px;
        background: #000000;
        font-size: 15px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
    }
    .btn-submit:hover {
      background-color: #ca8b47;
    }
    .captcha-box {
      display: flex;
      align-items: center;
    }
    .captcha-box input[type="text"] {
      margin-left: 10px;
    }

    @media(max-width: 768px) {
        .services-form-section {
            padding: 15px;
        }
        .services-label {
            font-size: 16px;
            line-height: 235%; /* 37.6px */
        }
        .form-control, .form-control:focus {
            height: 50px;
        }
        .btn-submit {
            padding: 10px 28px;
            font-size: 15px;
        }
        .captcha-box input[type="text"] {
            margin-left: 10px;
        }
    }
    .services-information-text{
        color: #ffffff;
        font-size: 30px;
        text-align: center;
        font-style: normal;
        font-weight: 800;
    }

    .custom-info-box {
        background: #fdfdfd;
        border-left: 5px solid #8B5E3C; /* rich leather brown tone */
    }

.custom-info-box h4 {
    letter-spacing: 1px;
}

.requirements-box {
    border: 1px solid #eaeaea;
    background: #fafafa;
}

.requirements-box ul li {
    font-size: 15px;
    color: #555;
}

.requirements-box i {
    font-size: 16px;
}
