/* Extracted from resources/views/front/car/one_way_car_list.blade.php
 * Block #2. Content is verbatim - no rules were added,
 * removed or reordered, so rendering is unchanged.
 */

.yatayat-section { background: linear-gradient(135deg, #f5f7fa 0%, #c3cfe2 100%); }
.yatayat-card { 
    backdrop-filter: blur(10px); 
    background: rgba(255,255,255,0.95); 
    border-radius: 20px; 
    transition: all 0.4s ease; 
    border: 1px solid rgba(255,255,255,0.2);
    margin-bottom: 40px !important;
    overflow: hidden;
}
.yatayat-card:hover { box-shadow: 0 25px 50px rgba(0,123,255,0.15) !important; transform: translateY(-5px); }

.yatayat-summary { 
    background: linear-gradient(90deg, rgba(0,123,255,0.08) 0%, rgba(0,123,255,0.02) 100%); 
    border-radius: 12px;
    border: 1px solid rgba(0,123,255,0.1);
    padding: 24px;
    transition: all 0.3s ease;
    cursor: pointer;
}
.yatayat-summary:hover { 
    background: linear-gradient(90deg, rgba(0,123,255,0.12) 0%, rgba(0,123,255,0.06) 100%);
    transform: translateY(-2px);
    box-shadow: 0 10px 25px rgba(0,123,255,0.1);
}

#faqArrow { 
    font-size: 18px; 
    color: #007bff; 
    transition: all 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    width: 30px; height: 30px; 
    display: flex; align-items: center; justify-content: center;
}
#faqArrow.rotated { transform: rotate(180deg); color: #0056b3; }

.yatayat-faq-content { 
    max-height: 0; 
    opacity: 0; 
    overflow: hidden;
    transition: all 0.5s cubic-bezier(0.25,0.46,0.45,0.94);
    background: rgba(255,255,255,0.8);
    backdrop-filter: blur(10px);
}
.yatayat-faq-content.visible {
    max-height: 2000px;
    opacity: 1;
    padding: 32px 0;
}

.faq-divider {
    height: 2px;
    background: linear-gradient(90deg, transparent, rgba(0,123,255,0.4), transparent);
    border: none;
    margin: 0;
}

.yatayat-form-control { 
    transition: all 0.3s ease; 
    border-radius: 12px; 
    border: 1px solid #e9ecef; 
    padding: 12px 16px;
    font-weight: 500;
}
.yatayat-form-control:focus { 
    border-color: #007bff !important; 
    box-shadow: 0 0 0 0.25rem rgba(0,123,255,0.15) !important; 
    transform: scale(1.02); 
}
.main-f, .yatayat-main-f { 
    min-height: 65px; 
    padding: 16px 16px; 
    background: linear-gradient(145deg, #ffffff, #f8fafc); 
    border-radius: 16px; 
    border: 1px solid #e2e8f0; 
    transition: all 0.3s ease; 
    box-shadow: 0 2px 8px rgba(0,0,0,0.04);
}
.main-f:hover, .yatayat-main-f:hover { 
    background: linear-gradient(145deg, #f0f9ff, #e0f2fe); 
    border-color: #007bff; 
    box-shadow: 0 10px 30px rgba(0,123,255,0.12);
    transform: translateY(-1px);
}
.colol-i img, .yatayat-colol-i img { 
    filter: grayscale(0.2); 
    transition: all 0.3s ease; 
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}
.yatayat-main-f:hover .colol-i img { filter: grayscale(0); transform: scale(1.1); }
.way-icon { 
    position: absolute; right: 12px; top: 50%; 
    transform: translateY(-50%);
    width: 28px; height: 28px; 
    font-size: 11px;
    display: flex; align-items: center; justify-content: center;
    cursor: pointer; transition: all 0.3s ease;
}
.way-icon:hover { 
    background: #0056b3 !important; 
    transform: translateY(-50%) rotate(180deg) scale(1.15) !important; 
    color: white !important;
}
.yatayat-search-btn, .search-btn { 
    background: linear-gradient(45deg, #007bff, #0056b3); 
    border-radius: 25px; 
    min-width: 200px; 
    border: none; 
    font-size: 16px;
    box-shadow: 0 4px 15px rgba(0,123,255,0.3);
}
.yatayat-search-btn:hover, .search-btn:hover { 
    transform: translateY(-3px); 
    box-shadow: 0 15px 35px rgba(0,123,255,0.4) !important; 
}
.cursor-pointer { cursor: pointer; }

@media (max-width: 992px) { 
    .main-f, .yatayat-main-f { min-height: 58px; padding: 12px; } 
    .way-icon { width: 26px; height: 26px; font-size: 10px; right: 8px; }
}
@media (max-width: 768px) { .row.yatayat-form-row { flex-direction: column; } }
.selected-dial-code { color: #000000 !important; }
