@font-face {
    font-family: Inter-Regular;
    src: url('../fonts/Inter-Regular.ttf');
}

@font-face {
    font-family: Inter-Medium;
    src: url('../fonts/Inter-Medium.ttf');
}

@font-face {
    font-family: Inter-SemiBold;
    src: url('../fonts/Inter-SemiBold.ttf');
}

@font-face {
    font-family: Inter-Bold;
    src: url('../fonts/Inter-Bold.ttf');
}


:root{
    --theme-color-1: #261B52;
    --theme-color-2: #00BAAB;
    --theme-color-3: #E3E0DB;
    --theme-color-4: #FFC363;
    --theme-color-5: #F0F5F9;
    --body-bg: #ffffff;
    --font-color: #666666;
    --heading-color: #333333;
    --font-white: #ffffff;
}

body{
    background-color: var(--body-bg);
    margin: 0;
    padding: 0;
    font-size: 16px;
    line-height: 25px;
    font-family: 'Inter-Regular';
    font-weight: normal;
    color: var(--font-color);
}


h1, h2, h3{
    color: var(--heading-color);
    margin-bottom: 0;
    font-family: 'Inter-Bold';
    font-weight: normal;
}

h4, h5{
    color: var(--heading-color);
    margin-bottom: 0;
    font-family: 'Inter-SemiBold';
    font-weight: normal;
}

p{
    margin-bottom: 0;
}

a, a:hover, a:active, a:focus{
    color: inherit;
    text-decoration: none;
}

ul{
    list-style: none;
    margin: 0;
    padding: 0;
}

.theme-btn{
    border-radius: 6px;
    height: 48px;
    text-align: center;
    border: none;
    max-width: max-content;
    width: auto;
    padding:10px 30px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Inter-Medium';
    font-weight: normal;
}

.btn-main{
    color: #fff;
    background-color: var(--theme-color-2);
    transition: all .5s ease-out;
}

.btn-main:hover{
    background-position: left bottom;
    color: #fff;
    background-color: #2f9d95;
}

.btn-secondary{
    color: #fff;
    background-color: var(--theme-color-1);
    transition: all .5s ease-out;
}

.btn-border{
    border: 1px solid #fff;
    background-color: transparent;
    color: #fff;
}

.btn-secondary:hover{
    background-position: left bottom;
    color: #fff;
}

.navbar{
    position: absolute;
    width: 100%;
    z-index: 1030;
    left: 0;
    transition-duration: 0.5s;
    transition: all 0.35s ease;
} 

.navbar.fixed-top{
    position: fixed;
    background-color: var(--body-bg);
    transition-duration: 0.5s;
    transition: all 0.35s ease;
    border-bottom: 1px solid #dee2e6;
}


.navbar-dark .navbar-nav .nav-link{
    color: var(--font-color);
    font-family: 'Inter-Medium';
    font-weight: normal;
    height: 100%;
    display: flex;
    align-items: center;
}


.dropdown .nav-link:after{
    font-family: "Fontawesome"; 
	font-weight: 400;
	content: "\f107";
    margin-left: 5px;
    font-size: 13px;
}

.navbar-nav .nav-item{
    margin-right: 10px;
}

.navbar-dark .navbar-nav .nav-link:focus, .navbar-dark .navbar-nav .nav-link:hover{
    color: var(--theme-color-1);
}

@media (min-width: 768px) {
    .animate {
      animation-duration: 0.3s;
      -webkit-animation-duration: 0.3s;
      animation-fill-mode: both;
      -webkit-animation-fill-mode: both;
    }
}
  
@keyframes slideIn {
    0% {
      transform: translateY(1rem);
      opacity: 0;
    }
  
    100% {
      transform: translateY(0rem);
      opacity: 1;
    }
  
    0% {
      transform: translateY(1rem);
      opacity: 0;
    }
}
  
@-webkit-keyframes slideIn {
    0% {
      -webkit-transform: transform;
      -webkit-opacity: 0;
    }
  
    100% {
      -webkit-transform: translateY(0);
      -webkit-opacity: 1;
    }
  
    0% {
      -webkit-transform: translateY(1rem);
      -webkit-opacity: 0;
    }
}
  
.slideIn {
    -webkit-animation-name: slideIn;
    animation-name: slideIn;
}


.navbar{
    background: #fff;
    box-shadow: transparent;
    transition: none !important;
    height: 75px;
}

.dropdown-menu{
    min-width: 12rem;
}


.dropdown-menu li{
    margin: 5px 0px 5px 0px;
} 

.dropdown-menu li a{
    color: var(--font-color);
    font-size: 16px;
    font-family: 'Inter-Medium';
    font-weight: normal;
    transition: ease-in-out 0.3s;
}

.navbar .nav-item:hover .dropdown-menu{
    box-shadow: 0px 0px 10px rgb(0 0 0 / 15%);
    border: none;
    /* position: relative; */
}

.dropdown-menu li a:hover{
    color: var(--theme-color-1);
    transition: ease-in-out 0.3s;
    margin-left: 5px;
    background-color: transparent;
}

.dropdown-menu{
    transition: ease-in-out 0.3s;
}

.topbar{
    background-color: var(--theme-color-1);
    padding: 12px 0px;
}

.topbar-contact-wrapper ul li{
    display: inline-block;
    margin-right: 15px;
}

.topbar-contact-wrapper ul li a{
    color: var(--font-white);
}

.topbar-contact-wrapper ul li a i{
    color: var(--theme-color-4);
    margin-right: 10px;
}

.topbar-social{
    text-align: right;
}

.topbar-social li{
    display: inline-block;
    margin-left: 5px;
}

.topbar-social li a{
    color: var(--font-white);
    width: 25px;
    height: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.menubar-search{
    margin: 0px 25px;
}

.banner-section{
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/banner.jpg');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    width: 100%;
    height: 800px;
    display: inline-block;
    overflow: hidden;
}

.banner-grid{
    width: 100%;
    height: 100%;
    display: table;
    position: relative;
    z-index: 15;
}

.banner-grid-wrapper{
    vertical-align: middle;
    display: table-cell;
}

.banner-shape{
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 100%;
    height: auto;
    z-index: 10;
    display: flex;
    align-items: center;
    justify-content: center;
}

.banner-content-wrapper{
    height: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
    text-align: left;
    width: 100%;
    /* animation: left_to_right 3s ease; */
}

.banner-main-heading{
    font-size: 55px;
    line-height: 70px;
    margin-bottom: 30px;
    color: var(--font-white);
}

.banner-top-heading{
    text-transform: uppercase;
    color: var(--font-white);
    font-size: 20px;
    line-height: 29px;
    margin-bottom: 20px;
}

.banner-top-heading::after{
    content: '';
    width: 45px;
    height: 2px;
    background-color: #fff;
    display: inline-block;
    margin-left: 20px;
    position: relative;
    top: -5px;
}
.banner-description{
    margin-bottom: 30px;
    font-size: 18px;
    line-height: 23px;
}

.banner-btns{
    width: 100%;
    display: flex;
}

.banner-image-wrapper{
    height: 100%;
    display: flex;
    align-items: center;
}

#backTop {
    display: none;
    position: fixed;
    bottom: 30px;
    right: 30px;
    z-index: 99;
    font-size: 18px;
    border: none;
    outline: none;
    background-color: var(--theme-color-1);
    color: white;
    cursor: pointer;
    padding: 15px;
    border-radius: 4px;
    width: 50px;
    height: 50px;
    line-height: 18px;
}
  
#backTop:hover {
    background-color: var(--theme-color-1);
}

.section{
    padding: 60px 0px;
    position: relative;
}

.about-left-box{
    width: 100%;
    float: left;
    display: flex;
    align-items: center;
}

.left-box-left{
    width: 40%;
    float: left;
    position: relative;
    border: 10px solid var(--theme-color-1);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 30px 0px;
    position: relative;
}

.left-box-right{
    width: 60%;
    float: left;
    position: relative;
    margin-left: 20px;
}

.left-box-inner{
    position: relative;
    background-color: #fff;
    min-width: 100%;
    height: 100%;
    padding: 5px 0px;
    text-align: center;
    margin-right: auto;
    left: 10px;
}

.left-box-inner h3{
    font-size: 64px;
    line-height: 77px;
    text-transform: capitalize;
    color: var(--theme-color-4);
    margin-right: 10px;
}

.left-box-inner p{
    font-size: 24px;
    line-height: 29px;
    text-transform: capitalize;
    color: var(--theme-color-1);
    font-family: 'Inter-Bold';
    font-weight: normal;
    margin-right: 10px;
}

.headline::after{
    content: '';
    width: 45px;
    height: 2px;
    background-color: var(--theme-color-2);
    display: inline-block;
    margin-left: 20px;
    position: relative;
    top: -5px;
}

.about-servive-wrapper{
    position: relative;
    border-radius: 6px;
    transition: ease-in-out 0.3s;
}

.about-servive-wrapper img{
    border-radius: 6px;
    position: relative;
    width: 100%;
    height: 220px;
    object-fit: cover;
}

.about-service-label{
    position: absolute;
    bottom: -35px;
    width: 85%;
    height: auto;
    padding: 25px 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #FFFFFF;
    box-shadow: 0px 0px 20px rgb(179 179 179 / 25%);
    border-radius: 10px;
    left: 50%;
    transform: translate(-50%, 0%);
    flex-direction: column;
}

.about-service-label h3{
    font-size: 20px;
    line-height: 25px;
}

.about-service-label a{
    padding: 10px;
    text-decoration: underline;
    display: none;
    transition: ease-in-out 0.3s;
    color: #fff;
}

.about-service-label a i{
    text-decoration: none;
    margin-right: 10px;
    font-size: 14px;
}

.about-servive-wrapper:hover .about-service-label{
    background-color: var(--theme-color-2);
}

.about-servive-wrapper:hover .about-service-label h3{
    color: #fff;
}

.about-servive-wrapper:hover .about-service-label a{
    display: block;
    transition: ease-in-out 0.3s;
}

.about2-image-wrapper{
    position: relative;
    height: 100%;
    object-fit: cover;
    width: 100%;
}

.about2-image-wrapper > img{
    border-bottom-left-radius: 14rem;
    height: 100%;
    object-fit: cover;
}

.wrap {
    position: absolute;
    margin: 0 auto;
    left: 2rem;
    /* right: 0; */
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    /* height: 100%; */
    bottom: 0rem;
}
  
.wrap a {
    background: #da2c46;
    cursor: pointer;
    border: 2px solid #da2c46;
    color: white;
    height: 110px;
    width: 110px;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    border-radius: 100%;
    text-transform: uppercase;
    font-family: "Muli-LightItalic", Helvetica;
    font-size: 20px;
    line-height: 30px;
    animation: ripple 1.5s linear infinite;
    transition: all 0.7s ease;
}

.wrap a:hover {
    transform: scale(1.1);
}

.wrap a:focus {
    outline: none;
}

.wrap .wrap-inner {
    background: #da2c46;
    cursor: pointer;
    border: 2px solid #da2c46;
    color: white;
    height: 110px;
    width: 110px;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    border-radius: 100%;
    text-transform: uppercase;
    font-family: "Muli-LightItalic", Helvetica;
    font-size: 20px;
    line-height: 30px;
    animation: ripple 1.5s linear infinite;
    transition: all 0.7s ease;
}

.wrap .wrap-inner:hover {
    transform: scale(1.1);
}

.wrap img:focus {
    outline: none;
}

.wrap-inner > img{
    width: 64px;
    margin: auto;
}
  
@keyframes ripple {
    0% {
      box-shadow: 0 0 0 0 rgba(218, 44, 70, 0.3), 0 0 0 1px rgba(218, 44, 70, 0.3), 0 0 0 3px rgba(218, 44, 70, 0.3), 0 0 0 5px rgba(218, 44, 70, 0.3);
    }
    100% {
      box-shadow: 0 0 0 0 rgba(218, 44, 70, 0.3), 0 0 0 4px rgba(218, 44, 70, 0.3), 0 0 0 20px rgba(218, 44, 70, 0), 0 0 0 30px rgba(218, 44, 70, 0);
    }
}

.section-small-heading::after {
    content: '';
    width: 45px;
    height: 2px;
    background-color: var(--theme-color-2);
    display: inline-block;
    margin-left: 20px;
    position: relative;
    top: -5px;
}

.section-small-heading{
    font-size: 20px;
    line-height: 24px;
    text-transform: capitalize;
    color: var(--font-color);
    margin-bottom: 10px;
}

.section-heading{
    font-size: 32px;
    line-height: 39px;
    text-transform: capitalize;
    margin-bottom: 25px;
}

.points-info h3{
    font-size: 20px;
    line-height: 24px;
    text-transform: capitalize;
    margin-bottom: 10px;
}

.icon-points-list{
    margin-top: 30px;
}

.icon-points-list li{
    margin-bottom: 30px;
}

.icon-points-list li:last-child{
    margin-bottom: 0px;
}

.icon-points-list li .icon-points-list-item{
    display: flex;
}

.icon-box{
    min-width: 64px;
    margin-right: 15px;
}

.section-left-heading{
    text-align: right;
}

.section-left-heading .section-small-heading::after{
    display: none;
}

.section-left-heading .section-small-heading::before {
    content: '';
    width: 45px;
    height: 2px;
    background-color: var(--theme-color-2);
    display: inline-block;
    margin-right: 20px;
    position: relative;
    top: -5px;
}

.section-left-heading .section-heading{
    margin-bottom: 0;
}

.section-heading-info{
    height: 100%;
    display: flex;
    align-items: flex-end;
}

.services-card-wrapper h3{
    font-size: 20px;
    line-height: 24px;
    text-transform: capitalize;
    margin-bottom: 20px;
}

.services-info{
    display: flex;
}

.services-info-icon{
    background: #F0F5F9;
    transform: rotate(15deg);
    min-width: 70px;
    height: 70px;
    margin-right: 15px;
    padding: 13px;
}

.services-info-icon img{
    transform: rotate(-15deg);
}

.services-info-content a{
    display: inline-block;
    margin-top: 20px;
    width: 100%;
    text-decoration: underline;
    font-family: 'Inter-Medium';
    font-weight: normal;
}

.services-info-content a i{
    font-size: 14px;
    margin-right: 10px;
    color: var(--theme-color-2);
    text-decoration: none;
}

.services-card-wrapper{
    position: relative;
    margin-bottom: 30px;
    padding-bottom: 30px;
}

.services-card-wrapper.border-bottom{
    border-bottom: 1px solid #dddddd;
}

.services-card-wrapper:hover .services-info-icon{
    transform: rotate(0deg);
    transition: ease-in-out 0.3s;
}

.services-card-wrapper:hover .services-info-icon img{
    transform: rotate(0deg);
}

.find-divider{
    position: relative;
    background: linear-gradient(0deg, rgba(38, 27, 82, 0.9), rgba(38, 27, 82, 0.9)), url('../images/banner.jpg');
    background-position: center;
    background-size:cover;
    background-repeat: no-repeat;
    width: 100%; 
}

.find-divider-inner{
    padding: 1.5rem 0rem;
}

.find-divider-inner h3{
    font-size: 40px;
    line-height: 48px;
    text-transform: capitalize;
    text-align: center;
    color: #fff;
}

.find-divider-inner h3 span{
    color: var(--theme-color-4);
}

.awards{
    position: absolute;
    bottom: 0;
    width: 110px;
    height: 110px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    background-color: var(--theme-color-2);
    border-radius: 50%;
}

.awards p{
    font-size: 8px;
    color: var(--font-white);
    line-height: 15px;
}

.awards img{
    width: 32px;
    height: 32px;
    margin-bottom: 10px;
}

.wrapper {
    width: 520px;
    max-width: 100%;
  }
  
.progress-bar {
    height: 10px;
    width: 100%;
    background-color: #e7e7e7;
    border-radius: 10px;
    overflow: initial;
    /* box-shadow: 2px 0 10px inset rgba(0,0,0,0.2); */
    position: relative;
    display: inline-block;
}
  
