/* WLX Elementor Elements CSS */

/* Import Google Fonts */
@import url('https://fonts.googleapis.com/css2?family=Michroma:wght@400&family=Lexend:wght@300;400;500;600;700&family=Lexend+Mega:wght@300;400;500;600;700&family=Poppins:wght@300;400;500;600;700&display=swap');

/* Base Styles */
.wlx-elementor-widget * {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.wlx-elementor-widget {
    font-family: 'Lexend', sans-serif;
    line-height: 1.6;
    color: #262626;
    background: white;
    overflow-x: hidden;
}

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

/* Hero Section Styles */
.hero {
    padding: 200px 0 100px;
    background: white;
    position: relative;
}

.hero-container {
    max-width: 1296px;
    margin: 0 auto;
    padding: 0 40px;
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 100px;
    align-items: start;
}

.hero-subtitle {
    color: #262626;
    font-size: 16px;
    font-family: 'Lexend', sans-serif;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 27px;
}

.hero-title {
    font-size: 52px;
    font-family: 'Michroma', monospace;
    font-weight: 400;
    line-height: 72px;
    margin-bottom: 50px;
}

.hero-title .highlight {
    color: #7BE143;
}

.hero-features {
    list-style: none;
    margin-bottom: 40px;
}

.hero-features li {
    color: black;
    font-size: 16px;
    font-family: 'Lexend', sans-serif;
    font-weight: 300;
    line-height: 24px;
    margin-bottom: 28px;
    position: relative;
    padding-left: 19px;
}

.hero-features li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 8px;
    width: 2px;
    height: 69px;
    background: #7BE143;
}

.hero-right-content {
    color: black;
    font-size: 16px;
    font-family: 'Lexend', sans-serif;
    font-weight: 300;
    line-height: 24px;
    margin-bottom: 30px;
}

.see-work-link {
    color: #262626;
    font-size: 16px;
    font-family: 'Lexend', sans-serif;
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: 0.32px;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 10px;
}

.see-work-icon {
    width: 9px;
    height: 9px;
    background: #7BE143;
    border-radius: 50%;
    outline: 4px rgba(72, 244, 132, 0.26) solid;
}

.hero-image {
    width: 100%;
    max-width: 990px;
    height: 383px;
    background: #f0f0f0;
    margin: 40px 0;
    border-radius: 10px;
}

/* Who Are We Section Styles */
.who-we-are {
    background: #262626;
    padding: 100px 0;
    color: white;
    position: relative;
}

.who-we-are-container {
    max-width: 1298px;
    margin: 0 auto;
    padding: 0 40px;
    display: grid;
    grid-template-columns: 1fr 2fr;
    gap: 100px;
    align-items: start;
}

.who-we-are h2 {
    color: white;
    font-size: 40px;
    font-family: 'Michroma', monospace;
    font-weight: 400;
    line-height: 72px;
    margin-bottom: 30px;
}

.who-we-are-text {
    color: white;
    font-size: 16px;
    font-family: 'Lexend', sans-serif;
    font-weight: 300;
    line-height: 24px;
    margin-bottom: 40px;
}

.schedule-btn {
    background: #7BE143;
    color: white;
    padding: 15px 30px;
    text-decoration: none;
    font-size: 20px;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    letter-spacing: 0.4px;
    position: relative;
    display: inline-block;
}

.schedule-btn::before {
    content: "";
    width: 13px;
    height: 13px;
    background: white;
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
}

.stats-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

.stat-card {
    background: #414141;
    padding: 24px;
    text-align: center;
    height: 260px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.stat-number {
    color: #7BE143;
    font-size: 50px;
    font-family: 'Michroma', monospace;
    font-weight: 400;
    line-height: 90px;
    margin-bottom: 20px;
}

.stat-label {
    color: white;
    font-size: 16px;
    font-family: 'Lexend', sans-serif;
    font-weight: 300;
    line-height: 24px;
}

/* Services Section Styles */
.services {
    padding: 100px 0;
    background: white;
}

.services-header {
    text-align: left;
    margin-bottom: 80px;
}

.services-subtitle {
    color: #7BE143;
    font-size: 18px;
    font-family: 'Lexend', sans-serif;
    font-weight: 400;
    text-transform: uppercase;
    line-height: 72px;
    letter-spacing: 5.4px;
    margin-bottom: 0;
}

.services-title {
    color: #262626;
    font-size: 40px;
    font-family: 'Michroma', monospace;
    font-weight: 400;
    line-height: 50px;
    margin-bottom: 20px;
}

.services-description {
    color: #262626;
    font-size: 16px;
    font-family: 'Lexend', sans-serif;
    font-weight: 300;
    line-height: 24px;
    max-width: 375px;
    margin-bottom: 40px;
}

.services-list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    margin-bottom: 60px;
}

.service-item {
    display: flex;
    gap: 20px;
    padding-bottom: 40px;
    border-bottom: 1px solid #CCCDC7;
}

.service-icon {
    width: 70px;
    height: 62px;
    background: #94D400;
    flex-shrink: 0;
}

.service-content h3 {
    color: #262626;
    font-size: 24px;
    font-family: 'Michroma', monospace;
    font-weight: 400;
    line-height: 34px;
    margin-bottom: 10px;
}

.service-content p {
    color: black;
    font-size: 16px;
    font-family: 'Lexend', sans-serif;
    font-weight: 300;
    line-height: 24px;
}

/* CTA Button Styles */
.cta-btn {
    background: #7BE143;
    color: white;
    padding: 15px 30px;
    text-decoration: none;
    font-size: 20px;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    letter-spacing: 0.4px;
    position: relative;
    display: inline-block;
}

.cta-btn::before {
    content: "";
    width: 13px;
    height: 13px;
    background: white;
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
}

