section.LegalInfo .nav-pills .nav-link {
    color: #000;
    opacity: 0.5;
    padding: 5px 0;
    border-bottom: 0px solid #fb960e;
}

section.LegalInfo .nav-pills .nav-link.active {
    border-bottom: 4px solid #fb960e;
    background-color: transparent;
    opacity: 1;
    font-weight: 500;
}

section.LegalInfo li.nav-item {
    margin-right: 23px;
}

.recentSec .ImageproductSection .imageBox .overlay img {
    object-fit: cover !important;
}

.legalContent {
    padding-top: 29px;
}

.legalContent h2 {
    font-size: 29px;
    line-height: 43.5px;
    font-weight: 600;
}

.legalContent-users h4 {
    color: #f1441c;
}

.legalContent p {
    font-size: 15px;
    line-height: 30px;
    color: #000;
    padding-top: 10px;
}

.legalContent-members h4 {
    color: #31c3cf;
}

.copy-right-cards {
    margin: 0 10px;
}

.copy-right-cards a {
    font-size: 10px;
    font-weight: 400;
}

.copy-right-cards a:first-child {
    margin-right: 5px;
}

/* announcement section */

/* announcement section */

.announcement-wrapper {
    background: #f5f6fd;
    padding: 5px;
    width: 100%;
    border-radius: 30px;
    display: flex;
    align-items: center;
    overflow: hidden;
    margin-bottom: 15px;
}

.announcement-iconbox {
    display: flex;
    align-items: center;
    gap: 5px;
}

.announcement-iconbox span {
    width: 36px;
    height: 36px;
}

.announcement-iconbox p {
    font-family: Poppins;
    font-size: 14px;
    font-weight: 600;
    line-height: 21px;
    color: #000000;
}

.announcement-contentbox {
    width: 100%;
    display: grid;
    align-items: center;
}

.marquee .marquee-content {
    display: flex;
    align-items: center;
    column-gap: 20px;
    flex-direction: row;
    justify-content: flex-start;
}

.marquee a {
    color: #000000;
}

.current-offerswrapper {
    margin-top: 36px;
}

.offers-flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.offers-flex h3 {
    font-family: Poppins;
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
    color: #000000;
}

.offers-flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.current-offerswrapper .search-box {
    position: relative;
    width: max-content;
    height: 45px;
}

@media (max-width: 576.98px) {
    .current-offerswrapper .search-box {
        width: 100%;
    }
}

.current-offerswrapper .search-box input {
    position: relative;
    padding-left: 46px;
    padding-right: 24px;
    padding-top: 12px;
    height: 45px;
    padding-bottom: 12px;
    border: 2px solid #8aa9ff;
    background: #f5f6fd;
    border-radius: 30px;
}

.current-offerswrapper .search-box input:focus-visible {
    outline: none;
}

.current-offerswrapper .search-box input::placeholder {
    font-family: Poppins;
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
    opacity: 50%;
    color: #000000;
}

.current-offerswrapper .search-box .search {
    position: absolute;
    left: 18px;
    z-index: 1;
    top: 13px;
    width: 20px;
    height: 20px;
}

.search-box .search-close {
    position: absolute;
    top: 13px;
    right: 18px;
    width: 20px;
    height: 20px;
}

.offers-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0px, 1fr));
    gap: 21px;
    margin-top: 37px;
    height: 350px;
    overflow-y: scroll;
}

@media (max-width: 991px) {
    .offers-grid {
        grid-template-columns: repeat(2, minmax(0px, 1fr));
    }
}

@media (max-width: 576px) {
    .offers-grid {
        grid-template-columns: repeat(1, minmax(0px, 1fr));
    }
}

::-webkit-scrollbar {
    display: none;
}

.offers-griditem {
    background: #f0f2fd;
    border-radius: 20px;
}

.offers-griditem img {
    border-radius: 20px;
    object-fit: cover;
    height: 243px;
    width: 100%;
}

.offers-griditem .offer-content {
    padding: 15px 23px 22px 17px;
}

.offer-content h6 {
    font-family: Poppins;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    color: #000000;
}

.offer-content p {
    font-family: Poppins;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    color: #000000;
}

/* Checkout styles */
.discountForm .input-container {
    position: relative;
    display: flex;
    align-items: center;
}

.discountForm .form-control {
    background: #f9faff;
    border: 1px solid #d3d5de;
    border-radius: 100px;
    height: 46px;
    font-weight: 400;
    font-size: 12px;
    line-height: 24px;
    color: #292b30;
    padding: 11px 60px 11px 15px;
    /* Leave space for the "Apply" button */
    margin-top: 5.56px;
    width: 100%;
}

.discountForm .apply-button {
    position: absolute;
    right: 20px;
    /* Position the text inside the input */
    color: #00435f;
    text-decoration: underline;
    cursor: pointer;
    font-size: 14px;
    font-weight: 500;
    line-height: 18px;
    font-family: "Poppins";
    margin-top: 6px;
    transition: all 0.3s ease;
}

.discountForm .apply-button:hover {
    font-size: 15px;
}

.offer-link {
    text-align: right;
    font-size: 12px;
    margin-top: 7px;
}

.offer-link a {
    color: #fb960e;
    text-decoration: none;
    display: inline-block;
    transition: all 0.3s ease;
    /* Smooth transition for the size change */
}

.offer-link a:hover {
    transform: scale(1.1);
    /* Scales up by 10% */
    text-decoration: underline;
}

.discountForm .text-danger {
    font-size: 11px;
}

/* HEADER STYLE FIX */
.mainHeader .navbar .mainSec {
    max-width: fit-content;
    width: auto;
}

