body {
    font-family: "Open Sans", sans-serif;
    background-color: #f9f9f1;
}

.fw-600 {
    font-weight: 600;
}

.mw-50 {
    max-width: 50px;
}
.mw-60 {
    max-width: 60px;
}
.mw-230 {
    min-width: 230px;
}

.cursor-pointer {
    cursor: pointer;
}

.theme-color {
    color: #e1f340 !important;
}
.theme-bg-color {
    color: #e1f340 !important;
}
.theme-orange-color {
    background-color: #ffa94d !important;
}
.theme-orange-bg-color {
    background-color: #ffa94d !important;
}
.theme-text-color {
    color: #212529 !important;
}

.no-focus-outline:focus {
    outline: none !important;
    box-shadow: none !important;
}

.navbar .navbar-brand {
    font-size: 32px;
    font-weight: 700;
}

.navbar .btn {
    padding: 10px 30px;
    font-size: 14px;
    border-radius: 0;
}

.hero-section {
    background: #f8fae7;
}

.hero-section .hr-title {
    font-family: "Hepta Slab", serif;
    font-size: 53px;
    margin-bottom: 20px;
    font-weight: 600;
}

.other-pages h1,
.other-pages h2,
.other-pages h3 {
    font-family: "Hepta Slab", serif;
    line-height: 30px;
    font-weight: 600;
}

.other-pages h2 {
    font-size: 25px;
    margin-top: 50px;
}
.other-pages h3 {
    font-size: 20px;
    margin-top: 40px;
}

.hero-section .sub-title {
    font-size: 27px;
    font-weight: 500;
    margin-bottom: 20px;
}

p {
    font-size: 17px;
    font-weight: 400;
    line-height: 28px;
    color: #131313e3;
}

.fsize-30px {
    font-size: 30px;
}

section {
    padding: 100px 0;
}

.form-switch .form-check-input {
    cursor: pointer;
}

.pay-when-u-want {
    background: #f8fae7;
}

.pay-when-u-want .pay-title {
    font-family: "Hepta Slab", serif;
    font-size: 44px;
    font-weight: 600;
    margin-bottom: 20px;
}

.btn-yellow {
    background-color: #e1f340;
    font-weight: bold;
    border-radius: 0;
    padding: 12px 22px;
    margin-top: 5px;
}
.btn-theme-blank {
    font-weight: bold;
    border-radius: 0;
    padding: 12px 22px;
    margin-top: 5px;
}

.is-fake-select {
    padding: 6px 6px !important;
    margin-bottom: 0px !important;
}

img.full-gray-scale-image {
    background-color: gray;
    filter: grayscale(100%) brightness(0.5) contrast(0);
    border-radius: 20px;
}

.btn-check:focus + .btn,
.btn:focus {
    outline: 0;
    box-shadow: 0 0 0 0.25rem #cddc39;
}

.btn-theme {
    background-color: #e1f340;
    font-weight: bold;
}
.btn-theme-dark-text {
    background-color: #e1f340;
    font-weight: bold;
    color: #212529;
}
.btn-theme-v1 {
    background-color: #ffa94d;
    font-weight: bold;
}

.btn-theme:hover {
    background-color: #e8ff19;
    color: #111;
}

.btn-theme-v1:hover {
    background-color: #f2a655;
    color: #111;
}

.btn-yellow:hover {
    background-color: #e8ff19;
    color: #111;
}

.highlight {
    text-decoration: underline;
    text-decoration-color: #e1f340;
}

.area-map {
    color: #212529;
}

.does-it-work,
.get-started-section {
    background: rgb(255, 255, 255);
}

.does-it-work .main-title,
.get-started-section .main-title {
    font-size: 44px;
    margin-bottom: 65px;
    font-weight: 600;
    font-family: "Hepta Slab", serif;
}

.does-it-work .box-title {
    font-size: 20px;
    font-weight: 600;
    font-family: "Hepta Slab", serif;
    margin: 12px;
}

.pay-when-u-want .box-title {
    font-size: 24px;
    font-weight: 600;
    font-family: "Hepta Slab", serif;
    margin: 12px;
}

.pay-when-u-want .sub-title {
    font-size: 26px;
    color: #131313;
    line-height: 42px;
    letter-spacing: 2px;
    font-weight: 600;
}

.pay-when-u-want .pay-info-card {
    border-radius: 0;
    padding: 40px 30px;
    border: 1px solid #131313;
    max-width: 480px;
}

.pay-when-u-want .pay-info-card::after {
    content: "";
    position: absolute;
    bottom: -5px;
    left: -5px;
    height: 4px;
    width: 100%;
    background-color: #e1f340;
}

