/* Start custom CSS for html, class: .elementor-element-2a0b61d *//* =========================================================
   DR. SARFRAZ AHMAD — VENTURES HERO
   PREMIUM CORPORATE DESIGN
========================================================= */

.sa-ventures-hero {
    position: relative;
    width: 100%;
    min-height: 720px;

    background:
        radial-gradient(
            circle at 80% 25%,
            rgba(201, 162, 39, 0.10),
            transparent 30%
        ),
        linear-gradient(
            135deg,
            #071A2D 0%,
            #0A243B 55%,
            #071A2D 100%
        );

    overflow: hidden;

    display: flex;
    align-items: center;

    box-sizing: border-box;
}


/* =========================================================
   BACKGROUND DECORATIVE GLOWS
========================================================= */

.sa-ventures-glow {
    position: absolute;
    border-radius: 50%;
    pointer-events: none;
}

.sa-glow-one {
    width: 420px;
    height: 420px;

    right: -180px;
    top: -160px;

    border: 1px solid rgba(201, 162, 39, 0.14);

    box-shadow:
        0 0 80px rgba(201, 162, 39, 0.06);
}

.sa-glow-two {
    width: 280px;
    height: 280px;

    left: -150px;
    bottom: -160px;

    border: 1px solid rgba(255, 255, 255, 0.05);
}


/* =========================================================
   MAIN HERO CONTAINER
========================================================= */

.sa-ventures-hero-inner {
    position: relative;
    z-index: 2;

    width: min(1200px, calc(100% - 50px));

    margin: 0 auto;

    display: grid;

    grid-template-columns:
        1.05fr
        0.95fr;

    gap: 80px;

    align-items: center;
}


/* =========================================================
   LEFT CONTENT
========================================================= */

.sa-ventures-hero-content {
    max-width: 650px;
}


/* =========================================================
   EYEBROW / SMALL LABEL
========================================================= */

.sa-ventures-eyebrow {
    display: inline-flex;
    align-items: center;

    padding: 8px 16px;

    border: 1px solid rgba(201, 162, 39, 0.40);

    border-radius: 50px;

    background: rgba(201, 162, 39, 0.07);

    color: #D6B84C;

    font-size: 12px;

    font-weight: 600;

    letter-spacing: 2px;

    text-transform: uppercase;

    margin-bottom: 22px;
}


/* =========================================================
   MAIN HEADING
========================================================= */

.sa-ventures-hero h1 {
    margin: 0;

    color: #FFFFFF;

    font-size: clamp(55px, 6vw, 82px);

    line-height: 1.02;

    font-weight: 700;

    letter-spacing: -3px;
}

.sa-ventures-hero h1 span {
    color: #C9A227;
}


/* =========================================================
   GOLD UNDERLINE
========================================================= */

.sa-ventures-line {
    width: 75px;
    height: 3px;

    margin: 25px 0 26px;

    background: #C9A227;

    border-radius: 10px;

    box-shadow:
        0 0 15px rgba(201, 162, 39, 0.25);
}


/* =========================================================
   SINGLE INTRO PARAGRAPH
========================================================= */

.sa-ventures-intro {
    max-width: 620px;

    margin: 0;

    color: #E7EDF2;

    font-size: 17px;

    line-height: 1.8;

    font-weight: 400;
}

.sa-ventures-intro strong {
    color: #FFFFFF;

    font-weight: 600;
}


/* =========================================================
   EXPLORE VENTURES BUTTON
========================================================= */

.sa-ventures-btn {
    display: inline-flex;

    align-items: center;

    gap: 18px;

    margin-top: 32px;

    padding: 14px 18px 14px 25px;

    background: #C9A227;

    color: #071A2D;

    text-decoration: none;

    font-size: 14px;

    font-weight: 700;

    letter-spacing: 0.4px;

    border-radius: 4px;

    transition:
        transform 0.3s ease,
        background 0.3s ease,
        box-shadow 0.3s ease;
}

