

/* =========================================
   FEATURE ICONS - LUCIDE
========================================= */

.feature_icon {
	width: 70px;
	height: 70px;
	margin: 0 auto 20px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.feature_icon svg {
	width: 52px;
	height: 52px;
	stroke-width: 1.7;
}


/* Keep icon aligned with existing feature design */
.single_feature {
	text-align: center;
}

.single_feature h4 {
	margin-top: 5px;
}

.single_feature p {
	margin-bottom: 0;
}



/* =========================================
   COLORFUL LUCIDE FEATURE ICONS
========================================= */

.feature_icon {
	width: 70px;
	height: 70px;
	margin: 0 auto 20px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.feature_icon svg {
	width: 52px;
	height: 52px;
	stroke-width: 1.8;
}


/* 1. Social Media Management */
.feature_social .feature_icon svg {
	stroke: #E1306C;
}


/* 2. SEO */
.feature_seo .feature_icon svg {
	stroke: #4285F4;
}


/* 3. Performance Marketing */
.feature_ads .feature_icon svg {
	stroke: #FF9800;
}


/* 4. Website Design & Development */
.feature_web .feature_icon svg {
	stroke: #7B61FF;
}


/* 5. Content Marketing */
.feature_content .feature_icon svg {
	stroke: #00A896;
}


/* 6. Email & SMS Automation */
.feature_email .feature_icon svg {
	stroke: #F4511E;
}


.single_feature {
	text-align: center;
}

.single_feature h4 {
	margin-top: 5px;
}

.single_feature p {
	margin-bottom: 0;
}


















/* =========================================================
   ADVANCED GROWTH CAPABILITIES
   ========================================================= */

.advanced_capabilities {
    position: relative;
    padding: 120px 0;
    background: #ffffff;
    overflow: hidden;
}

/* -----------------------------------------
   HEADING
   ----------------------------------------- */

.advanced_heading {
    max-width: 850px;
    margin-bottom: 65px;
}

.advanced_heading > span {
    display: inline-block;
    margin-bottom: 18px;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 2.5px;
    text-transform: uppercase;
    color: #666666;
}

.advanced_heading h2 {
    margin: 0 0 22px;
    font-size: 48px;
    line-height: 1.12;
    font-weight: 700;
    letter-spacing: -1.5px;
    color: #111111;
}

.advanced_heading p {
    max-width: 680px;
    margin: 0;
    font-size: 17px;
    line-height: 1.8;
    color: #6d6d6d;
}


/* -----------------------------------------
   GRID
   ----------------------------------------- */

.advanced_grid {
    margin-left: -12px;
    margin-right: -12px;
}

.advanced_grid > div {
    padding-left: 12px;
    padding-right: 12px;
    margin-bottom: 24px;
}


/* -----------------------------------------
   CARD
   ----------------------------------------- */

.advanced_card {
    position: relative;
    min-height: 320px;
    padding: 32px 32px 35px;
    background: #ffffff;
    border: 1px solid #e8e8e8;
    overflow: hidden;
    transition: all 0.35s ease;
}


/* subtle background number */

.advanced_card::before {
    content: "";
    position: absolute;
    right: -12px;
    bottom: -35px;
    font-size: 150px;
    line-height: 1;
    font-weight: 800;
    color: rgba(0, 0, 0, 0.025);
    pointer-events: none;
    transition: all 0.35s ease;
}


/* hover */

.advanced_card:hover {
    transform: translateY(-8px);
    border-color: #111111;
    box-shadow: 0 20px 55px rgba(0, 0, 0, 0.10);
}

.advanced_card:hover::before {
    color: rgba(0, 0, 0, 0.045);
}


/* -----------------------------------------
   TOP AREA
   ----------------------------------------- */

.advanced_card_top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 42px;
}


/* number */

.advanced_number {
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1.5px;
    color: #999999;
}


/* -----------------------------------------
   ICON
   ----------------------------------------- */

.advanced_icon {
    width: 58px;
    height: 58px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #f5f5f5;
    transition: all 0.35s ease;
}

.advanced_icon svg {
    width: 27px;
    height: 27px;
    stroke-width: 1.8;
    color: #111111;
    transition: all 0.35s ease;
}

.advanced_card:hover .advanced_icon {
    background: #111111;
}

.advanced_card:hover .advanced_icon svg {
    color: #ffffff;
    transform: scale(1.08);
}


/* -----------------------------------------
   TITLE
   ----------------------------------------- */

.advanced_card h3 {
    position: relative;
    z-index: 2;
    margin: 0 0 17px;
    font-size: 23px;
    line-height: 1.3;
    font-weight: 700;
    color: #111111;
    letter-spacing: -0.3px;
}


/* -----------------------------------------
   DESCRIPTION
   ----------------------------------------- */

.advanced_card p {
    position: relative;
    z-index: 2;
    max-width: 330px;
    margin: 0;
    font-size: 14px;
    line-height: 1.8;
    color: #777777;
}


/* -----------------------------------------
   ARROW
   ----------------------------------------- */

.advanced_arrow {
    position: absolute;
    right: 30px;
    bottom: 28px;
    font-size: 22px;
    line-height: 1;
    color: #bbbbbb;
    transition: all 0.35s ease;
}

.advanced_card:hover .advanced_arrow {
    color: #111111;
    transform: translate(4px, -4px);
}


/* -----------------------------------------
   INDIVIDUAL ICON ACCENTS
   ----------------------------------------- */

.advanced_grid > div:nth-child(1) .advanced_icon {
    background: #eef4ff;
}

.advanced_grid > div:nth-child(1) .advanced_icon svg {
    color: #356ae6;
}


.advanced_grid > div:nth-child(2) .advanced_icon {
    background: #fff2e8;
}

.advanced_grid > div:nth-child(2) .advanced_icon svg {
    color: #e66b24;
}


.advanced_grid > div:nth-child(3) .advanced_icon {
    background: #f1edff;
}

.advanced_grid > div:nth-child(3) .advanced_icon svg {
    color: #7656d6;
}


.advanced_grid > div:nth-child(4) .advanced_icon {
    background: #eaf9f5;
}

.advanced_grid > div:nth-child(4) .advanced_icon svg {
    color: #159b7b;
}


.advanced_grid > div:nth-child(5) .advanced_icon {
    background: #fff0f2;
}

.advanced_grid > div:nth-child(5) .advanced_icon svg {
    color: #d84d68;
}


.advanced_grid > div:nth-child(6) .advanced_icon {
    background: #fff8e7;
}

.advanced_grid > div:nth-child(6) .advanced_icon svg {
    color: #d29419;
}


/* -----------------------------------------
   HOVER — KEEP ICON COLOR
   ----------------------------------------- */

.advanced_grid > div:nth-child(1) .advanced_card:hover .advanced_icon,
.advanced_grid > div:nth-child(2) .advanced_card:hover .advanced_icon,
.advanced_grid > div:nth-child(3) .advanced_card:hover .advanced_icon,
.advanced_grid > div:nth-child(4) .advanced_card:hover .advanced_icon,
.advanced_grid > div:nth-child(5) .advanced_card:hover .advanced_icon,
.advanced_grid > div:nth-child(6) .advanced_card:hover .advanced_icon {
    background: #111111;
}

.advanced_grid > div:nth-child(1) .advanced_card:hover .advanced_icon svg,
.advanced_grid > div:nth-child(2) .advanced_card:hover .advanced_icon svg,
.advanced_grid > div:nth-child(3) .advanced_card:hover .advanced_icon svg,
.advanced_grid > div:nth-child(4) .advanced_card:hover .advanced_icon svg,
.advanced_grid > div:nth-child(5) .advanced_card:hover .advanced_icon svg,
.advanced_grid > div:nth-child(6) .advanced_card:hover .advanced_icon svg {
    color: #ffffff;
}


/* =========================================================
   TABLET
   ========================================================= */

@media only screen and (max-width: 991px) {

    .advanced_capabilities {
        padding: 90px 0;
    }

    .advanced_heading {
        margin-bottom: 50px;
    }

    .advanced_heading h2 {
        font-size: 40px;
    }

    .advanced_card {
        min-height: 300px;
        padding: 28px;
    }

}


/* =========================================================
   MOBILE
   ========================================================= */

@media only screen and (max-width: 767px) {

    .advanced_capabilities {
        padding: 70px 0;
    }

    .advanced_heading {
        margin-bottom: 40px;
    }

    .advanced_heading h2 {
        font-size: 34px;
        line-height: 1.2;
        letter-spacing: -0.8px;
    }

    .advanced_heading p {
        font-size: 15px;
        line-height: 1.7;
    }

    .advanced_grid {
        margin-left: -8px;
        margin-right: -8px;
    }

    .advanced_grid > div {
        padding-left: 8px;
        padding-right: 8px;
        margin-bottom: 16px;
    }

    .advanced_card {
        min-height: 290px;
        padding: 26px;
    }

    .advanced_card_top {
        margin-bottom: 35px;
    }

    .advanced_card h3 {
        font-size: 21px;
    }

    .advanced_card p {
        font-size: 14px;
        line-height: 1.75;
    }

}


/* =========================================================
   SMALL MOBILE
   ========================================================= */

@media only screen and (max-width: 480px) {

    .advanced_capabilities {
        padding: 60px 0;
    }

    .advanced_heading h2 {
        font-size: 30px;
    }

    .advanced_card {
        min-height: 275px;
        padding: 24px;
    }

    .advanced_icon {
        width: 52px;
        height: 52px;
    }

    .advanced_icon svg {
        width: 24px;
        height: 24px;
    }

}






































/* =========================================================
   OUR GROWTH APPROACH
   30% / 70% + ALTERNATING LEFT/RIGHT + DIFFERENT BACKGROUNDS
   ========================================================= */

/* ---------------------------------------------------------
   MAIN SECTION
--------------------------------------------------------- */

.growth_visuals {
    position: relative;
    padding: 110px 0;
    background: #ffffff;
}


/* ---------------------------------------------------------
   SECTION INTRO
--------------------------------------------------------- */

.growth_visuals_heading {
    max-width: 850px;
    margin-bottom: 75px;
}

.growth_visuals_heading > span {
    display: block;
    margin-bottom: 16px;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 2.5px;
    text-transform: uppercase;
    color: #666666;
}

.growth_visuals_heading h2 {
    margin: 0 0 20px;
    font-size: 48px;
    line-height: 1.12;
    font-weight: 700;
    letter-spacing: -1.5px;
    color: #111111;
}

.growth_visuals_heading p {
    max-width: 700px;
    margin: 0;
    font-size: 17px;
    line-height: 1.8;
    color: #6d6d6d;
}


/* =========================================================
   GROWTH BLOCK
   30% TEXT + 70% VISUAL
========================================================= */

.growth_block {
    display: grid;
    grid-template-columns: 30% 70%;
    align-items: center;

    margin-bottom: 45px;
    padding: 55px 45px;

    border-radius: 22px;

    position: relative;
    overflow: hidden;
}


/* =========================================================
   ALTERNATING ORDER
   01 = TEXT LEFT / VISUAL RIGHT
   02 = VISUAL LEFT / TEXT RIGHT
   03 = TEXT LEFT / VISUAL RIGHT
   04 = VISUAL LEFT / TEXT RIGHT
   05 = TEXT LEFT / VISUAL RIGHT
========================================================= */

/* 01 — LEFT */
.growth_block:nth-of-type(2) {
    background: #f5f8ff;
}

/* 02 — RIGHT */
.growth_block:nth-of-type(3) {
    grid-template-columns: 70% 30%;
    background: #fff8f1;
}

.growth_block:nth-of-type(3) .growth_text_row {
    grid-column: 2;
    grid-row: 1;
    padding-right: 0;
    padding-left: 55px;
}

.growth_block:nth-of-type(3) .growth_visual_row {
    grid-column: 1;
    grid-row: 1;
}


/* 03 — LEFT */
.growth_block:nth-of-type(4) {
    background: #f7f4ff;
}


/* 04 — RIGHT */
.growth_block:nth-of-type(5) {
    grid-template-columns: 70% 30%;
    background: #f0faf7;
}

.growth_block:nth-of-type(5) .growth_text_row {
    grid-column: 2;
    grid-row: 1;
    padding-right: 0;
    padding-left: 55px;
}

.growth_block:nth-of-type(5) .growth_visual_row {
    grid-column: 1;
    grid-row: 1;
}


/* 05 — LEFT */
.growth_block:nth-of-type(6) {
    background: #fff7f8;
}


/* =========================================================
   TEXT COLUMN
========================================================= */

.growth_text_row {
    width: 100%;
    padding-right: 55px;
}

.growth_text_row > span {
    display: block;
    margin-bottom: 12px;

    font-size: 11px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;

    color: #2563eb;
}

.growth_text_row h3 {
    margin: 0 0 16px;

    font-size: 30px;
    line-height: 1.25;
    font-weight: 700;
    letter-spacing: -0.6px;

    color: #0f172a;
}

.growth_text_row p {
    margin: 0 0 22px;

    font-size: 14px;
    line-height: 1.8;

    color: #64748b;
}

.growth_link {
    display: inline-flex;
    align-items: center;
    gap: 7px;

    font-size: 14px;
    font-weight: 600;

    color: #2563eb;
    text-decoration: none;

    transition: all 0.3s ease;
}

.growth_link span {
    font-size: 17px;
    transition: transform 0.3s ease;
}

.growth_link:hover {
    color: #111111;
}

.growth_link:hover span {
    transform: translate(4px, -3px);
}


/* =========================================================
   VISUAL COLUMN
========================================================= */

.growth_visual_row {
    width: 100%;
}

.growth_card_box {
    width: 100%;
    padding: 32px;

    background: rgba(255,255,255,0.88);

    border: 1px solid rgba(15,23,42,0.08);
    border-radius: 18px;

    transition: all 0.35s ease;
}

.growth_card_box:hover {
    transform: translateY(-4px);
    box-shadow: 0 18px 45px rgba(0,0,0,0.08);
}


/* =========================================================
   PROCESS FLOW
========================================================= */

.process_flow {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 18px;
}

.process_step {
    min-width: 0;
}

.icon_wrapper {
    width: 46px;
    height: 46px;

    display: flex;
    align-items: center;
    justify-content: center;

    border-radius: 50%;

    font-size: 17px;
    margin-bottom: 12px;
}

.color_1 {
    background: #e0e7ff;
    color: #4338ca;
}

.color_2 {
    background: #ffedd5;
    color: #c2410c;
}

.color_3 {
    background: #dcfce7;
    color: #15803d;
}

.color_4 {
    background: #e0f2fe;
    color: #0369a1;
}

.step_num {
    display: block;
    margin-bottom: 6px;

    font-size: 10px;
    font-weight: 700;
    letter-spacing: 1px;

    color: #94a3b8;
}

.process_step h4 {
    margin: 0 0 7px;

    font-size: 17px;
    line-height: 1.3;
    font-weight: 700;

    color: #0f172a;
}

.process_step p {
    margin: 0;

    font-size: 12px;
    line-height: 1.65;

    color: #64748b;
}


/* =========================================================
   FEATURE GRID
========================================================= */

.feature_grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
}

