.cause-two {
    padding: 100px 0 0 !important;
}
body {
    overflow-x: hidden;
    width: 100%;
    margin: 0;
    padding: 0;
}
html {
    overflow-x: hidden;
}
.page-wrapper {
    overflow-x: hidden;
    width: 100%;
    max-width: 100vw;
    margin: 0;
}

/* ---- Preloader Spinner (replaces old rotating logo) ---- */
.preloader-spinner {
    width: 70px;
    height: 70px;
    border: 6px solid rgba(224, 123, 57, 0.18);
    border-top-color: #e07b39;
    border-radius: 50%;
    animation: spinLoader 0.85s linear infinite;
}
@keyframes spinLoader {
    to { transform: rotate(360deg); }
}
/* ---- End Preloader Spinner ---- */

@media only screen and (max-width: 767px) {
    * {
        box-sizing: border-box;
    }
    body {
        overflow-x: hidden;
        width: 100%;
        margin: 0;
        padding: 0;
    }
    html {
        overflow-x: hidden;
        width: 100%;
    }
    .page-wrapper {
        overflow-x: hidden;
        width: 100%;
        max-width: 100vw;
    }
    .container {
        max-width: 100%;
        padding-left: 15px;
        padding-right: 15px;
    }
    .shape-left,
    .shape,
    .sprade,
    .sprade-shape,
    .sprade-light,
    .hand,
    .parasuit,
    .unity,
    .poor {
        display: none !important;
    }
    .banner-two {
        margin-top: 80px !important;
    }
    .banner-two .banner-two__slider-single {
        padding: 80px 0 !important;
    }
    .banner-two .banner-two__slider-content h1 {
        font-size: 26px !important;
    }
    .help {
        padding-top: 60px;
    }
    .difference-two {
        padding-top: 60px;
    }
    .counter {
        padding: 40px 0;
        background-color: #0c2b27;
    }
    .counter__single {
        width: calc(50% - 10px) !important;
    }
    .difference-three {
        padding-top: 0 !important;
    }
    .cta-section-two {
        padding: 60px 0;
    }
    .faq {
        padding: 60px 0;
    }
    .testimonial {
        padding: 60px 0;
    }
    .footer-two {
        padding-top: 40px;
    }
    .fix-btn {
        bottom: 15px !important;
        left: 15px !important;
        right: auto !important;
    }
    .fix-btn li {
        width: 45px;
        height: 45px;
    }
    .fix-btn li i {
        font-size: 20px;
    }
    /* Make banner CTA buttons stack on small screens */
    .banner-two .banner__content-cta {
        flex-direction: column;
        align-items: flex-start;
        gap: 12px;
    }
    .banner-two .btn--tertiary,
    .banner-two .btn--primary {
        padding: 14px 28px;
        font-size: 14px;
        width: auto;
    }
    .mobile-menu {
        width: 100%;
        max-width: 320px;
    }
    .cta-section-two .cta__section__content h2 {
        font-size: 24px;
    }
    .difference-two__content h2 {
        font-size: 24px;
    }
    .help__content h2 {
        font-size: 24px;
    }
    .cause__slider-single .content h6 {
        font-size: 16px;
    }
    .testimonial__slider-single .content q {
        font-size: 14px;
    }
    .footer-two__widget-content p {
        font-size: 14px;
    }
    .footer-two__widget-content ul li a {
        font-size: 13px;
    }
    .topbar {
        display: none !important;
    }
    .header-secondary {
        top: 0 !important;
    }
    .navbar__menu {
        display: none !important;
    }
    .contact-btn {
        display: none !important;
    }
}
/* ========== PREMIUM GALLERY SECTION ========== */
.gallery-premium {
    background: linear-gradient(180deg, #f8f8f8 0%, #f0ede6 100%);
    padding: 100px 0;
    position: relative;
    overflow: hidden;
}
.gallery-premium::before {
    content: '';
    position: absolute;
    top: -80px;
    left: -80px;
    width: 300px;
    height: 300px;
    background: radial-gradient(circle, rgba(212,175,55,0.06) 0%, transparent 70%);
    border-radius: 50%;
}
.gallery-premium .container {
    position: relative;
    z-index: 1;
}
/* Header */
.gallery-premium__header {
    text-align: center;
    margin-bottom: 40px;
}
.gallery-premium__badge {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: rgba(212,175,55,0.1);
    border: 1px solid rgba(212,175,55,0.3);
    padding: 10px 24px;
    border-radius: 50px;
    margin-bottom: 20px;
}
.gallery-premium__badge i {
    color: #D4AF37;
    font-size: 14px;
}
.gallery-premium__badge span {
    color: #D4AF37;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 2px;
    text-transform: uppercase;
}
.gallery-premium__header h2 {
    color: #1a1a1a;
    font-size: 42px;
    font-weight: 700;
    margin-bottom: 15px;
}
.gallery-premium__header h2 span {
    color: #D4AF37;
}
.gallery-premium__header p {
    color: #666;
    font-size: 16px;
    max-width: 500px;
    margin: 0 auto;
}
/* Filters */
.gallery-premium__filters {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-bottom: 40px;
    flex-wrap: wrap;
}
.gallery-premium__filter-btn {
    padding: 10px 24px;
    border: 2px solid #e0e0e0;
    border-radius: 50px;
    background: #fff;
    color: #666;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
}
.gallery-premium__filter-btn:hover {
    border-color: #D4AF37;
    color: #D4AF37;
}
.gallery-premium__filter-btn.active {
    background: linear-gradient(135deg, #D4AF37 0%, #B8962E 100%);
    color: #fff;
    border-color: #D4AF37;
    box-shadow: 0 4px 15px rgba(212,175,55,0.3);
}
/* Grid */
.gallery-premium__grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-auto-rows: 240px;
    gap: 16px;
}
.gallery-premium__item {
    position: relative;
    border-radius: 16px;
    overflow: hidden;
    cursor: pointer;
    border: 2px solid transparent;
    transition: all 0.4s ease;
    box-shadow: 0 4px 15px rgba(0,0,0,0.06);
}
.gallery-premium__item--wide {
    grid-column: span 2;
}
.gallery-premium__item--tall {
    grid-row: span 2;
}
.gallery-premium__item:hover {
    border-color: rgba(212,175,55,0.5);
    transform: translateY(-4px);
    box-shadow: 0 12px 35px rgba(0,0,0,0.12);
}
.gallery-premium__item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.6s ease;
}
.gallery-premium__item:hover img {
    transform: scale(1.08);
}
.gallery-premium__overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(0,0,0,0.85) 0%, rgba(0,0,0,0.1) 40%, transparent 100%);
    opacity: 0;
    transition: opacity 0.4s ease;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 24px;
}
.gallery-premium__item:hover .gallery-premium__overlay {
    opacity: 1;
}
.gallery-premium__overlay h4 {
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 4px;
    transform: translateY(15px);
    transition: transform 0.4s ease;
}
.gallery-premium__item:hover .gallery-premium__overlay h4 {
    transform: translateY(0);
}
.gallery-premium__overlay p {
    color: #D4AF37;
    font-size: 13px;
    font-weight: 500;
    transform: translateY(15px);
    transition: transform 0.4s ease 0.05s;
}
.gallery-premium__item:hover .gallery-premium__overlay p {
    transform: translateY(0);
}
.gallery-premium__icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(0);
    width: 56px;
    height: 56px;
    background: linear-gradient(135deg, #D4AF37 0%, #B8962E 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.4s ease;
    box-shadow: 0 4px 20px rgba(212,175,55,0.4);
}
.gallery-premium__item:hover .gallery-premium__icon {
    transform: translate(-50%, -50%) scale(1);
}
.gallery-premium__icon i {
    color: #000;
    font-size: 18px;
}
/* Filter animation */
@keyframes fadeInGallery {
    from { opacity: 0; transform: scale(0.95); }
    to { opacity: 1; transform: scale(1); }
}
/* Lightbox */
.gallery-lightbox {
    display: none;
    position: fixed;
    inset: 0;
    z-index: 9999;
    align-items: center;
    justify-content: center;
}
.gallery-lightbox.active {
    display: flex;
}
.gallery-lightbox__backdrop {
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,0.92);
    backdrop-filter: blur(8px);
}
.gallery-lightbox__content {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    padding: 40px;
}
.gallery-lightbox__img-wrapper {
    max-width: 85%;
    max-height: 80vh;
    display: flex;
    align-items: center;
    justify-content: center;
}
.gallery-lightbox__img-wrapper img {
    max-width: 100%;
    max-height: 80vh;
    border-radius: 12px;
    box-shadow: 0 20px 60px rgba(0,0,0,0.4);
    object-fit: contain;
    transition: opacity 0.3s ease;
}
.gallery-lightbox__close {
    position: absolute;
    top: 24px;
    right: 30px;
    background: rgba(255,255,255,0.1);
    border: 1px solid rgba(255,255,255,0.2);
    color: #fff;
    font-size: 30px;
    cursor: pointer;
    transition: all 0.3s;
    z-index: 10;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
}
.gallery-lightbox__close:hover {
    background: #D4AF37;
    border-color: #D4AF37;
    color: #000;
}
.gallery-lightbox__nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(255,255,255,0.1);
    border: 1px solid rgba(255,255,255,0.2);
    color: #fff;
    width: 52px;
    height: 52px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    font-size: 18px;
    transition: all 0.3s;
    z-index: 10;
}
.gallery-lightbox__nav:hover {
    background: #D4AF37;
    border-color: #D4AF37;
    color: #000;
}
.gallery-lightbox__prev { left: 30px; }
.gallery-lightbox__next { right: 30px; }
.gallery-lightbox__info {
    position: absolute;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    align-items: center;
    gap: 20px;
    background: rgba(0,0,0,0.6);
    backdrop-filter: blur(10px);
    padding: 12px 28px;
    border-radius: 50px;
    border: 1px solid rgba(255,255,255,0.1);
}
.gallery-lightbox__counter {
    color: #fff;
    font-size: 14px;
    font-weight: 600;
}
.gallery-lightbox__caption {
    color: rgba(255,255,255,0.8);
    font-size: 13px;
}