* + .progress-bar {
    margin-top: 5rem;
}
  
.bar {
    width: 0;
    height: 100%;
    background-color: var(--theme-color-1);
    background-size: 30px 30px;
    animation: move 2s linear infinite;
    box-shadow: 2px 0 10px inset rgba(0,0,0,0.2);
    transition: width 2s ease-out;
    border-radius: 10px;
}
  
  /*Lollipop background gradient animation*/
@keyframes move {
    0% {
      background-position: 0 0;
    }
    100% {
      background-position: 30px 30px;
    }
}
  
.progress-bar-details{
    position: absolute;
    display: flex;
    justify-content: space-between;
    width: 100%;
    top: -40px;
}

.progress-bar-details h3{
    font-size: 20px;
    line-height: 24px;
}

.progress-bar-details h3.perc{
    color: var(--theme-color-4);
}

.section-center-heading{
    text-align: center;
}

.works .filter-button.active{
    background-color: var(--theme-color-2);
    color: #fff;
    box-shadow: none;
    outline: none;
}

.works .filter-btns{
    margin-bottom: 2.5rem;
}

.works .gallery_product img{
    width: 100%;
    height: 180px;
    object-fit: cover;
    border-radius: 6px;
}

.portfolio-overlay{
    position: absolute;
    width: calc(100% - 6%);
    top: 0;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
    text-align: center;
    background-color: rgba(38, 27, 82, 0.9);
    border-radius: 6px;
    opacity: 0;
    visibility: hidden;
    transition: ease-in-out 0.3s;
}

.po-inner h3 a{
    font-size: 20px;
    line-height: 24px;
    text-transform: capitalize;
    color: #fff;
}

.po-inner p{
    color: #fff;
}

.po-list li{
    display: inline-block;
    margin: 0px 5px;
}

.po-list li a{
    width: 30px;
    height: 30px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid var(--theme-color-4);
    color: var(--theme-color-4);
    font-size: 12px;
    margin-bottom: 10px;
}

.gallery_product:hover .portfolio-overlay{
    opacity: 1;
    visibility: visible;
    transition: ease-in-out 0.3s;
}

.team-person-image{
    position: relative;
    width: 100%;
    display: inline-block;
}

.team-person-image{
    position: relative;
    height: 240px;
    width: 100%;
}

.team-person-image img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 6px;
}

.team-social{
    position: absolute;
    top: 50%;
    right: 0;
    transform: translate(0%, -50%);
    z-index: 10;
    opacity: 0;
    visibility: hidden;
    transition: ease-in-out 0.3s;
}

.team-card-wrapper:hover .team-social{
    opacity: 1;
    visibility: visible;
    transition: ease-in-out 0.3s;
}

.team-social li a{
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--theme-color-1);
    border-bottom: 1px solid var(--theme-color-4);
    color: var(--theme-color-4);
    font-size: 14px;
}

.team-social li a.last{
    border: none;
}

.team-person-details h3{
    font-size: 24px;
    line-height: 29px;
    text-align: center;
    text-transform: capitalize;
    margin-bottom: 5px;
}

.team-person-details p{
    text-align: center;
}

.team-person-details{
    padding: 20px 10px;
}

/* the slides */
.slick-slide {
    margin: 0 27px;
}

/* the parent */
.slick-list {
    margin: 0 -27px;
}

.testimonial .item{
    text-align: center;
}

#slick-slide-control00{
    width: 100%;
    height: 100%;
    border-radius: 50%;
    display: flex;
    background-image: url('../images/our-team-1.jpg');
    align-items: center;
    justify-content: center;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

#slick-slide-control01{
    width: 100%;
    height: 100%;
    border-radius: 50%;
    display: flex;
    background-image: url('../images/our-team-2.jpg');
    align-items: center;
    justify-content: center;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

#slick-slide-control02{
    width: 100%;
    height: 100%;
    border-radius: 50%;
    display: flex;
    background-image: url('../images/our-team-3.jpg');
    align-items: center;
    justify-content: center;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.testimonial .slick-dots li button:before{
    display: none;
}

.testimonial .slick-dots li{
    width: 80px;
    height: 80px;
    opacity: 0.4;
}

.testimonial .slick-dots li.slick-active{
    opacity: 1;
    width: 100px;
    height: 100px;
}

.testimonial .slick-dots{
    bottom: -9rem;
}

.review-author{
    margin-top: 2rem;
}

.review-author h3{
    font-size: 20px;
    line-height: 24px;
    color: var(--theme-color-1);
    margin-bottom: 10px;
}

.testimonial .carosel-arrow .carosel-nav-left-testi{
    width: 30px;
    height: 30px;
    background-color: var(--theme-color-2);
    color: #fff;
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
    position: absolute;
    top: 50%;
    left: 9rem;
}

.testimonial .carosel-arrow .carosel-nav-right-testi{
    width: 30px;
    height: 30px;
    background-color: var(--theme-color-2);
    color: #fff;
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
    position: absolute;
    top: 50%;
    right: 9rem;
}

.subscribe{
    background: linear-gradient(0deg, rgba(38, 27, 82, 0.8), rgba(38, 27, 82, 0.8)), url('../images/finance-service-1-bg.webp');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    position: relative;
    display: inline-block;
    margin-top: 10rem;
}

.subscribe-inner h3{
    font-size: 40px;
    line-height: 58px;
    text-align: center;
    text-transform: capitalize;
    color: #fff;
}

.subscribe-inner h3 span{
    color: var(--theme-color-4);
}

.subscribe-form-container{
    position: relative;
    width: 100%;
    margin-top: 30px;
}

.subscribe-input{
    border: 1px solid #FFFFFF;
    border-radius: 6px;
    height: 55px;
    padding: 10px 140px 10px 10px;
    background-color: transparent;
    width: 100%;
	color: #fff;
}

.btn-main.subscribe-btn{
    position: absolute;
    top: 4px;
    right: 4px;
}

.blog-card-image{
    width: 100%;
    height: 190px;
    display: inline-block;
    position: relative;
}

.blog-card-image img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 6px;
}

.blog-posted-info{
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.blog-posted-info li{
    display: inline-block;
    margin-right: 10px;
    font-size: 12px;
    margin: 15px 0px;
}

.blog-post-details h3{
    font-size: 24px;
    line-height: 29px;
    margin-bottom: 20px;
}

.blog-link{
    text-decoration: underline;
    font-family: 'Inter-Medium';
    width: 100%;
    display: inline-block;
    margin-top: 20px;
}

.blog-link i{
    margin-right: 10px;
    font-size: 14px;
    color: var(--theme-color-2);
}

.blog-posted-info a i{
    color: var(--theme-color-4);
}

.page-end-banner{
    background: linear-gradient(0deg, rgba(0, 186, 171, 0.6), rgba(0, 186, 171, 0.6)), url('../images/page-bottom-banner-bg.jpg');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    width: 100%;
    display: inline-block;
    padding: 4rem 0rem;
}

.pageend-banner-inner{
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

.pageend-banner-inner h3{
    font-size: 30px;
    line-height: 39px;
    color: var(--font-white);
}

.tooter-top-section{
    background-color: #012243;
    padding: 60px 0px 30px 0px;
    position: relative;
}

.footer-about h3{
    font-size: 32px;
    line-height: 44px;
    margin-bottom: 35px;
    color: #fff;
}

.footer-about p{
    color: #fff;
}

.footer-contact-list{
    margin-top: 20px;
}

.footer-contact-list li{
    margin-bottom: 10px;
}

.footer-contact-list li a{
    color: #fff;
}

.footer-contact-list li a i{
    color: var(--theme-color-4);
    margin-right: 10px;
}

.footer-social-list{
    margin-top: 20px;
}

.footer-social-list li{
   display: inline-block;
   margin-right: 20px;
}

.footer-social-list li a{
    display: inline-block;
    color: #fff;
}

.footer-heading{
    font-size: 20px;
    line-height: 24px;
    color: #fff;
    margin-bottom: 35px;
}

.footer-heading::after {
    content: '';
    width: 30px;
    height: 2px;
    background-color: var(--theme-color-4);
    display: inline-block;
    margin-left: 10px;
    position: relative;
    top: -5px;
}

.footer-menu-list li{
    margin-bottom: 10px;
}

.footer-menu-list li a{
    color: #fff;
}

.footer-menu-list li a::before{
    font-family: "Fontawesome"; 
	font-weight: 400;
	content: "\f105";
    margin-right: 10px;
    font-size: 13px;
}

.footer-subscribe form{
    position: relative;
    margin-top: 20px;   
}

.footer-subscribe form .footer-newsletter-container{
    width: 100%;
    position: relative;
    margin-bottom: 20px;
}

.footer-subscribe p{
    color: #fff;
}

.footer-input{
    width: 100%;
    position: relative;
    height: 51px;
    border: 1px solid #fff;
    background-color: transparent;
    border-radius: 6px;
    padding: 10px 15px;
	color: #fff;
}

.footer-bottom-section{
    background: #03172B;
    padding: 20px 0px;
}

.footer-bottom-inner{
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 13px;
}

.testimonial .carosel-arrow .carosel-nav-right-testi:hover{
    background-color: transparent;
    border: 1px solid var(--theme-color-2);
    color: var(--theme-color-2);
    transition: ease-in-out 0.3s;
}

.testimonial .carosel-arrow .carosel-nav-left-testi:hover{
    background-color: transparent;
    border: 1px solid var(--theme-color-2);
    color: var(--theme-color-2);
    transition: ease-in-out 0.3s;
}

.footer-social-list li a:hover{
    color: var(--theme-color-4);
}

.page-banner{
    background: linear-gradient(0deg, rgba(38, 27, 82, 0.8), rgba(38, 27, 82, 0.8)), url('../images/finance-service-1-bg.webp');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    position: relative;
    display: inline-block;
    height: 380px;
    padding-top: 75px;
}

.page-banner-inner{
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
}

.page-banner-inner h3{
    font-size: 40px;
    line-height: 40x;
    color: var(--font-white);
    margin-bottom: 10px;
}

.breadcrump-list li{
    display: inline-block;
    font-size: 14px;
    color: var(--font-white);
    margin: 0px 5px;
}

.services-widget{
    box-shadow: 0px 0px 20px rgb(179 179 179 / 25%);
    padding: 20px;
    display: inline-block;
    width: 100%;
}

.widget-heading{
    font-size: 20px;
    line-height: 25px;
    margin-bottom: 25px;
}

.widget-service-list li{
    padding: 10px 10px;
}

.widget-service-list li a::before{
    font-family: "Fontawesome"; 
	font-weight: 400;
	content: "\f105";
    margin-right: 10px;
    font-size: 13px;
}

.widget-service-list li:hover{
    background-color: var(--theme-color-2);
    color: #fff;
    border-radius: 6px;
    transition: ease-in-out 0.3s;
}

.help-widget{
    background-color: var(--theme-color-2);
    padding: 40px;
    border-radius: 6px;
}

.help-widget h3{
    font-size: 24px;
    line-height: 40px;
    margin-bottom: 20px;
    margin-top: 20px;
    color: var(--font-white);
}

.help-widget p{
    color: var(--font-white);
    margin-bottom: 10px;
}

.help-widget-phone{
    font-size: 20px;
    margin-bottom: 10px;
    color: var(--font-white);
}

.help-widget-mail{
    color: var(--font-white);
}

.privacy-widget{
    position: relative;
    padding: 80px 45px;
    text-align: center;
    background-size: cover;
    background: linear-gradient(0deg, rgba(34,34,34,0.80), rgba(34,34,34,0.80)), url('../images/finance-service-1.png');
    margin-top: 30px;
    background-position: center;
}


.privacy-widget h3{
    font-size: 30px;
    line-height: 40px;
    color: var(--font-white);
    margin-bottom: 20px;
}

.privacy-widget p{
    color: var(--font-white);
    margin-bottom: 20px;
}

.service-detail-main-image{
    width: 100%;
    height: 350px;
    
}

.service-detail-main-image img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 6px;
}

.service-detail-main-heading{
    font-size: 24px;
    margin-bottom: 25px
}

.service-detail-para{
    margin-bottom: 20px;
}

.service-detail-list li{
    font-family: 'Inter-Medium';
    margin-bottom: 15px;
}

.service-detail-list li::before{
    content: '\f0a9';
    left: 0px;
    top: 5px;
    color: var(--theme-color-4);
    font-size: 18px;
    line-height: 1em;
    font-family: 'FontAwesome';
    margin-right: 7px;
}

.service-small-image{
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.page-full{
    width: 100%;
    height: 100vh;
    position: relative;
    display: inline-block;
    background-position: right;
    background-size: contain;
    background-repeat: no-repeat;
}

.page-full-inner{
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
    height: 100%;
}

.error-inner h2{
    font-size: 150px;
    /* margin-bottom: 20px; */
    color: var(--theme-color-4);
}

.error-inner h4{
    font-size: 40px;
    margin-bottom: 20px;
}

.error-inner p{
    margin-bottom: 20px;
}

.page-full.error{
    background-image: url('../images/error-bg.png');
}

.faq .accordion-item{
    border: none;
    box-shadow: 0px 0px 20px rgb(179 179 179 / 25%);
    margin-bottom: 20px;
    border-radius: 60x;
}

.faq .accordion-button:not(.collapsed){
    /* color: var(--theme-color-1); */
    background-color: transparent;
    box-shadow: none;
}

.faq .accordion-button::before{
    font-family: "Fontawesome"; 
	font-weight: 400;
	content: "\f059";
    margin-right: 10px;
    font-size: 16px;
    color: var(--theme-color-4);
}

.page-full-coming{
    width: 100%;
    height: 100vh;
    position: relative;
    display: inline-block;
    background-position: center;
    background-size: cover !important;
    background-repeat: no-repeat;
    /* background-image: url('../images/coming-soon-bg.jpg'); */
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/coming-soon-bg.jpg');
}

.page-coming-inner{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    height: 100%;
}

.page-coming-inner h2{
    font-size: 40px;
    margin-bottom: 20px;
    color: var(--font-white);
}

.page-coming-inner p{
    margin-bottom: 20px;
    color: var(--font-white);
}

.soon-subscribe{
    width: 100%;
}

.soon-form-wrapper{
    position: relative;
    width: 100%;
}

.soon-input{
    width: 100%;
    height: 55px;
    border-radius: 35px;
    padding: 10px 15px;
    display: inline-block;
    border: none;
}

.soon-submit{
    background-color: var(--theme-color-2);
    border-radius: 35px;
    text-align: center;
    color: #fff;
    padding: 10px 10px;
    position: absolute;
    top: 5px;
    right: 5px;
    border: none;
    width: 135px;
}

.soon-counter-list{
    display: flex;
}

.soon-counter-list > div{
    width: 100px;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin: 30px 8px 0px 8px;
    background-color: rgb(255 255 255 / 20%);
    flex-direction: column;
    color: var(--theme-color-4);
    font-family: 'Inter-Bold';
    font-weight: normal;
    font-size: 32px;
}

.soon-counter-list > div span{
    font-family: 'Inter-Medium';
    font-weight: normal;
    /* margin: 10px 0px; */
    color: var(--font-white);
    font-size: 14px;
}

.policy-main-heading {
    font-size: 24px;
    margin-bottom: 20px;
    margin-top: 20px;
    font-family: 'Inter-Bold';
    font-weight: normal;
}

.policy-description {
    margin-bottom: 15px;
}

.search-widget{
    position: relative;
    margin-bottom: 20px;
    width: 100%;
    display: inline-block;
}

.bolg-search-input{
    width: 100%;
    height: 51px;
    padding: 10px 15px;
    position: relative;
    display: inline-block;
    border-radius: 6px;
    border: 1px solid #ccc;
}

.blog-search-btn{
    width: 51px;
    height: 51px;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: var(--theme-color-4);
    border-radius: 6px;
    position: absolute;
    top: 0;
    right: 0;
    background: transparent;
}

.recently-added-widget{
    box-shadow: 0px 0px 20px rgb(179 179 179 / 25%);
    padding: 20px;
    display: inline-block;
    width: 100%;
}

.recent-post-list li{
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #ccc;
}

.recent-post-list li:last-child{
    border: none;
}

.recent-post-inner{    
    display: flex;
    align-items: flex-start;
}

.recent-post-image{
    min-width: 80px;
    width: 80px;
    height: 60px;
    margin-right: 15px;
}

.recent-post-image img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 6px;
}

.recent-post-info h3{
    font-size: 14px;
    margin-bottom: 0px;
}

.recent-post-info p{
    font-size: 12px;
    color: var(--theme-color-4);
}

.tags-widget{
    margin-top: 40px;
}

.tags-widget ul li{
    display: inline-block;
    margin-right: 10px;
    margin-bottom: 10px;
}

.tags-widget ul li a{
    padding: 10px;
    border: 1px solid #ccc;
    color: var(--theme-color-4);
    border-radius: 6px;
    display: inline-block;
}

.comments-list .comments-list-item{
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #ccc;
}

.comments-list-inner{
    display: flex;
    align-items: flex-start;
}

.comment-author-image{
    min-width: 100px;
    height: 100px;
    border-radius: 50%;
    margin-right: 15px;
}

.comment-author-image img{
    border-radius: 50%;
}

.comment-author-heading{
    display: flex;
    justify-content: space-between;
}

.comment-author-heading h3{
    margin-bottom: 10px;
    font-size: 18px;
}

.comment-author-heading a{
    background-color: var(--theme-color-1);
    color: #fff;
    padding: 2px 10px;
    border-radius: 35px;
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100px;
}

.comment-author-info h4{
    font-size: 13px;
    margin-bottom: 15px;
}

.comments-list.replay{
    margin-left: 3rem;
}

.comments-list .comments-list-item:last-child{
    border: none;
    padding-bottom: 0;
}

.comments-list{
    padding-top: 3rem;
}

.leave-message{
    display: inline-block;
    margin-top: 4rem;
}

.message-container{
    position: relative;
}

.message-input{
    width: 100%;
    display: inline-block;
    padding: 10px 15px;
    border: 1px solid #ccc;
    border-radius: 6px;
}

.contact-us-card{
    box-shadow: 0px 0px 20px rgb(179 179 179 / 25%);
    padding: 30px 50px;
    border-radius: 6px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    background-color: #fff;
    height: 100%;
}

.contact-heading{
    padding: 20px 0px;
    font-size: 24px;
    text-transform: uppercase;
}

.page-contact-us{
    position: relative;
    margin-top: -7rem;
}

.contact-form-heading{
    font-size: 28px;
    text-transform: uppercase;
    margin-bottom: 30px;
    color: var(--font-white);
}

.contact-form-left{
    border-radius: 6px;
    padding: 40px;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/banner.jpg');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    width: 100%;
    height: 100%;
}

.contact-form-left p{
    color: var(--font-white);
}

.contact-form-container{
    position: relative;
    margin-bottom: 20px;
}

.contact-input{
    height: 51px;
    padding: 10px 15px;
    border: 1px solid #ccc;
    border-radius: 6px;
    width: 100%;
}

.contact-textarea{
    padding: 10px 15px;
    border: 1px solid #ccc;
    border-radius: 6px;
    width: 100%;
}

.navbar-dark .navbar-brand {
    color: #fff;
    width: 145px;
}

.btn-border:hover{
    transition: ease-in-out 0.3s;
    color: var(--theme-color-4);
    border-color: var(--theme-color-4);
}

.blog-link:hover{
    color: var(--theme-color-2);
    transition: ease-in-out 0.3s; 
    text-decoration: underline;  
}

.team-card-wrapper:hover .team-person-details h3{
    color: var(--theme-color-2);
    transition: ease-in-out 0.3s; 
}

.services-info-content a:hover{
    color: var(--theme-color-2);
    transition: ease-in-out 0.3s; 
    text-decoration: underline;  
}

.error-msg{
    display: none;
    transition: ease-out 0.3s;
    opacity: 0;
}
.error-msg-display{
    display: block;
    transition: ease-out 0.3s;
    opacity: 1;
    position: absolute;
    bottom: -15px;
    font-size: 10px;
    left: 0px;
    margin: 0;
    line-height: 0;
    color: red;
}
.success-msg{
    display: none;
    transition: ease-out 0.3s;
}
.success-msg-display{
    position: absolute;
    display: block;
    transition: ease-out 0.3s;
    padding: 10px;
    background: #2e7dab;
    font-size: 14px;
    /* border-radius: 5px; */
    z-index: 10;
    top: 65px;
    left: 0;
	color: #fff;
}

.subscribe-inner{
	position: relative;
}

.subscribe-inner form{
	position: relative;
}

.check-success-icon{
	margin-right: 10px
}

.error-msg-contact{
    display: none;
    transition: ease-out 0.3s;
    opacity: 0;
}
.error-msg-contact-display{
    display: block;
    transition: ease-out 0.3s;
    opacity: 1;
    position: absolute;
    bottom: -8px;
    font-size: 10px;
    left:0;
    margin: 0;
    line-height: 0;
    color: red;
}
.success-msg-contact{
    display: none;
    transition: ease-out 0.3s;
}
.success-msg-contact-display{
    position: absolute;
    display: block;
    transition: ease-out 0.3s;
    padding: 10px;
    background: #001941;
    font-size: 14px;
    /* border-radius: 5px; */
    z-index: 10;
    bottom: -150px;
    left: 0;
    padding-left: 3px;
	color: #fff;
	width: 265px;
}

.check-success-icon{
    padding: 10px;
    margin-right: 10px;
	color: #fff;
}
.success-msg p, .success-msg-display p{
    margin-bottom: 0;
}
.error-msg p, .error-msg-display p{
    margin-bottom: 0;
}

input:hover, input:focus, input:active{
    box-shadow: none;
    outline: none;
}

#loading {
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	position: fixed;
	display: block;
	/* opacity: 0.7; */
	background-color: #fff;
	z-index: 9999;
	text-align: center;
}

