/* Home page styles */

.page-home .home-services-hero {
    position: relative;
    overflow: hidden;
    padding: 110px 0 90px;
    background: linear-gradient(135deg, #101a34 0%, #182b54 45%, #0a6f87 100%);
}

.page-home .home-services-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(115deg, rgba(255, 255, 255, 0.05) 0%, transparent 45%);
    pointer-events: none;
    transition: opacity .45s ease;
}

.page-home .home-services-hero::after {
    content: "";
    position: absolute;
    inset: auto 0 0;
    height: 180px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(4, 12, 28, 0.28) 100%);
    pointer-events: none;
}

.page-home .home-services-grid {
    position: absolute;
    inset: 0;
    background-image:
        linear-gradient(rgba(255, 255, 255, 0.05) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, 0.05) 1px, transparent 1px);
    background-size: 44px 44px;
    mask-image: radial-gradient(circle at center, black 38%, transparent 88%);
    animation: homeGridMove 16s linear infinite;
    opacity: 0.45;
    transition: opacity .45s ease, filter .45s ease;
    will-change: opacity, filter;
}

/* Hero background hover: fade lines + slightly darken */
.page-home .home-services-hero:hover .home-services-grid {
    opacity: 0.22;
    filter: brightness(0.72) contrast(1.05);
}

.page-home .home-services-hero:hover::before {
    opacity: 0.55;
}

.page-home .home-services-orb {
    position: absolute;
    border-radius: 50%;
    filter: blur(10px);
    animation: heroPulse 8s ease-in-out infinite;
}

.page-home .home-services-orb-one {
    width: 320px;
    height: 320px;
    top: -80px;
    left: -40px;
    background: radial-gradient(circle, rgba(6, 187, 204, 0.34) 0%, rgba(6, 187, 204, 0) 72%);
}

.page-home .home-services-orb-two {
    width: 380px;
    height: 380px;
    right: -70px;
    bottom: -120px;
    background: radial-gradient(circle, rgba(36, 195, 106, 0.28) 0%, rgba(36, 195, 106, 0) 74%);
    animation-delay: 1.6s;
}

.page-home .home-services-orb-three {
    width: 260px;
    height: 260px;
    top: 24%;
    right: 24%;
    background: radial-gradient(circle, rgba(86, 188, 255, 0.18) 0%, rgba(86, 188, 255, 0) 74%);
    animation-delay: 0.8s;
}

.page-home .home-services-spotlight {
    position: absolute;
    width: 540px;
    height: 540px;
    top: 45%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    background: radial-gradient(circle, rgba(255, 255, 255, 0.08) 0%, rgba(255, 255, 255, 0) 72%);
    filter: blur(8px);
    opacity: 0.9;
    animation: heroPulse 10s ease-in-out infinite;
}

.page-home .home-services-line {
    position: absolute;
    border-radius: 999px;
    background: linear-gradient(90deg, rgba(6, 187, 204, 0), rgba(6, 187, 204, 0.8), rgba(6, 187, 204, 0));
    opacity: 0.55;
    pointer-events: none;
}

.page-home .home-services-line-one {
    top: 22%;
    left: 8%;
    width: 180px;
    height: 2px;
    animation: heroSweep 6s ease-in-out infinite;
}

.page-home .home-services-line-two {
    right: 10%;
    bottom: 22%;
    width: 220px;
    height: 2px;
    animation: heroSweep 7s ease-in-out infinite reverse;
}

.page-home .home-services-hero .container {
    position: relative;
    z-index: 1;
}

.page-home .home-services-tag {
    display: inline-flex;
    align-items: center;
    margin-bottom: 18px;
    padding: 10px 18px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.12);
    color: #ddfbff;
    font-size: 0.88rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.page-home .home-services-pills {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.page-home .home-services-pills span {
    padding: 10px 16px;
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.1);
    color: #fff;
    font-weight: 600;
}

.page-home .home-services-stats {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    margin-top: 30px;
}