.pay-when-u-want .pay-info-card::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: -5px;
    left: -5px;
    width: 4px;
    background-color: #e1f340;
}

.pay-when-u-want .pay-info-card h6 {
    font-family: "Hepta Slab", serif;
    font-size: 22px;
}

.pay-when-u-want .pay-info-card h6 strong {
    font-size: 32px;
}

.pay-when-u-want .pay-info-card .list-unstyled li {
    font-size: 17px;
    font-weight: 500;
    line-height: 28px;
    margin: 5px 0;
}

.get-started-section .get-sted-steps h4 {
    font-family: "Hepta Slab", sans-serif;
    font-size: 22px;
    margin-top: 20px;
}

.get-started-section .get-sted-steps img {
    max-width: 60px;
}

.get-started-section .black-box {
    background-color: #111;
    color: #fff;
    padding: 2rem;
    border-radius: 10px;
    max-width: 850px;
    margin-top: 60px;
    padding: 80px 64px;
    border-radius: 25px;
}

.get-started-section .black-box-title {
    font-family: "Hepta Slab", sans-serif;
    font-size: 48px;
    margin-bottom: 20px;
}

.get-started-section .sub-title {
    color: #ffffff;
    line-height: 28px;
    margin-bottom: 60px;
}

.get-started-section .form-control,
.get-started-section .form-select {
    border-radius: 0;
    padding: 14px 20px;
    margin-bottom: 22px;
}

.get-started-section .input-group .btn {
    border-radius: 0;
    margin-bottom: 22px;
    color: #9b9a9a;
    font-size: 18px;
}

.get-started-section .drop-link-container {
    margin-top: 28px;
}

.get-started-section .drop-link-container .drop-link {
    font-family: "Hepta Slab", sans-serif;
    font-size: 18px;
    color: #ffffff;
}

.get-started-section .drop-link-container p {
    font-size: 14px;
    line-height: 28px;
    color: #b6b6b6;
    font-weight: 500;
}

.get-started-section.singin-section,
.faqs-section {
    background-color: #f8fae7;
}

.faqs-section .faqs-title {
    font-family: "Hepta Slab", serif;
    font-size: 44px;
    margin-bottom: 20px;
    font-weight: 600;
}

.faqs-card {
    border: 1px solid #dcdcdc;
}

.faqs-section summary {
    font-weight: bold;
}

.faqs-section .faq-main {
    max-width: 600px;
}

.faqs-section .faq-main details {
    background-color: #f7f7eb;
    border: 1px solid #ccc;
    padding: 20px;
    margin-bottom: 20px;
    position: relative;
    transition:
        border-color 0.3s,
        background-color 0.3s;
}

.faqs-section .faq-main details[open] {
    background-color: #ffffff;
    border: 1px solid #ccc;
}

.faqs-section .faq-main details[open]::after {
    content: "";
    position: absolute;
    bottom: -5px;
    left: -5px;
    height: 4px;
    width: 100%;
    background-color: #e1f340;
    pointer-events: none;
}

.faqs-section .faq-main details[open]::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: -5px;
    left: -5px;
    width: 4px;
    background-color: #e1f340;
    pointer-events: none;
}

