@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap");

* {
    margin: 0;
    padding: 0;
    font-family: "Poppins", sans-serif;
    box-sizing: border-box;
}

body,
html {
    width: 100%;
    height: 100%;
}

.logo-title {
    font-size: 14px;
}

.loader_per {
    width: 100%;
    height: 100vh;
    background-color: rgba(250, 250, 250, 0.952);
    position: fixed;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 99960;
}

.loader_per p {
    font-size: 100px;
    font-weight: 700;
    color: #f81120;
}

@media (max-width: 998px) {
    .loader_per p {
        font-size: 40px;
        font-weight: 700;
    }
}

:root {
    --footer-bg: #f1f5f8;
    --footer-color: #1a202c;
    --header-bg: #ffffff;
    --header-color: #000;
    --navColor: #ef5115;
}

body,
html {
    width: 100%;
    height: 100%;
}

.header {
    position: fixed;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    margin: 0 auto;
    z-index: 9;
    border: none;
    transition: all 0.2s;
    outline: none;
    width: 100%;
    background: var(--header-bg);
}

.login-main {
    padding-top: 5.5rem !important;
}

.nav-bar {
    height: 75px;
    padding: 2rem 1.5rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    box-shadow: 2px 2px 5px rgba(191, 191, 191, 0.5);
}

.nav-bar .logo {
    width: 65.48px;
    height: auto;
}

.nav-bar .logo img {
    width: 100%;
}


@media(max-width:786px) {
    .nav-bar {
        padding: 1rem 0.5rem;
    }
}

.menu-link ul {
    display: flex;
    gap: 10px;
    margin: 0;
    list-style: none;
}

.banner-main-slider .owl-nav {
    margin-top: 0px !important;
    background: #000;
}

.owl-nav {
    display: flex;
    /* top: 1px; */
    position: relative;
    /* top: -19rem; */
    justify-content: space-between;
}

.owl-nav button {
    font-size: 45px !important;
    color: #000000 !important;
    width: 30px !important;
    font-weight: 300 !important;
    height: 30px !important;
    border-radius: 50% !important;
    background: #e0e0e000 !important;
    display: grid !important;
    place-content: center !important;
}

.owl-nav button:hover {
    background: #f1f5f8 !important;
}

.menu-link ul li {
    display: flex;
    margin: 0 0.6rem;
}

.menu-link ul li a {
    text-decoration: none;
    color: var(--header-color);
    font-size: 16px;
    font-weight: 600;
}

.togalMenu {
    display: none;
}

/* page-1 */
.banner-main-slider {
    width: 100% !important;
    position: relative;
    padding-top: 3.4rem;
}

.banner-main-slider .banner-img-slider {
    height: inherit;
    width: 100% !important;
}

.banner-main-slider .banner-img-slider img {
    height: 500px;
    object-fit: cover;
    width: 100% !important;
}

@media (max-width: 768px) {
    .banner-main-slider .banner-img-slider img {
        height: 400px;
    }

    .product-image {
        height: 150px;
    }
}

@media (max-width: 448px) {
    .banner-main-slider .banner-img-slider img {
        height: 150px;
    }

}

/* carocel - btn */

.banner-main-slider .owl-nav {
    position: absolute;
    right: 36px;
    bottom: 10px !important;
    padding: 0.3rem 0.5rem;
}

.banner-main-slider .owl-nav {
    display: flex;
}

.banner-main-slider .owl-nav button {
    line-height: 25px;
    display: flex !important;
    text-align: justify;
    display: flex;
    justify-content: center;
    border-radius: 0 !important;
    width: 30px;
    height: 30px;
    font-size: 2rem !important;
    background: var(--pre-next-btn) !important;
    color: #fff !important;
    cursor: pointer;
    transition: all 0.3s;
}

.banner-main-slider .owl-nav button:hover {
    background-color: transparent !important;
    color: #efeff9 !important;
    border: 1px solid !important;
}

.banner-main-slider .owl-nav button span {
    /* display:flex; */
    line-height: 25px;
}

.banner-main {
    width: 100%;
    margin-top: 5rem;
}

