/*
Theme Name: Hello Elementor Child
Theme URI: https://elementor.com/hello-theme/?utm_source=wp-themes&utm_campaign=theme-uri&utm_medium=wp-dash
Template: hello-elementor
Author: Elementor Team
Author URI: https://elementor.com/?utm_source=wp-themes&utm_campaign=author-uri&utm_medium=wp-dash
Description: Hello Elementor is a lightweight and minimalist WordPress theme that was built specifically to work seamlessly with the Elementor site builder plugin. The theme is free, open-source, and designed for users who want a flexible, easy-to-use, and customizable website. The theme, which is optimized for performance, provides a solid foundation for users to build their own unique designs using the Elementor drag-and-drop site builder. Its simplicity and flexibility make it a great choice for both beginners and experienced Web Creators.
Tags: accessibility-ready,flexible-header,custom-colors,custom-menu,custom-logo,featured-images,rtl-language-support,threaded-comments,translation-ready
Version: 3.4..1771261175
Updated: 2026-02-16 16:59:35

*/

    .compare-table tbody tr td:first-child {
    text-align: left;
    padding-left: 32px;
    max-width: 391px;
    width: 50%;
}
.compare-table tbody tr td {
    min-width: auto !important;
}
.compare-table tbody tr td:first-child, .compare-table tbody tr th:first-child {
    border-right: 3px solid #eee;
    z-index: 10000000;
}

.compare-table{
    height: 370px;
    overflow-y:auto ;
    overflow-x: hidden;
}
    .long-para p{
        color:#333333 !important;
    }
/* table of content css */
.toc-box1{
    position: sticky;
    top: 40px;
}

.toc-box{
/*     padding-left: 15px; */
/*     border-left: 2px solid #e5e5e5; */
    font-family: var(--e-global-typography-primary-font-family), Sans-serif;
}

/* TITLE */
/* .toc-box h3{
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 15px;
    color: #222;
} */

/* LIST RESET */
.toc-box ul{
/*     list-style: none; */
    padding: 0;
    margin: 0;
	display: flex;
    justify-content: flex-start;
    gap: 50px;
}

/* ITEM */
.toc-box li{
    margin-bottom: 14px;
}

/* LINK */
.toc-box li a{
    display: block;
/*     padding-left: 12px; */
    text-decoration: none;
    color:#133D54;
    font-size: 20px;
    line-height: 1.4;
    border-left: 3px solid transparent;
    transition: all 0.25s ease;
	font-weight: 600;
	text-decoration:underline;
}

/* HOVER */
.toc-box li a:hover{
    color: #111;
}

/* ACTIVE */
.toc-box li a.active{
/*     color: #133D54 !important; */
/*     font-weight: 600; */
/*     border-left: 3px solid #155dfc; */
}

/* fAQS */
.elementor-accordion-item {
    margin-bottom: 20px;
    border: 2px solid #8F949B !important;
    border-radius: 10px;
    padding: 10px;
}










/* OPTIONAL */
.table-sec h2{
    scroll-margin-top: 100px;
}
/* blog carosul css */
.blog-card{
    display:block;
    background:#fff;
    border-radius:12px;
    overflow:hidden;
    text-align:center;
    box-shadow:0 4px 20px rgba(0,0,0,0.08);
    text-decoration:none;
}

.blog-card img{
    width:100%;
    height:auto;
    object-fit:cover;
}

.blog-card h3{
    font-size:16px;
    padding:10px;
    color:#333;
}
/* blog carosul css end */
/* counrt dropdown css */
.country-dropdown {
	position: relative;
	width: 100%;
	max-width: 320px;
	font-family: Arial, sans-serif;
}

/* SELECTED */
.country-selected {
	display: flex;
	align-items: center;
	gap: 12px;
	cursor: pointer;
}

.country-selected img {
	width: 30px;
	height: 30px;
	border-radius: 50%;
	object-fit: cover;
}

.country-selected span {
	font-size: 14px;
	color: #99A1AF;
}

/* DROPDOWN */
.country-list {
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	margin-top: 10px;
	background: #331556;
	padding: 10px;
	border-radius: 12px;
	display: none;
	flex-direction: column;
	gap: 8px;
	z-index: 999;
	height: 300px;
	overflow-y: auto;
	overflow-x: hidden;
	/* ❌ no left right overflow */
}

/* OPEN */
.country-dropdown.active .country-list {
	display: flex;
}

/* ITEM */
.country-item {
	display: flex;
	align-items: center;
	gap: 10px;
	text-decoration: none;
	padding: 10px 0;
	border-radius: 10px;
	cursor: pointer;
	transition: 0.25s ease;
}

