@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");

:root {
    --bs-primary: #a42c3a;
    --bs-secondary: #5f230b;
    --bs-body-font-family: "Poppins", sans-serif;
    --bs-body-font-size: 1rem;
    --bs-body-font-weight: 400;
    --bs-body-line-height: 1.5;
    --bs-body-color: #000;
    --bs-body-bg: #fff;
}

body {
    overflow-x: hidden;
}

html {
    scroll-behavior: initial !important;
}

img {
    max-width: 100%;
    height: auto;
}

.btn {
    font-size: 0.875rem;
}

.btn-primary {
    background-color: var(--bs-primary);
    color: #fff;
    border-color: transparent;
    border-radius: 20px;
    padding: 8px 30px;
}

.btn-primary:focus,
.btn-primary:hover,
.btn-primary:active {
    background-color: var(--bs-secondary) !important;
    color: #fff !important;
    border-color: transparent !important;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.btn-outlline-secondary:hover,
.btn-outlline-secondary:active,
.btn-outlline-secondary.active {
    background-color: var(--bs-secondary);
    color: #fff !important;
    opacity: 0.9;
    border: transparent !important;
}

.btn-check:checked+.btn,
.btn.active,
.btn.show,
.btn:first-child:active,
:not(.btn-check)+.btn:active {
    color: #fff;
    background-color: var(--bs-primary);
    border-color: var(--bs-primary);
}

.btn-secondary {
    background-color: #fff;
    color: #000;
    border-color: transparent;
}

.btn-secondary:hover,
.btn-secondary:active {
    background-color: var(--bs-primary) !important;
    color: #fff !important;
    border-color: transparent !important;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.section {
    padding: 30px 0;
}

.sec_head {
    font-size: 32px;
    font-weight: 600;
    margin-bottom: 15px;
    color: #191919;
    text-align: center;
}

/*Header*/
.navbar-nav .nav-link {
    color: #000;
    font-weight: 500;
}

.navbar-nav .nav-link:hover {
    color: var(--bs-primary);
}

.navbar-brand img {
    max-height: 75px;
    max-width: 200px;
}

/*banner*/
.banner_sec .banner-img img {
    width: 100%;
    object-fit: cover;
}

.banner-content {
    position: absolute;
    color: white;
    top: 30%;
    bottom: auto;
    transform: translateY(-50%);
}

.banner-content h1 {
    font-size: 38px;
}

.banner-content h2 {
    font-size: 25px;
}

.banner-btn {
    position: absolute;
    top: auto;
    bottom: 0%;
    transform: translateY(-50%);
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #fff;
}

.banner-btn .btn {
    color: var(--bs-secondary);
    font-weight: 500;
    font-size: 16px;
}

.banner-form {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    transform: translateY(-50%);
}

.banner_form {
    padding: 20px 10px;
    border-radius: 14px;
    background-color: #fff;
    box-shadow: 0 13px 20px #0000000D;
}

.form-section {
    background-color: #a32c3a;
    padding: 20px;
    border-radius: 30px;
}

.form-section .form-control {
    background-color: #000;
    color: #fff;
    border: 1px solid #fff;
}

.form-section .form-control::placeholder {
    color: #fff !important;
}

.custom-select {
    background: url("../images/down-arrow.svg") no-repeat right 10px center;
}

.form-section .form-content {
    background-color: #191919;
    padding: 20px;
    border-radius: 30px;
    color: #fff;
}

.form-section input,
.form-section select {
    margin-bottom: 15px;
}

.form-section .social-icons a {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 30px;
    height: 30px;
    background-color: #191919;
    border-radius: 6px;
    text-decoration: none;
}

.form-section .social-icons a i {
    font-size: 16px;
    color: white;
}

/*Overview*/
.overview-sec p {
    font-size: 22px;
    text-align: center;
    color: var(--bs-secondary);
}

/*customer*/
.customer-sec .our-head {
    color: #fff;
    font-weight: 500;
}

.customer-sec .customer-bg {
    background-color: var(--bs-secondary);
    border-radius: 16px;
    padding: 15px;
}

.customer-sec .customer-head {
    color: white;
    font-size: 18px;
    text-align: center;
}

.customer-bag {
    background-color: white;
    border-radius: 6px;
    padding: 4px;
    text-align: center;
}

.line>div:nth-child(1),
.footer_links_row>div:nth-child(2) {
    border-right: 2px solid #fff;
}

/*testinomial*/
/* .testinomial-sec .testimonial-Swiper {
    padding-bottom: 25px;
} */

.testinomial-sec .testimonial-card {
    background-color: #000;
    border-radius: 8px;
    color: #fff;
    padding: 20px;
    padding-bottom: 10px;
    height: 100%;
}

.testimonial-card img {
    max-width: 100px;
    max-height: 100px;
    margin-bottom: 10px;
}

.testimonial-name {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 5px;
}

.testimonial-position {
    font-size: 16px;
    margin-bottom: 10px;
}


.swiper-pagination-bullets .swiper-pagination-bullet-active {
    background-color: var(--bs-primary) !important;
}

/* .swiper-horizontal>.swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    bottom: 0px;
} */
.swiper-pagination-bullet-active {
    background-color: var(--bs-primary);
    border-radius: 8px;
}

.swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    opacity: 1;
    border: 1px solid var(--bs-primary);
    background-color: transparent;
}

/*about-sec*/
.about-section .icon {
    width: 75px;
    height: 75px;
}

.about-section .about-icon {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}

.about-section .about-icon-content h6 {
    font-weight: 600;
    font-size: 30px;
}

/*product*/
.product-swiper .product-container {
    border: 1px solid #61210f;
    border-radius: 12px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    height: 100%;
    margin: 2px;
}

.product-swiper .product-image {
    height: 100%;
}

.product-swiper .product-image img {
    border-radius: 12px 0 0 12px;
    width: 100%;
    max-height: 500px;
    height: 100%;
    object-fit: cover;
}

.product-swiper .product-details {
    padding: 15px 30px;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

.product-swiper .product-details h5 {
    font-weight: 600;
    margin-bottom: 15px;
    font-size: 25px;
}

.product-details ul {
    padding-left: 20px;
    margin-bottom: 0;
}

.product-details ul li {
    list-style: disc;
    color: #191919;
    font-size: 18px;
    margin-bottom: 5px;
}

.product-details-btn {
    padding-top: 10px;
    margin-top: auto;
    background-color: #fff;
    border-color: var(--bs-primary);
    border-radius: 0 0 12px 12px !important;
    border: 0;
}

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

.swiper-btn-prev,
.swiper-btn-next {
    width: 40px;
    position: absolute;
    top: 50%;
    transform: translateY(50%);
    z-index: 1;
    margin-top: -48px;
}

.swiper-btn-prev {
    left: 20px;
}

.swiper-btn-next {
    right: 20px;
}


.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
    content: "";
}

.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
    content: "";
}

