/* =========================================================
   GENTOX SERVICES PAGE
========================================================= */


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

.gentox-services-hero {
    position: relative;
    overflow: hidden;
}

.gentox-services-hero::after {
    content: "";

    position: absolute;

    width: 480px;
    height: 480px;

    right: -200px;
    top: -250px;

    border-radius: 50%;

    background:
        rgba(123, 203, 53, 0.12);

    pointer-events: none;
}

.gentox-services-hero h1 {
    position: relative;
    z-index: 2;

    max-width: 850px;
}

.gentox-services-hero h1 span {
    color: var(--gentox-lime);
}

.gentox-services-hero p {
    position: relative;
    z-index: 2;

    max-width: 700px;
}


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

.gentox-services-intro {
    background: var(--gentox-bg);
}


/* =========================================================
   INTRO VISUAL
========================================================= */

.gentox-services-intro-visual {
    position: relative;

    min-height: 480px;

    display: flex;

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

    overflow: hidden;

    background:
        linear-gradient(
            145deg,
            #eef7e9,
            #f8fbf6
        );

    border: 1px solid var(--gentox-border);

    border-radius: 24px;
}


.gentox-services-main-icon {
    position: relative;

    z-index: 2;

    width: 180px;
    height: 180px;

    display: flex;

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

    color: var(--gentox-primary);

    background:
        rgba(255,255,255,0.9);

    border:
        1px solid
        rgba(23,107,58,0.12);

    border-radius: 50%;

    box-shadow:
        0 25px 60px
        rgba(23,107,58,0.12);

    font-size: 72px;
}


.gentox-services-main-icon::before {
    content: "";

    position: absolute;

    inset: -20px;

    border: 1px dashed
        rgba(23,107,58,0.18);

    border-radius: 50%;
}


.gentox-services-circle {
    position: absolute;

    border-radius: 50%;

    background:
        rgba(123,203,53,0.10);
}


.gentox-services-circle.circle-one {
    width: 270px;
    height: 270px;

    right: -80px;
    top: -70px;
}


.gentox-services-circle.circle-two {
    width: 220px;
    height: 220px;

    left: -80px;
    bottom: -70px;

    background:
        rgba(23,107,58,0.06);
}


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

.gentox-services-floating-card {
    position: absolute;

    left: 30px;
    bottom: 30px;

    z-index: 4;

    display: flex;

    align-items: center;

    gap: 12px;

    max-width: 290px;

    padding: 15px 18px;

    background:
        rgba(255,255,255,0.96);

    border:
        1px solid var(--gentox-border);

    border-radius: 12px;

    box-shadow:
        0 15px 35px
        rgba(16,24,40,0.08);
}


.gentox-services-floating-icon {
    flex: 0 0 40px;

    width: 40px;
    height: 40px;

    display: flex;

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

    color: var(--gentox-primary);

    background:
        var(--gentox-light-green);

    border-radius: 9px;
}


.gentox-services-floating-card strong {
    display: block;

    margin-bottom: 2px;

    color: var(--gentox-text);

    font-size: 13px;
}


.gentox-services-floating-card span {
    display: block;

    color: var(--gentox-text-light);

    font-size: 11px;
}


/* =========================================================
   INTRO CONTENT
========================================================= */

.gentox-services-intro-content {
    padding-left: 20px;
}


.gentox-services-intro-content h2 {
    max-width: 600px;

    margin: 0 0 20px;

    color: var(--gentox-text);

    font-size: clamp(30px, 4vw, 43px);

    line-height: 1.2;
}


.gentox-services-intro-content h2 span {
    color: var(--gentox-primary);
}


.gentox-services-intro-content > p {
    max-width: 650px;

    margin-bottom: 16px;

    color: var(--gentox-text-light);

    font-size: 15px;

    line-height: 1.85;
}


/* =========================================================
   INTRO POINTS
========================================================= */

.gentox-services-intro-points {
    display: grid;

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

    gap: 12px;

    margin: 28px 0;
}


.gentox-services-intro-points > div {
    display: flex;

    align-items: center;

    gap: 9px;

    color: var(--gentox-text);

    font-size: 13px;

    font-weight: 600;
}


.gentox-services-intro-points i {
    width: 21px;
    height: 21px;

    display: flex;

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

    flex: 0 0 21px;

    color: var(--gentox-primary);

    background:
        var(--gentox-light-green);

    border-radius: 50%;

    font-size: 9px;
}


/* =========================================================
   SERVICES SECTION
========================================================= */

.gentox-services-section {
    background:
        var(--gentox-light-gray);
}


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

.gentox-services-heading {
    max-width: 780px;

    margin: 0 auto 50px;

    text-align: center;
}


.gentox-services-heading h2 {
    margin: 0 0 15px;

    color: var(--gentox-text);

    font-size: clamp(30px, 4vw, 43px);

    line-height: 1.2;
}


.gentox-services-heading h2 span {
    color: var(--gentox-primary);
}


.gentox-services-heading p {
    max-width: 680px;

    margin: 0 auto;

    color: var(--gentox-text-light);

    font-size: 15px;

    line-height: 1.8;
}


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

