
* {
    margin : 0;
    padding:0;
    box-sizing:border-box;
    font-family: 'Gemunu Libre', sans-serif;
}
h1 {
    font-size:50px;
    line-height:64px;
    color:#ffffff;
}
h2 {
    font-size: 46px;
    line-height: 54px;
    color: rgb(0, 0, 0);
}
h4 {
    font-size: 20px;
    color: rgb(0, 0, 0);
}
h6 {
    font-weight:700;
    font-size:12px;
}
p {
    font-size:16px;
    color: cadetblue;
    margin: 15px 0 20px 0;
}
.section-p1 {
    padding:40px 80px;
    margin-top: 5rem;
}
.section-m1 {
    margin:40px 0;
}
button.normal {
    font-size: 14px;
    font-weight: 600;
    padding: 15px 30px;
    background-color: white;
    border-radius: 4px;
    cursor: pointer;
    outline: none;
    border: none;
    transition: 0.2s;
}

button.white {
    font-size: 13px;
    font-weight: 600;
    padding: 11px 18px;
    background-color: white;
    border-radius: 4px;
    cursor: pointer;
    outline: none;
    border: none;
    transition: 0.2s;
}
body {
    width:100%;
}



/* #hero {
    background-image: url("imgs/covers/medicine.jpg");
    height: 90vh;
    width: 100%;
    background-size: cover;
    background-position: top 20% right 0;
    padding: 0 80px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
} */
    #hero h4 {
        padding-bottom:15px;

    }
    #hero h1 {
        color:aquamarine;
    }
    #hero button {
        background-image:url();
        background-color: transparent;
        color: aqua;
        border:0;
        padding: 14px 80px 14px 65px;
        background-repeat: no-repeat;
        border: 2px gray solid;
        
     }
button:hover {
  background-color: brown;    }
#feature {
    display:flex;
    align-items:center;
    justify-content:space-between;
    flex-wrap:wrap;
}
#feature .fe-box {
    width: 300px;
    text-align: center;
    padding: 25px 15px;
    box-shadow: 20px 20px 34px rgba(0,0,0,0.03);
    border: 1px solid burlywood;
    border-radius: 4px;
    margin: 15px 0;
}
    #feature .fe-box:hover {
        box-shadow: 20px 20px 34px aquamarine;
    }
    #feature .fe-box h6 {
        display:inline-block;
        padding:9px 8px 6px 8px;
        line-height:1;
        border-radius:4px;
        color:darkgreen;
        background-color:antiquewhite;
    }
    #feature .fe-box img {
        width:100%;
        margin-bottom:10px;
    }
    #feature .fe-box :nth-child(2) h6 {
        background-color:darkgreen;
    }
    #feature .fe-box :nth-child(3) h6 {
        background-color: darkkhaki;
    }
/* footer {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    background-color: #6A5ACD;
}
    footer .col {
        display: flex;
        flex-direction:column;
        align-items  : flex-start;
        margin-bottom:20px;
    }
    footer .logo {
        margin-bottom: 30px;
    }
    footer h4 {
        font-size:14px;
        padding-bottom:20px;
    }
    footer p {
        font-size: 13px;
        margin:0 0  8px 0;
    }
    footer a {
        font-size: 13px;
        text-decoration:none;
        color:black;
        margin-bottom:10px;
    }
    footer .follow {
        margin-top:20px;

    }
    footer .follow i {
       color: black;
       padding-right:4px;
       cursor:pointer;
    }
    footer .install .row img {
        border: 1px solid gray;
        border-radius:6px;
    }
    footer .install  img {
        margin:10px 0 15px 0;
    }
    footer .follow i:hover,footer a:hover {
        color: darkolivegreen;
    }
    footer .copyright  {
        width:100%;
        text-align:center;
    } */
