.elementor-29 .elementor-element.elementor-element-11986dc2{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-29 .elementor-element.elementor-element-776883d4 > .elementor-widget-container{padding:0px 0px 0px 0px;}.elementor-29 .elementor-element.elementor-element-22c5f97e > .elementor-widget-container{padding:0px 0px 0px 0px;box-shadow:0px 0px 10px 0px #000000;}.elementor-29 .elementor-element.elementor-element-31224ea{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-29 .elementor-element.elementor-element-3201e65{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-29 .elementor-element.elementor-element-afee205{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-29 .elementor-element.elementor-element-77e8eb7{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--overlay-opacity:0.5;}.elementor-29 .elementor-element.elementor-element-77e8eb7::before, .elementor-29 .elementor-element.elementor-element-77e8eb7 > .elementor-background-video-container::before, .elementor-29 .elementor-element.elementor-element-77e8eb7 > .e-con-inner > .elementor-background-video-container::before, .elementor-29 .elementor-element.elementor-element-77e8eb7 > .elementor-background-slideshow::before, .elementor-29 .elementor-element.elementor-element-77e8eb7 > .e-con-inner > .elementor-background-slideshow::before, .elementor-29 .elementor-element.elementor-element-77e8eb7 > .elementor-motion-effects-container > .elementor-motion-effects-layer::before{background-image:url("https://www.slot-roma.co/wp-content/uploads/2025/06/thumb-1920-423137.jpg");--background-overlay:'';background-position:center center;background-repeat:repeat;background-size:cover;}.elementor-29 .elementor-element.elementor-element-557a5834{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-theme-builder-content-area{height:400px;}.elementor-location-header:before, .elementor-location-footer:before{content:"";display:table;clear:both;}/* Start custom CSS for html, class: .elementor-element-776883d4 */.navbarmain {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
    width: 100%;
    height: 70px;
    background: #1e1e1e;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 20px;
    border-bottom: 2px solid #E6BE00;
}

.navbarmain .logo {
    max-width: 180px;
    height: auto;
}

.navbarmain .logo img {
    width: 100%;
    height: auto;
    filter: drop-shadow(0 0 2px #000);
}

.menuicon {
    flex: 1;
    display: flex;
    justify-content: center;
}

.menuicon ul {
    display: flex;
    gap: 20px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.menuicon ul li a {
    color: #fff;
    font-size: 16px;
    padding: 8px 12px;
    border-radius: 5px;
    transition: background 0.3s, color 0.3s;
}

.menuicon ul li a:hover {
    background: none; /* ไม่มีพื้นหลัง */
    color: #FFD700; /* สีทอง */
    text-shadow: 
        0 0 5px #FFD700, 
        0 0 10px #FFD700, 
        0 0 15px #FFA500; /* แสงทองอ่อน + ทองส้ม */
    transition: color 0.3s, text-shadow 0.3s;
}

.loginregishead {
    display: flex;
    gap: 15px;
}

.loginregishead .btn-primary {
    background: #ffc107;
    color: #000;
    border: none;
    padding: 10px 20px;
    font-weight: bold;
    font-size: 14px;
    border-radius: 5px;
    cursor: pointer;
    transition: background 0.3s, box-shadow 0.3s;
}

.loginregishead .btn-primary:hover {
    background: #ffb300;
    box-shadow: 0 0 10px gold;
}

.loginregishead .btn-primary a {
    color: #000;
    text-decoration: none;
}

@media (max-width: 768px) {
    .menuicon ul {
        gap: 10px;
    }
    .navbarmain {
        padding: 0 10px;
        height: 60px;
    }
    .navbarmain .logo {
        max-width: 140px;
    }
    .menuicon ul li a {
        font-size: 13px;
        padding: 6px 8px;
    }
    .loginregishead .btn-primary {
        padding: 6px 10px;
        font-size: 13px;
    }
}
.marquee-bar {
    width: 100%;
    background: #111;
    color: #fff;
    overflow: hidden;
    white-space: nowrap;
    padding: 10px 0;
    font-size: 14px;
    border-top: 2px solid gold;
    border-bottom: 2px solid gold;
    position: relative;
    z-index: 999;
    text-align: left;
}

.marquee-content {
    display: inline-block;
    padding-left: 100%;
    animation: marqueeScroll 20s linear infinite;
}

@keyframes marqueeScroll {
    0% { transform: translateX(0); }
    100% { transform: translateX(-100%); }
}
.nnouncement-bar {
  position: absolute;
  top: calc(100% - -70px); /* ดันมาตรงขอบล่างรูป */
  left: 0;
  width: 100%;
  height: 30px;
  background-color: #121212;
  display: flex; /* ใช้ flex ปกติแทน inline-flex */
  align-items: center;
  justify-content: flex-start; /* เรียงชิดซ้าย */
  font-size: 12px;
  color: white;
  z-index: 999;
  box-sizing: border-box;

  /* ลบ padding-left 180px ที่ทำให้เกิดพื้นที่ว่าง */
  padding-left: 0;
  padding-right: 0;
}


.nnouncement-bar .tag {
  background-color: #E6BE00;
  color: white;
  font-weight: bold;
  font-size: 12px;
  padding: 3px 15px;
  border-radius: 5px;
  margin-right: 10px;
}
.tag {
  position: relative;
  display: inline-block;
  padding: 8px 18px;
  font-size: 11px;
  font-weight: bold;
  color: white;
  background-color: rgba(0, 0, 0, 0.3); /* ดำโปร่งใส */
  border-radius: 10px;
  z-index: 999;
  backdrop-filter: blur(4px); /* ฟีลกระจก */
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-22c5f97e */.mr-lg-3, .mx-lg-3 {
        margin-right: 1rem !important;
    }

    .mt-lg-3, .my-lg-3 {
        margin-top: 1rem !important;
    }
.navbarmain,
.marquee-bar {
    border: none !important;
    box-shadow: none !important;
    background-clip: border-box;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-3e460d0 */.slotroma-landing {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 40px;
    padding: 40px 20px;
    background: #111;
    flex-wrap: wrap;

    width: 100vw;              
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
}

.slotroma-text {
    color: white;
    max-width: 400px;
    text-align: center;
}

.slotroma-logo {
    max-width: 250px;
    margin-bottom: 20px;
}

.slotroma-text h2 {
    font-size: 32px;
    color: #FFD700;
    margin-bottom: 15px;
}

.slotroma-text p {
    font-size: 16px;
    line-height: 1.5;
    color: #ddd;
    margin-bottom: 20px;
}

.slotroma-button {
    display: inline-block;
    background: linear-gradient(180deg, #FFD700, #FFA500);
    color: #000;
    font-weight: bold;
    padding: 12px 24px;
    border-radius: 8px;
    text-decoration: none;
    font-size: 16px;
    transition: transform 0.3s, box-shadow 0.3s;
}

.slotroma-button:hover {
    transform: scale(1.05);
    box-shadow: 0 0 15px gold;
}

.slotroma-slider {
    position: relative;
    width: 400px;
    height: 400px;
    overflow: hidden;
}

.slotroma-slider img {
    position: absolute;
    top: 0; left: 0;
    width: 100%;
    height: 100%;
    object-fit: contain;
    opacity: 0;
    animation: slotromaFade 9s infinite;
}

.slotroma-slider img:nth-child(1) { animation-delay: 0s; }
.slotroma-slider img:nth-child(2) { animation-delay: 3s; }
.slotroma-slider img:nth-child(3) { animation-delay: 6s; }

@keyframes slotromaFade {
    0% { opacity: 1; }
    33.33% { opacity: 1; }
    33.34% { opacity: 0; }
    100% { opacity: 0; }
}

@media (max-width: 1024px) {
    .slotroma-slider {
        width: 320px;
        height: 320px;
    }
}

@media (max-width: 768px) {
    .slotroma-slider {
        width: 250px;
        height: 250px;
    }
}
.slotroma-button {
    color: #000 !important; /* บังคับสีดำ */
    text-decoration: none !important; /* เอาขีดเส้นใต้หรือสไตล์ลิงก์ออก */
}

.slotroma-button:hover {
    color: #000 !important; /* Hover ก็ยังดำ */
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-1bacb04b *//* footer-menu.css */
#account-actions-mobile {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
  font-family: sans-serif;
}

#account-actions-mobile .-outer-wrapper {
  display: flex;
  align-items: flex-end;
}

.-left-wrapper,
.-right-wrapper {
  flex: 1;
  height: 70px;
  background: linear-gradient(#383d44, #141617);
  display: flex;
  align-items: flex-end;
  padding-bottom: 6px;
  border-top: 1px solid #eaa611;
  z-index: 2;
  transition: background 0.3s ease;
}

.-left-wrapper {
  border-top-left-radius: 10px;
  border-top-right-radius: 22px;
}

.-right-wrapper {
  border-top-right-radius: 10px;
  border-top-left-radius: 22px;
}

.-item-wrapper {
  width: 50%;
  display: flex;
  justify-content: center;
}

.-ic-img {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-decoration: none;
}

.-ic-img img {
  width: 34px;
  height: auto;
  margin-bottom: 4px;
  border-radius: 50%;
  object-fit: cover;
  transition: all 0.3s ease;
}

.-ic-img:hover img {
  box-shadow:
    0 0 10px rgba(255, 215, 0, 0.7),   /* ทองคลาสสิก */
    0 0 20px rgba(255, 240, 180, 0.5), /* ทองอ่อนนวล */
    0 0 30px rgba(255, 255, 200, 0.3);
  transform: scale(1.1);
}

.-textfooter {
  font-size: 12px;
  color: #fff;
  white-space: nowrap;
  line-height: 1;
  text-align: center;
}

.-center-wrapper {
  position: relative;
  z-index: 4;
  width: 74px;
  height: 74px;
  margin: 0 8px 16px;
  /*background: linear-gradient(182deg, #272a2f, #473f39);*/
  /*border-radius: 50%;*/
  display: flex;
  align-items: center;
  justify-content: center;
}

.-center-wrapper .-selected {
  position: relative;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
}

.-center-wrapper span {
  position: absolute;
  bottom: 4px;
  font-size: 13px;
  color: #fff;
  text-align: center;
}

@keyframes bounce-updown {
  0%, 100% {
    transform: translate(-50%, -50%) translateY(0);
  }
  50% {
    transform: translate(-50%, -50%) translateY(-6px);
  }
}

@keyframes glow-pulse {
  0%, 100% {
    box-shadow: 0 0 10px rgba(255, 105, 180, 0.5),
                0 0 20px rgba(255, 105, 180, 0.3);
  }
  50% {
    box-shadow: 0 0 20px rgba(255, 105, 180, 0.8),
                0 0 35px rgba(255, 105, 180, 0.5);
  }
}

.logo-wrapper {
  width: 77px;
  height: 77px;
  border-radius: 50%;
  overflow: hidden;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  animation: bounce-updown 2s ease-in-out infinite;
  /*background: transparent;*/
filter: brightness(1) drop-shadow(0 0 10px #ffe600) drop-shadow(0 0 20px #ffae00);
}
/* หายใจแบบไม่กระตุก */
@keyframes glow-breath {
  0%, 100% {
    transform: scale(1);
    filter: brightness(1) drop-shadow(0 0 10px #ffe600) drop-shadow(0 0 20px #ffae00);
  }
  50% {
    transform: scale(1.05);
    filter: brightness(1) drop-shadow(0 0 15px #fff700) drop-shadow(0 0 30px #ffa500);
  }    
}


.logo-bounce-glow {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
  /*animation: logo-bounce-glow 3s ease-in-out infinite;*/
  display: block;
  /*filter: brightness(0.8) drop-shadow(0 0 10px #ffe600) drop-shadow(0 0 20px #ffae00);*/
}
@keyframes logo-bounce-glow {
  0%, 100% {
    filter: drop-shadow(0 0 4px #ffd700) drop-shadow(0 0 8px #fff8dc);
  }
  50% {
    filter: drop-shadow(0 0 10px #ffff99) drop-shadow(0 0 16px #ffd700);
  }
}

.-fake-center-bg-wrapper {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50px;
  overflow: hidden;
  z-index: 1;
}

.-fake-center-bg-wrapper svg {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  height: 108px;
}

.-fake-center-bg-wrapper svg path {
  fill: url(#rectangleGradient);
}

/* ปิดสีเทา hover */
a,
a:hover,
a:visited,
a:active {
  background-color: transparent !important;
  outline: none !important;
  box-shadow: none !important;
}
/* รูปเรืองแสง + หายใจ */
.aos-bounce-glow {
  width: 550px; /* ขนาดคงที่ */
  height: auto;
  border-radius: 12px;
  animation: aos-breath 3s ease-in-out infinite;
  filter: brightness(0.8) drop-shadow(0 0 10px #ffe600) drop-shadow(0 0 20px #ffae00);
  transition: filter 0.3s ease;
  will-change: transform;
}

/* หายใจแบบไม่กระตุก */
@keyframes aos-breath {
  0%, 100% {
    transform: translateY(0px);
    filter: brightness(1) drop-shadow(0 0 10px #ffe600) drop-shadow(0 0 20px #ffae00);
  }
  50% {
    transform: translateY(-6px);
    filter: brightness(1) drop-shadow(0 0 15px #fff700) drop-shadow(0 0 30px #ffa500);
  }
}/* End custom CSS */
/* Start custom CSS */html, body {
    overflow-x: hidden;
    width: 100%;
}/* End custom CSS */