/* Air Suite Verona - Custom Styles */

/* Gallery Filter Buttons */
.gallery-filter {
    margin-bottom: 30px;
}

.gallery-filter button {
    background: transparent;
    border: 1px solid #aa8453;
    color: #aa8453;
    padding: 10px 25px;
    margin: 5px;
    cursor: pointer;
    transition: all 0.3s ease;
    font-family: 'Barlow', sans-serif;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 13px;
}

.gallery-filter button:hover,
.gallery-filter button.active {
    background: #aa8453;
    color: #fff;
}

/* Gallery Items */
.gallery-items .item {
    overflow: hidden;
    margin-bottom: 30px;
    position: relative;
}

.gallery-items .item img {
    width: 100%;
    height: 250px;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.gallery-items .item:hover img {
    transform: scale(1.1);
}

.gallery-items .item a {
    display: block;
    position: relative;
}

.gallery-items .item a::before {
    content: '\e610';
    font-family: 'themify';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 24px;
    color: #fff;
    opacity: 0;
    z-index: 2;
    transition: opacity 0.3s ease;
}

.gallery-items .item a::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(170, 132, 83, 0.7);
    opacity: 0;
    transition: opacity 0.3s ease;
}

.gallery-items .item:hover a::before,
.gallery-items .item:hover a::after {
    opacity: 1;
}

/* Contact Form */
.contact-form input,
.contact-form textarea,
.contact-form select {
    width: 100%;
    padding: 15px;
    border: 1px solid #e5e5e5;
    margin-bottom: 20px;
    font-family: 'Barlow', sans-serif;
    font-size: 14px;
    transition: border-color 0.3s ease;
    background-color: #fff;
}

.contact-form input:focus,
.contact-form textarea:focus,
.contact-form select:focus {
    outline: none;
    border-color: #aa8453;
}

.contact-form textarea {
    resize: vertical;
    min-height: 120px;
}

.contact-form select {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%23aa8453' d='M6 9L1 4h10z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 15px center;
    padding-right: 40px;
}

.contact-form input[type="date"] {
    position: relative;
}

.contact-form input[type="checkbox"] {
    width: auto;
    margin-bottom: 0;
}

.contact-form label {
    font-family: 'Barlow', sans-serif;
    font-size: 14px;
    color: #666;
    margin-bottom: 0;
}

.contact-form .butn-dark {
    background: #aa8453;
    color: #fff;
    border: 2px solid #aa8453;
    padding: 15px 40px;
    font-family: 'Barlow', sans-serif;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
    cursor: pointer;
    transition: all 0.3s ease;
    display: inline-block;
    width: 100%;
    border-radius: 5px;
}

.contact-form .butn-dark:hover:not(:disabled) {
    background: transparent;
    color: #aa8453;
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(170, 132, 83, 0.3);
}

.contact-form .butn-dark:disabled {
    opacity: 0.7;
    cursor: not-allowed;
}

.contact-form .butn-dark span {
    display: inline-block;
}

/* Contact Box */
.contact-box {
    padding: 40px 30px;
    background: #f8f5f0;
    margin-bottom: 30px;
    transition: all 0.3s ease;
}

.contact-box:hover {
    background: #aa8453;
}

.contact-box:hover h5,
.contact-box:hover p,
.contact-box:hover a {
    color: #fff;
}

.contact-box span {
    font-size: 50px;
    color: #aa8453;
    display: block;
    margin-bottom: 20px;
    transition: color 0.3s ease;
}

.contact-box:hover span {
    color: #fff;
}

.contact-box h5 {
    font-family: 'Gilda Display', serif;
    font-size: 20px;
    margin-bottom: 15px;
}

.contact-box p,
.contact-box a {
    color: #666;
    margin: 0;
}

/* Page List */
.page-list li {
    padding: 8px 0;
    border-bottom: 1px dashed #e5e5e5;
}

.page-list li:last-child {
    border-bottom: none;
}

