        * {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
        }

        .church-section {
            font-family: 'Montserrat', sans-serif;
            padding-top: 1.4rem;
            padding-left: 1rem;
            padding-right: 1rem;
            padding-bottom: 1.2rem;
        }

        .container {
            max-width: 870px;
            margin: 0 auto;
        }

        .content-wrapper {
            display: grid;
            grid-template-columns: 1fr;
            gap: 40px;
        }

        .main-content {
            background: white;
            padding: 1.8rem;
            border-radius: 8px;
            padding: 1rem;
            border-radius: 14px;
            box-shadow: 0 20px 50px rgba(0,0,0,0.12);
            overflow: hidden;
            display: flex;
            flex-direction: column;
        }

.video-testimonial {
    width: 100%;
    height: 260px;
    background: #000;
}

.video-testimonial iframe,
.video-testimonial video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border: none;
}

.testimonial-body {
    padding: 1.8rem;
}

.video-heading {
    font-size: 1.3rem;
    font-weight: 700;
    margin-bottom: 1rem;
    text-align: center;
    color: #1f2937;
}

.video-testimonial {
    width: 100%;
    height: 260px;
    background: #000;
    border-radius: 12px;
    overflow: hidden;
    margin-bottom: 1rem;
}

.video-testimonial iframe {
    width: 100%;
    height: 100%;
    border: none;
}

.video-thumbnails {
    display: flex;
    gap: 10px;
    justify-content: center;
    flex-wrap: wrap;
}

.video-thumbnails .thumb {
    width: 90px;
    height: 60px;
    object-fit: cover;
    border-radius: 6px;
    cursor: pointer;
    opacity: 0.7;
    transition: 0.3s ease;
    border: 2px solid transparent;
}

.video-thumbnails .thumb:hover {
    opacity: 1;
}

.video-thumbnails .thumb.active {
    opacity: 1;
    border-color: #f97316;
}

