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

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

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

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

:root {
    --theme-color-1: #130b20;
    --theme-color-2: #ff6b3d;
    --theme-color-3: #47bc82;
    --theme-color-4: #0f012a;
    --thmee-color-5: #191753;
    --thmee-color-5: #340b7a;
    --bg-white: #ffffff;
    --bg-black: #000000;
    --font-color: #ffffff;
    --heading-color: #141414;
    --font-white: #ffffff;
    --font-black: #000000;
    --bg-color1: #19191a;
}

body {
    background-color: var(--theme-color-4);
    margin: 0;
    padding: 0;
    font-size: 16px;
    line-height: 25px;
    font-family: 'Poppins-Regular', sans-serif;
    font-weight: normal;
    color: var(--font-color);
}


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

h4,
h5 {
    color: var(--font-color);
    margin-bottom: 0;
    font-family: 'Poppins-SemiBold', sans-serif;
    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: 16px;
    height: 46px;
    text-align: center;
    border: none;
    max-width: max-content;
    width: auto;
    padding: 10px 15px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Poppins-Regular', sans-serif;
    font-weight: normal;
}

.btn-main {
    color: var(--font-white);
    background-color: var(--theme-color-2);
    transition: all .5s ease-out;
    border: 1px solid var(--font-white);
    white-space: nowrap;
}

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

.btn-main i{
    margin-left: 15px;
}

.main-content-container {
    width: 100%;
    position: relative;
    display: inline-block;
}

#loading {
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	position: fixed;
	display: block;
	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;
}

.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;
    z-index: 10;
    top: 65px;
    left: 0;
	color: #fff;
}

.subscribe-inner{
	position: relative;
}

.subscribe-inner form{
	position: relative;
}

.check-success-icon{
	margin-right: 10px;
    padding: 10px;
    color: #fff;
}

.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: -38px;
    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;
    z-index: 10;
    bottom: 50px;
    left: 0;
    padding-left: 3px;
	color: #fff;
	width: 265px;
}
.success-msg-contact p{
    margin-bottom: 0px;
}
.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;
}

/* ===========================
   PREMIUM CROWN CASINO NAVBAR
   =========================== */

.crown-navbar {
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 2000;

    background: #0d0b18;
    border-bottom: 2px solid #ff7b00; 

    height: 80px;
    display: flex;
    align-items: center;

    transition: background 0.3s ease;
}

/* LOGO */
.crown-logo {
    width: 130px;
}


/* REMOVE OLD COLOR SWITCHING */
.navbar .navbar-brand .white,
.navbar .navbar-brand .black,
.navbar.fixed-top .navbar-brand .white,
.navbar.fixed-top .navbar-brand .black {
    display: none !important;
}

/* NAV LINKS  */
.crown-navbar .nav-link {
    color: #ffffff;
    font-size: 16px;
    padding: 0 16px;
}

.crown-navbar .nav-link:hover {
    color: #ff7b00;
}

/* BUTTONS */
.nav-play {
    background-color: #ff7b00 !important;
    border-color: #ff7b00 !important;
    color: #fff !important;
    padding: 10px 22px;
    border-radius: 14px;
    font-weight: 600;
}

.nav-sign {
    background-color: #47bc82 !important;
    border-color: #47bc82 !important;
    color: #fff !important;
    padding: 10px 22px;
    border-radius: 14px;
    font-weight: 600;
    margin-left: 12px;
}

.nav-play:hover,
.nav-sign:hover {
    filter: brightness(1.15);
}


/* MOBILE MENU */
.navbar-toggler {
    border: none;
    color: #fff;
    font-size: 22px;
}

.navbar-toggler:focus {
    outline: none;
    box-shadow: none;
}

/* ========== MOBILE NAVBAR FIX ========== */

@media (max-width: 768px) {

    .navbar {
        height: 58px !important;
        padding: 6px 0 !important;
    }

    .navbar-brand img {
        width: 70px !important;
        min-width: 70px !important;
    }

    .navbar .container {
        padding-left: 10px !important;
        padding-right: 10px !important;
    }

    .navbar-toggler {
        padding: 4px 6px !important;
        font-size: 20px !important;
    }

    .navbar-toggler .fa-bars {
        font-size: 20px !important;
    }

    .header-btns a {
        padding: 10px 18px !important;
        font-size: 14px !important;
        border-radius: 10px !important;
        margin-left: 10px !important;
    }

    #main_nav {
        padding-top: 10px !important;
        padding-bottom: 10px !important;
    }

}

@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;
}

.dropdown-menu{
    min-width: 12rem;
    transition: ease-in-out 0.3s;
    border: none;
    box-shadow: 0px 0px 10px rgb(0 0 0 / 15%);
}

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

.dropdown-menu li a{
    color: var(--font-black);
    font-size: 16px;
    font-family: 'Poppins-Regular', sans-serif;
    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;
}

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

.topbar{
    background-color: var(--bg-black);
    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-1);
    margin-right: 10px;
}

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

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

.topbar-social li a{
    color: var(--font-black);
    width: 23px;
    height: 23px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--font-white);
    border-radius: 5px;
}

.topbar-contact-wrapper{
    position: relative;
    margin-right: 2rem;
}

.navbar-brand img{
    min-width: 100px;
    width: 100px;
}

.header-btns{
    display: flex;
    align-items: center;
}

.header-btns a{
    margin-left: 15px;
}

.header-btns a:first-child{
    margin-left: 0px;
}

.banner-container{
    width: 100%;
    position: relative;
    display: inline-block;
    background-image: url('../images/banner-bg.png');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 650px;
    overflow: hidden;
    /* background-color: var(--theme-color-4); */
    padding-top: 80px;
}

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

.banner-content-wrapper{
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
}

.banner-small-heading{
    font-size: 18px;
    margin-bottom: 10px;
    font-family: 'Poppins-Medium', sans-serif;
    color: var(--theme-color-2);
}

.banner-heading{
    font-size: 54px;
    color: var(--font-white);
    margin-bottom: 15px;
    font-family: 'Poppins-SemiBold', sans-serif;
}

.banner-heading span{
    color: var(--theme-color-1);
}

.banner-description{
    color: var(--font-white);
    margin-bottom: 20px;
}

section{
    width: 100%;
    position: relative;
    display: inline-block;
    padding: 60px 0px;
    overflow: hidden;
}

.section-heading-wrapper{
    width: 100%;
    position: relative;
    display: inline-block;
    margin-bottom: 3rem;
}