#loading-image {
	position: absolute;
	top: 40%;
	z-index: 999;
	transform: translate(-50%);
	background-color: #fff;
	display: inline-block;
}

@media (max-width: 1050px) {
    .comimgsoon-img-hig
    {
        min-height: fit-content;
        max-height: 1000px !important;
        padding:24px auto; 
    }
}

/* Top Games Section  */
.top-games{
  background-color: #261b51; 
  text-align: center;
}

.top-games .section-heading{
  color: #ffcc00;
  font-size: 28px;
  line-height: 36px;
  font-weight: normal;
  margin-bottom: 0;
}

/* Card */
.top-games__card{
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  background-color: #2e225d;
  transition: 0.25s ease-in-out;
}

/* Hover */
.top-games__card:hover{
  background-color: #3a2f6f;
  transform: translateY(-4px);
}

/* Image: no cropping, scale proportionally */
.top-games__img{
  width: 100%;
  height: auto;         
  display: block;
}

/* Overlay */
.top-games__overlay{
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0.45);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  transition: 0.25s ease-in-out;
}

.top-games__card:hover .top-games__overlay{
  opacity: 1;
  visibility: visible;
}

/* Button */
.top-games__btn{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  background-color: #ffcc00;
  color: #111;
  padding: 10px 18px;
  border-radius: 6px;
  font-weight: 700;
  text-decoration: none;
  transition: 0.2s ease-in-out;
  min-width: 140px;
}

.top-games__btn:hover{
  background-color: #ff9900;
  color: #111;
  transform: scale(1.03);
}

/* Touch devices: show CTA without hover */
@media (hover: none){
  .top-games__overlay{
    opacity: 1;
    visibility: visible;
    background: linear-gradient(180deg, rgba(0,0,0,0) 45%, rgba(0,0,0,0.55) 100%);
    align-items: flex-end;
    padding-bottom: 12px;
  }
}

/* =========================
   WE PROVIDE (ONLINE) — refreshed
   ========================= */

.we-provide--online{
  background: #ffffff;
}

.we-provide--online .section-heading-info p{
  margin-bottom: 14px;
}

/* Bonus pill under intro */
.we-provide__bonus{
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 12px 14px;
  border-radius: 10px;
  background: rgba(0, 186, 171, 0.12); 
  border: 1px solid rgba(0, 186, 171, 0.25);
  color: #1f2a2e;
  font-family: 'Inter-Medium';
}

.we-provide__bonus i{
  width: 34px;
  height: 34px;
  border-radius: 9px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--theme-color-2);
  color: #fff;
  flex-shrink: 0;
}

/* Card */
.we-provide__card{
  background: #fff;
  border: 1px solid #e9eef2;
  border-radius: 14px;
  padding: 22px 20px;
  height: 100%;
  transition: 0.25s ease-in-out;
  box-shadow: 0 10px 25px rgba(0,0,0,0.04);
}

.we-provide__card:hover{
  transform: translateY(-4px);
  box-shadow: 0 14px 35px rgba(0,0,0,0.08);
  border-color: rgba(0, 186, 171, 0.35);
}

/* Title */
.we-provide__title{
  font-size: 20px;
  line-height: 26px;
  margin-bottom: 14px;
  color: var(--theme-color-1);
}

/* Item row */
.we-provide__item{
  display: flex;
  align-items: flex-start;
  gap: 16px;
}

.we-provide__icon{
  width: 64px;
  height: 64px;
  border-radius: 14px;
  background: rgba(38, 27, 82, 0.06);
  border: 1px solid rgba(38, 27, 82, 0.10);
  display: flex;
  align-items: center;
  justify-content: center;
  transform: rotate(15deg);
  transition: 0.3s ease-in-out;
  flex-shrink: 0;
}

.we-provide__icon i{
  font-size: 28px;
  color: var(--theme-color-2);
  transform: rotate(-15deg);
  transition: 0.3s ease-in-out;
}

.we-provide__card:hover .we-provide__icon{
  transform: rotate(0deg) scale(1.05);
  background: rgba(0, 186, 171, 0.10);
  border-color: rgba(0, 186, 171, 0.25);
}

.we-provide__card:hover .we-provide__icon i{
  transform: rotate(0deg);
}

/* Copy */
.we-provide__text p{
  margin: 0;
  color: var(--font-color);
}

/* Meta row */
.we-provide__meta{
  display: flex;
  flex-wrap: wrap;
  gap: 10px 14px;
  margin-top: 16px;
  color: #5f6b73;
  font-size: 14px;
}

.we-provide__meta span{
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 10px;
  border-radius: 999px;
  background: #f4f7f9;
  border: 1px solid #e9eef2;
}

.we-provide__meta i{
  color: var(--theme-color-2);
}

/* Highlight card for bonus */
.we-provide__card--highlight{
  background: linear-gradient(180deg, rgba(38,27,82,0.06) 0%, rgba(0,186,171,0.06) 100%);
  border-color: rgba(255, 195, 99, 0.35); /* matches --theme-color-4 */
  position: relative;
  overflow: hidden;
}

.we-provide__card--highlight:before{
  content: '';
  position: absolute;
  top: -80px;
  right: -80px;
  width: 180px;
  height: 180px;
  background: rgba(255, 195, 99, 0.18);
  border-radius: 50%;
  filter: blur(0px);
}

.we-provide__card--highlight .we-provide__title{
  color: var(--theme-color-1);
}

/* CTA inside highlight */
.we-provide__cta{
  margin-top: 18px;
}

/* Responsive tweaks */
@media (max-width: 575.98px){
  .we-provide__bonus{
    font-size: 14px;
  }
  .we-provide__card{
    padding: 18px 16px;
  }
  .we-provide__icon{
    width: 58px;
    height: 58px;
  }
  .we-provide__icon i{
    font-size: 26px;
  }
}

/* =========================
   WHY CHOOSE 
   ========================= */

.why-choose{
  background: #fff;
}

.why-choose__grid{
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.why-choose__card{
  background: #ffffff;
  border: 1px solid #e9eef2;
  border-radius: 14px;
  padding: 16px 16px;
  display: flex;
  gap: 14px;
  align-items: flex-start;
  transition: 0.25s ease-in-out;
  box-shadow: 0 10px 25px rgba(0,0,0,0.04);
}

.why-choose__card:hover{
  transform: translateY(-4px);
  border-color: rgba(0, 186, 171, 0.35);
  box-shadow: 0 14px 35px rgba(0,0,0,0.08);
}

.why-choose__icon{
  width: 64px;
  height: 64px;
  border-radius: 14px;
  background: rgba(38, 27, 82, 0.06);
  border: 1px solid rgba(38, 27, 82, 0.10);
  display: flex;
  align-items: center;
  justify-content: center;
  transform: rotate(15deg);
  transition: 0.3s ease-in-out;
  flex-shrink: 0;
}

.why-choose__icon i{
  font-size: 26px;
  color: var(--theme-color-2);
  transform: rotate(-15deg);
  transition: 0.3s ease-in-out;
}

.why-choose__card:hover .why-choose__icon{
  transform: rotate(0deg) scale(1.05);
  background: rgba(0, 186, 171, 0.10);
  border-color: rgba(0, 186, 171, 0.25);
}

.why-choose__card:hover .why-choose__icon i{
  transform: rotate(0deg);
}

/* Text */
.why-choose__content h3{
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 6px;
  color: var(--theme-color-1);
}

.why-choose__content p{
  margin: 0;
  color: var(--font-color);
}

/* Accent card */
.why-choose__card--accent{
  background: linear-gradient(180deg, rgba(0, 186, 171, 0.08) 0%, rgba(38, 27, 82, 0.06) 100%);
  border-color: rgba(255, 195, 99, 0.35);
}

.why-choose__actions{
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 8px;
}

/* Media */
.why-choose__media{
  position: relative;
  border-radius: 16px;
  overflow: hidden;
  border: 1px solid #e9eef2;
  box-shadow: 0 18px 40px rgba(0,0,0,0.08);
  height: 100%;
  min-height: 320px;
  background: #fff;
}

.why-choose__media img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* Badge */
.why-choose__badge{
  position: absolute;
  left: 16px;
  bottom: 16px;
  right: 16px;
  display: flex;
  gap: 12px;
  align-items: center;
  padding: 12px 14px;
  border-radius: 14px;
  background: rgba(255,255,255,0.92);
  border: 1px solid rgba(233, 238, 242, 0.9);
  backdrop-filter: blur(6px);
}

.why-choose__badge i{
  width: 40px;
  height: 40px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--theme-color-2);
  color: #fff;
  flex-shrink: 0;
}

.why-choose__badge strong{
  display: block;
  color: var(--theme-color-1);
  font-size: 16px;
  line-height: 20px;
}

.why-choose__badge span{
  display: block;
  color: #5f6b73;
  font-size: 13px;
  line-height: 18px;
}

/* Responsive */
@media (max-width: 575.98px){
  .why-choose__icon{
    width: 58px;
    height: 58px;
  }
  .why-choose__icon i{
    font-size: 24px;
  }
  .why-choose__media{
    min-height: 260px;
  }
}

/* =========================
   PROMOS / BONUSES / LOYALTY 
   ========================= */

.promos{
  background: #ffffff;
  position: relative;
  overflow: hidden;
}

/* Decorative soft shapes */
.promos:before,
.promos:after{
  content: '';
  position: absolute;
  border-radius: 50%;
  z-index: 0;
  opacity: 0.10;
}

.promos:before{
  width: 420px;
  height: 420px;
  left: -180px;
  top: -160px;
  background: var(--theme-color-2);
}

.promos:after{
  width: 520px;
  height: 520px;
  right: -220px;
  bottom: -220px;
  background: var(--theme-color-1);
}

