/* CodeForged Custom Design Improvements */

/* Hero Section Improvements */
.hero-wrapper-one {
    padding: 220px 0 120px !important;
}

.hero-content {
    text-align: center !important;
    margin-bottom: 80px !important;
}

.hero-content h1 {
    font-size: 5rem !important;
    line-height: 1.15 !important;
    margin-bottom: 0 !important;
    font-weight: 700 !important;
}

.hero-wrapper-one .hero-content .big-text {
    font-size: 1.5rem !important;
    font-weight: 400 !important;
    margin-top: 25px !important;
    margin-bottom: 0 !important;
    color: rgba(255,255,255,0.75) !important;
    text-align: center !important;
}

.hero-content .text-box {
    position: relative !important;
    bottom: auto !important;
    left: auto !important;
    max-width: 800px !important;
    margin: 35px auto 45px !important;
}

.hero-content .text-box p {
    font-size: 1.25rem !important;
    line-height: 1.8 !important;
    color: rgba(255,255,255,0.8) !important;
    font-weight: 400 !important;
}

.hero-content .element {
    display: none !important;
}

.hero-content .hero-button {
    display: flex !important;
    gap: 20px !important;
    justify-content: center !important;
    align-items: center !important;
    flex-wrap: wrap !important;
    margin-top: 0 !important;
}

/* Services Section - Fix spacing */
.agenko-iconic-box.style-four .content p {
    margin-bottom: 8px !important;
    line-height: 1.4 !important;
}

.agenko-iconic-box.style-four .content ul {
    list-style: none;
    padding-left: 0;
    margin-top: 15px;
}

.agenko-iconic-box.style-four .content ul li {
    padding-left: 25px;
    position: relative;
    margin-bottom: 8px;
    line-height: 1.4;
}

.agenko-iconic-box.style-four .content ul li:before {
    content: "✓";
    position: absolute;
    left: 0;
    color: #9CFE4F;
    font-weight: bold;
}

/* Pricing Section - Grid Layout for 3 Items */
.pricing-grid {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 30px;
    max-width: 1200px;
    margin: 0 auto;
}

@media (min-width: 768px) {
    .pricing-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}

.pricing-grid .agenko-pricing-item {
    margin-bottom: 0 !important;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.pricing-grid .pricing-body {
    flex-grow: 1;
}

/* Featured Pricing Card */
.pricing-featured {
    box-shadow: 0 15px 40px rgba(156,254,79,0.15) !important;
    border: 2px solid #9CFE4F !important;
    transform: scale(1.03);
    position: relative;
}

.pricing-featured::before {
    content: "Most Popular";
    position: absolute;
    top: -15px;
    left: 50%;
    transform: translateX(-50%);
    background: linear-gradient(135deg, #9CFE4F, #7ED93F);
    color: #000;
    padding: 6px 18px;
    border-radius: 20px;
    font-size: 11px;
    font-weight: bold;
    box-shadow: 0 4px 10px rgba(156,254,79,0.3);
}

.pricing-featured .plan {
    color: #9CFE4F !important;
    font-weight: bold !important;
}

.pricing-featured .price {
    color: #9CFE4F !important;
}

/* Video Section Spacing */
.agk-video {
    margin-top: -150px !important;
    padding-bottom: 80px !important;
}

/* Responsive adjustments */

/* Large Tablet (iPad Pro landscape) */
@media (max-width: 1024px) {
    .hero-wrapper-one {
        padding: 180px 0 100px !important;
    }

    .hero-content h1 {
        font-size: 4rem !important;
        line-height: 1.2 !important;
    }

    .hero-wrapper-one .hero-content .big-text {
        font-size: 1.4rem !important;
        margin-top: 20px !important;
    }

    .hero-content .text-box {
        max-width: 700px !important;
        margin: 30px auto 40px !important;
    }

    .hero-content .text-box p {
        font-size: 1.15rem !important;
        line-height: 1.7 !important;
    }
}

/* Tablet */
@media (max-width: 768px) {
    .hero-wrapper-one {
        padding: 160px 0 80px !important;
    }

    .hero-content {
        margin-bottom: 60px !important;
    }

    .hero-content h1 {
        font-size: 3.2rem !important;
        line-height: 1.2 !important;
        margin-bottom: 0 !important;
    }

    .hero-wrapper-one .hero-content .big-text {
        font-size: 1.25rem !important;
        font-weight: 400 !important;
        margin-top: 18px !important;
        line-height: 1.4 !important;
    }

    .hero-content .text-box {
        max-width: 600px !important;
        margin: 28px auto 35px !important;
    }

    .hero-content .text-box p {
        font-size: 1.05rem !important;
        line-height: 1.6 !important;
    }

    .hero-content .hero-button {
        gap: 15px !important;
    }

    .pricing-grid {
        grid-template-columns: repeat(1, 1fr);
    }

    .pricing-featured {
        transform: scale(1) !important;
    }

    .agk-video {
        margin-top: -100px !important;
    }
}

/* Mobile */
@media (max-width: 576px) {
    .hero-wrapper-one {
        padding: 120px 0 40px !important;
    }

    .hero-content {
        margin-bottom: 35px !important;
    }

    .hero-content h1 {
        font-size: 2.25rem !important;
        line-height: 1.2 !important;
        margin-bottom: 0 !important;
        padding: 0 15px !important;
    }

    .hero-wrapper-one .hero-content .big-text {
        font-size: 1.05rem !important;
        font-weight: 400 !important;
        margin-top: 10px !important;
        margin-bottom: 0 !important;
        line-height: 1.35 !important;
        padding: 0 25px !important;
        color: rgba(255,255,255,0.75) !important;
    }

    .hero-content .text-box {
        display: none !important;
    }

    .hero-content .hero-button {
        flex-direction: column !important;
        gap: 10px !important;
        padding: 0 20px !important;
        margin-top: 20px !important;
    }

    .hero-content .hero-button .theme-btn {
        width: 100% !important;
        max-width: 100% !important;
        justify-content: center !important;
        padding: 12px 25px !important;
        font-size: 0.9rem !important;
    }

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

    .agk-video {
        margin-top: -60px !important;
    }
}

/* Extra small mobile */
@media (max-width: 375px) {
    .hero-wrapper-one {
        padding: 110px 0 35px !important;
    }

    .hero-content h1 {
        font-size: 1.9rem !important;
        line-height: 1.25 !important;
        padding: 0 10px !important;
    }

    .hero-wrapper-one .hero-content .big-text {
        font-size: 0.95rem !important;
        margin-top: 8px !important;
        padding: 0 20px !important;
        line-height: 1.3 !important;
    }

    .hero-content .hero-button {
        margin-top: 15px !important;
        gap: 8px !important;
    }

    .hero-content .hero-button .theme-btn {
        padding: 11px 20px !important;
        font-size: 0.85rem !important;
    }

    .agk-video {
        margin-top: -50px !important;
    }
}
