:root{--page-title-display:none;}@media(min-width:768px){.elementor-46 .elementor-element.elementor-element-ad4c9e9{width:100%;}}/* Start custom CSS for html, class: .elementor-element-20b3df9 */```css
/* =========================
   GLOBAL
========================= */

.sgc-header,
.sgc-hero {
    font-family: Arial, Helvetica, sans-serif;
    box-sizing: border-box;
}

.sgc-header *,
.sgc-hero * {
    box-sizing: border-box;
}

.sgc-container {
    width: min(1180px, 92%);
    margin: 0 auto;
}


/* =========================
   HEADER
========================= */

.sgc-header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 100;
    padding: 25px 0;
}

.sgc-header .sgc-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
}


/* LOGO */

.sgc-logo {
    display: flex;
    align-items: center;
    gap: 10px;
    text-decoration: none;
    color: #ffffff;
}

.logo-mark {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
    background: #ffffff;
    color: #111111;
    font-size: 19px;
    font-weight: 800;
}

.logo-text {
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 1px;
}

.logo-text span {
    font-weight: 400;
    opacity: .65;
}


/* NAVIGATION */

.sgc-nav {
    display: flex;
    align-items: center;
    gap: 35px;
}

.sgc-nav a {
    color: rgba(255,255,255,.75);
    text-decoration: none;
    font-size: 14px;
    transition: .3s ease;
}

.sgc-nav a:hover {
    color: #ffffff;
}


/* HEADER BUTTON */

.sgc-header-btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: #111111;
    background: #ffffff;
    text-decoration: none;
    padding: 13px 20px;
    border-radius: 50px;
    font-size: 14px;
    font-weight: 600;
    transition: .3s ease;
}

.sgc-header-btn:hover {
    transform: translateY(-2px);
}

.sgc-header-btn span {
    font-size: 17px;
}


/* MOBILE MENU BUTTON */

.sgc-menu-btn {
    display: none;
    border: 0;
    background: transparent;
    color: #ffffff;
    font-size: 27px;
    cursor: pointer;
}


/* =========================
   HERO
========================= */

.sgc-hero {
    position: relative;
    min-height: 850px;
    overflow: hidden;
    background:
        radial-gradient(
            circle at 75% 45%,
            rgba(88, 70, 220, .20),
            transparent 30%
        ),
        #08080b;
    color: #ffffff;
    display: flex;
    align-items: center;
    padding: 150px 0 100px;
}


/* BACKGROUND GLOW */

.hero-glow {
    position: absolute;
    border-radius: 50%;
    filter: blur(100px);
    pointer-events: none;
}

.glow-one {
    width: 300px;
    height: 300px;
    background: rgba(107, 76, 255, .13);
    top: 25%;
    left: -120px;
}

.glow-two {
    width: 350px;
    height: 350px;
    background: rgba(0, 190, 255, .09);
    right: -100px;
    bottom: 5%;
}


/* HERO GRID */

.hero-grid {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: 1.05fr .95fr;
    gap: 80px;
    align-items: center;
}


/* HERO CONTENT */

.hero-label {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    padding: 8px 14px;
    border: 1px solid rgba(255,255,255,.14);
    background: rgba(255,255,255,.04);
    border-radius: 50px;
    font-size: 11px;
    letter-spacing: 1.5px;
    color: rgba(255,255,255,.75);
    margin-bottom: 28px;
}

.label-dot {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #8c7cff;
    box-shadow: 0 0 12px #8c7cff;
}


.hero-content h1 {
    max-width: 680px;
    margin: 0;
    font-size: clamp(50px, 6vw, 82px);
    line-height: .98;
    letter-spacing: -4px;
    font-weight: 700;
}

.hero-content h1 span {
    display: block;
    background: linear-gradient(
        90deg,
        #ffffff,
        #8e80ff
    );
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}


.hero-description {
    max-width: 590px;
    margin: 30px 0 35px;
    color: rgba(255,255,255,.65);
    font-size: 17px;
    line-height: 1.8;
}


/* HERO BUTTONS */

.hero-buttons {
    display: flex;
    gap: 14px;
    flex-wrap: wrap;
}

.hero-primary-btn,
.hero-secondary-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    text-decoration: none;
    border-radius: 50px;
    padding: 16px 23px;
    font-size: 14px;
    font-weight: 600;
    transition: .3s ease;
}

.hero-primary-btn {
    background: #ffffff;
    color: #111111;
}

.hero-primary-btn:hover {
    transform: translateY(-3px);
    box-shadow: 0 15px 35px rgba(255,255,255,.12);
}

.hero-secondary-btn {
    color: #ffffff;
    border: 1px solid rgba(255,255,255,.18);
}

.hero-secondary-btn:hover {
    background: rgba(255,255,255,.06);
}


/* TRUST */

.hero-trust {
    display: flex;
    gap: 35px;
    margin-top: 55px;
}

.trust-item {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.trust-item strong {
    font-size: 22px;
}

.trust-item span {
    font-size: 11px;
    color: rgba(255,255,255,.45);
    text-transform: uppercase;
    letter-spacing: 1px;
}


/* =========================
   HERO VISUAL
========================= */

.hero-visual {
    position: relative;
    min-height: 500px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.visual-circle {
    position: absolute;
    width: 420px;
    height: 420px;
    border-radius: 50%;
    border: 1px solid rgba(255,255,255,.08);
    background: radial-gradient(
        circle,
        rgba(120,105,255,.15),
        rgba(120,105,255,.02) 60%,
        transparent 70%
    );
}


/* MAIN CARD */

.main-card {
    position: relative;
    z-index: 3;
    width: 330px;
    min-height: 300px;
    padding: 27px;
    border: 1px solid rgba(255,255,255,.12);
    border-radius: 25px;
    background: rgba(255,255,255,.07);
    backdrop-filter: blur(20px);
    box-shadow: 0 30px 80px rgba(0,0,0,.35);
}

.card-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: rgba(255,255,255,.5);
    font-size: 10px;
    letter-spacing: 1.5px;
}

.card-arrow {
    color: #ffffff;
    font-size: 18px;
}

.growth-number {
    margin-top: 45px;
    font-size: 62px;
    font-weight: 700;
    letter-spacing: -3px;
}

.main-card p {
    margin: 5px 0 20px;
    color: rgba(255,255,255,.5);
    font-size: 13px;
}


/* CHART */

.growth-chart {
    height: 90px;
    display: flex;
    align-items: end;
    gap: 10px;
    border-bottom: 1px solid rgba(255,255,255,.1);
}

.growth-chart span {
    width: 25px;
    border-radius: 6px 6px 0 0;
    background: linear-gradient(
        to top,
        #6658df,
        #b8b1ff
    );
}


/* FLOATING CARDS */

.floating-card {
    position: absolute;
    z-index: 5;
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 13px 17px;
    border: 1px solid rgba(255,255,255,.12);
    background: rgba(20,20,25,.75);
    backdrop-filter: blur(15px);
    border-radius: 15px;
    box-shadow: 0 20px 50px rgba(0,0,0,.3);
}

.floating-card strong {
    display: block;
    font-size: 12px;
}

.floating-card small {
    display: block;
    margin-top: 3px;
    color: rgba(255,255,255,.45);
    font-size: 10px;
}

.floating-icon {
    width: 34px;
    height: 34px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    background: rgba(255,255,255,.08);
}

.card-one {
    top: 80px;
    left: 5px;
}

.card-two {
    right: 0;
    bottom: 70px;
}


/* =========================
   RESPONSIVE
========================= */

@media (max-width: 900px) {

    .sgc-nav,
    .sgc-header-btn {
        display: none;
    }

    .sgc-menu-btn {
        display: block;
    }

    .sgc-hero {
        min-height: auto;
        padding: 140px 0 80px;
    }

    .hero-grid {
        grid-template-columns: 1fr;
        gap: 70px;
    }

    .hero-content {
        text-align: center;
    }

    .hero-label,
    .hero-buttons {
        justify-content: center;
    }

    .hero-description {
        margin-left: auto;
        margin-right: auto;
    }

    .hero-trust {
        justify-content: center;
    }

    .hero-visual {
        min-height: 450px;
    }
}


@media (max-width: 550px) {

    .sgc-header {
        padding: 18px 0;
    }

    .logo-mark {
        width: 36px;
        height: 36px;
    }

    .logo-text {
        font-size: 15px;
    }

    .hero-content h1 {
        font-size: 48px;
        letter-spacing: -2.5px;
    }

    .hero-description {
        font-size: 15px;
    }

    .hero-trust {
        gap: 18px;
    }

    .trust-item strong {
        font-size: 18px;
    }

    .hero-visual {
        min-height: 390px;
    }

    .visual-circle {
        width: 300px;
        height: 300px;
    }

    .main-card {
        width: 280px;
        min-height: 270px;
    }

    .growth-number {
        font-size: 50px;
    }

    .floating-card {
        padding: 10px 12px;
    }

    .card-one {
        left: 0;
        top: 40px;
    }

    .card-two {
        right: 0;
        bottom: 40px;
    }
}
```/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-eb787ac */```css
/* =================================
   PART 2 — PROBLEM SECTION
================================= */

.sgc-problem-section {
    position: relative;
    background: #f5f5f2;
    color: #111111;
    padding: 130px 0;
    overflow: hidden;
}


/* SECTION HEADING */

.problem-heading {
    max-width: 760px;
    margin-bottom: 70px;
}

.section-label {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    color: #666666;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 1.8px;
    text-transform: uppercase;
    margin-bottom: 22px;
}

.section-label span {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #6658df;
}


.problem-heading h2 {
    margin: 0;
    font-size: clamp(42px, 5vw, 68px);
    line-height: 1.05;
    letter-spacing: -3px;
    font-weight: 700;
}

.problem-heading h2 em {
    display: block;
    font-style: normal;
    color: #777777;
}

.problem-heading p {
    max-width: 620px;
    margin: 25px 0 0;
    color: #666666;
    font-size: 16px;
    line-height: 1.8;
}


/* =================================
   PROBLEM CARDS
================================= */

.problem-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 18px;
}


.problem-card {
    position: relative;
    min-height: 310px;
    padding: 32px;
    border: 1px solid #ddddda;
    border-radius: 22px;
    background: #ffffff;
    overflow: hidden;
    transition: .35s ease;
}

.problem-card:hover {
    transform: translateY(-8px);
    border-color: #c9c5f5;
    box-shadow: 0 25px 50px rgba(0,0,0,.07);
}


.problem-number {
    position: absolute;
    top: 25px;
    right: 28px;
    color: #b0b0ad;
    font-size: 12px;
    font-weight: 700;
}


.problem-icon {
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 60px;
    border-radius: 14px;
    background: #f0efff;
    color: #6658df;
    font-size: 22px;
}


.problem-card h3 {
    margin: 0 0 13px;
    font-size: 21px;
    letter-spacing: -.5px;
}


.problem-card p {
    margin: 0;
    color: #707070;
    font-size: 14px;
    line-height: 1.7;
}


/* =================================
   TRANSFORMATION
================================= */

.transformation {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 90px;
    align-items: center;
    margin-top: 130px;
    padding: 70px;
    border-radius: 30px;
    background: #101014;
    color: #ffffff;
    overflow: hidden;
}


.transformation-content h2 {
    max-width: 550px;
    margin: 0;
    font-size: clamp(40px, 5vw, 62px);
    line-height: 1.02;
    letter-spacing: -3px;
}

.transformation-content h2 span {
    color: #8b8b91;
}

.transformation-content h2 strong {
    display: block;
    font-weight: 600;
}


.transformation-content p {
    max-width: 500px;
    margin: 25px 0;
    color: #96969c;
    font-size: 15px;
    line-height: 1.8;
}


.transformation .section-label {
    color: #96969c;
}


/* TEXT LINK */

.text-link {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: #ffffff;
    text-decoration: none;
    font-size: 14px;
    font-weight: 600;
    margin-top: 12px;
    transition: .3s ease;
}

.text-link:hover {
    gap: 15px;
}


/* =================================
   TRANSFORMATION VISUAL
================================= */

.transformation-visual {
    position: relative;
    min-height: 360px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 20px 0;
}


.transform-line {
    position: absolute;
    left: 31px;
    top: 40px;
    bottom: 40px;
    width: 1px;
    background: linear-gradient(
        to bottom,
        transparent,
        #55555d,
        transparent
    );
}


.transform-step {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: 64px 1fr;
    align-items: center;
    min-height: 90px;
}


.transform-step > span {
    width: 62px;
    height: 62px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #45454c;
    border-radius: 50%;
    background: #101014;
    color: #aaaab0;
    font-size: 12px;
}


.transform-step strong {
    display: block;
    margin-left: 25px;
    font-size: 18px;
}


.transform-step small {
    display: block;
    margin: 5px 0 0 25px;
    color: #77777e;
    font-size: 12px;
}


/* =================================
   RESPONSIVE
================================= */

@media (max-width: 900px) {

    .sgc-problem-section {
        padding: 90px 0;
    }

    .problem-grid {
        grid-template-columns: 1fr;
    }

    .problem-card {
        min-height: 260px;
    }

    .transformation {
        grid-template-columns: 1fr;
        gap: 50px;
        padding: 45px 35px;
        margin-top: 90px;
    }

}


@media (max-width: 550px) {

    .problem-heading h2 {
        font-size: 42px;
        letter-spacing: -2px;
    }

    .problem-heading p {
        font-size: 14px;
    }

    .problem-card {
        padding: 25px;
    }

    .problem-icon {
        margin-bottom: 45px;
    }

    .transformation {
        padding: 35px 25px;
        border-radius: 22px;
    }

    .transformation-content h2 {
        font-size: 40px;
        letter-spacing: -2px;
    }

    .transformation-visual {
        min-height: 300px;
    }

}
```/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-e8d5323 *//* =================================
   PART 3 — SERVICES SECTION
