body{height:100vh;background:#fdf7f2;color:#333;font-family:Noto Sans,sans-serif;margin:0;padding:0}a{color:#a855f7;text-decoration:none;transition:color .3s ease}a:hover{color:#f9c74f}h1,h2,h3,h4,h5,h6{color:#333;margin:0}button{background:#a855f7;color:#fff;border:none;padding:10px 20px;border-radius:5px;cursor:pointer;transition:background .3s ease}button:hover{background:#f9c74f}.container{max-width:1200px;margin:0 auto;padding:20px}@media screen and (max-width: 768px){body{padding:10px}.container{width:100%;padding:10px}button{width:100%;padding:15px 20px}h1,h2,h3,h4,h5,h6{font-size:1.2rem}a{font-size:1rem}}.navbar{background:#fdf7f2;padding:10px 20px;display:flex;align-items:center;justify-content:space-between;box-shadow:0 4px 8px #0000001a;position:relative}.logo img{height:130px;width:auto;cursor:pointer;transition:transform .3s ease;padding-left:10px}.logo img:hover{transform:scale(1.1)}.nav-menu{list-style:none;display:flex;align-items:center;gap:20px;margin:0;padding:0}.nav-menu li{position:relative}.nav-menu a,.dropdown-title{text-decoration:none;color:#333;padding:10px 15px;display:block;cursor:pointer;transition:color .3s ease,background .3s ease;font-size:1rem}.nav-menu a:hover,.dropdown-title:hover{color:#a855f7;background:#eae2ff;border-radius:5px}.active{font-weight:700;color:#a855f7}.dropdown-menu{position:absolute;top:100%;left:0;background:#eae2ff;border-radius:5px;list-style:none;margin:0;padding:10px 0;box-shadow:0 4px 8px #0000001a;z-index:1000}.dropdown-menu li{width:200px}.dropdown-menu a{padding:8px 15px;display:block;color:#333;text-align:left;transition:background .3s ease,color .3s ease}.dropdown-menu a:hover{background:#f9c74f;color:#fff}.donate-button{background-color:#a855f7;color:#fff;padding:10px 20px;font-size:1rem;border:none;border-radius:5px;cursor:pointer;transition:background .3s ease,transform .3s ease;box-shadow:0 4px 8px #0003}.donate-button:hover{background-color:#f9c74f;transform:scale(1.1)}.donate-button:active{transform:scale(.95)}.hamburger{display:none;cursor:pointer;font-size:2rem}@media (max-width: 768px){.navbar{flex-direction:row;justify-content:space-between;align-items:center}.logo,.donate-button,.hamburger{flex:1;text-align:center}.nav-menu.open~.logo,.nav-menu.open~.donate-button{display:none}.nav-menu{display:none;flex-direction:column;width:100%;padding:10px 0}.nav-menu.open{display:flex}.nav-menu li{width:100%;text-align:center}.hamburger{display:block}.donate-button{font-size:.9rem;padding:8px 16px}}.footer{display:flex;justify-content:space-around;align-items:center;padding:40px;background-color:#a855f7;color:#fff;font-family:Arial,sans-serif;flex-wrap:wrap;text-align:center}.footer-section{display:flex;justify-content:center;align-items:center;flex:1;flex-direction:column}.footer-section.logo-section{flex:1}.footer-logo{width:200px;height:auto;transition:transform .3s ease,opacity .3s ease}.footer-logo:hover{transform:scale(1.1);opacity:.8}.footer-section.availability-section{flex:1}.footer-section.availability-section h4{font-size:1.5rem;margin-bottom:10px}.availability-hours p{margin:5px 0;font-size:1rem;line-height:1.5}.after-hours{text-align:center}.footer-section.contact-section{flex:1}.footer-section.contact-section h4{font-size:1.5rem;margin-bottom:10px}.contact-buttons{display:flex;flex-direction:column;gap:10px}.contact-box{padding:15px;border:2px solid black;font-size:1rem;color:#000;text-align:center;cursor:pointer;transition:background-color .3s ease,color .3s ease}.contact-box:hover{background-color:#ddd;color:#000}@media (max-width: 768px){.footer{flex-direction:column;text-align:center}.footer-section{margin:10px 0}.footer-logo{width:150px}.contact-buttons{align-items:center}.contact-box{width:80%}}.slider-container{position:relative;width:100%;height:500px;overflow:hidden;transition:opacity 1s ease-in-out;opacity:1}.slider-container.fading-out{opacity:0}.slider-video{width:100%;height:100%;object-fit:cover;border:none;will-change:transform,opacity}.empowered-logo{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);opacity:.5;max-width:30%;z-index:1;pointer-events:none}@media screen and (max-width: 768px){.slider-container{height:300px}.empowered-logo{max-width:50%}}.events-section{text-align:center;padding:40px;background:#eae2ff}.events-section h2{font-size:2rem;margin-bottom:30px;color:#a855f7}.events-container{display:grid;grid-template-columns:repeat(2,1fr);gap:20px}.event-card{position:relative;overflow:hidden;border-radius:10px;box-shadow:0 4px 8px #0000001a}.event-card img{width:100%;object-fit:cover;height:230px}.event-details{text-align:left;padding:10px;font-size:1rem}.mission-vision-section{text-align:center;padding:40px;background:#fdf7f2}.mission-vision-section h2{font-size:2rem;margin-bottom:20px;color:#a855f7}.mission-vision-section p{font-size:1.1rem;line-height:1.6;color:#555}.mission-button{padding:10px 20px;background:#a855f7;color:#fff;text-decoration:none;border-radius:5px;transition:background .3s ease,transform .2s ease}.mission-button:hover{background:#f9c74f;transform:scale(1.05)}.split-section{display:flex;align-items:center;justify-content:center;gap:40px;padding:30px;background:#fdf7f2;border-radius:10px;margin:20px auto;max-width:1200px;box-shadow:0 4px 8px #0000001a}.split-image{flex:1;display:flex;justify-content:center;align-items:center}.split-image img{width:500px;height:700px;object-fit:cover;border-radius:10px;box-shadow:0 8px 16px #0003;border:5px solid #EAE2FF}.split-text{flex:1;text-align:left;color:#333;font-family:Noto Sans,sans-serif}.split-text h2{font-size:2rem;margin-bottom:20px;color:#a855f7}.split-text p{font-size:1.1rem;margin-bottom:20px;line-height:1.6;color:#555}.split-button{padding:10px 20px;background:#a855f7;color:#fff;text-decoration:none;border-radius:5px;transition:background .3s ease,transform .2s ease}.split-button:hover{background:#f9c74f;transform:scale(1.05)}.about-us-section{display:flex;align-items:center;justify-content:center;gap:40px;padding:40px;background:#fdf7f2;max-width:1200px;margin:0 auto;box-shadow:0 4px 8px #0000001a}.about-us-image{flex:1;display:flex;justify-content:center;align-items:center}.about-us-image img{width:500px;height:700px;object-fit:cover;border-radius:10px;box-shadow:0 8px 16px #0003;border:5px solid #EAE2FF}.about-us-text{flex:1;text-align:left;color:#333;font-family:Noto Sans,sans-serif}.about-us-text h2{font-size:2rem;margin-bottom:20px;color:#a855f7}.about-us-text p{font-size:1.1rem;margin-bottom:20px;line-height:1.6;color:#555}.about-us-button{padding:10px 20px;background:#a855f7;color:#fff;text-decoration:none;border-radius:5px;transition:background .3s ease,transform .2s ease}.about-us-button:hover{background:#f9c74f;transform:scale(1.05)}.services-section{text-align:center;padding:40px;background:#fdf7f2}.services-section h2{font-size:2rem;margin-bottom:20px;color:#a855f7}.services-container{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.service-card{position:relative;overflow:hidden;border-radius:10px;box-shadow:0 4px 8px #0000001a;cursor:pointer;transition:transform .3s ease}.service-card img{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.service-card:hover img{transform:scale(1.05)}.service-title{position:absolute;bottom:10px;left:50%;transform:translate(-50%);background:#0009;color:#fff;padding:5px 10px;border-radius:5px;font-size:1rem;text-align:center}@media screen and (max-width: 768px){.services-container{grid-template-columns:repeat(2,1fr)}.events-container{grid-template-columns:1fr}.split-section{flex-direction:column}.split-image img{width:100%;height:auto}.about-us-section{flex-direction:column;gap:20px}.about-us-image img{width:100%;height:auto}}@media (max-width: 768px){.mission-vision-section p{line-height:1.4;font-size:1rem}}.about-me{display:flex;justify-content:center;align-items:flex-start;min-height:100vh;background-color:#eae2ff;padding:50px 20px;flex-direction:column}.about-me-container{display:flex;flex-direction:row;max-width:1200px;width:100%;gap:40px;align-items:flex-start;justify-content:center;margin-top:50px}.about-me-left{flex:1;display:flex;flex-direction:column;align-items:center;text-align:center;gap:20px;position:sticky;top:20px;z-index:10}.about-me-left h1{font-size:2.5rem;color:#a855f7;margin-bottom:10px}.about-me-left h2{margin-top:20px;font-size:1.8rem;color:#333}.contact-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;align-items:center;gap:10px}.contact-list li{font-size:1.1rem}.contact-list a{text-decoration:none;color:#a855f7;transition:color .3s ease}.contact-list a:hover{color:#f9c74f}.about-me-right{flex:2;color:#000;font-size:1.1rem;line-height:1.8;font-family:Noto Sans,sans-serif;background-color:#fcf1f1cc;padding:20px;border-radius:10px;box-shadow:0 4px 8px #0000001a}.about-me-left,.about-me-right{margin-top:20px}.about-me-left img{width:300px;height:400px;object-fit:cover;border-radius:10px;box-shadow:0 4px 8px #0003;border:5px solid #FDF7F2}.contact-list{list-style-type:none;padding:0}.contact-list li{margin-bottom:10px}.social-icons{display:flex;gap:15px;margin-top:10px}.social-icons img{width:30px;height:30px;cursor:pointer}.social-icons a{display:inline-block}.social-icons a:hover img{opacity:.8}@media screen and (max-width: 768px){.about-me-left{position:static}.about-me-container{flex-direction:column;gap:20px}.about-me-left{flex:1;align-items:center}.about-me-left h1{font-size:2rem}.about-me-left img{width:250px;height:300px}.about-me-left h2{font-size:1.4rem}.about-me-right{flex:1;font-size:1rem}.contact-list li,.contact-list a{font-size:1rem}.social-icons img{width:25px;height:25px}}.mission-vision-container{position:relative;background-color:#e6e6fa;height:auto;min-height:100vh;display:flex;align-items:center;justify-content:center;color:#9c8d8d;text-align:center;font-family:Poppins,sans-serif;padding:20px}.content{position:relative;z-index:2;max-width:900px;padding:20px;margin:0 auto;animation:fadeIn 1.5s ease-in-out}.mission-header,.vision-header{margin:15px 0;font-weight:700;text-transform:uppercase;color:#000;font-size:3rem}p{font-size:1.25rem;line-height:1.8;color:indigo;margin:15px 0;font-weight:300;text-align:justify}.text-section{margin:15px 0;padding:15px;background:#fff;border-radius:12px;box-shadow:0 8px 15px #0000001a;transition:transform .3s ease,box-shadow .3s ease}.text-section:hover{transform:scale(1.05);box-shadow:0 12px 20px #00000026}.heading-with-images{display:flex;align-items:center;justify-content:center;gap:15px}.mission-image,.vision-image{display:none}button{margin-top:20px;padding:12px 24px;background:indigo;border:none;border-radius:25px;color:#fff;font-size:1rem;font-weight:600;cursor:pointer;transition:background-color .3s ease,transform .3s ease}button:hover{background:#6a5acd;transform:scale(1.1)}@keyframes fadeIn{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@media (max-width: 768px){.mission-vision-container{padding:10px}.content{padding:15px}.mission-header,.vision-header{font-size:2.5rem}p{font-size:1.1rem;line-height:1.5}button{padding:10px 20px;font-size:.9rem}}.therapy-sessions-page{padding:40px;background-color:#f9f7f7;min-height:80vh;display:flex;flex-direction:column;align-items:center;text-align:center}.therapy-sessions-page h1{color:#a855f7;font-size:3rem;margin-bottom:30px;font-weight:700}.therapy-sessions-page p{color:#555;font-size:1.1rem;max-width:900px;line-height:1.8;margin-bottom:40px}.therapy-options{display:flex;justify-content:space-around;width:100%;flex-wrap:wrap}.individual-therapy,.couples-therapy{background-color:#fff;border-radius:10px;box-shadow:0 4px 8px #0000001a;width:45%;margin-bottom:40px;padding:20px;text-align:left}.individual-therapy h2,.couples-therapy h2{color:#a855f7;font-size:2rem;margin-bottom:20px}.individual-therapy p,.couples-therapy p{color:#555;font-size:1.1rem;margin-bottom:20px}.individual-therapy img,.couples-therapy img{width:100%;height:400px;object-fit:cover;border-radius:10px;margin-top:20px}.appointment-link{display:inline-block;margin-top:5px;padding:8px 25px;background-color:#c587ff;color:#fff;text-decoration:none;font-weight:700;border-radius:50px;font-size:1rem;text-transform:uppercase;transition:all .3s ease;line-height:.9}.supervision-notice p{letter-spacing:-.5px;font-size:1rem;color:#555}@media screen and (max-width: 768px){.therapy-sessions-page{padding:20px}.therapy-sessions-page h1{font-size:2rem;margin-bottom:20px}.therapy-sessions-page p{font-size:1rem;margin-bottom:30px}.therapy-options{flex-direction:column;align-items:center}.individual-therapy,.couples-therapy{width:90%;margin-bottom:30px}.individual-therapy img,.couples-therapy img{height:auto}.appointment-link{width:80%;text-align:center;padding:12px 20px}}.life-coaching-page{padding:20px;background-color:#f9f7f7;min-height:80vh;display:flex;flex-direction:column;align-items:center;text-align:center}.life-coaching-page h1{color:#a855f7;font-size:2.5rem;margin-bottom:20px;font-weight:700}.life-coaching-page p{color:#555;font-size:1rem;max-width:900px;line-height:1.8;margin-bottom:30px}.life-coaching-content{display:flex;flex-direction:column;align-items:center}.life-coaching-image{width:100%;max-width:700px;height:auto;border-radius:10px;box-shadow:0 4px 8px #0000001a;margin-bottom:20px}.appointment-link{display:inline-block;margin-top:15px;padding:10px 25px;background-color:#a855f7;color:#fff;text-decoration:none;font-weight:700;border-radius:50px;font-size:1rem;text-transform:uppercase;transition:all .3s ease}.appointment-link:hover{background-color:#8b4bd9;transform:translateY(-3px);box-shadow:0 4px 10px #00000026}.appointment-link:active{transform:translateY(1px);box-shadow:none}@media screen and (max-width: 768px){.life-coaching-page{padding:15px}.life-coaching-page h1{font-size:2rem}.life-coaching-page p{font-size:.95rem;max-width:90%;line-height:1.8}.appointment-link{padding:8px 20px;font-size:.9rem}}.empowerment-group-sessions-page{padding:40px;background-color:#f9f7f7;min-height:80vh;display:flex;flex-direction:column;align-items:center;text-align:center}.empowerment-group-sessions-page h1{color:#a855f7;font-size:3rem;margin-bottom:30px;font-weight:700}.empowerment-group-sessions-page p{color:#555;font-size:1.1rem;max-width:900px;line-height:1.8;margin-bottom:40px}.empowerment-group-sessions-content{display:flex;flex-direction:column;align-items:center}.empowerment-group-image{width:100%;max-width:600px;height:auto;border-radius:10px;margin-top:20px;margin-bottom:20px;box-shadow:0 4px 8px #0000001a}@media screen and (max-width: 768px){.empowerment-group-sessions-page h1{font-size:2rem}.empowerment-group-sessions-page p{font-size:1rem;padding:0 20px}.empowerment-group-image{width:90%}.appointment-link{width:100%;padding:14px 20px}}.book-studies-page{padding:40px;background-color:#f9f7f7;min-height:80vh;display:flex;flex-direction:column;align-items:center;text-align:center}.book-studies-page h1{color:#a855f7;font-size:3rem;margin-bottom:30px;font-weight:700}.book-studies-page p{color:#555;font-size:1.1rem;max-width:900px;line-height:1.8;margin-bottom:40px}.book-studies-content{display:flex;flex-direction:column;align-items:center}.book-studies-image{width:100%;max-width:600px;height:auto;border-radius:10px;margin-top:20px;margin-bottom:20px;box-shadow:0 4px 8px #0000001a}@media screen and (max-width: 768px){.book-studies-image{width:90%}}.youth-mentorship-page{padding:40px;background-color:#f9f7f7;min-height:80vh;display:flex;flex-direction:column;align-items:center;text-align:center}.youth-mentorship-page h1{color:#a855f7;font-size:3rem;margin-bottom:30px;font-weight:700}.youth-mentorship-page p{color:#555;font-size:1.1rem;max-width:900px;line-height:1.8;margin-bottom:40px}.youth-mentorship-content{display:flex;flex-direction:column;align-items:center}.youth-mentorship-image{width:100%;max-width:600px;height:auto;border-radius:10px;margin-top:20px;margin-bottom:20px;box-shadow:0 4px 8px #0000001a}.appointment-link{display:inline-block;margin-top:15px;padding:12px 20px;background-color:#a855f7;color:#fff;text-decoration:none;font-weight:700;border-radius:5px;transition:background-color .3s}.appointment-link:hover{background-color:#8b4bd9}@media screen and (max-width: 768px){.youth-mentorship-page{padding:20px}.youth-mentorship-page h1{font-size:2rem;margin-bottom:20px}.youth-mentorship-page p{font-size:1rem;margin-bottom:30px}.youth-mentorship-image{width:90%;max-width:100%}.appointment-link{width:80%;padding:15px 20px;text-align:center}}.contact-us{padding:20px;max-width:600px;margin:0 auto;text-align:center}.contact-us h2{font-size:2rem;margin-bottom:20px}.success-message{color:#28a745;font-size:1.2rem;margin-bottom:20px}.contact-form{display:flex;flex-direction:column;gap:15px;text-align:left}.form-group label{font-weight:700}.form-group input,.form-group textarea{padding:10px;border:1px solid #ccc;border-radius:5px;width:100%}.form-group textarea{height:150px;word-spacing:-1px}button{padding:10px 20px;background-color:#a855f7;color:#fff;border:none;border-radius:5px;cursor:pointer;font-size:1rem}button:hover{background-color:#7a3abf}@media screen and (max-width: 768px){.contact-us{padding:15px;max-width:100%}.contact-us h2{font-size:1.5rem}.success-message{font-size:1rem}button{padding:12px 24px;font-size:1.1rem}.form-group input,.form-group textarea{font-size:1rem}}.prayer-praise-worship{display:flex;flex-direction:column;align-items:center;padding:50px;background-color:#f7f7f7}.event-image{flex:1;text-align:center}.event-image img{max-width:100%;height:auto;border-radius:8px;box-shadow:0 4px 8px #0000001a}@media screen and (max-width: 768px){.prayer-praise-worship{padding:20px}h1{font-size:2rem;margin-bottom:20px}.event-section{flex-direction:column;width:90%;padding:15px}.event-info{text-align:center;margin-bottom:20px}.event-info h2{font-size:1.5rem}.event-info p{font-size:1rem}.contact-button{width:80%;padding:12px;font-size:1rem}.event-image img{max-width:100%;height:auto}}.prayer-board-party{display:flex;flex-direction:column;align-items:center;padding:50px;background-color:#f7f7f7}.event-section{display:flex;flex-direction:row;align-items:center;justify-content:space-between;width:80%;max-width:1200px;margin-bottom:30px;background-color:#646363;padding:20px;box-shadow:0 4px 8px #0000001a;border-radius:8px}.event-info h2{font-size:2rem;color:#4a90e2}.tampa-description{font-size:1rem;color:#000;margin-bottom:15px;word-spacing:1px;line-height:1.5}.orlando-description{font-size:1rem;color:#000;margin-bottom:15px;word-spacing:1px;line-height:1.2}.event-info .time,.event-info .when{color:#000}.register-button{display:inline-block;background-color:#4a90e2;color:#fff;padding:10px 20px;font-size:1.1rem;text-decoration:none;border-radius:5px;transition:background-color .3s ease}.register-button:hover{background-color:#3578b8}@media screen and (max-width: 768px){.prayer-board-party{padding:20px}h1{font-size:2rem;margin-bottom:20px}.event-section{flex-direction:column;width:90%;padding:15px}.event-info{text-align:center;margin-bottom:20px}.event-info h2{font-size:1.5rem}.event-info p{font-size:1rem}.register-button{width:80%;padding:12px;font-size:1rem}.event-image img{max-width:100%;height:auto}}.book-study-teen{display:flex;flex-direction:column;align-items:center;padding:50px;background-color:#f7f7f7}h1{font-size:3rem;color:#4a4a4a;margin-bottom:40px}.event-section{display:flex;flex-direction:row;align-items:center;justify-content:space-between;width:80%;max-width:1200px;margin-bottom:30px;background-color:#fff;padding:20px;box-shadow:0 4px 8px #0000001a;border-radius:8px}.event-info{flex:1;text-align:left}.event-info h2{font-size:2rem;color:#a40494}.location-description{font-size:1rem;color:#555;margin-bottom:15px}.event-info p{font-size:1.2rem;margin-bottom:10px}.event-info .status{font-weight:700;color:#c4c104}.contact-button{display:inline-block;background-color:#4a90e2;color:#fff;padding:10px 20px;font-size:1.1rem;text-decoration:none;border-radius:5px;margin-top:20px;transition:background-color .3s ease}.contact-button:hover{background-color:#3578b8}@media screen and (max-width: 768px){.event-section{flex-direction:column;width:90%;padding:15px}h1{font-size:2rem}.event-info h2{font-size:1.5rem}.event-info p,.location-description{font-size:1rem}.contact-button{font-size:1rem;padding:12px 25px;width:80%}.event-image img{width:100%;height:auto}}.photo-gallery{padding:20px;background-color:#fdf7f2;text-align:center;position:relative}.gallery-container{display:flex;align-items:center;justify-content:center;position:relative;overflow:hidden;width:100%}.gallery-item{position:relative;transition:transform .5s ease-in-out,opacity .5s ease-in-out}.gallery-item img,.gallery-item video{width:100%;height:100%;object-fit:cover}.gallery-item.center{width:700px;height:700px;opacity:1;z-index:2;transform:scale(1)}.gallery-item.left,.gallery-item.right{width:40%;height:250px;opacity:.6;z-index:1;transform:scale(.8)}.gallery-item.fullscreen{position:fixed;top:0;left:0;width:100vw;height:100vh;background:#000000e6;display:flex;justify-content:center;align-items:center;z-index:100}.arrow{position:absolute;top:50%;transform:translateY(-50%);background-color:#a855f7;color:#fff;border:none;font-size:2.5rem;cursor:pointer;padding:15px;z-index:10;border-radius:50%}.arrow.left{left:10px}.arrow.right{right:10px}.arrow:hover{background-color:#f9c74f;color:#fff}@media (max-width: 480px){.gallery-container{overflow-x:scroll;scroll-snap-type:x mandatory}.gallery-item{scroll-snap-align:center}.arrow{display:none}.gallery-item.center{width:100%;height:300px}.gallery-item.left,.gallery-item.right{width:45%;height:150px;opacity:.5;transform:scale(.6)}}
