.elementor-24 .elementor-element.elementor-element-a692af1{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-24 .elementor-element.elementor-element-79364a0{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:0px 0px 0px 0px;}/* Start custom CSS for shortcode, class: .elementor-element-79364a0 *//**
 * A2 Cricket Homepage Styles
 * Add this CSS to your theme's style.css or enqueue it separately
 */

/* === General Styles === */
.a2-cricket-homepage {
    font-family: 'Montserrat', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
    color: #1a1a1a;
    line-height: 1.6;
}

.a2-container {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 20px;
}

.a2-section-title {
    font-size: 2.5rem;
    font-weight: 700;
    text-align: center;
    margin: 60px 0 40px;
    letter-spacing: 2px;
    color: #1a1a1a;
}

/* === Hero Section === */
.a2-hero {
    background: linear-gradient(135deg, #1e3c72 0%, #2a5298 100%);
    padding: 80px 20px;
    position: relative;
    overflow: hidden;
}

.a2-hero-content {
    max-width: 1400px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 40px;
}

.a2-hero-text,
.a2-hero-text-right {
    flex: 1;
}

.a2-hero-subtitle {
    font-size: 2rem;
    font-weight: 300;
    color: #ffffff;
    margin: 0 0 10px 0;
    letter-spacing: 3px;
}

.a2-hero-title {
    font-size: 5rem;
    font-weight: 900;
    color: #ffffff;
    margin: 0;
    letter-spacing: 5px;
    line-height: 1;
}

.a2-hero-text-right .a2-hero-title,
.a2-hero-text-right .a2-hero-subtitle {
    text-align: right;
}

.a2-hero-image {
    flex: 2;
    text-align: center;
}

.a2-kit-image {
    max-width: 100%;
    height: auto;
    filter: drop-shadow(0 20px 40px rgba(0, 0, 0, 0.3));
}

/* === Products Grid === */
.a2-products-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 30px;
    margin: 40px 0;
}

.a2-product-card {
    background: #ffffff;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    position: relative;
}

.a2-product-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}

.a2-sale-badge {
    position: absolute;
    top: 15px;
    left: 15px;
    background: #000000;
    color: #ffffff;
    padding: 5px 15px;
    font-size: 0.85rem;
    font-weight: 600;
    border-radius: 4px;
    z-index: 10;
}

.a2-product-image {
    width: 100%;
    height: 300px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f8f8f8;
    padding: 20px;
}

.a2-product-image img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

.a2-product-title {
    font-size: 1.1rem;
    font-weight: 600;
    padding: 15px 20px 10px;
    min-height: 60px;
    color: #1a1a1a;
}

.a2-product-price {
    padding: 0 20px 20px;
    display: flex;
    align-items: center;
    gap: 8px;
    flex-wrap: wrap;
}

.a2-price-label {
    font-size: 0.85rem;
    color: #666;
}

.a2-price-current {
    font-size: 1.3rem;
    font-weight: 700;
    color: #d32f2f;
}

.a2-price-original {
    font-size: 1rem;
    color: #999;
    text-decoration: line-through;
}

.a2-price-save {
    font-size: 0.9rem;
    color: #4caf50;
    font-weight: 600;
}

.a2-add-to-cart {
    width: calc(100% - 40px);
    margin: 0 20px 20px;
    padding: 12px 24px;
    background: #1a1a1a;
    color: #ffffff;
    border: none;
    border-radius: 4px;
    font-size: 1rem;
    font-weight: 600;
    cursor: pointer;
    transition: background 0.3s ease;
}

.a2-add-to-cart:hover {
    background: #333333;
}

/* === Hotsellers Section === */
.a2-hotsellers {
    padding: 60px 0;
    background: #ffffff;
}

/* === Bat Categories Section === */
.a2-bat-categories {
    padding: 60px 0;
    background: #f8f8f8;
}

.a2-categories-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(500px, 1fr));
    gap: 30px;
    margin: 40px 0;
}