.country-item:hover {
	background: rgba(255, 255, 255, 0.08);
}

/* FLAGS */
.country-item img {
	width: 30px;
	height: 30px;
	border-radius: 50%;
	object-fit: cover;
}

/* TEXT */
.country-item span {
	font-size: 14px;
	color: #99A1AF;
}

/* 🔥 CUSTOM SCROLLBAR (WEBKIT) */
.country-list::-webkit-scrollbar {
	width: 6px;
}

.country-list::-webkit-scrollbar-track {
	background: transparent;
}

.country-list::-webkit-scrollbar-thumb {
	background: #6c4aa6;
	border-radius: 10px;
}

.country-list::-webkit-scrollbar-thumb:hover {
	background: #8a63d2;
}

/* counrty css end */

/* bonus grid css */
.casino-grid-wrapper,
.casino-slider {
	    font-family: "Inter", Sans-serif;
}
.bonus-casino .casino-card{
    text-align: left !important;
    padding-bottom: 10px;

}
    .casino-top{
    display:flex;
    justify-content:space-between;
    align-items:left;
    padding: 20px 10px 0px 10px;
}

.casino-name{
    font-size:18px;
    font-weight:700;
	  margin-bottom: 18px;
	  color: #111;
}
.geo {
    font-size: 12px;
    margin-top: -10px;
    margin-bottom: 15px;
}

.rating{
    font-size:14px;
    color:#333;
}

.rating span{
    color:#ffb400;
}

/* BONUS CARD */
.bonus-box{
    background:#fff;
    padding:10px;
}

.bonus-title{
    font-size:14px;
    color:#777;
}

.bonus-value{
    font-size:14px;
    font-weight:700;
    margin:5px 0;
}

.bonus-info{
    display:flex;
    justify-content:space-between;
    margin-top:10px;
    font-size:11px;
    color:#444;
}

.bonus-extra{
    margin-top:8px;
    font-size:13px;
}

/* BUTTON (Claim Bonus style) */
.bonus-btn{
    display:block;
    text-align:center;
    background:#155DFC;
    color:#fff;
    padding:10px;
    border-radius:8px;
    font-weight:600;
    text-decoration:none;
    margin:10px 10px;
    transition:0.3s;
}

.bonus-btn:hover{
    background:#095ad1;
    color: #fff !important;
}
.review{
    text-align: center;
}
.review a,
.info-link{
    color: #2d7ef7 !important;
    font-size: 12px;
}

/* casino grid css  */
.casino-grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 20px;
}

/* default: sirf 2 rows (8 items) show */
.casino-grid .item {
	display: block;
}

/* hidden items */
.casino-grid.collapsed .item:nth-child(n+9) {
	display: none;
}

/* button */
.show-toggle-btn {
	margin: 20px auto 0;
	display: block;
	padding: 14px 30px;
	background: #111 !important;
	color: #fff;
	border: none;
	border-radius: 8px;
	font-size: 16px;
	font-weight: 600;
	cursor: pointer;
	transition: 0.3s ease;

}

/* responsive */
@media(max-width: 992px) {
	.casino-grid {
		grid-template-columns: repeat(2, 1fr);
	}
}

@media(max-width: 500px) {
	.casino-grid {
		grid-template-columns: repeat(1, 1fr);
	}
}

/* casino grid css end */
/* more casino section css */
/* .pricing-table {
	overflow-x: auto !important;
}

.pricing-inner {
	min-width: 790px !important;
} */


/*Hidden sections default hide */
.hidden {
	display: none;
}

/* Button Style */
.casino-toggle-btn {
	padding: 14px 30px;
	background: #111 !important;
	color: #fff;
	border: none;
	border-radius: 8px;
	font-size: 16px;
	font-weight: 600;
	cursor: pointer;
	transition: 0.3s ease;
	margin: auto;
	display: flex;
	align-items: center;
	justify-content: center;
}

.casino-toggle-btn:hover {
	background: #222;
}

/* more casion button css */

.gradient-heading {
	background: #ff6900;
	-webkit-background-clip: text;
	background-clip: text;
	color: transparent;
}

.shadow-2xl {
	box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
}

