.profile-banner{
    background:#111;
    padding:60px 20px;
	margin-top:-10px;
	padding-top:90px;
    text-align:center;
    border-bottom:1px solid rgba(255,255,255,.08);
	max-width:1200px;
margin:0 auto;
border-radius:0 0 24px 24px;

background:linear-gradient(
180deg,
#650000 0%,
#3d0000 35%,
#120909 100%
);
border-radius:0 0 35px 35px;
box-shadow:0 15px 40px rgba(0,0,0,.35);
}

.breadcrumb{
    margin-bottom:15px;
    font-size:14px;
}

.breadcrumb a{
    color:#d4af37;
    text-decoration:none;
}

.breadcrumb span{
    color:#999;
    margin:0 5px;
}

.breadcrumb .active{
    color:#fff;
}

.profile-banner h1{
    font-size:42px;
    margin-bottom:10px;
}
.profile-banner p{
    text-align:center;
    margin:15px auto 0;
}

.profile-overview{
max-width:1200px;
margin:60px auto;
padding:40px;

display:grid;
grid-template-columns:450px 1fr;
gap:50px;

background:linear-gradient(
180deg,
#790000,
#5a0000
);

border-radius:30px;
}

.profile-image img{
width:100%;
border-radius:25px;
display:block;
}

.profile-tag{
display:inline-block;
padding:8px 16px;

background:#d4af37;
color:#111;

border-radius:50px;
font-weight:600;
}

.profile-details h2{
font-size:42px;
margin:20px 0;
}

.details-grid{
display:grid;
grid-template-columns:repeat(2,1fr);
gap:15px;
}

.detail-item{
padding:15px;
background:rgba(255,255,255,.05);
border-radius:15px;
}

.detail-item strong{
display:block;
color:#d4af37;
margin-bottom:5px;
}

.profile-buttons{
display:flex;
gap:15px;
margin-top:30px;
}
.profile-rate{
    display:flex;
    align-items:center;
    justify-content:center;
    gap:10px;
    width:fit-content;
    margin:20px 0 25px;
    padding:12px 24px;
    background:rgba(255,255,255,0.08);
    border:1px solid rgba(255,255,255,0.15);
    border-radius:50px;
    color:#f5f5f5;
    font-size:15px;
    font-weight:500;
}

.profile-rate span{
    color:#ffd700;
    font-size:24px;
    font-weight:700;
    margin-left:8px;
}
.call-btn,
.wa-btn{
padding:14px 30px;
border-radius:50px;
text-decoration:none;
font-weight:600;
}

.call-btn{
background:#d4af37;
color:#111;
}

.wa-btn{
background:#25D366;
color:#fff;
}

.about-profile{
    max-width:1200px;
    margin:70px auto;
    padding:0 20px;
}

.section-heading{
    text-align:center;
    margin-bottom:35px;
}

.section-heading span{
    color:#d4af37;
    font-size:14px;
    letter-spacing:2px;
    text-transform:uppercase;
}

.section-heading h2{
    font-size:42px;
    margin-top:10px;
}

.about-card{
    background:linear-gradient(
        180deg,
        #111,
        #181818
    );

    border:1px solid rgba(212,175,55,.12);

    border-radius:25px;

    padding:40px;

    line-height:1.9;
}

.about-card p{
    margin-bottom:20px;
    color:#d9d9d9;
}

.services-section{
    max-width:1200px;
    margin:80px auto;
    padding:0 20px;
}

.section-heading{
    text-align:center;
    margin-bottom:40px;
}

.section-heading h2{
    font-size:42px;
    margin-bottom:10px;
    color:#fff;
}

.section-heading p{
    color:#ccc;
    font-size:16px;
}

.services-grid{
    display:grid;
    grid-template-columns:repeat(4,1fr);
    gap:20px;
}

.service-box{
    background:#7d0000;
    border:1px solid rgba(255,255,255,0.08);
    border-radius:15px;
    padding:24px;
    text-align:center;
    font-size:18px;
    font-weight:600;
    color:#fff;
    transition:.3s ease;
}

.service-box:hover{
    transform:translateY(-5px);
    border-color:#d4af37;
    box-shadow:0 10px 25px rgba(212,175,55,.15);
}
@media(max-width:768px){

    .services-grid{
        grid-template-columns:repeat(2,1fr);
    }

    .section-heading h2{
        font-size:32px;
    }

    .service-box{
        padding:18px;
        font-size:16px;
    }

}

.related-profiles{
    max-width:1200px;
    margin:80px auto;
    padding:0 20px;
}

.related-grid{
    display:grid;
    grid-template-columns:repeat(4,1fr);
    gap:25px;
}

.profile-card{
    text-decoration:none;
    color:#fff;

    background:#111;
    border:1px solid rgba(255,255,255,.08);

    border-radius:20px;
    overflow:hidden;

    transition:.3s;
}

.profile-card:hover{
    transform:translateY(-6px);
    border-color:#d4af37;
}

.profile-card img{
    width:100%;
    height:320px;
    object-fit:cover;
    display:block;
}

.profile-card h3{
    padding:18px 20px 5px;
    font-size:22px;
}

.profile-card span{
    display:block;
    padding:0 20px 20px;
    color:#d4af37;
    font-weight:600;
}
@media(max-width:768px){

.related-grid{
    grid-template-columns:repeat(2,1fr);
}

.profile-card img{
    height:220px;
}

.profile-card h3{
    font-size:18px;
}

}

/* MOBILE */
@media (max-width:768px){

    .profile-banner{
        padding:70px 15px 40px;
        border-radius:0 0 20px 20px;
    }

    .profile-banner h1{
        font-size:34px;
    }

    .profile-banner p{
        font-size:15px;
        margin-top:10px;
    }

    .breadcrumb{
        font-size:13px;
        margin-bottom:12px;
    }

    .profile-overview{
        grid-template-columns:1fr;
        gap:25px;

        margin:30px 15px;
        padding:20px;

        border-radius:20px;
    }

    .profile-image{
        text-align:center;
    }

    .profile-image img{
        width:100%;
        max-width:350px;
        margin:0 auto;
        display:block;
        border-radius:20px;
    }

    .profile-details h2{
        font-size:32px;
        text-align:center;
    }

    .profile-tag{
        display:table;
        margin:0 auto 15px;
    }

    .details-grid{
        grid-template-columns:1fr 1fr;
        gap:12px;
    }

    .detail-item{
        padding:14px;
    }

    .detail-item strong{
        font-size:14px;
    }

    .detail-item span{
        font-size:15px;
    }

    .profile-rate{
        display:flex;
        justify-content:center;
        align-items:center;
        flex-wrap:wrap;
        text-align:center;
        margin:20px auto;
    }

  .profile-buttons{
    display:flex;
    flex-direction:row;
    gap:10px;
    margin-top:20px;
}

.call-btn,
.wa-btn{
    width:50%;
    padding:12px 10px;
    text-align:center;
    font-size:15px;
}

    .about-profile{
        margin:50px auto;
        padding:0 15px;
    }

    .section-heading h2{
        font-size:30px;
    }

    .about-card{
        padding:25px;
        border-radius:20px;
    }

    .about-card p{
        font-size:15px;
        line-height:1.8;
    }

    .services-section{
        margin:50px auto;
        padding:0 15px;
    }

    .services-grid{
        grid-template-columns:repeat(2,1fr);
        gap:12px;
    }

    .service-box{
        padding:16px;
        font-size:15px;
        border-radius:12px;
    }

}