.promos .container{
  position: relative;
  z-index: 1;
}

.promos__head{
  margin-bottom: 18px;
}

.promos__subtext{
  max-width: 980px;
  margin: 12px auto 0;
  color: #6a6a6a;
}

/* Layout */
.promos__panel{
  background: #fff;
  border: 1px solid #e9eef2;
  border-radius: 18px;
  padding: 22px;
  height: 100%;
  box-shadow: 0 18px 40px rgba(0,0,0,0.06);
  position: relative;
  overflow: hidden;
}

.promos__panel:hover{
  border-color: rgba(0, 186, 171, 0.35);
}

.promos__panel--online{
  background: linear-gradient(180deg, rgba(0,186,171,0.05) 0%, rgba(38,27,82,0.04) 100%);
}

/* Top */
.promos__panel-top{
  margin-bottom: 16px;
}

.promos__tag{
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 8px 12px;
  border-radius: 999px;
  border: 1px solid #e9eef2;
  background: #f7f9fb;
  color: #2b2b2b;
  margin-bottom: 12px;
  font-size: 13px;
}

.promos__tag i{
  color: var(--theme-color-2);
}

.promos__tag--land{
  background: rgba(38,27,82,0.04);
}

.promos__tag--online{
  background: rgba(0,186,171,0.08);
  border-color: rgba(0,186,171,0.18);
}

.promos__title{
  font-size: 24px;
  line-height: 32px;
  color: var(--theme-color-1);
  margin-bottom: 10px;
}

.promos__lead{
  margin: 0;
  color: #666;
}

/* Feature grid (Land-based) */
.promos__feature-grid{
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
  margin-top: 18px;
}

@media (min-width: 768px){
  .promos__feature-grid{
    grid-template-columns: 1fr 1fr;
  }
}

.promos__feature{
  display: flex;
  gap: 12px;
  padding: 14px;
  border-radius: 14px;
  background: #f7f9fb;
  border: 1px solid #e9eef2;
  transition: 0.25s ease-in-out;
}

.promos__feature:hover{
  transform: translateY(-3px);
  border-color: rgba(0, 186, 171, 0.30);
  background: #ffffff;
}

.promos__icon{
  width: 54px;
  height: 54px;
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(38,27,82,0.06);
  border: 1px solid rgba(38,27,82,0.10);
  transform: rotate(15deg);
  transition: 0.3s ease-in-out;
  flex-shrink: 0;
}

.promos__icon i{
  font-size: 22px;
  color: var(--theme-color-2);
  transform: rotate(-15deg);
  transition: 0.3s ease-in-out;
}

.promos__feature:hover .promos__icon{
  transform: rotate(0deg) scale(1.05);
  background: rgba(0,186,171,0.10);
  border-color: rgba(0,186,171,0.25);
}

.promos__feature:hover .promos__icon i{
  transform: rotate(0deg);
}

.promos__feature h4{
  font-size: 16px;
  line-height: 22px;
  margin-bottom: 6px;
  color: var(--theme-color-1);
}

.promos__feature p{
  margin: 0;
  color: #666;
}

/* List */
.promos__list{
  margin-top: 18px;
  padding: 16px;
  border-radius: 14px;
  background: #ffffff;
  border: 1px solid #e9eef2;
}

.promos__list-title{
  display: flex;
  align-items: center;
  gap: 10px;
  font-family: 'Inter-SemiBold';
  color: var(--theme-color-1);
  margin-bottom: 12px;
}

.promos__list-title i{
  color: var(--theme-color-2);
}

.promos__list ul li{
  display: flex;
  gap: 10px;
  padding: 8px 0;
  color: #666;
}

.promos__list ul li i{
  color: var(--theme-color-2);
  margin-top: 3px;
}

.promos__list--online{
  background: rgba(255,255,255,0.9);
}

/* Online Welcome card */
.promos__welcome{
  margin-top: 14px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  padding: 14px 16px;
  border-radius: 16px;
  background: rgba(0,186,171,0.10);
  border: 1px solid rgba(0,186,171,0.25);
}

.promos__welcome-icon{
  width: 44px;
  height: 44px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--theme-color-2);
  color: #fff;
  flex-shrink: 0;
  box-shadow: 0 10px 18px rgba(0,0,0,0.06);
}

.promos__welcome-icon i{
  font-size: 18px;
}

.promos__welcome-body{
  text-align: left;
  line-height: 1.15;
}

.promos__welcome-label{
  font-size: 12px;
  letter-spacing: 0.02em;
  color: #2c2c2c;
  opacity: 0.9;
}

.promos__welcome-value{
  font-size: 18px;
  color: var(--theme-color-1);
  font-family: 'Inter-Bold';
  margin: 4px 0;
}

.promos__welcome-sub{
  font-size: 13px;
  color: #5f6b73;
}

.promos__welcome-cta{
  flex-shrink: 0;
}

.promos__welcome-btn{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 14px;
  border-radius: 10px;
  background: #ffcc00;
  color: #111;
  font-weight: 800;
  text-decoration: none;
  transition: 0.2s ease-in-out;
  min-width: 88px;
}

.promos__welcome-btn:hover{
  background: #ff9900;
  transform: translateY(-1px);
  color: #111;
}

/* Badges */
.promos__badges{
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 14px 0 18px;
}

.promos__badge{
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 10px;
  border-radius: 999px;
  background: rgba(255,255,255,0.9);
  border: 1px solid #e9eef2;
  color: #5f6b73;
  font-size: 13px;
}

.promos__badge i{
  color: var(--theme-color-2);
}

/* Promo cards grid */
.promos__cards{
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
}

@media (min-width: 576px){
  .promos__cards{
    grid-template-columns: 1fr 1fr;
  }
}

.promos__card{
  background: rgba(255,255,255,0.95);
  border: 1px solid #e9eef2;
  border-radius: 16px;
  padding: 14px 14px;
  transition: 0.25s ease-in-out;
  position: relative;
  overflow: hidden;
}

.promos__card:hover{
  transform: translateY(-3px);
  border-color: rgba(0,186,171,0.35);
  box-shadow: 0 14px 35px rgba(0,0,0,0.07);
}

.promos__card--wide{
  grid-column: span 1;
}

@media (min-width: 576px){
  .promos__card--wide{
    grid-column: span 2;
  }
}

.promos__card-top{
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  margin-bottom: 10px;
}

.promos__pill{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 6px 10px;
  border-radius: 999px;
  font-size: 12px;
  background: rgba(38,27,82,0.06);
  border: 1px solid rgba(38,27,82,0.10);
  color: var(--theme-color-1);
}

.promos__pill--hot{
  background: rgba(255, 195, 99, 0.25);
  border-color: rgba(255, 195, 99, 0.45);
}

.promos__pill--new{
  background: rgba(0, 186, 171, 0.16);
  border-color: rgba(0, 186, 171, 0.30);
}

.promos__pill--vip{
  background: rgba(38,27,82,0.10);
  border-color: rgba(38,27,82,0.18);
}

.promos__card h4{
  font-size: 16px;
  line-height: 22px;
  margin-bottom: 6px;
  color: var(--theme-color-1);
}

.promos__card p{
  margin: 0;
  color: #666;
}

/* CTA area */
.promos__cta{
  margin-top: 18px;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
}

.promos__note{
  color: #7a7a7a;
  font-size: 13px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.promos__note i{
  color: var(--theme-color-2);
}

/* Footer line */
.promos__footer{
  margin-top: 18px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px 14px;
  align-items: center;
  justify-content: center;
  padding: 14px 16px;
  border-radius: 14px;
  background: #f7f9fb;
  border: 1px solid #e9eef2;
}

.promos__footer-badge{
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 10px;
  border-radius: 999px;
  background: rgba(0, 186, 171, 0.10);
  border: 1px solid rgba(0, 186, 171, 0.22);
  color: var(--theme-color-1);
  font-size: 13px;
}

.promos__footer-badge i{
  color: var(--theme-color-2);
}

.promos__footer-text{
  color: #6a6a6a;
  font-size: 13px;
  text-align: center;
}

/* Mobile tweaks */
@media (max-width: 575.98px){
  .promos__panel{
    padding: 18px;
  }
  .promos__title{
    font-size: 22px;
    line-height: 30px;
  }
  .promos__welcome{
    flex-direction: column;
    align-items: stretch;
    text-align: left;
  }
  .promos__welcome-btn{
    width: 100%;
  }
}

/* =========================
   Land-based: tiers & mini perks 
   ========================= */

.promos__tiers{
  margin-top: 16px;
  padding: 16px;
  border-radius: 14px;
  background: rgba(38,27,82,0.04);
  border: 1px solid #e9eef2;
}

.promos__tiers-head{
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 12px;
  flex-wrap: wrap;
  margin-bottom: 12px;
}

.promos__tiers-title{
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-family: 'Inter-SemiBold';
  color: var(--theme-color-1);
}

.promos__tiers-title i{
  color: var(--theme-color-2);
}

.promos__tiers-badges{
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.promos__tier{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 6px 10px;
  border-radius: 999px;
  font-size: 12px;
  border: 1px solid rgba(38,27,82,0.14);
  background: rgba(255,255,255,0.8);
  color: var(--theme-color-1);
}

.promos__tier--1{ border-color: rgba(0,186,171,0.30); }
.promos__tier--2{ border-color: rgba(255,195,99,0.55); }
.promos__tier--3{ border-color: rgba(38,27,82,0.25); }
.promos__tier--4{
  border-color: rgba(0,186,171,0.35);
  background: rgba(0,186,171,0.10);
}

/* mini cards */
.promos__tiers-grid{
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
}

@media (min-width: 576px){
  .promos__tiers-grid{
    grid-template-columns: 1fr 1fr;
  }
}

.promos__mini{
  display: flex;
  gap: 12px;
  padding: 14px;
  border-radius: 14px;
  background: rgba(255,255,255,0.92);
  border: 1px solid #e9eef2;
  transition: 0.25s ease-in-out;
}

.promos__mini:hover{
  transform: translateY(-3px);
  border-color: rgba(0,186,171,0.30);
  box-shadow: 0 14px 35px rgba(0,0,0,0.06);
}

.promos__mini-icon{
  width: 52px;
  height: 52px;
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0,186,171,0.10);
  border: 1px solid rgba(0,186,171,0.22);
  transform: rotate(15deg);
  transition: 0.3s ease-in-out;
  flex-shrink: 0;
}

.promos__mini-icon i{
  color: var(--theme-color-2);
  font-size: 20px;
  transform: rotate(-15deg);
  transition: 0.3s ease-in-out;
}

.promos__mini:hover .promos__mini-icon{
  transform: rotate(0deg) scale(1.05);
}

.promos__mini:hover .promos__mini-icon i{
  transform: rotate(0deg);
}

.promos__mini-content h4{
  font-size: 15px;
  line-height: 20px;
  margin-bottom: 6px;
  color: var(--theme-color-1);
}

.promos__mini-content p{
  margin: 0;
  color: #666;
}

/* mobile tightening */
@media (max-width: 575.98px){
  .promos__tiers{
    padding: 14px;
  }
}

/* =========================
   PARALLAX BANNER (Online)
   ========================= */

.banner-parallax{
  position: relative;
  width: 100%;
  min-height: 64vh;
  display: flex;
  align-items: center;
  text-align: center;
  color: #fff;

  background-image: url("../images/banner-online.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-attachment: fixed;
}

.banner-parallax__overlay{
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, var(--banner-overlay, 0.45));
  z-index: 1;
}

/* decorative glow */
.banner-parallax:before{
  content: '';
  position: absolute;
  inset: 0;
  background:
    radial-gradient(700px 300px at 20% 40%, rgba(0,186,171,0.20), transparent 60%),
    radial-gradient(700px 300px at 80% 60%, rgba(255,195,99,0.18), transparent 60%);
  z-index: 1;
  pointer-events: none;
}

.banner-parallax .container{
  position: relative;
  z-index: 2;
}

.banner-parallax__content{
  max-width: 980px;
  margin: 0 auto;
  padding: 22px 10px;
}

.banner-parallax__title{
  font-size: 44px;
  line-height: 54px;
  font-family: 'Inter-Bold';
  color: #ffcc00;
  margin-bottom: 14px;
}

.banner-parallax__bonus{
  font-size: 20px;
  line-height: 30px;
  margin: 0 auto 22px;
  max-width: 860px;
  color: rgba(255,255,255,0.95);
}

.banner-parallax__actions{
  display: flex;
  gap: 12px;
  justify-content: center;
  flex-wrap: wrap;
}

@media (max-width: 991.98px){
  .banner-parallax{
    min-height: 58vh;
    background-attachment: scroll; 
  }
  .banner-parallax__title{
    font-size: 34px;
    line-height: 42px;
  }
  .banner-parallax__bonus{
    font-size: 18px;
    line-height: 28px;
  }
}

@media (max-width: 575.98px){
  .banner-parallax__content{
    padding: 18px 8px;
  }
  .banner-parallax__title{
    font-size: 28px;
    line-height: 36px;
  }
}

/* =========================
   REGISTRATION STEPS (Online)
   ========================= */

.registration-steps{
  padding: 70px 0;
  background-color: #261b50; 
  color: #fff;
  text-align: center;
  position: relative;
  overflow: hidden;
}

/* subtle decorative glow */
.registration-steps:before,
.registration-steps:after{
  content: '';
  position: absolute;
  border-radius: 50%;
  opacity: 0.18;
  pointer-events: none;
}

.registration-steps:before{
  width: 520px;
  height: 520px;
  left: -220px;
  top: -220px;
  background: var(--theme-color-2);
}

.registration-steps:after{
  width: 620px;
  height: 620px;
  right: -260px;
  bottom: -260px;
  background: #ffcc00;
}

.registration-small-heading{
  font-size: 18px;
  color: #ffcc00;
  margin-bottom: 10px;
  letter-spacing: 0.02em;
}

.registration-heading{
  font-size: 34px;
  line-height: 42px;
  margin-bottom: 12px;
  color: #fff;
}

.registration-subtext{
  font-size: 18px;
  line-height: 28px;
  margin: 0 auto 10px;
  color: rgba(255,255,255,0.85);
  max-width: 900px;
}

/* Bonus card */
.registration-bonus{
  background: rgba(255,255,255,0.08);
  border: 1px solid rgba(255,255,255,0.18);
  border-radius: 16px;
  padding: 22px 18px;
  box-shadow: 0 18px 40px rgba(0,0,0,0.22);
  position: relative;
  overflow: hidden;
}

.registration-bonus:before{
  content: '';
  position: absolute;
  top: -120px;
  right: -120px;
  width: 240px;
  height: 240px;
  border-radius: 50%;
  background: rgba(255, 204, 0, 0.22);
}

.registration-bonus__badge{
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(0, 186, 171, 0.18);
  border: 1px solid rgba(0, 186, 171, 0.35);
  color: #fff;
  font-size: 13px;
  margin-bottom: 12px;
}

.registration-bonus__badge i{
  color: #ffcc00;
}

.registration-bonus__title{
  font-size: 22px;
  line-height: 30px;
  margin-bottom: 8px;
  color: #ffcc00;
}

.registration-bonus__text{
  margin: 0;
  color: rgba(255,255,255,0.88);
}

/* Step cards */
.registration-step-card{
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(255,255,255,0.16);
  padding: 26px 20px;
  border-radius: 16px;
  box-shadow: 0 14px 30px rgba(0,0,0,0.18);
  transition: 0.25s ease-in-out;
  position: relative;
  overflow: hidden;
  height: 100%;
}

.registration-step-card:hover{
  transform: translateY(-6px);
  border-color: rgba(0, 186, 171, 0.45);
  box-shadow: 0 18px 42px rgba(0,0,0,0.28);
}

.registration-step-icon{
  width: 72px;
  height: 72px;
  border-radius: 16px;
  background: rgba(0, 186, 171, 0.14);
  border: 1px solid rgba(0, 186, 171, 0.35);
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 16px;
  transform: rotate(15deg);
  transition: 0.3s ease-in-out;
}

.registration-step-icon i{
  font-size: 28px;
  color: #ffcc00;
  transform: rotate(-15deg);
  transition: 0.3s ease-in-out;
}

.registration-step-card:hover .registration-step-icon{
  transform: rotate(0deg) scale(1.05);
}

.registration-step-card:hover .registration-step-icon i{
  transform: rotate(0deg);
}

.registration-step-title{
  font-size: 20px;
  line-height: 26px;
  margin-bottom: 10px;
  color: #fff;
}

.registration-step-text{
  font-size: 16px;
  line-height: 24px;
  color: rgba(255,255,255,0.85);
  margin: 0;
}

/* Actions */
.registration-actions{
  display: flex;
  justify-content: center;
  gap: 12px;
  flex-wrap: wrap;
}

.registration-note{
  margin-top: 14px;
  font-size: 13px;
  color: rgba(255,255,255,0.75);
}

/* Responsive */
@media (max-width: 991.98px){
  .registration-steps{
    padding: 60px 0;
  }
  .registration-heading{
    font-size: 30px;
    line-height: 38px;
  }
  .registration-subtext{
    font-size: 17px;
    line-height: 26px;
  }
}

@media (max-width: 575.98px){
  .registration-heading{
    font-size: 26px;
    line-height: 34px;
  }
  .registration-bonus__title{
    font-size: 19px;
    line-height: 28px;
  }
}

/* =========================
   GAMING EXPERIENCE
========================= */

.gaming-experience{
padding:80px 0;
background:#f7f9fc;
position:relative;
overflow:hidden;
}

/* decorative glow */

.gaming-experience:before{
content:'';
position:absolute;
width:600px;
height:600px;
left:-300px;
top:-200px;
background:rgba(0,186,171,0.15);
border-radius:50%;
}

.gaming-experience:after{
content:'';
position:absolute;
width:700px;
height:700px;
right:-350px;
bottom:-300px;
background:rgba(38,27,80,0.08);
border-radius:50%;
}

/* headings */

.gaming-small-heading{
color:#00baab;
font-size:18px;
margin-bottom:10px;
}

.gaming-heading{
font-size:34px;
line-height:42px;
margin-bottom:14px;
}

.gaming-subtext{
max-width:900px;
margin:auto;
color:#666;
}

/* panels */

.gaming-panel{
background:#fff;
border-radius:16px;
padding:30px;
box-shadow:0 15px 40px rgba(0,0,0,0.08);
position:relative;
}

.gaming-panel-online{
border:2px solid rgba(0,186,171,0.25);
}

/* badge */

.gaming-panel-badge{
display:inline-flex;
align-items:center;
gap:8px;
background:#f1f5f9;
padding:6px 12px;
border-radius:20px;
font-size:13px;
margin-bottom:12px;
}

.gaming-panel-badge.online{
background:rgba(0,186,171,0.12);
}

.gaming-panel-title{
font-size:24px;
margin-bottom:10px;
}

.gaming-panel-text{
color:#666;
margin-bottom:20px;
}

/* game cards */

.gaming-cards{
display:grid;
grid-template-columns:repeat(2,1fr);
gap:14px;
}

.gaming-card{
background:#fafafa;
padding:18px;
border-radius:12px;
transition:0.25s;
}

.gaming-card:hover{
transform:translateY(-4px);
box-shadow:0 12px 30px rgba(0,0,0,0.1);
}

/* icons */

.gaming-icon{
width:50px;
height:50px;
display:flex;
align-items:center;
justify-content:center;
background:rgba(0,186,171,0.12);
border-radius:10px;
margin-bottom:10px;
font-size:20px;
color:#00baab;
transform:rotate(12deg);
transition:0.3s;
}

.gaming-card:hover .gaming-icon{
transform:rotate(0deg) scale(1.1);
}

/* tags */

.gaming-tags{
margin-top:18px;
display:flex;
flex-wrap:wrap;
gap:8px;
}

.gaming-tags span{
background:#f1f5f9;
padding:6px 10px;
border-radius:14px;
font-size:12px;
}

/* CTA */

.gaming-cta{
background:#ffffff;
padding:30px;
border-radius:16px;
box-shadow:0 10px 30px rgba(0,0,0,0.07);
}

.gaming-cta h3{
margin-bottom:10px;
}

.gaming-cta p{
color:#666;
margin-bottom:16px;
}

/* responsive */

@media(max-width:992px){

.gaming-cards{
grid-template-columns:1fr;
}

.gaming-heading{
font-size:28px;
}

}

/* =========================
   SLOTS SHOWCASE (LIGHT, DETAILED, NEW VISUAL)
   ========================= */

.slots-showcase{
  padding: 85px 0;
  background: #f7f9fc;
  position: relative;
  overflow: hidden;
}

/* Decorative soft blobs */
.slots-showcase:before,
.slots-showcase:after{
  content:'';
  position:absolute;
  border-radius:50%;
  pointer-events:none;
  opacity: 0.22;
}

.slots-showcase:before{
  width: 560px;
  height: 560px;
  left: -260px;
  top: -240px;
  background: rgba(0,186,171,0.18);
}

.slots-showcase:after{
  width: 700px;
  height: 700px;
  right: -320px;
  bottom: -320px;
  background: rgba(38,27,80,0.10);
}

.slots-showcase .container{
  position: relative;
  z-index: 1;
}

/* Headings */
.slots-showcase__kicker{
  color: var(--theme-color-2);
  font-size: 18px;
  margin-bottom: 10px;
  letter-spacing: 0.02em;
}

.slots-showcase__title{
  font-size: 34px;
  line-height: 42px;
  margin-bottom: 14px;
  color: var(--theme-color-1);
}

.slots-showcase__sub{
  max-width: 980px;
  margin: 0 auto;
  color: #6a6a6a;
}

/* Panels */
.slots-showcase__panel{
  height: 100%;
  border-radius: 18px;
  padding: 22px;
  background: #ffffff;
  border: 1px solid #e9eef2;
  box-shadow: 0 18px 40px rgba(0,0,0,0.06);
}

.slots-showcase__panel--online{
  background: linear-gradient(180deg, rgba(0,186,171,0.06) 0%, rgba(38,27,80,0.03) 100%);
  border-color: rgba(0,186,171,0.22);
}

.slots-showcase__label{
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 8px 12px;
  border-radius: 999px;
  font-size: 13px;
  background: #f4f7f9;
  border: 1px solid #e9eef2;
  margin-bottom: 12px;
  color: #2b2b2b;
}

.slots-showcase__label i{
  color: var(--theme-color-2);
}

.slots-showcase__label--online{
  background: rgba(0,186,171,0.08);
  border-color: rgba(0,186,171,0.18);
}

.slots-showcase__h3{
  font-size: 24px;
  line-height: 32px;
  margin-bottom: 10px;
  color: var(--theme-color-1);
}

.slots-showcase__p{
  margin: 0 0 18px;
  color: #666;
}

/* Left list */
.slots-showcase__list{
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-top: 10px;
}

.slots-showcase__li{
  display: flex;
  gap: 12px;
  padding: 14px;
  border-radius: 16px;
  background: #fafafa;
  border: 1px solid #e9eef2;
  transition: 0.25s ease-in-out;
}

.slots-showcase__li:hover{
  transform: translateY(-3px);
  border-color: rgba(0,186,171,0.30);
  box-shadow: 0 14px 35px rgba(0,0,0,0.06);
}

/* Icon (moving effect) */
.slots-showcase__icon{
  width: 54px;
  height: 54px;
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0,186,171,0.12);
  border: 1px solid rgba(0,186,171,0.22);
  transform: rotate(15deg);
  transition: 0.3s ease-in-out;
  flex-shrink: 0;
}

