/* AblaApp Ana Sayfa CSS */

/* Font Tanımlamaları */
@font-face {
    font-family: 'Pepi Regular';
    src: url('../fonts/Pepi Regular.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Pepi Light';
    src: url('../fonts/Pepi Light.otf') format('opentype');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Pepi Medium';
    src: url('../fonts/Pepi Medium.otf') format('opentype');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Pepi SemiBold';
    src: url('../fonts/Pepi SemiBold.otf') format('opentype');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'Pepi Black';
    src: url('../fonts/Pepi Black.otf') format('opentype');
    font-weight: 900;
    font-style: normal;
}

/* Ana Font Ayarları */
* {
    font-family: 'Pepi Regular', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
}

/* Header için farklı font ağırlıkları */
h1, h2, h3 {
    font-family: 'Pepi SemiBold', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
}

h4, h5, h6 {
    font-family: 'Pepi Medium', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
}

/* Header Stilleri */
.main-header {
    background-color: #d8253a;
    color: white;
    padding: 8px 0;
    box-shadow: 0 2px 10px rgba(216, 37, 58, 0.2);
}

.main-header .navbar-brand {
    color: white !important;
    font-weight: bold;
    font-size: 1.5rem;
}

.main-header .navbar-nav .nav-link {
    color: white !important;
    font-weight: 500;
    margin: 0 10px;
    transition: all 0.3s ease;
}

.main-header .navbar-nav .nav-link:hover {
    color: rgba(255, 255, 255, 0.8) !important;
}

.main-header .dropdown-toggle {
    color: white !important;
    border: 1px solid rgba(255, 255, 255, 0.3);
    border-radius: 25px;
    padding: 8px 15px;
}

.main-header .dropdown-toggle:hover {
    background-color: rgba(255, 255, 255, 0.1);
}

.main-header .dropdown-menu {
    border: none;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
}

/* User Section Styles */
.user-section .btn-user-button {
    color: white !important;
    border: 1px solid rgba(255, 255, 255, 0.3);
    border-radius: 25px;
    padding: 8px 15px;
    text-decoration: none;
    transition: all 0.3s ease;
}

.user-section .btn-user-button:hover {
    background-color: rgba(255, 255, 255, 0.1);
    color: white !important;
    text-decoration: none;
    transform: translateY(-1px);
}

.user-section .auth-buttons .btn-outline-light {
    border: 1px solid rgba(255, 255, 255, 0.5);
    color: white;
    border-radius: 20px;
    padding: 6px 15px;
    font-size: 0.9rem;
}

.user-section .auth-buttons .btn-outline-light:hover {
    background-color: white;
    color: #d8253a;
}

.user-section .auth-buttons .btn-light {
    background-color: white;
    color: #d8253a;
    border: none;
    border-radius: 20px;
    padding: 6px 15px;
    font-size: 0.9rem;
    font-weight: 500;
}

.user-section .auth-buttons .btn-light:hover {
    background-color: rgba(255, 255, 255, 0.9);
    transform: translateY(-1px);
}

/* Carousel Stilleri */
.hero-carousel {
    padding: 0px 0 0;
    background-color: #f8f9fa;
}

.hero-carousel .carousel {
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.hero-carousel .carousel-item {
    height: 500px;
    background-size: cover;
    background-position: center;
    position: relative;
}

.hero-carousel .carousel-inner {
    border-radius: 10px;
}

.hero-carousel .carousel-indicators {
    bottom: 20px;
}

.hero-carousel .carousel-indicators [data-bs-target] {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.5);
    border: 2px solid white;
    margin: 0 5px;
}

.hero-carousel .carousel-indicators .active {
    background-color: #d8253a;
}

/* Adres Seçici Stilleri */
.address-selector {
    padding: 15px 0;
    background-color: #f8f9fa;
}

.address-selector .container {
    position: relative;
}

.address-button {
    width: 100%;
    height: 45px;
    background: white;
    border: 1px solid #e9ecef;
    border-radius: 8px;
    display: flex;
    align-items: center;
    padding: 0 15px;
    cursor: pointer;
    transition: all 0.3s ease;
    position: relative;
}

.address-button:hover {
    border-color: #d8253a;
    box-shadow: 0 2px 8px rgba(216, 37, 58, 0.1);
}

.address-button i.fa-map-marker-alt {
    color: #d8253a;
    font-size: 16px;
    margin-right: 12px;
    flex-shrink: 0;
}

.address-button .address-text {
    flex: 1;
    font-size: 14px;
    color: #333;
    font-weight: 400;
}

.address-button i.fa-chevron-down {
    color: #6c757d;
    font-size: 12px;
    flex-shrink: 0;
    margin-left: 10px;
}

/* Dropdown Menu */
.address-dropdown-menu {
    position: absolute;
    top: 100%;
    left: 12px;
    right: 12px;
    background: white;
    border: 1px solid #e9ecef;
    border-top: none;
    border-radius: 0 0 8px 8px;
    z-index: 1000;
    max-height: 300px;
    overflow-y: auto;
}

.address-option {
    padding: 10px 15px;
    border-bottom: 1px solid #f8f9fa;
    cursor: pointer;
    transition: background-color 0.2s ease;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.address-option:hover {
    background-color: #f8f9fa;
}

.address-option:last-child {
    border-bottom: none;
}

.address-info {
    flex: 1;
}

.address-option strong {
    display: block;
    font-size: 13px;
    color: #333;
    margin-bottom: 2px;
}

.address-option small {
    display: block;
    font-size: 11px;
    color: #6c757d;
    line-height: 1.3;
}

.address-badge {
    margin-left: 10px;
}

.address-badge .badge {
    font-size: 10px;
    padding: 4px 8px;
    border-radius: 12px;
}

.address-set-default:hover {
    background-color: #dc3545 !important;
    border-color: #dc3545 !important;
    transform: scale(1.05);
    transition: all 0.2s ease;
}

.address-option.add-new {
    color: #d8253a;
    border-top: 1px solid #e9ecef;
    padding: 8px 15px;
    text-align: center;
    display: block;
    justify-content: center;
}

.address-option.add-new:hover {
    background-color: rgba(216, 37, 58, 0.05);
}

.address-option.add-new strong {
    color: #d8253a;
    font-size: 13px;
    margin-bottom: 0;
}

/* Guest Address Selector */
.guest-address-selector .address-placeholder {
    border: 2px solid #e9ecef;
    border-radius: 10px;
    padding: 12px 15px;
    background-color: white;
    cursor: pointer;
    transition: all 0.3s ease;
}

.guest-address-selector .address-placeholder:hover {
    border-color: #d8253a;
    background-color: #f8f9fa;
}

.guest-address-selector .placeholder-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.guest-address-selector .placeholder-text {
    color: #6c757d;
    font-size: 0.95rem;
}

/* User Address Selector */
.user-address-selector .address-dropdown {
    border: 2px solid #e9ecef;
    border-radius: 10px;
    padding: 10px 15px;
    font-size: 0.95rem;
    transition: all 0.3s ease;
}

.user-address-selector .address-dropdown:focus {
    border-color: #d8253a;
    box-shadow: 0 0 0 0.2rem rgba(216, 37, 58, 0.25);
}

/* Hizmet Kartları Stilleri */
.services-section {
    padding: 40px 0;
    background-color: #f8f9fa;
}

.services-section h2 {
    margin-bottom: 50px;
    color: #333;
    font-weight: bold;
    font-size: 2.5rem;
}

.service-card {
    background: white;
    border-radius: 15px;
    padding: 40px 20px;
    text-align: center;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    border: 2px solid transparent;
    margin-bottom: 30px;
    text-decoration: none;
}

.service-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 30px rgba(216, 37, 58, 0.2);
    border-color: #d8253a;
}

.service-card .service-icon {
    width: 80px;
    height: 80px;
    margin: 0 auto 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 2rem;
}

.service-card h4 {
    color: #d8253a;
    font-weight: bold;
    margin-bottom: 15px;
    font-size: 1.3rem;
}

.service-card p {
    color: #666;
    line-height: 1.6;
}

/* Mobil Uygulama Bölümü */
.app-section {
    padding: 80px 0;
    background: linear-gradient(135deg, #d8253a, #b91e32);
    color: white;
}

.app-section h2 {
    text-align: center;
    margin-bottom: 30px;
    font-weight: bold;
    font-size: 2.5rem;
}

.app-section p {
    text-align: center;
    font-size: 1.2rem;
    margin-bottom: 40px;
    opacity: 0.9;
}

.app-buttons {
    text-align: center;
}

.app-btn {
    display: inline-block;
    margin: 0 10px;
    padding: 12px 30px;
    background-color: white;
    color: #d8253a;
    text-decoration: none;
    border-radius: 25px;
    font-weight: bold;
    transition: all 0.3s ease;
}

.app-btn:hover {
    background-color: rgba(255, 255, 255, 0.9);
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    color: #d8253a;
    text-decoration: none;
}

/* Modal Styles */
.modal-content {
    border: none;
    border-radius: 15px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
}

.modal-header {
    background: linear-gradient(135deg, #d8253a, #b91e32);
    color: white;
    border-radius: 15px 15px 0 0;
    padding: 20px 25px;
}

.modal-header .modal-title {
    font-weight: 600;
    font-size: 1.2rem;
}

.modal-header .btn-close {
    filter: brightness(0) invert(1);
    opacity: 0.8;
}

.modal-header .btn-close:hover {
    opacity: 1;
}

.modal-body {
    padding: 25px;
}

.modal .form-control {
    border: 2px solid #e9ecef;
    border-radius: 10px;
    padding: 12px 15px;
    font-size: 0.95rem;
    transition: all 0.3s ease;
}

.modal .form-control:focus {
    border-color: #d8253a;
    box-shadow: 0 0 0 0.2rem rgba(216, 37, 58, 0.25);
}

.modal .form-label {
    font-weight: 500;
    color: #333;
    margin-bottom: 8px;
}

.modal .btn-primary {
    background-color: #d8253a;
    border-color: #d8253a;
    border-radius: 10px;
    padding: 12px;
    font-weight: 500;
}

.modal .btn-primary:hover {
    background-color: #b91e32;
    border-color: #b91e32;
    color: white;
}

.modal .btn-success {
    background-color: #28a745;
    border-color: #28a745;
    border-radius: 10px;
    padding: 12px;
    font-weight: 500;
}

.modal .btn-outline-secondary {
    border-color: #e9ecef;
    color: #6c757d;
}

.modal .btn-outline-secondary:hover {
    background-color: #e9ecef;
    border-color: #e9ecef;
    color: #495057;
}

.modal .form-check-input:checked {
    background-color: #d8253a;
    border-color: #d8253a;
}

.modal hr {
    margin: 20px 0;
    opacity: 0.2;
}

.modal a {
    color: #d8253a;
}

.modal a:hover {
    color: #b91e32;
}

/* Rezervasyon Modal Stilleri */
.reservation-modal .modal-content {
    border: none;
    border-radius: 20px;
    box-shadow: 0 10px 40px rgba(0,0,0,0.1);
}

.reservation-modal .modal-header {
    background: linear-gradient(135deg, #d8253a 0%, #b91c2c 100%);
    color: white;
    border-radius: 20px 20px 0 0;
    padding: 20px 30px;
}

.reservation-modal .modal-title {
    font-weight: 600;
    font-size: 1.2rem;
}

.reservation-modal .btn-close {
    filter: brightness(0) invert(1);
    opacity: 0.8;
}

.reservation-modal .btn-close:hover {
    opacity: 1;
}

/* Takvim Stilleri - Kompakt Versiyon */
.calendar-container {
    background: #f8f9fa !important;
    border-radius: 8px !important;
    padding: 8px !important;
    margin-bottom: 10px !important;
    max-width: 450px !important;
    margin: 0 auto 10px auto !important;
}

.calendar-header {
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
    margin-bottom: 8px !important;
}

.calendar-header h5 {
    font-size: 0.9rem !important;
    margin: 0 !important;
    font-weight: 600 !important;
}

.calendar-nav-btn {
    background: none !important;
    border: none !important;
    color: #d8253a !important;
    font-size: 0.8rem !important;
    padding: 2px 6px !important;
    border-radius: 50% !important;
    transition: all 0.3s ease !important;
    width: 34px !important;
    height: 34px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
}

.calendar-nav-btn:hover {
    background: #d8253a !important;
    color: white !important;
}

.calendar-grid {
    display: grid !important;
    grid-template-columns: repeat(7, 1fr) !important;
    gap: 2px !important;
    max-width: 100% !important;
}

.calendar-day-header {
    text-align: center !important;
    font-weight: 600 !important;
    color: #666 !important;
    padding: 4px 1px !important;
    font-size: 0.7rem !important;
}

.calendar-day {
    aspect-ratio: 1 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    border-radius: 3px !important;
    cursor: pointer !important;
    transition: all 0.3s ease !important;
    font-weight: 500 !important;
    background: white !important;
    border: 1px solid transparent !important;
    min-height: 35px !important;
    max-height: 35px !important;
    font-size: 1rem !important;
    width: 100% !important;
}

.calendar-day:hover {
    background: #f0f0f0 !important;
    border-color: #d8253a !important;
}

.calendar-day.disabled {
    color: #ccc !important;
    cursor: not-allowed !important;
    background: #f8f9fa !important;
}

.calendar-day.disabled:hover {
    background: #f8f9fa !important;
    border-color: transparent !important;
}

.calendar-day.today {
    background: #fff3f3 !important;
    border-color: #d8253a !important;
    color: #d8253a !important;
}

.calendar-day.selected {
    background: #d8253a !important;
    color: white !important;
    border-color: #d8253a !important;
}

/* Zaman Seçimi Stilleri */
.time-selection {
    display: none;
}

.time-options {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.time-option {
    padding: 15px 20px;
    border: 2px solid #e9ecef;
    border-radius: 12px;
    cursor: pointer;
    transition: all 0.3s ease;
    background: white;
}

.time-option:hover {
    border-color: #d8253a;
    background: #fff3f3;
}

.time-option.selected {
    border-color: #d8253a;
    background: #d8253a;
    color: white;
}

.time-option h6 {
    margin: 0 0 5px 0;
    font-weight: 600;
}

.time-option p {
    margin: 0;
    font-size: 0.9rem;
    opacity: 0.8;
}

.back-to-calendar {
    background: none;
    border: none;
    color: #d8253a;
    text-decoration: none;
    font-weight: 500;
    margin-bottom: 20px;
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.back-to-calendar:hover {
    color: #b91c2c;
}

/* Adet Seçici Modal Stilleri */
.quantity-selector {
    max-width: 300px;
    margin: 0 auto;
}

.quantity-controls {
    background: #f8f9fa;
    border-radius: 15px;
    padding: 15px;
    border: 2px solid #e9ecef;
}

.quantity-btn {
    width: 50px;
    height: 50px;
    border: 2px solid #d8253a;
    color: #d8253a;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
}

.quantity-btn:hover {
    background: #d8253a;
    color: white;
    border-color: #d8253a;
}

.quantity-btn:disabled {
    opacity: 0.5;
    cursor: not-allowed;
}

.quantity-display {
    font-size: 2rem;
    font-weight: 700;
    color: #d8253a;
    min-width: 60px;
    text-align: center;
}

#quantityText {
    font-size: 1rem;
    color: #666;
}

.service-icon-large {
    margin-bottom: 20px;
}

/* Footer Stilleri */
.main-footer {
    background-color: #333;
    color: white;
    padding: 50px 0 20px;
}

.main-footer h5 {
    color: #d8253a;
    margin-bottom: 20px;
    font-weight: bold;
}

.main-footer ul {
    list-style: none;
    padding: 0;
}

.main-footer ul li {
    margin-bottom: 10px;
}

.main-footer ul li a {
    color: #ccc;
    text-decoration: none;
    transition: color 0.3s ease;
}

.main-footer ul li a:hover {
    color: #d8253a;
}

.main-footer .footer-bottom {
    border-top: 1px solid #555;
    margin-top: 30px;
    padding-top: 20px;
    text-align: center;
    color: #999;
}

/* Responsive Tasarım */
@media (max-width: 768px) {
    .hero-carousel .carousel-content h1 {
        font-size: 2rem;
    }

    .hero-carousel .carousel-content p {
        font-size: 1rem;
    }

    .services-section h2 {
        font-size: 2rem;
    }

    .app-section h2 {
        font-size: 2rem;
    }

    .service-card {
        margin-bottom: 20px;
    }

    .main-header .navbar-nav {
        text-align: center;
    }

    .main-header .navbar-nav .nav-link {
        margin: 5px 0;
    }
}

/* Animasyonlar */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.fade-in-up {
    animation: fadeInUp 0.8s ease-out;
}

/* Yardımcı Sınıflar */
.text-primary-custom {
    color: #d8253a !important;
}

.bg-primary-custom {
    background-color: #d8253a !important;
}

.btn-primary-custom {
    background-color: #d8253a;
    border-color: #d8253a;
    color: white;
}

.btn-primary-custom:hover {
    background-color: #b91e32;
    border-color: #b91e32;
    color: white;
}

/* ===== SHIMMER HOVER EFFECT FOR ALL BUTTONS ===== */
.btn,
button,
.btn-primary,
.btn-secondary,
.btn-success,
.btn-danger,
.btn-warning,
.btn-info,
.btn-light,
.btn-dark,
.btn-outline-primary,
.btn-outline-secondary,
.btn-outline-success,
.btn-outline-danger,
.btn-outline-warning,
.btn-outline-info,
.btn-outline-light,
.btn-outline-dark,
.payment-btn,
.invoice-link {
    position: relative;
    overflow: hidden;
    transition: all 0.3s ease;
}

.btn::before,
button::before,
.btn-primary::before,
.btn-secondary::before,
.btn-success::before,
.btn-danger::before,
.btn-warning::before,
.btn-info::before,
.btn-light::before,
.btn-dark::before,
.btn-outline-primary::before,
.btn-outline-secondary::before,
.btn-outline-success::before,
.btn-outline-danger::before,
.btn-outline-warning::before,
.btn-outline-info::before,
.btn-outline-light::before,
.btn-outline-dark::before,
.payment-btn::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.4), transparent);
    transition: left 0.5s;
    z-index: 1;
}

.btn:hover::before,
button:hover::before,
.btn-primary:hover::before,
.btn-secondary:hover::before,
.btn-success:hover::before,
.btn-danger:hover::before,
.btn-warning:hover::before,
.btn-info:hover::before,
.btn-light:hover::before,
.btn-dark:hover::before,
.btn-outline-primary:hover::before,
.btn-outline-secondary:hover::before,
.btn-outline-success:hover::before,
.btn-outline-danger:hover::before,
.btn-outline-warning:hover::before,
.btn-outline-info:hover::before,
.btn-outline-light:hover::before,
.btn-outline-dark:hover::before,
.payment-btn:hover::before {
    left: 100%;
}

/* Button content should be above shimmer effect */
.btn > *,
button > *,
.payment-btn > * {
    position: relative;
    z-index: 2;
}

/* Enhanced hover effects for buttons */
.btn:hover,
button:hover {
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(0,0,0,0.15);
}

.btn-primary:hover {
    box-shadow: 0 4px 12px rgba(13, 110, 253, 0.3);
}

.btn-success:hover {
    box-shadow: 0 4px 12px rgba(25, 135, 84, 0.3);
}

.btn-danger:hover {
    box-shadow: 0 4px 12px rgba(220, 53, 69, 0.3);
}

.btn-warning:hover {
    box-shadow: 0 4px 12px rgba(255, 193, 7, 0.3);
}

.btn-info:hover {
    box-shadow: 0 4px 12px rgba(13, 202, 240, 0.3);
}

.btn-dark:hover {
    box-shadow: 0 4px 12px rgba(33, 37, 41, 0.3);
}

/* Outline buttons shimmer with border color */
.btn-outline-primary::before {
    background: linear-gradient(90deg, transparent, rgba(13, 110, 253, 0.2), transparent);
}

.btn-outline-success::before {
    background: linear-gradient(90deg, transparent, rgba(25, 135, 84, 0.2), transparent);
}

.btn-outline-danger::before {
    background: linear-gradient(90deg, transparent, rgba(220, 53, 69, 0.2), transparent);
}

.btn-outline-warning::before {
    background: linear-gradient(90deg, transparent, rgba(255, 193, 7, 0.2), transparent);
}

.btn-outline-info::before {
    background: linear-gradient(90deg, transparent, rgba(13, 202, 240, 0.2), transparent);
}

.btn-outline-dark::before {
    background: linear-gradient(90deg, transparent, rgba(33, 37, 41, 0.2), transparent);
}

/* Disable shimmer for disabled buttons */
.btn:disabled::before,
.btn.disabled::before,
button:disabled::before {
    display: none;
}

.btn:disabled:hover,
.btn.disabled:hover,
button:disabled:hover {
    transform: none;
    box-shadow: none;
}

/* ========================
   ELEGANT FOOTER STYLES
   ======================== */

.elegant-footer {
    background: linear-gradient(135deg, #f8f9fa 0%, #ffffff 100%);
    border-top: 1px solid #e9ecef;
}

.footer-main {
    padding: 60px 0 40px;
}

.footer-brand {
    margin-bottom: 30px;
}

.footer-logo {
    height: 45px;
    width: auto;
    margin-bottom: 20px;
}

.footer-description {
    color: #6c757d;
    font-size: 15px;
    line-height: 1.7;
    margin-bottom: 25px;
    font-weight: 400;
}

.social-media {
    margin-top: 25px;
}

.social-title {
    font-size: 14px;
    font-weight: 600;
    color: #495057;
    margin-bottom: 15px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.social-links {
    display: flex;
    gap: 12px;
}

.social-link {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    transition: all 0.3s ease;
    font-size: 16px;
    color: white;
}

.social-link.facebook {
    background: linear-gradient(135deg, #3b5998, #2d4373);
}

.social-link.instagram {
    background: linear-gradient(135deg, #e4405f, #c13584);
}

.social-link.twitter {
    background: linear-gradient(135deg, #1da1f2, #0d8bd9);
}

.social-link.linkedin {
    background: linear-gradient(135deg, #0077b5, #005885);
}

.social-link.youtube {
    background: linear-gradient(135deg, #ff0000, #cc0000);
}

.social-link.tiktok {
    background: linear-gradient(135deg, #000000, #333333);
}

.social-link:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 20px rgba(0,0,0,0.15);
}

.footer-section {
    margin-bottom: 30px;
}

.footer-title {
    font-size: 18px;
    font-weight: 700;
    color: #212529;
    margin-bottom: 25px;
    position: relative;
    padding-bottom: 10px;
}

.footer-title::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 30px;
    height: 3px;
    background: linear-gradient(135deg, #dc3545, #c82333);
    border-radius: 2px;
}

.footer-links {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-links li {
    margin-bottom: 12px;
}

.footer-links a {
    color: #6c757d;
    text-decoration: none;
    font-size: 15px;
    font-weight: 400;
    transition: all 0.3s ease;
    position: relative;
    padding-left: 15px;
}

.footer-links a::before {
    content: '→';
    position: absolute;
    left: 0;
    color: #dc3545;
    font-weight: 600;
    transition: all 0.3s ease;
    opacity: 0;
    transform: translateX(-5px);
}

.footer-links a:hover {
    color: #dc3545;
    padding-left: 20px;
}

.footer-links a:hover::before {
    opacity: 1;
    transform: translateX(0);
}

.contact-info {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.contact-item {
    display: flex;
    align-items: flex-start;
    gap: 15px;
}

.contact-icon {
    width: 45px;
    height: 45px;
    border-radius: 12px;
    background: linear-gradient(135deg, #dc3545, #c82333);
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 16px;
    flex-shrink: 0;
    box-shadow: 0 4px 15px rgba(220, 53, 69, 0.2);
}

.contact-details {
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.contact-label {
    font-size: 12px;
    font-weight: 600;
    color: #6c757d;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.contact-details a,
.contact-details span {
    color: #495057;
    text-decoration: none;
    font-size: 14px;
    font-weight: 500;
    transition: color 0.3s ease;
}

.contact-details a:hover {
    color: #dc3545;
}

.footer-bottom {
    background: rgba(255, 255, 255, 0.8);
    border-top: 1px solid #e9ecef;
    padding: 25px 0;
    backdrop-filter: blur(10px);
}

.copyright {
    margin: 0;
    color: #6c757d;
    font-size: 14px;
    font-weight: 400;
}

.copyright strong {
    color: #dc3545;
    font-weight: 600;
}

.footer-bottom-links {
    display: flex;
    justify-content: flex-end;
    gap: 25px;
}

.footer-bottom-links a {
    color: #6c757d;
    text-decoration: none;
    font-size: 14px;
    font-weight: 500;
    transition: color 0.3s ease;
    position: relative;
}

.footer-bottom-links a::after {
    content: '';
    position: absolute;
    bottom: -3px;
    left: 0;
    width: 0;
    height: 2px;
    background: linear-gradient(135deg, #dc3545, #c82333);
    transition: width 0.3s ease;
}

.footer-bottom-links a:hover {
    color: #dc3545;
}

.footer-bottom-links a:hover::after {
    width: 100%;
}

/* Responsive Footer Styles */
@media (max-width: 768px) {
    .footer-main {
        padding: 40px 0 30px;
    }

    .footer-brand {
        text-align: center;
        margin-bottom: 40px;
    }

    .footer-section {
        text-align: center;
        margin-bottom: 40px;
    }

    .footer-title::after {
        left: 50%;
        transform: translateX(-50%);
    }

    .contact-info {
        align-items: center;
    }

    .contact-item {
        justify-content: center;
        text-align: center;
    }

    .footer-bottom-links {
        justify-content: center;
        margin-top: 15px;
        gap: 15px;
    }

    .social-links {
        justify-content: center;
    }
}
