@import "https://fonts.googleapis.com/css2?family=Inter:wght@400;600;700&display=swap";:root{--font-family:"Inter", sans-serif;--primary-color:#1e88e5;--secondary-color:#ff9800;--bg-color:#fff;--bg-color-dark:#fff;--text-color:#12324a;--text-color-dark:#12324a;--glass-bg:rgba(255,255,255,.15);--glass-border:rgba(255,255,255,.3);--transition-speed:.3s}body{font-family:var(--font-family);color:var(--text-color);transition:background-color var(--transition-speed), color var(--transition-speed);background-color:#fff!important}.glass{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:var(--glass-bg);border:1px solid var(--glass-border);border-radius:12px}.transition{transition:all var(--transition-speed) ease}.contact-info-panel{background:linear-gradient(135deg,#f5fbff 0%,#fff 100%);border:1px solid #dcefff;border-radius:24px;flex-direction:column;gap:1rem;padding:1.5rem;display:flex;box-shadow:0 20px 45px rgba(20,84,140,.08)}.contact-info-top{margin-bottom:.25rem}.contact-info-top h3{color:#12324a;margin:.7rem 0 .55rem;font-size:1.45rem}.contact-info-top p{color:#5e6f83;margin:0;line-height:1.7}.contact-info-card{background:#fff;border:1px solid #e8f2fb;border-radius:18px;align-items:flex-start;gap:.9rem;padding:1rem;transition:transform .2s,box-shadow .2s;display:flex}.contact-info-card:hover{transform:translateY(-2px);box-shadow:0 12px 24px rgba(18,73,120,.09)}.contact-info-icon{color:#fff;background:linear-gradient(135deg,#1e88e5 0%,#0d47a1 100%);border-radius:14px;flex-shrink:0;justify-content:center;align-items:center;width:2.8rem;height:2.8rem;font-size:1rem;display:flex}.contact-info-body{flex-direction:column;gap:.25rem;display:flex}.contact-info-label{letter-spacing:.18em;text-transform:uppercase;color:#1e88e5;font-size:.78rem;font-weight:700}@media (max-width:768px){.contact-info-panel{padding:1.1rem}.contact-info-card{padding:.9rem}.contact-info-top h3{font-size:1.25rem}}@media (prefers-color-scheme:dark){:root{--bg-color:var(--bg-color-dark);--text-color:var(--text-color-dark);--glass-bg:rgba(0,0,0,.25);--glass-border:rgba(255,255,255,.2)}}:root{--primary-brand:#1d2757;--accent-brand:#df502a;--accent-brand-hover:#fff}.header-area{background:0 0!important;padding:0!important}.logo-brand-link{box-shadow:none!important;-webkit-backdrop-filter:none!important;background:0 0!important;border-radius:0!important;align-items:center!important;padding:0!important;transition:opacity .2s!important;display:inline-flex!important}.logo-brand-link:hover{opacity:.85!important;box-shadow:none!important;background:0 0!important;transform:none!important}.header-logo-img{object-fit:contain!important;-webkit-filter:contrast(1.1)!important;filter:contrast(1.1)!important;width:auto!important;display:block!important}.footer-logo-link{background:#fff!important;border-radius:14px!important;align-items:center!important;margin-bottom:12px!important;padding:8px 18px!important;transition:transform .3s!important;display:inline-flex!important;box-shadow:0 8px 24px rgba(0,0,0,.2)!important}.footer-logo-link:hover{transform:translateY(-2px)!important}.footer-logo-img{object-fit:contain!important;width:auto!important;height:58px!important;max-height:58px!important;display:block!important}.header-area .main-header-area{z-index:999;-webkit-backdrop-filter:none!important;background:#fff!important;border-bottom:1px solid rgba(0,0,0,.08)!important;border-radius:0!important;width:100%!important;padding:8px 40px!important;transition:all .4s!important;position:absolute!important;top:0!important;left:0!important;right:0!important;box-shadow:0 2px 12px rgba(0,0,0,.08)!important}.header-area .main-header-area .container-fluid{padding-left:0!important;padding-right:0!important}.header-area .main-header-area .main-menu ul li a{letter-spacing:.3px;padding:6px 12px!important;font-size:16px!important;font-weight:600!important;transition:color .3s,transform .3s!important;display:inline-block!important;position:relative!important}.header-area .main-header-area .main-menu ul li a:after{content:""!important;background:var(--accent-brand)!important;border-radius:4px!important;width:0!important;height:3px!important;transition:all .3s cubic-bezier(.25,.8,.25,1)!important;position:absolute!important;bottom:-2px!important;left:50%!important;transform:translate(-50%)!important}.header-area .main-header-area .main-menu ul li a:hover:after,.header-area .main-header-area .main-menu ul li a.active:after{width:80%!important}.header-area .main-header-area:not(.sticky) .main-menu ul li a{text-shadow:none;color:#1d2757!important}.header-area .main-header-area:not(.sticky) .main-menu ul li a.active,.header-area .main-header-area:not(.sticky) .main-menu ul li a:hover{color:var(--accent-brand)!important;transform:translateY(-2px)!important}.slicknav_menu .slicknav_nav a.active{color:var(--accent-brand)!important}.theme-toggle-btn{-webkit-backdrop-filter:blur(8px);cursor:pointer!important;background:rgba(255,255,255,.16)!important;border:1px solid rgba(255,255,255,.28)!important;border-radius:50%!important;outline:none!important;justify-content:center!important;align-items:center!important;width:40px!important;height:40px!important;margin-left:20px!important;transition:all .4s cubic-bezier(.34,1.56,.64,1)!important;position:relative!important;overflow:hidden!important;box-shadow:0 4px 14px rgba(0,0,0,.1)!important}@media (max-width:991px){.desktop-theme-btn{display:none!important}.mobile-theme-btn{flex-shrink:0!important;width:36px!important;height:36px!important;margin-left:0!important;margin-right:0!important;display:flex!important}}@media (min-width:992px){.desktop-theme-btn{display:flex!important}.mobile-theme-btn{display:none!important}}.slicknav_menu{align-items:center!important;gap:14px!important;display:flex!important}.theme-toggle-btn .theme-icon{font-size:19px;transition:transform .6s cubic-bezier(.34,1.56,.64,1),opacity .3s;display:inline-block}.theme-toggle-btn:hover{border-color:var(--accent-brand)!important;background:rgba(223,80,42,.25)!important;transform:scale(1.14)translateY(-2px)!important;box-shadow:0 0 22px rgba(223,80,42,.55)!important}.theme-toggle-btn:hover .theme-icon{transform:rotate(360deg)scale(1.2)}.theme-toggle-btn:active{transform:scale(.92)!important}body.dark .theme-toggle-btn{background:rgba(255,255,255,.1)!important;border-color:rgba(255,255,255,.2)!important}body.dark .theme-toggle-btn:hover{border-color:var(--accent-brand)!important;background:rgba(223,80,42,.35)!important;box-shadow:0 0 26px rgba(223,80,42,.65)!important}.slicknav_btn{background:rgba(255,255,255,.15)!important;border:1px solid rgba(255,255,255,.25)!important;border-radius:12px!important;flex-shrink:0!important;align-items:center!important;gap:8px!important;margin:0!important;padding:6px 12px!important;display:inline-flex!important;position:relative!important;top:0!important;right:0!important}.slicknav_menutxt{color:#fff!important;letter-spacing:1px!important;margin:0!important;font-size:13px!important;font-weight:700!important;line-height:1!important;display:inline-block!important}.slicknav_icon{flex-direction:column!important;gap:4px!important;width:18px!important;margin:0!important;display:flex!important}.slicknav_icon-bar{background:#fff!important;border-radius:2px!important;width:100%!important;height:2px!important;margin:0!important;display:block!important}@keyframes headerSlideDown{0%{opacity:0;transform:translateY(-100%)}to{opacity:1;transform:translateY(0)}}.header-area .main-header-area.sticky{-webkit-backdrop-filter:none!important;background:#fff!important;border-bottom:1px solid rgba(0,0,0,.08)!important;border-radius:0!important;width:100%!important;padding:6px 40px!important;animation:.45s cubic-bezier(.215,.61,.355,1) forwards headerSlideDown!important;position:fixed!important;top:0!important;left:0!important;right:0!important;box-shadow:0 2px 12px rgba(0,0,0,.08)!important}.header-area .main-header-area.sticky .main-menu ul li a{text-shadow:none;color:#1d2757!important}.header-area .main-header-area.sticky .main-menu ul li a.active,.header-area .main-header-area.sticky .main-menu ul li a:hover{color:var(--accent-brand)!important;transform:translateY(-2px)!important}body.dark .header-area .main-header-area{background:rgba(18,18,18,.7)!important;border-bottom-color:rgba(255,255,255,.1)!important}body.dark .header-area .main-header-area.sticky{background:rgba(18,18,18,.9)!important}body.dark .header-area .main-header-area.sticky .main-menu ul li a{color:#e0e0e0!important}body.dark .header-area .main-header-area.sticky .main-menu ul li a:hover,body.dark .header-area .main-header-area.sticky .main-menu ul li a.active{color:var(--accent-brand)!important}.overlay2:before,.overlay:before,.bradcam_overlay:before{display:none!important}.section_title h3 span{color:var(--accent-brand)!important}.boxed-btn,.boxed-btn3,.boxed-btn4,.btn_1,.button-contactForm,.cta-btn-solid,.contact-button,.news-button{background:var(--accent-brand)!important;color:#fff!important;border:2px solid var(--accent-brand)!important;letter-spacing:.5px!important;cursor:pointer!important;border-radius:8px!important;justify-content:center!important;align-items:center!important;gap:8px!important;font-weight:700!important;text-decoration:none!important;transition:all .35s cubic-bezier(.25,.8,.25,1)!important;display:inline-flex!important}.boxed-btn:hover,.boxed-btn3:hover,.boxed-btn4:hover,.btn_1:hover,.button-contactForm:hover,.cta-btn-solid:hover,.contact-button:hover,.news-button:hover{color:var(--accent-brand)!important;border-color:var(--accent-brand)!important;background:0 0!important;transform:translateY(-3px)!important;box-shadow:0 10px 24px rgba(223,80,42,.35)!important}body.dark .boxed-btn:hover,body.dark .boxed-btn3:hover,body.dark .boxed-btn4:hover,body.dark .btn_1:hover,body.dark .button-contactForm:hover,body.dark .cta-btn-solid:hover,body.dark .contact-button:hover,body.dark .news-button:hover{color:#fff!important;background:0 0!important;border-color:#fff!important;box-shadow:0 10px 24px rgba(255,255,255,.2)!important}.single_cause{background:#fff;overflow:hidden;border:1px solid rgba(29,39,87,.08)!important;border-radius:12px!important;transition:transform .3s cubic-bezier(.25,.8,.25,1),box-shadow .3s!important;box-shadow:0 4px 20px rgba(29,39,87,.04)!important}.blog-page{background:#f8fafc}body.dark .blog-page{background:#121212}.blog-hero h1{color:#fff;margin-bottom:18px;font-family:Playfair Display,serif;font-size:max(34px,min(5vw,56px));line-height:1.1}.blog-hero p{color:rgba(255,255,255,.9);max-width:760px;margin:0 auto;font-size:16px;line-height:1.8}.blog-main-section{background:0 0;padding:90px 0 110px}.blog-grid{grid-template-columns:minmax(0,1.9fr) minmax(320px,1fr);gap:36px;display:grid}.blog-main{gap:32px;display:grid}.blog-card{background:#fff;overflow:hidden;border:1px solid rgba(29,39,87,.08)!important;border-top:3px solid var(--accent-brand)!important;border-radius:20px!important;transition:all .35s cubic-bezier(.25,.8,.25,1)!important;box-shadow:0 10px 30px rgba(29,39,87,.06)!important}body.dark .blog-card{background:#1a1a1a;border-color:rgba(255,255,255,.1)!important}.blog-card:hover{transform:translateY(-8px)!important;box-shadow:0 20px 45px rgba(29,39,87,.14)!important}.blog-card-image{height:380px;position:relative;overflow:hidden}.blog-card-image img{object-fit:cover;width:100%;height:100%;transition:transform .5s;display:block}.blog-card:hover .blog-card-image img{transform:scale(1.06)}.blog-card-date{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);color:#1d2757;text-align:center;background:rgba(255,255,255,.95);border-radius:16px;padding:12px 18px;position:absolute;bottom:24px;right:24px;box-shadow:0 12px 30px rgba(29,39,87,.15)}body.dark .blog-card-date{color:#fff;background:rgba(26,26,26,.95)}.blog-card-date span{letter-spacing:1px;text-transform:uppercase;color:var(--accent-brand);margin-bottom:2px;font-size:12px;font-weight:700;display:block}.blog-card-date strong{font-size:22px;font-weight:800;display:block}.blog-card-content{padding:32px 28px}.blog-card-category{margin-bottom:14px}.category-pill{color:var(--accent-brand);letter-spacing:.5px;cursor:pointer;background:rgba(223,80,42,.12);border:none;border-radius:999px;padding:8px 16px;font-size:12.5px;font-weight:700}.blog-card-content a{text-decoration:none}.blog-card-content h2{color:#1d2757;margin:0 0 16px;font-family:Playfair Display,serif;font-size:24px;font-weight:700;transition:color .3s}.blog-card-content a:hover h2{color:var(--accent-brand)}body.dark .blog-card-content h2{color:#fff}.blog-card-content p{color:#6b7280;margin:0 0 20px;font-size:14.5px;line-height:1.75}body.dark .blog-card-content p{color:#a0aec0}.blog-card-meta{color:#64748b;border-bottom:1px solid rgba(29,39,87,.08);flex-wrap:wrap;gap:16px;margin-bottom:18px;padding-bottom:18px;font-size:13.5px;font-weight:500;display:flex}body.dark .blog-card-meta{color:#94a3b8;border-bottom-color:rgba(255,255,255,.08)}.blog-card-tags{flex-wrap:wrap;gap:10px;display:flex}.blog-card-tag{color:#475569;cursor:pointer;background:#f8fafc;border:1px solid rgba(29,39,87,.1);border-radius:999px;padding:6px 14px;font-size:12.5px;font-weight:600;transition:all .25s}body.dark .blog-card-tag{color:#cbd5e1;background:#262626;border-color:rgba(255,255,255,.1)}.blog-card-tag:hover,.blog-card-tag.active{background:var(--accent-brand)!important;color:#fff!important;border-color:var(--accent-brand)!important}.blog-empty-state{text-align:center;background:#fff;border:1px solid rgba(29,39,87,.08);border-radius:20px;padding:60px 30px;box-shadow:0 10px 30px rgba(29,39,87,.06)}body.dark .blog-empty-state{background:#1a1a1a;border-color:rgba(255,255,255,.1)}.blog-empty-state h4{color:#1d2757;margin-bottom:22px}body.dark .blog-empty-state h4{color:#fff}.reset-filters{border:none;padding:12px 28px;font-weight:700}.blog-sidebar{gap:28px;display:grid}.widget-card{background:#fff;padding:28px;border:1px solid rgba(29,39,87,.08)!important;border-top:3px solid var(--accent-brand)!important;border-radius:20px!important;box-shadow:0 10px 30px rgba(29,39,87,.06)!important}body.dark .widget-card{background:#1a1a1a;border-color:rgba(255,255,255,.1)!important}.widget-title{color:#1d2757;border-bottom:2px solid rgba(223,80,42,.15);margin-bottom:20px;padding-bottom:10px;font-family:Playfair Display,serif;font-size:19px;font-weight:700}body.dark .widget-title{color:#fff}.search-input,.newsletter-input{background:#f8fafc;border:1px solid rgba(29,39,87,.12);border-radius:14px;width:100%;margin-bottom:16px;padding:14px 18px;font-size:14.5px;transition:all .3s}body.dark .search-input,body.dark .newsletter-input{color:#fff;background:#262626;border-color:rgba(255,255,255,.12)}.search-input:focus,.newsletter-input:focus{border-color:var(--accent-brand);background:#fff;outline:none;box-shadow:0 0 0 4px rgba(223,80,42,.12)}body.dark .search-input:focus,body.dark .newsletter-input:focus{background:#1a1a1a}.clear-search,.newsletter-submit{border:none;border-radius:14px;width:100%;padding:12px 0;font-size:14px;font-weight:700}.category-list{gap:10px;margin:0;padding:0;list-style:none;display:grid}.category-link{color:#334155;text-align:left;cursor:pointer;background:#f8fafc;border:1px solid transparent;border-radius:14px;justify-content:space-between;align-items:center;width:100%;padding:12px 16px;font-size:14px;font-weight:600;transition:all .25s;display:flex}body.dark .category-link{color:#cbd5e1;background:#262626}.category-link:hover,.category-link.active{color:var(--accent-brand)!important;background:rgba(223,80,42,.12)!important;border-color:rgba(223,80,42,.3)!important}.recent-post{align-items:flex-start;gap:16px;margin-bottom:18px;display:flex}.recent-post img{object-fit:cover;border-radius:14px;flex-shrink:0;width:80px;height:70px}.recent-post h3{color:#1d2757;margin:0 0 6px;font-size:15px;font-weight:700;line-height:1.4;transition:color .3s}.recent-post a{text-decoration:none}.recent-post a:hover h3{color:var(--accent-brand)}body.dark .recent-post h3{color:#fff}.recent-post p{color:#64748b;margin:0;font-size:13px}.tag-list{flex-wrap:wrap;gap:8px;display:flex}.tag-pill{color:#475569;cursor:pointer;background:#f8fafc;border:1px solid rgba(29,39,87,.1);border-radius:999px;padding:6px 14px;font-size:12.5px;font-weight:600;transition:all .25s}body.dark .tag-pill{color:#cbd5e1;background:#262626;border-color:rgba(255,255,255,.1)}.tag-pill:hover,.tag-pill.active{background:var(--accent-brand)!important;color:#fff!important;border-color:var(--accent-brand)!important}@media (max-width:1080px){.blog-grid{grid-template-columns:1fr}.blog-hero{padding:70px 0 50px}}@media (max-width:780px){.blog-card-image img{height:320px}.blog-card-content{padding:24px}}@media (max-width:640px){.blog-hero h1{font-size:32px}.blog-card-date{bottom:16px;right:16px}.blog-card-image img{height:260px}}.single_cause:hover{transform:translateY(-6px);border-color:rgba(223,80,42,.3)!important;box-shadow:0 12px 30px rgba(29,39,87,.12)!important}.single_cause .thumb{overflow:hidden}.single_cause .thumb img{transition:transform .5s!important}.single_cause:hover .thumb img{transform:scale(1.05)!important}.single_cause .causes_content{border-top:4px solid var(--accent-brand)}.single_volenteer{overflow:hidden;border-radius:12px!important;transition:transform .3s,box-shadow .3s!important;box-shadow:0 4px 20px rgba(29,39,87,.04)!important}.single_volenteer:hover{transform:translateY(-5px);box-shadow:0 12px 25px rgba(29,39,87,.12)!important}.single_volenteer .volenteer_thumb{overflow:hidden}.single_volenteer .volenteer_thumb img{transition:transform .5s!important}.single_volenteer:hover .volenteer_thumb img{transform:scale(1.05)!important}.latest_activites_area .video_activite .popup-video{background:var(--accent-brand)!important}.latest_activites_area .video_activite .popup-video:hover{color:var(--accent-brand)!important;background:#fff!important}.counter_area .single_counter .icon i,.read_more{color:var(--accent-brand)!important}.read_more:hover{color:var(--primary-brand)!important}.blog_item_img .blog_item_date{background-color:var(--accent-brand)!important}.blog-pagination .page-item.active .page-link{background-color:var(--accent-brand)!important;border-color:var(--accent-brand)!important;color:#fff!important}.blog-pagination .page-link:hover{color:var(--accent-brand)!important}.blog_right_sidebar .search_widget .boxed-btn,.blog_right_sidebar .newsletter_widget .boxed-btn{background:var(--accent-brand)!important}.blog_right_sidebar .tag_cloud_widget ul li a:hover{background:var(--accent-brand)!important;border:1px solid var(--accent-brand)!important;color:#fff!important}.header-area .main-header-area .main-menu ul li .submenu li a:hover,.contact-section .contact-info__icon i,.contact-section .contact-info__icon span{color:var(--accent-brand)!important}.header-area .main-header-area:not(.sticky) .slicknav_menu .slicknav_menutxt{color:#fff!important}.header-area .main-header-area:not(.sticky) .slicknav_menu .slicknav_icon-bar{background-color:#fff!important}.header-area .main-header-area.sticky .slicknav_menu .slicknav_menutxt{color:#191d34!important}.header-area .main-header-area.sticky .slicknav_menu .slicknav_icon-bar{background-color:#191d34!important}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.animate-fade-in-up{opacity:0;animation:.9s cubic-bezier(.22,1,.36,1) forwards fadeInUp}.animation-delay-200{animation-delay:.2s}.animation-delay-400{animation-delay:.4s}.animation-delay-600{animation-delay:.6s}@keyframes ripplePulse{0%{transform:scale(.95);box-shadow:0 0 rgba(223,80,42,.6)}70%{transform:scale(1);box-shadow:0 0 0 20px rgba(223,80,42,0)}to{transform:scale(.95);box-shadow:0 0 rgba(223,80,42,0)}}.latest_activites_area .video_activite .popup-video{animation:2.2s ease-in-out infinite ripplePulse!important}.reveal-on-scroll{opacity:0;transform:translateY(40px);transition:opacity .85s cubic-bezier(.215,.61,.355,1),transform .85s cubic-bezier(.215,.61,.355,1)!important}.reveal-on-scroll.revealed{opacity:1;transform:translateY(0)}.footer{color:#1e293b!important;background:#fff!important;border-top:1px solid rgba(0,0,0,.08)!important;position:relative!important;overflow:hidden!important}body.dark .footer{background:#fff!important;border-top-color:rgba(0,0,0,.1)!important}.footer .footer_top{padding:45px 0 40px!important}.footer .footer_top .footer_widget .footer_title{color:#1a2c6b!important;margin-bottom:24px!important;padding-bottom:12px!important;font-family:Playfair Display,serif!important;font-size:20px!important;font-weight:700!important;position:relative!important}.footer .footer_top .footer_widget .footer_title:after{content:""!important;background:var(--accent-brand)!important;border-radius:4px!important;width:36px!important;height:3px!important;position:absolute!important;bottom:0!important;left:0!important}.footer .footer_top .footer_widget p.address_text{color:#1a2c6b!important;opacity:1!important;margin-top:6px!important;margin-bottom:18px!important;font-size:14px!important;font-weight:500!important;line-height:1.7!important}.footer .socail_links ul{flex-wrap:wrap!important;gap:12px!important;margin:0!important;padding:0!important;list-style:none!important;display:flex!important}.footer .socail_links ul li a{background:var(--accent-brand,#df502a)!important;border:1px solid var(--accent-brand,#df502a)!important;color:#fff!important;width:40px!important;height:40px!important;box-shadow:none!important;border-radius:50%!important;justify-content:center!important;align-items:center!important;font-size:16px!important;text-decoration:none!important;transition:all .35s cubic-bezier(.25,.8,.25,1)!important;display:flex!important}.footer .socail_links ul li a i{color:#fff!important}.footer .footer_top .footer_widget ul.links{gap:12px!important;margin:0!important;padding:0!important;list-style:none!important;display:grid!important}.footer .footer_top .footer_widget ul.links li a{color:#1a2c6b!important;align-items:center!important;font-size:14px!important;font-weight:500!important;text-decoration:none!important;transition:all .3s!important;display:inline-flex!important}.footer .footer_top .footer_widget ul.links li a:hover{color:var(--accent-brand)!important;transform:translate(6px)!important}.footer-contact-item{color:#1a2c6b!important;align-items:center!important;gap:12px!important;margin-bottom:14px!important;font-size:14px!important;font-weight:500!important;line-height:1.6!important;display:flex!important}.footer-contact-item span{color:#1a2c6b!important}.footer-contact-icon{color:var(--accent-brand)!important;flex-shrink:0!important;width:18px!important;font-size:16px!important}.footer-contact-item a{color:#1a2c6b!important;font-weight:500!important;text-decoration:none!important;transition:color .3s!important}.footer-contact-item a:hover{color:var(--accent-brand)!important}.footer .footer_top .footer_widget .news_links{gap:16px!important;margin:0!important;padding:0!important;list-style:none!important;display:grid!important}.footer .footer_top .footer_widget .news_links li{align-items:center!important;gap:14px!important;display:flex!important}.footer .footer_top .footer_widget .news_links li .thumb{width:72px!important;height:58px!important;box-shadow:none!important;border:none!important;border-radius:12px!important;flex-shrink:0!important;overflow:hidden!important}.footer .footer_top .footer_widget .news_links li .thumb img{object-fit:cover!important;width:100%!important;height:100%!important;transition:transform .4s!important}.footer .footer_top .footer_widget .news_links li:hover .thumb img{transform:scale(1.1)!important}.footer .footer_top .footer_widget .news_links li .info h4{color:#1a2c6b!important;margin:0 0 4px!important;font-size:14px!important;font-weight:500!important;line-height:1.5!important;transition:color .3s!important}.footer .footer_top .footer_widget .news_links li .info a{text-decoration:none!important}.footer .footer_top .footer_widget .news_links li:hover .info h4{color:var(--accent-brand)!important}.footer .footer_top .footer_widget .news_links li .info span{color:#64748b!important;font-size:12.5px!important}.footer .copy-right_text{background:#1d2757!important;border-top:1px solid rgba(255,255,255,.1)!important;padding:24px 0!important}.footer .copy-right_text .copy_right{color:#fff!important;margin:0!important;font-size:14px!important}.footer .copy-right_text .copy_right strong{color:#fff!important}.home-section-header{margin-bottom:32px}.home-section-title{color:#1d2757;margin:10px 0 16px;font-family:Playfair Display,serif;font-size:38px;font-weight:700}body.dark .home-section-title{color:#fff!important}.home-section-title span{color:var(--accent-brand)}.home-section-subtitle{color:#6b7280;max-width:600px;margin:0 auto 20px;font-size:15px;line-height:1.7}body.dark .home-section-subtitle{color:#a0aec0!important}.section-divider{justify-content:center;align-items:center;gap:8px;display:flex}.section-divider:before,.section-divider:after{content:"";background:linear-gradient(90deg, transparent, var(--accent-brand));border-radius:2px;width:50px;height:2px}.section-divider:after{background:linear-gradient(90deg, var(--accent-brand), transparent)}.section-divider span{background:var(--accent-brand);border-radius:50%;width:8px;height:8px}.section-badge{color:var(--accent-brand)!important;letter-spacing:1px!important;text-transform:uppercase!important;-webkit-backdrop-filter:blur(6px)!important;backdrop-filter:blur(6px)!important;background:rgba(223,80,42,.18)!important;border:1px solid rgba(223,80,42,.6)!important;border-radius:50px!important;align-items:center!important;gap:8px!important;margin-bottom:20px!important;padding:6px 18px!important;font-size:12px!important;font-weight:700!important;display:inline-flex!important;box-shadow:0 4px 14px rgba(223,80,42,.15)!important}.home-page{background:#f8fafc}body.dark .home-page{background:#121212}.contact-page{background:#f8fafc}body.dark .contact-page{background:#121212}.contact-hero h1{color:#fff;margin:18px 0;font-family:Playfair Display,serif;font-size:max(34px,min(5vw,56px));line-height:1.1}.contact-hero p{color:rgba(255,255,255,.9);max-width:760px;margin:0 auto;font-size:16px;line-height:1.8}.contact-section{background:0 0;padding:90px 0}.contact-section .container{max-width:1140px;margin:0 auto}.contact-card-grid{grid-template-columns:minmax(0,1.5fr) minmax(0,1fr);align-items:start;gap:32px;display:grid}.contact-map-card,.contact-form-card{background:#fff;overflow:hidden;border:1px solid rgba(29,39,87,.08)!important;border-top:3px solid var(--accent-brand)!important;border-radius:20px!important;box-shadow:0 10px 30px rgba(29,39,87,.06)!important}body.dark .contact-map-card,body.dark .contact-form-card{background:#1a1a1a;border-color:rgba(255,255,255,.1)!important}.contact-reach-card{background:linear-gradient(135deg,#1d2757 0%,#0d122b 60%,#221510 100%);border:1px solid rgba(255,255,255,.12);border-radius:28px;margin-top:36px;padding:40px;box-shadow:0 24px 60px rgba(29,39,87,.22)}.contact-map-card{min-height:640px}.contact-map-header{border-bottom:1px solid rgba(29,39,87,.08);padding:30px 32px 18px}body.dark .contact-map-header{border-bottom-color:rgba(255,255,255,.08)}.contact-map-header .section-badge{margin-bottom:12px;display:inline-flex}.contact-map-header h3{color:#1d2757;margin:0;font-family:Playfair Display,serif;font-size:26px;font-weight:700}body.dark .contact-map-header h3{color:#fff}.contact-map-frame{border:none;width:100%;min-height:540px}.contact-sidebar{gap:26px;display:grid}.contact-form-card{padding:32px}.contact-form-top{margin-bottom:24px}.contact-form-top .section-badge{margin-bottom:12px;display:inline-flex}.contact-form-card h2{color:#1d2757;margin-bottom:10px;font-family:Playfair Display,serif;font-size:28px;font-weight:700}body.dark .contact-form-card h2{color:#fff}.contact-form-card p{color:#6b7280;margin:0;font-size:14.5px;line-height:1.75}body.dark .contact-form-card p{color:#a0aec0}.contact-success{background:rgba(34,197,94,.12);border:1px solid rgba(34,197,94,.22);border-radius:16px;align-items:center;gap:16px;margin-bottom:24px;padding:18px 22px;display:flex}.contact-success-icon{color:#16a34a;background:rgba(34,197,94,.2);border-radius:50%;flex-shrink:0;align-items:center;justify-items:center;width:44px;height:44px;font-size:18px;display:grid}.contact-form{gap:18px;display:grid}.contact-form-row{grid-template-columns:repeat(2,1fr);gap:18px;display:grid}.contact-form-group{gap:8px;display:grid}.contact-form-control{color:#1f2937;background:#f8fafc;border:1px solid rgba(29,39,87,.12);border-radius:14px;width:100%;min-height:50px;padding:14px 18px;font-size:14.5px;transition:border-color .25s,box-shadow .25s}body.dark .contact-form-control{color:#fff;background:#262626;border-color:rgba(255,255,255,.12)}.contact-form-control:focus{border-color:var(--accent-brand);background:#fff;outline:none;box-shadow:0 0 0 4px rgba(223,80,42,.12)}body.dark .contact-form-control:focus{background:#1a1a1a}.contact-form-control.has-error{border-color:rgba(220,38,38,.45)}.contact-form-control textarea{font-family:inherit}.contact-form-control[type=text]{font-family:inherit}.contact-form-control[type=email]{font-family:inherit}.contact-form-group textarea.contact-form-control{resize:vertical;min-height:160px}.contact-error{color:#dc2626;font-size:13px}.contact-button{background:var(--accent-brand);color:#fff;cursor:pointer;border:none;border-radius:14px;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;padding:14px 32px;font-size:14.5px;font-weight:700;transition:transform .25s,box-shadow .25s}.contact-button:hover{transform:translateY(-1px);box-shadow:0 14px 28px rgba(223,80,42,.3)}.contact-reach-section{padding:60px 0 100px}.contact-reach-card{color:#fff;background:linear-gradient(135deg,#1d2757 0%,#0d122b 60%,#221510 100%);border:1px solid rgba(255,255,255,.12);border-radius:28px;width:100%;max-width:1180px;margin:0 auto;padding:44px;box-shadow:0 24px 60px rgba(29,39,87,.22)}.contact-reach-header{flex-wrap:wrap;justify-content:space-between;align-items:flex-start;gap:20px;margin-bottom:24px;display:flex}.contact-reach-header h3{color:#fff;margin:0;font-family:Playfair Display,serif;font-size:max(24px,min(3vw,34px))}.contact-reach-header p{color:rgba(255,255,255,.84);max-width:460px;margin:0;line-height:1.8}.contact-reach-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;display:grid}.contact-reach-item{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:rgba(255,255,255,.12);border:1px solid rgba(255,255,255,.16);border-radius:24px;align-items:flex-start;gap:16px;padding:24px;display:flex}.contact-info-icon{color:#fff;background:rgba(255,255,255,.18);border-radius:16px;flex-shrink:0;align-items:center;justify-items:center;width:52px;height:52px;font-size:18px;display:grid}.contact-info-label{color:#fff;margin-bottom:6px;font-size:15px;font-weight:700}.contact-info-value{color:rgba(255,255,255,.86);font-size:14px;line-height:1.7}.contact-info-value a{color:#fff;text-decoration:none}.contact-info-value a:hover{color:#ffe3d8}.contact-reach-actions{flex-wrap:wrap;gap:14px;margin-top:24px;display:flex}.contact-reach-btn{border-radius:999px;justify-content:center;align-items:center;padding:12px 20px;font-weight:700;text-decoration:none;transition:transform .25s,box-shadow .25s;display:inline-flex}.contact-reach-btn:hover{transform:translateY(-1px)}.contact-reach-btn.primary{color:var(--accent-brand);background:#fff;box-shadow:0 12px 26px rgba(2,12,44,.16)}.contact-reach-btn.secondary{color:#fff;background:rgba(255,255,255,.12);border:1px solid rgba(255,255,255,.2)}@media (max-width:991px){.contact-card-grid{grid-template-columns:1fr}.contact-map-card{min-height:420px}.contact-form-row{grid-template-columns:1fr}}@media (max-width:640px){.contact-hero{padding:100px 0 60px!important}.contact-hero-inner{padding:28px 20px}.contact-form-card,.contact-reach-card{border-radius:22px}.contact-reach-header{flex-direction:column}.contact-reach-grid{grid-template-columns:1fr}}.about-page{background:#f8fafc}body.dark .about-page{background:#121212}.blog-hero,.contact-hero,.compact-hero,.initiatives-hero,.about-hero{color:#fff!important;background-position:50%!important;background-repeat:no-repeat!important;background-size:cover!important;background-attachment:scroll!important;min-height:auto!important;padding:170px 0 110px!important;position:relative!important;overflow:hidden!important}.blog-hero{background-image:url(/img/banner/bradcam2.png)!important}.about-hero:before,.blog-hero:before,.contact-hero:before,.compact-hero:before,.initiatives-hero:before,.team-hero:before,body.dark .about-hero:before,body.dark .blog-hero:before,body.dark .contact-hero:before,body.dark .compact-hero:before,body.dark .initiatives-hero:before,body.dark .team-hero:before{display:none!important}.about-hero-inner,.blog-hero-inner,.contact-hero-inner,.compact-hero-inner{-webkit-backdrop-filter:blur(14px);z-index:2!important;text-align:center!important;background:rgba(255,255,255,.09)!important;border:1px solid rgba(255,255,255,.16)!important;border-radius:28px!important;flex-direction:column!important;justify-content:center!important;align-items:center!important;max-width:920px!important;min-height:340px!important;margin:0 auto!important;padding:44px 36px!important;display:flex!important;position:relative!important;box-shadow:0 28px 80px rgba(2,12,44,.2)!important}.compact-hero-inner h1,.contact-hero-inner h1,.about-hero-inner h1{color:#fff!important;margin-top:14px!important;margin-bottom:12px!important;font-family:Playfair Display,serif!important;font-size:max(28px,min(4.5vw,44px))!important;font-weight:800!important;line-height:1.25!important}.compact-hero-inner h1 .hero-shimmer-text,.contact-hero-inner h1 .hero-shimmer-text,.about-hero-inner h1 .hero-shimmer-text{color:var(--accent-brand)!important;background:linear-gradient(135deg, var(--accent-brand) 0%, #ff9e7d 100%)!important;-webkit-text-fill-color:transparent!important;-webkit-background-clip:text!important;-ms-background-clip:text!important;background-clip:text!important}.compact-hero-inner p,.contact-hero-inner p,.about-hero-inner p{color:rgba(255,255,255,.9)!important;margin-bottom:0!important;font-size:16px!important;font-weight:400!important;line-height:1.75!important}body.dark .about-hero-inner,body.dark .blog-hero-inner,body.dark .contact-hero-inner,body.dark .compact-hero-inner{background:rgba(10,15,30,.85)!important;border-color:rgba(255,255,255,.15)!important;box-shadow:0 24px 60px rgba(0,0,0,.6)!important}.about-hero h1{color:#fff;margin:18px 0;font-family:Playfair Display,serif;font-size:max(34px,min(5vw,56px));line-height:1.1}.about-hero p{color:rgba(255,255,255,.9);max-width:760px;margin:0 auto 32px;font-size:16px;line-height:1.8}.about-hero-stats{grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;display:grid}.about-stat{background:rgba(255,255,255,.14);border:1px solid rgba(255,255,255,.18);border-radius:18px;padding:20px 22px}.about-stat strong{color:#fff;margin-bottom:6px;font-family:Playfair Display,serif;font-size:32px;display:block}.about-stat span{color:rgba(255,255,255,.85);font-size:13.5px;line-height:1.6}.about-mission{background:0 0;padding:90px 0}.about-cards-grid{grid-template-columns:repeat(auto-fill,minmax(280px,1fr));justify-content:center;gap:28px;display:grid}.about-card{background:#fff;height:100%;overflow:hidden;border:1px solid rgba(29,39,87,.08)!important;border-top:3px solid var(--accent-brand)!important;border-radius:20px!important;transition:all .35s cubic-bezier(.25,.8,.25,1)!important;box-shadow:0 10px 30px rgba(29,39,87,.06)!important}body.dark .about-card{background:#1a1a1a;border-color:rgba(255,255,255,.1)!important}.about-card:hover{transform:translateY(-8px)!important;box-shadow:0 20px 45px rgba(29,39,87,.14)!important}.about-card-image{height:220px;overflow:hidden}.about-card-image img{object-fit:cover;width:100%;height:100%;transition:transform .5s}.about-card:hover .about-card-image img{transform:scale(1.06)}.about-card-body{padding:28px 24px}.about-card-body h3{color:#1d2757;margin:0 0 12px;font-family:Playfair Display,serif;font-size:20px;font-weight:700}body.dark .about-card-body h3{color:#fff}.about-card-body p{color:#6b7280;margin:0;font-size:14.5px;line-height:1.75}body.dark .about-card-body p{color:#a0aec0}.about-story{background:0 0;padding:90px 0}.about-story-grid{grid-template-columns:1.1fr .9fr;align-items:center;gap:36px;display:grid}.about-story-text{padding-right:10px}.about-story-desc{color:#6b7280;white-space:pre-line;word-break:break-word;overflow-wrap:break-word;margin-bottom:24px;font-size:15px;line-height:1.8}body.dark .about-story-desc{color:#a0aec0}.about-story-list{gap:14px;margin:0;padding:0;list-style:none;display:grid}.about-story-list li{color:#4b5563;align-items:center;gap:12px;font-size:14.5px;display:flex}body.dark .about-story-list li{color:#cbd5e1}.about-story-list li i{color:var(--accent-brand);flex-shrink:0;font-size:16px}.about-story-visual{justify-content:center;display:flex}.about-story-panel{border:1px solid rgba(29,39,87,.08);border-top:3px solid var(--accent-brand);background:#fff;border-radius:24px;min-height:100%;padding:40px;box-shadow:0 14px 40px rgba(29,39,87,.07)}body.dark .about-story-panel{border-color:rgba(255,255,255,.1);border-top-color:var(--accent-brand);background:#1a1a1a}.about-story-panel h3{color:#1d2757;margin:0 0 16px;font-family:Playfair Display,serif;font-size:24px;font-weight:700}body.dark .about-story-panel h3{color:#fff}.about-story-panel p{color:#6b7280;white-space:pre-line;word-break:break-word;overflow-wrap:break-word;margin:0 0 24px;font-size:14.5px;line-height:1.8}body.dark .about-story-panel p{color:#a0aec0}.about-story-highlights{flex-wrap:wrap;gap:12px;display:flex}.about-story-highlights span{color:var(--accent-brand);letter-spacing:.5px;background:rgba(223,80,42,.12);border-radius:999px;padding:8px 18px;font-size:13px;font-weight:700}.about-news,.about-souvenirs,.about-eventreports{padding:60px 0;background:#fff!important}.about-news-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:28px;display:grid}.news-card{background:#fff;grid-template-columns:1fr;display:grid;overflow:hidden;border:1px solid rgba(29,39,87,.08)!important;border-top:3px solid var(--accent-brand)!important;border-radius:20px!important;transition:all .35s cubic-bezier(.25,.8,.25,1)!important;box-shadow:0 10px 30px rgba(29,39,87,.06)!important}body.dark .news-card{background:#1a1a1a;border-color:rgba(255,255,255,.1)!important}.news-card:hover{transform:translateY(-8px)!important;box-shadow:0 20px 45px rgba(29,39,87,.14)!important}.news-card-image{height:240px;overflow:hidden}.news-card-image img{object-fit:cover;width:100%;height:100%;transition:transform .5s}.news-card:hover .news-card-image img{transform:scale(1.06)}.news-card-body{flex-direction:column;padding:30px 28px;display:flex}.news-tag{color:var(--accent-brand);letter-spacing:1px;text-transform:uppercase;margin-bottom:12px;font-size:12px;font-weight:700;display:inline-block}.news-title-link{text-decoration:none}.news-card-body h3{color:#1d2757;margin:0 0 14px;font-family:Playfair Display,serif;font-size:22px;font-weight:700;transition:color .3s}.news-title-link:hover h3{color:var(--accent-brand)}body.dark .news-card-body h3{color:#fff}.news-card-body p{color:#6b7280;flex:1;margin:0 0 24px;font-size:14.5px;line-height:1.75}body.dark .news-card-body p{color:#a0aec0}.news-button{background:var(--accent-brand);color:#fff;border-radius:999px;justify-content:center;align-items:center;padding:12px 22px;text-decoration:none;transition:background .25s,transform .25s;display:inline-flex}.news-button:hover{background:#ff7b57;transform:translateY(-1px)}@media (max-width:991px){.about-hero-stats,.about-cards-grid,.about-story-grid,.about-news-grid{grid-template-columns:1fr}.about-story{padding-top:50px}}@media (max-width:640px){.about-hero h1{font-size:32px}.about-mission,.about-news{padding:40px 0}.about-card-body,.news-card-body,.about-story-panel{padding:24px}}.home-video-info{border-left:3px solid var(--accent-brand);padding:50px 0 50px 40px;position:relative}.home-video-info .section_title h3{margin-bottom:16px;font-size:34px}.video-play-wrapper{flex-direction:column;align-items:center;gap:10px;display:flex}.video-play-label{color:#fff;letter-spacing:1.5px;text-transform:uppercase;opacity:.85;font-size:13px;font-weight:600}.home-video-section{background:0 0;padding:60px 0}.home-video-wrapper{background:#fff;border:1px solid rgba(29,39,87,.08);border-radius:28px;overflow:hidden;box-shadow:0 16px 45px rgba(29,39,87,.08)}body.dark .home-video-wrapper{background:#1a1a1a;border-color:rgba(255,255,255,.1)}.home-video-desc{color:#6b7280;margin-bottom:20px;font-size:15px;line-height:1.8}body.dark .home-video-desc{color:#a0aec0}.video-feature-list{margin:20px 0 28px;padding:0;list-style:none}.video-feature-list li{color:#4b5563;align-items:center;gap:12px;margin-bottom:12px;font-size:14.5px;display:flex}body.dark .video-feature-list li{color:#cbd5e1}.video-feature-list li i{color:var(--accent-brand);flex-shrink:0;font-size:16px}.video-cta-row{flex-wrap:wrap;align-items:center;gap:20px;margin-top:12px;display:flex}.video-link-secondary{color:var(--primary-brand);align-items:center;gap:6px;font-size:14.5px;font-weight:700;text-decoration:none;transition:all .3s;display:inline-flex}.video-link-secondary:hover{color:var(--accent-brand);gap:10px}body.dark .video-link-secondary{color:#e0e0e0}.mission-card{text-align:center;background:linear-gradient(145deg,#fff 0%,#f8fafc 100%);flex-direction:column;align-items:center;height:100%;display:flex;position:relative;overflow:hidden;border:1px solid rgba(29,39,87,.09)!important;border-radius:24px!important;padding:32px 26px!important;transition:all .4s cubic-bezier(.25,1,.5,1)!important;box-shadow:0 14px 34px rgba(29,39,87,.05)!important}body.dark .mission-card{background:linear-gradient(145deg,#1e293b 0%,#0f172a 100%);border-color:rgba(255,255,255,.12)!important}.mission-card:before{content:"";background:linear-gradient(90deg, var(--accent-brand), #ff9e7d);width:100%;height:4px;transition:height .3s;position:absolute;top:0;left:0}.mission-card:hover{background:linear-gradient(145deg,#fff 0%,#fff7f5 100%);border-color:rgba(223,80,42,.35)!important;transform:translateY(-10px)scale(1.02)!important;box-shadow:0 24px 55px rgba(223,80,42,.15)!important}body.dark .mission-card:hover{background:linear-gradient(145deg,#2a1b24 0%,#1e1b2e 100%)}.mission-card:hover:before{height:6px}.mission-icon{width:60px;height:60px;color:var(--accent-brand);background:linear-gradient(135deg,rgba(223,80,42,.12) 0%,rgba(29,39,87,.08) 100%);border-radius:18px;justify-content:center;align-items:center;margin:0 auto 22px;font-size:26px;transition:transform .4s cubic-bezier(.34,1.56,.64,1),background .3s,color .3s;display:flex}.mission-card:hover .mission-icon{background:linear-gradient(135deg, var(--accent-brand) 0%, #ff7a59 100%);color:#fff;transform:scale(1.15)rotate(6deg);box-shadow:0 10px 24px rgba(223,80,42,.4)}.mission-card h4{color:#1d2757;text-align:center;width:100%;margin-bottom:12px;font-family:Playfair Display,serif;font-size:20px;font-weight:800;transition:color .3s}.mission-card p{color:#6b7280;text-align:center;flex:1;width:100%;margin:0;font-size:14.5px;line-height:1.75}body,#root,body.dark,body.dark #root{background:#fff!important;background-attachment:initial!important}.home-page-container,.initiatives-page-container,.about-page-container,.contact-page-container,.team-page-container,.home-docs-section,.home-mission-strip,.home-initiatives-section,.home-team-section,.home-video-section,.initiatives-light-bg-section,.details-section-grey,.details-section-white,.about-mission,.about-story,.contact-section,.team-page-section{background:0 0!important}.home-docs-section .home-section-title,.home-mission-strip .home-section-title,.home-initiatives-section .home-section-title,.home-team-section .home-section-title,.initiatives-light-bg-section .home-section-title,.details-section-grey .home-section-title{color:#1d2757!important}.initiatives-warm-gradient-section{color:#fff!important;background:linear-gradient(135deg,#1d2757 0%,#0a0e2a 60%,#2a1008 100%)!important;padding:85px 20px!important;position:relative!important;overflow:hidden!important}.initiatives-warm-gradient-section:before{content:""!important;pointer-events:none!important;background:radial-gradient(circle,rgba(223,80,42,.18) 0%,transparent 70%)!important;width:600px!important;height:600px!important;position:absolute!important;top:-50%!important;left:50%!important;transform:translate(-50%)!important}.initiatives-warm-gradient-section .section-badge{color:#ff7a59!important;letter-spacing:1px!important;text-transform:uppercase!important;background:rgba(223,80,42,.18)!important;border:1px solid rgba(223,80,42,.4)!important;padding:6px 16px!important;font-weight:700!important}.initiatives-warm-gradient-section .home-section-title{color:#fff!important;margin-top:16px!important;margin-bottom:16px!important;font-family:Playfair Display,serif!important;font-size:max(28px,min(4vw,42px))!important;font-weight:800!important}.initiatives-warm-gradient-section .home-section-title span{color:var(--accent-brand,#df502a)!important}.initiatives-warm-gradient-section .text-muted-grey{color:rgba(255,255,255,.8)!important;font-size:15.5px!important}.home-initiatives-section{background:0 0;padding:60px 0}.home-initiative-card{background:linear-gradient(145deg,#fff 0%,#f8fafc 100%);flex-direction:column;height:100%;display:flex;overflow:hidden;border:1px solid rgba(29,39,87,.08)!important;border-radius:20px!important;transition:all .35s cubic-bezier(.25,.8,.25,1)!important;box-shadow:0 10px 30px rgba(29,39,87,.06)!important}body.dark .home-initiative-card{background:linear-gradient(145deg,#1e293b 0%,#0f172a 100%);border-color:rgba(255,255,255,.1)!important}.home-initiative-card:hover{transform:translateY(-8px)!important;box-shadow:0 20px 45px rgba(29,39,87,.14)!important}.home-initiative-img-wrap{background:#fff;border-bottom:1px solid rgba(0,0,0,.06);justify-content:center;align-items:center;height:220px;padding:16px;display:flex;position:relative;overflow:hidden}.home-initiative-img-wrap img{object-fit:contain;width:100%;height:100%;transition:transform .5s}.home-initiative-card:hover .home-initiative-img-wrap img{transform:scale(1.06)}.initiatives-card-base-hoverable{background:linear-gradient(145deg,#fff 0%,#f8fafc 100%)!important;transition:transform .4s cubic-bezier(.25,1,.5,1),box-shadow .4s cubic-bezier(.25,1,.5,1),border-color .3s,background .3s!important}body.dark .initiatives-card-base-hoverable{background:linear-gradient(145deg,#1e293b 0%,#0f172a 100%)!important}.initiatives-card-base-hoverable:hover{background:linear-gradient(145deg,#fff 0%,#fff7f5 100%)!important;border-color:rgba(223,80,42,.35)!important;transform:translateY(-10px)scale(1.02)!important;box-shadow:0 24px 50px rgba(223,80,42,.16)!important}body.dark .initiatives-card-base-hoverable:hover{background:linear-gradient(145deg,#2a1b24 0%,#1e1b2e 100%)!important}.initiatives-card-base-hoverable img{transition:transform .6s cubic-bezier(.25,1,.5,1)!important}.initiatives-card-base-hoverable:hover img{transform:scale(1.08)!important}.initiative-number-badge{background:var(--accent-brand);color:#fff;border-radius:50%;justify-content:center;align-items:center;width:38px;height:38px;font-size:13px;font-weight:700;display:flex;position:absolute;top:14px;left:14px;box-shadow:0 4px 14px rgba(223,80,42,.4)}.home-initiative-body{border-top:3px solid var(--accent-brand);flex-direction:column;flex:1;padding:28px 24px;display:flex}.home-initiative-body h4{color:#1d2757;margin-bottom:10px;font-family:Playfair Display,serif;font-size:19px;font-weight:700}body.dark .home-initiative-body h4{color:#fff}.home-initiative-body p{color:#6b7280;flex:1;margin-bottom:20px;font-size:14px;line-height:1.7}body.dark .home-initiative-body p{color:#a0aec0}.initiative-cta{color:var(--accent-brand);align-items:center;gap:6px;margin-top:auto;font-size:13.5px;font-weight:700;text-decoration:none;transition:gap .3s,color .3s;display:inline-flex}.initiative-cta:hover{color:var(--primary-brand);gap:10px}.home-team-section{background:0 0;padding:60px 0}.home-team-card{background:#fff;overflow:hidden;border:1px solid rgba(29,39,87,.08)!important;border-radius:20px!important;transition:all .35s cubic-bezier(.25,.8,.25,1)!important;box-shadow:0 10px 30px rgba(29,39,87,.06)!important}body.dark .home-team-card{background:#1a1a1a;border-color:rgba(255,255,255,.1)!important}.home-team-card:hover{transform:translateY(-8px)!important;box-shadow:0 20px 45px rgba(29,39,87,.14)!important}.home-team-img-wrap{height:290px;position:relative;overflow:hidden}.home-team-img-wrap img{object-fit:cover;width:100%;height:100%;transition:transform .5s}body.dark .home-team-info{background:#1a1a1a}body.dark .home-team-info h4{color:#fff}.home-team-card:hover .home-team-img-wrap img{transform:scale(1.06)}.home-team-overlay{opacity:0;background:linear-gradient(transparent 40%,rgba(29,39,87,.85) 100%);justify-content:center;align-items:flex-end;padding-bottom:20px;transition:opacity .4s;display:flex;position:absolute;top:0;bottom:0;left:0;right:0}.home-team-card:hover .home-team-overlay{opacity:1}.home-team-social{gap:12px;display:flex}.home-team-social a{background:var(--accent-brand);color:#fff;opacity:0;border-radius:50%;justify-content:center;align-items:center;width:42px;height:42px;font-size:16px;text-decoration:none;display:flex;transform:translateY(20px);box-shadow:0 6px 16px rgba(0,0,0,.25);transition:all .4s cubic-bezier(.34,1.56,.64,1)!important;position:relative!important;overflow:hidden!important}.home-team-social a i{transition:transform .5s cubic-bezier(.34,1.56,.64,1)!important}.home-team-card:hover .home-team-social a{opacity:1;transform:translateY(0)}.home-team-social a:nth-child(2){transition-delay:80ms}.home-team-social a:hover{color:var(--accent-brand)!important;background:#fff!important;transform:translateY(-6px)scale(1.18)!important;box-shadow:0 10px 24px rgba(223,80,42,.55)!important}.home-team-social a:hover i{transform:rotate(360deg)scale(1.25)!important}.home-team-info{border-top:3px solid var(--accent-brand);text-align:center;background:#fff;padding:22px 24px 20px}.home-team-info h4{color:#1d2757;margin-bottom:6px;font-family:Playfair Display,serif;font-size:18px;font-weight:700}.home-team-role{color:var(--accent-brand);letter-spacing:.5px;background:rgba(223,80,42,.09);border-radius:50px;padding:3px 12px;font-size:12px;font-weight:600;display:inline-block}.hero-glow-orb{-webkit-filter:blur(60px)!important;filter:blur(60px)!important;pointer-events:none!important;z-index:1!important;border-radius:50%!important;position:absolute!important}.hero-glow-orb-1{background:radial-gradient(circle,rgba(223,80,42,.4) 0%,transparent 70%)!important;width:320px!important;height:320px!important;animation:8s ease-in-out infinite floatOrb!important;top:10%!important;left:5%!important}.hero-glow-orb-2{background:radial-gradient(circle,rgba(29,39,87,.6) 0%,transparent 70%)!important;width:400px!important;height:400px!important;animation:10s ease-in-out infinite reverse floatOrb!important;bottom:15%!important;right:5%!important}@keyframes floatOrb{0%,to{opacity:.6;transform:translateY(0)scale(1)rotate(0)}50%{opacity:.85;transform:translateY(-35px)scale(1.15)rotate(180deg)}}.live-pulse-dot{background:#ff4d4d!important;border-radius:50%!important;width:9px!important;height:9px!important;animation:1.8s ease-in-out infinite livePulse!important;display:inline-block!important;box-shadow:0 0 rgba(255,77,77,.7)!important}@keyframes livePulse{0%{transform:scale(.95);box-shadow:0 0 rgba(255,77,77,.8)}70%{transform:scale(1);box-shadow:0 0 0 10px rgba(255,77,77,0)}to{transform:scale(.95);box-shadow:0 0 rgba(255,77,77,0)}}.hero-shimmer-text{background:linear-gradient(135deg, var(--accent-brand) 0%, #ff9e7d 50%, #fff 100%)!important;-webkit-text-fill-color:transparent!important;background-size:200%!important;-webkit-background-clip:text!important;-ms-background-clip:text!important;background-clip:text!important;margin-bottom:-10px!important;padding:0 4px 12px!important;animation:4s linear infinite textShimmer!important;display:inline-block!important;overflow:visible!important}@keyframes textShimmer{0%{background-position:0%}50%{background-position:100%}to{background-position:0%}}@keyframes heroPillProgress{0%{width:0%}to{width:100%}}.home-hero{text-align:center;background-position:50%;background-size:cover;background-attachment:scroll;justify-content:center;align-items:center;height:calc(100vh - 80px);min-height:0;padding:0 20px;display:flex;position:relative;overflow:hidden}.home-hero:before,body.dark .home-hero:before{display:none!important}.home-hero:after{content:"";-webkit-filter:blur(8px);filter:blur(8px);z-index:1;background:radial-gradient(circle,rgba(255,255,255,.15) 0%,transparent 70%);width:360px;height:360px;position:absolute;top:auto;bottom:-20%;left:auto;right:-10%}.home-hero-content{z-index:2;box-sizing:border-box;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);word-break:break-word;overflow-wrap:anywhere;background:rgba(255,255,255,.09);border:1px solid rgba(255,255,255,.16);border-radius:28px;width:100%;max-width:820px;max-height:90vh;margin:0 auto;padding:42px 34px;position:relative;overflow-y:auto;box-shadow:0 20px 60px rgba(0,0,0,.2)}body.dark .home-hero-content{background:rgba(255,255,255,.05)!important;border-color:rgba(255,255,255,.12)!important;box-shadow:0 24px 60px rgba(0,0,0,.4)!important}.hero-badge{color:#fff;letter-spacing:1px;text-transform:uppercase;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);white-space:normal;word-break:break-word;overflow-wrap:anywhere;background:rgba(223,80,42,.2);border:1px solid rgba(223,80,42,.5);border-radius:50px;align-items:center;gap:8px;max-width:100%;margin-bottom:24px;padding:6px 18px;font-size:12px;font-weight:600;display:inline-flex}.hero-badge i{color:var(--accent-brand)}.hero-headline{color:#fff;text-shadow:0 2px 20px rgba(0,0,0,.3);word-break:break-word;overflow-wrap:anywhere;margin-bottom:22px;font-family:Playfair Display,serif;font-size:max(38px,min(6vw,64px));font-weight:800;padding-bottom:8px!important;line-height:1.28!important}.hero-headline span{color:var(--accent-brand);word-break:break-word;overflow-wrap:anywhere;display:block}.hero-subtext{color:rgba(255,255,255,.85);word-break:break-word;overflow-wrap:anywhere;max-width:580px;margin:0 auto 28px;font-size:16px;line-height:1.7}.hero-stats{flex-wrap:wrap;justify-content:center;align-items:center;gap:12px;margin-bottom:20px;display:flex}.hero-info-strip{flex-wrap:wrap;justify-content:center;align-items:center;gap:10px;margin-bottom:24px;display:flex}.hero-info-pill{color:rgba(255,255,255,.92);letter-spacing:.2px;background:rgba(255,255,255,.12);border:1px solid rgba(255,255,255,.16);border-radius:999px;align-items:center;gap:7px;padding:8px 14px;font-size:12px;font-weight:600;display:inline-flex}.hero-info-pill i{color:var(--accent-brand)}.hero-stat-chip{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);color:#fff;background:rgba(255,255,255,.12);border:1px solid rgba(255,255,255,.2);border-radius:10px;flex-direction:column;align-items:center;padding:10px 22px;display:flex}.hero-stat-chip strong{color:var(--accent-brand);font-family:Playfair Display,serif;font-size:24px;font-weight:700;line-height:1}.hero-stat-chip span{letter-spacing:1px;text-transform:uppercase;color:rgba(255,255,255,.7);margin-top:4px;font-size:11px}.hero-stat-divider{background:rgba(255,255,255,.25);width:1px;height:36px;display:none}.hero-ctas{flex-wrap:wrap;justify-content:center;align-items:center;gap:20px;display:flex}.hero-btn-primary{background:var(--accent-brand);color:#fff;border:2px solid var(--accent-brand);letter-spacing:.5px;border-radius:6px;align-items:center;gap:8px;padding:14px 32px;font-size:15px;font-weight:700;text-decoration:none;transition:all .3s;display:inline-flex}.hero-btn-primary:hover{color:#fff;background:0 0;border-color:#fff}.hero-btn-ghost{color:#fff;cursor:pointer;background:0 0;border:2px solid rgba(255,255,255,.5);border-radius:6px;align-items:center;gap:12px;padding:14px 28px;font-size:15px;font-weight:600;transition:all .3s;display:inline-flex}.hero-btn-ghost:hover{background:rgba(255,255,255,.12);border-color:#fff}.hero-play-dot{background:var(--accent-brand);border-radius:50%;justify-content:center;align-items:center;width:32px;height:32px;font-size:11px;display:flex}.hero-bottom-fade{display:none}.home-mission-strip{background:0 0;padding:50px 0 40px}.mission-card{border:1px solid rgba(29,39,87,.08);border-top:3px solid var(--accent-brand);text-align:center;word-break:break-word;overflow-wrap:anywhere;background:#fff;border-radius:20px;flex-direction:column;align-items:center;height:100%;padding:38px 28px;transition:all .35s cubic-bezier(.25,.8,.25,1);display:flex;box-shadow:0 10px 30px rgba(29,39,87,.06)}body.dark .mission-card{border-color:rgba(255,255,255,.1);border-top-color:var(--accent-brand);background:#1a1a1a}.mission-card:hover{transform:translateY(-8px);box-shadow:0 20px 45px rgba(29,39,87,.14)}.mission-icon{background:linear-gradient(135deg, var(--accent-brand), #e25a36);color:#fff;border-radius:18px;justify-content:center;align-items:center;width:68px;height:68px;margin:0 auto 22px;font-size:26px;transition:transform .4s;display:flex;box-shadow:0 8px 20px rgba(223,80,42,.35)}.mission-card:hover .mission-icon{transform:scale(1.1)rotate(6deg)}.mission-card h4{text-align:center;word-break:break-word;overflow-wrap:anywhere;width:100%;margin-bottom:12px;font-family:Playfair Display,serif;font-size:20px;font-weight:700;color:#1d2757!important}body.dark .mission-card h4{color:#fff!important}.mission-card p{text-align:center;word-break:break-word;overflow-wrap:anywhere;width:100%;margin:0;font-size:14px;line-height:1.7;color:#6b7280!important}body.dark .mission-card p{color:#a0aec0!important}.home-video-thumb{background-position:50%;background-size:cover;min-height:460px;position:relative}.home-video-thumb-overlay{background:linear-gradient(135deg,rgba(29,39,87,.75) 0%,rgba(223,80,42,.35) 100%);justify-content:center;align-items:center;display:flex;position:absolute;top:0;bottom:0;left:0;right:0}.home-video-play-wrap{flex-direction:column;align-items:center;gap:14px;display:flex}.home-play-btn{color:#fff;cursor:pointer;border-radius:50%;justify-content:center;align-items:center;width:80px;height:80px;font-size:22px;transition:transform .3s;animation:2.2s ease-in-out infinite ripplePulse;display:flex;background:var(--accent-brand)!important}.home-play-btn:hover{transform:scale(1.1)}.home-play-label{color:#fff;letter-spacing:2px;text-transform:uppercase;opacity:.85;margin:0;font-size:12px;font-weight:700}.home-video-content{padding:60px 50px 60px 60px}.home-video-desc{color:#6b7280;word-break:break-word;overflow-wrap:anywhere;margin:16px 0 4px;font-size:15px;line-height:1.75}.home-cta-banner{background:linear-gradient(135deg, var(--primary-brand) 0%, #0a0e2a 60%, #2a1008 100%);text-align:center;border-radius:0;width:100%;margin:0;padding:90px 20px;position:relative;overflow:hidden}body.dark .home-cta-banner{border-top:1px solid rgba(255,255,255,.08);background:linear-gradient(135deg,#121212 0%,#0a0d1a 60%,#1e120d 100%)!important}.home-cta-banner:before{content:"";pointer-events:none;background:radial-gradient(circle,rgba(223,80,42,.15) 0%,transparent 70%);width:600px;height:600px;position:absolute;top:-50%;left:50%;transform:translate(-50%)}.home-cta-content{z-index:1;box-sizing:border-box;word-break:break-word;overflow-wrap:anywhere;width:100%;max-width:680px;margin:0 auto;position:relative}.home-cta-headline{color:#fff;word-break:break-word;overflow-wrap:anywhere;margin:16px 0 18px;font-family:Playfair Display,serif;font-size:max(30px,min(5vw,48px));font-weight:800;line-height:1.2}.home-cta-headline span{color:var(--accent-brand);word-break:break-word;overflow-wrap:anywhere}.home-cta-subtext{color:rgba(255,255,255,.75);word-break:break-word;overflow-wrap:anywhere;margin-bottom:36px;font-size:16px;line-height:1.7}.home-cta-btns{flex-wrap:wrap;justify-content:center;align-items:center;gap:20px;display:flex}.cta-btn-solid{background:var(--accent-brand);color:#fff;border:2px solid var(--accent-brand);border-radius:6px;align-items:center;gap:10px;padding:14px 32px;font-size:15px;font-weight:700;text-decoration:none;transition:all .3s;display:inline-flex}.cta-btn-solid:hover{color:var(--accent-brand);border-color:var(--accent-brand);background:0 0}.cta-btn-outline{color:#fff;background:0 0;border:2px solid rgba(255,255,255,.45);border-radius:6px;align-items:center;gap:8px;padding:14px 32px;font-size:15px;font-weight:600;text-decoration:none;transition:all .3s;display:inline-flex}.cta-btn-outline:hover{background:rgba(255,255,255,.1);border-color:#fff}@media (min-width:992px){.hero-stat-divider{display:block}}@media (max-width:991px){.home-video-content{padding:40px 24px}.home-video-thumb{min-height:340px}.home-hero{background-attachment:scroll;padding:0 16px}}@media (max-width:767px){.home-hero{background-attachment:scroll;min-height:0;padding:60px 16px!important}.home-hero-content{max-width:100%;box-sizing:border-box!important;border-radius:20px!important;width:100%!important;margin:0 auto!important;padding:28px 18px!important}.hero-badge{border-radius:40px;max-width:100%;margin-bottom:16px;padding:5px 14px;font-size:11px;line-height:1.4}.hero-headline{margin-bottom:14px;font-size:max(26px,min(6.5vw,36px));line-height:1.25!important}.hero-subtext{margin-bottom:18px;font-size:14px;line-height:1.55}.hero-stats{grid-template-columns:repeat(3,1fr);gap:8px;width:100%;margin-bottom:18px;display:grid}.hero-stat-chip{border-radius:8px;padding:8px 4px}.hero-stat-chip strong{font-size:18px}.hero-stat-chip span{letter-spacing:.5px;font-size:9px}.hero-info-strip{justify-content:center;gap:6px;margin-bottom:20px}.hero-info-pill{border-radius:30px;padding:5px 10px;font-size:11px}.hero-ctas{flex-direction:column;gap:10px;width:100%}.home-cta-btns{box-sizing:border-box!important;flex-direction:column!important;gap:12px!important;width:100%!important;padding:0 16px!important}.hero-btn-primary,.hero-btn-ghost,.cta-btn-solid,.cta-btn-outline{box-sizing:border-box!important;text-align:center!important;border-radius:8px!important;justify-content:center!important;align-items:center!important;width:100%!important;max-width:100%!important;padding:12px 16px!important;font-size:14px!important;display:flex!important}}@media (max-width:480px){.home-hero{padding:60px 16px!important}.home-hero-content{box-sizing:border-box!important;border-radius:18px!important;width:100%!important;margin:0 auto!important;padding:24px 16px!important}.hero-badge{letter-spacing:.5px;margin-bottom:12px;padding:4px 10px;font-size:10px}.hero-headline{margin-bottom:12px;font-size:24px}.hero-subtext{margin-bottom:14px;font-size:13px}.hero-stat-chip strong{font-size:16px}.hero-stat-chip span{font-size:8.5px}.hero-info-pill{padding:4px 8px;font-size:10px}}.counter_area,.counter_area .counter_bg{background:0 0!important;padding:0!important}.counter_area .overlay:before{display:none!important}.modern-counter-section{padding:30px 0 40px;background:0 0!important}body.dark .modern-counter-section{background:0 0!important}.modern-counter-banner{background:linear-gradient(135deg,#1d2757 0%,#0d122b 60%,#221510 100%);border:1px solid rgba(255,255,255,.12);border-radius:28px;padding:45px 35px;position:relative;overflow:hidden;box-shadow:0 24px 60px rgba(29,39,87,.25)}.modern-counter-banner:before{content:"";-webkit-filter:blur(20px);filter:blur(20px);pointer-events:none;background:radial-gradient(circle,rgba(223,80,42,.2) 0%,transparent 70%);width:300px;height:300px;position:absolute;top:-40%;left:-10%}.modern-counter-banner .row{flex-wrap:wrap;row-gap:20px;margin-left:-10px;margin-right:-10px;display:flex}.modern-counter-banner .row>[class*=col-]{padding-left:10px;padding-right:10px}.modern-counter-card{-webkit-backdrop-filter:blur(12px);background:rgba(255,255,255,.06);border:1px solid rgba(255,255,255,.1);border-radius:20px;align-items:center;gap:20px;height:100%;padding:20px 24px;transition:all .4s cubic-bezier(.25,.8,.25,1);display:flex}.modern-counter-card:hover{background:rgba(255,255,255,.12);border-color:rgba(223,80,42,.4);transform:translateY(-6px);box-shadow:0 16px 36px rgba(0,0,0,.3)}.modern-counter-icon-wrap{background:linear-gradient(135deg, var(--accent-brand) 0%, #e25a36 100%);color:#fff;border-radius:16px;flex-shrink:0;justify-content:center;align-items:center;width:62px;height:62px;font-size:26px;transition:transform .4s;display:flex;box-shadow:0 8px 20px rgba(223,80,42,.4)}.modern-counter-card:hover .modern-counter-icon-wrap{transform:scale(1.1)rotate(6deg)}.modern-counter-info{flex-direction:column;display:flex}.modern-counter-number{letter-spacing:-.5px;font-family:Playfair Display,serif;font-size:34px;font-weight:800;line-height:1.1;color:#fff!important;margin:0 0 2px!important}.modern-counter-label{letter-spacing:.8px;text-transform:uppercase;font-size:13px;font-weight:600;color:rgba(255,255,255,.75)!important;margin:0!important}@media (max-width:991px){.modern-counter-section{padding:40px 0}.modern-counter-banner{border-radius:22px;padding:24px 16px}.modern-counter-banner .row{row-gap:16px}.modern-counter-card{border-radius:16px;gap:16px;padding:16px}.modern-counter-icon-wrap{border-radius:14px;width:52px;height:52px;font-size:22px}.modern-counter-number{font-size:26px}.modern-counter-label{font-size:12px}}@media (max-width:575px){.modern-counter-section{padding:30px 0}.modern-counter-banner{border-radius:18px;padding:20px 14px}.modern-counter-banner .row{row-gap:14px;margin-left:-6px;margin-right:-6px}.modern-counter-banner .row>[class*=col-]{padding-left:6px;padding-right:6px}.modern-counter-card{border-radius:14px;gap:12px;padding:14px}.modern-counter-icon-wrap{border-radius:12px;width:46px;height:46px;font-size:19px}.modern-counter-number{font-size:22px}.modern-counter-label{letter-spacing:.4px;font-size:11px}}.cta-btn-solid,.hero-btn-primary,.contact-button,.boxed-btn,.boxed-btn3,.boxed-btn4,.news-button{transition:all .35s cubic-bezier(.25,.8,.25,1)!important;position:relative!important;overflow:hidden!important}.cta-btn-solid:after,.hero-btn-primary:after,.contact-button:after,.boxed-btn:after,.boxed-btn3:after,.boxed-btn4:after,.news-button:after{content:""!important;pointer-events:none!important;background:linear-gradient(90deg,transparent,rgba(255,255,255,.35),transparent)!important;width:50%!important;height:200%!important;transition:all .6s!important;position:absolute!important;top:-50%!important;left:-60%!important;transform:rotate(25deg)!important}.cta-btn-solid:hover:after,.hero-btn-primary:hover:after,.contact-button:hover:after,.boxed-btn:hover:after,.boxed-btn3:hover:after,.boxed-btn4:hover:after,.news-button:hover:after{left:130%!important}.cta-btn-solid:active,.hero-btn-primary:active,.contact-button:active,.boxed-btn:active,.news-button:active{transform:scale(.96)translateY(0)!important}.section-badge{transition:all .3s cubic-bezier(.25,.8,.25,1)!important}.section-badge:hover{transform:translateY(-2px)scale(1.04)!important;box-shadow:0 4px 12px rgba(223,80,42,.25)!important}.mission-icon,.contact-info-icon,.about-stat strong{transition:transform .4s cubic-bezier(.34,1.56,.64,1)!important}.mission-card:hover .mission-icon,.contact-reach-item:hover .contact-info-icon{transform:scale(1.15)rotate(8deg)!important}.home-initiative-img-wrap img,.home-team-img-wrap img,.about-card-image img,.news-card-image img,.blog-card-image img{transition:transform .6s cubic-bezier(.25,.8,.25,1),-webkit-filter .6s,filter .6s!important}.home-initiative-card:hover .home-initiative-img-wrap img,.home-team-card:hover .home-team-img-wrap img,.about-card:hover .about-card-image img,.news-card:hover .news-card-image img,.blog-card:hover .blog-card-image img{-webkit-filter:brightness(1.04)!important;filter:brightness(1.04)!important;transform:scale(1.08)!important}.footer .socail_links ul li a,.footer .footer_top .footer_widget ul.links li a{transition:all .3s cubic-bezier(.25,.8,.25,1)!important}.footer .socail_links ul li a:hover{color:var(--accent-brand)!important;transform:translateY(-4px)scale(1.1)!important}@media (max-width:991px){.header-area .main-header-area,.header-area .main-header-area.sticky{padding:12px 20px!important}.logo-brand-link{border-radius:12px!important;padding:4px 12px!important}.header-logo-img{height:42px!important;max-height:42px!important}.mobile_menu .slicknav_menu{background:0 0!important;padding:0!important}.slicknav_nav{-webkit-backdrop-filter:blur(20px)!important;background:rgba(26,34,70,.98)!important;border:1px solid rgba(255,255,255,.15)!important;border-radius:20px!important;margin-top:14px!important;padding:20px!important;box-shadow:0 16px 40px rgba(0,0,0,.35)!important}body.dark .slicknav_nav{background:rgba(18,18,18,.98)!important;border-color:rgba(255,255,255,.12)!important}.slicknav_nav ul{flex-direction:column!important;gap:10px!important;margin:0!important;padding:0!important;list-style:none!important;display:flex!important}.slicknav_nav ul li a{color:#fff!important;border-radius:12px!important;padding:12px 18px!important;font-size:16px!important;font-weight:600!important;text-decoration:none!important;transition:all .3s!important;display:block!important}.slicknav_nav ul li a:hover,.slicknav_nav ul li a.active{color:var(--accent-brand)!important;background:rgba(223,80,42,.25)!important}.about-cards-grid,.about-story-grid,.about-news-grid,.blog-grid,.contact-card-grid,.contact-reach-grid{grid-template-columns:1fr!important;gap:24px!important}.about-hero-stats{grid-template-columns:repeat(3,1fr)!important;gap:10px!important}.contact-map-card{min-height:420px!important}.contact-map-frame{min-height:380px!important}}@media (max-width:767px){.header-area .main-header-area,.header-area .main-header-area.sticky{padding:10px 14px!important}.header-logo-img{height:36px!important;max-height:36px!important}.logo-brand-link{padding:4px 10px!important}.about-hero,.blog-hero,.contact-hero,.home-hero{padding-top:0!important;padding-bottom:0!important}.home-mission-strip,.home-video-section,.home-initiatives-section,.home-team-section,.about-mission,.about-story,.about-news,.blog-main-section,.contact-section,.contact-reach-section{padding:50px 0!important}.about-hero-inner,.blog-hero-inner,.contact-hero-inner{border-radius:20px!important;margin-top:10px!important;padding:30px 16px!important}.about-hero-stats{grid-template-columns:1fr!important;gap:12px!important}.home-section-title,.about-hero h1,.blog-hero h1,.contact-hero h1{font-size:26px!important}.contact-form-row{grid-template-columns:1fr!important}.contact-reach-card{border-radius:20px!important;padding:24px 18px!important}.contact-reach-header{flex-direction:column!important;gap:10px!important}.contact-reach-actions{flex-direction:column!important;width:100%!important}.contact-reach-btn{text-align:center!important;justify-content:center!important;width:100%!important}}.initiatives-light-bg-section{background:#f8fafc;transition:background .3s}body.dark .initiatives-light-bg-section{background:#121212!important}.initiatives-card-base{background:#fff;overflow:hidden;border:1px solid rgba(29,39,87,.08)!important;border-radius:20px!important;transition:all .35s cubic-bezier(.25,.8,.25,1)!important;box-shadow:0 10px 30px rgba(29,39,87,.06)!important}body.dark .initiatives-card-base{background:#1e1e1e!important;border-color:rgba(255,255,255,.08)!important;box-shadow:0 10px 35px rgba(0,0,0,.4)!important}.initiatives-card-base-hoverable:hover{border-color:rgba(223,80,42,.25)!important;transform:translateY(-8px)!important;box-shadow:0 20px 45px rgba(29,39,87,.14)!important}body.dark .initiatives-card-base-hoverable:hover{border-color:rgba(223,80,42,.35)!important;box-shadow:0 20px 50px rgba(0,0,0,.5)!important}.initiatives-logo-box{background:#f8fafc;border:1px solid #eee;transition:all .3s}body.dark .initiatives-logo-box{background:#282828!important;border-color:rgba(255,255,255,.1)!important}.initiatives-warm-gradient-section{background:linear-gradient(135deg,#fff4f0 0%,#fff8f5 50%,#fef6ee 100%);transition:background .3s}body.dark .initiatives-warm-gradient-section{background:linear-gradient(135deg,#1e1512 0%,#161210 100%)!important}.initiatives-form-input{transition:all .3s;color:#333!important;background:#fafafa!important;border:1px solid #e0e0e0!important}body.dark .initiatives-form-input{color:#fff!important;background:#2b2b2b!important;border-color:rgba(255,255,255,.15)!important}body.dark .initiatives-form-input::-webkit-input-placeholder{color:#777!important}body.dark .initiatives-form-input::-moz-placeholder{color:#777!important}body.dark .initiatives-form-input::-ms-input-placeholder{color:#777!important}body.dark .initiatives-form-input::placeholder{color:#777!important}.text-brand-dark-white{color:#1d2757;transition:color .3s}body.dark .text-brand-dark-white{color:#fff!important}.text-muted-grey{color:#555;transition:color .3s}body.dark .text-muted-grey{color:#b0b0b0!important}.initiatives-hero{background-position:50%!important;background-attachment:scroll!important}.details-section-white{background:#fff;transition:background .3s}body.dark .details-section-white{background:#121212!important}.details-section-grey{background:#f8fafc;transition:background .3s}body.dark .details-section-grey{background:#1a1a1a!important}.mobile_menu .slicknav_menu{background:0 0!important;justify-content:flex-end!important;align-items:center!important;gap:12px!important;margin:0!important;padding:0!important;display:flex!important}.mobile_menu .slicknav_btn{float:none!important;background:0 0!important;border:none!important;outline:none!important;justify-content:center!important;align-items:center!important;margin:0!important;padding:6px!important;display:flex!important;position:relative!important;top:0!important;right:0!important}.mobile_menu .slicknav_icon{flex-direction:column!important;justify-content:space-between!important;width:24px!important;height:16px!important;margin:0!important;padding:0!important;display:flex!important;position:relative!important;top:0!important;right:0!important}.mobile_menu .slicknav_icon-bar{background-color:#1d2757!important;width:24px!important;height:2.5px!important;margin:0!important;transition:all .3s!important;display:block!important}body.dark .mobile_menu .slicknav_icon-bar{background-color:#fff!important}.mobile_menu .mobile-theme-btn{color:#1d2757!important;background:rgba(29,39,87,.06)!important;border:1px solid rgba(29,39,87,.1)!important;width:38px!important;height:38px!important;margin:0!important}body.dark .mobile_menu .mobile-theme-btn{color:#fff!important;background:rgba(255,255,255,.1)!important;border-color:rgba(255,255,255,.15)!important}@media (max-width:991px){.home-mission-strip .container,.home-video-section .container,.modern-counter-section .container,.home-initiatives-section .container,.home-team-section .container{padding-left:20px!important;padding-right:20px!important}.home-mission-strip{padding:40px 0!important}.mission-card{padding:28px 22px}.home-video-section{padding:40px 0!important}.home-video-content{padding:32px 20px!important}.home-initiatives-section,.home-team-section{padding:40px 0!important}.home-cta-banner{padding:60px 20px!important}}@media (max-width:575px){.home-mission-strip .container,.home-video-section .container,.modern-counter-section .container,.home-initiatives-section .container,.home-team-section .container{padding-left:16px!important;padding-right:16px!important}.home-mission-strip{padding:30px 0!important}.mission-card{border-radius:16px!important;padding:20px 16px!important}.mission-icon{border-radius:14px!important;width:52px!important;height:52px!important;margin-bottom:14px!important;font-size:20px!important}.mission-card h4{margin-bottom:8px!important;font-size:17px!important}.mission-card p{font-size:13px!important;line-height:1.55!important}.home-video-section{padding:30px 0!important}.home-video-wrapper{border-radius:20px!important;overflow:hidden!important}.home-video-thumb{border-radius:0!important;width:100%!important;min-height:220px!important}.home-play-btn{width:56px!important;height:56px!important;font-size:18px!important}.home-play-label{letter-spacing:1px!important;font-size:11px!important}.home-video-content{padding:24px 18px!important}.home-video-content .home-section-title{margin-top:6px!important;margin-bottom:12px!important;font-size:22px!important}.home-video-desc{margin-bottom:16px!important;font-size:13.5px!important;line-height:1.6!important}.video-feature-list{margin:14px 0 20px!important}.video-feature-list li{gap:8px!important;margin-bottom:8px!important;font-size:13px!important;line-height:1.4!important}.video-cta-row{text-align:center!important;flex-direction:column!important;align-items:stretch!important;gap:10px!important;margin-top:18px!important}.video-cta-row .cta-btn-solid{text-align:center!important;border-radius:10px!important;justify-content:center!important;width:100%!important;padding:12px 20px!important;font-size:14px!important}.video-cta-row .video-link-secondary{text-align:center!important;color:#1d2757!important;background:rgba(29,39,87,.03)!important;border:1.5px solid rgba(29,39,87,.18)!important;border-radius:10px!important;justify-content:center!important;width:100%!important;padding:11px 20px!important;font-size:14px!important}body.dark .video-cta-row .video-link-secondary{color:#fff!important;background:rgba(255,255,255,.05)!important;border-color:rgba(255,255,255,.2)!important}.home-initiatives-section{padding:30px 0!important}.home-initiative-card{border-radius:16px!important}.home-initiative-img-wrap{height:140px!important;padding:8px!important}.home-initiative-body{padding:16px 14px!important}.home-team-section{padding:30px 0!important}.home-team-card{border-radius:16px!important}.home-team-img-wrap{height:230px!important}.home-team-info{padding:16px 12px!important}.home-team-info h4{font-size:17px!important}.home-cta-banner{padding:45px 16px!important}.home-cta-headline{margin:10px 0 12px!important;font-size:22px!important;line-height:1.3!important}.home-cta-subtext{margin-bottom:22px!important;font-size:13px!important;line-height:1.55!important}}@media (max-width:991px){.about-hero .container,.about-mission,.about-story,.about-news{padding:50px 0!important}.about-cards-grid{grid-template-columns:repeat(2,1fr)!important;gap:20px!important}.about-story-grid{grid-template-columns:1fr!important;gap:30px!important}.about-news-grid{grid-template-columns:1fr!important;gap:24px!important}}@media (max-width:575px){.about-hero .container,.about-mission .container,.about-story .container,.about-news .container{padding-left:16px!important;padding-right:16px!important}.about-hero,.initiatives-hero,.team-hero,.contact-hero{background-position:50%!important;background-repeat:no-repeat!important;background-size:cover!important;justify-content:center!important;align-items:center!important;padding:80px 16px!important;display:flex!important}.about-hero .container,.initiatives-hero .container,.team-hero .container,.contact-hero .container{justify-content:center!important;align-items:center!important;width:100%!important;margin:0 auto!important;padding:0!important;display:flex!important}.about-hero-inner,.about-hero .compact-hero-inner,.initiatives-hero .compact-hero-inner,.team-hero .compact-hero-inner,.contact-hero .compact-hero-inner{box-sizing:border-box!important;text-align:center!important;border-radius:24px!important;align-items:center!important;width:100%!important;max-width:100%!important;min-height:320px!important;margin:0 auto!important;padding:36px 20px!important}.about-hero h1,.initiatives-hero h1,.team-hero h1,.contact-hero h1{margin:10px 0!important;font-size:max(24px,min(6vw,32px))!important;line-height:1.25!important}.about-hero p,.initiatives-hero p,.team-hero p,.contact-hero p{margin-bottom:0!important;font-size:13.5px!important;line-height:1.55!important}.about-hero-stats{grid-template-columns:repeat(3,1fr)!important;gap:6px!important;width:100%!important;margin-top:14px!important;display:grid!important}.about-stat{text-align:center!important;border-radius:10px!important;padding:8px 4px!important}.about-stat strong{margin-bottom:2px!important;font-size:18px!important}.about-stat span{letter-spacing:.2px!important;font-size:9px!important;line-height:1.3!important}.about-mission,.about-story{padding:30px 0!important}.about-cards-grid{flex-direction:column!important;gap:16px!important;display:flex!important}.about-card{border-radius:16px!important}.about-card-image{height:170px!important}.about-card-body{padding:18px 14px!important}.about-card-body h3{margin-bottom:8px!important;font-size:17px!important}.about-card-body p{font-size:13px!important;line-height:1.55!important}.about-story-grid{grid-template-columns:1fr!important;gap:20px!important}.about-story-text{padding-right:0!important}.about-story-desc{margin-bottom:16px!important;font-size:13.5px!important;line-height:1.6!important}.about-story-list{gap:10px!important}.about-story-list li{gap:8px!important;font-size:13px!important}.about-story-panel{border-radius:16px!important;padding:20px 14px!important}.about-story-panel h3{margin-bottom:10px!important;font-size:18px!important}.about-story-panel p{margin-bottom:16px!important;font-size:13px!important;line-height:1.55!important}.about-story-highlights span{padding:5px 12px!important;font-size:11px!important}.about-news{padding:30px 0 45px!important}.about-news-grid{flex-direction:column!important;gap:16px!important;display:flex!important}.news-card{border-radius:16px!important}.news-card-image{height:170px!important}.news-card-body{padding:18px 14px!important}.news-title-link h3{margin-bottom:8px!important;font-size:17px!important}.news-card-body p{margin-bottom:14px!important;font-size:13px!important;line-height:1.55!important}.news-card-body .cta-btn-solid{text-align:center!important;border-radius:10px!important;justify-content:center!important;width:100%!important;padding:11px 20px!important;font-size:13.5px!important}}@media (max-width:991px){.initiatives-hero .container,.initiatives-light-bg-section .container,.initiatives-warm-gradient-section .container,.details-section-white .container,.details-section-grey .container{padding-left:20px!important;padding-right:20px!important}.initiatives-light-bg-section,.initiatives-warm-gradient-section{padding:50px 0!important}}@media (max-width:575px){.initiatives-hero .container,.initiatives-light-bg-section .container,.initiatives-warm-gradient-section .container,.details-section-white .container,.details-section-grey .container{padding-left:16px!important;padding-right:16px!important}.initiatives-light-bg-section{padding:30px 0!important}.initiatives-card-base{border-radius:16px!important}.initiatives-card-base .p-4{padding:16px 14px!important}.initiatives-card-base h3{font-size:16.5px!important}.initiatives-card-base p.text-muted-grey{min-height:auto!important;margin-bottom:14px!important;font-size:12.5px!important;line-height:1.55!important}.initiatives-card-base .boxed-btn3{border-radius:10px!important;padding:11px 20px!important;font-size:13.5px!important}.initiatives-warm-gradient-section{padding:35px 0 45px!important}.initiatives-warm-gradient-section h2{font-size:22px!important}.initiatives-warm-gradient-section p{margin-bottom:20px!important;font-size:13px!important;line-height:1.55!important}.initiatives-warm-gradient-section>.container>div:last-child{flex-direction:column!important;gap:10px!important}.initiatives-warm-gradient-section .boxed-btn3,.initiatives-warm-gradient-section .boxed-btn4{text-align:center!important;border-radius:10px!important;justify-content:center!important;width:100%!important;padding:11px 20px!important;font-size:13.5px!important}}.initiative-details-page .row{flex-wrap:wrap;row-gap:24px;display:flex}@media (max-width:991px){.initiative-details-page .row{row-gap:20px}.initiative-details-page .details-section-white,.initiative-details-page .details-section-grey{padding:50px 0!important}}@media (max-width:575px){.initiative-details-page .row{row-gap:16px}.initiative-details-page .details-section-white,.initiative-details-page .details-section-grey{padding:35px 0!important}.initiative-details-page .compact-hero-inner{border-radius:18px!important;padding:22px 14px!important}.initiative-details-page .compact-hero-inner h1{font-size:max(24px,min(6vw,32px))!important;line-height:1.25!important}.initiative-details-page .compact-hero-inner p.lead{font-size:13.5px!important;line-height:1.55!important}.initiative-details-page .compact-hero-inner>div:last-child{flex-direction:column!important;gap:10px!important;margin-top:20px!important}.initiative-details-page .compact-hero-inner .boxed-btn3,.initiative-details-page .compact-hero-inner .boxed-btn4{text-align:center!important;border-radius:10px!important;justify-content:center!important;width:100%!important;padding:11px 20px!important;font-size:13.5px!important}.initiative-details-page #about-section .initiatives-card-base{height:230px!important}.initiative-details-page #about-section .row.g-3 .col-4{padding-left:4px!important;padding-right:4px!important}.initiative-details-page #about-section .row.g-3 .initiatives-card-base{height:auto!important;padding:8px 4px!important}.initiative-details-page #about-section .row.g-3 i{margin-bottom:4px!important;font-size:16px!important}.initiative-details-page #about-section .row.g-3 strong{font-size:15px!important}.initiative-details-page #about-section .row.g-3 span{font-size:8.5px!important}.initiative-details-page .p-5.initiatives-card-base{border-radius:16px!important;padding:20px 14px!important}.initiative-details-page .p-5.initiatives-card-base .mb-4.d-inline-flex{border-radius:14px!important;width:48px!important;height:48px!important;margin-bottom:12px!important}.initiative-details-page .p-5.initiatives-card-base h3{margin-bottom:8px!important;font-size:18px!important}.initiative-details-page .p-5.initiatives-card-base p{font-size:13.5px!important;line-height:1.55!important}.initiative-details-page .p-4.initiatives-card-base{border-radius:16px!important;padding:16px 14px!important}.initiative-details-page .p-4.initiatives-card-base h4{font-size:16px!important}.initiative-details-page .p-4.initiatives-card-base p{font-size:13px!important;line-height:1.55!important}.initiative-details-page #register-form .p-5{border-radius:18px!important;padding:20px 14px!important}.initiative-details-page #register-form h2{font-size:22px!important}.initiative-details-page #register-form .initiatives-form-input{padding:10px 12px!important;font-size:13.5px!important}.initiative-details-page #register-form .boxed-btn3{border-radius:10px!important;padding:12px 20px!important;font-size:14px!important}}.team-page .row{flex-wrap:wrap;row-gap:24px;display:flex}@media (max-width:991px){.team-page .details-section-white,.team-page .details-section-grey{padding:50px 0!important}.team-page .container{padding-left:20px!important;padding-right:20px!important}.team-page .row{row-gap:20px}}@media (max-width:575px){.team-hero{justify-content:center!important;align-items:center!important;padding:80px 16px!important;display:flex!important}.team-hero .container{justify-content:center!important;align-items:center!important;width:100%!important;margin:0 auto!important;padding:0!important;display:flex!important}.team-page .container{padding-left:16px!important;padding-right:16px!important}.team-page .details-section-white,.team-page .details-section-grey{padding:35px 0!important}.team-page .compact-hero-inner{box-sizing:border-box!important;text-align:center!important;border-radius:24px!important;align-items:center!important;width:100%!important;max-width:100%!important;min-height:320px!important;margin:0 auto!important;padding:36px 20px!important}.team-page .compact-hero-inner h1{font-size:max(24px,min(6vw,32px))!important;line-height:1.25!important}.team-page .compact-hero-inner p{font-size:13.5px!important;line-height:1.55!important}.team-page .home-team-card{border-radius:16px!important}.team-page .home-team-img-wrap{height:240px!important}.team-page .home-team-info{padding:16px 14px!important}.team-page .home-team-info h4{font-size:17px!important}.team-page .home-team-role{margin-bottom:10px!important;font-size:11.5px!important}.team-page .home-team-info p{padding-top:10px!important;font-size:13px!important;line-height:1.55!important}.team-page .details-section-grey h2{font-size:22px!important}.team-page .details-section-grey p{margin-bottom:20px!important;font-size:13px!important;line-height:1.55!important}.team-page .details-section-grey>.container>div:last-child{flex-direction:column!important;gap:10px!important}.team-page .details-section-grey .boxed-btn3,.team-page .details-section-grey .boxed-btn4{text-align:center!important;border-radius:10px!important;justify-content:center!important;width:100%!important;padding:11px 20px!important;font-size:13.5px!important}}@media (max-width:991px){.contact-section .container,.contact-reach-section .container{padding-left:20px!important;padding-right:20px!important}.contact-section,.contact-reach-section{padding:45px 0!important}.contact-card-grid{grid-template-columns:1fr!important;gap:24px!important}.contact-reach-grid{grid-template-columns:1fr!important;gap:14px!important}}@media (max-width:575px){.contact-section .container,.contact-reach-section .container{padding-left:16px!important;padding-right:16px!important}.contact-hero{justify-content:center!important;align-items:center!important;padding:80px 16px!important;display:flex!important}.contact-hero .container{justify-content:center!important;align-items:center!important;width:100%!important;margin:0 auto!important;padding:0!important;display:flex!important}.contact-hero .compact-hero-inner{box-sizing:border-box!important;text-align:center!important;border-radius:24px!important;align-items:center!important;width:100%!important;max-width:100%!important;min-height:320px!important;margin:0 auto!important;padding:36px 20px!important}.contact-hero h1{font-size:max(24px,min(6vw,32px))!important;line-height:1.25!important}.contact-hero p{font-size:13.5px!important;line-height:1.55!important}.contact-section{padding:30px 0!important}.contact-map-card{border-radius:16px!important;min-height:auto!important}.contact-map-header{padding:18px 14px 12px!important}.contact-map-header h3{font-size:18px!important}.contact-form-card{border-radius:16px!important;padding:20px 14px!important}.contact-form-card h2{margin-bottom:6px!important;font-size:20px!important}.contact-form-card p{font-size:13px!important;line-height:1.55!important}.contact-form-row{grid-template-columns:1fr!important;gap:14px!important}.contact-form-control{border-radius:10px!important;min-height:44px!important;padding:10px 12px!important;font-size:13.5px!important}.contact-button{text-align:center!important;border-radius:10px!important;justify-content:center!important;width:100%!important;padding:12px 20px!important;font-size:14px!important}.contact-reach-section{padding:30px 0 45px!important}.contact-reach-card{border-radius:18px!important;padding:20px 14px!important}.contact-feedback-inside-box{border-radius:16px!important;padding:16px 12px!important}.contact-feedback-inside-box .section-badge{white-space:normal!important;word-break:break-word!important;text-align:center!important;max-width:100%!important;display:inline-block!important}.contact-feedback-inside-box h2{font-size:20px!important}.contact-feedback-inside-box p{font-size:12.5px!important}.contact-reach-card .section-badge{white-space:normal!important;word-break:break-word!important;max-width:100%!important;display:inline-block!important}.contact-reach-split-grid{grid-template-columns:1fr!important;gap:28px!important}.contact-map-frame{height:280px!important;min-height:280px!important}.contact-reach-item{word-break:break-word!important;border-radius:14px!important;gap:12px!important;padding:14px 12px!important}.contact-info-value a{word-break:break-all!important}.contact-info-label{font-size:11px!important}.contact-info-value{word-break:break-word!important;font-size:13px!important;line-height:1.4!important}.contact-reach-actions{flex-direction:column!important;gap:10px!important;margin-top:18px!important}.contact-reach-btn{text-align:center!important;border-radius:10px!important;justify-content:center!important;width:100%!important;padding:11px 20px!important;font-size:13.5px!important}}.footer .socail_links ul{align-items:center!important;gap:10px!important;margin:0!important;padding:0!important;list-style:none!important;display:flex!important}.footer .socail_links ul li{margin:0!important;display:inline-block!important}.footer .socail_links ul li a{background:var(--accent-brand,#df502a)!important;border:1px solid var(--accent-brand,#df502a)!important;color:#fff!important;width:42px!important;height:42px!important;box-shadow:none!important;border-radius:50%!important;justify-content:center!important;align-items:center!important;margin-right:0!important;font-size:16px!important;line-height:1!important;text-decoration:none!important;transition:all .3s!important;display:flex!important}.footer .socail_links ul li a i{color:#fff!important;line-height:1!important;display:inline-block!important}.footer .socail_links ul li a:hover{color:#fff!important;box-shadow:none!important;background:#1d2757!important;border-color:#1d2757!important;transform:translateY(-3px)!important}.footer .footer_top .footer_widget ul li,.footer .footer_widget ul.links li{margin-bottom:0!important;padding:0!important;line-height:22px!important}.footer .footer_top .footer_widget ul li a,.footer .footer_widget ul.links li a{align-items:center!important;padding:0!important;line-height:1.4!important;display:inline-flex!important}.footer .footer_widget ul.links li a i{vertical-align:middle!important;justify-content:center!important;align-items:center!important;height:100%!important;margin-right:8px!important;display:inline-flex!important}.footer-contact-item{align-items:center!important;gap:12px!important;margin-bottom:14px!important;line-height:1.4!important;display:flex!important}.footer-contact-item.align-items-start{align-items:flex-start!important}.footer-contact-icon{color:var(--accent-brand)!important;flex-shrink:0!important;justify-content:center!important;align-items:center!important;width:24px!important;height:24px!important;margin-top:0!important;font-size:16px!important;line-height:1!important;display:inline-flex!important}.footer-logo-link{box-shadow:none!important;background:0 0!important;border-radius:0!important;padding:0!important}.footer-logo-img{box-shadow:none!important;max-height:none!important;min-height:unset!important;background:0 0!important;border-radius:0!important}.footer .footer_top .footer_widget .news_links li .thumb{width:60px!important;height:60px!important;box-shadow:none!important;background:0 0!important;border:none!important;border-radius:14px!important;flex-shrink:0!important;justify-content:center!important;align-items:center!important;padding:0!important;display:flex!important;overflow:hidden!important}.footer .footer_top .footer_widget .news_links li .thumb img{object-fit:contain!important;background:0 0!important;border-radius:10px!important;width:100%!important;height:100%!important}.gallery-item-card:hover .gallery-img-hover{transform:scale(1.08)}.gallery-item-card:hover{transform:translateY(-5px);border-color:var(--accent-brand)!important;box-shadow:0 12px 30px rgba(0,0,0,.08)!important}
