.text-seo .seo-checklist-box li {
    margin-bottom: 12px; /* List ke beech space */
}

.text-seo .seo-checklist-box li span {
    line-height: 1.6; /* Text spacing improve */
    display: inline-block;
}
.affordable-seo-section {
    background: #fff;
}

.seo-main-heading {
    font-size: 40px;
    color: #1b2946;
   
    font-weight: 600;
}

.seo-intro-text {
    font-size: 17px !important;
    color: black;
    line-height: 1.6;
   
    margin-top: 15px;
}

.seo-icon-box {
    border: 1px solid #000;
    border-radius: 50%;
    width: 170px;
    height: 170px;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 20px;
    transition: all .3s ease;
}

.seo-icon-box img {
    width: 70px;
    margin-bottom: 10px;
}

.seo-icon-box h4 {
    font-size: 18px;
    font-weight: 600;
    margin: 0;
}

.seo-icon-box:hover {
    background: #f7f7f7;
    border-color: rgb(235, 86, 12);
    transform: translateY(-5px);
}
.idm-seo-services-section {
    background: #fff;
}

.idm-seo-service-box {
    padding: 20px;
}

.idm-seo-service-box h4 {
    font-size: 22px;
    font-weight: 700;
    margin-top: 20px;
}

.idm-seo-service-box p {
    font-size: 16px;
    color: #444;
    line-height: 1.6;
    margin-top: 10px;
}

.idm-seo-icon {
    width: 65px;
    height: auto;
}


.seo-checklist-box {
    list-style: none;
    padding: 0;
    margin: 0;
}

.seo-checklist-box li {
    display: flex;
    align-items: flex-start;
    margin-bottom: 18px;
}

.seo-checklist-box li i {
    font-size: 20px;
    margin-right: 10px;
    line-height: 1.2;
    margin-top: 4px; /* icon top alignment */
}

.seo-checklist-box li span {
    font-size: 18px;
    line-height: 1.7;
    color: #333;
}

.seo-checklist-box li b {
    font-weight: 700;
}

