/* --------------------------------------------------=== book slider ===--------------------------------------------------*/
html {
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    font-family: sans-serif;
    height: 100%;
}

body {
    margin: 0;
    color: #333;
    background-color: #fff;
    min-height: 100%;
    font-family: Arial, sans-serif;
    font-size: 14px;
    line-height: 20px;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
    display: block;
}

[hidden] {
    display: none;
}

a {
    background-color: transparent;
    color: var(--color--body-font-color);
    text-decoration: none;
}

a:active,
a:hover {
    outline: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 700;
    margin-top: 20px;
    margin-bottom: 10px;
}

h1 {
    font-size: 38px;
    line-height: 44px;
}

h2 {
    font-size: 32px;
    line-height: 36px;
}

p {
    margin-top: 0;
    margin-bottom: 10px;
}

img {
    border: 0;
    vertical-align: middle;
    max-width: 100%;
    display: inline-block;
}

* {
    box-sizing: border-box;
}

.w-inline-block {
    max-width: 100%;
    display: inline-block;
}

.w-webflow-badge {
    display: none !important;
}

:root {
    --color--heading-font-color: black;
    --font-family--heading-font: Inter, sans-serif;
    --_typography---h1--font-size: 90px;
    --_typography---h1--line-height: 100px;
    --_typography---h2--font-size: 62px;
    --_typography---h2--line-height: 72px;
    --color--body-font-color: #626262;
    --font-family--body-font: Inter, sans-serif;
    --color--dark: black;
    --color--white: white;
    --color--skin: #c0ff7e;
    --border-radius--border-radius-50: 50%;
    --color--border-color-dark: #00000026;
    --border-radius--border-radius-15: 15px;
    --color--grey: whitesmoke;
    --border-radius--border-radius-10: 10px;
}

.w-layout-blockcontainer {
    max-width: 940px;
    margin-left: auto;
    margin-right: auto;
    display: block;
}

.container {
    max-width: 1330px;
    padding-left: 15px;
    padding-right: 15px;
}

.container-fuild {
    min-width: 100%;
    max-width: 100%;
    padding-left: 15px;
    padding-right: 15px;
}

.body {
    font-family: var(--font-family--body-font);
    color: var(--color--body-font-color);
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
}

h1 {
    font-family: var(--font-family--heading-font);
    color: var(--color--heading-font-color);
    font-size: var(--_typography---h1--font-size);
    line-height: var(--_typography---h1--line-height);
    margin-top: 0;
    margin-bottom: 0;
    font-weight: 500;
}

h2 {
    font-family: var(--font-family--heading-font);
    color: var(--color--heading-font-color);
    font-size: var(--_typography---h2--font-size);
    line-height: var(--_typography---h2--line-height);
    margin-top: 0;
    margin-bottom: 0;
    font-weight: 400;
}

.pages {
    position: relative;
    overflow: hidden;
}

.pages.overflow-visible {
    overflow: visible;
}

.section-padding-85 {
    padding-top: 85px;
    padding-bottom: 85px;
}

/* banner up and down */
.hero-section-2 {
    background-color: var(--color--white);
    background-image: url(./baner.png);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    height: 750px !important;
    overflow: hidden;
}

.hero-2-section-inner {
    z-index: 1;
    padding-top: 50px;
    position: relative;
}

.hero-2-flex-box {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    grid-template-columns: 5fr 7fr;
    align-items: center;
    display: grid;
}

.hero-2-text-box {
    grid-column-gap: 8px;
    align-items: center;
    margin-bottom: 10px;
    display: flex;
}

.hero-2-text {
    color: var(--color--heading-font-color);
    font-size: 20px;
    font-weight: 500;
    line-height: 28px;
}

.hero-2-title-container {
    display: flex;
    flex-direction: column;
}

.hero-2-title {
    font-family: var(--font-family--heading-font) !important;
    text-transform: capitalize;
    white-space: nowrap;
    font-size: 110px;
    font-weight: 600;
    line-height: 130px;
    overflow: hidden;
}

