.header-top-area .social-icons li a {
    height: 40px;
    line-height: 40px;
    width: 40px;
    background: transparent;    
    right: 6px;
    position: relative;
}
.social-media-icon {
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width: 36px;
    height: 25px;
    display: inline-block;
    top: 5px;
    position: relative;
}
.social-icons li a:hover {
    border: 1px solid #FFF;
}
.social-signal-icon {
    background-image: url(/images/social/svg-icons/signal-white.svg);
}
.social-telegram-icon {
    background-image: url(/images/social/svg-icons/telegram-white.svg);
}
.social-whatsapp-icon {
    background-image: url(/images/social/svg-icons/whatsapp-white.svg);
}
.social-messenger-icon {
    background-image: url(/images/social/svg-icons/messenger-white.svg);
}
.header-top-area .social-icons li:last-child {
    right: 0  !important;
}

.header-wrapper {
    /* padding: 0 0 19px 0; */
}

.about-wrapper {
    background: #080e37ba;
    padding: 30px;
}

.contact-item {
    background: #080e37ba;
    border: 1px solid #ff005254;
    border-radius: 10px;
}

.header-bar {
    margin-left: 0 !important;
}

.pageheader-section {
    padding: calc(150px + 25px) 0 25px 0;
    border-bottom: 1px solid rgba(255, 255, 255, .1);
    background-image: url(/images/bg/gradient.png);
    background-size: 200%;
}

@media (max-width: 991px) {
    .pageheader-section {
        padding: calc(200px + 25px) 0 25px 0;
    }
}

.pageheader-section .pageheader-title {
    text-shadow:  2px 2px rgba(255,0,82,.9);
}


.top-features-section .game__thumb>img {
    height: 200px;
}

.be-in-control-section {
    background-image: url(/images/bg/faded.jpg);
}
/* .footer-middle { */
    /* padding-top: 150px !important; */
/* } */

.footer-section .footer-top .footer-top-item .lab-inner {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    flex-direction: row;
    justify-content: left;
}
.footer-section .footer-top .footer-top-item .lab-inner .lab-thumb {
    margin-bottom: 0;
    margin-right: 15px;
}
.footer-section .footer-top .footer-top-item .lab-inner .lab-thumb img {
    height: 50px;
    max-width: auto;
}   
.footer-section .footer-middle .match-social-list img {
    width: 50px;
    height: 50px;
}


@media (max-width: 768px) {
    .footer-section .footer-top .footer-top-item {
        padding:5px;
    }
}

/* Contact Form Alert Styling */
.alert {
    border-radius: 8px;
    border: none;
    padding: 15px 20px;
    font-weight: 500;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
}

