/*
Theme Name: Porto Child
Theme URI: https://www.portotheme.com/wordpress/porto
Author: P-THEMES
Author URI: https://www.portotheme.com/
Description: Porto Responsive WordPress + eCommerce Theme.
Version: 1.1
Template: porto
License: Commercial
License URI: http://themeforest.net/licenses/regular_extended
Tags: woocommerce, corporate, ecommerce, responsive, blue, black, green, white, light, dark, red, two-columns, three-columns, four-columns, left-sidebar, right-sidebar, fixed-layout, responsive-layout, custom-menu, editor-style, featured-images, flexible-header, full-width-template, microformats, post-formats, rtl-language-support, sticky-post, theme-options, translation-ready, accessibility-ready
*/

/*************** ADD YOUR CUSTOM CSS HERE  ***************/
.gigbe-availability-badges{
display:grid;
grid-template-columns:repeat(2,1fr);
gap:15px;
margin-top:20px;
margin-bottom:20px;
}

@media(max-width:768px){
.gigbe-availability-badges{
grid-template-columns:1fr;
}
}

.gigbe-badge{
display:flex;
flex-direction:column;
align-items:center;
justify-content:center;
padding:16px;
border-radius:18px;
font-size:13px;
font-weight:700;
text-align:center;
min-height:50px;
box-shadow:0 4px 12px rgba(0,0,0,0.06);
border:1px solid transparent;
transition:all .3s ease;
}

.gigbe-badge:hover{
transform:translateY(-3px);
}

.gigbe-badge:hover{
transform:translateY(-1px);
}

/* Available Today */
.gigbe-badge.available{
background:#ecfdf3;
color:#027a48;
border-color:#abefc6;
}

/* Weekend */
.gigbe-badge.weekend{
background:#fffaeb;
color:#b54708;
border-color:#fedf89;
}

/* Night Shift */
.gigbe-badge.night{
background:#f4f3ff;
color:#5925dc;
border-color:#d9d6fe;
}

/* Outstation */
.gigbe-badge.outstation{
background:#eff8ff;
color:#175cd3;
border-color:#b2ddff;
}

.gigbe-worker-meta{
margin-top:15px;
font-size:14px;
}
.gigbe-verification-badges{
margin-top:15px;
}

.gigbe-verification-grid{
display:grid;
grid-template-columns:repeat(2,1fr);
gap:15px;
margin-top:20px;
}
@media(max-width:768px){
.gigbe-verification-grid{
grid-template-columns:1fr;
}
}
.gigbe-verify-card{
background:#fff;
border-radius:18px;
padding:18px;
text-align:center;
box-shadow:0 4px 12px rgba(0,0,0,0.06);
border:1px solid #edf2f7;
transition:0.3s ease;
}

.gigbe-verify-card:hover{
transform:translateY(-3px);
}

.gigbe-verify-icon{
font-size:28px;
margin-bottom:10px;
}

.gigbe-verify-card h6{
margin-bottom:6px;
font-size:15px;
font-weight:700;
}

.gigbe-verify-card p{
font-size:13px;
color:#666;
margin:0;
}

.gigbe-verify-card.trusted{
border:1px solid #ffe69c;
background:#fffdf5;
}
.gigbe-worker-meta{
display:grid;
grid-template-columns:repeat(auto-fit,minmax(220px,1fr));
gap:15px;
margin-top:20px;
}

.gigbe-meta-card{
display:flex;
align-items:center;
gap:14px;
background:#fff;
padding:16px;
border-radius:18px;
border:1px solid #edf2f7;
box-shadow:0 3px 10px rgba(0,0,0,0.05);
transition:0.3s ease;
}

.gigbe-meta-card:hover{
transform:translateY(-2px);
}

.gigbe-meta-icon{
font-size:24px;
line-height:1;
}

.gigbe-meta-card small{
display:block;
font-size:12px;
color:#777;
margin-bottom:3px;
}

.gigbe-meta-card h6{
margin:0;
font-size:15px;
font-weight:700;
color:#111827;
}

.gigbe-blur-profile img{
filter:blur(12px);
transform:scale(1.05);
}

.gigbe-profile-image-wrapper img{
width:100%;
height:auto;
display:block;
object-fit:contain;
background:#fff;
}
.gigbe-profile-image-wrapper{
width:100% !important;
max-width:420px !important;
margin:0 auto 25px !important;
border-radius:24px !important;
overflow:visible !important;
position:relative !important;
background:#f8fafc !important;
box-shadow:0 10px 30px rgba(0,0,0,0.08) !important;
}