#product1 {
    text-align:center;

}
    #product1 .pro-container {
        display:flex;
        justify-content:space-between;
        padding-top:20px;
        flex-wrap:wrap;
    }
    #product1 .pro {
        width: 23%;
        min-width: 250px;
        padding: 10px 12px;
        border: 1px solid #cce7d0;
        border-radius: 25px;
        cursor: pointer;
        box-shadow: 20px 20px 30px rgba(0,0,0,0.02);
        margin: 15px 0;
        transition: 0.2s ease;
        position: relative;
    }
        #product1 .pro:hover {
            box-shadow: 20px 20px 30px rgba(0,0,0,0.09);
        }

        #product1 .pro img {
            width: 100%;
            border-radius: 20px;
        }
        #product1 .pro .napa {
            text-align:start;
            padding:10px 0;
        }
            #product1 .pro .napa span {
                color: blue;
                font-size:12px;
            }
            #product1 .pro .napa h5 {
                padding-top:7px;
                color:black;
                font-size:14px;
            }
            #product1 .pro .napa .star {
                font-size: 12px;
                color:rgb(255, 216, 0);
            }
            #product1 .pro .napa h4 {
                padding-top: 7px;
                font-size: 14px;
                font-weight:700;
                color:darkgreen;
            }
        #product1 .pro .cart {
            width: 40px;
            height: 40px;
            line-height: 40px;
            border-radius: 40px;
            background-color: aliceblue;
            font-weight: 500;
            color: rgb(194, 152, 0);
            border: 1px solid antiquewhite;
            position:absolute;
            bottom:20px;
            right:10px;
        }
#banner { 
    display:flex;
    flex-direction:column;
    justify-content:center;
    align-items:center;
    text-align:center;
    background-color:#f19844;
    width:100%;
    height:40vh;
    background-size:cover;
    background-position:center;
}
    #banner h2 {
        color: white;
     
    }
    #banner h4 {
        color: white;
        padding: 20px 0;
    }
    #banner button:hover {
        background:rgb(255, 182, 47);

    }
#sm-banner {
    display:flex;
    justify-content:space-between;
    flex-wrap:wrap;
}
    #sm-banner .banner-box {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: flex-start;
        text-align: center;
        background-image: url("imgs/banners/MedicineBox.webp");
        min-width: 500px;
        height: 35vh;
        border: 1px solid rgb(128, 119, 0);
        background-size: cover ;
        background-position: center;
    }
    #sm-banner h4 {
        color: #FF0000;
        font-size:20px;
        font-weight:300;

    }
    #sm-banner h2 {
        color: #4169E1;
        font-size: 20px;
        font-weight: 800;
    }
    #sm-banner span {
        color: #800000;
        font-size: 14px;
        font-weight: 500;
        padding-bottom: 15px;
    }
    #sm-banner .banner-box:hover button {
        background-color: forestgreen;
        border: 1px solid forestgreen; 
    }
#newsletter .form{
    display:flex;
    width:40%;
}
#newsletter {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
    background-color: #DCDCDC;
    background-repeat: no-repeat;
    background-position: 20% 30%;
}
#newsletter h4 {
    font-size:22px;
    font-weight:700;

}
    #newsletter p {
        font-size: 14px;
        font-weight: 600;
        color:azure;
    }
    #newsletter input {
        height:3.125rem;
        padding: 0 1.25em;
        font-size:14px;
        width:100%;
        border: 1px solid transparent;
        border-radius: 4px;
        outline:none;


    }
    #newsletter button {
        background-color:darkgreen;
        color:white;
        white-space:nowrap;
    }
#Second {
    background-image: url("imgs/banners/tabletBanner.jpeg");
    width:100%;
    height:40vh;
    background-size:cover;
    display:flex;
    justify-content:center;
    align-items:center;
    flex-direction:column;
    padding:14px;

}
#SecondAB {
    background-image: url("imgs/banners/AboutBanner.webp");
    width: 100%;
    height: 40vh;
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 14px;
}
#SecondCT {
    background-image: url("https://www.chsp.ca/wp-content/uploads/contact-us-banner-1024x373.jpg");
    width: 100%;
    height: 40vh;
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 14px;
}
#prodetails {
    display:flex;
    margin-top:20px;
}
#prodetails .signle-pro-image {
    width: 40%;
    margin-right: 50px;
}