.section-heading-wrapper img{
    width: 20px;
    margin-right: 15px;
}

.section-heading{
    font-size: 38px;
    margin-top: 15px;
}

.section-samll-heading{
    font-size: 18px;
    color: var(--theme-color-2);
}

.section-heading-wrapper.middle .section-samll-heading{
    text-align: center;
}

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

.section-heading-wrapper.left .section-samll-heading{
    text-align: left;
}

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

.section-description{
    color: var(--font-black);
    text-align: center;
    font-size: 18px;
}

#my-map-canvas img {
    max-height: none;
    max-width: none !important;
    background: none !important;
}

.faq-wrapper .accordion-item{
    margin-bottom: 20px;
    background-color: #1f1e1a;
    border: 1px solid rgba(255, 255, 255, 0.2);
    color: var(--font-white);
    border-radius: 6px;
}

.faq-wrapper .accordion-button{
    background-color: #1f1e1a;
    border: none;
    color: var(--font-white);
    font-family: 'Poppins-Medium', sans-serif;
    border-radius: 6px;
}

.faq-wrapper .accordion-button:not(.collapsed){
    box-shadow: none;
    background-color: var(--theme-color-3);
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
}

.faq-wrapper .accordion-button:not(.collapsed)::after{
    background-image: none;
    content: '\f068';
    font-family: 'Fontawesome', sans-serif;
    font-size: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.faq-wrapper .accordion-button::after{
    background-image: none;
    content: '\f067';
    font-family: 'Fontawesome', sans-serif;
    font-size: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
} 

.btn-nobg{
    padding-left: 0;
    padding-right: 0;
}

.btn-nobg i {
    margin-left: 15px;
}

.banner-card-icons{
    width: 100%;
    display: flex;
    align-items: center;
    margin-top:30px;
}

.banner-card-icons li{
    border-radius: 6px;
    margin-right: 10px;
    padding: 15px;
    background-color: var(--theme-color-1);
    height: 60px;
    width: fit-content;
    display: flex;
    align-items: center;
    justify-content: center;
}

.banner-card-icons li img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.wallet-card-wrapper{
    width: 100%;
    height: 100%;
    position: relative;
    display: flex;
    align-items: flex-start;
    border-radius: 12px;
    padding: 2rem;
}

.wallet-card-wrapper.bitcoin{
    background-color: #16232c;
}

.wallet-card-wrapper.dogecoin{
    background-color: #181b36;
}

.wallet-card-wrapper.ripple{
    background-color: #231135;
}

.wallet-card-wrapper .wallet-card-icon{
    position: relative;
	width: 50px;
    min-width: 50px;
	height: 50px;
	clip-path: polygon( 50% 0, 100% 38%, 81% 100%, 19% 100%, 0 38%);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 6px;
    padding: 12px;
    margin-right: 25px;
}
 
.wallet-card-wrapper.bitcoin .wallet-card-icon{
    background: #fb942f;
}

.wallet-card-wrapper.dogecoin .wallet-card-icon{
    background: #657de5;
}

.wallet-card-wrapper.ripple .wallet-card-icon{
    background: #b661e7;
}

.wallet-card-content h3{
    font-size: 18px;
    font-family: 'Poppins-Medium', sans-serif;
}

.wallet-card-content h2{
    font-size: 26px;
    margin: 25px 0px;
}

.percentBadge{
    padding: 5px 10px;
    border-radius: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: fit-content;
}

.percentBadge.bg-green{
    background-color: #47bb81;
}

.percentBadge.bg-blue{
    background-color: #657de5;
}

.percentBadge.bg-orange{
    background-color: #fd693d;
}

.percntage-wrapper{
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.percntage-wrapper img{
    width: 125px;
    margin-left: 30px;
}

.wallet-info-wrapper{
    display: flex;
    align-items: flex-start;
    width: 100%;
    margin-bottom: 2.5rem;
}

.wallet-info-icon{
    width: 40px;
    height: 40px;
    min-width: 40px;
    background-color: transparent;
    border: 1px solid var(--font-white);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 20px;
    border-radius: 50%;
}

.wallet-info-content h3{
    font-size: 20px;
    margin-bottom: 20px;
}

.section-heading-wrapper.left{
    padding-right: 6rem;
}

.about-fact-wrapper{
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 30px;
    height: 100%;
}

.about-fact-wrapper h2{
    font-size: 32px;
    color: var(--theme-color-3);
    margin-bottom: 10px;
    font-family: 'Poppins-SemiBold', sans-serif;
}

.about-fact-wrapper p{
    text-align: center;
}

.about-container{
    background-color: var(--theme-color-1);
}

.process-card-wrapper{
    width: 100%;
    height: 100%;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 0px 35px;
    z-index: 11;
}

.process-card-wrapper img{
    width: 50px;
    margin-bottom: 20px;
}

.process-card-wrapper span{
    width: 100%;
    position: relative;
    display: inline-block;
    text-align: center;
}

.process-card-wrapper h3{
    font-size: 24px;
    margin: 25px 0px;
    text-align: center;
}

.process-card-wrapper p{
    text-align: center;
}

.process-card-wrapper.odd::after{
    width: 60%;
    position: absolute;
    top: 0;
    left: 50%;
    content: '';
    background-image: url('../images/arc-downside.png');
    z-index: 10;
    background-position: center;
    display: inline-block;
    height: 100%;
    background-repeat: no-repeat;
    background-size: contain;
    transform: translate(38%, -46%);
}

.process-card-wrapper.even::after{
    width: 60%;
    position: absolute;
    top: 0;
    left: 50%;
    content: '';
    background-image: url('../images/arc-upside.png');
    z-index: 10;
    background-position: center;
    display: inline-block;
    height: 100%;
    background-repeat: no-repeat;
    background-size: contain;
    transform: translate(38%, -34%);
}

.process-card-wrapper.last::after{
    display: none;
}

.learn-large-wrapper{
    width: 100%;
    position: relative;
    display: inline-block;
    height: 100%;
}

.learn-image{
    width: 100%;
    height: 400px;
    position: relative;
    display: inline-block;
    border-radius: 12px;
}

.learn-image img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 12px;
}

.learn-content{
    width: 100%;
    position: relative;
    display: inline-block;
    margin-top: 2rem;
    padding-right: 6rem;
}

.learn-content a h3{
    font-size: 24px;
    margin-bottom: 20px;
}

.learn-small-wrapper{
    width: 100%;
    position: relative;
    display: flex;
    align-items: flex-start;
}

.learn-small-content{
    flex: 50%;
}

.learn-small-image{
    flex: 50%;
    height: 175px;
    position: relative;
    display: inline-block;
    border-radius: 12px;
    margin-left: 40px;
}

.learn-small-image img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 12px;
}

