body {
    margin: 0;
    font-family: Arial, sans-serif;
    color: #333;
    position: relative;
}

/* Header Styling */
header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #333;
    /* Stylish gradient */
    padding: 10px 50px;
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 1000;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

/* Logo */
.logo img {
    height: 90px;
}

/* Center-align Navigation */
nav {
    flex: 1;
    /* Makes nav take remaining space */
    display: flex;
    justify-content: center;
    /* Centers menu items */
}

nav ul {
    list-style: none;
    display: flex;
    justify-content: center;
    /* Centers items horizontally */
    align-items: center;
    gap: 20px;
    margin: 0;
    padding: 0;
}

/* Navigation Links */
nav ul li {
    display: inline-block;
}

nav ul li a {
    text-decoration: none;
    font-size: 16px;
    color: white;
    padding: 10px 15px;
    transition: 0.3s ease-in-out;
}

/* Hover Effect */
nav ul li a:hover {
    background: rgba(255, 255, 255, 0.2);
    border-radius: 5px;
}

/* Call-to-Action Button (Request Prayer) */
.cta-button {
    background: orange;
    padding: 10px 15px;
    border-radius: 5px;
    font-weight: bold;
}

.cta-button:hover {
    background: #e69500;
}

/* Hamburger Menu */
.hamburger-menu {
    display: none;
    flex-direction: column;
    cursor: pointer;
    background: none;
    border: none;
    padding: 10px;
}

.hamburger-menu div {
    width: 25px;
    height: 3px;
    background: white;
    margin: 5px 0;
    transition: 0.3s;
}


.hero {
    background: url(images/image\ 1.jpg) no-repeat center center/cover;
    text-align: center;
    color: #fff;
    padding: 270px 20px;
}

.hero h1 {
    font-size: 2.5em;
    margin-bottom: 20px;
}

.hero p {
    font-size: 1.2em;
    margin-bottom: 20px;
}

.hero button {
    background: orange;
    border: none;
    color: #fff;
    padding: 10px 20px;
    font-size: 1em;
    cursor: pointer;
    border-radius: 5px;
}

.about-section {
    display: flex;
    padding: 50px 20px;
    align-items: center;
    justify-content: center;
    gap: 20px;
}

.about-section img {
    padding-top: 50px;
    padding-right: 900px;
    max-width: 25%;
    border-radius: 10px;
    flex: 1;
}

.about-section-content {
    flex: 1;
    position: absolute;
    left:610px ;
    top: 850px;
}

.about-section-content h2 {
    font-size: 2em;
    margin-bottom: 20px;
}

.about-section-content p {
    margin-bottom: 20px;
    line-height: 1.6;
    padding-right: 100px;
    justify-content: center;
}

.about-section-content button {
    background: orange;
    border: none;
    color: #fff;
    padding: 10px 20px;
    font-size: 1em;
    cursor: pointer;
    border-radius: 5px;
    
}

.bverse1 {
    position: absolute;
    top: 310px;
    left: -380px;
    background-color: #333;
    padding: 10px 10px;
    color: #fff;
}


.message-section {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 70vh;
    /* Full screen height */
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #f8f9fa;
    /* Light background */
    padding: 0px;
    /* Padding to prevent edge overflow */
    box-sizing: border-box;
}

.slides {
    display: flex;
    transition: transform 0.5s ease-in-out;
    width: 300%;
    height: 100%;
    /* Ensure slides take full height */
}

.slide {
    flex: 1 0 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    /* Space between content and image */
    padding-left: 200px;
    box-sizing: border-box;
    text-align: center;
}

.message-content {
    max-width: 600px;
    /* Limit message content width */
    text-align: center;
    /* Center align text */
    margin: 0 auto;
    /* Center horizontally */
}

.message-content h4 {
    font-size: 2.2rem;
    font-weight: bold;
    color: #ff4500;
}

.message-content h1 {
    font-size: 3.5rem;
    font-weight: bold;
    margin: 20px 0;
    color: #333;
}

.message-content p {
    font-size: 1.2rem;
    line-height: 1.6;
    margin-bottom: 10px;
    color: #555;
}

.message-content .verse {
    font-style: italic;
    color: #888;
}

.message-image img {
    max-width: 400px;
    /* Limit image size */
    width: 100%;
    /* Make image responsive */
    height: auto;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}   

