/* ========================================
   HERO SECTION STYLES
   ======================================== */

section.hero-section {
    position: relative !important;
    bottom: 83px;
    min-height: 780px !important;
    background: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), 
                url('../images/Container.svg') center/cover no-repeat !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    padding: 120px 0 80px !important;
}

.hero-content {
    width: 100%;
    z-index: 2;
    margin-top: 100px;
}

h1.hero-title {
    font-size: 3.5rem !important;
    font-weight: 700 !important;
    color: #ffffff !important;
    line-height: 1.2 !important;
    margin-bottom: 1.5rem !important;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3) !important;
}

p.hero-subtitle {
    font-size: 1.25rem !important;
    color: #ffffff !important;
    line-height: 1.6 !important;
    margin-bottom: 0 !important;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3) !important;
}

/* Hero Search Form */
.hero-search-form {
    position: relative;
    top: 194px;
    background: #ffffff !important;
    border: none !important;
    border-radius: 50px !important;
    padding: 0 !important;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2) !important;
    backdrop-filter: blur(10px) !important;
    overflow: hidden;
    height: 80px !important;
}

.search-form {
    width: 100%;
    height: 100%;
}

.search-input-group {
    display: flex !important;
    align-items: stretch !important;
    height: 100% !important;
    width: 100% !important;
}

.search-field {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0 20px !important;
    border-right: 1px solid #e5e7eb !important;
    flex: 1;
    position: relative;
    height: 100% !important;
}

.search-field:last-of-type {
    border-right: none !important;
}

.search-field label {
    font-size: 0.7rem;
    font-weight: 500;
    color: #9ca3af;
    margin-bottom: 7px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    line-height: 1;
}

.search-field input,
.search-field select {
    border: none !important;
    background: transparent !important;
    outline: none !important;
    font-size: 0.95rem !important;
    font-weight: 500 !important;
    color: #374151 !important;
    padding: 0 !important;
    margin: 0 !important;
    width: 100% !important;
    height: auto !important;
    line-height: 1.2 !important;
}

.search-field input:focus,
.search-field select:focus {
    border: none !important;
    box-shadow: none !important;
    outline: none !important;
}

.search-field input[type="date"] {
    color: #374151 !important;
    font-weight: 500 !important;
}

.search-field select {
    color: #374151 !important;
    font-weight: 500 !important;
    cursor: pointer;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
}

.search-field select option {
    color: #374151 !important;
    font-weight: 500 !important;
}

.search-button {
    background: #FE8267 !important;
    color: #ffffff !important;
    border: none !important;
    border-radius: 0 50px 50px 0 !important;
    padding: 0 24px !important;
    font-size: 0.95rem !important;
    font-weight: 600 !important;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    min-width: 120px !important;
    height: 100% !important;
    gap: 6px !important;
}

.search-button:hover {
    background: #e76f5a !important;
}

.search-button i {
    font-size: 0.9rem !important;
}



/* Navbar Overlay Styles */

.navbar-overlay .navbar-nav .nav-link {
    color: #ffffff !important;
}

.navbar-overlay .navbar-nav .nav-link:hover {
    color: #FE8267 !important;
    background-color: rgba(254, 130, 103, 0.1);
}

.navbar-overlay .navbar-nav .nav-link.active {
    color: #FE8267 !important;
    background-color: rgba(254, 130, 103, 0.2);
    border: 1px solid #FE8267;
}

/* Auth buttons white on index page */
.navbar-overlay .btn-outline-primary {
    color: #ffffff !important;
    border: none !important;
    outline: none !important;
}

.navbar-overlay .btn-outline-primary:hover {
    color: #ffffff !important;
    background-color: transparent !important;
    border: none !important;
}

.navbar-overlay .btn-outline-primary:focus {
    color: #ffffff !important;
    background-color: transparent !important;
    border: none !important;
    outline: none !important;
    box-shadow: none !important;
}

/* ========================================
   FEATURED LISTINGS SECTION STYLES
   ======================================== */

/* Section Title */
.featured-title {
    font-size: 2.5rem;
    font-weight: 700;
    color: #1f2937;
    margin-bottom: 1rem;
    font-family: 'Georgia', serif;
}

.featured-subtitle {
    font-size: 1.125rem;
    color: #6b7280;
    font-weight: 400;
}

/* Listing Cards */
.listing-card {
    border: none;
    border-radius: 12px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    height: 100%;
}

