.montserrat-normal {
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-weight: 300;
    font-style: normal;
}

.montserrat-bold {
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-weight: 600;
    font-style: normal;
}

:root {
    --primary: #0d6efd;
    --accent: #0ea5a3;
    --muted: #6b7280
}

/* * {
    border: 1px solid red;
} */

body {
    font-family: "Montserrat", sans-serif, Arial;
    color: #223;
    background-color: #f8f8f8;
}

.ui-widget.ui-widget-content {
    border-radius: 10px;
    box-shadow: 7px 7px 7px rgba(0, 0, 0, 0.25);
}

.alert_pos {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 9999;
}

.hero {
    /* position: relative; */
    overflow: hidden;
    background-color: #f8f8f8;
}

.hero1 {
    /* position: relative; */
    overflow: visible;
    background-color: #f8f8f8;
}

.breadcrumb li a {
    color: #111;
    text-decoration: none;
}

.breadcrumb li a:hover {
    text-decoration: underline;
}

td a.call_link {
    color: #222;
    font-weight: 600;
}

td a.call_link:hover {
    text-decoration: none;
    color: orange;
}

#search-results-list {
    box-shadow: 7px 7px 7px rgba(0, 0, 0, 0.25);
}

.search-result-item a,
.info-result-item a {
    font-size: .9rem;
    padding: .5rem .5rem;
    display: inline-block;
    cursor: pointer;
}

.search-result-item:hover a,
.info-result-item:hover a {
    text-decoration: none !important;
    color: orange !important;
}

.search-result-item.keyboard-selected a,
.info-result-item.keyboard-selected a {
    text-decoration: none !important;
    color: orange !important;
}


.pass_reminder {
    display: block;
    color: #111;
    margin: auto;
    text-align: center;
}

.pass_reminder:hover {
    color: #111;
    text-decoration: underline;
}

/* .hero::before,
.hero::after {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    z-index: 0;
} */

/* soft blurred gradient blobs to mimic design */
.blob {
    position: absolute;
    filter: blur(50px);
    opacity: .6;
    min-width: min(420px, 99%);
    min-height: min(420px, 99%);
    width: 55%;
    height: 55%;
    border-radius: 50%;
    z-index: -1;
}