/*offer*/
.offer-swiper {
    padding-bottom: 32px;
}

.swiper-btn-prev1,
.swiper-btn-next1 {
    width: 40px;
    position: absolute;
    top: 50%;
    transform: translateY(50%);
    z-index: 1;
    margin-top: -48px;
}

.swiper-btn-prev1 {
    left: 20px;
}

.swiper-btn-next1 {
    right: 20px;
}



/*Faq*/
.accordion {
    --bs-accordion-border-color: none;
}

.accordion-button {
    font-weight: 600;
    font-size: 18px;
}

.accordion-button:not(.collapsed)::after {
    background-image: url("../images/acc-minus.svg");
    background-position: center;
    background-color: none;
}

.accordion-button.collapsed::after {
    background-image: url("../images/acc-plus.svg");
    color: #000;
    background-color: none;
}

.accordion-item {
    border-bottom: 2px solid #be4a5c;
}

.accordion-button:not(.collapsed) {
    background-color: #fff;
    color: #000;
    box-shadow: none;
    border: none;
}

.accordion-button:focus {
    box-shadow: none;
}

.accordion-body {
    background-color: #fff;
    color: #000;
    border: none;
}

.accordion-item:last-of-type .accordion-button.collapsed {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

/*footer*/
.footer {
    position: relative;
    color: white;
    z-index: 1;
}

.footer::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: var(--bs-secondary);
    z-index: -1;
    height: 80%;
    width: 100%;
}