.feature_card {
    padding: 20px;

    background: #ffffff;

    border: 1px solid #eef2f7;
    border-radius: 12px;

    transition: all 0.3s ease;
}

.feature_card:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 25px rgba(0,0,0,0.06);
}

.card_icon {
    width: 40px;
    height: 40px;

    display: flex;
    align-items: center;
    justify-content: center;

    border-radius: 9px;

    font-size: 15px;
    margin-bottom: 12px;
}

.feature_card h4 {
    margin: 0 0 7px;

    font-size: 16px;
    line-height: 1.35;
    font-weight: 700;

    color: #0f172a;
}

.feature_card p {
    margin: 0;

    font-size: 12px;
    line-height: 1.65;

    color: #64748b;
}


/* =========================================================
   DARK CARDS
========================================================= */

.growth_card_box.dark_card {
    background: #0f172a;
    color: #ffffff;

    border: none;
}

.dark_card h4,
.dark_card h5 {
    color: #ffffff;
}

.dark_card p {
    color: #94a3b8;
}


/* =========================================================
   MINDSET
========================================================= */

.mindset_header {
    margin-bottom: 30px;
}

.mindset_header small {
    display: block;
    margin-bottom: 9px;

    font-size: 10px;
    font-weight: 700;
    letter-spacing: 1.8px;

    color: #64748b;
}

