hr {
    /* margin: 1rem 0; */
    color: inherit;
    border: 0;
    border-top: var(--bs-border-width) solid;
    opacity: .25;
    padding: 0;
    margin: 0;
}
/* =========================================
   32. AUDIT TO LAUNCH SECTION
========================================= */
.audit-launch-section {
    padding: 160px 0;
    background-color: var(--bg-light); /* #F6F5F3 */
    width: 100%;
}
.audit-launch-sectionbt {
    padding: 160px 0;
    background-color: #fff; /* #F6F5F3 */
    width: 100%;
}
.audit-launch-title {
    font-family: var(--font-logo);
    font-weight: 900;
    font-size: clamp(2.2rem, 3.5vw, 3.0rem);
    letter-spacing: -1.5px;
    color: var(--text-dark);
}

.audit-process-card {
    background-color: #fff;
    padding: 60px 40px;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    border: 1px solid rgba(0,0,0,0.03); /* Extremely subtle border */
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.audit-process-cardvu {
    background-color: var(--bg-light);
    padding: 60px 40px;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    border: 1px solid rgba(0,0,0,0.03); /* Extremely subtle border */
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.audit-process-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 40px rgba(0,0,0,0.05);
}
.audit-process-cardvu:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 40px rgba(0,0,0,0.05);
}

.audit-icon-box {
    width: 45px;
    height: 45px;
    background-color: var(--brand-orange);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 6px; /* Subtle Figma rounding */
    margin-bottom: 35px;
}

.audit-card-title {
    font-family: var(--font-logo);
    font-weight: 800;
    font-size: 1.4rem;
    color: #000;
    margin-bottom: 20px;
    line-height: 1.25;
    letter-spacing: -0.5px;
}

.audit-card-text {
    font-family: var(--font-nav);
    font-size: 0.95rem;
    line-height: 1.6;
    color: #666;
    margin: 0;
}

.pricing-card-boxxz {
    border: 1px solid #D1D1D1;
    padding: 80px;
    position: relative;
    background-color: #fff;
    transition: all 0.4s ease;
}
.authority-innerse {
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 20px;
}
/* --- RESPONSIVENESS --- */
@media (max-width: 991px) {
    .audit-launch-section { padding: 80px 0; }
    .audit-process-card { padding: 40px 30px; }
}

@media (max-width: 767px) {
    .audit-launch-title { font-size: 2rem; }
    /* Full width cards on mobile */
    .audit-process-card {
        text-align: center;
        align-items: center;
    }
}

/* =========================================
   33. SCALE VISIBILITY & LEADS SECTION
========================================= */
.scale-leads-section {
    padding: 120px 0 0 0; /* Zero bottom padding because image is flush */
    background-color: var(--bg-light);
    /* Wave pattern background */
    background-image: url("../image/Group 355.svg"); /* fixed path + name */   
    background-size: cover;
    width: 100%;
    overflow: hidden;
}

.scale-leads-title {
    font-family: var(--font-logo);
    font-weight: 900;
    font-size: clamp(2.8rem, 5vw, 5.6rem);
    line-height: 1.1;
    letter-spacing: -2.5px;
    color: var(--text-dark);
    margin-left: 100px;
}

.scale-leads-desc {
    font-family: var(--font-nav);
    font-size: 1.3rem;
    line-height: 1.7;
    color: #555;
    /* max-width: 550px; */
    margin-left: 100px;
}
.btn-orange-solid-ctag {
    background-color: var(--brand-orange);
    color: #FFFFFF;
    font-family: var(--font-nav);
    font-weight: 700;
    font-size: 15px;
    padding: 18px 35px;
    border-radius: 0;
    text-decoration: none;
    display: inline-block;
    transition: 0.3s ease;
    border: 2px solid var(--brand-orange);
    margin-left: 100px;
}
.leads-arrow-box {
    margin-right: 15%; /* Precisely positioned as per Figma */
}

/* Grayscale Foundation Image */
.scale-leads-image-wrapper {
    width: 100%;
    /*filter: grayscale(100%);*/
    /* Ensuring no gaps at the bottom */
    line-height: 0; 
}

.scale-leads-img {
    width: 100%;
    height: 250px;
    object-fit: cover;
    display: block;
}
.scale-leads-title .text-orange, .sub-target-heading .text-orange {
    color: var(--brand-orange);
}
/* --- RESPONSIVENESS --- */
/* =========================================
   TABLET
========================================= */
@media (max-width: 991px) {

    .scale-leads-section {
        padding: 80px 0 0;
        text-align: center;
    }

    .scale-leads-title {
        margin-left: 0;
        font-size: 3rem;
        line-height: 1.15;
        letter-spacing: -1.5px;
    }

    .scale-leads-desc {
        margin-left: 0;
        max-width: 700px;
        margin-right: auto;
        margin-left: auto;
        font-size: 1.1rem;
    }

    .btn-orange-solid-ctag {
        margin-left: 0;
    }

    .leads-arrow-box {
        margin-right: 0;
        margin-top: 20px;
    }

    .scale-leads-img {
        height: 230px;
        object-fit: cover;
    }
}


/* =========================================
   MOBILE
========================================= */
@media (max-width: 767px) {

    .scale-leads-section {
        padding: 60px 0 0;
        text-align: center;
    }

    .scale-leads-title {
        margin-left: 0;
        font-size: 2rem;
        line-height: 1.2;
        letter-spacing: -1px;
    }

    .scale-leads-desc {
        margin-left: 0;
        font-size: 1rem;
        line-height: 1.7;
        max-width: 100%;
        padding: 0 15px;
    }

    .btn-orange-solid-ctag {
        margin-left: 0;
        width: 100%;
        max-width: 320px;
    }

    .leads-arrow-box {
        display: none;
    }

    .scale-leads-image-wrapper {
        margin-top: 40px !important;
        padding-top: 0 !important;
    }

    .scale-leads-img {
        height: 240px;
        object-fit: cover;
    }
}


/* =========================================
   SMALL MOBILE
========================================= */
@media (max-width: 480px) {

    .scale-leads-title {
        font-size: 1.7rem;
    }

    .scale-leads-desc {
        font-size: 0.95rem;
    }

    .scale-leads-img {
        height: 200px;
    }
}

/* =========================================
   34. NICHE SPECIALTY SECTION
========================================= */
.niche-specialty-section {
    padding: 160px 0;
    background-color: #FFFFFF;
    width: 100%;
}

.specialty-main-title {
    font-family: var(--font-logo);
    font-weight: 800;
    font-size: clamp(1.6rem, 2.5vw, 3.0rem); 
    line-height: 1.2;
    color: var(--text-dark);
    margin-bottom: 30px;
    letter-spacing: -1px;
}

.specialty-paragraph {
    font-family: var(--font-nav);
    font-size: 1rem;
    line-height: 1.7;
    color: #666;
    max-width: 600px;
}

/* Grayscale Image Treatment */
.specialty-image-wrapper {
    width: 100%;
    overflow: hidden;
    filter: grayscale(100%);
    transition: filter 0.4s ease;
}

/*.specialty-image-wrapper:hover {*/
/*    filter: grayscale(0%);*/
/*}*/

.specialty-img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
}
.global-containerh {
    width: 100%;
    padding-left: 5%;
    padding-right: 5%;
    padding-bottom: 80px;
}
/* --- RESPONSIVENESS --- */
@media (max-width: 991px) {
    .niche-specialty-section { padding: 80px 0; }
    .specialty-main-title { font-size: 1.8rem; text-align: center; }
    .specialty-paragraph { text-align: center; margin: 0 auto; }
    .specialty-content { text-align: center; }
}

@media (max-width: 575px) {
    .specialty-main-title { font-size: 1.5rem; letter-spacing: -0.5px; }
    .specialty-image-wrapper { margin-top: 30px; }
}
/* =========================================================
   NICHE SPECIALTY SECTION (FIXED BUTTON ALIGNMENT)
========================================================= */

/* Desktop / Laptop Override (Ensures left alignment by default) */
.niche-specialty-section .btn-orange-solid-cta {
    display: inline-block !important;
    margin: 0 !important; /* Reset global centering auto-margins */
    text-align: left;
}

/* --- RESPONSIVENESS --- */
@media (max-width: 991px) {
    .niche-specialty-section { 
        padding: 80px 0; 
    }
    
    .specialty-main-title { 
        font-size: 1.8rem; 
        text-align: center; 
    }
    
    .specialty-paragraph { 
        text-align: center; 
        margin: 0 auto; 
    }
    
    .specialty-content { 
        text-align: center; 
    }

    /* Centers the button on tablet screen widths */
    .niche-specialty-section .btn-orange-solid-cta {
        display: inline-block !important;
        margin: 0 auto !important;
    }
}

@media (max-width: 575px) {
    .specialty-main-title { 
        font-size: 1.5rem; 
        letter-spacing: -0.5px; 
    }
    
    .specialty-image-wrapper { 
        margin-top: 30px; 
    }

    /* Converts the button to block layout on phone screen widths */
    .niche-specialty-section .btn-orange-solid-cta {
        display: block !important;
        width: 100% !important;
        max-width: 320px;
        margin: 0 auto !important;
        text-align: center;
        box-sizing: border-box;
        padding: 16px 20px;
    }
}
/* =========================================
   34. NICHE SPECIALTY SECTION
========================================= */
.niche-specialty-section {
    padding: 160px 0;
    background-color: #FFFFFF;
    width: 100%;
}

