
  /* =====================================================
   SMAART APPLIANCE CARE
   RESPONSIVE HERO SECTION
===================================================== */


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

:root {

    --navy: #0b376d;

    --navy-dark: #062b59;

    --red: #ef1d2d;

    --text: #17243a;

    --white: #ffffff;

}



/* =====================================================
   GLOBAL
===================================================== */

* {

    box-sizing: border-box;

}


html {

    scroll-behavior: smooth;

}


body {

    margin: 0;

    padding: 0;

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

    color: var(--text);

    overflow-x: hidden;

}

.hero {
    background-image: url("images/hero_img.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.navbar-brand{
    width: 20%;
}

/* =====================================================
   HEADER
===================================================== */

.site-header {

    position: relative;

    z-index: 20;

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

}


.navbar {

    min-height: 125px;

}



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

.brand-logo {

    width: 100%;

    max-width: 100%;

    height: auto;

    display: block;

}



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

.nav-link {

    position: relative;

    color: #0c315f !important;

    font-size: 16px;

    font-weight: 600;

    padding: 8px 0 !important;

}


.nav-link::after {

    content: "";

    position: absolute;

    left: 0;

    bottom: -7px;

    width: 0;

    height: 3px;

    border-radius: 5px;

    background: var(--red);

    transition: width 0.25s ease;

}


.nav-link:hover::after {

    width: 100%;

}


.nav-link.active {

    color: var(--red) !important;

}


.nav-link.active::after {

    width: 100%;

}



/* =====================================================
   CALL NOW BUTTON
===================================================== */

.call-btn {

    display: flex;

    align-items: center;

    gap: 14px;

    padding: 14px 25px;

    color: #ffffff;

    background: var(--navy);

    border-radius: 45px;

    text-decoration: none;

    transition: all 0.25s ease;

}


.call-btn:hover {

    color: #ffffff;

    background: var(--navy-dark);

    transform: translateY(-2px);

}


.phone-icon {

    font-size: 34px;

    line-height: 1;

}


.call-btn strong {

    display: block;

    font-size: 21px;

    line-height: 1.1;

}


.call-btn small {

    display: block;

    margin-top: 4px;

    font-size: 13px;

    font-weight: 600;

    line-height: 1.1;

}



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

.hero-section {

    position: relative;

    min-height: 100vh;

    overflow: hidden;

    /* background:

        radial-gradient(
            circle at 0% 90%,
            rgba(
                222,
                242,
                223,
                0.75
            ),
            transparent 16%
        ),

        linear-gradient(
            100deg,
            #ffffff 0%,
            #ffffff 47%,
            #f8fbfd 100%
        ); */

}



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

.hero-copy {

    position: relative;

    z-index: 5;

    padding:

        25px
        0
        110px
        4.2vw;

}

.footer-brand{
    width: 30%;
}
.about-visual img{
    width: 100%;
    border-radius: 20px;
    box-shadow: 20px -30px #ef1d2d;
}
/* =====================================================
   EYEBROW
===================================================== */

.eyebrow {

    margin: 0 0 12px;

    color: #123c70;

    font-size: 20px;

    font-weight: 600;

    letter-spacing: 8px;

}



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

h1 {

    max-width: 850px;

    margin: 0;

    color: #0d3b73;

    font-size:
        clamp(
            48px,
            4.2vw,
            78px
        );

    font-weight: 800;

    line-height: 0.98;

    letter-spacing: -2.5px;

}


h1 span {

    display: block;

    color: var(--red);

    white-space: nowrap;

}



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

.hero-description {

    margin:

        28px
        0
        28px;

    color: #34383f;

    font-size: 18px;

    font-weight: 500;

    line-height: 1.7;

}


.hero-description span {

    white-space: nowrap;

}


.hero-description b {

    padding: 0 8px;

    font-weight: 400;

}



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

.service-lists {

    display: flex;

    align-items: center;

    max-width: 800px;

    margin-bottom: 34px;

}


.service-item {

    flex: 1;

    min-width: 0;

    text-align: center;

}



/* =====================================================
   SERVICE ICON
===================================================== */

.service-icon {

    width: 88px;

    height: 88px;

    margin:

        0
        auto
        9px;

    display: flex;

    align-items: center;

    justify-content: center;

    border-radius: 50%;

    color: #ffffff;

    font-size: 45px;

    font-weight: 400;

}


.service-icon.washing {

    background: var(--navy);

}


.service-icon.refrigerator {

    background: var(--red);

}


.service-icon.microwave {

    background: var(--navy);

}



/* =====================================================
   SERVICE TEXT
===================================================== */

.service-item h3 {

    margin: 0;

    color: #0d3b73;

    font-size: 18px;

    font-weight: 700;

}


.service-item p {

    margin: 4px 0 0;

    color: #333333;

    font-size: 15px;

}



/* =====================================================
   SERVICE DIVIDER
===================================================== */

.service-divider {

    width: 1px;

    height: 98px;

    flex: 0 0 1px;

    background: #d6d6d6;

}



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

.hero-bottom {

    display: flex;

    align-items: center;

    gap: 24px;

}



/* =====================================================
   BOOK SERVICE BUTTON
===================================================== */

.book-btn {

    display: block;

    flex: 0 0 auto;

    min-width: 290px;

    padding:

        18px
        30px;

    color: #ffffff;

    background: var(--red);

    border-radius: 40px;

    font-size: 19px;

    font-weight: 700;

    text-decoration: none;

    box-shadow:
        0 12px 30px
        rgba(
            239,
            29,
            45,
            0.18
        );

    transition: all 0.25s ease;

}


.book-btn:hover {

    color: #ffffff;

    background: #d81222;

    transform: translateY(-2px);

}


.book-btn span {

    float: right;

    font-size: 26px;

    line-height: 0.7;

}



/* =====================================================
   TRUST POINTS
===================================================== */

.trust-points {

    display: flex;

    align-items: center;

    gap: 26px;

}


.trust-point {

    display: flex;

    align-items: center;

    gap: 8px;

    color: #0c376c;

    font-size: 13px;

    font-weight: 600;

    line-height: 1.25;

}


.trust-icon {

    width: 34px;

    height: 34px;

    display: grid;

    place-items: center;

    border:

        2px
        solid
        #0c376c;

    border-radius: 50%;

    font-size: 18px;

}



/* =====================================================
   RIGHT HERO IMAGE
===================================================== */

.hero-visual-wrap {

    position: relative;

    min-height: 690px;

    align-self: stretch;

}


.hero-visual {

    position: absolute;

    inset:
        0
        0
        0
        -25px;

}


.hero-image {

    width: 100%;

    height: 100%;

    display: block;

    object-fit: cover;

    object-position: center center;

    mix-blend-mode: multiply;

}



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

@media (max-width: 1399px) {


    .brand-logo {

        width: 100%;

    }


    .navbar {

        min-height: 105px;

    }


    .hero-section {

        min-height: 100vh;

    }


    .hero-copy {

        padding-left: 4vw;

    }


    .eyebrow {

        font-size: 16px;

        letter-spacing: 6px;

    }


    h1 {

        font-size:
            clamp(
                44px,
                4vw,
                64px
            );

    }


    .hero-description {

        font-size: 16px;

    }


    .service-icon {

        width: 75px;

        height: 75px;

        font-size: 36px;

    }


    .service-item h3 {

        font-size: 16px;

    }


    .service-item p {

        font-size: 13px;

    }


    .book-btn {

        min-width: 245px;

        font-size: 16px;

    }


    .trust-points {

        gap: 16px;

    }


    .trust-point {

        font-size: 11px;

    }


    .hero-visual-wrap {

        min-height: 600px;

    }

}



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

@media (max-width: 991.98px) {


    /* HEADER */

    .site-header {

        box-shadow:
            0
            3px
            15px
            rgba(
                0,
                0,
                0,
                0.06
            );

    }


    .navbar {

        min-height: 82px;

    }


    .brand-logo {

        width: 300px;

    }


    .navbar-collapse {

        padding:
            18px
            0
            8px;

    }


    .navbar-nav {

        gap: 3px !important;

    }


    .nav-link {

        padding:
            8px
            0 !important;

    }


    .call-btn {

        width: fit-content;

        margin-top: 14px;

    }



    /* HERO */

    .hero-section {

        min-height: auto;

    }


    .hero-copy {

        padding:
            50px
            24px
            30px;

    }


    .eyebrow {

        font-size: 13px;

        letter-spacing: 4px;

    }


    h1 {

        font-size:
            clamp(
                42px,
                9vw,
                62px
            );

        letter-spacing: -1.5px;

    }


    h1 span {

        white-space: normal;

    }


    .hero-description {

        margin:
            20px
            0
            26px;

        font-size: 15px;

        line-height: 1.6;

    }



    /* SERVICES */

    .service-lists {

        max-width: 650px;

        margin:
            0
            auto
            28px;

    }


    .service-icon {

        width: 68px;

        height: 68px;

    }


    .service-item h3 {

        font-size: 14px;

    }


    .service-item p {

        font-size: 12px;

    }


    .service-divider {

        height: 80px;

    }



    /* HERO BOTTOM */

    .hero-bottom {

        flex-direction: column;

        align-items: flex-start;

    }


    .trust-points {

        width: 100%;

        justify-content:
            space-between;

    }



    /* IMAGE */

    .hero-visual-wrap {

        min-height: 520px;

        margin-top: -5px;

    }


    .hero-visual {

        position: relative;

        inset: auto;

        height: 520px;

    }


    .hero-image {

        object-position:
            center center;

    }

}



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

@media (max-width: 575.98px) {


    /* LOGO */
    .navbar-brand{
    width: 20%;
}

   


    /* HERO CONTENT */

    .hero-copy {

        padding:
            36px
            18px
            25px;

    }


    .eyebrow {

        font-size: 11px;

        letter-spacing: 3px;

    }


    h1 {

        font-size: 40px;

        letter-spacing: -1px;

    }


    .hero-description {

        font-size: 13px;

    }


    .hero-description span {

        white-space: normal;

    }


    .hero-description b {

        padding:
            0
            4px;

    }



    /* SERVICES */

    .service-lists {

        gap: 3px;

    }


    .service-icon {

        width: 58px;

        height: 58px;

        font-size: 29px;

    }


    .service-item h3 {

        font-size: 11px;

        line-height: 1.2;

    }


    .service-item p {

        font-size: 10px;

        line-height: 1.25;

    }


    .service-divider {

        height: 65px;

    }



    /* BUTTON */

    .book-btn {

        width: 100%;

        min-width: 0;

        padding:
            16px
            22px;

        font-size: 15px;

    }



    /* TRUST */

    .trust-points {

        gap: 8px;

    }


    .trust-point {

        font-size: 9px;

    }


    .trust-icon {

        width: 28px;

        height: 28px;

        font-size: 14px;

    }



    /* IMAGE */

    .hero-visual-wrap {

        min-height: 400px;

        height: 400px;

    }


    .hero-visual {

        height: 400px;

    }


    .hero-image {

        object-position:
            center center;

    }
    

}

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

.services-section {

    position: relative;

    padding: 100px 0 110px;

    background: #f7faff;

    overflow: hidden;

}


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

.services-section::before {

    content: "";

    position: absolute;

    width: 300px;

    height: 300px;

    top: -150px;

    left: -150px;

    border-radius: 50%;

    background: rgba(
        11,
        55,
        109,
        0.05
    );

}


.services-section::after {

    content: "";

    position: absolute;

    width: 250px;

    height: 250px;

    right: -120px;

    bottom: -120px;

    border-radius: 50%;

    background: rgba(
        239,
        29,
        45,
        0.05
    );

}


.services-section .container {

    position: relative;

    z-index: 2;

}


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

.services-heading {

    max-width: 780px;

    margin: 0 auto 55px;

}


.section-label {

    display: inline-block;

    margin-bottom: 12px;

    color: var(--red);

    font-size: 14px;

    font-weight: 700;

    letter-spacing: 4px;

}


.services-heading h2 {

    margin: 0;

    color: var(--navy);

    font-size: clamp(
        36px,
        4vw,
        52px
    );

    font-weight: 800;

    line-height: 1.15;

    letter-spacing: -1px;

}


.services-heading h2 span {

    color: var(--red);

}


.services-heading p {

    max-width: 650px;

    margin: 18px auto 0;

    color: #596575;

    font-size: 16px;

    line-height: 1.7;

}



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

.service-card {

    position: relative;

    height: 100%;

    padding: 35px 30px 30px;

    background: #ffffff;

    border: 1px solid #e7edf5;

    border-radius: 22px;

    box-shadow:
        0 10px 35px
        rgba(
            11,
            55,
            109,
            0.07
        );

    overflow: hidden;

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

}


.service-card::before {

    content: "";

    position: absolute;

    top: 0;

    left: 0;

    width: 100%;

    height: 5px;

    background: var(--navy);

    transition: background 0.3s ease;

}


.service-card:hover {

    transform: translateY(-8px);

    border-color: rgba(
        11,
        55,
        109,
        0.15
    );

    box-shadow:
        0 20px 50px
        rgba(
            11,
            55,
            109,
            0.12
        );

}


.service-card:hover::before {

    background: var(--red);

}



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

.service-card-top {

    display: flex;

    align-items: center;

    justify-content: space-between;

    margin-bottom: 22px;

}


.service-large-icon {

    width: 82px;

    height: 82px;

    display: flex;

    align-items: center;

    justify-content: center;

    border-radius: 20px;

    font-size: 42px;

    transition: transform 0.3s ease;

}


.service-card:hover
.service-large-icon {

    transform: scale(1.05);

}


.washing-icon {

    background: #eaf2fc;

}


.refrigerator-icon {

    background: #fff0f1;

}


.microwave-icon {

    background: #eaf2fc;

}


.service-number {

    color: #dce4ef;

    font-size: 48px;

    font-weight: 800;

    line-height: 1;

}



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

.service-card h3 {

    margin: 0 0 12px;

    color: var(--navy);

    font-size: 23px;

    font-weight: 700;

    line-height: 1.3;

}



/* =====================================================
   APPLIANCE TYPES
===================================================== */

.service-types {

    min-height: 48px;

    margin: 0 0 22px;

    color: #667281;

    font-size: 13px;

    line-height: 1.8;

}


.service-types span {

    margin: 0 4px;

    color: var(--red);

    font-weight: 700;

}



/* =====================================================
   PROBLEM BOX
===================================================== */

.problem-box {

    min-height: 128px;

    margin-bottom: 25px;

    padding: 18px;

    background: #f7f9fc;

    border-left: 4px solid var(--red);

    border-radius: 0 12px 12px 0;

}


.problem-box strong {

    display: block;

    margin-bottom: 8px;

    color: #182d48;

    font-size: 14px;

    line-height: 1.5;

}


.problem-box p {

    margin: 0;

    color: #687484;

    font-size: 13px;

    line-height: 1.6;

}



/* =====================================================
   SERVICE BUTTON
===================================================== */

.service-book-btn {

    display: flex;

    align-items: center;

    justify-content: space-between;

    width: 100%;

    padding: 14px 18px;

    color: #ffffff;

    background: var(--navy);

    border-radius: 10px;

    font-size: 13px;

    font-weight: 600;

    text-decoration: none;

    transition: all 0.25s ease;

}


.service-book-btn span {

    font-size: 21px;

    line-height: 1;

    transition: transform 0.25s ease;

}


.service-book-btn:hover {

    color: #ffffff;

    background: var(--red);

}


.service-book-btn:hover span {

    transform: translateX(5px);

}



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

@media (max-width: 1199.98px) {

    .services-section {

        padding: 85px 0 95px;

    }


    .service-card {

        padding:
            30px
            25px
            25px;

    }


    .service-card h3 {

        font-size: 20px;

    }


    .service-large-icon {

        width: 72px;

        height: 72px;

        font-size: 36px;

    }


    .service-number {

        font-size: 40px;

    }

}



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

@media (max-width: 991.98px) {

    .services-section {

        padding:
            75px
            0
            80px;

    }


    .services-heading {

        margin-bottom: 40px;

    }


    .services-heading h2 {

        font-size: 40px;

    }


    .service-card {

        padding: 30px;

    }


    .service-types {

        min-height: auto;

    }

}



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

@media (max-width: 575.98px) {

    .services-section {

        padding:
            60px
            0
            65px;

    }


    .section-label {

        font-size: 11px;

        letter-spacing: 3px;

    }


    .services-heading {

        margin-bottom: 35px;

    }


    .services-heading h2 {

        font-size: 32px;

        letter-spacing: -0.5px;

    }


    .services-heading p {

        margin-top: 14px;

        font-size: 14px;

        line-height: 1.6;

    }


    .service-card {

        padding:
            25px
            22px
            22px;

        border-radius: 18px;

    }


    .service-large-icon {

        width: 68px;

        height: 68px;

        border-radius: 16px;

        font-size: 34px;

    }


    .service-number {

        font-size: 36px;

    }


    .service-card h3 {

        font-size: 20px;

    }


    .service-types {

        font-size: 12px;

        line-height: 1.7;

    }


    .problem-box {

        min-height: auto;

        padding: 15px;

    }


    .problem-box strong {

        font-size: 13px;

    }


    .problem-box p {

        font-size: 12px;

    }


    .service-book-btn {

        padding:
            13px
            16px;

        font-size: 12px;

    }

}

/* =====================================================
   WHY SMAART APPLIANCE CARE SECTION
===================================================== */

.why-section {

    position: relative;

    padding: 110px 0;

    background: #ffffff;

    overflow: hidden;

}


/* BACKGROUND DECORATION */

/* .why-section::before {

    content: "";

    position: absolute;

    width: 450px;

    height: 450px;

    top: -250px;

    right: -180px;

    border-radius: 50%;

    background: rgba(
        11,
        55,
        109,
        0.04
    );

}


.why-section::after {

    content: "";

    position: absolute;

    width: 250px;

    height: 250px;

    bottom: -150px;

    left: -100px;

    border-radius: 50%;

    background: rgba(
        239,
        29,
        45,
        0.04
    );

} */


/* KEEP CONTENT ABOVE BACKGROUND */

.why-section .container {

    position: relative;

    z-index: 2;

}


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

.why-content {

    max-width: 500px;

}


.why-content .section-label {

    display: inline-block;

    margin-bottom: 14px;

    color: var(--red);

    font-size: 13px;

    font-weight: 700;

    letter-spacing: 4px;

}


.why-content h2 {

    margin: 0;

    color: var(--navy);

    font-size: clamp(
        38px,
        4vw,
        56px
    );

    font-weight: 800;

    line-height: 1.1;

    letter-spacing: -1.5px;

}


.why-content h2 span {

    display: block;

    color: var(--red);

}


.why-description {

    max-width: 470px;

    margin: 22px 0 32px;

    color: #637083;

    font-size: 16px;

    line-height: 1.8;

}


/* =====================================================
   PRIORITY BOX
===================================================== */

.priority-box {

    display: flex;

    align-items: center;

    gap: 15px;

    width: fit-content;

    padding: 15px 24px 15px 16px;

    background: #f7faff;

    border-left: 4px solid var(--red);

    border-radius: 0 14px 14px 0;

}


.priority-icon {

    width: 48px;

    height: 48px;

    display: grid;

    place-items: center;

    flex: 0 0 48px;

    color: #ffffff;

    background: var(--navy);

    border-radius: 50%;

    font-size: 22px;

    font-weight: 700;

}


.priority-box div:last-child {

    display: flex;

    align-items: center;

    gap: 8px;

    color: var(--navy);

    font-size: 16px;

}


.priority-box b {

    color: var(--red);

    font-size: 20px;

}


.priority-box strong {

    color: var(--red);

}


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

.why-card {

    position: relative;

    height: 100%;

    min-height: 250px;

    padding: 32px 30px;

    background: #ffffff;

    border: 1px solid #e7edf5;

    border-radius: 20px;

    overflow: hidden;

    box-shadow:
        0 12px 35px
        rgba(
            11,
            55,
            109,
            0.07
        );

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

}


/* TOP BORDER */

.why-card::before {

    content: "";

    position: absolute;

    top: 0;

    left: 0;

    width: 0;

    height: 4px;

    background: var(--red);

    transition: width 0.3s ease;

}


.why-card:hover {

    transform: translateY(-8px);

    border-color: rgba(
        239,
        29,
        45,
        0.2
    );

    box-shadow:
        0 22px 50px
        rgba(
            11,
            55,
            109,
            0.12
        );

}


.why-card:hover::before {

    width: 100%;

}


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

.why-card-icon {

    width: 65px;

    height: 65px;

    display: flex;

    align-items: center;

    justify-content: center;

    margin-bottom: 22px;

    background: #eaf2fc;

    border-radius: 16px;

    font-size: 32px;

}


.why-card-icon.red-icon {

    background: #fff0f1;

}


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

.why-card h3 {

    position: relative;

    z-index: 2;

    margin: 0 0 12px;

    color: var(--navy);

    font-size: 20px;

    font-weight: 700;

    line-height: 1.3;

}


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

.why-card p {

    position: relative;

    z-index: 2;

    margin: 0;

    max-width: 240px;

    color: #687484;

    font-size: 14px;

    line-height: 1.7;

}


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

.why-number {

    position: absolute;

    right: 22px;

    bottom: 15px;

    color: #edf1f6;

    font-size: 56px;

    font-weight: 800;

    line-height: 1;

}


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

@media (max-width: 991.98px) {

    .why-section {

        padding: 80px 0;

    }


    .why-content {

        max-width: 650px;

        margin-bottom: 10px;

    }


    .why-description {

        max-width: 600px;

    }


    .why-card {

        min-height: 230px;

    }

}


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

@media (max-width: 575.98px) {

    .why-section {

        padding: 65px 0;

    }


    .why-content .section-label {

        margin-bottom: 10px;

        font-size: 11px;

        letter-spacing: 2.5px;

    }


    .why-content h2 {

        font-size: 34px;

        letter-spacing: -0.5px;

    }


    .why-description {

        margin:
            18px
            0
            26px;

        font-size: 14px;

        line-height: 1.7;

    }


    .priority-box {

        width: 100%;

        padding:
            14px
            16px
            14px
            12px;

    }


    .priority-box div:last-child {

        gap: 5px;

        font-size: 13px;

    }


    .priority-icon {

        width: 40px;

        height: 40px;

        flex-basis: 40px;

        font-size: 18px;

    }


    .why-card {

        min-height: auto;

        padding: 26px 22px;

        border-radius: 16px;

    }


    .why-card-icon {

        width: 58px;

        height: 58px;

        margin-bottom: 18px;

        font-size: 27px;

        border-radius: 14px;

    }


    .why-card h3 {

        font-size: 18px;

    }


    .why-card p {

        max-width: 230px;

        font-size: 13px;

    }


    .why-number {

        right: 18px;

        bottom: 12px;

        font-size: 48px;

    }

}
/* =====================================================
   HOW WE WORK SECTION
===================================================== */

.how-work-section {

    position: relative;

    padding: 105px 0 100px;

    background: #f7faff;

    overflow: hidden;

}


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

.how-work-section::before {

    content: "";

    position: absolute;

    width: 380px;

    height: 380px;

    top: -200px;

    left: -150px;

    border-radius: 50%;

    background: rgba(
        11,
        55,
        109,
        0.045
    );

}


.how-work-section::after {

    content: "";

    position: absolute;

    width: 300px;

    height: 300px;

    right: -150px;

    bottom: -160px;

    border-radius: 50%;

    background: rgba(
        239,
        29,
        45,
        0.045
    );

}


.how-work-section .container {

    position: relative;

    z-index: 2;

}



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

.how-work-heading {

    max-width: 700px;

    margin: 0 auto 65px;

}


.how-work-heading .section-label {

    display: inline-block;

    margin-bottom: 12px;

    color: var(--red);

    font-size: 13px;

    font-weight: 700;

    letter-spacing: 4px;

}


.how-work-heading h2 {

    margin: 0;

    color: var(--navy);

    font-size: clamp(
        38px,
        4vw,
        54px
    );

    font-weight: 800;

    line-height: 1.15;

    letter-spacing: -1px;

}


.how-work-heading h2 span {

    color: var(--red);

}


.how-work-heading p {

    margin: 18px auto 0;

    color: #647184;

    font-size: 16px;

    line-height: 1.7;

}



/* =====================================================
   PROCESS WRAPPER
===================================================== */

.process-wrapper {

    display: flex;

    align-items: flex-start;

    justify-content: center;

    width: 100%;

}



/* =====================================================
   PROCESS STEP
===================================================== */

.process-step {

    width: 230px;

    text-align: center;

}


.process-icon {

    position: relative;

    width: 105px;

    height: 105px;

    margin: 0 auto 25px;

    display: flex;

    align-items: center;

    justify-content: center;

    border-radius: 50%;

    background: #ffffff;

    border: 2px solid #dce6f2;

    box-shadow:
        0 12px 30px
        rgba(
            11,
            55,
            109,
            0.08
        );

    transition: all 0.3s ease;

}


.process-step:hover .process-icon {

    background: var(--navy);

    border-color: var(--navy);

    transform: translateY(-7px);

    box-shadow:
        0 18px 35px
        rgba(
            11,
            55,
            109,
            0.16
        );

}


.step-symbol {

    font-size: 38px;

    line-height: 1;

}


.step-number {

    position: absolute;

    top: -5px;

    right: -4px;

    width: 31px;

    height: 31px;

    display: grid;

    place-items: center;

    color: #ffffff;

    background: var(--red);

    border: 3px solid #f7faff;

    border-radius: 50%;

    font-size: 10px;

    font-weight: 700;

}



/* =====================================================
   STEP CONTENT
===================================================== */

.process-step h3 {

    margin: 0 0 10px;

    color: var(--navy);

    font-size: 18px;

    font-weight: 700;

    line-height: 1.3;

}


.process-step p {

    margin: 0 auto;

    max-width: 215px;

    color: #687484;

    font-size: 13px;

    line-height: 1.7;

}



/* =====================================================
   CONNECTOR
===================================================== */

.process-line {

    width: 85px;

    height: 105px;

    display: flex;

    align-items: center;

    justify-content: center;

}


.process-line::before {

    content: "";

    width: 55px;

    height: 2px;

    background: #ccd8e6;

}


.process-line span {

    margin-left: -2px;

    color: var(--red);

    font-size: 25px;

    font-weight: 700;

}



/* =====================================================
   BOTTOM MESSAGE
===================================================== */

.how-work-bottom {

    display: flex;

    align-items: center;

    justify-content: center;

    gap: 12px;

    width: fit-content;

    margin: 65px auto 0;

    padding: 13px 25px;

    color: var(--navy);

    background: #ffffff;

    border: 1px solid #e4ebf4;

    border-radius: 50px;

    box-shadow:
        0 8px 25px
        rgba(
            11,
            55,
            109,
            0.06
        );

    font-size: 13px;

    font-weight: 600;

}


.how-work-bottom b {

    color: var(--red);

}


.bottom-check {

    width: 28px;

    height: 28px;

    display: grid;

    place-items: center;

    color: #ffffff;

    background: var(--red);

    border-radius: 50%;

    font-size: 14px;

}



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

@media (max-width: 1199.98px) {

    .how-work-section {

        padding:
            90px
            0;

    }


    .process-step {

        width: 200px;

    }


    .process-line {

        width: 55px;

    }


    .process-line::before {

        width: 35px;

    }

}



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

@media (max-width: 991.98px) {

    .how-work-section {

        padding:
            75px
            0
            80px;

    }


    .how-work-heading {

        margin-bottom: 50px;

    }


    .how-work-heading h2 {

        font-size: 40px;

    }


    .process-wrapper {

        flex-wrap: wrap;

        row-gap: 45px;

    }


    .process-step {

        width: 42%;

    }


    .process-line {

        display: none;

    }


    .how-work-bottom {

        margin-top: 50px;

    }

}



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

@media (max-width: 575.98px) {

    .how-work-section {

        padding:
            65px
            0;

    }


    .how-work-heading {

        margin-bottom: 40px;

    }


    .how-work-heading .section-label {

        font-size: 11px;

        letter-spacing: 3px;

    }


    .how-work-heading h2 {

        font-size: 32px;

    }


    .how-work-heading p {

        margin-top: 14px;

        font-size: 14px;

    }


    .process-wrapper {

        display: block;

    }


    .process-step {

        width: 100%;

        margin-bottom: 45px;

    }


    .process-step:last-child {

        margin-bottom: 0;

    }


    .process-icon {

        width: 90px;

        height: 90px;

        margin-bottom: 20px;

    }


    .step-symbol {

        font-size: 32px;

    }


    .process-step h3 {

        font-size: 18px;

    }


    .process-step p {

        font-size: 13px;

    }


    .how-work-bottom {

        flex-wrap: wrap;

        gap: 7px 10px;

        margin-top: 45px;

        padding:
            13px
            18px;

        border-radius: 18px;

        font-size: 11px;

        text-align: center;

    }


    .bottom-check {

        width: 25px;

        height: 25px;

    }

}

/* =========================
   CONTACT SECTION
========================= */

.contact-section {
    position: relative;
    padding: 105px 0;
    background: #ffffff;
    overflow: hidden;
}

/* .contact-section::before {
    content: "";
    position: absolute;
    width: 420px;
    height: 420px;
    left: -220px;
    top: -180px;
    border-radius: 50%;
    background: rgba(11, 55, 109, 0.045);
}

.contact-section::after {
    content: "";
    position: absolute;
    width: 360px;
    height: 360px;
    right: -180px;
    bottom: -180px;
    border-radius: 50%;
    background: rgba(239, 29, 45, 0.045);
} */

.contact-section .container {
    position: relative;
    z-index: 2;
}


/* =========================
   MAIN WRAPPER
========================= */

.contact-wrapper {
    display: grid;
    grid-template-columns: 1.15fr 0.85fr;
    gap: 80px;
    align-items: center;
}


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

.contact-content {
    max-width: 650px;
}

.contact-label {
    display: inline-block;
    margin-bottom: 14px;
    color: var(--red);
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 4px;
}

.contact-content h2 {
    margin: 0;
    color: var(--navy);
    font-size: clamp(38px, 4.5vw, 58px);
    font-weight: 800;
    line-height: 1.12;
    letter-spacing: -1.5px;
}

.contact-content h2 span {
    display: block;
    color: var(--red);
}

.contact-intro {
    max-width: 570px;
    margin: 22px 0 35px;
    color: #687484;
    font-size: 16px;
    line-height: 1.8;
}


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

.contact-brand {
    margin-bottom: 30px;
    padding-left: 20px;
    border-left: 3px solid var(--red);
}

.contact-brand h3 {
    margin: 0 0 8px;
    color: var(--navy);
    font-size: 21px;
    font-weight: 800;
}

.contact-brand p {
    margin: 0;
    color: #687484;
    font-size: 13px;
    line-height: 1.7;
}

.contact-brand p span {
    margin: 0 5px;
    color: var(--red);
    font-weight: 700;
}


/* =========================
   CONTACT DETAILS
========================= */

.contact-details {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.contact-detail-item {
    display: flex;
    align-items: center;
    gap: 15px;
}

.contact-detail-icon {
    width: 48px;
    height: 48px;
    flex-shrink: 0;
    display: grid;
    place-items: center;
    background: #f4f7fb;
    border: 1px solid #e2e9f2;
    border-radius: 12px;
    font-size: 20px;
}

.contact-detail-item small {
    display: block;
    margin-bottom: 3px;
    color: #8994a3;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.contact-detail-item a,
.contact-detail-item p {
    margin: 0;
    color: var(--navy);
    font-size: 15px;
    font-weight: 700;
    text-decoration: none;
}

.contact-detail-item a:hover {
    color: var(--red);
}


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

.contact-cta-card {
    position: relative;
    padding: 50px 45px;
    background: var(--navy);
    border-radius: 28px;
    overflow: hidden;
    box-shadow: 0 25px 60px rgba(11, 55, 109, 0.18);
}

.contact-cta-card::before {
    content: "";
    position: absolute;
    width: 230px;
    height: 230px;
    top: -110px;
    right: -80px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 50%;
}

.contact-cta-card::after {
    content: "";
    position: absolute;
    width: 160px;
    height: 160px;
    bottom: -90px;
    left: -70px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 50%;
}

.cta-circle {
    width: 62px;
    height: 62px;
    margin-bottom: 25px;
    display: grid;
    place-items: center;
    background: var(--red);
    border-radius: 50%;
    font-size: 26px;
    box-shadow: 0 10px 25px rgba(239, 29, 45, 0.25);
}

.cta-small-title {
    display: block;
    margin-bottom: 12px;
    color: #ff6570;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 3px;
}

.contact-cta-card h3 {
    position: relative;
    z-index: 2;
    margin: 0;
    color: #ffffff;
    font-size: 32px;
    font-weight: 700;
    line-height: 1.25;
}

.contact-cta-card h3 strong {
    display: block;
    color: #ffffff;
    font-weight: 800;
}

.contact-cta-card > p {
    position: relative;
    z-index: 2;
    margin: 18px 0 28px;
    color: rgba(255, 255, 255, 0.7);
    font-size: 14px;
    line-height: 1.7;
}


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

.cta-buttons {
    position: relative;
    z-index: 3;
    display: flex;
    gap: 12px;
}

.contact-btn {
    min-height: 50px;
    padding: 0 20px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    border-radius: 8px;
    font-size: 13px;
    font-weight: 700;
    text-decoration: none;
    transition: all 0.3s ease;
}

.contact-btn span {
    font-size: 17px;
}

.call-btn {
    color: #ffffff;
    background: var(--red);
    border: 1px solid var(--red);
}

.call-btn:hover {
    color: #ffffff;
    background: #d91525;
    transform: translateY(-3px);
}

.whatsapp-btn {
    color: var(--navy);
    background: #ffffff;
    border: 1px solid #ffffff;
}

.whatsapp-btn:hover {
    color: var(--navy);
    background: #f2f5f8;
    transform: translateY(-3px);
}


/* =========================
   TRUST POINTS
========================= */

.cta-trust {
    position: relative;
    z-index: 2;
    display: flex;
    flex-wrap: wrap;
    gap: 8px 18px;
    margin-top: 28px;
    padding-top: 22px;
    border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.cta-trust span {
    color: rgba(255, 255, 255, 0.65);
    font-size: 11px;
    font-weight: 600;
}

.cta-trust span::first-letter {
    color: #ffffff;
}


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

@media (max-width: 991.98px) {

    .contact-section {
        padding: 85px 0;
    }

    .contact-wrapper {
        grid-template-columns: 1fr;
        gap: 55px;
    }

    .contact-content {
        max-width: 700px;
        margin: 0 auto;
        text-align: center;
    }

    .contact-content h2 span {
        display: inline;
    }

    .contact-intro {
        margin-left: auto;
        margin-right: auto;
    }

    .contact-brand {
        display: inline-block;
        text-align: left;
    }

    .contact-details {
        max-width: 420px;
        margin: 0 auto;
        text-align: left;
    }

    .contact-cta-card {
        max-width: 600px;
        width: 100%;
        margin: 0 auto;
    }
}


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

@media (max-width: 575.98px) {

    .contact-section {
        padding: 65px 0;
    }

    .contact-label {
        font-size: 11px;
        letter-spacing: 3px;
    }

    .contact-content h2 {
        font-size: 34px;
        letter-spacing: -0.8px;
    }

    .contact-intro {
        margin-top: 17px;
        margin-bottom: 28px;
        font-size: 14px;
    }

    .contact-brand {
        margin-bottom: 25px;
        padding-left: 14px;
    }

    .contact-brand h3 {
        font-size: 18px;
    }

    .contact-brand p {
        font-size: 11px;
    }

    .contact-detail-icon {
        width: 44px;
        height: 44px;
    }

    .contact-detail-item a,
    .contact-detail-item p {
        font-size: 14px;
    }

    .contact-cta-card {
        padding: 38px 25px;
        border-radius: 22px;
    }

    .cta-circle {
        width: 55px;
        height: 55px;
        font-size: 23px;
    }

    .contact-cta-card h3 {
        font-size: 27px;
    }

    .contact-cta-card > p {
        font-size: 13px;
    }

    .cta-buttons {
        flex-direction: column;
    }

    .contact-btn {
        width: 100%;
    }

    .cta-trust {
        justify-content: center;
        text-align: center;
    }
}

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

.site-footer {
    position: relative;
    background: var(--navy);
    overflow: hidden;
}

/* Decorative elements */

.site-footer::before {
    content: "";
    position: absolute;
    width: 300px;
    height: 300px;
    top: -190px;
    left: -100px;
    border: 1px solid rgba(255, 255, 255, 0.06);
    border-radius: 50%;
}

.site-footer::after {
    content: "";
    position: absolute;
    width: 260px;
    height: 260px;
    right: -130px;
    bottom: -170px;
    border: 1px solid rgba(239, 29, 45, 0.15);
    border-radius: 50%;
}

.site-footer .container {
    position: relative;
    z-index: 2;
}


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

.footer-main {
    min-height: 190px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 50px;
}


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

.footer-brand h2 {
    margin: 0;
    color: #ffffff;
    font-size: 25px;
    font-weight: 800;
    letter-spacing: 0.5px;
}

.footer-brand h2 span {
    color: var(--red);
}

.footer-brand p {
    margin: 9px 0 0;
    color: rgba(255, 255, 255, 0.6);
    font-size: 13px;
    letter-spacing: 0.5px;
}


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

.footer-nav {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex-wrap: wrap;
    gap: 10px 28px;
}

.footer-nav a {
    position: relative;
    color: rgba(255, 255, 255, 0.72);
    font-size: 13px;
    font-weight: 600;
    text-decoration: none;
    transition: color 0.3s ease;
}

.footer-nav a::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -6px;
    width: 0;
    height: 2px;
    background: var(--red);
    transition: width 0.3s ease;
}

.footer-nav a:hover {
    color: #ffffff;
}

.footer-nav a:hover::after {
    width: 100%;
}


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

.footer-bottom {
    padding: 22px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    text-align: center;
}

.footer-bottom p {
    margin: 0;
    color: rgba(255, 255, 255, 0.48);
    font-size: 11px;
    line-height: 1.6;
}


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

@media (max-width: 991.98px) {

    .footer-main {
        min-height: auto;
        padding: 55px 0;
        flex-direction: column;
        text-align: center;
        gap: 30px;
    }

    .footer-nav {
        justify-content: center;
    }
}


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

@media (max-width: 575.98px) {

    .footer-main {
        padding: 45px 0;
        gap: 25px;
    }

    .footer-brand h2 {
        font-size: 21px;
    }

    .footer-brand p {
        font-size: 12px;
    }

    .footer-nav {
        gap: 12px 18px;
    }

    .footer-nav a {
        font-size: 12px;
    }

    .footer-bottom {
        padding: 18px 10px;
    }

    .footer-bottom p {
        font-size: 10px;
    }
}

/* =========================
   ABOUT SECTION
========================= */

.about-section {
    position: relative;
    padding: 110px 0;
    overflow: hidden;
}

/* .about-section::before {
    content: "";
    position: absolute;
    width: 450px;
    height: 450px;
    left: -250px;
    top: -180px;
    border-radius: 50%;
    background: rgba(11, 55, 109, 0.045);
}

.about-section::after {
    content: "";
    position: absolute;
    width: 330px;
    height: 330px;
    right: -170px;
    bottom: -170px;
    border-radius: 50%;
    background: rgba(239, 29, 45, 0.045);
} */

.about-section .container {
    position: relative;
    z-index: 2;
}


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

.about-wrapper {
    display: grid;
    grid-template-columns: 0.9fr 1.1fr;
    gap: 85px;
    align-items: center;
}


/* =========================
   LEFT VISUAL
========================= */

.about-visual {
    position: relative;
    min-height: 500px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.about-image-box {
    position: relative;
    width: 390px;
    height: 450px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: var(--navy);
    border-radius: 28px;
    overflow: hidden;
    box-shadow: 0 25px 60px rgba(11, 55, 109, 0.18);
}

.about-image-box::before {
    content: "";
    position: absolute;
    width: 330px;
    height: 330px;
    top: -120px;
    right: -120px;
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 50%;
}

.about-image-box::after {
    content: "";
    position: absolute;
    width: 250px;
    height: 250px;
    bottom: -120px;
    left: -100px;
    border: 1px solid rgba(239, 29, 45, 0.25);
    border-radius: 50%;
}

.about-appliance-icon {
    position: relative;
    z-index: 2;
    width: 120px;
    height: 120px;
    display: grid;
    place-items: center;
    background: var(--red);
    border-radius: 50%;
    font-size: 50px;
    box-shadow: 0 20px 40px rgba(239, 29, 45, 0.25);
}

.about-image-content {
    position: relative;
    z-index: 2;
    margin-top: 30px;
    text-align: center;
}

.about-image-content span {
    color: #ff6974;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 4px;
}

.about-image-content h3 {
    margin: 10px 0;
    color: #ffffff;
    font-size: 38px;
    font-weight: 800;
    line-height: 1.05;
}

.about-image-content p {
    margin: 0;
    color: rgba(255, 255, 255, 0.65);
    font-size: 13px;
}


/* =========================
   EXPERIENCE BADGE
========================= */

.about-experience {
    position: absolute;
    right: 5px;
    bottom: 15px;
    width: 145px;
    height: 145px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: #ffffff;
    border: 8px solid #f7faff;
    border-radius: 50%;
    box-shadow: 0 15px 35px rgba(11, 55, 109, 0.12);
    text-align: center;
}

.about-experience strong {
    color: var(--red);
    font-size: 28px;
    font-weight: 800;
    line-height: 1;
}

.about-experience span {
    margin-top: 7px;
    color: var(--navy);
    font-size: 11px;
    font-weight: 700;
    line-height: 1.3;
}


/* =========================
   RIGHT CONTENT
========================= */

.about-content {
    max-width: 650px;
}

.about-label {
    display: inline-block;
    margin-bottom: 13px;
    color: var(--red);
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 4px;
}

.about-content h2 {
    margin: 0 0 22px;
    color: var(--navy);
    font-size: clamp(38px, 4vw, 55px);
    font-weight: 800;
    line-height: 1.13;
    letter-spacing: -1.5px;
}

.about-content h2 span {
    display: block;
    color: var(--red);
}

.about-content p {
    margin: 0 0 16px;
    color: #687484;
    font-size: 14px;
    line-height: 1.8;
}

.about-content .about-intro {
    color: #4d5b6e;
    font-size: 16px;
    line-height: 1.8;
}


/* =========================
   ABOUT SERVICES
========================= */

.about-services {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px 30px;
    margin: 30px 0;
}

.about-service {
    display: flex;
    align-items: flex-start;
    gap: 12px;
}

.about-service-icon {
    width: 28px;
    height: 28px;
    flex-shrink: 0;
    display: grid;
    place-items: center;
    color: #ffffff;
    background: var(--red);
    border-radius: 50%;
    font-size: 13px;
    font-weight: 700;
}

.about-service h4 {
    margin: 1px 0 5px;
    color: var(--navy);
    font-size: 14px;
    font-weight: 700;
}

.about-service p {
    margin: 0;
    color: #7a8492;
    font-size: 12px;
    line-height: 1.5;
}


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

.about-btn {
    display: inline-flex;
    align-items: center;
    gap: 18px;
    padding: 14px 22px;
    color: #ffffff;
    background: var(--red);
    border-radius: 7px;
    font-size: 13px;
    font-weight: 700;
    text-decoration: none;
    transition: all 0.3s ease;
}

.about-btn span {
    font-size: 19px;
    line-height: 1;
    transition: transform 0.3s ease;
}

.about-btn:hover {
    color: #ffffff;
    background: #d91525;
    transform: translateY(-3px);
    box-shadow: 0 10px 25px rgba(239, 29, 45, 0.2);
}

.about-btn:hover span {
    transform: translateX(4px);
}


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

@media (max-width: 991.98px) {

    .about-section {
        padding: 85px 0;
    }

    .about-wrapper {
        grid-template-columns: 1fr;
        gap: 60px;
    }

    .about-visual {
        min-height: auto;
    }

    .about-content {
        max-width: 700px;
        margin: 0 auto;
        text-align: center;
    }

    .about-content h2 span {
        display: inline;
    }

    .about-content p {
        max-width: 650px;
        margin-left: auto;
        margin-right: auto;
    }

    .about-services {
        text-align: left;
    }
}


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

@media (max-width: 575.98px) {

    .about-section {
        padding: 65px 0;
    }

    .about-visual {
        min-height: 390px;
    }

    .about-image-box {
        width: 285px;
        height: 350px;
        border-radius: 22px;
    }

    .about-appliance-icon {
        width: 90px;
        height: 90px;
        font-size: 38px;
    }

    .about-image-content {
        margin-top: 22px;
    }

    .about-image-content h3 {
        font-size: 29px;
    }

    .about-image-content p {
        font-size: 11px;
    }

    .about-experience {
        right: calc(50% - 150px);
        bottom: -10px;
        width: 105px;
        height: 105px;
        border-width: 6px;
    }

    .about-experience strong {
        font-size: 22px;
    }

    .about-experience span {
        font-size: 9px;
    }

    .about-label {
        font-size: 11px;
        letter-spacing: 3px;
    }

    .about-content h2 {
        font-size: 33px;
        letter-spacing: -0.8px;
    }

    .about-content .about-intro {
        font-size: 14px;
    }

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

    .about-services {
        grid-template-columns: 1fr;
        gap: 17px;
        margin: 25px 0;
    }

    .about-service h4 {
        font-size: 13px;
    }

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

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

.brand-services-section {
    position: relative;
    padding: 100px 0;
    background: #ffffff;
    overflow: hidden;
}

.brand-services-section::before {
    content: "";
    position: absolute;
    width: 420px;
    height: 420px;
    top: -220px;
    right: -180px;
    border-radius: 50%;
    background: rgba(11, 55, 109, 0.035);
}

.brand-services-section::after {
    content: "";
    position: absolute;
    width: 300px;
    height: 300px;
    bottom: -180px;
    left: -130px;
    border-radius: 50%;
    background: rgba(239, 29, 45, 0.035);
}

.brand-services-section .container {
    position: relative;
    z-index: 2;
}

/* Heading */

.brand-services-heading {
    max-width: 750px;
    margin: 0 auto 55px;
}

.brand-services-heading .section-label {
    display: inline-block;
    margin-bottom: 12px;
    color: var(--red);
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 4px;
}

.brand-services-heading h2 {
    margin: 0;
    color: var(--navy);
    font-size: clamp(36px, 4vw, 52px);
    font-weight: 800;
    line-height: 1.15;
    letter-spacing: -1px;
}

.brand-services-heading h2 span {
    color: var(--red);
}

.brand-services-heading p {
    margin: 18px auto 0;
    max-width: 620px;
    color: #687484;
    font-size: 16px;
    line-height: 1.7;
}


/* Brand Card */

.brand-service-card {
    height: 100%;
    padding: 28px;
    background: #ffffff;
    border: 1px solid #e3eaf3;
    border-radius: 20px;
    box-shadow: 0 15px 40px rgba(11, 55, 109, 0.07);
    transition: all 0.3s ease;
}

.brand-service-card:hover {
    transform: translateY(-8px);
    border-color: rgba(239, 29, 45, 0.25);
    box-shadow: 0 22px 50px rgba(11, 55, 109, 0.12);
}


/* Brand Header */

.brand-service-header {
    display: flex;
    align-items: center;
    gap: 16px;
    padding-bottom: 22px;
    margin-bottom: 20px;
    border-bottom: 1px solid #e9eef5;
}

.brand-logo-text {
    min-width: 85px;
    height: 55px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 10px;
    color: var(--navy);
    background: #f4f7fb;
    border: 1px solid #e1e8f1;
    border-radius: 10px;
    font-size: 18px;
    font-weight: 800;
    letter-spacing: -0.5px;
}

.brand-service-header h3 {
    margin: 0 0 4px;
    color: var(--navy);
    font-size: 19px;
    font-weight: 750;
}

.brand-service-header span {
    color: #7a8594;
    font-size: 12px;
    font-weight: 500;
}


/* Service List */

.service-list {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.service-list a {
    position: relative;
    display: block;
    padding: 11px 14px 11px 34px;
    color: #3d4b5e;
    background: #f8faff;
    border: 1px solid transparent;
    border-radius: 9px;
    font-size: 13px;
    font-weight: 600;
    line-height: 1.4;
    text-decoration: none;
    transition: all 0.25s ease;
}

.service-list a::before {
    content: "✓";
    position: absolute;
    left: 13px;
    top: 50%;
    transform: translateY(-50%);
    color: var(--red);
    font-size: 12px;
    font-weight: 800;
}

.service-list a:hover {
    color: var(--navy);
    background: #ffffff;
    border-color: #dce5f0;
    transform: translateX(4px);
}


/* =========================
   RESPONSIVE
========================= */

@media (max-width: 991.98px) {

    .brand-services-section {
        padding: 80px 0;
    }

    .brand-services-heading {
        margin-bottom: 45px;
    }

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


@media (max-width: 575.98px) {

    .brand-services-section {
        padding: 65px 0;
    }

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

    .brand-services-heading .section-label {
        font-size: 11px;
        letter-spacing: 3px;
    }

    .brand-services-heading h2 {
        font-size: 32px;
    }

    .brand-services-heading p {
        margin-top: 14px;
        font-size: 14px;
    }

    .brand-service-card {
        padding: 20px;
        border-radius: 16px;
    }

    .brand-service-header {
        gap: 12px;
        padding-bottom: 18px;
        margin-bottom: 17px;
    }

    .brand-logo-text {
        min-width: 72px;
        height: 48px;
        font-size: 15px;
    }

    .brand-service-header h3 {
        font-size: 17px;
    }

    .service-list {
        gap: 8px;
    }

    .service-list a {
        padding: 10px 10px 10px 30px;
        font-size: 12px;
    }

    .service-list a::before {
        left: 11px;
    }
}