================================= */

.sgc-services {
    background: #ffffff;
    color: #111111;
    padding: 130px 0;
    overflow: hidden;
}


/* SECTION HEADING */

.services-heading {
    max-width: 760px;
    margin-bottom: 65px;
}

.services-heading h2 {
    margin: 0;
    font-size: clamp(42px, 5vw, 68px);
    line-height: 1.05;
    letter-spacing: -3px;
    font-weight: 700;
}

.services-heading h2 em {
    display: block;
    font-style: normal;
    color: #777777;
}

.services-heading p {
    max-width: 600px;
    margin: 25px 0 0;
    color: #666666;
    font-size: 16px;
    line-height: 1.8;
}


/* SERVICES GRID */

.services-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 18px;
}


/* SERVICE CARD */

.service-card {
    position: relative;
    min-height: 390px;
    padding: 30px;
    border: 1px solid #e2e2df;
    border-radius: 23px;
    background: #fafaf8;
    display: flex;
    flex-direction: column;
    transition: transform .35s ease,
                background .35s ease,
                border-color .35s ease,
                box-shadow .35s ease;
}

.service-card:hover {
    transform: translateY(-8px);
    background: #111116;
    color: #ffffff;
    border-color: #111116;
    box-shadow: 0 25px 55px rgba(0,0,0,.12);
}


