.about-home{
    background:#fff;
}

.section-badge{
    background:rgba(0,116,45,0.08);
    color:#00742D;
    padding:10px 18px;
    border-radius:30px;
    font-weight:600;
}

.about-title{
    font-size:48px;
    font-weight:700;
    margin:20px 0;
}

#typed-text{
    color:#DC7A33;
}

.about-feature{
    padding:15px;
    border-radius:12px;
    background:#f8f9fa;
    margin-bottom:15px;
    font-weight:600;
}

.about-feature i{
    color:#DC7A33;
    margin-right:10px;
}

.about-image img{
    transition:.5s;
}

.about-image img:hover{
    transform:scale(1.03);
}


/* ==========================================
   HONA TECH COMPANY PROFILE PAGE
   Brand Colors:
   Primary: #00742D
   Secondary: #DC7A33
   Tertiary: #B9BCC1
========================================== */

:root{
    --hona-primary:#00742D;
    --hona-secondary:#DC7A33;
    --hona-tertiary:#B9BCC1;
    --hona-dark:#1f2937;
    --hona-light:#f8fafc;
}

/* ==========================================
   HERO BANNER
========================================== */

.profile-banner{
    position:relative;
    height:550px;
    background-size:cover;
    background-position:center;
    overflow:hidden;
}

.profile-banner::before{
    content:'';
    position:absolute;
    inset:0;
    background:linear-gradient(
        90deg,
        rgba(0,116,45,.92),
        rgba(0,0,0,.60)
    );
}

.profile-banner-content{
    position:relative;
    z-index:2;
    color:#fff;
    height:100%;
    display:flex;
    align-items:center;
}

.profile-banner h1{
    font-size:4rem;
    font-weight:800;
    margin-bottom:20px;
}

.profile-banner p{
    font-size:1.2rem;
    max-width:800px;
    line-height:1.9;
}

/* ==========================================
   SECTION TITLE
========================================== */

.section-title{
    position:relative;
    margin-bottom:50px;
}

.section-title span{
    color:var(--hona-secondary);
    text-transform:uppercase;
    font-weight:700;
    letter-spacing:2px;
}

.section-title h2{
    font-size:2.7rem;
    font-weight:800;
    color:var(--hona-primary);
}

.section-title::after{
    content:'';
    width:80px;
    height:4px;
    background:var(--hona-secondary);
    position:absolute;
    bottom:-15px;
    left:0;
}

/* ==========================================
   PROFILE OVERVIEW
========================================== */

.profile-overview{
    padding:100px 0;
}

.profile-overview img{
    border-radius:25px;
    box-shadow:0 20px 50px rgba(0,0,0,.12);
}

.profile-overview p{
    line-height:2;
    color:#555;
}

/* ==========================================
   ADVANTAGE CARDS
========================================== */

.advantage-card{
    background:#fff;
    border-radius:20px;
    padding:35px;
    text-align:center;
    height:100%;
    transition:.4s;
    box-shadow:0 10px 35px rgba(0,0,0,.06);
}

.advantage-card:hover{
    transform:translateY(-10px);
}

.advantage-icon{
    width:90px;
    height:90px;
    background:rgba(0,116,45,.1);
    color:var(--hona-primary);
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
    margin:auto;
    margin-bottom:25px;
    font-size:2rem;
}

.advantage-card h4{
    color:var(--hona-primary);
    font-weight:700;
    margin-bottom:15px;
}

.advantage-card p{
    color:#666;
    line-height:1.8;
}

/* ==========================================
   LEADERSHIP SECTION
========================================== */

.leadership-section{
    background:#f8fafc;
    padding:100px 0;
}

.leader-card{
    background:#fff;
    border-radius:25px;
    overflow:hidden;
    box-shadow:0 10px 35px rgba(0,0,0,.08);
    transition:.4s;
    height:100%;
}

.leader-card:hover{
    transform:translateY(-10px);
}

.leader-card img{
    width:100%;
    height:380px;
    object-fit:cover;
}

.leader-content{
    padding:30px;
}

.leader-content h4{
    color:var(--hona-primary);
    font-weight:700;
}

.leader-content h6{
    color:var(--hona-secondary);
    margin-bottom:20px;
}