.page-home .home-services-stat {
    min-width: 170px;
    padding: 16px 18px;
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.12);
    backdrop-filter: blur(10px);
    box-shadow: 0 18px 35px rgba(8, 15, 35, 0.16);
}

.page-home .home-services-stat strong {
    display: block;
    color: #fff;
    font-size: 1.25rem;
    line-height: 1.2;
}

.page-home .home-services-stat span {
    display: block;
    margin-top: 6px;
    color: rgba(255, 255, 255, 0.72);
    font-size: 0.92rem;
}

.page-home .home-services-showcase {
    position: relative;
    display: grid;
    gap: 18px;
}

.page-home .home-services-card {
    padding: 24px;
    border-radius: 24px;
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.14);
    backdrop-filter: blur(12px);
    box-shadow: 0 20px 45px rgba(8, 15, 35, 0.22);
    transform: translateY(0);
    animation: heroCardFloat 7s ease-in-out infinite;
}

.page-home .home-services-card-alt {
    margin-left: 36px;
    animation-delay: 1.3s;
}

.page-home .home-services-floating-badge {
    position: absolute;
    z-index: 2;
    padding: 10px 16px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.14);
    border: 1px solid rgba(255, 255, 255, 0.18);
    backdrop-filter: blur(10px);
    box-shadow: 0 18px 30px rgba(7, 14, 33, 0.18);
    color: #effcff;
    font-size: 0.82rem;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.page-home .home-services-floating-badge-top {
    top: -18px;
    right: 38px;
    animation: heroCardFloat 6.5s ease-in-out infinite;
}

.page-home .home-services-floating-badge-bottom {
    left: -22px;
    bottom: 34px;
    animation: heroCardFloat 7.5s ease-in-out infinite;
    animation-delay: 0.9s;
}

.page-home .home-services-icon {
    width: 64px;
    height: 64px;
    margin-bottom: 18px;
    border-radius: 18px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 1.6rem;
    color: #fff;
    background: linear-gradient(135deg, #06bbcc 0%, #0ca7f1 100%);
    box-shadow: 0 14px 28px rgba(12, 167, 241, 0.24);
}

.page-home .home-services-card h5 {
    color: #fff;
    margin-bottom: 10px;
    font-size: 1.3rem;
}

.page-home .home-services-card p {
    margin-bottom: 0;
    color: rgba(255, 255, 255, 0.78);
    line-height: 1.7;
}

.page-home .home-services-mini-panel {
    display: flex;
    align-items: flex-start;
    gap: 14px;
    max-width: 320px;
    margin-left: auto;
    padding: 18px 20px;
    border-radius: 20px;
    background: rgba(10, 23, 52, 0.62);
    border: 1px solid rgba(255, 255, 255, 0.12);
    box-shadow: 0 20px 34px rgba(6, 14, 31, 0.2);
    backdrop-filter: blur(12px);
    animation: heroCardFloat 8s ease-in-out infinite;
    animation-delay: 1.1s;
}

.page-home .home-services-mini-dot {
    width: 14px;
    height: 14px;
    margin-top: 7px;
    border-radius: 50%;
    flex-shrink: 0;
    background: #06bbcc;
    box-shadow: 0 0 0 8px rgba(6, 187, 204, 0.16);
}

.page-home .home-services-mini-panel strong {
    display: block;
    color: #fff;
    font-size: 1rem;
    margin-bottom: 4px;
}

.page-home .home-services-mini-panel span {
    color: rgba(255, 255, 255, 0.74);
    line-height: 1.6;
    font-size: 0.92rem;
}

.page-home .home-services-section {
    position: relative;
}

.page-home .home-services-subtitle {
    max-width: 760px;
    color: #5f6b85;
    margin-bottom: 40px;
    font-size: 1.05rem;
    line-height: 1.8;
}

@keyframes homeGridMove {
    0% { transform: translate3d(0, 0, 0); }
    100% { transform: translate3d(44px, 44px, 0); }
}

@keyframes heroCardFloat {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-10px); }
}

