/* 
Theme Name:		 astra child
Theme URI:		 http://childtheme-generator.com/
Description:	 astra child is a child theme of Astra, created by ChildTheme-Generator.com
Author:			 Abhishek
Author URI:		 http://childtheme-generator.com/
Template:		 astra
Version:		 1.0.0
Text Domain:	 astra-child
*/


/*
    Add your custom styles here
*/

/* Custom Image Resizing and Styling */
.slider-img img {
    width: 100%;
    height: 700px;
    object-fit: cover;
}

.choose-single-thumb img {
    width: 100%;
    height: 250px;
    object-fit: cover;
    border-radius: 10px 10px 0 0;
}

.choose-single-thumb {
    box-shadow: 0 4px 15px rgba(0,0,0,0.05);
    border-radius: 10px;
    transition: transform 0.3s ease;
}

.choose-single-thumb:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(0,0,0,0.1);
}

.about-thumb > img, 
.choose-thumb > img, 
.contact_thumb > img {
    width: 100%;
    height: 550px;
    object-fit: cover;
    border-radius: 12px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}


/* Breadcrumb Background for Inner Pages */
.breatcome-section {
    background-image: url('assets/images/rooms/grandbendmotel-image-11.webp') !important;
    background-size: cover;
    background-position: center;
    position: relative;
    z-index: 1;
}
.breatcome-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
    z-index: -1;
}


