:root {
    --primary-color: #642004;
    --bg-seconadry: #ffe2b1;
    --gold: #e2952d;
    --secondary-color: #f6f1ee;
    --bg-color: #ffffff;
    --text-color: #4c5f69;
    --accent-color: #642004;
    --white-color: #ffffff;
    --divider-color: #1332441a;
    --dark-divider-color: #ffffff1a;
    --error-color: rgb(230, 87, 87);
    --default-font: "Poppins", sans-serif;
    --accent-font: "Cal Sans", sans-serif;
}
.preloader {
    background-color: var(--accent-color);
}
.dark-section {
    background-color: var(--accent-color);
}
.main-menu ul li a {
    transition: all 0.3s ease;
}
.main-menu ul li a:hover,
.main-menu ul li a:focus {
    color: var(--bg-color);
    font-size: 17px;
    font-weight: 700;
}
.footer-social-links ul li a {
    border: 1px solid #ffffff8b;
}
.footer-social-links ul li a:hover {
    background-color: var(--gold);
    color: var(--bg-color);
    border-color: var(--gold);
}
.footer-links ul li a:hover,
.footer-contact-item-content p a:hover {
    color: var(--gold);
}
.footer-copyright {
    justify-content: center;
}
.footer-copyright .footer-copyright-text a {
    color: var(--gold);
}
.whatsapp {
    width: 40px;
    height: 40px;
    position: fixed;
    right: 20px;
    bottom: 80px;
    z-index: 999;
    transition: all 0.3s ease;
}
.whatsapp img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
}
.whatsapp:hover {
    transform: scale(1.1);
}
@media (max-width: 768px) {
    .whatsapp {
        width: 35px;
        height: 35px;
        right: 15px;
        bottom: 60px;
    }
}
.hero::before,
.hero.hero-slider-layout .hero-image-slider .hero-slider-img figure::before {
    background: linear-gradient(180deg, rgba(139, 58, 18, 0) 0%, rgba(139, 58, 18, 0.4) 80.94%);
}
.hero {
    display: flex;
    align-items: center;
}
.btn-default.btn-white {
    color: var(--accent-color);
}
.btn-default.btn-secondary:hover {
    color: var(--accent-color);
}
.btn-default.btn-highlighted:hover:before {
    background-image: url(../images/arrow-brown.png);
}
.btn-default.btn-white::before {
    background-image: url(../images/arrow-brown.png);
}
@media only screen and (max-width: 1024px) {
    .hero::before,
    .hero.hero-slider-layout .hero-image-slider .hero-slider-img figure::before {
        opacity: 100%;
    }
}
.section-title h1 span,
.section-title h2 span {
    color: #e2952d;
}
.text-justify {
    text-align: justify;
}
.btn-default::after {
    background: var(--gold);
}
.happy-customer-rating i,
.testimonial-item-rating i {
    color: var(--gold);
}
.project-process-item {
    align-items: start;
}
.project-process-item-no::before {
    background: var(--gold);
    border-color: var(--gold);
}
.testimonial-image figure::before {
    background-color: var(--secondary-color);
}
.why-choose .testimonial-image figure::before {
    background-color: var(--bg-color);
}
.testimonial-author-image img {
    border: 1px solid #000;
}
.our-impact-box {
    background: var(--bg-color);
    border-radius: 20px;
    padding: 0px 0px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 0px;
    margin-bottom: 0px;
}
@media only screen and (max-width: 991px) {
    .cta.impact-box-content {
        width: 100%;
    }
}
::-webkit-scrollbar-track {
    background: var(--accent-color);
}
::-webkit-scrollbar-thumb {
    background: var(--gold);
}
.service-icon img {
    object-fit: contain;
}
@media only screen and (max-width: 991px) {
    .service-item .icon-box img {
        max-width: 80px;
    }
}
.about-happy-customer-content p {
    color: var(--accent-color);
}
.page-header:before {
    opacity: 40%;
}
.breadcrumb-item + .breadcrumb-item::before {
    float: left;
    padding-right: var(--bs-breadcrumb-item-padding-x);
    color: var(--bs-breadcrumb-divider-color);
    content: var(--bs-breadcrumb-divider, "/");
}
.story-counter-item h2 {
    color: var(--accent-color);
}
.story-counter-item p {
    color: var(--accent-color);
    font-size: 18px;
}
@media only screen and (max-width: 767px) {
    .story-counter-item {
        width: 100%;
        text-align: left;
    }
}
.vision,
.mission {
    filter: invert(62%) sepia(90%) saturate(900%) hue-rotate(350deg) brightness(95%) contrast(90%);
}
.project-item-image figure img {
    aspect-ratio: 1;
}
.project-item-image figure::before {
    background: linear-gradient(180deg, rgba(139, 58, 18, 0) 0%, rgba(139, 58, 18, 0.4) 80.94%);
}
@media only screen and (max-width: 991px) {
    .satisfy-client-image img {
        max-width: 44px;
        object-fit: cover;
    }
}
@media only screen and (max-width: 1024px) {
    .production {
        height: auto;
        margin: 30px 0 0;
    }
}
.fabric {
    min-height: auto;
}
.garments {
    width: 24%;
    padding: 10px 10px 20px 10px;
}
@media only screen and (max-width: 1024px) {
    .garments {
        width: 45%;
    }
    .garments-list > div {
        margin-bottom: 20px;
    }
}
@media only screen and (max-width: 767px) {
    .garments {
        width: 100%;
    }
}
.garments-list {
    justify-content: space-evenly;
    gap: 10px;
}
.footer-logo img {
    width: 100%;
    max-width: 280px;
}
.home-textiles {
    width: 100% !important;
}
.home-textiles img {
    aspect-ratio: 1.5 / 1 !important;
}
.feature-list-wrapper {
    display: flex;
    flex-direction: column;
    gap: 30px;
}
.about-us-body-list ul li:last-child {
    margin-bottom: 10px;
}
@media (max-width: 991px) {
    .section-title.bm {
        margin-bottom: 0 !important;
    }
}
@media (max-width: 767px) {
    .section-title.bm {
        margin-bottom: 0 !important;
    }
}
#living-room-linen,
#kitchen-linen,
#bathroom-linen,
#bed-linen {
    scroll-margin-top: 100px;
}
.contact-us-item-content h3 a:hover {
    color: var(--gold);
}
@media (min-width: 768px) and (max-width: 991px) {
    .contact-info-wrapper .project-process-items-list {
        display: flex;
        flex-wrap: nowrap;
        gap: 20px;
        justify-content: space-between;
    }

    .contact-info-wrapper .project-process-item {
        width: 33.333%;
        display: flex;
        flex-wrap: nowrap;
        align-items: flex-start;
        gap: 12px;
        margin-bottom: 0;
    }

    .contact-info-wrapper .project-process-item-no {
        flex-shrink: 0;
    }

    .contact-info-wrapper .project-process-item-no h3 {
        font-size: 24px;
        margin: 0;
        line-height: 1;
    }

    .contact-info-wrapper .contact-us-item-content {
        flex: 1;
        min-width: 0;
    }

    .contact-info-wrapper .contact-us-item-content p {
        margin-bottom: 5px;
        font-size: 14px;
    }

    .contact-info-wrapper .contact-us-item-content h3 {
        font-size: 15px;
        line-height: 1.5rem !important;
        margin: 0;
        word-break: break-word;
    }

    .contact-info-wrapper .contact-us-item-content a {
        white-space: nowrap;
    }
}
.feature-item.box-3 .feature-item-image figure img {
    aspect-ratio: 1;
}