.faqs-section .faq-main details summary {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.faqs-section .faq-main details summary::before {
    content: "";
    display: inline-block;
    font-family: "bootstrap-icons";
    font-size: 1.25rem;
    margin-right: 0.4rem;
    content: "\F282";
    order: 2;
}

.faqs-section .faq-main details[open] summary::before {
    content: "\F286";
}

.faqs-section .faq-main details summary::-webkit-details-marker {
    display: none;
}

.footer {
    background: #fff;
    border-top: 1px solid #eee;
    padding: 60px 0 30px 0;
}

.footer .com-logo,
.footer .link-title {
    font-family: "Hepta Slab", serif;
    font-size: 26px;
    font-weight: 600;
    margin-bottom: 20px;
}

.footer .link-title {
    font-size: 18px;
}

.footer .sub-link,
.footer .comp-addrs,
.footer .copy-rights {
    font-size: 17px;
    color: #131313;
    line-height: 32px;
}
.footer .copy-rights {
    color: #131313c7;
}
.footer .ft-madeby-link {
    color: #e1f340;
    font-weight: 700;
}

.footer .sub-link:hover {
    color: #e1f340;
}

.footer .icon-box {
    width: 45px;
    height: 45px;
    border: 2px solid black;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 10px;
    font-size: 20px;
}

/*------------------ CSS FOR DASHBOARD - START ---------------------*/
.dashboard-section {
    background-color: #f8fae7;
}

.dashboard-section .wlcm-title {
    font-family: "Hepta Slab", serif;
    font-size: 36px;
    color: #131313;
    font-weight: 700;
    margin-bottom: 32px;
}

.dashboard-section .nav-link {
    font-family: "Open Sans", sans-serif;
    font-size: 16px;
    font-weight: 500;
    color: #404040c9;
    padding: 10px 8px;
}

.dashboard-section .nav-link.active {
    background-color: #e1f340;
    color: #131313;
}

.dashboard-section .nav-link img {
    width: 22px;
    margin-right: 5px;
    align-items: center;
}

.dashboard-section .curnt-tab-title {
    font-family: "Hepta Slab", serif;
    font-size: 28px;
    font-weight: 600;
    margin-bottom: 20px;
}

.dashboard-section .auto-purchase-section {
    background: #f8fae7;
    padding: 22px;
    margin-bottom: 28px;
}

.dashboard-section .auto-purchase-section h5 {
    font-family: "Hepta Slab", serif;
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 10px;
}

.dashboard-section .auto-purchase-section p {
    font-size: 14px;
    color: #131313;
    margin: 0;
}

.dashboard-section .card-lock {
    background-color: #ffffff;
    border: 1px solid #dee2e6;
    margin-bottom: 1rem;
}

.dashboard-section .card-lock .cl-info {
    font-size: 16px;
    color: #131313;
    font-weight: 500;
    margin-bottom: 5px;
}

.dashboard-section .card-lock .cl-info .cl-icon {
    width: 22px;
    margin-right: 1.2px;
}
.dashboard-section .card-lock .cl-info .cl-icon.no-space-img {
    width: 18px;
}

.dashboard-section .card-lock .btn-lock,
.dashboard-section .remaining-card .btn-buy {
    background-color: #e1f340;
    color: #131313;
    font-size: 16px;
    font-weight: 600;
    padding: 6px 20px;
}

.dashboard-section .card-lock .btn-lock.exclusive {
    background-color: #ffa94d;
}

.dashboard-section .search-box .form-control,
.dashboard-section .search-box .input-group-text {
    padding: 14px;
    background: #f6f6f6;
}
.dashboard-section .search-box .input-group-text {
    padding-right: 5px;
}
.dashboard-section .search-box .form-control {
    /* border-left: 0; */
    padding-left: 10px;
}
.dashboard-section .search-box .input-group-text {
    border: 0;
}

.dashboard-section .note-box {
    background: #f6f6f6;
}
.dashboard-section .report-btn {
    border-radius: 2px;
    color: #313131;
    padding: 6px 16px;
}
.dashboard-section .form-select.form-select-filter {
    padding: 0.375rem 2.25rem 0.375rem 0.75rem;
}
.dashboard-section .report-btn:hover {
    color: white;
}

.dashboard-section .credit-section-box {
    background: white;
    padding: 40px 49px;
    height: 100%;
    border: 1px solid rgba(0, 0, 0, 0.175);
    border-radius: 0.375rem;
}

.dashboard-section .remaining-card h4,
.dashboard-section .autopilot-card h4 {
    font-family: "Hepta Slab", serif;
    font-size: 32px;
    font-weight: 600;
    margin-bottom: 20px;
}

.dashboard-section .remaining-card .credit-count {
    font-size: 89.78px;
    line-height: 104.7px;
    color: #131313;
    font-weight: bold;
}

.dashboard-section .remaining-card p {
    font-size: 16px;
    color: #131313;
}

.dashboard-section .autopilot-card .form-switch .form-check-input {
    margin-left: 0;
}

.dashboard-section .autopilot-card .title {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 8px;
}

.dashboard-section .autopilot-card .form-check {
    padding-left: 0 !important;
}

.dashboard-section .form-control,
.dashboard-section .form-select {
    border-radius: 0;
    padding: 14px 20px;
    margin-bottom: 22px;
    background-color: #f5f5f5;
    border-color: #f7f7f7;
}

.dashboard-section .save-changes-btn,
.dashboard-section #filters .btn-save-changes {
    background-color: #e1f340;
    color: #131313;
    font-size: 16px;
    font-weight: 600;
    padding: 15px 20px;
    border-radius: 0;
}

/* Increase the size of the checkbox */
.dashboard-section .form-switch .form-check-input {
    transform: scale(1.7); /* Scale the checkbox to make it bigger */
}

/* Change color when checkbox is checked */
.dashboard-section .form-switch .form-check-input:checked {
    background-color: #e1f340 !important; /* Background color when checked */
    border-color: #e1f340 !important; /* Border color when checked */
}