.signle-pro-image {
    display:flex;
    justify-content:space-between;
   

}
.small-img-col {
    flex-basis:24%;
    cursor:pointer;
}
#prodetails .single-pro-details {
    width: 50%;
    padding-top: 30px;
}
    #prodetails .single-pro-details h4 {
        padding:40px 0 20px 0;
    }
    #prodetails .single-pro-details h2 {
        font-size:26px;
    }
    #prodetails .single-pro-details select {
        display:block;
        padding: 5px 10px;
        margin-bottom:10px;
    }
    #prodetails .single-pro-details input {
        width:50px;
        height:47px;
        padding-left:10px;
        font-size:16px;
        margin-right:10px;
    }
    #prodetails .single-pro-details button {
        background-color:darkgreen;
        color:white;
    }
    #prodetails .single-pro-details span {
        line-height:8px;
    }
#cart table {
    width:100%;
    border-collapse:collapse;
    table-layout:fixed;
    white-space:nowrap;
}
    #cart table img {
        width:70px;

    }
    #cart table td:nth-child(1) {
        width:100px;
        text-align:center;

    }
    #cart table td:nth-child(2) {
        width: 150px;
        text-align: center;
    }
    #cart table td:nth-child(3) {
        width: 250px;
        text-align: center;
    }
    #cart table td:nth-child(4),
    #cart table td:nth-child(5),
    #cart table td:nth-child(6) {
        width: 150px;
        text-align: center;
    }
        #cart table td:nth-child(5) input {
            width:70px;
            padding:10px 5px 10px 15px;
        }
    #cart table thead {
        border: 1px solid blue;
        border-left:none;
        border-right:none;
    }

        #cart table thead td {
            font-weight:700;
            text-transform:uppercase;
            font-size:13px;
            padding: 18px 0;
        }
    #cart table tbody tr td {
        padding-top:15px;
    }
    #cart table tbody  td {
        font-size:13px;
    }

.pro-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.pro {
    flex: 1 1 calc(20% - 20px); /* Adjusted to fit more items per row */
    box-sizing: border-box;
    margin: 10px;
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 5px;
    text-align: center;
}

.pro img {
    max-width: 100%;
    height: auto;
    border-radius: 5px;
}

.pro .napa {
    margin-top: 10px;
}

.pro .napa h5 {
    font-size: 1em; /* Reduced font size */
    margin: 5px 0;
}

.pro .star {
    color: #f0c14b;
}

.pro .star i {
    margin: 0 1px; /* Reduced margin */
}

.pro h4 {
    margin: 5px 0; /* Reduced margin */
    color: #b12704;
}

.pro a {
    display: inline-block;
    margin-top: 5px; /* Reduced margin */
    color: #333;
    text-decoration: none;
}

.pro a i {
    font-size: 1.2em; /* Reduced icon size */
}
/* ...existing code... */
.fixed-size {
    width: 400px;
    height: 600px;
    object-fit: cover; /* Ensures the image covers the area without distortion */
}
/* ...existing code... */


/* Base styles */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Spartan', sans-serif;
}

/* General styles */
h1 {
    font-size: 50px;
    line-height: 64px;
    color: #ffffff;
}

h2 {
    font-size: 46px;
    line-height: 54px;
    color: #010101;
}

h4 {
    font-size: 20px;
    color: darkorange;
}

h6 {
    font-weight: 700;
    font-size: 12px;
}

p {
    font-size: 16px;
    color: rgb(0, 0, 0);
    margin: 15px 0 20px 0;
}

.section-p1 {
    padding: 40px 80px;
}

.section-m1 {
    margin: 40px 0;
}

button.normal {
    font-size: 14px;
    font-weight: 600;
    padding: 15px 30px;
    background-color: white;
    border-radius: 4px;
    cursor: pointer;
    outline: none;
    border: none;
    transition: 0.2s;
}

button.white {
    font-size: 13px;
    font-weight: 600;
    padding: 11px 18px;
    background-color: white;
    border-radius: 4px;
    cursor: pointer;
    outline: none;
    border: none;
    transition: 0.2s;
}

body {
    width: 100%;
}

#header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 80px;
    background: #446cf1fc;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.6);
    z-index: 999;
    position: sticky;
    top: 0;
    left: 0;
}

