@import url('https://fonts.googleapis.com/css2?family=Barlow:wght@400;500;600;700&display=swap');

/* =========================================================
   ROOT
========================================================= */

:root {
    --brand: #d24e02;
    --dark: #092032;
    --body: #516171;
    --border: rgba(0, 0, 0, 0.08);
    --shadow: 0 6px 30px rgba(0, 0, 0, 0.08);
    --white: #ffffff;
    --black: #000000;
}


/* =========================================================
   RESET
========================================================= */

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
    scroll-padding-top: 90px;
}

body {
    font-family: "Barlow", sans-serif;
    color: var(--body);
    line-height: 1.7;
    overflow-x: hidden;
    background: #fff;
}

img {
    max-width: 100%;
    height: auto;
    display: block;
}

a {
    color: var(--dark);
    transition: all 0.4s ease;
    font-weight: 500;
    text-decoration: none;
}

a:hover {
    color: var(--brand);
}

ul,
ol {
    margin: 0;
    padding: 0;
    list-style: none;
}

button,
input,
textarea,
select {
    font-family: inherit;
}

button {
    cursor: pointer;
}


/* =========================================================
   TYPOGRAPHY
========================================================= */

h1,
h2,
h3,
h4,
h5,
h6,
.display-1,
.display-2,
.display-3,
.display-4 {
    font-weight: 700;
    color: var(--dark);
}

.text-brand {
    color: var(--brand) !important;
}


/* =========================================================
   COMMON
========================================================= */

.bg-cover {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

section {
    padding-top: 80px;
    /* padding-bottom: 80px; */
}

.container {
    width: 100%;
}


/* =========================================================
   NAVBAR
   WHITE + FIXED TOP
========================================================= */

.navbar {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    min-height: 82px;
    padding: 0;
    background: #ffffff !important;
    box-shadow: 0 3px 15px rgba(0, 0, 0, 0.08);
    z-index: 9999;
    transition: all 0.3s ease;
}


/* =========================================================
   NAVBAR CONTAINER
========================================================= */

.navbar .container {
    width: 100%;
    max-width: 1200px;

    min-height: 82px;

    display: flex;
    align-items: center;

    margin: 0 auto;

    padding-left: 20px;
    padding-right: 20px;
}


/* =========================================================
   LOGO
========================================================= */

.navbar-brand {
    display: flex !important;

    align-items: center;

    padding: 0 !important;

    margin: 0 !important;

    flex-shrink: 0;

    text-decoration: none;
}


.navbar-brand .navbar-logo {
    display: block;

    width: auto !important;

    height: 70px;

    max-width: 190px;

    object-fit: contain;

    /* transition: all 0.3s ease; */
}


/* Scroll hone ke baad logo thoda compact */
/* .navbar.scrolled .navbar-logo {
    height: 50px;
} */


/* =========================================================
   NAVIGATION WRAPPER
========================================================= */

.navbar-collapse {
    display: flex;

    align-items: center;

    justify-content: flex-end;

    flex: 1;

    margin-left: 30px;
}


/* =========================================================
   CONTACT BUTTON (Book a Call) — desktop + mobile
========================================================= */

.navbar .btn-brand {
    display: inline-flex;

    align-items: center;

    justify-content: center;

    flex-shrink: 0;

    height: 54px;

    margin-left: 0 !important;

    padding: 0 26px !important;

    border: 0 !important;

    border-radius: 5px;

    background: var(--brand) !important;

    color: #ffffff !important;

    font-size: 16px;

    font-weight: 500;

    text-align: center;

    text-decoration: none;

    white-space: nowrap;

    transition:
        background 0.3s ease,
        transform 0.2s ease;
}


.navbar .btn-brand:hover {
    background: #d64022 !important;

    color: #ffffff !important;

    transform: translateY(-1px);
}


/* =========================================================
   BUTTON DEFAULT
========================================================= */

.btn {
    border-radius: 5px;

    transition: all 0.3s ease;
}


.btn-brand {
    border: 1px solid var(--brand);

    background: var(--brand);

    color: #ffffff;
}


/* =========================================================
   DESKTOP
========================================================= */

@media (min-width: 992px) {

    .navbar-collapse {
        display: flex !important;
    }

}


/* =========================================================
   LAPTOP
========================================================= */

@media (max-width: 1199px) and (min-width: 992px) {

    .navbar .container {
        padding-left: 25px;
        padding-right: 25px;
    }

    .navbar-brand .navbar-logo {
        height: 52px;
        max-width: 170px;
    }

    .navbar .btn-brand {
        height: 48px;

        font-size: 14px;
    }

}


/* =========================================================
   TABLET + MOBILE
   Toggler removed — Book a Call button always visible
========================================================= */
/* 
@media (max-width: 991px) {

    .navbar {
        min-height: 72px;
    }

    .navbar .container {
        min-height: 72px;

        padding-left: 18px;
        padding-right: 18px;
    }

    .navbar-brand .navbar-logo {
        height: 52px;

        max-width: 170px;
    }

*/
    /* MENU WRAPPER: no collapse, just aligns the button */

    /* .navbar-collapse {
        display: flex !important;

        width: auto;

        margin-left: auto;

        padding: 0;
    } */


    /* CONTACT / BOOK A CALL — MOBILE */

    /* .navbar .btn-brand {
        display: inline-flex;

        width: auto;

        height: 42px;

        margin: 0 !important;

        padding: 0 18px !important;

        font-size: 14px;
    }

}  */



/* =========================================================
   SMALL MOBILE
========================================================= */
/* 
@media (max-width: 575px) {

    .navbar .container {
        padding-left: 14px;
        padding-right: 14px;
    }

    .navbar-brand .navbar-logo {
        height: 48px;

        max-width: 155px;
    }

    .navbar .btn-brand {
        height: 38px;

        padding: 0 14px !important;

        font-size: 13px;
    }

} */

/* =========================================================
   SERVICE (used on the "Three ways we grow you" section wrapper)
========================================================= */

.service {
    height: 100%;

    padding: 32px;

    background-color: #fff;

    box-shadow: var(--shadow);

    transition: all 0.3s ease;
}

.service:hover {
    transform: translateY(-5px);
}


/* =========================================================
   FOOTER
========================================================= */

.site-footer {
    width: 100%;

    background: #101d2e;

    padding: 56px 59px 60px;

    border-bottom: 1px solid #171d29;

    color: #ffffff;

    font-family: Arial, Helvetica, sans-serif;
}


/* =========================================================
   FOOTER CONTAINER
========================================================= */

.footer-container {

    width: 100%;
    max-width: 1150px;

    margin: 0 auto;

    display: grid;

    /*
       Brand + Services + Legal
    */

    grid-template-columns:
        1.8fr
        1.25fr
        1fr;

    column-gap: 90px;

    align-items: start;
}


/* =========================================================
   BRAND
========================================================= */

.footer-brand {
    min-width: 0;
}


/* =========================================================
   LOGO
========================================================= */

.footer-logo {

    display: inline-flex;

    align-items: center;

    width: auto;
    height: 100px;

    margin-bottom: 18px;

    text-decoration: none;
}


.footer-logo img {

    display: block;

    width: auto;
    height: 100px;

    max-width: 220px;

    object-fit: contain;
}


/* =========================================================
   DESCRIPTION
========================================================= */

.footer-description {

    margin: 0;

    color: #8293ab;

    font-size: 14px;

    line-height: 1.6;

    font-weight: 400;
}


/* =========================================================
   PARTNER BADGE
========================================================= */

.footer-partner {

    display: inline-flex;

    align-items: center;

    gap: 10px;

    height: 34px;

    margin-top: 17px;

    padding: 0 14px;

    border: 1px solid #202938;

    border-radius: 18px;

    color: #c3cedb;

    font-family: "Barlow", sans-serif;

    font-size: 12px;

    line-height: 1;

    white-space: nowrap;
}


/* =========================================================
   PARTNER DECORATION
========================================================= */

.footer-lines {

    display: flex;

    align-items: center;

    gap: 4px;
}


.footer-lines i {

    display: block;

    width: 20px;
    height: 5px;

    border-radius: 1px;

    transform: skewX(-24deg);
}


.footer-lines i:nth-child(1) {
    background: #2489b8;
}


.footer-lines i:nth-child(2) {
    background: #25a981;
}


.footer-lines i:nth-child(3) {
    background: #f4aa16;
}


/* =========================================================
   FOOTER COLUMNS
========================================================= */

.footer-column {

    padding-top: 3px;
}


.footer-column h3 {

    margin: 0 0 27px;

    color: #6f829d;

    font-family: "Barlow", sans-serif;

    font-size: 11px;

    line-height: 1;

    font-weight: 700;

    letter-spacing: 1.8px;
}


/* =========================================================
   LIST
========================================================= */

.footer-column ul {

    list-style: none;

    margin: 0;
    padding: 0;

    display: flex;

    flex-direction: column;

    gap: 17px;
}


/* =========================================================
   LINKS
========================================================= */

.footer-column a {

    color: #aebdd0;

    font-size: 14px;

    line-height: 1.2;

    font-weight: 400;

    text-decoration: none;

    transition:
        color 0.25s ease;
}


.footer-column a:hover {

    color: #ffffff;
}


/* =========================================================
   LEGAL
========================================================= */

.footer-legal {

    padding-left: 0;
}


/* =========================================================
   DESKTOP
========================================================= */

@media (min-width: 1200px) {

    .footer-container {
        max-width: 1150px;
    }

}


/* =========================================================
   LAPTOP
========================================================= */

@media (max-width: 1000px) {

    .site-footer {
        padding: 50px 40px;
    }

    .footer-container {

        column-gap: 50px;

        grid-template-columns:
            1.6fr
            1.2fr
            1fr;
    }

}


/* =========================================================
   TABLET
========================================================= */

@media (max-width: 750px) {

    .site-footer {
        padding: 45px 30px;
    }

    .footer-container {

        grid-template-columns: 1fr 1fr;

        row-gap: 45px;

        column-gap: 50px;
    }

    .footer-brand {
        grid-column: 1 / -1;
    }

}


/* =========================================================
   MOBILE
========================================================= */
/* 
@media (max-width: 500px) {

    .site-footer {
        padding: 40px 22px 45px;
    }

    .footer-container {

        display: grid;

        grid-template-columns: 1fr;

        gap: 38px;
    }

    .footer-brand {
        grid-column: auto;
    }

    .footer-logo {
        margin-bottom: 17px;
    }

    .footer-logo img {
        height: 26px;
    }

    .footer-description {
        font-size: 13px;
    }

    .footer-column h3 {
        margin-bottom: 20px;
    }

    .footer-column ul {
        gap: 14px;
    }

    .footer-column a {
        font-size: 14px;
    }

} */

.form-success {
    display: none;
    margin-top: 15px;
    padding: 12px 16px;
    border-radius: 8px;
    background: #e8fff1;
    color: #168a45;
    font-size: 14px;
}

.form-success.show {
    display: block;
}


/* =========================================================
   ACCESSIBILITY
========================================================= */

/* @media (prefers-reduced-motion: reduce) {

    html {
        scroll-behavior: auto;
    }

    *,
    *::before,
    *::after {
        animation-duration: 0.01ms !important;

        animation-iteration-count: 1 !important;

        transition-duration: 0.01ms !important;

        scroll-behavior: auto !important;
    }

} */
/* =========================================================
   MARQUEE / CLIENT BRANDS
========================================================= */

.marquee-wrap {
    width: 100%;
    border-top: 1px solid rgba(255,255,255,.12);
    border-bottom: 1px solid rgba(255,255,255,.12);

    padding: 24px 0;
    background: #000;

    overflow: hidden;
    position: relative;
}


/* =========================================================
   LABEL
========================================================= */

.marquee-label {
    text-align: center;

    font-family: "Barlow", sans-serif;
    font-size: 12px;
    font-weight: 500;

    letter-spacing: .18em;
    line-height: 1.5;

    color: rgba(255,255,255,.55);

    text-transform: uppercase;

    margin: 0 20px 18px;
}


/* =========================================================
   MARQUEE TRACK
========================================================= */

.marquee-track {
    display: flex;
    width: max-content;

    will-change: transform;

    animation: marquee-scroll 32s linear infinite;
    background: white;
}


/* =========================================================
   MARQUEE
========================================================= */

.marquee {
    display: flex;
    align-items: center;

    gap: 42px;

    flex-shrink: 0;

    padding-right: 42px;
}


/* =========================================================
   LOGO BOX
   SABHI LOGOS KA SAME SIZE
========================================================= */

.marquee-logo {
    width: 150px;
    height: 60px;

    display: flex;
    align-items: center;
    justify-content: center;

    flex-shrink: 0;

    overflow: hidden;
}


/* =========================================================
   LOGO IMAGE
========================================================= */

.marquee-logo img {
    width: 130px;
    height: 45px;

    object-fit: contain;

    display: block;

    opacity: .78;

    transition:
        opacity .3s ease,
        transform .3s ease;
}


/* Hover */
.marquee-logo:hover img {
    opacity: 1;
    transform: scale(1.05);
}


/* =========================================================
   DOT
========================================================= */

.marquee .marquee-dot {
    color: var(--brand);

    font-size: 12px;

    opacity: 1;

    margin: 0 -12px;

    flex-shrink: 0;
}


/* =========================================================
   PAUSE ON HOVER
========================================================= */

.marquee-wrap:hover .marquee-track {
    animation-play-state: paused;
}


/* =========================================================
   ANIMATION
========================================================= */

@keyframes marquee-scroll {

    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(-50%);
    }

}