/* =========================================
   43. NICHE AUTHORITY SECTION
========================================= */
.niche-authority-section {
    padding: 140px 0;
    background-color: var(--bg-light); /* #F6F5F3 */
    /* Reuse brand wave pattern */
    background-image: 
        url("data:image/svg+xml,%3Csvg width='1440' height='800' viewBox='0 0 1440 800' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M-100 400C100 300 300 500 500 400C700 300 900 500 1100 400C1300 300 1500 500 1700 400' stroke='%23000' stroke-opacity='0.02' stroke-width='1'/%3E%3C/svg%3E");
    background-size: cover;
    width: 100%;
    overflow: hidden;
}

.niche-main-title {
    font-family: var(--font-logo);
    font-weight: 900;
    /* Massive typography scale */
    font-size: clamp(3rem, 5.5vw, 5.5rem);
    line-height: 1.05;
    letter-spacing: -2.5px;
    color: var(--text-dark);
}

.niche-sub-description {
    font-family: var(--font-nav);
    font-size: 1.4rem;
    color: #666;
    line-height: 1.6;
    max-width: 980px;
    margin: 0 auto;
    margin-right: 134px;
}

/* Button override for precise Figma padding */
.niche-authority-section .btn-orange-solid-cta {
    padding: 18px 40px;
    font-size: 15px;
}

/* Subtle bounce animation for the arrow */
.niche-arrow-icon svg {
    animation: bounceDown 3s infinite;
}

/* --- THE CSS GEOMETRIC SHAPES --- */
.niche-shapes-wrapper {
    position: absolute;
    top: 50%;
    right: 15%;
    transform: translateY(-50%);
    width: 250px;
    height: 400px;
    z-index: 0;
}

.niche-shape {
    position: absolute;
    width: 200px;
    height: 400px;
    background-color: #E0E0E0; /* Light gray from Figma */
}
.niche-shapeg {
    position: absolute;
    width: 175px;
    height: 335px;
    background-color: #E0E0E0;
}
/* The first semi-circle */
.shape-left {
    left: -25px;
    border-radius: 200px 0 0 200px;
    opacity: 0.6;
    bottom: 121px;
}

/* The second semi-circle offset to the right */
.shape-right {
    left: 174px;
    background-color: #D6D6D6;
    border-radius: 200px 0 0 200px;
    opacity: 0.8;
    bottom: 158px;
}

/* --- RESPONSIVENESS --- */
@media (max-width: 1400px) {
    .niche-shapes-wrapper { right: 5%; }
}

@media (max-width: 991px) {
    .niche-authority-section { padding: 100px 0; }
    .niche-main-title { font-size: 3.5rem; }
    .niche-shapes-wrapper { display: none !important; } /* Hide decorative shapes on tablet/mobile */
}

@media (max-width: 767px) {
    .niche-main-title { 
        font-size: 2.2rem; 
        letter-spacing: -1px; 
    }
    .niche-sub-description { 
        font-size: 1rem; 
        padding: 0 15px; 
    }
    .niche-action-area .col-md-8 { text-align: center !important; }
}
.niche-main-title .text-orange {
    color: var(--brand-orange);
}
.global-containerbr {
    width: 100%;
    padding-left: 5%;
    /* padding-right: 5%; */
}
.cta-titlesy {
    font-family: var(--font-logo);
    font-weight: 800;
    font-size: clamp(1.8rem, 3vw, 2.5rem);
    color: var(--text-dark);
    line-height: 1.3;
    letter-spacing: -0.5px;
    margin: 0;
}
.specialty-paragraph {
    font-family: var(--font-nav);
    font-size: 1rem;
    line-height: 1.7;
    color: #666;
    max-width: 600px;
}

/* Grayscale Image Treatment */
.specialty-image-wrapper {
    width: 100%;
    overflow: hidden;
    /*filter: grayscale(100%);*/
    transition: filter 0.4s ease;
}

/*.specialty-image-wrapper:hover {*/
/*    filter: grayscale(0%);*/
/*}*/

.specialty-img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
}

/* --- RESPONSIVENESS --- */
@media (max-width: 991px) {
    .niche-specialty-section { padding: 80px 0; }
    .specialty-main-title { font-size: 1.8rem; text-align: center; }
    .specialty-paragraph { text-align: center; margin: 0 auto; }
    .specialty-content { text-align: center; }
}

@media (max-width: 575px) {
    .specialty-main-title { font-size: 1.5rem; letter-spacing: -0.5px; }
    .specialty-image-wrapper { margin-top: 30px; }
}

/* =========================================
   35. PRACTICE AREA SYSTEM SECTION
========================================= */
.practice-system-section {
    padding: 160px 0;
    background-color: #0D0D0B; /* Deep brand black */
    color: #FFFFFF;
}

.system-dark-title {
    font-family: var(--font-logo);
    font-weight: 900;
    font-size: clamp(2.2rem, 3.5vw, 3.2rem);
    letter-spacing: -1.5px;
    margin-bottom: 20px;
}

.system-dark-subtitle {
    font-family: var(--font-nav);
    color: #A0A0A0;
    font-size: 1.05rem;
}

.system-card-dark {
    background-color: transparent;
    border: 1px solid rgba(255, 255, 255, 0.2);
    padding: 50px 40px;
    display: flex;
    flex-direction: column;
    height: 100%;
    transition: all 0.3s ease;
}

.system-card-dark:hover {
    border-color: rgba(255, 255, 255, 0.5);
    background-color: rgba(255, 255, 255, 0.02);
}

.highlighted-card {
    border-color: rgba(255, 255, 255, 0.4);
}

.period-title {
    font-family: var(--font-logo);
    font-weight: 800;
    font-size: 1.5rem;
    letter-spacing: 1px;
    margin: 0;
}

.system-divider-dark {
    height: 1px;
    background-color: rgba(255, 255, 255, 0.1);
    margin: 40px 0;
}

.system-feature-list {
    list-style: none;
    padding: 0;
    margin: 0 0 50px 0;
}

.system-feature-list li {
    font-family: var(--font-nav);
    font-size: 0.95rem;
    line-height: 1.5;
    margin-bottom: 20px;
    color: #E0E0E0;
    display: flex;
    align-items: flex-start;
    gap: 12px;
}

.feature-arrow-svg {
    width: 8px;
    height: 8px;
    flex-shrink: 0;
    margin-top: 6px;
}

.btn-system-outline {
    width: 100%;
    padding: 16px;
    border: 1px solid #FFFFFF;
    color: #FFFFFF;
    text-align: center;
    text-decoration: none;
    font-family: var(--font-nav);
    font-weight: 700;
    font-size: 14px;
    transition: 0.3s ease;
}

.btn-system-outline:hover {
    background-color: #FFFFFF;
    color: #000;
}

/* --- RESPONSIVENESS --- */
@media (max-width: 991px) {
    .practice-system-section { padding: 80px 0; }
    .system-card-dark { padding: 40px 30px; }
}

@media (max-width: 767px) {
    .system-card-dark { margin-bottom: 15px; }
    .system-dark-title { font-size: 2rem; }
}


.become-sectionf {
    background-color: #fff;
    padding: 160px 0;
    text-align: center;
}
.provide-sectionv {
    padding: 180px 0;
    background-color: var(--bg-light);
    width: 100%;
}

/* =========================================
   36. WHAT YOUR GROUP BECOMES SECTION
========================================= */
.group-becomes-section {
    padding: 160px 0;
    background-color: #FFFFFF;
    width: 100%;
}

.becomes-main-title {
    font-family: var(--font-logo);
    font-weight: 900;
    font-size: clamp(2rem, 3.5vw, 3rem);
    color: var(--text-dark);
    letter-spacing: -1.5px;
}

.outcome-box {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 20px;
}

.outcome-icon {
    width: 42px;
    height: 42px;
    background-color: var(--brand-orange);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px; /* Subtle Figma rounding */
    margin-bottom: 25px;
    transition: transform 0.3s ease;
}

.outcome-box:hover .outcome-icon {
    transform: scale(1.1) rotate(5deg);
}

.outcome-label {
    font-family: var(--font-nav);
    font-weight: 700;
    font-size: 1.1rem;
    color: #333;
    line-height: 1.3;
    margin: 0;
}

/* --- RESPONSIVENESS --- */
@media (max-width: 991px) {
    .group-becomes-section { padding: 80px 0; }
    .outcome-label { font-size: 1rem; }
}

@media (max-width: 767px) {
    .becomes-main-title { font-size: 1.8rem; }
    .outcome-box { padding: 10px; }
}


/* =========================================
   37. INFRASTRUCTURE & TRANSFORMATION SECTIONS
========================================= */
.infra-section {
    padding: 120px 0 0 0;
    background-color: var(--bg-light);
    width: 100%;
    background-image: url("../image/Group 354.svg");
    background-size: cover;
    background-position: center;
}

/* Forces standard inline-block for the desktop left-align default */
.infra-section .btn-orange-solid-cta {
    display: inline-block;
    text-align: left;
}

.provide-titlec {
    font-family: var(--font-logo);
    font-weight: 900;
    font-size: clamp(2.5rem, 4vw, 3.0rem);
    color: var(--text-dark);
    letter-spacing: -1.5px;
    margin-bottom: 15px;
}
@media (max-width: 991px) {
    .infra-section {
        padding: 60px 0; /* Add bottom padding so elements don't hit the screen edge */
        background-position: top center;
        background-size: 150% auto; /* Responsive background lines scaling */
        background-repeat: no-repeat;
    }

    .infra-main-titleh {
        font-size: 2.8rem;
        text-align: center; /* Center main heading on tablets */
        margin-bottom: 15px;
    }

    .infra-image-wrapper {
        margin-bottom: 40px; /* Space between stacked image and stacked content */
    }

    .infra-text-area {
        text-align: center; /* Center-aligns descriptive copy on tablet sizes */
    }

    .infra-side-desc {
        margin: 0 auto;
    }
}

