
:root {
    --primary: #243d8f;
    --secondary: #f90;
    --dark: #0f172a;
    --light: #f8fafc;
    --text: #212529bf;
    --border: #e2e8f0;
}

/* =====================================================
GLOBAL
===================================================== */

.bg-grey-1 {
    background: #f6f8fc;
}

.service-container {
    width: 100%;
    max-width: 1390px;
    margin: 0 auto;
    padding: 0 15px;
}

.service-section {
    padding: 60px 0;
}

.section-badge {
    display: inline-block;
    /* background: rgba(20, 19, 16, 0.15); */
    color: #1a2a4a;
    border: 2px solid #ffbf00;
    font-weight: 600;
    font-size: 13px;
    letter-spacing: 1px;
    padding: 6px 16px;
    border-radius: 50px;
    width: fit-content;
        margin-bottom: 15px;
}

.section-title {
font-size: 2.75rem;
    font-weight: 700;
    line-height: 1.3;
    color: var(--dark);
    margin-bottom: 18px;
}

.section-title span {
    color: var(--secondary);
}

.section-desc {
    font-size: 18px;
    line-height: 1.9;
    color: var(--text);
}

.section-heading-center {
    text-align: center;
    margin: auto auto 50px;
}

.counter-icon-box {
    width: 56px;
    height: 56px;
    border: 2px solid #f90;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
}

.fontheaderadjustmnt {
    font-size: 16px;
}

.counter-icon-box i {
    font-size: 26px;
    color: #f90;
}

/* Hover effect */
.section3 .col:hover .counter-icon-box {
    background: #f90;
}

.section3 .col:hover .counter-icon-box i {
    color: #fff;
}

@media (max-width: 991px) {
    .section3 .col {
        border-end: none !important;
        border-bottom: 1px solid rgba(0, 0, 0, 0.1);
        padding-bottom: 16px;
        margin-bottom: 16px;
    }

    .section3 .col:last-child {
        border-bottom: none;
    }

    .section3 .d-flex {
        justify-content: flex-start !important;
    }

    .fs-5 {
        font-size: 16px !important;
    }
}

/* Extra small devices */
@media (max-width: 575px) {
    .counter-icon-box {
        width: 48px;
        height: 48px;
    }

    .fs-5 {
        font-size: 16px !important;
    }

    .counter-icon-box i {
        font-size: 22px;
    }

    .section3 h3 {
        font-size: 22px;
    }

    .section3 h6 {
        font-size: 14px;
    }
}

/* ================= WHY CHOOSE LEGAL SECTION ================= */
p {
    color: #000
}


.ulclass {
    list-style: none;
    /* remove default bullets */
    padding-left: 0;
    margin-left: 30px;
    margin-top: 13px;
}

.ulclass li {
    position: relative;
    padding-left: 20px;
    margin-bottom: 8px;
}

.ulclass li::before {
    content: "";
    width: 8px;
    height: 8px;
    background-color: #f90;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 9px;
}


.iconadjustment {
    font-size: 38px;
    color: #f90;
    margin-top: -8px;
}

.iconadjustment1 {
    font-size: 28px;
    color: #243d8f;
}

