*,*:before,*:after{box-sizing:border-box}html,body{height:100%;margin:0}#root{height:100%}.app-layout{min-height:100vh;display:flex;flex-direction:column}.app-main{flex:1}h1,h2,h3,h4,h5,h6{font-family:Arial,Helvetica,sans-serif;margin:0;padding:10px 0;font-weight:400}h1{font-size:2.5rem}h2{font-size:2rem}h3{font-size:1.75rem}h4{font-size:1.375rem}h5{font-size:1.125rem}h6{font-size:1rem}svg{display:block}.section{min-height:100vh;padding:1rem}p{font-family:Arial,Helvetica,sans-serif;font-size:clamp(1rem,2vw,1.25rem);font-weight:500;margin:0}.section-divider{width:80px;height:4px;background:#2062a5;margin:1rem auto 1.5rem;border-radius:2px}.embla{max-width:32rem;margin:0 auto;padding:1rem;text-align:center}.slider__container{position:relative}.embla__viewport{overflow:hidden;border-radius:.75rem;width:100%}.embla__container{display:flex}.embla__slide{flex:0 0 100%}.embla__slide img{width:100%;height:auto;object-fit:contain}.embla__prev svg{display:block}.embla__controls{gap:10px;position:absolute;width:100%;inset:0;display:flex;justify-content:space-around;pointer-events:none}.embla__controls button{pointer-events:auto}.svg__prev line,.embla__next line{stroke:#fff;stroke-width:3}.svg__dot circle{fill:none;stroke:#000;stroke-width:1}.embla__dots button,.embla__controls button,.embla__next button{background:none;border:none}.embla__dots{position:absolute;bottom:0;left:50%;transform:translate(-50%);display:flex;justify-content:center;background-color:#eeebebe1;border-radius:10px}.embla__dot circle{fill:#fff}.svg__prev circle,.svg__next circle{fill:#2062a5}.embla__prev,.embla__next{opacity:0;width:100%;height:auto;display:grid;place-items:center;transition:background-color .2s ease;transition:opacity 1s}@media(hover:hover)and (pointer:fine){.embla__prev:hover,.embla__next:hover{opacity:1;background-color:#09080880;border-radius:.75rem}}.embla__dot--selected circle{fill:#000}@media(max-width:768px){.embla__controls{display:none}}.about-us{position:relative;width:100%;display:flex;align-items:center;gap:10px;justify-content:center;background-image:url("data:image/svg+xml,%3csvg%20className='about-us__wave'%20viewBox='0%200%201440%20512'%20preserveAspectRatio='none'%20xmlns='http://www.w3.org/2000/svg'%20%3e%3cpath%20d='M1440%20351.463C1370.42%20645.151%20527.616%20419.155%200%200V514H1440V351.463Z'%20fill='%232062a5'%20/%3e%3c/svg%3e");background-repeat:no-repeat;background-size:100% 25%;background-position:bottom}.about-us__content{display:flex;align-items:center;justify-content:center;gap:50px;padding:1rem;width:100%}@media(max-width:768px){.about-us__content{flex-direction:column}}.about-us__img{display:flex;justify-content:center;max-width:500px}.about-us img{max-width:100%;height:auto;border:4px solid #f5f5f5}.about-us__heading{justify-content:center;display:flex}.about-us__btn-heading{display:flex;flex-direction:column;align-items:center;text-align:center;gap:10px;max-width:500px}.join-us{display:flex;flex-direction:column;position:relative;width:100%;align-items:center;justify-content:center;gap:50px;text-align:center;background-color:#f1f1f7}.join-us img{max-width:10rem}.join-us__content{display:flex;flex-direction:column;align-items:center;max-width:500px;gap:10px}.btn-comp{background-color:#2062a5;padding:20px;color:#fff;border:4px solid #f5f5f5;border-radius:10px;text-decoration:none;font-family:Arial,Helvetica,sans-serif;font-weight:700}.hero__bg{background-position:center;background-repeat:no-repeat;background-size:cover;position:relative;height:100vh;width:100vw;overflow:hidden}.hero__heading{width:100%;height:100%;position:absolute;top:0;left:0;color:#fff}.hero__overlay{background-color:#000000b3;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);text-align:center;text-shadow:4px 1px 2px black}.about-us-page{display:flex;align-items:center;text-align:center;margin:0 auto;background-color:#2062a5;color:#fff;min-height:100vh;overflow:hidden}.heading{margin:3rem;display:flex;flex:1;gap:2rem}.heading-item{display:flex;flex-direction:column;align-items:center;justify-content:center;width:100%;gap:10px;padding:10px;flex:1;transition:flex-grow .35s ease}.heading-item:hover{flex-grow:2}.heading-content{display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-start;width:100%;border-radius:10px;color:#fff;opacity:0;max-height:0;overflow:hidden;transition:opacity .25s ease,max-height .3s ease}.heading-item:hover .heading-content{opacity:1;max-height:900px}.heading-content__img{padding:20px}.heading-content img{width:100%;border-radius:30px;aspect-ratio:16/9}.icon svg{stroke-width:3;stroke:#2062a5;stroke-linejoin:round;fill:none;border:4px solid #2062a5;background-color:#fff;border-radius:10px;padding:5px}.divider{width:2px;height:2rem;color:#fff;background-color:#fff;margin:auto 0}.heading-link{border:none;background-color:transparent;color:#fff}@media(max-width:768px){.icon svg{width:36px;height:36px;border-width:3px}.about-us-page{min-height:auto;padding:2rem 1rem;overflow:visible}.heading{flex-direction:column;margin:0;gap:2.5rem}.divider{display:none}.heading-item{flex:none;width:100%;padding:0}.heading-item:hover{flex-grow:unset}.heading-content{opacity:1;max-height:none;width:100%;align-items:center}.heading-content__img{padding:0;margin-bottom:1rem}.heading-content img{width:100%;max-width:100%;aspect-ratio:4 / 3;border-radius:16px}.heading-content__text{text-align:center}.heading-link h3{font-size:1.25rem}}.give-menu{display:flex;justify-content:center;padding:1rem}.menu-btns{display:flex;padding:1rem}.menu-btns button{color:#000}.give-content{margin:0 auto 2rem;background-color:#f5f5f5;border:.5rem;border-radius:.5rem;border:2px solid black;max-width:800px;padding:2rem}.online-content{flex-direction:column;align-items:center;text-align:center;gap:15px}.bank-content{display:flex;flex-direction:column;align-items:center;gap:10px}.online-content.active,.bank-content.active{display:flex}.online-content,.bank-content{display:none}.online-content button,.give-menu button{background-color:transparent;border:none}.give-menu button.active{font-weight:bolder;font-size:1rem;color:#2062a5}.give-menu svg,.online-content svg{stroke:#2062a5;stroke-width:3;stroke-linecap:round}.give-content .visually-hidden{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0 0 0 0);white-space:nowrap}.select-wrapper{position:relative}.select-wrapper select{appearance:none;padding:.75rem 2.5rem .75rem 1rem;font-size:1rem;border-radius:.5rem;border:1px solid #ccc;background-color:#fff;cursor:pointer;min-width:201px}.select-arrow{position:absolute;right:1rem;top:50%;transform:translateY(-50%);pointer-events:none;color:#000}.give-content label{font-family:Arial,Helvetica,sans-serif;font-weight:700}input[type=number]{padding:.75rem 1rem;font-size:1rem;border-radius:.5rem;border:1px solid #ccc;background-color:#fff;color:#111;transition:border-color .2s ease,box-shadow .2s ease;min-width:201px}.paypal-box{z-index:1}.youtube-card{display:flex;text-align:center;max-width:400px}.youtube-card__item{display:flex;flex-direction:column;width:100%;border-radius:10px;padding:20px}.youtube-card__item:hover{background-color:#2062a524}.youtube-card__item img{width:100%;border-radius:10px}.item__text{display:flex;flex-direction:column;color:#000}.youtube-card__item a{text-decoration:none}.youtube-video-card{display:flex;flex-wrap:wrap;gap:10px;justify-content:center;margin:1}.yt-video-tabs__container{display:flex;justify-content:flex-end;padding:50px}.youtube-videos__category-title{display:flex;justify-content:center}.yt_video__tabs button{background-color:transparent;border:none;font-family:Arial,Helvetica,sans-serif}.yt_video__tabs button:hover{opacity:.9;color:#2062a5}.active-tab{opacity:1;color:#2062a5;font-weight:700}.service-hero{min-height:100svh;background-color:#2062a5;display:flex;align-items:center;padding:3rem;padding-bottom:200px}.service-hero__heading{flex:1;text-align:center;color:#fff}.service-container{background-color:#fff;width:100%;padding-bottom:50px;display:flow-root}.service-info{max-width:1100px;display:flex;padding:clamp(2rem,5vw,5rem);margin:-120px auto 0;flex-direction:column;align-items:center;gap:10px;background-color:#f1f1f7;border-radius:.75rem;position:relative;z-index:2}.service-info__heading{color:#000}.events__grid{display:flex;flex-direction:column;padding:1rem;align-items:center;gap:10px;width:100%}.event__grid{display:flex;flex-direction:column;justify-content:center;width:100%;background-color:#f1f1f7;border-radius:.75rem;padding:1rem}.event__content{display:flex;flex-direction:column}.event__heading{text-align:center}.event__description{display:flex;flex-direction:column;text-align:center;gap:10px}.event__img{display:flex;justify-content:center;width:100%}.event__img img{max-width:50px;width:100%}.service-location{display:flex;flex-direction:column;align-items:center;width:100%;padding:1rem}.service-location__heading{color:#000}.service-location iframe{border-radius:.75rem;aspect-ratio:21/9;width:100%}.nav{display:flex;flex-direction:row;width:100%;justify-content:space-between;padding:10px 50px;align-items:center;gap:10px;flex-wrap:nowrap;background-color:#fff;position:sticky;top:0;z-index:1000}[dir=rtl] .nav{text-align:right}.nav__menu{display:flex;gap:20px}.nav__menu a{text-decoration:none;font-family:Arial,Helvetica,sans-serif;gap:10px;font-size:1.1rem}.nav-menu__item{text-decoration:none;color:inherit;position:relative;transition:color .2s ease}.nav-menu__item--active{color:#2062a5;font-weight:700}@media(max-width:768px){.nav{display:none}}.logo img{width:7rem}.lang-btn{background:none;border:none;font:inherit;font-family:Arial,Helvetica,sans-serif;cursor:pointer;padding:.25rem .5rem;transition:opacity .2s ease}.lang-btn--active{font-weight:600;color:#2062a5}.nav__language-switch button{border:none;background-color:transparent}.mobile-nav__container{display:none}@media(max-width:768px){.mobile-nav__container{display:flex;justify-content:space-between;width:100%;align-items:center;padding:.5rem}.mobile-nav__hamburger{z-index:4}}.menu{background-color:transparent;border:none;cursor:pointer;display:flex;padding:0;width:3rem}.line{fill:none;stroke:#000;stroke-width:6;transition:stroke-dasharray .6s cubic-bezier(.4,0,.2,1),stroke-dashoffset .6s cubic-bezier(.4,0,.2,1)}.line1{stroke-dasharray:60 207;stroke-width:6}.line2{stroke-dasharray:60 60;stroke-width:6}.line3{stroke-dasharray:60 207;stroke-width:6}.menu.opened .line{stroke:#fff}.opened .line1{stroke-dasharray:90 207;stroke-dashoffset:-134;stroke-width:6}.opened .line2{stroke-dasharray:1 60;stroke-dashoffset:-30;stroke-width:6}.opened .line3{stroke-dasharray:90 207;stroke-dashoffset:-134;stroke-width:6}.mobile-menu__overlay{height:100%;width:100%;position:fixed;z-index:3;left:0;right:0;background-color:#000;overflow:hidden;transition:.5s}.mobile__nav{position:relative;top:25%;width:100%;text-align:center;margin-top:30px}.mobile-nav__item{padding:8px;text-decoration:none;font-size:36px;color:#fff;display:block;transition:.3s}footer{display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center;background-color:#2062a5;color:#fff;width:100%;gap:10px;max-height:512px;min-height:256px;margin:0}.footer__contact{display:flex;flex-direction:column;justify-content:center}.footer__contact-social{display:flex;justify-content:center;gap:50px;padding:10px 0;width:100%}.footer__social{display:flex;flex-direction:row}.footer__social h5{writing-mode:sideways-lr}.social-icon{display:flex;flex-direction:column;justify-content:center;width:100%;gap:10px;padding:5px}.social-icon svg{height:38px;width:48px;fill:#fff;gap:10px}.facebook-social-link svg:hover{fill:#1877f2}.youtube-social-link svg:hover{fill:red}
