/* Hero Section */

.hero-section {
    width: 120vw;
    height: calc(70vh);
    /* 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/solutions-bg-transparent.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 140vw;
    height: calc(90vh);
    top: 0;
    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;
    max-width: 550px;
}
.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;
}


/* solutions-about-section */

.solutions-about-section {
    padding: 60px 0;
    width: 100%;
    position: relative;
}
.solutions-about-section-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 66px;
}
.solution-about-line-wrapper {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.solutions-about-content-wrapper {
    text-align: center;
    max-width: 490px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 0.7rem;
}
.solutions-about-image-wrapper {
    width: 560px;
    height: 350px;
}
.solutions-about-image {
    height: 100%;
    width: 100%;
    object-fit: cover;
    border-radius: 20px;
}
.soutions-about-content-title {
    font-size: 35px;
    line-height: 44px;
    font-weight: 600;
    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;
}
.solutions-about-content-para {
    font-size: 20px;
    line-height: 38px;
    font-weight: 400;
    font-family: "Manrope", sans-serif;
    max-width: 470px;
    letter-spacing: 10%;
    color: #001623;
    text-align: center;
}
.flex-reverse {
    flex-direction: row-reverse;
}


/* 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: 257px;
    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;
}

.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;
}

.solutions-card-title {
    color: white;
    font-size: 18px;
    max-width: 132px;
    font-weight: 500;
    text-align: center;
    font-family: "Manrope", sans-serif;
}

.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;
}

/* 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: 5rem 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.05rem;
    line-height: 25px;
    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;
}


.hero-btn {
    padding: 6px 30px;
    background-color: #011019;
    color: #ffffff;
    border-radius: 5px;
    font-size: 12px;
    line-height: 24px;
    font-weight: 600;
    font-family: "Manrope", sans-serif;
    max-width: 300px;
    text-decoration: none;
    margin-top: 1.5rem;
    transition: all 0.4s ease-in-out;
    border: 1px solid black;
}
.hero-btn:hover {
    background-color: transparent;
    color: black;
    transition: all 0.4s ease-in-out;
    border: 1px solid black;
}

.hero-banner-image{
    height: 500px;
    width: 500px;
    /* margin-right: -28rem; */
    margin-top: 5rem;
    object-fit: cover;
}



/* ========================= */
/* TABLET RESPONSIVE - 768px to 1024px */
/* ========================= */

