* {--diff: calc(var(--max-size) - var(--min-size));--responsive: calc((var(--min-size) * 1px) + var(--diff) * ((100vw - 320px) / (2000 - 320)));}
h1 {--max-size: 50;--min-size: 25;font-size: var(--responsive) !important;}
h2 {--max-size: 40;--min-size: 23;font-size: var(--responsive) !important;}
h4 {--max-size: 23;--min-size: 20;font-size: var(--responsive) !important;}
h3 {--max-size: 30;--min-size: 23;font-size: var(--responsive) !important;}
h6 {--max-size: 18;--min-size: 16;font-size: var(--responsive) !important;}
h5{--max-size: 20;--min-size: 16;font-size: var(--responsive) !important;}
#accordion-collapse button span {--max-size: 18;--min-size: 15;font-size: var(--responsive) !important; line-height: 22px;}
a, p, .contact-info a span {--max-size: 16;--min-size: 15;font-size: var(--responsive) !important; line-height: 160% !important;}
.font13 {--max-size: 14;--min-size: 13;font-size: var(--responsive) !important;}
.font17 {--max-size: 17;--min-size: 15;font-size: var(--responsive) !important;}
:root{

    --colorone: #100a07;  
    --colortwo: #6B4131;  
    --colorthree: #5c5c5c;
    --bgtwo: #6B4131; 
    --bgthree: #ebebeb;       
    --bgfour:#f6f6f6;
    --bgfive:#256d0f;
    --borderone:#ebebeb;
    --borderthree: #6B4131; 
}
.colorone, .menubar a, #accordion-collapse button span{color:var(--colorone) !important;}
.colortwo, .menubar a:hover, .footer-link a:hover, .contact-info a:hover span, .sub-menu-li:hover>a, #accordion-collapse button.bg-gray-100 span{color:var(--colortwo) !important;}
.colorthree, input::placeholder, select, textarea::placeholder, input, textarea {color:var(--colorthree) !important;}
.bgthree {background:var(--bgthree) !important;}
.bgtwo, .menubar .mega-sub-menu a:hover, .article-col a.bgthree:hover{background-color: var(--bgtwo) !important;}
.borderone{border-color: var(--borderone) !important;}
.borderthree{border-color: var(--borderthree) !important;}
.bgfour{background-color: var(--bgfour);}
.bgfive, a:hover .bgtwo, a.bgtwo:hover, button.bgtwo:hover{background-color: var(--bgfive) !important;}
a, button, span, .transition{transition: all .3s !important;}
a:hover {text-decoration: none;}
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
.font-poppins, body {font-family: "Poppins", sans-serif !important;}
.headertoggle.active span:nth-child(1) {width: 25px; transform: translateY(0) rotate(45deg);}
.headertoggle.active span:nth-child(2) {width: 25px; transform: translateY(0) rotate(315deg);}
.headertoggle.active span:nth-child(3) {transform: translateX(60px);}
.container{max-width: 1200px !important;}
.container1440{max-width: 1440px !important;}
.fixed-header nav {background-color: #fcfcfcb8;box-shadow: inset 0 0 0 1px #8496b029, 0 4px 16px #00000014;}
.bg-gradient{background: radial-gradient(circle, #fff 20%, #ebebeb 100%);}
.bg-gradient-two{background: radial-gradient(circle, #fff 20%, #ebebeb 100%);}
 .menubar .mega-sub-menu a:hover, .article-col a.bgthree:hover span, .article-col a.bgthree:hover i{color: #fff !important;}
 .slick-slide {margin: 0 10px;}
.steps-list li.active{opacity: 1;}
.steps-form>div {opacity: 0;display: none;}
.steps-form>div.active {display: flex;opacity: 1;}
.popup-cover.active{display: block;}
.scrollbar_div::-webkit-scrollbar {width: 4px;}
.scrollbar_div::-webkit-scrollbar-track {background: #f1f1f1; }
.scrollbar_div::-webkit-scrollbar-thumb {background: #6b41319f; }
.scrollbar_div::-webkit-scrollbar-thumb:hover {background: #6B4131;}
#accordion-collapse button.bg-gray-100 {
    background: transparent !important;
}
/*#accordion-collapse button.bg-gray-100 span {color: #100a07 !important;}*/
#accordion-collapse button.bg-gray-100 span+span:after {height: 0px;}




/*---31-12-25---*/

.steps-form > div {transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out;}

.steps-form > div.active {
    animation: fadeInUp 0.4s ease-out;
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.steps-list li {
    transition: all 0.3s ease;
}

.steps-list li.active span:first-child {
    transform: scale(1.1);
    transition: all 0.3s ease;
}

input[type="radio"]:checked + span {
    color: #6B4131;
    font-weight: 600;
}

input[type="file"]::file-selector-button {
    display: none;
}

.pricing-display {
    transition: all 0.3s ease;
}

.pricing-display:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(0,0,0,0.1) !important;
}

.btn-prev:not(:disabled):hover {
    transform: translateX(-2px);
}

.btn-next:hover, .btn-submit:hover {
    transform: translateY(-2px);
}

.que-tabs a {
    transition: all 0.2s ease;
}

.que-tabs a:hover {
    transform: translateY(-2px);
}

.qty-btn-minus:hover, .qty-btn-plus:hover {
    transform: scale(1.1);
}

input:focus, textarea:focus, select:focus {
    transform: translateY(-1px);
}

/* Error border styling */
.error-border {
    border-color: #ef4444 !important;
    border-width: 2px !important;
    animation: shake 0.5s;
}

@keyframes shake {
    0%, 100% { transform: translateX(0); }
    10%, 30%, 50%, 70%, 90% { transform: translateX(-5px); }
    20%, 40%, 60%, 80% { transform: translateX(5px); }
}

/* Progress bar styling */
#progress-div {
    margin-top: 20px;
    width: 100%;
    background-color: #e5e7eb;
    border-radius: 4px;
    overflow: hidden;
}

#progress-bar {
    
    background: linear-gradient(90deg, #6B4131 0%, #8B5A3C 100%);
    width: 0%;
    transition: width 0.3s ease;
    border-radius: 4px;
}

#thanks {
    margin-top: 20px;
    padding: 20px;
    background: #d1fae5;
    border: 2px solid #10b981;
    border-radius: 12px;
    color: #065f46;
    text-align: center;
    font-weight: 500;
}
/*---31-12-25---*/ 





/*--min-max-responsive--*/
@media only screen and (max-width:1250px) {
    .container{max-width: 100% !important;}
}
@media only screen and (max-width:1450px) {
    .container{max-width: 100% !important;}
}
@media only screen and (max-width:1024px) {
    a, p, .contact-info a span {line-height: 150% !important;}
    .menubar li.sub-menu-li a+ul {opacity: 0 !important;}
    .menubar li.sub-menu-li.active a+ul{opacity: 1 !important;visibility: visible !important; height: auto !important;}
    .menubar a:hover {color: var(--colorone) !important;}
    .menubar li.sub-menu-li.active>a {color: var(--colortwo) !important;}
    .menubar li.sub-menu-li span.updown {transform: rotateX(0deg) translate(0px, 2px)}
    .menubar li.sub-menu-li.active span.updown {transform: rotateX(180deg);}
}
@media only screen and (max-width:767px) {
    .bg-gradient {background: radial-gradient(circle, #fff 20%, #ebebeb69 100%);}
    .bgfour {background-color: #f9f9f9;}
    .borderone {border-color: #f1f1f1 !important;}
    .bgthree {background: #f0f0f0 !important;}
    .rounded-\[20px\] {border-radius: 15px !important;}
}
/*--end-min-max-responsive--*/
/* Slick Slider Arrows */
.reviews-section .slick-prev, .reviews-section .slick-next {position: absolute;top: 50%;transform: translateY(-50%);z-index: 10;width: 40px;height: 40px;background: #6B4131;border: none;border-radius: 50%;color: white;font-size: 20px;cursor: pointer;transition: all 0.3s;}
.reviews-section .slick-prev:hover, .reviews-section .slick-next:hover {background: #256d0f;transform: translateY(-50%) scale(1.1);}
.reviews-section .slick-prev {left: -20px;}
.reviews-section .slick-next {right: -20px;}
@media (max-width: 767px) {.reviews-section .slick-prev, .reviews-section .slick-next {width: 35px;height: 35px;font-size: 18px;}.reviews-section .slick-prev {left: -10px;}.reviews-section .slick-next {right: -10px;}}
.reviews-section .slick-slide {padding: 0 10px; margin: 0;}