@media (max-width: 575px) {
    .infra-main-titleh {
        font-size: 2.1rem; /* Clean heading scale for compact mobile devices */
        line-height: 1.2;
    }

    /* Convert button to block layout on mobile screen viewports */
    .infra-section .btn-orange-solid-cta {
        display: block;
        width: 100%;
        max-width: 320px;
        margin: 0 auto;
        text-align: center;
        box-sizing: border-box;
        padding: 16px 20px;
    }
}
.invisible-sectionss
{
    padding: 220px 0;
    background-color: #FFFFFF;
}
.provide-sectionty{
    padding: 180px 0;
    background-color: #FFFFFF;
    width: 100%;
}
.infra-sectionf {
    background-color: var(--bg-light);
    background-image: url(../image/Group 208.svg);
    background-size: cover;
    background-position: center;
    padding: 100px 0;
    overflow: hidden;
}
.infra-main-title {
    font-family: var(--font-logo);
    font-weight: 900;
    font-size: clamp(2.5rem, 4.5vw, 4.2rem);
    line-height: 1.1;
    letter-spacing: -2px;
    color: var(--text-dark);
}
.infra-main-titleh {
    font-family: var(--font-logo);
    font-weight: 900;
    font-size: clamp(2.5rem, 4.5vw, 5.1rem);
    line-height: 1.1;
    letter-spacing: -2px;
    color: var(--text-dark);
}
.infra-image-wrapper {
    width: 100%;
    margin-bottom: -60px;
    position: relative;
    z-index: 5;
}
.infra-img {
    width: 100%;
    height: 400px;
    object-fit: cover;
}

.infra-content-flex {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.infra-side-desc {
    font-family: var(--font-nav);
    font-size: 0.95rem;
    line-height: 1.6;
    color: #666;
    max-width: 450px;
    font-weight: 800;
}

.infra-arrow-box {
    margin-top: 50px;
}

/* --- TRANSFORMATION BLOCK --- */
.firm-transform-section {
    padding: 190px 0 120px 0; /* Extra top padding to account for image overlap */
    background-color: #FFFFFF;
}

.transform-heading {
    font-family: var(--font-logo);
    font-weight: 800;
    font-size: clamp(1.8rem, 3vw, 3.2rem);
    line-height: 1.3;
    color: var(--text-dark);
    margin-bottom: 30px;
    letter-spacing: -1px;
}

.transform-sub-desc {
    font-family: var(--font-nav);
    font-size: 1rem;
    line-height: 1.7;
    color: #777;
    max-width: 600px;
}
.row {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
    margin-top: calc(-1 * var(--bs-gutter-y));
    margin-right: calc(-.5 * var(--bs-gutter-x));
    margin-left: calc(-.5 * var(--bs-gutter-x));
    justify-content: end;
}
/* =========================================================
   FIRM TRANSFORMATION SECTION (FIXED BUTTON ALIGNMENT)
========================================================= */

/* Desktop / Laptop Override (Ensures left alignment by default) */
.firm-transform-section .btn-orange-solid-cta {
    display: inline-block !important;
    margin: 0 !important; /* Reset global centering auto-margins */
    text-align: left;
}

/* Tablet Override */
@media (max-width: 991px) {
    .firm-transform-section {
        padding: 80px 0;
        text-align: center;
    }

    .transform-heading {
        font-size: 2.2rem;
        line-height: 1.3;
    }

    .transform-sub-desc {
        max-width: 100%;
        margin: 0 auto;
    }

    /* Centers the button on tablet screen widths */
    .firm-transform-section .btn-orange-solid-cta {
        display: inline-block !important;
        margin: 0 auto !important;
    }
}

/* Mobile Override */
@media (max-width: 767px) {
    .firm-transform-section {
        padding: 60px 0;
    }

    .transform-heading {
        font-size: 1.8rem;
        line-height: 1.3;
    }

    .transform-sub-desc {
        font-size: 0.95rem;
        line-height: 1.7;
    }

    /* Converts the button to block layout on phone screen widths */
    .firm-transform-section .btn-orange-solid-cta {
        display: block !important;
        width: 100% !important;
        max-width: 320px;
        margin: 0 auto !important;
        text-align: center;
        box-sizing: border-box;
        padding: 16px 20px;
    }
}

/* Small Mobile */
@media (max-width: 480px) {
    .transform-heading {
        font-size: 1.5rem;
    }

    .transform-sub-desc {
        font-size: 0.9rem;
    }
}
/* =========================================
   INFRASTRUCTURE SECTION RESPONSIVE
========================================= */

/* Large Laptop */
@media (max-width: 1199px) {

    .infra-section {
        padding: 100px 0 0;
    }

    .infra-img {
        height: 350px;
    }

    .infra-main-titlequ,
    .infra-main-title,
    .infra-main-titleh {
        font-size: clamp(2.3rem, 4vw, 4rem);
    }
}


/* Tablet */
@media (max-width: 991px) {

    .infra-section {
        padding: 80px 0 40px;
        text-align: center;
        background-size: 140%;
    }

    .infra-image-wrapper {
        margin-bottom: 30px;
    }

    .infra-img {
        width: 100%;
        height: 320px;
        object-fit: cover;
    }

    .infra-content-flex {
        flex-direction: column;
        align-items: center;
    }

    .infra-side-desc {
        max-width: 650px;
        margin: 0 auto;
        font-size: 1rem;
    }

    .infra-arrow-box {
        display: none;
    }

    .col-lg-5.ps-lg-5 {
        padding-left: calc(var(--bs-gutter-x) * .5) !important;
    }

    .firm-transform-section {
        padding: 80px 0;
        text-align: center;
    }

    .transform-heading {
        font-size: 2.2rem;
        line-height: 1.3;
    }

    .transform-sub-desc {
        max-width: 100%;
        margin: 0 auto;
    }
}


/* Mobile */
@media (max-width: 767px) {

    .infra-section {
        padding: 60px 0 30px;
        background-size: 180%;
    }

    .infra-main-titlequ,
    .infra-main-title,
    .infra-main-titleh {
        font-size: 2rem;
        line-height: 1.15;
        letter-spacing: -1px;
        text-align: center;
    }

    .infra-side-desc {
        font-size: 0.95rem;
        line-height: 1.7;
        text-align: center;
    }

    .infra-img {
        height: 250px;
    }

    .infra-image-wrapper {
        margin-bottom: 20px;
    }

    .btn-orange-solid-cta {
        width: 100%;
        text-align: center;
    }

    .firm-transform-section {
        padding: 60px 0;
    }

    .transform-heading {
        font-size: 1.8rem;
        line-height: 1.3;
    }

    .transform-sub-desc {
        font-size: 0.95rem;
        line-height: 1.7;
    }
}


/* Small Mobile */
@media (max-width: 480px) {

    .infra-main-titlequ,
    .infra-main-title,
    .infra-main-titleh {
        font-size: 1.7rem;
    }

    .transform-heading {
        font-size: 1.5rem;
    }

    .infra-img {
        height: 220px;
    }

    .infra-side-desc,
    .transform-sub-desc {
        font-size: 0.9rem;
    }
}

.infra-main-title .text-orange, .sub-target-heading .text-orange {
    color: var(--brand-orange);
}
.infra-main-titleh .text-orange, .sub-target-heading .text-orange {
    color: var(--brand-orange);
}
.global-containerd {
    width: 100%;
    /* padding-left: 5%; */
    padding-right: 5%;
}
/* =========================================
   TWO SYSTEMS SECTION
========================================= */
.two-systems-section {
    background-color: #F6F5F3; /* Light grey background matching image */
    padding: 160px 0;
    width: 100%;
}

/* Header Typography */
.systems-main-title {
    font-family: var(--font-logo, 'Unbounded', sans-serif);
    font-weight: 800;
    font-size: clamp(2.2rem, 2.8vw, 2.5rem); /* Responsive fluid font size */
    color: #000;
    margin-bottom: 20px;
    letter-spacing: -1px;
}

.systems-sub-desc {
    font-family: var(--font-nav, 'Plus Jakarta Sans', sans-serif);
    font-size: 1.15rem;
    color: #555;
    line-height: 1.6;
    margin: 0 auto;
}

/* Card Styling */
.system-card {
    background-color: #FFFFFF;
    border: 1px solid #111111; /* Thin sharp black border */
    border-radius: 0; /* Sharp corners */
    padding: 60px 50px;
    display: flex;
    flex-direction: column;
}

.card-top-icon {
    margin-bottom: 30px;
}

.system-card-title {
    font-family: var(--font-logo, 'Unbounded', sans-serif);
    font-weight: 800;
    font-size: 1.6rem;
    color: #000;
    text-transform: uppercase;
    margin-bottom: 40px;
    line-height: 1.3;
}

/* List Styling */
.system-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.system-list li {
    display: flex;
    align-items: flex-start; /* Keeps arrow at the top if text wraps */
    gap: 15px;
    margin-bottom: 22px;
}

.system-list li:last-child {
    margin-bottom: 0;
}

.list-arrow {
    flex-shrink: 0;
    margin-top: 4px; /* Aligns the icon perfectly with the text baseline */
}

.list-text {
    font-family: var(--font-nav, 'Plus Jakarta Sans', sans-serif);
    font-size: 1.05rem;
    color: #444;
    line-height: 1.5;
}

/* =========================================
   RESPONSIVE MEDIA QUERIES
========================================= */

/* Laptop / Small Desktop */
@media (max-width: 1199px) {
    .system-card {
        padding: 50px 40px;
    }
    .system-card-title {
        font-size: 1.4rem;
    }
}

/* Tablet (Stacks columns vertically) */
@media (max-width: 991px) {
    .two-systems-section {
        padding: 80px 0;
    }
    .systems-sub-desc {
        font-size: 1.05rem;
    }
    .system-card {
        padding: 45px 35px;
    }
    .system-card-title {
        margin-bottom: 30px;
    }
}

/* Mobile */
@media (max-width: 575px) {
    .two-systems-section {
        padding: 60px 0;
    }
    .systems-main-title {
        font-size: 2rem;
    }
    .systems-sub-desc {
        font-size: 0.95rem;
    }
    .system-card {
        padding: 35px 20px; /* Reduced padding for smaller screens */
    }
    .system-card-title {
        font-size: 1.3rem;
        margin-bottom: 25px;
    }
    .list-text {
        font-size: 0.95rem;
    }
    .system-list li {
        margin-bottom: 18px;
    }
}
/* =========================================
   39. CONTINUOUS OPTIMIZATION SECTION
========================================= */
.opt-section {
    padding: 160px 0;
    background-color: #FFFFFF;
    width: 100%;
}

.opt-main-title {
    font-family: var(--font-logo);
    font-weight: 900;
    font-size: clamp(2.2rem, 3.5vw, 3.2rem);
    letter-spacing: -1.5px;
    color: var(--text-dark);
    margin-bottom: 80px;
}

/* Grid logic for 3 columns */
.opt-grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 60px; /* Space for the dividers to sit in the middle */
    width: 100%;
}

