.elementor-972 .elementor-element.elementor-element-cc14e45{--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;}.elementor-972 .elementor-element.elementor-element-e016c98{--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;}.elementor-972 .elementor-element.elementor-element-9e38a1f{--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;}.elementor-972 .elementor-element.elementor-element-d93bddb{--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;}.elementor-972 .elementor-element.elementor-element-9f5a96c{--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;}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-972 .elementor-element.elementor-element-545ef61{text-align:center;}.elementor-972 .elementor-element.elementor-element-545ef61 .elementor-heading-title{font-family:"Modam", Sans-serif;font-size:45px;font-weight:600;color:#FFFFFF;}.elementor-972 .elementor-element.elementor-element-5b1f7d3{--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;}.elementor-widget-portfolio a .elementor-portfolio-item__overlay{background-color:var( --e-global-color-accent );}.elementor-widget-portfolio .elementor-portfolio-item__title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );}.elementor-widget-portfolio .elementor-portfolio__filter{color:var( --e-global-color-text );font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );}.elementor-widget-portfolio .elementor-portfolio__filter.elementor-active{color:var( --e-global-color-primary );}.elementor-972 .elementor-element.elementor-element-f94e9e6 .elementor-post__thumbnail__link{padding-bottom:calc( 0.66 * 100% );}.elementor-972 .elementor-element.elementor-element-f94e9e6:after{content:"0.66";position:absolute;color:transparent;}.elementor-972 .elementor-element.elementor-element-4cf199f{--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;}/* Start custom CSS for html, class: .elementor-element-d1fc86d *//* Swimming Hero Home Section - 3D Pool Design */

.swimming-hero-home-section {
    position: relative;
    min-height: 100vh;
    overflow: hidden;
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
}

/* Background Styling */
.hero-home-background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000000;
    z-index: 1;
}

.hero-home-background .grid-pattern {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: 
        linear-gradient(rgba(59, 130, 246, 0.1) 1px, transparent 1px),
        linear-gradient(90deg, rgba(59, 130, 246, 0.1) 1px, transparent 1px);
    background-size: 50px 50px;
    opacity: 0.4;
}

.hero-home-background .gradient-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.9) 100%);
}

/* Main Container */
.hero-home-container {
    position: relative;
    z-index: 10;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    min-height: 100vh;
    padding: 80px 20px 20px 20px;
    max-width: 1400px;
    margin: 0 auto;
}

/* Hero Content */
.hero-home-content {
    text-align: center;
    margin-bottom: 40px;
    z-index: 30; /* Highest z-index to ensure text is always on top */
    position: relative;
    flex-shrink: 0;
}

.hero-home-title {
    font-size: clamp(3rem, 8vw, 4.5rem);
    font-weight: 700;
    color: #ffffff;
    line-height: 1.1;
    margin-bottom: 24px;
    text-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
    letter-spacing: -0.02em;
}

.highlight-text {
    background: linear-gradient(135deg, #3b82f6 0%, #60a5fa 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.hero-home-description {
    font-size: clamp(1rem, 2.5vw, 1.125rem);
    color: rgba(255, 255, 255, 0.85);
    line-height: 1.6;
    margin-bottom: 40px;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}

/* CTA Button */
.hero-home-cta {
    margin-top: 40px;
}

.cta-button {
    position: relative;
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    padding: 20px 40px;
    background: linear-gradient(135deg, #3b82f6 0%, #1d4ed8 100%);
    border: none;
    border-radius: 50px;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 10px 30px rgba(59, 130, 246, 0.4);
    transform: translateY(0);
}

.cta-button:hover {
    transform: translateY(-3px);
    box-shadow: 0 15px 35px rgba(59, 130, 246, 0.6);
}

.cta-text {
    font-size: 1.125rem;
    font-weight: 600;
    color: #ffffff;
    margin-bottom: 4px;
}

.cta-discount {
    font-size: 0.875rem;
    color: rgba(255, 255, 255, 0.8);
    font-weight: 400;
}

/* 3D Pool Sphere Container */
.pool-sphere-container {
    position: relative;
    z-index: 15; /* Higher than background, lower than main content */
    margin: 60px 0;
    display: flex;
    justify-content: center;
    align-items: center;
    flex: 1;
}

/* Pool Sphere */
.pool-sphere {
    position: relative;
    width: clamp(400px, 50vw, 600px);
    height: clamp(400px, 50vw, 600px);
    border-radius: 50%;
    background: linear-gradient(135deg, #1e293b 0%, #334155 50%, #475569 100%);
    box-shadow: 
        0 20px 60px rgba(0, 0, 0, 0.4),
        inset 0 20px 40px rgba(255, 255, 255, 0.1),
        inset 0 -20px 40px rgba(0, 0, 0, 0.3);
    transform: perspective(1000px) rotateX(10deg) rotateY(5deg);
    animation: poolFloat 8s ease-in-out infinite;
    overflow: hidden;
}

/* Pool Water/Image */
.pool-water {
    position: absolute;
    top: 0;
    left: 0;
    width: 105%;
    height: 100%;
    border-radius: 50%;
    overflow: hidden;
    box-shadow: inset 0 10px 20px rgba(0, 0, 0, 0.2);
}

.pool-image {
    width: 110%;
    height: 110%;
    object-fit: cover;
    border-radius: 50%;
    opacity: 0.95;
    position: relative;
    transform: translate(-5%, -5%);
    min-width: 100%;
    min-height: 100%;
}

/* Pool Reflection */
.pool-reflection {
    position: absolute;
    top: 15%;
    left: 20%;
    width: 30%;
    height: 30%;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.4) 0%, transparent 70%);
    border-radius: 50%;
    filter: blur(10px);
    transform: skewX(-10deg) skewY(-5deg);
}

/* Pool Highlight */
.pool-highlight {
    position: absolute;
    top: -10%;
    left: -10%;
    width: 120%;
    height: 120%;
    background: radial-gradient(ellipse at 30% 30%, rgba(59, 130, 246, 0.3) 0%, transparent 50%);
    border-radius: 50%;
    pointer-events: none;
}

/* Floating Circles */
.floating-circles {
    position: absolute;
    width: 150%;
    height: 150%;
    top: -25%;
    left: -25%;
    pointer-events: none;
}

.circle {
    position: absolute;
    border: 2px solid rgba(59, 130, 246, 0.3);
    border-radius: 50%;
    animation: circleFloat 10s linear infinite;
}

.circle-1 {
    width: 80px;
    height: 80px;
    top: 20%;
    left: 10%;
    animation-delay: 0s;
    animation-duration: 12s;
}

.circle-2 {
    width: 60px;
    height: 60px;
    top: 60%;
    right: 15%;
    animation-delay: 3s;
    animation-duration: 15s;
}

.circle-3 {
    width: 100px;
    height: 100px;
    bottom: 20%;
    left: 20%;
    animation-delay: 6s;
    animation-duration: 18s;
}

.circle-4 {
    width: 70px;
    height: 70px;
    top: 30%;
    right: 25%;
    animation-delay: 9s;
    animation-duration: 14s;
}

/* Floating Elements Container */
.floating-elements { 
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 20; /* Higher than pool sphere but lower than main content */
}

.floating-text {
    position: absolute;
    animation: float 6s ease-in-out infinite;
    z-index: 22; /* Ensure floating texts appear above other elements */
}

/* Achievement Bubbles */
.achievement-bubble {
    background: rgba(0, 0, 0, 0.85);
    border-radius: 20px;
    padding: 16px 20px;
    backdrop-filter: blur(15px);
    border: 1px solid rgba(59, 130, 246, 0.3);
    text-align: center;
    position: relative;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.4);
    transition: all 0.3s ease;
    z-index: 23; /* Higher z-index for achievement bubbles */
}