.a2-category-card {
    position: relative;
    height: 400px;
    overflow: hidden;
    border-radius: 8px;
    cursor: pointer;
}

.a2-category-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.a2-category-card:hover img {
    transform: scale(1.1);
}

.a2-category-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 40px;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.8), transparent);
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 15px;
}

.a2-category-title {
    font-size: 2rem;
    font-weight: 700;
    color: #ffffff;
    letter-spacing: 2px;
    margin: 0;
}

.a2-category-btn {
    padding: 12px 30px;
    background: #ffffff;
    color: #1a1a1a;
    text-decoration: none;
    font-weight: 600;
    border-radius: 4px;
    transition: background 0.3s ease;
}

.a2-category-btn:hover {
    background: #f0f0f0;
}

/* === Performance Section === */
.a2-performance {
    padding: 60px 0;
    background: #ffffff;
}

.a2-performance-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(500px, 1fr));
    gap: 30px;
    margin: 40px 0;
}

.a2-performance-card {
    position: relative;
    height: 450px;
    overflow: hidden;
    border-radius: 8px;
    cursor: pointer;
}

.a2-performance-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.a2-performance-card:hover img {
    transform: scale(1.05);
}

.a2-performance-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 40px;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.9), transparent);
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
}

.a2-performance-title {
    font-size: 2.2rem;
    font-weight: 700;
    color: #ffffff;
    letter-spacing: 2px;
    margin: 0;
    line-height: 1.2;
}

.a2-performance-btn {
    padding: 14px 35px;
    background: #ffffff;
    color: #1a1a1a;
    text-decoration: none;
    font-weight: 600;
    font-size: 1.1rem;
    border-radius: 4px;
    transition: background 0.3s ease;
}

.a2-performance-btn:hover {
    background: #f0f0f0;
}

/* === Featured Bats Section === */
.a2-featured-bats {
    padding: 60px 0;
    background: #f8f8f8;
}