.page-list li i {
    color: #aa8453;
    margin-right: 10px;
}

/* Octorate Widget Container */
#octorate-booking-widget {
    background: #fff;
    padding: 20px;
    border-radius: 5px;
    box-shadow: 0 5px 30px rgba(0,0,0,0.1);
}

/* Room Details Carousel */
.room-details-content .owl-carousel .item img {
    width: 100%;
    height: 400px;
    object-fit: cover;
}

/* Sidebar Booking Box */
.sidebar .booking-box {
    background: #fff;
    box-shadow: 0 5px 30px rgba(0,0,0,0.1);
}

/* Banner Header */
.banner-header {
    height: 50vh;
    min-height: 350px;
}

.banner-header h1 {
    font-size: 48px;
}

.banner-header h6 {
    color: #aa8453;
    letter-spacing: 3px;
    text-transform: uppercase;
    margin-bottom: 10px;
}

/* Logo Adjustment */
.logo-img {
    max-height: 80px;
    width: auto !important;
    padding: 10px 0 !important;
}

.nav-scroll .logo-img {
    max-height: 60px;
    width: auto !important;
    padding: 5px 0 !important;
}

.navbar .logo-wrapper {
    display: flex;
    align-items: center;
}

.navbar .logo {
    display: flex;
    align-items: center;
}

/* Responsive */
@media (max-width: 768px) {
    .banner-header h1 {
        font-size: 32px;
    }

    .gallery-items .item img {
        height: 200px;
    }

    .room-details-content .owl-carousel .item img {
        height: 250px;
    }
}

/* Smooth transitions */
* {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

/* Fix for iframe on mobile */
iframe {
    max-width: 100%;
}

/* Form Alerts */
.alert {
    padding: 15px 20px;
    border-radius: 5px;
    margin-top: 15px;
}

.alert-success {
    background-color: #d4edda;
    color: #155724;
    border: 1px solid #c3e6cb;
}

.alert-danger {
    background-color: #f8d7da;
    color: #721c24;
    border: 1px solid #f5c6cb;
}

.mt-20 {
    margin-top: 20px;
}

/* Language Selector */
.language-selector-trigger {
    display: flex;
    align-items: center;
    gap: 5px;
}

.language-selector-trigger .ti-world {
    font-size: 18px;
}

.language-selector-menu {
    min-width: 200px;
}

.language-selector-menu .dropdown-item {
    display: flex;
    align-items: center;
    padding: 10px 20px;
    transition: all 0.3s ease;
}

.language-selector-menu .dropdown-item:hover {
    background-color: #f8f5f0;
    color: #aa8453;
    padding-left: 25px;
}

.language-selector-menu .dropdown-item.active {
    background-color: #aa8453;
    color: #fff;
}

.language-selector-menu .dropdown-item.active:hover {
    background-color: #8b6a42;
}

.language-selector-menu .flag {
    font-size: 20px;
    margin-right: 10px;
}

/* Footer Language Selector */
.footer-language-selector {
    margin-bottom: 30px;
}

.language-selector-footer .nav-item {
    display: inline-block;
}

.language-selector-footer .dropdown-menu {
    position: relative;
    display: block;
    margin-top: 15px;
    border: none;
    box-shadow: none;
    background: transparent;
}

.language-selector-footer .dropdown-item {
    color: #777;
    background: transparent;
    border: none;
    display: inline-block;
    padding: 5px 15px;
}

.language-selector-footer .dropdown-item:hover {
    color: #aa8453;
    background: transparent;
}

.language-selector-footer .dropdown-item.active {
    color: #aa8453;
    background: transparent;
    font-weight: 600;
}

.language-selector-footer .language-selector-trigger {
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    pointer-events: none;
}

.language-selector-footer .flag {
    font-size: 18px;
}

/* Mobile Language Selector */
@media (max-width: 991px) {
    .language-selector-trigger {
        justify-content: flex-start;
        padding: 10px 20px;
    }

    .language-selector-menu {
        width: 100%;
    }
}
