*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth}body{font-family:"Open Sans",sans-serif;line-height:1.6;color:#000;overflow-x:hidden}.container{max-width:1200px;margin:0 auto;padding:0 1rem}@media(min-width: 768px)and (max-width: 1023px){.container{padding:0 2rem}}h1,h2,h3,h4,h5,h6{font-family:"Open Sans",sans-serif;color:#eb8113;margin-bottom:1rem;line-height:1.2;font-weight:400}h1{font-size:3rem}h2{font-size:2.35rem}h3{font-size:2.24rem}@media(min-width: 768px)and (max-width: 1023px){h1{font-size:3.5rem}h2{font-size:2.5rem}h3{font-size:2.4rem}}@media(min-width: 1024px){h1{font-size:4rem}h2{font-size:2.75rem}h3{font-size:2.6rem}}.section-title{font-size:2.5rem;font-weight:700;text-align:center;margin-bottom:2rem;color:#eb8113}@media(min-width: 768px)and (max-width: 1023px){.section-title{font-size:3rem}}@media(min-width: 1024px){.section-title{font-size:3.5rem}}.header{position:fixed;top:0;left:0;right:0;background:hsla(0,0%,100%,.98);backdrop-filter:blur(10px);z-index:1000;box-shadow:0 4px 6px -1px rgba(0,0,0,.12)}.nav-container{display:flex;align-items:center;justify-content:space-between;padding:1rem 15px}@media(min-width: 1024px){.nav-container{padding:1rem 100px}}.logo{display:flex;align-items:center;gap:1rem}.logo .logo-image{height:40px;width:auto}.logo h1{font-size:1.5rem;margin:0;color:#eb8113}.nav-menu{display:flex;gap:2rem}.nav-menu .nav-link{text-decoration:none;color:#000;font-weight:500;transition:all .3s ease}.nav-menu .nav-link:hover,.nav-menu .nav-link.active{color:#eb8113}.mobile-menu-toggle{display:none;flex-direction:column;gap:4px;cursor:pointer}.mobile-menu-toggle span{width:25px;height:3px;background:#000;transition:all .3s ease}.rolling-menu{position:fixed;top:75px;left:0;right:0;background:#fff;box-shadow:0 4px 6px rgba(0,0,0,.1);transform:translateY(-100vh);transition:transform .3s ease;z-index:100}.rolling-menu.active{transform:translateY(0)}.rolling-menu .nav-menu{display:flex;flex-direction:column;padding:1.5rem}.rolling-menu .nav-menu a{display:flex;align-items:center;gap:.75rem;padding:1rem 0;color:#000;text-decoration:none;border-bottom:1px solid #e9ecef;font-weight:500;transition:color .2s ease}.rolling-menu .nav-menu a:last-child{border-bottom:none}.rolling-menu .nav-menu a:hover{color:#eb8113}.rolling-menu .nav-menu a.active{color:#eb8113;font-weight:600}.rolling-menu .nav-menu a i{width:20px;text-align:center;font-size:1.1rem;transition:transform .2s ease}.rolling-menu .nav-menu a:hover i{transform:scale(1.1)}@media(max-width: 767px){.mobile-menu-toggle{display:flex}.nav-menu{display:none}}.hero{position:relative;height:100vh;display:flex;align-items:center;justify-content:center;text-align:center;color:#fff;margin-top:80px}@media(min-width: 768px)and (max-width: 1023px){.hero{margin-top:90px}}@media(min-width: 1024px){.hero{margin-top:100px}}.hero-background{position:absolute;top:0;left:0;right:0;bottom:0;z-index:0;overflow:hidden}.hero-overlay{position:absolute;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,.3);z-index:2;width:100%;height:100%}.hero-fallback,.hero-video{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;z-index:0}.hero-video{z-index:1}.hero-content{position:relative;z-index:3;max-width:800px;padding:2rem;border-radius:8px}@media(max-width: 767px){.hero-content{padding:1.5rem;margin:0 1rem}}.hero-title{font-size:3rem;margin-bottom:2rem;font-weight:700;color:#fff;text-shadow:-1px -1px 0 #000,-1px 1px 0 #000,1px -1px 0 #000,1px 1px 0 #000,0 0 10px rgba(0,0,0,.5)}@media(min-width: 768px)and (max-width: 1023px){.hero-title{font-size:4rem}}@media(min-width: 1024px){.hero-title{font-size:5rem}}.hero-description p{font-size:1.25rem;margin-bottom:1.5rem;opacity:.95;line-height:1.7;color:#fff;text-shadow:-1px -1px 0 #000,-1px 1px 0 #000,1px -1px 0 #000,1px 1px 0 #000,0 0 8px rgba(0,0,0,.5)}@media(min-width: 768px)and (max-width: 1023px){.hero-description p{font-size:1.375rem}}.company-name{color:#eb8113;font-weight:700;text-shadow:-1px -1px 0 #000,-1px 1px 0 #000,1px -1px 0 #000,1px 1px 0 #000,0 0 12px rgba(235,129,19,.7)}.hero-spacer{height:30px}.hero-cta{margin-top:2rem}.cta-button{background:#eb8113;color:#fff;border:none;padding:1.25rem 2.5rem;font-size:1.125rem;font-weight:700;border-radius:8px;cursor:pointer;transition:all .3s ease;text-transform:uppercase;letter-spacing:.5px;text-decoration:none;display:inline-block}.cta-button:hover{background:rgb(187.8149606299,103.0984251969,15.1850393701);transform:translateY(-2px)}.services{padding:4rem 0;background:#fff}.services-spacer{height:30px}.services .services-grid{display:grid;grid-template-columns:1fr;gap:2rem;margin-top:2rem;overflow:hidden}@media(min-width: 768px)and (max-width: 1023px){.services .services-grid{grid-template-columns:repeat(2, 1fr);gap:2rem}}@media(min-width: 1024px){.services .services-grid{grid-template-columns:repeat(2, 1fr);gap:3rem}}.service-card{perspective:1000px;min-height:500px;height:auto;margin-bottom:2rem}.card-inner{position:relative;width:100%;height:100%;text-align:left;transition:transform .8s;transform-style:preserve-3d;cursor:pointer}.service-card.flipped .card-inner{transform:rotateY(180deg)}.card-front,.card-back{position:absolute;top:0;left:0;width:100%;height:100%;backface-visibility:hidden;background:#fff;border-radius:8px;box-shadow:0 4px 6px -1px rgba(0,0,0,.12);display:flex;flex-direction:column;justify-content:flex-start;align-items:flex-start;padding:0;overflow:hidden}.card-front .service-content{padding:2rem;text-align:left;padding-bottom:2.5rem}.card-front .service-content h3{font-size:2.24rem;margin-bottom:1rem;font-weight:400;color:#eb8113}.card-front .service-content p{color:#333;margin-bottom:1.5rem;line-height:1.6;font-size:1rem;text-align:left}.card-back{transform:rotateY(180deg);background:#000;color:#fff;position:relative;overflow:hidden;padding:2rem;text-align:center}.card-back .icon-overlay{position:absolute;top:50%;left:50%;transform:translate(-50%, -50%) rotate(-15deg);font-size:12rem;color:hsla(0,0%,100%,.08);z-index:1;pointer-events:none;opacity:.8;filter:blur(1px)}.card-back h3,.card-back ul,.card-back button{position:relative;z-index:2}.card-back h3{font-size:2.24rem;margin-bottom:1.5rem;font-weight:400;color:#fff}.card-back ul{list-style:none;margin-bottom:2rem}.card-back ul li{margin-bottom:.75rem;font-size:1rem;line-height:1.6;color:#fff}.service-image{width:100%;min-height:250px;height:auto;overflow:hidden}.service-image img{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.service-image:hover img{transform:scale(1.05)}@media(max-width: 767px){.service-image{min-height:250px;height:auto}}.learn-more-btn,.flip-back-btn{background:#eb8113;color:#fff;border:none;padding:.75rem 1.5rem;border-radius:8px;cursor:pointer;font-weight:600;font-size:.875rem;transition:all .3s ease;text-transform:uppercase;letter-spacing:.5px}.learn-more-btn:hover,.flip-back-btn:hover{background:rgb(187.8149606299,103.0984251969,15.1850393701);transform:translateY(-2px)}.services-page .hero-section{padding:6rem 0;background:#fff;text-align:center;margin-top:75px}@media(min-width: 768px)and (max-width: 1023px){.services-page .hero-section{margin-top:90px}}@media(min-width: 1024px){.services-page .hero-section{margin-top:100px}}.services-page .hero-section .section-title{color:#eb8113;margin-bottom:2rem}.services-page .hero-section .section-subtitle{font-size:1.125rem;line-height:1.7;color:#333;max-width:800px;margin:0 auto}.services-page .services-grid{padding:2rem 0;background:#fff;display:grid;grid-template-columns:1fr;gap:0}.services-page .service-item{display:grid;grid-template-columns:1fr 1fr;min-height:400px;background:#fff}.services-page .service-item .service-image{width:100%;height:100%;overflow:hidden}.services-page .service-item .service-image img{width:100%;height:auto;object-fit:cover;object-position:center;box-shadow:0 4px 6px -1px rgba(0,0,0,.12)}.services-page .service-item .service-content{padding:2rem;box-sizing:border-box;display:flex;flex-direction:column;justify-content:center}.services-page .service-item .service-content h2.service-title{font-size:1.75rem;font-weight:400;margin-bottom:1.5rem;color:#eb8113}.services-page .service-item .service-content p{font-size:1.125rem;line-height:1.7;color:#333;margin-bottom:1.5rem}.services-page .service-item .service-content ul{margin-bottom:2rem;padding-left:1.5rem}.services-page .service-item .service-content ul li{margin-bottom:.75rem;font-size:1rem;line-height:1.6;color:#333}@media(max-width: 767px){.services-page .service-item{grid-template-columns:1fr;min-height:auto}.services-page .service-item .service-image{height:250px;order:1}.services-page .service-item .service-content{order:2;padding:1.5rem}}@media(min-width: 768px)and (max-width: 1023px){.services-page .service-item{grid-template-columns:1fr;min-height:auto}.services-page .service-item .service-image{height:300px;order:1}.services-page .service-item .service-content{order:2;padding:2rem}}@media(min-width: 1024px){.services-page .service-item{grid-template-columns:1fr 1fr;min-height:400px}.services-page .service-item .service-image{order:1}.services-page .service-item .service-content{order:2;padding:2rem}.services-page .service-item.service-item-reverse .service-image{order:2}.services-page .service-item.service-item-reverse .service-content{order:1}}.expert-guidance{padding:4rem 0;background:#f8f9fa;text-align:center}.expert-guidance .section-subtitle{font-size:1.125rem;line-height:1.7;color:#333;margin-bottom:3rem;max-width:800px;margin-left:auto;margin-right:auto}.expert-guidance .expert-image{max-width:980px;margin:0 auto}.expert-guidance .expert-image img{width:100%;height:auto;border-radius:0 8px 8px 0;box-shadow:0 4px 6px -1px rgba(0,0,0,.12)}.testimonials{padding:4rem 0;background:#fff}.testimonial-section{padding:6rem 0;background:#eb8113;color:#fff;text-align:center}.testimonial-section .section-title{color:#fff;font-style:italic;max-width:900px;margin:0 auto 2rem;font-size:1.25rem}@media(min-width: 768px)and (max-width: 1023px){.testimonial-section .section-title{font-size:1.5rem}}@media(min-width: 1024px){.testimonial-section .section-title{font-size:1.75rem}}.testimonial-section .testimonial-author{font-size:1.125rem;font-weight:600;color:#fff;margin:0}.testimonial-carousel{position:relative;max-width:800px;margin:0 auto}.carousel-container{position:relative;height:300px;overflow:hidden}.testimonial-slide{position:absolute;top:0;left:0;width:100%;height:100%;opacity:0;transition:opacity .5s ease-in-out;display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center}.testimonial-slide.active{opacity:1}.testimonial-slide blockquote{font-size:1.5rem;font-style:italic;color:#000;margin-bottom:2rem;line-height:1.6;max-width:600px}@media(min-width: 768px)and (max-width: 1023px){.testimonial-slide blockquote{font-size:1.75rem}}.testimonial-author strong{display:block;font-size:1.125rem;color:#eb8113;margin-bottom:.25rem}.testimonial-author span{color:#333;font-size:.95rem}.carousel-dots{display:flex;justify-content:center;gap:.5rem;margin-top:2rem}.dot{width:12px;height:12px;border-radius:50%;background:#e9ecef;cursor:pointer;transition:all .3s ease}.dot.active{background:#eb8113}.dot:hover{background:#eb8113}.about{padding:6rem 0;background:#fff}.about .about-content{display:grid;grid-template-columns:1fr;gap:3rem}@media(min-width: 1024px){.about .about-content{grid-template-columns:1fr 1fr;gap:4rem}}.about .about-text h2{color:#eb8113;margin-bottom:2rem}.about .about-text p{font-size:1.125rem;line-height:1.7;color:#333;margin-bottom:1.5rem}.about .about-image{max-width:90vw;margin:0 auto}.about .about-image img{width:100%;height:auto;border-radius:8px;box-shadow:0 4px 6px -1px rgba(0,0,0,.12)}.contact{padding:4rem 0;background:#fff}.contact-content{display:grid;grid-template-columns:1fr;gap:4rem}@media(min-width: 1024px){.contact-content{grid-template-columns:1fr 1fr;gap:5rem}}.contact-info h3{font-size:2.25rem;margin-bottom:1.5rem;color:#000;font-weight:700}.contact-info p{color:#333;margin-bottom:2.5rem;line-height:1.7;font-size:1.125rem}.contact-details .contact-item{display:flex;align-items:center;gap:1rem;margin-bottom:1.5rem}.contact-details .contact-item i{color:#eb8113;font-size:1.5rem}.contact-details .contact-item span{color:#000;font-weight:600;font-size:1.125rem}.contact-form{background:#f8f9fa;padding:2.5rem;border-radius:8px;box-shadow:0 4px 6px -1px rgba(0,0,0,.12)}.form-group{margin-bottom:2rem}.form-group label{display:block;margin-bottom:.75rem;color:#000;font-weight:600;font-size:1rem}.form-group input,.form-group textarea{width:100%;padding:1rem;border:2px solid #e9ecef;border-radius:8px;font-size:1rem;font-family:"Open Sans",sans-serif;transition:all .3s ease}.form-group input:focus,.form-group textarea:focus{outline:none;border-color:#eb8113;box-shadow:0 0 0 3px rgba(235,129,19,.1)}.form-group textarea{resize:vertical;min-height:120px}.submit-btn{background:#eb8113;color:#fff;border:none;padding:1.25rem 2.5rem;font-size:1.125rem;font-weight:700;border-radius:8px;cursor:pointer;transition:all .3s ease;width:100%;text-transform:uppercase;letter-spacing:.5px;font-family:"Open Sans",sans-serif}.submit-btn:hover{background:rgb(187.8149606299,103.0984251969,15.1850393701);transform:translateY(-2px)}.form-message{margin-top:1.5rem;padding:1rem;border-radius:8px;font-weight:600;text-align:center}.form-message.success{background:rgba(34,197,94,.1);color:#166534;border:1px solid rgba(34,197,94,.3)}.form-message.error{background:rgba(239,68,68,.1);color:#991b1b;border:1px solid rgba(239,68,68,.3)}.footer{background:#1a1a1a;color:#fff;padding:4rem 0 2rem}.footer-content{display:grid;grid-template-columns:1fr;gap:3rem;margin-bottom:3rem}@media(min-width: 768px)and (max-width: 1023px){.footer-content{grid-template-columns:repeat(2, 1fr)}}@media(min-width: 1024px){.footer-content{grid-template-columns:repeat(3, 1fr)}}.footer-section h3,.footer-section h4{color:#eb8113;margin-bottom:1rem}.footer-section p{color:#e9ecef;line-height:1.6}.footer-section ul{list-style:none}.footer-section ul li{margin-bottom:.5rem}.footer-section ul li a{color:#e9ecef;text-decoration:none;transition:all .3s ease}.footer-section ul li a:hover{color:#eb8113}.footer-bottom{text-align:center;padding-top:2rem;border-top:1px solid #1a1a1a;color:#e9ecef}.text-center{text-align:center}.text-left{text-align:left}.text-right{text-align:right}.mb-1{margin-bottom:.25rem}.mb-2{margin-bottom:.5rem}.mb-3{margin-bottom:1rem}.mb-4{margin-bottom:1.5rem}.mb-5{margin-bottom:3rem}.mt-1{margin-top:.25rem}.mt-2{margin-top:.5rem}.mt-3{margin-top:1rem}.mt-4{margin-top:1.5rem}.mt-5{margin-top:3rem}/*# sourceMappingURL=styles.css.map */
