
/* Horizontal Profile Cards */


.profile-archive-wrapper{

max-width:1100px;
margin:40px auto;
padding:20px;

}


.profile-archive-title{

text-align:center;
font-size:36px;
margin-bottom:40px;

}



.profile-list{

display:flex;
flex-direction:column;
gap:25px;

}



.horizontal-profile-card{

display:flex;
background:#fff;
border-radius:20px;
overflow:hidden;
box-shadow:0 8px 25px rgba(0,0,0,.08);

}



.profile-card-image{

width:280px;
flex-shrink:0;

}


.profile-card-image img,
.profile-no-image{

width:100%;
height:250px;
object-fit:cover;

}


.profile-no-image{

background:#eee;
display:flex;
align-items:center;
justify-content:center;

}



.profile-card-details{

padding:25px;

}



.profile-card-details h2{

margin:0 0 15px;
font-size:28px;

}



.profile-card-details h2 a{

color:#111;
text-decoration:none;

}



.verified-badge{

background:#2196f3;
color:#fff;
padding:6px 12px;
border-radius:20px;
font-size:14px;

}



.membership-badge{

display:inline-block;
background:#d4af37;
padding:8px 18px;
border-radius:25px;
font-weight:bold;
margin-bottom:15px;

}



.profile-short-bio{

color:#555;

}



.profile-meta{

display:flex;
gap:15px;
margin:15px 0;

}



.profile-meta span{

background:#f1f1f1;
padding:8px 15px;
border-radius:20px;

}



.profile-view-btn{

display:inline-block;
background:#0088cc;
color:#fff;
padding:12px 30px;
border-radius:30px;
text-decoration:none;

}



/* Mobile Same Horizontal */

@media(max-width:600px){


.horizontal-profile-card{

min-width:100%;
}


.profile-card-image{

width:120px;

}


.profile-card-image img,
.profile-no-image{

height:180px;

}


.profile-card-details{

padding:15px;

}


.profile-card-details h2{

font-size:20px;

}


.profile-meta{

flex-wrap:wrap;

}

}



/* ==========================
   Luxury Single Profile Design
========================== */


.profile-single-wrapper{

max-width:1100px;
margin:40px auto;
padding:20px;

}



/* Top Profile Card */

.single-profile-card{

background:#ffffff;
border-radius:30px;
padding:30px;
box-shadow:0 15px 40px rgba(0,0,0,.10);
margin-bottom:30px;

}



.single-profile-card .profile-card-image img{

border-radius:25px;
width:280px;
height:330px;
object-fit:cover;

}



.single-profile-card .profile-card-details h1{

font-size:38px;
color:#111827;

}



.profile-card-details p{

font-size:18px;
color:#555;

}


/* Section Box */

.profile-information-box{

background:#ffffff;
border-radius:25px;
padding:35px;
margin-top:25px;
box-shadow:0 10px 30px rgba(0,0,0,.08);

}



.profile-information-box h2{

font-size:28px;
color:#111827;
border-left:5px solid #d4af37;
padding-left:15px;
margin-top:30px;
margin-bottom:25px;

}



/* Details Grid */

.profile-details-grid{

display:grid;
grid-template-columns:repeat(3,1fr);
gap:18px;

}



.detail-box{

background:#f8fafc;
border-radius:18px;
padding:18px;
border:1px solid #eee;

}



.detail-box strong{

display:block;
font-size:14px;
color:#64748b;
margin-bottom:8px;

}



.detail-box span{

font-size:18px;
font-weight:600;
color:#111827;

}



/* Services */

.services-box{

background:#111827;
color:white;
padding:25px;
border-radius:20px;
font-size:18px;
line-height:1.8;

}



/* Contact Button */