.custom-gradient {
	position: relative;
	background: linear-gradient(to bottom right, #1a2235, #0d1321);
	box-shadow: 0 0 60px rgb(254 154 0 / 18%);
	border-radius: 20px;
}

.scale:hover {
	transform: translateY(-10px);
	transition: all 0.5s ease;
}

/* subscribe-form css  */
.custom-subscribe-form p {
	display: flex;
	gap: 5px;
	align-items: center;
	margin: 0;
}

.custom-subscribe-form input[type="email"] {
	/*width: 300px;*/
	padding: 15px 20px;
	border-radius: 10px;
	border: none;
	background: #fff;
	font-size: 16px;
	outline: none;
}

.custom-subscribe-form input[type="submit"] {
	padding: 15px 25px;
	border-radius: 10px;
	border: none;
	background: linear-gradient(45deg, #4f46e5, #6366f1);
	color: #fff;
	font-size: 16px;
	cursor: pointer;
	transition: 0.3s ease;
}

.custom-subscribe-form input[type="submit"]:hover {
	opacity: 0.9;
	transform: translateY(-2px);
}

.custom-subscribe-form span.wpcf7-spinner {
	position: absolute;
	right: 0;
	bottom: 0;
}

.custom-subscribe-form span.wpcf7-not-valid-tip {
	position: absolute;
}

/* subscribe-form css end */
@media (min-width:1024px) {
	.home-blogs article.hfe-post-card {
		display: flex;
		align-items: center;
		padding: 10px;
	}

	.home-blogs .hfe-post-image {
		width: 40%;
		display: flex;
		align-items: center;
	}

	.home-blogs .hfe-post-image img {
		border-radius: 10px 0 0 10px !important;
	}

	.home-blogs .hfe-post-content {
		width: 60%;
	}
}



.audit-form input,
.audit-form select,
.audit-form textarea {
	background-color: #155DFC14;
	color: #fff;
	border-radius: 10px !important;
	padding: 8px 10px !important;
}

.audit-form input.wpcf7-form-control.wpcf7-submit.has-spinner {
	font-family: "Inter", Sans-serif;
	color: #000;
	font-weight: 500;
	width: 100%;
	border: none;
	background-image: linear-gradient(90deg, #e2630a 0%, #fc6901 79%);
}

.audit-form span.wpcf7-spinner {
	position: absolute;
	right: 0;
}

.long-sec li,
.post-text li{
	margin-bottom: 15px;
}
.post-text a{
	color:#155dfc;
}

.sticky-sec {
	position: sticky;
	top: 30px;
}

.game-list {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
}

.game-item {
	padding: 10px 18px;
	background: #fdfdfd;
	border-radius: 10px;
	font-size: 15px;
	font-weight: 500;
	color: #222;
}

/* payments csss */
.casino-box {
	display: flex;
	gap: 10px;
	flex-wrap: wrap;
	/*     background:#fff; */
	/*     padding:25px; */
	border-radius: 16px;
}

.left-col {
	flex: 2;
}

.curnc {
	width: 300px !important;
	margin: 0;
}

.right-col {
	flex: 1;
	display: flex;
	flex-direction: column;
	gap: 20px;
}

.left-col h3 {
	font-size: 20px;
	margin-bottom: 15px;
	color: #111;
}

.left-col img {
	width: 100%;
	max-width: 500px;
	margin-bottom: 25px;
	border-radius: 12px;
}

.info-box {
	background: #fff;
	padding: 20px;
	border-radius: 12px;
}

.info-box span {
	display: block;
	font-size: 14px;
	color: #666;
	margin-bottom: 8px;
}

.info-box h4 {
	font-size: 28px;
	color: #111;
}


.floating-btn {
	position: fixed;
	bottom: 20px;
	width: 55px;
	height: 55px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	font-size: 26px;
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
	z-index: 9999;
	text-decoration: none;
	transition: 0.3s ease;
}

.floating-btn:hover {
	transform: scale(1.1);
}

.whatsapp-btn {
	left: 20px;
	background: #25D366;
}

.telegram-btn {
	left: 20px;
	background: #0088cc;
}

.casino-slider .item {
	padding: 10px 0px;
}

.casino-card {
	background: #fff;
	border-radius: 12px;
	overflow: hidden;
	text-align: center;
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
	transition: 0.3s;
}

.casino-card:hover {
	transform: translateY(-5px);
}

.casino-img {
	height: 130px;
	background: #111827;
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
}

.casino-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.casino-content {
	padding: 18px 15px 20px;
}

.rating {
	color: #222;
	font-size: 18px;
	margin-bottom: 15px;
}

.rating span {
	color: #1fa94f;
	margin-right: 5px;
}


.play-btn {
	display: inline-block;
	background: #eaf2ff;
	color: #2d7ef7;
	padding: 12px 35px;
	border-radius: 8px;
	text-decoration: none;
	font-weight: 600;
	margin-bottom: 15px;
	transition: 0.3s;
}

.play-btn:hover {
	background: #2d7ef7;
	color: #fff;
}

.review {
	font-size: 14px;
	color: #777;
}

/* arrows */
.owl-nav button {
	position: absolute;
	top: 40%;
	transform: translateY(-50%);
	width: 42px;
	height: 42px;
	border-radius: 50% !important;
	background: #fff !important;
	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.15);
	font-size: 24px !important;
}

.owl-nav .owl-prev {
	left: -20px;
}

.owl-nav .owl-next {
	right: -20px;
}

.owl-nav button:hover {
	background: #2d7ef7 !important;
	color: #fff !important;
}

@media(max-width:992px) {
	.casino-name {
		font-size: 18px;
	}
}


@media(max-width:767px) {
	table {
		border-collapse: collapse;
		display: block;
		width: 100%;
		overflow-x: auto;
		white-space: nowrap;
	}
}

/* =========================
   Single Post Layout
========================= */

.single-post-wrapper {
    padding: 40px 15px;
      max-width: 1220px;
      margin:auto;
}

.single-post-content {
    display: flex;
    gap: 30px;
    align-items: flex-start;
     font-family: "Inter", Sans-serif;
}

/* Left Column */
.post-main {
    width: 80%;
    background: #fff;
    padding: 25px;
    border-radius: 10px;
    box-shadow: 0 5px 20px rgba(0,0,0,0.05);
}

/* Right Sidebar */
.post-sidebar {
    width:20%;
    position: sticky;
    top: 20px;
}


/* Title */
.post-title {
    font-size: 40px !important;
    line-height: 1.3;
    color: var(--e-global-color-primary);
    margin-bottom: 10px;
}

/* Meta */
.post-meta {
    font-size: 14px;
    color: #666;
    margin-bottom: 20px;
}

/* Thumbnail */
.post-thumbnail img {
    width: 100%;
    border-radius: 10px;
    margin-bottom: 20px;
}

/* Content */
.post-text {
    font-size: 16px;
    line-height: 1.8;
    color: #333;
}

/* Social Share */
.social-share {
    display: flex;
    gap: 10px;
    margin: 20px 0;
}

.social-share a {
    width: 38px;
    height: 38px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #14125c;
    color: #fff;
    border-radius: 50%;
    transition: 0.3s;
}

.social-share a:hover {
    background: #000;
    transform: translateY(-2px);
}

/* =========================
   Sidebar CTA Box
========================= */

.cta-box {
    background: #14125c;
    color: #fff;
    padding: 20px;
    border-radius: 10px;
    margin-bottom: 20px;
}

.cta-box h3 {
    margin-bottom: 10px;
    font-size: 20px;
}

.cta-box p {
    font-size: 14px;
    margin-bottom: 15px;
}

.cta-btn {
    display: inline-block;
    background: #fff;
    color: #14125c;
    padding: 10px 15px;
    border-radius: 6px;
    text-decoration: none;
    font-weight: 600;
}
/* =========================
   Responsive
========================= */

@media (max-width: 992px) {
    .single-post-content {
        flex-direction: column-reverse;
    }
.post-title {
    font-size: 30px !important;
}
    .post-main,
    .post-sidebar {
        width: 100%;
    }

    .post-sidebar {
        position: relative;
        top: auto;
    }
}
/* blog page css */
.rg-blog-grid{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:30px;
	font-family: "Inter", Sans-serif;
}

.rg-blog-card{
    border-radius:10px;
    overflow:hidden;
    background:#fff;
    box-shadow:0 5px 25px rgba(0,0,0,.08);
}

.rg-blog-image{
    display:block;
}

.rg-blog-image img{
    width:100%;
/*     height:260px; */
    object-fit:cover;
    display:block;
}

.rg-blog-content{
    padding:20px;
}

.rg-blog-content h2{
    font-size:22px;
    font-weight:700;
    line-height:1.4;
    margin-bottom:12px;
}

.rg-blog-content h2 a{
    color:#111;
    text-decoration:none;
}

.rg-blog-content p{
    font-size:15px;
    line-height:1.7;
    margin-bottom:18px;
    color:#666;
}

.rg-read-more{
    display:inline-block;
    text-decoration:none;
    font-weight:600;
}

.rg-pagination{
    margin-top:50px;
    text-align:right;
}

.rg-pagination .page-numbers{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    width:38px;
    height:38px;
    border:1px solid #ddd;
    border-radius:6px;
    margin-left:6px;
    text-decoration:none;
    color:#111;
}

.rg-pagination .current{
    font-weight:700;
}

@media(max-width:991px){

    .rg-blog-grid{
        grid-template-columns:repeat(2,1fr);
    }

}

@media(max-width:767px){

    .rg-blog-grid{
        grid-template-columns:1fr;
    }

    .rg-blog-content h2{
        font-size:20px;
    }

}