/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Aug 18 2026 | 17:10:44 */

 .pilot-profile-card {
        width: 100%;
        max-width: 330px;
        padding: 32px 30px;
        background: #ffffff;
        border: 1px solid #0000002f;
        border-radius: 14px;
    }
    
    /* Header */
    .pilot-profile-header {
        display: flex;
        align-items: center;
        gap: 10px;
        margin-bottom: 40px;
    }
    
    .pilot-profile-avatar {
        width: 80px;
        height: 80px;
        flex: 0 0 80px;
        object-fit: cover;
        border-radius: 10px;
        display: block;
        border: 2px solid #1E293B;
    }
    
    .pilot-profile-heading {
        min-width: 0;
    }
    
    .pilot-profile-name {
        margin: 0 0 3px;
        font-family: "Libre Baskerville", serif;
        font-size: 22px;
        line-height: 1;
        font-weight: 700;
        color: #000;
    }
    
    .pilot-profile-subtitle {
        margin: 0;
        font-family: "Montserrat", serif;
        font-size: 12px;
        font-weight: 400;
        line-height: 1;
        color: #000;
    }
    
    
    /* Information Rows */
    .pilot-profile-info {
        display: flex;
        flex-direction: column;
        gap: 12px;
    }
    
    .pilot-info-row {
        display: grid;
        grid-template-columns: 16px 60px max-content 1fr;
        column-gap: 10px;
        align-items: start;
    }
    
    .pilot-info-icon {
        width: 16px;
        height: 16px;
        color: #9c1117;
        margin-top: 1px;
    }
    
    .pilot-info-icon img {
        width: 18px;
        height: 18px;
    }
    
    .pilot-info-label {
      font-family: "Plus Jakarta Sans", serif;
      font-size: 16px;
      font-weight: 400;
      line-height: 1;
        color: #000;
        white-space: nowrap;
    }
    
    .pilot-info-colon {
        color: #111;
        font-weight: 700;
    }
    
    .pilot-info-value {
      font-family: "Montserrat", serif;
      font-size: 16px;
      font-weight: 400;
      line-height: 1;
        color: #000;
        overflow-wrap: anywhere;
    }
    
    /* Price */
    .pilot-price {
        color: #2FBA83;
    }
    
    .pilot-price-note {
        color: #767474;
        font-size: 12px;
        font-weight: 400;
        line-height: 1.2;
    }
    
    
    /* Button */
    .pilot-profile-button {
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 10px 0;
        width: 100%;
        margin-top: 40px;
        background: #1E293B;
        color: #ffffff;
        border-radius: 10px;
        text-decoration: none;
        font-family: "Plus Jakarta Sans", serif;
        font-size: 16px;
        font-weight: 700;
        transition: background-color 0.2s ease;
    }
    
    .pilot-profile-button:hover {
        background: #000;
        color: #ffffff;
    }
    











.sort-area {
    width: fit-content !important;
    margin-left: auto;
    margin-top: 30px;
    margin-bottom: -30px;
}

button#pilot-filter-reset {
    padding: 0px !important;
    color: #8b1115 !important;
    background: transparent !important;
    position: relative !important;
    width: fit-content !important;
    margin-left: auto !important;
    text-transform: capitalize !important;
    font-weight: 400 !important;
    font-size: 12px;
    line-height: 150%;
    letter-spacing: -2%;
    text-align: center;
    margin-top: 6px;
}

button#pilot-filter-reset::before {
    content: "";
    position: absolute;
    top: 4px;
    left: -16px;
    height: 10px;
    width: 10px;
    background-image: url(https://hobbyman.digipreview.link/wp-content/uploads/2026/07/reset.svg);
    background-repeat: no-repeat !important;
    background-position: center !important;
    background-size: contain !important;
}

#pilot-listing-results .pilot-card p {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}

#pilot-listing-results .tags span {
    padding: 5px 10px !important;
    line-height: 150% !important;
}

#pilot-listing-results .stats {
    margin-bottom: 20px !important;
}

#pilot-listing-results .stats>div:only-child {
    grid-column: span 3;
} 

#pilot-listing-results .pilot-card__content {
    padding: 20px 20px 30px !important;
}

