:root {
    --rk-charcoal: #101820;
    --rk-ink: #17212b;
    --rk-orange: #058a8a;
    --rk-teal: #058a8a;
    --rk-soft: #f6f8f7;
    --rk-line: #dfe7e5;
    --rk-top-offset: 154px;
}

html {
    scroll-behavior: smooth;
}

.rakesh-home {
    color: var(--rk-ink);
    overflow-x: hidden;
}

.rk-emergency-bar {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 10000000;
    transform: translateY(-110%);
    opacity: 0;
    transition: transform .28s ease, opacity .28s ease;
    pointer-events: none;
}

.rk-emergency-bar.is-visible {
    transform: translateY(0);
    opacity: 1;
    pointer-events: auto;
}

.rk-emergency-inner {
    min-height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 18px;
    padding: 8px 16px;
    background: linear-gradient(90deg, #101820, #058a8a);
    color: #fff;
    box-shadow: 0 10px 30px rgba(16, 24, 32, .22);
    font-weight: 900;
}

.rk-emergency-inner a {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    min-height: 34px;
    padding: 0 16px;
    border-radius: 999px;
    background: #058a8a;
    color: #fff;
    text-decoration: none;
    box-shadow: 0 8px 18px rgba(5, 138, 138, .3);
}

.rk-emergency-inner span:last-child {
    color: #c9fff2;
}

.rk-hero {
    min-height: 720px;
    position: relative;
    display: flex;
    align-items: center;
    padding: calc(var(--rk-top-offset) + 36px) 0 72px;
    background: var(--rk-charcoal);
    overflow: visible;
}

.rk-hero-premium {
    background: #f7fbfa;
    color: var(--rk-charcoal);
}

.rk-hero-bg {
    position: absolute;
    inset: 0;
}

.rk-hero-bg {
    background:
        linear-gradient(90deg, rgba(247, 251, 250, .98) 0%, rgba(247, 251, 250, .95) 48%, rgba(247, 251, 250, .62) 72%, rgba(247, 251, 250, .92) 100%),
        url("../images/rakesh-brand/hero-repair.webp") center right / cover no-repeat;
}

.rk-hero-grid {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: minmax(0, 1.1fr) minmax(360px, .75fr);
    gap: 44px;
    align-items: center;
}

.rk-hero-copy,
.rk-form-panel {
    min-width: 0;
    max-width: 100%;
}

.rk-kicker,
.rk-section-heading span,
.rk-form-head span {
    display: inline-block;
    color: var(--rk-orange);
    font-weight: 900;
    letter-spacing: 1.8px;
    text-transform: uppercase;
    margin-bottom: 14px;
}

.rk-hero-copy h1 {
    color: var(--rk-charcoal);
    font-size: 62px;
    line-height: 1.05;
    font-weight: 900;
    margin: 0 0 22px;
    max-width: 720px;
    animation: rkTextRise .85s ease both;
    overflow-wrap: normal;
}

.rk-hero-copy h1 span {
    display: block;
}

.rk-hero-copy p {
    color: #4b5963;
    font-size: 20px;
    line-height: 1.65;
    max-width: 670px;
    overflow-wrap: normal;
}

@keyframes rkTextRise {
    from { opacity: 0; transform: translateY(18px); }
    to { opacity: 1; transform: translateY(0); }
}

.rk-location-chip {
    border: 1px solid rgba(255, 255, 255, .22);
    background: rgba(255, 255, 255, .12);
    color: #fff;
    padding: 10px 14px;
    border-radius: 8px;
    backdrop-filter: blur(8px);
    font-weight: 700;
}

.rk-hero-actions,
.rk-card-body div {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
}

.rk-trust-row {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    max-width: 760px;
    margin: 28px 0 30px;
}

.rk-trust-row span {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    min-height: 40px;
    padding: 0 13px;
    border: 1px solid rgba(5, 138, 138, .18);
    border-radius: 999px;
    background: rgba(255, 255, 255, .76);
    color: var(--rk-charcoal);
    font-weight: 800;
    box-shadow: 0 8px 20px rgba(16, 24, 32, .05);
}

.rk-trust-row i {
    color: var(--rk-teal);
}

.rk-google-jump {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    min-height: 44px;
    padding: 0 16px;
    margin-bottom: 22px;
    border: 1px solid #058a8a;
    border-radius: 999px;
    background: #058a8a;
    color: #fff;
    font-weight: 900;
    text-decoration: none;
    box-shadow: 0 12px 28px rgba(16, 24, 32, .08);
    transition: transform .25s ease, border-color .25s ease, color .25s ease;
    animation: rkGoogleHeartbeat 1.45s ease-in-out infinite;
}

.rk-google-jump i {
    color: #fbbc04;
}

.rk-google-jump:hover {
    transform: translateY(-3px);
    border-color: var(--rk-teal);
    color: #fff;
    animation-play-state: paused;
}

@keyframes rkGoogleHeartbeat {
    0%, 100% {
        transform: scale(1);
        box-shadow: 0 12px 28px rgba(16, 24, 32, .08);
    }
    14% {
        transform: scale(1.055);
        box-shadow: 0 16px 34px rgba(5, 138, 138, .18);
    }
    28% {
        transform: scale(1);
    }
    42% {
        transform: scale(1.04);
        box-shadow: 0 16px 34px rgba(251, 188, 4, .22);
    }
    70% {
        transform: scale(1);
    }
}

.rk-btn,
.rk-card-body a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    min-height: 50px;
    padding: 0 22px;
    border-radius: 8px;
    font-weight: 900;
    text-decoration: none;
    transition: transform .25s ease, box-shadow .25s ease, background .25s ease;
}