.sa-ventures-btn:hover {
    background: #E0C052;

    color: #071A2D;

    transform: translateY(-3px);

    box-shadow:
        0 12px 30px rgba(201, 162, 39, 0.22);
}


/* =========================================================
   BUTTON ARROW BOX
========================================================= */

.sa-btn-arrow {
    width: 34px;
    height: 34px;

    display: flex;

    align-items: center;
    justify-content: center;

    background: #071A2D;

    color: #FFFFFF;

    border-radius: 3px;

    font-size: 18px;

    transition:
        transform 0.3s ease;
}

.sa-ventures-btn:hover .sa-btn-arrow {
    transform: translateX(4px);
}


/* =========================================================
   RIGHT SIDE VISUAL
========================================================= */

.sa-ventures-hero-visual {
    position: relative;

    min-height: 470px;

    display: flex;

    align-items: center;

    justify-content: center;
}


/* =========================================================
   GLASS VISUAL FRAME
========================================================= */

.sa-visual-frame {
    position: relative;

    width: 390px;

    min-height: 420px;

    padding: 55px 48px;

    box-sizing: border-box;

    background:
        linear-gradient(
            145deg,
            rgba(255, 255, 255, 0.08),
            rgba(255, 255, 255, 0.025)
        );

    border: 1px solid rgba(255, 255, 255, 0.13);

    backdrop-filter: blur(12px);

    -webkit-backdrop-filter: blur(12px);

    box-shadow:
        0 25px 70px rgba(0, 0, 0, 0.25);
}


/* =========================================================
   GOLD TOP LINE
========================================================= */

.sa-visual-top-line {
    position: absolute;

    top: 0;
    left: 0;

    width: 110px;
    height: 3px;

    background: #C9A227;
}


/* =========================================================
   VISUAL CONTENT
========================================================= */

.sa-visual-content {
    position: relative;

    z-index: 2;
}


/* =========================================================
   VISUAL LABEL
========================================================= */

.sa-visual-label {
    display: block;

    color: #C9A227;

    font-size: 11px;

    font-weight: 700;

    letter-spacing: 3px;

    margin-bottom: 35px;
}


/* =========================================================
   VISUAL HEADING
========================================================= */

.sa-visual-content h2 {
    margin: 0;

    color: #FFFFFF;

    font-size: 45px;

    line-height: 1.15;

    font-weight: 600;

    letter-spacing: -1px;
}

.sa-visual-content h2 span {
    color: #C9A227;
}


/* =========================================================
   VISUAL DIVIDER
========================================================= */

.sa-visual-divider {
    width: 55px;
    height: 2px;

    margin: 30px 0 22px;

    background: #C9A227;
}


/* =========================================================
   VISUAL DESCRIPTION
========================================================= */

.sa-visual-content p {
    max-width: 260px;

    margin: 0;

    color: #A7B6C2;

    font-size: 14px;

    line-height: 1.8;
}


/* =========================================================
   DECORATIVE CORNERS
========================================================= */

.sa-visual-corner {
    position: absolute;

    width: 25px;
    height: 25px;
}


/* TOP LEFT */

.sa-corner-tl {
    top: 20px;
    left: 20px;

    border-top: 1px solid #C9A227;

    border-left: 1px solid #C9A227;
}


/* BOTTOM RIGHT */

.sa-corner-br {
    right: 20px;
    bottom: 20px;

    border-right: 1px solid #C9A227;

    border-bottom: 1px solid #C9A227;
}


/* =========================================================
   FLOATING CIRCLES
========================================================= */

.sa-floating-circle {
    position: absolute;

    border-radius: 50%;

    pointer-events: none;
}


/* LARGE CIRCLE */

.sa-circle-one {
    width: 95px;
    height: 95px;

    right: 5px;
    top: 45px;

    border: 1px solid rgba(201, 162, 39, 0.20);
}


/* SMALL CIRCLE */

.sa-circle-two {
    width: 55px;
    height: 55px;

    left: 25px;
    bottom: 50px;

    border: 1px solid rgba(255, 255, 255, 0.10);
}


