.text-left{text-align:left!important;}
.top-strip {
    padding-top: 5px;
}
.margin10_per{margin-left: 10%!important;}
.main-banner {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    padding: 150px 0px 120px 0px!important;
    position: relative;
    overflow: hidden;
}

.progress .progress-value span {
    font-size: 16px!important;
}

    .career-box {
        margin-left: 10%;
    }

    @media (max-width: 992px) {
        .main-banner {
            text-align: center;
            padding: 150px 0px 30px 0px !important;
        }

        #categorySearch {
            width: 155px !important;
        }

        .main-banner:after {
            display: none !important;
        }

        .career-box {
            margin-left: 0% !important;
        }
    }

    .services p {
        color: #fff !important;
    }

    .site-footer {
        background: #0f122b;
        color: #d8def5;
        padding-top: 55px;
        margin-top: 30px;
    }

        .site-footer h5 {
            color: #ffffff;
            font-size: 18px;
            font-weight: 600;
            margin-bottom: 16px;
        }

    .footer-logo {
        max-width: 230px;
        width: 100%;
        height: auto;
        margin-bottom: 12px;
    }

    .footer-brand p,
    .footer-address {
        color: #c2c9e6;
        font-size: 14px;
        line-height: 1.8;
        margin-bottom: 0;
    }

    .footer-links {
        list-style: none;
        padding-left: 0;
        margin-bottom: 0;
    }

        .footer-links li {
            margin-bottom: 8px;
        }

            .footer-links li a {
                color: #d8def5;
                font-size: 14px;
                transition: all 0.3s ease;
            }

                .footer-links li a:hover {
                    color: #4da6ff;
                    padding-left: 4px;
                }

    .footer-top {
        border-bottom: 1px solid rgba(255, 255, 255, 0.12);
        padding-bottom: 20px;
    }

    .footer-bottom {
        padding: 18px 0;
        text-align: center;
    }

        .footer-bottom p {
            margin-bottom: 0;
            color: #a9b3dc;
            font-size: 14px;
        }

    @media (max-width: 992px) {
        .site-footer {
            text-align: left;
        }
    }

