.AboutHero-module__u9o_Oq__heroSection{text-align:center;color:#fff;background-image:url(/premium_about_hero.png);background-position:50%;background-size:cover;background-attachment:fixed;justify-content:center;align-items:center;min-height:100vh;padding-top:100px;display:flex;position:relative;overflow:hidden}.AboutHero-module__u9o_Oq__overlay{z-index:1;background:linear-gradient(135deg,#0f172ad9 0%,#173b45bf 50%,#0f172ad9 100%);position:absolute;inset:0}.AboutHero-module__u9o_Oq__contentWrapper{z-index:2;flex-direction:column;align-items:center;gap:20px;max-width:1000px;padding:40px 20px;display:flex;position:relative}.AboutHero-module__u9o_Oq__mainHeading{font-family:var(--font-poppins), sans-serif;color:#fff;letter-spacing:-2px;text-shadow:0 10px 30px #0000004d;margin:0;font-size:clamp(3.5rem,8vw,5.5rem);font-weight:900;line-height:1}.AboutHero-module__u9o_Oq__subAbbreviation{font-family:var(--font-poppins), sans-serif;color:#f60;text-transform:uppercase;letter-spacing:6px;margin:0;font-size:clamp(1.2rem,3vw,1.8rem);font-weight:700}.AboutHero-module__u9o_Oq__subHeading{font-family:var(--font-poppins), sans-serif;color:#cbd5e1;white-space:normal;max-width:none;margin:10px 0 30px;font-size:1.1rem;font-weight:300;line-height:1.8}.AboutHero-module__u9o_Oq__bibleVerse{font-family:var(--font-poppins), sans-serif;color:#fff;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff08;border:1px solid #ffffff1a;border-radius:24px;max-width:800px;margin:0;padding:35px 45px;font-size:1.4rem;font-style:italic;line-height:1.6;position:relative}.AboutHero-module__u9o_Oq__bibleVerse:before{content:"“";color:#f603;font-family:serif;font-size:5rem;position:absolute;top:10px;left:20px}.AboutHero-module__u9o_Oq__reference{text-transform:uppercase;color:#f60;letter-spacing:3px;margin-top:15px;font-size:.9rem;font-style:normal;font-weight:700;display:block}@media (max-width:768px){.AboutHero-module__u9o_Oq__heroSection{background-attachment:scroll;height:auto;padding:120px 20px 80px}.AboutHero-module__u9o_Oq__subHeading{white-space:normal;margin-bottom:10px;font-size:1rem}.AboutHero-module__u9o_Oq__mainHeading{font-size:3rem}.AboutHero-module__u9o_Oq__bibleVerse{padding:25px;font-size:1.1rem}}
html{box-sizing:border-box;scroll-behavior:smooth;width:100%;margin:0;padding:0;overflow-x:hidden}body{color:#1e293b;background-color:#fff;flex-direction:column;min-height:100vh;margin:0;padding:0;font-family:Poppins,Inter,sans-serif;display:flex;width:100%!important;max-width:100vw!important;overflow-x:hidden!important}*,:before,:after{box-sizing:inherit}.mainContent{flex:1;overflow-x:hidden}.footer{color:#fff;text-align:center;background-color:#003060;width:100%;padding:40px 0;position:relative;overflow-x:hidden}.footerContainer{box-sizing:border-box;grid-template-columns:repeat(4,1fr);gap:40px;max-width:100%;margin:0 auto;padding:0 20px;display:grid}.heroPage{overflow-x:hidden}.hero{background:0 0;justify-content:space-between;align-items:center;max-width:100%;height:100vh;margin-bottom:-100px;padding:50px;font-family:Roboto,sans-serif;display:flex;position:relative;overflow:hidden}.heroContent{box-sizing:border-box;max-width:50%;margin-top:-100px;margin-left:10px;animation:2s ease-out fadeIn}.heroTitle{color:#003060;margin-bottom:20px;font-size:3.2rem;font-weight:400;line-height:1.3;animation:1.5s ease-out slideInLeft}.heroTitle .bold{font-family:Poppins,sans-serif;font-weight:700}.heroSubtitle{color:#005080;margin-bottom:15px;font-family:Playfair Display,serif;font-size:1.5rem;font-style:italic;font-weight:700;animation:2.5s ease-out fadeIn}.heroDescription{color:#173b45;margin-bottom:30px;font-family:Lora,serif;font-size:1.3rem;line-height:1.8;animation:3s ease-out fadeIn}.heroButtons{gap:20px;animation:3.5s ease-out fadeIn;display:flex}.button{color:#fff;border:none;border-radius:30px;padding:15px 30px;font-size:1rem;font-weight:700;text-decoration:none;transition:transform .3s,box-shadow .2s;position:relative}.button:first-child{background:linear-gradient(45deg,#0056b3,#007fff)}.button:last-child{background:linear-gradient(45deg,#ff8000,#ffb347)}.button:hover{transform:scale(1.05);box-shadow:0 6px 18px #0003}.button:after{content:"";opacity:0;background:radial-gradient(circle,#fff3,#0003);border-radius:30px;width:100%;height:100%;transition:opacity .3s;position:absolute;top:0;left:0}.button:hover:after{opacity:1}.heroImageWrapper{margin-top:-50px;margin-right:10px;display:inline-block;position:relative}.heroImageWrapper:before{content:"";z-index:0;background:conic-gradient(#ff8000,#ffb347,#ff8000);border-radius:50%;width:250px;height:250px;animation:4s linear infinite rotateCircle;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.heroImage{z-index:1;filter:brightness(1.1);border-radius:15px;max-width:45%;height:auto;margin-top:-50px;position:relative;box-shadow:0 4px 12px #0003}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideInLeft{0%{opacity:0;transform:translate(-50%)}to{opacity:1;transform:translate(0)}}@keyframes rotateCircle{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@media (max-width:768px){.hero{flex-direction:column;height:auto;padding:30px}.heroContent{text-align:center;max-width:100%;margin-top:0;margin-left:0}.heroTitle{font-size:2.4rem}.heroSubtitle{font-size:1.3rem}.heroDescription{font-size:1.1rem}.heroImage{max-width:70%;margin-top:20px}.heroButtons{flex-direction:column;align-items:center}.button{width:100%;margin-bottom:10px}}@media (max-width:480px){.heroTitle{font-size:2rem}.heroSubtitle{font-size:1.2rem}.heroDescription{font-size:1rem}.heroImage{max-width:80%}.heroButtons{gap:15px}.button{padding:12px 25px;font-size:.9rem}}@media (max-width:348px){.heroTitle{font-size:1.8rem}.heroSubtitle{font-size:1.1rem}.heroDescription{font-size:.9rem}.heroImage{max-width:85%}.button{padding:10px 20px;font-size:.8rem}}