.achievement-bubble:hover {
    transform: scale(1.05);
    border-color: rgba(59, 130, 246, 0.6);
    box-shadow: 0 12px 35px rgba(59, 130, 246, 0.2);
}

.achievement-text {
    font-size: 0.875rem;
    font-weight: 600;
    color: #ffffff;
    line-height: 1.3;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

/* Achievement Connector Lines */
.achievement-connector {
    position: absolute;
    width: 50px;
    height: 2px;
    background: linear-gradient(90deg, rgba(59, 130, 246, 0.6) 0%, transparent 100%);
    top: 50%;
    transform: translateY(-50%);
}

.achievement-connector::after {
    content: '';
    position: absolute;
    width: 6px;
    height: 6px;
    background: #3b82f6;
    border-radius: 50%;
    top: 50%;
    transform: translateY(-50%);
    box-shadow: 0 0 10px rgba(59, 130, 246, 0.6);
}

/* Central CTA Text */
.central-cta {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 25; /* Higher than floating elements but lower than main content */
    pointer-events: auto;
    cursor: pointer;
}

.central-cta-text {
    background: linear-gradient(135deg, rgba(59, 130, 246, 0.9) 0%, rgba(29, 78, 216, 0.9) 100%);
    border-radius: 15px;
    padding: 16px 24px;
    text-align: center;
    font-size: 0.95rem;
    font-weight: 600;
    color: #ffffff;
    line-height: 1.4;
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    box-shadow: 0 8px 25px rgba(59, 130, 246, 0.3);
    transition: all 0.3s ease;
}

.central-cta-text:hover {
    transform: scale(1.05);
    box-shadow: 0 12px 35px rgba(59, 130, 246, 0.5);
}

/* Positioning Achievement Elements Around Circle */
.achievement-1 {
    top: 65%;
    left: 10%;
    animation-delay: 0.5s;
}

.achievement-1 .achievement-connector {
    right: -50px;
    transform: translateY(-50%) rotate(35deg);
}

.achievement-1 .achievement-connector::after {
    right: -3px;
}

.achievement-2 {
    top: 60%;
    right: 8%;
    animation-delay: 1s;
}

.achievement-2 .achievement-connector {
    left: -50px;
    background: linear-gradient(270deg, rgba(59, 130, 246, 0.6) 0%, transparent 100%);
    transform: translateY(-50%) rotate(-35deg);
}

.achievement-2 .achievement-connector::after {
    left: -3px;
}

.achievement-3 {
    top: 50%;
    left: 5%;
    animation-delay: 1.5s;
}

.achievement-3 .achievement-connector {
    right: -50px;
    transform: translateY(-50%) rotate(0deg);
}

.achievement-3 .achievement-connector::after {
    right: -3px;
}

.achievement-4 {
    top: 40%;
    right: 3%;
    animation-delay: 2s;
}

.achievement-4 .achievement-connector {
    left: -50px;
    background: linear-gradient(270deg, rgba(59, 130, 246, 0.6) 0%, transparent 100%);
    transform: translateY(-50%) rotate(0deg);
}

.achievement-4 .achievement-connector::after {
    left: -3px;
}

.achievement-5 {
    bottom: 12%;
    left: 12%;
    animation-delay: 2.5s;
}

.achievement-5 .achievement-connector {
    right: -50px;
    transform: translateY(-50%) rotate(-35deg);
}

.achievement-5 .achievement-connector::after {
    right: -3px;
}

.achievement-6 {
    bottom: 8%;
    right: 10%;
    animation-delay: 3s;
}

.achievement-6 .achievement-connector {
    left: -50px;
    background: linear-gradient(270deg, rgba(59, 130, 246, 0.6) 0%, transparent 100%);
    transform: translateY(-50%) rotate(35deg);
}

.achievement-6 .achievement-connector::after {
    left: -3px;
}

/* Remove old stats styles */
.stats-bubble,
.stats-number,
.stats-text,
.stats-connector,
.stats-left,
.stats-right,
.floating-item {
    display: none;
}

/* Animations */
@keyframes float {
    0%, 100% {
        transform: translateY(0px);
    }
    50% {
        transform: translateY(-20px);
    }
}

@keyframes poolFloat {
    0%, 100% {
        transform: perspective(1000px) rotateX(10deg) rotateY(5deg) translateY(0px);
    }
    50% {
        transform: perspective(1000px) rotateX(10deg) rotateY(5deg) translateY(-15px);
    }
}

@keyframes circleFloat {
    0% {
        transform: rotate(0deg) translateX(50px) rotate(0deg);
        opacity: 0.3;
    }
    50% {
        opacity: 0.8;
    }
    100% {
        transform: rotate(360deg) translateX(50px) rotate(-360deg);
        opacity: 0.3;
    }
}

/* Responsive Design */
@media (max-width: 1200px) {
    .pool-sphere {
        width: clamp(300px, 45vw, 500px);
        height: clamp(300px, 45vw, 500px);
    }
    
    .hero-home-container {
        padding: 60px 20px 20px 20px;
    }
    
    .achievement-text {
        font-size: 0.8rem;
    }
    
    .achievement-bubble {
        padding: 14px 18px;
    }
    
    .achievement-1, .achievement-3, .achievement-5 {
        left: 3%;
    }
    
    .achievement-2, .achievement-4, .achievement-6 {
        right: 3%;
    }
}

@media (max-width: 768px) {
    .hero-home-title {
        font-size: 2.5rem;
        line-height: 1.2;
    }
    
    .hero-home-description {
        font-size: 1rem;
        padding: 0 20px;
    }
    
    .pool-sphere {
        width: clamp(250px, 60vw, 350px);
        height: clamp(250px, 60vw, 350px);
    }
    
    .cta-button {
        padding: 16px 32px;
    }
    
    .hero-home-content {
        margin-bottom: 20px;
    }
    
    .hero-home-container {
        padding: 40px 20px 20px 20px;
    }
    
    .achievement-bubble {
        padding: 12px 16px;
    }
    
    .achievement-text {
        font-size: 0.75rem;
        line-height: 1.2;
    }
    
    .achievement-connector {
        width: 30px;
    }
    
    .achievement-1 .achievement-connector,
    .achievement-3 .achievement-connector,
    .achievement-5 .achievement-connector {
        right: -30px;
    }
    
    .achievement-2 .achievement-connector,
    .achievement-4 .achievement-connector,
    .achievement-6 .achievement-connector {
        left: -30px;
    }
    
    .central-cta-text {
        font-size: 0.85rem;
        padding: 12px 18px;
    }
    
    .floating-circles {
        display: none;
    }
}

@media (max-width: 480px) {
    .floating-text {
        display: none;
    }
    
    .central-cta {
        position: relative;
        transform: none;
        top: auto;
        left: auto;
        margin-top: 20px;
        text-align: center;
    }
    
    .central-cta-text {
        display: inline-block;
        font-size: 0.8rem;
        padding: 10px 16px;
    }
    
    .hero-home-container {
        padding: 40px 15px 20px 15px;
    }
    
    .hero-home-title {
        font-size: 2rem;
    }
    
    .hero-home-description br {
        display: none;
    }
    
    .cta-button {
        padding: 14px 28px;
    }
    
    .cta-text {
        font-size: 1rem;
    }
    
    .cta-discount {
        font-size: 0.8rem;
    }
    
    .pool-sphere {
        width: clamp(200px, 70vw, 280px);
        height: clamp(200px, 70vw, 280px);
    }
}

/* Enhanced floating animation for larger screens */
@media (min-width: 1201px) {
    .circle:nth-child(1) { animation-duration: 12s; }
    .circle:nth-child(2) { animation-duration: 15s; }
    .circle:nth-child(3) { animation-duration: 18s; }
    .circle:nth-child(4) { animation-duration: 14s; }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-dab0dc3 *//* About Home Section - Two Column Design */

.about-home-section {
    position: relative;
    min-height: 100vh;
    overflow: hidden;
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
}

/* Background Styling */
.about-home-background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000000;
    z-index: 1;
}

.about-home-background .grid-pattern {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: 
        linear-gradient(rgba(59, 130, 246, 0.08) 1px, transparent 1px),
        linear-gradient(90deg, rgba(59, 130, 246, 0.08) 1px, transparent 1px);
    background-size: 50px 50px;
    opacity: 0.6;
}

.about-home-background .gradient-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.9) 100%);
}

