/* Genel font ayarları */
body,
h1, h2, h3, h4, h5, h6,
p, span, label, input, textarea, button, a {
    font-family: 'Rubik', sans-serif !important;
}

/* Başlıklar için font ağırlıkları */
h1, h2, h3, h4, h5, h6 {
    font-weight: 600 !important;
}

/* Form elemanları için font ayarları */
.form-label, .form-control, .btn {
    font-family: 'Rubik', sans-serif !important;
}

/* Sweet Alert Toast Stili */
.swal2-toast-custom {
    min-height: 38px !important;
    padding: 0.75em 1.5em !important;
    font-size: 1.05rem !important;
}

/* Rezervasyon Kartı Stili */
.contact-card-corporate {
    background: rgba(255, 255, 255, 0.7);
    border-radius: 14px;
    box-shadow: 0 2px 16px 0 rgba(80, 40, 60, 0.06);
    border: 1px solid #f0f0f0;
    font-family: 'Rubik', sans-serif !important;
    padding: 1.5rem;
}

.corporate-icon {
    color: #800020;
    font-size: 1.5rem;
    opacity: 0.7;
    margin-bottom: 2px;
}

/* Form Elemanları Stili */
.contact-form-corporate .form-label {
    font-weight: 500;
    color: #444;
    margin-bottom: 0.25rem;
    font-size: 0.98rem;
    letter-spacing: 0.01em;
}

.input-icon-group-corp {
    position: relative;
    display: flex;
    align-items: center;
}

.input-icon-corp {
    position: absolute;
    left: 14px;
    top: 50%;
    transform: translateY(-50%);
    color: #bfa2b2;
    font-size: 1.05rem;
    opacity: 0.55;
    z-index: 2;
    pointer-events: none;
}

.contact-form-corporate .form-control {
    border-radius: 7px;
    border: 1px solid #e5e7eb;
    background: #fff;
    padding: 0.65rem 1rem 0.65rem 2.2rem;
    font-size: 0.98rem;
    color: #222;
    box-shadow: none;
    transition: border-color 0.18s, box-shadow 0.18s;
}

.contact-form-corporate .form-control:focus {
    border-color: #800020;
    box-shadow: 0 0 0 2px #fbe9f0;
    background: #fff;
    outline: none;
}

/* Captcha Stili */
.captcha-box-corp {
    font-size: 1.2rem;
    letter-spacing: 3px;
    font-family: 'Rubik', monospace !important;
    font-weight: 600;
    background: #f5f5f5;
    border-radius: 6px;
    padding: 7px 16px;
    display: inline-block;
    color: #800020;
    user-select: none;
    border: 1px solid #e5e7eb;
}

/* Buton Stili */
.btn-corp {
    background: #800020;
    color: #fff;
    border: none;
    border-radius: 7px;
    font-size: 1.04rem;
    font-weight: 500;
    box-shadow: none;
    transition: background 0.2s, transform 0.18s;
    letter-spacing: 0.01em;
}

.btn-corp:hover {
    background: #a32c47;
    color: #fff;
    transform: translateY(-1px) scale(1.02);
}

/* Telefon Input Stili */
.contact-form-corporate .iti {
    width: 100%;
}

.contact-form-corporate .iti input[type="tel"],
.contact-form-corporate input[type="tel"].form-control {
    border-radius: 7px;
    border: 1px solid #e5e7eb;
    background: #fff;
    padding: 0.65rem 1rem 0.65rem 3.2rem;
    font-size: 0.98rem;
    color: #222;
    box-shadow: none;
    transition: border-color 0.18s, box-shadow 0.18s;
    height: 44px;
    min-height: 44px;
}

.contact-form-corporate .iti input[type="tel"]:focus {
    border-color: #800020;
    box-shadow: 0 0 0 2px #fbe9f0;
    background: #fff;
    outline: none;
}

.contact-form-corporate .iti__flag-container {
    left: 8px;
    top: 50%;
    transform: translateY(-50%);
    height: 28px;
}

.contact-form-corporate .iti--allow-dropdown input[type="tel"] {
    padding-left: 3.2rem;
}

/* Mobil Görünüm */
@media (max-width: 768px) {
    .contact-card-corporate {
        padding: 1rem;
        margin: 0 0.5rem;
    }

    .contact-form-corporate .form-control {
        font-size: 16px !important;
        padding: 0.5rem 0.8rem 0.5rem 2rem;
        height: auto;
    }

    .input-icon-corp {
        left: 8px;
        font-size: 0.9rem;
    }

    .reservation-btn-captcha-row {
        flex-direction: column !important;
        gap: 1rem !important;
        align-items: stretch !important;
    }

    .captcha-box-corp {
        width: 100% !important;
        text-align: center;
        padding: 0.5rem;
        font-size: 1.1rem;
        margin-bottom: 0.5rem;
    }

    .btn-corp {
        width: 100% !important;
        padding: 0.5rem 1rem;
        font-size: 1rem;
    }

    .contact-info-card {
        margin-bottom: 1.5rem;
    }

    .contact-item {
        padding: 0.8rem !important;
    }

    .contact-item p, 
    .contact-item a {
        font-size: 0.9rem !important;
        padding-left: 2.5rem !important;
    }

    .icon-box-small {
        width: 30px !important;
        height: 30px !important;
    }

    .page-title-extra-large h1 {
        font-size: 1.8rem !important;
    }

    .breadcrumb {
        font-size: 0.9rem !important;
    }

    .row.g-3 {
        --bs-gutter-y: 0.75rem;
    }

    .input-icon-group-corp {
        margin-bottom: 0.5rem;
    }

    .col-md-4 .input-icon-group-corp {
        margin-bottom: 1rem;
    }

    .btn-double-border {
        margin-top: 0.5rem;
    }

    .property-details .col-md-3 {
        margin-bottom: 15px;
    }
}

/* Tablet Görünüm */
@media (min-width: 769px) and (max-width: 991px) {
    .contact-card-corporate {
        padding: 1.25rem;
    }

    .reservation-btn-captcha-row {
        gap: 2rem !important;
    }

    .captcha-box-corp {
        min-width: 100px;
    }
}

/* Oda Detayları Stilleri */
.property-details .detail-item {
    transition: all 0.3s ease;
    border: 1px solid #e5e5e5;
}

.property-details .detail-item:hover {
    transform: translateY(-3px);
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
    border-color: #ff6b6b;
}

.property-details .detail-item i {
    color: #ff6b6b;
    font-size: 1.2rem;
}

.property-details .detail-item span {
    font-size: 0.9rem;
    color: #333;
    font-weight: 500;
} 