/*
 Theme Name:   Azurasquad
 Description:  Azurasquad Theme
 Author:       Azurasquad
 Author URI:   http://azurasquad.com
 Template:     woodmart
 Version:      1.0.0
 Text Domain:  woodmart
*/
.wd-fontsize-xs{
	font-size:16px !important;
}
.wd-accordion.wd-style-shadow>.wd-accordion-item{
	border-radius: 12px !important;
	border: 1px solid #374151 !important;
}

 /* Cards */
        .card {
            backdrop-filter: blur(10px);
            background: rgba(55, 65, 81, 0.5);
            padding: 2rem;
            border-radius: 1rem;
            border: 1px solid #374151;
            transition: all 0.3s ease;
        }
        
        .card:hover {
            transform: translateY(-5px);
            box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
        }
        
        .card-pricing {
            position: relative;
            text-align: center;
        }
        
        .card-pricing:hover {
            transform: scale(1.05);
            box-shadow: 0 25px 50px rgba(0, 0, 0, 0.5);
        }
        
        .card-pricing.popular {
            border-color: #ec4899;
            box-shadow: 0 0 30px rgba(236, 72, 153, 0.25);
        }
        
        .card-pricing.popular:hover {
            box-shadow: 0 0 40px rgba(236, 72, 153, 0.4);
        }
        
        .popular-badge {
            position: absolute;
            top: -1rem;
            left: 50%;
            transform: translateX(-50%);
            background: linear-gradient(to right, #d357fd, #23d3ff);
            padding: 0.5rem 1.5rem;
            border-radius: 9999px;
            font-size: 0.875rem;
            font-weight: 500;
            color: white;
            box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
        }
        
        .savings-badge {
            position: absolute;
            top: -0.5rem;
            right: -0.5rem;
            background: #10b981;
            color: white;
            font-size: 0.75rem;
            font-weight: bold;
            padding: 0.25rem 0.75rem;
            border-radius: 9999px;
        }
        
        .card-icon {
            width: 4rem;
            height: 4rem;
            background: #374151;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            margin: 0 auto 1.5rem;
            font-size: 1.5rem;
            transition: background-color 0.3s;
        }
        
        .card:hover .card-icon {
            background: #4b5563;
        }
        
        .price {
            font-size: 2.5rem;
            font-weight: bold;
            color: white;
            margin: 1rem 0;
        }
        
        .price-original {
            color: #6b7280;
            text-decoration: line-through;
            font-size: 1.125rem;
            margin-bottom: 0.25rem;
        }
        
        .price-note {
            color: #9ca3af;
            font-size: 0.875rem;
            margin-top: 0.25rem;
        }
        
        .features-list {
            list-style: none;
            margin: 2rem 0;
        }
        
        .features-list li {
            display: flex;
            align-items: center;
            gap: 0.75rem;
            margin-bottom: 1rem;
            color: #d1d5db;
        }
        
        .feature-check {
            width: 1.25rem;
            height: 1.25rem;
            background: #10b981;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 0.75rem;
            color: white;
        }
        
        /* Buttons */
        .btn {
            display: inline-block;
            padding: 1rem 2rem;
            border-radius: 0.5rem;
            text-decoration: none;
            font-weight: 600;
            transition: all 0.3s;
            border: none;
            cursor: pointer;
            text-align: center;
            font-size: 1rem;
        }
        
        .btn-primary {
            background: linear-gradient(to right, #d357fd, #23d3ff);
            color: white;
        }
        
        .btn-primary:hover {
            background: linear-gradient(to right, #c147ed, #13c3ef);
            transform: translateY(-2px);
        }
        
        .btn-secondary {
            background: #374151;
            color: white;
        }
        
        .btn-secondary:hover {
            background: #4b5563;
            transform: translateY(-2px);
        }
        
        .btn-full {
            width: 100%;
        }
        
        .btn:active {
            transform: scale(0.95);
        }
        
        /* Badges and labels */
        .badge {
            display: inline-flex;
            align-items: center;
            gap: 0.75rem;
            padding: 0.75rem 1.5rem;
            border-radius: 9999px;
            font-weight: 500;
            margin-bottom: 2rem;
        }
        
        .badge-success {
            background: rgba(16, 185, 129, 0.2);
            border: 1px solid rgba(16, 185, 129, 0.2);
            color: #10b981;
        }
        
        .badge-purple {
            background: linear-gradient(to right, rgba(211, 87, 253, 0.2), rgba(35, 211, 255, 0.2));
            border: 1px solid rgba(236, 72, 153, 0.1);
        }
        
        .badge-blue {
            background: rgba(8, 145, 178, 0.2);
            border: 1px solid rgba(34, 211, 238, 0.2);
            color: #22d3ee;
        }
        
        .badge-orange {
            background: rgba(249, 115, 22, 0.2);
            border: 1px solid rgba(249, 115, 22, 0.2);
            color: #fb923c;
        }

.gradient-text {
            background: linear-gradient(to right, #d357fd, #23d3ff);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-clip: text;
        }

 /* Testimonials */
        .testimonial-card {
            backdrop-filter: blur(10px);
            background: rgba(55, 65, 81, 0.5);
            padding: 1.5rem;
            border-radius: 1rem;
            border: 1px solid #374151;
			margin: 10px;
        }
        
        .testimonial-header {
            display: flex;
            align-items: center;
            gap: 1rem;
            margin-bottom: 1rem;
        }
        
        .testimonial-avatar {
            width: 3rem;
            height: 3rem;
            border-radius: 50%;
            object-fit: cover;
        }
        
        .testimonial-rating {
            display: flex;
            gap: 0.25rem;
            margin-bottom: 1rem;
        }
        
        .testimonial-text {
            color: #d1d5db;
        }
.wd-carousel-item{
	height: auto !important;
	padding: 1.5rem !important;
}

.wd-product .price{
	font-size:155% !important;
}

.wd-page-title {
    background-image: url("https://azurasquad.com/wp-content/uploads/2025/07/AZURABACKGROUNDS_copy.jpg") !important;
}

.cheatSupportedOn{
	    text-transform: uppercase;
    font-size: 10px;
    letter-spacing: 0.5px;
    opacity: .70;
    font-weight: 400;
}
.cheatSupportedOnText{
	
}
.cheatStatus{
	    font-weight: 600;
    text-transform: uppercase;
    font-size: 11px;
    line-height: 1;
    letter-spacing: 1px;
    padding: 1em;
    min-width: 100%;
	border-radius:3px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.3em;
    margin: 0;
}
.undetected{
	background: rgba(30,219,50,0.20);
    color: #1edb32;
}
.updating{
	    background: rgba(255,217,102,0.20);
    color: #ffd966;
}
.detected{
	    background: rgba(244,67,54,0.20);
    color: #f44336;
}
.beta{
	    background: rgba(150,146,146,0.20);
    color: #969292;
}
#mainCarousel .product-labels{
	display:none !important;
}
p a{
	color: rgb(202,93,253) !important;
}
p a:hover{
	color: rgb(221,153,252) !important;
}
#advancedFeatures .wd-info-box {
	border: 1px solid #FFFFFF14;
}

.product_list_widget>li .widget-product-info .price {
    font-size: 1.5rem !important;
}
.woocommerce-mini-cart__buttons .checkout{
	color: #3E3E3E !important;
}
:is(.woocommerce-order-downloads,.woocommerce-order-details) .button{
	color: #fff !important;
}


.mycryptocheckout.online_payment_instructions{
	background: #0f0f0f !important;
	border: 1px solid #ffffff38 !important;
}

.mycryptocheckout .to_input input{
	background-color: #0f0f0f !important;
	border: 1px solid #ffffff38 !important;
}

.mycryptocheckout.online_payment_instructions h2{
	background: #B353E0 !important;
}

.return-to-shop .button{
	color: #3E3E3E !important;
}