
/* 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/why-us-bg-transparent.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 135vw;
    height: calc(40vh);
    top: 10rem;
    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: 30px;
    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;
}
br{
    display: none;
}

/* why-us-about-section */

.why-us-about-section{
    padding: 100px 0;
    width: 100%;
    position: relative;
}
.why-us-about-section-wrapper{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 46px;
}
.why-us-title{
    text-transform: uppercase;
    font-size: 35px;
    font-weight: 500;
    line-height: 44px;
    text-align: center;
    color: #000;
    width: 100%;
    font-family: "CircularStd", sans-serif !important;  
    background: linear-gradient(to bottom, #1A212A, #2D5689);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.what-we-do-wrapper{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 1.5rem;
}
.what-we-do-image{
    height: 360px;
    width: 365px;
}
.what-we-do-content-wrapper{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 1.5rem;
}
.what-we-do-content-title{
    text-transform: uppercase;
    font-size: 35px;
    font-weight: 500;
    line-height: 44px;
    text-align: left;
    color: #000;
    width: 100%;
    font-family: "CircularStd", sans-serif !important;  
    background: linear-gradient(to bottom, #1A212A, #2D5689);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    max-width: 717px;
}
.what-we-do-content-description{
    font-size: 23px;
    line-height: 38px;
    letter-spacing: 2%;
    text-align: left;
    font-weight: 400;
    color: #001623;
    font-family: "Manrope", sans-serif;
}




/* Why Section  */

/* Section */
.why-section {
    width: 100%;
    background: linear-gradient(90deg, #2B8ECB 0%, #30CC8E 100%);
    padding: 120px 24px;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Container */
.main-container {
    width: 100%;
    max-width: 1320px;
    margin: 0 auto;
}

/* Glass Box */
.why-section-wrapper {
    position: relative;
    background: rgba(255, 255, 255, 0.12);
    backdrop-filter: blur(20px);
    border: 1px solid rgba(255, 255, 255, 0.7);
    border-radius: 16px;
    padding: 80px;
    overflow: hidden;
}

/* Grid */
.why-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 80px 120px;
}

/* Cards */
.why-card {
    max-width: 420px;
}

.why-icon {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 12px;
}
.why-card-icon{
    height: 38px;
    width: 38px;
}

.why-card h3 {
    font-size: 30px;
    letter-spacing: 2%;
    text-align: center;
    font-weight: 500;
    color: #ffffff;
    margin-bottom: 12px;
    font-family: "Manrope", sans-serif;
}

.why-card p {
    font-size: 13px;
    line-height: 18px;
    letter-spacing: 2%;
    font-weight: 400;
    text-align: center;
    color: rgba(255, 255, 255, 0.85);
}

/* Vertical WHY text */
.why-vertical-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(-270deg);
    font-size: 120px;
    font-weight: 700;
    letter-spacing: 6px;
    color: rgba(255, 255, 255, 0.525);
    pointer-events: none;
}
.line-wrapper {
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px 0;
}
.line {
    width: 120px;
    height: 1px;
    background-color: #fff;
    margin-bottom: 8px;
    text-align: center;
}
/* ========================= */
/* Responsive */
/* ========================= */

@media(max-width: 1024px) {
    .why-section-wrapper {
        padding: 60px 40px;
    }

    .why-grid {
        gap: 60px;
    }

    .why-vertical-text {
        font-size: 90px;
    }
}

@media(max-width: 768px) {
    .why-grid {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .why-card {
        max-width: 100%;
        text-align: center;
    }

    .why-vertical-text {
        display: none;
    }
}

@media(max-width: 480px) {
    .why-section {
        padding: 80px 16px;
    }

    .why-section-wrapper {
        padding: 40px 24px;
    }

    .why-card h3 {
        font-size: 20px;
    }

    .why-card p {
        font-size: 13px;
    }
}







.our-testing-section{
    width: 100%;
    padding: 60px 0;
    position: relative;
    background: linear-gradient(180deg, #001623 0%, #000000 100%);
}
.testing-section {
    padding: 80px 20px;
    max-width: 1400px;
    margin: 0 auto;
}

.why-us-testing-section-title {
    text-transform: uppercase;
    font-size: 35px;
    font-weight: 500;
    line-height: 54px;
    text-align: left;
    color: #FFFFFF;
    font-family: "CircularStd", sans-serif !important;
    margin-bottom: 0px;
    text-align: center;
}

.content-wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 80px;
    align-items: center;
}

.image-container {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

.ai-orb {
    position: relative;
    width: 100%;
    max-width: 450px;
    aspect-ratio: 1;
    animation: float 6s ease-in-out infinite;
}

.orb-glow {
    position: absolute;
    inset: -20%;
    background: radial-gradient(circle, rgba(66, 153, 225, 0.3) 0%, transparent 70%);
    filter: blur(40px);
    animation: pulse 4s ease-in-out infinite;
}

.orb-image {
    position: relative;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background: radial-gradient(circle at 30% 30%, #1e3a5f 0%, #0a1929 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 0 60px rgba(66, 153, 225, 0.4);
    overflow: hidden;
}

.orb-image::before {
    content: '';
    position: absolute;
    inset: -2px;
    border-radius: 50%;
    background: linear-gradient(45deg, #4299e1, #2b6cb0, #1a365d);
    opacity: 0.6;
    animation: rotate 8s linear infinite;
}

.orb-content {
    position: relative;
    z-index: 2;
    text-align: center;
}

.ai-chip {
    font-size: 5rem;
    font-weight: 700;
    color: #4299e1;
    text-shadow: 0 0 30px rgba(66, 153, 225, 0.8);
    letter-spacing: 4px;
}

.circuit-lines {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.circuit-line {
    position: absolute;
    background: linear-gradient(90deg, transparent, #4299e1, transparent);
    height: 2px;
    animation: circuit 3s linear infinite;
}

.particles {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    overflow: hidden;
}

.particle {
    position: absolute;
    width: 4px;
    height: 4px;
    background: #4299e1;
    border-radius: 50%;
    animation: particleFloat 4s ease-in-out infinite;
    box-shadow: 0 0 10px #4299e1;
}

.accordion-container {
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.accordion-item {
    /* background: rgba(255, 255, 255, 0.03); */
    border-bottom: 1px solid rgba(255, 255, 255, 0.9);
    transition: background 0.3s ease;
    margin-bottom: 22px;
}


.accordion-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 15px;
    cursor: pointer;
    user-select: none;
    transition: all 0.3s ease;
}

.accordion-title {
    font-size: 26px;
    line-height: 44px;
    text-align: center;
    font-weight: 500;
    color: #ffffff;
    font-family: "Manrope", sans-serif;
}

.accordion-icon {
    width: 24px;
    height: 24px;
    transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    flex-shrink: 0;
}

.accordion-icon svg {
    width: 100%;
    height: 100%;
    stroke: #94a3b8;
    transition: stroke 0.3s ease;
}

.accordion-item:hover .accordion-icon svg {
    stroke: #4299e1;
}

.accordion-item.active .accordion-icon {
    transform: rotate(90deg);
}

.accordion-item.active .accordion-icon svg {
    stroke: #4299e1;
}

.accordion-content {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1),
                padding 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.accordion-content-inner {
    padding: 0 32px 28px 32px;
    color: #94a3b8;
    line-height: 1.8;
    font-size: 1rem;
}

.accordion-item.active .accordion-content {
    max-height: 500px;
}

@keyframes float {
    0%, 100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-20px);
    }
}

@keyframes pulse {
    0%, 100% {
        opacity: 0.6;
        transform: scale(1);
    }
    50% {
        opacity: 0.8;
        transform: scale(1.05);
    }
}

@keyframes rotate {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

@keyframes circuit {
    0% {
        transform: translateX(-100%);
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
    100% {
        transform: translateX(100%);
        opacity: 0;
    }
}

@keyframes particleFloat {
    0%, 100% {
        transform: translate(0, 0);
        opacity: 0;
    }
    10% {
        opacity: 1;
    }
    90% {
        opacity: 1;
    }
    100% {
        transform: translate(var(--tx), var(--ty));
        opacity: 0;
    }
}

@media (max-width: 1024px) {
    .content-wrapper {
        grid-template-columns: 1fr;
        gap: 60px;
    }

    .ai-orb {
        max-width: 350px;
    }

    .section-title {
        font-size: 2rem;
        margin-bottom: 60px;
    }
}

@media (max-width: 768px) {
    .testing-section {
        padding: 60px 15px;
    }

    .section-title {
        font-size: 1.75rem;
        letter-spacing: 1px;
        margin-bottom: 40px;
    }

    .ai-orb {
        max-width: 280px;
    }

    .ai-chip {
        font-size: 3.5rem;
    }

    .accordion-header {
        padding: 22px 20px;
    }

    .accordion-title {
        font-size: 1.1rem;
    }

    .accordion-content-inner {
        padding: 0 20px 22px 20px;
        font-size: 0.95rem;
    }

    .content-wrapper {
        gap: 40px;
    }
}

@media (max-width: 480px) {
    .section-title {
        font-size: 1.5rem;
    }

    .accordion-title {
        font-size: 1rem;
    }

    .ai-orb {
        max-width: 240px;
    }

    .ai-chip {
        font-size: 3rem;
    }
}
.why-us-testing-image{
    width: 660px;
}



/* ========================= */
/* 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: 50vh;
        top: 6rem;
    }
    
    .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;
    }

    /* Why Us About Section */
    .why-us-about-section {
        padding: 80px 0;
    }
    
    .why-us-about-section-wrapper {
        gap: 40px;
    }
    
    .why-us-title {
        font-size: 30px;
        line-height: 40px;
    }
    
    .what-we-do-wrapper {
        flex-direction: column;
        gap: 2rem;
    }
    
    .what-we-do-image {
        height: 320px;
        width: 325px;
    }
    
    .what-we-do-content-title {
        font-size: 30px;
        line-height: 40px;
        text-align: center;
    }
    
    .what-we-do-content-description {
        font-size: 20px;
        line-height: 34px;
        text-align: center;
    }

    /* Why Section */
    .why-section-wrapper {
        padding: 60px 40px;
    }

    .why-grid {
        gap: 60px;
    }

    .why-vertical-text {
        font-size: 90px;
    }

    /* Our Testing Section */
    .our-testing-section {
        padding: 50px 0;
    }
    
    .testing-section {
        padding: 60px 20px;
    }
    
    .why-us-testing-section-title {
        font-size: 30px;
        line-height: 46px;
        margin-bottom: 60px;
    }
    
    .content-wrapper {
        grid-template-columns: 1fr;
        gap: 60px;
    }
    
    .why-us-testing-image {
        width: 100%;
        max-width: 500px;
        margin: 0 auto;
    }
    
    .accordion-title {
        font-size: 24px;
        line-height: 38px;
    }
}

/* ========================= */
/* 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: 4rem;
        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;
    }

    /* Why Us About Section */
    .why-us-about-section {
        padding: 60px 0;
    }
    
    .why-us-about-section-wrapper {
        gap: 35px;
        padding: 0 20px;
    }
    
    .why-us-title {
        font-size: 26px;
        line-height: 36px;
    }
    
    .what-we-do-wrapper {
        flex-direction: column;
        gap: 2rem;
    }
    
    .what-we-do-image {
        width: 100%;
        max-width: 350px;
        height: auto;
    }
    
    .what-we-do-content-wrapper {
        gap: 1.2rem;
    }
    
    .what-we-do-content-title {
        font-size: 24px;
        line-height: 34px;
        text-align: center;
    }
    
    .what-we-do-content-description {
        font-size: 18px;
        line-height: 30px;
        text-align: center;
    }

    /* Why Section */
    .why-section {
        padding: 60px 16px;
    }
    
    .why-section-wrapper {
        padding: 50px 30px;
    }
    
    .why-grid {
        grid-template-columns: 1fr;
        gap: 40px;
    }
    
    .why-card {
        max-width: 100%;
        text-align: center;
    }
    
    .why-card h3 {
        font-size: 24px;
    }
    
    .why-card p {
        font-size: 14px;
        line-height: 20px;
    }
    
    .why-vertical-text {
        display: none;
    }

    /* Our Testing Section */
    .our-testing-section {
        padding: 40px 0;
    }
    
    .testing-section {
        padding: 60px 15px;
    }
    
    .why-us-testing-section-title {
        font-size: 24px;
        line-height: 36px;
        margin-bottom: 40px;
    }
    
    .content-wrapper {
        grid-template-columns: 1fr;
        gap: 40px;
    }
    
    .image-container {
        order: -1;
    }
    
    .why-us-testing-image {
        width: 100%;
        max-width: 100%;
        height: auto;
    }
    
    .accordion-item {
        margin-bottom: 18px;
    }
    
    .accordion-header {
        padding: 22px 20px;
    }
    
    .accordion-title {
        font-size: 20px;
        line-height: 30px;
    }
    
    .accordion-icon {
        width: 20px;
        height: 20px;
    }
    
    .accordion-content-inner {
        padding: 0 20px 22px 20px;
        font-size: 15px;
        line-height: 1.6;
    }
}

/* ========================= */
/* 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: 29vh;
        top: 16rem;
        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;
    }

    /* Why Us About Section */
    .why-us-about-section {
        padding: 50px 0;
    }
    
    .why-us-about-section-wrapper {
        gap: 30px;
        padding: 0 15px;
    }
    
    .why-us-title {
        font-size: 22px;
        line-height: 32px;
    }
    
    .what-we-do-wrapper {
        gap: 1.5rem;
    }
    
    .what-we-do-image {
        max-width: 300px;
    }
    
    .what-we-do-content-wrapper {
        gap: 1rem;
    }
    
    .what-we-do-content-title {
        font-size: 20px;
        line-height: 30px;
    }
    
    .what-we-do-content-description {
        font-size: 16px;
        line-height: 26px;
    }

    /* Why Section */
    .why-section {
        padding: 50px 12px;
    }
    
    .why-section-wrapper {
        padding: 40px 20px;
    }
    
    .why-grid {
        gap: 35px;
    }
    
    .why-card h3 {
        font-size: 22px;
    }
    
    .why-card p {
        font-size: 13px;
        line-height: 18px;
    }

    /* Our Testing Section */
    .our-testing-section {
        padding: 35px 0;
    }
    
    .testing-section {
        padding: 50px 12px;
    }
    
    .why-us-testing-section-title {
        font-size: 22px;
        line-height: 32px;
        margin-bottom: 35px;
    }
    
    .content-wrapper {
        gap: 35px;
    }
    
    .accordion-item {
        margin-bottom: 15px;
    }
    
    .accordion-header {
        padding: 18px 15px;
    }
    
    .accordion-title {
        font-size: 18px;
        line-height: 26px;
    }
    
    .accordion-icon {
        width: 18px;
        height: 18px;
    }
    
    .accordion-content-inner {
        padding: 0 15px 18px 15px;
        font-size: 14px;
        line-height: 1.5;
    }
    
    .accordion-item.active .accordion-content {
        max-height: 600px;
    }
}

/* ========================= */
/* 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;
    }
    
    .why-us-title {
        font-size: 20px;
        line-height: 28px;
    }
    
    .what-we-do-image {
        max-width: 280px;
    }
    
    .what-we-do-content-title {
        font-size: 18px;
        line-height: 26px;
    }
    
    .what-we-do-content-description {
        font-size: 15px;
        line-height: 24px;
    }
    
    .why-card h3 {
        font-size: 20px;
    }
    
    .why-card p {
        font-size: 12px;
    }
    
    .why-us-testing-section-title {
        font-size: 20px;
        line-height: 28px;
    }
    
    .accordion-title {
        font-size: 16px;
        line-height: 24px;
    }
    
    .accordion-header {
        padding: 15px 12px;
    }
    
    .accordion-content-inner {
        padding: 0 12px 15px 12px;
        font-size: 13px;
    }
}