.banner-img {
    height: 500px;
    width: 100%;
}

.btn-one-pluce-sm {
    color: #efce;
    border: 1px solid black;
    padding: 0.5vw 3.5vw !important;
    border-radius: 20px;
    transition: all 0.3s ease-in-out;
    text-transform: capitalize;
    text-decoration: none !important;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}

.btn-one-pluce:hover {
    background-color: var(--main-color);
    color: #ffffff;
    border: 1px solid #ffffff;
}

.btn-one-pluce-sm:hover {
    background-color: #ed009c;
    color: #ffffff !important;
    border: 1px solid #ffffff;
}

/* banner main */

.banner-content-slider {
    position: absolute;
    top: 32px;
    padding-left: 2rem;
}

.banner-content-slider .up p {
    color: #fff;
    font-size: 18px;
    margin: 0;
}

.banner-content-slider .up h3 {
    color: #fff;
    font-size: 32px;
    font-weight: 400;
    margin: 5px 0;
}

.down {
    position: absolute;
    right: 20%;
    bottom: 40%;
    padding-left: 2rem;
}

.down p {
    padding-bottom: 0.5rem;
    font-weight: 600;
    font-size: 2rem;
    color: #fff !important;
}

@media (max-width: 932px) {
    .menu-link ul {
        display: none;
    }

    .togalMenu {
        display: block;
        font-size: 57px;
        margin: 1rem 0 0 0;

        color: #000000;
    }

    .banner-main {
        width: 100%;
        height: 200px;
        margin-top: 5rem;
    }

    .banner-img {
        height: 200px;
        width: 100%;
    }

    .down {
        width: 300px;
    }
}

@media (max-width: 786px) {
    .down {
        width: 350px;
    }

    .banner-main-slider .owl-nav {
        display: none !important;
    }

    .down {
        width: 100%;
    }

    .down p {
        width: 94%;
        padding-bottom: 0.5rem;
        font-weight: 500;
        font-size: 1rem;
    }
}

a {
    text-decoration: none;
}

footer ul li a {
    color: #000000;
    font-size: 16px;
    margin: 0.2rem 0;
}

.nav-link-active {
    color: #0d47a1 !important;
    font-weight: 600 !important;
}

.btn-primary {
    background: radial-gradient(circle, #1976d2, #0d47a1) !important;
}

.offcanvas-body ul li {
    list-style: none;
    margin: 0.9rem 0;
}

.offcanvas-body ul li a {
    font-size: 14px;
    color: #000000;
    text-decoration: none;
}

/* search iteam */

#overlay {
    display: none;
    position: fixed;
    top: 4.2rem;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 100;
}

.search-iteam {
    position: absolute;
    z-index: 150;
   top: 0.4rem;
    right: -1.4rem;
    background: #fff;
    width: 450px;
    height: auto;
    padding: 2rem;
    /* overflow: hidden; */
}

.search-input {
    margin: 0 auto;
}

.search-input {
    width: 100%;
    border: 1px solid #e7e7e7;
    margin: 0 auto;
    padding: 0.5rem 0.5rem;
}

.search-input:hover {
    border: 1px solid;
}

.search-input span {
    font-size: 1.5rem;
    position: relative;
    top: 0.3rem;
}

.search-input input {
    border: none;
    width: 85%;
    margin-left: 10px;
    padding: 0.5rem;
    outline: none;
}

@media (max-width: 765px) {
    .search-iteam {
        width: 100vw;
        right: -1.5rem;
        top: 5.5rem;
    }

    .search-input input {
        width: 80%;
    }
}

.search-input:focus-within {
    border: 1px solid;
}

.search-list-item {
    margin-top: 1rem;
    position: absolute;
    left: 0;
    right: 0;
    padding: 1rem 0;
    overflow: auto;
  height: 500px;
}

.search-list-item ul {
    padding: 0;
    list-style: none;
}

.search-list-item ul li {
    border-bottom: 1px solid;
    cursor: pointer;
}

