
/* 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/services-ai-bg-transparent.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 138vw;
    height: calc(50vh);
    top: 6rem;
    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;
}
.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;
}



/* ai-services-section  */

.ai-services-section{
    width: 100%;
    padding: 60px 0;
    position: relative;
    background: #01050A;
    z-index: 999;

}
.ai-services-section-wrapper{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 40px;
}
.services-card-wrapper{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 48px;
}

.services-card-title{
    text-transform: uppercase;
    font-size: 35px;
    font-weight: 500;
    line-height: 54px;
    text-align: center;
    color: #000;
    font-family: "CircularStd", sans-serif !important;
    color: #FFFFFF;
}

.card-black {
    max-width: 1280px;
    width: 100%;
    background: linear-gradient(135deg, #010509 0%, #010509 100%);
    border-radius: 24px;
    padding: 36px;
    display: flex;
    flex-direction: row-reverse;
    gap: 80px;
    align-items: center;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
    position: relative;
    overflow: hidden;
    border: 1px solid #191C1F;
}
.card {
    max-width: 1280px;
    width: 100%;
    background: linear-gradient(135deg, #e8eef5 0%, #d4dce8 100%);
    border-radius: 24px;
    padding: 36px;
    display: flex;
    gap: 80px;
    align-items: center;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
    position: relative;
    overflow: hidden;
}

.content {
    flex: 1;
    position: relative;
    z-index: 2;
}
/* Main Number */
.number {
    /* Typography from Figma */
    font-family: "Sora", sans-serif;
    font-weight: 900;
    font-size: 200px;
    line-height: 120%;
    letter-spacing: 0;
    vertical-align: middle;

    /* Layout */
    position: relative;
    display: inline-block;

    /* Gradient text colors */
    background: linear-gradient(
        to bottom,
        #475566 0%,
        #1E262F 70%,
        #010509 100%
    );

    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;

    /* Faded bottom effect */
    -webkit-mask-image: linear-gradient(
        to bottom,
        rgba(0, 0, 0, 1) 65%,
        rgba(0, 0, 0, 0.4) 85%,
        rgba(0, 0, 0, 0) 100%
    );
    }

    /* Soft blur at bottom */
    .number::after {
    content: attr(data-text);
    position: absolute;
    inset: 0;
    font: inherit;

    background: inherit;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;

    filter: blur(10px);
    opacity: 0.35;

    -webkit-mask-image: linear-gradient(
        to bottom,
        rgba(0, 0, 0, 0) 55%,
        rgba(0, 0, 0, 1) 100%
    );
    }

.title-black {
    font-size: 32px;
    letter-spacing: 0%;
    font-weight: 700;
    line-height: 120%;
    color: #FFFFFF;
    font-family: "Manrope", sans-serif;
    margin-bottom: 16px;
}

.description-black {
    font-size: 15px;
    letter-spacing: 0%;
    font-weight: 400;
    line-height: 150%;
    color: #C8CACC;
    font-family: "Manrope", sans-serif;
    max-width: 400px;
}
.title {
    font-size: 32px;
    letter-spacing: 0%;
    font-weight: 700;
    line-height: 120%;
    color: #000000;
    font-family: "Manrope", sans-serif;
    margin-bottom: 16px;
}

.description {
    font-size: 15px;
    letter-spacing: 0%;
    font-weight: 400;
    line-height: 150%;
    color: #3E3E3E;
    font-family: "Manrope", sans-serif;
    max-width: 400px;
}

.image-container {
    flex: 1;
    position: relative;
    border-radius: 16px;
    overflow: hidden;
    width: 480px;
    height: 493px;
}

.image-container img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    border-radius: 16px;
}

@media (max-width: 968px) {
    .card {
        flex-direction: column;
        padding: 40px;
        gap: 40px;
    }/* Mobile Responsive - Services AI Page */

/* Hero Section Mobile */
@media (max-width: 768px) {
    .hero-section {
        width: 100vw;
        height: auto;
        min-height: 50vh;
        padding: 80px 20px 40px 20px;
    }

    .second-bg {
        width: 100vw;
        height: 50vh;
        background-size: cover;
        top: 3rem;
    }

    .hero-section-wrapper {
        height: auto;
        width: 100%;
        margin-left: 0;
        padding: 2rem 1.5rem;
        border-radius: 24px;
    }

    .hero-content-wrapper {
        align-items: center;
        text-align: center;
    }

    .hero-logo {
        height: 40px;
        width: 140px;
    }

    .hero-title {
        font-size: 18px;
        line-height: 28px;
        text-align: center;
    }

    .hero-title span {
        font-size: 20px;
        line-height: 30px;
    }

    .bg-gradent,
    .bg-gradent-right {
        width: 300px;
        height: 300px;
        filter: blur(80px);
    }

    .bg-gradent {
        left: -100px;
        top: -50px;
    }

    .bg-gradent-right {
        right: -50px;
        top: -50px;
    }
}

/* AI Services Section Mobile */
@media (max-width: 768px) {
    .ai-services-section {
        padding: 60px 20px;
    }

    .ai-services-section-wrapper {
        gap: 30px;
    }

    .services-card-title {
        font-size: 24px;
        line-height: 36px;
    }

    .services-card-wrapper {
        gap: 30px;
    }

    .card-black,
    .card {
        flex-direction: column !important;
        padding: 24px 20px;
        gap: 24px;
        border-radius: 16px;
    }

    .content {
        text-align: center;
    }

    .number {
        font-size: 100px;
        line-height: 100%;
    }

    .number::after {
        font-size: 100px;
    }

    .title-black,
    .title {
        font-size: 20px;
        line-height: 28px;
        margin-bottom: 12px;
    }

    .description-black,
    .description {
        font-size: 13px;
        line-height: 22px;
        max-width: 100%;
    }

    .image-container {
        width: 100%;
        height: 280px;
        border-radius: 12px;
    }

    .image-container img {
        border-radius: 12px;
    }
}

/* Tablet Responsive (769px - 1024px) */
@media (min-width: 769px) and (max-width: 1024px) {
    .hero-section {
        padding: 90px 60px 40px 60px;
    }

    .hero-section-wrapper {
        width: 100%;
        margin-left: 0;
        padding: 3rem 4rem;
    }

    .hero-title {
        font-size: 26px;
        line-height: 38px;
    }

    .hero-title span {
        font-size: 30px;
        line-height: 42px;
    }

    .second-bg {
        width: 100vw;
        height: 60vh;
    }

    .ai-services-section {
        padding: 80px 40px;
    }

    .services-card-title {
        font-size: 30px;
        line-height: 46px;
    }

    .services-card-wrapper {
        gap: 36px;
    }

    .card-black,
    .card {
        padding: 32px;
        gap: 50px;
    }

    .number {
        font-size: 150px;
    }

    .number::after {
        font-size: 150px;
    }

    .title-black,
    .title {
        font-size: 26px;
    }

    .description-black,
    .description {
        font-size: 14px;
        max-width: 350px;
    }

    .image-container {
        width: 400px;
        height: 400px;
    }
}

/* Small Mobile (max-width: 480px) */
@media (max-width: 480px) {
    .hero-section {
        padding: 70px 15px 30px 15px;
        min-height: 45vh;
    }

    .hero-section-wrapper {
        padding: 1.5rem 1rem;
        border-radius: 20px;
    }

    .hero-logo {
        height: 35px;
        width: 120px;
    }

    .hero-title {
        font-size: 16px;
        line-height: 24px;
    }

    .hero-title span {
        font-size: 18px;
        line-height: 26px;
    }

    .bg-gradent,
    .bg-gradent-right {
        width: 250px;
        height: 250px;
        filter: blur(60px);
    }

    .second-bg {
        height: 45vh;
        top: 2rem;
        display: none;
    }

    .ai-services-section {
        padding: 40px 15px;
    }

    .ai-services-section-wrapper {
        gap: 25px;
    }

    .services-card-title {
        font-size: 20px;
        line-height: 30px;
    }

    .services-card-wrapper {
        gap: 24px;
    }

    .card-black,
    .card {
        padding: 20px 15px;
        gap: 20px;
        border-radius: 12px;
    }

    .number {
        font-size: 80px;
        line-height: 90%;
    }

    .number::after {
        font-size: 80px;
    }

    .title-black,
    .title {
        font-size: 18px;
        line-height: 24px;
        margin-bottom: 10px;
    }

    .description-black,
    .description {
        font-size: 12px;
        line-height: 20px;
    }

    .image-container {
        height: 240px;
        border-radius: 10px;
    }

    .image-container img {
        border-radius: 10px;
    }
}

/* Extra Small Mobile (max-width: 360px) */
@media (max-width: 360px) {
    .hero-section-wrapper {
        padding: 1.2rem 0.8rem;
    }

    .hero-title {
        font-size: 15px;
        line-height: 22px;
    }

    .hero-title span {
        font-size: 17px;
        line-height: 24px;
    }

    .ai-services-section {
        padding: 30px 10px;
    }

    .services-card-title {
        font-size: 18px;
        line-height: 26px;
    }

    .card-black,
    .card {
        padding: 18px 12px;
        gap: 18px;
    }

    .number {
        font-size: 70px;
    }

    .number::after {
        font-size: 70px;
    }

    .title-black,
    .title {
        font-size: 16px;
        line-height: 22px;
    }

    .description-black,
    .description {
        font-size: 11px;
        line-height: 18px;
    }

    .image-container {
        height: 200px;
    }
}

/* Landscape Mobile (max-height: 500px and orientation: landscape) */
@media (max-height: 500px) and (orientation: landscape) {
    .hero-section {
        min-height: 80vh;
    }

    .number {
        font-size: 60px;
    }

    .number::after {
        font-size: 60px;
    }

    .image-container {
        height: 200px;
    }
}

    .number {
        font-size: 180px;
    }

    .number::after {
        font-size: 180px;
        bottom: -50px;
    }

    .title {
        font-size: 32px;
    }

    .description {
        font-size: 16px;
    }
}



