
/*=========================
      ABOUT SECTION
==========================*/

.about-section{
    padding:80px 0 60px;
    background:#fff;
}

.about-section .container{
    max-width:1100px;
}

.about-small-title{
    font-size:22px;
    font-weight:700;
    color:#2d2d2d;
    margin-bottom:8px;
}

.about-title{
    font-size:68px;
    font-weight:800;
    color:#07b3c2;
    margin-bottom:25px;
    line-height:1;
}

.about-text{
    font-size:18px;
    line-height:1.8;
    color:#5d6773;
    max-width:820px;
}

/*=========================
 ABOUT REPRESENT SECTION
==========================*/

.represent-section{
    background:#eefbfd;
    padding:80px 0;
    position:relative;
}

.represent-section::before{
    content:"";
    position:absolute;
    width:500px;
    height:500px;
    background:#bdeff8;
    filter:blur(120px);
    opacity:.45;
    top:-120px;
    left:50%;
    transform:translateX(-50%);
}

.section-heading{
    text-align:center;
    margin-bottom:60px;
    position:relative;
}

.section-heading h2{
    font-size:48px;
    font-weight:800;
    color:#0c3442;
}

.section-heading span{
    display:block;
    width:70px;
    height:3px;
    background:#07b3c2;
    margin:15px auto 0;
    border-radius:20px;
}

/* Card */

.represent-card{
    background:#fff;
    border-radius:18px;
    padding:40px 28px;
    height:100%;
    text-align:center;
    box-shadow:0 10px 30px rgba(0,0,0,.08);
    transition:.35s;
    position:relative;
}

.represent-card:hover{
    transform:translateY(-8px);
    box-shadow:0 20px 45px rgba(0,0,0,.12);
}

.letter{
    font-size:62px;
    font-weight:800;
    margin-bottom:18px;
}

.focus{
    color:#00b3c1;
}

.innovation{
    color:#b85e3d;
}

.visibility{
    color:#06c7af;
}

.integrity{
    color:#0aa8ff;
}

.zeal{
    color:#ff7b42;
}

.opportunity{
    color:#7b61ff;
}

.represent-card h3{
    font-size:34px;
    font-weight:700;
    color:#0f3342;
    margin-bottom:15px;
}

.represent-card p{
    color:#666;
    line-height:1.8;
    font-size:16px;
}

/* Responsive */

@media(max-width:991px){

.about-section{
    padding:60px 0;
}

.about-title{
    font-size:50px;
}

.about-text{
    font-size:17px;
}

.section-heading h2{
    font-size:38px;
}

.represent-card{
    padding:30px;
}

}

@media(max-width:767px){

.about-title{
    font-size:40px;
}

.about-small-title{
    font-size:18px;
}

.about-text{
    font-size:16px;
}

.section-heading h2{
    font-size:30px;
}

.letter{
    font-size:50px;
}

.represent-card h3{
    font-size:28px;
}

}

.story-section{
    padding:60px 0;
    background:#fff;
    position:relative;
    overflow:hidden;
}

 .story-header{
    text-align:center;
    margin-bottom:40px;
    position:relative;
    z-index:2;
}

.story-header h2{
    font-size:44px;
    font-weight:800;
    color:#083948;
    margin-bottom:8px;
}

.story-header p{
    font-size:18px;
    color:#666;
}

.story-card{
    background:#fff;
    border:1px solid #d8eef3;
    border-radius:24px;
    padding:28px;
    box-shadow:0 10px 25px rgba(0,0,0,.06);
    height:100%;
    transition:.35s;
}

.story-card:hover{
    transform:translateY(-6px);
    box-shadow:0 18px 35px rgba(0,167,181,.15);
}

.story-icon{
    width:66px;
    height:66px;
    border-radius:18px;
    background:#0ea7b5;
    color:#fff;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:28px;
    margin-bottom:18px;
    box-shadow:0 8px 18px rgba(0,167,181,.25);
}

