/* Start Service Page */

.service-banner-section .service-banner-title {
    font-family: Manrope-Regular-400;
    font-size: 30px;
    color: #000000;
}

.service-banner-section .service-banner-heading {
    color: #0F3882;
    font-size: 30px;
}

.service-banner-section .service-banner-description {
    font-family: Manrope-Medium-500;
    font-size: 16px;
    color: #373434;
}
.service-banner-section .service-banner .service-item {
    padding: 20px;
}

.service-banner-section .service-banner .service-item .service-banner-btn {
    background-color: #0F3882;
    padding: 12px 10px;
    text-align: center;
    color: #fff;
    font-family: Manrope-Bold-700;
    font-size: 12px;
}

.service-detail-page .banner-btn {
    background-color: #0F3882;
    padding: 15px 10px;
    text-align: center;
    color: #fff;
    font-family: Manrope-Bold-700;
    font-size: 12px;

}

.service-banner-section .banner-btns {
    border: 1px solid #616161;
    padding: 15px 10px;
    text-align: center;
    font-family: Manrope-Bold-700;
    font-size: 12px;
    color: #616161;
    
}
.service-banner-section .banner-btn {
    background-color: #0F3882;
    padding: 15px 10px;
    text-align: center;
    color: #fff;
    font-family: Manrope-Bold-700;
    font-size: 12px;

}

.service-detail-page .banner-btns {
    border: 1px solid #616161;
    padding: 15px 10px;
    text-align: center;
    font-family: Manrope-Bold-700;
    font-size: 12px;
    color: #616161;
    
}
.services-main-section .services-main-title h5 {
    text-align: center;
    font-family: Montserrat-Regular;
    font-size: 35px;
    color: #292727;
}

.services-main-section .servicewrapp .image-container {
    position: relative;
    width: 100%;
    color: white;
}

.services-main-section .servicewrapp .image-container img {
    width: 100%;
    height: auto;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.25);
}

.services-main-section .servicewrapp .image-container .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(0 0 0 / 38%);
    display: flex;
    align-items: flex-end;
    justify-content: center;
}

.services-main-section .servicewrapp .image-container h2 {
    width: 100%;
    text-align: center;
    margin: 0;
    padding-bottom: 30px;
    font-size: 35px;
    font-family: Manrope-SemiBold-600;
    color: #fff;
}




/* Start Service - Detail Page */
/* 1st section */
.service-detail-page .service-banner-title {
    font-family: Montserrat-Regular;
    font-size: 28px;
    color: #000000;
}

.service-detail-page .service-banner-heading {
    color: #0F3882;
}

.service-detail-page .service-banner-description {
    font-family: Manrope-Medium-500;
    font-size: 16px;
    color: #373434;
}
.service-detail-page .service-banner .service-item {
    padding: 20px;
}

.service-detail-page .service-banner .service-item .service-banner-btn {
    background-color: #0F3882;
    padding: 12px 10px;
    text-align: center;
    color: #fff;
    font-family: Manrope-Bold-700;
    font-size: 12px;
}

/* 2nd section */
.service-detail-page .ourprocess-section .ourprocess-title h5{
    text-align: center;
    font-family: Montserrat-Regular;
    font-size: 35px;
    color: #292727;
}

.service-detail-page .ourprocess-section .main-box h3{
    font-family: Manrope-bold-700;
    font-size: 20px;
    color: #373434;
}
.service-detail-page .ourprocess-section .main-box:hover h3{
    font-family: Manrope-bold-700;
    font-size: 20px;
    color: #0f3882;
}

.service-detail-page .ourprocess-section .main-box:hover {
    background-color: #F0F7FE;
    border-bottom: 3px solid #0f3882;
}
.service-detail-page .ourprocess-section .main-box p{
    font-family: Manrope-Medium-500;
    font-size: 14px;
    color: #373434;
}


.service-detail-page .other-services-section button {
    padding: 25px 16px;
    width: 100%;
    background-color: #F0F7FE;
    font-size: 14px;
    color: #616161;
    border: none;
    border-radius: 40px;
    font-family: Manrope-SemiBold-600;
    margin-bottom: 20px;

}

.service-detail-page .other-services-section .two-words button {
    padding: 13px 40px;
}


.service-detail-page .ourprocess-section .services-box {
    padding: 80px 25px 30px 25px;
}

.service-detail-page .ourprocess-section .main-box {
    border-bottom: 3px solid #ffffff;
}


.other-service{
    color: #fff;
}
.other-btn-active {
    background-color: #0F3882 !important;
    color: #fff !important;
}

/* 3rd section Start */
.service-detail-page .related-reports {
    padding: 65px 0px;
}

.service-detail-page .related-reports h2 {
    color: #292727;
    font-family: Montserrat-Regular;
    font-size: 35px;
}

.service-detail-page .report-details {
    padding: 20px;
}

.service-detail-page .report-info p {
    font-size: 12px;
    font-family: Manrope-SemiBold-600;
    color: #746F6F;
}

.service-detail-page .report-info .date {
    padding-right: 10px;
    border-right: 1px solid #746F6F;
    margin-right: 10px;
}

.service-detail-page .single-report .report-content {
    font-size: 12px;
    margin-bottom: 25px;
    font-family: Manrope-Medium-500;
    color: #373434;
    
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    white-space: normal;
    text-overflow: ellipsis;
}

.service-detail-page .single-report h5 {
    color: #292727;
    margin-top: 15px;
    margin-bottom: 20px;
        font-size: 16px;
}

.service-detail-page .single-report a {
    color: #616161;
    text-decoration: none;
    font-family: Manrope-Medium-500;
    font-size: 14px;
    
}

.service-detail-page .single-report .image-container {
    overflow: hidden;
}

.service-detail-page .single-report .report-image {
    transition: transform 0.3s ease;
}

.service-detail-page .single-report {
    transition: box-shadow 0.3s ease;
    border-bottom: 3px solid #ffffff;
}

.service-detail-page .single-report:hover .report-image {
    transform: scale(0.85);
    /* Zoom in effect */
}

.service-detail-page .single-report:hover {
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    border-bottom: 3px solid #0f3882;
}
