/* Page Title Area (shared across pages) */
.page-title-area {
    position: relative;
    background: linear-gradient(135deg, #061b35 0%, #0b4c97 60%, #0e5ebc 100%);
    padding: 80px 0;
    text-align: center;
    overflow: hidden;
}
.page-title-area::before {
    content: '';
    position: absolute;
    inset: 0;
    background: url('images/gallery/gallery-8.jpg') center/cover;
    opacity: 0.15;
}
.page-title-content { position: relative; z-index: 2; }
.page-title-content h2 {
    color: #fff;
    font-size: clamp(1.8rem, 4vw, 2.8rem);
    font-weight: 800;
    letter-spacing: -0.03em;
}
.breadcrumb {
    display: flex;
    justify-content: center;
    list-style: none;
    padding: 0;
    margin: 10px 0 0;
    background: transparent;
}
.breadcrumb li { color: rgba(255,255,255,0.7); font-size: 15px; }
.breadcrumb li + li::before { content: '/'; margin: 0 10px; color: rgba(255,255,255,0.4); }
.breadcrumb li a { color: #ffd54f; text-decoration: none; font-weight: 600; }

/* WhatsApp floating button positioning */
.cbh-phone {
    position: fixed;
    left: 16px;
    bottom: 16px;
    visibility: hidden;
    background-color: transparent;
    width: 200px;
    height: 200px;
    cursor: pointer;
    z-index: 99;
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateZ(0);
    -webkit-transition: visibility .5s;
    -moz-transition: visibility .5s;
    -o-transition: visibility .5s;
    transition: visibility .5s;
}
.cbh-phone.cbh-show{visibility:visible}

/* Body padding for mobile sticky footer */
@media (max-width: 767px) {
    body { padding-bottom: 68px; }
}