/* Change color when checkbox is unchecked */
.dashboard-section .form-switch .form-check-input:not(:checked) {
    background-color: #ffffff; /* Unchecked background color */
    border-color: #cccccc; /* Unchecked border color */
}

/* Add custom styles to the checkbox's focus state */
.dashboard-section .form-switch .form-check-input:focus {
    border-color: #e1f340;
    box-shadow: 0 0 0 0.25rem rgba(225, 243, 64, 0.25); /* Optional focus shadow */
}

#filters .btn-save-changes {
    padding: 11px 5px;
}

.dashboard-section .lable-visually-hidden {
    visibility: hidden;
}

.dashboard-section #your-leads .leadcard-container {
    max-height: 600px;
    padding: 5px;
    overflow-x: hidden;
    overflow-y: scroll;
}

.logout-btn,
.logout-btn:hover {
    background: #f5f5f5;
    color: #131313;
    font-weight: 700;
    border: 0;
    /* box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px; */
}

#payment-element {
    padding: 10px;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
}

img.truspilot-logo {
    max-width: 150px;
}

/* Intro Tour - START */
.introjs-tooltip {
    min-width: 400px; /* Minimum width of the tooltip */
}
.introjs-tooltip-header {
    display: none; /* Hide disabled buttons (e.g., Back on first step) */
}
.introjs-progress {
    border: 1px solid #bdbdbd;
}
.introjs-progressbar {
    background-color: #e1f340;
}
/* Intro Tour - END */

/* Choices Multi select - START */

.choices__list--multiple .choices__item {
    background-color: #000;
    border: 1px solid #000;
    border-radius: 0px;
}

.choices__list--dropdown,
.choices__list[aria-expanded] {
    color: #000;
}

/* New Section Added V1 - START */
.premium-section .faqs-title {
    font-family: "Hepta Slab", serif;
    font-size: 44px;
    margin-bottom: 20px;
    font-weight: 600;
}

.bg-ivory {
    background-color: #f8fae7;
}

.why-quotivo-table td,
.why-quotivo-table th,
.top-partners-table td,
.top-partners-table th {
    padding-top: 20px;
    padding-bottom: 20px;
    font-weight: 600;
}

table.dataTable td.word-break {
    white-space: normal !important;
    word-wrap: break-word;
    word-break: break-word;
    max-width: 250px;
}

div.dt-container .dt-search input {
    padding-top: 10px;
    padding-bottom: 10px;
    min-width: 250px;
    background-color: #f5f5f5;
    border: 0;
    border-radius: 0px;
}

/* .testimonial-card {
    border: 1px solid #ddd;
    border-bottom: 3px solid #e1f340;
    border-left: 3px solid #e1f340;
    padding: 30px;
    text-align: center;
    width: 100%;
    height: 100%;
    min-width: 350px;
    min-height: 250px;
}
.testimonial-card blockquote {
    font-style: italic;
    margin-bottom: 20px;
    font-size: 1.1rem;
}
.testimonial-card .client-name {
    font-weight: bold;
    margin: 0;
}
.testimonial-nav .btn {
    border-radius: 0;
    padding: 1px 15px;
}
.testimonial-nav .btn.active {
    background-color: #e1f340;
    border-color: #e1f340;
} */

.testimonial-container {
    max-width: 1200px; /* adjust as needed */
    margin: auto;
}

.testimonial-wrapper {
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    padding-bottom: 10px;
}

.testimonial-scroll {
    display: flex;
    gap: 1rem;
}

.testimonial-card {
    border: 1px solid #ddd;
    border-bottom: 3px solid #e1f340;
    border-left: 3px solid #e1f340;
    padding: 20px;
    text-align: center;
    flex: 0 0 calc(33.333% - 1rem);
    min-height: 250px;
    scroll-snap-align: start;
    transition:
        transform 0.3s ease,
        box-shadow 0.3s ease;
}

/* .testimonial-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.1);
} */

.testimonial-wrapper {
    overflow: hidden;
}

.testimonial-container .controls-btn {
    border-radius: 0;
    padding: 1px 15px;
}
.testimonial-container .controls-btn.active {
    background-color: #e1f340;
    border-color: #e1f340;
    border-radius: 0;
    color: #212529;
}

.testimonial-container .controls-btn:focus {
    box-shadow: 0 0 0 0.25rem rgba(255, 255, 255, 0.6);
}

