/* Full-width layout: hero/banner full bleed, content in container */
body {
    overflow-x: hidden;
}

.site-main {
    width: 100%;
    padding-bottom: 2rem;
}

/* Footer: newsletter kaldırıldığı için overlap düzeltmesi */
.footer {
    position: relative;
    margin-top: 0 !important;
    padding-top: 3rem !important;
}

.footer-brand {
    background: transparent;
}

.footer-logo {
    max-height: 70px;
    width: auto;
}

.footer-copyright-link,
.footer-yaka-link {
    color: var(--light, #F1F8FF);
    text-decoration: none !important;
    border: none !important;
}

.footer-copyright-link:hover,
.footer-yaka-link:hover {
    color: var(--primary, #FEA116);
    text-decoration: none !important;
}

.footer .copyright a {
    text-decoration: none !important;
    border-bottom: none !important;
}

.footer-yaka-logo {
    max-height: 28px;
    width: auto;
    opacity: 0.9;
    transition: opacity 0.3s;
}

.footer-yaka-link:hover .footer-yaka-logo {
    opacity: 1;
}

/* Header logo */
.header-logo {
    max-height: 110px;
    width: auto;
}

.header-logo-mobile {
    max-height: 65px;
    width: auto;
}

/* Stats grid equal boxes */
.stats-grid .stat-box {
    min-height: 155px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.stats-grid .stat-box p {
    font-size: 0.9rem;
    line-height: 1.3;
    margin-bottom: 0;
}

.stats-grid .stat-box h2 {
    font-size: 1.75rem;
}

.gallery-grid .gallery-thumb {
    width: 100%;
    height: 100px;
    object-fit: cover;
}

.site-main > .container-fluid.p-0,
.site-main > .container-fluid.page-header {
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
}

.hero-video-wrapper {
    position: relative;
    width: 100%;
    min-height: 500px;
    height: 70vh;
    max-height: 800px;
    overflow: hidden;
    background: #0F172B;
}

.hero-video-iframe {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100vw;
    height: 56.25vw;
    min-height: 100%;
    min-width: 177.78vh;
    transform: translate(-50%, -50%);
    border: 0;
    pointer-events: none;
}

.hero-video-overlay {
    position: absolute;
    inset: 0;
    background: rgba(15, 23, 43, 0.55);
    z-index: 1;
}

.hero-video-caption {
    position: absolute;
    inset: 0;
    z-index: 2;
    padding: 2rem 1rem;
}

@media (max-width: 768px) {
    .hero-video-wrapper {
        min-height: 400px;
        height: 55vh;
    }
}

/* CF7 Hotelier form-floating overrides */
.wpcf7 form .form-floating {
    position: relative;
}

.wpcf7 form .form-floating > .form-control,
.wpcf7 form .form-floating > .form-select {
    height: calc(3.5rem + 2px);
    line-height: 1.25;
}

.wpcf7 form .form-floating > label {
    padding: 1rem 0.75rem;
}

.wpcf7 form .form-floating > textarea.form-control {
    height: 150px;
    min-height: 150px;
}

.wpcf7 form .wpcf7-not-valid-tip {
    color: #dc3545;
    font-size: 0.875rem;
    margin-top: 0.25rem;
}

.wpcf7 form .wpcf7-response-output {
    margin: 1rem 0 0;
    padding: 0.75rem 1rem;
    border-radius: 0;
}

.wpcf7 form .wpcf7-spinner {
    margin-left: 0.5rem;
}

.page-content-wrapper img {
    max-width: 100%;
    height: auto;
}

.gallery-grid .gallery-item img {
    width: 100%;
    height: 250px;
    object-fit: cover;
}
