@import url("https://fonts.googleapis.com/css2?family=Anton&family=Playfair+Display:ital,wght@0,400..900;1,400..900&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&family=Saira Condensed:ital,wght@0,100..900;1,100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Merriweather:ital,opsz,wght@0,18..144,300..900;1,18..144,300..900&family=Saira+Condensed:wght@100;200;300;400;500;600;700;800;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Cookie&family=Saira+Semi+Condensed:wght@100;200;300;400;500;600;700;800;900&family=Urbanist:ital,wght@0,100..900;1,100..900&display=swap");
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
:root {
    --primary-color: #e29002;
    --secondary-color: #000000;
}
body {
    line-height: 1.4;
    font-size: 18px;
    overflow-x: hidden;
    font-family: "Saira Condensed";
}

html {
    scroll-behavior: smooth;
}
h1,
h2,
h3,
h4,
h5 {
    margin: 0;
    font-family: "Saira Condensed";
}

ol,
ul {
    padding-left: 0;
}

/* Swipper CSs  */
.swiper {
    width: 100%;
    height: 100%;
    max-width: calc(100% - 80px);
    margin: 0 auto;
    margin-top: 40px;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.slides-container {
    max-width: 409px;
    width: 100%;
    margin: 0 auto;
}

.swiper-slide.swiper-slide-active {
    max-width: 409px;
    width: 100%;
    margin: 0 auto;
}

.mySwiper .swiper-slide.swiper-slide-next {
    max-width: 409px;
    width: 100%;
    height: 100%;
    margin: 0 auto;
}
.swiper-button-next,
.swiper-button-prev {
    color: #ffffff;
    background-color: #568864;
    border-radius: 100%;
    width: 40px;
}
.swiper-button-next {
    right: 6px;
}
.swiper-button-prev {
    left: 6px;
}
.swiper-button-next:after,
.swiper-button-prev:after {
    font-size: 13px;
}

/* CSS */
.border-rounded-full {
    border-radius: 40px;
}
.home-conatiner {
    max-width: 1440px;
    width: 100%;
    margin: 0 auto;
}
.btn-home {
    font-size: 15px;
    font-weight: 600;
    line-height: 20px;
}
.nav-item .nav-link {
}
.navbar-expand-lg .navbar-nav .nav-link {
    padding: 0;
    color: #000;
    font-size: 20px;
    height: 60px;
    line-height: 60px;
    text-transform: uppercase;
}

.wrapper-home {
    max-width: 1440px;
    width: 100%;
    margin: 0 auto;
    position: relative;
    background-color: #faf9f7;
}

.bg-nav {
    background-color: rgb(255 255 255 / 90%);
    border: 1px solid #e29002;
    padding: 0;
    position: fixed;
    max-width: 1360px;
    z-index: 10;
    top: 40px;
    margin: 0 auto;
    left: 0px;
    right: 0px;
    top: 70px;
    display: flex;
    flex-direction: column;
    width: 100%;
}

.bg-nav .container {
    max-width: 1440px;
    width: 96%;
}
.navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
    top: 60px;
}
.logo {
    padding: 10px;
}
.logo img {
    max-width: 212px;
}
.menu {
    display: flex;
    gap: 32px;
    margin: 0 auto;
    justify-content: space-between;
}
.nav-active {
    color: var(--primary-color) !important;
}
.text-white {
    color: #ffffff;
}
.notification {
    padding: 0;
    display: flex;
    align-items: center;
}
.btn-login {
    padding: 9px 20px;
    background-color: var(--primary-color);
    color: #ffffff;
    font-size: 15px;
    line-height: 21px;
}
.d-flex {
    gap: 32px;
}
.cart {
    display: flex;
    gap: 8px;
    align-items: center;
    flex-wrap: nowrap;
    padding: 0;
}
.banner-image {
    max-width: 1440px;
    width: 100%;

    position: relative;
}
.box-hero {
    position: absolute;
    top: 22%;
    left: 6%;
    z-index: 9;
    margin-left: 20px;
    top: 52%;
    transform: translateY(-50%);
}
.hero-container {
    color: #ffffff;
}
.hero-container h1 {
    font-size: 66px;
    font-weight: 700;
    line-height: 80px;
    letter-spacing: 0.02em;
    max-width: 706px;
}
.hero-container p {
    padding-top: 24px;
    max-width: 485px;
    font-size: 20px;
    font-weight: 400;
}
.start-btn {
    align-items: self-end;
    background-color: var(--primary-color);
    padding: 14px 32px;
    gap: 5px;

    font-size: 20px;
    font-weight: 700;
    display: flex;
    align-items: center;
    margin-top: 40px;
}

.media-card-conatiner {
    position: relative;
    padding-top: 63px;
    padding-bottom: 24px;
    display: flex;
    align-items: center;
    flex-direction: column;
    background-color: #ffffff;
    max-width: 395px;
    border-radius: 10px;
    box-shadow: 0px 2px 32px 0px #0000000d;
}
.media-card-conatiner h1 {
    font-size: 28px;
    font-weight: 700;
}
.media-card-conatiner p {
    max-width: 301px;

    text-align: center;
    font-size: 15px;
    line-height: 20px;
    color: #00000099;
}
.icon-container {
    transform: translateX(50%);
    height: 95px;
    width: 95px;
    align-items: center;
    background-color: #ffffff;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    position: absolute;
    right: 50%;
    top: -20%;
}
.icon-container img {
    max-width: 35px;
}
.media-card-conatiner h2 {
    font-weight: 700;
    font-size: 28px;
    line-height: 34px;
    margin-bottom: 12px;
}
.grid-row {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1.2vw;
    margin: 0 40px;
    flex-wrap: wrap;
    justify-content: center;
}
.grid-row a {
    text-align: center;
    flex-shrink: unset;
}
.card-wrapper {
    position: relative;
    z-index: 9;
    margin-top: -45px;
}

.text-orange {
    color: var(--primary-color);
}
.about-wrapper {
    margin: 40px 40px 0px 40px;
}
.about-wrapper h1,
.event-container h1,
.image-gallery h1,
.news-container h1,
.our-products h1 {
    max-width: 100%;
    margin: 0 auto;
    text-align: center;
    font-family: "Merriweather", serif;
    font-size: 36px;
    font-weight: 700;
    color: #000000;
    letter-spacing: calc(16px * 0.02);
}
.about-container h5 {
    font-size: 20px;
    color: var(--secondary-color);
    margin-top: 29px;
}
.underline-heading {
    position: relative;
    text-align: center;
    margin-top: 16px;
    margin-bottom: 20px;
}
.underline-heading::after,
.underline-heading::before {
    content: "";
    width: 180px;
    border: 1px solid #000;
    position: absolute;
    top: 52%;
}
.underline-heading::after {
    left: 51%;
}
.underline-heading::before {
    right: 51%;
}

.underline-media::before {
    transform: translateX(-10px);
}
.underline-media::after {
    transform: translateX(10px);
}

.about-row {
    margin: 0;
    margin-top: 15px;
    padding: 0;
}
.about-container {
    padding: 0;
}

