/*=========================================================
ABOUT HERO V2
=========================================================*/



.hero-badge {

    display: inline-flex;
    align-items: center;
    gap: 10px;

    padding: 10px 18px;

    border-radius: 999px;

    background: rgba(21, 185, 217, .08);

    border: 1px solid rgba(21, 185, 217, .14);

    backdrop-filter: blur(18px);

    color: #15B9D9;

    font-size: 14px;

    font-weight: 700;

    letter-spacing: .3px;

    margin-bottom: 30px;

    transition: .35s;

}

.hero-badge:hover {

    transform: translateY(-2px);

    box-shadow:

        0 12px 28px rgba(21, 185, 217, .12);

}

.hero-badge i {

    font-size: 16px;

}


.page-hero{

    position:relative;

    overflow:hidden;

    padding:70px 0 90px;

    background:
        radial-gradient(circle at top left,
        rgba(21,185,217,.12),
        transparent 35%),

        radial-gradient(circle at top right,
        rgba(21,185,217,.08),
        transparent 40%),

        linear-gradient(
            180deg,
            #F5FCFE 0%,
            #FFFFFF 100%
        );

}

.hero-bg{

    position:absolute;

    top:-220px;

    right:-220px;

    width:800px;

    height:800px;

    border-radius:50%;

    background:

        radial-gradient(

            rgba(21,185,217,.18),

            transparent 70%

        );

    pointer-events:none;

}

/* ============================= */

.page-breadcrumb{

    display:flex;

    align-items:center;

    gap:10px;

    margin-bottom:25px;

    font-size:15px;

}

.page-breadcrumb a{

    color:var(--primary-color);

    text-decoration:none;

    font-weight:600;

}

.page-breadcrumb .active{

    color:#172B4D;

    font-weight:700;

}

/* ============================= */

.page-title{

    margin:22px 0;

    font-size:64px;

    line-height:1.08;

    font-weight:800;

    color:#172B4D;

    letter-spacing:-1.5px;

}

.page-title span{

   color: #15B9D9;

}

.page-description{

    max-width:620px;

    margin-bottom:35px;

    font-size:18px;

    line-height:1.9;

    color:#667085;

}

/* ============================= */

.hero-buttons{

    display:flex;

    gap:18px;

    margin-bottom:35px;

}

/* ============================= */

.hero-features{

    display:flex;

    flex-wrap:wrap;

    gap:35px;

}

.hero-feature{

    display:flex;

    align-items:center;

    gap:10px;

    font-weight:600;

    color:#334155;

}

.hero-feature i{

    color:#15B9D9;

    font-size:20px;

}

/* ============================= */

.about-hero-image{

    display:flex;

    justify-content:center;

    align-items:center;

}

.about-hero-image img{

    width:100%;

    max-width:650px;

    filter:drop-shadow(0 30px 60px rgba(15,23,42,.12));

}

/* ============================= */

@media(max-width:991px){

.page-hero{

padding:60px 0;

text-align:center;

}

.page-breadcrumb{

justify-content:center;

}

.page-title{

font-size:46px;

}

.page-description{

margin:0 auto 30px;

}

.hero-buttons{

justify-content:center;

}

.hero-features{

justify-content:center;

margin-bottom:40px;

}

.about-hero-image{

margin-top:30px;

}

}

@media(max-width:576px){

.page-title{

font-size:36px;

}
.page-title span{
     color: #15B9D9;
}

.hero-buttons{

flex-direction:column;

}

.hero-buttons .btn{

width:100%;

}

.hero-features{

flex-direction:column;

gap:18px;

align-items:flex-start;

}

}




/*=========================================================
OUR STORY
=========================================================*/

.our-story-section{

    padding:10px 0;

       background:
        radial-gradient(circle at top left,
        rgba(21,185,217,.12),
        transparent 35%),

        radial-gradient(circle at top right,
        rgba(21,185,217,.08),
        transparent 40%),

        linear-gradient(
            180deg,
            #F5FCFE 0%,
            #FFFFFF 100%
        );

}

.story-content h3{

    font-size:42px;

    font-weight:800;

    color:#172B4D;

    margin-bottom:25px;

    line-height:1.2;

}

.story-content h3 span{

    color:var(--primary-color);

}

.story-content p{

    font-size:17px;

    line-height:1.9;

    color:#667085;

    margin-bottom:22px;

}

.story-highlights{

    margin-top:35px;

}

.story-item{

    display:flex;

    align-items:center;

    gap:14px;

    margin-bottom:18px;

    font-weight:600;

    color:#172B4D;

}

.story-item i{

    color:var(--primary-color);

}

.story-timeline{

    position:relative;

    padding-left:45px;

}