/* === Stats Section === */
.a2-stats {
    background: linear-gradient(135deg, #1a2a4e 0%, #2d4a7c 100%);
    padding: 80px 20px;
    position: relative;
    overflow: hidden;
}

.a2-stats-content {
    max-width: 1400px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: center;
}

.a2-stats-image {
    position: relative;
}

.a2-stats-image img {
    width: 100%;
    height: auto;
    border-radius: 8px;
    filter: grayscale(100%) contrast(110%);
}

.a2-stats-info {
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.a2-stat-item {
    text-align: left;
}

.a2-stat-number {
    font-size: 5rem;
    font-weight: 900;
    color: #ffffff;
    margin: 0 0 10px 0;
    letter-spacing: 3px;
}

.a2-stat-label {
    font-size: 1.3rem;
    font-weight: 600;
    color: #ffffff;
    letter-spacing: 2px;
    margin: 0;
}

/* === Reviews Section === */
.a2-reviews {
    padding: 60px 0;
    background: #ffffff;
}

.a2-reviews-carousel {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 30px;
    margin: 40px 0;
}

.a2-review-card {
    background: #f8f8f8;
    border-radius: 8px;
    padding: 20px;
    text-align: center;
    transition: transform 0.3s ease;
}

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

.a2-review-image {
    width: 100%;
    height: 200px;
    border-radius: 8px;
    overflow: hidden;
    margin-bottom: 15px;
}

.a2-review-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.a2-review-stars {
    color: #ffc107;
    font-size: 1.3rem;
    margin-bottom: 10px;
}

.a2-review-author {
    font-size: 1.1rem;
    font-weight: 600;
    margin: 10px 0;
    color: #1a1a1a;
}

.a2-review-text {
    font-size: 0.95rem;
    color: #666;
    line-height: 1.5;
}

.a2-powered-by {
    text-align: center;
    font-size: 0.9rem;
    color: #999;
    margin-top: 30px;
}

/* === Featured Media Section === */
.a2-featured-media {
    padding: 60px 0;
    background: #f8f8f8;
}

.a2-media-logos {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 40px;
    margin: 40px 0;
}

.a2-media-logos img {
    height: 50px;
    width: auto;
    object-fit: contain;
    filter: grayscale(100%);
    opacity: 0.7;
    transition: all 0.3s ease;
}

.a2-media-logos img:hover {
    filter: grayscale(0%);
    opacity: 1;
}

/* === Community Section === */
.a2-community {
    padding: 80px 0;
    background: #ffffff;
}

.a2-community-reviews {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    gap: 40px;
    margin: 40px 0;
}

.a2-community-card {
    background: #f8f8f8;
    border-radius: 12px;
    padding: 40px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
}

.a2-community-text {
    font-size: 1rem;
    line-height: 1.8;
    color: #333;
    margin: 20px 0 30px;
}

.a2-community-author {
    display: flex;
    align-items: center;
    gap: 15px;
}

.a2-author-avatar {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    overflow: hidden;
    background: #2d4a7c;
    display: flex;
    align-items: center;
    justify-content: center;
}

.a2-author-avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.a2-author-initial {
    color: #ffffff;
    font-size: 1.5rem;
    font-weight: 700;
}

.a2-author-info h4 {
    font-size: 1.1rem;
    font-weight: 700;
    margin: 0 0 5px 0;
    color: #1a1a1a;
}

.a2-author-info p {
    font-size: 0.9rem;
    color: #666;
    margin: 0;
}

/* === Responsive Design === */
@media (max-width: 1024px) {
    .a2-hero-content {
        flex-direction: column;
    }
    
    .a2-hero-text-right .a2-hero-title,
    .a2-hero-text-right .a2-hero-subtitle {
        text-align: left;
    }
    
    .a2-hero-title {
        font-size: 3.5rem;
    }
    
    .a2-categories-grid,
    .a2-performance-grid {
        grid-template-columns: 1fr;
    }
    
    .a2-stats-content {
        grid-template-columns: 1fr;
    }
    
    .a2-stat-number {
        font-size: 3.5rem;
    }
}

@media (max-width: 768px) {
    .a2-section-title {
        font-size: 2rem;
    }
    
    .a2-hero-title {
        font-size: 2.5rem;
    }
    
    .a2-hero-subtitle {
        font-size: 1.5rem;
    }
    
    .a2-products-grid {
        grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
        gap: 20px;
    }
    
    .a2-category-title {
        font-size: 1.5rem;
    }
    
    .a2-performance-title {
        font-size: 1.5rem;
    }
    
    .a2-community-reviews {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 480px) {
    .a2-hero {
        padding: 40px 20px;
    }
    
    .a2-hero-title {
        font-size: 2rem;
    }
    
    .a2-hero-subtitle {
        font-size: 1.2rem;
    }
    
    .a2-products-grid {
        grid-template-columns: 1fr;
    }
    
    .a2-category-card,
    .a2-performance-card {
        height: 300px;
    }
    
    .a2-stat-number {
        font-size: 2.5rem;
    }
    
    .a2-stat-label {
        font-size: 1rem;
    }
}

/* === Animation Utilities === */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.a2-product-card,
.a2-category-card,
.a2-performance-card,
.a2-review-card,
.a2-community-card {
    animation: fadeInUp 0.6s ease-out;
}

/* === WhatsApp Button (visible in screenshots) === */
.a2-whatsapp-float {
    position: fixed;
    bottom: 30px;
    right: 30px;
    width: 60px;
    height: 60px;
    background: #25d366;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 12px rgba(37, 211, 102, 0.4);
    cursor: pointer;
    z-index: 1000;
    transition: transform 0.3s ease;
}

.a2-whatsapp-float:hover {
    transform: scale(1.1);
}

.a2-whatsapp-float::before {
    content: "\\1F4AC"; /* WhatsApp icon placeholder */
    font-size: 30px;
    color: #ffffff;
}/* End custom CSS */