.gentox-service-card {
    position: relative;

    height: 100%;

    padding: 30px;

    background: var(--gentox-white);

    border: 1px solid var(--gentox-border);

    border-radius: 16px;

    overflow: hidden;

    box-shadow:
        0 10px 30px
        rgba(16,24,40,0.035);

    transition:
        transform 0.35s ease,
        box-shadow 0.35s ease,
        border-color 0.35s ease;
}


.gentox-service-card::after {
    content: "";

    position: absolute;

    width: 130px;
    height: 130px;

    right: -65px;
    bottom: -65px;

    border-radius: 50%;

    background:
        rgba(123,203,53,0.07);

    transition:
        transform 0.4s ease;
}


.gentox-service-card:hover {
    transform: translateY(-7px);

    border-color:
        rgba(23,107,58,0.18);

    box-shadow:
        0 22px 45px
        rgba(16,24,40,0.09);
}


.gentox-service-card:hover::after {
    transform: scale(1.7);
}


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

.gentox-service-card-top {
    display: flex;

    align-items: flex-start;
    justify-content: space-between;

    margin-bottom: 25px;
}


.gentox-service-icon {
    width: 58px;
    height: 58px;

    display: flex;

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

    color: var(--gentox-primary);

    background:
        var(--gentox-light-green);

    border-radius: 13px;

    font-size: 23px;

    transition:
        background 0.3s ease,
        color 0.3s ease;
}


.gentox-service-card:hover
.gentox-service-icon {
    color: var(--gentox-white);

    background:
        var(--gentox-primary);
}


.gentox-service-number {
    color: rgba(23,107,58,0.16);

    font-size: 25px;

    line-height: 1;

    font-weight: 800;
}


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

.gentox-service-category {
    display: block;

    margin-bottom: 8px;

    color: var(--gentox-primary);

    font-size: 10px;

    font-weight: 700;

    letter-spacing: 0.08em;

    text-transform: uppercase;
}


.gentox-service-card h3 {
    position: relative;
    z-index: 2;

    margin: 0 0 13px;

    color: var(--gentox-text);

    font-size: 21px;

    line-height: 1.35;
}


.gentox-service-card p {
    position: relative;
    z-index: 2;

    min-height: 76px;

    margin: 0 0 22px;

    color: var(--gentox-text-light);

    font-size: 13.5px;

    line-height: 1.75;
}


/* =========================================================
   SERVICE LINK
========================================================= */

.gentox-service-link {
    position: relative;
    z-index: 3;

    display: inline-flex;

    align-items: center;

    gap: 9px;

    color: var(--gentox-primary);

    font-size: 12px;

    font-weight: 700;

    text-decoration: none;

    transition:
        gap 0.25s ease;
}


.gentox-service-link:hover {
    color: var(--gentox-primary);

    gap: 14px;
}


.gentox-service-link i {
    font-size: 10px;
}


/* =========================================================
   PROCESS SECTION
========================================================= */

.gentox-services-process {
    background:
        var(--gentox-bg);
}


.gentox-services-process-heading h2 {
    max-width: 550px;

    margin: 0 0 17px;

    color: var(--gentox-text);

    font-size: clamp(30px, 4vw, 43px);

    line-height: 1.2;
}


.gentox-services-process-heading h2 span {
    color: var(--gentox-primary);
}


.gentox-services-process-heading > p {
    max-width: 520px;

    margin-bottom: 25px;

    color: var(--gentox-text-light);

    font-size: 15px;

    line-height: 1.8;
}


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

.gentox-process-list {
    position: relative;
}


.gentox-process-list::before {
    content: "";

    position: absolute;

    left: 29px;
    top: 35px;
    bottom: 35px;

    width: 1px;

    background:
        var(--gentox-border);
}


.gentox-process-item {
    position: relative;

    display: flex;

    gap: 20px;

    padding: 22px 0;
}


.gentox-process-number {
    position: relative;

    z-index: 2;

    flex: 0 0 60px;

    width: 60px;
    height: 60px;

    display: flex;

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

    color: var(--gentox-primary);

    background:
        var(--gentox-white);

    border: 1px solid var(--gentox-border);

    border-radius: 50%;

    font-size: 12px;

    font-weight: 800;

    box-shadow:
        0 5px 15px
        rgba(16,24,40,0.04);
}


.gentox-process-content {
    padding-top: 4px;
}


.gentox-process-content > span {
    display: block;

    margin-bottom: 4px;

    color: var(--gentox-primary);

    font-size: 10px;

    font-weight: 700;

    letter-spacing: 0.08em;

    text-transform: uppercase;
}


.gentox-process-content h3 {
    margin: 0 0 7px;

    color: var(--gentox-text);

    font-size: 18px;
}


.gentox-process-content p {
    max-width: 520px;

    margin: 0;

    color: var(--gentox-text-light);

    font-size: 13px;

    line-height: 1.7;
}


/* =========================================================
   CTA
========================================================= */