.story-timeline::before{

    content:"";

    position:absolute;

    left:18px;

    top:0;

    bottom:0;

    width:3px;

    background:#D7EEF5;

}

.timeline-item{

    position:relative;

    display:flex;

    gap:25px;

    margin-bottom:45px;

}

.timeline-icon{

    position:absolute;

    left:-45px;

    width:40px;

    height:40px;

    border-radius:50%;

    background:var(--primary-color);

    color:#fff;

    display:flex;

    align-items:center;

    justify-content:center;

    box-shadow:0 10px 25px rgba(21,185,217,.25);

}

.timeline-content{

    background:#F8FCFE;

    border-radius:20px;

    padding:28px;

    border:1px solid rgba(21,185,217,.08);

    width:100%;

}

.timeline-content h5{

    font-size:22px;

    margin-bottom:12px;

    color:#172B4D;

}

.timeline-content p{

    margin:0;

    color:#667085;

    line-height:1.8;

}

@media(max-width:991px){

.story-content{

text-align:center;

margin-bottom:40px;

}

.story-highlights{

display:inline-block;

text-align:left;

}

.story-timeline{

padding-left:30px;

}

}



/*=========================================================
OUR PURPOSE
=========================================================*/

.purpose-section{

    padding:10px 10;

     background:
        radial-gradient(circle at top left,
        rgba(21,185,217,.12),
        transparent 35%),

        radial-gradient(circle at top right,
        rgba(21,185,217,.08),
        transparent 40%),

        linear-gradient(
            180deg,
            #F5FCFE 0%,
            #FFFFFF 100%
        );

}

.purpose-card{

    background:#fff;

    border-radius:28px;

    padding:45px 35px;

    height:100%;

    border:1px solid rgba(21,185,217,.08);

    box-shadow:0 20px 45px rgba(15,23,42,.05);

    transition:.35s;

    position:relative;

    overflow:hidden;

}

.purpose-card:hover{

    transform:translateY(-10px);

    box-shadow:0 30px 70px rgba(15,23,42,.12);

}

.purpose-card.featured{

    border:2px solid var(--primary-color);

    transform:scale(1.03);

}

.purpose-icon{

    width:80px;

    height:80px;

    border-radius:22px;

    display:flex;

    align-items:center;

    justify-content:center;

    background:linear-gradient(
        135deg,
        rgba(21,185,217,.18),
        rgba(21,185,217,.08)
    );

    margin-bottom:28px;

}

.purpose-icon i{

    font-size:34px;

    color:var(--primary-color);

}

.purpose-card h3{

    font-size:28px;

    margin-bottom:20px;

    color:#172B4D;

    font-weight:800;

}

.purpose-card p{

    color:#667085;

    line-height:1.9;

    margin:0;

}

.purpose-card ul{

    list-style:none;

    padding:0;

    margin:0;

}

.purpose-card ul li{

    padding:10px 0;

    color:#667085;

    border-bottom:1px dashed rgba(0,0,0,.08);

}

.purpose-card ul li:last-child{

    border-bottom:none;

}

.purpose-card ul li::before{

    content:"✓";

    color:var(--primary-color);

    font-weight:700;

    margin-right:10px;

}

@media(max-width:991px){

.purpose-card.featured{

transform:none;

}

}



/*=========================================================
WHY CHOOSE BAECN
=========================================================*/

.why-baecn-section{

     padding:10px 10;

     background:
        radial-gradient(circle at top left,
        rgba(21,185,217,.12),
        transparent 35%),

        radial-gradient(circle at top right,
        rgba(21,185,217,.08),
        transparent 40%),

        linear-gradient(
            180deg,
            #F5FCFE 0%,
            #FFFFFF 100%
        );

}

.feature-card{

    background:#fff;

    border-radius:28px;

    padding:40px 35px;

    height:100%;

    border:1px solid rgba(21,185,217,.08);

    box-shadow:0 15px 40px rgba(15,23,42,.05);

    transition:.35s;

}

.feature-card:hover{

    transform:translateY(-10px);

    box-shadow:0 30px 60px rgba(15,23,42,.10);

}

.feature-icon{

    width:72px;

    height:72px;

    border-radius:20px;

    display:flex;

    align-items:center;

    justify-content:center;

    background:linear-gradient(
        135deg,
        rgba(21,185,217,.18),
        rgba(21,185,217,.08)
    );

    margin-bottom:24px;

}

.feature-icon i{

    font-size:30px;

    color:var(--primary-color);

}

.feature-card h4{

    font-size:24px;

    font-weight:700;

    color:#172B4D;

    margin-bottom:15px;

}

.feature-card p{

    margin:0;

    color:#667085;

    line-height:1.8;

}