@keyframes heroSweep {
    0%, 100% { transform: translateX(0); opacity: 0.28; }
    50% { transform: translateX(16px); opacity: 0.78; }
}

/* Home - service cards upgrades */
.page-home .home-service-card {
    position: relative;
    overflow: hidden;
    border-radius: 22px;
    border: 1px solid rgba(6, 187, 204, 0.14);
    box-shadow: 0 22px 55px rgba(15, 23, 42, 0.08);
    background: linear-gradient(180deg, #ffffff 0%, rgba(240, 251, 252, 0.9) 100%);
    transform: translateY(0);
    transition: transform .35s ease, box-shadow .35s ease, border-color .35s ease;
}

.page-home .home-service-card::before {
    content: "";
    position: absolute;
    inset: 0 0 auto 0;
    height: 6px;
    background: linear-gradient(90deg, rgba(6, 187, 204, 1) 0%, rgba(12, 167, 241, 1) 55%, rgba(36, 195, 106, 1) 100%);
}

.page-home .home-service-card::after {
    content: "";
    position: absolute;
    width: 220px;
    height: 220px;
    top: -120px;
    right: -130px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(6, 187, 204, 0.18) 0%, rgba(6, 187, 204, 0) 70%);
    pointer-events: none;
}

.page-home .home-service-card .p-4 {
    padding: 32px 28px !important;
}

.page-home .home-service-card i {
    display: inline-flex;
    width: 78px;
    height: 78px;
    border-radius: 22px;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #06bbcc 0%, #0ca7f1 100%);
    color: #fff !important;
    box-shadow: 0 18px 38px rgba(12, 167, 241, 0.22);
    margin-bottom: 18px !important;
}

.page-home .home-service-card h5 {
    font-size: 1.35rem;
    font-weight: 800;
    color: #11224d;
}

.page-home .home-service-card p {
    color: #55627b;
    line-height: 1.75;
    margin-bottom: 0;
}

.page-home .home-service-card:hover {
    transform: translateY(-10px);
    border-color: rgba(6, 187, 204, 0.35);
    box-shadow: 0 30px 70px rgba(15, 23, 42, 0.14);
    background: linear-gradient(180deg, #ffffff 0%, rgba(240, 251, 252, 1) 100%);
}

.page-home .home-service-card:hover * {
    color: inherit !important;
}

/* Animated progress */
.page-home .ak-progress {
    --value: 0;
    display: grid;
    gap: 10px;
}

.page-home .ak-progress-track {
    height: 16px;
    border-radius: 999px;
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.72) 0%, rgba(240, 246, 255, 0.72) 100%),
        rgba(24, 29, 56, 0.05);
    overflow: hidden;
    border: 1px solid rgba(6, 187, 204, 0.18);
    box-shadow:
        inset 0 1px 2px rgba(15, 23, 42, 0.08),
        0 8px 18px rgba(15, 23, 42, 0.06);
}

.page-home .ak-progress-fill {
    height: 100%;
    width: 0%;
    border-radius: inherit;
    background: linear-gradient(90deg, #06bbcc 0%, #0ca7f1 52%, #24c36a 100%);
    box-shadow:
        0 10px 22px rgba(6, 187, 204, 0.22),
        inset 0 -2px 8px rgba(0, 0, 0, 0.12);
    position: relative;
    transition: width 900ms cubic-bezier(.2,.9,.2,1);
    will-change: width;
}

.page-home .ak-progress-fill::after {
    content: "";
    position: absolute;
    inset: 0;
    background-image: linear-gradient(45deg,
        rgba(255,255,255,0.25) 25%,
        rgba(255,255,255,0.05) 25%,
        rgba(255,255,255,0.05) 50%,
        rgba(255,255,255,0.25) 50%,
        rgba(255,255,255,0.25) 75%,
        rgba(255,255,255,0.05) 75%,
        rgba(255,255,255,0.05) 100%);
    background-size: 34px 34px;
    opacity: 0.62;
    animation: akProgressStripes 1.2s linear infinite;
}

.page-home .ak-progress-fill::before {
    content: "";
    position: absolute;
    right: -8px;
    top: 50%;
    transform: translateY(-50%);
    width: 22px;
    height: 22px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(255,255,255,0.98) 0%, rgba(255,255,255,0.2) 65%, rgba(255,255,255,0) 100%);
    filter: blur(0.3px);
}

