/* =========================================
PHONIYO ABOUT PAGE
========================================= */

.phyo-about-page{
    background:#f6f8fc;
    padding:30px 0 60px;
}

.phyo-container{
    max-width:1400px;
    margin:auto;
    padding:0 15px;
}

/* ==========================
BREADCRUMB
========================== */

.phyo-breadcrumb{
    margin-bottom:25px;
    font-size:14px;
    color:#666;
}

.phyo-breadcrumb a{
    color:#020135;
    text-decoration:none;
    font-weight:600;
}

.phyo-breadcrumb span{
    margin:0 6px;
}

/* ==========================
HERO
========================== */

.phyo-about-hero{
    background:linear-gradient(135deg,#020135,#0d1b5e);
    color:#fff;
    border-radius:12px;
    padding:60px;
    margin-bottom:50px;
    overflow:hidden;
    position:relative;
}

.phyo-about-hero:before{
    content:'';
    position:absolute;
    right:-120px;
    top:-120px;
    width:360px;
    height:360px;
    background:rgba(255,255,255,.05);
    border-radius:50%;
}

.phyo-hero-tag{
    display:inline-block;
    background:#ffcb21;
    color:#111;
    padding:8px 18px;
    border-radius:30px;
    font-size:13px;
    font-weight:700;
    margin-bottom:20px;
}

.phyo-about-hero h1{
    font-size:46px;
    font-weight:800;
    line-height:1.15;
    margin-bottom:20px;
}

.phyo-about-hero p{
    font-size:18px;
    color:#d8d8d8;
    line-height:1.8;
    margin-bottom:30px;
}

.phyo-hero-buttons{
    display:flex;
    gap:15px;
    flex-wrap:wrap;
}

/* Buttons */

.phyo-btn-primary{
    display:inline-block;
    background:#ffcb21;
    color:#111;
    padding:14px 30px;
    border-radius:8px;
    text-decoration:none;
    font-weight:700;
    transition:.3s;
}

.phyo-btn-primary:hover{
    transform:translateY(-3px);
    color:#111;
}

.phyo-btn-secondary{
    display:inline-block;
    border:2px solid rgba(255,255,255,.25);
    color:#fff;
    padding:14px 30px;
    border-radius:8px;
    text-decoration:none;
    transition:.3s;
}

.phyo-btn-secondary:hover{
    background:#fff;
    color:#111;
}

.phyo-about-hero-card{
    background:rgba(255,255,255,.08);
    backdrop-filter:blur(12px);
    border-radius:12px;
    padding:30px;
}

.phyo-stat{
    margin-bottom:22px;
}

.phyo-stat:last-child{
    margin-bottom:0;
}

.phyo-stat h2{
    color:#ffcb21;
    font-size:34px;
    font-weight:800;
    margin-bottom:5px;
}

.phyo-stat p{
    margin:0;
    color:#fff;
    font-size:15px;
}

/* ==========================
COMMON SECTIONS
========================== */

.phyo-section{
    margin-bottom:70px;
}

.phyo-section-title{
    color:#ff9800;
    font-weight:700;
    margin-bottom:12px;
    text-transform:uppercase;
    letter-spacing:1px;
}

.phyo-section h2{
    font-size:38px;
    font-weight:800;
    margin-bottom:20px;
    color:#020135;
}

.phyo-section p{
    color:#555;
    line-height:1.9;
}

.phyo-heading-center{
    text-align:center;
    margin-bottom:45px;
}

.phyo-heading-center h2{
    font-size:38px;
    font-weight:800;
    color:#020135;
}

.phyo-heading-center p{
    color:#666;
}

/* ==========================
INFO CARDS
========================== */

.phyo-info-card,
.phyo-feature-card,
.phyo-service-card{
    background:#fff;
    border-radius:12px;
    padding:30px;
    box-shadow:0 10px 30px rgba(0,0,0,.06);
    height:100%;
    transition:.3s;
}

.phyo-info-card:hover,
.phyo-feature-card:hover,
.phyo-service-card:hover{
    transform:translateY(-6px);
}

.phyo-card-icon,
.phyo-feature-icon,
.phyo-service-icon{
    width:70px;
    height:70px;
    background:#ffcb21;
    color:#111;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:30px;
    border-radius:50%;
    margin-bottom:22px;
}

.phyo-info-card h3,
.phyo-service-card h3,
.phyo-feature-card h4{
    font-weight:700;
    margin-bottom:15px;
    color:#020135;
}

.phyo-feature-card p,
.phyo-service-card p,
.phyo-info-card p{
    margin-bottom:0;
}

/* ==========================
TIMELINE
========================== */

.phyo-review-process{
    background:#fff;
    padding:60px;
    border-radius:12px;
    box-shadow:0 10px 30px rgba(0,0,0,.05);
}

.phyo-step{
    text-align:center;
}

.phyo-step-number{
    width:70px;
    height:70px;
    background:#020135;
    color:#fff;
    margin:auto;
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
    font-weight:700;
    font-size:24px;
    margin-bottom:18px;
}

.phyo-step h4{
    font-weight:700;
    margin-bottom:10px;
    color:#020135;
}

.phyo-step p{
    font-size:14px;
}

/* ==========================
COUNTERS
========================== */

.phyo-counter{
    background:#fff;
    padding:35px;
    border-radius:12px;
    box-shadow:0 8px 25px rgba(0,0,0,.05);
}

.phyo-counter h2{
    font-size:42px;
    color:#020135;
    font-weight:800;
    margin-bottom:10px;
}

.phyo-counter span{
    color:#666;
    font-weight:600;
}

/* ==========================
CTA
========================== */

.phyo-about-cta{
    background:#020135;
    color:#fff;
    border-radius:12px;
    padding:55px;
}

.phyo-about-cta h2{
    color:#fff;
    font-size:38px;
    font-weight:800;
}

.phyo-about-cta p{
    color:#d7d7d7;
    margin-top:15px;
    margin-bottom:0;
}

/* ==========================
IMAGE
========================== */

.phyo-section img{
    border-radius:12px;
    box-shadow:0 12px 35px rgba(0,0,0,.08);
}

/* ==========================
RESPONSIVE
========================== */

@media(max-width:992px){

.phyo-about-hero{
    padding:40px 25px;
}

.phyo-about-hero h1{
    font-size:34px;
}

.phyo-section h2,
.phyo-heading-center h2,
.phyo-about-cta h2{
    font-size:30px;
}

.phyo-review-process{
    padding:35px 20px;
}

.phyo-about-cta{
    text-align:center;
    padding:40px 25px;
}

.phyo-about-hero-card{
    margin-top:35px;
}

}

@media(max-width:576px){

.phyo-about-page{
    padding-top:15px;
}

.phyo-about-hero{
    padding:30px 20px;
}

.phyo-about-hero h1{
    font-size:28px;
}

.phyo-about-hero p{
    font-size:16px;
}

.phyo-btn-primary,
.phyo-btn-secondary{
    width:100%;
    text-align:center;
}

.phyo-counter{
    margin-bottom:20px;
}

.phyo-section{
    margin-bottom:45px;
}

}