.learn-small-content a h3{
    font-size: 24px;
    margin-bottom: 20px;
}

.speciality-card-wrapper{
    width: 100%;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    height: 100%;
    border-radius: 12px;
    padding: 2rem 3rem;
    text-align: center;
}

.speciality-card-wrapper.one{
    background-color: #0e1a2e;
}

.speciality-card-wrapper.two{
    background-color: #20083f;
}

.speciality-card-wrapper.three{
    background-color: #160d3f;
}

.speciality-card-wrapper img{
    width: 50px;
}

.speciality-card-wrapper h3{
    margin: 20px 0px;
    font-size: 20px;
}

.earn-content-wrapper{
    width: 100%;
    position: relative;
    display: inline-block;
    padding: 0px 4rem;
}

.earn-content-wrapper li{
    margin-bottom: 30px;
}

.earn-content-wrapper li:last-child{
    margin-bottom: 0px;
}

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

.earn-inner-right p{
    text-align: right;
    color: var(--theme-color-3);
}

.earn-inner-left{
    display: flex;
    align-items: center;
}

.earn-inner-icon{
    margin-right: 20px;
    background-color: var(--font-white);
    border-radius: 50%;
    padding: 4px;
}

.earn-inner-left h3{
    font-size: 20px;
}

.earn-inner-left h3 span{
    font-family: 'Poppins-Regular', sans-serif;
    margin-left: 15px;
}

.earn-inner-icon img{
    width: 30px;
}

.wallet-info-wrapper.portfolio1{
    border-radius: 12px;
    padding: 25px;
    height: 100%;
    background-color: #0e1a2e;
    margin-bottom: 0;
}

.wallet-info-wrapper.portfolio2{
    border-radius: 12px;
    padding: 25px;
    height: 100%;
    background-color: #160d3f;
    margin-bottom: 0;
}

.wallet-info-wrapper.portfolio3{
    border-radius: 12px;
    padding: 25px;
    height: 100%;
    background-color: #20083f;
    margin-bottom: 0;
}

.wallet-info-wrapper.portfolio4{
    border-radius: 12px;
    padding: 25px;
    height: 100%;
    background-color: #1b1a2e;
    margin-bottom: 0;
}

.info-banner-wrapper{
    width: 100%;
    position: relative;
    display: inline-block;
    background-color: var(--thmee-color-5);
    border-radius: 12px;
    padding: 3rem;
    z-index: 10;
}

.info-banner-wrapper::before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url('../images/ingo-banner-bg.png');
    background-position: left;
    background-repeat: no-repeat;
    background-size: contain;
    opacity: 0.1;
    z-index: 9;
}

.info-banner-wrapper h2{
    text-align: center;
    font-size: 32px;
    margin-bottom: 25px;
    z-index: 11;
    position: relative;
}

.info-banner-wrapper p{
    text-align: center;
    margin-bottom: 2rem;
    z-index: 11;
    position: relative;
}

.info-banner-wrapper a{
    margin: auto;
    z-index: 11;
    position: relative;
}

.testimonial-wrapper{
    width: 100%;
    position: relative;
    display: inline-block;
    padding: 25px;
    background-color: var(--theme-color-1);
    border-radius: 12px;
}

.testimonial-top{
    width: 100%;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.testimonial-top img{
    width: 18px;
}

.testimonial-star{
    display: flex;
    align-items: center;
}

.testimonial-star li{
    margin-left: 5px;
    font-size: 14px;
    color: #fb942f;
}

.testimonial-middle{
    width: 100%;
    position: relative;
    display: inline-block;
    padding: 30px 0px;
}

.testimonial-bottom{
    width: 100%;
    position: relative;
    display: flex;
    align-items: center;
}

.testimonial-author-img{
    width: 60px;
    min-width: 60px;
    height: 60px;
    display: inline-block;
    margin-right: 20px;
}

.testimonial-author-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
}

.testimonial-author-info h3{
    font-size: 16px;
    margin-bottom: 2px;
}

.testimonial-author-info p{
    margin-bottom: 0px;
    font-size: 12px;
}

footer{
    width: 100%;
    position: relative;
    display: inline-block;
    background-color: var(--theme-color-1);
    padding: 4rem 0rem 0rem 0rem;
}

.footer-bottom{
    width: 100%;
    position: relative;
    padding: 30px 0px;
    margin-top: 30px;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.footer-bottom p{
    color: rgba(255, 255, 255, 0.7);
}

.footer-bottom ul{
    display: flex;
}

.footer-bottom ul li{
    margin-left: 20px;
    color: rgba(255, 255, 255, 0.7);
}

.footer-logo{
    width: 100%;
    position: relative;
    display: inline-block;
}

.footer-logo img{
    width: 250px;
}

.footer-links{
    width: 100%;
    position: relative;
    display: inline-block;
}

.footer-heading{
    font-size: 20px;
    margin-bottom: 20px;
}

.footer-links ul li{
    margin-bottom: 15px;
}

.footer-links ul li:last-child{
    margin-bottom: 0;
}

.footer-links ul li a{
    color: rgba(255, 255, 255, 0.8);
}

.footer-subscribe p{
    color: rgba(255, 255, 255, 0.8);
    margin-bottom: 1.5rem;
}

.footer-subscribe form{
    width: 100%;
    position: relative;
    display: inline-block;
}

.footer-subscribe-form{
    width: 100%;
    position: relative;
    display: inline-block;
}

.subscribe-input{
    width: 100%;
    position: relative;
    display: inline-block;
    background-color: transparent;
    border: 1px solid rgba(255, 255, 255, 0.8);
    padding: 10px 15px;
    border-radius: 30px;
    color: var(--font-white);
}

.subscribe-btn{
    position: absolute;
    right: 6px;
    top: 6px;
    background-color: var(--theme-color-2);
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--bg-white);
    padding: 5px;
    border-radius: 50%;
    border: none;
}

.wallet-layer-wrapper{
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0.2;
    z-index: -1;
}

