

/* ===============================
   COMPREHENSIVE SPORTS CLUB SECTION - ENHANCED VERSION
   =============================== */

/* ===== MAIN SECTION STYLING ===== */
.elementor-section.elementor-element-680b967 {
    background-color: #202020 !important; /* Dark gray background */
    background-image: none !important;
    padding: 100px 0;
    position: relative;
    overflow: hidden;
}

/* Add dynamic sports equipment pattern */
.elementor-section.elementor-element-680b967::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: 
        radial-gradient(circle at 20% 30%, rgba(93, 214, 44, 0.03) 0%, transparent 40%),
        radial-gradient(circle at 80% 70%, rgba(51, 116, 24, 0.05) 0%, transparent 40%),
        radial-gradient(circle at 40% 80%, rgba(93, 214, 44, 0.02) 0%, transparent 30%);
    animation: pattern-drift 15s ease-in-out infinite alternate;
    pointer-events: none;
    z-index: 1;
}

/* Add subtle grid overlay */
.elementor-section.elementor-element-680b967::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: 
        linear-gradient(rgba(93, 214, 44, 0.02) 1px, transparent 1px),
        linear-gradient(90deg, rgba(93, 214, 44, 0.02) 1px, transparent 1px);
    background-size: 50px 50px;
    pointer-events: none;
    z-index: 1;
}

/* ===== INNER SECTION CONTAINER ===== */
.elementor-element-ac70a6f {
    background: linear-gradient(135deg, rgba(15, 15, 15, 0.95) 0%, rgba(32, 32, 32, 0.90) 100%) !important;
    border-radius: 25px;
    padding: 60px 40px !important;
    backdrop-filter: blur(15px);
    border: 2px solid rgba(93, 214, 44, 0.15);
    box-shadow: 
        0 30px 60px rgba(0, 0, 0, 0.5),
        inset 0 2px 0 rgba(93, 214, 44, 0.1);
    position: relative;
    z-index: 2;
}

/* Add corner accents */
.elementor-element-ac70a6f::before {
    content: '';
    position: absolute;
    top: 20px;
    left: 20px;
    width: 40px;
    height: 40px;
    border-top: 3px solid #5DD62C;
    border-left: 3px solid #5DD62C;
    z-index: 1;
}

.elementor-element-ac70a6f::after {
    content: '';
    position: absolute;
    bottom: 20px;
    right: 20px;
    width: 40px;
    height: 40px;
    border-bottom: 3px solid #337418;
    border-right: 3px solid #337418;
    z-index: 1;
}

/* ===== TEXT CONTENT COLUMN ===== */
.elementor-element-c84343c {
    padding: 40px 30px !important;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
}