.vendor-hero {
    background: linear-gradient(120deg, #2b1f89 0%, #3f34b8 45%, #0e84ff 100%);
    color: #fff;
    border-radius: 20px;
    padding: 30px;
    box-shadow: 0 14px 35px rgba(18, 16, 64, 0.35);
}

.vendor-hero-meta {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px 14px;
    margin-bottom: 10px;
}

.vendor-category {
    display: inline-block;
    background: rgba(255, 255, 255, 0.2);
    border: 1px solid rgba(255, 255, 255, 0.45);
    border-radius: 40px;
    padding: 5px 14px;
    font-size: 13px;
    margin-bottom: 0;
}

.vendor-view-count {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 13px;
    opacity: 0.95;
}

.vendor-view-count .fa-eye {
    opacity: 0.9;
}

.vendor-header-logo {
    width: 88px;
    height: 88px;
    object-fit: cover;
    border-radius: 12px;
    border: 2px solid rgba(255, 255, 255, 0.45);
    margin-bottom: 14px;
    background: rgba(255, 255, 255, 0.08);
}

.vendor-title {
    font-size: 34px;
    margin-bottom: 10px;
    line-height: 1.25;
}

.vendor-description {
    color: #eef1ff;
    margin-bottom: 18px;
}

.vendor-cta-wrap {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.vendor-cta {
    color: #fff;
    border-radius: 50px;
    padding: 10px 18px;
    font-size: 14px;
    font-weight: 500;
    border: 1px solid rgba(255, 255, 255, 0.45);
}

.vendor-cta.whatsapp {
    background: #1fae4b;
    border-color: #1fae4b;
}

.vendor-cta.call {
    background: #2563eb;
    border-color: #2563eb;
}

.vendor-cta.map {
    background: #0284c7;
    border-color: #0284c7;
}

.vendor-cta:hover {
    color: #fff;
    transform: translateY(-1px);
}

a.vendor-cta.vendor-cta-disabled,
button.vendor-cta.vendor-cta-disabled,
a.vendor-cta-disabled {
    opacity: 0.55 !important;
    cursor: not-allowed !important;
    pointer-events: none !important;
    transform: none !important;
}

.vendor-card {
    background: #fff;
    border-radius: 16px;
    padding: 22px;
    box-shadow: 0 8px 24px rgba(17, 17, 58, 0.08);
    border: 1px solid #eceef9;
}

.vendor-card h4 {
    margin-bottom: 16px;
}

.vendor-gallery-item {
    border-radius: 12px;
    overflow: hidden;
    border: 1px solid #eceef9;
}

.vendor-gallery-item img {
    width: 100%;
    height: 220px;
    object-fit: contain;
    object-position: center center;
    background: #f3f6ff;
}

.vendor-gallery-showcase {
    width: 100%;
}

.vendor-gallery-featured-wrap {
    position: relative;
    border-radius: 14px;
    overflow: hidden;
    border: 1px solid #e8ecfb;
    background: #f3f6ff;
}

.vendor-gallery-featured {
    width: 100%;
    height: 360px;
    object-fit: contain;
    object-position: center center;
    cursor: zoom-in;
    display: block;
    background: #f3f6ff;
}

.vendor-gallery-featured-video {
    width: 100%;
    height: 360px;
    border: 0;
    display: none;
    background: #0b1020;
}

.gallery-thumb.is-video {
    position: relative;
}

.gallery-thumb.is-video::after {
    content: "\f04b";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.25rem;
    color: #fff;
    text-shadow: 0 1px 4px rgba(0, 0, 0, 0.65);
    pointer-events: none;
    border-radius: 8px;
    background: rgba(0, 0, 0, 0.25);
}

.gallery-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 38px;
    height: 38px;
    border-radius: 50%;
    border: none;
    background: rgba(0, 0, 0, 0.45);
    color: #fff;
    z-index: 2;
}

.gallery-nav.prev {
    left: 10px;
}

.gallery-nav.next {
    right: 10px;
}

.vendor-gallery-thumbs {
    margin-top: 12px;
    display: flex;
    gap: 10px;
    overflow-x: auto;
    padding-bottom: 4px;
}

.gallery-thumb {
    border: 2px solid transparent;
    border-radius: 10px;
    padding: 0;
    background: transparent;
    flex: 0 0 auto;
}

.gallery-thumb img {
    width: 90px;
    height: 70px;
    border-radius: 8px;
    object-fit: cover;
    display: block;
}

.gallery-thumb.active {
    border-color: #3e63f4;
}

.gallery-lightbox {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.86);
    z-index: 9999;
    display: none;
    align-items: center;
    justify-content: center;
    padding: 16px;
}

.gallery-lightbox.open {
    display: flex;
}

.gallery-lightbox img {
    max-width: min(1200px, 100%);
    max-height: 88vh;
    border-radius: 10px;
}

.gallery-lightbox-close {
    position: absolute;
    top: 18px;
    right: 18px;
    width: 36px;
    height: 36px;
    border: none;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.22);
    color: #fff;
}

.vendor-meta-grid .col-md-6 {
    margin-bottom: 10px;
    color: #444a63;
}

.vendor-contact-list {
    list-style: none;
    padding-left: 0;
    margin-bottom: 14px;
}

.vendor-contact-list li {
    margin-bottom: 10px;
    color: #434a66;
}

.vendor-contact-list li i {
    color: #3656f8;
    margin-right: 8px;
}

.vendor-social a {
    display: inline-flex;
    width: 34px;
    height: 34px;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #edf1ff;
    margin-right: 6px;
    color: #3656f8;
}

.similar-vendor-item {
    display: block;
    border: 1px solid #e8eafa;
    border-radius: 12px;
    padding: 10px 12px;
    margin-bottom: 10px;
    background: #f9faff;
}

.similar-vendor-item span {
    display: block;
    color: #6b7398;
    font-size: 13px;
}

.rating-box {
    background: rgba(255, 255, 255, 0.15);
    border: 1px solid rgba(255, 255, 255, 0.45);
    border-radius: 14px;
    padding: 16px;
}

.rating-box h5 {
    color: #fff;
    margin-bottom: 8px;
}

.rating-stars span {
    color: #d3dbff;
    margin-right: 4px;
    cursor: pointer;
    font-size: 22px;
}

.rating-stars span.active {
    color: #ffd447;
}

.rating-message {
    margin-top: 8px;
    margin-bottom: 0;
    font-size: 13px;
    color: #f4f6ff;
}

.card-builder-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    flex-wrap: wrap;
}