/* CARD TOP */

.service-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 55px;
}

.service-icon {
    width: 52px;
    height: 52px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 15px;
    background: #eeecff;
    color: #6658df;
    font-size: 24px;
    transition: .35s ease;
}

.service-card:hover .service-icon {
    background: #292932;
    color: #b5adff;
}

.service-number {
    color: #a5a5a1;
    font-size: 12px;
    font-weight: 700;
}

.service-card:hover .service-number {
    color: #777780;
}


/* CARD CONTENT */

.service-card h3 {
    margin: 0 0 15px;
    font-size: 22px;
    line-height: 1.2;
    letter-spacing: -.7px;
}

.service-card p {
    margin: 0;
    color: #707070;
    font-size: 14px;
    line-height: 1.75;
    transition: color .35s ease;
}

.service-card:hover p {
    color: #a3a3ad;
}


/* SERVICE TAGS */

.service-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 7px;
    margin-top: 25px;
}

.service-tags span {
    padding: 7px 10px;
    border: 1px solid #dededb;
    border-radius: 50px;
    color: #777777;
    font-size: 10px;
    transition: .35s ease;
}

.service-card:hover .service-tags span {
    border-color: #3c3c46;
    color: #a3a3ad;
}


/* SERVICE LINK */

.service-link {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
    margin-top: auto;
    padding-top: 28px;
    color: #111111;
    text-decoration: none;
    font-size: 13px;
    font-weight: 700;
    transition: .3s ease;
}

.service-card:hover .service-link {
    color: #ffffff;
}

.service-link span {
    font-size: 18px;
    transition: transform .3s ease;
}

.service-link:hover span {
    transform: translate(4px, -4px);
}


/* SERVICES CTA */

.services-cta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
    margin-top: 55px;
    padding: 35px 40px;
    border-radius: 22px;
    background: #f2f1ed;
}

.services-cta h3 {
    margin: 0 0 8px;
    font-size: 24px;
    letter-spacing: -.7px;
}

.services-cta p {
    margin: 0;
    color: #707070;
    font-size: 14px;
}

.services-cta-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    padding: 15px 22px;
    border-radius: 50px;
    background: #111116;
    color: #ffffff;
    text-decoration: none;
    font-size: 13px;
    font-weight: 600;
    white-space: nowrap;
    transition: .3s ease;
}

.services-cta-btn:hover {
    transform: translateY(-3px);
    background: #6658df;
}


/* =================================
   RESPONSIVE
================================= */

@media (max-width: 1000px) {

    .services-grid {
        grid-template-columns: repeat(2, 1fr);
    }

}

@media (max-width: 700px) {

    .sgc-services {
        padding: 90px 0;
    }

    .services-grid {
        grid-template-columns: 1fr;
    }

    .service-card {
        min-height: 350px;
    }

    .services-cta {
        flex-direction: column;
        align-items: flex-start;
        padding: 30px;
    }

}

@media (max-width: 550px) {

    .services-heading h2 {
        font-size: 42px;
        letter-spacing: -2px;
    }

    .services-heading p {
        font-size: 14px;
    }

    .service-card {
        padding: 25px;
    }

    .services-cta h3 {
        font-size: 21px;
    }

    .services-cta-btn {
        white-space: normal;
    }

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-b81fa6c *//* =================================
   PART 4 — ABOUT / FOUNDER
================================= */

.sgc-about {
    position: relative;
    background: #f5f5f2;
    color: #111111;
    padding: 140px 0;
    overflow: hidden;
}


/* =================================
   ABOUT GRID
================================= */

.about-grid {
    display: grid;
    grid-template-columns: .9fr 1.1fr;
    gap: 100px;
    align-items: center;
}


/* =================================
   ABOUT IMAGE
================================= */

.about-image-wrap {
    position: relative;
    max-width: 500px;
}

.about-image {
    position: relative;
    height: 620px;
    overflow: hidden;
    border-radius: 28px;
    background: #ddd;
}

.about-image::after {
    content: "";
    position: absolute;
    inset: 0;
    background:
        linear-gradient(
            180deg,
            transparent 60%,
            rgba(0,0,0,.35)
        );
    pointer-events: none;
}

.about-image img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    transition: transform .6s ease;
}

.about-image-wrap:hover .about-image img {
    transform: scale(1.04);
}


/* =================================
   IMAGE BADGE
================================= */

.about-image-badge {
    position: absolute;
    z-index: 3;
    left: -35px;
    bottom: 35px;

    display: flex;
    align-items: center;
    gap: 13px;

    padding: 15px 20px;

    border: 1px solid rgba(255,255,255,.18);
    border-radius: 15px;

    background: rgba(17,17,20,.88);
    backdrop-filter: blur(15px);

    color: #ffffff;

    box-shadow: 0 20px 45px rgba(0,0,0,.18);
}

.badge-star {
    width: 40px;
    height: 40px;

    display: flex;
    align-items: center;
    justify-content: center;

    border-radius: 11px;

    background: #6658df;
    font-size: 18px;
}

.about-image-badge strong {
    display: block;
    font-size: 12px;
}

.about-image-badge small {
    display: block;
    margin-top: 4px;
    color: #92929a;
    font-size: 9px;
}


/* =================================
   ABOUT CONTENT
================================= */

.about-content {
    max-width: 650px;
}

.about-content h2 {
    margin: 0;
    font-size: clamp(43px, 5vw, 67px);
    line-height: 1.02;
    letter-spacing: -3px;
}

.about-content h2 em {
    display: block;
    font-style: normal;
    color: #777777;
}

.about-intro {
    margin-top: 30px !important;
    font-size: 17px !important;
    color: #333333 !important;
}

.about-content > p {
    max-width: 600px;
    margin: 18px 0 0;
    color: #707070;
    font-size: 14px;
    line-height: 1.8;
}


/* =================================
   VALUES
================================= */

.about-values {
    margin-top: 40px;
    border-top: 1px solid #ddddda;
}

.about-value {
    display: grid;
    grid-template-columns: 50px 1fr;
    gap: 15px;

    padding: 22px 0;

    border-bottom: 1px solid #ddddda;
}

.about-value > span {
    color: #9a9a96;
    font-size: 11px;
    font-weight: 700;
}

.about-value strong {
    display: block;
    font-size: 15px;
}

.about-value p {
    margin: 6px 0 0;
    color: #777777;
    font-size: 12px;
    line-height: 1.6;
}


/* =================================
   BUTTONS
================================= */

.about-buttons {
    display: flex;
    align-items: center;
    gap: 22px;
    margin-top: 35px;
}

.about-primary-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 12px;

    padding: 15px 22px;

    border-radius: 50px;

    background: #111116;
    color: #ffffff;

    text-decoration: none;

    font-size: 13px;
    font-weight: 600;

    transition: .3s ease;
}

.about-primary-btn:hover {
    transform: translateY(-3px);
    background: #6658df;
}

.about-primary-btn span {
    font-size: 17px;
}

.about-text-btn {
    color: #222222;
    text-decoration: none;
    font-size: 13px;
    font-weight: 600;

    border-bottom: 1px solid #999999;
    padding-bottom: 4px;
}


/* =================================
   ABOUT STATS
================================= */

