/* Expertises page specific styles */

/* Section spacing */
.services-page-section {
    padding-top: 80px;
}

/* Section title styles */
.services-page-section .sec-title {
    margin-bottom: 70px;
}

.services-page-section .sec-title h3 {
    font-size: 24px;
    color: #c62828;
    margin-bottom: 25px;
}

.services-page-section .sec-title .text {
    color: #666666;
    font-size: 16px;
    line-height: 1.6;
}

/* Service blocks common styles */
.service-block .inner-box,
.service-block-two .inner-box {
    background-color: #ffffff !important;
    border-radius: 8px !important;
    box-shadow: 0 5px 15px rgba(0,0,0,0.08) !important;
    padding: 30px !important;
    margin-bottom: 40px !important;
}

/* Content styles for both blocks */
.service-block .inner-column,
.service-block-two .inner-column {
    padding: 20px !important;
}

/* Title styles for both blocks - FORCE RED COLOR */
.services-page-section .service-block h2,
.services-page-section .service-block-two h2,
.service-block .inner-column h2,
.service-block-two .inner-column h2 {
    font-size: 28px !important;
    color: #c62828 !important;
    margin-bottom: 20px !important;
    font-weight: 600 !important;
}

/* Text styles for both blocks */
.service-block .text,
.service-block-two .text {
    color: #666666 !important;
    font-size: 16px !important;
    line-height: 1.8 !important;
    margin-bottom: 20px !important;
}

/* Text paragraphs */
.service-block .text p,
.service-block-two .text p {
    color: #666666 !important;
    font-size: 16px !important;
    line-height: 1.8 !important;
    margin-bottom: 15px !important;
}

/* Service headings (h4) */
.service-block h4,
.service-block-two h4,
.service-block .inner-column h4,
.service-block-two .inner-column h4 {
    color: #c62828 !important;
    font-weight: 700 !important;
    font-size: 18px !important;
    margin-top: 25px !important;
    margin-bottom: 15px !important;
    border-left: 3px solid #c62828 !important;
    padding-left: 15px !important;
}

/* List styles for both blocks */
.service-block .list-style-cv,
.service-block-two .list-style-cv {
    list-style: none !important;
    padding-left: 20px !important;
    margin-top: 15px !important;
}

.service-block .list-style-cv li,
.service-block-two .list-style-cv li {
    position: relative !important;
    padding-left: 25px !important;
    margin-bottom: 10px !important;
    color: #666666 !important;
    font-size: 16px !important;
}

.service-block .list-style-cv li:before,
.service-block-two .list-style-cv li:before {
    content: "•" !important;
    position: absolute !important;
    left: 0 !important;
    color: #c62828 !important;
    font-size: 20px !important;
    line-height: 1 !important;
}

/* Image styles for both blocks */
.service-block .image,
.service-block-two .image {
    position: relative;
    overflow: hidden;
    border-radius: 6px;
}

.service-block .image img,
.service-block-two .image img {
    width: 100%;
    height: auto;
    display: block;
}

/* Other expertises section */
.sec-title.other-expertises {
    margin-top: 80px;
    text-align: center;
}

/* Footer logo */
.footer-widget.logo-widget .logo img {
    max-height: 70px;
    width: auto;
}

/* Footer GE logo */
.footer-nav img {
    max-height: 50px;
    width: auto;
} 