        :root {
            --wm-maroon: #6b1538;
            --wm-wine: #8f204d;
            --wm-rose: #c75b82;
            --wm-pink: #f4dce6;
            --wm-cream: #fff9f2;
            --wm-gold: #d7a84b;
            --wm-dark: #2c1722;
            --wm-white: #ffffff;
        }

        * {
            box-sizing: border-box;
        }

        body {
            margin: 0;
            font-family: "Noto Sans Tamil", sans-serif;
            background: #ffffff;
            color: #432836;
        }

        .womens-ministry-section {
            position: relative;
            overflow: hidden;
            padding: 100px 0;
            background:
                radial-gradient(circle at 10% 15%, rgba(199, 91, 130, 0.14), transparent 25%),
                radial-gradient(circle at 90% 80%, rgba(215, 168, 75, 0.16), transparent 28%),
                linear-gradient(135deg, #fffaf4 0%, #fff 48%, #fceef4 100%);
        }

        .wm-decoration {
            position: absolute;
            border-radius: 50%;
            pointer-events: none;
            filter: blur(2px);
            animation: wmFloat 8s ease-in-out infinite;
        }

        .wm-decoration-one {
            width: 220px;
            height: 220px;
            left: -90px;
            top: 180px;
            border: 30px solid rgba(143, 32, 77, 0.07);
        }

        .wm-decoration-two {
            width: 160px;
            height: 160px;
            right: -55px;
            bottom: 120px;
            background: rgba(215, 168, 75, 0.1);
            animation-delay: 2s;
        }

        .wm-cross {
            position: absolute;
            color: rgba(143, 32, 77, 0.08);
            font-size: 70px;
            animation: wmCrossGlow 5s ease-in-out infinite;
        }

        .wm-cross-one {
            top: 80px;
            right: 8%;
        }

        .wm-cross-two {
            bottom: 130px;
            left: 4%;
            font-size: 45px;
            animation-delay: 1.5s;
        }

        .wm-heading-area {
            position: relative;
            text-align: center;
            margin-bottom: 45px;
            z-index: 2;
        }

        .wm-small-title {
            display: inline-flex;
            align-items: center;
            gap: 9px;
            padding: 9px 22px;
            margin-bottom: 17px;
            border: 1px solid rgba(143, 32, 77, 0.2);
            border-radius: 50px;
            background: rgba(255, 255, 255, 0.78);
            box-shadow: 0 10px 30px rgba(107, 21, 56, 0.09);
            color: var(--wm-wine);
            font-size: 13px;
            font-weight: 800;
            letter-spacing: 1.6px;
            text-transform: uppercase;
            backdrop-filter: blur(10px);
        }

        .wm-main-title {
            margin-bottom: 15px;
            font-family: "Archivo Black", sans-serif;
            font-size: clamp(36px, 5vw, 64px);
            line-height: 1.1;
            color: var(--wm-maroon);
            text-shadow: 0 8px 25px rgba(107, 21, 56, 0.12);
        }

        .wm-tamil-title {
            display: block;
            margin-top: 9px;
            font-family: "Noto Sans Tamil", sans-serif;
            font-size: clamp(24px, 3vw, 37px);
            font-weight: 800;
            color: var(--wm-gold);
        }

        .wm-title-line {
            position: relative;
            width: 115px;
            height: 4px;
            margin: 22px auto 0;
            border-radius: 10px;
            background: linear-gradient(90deg, transparent, var(--wm-gold), transparent);
        }

        .wm-title-line::after {
            content: "";
            position: absolute;
            width: 10px;
            height: 10px;
            top: -3px;
            left: 50%;
            border-radius: 50%;
            transform: translateX(-50%);
            background: var(--wm-wine);
            box-shadow: 0 0 15px rgba(143, 32, 77, 0.6);
        }

        .wm-intro-box {
            position: relative;
            z-index: 2;
            padding: 35px 40px;
            margin-bottom: 55px;
            border: 1px solid rgba(215, 168, 75, 0.55);
            border-radius: 24px;
            background:
                linear-gradient(120deg, rgba(255, 255, 255, 0.95), rgba(255, 249, 242, 0.91)),
                repeating-linear-gradient(
                    45deg,
                    rgba(143, 32, 77, 0.025) 0,
                    rgba(143, 32, 77, 0.025) 2px,
                    transparent 2px,
                    transparent 14px
                );
            box-shadow:
                0 25px 60px rgba(107, 21, 56, 0.1),
                inset 0 0 35px rgba(215, 168, 75, 0.08);
            backdrop-filter: blur(12px);
        }

        .wm-intro-box::before,
        .wm-intro-box::after {
            content: "";
            position: absolute;
            width: 75px;
            height: 75px;
            border-color: var(--wm-gold);
            opacity: 0.75;
        }

        .wm-intro-box::before {
            top: 13px;
            left: 13px;
            border-top: 2px solid;
            border-left: 2px solid;
            border-radius: 15px 0 0;
        }

        .wm-intro-box::after {
            right: 13px;
            bottom: 13px;
            border-right: 2px solid;
            border-bottom: 2px solid;
            border-radius: 0 0 15px;
        }

        .wm-intro-icon {
            width: 68px;
            height: 68px;
            display: flex;
            align-items: center;
            justify-content: center;
            flex-shrink: 0;
            border-radius: 20px;
            background: linear-gradient(145deg, var(--wm-maroon), var(--wm-rose));
            color: #ffffff;
            font-size: 27px;
            box-shadow: 0 15px 30px rgba(107, 21, 56, 0.25);
        }

        .wm-intro-box h3 {
            margin-bottom: 13px;
            color: var(--wm-maroon);
            font-size: 24px;
            font-weight: 800;
        }

        .wm-intro-box p {
            margin-bottom: 0;
            color: #684858;
            font-size: 16px;
            line-height: 2;
        }

        .wm-gallery-card {
            position: relative;
            height: 340px;
            overflow: hidden;
            border: 5px solid rgba(255, 255, 255, 0.9);
            border-radius: 25px;
            box-shadow: 0 18px 40px rgba(83, 29, 52, 0.18);
            transition: all 0.5s ease;
        }

        .wm-gallery-card::before {
            content: "";
            position: absolute;
            inset: 0;
            z-index: 1;
            background: linear-gradient(
                to top,
                rgba(44, 23, 34, 0.92),
                rgba(44, 23, 34, 0.12) 60%,
                transparent
            );
            transition: all 0.5s ease;
        }

        .wm-gallery-card::after {
            content: "";
            position: absolute;
            inset: 12px;
            z-index: 2;
            border: 1px solid rgba(255, 255, 255, 0.55);
            border-radius: 17px;
            pointer-events: none;
        }

        .wm-gallery-card img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            transition: transform 0.8s ease;
        }

        .wm-gallery-card:hover {
            transform: translateY(-12px);
            box-shadow: 0 28px 55px rgba(107, 21, 56, 0.28);
        }

        .wm-gallery-card:hover img {
            transform: scale(1.12);
        }

        .wm-gallery-card:hover::before {
            background: linear-gradient(
                to top,
                rgba(107, 21, 56, 0.96),
                rgba(107, 21, 56, 0.15) 65%,
                transparent
            );
        }

        .wm-photo-content {
            position: absolute;
            left: 30px;
            right: 25px;
            bottom: 28px;
            z-index: 3;
            color: #ffffff;
        }

        .wm-photo-icon {
            width: 43px;
            height: 43px;
            display: flex;
            align-items: center;
            justify-content: center;
            margin-bottom: 13px;
            border-radius: 12px;
            background: rgba(215, 168, 75, 0.95);
            color: var(--wm-dark);
            font-size: 17px;
            box-shadow: 0 8px 20px rgba(0, 0, 0, 0.18);
        }

        .wm-photo-content h4 {
            margin-bottom: 7px;
            font-size: 20px;
            font-weight: 800;
        }

        .wm-photo-content p {
            margin: 0;
            color: rgba(255, 255, 255, 0.86);
            font-size: 13px;
            line-height: 1.7;
        }

        .wm-content-wrapper {
            position: relative;
            z-index: 2;
            margin-top: 85px;
        }

        .wm-content-photo {
            position: relative;
            padding: 13px;
        }

        .wm-content-photo::before {
            content: "";
            position: absolute;
            inset: 0;
            border: 2px solid var(--wm-gold);
            border-radius: 35px;
            transform: rotate(-3deg);
        }

        .wm-content-photo::after {
            content: "";
            position: absolute;
            inset: 14px -2px -2px 14px;
            z-index: -1;
            border-radius: 30px;
            background: linear-gradient(140deg, var(--wm-wine), var(--wm-rose));
            opacity: 0.25;
        }

        .wm-content-photo img {
            position: relative;
            z-index: 1;
            width: 100%;
            min-height: 460px;
            object-fit: cover;
            border-radius: 26px;
            box-shadow: 0 25px 55px rgba(107, 21, 56, 0.22);
        }

        .wm-photo-badge {
            position: absolute;
            right: -12px;
            bottom: 35px;
            z-index: 3;
            width: 160px;
            padding: 20px 14px;
            border: 4px solid #ffffff;
            border-radius: 22px;
            background: linear-gradient(145deg, var(--wm-maroon), var(--wm-wine));
            color: #ffffff;
            text-align: center;
            box-shadow: 0 18px 35px rgba(107, 21, 56, 0.3);
        }

        .wm-photo-badge i {
            display: block;
            margin-bottom: 8px;
            color: var(--wm-gold);
            font-size: 27px;
        }

        .wm-photo-badge strong {
            display: block;
            font-size: 16px;
            line-height: 1.5;
        }

        .wm-content-text {
            padding-left: 35px;
        }

        .wm-content-label {
            display: inline-block;
            margin-bottom: 15px;
            color: var(--wm-wine);
            font-size: 13px;
            font-weight: 800;
            letter-spacing: 1.3px;
            text-transform: uppercase;
        }

        .wm-content-text h2 {
            margin-bottom: 22px;
            color: var(--wm-maroon);
            font-size: clamp(28px, 4vw, 43px);
            font-weight: 800;
            line-height: 1.45;
        }

        .wm-content-text > p {
            margin-bottom: 20px;
            color: #654654;
            font-size: 16px;
            line-height: 2;
        }

        .wm-feature-item {
            display: flex;
            gap: 16px;
            padding: 17px;
            margin-bottom: 15px;
            border: 1px solid rgba(143, 32, 77, 0.12);
            border-radius: 17px;
            background: rgba(255, 255, 255, 0.82);
            box-shadow: 0 10px 28px rgba(107, 21, 56, 0.07);
            transition: all 0.35s ease;
        }

        .wm-feature-item:hover {
            border-color: rgba(215, 168, 75, 0.65);
            transform: translateX(8px);
            box-shadow: 0 15px 35px rgba(107, 21, 56, 0.13);
        }

        .wm-feature-icon {
            width: 48px;
            height: 48px;
            display: flex;
            align-items: center;
            justify-content: center;
            flex-shrink: 0;
            border-radius: 14px;
            background: linear-gradient(145deg, #f9e6ed, #ffffff);
            color: var(--wm-wine);
            font-size: 19px;
            box-shadow: inset 0 0 15px rgba(143, 32, 77, 0.08);
        }

        .wm-feature-item h5 {
            margin-bottom: 5px;
            color: var(--wm-dark);
            font-size: 17px;
            font-weight: 800;
        }

        .wm-feature-item p {
            margin: 0;
            color: #755d68;
            font-size: 14px;
            line-height: 1.7;
        }

        .wm-verse-box {
            position: relative;
            z-index: 2;
            overflow: hidden;
            padding: 48px;
            margin-top: 90px;
            border-radius: 30px;
            background:
                linear-gradient(120deg, rgba(44, 23, 34, 0.98), rgba(107, 21, 56, 0.95)),
                url("images/womens-ministry-verse.jpg") center/cover;
            color: #ffffff;
            box-shadow: 0 25px 55px rgba(44, 23, 34, 0.28);
        }

        .wm-verse-box::before {
            content: "“";
            position: absolute;
            top: -15px;
            left: 25px;
            color: rgba(255, 255, 255, 0.08);
            font-family: Georgia, serif;
            font-size: 180px;
            line-height: 1;
        }

        .wm-verse-box::after {
            content: "";
            position: absolute;
            width: 240px;
            height: 240px;
            right: -80px;
            top: -80px;
            border: 35px solid rgba(215, 168, 75, 0.09);
            border-radius: 50%;
        }

        .wm-verse-icon {
            position: relative;
            z-index: 1;
            width: 65px;
            height: 65px;
            display: flex;
            align-items: center;
            justify-content: center;
            margin-bottom: 22px;
            border-radius: 50%;
            background: var(--wm-gold);
            color: var(--wm-dark);
            font-size: 25px;
            box-shadow: 0 0 0 8px rgba(215, 168, 75, 0.14);
        }

        .wm-verse-box blockquote {
            position: relative;
            z-index: 1;
            margin-bottom: 18px;
            max-width: 900px;
            font-size: clamp(20px, 3vw, 29px);
            font-weight: 700;
            line-height: 1.85;
        }

        .wm-verse-reference {
            position: relative;
            z-index: 1;
            display: inline-block;
            color: #f7cf7c;
            font-size: 16px;
            font-weight: 800;
            letter-spacing: 0.5px;
        }

        .wm-callout {
            position: relative;
            z-index: 2;
            padding: 38px;
            margin-top: 70px;
            border: 1px solid rgba(215, 168, 75, 0.5);
            border-radius: 25px;
            background: linear-gradient(135deg, #ffffff, #fff6f9);
            box-shadow: 0 20px 45px rgba(107, 21, 56, 0.1);
            text-align: center;
        }

        .wm-callout h3 {
            margin-bottom: 14px;
            color: var(--wm-maroon);
            font-size: 27px;
            font-weight: 800;
        }

        .wm-callout p {
            max-width: 850px;
            margin: 0 auto 23px;
            color: #735361;
            line-height: 1.9;
        }

        .wm-btn {
            display: inline-flex;
            align-items: center;
            gap: 10px;
            padding: 14px 28px;
            border: none;
            border-radius: 50px;
            background: linear-gradient(135deg, var(--wm-maroon), var(--wm-rose));
            color: #ffffff;
            font-size: 15px;
            font-weight: 800;
            text-decoration: none;
            box-shadow: 0 12px 30px rgba(107, 21, 56, 0.27);
            transition: all 0.35s ease;
        }

        .wm-btn:hover {
            color: #ffffff;
            transform: translateY(-4px);
            box-shadow: 0 18px 38px rgba(107, 21, 56, 0.35);
        }

        .wm-btn i {
            transition: transform 0.35s ease;
        }

        .wm-btn:hover i {
            transform: translateX(5px);
        }

        @keyframes wmFloat {
            0%, 100% {
                transform: translateY(0) rotate(0);
            }
            50% {
                transform: translateY(-22px) rotate(8deg);
            }
        }

        @keyframes wmCrossGlow {
            0%, 100% {
                opacity: 0.35;
                transform: scale(1);
            }
            50% {
                opacity: 0.8;
                transform: scale(1.12);
            }
        }

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

            .wm-gallery-card {
                height: 320px;
            }

            .wm-content-text {
                padding-top: 55px;
                padding-left: 0;
            }

            .wm-content-photo img {
                min-height: 420px;
            }
        }

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

            .wm-intro-box {
                padding: 28px 23px;
            }

            .wm-intro-box .d-flex {
                display: block !important;
            }

            .wm-intro-icon {
                margin-bottom: 20px;
            }

            .wm-gallery-card {
                height: 390px;
            }

            .wm-content-photo {
                padding: 9px;
            }

            .wm-content-photo img {
                min-height: 390px;
            }

            .wm-photo-badge {
                right: 15px;
                bottom: 25px;
                width: 145px;
            }

            .wm-verse-box {
                padding: 35px 25px;
            }

            .wm-callout {
                padding: 30px 20px;
            }
        }

        @media (max-width: 575.98px) {
            .wm-main-title {
                font-size: 34px;
            }

            .wm-tamil-title {
                font-size: 24px;
            }

            .wm-gallery-card {
                height: 350px;
            }

            .wm-photo-content {
                left: 25px;
                bottom: 25px;
            }

            .wm-content-text h2 {
                font-size: 29px;
            }

            .wm-feature-item:hover {
                transform: translateY(-4px);
            }
        }