/* LuckyGroovee - Unique Premium Hotel Booking Website */
/* Unique color scheme and design */

:root {
    --lg-primary: #1a365d;
    --lg-primary-dark: #0f2439;
    --lg-accent: #d4af37;
    --lg-accent-light: #e8c547;
    --lg-text: #2d3748;
    --lg-text-light: #718096;
    --lg-bg: #ffffff;
    --lg-bg-light: #f7fafc;
    --lg-bg-dark: #1a202c;
    --lg-border: #e2e8f0;
    --lg-shadow: rgba(26, 54, 93, 0.1);
    --lg-shadow-lg: rgba(26, 54, 93, 0.2);
    --lg-gradient: linear-gradient(135deg, #1a365d 0%, #2d4a6b 100%);
    --lg-gradient-accent: linear-gradient(135deg, #d4af37 0%, #e8c547 100%);
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    font-size: 16px;
    line-height: 1.6;
    color: var(--lg-text);
    background-color: var(--lg-bg);
    overflow-x: hidden;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Playfair Display', serif;
    font-weight: 600;
    line-height: 1.2;
    color: var(--lg-primary);
}

/* Wrapper */
.lg-wrapper {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

/* Header */
.lg-header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(10px);
    box-shadow: 0 2px 20px var(--lg-shadow);
    z-index: 1000;
    transition: all 0.3s ease;
}

.lg-header__content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1rem 0;
}

.lg-logo {
    text-decoration: none;
    font-family: 'Playfair Display', serif;
    font-size: 1.75rem;
    font-weight: 700;
    color: var(--lg-primary);
    transition: transform 0.3s ease;
}

.lg-logo:hover {
    transform: scale(1.05);
}

.lg-logo__text {
    background: var(--lg-gradient);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

/* Navigation */
.lg-nav {
    display: flex;
    align-items: center;
}

.lg-nav__list {
    display: flex;
    list-style: none;
    gap: 2rem;
    align-items: center;
}

.lg-nav__link {
    text-decoration: none;
    color: var(--lg-text);
    font-weight: 500;
    transition: color 0.3s ease;
    position: relative;
}

.lg-nav__link::after {
    content: '';
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 0;
    height: 2px;
    background: var(--lg-accent);
    transition: width 0.3s ease;
}

.lg-nav__link:hover::after,
.lg-nav__link--active::after {
    width: 100%;
}

.lg-nav__link:hover {
    color: var(--lg-primary);
}

.lg-nav__link--cta {
    background: var(--lg-gradient);
    color: white;
    padding: 0.6rem 1.5rem;
    border-radius: 30px;
    transition: all 0.3s ease;
}

.lg-nav__link--cta::after {
    display: none;
}

.lg-nav__link--cta:hover {
    transform: translateY(-2px);
    box-shadow: 0 5px 15px var(--lg-shadow-lg);
}

/* Burger Menu */
.lg-burger {
    display: none;
    flex-direction: column;
    gap: 5px;
    background: none;
    border: none;
    cursor: pointer;
    padding: 5px;
    z-index: 1000;
}

.lg-burger__line {
    width: 25px;
    height: 2px;
    background: var(--lg-primary);
    transition: all 0.3s ease;
}

.lg-nav__close {
    display: none;
    position: absolute;
    top: 20px;
    right: 20px;
    background: none;
    border: none;
    font-size: 2rem;
    color: var(--lg-primary);
    cursor: pointer;
    z-index: 1002;
}

@media (max-width: 991px) {
    .lg-burger {
        display: flex;
    }

    .lg-nav {
        position: fixed;
        top: 0;
        right: -100%;
        width: 300px;
        height: 100vh;
        background: white;
        box-shadow: -5px 0 20px var(--lg-shadow);
        transition: right 0.3s ease;
        flex-direction: column;
        padding: 60px 30px 30px;
        z-index: 1001;
    }

    .lg-nav.active {
        right: 0;
    }

    .lg-nav__close {
        display: block;
    }

    .lg-nav__list {
        flex-direction: column;
        gap: 1.5rem;
        width: 100%;
        align-items: flex-start;
    }

    .lg-nav__link {
        width: 100%;
        padding: 0.5rem 0;
    }

    .lg-nav__link--cta {
        width: auto;
        margin-top: 1rem;
        padding: 10px;
    }
}

/* Hero Section */
.lg-hero {
    position: relative;
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 80px;
    overflow: hidden;
}

@media (max-width: 600px) {
    .lg-hero {
        min-height: 70vh;
    }
}

.lg-hero__background {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: var(--lg-gradient);
    background-image: url('images/hotel-background1.webp');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    z-index: -1;
}

.lg-hero__background::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('data:image/svg+xml,<svg width="100" height="100" xmlns="http://www.w3.org/2000/svg"><defs><pattern id="grid" width="100" height="100" patternUnits="userSpaceOnUse"><path d="M 100 0 L 0 0 0 100" fill="none" stroke="rgba(255,255,255,0.05)" stroke-width="1"/></pattern></defs><rect width="100%" height="100%" fill="url(%23grid)"/></svg>');
    opacity: 0.3;
    animation: lg-float 20s infinite linear;
}

@keyframes lg-float {
    0% { transform: translate(0, 0); }
    100% { transform: translate(100px, 100px); }
}

.lg-hero__overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, rgba(26, 54, 93, 0.75) 0%, rgba(15, 36, 57, 0.85) 100%);
}