.t-profile {
    width: 35px;
    height: 35px;
}
.faqs-section .btn-dark {
    font-family: "Hepta Slab", serif;
    padding: 10px 30px;
    font-size: 14px;
    border-radius: 0;
    font-weight: 500;
    letter-spacing: 1px;
}

/* Blurring images */

.premium-section .blurred-data {
    filter: blur(5px);
}

/* New Section Added V1 - END */

/* ------------ Quote Section START ----------------*/
.quote-section {
    position: relative;
    background: #f8fae7;
}

.live-card {
    position: fixed;
    bottom: 24px;
    left: 24px;
    width: 320px;
    height: 90px;
    background: #fff;
    border-radius: 14px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.12);
    padding: 14px 16px;
    z-index: 9999;
    animation: slideUpFade 0.4s ease-out;
    font-size: 14px;
}

.live-icon {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: #e9f9ee;
    color: #82cb15;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.live-name {
    color: #111; /* dark black */
    font-weight: 600;
}

.tick-green-icon {
    width: 20px;
    height: auto;
}

/* LEFT & RIGHT INNER SHADOW */
@media (min-width: 992px) {
    .quote-section::before,
    .quote-section::after {
        content: "";
        position: absolute;
        top: 0;
        width: 120px;
        height: 100%;
        pointer-events: none;
        z-index: 5;
    }

    .quote-section::before {
        left: 0;
        box-shadow: inset 70px 0 44px rgb(246 248 233);
    }

    .quote-section::after {
        right: 0;
        box-shadow: inset -70px 0 44px rgb(246 248 233);
    }
}

.quote-section .quote-title {
    font-family: "Hepta Slab", serif;
    font-size: 44px;
    margin-bottom: 20px;
    font-weight: 600;
}

.quote-section .quote-subtitle {
    color: #131313;
    font-size: 22px;
    font-weight: 700;
}

.quote-section .horizontal-scroll {
    overflow-x: auto;
    scroll-behavior: smooth;
    scrollbar-width: none;
}

.quote-section .horizontal-scroll::-webkit-scrollbar {
    display: none;
}

.quote-section .request-card {
    background: #ffffff;
    border-radius: 12px;
    box-shadow:
        rgba(0, 0, 0, 0.1) 0px 4px 6px -1px,
        rgba(0, 0, 0, 0.06) 0px 2px 4px -1px;
    padding: 32px;
    margin: 16px 0;
    min-width: 500px;
    font-family: "Hepta Slab", serif;
    /* display: flex;
  flex-direction: column;
  justify-content: space-between; */
}

.quote-section .card-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}

/* BADGES */
.badge {
    padding: 10px 16px;
    font-size: 0.75rem;
    font-weight: 700;
    border-radius: 0;
    letter-spacing: 0.5px;
}

.badge-sm {
    padding: 7px 10px;
    font-size: 11px;
    font-weight: 700;
    border-radius: 0;
    letter-spacing: 0.5px;
}

.badge-window {
    background: #eef1ff;
    color: #4b5cff;
    border: 2px solid #d6daff;
}

.badge-insulation {
    background: #faf5ff;
    color: #9810fa;
    border: 2px solid #e9d4ff;
}

.badge-heat {
    background: #fff1f2;
    color: #8b0836;
    border: 2px solid #ffccd3;
}

.badge-bg-success {
    background: #d0fae5;
    color: #007a55;
    border: 2px solid #adffd6;
}

.badge-solar {
    background: #fffbeb;
    color: #7b3306;
    border: 2px solid #fee685;
}

.view-btn i {
    color: #a9b34e;
    font-size: 22px;
}

.delete-btn i {
    color: #e8413e;
    font-size: 22px;
}
.resume-btn i {
    color: #f69800;
    font-size: 22px;
}
.restore-btn i {
    color: #a9b34e;
    font-size: 22px;
}

.badge-bg-light {
    background: #f5f5db;
    color: #131313;
}

/* TEXT */
.quote-section .card-title {
    font-weight: 700;
    margin-bottom: 12px;
}

.quote-section .client {
    font-weight: 600;
    margin-bottom: 6px;
}

.quote-section .location {
    color: #6c757d;
    font-size: 0.95rem;
}

.quote-section .date {
    font-size: 12px;
    color: #131313;
    font-weight: 500;
    display: flex;
    align-items: center;
    gap: 6px;
}

.quote-section .btn-contact,
.fil-btn-primary {
    background-color: #e1f340;
    font-weight: bold;
    border-radius: 0;
    padding: 10px 20px;
    font-size: 14px;
}

.quote-section .btn-contact:hover,
.fil-btn-primary:hover {
    background: #d9f500;
}

