.page-title {
    background-color: #24283e;
    padding: 80px 0;
    color: #ffffff;
    position: relative;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.page-title::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(36, 40, 62, 0.85);
    z-index: 1;
}

.page-title .container {
    position: relative;
    z-index: 2;
}

.page-title .title-page-title {
    font-size: 45px;
    font-weight: 700;
    margin-bottom: 20px;
    line-height: 1.2;
    color: #ffffff;
    font-family: 'Montserrat', sans-serif;
}

.breadkcum {
    margin-bottom: 15px;
}

.breadkcum .caption-1 {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.8);
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 500;
}

.breadkcum .caption-1 a {
    color: #ffffff;
    text-decoration: none;
}

.breadkcum .caption-1 a:hover {
    color: var(--site-color);
}

.breadkcum .caption-1 span {
    margin: 0 10px;
}

.page-detail-section {
    padding: 40px 0;
    background: #ffffff;
}

.page-detail-section .image-side img {
    width: 100%;
    margin-top: 0;
    border-radius: 10px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.sec-title h2 {
    font-size: 36px;
    font-weight: 700;
    color: #272e39;
    margin-bottom: 25px;
    position: relative;
    font-family: 'Montserrat', sans-serif;
}

.content-column p {
    font-size: 16px;
    color: #687188;
    line-height: 1.8;
    margin-bottom: 20px;
}

@media (max-width: 991px) {
    .page-title {
        padding: 60px 0;
    }

    .page-title .title-page-title {
        font-size: 32px;
    }
}

@media (max-width: 767px) {
    .page-title {
        padding: 50px 0;
    }

    .page-title .title-page-title {
        font-size: 28px;
    }

    .page-detail-section {
        padding: 40px 0;
    }
}