/*==================================================
ABOUT PAGE
Only for about.php
==================================================*/

.about-page{
    background:#f7fbff;
    overflow:hidden;
    position:relative;
    padding-bottom:70px;
}

/*==================================================
HERO
==================================================*/

.about-hero{

    position:relative;
    overflow:hidden;
    padding:80px 0 90px;

    background:
    linear-gradient(rgba(255,255,255,.82),rgba(255,255,255,.82)),
    url("../images/about/about-bg.jpg")
    center center/cover no-repeat;

}

.about-hero::before{

    content:"";

    position:absolute;

    width:700px;
    height:700px;

    left:-250px;
    top:-250px;

    border-radius:50%;

    background:
    radial-gradient(circle,#dcefff 0%,transparent 70%);

}

.about-hero::after{

    content:"";

    position:absolute;

    width:700px;
    height:700px;

    right:-250px;
    bottom:-250px;

    border-radius:50%;

    background:
    radial-gradient(circle,#dcefff 0%,transparent 70%);

}

.about-hero .container{

    position:relative;

    z-index:5;

}

/*==================================================
BADGE
==================================================*/

.about-badge{

    display:inline-block;

    background:#e8f2ff;

    color:#1565ff;

    padding:10px 22px;

    border-radius:40px;

    font-size:15px;

    font-weight:700;

    letter-spacing:1px;

    margin-bottom:22px;

}

/*==================================================
HEADING
==================================================*/

.about-hero-content h1{

    font-size:72px;

    font-weight:800;

    color:#082c78;

    line-height:1.1;

    margin-bottom:12px;

}

.about-hero-content h2{

    font-size:42px;

    color:#1565ff;

    font-weight:700;

    margin-bottom:18px;

}

.about-hero-content h2 span{

    color:#082c78;

}

.about-title-line{

    display:block;

    width:90px;

    height:4px;

    background:#1565ff;

    border-radius:50px;

    margin:22px 0;

}

.about-hero-content p{

    font-size:19px;

    line-height:34px;

    color:#5d6977;

    max-width:620px;

}

/*==================================================
BANNER IMAGE
==================================================*/

.about-hero-image{

    text-align:right;

}

.about-hero-image img{

    max-height:470px;

    animation:aboutBottleFloat 4s ease-in-out infinite;

}

@keyframes aboutBottleFloat{

    0%{

        transform:translateY(0);

    }

    50%{

        transform:translateY(-12px);

    }

    100%{

        transform:translateY(0);

    }

}

/*==================================================
FEATURE SECTION
==================================================*/

.about-feature-wrapper{

    margin-top:-45px;

    position:relative;

    z-index:10;

}

.about-feature-box{

    background:#ffffff;

    border-radius:24px;

    overflow:hidden;

    box-shadow:0 20px 45px rgba(0,0,0,.08);

}

.about-feature-item{

    padding:35px 20px;

    text-align:center;

    border-right:1px solid #edf2f8;

    transition:.35s;

    height:100%;

}

.about-feature-item:hover{

    background:#1565ff;

}

.about-feature-icon{

    width:72px;

    height:72px;

    margin:auto;

    border-radius:50%;

    background:#eef5ff;

    display:flex;

    align-items:center;

    justify-content:center;

    transition:.35s;

}

.about-feature-icon i{

    font-size:30px;

    color:#1565ff;

}

.about-feature-item:hover .about-feature-icon{

    background:#fff;

    transform:rotate(360deg);

}

.about-feature-item h4{

    margin-top:18px;

    font-size:28px;

    font-weight:700;

    color:#082c78;

    transition:.35s;

}

.about-feature-item p{

    margin:8px 0 0;

    color:#5f6b79;

    font-size:17px;

    transition:.35s;

}

.about-feature-item:hover h4,
.about-feature-item:hover p{

    color:#fff;

}

/*==================================================
COMMON TITLES
==================================================*/

.about-small-title{

    display:inline-block;

    color:#1565ff;

    font-size:15px;

    font-weight:700;

    letter-spacing:1px;

    text-transform:uppercase;

    margin-bottom:12px;

}

.about-section-title{

    font-size:46px;

    font-weight:800;

    color:#082c78;

}

.about-heading-line{

    width:80px;

    height:4px;

    background:#1565ff;

    border-radius:50px;

    margin-top:18px;

    margin-bottom:25px;

}

/*==================================================
WHO WE ARE
==================================================*/

.about-who-section{

    padding:90px 0;

}

.about-image-wrapper{

    position:relative;

    padding-left:40px;

    padding-bottom:40px;

}

.about-image-bg{

    position:absolute;

    left:0;

    bottom:0;

    width:82%;

    height:85%;

    background:linear-gradient(135deg,#1565ff,#0b4ed8);

    border-radius:28px;

}

.about-main-image{

    position:relative;

    z-index:2;

    border-radius:24px;

    width:100%;

    box-shadow:0 25px 50px rgba(0,0,0,.18);

}

.about-experience-card{

    position:absolute;

    right:20px;

    bottom:0;

    z-index:3;

    background:#fff;

    border-radius:20px;

    padding:25px 35px;

    text-align:center;

    box-shadow:0 20px 45px rgba(0,0,0,.15);

}

.about-experience-card h2{

    font-size:46px;

    color:#1565ff;

    font-weight:800;

    margin-bottom:6px;

}

.about-experience-card span{

    color:#5f6d7a;

    font-weight:600;

}

/*==================================================
CONTENT
==================================================*/

.about-content h2{

    font-size:46px;

    color:#082c78;

    font-weight:800;

    line-height:60px;

    margin-bottom:20px;

}

.about-content p{

    font-size:18px;

    line-height:32px;

    color:#5e6b78;

    margin-bottom:20px;

}

/*==================================================
INFO BOX
==================================================*/

.about-info-box{

    display:flex;

    align-items:center;

    gap:18px;

    padding:22px;

    border-radius:18px;

    background:#fff;

    transition:.35s;

    box-shadow:0 12px 30px rgba(0,0,0,.06);

}

.about-info-box:hover{

    transform:translateY(-8px);

    box-shadow:0 22px 45px rgba(21,101,255,.18);

}

.about-info-box i{

    width:65px;

    height:65px;

    border-radius:50%;

    display:flex;

    align-items:center;

    justify-content:center;

    background:#eef5ff;

    color:#1565ff;

    font-size:28px;

    transition:.35s;

}

.about-info-box:hover i{

    background:#1565ff;

    color:#fff;

    transform:rotate(360deg);

}

.about-info-box h5{

    margin:0;

    font-size:22px;

    color:#082c78;

    font-weight:700;

}

.about-info-box p{

    margin:6px 0 0;

    font-size:15px;

    color:#667381;

    line-height:24px;

}

/*==================================================
BUTTON
==================================================*/

.about-btn{

    background:#1565ff;

    color:#fff;

    padding:15px 34px;

    border-radius:12px;

    font-size:18px;

    font-weight:700;

    transition:.35s;

}

.about-btn:hover{

    background:#0b4ed8;

    color:#fff;

    transform:translateY(-3px);

}

/*==================================================
MISSION & VISION
==================================================*/

.about-mission-section{

    background:#f5f9ff;

}

.about-mission-card{

    background:#fff;

    border-radius:24px;

    padding:40px;

    text-align:center;

    height:100%;

    transition:.35s;

    box-shadow:0 18px 40px rgba(0,0,0,.08);

}

.about-mission-card:hover{

    transform:translateY(-10px);

    box-shadow:0 25px 55px rgba(21,101,255,.18);

}

.about-card-icon{

    width:90px;

    height:90px;

    margin:auto;

    margin-bottom:25px;

    border-radius:50%;

    background:#eef5ff;

    display:flex;

    align-items:center;

    justify-content:center;

}

.about-card-icon i{

    font-size:40px;

    color:#1565ff;

}

.about-mission-card h3{

    font-size:34px;

    color:#082c78;

    font-weight:700;

    margin-bottom:18px;

}

.about-mission-card p{

    color:#5e6a78;

    line-height:30px;

    font-size:17px;

}

/*==================================================
CENTER LOGO
==================================================*/

.about-center-logo{

    width:180px;

    height:180px;

    margin:auto;

    border-radius:50%;

    background:#fff;

    display:flex;

    align-items:center;

    justify-content:center;

    box-shadow:0 20px 45px rgba(0,0,0,.12);

}

.about-center-logo img{

    width:120px;

}

/*==================================================
WHY CHOOSE PAANIPLUS
==================================================*/

.about-choose-section{

    padding:90px 0;

    background:#ffffff;

}

.about-choose-card{

    background:#ffffff;

    border-radius:22px;

    padding:35px 30px;

    text-align:center;

    height:100%;

    transition:.35s;

    box-shadow:0 15px 40px rgba(0,0,0,.08);

    position:relative;

    overflow:hidden;

}

.about-choose-card::before{

    content:"";

    position:absolute;

    width:180px;

    height:180px;

    border-radius:50%;

    background:rgba(21,101,255,.04);

    top:-70px;

    right:-70px;

}

.about-choose-card:hover{

    transform:translateY(-10px);

    box-shadow:0 25px 55px rgba(21,101,255,.18);

}

.about-choose-card i{

    width:80px;

    height:80px;

    border-radius:50%;

    margin:auto;

    margin-bottom:22px;

    display:flex;

    align-items:center;

    justify-content:center;

    background:#eef5ff;

    color:#1565ff;

    font-size:34px;

    transition:.35s;

}

.about-choose-card:hover i{

    background:#1565ff;

    color:#ffffff;

    transform:rotate(360deg);

}

.about-choose-card h5{

    font-size:24px;

    color:#082c78;

    font-weight:700;

    margin-bottom:15px;

}

.about-choose-card p{

    font-size:16px;

    color:#647180;

    line-height:28px;

    margin:0;

}

/*==================================================
PROCESS OF PURITY
==================================================*/

.about-process-section{

    padding:90px 0;

    background:#f7fbff;

}

.about-process-card{

    background:#ffffff;

    border-radius:20px;

    text-align:center;

    padding:35px 20px;

    height:100%;

    transition:.35s;

    position:relative;

    box-shadow:0 15px 35px rgba(0,0,0,.08);

}

.about-process-card:hover{

    transform:translateY(-8px);

    box-shadow:0 25px 45px rgba(21,101,255,.18);

}

.about-process-card i{

    width:75px;

    height:75px;

    margin:auto;

    margin-bottom:20px;

    border-radius:50%;

    display:flex;

    align-items:center;

    justify-content:center;

    background:#eef5ff;

    color:#1565ff;

    font-size:34px;

    transition:.35s;

}

.about-process-card:hover i{

    background:#1565ff;

    color:#ffffff;

    transform:rotate(360deg);

}

.about-process-card h6{

    font-size:20px;

    color:#082c78;

    font-weight:700;

    margin:0;

}

/*==================================================
BOTTOM CTA
==================================================*/

.about-cta-section{

    padding:90px 0;

}

.about-cta-card{

    background:linear-gradient(135deg,#082c78,#1565ff);

    border-radius:26px;

    padding:55px;

    color:#ffffff;

    position:relative;

    overflow:hidden;

    box-shadow:0 25px 60px rgba(0,0,0,.18);

}

.about-cta-card::before{

    content:"";

    position:absolute;

    width:320px;

    height:320px;

    border-radius:50%;

    background:rgba(255,255,255,.05);

    right:-120px;

    top:-120px;

}

.about-cta-card h2{

    font-size:42px;

    font-weight:800;

    margin-bottom:18px;

}

.about-cta-card p{

    font-size:18px;

    line-height:32px;

    margin:0;

    opacity:.95;

}

.about-cta-card .about-btn{

    background:#ffffff;

    color:#1565ff;

    padding:16px 36px;

    border-radius:12px;

    font-size:18px;

    font-weight:700;

    transition:.35s;

}

.about-cta-card .about-btn:hover{

    background:#eef5ff;

    color:#082c78;

    transform:translateY(-3px);

}

/*==================================================
RESPONSIVE DESIGN
==================================================*/

/* Large Desktop */

@media (max-width:1400px){

    .about-hero-content h1{

        font-size:64px;

    }

    .about-hero-image img{

        max-height:420px;

    }

}

/* Laptop */

@media (max-width:1200px){

    .about-hero-content h1{

        font-size:58px;

    }

    .about-content h2{

        font-size:38px;

        line-height:50px;

    }

    .about-section-title{

        font-size:40px;

    }

    .about-cta-card h2{

        font-size:36px;

    }

}

/* Tablet */

@media (max-width:991px){

    .about-hero{

        text-align:center;

        padding:60px 0;

    }

    .about-title-line{

        margin:20px auto;

    }

    .about-hero-content p{

        margin:auto;

    }

    .about-hero-image{

        margin-top:45px;

        text-align:center;

    }

    .about-hero-image img{

        max-height:320px;

    }

    .about-feature-item{

        border-right:none;

        border-bottom:1px solid #edf2f8;

    }

    .about-image-wrapper{

        padding-left:0;

    }

    .about-image-bg{

        display:none;

    }

    .about-content{

        margin-top:35px;

    }

    .about-center-logo{

        margin:30px auto;

    }

    .about-cta-card{

        text-align:center;

    }

    .about-cta-card .about-btn{

        margin-top:25px;

    }

}

/* Mobile */

@media (max-width:767px){

    .about-page{

        padding-bottom:40px;

    }

    .about-hero{

        padding:45px 0;

    }

    .about-hero-content h1{

        font-size:42px;

    }

    .about-hero-content h2{

        font-size:28px;

    }

    .about-hero-content p{

        font-size:16px;

        line-height:28px;

    }

    .about-hero-image img{

        max-height:220px;

    }

    .about-feature-item{

        padding:25px 15px;

    }

    .about-feature-icon{

        width:60px;

        height:60px;

    }

    .about-feature-icon i{

        font-size:24px;

    }

    .about-content h2{

        font-size:30px;

        line-height:40px;

    }

    .about-info-box{

        padding:18px;

    }

    .about-info-box h5{

        font-size:18px;

    }

    .about-section-title{

        font-size:30px;

    }

    .about-mission-card{

        padding:28px;

    }

    .about-mission-card h3{

        font-size:28px;

    }

    .about-card-icon{

        width:70px;

        height:70px;

    }

    .about-card-icon i{

        font-size:30px;

    }

    .about-center-logo{

        width:130px;

        height:130px;

    }

    .about-center-logo img{

        width:80px;

    }

    .about-choose-card{

        padding:28px;

    }

    .about-process-card{

        margin-bottom:20px;

    }

    .about-cta-card{

        padding:35px 25px;

    }

    .about-cta-card h2{

        font-size:28px;

    }

    .about-cta-card p{

        font-size:16px;

        line-height:28px;

    }

}

/* Small Mobile */

@media (max-width:576px){

    .about-hero-content h1{

        font-size:34px;

    }

    .about-hero-content h2{

        font-size:24px;

    }

}

/*==================================================
SCROLL ANIMATION
==================================================*/

.about-fade{

    opacity:0;

    transform:translateY(40px);

    transition:all .8s ease;

}

.about-fade.about-show{

    opacity:1;

    transform:translateY(0);

}

/*==================================================
BUTTON RIPPLE
==================================================*/

.about-btn{

    position:relative;

    overflow:hidden;

}

.about-ripple{

    position:absolute;

    border-radius:50%;

    transform:scale(0);

    background:rgba(255,255,255,.45);

    animation:aboutRipple .6s linear;

    pointer-events:none;

}

@keyframes aboutRipple{

    to{

        transform:scale(4);

        opacity:0;

    }

}

/*==================================================
COMMON TRANSITIONS
==================================================*/

.about-feature-item,
.about-info-box,
.about-mission-card,
.about-choose-card,
.about-process-card{

    transition:all .35s ease;

}

/*==================================================
UTILITY CLASSES
==================================================*/

.about-shadow{

    box-shadow:0 20px 45px rgba(0,0,0,.08);

}

.about-radius{

    border-radius:24px;

}

.about-transition{

    transition:all .35s ease;

}

.about-text-primary{

    color:#1565ff;

}

.about-bg-primary{

    background:#1565ff;

}

.about-fw-600{

    font-weight:600;

}

.about-fw-700{

    font-weight:700;

}

.about-fw-800{

    font-weight:800;

}