.lead-details-modal {
    border-radius: 8px;
}

.lead-id {
    background: #f1f1f1;
    font-size: 12px;
    padding: 4px 8px;
    border-radius: 4px;
    margin-left: 8px;
    font-weight: 500;
}

.city-row {
    border-bottom: 1px solid #eee;
    padding-bottom: 12px;
}

.city-icon {
    width: 40px;
    height: 40px;
    border: 1px solid #ddd;
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
}

.answers-box {
    background: #f4f4f4;
    padding: 20.8px;
    border-radius: 3px;
}

.analysis-cards .card-body {
    padding: 28px !important;
}

.analysis-cards .metric-value {
    font-size: 1.3rem;
    font-weight: 700;
}

.analysis-cards .metric-label {
    font-size: 14px;
    color: #6c757d;
    margin-top: 6px;
}

.analysis-cards .icon-box {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #c1c596;
    font-size: 30px;
}

/* ------------ Quote Section END ----------------*/

/* Choices Multi select - END */

.btn-select {
    background-color: #e1f340;
    color: #131313;
    font-weight: 600;
    padding: 10px 20px;
    border-radius: 0;
}
.btn-clear {
    background-color: #131313;
    color: #fff;
    font-weight: 600;
    padding: 10px 20px;
    border-radius: 0;
}

/* -------------------vender-nevbar-css-start------------------- */

#venderMobileSidebar {
    position: fixed;
    top: 0;
    left: -260px;
    width: 260px;
    height: 100%;
    background-color: #fff;
    /* box-shadow: 2px 0 8px rgba(0,0,0,0.2); */
    transition: left 0.3s ease;
    z-index: 1050;
}

#venderMobileSidebar .navbar-brand {
    font-size: 32px;
    font-weight: 700;
    color: rgba(0, 0, 0, 0.9);
}

#venderMobileSidebar .nav-link.active {
    background-color: #e1f340;
    color: #131313;
}

#venderMobileSidebar .nav-link {
    width: 100%;
    text-align: start;
    font-family: "Open Sans", sans-serif;
    font-size: 14px;
    font-weight: 500;
    color: #404040c9;
    padding: 5px 8px;
}

#venderMobileSidebar.open {
    left: 0;
}

#venderSidebarOverlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease;
    z-index: 1040;
}
#venderSidebarOverlay.active {
    opacity: 1;
    visibility: visible;
}

/* -------------- CSS for Subscription Plans - START ------------ */
.btn-subscribe {
    background-color: #e1f340;
    color: #131313;
    width: 100%;
    margin-bottom: 23px;
    font-size: 16px;
    font-weight: 600;
    padding: 10px 20px;
}

.active-subscription-card {
    background-color: #f8fae7;
    border-color: #212529;
}
.active-subscription-badge {
    background-color: #e1f340;
    font-weight: bold;
    color: #212529;
    padding: 6px 12px;
    font-size: 15px;
}

.active-subscription-card .btn-subscribe {
    background: transparent;
    border-color: #6c757d;
}

.btn-subscribe.btn-subs-secondary {
    background-color: #ffffff;
    border-color: #6c757d;
}
.plan-features li {
    margin-bottom: 10px;
    color: #131313;
}
.plan-features li .text-green {
    color: #0ecc0e;
}
.plan-features li .text-red {
    color: #ff6161;
}
.pricing-card .pricing-title {
    color: #131313;
    font-size: 22px;
}
.pricing-card .pricing-price {
    color: #131313;
    font-size: 44px;
}
.pricing-card .pricing-price-unit {
    color: #131313;
    font-size: 22px;
}

/* new learcard- start */
.transition {
    transition: transform 0.2s ease;
}

.lead-card {
    border: 1px solid rgba(0, 0, 0, 0.125);
    border-radius: 6px;
    background: #ffffff;
}
.lead-card .auto-purchase {
    background: #f7f9e7;
    border-radius: 6px;
}
.lead-card .icon-box {
    min-width: 36px;
    height: 36px;
    border-radius: 50%;
    background: #f1f1f1;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #131313;
    font-size: 16px;
}
.lead-card .exclusive-btn {
    background: #e1f340;
    color: #131313;
    border: none;
    font-weight: 600;
}
.lead-card .exclusive-btn:hover {
    background: #c8de00;
}
.lead-card .btn-outline-exclusive-secondary {
    border: 1px solid #bbbbbb;
    background: #f7f7f9;
}
.lead-card .masked {
    letter-spacing: 1px;
}

.lead-card .lead-arivd-bg {
    background: #ececf0;
}

