@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@100..900&display=swap');

/* Global CSS */
*{
    font-family: "Outfit", sans-serif;
}

p{
    margin-bottom: 0px;
}

.w-20{
    width: 50%;
}

.w-30{
    width: 30%;
}

.w-70{
    width: 70%;
}

#backToTop {
    position: fixed;
    bottom: 30px;
    right: 30px;
    width: 50px;
    height: 50px;
    background: #4E833F; /* Emerald Green */
    color: #fff;
    border: none;
    border-radius: 50%;
    cursor: pointer;
    display: none;
    z-index: 9999;
    font-size: 18px;
    box-shadow: 0 6px 15px rgba(0,0,0,.2);
    transition: all .3s ease;
}

#backToTop:hover {
    background: #146C5A;
    transform: translateY(-5px);
}

#backToTop.show {
    display: block;
    animation: fadeIn .4s ease;
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

html {
    scroll-behavior: smooth;
}

.whatsapp-float {
    position: fixed;
    right: 30px;
    bottom: 100px; /* Keeps it above the Back to Top button */
    width: 60px;
    height: 60px;
    background: #25D366;
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 34px;
    text-decoration: none;
    box-shadow: 0 6px 15px rgba(0,0,0,.25);
    z-index: 9999;
    transition: all .3s ease;
    animation: whatsappPulse 2s infinite;
}

.whatsapp-float:hover {
    background: #1EBE5D;
    color: #fff;
    transform: scale(1.1);
}

@keyframes whatsappPulse {
    0% {
        box-shadow: 0 0 0 0 rgba(37,211,102,.6);
    }
    70% {
        box-shadow: 0 0 0 15px rgba(37,211,102,0);
    }
    100% {
        box-shadow: 0 0 0 0 rgba(37,211,102,0);
    }
}

@media (max-width: 768px) {
    .whatsapp-float {
        width: 55px;
        height: 55px;
        font-size: 30px;
        right: 20px;
        bottom: 90px;
    }
}

.btn-green, .btn-green:hover{
    background: #0D483E;
    color: #FFFFFF;
    font-size: 19px;
    font-weight: 400;
    padding: 15px 40px;
    border-radius: 15px;
}

.btn-green-outline, .btn-green-outline:hover{
    background: transparent;
    color: #0D483E;
    border: 1px solid #0D483E;
    font-size: 19px;
    font-weight: 400;
    padding: 15px 40px;
    border-radius: 15px;
}

.btn-green-light, .btn-green-light:hover{
    background: #4E833F;
    color: #FFFFFF;
    font-size: 19px;
    font-weight: 400;
    padding: 15px 40px;
    border-radius: 15px;
}

.active{
    color: #0D483E !important;
    font-weight: 600 !important;
}

.no-border{
    border: none;
}

.br-10{
    border-radius: 10px;
}

/* Navbar */
.nav-item{
    padding-right: 10px;
}

.nav-link{
    font-size: 18px;
}

/* Hero Section */
.hero{
    background: url("../images/hero.webp");
    background-position: top;
    background-size: cover;
    background-repeat: no-repeat;
    height: 85vh;
    display: flex;
    justify-content: center;
    align-items: center;
}

.hero-title{
    font-size: 75px;
    font-weight: 500;
    color: #16473E;
    line-height: 70px;
}

.hero-title span{
    color: #4E833F;
    font-weight: 700;
}

.hero-content{
    font-size: 25px;
    font-weight: 400;
    margin-top: 25px;
}

.btn-green i{
    margin-left: 5px;
}

/* Why Choose Us */
.why-choose-us{
    padding: 50px 0px;
}

.row-top-title{
    font-size: 18px;
    font-weight: 600;
    color: #0D483E;
    text-transform: uppercase;
}

.row-main-title{
    font-size: 50px;
    font-weight: 500;
    color: #0D483E;
}

.row-main-title span{
    color: #4E833F;
    font-weight: 700;
}

.row-content{
    font-size: 22px;
    color: #606060;
}

.no-border{
    border: none;
}

.br-20{
    border-radius: 20px;
}

.w-70{
    width: 70%;
}

.card-main-title{
    font-size: 24px;
    color: #0D483E;
    font-weight: 500;
}

.card-content{
    font-size: 18px;
    font-weight: 400;
    color: #606060;
}

/* About Us */
.about-us{
    padding: 50px 0px;
    background: #F8F8EF;
}

.about-us-content{
    color: #606060;
    font-size: 18px;
}

/* Our Amenities */
.our-amenities{
    padding: 50px 0px;
}