/* Responsive */
@media only screen and (max-width: 1199px) {
    .gallery-premium__grid {
        grid-template-columns: repeat(3, 1fr);
        grid-auto-rows: 220px;
    }
}
@media only screen and (max-width: 991px) {
    .gallery-premium__grid {
        grid-template-columns: repeat(3, 1fr);
        grid-auto-rows: 200px;
    }
    .gallery-premium__item--wide {
        grid-column: span 2;
    }
    /* Elderly Care Premium - Tablet */
    .elderly-care-premium {
        padding: 60px 0;
        overflow: hidden;
    }
    .elderly-care-premium__header {
        margin-bottom: 40px;
    }
    .elderly-care-premium__header h2 {
        font-size: 30px;
    }
    .elderly-care-premium__header p {
        font-size: 16px;
    }
    .elderly-care-premium__services-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 14px;
    }
    .elderly-care-premium__service-card {
        padding: 20px;
    }
    .elderly-care-premium__tabs {
        gap: 8px;
    }
    .elderly-care-premium__tab {
        min-width: 110px;
        padding: 12px 16px;
        font-size: 13px;
    }
    .elderly-care-premium__stat-info strong {
        font-size: 22px;
    }
    .elderly-care-premium__mv-content {
        padding: 35px 25px;
    }
}
@media only screen and (max-width: 767px) {
    .gallery-premium {
        padding: 60px 0;
    }
    .gallery-premium__header h2 {
        font-size: 28px;
    }
    .gallery-premium__filters {
        gap: 8px;
        margin-bottom: 30px;
    }
    .gallery-premium__filter-btn {
        padding: 8px 18px;
        font-size: 13px;
    }
    .gallery-premium__grid {
        grid-template-columns: repeat(2, 1fr);
        grid-auto-rows: 160px;
        gap: 10px;
    }
    .gallery-premium__item--wide {
        grid-column: span 2;
    }
    .gallery-premium__item--tall {
        grid-row: span 1;
    }
    .gallery-lightbox__nav {
        width: 40px;
        height: 40px;
        font-size: 14px;
    }
    .gallery-lightbox__prev { left: 12px; }
    .gallery-lightbox__next { right: 12px; }
    .gallery-lightbox__content {
        padding: 20px;
    }
    .gallery-lightbox__img-wrapper {
        max-width: 95%;
    }
    .gallery-lightbox__info {
        padding: 10px 20px;
        gap: 14px;
    }
    .gallery-lightbox__close {
        top: 16px;
        right: 16px;
        width: 40px;
        height: 40px;
        font-size: 24px;
    }
    /* Elderly Care Premium - Mobile */
    .elderly-care-premium {
        padding: 40px 0;
        overflow: hidden;
    }
    .elderly-care-premium__bg-shape {
        display: none;
    }
    .elderly-care-premium__header {
        margin-bottom: 24px;
    }
    .elderly-care-premium__badge {
        padding: 8px 18px;
        margin-bottom: 12px;
    }
    .elderly-care-premium__badge i {
        font-size: 12px;
    }
    .elderly-care-premium__badge span {
        font-size: 11px;
        letter-spacing: 1.5px;
    }
    .elderly-care-premium__header h2 {
        font-size: 22px;
        margin-bottom: 10px;
    }
    .elderly-care-premium__header p {
        font-size: 13px;
        line-height: 1.6;
    }
    .elderly-care-premium__tabs {
        flex-wrap: nowrap;
        gap: 6px;
        margin-bottom: 16px;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: none;
        padding-bottom: 4px;
    }
    .elderly-care-premium__tabs::-webkit-scrollbar {
        display: none;
    }
    .elderly-care-premium__tab {
        min-width: max-content;
        flex: 0 0 auto;
        padding: 10px 16px;
        font-size: 12px;
        justify-content: center;
        gap: 6px;
        border-radius: 8px;
        white-space: nowrap;
    }
    .elderly-care-premium__tab i {
        font-size: 12px;
    }
    .elderly-care-premium__services-grid {
        display: flex;
        flex-direction: column;
        gap: 10px;
    }
    .elderly-care-premium__service-card {
        padding: 16px;
        border-radius: 12px;
    }
    .elderly-care-premium__service-icon {
        width: 42px;
        height: 42px;
        border-radius: 10px;
        margin-bottom: 10px;
    }
    .elderly-care-premium__service-icon i {
        font-size: 18px;
    }
    .elderly-care-premium__service-card h4 {
        font-size: 14px;
        font-weight: 700;
        margin-bottom: 8px;
    }
    .elderly-care-premium__service-card ul li {
        font-size: 12px;
        padding: 3px 0;
        gap: 6px;
        line-height: 1.4;
    }
    .elderly-care-premium__service-card ul li i {
        font-size: 10px;
    }
    .elderly-care-premium__mv-content {
        padding: 28px 18px;
        border-radius: 14px;
    }
    .elderly-care-premium__mv-icon {
        width: 60px;
        height: 60px;
        margin-bottom: 14px;
    }
    .elderly-care-premium__mv-icon i {
        font-size: 24px;
    }
    .elderly-care-premium__mv-content h3 {
        font-size: 20px;
        margin-bottom: 10px;
    }
    .elderly-care-premium__mv-content p {
        font-size: 13px;
        margin-bottom: 16px;
    }
    .elderly-care-premium__mv-points {
        gap: 8px;
    }
    .elderly-care-premium__mv-point {
        padding: 10px 14px;
        font-size: 13px;
        gap: 10px;
    }
    .elderly-care-premium__mv-point span {
        font-size: 13px;
    }
    .elderly-care-premium__stats {
        flex-wrap: wrap;
        gap: 16px;
        padding: 24px 16px;
        border-radius: 14px;
    }
    .elderly-care-premium__stat {
        width: calc(50% - 16px);
        flex: none;
        padding: 0;
        gap: 8px;
    }
    .elderly-care-premium__stat:not(:last-child)::after {
        display: none;
    }
    .elderly-care-premium__stat-icon {
        width: 40px;
        height: 40px;
    }
    .elderly-care-premium__stat-icon i {
        font-size: 16px;
    }
    .elderly-care-premium__stat-info strong {
        font-size: 20px;
    }
    .elderly-care-premium__stat-info span {
        font-size: 11px;
    }
}
@media only screen and (max-width: 480px) {
    .gallery-premium__grid {
        grid-template-columns: 1fr 1fr;
        grid-auto-rows: 140px;
        gap: 8px;
    }
    .gallery-premium__item--wide {
        grid-column: span 2;
    }
    .gallery-premium__overlay h4 {
        font-size: 14px;
    }
    .gallery-premium__overlay p {
        font-size: 11px;
    }
    .gallery-premium__icon {
        width: 44px;
        height: 44px;
    }
    .gallery-premium__icon i {
        font-size: 16px;
    }
    /* Elderly Care Premium - Extra Small Mobile */
    .elderly-care-premium {
        padding: 30px 0;
    }
    .elderly-care-premium__header {
        margin-bottom: 20px;
    }
    .elderly-care-premium__badge {
        padding: 6px 14px;
        margin-bottom: 10px;
    }
    .elderly-care-premium__badge span {
        font-size: 10px;
    }
    .elderly-care-premium__header h2 {
        font-size: 18px;
    }
    .elderly-care-premium__header p {
        font-size: 12px;
    }
    .elderly-care-premium__tab {
        padding: 8px 12px;
        font-size: 11px;
    }
    .elderly-care-premium__service-card {
        padding: 14px;
    }
    .elderly-care-premium__service-card h4 {
        font-size: 13px;
    }
    .elderly-care-premium__service-card ul li {
        font-size: 11px;
    }
    .elderly-care-premium__mv-content {
        padding: 22px 14px;
    }
    .elderly-care-premium__mv-content h3 {
        font-size: 18px;
    }
    .elderly-care-premium__mv-content p {
        font-size: 12px;
    }
    .elderly-care-premium__mv-point {
        padding: 8px 12px;
    }
    .elderly-care-premium__mv-point span {
        font-size: 12px;
    }
    .elderly-care-premium__stats {
        padding: 20px 12px;
        gap: 12px;
    }
    .elderly-care-premium__stat {
        width: calc(50% - 12px);
    }
    .elderly-care-premium__stat-info strong {
        font-size: 18px;
    }
}
/* ========== END PREMIUM GALLERY SECTION ========== */
.cause-two .section__header {
    position: relative;
    z-index: 11;
    margin-bottom: -60px;
}
.navbar-logo a {
    display: flex;
    gap: 10px;
}
.header .navbar-logo img {
    width: 70px;
    height: 70px;
    flex-shrink: 0;
}
.navbar-logo h1 {
    font-weight: bolder;
    color: var(--primary-color);
    font-size: 30px;
    line-height: normal;
}
.navbar-logo h1 span {
    color: var(--secondary-color);
    display: block;
    font-size: 18px;
}
.header-secondary .main-header__menu-box {
    padding: 10px 40px;
}
.banner-two {
    margin-top: 150px;
}
.contact .contact__content .contact__form {
    margin-top: 30px;
}
.testimonial .swiper-slide {
    height: auto;
}
.testimonial .testimonial__slider-single {
    height: 100%;
}
.difference-two__content-single.typ-2 ul {
    column-count: 2;
}
.cause-two__content-slider {
    display: none;
}
.testimonial.inner-testimonial {
    padding-top: 80px;
}
.cause-two.inner-page .section__header {
    margin-bottom: 50px;
}
.cause-two.inner-page .title-animation {
    text-transform: capitalize;
}
.cause-two.inner-page {
    padding-bottom: 100px !important;
}
.tour.help .help__thumb {
    direction: unset;
}
.tour.help .thumb-lg {
    margin: 0 40px;
}
.tour.help .help__thumb-inner {
    text-align: center;
}
.tour.help .thumb-lg::after {
    display: none;
}
.fix-btn {
    position: fixed !important;
    bottom: 20px !important;
    left: 20px !important;
    right: auto !important;
    z-index: 999 !important;
}
.fix-btn li {
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #ff0000;
    text-align: center;
    border: 2px solid #ff0000;
    margin-bottom: 10px;
    border-radius: 50%;
    box-shadow: 0 4px 15px rgba(0,0,0,0.2);
}
.fix-btn li:last-child {
    background: #1bd741;
    border-color: #1bd741;
}
.fix-btn li:last-child i {
    font-size: 28px;
}
.fix-btn li i {
    color: #fff;
    font-size: 24px;
}
.trin-trin {
    animation-name: trin;
    animation-duration: 1.5s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}