.p-impact {
    font-family: var(--font-family--heading-font) !important;
    text-transform: capitalize;
    white-space: nowrap;
    font-size: 110px;
    font-weight: 600;
    line-height: 130px;
    overflow: hidden;
    padding-left: 14rem;
}

.hero-2-flex-box-2 {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-columns: 10fr 2fr;
    align-items: center;
    display: grid;
}

.btn-block {
    grid-column-gap: 8px;
    border: 1px solid var(--color--skin);
    border-radius: var(--border-radius--border-radius-50);
    background-color: var(--color--skin);
    color: var(--color--heading-font-color);
    text-align: center;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 150px;
    height: 150px;
    font-size: 15px;
    font-weight: 500;
    line-height: 25px;
    display: flex;
    position: relative;
    overflow: hidden;
}

.btn-icon {
    display: block;
}

.btn-dot-box {
    border-radius: var(--border-radius--border-radius-50);
    background-color: var(--color--skin);
    box-shadow: 0 0 15px 0 var(--color--skin);
    filter: blur(5px);
    mix-blend-mode: difference;
    width: 50px;
    height: 50px;
    position: absolute;
}

/* book animation up and down */
.hero-section-2-wrap {
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 470px;
    margin-top: -20px;
    display: flex;
}

.rotation-circle-wrap {
    justify-content: center;
    align-items: center;
    width: 100%;
    display: flex;
}

.rotation-circle-box {
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: 1200px;
    display: flex;
}

.animation-box {
    perspective: 500px;
    flex: 1;
    justify-content: center;
    align-items: center;
    width: 1px;
    display: flex;
    position: relative;
}

.animation-item {
    justify-content: space-between;
    align-items: center;
    width: 1400px;
    height: 300px;
    display: flex;
    position: absolute;
}

.animation-item.item-0 {
    transform: rotate(0);
}

.animation-item.item-1 {
    transform: rotateY(30deg);
    transform-style: preserve-3d;
}

.animation-item.item-2 {
    transform: rotateY(60deg);
    transform-style: preserve-3d;
}

.animation-item.item-3 {
    transform: rotateY(90deg);
    transform-style: preserve-3d;
}

.animation-item.item-4 {
    transform: rotateY(120deg);
    transform-style: preserve-3d;
}

.animation-item.item-5 {
    transform: rotateY(150deg);
    transform-style: preserve-3d;
}

.animation-item.item-6 {
    transform: rotateY(180deg);
    transform-style: preserve-3d;
}

.animation-item.item-7,
.animation-item.item-8,
.animation-item.item-9 {
    display: none;
}

.animation-image-box {
    transform-style: preserve-3d;
    width: 260px;
    height: 370px;
    transform: rotateY(-90deg);
}

.animation-image-box.box-1 {
    transform: rotateY(90deg);
}

.animation-item-image {
    border-radius: var(--border-radius--border-radius-10);
    object-fit: cover;
    width: 100%;
    height: 100%;
}

/* Responsive adjustments */
@media (max-width: 1200px) {
    .hero-2-title {
        font-size: 90px !important;
        line-height: 110px !important;
    }

    .p-impact {
        font-size: 90px !important;
        line-height: 110px !important;
    }
}

@media (max-width: 992px) {

    hero-2-title,
    .p-impact {
        font-size: 80px;
        line-height: 90px;
    }

    .p-impact {
        padding-left: 6rem;
    }

    .hero-2-flex-box {
        grid-template-columns: 1fr;
    }

}

@media (max-width: 768px) {

    .hero-2-title,
    .p-impact {
        font-size: 60px;
        line-height: 1.2;
        white-space: normal;
    }

    .p-impact {
        padding-left: 1rem;
    }

    .hero-section-2 {
        height: auto !important;
        padding-bottom: 50px;
    }

    .hero-section-2-wrap {
        height: 350px;
    }
}

