.navbar-brand{

    max-width: 170px;
}


.sohrai-roots {
    max-width: 820px;
    margin: 0 auto;
}



.sohrai-roots p {
    font-size: 16px;
    line-height: 1.8;
    margin-bottom: 0;
}



.promo-section .promo-item h3 {
    font-size: 20px;
}



.product-item .product-thumb {
    background: #f7f7f7;
    overflow: hidden;
    height: 280px;
}

.product-item .product-thumb img {
    width: 100%;
    height: 280px;
    object-fit: contain;
    object-position: center;
}

.product-item .product-content p {
    font-size: 14px;
    margin: 8px 0 0;
    color: #666;
    min-height: 42px;
}

/* Equal-size product boxes on shop/home grids */
.product-section .product-items.row {
    display: flex;
    flex-wrap: wrap;
}

.product-section .product-items > [class*="col-"] {
    display: flex;
}

.product-section .product-item {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
    background: #fff;
}

.product-section .product-content {
    flex: 1 1 auto;
    display: flex;
    flex-direction: column;
    padding: 18px 12px 22px;
}

.product-section .product-content h3 {
    min-height: 52px;
    margin-bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.product-section .product-content h3 a {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}



.product-detail-gallery img {

    width: 100%;
    max-height: 480px;
    object-fit: contain;
    background: #f7f7f7;

}



.product-spec-list {

    margin: 20px 0 25px;

}



.product-feature-list li {

    margin-bottom: 18px;

}



.shop-details .cart-wrap {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    align-items: center;
}

.gallery-item {
    background: #f7f7f7;
}

.gallery-item > img {
    width: 100%;
    height: 280px;
    object-fit: contain;
    object-position: center;
}

/* Full-area lightbox trigger + title styles after markup change */
.gallery-content.img-popup {
    text-decoration: none;
    cursor: pointer;
}

.gallery-content h3 {
    font-family: 'Poppins', sans-serif;
    font-size: 22px;
    color: #ffffff;
    text-align: center;
}

.gallery-content h3 span {
    font-family: 'Work Sans', sans-serif;
    display: block;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: -0.5px;
    text-transform: uppercase;
}

.about-img img,
.feature-img img {
    width: 100%;
    border-radius: 8px;
}

.testi-item > img {
    width: 90px;
    height: 90px;
    object-fit: cover;
    border-radius: 50%;
}

.section-heading img {
    width: 70px;
    height: auto;
    object-fit: contain;
    margin-bottom: 15px;
}

/* Keep page-header decoration fully visible without cutting */
.page-header {
    overflow: visible;
    z-index: 1;
    height: auto;
    min-height: 360px;
    padding: 110px 0 160px;
    display: flex;
    align-items: center;
}

.page-header-bottom {
    width: min(860px, 94%);
    height: 240px;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    background-image: url(../img/page-header.png);
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: contain;
    z-index: 0;
    pointer-events: none;
}

.page-header .container {
    position: relative;
    z-index: 2;
}

@media (max-width: 991px) {
    .page-header {
        min-height: 300px;
        padding: 90px 0 130px;
    }

    .page-header-bottom {
        height: 180px;
    }
}

@media (max-width: 767px) {
    .page-header {
        min-height: 260px;
        padding: 80px 0 110px;
    }

    .page-header-bottom {
        width: 96%;
        height: 130px;
    }
}

.promo-image-icon {
    width: 90px;
    height: 90px;
    object-fit: contain;
    margin: 0 auto 20px;
    display: block;
}

.service-box .service-icon img {
    width: 70px;
    height: 70px;
    object-fit: contain;
}

.image-feature-list li {
    display: flex;
    align-items: flex-start;
    gap: 15px;
}

.feature-image-icon {
    width: 54px;
    height: 54px;
    object-fit: contain;
    flex-shrink: 0;
}

.product-btn-group li a {
    font-size: 25px;
    width: 50px;
    height: 50px;
    line-height: 53px;
}


.section-heading h2{
    color: #5E231F;
}
.default-btn{
    background: #5E231F;
    background-color: #5E231F;
}
.default-btn:hover{
    background: #475329 !important;
    background-color: #475329 !important;
}
.default-btn span{
    background: #475329 !important;
}
.feature-list li i{
    background-color: #5E231F;
}
.promo-section .promo-item h3{
    color: #5E231F;
}
.promo-item a{
    color: #5E231F;
}
.promo-item a:hover{
    color: #475329 !important;
}
.product-content h3 a{
    color: #5E231F;
}

h2{
    color: #5E231F;
}

/* Certificate cards - Compliance section */
.certificate-section .certificate-wrap {
    margin-top: 10px;
}

.certificate-card {
    background: #fff;
    border: 1px solid #ece7e0;
    padding: 28px 22px 30px;
    height: 100%;
    transition: all 0.3s ease;
}

.certificate-card:hover {
    border-color: #d8cfc4;
    box-shadow: 0 10px 28px rgba(94, 35, 31, 0.08);
    transform: translateY(-4px);
}

.certificate-image {
    background: #f7f4ef;
    border: 1px solid #efe8df;
    padding: 18px;
    margin-bottom: 22px;
    min-height: 220px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.certificate-image img {
    max-width: 100%;
    max-height: 200px;
    width: auto;
    height: auto;
    object-fit: contain;
    display: block;
}

.certificate-content h3 {
    color: #5E231F;
    font-size: 22px;
    margin-bottom: 10px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.certificate-content p {
    color: #666;
    font-size: 15px;
    line-height: 1.7;
    margin-bottom: 0;
}

footer ul.social-link {
    display: flex;
    align-items: center;
    gap: 20px;
}
footer .social-link li a{
font-size:25px;
transition: transform 0.3s ease;
}
footer .social-link li a:hover i{
transform: scale(1.1);
}

@media (max-width: 767px) {
    .certificate-image {
        min-height: 180px;
    }

    .certificate-image img {
        max-height: 160px;
    }
}