.opt-col {
    position: relative;
    padding-left: 0;
}

.opt-col-title {
    font-family: var(--font-logo);
    font-weight: 800;
    font-size: 1.25rem;
    color: #000;
    margin-bottom: 20px;
    letter-spacing: -0.5px;
}

.opt-col-desc {
    font-family: var(--font-nav);
    font-size: 0.95rem;
    line-height: 1.7;
    color: #555;
    margin: 0;
    max-width: 320px; /* Matching Figma's narrow text blocks */
}

/* --- THE VERTICAL ORANGE DIVIDERS --- */
.opt-col.has-left-divider::before {
    content: '';
    position: absolute;
    top: 0;
    left: -30px; /* Precisely centered in the 60px gap */
    bottom: 0;
    width: 1.5px;
    background-color: var(--brand-orange);
}
.opt-col.has-left-dividery::before {
    content: '';
    position: absolute;
    top: 0;
    left: -80px;
    bottom: 0;
    width: 1px;
    background-color: var(--brand-orange);
}
/* --- RESPONSIVENESS --- */
@media (max-width: 1100px) {
    .opt-grid { gap: 40px; }
    .opt-col.has-left-divider::before { left: -20px; }
}

@media (max-width: 991px) {
    .opt-section { padding: 80px 0; }
    .opt-main-title { margin-bottom: 50px; }
    
    /* Collapse to 1 column */
    .opt-grid {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    /* Hide vertical lines, add horizontal ones for separation */
    .opt-col.has-left-divider::before { display: none; }
    
    .opt-col {
        padding-bottom: 30px;
        border-bottom: 1px solid #EAEAEA;
        text-align: center;
    }
    
    .opt-col-desc {
        max-width: 100%;
        margin: 0 auto;
    }

    .opt-col:last-child {
        border-bottom: none;
    }
}
/* =========================================
   40. ENGINES INTEGRATION SECTION
========================================= */
.integration-section {
    padding: 160px 0;
    background-color: var(--bg-light); /* #F6F5F3 */
    width: 100%;
}

.integration-main-title {
    font-family: var(--font-logo);
    font-weight: 900;
    font-size: clamp(2.2rem, 3vw, 3.5rem);
    line-height: 1.1;
    letter-spacing: -2px;
    color: var(--text-dark);
    margin-bottom: 25px;
}

.integration-main-subtitle {
    font-family: var(--font-nav);
    font-size: 1.05rem;
    line-height: 1.6;
    color: #555;
    max-width: 380px;
}

/* Right Side List Items */
.integration-item {
    padding: 35px 0;
    border-bottom: 1px solid #D1D1D1;
}

.integration-item.no-border {
    border-bottom: none;
    padding-bottom: 0;
}

.integration-item:first-child {
    padding-top: 0;
}

.integration-item-title {
    font-family: var(--font-logo);
    font-weight: 800;
    font-size: 1.4rem;
    color: var(--brand-orange);
    margin-bottom: 12px;
    letter-spacing: -0.5px;
}

.integration-item-desc {
    font-family: var(--font-nav);
    font-size: 1rem;
    color: #444;
    margin: 0;
    line-height: 1.5;
    max-width: 500px;
}

/* --- RESPONSIVENESS --- */
@media (max-width: 991px) {
    .integration-section { padding: 80px 0; }
    .integration-main-title { text-align: center; }
    .integration-main-subtitle { text-align: center; margin: 0 auto 50px auto; }
    .integration-item { text-align: center; }
    .integration-item-desc { margin: 0 auto; }
}

@media (max-width: 767px) {
    .integration-main-title { font-size: 2.2rem; }
    .integration-item-title { font-size: 1.2rem; }
    .integration-item { padding: 25px 0; }
}

/* =========================================
   41. FRAMEWORK INTRO SECTION (RE-STYLED)
========================================= */
.framework-intro-section {
    padding: 140px 0 100px 0;
    background-color: var(--bg-light);
    background-image: url("../image/Group 354.svg");
    background-size: cover;
    background-position: center;
    width: 100%;
    overflow: hidden;
}

.framework-intro-title {
    font-family: var(--font-logo);
    font-weight: 900;
    font-size: clamp(2.8rem, 5.5vw, 5rem);
    line-height: 1.05;
    letter-spacing: -2.5px;
    color: var(--text-dark);
    margin-bottom: 50px;
    position: relative;
    z-index: 10;
}

.framework-bottom-flex {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 40px;
}

.framework-text-area {
    max-width: 800px;
    margin: 0 auto;
}

.framework-intro-subtitle {
    font-family: var(--font-nav);
    font-size: 1.1rem;
    line-height: 1.7;
    color: #555;
    text-align: center;
}

/* Base button centering styling (Replaces inline spacing hacks) */
.btn-orange-solid-cta {
    background-color: var(--brand-orange);
    color: #FFFFFF;
    font-family: var(--font-nav);
    font-weight: 700;
    font-size: 15px;
    padding: 18px 35px;
    border-radius: 0;
    text-decoration: none;
    display: block;
    width: max-content;
    margin: 30px auto 0 auto; /* Natively centers the button horizontally */
    transition: 0.3s ease;
    border: 2px solid var(--brand-orange);
}

.btn-orange-solid-cta:hover {
    background-color: #000;
    border-color: #000;
    color: #fff;
}

/* --- MASKED IMAGES LOGIC --- */
.framework-masked-images {
    position: absolute;
    right: 60px;
    top: -25px;
    display: flex;
    gap: 15px;
}

.mask-half {
    width: 170px;
    height: 295px;
    overflow: hidden;
    background-color: #ddd;
}

.mask-left { border-radius: 140px 0 0 140px; }
.mask-right {
    border-radius: 140px 0 0 140px;
    height: 264px;
    align-self: center;
    width: 130px;
    left: 10px;
    margin-left: -17px;
}

.mask-half img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.framework-intro-title .text-orange {
    color: var(--brand-orange);
}

/* =========================================
   --- RESPONSIVENESS (FRAMEWORK INTRO) ---
========================================= */

@media (max-width: 1200px) {
    .framework-masked-images { right: -50px; opacity: 0.5; }
}

@media (max-width: 991px) {
    .framework-intro-section { 
        padding: 100px 0 60px 0; 
        /* Prevents vertical distortion of background lines */
        background-position: top center;
        background-size: 150% auto;
        background-repeat: no-repeat;
        text-align: center;
    }
    
    .framework-intro-title {
        font-size: 3rem;
        margin-bottom: 30px;
    }

    .framework-bottom-flex {
        flex-direction: column;
        align-items: center;
        gap: 20px;
    }

    .framework-masked-images { 
        display: none !important; 
    }
}

@media (max-width: 767px) {
    .framework-intro-section {
        padding: 60px 0 40px 0;
        background-size: 250% auto; /* Broadens wave layout for portrait devices */
        text-align: center;
    }

    .framework-intro-title { 
        font-size: 2.1rem; 
        letter-spacing: -1.5px; 
        line-height: 1.15;
        margin-bottom: 25px;
    }

    .framework-intro-subtitle { 
        font-size: 1rem; 
        line-height: 1.6;
    }

    /* Scales button gracefully on small screens */
    .btn-orange-solid-cta {
        width: 100%;
        max-width: 320px;
        box-sizing: border-box;
        text-align: center;
        font-size: 14px;
        padding: 16px 20px;
    }

    .framework-arrow-container {
        margin-top: 30px;
    }

    .framework-arrow-container svg {
        width: 45px;
        height: auto;
    }
}

/* =========================================
   42. STEP DETAIL SECTION
========================================= */
.step-detail-section {
    padding: 160px 0;
    background-color: #FFFFFF;
    width: 100%;
}

.step-main-title {
    font-family: var(--font-logo);
    font-weight: 800;
    font-size: clamp(2rem, 3.5vw, 3rem);
    color: var(--text-dark);
    letter-spacing: -1.5px;
    margin-bottom: 15px;
}

.step-main-subtitle {
    font-family: var(--font-nav);
    color: var(--text-muted);
    font-size: 1rem;
}

/* Individual Row Item */
.step-detail-row {
    border-bottom: 1px solid #EAEAEA;
    padding: 60px 0;
}

.step-detail-row:first-child {
    border-top: 1px solid #EAEAEA;
}

.step-label {
    font-family: var(--font-logo);
    font-weight: 700;
    font-size: 2.2rem;
    color: var(--brand-gold);
    line-height: 1;
}

.step-detail-title {
    font-family: var(--font-logo);
    font-weight: 800;
    font-size: 1.5rem;
    color: #000;
    margin-bottom: 20px;
    letter-spacing: -0.5px;
}

.step-detail-desc {
    font-family: var(--font-nav);
    font-size: 0.95rem;
    line-height: 1.7;
    color: #555;
    max-width: 480px;
}

/* Right Column List */
.step-deliverables {
    list-style: none;
    padding: 0;
    margin: 0;
}

.step-deliverables li {
    font-family: var(--font-nav);
    font-size: 0.95rem;
    color: #444;
    margin-bottom: 12px;
    display: flex;
    align-items: flex-start;
    gap: 12px;
}

.step-chevron {
    width: 6px;
    height: 10px;
    flex-shrink: 0;
    margin-top: 6px;
}

/* =========================================
   STEP DETAIL RESPONSIVE
========================================= */

/* Laptop */
@media (max-width: 1199px) {

    .step-detail-section {
        padding: 80px 0;
    }

    .step-detail-row {
        padding: 50px 0;
    }

    .step-detail-desc {
        max-width: 100%;
    }
}


/* Tablet */
/* =========================================
   TABLET
========================================= */
@media (max-width: 991px) {

    .step-detail-section {
        padding: 70px 0;
    }

    .step-detail-header {
        margin-bottom: 20px;
    }

    .step-main-title {
        font-size: 2rem;
        line-height: 1.15;
        letter-spacing: -1px;
        margin-bottom: 10px;
    }

    .step-main-subtitle {
        max-width: 500px;
        margin: 0 auto;
    }

    .step-detail-row {
        padding: 35px 0;
    }

    .step-label {
        font-size: 1.8rem;
        margin-bottom: 12px;
    }

    .step-detail-title {
        font-size: 1.4rem;
        margin-bottom: 12px;
    }

    .step-detail-desc {
        max-width: 100%;
        margin-bottom: 20px;
    }

    .step-deliverables {
        margin-top: 0;
    }
}


/* =========================================
   MOBILE
========================================= */
@media (max-width: 767px) {

    .step-detail-section {
        padding: 50px 0;
    }

    .step-main-title {
        font-size: 2rem;
        line-height: 1.1;
        margin-bottom: 10px;
    }

    .step-main-subtitle {
        font-size: 0.95rem;
        padding: 0 10px;
    }

    .step-detail-row {
        padding: 25px 0;
    }

    .step-label {
        display: block;
        font-size: 1.6rem;
        margin-bottom: 8px;
    }

    .step-detail-title {
        font-size: 1.3rem;
        margin-bottom: 10px;
    }

    .step-detail-desc {
        font-size: 0.95rem;
        line-height: 1.7;
        margin-bottom: 15px;
    }

    .step-deliverables {
        margin-top: 10px;
    }

    .step-deliverables li {
        font-size: 0.92rem;
        margin-bottom: 8px;
        line-height: 1.5;
    }
}

/* Small Mobile */
@media (max-width: 480px) {

    .step-detail-section {
        padding: 50px 0;
    }

    .step-main-title {
        font-size: 1.7rem;
    }

    .step-main-subtitle {
        font-size: 0.9rem;
    }

    .step-label {
        font-size: 1.3rem;
    }

    .step-detail-title {
        font-size: 1.1rem;
    }

    .step-detail-desc,
    .step-deliverables li {
        font-size: 0.88rem;
    }
}

/* =========================================
   43. FAQ SECTION (MINIMALIST ACCORDION)
========================================= */
.faq-section {
    padding: 160px 0;
    background-color: var(--bg-light); /* #F6F5F3 */
    width: 100%;
}

.faq-main-title {
    font-family: var(--font-logo);
    font-weight: 800;
    font-size: clamp(2rem, 3.5vw, 3rem);
    color: var(--text-dark);
    line-height: 1.1;
    margin-bottom: 25px;
    /*max-width: 400px; */
}

.faq-main-desc {
    font-family: var(--font-nav);
    font-size: 1rem;
    color: #666;
    /*max-width: 320px;*/
}

/* Stripping Bootstrap Default Styles */
.faq-section .accordion-item {
    background-color: transparent;
    border: none;
    border-bottom: 1px solid #D8D8D8; /* Subtle separator line */
    padding: 10px 0;
}

.faq-section .accordion-button {
    background-color: transparent;
    font-family: var(--font-nav);
    font-weight: 700;
    font-size: 1.35rem;
    color: #333;
    padding: 25px 0;
    box-shadow: none !important;
}

.faq-section .accordion-button:not(.collapsed) {
    color: var(--brand-orange);
    background-color: transparent;
}

/* Customizing the Accordion Arrow */
.faq-section .accordion-button::after {
    background-size: 12px;
    background-position: center;
}

.faq-section .accordion-body {
    padding: 0 0 30px 0;
    font-family: var(--font-nav);
    font-size: 1rem;
    line-height: 1.6;
    color: #555;
    max-width: 90%;
}

/* Desktop Sticky Sidebar effect */
@media (min-width: 992px) {
    .faq-sticky-top {
        position: sticky;
        top: 150px;
    }
}

/* --- RESPONSIVENESS --- */
@media (max-width: 991px) {
    .faq-section { padding: 80px 0; }
    .faq-main-title { max-width: 100%; text-align: center; }
    .faq-main-desc { max-width: 100%; text-align: center; margin-bottom: 40px; }
}

@media (max-width: 575px) {
    .faq-section .accordion-button { font-size: 1.05rem; }
    .faq-main-title { font-size: 1.8rem; }
}

/* =========================================
   44. FINAL JOURNEY SECTION (CONVERSION)
========================================= */
.final-journey-section {
    padding: 120px 0;
    background-color: #fff; /* #F6F5F3 */
    width: 100%;
}

.journey-main-title {
    font-family: var(--font-logo);
    font-weight: 900;
    font-size: clamp(2.5rem, 4.3vw, 4.3rem);
    line-height: 1.1;
    letter-spacing: -2.5px;
    color: var(--text-dark);
    margin-bottom: 25px;
}

.journey-main-subtext {
    font-family: var(--font-nav);
    font-size: 1.1rem;
    color: #666;
    max-width: 480px;
    margin: 0;
}

/* Button & Link Wrapper */
.journey-buttons-flex {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 35px;
}

/* Primary Button (Sharp) */
.final-journey-section .btn-orange-solid-cta {
    background-color: var(--brand-orange);
    color: #FFFFFF;
    font-family: var(--font-nav);
    font-weight: 700;
    font-size: 15px;
    padding: 18px 35px;
    border-radius: 0;
    text-decoration: none;
    display: inline-block;
    transition: 0.3s ease;
    border: 2px solid var(--brand-orange);
    white-space: nowrap;
}

.final-journey-section .btn-orange-solid-cta:hover {
    background-color: #000;
    border-color: #000;
}

/* Secondary Link */
.link-explore-solutions {
    font-family: var(--font-nav);
    font-weight: 800;
    font-size: 15px;
    color: #000;
    text-decoration: none;
    border-bottom: 2px solid transparent;
    padding-bottom: 2px;
    transition: all 0.3s ease;
    white-space: nowrap;
}

.link-explore-solutions:hover {
    border-bottom-color: #000;
}

/* --- RESPONSIVENESS --- */
@media (max-width: 991px) {
    .final-journey-section { 
        padding: 80px 0; 
        text-align: center;
    }
    
    .journey-main-subtext {
        margin: 0 auto;
    }

    .journey-buttons-flex {
        justify-content: center;
        flex-direction: column;
        gap: 20px;
        margin-top: 40px;
    }

    .link-explore-solutions {
        border-bottom-color: #000; /* Permanent underline on mobile for clarity */
    }
}

@media (max-width: 575px) {
    .journey-main-title { font-size: 2.2rem; letter-spacing: -1.5px; }
    .final-journey-section .btn-orange-solid-cta {
        width: 100%;
        text-align: center;
    }
}

/* =========================================
   45. AUTHORITY IN ACTION SECTION
========================================= */

.authority-action-section {
   
    background-color: var(--bg-light);
    /* Continuity of the wave pattern and radial glow */
    background-image: url("../image/Group 354.svg"); /* fixed path + name */
    background-size: cover;
    width: 100%;
    background-position: center;
    overflow: hidden;
     padding: 120px 0 0 0; /* Zero bottom padding as image sits flush */
     padding-bottom: 80px;
}
.action-main-title {
    font-family: var(--font-logo);
    font-weight: 900;
    font-size: clamp(3rem, 6vw, 5.5rem);
    line-height: 1;
    letter-spacing: -3px;
    color: var(--text-dark);
    margin-bottom: 30px;
}
.action-main-title .text-orange {
    color: var(--brand-orange);
}
.action-subtitle{
    font-family: var(--font-nav);
    font-size: 1.2rem;
    color: #555;
    max-width: 550px;
    margin: 0 auto;
    line-height: 1.6;
    text-align: center;
}
.btn-orange-solid-ctatt {
    background-color: var(--brand-orange);
    color: #FFFFFF;
    font-family: var(--font-nav);
    font-weight: 700;
    font-size: 15px;
    padding: 18px 35px;
    border-radius: 0;
    text-decoration: none;
    display: inline-block;
    transition: 0.3s ease;
    border: 2px solid var(--brand-orange);
    margin-right: 0;
}
/* Grayscale Image Container */
.action-image-wrapper {
    width: 100%;
    /*filter: grayscale(100%);*/
    line-height: 0; /* Removes bottom browser gap */
    opacity: 0.9;
    transition: filter 0.5s ease;
}

/*.action-image-wrapper:hover {*/
/*    filter: grayscale(0%); */
/*}*/

.action-img{
    width:100%;
    height:auto;
    display:block;
    margin-left:0;
}

/* =========================================
   RESPONSIVE - AUTHORITY IN ACTION
========================================= */

/* Laptop */
@media (max-width: 1199px) {

    .authority-action-section {
        padding: 100px 0 60px;
    }

    .action-subtitle {
        max-width: 650px;
        margin: 0 auto;
        text-align: center;
    }

    .btn-orange-solid-ctatt {
        margin-right: 0;
    }

    .action-img {
        margin-left: 0;
        width: 100%;
        height: auto;
    }
}


/* Tablet */
@media (max-width: 991px) {

    .authority-action-section {
        padding: 80px 0 50px;
        text-align: center;
        background-size: 140%;
        background-position: center top;
    }

    .action-main-title {
        font-size: 3.2rem;
        line-height: 1.1;
        letter-spacing: -2px;
        margin-bottom: 20px;
    }

    .action-subtitle {
        max-width: 600px;
        margin: 0 auto;
        text-align: center;
        font-size: 1.05rem;
        line-height: 1.7;
    }

    .btn-orange-solid-ctatt {
        margin-right: 0;
        min-width: 250px;
    }

    .action-image-wrapper {
        margin-top: 40px !important;
    }

    .action-img {
        width: 100%;
        height: 350px;
        object-fit: cover;
        margin-left: 0;
    }
}


/* Mobile */
@media (max-width: 767px) {

    .authority-action-section {
        padding: 60px 0 40px;
        background-size: 180%;
    }

    .action-main-title {
        font-size: 2.4rem;
        line-height: 1.1;
        letter-spacing: -1px;
        margin-bottom: 15px;
    }

    .action-subtitle {
        font-size: 1rem;
        line-height: 1.6;
        max-width: 100%;
        padding: 0 15px;
        text-align: center;
    }

    .action-header .mt-5 {
        margin-top: 30px !important;
    }

    .btn-orange-solid-ctatt {
        width: 100%;
        margin-right: 0;
        text-align: center;
        padding: 15px 25px;
    }

    .action-image-wrapper {
        margin-top: 30px !important;
    }

    .action-img {
        width: 100%;
        height: 250px;
        object-fit: cover;
        margin-left: 0;
    }
}


/* Small Mobile */
@media (max-width: 480px) {

    .authority-action-section {
        padding: 50px 0 35px;
    }

    .action-main-title {
        font-size: 2rem;
    }

    .action-subtitle {
        font-size: 0.95rem;
    }

    .action-img {
        height: 220px;
    }
}

/* =========================================
   50. CASE STUDY SLIDER SECTION (REUSABLE)
========================================= */
.case-study-slider-section {
    padding: 150px 0;
    background-color: #FFFFFF;
    width: 100%;
}

/* --- MAIN ORANGE CARD --- */
.case-main-orange-card {
    background-color: var(--brand-orange);
    border-radius: 30px; /* Precise Figma rounding */
    min-height: 500px;
    position: relative;
    overflow: hidden; /* Clips the portrait bottom */
    color: #FFFFFF;
}

.case-text-side {
    padding: 60px;
    margin-top: 42px;
}

.case-header-link {
    font-family: var(--font-nav);
    font-size: 14px;
    font-weight: 700;
    color: #000000; /* Contrast black link at top */
    text-decoration: underline;
    text-underline-offset: 4px;
    display: inline-block;
    max-width: 360px;
    line-height: 1.4;
}

.case-card-title {
    font-family: var(--font-logo);
    font-weight: 900;
    font-size: clamp(2rem, 3.5vw, 3rem);
    line-height: 1.1;
    letter-spacing: -1.5px;
}

.case-card-desc {
    font-family: var(--font-nav);
    font-size: 1rem;
    line-height: 1.6;
    max-width: 400px;
    opacity: 0.9;
}

.case-portrait-img {
    position: absolute;
    bottom: -43px;
    right: 20px;
    height: 100%;
    width: auto;
    object-fit: contain;
    z-index: 5;
}

/* --- PREVIEW CARD --- */
.preview-thumb-box
 {
    width: 97%;
    height: 380px;
    background-color: #E8DCC4;
    border-radius: 25px;
    overflow: hidden;
    margin-bottom: 15px;
}

.preview-thumb-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    mix-blend-mode: multiply; /* Blends artwork into the card background */
}