.slots-showcase__icon i{
  font-size: 20px;
  color: var(--theme-color-2);
  transform: rotate(-15deg);
  transition: 0.3s ease-in-out;
}

.slots-showcase__li:hover .slots-showcase__icon{
  transform: rotate(0deg) scale(1.05);
}

.slots-showcase__li:hover .slots-showcase__icon i{
  transform: rotate(0deg);
}

.slots-showcase__li h4{
  font-size: 16px;
  line-height: 22px;
  margin-bottom: 6px;
  color: var(--theme-color-1);
}

.slots-showcase__li p{
  margin: 0;
  color: #666;
}

/* Featured titles */
.slots-showcase__featured{
  margin-top: 16px;
  border-radius: 16px;
  padding: 16px;
  background: rgba(255,255,255,0.9);
  border: 1px solid #e9eef2;
}

.slots-showcase__featured-head{
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  flex-wrap: wrap;
  margin-bottom: 12px;
}

.slots-showcase__featured-title{
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-family: 'Inter-SemiBold';
  color: var(--theme-color-1);
}

.slots-showcase__featured-title i{
  color: var(--theme-color-2);
}

.slots-showcase__featured-badge{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 6px 10px;
  border-radius: 999px;
  font-size: 12px;
  background: rgba(255,195,99,0.22);
  border: 1px solid rgba(255,195,99,0.40);
  color: var(--theme-color-1);
}

.slots-showcase__title-grid{
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}

@media (min-width: 576px){
  .slots-showcase__title-grid{
    grid-template-columns: 1fr 1fr 1fr;
  }
}