@keyframes trin {
    from {
        transform: rotate3d(0, 0, 1, 0deg);
    }
    20%,
    32%,
    44%,
    56%,
    68% {
        transform: rotate3d(0, 0, 1, 0deg);
    }
    23%,
    35%,
    47%,
    59%,
    71% {
        transform: rotate3d(0, 0, 1, 15deg);
    }
    26%,
    38%,
    50%,
    62%,
    74% {
        transform: rotate3d(0, 0, 1, 0deg);
    }
    29%,
    41%,
    53%,
    65%,
    77% {
        transform: rotate3d(0, 0, 1, -15deg);
    }
    80% {
        transform: rotate3d(0, 0, 1, 0deg);
    }
}
.whatsapp-btn {
    animation-name: pulse;
    animation-duration: 1.5s;
    animation-timing-function: ease-out;
    animation-iteration-count: infinite;
}
@keyframes pulse {
    0% {
        box-shadow: 0 0 0 0 rgba(212, 175, 55, 0.7);
    }
    50% {
        box-shadow: 0 0 0 0 rgba(212, 175, 55, 0.4);
    }
    75% {
        box-shadow: 0 0 0 14px rgba(212, 175, 55, 0.2);
    }
}
@media only screen and (max-width: 767px) {
    .header .navbar-logo img {
        width: 55px;
        height: 55px;
    }
    .header-secondary .main-header__menu-box {
        padding: 10px 0;
    }
    .navbar-logo h1 {
        font-size: 26px;
    }
    .navbar-logo h1 span {
        font-size: 16px;
    }
    .banner-two .banner-two__slider-content h1 {
        font-size: 26px;
    }
    .banner-two .banner-two__slider-single {
        padding: 70px 0;
    }
    .difference-two__content-single.typ-2 ul {
        column-count: 1;
    }
    .section__header h2 {
        font-size: 26px;
        line-height: 36px;
    }
    .cause-two .cause-two__slider-single .cause-thumb a {
        width: 60px;
        min-width: 60px;
        height: 60px;
    }
    .tour.help .thumb-lg {
        margin: 0 0 20px;
    }
    .tour.help .help__thumb-inner {
        min-width: auto;
    }
    .tour.help {
        padding-bottom: 0;
    }
    /* Preloader spinner (replaces old rotating logo) */
    .preloader-spinner {
        width: 60px;
        height: 60px;
        border: 5px solid rgba(224, 123, 57, 0.2);
        border-top-color: var(--base-color, #e07b39);
        border-radius: 50%;
        animation: spinLoader 0.85s linear infinite;
    }
    @keyframes spinLoader {
        to { transform: rotate(360deg); }
    }
    .preloader p {
        text-align: center;
    }
    .common-banner {
        padding: 70px 0;
    }
    .common-banner .banner-bg img {
        object-position: top right;
    }
    .cause-two .gallery {
        padding: 10px;
    }
    .gallery__inner {
        grid-template-columns: repeat(2, 1fr);
    }
    .gallery__single {
        height: 200px;
    }
    .navbar-logo a {
        gap: 5px;
    }
    .banner-two {
        margin-top: 80px;
    }
    .difference-three .difference-three__thumb-inner .thumb-lg {
        margin: 0;
    }
    .difference-three .difference-three__thumb-inner .thumb-lg img {
        min-height: auto;
        width: 100%;
    }
    .difference-three .difference-three__thumb-inner {
        direction: unset;
    }
    .difference-three .difference-three__thumb-inner {
        min-width: auto;
        padding-top: 0;
    }
    .difference-three {
        padding-top: 0;
    }
    .fix-btn {
        bottom: 15px !important;
        left: 15px !important;
        right: auto !important;
    }
    .fix-btn li {
        width: 45px;
        height: 45px;
    }
    .fix-btn li i {
        font-size: 20px;
    }
    .mobile-menu {
        width: 100%;
        max-width: 320px;
    }
    .cta-section-two .cta__section__content h2 {
        font-size: 24px;
    }
    .difference-two__content h2 {
        font-size: 24px;
    }
    .help__content h2 {
        font-size: 24px;
    }
    .cause__slider-single .content h6 {
        font-size: 16px;
    }
    .testimonial__slider-single .content q {
        font-size: 14px;
    }
    .footer-two__widget-content p {
        font-size: 14px;
    }
    .footer-two__widget-content ul li a {
        font-size: 13px;
    }
}
/* ========== PREMIUM TESTIMONIAL SECTION ========== */
.testimonials-premium {
    background: #f8f8f8;
    padding: 100px 0;
    position: relative;
}
.testimonials-premium .container {
    position: relative;
    z-index: 1;
}
.testimonials-premium__header {
    text-align: center;
    margin-bottom: 60px;
}
.testimonials-premium__badge {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: rgba(212,175,55,0.1);
    border: 1px solid rgba(212,175,55,0.3);
    padding: 10px 24px;
    border-radius: 50px;
    margin-bottom: 20px;
}
.testimonials-premium__badge i {
    color: #D4AF37;
    font-size: 14px;
}
.testimonials-premium__badge span {
    color: #D4AF37;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 2px;
    text-transform: uppercase;
}
.testimonials-premium__header h2 {
    color: #1a1a1a;
    font-size: 42px;
    font-weight: 700;
    margin-bottom: 15px;
}
.testimonials-premium__header h2 span {
    color: #D4AF37;
}
.testimonials-premium__header p {
    color: #666;
    font-size: 16px;
    max-width: 500px;
    margin: 0 auto;
}
.testimonials-premium__grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 25px;
}
.testimonials-premium__card {
    background: #fff;
    border-radius: 16px;
    padding: 30px;
    position: relative;
    border: 1px solid #eee;
    transition: all 0.4s ease;
    box-shadow: 0 4px 20px rgba(0,0,0,0.04);
}
.testimonials-premium__card:hover {
    transform: translateY(-8px);
    box-shadow: 0 15px 40px rgba(0,0,0,0.1);
    border-color: rgba(212,175,55,0.3);
}
.testimonials-premium__card-icon {
    width: 60px;
    height: 60px;
    background: linear-gradient(135deg, rgba(212,175,55,0.15) 0%, rgba(212,175,55,0.05) 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
}
.testimonials-premium__card-icon i {
    color: #D4AF37;
    font-size: 24px;
}
.testimonials-premium__stars {
    display: flex;
    gap: 4px;
    margin-bottom: 15px;
}
.testimonials-premium__stars i {
    color: #D4AF37;
    font-size: 14px;
}
.testimonials-premium__card > p {
    color: #555;
    font-size: 15px;
    line-height: 1.8;
    margin-bottom: 20px;
    font-style: italic;
}
.testimonials-premium__card-author {
    display: flex;
    align-items: center;
    gap: 12px;
    border-top: 1px solid #f0f0f0;
    padding-top: 20px;
}
.testimonials-premium__avatar {
    width: 48px;
    height: 48px;
    background: linear-gradient(135deg, #D4AF37 0%, #B8962E 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}
.testimonials-premium__avatar span {
    color: #000;
    font-size: 18px;
    font-weight: 700;
}
.testimonials-premium__author-info h5 {
    color: #1a1a1a;
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 2px;
}
.testimonials-premium__author-info p {
    color: #999;
    font-size: 12px;
    font-style: normal;
    margin: 0;
}
@media only screen and (max-width: 991px) {
    .testimonials-premium__grid {
        grid-template-columns: repeat(2, 1fr);
    }
}
@media only screen and (max-width: 767px) {
    .testimonials-premium {
        padding: 60px 0;
    }
    .testimonials-premium__header h2 {
        font-size: 28px;
    }
    .testimonials-premium__grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }
    .testimonials-premium__card {
        padding: 25px;
    }
}
@media only screen and (max-width: 480px) {
    .testimonials-premium__card {
        padding: 20px;
    }
    .testimonials-premium__card > p {
        font-size: 14px;
    }
}
/* ========== END PREMIUM TESTIMONIAL SECTION ========== */

/* Help Section Responsiveness: Scale down the thumbnail group on medium-large screens to prevent left overflow */
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .help .help__thumb-inner {
        transform: scale(0.7) !important;
        transform-origin: right center !important;
    }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .help .help__thumb-inner {
        transform: scale(0.85) !important;
        transform-origin: right center !important;
    }
}

@media only screen and (max-width: 991px) {
    .help .help__thumb-inner {
        min-width: 100% !important;
        display: flex !important;
        flex-direction: column !important;
        align-items: center !important;
        gap: 20px !important;
        margin-bottom: 40px !important;
        text-align: center !important;
    }
    .help .help__thumb-inner .thumb {
        position: relative !important;
        top: auto !important;
        bottom: auto !important;
        left: auto !important;
        right: auto !important;
        inset: auto !important;
        transform: none !important;
        margin: 0 !important;
        max-width: 100% !important;
        display: block !important;
    }
    .help .help__thumb-inner .thumb-lg::before,
    .help .help__thumb-inner .thumb-lg::after {
        display: none !important;
    }
    .help .help__thumb-inner .vertical-text {
        position: relative !important;
        bottom: auto !important;
        left: auto !important;
        transform: none !important;
        padding: 20px 30px !important;
        margin-top: 10px !important;
        display: inline-block !important;
    }
    .help .help__thumb-inner .vertical-text h5 {
        writing-mode: horizontal-tb !important;
        -webkit-writing-mode: horizontal-tb !important;
        -ms-writing-mode: lr-tb !important;
        transform: none !important;
        text-align: center !important;
        margin: 0 !important;
    }
    .help .help__thumb-inner .line,
    .help .help__thumb-inner .grid-line {
        display: none !important;
    }
    .help .help__thumb-inner .thumb img {
        width: 100% !important;
        height: auto !important;
    }
}

/* ========== ABOUT PREMIUM VISUAL ========== */
.about-premium-visual {
    position: relative;
    max-width: 500px;
    margin: 0 auto;
    padding-left: 40px;
    padding-bottom: 40px;
}
.about-premium-visual__img-main {
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 20px 40px rgba(0,0,0,0.1);
    z-index: 2;
}
.about-premium-visual__img-main img {
    width: 100%;
    height: auto;
    display: block;
    transition: transform 0.5s ease;
}
.about-premium-visual:hover .about-premium-visual__img-main img {
    transform: scale(1.05);
}
.about-premium-visual__img-accent {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 220px;
    border: 8px solid #fff;
    border-radius: 16px;
    box-shadow: 0 15px 30px rgba(0,0,0,0.15);
    z-index: 3;
    overflow: hidden;
}
.about-premium-visual__img-accent img {
    width: 100%;
    height: auto;
    display: block;
}
.about-premium-visual__badge {
    position: absolute;
    top: 40px;
    right: -30px;
    background: #00715d;
    color: #fff;
    padding: 15px 25px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    gap: 12px;
    box-shadow: 0 10px 25px rgba(0, 113, 93, 0.3);
    z-index: 4;
    animation: floatBadge 3s ease-in-out infinite;
}
.about-premium-visual__badge .badge-icon i {
    font-size: 28px;
    color: #f1c40f;
}
.about-premium-visual__badge .badge-text {
    display: flex;
    flex-direction: column;
}
.about-premium-visual__badge .badge-text strong {
    font-size: 22px;
    font-weight: 700;
    line-height: 1;
}
.about-premium-visual__badge .badge-text span {
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 1px;
    text-transform: uppercase;
    opacity: 0.9;
}
.about-premium-visual__shape {
    position: absolute;
    top: -20px;
    right: -20px;
    width: 150px;
    height: 150px;
    background: radial-gradient(circle, rgba(0, 113, 93, 0.15) 2px, transparent 2.5px);
    background-size: 15px 15px;
    z-index: 1;
    border-radius: 50%;
}
@keyframes floatBadge {
    0% { transform: translateY(0); }
    50% { transform: translateY(-10px); }
    100% { transform: translateY(0); }
}
@media only screen and (max-width: 767px) {
    .about-premium-visual {
        padding-left: 0;
        padding-bottom: 20px;
        margin-bottom: 40px;
        max-width: 90%;
    }
    .about-premium-visual__img-accent {
        width: 150px;
        left: -10px;
        bottom: -10px;
        border-width: 5px;
    }
    .about-premium-visual__badge {
        right: -10px;
        top: 20px;
        padding: 10px 15px;
    }
    .about-premium-visual__badge .badge-text strong {
        font-size: 18px;
    }
}

/* ========== ELDERLY CARE PREMIUM SECTION ========== */
.elderly-care-premium {
    padding: 100px 0;
    position: relative;
    z-index: 1;
    overflow: hidden;
    background: linear-gradient(135deg, #fafafa 0%, #f5f0e8 50%, #fafafa 100%);
}
.elderly-care-premium__bg-shape {
    position: absolute;
    top: -120px;
    right: -120px;
    width: 400px;
    height: 400px;
    background: radial-gradient(circle, rgba(212,175,55,0.08) 0%, transparent 70%);
    border-radius: 50%;
    z-index: 0;
}
/* Header */
.elderly-care-premium__header {
    text-align: center;
    margin-bottom: 60px;
    position: relative;
    z-index: 2;
}
.elderly-care-premium__badge {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: linear-gradient(135deg, rgba(212,175,55,0.12) 0%, rgba(212,175,55,0.04) 100%);
    border: 1px solid rgba(212,175,55,0.3);
    padding: 10px 28px;
    border-radius: 50px;
    margin-bottom: 20px;
}
.elderly-care-premium__badge i {
    color: #D4AF37;
    font-size: 14px;
}
.elderly-care-premium__badge span {
    color: #D4AF37;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 2px;
    text-transform: uppercase;
}
.elderly-care-premium__header h2 {
    color: #1a1a1a;
    font-size: 44px;
    font-weight: 800;
    margin-bottom: 16px;
    line-height: 1.2;
}
.elderly-care-premium__header h2 span {
    color: #D4AF37;
    position: relative;
}
.elderly-care-premium__header h2 span::after {
    content: '';
    position: absolute;
    bottom: 2px;
    left: 0;
    width: 100%;
    height: 8px;
    background: rgba(212,175,55,0.2);
    border-radius: 4px;
    z-index: -1;
}
.elderly-care-premium__header p {
    color: #666;
    font-size: 17px;
    max-width: 600px;
    margin: 0 auto;
    line-height: 1.7;
}

/* Visual / Images */
.elderly-care-premium__visual {
    position: relative;
    padding: 20px 0;
}
.elderly-care-premium__img-main {
    border-radius: 24px;
    overflow: hidden;
    box-shadow: 0 20px 60px rgba(0,0,0,0.1);
    border: 4px solid #fff;
}
.elderly-care-premium__img-main img {
    width: 100%;
    display: block;
    border-radius: 20px;
    transition: transform 0.6s ease;
}
.elderly-care-premium__visual:hover .elderly-care-premium__img-main img {
    transform: scale(1.03);
}
.elderly-care-premium__img-accent {
    position: absolute;
    bottom: -20px;
    right: -20px;
    width: 180px;
    border-radius: 16px;
    overflow: hidden;
    border: 4px solid #fff;
    box-shadow: 0 10px 30px rgba(0,0,0,0.12);
    z-index: 2;
}
.elderly-care-premium__img-accent img {
    width: 100%;
    display: block;
    border-radius: 12px;
}
.elderly-care-premium__trust-badge {
    position: absolute;
    top: 20px;
    left: -10px;
    background: linear-gradient(135deg, #D4AF37 0%, #B8962E 100%);
    color: #fff;
    padding: 14px 20px;
    border-radius: 16px;
    display: flex;
    align-items: center;
    gap: 12px;
    box-shadow: 0 8px 25px rgba(212,175,55,0.35);
    z-index: 3;
    animation: floatBadge 3s ease-in-out infinite;
}
@keyframes floatBadge {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-6px); }
}
.elderly-care-premium__trust-icon {
    font-size: 24px;
}
.elderly-care-premium__trust-text strong {
    display: block;
    font-size: 20px;
    font-weight: 800;
    line-height: 1.1;
}
.elderly-care-premium__trust-text span {
    font-size: 11px;
    opacity: 0.9;
    text-transform: uppercase;
    letter-spacing: 1px;
}

/* Tabs */
.elderly-care-premium__tabs {
    display: flex;
    gap: 8px;
    margin-bottom: 30px;
    flex-wrap: wrap;
}
.elderly-care-premium__tab {
    flex: 1;
    min-width: 140px;
    padding: 14px 20px;
    border: 2px solid #e8e8e8;
    border-radius: 12px;
    background: #fff;
    color: #555;
    font-weight: 600;
    font-size: 14px;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}
.elderly-care-premium__tab i {
    font-size: 14px;
}
.elderly-care-premium__tab:hover {
    border-color: #D4AF37;
    color: #D4AF37;
    background: rgba(212,175,55,0.05);
}
.elderly-care-premium__tab.active {
    background: linear-gradient(135deg, #D4AF37 0%, #B8962E 100%);
    color: #fff;
    border-color: #D4AF37;
    box-shadow: 0 4px 15px rgba(212,175,55,0.3);
}

/* Tab Panels */
.elderly-care-premium__tab-panels {
    position: relative;
}
.elderly-care-premium__panel {
    display: none;
    animation: fadeInPanel 0.4s ease;
}
.elderly-care-premium__panel.active {
    display: block;
}
@keyframes fadeInPanel {
    from { opacity: 0; transform: translateY(10px); }
    to { opacity: 1; transform: translateY(0); }
}

/* Services Grid */
.elderly-care-premium__services-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 16px;
}
@media (min-width: 768px) {
    .elderly-care-premium__services-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}
@media (min-width: 992px) {
    .elderly-care-premium__services-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}
.elderly-care-premium__service-card {
    background: #fff;
    border-radius: 16px;
    padding: 24px;
    border: 1px solid #f0f0f0;
    transition: all 0.4s ease;
    position: relative;
    overflow: hidden;
}
.elderly-care-premium__service-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 3px;
    background: linear-gradient(90deg, #D4AF37, #B8962E);
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.4s ease;
}
.elderly-care-premium__service-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 35px rgba(0,0,0,0.08);
    border-color: rgba(212,175,55,0.3);
}
.elderly-care-premium__service-card:hover::before {
    transform: scaleX(1);
}
.elderly-care-premium__service-card--highlight {
    border-color: rgba(212,175,55,0.25);
    background: linear-gradient(135deg, rgba(212,175,55,0.04) 0%, #fff 100%);
}
.elderly-care-premium__service-icon {
    width: 48px;
    height: 48px;
    background: linear-gradient(135deg, rgba(212,175,55,0.15) 0%, rgba(212,175,55,0.05) 100%);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 14px;
}
.elderly-care-premium__service-icon i {
    color: #D4AF37;
    font-size: 20px;
}
.elderly-care-premium__service-card h4 {
    color: #1a1a1a;
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 12px;
}
.elderly-care-premium__service-card ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.elderly-care-premium__service-card ul li {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 13px;
    color: #666;
    padding: 5px 0;
    line-height: 1.4;
}
.elderly-care-premium__service-card ul li i {
    color: #D4AF37;
    font-size: 11px;
    flex-shrink: 0;
}

/* Mission / Vision */
.elderly-care-premium__mv-content {
    background: #fff;
    border-radius: 20px;
    padding: 50px 40px;
    text-align: center;
    border: 1px solid #f0f0f0;
    box-shadow: 0 10px 40px rgba(0,0,0,0.05);
}
.elderly-care-premium__mv-icon {
    width: 80px;
    height: 80px;
    background: linear-gradient(135deg, rgba(212,175,55,0.15) 0%, rgba(212,175,55,0.05) 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 24px;
}
.elderly-care-premium__mv-icon i {
    color: #D4AF37;
    font-size: 32px;
}
.elderly-care-premium__mv-content h3 {
    color: #1a1a1a;
    font-size: 28px;
    font-weight: 800;
    margin-bottom: 16px;
}
.elderly-care-premium__mv-content p {
    color: #555;
    font-size: 16px;
    line-height: 1.8;
    max-width: 600px;
    margin: 0 auto 30px;
}
.elderly-care-premium__mv-points {
    display: flex;
    flex-direction: column;
    gap: 14px;
    max-width: 450px;
    margin: 0 auto;
}
.elderly-care-premium__mv-point {
    display: flex;
    align-items: center;
    gap: 12px;
    background: linear-gradient(135deg, rgba(212,175,55,0.08) 0%, rgba(212,175,55,0.02) 100%);
    padding: 14px 20px;
    border-radius: 12px;
    border: 1px solid rgba(212,175,55,0.15);
}
.elderly-care-premium__mv-point i {
    color: #D4AF37;
    font-size: 14px;
}
.elderly-care-premium__mv-point span {
    color: #333;
    font-size: 14px;
    font-weight: 600;
}

/* Stats */
.elderly-care-premium__stats {
    display: flex;
    justify-content: center;
    gap: 0;
    margin-top: 60px;
    background: linear-gradient(135deg, #1a1a1a 0%, #2d2d2d 100%);
    border-radius: 20px;
    padding: 40px 20px;
    box-shadow: 0 15px 40px rgba(0,0,0,0.15);
}
.elderly-care-premium__stat {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
    padding: 0 20px;
    position: relative;
}
.elderly-care-premium__stat:not(:last-child)::after {
    content: '';
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: 50px;
    background: rgba(255,255,255,0.15);
}
.elderly-care-premium__stat-icon {
    width: 50px;
    height: 50px;
    background: linear-gradient(135deg, rgba(212,175,55,0.2) 0%, rgba(212,175,55,0.08) 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.elderly-care-premium__stat-icon i {
    color: #D4AF37;
    font-size: 20px;
}
.elderly-care-premium__stat-info {
    text-align: center;
}
.elderly-care-premium__stat-info strong {
    display: block;
    color: #fff;
    font-size: 28px;
    font-weight: 800;
    line-height: 1.1;
}
.elderly-care-premium__stat-info span {
    color: rgba(255,255,255,0.6);
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 1px;
}
/* ========== END ELDERLY CARE PREMIUM SECTION ========== */

/* ========== FACILITIES PAGE ========== */
.facilities-hero {
    padding: 80px 0;
    background: linear-gradient(135deg, #fafafa 0%, #f5f0e8 50%, #fafafa 100%);
    position: relative;
    overflow: hidden;
}
.facilities-hero::before {
    content: '';
    position: absolute;
    top: -120px;
    right: -120px;
    width: 400px;
    height: 400px;
    background: radial-gradient(circle, rgba(212,175,55,0.08) 0%, transparent 70%);
    border-radius: 50%;
}
.facilities-hero .container {
    position: relative;
    z-index: 1;
}
.facilities-hero__grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: center;
}
.facilities-hero__content {
    padding-right: 20px;
}
.facilities-hero__badge {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: rgba(212,175,55,0.1);
    border: 1px solid rgba(212,175,55,0.3);
    padding: 10px 24px;
    border-radius: 50px;
    margin-bottom: 20px;
}
.facilities-hero__badge i {
    color: #D4AF37;
    font-size: 14px;
}
.facilities-hero__badge span {
    color: #D4AF37;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 2px;
    text-transform: uppercase;
}
.facilities-hero__content h2 {
    color: #1a1a1a;
    font-size: 44px;
    font-weight: 800;
    margin-bottom: 20px;
    line-height: 1.2;
}
.facilities-hero__content h2 span {
    color: #D4AF37;
    position: relative;
}
.facilities-hero__content h2 span::after {
    content: '';
    position: absolute;
    bottom: 2px;
    left: 0;
    width: 100%;
    height: 8px;
    background: rgba(212,175,55,0.2);
    border-radius: 4px;
    z-index: -1;
}
.facilities-hero__content p {
    color: #666;
    font-size: 16px;
    line-height: 1.8;
    margin-bottom: 30px;
}
.facilities-hero__stats {
    display: flex;
    gap: 40px;
}
.facilities-hero__stat {
    text-align: center;
}
.facilities-hero__stat strong {
    display: block;
    color: #D4AF37;
    font-size: 36px;
    font-weight: 800;
    line-height: 1;
    margin-bottom: 6px;
}
.facilities-hero__stat span {
    color: #888;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.facilities-hero__visual {
    position: relative;
}
.facilities-hero__images {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
}
.facilities-hero__img {
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 15px 40px rgba(0,0,0,0.1);
    border: 4px solid #fff;
}
.facilities-hero__img img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    display: block;
    transition: transform 0.6s ease;
}
.facilities-hero__img:hover img {
    transform: scale(1.05);
}
.facilities-hero__img--tall {
    grid-row: span 2;
}
.facilities-hero__img--tall img {
    height: 100%;
    min-height: 416px;
}
.facilities-hero__trust-badge {
    position: absolute;
    bottom: -20px;
    left: -20px;
    background: linear-gradient(135deg, #D4AF37 0%, #B8962E 100%);
    color: #fff;
    padding: 16px 24px;
    border-radius: 16px;
    display: flex;
    align-items: center;
    gap: 12px;
    box-shadow: 0 8px 25px rgba(212,175,55,0.35);
    z-index: 3;
    animation: floatBadge 3s ease-in-out infinite;
}
.facilities-hero__trust-icon {
    font-size: 24px;
}
.facilities-hero__trust-text strong {
    display: block;
    font-size: 18px;
    font-weight: 800;
    line-height: 1.1;
}
.facilities-hero__trust-text span {
    font-size: 11px;
    opacity: 0.9;
    text-transform: uppercase;
    letter-spacing: 1px;
}
@media only screen and (max-width: 991px) {
    .facilities-hero__grid {
        grid-template-columns: 1fr;
        gap: 40px;
    }
    .facilities-hero__content {
        padding-right: 0;
        text-align: center;
    }
    .facilities-hero__stats {
        justify-content: center;
    }
    .facilities-hero__visual {
        order: -1;
    }
}
@media only screen and (max-width: 767px) {
    .facilities-hero {
        padding: 60px 0;
    }
    .facilities-hero__content h2 {
        font-size: 28px;
    }
    .facilities-hero__images {
        grid-template-columns: 1fr;
    }
    .facilities-hero__img--tall {
        grid-row: span 1;
    }
    .facilities-hero__img--tall img {
        height: 200px;
        min-height: auto;
    }
    .facilities-hero__stats {
        gap: 24px;
    }
    .facilities-hero__stat strong {
        font-size: 28px;
    }
    .facilities-hero__trust-badge {
        left: 10px;
        bottom: -10px;
    }
}
/* ========== END FACILITIES HERO ========== */

/* ========== FACILITIES GRID ========== */
.facilities-grid-section {
    padding: 80px 0;
    background: #fff;
    position: relative;
}
.facilities-grid-section .container {
    position: relative;
    z-index: 1;
}
.facilities-grid__header {
    text-align: center;
    margin-bottom: 60px;
}
.facilities-grid__badge {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: rgba(212,175,55,0.1);
    border: 1px solid rgba(212,175,55,0.3);
    padding: 10px 24px;
    border-radius: 50px;
    margin-bottom: 20px;
}
.facilities-grid__badge i {
    color: #D4AF37;
    font-size: 14px;
}
.facilities-grid__badge span {
    color: #D4AF37;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 2px;
    text-transform: uppercase;
}
.facilities-grid__header h2 {
    color: #1a1a1a;
    font-size: 42px;
    font-weight: 800;
    margin-bottom: 15px;
}
.facilities-grid__header h2 span {
    color: #D4AF37;
}
.facilities-grid__header p {
    color: #666;
    font-size: 16px;
    max-width: 600px;
    margin: 0 auto;
    line-height: 1.7;
}
.facilities-grid__grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}
.facilities-grid__card {
    background: #fff;
    border-radius: 20px;
    overflow: hidden;
    border: 1px solid #f0f0f0;
    border-left: 4px solid #D4AF37;
    transition: all 0.4s ease;
    position: relative;
}
.facilities-grid__card:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 50px rgba(0,0,0,0.1);
    border-left-color: #00715d;
}
.facilities-grid__card-body {
    padding: 30px 28px;
}
.facilities-grid__card-icon {
    width: 70px;
    height: 70px;
    background: linear-gradient(135deg, rgba(212,175,55,0.15) 0%, rgba(212,175,55,0.05) 100%);
    border-radius: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
    transition: all 0.3s ease;
}
.facilities-grid__card:hover .facilities-grid__card-icon {
    background: linear-gradient(135deg, #D4AF37 0%, #B8962E 100%);
}
.facilities-grid__card:hover .facilities-grid__card-icon i {
    color: #fff;
}
.facilities-grid__card-icon i {
    color: #D4AF37;
    font-size: 30px;
}
.facilities-grid__card-body h4 {
    color: #1a1a1a;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 10px;
}
.facilities-grid__card-body p {
    color: #666;
    font-size: 14px;
    line-height: 1.7;
    margin: 0;
}
.facilities-grid__card-features {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 16px;
    padding-top: 16px;
    border-top: 1px solid #f0f0f0;
}
.facilities-grid__card-tag {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 6px 12px;
    background: rgba(212,175,55,0.08);
    border-radius: 50px;
    font-size: 12px;
    color: #888;
    font-weight: 500;
}
.facilities-grid__card-tag i {
    color: #D4AF37;
    font-size: 10px;
}
@media only screen and (max-width: 991px) {
    .facilities-grid__grid {
        grid-template-columns: repeat(2, 1fr);
    }
}
@media only screen and (max-width: 767px) {
    .facilities-grid-section {
        padding: 60px 0;
    }
    .facilities-grid__header h2 {
        font-size: 28px;
    }
    .facilities-grid__grid {
        grid-template-columns: 1fr;
    }
    .facilities-grid__card-img {
        height: 180px;
    }
}
/* ========== END FACILITIES GRID ========== */

/* ========== FACILITIES GALLERY ========== */
.facilities-gallery {
    padding: 80px 0;
    background: linear-gradient(135deg, #f8f8f8 0%, #f5f0e8 50%, #f8f8f8 100%);
    position: relative;
    overflow: hidden;
}
.facilities-gallery::before {
    content: '';
    position: absolute;
    top: -100px;
    left: -100px;
    width: 350px;
    height: 350px;
    background: radial-gradient(circle, rgba(212,175,55,0.06) 0%, transparent 70%);
    border-radius: 50%;
}
.facilities-gallery .container {
    position: relative;
    z-index: 1;
}
.facilities-gallery__header {
    text-align: center;
    margin-bottom: 50px;
}
.facilities-gallery__badge {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: rgba(212,175,55,0.1);
    border: 1px solid rgba(212,175,55,0.3);
    padding: 10px 24px;
    border-radius: 50px;
    margin-bottom: 20px;
}
.facilities-gallery__badge i {
    color: #D4AF37;
    font-size: 14px;
}
.facilities-gallery__badge span {
    color: #D4AF37;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 2px;
    text-transform: uppercase;
}
.facilities-gallery__header h2 {
    color: #1a1a1a;
    font-size: 42px;
    font-weight: 800;
    margin-bottom: 15px;
}
.facilities-gallery__header h2 span {
    color: #D4AF37;
}
.facilities-gallery__header p {
    color: #666;
    font-size: 16px;
    max-width: 500px;
    margin: 0 auto;
}
.facilities-gallery__grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-auto-rows: 220px;
    gap: 16px;
}
.facilities-gallery__item {
    position: relative;
    border-radius: 16px;
    overflow: hidden;
    cursor: pointer;
    border: 3px solid transparent;
    transition: all 0.4s ease;
    box-shadow: 0 4px 15px rgba(0,0,0,0.06);
}
.facilities-gallery__item--wide {
    grid-column: span 2;
}
.facilities-gallery__item--tall {
    grid-row: span 2;
}
.facilities-gallery__item:hover {
    border-color: rgba(212,175,55,0.5);
    transform: translateY(-4px);
    box-shadow: 0 12px 35px rgba(0,0,0,0.12);
}
.facilities-gallery__item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.6s ease;
}
.facilities-gallery__item:hover img {
    transform: scale(1.08);
}
.facilities-gallery__overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(0,0,0,0.8) 0%, transparent 50%);
    opacity: 0;
    transition: opacity 0.4s ease;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 20px;
}
.facilities-gallery__item:hover .facilities-gallery__overlay {
    opacity: 1;
}
.facilities-gallery__overlay h5 {
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 4px;
    transform: translateY(10px);
    transition: transform 0.4s ease;
}
.facilities-gallery__item:hover .facilities-gallery__overlay h5 {
    transform: translateY(0);
}
.facilities-gallery__overlay p {
    color: #D4AF37;
    font-size: 12px;
    font-weight: 500;
    transform: translateY(10px);
    transition: transform 0.4s ease 0.05s;
}
.facilities-gallery__item:hover .facilities-gallery__overlay p {
    transform: translateY(0);
}
@media only screen and (max-width: 991px) {
    .facilities-gallery__grid {
        grid-template-columns: repeat(3, 1fr);
        grid-auto-rows: 200px;
    }
}
@media only screen and (max-width: 767px) {
    .facilities-gallery {
        padding: 60px 0;
    }
    .facilities-gallery__header h2 {
        font-size: 28px;
    }
    .facilities-gallery__grid {
        grid-template-columns: repeat(2, 1fr);
        grid-auto-rows: 160px;
        gap: 10px;
    }
    .facilities-gallery__item--wide {
        grid-column: span 2;
    }
    .facilities-gallery__item--tall {
        grid-row: span 1;
    }
}
@media only screen and (max-width: 480px) {
    .facilities-gallery__grid {
        grid-auto-rows: 140px;
    }
}
/* ========== END FACILITIES GALLERY ========== */

/* ========== MODERN FOOTER ========== */
.footer-modern {
    background: linear-gradient(180deg, #1a1a1a 0%, #0d0d0d 100%);
    position: relative;
    overflow: hidden;
}
.footer-modern::before {
    content: '';
    position: absolute;
    top: -200px;
    right: -200px;
    width: 500px;
    height: 500px;
    background: radial-gradient(circle, rgba(212,175,55,0.05) 0%, transparent 70%);
    border-radius: 50%;
}
.footer-modern::after {
    content: '';
    position: absolute;
    bottom: -150px;
    left: -150px;
    width: 400px;
    height: 400px;
    background: radial-gradient(circle, rgba(212,175,55,0.03) 0%, transparent 70%);
    border-radius: 50%;
}
.footer-modern .container {
    position: relative;
    z-index: 1;
}
.footer-modern .sprade,
.footer-modern .sprade-light {
    position: absolute;
    z-index: -1;
    pointer-events: none;
}
.footer-modern .sprade {
    top: 20%;
    left: 3%;
}
.footer-modern .sprade img {
    max-width: 4vw;
    min-width: 24px;
    opacity: 0.3;
}
.footer-modern .sprade-light {
    bottom: 20%;
    top: unset;
    left: unset;
    right: 5%;
}
.footer-modern .sprade-light img {
    max-width: 4vw;
    min-width: 24px;
    opacity: 0.2;
}
@media only screen and (max-width: 767px) {
    .footer-modern .sprade,
    .footer-modern .sprade-light {
        display: none;
    }
}
/* Newsletter CTA Strip */
.footer-modern__cta-strip {
    background: linear-gradient(135deg, #D4AF37 0%, #B8962E 100%);
    border-radius: 20px;
    padding: 40px 50px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
    margin-bottom: 60px;
    box-shadow: 0 15px 40px rgba(212,175,55,0.25);
    position: relative;
    overflow: hidden;
}
.footer-modern__cta-strip::before {
    content: '';
    position: absolute;
    top: -50px;
    right: -50px;
    width: 200px;
    height: 200px;
    background: rgba(255,255,255,0.1);
    border-radius: 50%;
}
.footer-modern__cta-strip::after {
    content: '';
    position: absolute;
    bottom: -30px;
    left: 30%;
    width: 150px;
    height: 150px;
    background: rgba(255,255,255,0.05);
    border-radius: 50%;
}
.footer-modern__cta-content {
    position: relative;
    z-index: 1;
}
.footer-modern__cta-content h3 {
    color: #000;
    font-size: 28px;
    font-weight: 800;
    margin-bottom: 6px;
}
.footer-modern__cta-content p {
    color: rgba(0,0,0,0.7);
    font-size: 15px;
    margin: 0;
}
.footer-modern__cta-buttons {
    display: flex;
    gap: 12px;
    position: relative;
    z-index: 1;
    flex-shrink: 0;
}
.footer-modern__cta-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 14px 28px;
    border-radius: 50px;
    font-size: 14px;
    font-weight: 700;
    text-decoration: none;
    transition: all 0.3s ease;
    border: none;
    cursor: pointer;
}
.footer-modern__cta-btn--dark {
    background: #000;
    color: #fff;
}
.footer-modern__cta-btn--dark:hover {
    background: #222;
    transform: translateY(-2px);
}
.footer-modern__cta-btn--outline {
    background: transparent;
    color: #000;
    border: 2px solid rgba(0,0,0,0.3);
}
.footer-modern__cta-btn--outline:hover {
    border-color: #000;
    transform: translateY(-2px);
}
/* Main Footer Grid */
.footer-modern__grid {
    display: grid;
    grid-template-columns: 1.5fr 1fr 1fr 1.5fr;
    gap: 50px;
    padding-bottom: 50px;
}
/* Footer Widget */
.footer-modern__widget {
    position: relative;
}
.footer-modern__logo {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 20px;
}
.footer-modern__logo img {
    width: 60px;
    height: 60px;
}
.footer-modern__logo-text h4 {
    color: #fff;
    font-size: 20px;
    font-weight: 800;
    line-height: 1.1;
}
.footer-modern__logo-text span {
    color: #D4AF37;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.footer-modern__about p {
    color: rgba(255,255,255,0.6);
    font-size: 14px;
    line-height: 1.8;
    margin-bottom: 24px;
}
.footer-modern__social {
    display: flex;
    gap: 10px;
}
.footer-modern__social a {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(255,255,255,0.08);
    border: 1px solid rgba(255,255,255,0.1);
    color: #fff;
    font-size: 14px;
    transition: all 0.3s ease;
}
.footer-modern__social a:hover {
    background: #D4AF37;
    border-color: #D4AF37;
    color: #000;
    transform: translateY(-3px);
}
/* Widget Title */
.footer-modern__title {
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 24px;
    position: relative;
    padding-bottom: 16px;
}
.footer-modern__title::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 40px;
    height: 3px;
    background: #D4AF37;
    border-radius: 2px;
}
/* Links */
.footer-modern__links {
    list-style: none;
    padding: 0;
    margin: 0;
}
.footer-modern__links li {
    margin-bottom: 10px;
}
.footer-modern__links li:last-child {
    margin-bottom: 0;
}
.footer-modern__links a {
    color: rgba(255,255,255,0.6);
    font-size: 14px;
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: 10px;
    transition: all 0.3s ease;
    position: relative;
}
.footer-modern__links a i {
    color: #D4AF37;
    font-size: 8px;
    transition: transform 0.3s ease;
}
.footer-modern__links a:hover {
    color: #D4AF37;
    padding-left: 6px;
}
.footer-modern__links a:hover i {
    transform: translateX(4px);
}
/* Contact Info */
.footer-modern__contact {
    list-style: none;
    padding: 0;
    margin: 0;
}
.footer-modern__contact li {
    display: flex;
    align-items: flex-start;
    gap: 14px;
    margin-bottom: 18px;
}
.footer-modern__contact li:last-child {
    margin-bottom: 0;
}
.footer-modern__contact-icon {
    width: 40px;
    height: 40px;
    min-width: 40px;
    background: rgba(212,175,55,0.1);
    border: 1px solid rgba(212,175,55,0.2);
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}
.footer-modern__contact-icon i {
    color: #D4AF37;
    font-size: 16px;
}
.footer-modern__contact-text {
    min-width: 0;
    flex: 1;
}
.footer-modern__contact-text a {
    color: rgba(255,255,255,0.6);
    font-size: 13px;
    text-decoration: none;
    transition: color 0.3s ease;
    display: block;
    line-height: 1.6;
    word-wrap: break-word;
    overflow-wrap: break-word;
    hyphens: auto;
}
.footer-modern__contact-text a:hover {
    color: #D4AF37;
}
.footer-modern__contact-text strong {
    color: #fff;
    font-size: 13px;
    font-weight: 600;
    display: block;
    margin-bottom: 3px;
}
/* Footer Bottom */
.footer-modern__bottom {
    border-top: 1px solid rgba(255,255,255,0.08);
    padding: 24px 0;
}
.footer-modern__bottom-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}
.footer-modern__copyright {
    color: rgba(255,255,255,0.5);
    font-size: 13px;
}
.footer-modern__copyright a {
    color: #D4AF37;
    text-decoration: none;
    font-weight: 600;
}
.footer-modern__copyright a:hover {
    color: #fff;
}
.footer-modern__bottom-links {
    display: flex;
    gap: 24px;
    list-style: none;
    padding: 0;
    margin: 0;
}
.footer-modern__bottom-links a {
    color: rgba(255,255,255,0.5);
    font-size: 13px;
    text-decoration: none;
    transition: color 0.3s ease;
}
.footer-modern__bottom-links a:hover {
    color: #D4AF37;
}
/* Responsive */
@media only screen and (max-width: 1199px) {
    .footer-modern__grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 40px;
        padding-bottom: 40px;
    }
}
@media only screen and (max-width: 991px) {
    .footer-modern__cta-strip {
        flex-direction: column;
        text-align: center;
        padding: 30px;
        gap: 20px;
    }
    .footer-modern__cta-content h3 {
        font-size: 24px;
    }
}
@media only screen and (max-width: 767px) {
    .footer-modern {
        padding-top: 0;
    }
    .footer-modern__cta-strip {
        padding: 24px 20px;
        margin-bottom: 30px;
        border-radius: 16px;
    }
    .footer-modern__cta-content h3 {
        font-size: 20px;
        margin-bottom: 4px;
    }
    .footer-modern__cta-content p {
        font-size: 13px;
    }
    .footer-modern__cta-buttons {
        flex-direction: column;
        width: 100%;
    }
    .footer-modern__cta-btn {
        justify-content: center;
        width: 100%;
        padding: 12px 20px;
        font-size: 13px;
    }
    .footer-modern__grid {
        grid-template-columns: 1fr;
        gap: 28px;
        padding-bottom: 28px;
    }
    .footer-modern__widget {
        text-align: center;
    }
    .footer-modern__logo {
        justify-content: center;
    }
    .footer-modern__social {
        justify-content: center;
    }
    .footer-modern__title::after {
        left: 50%;
        transform: translateX(-50%);
    }
    .footer-modern__links a {
        justify-content: center;
    }
    .footer-modern__contact li {
        justify-content: center;
        text-align: left;
        max-width: 100%;
    }
    .footer-modern__contact-text {
        min-width: 0;
    }
    .footer-modern__contact-text a {
        font-size: 12px;
    }
    .footer-modern__bottom {
        padding: 16px 0;
    }
    .footer-modern__bottom-inner {
        flex-direction: column;
        gap: 12px;
        text-align: center;
    }
    .footer-modern__copyright {
        font-size: 12px;
    }
    .footer-modern__bottom-links {
        gap: 16px;
        flex-wrap: wrap;
        justify-content: center;
    }
    .footer-modern__bottom-links a {
        font-size: 12px;
    }
}
@media only screen and (max-width: 480px) {
    .footer-modern__cta-strip {
        padding: 20px 16px;
        margin-bottom: 24px;
    }
    .footer-modern__cta-content h3 {
        font-size: 18px;
    }
    .footer-modern__grid {
        gap: 24px;
        padding-bottom: 24px;
    }
    .footer-modern__logo img {
        width: 48px;
        height: 48px;
    }
    .footer-modern__logo-text h4 {
        font-size: 17px;
    }
    .footer-modern__about p {
        font-size: 13px;
        line-height: 1.7;
    }
    .footer-modern__social a {
        width: 36px;
        height: 36px;
        font-size: 13px;
    }
    .footer-modern__title {
        font-size: 16px;
        margin-bottom: 18px;
    }
    .footer-modern__links a {
        font-size: 13px;
    }
    .footer-modern__contact-icon {
        width: 34px;
        height: 34px;
        min-width: 34px;
    }
    .footer-modern__contact-icon i {
        font-size: 14px;
    }
    .footer-modern__contact-text a {
        font-size: 13px;
    }
}
/* ========== END MODERN FOOTER ========== */