/* =========================================================
   TABLET
========================================================= */

@media (max-width: 991px) {

    .marquee-wrap {
        padding: 22px 0;
    }

    .marquee-label {
        font-size: 11px;
        letter-spacing: .14em;
        margin-bottom: 15px;
    }

    .marquee {
        gap: 34px;
        padding-right: 34px;
    }

    .marquee-logo {
        width: 125px;
        height: 55px;
    }

    .marquee-logo img {
        width: 110px;
        height: 40px;
    }

}


/* =========================================================
   MOBILE
========================================================= */

/* @media (max-width: 767px) {

    .marquee-wrap {
        padding: 20px 0;
    }

    .marquee-label {
        font-size: 10px;
        letter-spacing: .1em;
        margin-bottom: 14px;
    }

    .marquee {
        gap: 28px;
        padding-right: 28px;
    }

    .marquee-logo {
        width: 105px;
        height: 48px;
    }

    .marquee-logo img {
        width: 90px;
        height: 34px;
    }

    .marquee .marquee-dot {
        font-size: 9px;
        margin: 0 -8px;
    }

} */


/* =========================================================
   SMALL MOBILE
========================================================= */

/* @media (max-width: 480px) {

    .marquee-wrap {
        padding: 18px 0;
    }

    .marquee-label {
        font-size: 9px;
        margin-left: 15px;
        margin-right: 15px;
    }

    .marquee {
        gap: 24px;
        padding-right: 24px;
    }

    .marquee-logo {
        width: 90px;
        height: 42px;
    }

    .marquee-logo img {
        width: 78px;
        height: 30px;
    }

} */


/* =========================================================
   REDUCED MOTION
========================================================= */
/* 
@media (prefers-reduced-motion: reduce) {

    .marquee-track {
        animation-duration: .01ms !important;
        animation-iteration-count: 1 !important;
    }

} */
/* =========================================================
   WHO WE ARE SECTION
========================================================= */

.who-we-are {
    width: 100%;

    background: #f4f7f6;

    padding: 100px 0px;
}


/* =========================================================
   CONTAINER
========================================================= */

.who-container {
    width: min(1200px, calc(100% - 80px));

    margin: -50px auto;

    display: grid;

    grid-template-columns: 1.15fr 0.85fr;

    gap: 70px;

    align-items: center;
}


/* =========================================================
   LEFT CONTENT
========================================================= */

.who-content {
    width: 100%;
    margin-top: 20px;
}


/* =========================================================
   SECTION LABEL
========================================================= */

.who-label {
    display: flex;

    align-items: center;

    gap: 5px;

    margin-bottom: 22px;

    color: #1685c2;

    font-family: "Barlow", sans-serif;

    font-size: 12px;

    font-weight: 600;

    letter-spacing: 0.25em;

    text-transform: uppercase;
}


/* Small colored lines */

.label-line {
    display: block;

    width: 16px;

    height: 4px;

    transform: skewX(-25deg);
}

.line-blue {
    background: #2788c4;
}

.line-green {
    background: #20a47a;
}

.line-orange {
    background: #f5a623;
}


/* =========================================================
   MAIN HEADING
========================================================= */

.who-title {
    margin: 0 0 25px;

    color: #d24e02;

    font-family: "Barlow", sans-serif;

    font-size: 47px;

    line-height: 1.02;

    font-weight: 700;

    letter-spacing: -1.5px;
}


/* =========================================================
   DESCRIPTION
========================================================= */

.who-text {
    max-width: 650px;

    margin: 0 0 17px;

    color: #40556c;

    font-family: "Barlow", sans-serif;

    font-size: 15px;

    line-height: 1.65;
}

.who-text strong {
    color: #101d2e;

    font-weight: 700;
}


/* =========================================================
   PROMISE
========================================================= */

.who-promise {
    display: flex;

    align-items: stretch;

    margin-top: 22px;

    max-width: 680px;
}


/* Orange vertical line */

.promise-line {
    width: 2px;

    flex-shrink: 0;

    background: #f4a51c;
}


/* Promise content */

.promise-content {
    padding-left: 18px;
}

.promise-label {
    margin-bottom: 6px;

    color: #1685c2;

    font-size: 10px;

    font-weight: 600;

    letter-spacing: 0.22em;

    text-transform: uppercase;
}

.promise-content p {
    margin: 0;

    color: #40556c;

    font-size: 14px;

    line-height: 1.6;
}


/* =========================================================
   STATS CARD
========================================================= */

.who-stats {
    width: 100%;

    padding: 28px;

    background: #080d19;

    border-radius: 16px;

    box-shadow:
        0 25px 45px rgba(0, 0, 0, 0.15);
}


/* =========================================================
   STATS GRID
========================================================= */

.stats-grid {
    display: grid;

    grid-template-columns: repeat(2, 1fr);
}


/* =========================================================
   STAT ITEM
========================================================= */

.stat-item {
    min-height: 105px;

    padding: 15px 15px 18px;
}


/* Vertical divider */

.stat-item:nth-child(odd) {
    border-right: 1px solid rgba(255, 255, 255, 0.14);
}


/* Horizontal divider */

.stat-item:nth-child(-n + 2) {
    border-bottom: 1px solid rgba(255, 255, 255, 0.14);
}


/* =========================================================
   NUMBER
========================================================= */

.stat-number {
    margin-bottom: 8px;

    color: #d24e02;

    font-family: "Barlow", sans-serif;

    font-size: 32px;

    line-height: 1;

    font-weight: 700;

    letter-spacing: -1px;
}


/* =========================================================
   STAT LABEL
========================================================= */

.stat-label {
    color: rgba(255, 255, 255, 0.75);

    font-family: "Barlow", sans-serif;

    font-size: 11px;

    line-height: 1.4;
}


/* =========================================================
   STATS FOOTER
========================================================= */

.stats-footer {
    padding-top: 20px;

    text-align: center;

    color: #8ca1b7;

    font-family: "Barlow", sans-serif;

    font-size: 9px;

    font-weight: 500;

    letter-spacing: 0.18em;

    line-height: 1.5;
}


/* =========================================================
   LARGE DESKTOP
========================================================= */

@media (max-width: 1199px) {

    .who-container {
        width: min(1200px, calc(100% - 80px));

        gap: 50px;
    }

    .who-title {
        font-size: 46px;
    }

    .who-stats {
        padding: 25px;
    }

}


/* =========================================================
   TABLET
========================================================= */

@media (max-width: 991px) {

    .who-we-are {
        padding: 75px 0;
    }

    .who-container {
        width: min(720px, calc(100% - 50px));

        grid-template-columns: 1fr;

        gap: 50px;
    }

    .who-title {
        font-size: 44px;
    }

    .who-text {
        max-width: 100%;
    }

    .who-promise {
        max-width: 100%;
    }

    .who-stats {
        max-width: 650px;

        margin: 0 auto;
    }

}


/* =========================================================
   MOBILE
========================================================= */
/* 
@media (max-width: 767px) {

    .who-we-are {
        padding: 60px 0;
    }

    .who-container {
        width: calc(100% - 36px);

        gap: 38px;
    }

    .who-label {
        font-size: 10px;

        letter-spacing: 0.18em;
    }

    .who-title {
        font-size: 38px;

        line-height: 1.08;

        letter-spacing: -1px;

        margin-bottom: 20px;
    }

    .who-text {
        font-size: 14px;

        line-height: 1.65;
    }

    .who-promise {
        margin-top: 20px;
    }

    .promise-content {
        padding-left: 15px;
    }

    .promise-content p {
        font-size: 13px;
    }

    .who-stats {
        padding: 20px;

        border-radius: 14px;
    }

    .stat-item {
        min-height: 95px;

        padding: 14px 12px;
    }

    .stat-number {
        font-size: 28px;
    }

    .stat-label {
        font-size: 10px;
    }

    .stats-footer {
        padding-top: 18px;

        font-size: 8px;
    }

} */


/* =========================================================
   SMALL MOBILE
========================================================= */
/* 
@media (max-width: 480px) {

    .who-we-are {
        padding: 50px 0;
        margin-bottom: 15px;
    }

    .who-container {
        width: calc(100% - 30px);

        gap: 32px;
    }

    .who-title {
        font-size: 32px;

        line-height: 1.08;
    }

    .who-text {
        font-size: 13.5px;
    }

    .who-stats {
        padding: 16px;

        border-radius: 12px;
    }

    .stat-item {
        min-height: 90px;

        padding: 12px 10px;
    }

    .stat-number {
        font-size: 25px;
    }

    .stat-label {
        font-size: 9px;
    }

    .stats-footer {
        font-size: 7px;

        letter-spacing: 0.12em;
    }

} */


/* =========================================================
   VERY SMALL MOBILE
========================================================= */
/* 
@media (max-width: 360px) {

    .who-title {
        font-size: 29px;
    }

    .who-text {
        font-size: 13px;
    }

    .who-stats {
        padding: 12px;
        margin-bottom: 15px;
    }

    .stat-number {
        font-size: 23px;
    }

    .stat-label {
        font-size: 8px;
    }

} */

/* =========================================================
   MAIN HERO
========================================================= */

.main-hero-section {

    position: relative;

    width: 100%;

    min-height: calc(100vh - 82px);

    display: flex;

    align-items: center;

    overflow: hidden;

    background:
        linear-gradient(
            110deg,
            #000000 0%,
            #050505 55%,
            #1b0804 100%
        );

}


/* =========================================================
   BACKGROUND
========================================================= */

.hero-background {

    position: absolute;

    inset: 0;

    z-index: 0;

    background:
        radial-gradient(
            circle at 85% 50%,
            rgba(255, 77, 41, 0.12),
            transparent 35%
        );

    pointer-events: none;

}


/* =========================================================
   HERO CONTAINER
========================================================= */

.hero-main-container {

    position: relative;

    z-index: 2;

    width: 100%;

}


.hero-row {

    min-height: calc(100vh - 82px);

    padding-top: 50px;

    padding-bottom: 50px;

}


/* =========================================================
   LEFT HERO CONTENT
========================================================= */

.hero-content {

    padding-right: 45px;

}


.hero-content h6 {

    margin-bottom: 22px;

    color: #ffffff;

    font-size: 16px;

    font-weight: 600;

    letter-spacing: 0.05em;

    text-transform: uppercase;

}


.hero-content h1 {

    margin: 0;

    max-width: 700px;

    color: #ffffff;

    font-size: clamp(
        48px,
        5vw,
        76px
    );

    line-height: 1.05;

    font-weight: 700;

    letter-spacing: -1.5px;

}


.hero-content h1 span {

    color: var(--brand);

}