.blob.one {
    background: radial-gradient(circle at 70% 50%, #bde3ff, transparent 100%);
    left: -50px;
    top: 20px
}

.blob.two {
    background: radial-gradient(circle at 70% 50%, #ffd7f0, transparent 100%);
    right: -40px;
    top: 120px
}

.blob.three {
    background: radial-gradient(circle at 70% 50%, #e5ffd7, transparent 100%);
    left: 240px;
    top: 500px
}

.blob.four {
    background: radial-gradient(circle at 70% 50%, #ffd7f0, transparent 100%);
    left: -40px;
    top: 60px
}

.navbar .nav-link {
    font-family: Montserrat;
    font-weight: 400;
    font-style: normal;
    font-size: 18px;
    line-height: 100%;
    letter-spacing: 0%;

}

.hero .hero-start-input {
    border: none;
    height: 70px;
    padding-left: 35px;
    padding-right: 200px;
    position: relative;
    z-index: 1;
    font-size: .95rem;
}

.hero .hero-start-btn {
    position: absolute;
    top: 5px;
    right: 5px;
    z-index: 2;
}

.info-start-input {
    height: 70px;
    padding-left: 25px;
    padding-right: 25px;
    position: relative;
    z-index: 1;
}

@media (max-width: 615px) {

    .hero .hero-start-btn {
        position: relative;
        top: 0;
        left: 50%;
        transform: translateX(-50%);
        z-index: 2;
        display: inline-block;
        margin-top: 10px;
    }

    .hero .hero-start-input {
        font-size: 12px;
        padding-left: 20px;
        padding-right: 15px;
    }

    .info-start-input {
        height: 70px;
        padding-left: 20px;
        padding-right: 15px;
        position: relative;
        z-index: 1;
        font-size: 11px;
    }

}

.title-6 {
    font-family: Montserrat;
    font-weight: 700;
    font-style: normal;
    font-size: 54px;
    font-size: clamp(27px, 5vw, 54px);
    line-height: 140%;
    letter-spacing: -2%;
}

.title-5 {
    font-family: Montserrat;
    font-weight: 500;
    font-style: normal;
    font-size: clamp(24px, 3.4vw, 34px);
    line-height: 100%;
    letter-spacing: 0%;
}

.title-4 {
    font-family: Montserrat;
    font-weight: 700;
    font-style: normal;
    font-size: clamp(20px, 3vw, 30px);
    line-height: 140%;
    letter-spacing: -2%;
}

.title-3 {
    font-family: Montserrat;
    font-weight: 700;
    font-style: normal;
    font-size: clamp(14px, 2.2vw, 22px);
    line-height: 100%;
    letter-spacing: 4%;
    text-transform: uppercase;
}

.title-3n {
    font-family: Montserrat;
    font-weight: 600;
    font-style: normal;
    font-size: clamp(14px, 2.8vw, 28px);
    line-height: 100%;
    letter-spacing: 0%;
}

.title-3b {
    font-family: Montserrat;
    font-weight: 600;
    font-style: normal;
    font-size: clamp(22px, 2.8vw, 28px);
    line-height: 100%;
    letter-spacing: 0%;
}

.title-2 {
    font-family: Montserrat;
    font-weight: 500;
    font-style: normal;
    font-size: clamp(12px, 1.6vw, 16px);
    line-height: 100%;
    letter-spacing: 0%;
}

.title-2a {
    font-family: Montserrat;
    font-weight: 500;
    font-style: normal;
    font-size: clamp(14px, 1.7vw, 17px);
    line-height: 100%;
    letter-spacing: 0%;
}

.tab-text,
.table-resp1 th {
    font-family: Montserrat;
    font-weight: 500;
    font-style: normal;
    font-size: 13px;
    line-height: 40px;
    letter-spacing: 0%;
}

.small-text {
    font-family: Montserrat;
    font-weight: 500;
    font-style: normal;
    font-size: 13px;
    letter-spacing: 0%;
}

.table-resp1 td {
    font-family: Montserrat;
    font-weight: 500;
    font-style: normal;
    font-size: 14px;
    letter-spacing: 0%;
}

.fio-tabs .nav-item {
    max-width: 515px;
}

@media (max-width: 1399.9px) {
    .fio-tabs .nav-item {
        border-top-left-radius: 8px;
        border-top-right-radius: 8px;
        background-color: #f1f1f1;
        box-shadow: 1px -2px 3px rgba(0, 0, 0, .5);
    }

    .nav-tabs.fio-tabs .nav-link.active {
        background-color: #fff !important;
    }
}

.fio-tabs .nav-item .disabled {
    color: #ccc !important;
}

.container-hero {
    position: relative;
    z-index: 2
}

.info-block1 img {
    max-width: 90%;
    display: block;
    margin: auto;
}

.info-block1 .info-block-item {
    margin: auto;
}

#carouselTrust .carousel-item img {
    max-width: 250px;
}

#carouselFeedback_mobile .carousel-control-next,
#carouselFeedback_mobile .carousel-control-prev,
#carouselFeedback .carousel-control-next,
#carouselFeedback .carousel-control-prev,
#carouselTrust .carousel-control-next,
#carouselTrust .carousel-control-prev {
    position: absolute;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    padding: 0;
    color: #ea0a0a;
    text-align: center;
    background: 0 0;
    border: 1px solid #aaa;
    border-radius: 100px;
    color: #aaa;
    opacity: .5;
    transition: opacity .15s ease;
}

#carouselFeedback_mobile .carousel-control-next {
    right: -55px;
    top: 50%;
    transform: translateY(-50%);
}

#carouselFeedback_mobile .carousel-control-prev {
    left: -55px;
    top: 50%;
    transform: translateY(-50%);
}

#carouselFeedback .carousel-control-next {
    right: -50px;
    top: 50%;
    transform: translateY(-50%);
}

#carouselFeedback .carousel-control-prev {
    left: -50px;
    top: 50%;
    transform: translateY(-50%);
}

#carouselTrust .carousel-control-next {
    right: -50px;
    top: 50%;
    transform: translateY(-50%);
}

#carouselTrust .carousel-control-prev {
    left: -50px;
    top: 50%;
    transform: translateY(-50%);
}



.logo-strip img {
    height: 36px;
    opacity: .95
}

.card-pricing {
    border-radius: 12px;
    box-shadow: 0 10px 30px rgba(16, 24, 40, .06)
}

.feature-ok::before {
    content: "\2713";
    color: var(--accent);
    margin-right: .5rem
}

.testimonials .card {
    border-radius: 12px
}