/* =========================================================
   BOTTOM SCROLL INDICATOR
========================================================= */

.sa-ventures-scroll {
    position: absolute;

    z-index: 3;

    bottom: 28px;

    left: 50%;

    transform: translateX(-50%);

    display: flex;

    align-items: center;

    gap: 12px;

    color: #8296A7;

    font-size: 10px;

    letter-spacing: 2px;

    text-transform: uppercase;

    white-space: nowrap;
}


/* SCROLL LINE */

.sa-scroll-line {
    display: block;

    width: 38px;
    height: 1px;

    background: #C9A227;
}


/* =========================================================
   TABLET RESPONSIVE
========================================================= */

@media (max-width: 950px) {

    .sa-ventures-hero {
        min-height: auto;

        padding: 100px 0 90px;
    }


    .sa-ventures-hero-inner {
        grid-template-columns: 1fr;

        gap: 70px;

        width: min(
            750px,
            calc(100% - 40px)
        );
    }


    .sa-ventures-hero-content {
        max-width: 100%;

        text-align: center;
    }


    .sa-ventures-line {
        margin-left: auto;

        margin-right: auto;
    }


    .sa-ventures-intro {
        margin-left: auto;

        margin-right: auto;
    }


    .sa-ventures-btn {
        margin-top: 30px;
    }


    .sa-ventures-hero-visual {
        min-height: 430px;
    }


    .sa-visual-frame {
        width: 370px;
    }


    .sa-ventures-scroll {
        display: none;
    }
}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 600px) {

    .sa-ventures-hero {
        padding: 75px 0 70px;
    }


    .sa-ventures-hero-inner {
        width: calc(100% - 32px);

        gap: 55px;
    }


    /* EYEBROW */

    .sa-ventures-eyebrow {
        font-size: 10px;

        padding: 7px 13px;

        letter-spacing: 1.5px;
    }


    /* HEADING */

    .sa-ventures-hero h1 {
        font-size: 52px;

        letter-spacing: -2px;
    }


    /* PARAGRAPH */

    .sa-ventures-intro {
        font-size: 16px;

        line-height: 1.7;
    }


    /* BUTTON */

    .sa-ventures-btn {
        margin-top: 28px;
    }


    /* VISUAL */

    .sa-ventures-hero-visual {
        min-height: 390px;
    }


    .sa-visual-frame {
        width: 100%;

        max-width: 350px;

        min-height: 370px;

        padding: 45px 32px;
    }


    .sa-visual-content h2 {
        font-size: 39px;
    }


    /* CIRCLES */

    .sa-circle-one {
        right: -5px;

        top: 35px;
    }


    .sa-circle-two {
        left: -5px;

        bottom: 35px;
    }
}


/* =========================================================
   SMALL MOBILE
========================================================= */

