/*
Theme Name:   Lebay Hotel Child
Theme URI:    http://www.lebayhotel.com.cy/
Description:  Lebay Beach Hotel - Child Theme for Hello Elementor
Author:       Lebay Beach Hotel
Author URI:   http://www.lebayhotel.com.cy/
Template:     hello-elementor
Version:      1.0.0
Text Domain:  lebay-hotel-child
*/

/* === GLOBAL RESET & BASE === */
*, *::before, *::after {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    font-family: 'Lato', sans-serif;
    font-size: 16px;
    line-height: 1.8;
    color: #2c2c2c;
    background-color: #ffffff;
    margin: 0;
    padding: 0;
}

/* === TYPOGRAPHY === */
h1, h2, h3, h4, h5, h6 {
    font-family: 'Playfair Display', serif;
    font-weight: 700;
    line-height: 1.3;
    color: #1e3a5f;
    margin: 0 0 20px;
}

h1 { font-size: 56px; }
h2 { font-size: 42px; }
h3 { font-size: 32px; }
h4 { font-size: 24px; }
h5 { font-size: 20px; }
h6 { font-size: 18px; }

p {
    margin: 0 0 20px;
    font-size: 16px;
    line-height: 1.9;
    color: #555555;
}

a {
    color: #c9a96e;
    text-decoration: none;
    transition: color 0.3s ease;
}

a:hover {
    color: #1e3a5f;
}

/* === HEADER === */
.site-header,
header.site-header,
#site-header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 9999;
    background-color: transparent;
    transition: background-color 0.4s ease, box-shadow 0.4s ease;
    padding: 0;
}

.site-header.scrolled,
.header-scrolled {
    background-color: #ffffff !important;
    box-shadow: 0 2px 20px rgba(0,0,0,0.1);
}

.site-header .site-branding,
.header-logo-wrap {
    display: flex;
    align-items: center;
}

.site-header .site-logo img,
.header-logo img {
    max-height: 70px;
    width: auto;
    transition: max-height 0.3s ease;
}

.site-header.scrolled .site-logo img {
    max-height: 55px;
}

/* === NAVIGATION === */
.main-navigation,
nav.site-navigation {
    display: flex;
    align-items: center;
}

.main-navigation ul,
.site-navigation ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    gap: 40px;
}

.main-navigation ul li a,
.site-navigation ul li a {
    font-family: 'Lato', sans-serif;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #ffffff;
    transition: color 0.3s ease;
    padding: 5px 0;
    position: relative;
}

.main-navigation ul li a::after,
.site-navigation ul li a::after {
    content: '';
    position: absolute;
    bottom: -2px;
    left: 0;
    right: 0;
    height: 1px;
    background-color: #c9a96e;
    transform: scaleX(0);
    transition: transform 0.3s ease;
}

.main-navigation ul li a:hover::after,
.main-navigation ul li.current-menu-item a::after {
    transform: scaleX(1);
}

.header-scrolled .main-navigation ul li a,
.site-header.scrolled .site-navigation ul li a {
    color: #1e3a5f;
}

/* === HERO SECTION === */
.lebay-hero {
    position: relative;
    height: 100vh;
    min-height: 650px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

.lebay-hero .hero-bg {
    position: absolute;
    inset: 0;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    transform: scale(1.05);
    transition: transform 8s ease;
}

.lebay-hero:hover .hero-bg {
    transform: scale(1);
}

.lebay-hero .hero-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(
        135deg,
        rgba(30, 58, 95, 0.6) 0%,
        rgba(0, 0, 0, 0.3) 50%,
        rgba(0, 0, 0, 0.1) 100%
    );
}

.lebay-hero .hero-content {
    position: relative;
    z-index: 2;
    text-align: center;
    color: #ffffff;
    padding: 0 20px;
    max-width: 900px;
}

.lebay-hero .hero-subtitle {
    font-family: 'Lato', sans-serif;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 5px;
    text-transform: uppercase;
    color: #c9a96e;
    margin-bottom: 20px;
    display: block;
}

.lebay-hero h1 {
    font-family: 'Playfair Display', serif;
    font-size: 72px;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 25px;
    line-height: 1.1;
    text-shadow: 0 2px 20px rgba(0,0,0,0.3);
}

