
/* 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-membership{

display:inline-block;

background:#d4af37;

padding:8px 20px;

border-radius:50px;

font-weight:700;

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-membership{

display:inline-block;

background:#d4af37;

padding:8px 22px;

border-radius:50px;

font-weight:700;

}



.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
================================ */

.hc-footer{
    background:#101828;
    color:#ffffff;
    padding:50px 20px 20px;
    width:100%;
}


.hc-footer-container{
    max-width:1200px;
    margin:auto;
    display:grid;
    grid-template-columns:repeat(4,1fr);
    gap:35px;
}


.hc-footer-column{
    color:#ffffff;
}


.hc-footer-column h2,
.hc-footer-column h3,
.hc-footer-column .widget-title{
    color:#f5c542;
    font-size:20px;
    margin-bottom:15px;
}


.hc-footer-column ul{
    list-style:none;
    padding:0;
    margin:0;
}


.hc-footer-column li{
    margin-bottom:10px;
}


.hc-footer-column a{
    color:#dddddd;
    text-decoration:none;
}


.hc-footer-column a:hover{
    color:#ffffff;
}


.hc-footer-bottom{
    max-width:1200px;
    margin:40px auto 0;
    padding-top:20px;
    border-top:1px solid rgba(255,255,255,.2);
    text-align:center;
    color:#cccccc;
}


/* Mobile */

@media(max-width:768px){

.hc-footer-container{
    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-membership{
    display:inline-block;
    margin-top:15px;
    padding:8px 18px;
    border-radius:30px;
    background:#d8ad2c;
    color:#111827;
    font-weight:600;
}


.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;
}




/* Featured Profiles On Blog */


.hc-featured-profiles{

margin:30px 0;

}


.hc-featured-profiles h2{

margin-bottom:25px;

}


.hc-featured-profile-grid{

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

}


.hc-featured-card{

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

}


.hc-featured-card img{

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

}


.hc-featured-card a{

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

}


@media(max-width:768px){

.hc-featured-profile-grid{

grid-template-columns:1fr;

}

}




/* Featured Profile Blog Card Final Fix */

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

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

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


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


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


.hc-featured-card a{
    display:block !important;
    margin-top:15px !important;
    padding:12px 20px !important;
    background:#111827 !important;
    color:#fff !important;
    text-align:center !important;
    border-radius:30px !important;
    text-decoration:none !important;
}


@media(max-width:768px){

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

.hc-featured-card img{
    height:240px !important;
}

}



/* Featured Profile Layout Fix */

.hc-featured-profiles{
    max-width:1200px;
    margin:40px auto;
}


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


.hc-featured-card{
    width:100% !important;
    max-width:350px;
}


.hc-featured-card img{
    width:100% !important;
    height:280px !important;
    object-fit:cover !important;
    display:block;
}


@media(max-width:768px){

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


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

}


.hc-featured-card{
    display:flex !important;
    flex-direction:column !important;
    background:#fff !important;
    padding:20px !important;
    border-radius:20px !important;
    overflow:hidden !important;
}

.hc-featured-card img{
    width:100% !important;
    height:250px !important;
    object-fit:cover !important;
    margin:0 !important;
    padding:0 !important;
}

.hc-featured-card h3{
    margin-top:15px !important;
}

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

@media(max-width:768px){
.hc-featured-profile-grid{
    grid-template-columns:1fr !important;
}
}


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

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


/* Remove Kadence thumbnail effect inside featured profiles */

.hc-featured-card .wp-post-image{
    display:none !important;
}

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


/* Hide Kadence single post featured image */
.single-post .post-thumbnail{
    display:none !important;
}


.single-post .article-post-thumbnail{
    display:none !important;
}


.single-entry .post-thumbnail.article-post-thumbnail{
    display:none !important;
}


.hc-profile-city{
    font-size:14px;
    display:flex;
    align-items:center;
    gap:5px;
}

.hc-profile-city::first-letter{
    font-size:16px;
}


.hc-featured-card div{
    font-size:14px;
    line-height:1.5;
}



/* ===== Mobile Responsive Fix ===== */

@media(max-width:768px){

/* Main container */
.site-container{
    width:100% !important;
    padding-left:15px !important;
    padding-right:15px !important;
}


/* Featured Profile */
.hc-featured-profile-grid{
    grid-template-columns:1fr !important;
    gap:20px !important;
}

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


/* Images */
.hc-featured-card img{
    width:100% !important;
    height:auto !important;
}


/* Blog cards */
.blog-home-grid,
.trust-article-grid{
    grid-template-columns:1fr !important;
}


/* Headings */
h1{
    font-size:28px !important;
}

h2{
    font-size:22px !important;
}


/* Buttons */
button,
.wp-block-button__link,
.hc-featured-card a{
    max-width:100%;
}


/* Prevent horizontal scroll */
body{
    overflow-x:hidden !important;
}

}


/* Small mobile */

@media(max-width:480px){

h1{
    font-size:24px !important;
}

h2{
    font-size:20px !important;
}

.site-container{
    padding-left:12px !important;
    padding-right:12px !important;
}

}



/* ===== 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;
}