.mindset_header h4 {
    margin: 0;

    font-size: 22px;
    line-height: 1.35;
    font-weight: 700;
}

.mindset_grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 25px 20px;
}

.mindset_item i {
    display: block;
    margin-bottom: 10px;

    font-size: 18px;
    color: #38bdf8;
}

.mindset_item h5 {
    margin: 0 0 6px;

    font-size: 14px;
    line-height: 1.4;
    font-weight: 700;
}

.mindset_item p {
    margin: 0;

    font-size: 11px;
    line-height: 1.6;
}


/* =========================================================
   FORMULA
========================================================= */

.formula_box small {
    display: block;
    margin-bottom: 10px;

    font-size: 10px;
    font-weight: 700;
    letter-spacing: 1.8px;

    color: #64748b;
}

.formula_box h4 {
    max-width: 650px;
    margin: 0 0 12px;

    font-size: 25px;
    line-height: 1.35;
    font-weight: 700;
}

.formula_box p {
    max-width: 680px;
    margin: 0;

    font-size: 13px;
    line-height: 1.7;

    color: #94a3b8;
}


/* =========================================================
   STATS
========================================================= */

.stats_row {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 15px;

    margin-top: 28px;
    padding-top: 22px;

    border-top: 1px solid #1e293b;
}