.process-layer-wrapper{
    position: absolute;
    top: 0;
    right: 0;
    opacity: 0.2;
    z-index: -1;
}

.learn-layer-wrapper{
    position: absolute;
    top: 50%;
    right: 50%;
    opacity: 0.4;
    z-index: -1;
    transform: translate(50%, -50%);
}

.portfolio-layer-wrapper{
    position: absolute;
    top: 50%;
    right: 50%;
    opacity: 0.4;
    z-index: -1;
    transform: translate(50%, -50%);
}

.testimonial-layer-wrapper{
    position: absolute;
    top: 0;
    right: 0;
    opacity: 0.2;
    z-index: -1;
}

.footerleft-layer-wrapper{
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0.2;
    z-index: 1;
    height: 350px;
}

.footerleft-layer-wrapper img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.footerright-layer-wrapper{
    position: absolute;
    top: 0;
    right: 0;
    opacity: 0.2;
    z-index: 1;
    height: 350px;
}

.footerright-layer-wrapper img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.wallet-card-content {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 260px; 
}

.percntage-wrapper {
    margin-top: auto !important;
}

.crown-feature-card {
    background: linear-gradient(145deg, #1d1532, #251940);
    border-radius: 28px;
    padding: 32px;
    box-shadow: 
        inset 0 0 18px rgba(255, 255, 255, 0.05),
        0 6px 20px rgba(0, 0, 0, 0.45);
    transition: 0.25s ease;
    height: 100%;
}

.crown-feature-card:hover {
    box-shadow:
        inset 0 0 22px rgba(255, 255, 255, 0.07),
        0 8px 26px rgba(0, 0, 0, 0.6);
    transform: translateY(-4px);
}

.crown-feature-card h3 {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 12px;
    color: #ffffff;
}

.crown-feature-card p {
    font-size: 16px;
    line-height: 1.55;
    color: #cfcde3;
    margin: 0;
}

/* ABOUT WRAPPER */
.about-crown {
    margin-top: 80px;
}

/* IMAGE */
.about-img-wrapper {
    position: relative;
}

.about-img {
    border-radius: 22px;
    box-shadow: 0 18px 40px rgba(0,0,0,0.35);
}

.about-badge {
    position: absolute;
    bottom: 15px;
    left: 15px;
    background: #ff7b00;
    color: #fff;
    padding: 6px 14px;
    border-radius: 14px;
    font-size: 13px;
    font-weight: 600;
}

/* TEXT AREA */
.about-subheading {
    color: #ffffff;
    font-size: 22px;
    font-weight: 700;
    margin-top: 10px;
    margin-bottom: 14px;
}

.about-text-block p {
    color: #cfcde3;
    font-size: 16px;
    line-height: 1.65;
    margin-bottom: 18px;
}

/* FEATURE CARDS */
.about-feature-card {
    background: linear-gradient(145deg, #1d1532, #251940);
    border-radius: 26px;
    padding: 26px;
    height: 100%;
    position: relative;
    box-shadow:
        inset 0 0 14px rgba(255, 255, 255, 0.05),
        0 6px 20px rgba(0,0,0,0.45);
    transition: 0.25s ease;
}

.about-feature-card:hover {
    transform: translateY(-4px);
    box-shadow:
        inset 0 0 18px rgba(255,255,255,0.07),
        0 8px 26px rgba(0,0,0,0.6);
}

.feature-icon {
    font-size: 34px;
    color: #ff7b00;
    margin-bottom: 12px;
    display: block;
}

.about-feature-card h4 {
    color: #fff;
    font-weight: 700;
    font-size: 20px;
    margin-bottom: 10px;
}

.about-feature-card p {
    color: #cfcde3;
    font-size: 15px;
    margin-bottom: 0;
}

/* TAG / BADGE */
.feature-tag {
    position: absolute;
    top: 18px;
    right: 18px;
    background: #ff7b00;
    color: #fff;
    padding: 4px 10px;
    border-radius: 12px;
}


/* MAIN BLOCK */
.crown-top-games {
    padding: 80px 0;
}

/* TITLE */
.games-heading h2 {
    color: #fff;
    font-size: 36px;
    font-weight: 800;
    margin-bottom: 10px;
    text-align: center;
}

.welcome-bonus {
    text-align: center;
    color: #fff;
    font-size: 18px;
    margin-bottom: 40px;
}

.welcome-bonus span {
    color: #ff7b00;
    font-weight: 700;
}

/* GRID */
.games-grid {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 22px;
}

/* CARD */
.game-card {
    position: relative;
    border-radius: 16px;
    overflow: hidden;
    background: #000;
    box-shadow: 0 10px 25px rgba(0,0,0,0.45);
    cursor: pointer;
    transition: 0.25s ease;
}

.game-card img {
    width: 100%;
    display: block;
    border-radius: 16px;
}

/* HOVER OVERLAY */
.game-overlay {
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,0.55);
    opacity: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 0.25s ease;
}

.game-card:hover .game-overlay {
    opacity: 1;
}

/* PLAY BUTTON */
.play-btn {
    background: #ff7b00;
    color: #fff;
    padding: 12px 22px;
    border-radius: 10px;
    font-weight: 700;
    font-size: 16px;
    text-decoration: none;
    box-shadow: 0 0 14px rgba(255,123,0,0.5);
    transition: 0.25s;
}

.play-btn:hover {
    box-shadow: 0 0 22px rgba(255,123,0,0.7);
    transform: translateY(-3px);
}

/* RESPONSIVE */

/* tablets */
@media (max-width: 1200px) {
    .games-grid {
        grid-template-columns: repeat(4, 1fr);
    }
}

/* small tablets / phones horizontal */
@media (max-width: 768px) {
    .games-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}

/* phones */
@media (max-width: 540px) {
    .games-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

/* PREMIUM ABOUT SECTION */
.crown-about-premium {
    padding: 80px 0;
}

.about-left-content {
    background: linear-gradient(135deg, rgba(255,255,255,0.05), rgba(255,255,255,0.02));
    border-radius: 26px;
    padding: 40px 45px;
    position: relative;
    box-shadow:
        inset 0 0 20px rgba(255,255,255,0.04),
        0 10px 40px rgba(0,0,0,0.45);
}

/* LEFT GOLD/ORANGE DECORATIVE LINE */
.about-accent {
    position: absolute;
    left: 0;
    top: 25px;
    height: calc(100% - 50px);
    width: 6px;
    background: #ff7b00;
    border-radius: 3px;
}

/* TITLES */
.about-small {
    color: #ff7b00;
    font-size: 15px;
    font-weight: 700;
    margin-bottom: 10px;
}

.about-title {
    color: #fff;
    font-size: 42px;
    font-weight: 800;
    line-height: 1.2;
    margin-bottom: 25px;
}

.about-left-content p {
    color: #dcd7eb;
    font-size: 17px;
    line-height: 1.7;
    margin-bottom: 18px;
}

/* RIGHT SIDE GRID */
.about-stats {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 25px;
}

/* EACH CARD */
.stat-card {
    background: rgba(255,255,255,0.04);
    border-radius: 22px;
    padding: 25px 20px;
    text-align: center;
    position: relative;
    box-shadow:
        inset 0 0 12px rgba(255,255,255,0.05),
        0 8px 28px rgba(0,0,0,0.35);
    transition: 0.25s ease;
}

.stat-card:hover {
    transform: translateY(-6px);
    box-shadow:
        inset 0 0 14px rgba(255,123,0,0.2),
        0 12px 35px rgba(0,0,0,0.55);
}

/* TOP TAG */
.stat-tag {
    position: absolute;
    top: -10px;
    left: 15px;
    background: #ff7b00;
    color: #fff;
    padding: 4px 12px;
    border-radius: 10px;
    font-size: 12px;
    font-weight: 700;
    box-shadow: 0 0 12px rgba(255,123,0,0.4);
}

/* NUMBERS */
.stat-card h3 {
    color: #4fe896;
    font-size: 34px;
    font-weight: 800;
    margin-bottom: 6px;
}

/* LABELS */
.stat-card p {
    color: #ffffff;
    font-size: 14px;
    letter-spacing: 1px;
}

.crown-slots-section {
    padding: 80px 0;
    font-size: 17px;
    color: #dcd7eb;
}

.slots-heading {
    color: #fff;
    font-size: 38px;
    font-weight: 800;
    margin-bottom: 10px;
}

.slots-sub {
    color: #e1deef;
    margin-bottom: 35px;
}

/* FLOATED IMAGE */
.slots-image-wrapper {
    float: right;
    margin-left: 25px;
    margin-bottom: 10px;
    max-width: 360px;
}

.slots-image {
    width: 100%;
    border-radius: 20px;
    box-shadow: 0 10px 25px rgba(0,0,0,0.5);
}

/* TITLES */
.slots-title {
    margin-top: 40px;
    margin-bottom: 15px;
    color: #fff;
    font-size: 28px;
    font-weight: 700;
}

/* TAG LIST */
.slots-list {
    list-style: none;
    padding-left: 0;
}

.slots-list li {
    margin-bottom: 10px;
    font-size: 17px;
}

.tag {
    background: #ff7b00;
    color: #fff;
    padding: 3px 10px;
    border-radius: 8px;
    margin-right: 8px;
    font-size: 13px;
    font-weight: 700;
}

/* TABLE */
.slots-table {
    width: 100%;
    margin-top: 20px;
    border-collapse: collapse;
    background: rgba(255,255,255,0.03);
    border-radius: 14px;
    overflow: hidden;
}

.slots-table th,
.slots-table td {
    padding: 16px;
    text-align: left;
}

.slots-table th {
    background: rgba(255,123,0,0.3);
    color: #fff;
    font-weight: 700;
}

.slots-table tr:nth-child(even) {
    background: rgba(255,255,255,0.05);
}

/* STEPS */
.slots-steps {
    margin-left: 20px;
}

.slots-steps li {
    margin-bottom: 10px;
}

/* TIPS LIST */
.tips-list {
    margin-left: 0;
    padding-left: 20px;
}

.tips-list li {
    margin-bottom: 8px;
}

/* RIGHT-SIDE FLOAT IMAGE FOR SLOTS SECTION */
.slots-side-image-wrapper {
    float: right;
    width: 40%;
    margin-left: 40px;
    margin-bottom: 25px;
}

.slots-side-image {
    width: 100%;
    border-radius: 22px;
    object-fit: cover;

    box-shadow:
        0 12px 32px rgba(0,0,0,0.55),
        0 0 22px rgba(255,123,0,0.25),
        inset 0 0 12px rgba(255,255,255,0.05);
}

/* Responsive */
@media (max-width: 992px) {
    .slots-side-image-wrapper {
        float: none;
        width: 100%;
        margin: 0 0 28px 0;
    }
}


/* ACCENT */
.accent {
    color: #ff7b00;
    font-weight: 700;
}

.crown-tables-section {
    padding: 80px 0;
    font-size: 17px;
    color: #dcd7eb;
}

.tables-heading {
    color: #fff;
    font-size: 38px;
    font-weight: 800;
    margin-bottom: 10px;
}

.tables-sub {
    color: #e1deef;
    margin-bottom: 35px;
}

/* FLOAT IMAGE */
.tables-image-wrapper {
    float: right;
    margin-left: 25px;
    margin-bottom: 15px;
    max-width: 360px;
}

.tables-image {
    width: 100%;
    border-radius: 20px;
    box-shadow: 0 10px 25px rgba(0,0,0,0.5);
}

/* SECTION TITLES */
.tables-title {
    margin-top: 45px;
    margin-bottom: 15px;
    color: #fff;
    font-size: 28px;
    font-weight: 700;
}

/* TAGGED LIST */
.tables-list {
    list-style: none;
    padding-left: 0;
}

.tables-list li {
    margin-bottom: 10px;
    font-size: 17px;
}

.tag {
    background: #ff7b00;
    color: #fff;
    padding: 3px 10px;
    border-radius: 8px;
    margin-right: 8px;
    font-size: 13px;
    font-weight: 700;
}

/* TABLE */
.tables-table {
    width: 100%;
    margin-top: 20px;
    border-collapse: collapse;
    background: rgba(255,255,255,0.03);
    border-radius: 14px;
    overflow: hidden;
}

.tables-table th,
.tables-table td {
    padding: 16px;
    text-align: left;
}

.tables-table th {
    background: rgba(255,123,0,0.25);
    color: #fff;
    font-weight: 700;
}

.tables-table tr:nth-child(even) {
    background: rgba(255,255,255,0.05);
}

/* STEPS ORDERED */
.tables-steps {
    margin-left: 20px;
}

.tables-steps li {
    margin-bottom: 10px;
}

/* TIPS */
.tips-list {
    margin-left: 20px;
    padding-left: 0;
}

.tips-list li {
    margin-bottom: 8px;
}

/* ACCENT COLOR */
.accent {
    color: #ff7b00;
    font-weight: 700;
}

.tables-side-image-wrapper {
    float: right;
    width: 38%;
    margin-left: 40px;
    margin-bottom: 20px;
}

.tables-side-image {
    width: 100%;
    border-radius: 22px;
    box-shadow: 0 12px 32px rgba(0,0,0,0.55), 
                0 0 18px rgba(255,255,255,0.05);
    object-fit: cover;
}

@media (max-width: 992px) {
    .tables-side-image-wrapper {
        float: none;
        width: 100%;
        margin: 0 0 25px 0;
    }
}

/* LIVE CASINO SECTION */
.crown-live-section {
    padding: 80px 0;
}

/* TITLES */
.live-heading {
    color: #fff;
    font-size: 38px;
    font-weight: 800;
    margin-bottom: 15px;
}

.live-sub {
    color: #dcd7eb;
    font-size: 18px;
    line-height: 1.7;
    margin-bottom: 35px;
}

/* IMAGE FLOAT BLOCKS */
.live-image-wrapper {
    width: 42%;
    margin-bottom: 30px;
}

.live-image-wrapper.left {
    float: left;
    margin-right: 35px;
}

.live-image-wrapper.right {
    float: right;
    margin-left: 35px;
}

.live-image {
    width: 100%;
    border-radius: 22px;
    box-shadow:
        0 12px 32px rgba(0,0,0,0.55),
        0 0 22px rgba(255,123,0,0.25),
        inset 0 0 12px rgba(255,255,255,0.05);
}

/* LISTS & TAGS */
.live-title {
    color: #fff;
    font-size: 26px;
    font-weight: 700;
    margin: 35px 0 15px;
}

.live-list,
.live-steps,
.tips-list {
    color: #dcd7eb;
    font-size: 17px;
    line-height: 1.7;
    margin-bottom: 25px;
}

.live-list li,
.tips-list li {
    margin-bottom: 10px;
}

.tag {
    background: #ff7b00;
    padding: 4px 10px;
    border-radius: 8px;
    font-size: 12px;
    font-weight: 700;
    color: #fff;
    margin-right: 8px;
}

/* RESPONSIVE */
@media (max-width: 992px) {
    .live-image-wrapper {
        float: none;
        width: 100%;
        margin: 0 0 25px 0;
    }
}

/* MAIN SECTION */
.crown-bonuses-section {
    padding: 80px 0;
    color: #fff;
}

/* TITLES */
.bonus-title {
    font-size: 40px;
    font-weight: 800;
}
.bonus-sub {
    color: #d7d3e9;
    font-size: 18px;
    margin-top: 10px;
}

/* MAIN IMAGE */
.bonus-main-image {
    position: relative;
    margin: 40px 0;
    display: flex;
    justify-content: center;   
    align-items: center;        
    width: 100%;
}

.bonus-main-image img {
    width: 30%;
    border-radius: 24px;
    box-shadow: 0 12px 35px rgba(0,0,0,0.45);
    display: block;
}

.bonus-sticker {
    position: absolute;
    top: 18px;
    left: 18px;
    background: #ff7b00;
    padding: 8px 18px;
    border-radius: 12px;
    font-weight: 700;
    font-size: 14px;
}

/* WELCOME BONUS BIG CARD */
.bonus-highlight-card {
    background: rgba(255,255,255,0.05);
    padding: 35px;
    border-radius: 24px;
    margin-bottom: 50px;
    box-shadow: inset 0 0 25px rgba(255,255,255,0.03),
                0 10px 40px rgba(0,0,0,0.5);
}
.tag-orange {
    background: #ff7b00;
    padding: 6px 16px;
    border-radius: 12px;
    font-weight: 700;
    font-size: 13px;
}
.bonus-highlight-card h3 {
    margin: 15px 0;
    font-size: 28px;
}
.bonus-btn {
    display: inline-block;
    margin-top: 15px;
    padding: 12px 30px;
    background: #ff7b00;
    border-radius: 14px;
    font-weight: 700;
    text-decoration: none;
    color: #fff;
    transition: 0.25s ease;
}
.bonus-btn:hover {
    transform: translateY(-3px);
    box-shadow: 0 0 20px rgba(255,123,0,0.5);
}

/* GRID */
.bonus-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 25px;
}

/* CARD */
.bonus-card {
    background: rgba(255,255,255,0.04);
    padding: 25px;
    border-radius: 22px;
    position: relative;
    box-shadow: 0 10px 30px rgba(0,0,0,0.4);
}
.bonus-card h4 {
    font-size: 20px;
    margin-bottom: 10px;
}
.tag {
    background: #43237f;
    padding: 5px 14px;
    border-radius: 10px;
    font-size: 12px;
    font-weight: 700;
}
.card-sticker {
    position: absolute;
    bottom: 15px;
    right: 15px;
    background: #ff7b00;
    color: #fff;
    padding: 5px 12px;
    border-radius: 10px;
    font-size: 11px;
    box-shadow: 0 0 15px rgba(255,123,0,0.4);
}

/* LOYALTY */
.loyalty-block {
    margin-top: 60px;
    padding: 35px;
    background: rgba(255,255,255,0.03);
    border-radius: 24px;
}
.loyalty-title {
    font-size: 30px;
    font-weight: 700;
}
.loyalty-desc {
    margin: 10px 0 20px;
    color: #dcd7eb;
}
.loyalty-list {
    list-style: none;
    padding: 0;
}
.loyalty-list li {
    margin-bottom: 10px;
    font-size: 16px;
}
.loyalty-list .dot {
    width: 10px;
    height: 10px;
    background: #ff7b00;
    display: inline-block;
    border-radius: 50%;
    margin-right: 10px;
}
.loyalty-btn {
    margin-top: 20px;
    display: inline-block;
    padding: 12px 26px;
    background: #ff7b00;
    border-radius: 12px;
    color: #fff;
    font-weight: 700;
    text-decoration: none;
    transition: 0.25s;
}
.loyalty-btn:hover {
    transform: translateY(-3px);
    box-shadow: 0 0 18px rgba(255,123,0,0.5);
}

/* MAIN SECTION */
.crown-login-grid {
    padding: 80px 0;
}

.login-heading {
    color: #fff;
    font-size: 42px;
    font-weight: 800;
    margin-bottom: 10px;
}

.login-sub {
    color: #cdc8e5;
    font-size: 18px;
    max-width: 850px;
    margin-bottom: 45px;
}

/* GRID: 2 CARDS PER ROW */
.login-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
}