.cta-banner {
    background: linear-gradient(180deg, #e6f6ff 0%, #fff 100%);
    border-radius: 14px
}

footer {
    background: #f8fafc
}

/* small tweaks */
.badge-pill {
    border-radius: 999px
}

.rounded-large {
    border-radius: 20px;
}


.form-section h2 {
    color: #0d6efd;
    font-weight: 700;
}

.form-section .form-control {
    border: none;
    border-bottom: 1px solid #ddd;
    border-radius: 0;
    background-color: transparent;
}

.btn-primary {
    border: none;
    background-color: #0d6efd;
    border-radius: 50px;
    padding: 20px;
    font-family: Montserrat;
    font-weight: 300;
    font-style: normal;
    font-size: 18px;
    line-height: 100%;
    letter-spacing: 0%;
    min-width: 170px;
}

.btn-danger {
    border: none;
    border-radius: 50px;
    padding: 20px;
    font-family: Montserrat;
    font-weight: 300;
    font-style: normal;
    font-size: 18px;
    line-height: 100%;
    letter-spacing: 0%;
    min-width: 170px;
}

.btn-fixed-180 {
    width: 180px;
}

.ch_padd {
    padding-top: 12px !important;
    padding-bottom: 12px !important;
}

.btn-fixed-250 {
    width: 250px;
}

.btn-primary:hover,
.btn-danger:hover {
    color: #fff !important;
}


.contact-info h5 {
    font-weight: 600;
}

.newsletter {
    background-color: #007bff;
    color: #fff;
    padding: 3rem 0;
}

.newsletter input {
    border-radius: 50px;
    border: none;
    padding: 0.5rem 1rem;
}

.newsletter .btn {
    border-radius: 50px;
}

footer {
    background-color: #f8f9fa;
    padding: 2rem 0;
}

.footer-bottom {
    border-top: 1px solid #e9ecef;
    padding-top: 1rem;
    font-size: 0.9rem;
    color: #6c757d;
}

.floating-buttons {
    position: fixed;
    right: 1rem;
    bottom: 1rem;
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    z-index: 111;
}

.floating-buttons a {
    background-color: orange;
    color: white;
    padding: 0.75rem;
    border-radius: 50%;
    text-align: center;
    font-size: 1.8rem;
    text-decoration: none;
    width: 53px;
    height: 53px;
    margin: 0;
    line-height: 1;
}

.floating-buttons a:hover {
    background-color: #007bff;
    text-decoration: none;
    color: white;
    margin: 0;
    line-height: 1;
}


.navbar-nav .nav-item {
    text-align: center;
}


.toggle-btn {
    background-color: #f3f4f6;
    border-radius: 5px;
    padding: 0.25rem;
    display: inline-flex;
}

.toggle-btn .btn {
    border-radius: 5px !important;
    font-weight: 500;
    border: none !important;
    width: 140px;
}

.toggle-btn .btn-check:checked+.btn {
    background-color: #fff;
    box-shadow: none;
}

.toggle-pill {
    background-color: #f3f4f6;
    border-radius: 50px;
    padding: 0.25rem;
    display: inline-flex;
}

.toggle-pill .btn {
    border-radius: 50px !important;
    font-weight: 500;
    border: none !important;
    width: 90px;
    font-size: clamp(12px, 1.8vw, 16px);
}

.toggle-pill .btn-check:checked+.btn {
    background-color: #34F9BA;
    box-shadow: none;
}

/* Responsive tweak */
@media (max-width: 368px) {
    .toggle-pill .btn {
        width: 75px;
    }
}




.text-green {
    color: #22c55e;
}

.contact-link {
    color: #111;
    font-weight: 600;
    margin-bottom: 1rem;
    text-decoration: none;
    display: block;
}

.contact-link:hover {
    text-decoration: underline;
}

.deco {
    max-width: 1.75rem;
    border-top: 2px solid black;
    opacity: 1;
}

.pricing-card {
    border: 1px solid #f2f2f2;
    border-radius: 8px;
    background: linear-gradient(to bottom, #ffffff, #e6fff2);
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.05);
    padding: 2rem;
    position: relative;
    height: 100%;
}


.pricing-card hr {
    opacity: 0.1;
}

.pricing-badge {
    position: absolute;
    top: 1rem;
    right: 1rem;
    padding: 0.35rem 0.95rem;
    font-size: 0.8rem;
    font-weight: 600;
    border-radius: 0.25rem;
    color: #fff;
}

.pricing-badge.green {
    background-color: green;
}

.pricing-badge.blue {
    background-color: #64C4FF;
}

.pricing-badge.orange {
    background-color: #f59e0b;
}

.price {
    font-weight: 600;
    color: #16a34a;
}

.price span {
    font-size: 1rem;
    font-weight: 400;
    color: #374151;
}

.feature-list {
    list-style: none;
    padding: 0;
    margin-top: 1.5rem;
}

.feature-list li {
    margin-bottom: 0.99rem;
}

.feature-list li::before {
    content: "✔";
    color: #0ea5a3;
    font-weight: bold;
    margin-right: 0.5rem;
}

.btn-round {
    border-radius: 50px;
    padding: 0.5rem 2rem;
    font-weight: 600;
}






.feedback-card {
    border: none;
    border-radius: 1rem;
    padding: 2rem;
    background: #fff;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.05);
    height: 100%;
}

.stars {
    color: #f59e0b;
    /* Amber for stars */
    font-size: 1.15rem;
}

.feedback-text {
    margin: 1rem 0;
    color: #374151;
}

.avatar {
    min-width: 50px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: #3b82f6;
    /* Blue circle */
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 1rem;
}

.user-info {
    margin-left: 0.75rem;
}






.banner-box {
    background-color: #d8efff;
    /* Light blue background */
    border-radius: 1rem;
    padding: 4rem 2rem;
    position: relative;
    overflow: hidden;
    text-align: center;
}

.banner-box>* {
    position: relative;
    z-index: 2;
}

.banner-box::before,
.banner-box::after {
    content: "";
    position: absolute;
    background-color: transparent;
    border: 2px solid #5bb9f2;
    /* Blue line for circle */
    border-radius: 50%;
}

.banner-box::before {
    width: 300px;
    height: 300px;
    bottom: -150px;
    left: -150px;
    z-index: 1;
}

.banner-box::after {
    width: 300px;
    height: 300px;
    top: -150px;
    right: -130px;
    background-color: #5bb9f2;
    border: none;
    border-radius: 50%;
    z-index: 1;
}

.banner-btn {
    background-color: #f7941d;
    /* Orange button */
    color: white;
    display: inline-block;
    text-decoration: none;
    min-width: 180px;
    border: none;
    text-align: center;

    border-radius: 50px;
    padding: 20px;
    font-family: Montserrat;
    font-weight: 300;
    font-style: normal;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 0%;
    min-width: 180px;
}

.banner-btn:hover {
    text-decoration: none !important;
    background-color: #007bff !important;
    color: #fff !important;
}


.banner-btn-green {
    background-color: #34F9BA;
    color: #222;
    display: inline-block;
    text-decoration: none;
    min-width: 180px;
    border: none;
    text-align: center;

    border-radius: 50px;
    padding: 20px 40px;
    font-family: Montserrat;
    font-weight: 500;
    font-style: normal;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 0%;
    min-width: 180px;
}

.banner-btn-green:hover {
    text-decoration: none !important;
    background-color: #f7941d !important;
    color: #fff !important;
}

.text-green {
    color: #34F9BA;
}

.newsletter-banner {
    background-color: #007bff;
    /* Bright blue background */
    padding: 3rem 1rem;
    color: white;
    border-radius: 0.5rem;
}

.newsletter-form {
    display: flex;
    background-color: rgba(255, 255, 255, 0.15);
    border-radius: 50px;
    overflow: hidden;
    justify-content: space-between;
}

.newsletter-form input {
    border: none;
    outline: none;
    background: transparent;
    color: white;
    padding: 0.75rem 1.5rem;
    flex: 1;
    height: 70px;
    max-width: 50%;
}

.newsletter-form input::placeholder {
    color: rgba(255, 255, 255, 0.8);
}

.newsletter-form button {
    background-color: white;
    color: #007bff;
    font-weight: 600;
    padding: 0.75rem 1rem;
    border: none;
    border-radius: 0;
}

.newsletter-form button:hover {
    background-color: #f1f1f1;
}




.footer {
    background-color: #f9f9f9;
    padding: 3rem 0;
    font-size: 0.95rem;
    color: #333;
}

.footer-logo {
    max-width: 180px;
    margin-bottom: 2rem;
    display: block;
}

.footer .contact-btn {
    display: inline-flex;
    align-items: center;
    background-color: #ff9800;
    color: white;
    font-weight: bold;
    padding: 0.75rem 1.5rem;
    border-radius: 50px;
    text-decoration: none;
    margin-bottom: 1rem;
}

.footer .contact-btn i {
    margin-right: 0.5rem;
    font-size: 1.2rem;
}

.footer a {
    color: #007bff;
    text-decoration: none;
}

.footer a:hover {
    text-decoration: underline;
}

.footer-links h6 {
    margin-bottom: 1.5rem;
}

.footer-links a {
    display: block;
    color: inherit;
    margin-bottom: 1.5rem;
    text-decoration: none;
}

.footer-links a:hover {
    text-decoration: underline;
}

.footer-bottom {
    font-size: 0.85rem;
    color: #666;
    margin-top: 2rem;
}







/* Tabs styling */
.nav-tabs.fio-tabs {
    border-bottom: 1px solid #ddd;
}

.nav-tabs.fio-tabs .nav-link {
    border-top: none;
    border-left: none;
    border-right: none;
    border-bottom: 3px solid transparent;
    color: #333;
    padding: 0.5rem 1rem;
}

.nav-tabs.fio-tabs .nav-link.active {
    border-bottom: 3px solid #007bff;
    font-weight: bold;
    background-color: #f8f8f8;
}

.nav-tabs.fio-tabs .nav-link:hover {
    border-bottom: 3px solid #007bff;
    text-decoration: none;
    color: #333;
}

.tab-content .tab-pane {
    scroll-margin-top: 100px;
}

/* Card-like table styling */
.custom-card {
    border: 1.5px solid #ccc;
    border-radius: 15px;
    overflow: hidden;
    margin-bottom: 1.5rem;
    cursor: pointer;
}

.custom-card .card-header {
    padding: 0.5rem 1rem;
    font-size: 0.9rem;
    font-weight: 500;
    color: #fff;
}

.custom-card.green {
    border-color: #4be3b3;
}

.custom-card.green:hover,
.custom-card.blue:hover {
    border-color: orange;
}

.custom-card.green .card-header {
    background-color: #4be3b3;
}

.custom-card.green:hover .card-header,
.custom-card.blue:hover .card-header {
    background-color: orange;
}

.custom-card.blue {
    border-color: #007bff;
}

.custom-card.blue .card-header {
    background-color: #007bff;
}

/* Table-like rows inside card */
.custom-card .card-body {
    padding: 1rem;
}

.custom-table {
    display: flex;
    flex-wrap: wrap;
    row-gap: 0.75rem;
}

.custom-table .col-title {
    flex: 1 0 100%;
    font-size: 1.25rem;
    font-weight: bold;
    margin-bottom: 0.5rem;
}

.custom-table .item {
    flex: 1;
    min-width: 150px;
}

.custom-table .item-title {
    font-size: 0.9rem;
    color: #666;
}

.custom-table .item-value {
    font-weight: bold;
}

/* Responsive tweak */
@media (min-width: 768px) {
    .custom-table .col-title {
        flex: 1 0 100%;
    }
}


.plan-banner {
    background-color: #88FFD9;
    /* light aqua */
    border-radius: 20px;
    padding: 2rem;
    align-items: center;
}

.plan-title {
    font-weight: bold;
    font-size: 1.5rem;
    color: #0d2b45;
}

.feature-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.feature-list li {
    margin-bottom: 0.5rem;
}

.feature-list li::before {
    content: '✔';
    color: #0d6efd;
    font-weight: bold;
    margin-right: 0.5rem;
}

.lime-block {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    text-align: center;
    padding: 15px;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    background-color: #88FFD9;
    font-weight: 600;
}





.payment-card {
    background-color: #ffffff;
    border-radius: 12px;
    padding: 1.5rem;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.05);
}