.about-container h2 {
    max-width: 605px;

    font-size: 30px;
    font-weight: 600;
    margin-top: 24px;
    color: #000000;
}
.about-container p {
    max-width: 605px;
    margin-top: 28px;

    font-size: 16px;
    color: #00000099;
}
.about-image img {
    max-width: 360px;
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.about-image {
    display: flex;
    justify-content: end;
    align-items: center;
}
.our-products {
    /* background: url("../img/products-bg.png") no-repeat; */
    background-color: #faf3dd;
    background-size: cover;
    margin: 40px 0px;

    padding-bottom: 50px;
    margin-bottom: 40px;
}

.our-products h3,
.image-gallery h3 {
    padding-top: 32px;
    font-size: 25px;
    font-weight: 600;
}
.our-products h1 {
    margin: 28px auto;
    margin-top: 15px;

    font-size: 30px;
    font-weight: 700;
    letter-spacing: 0.02em;
}
.product-row {
    margin: 0 28px;
    margin-top: 40px;
    display: grid;
    gap: 10px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    justify-items: center;
}
.image-card {
    z-index: 1;
    position: relative;
    height: 273px;
}
.product-image-homepage {
    width: 100%;
    height: 100%;
    border-radius: 8px;
}

.rating {
    position: absolute;
    display: flex;
    gap: 4px;
    z-index: 2;
    background-color: #12b347;
    padding: 3px 8px;
    border-radius: 4px;
    top: 8px;
    left: 28px;
}

.rating-home {
    position: absolute;
    display: flex;
    gap: 4px;
    z-index: 2;
    border-radius: 4px;
    top: 8px;
    left: 14px;
}
.rating-background {
    background-color: #12b347;
    padding: 3px 8px;
    border-radius: 5px;
    color: #ffffff;
}
.product-rating-new {
    position: absolute;
    top: 5%;
    right: 5%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.product-card {
    max-width: 319px;
    width: 100%;
}
.product-description {
    background-color: #f1fbf0;
    position: relative;
    z-index: 3;
    /* max-width: 345px; */
    color: #000000;
    padding: 20px 24px;
    margin: 20px 0px 0px 0px;
    text-align: left;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    /* height: 231px; */
}
.product-description h2 a {
    margin-bottom: 1rem;
    font-size: 24px;
    font-weight: 700;
    line-height: 34px;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.product-description p {
    margin-bottom: 1rem;
    font-size: 15px;
    font-weight: 400;
    line-height: 20px;
    color: #000;
    display: -webkit-box;
    -webkit-line-clamp: 2; /* Number of lines */
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.price-container {
    display: flex;
    gap: 4px;
}
/*.price {
    font-size: 15px;
    line-height: 20px;
    text-decoration: line-through;
}*/
/* Remove the default line-through */
.price {
    font-size: 16px;
    line-height: 20px;
}

/* Only apply line-through if discount exists */
.with-discount {
    text-decoration: line-through;
    color: black;
}

.no-discount {
    text-decoration: none;
}
/* If no discount exists, ensure same size as discount price */
.no-discount.same-size {
    font-size: 25px; /* Match discount price font size */
    color: var(--secondary-color);
}
.ruppe {
    font-size: 22px;
    line-height: 20px;
    color: var(--secondary-color);
    text-decoration: none;
}
.add-cart,
.go-to-cart-btn,
.go-cart {
    padding: 8px 0px;
    max-width: 145px;
    width: 100%;
    text-align: center;
    display: block;
    border: none;
    margin-top: 24px;
    background-color: var(--primary-color);
}
.go-to-cart-btn {
    display: block;
}
.veiw-btn {
    margin: 36px auto 0px auto;
    border: none;
    border: 1px solid var(--primary-color);
    padding: 10px 28px;
    font-weight: 700;
    font-size: 15px;
    line-height: 20px;
    display: flex;
    gap: 7px;
    align-items: center;
    color: var(--primary-color);
}
.text-event {
    max-width: 624px;
    margin: 16px auto 0px;
    font-size: 20px;
    font-weight: 400;
    line-height: 25px;
    color: #00000099;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.aaya p {
    max-width: 624px;
    margin: 8px auto 0px;
    font-size: 16px;
    font-weight: 400;

    color: #00000099;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.event-container {
    padding: auto 80px;
}
.event-card {
    /* max-width: 250px; */
    width: 100%;
    /* min-height: 694px; */
    box-shadow: 0px 2px 32px 0px #00000014;
    border-radius: 8px;
    border: 1px solid #00000045;
    background-color: #fff;
    padding: 20px;
}
.swiper .event-card {
    margin-bottom: 24px;
}
.event-img {
    position: relative;
}
.event-img img {
    width: 100%;
    border-radius: 8px;
    aspect-ratio: 1 / 1;

    width: 100%;
}

.date-event {
    position: absolute;
    bottom: 0;
    transform: translateY(50%);
    left: 0px;
    background-color: var(--primary-color);
    /* padding: 8px 22px; */
    width: 60px;
    height: 60px;
    display: flex;
    border-radius: 50%;
    justify-content: center;
    align-items: center;
}
.date-event span {
    font-size: 14px;
    font-weight: 700;
    text-align: center;
    color: #ffffff;
}
.share-btn {
    display: flex;
    justify-content: end;
    margin: 12px 18px 0px 0px;
}
.share-btn img {
    width: 20px;
    float: right;
}
.info-event {
    display: flex;
    flex-direction: column;
    padding: 20px 0px 0px 0px;
    min-height: 70px;
    text-align: left;
    justify-content: space-between;
    word-break: break-word;
}
.info-event h1 {
    font-size: 24px;
    font-weight: 700;
    text-align: left;
    overflow: hidden;
    width: 100%;
    font-family: "Saira Condensed";
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.info-event p {
    margin-top: 16px;
    font-size: 15px;
    line-height: 20px 0px;
    color: #00000099;
}
.btn-event {
    color: var(--primary-color);
    display: flex;
}
.event-btn {
    text-decoration: none;
    font-size: 15px;
    font-weight: 500;
    line-height: 20px;
    margin-top: auto;
}
.event-veiw {
    border: 1px solid var(--primary-color);
    display: flex;
    align-items: center;
    font-size: 15px;
    font-weight: 700;
    line-height: 20px;
    margin: 0 auto;
    margin-top: 42px;
}
.event-veiw img {
    width: 14px;
    margin-left: 7px;
}
.image-gallery {
    margin-top: 41px;
    padding-bottom: 40px;
    background: linear-gradient(to right, #faf3dd 70%, #f1fbf0 40%);
}
.image-gallery h3 {
    color: #00000099;
}
.image-gallery h1 {
    max-width: 498px;
    /* color: var(--secondary-color); */
    /*margin-top: 28px;*/
}
.gallery-swipper {
    width: 100%;
}
.gallery-myswipper {
    width: 100%;
    max-width: 1440px;
}
.mySwiper2.swiper {
    width: unset !important;
    height: 100%;
    max-width: 100%;
    margin: 0 auto;
    margin-top: 40px;
}
.mySwiper2 .swiper-slide {
    width: 632px;
    height: 356px;
    transition: all 0.3s ease;
}
.mySwiper2 .swiper-slide img {
    width: 100%;
    aspect-ratio: 1 / 1;
    object-fit: cover;
    border-radius: 8px;
}
.mySwiper2 .swiper-slide.swiper-slide-active {
    max-width: 730px !important;
}
.gallery-veiw {
    border: 1px solid var(--secondary-color);
    color: var(--secondary-color);
}
.news-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 40px 40px;
}

.news-wrapper {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 34px;

    margin-top: 40px;
}
.news-card {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    max-width: 294px;
    width: 100%;
    border: 1px solid #00000045;
    padding: 20px;
    text-align: center;
    border-radius: 12px;
    /* height: 500px; */
}
.news-card h2 {
    margin-top: 24px;
    font-weight: 700;
    font-size: 24px;
    line-height: 34px;
    word-wrap: break-word;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.news-card img {
    max-width: 294px;
    width: 100%;
    border-radius: 8px;
    aspect-ratio: 1/1;
}
.news-card p {
    margin-top: 16px;
    font-size: 15px;
    line-height: 20px;
    color: #00000099;
}

.mt-32 {
    margin-top: 32px;
}
/* CONATCT FORM CSS */
/* CONATCT FORM CSS */
.contact-wrapper {
    margin: 0px 0px;
    margin-bottom: 0;
    width: 100%;

    /* background-color: #faf3dd; */
    display: grid;
    /* gap: 60px; */
    gap: 0.5%;
    grid-template-columns: 69% 30.5%;
    /* padding: 0px 40px; */
}
.contact-form {
    display: flex;
    background: #f1fbf0;
    flex-direction: column;

    padding: 20px 30px 27px 30px;
}
.contact-form h1 {
    font-weight: 700;
    font-size: 29px;
    /* line-height: 41px; */
    font-family: "Merriweather", serif;
    color: black;
}
.contact-form p {
    max-width: 624px;
    margin-top: 20px;
    margin-bottom: 0px;

    color: #00000099;
    font-size: 16px;
}
.contact-info {
    background: #faf3dd;
    padding: 0px 20px;
    max-width: 595px;
    width: 100%;
}
.contact-info h5 {
    padding-top: 53px;
    font-weight: 600;
    font-size: 20px;
    line-height: 25px;
}
.contact-info h1 {
    padding-top: 20px;
    font-family: "Merriweather", serif;
    font-weight: 600;
    font-size: 23px;
    margin: 0;
    text-align: left;
}
.contact-info p {
    padding-top: 20px;
    max-width: 507px;
    font-size: 15px;
    line-height: 20px;
}
.conatct-inputs {
    /* max-width: 526px; */
    margin-top: 32px;
    display: flex;
    flex-direction: column;
    gap: 24px;
}
.category {
    width: 100%;
    display: flex;
    justify-content: center;
}
.custom-dropdown {
    position: relative;
    max-width: 151px;
    width: 100%;

    font-weight: 500;
    font-size: 15px;
    line-height: 20px;
}

.dropdown-header {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 12px 28px;
    background-color: transparent;
    border: 1px solid var(--primary-color);
    border-radius: 40px;
    cursor: pointer;
}
.dropdown-header img {
    filter: invert(1);
}

.dropdown-arrow {
    width: 12px;
    margin-left: 12px;
    height: 12px;
    transition: transform 0.3s ease;
}

.dropdown-options {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background-color: #3a3a3ae5;
    backdrop-filter: blur(35px);
    border: 1px solid #ffffff;
    border-radius: 10px;
    margin-top: 5px;
    z-index: 5;
    overflow: hidden;
    display: none;
}

.dropdown-options li {
    padding: 12px 28px;
    border-top: 1px solid #ffffff;
    cursor: pointer;
    color: #fff;
    word-break: break-word;
}
.dropdown-options :nth-child(1) {
    border-top: 0;
}
.dropdown-options li:hover {
    background-color: #ffffff17;
}

.custom-dropdown.active .dropdown-options {
    display: block;
}

.custom-dropdown.active .dropdown-arrow {
    transform: rotate(180deg);
}
.conatct-inputs label {
    font-size: 13px;
    line-height: 16px;
}
.conatct-inputs input,
.conatct-inputs textarea {
    padding: 11px 16px;
    border: 0.5px solid #00000099;
    font-weight: 500;
    font-size: 18px;
    border-radius: 15px;
    line-height: 24px;
}
.select-tab select {
    padding: 14px 16px;
    border: 0.5px solid #00000099;
    font-weight: 500;
    font-size: 20px;
    line-height: 24px;
    border-radius: 15px;
    color: #00000099;
}
.send-btn {
    margin-top: 8px;
    width: 100%;
    background-color: var(--primary-color);
    padding: 14px 0;

    font-weight: 700;
    font-size: 20px;
    line-height: 25px;
}
.send-btn:hover,
.send-btn:active {
    background: var(--primary-color) !important;
}
.info-contact-wrapper {
    padding-top: 20px;
    padding-bottom: 30px;
    display: flex;
    gap: 20px;
    flex-direction: column;
}
.p-32 {
    padding-top: 32px;
}
.contact-info-card h4 {
    font-weight: 700;
    padding-top: 12px;
    font-size: 20px;
}

.contact-info-card p {
    max-width: 305px;
    width: 100%;
    padding-top: 8px;
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 0;
}
a {
    color: currentColor;
    text-decoration: none;
}
/* Footer css  */
li {
    list-style: none;
}

footer a {
    text-decoration: none;
    color: #00000099;
}
ul {
    margin: 0;
    padding: 0;
}
footer {
    padding-bottom: 15px;
    background: #fff;
    /* padding-top: 12px !important; */
}
.footer-wrapper {
    padding: 30px 70px;
}
.footer-wrapper {
    display: grid;
    grid-template-columns: 18% 82%;
    color: #00000099;
    margin: 0px 20px;
    padding: 32px 0px;
}
.about-section ul a {
    list-style: none;
    text-decoration: none;
}
.para-footer {
    margin-top: 12px;
    max-width: 276px;
    /*text-align: center;*/
}
.footer-main {
    display: flex;
    justify-content: space-around;
}
.social-media-section p {
    max-width: 262px;
    margin-bottom: 20px;
}
.follow {
    margin-bottom: 12px;
    color: #000000;
}
.logo-footer {
    max-width: 170px;
    width: 100%;
}
.about-section ul {
    display: flex;
    flex-direction: column;
    gap: 6px;
}
.heading-footer {
    margin-bottom: 4px;
    color: #000000;
}
.social-icon-container {
    display: flex;
    gap: 12px;
}
.social-icon-container img {
    height: 18px;
}
.about-section {
    font-weight: 400;
    font-size: 17px;
    line-height: 24px;
}
.icon-flex {
    display: flex;
    gap: 12px;
    margin-top: 20px;
}
.location-icon {
    width: 36px;
}
.copyright {
    display: flex;
    justify-content: space-between;
    border-top: 0.5px solid #00000061;
    width: 100%;
    padding-top: 17px;

    font-size: 17px;
    line-height: 20px;
    color: #00000099;
    flex-direction: column;
    align-items: center;
    gap: 10px;
}
.copyright :nth-child(2) {
    font-weight: 600;
    order: 1;
}

.copyright :nth-child(1) {
    font-weight: 600;
    order: 2;
}

.about-slides img {
    max-width: 409px;
    width: 100%;
    border-radius: 8px;
}

/* @media (max-width: 6000px) and (min-width: 1440px) {
    .bg-nav {
        left: 80px;
        right: 80px;
    }
} */
@media (max-width: 1366px) {
    .event-card {
        max-width: 250px;
    }
    .news-wrapper {
        gap: 22px;
    }
    .product-grid {
        grid-template-columns: 1fr 1fr;
    }
    .product-card {
        max-width: 284px;
    }
}

/* For screens smaller than 1200px */
@media (max-width: 1200px) {
    .bg-nav {
        left: 0px;
        right: 0px;
        justify-content: center;
    }

    .menu {
        gap: 15px;
    }
    .d-flex {
        gap: 15px;
    }

    .hero-container h1 {
        font-size: 48px;
        line-height: 60px;
    }

    .hero-container p {
        font-size: 18px;
    }

    .grid-row {
        flex-wrap: wrap;
        gap: 43px;
    }

    .media-card-conatiner {
        max-width: 100%;
        margin-bottom: 40px;
    }

    .container {
        margin: 0 40px;
    }
    .medias--heading {
        align-self: center;
    }
    .social-icon {
        justify-content: center;
    }
    .product-row {
        grid-template-columns: 1fr 1fr;
        gap: 20px;
    }
    .logo img {
        width: 176px;
    }

    .news-wrapper {
        grid-template-columns: 1fr 1fr;
    }
    .contact-wrapper {
        grid-template-columns: 1fr;
        justify-items: center;
        padding: 0px 0px;
    }

    .copyright {
        padding: 0 50px;
        gap: 30px;
        flex-wrap: wrap-reverse;
        justify-content: center;
        text-align: center;
    }
}
@media (max-width: 1113px) {
    .container {
        margin: 0 10px;
    }
    .logo {
        padding-left: 0px;
    }
    .logo img {
        width: 145px;
    }
    .contact-info {
        background-position: center;
    }
    .footer-wrapper {
        grid-template-columns: 1fr 1fr;
        align-items: center;
        justify-items: center;
    }
    .footer-main {
        flex-direction: column;
        gap: 30px;
    }
    .about-section ul {
        align-items: center;
    }
    .social-media-section {
        font-size: 17px;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .social-media-section p {
        max-width: 100%;
        text-align: center;
    }
}

/* For screens smaller than 992px */
@media (max-width: 992px) {
    .d-flex {
        margin-bottom: 1rem;
    }
    .container-service {
        grid-template-columns: 1fr;
    }
    .bg-nav .d-flex {
        margin-bottom: 0;
    }

    .hero-container h1 {
        font-size: 36px;
        line-height: 48px;
    }

    .hero-container p {
        font-size: 16px;
    }

    .start-btn {
        font-size: 16px;
        padding: 10px 24px;
    }

    .about-wrapper h1,
    .event-container h1,
    .image-gallery h1,
    .news-container h1 {
        font-size: 36px;
    }

    .about-container h2 {
        font-size: 28px;
        line-height: 36px;
    }

    .about-container p {
        font-size: 16px;
        line-height: 20px;
    }

    .product-row {
        grid-template-columns: 1fr;
        padding: 0 15px;
    }
    .image-gallery {
        background: #faf3dd;
    }

    .news-wrapper {
        grid-template-columns: 1fr 1fr;
    }

    .swiper {
        max-width: calc(100% - 60px);
    }

    .swiper-slide {
        max-width: 100%;
    }

    .mySwiper2 .swiper-slide {
        width: 316px;
        height: 178px;
    }

    .mySwiper2 .swiper-slide.swiper-slide-active {
        width: 366px;
        height: 206px;
    }
    .footer-wrapper {
        padding: 30px 80px;
    }
}

/* For screens smaller than 768px */
@media (max-width: 768px) {
    .hero-container h1 {
        font-size: 28px;
        line-height: 36px;
    }

    .hero-container p {
        font-size: 14px;
    }

    .about-wrapper h1,
    .event-container h1,
    .image-gallery h1,
    .news-container h1 {
        font-size: 28px;
    }

    .about-container h2 {
        font-size: 24px;
        line-height: 30px;
    }

    .about-container p {
        font-size: 14px;
        line-height: 18px;
    }

    .swiper {
        max-width: calc(100% - 40px);
    }

    .swiper-slide {
        max-width: 100%;
    }

    .mySwiper2 .swiper-slide {
        width: 237px;
        height: 133px;
    }

    .mySwiper2 .swiper-slide.swiper-slide-active {
        width: 274.5px;
        height: 154px;
    }

    .social-icon {
        justify-content: center;
    }
    .footer-wrapper {
        padding: 30px 50px;
    }
}

/* For screens smaller than 576px */
@media (max-width: 576px) {
    .hero-container h1 {
        font-size: 24px;
        line-height: 30px;
    }

    .hero-container p {
        font-size: 12px;
    }

    .underline-heading::after,
    .underline-heading::before {
        width: 101px;
    }
    .underline-heading::after {
        left: 54%;
    }
    .bg-nav {
        /* left: 28px;
        right: 28px; */
        top: 45px;
    }
    .underline-heading::before {
        right: 54%;
    }
    .contact-form {
        padding: 60px 20px 0px 20px;
    }
    ul {
        padding-left: 0;
    }
    .start-btn {
        font-size: 12px;
        padding: 6px 16px;
        margin-top: 12px;
    }

    .about-wrapper h1,
    .event-container h1,
    .image-gallery h1,
    .news-container h1 {
        font-size: 24px;
        width: 90%;
    }
    .text-event {
        width: 90%;
    }
    .news-wrapper {
        grid-template-columns: 1fr;
    }

    .about-container h2 {
        font-size: 20px;
        line-height: 24px;
    }

    .about-container p {
        font-size: 12px;
        line-height: 16px;
    }
    .logo {
        margin: 0;
    }
    .icon-container {
        padding: 17px;
        top: -14%;
    }
    .contact-info {
        padding-left: 19px;
        background-position: center;
    }
    .swiper {
        max-width: calc(100% - 20px);
    }

    .swiper-slide {
        max-width: 100%;
    }

    .mySwiper2 .swiper-slide {
        width: 180px;
        height: 100px;
    }

    .mySwiper2 .swiper-slide.swiper-slide-active {
        width: 200px;
        height: 120px;
    }
    .media-card-conatiner {
        margin-top: 1rem;
        padding-top: 60px;
    }

    .social-icon {
        justify-content: center;
    }
    .footer-wrapper {
        padding: 30px 35px;
    }
    .copyright {
        padding-top: 10px;
    }
}
@media (max-width: 300px) {
    .logo img {
        width: 120px;
    }
    .footer-wrapper {
        padding: 30px 15px;
    }
}
p,
h1,
h2,
h3,
h4,
h5 {
    margin: 0;
    padding: 0;
}
:root {
    --primary-color: #e29002;
}
.form-label {
    margin: 0;
}
.text-blue {
    color: #000000;
}
.login-wrapper {
    max-width: 1440px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    padding-top: 90px;
    align-items: center;
    width: 100%;
    background: #faf9f7;
    background-size: cover;
    background-position: top;
    height: 100vh;
}
.login-container {
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 475px;
    width: 100%;
    background-color: #fff;
    border-radius: 10px;
    padding: 40px;
    box-shadow: -1px -2px 16px 0px #8d867a;
}
.login-card {
    width: 100%;
}
.logo-login {
    max-width: 280px;
}
.logo-login img {
    width: 100%;
}

.login-card h5 {
    font-weight: 700;
    font-size: 35px;
}
.login-card p {
    padding-top: 7px;
    font-weight: 600;
    font-size: 14px;
    /* line-height: 21.6px; */
    /* letter-spacing: -0.06px; */
    color: #202224;
}
.input-email {
    max-width: 516px;
}
.input-email label {
    padding-top: 20px;
    padding-bottom: 15px;
    font-weight: 600;
    font-size: 18px;
    line-height: 21.6px;
    letter-spacing: -0.06px;
}
.input-email input {
    padding: 12px 12px;
    background-color: #f1f4f9;
    font-weight: 600;
    font-size: 18px;
    line-height: 21.6px;
    letter-spacing: -0.06px;
}
.input-email input::placeholder {
    color: #a6a6a6;
}

.forgot-password {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
}
.forgot-password div a {
    font-weight: 600;
    font-size: 18px;
    line-height: 21.6px;
    letter-spacing: -0.06px;
    color: #00000099;
}
.login-btn {
    border-radius: 10px;
    margin-top: 56px;
    background-color: var(--primary-color);
    padding-top: 15px;
    padding-bottom: 17px;
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
    letter-spacing: -0.07px;
    text-align: center;
    width: 100%;
}
.login-btn:hover {
    background-color: #a6a6a6;
}
.sign-up-btn {
    padding-top: 10px;
    font-weight: 500;
    font-size: 18px;
    line-height: 20px;
    letter-spacing: -0.06px;
}
.sign-up-btn a {
    font-weight: 600;
}
/* SIGN-UP PAGE CSS */
.signup-wrapper {
    display: flex;
    max-width: 1440px;
    margin: 0 auto;

    display: flex;
    justify-content: center;
    padding: 150px 0px 80px 0px;
    align-items: center;
    background: #faf9f7;
}

.bg-signup img {
    max-width: 913px;
    width: 100%;
    height: 100%;
}
.signup-input-container {
    max-width: 656px;
    width: 100%;
    padding: 32px;
    background-color: #fff;
    width: 100%;
    border-radius: 25px;
    box-shadow: -1px -2px 16px 0px #8d867a;
}
.signup-input-container h3 {
    margin-top: 27px;
    text-align: center;
    font-weight: 700;
    font-size: 35px;
    line-height: 38.4px;
    letter-spacing: -0.11px;
}
.image-signup {
    max-width: 273px;
}
.image-signup img {
    width: 100%;
    object-fit: cover;
}
.signup-form {
    margin-top: 28px;
    display: flex;
    gap: 28px;
    flex-direction: column;
}
.signup-form label {
    font-weight: 600;
    font-size: 15px;
    line-height: 20px;
    letter-spacing: -0.06px;
    color: #202224;
    margin-bottom: 13px;
}
.signup-form input,
.signup-form select {
    padding: 12px 16px;
    background-color: #f1f4f9;
    font-weight: 600;
}
.signup-form input::placeholder,
.signup-form select::placeholder {
    color: #00000061;
}
.signup-form .form-check input {
    padding: 0;
}
.signup-form .form-check label {
    font-weight: 400;
    color: #000000;
}
.form-check {
    margin-top: 5px;
}
.register-btn {
    padding: 15px 0px 17px 0px;
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
    letter-spacing: -0.07px;
    text-align: center;
    cursor: not-allowed;
    color: #7f7f7f;
    background-color: #dadada;
    border: none;
    border-radius: 8px;
}
.register-btn:enabled {
    background-color: var(--primary-color);
    color: #fff;
}

.login-link {
    margin-top: 24px;
    font-weight: 500;
    font-size: 15px;
    line-height: 18px;
    letter-spacing: -0.06px;
}
/* FORGOT PASSWORD CSS  */
.forgot-wrapper {
    background: #faf9f7;

    max-width: 1440px;
    width: 100%;
    margin: 0 auto;
}

.forgot-heading {
    margin: 117px 0px 80px 80px;

    font-weight: 700;
    font-size: 34px;
    line-height: 41px;
    display: flex;
    gap: 19px;
    align-items: center;
}
.forgot-grid {
    display: flex;
    margin: 0px 80px;
    gap: 76px;
    padding-left: 66px;
    justify-content: center;
    align-items: center;
}

.image-forgot {
    position: relative;
    object-fit: cover;
    max-width: 498px;
    width: 100%;
}
.banner-forget {
    max-width: 498px;
    width: 100%;
    height: 100%;
}

.logo-forgot {
    position: absolute;
    transform: translateX(-50%);
    left: 35%;
    top: 7%;
}
.key-card {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background-color: #0000001a;
    padding: 25px;
}
.forgot-conatiner {
    max-width: 640px;
    width: 100%;
    padding: 30px 43px;
    background: #fff;
    padding: 5%;
    border-radius: 24px;
    margin-bottom: 7%;
}
.forgot-conatiner h1 {
    font-weight: 700;
    font-size: 42px;
    line-height: 55.99px;
    color: #000000;
    margin: 27px 0px 0px 0px;
}
.forgot-conatiner p {
    font-weight: 400;
    font-size: 15px;
    line-height: 20px;
    letter-spacing: 0px;
    max-width: 296px;
    color: #00000099;
    margin: 20px auto 0px auto;
}
.forgot-conatiner form {
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-top: 32px;
}
.forgot-conatiner form input {
    margin-top: 21px;
    padding: 12px 16px;
}
.logo-forgot {
    max-width: 262px;
    width: 100%;
}
.reset-pass-btn {
    margin-top: 20px;
    background-color: var(--primary-color);
    color: #fff;
    padding: 15px 0px;

    font-weight: 700;
    font-size: 20px;
    line-height: 25px;
    border: none;
    border-radius: 8px;
    letter-spacing: calc(20px * 0.06);
}
.copyright-forgot {
    padding: 56px 0px 129px 146px;
}
@media (max-width: 1366px) {
    .signup-input-container {
        padding: 24px 22px 26px 29px;
    }
    .signup-input-container h3 {
        margin-top: 20px;
    }
    .signup-form {
        margin-top: 20px;
        gap: 20px;
    }
    .signup-form label {
        margin-bottom: 10px;
    }
    .signup-form input,
    .signup-form select {
        padding: 10px 16px;
    }
    .grid-shop {
        grid-template-columns: 1fr 1fr 1fr;
    }
}
@media (max-width: 1200px) {
    .login-wrapper {
        padding-right: 40px;
    }
    .forgot-conatiner {
        width: 80%;
    }
}
@media (max-width: 1024px) {
    .login-wrapper {
        height: 100vh;
    }
    .forgot-grid {
        padding-left: 30px;
    }
    .logo-forgot {
        left: 50%;
    }
    .forgot-conatiner h1 {
        font-size: 31px;
        line-height: 35px;
    }
    .forgot-conatiner {
        margin: 0 50px;
    }
    .signup-wrapper {
        display: grid;
        grid-template-columns: 60% 40%;
        height: 100vh;
    }
    .signup-input-container {
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
    .signup-wrapper {
        display: flex;
        justify-content: center;
    }
    .bg-signup {
        display: none;
    }
    .signup-wrapper {
        height: 100%;
    }
}
@media (max-width: 992px) {
    .login-card {
        padding-left: 44px;
        padding-right: 44px;
    }
    .login-container {
        max-width: 550px;
        width: 100%;
        padding: 35px;
    }

    .login-card h5 {
        font-size: 27px;
        line-height: 30px;
        padding-top: 18px;
    }
    .forgot-conatiner {
        margin: 0 30px;
    }
    .login-card p {
        padding-top: 8px;
    }
    .input-email label {
        padding-top: 30px;
    }
    .login-btn {
        margin-top: 30px;
    }
    .sign-up-btn {
        padding-top: 28px;
    }
    .forgot-grid {
        padding-left: 0;
        margin: 0 40px;
        gap: 30px;
    }
    .forgot-heading {
        margin: 55px 0px 55px 55px;
    }
    .copyright-forgot {
        padding-left: 53px;
    }
}
@media (max-width: 768px) {
    .image-forgot {
        display: none;
    }
    .forgot-conatiner {
        margin: 0 20px;
    }
    .forgot-grid {
        justify-content: center;
        margin: 0 23px;
    }
    .copyright-forgot {
        padding-left: 88px;
    }
}
.password-wrap {
    position: relative;
}
.eye-icon {
    position: absolute;
    top: 33%;
    right: 16px;
}
@media (max-width: 573px) {
    .login-wrapper {
        justify-content: center;
        padding: 0;
        height: 100vh;
    }
    .forgot-heading {
        font-size: 23px;
        line-height: 25px;
        margin: 23px 0px 23px 23px;
    }
    .forgot-grid {
        justify-content: center;
        margin: 0;
    }
    .signup-wrapper {
        padding-top: 84px8o;
    }
    .input-email label {
        padding-top: 20px;
    }
    .copyright-forgot {
        padding: 0px 0px 7px 23px;
    }
}

/* video.css */

ul {
    margin-bottom: 0;
}
.video-wrapper {
    max-width: 1440px;
    width: 100%;
    margin: 0 auto;
    padding-bottom: 80px;
    background-color: #faf9f7;
}
.banner-conatiner {
    position: relative;
}
.banner-conatiner p,
.banner-conatiner h1 {
    position: absolute;
    transform: translateY(-50%);
    width: 100%;
    text-align: center;
}
.banner-conatiner h1 {
    top: 60%;

    font-weight: 600;
    font-size: 45px;
}
.banner-conatiner p {
    top: 90%;

    font-weight: 400;
    font-size: 15px;
    line-height: 18px;
    color: #ffffffde;
}
.banner-conatiner p span {
    font-weight: 700;
}
.banner-conatiner p img {
    margin: 0 12px;
}
.banner-conatiner .banner {
    max-width: 1440px;
    width: 100%;
}
.video-wrapper .video-heading {
    /* max-width: 442px; */

    font-weight: 700;
    font-size: 36px;
    letter-spacing: calc(42px * 0.02);
    color: #000000;
    text-align: center;
    margin: 0 auto;
    margin-top: 30px;
}
.video-container {
    margin: 0 80px;
    margin-top: 30px;
    /* border-top: 1px solid #00000061; */
}
.video-box iframe {
    width: 100%;
    height: 230px;
    border-radius: 8px;
}
.video-frame-wrapper iframe {
    max-width: 409px;
    width: 100%;
    max-height: 230px;
    border-radius: 8px;
}
.tabs {
    width: 100%;
}
.tabs-nav li {
    float: left;

    font-weight: 500;
    font-size: 28px;
    line-height: 34px;
    color: #00000061;
}

.tabs-nav {
    width: 100%;
    justify-content: center;
    display: flex;
    gap: 10px;
}
.tabs-nav li a {
    color: #000;
    margin-top: 9px;
    display: block;
    font-size: 18px;
    font-weight: 500;
    padding: 0px 10px;
    text-align: center;
    border-radius: 24px;
    text-decoration: none;
    border: 1px solid var(--primary-color);
    min-width: 100px;
    white-space: nowrap;
}
.tabs-shop li a,
.tab-link-gallary {
    width: 100%;
    white-space: nowrap;
}
a:hover {
    color: #ff7b29;
}
.tabs-nav li .active {
    color: #ffffff;
    cursor: default;
    padding-top: 7px;
    margin-top: 9px;
    border-top: 3px solid #e29002;
    padding: 0 10px;
    border-radius: 24px;
    background-color: var(--primary-color);
}
.video-grid-wrapper {
    margin-top: 30px;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 52px 26px;
    /* margin-bottom: 80px; */
}
.video-page-container {
    position: relative;
    width: 100%;
}
.share-icon {
    position: absolute;
    top: 4%;
    right: 4%;
}
.grid-image {
    max-width: 409px;
    width: 100%;
    aspect-ratio: 3 / 2;
    border-radius: 8px;
}
.video-view-btn {
    font-weight: 700;
    font-size: 15px;
    line-height: 20px;
    color: #e29002;
    max-width: 130px;
    width: 100%;
    margin: 0 auto;
    background-color: transparent;
    border-radius: 40px;
    border: 1px solid #e29002;
    padding: 10px 0px;
}
.btn-container {
    text-align: center;
}
.event-wrapper {
    margin: 52px 80px 0px 80px;
}
.grid-event {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 60px 30px;
    justify-items: center;
}
.video-wrapper .gallery-heading {
    max-width: 555px;
}
.grid-news {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;

    margin-top: 60px;
    gap: 60px 30px;
    justify-items: center;
}
.detail-info {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.event-detail-wrapper {
    max-width: 1440px;
    margin: 0 auto;
    margin-top: 150px;
    padding: 0px 80px 0px 80px;
    position: relative;
    padding-bottom: 80px;
    background-color: #faf9f7;
}
.event-detail-container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    background-color: #fff;
    box-shadow: 0px 2px 32px 0px #00000014;
}
.detail-info-conatiner {
    padding: 0 24px;
    padding-bottom: 32px;
}
.detail-photo,
.news-detail-banner-img {
    max-width: 500px;
    width: 100%;
    aspect-ratio: 1 / 1;
}
.detail-info h1 {
    font-weight: 700;
    font-size: 36px;
    line-height: 41px;
}
.event-price {
    display: flex;
    align-items: flex-end;
    gap: 8px;
}
.money-price {
    color: #000000;
    font-weight: 500;
    font-size: 28px;
    line-height: 34px;
}
.description-price {
    font-size: 15px;
}

.details-btn {
    padding: 13px 20px;
    background-color: #e29002;
    color: #ffffff;
    border: none;
    border-radius: 40px;
    font-weight: 700;
    font-size: 17px;
    line-height: 25px;
}
.button-detail-conatiner {
    display: flex;
    align-items: center;
    gap: 14px;
}
.venue-event,
.date-event-container {
    display: flex;
    max-width: 456px;
    gap: 8px;
}
.venue-event {
    align-items: flex-start;
}
.timedate-container {
    display: flex;
    flex-direction: column;
    gap: 24px;
    margin: 24px 0px 0px 0px;
    color: #00000099;
}
.timedate-container img {
    width: 24px;
}
.about-event-wrapper {
    margin: 40px 0px 0px 0px;
}
.mt-40 {
    margin-top: 40px;
}
.about-event-wrapper h1 {
    font-weight: 600;
    font-size: 28px;
    line-height: 34px;
    margin-bottom: 20px;
}
.about-event-wrapper p {
    font-weight: 400;
    font-size: 18px;
    line-height: 20px;
    color: #00000099;
}
.bullet-points {
    display: flex;
    flex-direction: column;
    gap: 16px;
    max-width: 761px;
}
.bullet-points li {
    list-style: disc;
    font-weight: 400;
    font-size: 15px;
    line-height: 20px;
    color: #00000099;
    margin-left: 17px;
}
.event-read-more {
    font-weight: 600;
}
.news-detail-wrapper {
    max-width: 1440px;
    margin: 0 auto;
    margin-top: 150px;
    padding: 0px 80px 80px 80px;
    background-color: #faf9f7;
    position: relative;
}
.news-detail-banner-img {
    max-width: 100%;
    width: 100%;
    height: 550px;
}
.read-text {
    margin-top: 40px;
}
.news-detail-conatiner {
    margin-top: 20px;
}
.news-detail-conatiner h1 {
    font-weight: 700;
    font-size: 36px;
    line-height: 41px;
}
.news-detail-date {
    display: inline;
    max-width: 120px;
    background-color: #00000061;
    font-weight: 400;
    font-size: 13px;
    line-height: 18px;
    text-align: center;
    padding: 4px 12px;
    border-radius: 8px;
    color: #000000;
    margin-top: 20px;
}
.para-detail-news {
    margin-top: 24px;
    font-weight: 400;
    font-size: 18px;
    line-height: 20px;
    color: #00000099;
    display: flex;
    flex-direction: column;
    gap: 12px;
}
.grid-news-detail {
    display: grid;
    grid-template-columns: 71% 29%;
    gap: 80px;
    padding-right: 8%;
}
.news-banner-image img {
    max-width: 858px;
    width: 100%;
    border-radius: 8px;
}
.news-banner-image {
    margin-top: 20px;
}
.other-articles-wrapper h2 {
    margin-top: 30px;
    font-weight: 700;
    font-size: 28px;
    line-height: 34px;
    color: #000000;
    margin-bottom: 23px;
}
.grid-shop {
    margin-top: 40px;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 31px;
}
.product-image {
    /* max-width: 352px; */
    width: 100%;
    aspect-ratio: 1 / 1;
    border-radius: 8px;
}
.shop-card {
    max-width: 270px;
    width: 100%;
    background-color: #f8f6f3;
    border: 1px solid #00000014;
    padding: 24px 26px;
}

.product-rating {
    position: absolute;
    top: 5%;
    right: 5%;
    width: 50px;
    background-color: #12b347;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    color: #ffffff;
}
.product-heading a {
    font-weight: 700;
    font-size: 22px;
    line-height: 34px;
    color: #000000;
    margin-top: 18px;
}
.related-products-grid .product-heading {
    font-size: 24px;
}
.product-info p {
    font-weight: 400;
    font-size: 15px;
    line-height: 20px;
    color: #000000;
    margin-top: 12px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.out-of-stock {
    max-width: 145px;
    width: 100%;
    background-color: #dadada;
    border-radius: 100px;
    font-weight: 700;
    font-size: 15px;
    line-height: 20px;
    color: #7f7f7f;
    padding: 10px 0px;
    border: none;
    margin-top: 24px;
}

/* new added satyam */
.add-to-cart {
    max-width: 128px;
    width: 100%;
    background-color: #dadada;
    border-radius: 100px;

    font-weight: 700;
    font-size: 15px;
    line-height: 20px;
    color: #7f7f7f;
    padding: 12px 0px;
    border: none;
    margin-top: 24px;
}

.product-info {
    /* min-height: 252px; */
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.add-to-cart {
    background-color: #e29002;
    color: #ffffff;
}
.add-to-cart:hover {
    background-color: #ff7b29;
}
.shop-view-btn {
    max-width: 142px;
    width: 100%;
    padding: 8px 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #e29002;
    margin: 40px auto 0px auto;
}
.tabs-shop {
    width: 100% !important;
    gap: 10px;
    justify-content: center;
}
.tabs-shop li {
    display: flex;
    font-size: 24px;
}
@media (max-width: 1400px) {
    .tabs-nav {
        width: 100%;
        justify-content: center;
    }
}
@media (max-width: 1367px) {
    .grid-shop {
        grid-template-columns: 1fr 1fr 1fr;
    }
}
@media (max-width: 1200px) {
    .tabs-nav {
        gap: 40px;
    }
}
/* Media Queries for Responsiveness */

/* For tablets and smaller desktops */
@media (max-width: 1226px) {
    .details-btn {
        font-size: 15px;
    }
}
@media (max-width: 1200px) {
    .banner-conatiner h1 {
        font-size: 50px;
        line-height: 66px;
    }
    .grid-shop {
        grid-template-columns: 1fr 1fr 1fr;
    }
    .detail-info {
        flex-direction: column;
        gap: 20px;
    }

    .video-wrapper .video-heading {
        font-size: 36px;
        line-height: 48px;
    }

    .tabs-nav {
        gap: 30px;
    }

    .video-grid-wrapper {
        grid-template-columns: 1fr 1fr;
        gap: 40px 20px;
        justify-items: center;
    }
    .grid-event {
        grid-template-columns: 1fr 1fr;
    }
    .grid-news {
        grid-template-columns: 1fr 1fr 1fr;
    }
    .grid-news-detail {
        grid-template-columns: 1fr;
        justify-items: center;
        padding: 0;
    }
    .other-articles-wrapper h2 {
        text-align: center;
    }
    .grid-shop {
        grid-template-columns: 1fr 1fr;
        justify-items: center;
        gap: 31px;
    }
    .share-options {
        right: -100px !important;
    }
}

/* For smaller tablets */
@media (max-width: 768px) {
    .event-detail-container {
        grid-template-columns: 1fr;
    }
    .banner-conatiner h1 {
        font-size: 40px;
        line-height: 53px;
    }
    .event-detail-wrapper {
        padding: 0px 40px 0px 40px;
    }

    .video-wrapper .video-heading {
        font-size: 30px;
        line-height: 40px;
    }

    .tabs-nav {
        gap: 20px;
        padding: 0px 0px 10px 0px;
    }

    .video-grid-wrapper {
        grid-template-columns: 1fr;
        gap: 30px;
    }
    .grid-event {
        grid-template-columns: 1fr;
        gap: 30px;
    }
    .grid-news {
        grid-template-columns: 1fr 1fr;
    }
    .grid-shop {
        grid-template-columns: 1fr;
    }

    .tabs-nav li {
        font-size: 24px;
        line-height: 30px;
    }

    .event-wrapper {
        margin: 32px 20px 20px 20px;
    }
}

/* For mobile devices */
@media (max-width: 480px) {
    .banner-conatiner h1 {
        font-size: 25px;
        line-height: 30px;
    }
    .banner-conatiner p {
        font-size: 10px;
        line-height: 12px;
    }
    .grid-news {
        grid-template-columns: 1fr;
    }

    .video-wrapper .video-heading {
        font-size: 24px;
        line-height: 32px;
    }

    .tabs-nav {
        width: 100%;
        gap: 10px;
        /* justify-content: space-between; */
    }
    .tabs-shop {
        gap: 10px;
    }
    .tabs-nav li {
        font-size: 20px;
        line-height: 26px;
    }

    .video-container {
        margin: 0 20px;
        margin-top: 10px;
    }

    .video-grid-wrapper {
        gap: 20px;
    }

    .video-view-btn {
        font-size: 14px;
        line-height: 18px;
        padding: 8px 0;
    }
    .event-detail-wrapper {
        padding: 0px 20px 0px 20px;
        margin-top: 100px;
    }
    .detail-info {
        align-items: center;
    }
    .news-detail-wrapper {
        padding-left: 20px;
        padding-right: 20px;
    }
    .p-mobile {
        padding: 10px;
    }
}
@media (max-width: 300px) {
    .details-btn {
        padding: 13px;
    }
}

/* end */

.reduce-para p {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
/* POP UP CSS */
.header-popup {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding: 16px 16px 0px 0px;
}
.pop-up-close {
    background: url("../img/close.svg");
}
.btn-danger {
    padding: 10px;
    background: url("../img/close.svg");
    background-position: center;
    border: none;
}
.btn-danger:hover {
    background-color: transparent;
}
.btn-danger:active,
.btn-danger:focus,
.btn-danger:active:focus {
    background-color: inherit !important;
    border-color: inherit !important;
    box-shadow: none !important;
}
.pop-wrapper {
    max-width: 800px;
    width: 100%;
}
.modal-dialog {
    max-width: 800px;
}
.resgistration-title {
    font-weight: 600;
    font-size: 34px;
    line-height: 41px;
    color: #000000;
    margin: 0 auto;
}
.resgistration-para {
    font-weight: 400;
    font-size: 20px;
    line-height: 25px;
    letter-spacing: 0%;
    text-align: center;
    max-width: 624px;
    width: 100%;
    margin: 0 auto;
    color: #00000099;
}
.button-detail-container {
    display: flex;
    align-items: center;
    gap: 14px;
}
.register-modal-header {
    border-bottom: none;
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 0;
    margin-top: 24px;
}
.pl-r-20 {
    padding: 20px 20px 0px 0px;
}
.resgister-modal-body {
    max-width: 526px;
    width: 100%;
    margin: 0 auto;
    padding: 0;
    margin-top: 40px;
}
.resgister-pop-input-box {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 32px 40px;
}
.resgister-pop-input-box input {
    padding: 14px 16px;
    margin-top: 8px;

    font-weight: 500;
    font-size: 15px;
    line-height: 20px;
    color: #000000;
}
.resgister-pop-input-box label {
    color: #00000099;
    font-size: 13px;
    line-height: 16px;
}
.tnc-register {
    color: #000000;
}
.checkbox-pop-register {
    margin-top: 40px;

    font-weight: 400;
    font-size: 15px;
    line-height: 20px;
}
.register-form-pop .form-check-input[type="checkbox"] {
    border-radius: 50%;
}
.register-form-pop {
    display: flex;
    align-items: center;
    gap: 10px;
}
.register-pop-btn {
    max-width: 526px;
    width: 100%;
    margin: 0 auto;
    border-radius: 100px;
    padding: 13px 0px;

    font-weight: 700;
    font-size: 20px;
    line-height: 25px;
    color: #7f7f7f;
    background-color: #dadada;
    border: none;
    margin-top: 40px;
}
.p-b-52 {
    padding-bottom: 52px;
}

.pop-icon-container {
    margin: 0 auto;
    width: 80px;
    margin-top: 25px;
    background-color: #032a731a;
    padding: 24px 17px 24px 31px;
    border-radius: 50%;
}
.pop-icon-container img {
    max-width: 32px;
    width: 100%;
}
.heading-pop {
    margin-top: 36px;

    font-weight: 600;
    font-size: 22px;
    line-height: 28px;
    color: #384042;
}
.pop-container {
    padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* For Firefox */
input[type="number"] {
    -moz-appearance: textfield;
}
.pop-para {
    margin: 0 auto;
    max-width: 289px;

    font-weight: 400;
    font-size: 15px;
    line-height: 20px;
    color: #00000061;
}
.otp-box {
    padding-top: 8%;
    width: 27%;
    margin: 0 auto;
    display: flex;
    gap: 12px;
}
.otp-box input {
    outline: none;
    border: none;
    border-radius: 0px;
    border-bottom: 1px solid #384042;

    font-weight: 600;
    font-size: 22px;
    line-height: 28px;
    padding: 0;
}
input.form-control:hover,
input.form-control:focus {
    box-shadow: none !important;
    border-color: #ced4da !important; /* Default border color */
    background-color: inherit !important;
}
.verify-btn {
    margin-top: 40px;
    max-width: 318px;
    width: 100%;
    border-radius: 12px;
    background-color: #e29002;
    padding: 15px 0px;

    font-weight: 700;
    font-size: 15px;
    line-height: 20px;
    color: #ffffff;
    border: none;
}
.pop-resend {
    margin-top: 20px;

    font-weight: 400;
    font-size: 15px;
    line-height: 20px;
    padding-bottom: 69px;
}
.resend-otp {
    font-weight: 700;
    color: #000000;
}
.success-img {
    padding: 0;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.succes-heading {
    margin-top: 20px;

    font-weight: 600;
    font-size: 22px;
    line-height: 28px;
    color: #384042;
}
.succes-para {
    max-width: 292px;

    font-weight: 400;
    font-size: 15px;
    line-height: 20px;
    text-align: center;
    color: #00000099;
    margin: 0 auto;
    margin-top: 16px;
}
.succes-button {
    margin-bottom: 12%;
}
/* POP UP CSS END  */
/* PRODUCT CSS START  */
@import url("https://fonts.googleapis.com/css2?family=Mulish:ital,wght@0,200..1000;1,200..1000&display=swap");

.product-wrapper {
    max-width: 1440px;
    margin: 0 auto;
    margin-top: 150px;
    background-color: #faf9f7;
    padding: 0 80px;
    padding-bottom: 80px;
    position: relative;
}
.product-grid {
    display: grid;
    grid-template-columns: 31% 65%;
    gap: 4%;
}
.product-img-container img,
.overlay-product {
    max-width: 400px;
    width: 100%;
    border-radius: 8px;
}
.product-img-container {
    /* display: grid;
    grid-template-columns: 1fr; */
    display: flex;
    flex-direction: column;
}
.product-img-container img::after {
    background-color: #00000099;
}
.overlay-product {
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    height: 100%;
}
.play-icon {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}
.play-video {
    position: absolute;
    /* top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); */
    height: 130px;
    width: 130px;
}
.product-title {
    font-weight: 700;
    font-size: 36px;
    line-height: 100%;
}
.product-price {
    font-weight: 600;
    font-size: 28px;
    line-height: 34px;
    color: #000000;
    display: flex;
    gap: 1vw;
}
.product-description-box {
    max-width: 684px;
    font-weight: 400;
    font-size: 18px;
    line-height: 20px;
}
.product-information {
    display: flex;
    flex-direction: column;
    gap: 15px;
    margin-top: 28px;
    /* padding-left: 60px; */
}
.product-header {
    display: flex;
    justify-content: space-between;
}
.rating-product-card {
    display: flex;
    align-items: baseline;
    color: #000;

    font-weight: 700;
    font-size: 28px;
    line-height: 34px;
}
.category-product {
    font-weight: 700;
    font-size: 18px;
    line-height: 20px;
}
.category-product a {
    color: #000;
    font-weight: 500;
}
.color-btn {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    border: 2px solid transparent;
    cursor: pointer;
}

.color-btn.active {
    border: 2px solid #f14c28;
    opacity: 1;
    transform: scale(1.1);
    transition: all 0.3s ease-in-out;
}
.color-container {
    gap: 8px;
}
.choose-color-heading {
    font-weight: 400;
    font-size: 15px;
    line-height: 20px;
    text-transform: uppercase;
}
.quantity-container {
    display: flex;
    align-items: center;
    background: #f2f2f2;
    padding: 5px;
    border-radius: 20px;
    max-width: 115px;
    width: 100%;
    justify-content: space-between;
}
.quantity-btn {
    width: 30px;
    height: 30px;
    border: none;
    background: white;
    font-size: 18px;
    font-weight: bold;
    cursor: pointer;
    border-radius: 50%;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);

    font-weight: 700;
    font-size: 15px;
    line-height: 20px;
}
.quantity-value {
    font-size: 18px;
    font-weight: bold;
    margin: 0 10px;
}
.quantity-wrapper {
    display: flex;
    gap: 16px;
    margin-top: 24px;
}
.product-preview {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    place-content: center;
    place-items: center;
    margin-top: 28px;
    gap: 8px;
}
.product-preview-card {
    width: 100px;
    height: 100px;
    cursor: pointer;
    display: flex !important;
    justify-content: center;
    align-items: center;
}

.product-preview-card.active {
    border: 1px solid #f14c28;
    opacity: 1;
    transform: scale(1.1);
    transition: all 0.3s ease-in-out;
}
.product-box {
    border-radius: 8px;
    position: relative;
}
.tab-container {
    margin-top: 80px;
    border-top: 1px solid #00000061;
}
.product-li {
    font-weight: 600;
    font-size: 15px;
    line-height: 20px;
}
.description-product-page {
    color: #000;
    font-weight: 400;
    font-size: 18px;
    line-height: 20px;
    margin-top: 16px;
}
.related-product-card {
    margin-top: 60px;
}
.related-product-title {
    font-weight: 700;
    font-size: 28px;
    line-height: 34px;
}
.related-products-grid {
    margin-top: 16px;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
}
.para-review-product-page {
    font-weight: 400;
    font-size: 15px;
    line-height: 20px;
    letter-spacing: 0%;
}

.fa-star {
    color: #dfe4ed;
    font-size: 45px;
}
.rating-title {
    font-weight: 700;
    font-size: 20px;
    line-height: 100%;
    letter-spacing: 0%;
}
.checked {
    color: orange;
}
.grid-rating {
    margin-top: 50px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 50px;
}
.rating-container {
    display: flex;
    gap: 19px;
    margin-top: 16px;
}
.review-rating {
    width: 100%;
    background-color: #ff4c4c14;
    padding: 16px;
    border: none;
    outline: none;
    margin-top: 32px;
}
.review-rating::placeholder {
    font-weight: 400;
    font-size: 15px;
    color: #939fb8;
}
.submit-review {
    width: 141px;
    border: none;
    border-radius: 24px;
    padding: 11px 0px;

    font-weight: 700;
    font-size: 15px;
    color: #ffffff;
    background-color: #12b34780;
    margin-top: 28px;
}
.submit-review:hover {
    background-color: #12b347;
}
.review-section-title {
    font-weight: 700;
    font-size: 20px;
    line-height: 25px;
}
.review-star-green {
    width: 15px;
}
.rating-container-green {
    display: flex;
    gap: 9px;
    align-items: center;
}
.ratings-green {
    color: #848484;
    font-size: 15px;
}
.review-section-container {
    margin-top: 12px;
}
.green-review {
    font-weight: 500;
    font-size: 15px;
    color: #1d1e20;
}
.review-profile-container {
    display: flex;
    gap: 10px;
    margin-bottom: 9px;
}
.profile-photo-blue {
    width: 40px;
    height: 40px;
}
.profile-photo-blue img {
    max-width: 40px;
    width: 100%;
    border-radius: 50%;
    height: 40px;
}
.clock-icon {
    width: 12px;
}
.profile-green-name {
    font-weight: 500;
    font-size: 15px;
    color: #1d1e20;
}
.text-silver {
    color: #8f959e;
}
.time-review img {
    margin-right: 4px;
}

.grid-review-profile {
    display: grid;
    grid-template-columns: 1fr;
    gap: 24px;
    margin-top: 24px;
}
.para-green-review {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    max-width: 100%;
}

.review-profile-wrapper {
    display: flex;
    flex-direction: column;
    width: 100%;
    overflow: hidden;
}
.check-out-more {
    width: 335px;
    border: 1px solid #000000;
    border-radius: 36px;
    padding: 16px;

    font-weight: 700;
    font-size: 15px;
    color: #000000;
    background: transparent;
    margin-top: 32px;
}
.cart-wrapper {
    max-width: 1440px;
    margin: 0 auto;
    margin-top: 120px;
    padding: 0px 80px 60px 80px;
    background-color: #faf9f7;
}
.cart-title {
    padding-top: 36px;

    font-weight: 700;
    font-size: 42px;
    color: #000000;
}
.shopping-cart-container {
    max-width: 1280px;
    margin-top: 32px;
}
.cart-grid {
    display: grid;
    grid-template-columns: 1.5fr 1fr;
}
.product-cart-card {
    display: flex;
    gap: 24px;
}
.title-cart {
    display: flex;
    justify-content: space-between;
}

.title-cart h5,
.title-cart div {
    font-weight: 700;
    font-size: 20px;
    line-height: 25px;
}
.cart-body {
    max-width: 372px;
}
.cart-stock img {
    margin-right: 8px;
}
.cart-stock {
    font-weight: 400;
    font-size: 15px;
    line-height: 20px;
    color: #029f49;
}
.para-cart-product p {
    margin-top: 12px;

    font-weight: 400;
    font-size: 15px;
    line-height: 20px;
    color: #545454;
}
.cart-product-info {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    max-width: 400px;
    width: 100%;
}
.cart-selector {
    display: flex;
    gap: 28px;
    align-items: baseline;
    margin-top: 12px;
}
.delete-cart-button {
    outline: none;
    border: none;
    background: url("./img/delete.svg");
}
.delete-button-cart {
    align-self: flex-end;
    margin-bottom: 23px;
}
.qyt-heading {
    text-align: center;
    margin-bottom: 6px;
}
.cart-inner-wrapper {
    display: flex;
    flex-direction: column;
    gap: 60px;
}
.cart-image img {
    /* max-width: 208px; */
    width: 100%;
    height: 100%;
    border-radius: 16px;
    object-fit: cover;
}
.cart-image {
    width: 208px;
    height: 147px;
}
.cart-subtotal {
    max-width: 463px;
    background: #fff;
}
.product-subtotal {
    font-weight: 400;
    font-size: 15px;
    line-height: 20px;
}
.product-subtotal,
.product-total {
    display: flex;
    justify-content: space-between;
}
.cart-subtotal {
    padding: 40px;
    border: 1px solid #d6d6d6;
}
.subtotal-card {
    display: flex;
    flex-direction: column;
    gap: 0.8rem;
}
.product-total {
    margin-top: 1rem;

    font-weight: 400;
    font-size: 20px;
    line-height: 25px;
    border-bottom: 1px solid #d7d7d7;
    padding: 1rem 0rem;
}
.payment-cart {
    background: #000;
    color: #fff;

    font-weight: 700;
    font-size: 15px;
    width: 100%;
    padding: 1rem 0rem;
    border-radius: 36px;
    border: none;
    margin-top: 40px;
}
.points-cart {
    margin-top: 28px;
    text-align: center;

    font-weight: 400;
    font-size: 15px;
    line-height: 20px;
}
.referral-code {
    margin: 22px 0px;

    font-weight: 400;
    font-size: 15px;
    max-width: 463px;
    line-height: 20px;
}
.copoun-code-card {
    display: flex;

    font-weight: 600;
    font-size: 15px;
}
.copoun-code-card input {
    padding: 16px 20px;
    max-width: calc(463px - 182px);
    border: none;
    border: 1px solid #d3d3d5;
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
    width: 70%;
}
.copoun-code-card button {
    max-width: 182px;
    width: 100%;
    background: #e29002;
    border: none;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
}
.cart-color {
    margin-bottom: 0;
}
.check-out-navigation {
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
    max-width: 230px;
}
.checkout-nav {
    background-color: #e29002;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.checkout-nav::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 100%;
    width: 11rem; /* Adjust the width to control the line length */
    height: 1px; /* Line thickness */
    background-color: #9d9d9d;
    transform: translateY(-50%);
}

.payment-nav {
    background-color: #9d9d9d;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 50px; /* Ensure spacing aligns with the line */
}
.check-out-navigation-head {
    max-width: 266px;
    margin-bottom: 16px;

    font-weight: 500;
    font-size: 20px;
    line-height: 22px;
    padding-top: 40px;
}
.grid-checkout {
    display: grid;
    grid-template-columns: 1.5fr 1fr;
    margin-top: 83px;
    gap: 53px;
}

.double-input {
    display: flex;
    gap: 16px;
}
.checkout-form {
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.checkout-form {
    margin-top: 40px;
}
.checkout-form input,
.checkout-form select {
    padding: 15px 20px;
}
.checkout-form select {
    color: #767676;
}
.checkout-form input::placeholder,
.checkout-form select::placeholder {
    font-weight: 400;
    font-size: 15px;
    color: #767676;
}
.checkout-form input[type="radio"] {
    margin-right: 13px;
}
.upi-container {
    display: flex;
    align-items: center;
}
.payment-type-input {
    background: #fff;
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 36px;
    border-radius: 8px;

    font-weight: 500;
    font-size: 15px;
    line-height: 20px;
    color: #232323;
}
.next-pay-btn {
    align-self: flex-end;
    max-width: 178px;
    width: 100%;
    padding: 15px 0px;
    border-radius: 32px;
    color: #fff;
    border: none;
    background-color: #e29002;

    font-weight: 700;
    font-size: 15px;
    line-height: 19px;
    margin-top: 4px;
}

.checkout-img img {
    width: 100px;
    height: 100px;
    object-fit: cover;
    border-radius: 8px;
}
.checkout-prod-head {
    display: flex;
    justify-content: space-between;
    color: #000;
}
.checkout-prod-head h4 {
    font-weight: 700;
    font-size: 20px;
    line-height: 25px;
}
.checkout-products {
    display: flex;
    margin-top: 40px;
}
.checkout-product-description {
    width: 100%;
    margin-left: 23px;
}
.checkout-description,
.checkout-quantity {
    font-size: 15px;
    line-height: 20px;
    word-break: break-word;
}
.checkout-quantity {
    margin-top: 8px;
}
.payment-card-container {
    display: flex;
}
.upi-container input[type="radio"] {
    margin-right: 4px;
}
.lh-22 {
    line-height: 22px;
}
.gap-subtotal {
    gap: 30px;
}
.tax-flex {
    display: flex;
    flex-direction: column;
    gap: 18px;
}
.mt-28 {
    margin-top: 28px;
}
.placed-order-container {
    max-width: 334px;
    width: 100%;
    margin: 0 auto;

    color: #000;
    padding-top: 62px;
}
.placed-order-img {
    height: 130px;
    width: 130px;
    background-color: #ff4c4c14;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin: 0 auto;
    /* transform: translateX(-30px); */
}
.congratulation-message {
    font-weight: 700;
    font-size: 20px;
    text-align: center;
    margin-top: 20px;
}
.placed-order-img img {
    width: 54px;
}
.congatutlation-para {
    max-width: 247px;
    font-weight: 400;
    font-size: 15px;
    line-height: 20px;
    text-align: center;
    margin: 0 auto;
    margin-top: 12px;
}
.order-id-placed {
    font-size: 15px;
    line-height: 17px;
    text-align: center;
    margin-top: 12px;
}
.btn-go-homepage {
    width: 100%;
    padding: 16px 0px;

    font-weight: 700;
    font-size: 15px;
    color: #ffffff;
    border: none;
    border-radius: 32px;
    background-color: #e29002;
    margin-top: 40px;
}
.pb-70 {
    padding-bottom: 77px;
}
.user-profile-heading {
    color: #000;

    font-weight: 700;
    font-size: 34px;
    padding-top: 45px;
}
.user-profile-image {
    width: 150px;
    height: 150px;
}
.user-profile-wrapper {
    max-width: 351px;
    width: 100%;
    margin: 40px auto 0px auto;
}
.iti--separate-dial-code .iti__selected-flag {
    background: transparent;
    height: 32px;
    border-right: 1px solid #000000;
    padding-right: 10px;
    padding-left: 24px;
}

.iti__flag {
    display: none;
}
.user-profile-container {
    max-width: 150px;
    width: 100%;
    position: relative;
    margin: 0 auto;
}
.user-profile-camera-button {
    position: absolute;
    top: 10%;
    right: 0;
}
.user-profile-image img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    object-fit: cover;
}
.cammera-btn {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: #d9d9d9;
    border: none;
    display: flex;
    justify-content: center;
    align-items: center;
}

.iti {
    width: 100%;
}
.user-profile-input-container {
    margin-top: 28px;
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.user-profile-input-container input {
    padding: 16px 28px;

    font-weight: 500;
    font-size: 15px;
    line-height: 20px;
    color: #000000;
}
.user-profile-input-container label {
    margin: 0px 0px 6px 28px;

    font-weight: 400;
    font-size: 12px;
    color: #00000099;
}
.iti__arrow {
    background: url("./img/chev-down.svg");
    padding: 5px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 12px;
    border: 0;
    transition: transform 0.3s ease-in-out; /* Smooth animation */
}

.iti__arrow--up {
    transform: rotate(180deg);
}
.iti--allow-dropdown .iti__flag-container,
.iti--separate-dial-code .iti__flag-container {
    display: flex;
    align-items: center;
}
.user-profile-button-container {
    display: flex;
    justify-content: end;
    gap: 12px;
    margin-top: 32px;
}
.cancel-btn,
.save-btn {
    max-width: 115px;
    width: 100%;
    border-radius: 27px;
    padding: 10px 0px;
    border: none;

    font-weight: 500;
    font-size: 15px;
    line-height: 21px;
}
.cancel-btn {
    border: 1px solid #00000099;
    color: #000;
    background: transparent;
}
.save-btn {
    background-color: #e29002;
    color: #ffffff;
}
.gap-20 {
    gap: 20px;
}
.pb-80 {
    padding-bottom: 80px;
}
.my-order-tittle {
    font-weight: 700;
    font-size: 34px;
    padding-top: 45px;
}

.order-section table {
    width: 100%;
    margin-top: 15px;

    font-weight: 600;
    font-size: 15px;
}
.order-section table th,
.order-section table td {
    padding: 21px 16px;
    text-align: center;
}

.orders-tab-wrapper {
    padding: 21px;
    background-color: #fff;
    border-radius: 10px;
}
.nav-tabs {
    border-bottom: none;
    display: flex;
    gap: 14px;
}
.nav-tabs .nav-link.active {
    border: none;
    background-color: #f5f5f5;
    color: #e29002;
}
.nav-tabs .nav-link {
    border-radius: 32px;

    font-weight: 600;
    font-size: 15px;
    max-width: 157px;
    width: 100%;
    display: flex;
    align-items: center;
    color: #707070;
    gap: 7px;
}
.container-orders {
    max-width: 1122px;
    width: 100%;
    margin-top: 24px;
}
.tab-pane {
    margin-top: 26px;
}
.table-container {
    background-color: white;
    box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    overflow: hidden;
}

.due-badge {
    font-size: 12px;
    color: #333;
    padding: 4px 8px;
    border-radius: 12px;
    max-width: 90px;
    width: 100%;
    margin-top: 5px;
    padding-left: 22px;
    background: url("./img/info.svg") no-repeat, #f0f0f0;
    background-position: 5%;
}

.custom-table tr {
    border: 1px solid #fff;
}
.custom-table thead tr {
    border-bottom: 1px solid #dedede;
}
.text-gray {
    color: #797979 !important;
}
.order-image-name {
    margin-left: 21px;
    gap: 21px;
}
.image-container {
    display: flex;
    align-items: center;
    width: 90px;
}

.image-container img,
.extra-count {
    width: 44px; /* Fixed size */
    height: 44px;
    border-radius: 50%;
    border: 3px solid #f1f1f1;
    object-fit: cover;
    position: relative;
}

.image-container img:not(:first-child) {
    margin-left: -27px; /* Overlapping effect */
}

.extra-count {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #f1f1f1;
    font-weight: bold;
    color: #333;
    margin-left: -27px;
}

.order-link {
    list-style: none; /* Removes default arrow */
    display: flex;
    align-items: center;
    font-weight: bold;
    color: #e29002;
    text-decoration: none;
    gap: 10px;
}

details summary {
    cursor: pointer;
}
.order-link .arrow {
    width: 9px;
    height: 5px;
    transition: transform 0.5s ease;
    transform: rotate(180deg);
}

details[open] .arrow {
    transform: rotate(0deg);
}
.width-30 {
    width: 35%;
}
.order-important-links ul {
    display: flex;
    gap: 21px;
    color: #e29002;

    font-weight: 400;
    font-size: 15px;
}
.order-important-links {
    margin-top: 38px;
    padding: 21px 0px;
    border-top: 1px solid #dedede;
}
.cancel-count {
    width: 18px;
    height: 18px;
    background-color: #ededed;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
}
.order-details-title {
    display: flex;
    align-items: center;
    gap: 24px;
    padding-top: 46px;
}
.order-details-title h3 {
    font-weight: 700;
    font-size: 34px;
    line-height: 41px;
    color: #000;
}
.order-details-span {
}
.order-detail-grid {
    max-width: 1140px;
    width: 100%;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1.5fr 1fr;
    gap: 1.9rem;
    margin-top: 40px;
}
.accordion-order-details {
    width: 100%;
    background-color: #faf9f7;
}
.accordion-header-order-details {
    display: flex;
    justify-content: space-between;
    background-color: #fff;
    padding: 20px;
    align-items: baseline;
    border-radius: 6px;
    border: 1px solid #d6d6d6;
}
.accordion-content {
    margin-top: 16px;
    background: #fff;
    padding: 21px;
    border-radius: 5px;

    border: 1px solid #d6d6d6;
}
.accordion-content h5 {
    font-size: 15px;
    font-weight: 700;
}
.max-width-340 {
    max-width: 340px;
}
.checkout-img .w-90 {
    width: 90px;
    height: 90px;
}
.delivered-heading-order-detail {
    padding-left: 27px;
    background: url("img/tracking-order.svg") no-repeat;
    background-size: 20px;
    background-position: 0%;
}
.ml-16 {
    margin-left: 16px;
    transition: transform 0.5s ease;
}
.rotated {
    transform: rotate(180deg);
    transition: transform 0.5s ease;
}
.order-details-grid-container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    margin-top: 21px;

    color: #393939;
    font-weight: 500;
    font-size: 13px;
    gap: 32px 0px;
}
.order-detail-flex {
    display: flex;
    flex-direction: column;
    gap: 12px;
}
.subheading-order-detail {
    color: #828282;
}
.m-w-181 {
    max-width: 181px;
}
.quantity-box-order-details {
    font-weight: 400;
    font-size: 15px;
    line-height: 20px;
    display: flex;
    flex-direction: column;
    gap: 12px;
    color: #545454;
    margin-top: 12px;
}
.product-info .product-heading a {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    width: 100%;
    display: block;
}
.change-password-conainer {
    max-width: 550px;
    width: 100%;
    margin: 0 auto;
    margin-top: 27px;
    text-align: center;
}
.change-password-heading {
    font-weight: 700;
    font-size: 42px;
}
.changed-password-input-container {
    margin-top: 40px;
    display: flex;
    flex-direction: column;
    gap: 28px;
    text-align: left;

    font-size: 15px;
    line-height: 20px;
}
.change-password-btn {
    border-radius: 8px;
    margin-top: 12px;
    font-size: 15px;
    line-height: 20px;
    font-weight: 600;
}
.changed-password-input-container input {
    padding: 12px 16px;
    background: transparent;

    font-size: 20px;
    line-height: 25px;
    margin-top: 12px;
}
.changed-password-input-container label {
    font-weight: 600;
}
.changed-password-input-container input:focus {
    background: transparent;
}
input[type="password"] {
    font-family: "Courier New", "monospace";
}
input[type="password"]::placeholder {
}
.referral-program-wrapper {
    display: flex;
    gap: 3.75rem;
    margin-top: 3.25rem;
}
.referral-programs-grid {
    width: 62%;
}
.referral-programs-cards {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1.75rem;
}
.refferal-count {
    display: flex;
    justify-content: space-between;
    align-items: center;

    font-weight: 700;
    font-size: 34px;
    line-height: 41px;
    color: #000000;
}

.referral-card-conatiner {
    border: 1px solid #00000099;
    padding: 2rem;
    border-radius: 8px;
    max-width: 378px;
    width: 100%;
}
.referraltype {
    font-weight: 700;
    font-size: 28px;
    line-height: 34px;
    color: #000000;
    margin-top: 2rem;
}
.referral-program-code-container {
    background-color: #fff;
    max-width: 436px;
    width: 100%;
    padding: 28px;
    border-radius: 8px;
}
.referral-program-code-wrapper {
    width: 30%;
}
.pending-rewards-card {
    border: 1px solid #00000099;
    max-width: 784px;
}
.incentive-card {
    border: 1px solid #00000099;
    border-radius: 8px;
    margin-top: 28px;
    padding: 11px 32px;
}
.refrral-code-text {
    font-weight: 400;
    font-size: 17px;
    color: #00000099;
    margin-top: 20px;
}
.refreal-copy-link-title {
    font-weight: 600;
    font-size: 20px;
    line-height: 25px;
    color: #00000099;
    margin-top: 20px;
}
.referral-code-container {
    display: flex;
    border: 1px solid #00000061;
    border-radius: 8px;
    overflow: hidden;
    margin-top: 16px;
}
.referral-code-container input {
    width: 100%;
    padding: 12px 20px;
    border: none;
    outline: none;

    font-weight: 600;
    font-size: 20px;
    line-height: 25px;
    color: #000000;
}
.referral-code-container button {
    width: 62px;
    border: none;
    background-color: #e29002;
}
.referral-code-container button:hover {
    background-color: #e2991b;
}
.refrral-use {
    margin-top: 20px;
    color: #00000099;
    font-weight: 600;
    font-size: 15px;
    line-height: 20px;
}
.reffral-share-icon {
    margin-top: 16px;
    display: flex;
    gap: 24px;
    align-items: center;
}
.reffral-share-icon img {
    width: 24px;
}
@media (max-width: 1400px) {
    .product-preview {
        max-width: 400px;
        grid-template-columns: repeat(3, 1fr);
    }
}
@media (max-width: 1366px) {
    .product-heading a {
        font-size: 20px;
    }
    .referraltype {
        font-size: 20px;
        line-height: 25px;
    }
    #navbarNav .d-flex {
        gap: 15px;
    }
}
/* For large screens (max-width: 1200px) */
@media (max-width: 1200px) {
    .product-wrapper {
        padding: 0 40px;
    }
    .cart-wrapper {
        padding: 0px 40px 60px 40px;
    }
    .product-grid {
        grid-template-columns: 36% 60%;
    }
    .product-title {
        font-size: 36px;
    }
    .product-price {
        font-size: 24px;
    }
    .product-description-box {
        font-size: 13px;
    }
    .product-information {
        padding-left: 40px;
    }
    .related-products-grid {
        grid-template-columns: repeat(3, 1fr);
    }
    .grid-checkout {
        grid-template-columns: 1fr 1fr;
    }
    .width-30 {
        width: 30%;
    }
}
@media (max-width: 1024px) {
    .cart-grid {
        grid-template-columns: 1fr;
        gap: 30px;
        justify-items: center;
    }
    .order-detail-grid {
        grid-template-columns: 1fr;
    }
    .order-detail-product-container {
        margin: 0 auto;
    }
    .referral-program-wrapper {
        flex-direction: column;
        align-items: center;
        gap: 2rem;
    }
    .referral-programs-grid {
        width: 100%;
    }
    .referral-program-code-wrapper {
        width: 100%;
        display: flex;
        justify-content: center;
    }
}

/* For tablets (max-width: 992px) */
@media (max-width: 992px) {
    .product-wrapper {
        padding: 0 20px;
        /* margin-top: 100px; */
    }
    .box-hero {
        width: 70%;
    }
    .product-grid {
        grid-template-columns: 1fr;
        row-gap: 40px;
    }
    /* .product-img-container img {
    max-width: 100%;
  } */
    .product-preview .product-preview-card {
        width: 100px;
    }
    .product-information {
        padding-left: 0;
    }
    .product-title {
        font-size: 30px;
    }
    .product-price {
        font-size: 22px;
    }
    .product-description-box {
        font-size: 12px;
    }
    .related-products-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    /* .product-preview {
    grid-template-columns: repeat(4, 1fr);
  } */
    .grid-rating {
        grid-template-columns: 1fr;
    }
    .grid-checkout {
        grid-template-columns: 1fr;
        place-items: center;
    }
    .order-section table {
        width: 800px;
    }
    .table-container {
        overflow: overlay;
    }
    .profile-menu {
        left: 0;
    }
}

/* For mobile screens (max-width: 768px) */
@media (max-width: 768px) {
    .product-wrapper {
        padding: 0 15px;
        /* margin-top: 80px; */
    }
    .cart-wrapper {
        /* margin-top: 100px; */
        padding: 0px 15px 20px 15px;
    }
    .copoun-code-card {
        font-size: 12px;
    }
    .product-title {
        font-size: 24px;
    }
    .product-price {
        font-size: 20px;
    }
    .product-description-box {
        font-size: 11px;
        line-height: 18px;
    }
    .product-information {
        gap: 20px;
        margin-top: 20px;
    }
    .quantity-container {
        max-width: 100px;
    }

    .product-preview-card {
        width: 80px;
    }
    .related-products-grid {
        grid-template-columns: 1fr;
    }
    .review-section-container {
        margin-top: 8px;
    }
    .para-cart-product p {
        text-align: center;
    }
    .cart-image {
        width: 90%;
        height: 210px;
    }
    /* .product-img-container {
    justify-items: center;
  } */
    .cart-stock {
        margin-top: 15px;
    }
    .product-cart-card {
        flex-direction: column;
        align-items: center;
    }
    .cart-selector {
        justify-content: center;
    }
    .cart-title {
        font-size: 36px;
        text-align: center;
        padding-top: 12px;
    }
    .cart-image img {
        object-fit: cover;
    }
    .submit-review {
        width: 100%;
    }
    .check-out-more {
        width: 100%;
    }
    .order-details-title h3 {
        font-size: 20px;
        line-height: 25px;
    }

    .change-password-heading {
        font-size: 32px;
    }
    .referral-program-wrapper {
        margin-top: 2rem;
    }
}
/* For small mobile screens (max-width: 480px) */
@media (max-width: 480px) {
    .product-wrapper {
        padding: 0 10px;
        margin-top: 90px;
    }
    .product-title {
        font-size: 20px;
    }
    .product-price {
        font-size: 18px;
    }
    .product-description-box {
        font-size: 10px;
        line-height: 16px;
    }
    .product-preview {
        grid-template-columns: repeat(3, 1fr);
        gap: 15px 10px;
    }
    .product-preview-card {
        width: 70px;
    }
    .product-information {
        gap: 15px;
    }

    .rating-product-card {
        font-size: 22px;
    }
    .related-products-grid {
        grid-template-columns: 1fr;
    }
    .review-section-title {
        font-size: 18px;
    }
    .submit-review {
        padding: 10px;
        font-size: 14px;
    }
    .check-out-more {
        padding: 14px;
    }
    .fa-star {
        font-size: 28px;
    }
    .copoun-code-card button {
        width: 40%;
    }
    .copoun-code-card input {
        width: 60%;
    }

    .checkout-products {
        flex-direction: column;
        align-items: center;
        gap: 20px;
    }
    .checkout-img img {
        width: 140px;
        height: 140px;
    }
    .user-profile-heading {
        font-size: 28px;
    }
    .order-important-links ul {
        gap: 10px;

        font-size: 11px;
    }

    .order-important-links {
        margin-top: 20px;
        padding: 10px 0px;
    }
    .my-order-tittle {
        font-size: 28px;
        padding-top: 8px;
    }
    .orders-tab-wrapper {
        padding: 10px;
    }
    .container-orders {
        margin-top: 10px;
    }
    .order-details-title {
        padding-top: 17px;
    }
    .order-detail-grid {
        margin-top: 20px;
    }
    .change-password-heading {
        font-size: 25px;
    }
    .changed-password-input-container {
        margin-top: 20px;
    }
    .referral-card-conatiner {
        padding: 1rem;
    }
    .referral-programs-cards {
        gap: 0.75rem;
    }
    .referraltype {
        margin-top: 1rem;
    }
    .referral-program-wrapper {
        margin-top: 1rem;
    }
    .profile-menu {
        left: -9rem;
        max-width: 270px;
    }
    .user-profile-link-container {
        max-width: 200px;
    }
    .box-hero {
        /* top: 29%; */
        width: 80%;
    }
    .icon-container img {
        width: 30px;
    }
    .grid-row {
        gap: 2vw;
        margin: 0px 10px;
    }
    .about-wrapper {
        margin: 20px 20px 0px 20px;
    }
    .news-container {
        padding: 20px;
    }
    .banner-conatiner h1 {
        top: 65%;
    }
    .video-wrapper .video-heading {
        margin-top: 30px;
    }
    .event-card {
        min-height: 0;
    }
    .bg-nav .d-flex {
        margin: 15px 0px;
    }
}
@media (max-width: 300px) {
    .product-preview {
        grid-template-columns: repeat(2, 1fr);
    }
    .copoun-code-card button {
        width: 45%;
    }
    .copoun-code-card input {
        width: 45%;
    }
}
/* PRODUCT CSS END  */

.video-frame-wrapper {
    display: flex;
    justify-content: center;
}
.gallery-btn {
    border: 1px solid var(--primary-color);
    color: var(--primary-color);
}

.swiper-video-container .swiper-button-next,
.swiper-video-container .swiper-button-prev {
    top: 51%;
}

/*//changes rahul
*/
.profile-dropdown {
    position: relative;
    display: inline-block;
}

.profile-icon img {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    cursor: pointer;
    border: 2px solid #f0f0f0;
}

.profile-menu {
    position: absolute;
    top: 92px;
    right: 0;
    width: 374px;
    background: #fff;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    display: none;
    z-index: 1000;
}

.profile-menu .profile-header {
    text-align: center;
    padding: 15px;
}

.profile-dp-user {
    width: 90px;
    height: 90px;
    object-fit: cover;
    border-radius: 50%;
    border: 1px solid #ff4c4c;
}

.profile-menu .profile-header h4 {
    margin: 10px 0 5px;
    font-size: 16px;
}

.profile-menu .profile-header p {
    font-size: 14px;
    color: gray;
}

.profile-menu ul {
    list-style: none;
    padding: 0s;
}

.profile-menu ul li {
    padding: 10px 15px;
    transition: 0.3s;

    font-weight: 600;
    font-size: 15px;
    color: #000000;
}

.profile-menu ul li a {
    text-decoration: none;
    color: #333;
    display: block;
    width: 100%;
}

.profile-menu ul li:hover {
    background: #f8f8f8;
    cursor: pointer;
}

/* Show menu when active */
.profile-menu.active {
    display: block;
}

/*//rahul//*/

.contant-wrapper-page {
    margin-top: 120px;
}
.profile-image-box {
    width: 90px;
    height: 90px;
    margin: 0 auto;
    position: relative;
}
.edit-profile-btn {
    width: 30px;
    height: 30px;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    top: 0;
    right: 0;
    position: absolute;
}
.edit-profile-btn img {
    width: 16px;
}
.user-profile-link-container li {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.user-profile-link-container {
    max-width: 334px;
    padding: 8px 0;
    display: flex;
    flex-direction: column;
    gap: 17px;
    width: 100%;
    margin: 0px 20px 20px 20px;
    box-shadow: 0px 1px 5px 0px #00000026;
}
.user-profile-icons {
    margin-right: 13px;
    max-width: 16px;
}
.user-profile-link-container li a {
    display: flex;
    align-items: baseline;
}
.fa-chevron-right {
    font-weight: 600 !important;
}
.gallery-swipper .swiper-slide {
    background: transparent;
}
.cart-action {
    max-width: 143px;
    width: 100%;
}

.review-item.hidden {
    display: none;
}

.text-green {
    color: #029f49;
}
.text-red {
    color: #f14c28;
    font-size: 10px;
    margin-inline-start: auto;
    cursor: pointer;
}
.coupon {
    float: inline-end;
}
.add-to-cart-form {
    margin-top: auto;
}
.notification-wrapper {
    max-width: 1440px;
    margin: 0 auto;
    margin-top: 120px;
    padding: 0 80px;
}
.mark-read-container {
    text-align: right;
}
.bell {
    height: 22px;
    width: 22px;
    display: block;
}
.notification span {
    font-size: 9px;
    top: 10px !important;
}

.image img {
    width: 100%;
}
.p13 {
    padding: 13px 28px;
}
.swiper-button-disabled {
    display: none;
}
.start-btn:hover {
    color: var(--primary-color);
    border: 1px solid var(--primary-color);
}
.start-btn:hover {
    border: 2px solid var(--primary-color);
}
.our-product-head {
    color: #000 !important;
}
.alert-danger {
    max-width: 516px;
    width: 100%;
    margin-top: 32px;
}
@media (max-width: 923px) {
    .tabs-shop {
        overflow-x: auto;
    }
}
.close-share-options {
    background-color: #d22121;
    color: #fff;
    padding: 2px 8px !important;
    margin: 10px auto 0px auto;
}
.close-share-options:hover {
    background-color: #fff;
    color: #d22121;
    border: 1px solid #d22121;
}
.overlay-product {
    display: none;
}
.news-card figure {
    display: none;
}
.detail-info-container {
    padding: 32px 24px;
}
.shop-card {
    border-radius: 8px;
}
.merge-prod {
    margin-top: auto;
}
.related-product-title .product-image {
    max-width: 270px;
}
.btn-login:hover,
.btn-login:active,
.btn-login:focus {
    border: 1px solid var(--primary-color);
    color: var(--primary-color);
}
.other-articles-wrapper .news-card div {
    margin-top: 12px;
}
.register-pop-btn.active {
    background-color: var(--primary-color);
    color: #fff;
}
.quantity-wrapper .go-cart {
    margin-top: 0 !important;
}
#passwordResetModal .modal-body {
    padding: 90px;
}

@media (max-width: 992px) {
    #passwordResetModal .modal-body {
        padding: 75px;
    }
}

@media (max-width: 768px) {
    #passwordResetModal .modal-body {
        padding: 60px;
    }
    .career-page .resgister-pop-input-box {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 576px) {
    #passwordResetModal .modal-body {
        padding: 40px;
    }
}
#passwordResetModal .modal-body h3 {
    font-weight: 600;
    font-size: 22px;
    line-height: 28px;
    letter-spacing: 0px;
    text-align: center;
}
.margin-left-right {
    margin-right: 0 !important;
    margin-left: 0 !important;
}
.page-wrapper {
    background-color: #faf9f7;
    /* padding-bottom: 40px; */
}
.text-black {
    color: #000 !important;
}
.user-profile-link-container {
    border-radius: 5px;
}
#otp-message {
    margin-top: 16px;
}
.button-detail-container a:hover {
    color: #fff !important;
}

@media (max-width: 992px) {
    .navbar-nav {
        align-items: center;
    }
    #navbarNav .d-flex {
        justify-content: center;
        gap: 5vw;
        padding: 16px 0px;
    }
    .contact-wrapper {
        /* padding: 20px 20px !important; */
    }
    /* .nav-link {
        color: #000000;
    }
    .bell,
    .cart-icon-wrapper img {
        filter: invert(1);
    } */

    .bg-nav {
        background-color: rgb(255 255 255 / 90%) !important;
    }
    .start-btn {
        margin-top: 12px;
    }
    .hero-container p {
        padding-top: 12px;
    }
    .profile-menu ul {
        width: 86%;
    }
    .profile-menu {
        left: -447%;
    }
    .login-wrapper {
        justify-content: center;
    }
}
.product-preview-card-image {
    height: 100px;
    object-fit: cover;
}
.remove-coupon {
    font-size: 12px;
}
.country-code-box {
    display: flex;
    align-items: center;
}
.country-registers {
    border: 1px solid #dee2e6;
    padding: 14px 0px 14px 16px;
    margin-top: 8px;

    font-weight: 500;
    font-size: 15px;
    line-height: 20px;
    border-right: none;
    color: #000000;
    border-radius: 8px 0px 0px 8px;
}
.nav-link {
    color: #000000;
}
.register-phone {
    border-radius: 0px 8px 8px 0px;
    border-left: 0;
}
.subtotal label {
    margin-top: 15px;
}
@media (max-width: 640px) {
    .notification-wrapper {
        padding: 0 10px;
    }
}
.para-cart-product p {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
/* .add-cart:hover,
.go-to-cart-btn:hover,
.go-cart:hover,
.gallery-btn a:hover,
.register-button:hover {
    color: var(--primary-color) !important;
    background: transparent;
    border: 1px solid var(--primary-color);
} */
.language-change-header {
    display: flex;
    gap: 1vw;
}
@media (max-width: 480px) {
    .navbar-expand-lg .navbar-nav .nav-link {
        height: unset;
        line-height: unset;
    }
    .nav-tabs {
        overflow-x: scroll;
        flex-wrap: nowrap;
        padding-bottom: 12px;
    }
    .email-header span,
    .phone-header span {
        display: none;
    }
    .checkout-img .w-90 {
        width: 100%;
        height: unset;
    }
    .footer-wrapper {
        grid-template-columns: 1fr;
    }
    .contact-form {
        padding: 0;
    }
    .key-card {
        margin: 0 auto;
    }
    .copyright-forgot {
        text-align: center;
    }
    .language-change-header {
        gap: 3vw;
    }
    .banner-conatiner .banner {
        min-height: 150px;
    }
    .green-card-container {
        grid-template-columns: 1fr !important;
    }
}
@media (max-width: 360px) {
    .col-md-7.d-flex.flex-column.justify-content-center.px-3.text-service h4 {
        padding-top: 10px;
    }
}
.shipping-address-container {
    padding-top: 20px;
}
.nav-link:hover {
    color: var(--primary-color) !important;
}
.w-10 {
    width: 10% !important;
}
.whatsapp {
    position: fixed;
    bottom: 20px;
    right: 20px;
    height: 50px;
    width: 50px;
    z-index: 10;
}
.whatsapp img {
    width: 50px;
}
#scrollToTopBtn {
    position: fixed;
    bottom: 98px;
    right: 20px;
    z-index: 1000;
    display: none;
    background-color: #e29002;
    color: #fff;
    border: none;
    border-radius: 50%;
    font-size: 20px;
    cursor: pointer;
    transition: all 0.3s ease;
    height: 45px;
    width: 45px;

    justify-content: center;
    align-items: center;
}

#scrollToTopBtn:hover {
    background-color: #568864;
}
.scroll-up {
    width: 40px;
    filter: invert(1);
}
.navbar-toggler-icon {
    filter: invert(1);
}

.header-info {
    background: #faf9f7;
    padding: 9px 0px;
    color: darkgreen;
    max-width: 1440px;
    width: 100%;
    font-size: 17px;
    /* border-radius: 49px 50px 3px 1px; */
}
.info-card-header {
    display: flex;
    justify-content: space-between;
    max-width: 1360px;
    width: 100%;
    margin: 0 auto;
}
.email-phone-header {
    display: flex;
    gap: 2vw;
    align-items: center;
}

.language-change-header .header-icon {
    width: 16px;
}
.header-icon.youtube {
    width: 22px;
}
.static-page {
    padding-top: 20px;
}
.static-page h1 {
    padding: 20px 0;
}
.static-page p {
    line-height: 1.8;
}
.career-page {
    background-color: #faf9f7;
    margin-top: 122px;
}
.career-card {
    width: 90%;
    margin: 0 auto;
}
.career-page .register-modal-header {
    margin: 0;
}
.career-page .register-modal-header h5 {
    font-size: clamp(20px, 4vw, 36px);
}
.career-page .resgistration-para {
    font-size: clamp(12px, 2vw, 16px);
}
.career-page-btn {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.career-page-btn button {
    max-width: 300px;
    width: 100%;
    background-color: var(--primary-color);
    padding: 9px 0px;
    border: none;
    margin-top: 20px;
    color: #fff;
    border-radius: 25px;
}
.career-page-btn button:hover {
    border: 1px solid var(--primary-color);
    background-color: transparent;
    color: var(--primary-color);
}
.career-page .resgister-pop-input-box {
    gap: 24px;
}
.row.g-0.w-100.service-background {
    background-color: #fff;
    border-radius: 10px;
}
.service-wrapper {
    display: flex;
    justify-content: center;
}
.dropdown-menu {
    padding-bottom: 0px;
    padding-top: 0px;
    min-width: 200px;
}
/* ul.dropdown-menu.hover-dropdown {
    margin-top: 15px;
} */
ul.dropdown-menu.hover-dropdown li {
    border-bottom: 1px solid rgba(191, 191, 191, 0.6705882353);
}
.pt-28 {
    padding-top: 28px !important;
}
.footer-logo-box {
    max-width: 276px;
    width: 100%;
    /*text-align: center;*/
}
.container-service {
    display: flex;
    grid-template-columns: 1fr 2fr;
    gap: 4vw;
    /* padding-top: 10px; */
}
.service-img-box {
    width: 100%;
}
.service-img-box img {
    max-width: 500px;
    width: 100%;
    aspect-ratio: 1 / 1;
    border-radius: 8px;
    position: sticky;
}
.service-detail-conatiner h1 {
    font-size: 36px;
    font-weight: 700;
}
.breadcrumb {
    font-size: 16px !important;
    margin-bottom: 0;
}
.service-detail-conatiner span strong {
    font-size: 22px;
}
.para-detail-service p {
    margin-top: 12px;
    font-size: clamp(12px, 2vw, 15px);
}
.para-detail-service ol {
    counter-reset: custom-counter;
    list-style: none !important;
    padding-left: 0;
    margin: 20px 0;
}

.para-detail-service ol li {
    counter-increment: custom-counter;
    position: relative;
    padding-left: 50px;
    margin-bottom: 16px;
    line-height: 1.6;
}

.para-detail-service ol li::before {
    content: counter(custom-counter);
    position: absolute;
    left: 0;
    top: 0;
    width: 32px;
    height: 32px;

    color: #000;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    font-size: 14px;
}
.para-detail-service ul {
    list-style: none; /* Remove default bullets */
    padding-left: 0;
    margin: 20px 0;
}

.para-detail-service ul li {
    position: relative;
    padding-left: 30px;
    margin-bottom: 12px;
    line-height: 1.6;
}

.para-detail-service ul li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 10px;
    width: 5px;
    height: 5px;
    background-color: #000000; /* Indigo - change to your brand */
    border-radius: 50%;
}
.container-service {
    /* height: 100vh; */
    overflow: hidden;
}

.service-img-box {
    position: sticky;
    top: 0;
    align-self: start;
    height: 100%;
}

.grid-service-page {
    height: 100%;
    overflow-y: scroll; /* allow scroll */
    padding-right: 12px;
    scrollbar-width: none; /* Firefox */
    -ms-overflow-style: none; /* IE 10+ */
}

.grid-service-page::-webkit-scrollbar {
    display: none; /* Chrome, Safari */
}
.service-card {
    padding: 20px;
    background-color: #fff;
    border-radius: 12px;
}
.service-card h2 {
    text-align: center;
}
.banner-overlap-img {
    max-width: 321px;
    width: 100%;
    object-fit: cover;
    aspect-ratio: 3/2;
    border-radius: 12px;
    padding: 0;
}
@media (max-width: 992px) {
    .container-service {
        flex-wrap: wrap;
        grid-template-columns: 1fr;
    }
    .navbar-expand-lg .navbar-nav {
        width: 66% !important;
    }
}
.mySwiper2 .swiper-slide-active img {
    transform: scale(1.2);
    transition: transform 0.5s ease-in-out;
}
.new-about-container-image {
    position: static;
    display: block;
    margin: 0 auto;
}
.contact-info img {
    filter: invert(1);
}

.about-container {
    margin-bottom: 1rem;
    height: 417px;
}
.scrolled .bg-nav {
    top: 0px;
}
.cart a {
    font-size: 20px;
}
.btn-login {
    font-size: 20px;
}
.mySwiper1 .swiper-slide {
    width: calc(100% / 5); /* if you're hard-coding 5 slides */
}
.bi {
    font-size: 17px;
}
i.bi.bi-youtube {
    font-size: 18px;
}
.social-icon-container li a,
.language-change-header a:hover {
    color: var(--primary-color);
}
.social-icon-container li a:hover,
.language-change-header a {
    color: #568864;
}
a.dropdown-item {
    font-size: 20px;
}

.color-wrapper {
}

.color-wrapper span {
    margin-bottom: 1rem;
    display: inline-block;
    border: 1px solid #ccc;
    outline-offset: 2px;
    margin-right: 10px;
    cursor: pointer;
}
.product-color {
    width: 35px;
    height: 35px;
    border-radius: 50%;
}
.product-size {
    font-size: 18px;
    padding: 0 10px;
}

.product-color.selected,
.product-size.selected {
    outline: 2px solid #f14c28;
}

.new-about-container-para {
    max-width: 815px;
}
.green-card-container {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    gap: 1vw;
    margin-top: 22px;
}
.green-card-about {
    background: url("../img/green-bg.png") no-repeat;
    background-size: cover;
    padding: 21px 19px 20px 25px;
    color: #fff;
    border-bottom: 6px solid var(--primary-color);
}

.green-card-about p {
    margin-top: 18px;
    font-size: 18px;
    text-align: center;
}
.about-wrapper {
    position: relative;
}
.about-us-page .new-about-container-image {
    top: -75px;
}
.new-about-container-image {
    position: absolute;
    top: 0px;
    right: 0;
    max-width: 422px;
    width: 100%;
}
.new-about-container-para {
    font-size: 25px;
    text-align: center;
    font-weight: 600;
}
.about-us-static-page h1 {
    font-size: 32px !important;
}
.about-us-static-page h3 {
    font-size: 28px !important;
}
@media (max-width: 520px) {
    .new-about-container-image {
        position: static;
    }

    .green-card-container {
        grid-template-columns: 1fr;
        gap: 5vw;
    }
    .green-card-container {
        grid-template-columns: repeat(1, 1fr);
    }
    .hero-container {
        margin-top: 60px;
    }
    .contact-form {
        padding: 0px 20px;
    }
}
.service-detail-conatiner p,
.service-detail-conatiner span,
.service-detail-conatiner li,
.service-detail-conatiner a,
.service-detail-conatiner strong {
    font-size: 18px !important;
}
.share-new-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.signup-form label,
.signup-form input,
.signup-form textarea,
.signup-form select {
    font-size: 18px;
}
.signup-form .form-check-label {
    font-size: 16px;
}
.service-detail-conatiner span strong {
    font-size: 28px !important;
}
/* .breadcrum-detail {
    padding: 20px 0px 0px 0px;
} */
.breadcrum-detail .breadcrumb {
    justify-content: start;
}
.breadcrum-detail .breadcrumb li {
    font-weight: bold;
}
.breadcrum-detail .breadcrumb .breadcrumb-item {
    color: var(--primary-color);
}
.breadcrum-detail .breadcrumb .breadcrumb-item.active {
    color: gray;
}
.breadcrumb-item + .breadcrumb-item::before {
    color: var(--primary-color);
}
.tabs-nav li a:hover {
    color: #000;
}
/* .shop-img-container {
    position: relative;
}

.share-product {
    position: absolute;
    bottom: 10px;
    right: 10px;
    padding: 5px;
    border-radius: 50%;
    z-index: 0;
    display: none;

    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border-radius: 12px;
    padding: 10px;
    color: #fff;
} */
.share-product img {
    /* filter: invert(1); */
}
/* .shop-img-container:hover .share-product {
    display: block;
} */
.product-wrapper .single-share-icon {
    margin-left: 10px;
}
.share-options a img {
    filter: hue-rotate(120deg) saturate(250%) brightness(60%) contrast(120%);
}
.shop-card .product-heading a:hover {
    color: var(--primary-color);
}
img.geen-card-icon {
    width: 79px;
}
@media (max-width: 1024px) {
    .green-card-container {
        grid-template-columns: repeat(3, 1fr);
    }
}
@media (max-width: 767px) {
    .green-card-container {
        grid-template-columns: repeat(2, 1fr);
    }
}
.shop-card .single-share-container {
    position: relative;
}
.shop-card .single-share-icon {
    display: flex;
    justify-content: end;
}
.shop-card .share-options {
    position: absolute;
    display: flex;
    flex-direction: column;
    gap: 11px;
    padding: 6px;
    background: #fff;
    border-radius: 4px;
    border: 1px solid #2d2b2b42;
}
.gray-header-bg {
    background-color: #faf9f7;
}
.event-date-share {
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
}
.event-date {
    font-weight: bold;
    font-size: 20px;
}
.product-wrapper .single-share-icon {
    display: flex;
    justify-content: end;
}
.breadcrum-detail {
    position: absolute;
    top: -35px;
    left: 6%;
}
.product-detail-page .tabs-shop {
    justify-content: start;
}
.dropdown-item:active {
    background-color: #f8f9fa !important;
}
.service-img-box {
    max-width: 500px;
    width: 100%;
}
.breadcrumb-item {
    color: var(--primary-color);
    font-weight: bold;
    font-size: 16px;
}
.breadcrumb-item.active {
    color: gray;
}
/* .breadcrumb-nav {
    margin: 30px 0px;
} */
.product-ubit {
    display: flex;
    gap: 10px;
}
.about-us-page {
    padding: 150px 0px 0px 0px;
}
.about-us-page .green-card-container {
    margin-bottom: 45px;
}
.add-share-shop {
    display: flex;
    align-items: end;
    justify-content: space-between;
}
.share-options.desktop-only {
    flex-direction: row;
}
.shop-img-container {
    position: relative;
}
.shop-card .single-share-container {
    margin-bottom: 2%;
}

.grid-news .share-options {
    position: absolute;
    top: 23px !important;
    right: 22px !important;
    background: #fff;
    padding: 7px;
    border-radius: 4px;
    backdrop-filter: blur(35px);
}
.news-card {
    position: relative;
}
.news-card .single-share-icon img {
    width: 25px;
    height: 25px;
}
.news-card .single-share-icon {
    position: absolute;
    top: 25px;
    right: 25px;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #ffffff85;
    border-radius: 4px;
    backdrop-filter: blur(35px);
}
.news-card .share-options {
    gap: 10px;
}
.news-card .share-options a img {
    gap: 10px;
    width: 20px;
    border-radius: 0px;
}
.product-grid .share-options a img {
    width: 25px !important;
    border-radius: 0px;
}
.share-options .bi {
    color: rgb(86 136 100);
    font-size: 20px;
}
.share-options .bi:hover {
    color: var(--primary-color);
}
.share-options a {
    margin-left: 5px;
}
.pd-50px {
    padding-left: 50px;
    padding-right: 50px;
}
.carousel-control-next,
.carousel-control-prev {
    filter: invert(1);
}
#productPreviewCarousel .carousel-inner {
    padding: 20px 0px;
    margin-top: 20px;
}
.other-articles-wrapper .share-options {
    text-align: right;
}
