/* Premium Dark Mode & Visual Enhancements - Little Siam */

/* Global Dark Theme */
body {
    background-color: #0c0c0c !important;
    color: #e5e5e5 !important;
    font-family: 'Arial', sans-serif;
    -webkit-font-smoothing: antialiased;
    overflow-x: hidden;
}

/* Custom Scrollbar */
::-webkit-scrollbar {
    width: 10px;
}
::-webkit-scrollbar-track {
    background: #0c0c0c;
}
::-webkit-scrollbar-thumb {
    background: #2a2a2a;
    border-radius: 5px;
    border: 2px solid #0c0c0c;
}
::-webkit-scrollbar-thumb:hover {
    background: #ffd254;
}

/* Background Color Overrides for Home Page Containers */
.elementor-element-7193507 { /* Welcome Section */
    background-color: #0c0c0c !important;
    position: relative;
    z-index: 2;
}

.elementor-element-d874570 { /* Our Menu section */
    background-color: #121212 !important;
    position: relative;
    z-index: 2;
}

.elementor-element-c886fac { /* Testimonials section */
    background-color: #0c0c0c !important;
    position: relative;
    z-index: 2;
}

/* Hero Section (Ken Burns Animation Support) */
.elementor-element-8ba94ec {
    position: relative !important;
    overflow: hidden !important;
}

.hero-bg-zoom {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url('../images/hero-exterior.jpg');
    background-size: cover;
    background-position: center;
    z-index: 1;
    animation: kenburns-effect 20s infinite alternate ease-in-out;
    transform-origin: center center;
}

.hero-bg-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6) !important;
    z-index: 2;
}

.elementor-element-8ba94ec > .e-con-inner {
    position: relative !important;
    z-index: 3 !important;
}

@keyframes kenburns-effect {
    0% {
        transform: scale(1);
    }
    100% {
        transform: scale(1.15);
    }
}

/* Standardized Buttons (Gold Gradient & Micro-animations) */
.elementor-button {
    background-image: linear-gradient(180deg, #FDC350 0%, #DB9E27 100%) !important;
    background-color: transparent !important;
    color: #000000 !important;
    font-weight: 700 !important;
    text-transform: uppercase !important;
    letter-spacing: 1.5px !important;
    border-radius: 30px !important;
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1) !important;
    box-shadow: 0 4px 15px rgba(219, 158, 39, 0.35) !important;
    border: none !important;
}

.elementor-button:hover, 
.elementor-button:focus {
    background-image: linear-gradient(180deg, #DB9E27 0%, #FDC350 100%) !important;
    box-shadow: 0 6px 20px rgba(219, 158, 39, 0.55) !important;
    transform: translateY(-3px) !important;
    color: #000000 !important;
}

.elementor-button:active {
    transform: translateY(-1px) !important;
    box-shadow: 0 4px 10px rgba(219, 158, 39, 0.4) !important;
}

/* Testimonial Cards Style (Dark Glassmorphism) */
.elementor-widget-reviews .swiper-slide {
    background-color: #161616 !important;
    border: 1px solid #282828 !important;
    border-radius: 12px !important;
    padding: 0 !important;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5) !important;
    transition: transform 0.3s ease, border-color 0.3s ease !important;
}

.elementor-widget-reviews .swiper-slide:hover {
    transform: translateY(-5px);
    border-color: #ffd254 !important;
}

.elementor-widget-reviews .elementor-testimonial__header {
    border-bottom: 1px solid #282828 !important;
    padding: 20px 20px 15px 20px !important;
}

.elementor-widget-reviews .elementor-testimonial__content {
    padding: 15px 20px 20px 20px !important;
}

.elementor-widget-reviews .elementor-testimonial__text {
    color: #dfdfdf !important;
    font-size: 14.5px !important;
    line-height: 1.6 !important;
    font-style: italic !important;
}

.elementor-widget-reviews .elementor-testimonial__name {
    color: #ffd254 !important;
    font-size: 15px !important;
    font-weight: 700 !important;
}

.elementor-widget-reviews .elementor-testimonial__title {
    color: #999999 !important;
    font-size: 12px !important;
}

.elementor-widget-reviews .elementor-testimonial__icon.elementor-icon-yelp svg {
    fill: #af0606 !important;
    transition: transform 0.3s ease !important;
}

.elementor-widget-reviews .swiper-slide:hover .elementor-testimonial__icon.elementor-icon-yelp svg {
    transform: scale(1.15) rotate(5deg);
}

/* Swiper Pagination Bullets (Gold Accent) */
.swiper-pagination-bullet-active {
    background: #ffd254 !important;
}

/* Image Gallery Rendering (Direct CSS Support) */
.e-gallery-image {
    background-size: cover !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    display: block !important;
    width: 100% !important;
    height: 100% !important;
}

/* Typography Aesthetics */
.elementor-heading-title {
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.5) !important;
}

/* Heading Sizes and Alignment */
.elementor-element-768799e .elementor-heading-title,
.elementor-element-980de7d .elementor-heading-title,
.elementor-element-6460622 .elementor-heading-title {
    font-family: "Cinzel", serif !important;
    color: #ffd254 !important;
    letter-spacing: 2px !important;
}

/* ========================================================
   COMPREHENSIVE CENTER ALIGNMENT OVERRIDES
   Fix left-shifted content in all page sections
   ======================================================== */

/* Force all e-con-inner containers to center their children */
.e-con-boxed > .e-con-inner {
    display: flex !important;
    align-items: center !important;
}

/* Ensure e-con-full containers also center */
.e-con-full.e-flex {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
}

/* Our Story Section (d7245fa parent > 54ca2fd child) */
.elementor-element-d7245fa {
    align-items: center !important;
}
.elementor-element-54ca2fd > .e-con-inner {
    flex-direction: column !important;
    align-items: center !important;
    text-align: center !important;
}

/* Our Menu Description Section (735fa02) */
.elementor-element-735fa02 > .e-con-inner {
    flex-direction: column !important;
    align-items: center !important;
    text-align: center !important;
}

/* Welcome to Little Siam (7193507) */
.elementor-element-7193507 > .e-con-inner {
    flex-direction: column !important;
    align-items: center !important;
    text-align: center !important;
}

/* Our Menu Grid Section (d874570 parent > ed92a46 child) */
.elementor-element-d874570 {
    align-items: center !important;
}
.elementor-element-ed92a46 > .e-con-inner {
    flex-direction: column !important;
    align-items: center !important;
    text-align: center !important;
}

/* Food Gallery Container (6f4c5c1) */
.elementor-element-6f4c5c1 > .e-con-inner {
    flex-direction: column !important;
    align-items: center !important;
}

/* View Full Menu Button Container (dd09a5a) */
.elementor-element-dd09a5a > .e-con-inner {
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
}

/* Testimonials Section (c886fac) */
.elementor-element-c886fac > .e-con-inner {
    flex-direction: column !important;
    align-items: center !important;
    text-align: center !important;
}

/* Force center text-align on all widget containers within key sections */
.elementor-widget-heading .elementor-widget-container,
.elementor-widget-text-editor .elementor-widget-container {
    text-align: center !important;
}

/* Center button wrappers */
.elementor-widget-button {
    text-align: center !important;
}
.elementor-button-wrapper {
    display: flex !important;
    justify-content: center !important;
}

/* Center all heading titles */
.elementor-heading-title {
    text-align: center !important;
    width: 100% !important;
}

/* Testimonial section headings color fix */
.elementor-element-cc86a54 .elementor-heading-title {
    color: #ffd254 !important;
}