.plan-box {
    background-color: #88FFD9;
    border-radius: 12px;
    padding: 1rem 1.5rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.price-box {
    background-color: #ffffff;
    border-radius: 12px;
    padding: 0.75rem 1rem;
    text-align: center;
    font-size: 2rem;
    font-weight: 500;
}

.btn-cancel {
    background: transparent;
    border: none;
    color: #0d6efd;
}

.btn-gopay {
    background-color: #34F9BA;
    border: none;
    border-radius: 50px;
    padding: 0.6rem 1.5rem;
    color: #111 !important;
}

.btn-gopay:hover {
    background-color: #22c55e;
}

.btn-link {
    text-decoration: none;
    color: #111;
}

.btn-link:hover {
    color: #111 !important;
    background-color: #f3f3f3;
}



.filter-sidebar {
    background: #fff;
    border-radius: 12px;
    padding: 1.5rem;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.25);
    font-size: 0.875rem;
}

.filter-sidebar .sfilter+i.bi {
    position: absolute;
    top: 15px;
    right: 10px;
    font-size: 150%;
    color: blue;
}

.filter-sidebar .lfilter+i.bi {
    position: absolute;
    top: 15px;
    right: 10px;
    font-size: 150%;
    color: blue;
}

.results-card {
    background: #fff;
    border-radius: 3;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
}