.info-card {
    background: #ffffff;
    padding: 2rem;
    border-radius: 14px;
    box-shadow: 0 20px 50px rgba(0,0,0,0.08);
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.info-card h3 {
    font-size: 1.4rem;
    font-weight: 700;
    margin-bottom: 1rem;
    color: #1f2937;
}

.info-card p {
    font-size: 0.95rem;
    line-height: 1.2;
    color: #6b7280;
    margin-bottom: 2rem;
    text-align: justify;
}
.video-pointer {
    display: flex;
    align-items: center;
    gap: 10px;
    font-weight: 600;
    color: #f97316;
    cursor: pointer;
}

.arrow {
    width: 40px;
    height: 2px;
    background: #f97316;
    position: relative;
}

.arrow::after {
    content: '';
    position: absolute;
    right: 0;
    top: -4px;
    width: 10px;
    height: 10px;
    border-top: 2px solid #f97316;
    border-right: 2px solid #f97316;
    transform: rotate(45deg);
}

        .header-tag {
            color: #6b7280;
            font-size: 16px;
            margin-bottom: 1rem;
            position: relative;
        }

        .main-heading {
            color: #1f2937;
            font-size: 2rem;
            font-weight: 900;
            line-height: 0.9;
            margin-bottom: 1rem;
            text-align: justify;
        }

        .description {
            color: #6b7280;
            font-size: 0.9rem;
            line-height: 1.1;
            margin-bottom: 1rem;
            text-align: justify;
        }

        .quote-section {
            background-color: #f3f4f6;
            padding: 10px;
            border-radius: 8px;
            position: relative;
            margin-bottom: 1rem;
        }

        .quote-icon {
            position: absolute;
            left: 10px;
            top: 10px;
            width: 30px;
            height: 40px;
            background-color: #ff4500;
            border-radius: 4px;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 24px;
            color: white;
            font-weight: bold;
        }

        .quote-text {
            margin-left: 40px;
            color: white;
            font-size: 16px;
            line-height: 1.1;
            font-weight: 500;
            text-align: justify;
        }

        .quote-texts {
            margin-left: 40px;
            color: #374151;
            font-size: 16px;
            line-height: 1.1;
            font-weight: 500;
            text-align: justify;
        }

        .pastor-info {
            display: flex;
            align-items: center;
            gap: 1rem;
        }

        .pastor-image {
            width: 80px;
            height: 80px;
            border-radius: 50%;
            border: 3px solid #f97316;
            object-fit: cover;
        }

        .pastor-details h3 {
            color: #1f2937;
            font-size: 20px;
            font-weight: 600;
            margin-bottom: 4px;
        }

        .pastor-details p {
            color: #6b7280;
            font-size: 14px;
            font-weight: 500;
            letter-spacing: 1px;
        }

        .cards-grid {
            display: grid;
            grid-template-columns: 1fr;
            gap: 20px;
        }

        .card {
            padding: 10px 40px;
            border-radius: 8px;
            text-align: center;
            color: white;
            position: relative;
            overflow: hidden;
        }
        .card-header {
            display: flex;
            align-items: center;
            justify-content: center;
            gap: 15px;
        }

        .card-icon {
            width: 80px;
            height: 60px;
            margin: 0;
            background: rgba(255,255,255,0.2);
            border-radius: 20%;
            display: flex;
            align-items: center;
            justify-content: center;
            border: 2px solid rgba(255,255,255,0.3);
        }

        .card h3 {
            font-size: 24px;
            font-weight: 800;
            margin-bottom: 12px;
        }

        .card p {
            font-size: 14px;
            font-weight: 500;
            letter-spacing: 1px;
            opacity: 0.9;
        }

        .card.csr {
            background: linear-gradient(135deg, #8fa8b2 0%, #7a9aa8 100%);
        }

        .card.hearken {
            background: linear-gradient(135deg, #049008 0%, #b81f1f 100%);
        }

        .card.mission {
            background: linear-gradient(135deg, #0891b2 0%, #0e7490 100%);
        }

        .card.programs {
            background: linear-gradient(135deg, #264097 0%, #7c3aed 100%);
        }

        /* Icons using CSS */
        .heart-icon::before {
            content: '♥';
            font-size: 28px;
        }

        .pray-icon::before {
            content: '🙏';
            font-size: 28px;
        }

        .globe-icon::before {
            content: '🌍';
            font-size: 28px;
        }

        .church-icon::before {
            content: '⛪';
            font-size: 28px;
        }

@media (max-width: 767px) {
    .video-testimonial {
        height: 220px;
    }
}

@media (min-width: 768px) {
    .main-content {
        order: 2; /* Video Right */
    }

    .info-card {
        order: 1; /* Text Left */
    }
}


        /* Desktop Layout */
        @media (min-width: 768px) {
            .content-wrapper {
                grid-template-columns: 1fr 1fr;
                gap: 60px;
                align-items: center;
            }

            .cards-grid {
                gap: 20px;
            }

            .main-heading {
                font-size: 1.1rem;
            }
        }

        @media (max-width: 767px) {
            .main-content {
                padding: 1rem;
            }

            .main-heading {
                font-size: 1.18rem;
            }

            .quote-section {
                padding: 20px;
            }

            .quote-text {
                margin-left: 40px;
                font-size: 0.9rem;
            }

            .quote-icon {
                width: 35px;
                height: 35px;
                font-size: 20px;
                left: 10px;
            }

            .pastor-info {
                flex-direction: column;
                text-align: center;
            }

            .card {
                padding: 20px 30px;
            }
        }

/* Gallery Slider Styles */
        .gallery-slider {
            background: linear-gradient(135deg, #042a00, #104900);
            border-radius: 0.5rem;
            padding: 0.6rem 1rem;
            color: white;
            position: relative;
            overflow: hidden;
            box-shadow: 0 10px 30px rgba(0,0,0,0.1);
        }

        .gallery-header {
            display: flex;
            justify-content: space-between;
            align-items: center;
            margin-bottom: 0.8rem;
        }

        .gallery-title {
            display: flex;
            align-items: center;
            gap: 0.6rem;
            font-size: 1rem;
            margin-left: 2.5rem;
            font-weight: bolder;
        }

        .gallery-counter {
            background: rgba(255,255,255,0.2);
            padding: 5px 12px;
            border-radius: 0 0.5rem 0 0.5rem;
            font-size: 14px;
        }

        .slider-container {
            position: relative;
            height: 300px;
            border-radius: 10px;
            overflow: hidden;
        }

        .slider-track {
            display: flex;
            transition: transform 0.5s ease;
            height: 100%;
        }

        .slide {
            min-width: 100%;
            height: 100%;
            position: relative;
            background-size: cover;
            background-position: center;
            border-radius: 0 1rem 0 1rem;
        }

        

        .nav-button {
            position: absolute;
            top: 50%;
            transform: translateY(-50%);
            background: rgba(255,255,255,0.2);
            border: none;
            color: white;
            width: 40px;
            height: 40px;
            border-radius: 50%;
            cursor: pointer;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 18px;
            transition: background 0.3s ease;
            z-index: 10;
        }

        .nav-button:hover {
            background: rgba(255,255,255,0.3);
        }

        .nav-prev {
            left: 10px;
        }

        .nav-next {
            right: 10px;
        }

        .dots-container {
            display: flex;
            justify-content: center;
            gap: 8px;
            margin-top: 0.8rem;
        }

        .dot {
            width: 8px;
            height: 8px;
            border-radius: 50%;
            background: rgba(255,255,255,0.4);
            cursor: pointer;
            transition: background 0.3s ease;
        }

        .dot.active {
            background: white;
        }



        /* Responsive Design */
        @media (max-width: 768px) {
            .container {
                grid-template-columns: 1fr;
                gap: 15px;
            }

            .left-section {
                padding: 25px;
            }

            .main-title {
                font-size: 24px;
            }

            .service-box {
                padding: 30px 20px;
            }

            .gallery-slider {
                padding: 15px;
            }

            .slider-container {
                height: 300px;
            }

            .nav-button {
                width: 35px;
                height: 35px;
                font-size: 16px;
            }
        }


         @media (max-width: 480px) {
           
            .left-section {
                padding: 20px;
            }

            .main-title {
                font-size: 20px;
            }

            .gallery-slider {
                padding: 12px;
            }

            .slider-container {
                height: 300px;
            }
        }