.card-build-toggle {
    background: #3155f6;
    border-color: #3155f6;
}

.card-builder-wrap {
    border-top: 1px solid #e9edfc;
    margin-top: 14px;
    padding-top: 18px;
}

.card-form-label {
    font-size: 13px;
    font-weight: 600;
    color: #444b6b;
    margin-bottom: 6px;
}

.digital-card-preview {
    margin-top: 6px;
    border-radius: 18px;
    position: relative;
    overflow: hidden;
    background: linear-gradient(135deg, #11193d 0%, #2236a8 50%, #4f66f8 100%);
    min-height: 235px;
    box-shadow: 0 10px 30px rgba(21, 28, 82, 0.28);
    background-size: cover;
    background-position: center;
}

.card-preview-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(130deg, rgba(3, 8, 33, 0.7) 0%, rgba(17, 30, 112, 0.35) 100%);
}

.card-preview-body {
    position: relative;
    z-index: 2;
    color: #fff;
    padding: 20px;
}

.card-preview-logo {
    width: 66px;
    height: 66px;
    border-radius: 12px;
    object-fit: cover;
    border: 1px solid rgba(255, 255, 255, 0.35);
    margin-bottom: 12px;
    background: rgba(255, 255, 255, 0.15);
}

.card-preview-body h5 {
    color: #fff;
    font-size: 24px;
    margin-bottom: 2px;
}

.card-preview-body p {
    color: #d8dfff;
    margin-bottom: 12px;
    font-size: 14px;
}

.card-preview-body ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.card-preview-body ul li {
    margin-bottom: 6px;
    font-size: 13px;
    color: #f3f4ff;
}

.card-preview-body ul li i {
    width: 16px;
}