@media (max-width: 576px) {
    .hero-2-title {
        font-size: 40px !important;
        line-height: 46px !important;
    }

    .p-impact {
        font-size: 40px !important;
        line-height: 46px !important;
    }

    .hero-2-text {
        font-size: 16px;
    }

    .hero-section-2-wrap {
        height: 250px;
    }

    .animation-box {
        perspective: 300px;
    }

    .animation-item {
        width: 800px;
        height: 220px;
    }

    .animation-image-box {
        width: 140px;
        height: 200px;
    }
}

@media (max-width: 479px) {

    .hero-2-title,
    .p-impact {
        font-size: 50px !important;
        /* Even smaller font size */
        line-height: 1.1 !important;
        /* Tighter line height for stacking */
    }

    /* This is the key change for small mobile */
    .p-impact {
        padding-left: 0;
        /* Remove the padding completely */
    }
}

/* @media (max-width: 479px) {
    .hero-2-desc {
        font-size: 16px !important;
    }
    .hero-2-title {
        font-size: 38px !important;
        line-height: 38px !important;
    }
    .hero-section-2-wrap {
        height: 200px;
        margin-top: 0;
    }
    .animation-item {
        width: 600px;
        height: 180px;
    }
    .animation-image-box {
        width: 100px;
        height: 150px;
    }
    .animation-box {
        perspective: 200px;
    }
    .animation-item.item-0 {
        transform: rotate(0);
    }
    .animation-item.item-1 {
        transform: rotateY(45deg);
        transform-style: preserve-3d;
    }
    .animation-item.item-2 {
        transform: rotateY(90deg);
        transform-style: preserve-3d;
    }
    .animation-item.item-3 {
        transform: rotateY(135deg);
        transform-style: preserve-3d;
    }
    .animation-item.item-4 {
        transform: rotateY(180deg);
        transform-style: preserve-3d;
    }
    .animation-item.item-5,
    .animation-item.item-6,
    .animation-item.item-7,
    .animation-item.item-8,
    .animation-item.item-9 {
        display: none;
    }
} */

/* --------------------------------------------------=== CLIENT ===--------------------------------------------------*/
.section.community-spotlight {
    padding-top: 18px;
    color: #bebec1;
    background-color: #05040b;
    font-family: 'Host Grotesk', sans-serif;

}

.community-spotlight-content {
    width: 100%;
    max-width: 1530px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px;
}

.community-spotlight-typography {
    z-index: 2;
    text-align: center;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    max-width: 625px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    position: relative;
}

.community-spotlight-icon-wrapper {
    z-index: 2;
    max-width: 120px;
    margin-bottom: 55px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
}

.community-spotlight-title-description {
    z-index: 2;
    position: relative;
}

.community-spotlight-title {
    color: #fff;
    margin-bottom: 10px;
    font-size: 54px;
    font-weight: 400;
    line-height: 64px;
}

.community-spotlight-description {
    color: #fff;
    letter-spacing: -.6px;
    width: 100%;
    max-width: 365px;
    margin-left: auto;
    margin-right: auto;
    font-family: 'Funnel Display', sans-serif;
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
}

.community-spotlight-shape {
    width: 100%;
    max-width: 536px;
    margin-left: auto;
    margin-right: auto;
    position: absolute;
    inset: 50px auto auto 37px;
}

.community-spotlight-image-wrap {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    margin-top: -65px;
    display: flex;
    position: relative;
}

.community-spotlight-image-bg-shape {
    width: 100%;
    min-height: 488px;
}

.community-spotlight-top-images {
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
    max-width: 838px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    position: absolute;
    inset: auto auto 128px;
}

.community-spotlight-bottom-images {
    justify-content: center;
    align-items: flex-start;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    position: absolute;
    inset: auto auto 7px;
}

.community-spotlight-image._2 {
    margin-top: 42px;
}

.community-spotlight-image._3 {
    margin-top: 65px;
}

.community-spotlight-image._4 {
    margin-top: 72px;
}