@media(max-width:991px){

.feature-card{

padding:35px 28px;

}

}



/*=========================================================
ABOUT CTA V2
=========================================================*/

.about-cta-section{

    padding:80px 0 110px;

    background:

        radial-gradient(circle at top left,
        rgba(21,185,217,.10),
        transparent 35%),

        radial-gradient(circle at bottom right,
        rgba(21,185,217,.08),
        transparent 40%),

        linear-gradient(
            180deg,
            #F6FCFE 0%,
            #FFFFFF 100%
        );

}

/*========================*/

.about-cta{

    position:relative;

    overflow:hidden;

    padding:90px 70px;

    border-radius:34px;

    text-align:center;

    background:

        linear-gradient(
            135deg,
            #0E7FA8 0%,
            #15B9D9 45%,
            #2563EB 100%
        );

    box-shadow:

        0 30px 80px rgba(37,99,235,.15),

        0 15px 40px rgba(21,185,217,.18);

}

/*========================*/

.about-cta-glow{

    position:absolute;

    inset:0;

    background:

        radial-gradient(circle at 20% 20%,
        rgba(255,255,255,.12),
        transparent 25%),

        radial-gradient(circle at 85% 15%,
        rgba(255,255,255,.10),
        transparent 30%),

        radial-gradient(circle at 50% 100%,
        rgba(255,255,255,.08),
        transparent 35%);

    pointer-events:none;

}

/*========================*/

.about-cta>*{

    position:relative;

    z-index:2;

}

/*========================*/

.cta-badge{

    display:inline-flex;

    align-items:center;

    gap:10px;

    padding:10px 20px;

    border-radius:50px;

    background:rgba(255,255,255,.14);

    backdrop-filter:blur(14px);

    color:#fff;

    font-weight:600;

    font-size:14px;

    letter-spacing:.4px;

}

/*========================*/

.about-cta h2{

    margin:28px 0 20px;

    font-size:58px;

    font-weight:800;

    line-height:1.15;

    color:#fff;

}

.about-cta h2 span{

    color:#E9FCFF;

}

/*========================*/

.about-cta p{

    max-width:760px;

    margin:0 auto 45px;

    color:rgba(255,255,255,.92);

    font-size:19px;

    line-height:1.9;

}

/*========================*/

.cta-buttons{

    display:flex;

    justify-content:center;

    gap:18px;

}

/*========================*/

.btn-cta-primary{

    display:inline-flex;

    align-items:center;

    gap:10px;

    background:#fff;

    color:#15B9D9;

    padding:15px 32px;

    border-radius:14px;

    font-weight:700;

    text-decoration:none;

    transition:.3s;

    box-shadow:0 12px 30px rgba(0,0,0,.15);

}

.btn-cta-primary:hover{

    transform:translateY(-3px);

    color:#15B9D9;

}

/*========================*/

.btn-cta-secondary{

    display:inline-flex;

    align-items:center;

    justify-content:center;

    padding:15px 32px;

    border-radius:14px;

    text-decoration:none;

    color:#fff;

    font-weight:700;

    border:2px solid rgba(255,255,255,.35);

    background:rgba(255,255,255,.08);

    backdrop-filter:blur(12px);

    transition:.3s;

}

.btn-cta-secondary:hover{

    background:#fff;

    color:#15B9D9;

}

/*========================*/

.cta-divider{

    width:130px;

    height:1px;

    background:rgba(255,255,255,.30);

    margin:45px auto;

}

/*========================*/

.cta-users{

    display:flex;

    justify-content:center;

    flex-wrap:wrap;

    gap:18px;

}

/*========================*/

.cta-chip{

    display:flex;

    align-items:center;

    gap:10px;

    padding:12px 18px;

    border-radius:50px;

    background:rgba(255,255,255,.10);

    backdrop-filter:blur(12px);

    color:#fff;

    font-weight:600;

    border:1px solid rgba(255,255,255,.15);

}

.cta-chip i{

    font-size:18px;

}

/*========================*/

@media(max-width:991px){

.about-cta{

padding:65px 35px;

}

.about-cta h2{

font-size:42px;

}

.about-cta p{

font-size:17px;

}

.cta-buttons{

flex-direction:column;

align-items:center;

}

.btn-cta-primary,

.btn-cta-secondary{

width:280px;

justify-content:center;

}

}

@media(max-width:576px){

.about-cta{

padding:50px 24px;

border-radius:24px;

}

.about-cta h2{

font-size:34px;

}

.about-cta p{

font-size:16px;

line-height:1.8;

}

.cta-users{

flex-direction:column;

align-items:center;

}

.cta-chip{

width:220px;

justify-content:center;

}

}