.preview-mini-title {
    font-family: var(--font-logo);
    font-weight: 800;
    font-size: 1.15rem;
    color: #000;
    margin-bottom: 12px;
}

.preview-mini-desc {
    font-family: var(--font-nav);
    font-size: 0.9rem;
    color: #777;
    line-height: 1.5;
}

/* --- PAGINATION --- */
.case-dots-wrapper {
    display: flex;
    justify-content: center;
    gap: 10px;
}

.case-dot {
    width: 10px;
    height: 10px;
    background-color: #E0E0E0;
    border-radius: 50%;
    display: inline-block;
    cursor: pointer;
    transition: all 0.3s ease;
}

.case-dot.active {
    background-color: var(--brand-orange);
    transform: scale(1.2);
}

/* --- RESPONSIVENESS --- */
@media (max-width: 991px) {
    .case-text-side { padding: 40px; }
    .case-main-orange-card { min-height: auto; }
    .case-portrait-img { height: 90%; }
}

@media (max-width: 767px) {
    .case-card-title { font-size: 1.8rem; }
    .case-text-side { padding: 30px; text-align: center; }
    .case-header-link { margin: 0 auto; }
    .case-card-desc { margin: 20px auto 0 auto; }
    .case-main-orange-card { border-radius: 20px; }
}