.lebay-hero p {
    font-size: 18px;
    color: rgba(255,255,255,0.9);
    margin-bottom: 40px;
    font-weight: 300;
    letter-spacing: 1px;
}

/* === BUTTONS === */
.lebay-btn,
.elementor-button.lebay-btn-primary,
.btn-primary {
    display: inline-block;
    font-family: 'Lato', sans-serif;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 3px;
    text-transform: uppercase;
    padding: 16px 40px;
    border: 2px solid #c9a96e;
    background-color: #c9a96e;
    color: #ffffff;
    text-decoration: none;
    transition: all 0.3s ease;
    cursor: pointer;
}

.lebay-btn:hover,
.btn-primary:hover {
    background-color: transparent;
    color: #c9a96e;
}

.lebay-btn-outline,
.btn-outline {
    display: inline-block;
    font-family: 'Lato', sans-serif;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 3px;
    text-transform: uppercase;
    padding: 16px 40px;
    border: 2px solid #ffffff;
    background-color: transparent;
    color: #ffffff;
    text-decoration: none;
    transition: all 0.3s ease;
}

.lebay-btn-outline:hover {
    background-color: #ffffff;
    color: #1e3a5f;
}

.lebay-btn-dark {
    border-color: #1e3a5f;
    background-color: #1e3a5f;
    color: #ffffff;
}

.lebay-btn-dark:hover {
    background-color: transparent;
    color: #1e3a5f;
}

/* === SECTION STYLES === */
.section-intro {
    text-align: center;
    max-width: 750px;
    margin: 0 auto 60px;
}

.section-tag {
    display: inline-block;
    font-family: 'Lato', sans-serif;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 4px;
    text-transform: uppercase;
    color: #c9a96e;
    margin-bottom: 15px;
}

.section-divider {
    width: 60px;
    height: 2px;
    background-color: #c9a96e;
    margin: 20px auto 30px;
}

.section-divider-left {
    margin: 20px 0 30px;
}

/* === ROOM CARDS === */
.room-card {
    position: relative;
    overflow: hidden;
    background: #fff;
}

.room-card .room-image {
    overflow: hidden;
    height: 280px;
}

.room-card .room-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.6s ease;
}

.room-card:hover .room-image img {
    transform: scale(1.08);
}

.room-card .room-content {
    padding: 30px;
    background: #fff;
}

.room-card .room-name {
    font-family: 'Playfair Display', serif;
    font-size: 22px;
    color: #1e3a5f;
    margin-bottom: 10px;
}

.room-card .room-features {
    list-style: none;
    padding: 0;
    margin: 0 0 20px;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.room-card .room-features li {
    font-size: 12px;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #888;
    padding: 4px 12px;
    border: 1px solid #e0e0e0;
}

/* === DINING SECTION === */
.dining-item {
    text-align: center;
    padding: 40px 30px;
    transition: box-shadow 0.3s ease;
}

.dining-item:hover {
    box-shadow: 0 10px 40px rgba(0,0,0,0.08);
}

.dining-icon {
    font-size: 40px;
    color: #c9a96e;
    margin-bottom: 20px;
}

/* === FACILITIES === */
.facility-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2px;
}

.facility-item {
    position: relative;
    overflow: hidden;
    height: 350px;
}

.facility-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.6s ease;
}

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

.facility-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(30,58,95,0.8) 0%, transparent 60%);
    display: flex;
    align-items: flex-end;
    padding: 30px;
    opacity: 0;
    transition: opacity 0.4s ease;
}

.facility-item:hover .facility-overlay {
    opacity: 1;
}

.facility-title {
    color: #ffffff;
    font-family: 'Playfair Display', serif;
    font-size: 22px;
}

/* === STATS BAR === */
.stats-bar {
    background-color: #1e3a5f;
    padding: 60px 0;
}

.stat-item {
    text-align: center;
    color: #ffffff;
}

.stat-number {
    font-family: 'Playfair Display', serif;
    font-size: 56px;
    font-weight: 700;
    color: #c9a96e;
    line-height: 1;
    display: block;
}

.stat-label {
    font-size: 12px;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: rgba(255,255,255,0.7);
    margin-top: 10px;
    display: block;
}

/* === BOOKING BAR === */
.booking-bar {
    background-color: #ffffff;
    box-shadow: 0 5px 30px rgba(0,0,0,0.1);
    padding: 30px 40px;
    display: flex;
    align-items: center;
    gap: 20px;
    flex-wrap: wrap;
}

