/* ====================================
   ABOUT HERO
==================================== */

.about-hero{
    position:relative;
    background:url('../images/About-Us_hero.png') center center/cover no-repeat;
    padding:120px 0;
    overflow:hidden;
}

.about-overlay{
    position:absolute;
    inset:0;
    background: #00000000;
}

.about-hero .container{
    position:relative;
    z-index:2;
}

.about-hero-content{
    text-align:center;
    max-width:1200px;
    margin:auto;
}

.about-hero-content h1{
    font-family: "Vidaloka",sans-serif;
    font-size: 5.5rem !important;
    line-height:1.05;
    color:#fff;
    font-weight: 500;
    margin-bottom:30px;
}

.about-hero-content p{
    color:#fff;
    font-size: 1.125rem;
    line-height:1.7;
    max-width:1100px;
    margin:0 auto 18px;
}

.about-counter-row{
    display:flex;
    justify-content:center;
    gap:30px;
    margin-top:60px;
    margin-bottom:50px;
    flex-wrap:wrap;
}

.about-counter-box{
    background:#020816;
    min-width:250px;
    padding:30px 20px;
    border-radius:4px;
}

.about-counter-box span{
    font-size: 2rem;
    font-weight:700;
    font-family:Georgia, serif;
}

.about-counter-box:nth-child(1) span{
    color:#ff8b6d;
}

.about-counter-box:nth-child(2) span{
    color:#ffffff;
}

.about-counter-box:nth-child(3) span{
    color:#6d8fff;
}

.about-counter-box:nth-child(4) span{
    color:#3ef6d1;
}

.about-counter-box h4{
    margin-top:10px;
    color:#fff;
    font-size: 1.25rem;
    font-weight: 500;
}

.about-hero-btn{
    display:inline-flex;
    align-items:center;
    justify-content:space-between;
    gap:25px;
    min-width:390px;
    padding:18px 25px;
    background:#f4927f;
    color:#fff;
    font-size:20px;
    font-weight:700;
    border-radius:60px;
    text-decoration:none;
    transition:.3s;
}

.about-hero-btn:hover{
    background:#ef7f68;
    color:#fff;
    text-decoration:none;
}

.about-hero-btn span{
    font-size:38px;
    line-height:1;
    color:#ff5f37;
}

/* Responsive */

@media(max-width:991px){

    .about-hero{
        padding:90px 0;
    }

    .about-hero-content h1{
        font-size:60px;
    }

    .about-counter-box{
        min-width:220px;
    }
}

@media(max-width:767px){

    .about-hero-content h1{
        font-size:42px;
    }

    .about-hero-content p{
        font-size:16px;
    }

    .about-counter-box{
        width:100%;
        min-width:100%;
    }

    .about-hero-btn{
        min-width:100%;
    }

    .about-counter-box span{
        font-size:42px;
    }
}

/* =========================
   NEW PLANS SECTION
========================= */

.about-newplans-section{
    padding:100px 0;
    background:#fff;
}

.about-newplans-content h2{
    font-family:"Open Sans", sans-serif;
    font-size: 2rem;
    font-weight:700;
    line-height:1.1;
    color:#15264A;
    margin-bottom:30px;
}

.about-newplans-content p{
    font-family:"Open Sans", sans-serif;
    font-size: 1.125rem;
    font-weight:400;
    line-height:1.55;
    color:#566273;
    margin-bottom:24px;
}

.about-newplans-btn{
    display:inline-flex;
    align-items:center;
    justify-content:space-between;
    gap:30px;
    min-width:320px;
    height:64px;
    padding: 0 18px 0 20px;
    background:#58618A;
    color:#fff;
    border-radius:50px;
    font-family:"Open Sans", sans-serif;
    font-size: 16px;
    font-weight: 600;
    text-decoration:none;
    transition:.3s;
}

.about-newplans-btn:hover{
    color:#fff;
    background:#47517a;
    text-decoration:none;
}

.about-newplans-btn span{
    font-size:42px;
    line-height:1;
}

.about-newplans-image{
    text-align:center;
}

.about-newplans-image img{
    max-width:100%;
    height:auto;
    display:block;
}

/* Tablet */

@media(max-width:991px){

    .about-newplans-section{
        padding:70px 0;
    }

    .about-newplans-content{
        margin-bottom:50px;
    }

    .about-newplans-content h2{
        font-size:44px;
    }

    .about-newplans-content p{
        font-size:18px;
    }
}

/* Mobile */