.lg-hero__content {
    text-align: center;
    color: white;
    z-index: 1;
    animation: lg-fadeInUp 1s ease;
}

@keyframes lg-fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.lg-hero__title {
    font-size: 3.5rem;
    margin-bottom: 1.5rem;
    color: white;
    text-shadow: 2px 2px 10px rgba(0, 0, 0, 0.3);
}

.lg-hero__subtitle {
    font-size: 1.25rem;
    margin-bottom: 2.5rem;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
    opacity: 0.95;
}

.lg-hero__scroll {
    position: absolute;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
    animation: lg-bounce 2s infinite;
}

@keyframes lg-bounce {
    0%, 100% { transform: translateX(-50%) translateY(0); }
    50% { transform: translateX(-50%) translateY(10px); }
}

.lg-hero__scroll-indicator {
    width: 2px;
    height: 30px;
    background: white;
    margin: 0 auto;
}

/* Buttons */
.lg-btn {
    display: inline-block;
    padding: 0.875rem 2rem;
    border-radius: 30px;
    text-decoration: none;
    font-weight: 600;
    transition: all 0.3s ease;
    border: 2px solid transparent;
    cursor: pointer;
    font-size: 1rem;
}

.lg-btn--primary {
    background: var(--lg-gradient-accent);
    color: var(--lg-primary-dark);
    box-shadow: 0 4px 15px rgba(212, 175, 55, 0.3);
}

.lg-btn--primary:hover {
    transform: translateY(-3px);
    box-shadow: 0 6px 20px rgba(212, 175, 55, 0.4);
}

.lg-btn--large {
    padding: 1.125rem 2.5rem;
    font-size: 1.125rem;
}

.lg-btn--outline {
    background: transparent;
    border-color: var(--lg-primary);
    color: var(--lg-primary);
}

.lg-btn--outline:hover {
    background: var(--lg-primary);
    color: white;
}

@media (max-width: 400px) {
    .lg-btn {
        padding: 10px;
    }
}

/* Section Styles */
.lg-section-header {
    text-align: center;
    margin-bottom: 4rem;
}

.lg-section-tag {
    display: inline-block;
    padding: 0.5rem 1.5rem;
    background: var(--lg-bg-light);
    color: var(--lg-accent);
    border-radius: 30px;
    font-size: 0.875rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 1rem;
}

.lg-section-title {
    font-size: 2.75rem;
    margin-bottom: 1rem;
}

