@import url('https://fonts.googleapis.com/css2?family=DM+Sans:ital,wght@0,400;0,500;0,600;0,700;1,400&family=Libre+Baskerville:ital,wght@0,400;0,700;1,400&display=swap');

body {
    font-family: 'DM Sans', -apple-system, BlinkMacSystemFont, sans-serif;
    line-height: 1.6;
    -webkit-font-smoothing: antialiased
}

html {
    overflow-y: scroll;
    scroll-behavior: smooth;
}

body.modal-open {
    padding-right: 0 !important;
}

h1,
h2,
h3,
h4 {
    font-family: 'Libre Baskerville', Georgia, serif;
    line-height: 1.25;
}

.inner_banner {
    position: relative;
}

.inner-text,
.breadcrumb-sec {
    position: absolute;
    top: 50%;
    width: 53%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    text-align: left;
}

.inner-text h1 {
    font-size: 36px;
}

.inner-text p {
    font-size: 15px;
}

.blue-cta,
.blue-cta:hover {
    font-size: 13px;
    font-weight: bold;
    color: #0A1628;
    padding: 8px 15px;
    background: #27AAE1;
    border-radius: 4px;
}

.blue-cta::after,
.light-blue-arrow::after {
    content: "";
    display: inline-block;
    width: 16px;
    height: 16px;
    margin-left: 4px;
    background-image: url(../../assets/img/icons/blue-arrow.png);
    background-size: contain;
    background-repeat: no-repeat;
    vertical-align: middle;
}

.fs-13 {
    font-size: 13px;
}

.stats-section {
    margin-top: -37px;
    position: relative;
    z-index: 10;
}

.stats-banner {
    background: #ffffff;
    border-radius: 16px;
    box-shadow: 0 4px 24px rgba(0, 0, 0, 0.07);
    max-width: 960px;
    width: 100%;
}

.stat-item {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 30px 10px;
}

.stat-item+.stat-item {
    border-left: none;
}

.stat-icon {
    flex-shrink: 0;
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.stat-content {
    display: flex;
    flex-direction: column;
    line-height: 1.2;
}

.stat-number {
    font-size: 20px;
    font-weight: 700;
    color: #1B6B7D;
    letter-spacing: -0.5px;
}

.stat-label {
    font-size: 13px;
    font-weight: 500;
    color: #0A1628;
    margin-top: 2px;
    white-space: nowrap;
}

.stat-label-top {
    font-size: 0.72rem;
    font-weight: 500;
    color: #6b8494;
    margin-bottom: 2px;
}

.numbers-section {
    padding: 64px 20px;
    text-align: center;
}

.section-title {
    font-size: 32px;
    font-weight: 600;
    color: #0A1628;
    line-height: 1.2;
    margin-bottom: 20px;
}

.section-desc {
    font-size: 16px;
    color: #121212;
    max-width: 700px;
    margin: 0 auto 30px auto;
    line-height: 1.7;
}

.stat-card {
    background: #E9FBFF;
    border-radius: 14px;
    padding: 28px 30px;
    text-align: left;
    height: 100%;
    border: 1px solid #1B6B7D;
}

.stat-card .stat-value {
    font-size: 28px;
    font-weight: 700;
    color: #1B6B7D;
    line-height: 1.1;
    margin-bottom: 8px;
}

.stat-card .stat-label {
    font-size: 0.85rem;
    font-weight: 500;
    color: #222222;
}

.techSoft-fixed-nav {
    width: 100%;
}

.footer-note {
    font-size: 17px;
    color: #444444;
    font-style: italic;
    margin-top: 26px;
}

.footer-note strong {
    font-style: italic;
}

.solutions-section {
    padding: 60px 0;
}

.solutions-row {
    display: flex;
    flex-wrap: wrap;
}

.solution-col {
    display: flex;
    margin-bottom: 24px;
}

.solution-card {
    background: #ffffff;
    border-radius: 12px;
    padding: 32px 28px 28px;
    display: flex;
    flex-direction: column;
    width: 100%;
    box-shadow: 0 1px 6px rgba(0, 0, 0, 0.06);
    transition: transform 0.29s ease, box-shadow 0.29s ease;
}

.solution-link:hover .solution-card {
    transform: translateY(-5px);
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.08);
    background-color: #fdf3e7;
}

