* {
    margin: 0;
    padding: 0;
}

.service-section2 {
    width: 100%;
    background: linear-gradient(rgba(9, 58, 99, 0.8), rgba(96, 24, 12, 0.8)),
        url('../images/service-back-img.png') center center/cover no-repeat;
    opacity: 1;
    color: #fff;
    min-height: 85vh;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: #fff;
    position: relative;
}

.service-card2-p {
    font-size: 14.6px !important;
}

.seo-process-btn {
    border-width: 1px 2px 2px 1px !important;
    border-style: solid !important;
    border-color: black !important;
}


/* section 4  */
.service-seo-process {
    background-color: #FFF1EB;
    color: #fff;
    font-family: "Poppins", sans-serif;
}

.service-seo-process .badge {
    background: linear-gradient(to right, #467C9C, #E17446);
    font-size: 18px;

    font-weight: 500;
}

.service-seo-process h2 {
    font-family: "Space Mono", monospace !important;
    color: black;
    font-size: 2rem;
    line-height: 1.3;
}

.timeline {
    position: relative;
}

.timeline-line {
    content: "";
    position: absolute;
    left: 50%;
    top: 0;
    bottom: 0;
    width: 2px;
    background: #9f9e9e;
    transform: translateX(-50%);
}

.seo-process-box {
    background: transparent;
    color: #ccc;
    padding: 10px 0;
    position: relative;
}

.seo-process-icon {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #E17446;
    font-size: 2rem;
    gap: 15px;
}

.seo-process-icon img {
    width: 35px;
}

.seo-process-icon.b h4 {
    color: black; 
    margin-top: 11px;
    font-size: 25px;


}

.step-title-b {
    font-family: "Space Mono", monospace !important;
    color: black; 
    font-size: 2rem;
}

.seo-process-box-b p {
    font-size: 0.95rem;
    color: black; 
    max-width: 90%;
    margin: auto;
}

@media (max-width: 767px) {
    .timeline-line {
        display: none;
    }

    br {
        display: none;
    }

    .step-box {
        text-align: center;
        margin-bottom: 2rem;
    }

    .step-box p {
        max-width: 100%;
    }
}

/* section 5 */
.case-studies {
    background-color: #00131F;
    color: white;
    font-family: 'Poppins', sans-serif;
    padding: 80px 0;
    text-align: center;
}

.case-studies h2 {
    font-family: "Space Mono", monospace !important;
    font-weight: 600;
    margin-bottom: 10px;
}

.case-studies p {
    color: #c9c9c9;
    /* margin-bottom: 50px; */
}

.case-btn {
    font-family: "Poppins", sans-serif;
    background: linear-gradient(90deg, #003151, #E17446);
    border: none;
    color: white;
    border-radius: 25px;
    font-weight: 500;
    font-size: 14px;
    margin-bottom: 15px;
}

.card {
    background: linear-gradient(90deg, #3A040F, #A8471E);
    border: none;
    border-radius: 12px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);
}

.card-body {
    text-align: left;
}

.card-title {
    font-family: "Space Mono", monospace !important;
    color: #f3f3f3 !important;
    font-size: 1.1rem;
    font-weight: 500;
    margin-top: 15px;
}

.card-text {
    font-family: "Poppins", sans-serif;
    font-size: 0.9rem;
    color: #f3f3f3;
    margin-top: 10px;
}
.read-more {
    color: #E0AE48;
    text-decoration: none;
    font-weight: 500;
}

.read-more:hover {
    text-decoration: underline;
}

.col-md-6.b {
    padding-bottom: 1.5rem !important;
    padding-top: 1.5rem !important;
}