/* CARD */
.login-card {
    background: rgba(255,255,255,0.04);
    padding: 35px 40px;
    border-radius: 22px;
    box-shadow:
        inset 0 0 18px rgba(255,255,255,0.05),
        0 10px 35px rgba(0,0,0,0.45);
    transition: 0.25s ease;
}

.login-card:hover {
    transform: translateY(-5px);
    box-shadow:
        inset 0 0 20px rgba(255,123,0,0.25),
        0 14px 40px rgba(0,0,0,0.55);
}

.login-card h3 {
    color: #ff7b00;
    font-size: 26px;
    margin-bottom: 12px;
}

.login-card p {
    color: #eee9ff;
    font-size: 17px;
    line-height: 1.7;
}

/* RESPONSIVE */
@media (max-width: 992px) {
    .login-grid {
        grid-template-columns: 1fr;
    }
    .login-card {
        padding: 30px;
    }
}

/* MAIN SECTION */
.crown-app-section {
    padding: 90px 0;
}

/* IMAGE */
.app-image-wrapper {
    text-align: center;
}
.app-image {
    width: 100%;
    max-width: 380px;
    border-radius: 25px;
    box-shadow:
        0 12px 35px rgba(0,0,0,0.55),
        0 0 20px rgba(255,123,0,0.25);
    margin-bottom: 25px;
}