.rk-btn:hover,
.rk-card-body a:hover {
    transform: translateY(-3px);
}

.rk-btn-primary,
.rk-card-body a:first-child {
    background: var(--rk-orange);
    color: #fff;
    box-shadow: 0 16px 32px rgba(5, 138, 138, .27);
}

.rk-btn-whatsapp,
.rk-card-body a:last-child {
    background: #18b85a;
    color: #fff;
}

.single-service-card-new .card-footer-btns {
    gap: 14px;
}

.single-service-card-new .card-footer-btns .rk-btn {
    flex: 1 1 138px;
    min-height: 50px;
    padding: 0 18px;
    border-radius: 8px;
    color: #fff;
    font-size: 15px;
    line-height: 1.2;
}

.single-service-card-new .card-footer-btns .rk-btn i {
    margin-right: 0;
}

.rk-form-panel {
    background: #fff;
    border: 1px solid rgba(5, 138, 138, .13);
    border-radius: 18px;
    box-shadow: 0 28px 80px rgba(16, 24, 32, .14);
    overflow: hidden;
}

.logo-box a {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    text-decoration: none;
    max-width: 310px;
}

.banner-form-card {
    border-radius: 18px !important;
    overflow: hidden;
    box-shadow: 0 24px 70px rgba(16, 24, 32, .2) !important;
}

.banner-form-header {
    display: block;
    background: #fff !important;
    padding: 26px 26px 0 !important;
    text-align: left !important;
}

.banner-form-header h3 {
    color: var(--rk-charcoal) !important;
    font-size: 28px !important;
    font-weight: 900 !important;
    margin: 0 !important;
}

.banner-form-body {
    padding: 0 !important;
}

.banner-form-body .rk-form {
    padding: 26px !important;
}

.rk-form-head {
    background: #fff;
    padding: 30px 32px 10px;
}

.rk-form-head h2 {
    color: var(--rk-charcoal);
    margin: 0;
    font-size: 30px;
    font-weight: 900;
}

.rk-compact-form .rk-form-head span {
    color: var(--rk-teal);
}

.rk-form {
    padding: 22px 32px 34px;
    display: grid;
    gap: 16px;
}

.rk-form label {
    display: flex;
    align-items: center;
    gap: 14px;
    border: 1px solid var(--rk-line);
    min-height: 58px;
    padding: 0 16px;
    margin: 0;
    border-radius: 8px;
}

.rk-form i {
    color: var(--rk-orange);
    font-size: 20px;
    width: 22px;
    text-align: center;
}

.rk-form input {
    border: 0;
    outline: 0;
    width: 100%;
    font-size: 16px;
    color: var(--rk-ink);
}

.rk-form select {
    border: 0;
    outline: 0;
    width: 100%;
    background: transparent;
    color: var(--rk-ink);
    font-size: 16px;
}

.rk-form button {
    border: 0;
    min-height: 58px;
    border-radius: 8px;
    background: var(--rk-charcoal);
    color: #fff;
    font-size: 18px;
    font-weight: 900;
    transition: background .25s ease, transform .25s ease;
}

.rk-form button:hover {
    background: var(--rk-orange);
    transform: translateY(-2px);
}

.rk-service-band,
.rk-locations,
.rk-trust-logos,
.rk-process,
.rk-faq-section,
.rk-final-cta {
    background: var(--rk-soft);
    padding: 92px 0;
}

.rk-section-heading {
    max-width: 760px;
    margin: 0 auto 48px;
    text-align: center;
}

.rk-section-heading h2 {
    font-size: 42px;
    line-height: 1.16;
    font-weight: 900;
    color: var(--rk-charcoal);
    margin: 0 0 16px;
}

.rk-section-heading p {
    font-size: 18px;
    line-height: 1.75;
    color: #53606a;
}

.rk-service-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
}

.rk-service-card,
.rk-review-card,
.rk-final-call {
    background: #fff;
    border: 1px solid var(--rk-line);
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 12px 30px rgba(16, 24, 32, .07);
}

.rk-service-card {
    transform: translateY(18px);
    opacity: 0;
    transition: transform .45s ease, opacity .45s ease, box-shadow .35s ease, border-color .35s ease;
}

.rk-service-card.is-visible {
    transform: translateY(0);
    opacity: 1;
}

.rk-service-card:hover {
    transform: translateY(-10px);
    border-color: rgba(5, 138, 138, .35);
    box-shadow: 0 24px 52px rgba(16, 24, 32, .14);
}

.rk-card-image {
    position: relative;
    aspect-ratio: 16 / 10;
    overflow: hidden;
}

.rk-card-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: scale(1.02);
    transition: transform .75s ease, filter .75s ease;
}

.rk-service-card:hover img {
    transform: scale(1.13) translateX(8px);
    filter: saturate(1.12) contrast(1.04);
}

.rk-card-image span {
    position: absolute;
    left: 14px;
    bottom: 14px;
    background: rgba(16, 24, 32, .86);
    color: #fff;
    border-left: 4px solid var(--rk-orange);
    padding: 8px 12px;
    font-weight: 900;
    border-radius: 6px;
    transition: transform .3s ease, background .3s ease;
}

.rk-service-card:hover .rk-card-image span {
    transform: translateY(-6px);
    background: rgba(5, 138, 138, .92);
}

