        /* ==================================================
           CONTACT SECTION – SCOPED STYLES
        ================================================== */

        #jpm-contact-section {
            --jpm-navy: #061a33;
            --jpm-blue: #0c4f88;
            --jpm-light-blue: #eaf7ff;
            --jpm-gold: #f5b82e;
            --jpm-orange: #ff7a18;
            --jpm-green: #24a866;
            --jpm-red: #e64646;
            --jpm-purple: #7753d9;
            --jpm-white: #ffffff;
            --jpm-dark-text: #17243a;

            position: relative;
            isolation: isolate;
            overflow: hidden;
            padding: 90px 0;
            color: var(--jpm-dark-text);
            font-family: "Noto Sans Tamil", sans-serif;
            background:
                radial-gradient(circle at 12% 18%,
                    rgba(245, 184, 46, 0.18),
                    transparent 25%),
                radial-gradient(circle at 88% 82%,
                    rgba(12, 79, 136, 0.15),
                    transparent 30%),
                linear-gradient(135deg, #fffdf5 0%, #edf8ff 48%, #fff5e8 100%);
        }

        #jpm-contact-section *,
        #jpm-contact-section *::before,
        #jpm-contact-section *::after {
            box-sizing: border-box;
        }

        #jpm-contact-section a {
            text-decoration: none;
        }

        /* Decorative background graphics */

        #jpm-contact-section .jpm-contact-shape {
            position: absolute;
            z-index: -1;
            border-radius: 50%;
            filter: blur(2px);
            pointer-events: none;
        }

        #jpm-contact-section .jpm-contact-shape-one {
            top: -100px;
            left: -80px;
            width: 280px;
            height: 280px;
            border: 40px solid rgba(12, 79, 136, 0.07);
            animation: jpmContactFloat 9s ease-in-out infinite;
        }

        #jpm-contact-section .jpm-contact-shape-two {
            right: -110px;
            bottom: -100px;
            width: 330px;
            height: 330px;
            background: rgba(245, 184, 46, 0.10);
            animation: jpmContactFloat 11s ease-in-out infinite reverse;
        }

        #jpm-contact-section .jpm-contact-dots {
            position: absolute;
            top: 70px;
            right: 5%;
            z-index: -1;
            width: 130px;
            height: 130px;
            opacity: 0.35;
            background-image: radial-gradient(
                rgba(12, 79, 136, 0.45) 2px,
                transparent 2px
            );
            background-size: 17px 17px;
            animation: jpmDotsMove 14s linear infinite;
        }

        /* Section heading */

        #jpm-contact-section .jpm-contact-heading {
            max-width: 850px;
            margin: 0 auto 48px;
            text-align: center;
        }

        #jpm-contact-section .jpm-contact-tag {
            display: inline-flex;
            align-items: center;
            gap: 9px;
            margin-bottom: 14px;
            padding: 9px 18px;
            color: var(--jpm-blue);
            font-size: 14px;
            font-weight: 800;
            letter-spacing: 0.4px;
            border: 1px solid rgba(12, 79, 136, 0.17);
            border-radius: 50px;
            background: rgba(255, 255, 255, 0.72);
            box-shadow: 0 10px 30px rgba(12, 79, 136, 0.10);
            backdrop-filter: blur(12px);
        }

        #jpm-contact-section .jpm-contact-tag i {
            color: var(--jpm-gold);
        }

        #jpm-contact-section .jpm-contact-title {
            margin: 0 0 14px;
            color: var(--jpm-navy);
            font-family: "Archivo Black", "Noto Sans Tamil", sans-serif;
            font-size: clamp(34px, 5vw, 60px);
            line-height: 1.15;
            letter-spacing: -1px;
        }

        #jpm-contact-section .jpm-contact-title span {
            display: inline-block;
            color: var(--jpm-orange);
            background: linear-gradient(
                90deg,
                var(--jpm-orange),
                var(--jpm-gold),
                #e55332
            );
            -webkit-background-clip: text;
            background-clip: text;
            -webkit-text-fill-color: transparent;
        }

        #jpm-contact-section .jpm-contact-subtitle {
            max-width: 720px;
            margin: 0 auto;
            color: #5f6d7f;
            font-size: 17px;
            line-height: 1.9;
        }

        #jpm-contact-section .jpm-title-line {
            position: relative;
            width: 90px;
            height: 5px;
            margin: 22px auto 0;
            overflow: hidden;
            border-radius: 10px;
            background: rgba(12, 79, 136, 0.12);
        }

        #jpm-contact-section .jpm-title-line::after {
            position: absolute;
            top: 0;
            left: -40%;
            width: 45%;
            height: 100%;
            content: "";
            border-radius: inherit;
            background: linear-gradient(
                90deg,
                var(--jpm-orange),
                var(--jpm-gold)
            );
            animation: jpmLineMove 2.8s ease-in-out infinite;
        }

        /* Main information cards */

        #jpm-contact-section .jpm-info-card {
            position: relative;
            height: 100%;
            overflow: hidden;
            padding: 28px;
            border: 1px solid rgba(255, 255, 255, 0.85);
            border-radius: 24px;
            background:
                linear-gradient(
                    145deg,
                    rgba(255, 255, 255, 0.94),
                    rgba(255, 255, 255, 0.66)
                );
            box-shadow:
                0 22px 55px rgba(6, 26, 51, 0.11),
                inset 0 1px 0 rgba(255, 255, 255, 0.95);
            backdrop-filter: blur(16px);
            transition:
                transform 0.4s ease,
                box-shadow 0.4s ease,
                border-color 0.4s ease;
        }

        #jpm-contact-section .jpm-info-card::before {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 5px;
            content: "";
            background: linear-gradient(
                90deg,
                var(--card-color-one),
                var(--card-color-two)
            );
        }

        #jpm-contact-section .jpm-info-card::after {
            position: absolute;
            top: -60px;
            right: -60px;
            width: 145px;
            height: 145px;
            content: "";
            border-radius: 50%;
            background: var(--card-glow);
            transition: transform 0.5s ease;
        }

        #jpm-contact-section .jpm-info-card:hover {
            transform: translateY(-9px);
            border-color: rgba(245, 184, 46, 0.48);
            box-shadow:
                0 30px 65px rgba(6, 26, 51, 0.16),
                0 0 30px rgba(245, 184, 46, 0.10);
        }

        #jpm-contact-section .jpm-info-card:hover::after {
            transform: scale(1.25);
        }

        #jpm-contact-section .jpm-location-card {
            --card-color-one: #0c4f88;
            --card-color-two: #27a8e0;
            --card-glow: rgba(39, 168, 224, 0.10);
        }

        #jpm-contact-section .jpm-phone-card {
            --card-color-one: #ff7a18;
            --card-color-two: #f5b82e;
            --card-glow: rgba(255, 122, 24, 0.10);
        }

        #jpm-contact-section .jpm-card-header {
            position: relative;
            z-index: 2;
            display: flex;
            align-items: center;
            gap: 15px;
            margin-bottom: 22px;
        }

        #jpm-contact-section .jpm-card-icon {
            position: relative;
            display: grid;
            flex: 0 0 58px;
            width: 58px;
            height: 58px;
            place-items: center;
            color: #ffffff;
            font-size: 22px;
            border-radius: 18px;
            background: linear-gradient(
                135deg,
                var(--card-color-one),
                var(--card-color-two)
            );
            box-shadow: 0 12px 25px var(--card-glow);
        }

        #jpm-contact-section .jpm-card-icon::after {
            position: absolute;
            inset: -6px;
            content: "";
            opacity: 0.55;
            border: 1px solid var(--card-color-two);
            border-radius: 21px;
            animation: jpmIconPulse 2.4s ease-in-out infinite;
        }

        #jpm-contact-section .jpm-card-title {
            position: relative;
            z-index: 2;
            margin: 0;
            color: var(--jpm-navy);
            font-size: 21px;
            font-weight: 800;
        }

        #jpm-contact-section .jpm-card-label {
            position: relative;
            z-index: 2;
            display: block;
            margin-top: 4px;
            color: #7a8797;
            font-size: 12px;
            font-weight: 700;
            letter-spacing: 1.2px;
            text-transform: uppercase;
        }

        #jpm-contact-section .jpm-address {
            position: relative;
            z-index: 2;
            margin: 0;
            color: #44546a;
            font-size: 15px;
            font-weight: 600;
            line-height: 2;
        }

        #jpm-contact-section .jpm-address strong {
            color: var(--jpm-navy);
        }

        #jpm-contact-section .jpm-pin-code {
            display: inline-flex;
            align-items: center;
            gap: 8px;
            margin-top: 17px;
            padding: 8px 14px;
            color: var(--jpm-blue);
            font-size: 14px;
            font-weight: 800;
            border-radius: 50px;
            background: var(--jpm-light-blue);
        }

        #jpm-contact-section .jpm-phone-list {
            position: relative;
            z-index: 2;
            display: grid;
            gap: 13px;
        }

        #jpm-contact-section .jpm-phone-link {
            display: flex;
            align-items: center;
            gap: 12px;
            padding: 14px 16px;
            color: var(--jpm-navy);
            font-size: 16px;
            font-weight: 800;
            border: 1px solid rgba(255, 122, 24, 0.12);
            border-radius: 15px;
            background: rgba(255, 248, 237, 0.86);
            transition:
                transform 0.3s ease,
                color 0.3s ease,
                background 0.3s ease,
                box-shadow 0.3s ease;
        }

        #jpm-contact-section .jpm-phone-link i {
            display: grid;
            width: 37px;
            height: 37px;
            place-items: center;
            color: #ffffff;
            border-radius: 50%;
            background: linear-gradient(
                135deg,
                var(--jpm-orange),
                var(--jpm-gold)
            );
        }

        #jpm-contact-section .jpm-phone-link:hover {
            color: var(--jpm-orange);
            transform: translateX(5px);
            background: #ffffff;
            box-shadow: 0 12px 25px rgba(255, 122, 24, 0.12);
        }

        /* Ministries */

        #jpm-contact-section .jpm-ministries-box {
            position: relative;
            overflow: hidden;
            margin-top: 28px;
            padding: 34px;
            border: 1px solid rgba(255, 255, 255, 0.90);
            border-radius: 28px;
            background:
                linear-gradient(
                    125deg,
                    rgba(6, 26, 51, 0.97),
                    rgba(12, 79, 136, 0.94)
                );
            box-shadow: 0 25px 60px rgba(6, 26, 51, 0.22);
        }

        #jpm-contact-section .jpm-ministries-box::before {
            position: absolute;
            top: -100px;
            right: -80px;
            width: 270px;
            height: 270px;
            content: "";
            border: 45px solid rgba(245, 184, 46, 0.10);
            border-radius: 50%;
        }

        #jpm-contact-section .jpm-ministries-box::after {
            position: absolute;
            left: -70px;
            bottom: -100px;
            width: 230px;
            height: 230px;
            content: "";
            border-radius: 50%;
            background: rgba(255, 255, 255, 0.04);
        }

        #jpm-contact-section .jpm-ministries-heading {
            position: relative;
            z-index: 2;
            display: flex;
            align-items: center;
            gap: 15px;
            margin-bottom: 27px;
        }

        #jpm-contact-section .jpm-ministries-heading-icon {
            display: grid;
            flex: 0 0 60px;
            width: 60px;
            height: 60px;
            place-items: center;
            color: var(--jpm-navy);
            font-size: 23px;
            border-radius: 18px;
            background: linear-gradient(
                135deg,
                var(--jpm-gold),
                #fff1a3
            );
            box-shadow: 0 0 25px rgba(245, 184, 46, 0.30);
        }

        #jpm-contact-section .jpm-ministries-heading h3 {
            margin: 0;
            color: #ffffff;
            font-size: 25px;
            font-weight: 800;
        }

        #jpm-contact-section .jpm-ministries-heading p {
            margin: 6px 0 0;
            color: rgba(255, 255, 255, 0.68);
            font-size: 14px;
        }

        #jpm-contact-section .jpm-ministry-item {
            position: relative;
            z-index: 2;
            display: flex;
            align-items: flex-start;
            gap: 13px;
            height: 100%;
            padding: 17px;
            color: #ffffff;
            border: 1px solid rgba(255, 255, 255, 0.10);
            border-radius: 17px;
            background: rgba(255, 255, 255, 0.075);
            backdrop-filter: blur(8px);
            transition:
                transform 0.35s ease,
                background 0.35s ease,
                border-color 0.35s ease;
        }

        #jpm-contact-section .jpm-ministry-item:hover {
            transform: translateY(-5px);
            border-color: rgba(245, 184, 46, 0.45);
            background: rgba(255, 255, 255, 0.13);
        }

        #jpm-contact-section .jpm-ministry-icon {
            display: grid;
            flex: 0 0 39px;
            width: 39px;
            height: 39px;
            place-items: center;
            color: var(--jpm-gold);
            font-size: 15px;
            border-radius: 12px;
            background: rgba(245, 184, 46, 0.12);
        }

        #jpm-contact-section .jpm-ministry-item h4 {
            margin: 1px 0 5px;
            color: #ffffff;
            font-size: 15px;
            font-weight: 800;
            line-height: 1.6;
        }

        #jpm-contact-section .jpm-ministry-item p {
            margin: 0;
            color: rgba(255, 255, 255, 0.67);
            font-size: 12px;
            font-weight: 500;
            line-height: 1.6;
        }

        /* Map */

        #jpm-contact-section .jpm-map-wrapper {
            position: relative;
            margin-top: 28px;
            overflow: hidden;
            padding: 9px;
            border-radius: 30px;
            background: linear-gradient(
                135deg,
                var(--jpm-gold),
                #ffffff,
                #2ca5df,
                var(--jpm-orange)
            );
            background-size: 300% 300%;
            box-shadow: 0 25px 65px rgba(6, 26, 51, 0.18);
            animation: jpmMapBorder 8s ease infinite;
        }

        #jpm-contact-section .jpm-map-inner {
            position: relative;
            overflow: hidden;
            min-height: 470px;
            border-radius: 23px;
            background: #dce8f0;
        }

        #jpm-contact-section .jpm-map-inner iframe {
            display: block;
            width: 100%;
            height: 470px;
            border: 0;
            filter: saturate(0.92) contrast(1.04);
        }

        #jpm-contact-section .jpm-map-overlay {
            position: absolute;
            left: 25px;
            bottom: 25px;
            z-index: 3;
            width: min(365px, calc(100% - 50px));
            padding: 22px;
            color: #ffffff;
            border: 1px solid rgba(255, 255, 255, 0.18);
            border-radius: 20px;
            background: rgba(6, 26, 51, 0.91);
            box-shadow: 0 16px 35px rgba(6, 26, 51, 0.28);
            backdrop-filter: blur(12px);
        }

        #jpm-contact-section .jpm-map-overlay h3 {
            display: flex;
            align-items: center;
            gap: 10px;
            margin: 0 0 8px;
            font-size: 18px;
            font-weight: 800;
        }

        #jpm-contact-section .jpm-map-overlay h3 i {
            color: var(--jpm-gold);
        }

        #jpm-contact-section .jpm-map-overlay p {
            margin: 0 0 16px;
            color: rgba(255, 255, 255, 0.73);
            font-size: 13px;
            line-height: 1.8;
        }

        #jpm-contact-section .jpm-map-button {
            display: inline-flex;
            align-items: center;
            justify-content: center;
            gap: 9px;
            padding: 11px 18px;
            color: var(--jpm-navy);
            font-size: 13px;
            font-weight: 800;
            border-radius: 50px;
            background: linear-gradient(
                135deg,
                var(--jpm-gold),
                #fff0a0
            );
            box-shadow: 0 9px 22px rgba(245, 184, 46, 0.22);
            transition:
                transform 0.3s ease,
                box-shadow 0.3s ease;
        }

        #jpm-contact-section .jpm-map-button:hover {
            color: var(--jpm-navy);
            transform: translateY(-3px);
            box-shadow: 0 14px 30px rgba(245, 184, 46, 0.32);
        }

        /* Call-to-action */

        #jpm-contact-section .jpm-contact-action {
            display: flex;
            align-items: center;
            justify-content: space-between;
            gap: 20px;
            margin-top: 28px;
            padding: 25px 28px;
            border: 1px solid rgba(12, 79, 136, 0.10);
            border-radius: 23px;
            background: rgba(255, 255, 255, 0.82);
            box-shadow: 0 18px 40px rgba(6, 26, 51, 0.09);
            backdrop-filter: blur(12px);
        }

        #jpm-contact-section .jpm-action-content {
            display: flex;
            align-items: center;
            gap: 16px;
        }

        #jpm-contact-section .jpm-action-icon {
            display: grid;
            flex: 0 0 52px;
            width: 52px;
            height: 52px;
            place-items: center;
            color: #ffffff;
            font-size: 20px;
            border-radius: 16px;
            background: linear-gradient(
                135deg,
                var(--jpm-green),
                #55cf8c
            );
            box-shadow: 0 12px 25px rgba(36, 168, 102, 0.20);
        }

        #jpm-contact-section .jpm-action-content h3 {
            margin: 0 0 5px;
            color: var(--jpm-navy);
            font-size: 18px;
            font-weight: 800;
        }

        #jpm-contact-section .jpm-action-content p {
            margin: 0;
            color: #708093;
            font-size: 13px;
        }

        #jpm-contact-section .jpm-whatsapp-btn {
            display: inline-flex;
            align-items: center;
            justify-content: center;
            gap: 9px;
            flex-shrink: 0;
            padding: 13px 21px;
            color: #ffffff;
            font-size: 14px;
            font-weight: 800;
            border-radius: 50px;
            background: linear-gradient(135deg, #18a957, #35d477);
            box-shadow: 0 12px 28px rgba(24, 169, 87, 0.24);
            transition:
                transform 0.3s ease,
                box-shadow 0.3s ease;
        }

        #jpm-contact-section .jpm-whatsapp-btn:hover {
            color: #ffffff;
            transform: translateY(-3px);
            box-shadow: 0 17px 35px rgba(24, 169, 87, 0.34);
        }

        /* Reveal animation */

        #jpm-contact-section .jpm-reveal {
            opacity: 0;
            transform: translateY(35px);
            transition:
                opacity 0.8s ease,
                transform 0.8s ease;
        }

        #jpm-contact-section .jpm-reveal.jpm-visible {
            opacity: 1;
            transform: translateY(0);
        }

        /* Keyframes */

        @keyframes jpmContactFloat {
            0%,
            100% {
                transform: translateY(0) rotate(0deg);
            }

            50% {
                transform: translateY(24px) rotate(8deg);
            }
        }

        @keyframes jpmDotsMove {
            0% {
                transform: translateY(0);
            }

            50% {
                transform: translateY(20px);
            }

            100% {
                transform: translateY(0);
            }
        }

        @keyframes jpmLineMove {
            0% {
                left: -45%;
            }

            50%,
            100% {
                left: 105%;
            }
        }

        @keyframes jpmIconPulse {
            0%,
            100% {
                opacity: 0.45;
                transform: scale(0.92);
            }

            50% {
                opacity: 0.08;
                transform: scale(1.14);
            }
        }

        @keyframes jpmMapBorder {
            0% {
                background-position: 0% 50%;
            }

            50% {
                background-position: 100% 50%;
            }

            100% {
                background-position: 0% 50%;
            }
        }

        /* Responsive */

        @media (max-width: 991.98px) {
            #jpm-contact-section {
                padding: 75px 0;
            }

            #jpm-contact-section .jpm-map-inner,
            #jpm-contact-section .jpm-map-inner iframe {
                height: 430px;
                min-height: 430px;
            }
        }

        @media (max-width: 767.98px) {
            #jpm-contact-section {
                padding: 60px 0;
            }

            #jpm-contact-section .jpm-contact-heading {
                margin-bottom: 35px;
            }

            #jpm-contact-section .jpm-contact-subtitle {
                font-size: 15px;
            }

            #jpm-contact-section .jpm-info-card,
            #jpm-contact-section .jpm-ministries-box {
                padding: 23px;
                border-radius: 22px;
            }

            #jpm-contact-section .jpm-ministries-heading {
                align-items: flex-start;
            }

            #jpm-contact-section .jpm-map-wrapper {
                padding: 6px;
                border-radius: 24px;
            }

            #jpm-contact-section .jpm-map-inner {
                display: flex;
                min-height: 560px;
                align-items: flex-end;
                border-radius: 19px;
            }

            #jpm-contact-section .jpm-map-inner iframe {
                position: absolute;
                inset: 0;
                height: 100%;
            }

            #jpm-contact-section .jpm-map-overlay {
                position: relative;
                left: auto;
                bottom: auto;
                width: calc(100% - 28px);
                margin: 14px;
            }

            #jpm-contact-section .jpm-contact-action {
                flex-direction: column;
                align-items: stretch;
                padding: 22px;
            }

            #jpm-contact-section .jpm-whatsapp-btn {
                width: 100%;
            }
        }

        @media (max-width: 575.98px) {
            #jpm-contact-section .jpm-contact-title {
                font-size: 35px;
            }

            #jpm-contact-section .jpm-card-header {
                align-items: flex-start;
            }

            #jpm-contact-section .jpm-card-icon,
            #jpm-contact-section .jpm-ministries-heading-icon {
                flex-basis: 52px;
                width: 52px;
                height: 52px;
            }

            #jpm-contact-section .jpm-address {
                font-size: 14px;
            }

            #jpm-contact-section .jpm-phone-link {
                font-size: 14px;
            }

            #jpm-contact-section .jpm-action-content {
                align-items: flex-start;
            }
        }

        /* Reduced motion accessibility */

        @media (prefers-reduced-motion: reduce) {
            #jpm-contact-section *,
            #jpm-contact-section *::before,
            #jpm-contact-section *::after {
                scroll-behavior: auto !important;
                animation-duration: 0.01ms !important;
                animation-iteration-count: 1 !important;
                transition-duration: 0.01ms !important;
            }
        }