#navbar {
    display: flex;
    align-items: center;
    justify-content: center;
}

#navbar li {
    list-style: none;
    padding: 0 20px;
    position: relative;
}

#navbar li a {
    text-decoration: none;
    font-size: 16px;
    font-weight: 600;
    color: rgba(255, 255, 255, 0.6);
    transition: 0.3s ease;
}

#navbar li a:hover,
#navbar li a.active {
    color: aqua;
}

#navbar li a.active::after,
#navbar li a:hover::after {
    content: "";
    width: 30%;
    height: 2px;
    background-color: aqua;
    position: absolute;
    bottom: -4px;
    left: 20px;
}
/* 
#hero {
    background-image: url("imgs/covers/medicine.jpg");
    height: 90vh;
    width: 100%;
    background-size: cover;
    background-position: top 25% right 0;
    padding: 0 80px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
} */

#hero h4 {
    padding-bottom: 15px;
}

#hero h1 {
    color: aquamarine;
}

#hero button {
    background-color: transparent;
    color: aqua;
    border: 0;
    padding: 14px 80px 14px 65px;
    background-repeat: no-repeat;
    border: 2px gray solid;
}

button:hover {
    background-color: brown;
}

#feature {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

#feature .fe-box {
    width: 300px;
    text-align: center;
    padding: 25px 15px;
    box-shadow: 20px 20px 34px rgba(0, 0, 0, 0.03);
    border: 1px solid burlywood;
    border-radius: 4px;
    margin: 15px 0;
}

#feature .fe-box:hover {
    box-shadow: 20px 20px 34px aquamarine;
}

#feature .fe-box h6 {
    display: inline-block;
    padding: 9px 8px 6px 8px;
    line-height: 1;
    border-radius: 4px;
    color: darkgreen;
    background-color: antiquewhite;
}

#feature .fe-box img {
    width: 100%;
    margin-bottom: 10px;
}

#feature .fe-box :nth-child(2) h6 {
    background-color: darkgreen;
}

#feature .fe-box :nth-child(3) h6 {
    background-color: darkkhaki;
}

/* footer {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    background-color: #86a9a4;
}

footer .col {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 20px;
}

footer .logo {
    margin-bottom: 30px;
}

footer h4 {
    font-size: 14px;
    padding-bottom: 20px;
}

footer p {
    font-size: 13px;
    margin: 0 0 8px 0;
}

footer a {
    font-size: 13px;
    text-decoration: none;
    color: black;
    margin-bottom: 10px;
}

footer .follow {
    margin-top: 20px;
}

footer .follow i {
    color: black;
    padding-right: 4px;
    cursor: pointer;
}

footer .install .row img {
    border: 1px solid gray;
    border-radius: 6px;
}

footer .install img {
    margin: 10px 0 15px 0;
}

footer .follow i:hover,
footer a:hover {
    color: darkolivegreen;
}

footer .copyright {
    width: 100%;
    text-align: center;
} */

#product1 {
    text-align: center;
}

#product1 .pro-container {
    display: flex;
    justify-content: space-between;
    padding-top: 20px;
    flex-wrap: wrap;
}

#product1 .pro {
    width: 23%;
    min-width: 250px;
    padding: 10px 12px;
    border: 1px solid #cce7d0;
    border-radius: 25px;
    cursor: pointer;
    box-shadow: 20px 20px 30px rgba(0, 0, 0, 0.02);
    margin: 15px 0;
    transition: 0.2s ease;
    position: relative;
}

#product1 .pro:hover {
    box-shadow: 20px 20px 30px rgba(0, 0, 0, 0.09);
}

#product1 .pro img {
    width: 100%;
    border-radius: 20px;
}

#product1 .pro .napa {
    text-align: start;
    padding: 10px 0;
}

#product1 .pro .napa span {
    color: blue;
    font-size: 12px;
}

#product1 .pro .napa h5 {
    padding-top: 7px;
    color: black;
    font-size: 14px;
}

#product1 .pro .napa .star {
    font-size: 12px;
    color: rgb(255, 216, 0);
}