.rk-card-body {
    padding: 24px;
}

.rk-card-body > i,
.single-service-card-new .icon-box {
    width: 64px;
    height: 64px;
    min-width: 64px;
    border-radius: 50% !important;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #e9fbf9;
    color: var(--rk-orange);
    font-size: 28px;
    line-height: 1;
    box-shadow: 0 14px 28px rgba(5, 138, 138, .18);
    transition: transform .35s ease, background .35s ease, color .35s ease, box-shadow .35s ease;
}

.rk-service-card:hover .rk-card-body > i {
    transform: rotate(-8deg) scale(1.08);
    background: var(--rk-teal);
    color: #fff;
    box-shadow: 0 16px 34px rgba(5, 138, 138, .26);
}

.single-service-card-new .icon-box {
    margin: -60px auto 20px;
}

.single-service-card-new .icon-box i {
    line-height: 1;
}

.single-service-card-new:hover .icon-box {
    background: var(--rk-orange);
    color: #fff;
}

.rk-card-body h3 {
    color: var(--rk-charcoal);
    font-size: 23px;
    font-weight: 900;
    margin: 14px 0 10px;
    transition: color .3s ease, transform .3s ease;
}

.rk-card-body p {
    color: #5f6870;
    line-height: 1.65;
    min-height: 78px;
    transition: color .3s ease, transform .3s ease;
}

.rk-service-card:hover .rk-card-body h3,
.rk-service-card:hover .rk-card-body p {
    transform: translateY(-4px);
}

.rk-service-card:hover .rk-card-body h3 {
    color: var(--rk-teal);
}

.rk-service-card:hover .rk-card-body p {
    color: #29343d;
}

.rk-card-body a {
    min-height: 42px;
    padding: 0 16px;
    font-size: 14px;
}

.rk-why-choose,
.rk-testimonials,
.rk-faq-cta {
    padding: 98px 0;
    background: #fff;
}

.rk-trust-logos {
    background: #fff;
    padding: 54px 0;
}

.rk-stats-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 18px;
}

.rk-stat-card {
    border: 1px solid var(--rk-line);
    border-radius: 16px;
    background: #fff;
    padding: 26px 20px;
    text-align: center;
    box-shadow: 0 12px 32px rgba(16, 24, 32, .06);
}

.rk-stat-card strong {
    display: block;
    color: var(--rk-charcoal);
    font-size: 34px;
    font-weight: 900;
    line-height: 1.1;
}

.rk-stat-card strong em {
    font-style: normal;
}

.rk-stat-card i {
    color: var(--rk-orange);
    font-size: 22px;
    margin-left: 4px;
}

.rk-stat-card span {
    display: block;
    color: #66717a;
    font-weight: 800;
    margin-top: 8px;
}

.rk-why-choose {
    background: linear-gradient(180deg, #ffffff 0%, #f6fbfa 100%);
}

.rk-why-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 22px;
}

.rk-why-card {
    position: relative;
    min-height: 188px;
    padding: 30px 24px;
    border: 1px solid var(--rk-line);
    border-radius: 16px;
    background: #fff;
    box-shadow: 0 14px 34px rgba(16, 24, 32, .07);
    overflow: hidden;
    transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}

.rk-process {
    background: linear-gradient(180deg, #f6fbfa 0%, #fff 100%);
}

.rk-process-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 18px;
}

.rk-process-grid article {
    background: #fff;
    border: 1px solid var(--rk-line);
    border-radius: 16px;
    padding: 28px 22px;
    box-shadow: 0 14px 34px rgba(16, 24, 32, .06);
}

.rk-process-grid strong {
    color: var(--rk-teal);
    font-size: 34px;
    font-weight: 900;
}

.rk-process-grid h3 {
    margin: 16px 0 8px;
    color: var(--rk-charcoal);
    font-weight: 900;
}

.rk-process-grid p {
    color: #5f6870;
    line-height: 1.65;
    margin: 0;
}

.rk-why-card::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgba(5, 138, 138, .1), rgba(5, 138, 138, .08));
    opacity: 0;
    transition: opacity .25s ease;
}

.rk-why-card:hover {
    transform: translateY(-6px);
    border-color: rgba(5, 138, 138, .35);
    box-shadow: 0 22px 46px rgba(16, 24, 32, .12);
}

.rk-why-card:hover::before {
    opacity: 1;
}

.rk-why-card i {
    position: relative;
    z-index: 1;
    width: 66px;
    height: 66px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: var(--rk-teal);
    color: #fff;
    font-size: 28px;
    box-shadow: 0 14px 28px rgba(5, 138, 138, .22);
}

.rk-why-card h3 {
    position: relative;
    z-index: 1;
    margin: 22px 0 10px;
    color: var(--rk-charcoal);
    font-size: 22px;
    font-weight: 900;
    line-height: 1.3;
}

.rk-why-card p {
    position: relative;
    z-index: 1;
    margin: 0;
    color: #5f6870;
    font-size: 15px;
    line-height: 1.65;
}

.rk-why-card:nth-child(even) i {
    background: var(--rk-orange);
    box-shadow: 0 14px 28px rgba(5, 138, 138, .2);
}

.rk-location-grid {
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: 14px;
}

.rk-faq-section {
    background: #fff;
}

.rk-faq-section .rk-faq-list {
    max-width: 860px;
    margin: 0 auto;
}

.rk-final-cta {
    background: var(--rk-charcoal);
}

