.hero {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 120px 40px 120px;
    position: relative;
    overflow: hidden;
}

.hero .hero-bg {
    position: absolute;
    inset: 0;
    z-index: 0;
}

.hero .hero-bg .hero-bg-gradient {
    position: absolute;
    inset: 0;
    background: radial-gradient(ellipse at 75% 20%, rgba(0, 217, 255, 0.13), transparent 55%), radial-gradient(ellipse at 15% 80%, rgba(13, 63, 143, 0.08), transparent 50%);
}

.hero .hero-bg .hero-grid {
    position: absolute;
    inset: 0;
    background-image: linear-gradient(var(--border) 1px, transparent 1px), linear-gradient(90deg, var(--border) 1px, transparent 1px);
    background-size: 60px 60px;
    mask-image: radial-gradient(ellipse at 60% 40%, rgba(0, 0, 0, 0.4), transparent 70%);
}

.hero .h-title {
    font-family: 'Unbounded', sans-serif;
    font-size: min(12vw, 200px);
    font-weight: 900;
    line-height: .82;
    position: relative;
    z-index: 1;
}

.hero .h-title .h-t-line {
    overflow: hidden;
    display: block;
    color: var(--text-primary);
}

.hero .h-title .h-t-line .h-t-w {
    display: inline-block;
    transform: translateY(200px);
}

.hero .h-title .h-t-line .h-t-w.stroke {
    -webkit-text-stroke: 2px var(--primary);
    color: transparent;
}

.about {
    position: relative;
    max-width: 1440px;
    width: 100%;
    margin: 0px auto;
    padding: 50px 20px;
}

.about .about-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 5rem;
    align-items: center;
    justify-content: center;
    position: relative;
}

.about .about-grid.about-grid1 {
    margin-bottom: 8rem;
}

.about .about-grid.about-grid1::before {
    content: "";
    position: absolute;
    bottom: -4rem;
    left: 0;
    right: 0;
    width: 100%;
    height: 2px;
    transform: scaleX(var(--scale, 0));
    background: linear-gradient(to right, transparent, var(--accent), transparent);
}