#product1 .pro .napa h4 {
    padding-top: 7px;
    font-size: 14px;
    font-weight: 700;
    color: darkgreen;
}

#product1 .pro .cart {
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 40px;
    background-color: aliceblue;
    font-weight: 500;
    color: darkgreen;
    border: 1px solid antiquewhite;
    position: absolute;
    bottom: 20px;
    right: 10px;
}

#banner {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    background-color: #f19844;
    width: 100%;
    height: 40vh;
    background-size: cover;
    background-position: center;
}

#banner h2 {
    color: white;
}

#banner h4 {
    color: white;
    padding: 20px 0;
}

#banner button:hover {
    background: greenyellow;
}

#sm-banner {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

#sm-banner .banner-box {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    text-align: center;
    background-image: url("imgs/banners/MedicineBox.webp");
    min-width: 500px;
    height: 35vh;
    border: 1px solid green;
    background-size: cover;
    background-position: center;
}

#sm-banner h4 {
    color: #FF0000;
    font-size: 20px;
    font-weight: 300;
}

#sm-banner h2 {
    color: #4169E1;
    font-size: 20px;
    font-weight: 800;
}

#sm-banner span {
    color: #800000;
    font-size: 14px;
    font-weight: 500;
    padding-bottom: 15px;
}

#sm-banner .banner-box:hover button {
    background-color: forestgreen;
    border: 1px solid forestgreen;
}

#newsletter .form {
    display: flex;
    width: 40%;
}

#newsletter {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
    background-color: #DCDCDC;
    background-repeat: no-repeat;
    background-position: 20% 30%;
}

#newsletter h4 {
    font-size: 22px;
    font-weight: 700;
}

#newsletter p {
    font-size: 14px;
    font-weight: 600;
    color: azure;
}

#newsletter input {
    height: 3.125rem;
    padding: 0 1.25em;
    font-size: 14px;
    width: 100%;
    border: 1px solid transparent;
    border-radius: 4px;
    outline: none;
}

#newsletter button {
    background-color: darkgreen;
    color: white;
    white-space: nowrap;
}

#Second {
    background-image: url("imgs/banners/tabletBanner.jpeg");
    width: 100%;
    height: 65vh;
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 14px;
}

#SecondAB {
    /* background-image: url("https://as2.ftcdn.net/v2/jpg/00/56/46/73/1000_F_56467389_N24WALz6gt55OYLho3hVypZM8WoJzxfD.jpg"); */
    width: 100%;
    height: 68vh;
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 14px;
}

#SecondCT {
    background-image: url("imgs/banners/contactgpt.webp");
    width: 100%;
    height: 70vh;
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 14px;
}

#prodetails {
    display: flex;
    margin-top: 20px;
}

#prodetails .signle-pro-image {
    width: 40%;
    margin-right: 50px;
}

.signle-pro-image {
    display: flex;
    justify-content: space-between;
}

.small-img-col {
    flex-basis: 24%;
    cursor: pointer;
}

#prodetails .single-pro-details {
    width: 50%;
    padding-top: 30px;
}

#prodetails .single-pro-details h4 {
    padding: 40px 0 20px 0;
}

#prodetails .single-pro-details h2 {
    font-size: 26px;
}

#prodetails .single-pro-details select {
    display: block;
    padding: 5px 10px;
    margin-bottom: 10px;
}

#prodetails .single-pro-details input {
    width: 50px;
    height: 47px;
    padding-left: 10px;
    font-size: 16px;
    margin-right: 10px;
}

#prodetails .single-pro-details button {
    background-color: darkgreen;
    color: white;
}

#prodetails .single-pro-details span {
    line-height: 8px;
}

#cart table {
    width: 100%;
    border-collapse: collapse;
    table-layout: fixed;
    white-space: nowrap;
}

#cart table img {
    width: 70px;
}

#cart table td:nth-child(1) {
    width: 100px;
    text-align: center;
}

#cart table td:nth-child(2) {
    width: 150px;
    text-align: center;
}

#cart table td:nth-child(3) {
    width: 250px;
    text-align: center;
}