.story-icon.orange{
    background:#b46545;
    box-shadow:0 8px 18px rgba(180,101,69,.25);
}

.story-year{
    display:inline-block;
    background:#eefafb;
    color:#00a7b5;
    padding:5px 14px;
    border-radius:30px;
    font-size:13px;
    font-weight:700;
    margin-bottom:14px;
}

.story-card h3{
    font-size:34px;
    font-weight:700;
    color:#123847;
    margin-bottom:14px;
}

.story-card p{
    font-size:16px;
    color:#666;
    line-height:1.8;
    margin-bottom:16px;
}

.story-line{
    width:48px;
    height:3px;
    background:#00a7b5;
    border-radius:20px;
    margin:20px 0;
}

.story-note{
    font-size:20px;
    color:#008da0;
    font-weight:700;
    font-style:italic;
}

@media(max-width:991px){

.story-section{
    padding:45px 0;
}

.story-header h2{
    font-size:34px;
}

.story-header p{
    font-size:16px;
}

.story-card{
    margin-bottom:25px;
    padding:24px;
}

.story-card h3{
    font-size:28px;
}

.story-card p{
    font-size:15px;
}

.story-note{
    font-size:17px;
}

.story-icon{
    width:58px;
    height:58px;
    font-size:24px;
}

}

.mission-card{
    margin-top:35px;
}

.mission-quote{
    margin-top:22px;
}

/*=========================
MISSION SECTION
==========================*/

.mission-card{
    margin-top:40px;
    background:#eefbfd;
    border:1px solid #d8eef3;
    border-radius:28px;
    padding:50px 80px;
    text-align:center;
    position:relative;
    overflow:hidden;
    box-shadow:0 12px 35px rgba(0,0,0,.06);
}

.mission-card::before{
    content:"";
    position:absolute;
    width:350px;
    height:350px;
    background:#bdeff5;
    filter:blur(100px);
    top:-80px;
    right:-80px;
    opacity:.45;
}

.mission-icon{
    width:72px;
    height:72px;
    border-radius:20px;
    background:#08a9b6;
    color:#fff;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:30px;
    margin:0 auto 22px;
    box-shadow:0 10px 22px rgba(0,167,181,.25);
    position:relative;
    z-index:2;
}

.mission-card h2{
    font-size:42px;
    font-weight:800;
    color:#123847;
    margin-bottom:22px;
    position:relative;
    z-index:2;
}

.mission-card p{
    max-width:760px;
    margin:auto;
    font-size:18px;
    line-height:1.9;
    color:#666;
    position:relative;
    z-index:2;
}

.mission-card strong{
    color:#333;
    font-weight:700;
}

/*=========================
QUOTE CARD
==========================*/

.mission-quote{
    margin-top:25px;
    background:#fff;
    border:1px solid #d8eef3;
    border-left:5px solid #08a9b6;
    border-radius:22px;
    padding:28px 35px;
    display:flex;
    align-items:center;
    gap:22px;
    box-shadow:0 10px 25px rgba(0,0,0,.05);
}
.quote-icon{
    width:54px;
    height:54px;
    border-radius:16px;
    background:#eefafb;
    color:#08a9b6;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:22px;
    flex-shrink:0;
}
.quote-text{
    font-size:18px;
    line-height:1.8;
    color:#555;
}

.quote-text strong{
    color:#222;
    font-weight:700;
}

/*=========================
RESPONSIVE
==========================*/
@media(max-width:991px){
.mission-card{
    padding:40px 35px;
}
.mission-card h2{
    font-size:34px;
}
.mission-card p{
    font-size:16px;
}
.mission-quote{
    flex-direction:column;
    text-align:center;
    padding:25px;
}

.quote-text{
    font-size:16px;
}
}
@media(max-width:767px){
.mission-card{
    padding:30px 20px;
}
.mission-icon{
    width:60px;
    height:60px;
    font-size:24px;
}
.mission-card h2{
    font-size:28px;
}
.mission-card p{
    font-size:15px;
    line-height:1.8;
}
.quote-icon{
    width:48px;
    height:48px;
    font-size:20px;
}
.quote-text{
    font-size:15px;
}
}