/* Main Container */
.about-home-container {
    position: relative;
    z-index: 10;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 80px;
    align-items: center;
    min-height: 100vh;
    padding: 100px 80px;
    max-width: 1400px;
    margin: 0 auto;
}

/* Left Column - Content */
.about-home-content {
    padding-right: 40px;
}

/* Section Title */
.about-home-section-title {
    font-size: 2rem;
    font-weight: 700;
    color: #3b82f6;
    margin-bottom: 32px;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    position: relative;
}

.about-home-section-title::after {
    content: '';
    position: absolute;
    bottom: -8px;
    left: 0;
    width: 60px;
    height: 3px;
    background: linear-gradient(90deg, #3b82f6 0%, #60a5fa 100%);
    border-radius: 2px;
}

/* Subtitle */
.about-home-subtitle {
    font-size: clamp(1rem, 2.5vw, 1.125rem);
    color: rgba(255, 255, 255, 0.6);
    margin: 0 0 24px 0;
    font-weight: 400;
    letter-spacing: 0.01em;
}

/* Main Title */
.about-home-title {
    font-size: clamp(2.5rem, 5vw, 3.5rem);
    font-weight: 700;
    color: #ffffff;
    line-height: 1.1;
    margin: 0 0 32px 0;
    letter-spacing: -0.02em;
    text-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
}

.highlight-text {
    background: linear-gradient(135deg, #6b7280 0%, #9ca3af 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

/* Description Text */
.about-home-description {
    font-size: clamp(1rem, 2vw, 1.125rem);
    color: rgba(255, 255, 255, 0.75);
    line-height: 1.7;
    margin: 0 0 40px 0;
    max-width: 500px;
}

/* CTA Section */
.about-home-cta {
    margin-top: 20px;
}

.cta-button {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 18px 36px;
    background: linear-gradient(135deg, #3b82f6 0%, #1d4ed8 100%);
    border: none;
    border-radius: 50px;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 
        0 10px 30px rgba(59, 130, 246, 0.4),
        0 4px 15px rgba(59, 130, 246, 0.2);
    transform: translateY(0);
    overflow: hidden;
}

.cta-button::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.1) 0%, transparent 50%);
    opacity: 0;
    transition: opacity 0.3s ease;
}

.cta-button:hover {
    transform: translateY(-3px);
    box-shadow: 
        0 15px 40px rgba(59, 130, 246, 0.5),
        0 8px 25px rgba(59, 130, 246, 0.3);
}

.cta-button:hover::before {
    opacity: 1;
}

.cta-text {
    font-size: 1.125rem;
    font-weight: 600;
    color: #ffffff;
    z-index: 1;
    position: relative;
}

/* Right Column - Image */
.about-home-image {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

.image-container {
    position: relative;
    width: 100%;
    max-width: 600px;
}

.about-video {
    width: 100%;
    height: auto;
    border-radius: 24px;
    box-shadow: 
        0 20px 60px rgba(0, 0, 0, 0.4),
        0 10px 30px rgba(0, 0, 0, 0.3);
    transition: transform 0.3s ease;
}

.about-video:hover {
    transform: translateY(-5px);
}

/* Floating UI Elements */
.floating-ui-elements {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
}

/* UI Cards */
.ui-card {
    position: absolute;
    background: rgba(255, 255, 255, 0.95);
    border-radius: 12px;
    padding: 12px 16px;
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
    animation: floatUI 6s ease-in-out infinite;
}

.learning-card {
    top: 15%;
    right: -10%;
    background: linear-gradient(135deg, #60a5fa 0%, #3b82f6 100%);
    color: white;
    padding: 8px 16px;
    border-radius: 20px;
    font-size: 14px;
    font-weight: 500;
    animation-delay: 0s;
}

.class-card {
    top: 20%;
    right: 15%;
    font-size: 12px;
    font-weight: 500;
    color: #374151;
    animation-delay: 2s;
}

.plan-card {
    bottom: 15%;
    left: -15%;
    width: 200px;
    padding: 16px;
    animation-delay: 4s;
}

.plan-header {
    font-size: 14px;
    font-weight: 600;
    color: #374151;
    margin-bottom: 12px;
}

.plan-options {
    margin-bottom: 12px;
}

.plan-option {
    font-size: 12px;
    color: #6b7280;
    margin-bottom: 4px;
    padding: 2px 0;
}

.plan-select {
    width: 100%;
    background: linear-gradient(135deg, #3b82f6 0%, #1d4ed8 100%);
    color: white;
    border: none;
    border-radius: 8px;
    padding: 8px;
    font-size: 12px;
    font-weight: 500;
    cursor: pointer;
}

/* Floating Icons */
.floating-icons {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.icon-bubble {
    position: absolute;
    width: 50px;
    height: 50px;
    background: rgba(255, 255, 255, 0.9);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
    animation: floatIcon 8s ease-in-out infinite;
}

.icon-1 {
    top: 10%;
    left: 20%;
    animation-delay: 0s;
}

.icon-2 {
    top: 30%;
    left: 10%;
    animation-delay: 1s;
}

.icon-3 {
    top: 25%;
    right: 5%;
    animation-delay: 2s;
}

.icon-4 {
    bottom: 30%;
    right: 20%;
    animation-delay: 3s;
}

.icon-5 {
    bottom: 15%;
    right: 5%;
    animation-delay: 4s;
}

.icon-6 {
    top: 45%;
    right: 10%;
    animation-delay: 5s;
}

/* Animations */
@keyframes floatUI {
    0%, 100% {
        transform: translateY(0px);
    }
    50% {
        transform: translateY(-15px);
    }
}

@keyframes floatIcon {
    0%, 100% {
        transform: translateY(0px) scale(1);
    }
    50% {
        transform: translateY(-20px) scale(1.05);
    }
}

/* Responsive Design */
@media (max-width: 1200px) {
    .about-home-container {
        gap: 60px;
        padding: 80px 60px;
    }
    
    .about-home-content {
        padding-right: 20px;
    }
    
    .icon-bubble {
        width: 40px;
        height: 40px;
        font-size: 16px;
    }
}

@media (max-width: 992px) {
    .about-home-container {
        gap: 40px;
        padding: 60px 40px;
    }
    
    .floating-ui-elements {
        display: none;
    }
}

@media (max-width: 768px) {
    .about-home-container {
        grid-template-columns: 1fr;
        gap: 40px;
        padding: 60px 30px;
        text-align: center;
    }
    
    .about-home-content {
        padding-right: 0;
        order: 1;
    }
    
    .about-home-image {
        order: 2;
    }
    
    .about-home-title {
        margin-bottom: 24px;
    }
    
    .about-home-description {
        max-width: 100%;
        margin-bottom: 32px;
    }
    
    .about-video {
        max-width: 500px;
        border-radius: 20px;
    }
}

@media (max-width: 640px) {
    .about-home-container {
        padding: 40px 20px;
        gap: 32px;
    }
    
    .about-home-section-title {
        font-size: 1.3rem;
        margin-bottom: 20px;
    }
    
    .about-home-subtitle {
        margin-bottom: 16px;
    }
    
    .about-home-title {
        margin-bottom: 20px;
    }
    
    .about-home-description {
        margin-bottom: 28px;
    }
    
    .about-video {
        border-radius: 16px;
        max-width: 100%;
    }
}

@media (max-width: 480px) {
    .about-home-container {
        padding: 30px 15px;
    }
    
    .cta-button {
        padding: 14px 28px;
    }
    
    .cta-text {
        font-size: 0.95rem;
    }
}

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

.about-home-content {
    animation: fadeInUp 0.8s ease-out;
}

.about-home-image {
    animation: fadeInUp 0.8s ease-out 0.2s both;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-0967667 *//* Services Section - Elementor Ready CSS */

.services-section {
    position: relative;
    min-height: 100vh;
    background: #000000;
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
    overflow: hidden;
    padding: 100px 0;
}

/* Background Pattern */
.services-background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    overflow: hidden;
}

.services-background .grid-pattern {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: 
        linear-gradient(rgba(255, 255, 255, 0.05) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, 0.05) 1px, transparent 1px);
    background-size: 50px 50px;
    opacity: 0.3;
}

/* Circular Background Patterns */
.services-background::before {
    content: '';
    position: absolute;
    top: -200px;
    right: -200px;
    width: 800px;
    height: 800px;
    border: 2px solid rgba(255, 255, 255, 0.1);
    border-radius: 50%;
    z-index: 2;
}

.services-background::after {
    content: '';
    position: absolute;
    bottom: -300px;
    left: -300px;
    width: 1000px;
    height: 1000px;
    border: 2px solid rgba(255, 255, 255, 0.08);
    border-radius: 50%;
    z-index: 2;
}

/* Additional Circle Patterns */
.services-container::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 600px;
    height: 600px;
    border: 1px solid rgba(255, 255, 255, 0.06);
    border-radius: 50%;
    z-index: 1;
}

.services-container::after {
    content: '';
    position: absolute;
    top: 20%;
    right: 10%;
    width: 400px;
    height: 400px;
    border: 1px solid rgba(255, 255, 255, 0.05);
    border-radius: 50%;
    z-index: 1;
}

/* Main Container */
.services-container {
    position: relative;
    z-index: 10;
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 40px;
}

/* Section Header */
.services-header {
    text-align: center;
    margin-bottom: 60px;
}

.services-tag {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: rgba(59, 130, 246, 0.1);
    border: 1px solid rgba(59, 130, 246, 0.3);
    border-radius: 25px;
    padding: 8px 20px;
    margin-bottom: 24px;
    backdrop-filter: blur(10px);
}

.tag-icon {
    font-size: 16px;
}

.tag-text {
    color: #3b82f6;
    font-size: 18px;
    font-weight: 500;
}

.services-title {
    font-size: clamp(2.5rem, 4vw, 3.5rem);
    font-weight: 700;
    color: #ffffff;
    line-height: 1.1;
    margin-bottom: 20px;
}

.title-highlight {
    color: rgba(255, 255, 255, 0.6);
}

.services-description {
    color: rgba(255, 255, 255, 0.7);
    font-size: 1.1rem;
    line-height: 1.6;
    max-width: 800px;
    margin: 0 auto;
}

/* Toggle Section */
.mode-toggle {
    display: flex;
    justify-content: center;
    margin-bottom: 60px;
    pointer-events: auto;
    position: relative;
    z-index: 5;
}

.toggle-container {
    position: relative;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 35px;
    padding: 4px;
    display: flex;
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.1);
    pointer-events: auto;
}

.toggle-btn {
    position: relative;
    z-index: 10;
    background: transparent;
    border: none;
    padding: 12px 32px;
    border-radius: 30px;
    cursor: pointer;
    transition: all 0.3s ease;
    min-width: 120px;
    outline: none;
    -webkit-tap-highlight-color: transparent;
    user-select: none;
    pointer-events: auto;
}

.toggle-text {
    color: #3b82f6;
    font-size: 1rem;
    font-weight: 600;
    transition: color 0.3s ease;
}

.toggle-btn.active .toggle-text {
    color: #3b82f6; /* Changed from #000000 to #3b82f6 for better visibility */
    font-weight: 600;
}

.toggle-slider {
    position: absolute;
    top: 4px;
    left: 4px;
    width: calc(50% - 4px);
    height: calc(100% - 8px);
    background: #ffffff;
    border-radius: 30px;
    transition: transform 0.3s ease;
    z-index: 0;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
    pointer-events: none !important;
}

/* Training Cards */
.training-cards {
    display: flex;
    justify-content: center;
    max-width: 800px;
    margin: 0 auto;
}

.training-card {
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 20px;
    overflow: hidden;
    backdrop-filter: blur(10px);
    transition: all 0.3s ease;
    width: 100%;
    max-width: 600px;
}

.training-card:hover {
    background: rgba(255, 255, 255, 0.08);
    border-color: rgba(59, 130, 246, 0.3);
    transform: translateY(-5px);
}

/* Card Header */
.card-header {
    position: relative;
    height: 280px;
    overflow: hidden;
}

.card-badge {
    position: absolute;
    top: 20px;
    left: 20px;
    z-index: 3;
    display: flex;
    align-items: center;
    gap: 8px;
    background: rgba(0, 0, 0, 0.8);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 25px;
    padding: 8px 16px;
    backdrop-filter: blur(10px);
}

.badge-icon {
    font-size: 14px;
}

.badge-text {
    color: #ffffff;
    font-size: 14px;
    font-weight: 600;
}

.card-image {
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
}

.training-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.training-card:hover .training-image {
    transform: scale(1.05);
}

/* Card Content */
.card-content {
    padding: 30px;
    position: relative;
}

.card-title {
    font-size: 1.5rem;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 20px;
    text-align: center;
}

/* Dynamic Content */
.content-kinder,
.content-erwachsene {
    opacity: 0;
    max-height: 0;
    overflow: hidden;
    transform: translateY(-10px);
    transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
    pointer-events: none;
    margin: 0;
}

.content-kinder.active,
.content-erwachsene.active {
    opacity: 1;
    max-height: 1000px;
    transform: translateY(0);
    pointer-events: auto;
    margin-bottom: 0;
}

.training-features {
    list-style: none;
    padding: 0;
    margin: 0 0 24px 0;
}

.training-features li {
    color: rgba(255, 255, 255, 0.8);
    font-size: 0.9rem;
    line-height: 1.5;
    margin-bottom: 12px;
    padding-left: 20px;
    position: relative;
}

.training-features li::before {
    content: '•';
    color: #3b82f6;
    font-size: 1.2rem;
    position: absolute;
    left: 0;
    top: -2px;
}

/* Feature Tags */
.feature-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 30px;
}

.feature-tag {
    background: rgba(59, 130, 246, 0.1);
    border: 1px solid rgba(59, 130, 246, 0.3);
    border-radius: 15px;
    padding: 4px 12px;
    font-size: 0.75rem;
    color: #3b82f6;
    font-weight: 500;
}

/* Start Button */
.start-btn {
    width: 100%;
    background: linear-gradient(135deg, #3b82f6 0%, #1d4ed8 100%);
    border: none;
    border-radius: 12px;
    padding: 16px 24px;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 8px 25px rgba(59, 130, 246, 0.3);
}

.start-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 12px 30px rgba(59, 130, 246, 0.4);
}

.btn-text {
    color: #ffffff;
    font-size: 1rem;
    font-weight: 600;
}

/* Responsive Design */
@media (max-width: 1200px) {
    .services-container {
        padding: 0 30px;
    }
    
    .training-cards {
        gap: 30px;
    }
}

@media (max-width: 992px) {
    .services-section {
        padding: 80px 0;
    }
    
    .services-header {
        margin-bottom: 50px;
    }
    
    .training-cards {
        max-width: 500px;
    }
    
    .mode-toggle {
        margin-bottom: 50px;
    }
}

@media (max-width: 768px) {
    .services-container {
        padding: 0 20px;
    }
    
    .services-section {
        padding: 60px 0;
    }
    
    .services-title {
        font-size: 2.2rem;
    }
    
    .services-description {
        font-size: 1rem;
    }
    
    .services-description br {
        display: none;
    }
    
    .card-header {
        height: 220px;
    }
    
    .card-content {
        padding: 24px;
    }
    
    .card-title {
        font-size: 1.3rem;
    }
    
    .toggle-btn {
        padding: 10px 24px;
        min-width: 100px;
    }
    
    .toggle-text {
        font-size: 0.9rem;
    }
}

@media (max-width: 480px) {
    .services-container {
        padding: 0 15px;
    }
    
    .services-section {
        padding: 50px 0;
    }
    
    .services-title {
        font-size: 1.8rem;
    }
    
    .services-description {
        font-size: 0.9rem;
    }
    
    .card-content {
        padding: 20px;
    }
    
    .training-features li {
        font-size: 0.85rem;
    }
    
    .feature-tags {
        gap: 6px;
    }
    
    .feature-tag {
        font-size: 0.7rem;
        padding: 3px 10px;
    }
    
    .start-btn {
        padding: 14px 20px;
    }
    
    .btn-text {
        font-size: 0.9rem;
    }
    
    .toggle-btn {
        padding: 8px 20px;
        min-width: 90px;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-08600a4 *//* Testimonial Home Section */

.testimonial-home-section {
    position: relative;
    min-height: 100vh;
    overflow: hidden;
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
    padding: 120px 0;
}

/* Background Styling */
.testimonial-home-background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000000;
    z-index: 1;
}

.testimonial-home-background .grid-pattern {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: 
        linear-gradient(rgba(59, 130, 246, 0.05) 1px, transparent 1px),
        linear-gradient(90deg, rgba(59, 130, 246, 0.05) 1px, transparent 1px);
    background-size: 50px 50px;
    opacity: 0.8;
}

.testimonial-home-background .gradient-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.9) 100%);
}

