:root{--primary-color:#f9c62b;--primary-color-dark:#e0ad12;--secondary-color:#35459c;--secondary-color-dark:#28346f;--dark-bg-color:#35459c;--light-color:#f8f9fa;--dark-color:#2b2b2b}html{overflow-x:clip;width:100%}body{font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;color:var(--dark-color);background-color:#fff;overflow-x:clip;width:100%;position:relative}a{color:var(--secondary-color);transition:all .3s ease}a:hover{color:var(--primary-color-dark);text-decoration:none}.navbar{border-bottom:none;position:sticky;top:0;z-index:1030}.navbar-dark.bg-dark{background-color:var(--primary-color)!important;box-shadow:0 2px 10px rgba(53,69,156,.25)}.navbar-brand{font-size:1.4rem;font-weight:700;letter-spacing:.5px}.navbar-dark .navbar-nav .nav-link{color:#fff!important;font-weight:600;padding:.6rem 1rem!important;transition:all .25s ease}.navbar-dark .navbar-nav .nav-link.active,.navbar-dark .navbar-nav .nav-link:hover{color:#1a1a1a!important}.navbar-dark .navbar-toggler{border-color:#fff}.navbar-dark .navbar-toggler-icon{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='%23ffffff' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e")}.dropdown-menu{border:none;box-shadow:0 4px 16px rgba(53,69,156,.15);border-radius:8px;background-color:#fff;margin-top:.25rem}.dropdown-item{color:var(--dark-color);font-weight:500;padding:.5rem 1.25rem;transition:all .2s ease}.dropdown-item.active,.dropdown-item:hover{background-color:#fff8e1;color:var(--secondary-color)}.hero-carousel{position:relative;overflow:hidden;background-color:var(--dark-color);padding-top:0!important;padding-bottom:0!important}.hero-carousel .carousel-item{position:relative;width:100%;aspect-ratio:3/1;overflow:hidden;min-height:360px;max-height:640px}.hero-carousel .carousel-item-bg{position:absolute;inset:0;background-size:cover;background-position:center;filter:blur(30px) brightness(.55);transform:scale(1.15)}.hero-carousel .carousel-item-fg{position:relative;z-index:1;display:block;width:100%;height:100%;object-fit:contain;filter:brightness(.85)}.hero-carousel .carousel-control-next,.hero-carousel .carousel-control-prev{width:60px;height:60px;top:50%;transform:translateY(-50%);background-color:rgba(249,198,43,.9);border-radius:50%;opacity:.95;transition:all .3s ease;z-index:5}.hero-carousel .carousel-control-prev{left:24px}.hero-carousel .carousel-control-next{right:24px}.hero-carousel .carousel-control-next:hover,.hero-carousel .carousel-control-prev:hover{background-color:var(--secondary-color);transform:translateY(-50%) scale(1.08)}.hero-carousel .carousel-control-next-icon,.hero-carousel .carousel-control-prev-icon{width:1.3rem;height:1.3rem;filter:brightness(0) saturate(100%)}.hero-carousel .carousel-control-next:hover .carousel-control-next-icon,.hero-carousel .carousel-control-prev:hover .carousel-control-prev-icon{filter:brightness(0) saturate(100%) invert(1)}.hero-carousel .carousel-indicators{margin-bottom:1.5rem;z-index:4}.hero-carousel .carousel-indicators [data-bs-target]{background-color:#fff;opacity:.6;width:10px;height:10px;border-radius:50%}.hero-carousel .carousel-indicators .active{background-color:var(--primary-color);opacity:1}.section-title{position:relative;display:inline-block;font-weight:700;color:var(--secondary-color);margin-bottom:.75rem}.section-title::after{content:"";display:block;width:56px;height:4px;background-color:var(--primary-color);border-radius:2px;margin:.75rem auto 0}.section-title-wrap{text-align:center;margin-bottom:3rem}.section-subtitle{color:#6c757d;max-width:640px;margin:0 auto}.btn-primary{background-color:var(--primary-color);border-color:var(--primary-color);font-weight:600;color:#2b2b2b}.btn-primary:hover{background-color:var(--primary-color-dark);border-color:var(--primary-color-dark);color:#1a1a1a}.btn-outline-primary{color:var(--secondary-color);border-color:var(--secondary-color);font-weight:600}.btn-outline-primary:hover{background-color:var(--secondary-color);border-color:var(--secondary-color);color:#fff}.btn-secondary-brand{background-color:var(--secondary-color);border-color:var(--secondary-color);color:#fff;font-weight:600}.btn-secondary-brand:hover{background-color:var(--secondary-color-dark);border-color:var(--secondary-color-dark);color:#fff}.about-section img{border-radius:12px;box-shadow:0 12px 30px rgba(53,69,156,.15)}.about-section .badge-accent{display:inline-block;background-color:#fff8e1;color:var(--secondary-color);font-weight:600;padding:.4rem 1rem;border-radius:50px;font-size:.8rem;letter-spacing:.5px;margin-bottom:1rem}.testimonial-section{background-color:#fbfbfd}.testimonial-owl .owl-stage{display:flex;align-items:stretch}.testimonial-owl .owl-item{display:flex;height:auto}.testimonial-card{background-color:#fff;border-radius:12px;border-left:4px solid var(--primary-color);box-shadow:0 4px 18px rgba(53,69,156,.08);padding:2rem;display:flex;flex-direction:column;width:100%;height:100%}.testimonial-card .quote-icon{color:var(--primary-color);font-size:1.6rem;margin-bottom:1rem}.testimonial-card .testimonial-text{color:#555;font-size:.95rem;line-height:1.8;flex-grow:1;overflow:hidden;display:-webkit-box;-webkit-line-clamp:6;-webkit-box-orient:vertical}.testimonial-card .testimonial-footer{margin-top:1.5rem;padding-top:1rem;border-top:1px solid #eee}.testimonial-card .testimonial-name{color:var(--secondary-color);font-weight:700;margin-bottom:.1rem}.testimonial-owl .owl-dots{text-align:center;margin-top:2rem}.testimonial-owl .owl-dot{display:inline-block}.testimonial-owl .owl-dot span{display:block;width:10px;height:10px;margin:0 5px;background:#ddd;border-radius:50%;transition:all .3s ease}.testimonial-owl .owl-dot.active span,.testimonial-owl .owl-dot:hover span{background:var(--primary-color);width:26px;border-radius:6px}.testimonial-owl .owl-nav{display:none}.gallery-section{background-color:var(--light-color)}.gallery-video-card{background-color:#fff;border-radius:12px;overflow:hidden;box-shadow:0 4px 16px rgba(53,69,156,.08);transition:all .3s ease;height:100%}.gallery-video-card:hover{transform:translateY(-4px);box-shadow:0 10px 26px rgba(53,69,156,.16)}.gallery-video-card .video-thumb-wrap{position:relative;padding-top:56.25%;overflow:hidden;background-color:#000}.gallery-video-card .video-thumb-wrap img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;transition:transform .4s ease}.gallery-video-card:hover .video-thumb-wrap img{transform:scale(1.06)}.gallery-video-card .play-icon{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:56px;height:56px;background-color:rgba(255,0,0,.85);border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;font-size:1.25rem;transition:all .3s ease}.gallery-video-card:hover .play-icon{background-color:var(--primary-color);color:#2b2b2b;transform:translate(-50%,-50%) scale(1.1)}.gallery-video-card .video-body{padding:1.1rem 1.25rem 1.4rem}.gallery-video-card .video-title{font-weight:600;color:var(--dark-color);font-size:1rem;margin-bottom:0}section.bg-primary{background:linear-gradient(135deg,var(--primary-color) 0,#f3b900 100%)!important;color:#2b2b2b!important;padding-top:3.5rem!important;padding-bottom:3.5rem!important;margin-bottom:2.5rem;position:relative;z-index:1;box-shadow:0 10px 24px rgba(53,69,156,.18)}section.bg-primary h2,section.bg-primary p{color:#2b2b2b!important}section.bg-primary .btn-light{background-color:#fff;color:var(--secondary-color);font-weight:700;border:none}section.bg-primary .btn-light:hover{background-color:var(--secondary-color);color:#fff}footer.site-footer{background-color:var(--primary-color);color:#2b2b2b}footer.site-footer .footer-main-content{padding-top:3.5rem;padding-bottom:2.5rem}footer.site-footer .footer-logo-wrap{display:inline-flex;align-items:center;justify-content:center;background-color:transparent;min-height:56px}footer.site-footer .footer-logo-wrap img{height:56px;width:auto;display:block}footer.site-footer h5{color:var(--secondary-color);font-weight:700;margin-bottom:1.25rem}footer.site-footer a{color:#2b2b2b}footer.site-footer a:hover{color:var(--secondary-color)}footer.site-footer .text-muted{color:#4a4a4a!important}footer.site-footer .social-icon{width:38px;height:38px;display:inline-flex;align-items:center;justify-content:center;background-color:#fff;color:var(--secondary-color);border-radius:50%;transition:all .3s ease}footer.site-footer .social-icon:hover{background-color:var(--secondary-color);color:#fff}.footer-bottom-bar{background-color:var(--secondary-color);color:#fff;padding:1.1rem 0}.footer-bottom-bar p{color:#fff!important}.footer-bottom-bar a{color:#f1f1f1!important}.footer-bottom-bar a:hover{color:var(--primary-color)!important}#scrollToTopBtn{position:fixed;right:24px;bottom:24px;width:48px;height:48px;border-radius:50%;background-color:var(--primary-color);color:var(--secondary-color);border:2px solid #fff;display:flex;align-items:center;justify-content:center;font-size:1.1rem;box-shadow:0 6px 18px rgba(0,0,0,.3);opacity:0;visibility:hidden;transform:translateY(15px);transition:all .3s ease;z-index:999;cursor:pointer}#scrollToTopBtn.show{opacity:1;visibility:visible;transform:translateY(0)}#scrollToTopBtn:hover{background-color:var(--secondary-color);color:#fff;border-color:var(--primary-color)}.card{transition:all .3s ease}.card:hover{transform:translateY(-2px);box-shadow:0 8px 20px rgba(53,69,156,.1)!important}.card-title{color:var(--dark-color)}.badge.bg-primary{background-color:var(--primary-color)!important;color:#2b2b2b}section{padding-top:3rem;padding-bottom:3rem}section.py-5{padding-top:3.5rem!important;padding-bottom:3.5rem!important}.breadcrumb{background-color:transparent;padding:0;font-size:.95rem}.breadcrumb-item a{color:var(--secondary-color);font-weight:500}.breadcrumb-item.active{color:var(--dark-color);font-weight:500}h1,h2,h3,h4,h5,h6{color:var(--dark-color);font-weight:600}h1{font-size:2.5rem}h2{font-size:2rem}h3{font-size:1.5rem}.text-muted{color:#6c757d}.text-primary{color:var(--primary-color)!important}.form-control{border:1px solid #ddd;border-radius:6px;padding:.75rem 1rem;transition:all .3s ease;font-size:.95rem}.form-control:focus{border-color:var(--primary-color);box-shadow:0 0 0 .2rem rgba(249,198,43,.25)}.form-label{color:var(--dark-color);margin-bottom:.5rem}.pagination{margin-top:2rem}.page-link{color:var(--secondary-color);border-color:#ddd}.page-link:hover{background-color:var(--light-color);border-color:var(--primary-color);color:var(--secondary-color)}.page-item.active .page-link{background-color:var(--secondary-color);border-color:var(--secondary-color);color:#fff}.accordion-button{font-weight:500;color:var(--dark-color)}.accordion-button:not(.collapsed){background-color:#fff8e1;color:var(--secondary-color)}.accordion-button:focus{border-color:var(--primary-color);box-shadow:0 0 0 .25rem rgba(249,198,43,.25)}.gallery-item{transition:all .3s ease}.gallery-item:hover{transform:scale(1.02)}.alert{border-radius:6px;border:none}.alert-info{background-color:#e7f3ff;color:#0c5aa0}.alert-success{background-color:#d4edda;color:#155724}.alert-danger{background-color:#f8d7da;color:#721c24}@media (max-width:768px){h1{font-size:2rem}h2{font-size:1.5rem}.hero-carousel .carousel-item{height:80vh;min-height:480px;max-height:800px}.hero-carousel .carousel-control-next,.hero-carousel .carousel-control-prev{width:40px;height:40px}.hero-carousel .carousel-control-prev{left:10px}.hero-carousel .carousel-control-next{right:10px}.hero-carousel .carousel-indicators{margin-bottom:.75rem}.navbar-collapse{background-color:var(--primary-color);border-radius:8px;margin-top:.75rem;padding:.75rem 1rem}.navbar-dark .navbar-nav .nav-link{padding:.6rem .25rem!important;border-bottom:1px solid rgba(53,69,156,.15)}.navbar-dark .navbar-nav .nav-item:last-child .nav-link{border-bottom:none}.dropdown-menu{background-color:#fffdf5;box-shadow:none;padding-left:.5rem}.about-section img{max-height:280px;margin-bottom:1.5rem}.testimonial-card{padding:1.5rem}.testimonial-card .testimonial-text{-webkit-line-clamp:8}.gallery-video-card .video-body{padding:1rem 1rem 1.2rem}section.bg-primary .col-lg-4.text-lg-end{text-align:left!important}section.bg-primary .btn-light{width:100%}footer.site-footer .footer-main-content{padding-top:2.5rem;padding-bottom:1.5rem;text-align:center}footer.site-footer .footer-logo-wrap{margin-left:auto;margin-right:auto}footer.site-footer .social-icon{margin:0 6px}.footer-bottom-bar .row{text-align:center}.footer-bottom-bar .col-md-6.text-md-end{text-align:center!important;margin-top:.5rem}section{padding-top:2rem;padding-bottom:2rem}.btn-lg{padding:.75rem 1.5rem}#scrollToTopBtn{right:16px;bottom:16px;width:42px;height:42px}}@media (max-width:480px){.hero-carousel .carousel-item{height:38vh;min-height:220px}.section-title{font-size:1.4rem}.testimonial-card .testimonial-text{font-size:.9rem}}.shadow-sm{box-shadow:0 .125rem .25rem rgba(0,0,0,.075)!important}.rounded{border-radius:8px}.object-fit-cover{object-fit:cover}@keyframes fadeIn{from{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.fade-in{animation:fadeIn .5s ease-in-out}.border-start.border-4{border-width:4px!important}.content{line-height:1.8}.content p{margin-bottom:1.5rem}.content img{max-width:100%;height:auto;border-radius:8px;margin:1.5rem 0}.fa{transition:all .3s ease}@media print{#scrollToTopBtn,.breadcrumb,.btn,.navbar,footer{display:none}body{background:#fff}}@media (max-width:991.98px){footer .col-lg-4 .row.g-3>.col-4{flex:0 0 100%;max-width:100%;margin-bottom:1.25rem}}