.stat_item strong {
    display: block;
    margin-bottom: 5px;

    font-size: 18px;
    line-height: 1.2;

    color: #ffffff;
}

.stat_item span {
    font-size: 11px;
    line-height: 1.4;

    color: #94a3b8;
}


/* =========================================================
   TECHNOLOGY
========================================================= */

.tech_header {
    margin-bottom: 25px;
}

.tech_header small {
    display: block;
    margin-bottom: 8px;

    font-size: 10px;
    font-weight: 700;
    letter-spacing: 1.8px;

    color: #64748b;
}

.tech_header h4 {
    margin: 0 0 8px;

    font-size: 22px;
    font-weight: 700;

    color: #0f172a;
}

.tech_header p {
    max-width: 650px;
    margin: 0;

    font-size: 13px;
    line-height: 1.7;

    color: #64748b;
}

.tech_grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 12px;
}

.tech_badge {
    min-height: 50px;

    padding: 10px;

    display: flex;
    align-items: center;
    justify-content: center;
    gap: 7px;

    background: #ffffff;

    border: 1px solid #e2e8f0;
    border-radius: 9px;

    font-size: 11px;
    font-weight: 600;
    text-align: center;

    color: #334155;

    transition: all 0.3s ease;
}

.tech_badge:hover {
    transform: translateY(-2px);
    border-color: #cbd5e1;
    box-shadow: 0 8px 20px rgba(0,0,0,0.05);
}