/* STORE BUTTONS */
.store-buttons {
    display: flex;
    justify-content: center;
    gap: 15px;
}
.store-btn {
    width: 150px;
    cursor: pointer;
    transition: 0.2s ease;
}
.store-btn:hover {
    transform: translateY(-4px);
}

/* TEXT SIDE */
.app-content {
    padding-left: 20px;
}

.app-small-title {
    color: #ff7b00;
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 8px;
}

.app-title {
    font-size: 42px;
    font-weight: 800;
    color: #fff;
    margin-bottom: 20px;
}

.app-desc {
    color: #ddd7ef;
    font-size: 17px;
    line-height: 1.7;
    margin-bottom: 15px;
}

/* FEATURES */
.app-feature-list {
    list-style: none;
    padding: 0;
    margin: 25px 0;
}
.app-feature-list li {
    color: #e9e5ff;
    margin-bottom: 12px;
    font-size: 16px;
}
.app-feature-list i {
    color: #ff7b00;
    margin-right: 10px;
    font-size: 18px;
}

/* SUBTITLES */
.app-subtitle {
    font-size: 24px;
    font-weight: 700;
    color: #fff;
    margin-top: 25px;
    margin-bottom: 10px;
}

/* BONUS CARD */
.app-bonus-card {
    background: rgba(255,255,255,0.04);
    padding: 25px 30px;
    border-radius: 20px;
    margin-top: 30px;
    box-shadow:
        inset 0 0 12px rgba(255,255,255,0.05),
        0 10px 30px rgba(0,0,0,0.4);
}
.bonus-tag {
    background: #ff7b00;
    padding: 5px 14px;
    border-radius: 10px;
    font-size: 12px;
    font-weight: 700;
    color: #fff;
}
.app-bonus-card h4 {
    font-size: 22px;
    margin: 12px 0;
    font-weight: 700;
}
.app-bonus-card p {
    color: #eae7f8;
    margin: 0;
}