.status-badge {
    background-color: #d4fdf8;
    color: #0d9488;
    font-weight: 600;
    border-radius: 30px;
    padding: 0.25rem 0.75rem;
    font-size: 0.875rem;
    display: inline-block;
    margin: 5px;
}

.time-badge {
    background-color: #a7f3d0;
    color: #065f46;
    font-weight: 600;
    border-radius: 30px;
    padding: 0.25rem 0.75rem;
    font-size: 0.875rem;
    text-wrap: nowrap;
    display: inline-block;
    margin: 5px;
    min-width: 134px;
}

.favorite {
    font-size: 1.2rem;
    color: #ccc;
    cursor: pointer;
}

.favorite_call.active,
.favorite_loan.active {
    color: #10b981;
}

.results-card .table> :not(caption)>*>* {
    padding: 1rem;
    vertical-align: middle;
}

.results-card table td {
    font-size: .85rem;
}

.results-card table th {
    background-color: #f3f3f3;
}

td.t-c {
    text-align: center;
}

.table-overlay-wrapper {
    position: relative;
    display: inline-block;
    width: 100%;
}

.table-overlay {
    position: absolute;
    inset: 0;
    /* top, right, bottom, left = 0 */
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(222, 222, 222, 1) 70%);
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.table-overlay .overlay-content {
    color: black;
}

