/* General Styles */
body {
    font-family: 'Segoe UI', Arial, sans-serif;
    background: linear-gradient(135deg, #e6f0ff, #ffffff);
    color: #001f3f;
    margin: 0;
    text-align: center;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}

header {
    background-color: #002fff;
    padding: 20px;
    color: white;
    text-align: center;
}

img{
    width: 60px;
    height: 60px;
}

header h1 {
    font-size: 2.8rem;
    color: #ffffff;
    text-shadow: 1px 1px 3px rgba(0,0,0,0.2);
    margin-top: 0;
}

.subtitle {
    font-size: 1.2rem;
    color: #003366;
    margin-top: 5px;
}

.form-section, .testimonies-section {
    max-width: 500px;
    margin: 20px auto;
    background: #ffffff;
    padding: 25px;
    border-radius: 15px;
    box-shadow: 0 0 15px rgba(0,0,0,0.1);
    transition: transform 0.3s;
}

.testimonies-section:hover {
    transform: translateY(-5px);
}

input, textarea {
    width: 95%;
    padding: 12px;
    margin: 10px 0;
    border: 1px solid #007BFF;
    border-radius: 5px;
    font-size: 1rem;
    outline: none;
}


input:focus, textarea:focus {
    border-color: #003366;
    box-shadow: 0 0 5px rgba(0, 51, 102, 0.5);
}

button {
    background-color: #007BFF;
    color: white;
    border: none;
    padding: 12px 25px;
    cursor: pointer;
    border-radius: 5px;
    font-size: 1rem;
    transition: background-color 0.3s;
    width: 100%;
}

button:hover {
    background-color: #0056b3;
}

.testimony {
    background: #e6f0ff;
    padding: 15px;
    margin: 12px 0;
    border-radius: 10px;
    border-left: 4px solid #007BFF;
    text-align: left;
}

.testimony h3 {
    margin: 0;
    color: #003366;
}

.testimony p {
    margin-top: 5px;
    color: #001f3f;
}

footer {
    margin-top: auto;
    padding: 20px 0;
}

footer .link {
    display: inline-block;
    color: #007BFF;
    text-decoration: none;
    font-weight: bold;
    transition: color 0.3s;
}

footer .link:hover {
    color: #0056b3;
    text-decoration: underline;
}

@media (max-width: 600px) {
    body {
        padding: 10px;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    header h1 {
        font-size: 1.8rem;
    }

    img{
        width: 60px;
        height: 60px;
    }
    .subtitle {
        font-size: 1rem;
    }

    .form-section, .testimonies-section {
        width: 95%;
        padding: 20px;
        margin: 15px 0;
        box-shadow: 0 0 10px rgba(0,0,0,0.1);
    }

    input, textarea, button {
        font-size: 1rem;
    }

    textarea{
        width: 297px;
        height: 52px;
    }

    footer .link {
        font-size: 1rem;
    }
    input, textarea {
        position: center;
    }
}
.side-scroll {
    position: fixed;
    right: 40px;
    top: 260px;
    width: 200px;
    height: 625px;
    overflow: hidden;
    /*background: #007BFF;*/
    color: white;
    padding: 15px;
    border-radius: 0px 1px;
    box-shadow: -2px 2px 10px rgba(0,0,0,0.2);
}

.side-scroll p {
    animation: scroll-up 20s linear infinite;
    margin: 0;
    font-size: 20px;
    line-height: 1.5;
}

/* Scrolling keyframes */
@keyframes scroll-up {
    0% {
        transform: translateY(100%);
    }
    100% {
        transform: translateY(-100%);
    }
}

@media (max-width: 600px) {
    .side-scroll {
        position: fixed;
        bottom: 0;
        right: 0;
        left: 0;
        width: 100%;
        height: 80px;
        padding: 10px;
        border-radius: 0px 1px;
        display: flex;
        margin-top: 599.9px;
        bottom: 60px;
        top: revert-layer;
        align-items: center;
        justify-content: center;
        color: white;
        box-shadow: 0 -2px 10px rgba(0,0,0,0.2);
        overflow: hidden;
    }

    .side-scroll p {
        animation: scroll-left 20s linear infinite;
        white-space: nowrap;
    }

    @keyframes scroll-left {
        0% {
            transform: translateX(100%);
        }
        100% {
            transform: translateX(-100%);
        }
    }
}
@media (max-width: 670px) {
    .side-scroll {
        position: fixed;
        bottom: 0;
        right: 0;
        left: 0;
        width: 100%;
        height: 80px;
        padding: 10px;
        border-radius: 0px 1px;
        display: flex;
        margin-top: 599.9px;
        bottom: 60px;
        top: revert-layer;
        align-items: center;
        justify-content: center;
        background: #007BFF;
        color: white;
        box-shadow: 0 -2px 10px rgba(0,0,0,0.2);
        overflow: hidden;
    }
    textarea{
        width: 275px;
        height: 52px;
    }
    input{
        width: 270px;
    }

    .side-scroll p {
        animation: scroll-left 0.5s linear infinite;
        white-space: nowrap;
    }

    @keyframes scroll-left {
        0% {
            transform: translateX(100%);
        }
        100% {
            transform: translateX(-100%);
        }
    } 
}
@media (max-width: 800px) {
    .side-scroll {
        position: fixed;
        bottom: 0;
        right: 0;
        left: 0;
        width: 100%;
        height: 80px;
        padding: 10px;
        border-radius: 0px 1px;
        display: flex;
        margin-top: 599.9px;
        bottom: 60px;
        top: revert-layer;
        align-items: center;
        justify-content: center;
        background: #007BFF;
        color: white;
        box-shadow: 0 -2px 10px rgba(0,0,0,0.2);
        overflow: hidden;
    }

    .side-scroll p {
        animation: scroll-left 20s linear infinite;
        white-space: nowrap;
    }

    @keyframes scroll-left {
        0% {
            transform: translateX(100%);
        }
        100% {
            transform: translateX(-100%);
        }
    } 
}
@media (max-width: 850px) {
    .side-scroll {
        position: fixed;
        bottom: 0;
        right: 0;
        left: 0;
        width: 100%;
        height: 80px;
        padding: 10px;
        border-radius: 0px 1px;
        display: flex;
        margin-top: 599.9px;
        bottom: 60px;
        top: revert-layer;
        align-items: center;
        justify-content: center;
        background: #007BFF;
        color: white;
        box-shadow: 0 -2px 10px rgba(0,0,0,0.2);
        overflow: hidden;
    }

    .side-scroll p {
        animation: scroll-left 20s linear infinite;
        white-space: nowrap;
    }

    @keyframes scroll-left {
        0% {
            transform: translateX(100%);
        }
        100% {
            transform: translateX(-100%);
        }
    } 
}
@media (max-width: 1000px) {
    .side-scroll {
        position: fixed;
        bottom: 0;
        right: 0;
        left: 0;
        width: 100%;
        height: 80px;
        padding: 10px;
        border-radius: 0px 1px;
        display: flex;
        margin-top: 599.9px;
        bottom: 60px;
        top: revert-layer;
        align-items: center;
        justify-content: center;
        background: #007BFF;
        color: white;
        box-shadow: 0 -2px 10px rgba(0,0,0,0.2);
        overflow: hidden;
    }

    .side-scroll p {
        animation: scroll-left 25s linear infinite;
        white-space: nowrap;
    }

    @keyframes scroll-left {
        0% {
            transform: translateX(100%);
        }
        100% {
            transform: translateX(-100%);
        }
    } 
}
@media (max-width: 10300px) {
    .side-scroll {
        position: fixed;
        bottom: 0;
        right: 0;
        left: 0;
        width: 100%;
        height: 20px;
        padding: 10px;
        border-radius: 0px 1px;
        display: flex;
        margin-top: 599.9px;
        bottom: 60px;
        top: revert-layer;
        align-items: center;
        justify-content: center;
        /*background: #007BFF;*/
        color: white;
        box-shadow: 0 -2px 10px rgba(0,0,0,0.2);
        overflow: hidden;
        background: linear-gradient(135deg, #045de2, #2c0cbb);
    }

    .side-scroll p {
        animation: scroll-left 45s linear infinite;
        white-space: nowrap;
    }

    @keyframes scroll-left {
        0% {
            transform: translateX(100%);
        }
        100% {
            transform: translateX(-100%);
        }
    } 
}
b{
    color: rgb(251, 255, 0);
    font-size: 20px;
}
span{
    font-size: 20px;
}
.church-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #001f3f;
    color: white;
    padding: 10px 20px;
    flex-wrap: wrap;
    text-align: center;
    border-bottom: 4px solid #00bfff;
  }
  
  .church-logo {
    height: 60px;
    width: auto;
    border-radius: 50%;
    left:20px;
  }
  
  .center h1 {
    font-size: 1.8rem;
    font-weight: bold;
    color: #00bfff;
    text-shadow: 0 0 8px #00bfff;
    margin: 5px 0;
  }
  
  .subtitle {
    font-size: 0.95rem;
    font-style: italic;
    color: #ccc;
  }
  
  .right .contact {
    font-size: 0.85rem;
    margin: 5px 0;
  }
  
  .socials a {
    margin: 0 5px;
    font-size: 1.2rem;
    color: #ffffff;
    transition: color 0.3s ease;
  }
  
  .socials a:hover {
    color: #00bfff;
  }
  @media (max-width: 600px) {
    img.church-logo {
            margin-left: 110px;
    } 
    .center h1{
        font-size: 26.5px;
    }
}
.right {
    margin-left: 150px;
}