
/* =========================
   ABOUT HERO SECTION
========================= */

.about-hero{
    position: relative;
    width: 100%;
    min-height: 100vh;
    background: url('../assets/images/about-company.jpg') center center/cover no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    padding: 120px 8%;
}

.hero-overlay{
    position: absolute;
    inset: 0;
    background: linear-gradient(
        to right,
        rgba(6, 18, 40, 0.88),
        rgba(6, 18, 40, 0.60)
    );
}

.hero-content{
    position: relative;
    z-index: 2;
    max-width: 850px;
    text-align: center;
}

.hero-content h1{
    color: #fff;
    font-size: 64px;
    font-weight: 800;
    line-height: 1.2;
    margin-bottom: 25px;
}

.hero-content p{
    color: #e2e8f0;
    font-size: 20px;
    line-height: 1.9;
    max-width: 750px;
    margin: auto;
}

/* =========================
   ABOUT SECTION
========================= */

.about-section{
    width: 100%;
    padding: 110px 8%;
    background: #f8fafc;
}


 
/* ABOUT IMAGE */

.about-image{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
/* HOVER EFFECT */

.about-image  img:hover{

  transform:
    translateY(-10px)
    scale(1.01);

  box-shadow:
    0 30px 80px rgba(37,99,235,0.35),
    0 15px 50px rgba(124,58,237,0.22);
}
.about-image img{

    width: 100%;

    max-width: 720px;

    height: auto;

    object-fit: contain;

    border-radius: 24px;

    display: block;

    box-shadow:
      0 20px 60px rgba(0,0,0,0.18);
}

/* ABOUT CONTAINER */

.about-container{

    width: 100%;

    max-width: 1400px;

    margin: auto;

    display: grid;

    grid-template-columns: 1fr 1fr;

    gap: 70px;

    align-items: center;
}

/* RESPONSIVE */

@media(max-width:992px){

    .about-container{
        grid-template-columns: 1fr;
    }

    .about-image{
        order: -1;
    }

    .about-image img{
        max-width: 100%;
    }

}


.about-content{
    width: 100%;
}

.section-tag{
    display: inline-block;
    padding: 10px 22px;
    border-radius: 40px;
    background: #dbeafe;
    color: #2563eb;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 25px;
}

.about-content h2{
    font-size: 54px;
    color: #0f172a;
    line-height: 1.25;
    margin-bottom: 30px;
    word-break: break-word;
}

.about-content p{
    font-size: 17px;
    color: #475569;
    line-height: 2;
    margin-bottom: 20px;
}

.about-features{
    display: grid;
    grid-template-columns: repeat(2,1fr);
    gap: 22px;
    margin-top: 40px;
}

.feature-box{
    background: #fff;
    padding: 24px;
    border-radius: 20px;
    display: flex;
    align-items: center;
    gap: 15px;
    box-shadow: 0 5px 25px rgba(0,0,0,0.08);
    transition: 0.3s ease;
}

.feature-box:hover{
    transform: translateY(-8px);
}

.feature-box i{
    width: 55px;
    height: 55px;
    background: #eff6ff;
    color: #2563eb;
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
}

.feature-box span{
    color: #1e293b;
    font-size: 16px;
    font-weight: 600;
}

/* =========================
   VISION SECTION
========================= */

.vision-section{
    width: 100%;
    padding: 110px 8%;
    background: linear-gradient(to right,#0f172a,#1e293b);
    text-align: center;
}

.vision-content{
    max-width: 1100px;
    margin: auto;
}

.vision-content h2{
    color: #fff;
    font-size: 52px;
    line-height: 1.3;
    margin: 20px 0 30px;
}

.vision-content p{
    color: #cbd5e1;
    font-size: 17px;
    line-height: 2;
    margin-bottom: 20px;
}

.vision-stats{
    margin-top: 60px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 30px;
}

.stat-box{
    min-width: 240px;
    padding: 40px 30px;
    border-radius: 24px;
    background: rgba(255,255,255,0.08);
    backdrop-filter: blur(10px);
}

.stat-box h3{
    font-size: 46px;
    color: #60a5fa;
    margin-bottom: 10px;
}

.stat-box p{
    margin: 0;
    color: #fff;
}

/* =========================
   RESPONSIVE DESIGN
========================= */

@media(max-width:1100px){

    .about-container{
        grid-template-columns: 1fr;
    }

    .about-content h2{
        font-size: 42px;
    }

}

@media(max-width:768px){

    .hero-content h1{
        font-size: 42px;
    }

    .hero-content p{
        font-size: 17px;
    }

    .about-content h2{
        font-size: 34px;
    }

    .vision-content h2{
        font-size: 36px;
    }

    .about-features{
        grid-template-columns: 1fr;
    }

}

@media(max-width:480px){

    .hero-content h1{
        font-size: 34px;
    }

    .about-content h2{
        font-size: 28px;
    }

    .vision-content h2{
        font-size: 28px;
    }

}
.about-image img{
    width:100%;
    height:auto;
    object-fit:cover;
}

/* ==========================
   MISSION & VISION HEADER
========================== */

.mission-vision{
    padding:100px 8%;
    background:#f8fafc;
}

.mission-vision .premium-section-header{
    text-align:center;
    max-width:900px;
    margin:0 auto 70px;
}

.mission-vision .premium-heading{
    display:flex;
    align-items:center;
    justify-content:center;
    gap:15px;
    margin-bottom:20px;
}

.mission-vision .heading-line{
    width:70px;
    height:2px;
    background:#2563eb;
}

.mission-vision .premium-heading h5{
    color:#2563eb;
    font-size:15px;
    font-weight:700;
    letter-spacing:3px;
    text-transform:uppercase;
}

.mission-vision .premium-title{
    color:#0f172a !important;
    font-size:48px;
    font-weight:700;
    margin-bottom:20px;
    line-height:1.3;
}

.mission-vision .premium-description{
    color:#64748b !important;
    font-size:18px;
    line-height:1.8;
    max-width:800px;
    margin:auto;
}

/* =========================
   MODERN ABOUT SECTION
========================= */

.about-modern{
    padding:100px 8%;
    background:#fafafa;
}

.about-modern-container{
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:60px;
}

.about-modern-content{
    flex:1;
}

.about-label{
    color:#1f4d3f;
    font-size:14px;
    font-weight:700;
    letter-spacing:2px;
}

.about-line{
    width:60px;
    height:2px;
    background:#1f4d3f;
    margin:15px 0 30px;
}

.about-modern-content h2{
    font-size:58px;
    line-height:1.15;
    color:#0f172a;
    font-weight:600;
    margin-bottom:25px;
}

.about-modern-content h2 span{
    color:#4b6f52;
    font-style:italic;
    font-weight:500;
}

.about-modern-content p{
    font-size:18px;
    line-height:1.9;
    color:#555;
    margin-bottom:20px;
    max-width:600px;
}

.about-values{
    display:flex;
    gap:25px;
    margin-top:50px;
}

.value-card{
    flex:1;
}

.value-card i{
    font-size:32px;
    color:#4b6f52;
    margin-bottom:15px;
}

.value-card h4{
    font-size:18px;
    color:#0f172a;
    margin-bottom:10px;
    font-weight:600;
}

.value-card p{
    font-size:15px;
    line-height:1.7;
    color:#666;
    margin:0;
}

.about-modern-image{
    flex:1;
    position:relative;
}

.about-modern-image img{
    width:100%;
    border-radius:20px;
    object-fit:cover;
    box-shadow:0 20px 50px rgba(0,0,0,0.12);
}

/* Responsive */

@media(max-width:992px){

    .about-modern-container{
        flex-direction:column-reverse;
    }

    .about-modern-content h2{
        font-size:42px;
    }

    .about-values{
        flex-direction:column;
    }
}

@media(max-width:576px){

    .about-modern{
        padding:70px 20px;
    }

    .about-modern-content h2{
        font-size:34px;
    }

    .about-modern-content p{
        font-size:16px;
    }
}