.hero{background-image:url(/images/hero-bg.webp);background-position:bottom;background-repeat:no-repeat;background-size:cover;border-bottom:8px solid #08335d;align-items:center;padding:1rem 2rem 0;display:flex}@media (max-width:768px){.hero{background-position:top;padding:2rem 1rem 0}}.hero__container{grid-template-columns:1fr .8fr;align-items:end;max-width:1400px;margin:0 auto;display:grid}@media (max-width:1024px){.hero__container{flex-direction:row-reverse;display:flex}}@media (max-width:768px){.hero__container{flex-direction:column-reverse;gap:2rem;display:flex}}.hero__content{flex-direction:column;display:flex}@media (max-width:1024px){.hero__content{justify-content:center;display:flex}}.hero__heading-wrapper{margin-bottom:1rem}.hero__title{text-align:start;color:#333;margin:1em 0 .5em;font-family:Poppins,sans-serif;font-size:55px;font-weight:700;line-height:1.3em}@media (max-width:1024px){.hero__title{font-size:40px}}@media (max-width:768px){.hero__title{margin-top:0;font-size:35px}}.hero__title-text{color:#08335d;text-align:start;font-family:Poppins,sans-serif;font-size:55px;font-weight:700;line-height:1.3em;display:inline}@media (max-width:1024px){.hero__title-text{font-size:40px}}@media (max-width:768px){.hero__title-text{font-size:35px}}.hero__title-highlight{display:inline-block;position:relative}.hero__title-highlight .animated-underline__text{color:#fc3}.hero__title-highlight{--animated-underline-stroke:#08335d;--animated-underline-width:18}.hero__subtitle-wrapper{margin-bottom:1rem}.hero__subtitle{color:#08335d;margin:0;font-size:16px;line-height:1.6}@media (max-width:768px){.hero__subtitle{font-size:1.1rem}}.hero__cta-group{flex-wrap:wrap;gap:1.5rem;display:flex}@media (max-width:768px){.hero__cta-group{margin-bottom:0}}.hero__btn{cursor:pointer;border:2px solid #0000;border-radius:8px;align-items:center;gap:.75rem;padding:12px 30px;font-size:1rem;font-weight:600;text-decoration:none;transition:all .3s;display:inline-flex}@media (max-width:768px){.hero__btn{border-radius:10px;padding:.5rem 1.3rem;font-size:.95rem}}.hero__btn--primary{color:#fff;background-color:#08335d}.hero__btn--primary:hover{background-color:#ffbf00;transform:translateY(-2px);box-shadow:0 10px 25px #00000026}.hero__btn--secondary{color:#08335d;background-color:#fc3}.hero__btn--secondary:hover{color:#fff;background-color:#333;transform:translateY(-2px);box-shadow:0 10px 25px #00000026}.hero__btn-text{font-size:1rem}.hero__btn-icon{align-items:center;display:flex}.hero__btn-icon svg{fill:currentColor;width:18px;height:18px;transition:transform .3s}.hero__btn--primary:hover .hero__btn-icon svg{transform:translate(5px)}.hero__features{grid-template-columns:repeat(3,1fr);max-width:fit-content;margin-top:1rem;display:grid}.hero__feature{text-align:center;border-radius:15px;flex-direction:column;align-items:center;padding:1.5rem;transition:all .3s;display:flex}.hero__feature:hover{transform:translateY(-5px)scale(1.03);box-shadow:0 10px 30px #00000026}@media (max-width:1024px){.hero__feature{padding:.75rem}}@media (max-width:768px){.hero__feature{padding:.5rem}}.hero__feature-icon{justify-content:center;align-items:center;width:65px;height:65px;margin-bottom:1rem;display:flex}.hero__feature-icon img{object-fit:contain;width:100%;height:100%}@media (max-width:1024px){.hero__feature-icon{width:50px;height:50px}}@media (max-width:768px){.hero__feature-icon{width:40px;height:40px;margin-bottom:.75rem}}.hero__feature-title{color:#1f2a58;margin:0;font-size:16px;font-weight:500}@media (max-width:768px){.hero__feature-title{font-size:14px}}.hero__image-wrapper{justify-content:right;align-items:center;display:flex;position:relative}@media (max-width:1024px){.hero__image-wrapper{order:-1}}@media (max-width:768px){.hero__image-wrapper{justify-content:center}}.hero__image{border-radius:20px;width:85%;max-width:780px;height:auto;animation:6s ease-in-out infinite floatAnimation}@media (max-width:768px){.hero__image{max-width:100%}}@keyframes drawUnderline{to{stroke-dashoffset:0}}
.services{background:linear-gradient(135deg,#f5f7fa 0%,#e8ecf1 100%);border-bottom:8px solid #f8bb21;padding:5rem 2rem}@media (max-width:768px){.services{padding:3rem 2rem}}.services__container{max-width:1400px;margin:0 auto}.services__header{grid-template-columns:1fr 1fr;align-items:center;gap:3rem;margin-bottom:3rem;display:grid}@media (max-width:1024px){.services__header{text-align:center;grid-template-columns:1fr;gap:1.5rem}}@media (max-width:768px){.services__header{grid-template-columns:1fr;gap:1.5rem;margin-bottom:2rem}}.services__header-left{align-items:center;display:flex}.services__title{letter-spacing:-.02px;color:#08335d;font-family:Poppins,sans-serif;font-size:45px;font-weight:700;line-height:1em}@media (max-width:768px){.services__title{font-size:2rem}}.services__header-right{align-items:center;display:flex}.services__subtitle{color:#4d4d4d;margin:0;font-size:18px;font-weight:500;line-height:1.44em}@media (max-width:768px){.services__subtitle{font-size:1rem}}.services__carousel-wrapper{margin-bottom:3rem;position:relative}.services__carousel{position:relative;overflow:hidden}.services__carousel-track{will-change:transform;gap:2rem;display:flex}@media (max-width:768px){.services__carousel-track{gap:1rem}}.services__card{padding:0 1rem}@media (max-width:768px){.services__card{padding:0 .5rem}}.services__card-link{height:100%;text-decoration:none;display:block}.services__card-link:hover,.services__card-link:focus{text-decoration:none}.services__card-inner{cursor:pointer;background-position:50%;background-repeat:no-repeat;background-size:cover;border-radius:15px;align-items:flex-end;min-height:411px;padding:30px;transition:all .3s;display:flex;position:relative;overflow:hidden}@media (max-width:768px){.services__card-inner{min-height:350px;padding:20px}}.services__card-inner:before{content:"";opacity:.98;z-index:1;background-color:#3e1c6345;transition:all .4s;position:absolute;inset:0}.services__card-inner:hover{transform:translateY(-9px)}.services__card-inner:hover:before{opacity:1;background:linear-gradient(#3e1c6359 0%,#36145a 100%)}.services__card-overlay{pointer-events:none;z-index:2;position:absolute;inset:0}.services__card-content{z-index:3;width:100%;position:relative}.services__card-title{color:#fff;margin:0 0 10px;font-family:Poppins,sans-serif;font-size:30px;font-weight:700;text-decoration:none;transition:color .3s}@media (max-width:768px){.services__card-title{font-size:24px}}.services__card-link:hover .services__card-title{color:#fc3;text-decoration:none}.services__card-description-wrapper{border-left:3px solid #fc3;margin:10px 0 0;padding:0 0 0 10px}@media (max-width:768px){.services__card-description-wrapper{border-left-width:2px;padding:0 0 0 8px}}.services__card-description{color:#fffc;margin:0;font-family:Poppins,sans-serif;font-size:15px;font-weight:500;line-height:1.5;text-decoration:none}@media (max-width:768px){.services__card-description{font-size:14px}}.services__arrow{cursor:pointer;color:#333;z-index:10;background:#fff;border:none;border-radius:50%;justify-content:center;align-items:center;width:50px;height:50px;transition:all .3s;display:flex;position:absolute;top:50%;transform:translateY(-50%);box-shadow:0 4px 12px #0000001a}@media (max-width:768px){.services__arrow{width:40px;height:40px}.services__arrow svg{width:20px;height:20px}}.services__arrow:hover{color:#fff;background:#fc3;box-shadow:0 6px 20px #00000026}.services__arrow--prev{left:-25px}@media (max-width:768px){.services__arrow--prev{left:-20px}}.services__arrow--next{right:-25px}@media (max-width:768px){.services__arrow--next{right:-20px}}.services__dots{justify-content:center;gap:10px;margin-top:2rem;display:flex}@media (max-width:768px){.services__dots{margin-top:1.5rem}}.services__dot{cursor:pointer;background:#3333334d;border:none;border-radius:50%;width:12px;height:12px;padding:0;transition:all .3s}.services__dot:hover{background:#33333380}.services__dot--active{background:#fc3;width:14px;height:14px}.services__footer{text-align:center;margin-bottom:2rem}.services__footer-text{color:#555;margin:0;font-size:1.1rem}@media (max-width:768px){.services__footer-text{font-size:1rem}}.services__cta{justify-content:center;display:flex}.services__cta-button{color:#333;background-color:#fc3;border-radius:50px;justify-content:center;align-items:center;padding:1rem 2.5rem;font-size:1.1rem;font-weight:600;text-decoration:none;transition:all .3s;display:inline-flex;position:relative;overflow:hidden}@media (max-width:768px){.services__cta-button{padding:.9rem 2rem;font-size:1rem}}.services__cta-button:before{content:"";background:#fff3;border-radius:50%;width:0;height:0;transition:width .6s,height .6s;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.services__cta-button:hover{background-color:#ffbf00;transform:translateY(-3px);box-shadow:0 10px 25px #0003}.services__cta-button:hover:before{width:300px;height:300px}.services__cta-text{z-index:1;position:relative}@keyframes slideIn{0%{opacity:0;transform:translate(30px)}to{opacity:1;transform:translate(0)}}
