/*
Theme Name: Find Contractor
Theme URI: https://example.com
Author: FindContractor
Author URI: https://example.com
Description: Secure Bootstrap 5.3 Custom WordPress Theme
Version: 1.0
License: GNU General Public License v2 or later
Text Domain: mysecuretheme
*/

body {
    font-family: Arial, sans-serif;
    background: #f8f9fa;
}

.site-header {
    background: #111827;
}

.site-header a {
    color: #fff;
    text-decoration: none;
}
.logo.logo_header a span.tgline {
    display: block;
    font-size: 12px;
    color: #f5bc15;
    text-indent: 0px;
}
.footer {
    background: #111827;
    color: white;
    padding: 20px 0;
}



/*=== Banner Section Css ===*/

.banner_section {
    position: relative;
    height: auto;
}
.banner_section img {
    position: absolute;
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center center;
}
.banner_section:before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	background: rgba(0 0 0 / 50%);
	z-index: 1;
}
.banner_section .banner_filter_cnt_wrapper {
    position: relative;
    z-index: 3;
}
.banner_section .banner_cnt {
    margin-bottom: 40px;
    max-width: 540px;
}
.banner_section .banner_cnt h1 {
    font-size: 45px;
    line-height: 1.2;
    color: #f5bc15;
    font-weight: 700;
    margin: 0 0 15px;
}
.banner_section .banner_cnt p {
    color: #fff;
}

.lp-container{
    width:1200px;
    max-width:95%;
    margin:auto;
    padding-top :60px;
    padding-bottom :60px;
    position:relative;
}

.lp-title{
    text-align: center;
    font-size: 35px;
    font-weight: 700;
    margin-bottom: 40px;
}
.lp-filters{
    display:flex;
    flex-wrap:wrap;
    gap:15px;
    margin-bottom:40px;
}

.lp-filters select,
.lp-filters button{
    height:48px;
    padding:0 18px;
    border:1px solid #ddd;
    border-radius:6px;
}

.lp-filters button{
    cursor:pointer;
    background:#f5bc15;
    color:#fff;
    border:none;
	transition: all 0.5s ease-in-out;
}
.lp-filters button:hover{
	background:#000;
	color: #f5bc15;
}

.load-more-wrap{
    text-align:center;
    margin-top:40px;
}

#load-more{
    padding:14px 30px;
    border:none;
    background:#000;
    color:#fff;
    cursor:pointer;
    border-radius:6px;
}
#load-more:hover{
	background:#f5bc15;
}
.no-profile{
    grid-column:1/-1;
    text-align:center;
    font-size:18px;
}

.company-logo{
    width:100%;
    height:180px;
    object-fit:contain;
}

#load-more-btn{
    margin:40px auto;
    display:block;
    padding:14px 30px;
    cursor:pointer;
}


#clear-filter{
    padding:10px 18px;
    cursor:pointer;
}

.lp-loader{
    position:fixed;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background:rgba(255,255,255,0.7);
    z-index:99999;
    display:none;
    align-items:center;
    justify-content:center;
}

.lp-spinner{
	width: 55px;
    height: 55px;
    border: 5px solid #ddd;
    border-top: 5px solid #000;
    border-radius: 50%;
    animation: lpSpin 0.7s linear infinite;
    margin: auto auto;
    top: 50px;
    position: relative;
}

@keyframes lpSpin{

    100%{
        transform:rotate(360deg);
    }

}

.profile-card{
	border:1px solid #e5e5e5;
	background:#fff;
	border-radius:24px;
	overflow:hidden;
	box-shadow:0 5px 20px rgba(0,0,0,0.08);
	transition:0.3s;
	height:100%;
}

.profile-card:hover{
    transform:translateY(-5px);
    box-shadow:0 10px 30px rgba(0,0,0,0.08);
}

.profile-card-link{
    text-decoration:none;
    color:#111;
    display:block;
    height:100%;
}

.profile-card-image{
    width:100%;
    height:240px;
    background:#f7f7f7;
}

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