.icon-wrap {
    width: 72px;
    height: 72px;
    border-radius: 50%;
    background: #fdf3e7;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 24px;
    flex-shrink: 0;
}

.icon-wrap svg {
    width: 38px;
    height: 38px;
}

.card-title-text {
    font-size: 1.05rem;
    font-weight: 600;
    color: #1A1A1A;
    margin-bottom: 12px;
    font-family: 'DM Sans', -apple-system, BlinkMacSystemFont, sans-serif;
}

.card-body-text {
    font-size: 15px;
    color: #121212;
    line-height: 1.5;
    flex-grow: 1;
    margin-bottom: 20px;
}

.learn-more {
    font-size: 0.88rem;
    font-weight: 500;
    color: #27AAE1;
    text-decoration: none;
    margin-top: auto;
}

.learn-more:hover {
    text-decoration: underline;
    color: #137080;
}

.solution-link {
    display: flex;
    height: 100%;
}

.why-section .section-desc {
    text-align: center;
    color: #1A1A1A;
    font-size: 16px;
    max-width: 520px;
    margin: 0 auto 48px;
    line-height: 1.7;
}

.feature-item {
    display: flex;
    flex-direction: column;
    padding: 32px 48px 32px 0;
    height: 100%;
}

.feature-row+.feature-row {
    border-top: 1px solid #EEEEEE;
}

.why-section .col-md-6:last-child {
    border-left: 1px solid #EEEEEE;
}

.feature-header {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 12px;
}

.feature-title {
    font-size: 16px;
    font-weight: 600;
    color: #1A1A1A;
    margin: 0;
}

.feature-desc {
    font-size: 15px;
    color: #121212;
    line-height: 1.75;
    margin: 0;
    padding-left: 34px;
}

/* slider start */
.carousel-viewport {
    overflow: hidden;
    width: 100%;
}

.carousel-track {
    display: flex;
    transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}

.testimonial-card {
    flex: 0 0 50%;
    padding: 0 50px;
    box-sizing: border-box;
    text-align: center;
    opacity: 0.4;
    transition: opacity 0.5s ease;
    pointer-events: none;
}

.testimonial-card.active-card {
    opacity: 1;
    pointer-events: auto;
    background-color: #fff;
    border-radius: 12px;
    padding: 15px;
}

.carousel-dots {
    display: flex;
    justify-content: center;
    gap: 8px;
    margin-top: 36px;
}

.carousel-dots .dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #ccc;
    border: none;
    padding: 0;
    cursor: pointer;
    transition: background 0.3s;
}

.carousel-dots .dot.active {
    background: #C5963A;
}

@media (max-width: 767px) {
    .testimonial-card {
        flex: 0 0 80%;
    }
}

@media (max-width: 480px) {
    .testimonial-card {
        flex: 0 0 90%;
    }
}

/* slider end */
.hero-section {
    background: url('../img/banner/footer-bg.png') no-repeat center center/cover;
    color: #fff;
}

.fs-28 {
    font-size: 28px;
    line-height: 37px;
}

.hero-subtitle {
    font-size: 14px;
    opacity: 0.9;
    max-width: 660px;
    margin: 0 auto;
}

.hero-btn {
    background: #c9a24a;
    border: none;
    padding: 10px 20px;
    font-weight: 500;
}

.hero-btn:hover {
    background: #b8913f;
}

.hero-link,
.hero-link:hover {
    color: #fff;
    text-decoration: underline;
    font-weight: 500;
    font-size: 13px;
}

.yellow-cta {
    font-size: 13px;
    padding: 8px 12px !important;
}

.insta-icon:hover,
.linkedin-icon:hover {
    background: #27AAE1;
}

/* Autonomous Coding Service Solutions */
.auto-sec .inner-text {
    top: 48%;
}

.autono-text .section-title {
    max-width: 700px;
    margin: 0 auto 20px auto;
}

.bg-light-blue {
    background-color: #1B6B7D14;
}

.group-title {
    font-size: 16px;
    font-weight: 600;
    color: #1A1A1A;
    margin-bottom: 20px;
}

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

.check-list li {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    font-size: 0.875rem;
    color: #3a4f62;
    line-height: 1.75;
    margin-bottom: 16px;
}

.check-list li span {
    color: #444444;
    font-size: 15px;
}

.check-list li:last-child {
    margin-bottom: 0;
}

.group-col {
    margin-bottom: 40px;
}