@media (max-width: 1024px) {
    /* Hero Section */
    .hero-section {
        width: 100vw;
        height: 80vh;
        padding: 80px 60px 0 60px;
    }
    
    .second-bg {
        width: 100vw;
        height: 80vh;
    }
    
    .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: auto;
        min-height: 400px;
        margin-left: 0;
        padding: 60px 40px;
        flex-direction: column;
        gap: 30px;
    }
    
    .hero-logo {
        height: 45px;
        width: 160px;
    }
    
    .hero-title {
        font-size: 26px;
        line-height: 38px;
    }
    
    .hero-title span {
        font-size: 30px;
        line-height: 38px;
    }
    
    .hero-btn {
        max-width: 280px;
        padding: 8px 28px;
        font-size: 11px;
    }
    
    .hero-banner-image {
        width: 400px;
        height: 400px;
        margin-right: 0;
        margin-top: 0;
    }

    /* Solutions About Section */
    .solutions-about-section {
        padding: 80px 0;
    }
    
    .solutions-about-section-wrapper {
        gap: 50px;
    }
    
    .solution-about-line-wrapper {
        flex-direction: column;
        gap: 30px;
    }
    
    .solutions-about-content-wrapper {
        max-width: 100%;
    }
    
    .solutions-about-image-wrapper {
        width: 100%;
        max-width: 500px;
        height: auto;
    }
    
    .soutions-about-content-title {
        font-size: 30px;
        line-height: 40px;
    }
    
    .solutions-about-content-para {
        font-size: 18px;
        line-height: 32px;
        max-width: 100%;
    }

    /* Solutions Section */
    .solutions-section {
        padding: 80px 0;
    }
    
    .solutions-container {
        padding: 50px 80px;
    }
    
    .solutions-header h1 {
        font-size: 30px;
        line-height: 40px;
    }
    
    .solutions-question-mark {
        font-size: 80px;
    }
    
    .solutions-cards-container {
        grid-template-columns: repeat(2, 317px);
        gap: 25px;
    }
    
    .solutions-cards-container-bottom {
        gap: 25px;
    }

    /* 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: auto;
        min-height: 70vh;
        padding: 20px 15px;
        background: linear-gradient(180deg, #0798ff0d 0%, #ffffff 100%);
    }
    
    .second-bg {
        width: 100vw;
        height: 70vh;
        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: 400px;
        margin-left: 0;
        padding: 40px 25px;
        border-radius: 24px;
        flex-direction: column;
        align-items: center;
        text-align: center;
        gap: 25px;
    }
    
    .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;
    }
    
    .hero-btn {
        max-width: 100%;
        padding: 10px 25px;
        font-size: 11px;
        margin-top: 1rem;
    }
    
    .hero-banner-image {
        width: 100%;
        max-width: 300px;
        height: auto;
        margin: 0;
    }
    
    .section-bottom-vector-hero {
        width: 100%;
        height: auto;
    }

    /* Solutions About Section */
    .solutions-about-section {
        padding: 60px 0;
    }
    
    .solutions-about-section-wrapper {
        gap: 40px;
        padding: 0 20px;
    }
    
    .solution-about-line-wrapper {
        flex-direction: column !important;
        gap: 25px;
    }
    
    .solutions-about-content-wrapper {
        max-width: 100%;
        gap: 0.5rem;
    }
    
    .solutions-about-image-wrapper {
        width: 100%;
        max-width: 100%;
        height: auto;
    }
    
    .solutions-about-image {
        width: 100%;
        height: auto;
    }
    
    .soutions-about-content-title {
        font-size: 24px;
        line-height: 34px;
    }
    
    .solutions-about-content-para {
        font-size: 16px;
        line-height: 28px;
        max-width: 100%;
    }

    /* 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-question-mark {
        font-size: 60px;
    }
    
    .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: 230px;
    }
    
    .solution-card-icons {
        height: 24px;
        width: 24px;
    }
    
    .solutions-card-title {
        font-size: 17px;
        max-width: 100%;
    }
    
    .solutions-card-description {
        font-size: 11px;
        max-width: 100%;
    }

    /* 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 {
        min-height: auto;
        padding: 15px 10px;
    }
    
    .second-bg {
        height: 65vh;
    }
    
    .hero-section-wrapper {
        min-height: 350px;
        padding: 35px 20px;
        border-radius: 20px;
        background-color: transparent;
        border: none;
        gap: 20px;
    }
    
    .hero-logo {
        height: 35px;
        width: 120px;
    }
    
    .hero-title {
        font-size: 20px;
        line-height: 28px;
    }
    
    .hero-title span {
        font-size: 24px;
        line-height: 28px;
    }
    
    .hero-btn {
        padding: 9px 22px;
        font-size: 10px;
        max-width: 280px;
    }
    
    .hero-banner-image {
        max-width: 250px;
        display: none;
    }

    /* Solutions About Section */
    .solutions-about-section {
        padding: 50px 0;
    }
    
    .solutions-about-section-wrapper {
        gap: 35px;
        padding: 0 15px;
    }
    
    .solution-about-line-wrapper {
        gap: 20px;
    }
    
    .solutions-about-content-wrapper {
        gap: 0.4rem;
    }
    
    .soutions-about-content-title {
        font-size: 20px;
        line-height: 30px;
    }
    
    .solutions-about-content-para {
        font-size: 15px;
        line-height: 26px;
    }

    /* 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-question-mark {
        font-size: 50px;
    }
    
    .solutions-cards-container,
    .solutions-cards-container-bottom {
        gap: 18px;
    }
    
    .solutions-card {
        max-width: 100%;
        min-height: 210px;
        padding: 25px 20px;
    }
    
    .solution-card-icons {
        height: 22px;
        width: 22px;
    }
    
    .solutions-card-title {
        font-size: 16px;
    }
    
    .solutions-card-description {
        font-size: 10px;
    }

    /* 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;
        min-height: 320px;
    }
    
    .hero-logo {
        height: 30px;
        width: 100px;
    }
    
    .hero-title {
        font-size: 18px;
        line-height: 26px;
    }
    
    .hero-title span {
        font-size: 22px;
        line-height: 26px;
    }
    
    .hero-btn {
        padding: 8px 20px;
        font-size: 9px;
        max-width: 250px;
    }
    
    .hero-banner-image {
        max-width: 220px;
    }
    
    .soutions-about-content-title {
        font-size: 18px;
        line-height: 26px;
    }
    
    .solutions-about-content-para {
        font-size: 14px;
        line-height: 24px;
    }
    
    .solutions-header h1 {
        font-size: 20px;
        line-height: 28px;
    }
    
    .solutions-question-mark {
        font-size: 45px;
    }
    
    .solutions-card {
        min-height: 190px;
        padding: 22px 18px;
    }
    
    .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;
    }
}