.about-page-div{
    text-align: justify;
}

.about-page-div .about-image{
    margin-bottom: 15px;
}

@media screen and (min-width: 768px) {
    .about-page-div .about-image{
        padding-left: 0px !important;
    }
}
@media screen and (max-width: 767px) {
    .about-page-div .about-image{
        padding-left: 0px !important;
        padding-right: 0px !important;
    }
}

/* Page Banner Styles - Account for fixed header */
body {
    padding-top: 140px;
}

@media (max-width: 768px) {
    body {
        padding-top: 100px;
    }
}

.single-page-heading-div {
    margin-top: 0;
    margin-bottom: 0;
    position: relative;
}

.page-banner-div {
    position: relative;
    width: 100%;
    height: 400px;
    overflow: hidden;
}

.page-banner-div .image {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.page-banner-div .heading_div{
    left: 51% !important;
    right: 0 !important;
    top: 45% !important;
    width: 50% !important;
    height: 34% !important;
}

.heading_div {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: rgba(255, 107, 53, 0.6);
    padding: 20px 40px;
    border-radius: 8px;
    text-align: center;
    z-index: 2;
}

.heading_div .heading {
    color: white;
    font-size: 2.5rem;
    font-weight: 700;
    margin: 0;
    text-transform: uppercase;
    letter-spacing: 2px;
}

/* Content Section */
.cbp-row.wh-content {
    padding: 60px 0;
    background: #f8f9fa;
}

.cbp-container.wh-padding {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

/* Responsive */
@media (max-width: 768px) {
    .page-banner-div {
        height: 300px;
    }
    
    .heading_div {
        padding: 15px 30px;
    }
    
    .heading_div .heading {
        font-size: 1.8rem;
    }
    
    .cbp-row.wh-content {
        padding: 40px 0;
    }
}