.gigbe-profile-image-wrapper figure,
.gigbe-profile-image-wrapper .tb-profile-image,
.gigbe-profile-image-wrapper img{
width:100% !important;
max-width:100% !important;
height:auto !important;
display:block !important;
object-fit:contain !important;
border-radius:24px !important;
margin:0 !important;
padding:0 !important;
}
.gigbe-profile-image-wrapper img{
border-radius:24px !important;
overflow:hidden;
}
.gigbe-blur-profile img,
.gigbe-blur-profile figure,
.gigbe-blur-profile .tb-profile-image{
filter:blur(12px) !important;
transform:scale(1.05);
pointer-events:none;
user-select:none;
}

.gigbe-request-access-btn:hover{
transform:translateY(-2px);
background:#f3f4f6;
}
.gigbe-private-content h6{
color:#fff;
font-size:18px;
margin-bottom:10px;
font-weight:700;
}

.gigbe-private-content p{
color:#e5e7eb;
font-size:13px;
margin-bottom:15px;
}

.gigbe-request-access-btn{
display:inline-block;
padding:10px 18px;
background:#fff;
color:#111827;
border-radius:30px;
font-size:13px;
font-weight:700;
text-decoration:none;
transition:0.3s ease;
}

.gigbe-request-access-btn:hover{
transform:translateY(-2px);
background:#f3f4f6;
}
.gigbe-blur-overlay{
position:absolute;
top:0;
left:0;
width:100%;
height:100%;
display:flex;
align-items:center;
justify-content:center;
padding:20px;
box-sizing:border-box;
background:rgba(0,0,0,0.45);
border-radius:24px;
}

.gigbe-private-content{
width:100%;
display:flex;
align-items:center;
justify-content:space-between;
gap:20px;
padding:20px 24px;
background:rgba(0,0,0,0.65);
border-radius:18px;
backdrop-filter:blur(6px);
}

.gigbe-private-content-text{
flex:1;
text-align:left;
}

.gigbe-private-content h6{
margin:0 0 6px;
font-size:18px;
font-weight:700;
color:#fff;
}

.gigbe-private-content p{
margin:0;
font-size:13px;
color:#e5e7eb;
}

.gigbe-request-access-btn{
display:inline-flex;
align-items:center;
justify-content:center;
padding:12px 20px;
background:#fff;
color:#111827;
border-radius:30px;
font-size:13px;
font-weight:700;
text-decoration:none;
white-space:nowrap;
transition:0.3s ease;
}

.gigbe-request-access-btn:hover{
transform:translateY(-2px);
background:#f3f4f6;
}

.gigbe-profile-image-wrapper{
width:100%;
position:relative;
overflow:hidden;
border-radius:24px;
background:#f8fafc;
box-shadow:0 10px 30px rgba(0,0,0,0.08);
margin-bottom:25px;
}

.gigbe-profile-image-wrapper figure,
.gigbe-profile-image-wrapper .tb-profile-image,
.gigbe-profile-image-wrapper img{
width:100% !important;
display:block;
margin:0;
padding:0;
border-radius:24px;
object-fit:cover;
}

.gigbe-blur-profile img,
.gigbe-blur-profile figure,
.gigbe-blur-profile .tb-profile-image{
filter:blur(12px);
transform:scale(1.05);
pointer-events:none;
user-select:none;
}

.gigbe-blur-overlay{
position:absolute;
top:0;
left:0;
right:0;
bottom:0;
display:flex;
align-items:center;
justify-content:center;
padding:20px;
background:rgba(0,0,0,0.45);
z-index:5;
}

.gigbe-private-content{
width:100%;
max-width:520px;
display:flex;
align-items:center;
justify-content:space-between;
gap:20px;
padding:20px 24px;
background:rgba(0,0,0,0.75);
border-radius:18px;
backdrop-filter:blur(6px);
}

.gigbe-private-content-text{
flex:1;
text-align:left;
}

.gigbe-private-content h6{
margin:0 0 6px;
font-size:18px;
font-weight:700;
color:#fff;
}

.gigbe-private-content p{
margin:0;
font-size:13px;
color:#e5e7eb;
line-height:1.5;
}

.gigbe-request-access-btn{
display:inline-flex;
align-items:center;
justify-content:center;
padding:12px 20px;
background:#fff;
color:#111827;
border-radius:30px;
font-size:13px;
font-weight:700;
text-decoration:none;
white-space:nowrap;
transition:0.3s ease;
}

.gigbe-request-access-btn:hover{
transform:translateY(-2px);
background:#f3f4f6;
}
.gigbe-reliability-grid{
display:grid;
grid-template-columns:repeat(2,1fr);
gap:15px;
margin-top:25px;
}