.hero-content p {

    max-width: 570px;

    margin: 25px 0 30px;

    color: rgba(255, 255, 255, 0.72);

    font-size: 17px;

    line-height: 1.7;

}


/* =========================================================
   HERO BUTTONS
========================================================= */

.hero-buttons {

    display: flex;

    align-items: center;

    gap: 12px;

    flex-wrap: wrap;

}


.hero-buttons .btn {

    padding: 12px 28px;

    font-size: 16px;

}


/* =========================================================
   SERVICE SELECTOR CARD
========================================================= */

.main-hero-section .service-selector {

    width: 100%;

    padding: 32px 25px 25px;

    background: #eeeeee;

    border-radius: 2px;

    box-shadow:
        0 25px 60px rgba(0, 0, 0, 0.35);

}


.main-hero-section .service-selector h2 {

    margin: 0 0 25px;

    color: #1d2a3a;

    font-size: 27px;

    line-height: 1.2;

    font-weight: 700;

    text-align: center;

}


/* =========================================================
   SERVICE GRID
========================================================= */

.main-hero-section .service-options {

    display: grid;

    grid-template-columns:
        repeat(3, 1fr);

    gap: 12px;

}


/* =========================================================
   SERVICE OPTION
========================================================= */

.service-option {

    position: relative;

    min-height: 52px;

    padding: 0 10px;

    display: flex;

    align-items: center;

    gap: 9px;

    background: #ffffff;

    cursor: pointer;

    user-select: none;

    transition:
        transform 0.25s ease,
        box-shadow 0.25s ease;

}


.service-option:hover {

    transform: translateY(-2px);

    box-shadow:
        0 5px 15px rgba(0, 0, 0, 0.08);

}


/* =========================================================
   HIDE DEFAULT CHECKBOX
========================================================= */

.service-option input {

    position: absolute;

    opacity: 0;

    pointer-events: none;

}


/* =========================================================
   CUSTOM CHECKBOX
========================================================= */

.custom-checkbox {

    width: 18px;

    height: 18px;

    flex-shrink: 0;

    border: 2px solid #e1e1e1;

    background: #ffffff;

    position: relative;

    transition: all 0.2s ease;

}


/* CHECKED */

.service-option input:checked + .custom-checkbox {

    background: var(--brand);

    border-color: var(--brand);

}


/* TICK */

.service-option input:checked + .custom-checkbox::after {

    content: "✓";

    position: absolute;

    left: 50%;

    top: 50%;

    transform:
        translate(-50%, -55%);

    color: #ffffff;

    font-size: 12px;

    font-weight: 700;

}


/* SELECTED CARD */

.service-option:has(input:checked) {

    box-shadow:
        inset 0 0 0 2px var(--brand);

}


/* =========================================================
   SERVICE NAME
========================================================= */

.service-name {

    color: #303844;

    font-size: 16px;

    font-weight: 600;

    line-height: 1.2;

}


/* =========================================================
   GET STARTED
========================================================= */

.get-started-btn {

    display: block;

    margin: 20px auto 0;

    min-width: 145px;

    padding: 13px 28px;

    border: 0;

    border-radius: 3px;

    background: var(--brand);

    color: #ffffff;

    font-size: 17px;

    font-weight: 500;

    cursor: pointer;

    transition: all 0.3s ease;

}


.get-started-btn:hover {

    background: #df3f22;

    transform: translateY(-2px);

}


/* =========================================================
   LARGE LAPTOP
========================================================= */

@media (max-width: 1199px) {

    .hero-content {

        padding-right: 25px;

    }


    .hero-content h1 {

        font-size: 60px;

    }


    .main-hero-section
    .service-selector {

        padding: 27px 20px 22px;

    }


    .main-hero-section
    .service-selector h2 {

        font-size: 24px;

    }


    .service-name {

        font-size: 13px;

    }

}


/* =========================================================
   TABLET
========================================================= */

@media (max-width: 991px) {

    .main-hero-section {

        min-height: auto;

        margin-top: 70px;

    }


    .hero-row {

        min-height: auto;

        padding-top: 70px;

        padding-bottom: 70px;

    }


    .hero-content {

        padding-right: 0;

        text-align: center;

        margin-bottom: 45px;

    }


    .hero-content h1 {

        max-width: 800px;

        margin-left: auto;

        margin-right: auto;

        font-size: 55px;

    }


    .hero-content p {

        margin-left: auto;

        margin-right: auto;

    }


    .hero-buttons {

        justify-content: center;

    }


    .main-hero-section
    .service-selector {

        max-width: 650px;

        margin-left: auto;

        margin-right: auto;

    }

}


/* =========================================================
   MOBILE
========================================================= */
/* 
@media (max-width: 767px) {

    .main-hero-section {

        margin-top: 65px;

    }


    .hero-row {

        padding-top: 45px;

        padding-bottom: 0px;

    }


    .hero-content {

        margin-bottom: 35px;
        margin-top: -90px;

    }


    .hero-content h6 {

        font-size: 12px;

        line-height: 1.5;

    }


    .hero-content h1 {

        font-size: 42px;

        line-height: 1.08;

        letter-spacing: -0.8px;

    }


    .hero-content p {

        font-size: 14px;

        line-height: 1.6;

    }


    .hero-buttons .btn {

        padding: 10px 22px;

        font-size: 14px;

    }


    .main-hero-section
    .service-selector {

        padding: 25px 15px 20px;

    }


    .main-hero-section
    .service-selector h2 {

        font-size: 23px;

        margin-bottom: 20px;

    }


    .main-hero-section
    .service-options {

        grid-template-columns:
            repeat(2, 1fr);

        gap: 10px;

    }


    .service-option {

        min-height: 50px;

        padding: 0 8px;

    }


    .service-name {

        font-size: 12px;

    }

} */


/* =========================================================
   SMALL MOBILE
========================================================= */

@media (max-width: 480px) {

    .hero-row {

        padding-top: 35px;

        /* padding-bottom: 35px; */

    }


    /* .hero-content h1 {

        font-size: 34px;

    } */


    /* .hero-content h6 {

        font-size: 11px;

    } */


    /* .hero-buttons {

        flex-direction: column;

        width: 100%;

    } */


    /* .hero-buttons .btn {

        width: 100%;

        max-width: 220px;

    } */


    /* .main-hero-section
    .service-options {

        grid-template-columns: 1fr;

    }


    .service-option {

        min-height: 48px;

    } */

}

/* =========================================================
   PR MANTRA EDGE SECTION
========================================================= */

.pr-edge-section {

    width: 100%;

    background:
        linear-gradient(
            110deg,
            #071425 0%,
            #09182a 55%,
            #0b2023 100%
        );

    padding: 58px 0 60px;

    color: #ffffff;

}


/* =========================================================
   CONTAINER
========================================================= */

/* .pr-edge-container {

    width: min(100% - 150px, 1050px);

    margin: 0 auto;

} */


/* =========================================================
   TOP LABEL
========================================================= */

.pr-edge-label {

    display: flex;

    align-items: center;

    gap: 5px;

    margin-bottom: 17px;

    color: #3da4d5;

    font-family: "Barlow", sans-serif;

    font-size: 11px;

    font-weight: 600;

    letter-spacing: 0.27em;

    text-transform: uppercase;

}


/* =========================================================
   LABEL LINES
========================================================= */

.edge-line {

    display: block;

    width: 15px;

    height: 3px;

    transform: skewX(-28deg);

}


.edge-blue {

    background: #2d91c7;

}


.edge-green {

    background: #23a778;

}


.edge-orange {

    background: #f3a51c;

}

/* =========================================================
   MAIN HEADING
========================================================= */

.pr-edge-title {

    margin: 0 0 13px;

    color: #d24e02;

    font-family: "Barlow", sans-serif;

    font-size: 31px;

    line-height: 1.03;

    font-weight: 700;

    letter-spacing: -0.6px;

}


/* =========================================================
   PARAGRAPHS
========================================================= */

.pr-edge-text {

    max-width: 900px;

    margin: 0 0 13px;

    color: rgba(255, 255, 255, 0.72);

    font-family: "Barlow", sans-serif;

    font-size: 14px;

    line-height: 1.65;

}


/* =========================================================
   STRONG TEXT
========================================================= */

.pr-edge-text strong {

    color: #ffffff;

    font-weight: 700;

}


/* =========================================================
   BOTTOM HEADING
========================================================= */

.pr-edge-bottom {

    max-width: 850px;

    margin: 22px 0 0;

    color: #ffffff;

    font-family: "Barlow", sans-serif;

    font-size: 22px;

    line-height: 1.45;

    font-weight: 700;

    letter-spacing: -0.2px;

}


.pr-edge-bottom span {

    color: #ff4d29;

}


/* =========================================================
   PR MANTRA EDGE - CENTER CONTENT
   ========================================================= */

.pr-edge-container {
    width: calc(100% - 80px) !important;
    max-width: 1200px !important;
    margin-left: auto !important;
    margin-right: auto !important;
}


/* LARGE DESKTOP */
@media (min-width: 1200px) {

    .pr-edge-container {
        /* width: calc(100% - 80px) !important; */
        /* max-width: 1200px !important; */
        margin-left: 180px !important;
        /* margin-right: auto !important; */
    }

}


/* LAPTOP */
@media (max-width: 1199px) {

    .pr-edge-container {
        width: calc(100% - 60px) !important;
        max-width: 1100px !important;
        margin-left: auto !important;
        margin-right: auto !important;
    }

}


/* TABLET */
@media (max-width: 991px) {

    .pr-edge-container {
        width: calc(100% - 50px) !important;
        max-width: none !important;
        margin-left: auto !important;
        margin-right: auto !important;
    }

}


/* MOBILE */
/* @media (max-width: 767px) {

    .pr-edge-container {
        width: calc(100% - 30px) !important;
        max-width: none !important;
        margin-left: auto !important;
        margin-right: auto !important;
    }

} */


/* SMALL MOBILE */
/* @media (max-width: 480px) {

    .pr-edge-container {
        width: calc(100% - 24px) !important;
        margin-left: auto !important;
        margin-right: auto !important;
    }

} */


/* =========================================================
   TABLET
========================================================= */

@media (max-width: 991px) {

    .pr-edge-section {

        padding: 55px 0;

    }

    .pr-edge-container {

        width: calc(100% - 70px);

    }

    .pr-edge-title {

        font-size: 30px;

    }

    .pr-edge-text {

        font-size: 13px;

        line-height: 1.7;

    }

    .pr-edge-bottom {

        font-size: 21px;

    }

}


/* =========================================================
   MOBILE
========================================================= */
/* 
@media (max-width: 767px) {

    .pr-edge-section {

        padding: 45px 0;

    }

    .pr-edge-container {

        width: calc(100% - 36px);

    }

    .pr-edge-label {

        font-size: 10px;

        letter-spacing: 0.18em;

    }

    .pr-edge-title {

        font-size: 29px;

        line-height: 1.08;

        letter-spacing: -0.5px;

    }

    .pr-edge-text {

        font-size: 13px;

        line-height: 1.65;

        margin-bottom: 15px;

    }

    .pr-edge-bottom {

        margin-top: 24px;

        font-size: 20px;

        line-height: 1.4;

    }

} */


/* =========================================================
   SMALL MOBILE
========================================================= */

/* @media (max-width: 480px) {

    .pr-edge-section {

        padding: 40px 0;

    }

    .pr-edge-container {

        width: calc(100% - 30px);

    }

    .pr-edge-title {

        font-size: 27px;

    }

    .pr-edge-text {

        font-size: 12.5px;

    }

    .pr-edge-bottom {

        font-size: 18px;

    }

} */


/* =========================================================
   CONTACT MODAL
========================================================= */

.contact-modal {
    position: fixed;

    inset: 0;

    z-index: 999999;

    display: none;

    align-items: center;
    justify-content: center;

    padding: 20px;

    overflow-y: auto;
}


.contact-modal.active {
    display: flex;
}


/* Overlay */

.contact-modal-overlay {
    position: absolute;

    inset: 0;

    background: rgba(0, 0, 0, 0.72);

    backdrop-filter: blur(3px);
}