/* =========================================
   47. INSIGHTS GRID SECTION
========================================= */
.insights-grid-section {
    padding: 150px 0;
    background-color: #FFFFFF;
    width: 100%;
}

/* --- FILTER BAR --- */
.filter-bar-wrapper {
    margin-bottom: 50px;
}

.filter-flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 12px;
}

.filter-btn {
    background-color: #FFFFFF;
    border: 1px solid #E0E0E0;
    padding: 12px 25px;
    font-family: var(--font-nav);
    font-weight: 500;
    font-size: 14px;
    color: #333;
    border-radius: 8px;
    transition: all 0.3s ease;
    cursor: pointer;
}

.filter-btn:hover {
    border-color: var(--brand-orange);
    color: var(--brand-orange);
}

.filter-btn.active {
    background-color: var(--brand-orange);
    color: #FFFFFF;
    border-color: var(--brand-orange);
}

/* --- INSIGHT CARDS --- */
.insight-card {
    background-color: var(--bg-light); /* #F6F5F3 */
    border-radius: 15px;
    height: 100%;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    border: 1px solid rgba(0,0,0,0.03);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.insight-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 15px 35px rgba(0,0,0,0.06);
}

.insight-img-box {
    width: 100%;
    height: 180px;
    overflow: hidden;
}

.insight-img-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.insight-body {
    padding: 30px 25px;
    flex-grow: 1;
}

.insight-cat {
    display: block;
    font-family: var(--font-nav);
    font-weight: 700;
    font-size: 11px;
    text-transform: uppercase;
    color: var(--brand-orange);
    letter-spacing: 1px;
    margin-bottom: 12px;
}

.insight-title {
    font-family: var(--font-logo);
    font-weight: 800;
    font-size: 1.15rem;
    line-height: 1.35;
    color: #000;
    margin-bottom: 15px;
}

.insight-excerpt {
    font-family: var(--font-nav);
    font-size: 0.9rem;
    color: #666;
    line-height: 1.5;
    margin: 0;
}

/* --- SPECIAL CONVERSION CARD --- */
.conversion-card {
    background-color: var(--brand-orange);
    border: none;
}

.btn-outline-white {
    border: 1.5px solid #FFFFFF;
    color: #FFFFFF;
    padding: 10px 25px;
    text-decoration: none;
    font-family: var(--font-nav);
    font-weight: 700;
    font-size: 13px;
    display: inline-block;
    transition: all 0.3s ease;
}

.btn-outline-white:hover {
    background-color: #FFFFFF;
    color: var(--brand-orange);
}

/* --- RESPONSIVENESS --- */
@media (max-width: 991px) {
    .insight-card { border-radius: 12px; }
    .insight-body { padding: 25px 20px; }
}

@media (max-width: 767px) {
    .filter-flex { justify-content: flex-start; }
    .insight-title { font-size: 1.1rem; }
}

/* =========================================
   48. LAUNCHING SOON SECTION
========================================= */
.launching-soon-section {
    padding: 120px 0;
    background-color: var(--bg-light); /* #F6F5F3 */
    width: 100%;
}

.launching-main-title {
    font-family: var(--font-logo);
    font-weight: 900;
    /* Massive scale matching Figma */
    font-size: clamp(2.8rem, 4vw, 4.5rem); 
    line-height: 1;
    letter-spacing: -3px;
    color: var(--text-dark);
    margin-bottom: 35px;
}