.table-overlay h3 {
    margin-bottom: 1rem;
    font-weight: bold;
}


@media (max-width: 768px) {

    /* Hide the table headers on smaller screens */
    .results-card table thead {
        display: none;
    }

    /* Make each row a block-level element */
    .results-card table tr:nth-child(even) td {
        background-color: #e3e3e3;
    }

    /* Make each cell a block-level element and add padding */
    .results-card table td {
        display: block;
        text-align: right;
        padding-left: 50%;
        position: relative;
        border: none;
        width: 100% !important;
        /* border-bottom: 1px solid #ddd; */
    }

    td.t-c {
        text-align: right;
    }

    /* Use the attr() function to display the label before the cell content */
    .results-card table td::before {
        content: attr(data-label);
        /* position: absolute;
        left: 15px; 
        float: left;
        width: 45%;*/
        padding-right: 10px;
        white-space: nowrap;
        text-align: left;
        font-weight: bold;
        display: block;
    }

    .status-badge {
        display: inline-block;
    }

    .time-badge {
        display: inline-block;
    }

}

.sfilter, .lfilter {
    padding: 1rem 2rem 1rem 1rem;
    border: none;
    background-color: #f3f3f3;
    border-radius: 5px;
}

.filter-sidebar .accordion-item:first-of-type {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.filter-sidebar .accordion-header {
    position: relative;
    margin: 0 0 0 0;
}

.filter-sidebar .accordion-header i.bi {
    position: absolute;
    top: 12px;
    left: 5px;
    font-size: 35%;
    z-index: 5;
}

.filter-sidebar .accordion-item {
    background-color: #fff;
    border: none;
}

.filter-sidebar .accordion-button {
    padding-left: 35px;
    font-size: 0.825rem;
}

.filter-sidebar .accordion-button:not(.collapsed) {
    background-color: #f3f3f3;
    box-shadow: none;
    border-radius: 5px;
}

.filter-sidebar .accordion-button:focus {
    box-shadow: none;
}

/* Small notification circle */
.filter-indicator {
    position: relative;
}

.filter-indicator::before {
    content: "";
    position: absolute;
    top: 10px;
    left: 27px;
    width: 10px;
    height: 10px;
    background-color: red;
    /* Bootstrap primary color */
    border-radius: 50%;
    display: none;
}

.filter-indicator.active::before {
    display: inline-block;
}


.table-responsive-wrap {
    border-top: 2px solid #f8f8f8;
    border-radius: 0;
    overflow: hidden;
    /* box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05); */
}

.table-container {
    border: 0;
    border-radius: 8px;
    padding: 0;
    background-color: #fff;
    /* box-shadow: 0 4px 8px rgba(0, 0, 0, 0.05); */
}

.card-icon {
    font-size: 2rem;
    color: #007bff;
}

.table-resp1 td {
    padding: .3rem .3rem;
    line-height: 40px;
}

.table-resp1> :not(caption)>*>* {
    padding: .3rem .3rem;
    color: var(--bs-table-color-state, var(--bs-table-color-type, var(--bs-table-color)));
    background-color: #fff;
    border-bottom-width: 2px;
    box-shadow: none;
    border-color: #f8f8f8;
}

@media (max-width: 768px) {

    /* Hide the table headers on smaller screens */
    .table-resp1 thead {
        display: none;
    }

    /* Make each row a block-level element */
    .table-resp1 tr:nth-child(odd) {
        background-color: #f3f3f3;
    }

    .table-responsive-wrap {
        border-top: 10px solid #f8f8f8;
    }

    .table-resp1 tr {
        border-bottom: 10px solid #f8f8f8;
    }

    /* Make each cell a block-level element and add padding */
    .table-resp1 td {
        display: block;
        text-align: right;
        padding-left: 1.5rem;
        position: relative;
        border: none;
        border-bottom: 2px solid #f8f8f8;
        /* border-bottom: 1px solid #ddd; */
    }

    .table-resp1 td {
        text-align: right;
    }

    .table-resp1 td:first-child {
        text-align: left;
    }

    /* Use the attr() function to display the label before the cell content */
    .table-resp1 td::before {
        content: attr(data-label);
        float: left;
        width: 1.5rem;
        padding-right: 10px;
        white-space: nowrap;
        text-align: left;
        font-weight: bold;
    }

}

.bg-green {
    background-color: #34F9BA;
}

.green_border {
    border: 2px solid #34F9BA;
    border-radius: 0;
}

.green_border .card-body i {
    font-size: 200%;
}

.green_border .card-body .card-title {
    line-height: 150%;
    margin: .5rem;
    min-height: 3rem;
}


.graph-tab .card {
    border: none;
    border-radius: 0;
    /* Slightly rounded corners */
    box-shadow: none;
    /* Subtle shadow */
}

.graph-tab .card-title {
    color: #343a40;
    /* Darker text for titles */
    font-weight: 600;
    /* Slightly bolder */
}

.graph-tab .card-body {
    background-color: #f8f8f8;
}

.graph-tab .text-muted.small {
    font-size: 0.875em;
    color: #6c757d !important;
}

.graph-tab .badge.bg-light.text-dark.rounded-pill {
    background-color: #f8f8f8 !important;
    color: #495057 !important;
    font-size: 0.75em;
    padding: 0.25em 0.6em;
    cursor: pointer;
}

.graph-tab .dropdown-toggle {
    border-color: #dee2e6;
    color: #495057;
    font-size: 0.875em;
    background-color: #fff !important;
}

.graph-tab .dropdown-toggle:hover {
    border-color: #ced4da;
    background-color: #fff !important;
}

/* Graph specific styling */
.graph-tab .graph-container {
    height: 250px;
    /* Or adjust as needed for your graphs */
    position: relative;
    /* Important for absolute positioning of highlights */
}

.tab6 .card {
    border-radius: .75rem;
    border: none;
}

.tab6 .card-title {
    background-color: #f1f1f1;
    margin: 0;
}

.tab6 .rating-bar {
    height: 25px;
    background: linear-gradient(to right, #3b82f6, #06b6d4);
    border-radius: 0.5rem;
    width: 60%;
    position: relative;
    color: white;
    text-align: center;
    font-weight: bold;
    line-height: 25px;
}


.card-custom {
    border: 2px solid #88FFD9;
    border-radius: 0.0;
    background: #fff;
}

.card-custom h6 {
    font-size: 0.95rem;
    font-weight: 600;
}

.card-custom>i {
    margin-left: 1.5rem;
}

.card-main i {
    margin-top: 1rem;
    margin-right: 1rem;
}

.info-status-badge {
    background: #22c55e;
    color: #fff;
    padding: 0.35rem 0.95rem 0.45rem 0.95rem;
    border-radius: 0;
    line-height: 1;
    font-size: 0.85rem;
}

.info-status-badge2 {
    background: #5BB9F2;
    color: #fff;
    padding: 0.535rem 1.5rem 0.545rem 1.5rem;
    border-radius: 1rem;
    line-height: 1;
    font-size: 0.85rem;
    font-weight: 600;
    display: inline-block;
    margin: .5rem 0;
}

.deadline-badge {
    background: #88FFD9;
    color: #222;
    padding: 0.25rem 0.8rem;
    border-radius: 0.5rem;
    font-size: 0.8rem;
    font-weight: 600;
}

.ended-badge {
    background: #fc2403;
    color: #222;
    padding: 0.25rem 0.8rem;
    border-radius: 0.5rem;
    font-size: 0.8rem;
    font-weight: 600;
    display: inline-block;
}

.tab3 a p.title-2a {
    color: #1B2A49 !important;
}

.nav-tabs .nav-link {
    color: #888;
}

.nav-tabs .nav-link:hover {
    text-decoration: none;
    color: #222;
}

ul.menu_ext {
    background-color: #e3e3e3;
}

ul.menu_ext li {
    font-size: .9rem;
    padding: 8px 8px;
}

ul.menu_ext li a,
ul.menu_ext li a:hover {
    background-color: transparent;
    text-decoration: none;
    cursor: pointer !important;
}

.acc_form,
.acc_form .form-control {
    font-size: .825rem;
    font-weight: 400;
    color: #222;
}

.acc_form input.form-control {
    border: none;
    padding: 10px 12px;
    background-color: #eaeaea;
}

.sidebar .nav-link {
    color: #222;
    /* Lighter text for non-active links */
    padding: .6rem .5rem;
    border-radius: 0.375rem;
    /* Bootstrap's default border-radius */
    margin-bottom: 0.25rem;
    font-size: .825rem;
    font-weight: 300;
    align-items: center;
}

.sidebar .nav-link.active,
.sidebar .nav-link:hover {
    color: #222;
    /* Bootstrap primary blue */
    background-color: #e9ecef;
    /* Light gray background on hover/active */
    font-weight: 500;
    text-decoration: none;
}

.sidebar a.nav-link i {
    font-size: 150%;
    margin-right: .5rem;
    margin-bottom: 2px;
}

.sidebar .nav-item .dropdown-toggle {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.sidebar .nav-item .dropdown-toggle::after {
    display: block;
    margin-left: auto;
    /* Push caret to the right */
    border-top: .3em solid;
    border-right: .3em solid transparent;
    border-bottom: 0;
    border-left: .3em solid transparent;
}

.sidebar .nav-item .dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(180deg);
}

.sidebar .collapse .nav-link {
    padding-left: 2.5rem;
    /* Indent sub-items */
    font-size: .825rem;
}

.contact-card {
    border: 2px solid #20c997;
    /* Teal border from the image */
    border-radius: 1rem;
    /* More rounded corners */
    padding: 2rem;
    /* Inner padding */
    min-height: 250px;
    /* Minimum height for consistency, adjust as needed */
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.05);
    /* Subtle shadow */
    transition: transform 0.2s ease-in-out;
    /* Smooth hover effect */
}

.contact-card:hover {
    transform: translateY(-5px);
    /* Lift card on hover */
}


.plan_card>div {
    max-width: 400px;
}

.border-blue {
    border-color: #007BFF;
    ;
}

.plan_card .card-body {
    position: relative;
    z-index: 1;
    background: url('../img/mask_bg.png') bottom right no-repeat;
    background-size: 75%;
    min-height: 500px;
    border-radius: .375rem;
}

.plan_card .card-body>* {
    position: relative;
    z-index: 2;
}

/* Left Card: Blue Plan */
.plan-card-blue .card-body {
    /* Gradient blue background linear-gradient(135deg, #0d6efd, #003366) */
    border: none;
    color: #fff;
    overflow: hidden;
}

/* Create the colored overlay layer */
.plan-card-blue .card-body::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;

    /* 1. Set the filter color */
    background-color: #007BFF;
    mix-blend-mode: multiply;

    /* 3. Adjust opacity for subtlety */
    opacity: 0.85;
}

