:root{
    --dy-footer1:#eeff0550;
    --dy-feature-card: #eef4ff;
    --dy-why-choose-card: #f3f0ff;
    --dy-how-it-works-card: #f4f7ff;
    --dy-smm-service-bg: #f2f8ff;
    --dy-header-text: #111827;
    --dy-header-hover: #2563eb;
    --dy-footer-text: #374151;
    --dy-footer-hover: #2563eb;
    --dy-feature-hover-text: #ffffff;
    --dy-how-it-works-hover-text: #ffffff;
    --dy-why-choose-hover-text: #ffffff;
}

.dark-voilet-header .navbar-nav .nav-link,
.dark-voilet-header .nav-right,
.dark-voilet-header .language-box .form-select,
.dark-voilet-header .navbar-toggler {
    color: var(--dy-header-text);
}

.dark-voilet-header {
    background-color: var(--dy-nav);
}

.dark-voilet-header .navbar-nav .nav-link:hover,
.dark-voilet-header .navbar-nav .nav-link.active,
.dark-voilet-header .navbar-toggler:hover,
.dark-voilet-header .language-box .form-select:hover {
    color: var(--dy-header-hover);
}

.dark-voilet-header .profile-box .user-dropdown {
    padding: 8px;
    border: 1px solid color-mix(in srgb, var(--dy-header-hover) 25%, transparent);
    border-radius: 14px;
    background: var(--dy-nav);
    box-shadow: 0 16px 38px rgba(15, 23, 42, .18);
}

.dark-voilet-header .profile-box .user-dropdown li a {
    min-height: 42px;
    margin: 2px 0;
    padding: 9px 11px;
    align-items: center;
    border-radius: 9px;
    color: var(--dy-header-text);
}

.dark-voilet-header .profile-box .user-dropdown li a i {
    color: var(--dy-header-text);
}

.dark-voilet-header .profile-box .user-dropdown li a:hover,
.dark-voilet-header .profile-box .user-dropdown li a:focus,
.dark-voilet-header .profile-box .user-dropdown li a:active {
    color: #fff;
    background: var(--dy-header-hover);
}

.dark-voilet-header .profile-box .user-dropdown li a:hover i,
.dark-voilet-header .profile-box .user-dropdown li a:focus i,
.dark-voilet-header .profile-box .user-dropdown li a:active i {
    color: #fff;
}

.footer-section,
.footer-section p,
.footer-section .widget-title,
.footer-section a,
.footer-section .widget-link,
.footer-section .language a,
.footer-section .copyright-area p {
    color: var(--dy-footer-text);
}

.footer-section a:hover,
.footer-section .widget-link:hover,
.footer-section .language a:hover,
.footer-section .language a.active,
.footer-section .social-area a:hover i {
    color: var(--dy-footer-hover);
}

.nav-scroll-wrapper {
    overflow: hidden;
    width: 777px;
    background: transparent;
    position: relative;
    top: 53px;
    left: 122px;
    z-index: 3;
}

.inner-page-banner {
    min-height: 530px;
    padding: 150px 0 80px;
    display: flex;
    align-items: center;
    background-color: #eef4ff;
    background-position: center right;
    background-repeat: no-repeat;
    background-size: cover;
}

.inner-page-banner-content {
    width: min(520px, 100%);
}

.inner-page-banner-content h1 {
    margin-bottom: 18px;
    color: #20252d;
    font-size: clamp(36px, 4vw, 54px);
    line-height: 1.15;
}

.inner-page-banner-description {
    margin-bottom: 28px;
    color: #20252d;
    font-size: 17px;
    line-height: 1.55;
}

.inner-page-banner-description p:last-child {
    margin-bottom: 0;
}

.inner-page-banner-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 54px;
    padding: 12px 30px;
    border-radius: 30px;
    background: linear-gradient(180deg, #4bb3ff, #1f7cff);
    box-shadow: 0 8px 20px rgba(31, 124, 255, 0.25);
    color: #fff;
    font-size: 17px;
    font-weight: 700;
    text-decoration: none;
}

.inner-page-banner-btn:hover {
    color: #fff;
    transform: translateY(-2px);
}

/* Unique About page banner */
#page-banner.about-unique-banner {
    position: relative;
    isolation: isolate;
    min-height: 520px;
    overflow: hidden;
    display: flex;
    align-items: center;
    padding: 125px 0 72px;
    background-color: #eef5ff;
    background-position: center right;
    background-size: cover;
}

#page-banner.about-unique-banner::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -2;
    background: linear-gradient(90deg, rgba(244, 249, 255, .98) 0%, rgba(235, 244, 255, .94) 44%, rgba(227, 238, 255, .66) 70%, rgba(232, 238, 255, .42) 100%);
}

#page-banner.about-unique-banner::after {
    content: "";
    position: absolute;
    inset: auto -12% -48% 35%;
    z-index: -1;
    height: 430px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(80, 116, 255, .2), rgba(100, 192, 255, .08) 48%, transparent 70%);
}

.about-banner-layout {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(390px, .95fr);
    align-items: center;
    gap: clamp(45px, 7vw, 105px);
}

.about-banner-copy {
    max-width: 650px;
}

.about-banner-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 18px;
    padding: 8px 14px;
    border: 1px solid rgba(45, 112, 235, .18);
    border-radius: 999px;
    background: rgba(255, 255, 255, .8);
    box-shadow: 0 8px 24px rgba(41, 86, 160, .08);
    color: #2168df;
    font-size: 13px;
    font-weight: 800;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.about-banner-copy h1 {
    max-width: 610px;
    margin: 0 0 20px;
    color: #14213d !important;
    font-size: clamp(43px, 5.1vw, 72px);
    font-weight: 850;
    line-height: 1.02;
    letter-spacing: -.045em;
}

.about-banner-copy p {
    max-width: 590px;
    margin: 0 0 28px;
    color: #50617a;
    font-size: 17px;
    line-height: 1.75;
}

.about-banner-breadcrumb {
    width: fit-content;
    margin: 0;
    padding: 11px 16px;
    border: 1px solid rgba(45, 112, 235, .14);
    border-radius: 12px;
    background: rgba(255, 255, 255, .78);
    backdrop-filter: blur(10px);
    box-shadow: 0 10px 28px rgba(36, 73, 132, .08);
}

#page-banner .about-banner-breadcrumb .breadcrumb-item,
#page-banner .about-banner-breadcrumb .breadcrumb-item a,
#page-banner .about-banner-breadcrumb .breadcrumb-item.active {
    color: #42516a;
    font-size: 14px;
    font-weight: 700;
    text-decoration: none;
}

#page-banner .about-banner-breadcrumb .breadcrumb-item a:hover {
    color: #2168df;
}

.about-banner-highlights {
    position: relative;
    min-height: 315px;
    display: grid;
    place-items: center;
}

.about-highlight-card {
    position: relative;
    z-index: 2;
    width: min(330px, 85%);
    min-height: 245px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 35px;
    border: 1px solid rgba(255, 255, 255, .82);
    border-radius: 34px;
    background: rgba(255, 255, 255, .76);
    backdrop-filter: blur(18px);
    box-shadow: 0 28px 70px rgba(40, 75, 145, .18);
    text-align: center;
}

.about-highlight-icon {
    width: 78px;
    height: 78px;
    display: grid;
    place-items: center;
    margin-bottom: 22px;
    border-radius: 24px;
    background: linear-gradient(135deg, #257cf4, #8069f5);
    box-shadow: 0 14px 30px rgba(56, 101, 235, .28);
    color: #fff;
    font-size: 31px;
}

.about-highlight-card strong {
    margin-bottom: 8px;
    color: #14213d;
    font-size: 25px;
    font-weight: 850;
}

.about-highlight-card small {
    color: #687791;
    font-size: 13px;
    line-height: 1.55;
}

.about-mini-card {
    position: absolute;
    z-index: 3;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 11px 15px;
    border: 1px solid rgba(255, 255, 255, .9);
    border-radius: 14px;
    background: rgba(255, 255, 255, .9);
    box-shadow: 0 14px 34px rgba(31, 68, 132, .16);
    color: #263853;
    font-size: 13px;
    font-weight: 800;
    animation: aboutBannerFloat 4s ease-in-out infinite;
}

.about-mini-card i { color: #2679eb; font-size: 16px; }
.about-mini-card-one { top: 12px; left: 0; }
.about-mini-card-two { right: -3px; top: 74px; animation-delay: -1.3s; }
.about-mini-card-three { bottom: 9px; left: 12px; animation-delay: -2.6s; }

.about-banner-shape {
    position: absolute;
    z-index: 0;
    border-radius: 50%;
    filter: blur(1px);
    pointer-events: none;
}

.about-banner-shape-one { width: 170px; height: 170px; top: 68px; right: 23%; background: rgba(89, 179, 255, .13); }
.about-banner-shape-two { width: 270px; height: 270px; right: -65px; bottom: -95px; background: rgba(125, 101, 245, .12); }
.about-banner-dot-pattern { position: absolute; left: 4%; bottom: 38px; width: 105px; height: 62px; opacity: .25; background-image: radial-gradient(#2679eb 1.5px, transparent 1.5px); background-size: 12px 12px; }

@keyframes aboutBannerFloat {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-8px); }
}

@media (max-width: 991px) {
    #page-banner.about-unique-banner { min-height: auto; padding: 120px 0 70px; }
    .about-banner-layout { grid-template-columns: 1fr; gap: 45px; }
    .about-banner-copy { max-width: 720px; }
    .about-banner-highlights { width: min(520px, 100%); margin-inline: auto; }
}

@media (max-width: 575px) {
    #page-banner.about-unique-banner { max-height: none; padding: 105px 0 54px; }
    #page-banner.about-unique-banner::before { background: rgba(239, 246, 255, .94); }
    .about-banner-layout { gap: 32px; }
    .about-banner-copy { text-align: center; }
    .about-banner-copy h1 { font-size: clamp(38px, 13vw, 52px); }
    .about-banner-copy p { font-size: 15px; line-height: 1.65; }
    .about-banner-breadcrumb { margin-inline: auto; }
    .about-banner-highlights { min-height: 280px; }
    .about-highlight-card { min-height: 220px; border-radius: 27px; }
    .about-mini-card { padding: 9px 11px; font-size: 11px; }
    .about-mini-card-one { left: 0; }
    .about-mini-card-two { right: 0; }
    .about-mini-card-three { left: 4px; }
}

@media (prefers-reduced-motion: reduce) {
    .about-mini-card { animation: none; }
}

/* Modern blog details */
.modern-blog-details {
    position: relative;
    padding: 80px 0 110px;
    background: linear-gradient(180deg, #f5f8fe 0%, #fff 28%, #f7faff 100%);
}

.modern-blog-details::before {
    content: "";
    position: absolute;
    top: 120px;
    left: -120px;
    width: 300px;
    height: 300px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(66, 133, 244, .11), transparent 70%);
    pointer-events: none;
}

.article-reading-card {
    overflow: hidden;
    border: 1px solid #e2e9f4;
    border-radius: 26px;
    background: #fff;
    box-shadow: 0 24px 65px rgba(24, 55, 105, .1);
}

.article-cover {
    position: relative;
    aspect-ratio: 16 / 8.6;
    overflow: hidden;
    background: #eaf1fb;
}

.article-cover::after {
    content: "";
    position: absolute;
    inset: auto 0 0;
    height: 35%;
    background: linear-gradient(180deg, transparent, rgba(13, 31, 61, .2));
    pointer-events: none;
}

.article-cover img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    transition: transform .7s ease;
}

.article-reading-card:hover .article-cover img { transform: scale(1.025); }

.article-category {
    position: absolute;
    z-index: 2;
    left: 25px;
    bottom: 22px;
    display: inline-flex;
    align-items: center;
    gap: 7px;
    padding: 9px 14px;
    border: 1px solid rgba(255, 255, 255, .75);
    border-radius: 999px;
    background: rgba(255, 255, 255, .9);
    backdrop-filter: blur(10px);
    box-shadow: 0 8px 24px rgba(8, 27, 57, .16);
    color: #1c62ce;
    font-size: 12px;
    font-weight: 800;
}

.article-content-wrap { padding: clamp(26px, 4vw, 52px); }

.article-author-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    margin-bottom: 29px;
    padding-bottom: 24px;
    border-bottom: 1px solid #e8edf5;
}