.search-list-item ul li a {
    width: 100%;
    font-size: 16px;
    padding: 1rem 1.5rem;
    word-spacing: 10px;
    color: var(--black);
    text-decoration: none;
    display: block;
}

.search-list-item ul li a span {
    margin-right: 10px;
}

.search-list-item ul li:hover {
    background: rgba(202, 202, 202, 0.557) !important;
    color: var(--black) !important;
}

.header-item-right {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
}

.header-item-right a {
    font-size: 25px;
    color: #000;
}

/*====================
Footer
====================== */
.backToTop {
    position: fixed;
    width: 45px;
    height: 45px;
    background: #efeff9;
    z-index: 10;
    display: flex;
    justify-content: center;
    border: 1px solid;
    align-items: center;
    bottom: 5px;
    color: #000;
    display: grid;
    cursor: pointer;
    place-content: center;
    border-radius: 50%;
    font-size: 25px;
    right: 10px;
    display: none;
}

/* Style the scrollbar track */
::-webkit-scrollbar {
    width: 5px;
}

::-webkit-scrollbar-track {
    background-color: #f0f0f0;
    /* Change the background color as needed */
}

/* Style the scrollbar thumb */
::-webkit-scrollbar-thumb {
    background-color: var(--footer-color);
    /* Change the thumb color as needed */
    border-radius: 6px;
}

/* Optionally, style other scrollbar elements like buttons and corners */
::-webkit-scrollbar-button {
    display: none;
}

::-webkit-scrollbar-corner {
    background-color: #f0f0f0;
}

/* Main Footer */

li {
    font-size: 13px;
    cursor: pointer;
}

input::-webkit-input-placeholder {
    padding-left: 5px !important;
    transform: translate3d(0, -2px, 0);
}

.row-2 li:first-child {
    font-size: 18px !important;
    font-weight: 600;
    margin-bottom: 20px !important;
    text-transform: capitalize;
}

footer {
    overflow-x: hidden !important;
    background-color: var(--footer-bg) !important;
    color: #000000 !important;
}

.fa {
    background-color: #42443e !important;
    padding: calc(6px + (8 - 6) * ((100vw - 360px) / (1600 - 360))) !important;
    width: calc(23px + (30 - 23) * ((100vw - 360px) / (1600 - 360))) !important;
    text-align: center;
    text-decoration: none;
    border-radius: 0px !important;
    margin: 5px 10px 5px 10px !important;
    cursor: pointer;
    color: #fff !important;
}

a {
    text-decoration: none !important;
}

.line {
    background-color: #ccc !important;
    width: 100%;
}

a span {
    font-size: calc(14px + (13 - 14) * ((100vw - 360px) / (1600 - 360))) !important;
}

.active-1 span:hover {
    color: white !important;
}

.third-row {
    background-color: white !important;
    border-radius: 50px !important;
    padding: 0.8vh 2.7vh 0.8vh 2.7vh;
}

.third-row li {
    justify-content: space-between !important;
    border-radius: 50px;
    font-size: 13px;
}

li.active-1 {
    padding: 1.7vh !important;
}

.active-1 {
    background-color: #42443e !important;
    font-size: 2vw !important;
    font-weight: bold;
}

figcaption {
    font-size: calc(10px + (14 - 10) * ((100vw - 360px) / (1600 - 360))) !important;
    text-align: center !important;
    justify-content: center !important;
    justify-self: center !important;
}

figure img {
    width: calc(40px + (70 - 40) * ((100vw - 360px) / (1600 - 360))) !important;
}

.mt-md-0 {
    color: #000;
    font-size: 26px !important;
    font-weight: 600;
}

#footer-b {
    padding-top: 5rem;
}

/* page 4 */
.trendingProduct .owl-stage-outer .owl-stage .owl-item {
    /* height: 480px !important;
margin-top: 1rem;
margin-left: 0.1rem;
background: red;
padding: 2rem 1rem;
border-radius: 1rem;
background: var(--header-bg) !important;
border: 1px solid #b6b6b6d2;
-webkit-box-shadow: 1px 1px 4px 1px rgba(217,217,217,1);
-moz-box-shadow: 1px 1px 4px 1px rgba(217,217,217,1);
box-shadow: 1px 1px 4px 1px rgba(217,217,217,1); */
}

