/* Service Pages Styling */

/* Page Banner Styles */
.page-banner {
    background-color: #2b3990;
    background-blend-mode: multiply;
    background-size: cover;
    background-position: center center;
    padding: 150px 0 80px; /* Increased top padding to account for fixed header */
    position: relative;
    z-index: 1;
    margin-top: 0;
    min-height: 300px; /* Ensure minimum height for visual impact */
}

.page-banner::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, rgba(43, 57, 144, 0.85) 0%, rgba(55, 65, 90, 0.9) 100%);
    z-index: -1;
}

.page-banner h1 {
    color: #ffffff;
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 10px;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
}

.page-banner .breadcrumb {
    background: transparent;
    margin-bottom: 0;
    padding: 0;
}

.page-banner .breadcrumb-item,
.page-banner .breadcrumb-item.active,
.page-banner .breadcrumb-item + .breadcrumb-item::before {
    color: #ffffff;
}

.page-banner .breadcrumb-item a {
    color: rgba(255, 255, 255, 0.9);
    text-decoration: none;
}

.page-banner .breadcrumb-item a:hover {
    color: #ffffff;
}

/* Service Feature Box Styles */
.service-feature-box {
    background: #ffffff;
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 5px 30px rgba(0, 0, 0, 0.05);
    margin-bottom: 30px;
    transition: all 0.3s ease;
    border: 1px solid #f0f0f0;
    height: 100%;
}

.service-feature-box:hover {
    transform: translateY(-10px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    border-color: #2B3990;
}

.service-feature-icon {
    color: #2B3990;
    font-size: 36px;
    margin-bottom: 20px;
}

/* Service Sidebar Styles */
.service-sidebar {
    position: sticky;
    top: 30px;
}

.sidebar-widget {
    background: #ffffff;
    padding: 25px;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    margin-bottom: 30px;
}

.sidebar-widget h3 {
    font-size: 1.5rem;
    margin-bottom: 20px;
    color: #2B3990;
    font-weight: 600;
    padding-bottom: 10px;
    border-bottom: 1px solid #f0f0f0;
}

.service-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.service-list li {
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #f0f0f0;
}

.service-list li:last-child {
    margin-bottom: 0;
    border-bottom: none;
}

.service-list li a {
    color: #333;
    text-decoration: none;
    font-weight: 500;
    display: block;
    padding: 5px 0;
    transition: all 0.3s ease;
}

.service-list li a:hover,
.service-list li.active a {
    color: #2B3990;
    padding-left: 5px;
}

/* CTA Box Styles */
.cta-box {
    background: #f9f9f9;
    padding: 30px;
    border-radius: 10px;
    margin-top: 40px;
    text-align: center;
    border-left: 5px solid #2B3990;
}

.cta-box h3 {
    margin-bottom: 15px;
    color: #2B3990;
}

/* Contact Info Styles */
.contact-info-item {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}

.contact-info-item i {
    color: #2B3990;
    font-size: 24px;
    margin-right: 15px;
}

.contact-info-item h5 {
    margin-bottom: 0;
    font-size: 16px;
    font-weight: 600;
}

.contact-info-item p {
    margin-bottom: 0;
    font-size: 15px;
}

/* Testimonial Styles */
.testimonial {
    position: relative;
}

.testimonial-content {
    position: relative;
    padding-left: 25px;
}

.testimonial-content i {
    position: absolute;
    left: 0;
    top: 0;
    color: #2B3990;
    font-size: 20px;
}

.testimonial-content p {
    font-style: italic;
    margin-bottom: 15px;
}

.client-info h5 {
    margin-bottom: 0;
    font-size: 16px;
    font-weight: 600;
}

.client-info p {
    font-size: 14px;
    color: #777;
}

/* Process Steps Styles */
.process-steps {
    margin-top: 30px;
    margin-bottom: 30px;
}

.process-step {
    display: flex;
    margin-bottom: 20px;
}

.process-number {
    background: #2B3990;
    color: #fff;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    margin-right: 15px;
    flex-shrink: 0;
}

.process-content h4 {
    margin-top: 0;
    margin-bottom: 10px;
    font-size: 18px;
    font-weight: 600;
}

.process-content p {
    margin-bottom: 0;
}

/* Related Services Styles */
.related-services {
    background-color: #f9f9f9;
}

.service-box {
    background: #ffffff;
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    margin-bottom: 30px;
    height: 100%;
    transition: all 0.3s ease;
    border: 1px solid #f0f0f0;
}

.service-box:hover {
    transform: translateY(-10px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    border-color: #2B3990;
}

.service-icon {
    color: #2B3990;
    font-size: 40px;
    margin-bottom: 20px;
}

.service-box h4 {
    margin-bottom: 15px;
    font-weight: 600;
}

.read-more {
    color: #2B3990;
    font-weight: 600;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    margin-top: 10px;
}

.read-more i {
    margin-left: 5px;
    transition: all 0.3s ease;
}

.read-more:hover i {
    transform: translateX(5px);
}

/* Responsive Adjustments for Page Banner */
@media (max-width: 991px) {
    .page-banner {
        padding: 150px 0 80px;
    }
}

@media (max-width: 767px) {
    .page-banner {
        padding: 140px 0 60px;
    }
    
    .page-banner h1 {
        font-size: 2rem;
    }
}