/* =========================================================
   MODAL BOX
========================================================= */

.contact-modal-box {
    position: relative;

    z-index: 2;

    width: min(100%, 1000px);

    max-height: calc(100vh - 40px);

    overflow-y: auto;

    background: #fff;

    padding: 15px 40px 35px;

    box-shadow:
        0 25px 70px rgba(0, 0, 0, 0.25);
}


/* =========================================================
   CLOSE BUTTON
========================================================= */

.contact-modal-close {
    position: absolute;

    top: 0;
    right: 0;

    width: 36px;
    height: 36px;

    border: 0;

    background: #f1f1f1;

    color: #222;

    font-size: 27px;

    line-height: 1;

    cursor: pointer;

    transition: all 0.2s ease;
}


.contact-modal-close:hover {
    background: #ff552f;

    color: #fff;
}


/* =========================================================
   MODAL LOGO — SMALL CENTERED
========================================================= */

.modal-logo {
    display: flex;

    justify-content: center;
    align-items: center;

    width: 100%;

    margin-bottom: 18px;
}


/* Actual logo image */

.modal-logo img.navbar-logo {
    display: block;

    width: 220px !important;
    height: 85px !important;

    max-width: 220px !important;
    max-height: 85px !important;

    object-fit: contain;

    object-position: center;
}


/* =========================================================
   MOBILE LOGO
========================================================= */

/* @media (max-width: 767px) {

    .modal-logo {
        margin-bottom: 20px;
    }

    .modal-logo img.navbar-logo {
        width: 170px !important;
        height: 65px !important;

        max-width: 170px !important;
        max-height: 65px !important;
    }

} */

.contact-modal {
    display: none;

    position: fixed;
    inset: 0;

    z-index: 99999;
}

.contact-modal.active {
    display: flex;

    align-items: center;
    justify-content: center;
}

body.modal-open {
    overflow: hidden;
}


/* =========================================================
   MODAL HEADING
========================================================= */

.modal-heading {
    text-align: center;

    margin-bottom: 40px;
}


.modal-heading h2 {
    margin: 0 0 7px;

    color: #182638;

    font-size: 30px;

    line-height: 1.2;

    font-weight: 700;
}


.modal-heading p {
    margin: 0;

    color: #26364a;

    font-size: 15px;
}


/* =========================================================
   SELECTED SERVICES
========================================================= */

.selected-services-wrapper {
    margin-bottom: 18px;
}


.selected-services-wrapper > label {
    display: block;

    margin-bottom: 8px;

    color: #65758a;

    font-size: 12px;

    font-weight: 600;

    text-transform: uppercase;

    letter-spacing: 0.05em;
}


.selected-services {
    display: flex;

    flex-wrap: wrap;

    gap: 7px;
}


.selected-service-tag {
    padding: 5px 10px;

    background: #fff1ed;

    border: 1px solid #ffd3c9;

    border-radius: 3px;

    color: #e84929;

    font-size: 12px;

    font-weight: 600;
}


/* =========================================================
   FORM GRID
========================================================= */

.contact-form-grid {
    display: grid;

    grid-template-columns: repeat(2, 1fr);

    gap: 18px 20px;
}


.form-field {
    position: relative;
}


.form-field input,
.form-field select {
    width: 100%;

    height: 49px;

    padding: 0 20px;

    border: 1px solid #e1e3e5;

    border-radius: 0;

    outline: none;

    background: #f7f8f9;

    color: #1e2938;

    font-size: 14px;

    transition: all 0.25s ease;
}


.form-field input::placeholder {
    color: #7c8a9d;
}


.form-field input:focus,
.form-field select:focus {
    border-color: #ff552f;

    background: #fff;

    box-shadow:
        0 0 0 2px rgba(255, 85, 47, 0.08);
}


/* =========================================================
   PHONE
========================================================= */

.phone-field {
    display: flex;

    align-items: center;

    background: #f7f8f9;

    border: 1px solid #e1e3e5;
}


.phone-field:focus-within {
    border-color: #ff552f;

    background: #fff;
}


.india-flag {
    margin-left: 15px;

    font-size: 17px;
}


.country-code {
    padding: 0 10px;

    color: #1f2937;

    font-size: 14px;
}


.phone-field input {
    height: 47px;

    padding-left: 0;

    border: 0;

    background: transparent;
}


.phone-field input:focus {
    box-shadow: none;

    border: 0;
}


/* =========================================================
   CONSENT
========================================================= */

.form-consent {
    margin: 28px 0 12px;

    color: #7b8795;

    font-size: 11px;

    line-height: 1.45;
}


.form-consent a {
    color: #60758b;

    text-decoration: underline;
}


/* =========================================================
   BOOK A CALL
========================================================= */

.book-call-btn {
    width: 100%;

    height: 50px;

    border: 0;

    border-radius: 3px;

    background: #ff552f;

    color: #fff;

    font-size: 17px;

    font-weight: 500;

    cursor: pointer;

    transition: all 0.3s ease;
}


.book-call-btn:hover {
    background: #e74425;
}


/* =========================================================
   SUCCESS
========================================================= */

.form-success {
    display: none;

    margin-top: 15px;

    padding: 12px;

    background: #eaf8ef;

    border: 1px solid #bce5c9;

    color: #218443;

    text-align: center;

    font-size: 14px;
}


.form-success.show {
    display: block;
}


/* =========================================================
   TABLET
========================================================= */

@media (max-width: 991px) {

    .service-selector {
        padding: 32px 25px 25px;
    }

    .service-options {
        gap: 15px;
    }

    .service-selector h2 {
        font-size: 28px;
    }

    .contact-modal-box {
        padding: 40px 30px 30px;
    }

}


/* =========================================================
   MOBILE
========================================================= */
/* 
@media (max-width: 767px) {

    .service-selector {
        padding: 28px 18px 22px;
    }

    .service-selector h2 {
        font-size: 25px;

        margin-bottom: 23px;
    }

    .service-options {
        grid-template-columns: 1fr 1fr;

        gap: 12px;
    }

    .service-option {
        min-height: 54px;

        padding: 0 10px;

        gap: 8px;
    }

    .service-name {
        font-size: 13px;
    }

    .custom-checkbox {
        width: 16px;
        height: 16px;
    } */


    /* MODAL */
/* 
    .contact-modal {
        padding: 10px;
    }

    .contact-modal-box {
        max-height: calc(100vh - 20px);

        padding: 38px 18px 25px;
    }

    .modal-logo {
        margin-bottom: 22px;
    }

    .modal-heading {
        margin-bottom: 25px;
    }

    .modal-heading h2 {
        font-size: 24px;
    }

    .modal-heading p {
        font-size: 13px;

        line-height: 1.5;
    }

    .contact-form-grid {
        grid-template-columns: 1fr;

        gap: 13px;
    }

    .form-consent {
        font-size: 10px;

        margin-top: 20px;
    }

} */


/* =========================================================
   SMALL MOBILE
========================================================= */
/* 
@media (max-width: 480px) {

    .service-options {
        grid-template-columns: 1fr;
    }

    .service-option {
        min-height: 52px;
    }

    .service-selector h2 {
        font-size: 23px;
    }

    .get-started-btn {
        width: 145px;

        padding: 12px 20px;
    }

} */

/* =========================================================
   THREE WAYS WE GROW YOU
========================================================= */

/* =========================================================
   CONTAINER
========================================================= */

.growth-container {
    width: min(100%, 1120px);
    margin: 0 auto;
}


/* =========================================================
   SERVICES LABEL
========================================================= */

.growth-label {
    display: flex;
    align-items: center;
    gap: 4px;

    margin-bottom: 17px;

    color: #1887c1;

    font-family: "Barlow", sans-serif;
    font-size: 11px;
    font-weight: 600;

    letter-spacing: 0.25em;
    text-transform: uppercase;
}


/* Small lines */

.label-line {
    display: block;

    width: 14px;
    height: 3px;

    transform: skewX(-25deg);
}

.label-line.blue {
    background: #258ac3;
}

.label-line.green {
    background: #27a87b;
}

.label-line.orange {
    background: #f3a51c;
}

.label-line.red {
    background: #ff4d29;
}


/* =========================================================
   MAIN HEADING
========================================================= */

.growth-heading {
    margin: 0;

    color: #d24e02;

    font-family: "Barlow", sans-serif;

    font-size: 47px;

    line-height: 1.02;

    font-weight: 800;

    letter-spacing: -1px;
}


/* =========================================================
   INTRO TEXT
========================================================= */

.growth-intro {
    margin: 13px 0 34px;

    color: #43566c;

    font-family: "Barlow", sans-serif;

    font-size: 15px;

    line-height: 1.55;
}


/* =========================================================
   CARDS GRID
========================================================= */

.growth-cards {
    display: grid;

    grid-template-columns: repeat(3, 1fr);

    gap: 16px;
}


/* =========================================================
   CARD
========================================================= */

.growth-card {
    position: relative;

    min-height: 195px;

    padding: 17px 16px 16px;

    background: #ffffff;

    border: 1px solid #e6e9e9;

    border-top-width: 3px;

    border-radius: 11px;

    box-shadow:
        0 12px 25px rgba(20, 35, 45, 0.06);

    transition:
        transform 0.3s ease,
        box-shadow 0.3s ease;
}


/* Hover */

.growth-card:hover {
    transform: translateY(-4px);

    box-shadow:
        0 18px 35px rgba(20, 35, 45, 0.11);
}


/* =========================================================
   CARD TOP COLORS
========================================================= */

.card-blue {
    border-top-color: #278cc5;
}

.card-green {
    border-top-color: #29a87c;
}

.card-orange {
    border-top-color: #f4a51c;
}

.card-red {
    border-top-color:#eb4034;
}
.card-purple {
    border-top-color:purple;
}
.card-yellowgreen {
    border-top-color:yellowgreen;
}


/* =========================================================
   NUMBER
========================================================= */

.growth-number {
    margin-bottom: 7px;

    color: #738496;

    font-family: "Barlow", sans-serif;

    font-size: 11px;

    font-weight: 500;

    letter-spacing: 0.18em;
}


/* =========================================================
   CARD HEADING
========================================================= */

.growth-card h3 {
    margin: 0 0 2px;

    color: #071529;

    font-family: "Barlow", sans-serif;

    font-size: 18px;

    line-height: 1.2;

    font-weight: 700;
}


/* =========================================================
   TAGLINE
========================================================= */

.growth-tagline {
    margin-bottom: 9px;

    color: #34495e;

    font-family: Georgia, "Times New Roman", serif;

    font-size: 12px;

    font-style: italic;

    line-height: 1.35;
}


/* =========================================================
   DESCRIPTION
========================================================= */

.growth-card p {
    margin: 0;

    color: #40566b;

    font-family: "Barlow", sans-serif;

    font-size: 13px;

    line-height: 1.55;
}


/* =========================================================
   CARD LINK
========================================================= */

.growth-link {
    display: inline-flex;

    align-items: center;

    gap: 6px;

    margin-top: 13px;

    color: #2089c5;

    font-family: "Barlow", sans-serif;

    font-size: 12px;

    font-weight: 600;

    text-decoration: none;

    transition: all 0.25s ease;
}


/* Green link */

.card-green .growth-link {
    color: #159b6d;
}


/* Orange link */

.card-orange .growth-link {
    color: #e99c0b;
}
.card-red .growth-link {
    color: red;
}
.card-purple .growth-link {
    color: purple;
}
.card-yellowgreen .growth-link {
    color: yellowgreen;
}

/* Arrow */

.growth-link span {
    font-size: 14px;

    transition: transform 0.25s ease;
}


.growth-link:hover span {
    transform: translateX(4px);
}


/* =========================================================
   LARGE DESKTOP
========================================================= */

@media (min-width: 1200px) {

    .growth-container {
        width: 1120px;
    }

}


/* =========================================================
   LAPTOP
========================================================= */

@media (max-width: 1199px) {

    .growth-container {
        width: calc(100% - 80px);
    }

}


/* =========================================================
   TABLET
========================================================= */