.profile-view-btn{

background:linear-gradient(135deg,#d4af37,#f5d76e);
color:#111!important;
font-weight:bold;
padding:15px 35px;
border-radius:50px;
box-shadow:0 8px 20px rgba(212,175,55,.35);

}



/* Mobile */

@media(max-width:600px){


.single-profile-card{

display:block;
padding:20px;

}


.single-profile-card .profile-card-image img{

width:100%;
height:300px;

}


.single-profile-card .profile-card-details h1{

font-size:28px;

}



.profile-details-grid{

grid-template-columns:1fr 1fr;

}



.profile-information-box{

padding:20px;

}


}




.profile-contact-buttons{

display:flex;
gap:15px;
margin-top:20px;

}


.whatsapp-btn,
.telegram-btn{

padding:14px 25px;
border-radius:40px;
font-weight:bold;
text-decoration:none!important;
display:inline-block;

}


.whatsapp-btn{

background:#25D366;
color:white!important;

}


.telegram-btn{

background:#0088cc;
color:white!important;

}


@media(max-width:600px){

.profile-contact-buttons{

flex-direction:column;

}

}



.profile-contact-buttons a{

transition:all .3s ease;
display:flex;
align-items:center;
justify-content:center;
gap:8px;

}


.profile-contact-buttons a:hover{

transform:translateY(-3px);
box-shadow:0 10px 25px rgba(0,0,0,.20);

}


.whatsapp-btn{

background:linear-gradient(135deg,#25D366,#128C7E)!important;

}


.telegram-btn{

background:linear-gradient(135deg,#0088cc,#006699)!important;

}



@media(max-width:600px){

.profile-contact-buttons a{

width:100%;

}

}



/* Premium Details Cards */


.profile-details-grid{

display:grid;
grid-template-columns:repeat(3,1fr);
gap:20px;
margin-top:20px;

}


.detail-box{

background:linear-gradient(145deg,#ffffff,#f8fafc);
border-radius:20px;
padding:22px;
border:1px solid #e5e7eb;
box-shadow:0 8px 20px rgba(0,0,0,.06);
transition:.3s;

}


.detail-box:hover{

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

}


.detail-box strong{

font-size:14px;
color:#9ca3af;
text-transform:uppercase;
letter-spacing:.5px;

}


.detail-box span{

display:block;
margin-top:8px;
font-size:20px;
font-weight:700;
color:#111827;

}



@media(max-width:700px){

.profile-details-grid{

grid-template-columns:repeat(2,1fr);

}


.detail-box{

padding:15px;

}


.detail-box span{

font-size:16px;

}

}




/* ==========================
   Travel Information Luxury
========================== */


.profile-information-box h2{

margin-top:40px;

}


.profile-information-box > .detail-box{

background:linear-gradient(145deg,#ffffff,#f8fafc);
border-radius:22px;
padding:25px;
border:1px solid #e5e7eb;
box-shadow:0 8px 25px rgba(0,0,0,.06);

}



/* ==========================
   Services Premium Tags
========================== */


.services-box{

display:flex;
flex-wrap:wrap;
gap:12px;
background:transparent;
padding:0;
color:#111;

}


.services-box span,
.services-box{

line-height:2;

}


/* Service text chips */

.services-box{

font-size:0;

}


.services-box::first-line{

font-size:16px;

}


.services-box{

}


.services-box{

}


.services-box{

}



/* create premium look */

.services-box{

}


.services-box{

}





/* Premium Service Tags */

.service-tags{

display:flex;
flex-wrap:wrap;
gap:15px;
margin-top:20px;

}


.service-tag{

background:linear-gradient(135deg,#111827,#374151);
color:#fff;
padding:12px 22px;
border-radius:50px;
font-weight:600;
font-size:15px;
box-shadow:0 8px 20px rgba(0,0,0,.15);
transition:.3s;

}


.service-tag:hover{

transform:translateY(-3px);

}



@media(max-width:600px){

.service-tag{

width:100%;
text-align:center;

}

}



/* Review Section */

.profile-review-section{

background:#fff;
margin-top:30px;
padding:35px;
border-radius:25px;
box-shadow:0 10px 30px rgba(0,0,0,.08);

}


.profile-review-section h2{

font-size:28px;
border-left:5px solid #d4af37;
padding-left:15px;

}


.comment-list{

list-style:none;
padding:0;

}


.comment-body{

background:#f8fafc;
padding:20px;
border-radius:18px;
margin-bottom:15px;

}


.comment-author{

font-weight:bold;

}


.comment-form input,
.comment-form textarea{

width:100%;
padding:12px;
border-radius:12px;
border:1px solid #ddd;

}


.comment-form .submit{

background:#0088cc;
color:white;
border:0;
padding:12px 30px;
border-radius:30px;

}



/* Luxury Review Form */


.profile-reviews-box{

background:#ffffff;
border-radius:30px;
padding:35px;
box-shadow:0 15px 40px rgba(0,0,0,.08);
margin-top:35px;

}


.profile-reviews-box h2{

font-size:30px;
border-left:5px solid #d4af37;
padding-left:15px;

}


.review-form{

background:#f8fafc;
padding:30px;
border-radius:25px;
margin-top:25px;

}



.review-form h3{

font-size:24px;
margin-bottom:20px;

}



.comment-form-rating label{

display:block;
font-size:18px;
font-weight:700;
margin-bottom:12px;

}



.comment-form-rating select{

width:100%;
padding:15px;
border-radius:15px;
border:1px solid #ddd;
font-size:16px;
background:white;

}



.comment-form input,
.comment-form textarea{

width:100%;
padding:15px;
border-radius:15px;
border:1px solid #ddd;
margin-bottom:15px;
font-size:16px;

}



.comment-form textarea{

min-height:130px;

}



.comment-form .submit{

background:linear-gradient(135deg,#d4af37,#f5d76e);
color:#111;
border:none;
padding:15px 40px;
border-radius:50px;
font-weight:bold;
font-size:16px;
cursor:pointer;

}



.comment-form .submit:hover{

transform:translateY(-3px);

}





/* Luxury Star Rating */

.star-rating-input{
    display:flex;
    flex-direction:row-reverse;
    justify-content:flex-end;
    gap:8px;
    margin-top:15px;
}


.star-rating-input input{
    display:none;
}


.star-rating-input label{

    font-size:45px;
    color:#d1d5db;
    cursor:pointer;
    transition:0.3s;

}


.star-rating-input label:hover,
.star-rating-input label:hover ~ label{

    color:#d4af37;

}


.star-rating-input input:checked ~ label{

    color:#d4af37;

}


.comment-form-rating{

    margin-top:25px;

}


.comment-form-rating label{

    font-size:18px;
    font-weight:700;

}




/* Luxury Review Cards */


.review-list{

display:flex;
flex-direction:column;
gap:20px;
margin-top:25px;

}


.custom-review-card{

background:linear-gradient(145deg,#ffffff,#f8fafc);
border-radius:22px;
padding:25px;
border:1px solid #e5e7eb;
box-shadow:0 10px 30px rgba(0,0,0,.08);

}



.review-name{

font-size:20px;
font-weight:700;
color:#111827;
margin-bottom:10px;

}



.review-stars{

font-size:28px;
color:#d4af37;
letter-spacing:4px;
margin-bottom:15px;

}



.review-text{

font-size:16px;
color:#475569;
line-height:1.7;

}



@media(max-width:600px){

.custom-review-card{

padding:20px;

}


.review-stars{

font-size:24px;

}

}



/* Profile Average Rating */

.profile-average-rating{

display:flex;
align-items:center;
gap:12px;
margin-top:12px;
background:linear-gradient(135deg,#fff8dc,#ffffff);
border:1px solid #e5c15d;
padding:10px 18px;
border-radius:50px;
width:max-content;
box-shadow:0 8px 20px rgba(0,0,0,.08);

}


.profile-average-rating span{

color:#d4af37;
font-size:22px;
letter-spacing:3px;

}


.profile-average-rating strong{

font-size:18px;
color:#111827;

}


.profile-average-rating small{

color:#64748b;
font-size:14px;

}



@media(max-width:600px){

.profile-average-rating{

width:100%;
justify-content:center;

}

}




/* Related Profiles Horizontal Cards */


.related-profiles-section{

margin-top:40px;

}


.related-profiles-section h2{

font-size:28px;
border-left:5px solid #d4af37;
padding-left:15px;
margin-bottom:25px;

}



.related-profiles-row{

display:flex;
gap:20px;
overflow-x:auto;
scroll-behavior:smooth;
padding-bottom:15px;

}


.related-profile-card{

min-width:260px;
background:#ffffff;
border-radius:22px;
padding:18px;
box-shadow:0 10px 30px rgba(0,0,0,.08);
border:1px solid #e5e7eb;
text-align:center;

}



.related-profile-card img{

width:100%;
height:260px;
object-fit:cover;
border-radius:18px;

}



.related-profile-card h3{

margin-top:15px;
font-size:20px;

}



.related-profile-card p{

color:#64748b;

}



.related-profile-card a{

display:inline-block;
margin-top:12px;
background:#d4af37;
color:#111;
padding:10px 25px;
border-radius:30px;
font-weight:600;
text-decoration:none;

}



@media(max-width:600px){

.related-profile-card{

min-width:240px;

}


.related-profile-card img{

height:240px;

}

}




/* Share Profile Button */

.share-profile-btn{

display:inline-flex;
align-items:center;
justify-content:center;
gap:8px;

margin-top:15px;

background:linear-gradient(135deg,#111827,#374151);

color:#ffffff !important;

padding:13px 28px;

border-radius:50px;

font-weight:700;

font-size:15px;

text-decoration:none !important;

box-shadow:0 8px 20px rgba(0,0,0,.15);

transition:.3s;

}


.share-profile-btn:hover{

transform:translateY(-3px);

background:linear-gradient(135deg,#d4af37,#f5d76e);

color:#111 !important;

}



/* Online badge animation */

.online-status{

animation:pulse-online 1.8s infinite;

}


@keyframes pulse-online{

0%{
box-shadow:0 0 0 0 rgba(34,197,94,.5);
}

70%{
box-shadow:0 0 0 10px rgba(34,197,94,0);
}

100%{
box-shadow:0 0 0 0 rgba(34,197,94,0);
}

}


@media(max-width:600px){

.share-profile-btn{

width:100%;

}

}



/* Profile Views Counter */

.profile-views-count{

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

background:#f8fafc;

border:1px solid #e5e7eb;

padding:8px 18px;

border-radius:50px;

font-weight:600;

color:#374151;

box-shadow:0 5px 15px rgba(0,0,0,.05);

}



.profile-views-count::first-letter{

font-size:20px;

}





/* Home Premium Profile Cards */

.home-wrapper{
padding:40px 20px;
}


.hero-banner{

padding:60px 30px;
border-radius:25px;
background:#f8fafc;
margin-bottom:40px;

}


.profile-section h2{

font-size:32px;
margin-bottom:25px;

}


.home-profile-row{

display:flex;
gap:25px;
overflow-x:auto;
padding-bottom:20px;

}


.home-profile-card{

min-width:280px;
background:#fff;
border-radius:25px;
padding:20px;
box-shadow:0 15px 35px rgba(0,0,0,.08);
text-align:center;

}


.home-profile-card img{

width:100%;
height:280px;
object-fit:cover;
border-radius:20px;

}


.home-profile-card h3{

font-size:22px;
margin:15px 0;

}


.home-profile-card p{

color:#64748b;

}


.home-profile-card a{

display:inline-block;
margin-top:15px;
padding:12px 30px;
background:#d4af37;
color:#111;
border-radius:50px;
font-weight:700;
text-decoration:none;

}


@media(max-width:600px){

.home-profile-card{

min-width:250px;

}

}



/* Force Home Profile Card Design */

.home-wrapper .home-profile-row{
display:flex !important;
gap:25px !important;
overflow-x:auto !important;
}


.home-wrapper .home-profile-card{

min-width:280px !important;
background:#ffffff !important;
border-radius:25px !important;
padding:20px !important;
box-shadow:0 15px 35px rgba(0,0,0,.12) !important;
border:1px solid #eeeeee !important;
text-align:center !important;

}


.home-wrapper .home-profile-card img{

width:100% !important;
height:280px !important;
object-fit:cover !important;
border-radius:20px !important;

}


.home-wrapper .home-profile-card h3{

font-size:22px !important;
margin:15px 0 !important;

}


.home-wrapper .home-profile-card a{

display:inline-block !important;
margin-top:15px !important;
padding:12px 30px !important;
background:#d4af37 !important;
color:#111 !important;
border-radius:50px !important;
font-weight:700 !important;

}




/* Home Premium Card Final */


.home-profile-card{

min-width:280px;
background:#ffffff;
border-radius:25px;
padding:18px;
text-align:center;
border:1px solid #e5e7eb;
box-shadow:0 15px 35px rgba(0,0,0,.10);
overflow:hidden;

}



.home-profile-image img{

width:100%;
height:300px;
object-fit:cover;
border-radius:20px;

}



.home-profile-card h3{

font-size:22px;
margin:15px 0 8px;

}



.verified-mini{

display:inline-flex;
align-items:center;
justify-content:center;
background:#2563eb;
color:#fff;
font-size:13px;
width:22px;
height:22px;
border-radius:50%;
margin-left:5px;

}



.home-profile-card p{

margin:8px 0;
color:#64748b;

}



.membership-mini{

display:inline-block;
background:linear-gradient(135deg,#d4af37,#f5d76e);
padding:7px 18px;
border-radius:50px;
font-weight:700;
margin:10px 0;

}



.home-profile-card a{

display:block;
margin-top:15px;
background:#111827;
color:white;
padding:12px;
border-radius:50px;
text-decoration:none;
font-weight:700;

}



.home-profile-row{

display:flex;
gap:25px;
overflow-x:auto;

}





/* FORCE HOME CARD STYLE */

.home-wrapper .home-profile-card {
    width:280px !important;
    min-width:280px !important;
    background:#ffffff !important;
    border-radius:25px !important;
    padding:20px !important;
    box-shadow:0 10px 30px rgba(0,0,0,0.12) !important;
    text-align:center !important;
}


.home-wrapper .home-profile-card .home-profile-image {
    width:100% !important;
}


.home-wrapper .home-profile-card img {
    width:100% !important;
    height:300px !important;
    object-fit:cover !important;
    border-radius:20px !important;
}


.home-wrapper .home-profile-card h3 {
    margin:15px 0 !important;
    font-size:22px !important;
}


.home-wrapper .home-profile-card a {
    display:block !important;
    background:#111827 !important;
    color:white !important;
    padding:12px !important;
    border-radius:50px !important;
    margin-top:15px !important;
}


.home-wrapper .home-profile-row {
    display:flex !important;
    gap:25px !important;
}




/* =========================
   HOME PROFILE CARD FIX
========================= */


.home-wrapper{
max-width:1200px;
margin:auto;
}


.home-profile-row{
display:flex !important;
gap:25px !important;
flex-wrap:nowrap !important;
overflow-x:auto !important;
}


.home-wrapper .home-profile-card{

flex:0 0 280px !important;
width:280px !important;
height:auto !important;

background:#fff !important;

border-radius:24px !important;

padding:20px !important;

box-sizing:border-box !important;

box-shadow:0 10px 30px rgba(0,0,0,.12) !important;

overflow:hidden !important;

text-align:center !important;

}


.home-wrapper .home-profile-card img{

width:100% !important;

height:280px !important;

object-fit:cover !important;

border-radius:20px !important;

display:block !important;

}


.home-wrapper .home-profile-card h3{

font-size:22px !important;

margin:15px 0 !important;

}


.home-wrapper .home-profile-card p{

font-size:15px !important;

margin:8px 0 !important;

}


.home-wrapper .verified-mini{

display:inline-flex !important;

width:22px !important;
height:22px !important;

background:#2563eb !important;

color:white !important;

border-radius:50% !important;

align-items:center !important;

justify-content:center !important;

}


.home-wrapper .membership-mini{

display:inline-block !important;

padding:8px 18px !important;

background:#d4af37 !important;

border-radius:50px !important;

font-weight:700 !important;

}


.home-wrapper .home-profile-card a{

display:block !important;

background:#111827 !important;

color:#fff !important;

padding:12px !important;

border-radius:50px !important;

margin-top:15px !important;

}




/* =========================
   HIRECALLBOY HOME CARDS
========================= */


.hc-home-card{

width:280px !important;
flex:0 0 280px !important;

background:#ffffff;

border-radius:24px;

padding:18px;

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

text-align:center;

overflow:hidden;

}


.hc-home-image img{

width:100% !important;

height:300px !important;

object-fit:cover !important;

border-radius:20px !important;

display:block;

}


.hc-home-title{

font-size:22px;

margin:15px 0;

font-weight:700;

}


.hc-verified{

display:inline-flex;

background:#2563eb;

color:white;

width:22px;

height:22px;

border-radius:50%;

align-items:center;

justify-content:center;

font-size:13px;

}


.hc-home-info{

font-size:15px;

margin:10px 0;

color:#64748b;

}


.hc-home-status{

font-size:15px;

margin:10px 0;

}





.hc-home-button{

display:block;

background:#111827;

color:#fff !important;

padding:12px;

border-radius:50px;

text-decoration:none;

margin-top:15px;

font-weight:700;

}


.home-profile-row{

display:flex !important;

gap:25px !important;

overflow-x:auto !important;

}





/* Home Section Center Fix */


.home-wrapper{

max-width:1200px !important;
margin:0 auto !important;
padding:40px 20px !important;

}


.profile-section{

width:100% !important;

}


.home-profile-row{

justify-content:flex-start !important;

padding:10px 0 !important;

}


.hc-home-image img{

height:250px !important;

}





/* ==========================
   HOME PREMIUM HORIZONTAL CARDS
========================== */


.profile-section{

margin-bottom:60px;

}


.profile-section h2{

font-size:32px;

font-weight:800;

margin-bottom:25px;

position:relative;

}


.profile-section h2:after{

content:"";

display:block;

width:70px;

height:4px;

background:#d4af37;

margin-top:10px;

border-radius:20px;

}



.home-profile-row{

display:flex !important;

gap:25px !important;

overflow-x:auto !important;

flex-wrap:nowrap !important;

scroll-behavior:smooth;

padding:10px 5px 25px;

}



.home-profile-row::-webkit-scrollbar{

height:6px;

}



.hc-home-card{

background:#ffffff;

border-radius:24px;

padding:18px;

flex:0 0 280px !important;

width:280px;

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

border:1px solid #eee;

}



.hc-home-image img{

width:100%;

height:260px;

object-fit:cover;

border-radius:20px;

}



.hc-home-title{

font-size:22px;

font-weight:800;

margin:15px 0;

}



.hc-verified{

background:#2563eb;

color:white;

width:22px;

height:22px;

display:inline-flex;

align-items:center;

justify-content:center;

border-radius:50%;

font-size:13px;

}



.hc-home-info,
.hc-home-status{

font-size:15px;

margin:10px 0;

color:#475569;

}







.hc-home-button{

display:block;

margin-top:18px;

background:#111827;

color:white !important;

padding:13px;

border-radius:50px;

text-align:center;

font-weight:700;

}



@media(max-width:768px){


.profile-section h2{

font-size:26px;

}


.hc-home-card{

flex:0 0 85% !important;

width:85%;

}


.hc-home-image img{

height:300px;

}


}





/* TRUST ARTICLE BOX */

.trust-articles-section{

margin-top:70px;

}


.trust-article-grid{

display:flex;

gap:25px;

flex-wrap:wrap;

}


.trust-box{

background:#fff;

padding:25px;

border-radius:20px;

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

flex:1;

min-width:280px;

}


.trust-box h3{

font-size:22px;

font-weight:700;

}


.trust-box p{

color:#64748b;

}


.trust-box a{

display:inline-block;

margin-top:15px;

background:#111827;

color:#fff !important;

padding:10px 25px;

border-radius:50px;

text-decoration:none;

}




/* HOME BLOG SECTION */


.blog-section{

margin-top:70px;

}


.blog-home-grid{

display:flex;

gap:25px;

flex-wrap:wrap;

}


.blog-home-card{

background:#fff;

border-radius:20px;

padding:20px;

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

flex:1;

min-width:280px;

}


.blog-home-card img{

width:100%;

height:200px;

object-fit:cover;

border-radius:15px;

}


.blog-home-card h3{

font-size:22px;

margin:15px 0;

}


.blog-home-card p{

color:#64748b;

}


.blog-home-card a{

display:inline-block;

margin-top:15px;

background:#111827;

color:#fff !important;

padding:10px 25px;

border-radius:50px;

text-decoration:none;

}





/* ==========================
   TRUST ARTICLES HORIZONTAL
========================== */


.trust-articles-section{

margin-top:70px;

}


.trust-article-grid{

display:flex !important;

gap:25px !important;

overflow-x:auto !important;

flex-wrap:nowrap !important;

scroll-behavior:smooth;

padding:10px 5px 25px;

}


.trust-article-grid::-webkit-scrollbar{

display:none;

}



.trust-box{

background:#ffffff !important;

border-radius:22px !important;

padding:20px !important;

flex:0 0 300px !important;

width:300px !important;

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

border:1px solid #eee;

}



.trust-box img{

width:100% !important;

height:190px !important;

object-fit:cover !important;

border-radius:18px !important;

}



.trust-box h3{

font-size:21px;

font-weight:800;

margin:15px 0 10px;

}



.trust-box p{

color:#64748b;

font-size:15px;

}



.trust-box a{

display:inline-block;

margin-top:15px;

background:#111827;

color:#fff !important;

padding:11px 25px;

border-radius:50px;

text-decoration:none;

font-weight:700;

}



@media(max-width:768px){


.trust-box{

flex:0 0 85% !important;

width:85% !important;

}


.trust-box img{

height:220px !important;

}


}





/* ==========================
   HOME BLOG HORIZONTAL CARDS
========================== */


.blog-section{

margin-top:70px;

}


.blog-home-grid{

display:flex !important;

gap:25px !important;

overflow-x:auto !important;

flex-wrap:nowrap !important;

scroll-behavior:smooth;

padding:10px 5px 30px;

}



.blog-home-grid::-webkit-scrollbar{

display:none;

}



.blog-home-card{

background:#ffffff !important;

border-radius:22px !important;

padding:20px !important;

flex:0 0 300px !important;

width:300px !important;

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

border:1px solid #eee;

overflow:hidden;

}



.blog-home-card img{

width:100% !important;

height:200px !important;

object-fit:cover !important;

border-radius:18px !important;

}



.blog-home-card h3{

font-size:21px;

font-weight:800;

margin:15px 0 10px;

}



.blog-home-card p{

color:#64748b;

font-size:15px;

line-height:1.6;

}



.blog-home-card a{

display:inline-block;

margin-top:15px;

background:#111827;

color:#fff !important;

padding:11px 25px;

border-radius:50px;

text-decoration:none;

font-weight:700;

}



@media(max-width:768px){


.blog-home-card{

flex:0 0 85% !important;

width:85% !important;

}


.blog-home-card img{

height:220px !important;

}


}





/* ==========================
   PREMIUM FOOTER DESIGN
========================== */


.site-footer,
footer{

background:#111827 !important;

color:#ffffff !important;

margin-top:70px;

}


footer .footer-widget-area{

padding:60px 20px !important;

}



footer h2,
footer h3,
footer .widget-title{

color:#d4af37 !important;

font-weight:800;

}



footer p,
footer a{

color:#cbd5e1 !important;

}



footer a:hover{

color:#d4af37 !important;

}



.footer-premium-grid{

display:grid;

grid-template-columns:repeat(4,1fr);

gap:35px;

}



.footer-social a{

display:inline-block;

background:#1f2937;

padding:10px 18px;

border-radius:50px;

margin:5px;

}



.footer-bottom{

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

padding:20px;

text-align:center;

color:#94a3b8;

}



@media(max-width:768px){


.footer-premium-grid{

grid-template-columns:1fr;

text-align:center;

}


}





/* ===============================
   HireCallBoy Premium Footer
================================ */

    grid-template-columns:1fr;
    gap:25px;
}

}



/* ==============================
   Homepage Profile Horizontal Slider
================================ */


.home-profile-slider{
    width:100%;
    overflow:hidden;
}


.home-slider-track{
    display:flex;
    gap:25px;
    overflow-x:auto;
    scroll-behavior:smooth;
    padding:20px 5px 30px;
    scrollbar-width:none;
}


.home-slider-track::-webkit-scrollbar{
    display:none;
}


.hc-home-card{
    flex:0 0 280px;
    background:#ffffff;
    border-radius:22px;
    padding:18px;
    box-shadow:0 10px 30px rgba(0,0,0,0.08);
}


.hc-home-image img{
    width:100%;
    height:280px;
    object-fit:cover;
    border-radius:18px;
}


.hc-home-title{
    font-size:20px;
    margin-top:15px;
}


.hc-verified{
    color:#2563eb;
}


.hc-home-info,
.hc-home-status{
    margin-top:10px;
}





.hc-home-button{
    display:block;
    margin-top:20px;
    text-align:center;
    padding:13px;
    border-radius:30px;
    background:#111827;
    color:white;
    text-decoration:none;
}


@media(max-width:768px){

.home-slider-track{
    gap:15px;
}


.hc-home-card{
    flex:0 0 85%;
}


.hc-home-image img{
    height:260px;
}

}




/* Homepage Horizontal Profile Cards */

.home-profile-slider{
    width:100%;
    overflow:hidden;
}


.home-profile-slider{
    display:block;
}


.home-profile-slider .hc-home-card{
    flex:0 0 280px;
}


.home-profile-slider{
    display:flex;
    gap:25px;
    overflow-x:auto;
    scroll-behavior:smooth;
    padding:20px 0;
}


.home-profile-slider::-webkit-scrollbar{
    display:none;
}


.hc-home-card{
    min-width:280px;
}


.hc-home-image img{
    width:100%;
    height:280px;
    object-fit:cover;
    border-radius:18px;
}


@media(max-width:768px){

.home-profile-slider{
    gap:15px;
    padding-left:5px;
}


.hc-home-card{
    min-width:85%;
}

}



/* ==============================
   Trust Articles Horizontal Slider
================================ */


.trust-article-slider{

display:flex;
gap:25px;
overflow-x:auto;
scroll-behavior:smooth;
padding:20px 0 30px;

}


.trust-article-slider::-webkit-scrollbar{

display:none;

}


.trust-box{

flex:0 0 300px;
background:#ffffff;
border-radius:22px;
padding:20px;
box-shadow:0 10px 30px rgba(0,0,0,0.08);

}


.trust-box img{

width:100%;
height:200px;
object-fit:cover;
border-radius:18px;

}


.trust-box h3{

font-size:22px;
margin-top:15px;

}


.trust-box p{

color:#64748b;
line-height:1.6;

}


.trust-box a{

display:inline-block;
margin-top:15px;
padding:12px 25px;
background:#111827;
color:#fff;
border-radius:30px;
text-decoration:none;

}


@media(max-width:768px){

.trust-article-slider{

gap:15px;

}


.trust-box{

flex:0 0 85%;

}

}




.trust-box{
position:relative;
}


.trust-badge{

display:inline-block;
padding:6px 14px;
background:#f5c542;
color:#111827;
border-radius:20px;
font-size:14px;
font-weight:700;
margin-bottom:15px;

}


.trust-meta{

font-size:14px;
color:#64748b;
margin-top:12px;

}


.trust-box:hover{

transform:translateY(-5px);
transition:.3s;

}




/* Trust Article Placeholder */

.trust-placeholder{

height:200px;
border-radius:18px;
background:linear-gradient(135deg,#facc15,#f59e0b);
display:flex;
align-items:center;
justify-content:center;
font-size:80px;
margin-bottom:15px;

}


.trust-box img{

height:200px;
object-fit:cover;

}




/* Trust Article Premium Badge */

.trust-badge{
display:inline-block;
background:#facc15;
color:#111827;
padding:5px 12px;
border-radius:20px;
font-size:13px;
font-weight:700;
margin-bottom:12px;
}


/* Trust Placeholder */

.trust-placeholder{

height:200px;
border-radius:18px;
background:linear-gradient(135deg,#fff7cc,#fde68a);
display:flex;
align-items:center;
justify-content:center;
font-size:60px;
margin-bottom:15px;

}




/* Latest Blog Horizontal Slider */

.blog-home-slider{

display:flex;
gap:25px;
overflow-x:auto;
scroll-behavior:smooth;
padding:20px 0 30px;

}


.blog-home-slider::-webkit-scrollbar{

display:none;

}


.blog-home-card{

flex:0 0 300px;
background:#fff;
border-radius:22px;
padding:20px;
box-shadow:0 10px 30px rgba(0,0,0,.08);

}


.blog-home-card img{

width:100%;
height:200px;
object-fit:cover;
border-radius:18px;

}


.blog-home-card:hover{

transform:translateY(-5px);
transition:.3s;

}


@media(max-width:768px){

.blog-home-card{

flex:0 0 85%;

}

}




/* Force Blog Slider */

.blog-home-slider{
display:flex !important;
flex-wrap:nowrap !important;
overflow-x:auto !important;
gap:25px !important;
}


.blog-home-slider .blog-home-card{

flex:0 0 300px !important;
width:300px !important;

}


.blog-home-slider::-webkit-scrollbar{
display:none;
}


@media(max-width:768px){

.blog-home-slider .blog-home-card{

flex:0 0 85% !important;
width:85% !important;

}

}



/* Blog Slider Final Fix */

.blog-home-slider{
    display:flex !important;
    flex-wrap:nowrap !important;
    overflow-x:scroll !important;
    gap:25px;
    width:100%;
    scrollbar-width:none;
}


.blog-home-slider::-webkit-scrollbar{
    display:none;
}


.blog-home-slider .blog-home-card{
    flex:0 0 300px !important;
    max-width:300px !important;
    width:300px !important;
}


@media(max-width:768px){

.blog-home-slider .blog-home-card{
    flex:0 0 85% !important;
    max-width:85% !important;
}

}




/* Latest Blog 3x2 Grid */

.blog-home-slider{

display:grid !important;
grid-template-columns:repeat(3,1fr);
gap:30px;
overflow:visible !important;

}


.blog-home-card{

width:100% !important;
max-width:none !important;
min-height:420px;

}


.blog-home-card img{

width:100%;
height:220px;
object-fit:cover;
border-radius:18px;

}


.blog-more-button{

text-align:center;
margin-top:40px;

}


.blog-more-button a{

display:inline-block;
background:#111827;
color:white;
padding:14px 35px;
border-radius:30px;
font-weight:700;
text-decoration:none;

}


@media(max-width:768px){

.blog-home-slider{

grid-template-columns:1fr;

}

}




/* Center View More Button */

.blog-more-button{
    width:100% !important;
    display:flex !important;
    justify-content:center !important;
    align-items:center !important;
    margin-top:40px !important;
}


.blog-more-button a{
    display:inline-flex !important;
    justify-content:center;
    align-items:center;
}




/* ===== Single Profile Mobile Fix ===== */

@media(max-width:768px){

.profile-single-wrapper{
    width:100% !important;
    padding:0 !important;
}


.horizontal-profile-card{
    display:block !important;
    width:100% !important;
    border-radius:20px !important;
    overflow:hidden !important;
}


.profile-card-image{
    width:100% !important;
    height:auto !important;
    display:block !important;
}


.profile-card-image img{
    width:100% !important;
    height:380px !important;
    object-fit:cover !important;
}


.profile-card-details{
    width:100% !important;
    padding:20px !important;
    box-sizing:border-box !important;
}


/* Rating */
.profile-card-details .rating,
.profile-card-details .review{
    width:100% !important;
}


/* Buttons */

.profile-card-details a,
.whatsapp-button,
.telegram-button{
    width:100% !important;
    max-width:100% !important;
    display:flex !important;
    justify-content:center !important;
    align-items:center !important;
    margin:10px 0 !important;
}


/* prevent horizontal scroll */

body{
    overflow-x:hidden !important;
}

}


@media(max-width:480px){

.profile-card-image img{
    height:330px !important;
}


.profile-card-details{
    padding:15px !important;
}

}



/* ===== Mobile Profile Premium UI Fix ===== */

@media(max-width:768px){

.profile-single-wrapper{
    width:100% !important;
    padding:15px !important;
}


.horizontal-profile-card{
    display:block !important;
    width:100% !important;
    background:#fff !important;
    border-radius:25px !important;
    overflow:hidden !important;
    box-shadow:0 10px 30px rgba(0,0,0,.08);
}


/* Profile Details */

.profile-card-details{
    width:100% !important;
    padding:20px !important;
}


/* Verified Button */

.profile-card-details .verified,
.profile-card-details .verified-badge,
.verified-badge{
    width:100% !important;
    height:45px !important;
    display:flex !important;
    justify-content:center !important;
    align-items:center !important;
    border-radius:30px !important;
    font-size:18px !important;
}


/* Premium Button */

.profile-card-details .premium,
.premium-badge{
    width:100% !important;
    height:45px !important;
    display:flex !important;
    justify-content:center !important;
    align-items:center !important;
    border-radius:30px !important;
    font-size:18px !important;
}


/* Rating */

.profile-rating,
.average-rating{
    width:100% !important;
    border-radius:30px !important;
    justify-content:center !important;
}


/* WhatsApp Telegram Share buttons */

.profile-card-details a,
.whatsapp-button,
.telegram-button,
.share-button{
    width:100% !important;
    height:55px !important;
    border-radius:35px !important;
    display:flex !important;
    align-items:center !important;
    justify-content:center !important;
    font-size:18px !important;
    margin:12px 0 !important;
}


/* Info */

.profile-card-details div{
    font-size:17px;
}


/* Remove horizontal scroll */

body{
    overflow-x:hidden !important;
}

}



/* Premium Badge Mobile Full Button */

@media(max-width:768px){

.membership-badge{
    width:100% !important;
    height:45px !important;
    display:flex !important;
    justify-content:center !important;
    align-items:center !important;
    border-radius:30px !important;
    font-size:18px !important;
    font-weight:700 !important;
    margin:10px 0 !important;
}

}



/* Featured Profile Blog Mobile Fix */

@media(max-width:768px){

.hc-featured-profile-grid{
    display:block !important;
    width:100% !important;
}


.hc-featured-card{
    width:100% !important;
    max-width:100% !important;
    border-radius:20px !important;
    padding:15px !important;
    box-sizing:border-box !important;
}


/* Profile Image */

.hc-profile-image{
    width:100% !important;
    height:260px !important;
    overflow:hidden !important;
    border-radius:18px !important;
}


.hc-profile-image img{
    width:100% !important;
    height:260px !important;
    object-fit:cover !important;
}


/* Name */

.hc-featured-card h3{
    font-size:22px !important;
    margin:15px 0 !important;
}


/* Location + Membership */

.hc-featured-card > div:not(.hc-profile-image){
    font-size:15px !important;
    line-height:1.6 !important;
}


/* View Button */

.hc-featured-card a{
    width:100% !important;
    height:50px !important;
    display:flex !important;
    align-items:center !important;
    justify-content:center !important;
    border-radius:30px !important;
}


}




/* Final Membership Badge Fix - All Profiles */

.membership-badge{
    width:100% !important;
    height:45px !important;
    display:flex !important;
    justify-content:center !important;
    align-items:center !important;
    border-radius:30px !important;
    font-size:18px !important;
    font-weight:700 !important;
    margin:10px 0 !important;
    box-sizing:border-box !important;
}




/* Blog Featured Profiles Mobile Card Fix */

@media(max-width:768px){

.hc-featured-profile-grid{
    display:block !important;
}


.hc-featured-card{
    width:100% !important;
    max-width:330px !important;
    margin:0 auto 25px !important;
    padding:15px !important;
    border-radius:20px !important;
    box-sizing:border-box !important;
}


/* Image */

.hc-featured-card .hc-profile-image{
    height:230px !important;
    width:100% !important;
    overflow:hidden !important;
    border-radius:18px !important;
}


.hc-featured-card .hc-profile-image img{
    width:100% !important;
    height:230px !important;
    object-fit:cover !important;
    border-radius:18px !important;
}


/* Name */

.hc-featured-card h3{
    margin:15px 0 10px !important;
    font-size:22px !important;
}


/* Location + Membership */

.hc-featured-card div:not(.hc-profile-image){
    font-size:15px !important;
    line-height:1.6 !important;
}


/* View Profile */

.hc-featured-card a{
    width:100% !important;
    height:50px !important;
    display:flex !important;
    align-items:center !important;
    justify-content:center !important;
    border-radius:30px !important;
}


}



/* ===== Featured Profiles Blog Clean CSS ===== */

.hc-featured-profiles{
    width:100%;
    margin:40px 0;
}


.hc-featured-profile-grid{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:25px;
}


.hc-featured-card{
    background:#fff;
    padding:20px;
    border-radius:22px;
    box-shadow:0 8px 30px rgba(0,0,0,.12);
    overflow:hidden;
}


.hc-profile-image{
    width:100%;
    height:280px;
    overflow:hidden;
    border-radius:18px;
}


.hc-profile-image img{
    width:100%;
    height:280px;
    object-fit:cover;
    display:block;
}


.hc-featured-card h3{
    font-size:22px;
    margin:15px 0;
}


.hc-featured-card a{
    display:flex;
    justify-content:center;
    align-items:center;
    height:50px;
    margin-top:15px;
    background:#111827;
    color:#fff;
    border-radius:30px;
    text-decoration:none;
}


@media(max-width:768px){

.hc-featured-profile-grid{
    grid-template-columns:1fr;
}


.hc-featured-card{
    width:100%;
}


.hc-profile-image{
    height:230px;
}


.hc-profile-image img{
    height:230px;
}


.hc-featured-card h3{
    font-size:20px;
}

}





/* Featured Profile City & Membership Buttons */

.hc-featured-card > div:not(.hc-profile-image){

    width:100% !important;
    height:50px !important;

    display:flex !important;
    align-items:center !important;
    justify-content:center !important;

    background:#111f3d !important;

    border-radius:30px !important;

    margin:10px 0 !important;

    font-size:18px !important;
    font-weight:700 !important;

}


/* Location text */

.hc-featured-card > div:nth-of-type(2){

    color:#ffffff !important;

}


/* Membership Gold text */

.hc-featured-card > div:nth-of-type(3){

    color:#f5c542 !important;

}




/* ===== Home Profile Membership Final Button ===== */

.hc-home-membership{

    width:100% !important;
    height:50px !important;

    display:flex !important;
    justify-content:center !important;
    align-items:center !important;

    background:#111827 !important;

    color:#f5c542 !important;

    border-radius:30px !important;

    font-size:18px !important;
    font-weight:700 !important;

    margin:10px 0 !important;

    padding:0 !important;

    box-sizing:border-box !important;

    text-align:center !important;

}




/* ===== Single Profile Premium UI ===== */


.profile-single-wrapper{
    max-width:1200px;
    margin:40px auto;
}


.horizontal-profile-card{
    background:#ffffff;
    border-radius:30px;
    padding:25px;
    box-shadow:0 15px 45px rgba(0,0,0,.12);
    overflow:hidden;
}


/* Profile Image */

.profile-card-image img{
    width:100%;
    height:500px;
    object-fit:cover;
    border-radius:25px;
}


/* Details */

.profile-card-details{
    padding:25px;
}


/* Membership */

.membership-badge{

    width:100% !important;
    height:50px;
    display:flex !important;
    align-items:center;
    justify-content:center;
    background:#111827 !important;
    color:#d4af37 !important;
    border-radius:35px;
    font-size:18px;
    font-weight:800;
    margin:15px 0;

}


/* Location */

.profile-card-details p{

    background:#111827;
    color:#ffffff;
    padding:14px;
    border-radius:35px;
    text-align:center;
    font-weight:700;

}


/* Contact Buttons */

.profile-contact-buttons a{

    height:55px;
    display:flex;
    align-items:center;
    justify-content:center;
    border-radius:35px;
    font-size:18px;
    font-weight:700;
    margin:12px 0;

}


/* Information Box */

.profile-information-box{

    background:#ffffff;
    padding:25px;
    border-radius:25px;
    box-shadow:0 10px 30px rgba(0,0,0,.08);
    margin-top:30px;

}


.profile-details-grid{

    display:grid;
    grid-template-columns:repeat(2,1fr);
    gap:15px;

}


.profile-details-grid > div{

    background:#f8fafc;
    padding:15px;
    border-radius:18px;

}



/* Services */

.profile-services{

    background:#111827;
    color:#ffffff;
    padding:25px;
    border-radius:25px;

}



@media(max-width:768px){


.profile-single-wrapper{
    margin:20px 15px;
}


.profile-card-image img{
    height:350px;
}


.profile-details-grid{
    grid-template-columns:1fr;
}


.horizontal-profile-card{
    padding:15px;
}


}



/* Profile Status Premium */

.profile-card-details p:has(.status),
.profile-card-details .profile-status{

    display:flex;
    align-items:center;
    justify-content:center;
    gap:8px;
    background:#111827;
    color:#22c55e;
    border-radius:35px;
    padding:14px;
    font-weight:700;

}


/* Profile image improvement */

.profile-card-image img{

    object-position:center;
    border-radius:28px;

}




/* Profile Views Premium Button */

.profile-views-count{

    width:100%;
    height:55px;
    display:flex !important;
    align-items:center;
    justify-content:center;

    background:#111827;
    color:#ffffff !important;

    border-radius:35px;

    font-size:18px;
    font-weight:700;

    margin:20px 0;

    box-shadow:0 8px 20px rgba(0,0,0,.12);

}



@media(max-width:768px){

.profile-views-count{

    width:100%;
    height:55px;

}

}




/* Back Button */

.hc-back-button{
    max-width:1200px;
    margin:20px auto;
}


.hc-back-button a{

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

    background:#111827;
    color:#ffffff !important;

    padding:12px 25px;
    border-radius:35px;

    font-size:16px;
    font-weight:700;

    text-decoration:none !important;

}


.hc-back-button a:hover{

    background:#000000;

}


@media(max-width:768px){

.hc-back-button{

    margin:15px;

}

}



/* Profile Navigation */

.hc-profile-navigation{

max-width:1200px;
margin:20px auto;
display:flex;
justify-content:space-between;
align-items:center;

}


.hc-profile-navigation a{

background:#111827;
color:#fff !important;

padding:12px 28px;
border-radius:35px;

font-weight:700;
text-decoration:none !important;

}


.hc-nav-next{

background:#d4af37 !important;
color:#111827 !important;

}


@media(max-width:768px){

.hc-profile-navigation{

margin:15px;

}

.hc-profile-navigation a{

padding:10px 20px;
font-size:14px;

}

}



/* Review to Verified spacing */

.profile-average-rating{

    margin-bottom:18px !important;

}


.profile-average-rating + *{

    margin-top:18px !important;

}





/* ===== FORCE CONTACT LOCK DESIGN ===== */

body .contact-lock-box{

background:#07152f !important;
border:3px solid #d4af37 !important;
border-radius:30px !important;
padding:40px 25px !important;
text-align:center !important;
margin:30px auto !important;
width:100% !important;
max-width:600px !important;
box-sizing:border-box !important;

}


body .contact-lock-box .lock-icon{

width:90px !important;
height:90px !important;
margin:0 auto 20px !important;
border-radius:50% !important;
background:#111827 !important;
border:5px solid #d4af37 !important;
display:flex !important;
align-items:center !important;
justify-content:center !important;
font-size:45px !important;

}


body .contact-lock-box .lock-title{

color:#ffffff !important;
font-size:26px !important;
font-weight:800 !important;
line-height:1.4 !important;

}


body .contact-lock-box .lock-message{

color:#ffffff !important;
font-size:18px !important;
margin:25px 0 !important;

}


body .contact-lock-box .activate-membership-btn{

background:#d4af37 !important;
color:#07152f !important;
padding:15px 45px !important;
border-radius:40px !important;
font-size:20px !important;
font-weight:800 !important;
display:inline-flex !important;
align-items:center !important;
justify-content:center !important;
text-decoration:none !important;

}


@media(max-width:600px){

body .contact-lock-box{

padding:30px 15px !important;

}

body .contact-lock-box .lock-title{

font-size:21px !important;

}

body .contact-lock-box .activate-membership-btn{

width:100% !important;

}

}



/* Premium Membership Button */

.premium-price-badge{

display:inline-block;
background:#07152f;
color:#d4af37;
border:2px solid #d4af37;
padding:10px 25px;
border-radius:30px;
font-size:18px;
font-weight:800;
margin:15px auto;

}


.premium-btn{

display:flex !important;
align-items:center;
justify-content:center;
gap:15px;

background:linear-gradient(135deg,#d4af37,#f7d774) !important;

color:#07152f !important;

padding:18px 35px !important;

border-radius:50px !important;

font-size:22px !important;

font-weight:900 !important;

box-shadow:0 10px 30px rgba(212,175,55,.45);

}


.premium-btn span{

background:#07152f;

color:#fff;

padding:8px 18px;

border-radius:25px;

font-size:16px;

}


.premium-btn:hover{

transform:scale(1.05);

}


.premium-security-text{

margin-top:20px;

color:#d4af37;

font-size:15px;

font-weight:700;

}


@media(max-width:600px){

.premium-btn{

font-size:18px !important;

padding:15px !important;

flex-direction:column;

gap:8px;

}


.premium-btn span{

font-size:15px;

}

}






/* Premium Membership Button Final */

.premium-price-badge{
    display:inline-block;
    background:#07152f;
    color:#d4af37;
    border:2px solid #d4af37;
    padding:10px 25px;
    border-radius:30px;
    font-size:18px;
    font-weight:800;
    margin:15px auto;
}


.premium-btn{
    display:flex !important;
    align-items:center;
    justify-content:center;
    gap:15px;
    background:linear-gradient(135deg,#d4af37,#f7d774) !important;
    color:#07152f !important;
    padding:18px 35px !important;
    border-radius:50px !important;
    font-size:22px !important;
    font-weight:900 !important;
    box-shadow:0 10px 30px rgba(212,175,55,.45);
}


.premium-btn span{
    background:#07152f;
    color:#fff;
    padding:8px 18px;
    border-radius:25px;
    font-size:16px;
}


.premium-btn:hover{
    transform:scale(1.05);
}


.premium-security-text{
    margin-top:20px;
    color:#d4af37;
    font-size:15px;
    font-weight:700;
}


@media(max-width:600px){

    .premium-btn{
        font-size:18px !important;
        padding:15px !important;
        flex-direction:column;
        gap:8px;
    }


    .premium-btn span{
        font-size:15px;
    }

}
/* HireCallboy Age Verification Popup */

.hc-age-overlay{
position:fixed;
top:0;
left:0;
width:100%;
height:100%;
background:rgba(0,0,0,.88);
backdrop-filter:blur(8px);
z-index:999999;
display:flex;
align-items:center;
justify-content:center;
}


.hc-age-box{

width:90%;
max-width:750px;

background:#080808;

border:1px solid #e00000;

border-radius:25px;

padding:45px;

text-align:center;

color:#fff;

box-shadow:0 0 50px rgba(255,0,0,.25);

}


.hc-age-logo{

font-size:42px;
font-weight:900;

margin-bottom:20px;

}

.hc-age-logo span{
color:#e00000;
}


.hc-age-18{

width:80px;
height:80px;

border-radius:50%;

border:4px solid #e00000;

display:flex;
align-items:center;
justify-content:center;

font-size:32px;
font-weight:900;

margin:20px auto;

color:white;

box-shadow:0 0 25px red;

}


.hc-age-title{

font-size:36px;
font-weight:900;

margin:25px 0;

}


.hc-age-text{

font-size:18px;
color:#ccc;

line-height:1.6;

}


.hc-age-links a{

color:#ff2222;
margin:0 10px;

}


.hc-age-buttons{

display:flex;
gap:30px;
justify-content:center;

margin-top:35px;

}


.hc-age-enter{

background:#e00000;

color:white;

padding:18px 45px;

border-radius:12px;

font-size:18px;

font-weight:800;

border:none;

cursor:pointer;

}


.hc-age-exit{

background:#111;

color:white;

border:1px solid #777;

padding:18px 45px;

border-radius:12px;

font-size:18px;

font-weight:800;

cursor:pointer;

}


.hc-age-features{

display:flex;

justify-content:center;

gap:40px;

margin-top:40px;

}


.hc-age-feature{

color:#ddd;

font-size:15px;

}


.hc-age-feature span{

display:block;

font-size:35px;

color:#e00000;

margin-bottom:10px;

}


.hc-age-footer{

margin-top:30px;

color:#aaa;

}


@media(max-width:600px){

.hc-age-box{

padding:25px;

}


.hc-age-title{

font-size:25px;

}


.hc-age-buttons{

flex-direction:column;

}


.hc-age-features{

display:grid;

grid-template-columns:1fr 1fr;

}

}

/* Age Popup Text Fix */

.hc-age-box,
.hc-age-box h2,
.hc-age-box p,
.hc-age-box div,
.hc-age-box span{
    color:#ffffff !important;
}


.hc-age-title{
    color:#ffffff !important;
}


.hc-age-text{
    color:#dddddd !important;
}


.hc-age-feature{
    color:#ffffff !important;
}


.hc-age-footer{
    color:#cccccc !important;
}


.hc-age-logo{
    color:#ffffff !important;
}


.hc-age-logo span{
    color:#ff0000 !important;
}



/* HireCallboy Popup Mobile Fix */

.hc-age-overlay{
    overflow-y:auto;
    padding:20px 0;
}


.hc-age-box{

    max-height:95vh;
    overflow-y:auto;

}


.hc-age-logo{

    display:block !important;
    font-size:32px !important;
    color:#ffffff !important;
    margin-top:10px !important;

}


@media(max-width:600px){

.hc-age-box{

    width:92%;
    padding:25px 18px !important;
    margin:auto;

}


.hc-age-logo{

    font-size:30px !important;
    margin-bottom:10px !important;

}


.hc-age-18{

    width:65px !important;
    height:65px !important;
    font-size:25px !important;

}


.hc-age-title{

    font-size:22px !important;
    margin:15px 0 !important;

}


.hc-age-text{

    font-size:15px !important;

}


.hc-age-buttons{

    margin-top:20px !important;
    gap:15px !important;

}


.hc-age-features{

    margin-top:20px !important;
    gap:15px !important;

}


.hc-age-feature span{

    font-size:25px !important;

}

}



/* HireCallboy Legal Pages Premium Design */


.hc-legal-page{

background:#050505;

color:#fff;

padding:40px 20px;

}


.hc-legal-container{

max-width:1000px;

margin:auto;

}


.hc-legal-header{

text-align:center;

padding:40px;

background:
linear-gradient(
135deg,
rgba(212,175,55,.15),
rgba(255,0,0,.15)
);

border-radius:25px;

border:1px solid rgba(212,175,55,.5);

margin-bottom:35px;

}


.hc-legal-logo{

font-size:45px;

font-weight:900;

color:#fff;

}


.hc-legal-logo span{

color:#d4af37;

}


.hc-legal-header p{

color:#ccc;

font-size:18px;

}


.hc-legal-card{

background:

rgba(255,255,255,.05);

backdrop-filter:blur(15px);

border:1px solid rgba(212,175,55,.25);

border-radius:20px;

padding:35px;

margin-bottom:25px;

box-shadow:0 20px 50px rgba(0,0,0,.5);

}


.hc-legal-card h2{

color:#d4af37;

font-size:25px;

margin-bottom:15px;

}


.hc-legal-card h3{

color:#ff3333;

}


.hc-legal-card p,
.hc-legal-card li{

color:#ddd;

line-height:1.8;

font-size:16px;

}


.hc-legal-badge{

display:inline-block;

background:#d4af37;

color:#000;

padding:8px 20px;

border-radius:30px;

font-weight:800;

margin-top:15px;

}


@media(max-width:600px){

.hc-legal-header{

padding:25px;

}


.hc-legal-logo{

font-size:32px;

}


.hc-legal-card{

padding:20px;

}

}




/* Legal Page Force Style Fix */

body:has(.hc-legal-page){

background:#050505 !important;

}


.hc-legal-page{

background:#050505 !important;

color:#ffffff !important;

padding:60px 20px !important;

min-height:100vh;

}


.hc-legal-container{

max-width:1000px !important;

margin:auto !important;

}


.hc-legal-header{

background:
linear-gradient(135deg,#1a0000,#111) !important;

border:1px solid #d4af37 !important;

border-radius:25px !important;

padding:40px !important;

text-align:center !important;

}


.hc-legal-logo{

font-size:45px !important;

font-weight:900 !important;

color:#fff !important;

}


.hc-legal-logo span{

color:#ff0000 !important;

}


.hc-legal-card{

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

border:1px solid rgba(212,175,55,.5) !important;

border-radius:20px !important;

padding:30px !important;

margin:25px 0 !important;

}


.hc-legal-card h2{

color:#d4af37 !important;

}


.hc-legal-card p,
.hc-legal-card li{

color:#fff !important;

}



/* Featured Profile Button Fix */
.hc-featured-card{
    display:flex;
    flex-direction:column;
}

.hc-featured-card a{
    margin-top:20px !important;
    position:relative;
    display:block !important;
    width:80%;
    text-align:center;
}

@media(max-width:600px){
.hc-featured-card a{
    width:100%;
}
}

/* Featured Profile View Button Center Fix */

.hc-featured-card a{
    display:flex !important;
    align-items:center;
    justify-content:center;
    margin-left:auto !important;
    margin-right:auto !important;
}
/* Featured Profile Text Visibility Fix */

.hc-featured-card .hc-online-status,
.hc-featured-card .hc-online-status *,
.hc-featured-card .hc-sponsored,
.hc-featured-card .hc-sponsored *{
    color:#ffffff !important;
    opacity:1 !important;
    visibility:visible !important;
}

.hc-featured-card .hc-membership,
.hc-featured-card .hc-membership *{
    color:#ffffff !important;
    opacity:1 !important;
}