.page4 {
    padding-top: 2rem;
}

.pb-50 {
    padding-bottom: 5px;
}

.pt-50 {
    padding-top: 50px;
}

.product-img-box {
    width: 100%;
    height: 280px;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.page4 .product-img-box .product-img {
    height: 80%;
    width: 80%;
    padding: 1rem;
    object-position: bottom;
}

.page4 .product-img-box .product-img img {
    height: 100%;
    width: 100%;
    object-fit: contain;
    transition: all 0.4s ease;
}

.page4 .product-img-box .product-img:hover img {
    transform: scale(1.1);
}

.product-text {
    padding: 1rem 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.product-text p {
    margin-bottom: 1rem;
    color: #000;
    font-size: 14px;
    margin-bottom: 8px;
}

.product-text h6 {
    font-size: 14px;
}

.product-text h4 {
    font-size: 1.4vw;
    margin-bottom: 1rem;
    text-align: justify;
}

.trendingProduct {
    position: relative;
}

.page4 .owl-nav {
    /* position: absolute; */
    /* right: 20px; */
    /* top: 70px; */
    padding: 0.5rem 1rem;
}

.page4 .owl-nav {
    display: flex;
}

.page4 .owl-nav button {
    line-height: 25px;
    display: flex !important;
    text-align: justify;
    display: flex;
    justify-content: center;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    font-size: 2rem !important;
    background: var(--pre-next-btn) !important;
    color: #020202 !important;
    cursor: pointer;
    transition: all 0.3s;
    border: 1px solid rgba(197, 197, 197, 0.557) !important;
}

.page4 .owl-nav button:hover {
    background-color: transparent !important;
    color: #000 !important;
    border: 1px solid !important;
}

.page4 .owl-nav button span {
    display: flex;
    line-height: 25px;
}

.product-img-box {
    position: relative;
}

.product-img-box span {
    display: none;
    position: absolute;
    color: #3a3a3a;
    bottom: -19.5px;
    font-size: 1rem;
    filter: drop-shadow(0 0 2px #c1b591);
}


:root {
    --nav-gradient: linear-gradient(90deg, #efb6ff, #edd0ff, #ffffff, #d2f8ff);

}

.button_buy {
    --c: #000000d0;
    /* the color*/

    box-shadow: 0 0 0 0.1em inset var(--c);
    --_g: linear-gradient(var(--c) 0 0) no-repeat;
    background: var(--_g) calc(var(--_p, 0%) - 100%) 0%,
        var(--_g) calc(200% - var(--_p, 0%)) 0%,
        var(--_g) calc(var(--_p, 0%) - 100%) 100%,
        var(--_g) calc(200% - var(--_p, 0%)) 100%;
    background-size: 50.5% calc(var(--_p, 0%) / 2 + 0.5%);
    outline-offset: 0.1em;
    transition: background-size 0.4s, background-position 0s 0.4s;
}

.button_buy:hover {
    --_p: 100%;
    color: #fff !important;
    transition: background-position 0.4s, background-size 0s;
}

.button_buy {
    font-family: system-ui, sans-serif;
    font-size: 1rem;
    cursor: pointer;
    color: #000;
    padding: 0.3rem 1rem 0.4rem 1rem;
    font-weight: 500;
    border: none;
}

.button_buy:active {
    box-shadow: 0 0 9e9Q inset #0009;
    background-color: var(--c);
    color: #fff !important;
}

.inner-banner-section {
    position: relative;
    width: 100%;
    height: 400px;
    /* fixed height for visibility */
    background-image: url("../../d.jpg");
    /* ✅ update this path as per your project */
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    align-items: flex-end;
    padding: 2rem;
    color: white;
    overflow: hidden;
}

.inner-banner-section::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    /* black overlay */
    z-index: 1;
}

.inner-banner-content {
    position: relative;
    z-index: 2;
}

.paginate {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 2rem;
}

.paginate ul li {
    display: flex;
    justify-content: center;
    align-items: baseline;
}

.paginate ul li .page-link {
    width: 45px;
    border-radius: 50%;
    height: 45px;
    background: #ffffff;
    color: #000;
    font-size: 20px;
    box-sizing: border-box;
    margin: 0 3px;
    display: flex;
    justify-content: center;
    transition: all 0.3s;
    font-weight: 700;
}

.paginate ul li .page-link:hover {
    background: #100388 !important;
    color: #eeffee;
}

.active>.page-link,
.page-link.active {
    z-index: 3;
    color: #ffffff !important;
    border: 1px solid #ffffff;
    background: #100388 !important;
}

.page-item:first-child .page-link,
.page-item:last-child .page-link {
    border-radius: 50% !important;
}

.page-link.active {
    color: #000 !important;
}

.paginate ul li a:first {
    font-size: 50px;
}

.header_bar {
    background:linear-gradient(135deg, #2196f3, #0d47a1);
    color: #ffffff;

    text-align: center;
    padding: 5px;
}

.header_bar p {
    padding: 5px;
    margin: 0;
    font-weight: bold;
}

.page-section {
    padding: 2rem 3rem;
}

.blog2-grid {
    padding: 1rem 2rem;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1rem;
    justify-items: center;
}

.blog2-grid .blog-image {
    width: 100%;
    height: 300px;
    position: relative;
    background: rgba(24, 24, 79, 0.537);
}

.blog2-grid .blog-image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

:root {
    --main-color: #061862;
    --primary: var(--main-color, #1c2b7a);
    --highlight: #ff9431;
    --light-bg: #f9f9f9;
    --card-bg: #fff;
    --shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}


.blog-grid {
    padding: 1rem 10rem;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
    justify-items: center;
}

.blog-card {
    background: var(--card-bg);
    border-radius: 6px;
    overflow: hidden;
    box-shadow: var(--shadow);
    text-align: left;
}

@media (max-width: 987px) {
    .page-section {
        padding: 1rem;
    }
}

@media (max-width: 787px) {
    .blog2-grid {
        padding: 1rem 1rem;
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 487px) {
    .blog2-grid {
        padding: 1rem 1rem;
        grid-template-columns: repeat(1, 1fr);
    }
}


.blog-content {
    padding: 1.2rem;
}

.blog-content h3 {
    font-size: 1.1rem;
    font-weight: 600;
    margin-bottom: 0.5rem;
    color: var(--primary);
}

.blog-content .meta {
    font-size: 0.85rem;
    color: #888;
    margin-bottom: 0.8rem;
}

.blog-content p {
    font-size: 0.95rem;
    color: #333;
}

.blog-content h2 {
    font-size: 14px;
    color: #333;
}

.blog-title {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 1rem;
    background: var(--nav-gradient);
    color: #000000;
    font-size: 1.1rem;
    font-weight: 500;
    width: 100%;
}


@media (max-width: 787px) {
    .blog2-grid {
        padding: 1rem 1rem;
        grid-template-columns: repeat(2, 1fr);
    }


    .blog-grid {
        padding: 1rem 0rem;
        display: grid;
        grid-template-columns: repeat(1, 1fr);
    }

    .blog-title {
        font-size: 14px;
    }

    .blog-content h3 {
        font-size: 13px;
    }

    .blog-content .meta {
        font-size: 13px;
    }

    .blog-content p {
        font-size: 12px;
        color: #333;
    }



}



.about-section strong {
    font-weight: 500;
}

.about-section {
    padding: 0.5rem 0rem;
    background-color: var(--bg);
    color: var(--text);
}

.about-section h1 {
    font-size: 2rem;
    margin-bottom: 1.5rem;
    color: var(--primary);
    text-align: center;
}

.about-section h2 {
    color: var(--primary);
    margin-top: 2rem;
    font-size: 1.5rem;
}

.about-section p {
    margin-bottom: 1rem;
    font-size: 1rem;
    color: var(--text);
}

.about-section ul {
    margin: 1rem 0 2rem 1.5rem;
    padding-left: 1rem;
}

.about-section ul li {
    margin-bottom: 0.7rem;
    color: var(--text);
}

.about-section strong {
    color: var(--primary);
}

@media (max-width: 787px) {
    .blog2-grid {
        padding: 1rem 1rem;
        grid-template-columns: repeat(2, 1fr);
    }

    .pricing-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 1rem;
    }

    .footer-links {
        grid-template-columns: repeat(2, 1fr);
    }

    .section-two {
        padding: 0rem;
    }

    .section-two-content {
        padding: 0rem;
    }

    .section-two-content p {
        font-size: 12px;
    }

    .section-three .image-content {
        width: 300px;
        height: 200px;
    }

    .section-three .image-content img {
        z-index: 1;
        border-radius: 8px;
    }

    .section-three .image-content::after {
        top: 10px;
        left: -10px;
        border-radius: 8px;
    }

    .section-three .page-title {
        font-size: 18px;
    }

    .section-three p {
        font-size: 14px;
    }

    .blog-grid {
        padding: 1rem 0rem;
        display: grid;
        grid-template-columns: repeat(1, 1fr);
    }

    .blog-title {
        font-size: 14px;
    }

    .blog-content h3 {
        font-size: 13px;
    }

    .blog-content .meta {
        font-size: 13px;
    }

    .blog-content p {
        font-size: 12px;
        color: #333;
    }

    .about-section {
        padding: 2rem 0rem;
    }

    .about-section h1 {
        font-size: 1rem;
    }

    .about-section h2 {
        font-size: 1rem;
    }

    .about-section p {
        margin-bottom: 1rem;
        font-size: 12px;
    }

    .about-section ul {
        margin: 1rem 0 2rem 1.5rem;
        padding-left: 1rem;
    }

    .about-section strong {
        font-weight: 500;
    }
}



/* Grid container */
.category-grid {
    display: grid;
    gap: 1.5rem;
    padding: 2rem 1rem;
    grid-template-columns: repeat(5, 1fr);
}


@media(max-width:987px) {
    .category-grid {
        gap: 1rem;
        padding: 2rem 0.5rem;
        grid-template-columns: repeat(3, 1fr);
    }

}



/* Card styling */
.category-card {
    background-color: #fff;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    display: flex;
    flex-direction: column;
    height: 100%;
}

.category-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}

/* Image */
.category-image {
    position: relative;
    overflow: hidden;
    height: 280px;
}

@media(max-width:757px) {
    .category-grid {
        gap: 1rem;
        padding: 2rem 0rem;
        grid-template-columns: repeat(2, 1fr);
    }

    .category-image {

        height: 180px;
    }

}

.category-image img {
    width: 100%;
    height: 100%;
    object-fit: fill;
    transition: transform 0.4s ease;
}

.category-card:hover .category-image img {
    transform: scale(1.05);
}

/* Title */
.category-title {
    font-size: 1.1rem;
    font-weight: 600;
    padding: 1rem 1rem 0.5rem;
    color: #333;
}

/* Description & Button */
.category-description {
    padding: 0 1rem 1rem;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.category-description p {
    font-size: 0.9rem;
    color: #666;
    margin-bottom: 0.75rem;
}

:root {
    --title-bg:radial-gradient(circle, #1976d2, #0d47a1);
    --btn-bg: radial-gradient(circle, #288aed, #2c73dd);
    --btn-bg-hover: radial-gradient(circle, #1976d2, #0d47a1);


}

.view-btn {
    display: inline-block;
    padding: 0.5rem 1rem;
    background: var(--btn-bg);
    color: #ffffff;
    font-size: 0.85rem;
    font-weight: 600;
    text-align: center;
    border-radius: 20px;
    text-decoration: none;
    transition: all 0.3s;
}

.view-btn:hover {
    background: var(--btn-bg-hover);
}



.productGrid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);

    gap: 20px;
}

@media (min-width: 768px) and (max-width: 1199px) {
    .productGrid {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (max-width: 767px) {
    .productGrid {
        grid-template-columns: repeat(2, 1fr);
    }
}

/* Product Card Styling */
.product-card {
    position: relative;
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 10px;
    overflow: hidden;
    transition: transform 0.3s ease;
}

.product-card:hover {
    transform: translateY(-5px);
}

/* Image Container */
.product-image-container {
    position: relative;
    overflow: hidden;
}

.product-image img {
    width: 100%;
    display: block;
    border-bottom: 1px solid #eee;
    transition: all 0.3s;
}

.product-image img:hover {
    scale: 1.1;
}

/* Price on Hover */


.product-image-container:hover::after {
    opacity: 1;
}

/* Trending badge */


.product-image-container:hover::before {
    opacity: 1;
}

/* Product title and rating */
.product-title {
    font-size: 16px;
    margin: 10px 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}


.product-rating {
    display: block;
    text-align: center;
    color: #ffda23 !important;
    font-size: 24px;
}

/* Product Details */
.product-details {
    padding: 10px;
}

.product-description {
    font-size: 14px;
    margin-bottom: 8px;
    color: #333;

}

/* Buttons */




@media (max-width: 768px) {

    .product-image {
        height: 150px;
        padding: 0.5rem;
    }

    .product-title {
        font-size: 12px;
    }

    .product-description {
        font-size: 11px;
    }

    .product-buttons {
        display: flex;
        flex-direction: column;
        gap: 5px;
    }
}



.productPrice {
    background: var(--title-bg);
    text-align: center;
    color: white;
    font-weight: 600;
}

.banners {
    width: 100%;
    height: 550px;
}

.banners img {
    width: 100%;
    height: 100%;
    object-fit: fill;
}


@media (max-width: 968px) {

    .banners {
        height: 350px;
    }

}

@media (max-width: 786) {

    .banners {
        height: 200px;
    }

}

@media (max-width: 486) {

    .banners {
        height: 150px;
    }

}


.title_box {
    background: var(--title-bg);

    width: 100%;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
}

@media(max-width:786px) {
    .title_box {
        height: 40px;
    }
}

.title_box h2 {
    font-size: 25px;
    color: #ffffff;
    font-weight: 600;
    margin: 0;
    padding: 0;
    text-align: center;
}

:root {
    --review-bg: #f7f1db;
    --disible-bg: #ffffff6b;
    --main-color-star: rgb(255, 201, 52);
}


.review_boxs .owl-nav .owl-prev {
    position: absolute;
    top: 35%;
    left: -10px;
    width: 40px !important;
    height: 40px !important;
    background: linear-gradient(185deg, rgba(255, 165, 100, 0.918), rgba(255, 224, 189, 0.918));
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.review_boxs .owl-nav .owl-next {
    position: absolute;
    top: 35%;
    right: -10px;
    width: 40px !important;
    height: 40px !important;
    background: var(--main-color) !important;
    color: #fff;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.review_boxs .owl-nav .owl-prev.disabled {
    background: var(--disible-bg) !important;
    color: #000000 !important;

}

.review_boxs .owl-nav .owl-next.disabled {
    background: var(--disible-bg) !important;
    color: #000000 !important;

}

.review_boxs .owl-stage-outer {
    padding: 0rem 0;
}


.review_box {
    box-shadow: 0 10px 25px #0000001a;
    background:radial-gradient(circle, #add5fdc7, #fffffff1);
    border-radius: 15px;
    box-shadow: 3px 2px 1px #efe;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
}

.review_box .img img {
    width: 100%;
    height: 100%;
    overflow: hidden;
    border-radius: 15px;
    padding-bottom: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
}

.review_box .review_content {
    padding: 15px;
}

.review_box .review_content p {
    padding: 0px;
    margin: 0;
}

.review_box .review_content .review_name {
    font-size: 17px;
    font-weight: 600;
    padding-bottom: 5px;
}

.review_box .review_content .review_profession {
    font-size: 15px;
    font-weight: 400;
    text-transform: capitalize;
}

.review_box .review_content .star {
    font-size: 23px;
    color: var(--main-color-star);
    padding-bottom: 5px;

}

.review_box .review_content .msg {
    font-size: 14px;
    color: #1b1b1b;
    font-weight: 500;
}


.accordion-button:focus {
    z-index: 3;
    border-color: black !important;
    outline: 0;
    box-shadow: none !important;
}


@media(max-width:786px) {
    .faq {
        font-size: 18px;
    }

    #accordionExample .accordion-body p {
        font-size: 12px;
    }

}

#accordionExample .accordion-item {
    background: transparent;
    outline: none !important;
    border: none !important;
}

#accordionExample .accordion-button {
    border: none;
    color: #000;
    font-weight: 500;
    font-size: 18px;
    background: transparent;
    border-bottom: 1px solid;
}

@media(max-width:786px) {
    #accordionExample .accordion-button {
        font-size: 13px;
    }
}

#accordionExample .accordion-button:focus {
    outline: none !important;
    border: none !important;
}

#accordionExample .accordion-body {
    background: rgb(255, 255, 255);
}

#accordionExample .accordion-body p {
    padding: 5px 0;
    margin: 0;
    font-size: 14px;
    font-weight: 500;
    color: #2e2e2e;

}

.discount {
    background: #ffebee;
    color: #d32f2f;
    font-weight: bold;
    padding: 2px 8px;
    font-size: 14px;
    border-radius: 4px;
    margin-left: 10px;
}

:root {
    --faq-bg: linear-gradient(135deg, #e4fff2, #f1e8ff, #f9f9f9, #ffffff6d);
    --title-bg:  linear-gradient(135deg, #2196f3, #0d47a1);

}

.pages-faq {
    background: var(--faq-bg);
    padding-bottom: 2rem;
}

.pageHeader {
    background: var(--title-bg);
    padding: 15px 0;

}

.pageHeader h1 {
    font-size: 25px;
    padding: 5px;
    margin: 0;
    font-weight: bold;
    color: #ffffff;
    margin: 0;
    padding: 0;
    font-weight: 600;
    font-family: initial;
}

.pageHeader p {
    font-size: 18px;
    padding: 0;
    color: #464646;

    margin: 0;

}



@media(max-width:786px) {
    .pageHeader h1 {
        font-size: 18px;


    }

    .pageHeader p {
        font-size: 12px;


    }
}


.product-buttons .btn-call {
    width: 100%;
}




.ribbon-2 {
    --f: 10px;
    color: white;
    --r: 15px;
    --t: 10px;

    position: absolute;
    inset: var(--t) calc(-1*var(--f)) auto auto;
    padding: 0 10px var(--f) calc(10px + var(--r));
    clip-path:
        polygon(0 0, 100% 0, 100% calc(100% - var(--f)), calc(100% - var(--f)) 100%,
            calc(100% - var(--f)) calc(100% - var(--f)), 0 calc(100% - var(--f)),
            var(--r) calc(50% - var(--f)/2));
    background: linear-gradient(135deg, #2196f3, #0d47a1);

    box-shadow: 0 calc(-1*var(--f)) 0 inset #0005;
}


.boxRobin {

    position: absolute;
    right: 2px;
    top: -8px;
    z-index: 100;
    left: 0;
    white-space: nowrap;

    text-overflow: ellipsis;
    font-size: 12px;
}

@media (max-width: 568px) {
    .product-image {
        height: 114px;
    }

    .product-buttons .btn-call {
        padding: 5px 10px;
    }
}

.productDiscunt {
    padding: 2px 3px;
    font-size: 14px;

}

.mrp{
    text-decoration: line-through;
    font-size: 14px;
}

.whatsappRightBtn {
    position: fixed;
    width: 40px;
    height: 40px;
    display: grid;
    place-items: center;
    right: 15px;
    bottom: 60px;
    background-color: #25D366; /* WhatsApp green */
    border-radius: 50%;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
    animation: blink 1.5s infinite;
    color: white;
    font-size: 20px;
    cursor: pointer;
}

/* Blinking animation */
@keyframes blink {
    0%, 100% {
        opacity: 1;
        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
    }
    50% {
        opacity: 0.6;
        box-shadow: 0 0 20px rgba(37, 211, 102, 0.8);
    }
}