.about-stats {
    display: grid;
    grid-template-columns: repeat(4, 1fr);

    margin-top: 130px;

    border-top: 1px solid #d9d9d5;
    border-bottom: 1px solid #d9d9d5;
}

.about-stat {
    padding: 32px 25px;

    border-right: 1px solid #d9d9d5;
}

.about-stat:last-child {
    border-right: 0;
}

.about-stat strong {
    display: block;
    font-size: 38px;
    letter-spacing: -2px;
}

.about-stat span {
    display: block;
    margin-top: 7px;

    color: #777777;

    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 1px;
}


/* =================================
   RESPONSIVE
================================= */

@media (max-width: 1000px) {

    .sgc-about {
        padding: 100px 0;
    }

    .about-grid {
        grid-template-columns: 1fr;
        gap: 70px;
    }

    .about-image-wrap {
        max-width: 600px;
        margin: 0 auto;
        width: 100%;
    }

    .about-content {
        max-width: 700px;
        margin: 0 auto;
    }

}


@media (max-width: 700px) {

    .about-image {
        height: 500px;
    }

    .about-image-badge {
        left: 20px;
        bottom: 20px;
    }

    .about-stats {
        grid-template-columns: repeat(2, 1fr);
    }

    .about-stat:nth-child(2) {
        border-right: 0;
    }

    .about-stat:nth-child(1),
    .about-stat:nth-child(2) {
        border-bottom: 1px solid #d9d9d5;
    }

}


@media (max-width: 550px) {

    .sgc-about {
        padding: 90px 0;
    }

    .about-content h2 {
        font-size: 42px;
        letter-spacing: -2px;
    }

    .about-intro {
        font-size: 15px !important;
    }

    .about-image {
        height: 430px;
        border-radius: 22px;
    }

    .about-image-badge {
        left: 15px;
        right: 15px;
        bottom: 15px;
    }

    .about-buttons {
        align-items: flex-start;
        flex-direction: column;
    }

    .about-stats {
        margin-top: 90px;
    }

    .about-stat {
        padding: 25px 15px;
    }

    .about-stat strong {
        font-size: 30px;
    }

    .about-stat span {
        font-size: 9px;
    }

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-8cc0e87 *//* =================================
   PART 5 — PROCESS SECTION
================================= */

.sgc-process {
    position: relative;
    background: #0b0b0f;
    color: #ffffff;
    padding: 140px 0;
    overflow: hidden;
}


/* BACKGROUND EFFECT */

.sgc-process::before {
    content: "";
    position: absolute;

    width: 500px;
    height: 500px;

    top: -250px;
    right: -180px;

    border-radius: 50%;

    background: rgba(102,88,223,.12);

    filter: blur(100px);

    pointer-events: none;
}


/* =================================
   PROCESS HEADING
================================= */

.process-heading {
    max-width: 780px;
    margin-bottom: 75px;
}

.process-heading .section-label {
    color: #8d8d96;
}

.process-heading h2 {
    margin: 0;

    font-size: clamp(43px, 5vw, 68px);
    line-height: 1.03;

    letter-spacing: -3px;
}

.process-heading h2 em {
    display: block;

    color: #777780;

    font-style: normal;
}

.process-heading p {
    max-width: 620px;

    margin: 27px 0 0;

    color: #8f8f97;

    font-size: 15px;
    line-height: 1.8;
}


/* =================================
   PROCESS LIST
================================= */

.process-list {
    border-top: 1px solid #28282e;
}


/* PROCESS ITEM */

.process-item {
    position: relative;

    display: grid;

    grid-template-columns: 90px 1fr 70px;

    align-items: center;

    min-height: 170px;

    padding: 25px 0;

    border-bottom: 1px solid #28282e;

    transition: .4s ease;
}


/* HOVER LINE */

.process-item::before {
    content: "";

    position: absolute;

    left: -40px;
    right: -40px;

    top: 0;
    bottom: 0;

    background: rgba(255,255,255,.025);

    opacity: 0;

    transition: .4s ease;

    pointer-events: none;
}

.process-item:hover::before {
    opacity: 1;
}


/* NUMBER */

.process-number {
    color: #55555d;

    font-size: 13px;

    font-weight: 700;

    transition: .3s ease;
}

.process-item:hover .process-number {
    color: #9b90ff;
}


/* MAIN */

.process-main {
    padding-right: 50px;
}

.process-title {
    display: flex;

    align-items: baseline;

    gap: 20px;

    margin-bottom: 12px;
}

.process-title h3 {
    margin: 0;

    font-size: 28px;

    letter-spacing: -.8px;
}

.process-title span {
    color: #66666f;

    font-size: 11px;
}

.process-main > p {
    max-width: 600px;

    margin: 0;

    color: #777780;

    font-size: 13px;

    line-height: 1.7;
}


/* ICON */

.process-icon {
    width: 52px;
    height: 52px;

    display: flex;

    align-items: center;
    justify-content: center;

    border: 1px solid #33333a;

    border-radius: 50%;

    color: #777780;

    font-size: 18px;

    transition: .4s ease;
}

.process-item:hover .process-icon {
    border-color: #7669ed;

    background: #6658df;

    color: #ffffff;

    transform: rotate(10deg);
}


/* =================================
   PROCESS BOTTOM CTA
================================= */

.process-bottom {
    display: flex;

    align-items: center;

    justify-content: space-between;

    gap: 30px;

    margin-top: 75px;

    padding: 45px;

    border: 1px solid #29292f;

    border-radius: 24px;

    background: #121217;
}

.process-bottom-text > span {
    color: #76767e;

    font-size: 10px;

    font-weight: 700;

    letter-spacing: 1.5px;
}

.process-bottom-text h3 {
    margin: 12px 0 0;

    font-size: 30px;

    line-height: 1.15;

    letter-spacing: -1px;
}

.process-bottom-text h3 strong {
    color: #9a91ff;

    font-weight: 600;
}


/* BUTTON */

.process-btn {
    display: inline-flex;

    align-items: center;
    justify-content: center;

    gap: 13px;

    padding: 16px 23px;

    border-radius: 50px;

    background: #ffffff;

    color: #111111;

    text-decoration: none;

    font-size: 13px;

    font-weight: 600;

    white-space: nowrap;

    transition: .3s ease;
}

.process-btn:hover {
    transform: translateY(-3px);

    background: #6658df;

    color: #ffffff;
}


/* =================================
   RESPONSIVE
================================= */

@media (max-width: 800px) {

    .sgc-process {
        padding: 100px 0;
    }

    .process-item {
        grid-template-columns: 55px 1fr 55px;

        min-height: 150px;
    }

    .process-title {
        flex-direction: column;

        gap: 5px;
    }

    .process-title h3 {
        font-size: 24px;
    }

    .process-main {
        padding-right: 20px;
    }

    .process-bottom {
        flex-direction: column;

        align-items: flex-start;
    }

}


@media (max-width: 550px) {

    .sgc-process {
        padding: 90px 0;
    }

    .process-heading h2 {
        font-size: 42px;

        letter-spacing: -2px;
    }

    .process-heading p {
        font-size: 14px;
    }

    .process-item {
        grid-template-columns: 40px 1fr;

        padding: 30px 0;
    }

    .process-icon {
        display: none;
    }

    .process-title h3 {
        font-size: 22px;
    }

    .process-main > p {
        font-size: 12px;
    }

    .process-bottom {
        padding: 30px 25px;

        margin-top: 55px;
    }

    .process-bottom-text h3 {
        font-size: 25px;
    }

    .process-btn {
        width: 100%;
    }

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-7e6d49e *//* =========================================
   PART 6 - CASE STUDIES / OUR WORK
========================================= */

.sgc-work {
    background: #f5f5f2;
    padding: 120px 0;
    overflow: hidden;
}

.sgc-work-container {
    width: min(1200px, 90%);
    margin: 0 auto;
}


/* HEADER */

.sgc-work-header {
    display: grid;
    grid-template-columns: 1.2fr 0.8fr;
    gap: 80px;
    align-items: end;
    margin-bottom: 70px;
}

.sgc-section-label {
    display: inline-block;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 2px;
    color: #666;
    margin-bottom: 18px;
}

.sgc-work-header h2 {
    margin: 0;
    font-size: clamp(42px, 6vw, 76px);
    line-height: 0.95;
    letter-spacing: -3px;
    color: #111;
    font-weight: 700;
}

.sgc-work-header h2 span {
    display: block;
    color: #777;
}

.sgc-work-header p {
    margin: 0;
    max-width: 430px;
    color: #666;
    font-size: 16px;
    line-height: 1.8;
}


/* PROJECT GRID */

.sgc-work-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 70px 28px;
}


/* PROJECT */

.sgc-project {
    min-width: 0;
}

.sgc-project-large {
    grid-column: span 2;
}


/* PROJECT IMAGE */

.sgc-project-image {
    height: 430px;
    position: relative;
    overflow: hidden;
    border-radius: 24px;
    background: #151515;
    cursor: pointer;
}

.sgc-project-large .sgc-project-image {
    height: 520px;
}


/* Project number */

.sgc-project-number {
    position: absolute;
    top: 25px;
    right: 25px;
    z-index: 5;
    width: 42px;
    height: 42px;
    border: 1px solid rgba(255,255,255,.3);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 12px;
}


/* PREVIEW */

.sgc-project-preview {
    position: absolute;
    width: 76%;
    height: 72%;
    left: 12%;
    top: 14%;
    padding: 25px;
    background: #fff;
    color: #111;
    border-radius: 12px;
    box-shadow: 0 30px 80px rgba(0,0,0,.25);
    transition: transform .6s ease;
}

.sgc-project-image:hover .sgc-project-preview {
    transform: scale(1.04) translateY(-8px);
}


/* Preview top */

.sgc-preview-top {
    display: flex;
    justify-content: space-between;
    font-size: 10px;
    letter-spacing: 1.5px;
    color: #777;
}


/* Preview content */

.sgc-preview-content {
    position: absolute;
    left: 35px;
    bottom: 35px;
}

.sgc-preview-content small {
    display: block;
    font-size: 11px;
    letter-spacing: 2px;
    color: #777;
    margin-bottom: 10px;
}

.sgc-preview-content strong {
    display: block;
    font-size: clamp(30px, 5vw, 60px);
    line-height: .9;
    letter-spacing: -3px;
}

.sgc-preview-content span {
    display: block;
    margin-top: 20px;
    font-size: 12px;
    color: #777;
}


/* Purple project */

.sgc-project-purple {
    background: #262035;
}

.sgc-project-purple .sgc-project-preview {
    background: #e8e2ff;
}


/* Growth chart */

.sgc-growth-chart {
    position: absolute;
    left: 35px;
    right: 35px;
    bottom: 35px;
    height: 190px;
    border-bottom: 1px solid rgba(0,0,0,.2);
}

.sgc-chart-line {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 25px;
    height: 120px;
    border-top: 3px solid #111;
    transform: skewY(-18deg);
}

.sgc-chart-stats {
    position: absolute;
    top: 0;
    left: 0;
}

.sgc-chart-stats strong {
    display: block;
    font-size: 42px;
    letter-spacing: -2px;
}

.sgc-chart-stats span {
    color: #666;
    font-size: 12px;
}


/* Light project */

.sgc-project-light {
    background: #dcdcdc;
}

.sgc-project-light .sgc-project-number {
    color: #111;
    border-color: rgba(0,0,0,.2);
}


/* Social preview */

.sgc-social-preview {
    position: absolute;
    width: 68%;
    height: 78%;
    top: 11%;
    left: 16%;
    background: #fff;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 30px 60px rgba(0,0,0,.15);
    color: #111;
}

.sgc-social-header {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 11px;
}

.sgc-social-header span {
    font-size: 14px;
}

.sgc-social-post {
    height: 70%;
    margin-top: 20px;
    background: #efefef;
    display: flex;
    align-items: flex-end;
    padding: 20px;
}

.sgc-social-post strong {
    font-size: 30px;
    line-height: .95;
    letter-spacing: -1px;
}

.sgc-social-footer {
    display: flex;
    gap: 15px;
    margin-top: 15px;
    font-size: 14px;
}


/* SEO project */

.sgc-project-dark {
    background: #101010;
}

.sgc-seo-preview {
    position: absolute;
    width: 78%;
    height: 70%;
    top: 15%;
    left: 11%;
    padding: 30px;
    background: #1c1c1c;
    border-radius: 12px;
    color: #fff;
    box-shadow: 0 30px 70px rgba(0,0,0,.5);
}

.sgc-seo-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 25px;
    border-bottom: 1px solid #333;
}