#cart table td:nth-child(4),
#cart table td:nth-child(5),
#cart table td:nth-child(6) {
    width: 150px;
    text-align: center;
}

#cart table td:nth-child(5) input {
    width: 70px;
    padding: 10px 5px 10px 15px;
}

#cart table thead {
    border: 1px solid blue;
    border-left: none;
    border-right: none;
}

#cart table thead td {
    font-weight: 700;
    text-transform: uppercase;
    font-size: 13px;
    padding: 18px 0;
}

#cart table tbody tr td {
    padding-top: 15px;
}

#cart table tbody td {
    font-size: 13px;
}

.pro-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.pro {
    flex: 1 1 calc(20% - 20px); /* Adjusted to fit more items per row */
    box-sizing: border-box;
    margin: 10px;
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 5px;
    text-align: center;
}

.pro img {
    max-width: 100%;
    height: auto;
    border-radius: 5px;
}

.pro .napa {
    margin-top: 10px;
}

.pro .napa h5 {
    font-size: 1em; /* Reduced font size */
    margin: 5px 0;
}

.pro .star {
    color: #f0c14b;
}

.pro .star i {
    margin: 0 1px; /* Reduced margin */
}

.pro h4 {
    margin: 5px 0; /* Reduced margin */
    color: #b12704;
}

.pro a {
    display: inline-block;
    margin-top: 5px; /* Reduced margin */
    color: #333;
    text-decoration: none;
}

.pro a i {
    font-size: 1.2em; /* Reduced icon size */
}

/* Fixed size for images */
.fixed-size {
    width: 400px;
    height: 600px;
    object-fit: cover; /* Ensures the image covers the area without distortion */
}

/* Media Queries for responsiveness */
@media (max-width: 1200px) {
    .section-p1 {
        padding: 40px 40px;
    }

    #header {
        padding: 20px 40px;
    }

    #hero {
        padding: 0 40px;
    }

    #product1 .pro {
        width: 30%;
    }
}

@media (max-width: 992px) {
    .section-p1 {
        padding: 40px 20px;
    }

    #header {
        padding: 20px 20px;
    }

    #hero {
        padding: 0 20px;
    }

    #product1 .pro {
        width: 45%;
    }
}

@media (max-width: 768px) {
    .section-p1 {
        padding: 40px 10px;
    }

    #header {
        padding: 20px 10px;
    }

    #hero {
        padding: 0 10px;
    }

    #product1 .pro {
        width: 100%;
    }

    #newsletter .form {
        width: 100%;
    }
}

@media (max-width: 576px) {
    .section-p1 {
        padding: 20px 10px;
    }

    #header {
        padding: 10px 10px;
        flex-direction: column;
    }

    #hero {
        padding: 0 10px;
    }

    #product1 .pro {
        width: 100%;
    }

    #newsletter .form {
        width: 100%;
    }

    /* footer {
        flex-direction: column;
        align-items: center;
    }

    footer .col {
        align-items: center;
    } */
}


body {
    font-family: Arial, sans-serif;
  }

  .new-product-section {
    padding: 20px;
  }

  .section-title {
    font-size: 24px;
    margin-bottom: 15px;
    font-weight: bold;
  }

  .carousel {
    display: flex;
    align-items: center;
    gap: 10px;
  }

  .carousel-button {
    border: none;
    background-color: #000;
    color: #fff;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
  }

  .carousel-container {
    display: flex;
    gap: 20px;
    overflow-x: auto;
    scroll-behavior: smooth;
  }

  .carousel-container::-webkit-scrollbar {
    display: none;
  }

  .card {
    width: 150px;
    border: 1px solid #ddd;
    border-radius: 8px;
    padding: 10px;
    text-align: center;
    background-color: #fff;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  }

  .card img {
    width: 100%;
    height: auto;
    border-radius: 8px;
  }

  .new-tag {
    background-color: #ff5e5e;
    color: #fff;
    font-size: 12px;
    font-weight: bold;
    padding: 3px 6px;
    border-radius: 4px;
    display: inline-block;
    margin-bottom: 8px;
  }

  .card-title {
    font-size: 14px;
    margin-top: 5px;
  }


  /* General Styles */

  
  