.nav-contact-btn {
    background: linear-gradient(to right, #ff8c00, #ffb300);
    color: #fff !important;
    padding: 10px 22px;
    border-radius: 30px;
    font-weight: 600;
    font-size: 15px;
    border: none;
    transition: all 0.35s ease;
    box-shadow: 0 8px 20px rgba(195, 146, 46, 0.35);
}

.nav-contact-btn:hover {
    background: linear-gradient(to right, #f90, #ffb347);
    transform: translateY(-2px);
    box-shadow: 0 14px 30px rgba(195, 146, 46, 0.45);
    color: #fff !important;
}

/* Mobile spacing fix */
@media (max-width: 991px) {
    .nav-contact-btn {
        width: 100%;
        text-align: center;
        margin-top: 10px;
    }
}


.border-end {
    border-right: 2px dashed #f90 !important;
}

.counter {
    font-size: 2rem;
    font-weight: 700;
    color: #000;
}

.section3 {
    padding: 40px 0;
    background: #fff;
}

.bg-accent-color {
    background-color: #243d8f;
}

.paddingheadingsection {
    padding: 30px 10px 10px 10px;
}

.paddingheading {
    padding: 4px 0;
}

.section1 {
    padding: 4em 2em 6em 0em;
    overflow: hidden;
    background-size: cover;
    background-position: center;
}

.wc-section {
    padding: 60px 0;
    background: #f8f9fb;
}

.wc-badge {
    display: inline-block;
    /* background: rgba(20, 19, 16, 0.15); */
    color: #1a2a4a;
    border: 2px solid #ffbf00;
    font-weight: 600;
    font-size: 13px;
    letter-spacing: 1px;
    padding: 6px 16px;
    border-radius: 50px;
    width: fit-content;
}

.wc-title span {
    color: #f90 !important;
}

.wc-title {
    font-family: 'Playfair Display', serif;
    font-size: 2.6rem;
    font-weight: 700;
    color: #1a2a4a;
}

.wc-title span {
    color: #c9a227;
}

.wc-feature-list {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.wc-feature {
    display: flex;
    gap: 18px;
    padding: 22px;
    border-radius: 18px;
    background: #fff;
    margin-bottom: 10px;
    border: 1px solid #f90;
    /* box-shadow: 0 15px 40px -15px rgba(26, 42, 74, 0.25); */
    transition: all 0.35s ease;
}

.wc-feature:hover {
    transform: translateY(-6px);
    box-shadow: 0 30px 60px -20px rgba(26, 42, 74, 0.35);
}

.wc-icon {
    width: 54px;
    height: 54px;
    border-radius: 14px;
    background: #243d8f;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 22px;
    flex-shrink: 0;
}

/* ================= RIGHT SIDE CARDS ================= */

.wc-card {
    background: #fff;
    border-radius: 20px;
    padding: 28px;
    border: 1px solid #888181;
    height: 100%;
    box-shadow: 0 18px 45px -18px rgba(26, 42, 74, 0.25);
    transition: all 0.35s ease;
}

.wc-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 35px 70px -25px rgba(26, 42, 74, 0.35);
}

.wc-card .wc-icon {
    margin-bottom: 14px;
}

/* ================= CTA CARD ================= */

.wc-cta {
    background: linear-gradient(135deg, #1a2a4a, #233b6f);
    border-radius: 22px;
    padding: 32px;
    height: 100%;
    color: #fff;
    box-shadow: 0 30px 70px -25px rgba(26, 42, 74, 0.6);
    transition: all 0.35s ease;
}

.wc-cta:hover {
    transform: translateY(-6px) scale(1.02);
}

.wc-btn {
    background: #f90;
    color: #fff;
    border-radius: 50px;
    font-weight: 600;
    font-size: 16px;
    padding: 10px 22px;
    text-decoration: none;
    display: inline-block;
}

.small,
small {
    font-size: 16px;
}

.wc-btn:hover {
    opacity: 0.9;
}

/* ================= CLEAN ANIMATION SYSTEM ================= */

/* Base hidden state */
.wc-left,
.wc-right {
    opacity: 0;
    transform: translateY(30px);
    transition: opacity 0.7s ease-out, transform 0.7s ease-out;
    visibility: hidden;
}

/* Revealed state */
.wc-left.reveal,
.wc-right.reveal {
    opacity: 1;
    transform: translateY(0);
    visibility: visible;
}


/* ===== SPLIT SCROLL ANIMATION ===== */

/* === FORCE EQUAL HEIGHT LEFT & RIGHT === */
.wc-left,
.wc-right {
    display: flex;
    flex-direction: column;
    height: 100%;
}

/* Make both columns stretch */


.wc-left,
.wc-right {
    opacity: 0;
    transition:
        opacity 1s cubic-bezier(0.22, 1, 0.36, 1),
        transform 1s cubic-bezier(0.22, 1, 0.36, 1);
    will-change: transform, opacity;
}

/* Left content animation */
.wc-left,
.wc-right {
    opacity: 0;
    transition: opacity 0.6s ease-out, transform 0.6s ease-out;
    visibility: hidden;
}

.wc-left.reveal,
.wc-right.reveal {
    opacity: 1;
    transform: translateY(0);
    visibility: visible;
}


/* Visible state */
.wc-left.reveal,
.wc-right.reveal {
    opacity: 1;
    transform: translateX(0);
}

/* Initial Hidden State */
.wc-left,
.wc-right {
    opacity: 0;
    transform: translateY(20px);
    /* Starts 20px lower */
    transition: opacity 0.6s ease-out, transform 0.6s ease-out;
    visibility: hidden;
}

/* Revealed State */
.wc-left.reveal,
.wc-right.reveal {
    opacity: 1;
    transform: translateY(0);
    /* Glides up to original position */
    visibility: visible;
}

/* ================= DOCUMENTS SECTION (CUSTOM) ================= */

.fontsizes {
    font-size: 25px;
}

.docs-section {
    background: #f8f9fa;
    padding: 60px 0;
}

/* Headings */
.docs-label {
    color: #c9a227;
    font-weight: 600;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-size: 13px;
}

.docs-title {
    font-family: 'Playfair Display', serif;
    font-size: 2.6rem;
    font-weight: 700;
    color: #1a2a4a;
}

/* Main Cards */
.docs-main-card {
    background: #fff;
    border-radius: 22px;
    padding: 35px;
    border: 1px solid #e9ecef;
    box-shadow: 0 12px 40px -12px rgba(26, 42, 74, 0.15);
    transition: all 0.4s ease;
    height: 100%;
}

.docs-main-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 30px 60px -18px rgba(26, 42, 74, 0.3);
}

/* Card Header */
.docs-card-header {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 25px;
}

.docs-icon {
    width: 40px;
    height: 40px;
    background: #243d8f;
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 22px;
}

/* Checklist */
.docs-list {
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.docs-list-item {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 2px 15px;
    background: #f8f9fa;
    border-radius: 14px;
    transition: all 0.3s ease;
}

.docs-list-item:hover {
    background: #fff;
    transform: translateX(6px);
}

.docs-check {
    width: 26px;
    height: 26px;
    background: rgba(201, 162, 39, 0.2);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #c9a227;
    font-size: 14px;
}

/* Specific Cards */
.docs-specific-title {
    font-family: 'Playfair Display', serif;
    font-size: 1.4rem;
    font-weight: 700;
    margin-bottom: 20px;
}

.docs-specific-card {
    padding: 22px;
    border-radius: 16px;
    border: 1px solid;
    background: #fff;
    transition: all 0.35s ease;
}

.docs-specific-card:hover {
    transform: translateY(-6px);
}

.docs-gold {
    border-color: rgba(201, 162, 39, 0.3);
    background: rgba(201, 162, 39, 0.05);
}

.docs-navy {
    border-color: rgba(26, 42, 74, 0.3);
    background: rgba(26, 42, 74, 0.04);
}

.docs-red {
    border-color: rgba(220, 53, 69, 0.3);
    background: rgba(220, 53, 69, 0.04);
}

/* Dots */
.docs-dot {
    width: 6px;
    height: 6px;
    background: #c9a227;
    border-radius: 50%;
}

/* WhatsApp CTA */
.docs-cta {
    margin-top: 20px;
    background: #fff;
    border-radius: 22px;
    text-align: center;
}

.docs-cta a {
    background: #f90;
    color: #fff;
    padding: 14px 36px;
    font-weight: 600;
    border-radius: 10px;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    text-decoration: none;
    transition: all 0.3s ease;
}

.docs-cta a:hover {
    transform: translateY(-2px);
    box-shadow: 0 15px 40px -10px rgba(201, 162, 39, 0.6);
}

/* Fade Animation */
@keyframes docsFadeUp {
    from {
        opacity: 0;
        transform: translateY(40px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.docs-animate {
    animation: docsFadeUp 0.9s ease forwards;
}

/* =====================================================

/* =====================================================
HERO
===================================================== */

.service-hero {
    position: relative;
    background:
        linear-gradient(rgba(15, 23, 42, .75), rgba(15, 23, 42, .8)),
        url('../image/power-of-attorney-registration-pune.png');
    background-size: cover;
    background-position: center;
    padding: 100px 0 110px;
    overflow: hidden;
}

/* .service-hero::before {
    content: '';
    position: absolute;
    width: 500px;
    height: 500px;
    background: rgba(255, 153, 0, .12);
    border-radius: 50%;
    top: -220px;
    right: -180px;
} */

.service-hero::after {
    content: '';
    position: absolute;
    width: 350px;
    height: 350px;
    background: rgba(255, 255, 255, .05);
    border-radius: 50%;
    bottom: -150px;
    left: -120px;
}

.hero-content {
    position: relative;
    z-index: 2;
    max-width: 1000px;
}

.hero-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: rgba(201, 162, 39, 0.2);
    border: 1px solid rgba(201, 162, 39, 0.4);
    color: #fff;
    padding: 8px 20px;
    border-radius: 50px;
    font-size: 14px;
    font-weight: 500;
    width: fit-content;
}
.hero-title {
    font-size: 3.5rem;
    font-weight: 700;
    line-height: 1.2;
    color: #fff;
}
.list li .link {
    color: #fff;
}

.hero-title span {
    color: var(--secondary);
}

.hero-desc {
    color: rgba(255, 255, 255, .88);
    line-height: 1.4;
    margin-bottom: 35px;
        padding-right: 125px;
}

.hero-btns {
    display: flex;
    gap: 18px;
    flex-wrap: wrap;
}

.hero-btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 16px 34px;
    text-decoration: none;
    font-weight: 700;
    transition: .35s ease;
}

.hero-btn-primary {
    background: var(--secondary);
    color: #fff;
    box-shadow: 0 15px 40px rgba(255, 153, 0, .35);
}

.hero-btn-primary:hover {
    transform: translateY(-4px);
    color: #fff;
}

.hero-btn-outline {
    border: 1px solid rgba(255, 255, 255, .3);
    color: #fff;
    background: rgba(255, 255, 255, .06);
    backdrop-filter: blur(10px);
}

.hero-btn-outline:hover {
    background: #fff;
    color: var(--primary);
}

.hero-features {
    display: flex;
    gap: 18px;
    flex-wrap: wrap;
    margin-top: 40px;
}

.hero-feature {
      display: flex;
    align-items: center;
    gap: 10px;
    border: 1px solid #eeeeee42;
    color: #fff;
    background: rgba(255, 255, 255, .08);
    padding: 10px 20px;
    border-radius: 10px;
    font-size: 15px;
    backdrop-filter: blur(8px);
}

/* =====================================================
SERVICE CARDS
===================================================== */

.service-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 28px;
}

.service-card {
    position: relative;
    background: #fff;
    border-radius: 28px;
    padding: 38px;
    overflow: hidden;
    transition: .4s ease;
    border: 1px solid #eee  !important;
    box-shadow: 0 20px 50px rgba(15, 23, 42, .05);
    border: 1px solid #a2a9bf69;
}

/* .service-card::before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 0;
    background: linear-gradient(180deg, transparent, rgba(255, 153, 0, .08));
    transition: .4s ease;
}

.service-card:hover::before {
    height: 100%;
} */

.service-card:hover {
    transform: translateY(-12px);
    box-shadow: 0 30px 70px rgba(15, 23, 42, .12);
}

.service-icon {
    width: 60px;
    height: 60px;
    border-radius: 15px;
    background: linear-gradient(135deg, var(--primary), #3f63d8);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
        box-shadow: 0 7px 32px rgba(36, 61, 143, .28);
}

.service-icon i {
    color: #fff !important;
    font-size: 34px !important;
    line-height: 1;
}

.service-card h3 {
    font-size: 24px;
    font-weight: 600;
    color: var(--dark);
    margin-bottom: 15px;
}

.service-card p {
    font-size: 16px;
    line-height: 1.9;
    color: var(--text);
    margin-bottom: 0;
}

/* =====================================================
PROCESS
===================================================== */

.process-section {
    background: #fff;
}

.process-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
}

.process-card {
      position: relative;
    background: #fff;
    border-radius: 28px;
    padding: 40px 28px;
    text-align: center;
    box-shadow: 0 20px 60px rgba(15, 23, 42, .05);
    /* border: 1px solid rgba(36, 61, 143, .08); */
    transition: .4s ease;
    border: 1px solid #ff9f00;
    border-bottom: 5px solid #ffa200 !important;
}

.process-card:hover {
    transform: translateY(-10px);
}

.process-number {
  width: 60px;
    height: 60px;
    border-radius: 50%;
    background: #ffa200;
    color: #fff;
    font-size: 26px;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 24px;
    box-shadow: 0 4px 14px rgba(255, 153, 0, .35);
}

.process-card h4 {
    font-size: 22px;
    color: var(--dark);
    margin-bottom: 15px;
    font-weight: 700;
}

.process-card p {
    color: var(--text);
    line-height: 1.8;
    margin-bottom: 0;
}

/* =====================================================
DOCUMENTS
===================================================== */

.docs-wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 35px;
}

.docs-card {
    background: #fff;
    border-radius: 28px;
    padding: 40px;
    box-shadow: 0 20px 60px rgba(15, 23, 42, .05);
}

.docs-card h3 {
    font-size: 28px;
    margin-bottom: 30px;
    color: var(--dark);
    font-weight: 700;
}

.doc-item {
    display: flex;
    align-items: center !important;
    gap: 16px;
    padding: 10px !important;
    border-bottom: 1px solid var(--border);
        margin-bottom: 15px;
}

.doc-item:last-child {
    border-bottom: none;
}

.doc-item i {
    width: 42px;
    height: 42px;
    background: rgba(255, 153, 0, .12);
    color: var(--secondary);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 21px;
    flex-shrink: 0;
}

.doc-item span {
       color: #000;
    line-height: 1.8;
    font-size: 17px;
}

/* =====================================================
FAQ
===================================================== */

.faq-wrapper {
        margin: auto 150px;
}

.faq-item {
       background: #fff;
    border-radius: 10px;
    margin-bottom: 20px;
    overflow: hidden;
    box-shadow: 0 0px 15px rgba(15, 23, 42, .05);
    border: 1px solid #ff9a00;
}

.faq-question {
    width: 100%;
    border: none;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    padding: 10px 20px;
    cursor: pointer;
    font-size: 20px;
    color: var(--dark);
    font-weight: 500;
    text-align: left;
}

.faq-question i {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background: rgba(255, 153, 0, .12);
    color: var(--secondary);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .3s ease;
}

.faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height .4s ease;
}

.faq-answer p {
  padding: 0 20px 20px;
    color: var(--text);
    line-height: 1.9;
    margin: 0;
}

.faq-item.active .faq-answer {
    max-height: 400px;
}

.faq-item.active .faq-question i {
    transform: rotate(45deg);
    background: var(--secondary);
    color: #fff;
}
.faq-heading {
 margin-bottom:40px;   
}
/* =====================================================
CTA
===================================================== */

.service-cta {
    position: relative;
    background: linear-gradient(135deg, var(--primary), #132862);
    border-radius: 40px;
    padding: 60px;
    overflow: hidden;
}

/* .service-cta::before {
    content: '';
    position: absolute;
    width: 320px;
    height: 320px;
    background: rgba(255, 255, 255, .05);
    border-radius: 50%;
    top: -100px;
    right: -100px;
} */

.service-cta-content {
    position: relative;
    z-index: 2;
    text-align: center;
}

.service-cta h2 {
font-size: 46px;
    color: #fff;
    margin-bottom: 20px;
    font-weight: 700;
}

.service-cta p {
    color: rgba(255, 255, 255, .85);
    font-size: 19px;
    line-height: 1.9;
    max-width: 850px;
    margin: auto auto 35px;
}

.cta-btns {
    display: flex;
    justify-content: center;
    gap: 18px;
    flex-wrap: wrap;
}

/* =====================================================
RESPONSIVE
===================================================== */

@media(max-width:1199px) {

    .service-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .process-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .hero-title {
        font-size: 52px;
    }

}

@media(max-width:991px) {

    .docs-wrapper {
        grid-template-columns: 1fr;
    }

    .section-title {
        font-size: 40px;
    }

    .hero-title {
        font-size: 44px;
    }

}

@media(max-width:767px) {

    .service-section {
        padding: 70px 0;
    }

    .service-grid,
    .process-grid {
        grid-template-columns: 1fr;
    }

    .hero-title {
        font-size: 36px;
    }

    .section-title {
        font-size: 32px;
    }

    .hero-btns,
    .cta-btns {
        flex-direction: column;
    }

    .hero-btn {
        width: 100%;
        justify-content: center;
    }

    .service-card,
    .docs-card {
        padding: 28px;
    }

    .service-cta {
        padding: 50px 30px;
    }

    .service-cta h2 {
        font-size: 34px;
    }

    .faq-question {
        font-size: 17px;
        padding: 24px;
    }

}

/* ================= LEGAL COMPARISON SECTION ================= */

.lc-section {
    padding: 60px 0;
    background: #fff;
}

.border-accent-color {
    border-color: #fff !important;
}

.lc-label {
    font-size: 13px;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-weight: 600;
    color: #c9a227;
}

.lc-title {
    font-family: 'Playfair Display', serif;
    font-size: 2.6rem;
    font-weight: 700;
    color: #1a2a4a;
}

.lc-title span {
    color: #f90;
}

/* ================= TABLE ================= */

.lc-table {
    border-radius: 22px;
    overflow: hidden;
    box-shadow: 0 25px 60px -15px rgba(26, 42, 74, 0.25);
}

.lc-table thead {
    background: #1a2a4a;
    color: #fff;
}

.lc-table th {
    padding: 22px;
    font-weight: 600;
    font-size: 20px;
    border: none;
}

.lc-table td {
    padding: 22px;
    vertical-align: middle;
}

.lc-table tbody tr {
    transition: all 0.3s ease;
}

.lc-table tbody tr:hover {
    background: rgba(201, 162, 39, 0.06);
}

.lc-highlight-head {
    background: #f90 !important;
    color: #fff !important;
}

.lc-highlight-col {
    background: rgba(201, 162, 39, 0.08);
}

/* Icons */
.lc-check {
    color: #28a745;
    font-size: 18px;
}

.lc-cross {
    color: #dc3545;
    font-size: 18px;
}

/* ================= MOBILE CARDS ================= */

.lc-card {
    background: #fff;
    border-radius: 22px;
    border: 1px solid #e9ecef;
    padding: 26px;
    box-shadow: 0 18px 45px -15px rgba(26, 42, 74, 0.2);
    transition: all 0.35s ease;
}

.lc-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 30px 60px -20px rgba(26, 42, 74, 0.3);
}

.lc-card-title {
    font-weight: 700;
    font-size: 1.2rem;
    margin-bottom: 16px;
}

.lc-row {
    display: flex;
    gap: 12px;
    padding: 14px;
    border-radius: 14px;
    align-items: flex-start;
}

.lc-agent {
    background: rgba(220, 53, 69, 0.08);
}

.lc-legal {
    background: rgba(201, 162, 39, 0.12);
}

.lc-row small {
    font-weight: 600;
    display: block;
}

.lc-agent small {
    color: #dc3545;
}

.lc-legal small {
    color: #c9a227;
}

/* Animation */
@keyframes lcFadeUp {
    from {
        opacity: 0;
        transform: translateY(40px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.lc-animate {
    animation: lcFadeUp 0.9s ease forwards;
}

/* =========================
                STEPS – MOBILE RESPONSIVE
                ========================= */
.r-container1 {
    max-width: 1320px;
    margin-right: auto;
    margin-left: auto;
}

@media (max-width: 767px) {

    /* Step number style */
    .step-number {
        display: none !important;
    }

    /* Steps text block */
    .step-content {
        background: rgba(255, 255, 255, 0.08);
        padding: 16px;
        border-radius: 14px;
        backdrop-filter: blur(6px);
        transition: transform 0.3s ease;
    }

    .logo-container {
        max-width: 130px;
    }
}

/* Make all columns stretch equally */
.section1 .row {
    align-items: stretch;
}

.icon-box {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    aspect-ratio: 1 / 1;
    transition: all 0.5s;
    background-color: #243d8f;
    color: var(--primary);
    padding: 10px;
    width: 55px;
    height: 55px;
}

/* Ensure each column behaves as flex */
.section1 .row>.col {
    display: flex;
}

/* Force card to fill full height */
.section1 .card-service {
    height: 255px !important;
    display: flex;
}

/* Make inner content stretch properly */
.section1 .card-service>div {
    display: flex;
    flex-direction: column;
    height: 100%;
}

/* Push content evenly if needed */
.section1 .card-service p {
    flex-grow: 1;
}

.section1 .card-service {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.section1 .card-service:hover {
    transform: translateY(-6px);
    box-shadow: 0 18px 40px rgba(0, 0, 0, 0.12);
}

.section2 {
    padding: 4em 2em 2em 0em;
    overflow: hidden;
    background-size: cover;
    background-position: center;
    background-color: #fff;
}

.accordion .accordion-button:not(.collapsed) {
    background-color: #243d8f;
    font-weight: 600;
    color: #fff;
}

.btn-white-accent:hover {
    background-color: #243d8f;
    border-color: #fff;
    color: white;
}

.btn-accent:hover {
    background-color: #243d8f;
    border-color: #fff;
    color: white;
}

.section1 .card-service {
    position: relative;
    overflow: hidden;
}

/* Bottom border animation line */
.section1 .card-service::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    height: 8px;
    width: 0;
    background-color: #f90;
    transition: width 0.4s ease;
}

/* Hover effects */
.section1 .card-service:hover {
    transform: translateY(-6px);
    box-shadow: 0 18px 40px rgba(0, 0, 0, 0.12);
}

/* Animate border left → right */
.section1 .card-service:hover::after {
    width: 100%;
}

/* ===== PREMIUM SCROLL ANIMATION ===== */
.section1 .service {
    opacity: 0;
    transform: translateY(60px) scale(0.96);
    transition:
        opacity 0.9s cubic-bezier(0.22, 1, 0.36, 1),
        transform 0.9s cubic-bezier(0.22, 1, 0.36, 1);
    will-change: transform, opacity;
}

/* Visible state */
.section1 .service.reveal {
    opacity: 1;
    transform: translateY(0) scale(1);
}

/* Extra polish on hover (optional) */
.section1 .service.reveal:hover {
    transform: translateY(-8px) scale(1.02);
}

.cta-options
 {
    font-size: 16px !important;
    margin-top: -10px !important;
    width: 100% !important;
    letter-spacing: 2px;
}
/* ===== MOBILE SERVICES COLLAPSE ===== */
@media (max-width: 767px) {

    .services-wrapper {
        overflow: hidden;
        transition: max-height 0.6s ease;
    }

    .wc-badge {
        align-self: center;
    }

    /* Initially show only ONE service */
    .services-wrapper.collapsed {
        max-height: 280px;
        /* height of one card */
    }

    /* Expanded state */
    .services-wrapper.expanded {
        max-height: 5000px;
    }

    /* Button premium look */
    .show-all-btn {
        border-radius: 50px;
        padding: 10px 28px;
        font-weight: 600;
        letter-spacing: 0.4px;
        transition: all 0.3s ease;
    }

    .show-all-btn:hover {
        background: linear-gradient(135deg, #f90, #ffb347);
        color: #000;
        transform: translateY(-2px);
        box-shadow: 0 10px 25px rgba(255, 153, 0, 0.3);
    }
    .faq-question i
 {
    width: 30px;
    padding: 10px;
    height: 30px;
    border-radius: 50%;
    background: rgba(255, 153, 0, .12);
    color: var(--secondary);
    display: flex;
    align-items: center;
    justify-content: center;
    tra
}
}



/* =========================
   TABLET RESPONSIVE
   ========================= */
@media (max-width: 1024px) {

    /* HERO */
    .hero-title {
        font-size: 48px;
    }

    .hero-desc {
        padding-right: 0;
        font-size: 16px;
    }

    .hero-btns {
        gap: 12px;
    }

    /* GRIDS */
    .service-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 22px;
    }

    .process-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    /* SECTION TITLES */
    .section-title {
        font-size: 38px;
    }

    .wc-title,
    .lc-title,
    .docs-title {
        font-size: 2.2rem;
    }

    /* FAQ */
    .faq-wrapper {
        margin: auto 40px;
    }

    /* CTA */
    .service-cta {
        padding: 60px 40px;
    }

    .service-cta h2 {
        font-size: 36px;
    }

    /* DOCS GRID */
    .docs-wrapper {
        grid-template-columns: 1fr;
    }

    /* PROCESS CARD */
    .process-card {
        padding: 30px 20px;
    }

    /* SERVICE CARD */
    .service-card {
        padding: 28px;
    }

    /* GLOBAL CONTAINER */
    .service-container {
        padding: 0 20px;
          box-shadow: unset;
    }

    /* HERO BUTTON STACK */
    .hero-btns {
        flex-wrap: wrap;
    }
    .section-heading-center
 {
    margin: 0px;
}
}

/* =========================
   MOBILE RESPONSIVE
   ========================= */
@media (max-width: 767px) {
.hero-content
 {
    max-width: 100%;
}
.faq-heading {
 margin-bottom:20px;   
}
.service-hero {
    padding: 80px 0px;
}
    /* HERO */
    .service-hero {
        padding: 70px 0;
    }

    .hero-title {
        font-size: 32px;
        line-height: 1.3;
    }

    .hero-desc {
        font-size: 15px;
        padding-right: 0;
    }

    .hero-btn {
        width: 100%;
        justify-content: center;
        padding: 14px 20px;
    }

    .hero-btns {
        flex-direction: column;
        gap: 12px;
    }

    /* SECTION */
    .service-section {
        padding: 60px 0;
    }

    .section-title {
        font-size: 28px;
    }

    .section-desc {
        font-size: 17px;
        line-height: 1.7;
    }

   
    /* GRIDS → SINGLE COLUMN */
    .service-grid,
    .process-grid {
        grid-template-columns: 1fr;
        gap: 18px;
    }

    /* SERVICE CARD */
    .service-card {
        padding: 22px;
        border-radius: 20px;
    }

    /* PROCESS */
    .process-card {
        padding: 24px 18px;
    }

    .process-number {
        width: 50px;
        height: 50px;
        font-size: 20px;
    }

    /* FAQ */
    .faq-wrapper {
        margin: auto 0;
    }

    .faq-question {
      font-size: 16px;
            padding: 18px;
            font-weight: 600;
    }

    /* DOCS */
    .docs-card {
        padding: 22px;
    }

    .docs-main-card {
        padding: 22px;
    }

    /* CTA */
    .service-cta {
        padding: 40px 20px;
        border-radius: 24px;
    }

    .service-cta h2 {
        font-size: 26px;
    }

    .service-cta p {
        font-size: 15px;
    }

    /* WC SECTION */
    .wc-feature {
        flex-direction: column;
        gap: 12px;
        padding: 16px;
    }

    .wc-icon {
        width: 46px;
        height: 46px;
    }

    /* LC TABLE → SCROLL */
    .lc-table {
        display: block;
        overflow-x: auto;
        white-space: nowrap;
    }

    /* BUTTONS */
    .wc-btn,
    .nav-contact-btn {
        width: 100%;
        text-align: center;
    }

    /* ICON BOX */
    .counter-icon-box {
        width: 48px;
        height: 48px;
    }

    .counter-icon-box i {
        font-size: 20px;
    }

    /* BORDER FIX */
    .border-end {
        border-right: none !important;
    }
    .hero-features {
    display: grid;
}
.service-card {
    text-align: center;
}
.service-icon {
    display: inline-flex !important;
}
.docs-card h3
 {
    font-size: 24px;
    text-align: center;
}
}



/* gpoa section start*/
.gpoa-section{
    padding:60px 0;
}

.gpoa-wrapper{
    display: flex;
    gap: 60px;
}

.gpoa-image{
    width: 50%;
}

.gpoa-image img{
    width: 100%;
    height: 530px;
    object-fit: cover;
    border-radius: 24px;
    display: block;
        border: 1px solid #eee;
}

.gpoa-content{
    width: 50%;
}
.para {
    font-size: 16px;
    line-height: 1.9;
    color: var(--text);
    margin-bottom: 0;
}
.gpoa-check-list{
    list-style: none;
    padding: 0;
    margin: 20px 0 0;
    display: flex;
    flex-direction: column;
    gap: 18px;
}

.gpoa-check-list li{
    display: flex;
    align-items: flex-start;
    gap: 14px;
   font-size: 16px;
    line-height: 1.4;
    color: var(--text);
    margin-bottom: 0;
}

.gpoa-check-list li i {
    color: #ffa000;
    font-size: 22px;
    /* margin-top: 5px; */
    flex-shrink: 0;
}

.gpoa-check-list li span{
    flex: 1;
}
.service-list{
        padding-left: 0px;
    margin-bottom: 0px;
}

.service-list li{
        font-size: 16px;
    line-height: 1.9;
    color: var(--text);
    margin-bottom: 0;
    margin-top:5px;
}
.service-list li i{
        color: #ff9f00;
}
/* Responsive */

@media(max-width: 991px){

    .gpoa-wrapper{
        flex-direction: column;
        gap: 40px;
    }

    .gpoa-image,
    .gpoa-content{
        width: 100%;
    }

   
}

@media(max-width: 767px){
    .gpoa-image img{
        height: 320px;
        border-radius: 18px;
    }
    .section-heading-center-1 {
    text-align: center;
}
}
/* gpoa section end*/



/* =========================
   GPA PROCESS SECTION
========================= */

.gpa-process-wrapper{
    display:flex;
    gap:50px;
    align-items:flex-start;
    margin-top:0px;
}

/* =========================
   LEFT TIMELINE
========================= */

.gpa-process-timeline{
    position:relative;
    flex:1;
    min-height:500px;
}

.gpa-process-line {
    position: absolute;
    left: 50%;
    top: 23%;
    width: 2px;
    height: 75%;
    background: #d9d9d9;
    transform: translateX(-50%);
}
/* Step */
.gpa-process-step{
    position:relative;
    display:flex;
    align-items:center;
    margin-bottom:20px;
}

/* Alternate Layout */
.step-1,
.step-3{
    justify-content:flex-end;
    padding-right:0px;
}

.step-2{
    justify-content:flex-start;
    padding-left:0px;
}

/* Number Circle */
.gpa-step-number{
    position:absolute;
    left:50%;
    transform:translateX(-50%);
    width:42px;
    height:42px;
    border-radius:50%;
    background:#ff9900;
    color:#fff;
    font-weight:700;
    display:flex;
    align-items:center;
    justify-content:center;
    z-index:2;
    box-shadow:0 5px 15px rgba(0,0,0,0.1);
}

.step-2 .gpa-step-number{
    background:#243d93;
}

/* Card */
.gpa-process-card{
    background: #f3f5f9;
    border: 1px solid #c6bdbd;
    border-radius: 18px;
    padding: 28px;
    width: 293px;
    box-shadow: unset;
}

.gpa-process-card h3{
    font-size:20px;
    margin-bottom:12px;
    color:#0f172a;
}

.gpa-process-card p{
    margin:0;
    color:#5b6472;
    line-height:1.7;
    font-size:15px;
}

/* =========================
   RIGHT BOX
========================= */

.gpa-documents-box{
    width:45%;
    background:linear-gradient(135deg,#0b223b,#102f4f);
    border-radius:24px;
    padding:40px;
    color:#fff;
    box-shadow:0 20px 40px rgba(0,0,0,0.12);
}

.gpa-documents-header h3{
    font-size:34px;
    margin-bottom:10px;
    color:#fff;
}

.gpa-documents-header p{
    color:rgba(255,255,255,0.75);
    line-height:1.7;
    margin-bottom:30px;
}

/* Document Card */
.gpa-document-card{
    border:1px solid rgba(255,255,255,0.12);
    border-radius:16px;
    padding:24px;
    margin-bottom:24px;
    background:rgba(255,255,255,0.03);
}

.gpa-document-card h4{
    display:flex;
    align-items:center;
    gap:10px;
    color:#ffbf00;
    font-size:18px;
    margin-bottom:18px;
}

.gpa-document-card ul{
    padding-left:18px;
    margin:0;
}

.gpa-document-card ul li{
    margin-bottom:12px;
    color:rgba(255,255,255,0.85);
    line-height:1.6;
}

/* Footer */
.gpa-documents-footer{
    margin-top:25px;
}

.gpa-documents-footer p{
    color:rgba(255,255,255,0.8);
    margin-bottom:25px;
    line-height:1.7;
}

.gpa-checklist-btn{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    width:100%;
    height:56px;
    background:#ff9900;
    color:#fff;
    font-weight:700;
    border-radius:12px;
    text-decoration:none;
    transition:0.3s ease;
}

.gpa-checklist-btn:hover{
    background:#ff9900;
    color:#fff;
}

/* =========================
   RESPONSIVE
========================= */

@media(max-width:991px){

    .gpa-process-wrapper{
        flex-direction:column;
    }

    .gpa-documents-box{
        width:100%;
    }

    .gpa-process-timeline{
        min-height:auto;
    }

    .gpa-process-line{
        left:20px;
        height:80%;
        top:19%;
    }
    .step-1{
        margin-top:30px;
    }

    .gpa-process-step{
        justify-content:flex-start !important;
        padding-left:70px !important;
        padding-right:0 !important;
    }

    .gpa-step-number{
        left:20px;
    }

    .gpa-process-card{
        width:100%;
    }
        .gpoa-wrapper {
        flex-direction: column;
        gap: 0px;
    }
    .mob-img{
            width: 100%;
    border-radius: 15px;
    margin-bottom: 20px;
    }
    .gpa-process-card {
    padding: 20px;
}
.gpa-documents-box {
    padding: 25px;
}
.gpa-documents-header h3
 {
    font-size: 28px;
}
.gpa-checklist-btn {
    line-height: 1.2;
    text-align: center;
}
}



/* =========================
   GPA PROCESS SECTION end
========================= */

.spa-highlight-box{
    display:flex;
    align-items:flex-start;
    gap:18px;
    background:#f8fafc;
    border-left:5px solid #e3a400;
    border-radius:14px;
    padding:24px;
    margin-top:30px;
}

.spa-highlight-icon{
    width:55px;
    height:55px;
    min-width:55px;
    border-radius:12px;
    background:rgba(227,164,0,0.12);
    color:#e3a400;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:28px;
}

.spa-highlight-content h4{
    font-size:22px;
    margin-bottom:10px;
    color:#0f172a;
}

.spa-highlight-content p{
    margin:0;
    color:#5b6472;
    line-height:1.8;
    font-size:15px;
}


.revocation-services-section{
    background: linear-gradient(135deg, var(--primary), #132862);
    position: relative;
    overflow: hidden;
}



.revocation-services-section::after{
    content: "";
    position: absolute;
    width: 400px;
    height: 400px;
    background: rgba(255,255,255,0.02);
    border-radius: 50%;
    bottom: -180px;
    right: -120px;
}


.revocation-services-grid{
    margin-top: 50px;
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 30px;
}

.revocation-service-card{
    background: rgba(255,255,255,0.05);
    border: 1px solid #fff;
    border-radius: 24px;
    padding: 40px;
    transition: 0.4s ease;
    position: relative;
    z-index: 2;
}

.revocation-service-card:hover{
    transform: translateY(-8px);
}

.service-icon-box{
    width: 60px;
    height: 60px;
    border-radius: 18px;
    background: rgba(255,255,255,0.08);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 30px;
}

.service-icon-box i{
    font-size: 30px;
    color: #ffcc00;
}

.revocation-service-card h3{
    color: #fff;
    font-size: 26px;
    margin-bottom: 20px;
    line-height: 1.3;
}

.revocation-service-card p{
    color: rgba(255,255,255,0.78);
    font-size: 17px;
    line-height: 1.9;
    margin: 0;
}

/* RESPONSIVE */

@media(max-width: 991px){

    .revocation-services-grid{
        grid-template-columns: 1fr;
    }

    .revocation-services-section .section-title{
        font-size: 38px;
    }

    .revocation-service-card{
        padding: 30px;
    }

    .revocation-service-card h3{
        font-size: 26px;
    }

    .revocation-services-section .section-desc{
        font-size: 17px;
    }

}

.poa-revocation-process-section{
    
    position: relative;
    overflow: hidden;
}

.poa-process-wrapper{
    display: grid;
    grid-template-columns: 1.3fr 0.8fr;
    gap: 60px;
    align-items: start;
}

/* LEFT SIDE */


.poa-process-timeline{
    margin-top: 40px;
}

.poa-process-item{
    display: flex;
    gap: 24px;
}

.poa-process-icon-wrap{
    display: flex;
    flex-direction: column;
    align-items: center;
}
.poa-process-number {
    width: 35px;
    height: 35px;
    border-radius: 50px;
    background: #ff9900;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.12);
    position: relative;
    z-index: 2;
}



.poa-process-line{
    width: 2px;
    flex: 1;
    background: #d9d9d9;
    min-height: 95px;
}

.poa-process-content h3{

    font-size: 24px;
    line-height: 1.3;
    margin-bottom: 10px;
    color: #082b4a;
}

.poa-process-content p{
      font-size: 16px;
    line-height: 1.9;
    color: var(--text);
    margin-bottom: 0;
}

.last-item{
    margin-bottom: 0;
}

/* RIGHT SIDE */

.poa-documents-box{
    background: linear-gradient(180deg, #082b4a 0%, #0d3a63 100%);
    border-radius: 30px;
    padding: 35px;
    position: sticky;
    top: 120px;
    overflow: hidden;
}


.poa-documents-header{
    position: relative;
    z-index: 2;
    margin-bottom: 35px;
}

.docs-icon{
    width: 72px;
    height: 72px;
    border-radius: 20px;
    background: rgba(255,255,255,0.08);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 22px;
}

.docs-icon i{
    font-size: 34px;
    color: #f4b400;
}

.poa-documents-header h3{
    color: #fff;
    font-size: 28px;
    margin-bottom: 15px;
    line-height: 1.2;
}

.poa-documents-header p{
    color: rgba(255,255,255,0.75);
    font-size: 17px;
    line-height: 1.8;
    margin: 0;
}

.poa-doc-card{
    background: rgba(255,255,255,0.06);
    border: 1px solid rgba(255,255,255,0.08);
    border-radius: 22px;
    padding: 22px;
    display: flex;
    gap: 18px;
    margin-bottom: 18px;
    position: relative;
    z-index: 2;
    transition: 0.4s ease;
}

.poa-doc-card:hover{
    transform: translateY(-4px);
    border-color: rgba(255,255,255,0.15);
}

.poa-doc-icon{
    width: 58px;
    height: 58px;
    min-width: 58px;
    border-radius: 16px;
    background: rgba(255,255,255,0.08);
    display: flex;
    align-items: center;
    justify-content: center;
}

.poa-doc-icon i{
    font-size: 26px;
    color: #ff9900;
}

.poa-doc-content h4{
color: #fff;
    font-size: 20px;
    margin-bottom: 8px;
    line-height: 1.3;
    font-weight: 500;
}

.poa-doc-content p{
    color: rgba(255,255,255,0.74);
    font-size: 15px;
    line-height: 1.8;
    margin: 0;
}

.poa-doc-footer{
    margin-top: 35px;
    padding-top: 28px;
    border-top: 1px solid rgba(255,255,255,0.08);
    position: relative;
    z-index: 2;
}

.poa-doc-footer p{
    color: rgba(255,255,255,0.78);
    font-size: 16px;
    line-height: 1.8;
    margin-bottom: 24px;
}

.poa-doc-footer p i{
    color: #f4b400;
    margin-right: 6px;
}

.poa-doc-btn{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 15px 28px;
    border-radius: 14px;
    background: #f4b400;
    color: #000;
    font-weight: 700;
    text-decoration: none;
    transition: 0.3s ease;
}

.poa-doc-btn:hover{
    background: #fff;
    color: #082b4a;
}

/* RESPONSIVE */

@media(max-width: 1199px){

    .poa-process-wrapper{
        grid-template-columns: 1fr;
    }

    .poa-documents-box{
        position: relative;
        top: 0;
    }

}

@media(max-width: 991px){

    .poa-revocation-process-section{
        padding: 70px 0;
    }

    .poa-process-left .section-title{
        font-size: 38px;
    }

    .poa-process-content h3{
        font-size: 26px;
    }

    .poa-process-content p{
        font-size: 16px;
    }

    .poa-documents-box{
        padding: 30px;
        border-radius: 24px;
    }

    .poa-documents-header h3{
        font-size: 30px;
    }

    .poa-doc-card{
        flex-direction: column;
    }

}


.legal-guidance-box{
    max-width: 1000px;
    margin: auto;
    background: #fff;
    border-radius: 32px;
    padding: 40px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.04);
    border:1px solid #eee;
}

.legal-guidance-header{
    display: flex;
    align-items: flex-start;
    gap: 22px;
    padding-bottom: 30px;
    border-bottom: 1px solid #e5e7eb;
}

.legal-guidance-icon{
    width: 60px;
    height: 60px;
    min-width: 60px;
    border-radius: 16px;
    background: rgba(228,168,0,0.08);
    display: flex;
    align-items: center;
    justify-content: center;
}

.legal-guidance-icon i{
    font-size: 32px;
    color: #d89d00;
}

.legal-guidance-title h2{
    font-size: 36px;
      margin-bottom:10px;
}

.legal-guidance-title p{
    font-size: 18px;
    color: #5f6b7a;
    margin: 0;
}

.legal-guidance-content{
    padding-top: 30px;
}

.legal-guidance-content p{
    font-size: 16px;
    line-height: 2;
    color: #435264;
    margin-bottom: 28px;
}

.legal-guidance-content strong{
    color: #082b4a;
    font-weight: 700;
}

.support-text{
    margin-bottom: 35px !important;
}

.legal-guidance-grid{
    display: grid;
    grid-template-columns: repeat(2,1fr);
    gap: 18px;
}

.guidance-card{
    background: #f5f6f8;
    border-radius: 18px;
    padding: 22px 24px;
    display: flex;
    align-items: flex-start;
    gap: 14px;
    transition: 0.3s ease;
        border: 1px solid #ff9929;
}

.guidance-card:hover{
    transform: translateY(-4px);
}

.guidance-card i{
    color: #d89d00;
    font-size: 22px;
    margin-top: 2px;
}

.guidance-card span{
    font-size: 17px;
    line-height: 1.7;
    color: #082b4a;
    font-weight: 500;
}

/* RESPONSIVE */

@media(max-width: 991px){

    .legal-guidance-section{
        padding: 70px 0;
    }

    .legal-guidance-box{
        padding: 35px 25px;
        border-radius: 24px;
    }

    .legal-guidance-header{
        flex-direction: column;
        gap: 18px;
    }

    .legal-guidance-title h2{
        font-size: 34px;
      
    }

    .legal-guidance-content p{
        font-size: 16px;
        line-height: 1.9;
    }

    .legal-guidance-grid{
        grid-template-columns: 1fr;
    }

    .guidance-card{
        padding: 18px;
    }

    .guidance-card span{
        font-size: 15px;
    }

}

@media only screen and (max-width: 767px) {
.revocation-services-grid {
    margin-top: 20px;
}
.revocation-service-card {
        padding: 30px;
        text-align: center;
    }
    .service-icon-box {
    display: inline-flex;
}
    .poa-documents-header h3 {
        font-size: 26px;
        text-align: center;
    }
    .poa-documents-header p {
    text-align: center;
}
    .legal-guidance-title h2 {
        font-size: 25px;
    }
    .revocation-services-section .section-title {
        font-size: 28px;
    }
    .poa-process-left .section-title {
        font-size: 28px;
    }
    .poa-process-content h3 {
        font-size: 24px;
    }
        .poa-doc-card {
        flex-direction: column;
        text-align: center;
    }
    .poa-doc-icon {
    display: contents;
}
}