@media(max-width:767px){

    .about-newplans-content h2{
        font-size:34px;
    }

    .about-newplans-content p{
        font-size:17px;
        line-height:1.7;
    }

    .about-newplans-btn{
        width:100%;
        min-width:100%;
        font-size:18px;
        height:58px;
    }
}

/* ====================================
   AUTHOR FIRST APPROACH
==================================== */

.about-story-section{
    position: relative;
    padding: 0px 0 50px 0;
    background: #fff url('../images/StoryGraphic.png') no-repeat center center;
    background-size: cover;
}

.about-story-content{
    max-width: 1120px;
}

.about-story-content h2{
    font-family: "Open Sans", sans-serif;
    font-size: 30px;
    font-weight: 700;
    line-height: 1.2;
    color: #1c2238;
    margin-bottom: 25px;
}

.about-story-content p{
    font-family: "Open Sans", sans-serif;
    font-size: 1.125rem;
    line-height: 1.6;
    color: #636363;
    margin-bottom: 22px;
}

.about-story-box h3{
    font-family: "Open Sans", sans-serif;
    font-size: 1.125rem;
    font-weight: 700;
    color: #455584 !important;
    margin-bottom: 25px;
}

.about-story-box ul{
    margin: 0;
    padding-left: 28px;
}

.about-story-box ul li{
    font-family: "Open Sans", sans-serif;
    font-size: 1.125rem;
    line-height: 1.6;
    color: #636363;
    margin-bottom: 10px;
}

.about-story-box ul li::marker{
    color: #1c2238;
}

@media(max-width:991px){

    .about-story-section{
        padding: 70px 0;
        background-size: contain;
    }

    .about-story-content h2{
        font-size: 38px;
    }

    .about-story-box{
        margin-bottom: 40px;
    }

    .about-story-box h3{
        font-size: 28px;
    }
}

@media(max-width:767px){

    .about-story-content h2{
        font-size: 32px;
    }

    .about-story-content p{
        font-size: 17px;
    }

    .about-story-box h3{
        font-size: 24px;
    }

    .about-story-box ul li{
        font-size: 16px;
    }
}

/* ==========================
   CONSULTATION FORM
========================== */

.about-consultation-section{
    padding:100px 0;
    background:#fff;
    border-top:1px solid #e8e8e8;
}

.consultation-wrapper{
    max-width:650px;
    margin:0 auto;
    text-align:center;
}

.consultation-wrapper h3{
    font-size: 2rem;
    font-weight:700;
    color:#1c2238;
    margin-bottom:10px;
    font-family:"Open Sans", sans-serif;
}

.consultation-wrapper h2{
    font-size: 2rem;
    line-height:1.2;
    font-weight:400;
    color:#1c2238;
    margin-bottom:10px;
    font-family:"Open Sans", sans-serif;
}

.consultation-subtitle{
    font-size:18px;
    color:#596579;
    margin-bottom:35px;
    font-family:"Open Sans", sans-serif;
}

.consultation-form input[type="text"],
.consultation-form input[type="email"],
.consultation-form input[type="tel"]{
    width:100%;
    height:56px;
    border:1px solid #d6d6d6;
    border-radius:4px;
    padding:0 15px;
    margin-bottom:16px;
    font-size:18px;
    color:#1c2238;
    background:#fff;
    outline:none;
}

.consultation-form input:focus{
    border-color:#405893;
}

.consultation-check{
    display:flex;
    align-items:flex-start;
    gap:10px;
    text-align:left;
    margin:10px 0 25px;
    cursor:pointer;
}

.consultation-check span{
    font-size:16px;
    color:#596579;
    line-height:1.5;
}

.consultation-btn{
    width:140px;
    height:55px;
    border:none;
    border-radius:50px;
    background:#cfcfcf;
    color:#fff;
    font-size:22px;
    font-weight:700;
    cursor:pointer;
    transition:.3s;
}

.consultation-btn:hover{
    background:#405893;
}

.consultation-disclaimer{
    margin-top:40px;
    text-align:left;
    font-size:14px;
    line-height:1.8;
    color:#666;
    font-style:italic;
}

.consultation-disclaimer a{
    color:#405893;
    text-decoration:none;
    font-weight:600;
}

.consultation-disclaimer a:hover{
    text-decoration:underline;
}

/* Mobile */

@media(max-width:768px){

    .about-consultation-section{
        padding:70px 0;
    }

    .consultation-wrapper h3{
        font-size:24px;
    }

    .consultation-wrapper h2{
        font-size:34px;
    }

    .consultation-subtitle{
        font-size:16px;
    }

    .consultation-form input{
        height:52px;
        font-size:16px;
    }

    .consultation-btn{
        width:130px;
        height:50px;
        font-size:18px;
    }
}