.sgc-seo-header span {
    font-size: 10px;
    letter-spacing: 2px;
    color: #888;
}

.sgc-seo-header strong {
    font-size: 30px;
}

.sgc-seo-content {
    margin-top: 30px;
}

.sgc-seo-row {
    display: flex;
    justify-content: space-between;
    padding: 16px 0;
    border-bottom: 1px solid #292929;
    font-size: 13px;
}

.sgc-seo-row span {
    color: #888;
}

.sgc-seo-row strong {
    font-size: 16px;
}


/* PROJECT OVERLAY */

.sgc-project-overlay {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(0,0,0,.55);
    opacity: 0;
    transition: opacity .4s ease;
    z-index: 6;
}

.sgc-project-overlay span {
    padding: 15px 22px;
    border: 1px solid rgba(255,255,255,.5);
    border-radius: 100px;
    color: #fff;
    font-size: 11px;
    letter-spacing: 1.5px;
    transform: translateY(20px);
    transition: transform .4s ease;
}

.sgc-project-image:hover .sgc-project-overlay {
    opacity: 1;
}

.sgc-project-image:hover .sgc-project-overlay span {
    transform: translateY(0);
}


/* PROJECT INFO */

.sgc-project-info {
    display: flex;
    justify-content: space-between;
    gap: 30px;
    padding: 25px 5px 0;
}

.sgc-project-category {
    display: block;
    font-size: 10px;
    letter-spacing: 1.5px;
    color: #888;
    margin-bottom: 10px;
}

.sgc-project-info h3 {
    margin: 0;
    color: #111;
    font-size: 25px;
    letter-spacing: -1px;
}

.sgc-project-info p {
    max-width: 330px;
    margin: 0;
    color: #777;
    font-size: 14px;
    line-height: 1.7;
}


/* BOTTOM CTA */

.sgc-work-cta {
    margin-top: 100px;
    padding: 55px 60px;
    background: #111;
    border-radius: 24px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
}

.sgc-work-cta span {
    display: block;
    color: #888;
    font-size: 10px;
    letter-spacing: 2px;
    margin-bottom: 15px;
}

.sgc-work-cta h3 {
    margin: 0;
    color: #fff;
    font-size: clamp(30px, 4vw, 50px);
    line-height: 1;
    letter-spacing: -2px;
}

.sgc-work-cta h3 em {
    color: #999;
    font-style: normal;
}

