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;
}

.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;
}

.venderDetail select::-webkit-scrollbar {
    width: 0;
}

.venderDetail span.select2-selection.select2-selection--multiple {
    position: relative;
    cursor: pointer;
}

.venderDetail span.select2-selection.select2-selection--multiple:after {
    content: ">";
    position: absolute;
    top: 50%;
    right: 16px;
    font-size: 14px;
    color: #333;
    transform: translateY(-50%) rotate(90deg);
}

.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;
}

.shareHere button {
    background: transparent;
    border: none;
}

/* marketing section */

.marketingForm {
    margin-top: 20px;
}

.marketingForm .choose-category .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 15px;
    margin-top: 5.56px;
}

.marketingForm .choose-category input::placeholder {
    font-family: Poppins;
    font-size: 12px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: -0.02em;
    color: #000000;
}

.marketingForm label {
    font-family: Poppins;
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
    letter-spacing: 0.5px;
    color: #3c3c43;
}

.marketingForm .text-area {
    margin-top: 44px;
}

.marketingForm .choose-category textarea {
    height: 104px;
    background: #f9faff;
    border: 1px solid #d3d5de;
    border-radius: 10px;
    font-weight: 400;
    font-size: 12px;
    line-height: 24px;
    color: #292b30;
    padding-left: 15px;
    width: 100%;
    resize: none;
    margin-top: 5.56px;
}

.marketingForm .choose-category textarea::placeholder {
    font-family: Poppins;
    font-size: 12px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: -0.02em;
    color: #000000;
}

.marketingForm .choose-category textarea:focus {
    outline: none;
    border-color: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.marketingForm .choose-category textarea:focus-visible {
    outline: none;
    border-color: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.marketingForm .form label {
    font-weight: 400;
    font-size: 14px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    letter-spacing: 0.5px;
    color: #3c3c43;
    margin-bottom: 6px;
}

.marketingForm .form textarea {
    border-radius: 10px !important;
    resize: none;
}

.marketingForm .choose-category .form-control::placeholder {
    font-family: Poppins;
    font-size: 12px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: -0.02em;
    color: #000000;
}

.submitForm {
    margin-top: 27px;
    text-align: right;
}

.submitForm button {
    background: #ffad06;
    border: 1px solid #ffad06;
    border-radius: 30px;
    padding: 12px 40px;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    font-family: Poppins;
    font-size: 14px;
    font-weight: 500;
    line-height: 21px;
    letter-spacing: 0.5px;
    color: #ffffff;
}

.uploadSection .choose-filewrap input {
    opacity: 0;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    height: 46px;
}

.uploadwrapper {
    height: 300px;
    overflow-y: scroll;
}

.choose-wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 100%;
}

.choose-filebox {
    background: #f9faff;
    border: 1px solid #d3d5de;
    border-radius: 100px;
    height: 46px;
    width: 100%;
    font-weight: 400;
    font-size: 12px;
    line-height: 24px;
    color: #292b30;
    padding: 13px 15px;
    margin-top: 5.56px;
    position: relative;
}

.choose-filebox p {
    font-family: Poppins;
    font-size: 12px;
    font-weight: 400;
    line-height: 20px;
    color: #aeb6cf;
}

.productSection {
    margin-top: 33px;
}

.product-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0px, 1fr));
    gap: 25px;
    margin-top: 6px;
}

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

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

.pdt-griditem {
    padding: 11px;
    border: 1px solid #f5f6fd;
    overflow: hidden;
    border-radius: 20px;
    position: relative;
}

.product-grid .pdt-griditem img {
    width: 100%;
    height: 242px;
    object-fit: cover;
}

.custom-checkbox {
    width: 17px;
    height: 17px;
    position: absolute;
    top: 21px;
    left: 33px;
}

.custom-checkbox input[type="checkbox"] {
    display: none;
}

.custom-checkbox label {
    position: relative;
    padding-left: 30px;
    cursor: pointer;
    font-size: 16px;
}

.custom-checkbox label:before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 17px;
    height: 17px;
    border-radius: 50%;
    background-color: #bbbbbb;
    /* Default grey background for unchecked */
    transition: background-color 0.3s, border-color 0.3s;
}

.custom-checkbox input[type="checkbox"]:checked + label:before {
    background-color: #377de2;
    /* Blue background when checked */
    border-color: #377de2;
}

