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

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

.btn-theme {
    background-color: #e1f340;
    font-weight: bold;
}
.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: #fafafa;
    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 .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: #f6f6f6;
}

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

/* .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 */

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

@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 {
        font-size: 28px;
    }

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

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