.gigbe-reliability-card{
position:relative;
overflow:hidden;
padding:18px;
border-radius:24px;
background:linear-gradient(135deg,#111827 0%,#1f2937 100%);
color:#fff;
box-shadow:0 15px 35px rgba(17,24,39,0.18);
transition:all 0.35s ease;
border:1px solid rgba(255,255,255,0.06);
}

.gigbe-reliability-card::before{
content:'';
position:absolute;
top:-40px;
right:-40px;
width:120px;
height:120px;
background:rgba(255,255,255,0.04);
border-radius:50%;
}

.gigbe-reliability-card:hover{
transform:translateY(-6px);
box-shadow:0 22px 45px rgba(17,24,39,0.24);
}

.gigbe-reliability-icon{
width:58px;
height:58px;
display:flex;
align-items:center;
justify-content:center;
font-size:26px;
border-radius:18px;
background:rgba(255,255,255,0.08);
margin-bottom:18px;
backdrop-filter:blur(6px);
}

.gigbe-reliability-card h4{
font-size:28px;
line-height:1;
font-weight:800;
margin:0 0 10px;
color:#fff;
letter-spacing:-1px;
}

.gigbe-reliability-card p{
margin:0;
font-size:14px;
font-weight:500;
color:#d1d5db;
letter-spacing:0.2px;
}

.gigbe-reliability-card.attendance{
background:linear-gradient(135deg,#065f46,#10b981);
}

.gigbe-reliability-card.gigs{
background:linear-gradient(135deg,#1e3a8a,#3b82f6);
}

.gigbe-reliability-card.noshow{
background:linear-gradient(135deg,#7f1d1d,#ef4444);
}

.gigbe-reliability-card.rating{
background:linear-gradient(135deg,#78350f,#f59e0b);
}

@media(max-width:768px){
.gigbe-reliability-grid{
grid-template-columns:1fr;
}
}
.gigbe-section-title{
display:flex;
align-items:center;
gap:12px;
margin:30px 0 18px;
padding-bottom:12px;
border-bottom:1px solid #e5e7eb;
}

.gigbe-section-icon{
width:42px;
height:42px;
display:flex;
align-items:center;
justify-content:center;
font-size:20px;
border-radius:12px;
background:linear-gradient(135deg,#2563eb,#7c3aed);
color:#fff;
box-shadow:0 8px 20px rgba(37,99,235,0.18);
}

.gigbe-section-title h5{
margin:0;
font-size:18px;
font-weight:700;
color:#111827;
letter-spacing:-0.2px;
}
.elementor-element-34ad7b0{
padding-top:30px !important;
padding-bottom:30px !important;
min-height:auto !important;
}

.elementor-element-34ad7b0 .elementor-container{
min-height:auto !important;
}
.gigbe-profile-completion{
background:#fff;
border-radius:24px;
padding:24px;
margin-top:30px;
margin-bottom:25px;
border:1px solid #edf2f7;
box-shadow:0 10px 30px rgba(0,0,0,0.06);
}

.gigbe-profile-completion-header{
display:flex;
justify-content:space-between;
align-items:center;
margin-bottom:16px;
}

.gigbe-profile-completion-header h5{
margin:0;
font-size:18px;
font-weight:700;
color:#111827;
}

.gigbe-profile-completion-header span{
font-size:22px;
font-weight:800;
color:#10b981;
}

.gigbe-progress-bar{
height:12px;
background:#e5e7eb;
border-radius:30px;
overflow:hidden;
margin-bottom:15px;
}

.gigbe-progress-fill{
height:100%;
background:linear-gradient(90deg,#10b981,#34d399);
border-radius:30px;
transition:all .5s ease;
}

.gigbe-profile-completion p{
margin:0;
font-size:13px;
color:#6b7280;
}
.gigbe-featured-badges{
display:flex;
flex-wrap:wrap;
gap:10px;
margin:20px 0;
}

.gigbe-featured-badge{
display:inline-flex;
align-items:center;
gap:8px;
padding:10px 16px;
border-radius:50px;
font-size:13px;
font-weight:700;
box-shadow:0 4px 12px rgba(0,0,0,0.08);
transition:all .3s ease;
}

.gigbe-featured-badge:hover{
transform:translateY(-2px);
}

.gigbe-featured-badge.top-worker{
background:#fff7ed;
color:#c2410c;
border:1px solid #fdba74;
}

.gigbe-featured-badge.event-expert{
background:#eff6ff;
color:#1d4ed8;
border:1px solid #93c5fd;
}

.gigbe-featured-badge.highly-available{
background:#ecfdf5;
color:#047857;
border:1px solid #86efac;
}

.gigbe-featured-badge.trusted{
background:#fffbeb;
color:#b45309;
border:1px solid #fcd34d;
}