.leader-content p{
    color:#555;
    line-height:1.8;
}

/* ==========================================
   ORGANIZATIONAL STRUCTURE
========================================== */

.org-chart-section{
    padding:100px 0;
}

.org-card{
    background:#fff;
    border-radius:18px;
    padding:25px;
    text-align:center;
    box-shadow:0 10px 25px rgba(0,0,0,.06);
}

.org-card.ceo{
    background:var(--hona-primary);
    color:#fff;
}

.org-card.manager{
    background:var(--hona-secondary);
    color:#fff;
}

.org-card h5{
    margin-bottom:8px;
}

/* ==========================================
   FOOTPRINT SECTION
========================================== */

.footprint-section{
    background:#f8fafc;
    padding:100px 0;
}

.location-card{
    background:#fff;
    border-radius:20px;
    padding:30px;
    text-align:center;
    box-shadow:0 10px 30px rgba(0,0,0,.06);
}

.location-card i{
    font-size:3rem;
    color:var(--hona-secondary);
    margin-bottom:20px;
}

.location-card h4{
    color:var(--hona-primary);
}

/* ==========================================
   PARTNER LOGOS
========================================== */

.partners-section{
    padding:100px 0;
}

.partner-box{
    background:#fff;
    border-radius:20px;
    padding:30px;
    height:120px;
    display:flex;
    align-items:center;
    justify-content:center;
    border:1px solid #eee;
    transition:.4s;
}

.partner-box:hover{
    border-color:var(--hona-primary);
    transform:translateY(-5px);
}

/* ==========================================
   DOWNLOAD CTA
========================================== */

.download-profile{
    background:linear-gradient(
        135deg,
        #00742D,
        #00983d
    );
    color:#fff;
    padding:90px 0;
}

.download-profile h2{
    font-size:3rem;
    font-weight:800;
}

.download-profile p{
    max-width:700px;
    margin:auto;
    line-height:1.9;
}

.download-btn{
    background:#DC7A33;
    color:#fff;
    padding:16px 40px;
    border-radius:50px;
    display:inline-block;
    margin-top:25px;
    text-decoration:none;
    font-weight:700;
    transition:.4s;
}

.download-btn:hover{
    background:#fff;
    color:#00742D;
}

/* ==========================================
   STATS
========================================== */

.stats-box{
    background:#fff;
    border-radius:20px;
    padding:30px;
    text-align:center;
    box-shadow:0 10px 30px rgba(0,0,0,.05);
}

.stats-box h2{
    color:var(--hona-primary);
    font-size:3rem;
    font-weight:800;
}

.stats-box p{
    margin-bottom:0;
    color:#666;
    font-weight:600;
}

/* ==========================================
   RESPONSIVE
========================================== */

@media(max-width:991px){

    .profile-banner{
        height:420px;
    }

    .profile-banner h1{
        font-size:2.5rem;
    }

    .section-title h2{
        font-size:2rem;
    }

    .leader-card img{
        height:300px;
    }
}

@media(max-width:768px){

    .profile-banner{
        height:380px;
    }

    .profile-banner h1{
        font-size:2rem;
    }

    .download-profile h2{
        font-size:2rem;
    }
}
/* =========================
   SERVICES MEGA MENU
========================= */

.mega-menu{
    width:1100px;
    max-width:95vw;
    padding:35px;
    border:none;
    border-radius:18px;
    box-shadow:0 20px 60px rgba(0,0,0,.12);
}

.mega-menu .col-lg-4{
    padding:20px;
}

.mega-menu h6{
    color:#00742D;
    font-weight:700;
    margin-bottom:15px;
}

.mega-menu h6 i{
    color:#DC7A33;
}

.mega-menu p{
    color:#666;
    font-size:.95rem;
    line-height:1.7;
    margin-bottom:15px;
}

.mega-link{
    color:#00742D;
    text-decoration:none;
    font-weight:600;
}

.mega-link:hover{
    color:#DC7A33;
}
/* =========================================
   SERVICES SECTION
========================================= */

.services-section{
    background:#f8faf9;
    position:relative;
}