@media (max-width: 991px) {

    .growth-container {
        width: calc(100% - 50px);
    }

    .growth-heading {
        font-size: 32px;
    }

    .growth-cards {
        grid-template-columns: repeat(2, 1fr);

        gap: 15px;
    }

    .growth-card {
        min-height: 215px;
    }

}


/* =========================================================
   MOBILE
========================================================= */

/* @media (max-width: 767px) {

    .growth-container {
        width: calc(100% - 32px);
    }

    .growth-label {
        font-size: 10px;
    }

    .growth-heading {
        font-size: 30px;

        line-height: 1.06;
    }

    .growth-intro {
        font-size: 12px;

        margin-bottom: 25px;
    }

    .desktop-break {
        display: none;
    }

    .growth-cards {
        grid-template-columns: 1fr;

        gap: 14px;
    }

    .growth-card {
        min-height: auto;

        padding: 20px 18px 19px;
    }

    .growth-card h3 {
        font-size: 19px;
    }

    .growth-tagline {
        font-size: 12px;
    }

    .growth-card p {
        font-size: 13px;

        line-height: 1.6;
    }

    .growth-link {
        font-size: 12px;

        margin-top: 15px;
    }

} */


/* =========================================================
   SMALL MOBILE
========================================================= */

/* @media (max-width: 480px) {

    .growth-container {
        width: calc(100% - 26px);
    }

    .growth-heading {
        font-size: 28px;
    }

    .growth-intro {
        font-size: 13px;
    }

    .growth-card {
        padding: 18px 16px;
    }

    .growth-card h3 {
        font-size: 18px;
    }

} */

/* =========================================================
   PROOF / RESULTS SECTION
========================================================= */

.proof-section {
    width: 100%;

    background: #080d19;

    padding: 62px 0 42px;

    color: #ffffff;

    overflow: hidden;
}


/* =========================================================
   CONTAINER
========================================================= */

.proof-container {
    width: min(100%, 1120px);

    margin: 0 auto;
}


/* =========================================================
   PROOF LABEL
========================================================= */

.proof-label {
    display: flex;

    align-items: center;

    gap: 4px;

    margin-bottom: 17px;

    color: #5b9bb9;

    font-family: "Barlow", sans-serif;

    font-size: 11px;

    font-weight: 600;

    letter-spacing: .25em;

    text-transform: uppercase;
}


.proof-line {
    width: 14px;

    height: 3px;

    display: block;

    transform: skewX(-25deg);
}


.proof-blue {
    background: #268bc5;
}


.proof-green {
    background: #28a67a;
}


.proof-orange {
    background: #f2a51a;
}


/* =========================================================
   MAIN TITLE
========================================================= */

.proof-title {
    margin: 0 0 28px;

    color: #d24e02;

    font-family: "Barlow", sans-serif;

    font-size: 60px;

    line-height: 1.05;

    font-weight: 800;

    letter-spacing: -.7px;
}


/* =========================================================
   CARDS GRID
========================================================= */

.proof-cards {
    display: grid;

    grid-template-columns: repeat(3, 1fr);

    gap: 12px;
}


/* =========================================================
   CARD
========================================================= */

.proof-card {
    min-height: 210px;

    padding: 18px 17px 15px;

    background: #0d1320;

    border: 1px solid #202938;

    border-radius: 10px;

    box-sizing: border-box;

    transition:
        transform .3s ease,
        border-color .3s ease,
        background .3s ease;
}


.proof-card:hover {
    transform: translateY(-4px);

    border-color: #354052;

    background: #101725;
}


/* =========================================================
   CATEGORY
========================================================= */

.proof-card-category {
    margin-bottom: 18px;

    color: #7f92a8;

    font-family: "Barlow", sans-serif;

    font-size: 10px;

    font-weight: 500;

    letter-spacing: .12em;

    white-space: nowrap;

    overflow: hidden;

    text-overflow: ellipsis;
}


/* =========================================================
   METRIC
========================================================= */

.proof-metric {
    margin-bottom: 7px;

    color: #d64022;

    font-family: "Barlow", sans-serif;

    font-size: 30px;

    line-height: 1;

    font-weight: 700;

    letter-spacing: -.5px;
}


/* =========================================================
   CARD TITLE
========================================================= */

.proof-card h3 {
    margin: 0 0 8px;

    color: #ffffff;

    font-family: "Barlow", sans-serif;

    font-size: 15px;

    line-height: 1.25;

    font-weight: 700;
}


/* =========================================================
   CARD DESCRIPTION
========================================================= */

.proof-card p {
    margin: 0;

    color: #9aa8b9;

    font-family: "Barlow", sans-serif;

    font-size: 13px;

    line-height: 1.65;
}


/* =========================================================
   MINI STATS
========================================================= */

.proof-mini-stats {
    display: flex;

    align-items: flex-start;

    gap: 27px;

    margin-top: 10px;
}


.proof-mini-stats div {
    display: flex;

    flex-direction: column;
}


.proof-mini-stats strong {
    margin-bottom: 2px;

    color: #ffffff;

    font-family: "Barlow", sans-serif;

    font-size: 13px;

    line-height: 1.2;
}


.proof-mini-stats span {
    color: #7f91a5;

    font-family: "Barlow", sans-serif;

    font-size: 10px;

    line-height: 1.3;
}


/* =========================================================
   BOTTOM STATS BAR
========================================================= */

.proof-stats-bar {
    display: grid;

    grid-template-columns: repeat(4, 1fr);

    margin-top: 27px;

    background: #0d1423;

    border-radius: 9px;

    overflow: hidden;
}


/* =========================================================
   BOTTOM STAT
========================================================= */

.proof-stat {
    min-height: 80px;

    display: flex;

    flex-direction: column;

    align-items: center;

    justify-content: center;

    padding: 12px 10px;

    text-align: center;

    border-right: 1px solid #252d3c;
}


.proof-stat:last-child {
    border-right: 0;
}


/* Number */

.proof-stat strong {
    margin-bottom: 7px;

    color: #d24e02;

    font-family: "Barlow", sans-serif;

    font-size: 22px;

    line-height: 1;

    font-weight: 700;

    letter-spacing: -.5px;
}


/* Label */

.proof-stat span {
    color: #6f8399;

    font-family: "Barlow", sans-serif;

    font-size: 9px;

    line-height: 1.3;

    letter-spacing: .1em;
}


/* =========================================================
   LARGE DESKTOP
========================================================= */

@media (min-width: 1200px) {

    .proof-container {
        width: 1120px;
    }

}


/* =========================================================
   LAPTOP
========================================================= */

@media (max-width: 1199px) {

    .proof-container {
        width: calc(100% - 80px);
    }

}


/* =========================================================
   TABLET
========================================================= */

@media (max-width: 991px) {

    .proof-section {
        padding: 55px 0 40px;
    }

    .proof-container {
        width: calc(100% - 50px);
    }

    .proof-title {
        font-size: 30px;
    }

    .proof-cards {
        grid-template-columns: repeat(2, 1fr);

        gap: 15px;
    }

    .proof-card {
        min-height: 215px;
    }

    .proof-stats-bar {
        grid-template-columns: repeat(2, 1fr);
    }

    .proof-stat:nth-child(2) {
        border-right: 0;
    }

    .proof-stat:nth-child(-n + 2) {
        border-bottom: 1px solid #252d3c;
    }

}


/* =========================================================
   MOBILE
========================================================= */

/* @media (max-width: 767px) {

    .proof-section {
        padding: 48px 0 35px;
    }

    .proof-container {
        width: calc(100% - 32px);
    }

    .proof-label {
        font-size: 10px;
    }

    .proof-title {
        font-size: 29px;

        line-height: 1.08;

        margin-bottom: 25px;
    }

    .proof-cards {
        grid-template-columns: 1fr;

        gap: 14px;
    }

    .proof-card {
        min-height: auto;

        padding: 19px 17px;
    }

    .proof-card-category {
        font-size: 10px;
    }

    .proof-metric {
        font-size: 28px;
    }

    .proof-card h3 {
        font-size: 16px;
    }

    .proof-card p {
        font-size: 13px;

        line-height: 1.65;
    }

    .proof-mini-stats strong {
        font-size: 13px;
    }

    .proof-mini-stats span {
        font-size: 10px;
    }

    .proof-stats-bar {
        grid-template-columns: 1fr 1fr;

        margin-top: 18px;
    }

    .proof-stat {
        min-height: 82px;
    }

    .proof-stat strong {
        font-size: 20px;
    }

} */


/* =========================================================
   SMALL MOBILE
========================================================= */

/* @media (max-width: 480px) {

    .proof-container {
        width: calc(100% - 26px);
    }

    .proof-title {
        font-size: 27px;
    }

    .proof-card {
        padding: 17px 15px;
    }

    .proof-card-category {
        font-size: 9px;
    }

    .proof-metric {
        font-size: 26px;
    }

    .proof-stat {
        min-height: 75px;

        padding: 10px 5px;
    }

    .proof-stat strong {
        font-size: 18px;
    }

    .proof-stat span {
        font-size: 8px;

        letter-spacing: .08em;
    }

} */

/* =========================================================
   WHY ELEVATE DIGILABS
========================================================= */

.why-elevate-section {
    width: 100%;

    background: #f1f5f4;

    padding: 70px 0 72px;

    overflow: hidden;
}


/* =========================================================
   CONTAINER
========================================================= */

.why-elevate-container {
    width: min(100%, 1120px);

    margin: 0 auto;
}


/* =========================================================
   TOP LABEL
========================================================= */

.why-elevate-label {

    display: flex;

    align-items: center;

    gap: 4px;

    margin-bottom: 17px;

    color: #1787c0;

    font-family: "Barlow", sans-serif;

    font-size: 11px;

    font-weight: 600;

    letter-spacing: .24em;

    text-transform: uppercase;
}


/* Colored lines */

.why-line {
    display: block;

    width: 14px;

    height: 3px;

    transform: skewX(-25deg);
}


.why-blue {
    background: #258bc5;
}


.why-green {
    background: #27a87a;
}


.why-orange {
    background: #f2a51b;
}


/* =========================================================
   HEADING
========================================================= */

.why-elevate-title {
    margin: 0 0 30px;

    color: #d24e02;

    font-family: "Barlow", sans-serif;

    font-size: 47px;

    line-height: 1.03;

    font-weight: 700;

    letter-spacing: -1px;
}


/* =========================================================
   FEATURES GRID
========================================================= */

.why-elevate-grid {

    display: grid;

    grid-template-columns: repeat(3, 1fr);

    border: 1px solid #cbd0d1;

    border-radius: 13px;

    overflow: hidden;

    background: transparent;
}


/* =========================================================
   FEATURE ITEM
========================================================= */

.why-item {

    min-height: 120px;

    padding: 20px 17px 18px;

    border-right: 1px solid #d1d5d6;

    border-bottom: 1px solid #d1d5d6;

    box-sizing: border-box;
}


/* Remove right border from every 3rd item */

.why-item:nth-child(3n) {
    border-right: none;
}


/* Remove bottom border from last row */

.why-item:nth-child(n + 4) {
    border-bottom: none;
}

/* =========================================================
   WHY ITEM - ICON + HOVER (dark bg, white text)
========================================================= */

.why-item {
    transition:
        background-color var(--black),
        color 0.3s ease;
}

.why-icon {
    width: 42px;
    height: 42px;
    margin-bottom: 14px;
    color: #d24e02;
    transition: color 0.3s ease;
}

.why-icon svg {
    width: 100%;
    height: 100%;
    display: block;
}

.why-item:hover {
    background: #0d1427;
}

.why-item:hover .why-number {
    color: #f2a51b;
}

.why-item:hover .why-icon {
    color: #ffffff;
}

.why-item:hover h3 {
    color: #ffffff;
}

.why-item:hover p {
    color: #cdd6e0;
}
/* =========================================================
   NUMBER
========================================================= */

.why-number {

    display: block;

    margin-bottom: 7px;

    color: #ee9e0a;

    font-family: "Barlow", sans-serif;

    font-size: 11px;

    line-height: 1;

    font-weight: 600;

    letter-spacing: .1em;

}


