/*
Theme Name:   Emero Lounge Theme
Theme URI:    https://emerolounge.com
Description:  Custom theme built for Emero Lounge
Author:       Hamy Nguyen
Author URI:   https://hamyweb.com
Version:      1.0.0
License:      GNU General Public License v2 or later
License URI:  http://www.gnu.org/licenses/gpl-2.0.html
Text Domain:  my-custom-theme
*/

/* Your custom CSS here */

:root{
  --gold: #b39b86;
  --dark-green: #022c1e;
}

html {
    margin-top: 0!important;
    background-color: #000!important;
    overflow-x: hidden;
}

body {
    margin: 0!important;
    font-family: "termina", sans-serif;
    background-color: #000!important;
    overflow-x: hidden;
}

label, input, select, textarea {
    font-family: "termina", sans-serif!important;
}

main, .elementor {
    background-color: #000!important;
}

*, *::before, *::after {
  box-sizing: border-box;
}

/* Vietnamese-specific fonts */
html[lang="vi"] body, html[lang="vi"] body font
html[lang="vi"] p, html[lang="vi"] p font,
html[lang="vi"] span, html[lang="vi"] span font,
html[lang="vi"] div, html[lang="vi"] div font,
html[lang="vi"] h1, html[lang="vi"] h1 font,
html[lang="vi"] h2, html[lang="vi"] h2 font,
html[lang="vi"] h3, html[lang="vi"] h3 font, 
html[lang="vi"] h4, html[lang="vi"] h4 font,
html[lang="vi"] h5, html[lang="vi"] h5 font,
html[lang="vi"] h6, html[lang="vi"] h6 font,
html[lang="vi"] a, html[lang="vi"] a font {
    font-family: 'Playfair Display', 'Crimson Pro', serif !important;
    letter-spacing: 0!important;
}

.contact-icons {
    display: flex;
    gap: 15px;
    align-items: center;
}

.contact-icon-link {
    display: inline-block;
    transition: transform 0.3s ease, opacity 0.3s ease;
}

.contact-icon-link:hover {
    opacity: 0.7;
    transform: translateY(-2px);
}

.contact-icon {
    width: 24px;
    height: 24px;
    display: block;
}

.social-icons {
    display: flex;
    gap: 15px;
    align-items: center;
}

.social-icon-link {
    display: inline-block;
    transition: transform 0.3s ease, opacity 0.3s ease;
}

.social-icon-link:hover {
    transform: translateY(-2px);
    opacity: 0.8;
}

.social-icon {
    width: 24px;
    height: 24px;
    display: block;
}

.btn {
    display: inline-block;
    padding: 15px 40px;
    text-decoration: none;
    font-size: 16px;
    transition: all 0.3s ease;
    white-space: nowrap;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 500;
    cursor: pointer;
    font-family: "termina", sans-serif;
}

.btn-gold {
    background-color: var(--gold);
    color: var(--dark-green);
    border: 1px solid var(--gold);
}

.btn-gold:hover {
    background-color: var(--dark-green);
    color: var(--gold);
}

.btn-outline-gold {
    background-color: transparent;
    color: var(--gold);
    border: 1px solid var(--gold);
}

.btn-outline-gold:hover {
    background-color: var(--dark-green);
    color: var(--gold);
}

.em-section-heading h2.elementor-heading-title, .em-section-heading h1.elementor-heading-title {
    font-family: "termina", sans-serif !important;
    font-size: 60px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 500 !important;
}

.section-heading-link p {
    font-size: 20px!important;
    margin: 0!important;
}

.section-heading-link a {
    font-size: 20px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 300;
    font-family: "ivypresto-display", serif!important;
    color: #b39b86;
    font-style: italic;
    position: relative;
}

.section-heading-link a:after {
    content: "";
    display: block;
    position: absolute;
    bottom: -8px;
    width: 0;
    height: 1px;
    background-color: #b39b86;
    opacity: 0;
    transition: all .3s ease;
    left: 50%;
    transform: translateX(-50%);
}

.section-heading-link a:hover:after  {
    width: 100%;
    opacity: 1;
}

.small-heading-text h3{
    font-family: "ivypresto-display", serif!important;
    color: var(--gold)!important;
    font-size: 30px;
    letter-spacing: 1x;
    text-transform: capitalize;
    font-weight: 400;
}


.small-heading-subtext p {
    font-family: "termina", sans-serif !important;
    color: #fff;
    font-size: 14px;
    font-weight: 300;
    line-height: 1.7;
}

.partners-logo-slider .swiper-wrapper {
    align-items: center;
}

.partners-logo-slider .swiper-wrapper .swiper-slide-image {
    padding: 0 10px;
}

