/*
Theme Name: Dalaman Suites
Theme URI: http://example.com/dalaman-suites
Author: Your Name
Author URI: http://example.com
Description: A beautiful theme for showcasing the Dalaman Suites in Dalaman, Muğla, Turkey.
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: hotel, suites, accommodation, travel, responsive
*/

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
}

.screen-reader-text {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

.site-top-banner {
    width: 100%;
    margin-top: 1rem;
    border-radius: 12px;
    overflow: hidden;
    position: relative;
    aspect-ratio: 21 / 5;
    display: flex;
}

.site-top-banner img {
    flex: 1 1 auto;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.listing-translate {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 1.5rem auto;
    padding: 0.75rem 1rem;
    max-width: 960px;
}

#google_translate_element {
    transform: scale(1.12);
    transform-origin: top center;
    margin: 0 auto;
    display: flex;
}

#google_translate_element .skiptranslate.goog-te-gadget {
    display: flex !important;
    justify-content: center;
    align-items: center;
    width: 100%;
    text-align: center;
}

#google_translate_element .goog-te-gadget {
    display: inline-flex !important;
    margin: 0 auto;
    float: none !important;
    align-items: center;
    gap: 0.5rem;
    font-family: inherit;
}

#google_translate_element .goog-te-gadget-simple {
    display: inline-flex !important;
    margin: 0 auto;
    float: none !important;
}

#google_translate_element .goog-te-gadget > span:first-child {
    display: none;
}

#google_translate_element select.goog-te-combo {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    min-width: 220px;
    padding: 0.55rem 2.25rem 0.55rem 1rem;
    border-radius: 999px;
    border: 1px solid #d0d0d0;
    background-color: #ffffff;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath fill='%23666' d='M6 8a1 1 0 0 1-.7-.29l-5-5A1 1 0 1 1 1.7.3L6 4.59 10.3.3a1 1 0 0 1 1.4 1.41l-5 5A1 1 0 0 1 6 8Z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 0.9rem center;
    color: #1a1a1a;
    font-size: 0.95rem;
    font-weight: 600;
    line-height: 1.4;
    cursor: pointer;
}

#google_translate_element select.goog-te-combo:hover {
    border-color: #999999;
}

#google_translate_element select.goog-te-combo:focus {
    outline: none;
    border-color: #0d6efd;
    box-shadow: 0 0 0 3px rgba(13, 110, 253, 0.18);
}

@media (max-width: 600px) {
    .listing-translate {
        justify-content: center;
        padding: 0.75rem;
    }

    #google_translate_element {
        transform-origin: top center;
    }

    #google_translate_element select.goog-te-combo {
        min-width: 100%;
    }
}

.policies-section {
    padding: 3rem 1.5rem 3.5rem;
    background: #f7f9fb;
}

.policies-section__container {
    max-width: 960px;
    margin: 0 auto;
    text-align: center;
}

.policies-section__title {
    margin: 0 0 0.75rem;
    font-size: 1.85rem;
}

.policies-section__intro {
    margin: 0 0 2rem;
    color: #444;
}

.policies-section__cta {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.85rem 1.75rem;
    border: none;
    border-radius: 999px;
    background: linear-gradient(135deg, #0d6efd, #0b5ed7);
    color: #ffffff;
    font-size: 1rem;
    font-weight: 600;
    cursor: pointer;
    appearance: none;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    box-shadow: 0 12px 24px rgba(13, 110, 253, 0.25);
}

.policies-section__cta:hover,
.policies-section__cta:focus {
    transform: translateY(-1px);
    box-shadow: 0 16px 32px rgba(13, 110, 253, 0.3);
    outline: none;
}

.policies-section__cta:focus-visible {
    box-shadow: 0 0 0 3px rgba(13, 110, 253, 0.35), 0 16px 32px rgba(13, 110, 253, 0.3);
}

.policies-section__cta-icon {
    font-size: 0.85rem;
    transition: transform 0.2s ease;
}

.policies-section__cta.is-open .policies-section__cta-icon {
    transform: rotate(180deg);
}

.policies-section__buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
    justify-content: center;
    margin-top: 1.75rem;
}

.policies-section__button {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.75rem 1.25rem;
    border-radius: 999px;
    background: #0d6efd;
    color: #ffffff;
    text-decoration: none;
    font-weight: 600;
    transition: background 0.2s ease, transform 0.2s ease;
}

.policies-section__button:hover,
.policies-section__button:focus {
    background: #0b5ed7;
    transform: translateY(-2px);
}

.policies-section__button-ext {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 999px;
    padding: 0.1rem 0.6rem;
    font-size: 0.75rem;
    letter-spacing: 0.02em;
}

@media (max-width: 600px) {
    .policies-section {
        padding: 2.5rem 1rem 3rem;
    }

    .policies-section__title {
        font-size: 1.5rem;
    }

    .policies-section__intro {
        font-size: 0.95rem;
    }

    .policies-section__cta {
        width: 100%;
        justify-content: center;
    }
}