@import url("https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100..900;1,100..900&display=swap");

html,
body,
p,
a,
span,
h1,
h2,
h3,
h4,
h5 {
    font-family: "Raleway", sans-serif;
    font-optical-sizing: auto;
    font-weight: 300;
    font-style: normal;
}
.welcome {
    background-color: #f4f0ed;
}
.welcome .container .columns .title {
    letter-spacing: 1px;
}
.welcome .container .columns h3 {
    letter-spacing: 2px;
    font-weight: 400;
}
.welcome .fancy-image {
    overflow: hidden;
    border-radius: 12px;
}

.welcome .fancy-image img {
    transition: transform 0.6s ease;
    object-fit: cover;
}

.welcome .fancy-image:hover img {
    transform: scale(1.08);
}

.welcome .card {
    border-radius: 16px;
}

.welcome .subtitle {
    line-height: 1.6;
}
/*=================*/
.events_conference .card-content .title {
    margin-bottom: 0.5rem;
}
.events_conference .events_conference .container .column .card {
    border-radius: 0px;
}
.events_conference .card-image:first-child img {
    border-radius: 0px;
}
.events_conference .container p {
    letter-spacing: 2px;
    font-weight: 400;
}
.events_conference .button {
    border-radius: 0px;
    letter-spacing: 2px;
    padding-left: 20px;
    padding-right: 20px;
    background-color: #c08b4a;
    color: #ffffff;
}
.events_conference .container .card .card-content .subtitle {
    font-weight: bold;
}
.section_offer p {
    letter-spacing: 2px;
}
.section_offer .title {
    font-weight: 400;
}
.section_offer .button {
    letter-spacing: 2px;
    border-radius: 0px;
    padding-left: 20px;
    padding-right: 20px;
    background-color: transparent;
    color: #ffffff;
}
.two_grid_section p {
    letter-spacing: 2px;
}
.two_grid_section .title {
    font-weight: 400;
}
.two_grid_section .button {
    letter-spacing: 2px;
    border-radius: 0px;
    padding-left: 20px;
    padding-right: 20px;
    background-color: #c08b4a;
    color: #ffffff;
}
.footer {
    /*background-color: #202020;*/
    background: linear-gradient(135deg, #efd200, #a98400, #2a0f14);
}
.footer ul li a {
    color: #ffffff;
    letter-spacing: 3px;
    font-weight: 200;
    font-size: 14px;
    margin-bottom: 10px;
}

.footer .container h3 {
    font-size: 24px;
    color: #ffffff;
    letter-spacing: 3px;
    font-weight: 200;
}

.footer .container .line {
    border: none;
    height: 1px;
    background-color: #ffffff;
}
.footer .container p {
    letter-spacing: 3px;
    font-size: 12px;
}
.footer .container ul li img {
    margin-top: 5px;
    margin-right: 10px;
    width: 15px;
    height: 12px;
}
/*=========== Contact Page Css =========*/
.contact_three {
    padding: 80px 20px;
}
/* Info Cards */
.contact_three .info-card {
    background: #ffffff;
    border-radius: 16px;
    padding: 35px 25px;
    text-align: center;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15);
    transition: 0.3s ease;
    height: 100%;
}
.contact_three .info-card:hover {
    transform: translateY(-6px);
}
/* Icon Circle */
.contact_three .info-icon {
    width: 65px;
    height: 65px;
    margin: 0 auto 15px;
    border-radius: 50%;
    background: linear-gradient(135deg, #8e0e00, #1f1c18);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
}
/* Form Card */
.contact_three .form-card {
    background: #ffffff;
    border-radius: 22px;
    padding: 45px;
    box-shadow: 0 20px 55px rgba(0, 0, 0, 0.2);
    margin-top: 60px;
}
/* Inputs */
.contact_three .input,
.contact_three .textarea {
    border-radius: 10px;
    border: 1px solid #ddd;
}
.contact_three .input:focus,
.contact_three .textarea:focus {
    border-color: #8e0e00;
    box-shadow: 0 0 0 2px rgba(118, 75, 162, 0.2);
}
/* Button */
.contact_three .btn-send {
    background: linear-gradient(135deg, #8e0e00, #1f1c18);
    border: none;
    color: #fff;
    border-radius: 30px;
    transition: 0.3s ease;
}
.contact_three .btn-send:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.25);
}
/* Mobile */
@media (max-width: 768px) {
    .contact_three .form-card {
        padding: 30px;
    }
}
/*============ Room Category =========== */
.three-cards {
    padding: 80px 20px;
    background: #f7f8fc;
}
.three-cards .card {
    border-radius: 1px;
    overflow: hidden;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.12);
    transition: 0.3s ease;
}
.three-cards .card:hover {
    transform: translateY(-6px);
}
.three-cards .card-image img {
    object-fit: cover;
    height: 450px;
}
.three-cards .button {
    border-radius: 30px;
    background: linear-gradient(135deg, #8e0e00, #1f1c18);
    color: #ffffff;
}

/*========= Single Room Image =============*/
/* Container Style */

/* Card container */
.related-rooms .card {
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.1);
    transition:
        transform 0.4s ease,
        box-shadow 0.4s ease;
    text-align: center;
    padding: 1rem;
    margin-bottom: 2rem;
}