.slots-showcase__title-tile{
  border-radius: 12px;
  padding: 10px 12px;
  background: #f4f7f9;
  border: 1px solid #e9eef2;
  transition: 0.25s ease-in-out;
  color: var(--theme-color-1);
  font-size: 13px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.slots-showcase__title-tile:hover{
  transform: translateY(-2px);
  border-color: rgba(0,186,171,0.30);
  box-shadow: 0 12px 28px rgba(0,0,0,0.05);
}

.slots-showcase__note{
  margin-top: 12px;
  color: #6a6a6a;
  font-size: 13px;
}

.slots-showcase__note--right{
  margin-top: 14px;
}

/* Mini guide */
.slots-showcase__mini{
  margin-top: 14px;
  border-radius: 16px;
  padding: 14px;
  background: #fafafa;
  border: 1px solid #e9eef2;
}

.slots-showcase__mini-title{
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-family: 'Inter-SemiBold';
  color: var(--theme-color-1);
  margin-bottom: 10px;
}

.slots-showcase__mini-title i{
  color: var(--theme-color-2);
}

.slots-showcase__mini-row{
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.slots-showcase__mini-row span{
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 10px;
  border-radius: 999px;
  background: #f1f5f9;
  border: 1px solid #e9eef2;
  font-size: 13px;
  color: #5f6b73;
}

.slots-showcase__mini-row i{
  color: var(--theme-color-2);
}

/* Right top + CTA */
.slots-showcase__top{
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
  flex-wrap: wrap;
}

.slots-showcase__cta{
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}

/* Tiles (right) */
.slots-showcase__tiles{
  margin-top: 10px;
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
}

@media (min-width: 576px){
  .slots-showcase__tiles{
    grid-template-columns: 1fr 1fr;
  }
  .slots-showcase__tile--wide{
    grid-column: span 2;
  }
}

.slots-showcase__tile{
  border-radius: 18px;
  padding: 16px;
  background: rgba(255,255,255,0.92);
  border: 1px solid #e9eef2;
  transition: 0.25s ease-in-out;
  position: relative;
  overflow: hidden;
}

.slots-showcase__tile:hover{
  transform: translateY(-4px);
  border-color: rgba(0,186,171,0.30);
  box-shadow: 0 16px 38px rgba(0,0,0,0.07);
}

.slots-showcase__tile-top{
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  margin-bottom: 10px;
}

.slots-showcase__pill{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 6px 10px;
  border-radius: 999px;
  font-size: 12px;
  background: rgba(38,27,82,0.06);
  border: 1px solid rgba(38,27,82,0.10);
  color: var(--theme-color-1);
}

.slots-showcase__pill--teal{
  background: rgba(0,186,171,0.14);
  border-color: rgba(0,186,171,0.26);
}

.slots-showcase__pill--gold{
  background: rgba(255,195,99,0.22);
  border-color: rgba(255,195,99,0.40);
}

.slots-showcase__pill--hot{
  background: rgba(255,204,0,0.18);
  border-color: rgba(255,204,0,0.34);
}

/* Tile icon (moving effect) */
.slots-showcase__tile-icon{
  width: 56px;
  height: 56px;
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0,186,171,0.12);
  border: 1px solid rgba(0,186,171,0.22);
  transform: rotate(15deg);
  transition: 0.3s ease-in-out;
  margin-bottom: 10px;
}

.slots-showcase__tile-icon i{
  font-size: 20px;
  color: var(--theme-color-2);
  transform: rotate(-15deg);
  transition: 0.3s ease-in-out;
}

.slots-showcase__tile:hover .slots-showcase__tile-icon{
  transform: rotate(0deg) scale(1.05);
}

.slots-showcase__tile:hover .slots-showcase__tile-icon i{
  transform: rotate(0deg);
}

.slots-showcase__tile h4{
  font-size: 16px;
  line-height: 22px;
  margin-bottom: 6px;
  color: var(--theme-color-1);
}

.slots-showcase__tile p{
  margin: 0;
  color: #666;
}

/* Split boxes (right) */
.slots-showcase__split{
  margin-top: 14px;
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
}

@media (min-width: 768px){
  .slots-showcase__split{
    grid-template-columns: 1fr 1fr;
  }
}

.slots-showcase__box{
  border-radius: 16px;
  padding: 16px;
  background: #fafafa;
  border: 1px solid #e9eef2;
}

.slots-showcase__box-title{
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-family: 'Inter-SemiBold';
  color: var(--theme-color-1);
  margin-bottom: 12px;
}

.slots-showcase__box-title i{
  color: var(--theme-color-2);
}

.slots-showcase__bullets{
  margin: 0;
  padding-left: 0;
  list-style: none;
}

.slots-showcase__bullets li{
  display: flex;
  gap: 10px;
  padding: 8px 0;
  color: #666;
}

.slots-showcase__bullets i{
  color: var(--theme-color-2);
  margin-top: 3px;
}

.slots-showcase__example-badges{
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.slots-showcase__example-badges span{
  padding: 8px 10px;
  border-radius: 999px;
  background: #f1f5f9;
  border: 1px solid #e9eef2;
  color: #5f6b73;
  font-size: 13px;
}

/* Providers row */
.slots-showcase__providers{
  margin-top: 14px;
  border-radius: 16px;
  padding: 16px;
  background: rgba(255,255,255,0.85);
  border: 1px solid #e9eef2;
}

.slots-showcase__providers-title{
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-family: 'Inter-SemiBold';
  color: var(--theme-color-1);
  margin-bottom: 12px;
}

.slots-showcase__providers-title i{
  color: var(--theme-color-2);
}

.slots-showcase__providers-row{
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.slots-showcase__providers-row span{
  padding: 8px 10px;
  border-radius: 999px;
  background: rgba(38,27,82,0.06);
  border: 1px solid rgba(38,27,82,0.10);
  color: var(--theme-color-1);
  font-size: 13px;
}

/* Responsive */
@media (max-width: 991.98px){
  .slots-showcase__title{
    font-size: 28px;
    line-height: 36px;
  }
}

/* =========================
   TABLE GAMES + LIVE DEALER 
   ========================= */

.tables-live{
  padding: 85px 0;
  background: #f7f9fc;
  position: relative;
  overflow: hidden;
}

/* Decorative soft shapes */
.tables-live:before,
.tables-live:after{
  content:'';
  position:absolute;
  border-radius:50%;
  pointer-events:none;
  opacity: 0.20;
}

.tables-live:before{
  width: 560px;
  height: 560px;
  left: -260px;
  top: -240px;
  background: rgba(0,186,171,0.18);
}

.tables-live:after{
  width: 720px;
  height: 720px;
  right: -340px;
  bottom: -360px;
  background: rgba(38,27,80,0.10);
}

.tables-live .container{
  position: relative;
  z-index: 1;
}

/* Heading */
.tables-live__kicker{
  color: var(--theme-color-2);
  font-size: 18px;
  margin-bottom: 10px;
  letter-spacing: 0.02em;
}

.tables-live__title{
  font-size: 34px;
  line-height: 42px;
  margin-bottom: 14px;
  color: var(--theme-color-1);
}

.tables-live__sub{
  max-width: 980px;
  margin: 0 auto;
  color: #6a6a6a;
}

/* Panels */
.tables-live__panel{
  height: 100%;
  border-radius: 18px;
  padding: 22px;
  background: #ffffff;
  border: 1px solid #e9eef2;
  box-shadow: 0 18px 40px rgba(0,0,0,0.06);
}

.tables-live__panel--online{
  background: linear-gradient(180deg, rgba(0,186,171,0.06) 0%, rgba(38,27,80,0.03) 100%);
  border-color: rgba(0,186,171,0.22);
}

.tables-live__label{
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 8px 12px;
  border-radius: 999px;
  font-size: 13px;
  background: #f4f7f9;
  border: 1px solid #e9eef2;
  margin-bottom: 12px;
  color: #2b2b2b;
}

.tables-live__label i{
  color: var(--theme-color-2);
}

.tables-live__label--online{
  background: rgba(0,186,171,0.08);
  border-color: rgba(0,186,171,0.18);
}

.tables-live__head{
  margin-bottom: 14px;
}

.tables-live__h3{
  font-size: 24px;
  line-height: 32px;
  margin-bottom: 10px;
  color: var(--theme-color-1);
}

.tables-live__p{
  margin: 0;
  color: #666;
}

/* Land-based “menu rows” */
.tables-live__menu{
  margin-top: 14px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.tables-live__row{
  display: flex;
  gap: 12px;
  padding: 14px;
  border-radius: 18px;
  background: #fafafa;
  border: 1px solid #e9eef2;
  transition: 0.25s ease-in-out;
}

.tables-live__row:hover{
  transform: translateY(-3px);
  border-color: rgba(0,186,171,0.30);
  box-shadow: 0 14px 35px rgba(0,0,0,0.06);
}

/* moving icon effect */
.tables-live__row-icon{
  width: 54px;
  height: 54px;
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0,186,171,0.12);
  border: 1px solid rgba(0,186,171,0.22);
  transform: rotate(15deg);
  transition: 0.3s ease-in-out;
  flex-shrink: 0;
}

.tables-live__row-icon i{
  font-size: 20px;
  color: var(--theme-color-2);
  transform: rotate(-15deg);
  transition: 0.3s ease-in-out;
}

.tables-live__row:hover .tables-live__row-icon{
  transform: rotate(0deg) scale(1.05);
}

.tables-live__row:hover .tables-live__row-icon i{
  transform: rotate(0deg);
}

.tables-live__row-body h4{
  font-size: 16px;
  line-height: 22px;
  margin-bottom: 6px;
  color: var(--theme-color-1);
}

.tables-live__row-body p{
  margin: 0 0 10px;
  color: #666;
}

/* tags under each row */
.tables-live__tags{
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.tables-live__tags span{
  padding: 6px 10px;
  border-radius: 999px;
  background: #f1f5f9;
  border: 1px solid #e9eef2;
  color: #5f6b73;
  font-size: 12px;
}

/* Aside box (left) */
.tables-live__aside{
  margin-top: 14px;
  border-radius: 16px;
  padding: 16px;
  background: rgba(255,255,255,0.92);
  border: 1px solid #e9eef2;
}

.tables-live__aside-title{
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-family: 'Inter-SemiBold';
  color: var(--theme-color-1);
  margin-bottom: 12px;
}

.tables-live__aside-title i{
  color: var(--theme-color-2);
}

/* Common bullets */
.tables-live__bullets{
  margin: 0;
  padding-left: 0;
  list-style: none;
}

.tables-live__bullets li{
  display: flex;
  gap: 10px;
  padding: 8px 0;
  color: #666;
}

.tables-live__bullets i{
  color: var(--theme-color-2);
  margin-top: 3px;
}

/* Online tiles */
.tables-live__tiles{
  margin-top: 14px;
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
}

@media (min-width: 576px){
  .tables-live__tiles{
    grid-template-columns: 1fr 1fr;
  }
  .tables-live__tile--wide{
    grid-column: span 2;
  }
}

.tables-live__tile{
  border-radius: 18px;
  padding: 16px;
  background: rgba(255,255,255,0.92);
  border: 1px solid #e9eef2;
  transition: 0.25s ease-in-out;
  position: relative;
  overflow: hidden;
}

.tables-live__tile:hover{
  transform: translateY(-4px);
  border-color: rgba(0,186,171,0.30);
  box-shadow: 0 16px 38px rgba(0,0,0,0.07);
}

.tables-live__tile-top{
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  margin-bottom: 10px;
}

.tables-live__pill{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 6px 10px;
  border-radius: 999px;
  font-size: 12px;
  background: rgba(38,27,82,0.06);
  border: 1px solid rgba(38,27,82,0.10);
  color: var(--theme-color-1);
}

.tables-live__pill--teal{
  background: rgba(0,186,171,0.14);
  border-color: rgba(0,186,171,0.26);
}

.tables-live__pill--gold{
  background: rgba(255,195,99,0.22);
  border-color: rgba(255,195,99,0.40);
}

.tables-live__pill--purple{
  background: rgba(38,27,80,0.10);
  border-color: rgba(38,27,80,0.18);
}

/* Tile icon (moving effect) */
.tables-live__tile-icon{
  width: 56px;
  height: 56px;
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0,186,171,0.12);
  border: 1px solid rgba(0,186,171,0.22);
  transform: rotate(15deg);
  transition: 0.3s ease-in-out;
  margin-bottom: 10px;
}

.tables-live__tile-icon i{
  font-size: 20px;
  color: var(--theme-color-2);
  transform: rotate(-15deg);
  transition: 0.3s ease-in-out;
}

.tables-live__tile:hover .tables-live__tile-icon{
  transform: rotate(0deg) scale(1.05);
}

.tables-live__tile:hover .tables-live__tile-icon i{
  transform: rotate(0deg);
}

.tables-live__tile h4{
  font-size: 16px;
  line-height: 22px;
  margin-bottom: 6px;
  color: var(--theme-color-1);
}

.tables-live__tile p{
  margin: 0;
  color: #666;
}

/* Split boxes (right) */
.tables-live__split{
  margin-top: 14px;
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
}

@media (min-width: 768px){
  .tables-live__split{
    grid-template-columns: 1fr 1fr;
  }
}

.tables-live__box{
  border-radius: 16px;
  padding: 16px;
  background: #fafafa;
  border: 1px solid #e9eef2;
}

.tables-live__box-title{
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-family: 'Inter-SemiBold';
  color: var(--theme-color-1);
  margin-bottom: 12px;
}

.tables-live__box-title i{
  color: var(--theme-color-2);
}

/* CTA */
.tables-live__cta{
  margin-top: 16px;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
}

.tables-live__note{
  margin-top: 12px;
  color: #6a6a6a;
  font-size: 13px;
}

/* Bottom micro cards */
.tables-live__micro{
  border-radius: 18px;
  padding: 18px;
  background: #ffffff;
  border: 1px solid #e9eef2;
  box-shadow: 0 14px 30px rgba(0,0,0,0.06);
  height: 100%;
  transition: 0.25s ease-in-out;
}

.tables-live__micro:hover{
  transform: translateY(-4px);
  border-color: rgba(0,186,171,0.30);
  box-shadow: 0 18px 40px rgba(0,0,0,0.08);
}

.tables-live__micro-icon{
  width: 56px;
  height: 56px;
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0,186,171,0.12);
  border: 1px solid rgba(0,186,171,0.22);
  transform: rotate(15deg);
  transition: 0.3s ease-in-out;
  margin-bottom: 10px;
}

.tables-live__micro-icon i{
  font-size: 20px;
  color: var(--theme-color-2);
  transform: rotate(-15deg);
  transition: 0.3s ease-in-out;
}

.tables-live__micro:hover .tables-live__micro-icon{
  transform: rotate(0deg) scale(1.05);
}

.tables-live__micro:hover .tables-live__micro-icon i{
  transform: rotate(0deg);
}

.tables-live__micro h4{
  font-size: 16px;
  line-height: 22px;
  margin-bottom: 8px;
  color: var(--theme-color-1);
}

.tables-live__micro p{
  margin: 0;
  color: #666;
}

/* Responsive */
@media (max-width: 991.98px){
  .tables-live__title{
    font-size: 28px;
    line-height: 36px;
  }
}

/* =========================
   PARALLAX BANNER (Games Variety)
   ========================= */

.banner-parallax-games{
  position: relative;
  width: 100%;
  min-height: 62vh;
  display: flex;
  align-items: center;
  text-align: center;
  color: #fff;
  overflow: hidden;

  background-image: url("../images/banner-games.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-attachment: fixed;
}


.banner-parallax-games__overlay{
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, var(--banner-overlay, 0.40));
  z-index: 1;
}

.banner-parallax-games:before{
  content: '';
  position: absolute;
  inset: 0;
  background:
    radial-gradient(700px 320px at 18% 40%, rgba(255,195,99,0.20), transparent 60%),
    radial-gradient(700px 320px at 82% 62%, rgba(0,186,171,0.18), transparent 60%);
  z-index: 1;
  pointer-events: none;
}

.banner-parallax-games .container{
  position: relative;
  z-index: 2;
}

.banner-parallax-games__content{
  max-width: 980px;
  margin: 0 auto;
  padding: 22px 10px;
}

.banner-parallax-games__title{
  font-size: 44px;
  line-height: 54px;
  font-family: 'Inter-Bold';
  color: #ffcc00;
  margin-bottom: 12px;
}

.banner-parallax-games__text{
  font-size: 20px;
  line-height: 30px;
  margin: 0 auto 16px;
  max-width: 880px;
  color: rgba(255,255,255,0.95);
}

/* badges row */
.banner-parallax-games__badges{
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 20px;
}

.banner-parallax-games__badges span{
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 10px;
  border-radius: 999px;
  background: rgba(255,255,255,0.10);
  border: 1px solid rgba(255,255,255,0.18);
  color: rgba(255,255,255,0.92);
  font-size: 13px;
}

.banner-parallax-games__badges i{
  color: #00baab;
}

/* actions */
.banner-parallax-games__actions{
  display: flex;
  gap: 12px;
  justify-content: center;
  flex-wrap: wrap;
}

/* responsive */
@media (max-width: 991.98px){
  .banner-parallax-games{
    min-height: 56vh;
    background-attachment: scroll; 
  }

  .banner-parallax-games__title{
    font-size: 34px;
    line-height: 42px;
  }

  .banner-parallax-games__text{
    font-size: 18px;
    line-height: 28px;
  }
}

@media (max-width: 575.98px){
  .banner-parallax-games__title{
    font-size: 28px;
    line-height: 36px;
  }
}

/* =========================
   VISITOR GUIDE + ACCOUNT HELP 
   ========================= */

.visitor-account{
  padding: 85px 0;
  background: #f7f9fc;
  position: relative;
  overflow: hidden;
}

/* decorative blobs */
.visitor-account:before,
.visitor-account:after{
  content:'';
  position:absolute;
  border-radius:50%;
  pointer-events:none;
  opacity: 0.20;
}

.visitor-account:before{
  width: 560px;
  height: 560px;
  left: -260px;
  top: -240px;
  background: rgba(0,186,171,0.18);
}

.visitor-account:after{
  width: 720px;
  height: 720px;
  right: -340px;
  bottom: -360px;
  background: rgba(38,27,80,0.10);
}

.visitor-account .container{
  position: relative;
  z-index: 1;
}

.visitor-account__kicker{
  color: var(--theme-color-2);
  font-size: 18px;
  margin-bottom: 10px;
  letter-spacing: 0.02em;
}

.visitor-account__title{
  font-size: 34px;
  line-height: 42px;
  margin-bottom: 14px;
  color: var(--theme-color-1);
}

.visitor-account__sub{
  max-width: 980px;
  margin: 0 auto;
  color: #6a6a6a;
}

/* panels */
.visitor-account__panel{
  height: 100%;
  border-radius: 18px;
  padding: 22px;
  background: #ffffff;
  border: 1px solid #e9eef2;
  box-shadow: 0 18px 40px rgba(0,0,0,0.06);
}

.visitor-account__panel--online{
  background: linear-gradient(180deg, rgba(0,186,171,0.06) 0%, rgba(38,27,80,0.03) 100%);
  border-color: rgba(0,186,171,0.22);
}

.visitor-account__label{
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 8px 12px;
  border-radius: 999px;
  font-size: 13px;
  background: #f4f7f9;
  border: 1px solid #e9eef2;
  margin-bottom: 12px;
  color: #2b2b2b;
}

.visitor-account__label i{
  color: var(--theme-color-2);
}

.visitor-account__label--online{
  background: rgba(0,186,171,0.08);
  border-color: rgba(0,186,171,0.18);
}

.visitor-account__h3{
  font-size: 24px;
  line-height: 32px;
  margin-bottom: 10px;
  color: var(--theme-color-1);
}

.visitor-account__p{
  margin: 0 0 16px;
  color: #666;
}

/* highlights (left top cards) */
.visitor-account__highlights{
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
  margin-top: 12px;
}

@media (min-width: 576px){
  .visitor-account__highlights{
    grid-template-columns: 1fr 1fr;
  }
}

.visitor-account__hl{
  display: flex;
  gap: 12px;
  padding: 14px;
  border-radius: 18px;
  background: #fafafa;
  border: 1px solid #e9eef2;
  transition: 0.25s ease-in-out;
}

.visitor-account__hl:hover{
  transform: translateY(-3px);
  border-color: rgba(0,186,171,0.30);
  box-shadow: 0 14px 35px rgba(0,0,0,0.06);
}

/* moving icon effect */
.visitor-account__hl-ic{
  width: 52px;
  height: 52px;
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0,186,171,0.12);
  border: 1px solid rgba(0,186,171,0.22);
  transform: rotate(15deg);
  transition: 0.3s ease-in-out;
  flex-shrink: 0;
}

.visitor-account__hl-ic i{
  font-size: 20px;
  color: var(--theme-color-2);
  transform: rotate(-15deg);
  transition: 0.3s ease-in-out;
}

.visitor-account__hl:hover .visitor-account__hl-ic{
  transform: rotate(0deg) scale(1.05);
}

.visitor-account__hl:hover .visitor-account__hl-ic i{
  transform: rotate(0deg);
}

.visitor-account__hl h4{
  font-size: 16px;
  margin-bottom: 6px;
  color: var(--theme-color-1);
}

.visitor-account__hl p{
  margin: 0;
  color: #666;
}

/* accordion */
.visitor-account__accordion{
  margin-top: 14px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.visitor-account__item{
  border-radius: 16px;
  border: 1px solid #e9eef2;
  background: #ffffff;
  overflow: hidden;
}

.visitor-account__item summary{
  list-style: none;
  cursor: pointer;
  padding: 14px 14px;
  display: flex;
  align-items: center;
  gap: 12px;
  user-select: none;
  background: #fafafa;
  border-bottom: 1px solid #e9eef2;
  color: var(--theme-color-1);
  font-family: 'Inter-SemiBold';
}

.visitor-account__item summary::-webkit-details-marker{
  display: none;
}

.visitor-account__sum-ic{
  width: 38px;
  height: 38px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0,186,171,0.12);
  border: 1px solid rgba(0,186,171,0.22);
  flex-shrink: 0;
}

.visitor-account__sum-ic i{
  color: var(--theme-color-2);
}

.visitor-account__chev{
  margin-left: auto;
  color: #7b8790;
  transition: 0.2s ease-in-out;
}

.visitor-account__item[open] .visitor-account__chev{
  transform: rotate(180deg);
}

.visitor-account__body{
  padding: 14px 14px 16px;
}

.visitor-account__list{
  margin: 0;
  padding-left: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.visitor-account__list li{
  display: flex;
  gap: 10px;
  color: #666;
}

.visitor-account__list i{
  color: var(--theme-color-2);
  margin-top: 3px;
}

.visitor-account__olist{
  margin: 0;
  padding-left: 18px;
  color: #666;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.visitor-account__tip{
  margin-top: 12px;
  padding: 12px 12px;
  border-radius: 14px;
  background: rgba(255,195,99,0.18);
  border: 1px solid rgba(255,195,99,0.35);
  display: flex;
  gap: 10px;
  color: #4b3b1a;
}

.visitor-account__tip i{
  margin-top: 2px;
  color: var(--theme-color-2);
}

/* steps (right) */
.visitor-account__steps{
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
  margin-top: 12px;
}

.visitor-account__step{
  display: flex;
  gap: 12px;
  padding: 14px;
  border-radius: 18px;
  background: rgba(255,255,255,0.92);
  border: 1px solid #e9eef2;
  transition: 0.25s ease-in-out;
}

.visitor-account__step:hover{
  transform: translateY(-3px);
  border-color: rgba(0,186,171,0.30);
  box-shadow: 0 14px 35px rgba(0,0,0,0.06);
}

/* moving icon effect */
.visitor-account__step-ic{
  width: 52px;
  height: 52px;
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0,186,171,0.12);
  border: 1px solid rgba(0,186,171,0.22);
  transform: rotate(15deg);
  transition: 0.3s ease-in-out;
  flex-shrink: 0;
}

.visitor-account__step-ic i{
  font-size: 20px;
  color: var(--theme-color-2);
  transform: rotate(-15deg);
  transition: 0.3s ease-in-out;
}

.visitor-account__step:hover .visitor-account__step-ic{
  transform: rotate(0deg) scale(1.05);
}

.visitor-account__step:hover .visitor-account__step-ic i{
  transform: rotate(0deg);
}

.visitor-account__step h4{
  font-size: 16px;
  margin-bottom: 6px;
  color: var(--theme-color-1);
}

.visitor-account__step p{
  margin: 0;
  color: #666;
}

/* footer badges */
.visitor-account__footer{
  margin-top: 14px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.visitor-account__badge{
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 10px;
  border-radius: 999px;
  background: #f1f5f9;
  border: 1px solid #e9eef2;
  font-size: 13px;
  color: #5f6b73;
}

.visitor-account__badge i{
  color: var(--theme-color-2);
}

/* actions */
.visitor-account__actions{
  margin-top: 16px;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
}

.visitor-account__fine{
  margin-top: 12px;
  color: #6a6a6a;
  font-size: 13px;
}

/* responsive */
@media (max-width: 991.98px){
  .visitor-account__title{
    font-size: 28px;
    line-height: 36px;
  }
}

/* =========================
   ONLINE CASINO APP
   ========================= */

.casino-app{
  padding: 85px 0;
  background: radial-gradient(900px 520px at 18% 20%, rgba(0,186,171,0.22), transparent 60%),
              radial-gradient(900px 520px at 82% 70%, rgba(255,195,99,0.18), transparent 60%),
              linear-gradient(180deg, #261b50 0%, #1f173f 100%);
  color: #fff;
  position: relative;
  overflow: hidden;
}

.casino-app__kicker{
  color: #ffcc00;
  font-size: 18px;
  margin-bottom: 10px;
  letter-spacing: 0.02em;
}

.casino-app__title{
  font-size: 34px;
  line-height: 42px;
  margin-bottom: 14px;
  color: #fff;
}

.casino-app__sub{
  max-width: 980px;
  margin: 0 auto;
  color: rgba(255,255,255,0.82);
}

/* Cards */
.casino-app__card{
  height: 100%;
  border-radius: 18px;
  padding: 22px;
  background: rgba(255,255,255,0.08);
  border: 1px solid rgba(255,255,255,0.16);
  box-shadow: 0 24px 55px rgba(0,0,0,0.28);
  backdrop-filter: blur(8px);
}

.casino-app__card--image{
  padding: 18px;
}

/* image */
.casino-app__image{
  border-radius: 18px;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,0.16);
  background: rgba(0,0,0,0.16);
}

.casino-app__image img{
  width: 100%;
  height: auto;
  display: block;
}

/* text under image */
.casino-app__image-text{
  margin-top: 14px;
  padding: 14px;
  border-radius: 16px;
  background: rgba(0,0,0,0.18);
  border: 1px solid rgba(255,255,255,0.12);
}

.casino-app__mini-title{
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-family: 'Inter-SemiBold';
  margin-bottom: 10px;
  color: #fff;
}

.casino-app__mini-title i{
  color: #00baab;
}

.casino-app__note{
  margin-top: 10px;
  font-size: 13px;
  color: rgba(255,255,255,0.70);
}

/* store badges */
.casino-app__badges{
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 12px;
  align-items: center;
}

.casino-app__store{
  display: inline-flex;
  border-radius: 12px;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,0.16);
  background: rgba(255,255,255,0.06);
  transition: 0.25s ease-in-out;
}

.casino-app__store:hover{
  transform: translateY(-3px);
  border-color: rgba(0,186,171,0.35);
  box-shadow: 0 18px 40px rgba(0,0,0,0.25);
}

.casino-app__store img{
  height: 46px;
  width: auto;
  display: block;
}

/* labels */
.casino-app__label{
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 8px 12px;
  border-radius: 999px;
  font-size: 13px;
  background: rgba(255,255,255,0.10);
  border: 1px solid rgba(255,255,255,0.18);
  margin-bottom: 12px;
  color: rgba(255,255,255,0.92);
}

.casino-app__label i{
  color: #00baab;
}

.casino-app__label--soft{
  background: rgba(0,186,171,0.12);
  border-color: rgba(0,186,171,0.24);
}

/* headings */
.casino-app__h3{
  font-size: 24px;
  line-height: 32px;
  margin-bottom: 10px;
  color: #fff;
}

.casino-app__p{
  margin: 0 0 16px;
  color: rgba(255,255,255,0.82);
}

/* features */
.casino-app__features{
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-top: 12px;
}

.casino-app__feature{
  display: flex;
  gap: 12px;
  padding: 14px;
  border-radius: 18px;
  background: rgba(0,0,0,0.18);
  border: 1px solid rgba(255,255,255,0.12);
  transition: 0.25s ease-in-out;
}

.casino-app__feature:hover{
  transform: translateY(-3px);
  border-color: rgba(0,186,171,0.35);
  box-shadow: 0 18px 45px rgba(0,0,0,0.25);
}

/* moving icon effect */
.casino-app__icon{
  width: 54px;
  height: 54px;
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0,186,171,0.14);
  border: 1px solid rgba(0,186,171,0.28);
  transform: rotate(15deg);
  transition: 0.3s ease-in-out;
  flex-shrink: 0;
}