.lead-card .lead-fw-semibold {
    color: #131313;
    font-weight: 600;
}

.lead-title {
    font-size: 20px;
    font-weight: 600;
}
.divider {
    border-top: 1px solid #e5e5e5;
    margin: 14px 0;
}

.form-control:focus {
    border-color: inherit;
    box-shadow: none;
    outline: none;
}

.carousel-video-container {
    background: #f8fae7;
}

.carousel-video-container .video-title {
    font-family: "Hepta Slab", serif;
    font-size: 44px;
    margin-bottom: 20px;
    font-weight: 600;
}

.carousel-video-container .carousel-container {
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
}

.carousel-video-container .video-wrapper {
    display: flex;
    overflow-x: auto;
    gap: 30px;
    padding: 20px 0;
    scrollbar-width: thin;
    -ms-overflow-style: none;
    justify-content: flex-start;
    align-items: center;
    scroll-snap-type: x mandatory;
    scroll-padding: 0 50px;
}

.carousel-video-container .video-wrapper::-webkit-scrollbar {
    height: 8px;
}
.carousel-video-container .video-wrapper::-webkit-scrollbar-track {
    background: transparent;
}
.carousel-video-container .video-wrapper::-webkit-scrollbar-thumb {
    background: rgba(0, 0, 0, 0.2);
    border-radius: 10px;
}
.carousel-video-container .video-wrapper::-webkit-scrollbar-thumb:hover {
    background: rgba(0, 0, 0, 0.4);
}

.carousel-video-container .video-card {
    position: relative;
    flex: 0 0 320px;
    height: 520px;
    border-radius: 28px;
    overflow: hidden;
    /* box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);*/
    cursor: pointer;
    scroll-snap-align: center;
}

.carousel-video-container .video-card video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.carousel-video-container .video-card::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(
        to top,
        rgba(0, 0, 0, 0.4),
        rgba(0, 0, 0, 0.05)
    );
    pointer-events: none;
    transition: opacity 0.4s;
}

.carousel-video-container .play-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 80px;
    height: 80px;
    background-color: #e1f340;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
    z-index: 2;
    transition: all 0.3s;
}

.carousel-video-container .play-btn:hover {
    transform: translate(-50%, -50%) scale(1.1);
}

.carousel-video-container .play-btn::before {
    content: "";
    width: 0;
    height: 0;
    border-left: 20px solid #000;
    border-top: 14px solid transparent;
    border-bottom: 14px solid transparent;
    margin-left: 6px;
}

.carousel-video-container .video-card.playing .play-btn,
.carousel-video-container .video-card.playing::after {
    opacity: 0;
    pointer-events: none;
}

.carousel-video-container .arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 50px;
    height: 50px;
    background-color: rgba(255, 255, 255, 0.8);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 10;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
    user-select: none;
    transition: background-color 0.3s;
}

.carousel-video-container .arrow:hover {
    background-color: #e1f340;
}

.carousel-video-container .arrow.left {
    left: -25px;
}

.carousel-video-container .arrow.right {
    right: -25px;
}

.carousel-video-container .arrow::before {
    content: "";
    width: 0;
    height: 0;
    border-top: 12px solid transparent;
    border-bottom: 12px solid transparent;
}

.carousel-video-container .arrow.left::before {
    border-right: 16px solid #1f2a44;
}

.carousel-video-container .arrow.right::before {
    border-left: 16px solid #1f2a44;
}

.carousel-video-container .arrow:hover::before {
    border-right-color: #000;
}

.carousel-video-container .arrow.right:hover::before {
    border-left-color: #000;
}

/* Performance section - START */
.performance-section .top-card-soft {
    background: #f4f5ec;
    border: none;
    border-radius: 5px;
    padding: 30px 10px;
}

.performance-section .card-soft {
    background: #f4f5ec;
    border: none;
    border-radius: 5px;
}

.performance-section .metric-value {
    font-size: 1.3rem;
    font-weight: 700;
}

.performance-section .metric-label {
    font-size: 0.8rem;
    color: #6c757d;
}

.performance-section .icon-box {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #c1c596;
    font-size: 30px;
}

.performance-section .progress {
    height: 15px;
    border-radius: 2px;
    background: #ffffff;
}

.performance-section .progress-bar {
    background: #e1f340;
}

.performance-section .badge-success {
    background: #53ff922b;
    color: #00a63e;
    font-size: 12px;
    font-weight: 500;
    padding: 5px 10px;
}

.performance-section .badge-danger {
    background: #ff53532b;
    color: #ff0018;
    font-size: 12px;
    font-weight: 500;
    padding: 5px 10px;
}