.about .about-grid .grid-img {
    overflow: hidden;
    border-radius: 25px;
    max-height: 350px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.about .about-grid .grid-img img {
    width: 100%;
}

.about .about-grid .grid-text h1 {
    font-family: var(--unb);
    font-weight: 500;
    font-size: 2.2rem;
    display: block;
    overflow: hidden;
}

.about .about-grid .grid-text h1 .a-h-t {
    display: inline-block;
    overflow: hidden;
}

.about .about-grid .grid-text h1 .a-h-t-s {
    display: inline-block;
    transform: translateY(40px);
}

.about .about-grid .grid-text h1 .a-h-t-s-1 {
    display: inline-block;
    transform: translateY(40px);
}

.image-section {
    width: 100%;
    margin: 0 auto;
    padding: 80px 0px;
    position: relative;
}

.image-section .img-sec {
    width: 100%;
    display: flex;
    justify-content: center;
    overflow: hidden;
    border-radius: 25px;
}

.image-section .img-sec img {
    max-width: 100%;
    width: 100%;
}


.main-about-section {
    padding: 80px 0px;
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 1440px;
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
    gap: 25px;
}

.main-about-section h2 {
    margin-bottom: 30px;
    text-align: center;
    max-width: 900px;
    width: 100%;
    font-family: var(--cod);
    font-size: 2.8rem;
}

.main-about-section h2 .a-m-h-t {
    display: inline-block;
    overflow: hidden;
}

.main-about-section h2 .a-m-h-t .a-m-h-t-s {
    display: flex;
    overflow: hidden;
    transform: translateY(50px);
}

.main-about-section h2 .a-m-h-t .a-m-h-t-s .a-m-h-t-s-l {
    color: transparent;
    background: var(--gradient-primary);
    background-clip: text;
    -webkit-background-clip: text;
}

.main-about-con {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 2rem;
}

.main-about-con .content-main {
    border-radius: 15px;
    width: 100%;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.main-about-con .content-main img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: brightness(var(--sys, 55%)) contrast(120%);
}

.main-about-con .content-text .about-box {
    display: flex;
    align-items: center;
    overflow: hidden;
    position: relative;
    z-index: 2;
    transform: translateY(85px);
}

.main-about-con .content-text .about-box-sec {
    display: inline-block;
    overflow: hidden;
    margin-bottom: 2rem;
}

.main-about-con .content-text .about-box:nth-child(1) {
    margin-top: 1.5rem;
}

.content-text .about-box .about-box-i {
    font-size: 1.5rem;
    color: var(--accent);
    width: 90px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.content-text .about-box .about-box-i i {
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 12px;
    transition: var(--spring);
}

.content-text .about-box:hover .about-box-i i {
    background: var(--accent);
    color: var(--text-primary);
    transform: translateY(-5px);
}

.content-text .about-box .value-box-inside {
    padding: 0px 10px;
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
}

.about-box .value-box-inside h3 {
    font-size: clamp(0.85rem, 5vw, 1.8rem);
    font-weight: 600;
    color: var(--text-primary);
    font-family: var(--unb);
}

.about-box .value-box-inside p {
    max-width: 500px;
    font-size: clamp(0.75rem, 3vw, 1rem);
    color: var(--text-secondary);
    font-family: var(--pop);
}

.content-text .about-btn {
    margin-left: 45px;
    display: inline-block;
    overflow: hidden;
}

.content-text .about-btn .btn-about {
    transform: translateY(50px);
}

.stats-section {
    background: var(--bg-soft);
    padding: 14px 25px;
    margin: 0px auto 0px auto;
    border-radius: 50px;
    position: relative;
    z-index: 2;
    max-width: fit-content;
    width: 100%;
    border: 1px solid var(--primary);
}

.stats-section .stats-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 12px;
    text-align: center;
}

.stats-section .stats-grid .stat-item {
    padding: 5px;
    transition: var(--spring);
}

.stats-section .stats-grid .stat-item:hover {
    transform: translateY(-5px);
}

.stats-grid .stat-item .stat-number {
    font-size: 1.8rem;
    font-weight: bold;
    color: var(--active-teal);
}

.stats-grid .stat-item .stat-label {
    color: var(--text-color-secondary);
    font-size: 0.85rem;
}


.team-section {
    padding: 80px 0;
    background: var(--bg-soft);
    position: relative;
    z-index: 4;
}

.team-section::before {
    content: '';
    position: absolute;
    bottom: -25px;
    left: 0;
    right: 0;
    width: 100%;
    height: 50px;
    background: linear-gradient(to bottom, transparent, var(--bg-soft), transparent);
}

.team-section .container {
    max-width: 1330px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.team-section .container .hero-content {
    max-width: 680px;
}

.team-section .container .hero-content h2 {
    font-size: 2.8rem;
    text-align: center;
    font-family: var(--cod);
}

.team-section .container .hero-content h2 .o-a-t {
    display: inline-block;
    overflow: hidden;
}

.team-section .container .hero-content h2 .o-a-t .o-a-t-s {
    display: flex;
    transform: translateY(50px);
}

.team-section .container .hero-content h2 .o-a-t .o-a-t-s .o-a-t-s-s {
    color: transparent;
    background: var(--gradient-primary);
    background-clip: text;
    -webkit-background-clip: text;
}

.team-section .container .hero-content p {
    font-size: 1.2rem;
    text-align: center;
}


.team-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
    margin-top: 50px;
}

.team-grid .team-card {
    background: var(--navy);
    border-radius: 25px;
    overflow: hidden;
    border: 1px solid transparent;
    position: relative;
    z-index: 2;
    transition: var(--spring);
}


.team-grid .team-card:hover {
    transform: translateY(-10px);
    border-color: var(--accent);
    box-shadow: 0 15px 40px rgba(0, 210, 211, 0.3);
}

.team-grid .team-card .team-image {
    position: relative;
    overflow: hidden;
    height: 280px;
}

.team-grid .team-card .team-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: var(--spring);
}

.team-grid .team-card:hover .team-image img {
    transform: scale(1.1);
}

.team-card .team-image .team-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, rgb(13, 63, 143, 0.7) 0%, rgb(0, 217, 255, 0.7) 50%, rgb(99, 236, 255, 0.7) 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: var(--spring);
}

.team-grid .team-card:hover .team-overlay {
    opacity: 1;
}

.team-overlay .social-links {
    display: flex;
    gap: 15px;
}