/* Hover lift and shadow */
.related-rooms .card:hover {
    transform: translateY(-10px) scale(1.03);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.25);
}

/* Image styling */
.related-rooms .card-image {
    position: relative;
    overflow: hidden;
    border-radius: 12px;
    margin-bottom: 1rem;
}

.related-rooms .card-image img {
    width: 100%;
    height: auto;
    object-fit: cover;
    border-radius: 12px;
    transition: transform 0.5s ease;
}

/* Image zoom on hover */
.related-rooms .card:hover .card-image img {
    transform: scale(1.1);
}

/* Title styling */
.related-rooms .card .title.is-size-5 {
    font-size: 1.3rem;
    font-weight: 700;
    color: #2a2a2a;
    margin-bottom: 0.75rem;
    position: relative;
}

/* Optional underline accent */
.related-rooms .card .title.is-size-5::after {
    content: "";
    width: 50px;
    height: 3px;
    background: #3273dc;
    display: block;
    margin: 6px auto 0 auto;
    border-radius: 2px;
}

/* Button styling */
.related-rooms .btn-room {
    display: inline-block;
    background: linear-gradient(135deg, #8e0e00, #1f1c18);
    color: #fff;
    padding: 0.5rem 1rem;
    border-radius: 24px;
    font-weight: 600;
    text-decoration: none;
    transition:
        background 0.3s ease,
        transform 0.3s ease;
}

/* Button hover */
.related-rooms .btn-room:hover {
    background: #275bb5;
    transform: translateY(-2px);
}
/*=========== Calendar Design =============*/
/* ==========================
   INPUT FIELD STYLING
========================== */
.single_form_date_picker .input.is-square {
    height: 48px;
    padding-right: 45px;
    font-size: 14px;
    border: 1px solid #ddd;
    border-radius: 6px;
    transition: all 0.3s ease;
}
.single_form_date_picker .input.is-square:focus {
    border-color: #3273dc;
    box-shadow: 0 0 0 2px rgba(50, 115, 220, 0.15);
}
/* Calendar icon */
.single_form_date_picker .control.has-icons-right .icon {
    right: 12px;
    pointer-events: none;
}
/* ==========================
   JQUERY UI DATEPICKER
========================== */
.ui-datepicker {
    position: absolute !important;
    z-index: 999999 !important;
    width: 300px;
    padding: 12px;
    border-radius: 12px;
    border: none;
    box-shadow: 0 12px 35px rgba(0, 0, 0, 0.15);
    font-family: "Poppins", sans-serif;
}
/* Header */
.ui-datepicker-header {
    background: #3273dc;
    color: #fff;
    border-radius: 10px;
    padding: 12px 40px;
    border: none;
}
/* Title */
.ui-datepicker-title {
    font-size: 15px;
    font-weight: 600;
    text-align: center;
}
/* Prev / Next */
.single_form_date_picker .ui-datepicker-prev,
.single_form_date_picker .ui-datepicker-next {
    position: absolute;
    top: 50%;
    width: 32px;
    height: 32px;
    margin-top: -16px;
    cursor: pointer;
    border-radius: 50%;
}
.single_form_date_picker .ui-datepicker .ui-datepicker-prev span,
.single_form_date_picker .ui-datepicker .ui-datepicker-next span {
    display: block;
    position: absolute;
    left: 50%;
    margin-left: -8px;
    top: 50%;
    margin-top: 8px;
}
.single_form_date_picker .ui-datepicker-prev {
    left: 8px;
}
.single_form_date_picker .ui-datepicker-next {
    right: 8px;
}
.single_form_date_picker .ui-datepicker-prev::before,
.single_form_date_picker .ui-datepicker-next::before {
    display: block;
    text-align: center;
    font-size: 16px;
    line-height: 32px;
    color: #fff;
}

.single_form_date_picker .ui-datepicker-prev:hover,
.single_form_date_picker .ui-datepicker-next:hover {
    background: rgba(255, 255, 255, 0.2);
}
/* Calendar */
.ui-datepicker-calendar th {
    font-size: 12px;
    color: #999;
}
.ui-datepicker-calendar td a {
    display: block;
    padding: 8px;
    border-radius: 50%;
}
.ui-datepicker-calendar td a:hover,
.ui-datepicker-calendar .ui-state-active {
    background: #3273dc;
    color: #fff !important;
}
.ui-datepicker-calendar .ui-state-highlight {
    background: #f1f5ff;
    color: #3273dc;
    border-radius: 50%;
}
/* Month / Year dropdown */
.ui-datepicker select {
    background: rgba(0, 0, 0, 0.1);
    color: #fff;
    border: none;
    border-radius: 6px;
    padding: 4px 26px 4px 10px;
    font-weight: 600;
}
/*======== Our Rooms =============*/
.our_luxury_rooms .room-card {
    border-radius: 16px;
    overflow: hidden;
    transition:
        transform 0.4s ease,
        box-shadow 0.4s ease;
}

.our_luxury_rooms .room-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
}