.performance-section #revenueGrowthChart {
    height: 300px;
}
/* Performance section - END */

/* MEDIA QUERY START */

@media (max-width: 1024px) {
    .carousel-video-container .video-card {
        flex: 0 0 300px;
        height: 500px;
    }
    .carousel-video-container .video-wrapper {
        gap: 25px;
    }
}

@media (max-width: 768px) {
    .carousel-video-container .video-card {
        flex: 0 0 calc(90vw - 40px);
        max-width: 300px;
        height: 400px;
    }
    .carousel-video-container .play-btn {
        width: 70px;
        height: 70px;
    }
    .carousel-video-container .play-btn::before {
        border-left: 18px solid #000;
        border-top: 12px solid transparent;
        border-bottom: 12px solid transparent;
    }

    .carousel-video-container .arrow {
        display: none;
    }
}

@media (max-width: 600px) {
    .carousel-video-container .video-card {
        height: 350px;
    }
    .carousel-video-container .play-btn {
        width: 50px;
        height: 50px;
    }

    .quote-section .request-card {
        padding: 14px;
        margin: 12px 0;
        min-width: 300px;
    }
    .quote-section .request-card .card-top {
        margin-bottom: 12px;
    }
    .quote-section .request-card .badge {
        font-size: 8px;
        padding: 5px;
    }
    .quote-section .request-card .date {
        font-size: 10px;
    }
    .quote-section .request-card .client {
        font-size: 14px;
    }
    .quote-section .request-card .location {
        font-size: 10px;
    }
    .quote-section .request-card a button.btn {
        padding: 5px;
        font-size: 10px;
    }
}

/* new learcard- end */
/* -------------- CSS for Subscription Plans - END ------------ */

@media (max-width: 991px) {
    .navbar-collapse.vendor-navbar-collapse {
        display: none !important;
    }
}

/* -------------------vender-nevbar-css-end------------------- */

.choices__list--multiple .choices__item {
    background: #e1f340;
    color: #000;
}

@media (max-width: 992px) {
    .testimonial-card {
        flex: 0 0 calc(50% - 1rem);
    }
}

/* Add scroll functionality on mobile devices only */
@media (max-width: 768px) {
    .dashboard-section #leadTabs {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        display: flex;
        flex-wrap: nowrap;
    }

    .dashboard-section .nav-item {
        flex-shrink: 0;
    }

    .dashboard-section .nav-link {
        white-space: nowrap;
    }

    .dashboard-section .nav-item {
        margin-right: 10px;
    }
}

/*------------------ CSS FOR DASHBOARD - END ---------------------*/

/* Media query for screens smaller than 768px*/
@media (max-width: 768px) {
    .hero-section .hr-title,
    .pay-when-u-want .pay-title {
        font-size: 32px;
    }

    .hero-section .sub-title,
    .pay-when-u-want .sub-title {
        font-size: 18px;
    }

    p {
        font-size: 15px;
    }

    .pay-when-u-want .sub-title {
        line-height: 32px;
        letter-spacing: 0;
        margin-bottom: 40px;
    }

    .does-it-work .main-title,
    .get-started-section .main-title {
        font-size: 24px;
        margin-bottom: 48px;
    }

    .get-started-section .get-sted-steps h4 {
        font-size: 18px;
    }

    .get-started-section .black-box-title,
    .faqs-section .faqs-title,
    .premium-section .faqs-title,
    .quote-section .quote-title,
    .carousel-video-container .video-title {
        font-size: 28px;
    }

    .get-started-section .black-box {
        padding: 50px 26px;
    }

    .live-card {
        position: fixed;
        bottom: 24px;
        left: 50%;
        transform: translateX(-50%);
        width: 300px !important;
        height: 90px;
        background: #fff;
        border-radius: 14px;
        box-shadow: 0 10px 30px rgba(0, 0, 0, 0.12);
        padding: 14px 16px;
        z-index: 9999;
        animation: slideUpFade 0.4s ease-out;
        font-size: 12px;
    }
    .tick-green-icons-container {
        gap: 14px !important;
        font-size: 12px;
    }
    .tick-green-icons-container .tick-green-icon {
        width: 15px;
    }
}

@media (max-width: 600px) {
    .testimonial-card {
        flex: 0 0 100%;
        min-width: 280px;
    }
    section.dashboard-section {
        padding: 30px 0;
    }
}

@media (max-width: 480px) {
    /* Intro Tour - START */
    .introjs-tooltip {
        min-width: 260px; /* Minimum width of the tooltip */
    }
    /* Intro Tour - END */
}