.launching-sub-desc {
    font-family: var(--font-nav);
    font-size: 1.1rem;
    color: #666;
    line-height: 1.6;
    max-width: 730px;
    margin: 0;
}

/* Button override for this specific width */
.launching-soon-section .btn-orange-solid-cta {
    padding: 18px 30px;
    font-size: 14px;
    white-space: nowrap; /* Prevents button text from breaking */
}

/* --- RESPONSIVENESS --- */
@media (max-width: 991px) {
    .launching-soon-section { 
        padding: 80px 0; 
        text-align: center;
    }
    
    .launching-sub-desc { 
        margin: 0 auto; 
    }

    .launching-soon-section .row {
        text-align: center;
        justify-content: center;
    }

    .btn-orange-solid-cta {
        margin-top: 40px;
        display: inline-block;
    }
}

@media (max-width: 767px) {
    .launching-main-title { 
        font-size: 2.2rem; 
        letter-spacing: -1.5px; 
    }
    .launching-soon-section .btn-orange-solid-cta {
        width: 100%;
        white-space: normal; /* Allow text wrap inside button on very small phones */
    }
}


/* =========================================
   RESOURCE HUB INTRO SECTION
========================================= */
.resource-hub-intro {
    padding: 120px 0;
    background-color: var(--bg-light);
    background-image: url("../image/Group 357.svg");
    background-size: cover;
    background-position: center;
    overflow: hidden;
    width: 100%;
}

.resource-main-title {
    font-family: var(--font-logo);
    font-weight: 900;
    font-size: clamp(3rem, 4.9vw, 5.2rem);
    line-height: 1;
    letter-spacing: -3px;
    color: var(--text-dark);
    margin-bottom: 30px;
}

.resource-main-title .text-orange {
    color: var(--brand-orange);
}

.resource-main-subtitle {
    font-family: var(--font-nav);
    font-size: 1.15rem;
    color: #555;
    max-width: 450px;
    line-height: 1.7;
}

/* Specific override for resource button on desktop - prevents global auto-margins from centering it */
.resource-hub-intro .btn-orange-solid-cta {
    display: inline-block !important;
    margin: 0 !important; 
    text-align: left;
}

/* Image */
.resource-image-wrapper {
    width: 100%;
    /*filter: grayscale(100%);*/
    box-shadow: 0 30px 60px rgba(0,0,0,0.05);
    transition: all .4s ease;
}

.resource-img {
    width: 100%;
    height: auto;
    min-height: 400px;
    object-fit: cover;
    display: block;
}

/* =========================================
   LARGE TABLET / SMALL LAPTOP
========================================= */
@media (max-width: 1199px) {
    .resource-hub-intro {
        padding: 100px 0;
    }

    .resource-main-title {
        font-size: clamp(2.8rem, 4.5vw, 4.2rem);
    }

    .resource-img {
        min-height: 350px;
    }
}

/* =========================================
   TABLET VIEW
========================================= */
@media (max-width: 991px) {
    .resource-hub-intro {
        padding: 70px 0;
        text-align: center;
        background-size: 140%;
        background-position: center top;
    }

    .resource-intro-content {
        margin-bottom: 35px;
    }

    .resource-main-title {
        font-size: 3.2rem;
        line-height: 1.1;
        letter-spacing: -2px;
        margin-bottom: 20px;
    }

    .resource-main-title br {
        display: none;
    }

    .resource-main-subtitle {
        max-width: 600px;
        margin: 0 auto;
        font-size: 1.05rem;
        line-height: 1.7;
    }

    .resource-intro-content .mt-5 {
        margin-top: 30px !important;
    }

    /* Centers the button on tablet width viewports */
    .resource-hub-intro .btn-orange-solid-cta {
        display: inline-flex !important;
        justify-content: center;
        align-items: center;
        min-width: 260px;
        margin: 0 auto !important;
    }

    .resource-image-wrapper {
        margin-top: 40px;
    }

    .resource-img {
        width: 100%;
        height: 350px;
        min-height: auto;
        max-height: none;
        object-fit: cover;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .resource-main-title {
        font-size: 3rem;
    }

    .resource-main-subtitle {
        max-width: 550px;
    }

    .resource-img {
        height: 320px;
    }
}

/* =========================================
   MOBILE VIEW
========================================= */
@media (max-width: 767px) {
    .resource-main-title {
        max-width: 320px;
        margin-left: auto;
        margin-right: auto;
    }

    .resource-hub-intro {
        padding: 40px 0 50px;
        background-size: 180%;
        background-position: center top;
    }

    .resource-main-title {
        font-size: 2rem;
        line-height: 1.05;
        letter-spacing: -1px;
        margin-bottom: 15px;
    }

    .resource-main-subtitle {
        font-size: 16px;
        line-height: 1.6;
        max-width: 100%;
        padding: 0 10px;
        margin-bottom: 0;
    }

    .resource-intro-content .mt-5 {
        margin-top: 25px !important;
    }

    /* Scales button nicely for full width mobile layouts */
    .resource-hub-intro .btn-orange-solid-cta {
        display: block !important;
        width: 100% !important;
        max-width: 320px;
        margin: 0 auto !important;
        padding: 14px 20px;
        font-size: 15px;
        text-align: center;
    }

    .resource-image-wrapper {
        margin-top: 30px;
    }

    .resource-img {
        height: auto;
        min-height: auto;
        max-height: 220px;
        object-fit: cover;
    }
}

/* =========================================
   SMALL MOBILE (320px–480px)
========================================= */
@media (max-width: 480px) {
    .resource-hub-intro {
        padding: 50px 0;
    }

    .resource-main-title {
        font-size: 2rem;
        line-height: 1.15;
    }

    .resource-main-subtitle {
        font-size: 0.95rem;
    }

    .resource-img {
        min-height: 220px;
        max-height: 260px;
    }
}
/* =========================================
   51. READY TO BUILD SECTION
========================================= */
.ready-build-section {
    padding: 120px 0;
    background-color: var(--bg-light); /* #F6F5F3 */
    width: 100%;
}

.ready-main-title {
    font-family: var(--font-logo);
    font-weight: 900;
    /* Massive scale for the final CTA */
    font-size: clamp(2.8rem, 4.2vw, 4.8rem); 
    line-height: 1.1;
    letter-spacing: -2.5px;
    color: var(--text-dark);
    margin-bottom: 30px;
}

.ready-main-subtitle {
    font-family: var(--font-nav);
    font-size: 1.15rem;
    color: #666;
    line-height: 1.6;
    margin: 0;
}

/* Button & Link Group */
.ready-cta-wrapper {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 35px;
}

.ready-build-section .btn-orange-solid-cta {
    background-color: var(--brand-orange);
    color: #FFFFFF;
    font-family: var(--font-nav);
    font-weight: 700;
    font-size: 15px;
    padding: 20px 35px;
    border-radius: 0; /* Sharp as per Figma */
    text-decoration: none;
    display: inline-block;
    transition: 0.3s ease;
    border: 2px solid var(--brand-orange);
    white-space: nowrap;
}

.ready-build-section .btn-orange-solid-cta:hover {
    background-color: #000000;
    border-color: #000000;
}

.link-explore-programs {
    font-family: var(--font-nav);
    font-weight: 800;
    font-size: 15px;
    color: #000000;
    text-decoration: none;
    border-bottom: 2px solid var(--brand-orange); /* Matching orange underline */
    padding-bottom: 3px;
    transition: opacity 0.3s ease;
    white-space: nowrap;
}

.link-explore-programs:hover {
    opacity: 0.7;
}

/* --- RESPONSIVENESS --- */
@media (max-width: 991px) {
    .ready-build-section { 
        padding: 80px 0; 
        text-align: center;
    }
    
    .ready-main-subtitle { margin: 0 auto; }

    .ready-cta-wrapper {
        justify-content: center;
        margin-top: 50px;
    }
}

@media (max-width: 767px) {
    .ready-main-title { font-size: 2.2rem; letter-spacing: -1.5px; }
    
    .ready-cta-wrapper {
        flex-direction: column;
        gap: 25px;
    }

    .ready-build-section .btn-orange-solid-cta {
        width: 100%;
        text-align: center;
    }
}

/* =========================================
   52. BUILD LEGAL AUTHORITY SECTION
========================================= */
.build-authority-cta {
    padding: 140px 0;
     background-color: var(--bg-light);
    /* Stacked background: Wave SVG + Radial Glow */
   background-image: url("../image/Group 358.svg"); /* fixed path + name */
    background-size: cover;
    background-position: center;
    width: 100%;
}

.build-cta-title {
    font-family: var(--font-logo);
    font-weight: 900;
    /* Massive scale matching Figma's dominant look */
    font-size: clamp(2.5rem, 5.5vw, 4.5rem);
    line-height: 1.1;
    letter-spacing: -2.5px;
    color: var(--text-dark);
    margin-bottom: 35px;
}

.build-cta-subtitle {
    font-family: var(--font-nav);
    font-size: 1.1rem;
    color: #666;
    line-height: 1.7;
    /*max-width: 600px;*/
    margin: 0 auto;
}

/* --- RESPONSIVENESS --- */
@media (max-width: 991px) {
    .build-authority-cta { padding: 100px 0; }
}

@media (max-width: 767px) {
    .build-cta-title { 
        font-size: 2.2rem; 
        letter-spacing: -1.5px; 
    }
    .build-cta-subtitle { 
        font-size: 1rem; 
        padding: 0 10px;
    }
}


.build-cta-title .text-orange, .sub-target-heading .text-orange {
    color: var(--brand-orange);
}


/* =========================================
   53. CONTACT & FORM SECTION
========================================= */

.contact-section {
    padding: 140px 0;
    background: #fff;
    width: 100%;
}

.contact-info-area{
    margin-top:40px;
    margin-left:20px;
}

.contact-intro-text {
    font-family: var(--font-nav);
    font-size: 1.1rem;
    line-height: 1.7;
    color: #555;
    max-width: 630px;
}

/* Contact Details */
.contact-details-list {
    display: flex;
    flex-direction: column;
    gap: 25px;
}

.contact-item {
    display: flex;
    gap: 15px;
    font-family: var(--font-nav);
}

.contact-label {
    font-weight: 800;
    color: #000;
    min-width: 70px;
}

.contact-link {
    color: var(--brand-orange);
    text-decoration: none;
    font-weight: 500;
    line-height: 1.6;
    max-width: 500px;
}

/* Trust Box */
.contact-trust-box {
    background: #F6F5F3;
    padding: 25px;
    max-width: 400px;
    border-radius: 4px;
}

.contact-trust-box p {
    margin: 0;
    color: #777;
    font-size: 0.9rem;
    line-height: 1.6;
}

/* Form Card */
.contact-form-card {
    background: var(--bg-light);
    padding: 30px;
    border-radius: 0;
    height: 100%;
}

.form-custom-label {
    display: block;
    font-family: var(--font-nav);
    font-weight: 700;
    font-size: 15px;
    color: #000;
    margin-bottom: 6px;
    margin-top: 4px;
}

.custom-input {
    border: 1px solid #D1D1D1;
    border-radius: 0 !important;
    padding: 10px 14px;
    font-family: var(--font-nav);
    font-size: 0.95rem;
    background: #fff;
    min-height:46px;
}

.custom-input:focus {
    border-color: var(--brand-orange);
    box-shadow: none;
}

.custom-input::placeholder {
    color: #AAA;
}

.form-select.custom-input {
    background-position: right 1rem center;
    background-size: 12px 10px;
}

/* Base Form Button Setup (Left Aligned for Desktop) */
#contact-form-card-element .btn-orange-solid-cta {
    display: inline-block !important;
    margin: 30px 0 0 0 !important; /* Forces left margin to zero, overriding global classes */
    text-align: center;
}