.lg-section-subtitle {
    font-size: 1.125rem;
    color: var(--lg-text-light);
    max-width: 600px;
    margin: 0 auto;
}

/* About Preview Section */
.lg-about-preview {
    padding: 6rem 0;
    background: var(--lg-bg-light);
}

.lg-about-preview__grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 4rem;
    align-items: center;
}

.lg-about-preview__text {
    margin-bottom: 1.5rem;
    color: var(--lg-text-light);
    line-height: 1.8;
}

.lg-about-preview__image {
    position: relative;
}

.lg-about-preview__image-wrapper {
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 10px 40px var(--lg-shadow);
}

.lg-about-preview__image-placeholder {
    width: 100%;
    padding-bottom: 75%;
    background: var(--lg-gradient);
    position: relative;
}

.lg-about-preview__image-placeholder::after {
    content: '🏨';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 4rem;
}

@media (max-width: 768px) {
    .lg-about-preview__grid {
        grid-template-columns: 1fr;
    }
}

/* Advantages Section */
.lg-advantages {
    padding: 6rem 0;
}

.lg-advantages__grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2.5rem;
}

.lg-advantage-card {
    text-align: center;
    padding: 2.5rem 2rem;
    border-radius: 15px;
    background: var(--lg-bg);
    box-shadow: 0 5px 25px var(--lg-shadow);
    transition: all 0.3s ease;
}

.lg-advantage-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 10px 40px var(--lg-shadow-lg);
}

.lg-advantage-card__icon {
    width: 60px;
    height: 60px;
    margin: 0 auto 1.5rem;
    color: var(--lg-accent);
    stroke-width: 2;
}

.lg-advantage-card__title {
    font-size: 1.5rem;
    margin-bottom: 1rem;
}

.lg-advantage-card__text {
    color: var(--lg-text-light);
    line-height: 1.7;
}

@media (max-width: 991px) {
    .lg-advantages__grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 768px) {
    .lg-advantages__grid {
        grid-template-columns: 1fr;
    }
}

/* Hotel Reviews Section */
.lg-hotel-reviews {
    padding: 6rem 0;
    background: var(--lg-bg-light);
}

.lg-hotel-reviews__grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    gap: 2.5rem;
}

.lg-hotel-card {
    background: white;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 5px 25px var(--lg-shadow);
    transition: all 0.3s ease;
}

.lg-hotel-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 50px var(--lg-shadow-lg);
}

.lg-hotel-card__image {
    position: relative;
    width: 100%;
    padding-bottom: 60%;
    overflow: hidden;
}

.lg-hotel-card__img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.lg-hotel-card:hover .lg-hotel-card__img {
    transform: scale(1.1);
}

.lg-hotel-card__rating {
    position: absolute;
    top: 15px;
    right: 15px;
    background: rgba(255, 255, 255, 0.95);
    padding: 0.5rem 1rem;
    border-radius: 25px;
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-weight: 600;
}

.lg-hotel-card__stars {
    color: var(--lg-accent);
    font-size: 0.875rem;
}

.lg-hotel-card__score {
    color: var(--lg-primary);
    font-size: 0.875rem;
}

.lg-hotel-card__content {
    padding: 2rem;
}

.lg-hotel-card__title {
    font-size: 1.75rem;
    margin-bottom: 0.5rem;
}

.lg-hotel-card__location {
    color: var(--lg-text-light);
    margin-bottom: 1rem;
    font-size: 0.95rem;
}

.lg-hotel-card__description {
    color: var(--lg-text-light);
    margin-bottom: 1.5rem;
    line-height: 1.7;
}

.lg-hotel-card__features {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
    margin-bottom: 1.5rem;
}

.lg-hotel-card__feature {
    padding: 0.4rem 1rem;
    background: var(--lg-bg-light);
    border-radius: 20px;
    font-size: 0.875rem;
    color: var(--lg-text);
}