.row-divider {
    margin: 8px 0 40px;
}

/* CTA button */
.btn-cta {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: #1a6b72;
    color: #fff;
    font-size: 0.88rem;
    font-weight: 600;
    padding: 12px 24px;
    border-radius: 6px;
    text-decoration: none;
    transition: background 0.2s;
}

.btn-cta:hover {
    background: #145a60;
    color: #fff;
    text-decoration: none;
}

.cta-wrap {
    text-align: center;
    margin-top: 16px;
}

.revenue-sec .card-body-text,
.solutions-sec .card-body-text {
    margin-bottom: 0;
}

.revenue-sec .solution-card {
    background: #F0FCFF;
}

.built-section {
    max-width: 860px;
    margin: 0 auto;
    padding-bottom: 0;
}

.desc-sec {
    font-size: 16px;
    color: #121212;
    padding: 0 10px 20px 0;
    text-align: center;
}

.bg-light-grey {
    background-color: #F4F4F4 !important;
}

.bg-FBFBFB {
    background-color: #FBFBFB;
}

.check-grid .check-col {
    display: flex;
    margin-bottom: 16px;
}

.check-box {
    background: #1B6B7D14;
    border-radius: 8px;
    padding: 16px 18px;
    display: flex;
    align-items: flex-start;
    gap: 12px;
    width: 100%;
    font-size: 0.875rem;
    font-weight: 600;
    color: #0f1f2e;
    line-height: 1.5;
}

.check-box svg {
    flex-shrink: 0;
    margin-top: 2px;
    width: 20px;
    height: 20px;
}

.faq-section {
    text-align: center;
    margin-bottom: 20px;
}

.faq-section p {
    font-size: 15px;
    color: #333;
    margin-bottom: 12px;
    font-family: sans-serif;
}

.explore-section {
    padding: 30px 20px 30px;
}

/* Solution Cards */
.card-sec {
    background-color: #fff;
    border: 1.5px solid #d4a84b;
    border-radius: 6px;
    padding: 10px 18px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    text-decoration: none;
    color: #0d2b3e;
    transition: box-shadow 0.2s, border-color 0.2s;
    height: 100%;
}

.card-sec:hover {
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08);
    border-color: #b8882e;
    text-decoration: none;
    color: #0d2b3e;
}

.card-sec .card-title {
    font-size: 15px;
    font-family: sans-serif;
    font-weight: 500;
    color: #0d2b3e;
    margin: 0;
    line-height: 1.4;
}

.card-sec .card-arrow {
    color: #d4a84b;
    font-size: 16px;
    flex-shrink: 0;
    margin-left: 12px;
}

/* Responsive card column spacing */
.solutioncol {
    margin-bottom: 16px;
}

.max-w-660 {
    max-width: 660px;
}

/* contact us page */
.breadcrumb-sec a,
.breadcrumb-sec {
    color: #fff;
}

.breadcrumb-sec {
    top: 10%;
}

/* Info card */
.info-card {
    background: #eef4f4;
    border-radius: 10px;
    overflow: hidden;
}

.info-card img.building-img {
    width: 100%;
    height: 180px;
    object-fit: cover;
    display: block;
}

.info-card .info-body {
    padding: 24px 20px;
}

.info-item {
    display: flex;
    align-items: flex-start;
    gap: 14px;
    margin-bottom: 20px;
}

.info-item:last-child {
    margin-bottom: 0;
}

.info-icon {
    width: 34px;
    height: 34px;
    background-color: #1B6B7D;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.info-icon img {
    width: 16px;
    height: 16px;
}

.info-text strong {
    display: block;
    font-size: 16px;
    font-weight: 600;
    color: #121212;
}

.info-text span {
    font-size: 16px;
    color: #121212;
    line-height: 1.5;
}

.btn-submit {
    background-color: #1B6B7D;
    color: #fff;
    border: none;
    border-radius: 6px;
    padding: 0.75rem 1rem;
    font-size: 0.95rem;
    width: 100%;
    letter-spacing: 0.02em;
    transition: background-color 0.2s ease;
}

.max-w-660 {
    max-width: 660px;
}

/* Accelerated Payment Posting */
.pay-sec .inner-text {
    width: 57%;
}

.pay-sec .inner-text p {
    font-size: 13px;
}

.pay-sec .inner-text h1 {
    font-size: 30px;
}

