/*  
==========================================================
- 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;
}
.notout-navbar {
    position: relative;
    width: 100%;
    z-index: 10000;
    display: flex;
    align-items: center;
    min-height:100px;
    background: #014629;
	background: transparent;
	box-shadow: 0px 1px 2px 0px rgb(0 0 0 / 0.2);
}
.notout-menu-wrap {
    width: 100%;
    height: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.notout-navbar-brand {
    max-width: 200px;
}
.notout-main-menu {
    padding: 0;
    margin: 0;
    list-style: none;
    margin: 0 auto;
}
.notout-main-menu li {
    position: relative;
    display: inline-block;
    padding: 0;
    margin: 0;
    z-index: 100;
}
.notout-main-menu li a {
    display: block;
    padding: 20px 15px;
	color:#ffffff;
	text-decoration: none;
}
.notout-main-menu li a:hover{
	color:#f0f812;
}
.notout-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;
}
.notout-main-menu li > .sub-menu li {
    display: block;
    position: relative;
    z-index: 0;
}
.notout-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;
}
.notout-main-menu li > .sub-menu li a:hover{
	
}
.notout-main-menu li > .sub-menu li:last-child a {
	border-bottom:0px solid rgba(255,255,255, 0.7);
}
.notout-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; */
}
.notout-main-menu .menu-item-has-children {
    padding-right: 10px;
}
.notout-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;
}
.notout-main-menu > .menu-item-has-children:hover::after {
    content: "\f077";
}
.notout-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;
}
.notout-main-menu > li ul.sub-menu .menu-item-has-children:hover::after {
    content: "\f053";
}
.notout-main-menu > li ul.sub-menu li.menu-item-has-children:after {
    right: 10px;
}
.notout-navbar-toggler,
.notout-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) {
 
    .notout-navbar .container {
        padding: 0;
    }
    .notout-brand-wrap {
        padding: 0 15px;
    }
    a.notout-navbar-brand {
        font-weight: 600;
    }
    a.notout-navbar-brand,
    a.notout-navbar-brand:visited,
    .notout-navbar-toggler {
        color: #fff
    }
    .notout-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);
    }
    .notout-navbar-toggler {
        display: block;
        width: 40px;
        height: 40px;
        text-align: center;
        line-height: 40px;
        border: 1px solid rgba(255, 255, 255, 0.2);
    }
    .notout-main-menu {
        display: none;
        width: 100%;
        padding: 0 15px;
        background:#015A30;
		position: absolute;
        top: 85px;
		padding: 0 0;
    }
    .notout-main-menu > li {
        display: block;
        border-bottom:1px solid rgb(12 108 63);
    }
    .notout-main-menu li a {
        padding: 10px 20px;
    }
    .notout-main-menu .menu-item-has-children:after {
        display: none;
    }
    .notout-main-menu li .mb-toggle {
        display: block;
        position: absolute;
        width: 40px;
        height: 40px;
        color: #333;
        text-align: center;
        line-height: 2.5;
        top: 2px;
        right: 0px;
    }
    .notout-main-menu li ul {
        position: relative;
        width: 100%;
        padding: 0;
        margin: 0;
    }
    .notout-main-menu li ul li {
        display: block;
        position: relative;
    }
    .notout-main-menu > li ul.sub-menu {
        display: none;
        width: 100%;
        position: relative;
        top: 0;
        background-color: #fff;
        padding: 0px 0px 0px 10px;
    }
    .notout-main-menu > li ul.sub-menu > li {
        border-bottom: 1px solid rgba(0,0,0,0.05);
    }
    .notout-main-menu > li ul.sub-menu li:first-child {
        border-top: 1px solid rgba(0,0,0,0.05);
    }
    .notout-main-menu > li ul.sub-menu > li:last-child {
        border: 0;
    }
    .notout-main-menu > li ul.sub-menu > li:only-child {
        border-top: 1px solid rgba(0,0,0,0.05);
    }
    .notout-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;
    }
    .notout-main-menu .menu-item-has-children {
        padding-right: 0;
    }
    .notout-main-menu li > .sub-menu li a {
        padding: 10px 0px;
    }

    .notout-navbar-toggler::after {
        content: '';
        width: 24px;
        height: 2px;
        background-color:#dadada;
        position: absolute;
        left: 0;
        top: 15px;
    }
    .notout-navbar-toggler::after {
        content: '';
        width: 24px;
        height: 2px;
        background-color:#dadada;
        position: absolute;
        left: 0;
        top: 15px;
    }
    .notout-navbar-toggler i::after {
        content: '';
        width: 24px;
        height: 2px;
        background-color:#dadada;
        position: absolute;
        left: 0;
        top: 7px;
    }
    .notout-navbar-toggler::before {
        content: '';
        width: 24px;
        height: 2px;
        background-color:#dadada;
        position: absolute;
        left: 0;
        top: 0;
    }
    .notout-navbar-toggler i::before {
        visibility: hidden;
    }
    .notout-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;
    }
    .notout-navbar-toggler,
    .notout-navbar-toggler:before,
    .notout-navbar-toggler:after,
    .notout-navbar-toggler.js-hide-nav:before,
    .notout-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;
    }
    .notout-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);
    }
    .notout-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);
    }
    .notout-navbar-toggler.js-hide-nav i:after {
        visibility: hidden;
    }
}
.bottom-footer .container {
        max-width: 1400px;
		padding: 0 0px;
    }
.bottom-footer{
	background: linear-gradient(135deg, #002C22 0%, #004F3B 50%, #0D542B 100%);
    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:#ffffff;
	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{
	border-top: 1px solid #474a49;
    padding-top: 28px !important;
    margin-top: 35px;
}
.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: url(../img/header-bg.png) no-repeat center;
	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:#006045;
	border:1px solid #009966;
	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 20px;
		   margin: 52px 0 0 0;
		   padding:0;
        }
.menu-social-media-container ul li a {
                background-color: #006045;
				width: 40px;
				height: 40px;
				display: flex;
				border-radius: 50px;
				align-items: center;
				justify-content: center;
         }
.foo-colume-4 p strong{
	display:block;
}
.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: 0;
}
.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: 0;
}
.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: 0;
}
.header-bg-box {
    margin-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-notout-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;
}
.cricket-container-match {
    width: 100%;
    padding: 0px 0;
}
.share-box-container{
	display:none !important;
}
.welcome-popop-modal .register-btn{
	text-decoration:none !important;
}