.rk-final-cta .rk-final-call {
    max-width: 880px;
    margin: 0 auto;
    text-align: center;
    border-radius: 20px;
    border: 1px solid rgba(255, 255, 255, .12);
}

.rk-final-cta .rk-hero-actions {
    justify-content: center;
}

.rk-location-chip {
    color: var(--rk-charcoal);
    background: #fff;
    border-color: var(--rk-line);
    display: flex;
    align-items: center;
    gap: 10px;
    justify-content: center;
}

.rk-location-chip i {
    color: var(--rk-orange);
}

.rk-review-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
}

.rk-review-card {
    padding: 30px;
    text-align: center;
}

.rk-avatar {
    width: 92px;
    height: 92px;
    border-radius: 50%;
    margin: 0 auto 18px;
    background-image: url("../images/rakesh-brand/testimonials.jpg");
    background-size: 300% 100%;
    border: 4px solid #fff;
    box-shadow: 0 12px 28px rgba(16, 24, 32, .18);
}

.rk-avatar-1 { background-position: left center; }
.rk-avatar-2 { background-position: center center; }
.rk-avatar-3 { background-position: right center; }

.testimonials-area .testimonial-box {
    min-height: 420px;
    text-align: center;
    border-color: var(--rk-line);
    border-bottom-color: var(--rk-teal);
    box-shadow: 0 16px 45px rgba(16, 24, 32, .06);
}

.testimonials-area .testimonial-box .rk-avatar {
    margin-bottom: 22px;
}

.testimonials-area .testimonial-box .star-rating {
    margin-bottom: 22px;
}

.testimonials-area .testimonial-box .star-rating i {
    color: var(--rk-teal);
    font-size: 24px;
}

.testimonials-area .testimonial-box .text {
    margin-bottom: 26px;
    color: #4b5963;
    font-size: 18px;
    line-height: 1.7;
    font-weight: 700;
}

.testimonials-area .testimonial-box .client-info {
    justify-content: center;
}

.testimonials-area .testimonial-box .client-info .name-box h4 {
    color: var(--rk-charcoal);
    font-size: 24px;
    font-weight: 900;
}

.testimonials-area .testimonial-box .client-info .name-box span {
    color: var(--rk-teal);
    font-size: 18px;
    font-weight: 900;
}

.rk-stars {
    color: var(--rk-orange);
    letter-spacing: 2px;
    margin-bottom: 14px;
}

.rk-review-card p {
    color: #53606a;
    line-height: 1.7;
}

.rk-review-card h3 {
    color: var(--rk-charcoal);
    font-weight: 900;
    margin: 18px 0 3px;
}

.rk-review-card span {
    color: var(--rk-teal);
    font-weight: 800;
}