/* =========================================================
   ITEM TITLE
========================================================= */

.why-item h3 {

    margin: 0 0 7px;

    color: #071529;

    font-family: "Barlow", sans-serif;

    font-size: 16px;

    line-height: 1.2;

    font-weight: 700;

}


/* =========================================================
   ITEM DESCRIPTION
========================================================= */

.why-item p {

    max-width: 285px;

    margin: 0;

    color: #526579;

    font-family: "Barlow", sans-serif;

    font-size: 13px;

    line-height: 1.55;

}


/* =========================================================
   HOVER
========================================================= */

.why-item {

    transition: background-color .25s ease;
}


.why-item:hover {

    background: black;

}


/* =========================================================
   LARGE DESKTOP
========================================================= */

@media (min-width: 1200px) {

    .why-elevate-container {
        width: 1120px;
    }

}


/* =========================================================
   LAPTOP
========================================================= */

@media (max-width: 1199px) {

    .why-elevate-container {

        width: calc(100% - 80px);

    }

}


/* =========================================================
   TABLET
========================================================= */

@media (max-width: 991px) {

    .why-elevate-section {

        padding: 60px 0;

    }

    .why-elevate-container {

        width: calc(100% - 50px);

    }

    .why-elevate-title {

        font-size: 32px;

    }

    .why-elevate-grid {

        grid-template-columns: repeat(2, 1fr);

    }

    /* Reset */

    .why-item:nth-child(3n) {

        border-right: 1px solid #d1d5d6;

    }

    /* 2-column right items */

    .why-item:nth-child(2n) {

        border-right: none;

    }

    /* Bottom row */

    .why-item:nth-child(n + 5) {

        border-bottom: none;

    }

    .why-item:nth-child(3),
    .why-item:nth-child(4) {

        border-bottom: 1px solid #d1d5d6;

    }

}


/* =========================================================
   MOBILE
========================================================= */

/* @media (max-width: 767px) {

    .why-elevate-section {

        padding: 50px 0 55px;

    }

    .why-elevate-container {

        width: calc(100% - 32px);

    }

    .why-elevate-label {

        font-size: 10px;

    }

    .why-elevate-title {

        font-size: 30px;

        line-height: 1.07;

        margin-bottom: 25px;

    }

    .why-elevate-grid {

        grid-template-columns: 1fr;

        border-radius: 10px;

    }

    .why-item {

        min-height: auto;

        padding: 19px 17px;

        border-right: none !important;

        border-bottom: 1px solid #d1d5d6 !important;

    }

    .why-item:last-child {

        border-bottom: none !important;

    }

    .why-item h3 {

        font-size: 15px;

    }

    .why-item p {

        max-width: 100%;

        font-size: 13px;

        line-height: 1.6;

    }

} */


/* =========================================================
   SMALL MOBILE
========================================================= */

/* @media (max-width: 480px) {

    .why-elevate-container {

        width: calc(100% - 26px);

    }

    .why-elevate-title {

        font-size: 28px;

    }

    .why-item {

        padding: 18px 15px;

    }

    .why-item h3 {

        font-size: 14px;

    }

    .why-item p {

        font-size: 12.5px;

    }

} */

/* =========================================================
   GROWTH AUDIT SECTION
========================================================= */

.audit-section {
    width: 100%;

    background: #f7f7f8;

    padding: 100px 0;

    overflow: hidden;

    font-family: "Barlow", sans-serif;
}


/* =========================================================
   CONTAINER
========================================================= */

.audit-container {
    width: min(100% - 80px, 1180px);
    margin: 0 auto;
    display: grid;
    grid-template-columns: 0.95fr 1.1fr;
    align-items: center;
    gap: 75px;
    margin-top: -50px;
}


/* =========================================================
   LEFT CONTENT
========================================================= */

.audit-content {
    padding-top: 5px;
    margin: -100px;
}


/* =========================================================
   HEADING
========================================================= */

.audit-content h2 {
    margin: 0 0 24px;
    color: #101827;
    font-family: "Barlow", sans-serif;
    font-size: 42px;
    line-height: 1.12;
    font-weight: 700;
    letter-spacing: -0.7px;
}


.audit-content h2 span {
    color: #d64022;
}


/* =========================================================
   TRUSTED TEXT
========================================================= */

.audit-trusted {
    max-width: 400px;
    margin: 0 0 18px;
    color: #1d2735;
    font-size: 15px;
    line-height: 1.55;
    font-weight: 700;
}

.audit-description {
    max-width: 430px;
    margin: 0;
    color: #526071;
    font-size: 15px;
    line-height: 1.7;
    font-weight: 400;
}

/* =========================================================
   EMAIL
========================================================= */

.audit-email {
    display: flex;

    align-items: center;

    gap: 11px;

    margin-top: 24px;

    color: #718093;

    font-size: 13px;
}


.audit-email b {
    color: #f58220;

    font-size: 16px;

    line-height: 1;
}


.audit-email a {
    color: #151c29;

    font-weight: 700;

    text-decoration: none;
}


.audit-email a:hover {
    color: #f58220;
}


/* =========================================================
   FORM WRAPPER
========================================================= */

.audit-form-wrapper {
    width: 100%;
    background: #ffffff;
    border-radius: 14px;
    padding: 38px 34px 32px;

    box-shadow:
        0 20px 55px rgba(30, 38, 50, 0.11);

    box-sizing: border-box;

}


/* =========================================================
   FORM
========================================================= */

.audit-form {
    display: grid;

    grid-template-columns: 1fr 1fr;

    column-gap: 21px;

    row-gap: 19px;
}


/* =========================================================
   FIELD
========================================================= */

.audit-field {
    min-width: 0;
}


/* =========================================================
   LABEL
========================================================= */

.audit-field label {
    display: block;

    margin-bottom: 10px;

    color: #182131;

    font-size: 13px;

    line-height: 1;

    font-weight: 600;
}

@media (min-width: 1200px) {
    .audit-container {
        width: 1180px;
    }
}

/* =========================================================
   INPUT
========================================================= */

.audit-field input,
.audit-field select {
    width: 100%;

    height: 44px;

    padding: 0;

    margin: 0;

    border: 0;

    border-bottom: 1px solid #e3e4e7;

    border-radius: 0;

    outline: none;

    background: transparent;

    color: #657184;

    font-family: "Barlow", sans-serif;

    font-size: 13px;

    box-sizing: border-box;

    transition:
        border-color .25s ease;
}


/* PLACEHOLDER */

.audit-field input::placeholder {
    color: #b1b7c0;

    opacity: 1;
}


/* FOCUS */

.audit-field input:focus,
.audit-field select:focus {
    border-bottom-color: #f58220;
}


/* =========================================================
   SELECT
========================================================= */

.select-wrapper {
    position: relative;
}


.select-wrapper::after {
    content: "⌄";

    position: absolute;

    right: 2px;

    bottom: 7px;

    color: #1e2735;

    font-size: 14px;

    pointer-events: none;
}


.audit-field select {
    appearance: none;

    -webkit-appearance: none;

    cursor: pointer;

    padding-right: 20px;
}


/* =========================================================
   FULL WIDTH FIELD
========================================================= */

.audit-field-full {
    grid-column: 1 / -1;
}


/* =========================================================
   SUBMIT BUTTON
========================================================= */

.audit-submit {
    grid-column: 1 / -1;

    width: 100%;

    height: 46px;

    margin-top: 2px;

    border: 0;

    border-radius: 5px;

    background: #d64022 ;

    color: #ffffff;

    font-family: "Barlow", sans-serif;

    font-size: 13px;

    font-weight: 700;

    letter-spacing: .06em;

    cursor: pointer;

    transition:
        background .25s ease,
        transform .2s ease;
}


.audit-submit:hover {
    background: #d64022 ;

    transform: translateY(-1px);
}


.audit-submit:active {
    transform: translateY(0);
}


/* =========================================================
   SUCCESS MESSAGE
========================================================= */

.audit-success {
    display: none;

    grid-column: 1 / -1;

    padding: 10px;

    border-radius: 5px;

    background: #edf9f2;

    color: #218653;

    font-size: 13px;

    line-height: 1.4;

    text-align: center;
}


.audit-success.show {
    display: block;
}


/* =========================================================
   ERROR STATE
========================================================= */

.audit-field.error input,
.audit-field.error select {
    border-bottom-color: #e74c3c;
}


/* =========================================================
   LARGE DESKTOP
========================================================= */

@media (min-width: 1200px) {

    .audit-container {
        width: 880px;
    }

}


/* =========================================================
   LAPTOP
========================================================= */

@media (max-width: 1100px) {

    .audit-container {
        width: calc(100% - 70px);

        gap: 40px;
    }

    .audit-content h2 {
        font-size: 26px;
    }

}


/* =========================================================
   TABLET
========================================================= */

/* @media (max-width: 900px) {

    .audit-section {
        padding: 60px 0;
    }

    .audit-container {
        width: calc(100% - 50px);

        grid-template-columns: 1fr;

        gap: 35px;
    }

    .audit-content {
        text-align: center;
    }

    .audit-trusted,
    .audit-description {
        margin-left: auto;
        margin-right: auto;
    }

    .audit-email {
        justify-content: center;
    }

    .audit-form-wrapper {
        max-width: 650px;

        margin: 0 auto;
    }

} */


/* =========================================================
   MOBILE
========================================================= */

/* @media (max-width: 767px) {

    .audit-section {
        padding: 45px 0;
    }

    .audit-container {
        width: calc(100% - 30px);

        gap: 30px;
    }

    .audit-content h2 {
        font-size: 28px;

        line-height: 1.2;
    }

    .audit-trusted {
        font-size: 13px;
    }

    .audit-description {
        font-size: 13px;
    }

    .audit-email {
        font-size: 13px;

        flex-wrap: wrap;
    }

    .audit-form-wrapper {
        padding: 23px 19px;
    }

    .audit-form {
        grid-template-columns: 1fr;

        row-gap: 19px;
    }

    .audit-field-full,
    .audit-submit,
    .audit-success {
        grid-column: auto;
    }

} */


/* =========================================================
   SMALL MOBILE
========================================================= */

/* @media (max-width: 480px) {

    .audit-section {
        padding: 38px 0;
    }

    .audit-container {
        width: calc(100% - 24px);
    }

    .audit-content h2 {
        font-size: 25px;
    }

    .audit-form-wrapper {
        padding: 22px 17px;
    }

} */

/* =========================================
   PIPELINE / THREE PHASES SECTION
========================================= */

.pipeline-section {
    position: relative;
    width: 100%;
    min-height: 519px;
    padding: 70px 0px 72px;
    overflow: hidden;
    background: #0a0e1a;
}

/* Small orange glow visible at top */
.pipeline-section::before {
    content: "";
    position: absolute;
    top: -8px;
    right: 45px;
    width: 90px;
    height: 18px;
    background: #ffb31a;
    filter: blur(14px);
    opacity: 0.55;
    border-radius: 50%;
    pointer-events: none;
}

/* CONTAINER */

.pipeline-container {
    width: 100%;
    max-width: 1191px;
    margin: 0 auto;
}

/* HEADING */

.pipeline-title {
    /* width: 760px; */
    max-width: 100%;

    font-size: 48px;
    line-height: 1.08;
    font-weight: 800;
    letter-spacing: -2px;

    color: #d24e02;

    margin-bottom: 54px;
}

/* CARDS WRAPPER */

.phase-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 19px;
    width: 100%;
}

/* PHASE CARD */

.phase-card {
    position: relative;

    min-height: 271px;
    padding: 30px 28px 26px;

    background:
        linear-gradient(
            135deg,
            rgba(255, 255, 255, 0.018),
            rgba(255, 255, 255, 0)
        ),
        #0d111d;

    border: 1px solid #242b39;
    border-radius: 17px;

    overflow: hidden;
}

/* PHASE NUMBER */

.phase-number {
    display: block;

    margin-bottom: 8px;

    color: #d24e02;

    font-family: "Barlow", sans-serif;
    font-size: 13px;
    line-height: 1;
    font-weight: 700;

    letter-spacing: 1.4px;
}

/* DAY TEXT */