.alert-success {
    background: linear-gradient(135deg, #67d3e3, #4fc3d6);
    color: #fff;
}

.alert-danger {
    background: linear-gradient(135deg, #ff6b6b, #ee5a52);
    color: #fff;
}

.alert i {
    margin-right: 8px;
    font-size: 18px;
}

.btn-close {
    filter: invert(1);
    opacity: 0.8;
}

.btn-close:hover {
    opacity: 1;
}

.contact-form-wrapper .alert {
    margin-bottom: 30px;
    text-align: left;
}

/* Form Validation Styling */
.form-group.has-error input,
.form-group.has-error textarea {
    border-color: #ff6b6b !important;
    box-shadow: 0 0 0 0.2rem rgba(255, 107, 107, 0.25);
}

.form-group.has-error input:focus,
.form-group.has-error textarea:focus {
    border-color: #ff6b6b !important;
    box-shadow: 0 0 0 0.2rem rgba(255, 107, 107, 0.25);
}

.error-message {
    font-size: 13px;
    margin-top: 5px;
    display: block;
}

/* Loading state for submit button */
.default-button:disabled {
    opacity: 0.7;
    cursor: not-allowed;
}

/* Form field focus effects */
.contact-form .form-group input:focus,
.contact-form .form-group textarea:focus,
.contact-form .form-group select:focus {
    border-color: #67d3e3;
    box-shadow: 0 0 0 0.2rem rgba(103, 211, 227, 0.25);
    transition: all 0.3s ease;
}

/* Select dropdown styling */
.contact-form .form-group select {
    width: 100%;
    padding: 0 25px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 4px;
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.06);
    height: 57px;
    background: rgba(35, 42, 92, 0.5);
    color: #ffffff;
    font-size: 16px;
    transition: all 0.3s ease;
    cursor: pointer;
    appearance: none;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%23ffffff' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='m6 8 4 4 4-4'/%3e%3c/svg%3e");
    background-position: right 25px center;
    background-repeat: no-repeat;
    background-size: 16px;
    padding-right: 50px;
}

.contact-form .form-group select:hover {
    border-color: rgba(255, 255, 255, 0.4);
}

.contact-form .form-group select:focus {
    outline: none;
    border-color: #67d3e3;
    box-shadow: 0 0 0 0.2rem rgba(103, 211, 227, 0.25);
}

.contact-form .form-group select option {
    padding: 10px;
    background-color: #080e37;
    color: #ffffff;
    border: none;
}

.contact-form .form-group select option:hover,
.contact-form .form-group select option:checked {
    background-color: #67d3e3;
    color: #080e37;
}

.menu>li>a {
    padding: 15px 10px;
    font-size: 1.025rem;
    font-weight: 600;
}


.header-section {
    background-color:rgba(8, 14, 55, .7);
    background-image: url(/images/bg/map-transparent.png);
    border-bottom: 1px solid rgba(255, 255, 255, .1);
}

.section-wrapper.main-content-wrapper {
    padding-top: 0 !important;
    border-top: 0 !important;
}

.section-header.section-main-heading h2,
.section-header.section-main-heading h3 {
    text-shadow: 2px 2px rgba(255,0,82,.9);
}

.section-main-heading {
    padding: 50px 0;
    margin-bottom: 0 !important;
}

section.counter {
    position: relative;
    z-index: 99;
}

.counter__area {
    background: rgba(43, 61, 200, 0.85);
    background-image: url(/images/bg/narrow-faded.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

section.counter {
    position: relative;
    z-index: 99;
}

@media (max-width: 991px) {
    .header-top {
        background-color: rgba(35, 42, 92, .6);
    }
}

@media (max-width: 991px) {
    .top-features-section .game__thumb>img {
        height: 125px;
    }
    .be-in-control-section {
        background-image: url(/images/banner/bg.jpg);
    }    
    .footer-top {
        padding-top: 20px !important;
        padding-bottom: 20px !important;
    }
    .footer-middle {
        padding-top: 20px !important;
    }
    .footer-section .footer-middle .match-social-list img {
        width: 45px;
        height: 45px;
    }
}

/* Need help section  CSS*/

		.need-help {
			position: relative;
			overflow: hidden;
            padding-top: 50px;
            padding-bottom: 50px;
            background-image: url(/images/jaqport/jaqport-bg.jpg);
            background-size: cover;
            background-position: 0% 0%;
            background-repeat: no-repeat;
		}

		.help-container {
			background: rgba(15, 9, 100, 0.6);
			border: 1px solid #00d4ff;
			border-radius: 15px;
			padding: 30px;
			max-width: 800px;
			margin: 0 auto;
			position: relative;
		}

		.help-title {
			color: #fff;
			font-size: 2rem;
			font-weight: 600;
			margin-bottom: 30px;
		}

		.help-options {
			justify-content: center;
		}

		.help-card {
			background: rgba(255, 255, 255, 0.1);
			/* border: 1px solid #00d4ff; */
			border-radius: 10px;
			padding: 20px;
			transition: all 0.3s ease;
			cursor: pointer;
			height: 100%;
			display: flex;
			flex-direction: column;
			justify-content: center;
		}

		.help-card:hover {
			/* background: rgba(255, 255, 255, 0.3); */
			/* border-color: #00d4ff; */
			transform: translateY(-5px);
			/* box-shadow: 0 5px 15px rgba(0, 212, 255, 0.3); */
		}

		.help-card-title {
			color: #fff;
			font-size: 1.25rem;
			font-weight: 600;
			margin-bottom: 10px;
		}

		.help-card-link {
			color: #FFFFFF;
			text-decoration: none;
			font-size: 1rem;
			font-weight: 500;
			transition: color 0.3s ease;
		}

		.help-card-link:hover {
			color: #FFFFFF;
			text-decoration: none;
		}

		.decoration-icon {
			pointer-events: none;
		}

		@media (max-width: 768px) {
			.help-container {
				padding: 20px;
			}
			.help-title {
				font-size: 1.5rem;
			}
			.help-card-title {
				font-size: 1rem;
			}
			.help-card-link {
				font-size: 0.9rem;
			}
		}
	

/* Neon Icons for Security & Fair Play Section */
.neon-icon {
    width: 120px;
    height: 120px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    background: transparent;
    border-radius: 50%;
    position: relative;
    transition: all 0.3s ease;
}

.neon-icon i {
    font-size: 3rem;
    color: #fff;
    text-shadow: 
        0 0 5px currentColor,
        0 0 10px currentColor,
        0 0 15px currentColor,
        0 0 20px currentColor;
    animation: neon-glow 2s ease-in-out infinite alternate;
}

/* Security Icon - Blue Neon */
.security-icon {
    border: 2px solid #00d4ff;
    box-shadow: 
        0 0 10px rgba(0, 212, 255, 0.5),
        0 0 20px rgba(0, 212, 255, 0.3),
        0 0 30px rgba(0, 212, 255, 0.1);
}

.security-icon i {
    color: #00d4ff;
}

/* Agent Icon - Green Neon */
.agent-icon {
    border: 2px solid #00ff88;
    box-shadow: 
        0 0 10px rgba(0, 255, 136, 0.5),
        0 0 20px rgba(0, 255, 136, 0.3),
        0 0 30px rgba(0, 255, 136, 0.1);
}

.agent-icon i {
    color: #00ff88;
}

/* Community Icon - Purple Neon */
.community-icon {
    border: 2px solid #8b45db;
    box-shadow: 
        0 0 10px rgba(139, 69, 219, 0.5),
        0 0 20px rgba(139, 69, 219, 0.3),
        0 0 30px rgba(139, 69, 219, 0.1);
}

.community-icon i {
    color: #8b45db;
}

/* Credit Icon - Gold Neon */
.credit-icon {
    border: 2px solid #ffd700;
    box-shadow: 
        0 0 10px rgba(255, 215, 0, 0.5),
        0 0 20px rgba(255, 215, 0, 0.3),
        0 0 30px rgba(255, 215, 0, 0.1);
}

.credit-icon i {
    color: #ffd700;
}

/* Support Icon - Orange Neon */
.support-icon {
    border: 2px solid #ff6b35;
    box-shadow: 
        0 0 10px rgba(255, 107, 53, 0.5),
        0 0 20px rgba(255, 107, 53, 0.3),
        0 0 30px rgba(255, 107, 53, 0.1);
}

.support-icon i {
    color: #ff6b35;
}

/* Hover Effects */
.neon-icon:hover {
    transform: scale(1.1);
    box-shadow: 
        0 0 20px currentColor,
        0 0 40px currentColor,
        0 0 60px currentColor;
}

.security-icon:hover {
    box-shadow: 
        0 0 20px rgba(0, 212, 255, 0.8),
        0 0 40px rgba(0, 212, 255, 0.6),
        0 0 60px rgba(0, 212, 255, 0.4);
}

.agent-icon:hover {
    box-shadow: 
        0 0 20px rgba(0, 255, 136, 0.8),
        0 0 40px rgba(0, 255, 136, 0.6),
        0 0 60px rgba(0, 255, 136, 0.4);
}

.community-icon:hover {
    box-shadow: 
        0 0 20px rgba(139, 69, 219, 0.8),
        0 0 40px rgba(139, 69, 219, 0.6),
        0 0 60px rgba(139, 69, 219, 0.4);
}

.credit-icon:hover {
    box-shadow: 
        0 0 20px rgba(255, 215, 0, 0.8),
        0 0 40px rgba(255, 215, 0, 0.6),
        0 0 60px rgba(255, 215, 0, 0.4);
}

.support-icon:hover {
    box-shadow: 
        0 0 20px rgba(255, 107, 53, 0.8),
        0 0 40px rgba(255, 107, 53, 0.6),
        0 0 60px rgba(255, 107, 53, 0.4);
}

/* Neon Glow Animation */
@keyframes neon-glow {
    from {
        text-shadow: 
            0 0 5px currentColor,
            0 0 10px currentColor,
            0 0 15px currentColor,
            0 0 20px currentColor;
    }
    to {
        text-shadow: 
            0 0 10px currentColor,
            0 0 20px currentColor,
            0 0 30px currentColor,
            0 0 40px currentColor;
    }
}

/* Responsive adjustments for neon icons */
@media (max-width: 768px) {
    .neon-icon {
        width: 100px;
        height: 100px;
    }
    
    .neon-icon i {
        font-size: 2.5rem;
    }
}

@media (max-width: 576px) {
    .neon-icon {
        width: 80px;
        height: 80px;
    }
    
    .neon-icon i {
        font-size: 2rem;
    }
}

.modal-open .modal {
    background-color: #0000009a;
}
	

/* Testimonial Carousel */
.testimonial-carousel {
    position: relative;
    width: 100%;
}

.testimonial-swiper {
    width: 100%;
    overflow: hidden;
}

.testimonial-item .testimonial-inner:hover {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    cursor: pointer;
}

.testimonial-swiper .swiper-slide {
    width: 100%;
    height: auto;
}

/* Show 2 testimonials stacked vertically */
.testimonial-swiper .swiper-wrapper {
    display: flex;
    transition: transform 0.3s ease;
}

.testimonial-swiper .swiper-slide {
    flex: 0 0 100%;
    max-width: 100%;
    padding: 0;
}

/* Stack 2 testimonials vertically within each slide */
.testimonial-swiper .swiper-slide .testimonial-item {
    margin-bottom: 30px;
}

.testimonial-swiper .swiper-slide .testimonial-item:last-child {
    margin-bottom: 0;
}

/* Testimonial Navigation */
.testimonial-navigation {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    margin-top: 30px;
}


.testimonial-item .testimonial-inner {
    border: 1px solid #00d4ff;
}

.testimonial-prev,
.testimonial-next {
    width: 50px;
    height: 50px;
    border: 2px solid #00d4ff;
    background: rgba(0, 0, 0, 0.3);
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
    backdrop-filter: blur(5px);
}

.testimonial-prev:hover,
.testimonial-next:hover {
    background: rgba(0, 0, 0, 0.5);
    transform: scale(1.1);
}

.testimonial-prev i,
.testimonial-next i {
    font-size: 20px;
    color: #fff;
}

/* Responsive adjustments for testimonial carousel */
@media (max-width: 768px) {
    .testimonial-swiper .swiper-slide {
        flex: 0 0 100%;
        max-width: 100%;
        padding: 0;
    }
    
    .testimonial-swiper .swiper-slide .testimonial-item {
        margin-bottom: 20px;
    }
    
    .testimonial-navigation {
        margin-top: 20px;
        gap: 15px;
    }
    
    .testimonial-prev,
    .testimonial-next {
        width: 45px;
        height: 45px;
    }
    
    .testimonial-prev i,
    .testimonial-next i {
        font-size: 18px;
    }
}

@media (max-width: 576px) {
    .testimonial-navigation {
        gap: 10px;
    }
    
    .testimonial-prev,
    .testimonial-next {
        width: 40px;
        height: 40px;
    }
    
    .testimonial-prev i,
    .testimonial-next i {
        font-size: 16px;
    }
}
	

/* Video Controls */
.video-controls {
    position: absolute;
    bottom: 20px;
    right: 20px;
    z-index: 9999;
}

.mute-toggle {
    width: 50px;
    height: 50px;
    border: 2px solid rgba(255, 255, 255, 0.6);
    background: rgba(0, 0, 0, 0.5);
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
    backdrop-filter: blur(10px);
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
}

.mute-toggle:hover {
    background: rgba(0, 0, 0, 0.7);
    border-color: rgba(255, 255, 255, 0.8);
    transform: scale(1.1);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.4);
}

.mute-toggle i {
    font-size: 20px;
    color: #fff;
    transition: all 0.3s ease;
}

.mute-toggle.unmuted i {
    color: #00d4ff;
}

/* Responsive adjustments for video controls */
@media (max-width: 768px) {
    .video-controls {
        bottom: 15px;
        right: 15px;
    }
    
    .mute-toggle {
        width: 45px;
        height: 45px;
    }
    
    .mute-toggle i {
        font-size: 18px;
    }
}

@media (max-width: 576px) {
    .video-controls {
        bottom: 10px;
        right: 10px;
    }
    
    .mute-toggle {
        width: 40px;
        height: 40px;
    }
    
    .mute-toggle i {
        font-size: 16px;
    }
}
	

/* How It Works Steps */
.how-it-works-steps {
    margin-top: 4rem;
}

.step-card {
    position: relative;
    background: rgba(8, 14, 55, 0.8);
    border: 2px solid rgba(0, 212, 255, 0.3);
    border-radius: 20px;
    padding: 2rem 1.5rem;
    text-align: center;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    overflow: hidden;
    backdrop-filter: blur(10px);
    box-shadow: 0 8px 32px rgba(0, 212, 255, 0.1);
    transform-style: preserve-3d;
    perspective: 1000px;
}

.step-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, rgba(0, 212, 255, 0.1), rgba(139, 69, 219, 0.1));
    border-radius: 20px;
    opacity: 0;
    transition: opacity 0.4s ease;
    z-index: -1;
}

