/* =====================================================
   SEQUENT TOURS & TRAVELS
   FILE        : about.css
   VERSION     : 1.0
   AUTHOR      : Sequent Travels
   DESCRIPTION : About Page Hero, About Introduction,
                 Mission & Vision, Journey, Features & CTA
===================================================== */


/* =====================================================
   01. PAGE HERO
===================================================== */

.page-hero{
    width:100%;
    height:300px;
    padding-top:90px;
    display:flex;
    align-items:center;
    justify-content:center;
    position:relative;
    overflow:hidden;
    background:linear-gradient(135deg,#F7F7F7,#FFFFFF);
}

.page-hero::before{
    content:"";
    position:absolute;
    top:-220px;
    left:-220px;
    width:500px;
    height:500px;
    background:rgba(217,119,6,.08);
    border-radius:50%;
    pointer-events:none;
}

.page-hero::after{
    content:"";
    position:absolute;
    right:-260px;
    bottom:-260px;
    width:600px;
    height:600px;
    background:rgba(217,119,6,.05);
    border-radius:50%;
    pointer-events:none;
}

.page-overlay{
    position:relative;
    z-index:2;
    max-width:700px;
    padding:0 24px;
    text-align:center;
}

.page-overlay h1{
    margin:0 0 14px;
    color:#222222;
    font-size:48px;
    font-weight:500;
    line-height:1.2;
}

.page-overlay p{
    margin:0;
    color:#6B7280;
    font-size:16px;
    line-height:1.8;
}


/* =====================================================
   02. ABOUT INTRODUCTION
===================================================== */

.about-section{
    width:100%;
    padding:90px 80px 50px;
    background:#FFFFFF;
    overflow:hidden;
}

.about-content{
    width:100%;
    max-width:1280px;
    margin:0 auto;
    display:grid;
    grid-template-columns:1.05fr .95fr;
    gap:60px;
    align-items:center;
}

.about-text{
    min-width:0;
}

.about-text span{
    color:#D97706;
    font-size:13px;
    font-weight:600;
    letter-spacing:2px;
}

.about-text h2{
    margin:18px 0 24px;
    color:#222222;
    font-size:42px;
    font-weight:500;
    line-height:1.3;
}

.about-text p{
    margin:0 0 20px;
    color:#6B7280;
    font-size:16px;
    line-height:2;
}

.about-text p:last-child{
    margin-bottom:0;
}


/* =====================================================
   02.1 ABOUT IMAGE
===================================================== */

.about-image{
    width:100%;
    height:440px;
    overflow:hidden;
    border-radius:28px;
    box-shadow:0 14px 40px rgba(0,0,0,.06);
}

.about-image img{
    width:100%;
    height:100%;
    display:block;
    object-fit:cover;
}


/* =====================================================
   03. MISSION & VISION
===================================================== */

.mission-section{
    width:100%;
    padding:90px 20px;
    background:#F9FAFB;
    overflow:hidden;
}

.mission-wrapper{
    width:100%;
    max-width:1200px;
    margin:0 auto;
    display:grid;
    grid-template-columns:repeat(2,minmax(0,1fr));
    gap:30px;
}

.mission-card{
    min-width:0;
    padding:40px;
    background:#FFFFFF;
    border:1px solid rgba(0,0,0,.05);
    border-radius:24px;
    box-shadow:0 10px 25px rgba(0,0,0,.05);
    text-align:center;
    transition:transform .3s ease;
}

.mission-card:hover{
    transform:translateY(-6px);
}

.mission-icon{
    width:72px;
    height:72px;
    margin:0 auto 24px;
    display:flex;
    align-items:center;
    justify-content:center;
    background:#FFF4E8;
    border-radius:50%;
}

.mission-icon i{
    color:#D97706;
    font-size:30px;
    line-height:1;
}

.mission-card h3{
    margin:0 0 18px;
    color:#222222;
    font-size:28px;
    font-weight:500;
    line-height:1.4;
}

.mission-card p{
    margin:0;
    color:#666666;
    font-size:15px;
    line-height:1.8;
}


/* =====================================================
   04. JOURNEY
===================================================== */

.journey-section{
    width:100%;
    padding:80px 80px 100px;
    background:#FFFFFF;
    overflow:hidden;
}

.journey-content{
    width:100%;
    max-width:1280px;
    margin:0 auto;
    display:grid;
    grid-template-columns:.9fr 1.1fr;
    gap:60px;
    align-items:center;
}

.journey-text{
    min-width:0;
}

.journey-text h2{
    margin:0 0 20px;
    color:#222222;
    font-size:40px;
    font-weight:500;
    line-height:1.3;
}

.journey-text p{
    margin:0;
    color:#6B7280;
    font-size:16px;
    line-height:2;
}


/* =====================================================
   04.1 JOURNEY STATS
===================================================== */

.journey-stats{
    min-width:0;
    display:grid;
    grid-template-columns:repeat(4,minmax(0,1fr));
    gap:20px;
    margin:0;
}

.journey-stat{
    min-width:0;
    padding:30px 18px;
    background:#FAFAF8;
    border-radius:20px;
    text-align:center;
    box-shadow:0 8px 20px rgba(0,0,0,.05);
    transition:transform .3s ease;
}

.journey-stat:hover{
    transform:translateY(-6px);
}

.journey-stat i{
    display:block;
    margin-bottom:15px;
    color:#D97706;
    font-size:34px;
    line-height:1;
}

.journey-stat h3{
    margin:0 0 10px;
    color:#D97706;
    font-size:34px;
    font-weight:600;
    line-height:1.2;
}

.journey-stat p{
    margin:0;
    color:#666666;
    font-size:14px;
    line-height:1.5;
}


/* =====================================================
   05. ABOUT FEATURES
===================================================== */

.about-features-section{
    width:100%;
    padding:90px 20px;
    background:#F8FAFC;
    overflow:hidden;
}

.about-features-header{
    width:100%;
    max-width:760px;
    margin:0 auto 55px;
    text-align:center;
}

.about-features-header span{
    display:inline-block;
    margin-bottom:18px;
    padding:8px 18px;
    background:#FFF4E8;
    color:#D97706;
    border-radius:999px;
    font-size:13px;
    font-weight:600;
    letter-spacing:.6px;
}

.about-features-header h2{
    margin:0 0 18px;
    color:#222222;
    font-size:42px;
    font-weight:500;
    line-height:1.2;
}

.about-features-header p{
    max-width:650px;
    margin:0 auto;
    color:#6B7280;
    font-size:17px;
    line-height:1.8;
}

.about-features-grid{
    width:100%;
    max-width:1200px;
    margin:0 auto;
    display:grid;
    grid-template-columns:repeat(3,minmax(0,1fr));
    gap:24px;
}

.about-feature-card{
    min-width:0;
    min-height:230px;
    padding:32px 26px;
    display:flex;
    flex-direction:column;
    align-items:center;
    justify-content:flex-start;
    background:#FFFFFF;
    border:1px solid rgba(0,0,0,.05);
    border-radius:22px;
    box-shadow:0 10px 24px rgba(0,0,0,.05);
    text-align:center;
    transition:transform .3s ease,box-shadow .3s ease;
}

.about-feature-card:hover{
    transform:translateY(-6px);
    box-shadow:0 16px 32px rgba(0,0,0,.07);
}

.about-feature-icon{
    width:68px;
    height:68px;
    margin:0 auto 20px;
    display:flex;
    align-items:center;
    justify-content:center;
    background:#FFF4E8;
    border-radius:50%;
}

.about-feature-icon i{
    color:#D97706;
    font-size:30px;
    line-height:1;
}

.about-feature-card h3{
    margin:0 0 12px;
    color:#222222;
    font-size:21px;
    font-weight:500;
    line-height:1.4;
}

.about-feature-card p{
    margin:0;
    color:#666666;
    font-size:15px;
    line-height:1.7;
}


/* =====================================================
   06. ABOUT CTA
===================================================== */

.about-cta{
    width:100%;
    padding:110px 80px;
    background:linear-gradient(180deg,#FFF8ED,#FFFFFF);
    text-align:center;
    overflow:hidden;
}

.about-cta h2{
    margin:0 0 30px;
    color:#222222;
    font-size:36px;
    font-weight:500;
    line-height:1.3;
}

.about-cta a{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    padding:14px 30px;
    background:#D97706;
    color:#FFFFFF;
    border-radius:14px;
    font-size:15px;
    font-weight:600;
    text-decoration:none;
    transition:background .3s ease,transform .3s ease;
}

.about-cta a:hover{
    background:#BF670D;
    color:#FFFFFF;
    transform:translateY(-2px);
}


/* =====================================================
   07. TABLET
===================================================== */

@media (max-width:1024px){

    .about-section{
        padding:80px 50px 50px;
    }

    .about-content{
        grid-template-columns:1fr 1fr;
        gap:40px;
    }

    .about-text h2{
        font-size:36px;
    }

    .about-image{
        height:400px;
    }

    .mission-section{
        padding:80px 50px;
    }

    .journey-section{
        padding:80px 50px;
    }

    .journey-content{
        grid-template-columns:1fr;
        gap:45px;
    }

    .journey-stats{
        grid-template-columns:repeat(2,minmax(0,1fr));
    }

    .about-features-section{
        padding:80px 50px;
    }

    .about-features-grid{
        grid-template-columns:repeat(2,minmax(0,1fr));
    }

    .about-cta{
        padding:90px 50px;
    }

}


/* =====================================================
   08. MOBILE
===================================================== */

@media (max-width:768px){

    .page-hero{
        height:280px;
        padding-top:80px;
    }

    .page-overlay h1{
        font-size:38px;
    }

    .about-section{
        padding:70px 24px 45px;
    }

    .about-content{
        grid-template-columns:1fr;
        gap:40px;
    }

    .about-text h2{
        font-size:34px;
    }

    .about-image{
        height:360px;
    }

    .mission-section{
        padding:70px 24px;
    }

    .mission-wrapper{
        grid-template-columns:1fr;
        gap:24px;
    }

    .journey-section{
        padding:70px 24px;
    }

    .journey-content{
        gap:40px;
    }

    .journey-text h2{
        font-size:34px;
    }

    .journey-stats{
        grid-template-columns:repeat(2,minmax(0,1fr));
        gap:16px;
    }

    .about-features-section{
        padding:70px 24px;
    }

    .about-features-header{
        margin-bottom:44px;
    }

    .about-features-header h2{
        font-size:34px;
    }

    .about-features-header p{
        font-size:16px;
    }

    .about-features-grid{
        grid-template-columns:1fr;
        gap:20px;
    }

    .about-feature-card{
        min-height:0;
    }

    .about-cta{
        padding:80px 24px;
    }

    .about-cta h2{
        font-size:32px;
    }

}


/* =====================================================
   09. SMALL MOBILE
===================================================== */

@media (max-width:430px){

    .page-hero{
        height:250px;
    }

    .page-overlay{
        padding:0 20px;
    }

    .page-overlay h1{
        font-size:31px;
    }

    .page-overlay p{
        font-size:15px;
    }

    .about-section{
        padding:60px 20px 40px;
    }

    .about-text h2{
        font-size:30px;
    }

    .about-text p{
        font-size:15px;
        line-height:1.8;
    }

    .about-image{
        height:300px;
        border-radius:22px;
    }

    .mission-section{
        padding:60px 20px;
    }

    .mission-card{
        padding:32px 24px;
    }

    .mission-card h3{
        font-size:24px;
    }

    .journey-section{
        padding:60px 20px;
    }

    .journey-text h2{
        font-size:30px;
    }

    .journey-text p{
        font-size:15px;
        line-height:1.8;
    }

    .journey-stats{
        grid-template-columns:1fr;
    }

    .about-features-section{
        padding:60px 20px;
    }

    .about-features-header h2{
        font-size:30px;
    }

    .about-feature-card{
        padding:28px 22px;
    }

    .about-cta{
        padding:70px 20px;
    }

    .about-cta h2{
        font-size:28px;
    }

}