/* RESPONSIVE */
@media (max-width: 992px) {
    .app-content {
        padding-left: 0;
        margin-top: 30px;
    }
    .app-title {
        font-size: 32px;
    }
}

/* =========================
GLOBAL TYPOGRAPHY FIX
Premium Crown Style
========================= */

h2, h3, h4 {
margin-top: 50px !important; 
line-height: 1.25;
}

.section-title,
.tables-heading,
.slots-heading,
.payments-heading {
margin-top: 60px !important;
margin-bottom: 28px !important;
}

p {
margin-bottom: 26px !important;
line-height: 1.75;
font-size: 18px;
color: #dcd7eb;
}

ul li,
ol li {
margin-bottom: 14px !important;
line-height: 1.65;
font-size: 17px;
}

.section-small-heading,
.about-small {
margin-bottom: 18px !important;
letter-spacing: 1px;
}

/* =========================
PAYMENT TABLE — CLEAN CENTERED
========================= */

.payments-table-wrapper {
max-width: 950px;
margin: 70px auto; 
background: rgba(255,255,255,0.03);
padding: 40px;
border-radius: 26px;
box-shadow:
0 12px 40px rgba(0,0,0,0.55),
inset 0 0 25px rgba(255,255,255,0.05);
backdrop-filter: blur(6px);
}

.payments-table {
width: 100%;
border-collapse: collapse;
border-radius: 18px;
overflow: hidden;
}

.payments-table thead {
background: rgba(255,255,255,0.06);
}

.payments-table th,
.payments-table td {
padding: 18px 22px;
color: #fff;
font-size: 17px;
border-bottom: 1px solid rgba(255,255,255,0.05);
}

.payments-table tbody tr:last-child td {
border-bottom: none;
}

.payments-table th {
font-weight: 700;
text-transform: uppercase;
font-size: 14px;
letter-spacing: 1px;
}

.method-cell {
display: flex;
align-items: center;
gap: 14px;
}

.pm-icon {
width: 50px;
height: 50px;
object-fit: contain;
}

.payments-table tbody tr:hover {
background: rgba(255,255,255,0.04);
transition: 0.25s;
}

/* FAQ SECTION */
.crown-faq-section {
    padding: 80px 0;
}

.faq-heading {
    color: #fff;
    font-size: 42px;
    font-weight: 800;
    text-align: center;
    margin-bottom: 50px;
}

/* GRID: 2 COLUMNS */
.faq-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
}

/* FAQ CARD */
.faq-card {
    background: rgba(255,255,255,0.04);
    border-radius: 20px;
    padding: 28px 30px;
    box-shadow:
        inset 0 0 14px rgba(255,255,255,0.03),
        0 10px 30px rgba(0,0,0,0.45);
    transition: 0.25s ease;
}

.faq-card:hover {
    transform: translateY(-6px);
    box-shadow:
        inset 0 0 18px rgba(255,123,0,0.22),
        0 12px 40px rgba(0,0,0,0.55);
}