.page-home .ak-progress.is-visible .ak-progress-fill {
    width: calc(var(--value) * 1%);
}

.page-home .ak-progress-meta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    color: #5b6882;
    font-size: 0.95rem;
}

.page-home .ak-progress-meta strong {
    color: #11224d;
    font-weight: 800;
    padding: 4px 10px;
    border-radius: 999px;
    background: rgba(6, 187, 204, 0.09);
    border: 1px solid rgba(6, 187, 204, 0.16);
}

@keyframes akProgressStripes {
    0% { background-position: 0 0; }
    100% { background-position: 34px 34px; }
}

/* Modern category image cards */
.page-home .category-modern-card {
    border-radius: 22px;
    overflow: hidden;
    border: 1px solid rgba(6, 187, 204, 0.14);
    box-shadow: 0 24px 60px rgba(15, 23, 42, 0.12);
    transform: translateY(0);
    transition: transform .35s ease, box-shadow .35s ease, border-color .35s ease;
}

.page-home .category-modern-card::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        linear-gradient(180deg, rgba(10, 20, 46, 0) 40%, rgba(10, 20, 46, 0.42) 100%),
        linear-gradient(120deg, rgba(6, 187, 204, 0.14) 0%, rgba(6, 187, 204, 0) 50%);
    opacity: 0.95;
    pointer-events: none;
    transition: opacity .35s ease;
    z-index: 1;
}

.page-home .category-modern-card::after {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: inherit;
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.18);
    pointer-events: none;
    z-index: 2;
}

.page-home .category-modern-card img {
    transform: scale(1.02);
    transition: transform .55s ease, filter .55s ease;
}

.page-home .category-modern-card:hover {
    transform: translateY(-8px);
    border-color: rgba(6, 187, 204, 0.32);
    box-shadow: 0 34px 80px rgba(15, 23, 42, 0.18);
}

.page-home .category-modern-card:hover::before {
    opacity: 1;
}

.page-home .category-modern-card:hover img {
    transform: scale(1.08);
    filter: saturate(1.06) contrast(1.03);
}

.page-home .category-modern-icon {
    position: absolute;
    top: 14px;
    left: 14px;
    z-index: 3;
    width: 46px;
    height: 46px;
    border-radius: 14px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    background: linear-gradient(135deg, #06bbcc 0%, #0ca7f1 55%, #6b0dec 100%);
    border: 1px solid rgba(255, 255, 255, 0.22);
    box-shadow: 0 12px 28px rgba(12, 167, 241, 0.28);
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
    transform: translateY(0) scale(1);
    transition: transform .35s ease, box-shadow .35s ease;
}

.page-home .category-modern-card:hover .category-modern-icon {
    transform: translateY(-2px) scale(1.07);
    box-shadow: 0 18px 34px rgba(12, 167, 241, 0.38);
}

.page-home .category-modern-caption {
    z-index: 3;
    margin: 14px !important;
    border-radius: 16px;
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.92) 0%, rgba(245, 252, 255, 0.9) 100%) !important;
    border: 1px solid rgba(6, 187, 204, 0.16);
    box-shadow: 0 14px 34px rgba(15, 23, 42, 0.16);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
}

.page-home .category-modern-caption h5 {
    color: #102349;
    font-weight: 900;
}

.page-home .category-modern-caption small {
    color: #0e8aa1 !important;
    font-weight: 600;
}

.page-home .category-modern-card-lg .category-modern-caption {
    margin: 18px !important;
}