.profile-card-content{
    padding:55px 20px 20px;
}
.profile-title{
    text-align:center;
    font-size:28px;
    font-weight:700;
    margin-bottom:5px;
}
.profile-photo-count{
    text-align:center;
    color:#777;
    font-size:15px;
    margin-bottom:20px;
}

.profile-card h3{
    margin:0 0 10px;
    font-size:22px;
    line-height:1.3;
}

.profile-experience{
    margin:0 0 10px;
    font-weight:600;
    color:#444;
}

.profile-language{
    margin:0 0 12px;
    color:#666;
}

.profile-desc{
    color:#555;
    line-height:1.7;
    margin-bottom:20px;
}

.view-profile-btn{
    display:inline-block;
    padding:10px 18px;
    background:#000;
    color:#fff;
    border-radius:6px;
    font-size:14px;
}
.lp-single-page{
    padding:50px 0;
}

.lp-main-card{
    background:#fff;
    border-radius:20px;
    overflow:hidden;
    box-shadow:0 10px 40px rgba(0,0,0,0.08);
}
.profile-logo-wrap{
    position:absolute;
    bottom:-35px;
    left:50%;
    transform:translateX(-50%);
}
.profile-logo{
    width:100px;
    height:100px;
    object-fit:cover;
    border-radius:50%;
    border:4px solid #fff;
    background:#fff;
    box-shadow:0 5px 15px rgba(0,0,0,0.15);
}

/*=== Faq Section Css ===*/

.ct_faq_section {
    background: #fff;
	padding: 50px 0;
}
#sp-ea-57.sp-easy-accordion>.sp-ea-single>.ea-header a .ea-expand-icon{
	color: #fff;
}
#sp-ea-57.sp-easy-accordion>.sp-ea-single>.ea-header a {
    font-weight: 400;
}
.sp-easy-accordion>.sp-ea-single>.sp-collapse>.ea-body p:last-child{
	margin: 0;
}

/*=== Specification Section Css ===*/

.ct_spec_section {
    background: #f1be4b;
    padding: 50px 0;
}
.ct_spec_section .spec_cnt_wrap {
    max-width: 600px;
    margin: 60px auto 0;
}
.ct_spec_section .spec_cnt_wrap .spec_col {
    text-align: center;
}
.ct_spec_section .spec_cnt_wrap .spec_num {
    color: #1b1c17;
    font-size: 35px;
    font-weight: 600;
}
.ct_spec_section .spec_cnt_wrap .spec_txt {
    font-size: 18px;
    line-height: 1.3;
}


/*======================================
TOP BANNER
======================================*/