.listing-card .card-img-top {
    height: 200px;
    object-fit: cover;
    border-radius: 12px 12px 0 0;
}

.listing-card .card-body {
    padding: 1.5rem;
}

.listing-card .card-title {
    font-size: 1.125rem;
    font-weight: 600;
    color: #1f2937;
    margin-bottom: 0.75rem;
    line-height: 1.4;
}

.card-location {
    color: #6b7280;
    font-size: 0.875rem;
    margin-bottom: 1rem;
}


/* Price and Rating */
.card-price .price-amount {
    font-size: 1.5rem;
    font-weight: 700;
    color: #1f2937;
}

.card-price .price-period {
    font-size: 0.875rem;
    color: #6b7280;
    margin-left: 0.25rem;
}

.card-rating {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.stars {
    display: flex;
    gap: 0.125rem;
}

.stars i {
    font-size: 0.875rem;
}

.rating-count {
    font-size: 0.875rem;
    color: #6b7280;
}

/* Buttons */
.btn-outline-primary {
    border: 1px solid #D0D5DD;
    color: #1f2937;
    font-weight: 600;
    border-radius: 58px;
    padding: 0.75rem 1rem;
}

.btn-outline-primary:hover {
    border: 1px solid #D0D5DD;
    background-color: white;
    color: #1f2937;
}

.explore-more-btn {  
    background-color: #FE8267;
    color: white;
    font-weight: 600;
    border-radius: 58px;
    font-size: 16px;
    padding: 12px 20px;
}

/* ========================================
   HOW IT WORKS SECTION STYLES
   ======================================== */

.how-it-works-title {
    font-size: 40px;
    font-weight: 700;
    color: #151515;
    line-height: 50px;
}

.how-it-works-subtitle {
    font-size: 1.125rem;
    color: #6b7280;
    font-weight: 400;
}

.step-icon {
    display: inline-block;
}

.zap-icon {
    width: 25px;
    height: 24px;
}

.step-title {
    font-size: 20px;
    font-weight: 600;
    color: #101828;
    line-height: 30px;
}

.step-description {
    color: #475467;
    font-size: 16px;
    line-height: 24px;
    max-width: 350px;
    margin: 0 auto;
}

/* ========================================
   POPULAR STAYS NEAR YOU SECTION STYLES
   ======================================== */

.popular-stays-title {
    font-size: 40px;
    font-weight: 700;
    color: #151515;
    line-height: 50px;
}

.popular-stay-card {
    border: none;
    border-radius: 12px !important;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    height: 100%;
}

.popular-stay-card .card-img-top {
    height: 210px;
    object-fit: cover;
    border-radius: 12px 12px 0 0;
}

.popular-stay-card .card-body {
    padding: 12px 16px;
}

.popular-stay-card .card-title {
    font-size: 16px;
    font-weight: 700;
    color: #030728;
    line-height: 24px;
}

.popular-stay-card .card-location {
    color: #475467;
    font-size: 14px;
    line-height: 20px;
}

.popular-stay-card .card-price .price-amount {
    font-size: 24px;
    line-height: 32px;
    font-weight: 700;
    color: #030728;
}

.popular-stay-card .card-price .price-period {
    font-size: 12px;
    font-weight: 500;
    color: #475467;
    line-height: 18px;
}

.popular-stay-card .card-rating {
    display: flex;
    align-items: center;
    gap: 4px;
}

.popular-stay-card .stars {
    display: flex;
    gap: 4px;
}

.popular-stay-card .stars i {
    font-size: 12px;
    line-height: 18px;
}

.popular-stay-card .rating-count {
    font-size: 12px;
    line-height: 18px;
    font-weight: 500;
    color: #475467;
}

/* ========================================
   WHY CHOOSE US SECTION STYLES
   ======================================== */

.why-choose-title {
    font-size: 40px;
    font-weight: 700;
    line-height: 50px;
    color: #151515;
}

.why-choose-subtitle {
    font-size: 16px;
    line-height: 24px;
    color: #475467;
    font-weight: 400;
}

.why-choose-card {
    border: none;
    border-radius: 8px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    height: 100%;
}


.why-choose-card .card-body {
    padding: 21px 14px;
}

.why-choose-icon {
    display: inline-block;
    width: 60px;
    height: 60px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
}

.choose-icon {
    width: 24px;
    height: 24px;
}

.why-choose-card-title {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    color: #000000;
}

.why-choose-card-description {
    color: #475467;
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
}

/* ========================================
   CALL TO ACTION SECTION STYLES
   ======================================== */

.cta-title {
    font-size: 30px;
    font-weight: 700;
    color: #151515;
    line-height: 38px;
}

.cta-subtitle {
    font-size: 16px;
    line-height: 24px;
    color: #475467;
    font-weight: 400;
    max-width: 600px;
    margin: 0 auto;
}

.cta-button {
    background-color: #FE8267;
    color: white;
    font-weight: 600;
    border-radius: 58px;
    font-size: 16px;
    line-height: 24px;
    padding: 10px 16px;
    border: none;
}


/* ========================================
   RESPONSIVE DESIGN - ALL MEDIA QUERIES
   ======================================== */

/* Tablet and below */
@media (max-width: 768px) {
    .hero-section {
        padding: 100px 0 60px;
        min-height: 80vh;
    }
    
    .hero-title {
        font-size: 2.5rem;
    }
    
    .hero-subtitle {
        font-size: 1.125rem;
    }
    
    .hero-search-form {
        padding: 1.5rem;
        height: auto !important;
        border-radius: 15px !important;
        top: 100px;
    }
    
    .search-input-group {
        flex-direction: column !important;
        gap: 1rem !important;
    }
    
    .search-field {
        border-right: none !important;
        border-bottom: 1px solid #e5e7eb !important;
        padding: 1rem !important;
        height: auto !important;
    }

    .search-field:last-of-type {
        border-bottom: none !important;
    }
    
    .search-button {
        width: 100% !important;
        justify-content: center !important;
        border-radius: 8px !important;
        padding: 1rem !important;
        margin-top: 0.5rem !important;
    }
    
    .featured-title {
        font-size: 2rem;
    }
    
    .featured-subtitle {
        font-size: 1rem;
    }
    
    .listing-card .card-img-top {
        height: 150px;
    }
    
    .listing-card .card-body {
        padding: 1rem;
    }
    
    .how-it-works-title {
        font-size: 2rem;
    }
    
    .how-it-works-subtitle {
        font-size: 1rem;
    }
    
    .step-title {
        font-size: 1.125rem;
    }
    
    .step-description {
        font-size: 0.875rem;
    }
    
    .popular-stays-title {
        font-size: 2rem;
    }
    
    .popular-stay-card .card-img-top {
        height: 150px;
    }
    
    .popular-stay-card .card-body {
        padding: 1rem;
    }
    
    .why-choose-title {
        font-size: 2rem;
    }
    
    .why-choose-subtitle {
        font-size: 1rem;
    }
    
    .why-choose-card .card-body {
        padding: 1.5rem;
    }
    
    .cta-title {
        font-size: 2rem;
    }
    
    .cta-subtitle {
        font-size: 1rem;
    }
}

/* Mobile */
@media (max-width: 576px) {
    .hero-section {
        padding: 80px 0 40px;
        min-height: 70vh;
    }
    
    .hero-title {
        font-size: 2rem;
    }
    
    .hero-subtitle {
        font-size: 1rem;
    }
    
    .hero-search-form {
        padding: 1rem;
        border-radius: 15px;
    }
    
    .search-field input,
    .search-field select {
        padding: 0.75rem;
        font-size: 0.9rem;
        border: none !important;
        outline: none !important;
    }
    
    .search-button {
        padding: 0.75rem 1.5rem;
        font-size: 0.9rem;
    }
    
    .featured-title {
        font-size: 1.75rem;
    }
    
    .card-price .price-amount {
        font-size: 1.25rem;
    }
    
    .listing-card .card-title {
        font-size: 1rem;
    }
    
    .how-it-works-title {
        font-size: 1.75rem;
    }
    
    .zap-icon {
        width: 20px;
        height: 19px;
    }
    
    .popular-stays-title {
        font-size: 1.75rem;
    }
    
    .popular-stay-card .card-price .price-amount {
        font-size: 1.25rem;
    }
    
    .popular-stay-card .card-title {
        font-size: 1rem;
    }
    
    .why-choose-title {
        font-size: 1.75rem;
    }
    
    .why-choose-card .card-body {
        padding: 1rem;
    }
    
    .why-choose-card-title {
        font-size: 1.125rem;
    }
    
    .why-choose-card-description {
        font-size: 0.875rem;
    }
    
    .cta-title {
        font-size: 1.75rem;
    }
    
    .cta-subtitle {
        font-size: 0.875rem;
    }
    
    .cta-button {
        font-size: 14px;
        padding: 10px 24px;
    }
}