.casino-app__icon i{
  font-size: 20px;
  color: #ffcc00;
  transform: rotate(-15deg);
  transition: 0.3s ease-in-out;
}

.casino-app__feature:hover .casino-app__icon{
  transform: rotate(0deg) scale(1.05);
}

.casino-app__feature:hover .casino-app__icon i{
  transform: rotate(0deg);
}

.casino-app__feature h4{
  font-size: 16px;
  line-height: 22px;
  margin-bottom: 6px;
  color: #fff;
}

.casino-app__feature p{
  margin: 0;
  color: rgba(255,255,255,0.78);
}

/* install block */
.casino-app__install{
  margin-top: 14px;
  padding: 14px;
  border-radius: 18px;
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(255,255,255,0.14);
}

.casino-app__install-head{
  display: flex;
  gap: 12px;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 12px;
}

.casino-app__chips{
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.casino-app__chips span{
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 10px;
  border-radius: 999px;
  background: rgba(255,255,255,0.10);
  border: 1px solid rgba(255,255,255,0.16);
  color: rgba(255,255,255,0.86);
  font-size: 13px;
}

.casino-app__chips i{
  color: #00baab;
}

.casino-app__steps{
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
}

.casino-app__step{
  display: flex;
  gap: 12px;
  padding: 14px;
  border-radius: 18px;
  background: rgba(0,0,0,0.18);
  border: 1px solid rgba(255,255,255,0.12);
}

.casino-app__step-ic{
  width: 54px;
  height: 54px;
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0,186,171,0.14);
  border: 1px solid rgba(0,186,171,0.28);
  transform: rotate(15deg);
  transition: 0.3s ease-in-out;
  flex-shrink: 0;
}

.casino-app__step-ic i{
  font-size: 22px;
  color: #ffcc00;
  transform: rotate(-15deg);
  transition: 0.3s ease-in-out;
}

.casino-app__step:hover .casino-app__step-ic{
  transform: rotate(0deg) scale(1.05);
}

.casino-app__step:hover .casino-app__step-ic i{
  transform: rotate(0deg);
}

.casino-app__step h4{
  font-size: 16px;
  margin-bottom: 8px;
  color: #fff;
}

.casino-app__step ol{
  margin: 0;
  padding-left: 18px;
  color: rgba(255,255,255,0.82);
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.casino-app__actions{
  margin-top: 14px;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
}

.casino-app__fine{
  margin-top: 12px;
  color: rgba(255,255,255,0.70);
  font-size: 13px;
}

/* responsive */
@media (max-width: 991.98px){
  .casino-app__title{
    font-size: 28px;
    line-height: 36px;
  }
}

@media (max-width: 575.98px){
  .casino-app__store img{
    height: 42px;
  }
}

.casino-app__mini{
  margin-top: 14px;
  display: grid;
  gap: 10px;
}

.casino-app__mini-item{
  display: flex;
  gap: 12px;
  padding: 12px 12px;
  border-radius: 16px;
  background: rgba(255,255,255,0.92);
  border: 1px solid rgba(0,186,171,0.16);
  box-shadow: 0 10px 22px rgba(0,0,0,0.05);
}

.casino-app__mini-ic{
  width: 44px;
  height: 44px;
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0,186,171,0.12);
  border: 1px solid rgba(0,186,171,0.22);
  flex-shrink: 0;
}

.casino-app__mini-ic i{
  color: var(--theme-color-2);
  font-size: 18px;
}

.casino-app__mini-item h5{
  margin: 0 0 4px;
  font-size: 14px;
  color: var(--theme-color-1);
  font-family: 'Inter-SemiBold';
}

.casino-app__mini-item p{
  margin: 0;
  font-size: 13px;
  line-height: 20px;
  color: #666;
}

/* =========================
   PAYMENTS ONE COLUMN 
   ========================= */

.payments-onecol{
  padding: 85px 0;
  background: #f7f9fc;
  position: relative;
  overflow: hidden;
}

/* blobs like visitor-account */
.payments-onecol:before,
.payments-onecol:after{
  content:'';
  position:absolute;
  border-radius:50%;
  pointer-events:none;
  opacity: 0.20;
}

.payments-onecol:before{
  width: 560px;
  height: 560px;
  left: -260px;
  top: -240px;
  background: rgba(0,186,171,0.18);
}

.payments-onecol:after{
  width: 720px;
  height: 720px;
  right: -340px;
  bottom: -360px;
  background: rgba(38,27,80,0.10);
}

.payments-onecol .container{
  position: relative;
  z-index: 1;
}

.payments-onecol__kicker{
  color: var(--theme-color-2);
  font-size: 18px;
  margin-bottom: 10px;
  letter-spacing: 0.02em;
}

.payments-onecol__title{
  font-size: 34px;
  line-height: 42px;
  margin-bottom: 14px;
  color: var(--theme-color-1);
}

.payments-onecol__sub{
  max-width: 980px;
  margin: 0 auto;
  color: #6a6a6a;
}

/* panels */
.payments-onecol__panel{
  border-radius: 18px;
  padding: 22px;
  background: #ffffff;
  border: 1px solid #e9eef2;
  box-shadow: 0 18px 40px rgba(0,0,0,0.06);
}

.payments-onecol__panel--online{
  background: linear-gradient(180deg, rgba(0,186,171,0.06) 0%, rgba(38,27,80,0.03) 100%);
  border-color: rgba(0,186,171,0.22);
}

/* label pill */
.payments-onecol__label{
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 8px 12px;
  border-radius: 999px;
  font-size: 13px;
  background: #f4f7f9;
  border: 1px solid #e9eef2;
  margin-bottom: 12px;
  color: #2b2b2b;
}

.payments-onecol__label i{
  color: var(--theme-color-2);
}

.payments-onecol__label--online{
  background: rgba(0,186,171,0.08);
  border-color: rgba(0,186,171,0.18);
}

.payments-onecol__h3{
  font-size: 24px;
  line-height: 32px;
  margin-bottom: 10px;
  color: var(--theme-color-1);
}

.payments-onecol__p{
  margin: 0 0 16px;
  color: #666;
}

/* Land-based highlight cards (grid) */
.payments-onecol__highlights{
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
  margin-top: 12px;
}

@media (min-width: 576px){
  .payments-onecol__highlights{
    grid-template-columns: 1fr 1fr;
  }
}

.payments-onecol__hl{
  display: flex;
  gap: 12px;
  padding: 14px;
  border-radius: 18px;
  background: #fafafa;
  border: 1px solid #e9eef2;
  transition: 0.25s ease-in-out;
}

.payments-onecol__hl:hover{
  transform: translateY(-3px);
  border-color: rgba(0,186,171,0.30);
  box-shadow: 0 14px 35px rgba(0,0,0,0.06);
}

.payments-onecol__hl-ic{
  width: 52px;
  height: 52px;
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0,186,171,0.12);
  border: 1px solid rgba(0,186,171,0.22);
  transform: rotate(15deg);
  transition: 0.3s ease-in-out;
  flex-shrink: 0;
}

.payments-onecol__hl-ic i{
  font-size: 20px;
  color: var(--theme-color-2);
  transform: rotate(-15deg);
  transition: 0.3s ease-in-out;
}

.payments-onecol__hl:hover .payments-onecol__hl-ic{
  transform: rotate(0deg) scale(1.05);
}

.payments-onecol__hl:hover .payments-onecol__hl-ic i{
  transform: rotate(0deg);
}

.payments-onecol__hl h4{
  font-size: 16px;
  margin-bottom: 6px;
  color: var(--theme-color-1);
}

.payments-onecol__hl p{
  margin: 0;
  color: #666;
}

/* Tabs */
.payments-onecol__tabs{
  margin-top: 10px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
}

.payments-onecol__tab{
  border: 1px solid rgba(0,186,171,0.22);
  background: rgba(255,255,255,0.90);
  color: var(--theme-color-1);
  padding: 10px 14px;
  border-radius: 999px;
  font-size: 13px;
  font-family: 'Inter-SemiBold';
  cursor: pointer;
  transition: 0.25s ease-in-out;
}

.payments-onecol__tab:hover{
  transform: translateY(-2px);
  box-shadow: 0 12px 26px rgba(0,0,0,0.06);
}

.payments-onecol__tab.is-active{
  background: rgba(0,186,171,0.10);
  border-color: rgba(0,186,171,0.32);
}

.payments-onecol__tablewrap{
  margin-top: 12px;
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
  border-radius: 18px;
  padding: 14px;

  background:
    radial-gradient(520px 320px at 18% 20%, rgba(0,186,171,0.16), transparent 60%),
    radial-gradient(520px 320px at 82% 75%, rgba(38,27,80,0.10), transparent 60%),
    linear-gradient(180deg, rgba(255,255,255,0.65) 0%, rgba(255,255,255,0.45) 100%);

  border: 1px solid rgba(0,186,171,0.22);
}

/* table itself */
.payments-onecol__table{
  background: rgba(255,255,255,0.95);
  border: 1px solid #e9eef2;
  border-radius: 16px;
  overflow: hidden;
}