/* Section Styles */
.section {
    padding: 100px 0;
}

.section-dark {
    background: #262626;
    color: white;
}

.section-light {
    background: white;
    color: #262626;
}

.section-green {
    background: #7BE143;
    color: white;
}

/* Pricing Section Styles */
.pricing-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    margin-bottom: 40px;
}

.pricing-card {
    background: #414141;
    padding: 40px 30px;
    border-radius: 10px;
    text-align: center;
    color: white;
}

.plan-type {
    color: #7BE143;
    font-size: 24px;
    font-family: 'Michroma', monospace;
    font-weight: 400;
    line-height: 34px;
    margin-bottom: 10px;
}

.plan-hours {
    color: white;
    font-size: 16px;
    font-family: 'Lexend', sans-serif;
    font-weight: 300;
    line-height: 26.81px;
    margin-bottom: 20px;
}

.plan-price {
    color: white;
    font-size: 42px;
    font-family: 'Michroma', monospace;
    font-weight: 400;
    line-height: 34px;
    margin-bottom: 30px;
}

.plan-features {
    list-style: none;
    margin-bottom: 30px;
    text-align: left;
}

.plan-features li {
    color: white;
    font-size: 16px;
    font-family: 'Lexend', sans-serif;
    font-weight: 300;
    line-height: 26px;
    margin-bottom: 15px;
    padding-left: 20px;
    position: relative;
}

.plan-features li::before {
    content: "";
    width: 8px;
    height: 8px;
    background: #7BE143;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 8px;
}

.pricing-btn {
    background: white;
    color: #7BE143;
    padding: 15px 30px;
    text-decoration: none;
    font-size: 16px;
    font-family: 'Lexend', sans-serif;
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: 0.32px;
    display: inline-block;
    border-radius: 5px;
}

.day-plan-card {
    background: #414141;
    padding: 40px;
    border-radius: 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: white;
}

.day-plan-type {
    color: #7BE143;
    font-size: 24px;
    font-family: 'Michroma', monospace;
    font-weight: 400;
    line-height: 34px;
    margin-bottom: 10px;
}

.day-plan-hours {
    color: white;
    font-size: 16px;
    font-family: 'Lexend', sans-serif;
    font-weight: 300;
    line-height: 26.81px;
    margin-bottom: 20px;
}

.day-plan-price {
    color: white;
    font-size: 42px;
    font-family: 'Michroma', monospace;
    font-weight: 400;
    line-height: 34px;
}

.day-plan-btn {
    background: white;
    color: #7BE143;
    padding: 15px 30px;
    text-decoration: none;
    font-size: 16px;
    font-family: 'Lexend', sans-serif;
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: 0.32px;
    display: inline-block;
    border-radius: 5px;
}

/* Portfolio Section Styles */
.portfolio-left h3 {
    color: white;
    font-size: 20px;
    font-family: 'Lexend', sans-serif;
    font-weight: 400;
    line-height: 50px;
    margin-bottom: 30px;
}

.portfolio-description {
    color: white;
    font-size: 16px;
    font-family: 'Lexend', sans-serif;
    font-weight: 300;
    line-height: 24px;
    max-width: 497px;
    margin-bottom: 40px;
}

.portfolio-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    margin-bottom: 40px;
}

.portfolio-image {
    position: relative;
    overflow: hidden;
}

.portfolio-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 100%);
    padding: 30px 20px 20px;
    color: white;
}

.portfolio-overlay h4 {
    font-size: 26px;
    font-family: 'Michroma', monospace;
    font-weight: 400;
    line-height: 50px;
}

.explore-btn {
    background: white;
    color: #FA7D00;
    padding: 15px 30px;
    text-decoration: none;
    font-size: 16px;
    font-family: 'Lexend', sans-serif;
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: 0.32px;
    position: relative;
    display: inline-block;
}

.explore-btn::before {
    content: "";
    width: 9px;
    height: 9px;
    background: #FA7D00;
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 50%;
    outline: 4px rgba(250, 125, 0, 0.19) solid;
}

/* CTA Section Styles */
.cta-description {
    color: white;
    font-size: 24px;
    font-family: 'Lexend', sans-serif;
    font-weight: 300;
    line-height: 34px;
    max-width: 480px;
    margin: 0 auto 40px;
}

.cta-white-btn {
    background: white;
    color: #FA7D00;
    padding: 15px 30px;
    text-decoration: none;
    font-size: 16px;
    font-family: 'Lexend', sans-serif;
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: 0.32px;
    position: relative;
    display: inline-block;
}

.cta-white-btn::before {
    content: "";
    width: 9px;
    height: 9px;
    background: #FA7D00;
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 50%;
    outline: 4px rgba(250, 125, 0, 0.19) solid;
}

/* Utility Classes */
.text-center {
    text-align: center;
}

.mb-40 {
    margin-bottom: 40px;
}

.mb-60 {
    margin-bottom: 60px;
}

.grid-2 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
}

.grid-3 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
}

/* Responsive Design */
@media (max-width: 768px) {
    .hero-container,
    .who-we-are-container {
        grid-template-columns: 1fr;
        gap: 40px;
        padding: 0 20px;
    }

    .hero-title {
        font-size: 36px;
        line-height: 48px;
    }

    .stats-grid {
        grid-template-columns: 1fr;
    }

    .services-list {
        grid-template-columns: 1fr;
    }

    .pricing-grid {
        grid-template-columns: 1fr;
    }

    .portfolio-grid {
        grid-template-columns: 1fr;
    }

    .grid-2 {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 480px) {
    .hero {
        padding: 120px 0 60px;
    }

    .section {
        padding: 60px 0;
    }

    .hero-container,
    .who-we-are-container {
        padding: 0 15px;
    }
}