.settings_form label,
.bill_history .label,
.bill_history h5,
.invoice-card,
.fio-text,
.bill_history .value {
    font-size: 0.85rem;
    margin-bottom: 0;
}

.bill_history .value {
    font-size: 0.85rem;
    font-weight: 600;
}

.p_text {
    font-size: 1rem;
}

.chart-image-placeholder {
    background: url('../img/Frame.png') no-repeat center;
    background-size: contain;
    max-width: 700px;
    padding-top: 30%;
}

/* Feature Cards */
.feature-card {
    background-color: #ffffff;
    border: 2px solid #34F9BA;
    border-radius: 16px;
    padding: 20px;
    text-align: center;
    margin-bottom: 20px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    max-width: 200px;
    /* Center content vertically */
    min-height: 190px;
    /* Ensure consistent height */
}

.feature-point-card i,
.pain-point-card i,
.feature-card i {
    color: #34F9BA;
    /* Bootstrap green for success */
    font-size: 1.8rem;
    margin-bottom: 10px;
}

.feature-card p {
    font-size: 0.95rem;
    font-weight: 500;
    color: #222;
    margin-bottom: 0;
    line-height: 1.4;
}

.border_1 {
    border-color: #777;
}

#planSelectionModal .row .col-12:first-child {
    display: none;
}