.footer .footer-bg {
    background-color: #1a1a1a;
    border-radius: 10px;
}

.footer-content {
    padding: 20px 60px;
}

.footer .contact-details,
.footer .locations,
.footer .customer-care {
    margin-bottom: 20px;
}

.footer .footer-nav ul {
    list-style: none;
}

.footer .footer-nav li {
    margin-bottom: 10px;
}

.footer .footer-nav li a {
    text-decoration: none;
    color: #fff;
}

.footer .social-icons a {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 30px;
    height: 30px;
    background-color: var(--bs-secondary);
    border-radius: 6px;
    margin-right: 10px;
    text-decoration: none;
}

.footer .social-icons a:hover {
    background-color: var(--bs-primary);
}

.footer .social-icons a i {
    font-size: 16px;
    color: white;
}

.footer .copyright {
    border-top: 1px solid gray;
    padding-top: 10px;
    margin-top: 10px;
    font-size: 14px;
}


/*popupform*/
.popup-form .btn-close {
    top: 10px;
    right: 10px;
    position: absolute;
    filter: invert(1);
    opacity: 1;
}

.modal-head {
    margin-bottom: 20px;
    font-size: 20px;
}

.modal-content {
    background-color: var(--bs-primary);
    border-radius: 10px;
}

.modal-body {
    padding: 30px;
}

.brochure-form .form-group {
    margin-bottom: 26px;
    position: relative;
}



.popup-form .form-group .form-control,
.popup-form .form-group .form-select {
    padding-left: 18px;
    padding-top: 10px;
    padding-bottom: 10px;
    border: 1px solid #fff;
    background-color: transparent;
    margin: 6px 0 0;
    color: #fff;
}

.popup-form .form-group .form-control {
    color: #fff;
}

.popup-form input.form-control::placeholder {
    color: white;
}

.form-check-label p {
    line-height: 1.5;
    font-size: 14px;
}

.popup-form select option {
    background-color: var(--bs-primary);
    color: #fff;
}

.popup-form .form-btn .btn-light:hover {
    background-color: var(--bs-secondary);
    color: #fff;
    border: none;
}

.form-check-label {
    background-color: transparent !important;
}

@media (max-width: 1300px) {
    .banner_sec .banner-img img {
        height: 550px;
    }

}

@media (max-width: 1024px) {
    .banner-content h1 {
        font-size: 28px;
    }

    .banner-content h2 {
        font-size: 25px;
        font-weight: 500;
    }
}

@media (max-width: 991px) {
    .navbar-expand .navbar-collapse {
        justify-content: end;
    }

    .navbar-expand .navbar-nav {
        position: absolute;
        bottom: -45px;
        display: inline-flex;
        justify-content: space-around;
        width: 100%;
        left: 0;
        right: 0;
        white-space: nowrap;
        overflow: scroll;
        padding: 0 10px;
        background-color: var(--bs-primary);
        border-radius: 0 0 20px 20px;
    }

    .navbar-expand .navbar-nav .nav-item .nav-link {
        color: #fff;
    }

    .banner-form {
        position: relative;
        transform: none;
        margin-top: 10px;
    }

    .swiper-btn-prev1,
    .swiper-btn-next1 {
        display: none;
    }

    .swiper-btn-prev,
    .swiper-btn-next {
        display: none;
    }

    .product-swiper .product-details {
        padding: 15px;
    }

    .product-swiper .product-image img {
        border-radius: 12px 12px 0 0;
        max-height: 400px;
    }

    .product-swiper .product-details h5 {
        margin-bottom: 10px;
        font-size: 20px;
    }

    .product-details ul {
        height: 200px;
        overflow-y: auto;
        flex-grow: 1;
    }

    .product-details ul li {
        font-size: 16px;
    }
}


