figcaption {
    text-align: center;
}
.marquee {
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    box-sizing: border-box;
    background: #fffae6;
    padding: 10px 0;
    background-color: #f2f2f2;
    position: relative;
    border-bottom: 2px solid #ccc;
}

.marquee span {
    display: inline-block;
    padding-left: 100%;
    animation: scroll-left 20s linear infinite;
    font-size: 18px;
    color: #333;
}

.comment-box {
    border: 1px solid #ce8460;
}

@keyframes scroll-left {
    0% {
        transform: translateX(0%);
    }
    100% {
        transform: translateX(-100%);
    }
}
select.goog-te-combo {
    border: none;
    background: none;
    font-size: 16px;
    width: 140px;
    color: #f8efea;
}
.goog-te-combo option {
    display: block;
    font-size: 0.8125rem;
    min-width: 200px;
    padding: 10px;
    color: #000;
}
.goog-logo-link {
    display:none !important;
    font-size:0px !important;
}
.goog-te-gadget{
    color: transparent !important;
    font-size:0px !important;
}
.VIpgJd-ZVi9od-l4eHX-hSRGPd, .VIpgJd-ZVi9od-l4eHX-hSRGPd:link, .VIpgJd-ZVi9od-l4eHX-hSRGPd:visited, .VIpgJd-ZVi9od-l4eHX-hSRGPd:hover, .VIpgJd-ZVi9od-l4eHX-hSRGPd:active {
    display: none;
}
.paid-badge {
  position: absolute;
  top: 10px;
  left: 10px;
  background: linear-gradient(135deg, #a4e4a2, #4BAE37);
  color: white;
  padding: 4px 8px;
  font-size: 12px;
  font-weight: bold;
  border-radius: 4px;
  box-shadow: 0 2px 4px rgba(0,0,0,0.2);
  z-index: 10;
}
.slider-paid-badge {
  position: absolute;
  top: 10px;
  left: -5px;
  background: linear-gradient(135deg, #a4e4a2, #4BAE37);
  color: white;
  padding: 4px 8px;
  font-size: 12px;
  font-weight: bold;
  border-radius: 4px;
  box-shadow: 0 2px 4px rgba(0,0,0,0.2);
  z-index: 10;
}

/* Topbar (scrolls away) */
.topbar {
  background-color: #0f172a;
  color: #fff !important;
  padding: 5px 20px;
  font-size: 14px;
}

/* Navbar (sticks to top after topbar scrolls) */
.navbar {
    position: sticky;
    top: 0;
    z-index: 1030;
}
.topbar-contact {
    display: flex;
    gap: 12px;
    justify-content: center;
}
.topbar a{
    color: #ffffff;
}
.topbar a:hover{
    color: #ce8460;
}
.topbar-auth {
    display: flex;
    gap: 12px;
    justify-content: right;
}
.animated_button {
    position: relative;
    width: -moz-fit-content;
    width: fit-content;
    height: -moz-fit-content;
    height: fit-content;
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 2px 36px;
    border: none;
    font-size: 14px;
    border-radius: 100px;
    font-weight: 600;
    box-shadow: 0 0 0 2px #0af;
    overflow: hidden;
    transition: all .6s cubic-bezier(.23,1,.32,1);
    color: #ffffff;
}
.animated_button:hover {
    box-shadow: 0 0 0 2px #ce8460;
    color: #ce8460;
}
.header-top{
    margin-bottom: 150px;
}
#nameCharCount, #messageCharCount {
    font-size: 12px;
}
#reload{
    padding: 10px 20px;
    margin-bottom: 2px;
}
.footer-top {
  background-color: #0f172a;
  color: #fff !important;
  padding: 40px 20px;
  font-size: 14px;
}
.footer-top h3{
    color: #ce8460;
}
.footer-top p{
    color: #ffffff;
    margin-top: 10px;
}
.footer-top a{
    color: #ffffff;
}
.footer-top a:hover{
    color: #ce8460;
}
@media only screen and (max-width: 600px) {
    .topbar-social{
        display: flex;
        justify-content: center;
    }
    .topbar-contact{
        display: flex;
        justify-content: space-between;
        margin-top: 5px;
    }
    .topbar-auth{
        display: flex;
        justify-content: space-between;
        margin: 5px 0;
    }
    .header-top{
        margin-bottom: 210px;
    }
}