.sgc-work-button {
    flex-shrink: 0;
    padding: 17px 25px;
    background: #fff;
    color: #111 !important;
    border-radius: 100px;
    text-decoration: none !important;
    font-size: 13px;
    font-weight: 600;
    transition: all .3s ease;
}

.sgc-work-button span {
    display: inline;
    color: #111;
    margin: 0 0 0 8px;
    font-size: 14px;
}

.sgc-work-button:hover {
    transform: translateY(-4px);
}


/* =========================================
   RESPONSIVE
========================================= */

@media (max-width: 900px) {

    .sgc-work {
        padding: 90px 0;
    }

    .sgc-work-header {
        grid-template-columns: 1fr;
        gap: 25px;
    }

    .sgc-work-grid {
        grid-template-columns: 1fr;
        gap: 55px;
    }

    .sgc-project-large {
        grid-column: span 1;
    }

    .sgc-project-image,
    .sgc-project-large .sgc-project-image {
        height: 400px;
    }

    .sgc-work-cta {
        padding: 45px 35px;
        flex-direction: column;
        align-items: flex-start;
    }

}


@media (max-width: 600px) {

    .sgc-work {
        padding: 70px 0;
    }

    .sgc-work-header h2 {
        font-size: 45px;
        letter-spacing: -2px;
    }

    .sgc-project-image,
    .sgc-project-large .sgc-project-image {
        height: 330px;
        border-radius: 18px;
    }

    .sgc-project-preview {
        width: 80%;
        left: 10%;
    }

    .sgc-project-info {
        display: block;
    }

    .sgc-project-info p {
        margin-top: 15px;
    }

    .sgc-work-cta {
        margin-top: 70px;
        border-radius: 18px;
        padding: 35px 25px;
    }

    .sgc-work-cta h3 {
        font-size: 34px;
    }

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-07b6e61 *//* =========================================
   PART 7 - TESTIMONIALS
========================================= */

.sgc-testimonials {
    background: #111;
    padding: 120px 0;
    color: #fff;
    overflow: hidden;
}

.sgc-testimonials-container {
    width: min(1200px, 90%);
    margin: 0 auto;
}


/* HEADER */

.sgc-testimonials-header {
    display: grid;
    grid-template-columns: 1.1fr .9fr;
    gap: 80px;
    align-items: end;
    margin-bottom: 70px;
}

.sgc-testimonials .sgc-section-label {
    color: #777;
}

.sgc-testimonials-header h2 {
    margin: 0;
    font-size: clamp(45px, 6vw, 76px);
    line-height: .95;
    letter-spacing: -3px;
}

.sgc-testimonials-header h2 span {
    display: block;
    color: #777;
}

.sgc-testimonials-header p {
    margin: 0;
    max-width: 420px;
    color: #888;
    line-height: 1.8;
    font-size: 15px;
}


/* FEATURED REVIEW */

.sgc-featured-review {
    position: relative;
    display: grid;
    grid-template-columns: 100px 1fr auto;
    gap: 40px;
    padding: 65px;
    background: #1b1b1b;
    border: 1px solid #292929;
    border-radius: 28px;
    overflow: hidden;
    margin-bottom: 30px;
}

.sgc-review-mark {
    font-family: Georgia, serif;
    font-size: 110px;
    line-height: .7;
    color: #555;
}

.sgc-stars,
.sgc-card-stars {
    color: #fff;
    letter-spacing: 3px;
    font-size: 13px;
}

.sgc-featured-review blockquote {
    max-width: 800px;
    margin: 25px 0 35px;
    font-size: clamp(25px, 3vw, 42px);
    line-height: 1.2;
    letter-spacing: -1px;
    font-weight: 500;
}


/* PERSON */

.sgc-review-person {
    display: flex;
    align-items: center;
    gap: 14px;
}

.sgc-person-avatar {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: #333;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
}

.sgc-review-person strong {
    display: block;
    font-size: 14px;
}

.sgc-review-person span {
    display: block;
    color: #777;
    font-size: 12px;
    margin-top: 4px;
}


/* REVIEW TAG */

.sgc-review-tag {
    align-self: start;
    padding: 10px 15px;
    border: 1px solid #333;
    border-radius: 100px;
    font-size: 9px;
    letter-spacing: 1.5px;
    color: #888;
    white-space: nowrap;
}


/* REVIEW GRID */

.sgc-review-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}


/* CARD */

.sgc-review-card {
    padding: 32px;
    background: #181818;
    border: 1px solid #292929;
    border-radius: 20px;
    transition: all .35s ease;
}

.sgc-review-card:hover {
    transform: translateY(-8px);
    border-color: #555;
    background: #1e1e1e;
}


/* CARD TOP */

.sgc-review-top {
    display: flex;
    align-items: center;
    gap: 12px;
}

.sgc-small-avatar {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background: #303030;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 13px;
    font-weight: 600;
}

.sgc-review-meta {
    flex: 1;
}

.sgc-review-meta strong {
    display: block;
    font-size: 13px;
}

.sgc-review-meta span {
    display: block;
    color: #777;
    font-size: 11px;
    margin-top: 4px;
}

.sgc-card-stars {
    font-size: 9px;
    letter-spacing: 1px;
}


/* CARD TEXT */

.sgc-review-card p {
    min-height: 125px;
    margin: 30px 0 25px;
    color: #aaa;
    font-size: 15px;
    line-height: 1.8;
}

.sgc-review-service {
    display: inline-block;
    color: #666;
    font-size: 9px;
    letter-spacing: 1.5px;
}


/* TRUST STRIP */

.sgc-trust-strip {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 70px;
    padding: 30px 0 0;
    border-top: 1px solid #292929;
}

.sgc-trust-item {
    display: flex;
    align-items: center;
    gap: 18px;
}

.sgc-trust-item strong {
    font-size: 38px;
    letter-spacing: -2px;
}

.sgc-trust-item span {
    display: block;
    color: #aaa;
    font-size: 10px;
    letter-spacing: 1px;
}

.sgc-trust-item small {
    display: block;
    margin-top: 5px;
    color: #666;
    font-size: 10px;
}

.sgc-trust-stars {
    letter-spacing: 2px !important;
}

.sgc-trust-line {
    width: 1px;
    height: 45px;
    background: #292929;
}


/* =========================================
   RESPONSIVE
========================================= */

@media (max-width: 900px) {

    .sgc-testimonials {
        padding: 90px 0;
    }

    .sgc-testimonials-header {
        grid-template-columns: 1fr;
        gap: 25px;
    }

    .sgc-featured-review {
        grid-template-columns: 1fr;
        gap: 20px;
        padding: 45px;
    }

    .sgc-review-mark {
        font-size: 80px;
    }

    .sgc-review-tag {
        justify-self: start;
    }

    .sgc-review-grid {
        grid-template-columns: 1fr;
    }

    .sgc-review-card p {
        min-height: auto;
    }

}