.booking-bar input,
.booking-bar select {
    flex: 1;
    min-width: 160px;
    height: 50px;
    border: 1px solid #e0e0e0;
    padding: 0 15px;
    font-family: 'Lato', sans-serif;
    font-size: 14px;
    color: #2c2c2c;
    outline: none;
    transition: border-color 0.3s;
}

.booking-bar input:focus,
.booking-bar select:focus {
    border-color: #c9a96e;
}

/* === CTA SECTION === */
.cta-section {
    background-color: #1e3a5f;
    padding: 100px 0;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.cta-section::before {
    content: '';
    position: absolute;
    inset: 0;
    background: url('assets/images/pattern.png') repeat;
    opacity: 0.05;
}

.cta-section h2 {
    color: #ffffff;
    font-size: 48px;
}

.cta-section p {
    color: rgba(255,255,255,0.8);
    font-size: 18px;
}

/* === TESTIMONIALS === */
.testimonial-section {
    background-color: #f9f6f0;
    padding: 100px 0;
}

.testimonial-card {
    background: #ffffff;
    padding: 50px 40px;
    text-align: center;
    position: relative;
}

.testimonial-card::before {
    content: '"';
    font-family: 'Playfair Display', serif;
    font-size: 120px;
    color: #c9a96e;
    opacity: 0.2;
    position: absolute;
    top: 20px;
    left: 30px;
    line-height: 1;
}

.testimonial-text {
    font-style: italic;
    font-size: 18px;
    color: #555;
    line-height: 1.8;
    margin-bottom: 30px;
}

.testimonial-author {
    font-family: 'Lato', sans-serif;
    font-size: 12px;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: #c9a96e;
    font-weight: 700;
}

.stars {
    color: #c9a96e;
    font-size: 18px;
    margin-bottom: 20px;
}

/* === GALLERY === */
.gallery-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: repeat(2, 200px);
    gap: 4px;
}

.gallery-item {
    overflow: hidden;
    cursor: pointer;
}

.gallery-item.large {
    grid-column: span 2;
    grid-row: span 2;
}

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

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

/* === FOOTER === */
.site-footer {
    background-color: #111d2b;
    color: rgba(255,255,255,0.7);
    padding: 80px 0 0;
}

.footer-logo img {
    max-height: 80px;
    margin-bottom: 25px;
    filter: brightness(0) invert(1);
}

.footer-about p {
    color: rgba(255,255,255,0.6);
    font-size: 14px;
    line-height: 1.8;
}

.footer-heading {
    font-family: 'Lato', sans-serif;
    font-size: 11px;
    letter-spacing: 4px;
    text-transform: uppercase;
    color: #c9a96e;
    margin-bottom: 25px;
    font-weight: 700;
}