.lg-hotel-card__footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 1.5rem;
    border-top: 1px solid var(--lg-border);
}

.lg-hotel-card__price {
    display: flex;
    align-items: baseline;
    gap: 0.25rem;
}

.lg-hotel-card__price-amount {
    font-size: 1.75rem;
    font-weight: 700;
    color: var(--lg-primary);
    font-family: 'Playfair Display', serif;
}

.lg-hotel-card__price-period {
    color: var(--lg-text-light);
    font-size: 0.875rem;
}

@media (max-width: 768px) {
    .lg-hotel-reviews__grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 400px) {
    .lg-hotel-card__price-amount {
        font-size: 20px;
    }
}

/* Premium Services Section */
.lg-premium-services {
    padding: 6rem 0;
}

.lg-premium-services__grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 2rem;
}

.lg-service-item {
    text-align: center;
    padding: 2rem 1.5rem;
}

.lg-service-item__icon-wrapper {
    width: 80px;
    height: 80px;
    margin: 0 auto 1.5rem;
    background: var(--lg-gradient);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.3s ease;
}

.lg-service-item:hover .lg-service-item__icon-wrapper {
    transform: scale(1.1) rotate(5deg);
}

.lg-service-item__icon {
    width: 40px;
    height: 40px;
    color: white;
    stroke-width: 2;
}

.lg-service-item__title {
    font-size: 1.25rem;
    margin-bottom: 0.75rem;
}

.lg-service-item__text {
    color: var(--lg-text-light);
    font-size: 0.95rem;
    line-height: 1.6;
}

@media (max-width: 991px) {
    .lg-premium-services__grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 768px) {
    .lg-premium-services__grid {
        grid-template-columns: 1fr;
    }
}

/* Amenities Section */
.lg-amenities {
    padding: 6rem 0;
    background: var(--lg-bg-light);
}

.lg-amenities__grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
}

.lg-amenity-box {
    background: white;
    padding: 2rem;
    border-radius: 15px;
    text-align: center;
    box-shadow: 0 3px 15px var(--lg-shadow);
    transition: all 0.3s ease;
}

.lg-amenity-box:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px var(--lg-shadow-lg);
}

.lg-amenity-box__icon {
    font-size: 3rem;
    margin-bottom: 1rem;
}

.lg-amenity-box__title {
    font-size: 1.25rem;
    margin-bottom: 0.75rem;
}

.lg-amenity-box__text {
    color: var(--lg-text-light);
    font-size: 0.95rem;
}

@media (max-width: 768px) {
    .lg-amenities__grid {
        grid-template-columns: 1fr;
    }
}

/* Testimonials Section */
.lg-testimonials {
    padding: 6rem 0;
}

.lg-testimonials__grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2.5rem;
}

.lg-testimonial-card {
    background: white;
    padding: 2.5rem;
    border-radius: 20px;
    box-shadow: 0 5px 25px var(--lg-shadow);
    transition: all 0.3s ease;
}

.lg-testimonial-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 40px var(--lg-shadow-lg);
}

.lg-testimonial-card__rating {
    color: var(--lg-accent);
    font-size: 1.25rem;
    margin-bottom: 1.5rem;
}

.lg-testimonial-card__text {
    color: var(--lg-text-light);
    line-height: 1.8;
    margin-bottom: 2rem;
    font-style: italic;
}

.lg-testimonial-card__author {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.lg-testimonial-card__avatar {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: var(--lg-gradient);
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-weight: 600;
    font-size: 1.125rem;
}

.lg-testimonial-card__name {
    font-weight: 600;
    color: var(--lg-primary);
    margin-bottom: 0.25rem;
}

.lg-testimonial-card__location {
    font-size: 0.875rem;
    color: var(--lg-text-light);
}

@media (max-width: 991px) {
    .lg-testimonials__grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 500px) {
    
    .lg-testimonial-card {
        padding: 15px;
    }
}

/* Footer */
.lg-footer {
    background: var(--lg-primary-dark);
    color: white;
    padding: 4rem 0 2rem;
}

.lg-footer__grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 3rem;
    margin-bottom: 3rem;
}