@media (max-width: 600px) {

    .sgc-testimonials {
        padding: 70px 0;
    }

    .sgc-testimonials-header h2 {
        font-size: 45px;
        letter-spacing: -2px;
    }

    .sgc-featured-review {
        padding: 30px;
        border-radius: 20px;
    }

    .sgc-featured-review blockquote {
        font-size: 26px;
    }

    .sgc-review-card {
        padding: 25px;
    }

    .sgc-trust-strip {
        display: grid;
        grid-template-columns: 1fr;
        gap: 25px;
    }

    .sgc-trust-line {
        width: 100%;
        height: 1px;
    }

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-940f83c *//* =========================================
   PART 8 - FAQ
========================================= */

.sgc-faq {
    background: #f5f5f2;
    padding: 120px 0;
    color: #111;
}

.sgc-faq-container {
    width: min(1100px, 90%);
    margin: 0 auto;
}


/* HEADER */

.sgc-faq-header {
    display: grid;
    grid-template-columns: 1.1fr .9fr;
    gap: 80px;
    align-items: end;
    margin-bottom: 70px;
}

.sgc-faq-header h2 {
    margin: 0;
    font-size: clamp(45px, 6vw, 75px);
    line-height: .95;
    letter-spacing: -3px;
}

.sgc-faq-header h2 span {
    display: block;
    color: #777;
}

.sgc-faq-header p {
    max-width: 420px;
    margin: 0;
    color: #777;
    font-size: 15px;
    line-height: 1.8;
}


/* FAQ LIST */

.sgc-faq-list {
    border-top: 1px solid #d5d5d0;
}


/* FAQ ITEM */

.sgc-faq-item {
    border-bottom: 1px solid #d5d5d0;
}


/* QUESTION */

.sgc-faq-question {
    width: 100%;
    padding: 30px 5px;
    border: 0;
    background: transparent;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
    cursor: pointer;
    text-align: left;
    color: #111;
    font-family: inherit;
    font-size: 20px;
    font-weight: 600;
}

.sgc-faq-question:hover {
    color: #555;
}


/* ICON */

.sgc-faq-icon {
    width: 38px;
    height: 38px;
    min-width: 38px;
    border: 1px solid #bbb;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    font-weight: 300;
    transition: all .3s ease;
}


/* ANSWER */

.sgc-faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height .45s ease,
                padding .45s ease;
}

.sgc-faq-answer p {
    max-width: 750px;
    margin: 0;
    padding: 0 60px 0 5px;
    color: #777;
    font-size: 15px;
    line-height: 1.8;
}


/* ACTIVE */

.sgc-faq-item.active .sgc-faq-answer {
    max-height: 300px;
    padding-bottom: 30px;
}

.sgc-faq-item.active .sgc-faq-icon {
    background: #111;
    color: #fff;
    border-color: #111;
    transform: rotate(45deg);
}


/* FAQ CTA */

.sgc-faq-cta {
    margin-top: 80px;
    padding: 55px 60px;
    border-radius: 24px;
    background: #111;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
}

.sgc-faq-cta > div > span {
    display: block;
    margin-bottom: 15px;
    color: #777;
    font-size: 10px;
    letter-spacing: 2px;
}

.sgc-faq-cta h3 {
    margin: 0;
    font-size: clamp(30px, 4vw, 48px);
    line-height: 1;
    letter-spacing: -2px;
}

.sgc-faq-cta h3 em {
    color: #888;
    font-style: normal;
}


/* BUTTON */

.sgc-faq-button {
    flex-shrink: 0;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 17px 25px;
    background: #fff;
    color: #111 !important;
    border-radius: 100px;
    text-decoration: none !important;
    font-size: 13px;
    font-weight: 600;
    transition: all .3s ease;
}

.sgc-faq-button:hover {
    transform: translateY(-4px);
}

.sgc-faq-button span {
    color: #111;
    font-size: 16px;
}


/* =========================================
   RESPONSIVE
========================================= */

@media (max-width: 900px) {

    .sgc-faq {
        padding: 90px 0;
    }

    .sgc-faq-header {
        grid-template-columns: 1fr;
        gap: 25px;
    }

    .sgc-faq-cta {
        padding: 45px;
        flex-direction: column;
        align-items: flex-start;
    }

}