.article-author {
    display: flex;
    align-items: center;
    gap: 12px;
}

.article-author img,
.article-author-fallback {
    flex: 0 0 48px;
    width: 48px;
    height: 48px;
    border: 3px solid #fff;
    border-radius: 50%;
    object-fit: cover;
    box-shadow: 0 0 0 1px #d9e4f3, 0 8px 20px rgba(29, 75, 146, .13);
}

.article-author-fallback {
    display: grid;
    place-items: center;
    background: linear-gradient(135deg, #2b83f5, #7468ef);
    color: #fff;
}

.article-author div { display: flex; flex-direction: column; gap: 2px; }
.article-author div span { color: #8190a6; font-size: 11px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.article-author div strong { color: #17243d; font-size: 15px; font-weight: 800; }

.article-reading-label {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    padding: 8px 12px;
    border-radius: 10px;
    background: #eff5ff;
    color: #2168d8;
    font-size: 12px;
    font-weight: 800;
}

.article-heading h1 {
    margin: 0 0 18px;
    color: #14213d;
    font-size: clamp(31px, 4vw, 48px);
    font-weight: 850;
    line-height: 1.16;
    letter-spacing: -.035em;
}

.article-heading-line {
    display: block;
    width: 72px;
    height: 5px;
    margin-bottom: 36px;
    border-radius: 5px;
    background: linear-gradient(90deg, #267bf2, #8869ef);
}

.article-rich-content {
    color: #40506a;
    font-size: 17px;
    line-height: 1.85;
    overflow-wrap: anywhere;
}

.article-rich-content > *:first-child { margin-top: 0; }
.article-rich-content > *:last-child { margin-bottom: 0; }
.article-rich-content p { margin-bottom: 23px; color: #40506a; font-size: 17px; line-height: 1.85; }
.article-rich-content h2,.article-rich-content h3,.article-rich-content h4 { margin: 38px 0 15px; color: #15233e; font-weight: 820; line-height: 1.3; }
.article-rich-content h2 { font-size: 30px; }
.article-rich-content h3 { font-size: 25px; }
.article-rich-content h4 { font-size: 21px; }
.article-rich-content ul,.article-rich-content ol { margin: 0 0 25px; padding-left: 24px; }
.article-rich-content li { margin-bottom: 10px; padding-left: 5px; }
.article-rich-content li::marker { color: #2d78e8; font-weight: 800; }
.article-rich-content img { max-width: 100%; height: auto; margin: 22px 0; border-radius: 16px; }
.article-rich-content blockquote { position: relative; margin: 32px 0; padding: 25px 28px 25px 32px; border: 0; border-left: 4px solid #2e7ced; border-radius: 0 16px 16px 0; background: #f1f6ff; color: #263b5e; font-size: 18px; font-weight: 650; line-height: 1.65; }
.article-rich-content a { color: #176de2; text-decoration: underline; text-underline-offset: 3px; }

.article-tags {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 9px;
    margin-top: 38px;
    padding-top: 28px;
    border-top: 1px solid #e8edf5;
}

.article-tags-title { display: inline-flex; align-items: center; gap: 7px; margin-right: 3px; color: #263752; font-size: 13px; font-weight: 800; }
.article-tag { padding: 7px 11px; border-radius: 8px; background: #f0f5fd; color: #4c6487; font-size: 12px; font-weight: 700; }

.article-share-bar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    margin-top: 35px;
    padding: 22px 24px;
    border-radius: 17px;
    background: linear-gradient(135deg, #eff6ff, #f5f1ff);
}

.article-share-bar > div:first-child { display: flex; flex-direction: column; gap: 2px; }
.article-share-bar span { color: #77869e; font-size: 12px; font-weight: 650; }
.article-share-bar strong { color: #1d2e4a; font-size: 15px; font-weight: 820; }
.article-share-actions { display: flex; gap: 8px; }
.article-share-actions .btn { width: 39px; height: 39px; display: grid; place-items: center; padding: 0; border: 1px solid #dce5f2; border-radius: 11px; background: #fff; box-shadow: 0 5px 14px rgba(28, 65, 122, .08); }

.article-sidebar { position: sticky; top: 105px; display: grid; gap: 24px; }
.recent-articles-card,.article-cta-card { border: 1px solid #e2e9f4; border-radius: 22px; background: #fff; box-shadow: 0 18px 48px rgba(24, 55, 105, .08); }
.recent-articles-card { padding: 25px; }

.sidebar-card-heading { display: flex; align-items: center; gap: 12px; margin-bottom: 22px; padding-bottom: 19px; border-bottom: 1px solid #e8edf5; }
.sidebar-card-heading > span { flex: 0 0 44px; width: 44px; height: 44px; display: grid; place-items: center; border-radius: 13px; background: linear-gradient(135deg, #287ff1, #6b73ef); color: #fff; font-size: 18px; }
.sidebar-card-heading small { color: #8290a5; font-size: 10px; font-weight: 750; letter-spacing: .1em; text-transform: uppercase; }
.sidebar-card-heading h2 { margin: 2px 0 0; color: #182742; font-size: 20px; font-weight: 830; }

.recent-articles-list { display: grid; gap: 4px; }
.recent-article-item { display: grid; grid-template-columns: 86px minmax(0, 1fr); align-items: center; gap: 13px; padding: 12px 0; border-bottom: 1px solid #edf1f6; text-decoration: none; }
.recent-article-item:last-child { border-bottom: 0; }
.recent-article-image { width: 86px; height: 72px; overflow: hidden; border-radius: 12px; background: #edf2fa; }
.recent-article-image img { width: 100%; height: 100%; display: block; object-fit: cover; transition: transform .3s ease; }
.recent-article-item:hover .recent-article-image img { transform: scale(1.07); }
.recent-article-copy h3 { display: -webkit-box; overflow: hidden; margin: 0 0 8px; color: #23334e; font-size: 14px; font-weight: 780; line-height: 1.4; -webkit-box-orient: vertical; -webkit-line-clamp: 2; }
.recent-article-copy span { color: #2874df; font-size: 11px; font-weight: 800; }
.recent-articles-empty { margin: 0; color: #7b879a; }

.article-cta-card {
    position: relative;
    overflow: hidden;
    padding: 28px;
    background: linear-gradient(145deg, #172d55, #2156a5);
    color: #fff;
}

.article-cta-card::after { content: ""; position: absolute; width: 170px; height: 170px; right: -70px; bottom: -90px; border-radius: 50%; background: rgba(95, 194, 255, .18); }
.article-cta-icon { width: 49px; height: 49px; display: grid; place-items: center; margin-bottom: 23px; border-radius: 15px; background: rgba(255, 255, 255, .13); color: #74d5ff; font-size: 20px; }
.article-cta-card small { display: block; margin-bottom: 7px; color: #9fc8ff; font-size: 11px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.article-cta-card h3 { max-width: 260px; margin: 0 0 23px; color: #fff; font-size: 23px; font-weight: 820; line-height: 1.35; }
.article-cta-card a { position: relative; z-index: 2; display: inline-flex; align-items: center; gap: 8px; padding: 11px 16px; border-radius: 11px; background: #fff; color: #1c58aa; font-size: 13px; font-weight: 820; text-decoration: none; }

@media (max-width: 991px) {
    .modern-blog-details { padding: 60px 0 85px; }
    .article-sidebar { position: static; grid-template-columns: minmax(0, 1.3fr) minmax(280px, .7fr); align-items: stretch; }
}

@media (max-width: 767px) {
    .modern-blog-details { padding: 38px 0 65px; }
    .article-reading-card { border-radius: 19px; }
    .article-cover { aspect-ratio: 16 / 10.5; }
    .article-category { left: 15px; bottom: 14px; }
    .article-author-row { align-items: flex-start; }
    .article-reading-label { display: none; }
    .article-heading h1 { font-size: 31px; }
    .article-heading-line { margin-bottom: 27px; }
    .article-rich-content,.article-rich-content p { font-size: 16px; line-height: 1.75; }
    .article-share-bar { align-items: flex-start; flex-direction: column; }
    .article-sidebar { grid-template-columns: 1fr; }
}

@media (max-width: 480px) {
    .article-content-wrap { padding: 22px 18px 20px; }
    .article-cover { aspect-ratio: 4 / 3; }
    .article-share-bar { padding: 18px; }
    .article-share-actions { width: 100%; justify-content: space-between; }
    .recent-articles-card,.article-cta-card { border-radius: 18px; }
}

@media (max-width: 767px) {
    .inner-page-banner {
        min-height: 440px;
        padding: 130px 0 60px;
        background-position: 65% center;
    }

    .inner-page-banner::before {
        content: "";
        position: absolute;
        inset: 0;
        background: rgba(238, 244, 255, 0.82);
    }

    .inner-page-banner {
        position: relative;
    }

    .inner-page-banner .container {
        position: relative;
        z-index: 1;
    }
}

#describeModal #service-description {
    margin-bottom: 0;
    color: #334155;
    line-height: 1.7;
    white-space: pre-line;
    overflow-wrap: anywhere;
}

/* ===== Shared authentication pages ===== */
.auth-split-page .auth-form-card .input-box {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    min-width: 0;
}

.auth-split-page .auth-form-card .input-box > .form-control,
.auth-split-page .auth-form-card .input-box > .input-group {
    flex: 0 0 auto;
    width: 100%;
}

.auth-split-page .auth-form-card .input-box > .text-danger,
.auth-split-page .auth-form-card .input-box > .invalid-feedback {
    display: block;
    width: 100%;
    min-height: 18px;
    margin: 6px 0 0 !important;
    padding: 0 12px;
    color: #dc3545 !important;
    font-size: 11px;
    font-weight: 650;
    line-height: 1.45;
    overflow-wrap: anywhere;
}

.auth-split-page .auth-form-card .input-box .form-control.is-invalid,
.auth-split-page .auth-form-card .input-box:has(> .text-danger) > .form-control,
.auth-split-page .auth-form-card .input-box:has(> .text-danger) .input-group {
    border-color: #ef9a9a !important;
    box-shadow: 0 0 0 3px rgba(220, 53, 69, .07);
}

.auth-split-page .auth-form-card .row > [class*="col-"] {
    min-width: 0;
}

.auth-split-page {
    min-height: calc(100vh - 88px);
    padding: 70px 0;
    background: linear-gradient(110deg, #f8fbff 0%, #edf3ff 55%, #e8efff 100%);
}

/* Modern contact page */
.contact-modern-page {
    overflow: hidden;
    padding: 78px 0 95px;
    background:
        radial-gradient(circle at 10% 15%, rgba(61, 151, 255, .14), transparent 28%),
        radial-gradient(circle at 90% 82%, rgba(151, 103, 255, .12), transparent 30%),
        linear-gradient(180deg, #f8fbff, #eff5fd);
}

.contact-modern-page.no_banner { padding-top: 150px; }
.contact-modern-shell { position: relative; padding: 18px; border: 1px solid rgba(213,224,239,.88); border-radius: 28px; background: rgba(255,255,255,.56); box-shadow: 0 24px 65px rgba(31,62,112,.09); backdrop-filter: blur(9px); }
.contact-info-panel { height: 100%; padding: 32px; }
.contact-modern-page .header-text h5 { display: inline-flex; align-items: center; gap: 8px; margin-bottom: 14px; padding: 7px 12px; border-radius: 999px; background: #e8f2ff; color: #2478df; font-size: 11px; font-weight: 850; letter-spacing: .08em; text-transform: uppercase; }
.contact-modern-page .header-text h3 { max-width: 570px; margin-bottom: 13px; color: #142440; font-size: clamp(31px,4vw,48px); font-weight: 850; line-height: 1.12; letter-spacing: -.025em; }
.contact-modern-page .header-text > p { max-width: 580px; margin-bottom: 28px; color: #68778d; font-size: 15px; line-height: 1.75; }
.contact-info-list { display: grid; gap: 12px; }
.contact-modern-page .contact-info-card { display: flex; align-items: center; gap: 14px; margin: 0; padding: 16px; border: 1px solid #e1e8f2; border-radius: 15px; background: #fff; box-shadow: 0 8px 20px rgba(22,49,90,.05); transition: .25s ease; }
.contact-modern-page .contact-info-card:hover { border-color: #a9cef9; transform: translateX(5px); box-shadow: 0 12px 27px rgba(28,94,178,.1); }
.contact-modern-page .contact-info-card .icon-box { display: grid; place-items: center; flex: 0 0 46px; width: 46px; height: 46px; border-radius: 13px; background: linear-gradient(135deg,#e9f4ff,#eef0ff); color: #287ce4; font-size: 19px; }
.contact-modern-page .contact-info-card .text h5 { margin: 0 0 3px; color: #23324b; font-size: 12px; font-weight: 800; text-transform: uppercase; letter-spacing: .05em; }
.contact-modern-page .contact-info-card .text p { margin: 0; color: #617087; font-size: 14px; overflow-wrap: anywhere; }
.contact-modern-page .contact-info-card a { color: inherit; }
.contact-response-note { display: flex; align-items: center; gap: 12px; margin-top: 16px; padding: 14px 16px; border: 1px solid #cbece1; border-radius: 14px; background: #ecfaf5; color: #237960; }
.contact-response-note > i { font-size: 20px; }
.contact-response-note strong,.contact-response-note span { display: block; }
.contact-response-note strong { margin-bottom: 2px; font-size: 13px; }
.contact-response-note span { font-size: 11px; line-height: 1.45; }

.contact-modern-form { height: 100%; padding: 32px; border: 1px solid #e2e9f3; border-radius: 22px; background: #fff; box-shadow: 0 20px 48px rgba(25,58,108,.12); }
.contact-form-heading { margin-bottom: 24px; }
.contact-form-heading > span { color: #2b7de5; font-size: 11px; font-weight: 850; letter-spacing: .13em; text-transform: uppercase; }
.contact-form-heading h4 { margin: 6px 0 7px; color: #15233b; font-size: 25px; font-weight: 850; }
.contact-form-heading p { margin: 0; color: #7b8799; font-size: 13px; line-height: 1.65; }
.contact-modern-form .input-box {
    display: block !important;
    min-width: 0;
}
.contact-modern-form label { display: block; margin: 0 0 7px; color: #344258; font-size: 12px; font-weight: 750; }
.contact-modern-form .form-control { min-height: 52px; padding: 13px 15px; border: 1px solid #d8e2ef; border-radius: 12px; background: #f8fafc; color: #1f2937; box-shadow: none; }
.contact-modern-form textarea.form-control { min-height: 135px; resize: vertical; }
.contact-modern-form .form-control:focus { border-color: #4c9ff1; background: #fff; box-shadow: 0 0 0 4px rgba(45,126,229,.09); }
.contact-modern-form .form-control.is-invalid { border-color: #e88787; background-image: none; }
.contact-field-error { display: block; margin-top: 6px; padding-left: 4px; color: #dc3545; font-size: 11px; font-weight: 650; overflow-wrap: anywhere; }
.contact-submit-btn { display: inline-flex; align-items: center; justify-content: center; gap: 9px; min-width: 180px; min-height: 50px; border: 0; border-radius: 12px; background: linear-gradient(135deg,#197df1,#29adf5); color: #fff; box-shadow: 0 12px 25px rgba(29,130,235,.22); }
.contact-submit-btn:hover { color: #fff; transform: translateY(-2px); }

@media (max-width: 767px) {
    .contact-modern-page { padding: 42px 0 65px; }
    .contact-modern-page.no_banner { padding-top: 110px; }
    .contact-modern-shell { padding: 8px; border-radius: 21px; }
    .contact-info-panel,.contact-modern-form { padding: 22px 16px; }
    .contact-modern-page .contact-info-card:hover { transform: none; }
    .contact-submit-btn { width: 100%; }
}

body:has(.auth-split-page) #page-banner {
    display: none !important;
}

.auth-split-page .container {
    max-width: 1200px;
}

.auth-split-page .auth-visual-column,
.auth-split-page .auth-form-column {
    padding: 30px 42px;
}

.auth-visual-panel {
    height: 100%;
    min-height: 560px;
    display: flex;
    flex-direction: column;
}

.auth-back-home {
    align-self: flex-start;
    display: inline-flex;
    align-items: center;
    gap: 9px;
    min-height: 46px;
    padding: 10px 24px;
    color: #fff !important;
    background: #102a52;
    border-radius: 30px;
    font-weight: 700;
    text-decoration: none;
}

.auth-back-home:hover {
    color: #fff !important;
    background: var(--primary-color);
}

.auth-visual-art {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 35px 15px 0;
}

.auth-visual-art img {
    display: block;
    width: 100%;
    max-width: 500px;
    max-height: 620px;
    object-fit: contain;
}

.auth-image-placeholder {
    width: min(430px, 100%);
    min-height: 360px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 14px;
    padding: 35px;
    color: #64748b;
    background: rgba(255, 255, 255, .58);
    border: 2px dashed #b9c8df;
    border-radius: 28px;
    text-align: center;
}

.auth-image-placeholder i {
    font-size: 54px;
    color: var(--primary-color);
}

.auth-form-heading {
    margin-bottom: 22px;
}

.auth-eyebrow {
    display: inline-flex;
    margin-bottom: 9px;
    color: var(--primary-color);
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.auth-form-heading h2 {
    margin-bottom: 6px;
    color: #111827;
    font-size: clamp(30px, 3vw, 44px);
}

.auth-form-heading p {
    margin-bottom: 0;
    color: #6b7280;
    font-size: 18px;
    font-weight: 600;
}

.auth-split-page .auth-form-card {
    padding: 38px;
    background: rgba(255, 255, 255, .96);
    border: 1px solid rgba(203, 213, 225, .55);
    border-radius: 28px;
    box-shadow: 0 22px 55px rgba(55, 85, 140, .12);
    transition: transform .3s ease, box-shadow .3s ease;
}

.auth-split-page .auth-form-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 28px 65px rgba(55, 85, 140, .16);
}

.auth-split-page .auth-form-card h4 {
    margin-bottom: 8px;
    color: #172033;
    font-size: 22px;
}

.auth-split-page .auth-form-card .form-control,
.auth-split-page .auth-form-card .country_code {
    min-height: 50px;
    color: #1f2937;
    background: #f4f7fd;
    border: 1px solid #ccd6e5;
    border-radius: 25px;
    padding-inline: 18px;
}

.auth-split-page .auth-form-card .input-group .form-control {
    border-radius: 25px;
}

.auth-split-page .auth-form-card .input-group {
    flex-wrap: nowrap;
    gap: 10px;
}

.auth-split-page .auth-form-card .input-group-prepend {
    flex: 0 0 42%;
    width: 42% !important;
}

.auth-split-page .auth-form-card .phoneField {
    min-width: 0;
}

.auth-split-page .auth-form-card .links {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    flex-wrap: wrap;
}

.auth-split-page .auth-form-card .links a,
.auth-split-page .auth-form-card .bottom a {
    color: var(--primary-color);
    font-weight: 700;
    text-decoration: none;
}

.auth-split-page .auth-form-card .btn-smm {
    min-width: 230px;
    min-height: 52px;
    margin-top: 24px;
    justify-content: center;
    color: #fff;
    background: linear-gradient(180deg, #49b8ff, #3079ff);
    border: 0;
    border-radius: 28px;
    font-weight: 700;
}

.auth-split-page .auth-form-card .bottom {
    margin-top: 22px;
    color: #64748b;
}

.auth-split-page .auth-form-card .bottom br {
    display: none;
}

.auth-split-page .auth-form-card .bottom a {
    margin-left: 4px;
}

.login-wrapper {
    z-index: 5;
}

.login-wrapper .login-btn {
    position: relative;
    z-index: 6;
    pointer-events: auto;
}

@media (max-width: 991px) {
    .auth-split-page {
        padding: 35px 0 55px;
    }

    .auth-split-page .auth-visual-column,
    .auth-split-page .auth-form-column {
        padding: 18px 24px;
    }

    .auth-visual-panel {
        min-height: auto;
    }

    .auth-visual-art {
        padding-top: 24px;
    }

    .auth-visual-art img,
    .auth-image-placeholder {
        max-height: 330px;
        min-height: 240px;
    }
}

@media (max-width: 575px) {
    .auth-split-page .auth-visual-column,
    .auth-split-page .auth-form-column {
        padding: 12px;
    }

    .auth-back-home {
        min-height: 42px;
        padding: 9px 17px;
        font-size: 14px;
    }

    .auth-split-page .auth-form-card {
        padding: 22px 16px;
        border-radius: 20px;
    }

    .auth-split-page .auth-form-card:hover {
        transform: none;
    }

    .auth-form-heading h2 {
        font-size: 28px;
    }

    .auth-form-heading p {
        font-size: 15px;
    }

    .auth-split-page .auth-form-card .btn-smm {
        width: 100%;
        min-width: 0;
    }
}

@media(max-width: 991px){
    .nav-scroll-wrapper{
        top: 0;
        left: 0;
        width: 100%;
        margin-bottom: 16px;
        padding-inline: 12px;
    }

    .nav-scroll-content {
        margin-bottom: 0;
        font-size: clamp(18px, 6vw, 28px);
        line-height: 1.3;
    }
}
.footer-ul-xx{
    flex-direction: column;
    justify-content: center;
    gap: 15px;
    display: flex;
    flex-wrap: wrap;
}


.nav-scroll-track {
    display: flex;
    width: max-content;
    animation: scroll-left_nav 20s linear infinite;
}
.nav-scroll-content{
    font-weight: 900;
    font-size: xx-large;
    color: white;
}

.nav-scroll-btn {
    margin: 0 10px;
    padding: 10px 22px;
    border-radius: 30px;
    border: none;
    background: #2563eb;
    color: #fff;
    font-size: 14px;
    cursor: pointer;
    white-space: nowrap;
}

@keyframes scroll-left_nav {
    0%{
        transform: translateX(100%);
    }
    50% {
        transform: translateX(0);
    }
    100%{
        transform: translateX(-100%);
    }
}
.login-hero{
    display: flex;
    justify-content: center;
    margin-bottom: -67px;
}
.login-wrapper {
    width: 95%;
    position: relative;
    top: -90px;
    max-width: 1300px;
    background: #fff;
    padding: 22px;
    border-radius: 40px;
    box-shadow: 0 15px 40px rgba(0, 100, 255, 0.15);
}

/* Form layout */
.login-form {
    display: flex;
    align-items: center;
    gap: 16px;
    flex-wrap: wrap;
}

/* Inputs */
.input-group-1 {
    display: flex;
    align-items: center;
    background: #f4f7fb;
    border-radius: 12px;
    overflow: hidden;
    border: 1px solid #d0d7e2;
    height: 56px;
    flex: 1;
}

.input-group-1.full {
    min-width: 260px;
}

.input-group-1 input {
    border: none;
    outline: none;
    width: 100%;
    padding-left: 10px;
    font-size: 19px;
    height: 100%;
    background: #f4f7fb;
    position: relative;
    z-index: 1;
    pointer-events: auto;
    opacity: 1;
    -webkit-text-fill-color: #000;
    touch-action: manipulation;
}

.blog-box .blog-author-chip {
    margin-bottom: 18px;
}

.blog-box .blog-author-chip a {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: var(--heading-color);
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
}

.blog-box .blog-author-chip img {
    width: 42px;
    height: 42px;
    flex: 0 0 42px;
    border-radius: 50%;
    object-fit: cover;
    border: 2px solid #fff;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.14);
}

/* Left icons */
.icon {
    width: 56px;
    height: 56px;
    background: linear-gradient(180deg, #4bb3ff, #1f7cff);
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}

/* Action group */
.action-group {
    display: flex;
    gap: 12px;
    align-items: center;
    flex-wrap: wrap;
}

/* Small icon buttons */
.icon-btn {
    width: 56px;
    height: 56px;
    border-radius: 12px;
    border: 1px solid #d0d7e2;
    background: #f4f7fb;
    font-size: 18px;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #000;
    text-decoration: none;
    flex: 0 0 56px;
    position: relative;
    z-index: 2;
    touch-action: manipulation;
}

/* Login button */
.login-btn {
    height: 56px;
    padding: 0 26px;
    border-radius: 14px;
    border: none;
    background: linear-gradient(180deg, #4bb3ff, #1f7cff);
    color: #fff;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 8px;
    cursor: pointer;
}

/* Social buttons */
.social-btn {
    width: 100%;
    height: 56px;
    border-radius: 12px;
    border: none;
    color: #fff;
    font-size: 18px;
    cursor: pointer;
}

.facebook {
    background: #1877f2;
}

.google {
    background: #db4437;
}
.social-btn-continer{
    margin-top: 29px;
    width: 100%;
    display: flex
;
    gap: 20px;
}

@media(max-width:910px){
    .login-form{
        flex-direction: column;
    }
    .input-group-1.full{
        width: 100%;
    }
    .action-group{
        width: 100%;
        flex-wrap: nowrap;
    }
    .login-btn{
        justify-content: center;
        width: 100%;
    }
    .input-group-1{
        flex:none;
    }
    .login-wrapper{
        top:0px;
        margin-bottom: 29px;
    }
    .login-hero{
        margin-bottom: 0px;
    }
}

.no_banner{
    padding-top: 114px;
    padding-bottom: 22px;
    margin-bottom: 49px;
}

/* =========================================================== start hero ==================================================*/

/* =================================== timtimati light 2 ===================================================== */
.christmas-garland {
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  position: absolute;
  z-index: 1;
  padding: 0;
  pointer-events: none;
  width: 100%;
  height: 85px;
}

.christmas-garland .christmas-garland__item {
  position: relative;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  display: inline-block;
  margin-left: 20px;
}

.christmas-garland .christmas-garland__item:first-child {
  margin-left: -40px;
}

.christmas-garland {
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  position: absolute;
  z-index: 11;
  padding: 0;
  pointer-events: none;
  width: 100%;
  height: 85px;
}

.christmas-garland .christmas-garland__item:before {
  content: "";
  position: absolute;
  background: #222;
  width: 10px;
  height: 10px;
  border-radius: 3px;
  top: -1px;
  left: 9px;
}

div.shape {
  position: absolute;
  overflow: hidden;
  left: 0;
  width: 100%;
  z-index: 2;
}

.christmas-garland .christmas-garland__item .shape {
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-name: flash-1;
  animation-name: flash-1;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}

.christmas-garland .christmas-garland__item .apple {
  width: 22px;
  height: 22px;
  border-radius: 50%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 8px;
}

.christmas-garland .christmas-garland__item:nth-child(2n+1) .shape {
  -webkit-animation-name: flash-2;
  animation-name: flash-2;
  -webkit-animation-duration: .8s;
  animation-duration: .8s;
}

.christmas-garland .christmas-garland__item:nth-child(4n+2) .shape {
  -webkit-animation-name: flash-3;
  animation-name: flash-3;
  -webkit-animation-duration: 1.1s;
  animation-duration: 1.1s;
}

.christmas-garland .christmas-garland__item:nth-child(3n+1) .shape {
  -webkit-animation-duration: 1.4s;
  animation-duration: 1.4s;
}

@keyframes flash-1 {

  0%,
  100% {
    background: rgb(255, 219, 0);
    box-shadow: 0px 5px 24px 3px rgb(255, 219, 0);
  }

  50% {
    background: rgba(255, 219, 0, 0.4);
    box-shadow: 0px 5px 24px 3px rgba(255, 219, 0, 0.4);
  }
}

@keyframes flash-2 {

  0%,
  100% {
    background: rgb(247, 95, 9);
    box-shadow: 0px 5px 24px 3px rgb(247, 95, 9);
  }

  50% {
    background: rgba(247, 95, 9, 0.2);
    box-shadow: 0px 5px 24px 3px rgba(247, 95, 9, 0.2);
  }
}

@keyframes flash-3 {

  0%,
  100% {
    background: rgb(6, 233, 211);
    box-shadow: 0px 5px 24px 3px rgb(6, 233, 211);
  }

  50% {
    background: rgba(6, 233, 211, 0.2);
    box-shadow: 0px 5px 24px 3px rgba(6, 233, 211, 0.2);
  }
}

.christmas-garland .christmas-garland__item:after {
  content: "";
  top: -9px;
  left: 14px;
  position: absolute;
  width: 52px;
  height: 18px;
  border-bottom: solid #222 2px;
  border-radius: 50%;
}


.review-banner{
    margin-bottom: 15px;
    background: #e9edf3;
    padding: 10px 20px;
    border-radius: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}
.avatar-group{
    display: flex;
}
.avatar {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    border: 3px solid #fff;
    object-fit: cover;
    margin-left: -15px;
}
.avatar:first-child {
    margin-left: 0;
}
.rating-text {
    font-size: 16px;
    color: #333;
}
.services-btn {
    background: #c4e538;
    padding: 10px 25px;
    border-radius: 30px;
    font-weight: 600;
    color: #000;
    text-decoration: none;
    transition: 0.3s ease;
}
/* Button */
.signup-btn{
    padding: 8px 5px;
    border-radius: 40px;
    background: linear-gradient(135deg,var(--primary-color),var(--dy-nav));
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: 10px;
    transition: all .3s ease;
    box-shadow: 0 10px 25px rgba(0,82,255,0.35);
}

.signup-btn:hover{
    transform: translateY(-4px);
    box-shadow: 0 15px 35px rgba(0,82,255,0.45);
}

.arrow{
    font-size: 18px;
}
@media(max-width:750px){
    .rating-card{
        margin-right: 0px;
        border-radius: 10px;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
    }
    .rating-left{
        justify-content: center;
        flex-wrap: wrap;
        align-items: center;
    }
    .signup-btn{
        justify-content: center;
        width: 100%;
        border-radius: 10px;

    }
}
/* =========================================================== start icon scroll ==================================================*/
.scroll-container {
    margin: auto;
    width: 80vw;               /* 1/2 of PC screen */
    overflow: hidden;
    background: #f4f4f4;
    padding: 14px 0;
    position: relative;
    background: rgba(255,255,255,0.65);
    backdrop-filter: blur(8px);
    border-radius: 18px;
}

.scroll-track {
    display: flex;
    width: max-content;
    animation: infinite-scroll 14s linear infinite;
}

.scroll-track button {
    margin: 0 10px;
    padding: 10px 22px;
    border-radius: 30px;
    border: none;
    color: #fff;
    font-size: 14px;
    white-space: nowrap;
    cursor: pointer;
}

/* infinite movement */
@keyframes infinite-scroll {
    from {
        transform: translateX(0);
    }
    to {
        transform: translateX(-40%);
    }
}

/* edge blur fade */
.scroll-container::before,
.scroll-container::after {
    content: "";
    position: absolute;
    top: 0;
    width: 70px;
    height: 100%;
    z-index: 2;
    pointer-events: none;
}

.scroll-container::before {
    left: 0;
    background: linear-gradient(
        to right,
        rgba(255,255,255,1),
        rgba(255,255,255,0)
    );
}

.scroll-container::after {
    right: 0;
    background: linear-gradient(
        to left,
        rgba(255,255,255,1),
        rgba(255,255,255,0)
    );
}


/* base social button */
.scroll-track button {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 10px 18px;
    border-radius: 30px;
    border: 1px solid transparent;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    white-space: nowrap;
    transition: all 0.3s ease;

    background: linear-gradient(
        45deg,
        #F58529,
        #DD2A7B,
        #8134AF,
        #515BD4
    );
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.scroll-track button:hover {
    -webkit-text-fill-color: #DD2A7B; /* restore text color */
    color: #DD2A7B;
}
/*=========================================================== start carousel ===========================================================*/
#card-container , #card-container-service {
    padding-right: 40px;
    width: 100%;
    max-width: 1300px;
    display: block;
    margin: auto;
    overflow: hidden; /* hide extra cards */
    position: relative;
    transition: all 0.3s ease;
}
.feature-box {
    background:linear-gradient(
        5deg,
        var(--dy-hero1),
        var(--primary-color)
    );
    position: relative;
    overflow: hidden;
    transition: all 0.4s ease;
    border-radius: 12px;
    border: 1px solid red ;
}

.feature-section .feature-box {
    background: var(--dy-feature-card);
    border-color: transparent;
}

.feature-section .feature-box .title,
.feature-section .feature-box p {
    color: #111827;
}

/* Light sweep animation */
.feature-box::before {
    content: "";
    position: absolute;
    top: 0;
    left: -120%;
    width: 60%;
    height: 100%;
    background: linear-gradient(
        120deg,
        transparent,
        rgba(255,255,255,0.35),
        transparent
    );
    transform: skewX(-25deg);
    transition: all 0.7s ease;
}

/* Hover Effects */
.feature-box:hover {
    background: linear-gradient(
        5deg,
        var(--dy-form),
        var(--dy-nav)
    );
    transform: translateY(-8px) scale(1.02);
    box-shadow:
        0 10px 25px rgba(0,0,0,0.15),
        0 0 25px rgba(255, 0, 150, 0.25),
        0 0 40px rgba(0, 200, 255, 0.25);
}

/* Trigger the light sweep */
.feature-box:hover::before {
    left: 150%;
}

/* Optional: smooth text color change inside */
.feature-section .feature-box:hover * {
    transition: color 0.3s ease;
    color: var(--dy-feature-hover-text) !important;
}

#m_card{
    background:white;
}
#m_card:hover *{
    color:white;
}

.service-card-h:hover{
    scale:1.05;
    box-shadow:0 4px 12px rgb(1 1 1);
}

.card-track , .card-track-service {
    display: flex;
    gap: 20px;
    padding:14px;
    transition: transform 0.5s ease;
}
@media (max-width: 1000px) {
    .card-track {
        /*display: block;*/
    }
    .service-card-h,.feature-card-h{
        flex: 0 0 auto;
        width: 100%;
        max-width: 100%;
    }
    #card-container , #card-container-service{
        padding-right: 0px;
    }
}

.hero-m{
    position: absolute;
    top: 60px;
    left: 50px;
    border: 50px solid red;
    border-radius: 50%;
    z-index: 4;
}
/* ========================================================= start testimiriral ======================================================== */
.testimoi-bg {
    padding-top: 64px;
    background: linear-gradient(to bottom left, var(--dy-footer), var(--secondary-color));
}

.card-Achivement{
    position: relative;
    overflow: hidden;
    border-radius: 14px;
    cursor: pointer;
}

.fancy-hover-card{
    position: relative;
    overflow: hidden;
    border-radius: 12px;
    transition: all 0.4s ease;
    background: #ffffff;
    z-index: 1;
}

/* gradient layer */
.fancy-hover-card::before{
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, var(--dy-form), var(--dy-hero1));
    opacity: 0;
    transition: opacity 0.5s ease;
    z-index: -1;
}

/* hover effect */
.fancy-hover-card:hover::before{
    opacity: 1;
}

/* lift effect */
.fancy-hover-card:hover{
    transform: translateY(-8px);
    box-shadow: 0 20px 40px rgba(0,0,0,0.15);
}

/* text & icon color change smoothly */
.fancy-hover-card .icon-area i,
.fancy-hover-card .content-area h3,
.fancy-hover-card .content-area h5{
    transition: color 0.4s ease;
}

.fancy-hover-card:hover .icon-area i,
.fancy-hover-card:hover .content-area h3,
.fancy-hover-card:hover .content-area h5{
    color: #ffffff;
}



/* real content */
.card-Achivement {
    position: relative;
    overflow: hidden;
    z-index: 1;
}

/* Background Layer */
.card-Achivement::before {
    content: "";
    position: absolute;
    inset: -50%;
    background: linear-gradient(
        45deg,
        var(--dy-hero1),
        #ffffff,
        var(--primary-color)
    );
    z-index: -1;
    transition: opacity 0.4s ease;
    opacity: 1;
    animation: rotateBg 6s linear infinite;
}

/* Rotate only background */
.card-Achivement:hover::before {

    background: linear-gradient(
        45deg,
        var(--dy-nav),
        #ffffff,
        var(--dy-form)
    );
}

/* Rotation animation */
@keyframes rotateBg {
    from { transform: rotate(0deg); }
    to { transform: rotate(360deg); }
}
.card-Achivement:hover .cmn-box3{
    transform: translateY(-10px);
    color: #fff;
}

.card-Achivement:hover .icon-area i{
    transform: scale(1.2) rotate(8deg);
    color: #ffd700;
    transition: .4s;
}

.card-Achivement:hover .achivement-counter{
    transform: scale(1.15);
    transition: .4s;
}

.achivement-section .card-Achivement {
    width: min(260px, calc(100% - 24px));
    max-width: 260px;
    aspect-ratio: 1 / 1;
    margin-inline: auto;
    padding: 10px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    animation: achievementFloat 4.5s ease-in-out infinite;
}

.achivement-section .card-Achivement:nth-child(2) { animation-delay: .35s; }
.achivement-section .card-Achivement:nth-child(3) { animation-delay: .7s; }
.achivement-section .card-Achivement:nth-child(4) { animation-delay: 1.05s; }

@keyframes achievementFloat {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-10px); }
}

.achivement-section .card-Achivement .cmn-box3 {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
}

@media (min-width: 992px) {
    .achivement-section .card-Achivement {
        width: 23%;
    }
}

/* FAQ two-column layout */
.faq-page {
    padding: 90px 0;
    background: #f8fafc;
}

.faq-page-heading {
    margin-bottom: 38px;
}

.faq-page-heading span {
    display: inline-block;
    margin-bottom: 8px;
    color: var(--primary-color);
    font-weight: 700;
    letter-spacing: .14em;
    text-transform: uppercase;
}

.faq-page-heading h2 {
    margin: 0;
    color: #20252d;
    font-size: clamp(30px, 4vw, 44px);
}

.faq-page .accordion {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px 18px;
    align-items: start;
}

.faq-page .accordion-item {
    margin: 0;
    overflow: hidden;
    border: 1px solid #e7ecf4;
    border-radius: 12px;
    background: #fff;
    box-shadow: 0 8px 24px rgba(15, 23, 42, .06);
}

.faq-page .accordion-button {
    min-height: 64px;
    padding: 16px 20px;
    background: #fff !important;
    color: #20252d !important;
    font-size: 16px;
    font-weight: 700;
}

.faq-page .accordion-button:not(.collapsed) {
    background: #eef4ff !important;
    color: var(--primary-color) !important;
}

.faq-page .accordion-button::after,
.faq-page .accordion-button:not(.collapsed)::after {
    background-color: transparent !important;
    border-radius: 0;
}

.faq-page .accordion-body {
    padding: 18px 20px 22px;
    color: #4b5563;
    line-height: 1.65;
}

/* API documentation */
.api-docs-enhanced {
    padding: 90px 0;
    background: linear-gradient(180deg, #f5f8ff 0%, #fff 100%);
}

.api-docs-enhanced > .container:not(:first-child) {
    margin-top: 30px;
}

.api-docs-enhanced .api-details {
    overflow: hidden;
    border: 1px solid #dde7f6;
    border-radius: 18px;
    background: #fff;
    box-shadow: 0 14px 38px rgba(31, 77, 140, .09) !important;
}

.api-docs-enhanced .api-details > .card-header,
.api-docs-enhanced .api-details > .card-title {
    margin: 0;
    padding: 20px 24px;
    border: 0;
    background: linear-gradient(135deg, #2563eb, #4aa8ff);
    color: #fff !important;
}

.api-docs-enhanced .api-details .card-header .card-title,
.api-docs-enhanced .api-details > .card-title {
    color: #fff !important;
    font-size: 19px;
    font-weight: 700;
}

.api-docs-enhanced .api-details .card-body {
    padding: 24px;
}

.api-docs-enhanced .api-details .card-body .row {
    row-gap: 14px;
}

.api-docs-enhanced .api-details .card-body [class*="col-"] {
    padding: 14px 16px;
    border: 1px solid #e8eef8;
    border-radius: 10px;
    background: #f8faff;
}

.api-docs-enhanced .api-details h6 {
    margin-bottom: 6px;
    color: #2563eb;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .08em;
    text-transform: uppercase !important;
}

.api-docs-enhanced .api-details p {
    margin: 0;
    color: #273244;
    overflow-wrap: anywhere;
}

.api-docs-enhanced .api-code {
    position: relative;
    overflow: auto;
    padding: 48px 22px 22px;
    border: 1px solid #26364d;
    border-radius: 16px;
    background: #111827;
    box-shadow: 0 16px 35px rgba(15, 23, 42, .18);
}

.api-docs-enhanced .api-code::before {
    content: "";
    position: absolute;
    top: 19px;
    left: 22px;
    width: 11px;
    height: 11px;
    border-radius: 50%;
    background: #ff5f57;
    box-shadow: 19px 0 #febc2e, 38px 0 #28c840;
}

.api-docs-enhanced .api-code p {
    margin-bottom: 10px;
    font-family: monospace;
}

.api-docs-enhanced .api-code pre {
    min-width: 560px;
    margin: 0;
    color: #d7e4ff !important;
    font-size: 14px;
    line-height: 1.65;
    white-space: pre-wrap;
}

.api-docs-enhanced .custom-select-color {
    min-height: 44px;
    border: 1px solid rgba(255, 255, 255, .45);
    border-radius: 10px;
    background-color: rgba(255, 255, 255, .15) !important;
    color: #fff !important;
}

@media (max-width: 767px) {
    .faq-page,
    .api-docs-enhanced {
        padding: 60px 0;
    }

    .faq-page .accordion {
        grid-template-columns: 1fr;
    }

    .api-docs-enhanced .api-details > .card-header {
        align-items: stretch !important;
        flex-direction: column;
        gap: 12px;
    }

    .api-docs-enhanced .api-details > .card-header .col-md-3 {
        width: 100%;
        text-align: left !important;
    }

    .api-docs-enhanced .api-code {
        padding: 46px 16px 18px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .achivement-section .card-Achivement {
        animation: none;
    }
}

/* Modern mobile navigation */
@media (max-width: 991px) {
    .dark-voilet-header .offcanvas {
        width: min(88vw, 380px);
        border: 0;
        border-radius: 24px 0 0 24px;
        background: #f8fafc;
        box-shadow: -18px 0 50px rgba(15, 23, 42, .18);
    }

    .dark-voilet-header .offcanvas-header {
        min-height: 86px;
        padding: 18px 22px;
        border-bottom: 1px solid #e7edf5;
        background: #fff;
    }

    .dark-voilet-header .offcanvas-body {
        padding: 24px 18px;
        background: #f8fafc;
    }

    .dark-voilet-header .offcanvas .navbar-nav {
        width: 100%;
        margin: 0 !important;
        gap: 10px;
    }

    .dark-voilet-header .offcanvas .nav-link {
        display: flex;
        align-items: center;
        min-height: 54px;
        padding: 14px 18px;
        border: 1px solid #e6edf7;
        border-radius: 14px;
        background: #fff;
        box-shadow: 0 6px 18px rgba(15, 23, 42, .05);
        color: var(--dy-header-text);
        font-size: 17px;
        font-weight: 700;
        text-align: left;
    }

    .dark-voilet-header .offcanvas .nav-link:hover,
    .dark-voilet-header .offcanvas .nav-link.active {
        border-color: var(--dy-header-hover);
        background: var(--dy-header-hover);
        color: #fff;
        transform: translateX(-4px);
    }

    .dark-voilet-header .offcanvas .cmn-btn-close {
        width: 44px;
        height: 44px;
        border: 1px solid #dbe4f0;
        border-radius: 12px;
        background: #f1f5f9;
        color: #111827;
    }
}

/* Modern services catalogue */
.services-modern-hero {
    position: relative;
    padding: 92px 0 105px;
    overflow: hidden;
    background: linear-gradient(125deg, #f8fbff 0%, #eaf3ff 50%, #f2edff 100%);
}

.services-hero-orb { position: absolute; border-radius: 50%; filter: blur(1px); pointer-events: none; }
.services-hero-orb.orb-one { width: 360px; height: 360px; top: -210px; left: -80px; background: radial-gradient(circle, rgba(64,180,255,.27), transparent 70%); }
.services-hero-orb.orb-two { width: 460px; height: 460px; right: -150px; bottom: -310px; background: radial-gradient(circle, rgba(156,91,255,.25), transparent 70%); }
.services-eyebrow { display: inline-flex; align-items: center; gap: 8px; margin-bottom: 18px; padding: 8px 14px; border: 1px solid rgba(37,105,240,.14); border-radius: 999px; background: rgba(255,255,255,.82); color: #2569e8; font-size: 13px; font-weight: 800; letter-spacing: .035em; box-shadow: 0 8px 22px rgba(37,105,240,.08); }
.services-hero-copy h1 { max-width: 650px; margin: 0 0 20px; color: #12213d; font-size: clamp(38px,5vw,64px); font-weight: 850; line-height: 1.05; letter-spacing: -.035em; }
.services-hero-copy p { max-width: 620px; margin: 0 0 27px; color: #5d6b80; font-size: 17px; line-height: 1.75; }
.services-hero-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.services-primary-action,.services-secondary-action { display: inline-flex; align-items: center; justify-content: center; gap: 9px; min-height: 52px; padding: 13px 22px; border-radius: 13px; font-size: 14px; font-weight: 800; transition: .25s ease; }
.services-primary-action { background: linear-gradient(135deg,#246af0,#55b5ff); color: #fff; box-shadow: 0 13px 28px rgba(36,106,240,.23); }
.services-secondary-action { border: 1px solid #cfdaea; background: rgba(255,255,255,.8); color: #25334d; }
.services-primary-action:hover,.services-secondary-action:hover { color: #fff; transform: translateY(-3px); }
.services-secondary-action:hover { border-color: #172b4e; background: #172b4e; }
.services-trust-list { display: flex; flex-wrap: wrap; gap: 18px; margin-top: 25px; color: #56677f; font-size: 13px; font-weight: 650; }
.services-trust-list i { margin-right: 5px; color: #21b68c; }
.services-hero-visual { position: relative; width: min(100%,520px); min-height: 410px; margin-left: auto; }
.services-visual-core { position: absolute; inset: 72px 62px; display: flex; flex-direction: column; align-items: center; justify-content: center; border: 1px solid rgba(255,255,255,.75); border-radius: 44% 56% 51% 49% / 48% 43% 57% 52%; background: linear-gradient(145deg,rgba(255,255,255,.94),rgba(224,238,255,.9)); box-shadow: 0 35px 75px rgba(41,78,143,.18); text-align: center; animation: serviceFloat 5s ease-in-out infinite; }
.services-visual-core i { display: grid; place-items: center; width: 86px; height: 86px; margin-bottom: 18px; border-radius: 25px; background: linear-gradient(135deg,#266df3,#8f6cff); color: #fff; font-size: 36px; box-shadow: 0 18px 32px rgba(55,100,230,.25); }
.services-visual-core strong { color: #152543; font-size: 25px; }
.services-visual-core span { margin-top: 5px; color: #6b7890; font-size: 13px; }
.floating-platform { position: absolute; z-index: 2; display: grid; place-items: center; width: 66px; height: 66px; border: 1px solid rgba(255,255,255,.9); border-radius: 21px; background: rgba(255,255,255,.9); box-shadow: 0 17px 35px rgba(30,58,108,.16); }
.floating-platform img { width: 38px; height: 38px; object-fit: contain; }
.platform-1{top:25px;left:85px}.platform-2{top:45px;right:48px}.platform-3{top:180px;left:4px}.platform-4{right:0;bottom:90px}.platform-5{left:85px;bottom:12px}.platform-6{right:110px;bottom:5px}
@keyframes serviceFloat { 50% { transform: translateY(-10px) rotate(1deg); } }

.service-page#services {
    padding: 78px 0 95px;
    background: linear-gradient(180deg,#f7f9fd,#f1f5fb);
}

.services-section-heading { max-width: 760px; margin: 0 auto 36px; text-align: center; }
.services-section-heading > span { color: #2970ed; font-size: 12px; font-weight: 850; letter-spacing: .16em; text-transform: uppercase; }
.services-section-heading h2 { margin: 9px 0 10px; color: #14223d; font-size: clamp(29px,4vw,43px); font-weight: 850; }
.services-section-heading p { margin: 0; color: #6b778b; line-height: 1.7; }

.service-page .service_filter_wrap {
    padding: 0 0 24px;
}

.service-page .service_filter_btn_wrap {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 9px;
}

.service-page .service_filter_btn {
    display: flex;
    align-items: center;
    gap: 8px;
    min-width: 0;
    min-height: 44px;
    padding: 7px 11px;
    border: 1px solid #dfe7f2;
    border-radius: 11px;
    background: #fff !important;
    box-shadow: 0 8px 22px rgba(15, 23, 42, .06);
    color: #273244 !important;
    font-size: 13px;
    font-weight: 700;
    transition: .25s ease;
}

.service-page .service_filter_btn:hover,
.service-page .service_filter_btn.activeSocialMedia {
    border-color: var(--primary-color);
    background: linear-gradient(180deg, #43b9fe 0%, #207cfe 100%) !important;
    color: #fff !important;
    transform: translateY(-2px);
}

.service-page .service_filter_btn.activeSocialMedia .icon img {
    animation: serviceSelectedMediaPop .48s cubic-bezier(.2, .85, .35, 1.35) both;
    filter: drop-shadow(-2px 1px 0 rgba(255, 210, 53, .9))
            drop-shadow(2px -1px 0 rgba(255, 75, 154, .72));
}

@keyframes serviceSelectedMediaPop {
    0% { transform: scale(.72) rotate(-12deg); }
    58% { transform: scale(1.2) rotate(7deg); }
    100% { transform: scale(1) rotate(0); }
}

.service-page .service_filter_btn .icon img {
    width: 24px;
    height: 24px;
    border-radius: 6px;
    object-fit: contain;
}

.service-page .service_filter_btn .icon {
    display: grid;
    place-items: center;
    flex: 0 0 28px;
    width: 28px;
    height: 28px;
    min-width: 28px;
    min-height: 28px;
    padding: 0;
    border-radius: 7px;
    background: transparent;
}

.service-page .search-area {
    margin-bottom: 24px;
    padding: 22px !important;
    border: 1px solid #dfe7f2;
    border-radius: 19px;
    background: #fff !important;
    box-shadow: 0 10px 28px rgba(15, 23, 42, .07);
}

.service-page .search-area .input-box {
    display: grid;
    grid-template-columns: 142px minmax(0, 1fr);
    align-items: center;
    gap: 12px;
}

.service-page .search-area .form-control,
.service-page .search-area #category {
    min-height: 54px;
    border: 1px solid #d9e2ef !important;
    border-radius: 12px;
    background: #f8fafc !important;
    color: #111827 !important;
    box-shadow: none;
}
.services-filter-label { display: block; margin: 0; color: #3e4c63; font-size: 13px; font-weight: 750; white-space: nowrap; }
.services-filter-label i { margin-right: 5px; color: #2e72ed; }

.service-page .accordion-item {
    margin-bottom: 14px;
    overflow: hidden;
    border: 1px solid #dfe7f2 !important;
    border-radius: 16px;
    background: #fff;
    box-shadow: 0 8px 24px rgba(15, 23, 42, .06);
}

.service-page .accordion-button,
.service-page .accordion-button:not(.collapsed) {
    min-height: 62px;
    padding: 16px 20px;
    border: 0;
    background: #fff !important;
    color: #1f2937 !important;
    gap: 10px;
    font-weight: 800;
    box-shadow: none;
}
.category-heading-icon { display: grid; place-items: center; flex: 0 0 36px; width: 36px; height: 36px; border-radius: 10px; background: #eaf2ff; color: #2d70eb; }
.category-heading-icon img { width: 23px; height: 23px; object-fit: contain; }

.service-page .accordion-button:hover .category-heading-icon {
    box-shadow: 0 7px 18px rgba(45, 112, 235, .2);
    transform: scale(1.06);
}

.category-heading-icon {
    transition: transform .25s ease, box-shadow .25s ease;
}

@media (prefers-reduced-motion: reduce) {
    .service-page .service_filter_btn.activeSocialMedia .icon img {
        animation: none;
    }
}
.category-service-count { margin-left: auto; margin-right: 18px; padding: 6px 10px; border-radius: 999px; background: #f0f4fa; color: #718096; font-size: 11px; font-weight: 750; }

.service-page .accordion-button::after,
.service-page .accordion-button:not(.collapsed)::after {
    width: 18px;
    height: 18px;
    padding: 0;
    border-radius: 0;
    background-color: transparent !important;
    background-size: 14px;
    box-shadow: none;
}

.service-page .accordion-button:not(.collapsed) {
    border-bottom: 1px solid #e4ebf5;
    color: var(--primary-color) !important;
}

.service-page .table thead tr {
    background: linear-gradient(135deg,#187ef3,#23a9f5);
}

.service-page .table-parent .table {
    width: 100% !important;
    min-width: 100% !important;
    max-width: 100% !important;
    margin-bottom: 0;
    table-layout: fixed;
}

.service-page .service-row-table {
    border-collapse: separate;
    border-spacing: 0 10px;
    background: transparent;
}

.service-page .service-row-table thead th {
    border: 0;
}

.service-page .service-row-table thead th:first-child {
    border-radius: 12px 0 0 12px;
}

.service-page .service-row-table thead th:last-child {
    border-radius: 0 12px 12px 0;
}

.service-page .service-row-table tbody tr {
    box-shadow: 0 7px 20px rgba(20, 52, 92, .08);
}

.service-page .service-row-table tbody td {
    --bs-table-bg: #fff !important;
    --bs-table-accent-bg: transparent !important;
    --bs-table-striped-bg: transparent !important;
    border-top: 1px solid #e3eaf4 !important;
    border-bottom: 1px solid #e3eaf4 !important;
    background: #fff !important;
    box-shadow: none !important;
    color: #273244;
    transition: background-color .2s ease, border-color .2s ease;
}

.service-page .service-row-table.table-striped > tbody > tr:nth-of-type(odd) > *,
.service-page .service-row-table.table-striped > tbody > tr:nth-of-type(even) > *,
.service-page .service-row-table tbody > tr:nth-of-type(odd) > *,
.service-page .service-row-table tbody > tr:nth-of-type(even) > * {
    --bs-table-bg-type: transparent !important;
    --bs-table-accent-bg: transparent !important;
    --bs-table-striped-bg: transparent !important;
    background-color: #fff !important;
    box-shadow: none !important;
}

.service-page .service-row-table tbody td:first-child {
    border-left: 1px solid #e3eaf4 !important;
    border-radius: 13px 0 0 13px;
}

.service-page .service-row-table tbody td:last-child {
    border-right: 1px solid #e3eaf4 !important;
    border-radius: 0 13px 13px 0;
}

.service-page .service-row-table tbody tr:hover td {
    border-color: #cdddf3 !important;
    background: #f8fbff !important;
}

.service-page .table th:nth-child(1),
.service-page .table td:nth-child(1) { width: 6%; }
.service-page .table th:nth-child(2),
.service-page .table td:nth-child(2) { width: 46%; }
.service-page .table th:nth-child(3),
.service-page .table td:nth-child(3) { width: 10%; }
.service-page .table th:nth-child(4),
.service-page .table td:nth-child(4) { width: 6%; }
.service-page .table th:nth-child(5),
.service-page .table td:nth-child(5) { width: 7%; }
.service-page .table th:nth-child(6),
.service-page .table td:nth-child(6) { width: 11%; }
.service-page .table th:nth-child(7),
.service-page .table td:nth-child(7) { width: 14%; }

.service-page .table thead th {
    padding: 16px 13px;
    color: #fff;
    font-weight: 700;
}
.service-page .table tbody td { padding: 17px 13px; vertical-align: middle; overflow-wrap: anywhere; }
.service-page .table tbody tr { transition: background-color .2s ease, box-shadow .2s ease, transform .2s ease; }
.service-page .service-row-table tbody tr:hover { box-shadow: 0 10px 26px rgba(20, 75, 145, .13); transform: translateY(-1px); }
.service-id-pill,.service-rate-pill { display: inline-flex; align-items: center; justify-content: center; min-height: 34px; padding: 7px 11px; border-radius: 9px; background: #132b50; color: #fff; font-size: 12px; font-weight: 800; white-space: nowrap; }
.service-rate-pill { background: #e9f2ff; color: #1b61c8; }
.service-actions { min-width: 0 !important; max-width: none; white-space: nowrap; }
.service-actions .details,.service-order-button { display: inline-flex; align-items: center; justify-content: center; gap: 6px; min-height: 37px; padding: 8px 12px; border-radius: 9px; font-size: 12px; font-weight: 750; }
.service-actions .details { background: #172b4e; color: #fff; }
.service-order-button { margin-left: 5px; background: #eaf7f2; color: #13976e; }

/* Service details modal */
.service-details-modal {
    z-index: 10050;
}

.service-details-modal .modal-dialog {
    max-width: 850px;
}

.service-details-modal .modal-content {
    overflow: hidden;
    border: 0;
    border-radius: 22px;
    background: #fff;
    box-shadow: 0 28px 80px rgba(15, 35, 68, .28);
}

.service-details-modal .modal-header {
    align-items: flex-start;
    padding: 24px 26px;
    border: 0;
    background: linear-gradient(135deg, #087ff2 0%, #28adf5 100%);
    color: #fff;
}

.service-modal-heading {
    min-width: 0;
    padding-right: 20px;
}

.service-modal-kicker {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    margin-bottom: 7px;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: .13em;
    text-transform: uppercase;
    opacity: .86;
}

.service-details-modal .modal-title {
    margin: 0;
    color: #fff;
    font-size: clamp(18px, 2.4vw, 25px);
    font-weight: 800;
    line-height: 1.35;
}

.service-modal-close {
    display: grid;
    place-items: center;
    flex: 0 0 40px;
    width: 40px;
    height: 40px;
    padding: 0;
    border: 1px solid rgba(255,255,255,.35);
    border-radius: 12px;
    background: rgba(255,255,255,.14);
    color: #fff;
    font-size: 18px;
    transition: .2s ease;
}

.service-modal-close:hover {
    background: #fff;
    color: #167fea;
    transform: rotate(6deg);
}

.service-details-modal .modal-body {
    padding: 24px 26px;
    background: #f7f9fd;
}

.service-modal-stats {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 10px;
}

.service-modal-stat {
    min-width: 0;
    padding: 15px 13px;
    border: 1px solid #e1e8f3;
    border-radius: 13px;
    background: #fff;
    box-shadow: 0 7px 18px rgba(15, 45, 90, .05);
}

.service-modal-stat span {
    display: flex;
    align-items: center;
    gap: 6px;
    margin-bottom: 7px;
    color: #718096;
    font-size: 10px;
    font-weight: 750;
    white-space: nowrap;
}

.service-modal-stat span i { color: #2789ed; }
.service-modal-stat strong { display: block; overflow: hidden; color: #152b4f; font-size: 14px; font-weight: 850; text-overflow: ellipsis; white-space: nowrap; }
.service-modal-id { background: #132b50; border-color: #132b50; }
.service-modal-id span { color: rgba(255,255,255,.72); }
.service-modal-id span i,.service-modal-id strong { color: #fff; }

.service-modal-description-wrap {
    margin-top: 18px;
    padding: 20px;
    border: 1px solid #e0e7f1;
    border-radius: 16px;
    background: #fff;
}

.service-modal-section-title {
    display: flex;
    align-items: center;
    gap: 12px;
    padding-bottom: 14px;
    border-bottom: 1px solid #e9eef5;
}

.service-modal-section-title > span {
    display: grid;
    place-items: center;
    flex: 0 0 40px;
    width: 40px;
    height: 40px;
    border-radius: 11px;
    background: #eaf3ff;
    color: #237ce7;
}

.service-modal-section-title h6 { margin: 0 0 3px; color: #17253d; font-size: 15px; font-weight: 800; }
.service-modal-section-title p { margin: 0; color: #8390a4; font-size: 11px; }
.service-modal-description { padding-top: 16px; color: #3e4c61; font-size: 14px; line-height: 1.75; white-space: pre-line; overflow-wrap: anywhere; }

.service-modal-tip {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    margin-top: 14px;
    padding: 13px 15px;
    border: 1px solid #cdeee3;
    border-radius: 12px;
    background: #edfaf6;
    color: #24765f;
    font-size: 12px;
    line-height: 1.55;
}

.service-modal-tip i { margin-top: 2px; color: #1fa77d; font-size: 16px; }

.service-details-modal .modal-footer {
    gap: 10px;
    padding: 17px 26px 22px;
    border: 0;
    background: #fff;
}

.service-modal-cancel,.service-modal-order {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    min-height: 45px;
    padding: 11px 19px;
    border-radius: 11px;
    font-size: 13px;
    font-weight: 800;
}

.service-modal-cancel { border: 1px solid #dbe3ef; background: #fff; color: #526176; }
.service-modal-order { border: 0; background: linear-gradient(135deg,#167cf1,#28acf5); color: #fff; box-shadow: 0 10px 22px rgba(29,132,237,.22); }
.service-modal-order:hover { color: #fff; transform: translateY(-2px); }

@media (max-width: 767px) {
    .service-details-modal .modal-dialog { margin: 12px; }
    .service-details-modal .modal-header,.service-details-modal .modal-body { padding: 18px; }
    .service-modal-stats { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .service-modal-id { grid-column: span 2; }
    .service-details-modal .modal-footer { display: grid; grid-template-columns: 1fr 1fr; padding: 14px 18px 18px; }
    .service-modal-cancel,.service-modal-order { width: 100%; padding-inline: 10px; }
}

.service-page .table tbody > tr:nth-of-type(odd) > *,
.service-page .table tbody > tr:nth-of-type(even) > * {
    --bs-table-accent-bg: #fff;
    color: #273244;
    border-top: 1px solid #edf1f7;
}

.service-page .view,
.service-page .view-p,
.service-page .view-min,
.service-page .view-max,
.service-page .view-avg {
    border-radius: 8px;
    background: #eef4ff;
    color: #1f4fa3;
}

@media (max-width: 725px) {
    /* The navbar is fixed, so keep the hero content below the mobile header. */
    .services-modern-hero { padding: 134px 0 65px; }
    .services-hero-copy { text-align: center; }
    .services-hero-copy p { font-size: 15px; }
    .services-hero-actions,.services-trust-list { justify-content: center; }
    .services-hero-visual { min-height: 330px; margin: 10px auto 0; }
    .services-visual-core { inset: 62px 48px; }
    .floating-platform { width: 52px; height: 52px; border-radius: 16px; }
    .floating-platform img { width: 30px; height: 30px; }
    .service-page#services {
        padding: 34px 0 65px;
    }

    .service-page .service_filter_btn_wrap {
        display: grid;
        grid-template-columns: repeat(4, minmax(0, 1fr));
        gap: 8px;
    }

    .service-page .service_filter_btn {
        justify-content: center;
        gap: 0;
        min-width: 0;
        min-height: 54px;
        padding: 7px;
    }

    .service-page .service_filter_btn .text {
        display: none;
    }

    .service-page .service_filter_btn .icon {
        flex-basis: 38px;
        width: 38px;
        height: 38px;
        min-width: 38px;
        min-height: 38px;
    }

    .service-page .service_filter_btn .icon img {
        width: 34px;
        height: 34px;
        border-radius: 8px;
    }

    .service-page .search-area {
        padding: 14px !important;
        border-radius: 16px;
    }

    .service-page .search-area .input-box {
        grid-template-columns: 1fr;
        gap: 8px;
    }

    .service-page .service-card {
        max-width: none;
        padding: 14px;
        border: 0;
        background: #f8fafc;
    }

    .service-page #service-card > div {
        margin-bottom: 14px;
        padding: 18px 12px !important;
        border: 1px solid #e1e8f2;
        border-radius: 14px;
        background: #fff !important;
        box-shadow: 0 8px 22px rgba(15, 23, 42, .06);
    }

    .service-page .id-badge {
        border-radius: 20px;
        background: var(--primary-color);
    }

    .service-page .label-text {
        color: #64748b;
    }

    .service-page .info-box,
    .service-page .bg-navy,
    .service-page .bg-light-blue-1,
    .service-page .bg-light-blue-2 {
        background: #eef4ff;
        color: #1f4fa3;
    }

    .service-page .btn-view {
        background: #334155;
    }
}

/* ================================ ===================== how its work =========================*/
.how-count {
    border: 9px solid #ffffff;
    border-radius: 50%;
    padding: 6px;
    text-shadow: none;
    font-size: 24px;
    font-weight: 700;
    width: 80px;
    height: 80px;
    color: #fff;
    text-align: center;
    line-height: 48px;
    margin-bottom: 12px;
}
._purple{
    background: linear-gradient(180deg, var(--dy-form), var(--primary-color));
}
._orange {
    background: linear-gradient(180deg, var(--secondary-color), var(--dy-nav));
}
/*============================ ============== smm service -=======================================*/
#service_home {
    background: var(--dy-smm-service-bg);
}
#service_home .service_content {
    text-align: center;
    margin-bottom: 20px;
}
#service_home .service_content h2 {
    font-family: 'Fredoka', sans-serif;
    font-size: 45px;
    font-weight: 900;
    color: black;
    margin-bottom: 5px;
}
#service_home .card_services {
    margin-bottom: 20px;
    background: #F6F9FF;
    box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.22);
    border-radius: 30px;
    border: none;
}
#service_home .card_services .card-header {
    background: #EFF3FC;
    border: none !important;
    border-radius: 30px;
    padding: 30px 30px;
}
#service_home .card_services .service_tabs {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    gap: 32px;
}
#service_home .card_services .service_tabs button {
    display: flex;
    width: 100%;
    font-size: 18px;
    color: black;
    font-weight: 900;
    align-items: center;
    justify-content: center;
    gap: 10px;
    background: white;
    border: 2px solid white;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.13);
    border-radius: 10px;
    min-height: 58px;
}
#service_home .card_services .service_tabs button.active {
    border-color: var(--navbar-active);
}
.services_tabs_image{
    max-width: 400px;
    margin: auto;
}
@media (max-width: 767px) {
    #service_home .card_services .card-header {
        padding: 16px;
    }

    #service_home .card_services .service_tabs {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 12px;
    }

    #service_home .card_services .service_tabs button {
        min-width: 0;
        min-height: 56px;
        padding: 8px 10px;
        font-size: 14px;
        gap: 7px;
    }

    #service_home .card_services .service_tabs button .icons img {
        width: 30px;
        height: 30px;
        object-fit: contain;
    }

    #service_home .card_services .service_tabs button .texts {
        min-width: 0;
        overflow-wrap: anywhere;
    }
}
/* ========================================================= start Why choose us ======================================================== */
.why-choose-hover {
    position: relative;
    overflow: hidden;
    transition: all 0.4s ease;
    border-radius: 14px;
    cursor: pointer;
    background:linear-gradient(
        5deg,
        var(--dy-hero1),
        var(--primary-color)
    );
}

.why-choose-us-section .why-choose-hover {
    background: var(--dy-why-choose-card);
}

.how-it-works-section .why-choose-hover {
    background: var(--dy-how-it-works-card);
}

.why-choose-us-section .why-choose-hover .title,
.why-choose-us-section .why-choose-hover .content-box span,
.how-it-works-section .why-choose-hover .title,
.how-it-works-section .why-choose-hover .content-box span {
    color: #111827;
}

/* Initial subtle shadow */
.why-choose-hover {
    box-shadow: 0 5px 15px rgba(0,0,0,0.08);
}

/* Animated light sweep */
.why-choose-hover::before {
    content: "";
    position: absolute;
    top: 0;
    left: -100%;
    width: 60%;
    height: 100%;
    background: linear-gradient(
        120deg,
        transparent,
        rgba(255,255,255,0.35),
        transparent
    );
    transform: skewX(-20deg);
    transition: 0.6s;
}

/* Hover effects */
.why-choose-hover:hover {
    color: white;
    background: linear-gradient(135deg, var(--dy-nav), var(--dy-form));
    transform: translateY(-8px);
    box-shadow: 0 20px 40px rgba(0,0,0,0.25);
}

/* Sweep animation trigger */
.why-choose-hover:hover::before {
    left: 120%;
}

/* Make all inner text white on hover */
.why-choose-us-section .why-choose-hover:hover * {
    color: var(--dy-why-choose-hover-text) !important;
}

.how-it-works-section .why-choose-hover:hover * {
    color: var(--dy-how-it-works-hover-text) !important;
}

/* ========================================================= start blog ======================================================== */
.blog-hover {
    position: relative;
    border: none;
    border-radius: 18px;
    overflow: hidden;
    transition: transform 0.4s ease, box-shadow 0.4s ease;
    box-shadow: 0 8px 20px rgba(0,0,0,0.08);
    background: #fff;
    cursor: pointer;
}

.blog-hover:hover {
    transform: translateY(-12px);
    box-shadow: 0 25px 50px rgba(0,0,0,0.18);
}

/* Smooth inner content animation */
.blog-hover .card-body {
    transition: transform 0.4s ease;
}

.blog-hover:hover .card-body {
    transform: scale(1.03);
}

.blog-hover::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 16px;
    padding: 2px;
    background: linear-gradient(45deg, #ff6b6b, #4facfe);
    -webkit-mask:
        linear-gradient(#fff 0 0) content-box,
        linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    opacity: 0;
    transition: opacity 0.4s ease;
    pointer-events: none;
    z-index: 0;
}

.blog-hover > *,
.blog-hover .content-box,
.blog-hover .blog-btn {
    position: relative;
    z-index: 1;
}

.blog-hover .blog-btn {
    width: fit-content;
    pointer-events: auto;
}

.blog-hover:hover::before {
    opacity: 1;
}
/* ========================================================= start about ======================================================== */

.video-card ,.card-Achivement {
    position: relative;
    overflow: hidden;
    padding:10px;
    border-radius: 100%;
    border: 10px solid var(--dy-nav);
}
.circle-gradient ,.blog-section {
    background: radial-gradient(
        circle at center,
        var(--dy-form) 0%,
        var(--dy-hero1) 40%,
        #ffffff 100%
    );
}
.blog-section{
    padding-bottom: 94px;
}
.rotating-border {
    position: absolute;
    inset: -6px;
    scale: 2;
    border-radius: 18px;
    background: linear-gradient(45deg, #ff0066,#ffffff, #00d9ff);
    z-index: 0;
    animation: rotateBorder 3s linear infinite;
}

/* Mask center so only border shows */
.rotating-border::before {
    content: "";
    position: absolute;
    inset: 6px;
    border-radius: 14px;
}

/* Image container */
.video-image {
    position: relative;
    border-radius: 14px;
    overflow: hidden;
    z-index: 1;
}

.video-image img {
    width: 100%;
    display: block;
    border-radius: 14px;
}

.about-section .about-image-area {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-bottom: 0;
}

.about-section .video-card {
    width: min(390px, 100%);
    aspect-ratio: 1 / 1;
    box-sizing: border-box;
    border-radius: 50%;
}

.about-section .video-image {
    width: 100%;
    height: 100%;
    border-radius: 50%;
}

.about-section .video-image img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    object-fit: cover;
}

.about-section .about-image-area .video-play-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin: 0;
    z-index: 3;
}

.about-section .about-image-area .video-play-btn:hover {
    transform: translate(-50%, -50%) scale(1.1);
}

/* Rotation animation */
@keyframes rotateBorder {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}


/* ========================================================= start footer ======================================================== */
.footer-bg{
    background: linear-gradient(
        to bottom,
        var(--dy-footer1),
        var(--dy-footer)
    );
}

/* Theme logo sizing */
.dark-voilet-header .navbar-brand.header-logo {
    border: none !important;
    border-width: 0 !important;
    border-style: none !important;
    border-color: transparent !important;
    border-left: none !important;
    border-right: 0 !important;
    border-inline: 0 !important;
    border-image: none !important;
    outline: 0 !important;
    padding-right: 0 !important;
    box-shadow: none !important;
    background: transparent !important;
}

.dark-voilet-header .navbar-brand.header-logo::before,
.dark-voilet-header .navbar-brand.header-logo::after {
    content: none !important;
    display: none !important;
    width: 0 !important;
    border: 0 !important;
}

.dark-voilet-header .header-logo img,
.dark-voilet-header .header-logo-img {
    display: block;
    width: auto;
    height: auto;
    max-width: 245px;
    border: 0 !important;
    border-right: 0 !important;
    outline: 0 !important;
    box-shadow: none !important;
}

@media (min-width: 992px) {
    .dark-voilet-header,
    .dark-voilet-header.active {
        padding: 7px 15px;
    }

    .dark-voilet-header .navbar-brand.header-logo {
        flex: 0 0 270px;
        width: 270px;
        margin-right: 24px;
        padding-top: 0;
        padding-bottom: 0;
    }

    .dark-voilet-header .navbar-brand.header-logo img {
        width: 265px;
        max-width: none;
    }

    .dark-voilet-header .offcanvas {
        border-left: 0 !important;
        border-inline-start: 0 !important;
    }
}

.footer-section .footer-brand-logo {
    display: block;
    width: auto;
    height: auto;
    max-width: 280px;
}

.mobile-auth-actions {
    display: none;
}

@media (max-width: 991px) {
    .dark-voilet-header .offcanvas-body {
        display: flex;
        flex-direction: column;
        justify-content: flex-start !important;
    }

    .mobile-auth-actions {
        width: 100%;
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 10px;
        margin-top: 22px;
        padding-top: 20px;
        border-top: 1px solid #dfe7f2;
    }

    .mobile-auth-actions a {
        min-height: 50px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        gap: 7px;
        padding: 11px 13px;
        border-radius: 13px;
        font-size: 15px;
        font-weight: 700;
        text-decoration: none;
    }

    .mobile-login-btn {
        color: var(--dy-header-hover);
        background: #fff;
        border: 1px solid var(--dy-header-hover);
    }

    .mobile-register-btn {
        color: #fff;
        background: var(--dy-header-hover);
        border: 1px solid var(--dy-header-hover);
    }
}

@media (max-width: 767px) {
    .dark-voilet-header .header-logo img,
    .dark-voilet-header .header-logo-img {
        max-width: 180px;
    }

    .footer-section .footer-brand-logo {
        max-width: 220px;
        margin-inline: auto;
    }
}


@media(max-width:500px){

    .socil{
        justify-content: center;
    }
    .footer-widget{
        text-align: center;
    }

    .quick-ul{
        display: flex;
        justify-content: center;
        gap: 9px;
        flex-wrap: wrap;
    }
    .widget-title::after{
        width: 100% !important;
    }
    .widget-title::before{
        left: 41% !important;
    }
}



.copyright-area{
    padding: 10px;
    padding-bottom: 30px;
    background: var(--dy-copy);
}

.copy-text{
    width: 80%;
    margin: auto;
}
/* ============================================== color-ful text ============================================*/

.text-colorful-1, .text-colorful-1 *,
.text-colorful-2, .text-colorful-2 *,
.text-colorful-3, .text-colorful-3 *,
.text-colorful-4, .text-colorful-4 *{
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent;
    transition: all .4s ease;
}

.text-colorful-1:hover, .text-colorful-1:hover *,
.text-colorful-2:hover, .text-colorful-2:hover *,
.text-colorful-3:hover, .text-colorful-3:hover *,
.text-colorful-4:hover, .text-colorful-4:hover *{
    scale:1.05;

}

/* ===== Color Style 1 ===== */
.text-colorful-1, .text-colorful-1 *{
    background: linear-gradient(135deg, #4f46e5, #06b6d4, #22c55e, #f59e0b);
}

/* ===== Color Style 2 ===== */
.text-colorful-2, .text-colorful-2 *{
    background: linear-gradient(135deg, #ec4899, #8b5cf6, #3b82f6);
}

/* ===== Color Style 3 ===== */
.text-colorful-3, .text-colorful-3 *{
    background: linear-gradient(135deg, #0052ff, #ee0040, #11a327);
}

/* ===== Color Style 4 ===== */
.text-colorful-4, .text-colorful-4 *{
    background: linear-gradient(135deg, #14b8a6, #e90ea2, #6366f1);
}
/* ===== Shared colorful text behavior ===== */
[class^="text-colorful-"] :is(h1,h2,h3,h4,h5,h6,p,span,a,i,small,strong,em){
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
    transition: color .4s ease, background .4s ease;
}

/* On hover → white text */
[class^="text-colorful-"]:hover :is(h1,h2,h3,h4,h5,h6,p,span,a,i,small,strong,em){
    background: none !important;
    color: #ffffff;
}

/* ===== Style 1 ===== */
.text-colorful-1 :is(h1,h2,h3,h4,h5,h6,p,span,a,i,small,strong,em){
    background: linear-gradient(135deg,#4f46e5,#06b6d4,#22c55e,#f59e0b);
}

/* ===== Style 2 ===== */
.text-colorful-2 :is(h1,h2,h3,h4,h5,h6,p,span,a,i,small,strong,em){
    background: linear-gradient(135deg,#ec4899,#8b5cf6,#3b82f6);
}

/* ===== Style 3 ===== */
.text-colorful-3 :is(h1,h2,h3,h4,h5,h6,p,span,a,i,small,strong,em){
    background: linear-gradient(135deg,#ef4444,#f97316,#eab308);
}

/* ===== Style 4 ===== */
.text-colorful-4 :is(h1,h2,h3,h4,h5,h6,p,span,a,i,small,strong,em){
    background: linear-gradient(135deg,#14b8a6,#0ea5e9,#6366f1);
}

/* ====================================== start Achivement ============================================= */
@media (min-width: 992px) {
    .custom-w {
        flex: 0 0 auto;
        width: 23%;
    }
}

/* =======================*/

/* ===== Compact, readable cookie notice ===== */
.cookies-alert {
    left: 24px;
    bottom: 24px;
    width: min(420px, calc(100vw - 48px));
    max-width: none;
    padding: 22px 24px;
    color: #334155;
    background: rgba(255, 255, 255, .98);
    border: 1px solid rgba(148, 163, 184, .28);
    border-radius: 20px;
    box-shadow: 0 20px 55px rgba(15, 23, 42, .18);
    text-align: left;
    z-index: 1090;
    backdrop-filter: blur(14px);
}

.cookies-alert img {
    float: left;
    width: 44px;
    height: 44px;
    margin: 0 14px 8px 0;
}

.cookies-alert h4 {
    margin: 0 !important;
    color: #0f172a !important;
    font-size: 18px;
    line-height: 1.35;
}

.cookies-alert > span {
    margin-top: 5px !important;
    color: #475569 !important;
    font-size: 14px;
    line-height: 1.55;
}

.cookies-alert .link {
    color: var(--primary-color) !important;
    font-weight: 600;
}

.cookies-alert .cookie-accept-btn,
.cookies-alert .cookie-close-btn {
    min-width: 96px;
    margin-top: 16px !important;
    padding: 10px 18px !important;
    border-radius: 10px !important;
    font-size: 14px;
    line-height: 1.25;
}

.cookies-alert .cookie-accept-btn {
    color: #fff !important;
    background: var(--primary-color) !important;
}

.cookies-alert .cookie-close-btn {
    margin-left: 8px !important;
    color: #334155 !important;
    background: #eef2f7 !important;
}

@media (max-width: 575px) {
    .feature-section .section-header .section-title {
        width: calc(100% - 32px);
        margin-right: auto !important;
        margin-left: auto !important;
    }

    .cookies-alert {
        left: 12px;
        right: 12px;
        bottom: 12px;
        width: auto;
        padding: 16px;
        border-radius: 16px;
    }

    .cookies-alert img {
        width: 38px;
        height: 38px;
        margin-right: 10px;
    }

    .cookies-alert h4 {
        font-size: 16px;
    }

    .cookies-alert > span {
        font-size: 13px;
        line-height: 1.45;
    }

    .cookies-alert .cookie-accept-btn,
    .cookies-alert .cookie-close-btn {
        min-width: 0;
        padding: 9px 16px !important;
    }
}

/* ===== Readable inner banner and light footer surfaces ===== */
#page-banner .page-header h2,
#page-banner .breadcrumb .breadcrumb-item,
#page-banner .breadcrumb .breadcrumb-item a,
#page-banner .breadcrumb .breadcrumb-item.active,
#page-banner .breadcrumb .breadcrumb-item + .breadcrumb-item::before {
    color: #111827 !important;
    -webkit-text-fill-color: #111827 !important;
}

.footer-section {
    overflow: hidden;
    color: #111827;
    background-color: #f8fbff !important;
}

.footer-section .footer-section-inner {
    padding-top: 55px;
    padding-bottom: 55px;
}

.footer-section p,
.footer-section .widget-title,
.footer-section a,
.footer-section .widget-link,
.footer-section .language a,
.footer-section .copyright-area p,
.footer-section .social-area a i {
    color: #111827 !important;
    -webkit-text-fill-color: #111827 !important;
}

.footer-section .footer-widget input[type="email"] {
    color: #111827;
    background-color: #ffffff;
}

.footer-section .footer-widget input[type="email"]::placeholder {
    color: #64748b;
    opacity: 1;
}

.footer-section .copyright-area {
    margin: 0;
    border-top: 1px solid rgba(148, 163, 184, .25);
    background: #ffffff !important;
}

@media (max-width: 767px) {
    .footer-section .footer-section-inner {
        padding-top: 40px;
        padding-bottom: 40px;
    }
}