/* rows */
.pmo-row{
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  padding: 12px 14px;
  border-top: 1px solid #e9eef2;
}

.pmo-row.pmo-head{
  border-top: none;
  background: #fafafa;
  font-family: 'Inter-SemiBold';
  color: var(--theme-color-1);
}

.pmo-method{
  display: flex;
  align-items: center;
  gap: 10px;
  min-width: 250px;
}

.pmo-limits{
  text-align: right;
  white-space: nowrap;
  color: #5f6b73;
  font-family: 'Inter-Medium';
}

/* FIXED ICON SIZE */
.pmo-icon{
  width: 34px;
  height: 34px;
  flex: 0 0 34px;
  object-fit: contain;
  display: inline-block;
}

/* after cards */
.payments-onecol__after{
  margin-top: 16px;
}

.payments-onecol__after-grid{
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
}

.payments-onecol__after-card{
  background: #ffffff;
  border: 1px solid #e9eef2;
  border-radius: 18px;
  padding: 14px;
  box-shadow: 0 14px 35px rgba(0,0,0,0.06);
}

.payments-onecol__after-card h4{
  font-size: 16px;
  margin-bottom: 8px;
  color: var(--theme-color-1);
}

.payments-onecol__after-card p{
  margin: 0;
  color: #666;
  line-height: 24px;
  font-size: 14px;
}

.payments-onecol__fine{
  margin-top: 12px;
  color: #6a6a6a;
  font-size: 13px;
}

/* responsive */
@media (max-width: 991.98px){
  .payments-onecol__title{
    font-size: 28px;
    line-height: 36px;
  }

  .payments-onecol__after-grid{
    grid-template-columns: 1fr;
  }
}

@media (max-width: 575px){
  .payments-onecol__panel{
    padding: 18px;
  }

  .payments-onecol__tablewrap{
    padding: 12px;
    max-width: 100%;
  }

  .pmo-row{
    flex-direction: column;
    align-items: flex-start;
  }

  .pmo-method{
    min-width: 100%;
  }

  .pmo-limits{
    width: 100%;
    text-align: left;
  }
}
/* QUICK FIX */
.payments-onecol__table{
  background:
    radial-gradient(520px 320px at 18% 20%, rgba(0,186,171,0.22), transparent 60%),
    radial-gradient(520px 320px at 82% 75%, rgba(255,195,99,0.14), transparent 60%),
    linear-gradient(180deg, #261b50 0%, #1f173f 100%);
  border: 1px solid rgba(255,255,255,0.16);
}

.payments-onecol__table .pmo-row.pmo-head{
  background: rgba(255,255,255,0.06);
  border-bottom: 1px solid rgba(255,255,255,0.10);
  color: rgba(255,255,255,0.92);
}

.payments-onecol__table .pmo-row{
  border-top: 1px solid rgba(255,255,255,0.10);
}

.payments-onecol__table .pmo-col,
.payments-onecol__table .pmo-method span{
  color: rgba(255,255,255,0.90);
}

.payments-onecol__table .pmo-limits{
  color: rgba(255,255,255,0.78);
}

.payments-onecol__table .pmo-icon{
  filter: drop-shadow(0 6px 12px rgba(0,0,0,0.35));
}

/* =========================
   TRUST / SAFETY HUB
   ========================= */

.trust-safety{
  padding: 85px 0;
  background: #f7f9fc;
  position: relative;
  overflow: hidden;
}

.trust-safety:before,
.trust-safety:after{
  content:'';
  position:absolute;
  border-radius:50%;
  pointer-events:none;
  opacity: 0.20;
}

.trust-safety:before{
  width: 560px;
  height: 560px;
  left: -260px;
  top: -240px;
  background: rgba(0,186,171,0.18);
}

.trust-safety:after{
  width: 720px;
  height: 720px;
  right: -340px;
  bottom: -360px;
  background: rgba(38,27,80,0.10);
}

.trust-safety .container{
  position: relative;
  z-index: 1;
}

/* header */
.trust-safety__kicker{
  color: var(--theme-color-2);
  font-size: 18px;
  margin-bottom: 10px;
  letter-spacing: 0.02em;
}

.trust-safety__title{
  font-size: 34px;
  line-height: 42px;
  margin-bottom: 14px;
  color: var(--theme-color-1);
}

.trust-safety__sub{
  max-width: 980px;
  margin: 0 auto;
  color: #6a6a6a;
}

/* panels */
.trust-safety__panel{
  height: 100%;
  border-radius: 18px;
  padding: 22px;
  background: #ffffff;
  border: 1px solid #e9eef2;
  box-shadow: 0 18px 40px rgba(0,0,0,0.06);
}

.trust-safety__panel--online{
  background: linear-gradient(180deg, rgba(0,186,171,0.06) 0%, rgba(38,27,80,0.03) 100%);
  border-color: rgba(0,186,171,0.22);
}

/* label pill */
.trust-safety__label{
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 8px 12px;
  border-radius: 999px;
  font-size: 13px;
  background: #f4f7f9;
  border: 1px solid #e9eef2;
  margin-bottom: 12px;
  color: #2b2b2b;
}

.trust-safety__label i{
  color: var(--theme-color-2);
}

.trust-safety__label--online{
  background: rgba(0,186,171,0.08);
  border-color: rgba(0,186,171,0.18);
}

.trust-safety__h3{
  font-size: 24px;
  line-height: 32px;
  margin-bottom: 10px;
  color: var(--theme-color-1);
}

.trust-safety__p{
  margin: 0 0 16px;
  color: #666;
}

/* highlights grid */
.trust-safety__highlights{
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
  margin-top: 12px;
}

@media (min-width: 576px){
  .trust-safety__highlights{
    grid-template-columns: 1fr 1fr;
  }
}

.trust-safety__hl{
  display: flex;
  gap: 12px;
  padding: 14px;
  border-radius: 18px;
  background: #fafafa;
  border: 1px solid #e9eef2;
  transition: 0.25s ease-in-out;
}

.trust-safety__hl:hover{
  transform: translateY(-3px);
  border-color: rgba(0,186,171,0.30);
  box-shadow: 0 14px 35px rgba(0,0,0,0.06);
}

/* moving icon effect (same vibe) */
.trust-safety__hl-ic{
  width: 52px;
  height: 52px;
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0,186,171,0.12);
  border: 1px solid rgba(0,186,171,0.22);
  transform: rotate(15deg);
  transition: 0.3s ease-in-out;
  flex-shrink: 0;
}

.trust-safety__hl-ic i{
  font-size: 20px;
  color: var(--theme-color-2);
  transform: rotate(-15deg);
  transition: 0.3s ease-in-out;
}

.trust-safety__hl:hover .trust-safety__hl-ic{
  transform: rotate(0deg) scale(1.05);
}

.trust-safety__hl:hover .trust-safety__hl-ic i{
  transform: rotate(0deg);
}

.trust-safety__hl h4{
  font-size: 16px;
  margin-bottom: 6px;
  color: var(--theme-color-1);
}

.trust-safety__hl p{
  margin: 0;
  color: #666;
}

/* accordion */
.trust-safety__accordion{
  margin-top: 14px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.trust-safety__item{
  border-radius: 16px;
  border: 1px solid #e9eef2;
  background: #ffffff;
  overflow: hidden;
}

.trust-safety__item summary{
  list-style: none;
  cursor: pointer;
  padding: 14px 14px;
  display: flex;
  align-items: center;
  gap: 12px;
  user-select: none;
  background: #fafafa;
  border-bottom: 1px solid #e9eef2;
  color: var(--theme-color-1);
  font-family: 'Inter-SemiBold';
}

.trust-safety__item summary::-webkit-details-marker{
  display: none;
}

.trust-safety__sum-ic{
  width: 38px;
  height: 38px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0,186,171,0.12);
  border: 1px solid rgba(0,186,171,0.22);
  flex-shrink: 0;
}

.trust-safety__sum-ic i{
  color: var(--theme-color-2);
}

.trust-safety__chev{
  margin-left: auto;
  color: #7b8790;
  transition: 0.2s ease-in-out;
}

.trust-safety__item[open] .trust-safety__chev{
  transform: rotate(180deg);
}

.trust-safety__body{
  padding: 14px 14px 16px;
}

/* lists */
.trust-safety__list{
  margin: 0;
  padding-left: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.trust-safety__list li{
  display: flex;
  gap: 10px;
  color: #666;
}

.trust-safety__list i{
  color: var(--theme-color-2);
  margin-top: 3px;
}

.trust-safety__olist{
  margin: 0;
  padding-left: 18px;
  color: #666;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

/* tip / warning */
.trust-safety__tip{
  margin-top: 12px;
  padding: 12px 12px;
  border-radius: 14px;
  background: rgba(255,195,99,0.18);
  border: 1px solid rgba(255,195,99,0.35);
  display: flex;
  gap: 10px;
  color: #4b3b1a;
}

.trust-safety__tip i{
  margin-top: 2px;
  color: var(--theme-color-2);
}

/* callout */
.trust-safety__callout{
  margin-top: 12px;
  padding: 12px 12px;
  border-radius: 14px;
  background: rgba(0,186,171,0.10);
  border: 1px solid rgba(0,186,171,0.22);
  display: flex;
  gap: 10px;
  color: #24514c;
}

.trust-safety__callout-ic{
  width: 36px;
  height: 36px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0,186,171,0.14);
  border: 1px solid rgba(0,186,171,0.22);
  flex-shrink: 0;
}

.trust-safety__callout-ic i{
  color: var(--theme-color-2);
}

/* providers chips */
.trust-safety__providers{
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.trust-safety__chip{
  display: inline-flex;
  align-items: center;
  padding: 8px 10px;
  border-radius: 999px;
  background: #f1f5f9;
  border: 1px solid #e9eef2;
  font-size: 13px;
  color: #5f6b73;
}

/* small footer badges */
.trust-safety__footer{
  margin-top: 14px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.trust-safety__badge{
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 10px;
  border-radius: 999px;
  background: #f1f5f9;
  border: 1px solid #e9eef2;
  font-size: 13px;
  color: #5f6b73;
}

.trust-safety__badge i{
  color: var(--theme-color-2);
}

.trust-safety__fine{
  margin-top: 12px;
  color: #6a6a6a;
  font-size: 13px;
}

/* Responsive */
@media (max-width: 991.98px){
  .trust-safety__title{
    font-size: 28px;
    line-height: 36px;
  }
}

/* =========================
   PARALLAX BANNER (Play & Win)
   ========================= */

.banner-parallax-games.banner-parallax-win{
  background-image: url("../images/banner-win.jpg");
}

.banner-parallax-games.banner-parallax-win:before{
  background:
    radial-gradient(700px 320px at 20% 40%, rgba(255,204,0,0.22), transparent 60%),
    radial-gradient(700px 320px at 80% 60%, rgba(0,186,171,0.20), transparent 60%);
}

/* =========================
   FAQ SECTION
   ========================= */

.casino-faq{
  padding: 85px 0;
  background: #f7f9fc;
}

.casino-faq__kicker{
  color: var(--theme-color-2);
  margin-bottom: 10px;
}

.casino-faq__title{
  font-size: 34px;
  margin-bottom: 14px;
  color: var(--theme-color-1);
}

.casino-faq__sub{
  max-width: 900px;
  margin: 0 auto;
  color: #666;
}

.casino-faq__accordion{
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.casino-faq__item{
  border-radius: 16px;
  border: 1px solid #e9eef2;
  background: #fff;
  overflow: hidden;
}

.casino-faq__item summary{
  list-style: none;
  cursor: pointer;
  padding: 14px;
  display: flex;
  align-items: center;
  gap: 12px;
  font-family: 'Inter-SemiBold';
}

.casino-faq__sum-ic{
  width: 38px;
  height: 38px;
  border-radius: 12px;
  display:flex;
  align-items:center;
  justify-content:center;
  background: rgba(0,186,171,0.12);
  border:1px solid rgba(0,186,171,0.22);
}

.casino-faq__sum-ic i{
  color: var(--theme-color-2);
}

.casino-faq__chev{
  margin-left:auto;
}

.casino-faq__body{
  padding: 14px;
  color: #666;
}

/* =========================
   FOOTER FIX 
   ========================= */

.site-footer{
  background: #11162a; 
  color: rgba(255,255,255,0.85);
}

.footer-top-section{
  background: #11162a;
  padding: 70px 0 40px;
}

.footer-bottom-section{
  background: #0c1122;
  border-top: 1px solid rgba(255,255,255,0.08);
  padding: 20px 0;
}

.site-footer a{
  color: rgba(255,255,255,0.85);
  transition: 0.2s;
}

.site-footer a:hover{
  color: var(--theme-color-2);
}

.site-footer h3,
.site-footer h4{
  color: #ffffff;
}

/* badges */
.footer-trust-badges span{
  display:inline-flex;
  align-items:center;
  gap:6px;
  padding:6px 10px;
  border-radius:999px;
  background:rgba(255,255,255,0.08);
  border:1px solid rgba(255,255,255,0.12);
  font-size:12px;
  margin:4px 6px 0 0;
}

.footer-social-list i{
  color:#fff;
}

.footer-social-list a:hover i{
  color: var(--theme-color-2);
}

/* =========================
   MOBILE HEADER: logo + Play Now only
   ========================= */

/* Mobile & tablets */
@media (max-width: 991.98px){

  /* hide burger */
  .navbar .navbar-toggler{
    display: none !important;
  }

  /* prevent collapsed menu from showing */
  #main_nav{
    display: none !important;
  }

  /* keep brand left, button right */
  #navbar_top .container{
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
  }

  #navbar_top .navbar-brand{
    margin-right: 0;
    flex: 0 0 auto;
  }

  /* show Play Now button on mobile */
  #navbar_top .nav-play{
    margin-left: auto;
    flex: 0 0 auto;
    display: flex;
    align-items: center;
  }

  /* make button fit nicely on mobile */
  #navbar_top .nav-play .theme-btn{
    padding: 10px 14px;
    font-size: 14px;
    line-height: 1;
    border-radius: 12px;
    white-space: nowrap;
  }

  /* optional: shrink logo so it doesn't collide */
  #navbar_top .navbar-brand img{
    max-height: 42px;
    width: auto;
  }
}

/* =========================
   MOBILE HEADER FIX
   ========================= */

#navbar_top .container{
  display:flex;
  align-items:center;
  justify-content:space-between;
}

.nav-play{
  margin-left:auto;
}

.nav-play .theme-btn{
  padding:10px 16px;
  font-size:14px;
  border-radius:12px;
  white-space:nowrap;
}

/* Mobile: hide burger + menu */
@media (max-width:991.98px){

  #navbar_top .navbar-toggler{
    display:none !important;
  }

  #main_nav{
    display:none !important;
  }

  #navbar_top .navbar-brand img{
    max-height:42px;
  }

}

/* =========================
   HEADER: mobile CTA only 
   ========================= */

@media (min-width: 992px){
  #navbar_top .container{
    display: flex;
    align-items: center;
  }

  #navbar_top .nav-play{
    margin-left: auto;
  }

  #navbar_top .navbar-collapse{
    flex-grow: 0;
  }

  #navbar_top .nav-play .theme-btn{
    padding: 12px 18px;
    font-size: 14px;
    border-radius: 12px;
    white-space: nowrap;
  }
}

@media (max-width: 991.98px){
  #navbar_top .container{
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap: 12px;
  }

  #navbar_top .navbar-toggler{
    display:none !important;
  }

  #main_nav{
    display:none !important;
  }

  #navbar_top .navbar-brand img{
    max-height:42px;
    width:auto;
  }

  #navbar_top .nav-play{
    margin-left:auto;
    display:flex;
    align-items:center;
  }

  #navbar_top .nav-play .theme-btn{
    padding:10px 16px;
    font-size:14px;
    border-radius:12px;
    white-space:nowrap;
  }
}