@media (max-width: 600px) {

    .sgc-faq {
        padding: 70px 0;
    }

    .sgc-faq-header h2 {
        font-size: 45px;
        letter-spacing: -2px;
    }

    .sgc-faq-question {
        padding: 25px 0;
        font-size: 16px;
    }

    .sgc-faq-icon {
        width: 34px;
        height: 34px;
        min-width: 34px;
    }

    .sgc-faq-answer p {
        padding-right: 20px;
        font-size: 14px;
    }

    .sgc-faq-cta {
        margin-top: 60px;
        padding: 35px 25px;
        border-radius: 18px;
    }

    .sgc-faq-cta h3 {
        font-size: 34px;
    }

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-c9b72ae *//* =========================================
   PART 9 - CONTACT
========================================= */

.sgc-contact {
    background: #111;
    color: #fff;
    padding: 120px 0;
    overflow: hidden;
}

.sgc-contact-container {
    width: min(1200px, 90%);
    margin: 0 auto;

    display: grid;
    grid-template-columns: .85fr 1.15fr;
    gap: 100px;

    align-items: start;
}


/* =========================================
   LEFT CONTENT
========================================= */

.sgc-contact-content {
    position: sticky;
    top: 40px;
}

.sgc-contact .sgc-section-label {
    color: #777;
}

.sgc-contact-content h2 {
    margin: 0;

    font-size: clamp(48px, 6vw, 78px);
    line-height: .92;
    letter-spacing: -4px;
}

.sgc-contact-content h2 span {
    display: block;
    color: #777;
}

.sgc-contact-content > p {
    max-width: 430px;

    margin: 30px 0 50px;

    color: #888;

    font-size: 15px;
    line-height: 1.8;
}


/* =========================================
   CONTACT DETAILS
========================================= */

.sgc-contact-details {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.sgc-contact-detail {
    display: flex;
    align-items: center;
    gap: 15px;

    padding: 15px;

    border: 1px solid #292929;
    border-radius: 12px;

    text-decoration: none !important;

    transition: all .3s ease;
}

.sgc-contact-detail:hover {
    background: #1b1b1b;
    border-color: #444;
    transform: translateX(5px);
}

.sgc-contact-icon {
    width: 45px;
    height: 45px;

    display: flex;
    align-items: center;
    justify-content: center;

    background: #1d1d1d;

    border-radius: 50%;

    color: #fff;

    font-size: 17px;
}

.sgc-contact-detail small {
    display: block;

    margin-bottom: 5px;

    color: #666;

    font-size: 9px;
    letter-spacing: 1.5px;
}

.sgc-contact-detail strong {
    display: block;

    color: #ddd;

    font-size: 13px;
    font-weight: 500;
}


/* =========================================
   SOCIAL
========================================= */

.sgc-contact-socials {
    margin-top: 45px;
}

.sgc-contact-socials > span {
    display: block;

    margin-bottom: 15px;

    color: #666;

    font-size: 9px;
    letter-spacing: 2px;
}

.sgc-contact-socials div {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.sgc-contact-socials a {
    padding: 9px 14px;

    border: 1px solid #292929;
    border-radius: 100px;

    color: #aaa !important;

    text-decoration: none !important;

    font-size: 11px;

    transition: all .3s ease;
}

.sgc-contact-socials a:hover {
    background: #fff;
    color: #111 !important;
}


/* =========================================
   FORM WRAPPER
========================================= */

.sgc-contact-form-wrapper {
    padding: 45px;

    background: #f5f5f2;

    color: #111;

    border-radius: 25px;
}

.sgc-form-heading {
    margin-bottom: 35px;
}

.sgc-form-heading > span {
    display: block;

    margin-bottom: 10px;

    color: #888;

    font-size: 9px;
    letter-spacing: 2px;
}

.sgc-form-heading h3 {
    margin: 0;

    font-size: 35px;
    line-height: 1;
    letter-spacing: -1.5px;
}


/* =========================================
   FORM
========================================= */

.sgc-contact-form {
    display: flex;
    flex-direction: column;
    gap: 22px;
}

.sgc-form-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 18px;
}

.sgc-form-group {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.sgc-form-group label {
    color: #555;

    font-size: 11px;
    font-weight: 600;
}

.sgc-form-group input,
.sgc-form-group select,
.sgc-form-group textarea {
    width: 100%;

    padding: 15px 16px;

    border: 1px solid #d5d5d0;
    border-radius: 8px;

    background: #fff;

    color: #111;

    font-family: inherit;
    font-size: 13px;

    outline: none;

    transition: border .3s ease,
                box-shadow .3s ease;
}

.sgc-form-group textarea {
    resize: vertical;
    min-height: 130px;
}

.sgc-form-group input::placeholder,
.sgc-form-group textarea::placeholder {
    color: #aaa;
}

.sgc-form-group input:focus,
.sgc-form-group select:focus,
.sgc-form-group textarea:focus {
    border-color: #111;

    box-shadow: 0 0 0 3px rgba(0,0,0,.05);
}


/* =========================================
   SUBMIT BUTTON
========================================= */

.sgc-form-submit {
    width: 100%;

    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;

    padding: 18px 25px;

    border: 0;
    border-radius: 100px;

    background: #111;
    color: #fff;

    cursor: pointer;

    font-family: inherit;
    font-size: 13px;
    font-weight: 600;

    transition: all .3s ease;
}

.sgc-form-submit:hover {
    background: #333;
    transform: translateY(-3px);
}

.sgc-form-submit span {
    font-size: 16px;
}


/* NOTE */

.sgc-form-note {
    margin: 0;

    color: #999;

    font-size: 10px;
    line-height: 1.6;
    text-align: center;
}


/* =========================================
   RESPONSIVE
========================================= */

@media (max-width: 950px) {

    .sgc-contact {
        padding: 90px 0;
    }

    .sgc-contact-container {
        grid-template-columns: 1fr;
        gap: 60px;
    }

    .sgc-contact-content {
        position: static;
    }

}


@media (max-width: 600px) {

    .sgc-contact {
        padding: 70px 0;
    }

    .sgc-contact-content h2 {
        font-size: 48px;
        letter-spacing: -3px;
    }

    .sgc-form-row {
        grid-template-columns: 1fr;
    }

    .sgc-contact-form-wrapper {
        padding: 28px 22px;
        border-radius: 18px;
    }

    .sgc-form-heading h3 {
        font-size: 29px;
    }

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-d2644fa *//* =========================================
   PART 10 - FOOTER
========================================= */

.sgc-footer {
    background: #080808;
    color: #fff;
    padding: 90px 0 30px;
}

.sgc-footer-container {
    width: min(1200px, 90%);
    margin: 0 auto;
}


/* =========================================
   FOOTER TOP
========================================= */

.sgc-footer-top {
    display: grid;

    grid-template-columns:
        1.6fr
        .8fr
        .9fr
        1fr;

    gap: 70px;
}


/* =========================================
   BRAND
========================================= */

.sgc-footer-logo {
    display: inline-flex;
    align-items: center;
    gap: 10px;

    color: #fff !important;

    text-decoration: none !important;

    font-size: 18px;
    font-weight: 700;
    letter-spacing: -0.5px;
}

.sgc-footer-logo span {
    width: 34px;
    height: 34px;

    display: flex;
    align-items: center;
    justify-content: center;

    background: #fff;
    color: #111;

    border-radius: 9px;

    font-size: 15px;
}

.sgc-footer-brand p {
    max-width: 350px;

    margin: 25px 0 30px;

    color: #777;

    font-size: 14px;
    line-height: 1.8;
}


/* =========================================
   FOOTER CTA
========================================= */

.sgc-footer-cta {
    display: inline-flex;
    align-items: center;
    gap: 10px;

    padding: 13px 20px;

    border: 1px solid #333;
    border-radius: 100px;

    color: #fff !important;

    text-decoration: none !important;

    font-size: 12px;
    font-weight: 600;

    transition: all .3s ease;
}

.sgc-footer-cta:hover {
    background: #fff;
    color: #111 !important;
}

.sgc-footer-cta span {
    font-size: 15px;
}


/* =========================================
   FOOTER COLUMNS
========================================= */

.sgc-footer-column {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.sgc-footer-column h4 {
    margin: 0 0 22px;

    color: #fff;

    font-size: 11px;
    letter-spacing: 1.5px;
    text-transform: uppercase;
}

.sgc-footer-column a,
.sgc-footer-location {
    margin-bottom: 13px;

    color: #777 !important;

    text-decoration: none !important;

    font-size: 12px;

    transition: color .3s ease;
}

.sgc-footer-column a:hover {
    color: #fff !important;
}


/* =========================================
   SOCIAL
========================================= */

.sgc-footer-socials {
    display: flex;
    gap: 8px;

    margin-top: 12px;
}

.sgc-footer-socials a {
    width: 34px;
    height: 34px;

    display: flex;
    align-items: center;
    justify-content: center;

    margin: 0;

    border: 1px solid #292929;
    border-radius: 50%;

    color: #aaa !important;

    font-size: 9px;

    transition: all .3s ease;
}

.sgc-footer-socials a:hover {
    background: #fff;
    color: #111 !important;
}


/* =========================================
   FOOTER LINE
========================================= */

.sgc-footer-line {
    height: 1px;

    margin: 70px 0 25px;

    background: #222;
}


/* =========================================
   FOOTER BOTTOM
========================================= */

.sgc-footer-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;

    gap: 20px;
}

.sgc-footer-bottom p {
    margin: 0;

    color: #555;

    font-size: 10px;
}

.sgc-footer-bottom > div {
    display: flex;
    gap: 25px;
}

.sgc-footer-bottom a {
    color: #555 !important;

    text-decoration: none !important;

    font-size: 10px;

    transition: color .3s ease;
}

.sgc-footer-bottom a:hover {
    color: #fff !important;
}


/* =========================================
   FLOATING BACK TO TOP
========================================= */

.sgc-floating-top {
    position: fixed;

    right: 25px;
    bottom: 25px;

    width: 48px;
    height: 48px;

    display: flex;
    align-items: center;
    justify-content: center;

    background: #111;
    color: #fff !important;

    border-radius: 50%;

    text-decoration: none !important;

    font-size: 18px;

    opacity: 0;
    visibility: hidden;

    transform: translateY(15px);

    transition: all .3s ease;

    z-index: 9999;
}

.sgc-floating-top.show {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.sgc-floating-top:hover {
    transform: translateY(-4px);
}


/* =========================================
   RESPONSIVE
========================================= */

@media (max-width: 950px) {

    .sgc-footer-top {
        grid-template-columns: 1fr 1fr;
        gap: 50px;
    }

    .sgc-footer-brand {
        grid-column: span 2;
    }

}


@media (max-width: 600px) {

    .sgc-footer {
        padding: 70px 0 25px;
    }

    .sgc-footer-top {
        grid-template-columns: 1fr 1fr;
        gap: 40px 25px;
    }

    .sgc-footer-brand {
        grid-column: span 2;
    }

    .sgc-footer-bottom {
        flex-direction: column;
        align-items: flex-start;
    }

    .sgc-footer-bottom > div {
        flex-direction: column;
        gap: 10px;
    }

    .sgc-floating-top {
        width: 42px;
        height: 42px;
        right: 18px;
        bottom: 18px;
    }

}/* End custom CSS */