.brand_icon {
    color: #2563eb;
}


/* =========================================================
   TABLET
========================================================= */

@media (max-width: 991px) {

    .growth_visuals {
        padding: 90px 0;
    }

    .growth_visuals_heading {
        margin-bottom: 60px;
    }

    .growth_visuals_heading h2 {
        font-size: 40px;
    }

    /* Keep alternating layout */
    .growth_block,
    .growth_block:nth-of-type(3),
    .growth_block:nth-of-type(5) {
        grid-template-columns: 40% 60%;
        padding: 40px 30px;
    }

    .growth_block:nth-of-type(3) .growth_text_row,
    .growth_block:nth-of-type(5) .growth_text_row {
        padding-left: 30px;
    }

    .growth_text_row {
        padding-right: 30px;
    }

    .growth_text_row h3 {
        font-size: 25px;
    }

    .growth_card_box {
        padding: 25px;
    }

    .process_flow {
        grid-template-columns: repeat(2, 1fr);
        gap: 25px 18px;
    }

    .mindset_grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .tech_grid {
        grid-template-columns: repeat(2, 1fr);
    }
}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 767px) {

    .growth_visuals {
        padding: 70px 0;
    }

    .growth_visuals_heading {
        margin-bottom: 45px;
    }

    .growth_visuals_heading h2 {
        font-size: 34px;
        line-height: 1.2;
    }

    .growth_visuals_heading p {
        font-size: 15px;
        line-height: 1.7;
    }

    /*
       Mobile:
       Text first, visual second
       for better reading experience
    */

    .growth_block,
    .growth_block:nth-of-type(3),
    .growth_block:nth-of-type(5) {
        display: flex;
        flex-direction: column;

        margin-bottom: 35px;
        padding: 35px 22px;
    }

    .growth_text_row,
    .growth_block:nth-of-type(3) .growth_text_row,
    .growth_block:nth-of-type(5) .growth_text_row {
        width: 100%;

        padding: 0;
        margin-bottom: 28px;

        order: 1;
    }

    .growth_visual_row,
    .growth_block:nth-of-type(3) .growth_visual_row,
    .growth_block:nth-of-type(5) .growth_visual_row {
        width: 100%;
        order: 2;
    }

    .growth_text_row h3 {
        font-size: 25px;
    }

    .growth_text_row p {
        font-size: 14px;
    }

    .growth_card_box {
        padding: 22px;
        border-radius: 14px;
    }

    .process_flow {
        grid-template-columns: repeat(2, 1fr);
        gap: 25px 15px;
    }

    .feature_grid {
        grid-template-columns: 1fr;
    }

    .mindset_grid {
        grid-template-columns: 1fr 1fr;
    }

    .stats_row {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }

    .tech_grid {
        grid-template-columns: repeat(2, 1fr);
    }
}


