* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    line-height: 1.8;

}

body {
    font-family: "Poppins", sans-serif;
}

textarea {
    font-family: "Poppins", sans-serif;
}


a {
    text-decoration: none;
    color: #8a8a8a;

}

p {
    color: #555;
}

.container {
    max-width: 1300px;
    margin: auto;
    padding-left: 25px;
    padding-right: 25px;
}

.row {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-evenly;
}

.row-category {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin: 0px 10px;
    gap: 20px;
}

.col-2 {
    flex-basis: 50%;
    min-width: 300px;
}

.col-2 img {
    max-width: 100%;

}

.logo img {
    width: 150px;
}

.banner-img {
    filter: drop-shadow(20px 20px 8px rgba(0, 0, 0, 0.2));
}

.col-2 h1 {
    font-size: 50px;
    line-height: 60px;
    margin: 25px 0;
}

.btn {
    display: inline-block;
    background: #ff523b;
    color: #ffffff;
    padding: 8px 30px;
    margin: 0px 0;
    border-radius: 30px;
    transition: background 0.5s;
}

.btn:hover {
    background: #a8cf45;
}

.header {
    background: radial-gradient(#ebf0c5, #fff);
    position: fixed;
    width: 100%;
    z-index: 1000;
    border-bottom: 1px solid #939292;
}

.header .row {
    margin-top: 70px;
}

.banner {
    margin-top: 100px;
}

.categories {
    margin: 20px 0;
}

.col-3 {
    flex-basis: 30%;
    min-width: 250px;
    max-width: 275px;
    margin-bottom: 30px;
    filter: drop-shadow(5px 10px 10px rgba(0, 0, 0, 0.2));
}

.col-3 img {
    width: 100%;
}

.small-container {
    max-width: 1200px;
    margin: auto;
    padding-left: 0px;
    padding-right: 0px;
}

.col-4 {
    flex-basis: 25%;
    padding: 10px;
    min-width: 200px;
    max-width: 275px;
    margin-bottom: 25px;
    transition: transform 0.5s;
}

.col-4 img {
    width: 100%;
}

.title {
    text-align: center;
    margin: 0 auto 25px;
    position: relative;
    line-height: 60px;
    color: #555;
}

.title::after {
    content: "";
    background: #ff523b;
    width: 80px;
    height: 5px;
    border-radius: 5px;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%);
}

h4 {
    color: #555;
    font-weight: normal;
}

.col-4 p {
    font-size: 14px;
}

.rating .fas {
    color: #ff523b;
}

.rating .far {
    color: #ff523b;
}

.col-4:hover {
    transform: translateY(-5px);
}

/* Offer */