.prayer-schedule {
    position: relative;
    left: 0;
    text-align: center;
    background-image: url('images/image\ 8.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    color: #000000;
    padding: 10px 40px;
    width: 95%;
    height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.prayer-schedule h1 {
    font-size: 2.5rem;
    font-weight: bold;
    margin-bottom: 40px;
}

.schedule-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    /* Create 2 columns */
    gap: 20px;
    justify-content: center;
    align-items: center;
}

.schedule-card {
    background-color: rgba(255, 140, 0, 0.9);
    color: #fff;
    border-radius: 10px;
    padding: 5px;
    text-align: center;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
    width: 90%;
}

.schedule-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.4);
}

.schedule-card h2 {
    font-size: 1.2rem;
    margin-bottom: 10px;
    font-weight: bold;
}

.schedule-card p {
    font-size: 1rem;
    line-height: 1.5;
}

footer {
    text-align: center;
    padding: 20px;
    background-color:#333;
    color: #fff;
    margin-top: 40px;
}

footer p {
    margin: 0;
}


/* Miracles Section */
.miracles-section {
    display: flex;
    max-width: 100%;
    align-items: center;
    background-color: #d1b9a7;
    color: #000000;
}

/* Image Container */
.image-container {
    flex: 1;
}

.image-container img {
    width: 100%;
    height: auto;
    object-fit: cover;
}

/* Content */
.content {
    flex: 1;
    padding: 40px;
}

.title {
    font-size: 1.5rem;
    
    text-transform: uppercase;
    margin-bottom: 10px;
}

.subtitle {
    font-size: 2rem;
    font-weight: bold;
    margin-bottom: 20px;
    
}

.description {
    font-size: 1rem;
    line-height: 1.6;
    
    margin-bottom: 20px;
}

.read-more-btn {
    padding: 10px 20px;
    font-size: 1rem;
   
    background-color: #ed9547;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    transition: background-color 0.3s;
}

.read-more-btn:hover {
    background-color: #d4ac0d;
}

/* Contact Container */
.contact-container {
    padding: 50px 20px;
    /* Adjust padding for mobile */
    max-width: 1200px;
    margin: 0 auto;
}

/* Header Section */
.contact-header {
    text-align: center;
    margin-bottom: 30px;
}

.contact-header h1 {
    font-size: 2rem;
    /* Adjusted for mobile */
    color: #000000;
    margin-bottom: 10px;
}

.contact-header p {
    font-size: 1rem;
    /* Adjusted for readability */
    color: #555;
}

/* Contact Details Grid */
.contact-details {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 20px;
}

/* Individual Contact Card */
.contact-card {
    background: #ffffff;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    text-align: center;
    /* Center align content */
}

.contact-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
}

.contact-card h3 {
    font-size: 1.4rem;
    color: #ff4500;
    margin-bottom: 10px;
}

.contact-card p {
    font-size: 1rem;
    color: #555;
    margin: 5px 0;
}

/* Links */
.contact-card a {
    color: #007bff;
    text-decoration: none;
    font-weight: bold;
}

.contact-card a:hover {
    text-decoration: underline;
}

/* Map Container */
.map-container {
    margin-top: 30px;
    text-align: center;
}

