.elementor-147 .elementor-element.elementor-element-13c2b3f{--display:flex;}.elementor-147 .elementor-element.elementor-element-7532b0e{margin:-20px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;}.elementor-147 .elementor-element.elementor-element-24cf200{--display:flex;}.elementor-147 .elementor-element.elementor-element-c8534c5{margin:-21px 00px calc(var(--kit-widget-spacing, 0px) + 00px) 00px;}.elementor-147 .elementor-element.elementor-element-a5e3eb6{--display:flex;}.elementor-147 .elementor-element.elementor-element-ed60730{margin:-20px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;}.elementor-147 .elementor-element.elementor-element-42c0a60{--display:flex;}.elementor-147 .elementor-element.elementor-element-9a1496c{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;}.elementor-147 .elementor-element.elementor-element-10f2fbf{--display:flex;}.elementor-147 .elementor-element.elementor-element-77d3e2c{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;}.elementor-147 .elementor-element.elementor-element-aa9e25a{--display:flex;}.elementor-147 .elementor-element.elementor-element-5fc0343{margin:-60px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;}.elementor-147 .elementor-element.elementor-element-b82512c{--display:flex;}.elementor-147 .elementor-element.elementor-element-2e047a0{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;}.elementor-147 .elementor-element.elementor-element-1b14d91{--display:flex;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-7532b0e *//* =========================================================
   SUDHIRADSPRO — PREMIUM HERO
   TALL / HIGH-READABILITY DASHBOARD
========================================================= */

:root {

    --black: #111111;
    --black-soft: #1A1A1A;

    --gold: #D4AF37;
    --gold-dark: #B98512;
    --gold-light: #E3BD50;

    --white: #FFFFFF;
    --background: #FAFAFA;

    --gray-100: #F4F4F2;
    --gray-200: #E6E6E3;
    --gray-300: #D5D5D1;
    --gray-400: #999995;
    --gray-500: #686864;

    --dashboard-text: #222222;
}


/* =========================================================
   RESET
========================================================= */

.sap-hero,
.sap-hero *,
.sap-hero *::before,
.sap-hero *::after {
    box-sizing: border-box;
}

.sap-hero {

    position: relative;

    width: 100%;

    min-height: 820px;

    overflow: hidden;

    background:
        radial-gradient(
            circle at 78% 45%,
            rgba(212,175,55,.045),
            transparent 30%
        ),
        #FAFAFA;

    color: var(--black);

    font-family: "Inter", sans-serif;
}


/* =========================================================
   BACKGROUND
========================================================= */

.sap-hero-glow {

    position: absolute;

    pointer-events: none;

    border-radius: 50%;

    filter: blur(90px);
}

.sap-glow-one {

    width: 520px;
    height: 520px;

    right: -170px;
    top: -240px;

    background: rgba(212,175,55,.055);
}

.sap-glow-two {

    width: 420px;
    height: 420px;

    left: -230px;
    bottom: -260px;

    background: rgba(0,0,0,.025);
}


/* =========================================================
   DOT GRID
========================================================= */

.sap-dot-grid {

    position: absolute;

    right: 0;
    top: 0;

    width: 290px;
    height: 330px;

    opacity: .34;

    background-image:
        radial-gradient(
            circle,
            rgba(190,145,35,.4) 1px,
            transparent 1.3px
        );

    background-size: 9px 9px;

    mask-image:
        linear-gradient(
            135deg,
            transparent,
            #000 40%,
            transparent
        );

    -webkit-mask-image:
        linear-gradient(
            135deg,
            transparent,
            #000 40%,
            transparent
        );
}


/* =========================================================
   MAIN HERO
========================================================= */

.sap-hero-container {

    position: relative;

    z-index: 5;

    width: min(
        1720px,
        calc(100% - 80px)
    );

    min-height: 820px;

    margin: auto;

    padding: 70px 0;

    display: grid;

    grid-template-columns:
        minmax(450px, .74fr)
        minmax(820px, 1.26fr);

    align-items: center;

    gap: 65px;
}


/* =========================================================
   LEFT SIDE
========================================================= */

.sap-hero-content {

    width: 100%;

    max-width: 620px;
}

.sap-eyebrow {

    display: flex;
    align-items: center;

    gap: 9px;

    margin-bottom: 20px;

    color: #B38418;

    font-size: 10px;

    line-height: 1.3;

    font-weight: 800;

    letter-spacing: .12em;
}

.sap-eyebrow span {

    width: 6px;
    height: 6px;

    border-radius: 50%;

    background: var(--gold);
}


/* =========================================================
   HERO TITLE
========================================================= */

.sap-hero-title {

    margin: 0;

    color: #111111;

    font-family: "Poppins", sans-serif;

    font-size: clamp(
        54px,
        5vw,
        80px
    );

    font-weight: 800;

    line-height: .99;

    letter-spacing: -.055em;
}

.sap-hero-title span {
    color: var(--gold-dark);
}


/* =========================================================
   DESCRIPTION
========================================================= */

.sap-hero-description {

    max-width: 550px;

    margin: 27px 0 0;

    color: #4B5563;

    font-size: 14px;

    line-height: 1.65;

    font-weight: 500;
}


/* =========================================================
   BUTTONS
========================================================= */

.sap-hero-actions {

    display: flex;

    gap: 12px;

    margin-top: 27px;
}

.sap-btn {

    min-height: 47px;

    display: inline-flex;

    align-items: center;
    justify-content: center;

    gap: 11px;

    padding: 0 20px;

    border-radius: 5px;

    text-decoration: none;

    font-size: 9px;

    font-weight: 800;

    letter-spacing: .035em;
}

.sap-btn-primary {

    color: #FFFFFF;

    border: 1px solid #B98512;

    background:
        linear-gradient(
            135deg,
            #BD8817,
            #D4A52D
        );
}

.sap-btn-secondary {

    color: #222222;

    border: 1px solid #D3C59D;

    background: #FFFFFF;
}


/* =========================================================
   TRUST STRIP
========================================================= */

.sap-feature-strip {

    display: flex;
    align-items: center;

    width: 100%;

    margin-top: 30px;

    padding-top: 18px;

    border-top: 1px solid #E1E1DD;
}

.sap-feature-item {

    display: flex;
    align-items: center;

    gap: 9px;

    flex: 1;
}

.sap-feature-icon {

    width: 26px;
    height: 26px;

    flex: 0 0 26px;

    display: flex;
    align-items: center;
    justify-content: center;

    border: 1px solid #D5C79F;

    border-radius: 50%;

    color: #A47B16;

    background: #FBF8EE;
}

.sap-feature-icon i {
    font-size: 10px;
}

.sap-feature-copy {

    display: flex;
    flex-direction: column;

    gap: 3px;
}

.sap-feature-copy strong {

    color: #272727;

    font-size: 9px;

    font-weight: 800;

    white-space: nowrap;
}

.sap-feature-copy span {

    color: #777777;

    font-size: 7.5px;

    white-space: nowrap;
}

.sap-feature-divider {

    width: 1px;
    height: 28px;

    margin: 0 9px;

    background: #DDDDD8;
}


/* =========================================================
   DASHBOARD WRAPPER
========================================================= */

.sap-dashboard-wrap {

    position: relative;

    width: 100%;

    max-width: 1010px;

    justify-self: end;
}

.sap-dashboard-shadow {

    position: absolute;

    left: 8%;
    top: 12%;

    width: 84%;
    height: 80%;

    z-index: -1;

    background:
        radial-gradient(
            ellipse,
            rgba(0,0,0,.16),
            transparent 68%
        );

    filter: blur(38px);
}


/* =========================================================
   MAIN DASHBOARD
   HEIGHT INCREASED
========================================================= */

.sap-dashboard {

    position: relative;

    display: flex;

    width: 100%;

    min-height: 650px;

    overflow: hidden;

    border: 1px solid #D4D4D0;

    border-radius: 16px;

    background: #FFFFFF;

    box-shadow:
        0 35px 90px rgba(0,0,0,.13),
        0 12px 30px rgba(0,0,0,.07);
}


/* =========================================================
   SIDEBAR
========================================================= */

.sap-sidebar {

    width: 170px;

    flex: 0 0 170px;

    display: flex;
    flex-direction: column;

    padding: 24px 13px 17px;

    background:
        linear-gradient(
            180deg,
            #131313,
            #090909
        );

    color: #FFFFFF;
}


/* =========================================================
   SR LOGO
========================================================= */

.sap-brand {

    display: flex;
    align-items: center;

    gap: 10px;

    padding: 0 5px 28px;
}

.sap-brand-logo {

    width: 37px;
    height: 37px;

    flex: 0 0 37px;

    display: flex;
    align-items: center;
    justify-content: center;

    border: 1px solid #C89A26;

    border-radius: 50%;

    color: #D7AA31;

    font-family: "Poppins", sans-serif;

    font-size: 11px;

    font-weight: 800;

    letter-spacing: -.05em;
}

.sap-brand-copy strong {

    display: block;

    color: #FFFFFF;

    font-family: "Poppins", sans-serif;

    font-size: 10px;

    font-weight: 700;
}

.sap-brand-copy strong span {
    color: #D4A32C;
}

.sap-brand-copy small {

    display: block;

    margin-top: 4px;

    color: #777777;

    font-size: 6.5px;

    font-weight: 700;

    letter-spacing: .12em;
}


/* =========================================================
   SIDEBAR MENU
========================================================= */

.sap-sidebar-title {

    margin: 0 8px 11px;

    color: #727272;

    font-size: 6.5px;

    font-weight: 800;

    letter-spacing: .15em;
}

.sap-sidebar-nav {

    display: flex;
    flex-direction: column;

    gap: 6px;
}

.sap-nav-link {

    min-height: 39px;

    display: flex;
    align-items: center;

    gap: 11px;

    padding: 0 10px;

    border-radius: 6px;

    color: #B5B5B5;

    text-decoration: none;

    font-size: 10px;

    line-height: 1;

    font-weight: 600;

    white-space: nowrap;
}

.sap-nav-link i {

    width: 17px;

    flex: 0 0 17px;

    color: #AFAFAF;

    text-align: center;

    font-size: 11px;
}

.sap-nav-link.active {

    color: #FFFFFF;

    background:
        linear-gradient(
            135deg,
            #BF8B19,
            #D5A72D
        );

    box-shadow:
        0 7px 18px rgba(0,0,0,.24);
}

.sap-nav-link.active i {
    color: #FFFFFF;
}


/* =========================================================
   SIDEBAR PROFILE
========================================================= */

.sap-sidebar-bottom {
    margin-top: auto;
}

.sap-profile {

    display: flex;
    align-items: center;

    gap: 9px;

    margin-top: 19px;

    padding: 12px 5px 0;

    border-top: 1px solid #292929;
}

.sap-avatar {

    width: 30px;
    height: 30px;

    flex: 0 0 30px;

    display: flex;
    align-items: center;
    justify-content: center;

    border-radius: 50%;

    background: #252525;

    color: #D3A22A;

    font-size: 8px;

    font-weight: 800;
}

.sap-profile-copy {
    min-width: 0;
    flex: 1;
}

.sap-profile-copy strong {

    display: block;

    color: #DADADA;

    font-size: 7.5px;

    white-space: nowrap;
}

.sap-profile-copy span {

    display: block;

    margin-top: 3px;

    color: #666666;

    font-size: 6.5px;
}

.sap-profile > i {

    color: #666666;

    font-size: 9px;
}


/* =========================================================
   DASHBOARD MAIN
========================================================= */

.sap-dashboard-main {

    flex: 1;

    min-width: 0;

    padding: 27px 24px 23px;

    background:
        linear-gradient(
            145deg,
            #FFFFFF,
            #FAFAF9
        );
}


/* =========================================================
   DASHBOARD HEADER
========================================================= */

.sap-dashboard-header {

    display: flex;

    align-items: flex-start;

    justify-content: space-between;

    gap: 20px;

    margin-bottom: 22px;
}

.sap-dashboard-kicker {

    display: block;

    color: #A47C20;

    font-size: 8px;

    font-weight: 800;

    letter-spacing: .14em;
}

.sap-dashboard-heading h2 {

    margin: 7px 0 0;

    color: #181818;

    font-family: "Poppins", sans-serif;

    font-size: 24px;

    line-height: 1.15;

    font-weight: 700;

    letter-spacing: -.04em;
}

.sap-dashboard-heading p {

    max-width: 500px;

    margin: 7px 0 0;

    color: #666666;

    font-size: 9px;

    line-height: 1.55;

    font-weight: 500;
}


/* =========================================================
   DATE
========================================================= */

.sap-dashboard-controls {

    display: flex;

    align-items: center;

    gap: 8px;
}

.sap-date-button,
.sap-notification {

    height: 36px;

    display: flex;

    align-items: center;

    border: 1px solid #DCDCD8;

    border-radius: 7px;

    background: #FFFFFF;

    color: #5F5F5F;

    font-family: "Inter", sans-serif;

    font-size: 8px;
}

.sap-date-button {

    gap: 8px;

    padding: 0 11px;
}

.sap-date-button i {
    font-size: 10px;
}

.sap-notification {

    position: relative;

    width: 36px;

    justify-content: center;
}

.sap-notification > i {
    font-size: 11px;
}

.sap-notification b {

    position: absolute;

    top: 5px;
    right: 5px;

    width: 6px;
    height: 6px;

    border-radius: 50%;

    background: #C59420;
}


/* =========================================================
   TOP METRIC CARDS
========================================================= */

.sap-metric-grid {

    display: grid;

    grid-template-columns:
        repeat(4, minmax(0, 1fr));

    gap: 11px;
}

.sap-metric-card {

    min-width: 0;

    min-height: 115px;

    padding: 15px;

    border: 1px solid #E2E2DF;

    border-radius: 9px;

    background: #FFFFFF;
}

.sap-metric-top {

    display: flex;

    align-items: center;

    justify-content: space-between;

    gap: 8px;

    color: #646464;

    font-size: 9px;

    font-weight: 600;
}

.sap-metric-icon {

    width: 29px;
    height: 29px;

    flex: 0 0 29px;

    display: flex;
    align-items: center;
    justify-content: center;

    border-radius: 7px;

    background: #F8F4E8;

    color: #A47812;

    font-size: 12px;
}

.sap-metric-value {

    display: block;

    margin-top: 12px;

    color: #161616;

    font-family: "Poppins", sans-serif;

    font-size: 24px;

    line-height: 1;

    font-weight: 700;

    letter-spacing: -.045em;
}

.sap-metric-bottom {

    display: flex;

    align-items: center;

    gap: 6px;

    margin-top: 9px;

    color: #8A8A8A;

    font-size: 7px;
}

.sap-growth {

    color: #5D7C48;

    font-weight: 800;
}


/* =========================================================
   CHART GRID
========================================================= */

.sap-analytics-grid {

    display: grid;

    grid-template-columns:
        minmax(0, 1.55fr)
        minmax(255px, .8fr);

    gap: 11px;

    margin-top: 11px;
}

.sap-chart-card {

    min-width: 0;

    min-height: 255px;

    padding: 17px;

    border: 1px solid #E2E2DF;

    border-radius: 10px;

    background: #FFFFFF;
}

.sap-card-heading {

    display: flex;

    align-items: flex-start;

    justify-content: space-between;

    gap: 12px;
}

.sap-card-label {

    display: block;

    color: #858585;

    font-size: 7px;

    font-weight: 800;

    letter-spacing: .13em;
}

.sap-card-heading h3 {

    margin: 6px 0 0;

    color: #242424;

    font-family: "Poppins", sans-serif;

    font-size: 15px;

    line-height: 1.2;

    font-weight: 700;
}

.sap-chart-total {
    text-align: right;
}

.sap-chart-total strong {

    display: block;

    color: #222222;

    font-family: "Poppins", sans-serif;

    font-size: 15px;
}

.sap-chart-total span {

    color: #69804F;

    font-size: 7px;

    font-weight: 800;
}


/* =========================================================
   CHART
========================================================= */

.sap-chart-area {

    display: flex;

    height: 174px;

    margin-top: 17px;
}

.sap-y-axis {

    width: 37px;

    display: flex;

    flex-direction: column;

    justify-content: space-between;

    padding-bottom: 18px;

    color: #858585;

    font-size: 7px;
}

.sap-chart-stage {

    position: relative;

    flex: 1;
}

.sap-chart-grid {

    position: absolute;

    inset: 0 0 18px;

    display: flex;

    flex-direction: column;

    justify-content: space-between;
}

.sap-chart-grid span {

    width: 100%;

    border-top: 1px dashed #E7E7E4;
}

.sap-line-chart {

    position: absolute;

    inset: 0 0 18px;

    width: 100%;

    height: calc(100% - 18px);
}

.sap-chart-fill {
    fill: url(#sapGoldFill);
}

.sap-chart-line {

    fill: none;

    stroke: url(#sapGoldLine);

    stroke-width: 3.5;

    vector-effect: non-scaling-stroke;

    stroke-linecap: round;
}

.sap-line-chart circle {

    fill: #D4A017;

    stroke: #FFFFFF;

    stroke-width: 2;
}

.sap-x-axis {

    position: absolute;

    left: 0;
    right: 0;
    bottom: 0;

    display: flex;

    justify-content: space-between;

    color: #858585;

    font-size: 7px;
}


/* =========================================================
   TRAFFIC SOURCES
========================================================= */

.sap-small-menu {

    border: 0;

    background: transparent;

    color: #858585;

    font-size: 11px;
}

.sap-donut-area {

    height: 130px;

    display: flex;

    align-items: center;

    justify-content: center;
}

.sap-donut {

    width: 96px;
    height: 96px;

    display: flex;

    align-items: center;

    justify-content: center;

    border-radius: 50%;

    background:
        conic-gradient(
            #D4A017 0deg 166deg,
            #252525 166deg 278deg,
            #D2D2D2 278deg 360deg
        );
}

.sap-donut-inner {

    width: 67px;
    height: 67px;

    display: flex;

    flex-direction: column;

    align-items: center;

    justify-content: center;

    border-radius: 50%;

    background: #FFFFFF;
}

.sap-donut-inner strong {

    color: #202020;

    font-family: "Poppins", sans-serif;

    font-size: 14px;
}

.sap-donut-inner span {

    margin-top: 3px;

    color: #888888;

    font-size: 7px;
}

.sap-source-list {

    display: flex;

    flex-direction: column;

    gap: 11px;
}

.sap-source-row {

    display: flex;

    align-items: center;

    justify-content: space-between;

    color: #555555;

    font-size: 9px;

    font-weight: 500;
}

.sap-source-row span {

    display: flex;

    align-items: center;

    gap: 7px;
}

.sap-source-row strong {

    color: #252525;

    font-size: 9px;

    font-weight: 800;
}

.sap-dot {

    width: 8px;
    height: 8px;

    border-radius: 50%;
}

.sap-dot.gold {
    background: #D4A017;
}

.sap-dot.dark {
    background: #252525;
}

.sap-dot.light {
    background: #CDCDCD;
}


/* =========================================================
   LOWER KPI CARDS
========================================================= */

.sap-kpi-grid {

    display: grid;

    grid-template-columns:
        repeat(4, minmax(0, 1fr));

    gap: 11px;

    margin-top: 11px;
}

.sap-kpi-card {

    min-height: 78px;

    display: flex;

    align-items: center;

    gap: 11px;

    min-width: 0;

    padding: 13px;

    border: 1px solid #E2E2DF;

    border-radius: 9px;

    background: #FFFFFF;
}

.sap-kpi-icon {

    width: 33px;
    height: 33px;

    flex: 0 0 33px;

    display: flex;

    align-items: center;

    justify-content: center;

    border-radius: 8px;

    background: #F8F4E8;

    color: #A47812;

    font-size: 12px;
}

.sap-kpi-copy {

    min-width: 0;

    flex: 1;
}

.sap-kpi-copy span {

    display: block;

    color: #707070;

    font-size: 8px;

    font-weight: 600;

    white-space: nowrap;
}

.sap-kpi-copy strong {

    display: block;

    margin-top: 4px;

    color: #222222;

    font-family: "Poppins", sans-serif;

    font-size: 14px;

    font-weight: 700;
}

.sap-kpi-growth {

    color: #66804C;

    font-size: 7px;

    font-weight: 800;

    white-space: nowrap;
}


/* =========================================================
   LARGE DESKTOP
========================================================= */

@media (min-width: 1600px) {

    .sap-hero-container {

        width: min(
            1800px,
            calc(100% - 100px)
        );

        grid-template-columns:
            minmax(500px, .72fr)
            minmax(900px, 1.28fr);

        gap: 75px;
    }

    .sap-dashboard-wrap {
        max-width: 1080px;
    }

    .sap-dashboard {
        min-height: 690px;
    }

    .sap-dashboard-main {
        padding: 30px 27px 25px;
    }

    .sap-sidebar {

        width: 180px;

        flex-basis: 180px;
    }
}


/* =========================================================
   TABLET
========================================================= */

@media (max-width: 1250px) {

    .sap-hero-container {

        width: calc(100% - 50px);

        grid-template-columns:
            minmax(390px, .76fr)
            minmax(650px, 1.24fr);

        gap: 35px;
    }

    .sap-hero-title {
        font-size: 58px;
    }

    .sap-sidebar {

        width: 145px;

        flex-basis: 145px;
    }

    .sap-dashboard {
        min-height: 610px;
    }
}


/* =========================================================
   TABLET STACK
========================================================= */

@media (max-width: 1000px) {

    .sap-hero {

        min-height: auto;
    }

    .sap-hero-container {

        width: calc(100% - 40px);

        min-height: auto;

        padding: 70px 0;

        grid-template-columns: 1fr;

        gap: 55px;
    }

    .sap-hero-content {

        max-width: 750px;
    }

    .sap-dashboard-wrap {

        max-width: 100%;
    }

    .sap-dashboard {

        min-height: 650px;
    }

    .sap-hero-title {

        font-size:
            clamp(
                52px,
                8vw,
                72px
            );
    }
}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 680px) {

    .sap-hero-container {

        width: calc(100% - 28px);

        padding: 55px 0;
    }

    .sap-hero-title {

        font-size:
            clamp(
                42px,
                12vw,
                62px
            );
    }

    .sap-hero-description {
        font-size: 13px;
    }

    .sap-hero-actions {

        flex-direction: column;

        align-items: stretch;
    }

    .sap-btn {
        width: 100%;
    }


    /* TRUST */

    .sap-feature-strip {

        display: grid;

        grid-template-columns:
            repeat(2, 1fr);

        gap: 15px;
    }

    .sap-feature-divider {
        display: none;
    }


    /* DASHBOARD */

    .sap-dashboard {

        min-height: auto;

        overflow-x: auto;
    }

    .sap-sidebar {

        width: 82px;

        flex-basis: 82px;

        padding: 16px 8px;
    }

    .sap-brand-copy,
    .sap-sidebar-title {
        display: none;
    }

    .sap-nav-link {

        justify-content: center;

        padding: 0;

        font-size: 0;
    }

    .sap-nav-link i {

        width: auto;

        font-size: 12px;
    }

    .sap-profile-copy,
    .sap-profile > i {
        display: none;
    }

    .sap-profile {
        justify-content: center;
    }

    .sap-dashboard-main {

        min-width: 570px;

        padding: 18px 14px;
    }

    .sap-dashboard-controls {
        display: none;
    }

    .sap-dashboard-heading p {
        display: none;
    }

    .sap-metric-grid {

        grid-template-columns:
            repeat(2, 1fr);
    }

    .sap-analytics-grid {

        grid-template-columns:
            1fr;
    }

    .sap-kpi-grid {

        grid-template-columns:
            repeat(2, 1fr);
    }
}


/* =========================================================
   SMALL MOBILE
========================================================= */

@media (max-width: 440px) {

    .sap-hero-container {

        width: calc(100% - 22px);
    }

    .sap-hero-title {
        font-size: 43px;
    }

    .sap-sidebar {

        width: 64px;

        flex-basis: 64px;
    }

    .sap-dashboard-main {

        min-width: 570px;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-c8534c5 *//* =========================================================
   SUDHIRADSPRO
   PLATFORMS & TOOLS SECTION
========================================================= */

.platforms-section {
    width: 100%;

    background: #FFFFFF;

    border-top: 1px solid #E5E7EB;
    border-bottom: 1px solid #E5E7EB;

    padding: 24px 0 26px;

    overflow: hidden;

    box-sizing: border-box;
}


/* =========================================================
   TOP TEXT
   NO UNDERLINE
========================================================= */

.platforms-header {
    width: 100%;

    display: flex;

    justify-content: center;

    align-items: center;

    margin-bottom: 18px;

    padding: 0 20px;

    box-sizing: border-box;
}

.platforms-header span {
    font-family: "Inter", sans-serif;

    font-size: 16px;

    font-weight: 800;

    line-height: 1.4;

    letter-spacing: 1.8px;

    color: #D4AF37;

    text-transform: uppercase;

    text-align: center;

    display: inline-block;

    padding: 0;

    /* IMPORTANT:
       NO UNDERLINE */
    text-decoration: none;

    border: none;

    box-shadow: none;
}


/* =========================================================
   MARQUEE
========================================================= */

.platforms-marquee {
    width: 100%;

    overflow: hidden;

    position: relative;
}


/* =========================================================
   SCROLLING TRACK
========================================================= */

.platforms-track {
    display: flex;

    align-items: center;

    width: max-content;

    gap: 18px;

    padding-left: 18px;

    animation: platformsScroll 30s linear infinite;

    will-change: transform;
}


/* =========================================================
   PLATFORM CARD
========================================================= */

.platform-item {
    width: 158px;

    min-width: 158px;

    height: 78px;

    display: flex;

    flex-direction: column;

    align-items: center;

    justify-content: center;

    background: #FFFFFF;

    border: 1px solid #E5E7EB;

    border-radius: 15px;

    box-sizing: border-box;

    box-shadow:
        0 3px 12px rgba(17, 24, 39, 0.045);
}


/* =========================================================
   PLATFORM LOGO
========================================================= */

.platform-logo {
    width: 32px;

    height: 32px;

    display: flex;

    align-items: center;

    justify-content: center;

    margin-bottom: 6px;

    flex-shrink: 0;
}

.platform-logo svg {
    width: 100%;

    height: 100%;

    display: block;
}


/* =========================================================
   GOOGLE ADS LOGO
========================================================= */

.google-ads-logo {
    width: 36px;

    height: 36px;
}


/* =========================================================
   PLATFORM TEXT
========================================================= */

.platform-item > span {
    font-family: "Inter", sans-serif;

    font-size: 15px;

    font-weight: 600;

    line-height: 1.25;

    color: #111111;

    text-align: center;

    white-space: nowrap;

    letter-spacing: -0.05px;

    text-decoration: none;
}


/* =========================================================
   CONTINUOUS RIGHT → LEFT SCROLL
========================================================= */

@keyframes platformsScroll {

    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(calc(-50% - 9px));
    }
}


/* =========================================================
   DESKTOP
========================================================= */

@media (min-width: 1200px) {

    .platforms-section {
        padding-top: 24px;

        padding-bottom: 26px;
    }

    .platforms-header {
        margin-bottom: 18px;
    }

    .platforms-header span {
        font-size: 16px;

        font-weight: 800;

        letter-spacing: 1.8px;
    }

    .platforms-track {
        gap: 18px;
    }

    .platform-item {
        width: 158px;

        min-width: 158px;

        height: 78px;
    }

    .platform-item > span {
        font-size: 15px;

        font-weight: 600;
    }
}


/* =========================================================
   TABLET
========================================================= */

@media (max-width: 1199px) {

    .platforms-track {
        gap: 15px;

        animation-duration: 27s;
    }

    .platform-item {
        width: 150px;

        min-width: 150px;

        height: 76px;
    }

    .platform-item > span {
        font-size: 14.5px;

        font-weight: 600;
    }
}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 767px) {

    .platforms-section {
        padding: 21px 0 23px;
    }

    .platforms-header {
        margin-bottom: 16px;
    }

    .platforms-header span {
        font-size: 13px;

        font-weight: 800;

        letter-spacing: 1.35px;
    }

    .platforms-track {
        gap: 12px;

        padding-left: 12px;

        animation-duration: 23s;
    }

    .platform-item {
        width: 140px;

        min-width: 140px;

        height: 74px;

        border-radius: 14px;
    }

    .platform-logo {
        width: 30px;

        height: 30px;

        margin-bottom: 5px;
    }

    .google-ads-logo {
        width: 34px;

        height: 34px;
    }

    .platform-item > span {
        font-size: 14px;

        font-weight: 600;
    }
}


/* =========================================================
   SMALL MOBILE
========================================================= */

@media (max-width: 480px) {

    .platforms-section {
        padding: 20px 0 21px;
    }

    .platforms-header {
        margin-bottom: 15px;
    }

    .platforms-header span {
        font-size: 12px;

        font-weight: 800;

        letter-spacing: 1.15px;
    }

    .platforms-track {
        gap: 10px;

        animation-duration: 21s;
    }

    .platform-item {
        width: 132px;

        min-width: 132px;

        height: 70px;
    }

    .platform-logo {
        width: 28px;

        height: 28px;
    }

    .google-ads-logo {
        width: 32px;

        height: 32px;
    }

    .platform-item > span {
        font-size: 13.5px;

        font-weight: 600;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-ed60730 *//* =========================================================
   SUDHIRADSPRO
   PERFORMANCE MARKETING SERVICES
   FULL-WIDTH ELEMENTOR VERSION
========================================================= */


/* GOOGLE FONTS */

@import url(
    'https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&family=Poppins:wght@700;800&display=swap'
);


/* =========================================================
   SECTION
========================================================= */

.sap-performance-services {

    width: 100%;

    max-width: 100%;

    margin: 0;

    padding: 72px 0 80px;

    background: #ffffff;

    color: #111111;

    font-family: "Inter", sans-serif;

    overflow: hidden;

}


/* IMPORTANT:
   This prevents Elementor's parent width from creating
   horizontal clipping.
*/

.sap-performance-services,
.sap-performance-services * {

    box-sizing: border-box;

}


/* =========================================================
   FULL WIDTH INNER CONTAINER
========================================================= */

.sap-services-inner {

    width: 100%;

    max-width: none;

    margin: 0;

    padding-left: 42px;

    padding-right: 42px;

}


/* =========================================================
   HEADER
========================================================= */

.sap-services-heading {

    width: 100%;

    max-width: 900px;

    margin: 0 auto 38px;

    text-align: center;

}


/* EYEBROW */

.sap-services-eyebrow {

    display: block;

    margin-bottom: 9px;

    color: #d4af37;

    font-family: "Inter", sans-serif;

    font-size: 12px;

    font-weight: 700;

    line-height: 1.4;

    letter-spacing: 1.6px;

    text-transform: uppercase;

}


/* MAIN HEADING */

.sap-services-heading h2 {

    margin: 0;

    padding: 0;

    color: #111111;

    font-family: "Poppins", sans-serif;

    font-size: clamp(34px, 3vw, 44px);

    font-weight: 800;

    line-height: 1.15;

    letter-spacing: -1px;

}


/* SUBTITLE */

.sap-services-heading p {

    margin: 10px 0 0;

    padding: 0;

    color: #4b5563;

    font-family: "Inter", sans-serif;

    font-size: 16px;

    font-weight: 400;

    line-height: 1.6;

}


/* =========================================================
   SIX CARDS
========================================================= */

.sap-services-grid {

    width: 100%;

    display: grid;

    grid-template-columns:
        repeat(6, minmax(0, 1fr));

    gap: 14px;

    align-items: start;

}


/* =========================================================
   SERVICE CARD
========================================================= */

.sap-service-card {

    width: 100%;

    min-width: 0;

    margin: 0;

    padding: 0;

    background: #ffffff;

    border: 1px solid #e5e7eb;

    border-radius: 9px;

    box-shadow:
        0 4px 14px rgba(17, 17, 17, 0.035);

    overflow: hidden;

    transition:
        border-color 0.2s ease,
        box-shadow 0.2s ease;

}


/* HOVER */

.sap-service-card:hover {

    border-color: #dfc76d;

    box-shadow:
        0 8px 22px rgba(17, 17, 17, 0.055);

}


/* =========================================================
   SUMMARY / CARD CONTENT
========================================================= */

.sap-service-card > summary {

    display: block;

    width: 100%;

    min-width: 0;

    min-height: 270px;

    margin: 0;

    padding: 24px 17px 18px;

    list-style: none;

    cursor: pointer;

    outline: none;

}


/* REMOVE MARKER */

.sap-service-card > summary::-webkit-details-marker {

    display: none;

}


.sap-service-card > summary::marker {

    display: none;

}


/* =========================================================
   ICON
========================================================= */

.sap-service-icon {

    display: flex;

    align-items: center;

    justify-content: center;

    width: 50px;

    height: 50px;

    margin: 0 auto 12px;

}


/* ALL SVG */

.sap-service-icon svg {

    display: block;

    width: 46px;

    height: 46px;

}


/* GOOGLE ADS
   Slightly larger so it remains clearly recognizable.
*/

.sap-google-ads-icon {

    width: 53px;

    height: 53px;

}


.sap-google-ads-icon svg {

    width: 51px;

    height: 51px;

}


/* META */

.sap-meta-icon svg {

    width: 45px;

    height: 45px;

}


/* YOUTUBE */

.sap-youtube-icon svg {

    width: 48px;

    height: 48px;

}


/* ANALYTICS */

.sap-analytics-icon svg {

    width: 46px;

    height: 46px;

}


/* LANDING */

.sap-landing-icon svg {

    width: 45px;

    height: 45px;

}


/* OPTIMIZATION */

.sap-optimization-icon svg {

    width: 47px;

    height: 47px;

}


/* =========================================================
   CARD TITLE
========================================================= */

.sap-service-card h3 {

    width: 100%;

    margin: 0 0 10px;

    padding: 0;

    color: #111111;

    font-family: "Inter", sans-serif;

    font-size: 15px;

    font-weight: 700;

    line-height: 1.35;

    text-align: center;

}


/* =========================================================
   CARD DESCRIPTION
========================================================= */

.sap-service-card > summary > p {

    width: 100%;

    min-height: 76px;

    margin: 0;

    padding: 0;

    color: #4b5563;

    font-family: "Inter", sans-serif;

    font-size: 12.5px;

    font-weight: 400;

    line-height: 1.58;

    text-align: center;

}


/* =========================================================
   LEARN MORE
========================================================= */

.sap-learn-more {

    display: block;

    margin-top: 13px;

    color: #d4af37;

    font-family: "Inter", sans-serif;

    font-size: 12.5px;

    font-weight: 600;

    line-height: 1.4;

    text-align: left;

}


/* ARROW */

.sap-learn-more strong {

    display: inline-block;

    margin-left: 4px;

    color: #d4af37;

    font-size: 15px;

    font-weight: 600;

}


/* =========================================================
   DETAIL AREA
========================================================= */

.sap-service-details {

    margin: 0 17px 18px;

    padding: 15px 0 0;

    border-top: 1px solid #eeeeee;

}


/* DETAIL HEADING */

.sap-service-details h4 {

    margin: 0 0 7px;

    color: #111111;

    font-family: "Poppins", sans-serif;

    font-size: 13px;

    font-weight: 700;

    line-height: 1.4;

}


/* DETAIL PARAGRAPH */

.sap-service-details p {

    margin: 0;

    color: #4b5563;

    font-family: "Inter", sans-serif;

    font-size: 11.5px;

    font-weight: 400;

    line-height: 1.65;

}


/* =========================================================
   OPEN CARD
========================================================= */

.sap-service-card[open] {

    border-color: #d4af37;

}


.sap-service-card[open] > summary {

    min-height: auto;

}


/* =========================================================
   DESKTOP
========================================================= */

@media (min-width: 1200px) {

    .sap-services-inner {

        padding-left: 55px;

        padding-right: 55px;

    }


    .sap-services-grid {

        gap: 16px;

    }


    .sap-service-card > summary {

        min-height: 275px;

        padding-left: 18px;

        padding-right: 18px;

    }


    .sap-service-card > summary > p {

        font-size: 13px;

    }

}


/* =========================================================
   TABLET
========================================================= */

@media (max-width: 1100px) {

    .sap-performance-services {

        padding-top: 60px;

        padding-bottom: 65px;

    }


    .sap-services-inner {

        padding-left: 25px;

        padding-right: 25px;

    }


    .sap-services-grid {

        grid-template-columns:
            repeat(3, minmax(0, 1fr));

        gap: 14px;

    }


    .sap-service-card > summary {

        min-height: 255px;

    }

}


/* =========================================================
   SMALL TABLET
========================================================= */

@media (max-width: 700px) {

    .sap-services-inner {

        padding-left: 17px;

        padding-right: 17px;

    }


    .sap-services-heading {

        margin-bottom: 28px;

    }


    .sap-services-heading h2 {

        font-size: 31px;

    }


    .sap-services-heading p {

        font-size: 14px;

    }


    .sap-services-grid {

        grid-template-columns:
            repeat(2, minmax(0, 1fr));

        gap: 12px;

    }


    .sap-service-card > summary {

        min-height: 255px;

        padding:
            20px
            14px
            16px;

    }


    .sap-service-card h3 {

        font-size: 14px;

    }


    .sap-service-card > summary > p {

        font-size: 12px;

    }


    .sap-learn-more {

        font-size: 12px;

    }

}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 480px) {

    .sap-performance-services {

        padding:
            50px
            0
            55px;

    }


    .sap-services-inner {

        padding-left: 12px;

        padding-right: 12px;

    }


    .sap-services-heading {

        margin-bottom: 25px;

    }


    .sap-services-eyebrow {

        font-size: 10px;

        letter-spacing: 1.4px;

    }


    .sap-services-heading h2 {

        font-size: 27px;

        line-height: 1.2;

    }


    .sap-services-heading p {

        font-size: 12.5px;

        line-height: 1.6;

    }


    .sap-services-grid {

        grid-template-columns:
            repeat(2, minmax(0, 1fr));

        gap: 9px;

    }


    .sap-service-card > summary {

        min-height: 245px;

        padding:
            17px
            9px
            14px;

    }


    .sap-service-icon {

        margin-bottom: 9px;

    }


    .sap-service-icon svg {

        width: 40px;

        height: 40px;

    }


    .sap-google-ads-icon svg {

        width: 44px;

        height: 44px;

    }


    .sap-service-card h3 {

        font-size: 12.5px;

        line-height: 1.35;

        margin-bottom: 8px;

    }


    .sap-service-card > summary > p {

        min-height: 76px;

        font-size: 10.8px;

        line-height: 1.55;

    }


    .sap-learn-more {

        margin-top: 9px;

        font-size: 10.8px;

    }


    .sap-service-details {

        margin-left: 9px;

        margin-right: 9px;

    }


    .sap-service-details h4 {

        font-size: 11.5px;

    }


    .sap-service-details p {

        font-size: 10px;

    }

}


/* =========================================================
   VERY SMALL PHONES
========================================================= */

@media (max-width: 350px) {

    .sap-services-grid {

        grid-template-columns: 1fr;

    }


    .sap-service-card > summary {

        min-height: auto;

        padding:
            22px
            18px
            18px;

    }


    .sap-service-card > summary > p {

        min-height: auto;

        max-width: 270px;

        margin-left: auto;

        margin-right: auto;

    }


    .sap-learn-more {

        text-align: center;

    }

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-9a1496c *//* =========================================================
   SUDHIRADSPRO
   WHY CHOOSE US + OUR PROCESS
   REFERENCE-MATCHED PREMIUM SECTION
   STATIC HTML + CSS
========================================================= */

.sap-why-process {

    --sap-bg: #FCFBF8;
    --sap-white: #FFFFFF;

    --sap-black: #111111;
    --sap-black-2: #181818;

    --sap-gold: #C9A24A;
    --sap-gold-dark: #B58D35;

    --sap-gray: #555555;
    --sap-gray-light: #666666;

    --sap-border: #E4E1DB;
    --sap-divider: #DDD9D1;

    width: 100%;

    position: relative;

    overflow: hidden;

    background: var(--sap-bg);

    color: var(--sap-black);

    font-family: "Inter", Arial, sans-serif;

    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
}


/* =========================================================
   RESET
========================================================= */

.sap-why-process *,
.sap-why-process *::before,
.sap-why-process *::after {

    box-sizing: border-box;
}

.sap-why-process h1,
.sap-why-process h2,
.sap-why-process h3,
.sap-why-process p {

    margin: 0;
}


/* =========================================================
   VERY SUBTLE BACKGROUND
========================================================= */

.sap-why-process::before {

    content: "";

    position: absolute;

    width: 700px;
    height: 700px;

    top: -560px;
    left: 50%;

    transform: translateX(-50%);

    border-radius: 50%;

    background:
        radial-gradient(
            circle,
            rgba(201,162,74,.035) 0%,
            rgba(201,162,74,.012) 40%,
            transparent 72%
        );

    pointer-events: none;
}


/* =========================================================
   MAIN WIDTH
========================================================= */

.sap-wp-inner {

    width: min(
        1900px,
        calc(100% - 90px)
    );

    min-height: 500px;

    margin: 0 auto;

    padding: 70px 0 74px;

    display: grid;

    grid-template-columns:
        minmax(0, .88fr)
        1px
        minmax(0, 1.72fr);

    column-gap: 48px;

    align-items: center;
}


/* =========================================================
   COLUMNS
========================================================= */

.sap-why-column,
.sap-process-column {

    min-width: 0;

    width: 100%;
}


/* =========================================================
   DIVIDER
========================================================= */

.sap-divider {

    align-self: stretch;

    width: 1px;

    min-height: 385px;

    background:
        linear-gradient(
            to bottom,
            transparent 0%,
            var(--sap-divider) 7%,
            var(--sap-divider) 93%,
            transparent 100%
        );
}


/* =========================================================
   EYEBROW
========================================================= */

.sap-eyebrow {

    display: block;

    margin-bottom: 10px;

    color: var(--sap-gold-dark);

    font-family: "Poppins", Arial, sans-serif;

    font-size: 11px;

    line-height: 1.2;

    font-weight: 700;

    letter-spacing: .055em;

    text-transform: uppercase;
}


/* =========================================================
   LEFT HEADING
========================================================= */

.sap-why-title {

    margin-bottom: 31px !important;

    color: var(--sap-black);

    font-family: "Poppins", Arial, sans-serif;

    font-size: clamp(
        30px,
        2.35vw,
        43px
    );

    line-height: 1.08;

    font-weight: 800;

    letter-spacing: -.045em;

    white-space: nowrap;
}


/* =========================================================
   FEATURE LIST
========================================================= */

.sap-feature-list {

    width: 100%;

    display: flex;

    flex-direction: column;
}


/* =========================================================
   FEATURE ROW
========================================================= */

.sap-feature {

    display: grid;

    grid-template-columns:
        48px
        minmax(0, 1fr);

    column-gap: 15px;

    align-items: center;

    min-height: 73px;

    padding: 8px 0;
}


/* =========================================================
   BLACK CIRCLE
========================================================= */

.sap-feature-icon {

    width: 43px;
    height: 43px;

    display: flex;

    align-items: center;
    justify-content: center;

    border: 1.5px solid var(--sap-gold);

    border-radius: 50%;

    background: #111111;

    color: var(--sap-gold);

    box-shadow:
        0 5px 12px rgba(0,0,0,.10);

    flex-shrink: 0;
}


/* =========================================================
   FEATURE SVG
========================================================= */

.sap-feature-icon svg {

    width: 24px;
    height: 24px;

    display: block;

    fill: none;

    stroke: currentColor;

    stroke-width: 1.8;

    stroke-linecap: round;

    stroke-linejoin: round;
}


/* =========================================================
   FEATURE TEXT
========================================================= */

.sap-feature-content {

    min-width: 0;
}

.sap-feature-content h3 {

    margin-bottom: 3px;

    color: var(--sap-black);

    font-family: "Inter", Arial, sans-serif;

    font-size: 14px;

    line-height: 1.25;

    font-weight: 700;

    letter-spacing: -.015em;
}

.sap-feature-content p {

    max-width: 430px;

    color: var(--sap-gray);

    font-family: "Inter", Arial, sans-serif;

    font-size: 11.5px;

    line-height: 1.45;

    font-weight: 400;

    letter-spacing: -.005em;
}


/* =========================================================
   RIGHT HEADING
========================================================= */

.sap-process-title {

    margin-bottom: 31px !important;

    color: var(--sap-black);

    font-family: "Poppins", Arial, sans-serif;

    font-size: clamp(
        30px,
        2.35vw,
        43px
    );

    line-height: 1.08;

    font-weight: 800;

    letter-spacing: -.045em;

    white-space: nowrap;
}


/* =========================================================
   PROCESS GRID
========================================================= */

.sap-process {

    width: 100%;

    display: grid;

    grid-template-columns:
        minmax(105px, 1fr)
        39px
        minmax(105px, 1fr)
        39px
        minmax(105px, 1fr)
        39px
        minmax(105px, 1fr)
        39px
        minmax(105px, 1fr);

    align-items: start;
}


/* =========================================================
   PROCESS STEP
========================================================= */

.sap-step {

    min-width: 0;

    text-align: center;
}


/* =========================================================
   PROCESS CIRCLE
========================================================= */

.sap-step-circle {

    width: 76px;
    height: 76px;

    margin: 0 auto 13px;

    display: flex;

    align-items: center;
    justify-content: center;

    border: 1.5px solid #D7BE7A;

    border-radius: 50%;

    background: var(--sap-white);

    color: var(--sap-black);

    box-shadow:
        0 5px 14px rgba(0,0,0,.055);

    position: relative;
}


/* =========================================================
   INNER RING
========================================================= */

.sap-step-circle::after {

    content: "";

    position: absolute;

    inset: 5px;

    border: 1px solid rgba(201,162,74,.16);

    border-radius: 50%;
}


/* =========================================================
   PROCESS SVG
========================================================= */

.sap-step-circle svg {

    width: 38px;
    height: 38px;

    position: relative;

    z-index: 2;

    display: block;

    fill: none;

    stroke: currentColor;

    stroke-width: 1.8;

    stroke-linecap: round;

    stroke-linejoin: round;
}


/* =========================================================
   NUMBER
========================================================= */

.sap-step-number {

    margin-bottom: 4px;

    color: var(--sap-gold-dark);

    font-family: "Poppins", Arial, sans-serif;

    font-size: 12px;

    line-height: 1;

    font-weight: 700;

    letter-spacing: .02em;
}


/* =========================================================
   STEP TITLE
========================================================= */

.sap-step h3 {

    margin-bottom: 5px;

    color: var(--sap-black);

    font-family: "Inter", Arial, sans-serif;

    font-size: 13px;

    line-height: 1.25;

    font-weight: 700;

    letter-spacing: -.015em;
}


/* =========================================================
   STEP DESCRIPTION
========================================================= */

.sap-step p {

    max-width: 135px;

    margin: 0 auto;

    color: var(--sap-gray-light);

    font-family: "Inter", Arial, sans-serif;

    font-size: 10.5px;

    line-height: 1.45;

    font-weight: 400;
}


/* =========================================================
   CONNECTOR
========================================================= */

.sap-connector {

    position: relative;

    height: 76px;

    display: flex;

    align-items: center;

    justify-content: center;
}


/* DOTTED LINE */

.sap-connector span {

    position: absolute;

    top: 38px;

    left: -2px;
    right: -2px;

    height: 1px;

    background:
        repeating-linear-gradient(
            to right,
            var(--sap-gold) 0,
            var(--sap-gold) 4px,
            transparent 4px,
            transparent 8px
        );

    opacity: .9;
}


/* =========================================================
   ARROW
========================================================= */

.sap-connector b {

    position: relative;

    z-index: 2;

    width: 16px;
    height: 16px;

    display: flex;

    align-items: center;
    justify-content: center;

    color: var(--sap-gold-dark);

    background: var(--sap-bg);

    font-family: Arial, sans-serif;

    font-size: 17px;

    line-height: 1;

    font-weight: 400;
}


/* =========================================================
   LARGE DESKTOP
========================================================= */

@media (min-width: 1600px) {

    .sap-wp-inner {

        width: min(
            2000px,
            calc(100% - 110px)
        );

        padding-top: 78px;

        padding-bottom: 82px;

        column-gap: 58px;
    }

    .sap-why-title,
    .sap-process-title {

        font-size: 46px;
    }

    .sap-feature {

        min-height: 78px;
    }

    .sap-feature-icon {

        width: 46px;
        height: 46px;
    }

    .sap-feature-icon svg {

        width: 25px;
        height: 25px;
    }

    .sap-feature-content h3 {

        font-size: 15px;
    }

    .sap-feature-content p {

        font-size: 12px;
    }

    .sap-step-circle {

        width: 82px;
        height: 82px;
    }

    .sap-step-circle svg {

        width: 41px;
        height: 41px;
    }

    .sap-connector {

        height: 82px;
    }

    .sap-connector span {

        top: 41px;
    }

    .sap-step h3 {

        font-size: 14px;
    }

    .sap-step p {

        max-width: 145px;

        font-size: 11px;
    }
}


/* =========================================================
   1400px
========================================================= */

@media (max-width: 1400px) {

    .sap-wp-inner {

        width: calc(100% - 70px);

        column-gap: 40px;
    }

    .sap-process {

        grid-template-columns:
            minmax(90px, 1fr)
            30px
            minmax(90px, 1fr)
            30px
            minmax(90px, 1fr)
            30px
            minmax(90px, 1fr)
            30px
            minmax(90px, 1fr);
    }

    .sap-step-circle {

        width: 70px;
        height: 70px;
    }

    .sap-step-circle svg {

        width: 35px;
        height: 35px;
    }

    .sap-connector {

        height: 70px;
    }

    .sap-connector span {

        top: 35px;
    }
}


/* =========================================================
   1150px — STACK
========================================================= */

@media (max-width: 1150px) {

    .sap-wp-inner {

        width: calc(100% - 60px);

        grid-template-columns: 1fr;

        row-gap: 65px;

        padding-top: 70px;

        padding-bottom: 75px;
    }

    .sap-divider {

        display: none;
    }

    .sap-why-title,
    .sap-process-title {

        font-size: 45px;
    }

    .sap-feature-list {

        max-width: 720px;
    }

    .sap-process {

        max-width: 950px;
    }
}


/* =========================================================
   850px
========================================================= */

@media (max-width: 850px) {

    .sap-wp-inner {

        width: calc(100% - 42px);
    }

    .sap-process {

        grid-template-columns:
            repeat(5, minmax(0, 1fr));

        column-gap: 8px;
    }

    .sap-connector {

        display: none;
    }

    .sap-step-circle {

        width: 70px;
        height: 70px;
    }

    .sap-step-circle svg {

        width: 34px;
        height: 34px;
    }

    .sap-step p {

        max-width: 125px;
    }
}


/* =========================================================
   650px — MOBILE
========================================================= */

@media (max-width: 650px) {

    .sap-wp-inner {

        width: calc(100% - 30px);

        padding-top: 55px;

        padding-bottom: 60px;

        row-gap: 55px;
    }

    .sap-eyebrow {

        font-size: 10px;

        margin-bottom: 9px;
    }

    .sap-why-title,
    .sap-process-title {

        font-size: 35px;

        line-height: 1.1;

        white-space: normal;

        margin-bottom: 28px !important;
    }


    /* LEFT FEATURES */

    .sap-feature {

        grid-template-columns:
            48px
            minmax(0, 1fr);

        column-gap: 14px;

        min-height: 82px;

        padding: 9px 0;
    }

    .sap-feature-icon {

        width: 44px;
        height: 44px;
    }

    .sap-feature-icon svg {

        width: 24px;
        height: 24px;
    }

    .sap-feature-content h3 {

        font-size: 13px;

        margin-bottom: 3px;
    }

    .sap-feature-content p {

        font-size: 11px;

        line-height: 1.45;
    }


    /* RIGHT PROCESS */

    .sap-process {

        display: flex;

        flex-direction: column;

        width: 100%;
    }

    .sap-step {

        display: grid;

        grid-template-columns:
            78px
            minmax(0, 1fr);

        grid-template-rows:
            auto
            auto
            auto;

        column-gap: 18px;

        min-height: 115px;

        text-align: left;

        align-items: center;
    }

    .sap-step-circle {

        grid-column: 1;

        grid-row: 1 / span 3;

        width: 70px;
        height: 70px;

        margin: 0;
    }

    .sap-step-circle svg {

        width: 35px;
        height: 35px;
    }

    .sap-step-number {

        grid-column: 2;

        grid-row: 1;

        margin-bottom: 3px;
    }

    .sap-step h3 {

        grid-column: 2;

        grid-row: 2;

        margin-bottom: 3px;

        font-size: 14px;
    }

    .sap-step p {

        grid-column: 2;

        grid-row: 3;

        max-width: none;

        margin: 0;

        font-size: 11px;

        line-height: 1.45;
    }


    /* MOBILE CONNECTORS */

    .sap-connector {

        display: block;

        width: 1px;

        height: 25px;

        margin-left: 34px;
    }

    .sap-connector span {

        top: 0;

        left: 0;
        right: auto;

        width: 1px;

        height: 100%;

        background:
            repeating-linear-gradient(
                to bottom,
                var(--sap-gold) 0,
                var(--sap-gold) 4px,
                transparent 4px,
                transparent 8px
            );
    }

    .sap-connector b {

        display: none;
    }
}


/* =========================================================
   430px
========================================================= */

@media (max-width: 430px) {

    .sap-wp-inner {

        width: calc(100% - 24px);
    }

    .sap-why-title,
    .sap-process-title {

        font-size: 32px;
    }

    .sap-feature {

        grid-template-columns:
            45px
            minmax(0, 1fr);

        column-gap: 12px;
    }

    .sap-feature-icon {

        width: 42px;
        height: 42px;
    }

    .sap-feature-icon svg {

        width: 22px;
        height: 22px;
    }

    .sap-feature-content h3 {

        font-size: 12.5px;
    }

    .sap-feature-content p {

        font-size: 10.5px;
    }

    .sap-step {

        grid-template-columns:
            70px
            minmax(0, 1fr);

        column-gap: 15px;
    }

    .sap-step-circle {

        width: 64px;
        height: 64px;
    }

    .sap-step-circle svg {

        width: 32px;
        height: 32px;
    }
}


/* =========================================================
   STATIC / REDUCED MOTION
========================================================= */

@media (prefers-reduced-motion: reduce) {

    .sap-why-process *,
    .sap-why-process *::before,
    .sap-why-process *::after {

        scroll-behavior: auto !important;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-77d3e2c *//* ================================
   CASE STUDIES SECTION
================================ */

.case-studies {
  width: 100%;
  padding: 70px 30px;
  background: #ffffff;
  font-family: "Inter", Arial, sans-serif;
  box-sizing: border-box;
}


/* ================================
   SECTION HEADING
================================ */

.section-heading {
  text-align: center;
  margin-bottom: 38px;
}

.section-heading h2 {
  margin: 0;
  color: #111111;
  font-family: "Poppins", Arial, sans-serif;
  font-size: 34px;
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: -0.7px;
}

.section-heading p {
  margin: 10px 0 0;
  color: #666666;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.6;
}


/* ================================
   CARD GRID
================================ */

.case-grid {
  width: 100%;
  max-width: 1500px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}


/* ================================
   MAIN CARD
================================ */

.case-card {
  overflow: hidden;
  background: #ffffff;
  border: 1px solid #e8e8e8;
  border-radius: 16px;
  box-shadow: 0 8px 28px rgba(0, 0, 0, 0.07);
}


/* ================================
   DARK DASHBOARD
================================ */

.dark-dashboard {
  min-height: 205px;
  padding: 16px;
  background:
    radial-gradient(
      circle at 80% 80%,
      rgba(212, 175, 55, 0.10),
      transparent 35%
    ),
    #080909;

  color: #ffffff;
  box-sizing: border-box;
}


/* ================================
   DASHBOARD HEADER
================================ */

.dashboard-top {
  display: flex;
  align-items: center;
  gap: 15px;
  min-width: 0;
  margin-bottom: 22px;
}

.dashboard-top h3 {
  margin: 0;
  margin-right: auto;
  color: #ffffff;
  font-size: 13px;
  font-weight: 800;
  white-space: nowrap;
}

.dashboard-top span {
  color: #898989;
  font-size: 7px;
  font-weight: 500;
  white-space: nowrap;
}


/* ================================
   DASHBOARD CONTENT
================================ */

.dashboard-content {
  display: grid;
  grid-template-columns: 38% 62%;
  gap: 10px;
  height: 140px;
}


/* ================================
   SIDEBAR
================================ */

.dashboard-sidebar {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 9px;
  padding-right: 8px;
}

.dashboard-sidebar p {
  margin: 0;
  color: #777777;
  font-size: 8px;
  font-weight: 500;
}

.dashboard-sidebar p:first-child {
  color: #d9d9d9;
  font-weight: 700;
}

.dashboard-sidebar .cyan-text {
  color: #13b7d4;
}


/* ================================
   DASHBOARD BADGES
================================ */

.badge {
  display: inline-flex;
  align-items: center;
  align-self: flex-start;
  margin-top: auto;
  padding: 7px 10px;
  border-radius: 5px;

  color: #ffffff !important;
  font-size: 7px !important;
  font-weight: 700 !important;
  white-space: nowrap;

  box-shadow: none;
}

.badge.green {
  background: #0b9f68;
}

.badge.blue {
  background: #087fd1;
}


/* ================================
   CHART
================================ */

.chart-area {
  position: relative;
  min-width: 0;
  padding-top: 2px;
}

.chart-labels {
  display: flex;
  justify-content: space-between;
  margin-bottom: 12px;
}

.chart-labels span {
  color: #777777;
  font-size: 7px;
  font-weight: 500;
}

.chart-area svg {
  display: block;
  width: 100%;
  height: 100px;
  overflow: visible;
}


/* ================================
   METRICS AREA
================================ */

.metrics {
  padding: 17px 16px 20px;
  background: #ffffff;
}

.metrics h3 {
  margin: 0 0 18px;
  color: #151515;
  font-family: "Poppins", Arial, sans-serif;
  font-size: 14px;
  font-weight: 800;
  line-height: 1.2;
}


/* ================================
   METRIC GRID
================================ */

.metric-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
}

.metric-grid div {
  min-width: 0;
}

.metric-grid span {
  display: block;
  margin-bottom: 7px;
  color: #777777;
  font-size: 8px;
  font-weight: 500;
  line-height: 1.3;
}

.metric-grid strong {
  display: block;
  margin-bottom: 5px;
  color: #151515;
  font-family: "Poppins", Arial, sans-serif;
  font-size: 16px;
  font-weight: 800;
  line-height: 1.1;
  white-space: nowrap;
}

.metric-grid small {
  display: block;
  color: #10a96f;
  font-size: 8px;
  font-weight: 700;
}


/* ================================
   CTA BUTTON
================================ */

.case-cta {
  display: flex;
  justify-content: center;
  margin-top: 30px;
}

.case-cta a {
  display: inline-flex;
  align-items: center;
  gap: 12px;

  padding: 12px 24px;

  color: #222222;
  background: #ffffff;

  border: 1px solid #d4af37;
  border-radius: 6px;

  font-size: 13px;
  font-weight: 700;
  text-decoration: none;

  box-shadow: 0 4px 14px rgba(212, 175, 55, 0.10);
}

.case-cta a span {
  color: #b48b18;
  font-size: 17px;
  line-height: 1;
}


/* ================================
   TABLET
================================ */

@media (max-width: 1200px) {

  .case-grid {
    grid-template-columns: repeat(2, 1fr);
    max-width: 900px;
  }

  .dark-dashboard {
    min-height: 210px;
  }

}


/* ================================
   MOBILE
================================ */

@media (max-width: 650px) {

  .case-studies {
    padding: 50px 16px;
  }

  .section-heading {
    margin-bottom: 28px;
  }

  .section-heading h2 {
    font-size: 27px;
  }

  .section-heading p {
    font-size: 13px;
  }

  .case-grid {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .dark-dashboard {
    min-height: 220px;
  }

  .dashboard-top {
    gap: 10px;
  }

  .dashboard-top span {
    display: none;
  }

  .dashboard-content {
    grid-template-columns: 35% 65%;
  }

  .metric-grid {
    gap: 8px;
  }

  .metric-grid strong {
    font-size: 15px;
  }

  .case-cta {
    margin-top: 25px;
  }

  .case-cta a {
    width: 100%;
    justify-content: center;
    box-sizing: border-box;
  }

}


/* ================================
   SMALL MOBILE
================================ */

@media (max-width: 400px) {

  .section-heading h2 {
    font-size: 24px;
  }

  .dark-dashboard {
    padding: 13px;
  }

  .metrics {
    padding: 15px 13px 18px;
  }

  .metric-grid strong {
    font-size: 13px;
  }

  .metric-grid span {
    font-size: 7px;
  }

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-5fc0343 *//* ==========================================
   TESTIMONIAL SECTION
========================================== */

.testimonials-section {
  width: 100%;
  padding: 38px 28px 28px;
  background: #ffffff;
  box-sizing: border-box;
  font-family: "Inter", Arial, sans-serif;
}


/* ==========================================
   HEADING
========================================== */

.testimonials-heading {
  text-align: center;
  margin-bottom: 28px;
}

.testimonials-heading h2 {
  margin: 0;

  color: #111111;

  font-family: "Poppins", Arial, sans-serif;
  font-size: 29px;
  font-weight: 800;

  line-height: 1.2;
  letter-spacing: -0.5px;
}

.testimonials-heading p {
  margin: 7px 0 0;

  color: #777777;

  font-size: 12px;
  font-weight: 500;

  line-height: 1.5;
}


/* ==========================================
   REVIEWS CONTAINER
========================================== */

.reviews-container {
  width: 100%;
  max-width: 1450px;

  margin: 0 auto;

  display: grid;
  grid-template-columns: repeat(4, 1fr);

  gap: 18px;
}


/* ==========================================
   REVIEW CARD
========================================== */

.review-card {
  position: relative;

  min-height: 205px;

  padding: 20px 20px 18px;

  box-sizing: border-box;

  background: #ffffff;

  border: 1px solid #eeeeee;
  border-radius: 8px;

  box-shadow:
    0 5px 18px rgba(0, 0, 0, 0.055);
}


/* ==========================================
   LEFT QUOTE
========================================== */

.quote-mark {
  position: absolute;

  left: 17px;
  top: 17px;

  color: #e9e9e9;

  font-family: Georgia, serif;
  font-size: 50px;
  font-weight: 700;

  line-height: 0.8;
}


/* ==========================================
   RIGHT QUOTE
========================================== */

.quote-right {
  position: absolute;

  right: 17px;
  top: 13px;

  color: #c49a24;

  font-family: Georgia, serif;
  font-size: 34px;
  font-weight: 700;

  line-height: 1;
}


/* ==========================================
   REVIEW CONTENT
========================================== */

.review-content {
  position: relative;

  padding-left: 25px;
  padding-right: 8px;
}


/* ==========================================
   STARS
========================================== */

.stars {
  margin-bottom: 13px;

  color: #c59620;

  font-size: 14px;
  font-weight: 700;

  letter-spacing: 1px;

  line-height: 1;
}


/* ==========================================
   REVIEW TEXT
========================================== */

.review-text {
  margin: 0;

  color: #454545;

  font-size: 11px;
  font-weight: 500;

  line-height: 1.65;

  min-height: 75px;
}


/* ==========================================
   CLIENT INFORMATION
========================================== */

.client-info {
  display: flex;
  align-items: center;

  gap: 10px;

  margin-top: 15px;
}


/* ==========================================
   CLIENT AVATAR
========================================== */

.client-avatar {
  width: 38px;
  height: 38px;

  flex: 0 0 38px;

  overflow: hidden;

  border-radius: 50%;

  background: #eeeeee;

  border: 1px solid #e2e2e2;
}

.client-avatar img {
  width: 100%;
  height: 100%;

  display: block;

  object-fit: cover;
}


/* ==========================================
   CLIENT DETAILS
========================================== */

.client-details {
  min-width: 0;
}

.client-details h4 {
  margin: 0 0 3px;

  color: #222222;

  font-family: "Poppins", Arial, sans-serif;

  font-size: 10px;
  font-weight: 800;

  line-height: 1.2;
}

.client-details span {
  display: block;

  color: #777777;

  font-size: 8px;
  font-weight: 500;

  line-height: 1.3;
}


/* ==========================================
   REVIEW DOTS
========================================== */

.review-dots {
  display: flex;
  justify-content: center;
  align-items: center;

  gap: 9px;

  margin-top: 18px;
}

.review-dots span {
  width: 7px;
  height: 7px;

  display: block;

  border-radius: 50%;

  background: #dddddd;
}

.review-dots span.active {
  background: #c59620;
}


/* ==========================================
   TABLET
========================================== */

@media (max-width: 1150px) {

  .reviews-container {
    grid-template-columns: repeat(2, 1fr);
    max-width: 850px;
  }

  .review-card {
    min-height: 215px;
  }

}


/* ==========================================
   MOBILE
========================================== */

@media (max-width: 650px) {

  .testimonials-section {
    padding: 40px 16px 25px;
  }

  .testimonials-heading {
    margin-bottom: 24px;
  }

  .testimonials-heading h2 {
    font-size: 25px;
  }

  .testimonials-heading p {
    font-size: 11px;
  }

  .reviews-container {
    grid-template-columns: 1fr;
    gap: 15px;
  }

  .review-card {
    min-height: 205px;
  }

}


/* ==========================================
   SMALL MOBILE
========================================== */

@media (max-width: 400px) {

  .testimonials-heading h2 {
    font-size: 23px;
  }

  .review-card {
    padding: 18px;
  }

  .review-text {
    font-size: 10.5px;
  }

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-2e047a0 *//* ==========================================
   SUDHIRADSPRO FAQ SECTION
========================================== */

.faq-section {

  width: 100%;

  padding: 50px 30px 55px;

  background: #ffffff;

  box-sizing: border-box;

  font-family: "Inter", Arial, sans-serif;

  color: #111111;

}


/* ==========================================
   GLOBAL BOX SIZING
========================================== */

.faq-section *,
.faq-section *::before,
.faq-section *::after {

  box-sizing: border-box;

}


/* ==========================================
   HEADING
========================================== */

.faq-heading {

  width: 100%;

  text-align: center;

  margin-bottom: 34px;

}


.faq-heading h2 {

  margin: 0;

  color: #111111;

  font-family: "Poppins", Arial, sans-serif;

  font-size: 34px;

  font-weight: 800;

  line-height: 1.25;

  letter-spacing: -0.6px;

}


/* ==========================================
   FAQ GRID
========================================== */

.faq-grid {

  width: 100%;

  max-width: 1350px;

  margin: 0 auto;

  display: grid;

  grid-template-columns: 1fr 1fr;

  gap: 32px;

}


/* ==========================================
   FAQ COLUMN
========================================== */

.faq-column {

  width: 100%;

  display: flex;

  flex-direction: column;

}


/* ==========================================
   FAQ ITEM
========================================== */

.faq-item {

  width: 100%;

  margin: 0;

  padding: 0;

  background: #ffffff;

  border-top: 1px solid #e5e5e5;

  border-left: 1px solid #e5e5e5;

  border-right: 1px solid #e5e5e5;

}


/* LAST ITEM */

.faq-item:last-child {

  border-bottom: 1px solid #e5e5e5;

}


/* ==========================================
   QUESTION SUMMARY
========================================== */

.faq-item summary {

  width: 100%;

  min-height: 64px;

  display: flex;

  align-items: center;

  justify-content: space-between;

  gap: 25px;

  padding: 0 20px;

  list-style: none;

  cursor: pointer;

  outline: none;

}


/* REMOVE DEFAULT ARROW */

.faq-item summary::-webkit-details-marker {

  display: none;

}


.faq-item summary::marker {

  display: none;

}


/* ==========================================
   QUESTION TEXT
========================================== */

.faq-item summary > span {

  flex: 1;

  color: #242424;

  font-family: "Inter", Arial, sans-serif;

  font-size: 16px;

  font-weight: 600;

  line-height: 1.5;

  text-align: left;

  letter-spacing: 0.02px;

}


/* ==========================================
   PLUS BUTTON
========================================== */

.faq-item summary button {

  width: 32px;

  height: 32px;

  min-width: 32px;

  flex: 0 0 32px;

  display: flex;

  align-items: center;

  justify-content: center;

  margin: 0;

  padding: 0;

  border: none;

  background: transparent;

  color: #1b1b1b;

  cursor: pointer;

  pointer-events: none;

}


/* ==========================================
   PLUS ICON
========================================== */

.plus-icon {

  display: flex;

  align-items: center;

  justify-content: center;

  width: 32px;

  height: 32px;

  color: #111111;

  font-family: Arial, sans-serif;

  font-size: 25px;

  font-weight: 400;

  line-height: 1;

}


/* ==========================================
   OPEN STATE
========================================== */

.faq-item[open] summary {

  border-bottom: 1px solid #eeeeee;

}


.faq-item[open] .plus-icon {

  font-size: 0;

}


.faq-item[open] .plus-icon::before {

  content: "−";

  color: #d4af37;

  font-family: Arial, sans-serif;

  font-size: 25px;

  font-weight: 400;

  line-height: 1;

}


/* ==========================================
   ANSWER
========================================== */

.faq-answer {

  width: 100%;

  padding: 17px 20px 20px;

  background: #ffffff;

}


/* ==========================================
   ANSWER TEXT
========================================== */

.faq-answer p {

  max-width: 100%;

  margin: 0;

  color: #4b5563;

  font-family: "Inter", Arial, sans-serif;

  font-size: 14px;

  font-weight: 400;

  line-height: 1.7;

  letter-spacing: 0;

}


/* ==========================================
   OPEN ITEM BORDER
========================================== */

.faq-item[open] {

  border-color: #dedede;

}


.faq-item[open] summary > span {

  color: #111111;

}


/* ==========================================
   HOVER
========================================== */

.faq-item summary:hover > span {

  color: #111111;

}


.faq-item summary:hover .plus-icon {

  color: #d4af37;

}


/* ==========================================
   DESKTOP
========================================== */

@media (min-width: 1200px) {

  .faq-section {

    padding-top: 55px;

    padding-bottom: 60px;

  }


  .faq-heading {

    margin-bottom: 36px;

  }


  .faq-heading h2 {

    font-size: 36px;

  }


  .faq-item summary {

    min-height: 66px;

  }


  .faq-item summary > span {

    font-size: 16px;

  }


  .faq-answer p {

    font-size: 14.5px;

  }

}


/* ==========================================
   TABLET
========================================== */

@media (max-width: 900px) {

  .faq-section {

    padding: 45px 22px;

  }


  .faq-heading h2 {

    font-size: 31px;

  }


  .faq-grid {

    gap: 20px;

  }


  .faq-item summary {

    min-height: 62px;

    padding: 0 17px;

  }


  .faq-item summary > span {

    font-size: 15px;

  }


  .faq-answer {

    padding:
      16px
      17px
      19px;

  }


  .faq-answer p {

    font-size: 13.5px;

  }

}


/* ==========================================
   MOBILE
========================================== */

@media (max-width: 650px) {

  .faq-section {

    padding: 42px 16px;

  }


  .faq-heading {

    margin-bottom: 27px;

  }


  .faq-heading h2 {

    font-size: 28px;

  }


  .faq-grid {

    grid-template-columns: 1fr;

    gap: 0;

  }


  .faq-item summary {

    min-height: 62px;

    padding: 0 15px;

    gap: 15px;

  }


  .faq-item summary > span {

    font-size: 15px;

    line-height: 1.45;

  }


  .faq-item summary button {

    width: 29px;

    height: 29px;

    min-width: 29px;

    flex-basis: 29px;

  }


  .plus-icon {

    width: 29px;

    height: 29px;

    font-size: 23px;

  }


  .faq-item[open] .plus-icon::before {

    font-size: 23px;

  }


  .faq-answer {

    padding:
      16px
      15px
      20px;

  }


  .faq-answer p {

    font-size: 13.5px;

    line-height: 1.65;

  }

}


/* ==========================================
   SMALL MOBILE
========================================== */

@media (max-width: 400px) {

  .faq-section {

    padding: 38px 12px;

  }


  .faq-heading {

    margin-bottom: 24px;

  }


  .faq-heading h2 {

    font-size: 26px;

  }


  .faq-item summary {

    min-height: 59px;

    padding: 0 13px;

  }


  .faq-item summary > span {

    font-size: 14px;

  }


  .faq-answer {

    padding:
      15px
      13px
      18px;

  }


  .faq-answer p {

    font-size: 13px;

    line-height: 1.65;

  }

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-6c8f021 */```css
/* =====================================================
   GLOBAL RESET
===================================================== */

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    font-family: "Inter", Arial, Helvetica, sans-serif;
    background: #050505;
    color: #ffffff;
    line-height: 1.6;
}

button,
input,
select,
textarea {
    font: inherit;
}

button,
a {
    -webkit-tap-highlight-color: transparent;
}

button {
    cursor: pointer;
}


/* =====================================================
   CONTACT CTA SECTION
===================================================== */

.contact-cta {
    width: 100%;
    background: #0b0b0b;
    padding: 42px 30px;
    border-top: 1px solid rgba(244, 180, 0, 0.25);
    border-bottom: 1px solid rgba(244, 180, 0, 0.25);
    position: relative;
    overflow: hidden;
}


/* Subtle gold background glow */

.contact-cta::before {
    content: "";
    position: absolute;
    width: 420px;
    height: 420px;
    background: rgba(244, 180, 0, 0.06);
    border-radius: 50%;
    top: 50%;
    left: 25%;
    transform: translate(-50%, -50%);
    filter: blur(90px);
    pointer-events: none;
}


.cta-container {
    width: min(1380px, 100%);
    min-height: 170px;
    margin: 0 auto;

    display: grid;
    grid-template-columns: 110px 1fr auto;
    align-items: center;
    gap: 45px;

    position: relative;
    z-index: 1;
}


/* =====================================================
   LOGO
===================================================== */

.cta-logo {
    width: 82px;
    height: 82px;

    border-radius: 50%;

    display: flex;
    align-items: center;
    justify-content: center;

    background: linear-gradient(
        145deg,
        #ffd45a,
        #f4b400 50%,
        #c58a00
    );

    border: 2px solid #f4b400;

    box-shadow:
        0 0 0 6px rgba(244, 180, 0, 0.06),
        0 12px 35px rgba(244, 180, 0, 0.15);
}


.logo-arrow {
    color: #0b0b0b;
    font-size: 42px;
    font-weight: 900;
    line-height: 1;
}


/* =====================================================
   CTA TEXT
===================================================== */

.cta-content {
    min-width: 0;
}

.cta-content h2 {
    color: #ffffff;
    font-family: "Poppins", "Inter", Arial, sans-serif;
    font-size: clamp(30px, 3vw, 46px);
    line-height: 1.15;
    font-weight: 800;
    letter-spacing: -1.2px;
    margin-bottom: 12px;
}

.cta-content p {
    color: #d7d7d7;
    font-size: 18px;
    line-height: 1.6;
    font-weight: 400;
}


/* =====================================================
   CTA BUTTONS
===================================================== */

.cta-actions {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 14px;
    flex-shrink: 0;
}


.cta-btn {
    min-height: 54px;
    padding: 0 25px;

    border-radius: 9px;

    font-size: 15px;
    font-weight: 700;

    letter-spacing: 0.1px;

    white-space: nowrap;

    transition: none;
}


/* Gold Button */

.cta-btn-primary {
    background: #f4b400;
    color: #090909;

    border: 1px solid #f4b400;

    box-shadow:
        0 8px 22px rgba(244, 180, 0, 0.16);
}


/* Transparent Button */

.cta-btn-secondary {
    background: transparent;
    color: #ffffff;

    border: 1px solid #f4b400;
}


/* Button accessibility */

.cta-btn:focus-visible,
.submit-btn:focus-visible,
.call-now-btn:focus-visible,
.call-close-btn:focus-visible,
.modal-close:focus-visible {
    outline: 3px solid rgba(244, 180, 0, 0.45);
    outline-offset: 3px;
}


/* =====================================================
   MODAL OVERLAY
===================================================== */

.modal-overlay {
    position: fixed;
    inset: 0;

    width: 100%;
    height: 100%;

    display: none;
    align-items: center;
    justify-content: center;

    padding: 25px;

    background: rgba(0, 0, 0, 0.78);

    z-index: 9999;
}


.modal-overlay.active {
    display: flex;
}


/* Prevent scrolling */

body.modal-open {
    overflow: hidden;
}


/* =====================================================
   CONTACT MODAL
===================================================== */

.modal-box {
    width: min(850px, 100%);
    max-height: 92vh;

    overflow-y: auto;

    background: #ffffff;
    color: #111111;

    border-radius: 20px;

    padding: 45px;

    position: relative;

    box-shadow:
        0 30px 80px rgba(0, 0, 0, 0.35);
}


/* =====================================================
   MODAL CLOSE BUTTON
===================================================== */

.modal-close {
    position: absolute;

    top: 18px;
    right: 20px;

    width: 42px;
    height: 42px;

    border: 0;
    border-radius: 50%;

    background: #f4f4f4;

    color: #111111;

    font-size: 30px;
    font-weight: 400;

    line-height: 1;

    display: flex;
    align-items: center;
    justify-content: center;
}


/* =====================================================
   MODAL HEADER
===================================================== */

.modal-header {
    padding-right: 45px;
    margin-bottom: 30px;
}


.modal-header h2 {
    color: #111111;

    font-family: "Poppins", "Inter", Arial, sans-serif;

    font-size: clamp(30px, 4vw, 42px);

    line-height: 1.15;

    font-weight: 800;

    letter-spacing: -1px;

    margin-bottom: 12px;
}


.modal-header p {
    color: #6d6d6d;

    font-size: 16px;

    line-height: 1.6;
}


/* =====================================================
   FORM
===================================================== */

.contact-form {
    display: grid;

    grid-template-columns: repeat(2, minmax(0, 1fr));

    gap: 22px;
}


.form-group {
    display: flex;
    flex-direction: column;
}


.form-group-full,
.form-submit {
    grid-column: 1 / -1;
}


.form-group label {
    color: #181818;

    font-size: 14px;

    font-weight: 700;

    margin-bottom: 8px;
}


.form-group input,
.form-group select,
.form-group textarea {

    width: 100%;

    background: #ffffff;

    color: #161616;

    border: 1px solid #d8d8d8;

    border-radius: 12px;

    padding: 14px 16px;

    font-size: 15px;

    line-height: 1.5;

    outline: none;

    box-shadow: none;

    transition: none;
}


.form-group input,
.form-group select {
    min-height: 52px;
}


.form-group textarea {
    min-height: 150px;

    resize: vertical;
}


.form-group input::placeholder,
.form-group textarea::placeholder {
    color: #555555;
    opacity: 1;
}


/* Focus */

.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus {
    border-color: #f4b400;

    box-shadow:
        0 0 0 3px rgba(244, 180, 0, 0.12);
}


/* Invalid fields */

.form-group input:invalid:not(:placeholder-shown),
.form-group textarea:invalid:not(:placeholder-shown) {
    border-color: #d44b4b;
}


/* Select */

.form-group select {
    appearance: auto;
    cursor: pointer;
}


/* =====================================================
   SUBMIT BUTTON
===================================================== */

.form-submit {
    margin-top: 2px;
}


.submit-btn {
    width: 100%;

    min-height: 56px;

    border: 1px solid #f4b400;

    border-radius: 10px;

    background: #f4b400;

    color: #0b0b0b;

    font-size: 16px;

    font-weight: 800;

    letter-spacing: 0.1px;
}


/* =====================================================
   CALL MODAL
===================================================== */

.call-modal-box {
    width: min(500px, 100%);

    background: #ffffff;

    color: #111111;

    border-radius: 20px;

    padding: 50px 45px 42px;

    text-align: center;

    position: relative;

    box-shadow:
        0 30px 80px rgba(0, 0, 0, 0.35);
}


/* Call Icon */

.call-icon {
    width: 72px;
    height: 72px;

    margin: 0 auto 22px;

    border-radius: 50%;

    display: flex;
    align-items: center;
    justify-content: center;

    background: #fff6d8;

    color: #d99b00;

    border: 1px solid #f4b400;

    font-size: 30px;
}


/* Call Heading */

.call-modal-box h2 {
    color: #111111;

    font-family: "Poppins", "Inter", Arial, sans-serif;

    font-size: clamp(27px, 4vw, 36px);

    line-height: 1.2;

    font-weight: 800;

    letter-spacing: -0.7px;

    margin-bottom: 12px;
}


.call-description {
    color: #686868;

    font-size: 16px;

    line-height: 1.6;

    max-width: 390px;

    margin: 0 auto 25px;
}


/* =====================================================
   PHONE NUMBER
===================================================== */

.phone-number {
    display: flex;

    align-items: center;
    justify-content: center;

    gap: 10px;

    color: #111111;

    text-decoration: none;

    font-size: clamp(28px, 5vw, 38px);

    font-weight: 800;

    letter-spacing: 1px;

    margin-bottom: 27px;
}


.phone-icon {
    color: #d99b00;

    font-size: 28px;
}


/* =====================================================
   CALL NOW BUTTON
===================================================== */

.call-now-btn {
    width: 100%;

    min-height: 55px;

    display: flex;
    align-items: center;
    justify-content: center;

    background: #f4b400;

    color: #0b0b0b;

    border: 1px solid #f4b400;

    border-radius: 10px;

    text-decoration: none;

    font-size: 16px;

    font-weight: 800;

    margin-bottom: 12px;
}


/* =====================================================
   SECONDARY CLOSE BUTTON
===================================================== */

.call-close-btn {
    width: 100%;

    min-height: 52px;

    background: #ffffff;

    color: #222222;

    border: 1px solid #d4d4d4;

    border-radius: 10px;

    font-size: 15px;

    font-weight: 700;
}


/* =====================================================
   RESPONSIVE — TABLET
===================================================== */

@media (max-width: 1050px) {

    .cta-container {
        grid-template-columns: 90px 1fr;
        gap: 25px 30px;
    }

    .cta-actions {
        grid-column: 2;
        justify-content: flex-start;
    }

}


/* =====================================================
   RESPONSIVE — MOBILE
===================================================== */

@media (max-width: 700px) {

    .contact-cta {
        padding: 35px 20px;
    }


    .cta-container {
        display: flex;

        flex-direction: column;

        align-items: flex-start;

        gap: 24px;
    }


    .cta-logo {
        width: 68px;
        height: 68px;
    }


    .logo-arrow {
        font-size: 34px;
    }


    .cta-content h2 {
        font-size: 30px;
        letter-spacing: -0.7px;
    }


    .cta-content p {
        font-size: 16px;
    }


    .cta-actions {
        width: 100%;

        display: flex;

        flex-direction: column;

        align-items: stretch;

        gap: 12px;
    }


    .cta-btn {
        width: 100%;
        min-height: 56px;
    }


    /* Modal */

    .modal-overlay {
        padding: 15px;
    }


    .modal-box {
        max-height: 94vh;

        padding: 35px 22px 25px;

        border-radius: 17px;
    }


    .modal-header {
        padding-right: 35px;
        margin-bottom: 25px;
    }


    .modal-header h2 {
        font-size: 29px;
    }


    .modal-header p {
        font-size: 14px;
    }


    .contact-form {
        grid-template-columns: 1fr;

        gap: 18px;
    }


    .form-group-full,
    .form-submit {
        grid-column: auto;
    }


    .form-group input,
    .form-group select {
        min-height: 54px;
    }


    .form-group textarea {
        min-height: 135px;
    }


    /* Call popup */

    .call-modal-box {
        padding: 45px 24px 30px;
    }


    .call-modal-box h2 {
        font-size: 28px;
    }


    .phone-number {
        font-size: 30px;
    }

}


/* =====================================================
   SMALL MOBILE
===================================================== */

@media (max-width: 400px) {

    .cta-content h2 {
        font-size: 27px;
    }


    .modal-box {
        padding-left: 18px;
        padding-right: 18px;
    }


    .phone-number {
        font-size: 26px;
    }

}
```/* End custom CSS */