.gentox-services-cta-section {
    padding: 0 0 90px;

    background:
        var(--gentox-bg);
}


.gentox-services-cta {
    position: relative;

    display: flex;

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

    gap: 40px;

    padding: 50px;

    overflow: hidden;

    background:
        linear-gradient(
            120deg,
            var(--gentox-primary),
            #0d4f2a
        );

    border-radius: 20px;
}


.gentox-services-cta::after {
    content: "";

    position: absolute;

    width: 350px;
    height: 350px;

    right: -150px;
    top: -180px;

    border-radius: 50%;

    background:
        rgba(123,203,53,0.12);

    pointer-events: none;
}


.gentox-services-cta-content {
    position: relative;

    z-index: 2;
}


.gentox-services-cta-content .gentox-section-kicker {
    color: var(--gentox-lime);
}


.gentox-services-cta-content h2 {
    max-width: 650px;

    margin: 0 0 12px;

    color: var(--gentox-white);

    font-size: clamp(27px, 3.5vw, 40px);

    line-height: 1.2;
}


.gentox-services-cta-content p {
    max-width: 600px;

    margin: 0;

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

    font-size: 14px;

    line-height: 1.7;
}


.gentox-services-cta-actions {
    position: relative;

    z-index: 2;

    display: flex;

    align-items: center;

    gap: 12px;

    flex-shrink: 0;
}


/* =========================================================
   LIGHT BUTTON
========================================================= */

.gentox-btn-light {
    display: inline-flex;

    align-items: center;

    justify-content: center;

    gap: 9px;

    padding: 13px 21px;

    color: var(--gentox-primary);

    background: var(--gentox-white);

    border: 1px solid var(--gentox-white);

    border-radius: 8px;

    font-size: 13px;

    font-weight: 700;

    text-decoration: none;

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


.gentox-btn-light:hover {
    color: var(--gentox-primary);

    transform: translateY(-2px);

    background: #f5f8f4;
}


/* =========================================================
   WHATSAPP
========================================================= */

.gentox-services-whatsapp {
    display: inline-flex;

    align-items: center;

    justify-content: center;

    gap: 8px;

    padding: 13px 20px;

    color: var(--gentox-white);

    background:
        rgba(255,255,255,0.08);

    border:
        1px solid
        rgba(255,255,255,0.25);

    border-radius: 8px;

    font-size: 13px;

    font-weight: 700;

    text-decoration: none;

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


.gentox-services-whatsapp:hover {
    color: var(--gentox-primary);

    background: var(--gentox-white);

    transform: translateY(-2px);
}


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

@media (max-width: 1199.98px) {

    .gentox-services-intro-visual {
        min-height: 430px;
    }

    .gentox-service-card {
        padding: 25px;
    }

    .gentox-services-cta {
        padding: 42px;
    }

}


/* =========================================================
   TABLET / SMALL LAPTOP
========================================================= */

@media (max-width: 991.98px) {

    .gentox-services-intro-content {
        padding-left: 0;
    }

    .gentox-services-intro-visual {
        min-height: 400px;
    }

    .gentox-services-cta {
        flex-direction: column;

        align-items: flex-start;
    }

}


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

@media (max-width: 767.98px) {

    .gentox-services-intro,
    .gentox-services-section,
    .gentox-services-process {
        padding-top: 55px;
        padding-bottom: 55px;
    }

    .gentox-services-intro-visual {
        min-height: 340px;

        border-radius: 18px;
    }

    .gentox-services-main-icon {
        width: 130px;
        height: 130px;

        font-size: 52px;
    }

    .gentox-services-floating-card {
        left: 18px;
        bottom: 18px;

        max-width: 260px;

        padding: 12px 14px;
    }

    .gentox-services-intro-points {
        grid-template-columns: 1fr;
    }

    .gentox-services-heading {
        margin-bottom: 35px;
    }

    .gentox-service-card p {
        min-height: auto;
    }

    .gentox-services-cta-section {
        padding-bottom: 55px;
    }

    .gentox-services-cta {
        padding: 32px 25px;

        border-radius: 16px;
    }

    .gentox-services-cta-actions {
        width: 100%;

        flex-direction: column;

        align-items: stretch;
    }

    .gentox-services-cta-actions a {
        width: 100%;

        justify-content: center;
    }

}


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

@media (max-width: 575.98px) {

    .gentox-services-intro-visual {
        min-height: 300px;
    }

    .gentox-services-main-icon {
        width: 110px;
        height: 110px;

        font-size: 43px;
    }

    .gentox-services-floating-card {
        max-width: 235px;
    }

    .gentox-services-intro-content h2,
    .gentox-services-heading h2,
    .gentox-services-process-heading h2 {
        font-size: 27px;
    }

    .gentox-service-card {
        padding: 22px;
    }

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

    .gentox-process-item {
        gap: 14px;
    }

    .gentox-process-number {
        flex: 0 0 50px;

        width: 50px;
        height: 50px;
    }

    .gentox-process-list::before {
        left: 24px;
    }

    .gentox-services-cta {
        padding: 28px 20px;
    }

}