/* Yan Yana Arama Formu ve Banner Tasarımı */
.modern-search-banner-wrapper {
    margin-bottom: 30px;
    margin-top: 20px;
}

.search-banner-container {
    display: flex;
    gap: 20px;
    align-items: stretch;
}

/* Sol Taraf - Arama Formu */
.search-form-section {
    flex: 1;
    min-width: 0;
}

.search-form-card-standalone {
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.98) 0%, rgba(240, 248, 255, 0.95) 100%);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    padding: 30px;
    border-radius: 20px;
    box-shadow: 
        0 10px 40px rgba(44, 142, 153, 0.15),
        0 2px 8px rgba(0, 0, 0, 0.08),
        inset 0 1px 0 rgba(255, 255, 255, 0.9);
    height: 100%;
    border: 1px solid rgba(44, 142, 153, 0.1);
    transition: all 0.3s ease;
}

.search-form-card-standalone:hover {
    box-shadow: 
        0 15px 50px rgba(44, 142, 153, 0.2),
        0 3px 12px rgba(0, 0, 0, 0.1),
        inset 0 1px 0 rgba(255, 255, 255, 1);
    transform: translateY(-2px);
}

/* Sağ Taraf - Banner Alanı */
.banner-section {
    flex: 1.2;
    min-width: 0;
}

.banner-card {
    background: linear-gradient(135deg, #2C8E99 0%, #40B3C1 100%);
    border-radius: 20px;
    padding: 0;
    height: 100%;
    overflow: hidden;
    box-shadow: 0 10px 40px rgba(44, 142, 153, 0.25);
    transition: all 0.3s ease;
    position: relative;
}

.banner-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 15px 50px rgba(44, 142, 153, 0.35);
}

.banner-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    border-radius: 20px;
}

.banner-link {
    display: block;
    height: 100%;
}

/* Varsayılan Banner İçeriği */
.default-banner {
    padding: 40px 35px;
    color: white;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
    background: linear-gradient(135deg, #1F6B76 0%, #2C8E99 50%, #40B3C1 100%);
}

.default-banner::before {
    content: '';
    position: absolute;
    top: -50%;
    right: -20%;
    width: 400px;
    height: 400px;
    background: radial-gradient(circle, rgba(255,255,255,0.1) 0%, transparent 70%);
    border-radius: 50%;
}

.banner-badge {
    display: inline-block;
    background: rgba(255, 255, 255, 0.25);
    backdrop-filter: blur(10px);
    padding: 8px 20px;
    border-radius: 25px;
    font-size: 14px;
    font-weight: 700;
    color: white;
    margin-bottom: 20px;
    text-transform: uppercase;
    letter-spacing: 1px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    position: relative;
    z-index: 1;
}

.banner-title {
    font-size: 24px;
    font-weight: 800;
    margin: 0 0 15px 0;
    line-height: 1.3;
    color: white;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    position: relative;
    z-index: 1;
}

.banner-text {
    font-size: 16px;
    line-height: 1.6;
    margin: 0 0 25px 0;
    color: rgba(255, 255, 255, 0.95);
    position: relative;
    z-index: 1;
}

.banner-text strong {
    font-weight: 800;
    color: white;
    font-size: 18px;
}

.banner-btn {
    display: inline-block;
    background: white;
    color: #2C8E99;
    padding: 14px 30px;
    border-radius: 30px;
    font-size: 16px;
    font-weight: 700;
    text-decoration: none;
    transition: all 0.3s ease;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.15);
    position: relative;
    z-index: 1;
    align-self: flex-start;
}

.banner-btn:hover {
    background: #f0f8ff;
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.2);
    color: #1F6B76;
}

.search-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: linear-gradient(135deg, #2C8E99 0%, #40B3C1 100%);
    color: white;
    padding: 8px 16px;
    border-radius: 20px;
    font-size: 13px;
    font-weight: 600;
    margin-bottom: 15px;
}

.search-badge i {
    font-size: 16px;
}

.search-title {
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 10px;
    color: #333;
    line-height: 1.3;
}

.search-title .highlight {
    color: #2C8E99;
}

.search-subtitle {
    font-size: 15px;
    color: #666;
    margin-bottom: 25px;
}

.form-group-modern {
    margin-bottom: 20px;
    position: relative;
    z-index: 5;
}

.modern-label {
    display: flex;
    align-items: center;
    margin-bottom: 8px;
    font-size: 14px;
    font-weight: 600;
    color: #444;
}

.modern-label i {
    margin-right: 8px;
    color: #2C8E99;
    font-size: 16px;
}

.modern-select {
    width: 100%;
    padding: 12px 15px;
    border-radius: 8px;
    border: 1px solid rgba(44, 142, 153, 0.2);
    background-color: white;
    color: #333;
    font-size: 15px;
    transition: all 0.3s ease;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%232C8E99' viewBox='0 0 16 16'%3E%3Cpath d='M7.247 11.14L2.451 5.658C1.885 5.013 2.345 4 3.204 4h9.592a1 1 0 0 1 .753 1.659l-4.796 5.48a1 1 0 0 1-1.506 0z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: calc(100% - 15px) center;
    background-size: 12px;
    padding-right: 35px;
    cursor: pointer;
    position: relative;
    z-index: 10;
}

.modern-select:focus {
    border-color: rgba(44, 142, 153, 0.5);
    box-shadow: 0 0 0 3px rgba(44, 142, 153, 0.15);
    outline: none;
}

.modern-select option {
    padding: 8px;
    font-size: 14px;
    background-color: white;
    color: #333;
}

.premium-search-btn {
    width: 100%;
    padding: 14px;
    background: linear-gradient(135deg, #2C8E99 0%, #40B3C1 100%);
    color: white;
    border: none;
    border-radius: 10px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
    margin-top: 10px;
}

.premium-search-btn i {
    margin-right: 8px;
    font-size: 18px;
}

.premium-search-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(44, 142, 153, 0.4);
}

.btn-glow {
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: radial-gradient(circle, rgba(255,255,255,0.3) 0%, rgba(255,255,255,0) 70%);
    opacity: 0;
    transition: all 0.5s ease;
}

.premium-search-btn:hover .btn-glow {
    opacity: 1;
    transform: scale(1.2);
}

.slider-pagination-dots {
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 15;
    display: flex;
    gap: 10px;
}

@media (max-width: 991px) {
    .search-banner-container {
        flex-direction: column;
        gap: 20px;
    }
    
    .search-form-section,
    .banner-section {
        flex: 1;
        width: 100%;
    }
    
    .search-form-card-standalone {
        padding: 25px 20px;
    }
    
    .search-title {
        font-size: 22px;
    }
    
    .search-subtitle {
        font-size: 14px;
    }
    
    .banner-title {
        font-size: 22px;
    }
    
    .default-banner {
        padding: 30px 25px;
        min-height: 300px;
    }
}

@media (max-width: 768px) {
    .modern-search-banner-wrapper {
        margin-top: 15px;
        margin-bottom: 20px;
    }
    
    .search-banner-container {
        gap: 15px;
    }
    
    .search-form-card-standalone {
        padding: 20px 15px;
    }
    
    .search-title {
        font-size: 20px;
    }
    
    .search-subtitle {
        font-size: 13px;
        margin-bottom: 20px;
    }
    
    .banner-title {
        font-size: 20px;
    }
    
    .banner-text {
        font-size: 14px;
    }
    
    .default-banner {
        padding: 25px 20px;
        min-height: 250px;
    }
    
    .banner-btn {
        padding: 12px 24px;
        font-size: 14px;
    }
}