.step-card::after {
    content: '';
    position: absolute;
    top: -2px;
    left: -2px;
    right: -2px;
    bottom: -2px;
    background: linear-gradient(45deg, #00d4ff, #8b45db, #ff6b6b, #00d4ff);
    border-radius: 22px;
    opacity: 0;
    transition: opacity 0.4s ease;
    z-index: -2;
    background-size: 400% 400%;
    animation: borderGlow 3s ease-in-out infinite;
}

.step-card:hover {
    transform: translateY(-10px) rotateX(5deg) rotateY(5deg);
    border-color: rgba(0, 212, 255, 0.8);
    box-shadow: 
        0 20px 60px rgba(0, 212, 255, 0.3),
        0 0 40px rgba(0, 212, 255, 0.2),
        inset 0 0 20px rgba(0, 212, 255, 0.1);
}

.step-card:hover::before {
    opacity: 1;
}

.step-card:hover::after {
    opacity: 1;
}

.step-icon {
    width: 80px;
    height: 80px;
    margin: 0 auto 1.5rem;
    background: linear-gradient(135deg, rgba(0, 212, 255, 0.2), rgba(139, 69, 219, 0.2));
    border: 2px solid rgba(0, 212, 255, 0.5);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    transition: all 0.4s ease;
}

.step-icon::before {
    content: '';
    position: absolute;
    top: -2px;
    left: -2px;
    right: -2px;
    bottom: -2px;
    background: linear-gradient(45deg, #00d4ff, #8b45db);
    border-radius: 50%;
    opacity: 0;
    transition: opacity 0.4s ease;
    z-index: -1;
}

.step-card:hover .step-icon {
    transform: scale(1.1) rotate(5deg);
    border-color: rgba(0, 212, 255, 0.8);
    box-shadow: 
        0 0 30px rgba(0, 212, 255, 0.5),
        inset 0 0 20px rgba(0, 212, 255, 0.2);
}

.step-card:hover .step-icon::before {
    opacity: 1;
}

.step-icon i {
    font-size: 2.5rem;
    color: #00d4ff;
    transition: all 0.4s ease;
    filter: drop-shadow(0 0 10px rgba(0, 212, 255, 0.5));
}

.step-card:hover .step-icon i {
    color: #fff;
    transform: scale(1.1);
    filter: drop-shadow(0 0 20px rgba(0, 212, 255, 0.8));
}

.step-content h4 {
    color: #fff;
    font-size: 1.25rem;
    font-weight: 600;
    margin-bottom: 1rem;
    transition: color 0.4s ease;
}

.step-card:hover .step-content h4 {
    color: #00d4ff;
    text-shadow: 0 0 10px rgba(0, 212, 255, 0.5);
}

.step-content p {
    color: rgba(255, 255, 255, 0.8);
    font-size: 0.9rem;
    line-height: 1.6;
    margin-bottom: 0;
    transition: color 0.4s ease;
}

.step-card:hover .step-content p {
    color: rgba(255, 255, 255, 0.95);
}

.step-number {
    position: absolute;
    top: 1rem;
    right: 1rem;
    width: 40px;
    height: 40px;
    background: linear-gradient(135deg, rgba(0, 212, 255, 0.2), rgba(139, 69, 219, 0.2));
    border: 1px solid rgba(0, 212, 255, 0.5);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #00d4ff;
    font-weight: 700;
    font-size: 0.9rem;
    transition: all 0.4s ease;
}

.step-card:hover .step-number {
    background: linear-gradient(135deg, rgba(0, 212, 255, 0.3), rgba(139, 69, 219, 0.3));
    border-color: rgba(0, 212, 255, 0.8);
    color: #fff;
    transform: scale(1.1);
    box-shadow: 0 0 20px rgba(0, 212, 255, 0.4);
}

/* Border Glow Animation */
@keyframes borderGlow {
    0%, 100% { background-position: 0% 50%; }
    50% { background-position: 100% 50%; }
}

/* Reduced Motion Support */
@media (prefers-reduced-motion: reduce) {
    .step-card {
        transition: all 0.2s ease;
    }
    
    .step-card:hover {
        transform: translateY(-5px);
    }
    
    .step-icon {
        transition: all 0.2s ease;
    }
    
    .step-card:hover .step-icon {
        transform: scale(1.05);
    }
    
    .step-icon i {
        transition: all 0.2s ease;
    }
    
    .step-card:hover .step-icon i {
        transform: scale(1.05);
    }
    
    .step-number {
        transition: all 0.2s ease;
    }
    
    .step-card:hover .step-number {
        transform: scale(1.05);
    }
    
    @keyframes borderGlow {
        0%, 100% { opacity: 0.5; }
        50% { opacity: 0.8; }
    }
}

/* Responsive Design */
@media (max-width: 991px) {
    .step-card {
        padding: 1.5rem 1rem;
    }
    
    .step-icon {
        width: 70px;
        height: 70px;
        margin-bottom: 1rem;
    }
    
    .step-icon i {
        font-size: 2rem;
    }
    
    .step-content h4 {
        font-size: 1.1rem;
    }
    
    .step-content p {
        font-size: 0.85rem;
    }
}

@media (max-width: 767px) {
    .how-it-works-steps {
        margin-top: 3rem;
    }
    
    .step-card {
        padding: 1.25rem 0.75rem;
        margin-bottom: 1rem;
    }
    
    .step-icon {
        width: 60px;
        height: 60px;
    }
    
    .step-icon i {
        font-size: 1.75rem;
    }
    
    .step-content h4 {
        font-size: 1rem;
        margin-bottom: 0.75rem;
    }
    
    .step-content p {
        font-size: 0.8rem;
    }
    
    .step-number {
        width: 35px;
        height: 35px;
        font-size: 0.8rem;
        top: 0.75rem;
        right: 0.75rem;
    }
}
	

/* How It Works Steps - Vertical Layout */

/* Players Page - How to Play Steps */
.how-to-play-section {
	position: relative;
}

.how-to-play-steps {
}

.play-step-card {
	background: rgba(8, 14, 55, 0.8);
	border: 1px solid rgba(0, 212, 255, 0.3);
	border-radius: 15px;
	padding: 2rem;
	text-align: center;
	transition: all 0.3s ease;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	backdrop-filter: blur(10px);
	box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
}

.play-step-card:hover {
	transform: translateY(-5px);
	border-color: rgba(0, 212, 255, 0.6);
	box-shadow: 0 15px 40px rgba(0, 212, 255, 0.2);
}

.step-icon-wrapper {
	position: relative;
	margin-bottom: 1.5rem;
}

.step-icon {
	width: 80px;
	height: 80px;
	background: linear-gradient(135deg, rgba(0, 212, 255, 0.2), rgba(139, 69, 219, 0.2));
	border: 2px solid rgba(0, 212, 255, 0.5);
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 auto 1rem;
	transition: all 0.3s ease;
}

.play-step-card:hover .step-icon {
	background: linear-gradient(135deg, rgba(0, 212, 255, 0.3), rgba(139, 69, 219, 0.3));
	border-color: rgba(0, 212, 255, 0.8);
	box-shadow: 0 0 30px rgba(0, 212, 255, 0.3);
}

.step-icon i {
	font-size: 2rem;
	color: #00d4ff;
	transition: all 0.3s ease;
}

.play-step-card:hover .step-icon i {
	color: #fff;
	transform: scale(1.1);
}

.step-number {
	position: absolute;
	top: -10px;
	right: -10px;
	width: 35px;
	height: 35px;
	background: linear-gradient(135deg, rgba(0, 212, 255, 0.8), rgba(139, 69, 219, 0.8));
	border: 2px solid rgba(255, 255, 255, 0.3);
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	font-weight: 700;
	font-size: 0.9rem;
	box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
}

.step-content h4 {
	color: #fff;
	font-size: 1.2rem;
	font-weight: 600;
	margin-bottom: 1rem;
	text-transform: uppercase;
	letter-spacing: 0.5px;
}

.step-content p {
	color: rgba(255, 255, 255, 0.8);
	font-size: 0.9rem;
	line-height: 1.6;
	margin-bottom: 0;
}

/* Need Help Section */
.need-help-section {
	position: relative;
}

.help-content-wrapper {
	margin-top: 3rem;
}

.help-content-card {
	background: rgba(8, 14, 55, 0.8);
	border: 1px solid rgba(0, 212, 255, 0.3);
	border-radius: 20px;
	padding: 3rem;
	text-align: center;
	backdrop-filter: blur(10px);
	box-shadow: 0 15px 50px rgba(0, 0, 0, 0.2);
}

.help-info p {
	color: rgba(255, 255, 255, 0.9);
	font-size: 1rem;
	line-height: 1.7;
	margin-bottom: 1.5rem;
}

.help-info p:last-of-type {
	margin-bottom: 2.5rem;
}

.contact-button-wrapper {
	margin: 2.5rem 0;
}

.contact-button {
	display: inline-flex;
	align-items: center;
	gap: 1rem;
	background: linear-gradient(135deg, #00d4ff, #8b45db);
	border: none;
	border-radius: 50px;
	padding: 1.2rem 3rem;
	color: #fff;
	font-size: 1.1rem;
	font-weight: 600;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: 0.5px;
	transition: all 0.3s ease;
	box-shadow: 0 8px 25px rgba(0, 212, 255, 0.3);
	width: 100%;
	justify-content: center;
}

.contact-button:hover {
	transform: translateY(-3px);
	box-shadow: 0 15px 40px rgba(0, 212, 255, 0.4);
	color: #fff;
	text-decoration: none;
}

.contact-button i {
	font-size: 1.3rem;
	transition: all 0.3s ease;
}

.contact-button:hover i {
	transform: scale(1.1);
}

.help-footer p {
	color: rgba(255, 255, 255, 0.8);
	font-size: 0.95rem;
	font-style: italic;
	margin-bottom: 0;
}

/* Responsive Design */
@media (max-width: 768px) {
	.play-step-card {
		padding: 1.5rem;
		margin-bottom: 1rem;
	}
	
	.step-icon {
		width: 60px;
		height: 60px;
	}
	
	.step-icon i {
		font-size: 1.5rem;
	}
	
	.step-content h4 {
		font-size: 1.1rem;
	}
	
	.help-content-card {
		padding: 2rem;
	}
	
	.contact-button {
		padding: 1rem 2rem;
		font-size: 1rem;
	}
}

@media (max-width: 576px) {
	.play-step-card {
		padding: 1.25rem;
	}
	
	.step-icon {
		width: 50px;
		height: 50px;
	}
	
	.step-icon i {
		font-size: 1.25rem;
	}
	
	.step-content h4 {
		font-size: 1rem;
	}
	
	.help-content-card {
		padding: 1.5rem;
	}
	
	.contact-button {
		padding: 0.9rem 1.5rem;
		font-size: 0.9rem;
	}
}

/* Get Started Modal Styles */
.modal-backdrop {
	background-color: rgba(0, 0, 0, 0.8) !important;
}

.modal-content {
	background: rgba(8, 14, 55, 0.98);
	border: 2px solid #0fcefa;
	border-radius: 20px;
	backdrop-filter: blur(15px);
	box-shadow: 0 25px 80px rgb(18 191 250 / 48%), 0 0 60px rgb(7 206 250 / 33%);
}

.modal-header {
	border-bottom: 1px solid rgba(255, 107, 107, 0.3);
	padding: 1.5rem 2rem;
	background: rgba(255, 107, 107, 0.05);
	border-radius: 20px 20px 0 0;
}

.modal-title {
	color: #fff;
	font-size: 1.5rem;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 0.5px;
}

.btn-close {
	filter: invert(1);
	opacity: 0.8;
}

.modal-body {
	padding: 2rem;
}

.registration-steps {
	margin-top: 1rem;
}

.registration-step-card {
	background: rgba(8, 14, 55, 0.8);
	border: 1px solid rgba(0, 212, 255, 0.3);
	border-radius: 15px;
	padding: 1.5rem;
	text-align: center;
	transition: all 0.3s ease;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	backdrop-filter: blur(10px);
	box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
}

.registration-step-card:hover {
	transform: translateY(-5px);
	border-color: rgba(0, 212, 255, 0.6);
	box-shadow: 0 15px 40px rgba(0, 212, 255, 0.2);
}

.registration-step-card .step-icon-wrapper {
	position: relative;
	margin-bottom: 1.5rem;
}

.registration-step-card .step-icon {
	width: 70px;
	height: 70px;
	background: linear-gradient(135deg, rgba(0, 212, 255, 0.2), rgba(139, 69, 219, 0.2));
	border: 2px solid rgba(0, 212, 255, 0.5);
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 auto 1rem;
	transition: all 0.3s ease;
}


@media (max-width: 768px) {
	.registration-step-card .step-icon-wrapper {
		margin-bottom: 0.5rem;
	}
	.registration-step-card .step-icon {
        margin: 0 auto;
    }
}

.registration-step-card:hover .step-icon {
	background: linear-gradient(135deg, rgba(0, 212, 255, 0.3), rgba(139, 69, 219, 0.3));
	border-color: rgba(0, 212, 255, 0.8);
	box-shadow: 0 0 30px rgba(0, 212, 255, 0.3);
}

.registration-step-card .step-icon i {
	font-size: 1.75rem;
	color: #00d4ff;
	transition: all 0.3s ease;
}

.registration-step-card:hover .step-icon i {
	color: #fff;
	transform: scale(1.1);
}

.registration-step-card .step-number {
	position: absolute;
	top: -10px;
	right: -10px;
	width: 30px;
	height: 30px;
	background: linear-gradient(135deg, rgba(0, 212, 255, 0.8), rgba(139, 69, 219, 0.8));
	border: 2px solid rgba(255, 255, 255, 0.3);
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	font-weight: 700;
	font-size: 0.8rem;
	box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
}

.registration-step-card .step-content h4 {
	color: #fff;
	font-size: 1.1rem;
	font-weight: 600;
	margin-bottom: 0.75rem;
	text-transform: uppercase;
	letter-spacing: 0.5px;
}

.registration-step-card .step-content p {
	color: rgba(255, 255, 255, 0.8);
	font-size: 0.85rem;
	line-height: 1.5;
	margin-bottom: 1rem;
}

.step-link {
	display: inline-flex;
	align-items: center;
	gap: 0.5rem;
	background: linear-gradient(135deg, rgba(0, 212, 255, 0.2), rgba(139, 69, 219, 0.2));
	border: 1px solid rgba(0, 212, 255, 0.5);
	border-radius: 25px;
	padding: 0.5rem 1rem;
	color: #00d4ff;
	font-size: 0.8rem;
	font-weight: 500;
	text-decoration: none;
	transition: all 0.3s ease;
	text-transform: uppercase;
	letter-spacing: 0.5px;
}

.step-link:hover {
	background: linear-gradient(135deg, rgba(0, 212, 255, 0.3), rgba(139, 69, 219, 0.3));
	border-color: rgba(0, 212, 255, 0.8);
	color: #fff;
	text-decoration: none;
	transform: translateY(-2px);
	box-shadow: 0 5px 15px rgba(0, 212, 255, 0.3);
}

.step-status {
	display: inline-flex;
	align-items: center;
	gap: 0.5rem;
	color: #00d4ff;
	font-size: 0.8rem;
	font-weight: 500;
	text-transform: uppercase;
	letter-spacing: 0.5px;
}

.step-status i {
	color: #00d4ff;
	font-size: 1rem;
}

.modal-footer {
	border-top: 1px solid rgba(255, 107, 107, 0.3);
	padding: 1.5rem 2rem;
	background: rgba(255, 107, 107, 0.05);
	border-radius: 0 0 20px 20px;
}

.modal-footer .btn {
	border-radius: 25px;
	padding: 0.75rem 1.5rem;
	font-weight: 500;
	text-transform: uppercase;
	letter-spacing: 0.5px;
	transition: all 0.3s ease;
}

.modal-footer .btn-secondary {
	background: rgba(255, 255, 255, 0.1);
	border: 1px solid rgba(255, 255, 255, 0.3);
	color: rgba(255, 255, 255, 0.8);
}

.modal-footer .btn-secondary:hover {
	background: rgba(255, 255, 255, 0.2);
	border-color: rgba(255, 255, 255, 0.5);
	color: #fff;
}

.modal-footer .btn-primary {
	background: linear-gradient(135deg, #00d4ff, #8b45db);
	border: none;
	color: #fff;
	box-shadow: 0 5px 15px rgba(0, 212, 255, 0.3);
}

.modal-footer .btn-primary:hover {
	transform: translateY(-2px);
	box-shadow: 0 8px 25px rgba(0, 212, 255, 0.4);
	color: #fff;
}

/* Modal Animation */
.modal.fade .modal-dialog {
	transform: scale(0.8);
	transition: transform 0.3s ease;
}

.modal.show .modal-dialog {
	transform: scale(1);
}

/* Responsive Modal */
@media (max-width: 768px) {
	.modal-dialog {
		margin: 1rem;
	}
	
	.modal-header,
	.modal-body,
	.modal-footer {
		padding: 1rem;
	}
	
	.registration-step-card {
		padding: 1.25rem;
		margin-bottom: 1rem;
	}
	
	.registration-step-card .step-icon {
		width: 60px;
		height: 60px;
	}
	
	.registration-step-card .step-icon i {
		font-size: 1.5rem;
	}
	
	.registration-step-card .step-content h4 {
		font-size: 1rem;
	}
	
	.step-link {
		padding: 0.4rem 0.8rem;
		font-size: 0.75rem;
	}
}

@media (max-width: 576px) {
	.modal-dialog {
		margin: 0.5rem;
	}
	
	.registration-step-card {
		padding: 1rem;
	}
	
	.registration-step-card .step-icon {
		width: 50px;
		height: 50px;
	}
	
	.registration-step-card .step-icon i {
		font-size: 1.25rem;
	}
	
	.registration-step-card .step-content h4 {
		font-size: 0.9rem;
	}
	
	.registration-step-card .step-content p {
		font-size: 0.8rem;
	}
	
	.step-link {
		padding: 0.35rem 0.7rem;
		font-size: 0.7rem;
	}
}

/* About Page - Icon Circles */
.about-icon-circle {
	width: 60px;
	height: 60px;
	background: #ff6b6b;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	box-shadow: 0 4px 15px rgba(255, 107, 107, 0.3);
	transition: all 0.3s ease;
}

/* Banner Features Styling */
.banner-features {
	display: flex;
	justify-content: flex-start;
	gap: .5rem;
	margin-top: 1.5rem;
	flex-wrap: nowrap;
}

.feature-item {
	display: flex;
	align-items: center;
	gap: 0.5rem;
	background: rgba(255, 255, 255, 0.1);
	border: 1px solid rgba(255, 255, 255, 0.2);
	border-radius: 25px;
	padding:0.5rem .6rem;
	color: rgba(255, 255, 255, 0.9);
	font-size: 0.85rem;
	font-weight: 500;
	text-transform: uppercase;
	letter-spacing: 0.5px;
	backdrop-filter: blur(10px);
	transition: all 0.3s ease;
}

.feature-item:hover {
	background: rgba(255, 255, 255, 0.2);
	border-color: rgba(255, 255, 255, 0.4);
	transform: translateY(-2px);
	box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

.feature-item i {
	color: #fff;
	font-size: 1rem;
	transition: all 0.3s ease;
}

.feature-item:hover i {
	color: #fff;
	transform: scale(1.1);
}

/* Responsive adjustments for banner features */
@media (max-width: 768px) {
	.banner-features {
		gap: 1rem;
		margin-top: 1rem;
		flex-wrap: nowrap;
	}
	
	.feature-item {
		font-size: 0.8rem;
		padding: 0.4rem 0.8rem;
	}
}

@media (max-width: 576px) {
	.banner-features {
		gap: 0.75rem;
		flex-wrap: nowrap;
	}
	
	.feature-item {
		font-size: 0.75rem;
		padding: 0.35rem 0.7rem;
	}
}

/* Horizontal Step Cards for About Page */
.play-step-card.horizontal {
	flex-direction: row;
	align-items: center;
	text-align: left;
	padding: 1rem;
	gap: 1rem;
}

.play-step-card.horizontal .step-icon-wrapper {
	margin-bottom: 0;
	flex-shrink: 0;
}

.play-step-card.horizontal .step-content {
	flex: 1;
	text-align: left;
}

.play-step-card.horizontal .step-content h4 {
	text-align: left;
	margin-bottom: 0.75rem;
}

.play-step-card.horizontal .step-content p {
	text-align: left;
	margin-bottom: 0;
}

/* Responsive adjustments for horizontal cards */
@media (max-width: 768px) {
	.play-step-card.horizontal {
		flex-direction: column;
		text-align: center;
		gap: 1.5rem;
		padding: 1.5rem;
	}
	
	.play-step-card.horizontal .step-content {
		text-align: center;
	}
	
	.play-step-card.horizontal .step-content h4,
	.play-step-card.horizontal .step-content p {
		text-align: center;
	}
}

.about-icon-circle:hover {
	transform: scale(1.1);
	box-shadow: 0 6px 20px rgba(255, 107, 107, 0.4);
}

.about-icon-circle i {
	color: #fff;
	font-size: 1.5rem;
	transition: all 0.3s ease;
}

.about-icon-circle:hover i {
	transform: scale(1.1);
}

/* Responsive adjustments for about icons */
@media (max-width: 768px) {
	.about-icon-circle {
		width: 50px;
		height: 50px;
	}
	
	.about-icon-circle i {
		font-size: 1.25rem;
	}
}

@media (max-width: 576px) {
	.about-icon-circle {
		width: 45px;
		height: 45px;
	}
	
	.about-icon-circle i {
		font-size: 1.1rem;
	}
}

.how-it-works-section {
    background-image: url(/images/characters/prizes.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: right;
}

.how-it-works-steps-vertical {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.step-block {
    position: relative;
    background: rgba(8, 14, 55, 0.8);
    border: 1px solid #04d4ff;
    border-radius: 15px;
    padding: 1.5rem;
    display: flex;
    align-items: center;
    gap: 1.5rem;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    overflow: hidden;
    backdrop-filter: blur(10px);
    box-shadow: 0 8px 32px rgba(0, 212, 255, 0.1);
    transform-style: preserve-3d;
    perspective: 1000px;
}

.step-block::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, rgba(0, 212, 255, 0.1), rgba(139, 69, 219, 0.1));
    border-radius: 15px;
    opacity: 0;
    transition: opacity 0.4s ease;
    z-index: -1;
}

.step-block::after {
    content: '';
    position: absolute;
    top: -2px;
    left: -2px;
    right: -2px;
    bottom: -2px;
    background: linear-gradient(45deg, #00d4ff, #8b45db, #ff6b6b, #00d4ff);
    border-radius: 17px;
    opacity: 0;
    transition: opacity 0.4s ease;
    z-index: -2;
    background-size: 400% 400%;
    animation: borderGlow 3s ease-in-out infinite;
    mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    mask-composite: exclude;
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
}

.step-block:hover {
    transform: translateX(15px) rotateY(-3deg) scale(1.02);
    /* box-shadow: 
        0 15px 40px rgba(0, 212, 255, 0.4),
        0 0 20px rgba(0, 212, 255, 0.3),
        inset 0 0 20px rgba(0, 212, 255, 0.2); */
}

.step-block:hover::before {
    opacity: 1;
}

.step-block:hover::after {
    opacity: 1;
}

.step-block-icon {
    flex-shrink: 0;
    width: 60px;
    height: 60px;
    background: linear-gradient(135deg, rgba(0, 212, 255, 0.2), rgba(139, 69, 219, 0.2));
    border: 2px solid rgba(0, 212, 255, 0.5);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    transition: all 0.4s ease;
}

.step-block-icon::before {
    content: '';
    position: absolute;
    top: -2px;
    left: -2px;
    right: -2px;
    bottom: -2px;
    background: linear-gradient(45deg, #00d4ff, #8b45db);
    border-radius: 50%;
    opacity: 0;
    transition: opacity 0.4s ease;
    z-index: -1;
}

.step-block:hover .step-block-icon {
    transform: scale(1.15) rotate(8deg);
    border-color: rgba(0, 212, 255, 0.8);
    box-shadow: 
        0 0 30px rgba(0, 212, 255, 0.5),
        inset 0 0 20px rgba(0, 212, 255, 0.2);
}

.step-block:hover .step-block-icon::before {
    opacity: 1;
}

.step-block:hover .step-block-icon::before {
    opacity: 1;
}

.step-block-icon i {
    font-size: 1.75rem;
    color: #00d4ff;
    transition: all 0.4s ease;
    filter: drop-shadow(0 0 10px rgba(0, 212, 255, 0.5));
}

.step-block:hover .step-block-icon i {
    color: #fff;
    transform: scale(1.15);
    filter: drop-shadow(0 0 30px rgba(0, 212, 255, 1));
}

.step-block-content {
    flex: 1;
    min-width: 0;
}

.step-block-content h4 {
    color: #fff;
    font-size: 1.1rem;
    font-weight: 600;
    margin-bottom: 0.5rem;
    transition: color 0.4s ease;
}

.step-block:hover .step-block-content h4 {
    color: #00d4ff;
    text-shadow: 0 0 10px rgba(0, 212, 255, 0.5);
}

.step-block-content p {
    color: rgba(255, 255, 255, 0.8);
    font-size: 0.85rem;
    line-height: 1.5;
    margin-bottom: 0;
    transition: color 0.4s ease;
}

.step-block:hover .step-block-content p {
    color: rgba(255, 255, 255, 0.95);
}

.step-block-number {
    position: absolute;
    top: 1rem;
    right: 1rem;
    width: 35px;
    height: 35px;
    background: linear-gradient(135deg, rgba(0, 212, 255, 0.2), rgba(139, 69, 219, 0.2));
    border: 1px solid rgba(0, 212, 255, 0.5);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #00d4ff;
    font-weight: 700;
    font-size: 0.8rem;
    transition: all 0.4s ease;
}

.step-block:hover .step-block-number {
    background: linear-gradient(135deg, rgba(0, 212, 255, 0.4), rgba(139, 69, 219, 0.4));
    border-color: rgba(0, 212, 255, 1);
    color: #fff;
    transform: scale(1.15);
    box-shadow: 0 0 30px rgba(0, 212, 255, 0.6);
}

/* Responsive Design for Vertical Layout */
@media (max-width: 991px) {
    .step-block {
        padding: 1.25rem;
        gap: 1.25rem;
    }
    
    .step-block-icon {
        width: 55px;
        height: 55px;
    }
    
    .step-block-icon i {
        font-size: 1.5rem;
    }
    
    .step-block-content h4 {
        font-size: 1rem;
    }
    
    .step-block-content p {
        font-size: 0.8rem;
    }
}

@media (max-width: 767px) {
    .how-it-works-steps-vertical {
        gap: 1rem;
    }
    
    .step-block {
        padding: 1rem;
        gap: 1rem;
        flex-direction: column;
        text-align: center;
    }
    
    .step-block-icon {
        width: 50px;
        height: 50px;
    }
    
    .step-block-icon i {
        font-size: 1.25rem;
    }
    
    .step-block-content h4 {
        font-size: 0.95rem;
        margin-bottom: 0.75rem;
    }
    
    .step-block-content p {
        font-size: 0.8rem;
    }
    
    .step-block-number {
        width: 30px;
        height: 30px;
        font-size: 0.75rem;
        top: 0.75rem;
        right: 0.75rem;
    }
    
    .step-block:hover {
        transform: translateY(-5px) rotateX(2deg);
    }
}
	

/* Security Features Section */
.security-features-section {
	background: rgba(8, 14, 55, 0.9);
}

.security-features-wrapper {
	margin-top: 3rem;
}

.security-feature-card {
	background: rgba(255, 255, 255, 0.05);
	border: 1px solid rgba(255, 255, 255, 0.1);
	border-radius: 15px;
	padding: 2rem;
	text-align: center;
	transition: all 0.3s ease;
	height: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.security-feature-card:hover {
	transform: translateY(-8px);
	background: rgba(255, 255, 255, 0.08);
	border-color: rgba(103, 211, 227, 0.5);
	box-shadow: 0 15px 35px rgba(0, 0, 0, 0.3);
}

.feature-icon-wrapper {
	margin-bottom: 1.5rem;
}

.feature-icon {
	width: 80px;
	height: 80px;
	background: linear-gradient(135deg, #67d3e3, #00d4ff);
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 auto;
	transition: all 0.3s ease;
}

.feature-icon i {
	font-size: 2.5rem;
	color: #080e37;
	transition: all 0.3s ease;
}

.security-feature-card:hover .feature-icon {
	transform: scale(1.1);
	box-shadow: 0 10px 25px rgba(103, 211, 227, 0.4);
}

.security-feature-card:hover .feature-icon i {
	transform: scale(1.1);
}

.feature-content h4 {
	color: #ffffff;
	font-size: 1.25rem;
	font-weight: 600;
	margin-bottom: 1rem;
	transition: all 0.3s ease;
}

.security-feature-card:hover .feature-content h4 {
	color: #67d3e3;
}

.feature-content p {
	color: rgba(255, 255, 255, 0.8);
	font-size: 1rem;
	line-height: 1.6;
	margin: 0;
	transition: all 0.3s ease;
}

.security-feature-card:hover .feature-content p {
	color: rgba(255, 255, 255, 0.95);
}

/* Special 4th point card styling */
.security-feature-card-special {
	background: linear-gradient(135deg, rgba(103, 211, 227, 0.1), rgba(0, 212, 255, 0.1));
	border: 2px solid rgba(103, 211, 227, 0.3);
	border-radius: 20px;
	padding: 3rem;
	text-align: center;
	transition: all 0.4s ease;
	position: relative;
	overflow: hidden;
}

.security-feature-card-special::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: linear-gradient(135deg, rgba(103, 211, 227, 0.05), rgba(0, 212, 255, 0.05));
	opacity: 0;
	transition: all 0.4s ease;
}

.security-feature-card-special:hover::before {
	opacity: 1;
}

.security-feature-card-special:hover {
	transform: translateY(-10px);
	border-color: rgba(103, 211, 227, 0.6);
	box-shadow: 0 20px 40px rgba(103, 211, 227, 0.2);
}

.feature-icon-wrapper-special {
	margin-bottom: 2rem;
}

.feature-icon-special {
	width: 120px;
	height: 120px;
	background: linear-gradient(135deg, #67d3e3, #00d4ff);
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 auto;
	transition: all 0.4s ease;
	position: relative;
	z-index: 2;
}

.feature-icon-special i {
	font-size: 3.5rem;
	color: #080e37;
	transition: all 0.4s ease;
}

.security-feature-card-special:hover .feature-icon-special {
	transform: scale(1.15);
	box-shadow: 0 15px 35px rgba(103, 211, 227, 0.5);
}

.security-feature-card-special:hover .feature-icon-special i {
	transform: scale(1.1);
}

.feature-content-special h3 {
	color: #67d3e3;
	font-size: 2rem;
	font-weight: 700;
	margin-bottom: 1.5rem;
	transition: all 0.4s ease;
	position: relative;
	z-index: 2;
}

.security-feature-card-special:hover .feature-content-special h3 {
	color: #ffffff;
	text-shadow: 0 0 20px rgba(103, 211, 227, 0.5);
}

.feature-content-special p {
	color: rgba(255, 255, 255, 0.9);
	font-size: 1.25rem;
	line-height: 1.6;
	margin: 0;
	transition: all 0.4s ease;
	position: relative;
	z-index: 2;
	font-weight: 500;
}

.security-feature-card-special:hover .feature-content-special p {
	color: rgba(255, 255, 255, 1);
}

/* Responsive Design for Security Features */
@media (max-width: 991px) {
	.security-feature-card {
		padding: 1.5rem;
	}
	
	.feature-icon {
		width: 70px;
		height: 70px;
	}
	
	.feature-icon i {
		font-size: 2rem;
	}
	
	.feature-content h4 {
		font-size: 1.1rem;
	}
	
	.feature-content p {
		font-size: 0.9rem;
	}
	
	/* Special card responsive */
	.security-feature-card-special {
		padding: 2rem;
	}
	
	.feature-icon-special {
		width: 100px;
		height: 100px;
	}
	
	.feature-icon-special i {
		font-size: 3rem;
	}
	
	.feature-content-special h3 {
		font-size: 1.75rem;
	}
	
	.feature-content-special p {
		font-size: 1.1rem;
	}
}

@media (max-width: 767px) {
	.security-features-wrapper {
		margin-top: 2rem;
	}
	
	.security-feature-card {
		padding: 1.25rem;
		margin-bottom: 1rem;
	}
	
	.feature-icon {
		width: 60px;
		height: 60px;
	}
	
	.feature-icon i {
		font-size: 1.75rem;
	}
	
	.feature-content h4 {
		font-size: 1rem;
		margin-bottom: 0.75rem;
	}
	
	.feature-content p {
		font-size: 0.85rem;
	}
	
	.security-feature-card:hover {
		transform: translateY(-5px);
	}
	
	/* Special card mobile responsive */
	.security-feature-card-special {
		padding: 1.5rem;
		margin-top: 1rem;
	}
	
	.feature-icon-special {
		width: 80px;
		height: 80px;
	}
	
	.feature-icon-special i {
		font-size: 2.5rem;
	}
	
	.feature-content-special h3 {
		font-size: 1.5rem;
		margin-bottom: 1rem;
	}
	
	.feature-content-special p {
		font-size: 1rem;
	}
	
	.security-feature-card-special:hover {
		transform: translateY(-5px);
	}
}
	

/* Neon Star Rating System */
.neon-star-rating {
	display: flex;
	gap: 4px;
	align-items: center;
	justify-content: center;
	margin-bottom: 10px;
}

.star {
	font-size: 20px;
	font-weight: bold;
	transition: all 0.3s ease;
	cursor: pointer;
	text-shadow: none;
	position: relative;
}

/* Full star - Neon Green */
.star-filled {
	color: #00ff41;
	text-shadow: 
		0 0 5px #00ff41,
		0 0 10px #00ff41,
		0 0 15px #00ff41,
		0 0 20px #00ff41;
	animation: neon-pulse 2s ease-in-out infinite alternate;
}

/* Partial star variations - Neon Orange */
.star-partial-high {
	color: #ff6b35;
	text-shadow: 
		0 0 5px #ff6b35,
		0 0 10px #ff6b35,
		0 0 15px #ff6b35;
	animation: neon-pulse 2s ease-in-out infinite alternate;
}

.star-partial-medium {
	color: #ff8c42;
	text-shadow: 
		0 0 5px #ff8c42,
		0 0 10px #ff8c42;
	animation: neon-pulse 2.5s ease-in-out infinite alternate;
}

.star-partial-low {
	color: #ffa366;
	text-shadow: 
		0 0 5px #ffa366;
	animation: neon-pulse 3s ease-in-out infinite alternate;
}

/* Empty star - Dimmed */
.star-empty {
	color: #4a4a4a;
	text-shadow: 0 0 2px #4a4a4a;
	opacity: 0.4;
}

/* Neon pulse animation */
@keyframes neon-pulse {
	0% {
		text-shadow: 
			0 0 5px currentColor,
			0 0 10px currentColor,
			0 0 15px currentColor,
			0 0 20px currentColor;
	}
	100% {
		text-shadow: 
			0 0 2px currentColor,
			0 0 5px currentColor,
			0 0 8px currentColor,
			0 0 12px currentColor;
	}
}

/* Hover effects */
.star:hover {
	transform: scale(1.2);
}

.star-filled:hover,
.star-partial-high:hover,
.star-partial-medium:hover,
.star-partial-low:hover {
	text-shadow: 
		0 0 8px currentColor,
		0 0 15px currentColor,
		0 0 25px currentColor,
		0 0 35px currentColor;
}

/* Responsive adjustments */
@media (max-width: 768px) {
	.neon-star-rating {
		gap: 3px;
	}
	
	.star {
		font-size: 18px;
	}
}

@media (max-width: 480px) {
	.star {
		font-size: 16px;
	}
	
	.neon-star-rating {
		gap: 2px;
	}
}

/* Game Carousel Mobile Responsiveness */
@media (max-width: 575px) {
    .gameListItem {
        flex: 0 0 50% !important;
        max-width: 50% !important;
        padding: 0 5px;
    }
    
    .gameListItem .game__item {
        margin-bottom: 10px;
    }
    
    .gameListItem .game__thumb img {
        height: 120px;
        object-fit: cover;
    }
    
    .gameListItem .game__overlay {
        padding: 10px;
    }
    
    .gameListItem .game__overlay .default-button {
        font-size: 12px;
        padding: 8px 15px;
    }
}

@media (max-width: 480px) {
    .gameListItem {
        flex: 0 0 50% !important;
        max-width: 50% !important;
        padding: 0 3px;
    }
    
    .gameListItem .game__thumb img {
        height: 100px;
    }
    
    .gameListItem .game__overlay .default-button {
        font-size: 11px;
        padding: 6px 12px;
    }
}

@media (max-width: 360px) {
    .gameListItem {
        flex: 0 0 50% !important;
        max-width: 50% !important;
        padding: 0 2px;
    }
    
    .gameListItem .game__thumb img {
        height: 90px;
    }
    
    .gameListItem .game__overlay .default-button {
        font-size: 10px;
        padding: 5px 10px;
    }
}

/* Game Carousel Mobile Spacing for Arrow Visibility */
@media (max-width: 991px) {
    .carousel {
        margin: 0 auto;
        padding: 0 20px;
        max-width: calc(100% - 40px);
    }
    
    .carousel-inner {
        margin: 0;
    }
    
    .carousel-control-prev {
        left: -20px;
        width: 40px;
        height: 40px;
        background: rgba(0, 0, 0, 0.7);
        border-radius: 50%;
        top: 50%;
        transform: translateY(-50%);
    }
    
    .carousel-control-next {
        right: -20px;
        width: 40px;
        height: 40px;
        background: rgba(0, 0, 0, 0.7);
        border-radius: 50%;
        top: 50%;
        transform: translateY(-50%);
    }
    
    .carousel-control-prev-icon,
    .carousel-control-next-icon {
        width: 20px;
        height: 20px;
    }
}

@media (max-width: 767px) {
    .carousel {
        margin: 0 auto;
        padding: 0 25px;
        max-width: calc(100% - 50px);
    }
    
    .carousel-inner {
        margin: 0;
    }
    
    .carousel-control-prev {
        left: -25px;
        width: 45px;
        height: 45px;
    }
    
    .carousel-control-next {
        right: -25px;
        width: 45px;
        height: 45px;
    }
    
    .carousel-control-prev-icon,
    .carousel-control-next-icon {
        width: 22px;
        height: 22px;
    }
}

@media (max-width: 575px) {
    .carousel {
        margin: 0 auto;
        padding: 0 30px;
        max-width: calc(100% - 60px);
    }
    
    .carousel-inner {
        margin: 0;
    }
    
    .carousel-control-prev {
        left: -30px;
        width: 50px;
        height: 50px;
    }
    
    .carousel-control-next {
        right: -30px;
        width: 50px;
        height: 50px;
    }
    
    .carousel-control-prev-icon,
    .carousel-control-next-icon {
        width: 24px;
        height: 24px;
    }
}

/* Game Carousel Equal Spacing */
.gameListItem {
    margin-bottom: 20px;
}

.gameListItem .game__item {
    margin: 0;
    height: 100%;
}

.gameListItem .game__thumb {
    margin-bottom: 0;
}

/* Ensure equal spacing in carousel rows */
.carousel .row {
    margin: 0 -10px;
}

.carousel .row > [class*="col-"] {
    padding: 0 10px;
}

/* Override Bootstrap default margins for consistent spacing */
.carousel .row.g-4 {
    --bs-gutter-x: 20px;
    --bs-gutter-y: 20px;
}

.carousel .row.g-4 > [class*="col-"] {
    padding-right: calc(var(--bs-gutter-x) * 0.5);
    padding-left: calc(var(--bs-gutter-x) * 0.5);
    padding-top: calc(var(--bs-gutter-y) * 0.5);
    padding-bottom: calc(var(--bs-gutter-y) * 0.5);
}

/* Mobile responsive spacing adjustments */
@media (max-width: 575px) {
    .carousel .row.g-4 {
        --bs-gutter-x: 15px;
        --bs-gutter-y: 15px;
    }
    
    .gameListItem {
        margin-bottom: 15px;
    }
}

@media (max-width: 480px) {
    .carousel .row.g-4 {
        --bs-gutter-x: 12px;
        --bs-gutter-y: 12px;
    }
    
    .gameListItem {
        margin-bottom: 12px;
    }
}

/* Fix Top Features Image Rotation on Mobile */
.top-features-section .game__thumb img {
    transform: none !important;
    transition: none !important;
}

.top-features-section .game__thumb {
    transform: none !important;
    transition: none !important;
}

.top-features-section .game__item {
    transform: none !important;
    transition: none !important;
}

.top-features-section .game__inner {
    transform: none !important;
    transition: none !important;
}

/* Ensure images display correctly on all devices */
.top-features-section .game__thumb img {
    width: auto;
    height: 200px;
    max-width: 100%;
    object-fit: contain;
    display: block;
}

/* Mobile-specific fixes */
@media (max-width: 768px) {
    .top-features-section .game__thumb img {
        transform: none !important;
        transition: none !important;
        max-height: 120px;
        width: auto;
        margin: 0 auto;
    }
    
    .top-features-section .game__thumb {
        text-align: center;
        transform: none !important;
    }
}

@media (max-width: 480px) {
    .top-features-section .game__thumb img {
        max-height: 100px;
        transform: none !important;
    }
}

/* Top Features Background Image Styling */
.top-feature-thumb {
    width: 100%;
    height: 200px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    background-color: transparent;
    border-radius: 8px;
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Ensure proper display on all devices */
.top-features-section .game__thumb {
    margin-bottom: 0;
}

.top-features-section .game__content {
    margin-top: 15px;
}

/* Mobile responsive adjustments */
@media (max-width: 768px) {
    .top-feature-thumb {
        height: 150px;
    }
}

@media (max-width: 480px) {
    .top-feature-thumb {
        height: 120px;
    }
}

/* FAQ Section Background Image Styling */
.faq-thumb {
    width: 100%;
    height: 450px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    background-color: transparent;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Ensure proper display on all devices */
.faq-right-part {
    text-align: center;
}

/* Mobile responsive adjustments */
@media (max-width: 768px) {
    .faq-thumb {
        height: 250px;
    }
}

@media (max-width: 480px) {
    .faq-thumb {
        height: 200px;
    }
}

/* About Page Background Image Styling */
.about-image {
    width: 100%;
    height: 370px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    background-color: transparent;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Ensure proper display on all devices */
.about-image.position-relative {
    text-align: center;
}

/* Mobile responsive adjustments */
@media (max-width: 768px) {
    .about-image {
        height: 300px;
    }
}

@media (max-width: 480px) {
    .about-image {
        height: 250px;
    }
}
	