.mainHeader .navbar .mainSec .headerLinks {
    justify-content: flex-start;
    column-gap: 40px;
}

.mainHeader .navbar .otherSec {
    flex: 1;
    column-gap: 20px;
    max-width: fit-content;
}

.choosePackage .packageBox {
    column-gap: 30px;
    row-gap: 20px;
    display: grid;
    grid-template-columns: repeat(4, 1fr);

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

    @media (max-width: 576px) {
        grid-template-columns: repeat(1, 1fr);
    }
}

.choosePackage .packageBox .box .chooseBtn a {
    padding: 12px 35px;

    @media (max-width: 1280px) {
        padding: 12px 25px;
    }
}

.choosePackage .packageBox .box {
    margin: 0;
}

.mainHeader .navbar .otherSec .searchHere {
    margin: 0;
}

.mainHeader .navbar .otherSec .loginHere a {
    margin: 0;
}

.mainHeader .navbar .otherSec .searchHere .dropdown-toggle {
    padding: 0;

    &::after {
        display: none;
    }
}

.navbar-expand-lg .offcanvas .offcanvas-body {
    justify-content: space-between;
}

/* MARKETING PAGE STYLE */
#marketModal .modal-content {
    border-radius: 20px;
    border: none;
    max-width: 476px;
    width: 100%;
}

.free-label {
    position: absolute;
    top: 42px;
    right: 64px;
}

.free-label span {
    color: #26a92c;
    font-size: 12px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: -0.02em;
}

.marketingForm .choose-category .form-select {
    background-image: url(../../vendor/images/arrow-down.svg);
    background-position: 98% 57%;
    background-repeat: no-repeat;
    background-size: auto;
}

.pdt-griditem {
    border-radius: 12px;
    background-color: #f5f8ff;
}

.pdt-griditem.active {
    border: 1.5px solid #377de2;
    box-shadow: 0px 0px 4px 3px #00000003;
}

.current-offerswrapper .search-box input {
    padding-left: 40px;
    padding-right: 40px;
}

.brandSec .nav-pills {
    flex-wrap: nowrap;
    overflow-x: auto;
    width: 100%;
}

.brandSec .nav-pills .nav-item {
    white-space: nowrap;
}

.offers-flex {
    flex-wrap: wrap;
    row-gap: 10px;
}

.imageListing .filterApply {
    flex-wrap: wrap;
    row-gap: 20px;
    height: fit-content;
}

@media (max-width: 991px) {
    .imageListing .filterApply h1 {
        order: 2;
    }
}

.announcementBanner {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    min-height: 130px;
    margin-top: 25px;
    border-radius: 10px;
    display: flex;
    align-items: center;

    @media (max-width: 767.98px) {
        padding: 30px;
    }

    @media (max-width: 575.98px) {
        padding: 30px 20px;
    }
}

.announcementBanner-flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding-right: 59px;
    /* flex-wrap: wrap; */
    row-gap: 30px;

    @media (max-width: 767.98px) {
        flex-direction: column;
        padding-right: 0;
    }
}

.announcementBanner-title {
    display: flex;
    align-items: center;

    @media (max-width: 767.98px) {
        flex-direction: column;
        text-align: center;
        row-gap: 20px;
    }

    h2 {
        font-size: 29px;
        font-weight: 700;
        line-height: 30px;
        color: #000000;
        /* max-width: 430px; */
        width: 100%;

        @media (max-width: 767.98px) {
            font-size: 22px;
            line-height: 30px;
        }
    }
}

.announcementBanner-content {
    display: flex;
    flex-direction: column;

    h5 {
        font-size: 19px;
        font-weight: 400;
        line-height: 30px;
        color: #ffffff;

        span {
            font-weight: 700;
        }
    }
}

.announcementBanner-content a {
    font-size: small;
    text-align: right;
    text-decoration: underline;
}

.banner-boxwrapper {
    background: #f0f2fd;
    border-radius: 20px;
}
.banner-box {
    width: 100%;
    height: 360px;
    position: relative;
}
.banner-box img {
    height: 100%;
    width: 100%;
    border-radius: 20px;
}
.banner-boxinner {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    max-width: 527px;
    padding: 30px;
}
.banner-boxinner h4 {
    font-family: Poppins;
    font-size: 30px;
    font-weight: 600;
    line-height: 42px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #ffffff;
}
.banner-boxinner p {
    margin-top: 12px;
    font-family: Poppins;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #d7d7d7;
}
.banner-bottom {
    padding: 20px 30px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}
.banner-bottom .sml-box {
    display: flex;
    align-items: center;
    gap: 10px;
}
.marketing-banner {
    border-radius: 20px;
    object-fit: cover;
    object-position: center;
}

.sml-box a {
    text-decoration: none;
    color: #212529;
}

.type {
    gap: 0;
}

.custom-marquee {
    overflow: hidden;
}

.js-marquee {
    display: flex;
    align-items: center;
    flex-direction: row;
    justify-content: flex-start;
}
.js-marquee p {
    margin-right: 10px;
}
.recentSec .ImageproductSection .imageBox .overlay img {
    object-fit: cover !important;
}
.recentSec .ImageproductSection .imageBox .overlay img {
    border-radius: 20px 20px 0 0 !important;
}
.recentSec .ImageproductSection .imageBox .overlay:hover:after {
    border-radius: 20px 20px 0 0 !important;
}
.input-group-new button{
    right: 0px !important;
}
.customerPasswordd button{
    right: 0;
}
.sideWrapper .menuWrapper .sidebarNav{
    overflow-y: scroll;
}
.brandSec .nav-pills{
    overflow-y: hidden !important;
}
.contactSec .contactAddress .box .boxIcon {
    margin-right: 9px !important;
}