.offer {
    background: radial-gradient(#fff, #ffd6d6);
    padding: 30px 0;

}

.col-2 .offer-img {
    width: 400px;
    height: 400px;
    margin-left: 70px;
    padding: 0px;

}

small {
    color: #555;
}

/* testimonial */

.testimonial {
    padding-top: 0px;
    background: radial-gradient(#fff, #ffd6d6);
    padding-bottom: 10px;
}


.testimonial-slide {
    text-align: center;
    padding: 20px 20px;
    box-shadow: 0 0 7px 0px rgba(0, 0, 0, 0.1);
    cursor: pointer;
    transition: transform 0.5s;
    flex: 0 0 calc(25% - 15px);
    /* background: radial-gradient( rgba(249, 250, 250, 0.16),#fff); */
    background-color: white;
}

.testimonial-slide:hover {
    transform: translateY(-10px);
}

.testimonial-slide img {
    width: 65px;
    height: 65px;
    border-radius: 50%;
    margin: 5px 0px -5px 0px;
}

.fa-quote-left {
    font-size: 34px;
    color: #ff523b;
}

.col-3 p {
    font-size: 14px;
    margin: 6px 0;
    color: #777777;
}

.testimonial .col-3 h3 {
    font-weight: 600;
    color: #555;
    font-size: 16px;
}

.brands {
    margin: 75px auto;
}

.col-5 {
    width: 150px;
}

.col-5 img {
    width: 100%;
    cursor: pointer;
    filter: grayscale(0%);
}

.col-5 img:hover {
    width: 100%;
    cursor: pointer;
    filter: grayscale(100%);
}

/* footer */

.footer {
    background: #000;
    color: #8a8a8a;
    font-size: 16px;
    padding: 30px 10px 20px;
}

.footer-row {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: center;
}

.footer p {
    color: #8a8a8a;
}

.footer h3 {
    color: #ffffff;
    margin-bottom: 10px;
}

.footer-col-1,
.footer-col-2,
.footer-col-3,
.footer-col-4 {
    max-width: 350px;
    margin-bottom: 20px;
    min-width: 180px;
}



.footer-col-2 {
    flex: 1;
    text-align: center;
}

.footer-col-2 img {
    width: 180px;
}

.footer-col-3,
.footer-col-4 {
    flex-basis: 12%;
    text-align: left;
}

ul {
    list-style-type: none;
}

.app-logo {
    margin-top: 20px;
    display: flex;
    gap: 10px;
}

.app-logo img {
    width: 100px;
    height: 50px;
    border-radius: 10px;
    object-fit: cover;
    transition: all 0.4s ease-in;
}

.app-logo img:hover {
    transform: scale(1.05);
    box-shadow: 0 0px 20px 8px rgba(225, 225, 225, 0.2);
}

.footer hr {
    border: none;
    background: #b5b5b5;
    height: 1px;
    margin: 20px 0;
}

.copyright {
    text-align: center;
}

.menu-icon {
    width: 28px;
    margin-left: 20px;
    display: none;
}


/* ================= RESET / BASE ================= */
.by-category {
    text-decoration: none;
    color: #ed3237;
    padding: 10px 2px;
    font-weight: 600;
    transition: background 0.2s ease;
}

.navbar {
    display: flex;
    align-items: center;
    justify-content: space-between;

}

.header {
    background: radial-gradient(#ebf0c5, #fff);
    border-bottom: 1px solid #eee;
}

.menu-icon {
    display: none;
    cursor: pointer;
}

/* ================= DESKTOP NAV ================= */


nav ul {
    display: flex;
    list-style: none;
}

nav ul li a,
nav ul li span {
    text-decoration: none;
    color: #ed3237;
    padding: 10px 12px;
    font-weight: 600;
    transition: background 0.2s ease;

}

nav ul li i {
    color: #ed3237;
}

nav ul li a:hover {
    background: #d6ee99;
    border-radius: 5px;
    cursor: pointer;
}


.dropdown-menu {
    display: none;
    position: absolute;
    background: #fff;
    width: 180px;
}

/* ================= MOBILE ================= */
@media (max-width: 768px) {

    .menu-icon {
        display: block;
    }

    .dropdown-menu {
        width: 100%;
        display: none;
        position: relative !important;
        background: #eff3d5;
    }

    .footer-row {

        justify-content: start;
    }


    nav {
        position: absolute;
        top: 99%;
        left: 0;

        width: 100%;

        background: radial-gradient(#ebf0c5, #fff);

        overflow: hidden;
        max-height: 0;
        transition: max-height 0.4s ease;
        border-top: 1px solid #eee;
    }

    nav.active {
        max-height: 600px;
    }

    /* Mobile menu list */
    nav ul {
        flex-direction: column;
    }

    nav ul li {
        border-bottom: 1px solid #eee;
    }

    nav ul li a {
        display: block;
        padding: 12px 15px;
    }

    /* ================= SUBMENU ================= */
    .dropdown-toggle {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 0px 15px 0px 0px;
        cursor: pointer;
        font-weight: 500;
    }

    .dropdown-menu {
        display: block;
        /* override desktop */
        max-height: 0;
        overflow: hidden;
        padding-left: 15px;
        transition: max-height 0.35s ease;
    }

    .dropdown.active .dropdown-menu {
        max-height: 250px;
        /* pushes menu items down */
    }

    .dropdown-toggle i {
        transition: transform 0.3s ease;
    }

    .dropdown.active .dropdown-toggle i {
        transform: rotate(180deg);
    }
}




.row-2 {
    justify-content: space-between;
    margin: 100px auto 50px;
}

select {
    padding: 5px;
}

select,
textarea:focus {
    outline: none;
}

.page-btn {
    margin: 0 auto 80px;
}

.page-btn span {
    display: inline-block;
    border: 1px solid #ff523b;
    margin-left: 10px;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    cursor: pointer;
}

.page-btn span:hover {
    background: #ff523b;
    color: #ffffff;
}

/* single product details */

.single-product {
    margin-top: 80px;
}

.single-product .col-2 img {
    padding: 0;
}

.single-product .col-2 {
    padding: 20px;
}

.single-product h4 {
    margin: 20px 0;
    font-size: 22px;
    font-weight: bold;
}

.single-product select {
    display: block;
    padding: 10px;
    margin-top: 20px;
}

.single-product input {
    width: 50px;
    height: 40px;
    padding-left: 10px;
    font-size: 20px;
    margin-right: 10px;
    border: 1px solid #ff523b;
}

input:focus {
    outline: none;
}

.single-product .fas {
    color: #ff523b;
    margin-left: 10px;
}

.small-img-row {
    display: flex;
    justify-content: space-between;
}

.small-img-col {
    flex-basis: 24%;
    cursor: pointer;
}

/* cart items */

.cart-page {
    margin: 90px auto;
}

table {
    width: 100%;
    border-collapse: collapse;
}

.cart-info {
    display: flex;
    flex-wrap: wrap;
}

th {
    text-align: left;
    padding: 5px;
    color: #ffffff;
    background: #ff523b;
    font-weight: normal;
}

td {
    padding: 10px 5px;
}

td input {
    width: 40px;
    height: 30px;
    padding: 5px;
}

td a {
    color: #ff523b;
    font-size: 12px;
}

td img {
    width: 80px;
    height: 80px;
    margin-right: 10px;
}

.total-price {
    display: flex;
    justify-content: flex-end;
}

.total-price table {
    border-top: 3px solid #ff523b;
    width: 100%;
    max-width: 400px;
}

td:last-child {
    text-align: right;
}

th:last-child {
    text-align: right;
}

/* account page */
.account-page {
    padding: 50px 0;
    background: radial-gradient(#fff, #ffd6d6);
}

.form-container {
    background: #ffffff;
    width: 300px;
    height: 400px;
    position: relative;
    text-align: center;
    padding: 20px 0;
    margin: auto;
    box-shadow: 0 0 20px 0px rgba(0, 0, 0, 0.1);
    overflow: hidden;
}

.form-container span {
    font-weight: bold;
    padding: 0 10px;
    color: #555555;
    cursor: pointer;
    width: 100px;
    display: inline-block;
}

.form-btn {
    display: inline-block;
}

.form-container form {
    max-width: 300px;
    padding: 0 20px;
    position: absolute;
    top: 130px;
    transition: transform 1s;
}

form input {
    width: 100%;
    height: 30px;
    margin: 5px 0;
    padding: 0 10px;
    border: 1px solid #ccc;
}

form .btn {
    width: 100%;
    border: none;
    cursor: pointer;
    margin: 10px 0;
}

form .btn:focus {
    outline: none;
}

#LoginForm {
    left: -300px;
}

#RegForm {
    left: 0;
}

form a {
    font-size: 12px;
}

#Indicator {
    width: 100px;
    border: none;
    background: #ff523b;
    height: 3px;
    margin-top: 8px;
    transform: translateX(100px);
    transition: transform 1s;
}

.product-hover:hover {
    transform: translateY(-10px);
}

.product-hover {
    cursor: pointer;
    transition: transform 0.5s;
}

.testimonial-heading h2 {
    text-align: center;
    margin: 0 auto 10px;
    position: relative;
    line-height: 60px;
    color: #555;
}

.testimonial-heading p {
    text-align: center;
    margin: 0 auto 30px;
    position: relative;
    line-height: 35px;
    color: #555;
}

.testimonial-heading h2::after {
    content: "";
    background: #ff523b;
    width: 80px;
    height: 5px;
    border-radius: 5px;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%);
}

.view-icon {
    display: flex;
    align-items: center;
    justify-content: space-between;

}

.pricing {
    display: flex;
    align-items: center;
    gap: 5px;
}

.pricing h5 {
    color: #ff523b;
}

.view-more {
    background-color: #ff523b;
    padding: 2px 7px;
    border-radius: 11px;
    font-size: 10px;
    color: white;
    margin-right: 20px;
}

.view-more:hover {
    background-color: #a8cf45;
}

i.fa-regular.fa-eye {
    font-size: 9px;
}

.btn .arrow {
    display: inline-block;
    margin-left: 10px;
    transition: transform 0.3s ease;
    position: relative;
}

.btn:hover .arrow {
    transform: translateX(15px);
}

.product-title {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    /* Limit to 2 lines */
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: left;
}

.col-2 .app-logos img {
    width: 75px;
    height: 40px;
    object-fit: cover;
    border-radius: 10px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;

}

.app-logos {
    margin-top: 10px;
    translate: transform 0.5s ease-in-out;
}

.app-logos a {
    display: inline-block;
    margin-right: 5px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.app-logos a:hover img {
    transform: scale(1.02);
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.15);
}

i.fa-solid.fa-angle-down {
    font-size: 13px;
}


.explore-btn {
    margin: 30px 0;
}




/* popup css */
.modal {
    display: none;
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    overflow: auto;
}

.modal-content {
    background-color: #fff;
    margin: 12% auto;
    padding: 15px;
    width: 90%;
    max-width: 400px;

    border-radius: 8px;
    position: relative;
}

.close-modal {
    position: absolute;
    top: -20px;
    right: -20px;
    font-size: 24px;
    font-weight: bold;
    color: white;
    cursor: pointer;
}

.form-row {
    display: flex;
    gap: 20px;
    justify-content: space-between;
}

.contact-form {
    width: 50%;

}

.modal-content h2 {
    text-align: center;
    margin-bottom: 2px;
    font-size: 21px;
    color: #ff523b;
}

/* .contact-details {

    max-height: 380px;
} */

.contact-info {
    max-height: 500px;
}

.contact-info p {
    line-height: 2.1;
}

.contact-details p {
    line-height: 2.1;
}


/* end popup css */
.discount-price {
    display: flex;
    gap: 5px;
    align-items: center;
}

p.discount-off {
    color: #ff523b;
}

.faq-item {
    margin: 0px 150px 40px 150px;
}

.qa-box {
    margin-bottom: 10px;
    border-radius: 5px;
    overflow: hidden;
}

.question {
    cursor: pointer;
    font-weight: bold;
    display: flex;
    align-items: center;
    padding: 10px;
    color: #008000de;
}

.icon {
    margin-right: 10px;
}

.answer p {
    text-align: justify;
    color: #ff523b;
}

.answer ul {
    text-align: start;
    color: #ff523b;
}

.answer.hidden {
    display: none;
}

.answer {
    overflow: hidden;
    transition: height 0.4s ease, opacity 0.3s ease;
    opacity: 0;
    margin-left: 20px;
}

.answer.active {
    opacity: 1;
}



/* Dropdown menu hidden by default */
.no-padding {
    padding: 0px;
}


.dropdown-menu li {
    display: block;
    margin: 5px 5px 5px 5px;
    text-align: left;
}

.dropdown-menu li:hover {
    background: #d6ee99;
    border-radius: 5px;
    padding: 3px 5px 3px 5px;
}

.dropdown-menu li a:hover {
    background: none !important;
}

/* Show dropdown on hover */
.dropdown:hover .dropdown-menu {
    display: block;
    min-width: 100px;
}

li.dropdown {
    position: relative;
}

.related-container {
    max-width: 1200px !important;
    margin: auto;
    padding-left: 0px;
    padding-right: 0px;
}

@media (max-width: 1024px) {
    .row-category {
        margin: 0px 10px;
        gap: 0px;
    }
}

/* media query for less than 600 screen size */
@media (max-width: 768px) {
    .col-2 .offer-img {
        margin-left: 40px;
        padding: 0px;
        width: 300px;
        height: 300px;
    }



    .row-category {
        margin: 0px 15px;
        gap: 24px;
    }

    .product-title {
        font-size: 13px;
        line-height: 1.4;
    }

    .col-2 h1 {
        font-size: 35px;
        line-height: 60px;
        margin: 25px 0;
    }

    .product-detail ul li {
        padding-left: 0px !important;

    }

    .by-category {
        padding: 10px 12px;
    }

    .answer {
        margin: 0px 20px;
    }

    .modal-content {

        margin: 38% auto;

    }
}

@media only screen and (max-width: 600px) {
    .row {
        text-align: center;
    }

    .row-category {
        display: flex;
        align-items: center;
        flex-wrap: wrap;
        margin: 0px 10px;
        gap: 10px;
    }

    .contact-form {
        width: 90%;
    }

    .single-product .row {
        text-align: left;
    }

    .single-product .col-2 {
        padding: 20px 0;
    }

    .single-product h1 {
        font-size: 26px;
        line-height: 32px;
    }

    .cart-info p {
        display: none;
    }

    .banner {
        margin-top: 25px;
    }
}



@media (max-width: 767px) {

    .col-2 .offer-img {
        margin-left: 0px;
        padding: 0px;
        width: 300px;
        height: 300px;
    }

    .logo img {
        width: 120px;
    }




    .offer {
        margin-bottom: 0px !important;
    }

    .view-more {
        margin-right: 0px;
    }

    .view-icon {
        gap: 7px;

    }

    .col-4 {
        flex-basis: 25%;
        padding: 10px;
        min-width: 180px;
        max-width: 275px;
        margin-bottom: 25px;
        transition: transform 0.5s;
    }

    .testimonial-heading h2 {
        line-height: 40px;
    }

    .testimonial-slide {
        flex: 0 0 calc(100% - 5px);
    }

    .modal-content {

        margin: 60% auto !important;
    }

    .popup-box {
        width: 350px !important;

    }

}

@media (max-width: 768px) {


    section {
        margin: 0px auto;
    }


    .carousel-button.right {
        right: 10px !important;

    }

    .popup-box {
        margin: 125px auto !important;
    }
}

@media (max-width: 360px) {
    .col-4 {
        flex-basis: 25% !important;
        padding: 10px;
        min-width: 180px;
        max-width: 275px;
        margin-bottom: 25px;
        transition: transform 0.5s;
    }

    .carousel-container {
        padding: 20px !important;
    }

    .app-logo {
        margin-top: 20px;
        display: flex;

        gap: 10px;
    }

    .popup-box {
        width: 315px !important;
        margin: 125px auto !important;

    }

    .app-logo img {
        width: 90px;
        height: 45px;
    }

    .row-category {
        display: flex;
        align-items: center;
        flex-wrap: wrap;
        margin: 0px 0px;
        gap: 0px;
    }

}


@media(max-width:912px) {

    .related-container,
    .faq-item {
        margin: 0px 0px 0px 0px;
    }

    .related-container h2 {
        margin-left: 10px;
    }


    .img-display {
        width: auto !important;
    }

    .close-modal {
        top: -30px;
        right: -15px;
    }

    .product-content {
        margin-right: 0px;
    }
}


i.fa-solid.fa-truck {
    color: #d85151;
}

i.fa-solid.fa-right-left {
    color: skyblue;
}

i.fa-solid.fa-credit-card {
    color: #e5cb09;
}

i.fa-solid.fa-phone {
    color: #f70d24c7;
}

i.fa-solid.fa-leaf {
    color: green;
}

i.fa-solid.fa-square-check {
    color: #9cc339;
}

i.fa-solid.fa-wand-magic-sparkles {
    color: #e5a22d;
}

i.fa-solid.fa-heart {
    color: #d53333;
}

i.fa-solid.fa-earth-asia {
    color: #244dc5;
}

i.fa-solid.fa-bullhorn {
    color: #5d08f2a3;
}

i.fa-solid.fa-flask-vial {
    color: #00ffff70;
}

i.fa-solid.fa-location-dot {
    color: #b23a3a;
}

i.fa-solid.fa-envelope {
    color: #00c6ff;
}

i.fa-solid.fa-handshake {
    color: #e9e930;
}

i.fa-solid.fa-chart-simple {
    color: #00e5ff;
}

.text-color {
    color: #ce1011ba;
}

.footer-col-3 ul a:hover {
    color: white;
}


.popup-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    z-index: 9999;
    overflow: auto;
}

.popup-box form {
    display: flex !important;
    flex-direction: column !important;
}

.popup-box h2 {
    text-align: center;
    margin-bottom: 2px;
    font-size: 21px;
    color: #ff523b;
}

.popup-box-row label {
    width: 30%;
    text-align: right;
    margin-right: 1rem;
    font-size: 14px;
}

.popup-box {
    position: relative;
    width: 400px;
    background: #fff;
    margin: 40px auto;
    padding: 15px;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}

.popup-box-row {
    display: grid;
    grid-template-columns: 22% 74%;
    align-items: center;
}

.close-btn {
    position: absolute;
    right: -20px;
    top: -25px;
    font-size: 22px;
    cursor: pointer;
    color: white;
}

.popup-box input,
.popup-box textarea {
    width: 100%;
    margin: 0px 0;
    padding: 5px;
    border: 1px solid #ccc;
    border-radius: 6px;
}

.popup-box-fields {
    display: grid;
    grid-column: auto auto
}

.form-field label {
    font-size: 14px;
}

.name-link {
    color: #ed3237;
}