/* Custom CSS File for Buyers to Modify */

/* About Us Page Styles */
.rh_about_content {
    max-width: 900px;
    margin: 0 auto;
}

.rh_about__post {
    background-color: #fff;
    padding: 40px;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}

.rh_about__featured-image {
    margin-bottom: 30px;
    border-radius: 8px;
    overflow: hidden;
}

.rh_about__featured-image img {
    max-width: 100%;
    height: auto;
    display: block;
}

.rh_about__text {
    line-height: 1.8;
    color: #555;
    font-size: 16px;
}

.rh_about__text h3 {
    color: #1a1a6f;
    margin-top: 30px;
    margin-bottom: 15px;
    font-size: 22px;
    font-weight: 600;
}

.rh_about__text h4 {
    color: #1a1a6f;
    margin-top: 25px;
    margin-bottom: 15px;
    font-size: 18px;
    font-weight: 600;
}

.rh_about__text p {
    margin-bottom: 20px;
    text-align: justify;
}

.rh_about__text ul {
    margin-left: 30px;
    margin-bottom: 20px;
}

.rh_about__text li {
    margin-bottom: 12px;
    list-style-type: disc;
}

.rh_about__text strong {
    color: #1a1a6f;
    font-weight: 600;
}

@media (max-width: 768px) {
    .rh_about__post {
        padding: 25px;
    }
    
    .rh_about__text {
        font-size: 15px;
    }
    
    .rh_about__text h3 {
        font-size: 20px;
    }
    
    .rh_about__text h4 {
        font-size: 16px;
    }
}

/* Services Page Styles */
.rh_services_content {
    max-width: 900px;
    margin: 0 auto;
}

.rh_services__post {
    background-color: #fff;
    padding: 40px;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}

.rh_services__featured-image {
    margin-bottom: 30px;
    border-radius: 8px;
    overflow: hidden;
}

.rh_services__featured-image img {
    max-width: 100%;
    height: auto;
    display: block;
}

.rh_services__text {
    line-height: 1.8;
    color: #555;
    font-size: 16px;
}

.rh_services__text h3 {
    color: #1a1a6f;
    margin-top: 30px;
    margin-bottom: 20px;
    font-size: 22px;
    font-weight: 600;
    border-bottom: 3px solid #1a1a6f;
    padding-bottom: 12px;
    display: inline-block;
}

.rh_services__text h3:first-of-type {
    margin-top: 0;
}

.rh_services__text h4 {
    color: #1a1a6f;
    margin-top: 25px;
    margin-bottom: 15px;
    font-size: 18px;
    font-weight: 600;
}

.rh_services__text p {
    margin-bottom: 20px;
    line-height: 1.8;
}

.rh_services__text ul {
    margin: 0 0 20px 0;
    padding: 0;
    list-style: none;
}

.rh_services__text li {
    margin-bottom: 18px;
    padding-left: 25px;
    position: relative;
    line-height: 1.6;
    color: #555;
}

.rh_services__text li:before {
    content: "✓";
    position: absolute;
    left: 0;
    color: #1a1a6f;
    font-weight: bold;
    font-size: 18px;
}

.rh_services__text strong {
    color: #1a1a6f;
    font-weight: 600;
}

@media (max-width: 768px) {
    .rh_services__post {
        padding: 25px;
    }
    
    .rh_services__text {
        font-size: 15px;
    }
    
    .rh_services__text h3 {
        font-size: 20px;
    }
    
    .rh_services__text h4 {
        font-size: 16px;
    }
    
    .rh_services__text li {
        padding-left: 22px;
    }
}