.header{padding:20px 40px;display:flex;align-items:center}.header .sidebar-links{position:absolute;right:0;top:0;height:100vh;z-index:1;width:100%;background:linear-gradient(to right,#0000004d 20%,#fff 20%);margin:0;padding:0}.header .sidebar-links .list-item{margin-left:25%}.header .links,.header .links-list{display:flex;column-gap:10px;align-items:flex-start;padding:0;margin:0}.header .links-list{flex-direction:column;width:max-content;align-items:stretch}.header .list-item{list-style:none;position:relative;padding:15px}.header .list-item>.link>.link-icon{transform:rotate(0);transition:transform .5s ease}.header .list-item:hover>.link>.link-icon{transform:rotate(90deg)}.header .list-item:hover>.sublinks,.header .list-item>.sublinks:hover{opacity:1;visibility:visible;transform:scaleY(1);transition-delay:0s}.header .links>.list-item>.sublinks,.header .links-list>.list-item>.sublinks{top:100%;left:0}.header .sublinks>.links-list>.list-item>.sublinks{top:0;left:calc(100% + 10px)}.header .sublinks{position:absolute;box-shadow:4px 4px 8px 4px #0000001a;border-radius:10px;opacity:0;visibility:hidden;transform:scaleY(0);transform-origin:top;transition:opacity .5s ease,transform .5s ease,visibility 0s linear 1s;background-color:#fff}.header .sublinks:after{content:"";position:absolute;top:0;left:100%;padding-right:10px;height:100%}.header .link{text-decoration:none;font-size:1.6rem;color:#000;font-weight:500}.header .link:hover{color:#c78a41;text-decoration:underline}.header .link-icon{margin-left:5px;font-size:1.2rem}.header .hamburger{display:none;margin-left:auto}@media (max-width: 720px){.header .hamburger{display:inline-block}}@media (max-width: 720px){.header .nav-links{display:none}}.header .brand-logo{width:250px;height:auto;border:none;margin:0 30px}@media (max-width: 720px){.header .brand-logo{width:200px;margin:0}}.mobile-sidebar{position:fixed;top:0;left:0;width:100%;height:100%;display:flex;z-index:1000}.sidebar-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:#000;opacity:.3;cursor:pointer;z-index:1}.sidebar-content{width:-webkit-fill-available;box-sizing:border-box;margin-left:15%;z-index:2;background:#fff;height:100%;box-shadow:-2px 0 5px #0000001a}.sidebar-content .btn-close{align-self:flex-end;margin-left:auto;font-size:2rem;background:none;border:none;cursor:pointer}.sidebar-content .nav-links{display:flex;flex-direction:column;gap:1.5rem}.content-section{display:flex;align-items:center;justify-content:center;overflow:hidden}.content-section:not(:first-child){margin-top:100px}.content-section.reverse{gap:80px;flex-direction:row-reverse}.content-section .section-details{width:calc(50% - 40px)}.content-section .section-image{max-width:600px;height:auto}.content-section .section-title{font-size:3.2rem;margin:0}.content-section .section-description{font-size:2rem}@media (max-width: 720px){.content-section{flex-direction:column;gap:30px;text-align:center;padding:0 20px}.content-section:not(:first-child){margin-top:40px}.content-section.reverse{gap:30px;flex-direction:column}.content-section .section-details{width:100%}.content-section .section-image{max-width:100%;width:100%;height:auto}.content-section .section-title{font-size:2.4rem}.content-section .section-description{font-size:1.6rem;line-height:1.6}}.btn{padding:12px 15px;font-size:1.4rem;border-radius:10px;cursor:pointer;transition:all .3s ease-in-out}.btn:hover{animation:bounce 1s forwards}.btn.primary{border:2px solid #ffffff;color:#fff;background-color:#c78a41}.btn.secondary{color:#c78a41;background-color:#fff;border:2px solid #c78a41}@keyframes bounce{0%{transform:scale(1)}10%{transform:scale(.95)}to{transform:scale(1.1)}}.section-points{padding:0;font-size:1.6rem;list-style:none;line-height:2}@media (max-width: 720px){.section-points{font-size:1.4rem;line-height:1.6;padding-left:10px}}.point-icon{margin-right:10px;font-size:16px}@media (max-width: 720px){.point-icon{font-size:14px;margin-right:6px}}.btn-section-contact{margin-left:10px}@media (max-width: 720px){.btn-section-about,.btn-section-contact,.btn-section-team{margin-left:0;margin-top:10px;width:100%}}.services-wrapper{display:flex;flex-direction:column;align-items:center;margin-top:100px}.services-title{font-size:3.2rem;max-width:60%;text-align:center}.services-list{display:flex;justify-content:space-evenly;list-style:none;padding:0}.service-item{display:flex;flex-direction:column;align-items:center;padding:0 35px;text-align:center;flex:1}.service-item:hover{color:#c78a41}.service-heading{font-size:2rem;font-weight:600}.service-icon{font-size:2.8rem}.service-description{margin:0}@media (max-width: 720px){.services-wrapper{margin-top:50px;padding:0 20px}.services-title{font-size:2.4rem;max-width:100%;text-align:center}.services-list{display:flex;flex-direction:column;row-gap:20px}.service-item{padding:0}.service-heading{font-size:2rem;font-weight:600}.service-icon{font-size:2.8rem}.service-description{margin:0}.view-all-services-link{align-self:center}}.about-container{margin-top:150px;columns:2}@media (max-width: 720px){.about-container{margin-top:80px;columns:1;text-align:center;padding:0 20px}}.about-heading{max-width:60%;font-size:3.2rem;margin-top:5px}@media (max-width: 720px){.about-heading{max-width:100%;font-size:2.4rem;line-height:1.4}}.support-heading{font-weight:700}@media (max-width: 720px){.support-heading{display:block;font-size:1.6rem}}.about-info-section{display:inline-block;padding-right:20px}@media (max-width: 720px){.about-info-section{display:block;padding:0;margin-top:20px}}.btn-contact{background-color:transparent;padding:10px 15px;border:2px solid grey}@media (max-width: 720px){.btn-contact{width:100%;margin-top:15px}}.help-container{display:flex;justify-content:space-evenly;align-items:center;padding:2rem}@media (max-width: 720px){.help-container{flex-direction:column-reverse;text-align:center;padding:1rem}}@media (min-width: 721px) and (max-width: 1024px){.help-container{flex-direction:column;text-align:center;padding:1.5rem}}.help-info-section{max-width:50%}@media (max-width: 720px){.help-info-section{max-width:90%;margin-top:1.5rem}}@media (min-width: 721px) and (max-width: 1024px){.help-info-section{max-width:70%;margin-bottom:1.5rem}}.help-heading{font-size:3.2rem}@media (max-width: 720px){.help-heading{font-size:2.4rem}}@media (min-width: 721px) and (max-width: 1024px){.help-heading{font-size:2.8rem}}.help-description{padding-right:30px;font-size:2rem}@media (max-width: 720px){.help-description{padding-right:0;font-size:1.8rem}}@media (min-width: 721px) and (max-width: 1024px){.help-description{font-size:2rem}}.img-help{width:auto;height:400px}@media (max-width: 720px){.img-help{width:80%;height:auto;max-height:300px;margin-bottom:1.5rem}}@media (min-width: 721px) and (max-width: 1024px){.img-help{width:90%;height:auto;max-height:350px;margin-bottom:1.5rem}}.getInTouch-section{margin-top:100px}@media (max-width: 720px){.getInTouch-section{margin-top:50px;padding:0 1rem;text-align:center}}.getInTouch-support-heading{font-size:1.2rem;font-weight:700}@media (max-width: 720px){.getInTouch-support-heading{font-size:1.2rem}}.getInTouch-description{font-size:1.2rem;max-width:600px;margin:0 auto}@media (max-width: 720px){.getInTouch-description{font-size:1.4rem}}.getInTouch-sources{display:flex;list-style:none;margin-top:30px;gap:10%;justify-content:center}@media (max-width: 720px){.getInTouch-sources{flex-direction:column;padding:0;gap:20px;margin-top:20px}}.getInTouch-list-item{display:flex;flex-direction:column;align-items:center;transition:all .3s ease}.getInTouch-list-item:hover{color:#c78a41;transform:scale(1.1)}@media (max-width: 720px){.getInTouch-list-item{width:100%;padding:1rem 0}}@media (max-width: 720px){.getInTouch-heading{margin:5px}}.getInTouch-icon{font-size:2.8rem}@media (max-width: 720px){.getInTouch-icon{margin-bottom:5px}}.getInTouch-source-description{font-size:1.2rem}@media (max-width: 720px){.getInTouch-source-description{font-size:1.2rem;margin:5px 0}}.getInTouch-source-contact{font-size:1.2rem;font-style:normal}.getInTouch-source-contact:hover{color:#c78a41}@media (max-width: 720px){.getInTouch-source-contact{font-size:1.2rem}}.team-section{display:flex;flex-direction:column;align-items:center;margin-top:50px}.team-small-text{font-size:1.2rem;font-weight:700;margin:auto}.teams{padding:0;margin:0}.team-name{text-align:center;margin:20px 0;display:block}.team{list-style:none}.highlight{background-color:#fff8f0;padding:20px;border-radius:10px}.team-members{display:flex;list-style:none;padding:0}@media (max-width: 720px){.team-members{flex-direction:column;margin-top:40px;gap:40px 0;justify-content:space-evenly}}.team-member-degree{display:block;font-size:1.2rem}.team-member-image{height:200px;width:auto}@media (max-width: 720px){.team-member-image{aspect-ratio:1}}@media (max-width: 720px){.team-heading{margin:10px}}@media (max-width: 720px){.team-description{text-align:center;padding:0 20px;margin:0;font-size:1.4rem}}.team-card{flex:1;text-align:center;display:inline-flex;flex-direction:column;align-items:center;padding:10px;border-radius:8px}@media (max-width: 720px){.team-card{gap:0;padding:0;flex:0 0 40%}}.team-card .team-member-name{font-size:1.4rem;font-weight:700}.team-card .team-profession{font-size:1.4rem;font-weight:500;color:#555;margin:0}.team-card .team-member-description{font-size:1.2rem}.team-card .social-icons{display:flex;margin-top:auto;justify-content:center;gap:10px}.team-card .social-icons .team-social-link{color:#000;font-size:1.2rem;transition:color .2s ease}.team-card .social-icons .team-social-link:hover{color:#c78a41}.recognition-section{background-color:#fff8f0;padding:8rem 2rem;text-align:center}.recognition-section .container{max-width:1200px;margin:0 auto}.recognition-section .section-title{font-size:2.4rem;font-weight:700;color:#7a4d38;margin-bottom:1rem}.recognition-section .section-subtitle{font-size:1.6rem;color:gray;margin-bottom:6rem}.recognition-section .recognition-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:4rem;justify-content:center}.recognition-section .recognition-card{background:#fff;border-radius:1.6rem;box-shadow:4px 4px 8px 4px #0000001a;overflow:hidden;transition:transform .3s ease,box-shadow .3s ease}.recognition-section .recognition-card:hover{transform:translateY(-.5rem);box-shadow:4px 4px 12px #00000026}.recognition-section .recognition-card .image-wrapper{position:relative;width:100%;height:36rem;overflow:hidden}.recognition-section .recognition-card .image-wrapper img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .4s ease}.recognition-section .recognition-card .image-wrapper img:hover{transform:scale(1.04)}.recognition-section .recognition-card .image-wrapper .award-icon{font-size:3.6rem;position:absolute;top:0;right:10px;color:#fffaf0;background-color:#c78a41;padding:5px 2px}.recognition-section .recognition-card h3{font-size:1.6rem;font-weight:600;margin:1.6rem 0 .6rem;color:#7a4d38}.recognition-section .recognition-card p{font-size:1.4rem;color:gray;padding:0 2rem 2rem;line-height:1.6}@media (max-width: 768px){.recognition-section{padding:6rem 1.5rem}.recognition-section .section-title{font-size:2rem}.recognition-section .section-subtitle{font-size:1.4rem;margin-bottom:3rem}.recognition-section .recognition-card .image-wrapper{height:28rem}}.container{margin:0 80px}@media (max-width: 720px){.container{margin:0 20px}}.services-logo{width:200px;height:auto;display:block}@media (max-width: 720px){.services-logo{margin:0 auto}}.all-services-page .service-section{position:relative;background-attachment:fixed;background-size:cover;background-position:center;min-height:110vh;display:flex;align-items:center;justify-content:center}.all-services-page .service-section .overlay{width:100%;height:100%;display:flex;align-items:center;justify-content:center;padding:3rem}.all-services-page .service-section .service-content{max-width:700px;background:#ddddddf2;padding:2rem;border-radius:1rem;color:#000;box-shadow:0 8px 20px #0000004d}.all-services-page .service-section .service-content h2{font-size:2.4rem;margin-bottom:1rem;color:#7a4d38;display:flex;align-items:center;gap:10px}.all-services-page .service-section .service-content ul{list-style:none;padding:0;margin:0}.all-services-page .service-section .service-content ul li{margin:.5rem 0;font-size:1.6rem;color:gray;font-weight:500;border-left:4px solid #c78a41;padding-left:10px;transition:all .3s ease}.all-services-page .service-section .service-content ul li:hover{color:#7a4d38;border-left-color:#7a4d38}.all-services-page .service-section .service-content .service-icon{font-size:2.8rem;color:#c78a41}#myVideo{position:fixed;right:0;bottom:0;min-width:100%;min-height:100%}.home-button{position:fixed;bottom:20px;right:20px;border-radius:50%;display:flex;justify-content:center;align-items:center;font-size:2.8rem;height:60px;width:60px}.home-button-link{text-decoration:none;color:inherit}@media (max-width: 720px){.quicklinks-title{font-size:1.6rem}}.quicklinks-list{padding:0;list-style:none}.quicklink{text-decoration:none;color:#000}.quicklink:hover{color:#c78a41}.quicklink-list-item{transition:all .3s ease;padding:5px}.quicklink-list-item:hover{transform:scale(1.03)}@media (max-width: 720px){.social-links-title{font-size:1.6rem}}.social-links-list{padding:0;list-style:none}.social-link{text-decoration:none;color:#000;margin-left:10px}.social-link:hover{color:#c78a41;text-decoration:underline}.social-link-list-item{padding:5px;transition:all .3s ease}.social-link-list-item:hover{transform:scale(1.03)}.footer{display:flex;flex-wrap:wrap;margin:100px 80px 20px;gap:100px}@media (max-width: 720px){.footer{margin:40px;gap:30px}}.logo{width:100px;height:40px;border:1px solid #ddd}.mail-wrapper{flex:1.5}.copyrights{text-align:right;flex:0 0 100%;font-size:1rem;color:gray}@media (max-width: 720px){.copyrights{text-align:center}}.location-map{width:600px;height:250px}@media (max-width: 720px){.location-map{width:80vw}}.react-icons{vertical-align:middle}body{margin:0;padding:0}.main-container{display:block}.warning-img{width:50vw;height:auto;margin:0 auto;display:none}:root{font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.2;font-weight:400;background-color:#fff;color:#000;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}html{font-size:10px;scroll-behavior:smooth}body{margin:0;cursor:url(/hammer.png),auto;font-size:1.6rem}