@media (max-width: 767px) {
    .products-sec {
        display: block;
    }

    .section {
        padding: 20px 0;
    }

    .sec_head {
        font-size: 28px;
        font-weight: 600;
        margin-bottom: 10px;
        color: var(--bs-secondary);
        text-align: center;
    }

    .btn-primary {
        padding: 5px 20px;
    }

    .navbar .navbar-brand img {
        width: 110px;
    }

    .overview-sec p {
        font-size: 20px;
        text-align: center;
    }


    .challenge-card img {
        height: 150px;
    }

    .about-mbsection {
        background-color: #191919;
        border-radius: 12px;
        color: #fff;
        padding: 15px;
    }

    .about-mbsection .sec_head {
        color: #fff;
        text-align: start;
    }

    .line>div:nth-child(1),
    .footer_links_row>div:nth-child(2) {
        border-right: 0px solid #fff;
    }

    .customer-sec .customer-head {
        margin-top: 25px;
    }

    .offer-card .card-title {
        font-size: 1rem;
        font-weight: 600;
    }

    .about-section .icon {
        width: 60px;
        height: 60px;
    }

    .about-section .about-icon-content h6 {
        font-weight: 700;
        font-size: 20px;
    }

    .product-swiper .product-details h5 {
        min-height: 45px;
        font-size: 18px;
    }

    .product-swiper .product-details ul li {
        font-size: 15px;
    }
}

@media (max-width: 576px) {
    .section {
        padding: 15px 0 0 0;
    }

    .sec_head {
        font-size: 25px;
        font-weight: 600;
        margin-bottom: 10px;
        color: var(--bs-secondary);
        text-align: center;
    }

    .overview-sec p {
        font-size: 16px;
        text-align: center;
    }

    .btn-primary {
        padding: 5px 15px;
    }

    .navbar-expand .navbar-nav .nav-item .nav-link {
        font-size: 0.8rem;
    }

    .navbar-expand .navbar-nav {
        position: absolute;
        bottom: -40px;
    }

    .footer-content {
        padding: 20px;
    }

    .footer::after {
        background-color: var(--bs-primary);
        z-index: -1;
        height: 90%;
        width: 100%;
        border-radius: 30px 30px 0 0;
        bottom: -11.25px;
    }

    .banner_sec .banner-img img {
        margin-top: 30px;
        height: auto;
    }

    .banner-content {
        left: 0;
        top: 40px;
        bottom: auto;
        padding: 0 30px;
        text-align: center;
        transform: none;
        width: 100%;
    }

    .banner-content h1 {
        font-size: 18px;
    }

    .banner-content h2 {
        font-size: 16px;
        font-weight: 500;
        margin-top: 5px;
    }

    .banner-btn {
        left: 0;
        top: auto;
        bottom: 10px;
        text-align: center;
        transform: none;
        width: 100%;
    }

    .testimonial-card .testimonial-name {
        font-size: 18px;
        font-weight: 600;
        margin-bottom: 5px;
    }

    .customer-sec .customer-bg {
        background-color: #ededed;
        border-radius: 12px;
        padding: 15px;
    }

    .customer-sec .our-head {
        color: var(--bs-secondary);
    }

    .customer-sec .customer-head {
        color: #191919;
        font-size: 18px;
        text-align: center;
    }

    .about-section .icon {
        width: 50px;
        height: 50px;
    }

    .about-section .about-icon-content h6 {
        font-weight: 600;
        font-size: 17px;
    }

    .about-section .about-icon-content p {
        font-weight: 600;
        font-size: 11px;
    }

    .stickysec .container>div {
        bottom: 20px;
        z-index: 999;
        width: fit-content;
        margin: auto;
        padding: 8px;
        border-radius: 30px;
    }

    .product-details ul {
        height: auto;
        overflow-y: hidden;
    }

    .product-swiper .product-details h5 {
        min-height: auto;
    }

    .product-swiper .swiper-slide {
        height: auto;
    }

    .product-swiper .product-image img {
        border-radius: 12px 12px 0 0;
        max-height: 325px;
    }
     /*FAQ*/
    .accordion-button {
        font-weight: 600;
        font-size: 16px;
    }
}
.stickysec .container>div {
        bottom: 20px;
        z-index: 999;
        width: fit-content;
        
        padding: 8px;
        border-radius: 30px;
    }
@media (max-width: 425px) {
    .error {
        color: orange;
        font-size: 12px;
        display: block;

    }

    input.error,
    select.error {
        border-color: orange;
    }

    small.error {
        color: orange;
        font-size: 12px;
    }
}