/* =========================================
   LARGE LAPTOPS (1200px+)
========================================= */
@media (min-width: 1200px) {
    .contact-info-area {
        margin-left: 80px;
    }
}

/* =========================================
   LAPTOPS & SMALL DESKTOPS
========================================= */
@media (max-width: 1199px) {
    .contact-info-area {
        margin-left: 30px;
        margin-top: 60px;
    }

    .contact-form-card {
        padding: 50px;
    }
}

/* =========================================
   TABLETS
========================================= */
@media (max-width: 991px) {
    .contact-section {
        padding: 80px 0;
    }

    .contact-info-area {
        margin: 0;
        text-align: center;
    }

    .contact-intro-text {
        max-width: 100%;
        margin: 0 auto;
    }

    .contact-details-list {
        align-items: center;
    }

    .contact-item {
        flex-direction: column;
        gap: 5px;
    }

    .contact-label {
        min-width: auto;
    }

    .contact-trust-box {
        margin: 40px auto 0;
        max-width: 100%;
    }

    .contact-form-card {
        margin-top: 50px;
        padding: 40px;
    }

    /* Centers the form submit button on tablet screens */
    #contact-form-card-element .col-12:last-child {
        text-align: center;
    }
    
    #contact-form-card-element .btn-orange-solid-cta {
        margin: 30px auto 0 auto !important; 
    }
}

/* =========================================
   MOBILE
========================================= */
@media (max-width: 767px) {
    .contact-section {
        padding: 60px 0;
    }

    .contact-info-area {
        text-align: left; /* Restores left alignment for easy reading on phones */
    }

    .contact-details-list {
        align-items: flex-start;
    }

    .contact-item {
        flex-direction: column;
        align-items: flex-start;
        gap: 4px;
    }

    .contact-intro-text {
        font-size: 1rem;
        line-height: 1.6;
    }

    .contact-form-card {
        padding: 30px 20px;
        margin-top: 40px;
    }

    .custom-input {
        font-size: 14px;
        padding: 12px;
    }

    .contact-trust-box {
        padding: 20px;
    }

    /* Converts the button to block layout on mobile phone screens */
    #contact-form-card-element .btn-orange-solid-cta {
        display: block !important;
        width: 100% !important;
        max-width: 320px;
        margin: 30px auto 0 auto !important;
        padding: 16px 20px;
    }
}

/* =========================================
   SMALL MOBILE
========================================= */
@media (max-width: 480px) {
    .contact-section {
        padding: 50px 0;
    }

    .contact-form-card {
        padding: 25px 15px;
    }

    .contact-intro-text {
        font-size: 0.95rem;
    }

    .contact-trust-box p {
        font-size: 0.85rem;
    }
}

.infra-main-titlequ {
    font-family: var(--font-logo);
    font-weight: 900;
    font-size: clamp(2.5rem, 4.5vw, 5.0rem);
    line-height: 1.1;
    letter-spacing: -2px;
    color: var(--text-dark);
}
.infra-main-titlequ .text-orange, .sub-target-heading .text-orange {
    color: var(--brand-orange);
}
.authority-innerhiw {
max-width: 1400px;
    margin: 0 auto;
    padding: 0 20px;
}


/* =========================================
   PRICING SECTION
========================================= */
/* =========================================
   PRICING SECTION (FIXED CONFLICT)
========================================= */
.pricing-section {
    padding: 120px 0;
    background-color: #FFFFFF;
    width: 100%;
}

/* Left Side Typography */
.pricing-title {
    font-family: var(--font-logo, 'Unbounded', sans-serif);
    font-weight: 900;
    font-size: clamp(3rem, 6vw, 5rem);
    color: #000;
    letter-spacing: -2px;
    margin-bottom: 20px;
    line-height: 1.1;
}

.pricing-desc {
    font-family: var(--font-nav, 'Plus Jakarta Sans', sans-serif);
    font-size: 1.1rem;
    color: #555;
    line-height: 1.7;
    max-width: 450px;
    margin-bottom: 0;
}

/* Right Side Card */
.pricing-card {
    background-color: #FFFFFF;
    border: 1px solid #D1D1D1;
    border-radius: 0;
    padding: 50px;
    display: flex;
    flex-direction: column;
    align-items: flex-start; /* Left aligns elements inside the card on desktop */
}

.pricing-card-icon {
    margin-bottom: 25px;
}

.pricing-amount {
    font-family: var(--font-logo, 'Unbounded', sans-serif);
    font-weight: 800;
    font-size: clamp(2rem, 3.1vw, 3rem);
    color: #000;
    letter-spacing: -1px;
    margin-bottom: 15px;
}

.pricing-note {
    font-family: var(--font-nav, 'Plus Jakarta Sans', sans-serif);
    font-size: 1.05rem;
    color: #555;
    margin-bottom: 40px;
}

/* Specific pricing button - overrides global .btn-orange-solid-cta auto-margins */
.pricing-btn {
    background-color: #FF5722;
    color: #FFFFFF;
    font-family: var(--font-nav, 'Plus Jakarta Sans', sans-serif);
    font-weight: 700;
    font-size: 1rem;
    padding: 16px 30px;
    text-decoration: none;
    border-radius: 0;
    
    /* GUARANTEES LEFT ALIGN ON DESKTOP & OVERRIDES GLOBAL CENTER MARGINS */
    display: inline-block !important; 
    margin: 0 !important; 
    align-self: flex-start !important;
    
    transition: background-color 0.3s ease;
    border: none;
}

.pricing-btn:hover {
    background-color: #E64A19;
    color: #FFFFFF;
}

/* =========================================
   RESPONSIVE MEDIA QUERIES
========================================= */

/* Laptop / Small Desktop */
@media (max-width: 1199px) {
    .pricing-section { padding: 100px 0; }
    .pricing-card { padding: 40px; }
}

/* Tablet (Stacks layout into single column and centers button) */
@media (max-width: 991px) {
    .pricing-section { padding: 80px 0; }
    .pricing-title { letter-spacing: -1.5px; text-align: center; }
    .pricing-desc { font-size: 1.05rem; max-width: 600px; margin: 0 auto 30px auto; text-align: center; }
    
    .pricing-card { 
        padding: 40px 30px; 
        align-items: flex-start; /* Keeps text left-aligned inside card */
    }

    /* FORCES ONLY THE BUTTON TO CENTER ON TABLET */
    .pricing-btn {
        align-self: center !important;
        margin: 0 auto !important;
        display: inline-block !important;
    }
}

/* Mobile */
@media (max-width: 575px) {
    .pricing-section { padding: 60px 0; }
    .pricing-title { font-size: 2.5rem; letter-spacing: -1px; }
    .pricing-desc { font-size: 0.95rem; line-height: 1.6; }
    
    .pricing-card { 
        padding: 30px 20px; 
        align-items: center; /* Centers all content inside the card on small phone screens */
        text-align: center;
    }
    
    .pricing-amount { margin-bottom: 10px; }
    .pricing-note { font-size: 0.95rem; margin-bottom: 30px; }
    
    /* Makes button full width on small phones */
    .pricing-btn { 
        align-self: stretch !important;
        width: 100% !important; 
        text-align: center; 
        padding: 15px 20px;
    }
}


.grid
{
    padding-top:21px;
}