.community-spotlight-image._5 {
    margin-top: 65px;
}

.community-spotlight-image._6 {
    margin-top: 42px;
}

.community-spotlight-image._8 {
    margin-right: -30px;
}

.community-spotlight-image._9 {
    margin-top: 84px;
}

.community-spotlight-image._10 {
    margin-top: 145px;
}

.community-spotlight-image._11 {
    margin-top: 185px;
}

.community-spotlight-image._12 {
    margin-top: 209px;
}

.community-spotlight-image._13 {
    margin-top: 216px;
}

.community-spotlight-image._14 {
    margin-top: 209px;
}

.community-spotlight-image._15 {
    margin-top: 185px;
}

.community-spotlight-image._16 {
    margin-top: 145px;
}

.community-spotlight-image._17 {
    margin-top: 84px;
}

.community-spotlight-image._18 {
    margin-left: -30px;
}


/* Responsive Styles */

@media screen and (max-width: 991px) {
    h2 {
        font-size: 46px;
        line-height: 56px;
    }

    .section.community-spotlight {
        padding-top: 100px;
    }

    .community-spotlight-content {
        max-width: 800px;
    }

    .community-spotlight-typography {
        max-width: 600px;
        margin-bottom: 0;
    }

    .community-spotlight-icon-wrapper {
        max-width: 100px;
        margin-bottom: 30px;
    }

    .community-spotlight-title {
        font-size: 48px;
        line-height: 58px;
    }

    .community-spotlight-description {
        font-size: 18px;
        line-height: 28px;
    }

    .community-spotlight-image-wrap {
        margin-top: 0;
    }

    .community-spotlight-image-bg-shape {
        min-height: auto;
    }

    .community-spotlight-top-images {
        max-width: 406px;
        bottom: 100px;
    }

    .community-spotlight-image {
        max-width: 74px;
    }

    .community-spotlight-image._1,
    .community-spotlight-image._7,
    .community-spotlight-image._8,
    .community-spotlight-image._18 {
        display: none;
    }

    .community-spotlight-image._2,
    .community-spotlight-image._6 {
        margin-top: 20px;
    }

    .community-spotlight-image._9 {
        display: block;
    }

    .community-spotlight-shape {
        max-width: 280px;
        margin-left: auto;
        margin-right: auto;
        left: auto;
    }
}

@media screen and (max-width: 767px) {
    h2 {
        font-size: 46px;
        line-height: 56px;
    }

    .section.community-spotlight {
        padding-top: 80px;
    }

    .community-spotlight-content {
        max-width: 480px;
    }

    .community-spotlight-typography {
        margin-bottom: 30px;
    }

    .community-spotlight-icon-wrapper {
        max-width: 80px;
        margin-bottom: 20px;
    }

    .community-spotlight-title {
        font-size: 38px;
        line-height: 48px;
    }

    .community-spotlight-description {
        max-width: 340px;
        font-size: 17px;
        line-height: 27px;
    }

    .community-spotlight-top-images {
        max-width: 300px;
        bottom: 80px;
    }

    .community-spotlight-image {
        max-width: 55px;
    }

    .community-spotlight-image._2,
    .community-spotlight-image._6 {
        margin-top: 25px;
    }

    .community-spotlight-image._9,
    .community-spotlight-image._17 {
        display: none;
    }

    .community-spotlight-shape {
        max-width: 200px;
    }
}

