.social-vdivider {
                            display: inline-block;
                            width: 2px;
                            height: 36px;
                            background: rgba(255, 255, 255, 0.5);
                            border-radius: 2px;
                            flex-shrink: 0;
                            vertical-align: middle;
                            transform: translateY(-4px);
                            transition: background 0.3s ease, height 0.3s ease;
                        }

                        /* Turn black when the icon before OR after it is hovered */
                        .social-icon:hover + .social-vdivider,
                        .social-vdivider:has(+ .social-icon:hover),
                        .contact-one__content__social:hover .social-vdivider {
                            background: #dadada;
                        }

                        .social-icon {
                            text-decoration: none;
                            display: inline-flex;
                            align-items: center;
                            justify-content: center;
                            padding: 10px;
                            transition: color 0.3s;
                        }

                        .social-icon i {
                            font-size: 24px;
                        }

                        .social-icon.facebook i {
                            color: #1877f2;
                        }

                        .social-icon.twitter i {
                            color: #1da1f2;
                        }

                        .social-icon.linkedin i {
                            color: #0077b5;
                        }

                        .social-icon.instagram i {
                            color: #e4405f;
                        }

                        .social-icon.facebook:hover i {
                            color: #155b9e;
                        }

                        .social-icon.twitter:hover i {
                            color: #1a91d0;
                        }

                        .social-icon.linkedin:hover i {
                            color: #005f84;
                        }

                        .social-icon.instagram:hover i {
                            color: #c13584;
                        }

/* --- Element Custom Styles --- */

.contact-custom-1 {
    position: relative; overflow: hidden;
}

.contact-custom-2 {
    background-size: cover; background-position: center; padding: 110px 0; position: relative;
}

.contact-custom-3 {
    position: absolute; top: 0; left: 0; width: 100%; height: 100%; background-color: rgba(0, 0, 0, 0.5); z-index: 1;
}

.contact-custom-4 {
    position: relative; z-index: 2; text-align: left;
}

.contact-custom-5 {
    color: #fff; font-weight: bold;
}

.contact-custom-6 {
    color: #fff;
}

.contact-custom-7 {
    margin-bottom: 50px;
}

.contact-custom-8 {
    font-size: 14px;
}

.contact-custom-9 {
    font-size: 14px;
}

.contact-custom-10 {
    font-size: 14px;
}

.contact-custom-11 {
    width: 100vw; margin-left: calc(-50vw + 50%); background: #ffffff; padding: 0; position: relative;padding-bottom: 25px;
}

.contact-custom-12 {
    text-align: center; padding-top: 40px;
}

.contact-custom-13 {
    position:relative; width:100%; padding-bottom:36%; height:0; overflow:hidden; border-radius:0; box-shadow: 0 2px 8px rgba(0,0,0,0.08);
}

.contact-custom-14 {
    position:absolute;top:0;left:0;width:100%;height:100%;border:0;
}

/* ═══════════════════════════════════════
   MOBILE & TABLET RESPONSIVENESS OVERRIDES
   ═══════════════════════════════════════ */

/* Tablets & Mobiles (< 991px) */
@media (max-width: 991px) {
    .contact-custom-6 {
        font-size: 1.5rem !important;
    }
}

/* Mobile Screens (< 767px) */
@media (max-width: 767px) {
    /* Reset banner text container margin & padding */
    .banner-text {
        margin-left: 0 !important;
        padding-left: 15px !important;
        padding-right: 15px !important;
        text-align: center !important;
    }

    .contact-custom-6 {
        font-size: 1.3rem !important;
        line-height: 1.4 !important;
        background: none !important;
        -webkit-background-clip: initial !important;
        background-clip: initial !important;
        -webkit-text-fill-color: initial !important;
        color: #ffffff !important;
        display: block !important;
    }

    .contact-custom-5 {
        font-size: 2.2rem !important;
        text-align: center !important;
        margin-bottom: 10px !important;
    }

    /* Section margins */
    .contact-custom-7 {
        margin-bottom: 25px !important;
    }

    .contact-one {
        padding: 40px 0 !important;
    }

    /* Proportional Graphic Scaling */
    .contact-one__content__thumb {
        display: block !important;
        text-align: center !important;
        margin-bottom: 25px !important;
    }

    .contact-one__content__thumb img {
        width: 100% !important;
        height: auto !important;
        max-height: 250px !important;
        object-fit: contain !important;
    }

    /* Center Social Icons Row */
    .contact-one__content__social {
        justify-content: center !important;
        display: flex !important;
        margin-bottom: 35px !important;
    }

    /* Form spacing adjustments */
    .contact-one__left {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .contact-one__top {
        margin-bottom: 15px !important;
        text-align: center !important;
    }

    /* Google Maps usability override - increase height */
    .contact-custom-13 {
        height: 280px !important;
        padding-bottom: 0 !important;
    }
}

/* Small Mobile Screens (< 575px) */
@media (max-width: 575px) {
    /* Page Header Banner subtitle font-size */
    .contact-custom-6 {
        font-size: 1.15rem !important;
        line-height: 1.5 !important;
        white-space: normal !important;
    }
}