.our_luxury_rooms .room-image {
    position: relative;
}

.our_luxury_rooms .room-image::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.6), transparent);
}

.our_luxury_rooms .price-badge {
    position: absolute;
    top: 15px;
    right: 15px;
    background: #ff3860;
    color: #fff;
    padding: 6px 14px;
    border-radius: 20px;
    font-weight: 600;
    font-size: 0.85rem;
}

.our_luxury_rooms .room-icons .icon {
    background: #f5f5f5;
    border-radius: 50%;
    padding: 10px;
    margin-right: 8px;
    transition: background 0.3s;
}

.our_luxury_rooms .room-icons .icon:hover {
    background: #00d1b2;
    color: #fff;
}

.our_luxury_rooms .fancy-btn {
    border-radius: 30px;
    background: linear-gradient(135deg, #8e0e00, #1f1c18);
    color: #ffffff;
}
.our_luxury_rooms .room-icons {
    display: flex;
    align-items: center;
    gap: 12px; /* spacing between icons */
}

.our_luxury_rooms .room-icons img {
    width: 26px; /* small & consistent size */
    height: 26px;
    object-fit: contain;
    opacity: 0.8;
    transition:
        transform 0.3s ease,
        opacity 0.3s ease;
}

.our_luxury_rooms .room-icons img:hover {
    transform: scale(1.15);
    opacity: 1;
}
.our_luxury_rooms .room-icons img {
    width: 28px;
    height: 28px;
    padding: 6px;
    background: #f5f5f5;
    border-radius: 50%;
}
.our_luxury_rooms .room-icons {
    justify-content: center;
}
.our_luxury_rooms .room-features {
    display: flex;
    justify-content: space-between;
    gap: 16px;
    margin-top: 1rem;
}

.our_luxury_rooms .feature-item {
    text-align: center;
    flex: 1;
}

.our_luxury_rooms .feature-item img {
    width: 28px;
    height: 28px;
    margin-bottom: 6px;
    padding: 6px;
    background: #f5f5f5;
    border-radius: 50%;
    transition: all 0.3s ease;
}

.our_luxury_rooms .feature-item p {
    font-size: 0.75rem;
    font-weight: 500;
    color: #555;
}

.our_luxury_rooms .feature-item:hover img {
    background: #00d1b2;
    transform: scale(1.15);
}
.our_luxury_rooms .feature-item:hover p {
    color: #00d1b2;
}
/* Gallery Styling */
.gallery_style .card {
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
    transition:
        transform 0.3s ease,
        box-shadow 0.3s ease;
}

.gallery_style .card:hover {
    transform: translateY(-6px);
    box-shadow: 0 18px 40px rgba(0, 0, 0, 0.15);
}

/* Image Hover Effect */
.gallery_style .image {
    position: relative;
    overflow: hidden;
}

.gallery_style img {
    transition: transform 0.5s ease;
}

.gallery_style .card:hover img {
    transform: scale(1.1);
}

/* Overlay */
.gallery_style .overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.1));
    display: flex;
    align-items: flex-end;
    padding: 1rem;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.gallery_style .card:hover .overlay {
    opacity: 1;
}

.gallery_style .overlay h4 {
    color: #fff;
    font-size: 1.1rem;
    font-weight: 600;
}
/*======== Amenities and Facilities ============*/
.amenities-card {
    border-radius: 16px;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08);
}

.amenity-item {
    transition:
        transform 0.3s ease,
        box-shadow 0.3s ease;
    border-radius: 12px;
    padding: 1.5rem;
    background: #fafafa;
}

.amenity-item:hover {
    transform: translateY(-6px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.12);
}

.amenity-item img {
    max-width: 64px;
    margin-bottom: 0.75rem;
}