/* =========================================================
   SMALL MOBILE
========================================================= */

@media (max-width: 480px) {

    .growth_visuals {
        padding: 60px 0;
    }

    .growth_visuals_heading h2 {
        font-size: 30px;
    }

    .growth_block,
    .growth_block:nth-of-type(3),
    .growth_block:nth-of-type(5) {
        padding: 30px 18px;
        border-radius: 16px;
    }

    .growth_card_box {
        padding: 20px;
    }

    .process_flow {
        grid-template-columns: 1fr 1fr;
    }

    .mindset_grid {
        grid-template-columns: 1fr;
    }

    .tech_grid {
        grid-template-columns: 1fr 1fr;
    }

    .formula_box h4 {
        font-size: 21px;
    }
}





















/* =========================================================
   FIX — GROWTH BLOCK TEXT OVERLAP
   ========================================================= */

.growth_visuals .growth_block {
    position: relative;
    display: grid;
    align-items: center;
    min-height: 420px;
    overflow: hidden;
}

/* TEXT */
.growth_visuals .growth_text_row {
    position: relative;
    z-index: 2;
    min-width: 0;
}

/* VISUAL */
.growth_visuals .growth_visual_row {
    position: relative;
    z-index: 1;
    min-width: 0;
}


/* =========================================================
   BLOCK 01 — LEFT TEXT / RIGHT VISUAL
   ========================================================= */

.growth_visuals .growth_block:nth-child(2) {
    grid-template-columns: 30% 70%;
    background: #f5f8ff;
}

.growth_visuals .growth_block:nth-child(2) .growth_text_row {
    grid-column: 1;
    grid-row: 1;
    padding-right: 45px;
}

.growth_visuals .growth_block:nth-child(2) .growth_visual_row {
    grid-column: 2;
    grid-row: 1;
}


/* =========================================================
   BLOCK 02 — RIGHT TEXT / LEFT VISUAL
   ========================================================= */

.growth_visuals .growth_block:nth-child(3) {
    grid-template-columns: 70% 30%;
    background: #fff8f1;
}

.growth_visuals .growth_block:nth-child(3) .growth_text_row {
    grid-column: 2;
    grid-row: 1;
    padding-left: 45px;
    padding-right: 20px;
}

.growth_visuals .growth_block:nth-child(3) .growth_visual_row {
    grid-column: 1;
    grid-row: 1;
}


/* =========================================================
   BLOCK 03 — LEFT TEXT / RIGHT VISUAL
   ========================================================= */

.growth_visuals .growth_block:nth-child(4) {
    grid-template-columns: 30% 70%;
    background: #f7f4ff;
}

.growth_visuals .growth_block:nth-child(4) .growth_text_row {
    grid-column: 1;
    grid-row: 1;
    padding-right: 45px;
}

.growth_visuals .growth_block:nth-child(4) .growth_visual_row {
    grid-column: 2;
    grid-row: 1;
}


/* =========================================================
   BLOCK 04 — RIGHT TEXT / LEFT VISUAL
   ========================================================= */

.growth_visuals .growth_block:nth-child(5) {
    grid-template-columns: 70% 30%;
    background: #f0faf7;
}

.growth_visuals .growth_block:nth-child(5) .growth_text_row {
    grid-column: 2;
    grid-row: 1;
    padding-left: 45px;
    padding-right: 20px;
}

.growth_visuals .growth_block:nth-child(5) .growth_visual_row {
    grid-column: 1;
    grid-row: 1;
}


/* =========================================================
   BLOCK 05 — LEFT TEXT / RIGHT VISUAL
   ========================================================= */

