
/* Hero Section */

.hero-section {
    width: 120vw;
    height: calc(60vh);
    /* background-image: url('./Images/Hero-bg-transparent.png'); */
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    padding: 45px 245px 0 118px;
    position: relative;
    background: linear-gradient(90deg, #0798ff0d 0%, #ffffff 100%);
}
.second-bg {
    position: absolute;
    background-image: url(./Images/Tools&Tech-bg-transparent.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 132vw;
    height: calc(55vh);
    top: 4rem;
    z-index: 99;
}
.bg-gradent {
    position: absolute;
    left: -150px;
    top: 0;
    width: 520px;
    height: 500px;
    background: radial-gradient(ellipse at center, #0799ff73 0%, rgba(7, 153, 255, 0.25) 40%, rgba(7, 153, 255, 0.1) 65%, rgba(7, 153, 255, 0) 75%);
    filter: blur(120px);
    border-radius: 50%;
    pointer-events: none;
    z-index: 1;
}
.bg-gradent {
    position: absolute;
    left: -150px;
    top: 0;
    width: 520px;
    height: 500px;
    background: radial-gradient(ellipse at center, rgba(7, 153, 255, 0.45) 0%, rgba(7, 153, 255, 0.25) 40%, rgba(7, 153, 255, 0.1) 65%, rgba(7, 153, 255, 0) 75%);
    filter: blur(120px);
    border-radius: 50%;
    pointer-events: none;
    z-index: 1;
}
.bg-gradent-right {
    position: absolute;
    right: 30%;
    top: -50px;
    width: 520px;
    height: 500px;
    background: radial-gradient(ellipse at center, rgba(7, 153, 255, 0.45) 0%, rgba(7, 153, 255, 0.25) 40%, rgba(7, 153, 255, 0.1) 65%, rgba(7, 153, 255, 0) 75%);
    filter: blur(220px);
    border-radius: 50%;
    pointer-events: none;
    z-index: 1;
}
.hero-section-wrapper {
    display: flex;
    justify-content: left;
    align-items: center;
    height: 450px;
    width: 1080px;
    margin-left: -4rem;
    /* background: linear-gradient(90deg, #FFFFFF 0%, #ffffff1d 100%); */
    background-color: rgba(255, 255, 255, 0.158);
    padding: 150px 446px 228px 96px;
    border-radius: 44px;
    backdrop-filter: blur(50px);
    border: 1px solid #ffffffe9;
    position: relative;
    z-index: 9;
}
.hero-content-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: lef;
    gap: 10px;
}
.hero-logo {
    height: 53px;
    width: 187px;
}
.hero-title {
    text-transform: uppercase;
    font-size: 30px;
    font-weight: 400;
    line-height: 44px;
    text-align: left;
    color: #000;
    font-family: "CircularStd", sans-serif !important;
    margin-top: 8px;
}
.hero-title span {
    text-transform: uppercase;
    font-size: 35px;
    font-weight: 400;
    line-height: 44px;
    text-align: left;
    color: #000;
    font-family: "CircularStd", sans-serif !important;
}
.hero-subtitle {
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 400;
    line-height: auto;
    text-align: left;
    color: #000;
}


/* solution section  */

.solutions-section {
    background: linear-gradient(135deg, #2B8ECB 0%, #30CC8E 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 120px 0;
}

.solutions-container {
    width: 100%;
    max-width: 1270px;
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    border: 2px solid rgba(255, 255, 255, 0.3);
    border-radius: 20px;
    padding: 60px 120px;
}

.solutions-header {
    text-align: center;
    margin-bottom: 50px;
}

.solutions-header h1 {
    color: white;
    font-size: 35px;
    line-height: 44px;
    font-weight: 500;
    text-transform: uppercase;
    font-family: "CircularStd", sans-serif !important;
}

.solutions-question-mark {
    font-size: 50px;
    font-weight: bold;
    font-size: 100px;
    font-weight: 900;
}

.solutions-cards-container {
    display: grid;
    grid-template-columns: repeat(3, 317px);
    gap: 30px;
    justify-content: center;
    margin-bottom: 30px;
}

.solutions-cards-container-bottom {
    display: grid;
    grid-template-columns: repeat(2, 317px);
    gap: 30px;
    justify-content: center;
}

.solutions-card {
    width: 317px;
    height: 184px;
    border: 2px solid rgba(255, 255, 255, 0.541);
    border-radius: 15px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 30px;
    transition: all 0.3s ease;
    cursor: pointer;
    position: relative;
    overflow: hidden;
}

.solutions-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
}

.solutions-card-icon {
    font-size: 48px;
    margin-bottom: 20px;
    color: white;
    transition: all 0.3s ease;
}

.solutions-card-title {
    color: white;
    font-size: 18px;
    max-width: 132px;
    font-weight: 500;
    text-align: center;
    font-family: "Manrope", sans-serif;
    transition: all 0.3s ease;
}

.solutions-card-description {
    color: rgba(255, 255, 255, 0.9);
    font-size: 12px;
    max-width: 196px;
    font-weight: 400;
    font-family: "Manrope", sans-serif;
    margin-top: 1rem;
}

/* Hover white div functionality */
.solutions-card-hover {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: white;
    height: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 20px;
    transition: height 0.4s ease;
    border-radius: 0 0 13px 13px;
}

.solutions-card-hover p {
    color: #333;
    font-size: 14px;
    text-align: center;
    font-family: "Manrope", sans-serif;
    line-height: 1.5;
    opacity: 0;
    transition: opacity 0.3s ease 0.1s;
    margin: 0;
}

.solutions-card:hover .solutions-card-hover {
    height: 100%;
    border-radius: 13px;
}

.solutions-card:hover .solutions-card-hover p {
    opacity: 1;
}

.solutions-card:hover .solutions-card-icon,
.solutions-card:hover .solutions-card-title {
    opacity: 0;
}

/* Icon styles */
.solutions-icon-globe::before {
    content: "🌐";
}

.solutions-icon-responsive::before {
    content: "📱";
}

.solutions-icon-workflow::before {
    content: "⚙️";
}

.solutions-icon-performance::before {
    content: "⚡";
}

.solutions-icon-security::before {
    content: "🛡️";
}

.solution-card-icons {
    height: 28px;
    width: 28px;
}

/* Responsive Design */
@media(max-width: 1100px) {
    .solutions-cards-container {
        grid-template-columns: repeat(2, 317px);
    }
}

@media(max-width: 768px) {
    .solutions-container {
        padding: 40px 20px;
    }

    .solutions-header h1 {
        font-size: 32px;
    }

    .solutions-question-mark {
        font-size: 40px;
    }

    .solutions-cards-container,
    .solutions-cards-container-bottom {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .solutions-card {
        width: 100%;
        max-width: 400px;
        margin: 0 auto;
    }
}

@media(max-width: 480px) {
    .solutions-container {
        padding: 30px 15px;
    }

    .solutions-header h1 {
        font-size: 26px;
        flex-direction: column;
        gap: 5px;
    }

    .solutions-question-mark {
        font-size: 35px;
    }

    .solutions-card {
        height: auto;
        min-height: 257px;
        padding: 25px;
    }

    .solutions-card-icon {
        font-size: 40px;
    }

    .solutions-card-title {
        font-size: 20px;
    }

    .solutions-card-description {
        font-size: 13px;
    }
}






















/* our-approuch-section */

.our-approuch-section {
    width: 100%;
    position: relative;
    padding: 120px 0;
}
.our-approuch-section-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 80px;
}
.our-approuch-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 1rem;
}
.business-impact-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 80px;
}
.our-approuch-title {
    color: white;
    font-size: 30px;
    line-height: 44px;
    font-weight: 500;
    text-transform: uppercase;
    font-family: "CircularStd", sans-serif !important;
    background: linear-gradient(to bottom, #1A212A, #2D5689);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.our-approuch-description {
    font-size: 1.2rem;
    line-height: 30px;
    font-weight: 400;
    font-family: "Manrope", sans-serif;
    max-width: 931px;
    color: #0000008f;
    text-align: center;
}
.features {
    width: 100%;
}

.feature-box {
    max-width: 900px;
    margin: auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
    position: relative;
}

.feature-box::before {
    content: "";
    position: absolute;
    left: 50%;
    top: 0;
    width: 1px;
    height: 100%;
    background: #ccc;
    transform: translateX(-50%);
}

.feature-item {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 34px 20px;
    border-bottom: 1px solid #ccc;
    font-size: 25px;
    line-height: 38px;
    font-weight: 400;
    font-family: "Manrope", sans-serif;
}

.feature-item:nth-child(3),
.feature-item:nth-child(4) {
    border-bottom: none;
}

.icon {
    font-size: 18px;
    line-height: 1;
}


/* we support section  */

.we-support-section{
    padding: 100px;
    width: 100%;
    position: relative;
}
.we-support-section-wrapper{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 50px;
}
.we-support-title-wrapper{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 0.6rem;
}
.we-support-title{
    text-transform: uppercase;
    font-size: 35px;
    font-weight: 500;
    line-height: 54px;
    text-align: center;
    color: #1A212A;
    font-family: "CircularStd", sans-serif !important;
}
.we-support-description{
    font-size: 12.3px;
    letter-spacing: 0%;
    font-weight: 400;
    line-height: 20.5px;
    color: #7A7A7A;
    font-family: "Manrope", sans-serif;
    max-width: 700px;
    text-align: center;
}
.we-support-content-wrapper{
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 1.5rem;
}
.we-support-card{
    width: 266px;
    height: 271px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: last;
    gap: 1rem;
    background-color: #182027;
    padding: 32px;
    border-radius: 10px;
}
.why-support-icon{
    height: 50px;
    width: 50px;
}
.why-support-text{
    font-size: 20px;
    letter-spacing: 0%;
    font-weight: 600;
    line-height: 19.4px;
    color: #c1c5c9;
    font-family: "Manrope", sans-serif;
}



/* services-section */


.services-section{
    padding: 100px;
    width: 100%;
    position: relative;
    background-color: #01050A;
    z-index: 10;
}
.services-section-wrapper{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 55px;
}
.services-card{
    width: 1280px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    position: relative;
    background-color: #010509;
    border: 1px solid #191C1F;
    padding: 150px;
    gap: 200px;
    overflow: hidden;
}
.services-card-rev{
    width: 1280px;
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    align-items: center;
    position: relative;
    background-color: #010509;
    border: 1px solid #191C1F;
    padding: 150px;
    gap: 200px;
    overflow: hidden;
}
.toolset-image1{
    height: 222px;
    width: 225px;
    object-fit: contain;
}
.toolset-image2{
    height: 255px;
    width: 299px;
    object-fit: contain;
}
.toolset-image3{
    height: 272px;
    width: 280px;
    object-fit: contain;
}
.toolset-image4{
    height: 227px;
    width: 213px;
    object-fit: contain;
}
.toolset-image5{
    height: 170px;
    width: 300px;
    object-fit: contain;
}
.toolset-image6{
    height: 330px;
    width: 310px;
    object-fit: contain;
}
.services-card-content-wrapper{
    display: flex;
    flex-direction: column;
    justify-content: left;
    align-items: start;
    gap: 1.5rem;
}
.services-card-title{
    font-size: 32px;
    letter-spacing: 0%;
    font-weight: 700;
    line-height: 120%;
    color: #FFFFFF;
    font-family: "Manrope", sans-serif;
}
.services-card-description{
    font-size: 15px;
    letter-spacing: 0%;
    font-weight: 400;
    line-height: 150%;
    color: #C8CACC;
    font-family: "Manrope", sans-serif;
}
.services-card-sec-description{
    font-size: 20px;
    letter-spacing: 0%;
    font-weight: 700;
    line-height: 120%;
    color: #C8CACC;
    font-family: "Manrope", sans-serif;
}
.services-card-list-wrapper{
    display: flex;
    flex-direction: column;
    justify-content: left;
    /* align-items: center; */
    gap: 0.5rem;
}
.services-card-list-title{
    font-size: 22px;
    letter-spacing: 0%;
    font-weight: 700;
    line-height: 120%;
    color: #FFFFFF;
    font-family: "Manrope", sans-serif;
}
.services-list{
    list-style: none;
    margin-bottom: 1rem;
}
.services-card-list{
    font-size: 15px;
    letter-spacing: 0%;
    font-weight: 400;
    line-height: 150%;
    color: #C8CACC;
    font-family: "Manrope", sans-serif;
    margin-left: 1rem;
}
.ellipse-1 {
    position: absolute;
    width: 600px;
    height: 600px;
    border-radius: 50%;
    background: #007bff;
    filter: blur(180px);
    opacity: 0.35;
    top: -305px;
    left: -171px;
    z-index: 1;
}
.ellipse-2 {
    position: absolute;
    width: 600px;
    height: 600px;
    border-radius: 50%;
    background: #007bff;
    filter: blur(180px);
    opacity: 0.35;
    top: 55px;
    left: 1053px;
    z-index: 1;
}




/* ========================= */
/* TABLET RESPONSIVE - 768px to 1024px */
/* ========================= */

@media (max-width: 1024px) {
    /* Hero Section */
    .hero-section {
        width: 100vw;
        height: 70vh;
        padding: 80px 60px 0 60px;
    }
    
    .second-bg {
        width: 100vw;
        height: 60vh;
        top: 4rem;
    }
    
    .bg-gradent {
        left: -100px;
        width: 450px;
        height: 450px;
    }
    
    .bg-gradent-right {
        right: 20%;
        width: 450px;
        height: 450px;
    }
    
    .hero-section-wrapper {
        width: 100%;
        max-width: 900px;
        height: 400px;
        margin-left: 0;
        padding: 80px 60px;
    }
    
    .hero-logo {
        height: 45px;
        width: 160px;
    }
    
    .hero-title {
        font-size: 26px;
        line-height: 38px;
    }
    
    .hero-title span {
        font-size: 30px;
        line-height: 38px;
    }

    /* We Support Section */
    .we-support-section {
        padding: 80px 40px;
    }
    
    .we-support-section-wrapper {
        gap: 40px;
    }
    
    .we-support-title {
        font-size: 30px;
        line-height: 46px;
    }
    
    .we-support-description {
        font-size: 12px;
        max-width: 600px;
    }
    
    .we-support-content-wrapper {
        flex-wrap: wrap;
        gap: 1.2rem;
    }
    
    .we-support-card {
        width: calc(50% - 0.6rem);
        min-width: 240px;
    }

    /* Solutions Section */
    .solutions-section {
        padding: 80px 0;
    }
    
    .solutions-container {
        padding: 50px 80px;
    }
    
    .solutions-header h1 {
        font-size: 30px;
        line-height: 40px;
    }
    
    .solutions-cards-container {
        grid-template-columns: repeat(2, 317px);
        gap: 25px;
    }
    
    .solutions-cards-container-bottom {
        gap: 25px;
    }

    /* Services Section */
    .services-section {
        padding: 80px 40px;
    }
    
    .services-section-wrapper {
        gap: 45px;
    }
    
    .services-card,
    .services-card-rev {
        width: 100%;
        max-width: 100%;
        padding: 80px 60px;
        gap: 80px;
    }
    
    .toolset-image1 {
        height: 180px;
        width: 185px;
    }
    
    .toolset-image2 {
        height: 205px;
        width: 240px;
    }
    
    .toolset-image3 {
        height: 220px;
        width: 225px;
    }
    
    .toolset-image4 {
        height: 185px;
        width: 175px;
    }
    
    .toolset-image5 {
        height: 140px;
        width: 240px;
    }
    
    .toolset-image6 {
        height: 265px;
        width: 250px;
    }
    
    .services-card-title {
        font-size: 28px;
    }
    
    .services-card-description {
        font-size: 14px;
    }
    
    .services-card-list-title {
        font-size: 20px;
    }
    
    .services-card-sec-description {
        font-size: 18px;
    }

    /* Our Approach Section */
    .our-approuch-section {
        padding: 80px 0;
    }
    
    .our-approuch-section-wrapper {
        gap: 60px;
    }
    
    .our-approuch-title {
        font-size: 28px;
        line-height: 40px;
    }
    
    .our-approuch-description {
        font-size: 24px;
        line-height: 36px;
        max-width: 800px;
    }
    
    .feature-box {
        max-width: 750px;
    }
    
    .feature-item {
        font-size: 22px;
        line-height: 34px;
        padding: 30px 18px;
    }
}

/* ========================= */
/* MOBILE RESPONSIVE - Below 768px */
/* ========================= */

@media (max-width: 768px) {
    /* Hero Section */
    .hero-section {
        width: 100vw;
        height: 60vh;
        padding: 20px 15px;
        background: linear-gradient(180deg, #0798ff0d 0%, #ffffff 100%);
    }
    
    .second-bg {
        width: 100vw;
        height: 50vh;
        top: 3rem;
        background-size: cover;
    }
    
    .bg-gradent {
        left: -200px;
        top: -100px;
        width: 400px;
        height: 400px;
        filter: blur(100px);
    }
    
    .bg-gradent-right {
        right: -200px;
        top: 50%;
        width: 400px;
        height: 400px;
        filter: blur(180px);
    }
    
    .hero-section-wrapper {
        width: 100%;
        height: auto;
        min-height: 300px;
        margin-left: 0;
        padding: 50px 30px;
        border-radius: 24px;
    }
    
    .hero-content-wrapper {
        align-items: center;
        text-align: center;
    }
    
    .hero-logo {
        height: 40px;
        width: 140px;
    }
    
    .hero-title {
        font-size: 22px;
        line-height: 32px;
        text-align: center;
    }
    
    .hero-title br {
        display: none;
    }
    
    .hero-title span {
        font-size: 26px;
        line-height: 32px;
    }
    
    .section-bottom-vector-hero {
        width: 100%;
        height: auto;
    }

    /* We Support Section */
    .we-support-section {
        padding: 60px 20px;
    }
    
    .we-support-section-wrapper {
        gap: 35px;
    }
    
    .we-support-title {
        font-size: 26px;
        line-height: 40px;
    }
    
    .we-support-description {
        font-size: 11px;
        line-height: 18px;
        max-width: 100%;
        padding: 0 15px;
    }
    
    .we-support-content-wrapper {
        flex-direction: column;
        gap: 1.5rem;
    }
    
    .we-support-card {
        width: 100%;
        max-width: 400px;
        height: auto;
        min-height: 180px;
        padding: 28px;
    }
    
    .why-support-icon {
        height: 45px;
        width: 45px;
    }
    
    .why-support-text {
        font-size: 16px;
        line-height: 18px;
    }

    /* Solutions Section */
    .solutions-section {
        padding: 60px 0;
    }
    
    .solutions-container {
        padding: 40px 20px;
    }
    
    .solutions-header {
        margin-bottom: 35px;
    }
    
    .solutions-header h1 {
        font-size: 26px;
        line-height: 36px;
    }
    
    .solutions-cards-container,
    .solutions-cards-container-bottom {
        grid-template-columns: 1fr;
        gap: 20px;
        margin-bottom: 20px;
    }
    
    .solutions-card {
        width: 100%;
        max-width: 400px;
        margin: 0 auto;
        height: auto;
        min-height: 180px;
    }
    
    .solution-card-icons {
        height: 24px;
        width: 24px;
    }
    
    .solutions-card-title {
        font-size: 17px;
    }
    
    .solutions-card-description {
        font-size: 11px;
    }

    /* Services Section */
    .services-section {
        padding: 60px 20px;
    }
    
    .services-section-wrapper {
        gap: 35px;
    }
    
    .services-card,
    .services-card-rev {
        width: 100%;
        flex-direction: column !important;
        padding: 50px 30px;
        gap: 40px;
    }
    
    .toolset-image1,
    .toolset-image2,
    .toolset-image3,
    .toolset-image4,
    .toolset-image5,
    .toolset-image6 {
        width: 100%;
        max-width: 250px;
        height: auto;
    }
    
    .services-card-content-wrapper {
        gap: 1.2rem;
        align-items: center;
        text-align: center;
    }
    
    .services-card-title {
        font-size: 24px;
    }
    
    .services-card-description {
        font-size: 13px;
        line-height: 140%;
    }
    
    .services-card-list-wrapper {
        align-items: center;
    }
    
    .services-card-list-title {
        font-size: 18px;
        text-align: center;
    }
    
    .services-list {
        text-align: left;
    }
    
    .services-card-list {
        font-size: 13px;
        line-height: 140%;
    }
    
    .services-card-sec-description {
        font-size: 16px;
        text-align: center;
    }
    
    .ellipse-1 {
        width: 400px;
        height: 400px;
        top: -200px;
        left: -100px;
    }
    
    .ellipse-2 {
        width: 400px;
        height: 400px;
        top: auto;
        bottom: -200px;
        left: auto;
        right: -100px;
    }

    /* Our Approach Section */
    .our-approuch-section {
        padding: 60px 0;
    }
    
    .our-approuch-section-wrapper {
        gap: 50px;
        padding: 0 20px;
    }
    
    .our-approuch-wrapper {
        gap: 0.8rem;
    }
    
    .business-impact-wrapper {
        gap: 50px;
    }
    
    .our-approuch-title {
        font-size: 24px;
        line-height: 36px;
    }
    
    .our-approuch-description {
        font-size: 20px;
        line-height: 32px;
        max-width: 100%;
        padding: 0 15px;
    }
    
    .feature-box {
        grid-template-columns: 1fr;
        max-width: 100%;
    }
    
    .feature-box::before {
        display: none;
    }
    
    .feature-item {
        font-size: 18px;
        line-height: 28px;
        padding: 25px 15px;
        border-bottom: 1px solid #ccc;
    }
    
    .feature-item:last-child {
        border-bottom: none;
    }
    
    .icon {
        font-size: 16px;
    }
}

/* ========================= */
/* SMALL MOBILE - Below 480px */
/* ========================= */

@media (max-width: 480px) {
    html, body {
        width: 100vw;
        overflow-x: hidden;
    }

    /* Hero Section */
    .hero-section {
        height: auto;
        padding: 15px 10px;
    }
    
    .second-bg {
        height: 45vh;
        top: 2.5rem;
        display: none;
    }
    
    .hero-section-wrapper {
        min-height: 280px;
        padding: 40px 20px;
        border-radius: 20px;
        background-color: transparent;
        border: none;
    }
    
    .hero-logo {
        height: 35px;
        width: 120px;
    }
    
    .hero-title {
        font-size: 20px;
        line-height: 28px;
    }
    
    .hero-title span {
        font-size: 24px;
        line-height: 28px;
    }

    /* We Support Section */
    .we-support-section {
        padding: 50px 15px;
    }
    
    .we-support-section-wrapper {
        gap: 30px;
    }
    
    .we-support-title {
        font-size: 22px;
        line-height: 34px;
    }
    
    .we-support-description {
        font-size: 10px;
        line-height: 16px;
    }
    
    .we-support-card {
        max-width: 100%;
        min-height: 160px;
        padding: 24px;
        gap: 24px;
    }
    
    .why-support-icon {
        height: 40px;
        width: 40px;
    }
    
    .why-support-text {
        font-size: 15px;
    }

    /* Solutions Section */
    .solutions-section {
        padding: 50px 0;
    }
    
    .solutions-container {
        padding: 35px 15px;
    }
    
    .solutions-header {
        margin-bottom: 30px;
    }
    
    .solutions-header h1 {
        font-size: 22px;
        line-height: 32px;
    }
    
    .solutions-cards-container,
    .solutions-cards-container-bottom {
        gap: 18px;
    }
    
    .solutions-card {
        max-width: 100%;
        min-height: 160px;
        padding: 25px 20px;
    }
    
    .solution-card-icons {
        height: 22px;
        width: 22px;
    }
    
    .solutions-card-title {
        font-size: 16px;
        max-width: 100%;
    }
    
    .solutions-card-description {
        font-size: 10px;
        max-width: 100%;
    }

    /* Services Section */
    .services-section {
        padding: 50px 15px;
    }
    
    .services-section-wrapper {
        gap: 30px;
    }
    
    .services-card,
    .services-card-rev {
        padding: 40px 20px;
        gap: 30px;
    }
    
    .toolset-image1,
    .toolset-image2,
    .toolset-image3,
    .toolset-image4,
    .toolset-image5,
    .toolset-image6 {
        max-width: 200px;
    }
    
    .services-card-content-wrapper {
        gap: 1rem;
    }
    
    .services-card-title {
        font-size: 22px;
    }
    
    .services-card-description {
        font-size: 12px;
    }
    
    .services-card-list-title {
        font-size: 16px;
    }
    
    .services-card-list {
        font-size: 12px;
        margin-left: 0.5rem;
    }
    
    .services-card-sec-description {
        font-size: 14px;
    }
    
    .ellipse-1 {
        width: 300px;
        height: 300px;
        top: -150px;
        left: -80px;
    }
    
    .ellipse-2 {
        width: 300px;
        height: 300px;
        bottom: -150px;
        right: -80px;
    }

    /* Our Approach Section */
    .our-approuch-section {
        padding: 50px 0;
    }
    
    .our-approuch-section-wrapper {
        gap: 40px;
        padding: 0 15px;
    }
    
    .business-impact-wrapper {
        gap: 40px;
    }
    
    .our-approuch-title {
        font-size: 20px;
        line-height: 30px;
    }
    
    .our-approuch-description {
        font-size: 18px;
        line-height: 28px;
        padding: 0 10px;
    }
    
    .feature-item {
        font-size: 16px;
        line-height: 24px;
        padding: 20px 12px;
        gap: 10px;
    }
    
    .icon {
        font-size: 14px;
    }
}

/* ========================= */
/* EXTRA SMALL SCREENS - Below 360px */
/* ========================= */

@media (max-width: 360px) {
    .hero-section-wrapper {
        padding: 30px 15px;
    }
    
    .hero-logo {
        height: 30px;
        width: 100px;
    }
    
    .hero-title {
        font-size: 18px;
        line-height: 26px;
    }
    
    .hero-title span {
        font-size: 22px;
        line-height: 26px;
    }
    
    .we-support-title {
        font-size: 20px;
        line-height: 30px;
    }
    
    .we-support-card {
        padding: 20px;
    }
    
    .solutions-header h1 {
        font-size: 20px;
        line-height: 28px;
    }
    
    .services-card-title {
        font-size: 20px;
    }
    
    .our-approuch-title {
        font-size: 18px;
        line-height: 26px;
    }
    
    .our-approuch-description {
        font-size: 16px;
        line-height: 24px;
    }
    
    .feature-item {
        font-size: 14px;
        line-height: 22px;
        padding: 18px 10px;
    }
}


.why-support-subtext{
    display: block;
    margin-top: 4px;
    font-size: 0.85rem;
    color: #cfd6dda4;
    line-height: 1.4;
}