/* Main Container */
.testimonial-home-container {
    position: relative;
    z-index: 10;
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 40px;
}

/* Header Section */
.testimonial-home-header {
    text-align: center;
    margin-bottom: 80px;
}

/* Section Badge */
.testimonial-home-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 32px;
    padding: 12px 20px;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 30px;
    backdrop-filter: blur(10px);
    transition: all 0.3s ease;
}

.testimonial-home-badge:hover {
    background: rgba(255, 255, 255, 0.12);
    border-color: rgba(255, 255, 255, 0.2);
}

.badge-icon {
    font-size: 16px;
}

.badge-text {
    font-size: 18px;
    font-weight: 500;
    color: rgba(255, 255, 255, 0.9);
    letter-spacing: 0.02em;
}

/* Main Title */
.testimonial-home-title {
    font-size: clamp(2.5rem, 6vw, 4rem);
    font-weight: 700;
    color: #ffffff;
    line-height: 1.1;
    margin: 0 0 32px 0;
    letter-spacing: -0.02em;
    text-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
}

.highlight-text {
    background: linear-gradient(135deg, #6b7280 0%, #9ca3af 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

/* Description Text */
.testimonial-home-description {
    font-size: clamp(1rem, 2.2vw, 1.125rem);
    color: rgba(255, 255, 255, 0.7);
    line-height: 1.7;
    margin: 0;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

/* Testimonials Grid */
.testimonials-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    gap: 30px;
    justify-items: center;
}

/* Testimonial Card */
.testimonial-card {
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 24px;
    padding: 40px 30px;
    text-align: center;
    max-width: 400px;
    width: 100%;
    transition: all 0.3s ease;
    backdrop-filter: blur(10px);
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.3);
}

.testimonial-card:hover {
    transform: translateY(-8px);
    background: rgba(255, 255, 255, 0.08);
    border-color: rgba(255, 255, 255, 0.15);
    box-shadow: 0 16px 48px rgba(0, 0, 0, 0.4);
}

/* Avatar */
.testimonial-avatar {
    margin-bottom: 24px;
}

.avatar-image {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    object-fit: cover;
    border: 3px solid rgba(255, 255, 255, 0.1);
    transition: all 0.3s ease;
}

.testimonial-card:hover .avatar-image {
    border-color: rgba(255, 255, 255, 0.2);
    transform: scale(1.05);
}

/* Name */
.testimonial-name {
    font-size: 1.25rem;
    font-weight: 600;
    color: rgba(255, 255, 255, 0.9);
    margin: 0 0 16px 0;
}

/* Rating */
.testimonial-rating {
    margin-bottom: 24px;
    display: flex;
    justify-content: center;
    gap: 4px;
}

.star {
    font-size: 18px;
    color: #fbbf24;
    filter: drop-shadow(0 2px 4px rgba(251, 191, 36, 0.3));
    transition: transform 0.2s ease;
}

.testimonial-card:hover .star {
    transform: scale(1.1);
}

/* Testimonial Text */
.testimonial-text {
    font-size: 0.95rem;
    color: rgba(255, 255, 255, 0.6);
    line-height: 1.6;
    margin: 0;
    font-style: italic;
}

/* Loading State */
.testimonials-loading {
    text-align: center;
    padding: 60px 20px;
}

.loading-spinner {
    width: 40px;
    height: 40px;
    border: 3px solid rgba(255, 255, 255, 0.1);
    border-top: 3px solid #3b82f6;
    border-radius: 50%;
    animation: spin 1s linear infinite;
    margin: 0 auto 20px;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

.testimonials-loading p {
    color: rgba(255, 255, 255, 0.7);
    font-size: 1rem;
    margin: 0;
}

/* No Testimonials State */
.no-testimonials {
    text-align: center;
    padding: 60px 20px;
    max-width: 400px;
    margin: 0 auto;
}

.no-testimonials-icon {
    font-size: 3rem;
    margin-bottom: 20px;
    opacity: 0.7;
}

.no-testimonials h3 {
    color: #ffffff;
    font-size: 1.5rem;
    font-weight: 600;
    margin: 0 0 12px 0;
}

.no-testimonials p {
    color: rgba(255, 255, 255, 0.7);
    font-size: 1rem;
    margin: 0;
    line-height: 1.5;
}

/* Feedback Button */
.feedback-button-container {
    text-align: center;
    margin-top: 60px;
}

.feedback-button {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    background: linear-gradient(135deg, #3b82f6 0%, #1d4ed8 100%);
    border: none;
    border-radius: 50px;
    padding: 16px 32px;
    text-decoration: none;
    color: #ffffff;
    font-size: 1.1rem;
    font-weight: 600;
    transition: all 0.3s ease;
    box-shadow: 0 8px 25px rgba(59, 130, 246, 0.3);
    backdrop-filter: blur(10px);
}

.feedback-button:hover {
    transform: translateY(-2px);
    box-shadow: 0 12px 30px rgba(59, 130, 246, 0.4);
    background: linear-gradient(135deg, #2563eb 0%, #1e40af 100%);
}

.feedback-button-text {
    color: #ffffff;
}

.feedback-button-icon {
    font-size: 1.2rem;
    transition: transform 0.3s ease;
}

.feedback-button:hover .feedback-button-icon {
    transform: translateX(4px);
}

/* Responsive Design */
@media (max-width: 1200px) {
    .testimonial-home-container {
        padding: 0 30px;
    }
    
    .testimonials-grid {
        gap: 24px;
    }
    
    .testimonial-home-header {
        margin-bottom: 60px;
    }
}

@media (max-width: 768px) {
    .testimonial-home-section {
        padding: 80px 0;
    }
    
    .testimonial-home-container {
        padding: 0 20px;
    }
    
    .testimonials-grid {
        grid-template-columns: 1fr;
        gap: 20px;
        max-width: 500px;
        margin: 0 auto;
    }
    
    .testimonial-card {
        padding: 32px 24px;
        max-width: 100%;
    }
    
    .testimonial-home-header {
        margin-bottom: 40px;
    }
    
    .testimonial-home-badge {
        margin-bottom: 24px;
        padding: 10px 16px;
    }
    
    .badge-text {
        font-size: 13px;
    }
    
    .badge-icon {
        font-size: 14px;
    }
    
    .testimonial-home-title {
        margin-bottom: 24px;
    }
    
    .avatar-image {
        width: 70px;
        height: 70px;
    }
    
    .testimonial-name {
        font-size: 1.125rem;
    }
    
    .star {
        font-size: 16px;
    }
    
    .feedback-button-container {
        margin-top: 40px;
    }
    
    .feedback-button {
        padding: 14px 28px;
        font-size: 1rem;
    }
}

@media (max-width: 640px) {
    .testimonial-home-section {
        padding: 60px 0;
    }
    
    .testimonial-home-container {
        padding: 0 15px;
    }
    
    .testimonial-card {
        padding: 28px 20px;
        border-radius: 20px;
    }
    
    .testimonial-home-badge {
        margin-bottom: 20px;
        padding: 8px 14px;
    }
    
    .testimonial-home-title {
        margin-bottom: 20px;
    }
    
    .testimonial-text {
        font-size: 0.9rem;
    }
    
    .avatar-image {
        width: 60px;
        height: 60px;
    }
}

@media (max-width: 480px) {
    .testimonial-home-section {
        padding: 50px 0;
    }
    
    .testimonials-grid {
        gap: 16px;
    }
    
    .testimonial-card {
        padding: 24px 16px;
    }
    
    .testimonial-home-header {
        margin-bottom: 32px;
    }
    
    .feedback-button-container {
        margin-top: 30px;
    }
    
    .feedback-button {
        padding: 12px 24px;
        font-size: 0.95rem;
        gap: 8px;
    }
}

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

.testimonial-home-header {
    animation: fadeInUp 0.8s ease-out;
}

.testimonial-card {
    animation: fadeInUp 0.8s ease-out;
}

.testimonial-card:nth-child(1) {
    animation-delay: 0.1s;
}

.testimonial-card:nth-child(2) {
    animation-delay: 0.2s;
}

.testimonial-card:nth-child(3) {
    animation-delay: 0.3s;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-07e22ca *//* FAQ Section - Elementor Ready CSS */

.faq-section {
    position: relative;
    min-height: 100vh;
    background: #000000;
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
    overflow: hidden;
    padding: 100px 0;
}

/* Background Pattern */
.faq-background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.faq-background .grid-pattern {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: 
        linear-gradient(rgba(255, 255, 255, 0.05) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, 0.05) 1px, transparent 1px);
    background-size: 50px 50px;
    opacity: 0.3;
}

/* Main Container */
.faq-container {
    position: relative;
    z-index: 10;
    max-width: 1000px;
    margin: 0 auto;
    padding: 0 40px;
}

/* Section Header */
.faq-header {
    text-align: center;
    margin-bottom: 60px;
}

.faq-tag {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: rgba(59, 130, 246, 0.1);
    border: 1px solid rgba(59, 130, 246, 0.3);
    border-radius: 25px;
    padding: 8px 20px;
    margin-bottom: 24px;
    backdrop-filter: blur(10px);
}

.tag-icon {
    font-size: 16px;
}

.tag-text {
    color: #3b82f6;
    font-size: 18px;
    font-weight: 500;
}

.faq-title {
    font-size: clamp(2.5rem, 4vw, 3.5rem);
    font-weight: 700;
    color: #ffffff;
    line-height: 1.1;
    margin-bottom: 20px;
}

.title-highlight {
    color: rgba(255, 255, 255, 0.6);
}

.faq-description {
    color: rgba(255, 255, 255, 0.7);
    font-size: 1.1rem;
    line-height: 1.6;
}

/* FAQ Accordion */
.faq-accordion {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.faq-item {
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 16px;
    overflow: hidden;
    backdrop-filter: blur(10px);
    transition: all 0.3s ease;
}

.faq-item:hover {
    background: rgba(255, 255, 255, 0.08);
    border-color: rgba(59, 130, 246, 0.3);
}

.faq-item.active {
    background: rgba(255, 255, 255, 0.08);
    border-color: rgba(59, 130, 246, 0.3);
}

/* FAQ Question */
.faq-question {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 24px 30px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.faq-question:hover {
    background: rgba(255, 255, 255, 0.03);
}

.question-text {
    font-size: 1.25rem;
    font-weight: 600;
    color: #ffffff;
    margin: 0;
    flex: 1;
    line-height: 1.4;
}

.question-icon {
    flex-shrink: 0;
    width: 24px;
    height: 24px;
    color: rgba(255, 255, 255, 0.6);
    transition: all 0.3s ease;
    margin-left: 20px;
}

.faq-item.active .question-icon {
    color: #3b82f6;
    transform: rotate(180deg);
}

.chevron-icon {
    width: 100%;
    height: 100%;
}

/* FAQ Answer */
.faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease;
}

.faq-item.active .faq-answer {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.answer-content {
    padding: 0 30px 30px 30px;
}

.answer-content p {
    color: rgba(255, 255, 255, 0.8);
    font-size: 1rem;
    line-height: 1.6;
    margin: 0;
    padding-top: 20px;
}

/* Responsive Design */
@media (max-width: 1200px) {
    .faq-container {
        padding: 0 30px;
    }
}

@media (max-width: 992px) {
    .faq-section {
        padding: 80px 0;
    }
    
    .faq-header {
        margin-bottom: 50px;
    }
    
    .faq-container {
        max-width: 800px;
    }
}

@media (max-width: 768px) {
    .faq-container {
        padding: 0 20px;
    }
    
    .faq-section {
        padding: 60px 0;
    }
    
    .faq-title {
        font-size: 2.2rem;
    }
    
    .faq-description {
        font-size: 1rem;
    }
    
    .faq-question {
        padding: 20px 24px;
    }
    
    .question-text {
        font-size: 1.1rem;
    }
    
    .answer-content {
        padding: 0 24px 24px 24px;
    }
    
    .answer-content p {
        font-size: 0.95rem;
        padding-top: 16px;
    }
    
    .question-icon {
        margin-left: 16px;
    }
}

@media (max-width: 480px) {
    .faq-container {
        padding: 0 15px;
    }
    
    .faq-section {
        padding: 50px 0;
    }
    
    .faq-title {
        font-size: 1.8rem;
    }
    
    .faq-description {
        font-size: 0.9rem;
    }
    
    .faq-question {
        padding: 18px 20px;
        flex-direction: column;
        align-items: flex-start;
        gap: 16px;
    }
    
    .question-text {
        font-size: 1rem;
    }
    
    .question-icon {
        margin-left: 0;
        align-self: flex-end;
        margin-top: -40px;
    }
    
    .answer-content {
        padding: 0 20px 20px 20px;
    }
    
    .answer-content p {
        font-size: 0.9rem;
        padding-top: 12px;
    }
    
    .faq-accordion {
        gap: 16px;
    }
}

/* Animation for smooth expansion */
@keyframes expandAnswer {
    from {
        opacity: 0;
        transform: translateY(-10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.faq-item.active .answer-content {
    animation: expandAnswer 0.3s ease forwards;
}

/* Focus states for accessibility */
.faq-question:focus {
    outline: 2px solid #3b82f6;
    outline-offset: 2px;
}

.faq-question:focus-visible {
    outline: 2px solid #3b82f6;
    outline-offset: 2px;
}/* End custom CSS */