/*==============================
    OUR MISSION & VALUES
===============================*/

.values-section{
    background:#fdfefe;
    padding:70px 0;
    position:relative;
    overflow:hidden;
}

.values-section::before{
    content:"";
    position:absolute;
    width:420px;
    height:420px;
    background:#dff7fb;
    filter:blur(110px);
    top:-80px;
    right:-80px;
    opacity:.8;
}

.values-header{
    text-align:center;
    margin-bottom:50px;
    position:relative;
    z-index:2;
}

.values-header h2{
    font-size:48px;
    font-weight:800;
    color:#073847;
    margin-bottom:15px;
}

.values-header p{
    max-width:700px;
    margin:auto;
    font-size:18px;
    line-height:1.8;
    color:#666;
}

.value-card{
    background:#fff;
    border:1px solid #edf3f5;
    border-radius:24px;
    padding:35px 28px;
    height:100%;
    position:relative;
    box-shadow:0 10px 25px rgba(0,0,0,.06);
    transition:.35s;
    
}

.value-card:hover{
    transform:translateY(-8px);
    box-shadow:0 18px 40px rgba(0,167,181,.15);
    border-top:5px solid #00a7b5;
}

.value-icon{
    width:66px;
    height:66px;
    border-radius:18px;
    background:#e8f8fb;
    display:flex;
    align-items:center;
    justify-content:center;
    color:#0b8ea4;
    font-size:28px;
    margin-bottom:28px;
}

.value-icon.teal{
    color:#08a8b5;
}

.value-icon.brown{
    color:#b56647;
    background:#f8efeb;
}

.value-icon.green{
    color:#05c6ae;
    background:#eafbf8;
}

.value-card h3{
    font-size:30px;
    font-weight:700;
    color:#083847;
    line-height:1.3;
    margin-bottom:18px;
}

.value-card p{
    font-size:16px;
    color:#666;
    line-height:1.9;
    margin-bottom:50px;
}

.value-number{
    position:absolute;
    right:24px;
    bottom:24px;
    width:48px;
    height:48px;
    border-radius:50%;
    background:#dff8fb;
    color:#6ebbc6;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:18px;
    font-weight:700;
}

.brown-bg{
    background:#f8ebe6;
    color:#c18568;
}

.green-bg{
    background:#e8faf6;
    color:#3fc6af;
}

/* Hover */

.value-card:hover .value-icon{
    background:#00a7b5;
    color:#fff;
}

.value-card:hover .value-number{
    background:#00a7b5;
    color:#fff;
}

/*==============================
        RESPONSIVE
===============================*/

@media(max-width:991px){

.values-section{
    padding:55px 0;
}

.values-header{
    margin-bottom:40px;
}

.values-header h2{
    font-size:38px;
}

.values-header p{
    font-size:16px;
}

.value-card{
    padding:28px 22px;
}

.value-card h3{
    font-size:25px;
}

.value-card p{
    font-size:15px;
    margin-bottom:40px;
}

.value-icon{
    width:60px;
    height:60px;
    font-size:24px;
}

}

@media(max-width:767px){

.values-section{
    padding:45px 0;
}

.values-header h2{
    font-size:32px;
}

.values-header p{
    font-size:15px;
}

.value-card{
    text-align:center;
    padding:25px 20px;
}

.value-icon{
    margin:0 auto 20px;
}

.value-card h3{
    font-size:22px;
}

.value-card p{
    font-size:15px;
    margin-bottom:35px;
}

.value-number{
    width:42px;
    height:42px;
    font-size:16px;
}

}