.card-builder-actions {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

.visiting-card-modal {
    position: fixed;
    inset: 0;
    z-index: 9999;
    background: rgba(7, 10, 28, 0.72);
    display: none;
    padding: 22px;
}

.visiting-card-modal.open {
    display: block;
}

.visiting-card-modal-dialog {
    max-width: 1080px;
    margin: 0 auto;
    background: #fff;
    border-radius: 16px;
    padding: 22px;
    position: relative;
    max-height: calc(100vh - 44px);
    overflow-y: auto;
    box-shadow: 0 16px 45px rgba(10, 12, 43, 0.28);
}

.visiting-card-modal-close {
    position: absolute;
    right: 14px;
    top: 14px;
    width: 34px;
    height: 34px;
    border: none;
    border-radius: 50%;
    background: #eef1ff;
    color: #27348d;
    z-index: 20;
    box-shadow: 0 4px 12px rgba(11, 20, 66, 0.22);
}

.digital-card-preview.designed {
    min-height: 300px;
    background-image:
        linear-gradient(135deg, rgba(25, 22, 90, 0.76) 0%, rgba(29, 57, 169, 0.68) 56%, rgba(72, 107, 255, 0.74) 100%),
        url('../images/slider-dec-v3.png');
}

@media (max-width: 992px) {
    .vendor-title {
        font-size: 28px;
    }

    .vendor-gallery-featured,
    .vendor-gallery-featured-video {
        height: 250px;
    }

    .gallery-thumb img {
        width: 74px;
        height: 62px;
    }

    .card-builder-head {
        align-items: flex-start;
    }

    .card-builder-head .vendor-cta {
        width: 100%;
        text-align: center;
    }

    .visiting-card-modal {
        padding: 10px;
    }

    .visiting-card-modal-dialog {
        padding: 16px;
        max-height: calc(100vh - 20px);
    }

    .visiting-card-modal-close {
        position: sticky;
        top: 0;
        right: 0;
        margin-left: auto;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 40px;
        height: 40px;
        background: #1f2f8a;
        color: #fff;
    }

    .digital-card-preview.designed {
        min-height: 250px;
    }
}

@media (max-width: 767px) {
    .main-banner {
        padding: 120px 0 20px 0 !important;
    }

    .vendor-hero {
        padding: 18px;
        border-radius: 14px;
    }

    .vendor-header-logo {
        width: 64px;
        height: 64px;
        border-radius: 10px;
        margin-bottom: 10px;
    }

    .vendor-hero-meta {
        margin-bottom: 8px;
        gap: 8px 10px;
    }

    .vendor-category {
        font-size: 12px;
        padding: 4px 10px;
        margin-bottom: 0;
    }

    .vendor-view-count {
        font-size: 12px;
    }

    .vendor-title {
        font-size: 24px;
        margin-bottom: 8px;
        line-height: 1.2;
    }

    .vendor-description {
        font-size: 13px;
        margin-bottom: 12px;
    }

    .rating-box {
        margin-top: 12px;
        padding: 12px;
    }

    .rating-box h5 {
        font-size: 18px;
        margin-bottom: 6px;
    }

    .rating-stars span {
        font-size: 20px;
    }

    .vendor-card {
        padding: 14px;
        border-radius: 12px;
        margin-bottom: 10px;
    }

    .vendor-card h4 {
        font-size: 22px;
        margin-bottom: 10px;
    }

    .vendor-gallery-featured,
    .vendor-gallery-featured-video {
        height: 200px;
    }

    .gallery-nav {
        width: 32px;
        height: 32px;
    }

    .vendor-meta-grid .col-md-6 {
        margin-bottom: 8px;
        font-size: 13px;
    }

    .vendor-contact-list li {
        display: flex;
        align-items: flex-start;
        gap: 6px;
        font-size: 13px;
        margin-bottom: 8px;
    }

    .vendor-contact-list li i {
        margin-right: 0;
        margin-top: 3px;
        min-width: 14px;
    }

    .vendor-social {
        display: flex;
        justify-content: center;
        margin-top: 6px;
    }

    .similar-vendor-item {
        padding: 9px 10px;
        border-radius: 10px;
    }
}

/* ================= CATEGORY TEMPLATES ================= */
.business-profile-template[class*="template-"] .vendor-hero {
    background: url('../images/business-profile-banner.jpeg');
    /*linear-gradient(120deg, var(--template-a, #2b1f89) 0%, var(--template-b, #3f34b8) 46%, var(--template-c, #0e84ff) 100%);*/
}

.business-profile-template[class*="template-"] .vendor-category {
    background: rgba(255, 255, 255, 0.16);
    border-color: rgba(255, 255, 255, 0.45);
}

.business-profile-template[class*="template-"] .vendor-card {
    border-color: var(--template-border, #eceef9);
}

.business-profile-template[class*="template-"] .vendor-card h4,
.business-profile-template[class*="template-"] .vendor-contact-list li i,
.business-profile-template[class*="template-"] .vendor-social a {
    color: var(--template-accent, #3656f8);
}

.business-profile-template[class*="template-"] .vendor-social a {
    background: var(--template-soft, #edf1ff);
}

.business-profile-template[class*="template-"] .similar-vendor-item {
    border-color: var(--template-border, #e8eafa);
    background: var(--template-soft, #f9faff);
}

.business-profile-template[class*="template-"] .gallery-thumb.active {
    border-color: var(--template-accent, #3e63f4);
}

.business-profile-template[class*="template-"] .card-build-toggle {
    background: var(--template-accent, #3155f6);
    border-color: var(--template-accent, #3155f6);
}

.business-profile-template[class*="template-"] .vendor-cta.map,
.business-profile-template[class*="template-"] #btnDownloadCard {
    background: var(--template-accent, #3155f6);
    border-color: var(--template-accent, #3155f6);
}

.business-profile-template[class*="template-"] .rating-box {
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.18), rgba(255, 255, 255, 0.08));
}

.template-retail { --template-a:#4d0f64; --template-b:#7e27b0; --template-c:#e91e63; --template-accent:#a537d4; --template-soft:#faf0ff; --template-border:#efd9ff; }
.template-food { --template-a:#6a2a0a; --template-b:#b6490b; --template-c:#ff8a00; --template-accent:#d85816; --template-soft:#fff3e8; --template-border:#ffd9bf; }
.template-services { --template-a:#0f2f55; --template-b:#1d5a89; --template-c:#2da0c8; --template-accent:#1c78af; --template-soft:#edf8ff; --template-border:#d1eefe; }
.template-healthcare { --template-a:#0a4f63; --template-b:#1098ad; --template-c:#2cc4a5; --template-accent:#0f9f93; --template-soft:#e8fbf8; --template-border:#c9f1eb; }
.template-tech { --template-a:#111a56; --template-b:#2048b3; --template-c:#1ab6ff; --template-accent:#2250d4; --template-soft:#ecf2ff; --template-border:#d4dfff; }
.template-wholesale { --template-a:#3f2f08; --template-b:#7a5a12; --template-c:#c38b1f; --template-accent:#936d14; --template-soft:#fff8e7; --template-border:#f4e1b2; }
.template-manufacturing { --template-a:#2a3442; --template-b:#4c5a6d; --template-c:#7b8ca4; --template-accent:#5a6f8d; --template-soft:#f1f4f9; --template-border:#d8e0ec; }
.template-agriculture { --template-a:#1f4b1f; --template-b:#398b2f; --template-c:#74b92a; --template-accent:#418a2d; --template-soft:#f1fbe8; --template-border:#d8efc2; }
.template-education { --template-a:#31206a; --template-b:#5e3fb4; --template-c:#8a63f6; --template-accent:#6543c8; --template-soft:#f2edff; --template-border:#ddd2ff; }
.template-realestate { --template-a:#223355; --template-b:#365f96; --template-c:#6ea4e1; --template-accent:#3c6da8; --template-soft:#edf4fd; --template-border:#d4e3f5; }
.template-automotive { --template-a:#20232b; --template-b:#3b404a; --template-c:#5f646e; --template-accent:#4a5160; --template-soft:#f1f3f6; --template-border:#dce1ea; }
.template-beauty { --template-a:#621f49; --template-b:#a63d74; --template-c:#f06292; --template-accent:#c34784; --template-soft:#fff0f6; --template-border:#ffd7e9; }
.template-home { --template-a:#4f321d; --template-b:#8c5c33; --template-c:#c8884a; --template-accent:#9c6736; --template-soft:#fdf5eb; --template-border:#efdcc3; }
.template-travel { --template-a:#044461; --template-b:#0c6e9f; --template-c:#00b3d6; --template-accent:#0d7fb8; --template-soft:#e9f9ff; --template-border:#c9ecfb; }
.template-other { --template-a:#2b1f89; --template-b:#3f34b8; --template-c:#0e84ff; --template-accent:#3656f8; --template-soft:#edf1ff; --template-border:#e4e9ff; }

/* ================= ADVERTISEMENT BANNERS ================= */
.ad-banner {
    position: relative;
    border-radius: 12px;
    overflow: hidden;
    border: 1px solid #e5e9fb;
    background: #f5f7ff;
}

.ad-banner img {
    width: 100%;
    height: 200px;
    display: block;
    object-fit: cover;
}

.ad-caption {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(to top, rgba(12, 15, 43, 0.82), rgba(12, 15, 43, 0.15));
    color: #fff;
    padding: 16px 14px 10px;
}

.ad-caption strong {
    display: block;
    font-size: 14px;
    line-height: 1.25;
}

.ad-caption span {
    display: block;
    font-size: 12px;
    color: #dce4ff;
    margin-top: 3px;
}

.ad-banner-side {
    margin-bottom: 12px;
}

.ad-banner-side:last-child {
    margin-bottom: 0;
}

@media (max-width: 767px) {
    .ad-caption {
        padding: 12px 10px 8px;
    }
}

/* ========== Home page (home.aspx) ========== */
.home-page .home-hero-lead {
    font-size: 1.05rem;
    line-height: 1.65;
    color: #475569;
    margin-bottom: 1.25rem;
}

.home-page .home-btn-outline {
    border-radius: 999px;
    padding: 0.55rem 1.35rem;
    font-weight: 600;
}

.home-page .home-anchor-link {
    font-weight: 600;
    color: #4da6e7;
    text-decoration: none;
}

.home-page .home-anchor-link:hover {
    text-decoration: underline;
}

.home-page .home-hero-svg {
    max-width: 100%;
    height: auto;
    filter: drop-shadow(0 18px 40px rgba(77, 166, 231, 0.25));
    transition: transform 0.45s ease;
}

.home-page .home-hero-visual:hover .home-hero-svg {
    transform: translateY(-4px) scale(1.01);
}

.home-page .home-explore {
    margin-top: 2.5rem;
    padding-top: 2.5rem;
    border-top: 1px solid rgba(42, 42, 42, 0.08);
}

.home-page .home-explore-inner {
    max-width: 1100px;
    margin: 0 auto;
}

.home-page .home-explore-title {
    font-size: 1.65rem;
    font-weight: 700;
    color: #2a2a2a;
    margin-bottom: 0.35rem;
    text-align: center;
}

.home-page .home-explore-sub {
    text-align: center;
    margin-bottom: 1.75rem;
    font-size: 0.95rem;
    max-width: 720px;
    margin-left: auto;
    margin-right: auto;
}

.home-page .home-feature {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    background: #fff;
    border: 1px solid #e8ecf2;
    border-radius: 16px;
    padding: 1.35rem 1.35rem 1.25rem;
    margin-bottom: 1.15rem;
    box-shadow: 0 6px 22px rgba(15, 23, 42, 0.06);
    transition: box-shadow 0.3s ease, border-color 0.3s ease;
}

@media (min-width: 768px) {
    .home-page .home-feature {
        flex-direction: row;
        align-items: flex-start;
        gap: 1.35rem;
        padding: 1.5rem 1.5rem 1.35rem;
    }
}

.home-page .home-feature:hover {
    box-shadow: 0 12px 32px rgba(77, 166, 231, 0.12);
    border-color: rgba(77, 166, 231, 0.25);
}

.home-page .home-feature--accent {
    border-color: rgba(77, 166, 231, 0.35);
    background: linear-gradient(145deg, #f8fbff 0%, #ffffff 55%);
}

.home-page .home-feature-icon {
    flex-shrink: 0;
    text-align: center;
}

.home-page .home-feature-icon img {
    display: inline-block;
    transition: transform 0.35s ease;
}

.home-page .home-feature:hover .home-feature-icon img {
    transform: scale(1.04);
}

.home-page .home-feature-main {
    flex: 1;
    min-width: 0;
}

.home-page .home-feature-title {
    font-size: 1.2rem;
    font-weight: 700;
    margin-bottom: 0.65rem;
    color: #2a2a2a;
}

.home-page .home-feature-title a {
    color: inherit;
    text-decoration: none;
}

.home-page .home-feature-title a:hover {
    color: #4da6e7;
}

.home-page .home-feature-body {
    font-size: 0.95rem;
    line-height: 1.65;
    color: #64748b;
}

.home-page .home-feature-body p:last-child {
    margin-bottom: 0;
}

.home-page .home-feature-list {
    margin: 0 0 0.5rem 1rem;
    padding: 0;
    font-size: 0.92rem;
    color: #64748b;
}

.home-page .home-feature-list li {
    margin-bottom: 0.35rem;
}

.home-page .home-contact-dl {
    font-size: 0.92rem;
}

.home-page .home-contact-dl dt {
    font-weight: 600;
    color: #475569;
    margin-top: 0.5rem;
}

.home-page .home-contact-dl dt:first-child {
    margin-top: 0;
}

.home-page .home-contact-dl dd {
    margin-bottom: 0;
    color: #64748b;
}

.home-page .home-contact-dl a {
    color: #4da6e7;
    text-decoration: none;
}

.home-page .home-contact-dl a:hover {
    text-decoration: underline;
}

.home-page .home-feature-more {
    margin-top: 0.85rem;
    border-radius: 999px;
    font-weight: 600;
}

.home-page .home-bottom-cta {
    margin-top: 2.25rem;
    padding: 1.35rem 1.5rem;
    border-radius: 14px;
    background: linear-gradient(90deg, #f0f7fd 0%, #ffffff 50%, #f5f9ff 100%);
    border: 1px solid #e2ecf7;
}

@media (max-width: 991px) {
    .home-page .home-hero-actions {
        justify-content: center;
    }
    .home-page .home-hero-mini {
        text-align: center;
    }
}


.pre-header {
    background-color: #0f122b!important;
    height: 60px;
    padding: 10px 0px;
    color:#fff!important;
}

/* Thin scrollbars site-wide (Firefox + Chrome / Edge / Safari) */
html {
    scrollbar-width: thin;
    scrollbar-color: #94a3b8 #eef2f7;
}
*::-webkit-scrollbar {
    width: 3px;
    height: 3px;
}
*::-webkit-scrollbar-track {
    background: rgba(241, 245, 249, 0.9);
}
*::-webkit-scrollbar-thumb {
    background: rgba(148, 163, 184, 0.7);
    border-radius: 3px;
}
*::-webkit-scrollbar-thumb:hover {
    background: rgba(100, 116, 139, 0.85);
}