.footer-links {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-links li {
    margin-bottom: 12px;
}

.footer-links li a {
    color: rgba(255,255,255,0.6);
    font-size: 14px;
    transition: color 0.3s;
    text-decoration: none;
}

.footer-links li a:hover {
    color: #c9a96e;
}

.footer-contact-item {
    display: flex;
    align-items: flex-start;
    gap: 15px;
    margin-bottom: 18px;
}

.footer-contact-item .icon {
    color: #c9a96e;
    font-size: 16px;
    margin-top: 2px;
    flex-shrink: 0;
}

.footer-contact-item span {
    color: rgba(255,255,255,0.6);
    font-size: 14px;
    line-height: 1.6;
}

.footer-social {
    display: flex;
    gap: 12px;
    margin-top: 20px;
}

.footer-social a {
    width: 40px;
    height: 40px;
    border: 1px solid rgba(255,255,255,0.2);
    display: flex;
    align-items: center;
    justify-content: center;
    color: rgba(255,255,255,0.6);
    font-size: 15px;
    transition: all 0.3s;
    text-decoration: none;
}

.footer-social a:hover {
    border-color: #c9a96e;
    color: #c9a96e;
    background-color: rgba(201,169,110,0.1);
}

.footer-bottom {
    border-top: 1px solid rgba(255,255,255,0.08);
    padding: 25px 0;
    margin-top: 60px;
    text-align: center;
}

.footer-bottom p {
    color: rgba(255,255,255,0.4);
    font-size: 13px;
    margin: 0;
}

/* === ABOUT PAGE === */
.about-intro {
    padding: 120px 0 80px;
}

.about-image-wrap {
    position: relative;
}

.about-image-wrap .main-img {
    width: 100%;
    height: 500px;
    object-fit: cover;
}

.about-image-wrap .accent-img {
    position: absolute;
    bottom: -40px;
    right: -40px;
    width: 280px;
    height: 220px;
    object-fit: cover;
    border: 8px solid #ffffff;
    box-shadow: 0 20px 60px rgba(0,0,0,0.15);
}

.about-badge {
    position: absolute;
    top: 40px;
    left: -20px;
    width: 120px;
    height: 120px;
    background: #c9a96e;
    border-radius: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: #fff;
}

.about-badge .years {
    font-family: 'Playfair Display', serif;
    font-size: 36px;
    font-weight: 700;
    line-height: 1;
}

.about-badge .text {
    font-size: 10px;
    letter-spacing: 2px;
    text-transform: uppercase;
}

/* === CONTACT PAGE === */
.contact-info-item {
    display: flex;
    gap: 20px;
    align-items: flex-start;
    margin-bottom: 35px;
    padding-bottom: 35px;
    border-bottom: 1px solid #e8e8e8;
}

.contact-info-item:last-child {
    border-bottom: none;
}

.contact-icon-wrap {
    width: 55px;
    height: 55px;
    background: #1e3a5f;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.contact-icon-wrap i {
    color: #c9a96e;
    font-size: 20px;
}

.contact-form input,
.contact-form textarea,
.contact-form select {
    width: 100%;
    padding: 15px 20px;
    border: 1px solid #e0e0e0;
    font-family: 'Lato', sans-serif;
    font-size: 14px;
    color: #2c2c2c;
    background: #fff;
    outline: none;
    transition: border-color 0.3s;
    margin-bottom: 20px;
}

.contact-form input:focus,
.contact-form textarea:focus {
    border-color: #c9a96e;
}

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

/* === MAP === */
.map-section {
    height: 450px;
    overflow: hidden;
}

.map-section iframe {
    width: 100%;
    height: 100%;
    border: none;
}

/* === BREADCRUMBS === */
.page-hero {
    height: 350px;
    background-size: cover;
    background-position: center;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    margin-top: 0;
}

.page-hero::before {
    content: '';
    position: absolute;
    inset: 0;
    background: rgba(30, 58, 95, 0.65);
}

.page-hero-content {
    position: relative;
    z-index: 2;
}

.page-hero h1 {
    color: #ffffff;
    font-size: 52px;
    margin-bottom: 15px;
}

.breadcrumb {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    list-style: none;
    padding: 0;
    margin: 0;
}

.breadcrumb li {
    font-size: 13px;
    color: rgba(255,255,255,0.7);
    letter-spacing: 1px;
}

.breadcrumb li a {
    color: #c9a96e;
}

.breadcrumb li + li::before {
    content: '/';
    margin-right: 10px;
    color: rgba(255,255,255,0.4);
}

/* === ELEMENTOR OVERRIDES === */
.elementor-section.elementor-section-boxed > .elementor-container {
    max-width: 1200px;
}

.elementor-widget-heading .elementor-heading-title {
    font-family: 'Playfair Display', serif;
}

/* === ANIMATIONS === */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(40px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.fade-in-up {
    animation: fadeInUp 0.8s ease forwards;
}

/* === RESPONSIVE === */
@media (max-width: 1024px) {
    h1 { font-size: 42px; }
    h2 { font-size: 34px; }
    .lebay-hero h1 { font-size: 52px; }
    .gallery-grid { grid-template-columns: repeat(2, 1fr); }
    .facility-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 768px) {
    h1 { font-size: 34px; }
    h2 { font-size: 28px; }
    .lebay-hero h1 { font-size: 38px; }
    .lebay-hero { height: 90vh; }
    .gallery-grid { grid-template-columns: 1fr; }
    .facility-grid { grid-template-columns: 1fr; }
    .about-image-wrap .accent-img { display: none; }
    .stats-bar { text-align: center; }
    .booking-bar { flex-direction: column; }
    .main-navigation ul { display: none; }
}

@media (max-width: 480px) {
    h1 { font-size: 28px; }
    .lebay-hero h1 { font-size: 30px; }
    .page-hero h1 { font-size: 34px; }
}
