@import"https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap";nav{position:fixed;top:0;left:0;background-color:#fff;z-index:10;width:100vw;display:flex;justify-content:space-between;align-items:center;padding:16px 0;box-shadow:0 2px 4px #0000001a}nav.container{width:100%;margin:0;padding-left:10%;padding-right:10%}@media (max-width: 600px){nav.container{padding-left:5%;padding-right:5%}}nav img{height:36px}@media (max-width: 600px){nav img{height:36px}}nav .nav-links{display:flex;justify-content:center;align-items:center}nav .nav-links a{padding:0 12px;margin:0 8px;color:#891d1a;text-decoration:none}@media (max-width: 600px){nav .nav-links a{padding:0 2px}}nav .nav-links a:hover{color:#891d1a}nav .nav-links a.active{color:#891d1a;font-weight:700;position:relative}nav .nav-links a.active:after{content:"";position:absolute;bottom:-12px;left:50%;transform:translate(-50%);width:95%;height:4px;background-color:#891d1a;border-radius:1px}@media (max-width: 600px){nav .desktop-link{display:none}}nav .menu{display:none;padding:0!important}@media (max-width: 600px){nav .menu{display:block}}nav .menu img{height:36px;width:36px}.mobile-nav{display:none;width:100vw;position:fixed;top:64px;left:0;background-color:#fff;z-index:9;box-shadow:0 2px 4px #0000001a;padding-bottom:.5rem;box-sizing:content-box}.mobile-nav .container{width:100%;margin:0;padding-left:10%;padding-right:10%}@media (max-width: 600px){.mobile-nav .container{padding-left:5%;padding-right:5%}}.mobile-nav ul{width:100%;display:flex;flex-wrap:wrap;padding:0;justify-content:center}.mobile-nav ul a{display:block;width:100%;color:#000;text-decoration:none;list-style:none;padding:1rem;text-align:center;font-weight:700;font-weight:600;transition:all .3s ease}.mobile-nav ul a:focus{border:2px lightblue solid}.mobile-nav ul a.active{color:#891d1a;background-color:#891d1a1a;border-left:3px solid #891d1a;font-weight:700}.mobile-nav ul li{width:100%}@media (max-width: 600px){.mobile-nav{display:none}}*,html,body{margin:0;padding:0;box-sizing:border-box}html,body{width:100%;overflow-x:hidden!important}.m-1{margin:1rem}.my-1{margin:1rem 0}.mx-1{margin:0 1rem}.p-1{padding:1rem}.py-1{padding:1rem 0}.px-1{padding:0 1rem}.m-2{margin:2rem}.my-2{margin:2rem 0}.mx-2{margin:0 2rem}.p-2{padding:2rem}.py-2{padding:2rem 0}.px-2{padding:0 2rem}.m-3{margin:3rem}.my-3{margin:3rem 0}.mx-3{margin:0 3rem}.p-3{padding:3rem}.py-3{padding:3rem 0}.px-3{padding:0 3rem}.m-4{margin:4rem}.my-4{margin:4rem 0}.mx-4{margin:0 4rem}.p-4{padding:4rem}.py-4{padding:4rem 0}.px-4{padding:0 4rem}.m-5{margin:5rem}.my-5{margin:5rem 0}.mx-5{margin:0 5rem}.p-5{padding:5rem}.py-5{padding:5rem 0}.px-5{padding:0 5rem}body{height:100vh!important;font-family:Poppins,sans-serif;font-weight:400;padding-top:64px}@media (max-width: 600px){body{padding-top:64px}}.container{width:80%;margin:0 auto}@media (max-width: 600px){.container{width:90%}}.btn-primary{background:#891d1a;color:#fff;border:none;padding:1rem 2rem;font-size:1rem;font-weight:700;border-radius:8px;cursor:pointer;transition:all .3s ease;min-width:180px;text-decoration:none}.btn-primary:hover{transform:translateY(-2px)}@media (max-width: 600px){.btn-primary{width:100%;max-width:300px}}.btn-outline{height:42px;width:140px!important;background:none;border:2px #fff solid;color:#fff;width:140px;font-size:18px}.hero{position:relative;height:85vh;width:100%;overflow:hidden;display:flex;align-items:center;justify-content:center}.hero-background{position:absolute;top:0;left:0;width:100%;height:100%;z-index:1}.hero-image{width:100%;height:100%;object-fit:cover;object-position:center}.hero-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(135deg,#891d1acc,#db4152b3,#fcb41599);z-index:2}.hero-content{position:relative;z-index:3;text-align:center;color:#fff;width:100%}.hero-title{font-weight:700;font-size:4rem;line-height:1.2;margin-bottom:1.5rem;text-shadow:2px 2px 4px rgba(0,0,0,.3)}@media (max-width: 600px){.hero-title{font-size:2.5rem;margin-bottom:1rem}}.hero-subtitle{font-size:1.25rem;line-height:1.6;margin-bottom:2.5rem;max-width:600px;margin-left:auto;margin-right:auto;opacity:.95}@media (max-width: 600px){.hero-subtitle{font-size:1rem;margin-bottom:2rem}}.hero-btn{background:#fff;color:#891d1a;border:none;padding:1rem 2.5rem;font-size:1.1rem;font-weight:700;border-radius:50px;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 15px #0003}.hero-btn:hover{transform:translateY(-2px);box-shadow:0 6px 20px #0000004d;background:#fcb415;color:#fff}@media (max-width: 600px){.hero-btn{padding:.875rem 2rem;font-size:1rem}}.footer{background-color:#891d1a;color:#fff;padding:3rem 0 1rem;margin-top:auto}.footer .footer-content{display:grid;grid-template-columns:2fr 1fr 1fr;gap:2rem;margin-bottom:2rem}@media (max-width: 600px){.footer .footer-content{grid-template-columns:1fr;gap:1.5rem;text-align:center}}.footer .footer-column .footer-logo{margin-bottom:1rem}.footer .footer-column .footer-logo img{height:60px;width:auto}@media (max-width: 600px){.footer .footer-column .footer-logo img{height:50px}}.footer .footer-column .footer-description{font-size:.9rem;line-height:1.6;opacity:.9;margin-bottom:1rem}.footer .footer-column .footer-heading{font-size:1.1rem;font-weight:700;margin-bottom:1rem;color:#fff}.footer .footer-column .footer-links{list-style:none;padding:0;margin:0}.footer .footer-column .footer-links li{margin-bottom:.5rem}.footer .footer-column .footer-links li a{color:#fff;text-decoration:none;font-size:.9rem;transition:all .3s ease;opacity:.9}.footer .footer-column .footer-links li a:hover{opacity:1;color:#fcb415}.footer .footer-column .social-links{display:flex;gap:1rem;flex-wrap:wrap}@media (max-width: 600px){.footer .footer-column .social-links{justify-content:center}}.footer .footer-column .social-links a{display:flex;align-items:center;justify-content:center;width:40px;height:40px;background-color:#ffffff1a;border-radius:50%;color:#fff;text-decoration:none;transition:all .3s ease}.footer .footer-column .social-links a:hover{background-color:#fcb415;transform:translateY(-2px)}.footer .footer-column .social-links a svg{width:20px;height:20px}.footer .footer-bottom{border-top:1px solid rgba(255,255,255,.2);padding-top:1rem;text-align:center}.footer .footer-bottom p{font-size:.8rem;opacity:.8;margin:0}