.growth_visuals .growth_block:nth-child(6) {
    grid-template-columns: 30% 70%;
    background: #fff7f8;
}

.growth_visuals .growth_block:nth-child(6) .growth_text_row {
    grid-column: 1;
    grid-row: 1;
    padding-right: 45px;
}

.growth_visuals .growth_block:nth-child(6) .growth_visual_row {
    grid-column: 2;
    grid-row: 1;
}


/* =========================================================
   IMPORTANT — PREVENT TEXT COLLISION
   ========================================================= */

.growth_visuals .growth_text_row h1,
.growth_visuals .growth_text_row h2,
.growth_visuals .growth_text_row h3,
.growth_visuals .growth_text_row h4,
.growth_visuals .growth_text_row p {
    position: relative;
    margin-top: 0;
}

.growth_visuals .growth_text_row p {
    line-height: 1.7;
    margin-bottom: 15px;
}


/* =========================================================
   MOBILE — RESET GRID COMPLETELY
   ========================================================= */

@media (max-width: 767px) {

    .growth_visuals .growth_block,
    .growth_visuals .growth_block:nth-child(2),
    .growth_visuals .growth_block:nth-child(3),
    .growth_visuals .growth_block:nth-child(4),
    .growth_visuals .growth_block:nth-child(5),
    .growth_visuals .growth_block:nth-child(6) {
        display: flex;
        flex-direction: column;
        min-height: auto;
    }

    .growth_visuals .growth_text_row,
    .growth_visuals .growth_block:nth-child(2) .growth_text_row,
    .growth_visuals .growth_block:nth-child(3) .growth_text_row,
    .growth_visuals .growth_block:nth-child(4) .growth_text_row,
    .growth_visuals .growth_block:nth-child(5) .growth_text_row,
    .growth_visuals .growth_block:nth-child(6) .growth_text_row {
        width: 100%;
        padding: 35px 25px 20px !important;
        order: 1;
    }

    .growth_visuals .growth_visual_row,
    .growth_visuals .growth_block:nth-child(2) .growth_visual_row,
    .growth_visuals .growth_block:nth-child(3) .growth_visual_row,
    .growth_visuals .growth_block:nth-child(4) .growth_visual_row,
    .growth_visuals .growth_block:nth-child(5) .growth_visual_row,
    .growth_visuals .growth_block:nth-child(6) .growth_visual_row {
        width: 100%;
        order: 2;
    }
}























/* =========================================================
   PREMIUM CONTACT SECTION
   ========================================================= */

.contact_area {
    position: relative;
    overflow: hidden;
    background:
        radial-gradient(circle at 15% 20%, rgba(77, 120, 255, 0.14), transparent 30%),
        radial-gradient(circle at 85% 80%, rgba(135, 85, 255, 0.12), transparent 30%),
        #07111f;
    padding-top: 110px;
    padding-bottom: 110px;
}

/* Subtle decorative glow */
.contact_area::before {
    content: "";
    position: absolute;
    width: 420px;
    height: 420px;
    border-radius: 50%;
    border: 1px solid rgba(255,255,255,0.06);
    top: -180px;
    left: -180px;
}

.contact_area::after {
    content: "";
    position: absolute;
    width: 500px;
    height: 500px;
    border-radius: 50%;
    border: 1px solid rgba(255,255,255,0.05);
    right: -230px;
    bottom: -250px;
}

.contact_area .container {
    position: relative;
    z-index: 2;
}


/* =========================================================
   TITLE
   ========================================================= */

.contact_area .section-title {
    max-width: 850px;
    margin: 0 auto 55px;
}

.contact_kicker {
    display: inline-block;
    margin-bottom: 16px;
    padding: 7px 15px;
    border: 1px solid rgba(255,255,255,0.15);
    border-radius: 50px;
    color: rgba(255,255,255,0.72);
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 2.5px;
    text-transform: uppercase;
}

.contact_area .section-title h2 {
    margin-bottom: 18px;
    font-size: 46px;
    line-height: 1.15;
    font-weight: 700;
    letter-spacing: -1.2px;
    color: #ffffff;
}

.contact_area .section-title p {
    max-width: 720px;
    margin: 0 auto;
    color: rgba(255,255,255,0.68);
    font-size: 16px;
    line-height: 1.8;
}


/* =========================================================
   FORM CARD
   ========================================================= */