button#pilot-filter-submit {
    font-weight: 400 !important;
}

.sort-select {
    font-weight: 400 !important;
}

/* Pilot Inner page */

body:has(.booking-section) .foot-form-sec {
    display: none !important;
}

body:has(.main-banner-sec) .container {
    max-width: 1270px !important;
    margin: 0px auto !important;
    padding: 0px 15px !important;
}

body:has(.main-banner-sec) header.entry-header {
    display: none;
}

.about-me-sec-content img {
    object-fit: cover !important;
    height: auto !important;
    aspect-ratio: 80/100;
} 

.testimonial-nav button img {
    height: 15px;
    object-fit: contain !important;
}

.booking-left-side h2 {
    color: #ffffff !important;
    margin-bottom: 30px !important;
}

.appointment-card {
    width: 100% !important;
    height: auto !important;
    max-width: 900px !important;
}

.appointment-btn {
    text-transform: capitalize !important;
    width: fit-content !important;
    padding: 18px 30px !important;
}

.appointment-input, .appointment-select {
    height: 48px !important;
}

.appointment-services-multiselect label {
    display: block !important;
}

.main-banner-sec {
    z-index: 1;
}

.main-banner-sec::before {
    content: "";
    position: absolute;
    left: 0px;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background: #000000;
    opacity: 0.7;
}
.contact-right ul {
    margin: 0 !important;
}


.booking-left-side p {
    line-height: 1.4;
    margin: 0 !important;
}


.testimonial-nav button svg {
    height: 30px;
    width: 30px;
    display: block;
}

.testimonial-nav button:hover svg path {
    fill: #ffffff;
}

.testimonial-nav button * {
    transition: all 0.3s;
}

.hb-availability-day .hb-checkbox-option{
	display: flex;
	
}


@media (max-width: 1024px) {
    .section-title-hb {
        font-size: 40px;
    }

    .contract-inner .contact-left {
        width: 60%;
    }
    
    .contract-inner .contact-right {
        width: 40%;
    }
    
    .contact-left p {
        margin-bottom: 24px;
    }
    
    .contract-inner a.contact-btn {
        padding: 10px 18px;
    }
}
@media (max-width: 900px) {
    .appointment-grid {
        grid-template-columns: repeat(1, 1fr);
    }
}
@media (max-width: 767px) {
    .pilot-stats-sec {
        padding: 20px 0;
    }
    
    .pilot-stats {
        display: grid;
        grid-template-columns: repeat(2,1fr);
        align-items: flex-start;
        gap: 24px;
    }
    
    .stat-item:nth-child(even)::after {
        display: none;
    }
    
    .stat-item:not(:last-child)::after {
        height: 32px;
    }
    .stat-item{
        gap: 10px !important;
    }
    .stat-item:nth-child(even) {
        padding: 0 !important;
		justify-content: flex-start;
    }
	.stat-item svg {
    width: 16px;
}

    .about-me-sec-content {
        flex-direction: column;
        gap: 40px;
    }
    
    .about-me-sec-right-area p {
        margin: 0 !important;
    }
    
    .about-me-sec-right-area h2,
    .booking-left-side h2,
    .services-section-title h2,
	.testimonial-section-title h2,
	.section-title-hb{
        font-size: 28px;
    }
    
    .services-section-title span,
    .testimonial-section-title span,
    .booking-left-side span,
	.contact-left .subtitle{
        font-size: 18px !important;
        margin-bottom: 10px !important;
    }
    
    .booking-content {
        grid-template-columns: repeat(1, 1fr);
    }
    
    .booking-left-side {
        padding: 40px 20px;
    }
    
    .appointment-card {
        padding: 40px 20px;
    }
    
    .appointment-datetime {
        grid-template-columns: repeat(1,1fr);
    }
    
    .testimonial-box {
        flex: 0 0 calc(100% - 0px) !important;
    }
	.banner-content h1 {
		font-size: 38px;
	}

	.banner-content p {
		font-size: 18px !important;
		line-height: 1.2;
	}
	.contract-inner {
		flex-direction: column;
	}

	.contract-inner .contact-left {
		width: 100%;
	}

	.contract-inner .contact-right {
		width: 100%;
	}
}
    