/* Life At Emerald Isle */
.life-at-emerald{
    padding: 50px 0px;
    background: #F8F8EF;
}

.life-content{
    color: #606060;
    font-size: 18px;
}

/* CTA */
.cta{
    padding: 50px 0px;
    background: #0D483E;
}

.cta-title{
    font-size: 35px;
    font-weight: 500;
    color: #FFFFFF;
}

.cta-content{
    font-size: 20px;
    font-weight: 400;
    color: #FFFFFF;
}

/* Church Services */
.church-services{
    padding: 50px 0px;
    background: #FDFDFD;
}

.service-title{
    font-size: 20px;
    font-weight: 600;
}

/* Testimonials */
.testimonials{
    padding: 50px 0px;
}

/* Footer */
.footer{
    background: #0D483E;
    padding: 50px 0px 30px 0px;
}

.footer-content{
    font-size: 18px;
    color: #FFFFFF;
}

.footer-title{
    color: #FFFFFF;
    font-size: 25px;
    font-weight: 600;
    text-transform: uppercase;
}

.padd-left-20{
    padding-left: 5%;
}

.footer-links{
    font-size: 17px;
    font-weight: 400;
    color: #FFFFFF;
}

.footer-links a{
    text-decoration: none;
    color: #FFFFFF;
}

.footer-brand{
    color: #FFFFFF;
    font-size: 16px;
}

.footer-brand a{
    text-decoration: none;
    color: #FFFFFF;
}

/* === About Us Page === */
.breadcrumb-section{
    background: url("../images/cta.webp");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 30vh;
    display: flex;
    justify-content: center;
    align-items: center;
}

.breadcrumb-title{
    text-align: center;
    font-size: 70px;
    font-weight: 500;
}

.breadcrumb-title span{
    color: #16473E;
    font-weight: 700;
}

.breadcrumb-link{
    text-align: center;
    font-size: 20px;
}

.breadcrumb-link a{
    text-decoration: none;
    color: #4E833F;
}

.about-us-page-section{
    padding: 50px 0px;
}

.vision-mission{
    padding: 50px 0px;
    background: #F8F8EF;
}

.core-values{
    padding: 50px 0px;
}

/* === Our Service Page === */
.our-services{
    padding: 50px 0px;
}

/* === Contact Us Page === */
.contact-details{
    padding: 50px 0px;
}

.map-section {
  position: relative;
  z-index: 1;
}
.map-section .map {
  position: relative;
  min-height: 492px;
  width: 100%;
  display: block;
}
.map-section .branches-outer {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
}
.map-section.alternate .map {
  min-height: 490px;
}
.map-section.alternate.pull-up {
  margin-top: -45px;
}

/* === Terms and Conditions === */
.terms-conditions{
    padding: 50px 0px;
}

.conditions-content p{
    font-size: 20px;
    margin-bottom: 15px;
}

/* === Rules & Regulations Page === */
.rules-regulations{
    padding: 50px 0px;
}

.rule-title{
    font-size: 22px;
    font-weight: 600;
    margin-top: 20px;
}

.rule-content{
    font-size: 17px;
    font-weight: 400;
}

/* === Media Queries === */
@media screen and (max-width: 600px) {
    a.navbar-brand {
        width: 50%;
    }

    .w-20{
        width: 135%;
    }

    .hero-title{
        font-size: 37px;
        line-height: 37px;
    }

    .hero-content{
        font-size: 21px;
    }

    .col-full-12{
        width: 100%;
        margin-top: 10px;
    }

    .mx-3{
        margin-left: 0px !important;
        margin-right: 0px !important;
    }

    .hero{
        background-position: 25%;
    }

    .row-main-title {
        font-size: 35px;
        line-height: 35px;
    }


    .mr-top{
        margin-top: 20px;
    }

    .cta-title{
        text-align: center;
        font-size: 25px;
    }

    .cta-content{
        text-align: center;
        font-size: 18px;
        margin-top: 20px;
    }

    .w-70{
        width: 50%;
    }

    .mr-top-40{
        margin-top: 40px;
    }

    .footer-brand{
        text-align: center;
    }

    .breadcrumb-title{
        font-size: 50px;
    }
}

@media screen and (max-width: 430px) {
    .hero {
        background-position: 13%;
        height: 58vh;
    }
}

@media screen and (max-width: 414px) {
    .hero {
        background-position: 13%;
        height: 58vh;
    }
}

@media screen and (max-width: 360px) {
    .hero {
        background-position: 13%;
        height: 70vh;
    }
}