.rk-google-reviews {
    padding: 92px 0;
    background:
        radial-gradient(circle at 12% 12%, rgba(5, 138, 138, .13), transparent 28%),
        linear-gradient(135deg, #f7fbfa 0%, #ffffff 100%);
}

.rk-google-panel {
    display: grid;
    grid-template-columns: minmax(280px, .72fr) minmax(0, 1.28fr);
    gap: 28px;
    align-items: stretch;
}

.rk-google-summary,
.rk-google-card {
    border: 1px solid var(--rk-line);
    border-radius: 18px;
    background: #fff;
    box-shadow: 0 18px 45px rgba(16, 24, 32, .08);
}

.rk-google-summary {
    padding: 34px;
    position: relative;
    overflow: hidden;
}

.rk-google-summary::after {
    content: "";
    position: absolute;
    width: 150px;
    height: 150px;
    right: -70px;
    top: -70px;
    border-radius: 50%;
    background: rgba(5, 138, 138, .12);
}

.rk-google-kicker {
    display: inline-flex;
    min-height: 34px;
    align-items: center;
    padding: 0 14px;
    border-radius: 999px;
    background: rgba(5, 138, 138, .1);
    color: var(--rk-teal);
    font-size: 13px;
    font-weight: 900;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.rk-google-summary h2 {
    color: var(--rk-charcoal);
    margin: 18px 0 12px;
    font-size: 38px;
    line-height: 1.12;
    font-weight: 900;
}

.rk-google-summary p {
    color: #55636c;
    margin: 0 0 22px;
    line-height: 1.65;
}

.rk-google-score {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 12px;
    padding: 18px;
    margin-bottom: 24px;
    border-radius: 16px;
    background: #f3faf9;
    border: 1px solid rgba(5, 138, 138, .14);
}

.rk-google-score strong {
    color: var(--rk-charcoal);
    font-size: 48px;
    line-height: 1;
    font-weight: 900;
}

.rk-google-score .rk-stars,
.rk-google-card-stars span {
    color: #fbbc04;
    letter-spacing: 1px;
    font-size: 21px;
}

.rk-google-score em,
.rk-google-card-stars em {
    color: #5d6870;
    font-style: normal;
    font-weight: 800;
}

.rk-google-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.rk-google-review-strip {
    display: flex;
    gap: 18px;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    padding: 4px 4px 22px;
    scrollbar-width: none;
}

.rk-google-review-strip::-webkit-scrollbar {
    display: none;
}

.rk-google-card {
    flex: 0 0 315px;
    scroll-snap-align: start;
    padding: 24px;
    transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}

.rk-google-card:hover {
    transform: translateY(-7px);
    border-color: rgba(5, 138, 138, .34);
    box-shadow: 0 24px 55px rgba(16, 24, 32, .12);
}

.rk-google-card-head {
    display: flex;
    align-items: center;
    gap: 13px;
    margin-bottom: 14px;
}

.rk-google-initial {
    width: 48px;
    height: 48px;
    min-width: 48px;
    border-radius: 50%;
    background: linear-gradient(135deg, #058a8a, #101820);
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-weight: 900;
}

.rk-google-card h3 {
    color: var(--rk-charcoal);
    margin: 0;
    font-size: 18px;
    font-weight: 900;
}

.rk-google-card-head span {
    color: #6a757d;
    font-size: 13px;
    font-weight: 800;
}

.rk-google-card-stars {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 14px;
}

.rk-google-card p {
    color: #4f5c65;
    margin: 0;
    line-height: 1.65;
    font-weight: 750;
}

.rk-faq-list {
    display: grid;
    gap: 12px;
}

.rk-faq-list details {
    background: #fff;
    border: 1px solid var(--rk-line);
    border-radius: 8px;
    padding: 18px 20px;
}

.rk-faq-list summary {
    cursor: pointer;
    color: var(--rk-charcoal);
    font-weight: 900;
    font-size: 18px;
}

.rk-final-call {
    background: var(--rk-charcoal);
    color: #fff;
    padding: 42px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.rk-final-call h2,
.rk-final-call p {
    color: #fff;
}

.rk-final-call small {
    display: block;
    color: #d9fffb;
    line-height: 1.65;
    margin-top: 24px;
}

.rk-about-page {
    --about-dark: #101820;
    --about-teal: #058a8a;
    --about-soft: #f4f8f8;
    --about-line: #dce8e7;
    color: var(--rk-ink);
    width: 100vw;
    max-width: 100vw;
    overflow-x: hidden;
}

.rk-about-page *,
.rk-about-page *::before,
.rk-about-page *::after {
    box-sizing: border-box;
}

.rk-about-page .container {
    width: min(1170px, calc(100vw - 32px)) !important;
    max-width: calc(100vw - 32px) !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin-left: auto !important;
    margin-right: auto !important;
}

.rk-about-page section {
    padding: 92px 0;
}

.rk-about-hero {
    padding: 190px 0 92px !important;
    background:
        radial-gradient(circle at 12% 20%, rgba(5, 138, 138, .14), transparent 28%),
        linear-gradient(135deg, #ffffff 0%, #f2faf9 100%);
}

.rk-about-hero-grid,
.rk-about-story-grid,
.rk-about-why-grid,
.rk-about-safety-grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    gap: 54px;
    align-items: center;
}

.rk-about-hero-copy,
.rk-about-story-copy,
.rk-about-why-copy,
.rk-about-safety-grid > *,
.rk-about-section-head {
    min-width: 0;
    max-width: 100%;
}

.rk-about-label {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: var(--about-teal);
    font-size: 13px;
    font-weight: 900;
    letter-spacing: 1.8px;
    text-transform: uppercase;
    margin-bottom: 16px;
}

.rk-about-label::before {
    content: "";
    width: 24px;
    height: 2px;
    border-radius: 99px;
    background: var(--about-teal);
}

.rk-about-hero h1,
.rk-about-story h2,
.rk-about-section-head h2,
.rk-about-why h2,
.rk-about-safety h2,
.rk-about-final-card h2 {
    color: var(--about-dark);
    font-weight: 900;
    letter-spacing: 0;
    max-width: 100%;
    overflow-wrap: normal;
    word-break: normal;
    white-space: normal !important;
}

.rk-about-hero h1 {
    max-width: 720px;
    margin: 0 0 22px;
    font-size: 58px;
    line-height: 1.06;
}

.rk-about-hero p,
.rk-about-story-copy p,
.rk-about-why-copy p,
.rk-about-safety p,
.rk-about-final-card p {
    color: #4d5a63;
    font-size: 18px;
    line-height: 1.75;
    overflow-wrap: normal;
    word-break: normal;
    white-space: normal !important;
}

.rk-about-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-top: 28px;
}

.rk-btn-outline {
    color: var(--about-teal);
    background: #fff;
    border: 1px solid rgba(5, 138, 138, .28);
    box-shadow: 0 12px 24px rgba(16, 24, 32, .08);
}

.rk-btn-outline:hover {
    background: var(--about-teal);
    color: #fff;
}

.rk-about-trust {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 28px;
}

.rk-about-trust span {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    min-height: 38px;
    padding: 0 13px;
    border: 1px solid rgba(5, 138, 138, .18);
    border-radius: 999px;
    background: rgba(255, 255, 255, .82);
    color: var(--about-dark);
    font-weight: 800;
}

.rk-about-trust i {
    color: var(--about-teal);
}

.rk-about-hero-media,
.rk-about-story-media {
    overflow: hidden;
    border-radius: 26px;
    box-shadow: 0 28px 70px rgba(16, 24, 32, .16);
    aspect-ratio: 16 / 10;
}

.rk-about-hero-media img,
.rk-about-story-media img {
    width: 100%;
    height: 100%;
    min-height: 430px;
    object-fit: cover;
    display: block;
    transition: transform .55s ease;
}

.rk-about-story-media img {
    object-position: center center;
}

.rk-about-hero-media:hover img,
.rk-about-story-media:hover img {
    transform: scale(1.05);
}

.rk-about-story {
    background: #fff;
}

.rk-about-story-grid {
    grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr);
}

.rk-about-story-copy h2,
.rk-about-section-head h2,
.rk-about-why h2,
.rk-about-safety h2 {
    margin: 0 0 18px;
    font-size: 42px;
    line-height: 1.15;
}

.rk-about-point-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
    margin-top: 28px;
}

.rk-about-point-grid div,
.rk-about-benefits div {
    display: flex;
    align-items: center;
    gap: 12px;
    min-height: 58px;
    padding: 14px 16px;
    border: 1px solid var(--about-line);
    border-radius: 14px;
    background: #fff;
    color: var(--about-dark);
    font-weight: 850;
    box-shadow: 0 12px 28px rgba(16, 24, 32, .05);
}

.rk-about-point-grid i,
.rk-about-benefits i {
    color: var(--about-teal);
}

.rk-about-expertise {
    background:
        radial-gradient(circle at 10% 15%, rgba(5, 138, 138, .2), transparent 26%),
        linear-gradient(135deg, #101820 0%, #0d2228 100%);
}

.rk-about-expertise .rk-about-label,
.rk-about-expertise .rk-about-section-head h2 {
    color: #fff;
}

.rk-about-expertise .rk-about-label::before {
    background: #fff;
}

.rk-about-section-head {
    max-width: 760px;
    margin: 0 auto 42px;
    text-align: center;
}

.rk-about-service-grid {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 18px;
}

.rk-about-service-card {
    min-height: 260px;
    padding: 26px 20px;
    border: 1px solid rgba(255, 255, 255, .14);
    border-radius: 20px;
    background: rgba(255, 255, 255, .055);
    box-shadow: 0 20px 45px rgba(0, 0, 0, .18);
    transition: transform .28s ease, border-color .28s ease, box-shadow .28s ease;
}

.rk-about-service-card:hover {
    transform: translateY(-8px);
    border-color: rgba(5, 138, 138, .75);
    box-shadow: 0 26px 60px rgba(5, 138, 138, .18);
}

.rk-about-service-card i {
    width: 58px;
    height: 58px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: var(--about-teal);
    color: #fff;
    font-size: 24px;
    transition: transform .28s ease;
}

.rk-about-service-card:hover i {
    transform: translateY(-4px) rotate(-6deg);
}

.rk-about-service-card h3 {
    margin: 22px 0 10px;
    color: #fff;
    font-size: 21px;
    font-weight: 900;
    line-height: 1.25;
}

.rk-about-service-card p {
    min-height: 76px;
    color: #c7d4d5;
    line-height: 1.6;
    margin: 0 0 16px;
}

.rk-about-service-card a {
    color: #8dffff;
    font-weight: 900;
    text-decoration: none;
}

.rk-about-why {
    background: var(--about-soft);
}

.rk-about-why-grid {
    grid-template-columns: minmax(0, .82fr) minmax(0, 1.18fr);
}

.rk-about-benefits {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
}

.rk-about-process {
    background: #fff;
}

.rk-about-timeline {
    position: relative;
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 18px;
}

.rk-about-timeline::before {
    content: "";
    position: absolute;
    left: 9%;
    right: 9%;
    top: 50px;
    height: 2px;
    background: var(--about-line);
}

.rk-about-timeline article {
    position: relative;
    z-index: 1;
    padding: 24px 18px;
    border: 1px solid var(--about-line);
    border-radius: 18px;
    background: #fff;
    box-shadow: 0 16px 36px rgba(16, 24, 32, .06);
    text-align: center;
}

.rk-about-timeline strong {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 54px;
    height: 34px;
    border-radius: 999px;
    background: var(--about-dark);
    color: #fff;
    font-weight: 900;
}

.rk-about-timeline i {
    width: 58px;
    height: 58px;
    margin: 20px auto 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: rgba(5, 138, 138, .12);
    color: var(--about-teal);
    font-size: 22px;
}

.rk-about-timeline h3 {
    color: var(--about-dark);
    font-size: 19px;
    font-weight: 900;
    margin: 0 0 10px;
}

.rk-about-timeline p {
    color: #5b6770;
    line-height: 1.55;
    margin: 0;
}

.rk-about-safety {
    background: #eef7f8;
}

.rk-about-safety-grid {
    grid-template-columns: minmax(0, 1fr) minmax(320px, .7fr);
}

.rk-about-safety ul {
    margin: 0;
    padding: 26px;
    list-style: none;
    border-radius: 22px;
    background: #fff;
    box-shadow: 0 18px 42px rgba(16, 24, 32, .08);
}

.rk-about-safety li {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 13px 0;
    color: var(--about-dark);
    font-size: 17px;
    font-weight: 800;
}

.rk-about-safety li + li {
    border-top: 1px solid var(--about-line);
}

.rk-about-safety li i {
    color: var(--about-teal);
}

.rk-about-reviews {
    background: #fff;
}

.rk-about-review-track {
    display: flex;
    gap: 20px;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    padding: 6px 4px 22px;
    scrollbar-width: none;
}

.rk-about-review-track::-webkit-scrollbar {
    display: none;
}

.rk-about-review-track article {
    flex: 0 0 390px;
    scroll-snap-align: start;
    padding: 28px;
    border: 1px solid var(--about-line);
    border-radius: 22px;
    background: #fff;
    box-shadow: 0 18px 42px rgba(16, 24, 32, .07);
}

.rk-about-review-track p {
    min-height: 110px;
    color: #4b5963;
    font-size: 17px;
    font-weight: 750;
    line-height: 1.7;
}

.rk-about-review-track h3 {
    color: var(--about-dark);
    font-size: 22px;
    font-weight: 900;
    margin: 12px 0 4px;
}

.rk-about-review-track article > span {
    color: var(--about-teal);
    font-weight: 900;
}

.rk-about-areas {
    background: var(--about-soft);
}

.rk-about-area-chips {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 12px;
}

.rk-about-area-chips a {
    display: inline-flex;
    align-items: center;
    min-height: 44px;
    padding: 0 18px;
    border: 1px solid rgba(5, 138, 138, .2);
    border-radius: 999px;
    background: #fff;
    color: var(--about-dark);
    font-weight: 900;
    text-decoration: none;
    box-shadow: 0 10px 24px rgba(16, 24, 32, .05);
    transition: transform .25s ease, border-color .25s ease;
}

.rk-about-area-chips a:hover {
    transform: translateY(-3px);
    border-color: var(--about-teal);
    color: var(--about-teal);
}

.rk-about-final-cta {
    background: #fff;
}

.rk-about-final-card {
    padding: 58px;
    border-radius: 26px;
    background:
        radial-gradient(circle at 15% 20%, rgba(5, 138, 138, .22), transparent 28%),
        linear-gradient(135deg, #101820 0%, #071015 100%);
    color: #fff;
    text-align: center;
    box-shadow: 0 26px 70px rgba(16, 24, 32, .2);
}

.rk-about-final-card h2 {
    color: #fff;
    margin: 0 0 14px;
}

.rk-about-final-card p {
    color: #d7e5e5;
    max-width: 760px;
    margin: 0 auto;
}

.rk-about-final-card .rk-about-actions {
    justify-content: center;
}

.about-reveal {
    opacity: 0;
    transform: translateY(24px);
    transition: opacity .55s ease, transform .55s ease;
}

.about-reveal.is-visible {
    opacity: 1;
    transform: translateY(0);
}

@media (prefers-reduced-motion: reduce) {
    .about-reveal,
    .rk-about-hero-media img,
    .rk-about-story-media img,
    .rk-about-service-card,
    .rk-about-service-card i,
    .rk-about-area-chips a {
        transition: none !important;
        animation: none !important;
    }

    .about-reveal {
        opacity: 1;
        transform: none;
    }
}

@media (max-width: 1199px) {
    .main-header .inner-container {
        gap: 12px;
    }

    .rk-about-service-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .rk-about-timeline {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .rk-about-timeline::before {
        display: none;
    }

    .main-header .header-button a {
        padding: 13px 18px !important;
        font-size: 15px;
    }

    .rk-service-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .rk-why-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .rk-location-grid {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }

    .rk-process-grid,
    .rk-stats-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .rk-google-panel {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 991px) {
    :root {
        --rk-top-offset: 122px;
    }

    .rk-about-page section {
        padding: 76px 0;
    }

    .rk-about-hero {
        padding: 168px 0 76px !important;
    }

    .rk-about-hero-grid,
    .rk-about-story-grid,
    .rk-about-why-grid,
    .rk-about-safety-grid {
        grid-template-columns: 1fr;
        gap: 34px;
    }

    .rk-about-story-media {
        order: 2;
    }

    .rk-about-story-copy {
        order: 1;
    }

    .rk-about-hero h1 {
        font-size: 44px;
    }

    .rk-about-story-copy h2,
    .rk-about-section-head h2,
    .rk-about-why h2,
    .rk-about-safety h2 {
        font-size: 34px;
    }

    .rk-about-service-grid,
    .rk-about-timeline {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .main-header .inner-container {
        min-height: 82px;
        flex-wrap: nowrap;
        gap: 10px;
        padding: 0 14px !important;
    }

    .main-header .main-box .logo-box {
        flex: 1 1 auto !important;
        min-width: 0;
        padding: 8px 0 !important;
    }

    .logo-box a {
        max-width: 100%;
        gap: 8px;
    }

    .logo-box img {
        max-height: 54px !important;
        flex: 0 0 auto;
    }

    .main-header .nav-outer {
        flex: 0 0 auto !important;
        display: flex !important;
        justify-content: flex-end !important;
    }

    .main-header .header-button {
        display: none !important;
    }

    .main-menu .navbar-header {
        display: block;
    }

    .main-menu .navbar-toggle {
        margin: 0;
        border: 1px solid var(--rk-line);
        background: #fff;
    }

    .main-menu .navbar-toggle .icon-bar {
        background: var(--rk-charcoal);
    }

    .main-menu .navbar-collapse {
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        width: 100%;
        background: #fff;
        border-top: 1px solid var(--rk-line);
        box-shadow: 0 20px 45px rgba(16, 24, 32, .14);
        z-index: 999999;
    }

    .main-menu .navigation {
        width: 100%;
        padding: 8px 16px !important;
    }

    .main-menu .navigation li {
        display: block;
        float: none;
        width: 100%;
        margin: 0 !important;
    }

    .main-menu .navigation li a {
        display: block;
        padding: 13px 0 !important;
        line-height: 1.3 !important;
    }

    .rk-hero {
        min-height: auto;
        padding: calc(var(--rk-top-offset) + 46px) 0 58px;
    }

    .rk-hero-grid {
        grid-template-columns: 1fr;
        gap: 28px;
    }

    .rk-hero-copy h1 {
        font-size: 48px;
    }

}

@media (max-width: 767px) {
    :root {
        --rk-top-offset: 116px;
    }

    .rk-about-page section {
        padding: 58px 0;
    }

    .rk-about-page .container {
        width: calc(100vw - 28px) !important;
        max-width: calc(100vw - 28px) !important;
    }

    .rk-about-hero {
        padding: 150px 0 58px !important;
    }

    .rk-about-hero-copy,
    .rk-about-story-copy,
    .rk-about-why-copy,
    .rk-about-safety-grid > div,
    .rk-about-section-head {
        width: 100%;
        max-width: calc(100vw - 54px);
    }

    .rk-about-hero h1 {
        font-size: 28px;
        line-height: 1.12;
        max-width: 310px;
    }

    .rk-about-hero p,
    .rk-about-story-copy p,
    .rk-about-why-copy p,
    .rk-about-safety p,
    .rk-about-final-card p {
        font-size: 16px;
        max-width: 320px;
    }

    .rk-about-story-copy h2,
    .rk-about-section-head h2,
    .rk-about-why h2,
    .rk-about-safety h2,
    .rk-about-final-card h2 {
        font-size: 28px;
        line-height: 1.18;
        max-width: 320px;
    }

    .rk-about-actions,
    .rk-about-trust {
        display: grid;
        grid-template-columns: 1fr;
    }

    .rk-about-actions .rk-btn {
        width: 100%;
    }

    .rk-about-hero-media img,
    .rk-about-story-media img {
        min-height: 280px;
    }

    .rk-about-point-grid,
    .rk-about-benefits,
    .rk-about-service-grid,
    .rk-about-timeline {
        grid-template-columns: 1fr;
    }

    .rk-about-service-card {
        min-height: auto;
    }

    .rk-about-service-card p {
        min-height: auto;
    }

    .rk-about-safety-grid {
        grid-template-columns: 1fr;
    }

    .rk-about-review-track article {
        flex-basis: calc(100vw - 46px);
    }

    .rk-about-review-track p {
        min-height: auto;
    }

    .rk-about-final-card {
        padding: 34px 20px;
        border-radius: 22px;
    }

    .rk-google-reviews {
        padding: 58px 0;
    }

    .rk-google-summary {
        padding: 24px;
    }

    .rk-google-summary h2 {
        font-size: 28px;
    }

    .rk-google-score strong {
        font-size: 42px;
    }

    .rk-google-actions {
        display: grid;
        grid-template-columns: 1fr;
    }

    .rk-google-card {
        flex-basis: calc(100vw - 48px);
    }

    .mobile-top-bar a {
        font-size: 14px !important;
        line-height: 1.35;
        padding: 0 10px;
    }

    .main-header .inner-container {
        min-height: 76px;
    }

    .rk-emergency-inner {
        gap: 8px;
        justify-content: space-between;
        font-size: 13px;
    }

    .rk-emergency-inner a {
        padding: 0 12px;
        min-height: 32px;
        white-space: nowrap;
    }

    .rk-hero {
        padding: calc(var(--rk-top-offset) + 42px) 0 46px;
        min-height: auto;
    }

    .rk-hero .container {
        width: 100% !important;
        max-width: 100vw !important;
        padding-left: 15px;
        padding-right: 15px;
    }

    .rk-hero-grid,
    .rk-hero-copy,
    .rk-hero-copy h1,
    .rk-hero-copy p,
    .rk-trust-row,
    .rk-hero-actions,
    .rk-form-panel {
        width: 100%;
        max-width: calc(100vw - 30px);
    }

    .rk-hero-copy h1,
    .rk-section-heading h2 {
        font-size: 30px;
        line-height: 1.12;
        max-width: 100%;
    }

    .rk-hero-copy p,
    .rk-section-heading p {
        font-size: 16px;
        width: min(330px, calc(100vw - 30px));
        max-width: 100%;
        overflow-wrap: normal;
    }

    .rk-kicker {
        max-width: 100%;
        white-space: normal;
        line-height: 1.35;
    }

    .rk-service-grid,
    .rk-why-grid,
    .rk-stats-grid,
    .rk-process-grid,
    .rk-review-grid,
    .rk-location-grid {
        grid-template-columns: 1fr;
    }

    .rk-trust-row {
        display: grid;
        grid-template-columns: 1fr;
    }

    .rk-google-jump {
        width: 100%;
        max-width: calc(100vw - 30px);
        justify-content: center;
        text-align: center;
    }

    .rk-review-grid,
    .testimonials-area .row {
        display: flex;
        flex-wrap: nowrap;
        gap: 16px;
        overflow-x: auto;
        scroll-snap-type: x mandatory;
        scroll-behavior: smooth;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: none;
    }

    .rk-review-grid::-webkit-scrollbar,
    .testimonials-area .row::-webkit-scrollbar {
        display: none;
    }

    .rk-review-card,
    .testimonials-area .row > [class*="col-"] {
        flex: 0 0 calc(100vw - 46px);
        max-width: calc(100vw - 46px);
        scroll-snap-align: center;
    }

    .testimonials-area .row {
        margin-left: 0;
        margin-right: 0;
    }

    .testimonials-area .row > [class*="col-"] {
        padding-left: 0;
        padding-right: 0;
    }

    .rk-form-head,
    .rk-form,
    .rk-final-call,
    .rk-review-card,
    .rk-card-body {
        padding: 22px;
    }
    .rk-service-band,
    .rk-trust-logos,
    .rk-process,
    .rk-locations,
    .rk-why-choose,
    .rk-testimonials,
    .rk-faq-section,
    .rk-final-cta,
    .rk-faq-cta {
        padding: 58px 0;
    }
}