.custom-checkbox label:after {
    content: "✓";
    /* Tick symbol */
    position: absolute;
    left: 4px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 12px;
    font-weight: 600;
    color: white;
    opacity: 0;
    /* Hidden tick for unchecked */
    transition: opacity 0.3s;
}

.custom-checkbox input[type="checkbox"]:checked + label:after {
    opacity: 1;
    /* Show white tick when checked */
}

.custom-checkbox input[type="checkbox"]:not(:checked) + label:after {
    opacity: 1;
    /* Show white tick even when unchecked */
}

.productSection h3 {
    font-family: Poppins;
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
    letter-spacing: 0.5px;
    color: #3c3c43;
}

.availabiltySection {
    margin-top: 34px;
}

.availabiltySection h3 {
    font-family: Poppins;
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
    letter-spacing: 0.5px;
    color: #3c3c43;
}

.availabiltySection .availabiltyPlatform {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    align-items: center;
    column-gap: 40px;
    row-gap: 10px;
    margin-top: 20px;

    .error-msg {
        grid-column: 1 / -1;
    }
}

#marketModal .modal-body {
    padding: 50px 48px;
}

#marketModal button.btn-close {
    position: absolute;
    left: auto;
    right: 15px;
    top: 15px;
    width: 26px;
    height: 26px;
    opacity: 1;
    z-index: 100;
}

#marketModal .modal-body h1 {
    color: #000;
    text-align: center;
    font-family: Poppins;
    font-size: 28px;
    font-style: normal;
    font-weight: 600;
    line-height: 35px;
    margin-bottom: 16px;
    text-transform: capitalize;
}

#marketModal .modal-body p {
    font-family: Poppins;
    font-size: 15px;
    font-weight: 400;
    line-height: 26px;
    color: #595959;
}

.marketbtn {
    background: #ffad06;
    border: 1px solid #ffad06;
    border-radius: 30px;
    padding: 12px 40px;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    font-family: Poppins;
    font-size: 14px;
    font-weight: 500;
    line-height: 21px;
    letter-spacing: 0.5px;
    color: #ffffff;
    margin-top: 30px;
    width: 156px;
}

.add {
    display: flex;
    align-items: center;
    gap: 9px;
}

.add p {
    font-family: Poppins;
    font-size: 16px !important;
    font-weight: 600 !important;
    line-height: 24px !important;
    color: #0043a7 !important;
}

.custom-radio {
    display: flex;
    align-items: center;
}

.custom-radio input[type="radio"] {
    display: none;
}

.custom-radio label {
    position: relative;
    padding-left: 30px;
    cursor: pointer;
    font-family: Poppins;
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
    color: #000000;
}

.custom-radio label:before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 17px;
    height: 17px;
    border-radius: 50%;
    background-color: #bbbbbb;
    /* Default grey background */
    transition: background-color 0.3s, border-color 0.3s;
}

.custom-radio input[type="radio"]:checked + label:before {
    background-color: #377de2;
    /* Blue background when checked */
    border-color: #377de2;
}

.custom-radio label:after {
    content: "✓";
    /* Tick symbol */
    position: absolute;
    left: 4px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 12px;
    font-weight: 600;
    color: white;
    opacity: 0;
    /* Hidden tick for unchecked */
    transition: opacity 0.3s;
}

.custom-radio input[type="radio"]:checked + label:after {
    opacity: 1;
    /* Show white tick when checked */
}

.custom-radio input[type="radio"]:not(:checked) + label:after {
    opacity: 1;
    /* Show white tick even when unchecked */
}

.offerPlan {
    background: #ffffff;
    border: 1.5px solid #377de2;
    border-radius: 12px;
}

.offerPlan .planHead {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-bottom: 1.5px solid #377de2;
    padding: 15px;
    background: #f5f8ff;
    border-radius: 12px;
    border-bottom-left-radius: unset;
    border-bottom-right-radius: unset;
}

.offerPlan .planHead .h5,
.offerPlan .planHead h5 {
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #000000;
}

@media (max-width: 640px) {
    .offerPlan .planHead .h5,
    .offerPlan .planHead h5 {
        font-size: 14px;
    }
}

