/* Custom styles for slideshow overlay */
.tp_slide_4 .slideshow-content {
    text-align: left;
    padding: 0 40px;
    max-width: 600px;
}

.tp_slide_4 .hero_head {
    font-size: 48px;
    line-height: 1.2;
    margin-bottom: 20px;
    text-shadow: 2px 2px 4px rgba(0,0,0,0.5);
}

.tp_slide_4 .hero_subtitle {
    font-size: 18px;
    line-height: 1.6;
    margin-bottom: 30px;
    text-shadow: 1px 1px 2px rgba(0,0,0,0.5);
}

.tp_slide_4 .p_color {
    color: #ff6b35;
}

.tp_slide_4 .w_color {
    color: white;
}

/* Quick search form styling improvements */
#search-bar-box {
    /* background: white; */
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.15);
}

#search-bar-box h4 {
    color: #333;
    margin-bottom: 20px;
    font-weight: 600;
}

.btn-circle {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 2px solid #ddd;
    background: white;
    color: #666;
    margin: 2px;
    display: inline-block;
    text-align: center;
    line-height: 36px;
    transition: all 0.3s ease;
    cursor: pointer;
}

.btn-circle:hover,
input[type="checkbox"]:checked + .btn-circle {
    background: #ff6b35;
    color: white;
    border-color: #ff6b35;
}

.btn-suire {
    padding: 8px 12px;
    border-radius: 20px;
    border: 2px solid #ddd;
    background: white;
    color: #666;
    margin: 2px;
    display: inline-block;
    transition: all 0.3s ease;
    cursor: pointer;
    font-size: 12px;
}

.btn-suire:hover,
input[type="checkbox"]:checked + .btn-suire {
    background: #ff6b35;
    color: white;
    border-color: #ff6b35;
}

.btn-search {
    width: 100%;
    padding: 12px;
    background: #ff6b35;
    color: white;
    border: none;
    border-radius: 25px;
    font-weight: 600;
    transition: all 0.3s ease;
    margin-top: 15px;
}

.btn-search:hover {
    background: #e55a2b;
    transform: translateY(-2px);
}

input[type="checkbox"] {
    display: none;
}

.find-form ul li {
    margin-bottom: 15px;
}

.find-form ul li:first-child {
    font-weight: 600;
    color: #333;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .tp_slide_4 .hero_head {
        font-size: 36px;
    }
    
    .tp_slide_4 .slideshow-content {
        padding: 0 20px;
        text-align: center;
    }
    
    .uk-position-center-left {
        left: 50% !important;
        transform: translateX(-50%) !important;
    }
}

@media (max-width: 576px) {
    .tp_slide_4 .hero_head {
        font-size: 28px;
    }
    
    .tp_slide_4 .hero_subtitle {
        font-size: 16px;
    }
}