/* Assisted Denial Management */
.deni-sec .inner-text {
    width: 59%;
}

.deni-sec .inner-text p {
    font-size: 14px;
}

/* Powered Bank Deposit Reconciliation */
.bank-sec .inner-text h1 {
    font-size: 30px;
}





/* case study page */
.category {
    color: #C49538;
    font-size: 16px;
}
.card {
    transition: transform 0.29s ease, box-shadow 0.29s ease;
}
.card:hover {
    background-color: #fdf3e7;
    transform: translateY(-5px);
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.08);
}
.card-text {
    color: #121212;
    font-size: 15px;
}
.card .card-title a,
.card .card-title,
.card:hover .card-title,
.card:focus .card-title,
.card:active .card-title {
    color: #000 !important; 
    text-decoration: none !important;
}

.stretched-link::after {
    background: transparent;
}

.light-blue-arrow::after {
    background-image: url(../../assets/img/icons/light-blue-arrow.png);
}

.read-link {
    color: #1B6B7D;
    font-size: 12px;
    font-weight: 600;
    text-decoration: none;
}

.read-link:hover {
    text-decoration: underline;
    color: #155f5f;
}

/* coding */
.w-max-80 {
    max-width: 80%;
    margin: 0 auto;
}

.metric-card {
    background-color: #E9FBFF;
    border: 1px solid #1B6B7D;
    border-radius: 10px;
}

.metric-value {
    color: #1B6B7D;
    font-size: 28px;
    font-weight: 700;
}

.metric-desc {
    color: #222222;
    font-size: 15px;
    line-height: 1.55;
}

.insight-box {
    background-color: #FFF8EA;
    border-radius: 10px;
}

.insight-box p {
    font-size: 16px;
    color: #1A1A1A;
    line-height: 1.7;
}

.bulb-icon {
    font-size: 2rem;
    line-height: 1;
    color: #c8922a;
}

.quote-text {
    font-style: italic;
    color: #333;
    font-size: 0.95rem;
    line-height: 1.75;
}

.quote-author {
    color: #1d7a7a;
    font-size: 0.85rem;
    font-weight: 600;
}

.fs-20 {
    font-size: 20px;
}

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

.expore-more-section .btn-cta {
    padding: 9px 12px;
    font-size: 13px;
}

/* about-us */
.leader-card {
    background-color: #e8f5f5;
    border-radius: 14px;
}

.leader-avatar {
    width: 90px;
    height: 90px;
    border-radius: 50%;
    object-fit: cover;
}

.avatar-placeholder {
    width: 90px;
    height: 90px;
    border-radius: 50%;
    background-color: #c5e0e0;
}

.leader-name {
    font-size: 1.15rem;
    font-weight: 700;
    color: #111;
}

.leader-role {
    color: #1d7a7a;
    font-size: 0.88rem;
    font-weight: 600;
}

.leader-bio {
    font-size: 0.88rem;
    color: #333;
    line-height: 1.75;
}

/* faq */
.faq-category-btn {
    color: #1d7a7a;
    font-size: 20px;
    font-weight: 600;
    background: none;
    border: none;
    width: 100%;
    text-align: left;
    padding: 16px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #868686;
}

.faq-category-btn:focus {
    outline: none;
}

.faq-question-btn {
    background: none;
    border: none;
    width: 100%;
    text-align: left;
    padding: 16px 16px 16px 16px;
    font-size: 20px;
    font-weight: 500;
    color: #101828;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.faq-question-btn:focus {
    outline: none;
}

.faq-answer {
    padding: 0 16px 16px;
    font-size: 15px;
    color: #121212;
    line-height: 1.75;
}

.faq-category-row {
    border-bottom: 1px solid #dee2e6;
}

.faq-question-row {
    border-bottom: 1px solid #EAECF0;
}

.faq-question-row:last-child {
    border-bottom: none;
}

.chevron {
    font-size: 0.85rem;
    color: #1d7a7a;
}

.faq-question-row .chevron {
    color: #121212;
}

.faq-category-btn .fa-chevron-up,
.faq-question-btn .fa-chevron-up {
    display: inline-block;
    font-size: 15px;
}

.faq-category-btn .fa-chevron-down,
.faq-question-btn .fa-chevron-down {
    display: none;
}

.faq-category-btn.collapsed .fa-chevron-up,
.faq-question-btn.collapsed .fa-chevron-up {
    display: none;
}