@media screen and (max-width: 479px) {
    h2 {
        letter-spacing: -1.5px;
        font-size: 30px;
        line-height: 40px;
    }

    .section.community-spotlight {
        padding-top: 60px;
    }

    .community-spotlight-content {
        max-width: 380px;
    }

    .community-spotlight-typography {
        margin-bottom: 40px;
    }

    .community-spotlight-icon-wrapper {
        width: 100%;
        max-width: 60px;
    }

    .community-spotlight-title {
        font-size: 32px;
        line-height: 42px;
    }

    .community-spotlight-description {
        max-width: 280px;
        font-size: 16px;
        line-height: 26px;
    }

    .community-spotlight-top-images {
        max-width: 220px;
        bottom: 62px;
    }

    .community-spotlight-image {
        max-width: 42px;
    }

    .community-spotlight-image._3,
    .community-spotlight-image._5 {
        margin-top: 40px;
    }

    .community-spotlight-image._4 {
        margin-top: 45px;
    }

    .community-spotlight-image._11,
    .community-spotlight-image._15 {
        margin-top: 170px;
    }

    .community-spotlight-image._12,
    .community-spotlight-image._14 {
        margin-top: 180px;
    }

    .community-spotlight-image._13 {
        margin-top: 190px;
    }

    .community-spotlight-shape {
        max-width: 200px;
        top: 30px;
    }
}

/* --------------------------------------------------=== Over 2,000 Authors ===--------------------------------------------------*/
a:active,
a:hover {
    outline: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 700;
    margin-top: 20px;
    margin-bottom: 10px;
}

h2 {
    font-size: 32px;
    line-height: 36px;
}

p {
    margin-top: 0;
    margin-bottom: 10px;
}

img {
    border: 0;
    vertical-align: middle;
    max-width: 100%;
    display: inline-block;
}

* {
    box-sizing: border-box;
}

:root {
    --color--heading-font-color: black;
    --font-family--heading-font: Inter, sans-serif;
    --_typography---h2--font-size: 62px;
    --_typography---h2--line-height: 72px;
    --color--body-font-color: #626262;
    --font-family--body-font: Inter, sans-serif;
    --color--grey: whitesmoke;
}

.w-layout-blockcontainer {
    max-width: 940px;
    margin-left: auto;
    margin-right: auto;
    display: block;
}

.container {
    max-width: 1330px;
    padding-left: 15px;
    padding-right: 15px;
}

.body {
    font-family: var(--font-family--body-font);
    color: var(--color--body-font-color);
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
}

h2 {
    font-family: var(--font-family--heading-font);
    color: var(--color--heading-font-color);
    font-size: var(--_typography---h2--font-size);
    line-height: var(--_typography---h2--line-height);
    margin-top: 0;
    margin-bottom: 0;
    font-weight: 400;
}

.pages {
    position: relative;
    overflow: hidden;
}

.pages.overflow-visible {
    overflow: visible;
}

.section-padding-85 {
    padding-top: 85px;
    padding-bottom: 85px;
}

.about-2-section {
    background-color: var(--color--white);
    background-image: url(./baner-1.png);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    height: 380px !important;
    overflow: hidden;
}

@media (max-width: 500px) {
    .about-2-section {
        height: 500px !important;
    }
}

.about-2-grid {
    grid-column-gap: 50px;
    grid-template-columns: 8fr 4fr;
    margin-bottom: 60px;
    display: grid;
}

.about-title {
    font-size: 48px;
    line-height: 58px;
}

.about-2-info-grid {
    grid-column-gap: 30px;
    grid-template-columns: 1fr 1fr;
    justify-items: end;
    display: grid;
}

.about-2-info-title {
    margin-bottom: 10px;
    font-size: 45px;
    font-weight: 600;
    line-height: 55px;
}

.about-2-info-text-block {
    grid-column-gap: 10px;
    align-items: center;
    display: inline-flex;
}

.about-2-info-text.info-text2 {
    color: var(--color--heading-font-color);
    font-size: 18px;
    font-weight: 600;
    line-height: 28px;
    display: inline-block;
}

.about-client-wrapper {
    border-bottom: 1px solid #0000001a;
    padding-bottom: 50px;
}

.marquee-wrapper {
    display: flex;
    overflow: hidden;
    white-space: nowrap;
    will-change: transform;
}

.marquee-block {
    display: flex;
    flex-shrink: 0;
    align-items: center;
    gap: 90px;
    padding-right: 90px;
}

