/*  
==========================================================
- Theme Style
==========================================================
*/

/* Main Menu Style */
.navbar-toggler {
    border: 1px solid rgba(0,0,0,0.09);
}
header .container {
    max-width: 1400px;
	display: flex;
	align-items: center;
}
.foursix-navbar {
    position: relative;
    width: 100%;
    z-index: 10000;
    display: flex;
    align-items: center;
   min-height: 64px;
    background: #014629;
	background: transparent;
	box-shadow: 0px 1px 2px 0px rgb(0 0 0 / 0.2);
}
.foursix-menu-wrap {
    width: 100%;
    height: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.foursix-navbar-brand {
    max-width: 200px;
}
.foursix-main-menu {
    padding: 0;
    margin: 0;
    list-style: none;
    margin: 0 auto;
}
.foursix-main-menu li {
    position: relative;
    display: inline-block;
    padding: 0;
    margin: 0;
    z-index: 100;
}
.foursix-main-menu li a {
    display: block;
    padding: 20px 15px;
	color:#ffffff;
	text-decoration: none;
}
.foursix-main-menu li a:hover{
	color:#f0f812;
}
.foursix-main-menu li > .sub-menu {
    display: none;
    position: absolute;
    top: 64px;
    left: 0px;
    z-index: 10;
    padding: 0px;
    margin: 0px;
    width: 275px;
    background: #ffffff;
    border-radius: 10px;
	padding:10px 0px;
}
.foursix-main-menu li > .sub-menu li {
    display: block;
    position: relative;
    z-index: 0;
}
.foursix-main-menu li > .sub-menu li a {
    display: block;
    text-decoration: none;
    padding: 13px 15px;
    line-height: 1.5;
    border-bottom: 1px solid rgba(0,0,0, 0.1);
	color: #000;
}
.foursix-main-menu li > .sub-menu li a:hover{
	 color: #333;
}
.foursix-main-menu li > .sub-menu li:last-child a {
	border-bottom:0px solid rgba(255,255,255, 0.7);
}
.foursix-main-menu li > .sub-menu li ul.sub-menu {
    display: block;
    position: absolute;
    width: 225px;
    left: 100%;
    top: 0%;
    z-index: 1;
    list-style: none;
    padding: 0px;
    margin: 0px;
    background-color: #f1f1f1;
}
.open {
    display: block !important;
}
.hide {
    display: none !important;
}
.fixed-to-top {
    position: relative;
    top: 0;
    left: 0;
    z-index: 100000;
    /* transition: all 0.3s ease-in-out; */
}
.foursix-main-menu .menu-item-has-children {
    padding-right: 10px;
}
.foursix-main-menu > .menu-item-has-children:after {
    content: "\f078";
    position: absolute;
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    font-size: 12px;
    line-height: 1;
    right: 0;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 10;
    width: 10px;
	color:#ffffff;
}
.foursix-main-menu > .menu-item-has-children:hover::after {
    content: "\f077";
}
.foursix-main-menu > li ul.sub-menu .menu-item-has-children:after {
    content: "\f054";
    position: absolute;
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    font-size: 12px;
    line-height: 1;
    right: 0;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 10;
    width: 10px;
}
.foursix-main-menu > li ul.sub-menu .menu-item-has-children:hover::after {
    content: "\f053";
}
.foursix-main-menu > li ul.sub-menu li.menu-item-has-children:after {
    right: 10px;
}
.foursix-navbar-toggler,
.foursix-main-menu li .mb-toggle {
    display: none;
}
.mb-toggle .dashicons {
    margin: 50%;
    transform: translate(-50%, -50%);
}
.current-menu-item > a {
    color: #222;
    font-weight: 500;
}
/* Portrait and Landscape */
@media only screen
and (max-width: 1080px) {
 
    .foursix-navbar .container {
        padding: 0;
    }
    .foursix-brand-wrap {
        padding: 0 15px;
    }
    a.foursix-navbar-brand {
        font-weight: 600;
    }
    a.foursix-navbar-brand,
    a.foursix-navbar-brand:visited,
    .foursix-navbar-toggler {
        color: #fff
    }
    .foursix-brand-wrap {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: space-between;
        height: 60px;
        border-bottom: 0px solid rgba(255,255,255, 0.7);
    }
    .foursix-navbar-toggler {
        display: block;
        width: 40px;
        height: 40px;
        text-align: center;
        line-height: 40px;
        border: 1px solid rgba(255, 255, 255, 0.2);
    }
    .foursix-main-menu {
        display: none;
        width: 100%;
        padding: 0 15px;
        background:#006045;
		position: absolute;
        top: 85px;
		padding: 0 0;
    }
    .foursix-main-menu > li {
        display: block;
        border-bottom:1px solid rgb(17 106 81);
    }
    .foursix-main-menu li a {
        padding: 10px 20px;
    }
    .foursix-main-menu .menu-item-has-children:after {
        display: none;
    }
    .foursix-main-menu li .mb-toggle {
        display: block;
        position: absolute;
        width: 40px;
        height: 40px;
        color: #fff;
        text-align: center;
        line-height: 2.5;
        top: 10px;
        right: 0px;
    }
    .foursix-main-menu li ul {
        position: relative;
        width: 100%;
        padding: 0;
        margin: 0;
    }
    .foursix-main-menu li ul li {
        display: block;
        position: relative;
    }
    .foursix-main-menu > li ul.sub-menu {
        display: none;
        width: 100%;
        position: relative;
        top: 0;
        background-color: transparent;
        padding: 0px 0px 0px 0px;
    }
    .foursix-main-menu > li ul.sub-menu > li {
        border-bottom:1px solid rgb(17 106 81);
    }
    .foursix-main-menu > li ul.sub-menu li:first-child {
        border-top:1px solid rgb(17 106 81);
    }
    .foursix-main-menu > li ul.sub-menu > li:last-child {
        border: 0;
    }
    .foursix-main-menu > li ul.sub-menu > li:only-child {
       border-top: 1px solid rgb(19 100 77);
    }
    .foursix-main-menu li > .sub-menu li ul.sub-menu {
        position: relative;
        top: 0;
        left: 0;
        width: 100%;
        background-color: #fff;
        padding: 0px 0px 0px 10px;
    }
    .foursix-main-menu .menu-item-has-children {
        padding-right: 0;
    }
    .foursix-main-menu li > .sub-menu li a {
        padding: 16px 20px;
        color: #fff;
    }

    .foursix-navbar-toggler::after {
        content: '';
        width: 24px;
        height: 2px;
        background-color:#dadada;
        position: absolute;
        left: 0;
        top: 15px;
    }
    .foursix-navbar-toggler::after {
        content: '';
        width: 24px;
        height: 2px;
        background-color:#dadada;
        position: absolute;
        left: 0;
        top: 15px;
    }
    .foursix-navbar-toggler i::after {
        content: '';
        width: 24px;
        height: 2px;
        background-color:#dadada;
        position: absolute;
        left: 0;
        top: 7px;
    }
    .foursix-navbar-toggler::before {
        content: '';
        width: 24px;
        height: 2px;
        background-color:#dadada;
        position: absolute;
        left: 0;
        top: 0;
    }
    .foursix-navbar-toggler i::before {
        visibility: hidden;
    }
    .foursix-navbar-toggler {
        display: block;
        right: 6px;
        top: 38px;
        width: 24px;
        position: absolute;
        cursor: pointer;
        border: 0;
        color: #dadada;
        z-index: 9;
        width: 36px;
        padding: 2px;
    }
    .foursix-navbar-toggler,
    .foursix-navbar-toggler:before,
    .foursix-navbar-toggler:after,
    .foursix-navbar-toggler.js-hide-nav:before,
    .foursix-navbar-toggler.js-hide-nav:after {
        -webkit-transition: all 200ms ease;
        -moz-transition: all 200ms ease;
        -ms-transition: all 200ms ease;
        -o-transition: all 200ms ease;
        transition: all 200ms ease;
    }
    .foursix-navbar-toggler.js-hide-nav:before {
        moz-transform: rotate(45deg) translateX(6px) translateY(6px);
        -webkit-transform: rotate(45deg) translateX(6px) translateY(6px);
        -o-transform: rotate(45deg) translateX(6px) translateY(6px);
        -ms-transform: rotate(45deg) translateX(6px) translateY(6px);
        transform: rotate(45deg) translateX(6px) translateY(6px);
    }
    .foursix-navbar-toggler.js-hide-nav:after {
        -moz-transform: rotate(-45deg) translateX(5px) translateY(-5px);
        -webkit-transform: rotate(-45deg) translateX(5px) translateY(-5px);
        -o-transform: rotate(-45deg) translateX(5px) translateY(-5px);
        -ms-transform: rotate(-45deg) translateX(5px) translateY(-5px);
        transform: rotate(-45deg) translateX(5px) translateY(-5px);
    }
    .foursix-navbar-toggler.js-hide-nav i:after {
        visibility: hidden;
    }
}
.bottom-footer .container {
        max-width: 1400px;
		padding: 0 0px;
    }
.bottom-footer{
	background: #101828;
    min-height: 450px;
    padding: 90px 30px 18px;
   }
.bottom-footer h4{
	color:#9AE600;
	margin: 0px 0 30px 0;
}
.bottom-footer ul{
	margin:0;
	padding:0;
}
.bottom-footer ul li{
	list-style-type:none;
}
.foo-colume-5 p a,
.bottom-footer ul li a{
	color:#99A1AF;
	font-size: 15px;
	text-decoration:none !important;
}
.foo-colume-5 p a:hover,
.bottom-footer ul li a:hover{
	color:#f0f812;
}
.footer-copy-right{
	text-align:center;
}
.bottom-footer a,
.bottom-footer p,
.footer-copy-right p{
	color:#ffffff;
	font-size: 15px;
}
.footer-copy-right{

}
.foo-colume-2 {
    padding-left: 92px;
}
.foo-colume-3 {
    padding-left: 60px;
}
.foo-colume-4 {
    padding-left: 58px;
}
.brand-description {
   color: #b8d4d4;
   line-height: 1.6;
   font-size: 15px;
        }

.subscribe-section {
   flex: 1;
   min-width: 300px;
        }

.subscribe-section h3 {
     font-size: 24px;
     margin-bottom: 10px;
	 color: #ffffff;
	 margin: 0;
     padding: 0;
}

.subscribe-section p {
     color: #b8d4d4;
     margin-bottom: 20px;
     font-size: 14px;
}

.subscribe-form {
     display: flex;
     gap: 10px;
}
.subscribe-form input {
            flex: 1;
            padding: 15px 20px;
            border: none;
            border-radius: 8px;
            color: #fff !important;
            background: rgba(255, 255, 255, 0.1);
            font-size: 14px;
			outline:0;
        }

        .subscribe-form input::placeholder {
            color: #b8d4d4;
        }

        .subscribe-form button {
            padding: 15px 25px;
            background:#04B21B;
            border: none;
            border-radius: 8px;
            cursor: pointer;
            transition: all 0.3s;
			outline:0;
        }

        .subscribe-form button:hover {
            background: #e6d43d;
            transform: translateX(3px);
        }
.subscribe-form input {
    flex: 1;
    padding: 15px 20px !important;
    border: none;
    border-radius: 8px !important;
    background: rgba(255, 255, 255, 0.1);
    color: #fff;
    font-size: 14px;
	border:0px !important;
}
.footer .widget-title{
	margin:0;
	padding:0;
}
.foo-colume-1 .widget-title{
	 color:#f0f812;
}
.logo-content{
	 max-width: 490px;
}

.foo-colume-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20.666667%;
    flex: 0 0 21.666667%;
    max-width: 21.666667%;
}
.foo-colume-5 p{
	margin-bottom:15px;
}
.foo-colume-5 .widget {
    margin: 0 0 0;
}
.footer h4,
.footer .widget-title {
    font-size: 19px;
}
.top-banner-bg{
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#023821+0,016334+100 */
background: linear-gradient(to bottom,  #023821 0%,#016334 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
.tob-banner-title span{
	color:#f0f812;
}
.view-button a{
	text-decoration:none !important;
}

/*animation start*/
.animation-container {
   flex: 1;
   display: flex;
   align-items: center;
   position: relative;
   width: 100%;
   overflow:hidden;
 }

.cricket-text {
    font-size: 342px;
    font-weight: 300;
    color: #176c46;
    text-shadow: 5px 5px 15px rgba(0, 0, 0, 0.4);
    white-space: nowrap;
    position: relative;
    opacity: 0.10;
    text-transform: uppercase;
    line-height: 316px;
}

.left-to-right {
    animation: slideLeftToRight 30s linear infinite;
 }
.right-to-left {
   animation: slideRightToLeft 30s linear infinite;
 }

@keyframes slideLeftToRight {
            0% {
                transform: translateX(-100vw);
            }
            100% {
                transform: translateX(100vw);
            }
        }

        @keyframes slideRightToLeft {
            0% {
                transform: translateX(100vw);
            }
            100% {
                transform: translateX(-100vw);
            }
        }

/*animation end*/
.know-list-content ul{
	margin:0;
	padding:0;
}
.know-list-content ul li{
	list-style-type:none;
	position:relative;
	color:#696969;
	padding-left: 27px;
	font-size:18px;
}
.know-list-content ul li:before{
	content:'';
	background: url(../img/checkbox.png) no-repeat center;
	width:16px;
	height:17px;
	top:5px;
	left:0;
	position: absolute;
}


/*scroll animation start logo*/
.scroll-wrapper {
            flex: 1;
            display: flex;
            align-items: center;
            position: relative;
            width: 100%;
			
        }
.scroll-full-section,
.logo-scroll{
	overflow:hidden;
}
.logo-box {
     display: flex;
    gap: 0 136px;
    align-items: center;
}
.scroll-wrapper .box-item span {
    color: #35cc6c;
}
.second-scroll-box .box-item span {
    color: #ffffff;
    text-shadow: 2px 2px 0 #35cc6c, -2px 2px 0 #35cc6c, -2px -2px 0 #35cc6c, 2px -2px 0 #35cc6c;
}
.animated-text {
     color: #fff;
	font-size: 100px;
    white-space: nowrap;
	font-weight:bold;
}

.move-forward {
    animation: slideLeftToRight 30s linear infinite;
}

.move-backward {
    animation: slideRightToLeft 30s linear infinite;
}

@keyframes slideLeftToRight {
   0% {
       transform: translateX(-100vw);
}
   100% {
        transform: translateX(100vw);
            }
}

@keyframes slideRightToLeft {
    0% {
        transform: translateX(100vw);
    }
    100% {
         transform: translateX(-100vw);
     }
}
/*scroll animation end*/

/*blog start*/
.cricket-container .blog-grid {
            display: grid;
			grid-template-columns: repeat(3, minmax(0, 1fr));
			grid-gap: 40px;
        }

        .cricket-container .blog-card {
            border-radius: 0px;
            overflow: hidden;
            transition: all 0.3s ease;
        }

        .cricket-container .blog-card:hover {
            transform: translateY(-5px);
        }

        .cricket-container .blog-image {
            width: 100%;
            height:368px;
            object-fit: cover;
            border-radius: 18px;
        }

        .cricket-container .blog-content {
            padding: 30px;
			background-color:#04B21B;
            border-radius: 18px;
        }
.cricket-container .blog-main-content {
    padding-left:50px;
    margin-top: -80px;
    position: relative;
}
.cricket-container .blog-content.green {
            background-color: #6ABF69;
            color: white;
        }

        .cricket-container .blog-meta {
            gap: 20px;
            margin-bottom: 18px;
            font-size: 14px;
            color: #ffffff;
			line-height: 22px;
			border-bottom: 1px solid #45c556;
			padding-bottom: 18px;
        }
        .cricket-container .blog-meta span{
			position:relative;
            margin-right: 15px;
		}
		.cricket-container .blog-meta .meta-date:before{
			content: "\f133";
			top:5px;
			left:0;
			display: inline-block;
			font-family: var(--fa-style-family, "Font Awesome 6 Free");
			font-weight: var(--fa-style, 900);
     }
.cricket-container .blog-meta .meta-stadium:before{
	content: "\f041";
	font-family: var(--fa-style-family, "Font Awesome 6 Free");
	font-weight: var(--fa-style, 900);
	display: inline-block;
}
.cricket-container .blog-meta .time-icon:before{
    content: "\f017";
	font-family: var(--fa-style-family, "Font Awesome 6 Free");
    font-weight: var(--fa-style, 900);
}
        .cricket-container .blog-content.green .blog-meta {
            color: rgba(255, 255, 255, 0.9);
        }

       

        .cricket-container .blog-meta svg {
            width: 16px;
            height: 16px;
        }

        .cricket-container .blog-title {
           font-size: 18px;
			font-weight: 500;
			color: #000000;
			margin-bottom: 25px;
			line-height: 26px;
			margin: 0 0 15px 0;
			padding: 0;
			overflow: hidden;
			text-overflow: ellipsis;
			display: -webkit-box;
			-webkit-line-clamp: 3;
			-webkit-box-orient: vertical;
        }
		.cricket-container .blog-title a{
			color: #ffffff;
			text-decoration:none !important;
		}
        .cricket-container .blog-content.green .blog-title {
            color: white;
        }

        .cricket-container .read-more {
            display: inline-flex;
            align-items: center;
            gap: 8px;
            color: #ffffff;
            font-weight: 600;
            text-decoration: none;
            transition: gap 0.3s ease;
			font-size: 15px;
			text-decoration: none !important;
        }

        .cricket-container .blog-content.green .read-more {
            color: white;
        }

        .cricket-container .read-more:hover {
            gap: 12px;
        }
/*blog end*/

.label-text-content a{
	text-decoration:none !important;
}
.desvription-content p{
    Color: #ffffff;
    font-size: 17px;
    line-height: 28px;
}

.cricket-right-colum-box .elementor-icon{
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background-color: #04B21B;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px;
}
.header-bg-box{
	background: #006045;
    background-size: cover;
}
.header-top-bar .header-content-box {
    display: flex;
    width: 100%;
    justify-content: space-between;
	max-width:1400px;
	margin:0 auto;
	padding: 0 15px;
}
.header-top-bar {
    padding: 10px 30px;
    background: rgba(0, 44, 34, 0.7);
}
.header-top-bar .header-content-box ul{
	margin:0;
	padding:0;
	display:flex;
	gap:0 20px;
}
.header-top-bar .header-content-box ul li{
	list-style-type:none;
	color:#ffffff;
	font-size:14px;
}
.header-top-bar .header-content-box ul li a{
	color:#ffffff;
}
.header-top-bar .header-content-box .right-list svg{
	width:18px;
}
.header-top-bar .header-content-box .right-list svg path{
	fill:#ffffff;
}
.head-right-button {
    max-width: 400px;
    width: 100%;
}
.head-right-button ul{
	margin: 0;
    padding: 0;
    display: flex;
    width: 100%;
    justify-content: right;
    gap: 0 15px;
}
.head-right-button ul li{
	list-style-type:none;
}
.head-right-button ul li a{
	list-style-type:none;
	padding: 13px 28px;
	text-decoration:none;
	font-size:16px;
}
.head-right-button ul li.login-btn a{
	background-color:#004F3B;
	border:1px solid #004F3B;
	border-radius:10px;
	padding: 13px 28px;
	color:#ffffff;
}
.head-right-button ul li.login-btn a{

}
.head-right-button ul li.nibondon-btn a{
	background-color:#9AE600;
	border-radius:10px;
	padding: 13px 32px;
	color:#000000;
}

.view-button-thum-box .elementor-button{
	width:100%;
	text-decoration:none !important;
	background: linear-gradient(90deg, #009966 0%, #00A63E 100%);
}
.view-button-thum-box.blue-bg-btn .elementor-button {
	background: linear-gradient(90deg, #155DFC 0%, #4F39F6 100%);
}
.view-button-thum-box.online-slot-btn .elementor-button{
	background: linear-gradient(90deg, #9810FA 0%, #E60076 100%);
}
.view-button-thum-box..not-out-btn .elementor-button{
	background: linear-gradient(90deg, #F54900 0%, #E7000B 100%);
}

.offer-section{
	background: linear-gradient(90deg, #006045 0%, #016630 50%, #007A55 100%);
}

/*cricket match start*/
.cricket-container-match .container {
            max-width: 1400px;
            margin: 0 auto;
        }
.cricket-container-match img.blog-image {
    width: 100%;
	height: 100%;
}
        .cricket-container-match .header {
            text-align: center;
            margin-bottom: 40px;
        }

       .cricket-container-match .live-badge {
            display: inline-flex;
            align-items: center;
            gap: 8px;
            background: rgba(76, 175, 80, 0.2);
            border: 1px solid #4CAF50;
            color: #4CAF50;
            padding: 8px 20px;
            border-radius: 25px;
            margin-bottom: 20px;
            font-size: 14px;
        }

       .cricket-container-match .live-dot {
            width: 8px;
            height: 8px;
            background: #4CAF50;
            border-radius: 50%;
            animation: pulse 2s infinite;
        }

        @keyframes pulse {
            0%, 100% { opacity: 1; }
            50% { opacity: 0.5; }
        }

      
  .cricket-container-match .matches-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
            gap: 25px;
            margin-bottom: 40px;
        }

     .cricket-container-match .match-card {
            background: rgba(30, 41, 59, 0.6);
            border-radius: 16px;
            overflow: hidden;
            border: 1px solid rgba(255, 255, 255, 0.1);
            transition: transform 0.3s ease, box-shadow 0.3s ease;
        }

        .cricket-container-match .match-card:hover {
            transform: translateY(-5px);
            box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
        }

        .cricket-container-match .match-image {
            width: 100%;
            height: 180px;
            object-fit: cover;
            position: relative;
        }

        .cricket-container-match .image-container {
            position: relative;
            height: 180px;
            background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
            overflow: hidden;
        }

        .cricket-container-match .image-overlay {
            position: absolute;
            top: 15px;
            left: 15px;
            display: flex;
            gap: 10px;
            z-index: 2;
			width: 93%;
        justify-content: space-between;
        }

        .cricket-container-match .badge {
            padding: 13px 18px;
            border-radius: 20px;
            font-size: 12px;
            font-weight: 600;
        }

        .cricket-container-match .badge-series {
            background: rgba(30, 41, 59, 0.8);
            color: #ffffff;
        }

       .cricket-container-match .badge-popular {
            background: #a3e635;
            color: #1a2332;
            display: flex;
            align-items: center;
            gap: 5px;
        }

        .cricket-container-match .match-content {
            padding: 20px;
        }

        .cricket-container-match .match-teams {
            font-size: 18px;
            font-weight: 600;
            margin-bottom: 12px;
            line-height: 1.4;
        }

        .cricket-container-match .team-name {
            color: #ffffff;
        }

        .cricket-container-match .vs-text {
            color: #64748b;
            font-weight: 400;
        }

        .cricket-container-match .match-time {
            display: flex;
            align-items: center;
            gap: 8px;
            color: #94a3b8;
            font-size: 14px;
            margin-bottom: 15px;
        }

        .cricket-container-match .prediction-box {
            background: rgba(34, 197, 94, 0.15);
            border: 1px solid rgba(34, 197, 94, 0.3);
            border-radius: 10px;
            padding: 15px;
            margin-bottom: 15px;
        }

        .cricket-container-match .prediction-header {
            display: flex;
            align-items: center;
            gap: 8px;
            color: #9AE600;
            font-weight: 600;
            margin-bottom: 8px;
            font-size: 14px;
        }

        .cricket-container-match .prediction-text {
            color: #e2e8f0;
            font-size: 13px;
            line-height: 1.6;
        }

        .cricket-container-match .match-stats {
            display: flex;
            justify-content: space-between;
            align-items: center;
            margin-bottom: 15px;
        }

        .cricket-container-match .stat {
            display: flex;
            align-items: center;
            gap: 6px;
            color: #94a3b8;
            font-size: 13px;
        }

        .cricket-container-match .odds {
            color: #a3e635;
            font-weight: 700;
            font-size: 14px;
        }

        .cricket-container-match .bet-button {
            width: 100%;
            background: #a3e635;
            color: #1a2332;
            border: none;
            padding: 14px;
            border-radius: 10px;
            font-size: 15px;
            font-weight: 700;
            cursor: pointer;
            transition: all 0.3s ease;
            display: flex;
            align-items: center;
            justify-content: center;
            gap: 8px;
			text-decoration:none !important;
        }

        .cricket-container-match .bet-button:hover {
            background: #bef264;
            transform: scale(1.02);
        }

        .cricket-container-match .view-more {
            display: flex;
            justify-content: center;
            margin-top: 40px;
        }

        .cricket-container-match .view-more-button {
            background: #a3e635;
            color: #1a2332;
            border: none;
            padding: 16px 40px;
            border-radius: 10px;
            font-size: 16px;
            font-weight: 700;
            cursor: pointer;
            transition: all 0.3s ease;
            display: flex;
            align-items: center;
            gap: 10px;
        }

        .cricket-container-match .view-more-button:hover {
            background: #bef264;
            transform: scale(1.05);
        }
/*cricket match end*/

.not-out-box .elementor-image-box-title{
	margin:0px 0px 10px 0px;
}
.not-out-box figure.elementor-image-box-img {
    width: 50px !important;
}
.not-out-box{
	width:48% !important;
}
.not-out-box .elementor-image-box-wrapper{
	padding:25px 25px;
	background: #FFFFFF;
border: 0.8px solid #D0FAE5;
box-shadow: 0px 4px 6px -1px rgba(0, 0, 0, 0.1), 0px 2px 4px -2px rgba(0, 0, 0, 0.1);
border-radius: 14px;
min-height:120px;
}

.list-image-box .elementor-image-box-title{
	margin:0px 0px 0px 0px;
}

.list-image-box {
	width:49% !important;

}
.list-image-box figure.elementor-image-box-img {
    width: 30px !important;
}
.list-image-box .elementor-image-box-wrapper{
		background: rgba(255, 255, 255, 0.1);
		border: 0.8px solid rgba(255, 255, 255, 0.2);
		border-radius: 14px;
		padding:10px;
}
.offer-section-bg{
	   background: linear-gradient(90deg, #004F3B 0%, #0D542B 50%, #006045 100%);
		box-shadow: 0px 25px 50px -12px rgba(0, 0, 0, 0.25);
		border-radius: 24px;
}
.platfrom-icon-box .elementor-image-box-title{
	 margin-top:0px;
	 margin: 0 0 9px 0;
}
.platfrom-icon-box figure.elementor-image-box-img {
    width: 64px !important;
}
.platfrom-icon-box{
	width:33.33% !important;
}
.platfrom-icon-box .elementor-image-box-wrapper{
		background: linear-gradient(135deg, #ECFDF5 0%, #F0FDF4 100%);
		border: 2px solid #A4F4CF;
		border-radius: 16px;
		padding:40px 40px;
		min-height: 262px;
}
.offer-box{
	background: rgba(255, 255, 255, 0.1);
border: 0.8px solid rgba(255, 255, 255, 0.2);
border-radius: 16px;
}
.box-different-color{
	background: #FFFFFF;
border: 2px solid #E5E7EB;
box-shadow: 0px 10px 15px -3px rgba(0, 0, 0, 0.1), 0px 4px 6px -4px rgba(0, 0, 0, 0.1);
border-radius: 16px;

}
.view-button-thum-box.offer-color-2 .elementor-button{
	background: linear-gradient(90deg, #D08700 0%, #F54900 100%);
}
.view-button-thum-box.offer-color-3 .elementor-button{
	background: linear-gradient(90deg, #9810FA 0%, #E60076 100%);
}
.view-button-thum-box.offer-color-4 .elementor-button{
	background: linear-gradient(90deg, #155DFC 0%, #4F39F6 100%);
}
.view-button-thum-box.offer-color-5 .elementor-button{
	background: linear-gradient(90deg, #009689 0%, #0092B8 100%);
}
.view-button-thum-box.offer-color-6 .elementor-button{
	background: linear-gradient(90deg, #EC003F 0%, #E7000B 100%);
}


.payment-icon-box .elementor-image-box-title{
	 margin-top:0px;
	 margin: 0 0 9px 0;
}
.payment-icon-box figure.elementor-image-box-img {
    width: 64px !important;
}
.payment-icon-box{
	width:33.33% !important;
}
.payment-icon-box .elementor-image-box-wrapper{
		background: linear-gradient(135deg, #ECFDF5 0%, #F0FDF4 100%);
		border: 2px solid #A4F4CF;
		border-radius: 16px;
		padding:40px 40px;
		min-height: 262px;
}

.bikash-payment-icon-box{
	background: #FFFFFF;
border: 2px solid #7CCF00;
box-shadow: 0px 0px 0px 4px rgba(124, 207, 0, 0.2), 0px 10px 15px -3px rgba(0, 0, 0, 0.1), 0px 4px 6px -4px rgba(0, 0, 0, 0.1);
border-radius: 16px;
}

.bikash-payment-icon-box.pay-box-2{
	background: #FFFFFF;
border: 2px solid #E5E7EB;
box-shadow: 0px 10px 15px -3px rgba(0, 0, 0, 0.1), 0px 4px 6px -4px rgba(0, 0, 0, 0.1);
border-radius: 16px;
}
.pay-background-box1{
	background: linear-gradient(135deg, #009966 0%, #00A63E 100%);
box-shadow: 0px 20px 25px -5px rgba(0, 0, 0, 0.1), 0px 8px 10px -6px rgba(0, 0, 0, 0.1);
border-radius: 16px;
}
.pay-background-box2{
background: linear-gradient(135deg, #5EA500 0%, #D08700 100%);
box-shadow: 0px 20px 25px -5px rgba(0, 0, 0, 0.1), 0px 8px 10px -6px rgba(0, 0, 0, 0.1);
border-radius: 16px;
}
.pay-background-box3{
background: linear-gradient(135deg, #009689 0%, #0092B8 100%);
box-shadow: 0px 20px 25px -5px rgba(0, 0, 0, 0.1), 0px 8px 10px -6px rgba(0, 0, 0, 0.1);
border-radius: 16px;
}
.payment-section-bg{
	background: linear-gradient(135deg, #F8FAFC 0%, #ECFDF5 100%);
}

   .sports-post-container .container {
            max-width: 1400px;
            margin: 0 auto;
        }

        .sports-post-container .grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
            gap: 30px;
            margin-bottom: 30px;
        }

        .sports-post-container .card {
            background: white;
            border-radius: 16px;
            overflow: hidden;
            box-shadow: 0px 10px 15px -3px rgba(0, 0, 0, 0.1), 0px 4px 6px -4px rgba(0, 0, 0, 0.1);
            transition: transform 0.3s ease, box-shadow 0.3s ease;
            cursor: pointer;
        }

        .sports-post-container .card:hover {
            transform: translateY(-8px);
            box-shadow: 0px 10px 15px -3px rgba(0, 0, 0, 0.1), 0px 4px 6px -4px rgba(0, 0, 0, 0.1);
        }

        .sports-post-container .card-image {
            width: 100%;
            height: 220px;
            object-fit: cover;
            position: relative;
        }

        .sports-post-container .card-header {
            position: relative;
        }

        .sports-post-container .category-badge {
            position: absolute;
            top: 16px;
            left: 16px;
            background: #10b981;
            color: white;
            padding: 6px 16px;
            border-radius: 20px;
            font-size: 14px;
            font-weight: 600;
            box-shadow: 0 2px 8px rgba(0,0,0,0.2);
        }

        .sports-post-container .card-body {
            padding: 24px;
        }

        .sports-post-container .date {
            display: flex;
            align-items: center;
            color: #6b7280;
            font-size: 14px;
            margin-bottom: 12px;
        }

        .sports-post-container .date svg {
            width: 16px;
            height: 16px;
            margin-right: 6px;
        }

        .sports-post-container .card-title {
               font-size: 20px;
				font-weight: 400;
				color: #0A0A0A;
				margin-bottom: 12px;
				line-height: 1.4;
        }

        .sports-post-container .card-excerpt {
            color: #4b5563;
            font-size: 15px;
            line-height: 1.6;
            margin-bottom: 20px;
        }

        .sports-post-container .read-more {
            display: inline-flex;
            align-items: center;
            color: #10b981;
            font-weight: 600;
            font-size: 15px;
            text-decoration: none;
            transition: gap 0.3s ease;
            gap: 8px;
        }

        .sports-post-container .read-more:hover {
            gap: 12px;
        }

        .sports-post-container .read-more svg {
            width: 18px;
            height: 18px;
        }
		.sports-post-container .card-header {
          padding: 0 !important;
        }
		
		.win-personal-box .elementor-image-box-title{
			margin:0 0 10px 0;
		}
		.win-personal-box figure.elementor-image-box-img {
          width: 64px !important;
       }
	   .winner-section{
		   background: linear-gradient(135deg, #0F172B 0%, #002C22 50%, #0F172B 100%);
	   }
	   .blue-box-gradient{
		   background: rgba(29, 41, 61, 0.5);
			border: 0.8px solid #314158;
			border-radius: 16px;
	   }
	   .box-green-review{
		background: linear-gradient(90deg, rgba(94, 165, 0, 0.2) 0%, rgba(0, 166, 62, 0.2) 100%);
		border: 0.8px solid rgba(124, 207, 0, 0.3);
		border-radius: 14px;
	   }
	   .faq-accordion-section{
		   
	   }
	   .faq-accordion-section summary.e-n-accordion-item-title {
         justify-content: space-between !important;
       }
	   .faq-accordion-section .e-n-accordion-item-title-text{
		   color:#0F172B !important;
	   }
	   .faq-accordion-section .e-n-accordion-item{
		    background: #FFFFFF;
			border: 2px solid #D0FAE5;
			box-shadow: 0px 4px 6px -1px rgba(0, 0, 0, 0.1), 0px 2px 4px -2px rgba(0, 0, 0, 0.1);
			border-radius: 14px;
            margin-bottom:15px !important;
			padding:20px 20px 10px !important;
	    }
	   .faq-section-bg{
		   background: linear-gradient(135deg, #ECFDF5 0%, #F0FDF4 100%);
	   }
	   
.menu-social-media-container ul {
           display: flex;
           gap: 0 15px;
		   margin: 25px 0 0 0;
		   padding:0;
        }
.menu-social-media-container ul li a {
                background: rgba(255, 255, 255, 0.1);
				width: 40px;
				height: 40px;
				display: flex;
				border-radius: 50px;
				align-items: center;
				justify-content: center;
         }
.foo-colume-4 p strong{
	display:block;
	color: #99A1AF;
}
.foo-colume-4 div:nth-child(2) p{
	position:relative;
	padding-left: 39px;
}
.foo-colume-4 div:nth-child(2) p:before{
	content:'';
	background: url(../img/m-icon.png) no-repeat center;
	width:20px;
	height:20px;
	position: absolute;
	left: 0;
    top: 5px;
}
.foo-colume-4 div:nth-child(3) p{
	position:relative;
	padding-left: 39px;
}
.foo-colume-4 div:nth-child(3) p:before{
	content:'';
	background: url(../img/p-icon.png) no-repeat center;
	width:20px;
	height:20px;
	position: absolute;
	left: 0;
    top: 6px;
}
.foo-colume-4 div:nth-child(4) p{
	position:relative;
	padding-left: 39px;
}
.foo-colume-4 div:nth-child(4) p:before{
	content:'';
	background: url(../img/map-icon.png) no-repeat center;
	width:20px;
	height:20px;
	position: absolute;
	left: 0;
    top: 2px;
}

.section-title .elementor-image-box-img{
	width:32px !important;
}
.section-title .elementor-image-box-title{
	margin:0 0 0 0;
}
.section-title .elementor-image-box-wrapper{
	align-items: center !important;
}
.feature-box-colum{
	background: #FFFFFF;
box-shadow: 0px 10px 15px -3px rgba(0, 0, 0, 0.1), 0px 4px 6px -4px rgba(0, 0, 0, 0.1);
border-radius: 16px !important;
}
.criame-btn a{
	width:100% !important;
}
.pp-bikash-payment-icon-box{
background: linear-gradient(135deg, #ECFDF5 0%, #F7FEE7 100%);
border-radius: 16px;
}

.bonus-payment-section-bg{
	background: #FFFFFF;
	box-shadow: 0px 20px 25px -5px rgba(0, 0, 0, 0.1), 0px 8px 10px -6px rgba(0, 0, 0, 0.1);
	border-radius: 24px !important;
}
.bonus-number-text .elementor-heading-title{
	width:64px;
	height:64px;
	border-radius:50%;
	background: linear-gradient(135deg, #7CCF00 0%, #9AE600 100%);
	display:flex;
	align-items: center;
    justify-content: center;
	margin: 0 auto;
}
.vip-bonus-number-text .elementor-heading-title{
	width:64px;
	height:64px;
	border-radius:50%;
	background: rgba(255, 255, 255, 0.2);
	display:flex;
	align-items: center;
    justify-content: center;
	margin: 0 auto;
}
.vi-bg-color{
	background: #FFFFFF;
   box-shadow: 0px 20px 25px -5px rgba(0, 0, 0, 0.1), 0px 8px 10px -6px rgba(0, 0, 0, 0.1);
   border-radius: 24px !important;
}

.note-title .elementor-image-box-img{
	width:22px !important;
}
.note-title .elementor-image-box-title{
	margin:0 0 0 0;
}
.note-title .elementor-image-box-wrapper{
	align-items: center !important;
}
.page-id-1826{
	background: #F2FEEE;
}

.price-table-btn a{
	width:100% !important;
}

.vip-1{
	background: linear-gradient(135deg, #ECFDF5 0%, #F7FEE7 100%);
    border-radius: 16px;
}
.vip-2{
   background: linear-gradient(135deg, #ECFDF5 0%, #F7FEE7 100%);
   border-radius: 16px;
}
.vip-3{
   background: linear-gradient(135deg, #ECFDF5 0%, #F7FEE7 100%);
   border-radius: 16px;
}
.vip-4{
  background: linear-gradient(135deg, #7CCF00 0%, #9AE600 100%);
border: 2px solid #5EA500;
border-radius: 16px;
}


.game-category ul{
	display:flex;
	margin:0;
	padding:0;
	gap:0 12px;
	display:none;
}
.game-category ul li{
	list-style-type:none;
}
.game-category ul li{
	background-color: #ECFDF5;
    border-radius: 50px;
    padding: 9px 36px;
	margin:0;
	cursor:pointer;
}
.game-category ul li:hover,
.game-category ul li.active{
	background-color: #7CCF00;
}
.bating-list .elementor-image-box-title{
	margin:0;
}
.bating-list .elementor-image-box-img{
	width:60px !important;
}
.blog-content-box p{
	font-size:20px;
	line-height:32px;
	color:#007A55 !important;
}
.sub-blog-content-box p{
	font-size:16px;
	line-height:26px;
	color:#007A55 !important;
}
.details-top-box-bg{
	background: #FFFFFF;
    box-shadow: 0px 25px 50px -12px rgba(0, 0, 0, 0.25);
    border-radius: 24px;
}
.details-top-box-bg-2{
	background: #FFFFFF;
box-shadow: 0px 20px 25px -5px rgba(0, 0, 0, 0.1), 0px 8px 10px -6px rgba(0, 0, 0, 0.1);
border-radius: 24px;
}
.share-content .elementor-icon-list-item a{
	padding: 9px 30px !important;
	border-radius:50px!important;
	background-color:#155DFC;
	margin-bottom:10px;
	text-decoration:none !important;
}
.share-content .elementor-icon-list-item:nth-child(2) a{
	background-color:#00A6F4;
}
.share-content .elementor-icon-list-item:nth-child(2) a{
	background-color:#009966;
}
.green-yellow-bg{
	background: linear-gradient(90deg, #7CCF00 0%, #9AE600 100%);
    border-radius: 16px;
}
.p-colume-box-color{
	background: rgba(255, 255, 255, 0.2);
}
.detail-offer-section{
	background: linear-gradient(90deg, #7CCF00 0%, #9AE600 100%);
   box-shadow: 0px 20px 25px -5px rgba(0, 0, 0, 0.1), 0px 8px 10px -6px rgba(0, 0, 0, 0.1);
}
.blog-details-main-container-bg{
	background: linear-gradient(180deg, #ECFDF5 0%, #FFFFFF 100%);
}

/*details list*/
          .blog-detail-list .container {
            max-width: 1200px;
            margin: 0 auto;
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
            gap: 30px;
        }

        .blog-detail-list .card {
            background: white;
            border-radius: 16px;
            overflow: hidden;
            box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
            transition: transform 0.3s ease, box-shadow 0.3s ease;
        }

         .blog-detail-list .card:hover {
            transform: translateY(-5px);
            box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15);
        }

         .blog-detail-list .card-image {
            position: relative;
            width: 100%;
            height: 200px;
            overflow: hidden;
        }

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

         .blog-detail-list .category-badge {
            position: absolute;
            top: 15px;
            left: 15px;
            background: #84cc16;
            color: #1a1a1a;
            padding: 6px 16px;
            border-radius: 20px;
            font-size: 14px;
            font-weight: 600;
        }

         .blog-detail-list .card-content {
            padding: 24px;
        }
         
         .blog-detail-list .card-title {
            font-size: 20px;
            font-weight: 600;
            color:#002C22;
            margin-bottom: 16px;
            line-height: 1.4;
			margin: 2px 0 27px 0;
        }
       .blog-detail-list .card-title a{
		     color:#002C22;
			 text-decoration:none !important;
	  }
         .blog-detail-list .card-meta {
            display: flex;
            gap: 20px;
            align-items: center;
            color: #6b7280;
            font-size: 14px;
        }

         .blog-detail-list .meta-item {
            display: flex;
            align-items: center;
            gap: 6px;
        }

         .blog-detail-list .meta-icon {
            width: 16px;
            height: 16px;
        }

        .icon-calendar {
            color: #10b981;
        }

         .blog-detail-list .icon-clock {
            color: #6b7280;
        }
/*detail list end*/

.right-popular-box{
	background: #FFFFFF;
    box-shadow: 0px 10px 15px -3px rgba(0, 0, 0, 0.1), 0px 4px 6px -4px rgba(0, 0, 0, 0.1);
}

.blog-listing-main-bg{
	background: linear-gradient(180deg, #ECFDF5 0%, #FFFFFF 100%);
}
.right-popular-box-category{
	
background: linear-gradient(135deg, #004F3B 0%, #016630 100%);
box-shadow: 0px 10px 15px -3px rgba(0, 0, 0, 0.1), 0px 4px 6px -4px rgba(0, 0, 0, 0.1);
}
.category-name-box a{
	width:100%;
}
.list-category-box-btn ul{
	margin:0;
	padding:0;
}
.list-category-box-btn ul li{
	list-style-type:none;
}
.list-category-box-btn a{
	padding:12px 30px !important;
	width:100%;
	background-color:#006045;
	color:#ffffff;
	border-radius:16px;
	border:1px solid #7CCF00;
	text-decoration:none !important;
	margin-bottom:12px;
	display:flex;
}
.list-category-box-btn a span{
	color:#ffffff;
}
.list-category-box-btn .number-ltext{
	width:31px;
	height:31px;
	border-radius:50%;
	background-color:#7CCF00;
	display:flex;
	color:#000000;
	text-decoration:none !important;
	justify-content:center;
	align-items:center;
}
.list-category-box-btn span.elementor-icon-list-text {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.yellow-bg-color{
   background: linear-gradient(135deg, #7CCF00 0%, #9AE600 100%);
   box-shadow: 0px 10px 15px -3px rgba(0, 0, 0, 0.1), 0px 4px 6px -4px rgba(0, 0, 0, 0.1);
}
.sign-up-btb a{
	width:100% !important;
}
.des-tex p{
	color:#009966;
}
.comment-pp span{
	background: linear-gradient(135deg, #7CCF00 0%, #5EA500 100%);
	width:32px;
	height:32px;
	border-radius:50%;
	color:#000000;
	display:flex;
	justify-content:center;
	align-items:center;
}
.comment-pp{
	display:flex;
	margin-bottom:15px;
	gap:0 12px;
}
.comment-pp .pp-name{
	width:auto;
	background:none;
}

/*popular category start*/
.popular-category .news-item {
            display: flex;
            gap: 15px;
            padding: 20px 0;
            border-bottom: 1px solid #f0f0f0;
            transition: background 0.2s;
            cursor: pointer;
        }

        .popular-category .news-item:hover {
            background: #fafafa;
            margin: 0 -10px;
            padding: 20px 10px;
            border-radius: 8px;
        }

        .popular-category .news-item:last-child {
            border-bottom: none;
        }

        .popular-category .news-number {
            font-size: 24px;
            font-weight: 700;
            min-width: 30px;
        }

        .popular-category .news-number{ 
		   color: #7CCF00; 
		}
        
        .popular-category .news-content {
            flex: 1;
        }
        .popular-category .news-title {
            font-size: 14px;
            color: #002C22;
            margin-bottom: 8px;
            line-height: 1.4;
            font-weight: 500;
        }
        .popular-category .news-date {
            display: flex;
            align-items: center;
            gap: 5px;
            font-size: 13px;
            color: #00BC7D;
        }

        .popular-category .calendar-icon {
            width: 14px;
            height: 14px;
            fill: #00BC7D;
        }
/*popular category end*/
.popular-category a,
.popular-category.view-category-box a{
	color:#002C22;
}
.popular-category.view-category-box .news-number{
   background: linear-gradient(135deg, #7CCF00 0%, #5EA500 100%);
    width: 32px;
    height: 32px;
    border-radius: 50%;
    color: #000000;
    display: flex;
    justify-content: center;
    align-items: center;
	font-size:15px;
}
span.category-badge.right-badge-text {
    right: 15px;
    left: auto;
	background-color:#002C22;
	color:#7CCF00;
}

.detail-name-box .elementor-heading-title span{
	 background: linear-gradient(135deg, #7CCF00 0%, #5EA500 100%);
    width: 64px;
    height:64px;
    border-radius: 50%;
    color: #000000;
    display: flex;
    justify-content: center;
    align-items: center;
}
.view-detail-box-list .elementor-image-box-title{
	margin:0px 0px 0px 0px !important;
}
.view-detail-box-list .elementor-image-box-img{
	width:32px !Important;
	height:32px !important;
}
.comment-box-info{
	background: linear-gradient(90deg, #7CCF00 0%, #9AE600 100%);
    box-shadow: 0px 20px 25px -5px rgba(0, 0, 0, 0.1), 0px 8px 10px -6px rgba(0, 0, 0, 0.1);

}


.view-detail-box-list-sib-tile .elementor-image-box-title{
	margin:0px 0px 0px 0px !important;
}
.view-detail-box-list-sib-tile .elementor-image-box-img{
	width:24px !Important;
	height:24px !important;
}

.view-button {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.view-button:hover {
    transform: translateY(-5px);
}

.error-404 not-found{
	text-align:center;
}
section.error-404.not-found {
    text-align: center;
    padding: 80px 15px;
}
.logo-foursix-animation img {
    -webkit-animation: mover 2s infinite  alternate;
    animation: mover 2s infinite  alternate;
}
@-webkit-keyframes mover {
    0% { transform: translateY(0); }
    100% { transform: translateY(-20px); }
}
@keyframes mover {
    0% { transform: translateY(0); }
    100% { transform: translateY(-20px); }
}


.cricket-load-more-wrap{
    display: grid;
    grid-column: 1 / -1;
    grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: 0 30px;
}
.top-list-time{
	display:none !important;
}

/*popup modal start*/
        .welcome-popop-modal .container {
            max-width: 512px;
            width: 100%;
            background: white;
            border-radius: 20px;
			padding:0;
            overflow: hidden;
            box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
			position:relative;
        }
 .welcome-popop-modal .container:after {
			content:'';
			width:100%;
			height:12px;
			background: linear-gradient(135deg, #FFFFFF 0%, #FFFFFF 50%, #F7FEE7 100%);
			box-shadow: 0px 25px 50px -12px rgba(0, 0, 0, 0.25);
			border-radius: 24px;
			position:absolute;
			bottom:0;
			background: url(../img/bottom-border.png) no-repeat center;
		}
        .welcome-popop-modal .header {
			background: url(../img/pop-up-header-bg.png) no-repeat center;
            background-size: cover;  
            padding: 30px 20px 40px;
            position: relative;
            overflow: hidden;
        }

        .welcome-popop-modal .alert-banner {
            background: linear-gradient(90deg, #E7000B 0%, #FB2C36 100%);
			opacity: 0.71;
			box-shadow: 0px 10px 15px -3px rgba(0, 0, 0, 0.1), 0px 4px 6px -4px rgba(0, 0, 0, 0.1);
            color: white;
            padding: 8px 15px;
            border-radius: 8px;
            display: flex;
            align-items: center;
            gap: 8px;
            font-size: 14px;
            margin-bottom: 20px;
			display: inline-block;
			border-radius:50px;
        }

        .welcome-popop-modal .close-btn {
                position: absolute;
				top: 15px;
				right: 15px;
				background: #004F3B;
				border: none;
				color: white;
				width: 40px;
				height: 40px;
				border-radius: 50%;
				cursor: pointer;
				font-size: 18px;
				display: flex;
				align-items: center;
				justify-content: center;
				outline:0;
        }

        .welcome-popop-modal .crown-icon {
            background: linear-gradient(135deg, #7CCF00 0%, #9AE600 100%);
            box-shadow: 0px 25px 50px -12px rgba(0, 0, 0, 0.25);
            width: 80px;
            height: 80px;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            margin: 0 auto 20px;
            font-size: 40px;
        }

        .welcome-popop-modal .title {
            text-align: center;
            color: white;
            font-size: 28px;
            font-weight: bold;
            display: flex;
            align-items: center;
            justify-content: center;
            gap: 10px;
        }
        .welcome-popop-modal .coin1 { top: 10px; left: 20px; }
        .coin2 { top: 20px; right: 30px; }
        .coin3 { bottom: 10px; left: 40px; }
        .coin4 { bottom: 20px; right: 20px; }

        .welcome-popop-modal .content {
            padding: 40px 25px;
			background: url(../img/offer-bg-gradient.png) no-repeat center;
			background-position: top center;
			position:relative;
        }
       
        .welcome-popop-modal .bonus-label {
            color: #059669;
            font-size: 14px;
            font-weight: 600;
            text-align: center;
           
        }

        .welcome-popop-modal .bonus-amount {
            text-align: center;
			font-size: 60px;
			font-weight: 500;
			color: #5EA500;
			margin-bottom: 5px;
			background: linear-gradient(90deg, #5EA500 0%, #009966 100%);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
background-clip: text;
text-fill-color: transparent;
        }
   .welcome-popop-modal .plus-icon{
	   font-size:36px;
        }
        .welcome-popop-modal .bonus-extra {
            text-align: center;
            font-size: 30px;
            background: linear-gradient(90deg, #009966 0%, #5EA500 100%);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
background-clip: text;
text-fill-color: transparent;
         
        }

        .welcome-popop-modal .bonus-subtitle {
            text-align: center;
            font-size: 24px;
            color: #002C22;
            margin-bottom: 10px;
        }

        .welcome-popop-modal .bonus-info {
            text-align: center;
            color: #059669;
            font-size: 16px;
            margin-bottom: 30px;
        }

        .welcome-popop-modal .features {
           background: linear-gradient(135deg, #ECFDF5 0%, #F7FEE7 100%);
           border-radius: 16px;
            padding: 20px;
            margin-bottom: 25px;
        }

        .welcome-popop-modal .feature-item {
            display: flex;
            align-items: center;
            gap: 15px;
            padding: 15px;
            background: white;
            border-radius: 10px;
            margin-bottom: 12px;
           background: #FFFFFF;
			box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1), 0px 1px 2px -1px rgba(0, 0, 0, 0.1);
			border-radius: 14px;
        }

        .welcome-popop-modal .feature-item:last-child {
            margin-bottom: 0;
        }

        .welcome-popop-modal .feature-icon {
            width: 40px;
            height: 40px;
            border-radius: 50%;
            background: #a3e635;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 24px;
            flex-shrink: 0;
        }

        .welcome-popop-modal .feature-text {
            flex: 1;
        }

        .welcome-popop-modal .feature-title {
            font-weight: 400;
            color: #002C22;
            margin-bottom: 3px;
			font-size:16px;
        }

        .welcome-popop-modal .feature-subtitle {
            font-size: 13px;
            color: #6b7280;
        }

        .welcome-popop-modal .checkmark {
            color: #059669;
            font-size: 24px;
        }

        .welcome-popop-modal .register-btn {
            width: 100%;
			background: #84cc16;
			color: #002C22;
			border: none;
			padding: 18px;
			border-radius: 12px;
			font-size: 20px;
			font-weight: 400;
			cursor: pointer;
			display: flex;
			align-items: center;
			justify-content: center;
			gap: 10px;
			margin-bottom: 15px;
			transition: background 0.3s;
			outline:0;
        }

        .welcome-popop-modal .register-btn:hover {
            background: #65a30d;
        }

        .welcome-popop-modal .later-btn {
            width: 100%;
            background: white;
            color: #007A55;
            border: 2px solid #d1fae5;
            padding: 16px;
            border-radius: 12px;
            font-size: 16px;
            font-weight: 400;
            cursor: pointer;
            margin-bottom: 20px;
            transition: all 0.3s;
			outline:0;
        }

        .welcome-popop-modal .later-btn:hover {
            background: #f0fdf4;
        }

        .welcome-popop-modal .terms {
            text-align: center;
            font-size: 12px;
            color: #6b7280;
            line-height: 1.6;
        }

        .welcome-popop-modal .terms a {
            color: #059669;
            text-decoration: none;
        }
		 .welcome-popop-modal .bonus-box {
		text-align: center;
		display: flex;
		align-items: center;
		justify-content: center;
		 gap: 0 10px;
     }
	 .welcome-popop-modal{
		/*position: fixed;
		width: 100%;
		height: 100%;
		top: 0;
		left: 0;
		background-color:rgba(0, 0, 0, 0.60);
		z-index: 99999;*/
		padding:20px 20px;
	 }
/*popup modal end*/

.blog-pagination a.prev, 
.blog-pagination a.next {
    padding: 0 20px;
    font-weight: 700;
    background: #008236;
    color: #ffffff;
    border-color: transparent;
	outline:0 !important;
	text-decoration:none !important;
    box-shadow: 0 0px 0px rgba(102, 126, 234, 0.3) !important;
}
.blog-pagination span.page-numbers.current {
     background: #008236;
    color: #ffffff;
    border-color: transparent;
    box-shadow: 0 0px 0px rgba(102, 126, 234, 0.4) !important;
    transform: translateY(-2px);
    cursor: default;
}
.blog-pagination a.prev:hover, 
.blog-pagination a.next:hover {
    background: #008236;
    box-shadow: 0 6px 16px rgba(102, 126, 234, 0.4);
    transform: translateY(-3px);
}
.blog-pagination a{
	tect-decoration:none !important;
	outline:0 !important;
}
.blog-pagination a.page-numbers:hover {
    background: #008236;
    border-color: #008236;
    color: #ffffff;
    transform: translateY(-2px);
    box-shadow: 0 0px 0px rgba(102, 126, 234, 0.2) !important;
}
.blog-detail-list .card-image a{
	text-decoration:none !important;
}
.top-banner-section{
	
}
.link-btn a{
	text-decoration:none !important;
}
.4six-box-thum{
	background: rgba(30, 41, 57, 0.8);
border: 2px solid #F0B100;
border-radius: 24px;
}
.4six-box-thum-one{
	background: rgba(0, 79, 59, 0.5) !important;
border: 2px solid #00BC7D !important;
border-radius: 16px !important;
}
.cricket-betting-thum .elementor-image-box-img{
	width:42px !important;
}
.cricket-betting-thum .elementor-image-box-title{
	margin-top:0px;
}
	
.view-more-btn a{
	width:100% !important;
	background:transparent !important;
	text-decoration:none !important;
}
.view-more-btn svg{
	width:6px !important;
}
.cta-gradient-bg{
	background: linear-gradient(90deg, rgba(0, 79, 59, 0.5) 0%, rgba(115, 62, 10, 0.5) 100%);
border: 2px solid #009966;
border-radius: 14px;
}
.licen-content p{
	color:#ffffff !important;
}

.thumnail-title-box{
	width:32px;
	height:32px;
	display:flex;
	justify-content:center !important;
	align-items:center!important;
	border-radius:50%;
	margin: 0 auto !important;
	margin-top:-50px !important;
}
.cta-gradient-bg-2{
	background: linear-gradient(90deg, #009966 0%, #F0B100 100%);
    border-radius: 14px;
}
.box-gradient-color-1{
	background: linear-gradient(135deg, rgba(0, 79, 59, 0.5) 0%, #101828 100%);
border: 0.8px solid #009966;
border-radius: 10px;
}
.box-gradient-color-2{
	background: linear-gradient(135deg, rgba(115, 62, 10, 0.5) 0%, #101828 100%);
border: 0.8px solid #D08700;
border-radius: 10px;
}
.box-gradient-color-3{
background: linear-gradient(135deg, rgba(0, 79, 59, 0.5) 0%, #101828 100%);
border: 0.8px solid #009966;
border-radius: 10px;
}
.faq-box{
	height:100%
}
.faq-box .elementor-image-box-img{
	width:24px !important;
}
.faq-box .elementor-image-box-title{
	margin-top:0px;
	margin-bottom: 5px;
}
/*promotion start*/
.promotions-section {
    padding: 0;
    background: transparent !important;
    color: #ffffff;
}
.promotion-description p{
	color:#ffffff;
}
.promotions-footer {
    text-align: center;
    margin-top: 50px;
    display: none !important;
}
.promo-list-footer {
    display: flex;
    justify-content: center;
}
.promo-list-description p {
    margin: 0;
    color: #ffffff;
}
.promo-list-description,
.promo-list-subtitle,
.promo-list-title {
    padding-left: 108px !important;
}
.promo-list-description p{
	color:#D1D5DC;
}
/*promotion end*/

/*blog start*/
.blog-cards-section {
    padding:0px 0 !important;
    background: transparent !important;
    min-height: auto !Important;
}
/*blog end*/
.loadmore-btn{
    background-color: #9AE600;
    border: 1px solid #9AE600;
    border-radius: 10px;
    padding: 15px 38px;
    color: #000000;
    outline: 0 !important;
    font-size: 16px;
}
.blog-cards-loadmore {
    text-align: center;
    margin-top: 54px;
}
.loadmore-status {
    display: none;
    color: #ffffff;
}
.blog-cards-grid .blog-card-title a{
	color:#ffffff;
	text-decoration:none !important;
}
.blog-cards-grid .read-more::after {
    content: '';
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 0;
    height: 2px;
    background: #10b981;
    transition: width 0.3s ease;
	display:none;
}
.faq-answer-content p {
    margin: 0 0 12px 0;
    color: #fff;
}
.faqs-section .faq-list-container {
    max-width: 1040px;
}
.blog-single-container p{
	color:#ffffff;
}
body.single-post .foursix-single-post-wrapper {
    background: #2D2D2D !important;
    position: relative;
	padding: 108px 30px 80px;
}
body.single-post .foursix-single-post-wrapper .blog-single-container {
    max-width: 860px;
    margin: 0 auto;
    padding: 20px 20px 20px 20px;
    background: #1E2939;
    border: 1px solid #364153;
    border-radius: 14px;
}
.blog-single-container ul li{
	color: #ffffff;
	margin: 0;
}
.back-to-blog {
    position: absolute;
    top: -56px;
	    margin-left: -20px;
}
.blog-single-container .blog-content h2 {
    margin: 30px 0 20px 0;
}
.blog-single-container .blog-cta-box {
    padding: 32px 28px;
	margin:0;
}
.blog-single-container a{
	text-decoration:none !important;
}
/*betting html design start*/
  .betting-content-box .container {
            max-width: 1200px;
            margin: 0 auto;
            padding: 20px;
        }

        .betting-content-box .header {
            background: linear-gradient(135deg, #1e3a5f 0%, #2d5a8c 100%);
            padding: 40px 20px;
            text-align: center;
            margin-bottom: 30px;
            border-radius: 10px;
        }

        .betting-content-box .status-badge {
            background: #10b981;
            color: white;
            padding: 6px 16px;
            border-radius: 20px;
            display: inline-block;
            font-size: 12px;
            font-weight: 600;
            margin-bottom: 15px;
        }

        .betting-content-box .header h1 {
            font-size: 32px;
            margin-bottom: 10px;
            color: white;
        }

        .betting-content-box.header p {
            color: #d0d0d0;
            font-size: 14px;
        }

        .betting-content-box .section {
             background: #1E2939;
            padding: 0px;
            margin-bottom: 20px;
            border-radius: 14px;
            border-left: 4px solid #10b981;
        }

        .betting-content-box .section.sports {
			background: #1E2939;
            border:1px solid #009966;
        }

        .betting-content-box .section.live {
           border:1px solid #D08700;
        }
       .betting-content-box .section.live .section-header {
         background-color: #733E0A;
        }
        .betting-content-box .section.casino {
            border:1px solid #521C3E;
        }
		.betting-content-box .section.casino .section-header {
            background-color: #521C3E;
          }
		
        .betting-content-box .section.slot .section-header {
         background-color: #3b1f62;
        }
        .betting-content-box .section.slot {
           border:1px solid #3b1f62;
        }

        .betting-content-box .section-header {
			margin-bottom: 20px;
			padding: 11px 32px;
			background-color: #0F3C3A;
			border-top-left-radius: 14px;
			border-top-right-radius: 14px;
        }

        .betting-content-box .section-icon {
            font-size: 24px;
        }

        .betting-content-box .section-title {
                font-size: 24px;
				font-weight: 700;
				color: #fff;
				padding-left: 15px;
        }

        .betting-content-box .section-subtitle {
            color: #10b981;
            font-size: 14px;
            margin-bottom: 15px;
            font-weight: 600;
        }

        .betting-content-box .description {
            color: #b0b0b0;
            margin-bottom: 20px;
            line-height: 1.8;
        }

        .betting-content-box.cta-button {
            background: #10b981;
            color: white;
            padding: 12px 30px;
            border: none;
            border-radius: 6px;
            font-weight: 600;
            cursor: pointer;
            font-size: 14px;
            transition: all 0.3s;
            display: inline-block;
            text-decoration: none;
        }

        .betting-content-box .cta-button:hover {
            background: #059669;
            transform: translateY(-2px);
        }

        .betting-content-box .grid-2 {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
            gap: 20px;
            margin: 20px 0;
        }
.betting-content-box .grid-3.other-sports,
.betting-content-box .grid-2.other-sports {
         grid-template-columns: repeat(auto-fit, minmax(375px, 1fr)););
       }
        .betting-content-box .grid-3 {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
            gap: 20px;
            margin: 20px 0;
        }

        .betting-content-box .card {
            padding: 20px;
            background: #101828;
	        border: 0.8px solid #009966;
	      border-radius: 10px;

        }

        .betting-content-box .card-title {
            font-size: 16px;
            font-weight: 600;
            margin-bottom: 10px;
            color: #10b981;
        }

        .betting-content-box .card-text {
            font-size: 14px;
            color: #b0b0b0;
        }

        .betting-content-box .feature-list {
            list-style: none;
            margin: 20px 0;
        }

        .betting-content-box .feature-list li {
                padding: 0px 0;
				padding-left: 25px;
				position: relative;
				color: #b0b0b0;
				font-size: 14px;
        }

        .betting-content-box .feature-list li:before {
            content: "✓";
            position: absolute;
            left: 0;
            color: #10b981;
            font-weight: bold;
        }

        .betting-content-box .game-card {
            background: #101828;
			border: 0.8px solid #E60076;
			border-radius: 10px;
            padding: 20px;
            border-radius: 8px;
            text-align: center;
            transition: transform 0.3s;
			color: #fff;
        }

        .betting-content-box .game-card:hover {
            transform: translateY(-5px);
        }

        .betting-content-box .game-icon {
            font-size: 40px;
            margin-bottom: 15px;
        }

        .betting-content-box .game-title {
            font-size: 16px;
            font-weight: 600;
            margin-bottom: 8px;
        }

        .betting-content-box .game-desc {
            font-size: 13px;
            color: #888;
        }

        .betting-content-box .info-box {
            background: #1e3a5f;
            padding: 20px;
            border-radius: 8px;
            margin: 20px 0;
            border-left: 4px solid #3b82f6;
			 color: #fff;
        }

        .betting-content-box .warning-box {
            background: #3D213C;
            padding: 20px;
            border-radius: 8px;
            margin: 20px 0;
            border-left: 0px solid #f59e0b;
			color: #fff;
        }
         .top-slot-box{
			 background: #3D213C;
            padding: 0px 20px 20px;
            border-radius: 8px;
            margin: 20px 0;
			border:1px solid #E60076;
		 }
        .betting-content-box .provider-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
            gap: 15px;
            margin: 20px 0;
        }

        .betting-content-box .provider-item {
            background: #333;
            padding: 15px;
            border-radius: 6px;
            text-align: center;
            font-size: 14px;
            font-weight: 600;
			color: #fff;
        }

        .betting-content-box .theme-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(224px, 1fr));
            gap: 15px;
            margin: 20px 0;
        }

        .betting-content-box .theme-item {
            background: #101828;
			border: 0.8px solid #364153;
			border-radius: 10px;
            padding: 20px 15px;
            border-radius: 8px;
            text-align: center;
        }

        .betting-content-box .theme-icon {
            font-size: 30px;
            margin-bottom: 8px;
        }

        .betting-content-box .theme-name {
            font-size: 13px;
            color: #b0b0b0;
        }

        .betting-content-box .footer-cta {
            background: linear-gradient(90deg, rgba(0, 79, 59, 0.5) 0%, rgba(115, 62, 10, 0.5) 100%);
			border: 2px solid #009966;
			border-radius: 14px;
            padding: 40px;
            text-align: center;
            border-radius: 10px;
            margin-top: 40px;
        }

        .betting-content-box .footer-cta h2 {
            font-size: 28px;
            margin-bottom: 15px;
            color: white;
        }

        .betting-content-box .footer-cta p {
            color: #d0d0d0;
            margin-bottom: 25px;
        }

        .betting-content-box .button-group {
            display: flex;
            gap: 15px;
            justify-content: center;
            flex-wrap: wrap;
        }

        .betting-content-box .btn-primary {
            background: #f59e0b;
            color: white;
            padding: 14px 35px;
            text-decoration: none !important;
            border-radius: 6px;
            font-weight: 600;
            transition: all 0.3s;
        }

        .betting-content-box .btn-primary:hover {
            background: #d97706;
        }

        .betting-content-box .btn-secondary {
            background: #10b981;
            color: white;
            padding: 14px 35px;
            border-radius: 6px;
            text-decoration: none !important;
            font-weight: 600;
            transition: all 0.3s;
        }

        .betting-content-box .btn-secondary:hover {
            background: #059669;
        }

        .betting-content-box .subsection {
            margin: 30px 0;
        }

        .betting-content-box .subsection-title {
            font-size: 20px;
            margin-bottom: 15px;
            color: #10b981;
        }
		.betting-content-box .sub-title-content {
		display: flex;
		width: 100%;
		align-items: center;
     }
	 .betting-content-box .content-box {
        padding: 0px 32px 32px;
     }
/*betting html design end*/


/*cricket betting start*/
  /* Navigation */
        .cricket-betting .top-nav {
            background: #1a1f2e;
            padding: 12px 0;
            border-bottom: 1px solid #2a2f3e;
        }

        .cricket-betting .nav-content {
            max-width: 1240px;
            margin: 0 auto;
            padding: 0 20px;
            display: flex;
            align-items: center;
            gap: 15px;
            font-size: 14px;
        }

        .cricket-betting .nav-link {
            color: #10b981;
            text-decoration: none;
        }

        .cricket-betting .nav-separator {
            color: #666;
        }

        /* Breadcrumb */
        .cricket-betting .breadcrumb {
            max-width: 1200px;
            margin: 0 auto;
            padding: 15px 20px;
            font-size: 13px;
            color: #888;
			background-color: #101828;
        }

        .cricket-betting .breadcrumb a {
            color: #10b981;
            text-decoration: none;
        }

        .cricket-betting .breadcrumb span {
            margin: 0 8px;
        }

        /* Hero Section */
        .cricket-betting .hero {
			    background: url(../img/cricket-banner-image.png) no-repeat center !important;
    /* background: linear-gradient(135deg, #0f172a 0%, #1e293b 100%); */
    padding: 140px 20px;
    text-align: center;
    position: relative;
    overflow: hidden;
    background-size: cover !important;
        }

        .cricket-betting .hero::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
           background: url(../img/cricket-overlap.png) no-repeat center !important;
            background-size: cover !important;
		}
.cricket-betting {
    background-color: #101828;
}
        .cricket-betting .hero-content {
            max-width: 1200px;
            margin: 0 auto;
            position: relative;
            z-index: 1;
			text-align: left;
        }

        .cricket-betting .hero h1 {
            font-size: 48px;
            margin-bottom: 20px;
            color: white;
        }

        .cricket-betting .hero p {
            font-size: 18px;
            color: #cbd5e1;
            margin-bottom: 30px;
        }

        .cricket-betting .hero-buttons {
               display: flex;
				gap: 15px;
				justify-content: left;
				flex-wrap: wrap;
        }

        .cricket-betting .btn {
            padding: 14px 32px;
            text-decoration: none !important;
            border-radius: 6px;
            font-weight: 600;
            font-size: 14px;
            transition: all 0.3s;
            display: inline-block;
			border: 0px;
        }

        .cricket-betting .btn-primary {
            background: #10b981;
            color: white;
        }

        .cricket-betting .btn-primary:hover {
            background: #059669;
            transform: translateY(-2px);
        }

        .cricket-betting .btn-secondary {
            background: #f59e0b;
            color: white;
        }

        .cricket-betting .btn-secondary:hover {
            transform: translateY(-2px);
        }
    .cricket-betting .btn-white:hover{
       transform: translateY(-2px);
    }
        /* Container */
        .cricket-betting .container {
            max-width: 1200px;
            margin: 0 auto;
            padding: 0 20px;
        }

        /* Section */
        .cricket-betting .section {
            padding: 60px 20px;
        }

        .cricket-betting .section-title {
            font-size: 32px;
           text-align: center;
            margin-bottom: 15px;
            color: white;
        }

        .cricket-betting .section-subtitle {
             text-align: center;
            color: #D1D5DC;
            margin-bottom: 0px;
            font-size: 16px;
        }

        /* Why Choose Section */
        .cricket-betting .why-choose {
            background: #0f1629;
            padding: 60px 20px;
        }
	 .cricket-betting .left-bonus-content .section-title,
     .cricket-betting .left-bonus-content .section-subtitle{
	    text-align: left;
     }
	 .cricket-betting .guide-section .container {
			max-width: 1200px;
			margin: 0 auto;
			padding: 30px 20px;
			background-color:#1E2939;
			border:1px solid #364153;
			border-radius:10px;
    }
        .cricket-betting .features-list {
            max-width: 100%;
			margin: 0;
			list-style: none;
			padding-left: 0;
			margin-top:25px;
        }

        .cricket-betting .features-list li {
            padding: 0px 0;
            padding-left: 35px;
            position: relative;
            color: #cbd5e1;
            font-size: 15px;
        }

        .cricket-betting .features-list li:before {
            content: "";
            position: absolute;
            left: 0;
            /*color: #10b981;
            font-weight: bold;
            font-size: 18px;*/
			top: 6px;
			width:20px;
			height:20px;
			background: url(../img/list-icon.png) no-repeat center;
        }

        .cricket-betting .bonus-card {
            background: linear-gradient(135deg, #10b981 0%, #059669 100%);
            padding: 30px;
            border-radius: 12px;
            text-align: center;
            margin: 40px auto 0;
            max-width: 400px;    
			
        }

        .cricket-betting .bonus-card h3 {
            font-size: 24px;
            margin-bottom: 10px;
        }

        .cricket-betting .bonus-text {
            font-size: 42px;
            font-weight: 700;
            margin: 15px 0;
        }
.cricket-betting .bonnus-box-image {
    display: flex;
    gap: 0 20px;
	align-items: center;
}
.cricket-betting .left-bonus-content {
    width: 50%;
}
.cricket-betting .bonus-card-img {
    width: 50%;
}
        /* Types of Bets */
        .cricket-betting .types-section {
            background: #2D2D2D;
        }

        .cricket-betting .grid-3 {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
            gap: 25px;
            margin-top: 40px;
        }

        .cricket-betting .bet-card {
            background: #1a1f2e;
            padding: 30px;
            border-radius: 12px;
            text-align: center;
            transition: transform 0.3s;
            border: 1px solid #2a2f3e;
        }

        .cricket-betting .bet-card:hover {
            transform: translateY(-5px);
            border-color: #10b981;
        }

        .cricket-betting .bet-icon {
            width: 60px;
            height: 60px;
            background: #10b981;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            margin: 0 auto 20px;
            font-size: 28px;
        }

        .cricket-betting .bet-card h3 {
            font-size: 20px;
            margin-bottom: 12px;
            color: #10b981;
        }

        .cricket-betting .bet-card p {
            color: #94a3b8;
            font-size: 14px;
        }

        /* Tournaments Section */
        .cricket-betting .tournaments-section {
            background: #0f1629;
        }

        .cricket-betting .grid-4 {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
            gap: 20px;
            margin-top: 40px;
        }

        .cricket-betting .tournament-card {
            background: #1a1f2e;
            padding: 25px;
            border-radius: 10px;
            text-align: center;
            border: 1px solid #2a2f3e;
            transition: all 0.3s;
        }

        .cricket-betting .tournament-card:hover {
            border-color: #10b981;
            transform: translateY(-3px);
        }

        .cricket-betting .tournament-icon {
            font-size: 40px;
            margin-bottom: 15px;
        }

        .cricket-betting .tournament-card h4 {
            font-size: 16px;
            color: #e0e0e0;
        }

        /* Tips Section */
        .cricket-betting .tips-section {
                background: #2D2D2D;
        }

        .cricket-betting .grid-2 {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
            gap: 25px;
            margin-top: 40px;
        }

        .cricket-betting .tip-card {
            background: #1a1f2e;
            padding: 30px;
            border-radius: 10px;
            border-left: 4px solid #f59e0b;
        }

        .cricket-betting .tip-card h3 {
            font-size: 20px;
            margin-bottom: 15px;
            color: #f59e0b;
        }

        .cricket-betting .tip-card p {
            color: #94a3b8;
            font-size: 14px;
            line-height: 1.7;
        }

        /* How to Start Section */
        .cricket-betting .how-to-start {
            background: #0f1629;
            padding: 60px 20px;
        }

        .cricket-betting .steps-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
            gap: 30px;
            margin-top: 40px;
        }

        .cricket-betting .step-card {
            text-align: center;
        }

        .cricket-betting .step-number {
            width: 70px;
            height: 70px;
            background: #10b981;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            margin: 0 auto 20px;
            font-size: 28px;
            font-weight: 700;
        }

        .cricket-betting .step-card h3 {
            font-size: 18px;
            margin-bottom: 10px;
            color: white;
        }

        .cricket-betting .step-card p {
            color: #94a3b8;
            font-size: 14px;
        }

        /* Guide Section */
        .cricket-betting .guide-section {
                background: #2d2d2d;
                padding: 90px 20px;
        }

        .cricket-betting .guide-content {
            max-width: 1066px;
            margin: 0 auto;
        }

        .cricket-betting .guide-content h3 {
            font-size: 20px;
            margin: 30px 0 15px;
            color: #ffffff;
        }

        .cricket-betting .guide-content p {
            color: #94a3b8;
            margin-bottom: 20px;
            line-height: 1.8;
        }

        .cricket-betting .guide-content ul {
            list-style: none;
            margin: 20px 0;
        }

        .cricket-betting .guide-content li {
            padding: 0px 0;
            padding-left: 30px;
            position: relative;
            color: #cbd5e1;
        }

        .cricket-betting .guide-content li:before {
            content: "→";
            position: absolute;
            left: 0;
            color: #10b981;
            font-weight: bold;
        }

        /* CTA Section */
        .cricket-betting .cta-section {
            background: linear-gradient(135deg, #10b981 0%, #059669 100%);
            padding: 60px 20px;
            text-align: center;
        }

        .cricket-betting .cta-section h2 {
            font-size: 36px;
            margin-bottom: 15px;
            color: white;
        }

        .cricket-betting .cta-section p {
            font-size: 18px;
            margin-bottom: 30px;
            color: rgba(255,255,255,0.9);
        }

        .cricket-betting .cta-buttons {
            display: flex;
            gap: 15px;
            justify-content: center;
            flex-wrap: wrap;
        }

        .cricket-betting .btn-white {
            background: white;
            color: #10b981;
        }

        .cricket-betting .btn-white:hover {
            background: #f0f0f0;
        }
/*cricket betting end*/


/*about us section start*/
 .about-section .container {
            max-width: 1200px;
            margin: 0 auto;
            padding: 0 20px;
        }

        /* Header */
         .about-section header {
            text-align: center;
            padding: 60px 20px 40px;
        }

         .about-section .about-btn {
            display: inline-flex;
            align-items: center;
            gap: 8px;
            background: linear-gradient(90deg, #10b981, #fbbf24);
            color: #1a1a1a;
            padding: 8px 20px;
            border-radius: 20px;
            font-size: 14px;
            font-weight: 600;
            margin-bottom: 20px;
        }

         .about-section h1 {
           font-size: 2.5rem;
			margin-bottom: 15px;
			color: #ffffff;
			margin-top: 8px;
        }

         .about-section .subtitle {
            color: #9ca3af;
            font-size: 1rem;
        }

        /* Welcome Section */
         .about-section .welcome-section {
            background:#1E2939;
            border-radius: 12px;
            padding: 50px 40px;    
			margin: 0px 0;
			border: 1px solid #364153;
        }

         .about-section .welcome-content {
            display: grid;
            grid-template-columns: 1fr 2fr;
            gap: 40px;
            align-items: center;
            margin-bottom: 40px;
        }

         .about-section .logo-section img {
            max-width: 250px;
            width: 100%;
        }

         .about-section .welcome-text h2 {
            font-size: 2rem;
            margin-bottom: 20px;
			color: #fff;
        }

         .about-section .welcome-text p {
            color: #d1d5db;
            margin-bottom: 15px;
        }

        /* Stats */
         .about-section .stats {
            display: grid;
            grid-template-columns: repeat(4, 1fr);
            gap: 30px;
            text-align: center;
			border-top: 1px solid #364153;
        }

         .about-section .stat-item h3 {
            font-size: 2rem;
            color: #10b981;
            margin-bottom: 5px;
        }

         .about-section .stat-item p {
            color: #9ca3af;
            font-size: 0.9rem;
        }

        /* Why Choose Section */
         .about-section .why-choose {
            text-align: center;
            margin: 60px 0 30px;
        }

         .about-section .why-choose h2 {
              font-size: 2rem;
              margin-bottom: 35px;
              color: #fff;
        }

         .about-section .features-grid {
            display: grid;
            grid-template-columns: repeat(3, 1fr);
            gap: 20px;
            margin-bottom: 40px;
        }

         .about-section .feature-card {
            background: #1E2939;
			border: 2px solid #009966;
			border-radius: 14px;
            padding: 30px 20px;
            text-align: left;
        }

         .about-section .feature-icon {
            width: 40px;
            height: 40px;  background: #009966;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            margin-bottom: 15px;
            font-size: 20px;
        }

         .about-section .feature-card h3 {
            font-size: 1.2rem;
            margin-bottom: 10px;
			color: #fff;
        }

         .about-section .feature-card p {
            color: #d1d5db;
            font-size: 0.9rem;
        }

        /* Mission & Vision */
         .about-section .mission-vision {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 20px;
            margin-bottom: 60px;
        }

         .about-section .mission-card, .vision-card {
            border-radius: 12px;
            padding: 30px;
        }

         .about-section .mission-card {
            background: linear-gradient(135deg, #065f46, #10b981);
            border: 2px solid #10b981;
			text-align: left;
        }

         .about-section .vision-card {
            background: linear-gradient(135deg, #92400e, #f59e0b);
            border: 2px solid #fbbf24;
			text-align: left;
        }

         .about-section .mission-card h3, .vision-card h3 {
            display: flex;
            align-items: center;
            gap: 10px;
            font-size: 1.3rem;
            margin-bottom: 15px;
			color: #fff;
        }
  .why-choose p{
	  color:#ffffff;
  }
        /* What We Offer */
         .about-section .what-we-offer h2 {
            font-size: 2rem;
            margin-bottom: 30px;
			color:#ffffff;
        }

         .about-section .offers-grid {
            display: grid;
            grid-template-columns: repeat(2, 1fr);
            gap: 15px;
            margin-bottom: 60px;
        }

         .about-section .offer-item {
            display: flex;
            gap: 15px;
           padding: 0;
        }

         .about-section .offer-icon {
            color: #10b981;
            font-size: 20px;
        }

         .about-section .offer-content h4 {
            font-size: 1.1rem;
            margin-bottom: 8px;
			margin-top:0;
			color:#ffffff;
        }

         .about-section .offer-content p {
            color: #9ca3af;
            font-size: 0.9rem;
        }
		section.what-we-offer {
			background: #1E2939;
			border: 2px solid #364153;
			border-radius: 14px;
			padding: 0 20px;
		}
        /* Company Section */
         .about-section .company-section {
            background: #1E2939;
            border-radius: 12px;
            padding: 30px;
            margin-bottom: 40px;
			margin-top: 40px;
			color: #ffffff;
        }

         .about-section .company-section h2 {
            display: flex;
            align-items: center;
            gap: 10px;
            font-size: 1.5rem;
            margin-bottom: 20px;
			color:#ffffff;
        }

         .about-section .company-info {
            background: #0f1e35;
            padding: 20px;
            border-radius: 8px;
			border: 1px solid #364153;
        }

         .about-section .company-info p {
            color: #d1d5db;
            margin-bottom: 10px;
        }

        /* Commitment Section */
         .about-section .commitment-section {
            background: linear-gradient(90deg, rgba(0, 79, 59, 0.3) 0%, rgba(115, 62, 10, 0.3) 100%);
			border: 2px solid #009966;
			border-radius: 14px;
            padding: 40px;
            margin-bottom: 40px;
        }

         .about-section .commitment-section h2 {
            text-align: center;
            font-size: 2rem;
            margin-bottom: 40px;
			color: #ffffff;
        }

         .about-section .commitment-grid {
            display: grid;
            grid-template-columns: repeat(3, 1fr);
            gap: 30px;
        }

         .about-section .commitment-item {
            text-align: center;
        }

         .about-section .commitment-icon {
            font-size: 50px;
            margin-bottom: 15px;
        }

         .about-section .commitment-item h3 {
            font-size: 1.2rem;
            margin-bottom: 10px;
			color: #ffffff;
        }

         .about-section .commitment-item p {
            color: #d1d5db;
            font-size: 0.9rem;
        }

        /* CTA Section */
         .about-section .cta-section {
			background: linear-gradient(90deg, #009966 0%, #F0B100 100%);
			border-radius: 14px;
            padding: 60px 40px;
            text-align: center;
            margin-bottom: 40px;
        }

         .about-section .cta-section h2 {
            color: #1a1a1a;
            font-size: 2rem;
            margin-bottom: 15px;
        }

         .about-section .cta-section p {
            color: #1a1a1a;
            margin-bottom: 30px;
        }

         .about-section .cta-buttons {
            display: flex;
            gap: 15px;
            justify-content: center;
            flex-wrap: wrap;
        }

         .about-section .btn {
            padding: 12px 30px;
            border-radius: 8px;
            font-size: 1rem;
            font-weight: 600;
            text-decoration: none !important;
            display: inline-block;
            transition: transform 0.2s;
        }

         .about-section .btn:hover {
            transform: translateY(-2px);
        }

         .about-section .btn-primary {
            background: #ffffff;
            color: #1a1a1a;
        }

         .about-section .btn-secondary {
            background: transparent;
            color: #ffffff;
            border: 2px solid #ffffff;
        }

        /* Footer */
         .about-section footer {
            text-align: center;
            padding: 40px 20px;
            color: #9ca3af;
        }
.about-section footer p{
	color:#99A1AF;
}
        .about-section  footer a {
            color: #10b981;
            text-decoration: none;
            margin: 0 15px;
        }

         .about-section footer a:hover {
            text-decoration: underline;
        }
/*about us section end*/


/*contact us html design*/
.contact-section .hero-section {
            background: linear-gradient(135deg, #0f6b4a 0%, #1a5f5f 100%);
            padding: 58px 20px 80px;
            text-align: center;
        }

         .contact-section .hero-section h1 {
            font-size: 2.5rem;
            margin-bottom: 20px;
            font-weight: 600;
			color: #ffffff;
        }

         .contact-section .hero-section p {
            font-size: 1.1rem;
            max-width: 700px;
            margin: 0 auto;
            line-height: 1.6;
            opacity: 0.95;
			color: #ffffff;
        }

         .contact-section .container {
            max-width: 1200px;
            margin: 0 auto;
            padding: 0 20px;
        }

         .contact-section .contact-methods {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
            gap: 30px;
            padding: 60px 20px;
            max-width: 1200px;
            margin: 0 auto;
        }

         .contact-section .contact-card {
            background: #1E2939;
			border: 0.8px solid #364153;
			border-radius: 10px;
            padding: 40px 30px;
            text-align: center;
            transition: transform 0.3s ease, box-shadow 0.3s ease;
        }

         .contact-section .contact-card:hover {
            transform: translateY(-5px);
            box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
        }

         .contact-section .icon-circle {
            width: 70px;
            height: 70px;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            margin: 0 auto 20px;
            font-size: 28px;
        }

         .contact-section .icon-email {
            background-color: #10b981;
        }

         .contact-section .icon-phone {
            background-color: #fbbf24;
        }

         .contact-section .icon-chat {
            background-color: #10b981;
        }

         .contact-section .contact-card h3 {
            font-size: 18px;
            margin-bottom: 15px;
            font-weight: 500;
			color: #ffffff;
        }

         .contact-section .contact-card .detail {
            font-size: 1rem;
            color: #94a3b8;
            margin-bottom: 8px;
        }

         .contact-section .contact-card .note {
            font-size: 0.9rem;
            color: #64748b;
        }

         .contact-section .info-section {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(450px, 1fr));
            gap: 30px;
            padding: 0 20px 60px;
            max-width: 1200px;
            margin: 0 auto;
        }

         .contact-section .info-card {
            background: #1E2939;
			border: 0.8px solid #364153;
			border-radius: 10px;
            padding: 40px;
        }

         .contact-section .info-card h2 {
            font-size:20px;
            margin-bottom: 20px;
            font-weight: 600;
			color:#ffffff;
			margin-top:0;
			margin-bottom:5px;
        }

         .contact-section .info-card p {
            color: #94a3b8;
            line-height: 1.6;
            margin-bottom: 25px;
        }

         .contact-section .btn-faq {
            background-color: #fbbf24;
            color: #1a1a1a;
            padding: 12px 30px;
            border-radius: 6px;
            border: none;
            font-size: 1rem;
            font-weight: 600;
            cursor: pointer;
            transition: background-color 0.3s ease;
            display: inline-block;
            text-decoration: none;
        }

         .contact-section .btn-faq:hover {
            background-color: #f59e0b;
        }

         .contact-section .social-buttons {
            display: flex;
            gap: 15px;
            flex-wrap: wrap;
        }

         .contact-section .social-btn {
            flex: 1;
            min-width: 130px;
            padding: 12px 20px;
            border-radius: 6px;
            border: none;
            font-size: 1rem;
            font-weight: 600;
            cursor: pointer;
            transition: opacity 0.3s ease;
            color: #fff;
        }

         .contact-section .social-btn:hover {
            opacity: 0.9;
        }

         .contact-section .btn-facebook {
            background-color: #1877f2;
        }

         .contact-section .btn-twitter {
            background-color: #1da1f2;
        }

         .contact-section .btn-instagram {
           background: #E60076;
        }

         .contact-section .help-section {
               background: #101828;
				padding: 60px 39px;
				margin-top: 40px;
				max-width: 1166px;
				margin: 0 auto;
        }

         .contact-section .help-section h2 {
            text-align: center;
            font-size: 2rem;
            margin-bottom: 50px;
            font-weight: 600;
			color:#ffffff;
			margin:0 0 20px;
        }

         .contact-section .help-cards {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
            gap: 30px;
            max-width: 1200px;
            margin: 0 auto;
        }

         .contact-section .help-card {
            background: rgba(255, 255, 255, 0.05);
            border-radius: 12px;
            padding: 40px 30px;
            text-align: center;
        }

         .contact-section .help-icon {
            width: 70px;
            height: 70px;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            margin: 0 auto 20px;
            font-size: 28px;
        }

         .contact-section .help-card h3 {
                font-size: 20px;
				margin-bottom: 15px;
				font-weight: 600;
				color: #ffffff;
				margin: 0 0 9px;
        }
		  .contact-section .help-card p{
			  color:#99A1AF;
			  font-size:16px;
			  line-height:24px;
		  }
/*contact us html design end*/

/*privacy policy content start*/
.privacy-policy-section .container {
            max-width:1024px;
            margin: 0 auto;
            padding: 40px 20px;
			background-color:#1E2939;
			border-radius:14px;
        }

        .privacy-policy-section .section {
            background: transparent;
			border-radius: 0;
			padding: 30px;
			margin-bottom: 0;
			border-bottom: 1px solid #2f3642
        }

        .privacy-policy-section .section-icon {
            display: inline-block;
            margin-right: 10px;
            font-size: 1.1rem;
        }

        .privacy-policy-section h1 {
            color: #10b981;
            font-size: 1.8rem;
            margin-bottom: 20px;
            display: flex;
            align-items: center;
			margin-top: 0;
			color: #ffffff;
        }

        .privacy-policy-section h2 {
              color: #ffffff;
            font-size: 1.4rem;
            margin-bottom: 20px;
            display: flex;
            align-items: center;
			margin-top: 0;
        }

        .privacy-policy-section h3 {
            color: #e2e8f0;
            font-size: 1.2rem;
            margin-bottom: 15px;
            margin-top: 25px;
        }

        .privacy-policy-section p {
            color: #cbd5e0;
            margin-bottom: 15px;
            font-size: 0.95rem;
        }

        .privacy-policy-section ul {
            margin-left: 0px;
            margin-bottom: 15px;
        }

        .privacy-policy-section li {
            color: #cbd5e0;
            margin-bottom: 10px;
            font-size: 0.95rem;
        }

        .privacy-policy-section .highlight-box {
            background: rgba(251, 191, 36, 0.1);
            border: 1px solid #fbbf24;
            border-radius: 6px;
            padding: 20px;
            margin: 20px 0;
        }

        .privacy-policy-section .highlight-box p {
            color: #fbbf24;
            font-size: 0.9rem;
            margin: 0;
        }

        .privacy-policy-section .info-box {
            background: rgba(16, 185, 129, 0.1);
            border: 1px solid #10b981;
            border-radius: 6px;
            padding: 20px;
            margin: 20px 0;
        }

        .privacy-policy-section .info-box h4 {
            color: #10b981;
            margin-bottom: 10px;
            display: flex;
            align-items: center;
        }

        .privacy-policy-section .info-box p {
            color: #cbd5e0;
            margin: 0;
            font-size: 0.9rem;
        }

        .privacy-policy-section .contact-box {
            background: #1e293b;
            border: 1px solid #10b981;
            border-radius: 6px;
            padding: 25px;
            margin: 20px 0;
        }

        .privacy-policy-section .contact-item {
            display: flex;
            align-items: center;
            margin-bottom: 10px;
        }

        .privacy-policy-section .contact-icon {
            color: #10b981;
            margin-right: 15px;
            font-size: 1.5rem;
        }

        .privacy-policy-section .contact-label {
            color: #94a3b8;
            font-size: 0.9rem;
            margin-bottom: 5px;
        }

        .privacy-policy-section .contact-value {
            color: #10b981;
            font-size: 1rem;
            font-weight: 500;
        }

        .privacy-policy-section .related-policies {
            background: #101828;
			border: 2px solid #364153;
			border-radius: 10px;
            padding: 25px;
            margin: 20px 0;
        }

        .privacy-policy-section .related-policies h4 {
            color: #e2e8f0;
            margin-bottom: 15px;
            font-size: 1rem;
			margin-top:0;
        }

        .privacy-policy-section .related-policies p {
            color: #94a3b8;
            font-size: 0.9rem;
            margin-bottom: 15px;
        }

        .privacy-policy-section .policy-buttons {
            display: flex;
            gap: 15px;
            flex-wrap: wrap;
        }

        .privacy-policy-section .btn {
            padding: 12px 24px;
            border-radius: 6px;
            border: none;
            font-size: 0.95rem;
            font-weight: 600;
            cursor: pointer;
            transition: all 0.3s ease;
            text-decoration: none;
            display: inline-block;
        }

        .privacy-policy-section .btn-primary {
            background-color: #10b981;
            color: #1a2332;
        }

        .privacy-policy-section .btn-primary:hover {
            background-color: #059669;
        }

        .privacy-policy-section .btn-secondary {
            background-color: transparent;
            color: #10b981;
            border: 2px solid #10b981;
        }

        .privacy-policy-section .btn-secondary:hover {
            background-color: rgba(16, 185, 129, 0.1);
        }

        .privacy-policy-section .update-notice {
           background: rgba(115, 62, 10, 0.3);
			border: 2px solid #D08700;
			border-radius: 10px;
            padding: 25px;
            margin: 20px 0;
        }

        .privacy-policy-section .update-notice h4 {
            color: #fbbf24;
            margin-bottom: 15px;
            display: flex;
            align-items: center;
            font-size: 1.1rem;
			margin-top:0;
        }

        .privacy-policy-section .update-notice .icon {
            margin-right: 10px;
            font-size: 1.3rem;
        }

        .privacy-policy-section .update-notice p {
            color: #fbbf24;
            font-size: 0.9rem;
            margin: 0;
        }

        .privacy-policy-section .footer {
            text-align: center;
            padding: 30px 20px;
            color: #64748b;
            font-size: 0.85rem;
        }
		.information-collection ul{
			margin-left:0;
			padding-left:0px;
		}
		.information-collection ul li{
			list-style-type:none;
			border-left:1px solid #ffffff;
			padding-left:25px;
		}
/*privacy policy end*/

/*terms condition start*/
 .terms-condition-section .container {
            max-width:1024px;
            margin: 0 auto;
            padding: 20px;
			background: #1E2939;
			border: 2px solid #364153;
			border-radius: 14px;
        }

        .terms-condition-section .header {
                background: transparent;
				padding: 30px;
				border-radius: 0;
				border-bottom: 1px solid #253650;
        }

        .terms-condition-section .header h1 {
            color: #ffffff;
            font-size: 1.5rem;
            margin-bottom: 15px;
            display: flex;
            align-items: center;
            gap: 10px;    
			margin-top: 0;
        }

        .terms-condition-section .header h1::before {
            content: "📄";
            font-size: 1.2rem;
        }

        .terms-condition-section .header p {
            color: #bdc3c7;
            font-size: 0.95rem;
            margin-bottom: 8px;
        }

        .terms-condition-section .content {
            background:transparent;
            padding: 40px 30px 0px;
        }

        .terms-condition-section .section {
            margin-bottom: 40px;
        }

        .terms-condition-section .terms-condition-section .section-header {
            background: linear-gradient(135deg, #34495e 0%, #2c3e50 100%);
            padding: 15px 20px;
            border-radius: 8px;
            border-left: 4px solid #3498db;
            margin-bottom: 20px;
        }

        .terms-condition-section .section-header h2 {
            color: #fff;
            font-size: 1.3rem;
            font-weight: 600;
			margin-top: 0;
        }

        .terms-condition-section .section h3 {
            color: #ffffff;
            font-size: 1.1rem;
            margin: 25px 0 15px 0;
            font-weight: 600;
        }
.terms-condition-section ul{
	margin-left:0 !important;    
	padding-left: 0 !important;
}
.terms-condition-section ul li {
    list-style-type: none;
    border-left: 1px solid #ffffff;
    padding-left: 25px;
}
        .terms-condition-section .section p {
            color: #bdc3c7;
            margin-bottom: 15px;
            font-size: 0.95rem;
        }

        .terms-condition-section .section ul {
            margin: 15px 0;
            padding-left: 25px;
        }

        .terms-condition-section .section li {
            color: #bdc3c7;
            margin-bottom: 12px;
            font-size: 0.95rem;
            line-height: 1.7;
        }

        .terms-condition-section .highlight-box {
            background: linear-gradient(135deg, #c0392b 0%, #e74c3c 100%);
            border: 2px solid #e74c3c;
            border-radius: 8px;
            padding: 20px;
            margin: 20px 0;
        }

        .terms-condition-section .highlight-box p {
            color: #fff;
            font-weight: 500;
            margin: 0;
        }

        .terms-condition-section .info-box {
            background: linear-gradient(135deg, #16a085 0%, #1abc9c 100%);
            border: 2px solid #1abc9c;
            border-radius: 8px;
            padding: 20px;
            margin: 20px 0;
        }

        .terms-condition-section .info-box p {
            color: #fff;
            margin: 0;
            font-weight: 500;
        }

        .terms-condition-section strong {
            color: #ecf0f1;
            font-weight: 600;
        }

/*terms condition end*/

/*rules start*/
  .rules-regulation .container {
            max-width:1024px;
            margin: 0 auto;    
			background: #1E2939;
			border: 2px solid #364153;
			border-radius: 14px;
            border-radius: 8px;
            overflow: hidden;
        }

        .rules-regulation .section {
            padding: 25px;
            border-bottom: 1px solid #213046;
        }

        .rules-regulation .section:last-child {
            border-bottom: none;
        }

        .rules-regulation .section-header {
            background-color: transparent;
            padding: 15px 25px;
            font-size: 18px;
            font-weight: bold;
            text-transform: uppercase;
            letter-spacing: 1px;
			color: #ffffff;
			padding-top:30px;
        }

        .rules-regulation h2 {
            color: #ffffff;
            font-size: 20px;
            margin-bottom: 15px;
            font-weight: bold;
			margin-top: 0;
        }

       .rules-regulation h3 {
            color: #5ab3ff;
            font-size: 16px;
            margin-top: 20px;
            margin-bottom: 10px;
        }

        .rules-regulation p {
            margin-bottom: 12px;
            color: #d0d0d0;
            font-size: 14px;
        }

        .rules-regulation ul, .rules-regulation ol {
            margin-left: 0px;
            margin-bottom: 12px;
        }

        .rules-regulation li {
            margin-bottom: 8px;
            color: #d0d0d0;
            font-size: 14px;
        }

        .rules-regulation .highlight {
            background-color: #3d5a7a;
            padding: 15px;
            border-radius: 5px;
            margin: 15px 0;
            border-left: 4px solid #4a9eff;
			color: #fff;
        }

        .rules-regulation .warning {
            background-color: #4a3d2a;
            padding: 15px;
            border-radius: 5px;
            margin: 15px 0;
            border-left: 4px solid #ffb84a;
			    color: #fff;
        }

        .rules-regulation .note {
            background-color: #2a4a3d;
            padding: 15px;
            border-radius: 5px;
            margin: 15px 0;
            border-left: 4px solid #4aff8f;
			color: #fff;
			font-size: 16px;
        }

        .rules-regulation strong {
            color: #ffffff;
        }
/*rules end*/

/*gaming css start*/
.gaming-section .container {
            max-width:1024px;
            margin: 0 auto;
            background-color: #1e2936;
            border-radius: 12px;
            padding: 40px;
        }

          .gaming-section .section {
            margin-bottom: 40px;
        }

          .gaming-section .section-header {
            display: flex;
            align-items: center;
            gap: 12px;
            margin-bottom: 20px;
        }

          .gaming-section .icon {
            width: 24px;
            height: 24px;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 16px;
        }

          .gaming-section .icon.green { color: #10b981; }
          .gaming-section .icon.yellow { color: #f59e0b; }
          .gaming-section .icon.red { color: #ef4444; }
          .gaming-section.icon.cyan { color: #06b6d4; }

          .gaming-section h2 {
               color: #ffff;
			font-size: 24px;
			font-weight: 600;
			margin-top: 0;
			margin-bottom: 0;
        }

          .gaming-section p {
               font-size: 16px;
               color: #ffffff;
        }

          .gaming-section .highlight-box {
            background-color: #0d3d3d;
            border-left: 3px solid #10b981;
            padding: 15px 20px;
            margin: 20px 0;
            border-radius: 4px;
			color: #fff;
        }

          .gaming-section .tips-list {
            list-style: none;
            margin-top: 15px;
			margin-left: 0 !important;
            padding-left: 0;
        }

          .gaming-section .tips-list li {
                padding: 0px 0;
				padding-left: 30px;
				position: relative;
				font-size: 16px;
				color: #ffffff;
        }

          .gaming-section .tips-list li:before {
            content: attr(data-letter);
            position: absolute;
            left: 0;
            color: #10b981;
            font-weight: 600;
        }

          .gaming-section .warning-box {
            background-color: #322633;
            border: 1px solid #7f1d1d;
            border-radius: 8px;
            padding: 25px;
            margin-top: 20px;
        }

          .gaming-section .warning-list {
            list-style: none;
            margin-top: 15px;
        }

          .gaming-section .warning-list li {
                padding: 0px 0;
				padding-left: 30px;
				position: relative;
				font-size: 16px;
				color: #fff;
        }

          .gaming-section .warning-list li:before {
            content: attr(data-letter);
            position: absolute;
            left: 0;
            color: #ef4444;
            font-weight: 600;
        }

          .gaming-section .resources-grid {
            display: grid;
            grid-template-columns: repeat(2, 1fr);
            gap: 15px;
            margin-top: 20px;
        }

          .gaming-section .resource-card {
            background-color: #065f46;
            padding: 20px;
            border-radius: 8px;
            text-decoration: none;
            color: #fff;
            display: flex;
            justify-content: space-between;
            align-items: center;
            transition: background-color 0.3s;
        }

          .gaming-section .resource-card:hover {
            background-color: #047857;
        }

          .gaming-section .resource-card .name {
            font-weight: 600;
            margin-bottom: 5px;
        }

          .gaming-section .resource-card .url {
            font-size: 12px;
            opacity: 0.8;
        }

          .gaming-section .resource-card .arrow {
            font-size: 18px;
        }

          .gaming-section .underage-box {
            background-color: #2F2D30;
            border-left: 3px solid #f59e0b;
            padding: 15px 20px;
            margin: 20px 0;
            border-radius: 4px;
			color: #FFF085;
        }

          .gaming-section .help-box {
            background-color: #0d3d3d;
            border: 1px solid #10b981;
            border-radius: 8px;
            padding: 25px;
            margin-top: 20px;
        }

          .gaming-section .help-header {
            display: flex;
            align-items: center;
            gap: 10px;
            margin-bottom: 15px;
            color: #10b981;
            font-weight: 600;
        }

          .gaming-section .footer {
            text-align: center;
            margin-top: 40px;
            font-size: 12px;
            opacity: 0.6;
			color: #fff;
        }

          .gaming-section a {
            color: #06b6d4;
            text-decoration: none;
        }

          .gaming-sectiona:hover {
            text-decoration: underline;
        }
/*gaming css end*/
.faq-question {
    outline: 0px !important;
}
.betting-content-box .cta-button{
	background: #00BC7D;
    border-radius: 10px;
	text-decoration:none !important;
	color:#ffffff;
	padding:10px 30px;
	font-size:16px;
}
.about-section .offer-content p:last-child {
    margin-bottom: 11px;
}
.read-more{
	outline:0 !important;
}
.promotions-header {
    display: none;
}
.promotions-section {
    padding: 0px 0px !important;
}
.promotion-icon {
    margin-bottom: 20px;
    font-size: 15px;
    margin-top: 16px;
    margin-left: 15px;
}
.top-nav a{
	text-decoration:none !important;
	color:#10b981;
}
.view-more-btn,
.link-btn {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.view-more-btn:hover,
.link-btn:hover {
    transform: translateY(-3px);
}