section#process{margin-top:5rem;flex-direction:column;align-items:center;flex-wrap:nowrap;gap:30px}section#process>h2{margin-bottom:4rem}section#process>div.container{display:flex;padding:0 2rem 3rem 2em;flex-wrap:wrap;justify-content:center;align-items:center;gap:30px}section#process>div.container article{display:flex;flex-direction:column;padding:2.3rem;width:280px;gap:110px;height:550px;position:relative;transition:var(--default-transition);box-shadow:0px 4px 10px 0px rgba(0,0,0,0.25)}section#process>div.container article:hover{transform:var(--default-transform)}section#process>div.container article:nth-child(1){background-color:var(--secondary-color);color:#fff}section#process>div.container article:nth-child(2){background-color:#3874a5;color:#fff}section#process>div.container article:nth-child(3){background-color:#8ebee5;color:#000}section#process>div.container article:nth-child(4){background-color:var(--primary-color);color:#000}section#process>div.container article header{display:flex;flex-direction:column;align-items:center}section#process>div.container article header img{margin-bottom:1rem;width:64px;height:64px;object-fit:scale-down}section#process>div.container article div img{min-width:18px;object-fit:contain}section#process>div.container article header span.name{margin-bottom:10px;position:relative;font-weight:700;width:100%;text-align:center}section#process>div.container article header span.name::after{content:"";border-bottom:1px solid var(--secondary-color);width:80%;display:block;margin-top:10px;position:absolute;left:50%;transform:translate(-50%,0%)}section#process>div.container article header span.desc{margin-top:10px;text-align:center;line-height:1.3;height:50px}section#process>div.container article:nth-child(1) header span.name::after,section#process>div.container article:nth-child(2) header span.name::after{border-bottom:1px solid #fff}section#process>div.container article>div{display:flex;flex-direction:column;gap:15px}section#process>div.container article>div figure{display:flex;gap:15px}@media (max-width:599px){section#process>div.container article{height:unset;justify-content:space-around}section#process>div.container article header span.desc{height:unset;margin-top:10px;line-height:1.2}section#process>div.container article:nth-of-type(1):before{content:""}section#process>div.container article::before{content:"|";color:#000;position:absolute;bottom:100%;left:50%;transform:translate(-50%,-50%)}}div.contact-now{position:absolute;height:60px;display:flex;justify-content:space-around;align-items:center;z-index:var(--priority-z-index-0);right:20px;flex-direction:column;gap:20px;bottom:80px;background-image:unset;box-shadow:unset}div.contact-now a{min-height:55px;width:100%;transition:var(--default-transition);color:#ffffff}div.contact-now a:hover{transform:var(--default-transform)}div.contact-now figure{display:flex;flex-direction:column;align-items:center;border-radius:6%;width:100%;padding:0.4rem;position:relative;overflow:hidden;box-shadow:0px 4px 10px 0px rgba(0,0,0,0.25)}div.contact-now a:nth-last-child(1) figure{background:var(--primary-1-color)}div.contact-now a:nth-last-child(2) figure{background:var(--secondary-1-color)}div.contact-now a:hover{cursor:pointer}div.contact-now figure::before{content:"";position:absolute;top:0;left:-150%;width:150%;height:100%;background:linear-gradient(120deg,rgba(255,255,255,0) 0%,rgba(255,255,255,0.3) 50%,rgba(255,255,255,0) 100%);transform:skewX(-25deg);animation:shine 2s infinite}div.contact-now figure img{width:25px;transform:translatey(0px);animation:float 5s ease-in-out infinite}.Phone{animation:ringing 2s ease-in-out infinite}#p1{transform-origin:bottom right;animation:reveal 2s ease-in-out infinite backwards}#p2{transform-origin:bottom right;animation:reveal 2s ease-in-out 0.2s infinite backwards}@keyframes reveal{0%{opacity:0;transform:scale(1)}20%{opacity:0;transform:scale(1)}22%{opcaity:1;transform:scale(1.05)}26%{opacity:1;transform:scale(1)}40%{opacity:0;transform:scale(1)}100%{opacity:0;transform:scale(1)}}@keyframes scaleup{20%{transform:scale(1)}30%{transform:scale(1.1)}40%{transform:scale(1)}100%{transform:scale(1)}}@keyframes ringing{20%{transform:rotate(0deg)}21%{transform:rotate(10deg)}22%{transform:rotate(-10deg)}23%{transform:rotate(12deg)}24%{transform:rotate(-12deg)}25%{transform:rotate(12deg)}26%{transform:rotate(-12deg)}28%{transform:rotate(10deg)}30%{transform:rotate(-10deg)}32%{transform:rotate(5deg)}34%{transform:rotate(-5deg)}36%{transform:rotate(2deg)}38%{transform:rotate(0deg)}}@keyframes float{0%{transform:translatey(0px)}50%{transform:translatey(-2px)}100%{transform:translatey(0px)}}@keyframes shine{0%{left:-150%}100%{left:150%}}section{opacity:1}.container{max-width:1200px;margin:0 auto;padding:0 15px}.main-title{font-size:2.5rem;font-weight:700;margin-bottom:1.5rem;position:relative;padding-bottom:1rem}.main-title:after{content:"";position:absolute;bottom:0;left:0;width:60px;height:4px;background-color:var(--secondary-color)}.breadcrum{margin-bottom:1.5rem;font-size:1rem;color:#666}.breadcrum a{color:var(--secondary-color);text-decoration:none;transition:color 0.3s ease}.breadcrum a:hover{color:var(--secondary-color-hover);text-decoration:underline}.intro-text{font-size:1.1rem;line-height:1.6;color:#444;max-width:800px}.intro-text a{color:var(--secondary-color);text-decoration:none;font-weight:500;transition:color 0.3s ease}.intro-text a:hover{color:var(--secondary-color-hover);text-decoration:underline}.faq-main{padding:3rem 0}.faq-intro{margin-bottom:3rem;padding-bottom:2rem;border-bottom:1px solid #e0e0e0}.faq-categories{margin-bottom:3rem}.section-title{position:relative;color:#333;font-size:1.5rem;margin-bottom:1.5rem;padding-bottom:0.6rem}.section-title:before{content:"";position:absolute;bottom:0;left:0;width:40px;height:3px;background-color:var(--secondary-color)}.categories-nav{display:flex;flex-wrap:wrap;gap:0.8rem;margin-bottom:2rem}.category-link{display:inline-block;padding:0.6rem 1.2rem;background-color:#f5f6f7;border-radius:4px;color:#333;text-decoration:none;font-weight:500;transition:all 0.3s ease}.category-link:hover{background-color:var(--secondary-color);color:white}.faq-category-section{margin-bottom:3rem;padding-top:1rem}.faq-category-section:target{scroll-margin-top:100px}.faq-list{border:1px solid #e0e0e0;border-radius:4px;overflow:hidden;box-shadow:0 2px 5px rgba(0,0,0,0.05)}.faq-item{border-bottom:1px solid #e0e0e0}.faq-item:last-child{border-bottom:none}.faq-item h3{margin:0;padding:1.2rem;background-color:#f8f9fa;font-size:1.1rem;font-weight:500;cursor:pointer;position:relative;display:flex;justify-content:space-between;align-items:center;transition:background-color 0.3s ease}.faq-item h3:hover{background-color:#f0f2f5}.faq-item h3:after{content:"";width:16px;height:16px;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%230E4F83' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E");background-repeat:no-repeat;background-position:center;background-size:contain;transition:transform 0.3s ease}.faq-item.active h3{border-bottom:1px solid #d0e5f5;background-color:#e8f4fd}.faq-item.active h3:after{transform:rotate(180deg)}.faq-item .acceptedAnswer{max-height:0;overflow:hidden;padding:0 1.2rem;transition:max-height 0.3s ease,padding 0.3s ease;background-color:white}.faq-item.active .acceptedAnswer{max-height:1000px;padding:1.2rem}.faq-item .text p{margin:0;color:#444;line-height:1.6}@media screen and (max-width:768px){.main-title{font-size:2rem}.intro-text{font-size:1rem}.faq-item h3{padding:1rem;font-size:1rem}.faq-item.active .acceptedAnswer{padding:1rem}}@media screen and (max-width:480px){.main-title{font-size:1.8rem}.section-title{font-size:1.3rem}.categories-nav{flex-direction:column}.category-link{width:100%;text-align:center}}