.lg-footer__title {
    font-size: 1.75rem;
    margin-bottom: 1rem;
    color: white;
}

.lg-footer__text {
    color: rgba(255, 255, 255, 0.8);
    line-height: 1.7;
    margin-bottom: 1rem;
}

.lg-footer__heading {
    font-size: 1.125rem;
    margin-bottom: 1rem;
    color: white;
}

.lg-footer__list {
    list-style: none;
}

.lg-footer__list li {
    margin-bottom: 0.75rem;
}

.lg-footer__link {
    color: rgba(255, 255, 255, 0.8);
    text-decoration: none;
    transition: color 0.3s ease;
}

.lg-footer__link:hover {
    color: var(--lg-accent);
}

.lg-footer__bottom {
    text-align: center;
    padding-top: 2rem;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.lg-footer__copyright {
    color: rgba(255, 255, 255, 0.6);
}

@media (max-width: 991px) {
    .lg-footer__grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 768px) {
    .lg-footer__grid {
        grid-template-columns: 1fr;
    }
}

/* Popup */
.lg-popup {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2000;
    align-items: center;
    justify-content: center;
}

.lg-popup.active {
    display: flex;
}

.lg-popup__overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.7);
    backdrop-filter: blur(5px);
}

.lg-popup__content {
    position: relative;
    background: white;
    padding: 3rem;
    border-radius: 20px;
    max-width: 500px;
    width: 90%;
    text-align: center;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
    animation: lg-popupSlide 0.3s ease;
}

@keyframes lg-popupSlide {
    from {
        opacity: 0;
        transform: translateY(-20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.lg-popup__close {
    position: absolute;
    top: 15px;
    right: 15px;
    background: none;
    border: none;
    font-size: 2rem;
    color: var(--lg-text-light);
    cursor: pointer;
    line-height: 1;
    transition: color 0.3s ease;
}

.lg-popup__close:hover {
    color: var(--lg-primary);
}

.lg-popup__title {
    font-size: 2rem;
    margin-bottom: 1rem;
    color: var(--lg-primary);
}

.lg-popup__text {
    color: var(--lg-text-light);
    line-height: 1.7;
}

/* Contact Form Styles */
.lg-contact-form {
    max-width: 600px;
    margin: 0 auto;
    padding: 3rem 0;
}

.lg-form-group {
    margin-bottom: 1.5rem;
}

.lg-form-label {
    display: block;
    margin-bottom: 0.5rem;
    font-weight: 600;
    color: var(--lg-primary);
}

.lg-form-input,
.lg-form-textarea,
.lg-form-select {
    width: 100%;
    padding: 0.875rem 1.25rem;
    border: 2px solid var(--lg-border);
    border-radius: 10px;
    font-size: 1rem;
    font-family: inherit;
    transition: border-color 0.3s ease;
    background-color: white;
}

.lg-form-select {
    cursor: pointer;
    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='%231a365d' d='M6 9L1 4h10z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 1rem center;
    padding-right: 3rem;
}

.lg-form-input:focus,
.lg-form-textarea:focus {
    outline: none;
    border-color: var(--lg-accent);
}

.lg-form-textarea {
    min-height: 150px;
    resize: vertical;
}

/* Responsive Typography */
@media (max-width: 768px) {
    .lg-hero__title {
        font-size: 2.5rem;
    }

    .lg-hero__subtitle {
        font-size: 1.125rem;
    }

    .lg-section-title {
        font-size: 2rem;
    }
}

/* Utility Classes */
.lg-text-center {
    text-align: center;
}

.lg-mt-1 { margin-top: 1rem; }
.lg-mt-2 { margin-top: 2rem; }
.lg-mb-1 { margin-bottom: 1rem; }
.lg-mb-2 { margin-bottom: 2rem; }