@media (max-width: 400px) {

    .sa-ventures-hero h1 {
        font-size: 46px;
    }


    .sa-visual-frame {
        padding: 40px 27px;
    }


    .sa-visual-content h2 {
        font-size: 35px;
    }


    .sa-ventures-btn {
        padding-left: 20px;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-c56a148 *//* =========================================================
   DR. SARFRAZ AHMAD
   VENTURES — ZIGZAG DESIGN
========================================================= */

.ventures-section {
    width: 100%;

    padding: 120px 0 130px;

    background: #F7F5F0;

    overflow: hidden;

    box-sizing: border-box;
}


/* =========================================================
   CONTAINER
========================================================= */

.ventures-container {
    width: min(1180px, calc(100% - 50px));

    margin: 0 auto;
}


/* =========================================================
   SECTION HEADER
========================================================= */

.ventures-header {
    max-width: 760px;

    margin: 0 auto 85px;

    text-align: center;
}


/* =========================================================
   EYEBROW
========================================================= */

.ventures-eyebrow {
    display: inline-block;

    margin-bottom: 17px;

    color: #B28C16;

    font-size: 11px;

    font-weight: 700;

    letter-spacing: 2.5px;

    text-transform: uppercase;
}


/* =========================================================
   TITLE
========================================================= */

.ventures-title {
    margin: 0 0 20px;

    color: #071A2D;

    font-size: clamp(48px, 6vw, 68px);

    line-height: 1;

    font-weight: 700;

    letter-spacing: -2.5px;
}


/* =========================================================
   SUBTITLE
========================================================= */

.ventures-subtitle {
    max-width: 650px;

    margin: 0 auto;

    color: #607889;

    font-size: 16px;

    line-height: 1.8;
}


/* =========================================================
   VENTURE ROW
========================================================= */

.venture-row {
    position: relative;

    display: grid;

    grid-template-columns: 1fr 1fr;

    align-items: center;

    min-height: 500px;

    padding: 70px 0;

    box-sizing: border-box;
}


/* =========================================================
   ALTERNATING BACKGROUND
========================================================= */

.venture-row:nth-of-type(odd)::before {
    content: "";

    position: absolute;

    top: 0;
    bottom: 0;

    left: -100vw;
    right: -100vw;

    background: rgba(255, 255, 255, 0.58);

    z-index: 0;

    pointer-events: none;
}


/* =========================================================
   DIVIDER
========================================================= */

.venture-row::after {
    content: "";

    position: absolute;

    left: 7%;
    right: 7%;

    bottom: 0;

    height: 1px;

    background: #DDD8CC;

    z-index: 3;
}


/* =========================================================
   IMAGE COLUMN
========================================================= */

.venture-image {
    position: relative;

    z-index: 2;

    display: flex;

    justify-content: center;

    align-items: center;

    padding: 20px 50px;
}


/* =========================================================
   REVERSE ROW
========================================================= */

.venture-row--reverse .venture-image {
    order: 2;
}

.venture-row--reverse .venture-content {
    order: 1;
}


/* =========================================================
   BLUE IMAGE BOX
========================================================= */

.venture-image-box {
    position: relative;

    width: 100%;

    max-width: 470px;

    height: 335px;

    display: flex;

    align-items: center;

    justify-content: center;

    overflow: hidden;

    background:
        linear-gradient(
            145deg,
            #123D58 0%,
            #071A2D 100%
        );

    border: 1px solid rgba(
        201,
        162,
        39,
        0.35
    );

    box-shadow:
        0 25px 60px rgba(
            7,
            26,
            45,
            0.16
        );

    transition:
        transform 0.4s ease,
        box-shadow 0.4s ease;
}


/* =========================================================
   IMAGE BOX HOVER
========================================================= */

.venture-row:hover .venture-image-box {
    transform: translateY(-7px);

    box-shadow:
        0 35px 75px rgba(
            7,
            26,
            45,
            0.23
        );
}


/* =========================================================
   DECORATIVE CIRCLE
========================================================= */

.venture-image-box::before {
    content: "";

    position: absolute;

    width: 330px;
    height: 330px;

    border: 1px solid rgba(
        201,
        162,
        39,
        0.13
    );

    border-radius: 50%;

    pointer-events: none;
}


/* =========================================================
   SECOND DECORATIVE CIRCLE
========================================================= */

.venture-image-box::after {
    content: "";

    position: absolute;

    width: 220px;
    height: 220px;

    border: 1px solid rgba(
        255,
        255,
        255,
        0.07
    );

    border-radius: 50%;

    pointer-events: none;
}


/* =========================================================
   ROUND LOGO AREA
========================================================= */
/* =========================================================
   TERRA SPARK PRIVATE LIMITED — LOGO ONLY
========================================================= */

/* First venture ka logo circle */
.venture-row:first-of-type .venture-logo-circle {
    width: 185px;
    height: 185px;
    overflow: hidden;
}


/* Sirf Terra Spark logo ko enlarge karein */
.venture-row:first-of-type .venture-logo {
    width: 100%;
    height: 100%;

    object-fit: cover;

    transform: scale(1);
}


/* Hover par bhi sirf isi logo ko slightly enlarge karein */
.venture-row:first-of-type:hover .venture-logo {
    transform: scale(1);
}
.venture-logo-circle {
    position: relative;

    z-index: 2;

    width: 185px;

    height: 185px;

    display: flex;

    align-items: center;

    justify-content: center;

    overflow: hidden;

    background: #FFFFFF;

    border: 5px solid rgba(
        201,
        162,
        39,
        0.85
    );

    border-radius: 50%;

    box-shadow:
        0 15px 40px rgba(
            0,
            0,
            0,
            0.20
        );

    transition:
        transform 0.4s ease;
}


/* =========================================================
   LOGO HOVER
========================================================= */

.venture-row:hover .venture-logo-circle {
    transform: scale(1.05);
}


/* =========================================================
   ACTUAL LOGO
========================================================= */

.venture-logo {
    display: block;

    width: 78%;

    height: 78%;

    object-fit: contain;

    border-radius: 50%;
}


/* =========================================================
   PLACEHOLDER FOR VENTURES WITHOUT WEBSITE
========================================================= */

.venture-placeholder {
    position: relative;

    z-index: 2;

    width: 175px;

    height: 175px;

    display: flex;

    flex-direction: column;

    align-items: center;

    justify-content: center;

    border: 1px dashed rgba(
        255,
        255,
        255,
        0.35
    );

    border-radius: 50%;

    background: rgba(
        255,
        255,
        255,
        0.04
    );

    transition:
        transform 0.4s ease,
        border-color 0.4s ease;
}


/* PLACEHOLDER HOVER */

.venture-row:hover .venture-placeholder {
    transform: scale(1.04);

    border-color: #C9A227;
}


/* =========================================================
   PLACEHOLDER NUMBER
========================================================= */

.placeholder-number {
    margin-bottom: 8px;

    color: #C9A227;

    font-size: 30px;

    font-weight: 700;

    letter-spacing: 1px;
}


/* =========================================================
   PLACEHOLDER TEXT
========================================================= */

.placeholder-text {
    color: rgba(
        255,
        255,
        255,
        0.65
    );

    font-size: 10px;

    font-weight: 700;

    letter-spacing: 3px;

    text-transform: uppercase;
}


/* =========================================================
   BLUE IMAGE STRAP
========================================================= */

.venture-image-strap {
    position: absolute;

    left: 0;
    right: 0;
    bottom: 0;

    z-index: 5;

    min-height: 58px;

    display: flex;

    align-items: center;

    justify-content: center;

    padding: 10px 22px;

    box-sizing: border-box;

    background: #071A2D;

    border-top: 2px solid #C9A227;
}


/* =========================================================
   GOLD STRAP TEXT
========================================================= */

.venture-image-strap span {
    color: #C9A227;

    font-size: 13px;

    font-weight: 700;

    letter-spacing: 0.8px;

    text-align: center;

    text-transform: uppercase;
}


/* =========================================================
   CONTENT
========================================================= */

.venture-content {
    position: relative;

    z-index: 2;

    padding:
        30px 65px 30px 45px;
}


/* REVERSE CONTENT */

.venture-row--reverse .venture-content {
    padding:
        30px 45px 30px 65px;
}


/* =========================================================
   VENTURE LABEL
========================================================= */

.venture-label {
    display: inline-block;

    margin-bottom: 18px;

    color: #B28C16;

    font-size: 11px;

    font-weight: 700;

    letter-spacing: 2.5px;

    text-transform: uppercase;
}


/* =========================================================
   VENTURE NAME
========================================================= */

.venture-name {
    max-width: 520px;

    margin: 0 0 22px;

    color: #071A2D;

    font-size: clamp(
        34px,
        4vw,
        48px
    );

    line-height: 1.1;

    font-weight: 700;

    letter-spacing: -1.5px;
}


/* =========================================================
   DESCRIPTION
========================================================= */

.venture-desc {
    max-width: 480px;

    margin: 0;

    color: #607889;

    font-size: 16px;

    line-height: 1.8;
}


/* =========================================================
   VISIT WEBSITE BUTTON
========================================================= */

.venture-button {
    display: inline-flex;

    align-items: center;

    gap: 18px;

    margin-top: 30px;

    padding:
        13px 16px 13px 22px;

    background: #071A2D;

    color: #FFFFFF;

    text-decoration: none;

    font-size: 12px;

    font-weight: 700;

    letter-spacing: 0.7px;

    border: 1px solid #071A2D;

    border-radius: 3px;

    transition:
        background 0.3s ease,
        color 0.3s ease,
        border-color 0.3s ease,
        transform 0.3s ease,
        box-shadow 0.3s ease;
}


/* BUTTON HOVER */

.venture-button:hover {
    background: #C9A227;

    color: #071A2D;

    border-color: #C9A227;

    transform: translateY(-3px);

    box-shadow:
        0 12px 28px rgba(
            201,
            162,
            39,
            0.20
        );
}


/* BUTTON ARROW */

.venture-button span {
    font-size: 17px;

    line-height: 1;

    transition:
        transform 0.3s ease;
}


.venture-button:hover span {
    transform:
        translate(
            3px,
            -3px
        );
}


/* =========================================================
   COMING SOON
========================================================= */

.venture-coming {
    display: inline-flex;

    align-items: center;

    gap: 10px;

    margin-top: 30px;

    color: #8999A5;

    font-size: 11px;

    font-weight: 700;

    letter-spacing: 1.5px;

    text-transform: uppercase;
}


/* =========================================================
   COMING SOON DOT
========================================================= */

.venture-coming::before {
    content: "";

    width: 6px;

    height: 6px;

    flex-shrink: 0;

    background: #C9A227;

    border-radius: 50%;
}


/* =========================================================
   TABLET
========================================================= */

@media (max-width: 1000px) {

    .ventures-container {
        width: min(
            850px,
            calc(100% - 40px)
        );
    }


    .venture-row {
        min-height: 450px;

        padding: 55px 0;
    }


    .venture-image {
        padding: 20px 25px;
    }


    .venture-content {
        padding:
            25px 30px 25px 25px;
    }


    .venture-row--reverse .venture-content {
        padding:
            25px 25px 25px 30px;
    }


    .venture-image-box {
        height: 290px;
    }


    .venture-logo-circle {
        width: 155px;
        height: 155px;
    }


    .venture-placeholder {
        width: 150px;
        height: 150px;
    }


    .venture-name {
        font-size: 36px;
    }

}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 700px) {

    .ventures-section {
        padding:
            80px 0 90px;
    }


    .ventures-container {
        width: calc(100% - 32px);
    }


    /* HEADER */

    .ventures-header {
        margin-bottom: 45px;
    }


    .ventures-title {
        font-size: 48px;

        letter-spacing: -2px;
    }


    .ventures-subtitle {
        font-size: 14px;

        line-height: 1.75;
    }


    /* =====================================================
       STACK ALL ROWS
    ===================================================== */

    .venture-row,
    .venture-row--reverse {

        display: flex;

        flex-direction: column;

        align-items: stretch;

        min-height: auto;

        padding:
            40px 0 50px;
    }


    /* =====================================================
       IMAGE ALWAYS FIRST
    ===================================================== */

    .venture-row .venture-image,
    .venture-row--reverse .venture-image {

        order: 1;

        padding:
            10px 0 30px;
    }


    /* =====================================================
       CONTENT ALWAYS SECOND
    ===================================================== */

    .venture-row .venture-content,
    .venture-row--reverse .venture-content {

        order: 2;

        padding:
            15px 5px 10px;
    }


    /* IMAGE BOX */

    .venture-image-box {

        width: 100%;

        max-width: 100%;

        height: 280px;
    }


    /* ROUND LOGO */

    .venture-logo-circle {

        width: 145px;

        height: 145px;

        border-width: 4px;
    }


    /* PLACEHOLDER */

    .venture-placeholder {

        width: 140px;

        height: 140px;
    }


    /* STRAP */

    .venture-image-strap {

        min-height: 55px;
    }


    .venture-image-strap span {

        font-size: 11px;
    }


    /* TITLE */

    .venture-name {

        font-size: 34px;

        letter-spacing: -1px;
    }


    /* DESCRIPTION */

    .venture-desc {

        font-size: 14px;

        line-height: 1.8;
    }


    /* DIVIDER */

    .venture-row::after {

        left: 0;

        right: 0;
    }

}


/* =========================================================
   SMALL MOBILE
========================================================= */

@media (max-width: 420px) {

    .ventures-section {
        padding-top: 70px;
    }


    .ventures-title {
        font-size: 43px;
    }


    .venture-image-box {
        height: 245px;
    }


    .venture-logo-circle {
        width: 125px;
        height: 125px;
    }


    .venture-placeholder {
        width: 120px;
        height: 120px;
    }


    .placeholder-number {
        font-size: 25px;
    }


    .venture-name {
        font-size: 30px;
    }


    .venture-label {
        font-size: 10px;
    }


    .venture-button {
        margin-top: 25px;
    }

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-bb2005f */.ventures-closing {
    position: relative;
    overflow: hidden;
    width: 100%;
    padding: 120px 30px;
    text-align: center;

    background:
        radial-gradient(
            circle at 50% 0%,
            rgba(201, 162, 39, 0.08),
            transparent 35%
        ),
        linear-gradient(
            135deg,
            #071d30 0%,
            #0b2638 50%,
            #061824 100%
        );

    color: #ffffff;
}

.closing-content {
    position: relative;
    z-index: 2;
    max-width: 850px;
    margin: 0 auto;
}

.closing-eyebrow {
    display: inline-block;
    margin-bottom: 22px;
    color: #c9a227;
    font-size: 10px;
    font-weight: 600;
    letter-spacing: 3px;
}

.closing-heading {
    margin: 0;
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(38px, 5vw, 68px);
    font-weight: 400;
    line-height: 1.15;
    color: #ffffff !important;
}

.closing-heading span {
    display: block;
    color: #d2ad43;
}

.closing-description {
    max-width: 650px;
    margin: 28px auto 40px;
    color: rgba(255, 255, 255, 0.68);
    font-size: 16px;
    line-height: 1.8;
}

.closing-buttons {
    display: flex;
    justify-content: center;
    margin-top: 10px;
}

.closing-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    min-width: 175px;
    padding: 15px 28px;

    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.8px;
    text-decoration: none;

    transition: all 0.3s ease;
}

.closing-btn-primary {
    background: #c9a227;
    color: #071d30;
    border: 1px solid #c9a227;
}

.closing-btn-primary:hover {
    background: #ffffff;
    border-color: #ffffff;
    color: #071d30;
    transform: translateY(-4px);
}

.closing-btn span {
    font-size: 15px;
    transition: transform 0.3s ease;
}

.closing-btn:hover span {
    transform: translate(3px, -2px);
}

/* Decorative Circles */

.closing-pattern {
    position: absolute;
    border: 1px solid rgba(255, 255, 255, 0.05);
    border-radius: 50%;
    pointer-events: none;
}

.pattern-one {
    width: 380px;
    height: 380px;
    left: -180px;
    bottom: -190px;
}

.pattern-one::before {
    content: "";
    position: absolute;
    width: 280px;
    height: 280px;
    top: 48px;
    left: 48px;
    border: 1px solid rgba(201, 162, 39, 0.1);
    border-radius: 50%;
}

.pattern-two {
    width: 450px;
    height: 450px;
    right: -220px;
    top: -220px;
}

.pattern-two::after {
    content: "";
    position: absolute;
    width: 330px;
    height: 330px;
    top: 58px;
    left: 58px;
    border: 1px solid rgba(201, 162, 39, 0.08);
    border-radius: 50%;
}

@media (max-width: 768px) {
    .ventures-closing {
        padding: 85px 25px;
    }

    .closing-description {
        font-size: 14px;
    }
}/* End custom CSS */