/*=========================
 TEAM SECTION
==========================*/

.team-section{
    background:#eefbfd;
    padding:70px 0;
    position:relative;
    overflow:hidden;
}

.team-section::before{
    content:"";
    position:absolute;
    width:450px;
    height:450px;
    background:#c9f5fb;
    filter:blur(120px);
    opacity:.5;
    top:-100px;
    right:-80px;
}

.team-header{
    text-align:center;
    margin-bottom:45px;
    position:relative;
    z-index:2;
}

.team-header h2{
    font-size:48px;
    font-weight:800;
    color:#083948;
    margin-bottom:12px;
}

.team-header p{
    max-width:650px;
    margin:auto;
    font-size:18px;
    color:#666;
    line-height:1.7;
}

.team-card{
    background:#fff;
    border-radius:22px;
    padding:28px 25px;
    text-align:center;
    height:100%;
    box-shadow:0 12px 30px rgba(0,0,0,.08);
    transition:.35s;
    border:1px solid #e8f1f3;
}

.team-card:hover{
    transform:translateY(-8px);
    box-shadow:0 18px 40px rgba(0,167,181,.18);
}

.team-image{
    width:95px;
    height:95px;
    margin:0 auto 20px;
    border-radius:50%;
    overflow:hidden;
    background:#f3f3f3;
}

.team-image img{
    width:100%;
    height:100%;
    object-fit:cover;
}

.featured .team-image{
    border:5px solid #08b3c1;
}

.team-card h3{
    font-size:30px;
    font-weight:700;
    color:#0d3442;
    margin-bottom:8px;
}

.team-card h5{
    font-size:18px;
    font-weight:600;
    color:#00a7b5;
    line-height:1.5;
    margin-bottom:18px;
    min-height:54px;
}

.team-card p{
    font-size:16px;
    color:#666;
    line-height:1.8;
    margin-bottom:22px;

    display:-webkit-box;
    -webkit-line-clamp:3;
    -webkit-box-orient:vertical;
    overflow:hidden;
}

.linkedin-btn{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    gap:10px;
    padding:11px 22px;
    background:#eefafb;
    border-radius:30px;
    color:#0077b5;
    text-decoration:none;
    font-size:15px;
    font-weight:600;
    transition:.3s;
}

.linkedin-btn i{
    font-size:18px;
}

.linkedin-btn:hover{
    background:#0077b5;
    color:#fff;
}

.featured{
    transform:translateY(-10px);
}

.featured:hover{
    transform:translateY(-18px);
}

.team-slider{
    overflow:hidden;
    width:100%;
    position:relative;
}

.team-track{
    display:flex;
    gap:25px;
    width:max-content;
    animation:teamScroll 28s linear infinite;
}

.team-slider:hover .team-track{
    animation-play-state:paused;
}

.team-track .team-card{
    width:300px;
    flex-shrink:0;
}

@keyframes teamScroll{
    from{
        transform:translateX(0);
    }
    to{
        transform:translateX(calc(-325px * 4));
    }
}

/*=========================
 Responsive
==========================*/

@media(max-width:991px){

.team-section{
    padding:60px 0;
}

.team-header h2{
    font-size:38px;
}

.team-header p{
    font-size:16px;
}

.team-card{
    padding:24px;
}

.team-card h3{
    font-size:26px;
}

.team-card h5{
    font-size:16px;
    min-height:auto;
}

.team-card p{
    font-size:15px;
}

.featured{
    transform:none;
}

}

@media(max-width:767px){

.team-section{
    padding:50px 0;
}

.team-header h2{
    font-size:32px;
}

.team-header p{
    font-size:15px;
}

.team-image{
    width:85px;
    height:85px;
}

.team-card h3{
    font-size:24px;
}

.team-card h5{
    font-size:15px;
}

.team-card p{
    font-size:14px;
}

.linkedin-btn{
    width:100%;
}

}