.client-image-2 {
    height: 86px;
    max-width: none;
}

@media screen and (max-width: 991px) {
    body {
        --_typography---h2--font-size: 50px;
        --_typography---h2--line-height: 60px;
    }

    .w-layout-blockcontainer {
        max-width: 728px;
    }

    .container {
        max-width: 100%;
    }

    .about-title {
        font-size: 40px;
        line-height: 50px;
    }

    .about-2-section.section-padding-85 {
        padding-top: 60px;
        padding-bottom: 60px;
    }

    .about-2-grid {
        grid-template-columns: 1fr;
        margin-bottom: 40px;
    }

    .about-2-info-grid {
        place-items: stretch start;
    }

    .about-2-info-title {
        font-size: 40px;
        line-height: 50px;
    }

    .about-client-wrapper {
        padding-bottom: 30px;
    }

    .marquee-block {
        gap: 40px;
        padding-right: 40px;
    }
}

@media screen and (max-width: 767px) {
    body {
        --_typography---h2--font-size: 40px;
        --_typography---h2--line-height: 50px;
    }

    .w-layout-blockcontainer {
        max-width: none;
    }

    .about-title {
        font-size: 35px;
        line-height: 45px;
    }
}

/* --------------------------------------------------=== SERVICES ===--------------------------------------------------*/
.services-section-root {
    --brand-blue: #0163E0;
    --brand-orange: #ff9d3d;
    --brand-dark: #05040b;
    --brand-light-bg: #F8F4F0;
    --text-light: #555862;
    --swiper-theme-color: #007aff;
    --swiper-navigation-size: 44px;
}

.services-section-root {

    font-family: 'Plus Jakarta Sans', sans-serif;
    margin: 0;
    color: var(--text-light);
    overflow-x: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

.services-section-root *,
.services-section-root ::after,
.services-section-root ::before {
    box-sizing: border-box;
}

.services-section-root h2,
.services-section-root h3 {
    font-family: "Playfair Display", serif !important;
    color: var(--brand-dark);
    font-weight: 800;
}

.services-section-root a {
    text-decoration: none;
}

.services-section-root .explore-section {
    display: flex;
    align-items: center;
    width: 100%;
    max-width: 1320px;
    padding: 80px 15px;
    margin: auto;
}

.services-section-root .left-content {
    flex: 0 0 33.33%;
    max-width: 33.33%;
    padding-right: 45px;
}

.services-section-root .right-content {
    flex: 0 0 66.67%;
    max-width: 66.67%;
    overflow: hidden;
}

.services-section-root .tagline {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 14px;
    font-weight: 700;
    color: var(--brand-dark);
    background-color: var(--brand-light-bg);
    padding: 8px 16px;
    border-radius: 20px;
    margin-bottom: 20px;
}

.services-section-root .tagline .fas.fa-book {
    color: var(--brand-blue);
}

.services-section-root .left-content h2 {
    font-size: 42px;
    line-height: 1.25;
    margin: 0 0 15px;
}

.services-section-root .left-content p {
    font-size: 16px;
    line-height: 1.7;
    margin: 0 0 30px;
}

.services-section-root .btn-discover {
    display: inline-block;
    background-color: var(--brand-orange);
    color: #ffffff;
    font-size: 16px;
    font-weight: 700;
    padding: 15px 35px;
    border-radius: 30px;
    transition: all 0.3s ease;
}

.services-section-root .btn-discover:hover {
    background-color: var(--brand-blue);
}

.services-section-root .banner-card {
    position: relative;
    margin: 0 15px;
    transition: all 0.4s ease;
}

.services-section-root .banner-card-wrap {
    position: relative;
    overflow: hidden;
    border-radius: 250px 250px 40px 40px;
    transition: all 0.4s ease-in-out;
    background-color: var(--brand-light-bg);
}

.services-section-root .card-style-blue .banner-card-wrap {
    background-color: var(--brand-blue);
}

.services-section-root .banner-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 18px 45px rgba(40, 40, 90, 0.1);
}

