﻿/* =========================================
   SERVICES PAGE
========================================= */

.star-services-page {
    width: 100%;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.star-services-container {
    width: 100%;
    max-width: 1440px;
    margin: 0 auto;
    padding: 0 42px;
    box-sizing: border-box;
}


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

.star-services-label {
    display: inline-block;
    margin-bottom: 8px;

    color: var(--star-orange);

    font-family: "Poppins", sans-serif;
    font-size: 12px;
    line-height: 1.3;
    font-weight: 700;

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


/* =========================================
   1. SERVICES HERO
========================================= */

.star-services-hero {
    position: relative;

    width: 100%;
    height: 440px;

    overflow: hidden;

    background: #092f4d;
}

.star-services-hero-bg {
    position: absolute;
    inset: 0;

    width: 100%;
    height: 100%;

    background-image:
        linear-gradient(
            90deg,
            rgba(5, 39, 66, .94) 0%,
            rgba(5, 39, 66, .82) 34%,
            rgba(5, 39, 66, .40) 65%,
            rgba(5, 39, 66, .20) 100%
        ),
        url("../images/service-banner.png");

    background-size: cover;
    background-position: center;

    transform: scale(1.01);
}

.star-services-hero-container {
    position: relative;
    z-index: 2;

    width: 100%;
    max-width: 1440px;
    height: 100%;

    margin: 0 auto;
    padding: 0 42px;

    display: flex;
    align-items: center;

    box-sizing: border-box;
}

.star-services-hero-content {
    width: 650px;
    max-width: 100%;
}

.star-services-hero-label {
    display: block;

    margin-bottom: 10px;

    color: var(--star-orange);

    font-family: "Poppins", sans-serif;
    font-size: 12px;
    font-weight: 700;

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

.star-services-hero h1 {
    margin: 0 0 18px;

    color: #ffffff;

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

    font-size: 50px;
    line-height: 1.1;
    font-weight: 700;

    letter-spacing: -1px;
}

.star-services-hero p {
    max-width: 590px;

    margin: 0 0 25px;

    color: #ffffff;

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

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

.star-services-hero-btn {
    min-height: 44px;

    padding: 0 20px;

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

    gap: 10px;

    background: var(--star-orange);
    color: #ffffff;

    border: 1px solid var(--star-orange);
    border-radius: 4px;

    text-decoration: none;

    font-family: "Poppins", sans-serif;
    font-size: 12px;
    font-weight: 600;

    transition: .25s ease;
}

.star-services-hero-btn span {
    font-size: 17px;
}

.star-services-hero-btn:hover {
    background: #ffffff;
    color: var(--star-orange);
}


/* =========================================
   2. INTRODUCTION
========================================= */

.star-services-intro {
    width: 100%;

    padding: 75px 0;

    background: #ffffff;
}

.star-services-intro-grid {
    display: grid;

    grid-template-columns: 1fr 1fr;

    align-items: center;

    gap: 65px;
}

.star-services-intro-content {
    max-width: 600px;
}

.star-services-intro-content h2 {
    position: relative;

    display: inline-block;

    margin: 0 0 25px;
    padding-bottom: 13px;

    color: var(--star-navy);

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

    font-size: 28px;
    line-height: 1.15;
    font-weight: 700;

    letter-spacing: -.7px;
}

.star-services-intro-content h2::after {
    content: "";

    position: absolute;

    left: 0;
    bottom: 0;

    width: 100%;
    height: 3px;

    background: linear-gradient(
        90deg,
        var(--star-orange) 0%,
        var(--star-orange) 82%,
        var(--star-navy) 82%,
        var(--star-navy) 100%
    );

    border-radius: 10px;
}

.star-services-intro-content p {
    margin: 0 0 16px;

    color: #40566a;

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

    font-size: 13px;
    line-height: 1.75;
}

.star-services-intro-content p:last-child {
    margin-bottom: 0;
}

.star-services-intro-image {
    width: 100%;
    height: 360px;

    overflow: hidden;

    border-radius: 7px;

    background: #edf3f7;
}

.star-services-intro-image img {
    display: block;

    width: 100%;
    height: 100%;

    object-fit: cover;

    transition: transform .5s ease;
}

.star-services-intro-image:hover img {
    transform: scale(1.03);
}


/* =========================================
   3. SERVICES SECTION
========================================= */
/* =========================================
   OUR SERVICES SECTION
========================================= */

.star-main-services {
    width: 100%;

    padding: 70px 0;

    background: #f3f7fa;

    box-sizing: border-box;
}


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

.star-main-services .star-services-container {
    width: 100%;
    max-width: 1440px;

    margin: 0 auto;

    padding: 0 42px;

    box-sizing: border-box;
}


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

.star-services-section-heading {
    width: 100%;

    max-width: 900px;

    margin: 0 auto 38px;

    text-align: center;
}


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

.star-services-label {
    display: block;

    margin-bottom: 7px;

    color: var(--star-orange);

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

    font-size: 12px;

    line-height: 1.3;

    font-weight: 700;

    letter-spacing: 2px;

    text-transform: uppercase;
}


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

.star-services-section-heading h2 {
    position: relative;

    display: inline-block;

    margin: 0;

    padding-bottom: 13px;

    color: var(--star-navy);

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

    font-size: 36px;

    line-height: 1.2;

    font-weight: 700;

    letter-spacing: -0.5px;
}


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

.star-services-section-heading h2::after {
    content: "";

    position: absolute;

    left: 0;
    bottom: 0;

    width: 100%;
    height: 3px;

    background: linear-gradient(
        90deg,
        var(--star-orange) 0%,
        var(--star-orange) 82%,
        var(--star-navy) 82%,
        var(--star-navy) 100%
    );

    border-radius: 10px;
}


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

.star-services-section-heading p {
    max-width: 760px;

    margin: 19px auto 0;

    color: #536979;

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

    font-size: 13px;

    line-height: 1.7;

    font-weight: 400;
}


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

.star-main-services-grid {
    width: 100%;

    display: grid;

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

    gap: 14px;

    box-sizing: border-box;
}


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

.star-service-card {
    min-width: 0;

    overflow: hidden;

    background: #ffffff;

    border: 1px solid #e0e8ed;

    border-radius: 7px;

    box-shadow: 0 3px 12px rgba(8, 45, 70, 0.05);

    box-sizing: border-box;

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


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

    box-shadow:
        0 12px 28px rgba(8, 45, 70, 0.12);
}


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

.star-service-image {
    position: relative;

    width: 100%;

    height: 150px;

    overflow: hidden;

    background: #e8eef2;
}


.star-service-image img {
    display: block;

    width: 100%;
    height: 100%;

    object-fit: cover;

    transition: transform 0.5s ease;
}


.star-service-card:hover .star-service-image img {
    transform: scale(1.05);
}


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

.star-service-number {
    position: absolute;

    top: 8px;
    right: 8px;

    width: 38px;
    height: 38px;

    display: flex;

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

    background: var(--star-orange);

    color: #ffffff;

    border-radius: 50%;

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

    font-size: 11px;

    line-height: 1;

    font-weight: 700;

    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.12);
}


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

.star-service-content {
    min-height: 210px;

    padding: 20px 17px 17px;

    display: flex;

    flex-direction: column;

    box-sizing: border-box;
}


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

.star-service-content h3 {
    min-height: 42px;

    margin: 0 0 9px;

    color: var(--star-navy);

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

    font-size: 15px;

    line-height: 1.25;

    font-weight: 700;
}


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

.star-service-content p {
    flex: 1;

    margin: 0 0 16px;

    color: #536979;

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

    font-size: 10.5px;

    line-height: 1.55;

    font-weight: 400;
}


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

.star-service-content a {
    display: inline-flex;

    align-items: center;

    gap: 8px;

    width: fit-content;

    color: var(--star-orange);

    text-decoration: none;

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

    font-size: 11px;

    line-height: 1.3;

    font-weight: 700;

    transition: gap 0.2s ease;
}


.star-service-content a span {
    font-size: 16px;

    line-height: 1;
}


.star-service-content a:hover {
    gap: 12px;
}


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

@media (min-width: 1500px) {

    .star-main-services .star-services-container {
        padding: 0 45px;
    }

    .star-main-services-grid {
        gap: 16px;
    }

    .star-service-image {
        height: 160px;
    }

    .star-service-content {
        min-height: 220px;

        padding: 21px 18px 18px;
    }
}


/* =========================================
   TABLET / SMALL DESKTOP
========================================= */

@media (max-width: 1200px) {

    .star-main-services .star-services-container {
        padding: 0 25px;
    }

    .star-main-services-grid {
        grid-template-columns: repeat(3, 1fr);

        gap: 15px;
    }

    .star-service-image {
        height: 175px;
    }

    .star-service-content {
        min-height: 205px;
    }

    .star-service-content h3 {
        font-size: 15px;
    }

    .star-service-content p {
        font-size: 11px;
    }
}


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

@media (max-width: 768px) {

    .star-main-services {
        padding: 52px 0;
    }

    .star-main-services .star-services-container {
        padding: 0 20px;
    }

    .star-services-section-heading {
        margin-bottom: 30px;
    }

    .star-services-label {
        font-size: 11px;

        letter-spacing: 1.6px;
    }

    .star-services-section-heading h2 {
        font-size: 28px;

        padding-bottom: 11px;
    }

    .star-services-section-heading p {
        margin-top: 17px;

        font-size: 11.5px;

        line-height: 1.65;
    }

    .star-main-services-grid {
        grid-template-columns: repeat(2, 1fr);

        gap: 13px;
    }

    .star-service-image {
        height: 155px;
    }

    .star-service-number {
        width: 34px;
        height: 34px;

        top: 7px;
        right: 7px;

        font-size: 10px;
    }

    .star-service-content {
        min-height: 205px;

        padding: 17px 15px 15px;
    }

    .star-service-content h3 {
        min-height: 38px;

        font-size: 13px;
    }

    .star-service-content p {
        font-size: 10px;

        line-height: 1.55;
    }

    .star-service-content a {
        font-size: 10px;
    }
}


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

@media (max-width: 480px) {

    .star-main-services {
        padding: 42px 0;
    }

    .star-main-services .star-services-container {
        padding: 0 15px;
    }

    .star-services-section-heading {
        margin-bottom: 25px;
    }

    .star-services-section-heading h2 {
        font-size: 24px;
    }

    .star-services-section-heading p {
        font-size: 10.5px;
    }

    .star-main-services-grid {
        grid-template-columns: 1fr 1fr;

        gap: 9px;
    }

    .star-service-image {
        height: 115px;
    }

    .star-service-number {
        width: 29px;
        height: 29px;

        top: 6px;
        right: 6px;

        font-size: 9px;
    }

    .star-service-content {
        min-height: 190px;

        padding: 14px 11px 12px;
    }

    .star-service-content h3 {
        min-height: 34px;

        margin-bottom: 7px;

        font-size: 11px;
    }

    .star-service-content p {
        margin-bottom: 12px;

        font-size: 9px;

        line-height: 1.5;
    }

    .star-service-content a {
        font-size: 9px;

        gap: 5px;
    }

    .star-service-content a span {
        font-size: 13px;
    }
}

/* =========================================
   4. PROCESS
========================================= */

.star-service-process {
    width: 100%;

    padding: 75px 0;

    background: #ffffff;
}

.star-process-grid {
    position: relative;

    display: grid;

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

    gap: 25px;
}

.star-process-grid::before {
    content: "";

    position: absolute;

    top: 34px;

    left: 12%;
    right: 12%;

    height: 1px;

    background: #d7e1e7;
}

.star-process-item {
    position: relative;
    z-index: 2;

    text-align: center;
}

.star-process-number {
    position: absolute;

    top: -2px;
    right: 22%;

    color: #e8eef2;

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

    font-size: 30px;
    font-weight: 700;
}

.star-process-icon {
    position: relative;

    width: 68px;
    height: 68px;

    margin: 0 auto 18px;

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

    background: #ffffff;

    border: 2px solid var(--star-orange);

    color: var(--star-orange);

    border-radius: 50%;

    font-size: 23px;
}

.star-process-item h3 {
    margin: 0 0 8px;

    color: var(--star-navy);

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

    font-size: 15px;
    font-weight: 700;
}

.star-process-item p {
    max-width: 220px;

    margin: 0 auto;

    color: #536979;

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

    font-size: 10.5px;
    line-height: 1.6;
}


/* =========================================
   5. BENEFITS
========================================= */

.star-services-benefits {
    width: 100%;

    padding: 75px 0;

    background: #f3f7fa;
}

.star-services-benefits-grid {
    display: grid;

    grid-template-columns: 1fr 1fr;

    align-items: center;

    gap: 65px;
}

.star-services-benefits-image {
    width: 100%;
    height: 370px;

    overflow: hidden;

    border-radius: 7px;
}

.star-services-benefits-image img {
    display: block;

    width: 100%;
    height: 100%;

    object-fit: cover;
}

.star-services-benefits-content {
    max-width: 580px;
}

.star-services-benefits-content h2 {
    position: relative;

    display: inline-block;

    margin: 0 0 22px;
    padding-bottom: 13px;

    color: var(--star-navy);

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

    font-size: 36px;
    line-height: 1.15;
    font-weight: 700;
}

.star-services-benefits-content h2::after {
    content: "";

    position: absolute;

    left: 0;
    bottom: 0;

    width: 100%;
    height: 3px;

    background: linear-gradient(
        90deg,
        var(--star-orange) 0%,
        var(--star-orange) 82%,
        var(--star-navy) 82%,
        var(--star-navy) 100%
    );

    border-radius: 10px;
}

.star-services-benefits-content > p {
    margin: 0 0 22px;

    color: #536979;

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

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

.star-services-benefits-content ul {
    margin: 0;
    padding: 0;

    list-style: none;
}

.star-services-benefits-content li {
    display: flex;
    align-items: center;

    gap: 11px;

    margin-bottom: 12px;

    color: #40566a;

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

    font-size: 11px;
}

.star-services-benefits-content li i {
    width: 21px;
    height: 21px;

    flex: 0 0 21px;

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

    background: var(--star-orange);

    color: #ffffff;

    border-radius: 50%;

    font-size: 9px;
}


/* =========================================
   6. CTA
========================================= */

.star-services-cta {
    width: 100%;

    background: #ffffff;
}

.star-services-cta-container {
    width: 100%;
    max-width: 1440px;

    min-height: 180px;

    margin: 0 auto;

    padding: 35px 42px;

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

    gap: 35px;

    background: var(--star-navy);

    box-sizing: border-box;
}

.star-services-cta-content {
    min-width: 0;
}

.star-services-cta-content h2 {
    margin: 0 0 7px;

    color: #ffffff;

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

    font-size: 28px;
    line-height: 1.2;
    font-weight: 700;
}

.star-services-cta-content p {
    margin: 0;

    color: #ffffff;

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

    font-size: 12px;
    line-height: 1.6;
}

.star-services-cta-btn {
    flex: 0 0 auto;

    min-height: 44px;

    padding: 0 22px;

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

    gap: 10px;

    background: var(--star-orange);
    color: #ffffff;

    border: 1px solid var(--star-orange);
    border-radius: 4px;

    text-decoration: none;

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

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

    transition: .25s ease;
}

.star-services-cta-btn span {
    font-size: 17px;
}

.star-services-cta-btn:hover {
    background: #ffffff;
    color: var(--star-orange);
}


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

@media (max-width: 1100px) {

    .star-services-container {
        padding: 0 25px;
    }

    .star-services-hero {
        height: 410px;
    }

    .star-services-hero-container {
        padding: 0 25px;
    }

    .star-services-hero h1 {
        font-size: 44px;
    }

    .star-services-intro {
        padding: 60px 0;
    }

    .star-services-intro-grid {
        gap: 35px;
    }

    .star-services-intro-content h2 {
        font-size: 33px;
    }

    .star-main-services,
    .star-service-process,
    .star-services-benefits {
        padding: 60px 0;
    }

    .star-main-services-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .star-process-grid {
        grid-template-columns: repeat(2, 1fr);

        gap: 40px 25px;
    }

    .star-process-grid::before {
        display: none;
    }

    .star-services-benefits-grid {
        gap: 35px;
    }

    .star-services-benefits-content h2 {
        font-size: 32px;
    }
}


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

@media (max-width: 768px) {

    .star-services-container {
        padding: 0 20px;
    }


    /* Hero */

    .star-services-hero {
        height: 390px;
    }

    .star-services-hero-container {
        padding: 0 20px;
    }

    .star-services-hero-content {
        padding-left: 45px;
    }

    .star-services-hero h1 {
        font-size: 36px;
        line-height: 1.12;
    }

    .star-services-hero p {
        font-size: 12px;
        line-height: 1.65;
    }


    /* Introduction */

    .star-services-intro {
        padding: 50px 0;
    }

    .star-services-intro-grid {
        display: flex;
        flex-direction: column;

        gap: 30px;
    }

    .star-services-intro-content {
        max-width: 100%;
    }

    .star-services-intro-content h2 {
        font-size: 29px;
    }

    .star-services-intro-content p {
        font-size: 11.5px;
    }

    .star-services-intro-image {
        height: 250px;
    }


    /* Services */

    .star-main-services {
        padding: 50px 0;
    }

    .star-services-section-heading {
        margin-bottom: 30px;
    }

    .star-services-section-heading h2 {
        font-size: 28px;
    }

    .star-services-section-heading p {
        font-size: 11px;
    }

    .star-main-services-grid {
        grid-template-columns: 1fr 1fr;
        gap: 12px;
    }

    .star-service-image {
        height: 145px;
    }

    .star-service-content {
        padding: 18px 15px;
    }

    .star-service-icon {
        width: 40px;
        height: 40px;

        margin-bottom: 12px;

        font-size: 16px;
    }

    .star-service-content h3 {
        font-size: 13px;
    }

    .star-service-content p {
        min-height: auto;

        font-size: 9.5px;
        line-height: 1.55;
    }

    .star-service-content a {
        font-size: 10px;
    }


    /* Process */

    .star-service-process {
        padding: 50px 0;
    }

    .star-process-grid {
        grid-template-columns: 1fr 1fr;

        gap: 35px 20px;
    }

    .star-process-icon {
        width: 58px;
        height: 58px;

        font-size: 20px;
    }

    .star-process-item h3 {
        font-size: 13px;
    }

    .star-process-item p {
        font-size: 9.5px;
    }


    /* Benefits */

    .star-services-benefits {
        padding: 50px 0;
    }

    .star-services-benefits-grid {
        display: flex;
        flex-direction: column;

        gap: 30px;
    }

    .star-services-benefits-image {
        height: 250px;
    }

    .star-services-benefits-content {
        max-width: 100%;
    }

    .star-services-benefits-content h2 {
        font-size: 28px;
    }

    .star-services-benefits-content > p {
        font-size: 11px;
    }


    /* CTA */

    .star-services-cta-container {
        min-height: auto;

        padding: 35px 20px;

        flex-direction: column;
        align-items: flex-start;

        gap: 20px;
    }

    .star-services-cta-content h2 {
        font-size: 24px;
    }

    .star-services-cta-content p {
        font-size: 11px;
    }
}


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

@media (max-width: 480px) {

    .star-services-container {
        padding: 0 15px;
    }

    .star-services-hero {
        height: 370px;
    }

    .star-services-hero-container {
        padding: 0 15px;
    }

    .star-services-hero-content {
        padding-left: 35px;
    }

    .star-services-hero h1 {
        font-size: 30px;
    }

    .star-services-hero-label {
        font-size: 10px;
    }

    .star-services-intro {
        padding: 42px 0;
    }

    .star-services-intro-content h2 {
        font-size: 25px;
    }

    .star-services-intro-content p {
        font-size: 10.5px;
    }

    .star-services-intro-image {
        height: 210px;
    }

    .star-main-services {
        padding: 42px 0;
    }

    .star-services-section-heading h2 {
        font-size: 24px;
    }

    .star-main-services-grid {
        grid-template-columns: 1fr;
    }

    .star-service-image {
        height: 190px;
    }

    .star-service-process {
        padding: 42px 0;
    }

    .star-process-grid {
        grid-template-columns: 1fr 1fr;

        gap: 30px 15px;
    }

    .star-services-benefits {
        padding: 42px 0;
    }

    .star-services-benefits-image {
        height: 210px;
    }

    .star-services-benefits-content h2 {
        font-size: 24px;
    }

    .star-services-cta-container {
        padding: 30px 15px;
    }

    .star-services-cta-content h2 {
        font-size: 22px;
    }

    .star-services-cta-btn {
        width: 100%;
    }
}