h1 {
    font-size: 32px;
    font-weight: 700;
    color: #2c3e50;
    line-height: 1.2;
    margin-bottom: 30px;
}
 p{
    font-size: 16px;
    line-height: 1.6;
    color: #555;
    margin-bottom: 20px;
    text-align: justify;
}
.img-fluid {
    width: 100%;
    border-radius: 12px;
    box-shadow: 0 8px 25px rgba(0,0,0,0.12);
    transition: transform 0.3s ease;
}
@media (max-width: 991px) {
    h1 {
        font-size: 2.3rem;
    }
}
@media (max-width: 767px) {
    h1 {
        font-size: 1.9rem;
        text-align: justify;
    }
    p{
        text-align: justify;
    }
    .img-fluid {
        margin-top: 30px;
    }
}
.renovation-section .section-title {
    font-size: 35;
    font-weight: 700;
    color: #0d0d0dd1;
    letter-spacing: -0.5px;
    margin-bottom: 10px;
}
.renovation-section .renovation-card {
    background-color: #ffffff;
    padding: 35px;
    border-radius: 8px;
    border: 1px solid #e9ecef;
    transition: box-shadow 0.3s ease;
}
.renovation-section .renovation-card:hover {
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.06);
}
.renovation-section .renovation-card h3 {
    font-size: 1.4rem;
    font-weight: 600;
    color: #0c4d79;
    margin-bottom: 18px;
}
.renovation-section .renovation-card p {
    font-size: 1rem;
    line-height: 1.7;
    color: #495057;
    margin-bottom: 15px;
}
.renovation-section .service-list {
    list-style: none;
    padding-left: 0;
    margin-bottom: 15px;
}
.renovation-section .service-list li {
    position: relative;
    padding-left: 22px;
    margin-bottom: 10px;
    font-size: 0.95rem;
    color: #343a40;
}
.renovation-section .service-list li::before {
    content: "";
    width: 8px;
    height: 8px;
    background-color: #0c4d79;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 7px;
}
@media (max-width: 991px) {
    .renovation-section {
        padding: 70px 0;
    }

    .renovation-section .section-title {
        font-size: 2rem;
    }

    .renovation-section .renovation-card {
        padding: 30px;
    }
}
@media (max-width: 767px) {
    .renovation-section {
        padding: 50px 0;
    }

    .renovation-section .section-title {
        font-size: 1.7rem;
    }

    .renovation-section .renovation-card {
        padding: 25px;
    }

    .renovation-section .renovation-card h3 {
        font-size: 1.2rem;
    }

    .renovation-section .renovation-card p,
    .renovation-section .service-list li {
        font-size: 0.9rem;
    }
}
.section-title {
    font-size: 2.2rem;
    font-weight: 700;
    color: #0d0d0dd1;
}
.service-card {
    background: #ffffff;
    padding: 35px 25px;
    border-radius: 10px;
    border: 1px solid #e9ecef;
    transition: all 0.3s ease;
}
.service-card:hover {
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.07);
    transform: translateY(-5px);
}
.service-icon {
    width: 80px;
    height: 80px;
    margin: 0 auto 20px;
    background-color: rgba(12, 77, 121, 0.08);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.service-icon i {
    font-size: 40px;
    color: #0c4d79;
}
.service-title {
    font-size: 1.15rem;
    font-weight: 600;
    color: #0d0d0dd1;
    margin-bottom: 18px;
}
.service-list {
    list-style: none;
    padding-left: 0;
}

.service-list li {
    position: relative;
    padding-left: 18px;
    margin-bottom: 10px;
    font-size: 0.95rem;
    color: #343a40;
}
.service-list li::before {
    content: "";
    width: 6px;
    height: 6px;
    background-color: #0c4d79;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 7px;
}
@media (max-width: 991px) {
    .maintenance-section {
        padding: 70px 0;
    }

    .section-title {
        font-size: 1.9rem;
    }
}
@media (max-width: 767px) {
    .maintenance-section {
        padding: 50px 0;
    }

    .section-title {
        font-size: 1.6rem;
    }

    .service-title {
        font-size: 1.05rem;
    }

    .service-list li {
        font-size: 0.9rem;
    }
}
.section-title {
    font-size: 35px;
    font-weight: 700;
    color: #0d0d0dd1;
    letter-spacing: -0.4px;
}
.info-card {
    background: #ffffff;
    padding: 30px;
    border-radius: 8px;
    border: 1px solid #e9ecef;
    transition: all 0.3s ease;
}
.info-card:hover {
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.06);
}
.info-title {
    font-size: 1.15rem;
    font-weight: 600;
    color: #0c4d79;
    margin-bottom: 18px;
}
.info-list {
    list-style: none;
    padding-left: 0;
}
.info-list li {
    position: relative;
    padding-left: 18px;
    margin-bottom: 10px;
    font-size: 0.95rem;
    color: #343a40;
}
.info-list li::before {
    content: "";
    width: 6px;
    height: 6px;
    background-color: #0c4d79;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 7px;
}
.insights-section p {
    font-size: 0.95rem;
    color: #495057;
    line-height: 1.6;
}
@media (max-width: 991px) {
    .insights-section {
        padding: 70px 0;
    }

    .section-title {
        font-size: 1.9rem;
    }
}
@media (max-width: 767px) {
    .insights-section {
        padding: 50px 0;
    }

    .section-title {
        font-size: 1.6rem;
    }

    .info-title {
        font-size: 1.05rem;
    }

    .info-list li,
    .insights-section p {
        font-size: 0.9rem;
    }
}
.conclusion-card {
    background-color: #0c4d79; 
    border-radius: 12px;
    padding: 50px; 
    color: #ffffff;
    text-align: center;
    border: 1px solid rgba(255, 255, 255, 0.2);
    transition: all 0.3s ease;
}
.conclusion-card:hover {
    box-shadow: 0 12px 35px rgba(0, 0, 0, 0.15);
    transform: translateY(-4px);
}
.conclusion-title {
    text-align: start;
    font-size: 35px;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 25px;
}
.conclusion-text {
    font-size: 16px;
    color: #f8f9fa;
    line-height: 1.8;
    margin-bottom: 20px;
}
@media (max-width: 991px) {
    .conclusion-section {
        padding: 100px 0;
    }
    .conclusion-title {
        font-size: 1.9rem;
    }
    .conclusion-card {
        padding: 40px;
    }
}
@media (max-width: 767px) {
    .conclusion-section {
        padding: 70px 0;
    }
    .conclusion-title {
        font-size: 1.6rem;
    }
    .conclusion-text {
        font-size: 0.95rem;
    }
    .conclusion-card {
        padding: 30px;
    }
}