.faq-card h3 {
    font-size: 20px;
    font-weight: 700;
    color: #ff7b00;
    margin-bottom: 16px;
}

.faq-card p {
    color: #dcd7eb;
    font-size: 16px;
    line-height: 1.7;
}

/* MOBILE */
@media(max-width: 768px) {
    .faq-grid {
        grid-template-columns: 1fr;
    }
}

/* INFO BANNER — CROWN ONLINE CASINO */
.info-banner-wrapper {
    background: linear-gradient(135deg, #1a1028, #120a1c);
    border: 2px solid rgba(255, 123, 0, 0.4);
    border-radius: 26px;
    padding: 70px 40px;
    box-shadow:
        0 12px 40px rgba(0,0,0,0.6),
        inset 0 0 25px rgba(255,255,255,0.05);
    text-align: center;
}

.info-banner-title {
    color: #fff;
    font-weight: 800;
    font-size: 46px;
    line-height: 1.2;
    margin-bottom: 18px;
}

.info-banner-sub {
    color: #dcd7eb;
    font-size: 18px;
    line-height: 1.7;
    margin-bottom: 30px;
}

/* BONUS BLOCK */
.bonus-highlight {
    background: rgba(255,123,0,0.08);
    border-left: 4px solid #ff7b00;
    padding: 16px 22px;
    border-radius: 12px;
    margin: 20px auto 30px;
    display: inline-block;
    text-align: left;
}

.bonus-label {
    display: block;
    font-size: 14px;
    color: #ff7b00;
    font-weight: 700;
    margin-bottom: 4px;
    letter-spacing: 0.5px;
}

.bonus-value {
    color: #fff;
    font-size: 20px;
    font-weight: 700;
}

/* BUTTON STYLE */
.info-banner-btn {
    margin-top: 10px;
    padding: 12px 32px !important;
    font-size: 19px !important;
    font-weight: 700;
    border-radius: 12px !important;
}

/* PREMIUM FOOTER — CROWN ONLINE CASINO */
.crown-footer {
    background: #0d0b18;
    padding-top: 70px;
    padding-bottom: 40px;
    border-top: 3px solid #ff7b00;
    font-family: 'Poppins', sans-serif;
}

/* LOGO BLOCK */
.footer-logo {
    width: 170px;
    margin-bottom: 18px;
}

.footer-desc {
    color: #cfc9e9;
    font-size: 15px;
    line-height: 1.6;
    margin-bottom: 20px;
}

/* LICENSE TAG */
.footer-license {
    background: rgba(255,123,0,0.08);
    border-left: 3px solid #ff7b00;
    padding: 12px 16px;
    border-radius: 10px;
}

.tag-license {
    color: #ff7b00;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
}

.footer-license p {
    color: #dcd7eb;
    font-size: 13px;
    margin-top: 6px;
}

/* HEADINGS */
.footer-heading {
    font-size: 18px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 16px;
    border-left: 4px solid #ff7b00;
    padding-left: 10px;
}

/* LINKS */
.footer-links li {
    margin-bottom: 8px;
}

.footer-links a {
    color: #ccc;
    font-size: 15px;
    transition: 0.25s;
}

.footer-links a:hover {
    color: #ff7b00;
    padding-left: 4px;
}

/* PAYMENT ICONS */
.footer-payments img,
.footer-providers img {
    width: 56px;
    height: 32px;
    object-fit: contain;
    margin-right: 10px;
    margin-bottom: 10px;
    filter: brightness(0.8);
    transition: 0.25s;
}

.footer-payments img:hover,
.footer-providers img:hover {
    filter: brightness(1);
}

/* BOTTOM BAR */
.footer-bottom {
    margin-top: 30px;
    border-top: 1px solid rgba(255,255,255,0.08);
    padding-top: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.footer-bottom p {
    color: #bdb8d8;
    font-size: 14px;
}

/* SOCIAL ICONS */
.footer-social {
    list-style: none;
    display: flex;
    gap: 16px;
}

.footer-social a {
    color: #ffffff;
    font-size: 17px;
    transition: 0.25s;
}

.footer-social a:hover {
    color: #ff7b00;
}

/* Fix for banner location text: Melbourne • Perth • Sydney */
.banner-heading span {
    display: block;
    color: #ff7b00 !important;   
    font-weight: 600;
    margin-top: 8px;
}

/* GLOBAL CENTERING FOR ALL MAIN SECTION HEADINGS */
.section-heading-wrapper h2,
.section-heading,
h2.section-heading,
h2.slots-heading,
h2.tables-heading,
h2.live-heading,
h2.bonus-heading,
h2.payment-heading,
h2.login-heading {
    text-align: center !important;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

/* CENTER SUB-TEXT UNDER HEADINGS */
.section-heading-wrapper p,
.section-sub,
p.section-intro,
p.slots-sub,
p.tables-sub,
p.live-sub,
p.bonus-sub,
p.payment-sub,
p.login-sub {
    text-align: center !important;
    max-width: 850px;
    margin-left: auto;
    margin-right: auto;
}

/* UNIVERSAL FIX FOR MOBILE TABLE SCROLL */
.table-responsive-x {
    width: 100%;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    display: block;
}

.table-responsive-x table {
    min-width: 700px; 
}

.container, .row, .col-12 {
    overflow: visible !important;
}

/* MOBILE SCROLL FIX FOR PAYMENT TABLE */
.payments-table-scroll {
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    margin-bottom: 30px;
}

/* prevent cutting on mobile */
.payments-table {
    min-width: 650px;
}

/* GLOBAL FIX — CENTER ALL SECTION HEADINGS + INTRO TEXT */
.bonus-title,
.bonus-sub,
.slots-heading,
.slots-sub,
.tables-heading,
.tables-sub,
.live-heading,
.live-sub,
.login-heading,
.login-sub,
.payments-heading,
.payments-sub {
    text-align: center !important;
    width: 100%;
}

/* Center all H2/H3 inside these content blocks */
.crown-bonuses-section h2,
.crown-bonuses-section h3,
.crown-slots-section h2,
.crown-slots-section h3,
.crown-tables-section h2,
.crown-tables-section h3,
.crown-live-section h2,
.crown-live-section h3,
.crown-login-section h2,
.crown-login-section h3,
.crown-payments-section h2,
.crown-payments-section h3 {
    text-align: center !important;
    margin-left: auto !important;
    margin-right: auto !important;
    display: block;
}