/*** Testimonial / feedback (Home only) ***/
.page-home .home-feedback-section {
    position: relative;
}

.page-home .home-feedback-note {
    max-width: 720px;
    margin-bottom: 36px;
    color: #66728c;
    font-size: 1rem;
    line-height: 1.8;
}

.page-home .home-feedback-stats {
    margin-bottom: 40px;
}

.page-home .home-feedback-stat-card {
    height: 100%;
    padding: 22px 24px;
    border-radius: 22px;
    background: linear-gradient(180deg, #f8fcff 0%, #ecf9fd 100%);
    border: 1px solid rgba(6, 187, 204, 0.12);
    box-shadow: 0 18px 40px rgba(15, 23, 42, 0.06);
}

/* Client feedback v2 (icon + more premium) */
.page-home .home-feedback-stats-v2 {
    margin-bottom: 34px;
}

.page-home .home-feedback-stat-card-v2 {
    height: 100%;
    display: flex;
    gap: 14px;
    align-items: flex-start;
    padding: 22px 22px;
    border-radius: 22px;
    background: linear-gradient(180deg, #ffffff 0%, #f1fbfd 100%);
    border: 1px solid rgba(6, 187, 204, 0.14);
    box-shadow: 0 18px 45px rgba(15, 23, 42, 0.08);
    transform: translateY(0);
    transition: transform .35s ease, box-shadow .35s ease, border-color .35s ease;
    position: relative;
    overflow: hidden;
}

.page-home .home-feedback-stat-card-v2::after {
    content: "";
    position: absolute;
    width: 160px;
    height: 160px;
    top: -80px;
    right: -80px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(6, 187, 204, 0.16) 0%, rgba(6, 187, 204, 0) 72%);
    pointer-events: none;
}

.page-home .home-feedback-stat-icon {
    width: 52px;
    height: 52px;
    flex: 0 0 52px;
    border-radius: 16px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    background: linear-gradient(135deg, #06bbcc 0%, #0ca7f1 100%);
    box-shadow: 0 14px 28px rgba(12, 167, 241, 0.22);
}

.page-home .home-feedback-stat-card-v2 strong {
    display: block;
    margin-bottom: 6px;
    color: #181d38;
    font-size: 1.05rem;
}

.page-home .home-feedback-stat-card-v2 span {
    color: #5f6b85;
    line-height: 1.7;
}

.page-home .home-feedback-stat-card-v2:hover {
    transform: translateY(-8px);
    border-color: rgba(6, 187, 204, 0.35);
    box-shadow: 0 26px 60px rgba(15, 23, 42, 0.14);
}

/* Testimonials scroller (center highlight + half hidden sides) */
.page-home .ak-testimonials {
    margin-top: 10px;
    margin-bottom: 6px;
}

.page-home .ak-testimonials-head {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 14px;
    margin: 28px 0 14px;
}

.page-home .ak-testimonials-title h2 {
    color: #181d38;
    font-weight: 900;
    letter-spacing: 0.2px;
}

.page-home .ak-testimonials-title p {
    color: #66728c;
}

.page-home .ak-testimonials-actions {
    display: flex;
    gap: 10px;
}

.page-home .ak-testimonials-nav {
    width: 46px;
    height: 46px;
    border-radius: 14px;
    border: 1px solid rgba(6, 187, 204, 0.18);
    background: #fff;
    box-shadow: 0 14px 30px rgba(15, 23, 42, 0.08);
    color: #11224d;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}

.page-home .ak-testimonials-nav:hover,
.page-home .ak-testimonials-nav:focus {
    transform: translateY(-2px);
    border-color: rgba(6, 187, 204, 0.35);
    box-shadow: 0 20px 45px rgba(15, 23, 42, 0.12);
}

.page-home .ak-testimonials-scroller {
    --pad: clamp(18px, 4vw, 34px);
    display: flex;
    gap: 18px;
    overflow-x: auto;
    overflow-y: hidden;
    padding: 10px var(--pad) 18px;
    margin-inline: calc(var(--pad) * -1);
    scroll-snap-type: x mandatory;
    scroll-padding-inline: var(--pad);
    -webkit-overflow-scrolling: touch;
    scrollbar-gutter: stable;
    mask-image: linear-gradient(90deg, transparent 0%, black 10%, black 90%, transparent 100%);
    scrollbar-width: none;
    -ms-overflow-style: none;
}

.page-home .ak-testimonials-scroller::-webkit-scrollbar {
    display: none;
}

.page-home .ak-testimonial-card {
    scroll-snap-align: center;
    flex: 0 0 clamp(280px, 70vw, 520px);
    border-radius: 26px;
    background: linear-gradient(180deg, #ffffff 0%, #f5fcff 100%);
    border: 1px solid rgba(6, 187, 204, 0.14);
    box-shadow: 0 22px 55px rgba(15, 23, 42, 0.09);
    padding: 22px 22px 20px;
    position: relative;
    overflow: hidden;
    transform: scale(0.92);
    opacity: 0.55;
    transition: transform .35s ease, opacity .35s ease, box-shadow .35s ease, border-color .35s ease;
}

.page-home .ak-testimonial-card::before {
    content: "";
    position: absolute;
    inset: 0 0 auto 0;
    height: 6px;
    background: linear-gradient(90deg, #06bbcc 0%, #0ca7f1 55%, #24c36a 100%);
}

.page-home .ak-testimonial-card::after {
    content: "";
    position: absolute;
    width: 220px;
    height: 220px;
    top: -120px;
    right: -120px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(6, 187, 204, 0.18) 0%, rgba(6, 187, 204, 0) 70%);
    pointer-events: none;
}

.page-home .ak-testimonial-card.is-active {
    transform: scale(1);
    opacity: 1;
    border-color: rgba(6, 187, 204, 0.35);
    box-shadow: 0 32px 80px rgba(15, 23, 42, 0.16);
}

.page-home .ak-testimonial-top {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 14px;
}

.page-home .ak-testimonial-user {
    display: flex;
    gap: 14px;
    align-items: center;
}

.page-home .ak-testimonial-avatar {
    width: 56px;
    height: 56px;
    border-radius: 18px;
    overflow: hidden;
    background: linear-gradient(135deg, #06bbcc 0%, #0ca7f1 100%);
    box-shadow: 0 14px 28px rgba(12, 167, 241, 0.22);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-weight: 800;
}

.page-home .ak-testimonial-avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.page-home .ak-testimonial-user strong {
    display: block;
    color: #181d38;
    font-weight: 900;
}

.page-home .ak-testimonial-user span {
    display: block;
    color: #66728c;
    font-size: 0.95rem;
    margin-top: 3px;
}

.page-home .ak-testimonial-message {
    margin: 0;
    color: #52607d;
    line-height: 1.9;
    font-size: 1.05rem;
}

.page-home .ak-testimonials-dots {
    display: flex;
    justify-content: center;
    gap: 8px;
    margin-top: 14px;
}

.page-home .ak-dot {
    width: 10px;
    height: 10px;
    border-radius: 999px;
    border: none;
    background: rgba(24, 29, 56, 0.18);
    transition: width .25s ease, background .25s ease;
}

.page-home .ak-dot.active {
    width: 26px;
    background: linear-gradient(90deg, #06bbcc 0%, #0ca7f1 55%, #24c36a 100%);
}

@media (max-width: 768px) {
    .page-home .ak-testimonials-head {
        flex-direction: column;
        align-items: flex-start;
    }
}

.page-home .home-feedback-stat-card strong {
    display: block;
    margin-bottom: 8px;
    color: #181d38;
    font-size: 1.05rem;
}

.page-home .home-feedback-stat-card span {
    color: #5f6b85;
    line-height: 1.7;
}

.page-home .home-feedback-stars small {
    color: #06bbcc;
    margin: 0 2px;
}

.page-home .home-feedback-carousel-avatar {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #06bbcc 0%, #0ca7f1 100%);
    color: #fff;
    font-weight: 700;
    font-size: 1.2rem;
    box-shadow: 0 14px 28px rgba(12, 167, 241, 0.2);
}

.page-home .home-review-form-card,
.page-home .home-review-card {
    border-radius: 24px;
    background: #ffffff;
    border: 1px solid rgba(6, 187, 204, 0.12);
    box-shadow: 0 20px 50px rgba(15, 23, 42, 0.08);
}

.page-home .home-review-form-card {
    padding: 28px;
    background: linear-gradient(180deg, #ffffff 0%, #f5fcff 100%);
}

.page-home .home-review-form-head h3,
.page-home .home-review-wall-head h3 {
    margin-bottom: 10px;
    color: #181d38;
}

.page-home .home-review-form-head p,
.page-home .home-review-wall-head p {
    margin-bottom: 0;
    color: #66728c;
    line-height: 1.7;
}

.page-home .home-review-form {
    margin-top: 22px;
}

.page-home .home-review-form .form-control,
.page-home .home-review-form .form-select {
    min-height: 56px;
    border-radius: 16px;
    border-color: rgba(6, 187, 204, 0.18);
    box-shadow: none;
}

.page-home .home-review-form textarea.form-control {
    min-height: 140px;
    resize: vertical;
}

.page-home .home-review-form .form-control:focus,
.page-home .home-review-form .form-select:focus {
    border-color: rgba(6, 187, 204, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(6, 187, 204, 0.12);
}

.page-home .home-review-status {
    display: inline-block;
    color: #0a6f87;
    min-height: 20px;
}

.page-home .home-review-help {
    display: inline-block;
    margin-top: 8px;
    color: #66728c;
    line-height: 1.6;
}

.page-home .home-review-wall-head {
    margin-bottom: 20px;
}

.page-home .home-review-card {
    height: 100%;
    padding: 22px;
}

.page-home .home-review-card-top {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 14px;
}

.page-home .home-review-user {
    display: flex;
    align-items: center;
    gap: 14px;
}

.page-home .home-review-avatar {
    width: 54px;
    height: 54px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #06bbcc 0%, #0ca7f1 100%);
    color: #fff;
    font-weight: 700;
    font-size: 1rem;
    box-shadow: 0 12px 24px rgba(12, 167, 241, 0.2);
}

.page-home .home-review-avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
    display: block;
}

.page-home .home-review-user strong {
    display: block;
    color: #181d38;
    font-size: 1rem;
}

.page-home .home-review-user span {
    display: block;
    color: #66728c;
    font-size: 0.92rem;
    margin-top: 4px;
}

.page-home .home-review-card p {
    margin-bottom: 0;
    color: #52607d;
    line-height: 1.8;
}

.page-home .home-review-empty {
    padding: 24px;
    border-radius: 22px;
    background: #f8fcff;
    border: 1px dashed rgba(6, 187, 204, 0.26);
    color: #66728c;
    text-align: center;
}

@media (max-width: 992px) {
    .page-home .home-services-hero {
        padding: 88px 0 70px;
    }

    .page-home .home-services-card-alt {
        margin-left: 0;
    }

    .page-home .home-services-floating-badge,
    .page-home .home-services-line {
        display: none;
    }

    .page-home .home-services-mini-panel {
        margin-left: 0;
    }
}

@media (max-width: 768px) {
    .page-home .home-services-hero {
        padding: 72px 0 58px;
    }

    .page-home .home-services-pills span {
        width: 100%;
        text-align: center;
    }

    .page-home .home-services-card {
        padding: 20px;
        border-radius: 20px;
    }

    .page-home .home-services-stats {
        gap: 12px;
    }

    .page-home .home-services-stat {
        min-width: calc(50% - 6px);
    }

    .page-home .home-services-spotlight,
    .page-home .home-services-orb-three {
        display: none;
    }

    .page-home .home-services-mini-panel {
        max-width: 100%;
    }
}