.map-container iframe {
    width: 100%;
    height: 350px;
    border: none;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

/* Responsive Design */
@media (max-width: 768px) {
   

    header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #333;
    flex-direction: row;
    padding: 10px 80px 10px 10px;   
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 1000;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    }

    .hamburger-menu {
        display: flex;
        padding-right: 30px;
    }

                .hamburger-menu.open div:nth-child(1) {
                    transform: rotate(45deg) translate(9px, 10px);
                }
        
                .hamburger-menu.open div:nth-child(2) {
                    opacity: 0;
                }
        
                .hamburger-menu.open div:nth-child(3) {
                    transform: rotate(-45deg) translate(9px, -9px);
                }

    nav {
        position: absolute;
        top: 105px;
        left: 0;
        width: 100%;
        background: #333;
        display: none;
        flex-direction: column;
        text-align: center;
        gap: 10px;
        padding: 10px 0;
        align-items:center;
    }

    nav ul {
        flex-direction: column;
        gap: 10px;
    }

    nav.active {
        display: flex;
    }

    .cta-button {
        display: block;
        text-align: center;
    }

        .hero {
            background: url(images/image\ 1.jpg) no-repeat center center/cover;
            text-align: center;
            color: #fff;
            padding: 200px 0px ;
            width: 100%;
        }
    
        .hero h1 {
            font-size: 2.5em;
            margin-bottom: 20px;
        }
    
        .hero p {
            font-size: 1.2em;
            margin-bottom: 20px;
        }
    
        .hero button {
            background: orange;
            border: none;
            color: #fff;
            padding: 10px 20px;
            font-size: 1em;
            cursor: pointer;
        }

.about-section {
    display: flex;
    padding: 50px 10px 480px 10px;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.about-section img {
    padding-top: 0px;
    padding-right: 0px;
    max-width: 75%;
    border-radius: 10px;
    flex: 1;
}

.about-section-content {
    flex: 1;
    position: absolute;
    left: 10px;
    top: 1100px;
    
}

.about-section-content h2 {
    font-size: 2em;
    margin-bottom: 20px;
    text-align: center;
}

.about-section-content p {
    margin-bottom: 20px;
    line-height: 1.6;
    padding-right: 30px;
    justify-content: center;
    text-align: center;
}

.about-section-content button {
    background: orange;
    border: none;
    color: #fff;
    padding: 10px 30px;
    font-size: 1em;
    cursor: pointer;
    

}

.bverse1 {
    position: absolute;
    top: -120px;
    left: 100px;
    background-color: #333;
    padding: 10px 10px;
    color: #fff;
}

.message-section {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 100vh;
    /* Full screen height */
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #f8f9fa;
    /* Light background */
    padding: 0px;
    /* Padding to prevent edge overflow */
    box-sizing: border-box;
}

.slides {
    display: flex;
    transition: transform 0.3s ease-in-out;
    width: 300%;
    height: 100%;
    /* Ensure slides take full height */
}

.slide {
    flex: 1 0 100%;
    display: flex;
    flex-direction: column;
    /* Stack image above text */
    align-items: center;
    justify-content: center;
    gap: 20px;
    padding: 0px;
    box-sizing: border-box;
    text-align: center;
}
.message-content {
    max-width: 600px;
    /* Limit message content width */
    text-align: center;
    /* Center align text */
    margin: 0 auto;
    /* Center horizontally */
}

.message-content h4 {
    font-size: 1.1rem;
    font-weight: bold;
    color: #ff4500;
}

.message-content h3 {
    font-size: 1rem;
    font-weight: bold;
    margin: 20px 0;
    color: #333;
}

.message-content p {
    font-size: 1rem;
    line-height: 1.8;
    margin-bottom: 10px;
    color: #555;
}

.message-content .verse {
    font-style: italic;
    color: #888;
}

.message-image img {
    max-width: 250px;
    width: 100%;
    height: auto;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.prayer-schedule {
    position: relative;
    left: 0;
    text-align: center;
    background-image: url('images/image\ 8.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    color: #000000;
    padding: 10px 10px 10px 20px ;
    width: 95%;
    height: 120vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.prayer-schedule h1 {
    font-size: 1.5rem;
    font-weight: bold;
    margin-bottom: 40px;
    padding-top:10px;
}

.schedule-grid {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    /* Create 2 columns */
    gap: 20px;
    justify-content: center;
    align-items: center;
}

.schedule-card {
    background-color: rgba(255, 140, 0, 0.9);
    color: #fff;
    border-radius: 10px;
    padding: 5px;
    text-align: center;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
    width: 90%;
}

.schedule-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.4);
}

.schedule-card h2 {
    font-size: 1rem;
    margin-bottom: 10px;
    font-weight: bold;
}

.schedule-card p {
    font-size: 1rem;
    line-height: 1.5;
}

/* Miracles Section */
.miracles-section {
    display: flex;
    flex-direction: column;
    /* Stack image above text */
    align-items: center;
    text-align: center;
    /* Center-align text */
    background-color: #d1b9a7;
    color: #000000;
    padding: 40px 20px;
    /* Add padding for spacing */
}

/* Image Container */
.image-container {
    width: 100%;
    /* Ensure full width */
    display: flex;
    justify-content: center;
}

.image-container img {
    max-width: 600px;
    /* Limit image size */
    width: 100%;
    height: auto;
    object-fit: cover;
    border-radius: 10px;
}

/* Content */
.content {
    max-width: 800px;
    /* Limit text width */
    padding: 20px;
}

.title {
    font-size: 1.5rem;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.subtitle {
    font-size: 2rem;
    font-weight: bold;
    margin-bottom: 20px;
}

.description {
    font-size: 1rem;
    line-height: 1.6;
    margin-bottom: 20px;
}

.read-more-btn {
    padding: 10px 20px;
    font-size: 1rem;
    background-color: #f1c40f;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    transition: background-color 0.3s;
}

.read-more-btn:hover {
    background-color: #d4ac0d;
}



.contact-container {
    padding: 40px 0px;
    /* Reduced padding */
}

.contact-header h1 {
    font-size: 1.8rem;
    /* Slightly smaller */
}

.contact-header p {
    font-size: 1rem;
}

.contact-details {
    grid-template-columns: 1fr;
    /* Single column layout */
}

.contact-card {
    width: 100%;
}

.map-container iframe {
    height: 300px;
    /* Adjust height for smaller screens */
}
}