.phase-days {
    display: block;

    margin-bottom: 18px;

    color: #7890ae;

    font-family: "Barlow", sans-serif;
    font-size: 12px;
    line-height: 1;

    letter-spacing: 0.3px;
}

/* CARD TITLE */

.phase-title {
    margin-bottom: 15px;

    color: #ffffff;

    font-size: 22px;
    line-height: 1.15;
    font-weight: 750;

    letter-spacing: -0.5px;
}

/* LIST */

.phase-list {
    list-style: none;

    display: flex;
    flex-direction: column;

    gap: 14px;
}

.phase-list li {
    position: relative;

    display: flex;
    align-items: flex-start;

    color: #a4b5ca;

    font-size: 15px;
    line-height: 1.2;
    font-weight: 400;

    letter-spacing: 0.05px;
}

/* Small angled bullet */
.phase-list li::before {
    content: "";

    flex: 0 0 auto;

    width: 10px;
    height: 7px;

    margin-top: 4px;
    margin-right: 11px;

    background: #2c8fc5;

    transform: skewX(-22deg);

    border-radius: 1px;
}

/* Phase 2 bullet */
.phase-card.phase-two .phase-list li::before {
    background: #26b782;
}

/* Phase 3 bullet */
.phase-card.phase-three .phase-list li::before {
    background: #ffb01b;
}









/* =========================================================
   CARD POINT COLORS
========================================================= */

/* Common point styling */
.phase-list1,
.phase-list2,
.phase-list3,
.phase-list4,
.phase-list5,
.phase-list6 {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 14px;
    padding: 0;
    margin: 0;
}

.phase-list1 li,
.phase-list2 li,
.phase-list3 li,
.phase-list4 li,
.phase-list5 li,
.phase-list6 li {
    position: relative;
    display: flex;
    align-items: flex-start;

    color: black;

    font-size: 15px;
    line-height: 1.2;
    font-weight: 400;

    letter-spacing: 0.05px;
}

/* Small angled bullet */
.phase-list1 li::before,
.phase-list2 li::before,
.phase-list3 li::before,
.phase-list4 li::before,
.phase-list5 li::before,
.phase-list6 li::before {
    content: "";

    flex: 0 0 auto;

    width: 10px;
    height: 7px;

    margin-top: 4px;
    margin-right: 11px;

    transform: skewX(-22deg);
    border-radius: 1px;
}


/* =========================================================
   01 — BLUE
========================================================= */

.card-blue .phase-list1 li::before {
    background: #2c8fc5;
}


/* =========================================================
   02 — GREEN
========================================================= */

.card-green .phase-list2 li::before {
    background: #26b782;
}


/* =========================================================
   03 — ORANGE
========================================================= */

.card-orange .phase-list3 li::before {
    background: #ffb01b;
}


/* =========================================================
   04 — RED
========================================================= */

.card-red .phase-list4 li::before {
    background: #ef5b5b;
}


/* =========================================================
   05 — PURPLE
========================================================= */

.card-purple .phase-list5 li::before {
    background: #9b6cff;
}


/* =========================================================
   06 — YELLOW GREEN
========================================================= */

.card-yellowgreen .phase-list6 li::before {
    background: #a8c93a;
}




/* text color */
/* .card-blue .phase-list1 li {
    color: #2c8fc5;
}

.card-green .phase-list2 li {
    color: #26b782;
}

.card-orange .phase-list3 li {
    color: #ffb01b;
}

.card-red .phase-list4 li {
    color: #ef5b5b;
}

.card-purple .phase-list5 li {
    color: #9b6cff;
}

.card-yellowgreen .phase-list6 li {
    color: #a8c93a;
} */










/* BOTTOM STATEMENT */

.pipeline-footer {
    text-align: center;

    margin-top: 38px;

    color: #9db0c7;

    font-family: "Barlow", sans-serif;
    font-size: 13px;
    line-height: 1.4;

    letter-spacing: 0.5px;
}

.pipeline-footer strong {
    color: #ffffff;
    font-weight: 700;
}

/* TABLET */

@media (max-width: 900px) {

    .pipeline-section {
        padding: 35px 24px;
    }

    .pipeline-title {
        font-size: 40px;
        margin-bottom: 40px;
    }

    .phase-grid {
        grid-template-columns: 1fr;
        gap: 18px;
    }

    .phase-card {
        min-height: auto;
    }

    .pipeline-footer {
        margin-top: 30px;
    }
}

/* MOBILE */

/* @media (max-width: 600px) {

    .pipeline-section {
        padding: 28px 16px;
    }

    .pipeline-title {
        font-size: 32px;
        line-height: 1.08;
        letter-spacing: -1.2px;

        margin-bottom: 30px;
    }

    .phase-card {
        padding: 25px 22px;
        border-radius: 15px;
    }

    .phase-title {
        font-size: 20px;
    }

    .phase-list {
        gap: 13px;
    }

    .phase-list li {
        font-size: 14px;
    }

    .pipeline-footer {
        font-size: 11px;
        line-height: 1.6;
    }
} */

/* =========================================================
   FAQ SECTION
========================================================= */

.faq-section {
    width: 100%;
    min-height: 600px;
    padding: 26px 54px 0;
    background: #090d18;
}

.faq-container {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
}

.faq-label {
    display: flex;
    align-items: center;
    gap: 10px;

    height: 20px;
    margin-bottom: 18px;

    color: #19a97d;

    font-family: "Barlow", sans-serif;
    font-size: 10px;
    font-weight: 700;

    text-transform: uppercase;
    letter-spacing: 2px;
}

.faq-label::before {
    content: "";

    display: block;

    width: 38px;
    height: 3px;

    background: linear-gradient(
        90deg,
        #168eb5 0%,
        #168eb5 45%,
        #24a77f 45%,
        #24a77f 100%
    );

    transform: skewX(-22deg);

    border-radius: 1px;
}

.faq-title {
    width: 100%;
    /* max-width: 650px; */

    margin: 0 0 28px;

    color: #d24e02;

    font-size: 48px;
    line-height: 1.02;

    font-weight: 800;

    letter-spacing: -1.8px;
}

.faq-list {
    width: 100%;

    border-top: 1px solid #1c2330;
}

.faq-item {
    width: 100%;

    border-bottom: 1px solid #1c2330;
}

.faq-question {
    position: relative;

    width: 100%;
    min-height: 79px;

    padding: 0;

    display: flex;
    align-items: center;
    justify-content: space-between;

    border: none;
    outline: none;

    background: transparent;

    color: #ffffff;

    cursor: pointer;

    text-align: left;
}

.faq-question-text {
    color: #ffffff;

    font-size: 18px;
    line-height: 1.25;

    font-weight: 700;

    transition:
        color 0.25s ease,
        padding-left 0.25s ease;
}

.faq-icon {
    position: relative;

    flex: 0 0 auto;

    width: 24px;
    height: 24px;

    margin-right: 3px;
}

.faq-icon::before {
    content: "";

    position: absolute;

    top: 50%;
    left: 50%;

    width: 18px;
    height: 2px;

    background: #d24e02;

    transform: translate(-50%, -50%);

    transition:
        transform 0.25s ease,
        background 0.25s ease;
}

.faq-icon::after {
    content: "";

    position: absolute;

    top: 50%;
    left: 50%;

    width: 2px;
    height: 18px;

    background: #d24e02;

    transform: translate(-50%, -50%);

    transition:
        opacity 0.25s ease,
        transform 0.25s ease;
}

.faq-answer {
    display: grid;

    grid-template-rows: 0fr;

    transition:
        grid-template-rows 0.35s ease,
        padding-bottom 0.35s ease;
}

.faq-answer-inner {
    overflow: hidden;

    max-width: 800px;

    color: #8d9aac;

    font-size: 15px;
    line-height: 1.7;
}

.faq-item.active .faq-answer {
    grid-template-rows: 1fr;

    padding-bottom: 25px;
}

.faq-item.active .faq-icon::after {
    opacity: 0;

    transform:
        translate(-50%, -50%)
        rotate(90deg);
}

.faq-item.active .faq-question-text {
    color: #d24e02;
}

.faq-question:hover .faq-question-text {
    color: #d24e02;
}

.faq-question:hover .faq-icon::before,
.faq-question:hover .faq-icon::after {
    background: #d24e02;
}

@media (max-width: 1000px) {

    .faq-section {
        padding: 35px 40px 0;
    }

    .faq-title {
        font-size: 34px;
    }

    .faq-question {
        min-height: 74px;
    }

    .faq-question-text {
        font-size: 17px;
    }
}

@media (max-width: 600px) {

    .faq-section {
        min-height: auto;

        padding: 30px 20px 40px;
    }

    .faq-label {
        font-size: 8px;

        letter-spacing: 1.5px;

        gap: 8px;
    }

    .faq-label::before {
        width: 30px;
        height: 2px;
    }

    .faq-title {
        max-width: 100%;

        font-size: 30px;

        line-height: 1.05;

        letter-spacing: -1.2px;

        margin-bottom: 25px;
    }

    .faq-question {
        min-height: 68px;
    }

    .faq-question-text {
        max-width: calc(100% - 50px);

        font-size: 15px;
    }

    .faq-icon {
        width: 22px;
        height: 22px;
    }

    .faq-icon::before {
        width: 16px;
    }

    .faq-icon::after {
        height: 16px;
    }

    .faq-answer-inner {
        font-size: 13px;
    }

    .faq-item.active .faq-answer {
        padding-bottom: 20px;
    }
}

/* =========================================
   FOUNDER SECTION
========================================= */

.founder-section {
    width: 100%;
    min-height: 504px;

    padding: 29px 56px 48px;

    background: #eef2f0;

    overflow: hidden;
}

.founder-container {
    width: 100%;
    max-width: 1164px;

    margin: 0 auto;

    display: grid;
    grid-template-columns: 432px 1fr;
    column-gap: 48px;

    align-items: center;
}

.founder-card {
    position: relative;

    width: 100%;
    height: 350px;

    padding: 38px 40px 32px;

    background: #0d1427;

    border-radius: 20px;

    overflow: hidden;
}

.founder-avatar {
    width: 97px;
    height: 97px;

    display: flex;
    align-items: center;
    justify-content: center;

    margin-bottom: 25px;

    border-radius: 50%;

    background:
        linear-gradient(
            135deg,
            #2e91bd 0%,
            #2e91bd 25%,
            #2ba88e 75%,
            #32aa77 100%
        );

    color: #ffffff;

    font-size: 30px;
    font-weight: 800;

    letter-spacing: -1px;
}

.founder-role {
    display: block;

    margin-bottom: 18px;

    color: #71839d;

    font-family: "Courier New", monospace;

    font-size: 12px;
    line-height: 1;

    font-weight: 700;

    letter-spacing: 1.7px;

    text-transform: uppercase;
}

.founder-name {
    margin-bottom: 30px;

    color: #ffffff;

    font-size: 29px;
    line-height: 1;

    font-weight: 800;

    letter-spacing: -0.8px;
}

.founder-services {
    display: flex;
    flex-direction: column;

    gap: 17px;
}

.founder-services span {
    color: #ffffff;

    font-size: 16px;
    line-height: 1;

    font-weight: 400;

    letter-spacing: 0;
}

.card-decoration {
    position: absolute;

    right: 25px;
    bottom: 24px;

    display: flex;
    align-items: center;

    gap: 5px;
}

.card-decoration span {
    display: block;

    width: 20px;
    height: 5px;

    border-radius: 1px;

    transform: skewX(-25deg);
}

.card-decoration span:nth-child(1) {
    background: #2588b5;
}

.card-decoration span:nth-child(2) {
    background: #27a87a;
}

.card-decoration span:nth-child(3) {
    background: #f2a51b;
}

.founder-content {
    width: 100%;
}

.content-label {
    margin-bottom: 14px;

    color: #1685c2;

    font-family: "Barlow", sans-serif;

    font-size: 11px;
    font-weight: 700;

    letter-spacing: 1.6px;
    text-transform: uppercase;
}

