.smo-bottom {
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}


.dev-process-icon .icon-svg1{
    width: 80%;
}


section#serviceHeroSection\ smo-banner {
    position: relative;
    width: 100%;
    background-color: #5a677a;
    /* Muted blue-gray */
    display: flex;
    align-items: center;
    overflow: hidden;
    padding: 50px 0;
    background-size: cover;
    background-image: url(img/smo-banner.png);
}


.seo-package-grid {
    gap: 0;
}

.seo-package-card{
        border-bottom: 1px solid #e6e9ef;
    }

.seo-package-cards-padding{
    padding-top: 40px;
}

/* Tablet */
@media (max-width: 1024px) {
.seo-package-card {
        border-bottom: 1px solid #e6e9ef00;
    }
}

/* Mobile */
@media (max-width: 768px) {
    .seo-package-card {
            border-bottom: 1px solid #e6e9ef00;
        }
}

/* Small Mobile */
@media (max-width: 480px) {
    .seo-package-card {
            border-bottom: 1px solid #e6e9ef00;
        }
}








/* SEO Plan Section Styles */
.plan-section {
    padding: 100px 0;
    background: linear-gradient(180deg, #f8faff 0%, #e0eaff 100%);
}

.plan-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 24px;
}

.plan-header {
    text-align: center;
    margin-bottom: 70px;
}

.plan-badge {
    display: inline-block;
    background: #ff5a00;
    color: #fff;
    padding: 4px 14px;
    font-size: 11px;
    font-weight: 800;
    border-radius: 2px;
    margin-bottom: 20px;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.plan-title {
    font-size: 38px;
    color: #111a45;
    font-family: 'Space Grotesk', sans-serif;
    font-weight: 700;
    line-height: 1.2;
    max-width: 800px;
    margin: 0 auto;
}

.plan-grid {
    display: flex;
    align-items: stretch;
    justify-content: center;
    gap: 0;
    margin-top: 20px;
}

.plan-card {
    background: #fff;
    padding: 50px 40px;
    flex: 1;
    text-align: center;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.04);
    border: 1px solid #f0f4f8;
    position: relative;
    transition: all 0.4s ease;
}

.plan-card.featured {
    padding: 75px 45px;
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.08);
    z-index: 5;
    margin: -25px -5px;
    border: none;
}

.plan-name {
    font-size: 28px;
    font-weight: 700;
    color: #111a45;
    margin-bottom: 8px;
    font-family: 'Space Grotesk', sans-serif;
}

.plan-subtitle {
    font-size: 14px;
    color: #475569;
    margin-bottom: 30px;
    font-weight: 500;
}

.plan-divider {
    width: 100%;
    height: 1px;
    background: #eef2f6;
    margin-bottom: 35px;
}

.plan-price-box {
    margin-bottom: 40px;
}

.plan-price {
    font-size: 52px;
    font-weight: 700;
    color: #334155;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    line-height: 1;
}

.plan-price span:first-child {
    font-size: 26px;
    margin-top: 8px;
    margin-right: 2px;
}

.plan-price span:last-child {
    font-size: 15px;
    font-weight: 400;
    color: #94a3b8;
    margin-top: 30px;
    margin-left: 4px;
}

.plan-price-sub {
    font-size: 12px;
    color: #64748b;
    margin-top: 15px;
    line-height: 1.5;
    max-width: 240px;
    margin-left: auto;
    margin-right: auto;
}

.plan-btn {
    display: block;
    background: #ff5a00;
    color: #fff;
    padding: 16px 24px;
    font-size: 15px;
    font-weight: 700;
    border-radius: 4px;
    text-decoration: none;
    margin-bottom: 45px;
    transition: all 0.3s ease;
    text-transform: capitalize;
}

.plan-btn:hover {
    background: #e65100;
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(255, 90, 0, 0.3);
}

.plan-features {
    text-align: left;
}

.features-title {
    font-size: 14px;
    font-weight: 600;
    color: #64748b;
    margin-bottom: 25px;
}

.features-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.features-list li {
    font-size: 14px;
    color: #475569;
    margin-bottom: 18px;
    display: flex;
    align-items: center;
    gap: 12px;
    line-height: 1.4;
}

.check-icon {
    width: 18px;
    height: 18px;
    color: #1e293b;
    flex-shrink: 0;
}

@media (max-width: 991px) {
    .plan-grid {
        flex-direction: column;
        gap: 30px;
    }
    .plan-card.featured {
        margin: 0;
        padding: 50px 40px;
    }
    .plan-title {
        font-size: 30px;
    }
}



/* seo packages */
.seo-packages-footer{
    text-align: center;
        font-size: 15px;
        color: #636b78;
        margin-top: 40px;
}

.seo-packages-footer a {
    color: #ff5a00;
    font-weight: 600;
    text-decoration: none;
    border-bottom: 1px solid #ff5a00;
    padding-bottom: 2px;
    transition: opacity 0.3s ease;
}