.services-section-root .banner-card-image {
    position: relative;
    height: 400px;
    overflow: hidden;
}

.services-section-root .banner-card-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.4s ease;
}

.services-section-root .banner-card:hover .banner-card-image img {
    transform: scale(1.1);
}

.services-section-root .listing-count,
.services-section-root .get-quote-btn {
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    color: #fff;
    padding: 8px 20px;
    border-radius: 20px;
    font-size: 14px;
    font-weight: 500;
    white-space: nowrap;
    transition: opacity 0.3s ease;
    z-index: 3;
}

.services-section-root .listing-count.orange {
    background-color: var(--brand-orange);
}

.services-section-root .listing-count.blue {
    background-color: var(--brand-blue);
}

.services-section-root .get-quote-btn {
    background-color: var(--brand-light-bg);
    color: #000;
    opacity: 0;
    transform: translateX(-50%) translateY(10px);
}

.services-section-root .banner-card:hover .listing-count {
    opacity: 0;
}

.services-section-root .banner-card:hover .get-quote-btn {
    opacity: 1;
    transform: translateX(-50%) translateY(0);
}

.services-section-root .get-quote-btn:hover {
    background-color: var(--brand-orange);
    color: #fff;
}


.services-section-root .banner-card-content {
    padding: 25px 20px;
    text-align: center;
}

.services-section-root .card-subtitle {
    font-size: 14px;
    margin-bottom: 5px;
}

.services-section-root .card-style-blue .card-subtitle {
    color: rgba(255, 255, 255, 0.8);
}

.services-section-root .card-style-beige .card-subtitle {
    color: var(--text-light);
}

.services-section-root .card-title {
    font-size: 24px;
    margin: 0;
    line-height: 1.2;
}

.services-section-root .card-style-blue .card-title {
    color: #fff;
}

.services-section-root .card-style-beige .card-title {
    color: var(--brand-dark);
}

.services-section-root .card-overlay-link {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 5;
}

.services-section-root .swiper-container {
    width: 100%;
    height: 100%;
    cursor: grab;
}

.services-section-root .swiper-slide {
    width: 300px;
    flex-shrink: 0;
    height: 100%;
    position: relative;
    transition-property: transform;
    display: block;
}

.services-section-root .swiper {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1;
    display: block;
}

.services-section-root .swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: flex;
    transition-property: transform;
    box-sizing: content-box;
}

.services-section-root .swiper-free-mode>.swiper-wrapper {
    transition-timing-function: ease-out;
    margin: 0 auto;
}

@media (max-width: 992px) {
    .services-section-root .explore-section {
        flex-direction: column;
        text-align: center;
    }

    .services-section-root .left-content,
    .services-section-root .right-content {
        flex: 0 0 100%;
        max-width: 100%;
        padding-right: 0;
    }

    .services-section-root .left-content {
        margin-bottom: 50px;
    }

    .services-section-root .left-content h2 {
        font-size: 36px;
    }
}

@media (max-width: 768px) {
    .services-section-root .swiper-slide {
        width: 250px;
    }

    .services-section-root .banner-card-image {
        height: 350px;
    }

    .services-section-root .left-content h2 {
        font-size: 32px;
    }
}

/* --------------------------------------------------=== Contact Us ===--------------------------------------------------*/
* {
    box-sizing: border-box;
}

.contact-us-section {
    margin-top: 60px;
    margin-bottom: -60px;
    position: relative;
    width: 100%;
    padding: 50px 0;
    overflow: hidden;
}

.contact-us-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 60%;
    height: 100%;
    background-color: #f3f4f6;
    border-top-right-radius: 400px;
    border-bottom-right-radius: 400px;
    z-index: -1;
}

.contact {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 20px;
}

.contact-info-1{
    flex: 1 1 50%;
    padding-right: 60px;
}

.section-heading h6 {
    color: #0a192f;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 600;
    margin: 0;
}