.contact_area .contact {
    position: relative;
    padding: 45px;
    border: 1px solid rgba(255,255,255,0.10);
    border-radius: 24px;
    background: rgba(255,255,255,0.055);
    box-shadow:
        0 25px 70px rgba(0,0,0,0.28),
        inset 0 1px 0 rgba(255,255,255,0.06);
    backdrop-filter: blur(18px);
    -webkit-backdrop-filter: blur(18px);
}


/* =========================================================
   FORM SPACING
   ========================================================= */

.contact_area .form-group {
    margin-bottom: 20px;
}


/* =========================================================
   INPUTS
   ========================================================= */

.contact_area .form-control {
    width: 100%;
    min-height: 58px;
    padding: 16px 20px;
    border: 1px solid rgba(255,255,255,0.12);
    border-radius: 12px;
    outline: none;

    background: rgba(255,255,255,0.07);
    color: #ffffff;

    font-size: 14px;
    line-height: 1.5;

    box-shadow: none;
    transition: all 0.3s ease;
}

.contact_area textarea.form-control {
    min-height: 150px;
    resize: vertical;
}

.contact_area .form-control::placeholder {
    color: rgba(255,255,255,0.45);
}

.contact_area .form-control:focus {
    border-color: rgba(255,255,255,0.38);
    background: rgba(255,255,255,0.10);
    box-shadow: 0 0 0 4px rgba(255,255,255,0.035);
}


/* =========================================================
   PREMIUM CTA
   ========================================================= */

.contact_area .contact_btn {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 13px;

    min-width: 220px;
    min-height: 58px;
    margin-top: 8px;
    padding: 0 27px;

    border: 0;
    border-radius: 50px;

    background: #ffffff;
    color: #07111f;

    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.2px;

    cursor: pointer;
    overflow: hidden;

    box-shadow:
        0 12px 30px rgba(0,0,0,0.25);

    transition:
        transform 0.3s ease,
        box-shadow 0.3s ease,
        background 0.3s ease;
}

.contact_area .contact_btn span,
.contact_area .contact_btn i {
    position: relative;
    z-index: 2;
}

.contact_area .contact_btn i {
    font-size: 13px;
    transition: transform 0.3s ease;
}


/* Shine effect */
.contact_area .contact_btn::before {
    content: "";
    position: absolute;
    top: 0;
    left: -120%;
    width: 80%;
    height: 100%;

    background: linear-gradient(
        90deg,
        transparent,
        rgba(255,255,255,0.75),
        transparent
    );

    transform: skewX(-20deg);
    transition: left 0.6s ease;
}

.contact_area .contact_btn:hover::before {
    left: 140%;
}

.contact_area .contact_btn:hover {
    transform: translateY(-3px);
    background: #f3f6ff;
    box-shadow:
        0 18px 40px rgba(0,0,0,0.32);
}

.contact_area .contact_btn:hover i {
    transform: translateX(5px);
}

.contact_area .contact_btn:active {
    transform: translateY(-1px);
}


/* =========================================================
   RESPONSIVE
   ========================================================= */

@media (max-width: 991px) {

    .contact_area {
        padding-top: 85px;
        padding-bottom: 85px;
    }

    .contact_area .section-title h2 {
        font-size: 38px;
    }

    .contact_area .contact {
        padding: 35px;
    }
}


@media (max-width: 767px) {

    .contact_area {
        padding-top: 70px;
        padding-bottom: 70px;
    }

    .contact_area .section-title {
        margin-bottom: 38px;
    }

    .contact_area .section-title h2 {
        font-size: 31px;
        letter-spacing: -0.5px;
    }

    .contact_area .section-title p {
        font-size: 14px;
        line-height: 1.7;
    }

    .contact_area .contact {
        padding: 25px 20px;
        border-radius: 18px;
    }

    .contact_area .form-control {
        min-height: 54px;
        padding: 14px 16px;
    }

    .contact_area textarea.form-control {
        min-height: 130px;
    }

    .contact_area .contact_btn {
        width: 100%;
        min-height: 56px;
    }
}


@media (max-width: 480px) {

    .contact_area .section-title h2 {
        font-size: 28px;
    }

    .contact_area .contact {
        padding: 22px 16px;
    }

    .contact_kicker {
        font-size: 10px;
        letter-spacing: 2px;
    }
}