@media (min-width: 992px) {
    #planSelectionModal .col-lg-4 {
        width: 50% !important;
    }
}

@media (min-width: 992px) {
    #planSelectionModal.show3cols .col-lg-4 {
        width: 32.9% !important;
    }
}

.custom-checkbox-icon .form-check-input {
    position: absolute;
    opacity: 0;
    z-index: -1;
    width: 1.5em;
    height: 1.5em;
}

.form-check.custom-checkbox-icon {
    padding-left: 0;
}

.custom-checkbox-icon .form-check-label::before {
    content: "\F417";
    font-family: "bootstrap-icons";
    font-size: 1rem;
    margin-right: 0.15rem;
    color: #111;
    cursor: pointer;
    vertical-align: middle;
    display: inline-block;
    transition: color 0.15s ease-in-out;
}

.custom-checkbox-icon .form-check-input:checked~.form-check-label::before {
    content: "\F415";
    color: #10b981;
}

.custom-checkbox-icon .form-check-input:focus~.form-check-label::before {
    box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
    border-radius: 0.25rem;
}

.custom-checkbox-icon .form-check-label {
    padding-left: 0;
}

.extra_padd {
    padding-top: 10rem !important;
}

td[data-lid] {
    cursor: pointer;
}

td[data-fid] i {
    cursor: pointer;
}

.cookie-notice {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: #333; /* Dark background */
    color: #fff; /* White text */
    padding: 15px 20px;
    text-align: center;
    box-shadow: 0 -2px 5px rgba(0, 0, 0, 0.2);
    z-index: 1000; /* Ensure it's on top of other content */
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
}

.cookie-notice p {
    margin: 0;
    font-size: 14px;
}

.cookie-notice a {
    color: #8cff8c; /* Light green link */
    text-decoration: none;
    font-weight: bold;
    margin-left: 5px;
}

.cookie-notice button {
    background-color: #007bff; /* Blue button */
    color: white;
    border: none;
    padding: 8px 15px;
    cursor: pointer;
    border-radius: 20px;
    font-weight: bold;
}

/* Class to hide the notice */
.cookie-notice.hidden {
    display: none !important;
}