.faq-category-btn.collapsed .fa-chevron-down,
.faq-question-btn.collapsed .fa-chevron-down {
    display: inline-block;
    font-size: 15px;
}

.faq-anchor {
    display: block;
    height: 86px;
    margin-top: -86px;
    visibility: hidden;
    pointer-events: none;
}

/* privacy policy page */
ul.bullet-list {
    list-style: disc;
    padding-left: 2rem;
}

ul.bullet-list li::marker {
    color: #C5963A
}

/* Error pages */
.error-page {
    min-height: 100vh;
    background-image: url('/assets/img/error/404.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.error-label {
    color: #fff;
    font-size: 1rem;
    font-weight: 700;
    letter-spacing: 0.2em;
}

.error-code {
    color: #fff;
    font-size: clamp(5rem, 16vw, 9rem);
    font-weight: 800;
    line-height: 1;
}

.error-msg {
    color: #c8daf0;
    font-size: 1.1rem;
    letter-spacing: 0.04em;
}

.error-text {
    padding-top: 200px;
}

.error-page.forbidden {
    background-image: url('/assets/img/error/403.png');
}

.error,
.error-message {
    color: red;
    font-size: 12px;
    margin-bottom: 0;
}

.swal-button,
.swal-button:hover,
.swal-button:not([disabled]):hover {
    background-color: #1a6b72;
}

.swal-icon--custom {
    margin-bottom: 0;
}

/* Responsive */
@media only screen and (min-device-width: 1695px) and (max-device-width: 2560px) {}

@media only screen and (min-device-width: 1444px) and (max-device-width: 1694px) {}

@media (max-width: 1280px) {
    .auto-sec .inner-text .desc {
        margin: 0.7rem 0 !important;
    }

    .mt1 {
        margin-top: 1rem !important;
    }

    .breadcrumb-sec {
        top: 7%;
        font-size: 13px;
        line-height: 19px;
    }

    .pay-sec .inner-text,
    .auto-sec .inner-text,
    .bank-sec .inner-text,
    .deni-sec .inner-text,
    .appeal-sec .inner-text {
        width: 60%;
    }
}

@media only screen and (min-device-width: 992px) and (max-device-width: 1199px) {
    .navbar-brand-cus img {
        width: 208px;
    }

    .nav-cta {
        padding: 7px 10px !important;
    }

    .techSoft-nav .navbar .other-option {
        margin: 0 5px;
    }

    .inner-text h1 {
        font-size: 24px;
    }

    .inner-text {
        top: 45%;
        width: 60%;
    }

    .stats-section {
        margin-top: -24px;
    }

    .auto-sec .inner-text .desc {
        font-size: 12px;
    }

    .pay-sec .inner-text p,
    .auto-sec .inner-text p,
    .bank-sec .inner-text p,
    .deni-sec .inner-text p,
    .appeal-sec .inner-text p {
        margin: 5px 0 !important;
        font-size: 12px;
    }

    .pay-sec .inner-text h1,
    .auto-sec .inner-text h1,
    .bank-sec .inner-text h1,
    .deni-sec .inner-text h1,
    .appeal-sec .inner-text h1 {
        font-size: 24px;
    }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 991px) {
    .techSoft-responsive-menu .logo a img {
        width: 270px;
    }

    .inner_banner img {
        margin-top: 75px;
    }

    .inner-text h1 {
        font-size: 16px;
    }

    .inner-text p {
        font-size: 10px;
        margin: 5px 0 !important;
    }

    .inner-text {
        width: 80%;
        padding-top: 45px;
    }

    .pay-sec .inner-text,
    .auto-sec .inner-text,
    .bank-sec .inner-text,
    .deni-sec .inner-text,
    .appeal-sec .inner-text {

        width: 80%;
    }

    .pay-sec .inner-text h1,
    .auto-sec .inner-text h1,
    .bank-sec .inner-text h1,
    .deni-sec .inner-text h1,
    .appeal-sec .inner-text h1 {
        font-size: 20px;
    }

    .pay-sec .inner-text p,
    .auto-sec .inner-text p,
    .bank-sec .inner-text p,
    .deni-sec .inner-text p,
    .appeal-sec .inner-text p {
        margin: 5px 0 !important;
        font-size: 10px;
    }

        .mean-container .mean-nav ul li.nav-cta a {
        color: #fff;
        padding: 5px;
        border-top: 0;
        width: 100%;
        padding: 0 10px;
    }

        .nav-cta {
        width: max-content !important;
        padding: 10px !important;
        margin: 15px 20px 20px 20px;
    }
    

    .stats-section {
        margin-top: -19px;
    }

    .stat-label-top {
        font-size: 0.6rem;
    }

    .stat-label {
        font-size: 10px;
        white-space: normal;
    }

    .stat-icon {
        width: 30px;
        height: 30px;
    }

}

@media only screen and (min-device-width: 600px) and (max-device-width: 767px) {
    .inner-text {
        width: 80%;
    }

    .stat-label {
        white-space: normal;
    }
}

@media (max-width: 767px) {
    .inner-text {
        width: 90% !important;
    }

    .auto-sec .inner-text,
    .deni-sec .inner-text {
        top: 52%;
        padding-top: 1rem;
    }

    .auto-sec .inner-text h1 {
        font-size: 21px;
    }

    .inner-text p {
        font-size: 15px;
        line-height: 21px;
    }

    .inner-text h1,
    .bank-sec .inner-text h1 {
        font-size: 26px;
    }

    .tech-sec .inner-text {
        top: 63%;
    }

    .bank-sec .inner-text,
    .appeal-sec .inner-text {
        top: 57%;
    }


    .why-section .section-desc {
        text-align: left;
        margin: 0 auto 20px;
    }

    .feature-item,
    .why-section .col-md-6:last-child .feature-item {
        padding: 24px 0;
    }

    .why-section .col-md-6:last-child {
        border-left: none;
        border-top: 1px solid #EEEEEE;
    }

    .feature-row+.feature-row {
        border-top: none;
    }

    .solution-col {
        margin-bottom: 16px;
    }

    .hero-btn {
        display: block;
        margin: 0 auto 10px;
    }

    .inner-text .blue-cta,
    .inner-text .fs-13 {
        font-size: 12px;
    }

    .auto-sec .inner-text .desc {
        margin: 1rem 0 !important;
    }

    .desc-sec {
        text-align: left;
    }

    .contact-wrapper {
        padding: 36px 20px;
    }

    .info-card {
        margin-top: 2rem;
    }

    .check-col {
        margin-bottom: 12px;
    }

    .breadcrumb-sec {
        top: 20%;
        width: 80%;
    }



    .pay-sec .breadcrumb-sec,
    .deni-sec .breadcrumb-sec {
        top: 13%;
        font-size: 13px;
        line-height: 19px;
    }

    .auto-sec .breadcrumb-sec,
    .deni-sec .breadcrumb-sec {
        top: 17%;
    }

    .pay-sec .inner-text h1 {
        font-size: 19px;
        margin-top: 18px;
    }

    .w-max-80 {
        max-width: 100%;
    }

    .mbl-mx-10,
    .section-padding {
        padding-left: 10px;
        padding-right: 10px;
    }

    .footer-area {
        padding-bottom: 30px;
    }

    .error-page {
        margin-top: 70px;
    }
}

@media (min-width: 576px) {
    .divider-col+.divider-col {
        border-left: 1px solid #F2F2F2;
    }
}

@media (max-width: 575px) {

    /* .pay-sec .inner-text h1{
        font-size: 26px;
    } */
    .pay-sec .inner-text {
        top: 52%;
        width: 92% !important;
    }

    .pay-sec .stats-section {
        margin-top: -21px;
    }

    .pay-sec figure {
        margin: 2rem 0 1rem;
    }

    .inner-text {
        top: 60%;
    }

    .stats-banner {
        padding: 20px 18px;
        border-radius: 12px;
    }

    .stat-item {
        justify-content: flex-start;
        padding: 14px 0;
        border-bottom: 1px solid #edf1f4;
        gap: 25px;
    }

    .stat-item.no-border {
        border-bottom: none;
    }

    .stat-col:last-child .stat-item {
        border-bottom: none;
    }

    .stat-number {
        font-size: 1.5rem;
    }

    .section-title {
        font-size: 1.6rem;
    }

    .section-desc {
        font-size: 0.92rem;
        text-align: left;
        margin-block: 1rem;
    }

    .stat-card {
        margin-bottom: 16px;
    }

    .stat-card .stat-value {
        font-size: 1.6rem;
    }
}