        /* =====================================================
           OUTREACH MINISTRY SECTION
           All styles are scoped using outreach- prefix
        ===================================================== */

        .outreach-ministry-section {
            --outreach-navy: #081d2f;
            --outreach-dark: #06131f;
            --outreach-green: #176b57;
            --outreach-light-green: #38b991;
            --outreach-gold: #e6ae43;
            --outreach-orange: #ed7d32;
            --outreach-cream: #fffaf0;
            --outreach-white: #ffffff;
            --outreach-text: #3a4b58;

            position: relative;
            overflow: hidden;
            padding: 100px 0;
            background:
                radial-gradient(circle at 8% 15%,
                    rgba(230, 174, 67, 0.16),
                    transparent 26%),
                radial-gradient(circle at 92% 20%,
                    rgba(56, 185, 145, 0.16),
                    transparent 28%),
                radial-gradient(circle at 20% 88%,
                    rgba(237, 125, 50, 0.12),
                    transparent 25%),
                linear-gradient(135deg, #fffdf7 0%, #f3fff9 50%, #fff8ee 100%);
            font-family: "Noto Sans Tamil", sans-serif;
        }

        .outreach-ministry-section *,
        .outreach-ministry-section *::before,
        .outreach-ministry-section *::after {
            box-sizing: border-box;
        }

        /* Decorative background objects */

        .outreach-bg-circle {
            position: absolute;
            border-radius: 50%;
            pointer-events: none;
            filter: blur(2px);
            animation: outreachFloatCircle 9s ease-in-out infinite;
        }

        .outreach-bg-circle-one {
            width: 250px;
            height: 250px;
            top: -100px;
            left: -70px;
            border: 35px solid rgba(230, 174, 67, 0.11);
        }

        .outreach-bg-circle-two {
            width: 320px;
            height: 320px;
            right: -150px;
            top: 280px;
            border: 45px solid rgba(23, 107, 87, 0.09);
            animation-delay: -3s;
        }

        .outreach-bg-circle-three {
            width: 180px;
            height: 180px;
            left: 14%;
            bottom: -80px;
            border: 28px solid rgba(237, 125, 50, 0.09);
            animation-delay: -5s;
        }

        .outreach-dots {
            position: absolute;
            width: 150px;
            height: 150px;
            opacity: 0.35;
            background-image:
                radial-gradient(circle, var(--outreach-gold) 2px, transparent 2.5px);
            background-size: 18px 18px;
            pointer-events: none;
        }

        .outreach-dots-left {
            top: 165px;
            left: 20px;
        }

        .outreach-dots-right {
            right: 25px;
            bottom: 120px;
        }

        @keyframes outreachFloatCircle {
            0%, 100% {
                transform: translate3d(0, 0, 0) rotate(0deg);
            }

            50% {
                transform: translate3d(0, -22px, 0) rotate(12deg);
            }
        }

        /* Section heading */

        .outreach-heading-wrap {
            position: relative;
            z-index: 2;
            max-width: 920px;
            margin: 0 auto 38px;
            text-align: center;
        }

        .outreach-small-title {
            display: inline-flex;
            align-items: center;
            gap: 10px;
            margin-bottom: 15px;
            padding: 9px 18px;
            border: 1px solid rgba(23, 107, 87, 0.18);
            border-radius: 50px;
            color: var(--outreach-green);
            background: rgba(255, 255, 255, 0.76);
            box-shadow: 0 8px 25px rgba(8, 29, 47, 0.08);
            font-size: 13px;
            font-weight: 800;
            letter-spacing: 1.5px;
            text-transform: uppercase;
            backdrop-filter: blur(10px);
        }

        .outreach-small-title i {
            color: var(--outreach-gold);
        }

        .outreach-main-title {
            margin: 0;
            color: var(--outreach-navy);
            font-family: "Archivo Black", "Noto Sans Tamil", sans-serif;
            font-size: clamp(34px, 5vw, 66px);
            line-height: 1.1;
            letter-spacing: -1.5px;
        }

        .outreach-main-title span {
            position: relative;
            display: inline-block;
            color: var(--outreach-green);
        }

        .outreach-main-title span::after {
            content: "";
            position: absolute;
            left: 5%;
            right: 5%;
            bottom: -7px;
            height: 5px;
            border-radius: 10px;
            background: linear-gradient(
                90deg,
                var(--outreach-gold),
                var(--outreach-orange),
                var(--outreach-light-green)
            );
            transform-origin: left;
            animation: outreachTitleLine 3s ease-in-out infinite;
        }

        @keyframes outreachTitleLine {
            0%, 100% {
                transform: scaleX(0.55);
                opacity: 0.65;
            }

            50% {
                transform: scaleX(1);
                opacity: 1;
            }
        }

        .outreach-title-tamil {
            display: block;
            margin-top: 19px;
            color: #596873;
            font-size: clamp(18px, 2.2vw, 25px);
            font-weight: 800;
            letter-spacing: 0;
        }

        /* Intro graphical box */

        .outreach-intro-box {
            position: relative;
            z-index: 3;
            overflow: hidden;
            margin-bottom: 55px;
            padding: 34px 38px;
            border: 1px solid rgba(23, 107, 87, 0.23);
            border-radius: 26px;
            background:
                linear-gradient(
                    125deg,
                    rgba(255, 255, 255, 0.96),
                    rgba(246, 255, 251, 0.91)
                );
            box-shadow:
                0 22px 60px rgba(8, 29, 47, 0.10),
                inset 0 1px 0 rgba(255, 255, 255, 0.9);
            backdrop-filter: blur(14px);
        }

        .outreach-intro-box::before {
            content: "";
            position: absolute;
            top: 0;
            left: 0;
            width: 7px;
            height: 100%;
            background: linear-gradient(
                180deg,
                var(--outreach-gold),
                var(--outreach-orange),
                var(--outreach-green)
            );
        }

        .outreach-intro-box::after {
            content: "";
            position: absolute;
            width: 210px;
            height: 210px;
            right: -85px;
            top: -100px;
            border-radius: 50%;
            background: radial-gradient(
                circle,
                rgba(230, 174, 67, 0.22),
                transparent 68%
            );
        }

        .outreach-intro-icon {
            position: relative;
            z-index: 2;
            display: grid;
            flex: 0 0 auto;
            width: 76px;
            height: 76px;
            place-items: center;
            border-radius: 23px;
            color: #ffffff;
            background: linear-gradient(
                145deg,
                var(--outreach-green),
                var(--outreach-light-green)
            );
            box-shadow:
                0 14px 30px rgba(23, 107, 87, 0.25),
                inset 0 1px 1px rgba(255, 255, 255, 0.35);
            font-size: 31px;
            transform: rotate(-4deg);
        }

        .outreach-intro-content {
            position: relative;
            z-index: 2;
        }

        .outreach-intro-title {
            margin: 0 0 10px;
            color: var(--outreach-navy);
            font-size: clamp(22px, 2.4vw, 31px);
            font-weight: 900;
            line-height: 1.45;
        }

        .outreach-intro-text {
            margin: 0;
            color: var(--outreach-text);
            font-size: 16px;
            font-weight: 500;
            line-height: 2;
        }

        /* Four image cards */

        .outreach-photo-grid {
            position: relative;
            z-index: 2;
            margin-bottom: 70px;
        }

        .outreach-photo-card {
            position: relative;
            overflow: hidden;
            min-height: 420px;
            border: 5px solid rgba(255, 255, 255, 0.94);
            border-radius: 25px;
            background: var(--outreach-navy);
            box-shadow:
                0 20px 45px rgba(8, 29, 47, 0.18),
                0 0 0 1px rgba(230, 174, 67, 0.23);
            transition:
                transform 0.55s cubic-bezier(.2, .8, .2, 1),
                box-shadow 0.55s ease;
        }

        .outreach-photo-card::before {
            content: "";
            position: absolute;
            z-index: 2;
            inset: 0;
            background:
                linear-gradient(
                    180deg,
                    transparent 25%,
                    rgba(5, 19, 30, 0.35) 58%,
                    rgba(5, 19, 30, 0.96) 100%
                );
        }

        .outreach-photo-card::after {
            content: "";
            position: absolute;
            z-index: 3;
            top: -150%;
            left: -80%;
            width: 55%;
            height: 350%;
            background: linear-gradient(
                90deg,
                transparent,
                rgba(255, 255, 255, 0.24),
                transparent
            );
            transform: rotate(24deg);
            transition: left 0.9s ease;
        }

        .outreach-photo-card:hover {
            transform: translateY(-12px);
            box-shadow:
                0 30px 65px rgba(8, 29, 47, 0.26),
                0 0 32px rgba(230, 174, 67, 0.24);
        }

        .outreach-photo-card:hover::after {
            left: 145%;
        }

        .outreach-photo-card img {
            width: 100%;
            height: 420px;
            object-fit: cover;
            transition:
                transform 0.8s cubic-bezier(.2, .8, .2, 1),
                filter 0.8s ease;
        }

        .outreach-photo-card:hover img {
            transform: scale(1.08);
            filter: saturate(1.08);
        }

        .outreach-photo-number {
            position: absolute;
            z-index: 5;
            top: 18px;
            left: 18px;
            display: grid;
            width: 43px;
            height: 43px;
            place-items: center;
            border: 1px solid rgba(255, 255, 255, 0.45);
            border-radius: 14px;
            color: #ffffff;
            background: rgba(6, 19, 31, 0.56);
            font-size: 13px;
            font-weight: 900;
            backdrop-filter: blur(8px);
        }

        .outreach-photo-content {
            position: absolute;
            z-index: 5;
            right: 22px;
            bottom: 24px;
            left: 22px;
        }

        .outreach-photo-icon {
            display: grid;
            width: 50px;
            height: 50px;
            margin-bottom: 13px;
            place-items: center;
            border-radius: 15px;
            color: var(--outreach-navy);
            background: linear-gradient(
                145deg,
                #ffe7a6,
                var(--outreach-gold)
            );
            box-shadow: 0 10px 25px rgba(0, 0, 0, 0.26);
            font-size: 20px;
        }

        .outreach-photo-title {
            margin: 0 0 8px;
            color: #ffffff;
            font-size: 22px;
            font-weight: 900;
            line-height: 1.45;
        }

        .outreach-photo-text {
            margin: 0;
            color: rgba(255, 255, 255, 0.82);
            font-size: 14px;
            line-height: 1.75;
        }

        /* Main content stories */

        .outreach-content-row {
            position: relative;
            z-index: 2;
            margin-bottom: 70px;
        }

        .outreach-story-image-wrap {
            position: relative;
            padding: 14px;
        }

        .outreach-story-image-wrap::before {
            content: "";
            position: absolute;
            inset: 0;
            border: 2px solid rgba(230, 174, 67, 0.70);
            border-radius: 34px 18px 34px 18px;
            animation: outreachBorderPulse 3.5s ease-in-out infinite;
        }

        @keyframes outreachBorderPulse {
            0%, 100% {
                box-shadow: 0 0 0 rgba(230, 174, 67, 0);
            }

            50% {
                box-shadow: 0 0 28px rgba(230, 174, 67, 0.30);
            }
        }

        .outreach-story-image {
            position: relative;
            z-index: 1;
            width: 100%;
            height: 490px;
            object-fit: cover;
            border-radius: 25px 12px 25px 12px;
            box-shadow: 0 25px 55px rgba(8, 29, 47, 0.21);
        }

        .outreach-image-label {
            position: absolute;
            z-index: 4;
            right: -12px;
            bottom: 42px;
            max-width: 245px;
            padding: 18px 21px;
            border: 1px solid rgba(255, 255, 255, 0.30);
            border-radius: 18px;
            color: #ffffff;
            background: linear-gradient(
                135deg,
                rgba(8, 29, 47, 0.95),
                rgba(23, 107, 87, 0.94)
            );
            box-shadow: 0 18px 35px rgba(8, 29, 47, 0.25);
            backdrop-filter: blur(10px);
        }

        .outreach-image-label i {
            margin-bottom: 9px;
            color: var(--outreach-gold);
            font-size: 23px;
        }

        .outreach-image-label strong {
            display: block;
            margin-bottom: 5px;
            font-size: 17px;
        }

        .outreach-image-label span {
            color: rgba(255, 255, 255, 0.78);
            font-size: 12px;
            line-height: 1.6;
        }

        .outreach-content-box {
            padding: 20px 10px 20px 35px;
        }

        .outreach-content-tag {
            display: inline-flex;
            align-items: center;
            gap: 9px;
            margin-bottom: 16px;
            padding: 8px 15px;
            border-radius: 50px;
            color: #9b6015;
            background: rgba(230, 174, 67, 0.16);
            font-size: 12px;
            font-weight: 900;
            letter-spacing: 0.7px;
        }

        .outreach-content-title {
            margin: 0 0 19px;
            color: var(--outreach-navy);
            font-size: clamp(28px, 3.4vw, 45px);
            font-weight: 900;
            line-height: 1.35;
        }

        .outreach-content-title span {
            color: var(--outreach-green);
        }

        .outreach-content-text {
            margin-bottom: 17px;
            color: var(--outreach-text);
            font-size: 16px;
            font-weight: 500;
            line-height: 2.05;
        }

        .outreach-feature-list {
            display: grid;
            grid-template-columns: repeat(2, minmax(0, 1fr));
            gap: 13px;
            margin-top: 25px;
        }

        .outreach-feature-item {
            display: flex;
            align-items: center;
            gap: 11px;
            padding: 14px 15px;
            border: 1px solid rgba(23, 107, 87, 0.12);
            border-radius: 15px;
            color: #274339;
            background: rgba(255, 255, 255, 0.74);
            box-shadow: 0 8px 22px rgba(8, 29, 47, 0.055);
            font-size: 13px;
            font-weight: 800;
            transition: 0.35s ease;
        }

        .outreach-feature-item:hover {
            transform: translateX(5px);
            border-color: rgba(230, 174, 67, 0.55);
            background: #ffffff;
        }

        .outreach-feature-item i {
            display: grid;
            flex: 0 0 auto;
            width: 36px;
            height: 36px;
            place-items: center;
            border-radius: 11px;
            color: #ffffff;
            background: linear-gradient(
                145deg,
                var(--outreach-green),
                var(--outreach-light-green)
            );
        }

        /* Reverse content */

        .outreach-content-row-reverse .outreach-content-box {
            padding: 20px 35px 20px 10px;
        }

        .outreach-content-row-reverse .outreach-image-label {
            right: auto;
            left: -12px;
        }

        /* Bible verse area */

        .outreach-verse-section {
            position: relative;
            z-index: 2;
            overflow: hidden;
            margin-top: 20px;
            padding: 60px 55px;
            border-radius: 32px;
            color: #ffffff;
            background:
                radial-gradient(
                    circle at 90% 15%,
                    rgba(230, 174, 67, 0.25),
                    transparent 30%
                ),
                linear-gradient(
                    135deg,
                    #06131f 0%,
                    #0b2d36 48%,
                    #145c4d 100%
                );
            box-shadow: 0 30px 75px rgba(8, 29, 47, 0.27);
        }

        .outreach-verse-section::before {
            content: "“";
            position: absolute;
            top: -65px;
            right: 35px;
            color: rgba(255, 255, 255, 0.055);
            font-family: Georgia, serif;
            font-size: 340px;
            line-height: 1;
        }

        .outreach-verse-section::after {
            content: "";
            position: absolute;
            right: -60px;
            bottom: -90px;
            width: 250px;
            height: 250px;
            border: 38px solid rgba(230, 174, 67, 0.10);
            border-radius: 50%;
        }

        .outreach-verse-heading {
            position: relative;
            z-index: 2;
            text-align: center;
        }

        .outreach-verse-symbol {
            display: grid;
            width: 65px;
            height: 65px;
            margin: 0 auto 17px;
            place-items: center;
            border-radius: 20px;
            color: #14251f;
            background: linear-gradient(
                145deg,
                #ffe7a4,
                var(--outreach-gold)
            );
            box-shadow: 0 13px 30px rgba(0, 0, 0, 0.24);
            font-size: 24px;
            transform: rotate(4deg);
        }

        .outreach-verse-heading h3 {
            margin: 0 0 10px;
            font-size: clamp(26px, 3vw, 39px);
            font-weight: 900;
        }

        .outreach-verse-heading p {
            margin: 0 0 35px;
            color: rgba(255, 255, 255, 0.72);
            font-size: 14px;
        }

        .outreach-verse-card {
            position: relative;
            z-index: 2;
            height: 100%;
            padding: 27px 25px;
            border: 1px solid rgba(255, 255, 255, 0.16);
            border-radius: 21px;
            background: rgba(255, 255, 255, 0.075);
            box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.12);
            backdrop-filter: blur(10px);
            transition:
                transform 0.4s ease,
                background 0.4s ease,
                border-color 0.4s ease;
        }

        .outreach-verse-card:hover {
            transform: translateY(-8px);
            border-color: rgba(230, 174, 67, 0.50);
            background: rgba(255, 255, 255, 0.12);
        }

        .outreach-verse-card i {
            margin-bottom: 15px;
            color: var(--outreach-gold);
            font-size: 25px;
        }

        .outreach-verse-card blockquote {
            margin: 0 0 14px;
            color: rgba(255, 255, 255, 0.91);
            font-size: 15px;
            font-weight: 600;
            line-height: 1.95;
        }

        .outreach-verse-reference {
            display: inline-block;
            padding: 7px 12px;
            border-radius: 9px;
            color: #241d0d;
            background: linear-gradient(
                145deg,
                #ffe7a4,
                var(--outreach-gold)
            );
            font-size: 12px;
            font-weight: 900;
        }

        /* Bottom mission statement */

        .outreach-mission-strip {
            position: relative;
            z-index: 3;
            display: flex;
            align-items: center;
            justify-content: space-between;
            gap: 24px;
            margin-top: 45px;
            padding: 27px 30px;
            border: 1px solid rgba(230, 174, 67, 0.32);
            border-radius: 22px;
            background: rgba(255, 255, 255, 0.88);
            box-shadow: 0 17px 40px rgba(8, 29, 47, 0.09);
            backdrop-filter: blur(10px);
        }

        .outreach-mission-left {
            display: flex;
            align-items: center;
            gap: 17px;
        }

        .outreach-mission-icon {
            display: grid;
            flex: 0 0 auto;
            width: 58px;
            height: 58px;
            place-items: center;
            border-radius: 18px;
            color: #ffffff;
            background: linear-gradient(
                145deg,
                var(--outreach-orange),
                var(--outreach-gold)
            );
            box-shadow: 0 12px 25px rgba(237, 125, 50, 0.23);
            font-size: 23px;
        }

        .outreach-mission-strip h4 {
            margin: 0 0 5px;
            color: var(--outreach-navy);
            font-size: 20px;
            font-weight: 900;
        }

        .outreach-mission-strip p {
            margin: 0;
            color: #66747d;
            font-size: 14px;
            line-height: 1.75;
        }

        .outreach-mission-badge {
            flex: 0 0 auto;
            padding: 13px 20px;
            border-radius: 50px;
            color: #ffffff;
            background: linear-gradient(
                135deg,
                var(--outreach-green),
                #0c483c
            );
            box-shadow: 0 10px 25px rgba(23, 107, 87, 0.20);
            font-size: 13px;
            font-weight: 900;
            white-space: nowrap;
        }

        .outreach-mission-badge i {
            margin-right: 7px;
            color: var(--outreach-gold);
        }

        /* Responsive styles */

        @media (max-width: 991.98px) {
            .outreach-ministry-section {
                padding: 80px 0;
            }

            .outreach-intro-box {
                padding: 30px;
            }

            .outreach-photo-card,
            .outreach-photo-card img {
                min-height: 390px;
                height: 390px;
            }

            .outreach-content-box,
            .outreach-content-row-reverse .outreach-content-box {
                padding: 35px 5px 0;
            }

            .outreach-content-row-reverse .outreach-story-column {
                order: 1;
            }

            .outreach-content-row-reverse .outreach-text-column {
                order: 2;
            }

            .outreach-verse-section {
                padding: 50px 35px;
            }
        }

        @media (max-width: 767.98px) {
            .outreach-ministry-section {
                padding: 65px 0;
            }

            .outreach-main-title {
                letter-spacing: -0.7px;
            }

            .outreach-intro-box {
                padding: 27px 22px 27px 27px;
                text-align: center;
            }

            .outreach-intro-icon {
                margin: 0 auto 18px;
            }

            .outreach-photo-grid {
                margin-bottom: 55px;
            }

            .outreach-photo-card,
            .outreach-photo-card img {
                min-height: 430px;
                height: 430px;
            }

            .outreach-story-image {
                height: 420px;
            }

            .outreach-image-label,
            .outreach-content-row-reverse .outreach-image-label {
                right: 25px;
                bottom: 28px;
                left: 25px;
                max-width: none;
            }

            .outreach-feature-list {
                grid-template-columns: 1fr;
            }

            .outreach-verse-section {
                padding: 44px 22px;
                border-radius: 25px;
            }

            .outreach-mission-strip {
                flex-direction: column;
                align-items: flex-start;
            }

            .outreach-mission-badge {
                width: 100%;
                text-align: center;
            }
        }

        @media (max-width: 575.98px) {
            .outreach-ministry-section {
                padding: 55px 0;
            }

            .outreach-heading-wrap {
                margin-bottom: 30px;
            }

            .outreach-small-title {
                font-size: 11px;
                letter-spacing: 0.8px;
            }

            .outreach-main-title {
                font-size: 34px;
            }

            .outreach-title-tamil {
                font-size: 17px;
                line-height: 1.6;
            }

            .outreach-intro-text,
            .outreach-content-text {
                font-size: 14px;
                line-height: 1.9;
            }

            .outreach-photo-card,
            .outreach-photo-card img {
                min-height: 390px;
                height: 390px;
            }

            .outreach-photo-content {
                right: 18px;
                bottom: 20px;
                left: 18px;
            }

            .outreach-photo-title {
                font-size: 19px;
            }

            .outreach-story-image {
                height: 360px;
            }

            .outreach-content-title {
                font-size: 28px;
            }

            .outreach-mission-left {
                align-items: flex-start;
            }
        }

        /* Reduce motion for accessibility */

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