.lp-top{
    background:linear-gradient(135deg,#0d1b2a,#1b263b);
    padding:50px;
    color:#fff;
    position:relative;
}

.lp-top-inner{
    display:flex;
    align-items:center;
    gap:30px;
}

.lp-logo{
    width:140px;
    height:140px;
    background:#fff;
    border-radius:20px;
    overflow:hidden;
    display:flex;
    align-items:center;
    justify-content:center;
    flex-shrink:0;
}

.lp-logo img{
    width:100%;
    height:100%;
    object-fit:contain;
    padding:15px;
}

.lp-top-content h1{
    font-size:42px;
    font-weight:700;
    margin-bottom:15px;
    color:#fff;
}

.lp-short-desc{
    font-size:17px;
    line-height:1.8;
    opacity:0.9;
    margin-bottom:20px;
}

.lp-info-list{
    display:flex;
    flex-wrap:wrap;
    gap:15px;
}

.lp-info-box{
    background:rgba(255,255,255,0.1);
    padding:12px 18px;
    border-radius:10px;
    backdrop-filter:blur(5px);
}

.lp-info-box strong{
    display:block;
    font-size:13px;
    margin-bottom:4px;
    opacity:0.8;
}

/*======================================
CONTENT
======================================*/

.lp-content{
    padding:40px;
}

.lp-section{
    margin-bottom:50px;
}

.lp-section-title{
    font-size:28px;
    font-weight:700;
    margin-bottom:25px;
    position:relative;
    padding-left:18px;
}

.lp-section-title:before{
    content:'';
    position:absolute;
    left:0;
    top:5px;
    width:6px;
    height:35px;
    border-radius:10px;
    background:#0d6efd;
}

.lp-about-box{
    background:#f8f9fc;
    padding:30px;
    border-radius:16px;
    line-height:1.9;
    font-size:16px;
}

.profile-meta-wrap{
    display: flex;
    justify-content: space-between;
    gap: 10px;
    border-top: 1px solid #eee;
    padding-top: 18px;
    flex-wrap: wrap;
}

.profile-meta-item{
    width: calc(calc(100% / 3) - 10px);
    text-align: center;
}

.meta-icon{
	color: #f5bc15;
    font-size: 18px;
    margin-bottom: 0px;
    max-height: 30px;
}
.meta-label{
    display:block;
    color:#9c9c9c;
    font-size:13px;
    margin-bottom:5px;
}

.meta-value{
    display:block;
    font-size:15px;
    color:#111;
    font-weight:600;
    line-height:1.5;
}


/*======================================
TABS
======================================*/



.gallery-tabs{
    margin-top:20px;
}

.tab-nav{
    display:flex;
    flex-wrap:wrap;
    gap:15px;
    padding:0;
    margin:0 0 30px;
    list-style:none;
}

.tab-nav li{
    background:#edf2ff;
    color:#0d1b2a;
    padding:12px 24px;
    border-radius:50px;
    cursor:pointer;
    transition:0.3s;
    font-weight:600;
}

.tab-nav li.active{
    background:#0d6efd;
    color:#fff;
}

.tab-content{
    display:none;
}

.tab-content.active{
    display:block;
}

/*======================================
GALLERY
======================================*/

.profile-top-gallery{
    position:relative;
}

.gallery-grid{
    overflow:hidden;
}
.gallery-item{
    overflow:hidden;
    border-radius:18px;
    position:relative;
}

.gallery-item img{
    width:100%;
    height:200px;
    object-fit:cover;
    transition:0.4s;
}
.gallery-item:hover img{
    transform:scale(1.08);
}

/*======================================
SIDEBAR FORM
======================================*/

.lp-sidebar{
    position:sticky;
    top:30px;
}

.lp-form-box{
    background:#fff;
    border-radius:20px;
    padding:30px;
    box-shadow:0 10px 30px rgba(0,0,0,0.08);
    margin-bottom: 35px;
}

.lp-form-box h3{
    font-size:28px;
    margin-bottom:20px;
    font-weight:700;
}

.lp-form-box .wpcf7-form-control{
    width:100%;
    border:1px solid #ddd;
    border-radius:10px;
    padding:14px 15px;
    margin-bottom:15px;
}

.lp-form-box textarea{
    height:120px;
}

.lp-form-box .wpcf7-submit{
    background:#0d6efd;
    color:#fff;
    border:none;
    padding:14px 30px;
    border-radius:10px;
    font-weight:600;
    width:100%;
}

.custom-tooltip{
    cursor:pointer;
    display:inline-block;
    max-width:100%;
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
}

.whatsapp_sec{
	display: none;
	margin-top: 35px;
}


/*======================================
MOBILE
======================================*/

@media(max-width:991px){
	
	.profile-grid{
        grid-template-columns:repeat(2,1fr);
    }

    .lp-top{
        padding:35px 25px;
    }

    .lp-top-inner{
        flex-direction:column;
        align-items:flex-start;
    }

    .lp-top-content h1{
        font-size:32px;
    }

    .gallery-grid{
        grid-template-columns:repeat(2,1fr);
    }

    .lp-content{
        padding:25px;
    }

    .lp-sidebar{
        margin-top:40px;
        position:relative;
        top:0;
    }

}

@media(max-width:767px){

	.profile-grid{
        grid-template-columns:1fr;
    }
	.profile-title{
        font-size:22px;
    }
    .gallery-grid{
        grid-template-columns:1fr;
    }

    .lp-top-content h1{
        font-size:28px;
    }

}

@media(max-width: 480px){
	.profile-meta-item {
        width: calc(calc(100% / 2) - 10px);
    }
}