.team-overlay .social-links .social-icon {
    width: 45px;
    height: 45px;
    background: var(--text-primary);
    color: var(--bg-soft);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.3rem;
    text-decoration: none;
    transition: var(--ease);
    translate: 0px 40px;
    opacity: 0;
    overflow: hidden;
    position: relative;
    outline: none;
    transition: var(--ease);
}

.team-overlay .social-links .social-icon:nth-child(1) {
    transition-property: translate, opacity, width, height;
    transition-delay: 0.1s, 0.1s, 0s, 0s;
}

.team-overlay .social-links .social-icon:nth-child(2) {
    transition-property: translate, opacity, width, height;
    transition-delay: 0.2s, 0.2s, 0s, 0s;
    ;
}

.team-overlay .social-links .social-icon:nth-child(3) {
    transition-property: translate, opacity, width, height;
    transition-delay: 0.3s, 0.3s, 0s, 0s;
}

.team-grid .team-card:hover .team-overlay .social-links .social-icon {
    translate: 0px 0px;
    opacity: 1;
}

.team-overlay .social-links .social-icon:hover {
    color: var(--text-primary);
}

.team-overlay .social-links .social-icon:hover::before {
    width: 105%;
    height: 105%;
}

.team-overlay .social-links .social-icon::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    translate: -50% -50%;
    border-radius: 50%;
    background: var(--accent);
    width: 0%;
    height: 0%;
    z-index: -1;
    transition: var(--ease);
}

.team-card .team-info {
    padding: 25px 20px;
    text-align: center;
}

.team-card .team-info h3 {
    color: var(--primary);
    font-size: 1.3rem;
    margin-bottom: 0.5rem;
}

.team-card .team-info .team-role {
    color: var(--text-primary);
    font-size: 0.95rem;
    margin-bottom: 0.5rem;
    font-weight: 600;
}

.team-card .team-info .team-desc {
    color: var(--text-secondary);
    font-size: 0.9rem;
    line-height: 1.5;
}

@media (max-width:786px) {
    .hero .h-title .h-t-line .h-t-w {
        transform: translateY(0px);
    }

    .hero {
        min-height: 600px;
    }

    .about {
        padding: 20px 5px;
    }

    .about .about-grid {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 15px;
    }

    .about .about-grid:nth-child(1) {
        margin-bottom: 15px;
    }

    .about .about-grid:nth-child(2) {
        flex-direction: column-reverse;
    }

    .about .about-grid .grid-text h1 .a-h-t-s {
        transform: translateY(0px);
    }

    .about .about-grid .grid-text h1 .a-h-t-s-1 {
        transform: translateY(0px);
    }

    .about .about-grid .grid-text h1 {
        font-size: 1rem;
    }

    .image-section {
        padding: 20px 0px;
    }

    .main-about-section {
        padding: 20px 0px;
        gap: 5px;
    }

    .main-about-section h2 {
        font-size: 1.2rem;
    }

    .main-about-section h2 .a-m-h-t .a-m-h-t-s {
        transform: translateY(0px);
    }

    .main-about-con {
        grid-template-columns: 1fr;
        gap: 1rem;
    }

    .main-about-con .content-main img {
        filter: brightness(100%) contrast(120%);
    }

    .main-about-con .content-text .about-box {
        transform: translateY(0px);
    }

    .content-text .about-btn .btn-about {
        transform: translateY(0px);
    }

    .main-about-con .content-text .about-box:nth-child(1) {
        margin-top: 1rem;
    }

    .main-about-con .content-text .about-box-sec {
        display: inline-block;
        overflow: hidden;
        margin-bottom: 1rem;
    }

    .stats-section {
        padding: 10px 5px;
        border-radius: 12px;
    }

    .stats-section .stats-grid {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-wrap: wrap;
        gap: 12px;
        text-align: center;
    }

    .team-section {
        padding: 30px 0;
    }

    .team-section .container .hero-content h2 {
        font-size: 1.3rem;
    }

    .team-section .container .hero-content h2 .o-a-t .o-a-t-s {
        transform: translateY(0px);
    }

    .team-section .container .hero-content p {
        font-size: 0.85rem;
    }

    .team-grid {
        grid-template-columns: 1fr;
        gap: 15px;
        padding: 0px 5px;
        margin-top: 20px;
    }

    .team-card .team-info .team-desc {
        font-size: 0.8rem;
    }
}