.partners-logo-slider.elementor-element.elementor-pagination-position-outside .swiper .elementor-swiper-button {
    top: 50%;
}

.partners-logo-slider .elementor-swiper-button-next {
    display: none!important;
}

.em-awards-slider .elementor-main-swiper.swiper {
    height: max-content !important;
}

.em-awards-slider .swiper-slide {
    height: max-content !important;
    padding: 0!important;
}

.em-awards-slider .elementor-testimonial__image {
    height: max-content !important;
    overflow: visible !important;
    display: flex;
    align-items: center;
    justify-content: center;
}

.em-awards-slider .elementor-testimonial__image img {
    width: auto !important;
    height: max-content !important;
    max-width: 250px;
    max-height: 200px;
    object-fit: contain !important;
    object-position: center !important;
}

.em-awards-slider .elementor-testimonial {
    height: max-content !important;
}

.em-awards-slider.elementor-testimonial--layout-image_stacked .elementor-testimonial__footer {
    margin-top:0;
}

.em-awards-slider .elementor-testimonial__footer {
    height: max-content !important;
}

.em-awards-slider .elementor-testimonial__text {
    font-style: normal!important;
}

footer .elementor-heading-title {
    font-family: "ivypresto-display", serif!important;
    font-size: 30px;
    letter-spacing: 1px;
    font-weight: 400;
}

footer .elementor-widget-text-editor p, footer .elementor-nav-menu__container .menu-item a {
    font-family: "termina", sans-serif !important;
    color: #bdbcbc;
    font-size: 16px;
    font-weight: 300;
    margin: 0px!important;
    line-height: 1.7;
}

footer .contact-icon, footer .social-icon {
    width: 34px;
    height: 34px;
}

.media-controls-container {
    display: none!important;
}

/* Hide all video controls in Elementor background videos */
.elementor-background-video-container video::-webkit-media-controls,
.elementor-background-video-container video::-webkit-media-controls-enclosure,
.elementor-background-video-container video::-webkit-media-controls-panel,
.elementor-background-video-container video::-webkit-media-controls-start-playback-button {
  display: none !important;
  opacity: 0 !important;
  pointer-events: none !important;
}

.elementor-background-video-hosted::-webkit-media-controls,
.elementor-background-video-hosted::-webkit-media-controls-enclosure,
.elementor-background-video-hosted::-webkit-media-controls-panel,
.elementor-background-video-hosted::-webkit-media-controls-start-playback-button {
  display: none !important;
  opacity: 0 !important;
  pointer-events: none !important;
}

/* Prevent interaction with video */
.elementor-background-video-hosted {
  pointer-events: none !important;
}

.em-call-to-action h2 {
    font-family: "ivypresto-display", serif!important;
    font-size: 30px;
    letter-spacing: 1px;
    font-weight: 400!important;
}

.em-flipcard .elementor-flip-box__layer__title {
    font-family: "ivypresto-display", serif!important;
    font-size: 30px;
    letter-spacing: 1px;
}

footer .elementor-item.elementor-item-active {
    color: var(--gold)!important;
}

.elementor-mark-required .elementor-field-label:after {
    color: var(--gold)!important;
}

.corporate-text p b {
    font-family: "ivypresto-display", serif!important;
    font-size: 18px;
    letter-spacing: 1px;
    font-weight: 400!important;
    color: var(--gold)!important;
    margin-bottom: 8px;
}

.elementor-page-31 .elementor-slideshow__title {
    display: none!important;
}

.elementor-widget-n-tabs .e-n-tab-title-text {
    font-family: "ivypresto-display", serif!important;
    font-size: 16px;
    letter-spacing: 1px;
}

.elementor-slideshow__title {
    display: none!important;
}

.em-seat-group {
  display: none;
  flex-direction: column;
  gap: 10px;
}
.em-seat-group.active {
  display: flex;
}
.em-seat-group-label {
  color: #B39B86;
  font-family: "termina", sans-serif !important;
  font-size: 16px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.em-seat-checks {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px 16px;
}
.em-seat-checks label {
  color: #ffffff;
  font-family: "termina", sans-serif !important;
  font-size: 14px;
  display: flex;
  align-items: flex-start;
  gap: 8px;
  cursor: pointer;
  text-transform: none;
  letter-spacing: normal;
}
.em-seat-checks input[type="checkbox"] {
  accent-color: #B39B86;
  width: 15px;
  height: 15px;
  cursor: pointer;
  flex-shrink: 0;
}

.elementor-field-group-preferred_seatings {
  position: absolute;
  opacity: 0;
  pointer-events: none;
  height: 0;
  width: 0;
}

@media screen and (max-width: 768px) {
    .em-section-heading h2.elementor-heading-title, .em-section-heading h1.elementor-heading-title {
        font-size: 30px;
    }
}