/* Add vertical accent line */
.elementor-element-c84343c::before {
    content: '';
    position: absolute;
    left: 0;
    top: 10%;
    width: 4px;
    height: 80%;
    background: linear-gradient(180deg, #5DD62C 0%, #337418 50%, #5DD62C 100%);
    border-radius: 2px;
    animation: pulse-line 3s ease-in-out infinite;
}

/* ===== SUB-TITLE STYLING ===== */
.elementor-element-002f423 .sub-title {
    color: #5DD62C !important;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 3px;
    text-transform: uppercase;
    margin-bottom: 25px;
    position: relative;
    display: inline-block;
}

/* Add premium badge effect to sub-title */
.elementor-element-002f423 .sub-title::before {
    content: '★';
    color: #5DD62C;
    font-size: 14px;
    margin-right: 8px;
    animation: star-twinkle 2s ease-in-out infinite;
}

/* Add animated underline */
.elementor-element-002f423 .sub-title::after {
    content: '';
    position: absolute;
    bottom: -8px;
    left: 0;
    width: 0;
    height: 3px;
    background: linear-gradient(90deg, #5DD62C, #337418);
    border-radius: 2px;
    animation: expand-underline 3s ease-in-out infinite;
}

/* ===== MAIN TITLE STYLING ===== */
.elementor-element-002f423 .sec-title {
    color: #f8f8f8 !important;
    font-size: 44px;
    line-height: 1.2;
    font-weight: 800;
    margin-bottom: 30px;
    text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.7);
    position: relative;
}

/* Add gradient text effect */
.elementor-element-002f423 .sec-title {
    background: linear-gradient(45deg, #f8f8f8 60%, #5DD62C 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

/* Fallback for browsers that don't support background-clip */
@supports not (-webkit-background-clip: text) {
    .elementor-element-002f423 .sec-title {
        color: #f8f8f8 !important;
        -webkit-text-fill-color: initial;
    }
}

/* ===== PARAGRAPH STYLING ===== */
.elementor-element-848506f p {
    color: #f8f8f8 !important;
    font-size: 18px !important;
    line-height: 1.8 !important;
    font-weight: 400;
    margin-bottom: 30px;
    text-align: justify;
    position: relative;
    padding: 25px 0;
}

/* Add stylish quote marks */
.elementor-element-848506f p::before {
    content: '"';
    font-size: 80px;
    color: rgba(93, 214, 44, 0.3);
    position: absolute;
    top: -20px;
    left: -20px;
    font-family: serif;
    line-height: 1;
}

/* Add emphasis to key words */
.elementor-element-848506f p::after {
    content: '';
    position: absolute;
    bottom: 10px;
    left: 0;
    width: 80px;
    height: 2px;
    background: linear-gradient(90deg, #5DD62C, transparent);
}

/* ===== IMAGE COLUMN ===== */
.elementor-element-8d0a714 {
    background: linear-gradient(45deg, rgba(51, 116, 24, 0.1) 0%, rgba(93, 214, 44, 0.05) 100%) !important;
    border-radius: 20px;
    padding: 30px !important;
    position: relative;
    overflow: hidden;
}

/* Add image frame effects */
.elementor-element-8d0a714::before {
    content: '';
    position: absolute;
    top: 15px;
    left: 15px;
    right: 15px;
    bottom: 15px;
    border: 2px solid rgba(93, 214, 44, 0.4);
    border-radius: 15px;
    z-index: 1;
    pointer-events: none;
}

/* Add corner decorations */
.elementor-element-8d0a714::after {
    content: '';
    position: absolute;
    top: 25px;
    right: 25px;
    width: 30px;
    height: 30px;
    border-top: 3px solid #5DD62C;
    border-right: 3px solid #5DD62C;
    z-index: 2;
    animation: corner-glow 3s ease-in-out infinite;
}

/* ===== IMAGE STYLING ===== */
.elementor-element-6f46f3c img {
    border-radius: 15px;
    box-shadow: 
        0 25px 50px rgba(0, 0, 0, 0.6),
        0 0 30px rgba(93, 214, 44, 0.1);
    transition: all 0.4s ease;
    position: relative;
    z-index: 2;
    filter: brightness(1.1) contrast(1.1);
}

.elementor-element-6f46f3c img:hover {
    transform: scale(1.03) rotate(1deg);
    box-shadow: 
        0 30px 60px rgba(0, 0, 0, 0.7),
        0 0 40px rgba(93, 214, 44, 0.2);
    filter: brightness(1.2) contrast(1.2);
}

/* Add image overlay effect on hover */
.elementor-element-6f46f3c::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(45deg, rgba(93, 214, 44, 0.1) 0%, rgba(51, 116, 24, 0.1) 100%);
    opacity: 0;
    transition: opacity 0.3s ease;
    border-radius: 15px;
    z-index: 3;
    pointer-events: none;
}

.elementor-element-6f46f3c:hover::before {
    opacity: 1;
}

/* ===== ANIMATIONS ===== */

/* Pattern drift animation */
@keyframes pattern-drift {
    0% { transform: translateX(0) translateY(0); }
    100% { transform: translateX(20px) translateY(-10px); }
}

/* Pulse line animation */
@keyframes pulse-line {
    0%, 100% { opacity: 0.6; height: 80%; }
    50% { opacity: 1; height: 90%; }
}

/* Star twinkle animation */
@keyframes star-twinkle {
    0%, 100% { opacity: 1; transform: scale(1); }
    50% { opacity: 0.7; transform: scale(1.2); }
}

/* Expand underline animation */
@keyframes expand-underline {
    0% { width: 0; }
    50% { width: 100%; }
    100% { width: 0; }
}

/* Corner glow animation */
@keyframes corner-glow {
    0%, 100% { opacity: 0.6; }
    50% { opacity: 1; box-shadow: 0 0 15px rgba(93, 214, 44, 0.5); }
}

/* Section entrance animation */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(50px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.elementor-element-ac70a6f.elementor-invisible {
    animation: fadeInUp 1s ease-out forwards;
}

/* ===== HOVER EFFECTS ===== */
.elementor-element-ac70a6f:hover {
    transform: translateY(-8px);
    box-shadow: 
        0 40px 80px rgba(0, 0, 0, 0.6),
        inset 0 3px 0 rgba(93, 214, 44, 0.2);
    border-color: rgba(93, 214, 44, 0.3);
    transition: all 0.4s ease;
}

/* ===== RESPONSIVE DESIGN ===== */
@media (max-width: 1024px) {
    .elementor-section.elementor-element-680b967 {
        padding: 80px 0;
    }
    
    .elementor-element-ac70a6f {
        padding: 50px 30px !important;
    }
    
    .elementor-element-002f423 .sec-title {
        font-size: 36px;
    }
    
    .elementor-element-c84343c,
    .elementor-element-8d0a714 {
        padding: 30px 20px !important;
    }
}

@media (max-width: 768px) {
    .elementor-section.elementor-element-680b967 {
        padding: 60px 0;
    }
    
    .elementor-element-ac70a6f {
        padding: 40px 20px !important;
        border-radius: 20px;
        margin: 20px;
    }
    
    .elementor-element-c84343c,
    .elementor-element-8d0a714 {
        padding: 25px 15px !important;
        margin-bottom: 30px;
    }
    
    .elementor-element-002f423 .sec-title {
        font-size: 28px;
        margin-bottom: 20px;
    }
    
    .elementor-element-848506f p {
        font-size: 16px !important;
        padding: 20px 0;
    }
    
    .elementor-element-848506f p::before {
        font-size: 60px;
        top: -15px;
        left: -15px;
    }
    
    /* Simplify effects on mobile */
    .elementor-element-ac70a6f::before,
    .elementor-element-ac70a6f::after,
    .elementor-element-8d0a714::after {
        display: none;
    }
}

/* ===== PERFORMANCE OPTIMIZATIONS ===== */
.elementor-element-ac70a6f,
.elementor-element-6f46f3c img {
    will-change: transform;
}

/* Reduce motion for accessibility */
@media (prefers-reduced-motion: reduce) {
    .elementor-element-ac70a6f,
    .elementor-element-6f46f3c img,
    .elementor-element-002f423 .sub-title::before,
    .elementor-element-c84343c::before {
        animation: none !important;
        transition: none !important;
    }
}

/* ===== ADDITIONAL SPORTS CLUB TOUCHES ===== */

/* Add membership badge effect */
.elementor-element-002f423 .sub-title {
    background: linear-gradient(135deg, rgba(93, 214, 44, 0.1), rgba(51, 116, 24, 0.1));
    padding: 8px 16px;
    border-radius: 20px;
    border: 1px solid rgba(93, 214, 44, 0.3);
}

/* Add premium glow to the entire section on scroll */
@keyframes premium-glow {
    0%, 100% { box-shadow: 0 30px 60px rgba(0, 0, 0, 0.5); }
    50% { box-shadow: 0 30px 60px rgba(0, 0, 0, 0.5), 0 0 30px rgba(93, 214, 44, 0.1); }
}

.elementor-element-ac70a6f {
    animation: premium-glow 6s ease-in-out 1;
}

