body{font-family: "Inter", sans-serif; background: radial-gradient(ellipse at center, #1a2f1a 0%, #0d1b0d 100%); font-size: 15px; color: #c5e5c5; line-height: 1.6;}

#menu1 {
  background: rgba(40, 70, 40, 0.95);
  text-align: center;
  margin: 0 auto;
  padding: 18px 0;
  position: relative;
  z-index: 99;
  backdrop-filter: blur(10px);
  border-bottom: 3px solid #7fb069;
}

.apostaslot-logo {
    float: left;
    width: auto;
    transition: transform 0.3s ease;
}

.apostaslot-trnading-area .item p{
    color: #9ec49e;
    letter-spacing: 0.8px;
    font-weight: 300;
    font-size: 15px;
    font-family: "Inter", sans-serif;
    text-align: center;
    min-height: 45px;
    margin-bottom: 5px;
    overflow: hidden;
    text-shadow: 1px 1px 2px rgba(0,0,0,0.3);
}

.apostaslot-trnading-area .item h3 {
    color: #7fb069;
    letter-spacing: 2px;
    font-weight: 800;
    font-size: 22px;
    font-family: "Oswald", sans-serif;
    text-align: center;
    text-transform: capitalize;
    margin-bottom: 12px;
    text-shadow: 2px 2px 4px rgba(0,0,0,0.4);
}

.apostaslot-trnading-area .item span{
    color: #b5d4b5;
    letter-spacing: 1.2px;
    font-weight: 500;
    font-size: 17px;
    font-family: "Inter", sans-serif;
    text-align: center;
    width: 100%;
    display: inline-block;
    background: rgba(127, 176, 105, 0.1);
    padding: 8px 15px;
    border-radius: 20px;
    border: 1px solid rgba(127, 176, 105, 0.3);
}

.apostaslot-trnading-area .item {
  text-align: center;
  padding: 25px 15px;
  background: rgba(255, 255, 255, 0.05);
  border-radius: 20px;
  backdrop-filter: blur(5px);
  border: 1px solid rgba(127, 176, 105, 0.2);
  transition: all 0.4s ease;
}

.apostaslot-trnading-area .item:hover {
  transform: translateY(-8px);
  box-shadow: 0 15px 35px rgba(127, 176, 105, 0.2);
  background: rgba(255, 255, 255, 0.08);
}

.apostaslot-trnading-area .owl-carousel .owl-item img{
  object-fit: cover;
  width: 120px;
  height: 120px;
  border-radius: 15px;
  border: 3px solid #7fb069;
  filter: contrast(1.2) brightness(0.9);
  transition: all 0.3s ease;
}

.apostaslot-trnading-area .owl-carousel .owl-item img:hover{
  transform: scale(1.05);
  filter: contrast(1.3) brightness(1.1);
}

.apostaslot-product-section-area {
    width: 100%;
    display: inline-block;
    background: rgba(40, 70, 40, 0.8);
    padding: 40px 25px;
    box-shadow: inset 0 0 50px rgba(0,0,0,0.3), 0 10px 30px rgba(127, 176, 105, 0.2);
    border-radius: 25px;
    border: 2px solid rgba(127, 176, 105, 0.4);
    backdrop-filter: blur(15px);
    position: relative;
    overflow: hidden;
}

.apostaslot-product-section-area::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: repeating-linear-gradient(
        45deg,
        transparent,
        transparent 10px,
        rgba(127, 176, 105, 0.05) 10px,
        rgba(127, 176, 105, 0.05) 20px
    );
    pointer-events: none;
}

/****menu****/