.founder-content h1 {
    margin-bottom: 20px;

    color: #d24e02;

    font-size: 45px;
    line-height: 1.1;
    font-weight: 800;

    letter-spacing: -1px;
}

.founder-description {
    max-width: 620px;

    margin-bottom: 16px;

    color: #3d4c5e;

    font-size: 15px;
    line-height: 1.65;
}

.founder-description strong {
    color: #0b1626;
    font-weight: 700;
}

.founder-description.second {
    margin-bottom: 24px;
}

.founder-tags {
    display: flex;
    flex-wrap: wrap;

    gap: 10px;
}

.founder-tag {
    padding: 7px 14px;

    background: #ffffff;

    border: 1px solid #d7ddd9;
    border-radius: 30px;

    color: #2c3a4d;

    font-size: 12.5px;
    font-weight: 600;

    white-space: nowrap;
}

@media (max-width: 991px) {

    .founder-section {
        padding: 50px 30px;
    }

    .founder-container {
        grid-template-columns: 1fr;
        row-gap: 40px;
    }

    .founder-card {
        max-width: 432px;
        margin: 0 auto;
    }

    .founder-content h1 {
        font-size: 34px;
    }
}

@media (max-width: 600px) {

    .founder-section {
        padding: 40px 18px;
    }

    .founder-card {
        height: auto;
        padding: 30px 26px 26px;
    }

    .founder-avatar {
        width: 80px;
        height: 80px;
        font-size: 24px;
    }

    .founder-name {
        font-size: 24px;
    }

    .founder-services span {
        font-size: 14px;
    }

    .founder-content h1 {
        font-size: 28px;
        line-height: 1.15;
    }

    .founder-description {
        font-size: 13.5px;
    }

    .founder-tag {
        font-size: 11.5px;
        padding: 6px 12px;
    }
}


/* =========================================================
   MOBILE SERVICE BOXES - 2 BOXES IN ONE ROW
   ========================================================= */

/* @media (max-width: 767px) {

    .main-hero-section .service-options {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
        gap: 10px !important;
        width: 100%;
    }

    .main-hero-section .service-option {
        width: 100%;
        min-width: 0;
        min-height: 52px;
        padding: 0 10px;
    }

    .main-hero-section .service-name {
        font-size: 13px;
        line-height: 1.2;
        white-space: nowrap;
    }

    .main-hero-section .custom-checkbox {
        width: 17px;
        height: 17px;
        flex-shrink: 0;
    }

} */


/* EXTRA SMALL MOBILE */
/* @media (max-width: 380px) {

    .main-hero-section .service-options {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
        gap: 8px !important;
    }

    .main-hero-section .service-option {
        min-height: 48px;
        padding: 0 7px;
        gap: 7px;
    }

    .main-hero-section .service-name {
        font-size: 12px;
    }

    .main-hero-section .custom-checkbox {
        width: 16px;
        height: 16px;
    }

} */

/* =========================================================
   PR MANTRA EDGE - FULL WIDTH CONTENT
   REMOVE SIDE GAPS
   ========================================================= */

.pr-edge-section {
    width: 100% !important;
    margin: 0 !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.pr-edge-container {
    width: calc(100% - 60px) !important;
    max-width: none !important;
    margin-left: 30px !important;
    margin-right: 30px !important;
}


/* DESKTOP */
@media (min-width: 1200px) {

    .pr-edge-container {
        width: calc(100% - 80px) !important;
        max-width: none !important;
        margin-left: 40px !important;
        margin-right: 40px !important;
    }

}


/* TABLET */
@media (max-width: 991px) {

    .pr-edge-container {
        width: calc(100% - 50px) !important;
        margin-left: 25px !important;
        margin-right: 25px !important;
    }

}


/* MOBILE */
/* @media (max-width: 767px) {

    .pr-edge-container {
        width: calc(100% - 30px) !important;
        margin-left: 15px !important;
        margin-right: 15px !important;
    }

} */

/* =========================================================
   ELEVATE DIGILABS - MATCHING FOOTER
   ========================================================= */

.site-footer {
    width: 100%;
    background: #092032;
    color: #ffffff;
    padding: 70px 40px 35px;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    border-bottom: none;
    font-family: "Barlow", sans-serif;
}


/* =========================================================
   FOOTER CONTAINER
   ========================================================= */

.footer-container {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;

    display: grid;
    grid-template-columns: 1.7fr 1fr 1fr;

    column-gap: 90px;
    align-items: start;
}


/* =========================================================
   BRAND
   ========================================================= */

.footer-brand {
    min-width: 0;
}


/* =========================================================
   LOGO
   ========================================================= */

.footer-logo {
    display: inline-flex;
    align-items: center;

    width: auto;
    height: auto;

    margin-bottom: 20px;
}

.footer-logo img {
    display: block;

    width: auto;
    height: 72px;
    max-width: 210px;

    object-fit: contain;
}


/* =========================================================
   DESCRIPTION
   ========================================================= */

.footer-description {
    margin: 0;

    max-width: 430px;

    color: #aebdd0;

    font-family: "Barlow", sans-serif;
    font-size: 14px;
    line-height: 1.7;
    font-weight: 400;
}


/* =========================================================
   PARTNER
   ========================================================= */

.footer-partner {
    display: inline-flex;
    align-items: center;

    gap: 10px;

    height: 36px;

    margin-top: 22px;
    padding: 0 15px;

    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 20px;

    color: #c3cedb;

    font-family: "Barlow", sans-serif;
    font-size: 12px;
    line-height: 1;

    white-space: nowrap;
}


/* =========================================================
   PARTNER LINES
   ========================================================= */

.footer-lines {
    display: flex;
    align-items: center;
    gap: 4px;
}

.footer-lines i {
    display: block;

    width: 16px;
    height: 3px;

    transform: skewX(-25deg);
}

.footer-lines i:nth-child(1) {
    background: #159ac4;
}

.footer-lines i:nth-child(2) {
    background: #18a86b;
}

.footer-lines i:nth-child(3) {
    background: #d24e02;
}


/* =========================================================
   FOOTER COLUMNS
   ========================================================= */

.footer-column {
    padding-top: 5px;
}

.footer-column h3 {
    margin: 0 0 25px;

    color: #ffffff;

    font-family: "Barlow", sans-serif;
    font-size: 12px;
    line-height: 1;

    font-weight: 700;
    letter-spacing: 2px;

    text-transform: uppercase;
}


/* =========================================================
   LIST
   ========================================================= */

.footer-column ul {
    display: flex;
    flex-direction: column;

    gap: 15px;

    margin: 0;
    padding: 0;

    list-style: none;
}


/* =========================================================
   LINKS
   ========================================================= */

.footer-column a {
    display: inline-block;

    color: #aebdd0;

    font-family: "Barlow", sans-serif;
    font-size: 14px;
    line-height: 1.4;
    font-weight: 400;

    text-decoration: none;

    transition:
        color 0.25s ease,
        transform 0.25s ease;
}

.footer-column a:hover {
    color: #d24e02;
    transform: translateX(4px);
}


/* =========================================================
   LEGAL
   ========================================================= */

.footer-legal {
    padding-left: 0;
}


/* =========================================================
   RESPONSIVE - LAPTOP
   ========================================================= */

@media (max-width: 1000px) {

    .site-footer {
        padding: 60px 35px 35px;
    }

    .footer-container {
        grid-template-columns: 1.5fr 1fr 1fr;
        column-gap: 45px;
    }

}


/* =========================================================
   RESPONSIVE - TABLET
   ========================================================= */
/* 
@media (max-width: 750px) {

    .site-footer {
        padding: 55px 30px 35px;
    }

    .footer-container {
        grid-template-columns: 1fr 1fr;

        row-gap: 45px;
        column-gap: 45px;
    }

    .footer-brand {
        grid-column: 1 / -1;
    }

} */


/* =========================================================
   RESPONSIVE - MOBILE
   ========================================================= */
/* 
@media (max-width: 500px) {

    .site-footer {
        padding: 45px 20px 30px;
    }

    .footer-container {
        display: grid;
        grid-template-columns: 1fr;

        gap: 32px;
    }

    .footer-brand {
        grid-column: auto;
    }

    .footer-logo {
        margin-bottom: 16px;
    }

    .footer-logo img {
        height: 60px;
        max-width: 180px;
    }

    .footer-description {
        max-width: 100%;

        font-size: 13px;
        line-height: 1.65;
    }

    .footer-partner {
        margin-top: 18px;

        height: 34px;
        padding: 0 13px;

        font-size: 11px;
    }

    .footer-column {
        padding-top: 0;
    }

    .footer-column h3 {
        margin-bottom: 18px;

        font-size: 11px;
        letter-spacing: 1.8px;
    }

    .footer-column ul {
        gap: 12px;
    }

    .footer-column a {
        font-size: 14px;
    }

} */


/* =========================================================
   VERY SMALL MOBILE
   ========================================================= */
/* 
@media (max-width: 380px) {

    .site-footer {
        padding-left: 16px;
        padding-right: 16px;
    }

    .footer-logo img {
        height: 55px;
    }

    .footer-description {
        font-size: 12.5px;
    }

} */

/* =========================================================
   FULL WIDTH / REMOVE LEFT & RIGHT SIDE SPACE
   AUDIT + FOOTER
   ========================================================= */

/* =========================
   AUDIT SECTION
========================= */

.audit-section {
    width: 100% !important;
    /* margin: 0 !important; */
    padding-left: 0 !important;
    padding-right: 0 !important;
    box-sizing: border-box;
    margin-bottom: -50px;
}

.audit-container {
    width: 100% !important;
    max-width: none !important;

    margin-left: 0 !important;
    margin-right: 0 !important;

    padding-left: 40px;
    padding-right: 40px;

    box-sizing: border-box;
}

/* REMOVE WRONG NEGATIVE MARGIN */
.audit-content {
    margin: 0 !important;
}


/* =========================
   AUDIT FORM
========================= */

.audit-form-wrapper {
    width: 100%;
    box-sizing: border-box;
}


/* =========================
   FOOTER
========================= */

.site-footer {
    width: 100% !important;
    margin: 0 !important;
    box-sizing: border-box;
}

.footer-container {
    width: 100% !important;
    max-width: none !important;

    margin-left: 0 !important;
    margin-right: 0 !important;

    padding-left: 40px;
    padding-right: 40px;

    box-sizing: border-box;
}


/* =========================================================
   TABLET
========================================================= */

/* @media (max-width: 900px) {

    .audit-container {
        width: 100% !important;
        max-width: none !important;

        padding-left: 30px;
        padding-right: 30px;
    }

    .footer-container {
        width: 100% !important;
        max-width: none !important;

        padding-left: 30px;
        padding-right: 30px;
    }

} */


/* =========================================================
   MOBILE
========================================================= */
/* 
@media (max-width: 767px) {

    .audit-container {
        width: 100% !important;
        max-width: none !important;

        padding-left: 18px;
        padding-right: 18px;

        box-sizing: border-box;
    }

    .audit-content {
        margin: 0 !important;
        padding-top: 0 !important;
    }

    .audit-form-wrapper {
        width: 100% !important;
        max-width: none !important;
    }

    .site-footer {
        width: 100% !important;
    }

    .footer-container {
        width: 100% !important;
        max-width: none !important;

        padding-left: 18px;
        padding-right: 18px;
    }

} */


/* =========================================================
   SMALL MOBILE
========================================================= */

/* @media (max-width: 480px) {

    .audit-container {
        padding-left: 14px;
        padding-right: 14px;
        padding-bottom: 27px;
        padding-top: 30px;
    }

    .footer-container {
        padding-left: 14px;
        padding-right: 14px;
    }

} */

/* =========================================================
   FOOTER LOGO - WHITE
========================================================= */

.site-footer .footer-logo img {
    filter: brightness(0) invert(1);
}

.marquee-logo {
    width: 150px;
    height: 55px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
} */

.marquee-logo img {
    width: auto;
    height: auto;
    max-width: 130px;
    max-height: 45px;
    object-fit: contain;
    display: block;
} 

/* Image load na ho to bhi alt text na dikhe */
.marquee-logo img:not([src]),
.marquee-logo img[src=""] {
    display: none;
} 