.offerPlan .planHead .activeClick {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.offerPlan .planHead .activeClick .activePlan {
    margin-right: 30px;
}

.offerPlan .planHead .activeClick .checkhere input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.offerPlan .planHead .activeClick input:checked ~ .checkmark:after {
    display: block;
}

.offerPlan .planHead .activeClick input:checked ~ .checkmark {
    background-color: #377de2;
    border: 1px solid #377de2;
}

.offerPlan .planHead .activeClick .checkhere {
    position: relative;
}

.offerPlan .planHead .activeClick .checkmark {
    position: absolute;
    top: 4px;
    right: 0;
    height: 17px;
    width: 17px;
    background-color: #377de2;
    border-radius: 10px;
    border: 1px solid #377de2;
}

.offerPlan .planHead .activeClick .checkmark:before {
    content: "";
    position: absolute;
    left: 6px;
    top: 2px;
    width: 4px;
    height: 9px;
    border: solid white;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.offerPlan .planHead .activeClick .checkmark:after {
    content: "";
    position: absolute;
    left: 6px;
    top: 2px;
    width: 4px;
    height: 9px;
    border: solid white;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.offerPlan .addOndetails {
    border: none;
    display: flex;
    align-items: baseline;
    justify-content: space-between;
}

.offerFlex {
    display: flex;
    gap: 24px;
    align-items: center;
}

.offerFlex img {
    width: 77px;
    height: 77px;
}

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

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

.offerFlex img {
    border-radius: 10px;
}

.offerPlan .addOndetails a {
    font-family: Poppins;
    font-size: 14px;
    font-weight: 600;
    line-height: 21px;
    letter-spacing: 0.016em;
    color: #d32121;
    text-decoration: underline;
}

.offerPlan .addOndetails .disabled {
    font-family: Poppins;
    font-size: 14px;
    font-weight: 600;
    line-height: 21px;
    letter-spacing: 0.016em;
    color: #d3212170;
    text-decoration: underline;
}

#addModal .modal-body {
    padding: 50px 48px;
}

#addModal button.btn-close {
    position: absolute;
    left: auto;
    right: 15px;
    top: 15px;
    width: 26px;
    height: 26px;
    opacity: 1;
    z-index: 100;
}

#addModal .modal-body h1 {
    color: #000;
    text-align: center;
    font-family: Poppins;
    font-size: 28px;
    font-style: normal;
    font-weight: 600;
    line-height: 35px;
    margin-bottom: 16px;
    text-transform: capitalize;
}

#addModal .modal-body p {
    font-family: Poppins;
    font-size: 15px;
    font-weight: 400;
    line-height: 26px;
    color: #595959;
}

.addbtn {
    background: #ffad06;
    border: 1px solid #ffad06;
    border-radius: 30px;
    padding: 12px 40px;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    font-family: Poppins;
    font-size: 14px;
    font-weight: 500;
    line-height: 21px;
    letter-spacing: 0.5px;
    color: #ffffff;
    margin-top: 30px;
    width: 156px;
}

#addserviceModal .modal-content {
    height: 500px;
}

#addserviceModal .modal-body {
    padding: 35px 40px 40px 40px;
}

#addserviceModal button.btn-close {
    position: absolute;
    left: auto;
    right: 34px;
    top: 39px;
    width: 26px;
    height: 26px;
    opacity: 1;
    z-index: 100;
}

#addserviceModal .modal-body h1 {
    color: #000;
    font-family: Poppins;
    font-size: 28px;
    font-style: normal;
    font-weight: 600;
    line-height: 35px;
    margin-bottom: 16px;
    text-transform: capitalize;
}

#addserviceModal .modal-dialog {
    max-width: 950px;
}

#addserviceModal .addbtn {
    width: max-content;
    display: flex !important;
    margin-left: auto;
}

#addserviceModal .scroll-box {
    height: 300px;
    overflow-y: scroll;
}

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

/* 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;
}

.showListBtn {
    text-decoration: none;
    cursor: pointer;
    transition: all 0.3s ease;
    display: inline-block;
    /* Ensures transform effects apply properly */
}

.showListBtn:hover {
    transform: scale(1.1);
}

/* 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.niceSelect {
    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;
}

.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;
}

.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;
}

.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: 268px;
    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;
}

/** new styles added **/

/* announcement section */

.announcement-wrapper {
    background: #f5f6fd;
    padding: 5px;
    width: 100%;
    border-radius: 30px;
    display: flex;
    align-items: center;
    overflow: hidden;
    margin-top: 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%;
}

.marquee a {
    color: #000000;
}

.imageListing {
    overflow: auto;
    overflow-x: hidden;
}

.uploadwrapper {
    overflow-y: scroll;
    overflow-x: hidden;
}

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

.announcement-contentbox {
    display: flex;
    align-items: center;
}

.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: 575.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;
}