.dgmenuwrap{position:relative; z-index:9999; width:100%; background: rgba(26, 47, 26, 0.9); backdrop-filter: blur(20px);}
.dgnav{padding:0; margin:0;}
ul.menu {list-style:none; margin:0; padding:0; text-align:center; display: flex; justify-content: center; flex-wrap: wrap;}
ul.menu * {margin:0; padding:0}
ul.menu a {font-size: 17px; text-decoration: none; text-transform: capitalize; color:#c5e5c5; font-weight: 500; letter-spacing: 1.5px; padding:15px 8px; margin: 8px 20px; display:block; transition:all 0.5s cubic-bezier(0.4, 0, 0.2, 1); position:relative; border-radius: 25px;}
ul.menu a::before {content: ''; position: absolute; top: 0; left: 0; right: 0; bottom: 0; background: linear-gradient(45deg, transparent, rgba(127, 176, 105, 0.2), transparent); opacity: 0; transition: all 0.3s ease; border-radius: 25px;}
ul.menu a:hover::before, ul.menu a.current::before {opacity: 1;}
ul.menu a:hover, ul.menu a.current{color:#ffffff; text-decoration:none; transform: scale(1.08); background: rgba(127, 176, 105, 0.3); box-shadow: 0 8px 25px rgba(127, 176, 105, 0.3);}
ul.menu>li {position:relative; display: inline-block; font-family: "Inter", sans-serif; font-size:15px; color:#c5e5c5; line-height:normal; font-weight:500;}
ul.menu ul {position:absolute; top:120%; left:50%; transform: translateX(-50%); display:none; opacity:0; list-style:none; width:220px; background: rgba(40, 70, 40, 0.95); border: 2px solid rgba(127, 176, 105, 0.4); border-radius: 15px; backdrop-filter: blur(15px);}
ul.menu ul li {font-family: "Inter", sans-serif; position:relative; margin:0; float:none; font-size:15px; padding:0; text-align:center; font-weight:500;}
ul.menu li:last-child a{ margin-right: 20px; }
ul.menu ul li a {display:block; padding:12px 20px; text-decoration: none; color:#c5e5c5!important; border:none; border-radius:10px; margin: 5px; transition: all 0.3s ease;}
ul.menu ul li a:hover {border:none; color:#ffffff!important; background: rgba(127, 176, 105, 0.4); transform: translateX(5px);}
ul.menu ul ul {top: 0; left: 100%; transform: translateX(0);}
ul.menu .menulink {}
ul.menu .menulink:hover, ul.menu .menuhover {color:#ffffff; text-decoration:none;}
.fixed ul.menu a{ color: #c5e5c5; }
.fixed ul.menu a:hover{ color: #ffffff; }
.apostaslot-menu-area {
    width: auto;
    float: right;
    margin: 0 auto;
    display: inline-block;
}

.copyright-area img{
  float: right;
  border-radius: 10px;
}

.copy-text {
    padding: 0;
    float: left;
    width: 100%;
}
.author img{
  width: 70px;
  height: 70px;
  border-radius: 15px;
  border: 3px solid #7fb069;
  transition: all 0.3s ease;
}
.author img:hover{
  transform: rotate(5deg) scale(1.1);
}
.free-text a{ color: #c5e5c5; text-decoration: none; transition: all 0.3s ease; }
.free-text a:hover{ text-decoration: none; color: #7fb069; text-shadow: 0 0 10px rgba(127, 176, 105, 0.5); }

.apostaslot-innerpage-banner{
  width: 100%;
  display: inline-block;
  position: relative;
  margin-top: 95px;
  border-radius: 0 0 30px 30px;
  overflow: hidden;
}
.apostaslot-innerpage-banner img{
  object-fit: cover;
  height: 450px;
  width: 100%;
  filter: brightness(0.5) contrast(1.4) saturate(1.2);
}
.apostaslot-innerpage-text h2{
    width: 80%;
    display: block;
    text-align: center;
    position: absolute;
    top: 50%;
    transform: translate(-50%,-50%);
    left: 50%;
    color: #ffffff;
    font-weight: 900;
    font-size: 72px;
    font-family: "Oswald", sans-serif;
    margin-top: 0;
    text-shadow: 4px 4px 8px rgba(0, 0, 0, 0.8);
    letter-spacing: 3px;
}
.apostaslot-innerpage-text{
    width: 100%;
    display: block;
    text-align: center;
    position: absolute;
    height: 100%;
    background: linear-gradient(135deg, rgba(40,70,40,0.7), rgba(26,47,26,0.9));
    top: 0;
}

.apostaslot-innerpage-contant{
  width: 100%;
  display: inline-block;
  padding: 35px 0;
}
.apostaslot-innerpage-contant p{
  font-size: 16px;
  font-family: "Inter", sans-serif;
  font-weight: 400;
  color: #c5e5c5;
  line-height: 28px;
  margin-bottom: 20px;
}
.apostaslot-innerpage-contant h2{
  font-size: 36px;
  font-family: "Oswald", sans-serif;
  font-weight: 700;
  color: #7fb069;
  padding-bottom: 15px;
  position: relative;
}
.apostaslot-innerpage-contant h2::after{
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 60px;
  height: 4px;
  background: linear-gradient(90deg, #7fb069, transparent);
}

.apostaslot-innerpage-contant h3{
  font-size: 28px;
  font-family: "Oswald", sans-serif;
  font-weight: 700;
  color: #7fb069;
  padding-bottom: 12px;
}

.input-text{ border-radius: 15px; resize: none; background: rgba(255, 255, 255, 0.1); backdrop-filter: blur(10px); }
.get-in-touch{ padding-top: 80px;  }
.get-in-touch label{ color: #c5e5c5; font-weight: 600;}

.apostaslot-testimonial-page-img img{ width: 100%; border-radius: 20px; }
.apostaslot-testimonial-page-text h3{ margin-top: 0; font-size: 26px; padding-bottom: 5px; }
.apostaslot-testimonial-margin{ margin:25px 0 15px; background: rgba(40,70,40,0.6); padding: 25px 20px 15px; border-radius: 20px; border: 1px solid rgba(127, 176, 105, 0.3); }
.apostaslot-testimonial-page-text .author-text h4{ margin-top: 18px; color: #7fb069; font-size: 16px; font-weight: 600; }
.apostaslot-testimonial-page-text .author-text p{ font-size: 14px; }

.apostaslot-trnading-area{
  width: 100%;
  display: inline-block;
  padding: 120px 0;
  position: relative;
}
.apostaslot-trnading-area::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: radial-gradient(circle at 20% 30%, rgba(127, 176, 105, 0.1) 0%, transparent 50%),
              radial-gradient(circle at 80% 70%, rgba(127, 176, 105, 0.08) 0%, transparent 50%);
  pointer-events: none;
}
.apostaslot-trnading-area h2 {
    color: #7fb069;
    font-weight: 800;
    font-size: 48px;
    font-family: "Oswald", sans-serif;
    margin-bottom: 60px;
    margin-top: 0;
    text-align: center;
    letter-spacing: 4px;
    position: relative;
    text-transform: uppercase;
    text-shadow: 3px 3px 6px rgba(0, 0, 0, 0.3);
    z-index: 2;
}
.apostaslot-trnading-area h2::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    height: 2px;
    background: linear-gradient(90deg, transparent, #7fb069, transparent);
    z-index: -1;
}
.apostaslot-trnading-area h2 span {
  color: #b5d4b5;
  background: rgba(26, 47, 26, 0.8);
  padding: 0 25px;
}

a:focus{
  outline: 3px solid rgba(127, 176, 105, 0.5);
  outline-offset: 2px;
}

.apostaslot-inner-page-header .container{
  text-align: center;
  top: 75%;
}
.apostaslot-inner-page-header h2{
  text-align: center;
  max-width: 100%;
}
.apostaslot-inner-page-main-text{
  padding: 60px 0;
}
.apostaslot-inner-page-main-text h2{
  margin-top: 0;
}
.apostaslot-inner-page-main-text h3 {
    font-size: 28px;
    padding-top: 8px;
    font-family: "Oswald", sans-serif;
    font-weight: 700;
    margin: 30px 0;
    color: #7fb069;
}
.apostaslot-inner-page-header{
  width: 100%;
  display: inline-block;
  background: linear-gradient(135deg, rgba(40,70,40,0.9) 0%, rgba(26,47,26,0.9) 100%);
  position: relative;
  padding: 80px 0;
}
.apostaslot-inner-page-header img{
  width: 100%;
}
.apostaslot-inner-page-header h2{
  font-family: "Oswald", sans-serif;
  font-weight: 800;
  letter-spacing: 4px;
  font-size: 68px;
  color: #ffffff;
  margin: 0 0 35px;
  text-align: center;
  text-shadow: 4px 4px 8px rgba(0, 0, 0, 0.6);
}
.apostaslot-banner-text p{
  color: #c5e5c5;
  font-weight: 400;
  font-size: 18px;
  font-family: "Inter", sans-serif;
  line-height: 32px;
  letter-spacing: 0.5px;
  margin: 0 auto;
  text-align: center;
  max-width: 650px;
}
.apostaslot-banner-text a {
    color: #ffffff;
    letter-spacing: 1.5px;
    font-weight: 600;
    font-size: 16px;
    font-family: "Inter", sans-serif;
    text-align: center;
    border: 2px solid #7fb069;
    background: linear-gradient(135deg, #7fb069 0%, #9ec49e 100%);
    padding: 15px 35px;
    margin: 35px 0 0;
    display: inline-block;
    text-decoration: none;
    border-radius: 50px;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: 0 8px 25px rgba(127, 176, 105, 0.3);
    position: relative;
    overflow: hidden;
}
.apostaslot-banner-text a::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.2), transparent);
    transition: all 0.5s ease;
}
.apostaslot-banner-text a:hover::before {
    left: 100%;
}
.apostaslot-banner-text a:hover, .apostaslot-banner-text a:focus {
    background: linear-gradient(135deg, #f4a261 0%, #e76f51 100%);
    text-decoration: none;
    color: #ffffff;
    border: 2px solid #f4a261;
    transform: translateY(-3px);
    box-shadow: 0 12px 35px rgba(244, 162, 97, 0.4);
}

.apostaslot-about-area{
  width: 100%;
  display: inline-block;
  padding: 120px 0;
  background: rgba(26, 47, 26, 0.3);
  position: relative;
}
.apostaslot-about-area::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><circle cx="50" cy="50" r="2" fill="%237fb069" opacity="0.1"/></svg>') 0 0/50px 50px;
  pointer-events: none;
}
.apostaslot-about-area img{
  width: 100%;
  height: 600px;
  object-fit: cover;
  border-radius: 25px;
  filter: brightness(0.8) contrast(1.1) saturate(1.2);
  border: 3px solid rgba(127, 176, 105, 0.4);
  transition: all 0.3s ease;
}
.apostaslot-about-area img:hover{
  transform: scale(1.02);
  filter: brightness(0.9) contrast(1.2) saturate(1.3);
}
.apostaslot-about-area p{
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #c5e5c5;
  letter-spacing: 0.5px;
  line-height: 28px;
  margin-bottom: 20px;
}
.apostaslot-about-area h2 {
    font-size: 42px;
    padding-top: 0;
    font-family: "Oswald", sans-serif;
    letter-spacing: 2px;
    margin-bottom: 45px;
    font-weight: 700;
    max-width: 100%;
    line-height: 55px;
    color: #7fb069;
    margin-top: 0;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
    position: relative;
}
.apostaslot-about-area h2::after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 0;
    width: 80px;
    height: 4px;
    background: linear-gradient(90deg, #7fb069, #9ec49e);
    border-radius: 2px;
}
.apostaslot-about-area.inner-page-main-text h2{
  margin-bottom: 25px;
}
.apostaslot-about-area.inner-page-main-text{
  padding: 100px 0;
}
.apostaslot-about-area.inner-page-main-text h2 {
    margin-bottom: 25px;
    max-width: 100%;
}
.form-control:focus{
  border: 2px solid #7fb069;
  box-shadow: 0 0 15px rgba(127, 176, 105, 0.3);
}

/* FIXED WELCOME AREA FOR SIDE-BY-SIDE LAYOUT */
.apostaslot-welcome-area {
    width: 100%;
    display: inline-block;
    padding: 120px 0;
    position: relative;
}

.apostaslot-welcome-area .row {
    display: flex;
    align-items: center;
    gap: 40px;
    flex-wrap: wrap;
}

.apostaslot-welcome-area .col-md-6 {
    flex: 1;
    min-width: 300px;
}

.apostaslot-welcome-area img {
    width: 100%;
    border: none;
    padding: 0;
    object-position: center;
    height: 650px;
    object-fit: cover;
    border-radius: 25px;
    filter: brightness(0.8) contrast(1.1) saturate(1.2);
    border: 3px solid rgba(127, 176, 105, 0.4);
    transition: all 0.4s ease;
}

.apostaslot-welcome-area img:hover {
    transform: scale(1.02);
}

.apostaslot-welcome-area h2 {
    max-width: 100%;
    color: #7fb069;
}

/* WELCOME TEXT STYLES */
.apostaslot-welcome-text {
    padding-left: 20px;
}

.apostaslot-welcome-text h2{
  color: #7fb069; 
  font-weight: 700; 
  font-size: 36px; 
  font-family: "Oswald", sans-serif;
  margin-bottom: 35px;
  line-height: 45px;
  margin-top: 15px;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
  position: relative;
}
.apostaslot-welcome-text h2::before {
  content: '';
  position: absolute;
  top: -10px;
  left: 0;
  width: 60px;
  height: 4px;
  background: linear-gradient(90deg, #7fb069, #9ec49e);
  border-radius: 2px;
}
.apostaslot-welcome-text h2 span{
  font-size: 42px;
  display: block;
  color: #9ec49e;
}

.apostaslot-welcome-text p {
  color: #b5d4b5;
  font-weight: 400;
  font-size: 17px;
  font-family: "Inter", sans-serif;
  line-height: 32px;
  letter-spacing: 0.5px;
  margin-bottom: 25px;
}
.apostaslot-welcome-text a {
  color: #ffffff;
  letter-spacing: 1.2px;
  font-weight: 600;
  font-size: 16px;
  border-radius: 50px;
  font-family: "Inter", sans-serif;
  text-align: center;
  border: 2px solid #7fb069;
  background: linear-gradient(135deg, #7fb069 0%, #9ec49e 100%);
  padding: 15px 35px;
  margin: 30px auto 0;
  display: inline-block;
  text-decoration: none;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  box-shadow: 0 8px 25px rgba(127, 176, 105, 0.3);
  position: relative;
  overflow: hidden;
}
.apostaslot-welcome-text a::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  background: radial-gradient(circle, rgba(255,255,255,0.3) 0%, transparent 70%);
  transform: translate(-50%, -50%);
  transition: all 0.4s ease;
  border-radius: 50%;
}
.apostaslot-welcome-text a:hover::before {
  width: 300px;
  height: 300px;
}
.apostaslot-welcome-text a:hover{
  background: linear-gradient(135deg, #f4a261 0%, #e76f51 100%);
  border: 2px solid #f4a261;
  color: #ffffff;
  transform: translateY(-3px);
  box-shadow: 0 12px 35px rgba(244, 162, 97, 0.4);
}

.apostaslot-welcome-text h3{
  color: #7fb069; 
  font-weight: 600; 
  font-size: 18px; 
  font-family: "Inter", sans-serif;
  margin-bottom: 18px;
  margin-top: 15px;
}
.apostaslot-welcome-text ol{
  padding: 0 0 0 25px;
  margin: 0;
}
.apostaslot-welcome-text li{
  color: #c5e5c5;
  font-weight: 400;
  font-size: 17px;
  font-family: "Inter", sans-serif;
  line-height: 32px;
  letter-spacing: 0.5px;
  list-style: disc;
  margin-bottom: 8px;
}

.apostaslot-welcome-text img{ 
  width: auto; 
  margin-right: 18px; 
  border-radius: 8px;
}

/* RESPONSIVE ADJUSTMENTS FOR WELCOME AREA */
@media (max-width: 768px) {
    .apostaslot-welcome-area .row {
        flex-direction: column;
        gap: 30px;
    }
    
    .apostaslot-welcome-text {
        padding-left: 0;
        padding-top: 20px;
    }
    
    .apostaslot-welcome-area img {
        height: 400px;
    }
}

.apostaslot-logo a{
  color: #c5e5c5;
  font-weight: 800;
  font-size: 32px;
  font-family: "Oswald", sans-serif;
  line-height: 32px;
  letter-spacing: 2px;
  text-transform: uppercase;
  text-decoration: none;
  text-shadow: 3px 3px 6px rgba(0, 0, 0, 0.4);
  transition: all 0.3s ease;
}
.apostaslot-logo a:hover , .apostaslot-logo a:focus{
  text-decoration: none;
  color: #7fb069;
  transform: scale(1.05);
}
.apostaslot-banner-text{
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 9;
  width: 100%;
  display: flex;
  flex-direction: column;
  text-align: center;
}

.apostaslot-faq-area{
  width: 100%;
  display: flex;
  padding: 120px 0;
  background: rgba(40, 70, 40, 0.2);
  position: relative;
}
.apostaslot-faq-area::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(45deg, transparent 48%, rgba(127, 176, 105, 0.05) 50%, transparent 52%);
  background-size: 40px 40px;
  pointer-events: none;
}
.apostaslot-faq-area h2 {
  font-family: "Oswald", sans-serif;
  font-size: 44px;
  line-height: 50px;
  font-weight: 700;
  position: relative;
  text-align: left;
  margin-bottom: 40px;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: #7fb069;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
  z-index: 2;
}
.apostaslot-conract-faq-section .colleps-text {
    padding-bottom: 35px;
    padding-left: 0;
}
.apostaslot-faq-area p , .apostaslot-conract-faq-section p{
    color: #c5e5c5;
    font-size: 17px;
    line-height: 32px;
    font-family: "Inter", sans-serif;
    font-weight: 400;
    margin-bottom: 0;
}
.apostaslot-faq-area .collapse {
    padding: 0;
}
.apostaslot-faq-area .collapsing{
    padding: 0;
}
.apostaslot-colleps-text{
  padding: 25px;
}
.apostaslot-faq-area .btn{
    color: #9ec49e;
    font-weight: 600;
    font-size: 19px;
    line-height: 28px;
    font-family: "Inter", sans-serif;
    text-transform: capitalize;
    letter-spacing: 0.5px;
    background: rgba(40, 70, 40, 0.7);
    border: none;
    text-wrap: wrap;
    text-align: left;
    box-shadow: none!important;
    border: 2px solid rgba(127, 176, 105, 0.3);
    padding: 25px;
    width: 100%;
    border-radius: 15px;
    margin-top: 25px;
    transition: all 0.4s ease;
    backdrop-filter: blur(10px);
    position: relative;
    overflow: hidden;
}
.apostaslot-faq-area .btn::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(127, 176, 105, 0.1), transparent);
    transition: all 0.5s ease;
}
.apostaslot-faq-area .btn:hover::before {
    left: 100%;
}
.btn.active.focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn:active:focus, .btn:focus{
    outline: none;
}
.apostaslot-faq-area .btn , .apostaslot-conract-faq-section .btn , .apostaslot-details-tab-area1 .btn{
    background-image: url(../images/faq-down.svg);
    padding-right: 40px;
    background-repeat: no-repeat;
    background-position: 95% center;
    filter: invert(0.6) sepia(1) saturate(1.5) hue-rotate(90deg) brightness(1.2);
}
.apostaslot-faq-area .btn[aria-expanded="false"] {
    background-image: url(../images/faq-down.svg);
    background-repeat: no-repeat;
    background-position: 95% center;
    filter: invert(0.6) sepia(1) saturate(1.5) hue-rotate(90deg) brightness(1.2);
}
.apostaslot-faq-area .btn[aria-expanded="true"] {
    background-image: url(../images/faq-close.svg);
    background-repeat: no-repeat;
    background-position: 95% center;
    border-bottom: none;
    border-radius: 15px 15px 0 0;
    filter: invert(0.6) sepia(1) saturate(1.5) hue-rotate(90deg) brightness(1.2);
    background-color: rgba(127, 176, 105, 0.3);
    transform: translateY(2px);
}
.apostaslot-faq-area .collapse.show , .apostaslot-faq-area .collapsing{
    border: 2px solid rgba(127, 176, 105, 0.3);
    border-radius: 0 0 15px 15px;
    border-top: none;
    background: rgba(40, 70, 40, 0.5);
    backdrop-filter: blur(15px);
}
.apostaslot-faq-area .collapse h3 , .apostaslot-faq-area .collapsing h3 {
  color: #7fb069;
  font-size: 18px;
  line-height: 26px;
  font-family: "Oswald", sans-serif;
  font-weight: 600;
  margin: 15px 0;
}
.apostaslot-faq-area .collapse ol li , .apostaslot-faq-area .collapsing ol li{
  color: #c5e5c5;
  font-size: 17px;
  line-height: 26px;
  list-style: disc;
  font-family: "Inter", sans-serif;
  font-weight: 400;
  margin-bottom: 8px;
}
.apostaslot-logo-area{
  display: flex;
  align-items: center;
  gap: 15px;
}
.apostaslot-colleps-text a{
  color: #7fb069;
  text-decoration: none;
  transition: all 0.3s ease;
}
.apostaslot-colleps-text a:hover{
  color: #9ec49e;
  text-shadow: 0 0 5px rgba(127, 176, 105, 0.5);
}

.footer-menu{ font-size: 15px; font-weight: 500; line-height: 2.5; color: #c5e5c5; }
.footer-menu ul {padding: 0; margin: 0; display: flex; justify-content: center; flex-wrap: wrap; gap: 10px;}
.footer-menu ul li { padding:8px 0; display: block; }
.footer-menu ul li a {padding:12px 25px; display: block; font-family: "Inter", sans-serif; border-right: 2px solid rgba(127, 176, 105, 0.3); text-transform: capitalize; font-weight: 500; color:#c5e5c5; text-decoration: none; font-size: 15px; line-height: 28px; letter-spacing: 1px; transition: all 0.3s ease; border-radius: 25px; }
.footer-menu ul li:last-child a{
  border-right: none;
}
.footer-menu ul li a:hover { color:#7fb069; text-shadow: 0 0 10px rgba(127, 176, 105, 0.5); background: rgba(127, 176, 105, 0.1); transform: scale(1.05); }
.copy-text{
  font-family: "Inter", sans-serif; font-weight: 400; color:#c5e5c5; text-decoration: none; font-size: 15px; line-height: 28px; letter-spacing: 0.5px; text-align: center; padding: 40px 0 0;
}
footer {
  background: linear-gradient(135deg, rgba(40, 70, 40, 0.8) 0%, rgba(26, 47, 26, 0.9) 100%);
  width: 100%;
  display: flex;
  padding: 80px 0;
  flex-direction: column;
  border-top: 3px solid rgba(127, 176, 105, 0.4);
  backdrop-filter: blur(20px);
  position: relative;
}
footer::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: radial-gradient(circle at 30% 20%, rgba(127, 176, 105, 0.05) 0%, transparent 50%),
              radial-gradient(circle at 70% 80%, rgba(127, 176, 105, 0.03) 0%, transparent 50%);
  pointer-events: none;
}
.apostaslot-inner-page-header1 img{
  height: 520px;
  object-fit: cover;
  opacity: 0.8;
  filter: brightness(0.6) contrast(1.4) saturate(1.2);
  border-radius: 0 0 30px 30px;
}
.apostaslot-inner-page-header1 h2{
  margin-bottom: 0;
}
.apostaslot-inner-details-section{
  width: 100%;
  display: flex;
  padding: 120px 0;
}
.apostaslot-inner-details-section h2{
  color: #7fb069;
  font-weight: 700;
  font-size: 44px;
  font-family: "Oswald", sans-serif;
  margin-bottom: 35px;
  line-height: 65px;
  letter-spacing: 4px;
  margin-top: 15px;
  text-transform: uppercase;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
  position: relative;
}
.apostaslot-inner-details-section h2::after {
  content: '';
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 100px;
  height: 4px;
  background: linear-gradient(90deg, #7fb069, #9ec49e);
  border-radius: 2px;
}
.apostaslot-inner-details-section p{
  color: #c5e5c5;
  font-weight: 400;
  font-size: 16px;
  font-family: "Inter", sans-serif;
  line-height: 32px;
  letter-spacing: 0.5px;
  margin-bottom: 15px;
}
.apostaslot-inner-details-section h3{
  color: #9ec49e;
  font-weight: 600;
  font-size: 20px;
  font-family: "Oswald", sans-serif;
  margin-bottom: 35px;
  line-height: 32px;
  letter-spacing: 1.5px;
  margin: 15px 0;
  text-transform: capitalize;
}

.apostaslot-send-text label{ color: #c5e5c5; font-size: 16px; font-weight: 600; letter-spacing: 0.5px; font-family: "Inter", sans-serif; }

.apostaslot-contact-contant{ 
  width: 100%;
  display: inline-block;
  padding: 60px 0 100px 0;
}

.apostaslot-contact-contant p{
  font-size: 16px;
  font-family: "Inter", sans-serif;
  font-weight: 400;
  letter-spacing: 0.5px;
  color: #c5e5c5;
  line-height: 28px;
}
.apostaslot-contact-contant a{
  color: #7fb069;
  text-decoration: none;
  transition: all 0.3s ease;
}
.apostaslot-contact-contant a:hover{
  color: #9ec49e;
  text-shadow: 0 0 5px rgba(127, 176, 105, 0.5);
}
.apostaslot-send-free{ 
  width: 100%; 
  border:none; 
  border-radius: 50px; 
  font-family: "Inter", sans-serif; 
  text-transform: uppercase; 
  letter-spacing: 1.5px; 
  font-size: 18px; 
  padding: 18px 0; 
  font-weight: 700; 
  color: #ffffff; 
  background: linear-gradient(135deg, #7fb069 0%, #9ec49e 100%); 
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1); 
  text-align: center; 
  box-shadow: 0 8px 25px rgba(127, 176, 105, 0.4); 
  position: relative;
  overflow: hidden;
}
.apostaslot-send-free::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  background: radial-gradient(circle, rgba(255,255,255,0.3) 0%, transparent 70%);
  transform: translate(-50%, -50%);
  transition: all 0.4s ease;
  border-radius: 50%;
}
.apostaslot-send-free:hover::before {
  width: 300px;
  height: 300px;
}
.apostaslot-send-free:hover{ 
  background: linear-gradient(135deg, #f4a261 0%, #e76f51 100%); 
  color: #ffffff; 
  transform: translateY(-3px); 
  box-shadow: 0 12px 35px rgba(244, 162, 97, 0.5);
}
.input-text , .input-text:focus {
    border-radius: 50px;
    resize: none;
    border: 2px solid rgba(127, 176, 105, 0.3)!important;
    background: rgba(255, 255, 255, 0.05)!important;
    height: 60px;
    padding: 15px 30px;
    color: #c5e5c5;
    backdrop-filter: blur(10px);
    transition: all 0.3s ease;
    font-family: "Inter", sans-serif;
}
.input-text:focus {
    border: 2px solid #7fb069!important;
    background: rgba(255, 255, 255, 0.08)!important;
    box-shadow: 0 0 20px rgba(127, 176, 105, 0.3);
}
.input-text-msg:focus {
    height: 160px;
}
.input-text-msg{
  height: 160px;
}
.get-in-touch{ padding-top: 80px; }
.get-in-touch label{ color: #c5e5c5;}

.form-control:focus{
  border: 2px solid #7fb069;
  box-shadow: 0 0 15px rgba(127, 176, 105, 0.3);
}
.form-group {
    margin-bottom: 20px;
}
.apostaslot-welcome-text span{
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 16px;
  letter-spacing: 0.5px;
  line-height: 22px;
  color: #9ec49e;
  background: rgba(127, 176, 105, 0.1);
  padding: 5px 12px;
  border-radius: 15px;
  display: inline-block;
  margin: 5px 0;
}
.copy-text a{
  color: #c5e5c5;
  transition: all 0.3s ease;
}
.copy-text a:hover{
  color: #7fb069;
  text-shadow: 0 0 5px rgba(127, 176, 105, 0.5);
}
.apostaslot-footer-logo{
  width: 100%;
  display: flex;
  gap:40px;
  flex-wrap: wrap;
  justify-content: center;
  padding: 0 0 40px 0;
}
.apostaslot-footer-logo img{
  width: 120px;
  object-fit: contain;
  filter: brightness(0.8) contrast(1.2) saturate(1.1);
  border-radius: 15px;
  transition: all 0.3s ease;
}
.apostaslot-footer-logo img:hover{
  transform: scale(1.1) rotate(2deg);
  filter: brightness(1) contrast(1.3) saturate(1.3);
}
.apostaslot-inner-page-header1 h2{
  text-align: center;
}

.apostaslot-inner-details-section ol{
  padding: 0 0 0 25px;
  margin: 0;
}
.apostaslot-inner-details-section li{
  color: #c5e5c5;
  font-weight: 400;
  font-size: 16px;
  font-family: "Inter", sans-serif;
  line-height: 26px;
  letter-spacing: 0.5px;
  list-style: disc;
  margin-bottom: 12px;
}
.apostaslot-send-text form{
  max-width: 100%;
  margin: 60px auto 0;
}
.apostaslot-send-text p{
  max-width: 100%;
  margin: 0 auto;
  text-align: center;
}
.apostaslot-header-bottom-section{
  width: 100%;
  display: flex;
  padding: 20px 0;
  justify-content: center;
  gap:30px;
  border-bottom: 2px solid rgba(127, 176, 105, 0.3);
  background: rgba(40, 70, 40, 0.7);
  backdrop-filter: blur(15px);
}

.apostaslot-product-section-area{
  display: flex;
  flex-direction: column;
  gap:20px;
}
.apostaslot-trnading-area .owl-nav{
  display: none;
}

.apostaslot-disclaimer-area{
  width: 100%;
  display: flex;
  padding: 120px 0 100px;
  background: linear-gradient(135deg, rgba(40, 70, 40, 0.6) 0%, rgba(26, 47, 26, 0.8) 100%);
  text-align: center;
  position: relative;
  border-radius: 30px 30px 0 0;
  margin-top: 60px;
}
.apostaslot-disclaimer-area::before{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: 
    radial-gradient(circle at 25% 25%, rgba(127, 176, 105, 0.08) 0%, transparent 50%),
    radial-gradient(circle at 75% 75%, rgba(127, 176, 105, 0.06) 0%, transparent 50%);
  pointer-events: none;
}
.apostaslot-disclaimer-area h2{
  color: #ffffff;
  font-weight: 800;
  font-size: 46px;
  font-family: "Oswald", sans-serif;
  margin-bottom: 35px;
  line-height: 65px;
  letter-spacing: 4px;
  margin-top: 25px;
  text-shadow: 4px 4px 8px rgba(0, 0, 0, 0.6);
  position: relative;
  z-index: 1;
}
.apostaslot-disclaimer-area p{
  color: #b5d4b5;
  font-weight: 400;
  font-size: 18px;
  font-family: "Inter", sans-serif;
  line-height: 32px;
  letter-spacing: 0.5px;
  margin-bottom: 25px;
  position: relative;
  z-index: 1;
}
.apostaslot-disclaimer-area img{
  width: 100%;
  margin: 25px 0;
  filter: brightness(0.8) contrast(1.2) saturate(1.1);
  border-radius: 20px;
  border: 3px solid rgba(127, 176, 105, 0.3);
}
.apostaslot-disclaimer-area a{
  color: #ffffff;
  letter-spacing: 1.2px;
  font-weight: 600;
  font-size: 16px;
  border-radius: 50px;
  font-family: "Inter", sans-serif;
  text-align: center;
  border: 2px solid #7fb069;
  background: linear-gradient(135deg, #7fb069 0%, #9ec49e 100%);
  padding: 15px 35px;
  margin: 30px auto 0;
  display: inline-block;
  text-decoration: none;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  box-shadow: 0 8px 25px rgba(127, 176, 105, 0.4);
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.apostaslot-disclaimer-area a::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255,255,255,0.2), transparent);
  transition: all 0.5s ease;
}
.apostaslot-disclaimer-area a:hover::before {
  left: 100%;
}
.apostaslot-disclaimer-area a:hover {
  background: linear-gradient(135deg, #f4a261 0%, #e76f51 100%);
  color: #ffffff;
  border: 2px solid #f4a261;
  transform: translateY(-3px);
  box-shadow: 0 12px 35px rgba(244, 162, 97, 0.5);
}
.apostaslot-disclaimer-area span{
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 18px;
  letter-spacing: 0.5px;
  line-height: 22px;
  color: #9ec49e;
  position: relative;
  z-index: 1;
  background: rgba(127, 176, 105, 0.1);
  padding: 8px 16px;
  border-radius: 20px;
  display: inline-block;
  margin: 10px 5px;
  border: 1px solid rgba(127, 176, 105, 0.2);
}
.apostaslot-welcome-area-black{
  background: rgba(26, 47, 26, 0.5);
  border-radius: 30px;
  padding: 60px 0;
  backdrop-filter: blur(10px);
}
.apostaslot-welcome-area-black h2 , .welcome-area-black p{
  color: #c5e5c5;
}
.apostaslot-inner-page-header-color h2{
  color: #7fb069;
  margin-bottom: 0;
}
.apostaslot-inner-page-header-color {
  padding: 80px 0;
  background: transparent;
  width: 100%;
  display: flex;
}
.apostaslot-inner-page-header-color .banner-text {
    position: relative;
    top: 0;
    transform: translateY(0);
    z-index: 9;
    width: 100%;
    display: flex;
    flex-direction: column;
}
.apostaslot-inner-details-section-no-paddng{
  padding-top: 0;
}
.apostaslot-card-area{
  width: 100%;
  display: flex;
  padding-bottom: 100px;
  justify-content: center;
}
.apostaslot-top-sale-area .owl-dots{
  display: none;
}

/* GAME AREA IMPROVEMENTS FOR SIDE-BY-SIDE LAYOUT */
.apostaslot-game-area{
  background: transparent;
  padding: 60px 0;
}
.apostaslot-game-area h2 , .apostaslot-game-area p{
  color: #7fb069;
}

.apostaslot-game-area .row {
    display: flex;
    align-items: center;
    gap: 40px;
    flex-wrap: wrap;
}

.apostaslot-game-area .col-md-6 {
    flex: 1;
    min-width: 300px;
}

.apostaslot-game-area img {
    width: 100%;
    height: 450px;
    object-fit: cover;
    border-radius: 25px;
    filter: brightness(0.8) contrast(1.1) saturate(1.2);
    border: 3px solid rgba(127, 176, 105, 0.4);
    transition: all 0.4s ease;
}

.apostaslot-game-area img:hover {
    transform: scale(1.02);
    filter: brightness(0.9) contrast(1.2) saturate(1.3);
}

/* RESPONSIVE ADJUSTMENTS FOR GAME AREA */
@media (max-width: 768px) {
    .apostaslot-game-area .row {
        flex-direction: column;
        gap: 30px;
    }
    
    .apostaslot-game-area img {
        height: 350px;
    }
}

.apostaslot-game-panel{
  padding: 60px 0;
}
.apostaslot-symbol-area{
  width: 100%;
  display: flex;
  text-align: center;
  padding: 120px 0 100px;
  background: linear-gradient(135deg, rgba(40, 70, 40, 0.8) 0%, rgba(26, 47, 26, 0.9) 100%);
  position: relative;
  overflow: hidden;
  border-radius: 50px 50px 0 0;
  margin-top: 60px;
}
.apostaslot-symbol-area::before{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: 
    conic-gradient(from 0deg at 50% 50%, transparent 0deg, rgba(127, 176, 105, 0.05) 90deg, transparent 180deg, rgba(127, 176, 105, 0.03) 270deg, transparent 360deg);
  pointer-events: none;
}
.apostaslot-symbol-area span{
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 16px;
  letter-spacing: 0.5px;
  line-height: 22px;
  color: #9ec49e;
  position: relative;
  z-index: 2;
  background: rgba(127, 176, 105, 0.1);
  padding: 8px 16px;
  border-radius: 20px;
  display: inline-block;
  margin: 10px 5px;
  border: 1px solid rgba(127, 176, 105, 0.2);
}
.apostaslot-symbol-area h2{
  font-family: "Oswald", sans-serif;
  font-weight: 800;
  font-size: 40px;
  letter-spacing: 2px;
  line-height: 50px;
  margin-bottom: 25px;
  color: #ffffff;
  margin-top: 15px;
  text-shadow: 4px 4px 8px rgba(0, 0, 0, 0.6);
  position: relative;
  z-index: 2;
}
.apostaslot-symbol-area p{
  color: #b5d4b5;
  letter-spacing: 0.5px;
  font-weight: 500;
  font-size: 20px;
  font-family: "Inter", sans-serif;
  text-align: center;
  max-width: 750px;
  margin: 0 auto 25px;
  position: relative;
  z-index: 2;
  line-height: 32px;
}
.apostaslot-symbol-area img{
  width: 100%;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  filter: brightness(0.3) contrast(2) saturate(0.8) opacity(0.6);
  z-index: 1;
}

.ifreamcontainer {
  position: relative;
  width: 100%;
  overflow: hidden;
  padding-top: 56.25%; /* 16:9 Aspect Ratio */
  border: 3px solid rgba(127, 176, 105, 0.4);
  border-radius: 20px;
  backdrop-filter: blur(10px);
}
.responsive-iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  border: none;
  border-radius: 17px;
}

/* Forest theme enhancements - Additional forest elements */
.apostaslot-forest-theme {
  background: 
    radial-gradient(circle at 20% 20%, rgba(127, 176, 105, 0.1) 0%, transparent 40%),
    radial-gradient(circle at 80% 80%, rgba(127, 176, 105, 0.08) 0%, transparent 40%),
    linear-gradient(135deg, rgba(40, 70, 40, 0.6) 0%, rgba(26, 47, 26, 0.8) 100%);
  padding: 80px 0;
  position: relative;
  overflow: hidden;
  border-radius: 30px;
  margin: 40px 0;
}

.apostaslot-forest-theme::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: 
    repeating-linear-gradient(
      90deg,
      transparent,
      transparent 100px,
      rgba(127, 176, 105, 0.03) 101px,
      rgba(127, 176, 105, 0.03) 102px
    ),
    repeating-linear-gradient(
      0deg,
      transparent,
      transparent 100px,
      rgba(127, 176, 105, 0.03) 101px,
      rgba(127, 176, 105, 0.03) 102px
    );
  pointer-events: none;
}

.apostaslot-forest-feature {
  text-align: center;
  padding: 30px 15px;
  margin-bottom: 25px;
  position: relative;
  z-index: 2;
  background: rgba(255, 255, 255, 0.05);
  border-radius: 20px;
  border: 1px solid rgba(127, 176, 105, 0.2);
  transition: all 0.4s ease;
  backdrop-filter: blur(10px);
}

.apostaslot-forest-feature:hover {
  transform: translateY(-5px);
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(127, 176, 105, 0.4);
  box-shadow: 0 10px 30px rgba(127, 176, 105, 0.2);
}

.apostaslot-feature-icon {
  font-size: 3.5rem;
  margin-bottom: 20px;
  filter: drop-shadow(0 4px 8px rgba(0, 0, 0, 0.3));
  transition: all 0.3s ease;
}

.apostaslot-forest-feature:hover .apostaslot-feature-icon {
  transform: scale(1.1);
}

.apostaslot-forest-feature h4 {
  color: #7fb069;
  font-family: "Oswald", sans-serif;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 12px;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
  letter-spacing: 1px;
}

.apostaslot-forest-feature p {
  color: #9ec49e;
  font-family: "Inter", sans-serif;
  font-size: 15px;
  line-height: 1.6;
  margin: 0;
  letter-spacing: 0.5px;
}