.section-tag{
    display:inline-block;
    background:rgba(0,116,45,0.08);
    color:#00742D;
    padding:10px 22px;
    border-radius:50px;
    font-weight:600;
    letter-spacing:1px;
    margin-bottom:15px;
}

.section-title{
    font-size:48px;
    font-weight:700;
    color:#111;
    margin-bottom:20px;
}

.section-title span{
    color:#DC7A33;
}

.section-text{
    font-size:17px;
    line-height:1.9;
    color:#666;
}

.service-card{
    background:#fff;
    padding:35px;
    border-radius:18px;
    height:100%;
    transition:all .4s ease;
    box-shadow:0 5px 30px rgba(0,0,0,.05);
    border-top:5px solid transparent;
}

.service-card:hover{
    transform:translateY(-10px);
    border-top:5px solid #00742D;
    box-shadow:0 15px 40px rgba(0,0,0,.12);
}

.service-icon{
    width:80px;
    height:80px;
    border-radius:50%;
    background:rgba(0,116,45,.08);
    display:flex;
    align-items:center;
    justify-content:center;
    margin-bottom:25px;
}

.service-icon i{
    font-size:34px;
    color:#00742D;
}

.service-card h4{
    font-size:22px;
    margin-bottom:15px;
    color:#222;
    font-weight:700;
}

.service-card p{
    color:#666;
    line-height:1.8;
    margin-bottom:20px;
}

.service-card a{
    color:#DC7A33;
    text-decoration:none;
    font-weight:600;
}

.service-card a:hover{
    color:#00742D;
}

.services-btn{
    background:#00742D;
    color:#fff;
    padding:16px 38px;
    border-radius:50px;
    text-decoration:none;
    font-weight:600;
    transition:.4s;
}

.services-btn:hover{
    background:#DC7A33;
    color:#fff;
}

@media(max-width:768px){

    .section-title{
        font-size:34px;
    }

    .service-card{
        padding:25px;
    }

}

/* SERVICE HERO */

.service-hero{
    position:relative;
    min-height:500px;
    display:flex;
    align-items:center;
    background-size:cover;
    background-position:center;
}

.service-overlay{
    background:rgba(0,0,0,.60);
    position:absolute;
    width:100%;
    height:100%;
}

.service-content{
    position:relative;
    z-index:2;
    color:#fff;
}

.service-content h1{
    font-size:3rem;
    font-weight:800;
    margin-bottom:20px;
}

.service-content p{
    max-width:800px;
    font-size:1.15rem;
}

/* SERVICE SECTION */

.service-section{
    padding:90px 0;
}

.service-card{
    background:#fff;
    padding:35px;
    border-radius:18px;
    margin-bottom:35px;
    box-shadow:0 10px 30px rgba(0,0,0,.08);
    transition:.4s;
}

.service-card:hover{
    transform:translateY(-8px);
}

.service-card h3{
    color:#00742D;
    margin-bottom:20px;
    font-weight:700;
}

.service-card ul{
    padding-left:20px;
}

.service-card li{
    margin-bottom:10px;
}

/* CTA */

.service-cta{
    background:#00742D;
    color:#fff;
    text-align:center;
    padding:80px 30px;
}

.service-cta h2{
    margin-bottom:20px;
}

.service-btn{
    background:#DC7A33;
    color:#fff;
    padding:15px 35px;
    border-radius:40px;
    text-decoration:none;
}
/* ===============================
   TRAINING MEGA MENU
================================= */

.mega-dropdown {
    position: static;
}

.mega-menu {
    width: 100%;
    left: 0;
    right: 0;
    padding: 30px;
    border: none;
    border-radius: 0;
    box-shadow: 0 10px 40px rgba(0,0,0,.08);
    background: #fff;
}

.mega-menu h6{
    color:#00742D;
    font-weight:700;
    margin-bottom:15px;
    text-transform:uppercase;
    font-size:14px;
    letter-spacing:.5px;
}

.mega-menu a{
    display:block;
    color:#333;
    text-decoration:none;
    padding:8px 0;
    transition:.3s;
    font-size:15px;
}

.mega-menu a:hover{
    color:#DC7A33;
    padding-left:6px;
}

@media(max-width:991px){

    .mega-menu{
        width:100%;
        padding:15px;
    }

}