/* ========== SERVICE INNER PAGE - WHY CHOOSE US ========== */
.why-choose-us {
    padding: 80px 0;
    background: linear-gradient(135deg, #f8f8f8 0%, #f5f0e8 50%, #f8f8f8 100%);
    position: relative;
    overflow: hidden;
}
.why-choose-us::before {
    content: '';
    position: absolute;
    top: -100px;
    right: -100px;
    width: 350px;
    height: 350px;
    background: radial-gradient(circle, rgba(212,175,55,0.08) 0%, transparent 70%);
    border-radius: 50%;
}
.why-choose-us .container {
    position: relative;
    z-index: 1;
}
.why-choose-us__header {
    text-align: center;
    margin-bottom: 50px;
}
.why-choose-us__badge {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: rgba(212,175,55,0.1);
    border: 1px solid rgba(212,175,55,0.3);
    padding: 10px 24px;
    border-radius: 50px;
    margin-bottom: 20px;
}
.why-choose-us__badge i {
    color: #D4AF37;
    font-size: 14px;
}
.why-choose-us__badge span {
    color: #D4AF37;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 2px;
    text-transform: uppercase;
}
.why-choose-us__header h2 {
    color: #1a1a1a;
    font-size: 38px;
    font-weight: 800;
    margin-bottom: 15px;
    line-height: 1.2;
}
.why-choose-us__header h2 span {
    color: #D4AF37;
}
.why-choose-us__header p {
    color: #666;
    font-size: 16px;
    max-width: 600px;
    margin: 0 auto;
    line-height: 1.7;
}
.why-choose-us__grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
}
.why-choose-us__card {
    background: #fff;
    border-radius: 16px;
    padding: 32px 24px;
    text-align: center;
    border: 1px solid #f0f0f0;
    transition: all 0.4s ease;
    position: relative;
    overflow: hidden;
}
.why-choose-us__card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 3px;
    background: linear-gradient(90deg, #D4AF37, #B8962E);
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.4s ease;
}
.why-choose-us__card:hover {
    transform: translateY(-8px);
    box-shadow: 0 15px 40px rgba(0,0,0,0.1);
    border-color: rgba(212,175,55,0.3);
}
.why-choose-us__card:hover::before {
    transform: scaleX(1);
}
.why-choose-us__icon {
    width: 70px;
    height: 70px;
    background: linear-gradient(135deg, rgba(212,175,55,0.15) 0%, rgba(212,175,55,0.05) 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
    transition: all 0.4s ease;
}
.why-choose-us__card:hover .why-choose-us__icon {
    background: linear-gradient(135deg, #D4AF37 0%, #B8962E 100%);
    transform: scale(1.1);
}
.why-choose-us__icon i {
    color: #D4AF37;
    font-size: 28px;
    transition: color 0.4s ease;
}
.why-choose-us__card:hover .why-choose-us__icon i {
    color: #fff;
}
.why-choose-us__card h4 {
    color: #1a1a1a;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 12px;
}
.why-choose-us__card p {
    color: #666;
    font-size: 14px;
    line-height: 1.7;
    margin: 0;
}
@media only screen and (max-width: 991px) {
    .why-choose-us__grid {
        grid-template-columns: repeat(2, 1fr);
    }
}
@media only screen and (max-width: 767px) {
    .why-choose-us {
        padding: 60px 0;
    }
    .why-choose-us__header h2 {
        font-size: 28px;
    }
    .why-choose-us__grid {
        grid-template-columns: 1fr;
        gap: 16px;
    }
    .why-choose-us__card {
        padding: 24px 20px;
    }
}
/* ========== END WHY CHOOSE US ========== */

/* ========== SERVICE INNER PAGE - TESTIMONIAL ========== */
.inner-testimonial-section {
    padding: 80px 0;
    background: #fff;
    position: relative;
}
.inner-testimonial-section .container {
    position: relative;
    z-index: 1;
}
.inner-testimonial__header {
    text-align: center;
    margin-bottom: 50px;
}
.inner-testimonial__badge {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: rgba(212,175,55,0.1);
    border: 1px solid rgba(212,175,55,0.3);
    padding: 10px 24px;
    border-radius: 50px;
    margin-bottom: 20px;
}
.inner-testimonial__badge i {
    color: #D4AF37;
    font-size: 14px;
}
.inner-testimonial__badge span {
    color: #D4AF37;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 2px;
    text-transform: uppercase;
}
.inner-testimonial__header h2 {
    color: #1a1a1a;
    font-size: 38px;
    font-weight: 800;
    margin-bottom: 15px;
}
.inner-testimonial__header h2 span {
    color: #D4AF37;
}
.inner-testimonial__header p {
    color: #666;
    font-size: 16px;
    max-width: 500px;
    margin: 0 auto;
}
.inner-testimonial__grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 25px;
}
.inner-testimonial__card {
    background: linear-gradient(135deg, #fafafa 0%, #f5f0e8 100%);
    border-radius: 16px;
    padding: 32px;
    position: relative;
    border: 1px solid #f0f0f0;
    transition: all 0.4s ease;
}
.inner-testimonial__card:hover {
    transform: translateY(-6px);
    box-shadow: 0 15px 40px rgba(0,0,0,0.08);
}
.inner-testimonial__stars {
    display: flex;
    gap: 4px;
    margin-bottom: 16px;
}
.inner-testimonial__stars i {
    color: #D4AF37;
    font-size: 14px;
}
.inner-testimonial__card blockquote {
    color: #555;
    font-size: 15px;
    line-height: 1.8;
    font-style: italic;
    margin-bottom: 20px;
    padding: 0;
    border: none;
}
.inner-testimonial__author {
    display: flex;
    align-items: center;
    gap: 12px;
    border-top: 1px solid rgba(212,175,55,0.15);
    padding-top: 16px;
}
.inner-testimonial__avatar {
    width: 48px;
    height: 48px;
    background: linear-gradient(135deg, #D4AF37 0%, #B8962E 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}
.inner-testimonial__avatar span {
    color: #fff;
    font-size: 18px;
    font-weight: 700;
}
.inner-testimonial__author-info h5 {
    color: #1a1a1a;
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 2px;
}
.inner-testimonial__author-info p {
    color: #999;
    font-size: 12px;
    margin: 0;
}
@media only screen and (max-width: 991px) {
    .inner-testimonial__grid {
        grid-template-columns: repeat(2, 1fr);
    }
}
@media only screen and (max-width: 767px) {
    .inner-testimonial-section {
        padding: 60px 0;
    }
    .inner-testimonial__header h2 {
        font-size: 28px;
    }
    .inner-testimonial__grid {
        grid-template-columns: 1fr;
    }
}
/* ========== END INNER TESTIMONIAL ========== */

/* ========== SERVICE INNER PAGE - CTA ========== */
.inner-cta-section {
    padding: 80px 0;
    background: linear-gradient(135deg, #1a1a1a 0%, #2d2d2d 50%, #1a1a1a 100%);
    position: relative;
    overflow: hidden;
}
.inner-cta-section::before {
    content: '';
    position: absolute;
    top: -80px;
    left: -80px;
    width: 300px;
    height: 300px;
    background: radial-gradient(circle, rgba(212,175,55,0.1) 0%, transparent 70%);
    border-radius: 50%;
}
.inner-cta-section::after {
    content: '';
    position: absolute;
    bottom: -80px;
    right: -80px;
    width: 300px;
    height: 300px;
    background: radial-gradient(circle, rgba(212,175,55,0.08) 0%, transparent 70%);
    border-radius: 50%;
}
.inner-cta-section .container {
    position: relative;
    z-index: 1;
}
.inner-cta__content {
    text-align: center;
    max-width: 700px;
    margin: 0 auto;
}
.inner-cta__icon {
    width: 80px;
    height: 80px;
    background: linear-gradient(135deg, rgba(212,175,55,0.2) 0%, rgba(212,175,55,0.08) 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 24px;
}
.inner-cta__icon i {
    color: #D4AF37;
    font-size: 32px;
}
.inner-cta__content h2 {
    color: #fff;
    font-size: 36px;
    font-weight: 800;
    margin-bottom: 16px;
    line-height: 1.3;
}
.inner-cta__content h2 span {
    color: #D4AF37;
}
.inner-cta__content p {
    color: rgba(255,255,255,0.7);
    font-size: 16px;
    line-height: 1.7;
    margin-bottom: 32px;
}
.inner-cta__buttons {
    display: flex;
    justify-content: center;
    gap: 16px;
    flex-wrap: wrap;
}
.inner-cta__btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 16px 36px;
    border-radius: 50px;
    font-size: 15px;
    font-weight: 700;
    text-decoration: none;
    transition: all 0.3s ease;
    border: none;
    cursor: pointer;
}
.inner-cta__btn--primary {
    background: linear-gradient(135deg, #D4AF37 0%, #B8962E 100%);
    color: #000;
    box-shadow: 0 4px 20px rgba(212,175,55,0.35);
}
.inner-cta__btn--primary:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 30px rgba(212,175,55,0.5);
}
.inner-cta__btn--outline {
    background: transparent;
    color: #fff;
    border: 2px solid rgba(255,255,255,0.3);
}
.inner-cta__btn--outline:hover {
    border-color: #D4AF37;
    color: #D4AF37;
    transform: translateY(-3px);
}
.inner-cta__btn i {
    font-size: 14px;
}
@media only screen and (max-width: 767px) {
    .inner-cta-section {
        padding: 60px 0;
    }
    .inner-cta__content h2 {
        font-size: 26px;
    }
    .inner-cta__buttons {
        flex-direction: column;
        align-items: center;
    }
    .inner-cta__btn {
        width: 100%;
        max-width: 280px;
        justify-content: center;
    }
}
/* ========== END INNER CTA ========== */

/* ========== BANNER LOGO DECORATION ========== */
/*
 * Adds logos.png as a floating right-side decoration
 * on ALL common-banner (inner page) sections automatically.
 * No HTML changes needed per page.
 */
.common-banner .banner-logo-overlay {
    position: absolute;
    right: 5%;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2;
    width: clamp(140px, 16vw, 240px);
    height: clamp(140px, 16vw, 240px);
    pointer-events: none;
    animation: bannerLogoPulse 4s ease-in-out infinite;
    filter: drop-shadow(0 8px 32px rgba(0,0,0,0.45));
}

.common-banner .banner-logo-overlay img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    border-radius: 50%;
}

@keyframes bannerLogoPulse {
    0%, 100% { transform: translateY(-50%) scale(1);   filter: drop-shadow(0 8px 32px rgba(0,0,0,0.45)); }
    50%       { transform: translateY(-52%) scale(1.04); filter: drop-shadow(0 12px 40px rgba(0,0,0,0.55)); }
}

/* Hide on small screens so it doesn't overlap text */
@media only screen and (max-width: 767px) {
    .common-banner .banner-logo-overlay {
        display: none;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .common-banner .banner-logo-overlay {
        width: 120px;
        height: 120px;
        right: 3%;
    }
}
/* ========== END BANNER LOGO DECORATION ========== */