/* Booking Form Layout */
.hetelhub-htel-boking {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 15px;
    background: #fff;
    padding: 20px;
    border-radius: 8px;
}
.hetelhub-htel-boking .controls,
.hetelhub-htel-boking .controlss {
    flex: 1;
    min-width: 200px;
    position: relative;
}
.hetelhub-htel-boking input,
.hetelhub-htel-boking select {
    width: 100%;
    padding: 15px;
    border: 1px solid #ddd;
    border-radius: 5px;
}
.booking-button button {
    width: 100%;
    padding: 15px;
    background: var(--primary-color, #c19b76);
    color: #fff;
    border: none;
    border-radius: 5px;
    cursor: pointer;
}


/* Booking Form Layout Fixes */
.booking_bg {
    padding: 30px 15px;
    border-radius: 8px;
}
.booking-title h3 {
    color: #fff;
    font-size: 24px;
    line-height: 1.4;
    margin: 0;
}
.offer_thumb img {
    width: 100%;
    height: 300px;
    object-fit: cover;
    border-radius: 10px;
}

/* Custom Header Styling */
.hotelhub_nav_manu {
    background-color: #ffffff !important;
    border-bottom: 1px solid #eaeaea !important;
    position: relative !important;
    width: 100%;
    z-index: 100;
    padding: 15px 40px !important;
}

.meedy_menu ul.nav_scroll > li > a {
    color: #660033 !important;
    font-weight: 600 !important;
}
.modern-header-btn {
    display: inline-block !important;
    background: #660033 !important;
    color: #ffffff !important;
    border-radius: 0 !important;
    padding: 14px 35px !important;
    font-size: 16px !important;
    font-family: 'Playfair Display', serif !important;
    font-weight: 500 !important;
    text-transform: uppercase !important;
    border: 1px solid #880044 !important;
    box-shadow: none !important;
    text-decoration: none !important;
    line-height: normal !important;
    transition: all 0.3s ease !important;
    letter-spacing: 1px !important;
}
.modern-header-btn:hover {
    background: #ffffff !important;
    color: #660033 !important;
    border-color: #660033 !important;
}
.hotelhub-right-side .header-button a::before,
.hotelhub-right-side .header-button a::after {
    display: none !important;
}
.hotelhub_nav_manu.sticky {
    position: fixed !important;
    top: 0;
    background: #ffffff !important;
    box-shadow: 0 5px 15px rgba(0,0,0,0.05);
    border-bottom: none !important;
}
.meedy_nav_manu:before {
    display: none;
}

/* Custom Modern Hero Banner */
.custom-hero-banner {
    position: relative;
    min-height: 100vh;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 100px;
    padding-bottom: 150px;
}
.custom-hero-banner .hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, rgba(0,0,0,0.95) 0%, rgba(0,0,0,0.4) 30%, rgba(0,0,0,0.2) 100%);
    z-index: 1;
}
.hero-content-container {
    position: relative;
    z-index: 2;
}
.modern-hero-content {
    max-width: 800px;
    margin: 0 auto;
    color: #fff;
    text-align: center;
}
.hero-subtitle {
    display: inline-block;
    background: rgba(255,255,255,0.15);
    backdrop-filter: blur(10px);
    padding: 8px 20px;
    border-radius: 30px;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-bottom: 25px;
    border: 1px solid rgba(255,255,255,0.2);
}
.hero-subtitle i {
    color: #c19b76;
    margin-right: 8px;
}
.hero-title {
    font-size: 4.5rem;
    font-weight: 800;
    line-height: 1.2;
    margin-bottom: 25px;
    color: #fff;
    text-shadow: 2px 2px 10px rgba(0,0,0,0.3);
}
.hero-title .highlight {
    color: transparent;
    -webkit-text-stroke: 1px #c19b76;
    background: linear-gradient(to right, #c19b76, #e8d0a9);
    -webkit-background-clip: text;
    background-clip: text;
    position: relative;
    display: inline-block;
}
.hero-description {
    font-size: 1.15rem;
    line-height: 1.6;
    margin-bottom: 40px;
    color: rgba(255,255,255,0.95);
}
.hero-actions {
    display: flex;
    gap: 20px;
    justify-content: center;
}
.modern-btn {
    padding: 15px 35px;
    border-radius: 30px;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    display: inline-flex;
    align-items: center;
    gap: 10px;
    font-size: 15px;
}
.modern-btn.primary-btn {
    background: #c19b76;
    color: #fff;
    box-shadow: 0 10px 25px rgba(193, 155, 118, 0.4);
}
.modern-btn.primary-btn:hover {
    background: #a9835f;
    transform: translateY(-5px);
    box-shadow: 0 15px 35px rgba(193, 155, 118, 0.5);
    color: #fff;
}
.modern-btn.secondary-btn {
    background: rgba(255,255,255,0.1);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255,255,255,0.3);
    color: #fff;
}
.modern-btn.secondary-btn:hover {
    background: #fff;
    color: #333;
    transform: translateY(-5px);
}
.hero-booking-glass {
    position: absolute;
    bottom: -60px;
    left: 0;
    width: 100%;
    z-index: 10;
}
.modern-booking-form {
    background: rgba(0, 0, 0, 0.35);
    backdrop-filter: blur(15px);
    -webkit-backdrop-filter: blur(15px);
    border-radius: 16px;
    padding: 30px 40px;
    box-shadow: 0 25px 50px rgba(0,0,0,0.4);
    border: 1px solid rgba(255,255,255,0.25);
}
.booking-inputs-wrapper {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    gap: 20px;
}
.modern-input-group {
    flex: 1;
    min-width: 180px;
}
.modern-input-group label {
    display: block;
    font-size: 13px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 10px;
    text-transform: uppercase;
    letter-spacing: 1px;
    text-shadow: 1px 1px 2px rgba(0,0,0,0.3);
}
.input-with-icon {
    position: relative;
    background: #fff;
    border-radius: 10px;
    border: 1px solid #e9ecef;
    display: flex;
    align-items: center;
    padding: 0 15px;
    transition: all 0.3s ease;
    box-shadow: inset 0 2px 4px rgba(0,0,0,0.02);
}
.input-with-icon:focus-within {
    border-color: var(--brand-color);
    box-shadow: 0 0 0 3px rgba(102, 0, 51, 0.15);
}
.input-with-icon i {
    color: var(--brand-color);
    font-size: 18px;
}
.input-with-icon input,
.input-with-icon select {
    width: 100%;
    border: none;
    background: transparent;
    padding: 16px 12px;
    font-size: 15px;
    color: #495057;
    outline: none;
    cursor: pointer;
    font-family: inherit;
}
.input-with-icon select {
    appearance: none;
}
.modern-input-group.btn-group {
    flex: 0 0 auto;
}
.modern-submit-btn {
    background: #222;
    color: #fff;
    border: none;
    padding: 0 45px;
    font-size: 15px;
    font-weight: 600;
    border-radius: 10px;
    cursor: pointer;
    transition: all 0.3s ease;
    height: 56px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.modern-submit-btn:hover {
    background: var(--brand-color);
    transform: translateY(-3px);
    box-shadow: 0 10px 20px rgba(102, 0, 51, 0.25);
}
@media (max-width: 991px) {
    .hero-title {
        font-size: 3rem;
    }
    .hero-booking-glass {
        position: relative;
        bottom: 0;
        margin-top: 60px;
    }
    .custom-hero-banner {
        padding-bottom: 80px;
    }
}
@media (max-width: 767px) {
    .hero-title {
        font-size: 2.2rem;
    }
    .hero-actions {
        flex-direction: column;
    }
    .modern-booking-form {
        padding: 20px;
    }
    .modern-input-group.btn-group {
        width: 100%;
    }
    .modern-submit-btn {
        width: 100%;
    }
}

/* Split Hero Banner Styles */
.split-hero-banner {
    display: flex;
    flex-wrap: wrap;
    min-height: 80vh;
    background-color: #f8f7f2;
}
.split-hero-left {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 100px 50px;
    background-color: #f8f7f2;
}
.split-hero-right {
    flex: 1;
    background-size: cover;
    background-position: center;
    min-height: 50vh;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 40px;
}
.hero-form-container {
    width: 100%;
    max-width: 450px;
    margin: 0 auto;
}
.hero-form-container .wpcf7 {
    width: 100%;
}
.hero-form-container input:not([type="submit"]),
.hero-form-container select,
.hero-form-container textarea {
    width: 100%;
    padding: 12px 15px;
    margin-bottom: 5px;
    border: 1px solid #ddd;
    border-radius: 8px;
    font-size: 15px;
    background: #fff;
}
.hero-form-container input[type="submit"] {
    width: 100%;
    padding: 15px;
    background: #660033;
    color: #fff;
    font-weight: 600;
    cursor: pointer;
    border: none;
    border-radius: 8px;
    transition: background 0.3s ease;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-top: 10px;
}
.hero-form-container input[type="submit"]:hover {
    background: #4d0026;
}
.split-hero-content {
    max-width: 500px;
    width: 100%;
}
.split-hero-title {
    font-family: 'Playfair Display', serif;
    font-size: 4.5rem;
    font-weight: 700;
    line-height: 1.1;
    color: #660033;
    margin-bottom: 25px;
}
.hash-text {
    color: #a3a3a3;
    font-weight: 400;
    font-size: 3rem;
}
.split-hero-description {
    font-size: 2.2rem;
    line-height: 1.3;
    color: #660033;
    margin-bottom: 40px;
}
.split-hero-btn {
    display: inline-flex;
    align-items: center;
    padding: 12px 30px;
    border: 1px solid #660033;
    border-radius: 50px;
    color: #660033;
    font-size: 1.1rem;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease;
    background: transparent;
}
.split-hero-btn:hover {
    background: #660033;
    color: #fff;
}
.split-hero-btn .btn-line {
    margin-right: 15px;
    font-weight: 400;
}

/* Standalone Booking Form Styles */
.standalone-booking-form {
    background: #ffffff !important;
    box-shadow: 0 10px 30px rgba(0,0,0,0.05) !important;
    border: 1px solid #eaeaea !important;
}
.standalone-booking-form .modern-input-group label {
    color: #333 !important;
    text-shadow: none !important;
}
.standalone-booking-form .input-with-icon {
    border: 1px solid #ddd !important;
    box-shadow: none !important;
}
.standalone-booking-section {
    position: relative;
    z-index: 10;
}

@media (max-width: 991px) {
    .split-hero-banner {
        flex-direction: column;
    }
    .split-hero-left, .split-hero-right {
        flex: none;
        width: 100%;
    }
    .split-hero-right {
        min-height: 400px;
        padding: 20px;
    }
    .split-hero-title {
        font-size: 3rem;
    }
    .split-hero-description {
        font-size: 1.8rem;
    }
}