.section-heading h2 {
    font-size: 42px;
    font-weight: 700;
    text-transform: capitalize;
    margin: 20px 0;
    line-height: 1.3;
    color: #1e1e1e !important;
}

.section-heading p {
    font-size: 14px;
    line-height: 28px;
    color: #4a4a4a;
    margin-bottom: 50px;
}

.special-offer {
    display: flex;
    align-items: center;
    background-color: #fff;
    border-radius: 35px;
    padding: 20px 25px 20px 110px;
    position: relative;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
    max-width: 480px;
}

.special-offer .offer {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    background-color: #0a192f;
    width: 90px;
    height: 110px;
    border-radius: 20px 55px 55px 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
    line-height: 1.2;
    text-align: center;
}

.special-offer .offer em {
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
}

.special-offer .offer-content {
    flex-grow: 1;
}

.special-offer h6 {
    font-size: 14px;
    color: #4a4a4a;
    text-transform: uppercase;
    font-weight: 500;
    margin: 0 0 10px;
}

.special-offer h6 em {
    font-style: normal;
    color: #0a192f;
    font-weight: 700;
}

.special-offer h4 {
    font-size: 22px;
    font-weight: 600;
    margin: 0;
    color: #1e1e1e;
}

.special-offer h4 em {
    font-style: normal;
    color: #0a192f;
}


.special-offer .offer-icon a {
    width: 50px;
    height: 50px;
    background-color: #0a192f;
    border-radius: 50%;
    margin-left: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    text-decoration: none;
    font-size: 18px;
    transition: background-color 0.3s;
}

.special-offer .offer-icon a:hover {
    background-color: #213D34;
}

.contact-form-container {
    flex: 1 1 45%;
    min-width: 300px;
    background-color: #05040b;
    border-radius: 35px;
    padding: 50px;
    color: #fff;
}

#contact-form fieldset {
    border: none;
    margin: 0 0 25px 0;
    padding: 0;
}

#contact-form input,
#contact-form textarea {
    width: 100%;
    background-color: #1f2937;
    border: none;
    border-radius: 25px;
    padding: 18px 25px;
    font-size: 14px;
    color: #fff;
    outline: none;
    font-family: 'Poppins', sans-serif;
    transition: background-color 0.3s;
}

#contact-form input::placeholder,
#contact-form textarea::placeholder {
    color: #fff;
    opacity: 0.9;
}

#contact-form input:focus,
#contact-form textarea:focus {
    background-color: rgb(16, 36, 66);
}

#contact-form textarea {
    height: 120px;
    resize: vertical;
}

#contact-form button {
    width: 100%;
    height: 60px;
    background-color: #fff;
    color: #0a192f;
    border: none;
    border-radius: 30px;
    font-size: 15px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
}

#contact-form button:hover {
    background-color: #f1f0fe;
}

@media (max-width: 992px) {
    body {
        align-items: flex-start;
        /*padding-top: 40px;*/
    }

    .contact-us-section::before {
        display: none;
    }

    .contact {
        flex-direction: column;
        gap: 50px;
    }

    .contact-info {
        padding-right: 0;
        text-align: center;
    }

    .special-offer {
        margin: 0 auto;
    }

    .contact-form-container {
        width: 100%;
        max-width: 500px;
        padding: 40px;
    }
}

@media (max-width: 768px) {
    .section-heading h2 {
        font-size: 26px;
    }

    .contact-form-container {
        padding: 30px;
    }
}

@media (max-width: 480px) {
    .contact-form-container {
        padding: 20px;
    }

    .special-offer {
        flex-direction: column;
        padding: 20px;
        padding-top: 100px;
        text-align: center;
    }

    .special-offer .offer {
        top: -20px;
        left: 50%;
        transform: translateX(-50%);
        width: 110px;
        height: 90px;
        border-radius: 55px 55px 20px 20px;
    }

    .special-offer .offer-icon a {
        margin-top: 15px;
        margin-left: 0;
    }
}