@import"https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700&family=Raleway:wght@300;400;500;600;700&display=swap";@import"https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700;800&family=Raleway:wght@300;400;500;600;700&display=swap";@import"https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700&family=Playfair+Display:wght@400;500;600;700&display=swap";.header{position:fixed;top:0;left:0;width:100%;z-index:1000;background-color:#1d1d1df2;transition:all .3s ease;padding:15px 0}.header.scrolled{padding:10px 0;box-shadow:0 4px 20px #0000001a;background-color:#1d1d1dfa}.header .header-container{max-width:1400px;margin:0 auto;padding:0 20px;display:flex;justify-content:space-between;align-items:center}@media (max-width: 1024px){.header .header-container{padding:0 15px}}.header .logo-container{display:flex;align-items:center}.header .logo-container a{display:flex;align-items:center;text-decoration:none;transition:all .3s ease}.header .logo-container a:hover{transform:translateY(-2px)}.header .logo-container .logo{height:70px;width:auto;margin-right:15px;transition:all .3s ease}@media (max-width: 768px){.header .logo-container .logo{height:50px}}@media (max-width: 480px){.header .logo-container .logo{height:40px}}.header .logo-container .company-name h1{font-family:Montserrat,sans-serif;font-weight:700;font-size:24px;color:#f8f9fa;margin:0;letter-spacing:1px}@media (max-width: 768px){.header .logo-container .company-name h1{font-size:20px}}@media (max-width: 480px){.header .logo-container .company-name h1{font-size:18px}}.header .logo-container .company-name p{font-family:Raleway,sans-serif;font-size:12px;font-weight:500;color:#e63946;margin:0;letter-spacing:.5px}@media (max-width: 768px){.header .logo-container .company-name p{font-size:10px}}@media (max-width: 480px){.header .logo-container .company-name p{display:none}}@media (max-width: 1024px){.header .nav-menu{position:fixed;top:0;right:-100%;width:80%;max-width:400px;height:100vh;background-color:#1d1d1d;padding:80px 20px 20px;transition:all .3s ease;overflow-y:auto;z-index:1000}.header .nav-menu.active{right:0;box-shadow:-5px 0 15px #0003}}.header .nav-menu ul{display:flex;list-style:none;margin:0;padding:0}@media (max-width: 1024px){.header .nav-menu ul{flex-direction:column}}.header .nav-menu ul li{margin:0 15px}@media (max-width: 1024px){.header .nav-menu ul li{margin:0 0 20px}}.header .nav-menu ul li a{font-family:Raleway,sans-serif;font-size:16px;font-weight:500;color:#f8f9fa;text-decoration:none;transition:all .3s ease;position:relative}.header .nav-menu ul li a:after{content:"";position:absolute;bottom:-5px;left:0;width:0;height:2px;background-color:#e63946;transition:all .3s ease}.header .nav-menu ul li a:hover{color:#e63946}.header .nav-menu ul li a:hover:after{width:100%}@media (max-width: 1024px){.header .nav-menu ul li a{font-size:18px;display:block;padding:10px 0}.header .nav-menu ul li a:after{display:none}}.header .menu-toggle{display:none;flex-direction:column;justify-content:space-between;width:30px;height:20px;cursor:pointer;z-index:1001}@media (max-width: 1024px){.header .menu-toggle{display:flex}}.header .menu-toggle span{display:block;width:100%;height:2px;background-color:#f8f9fa;transition:all .3s ease}.header .menu-toggle.active span:nth-child(1){transform:translateY(9px) rotate(45deg)}.header .menu-toggle.active span:nth-child(2){opacity:0}.header .menu-toggle.active span:nth-child(3){transform:translateY(-9px) rotate(-45deg)}.header .contact-info{display:flex;align-items:center}@media (max-width: 1024px){.header .contact-info{display:none}}.header .contact-info .phone-number{font-family:Raleway,sans-serif;font-size:16px;font-weight:500;color:#f8f9fa;text-decoration:none;margin-right:20px;transition:all .3s ease;display:flex;align-items:center}.header .contact-info .phone-number svg{color:#e63946;margin-right:5px}.header .contact-info .phone-number:hover{color:#e63946}.header .contact-info .quote-btn{font-family:Montserrat,sans-serif;font-size:14px;font-weight:600;color:#f8f9fa;background-color:#e63946;padding:10px 20px;border-radius:4px;text-decoration:none;transition:all .3s ease}.header .contact-info .quote-btn:hover{background-color:#d21a28;transform:translateY(-2px)}.site-footer{position:relative;background-color:#222;color:#fff}.site-footer .container{max-width:1140px;margin:0 auto;padding:0 20px}@media (max-width: 768px){.site-footer .container{padding:0 15px}}.site-footer .footer-top{padding:80px 0 60px}@media (max-width: 768px){.site-footer .footer-top{padding:60px 0 40px}}.site-footer .footer-grid{display:grid;grid-template-columns:2fr 1fr 1fr 2fr;gap:40px}@media (max-width: 992px){.site-footer .footer-grid{grid-template-columns:1fr 1fr;gap:60px 40px}}@media (max-width: 576px){.site-footer .footer-grid{grid-template-columns:1fr;gap:40px}}@media (max-width: 992px){.site-footer .footer-info{grid-column:span 2}}@media (max-width: 576px){.site-footer .footer-info{grid-column:span 1}}.site-footer .footer-logo{margin-bottom:15px}.site-footer .footer-logo img{height:60px}@media (max-width: 768px){.site-footer .footer-logo img{height:50px}}.site-footer .footer-description{font-family:Raleway,sans-serif;font-size:16px;line-height:1.7;color:#ffffffb3;margin-bottom:30px;max-width:400px}@media (max-width: 768px){.site-footer .footer-description{font-size:14px}}.site-footer .footer-social{display:flex;gap:10px}.site-footer .footer-social a{display:flex;align-items:center;justify-content:center;width:36px;height:36px;background:#ffffff1a;color:#fff;border-radius:50%;text-decoration:none;transition:all .3s ease}.site-footer .footer-social a:hover{background:#c41e3a;transform:translateY(-3px)}.site-footer .footer-social a i{font-size:16px}.site-footer .footer-links h3,.site-footer .footer-services h3{font-family:Montserrat,sans-serif;font-size:18px;font-weight:600;color:#fff;margin-bottom:15px;position:relative;padding-bottom:10px}.site-footer .footer-links h3:after,.site-footer .footer-services h3:after{content:"";position:absolute;bottom:0;left:0;width:40px;height:2px;background:#c41e3a}@media (max-width: 768px){.site-footer .footer-links h3,.site-footer .footer-services h3{font-size:16px}}.site-footer .footer-links ul,.site-footer .footer-services ul{list-style:none;padding:0;margin:0}.site-footer .footer-links li,.site-footer .footer-services li{margin-bottom:10px}.site-footer .footer-links li:last-child,.site-footer .footer-services li:last-child{margin-bottom:0}.site-footer .footer-links a,.site-footer .footer-services a{font-family:Raleway,sans-serif;font-size:16px;color:#ffffffb3;text-decoration:none;transition:all .3s ease;display:inline-block;position:relative;padding-left:15px}.site-footer .footer-links a:before,.site-footer .footer-services a:before{content:"";position:absolute;left:0;top:50%;transform:translateY(-50%);width:6px;height:6px;border-radius:50%;background:#c41e3a;opacity:.7;transition:all .3s ease}.site-footer .footer-links a:hover,.site-footer .footer-services a:hover{color:#fff;transform:translate(5px)}.site-footer .footer-links a:hover:before,.site-footer .footer-services a:hover:before{opacity:1}@media (max-width: 768px){.site-footer .footer-links a,.site-footer .footer-services a{font-size:14px}}.site-footer .footer-contact h3{font-family:Montserrat,sans-serif;font-size:18px;font-weight:600;color:#fff;margin-bottom:15px;position:relative;padding-bottom:10px}.site-footer .footer-contact h3:after{content:"";position:absolute;bottom:0;left:0;width:40px;height:2px;background:#c41e3a}@media (max-width: 768px){.site-footer .footer-contact h3{font-size:16px}}.site-footer .footer-contact ul{list-style:none;padding:0;margin:0 0 30px}.site-footer .footer-contact li{display:flex;align-items:flex-start;margin-bottom:10px}.site-footer .footer-contact li:last-child{margin-bottom:0}.site-footer .footer-contact li i{color:#c41e3a;font-size:16px;margin-right:10px;margin-top:3px}.site-footer .footer-contact li span{font-family:Raleway,sans-serif;font-size:16px;color:#ffffffb3;line-height:1.7}@media (max-width: 768px){.site-footer .footer-contact li span{font-size:14px}}.site-footer .newsletter h4{font-family:Montserrat,sans-serif;font-size:16px;font-weight:500;color:#fff;margin-bottom:10px}@media (max-width: 768px){.site-footer .newsletter h4{font-size:14px}}.site-footer .newsletter .newsletter-form{display:flex}.site-footer .newsletter .newsletter-form input{flex:1;padding:10px 15px;font-family:Raleway,sans-serif;font-size:14px;color:#222;background:#fff;border:none;border-radius:8px 0 0 8px}.site-footer .newsletter .newsletter-form input:focus{outline:none}.site-footer .newsletter .newsletter-form button{display:flex;align-items:center;justify-content:center;padding:0 15px;background:#c41e3a;color:#fff;border:none;border-radius:0 8px 8px 0;cursor:pointer;transition:all .3s ease}.site-footer .newsletter .newsletter-form button:hover{background:#98172d}.site-footer .newsletter .newsletter-form button i{font-size:16px}.site-footer .footer-bottom{padding:30px 0;border-top:1px solid rgba(255,255,255,.1)}.site-footer .footer-bottom .footer-bottom-content{display:flex;justify-content:space-between;align-items:center}@media (max-width: 768px){.site-footer .footer-bottom .footer-bottom-content{flex-direction:column;gap:15px;text-align:center}}.site-footer .footer-bottom .copyright{font-family:Raleway,sans-serif;font-size:14px;color:#fff9;margin:0}.site-footer .footer-bottom .footer-bottom-links{display:flex;justify-content:center;margin-top:20px}.site-footer .footer-bottom .footer-bottom-links a{font-family:Raleway,sans-serif;font-size:14px;color:#ffffffb3;text-decoration:none;transition:all .3s ease}.site-footer .footer-bottom .footer-bottom-links a:hover{color:#fff;text-decoration:underline}.site-footer .footer-back-to-top{position:absolute;right:40px;bottom:40px}@media (max-width: 768px){.site-footer .footer-back-to-top{right:15px;bottom:15px}}.site-footer .footer-back-to-top button{display:flex;align-items:center;justify-content:center;width:40px;height:40px;background:#c41e3a;color:#fff;border:none;border-radius:50%;cursor:pointer;box-shadow:0 5px 15px #0000000d;transition:all .3s ease}.site-footer .footer-back-to-top button:hover{background:#98172d;transform:translateY(-3px)}.site-footer .footer-back-to-top button:focus{outline:none}.site-footer .footer-back-to-top button i{font-size:16px}.page-transition{position:relative;min-height:100vh;width:100%;opacity:0;transform:translateY(20px);transition:opacity .3s ease-out,transform .3s ease-out}.page-transition.loaded{opacity:1;transform:translateY(0)}.page-transition.loading{opacity:0;transform:translateY(20px)}.main-content{position:relative;min-height:100vh;width:100%;overflow-x:hidden;background-color:#fff}html{scroll-behavior:smooth}.route-enter{opacity:0;transform:translateY(20px)}.route-enter-active{opacity:1;transform:translateY(0);transition:opacity .3s ease-out,transform .3s ease-out}.route-exit{opacity:1;transform:translateY(0)}.route-exit-active{opacity:0;transform:translateY(-20px);transition:opacity .3s ease-out,transform .3s ease-out}.hero{position:relative;height:110vh;width:100%;overflow:hidden;display:flex;align-items:center;justify-content:center;padding-top:60px}.hero .video-container{position:absolute;top:0;left:0;width:100%;height:100%;z-index:-1}.hero .video-container .hero-video{width:100%;height:100%;object-fit:cover}.hero .video-container .video-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(135deg,#000c,#1d1d1dcc);opacity:.85}.hero .hero-content{max-width:1200px;width:100%;padding:0 20px;margin-top:80px;text-align:center;opacity:0;transform:translateY(30px);transition:all .5s cubic-bezier(.25,.46,.45,.94)}.hero .hero-content.visible{opacity:1;transform:translateY(0)}@media (max-width: 768px){.hero .hero-content{padding:0 15px}}.hero .hero-title{font-family:Montserrat,sans-serif;color:#f8f9fa;margin-bottom:30px;line-height:1.1}.hero .hero-title span{display:block}.hero .hero-title .title-top{font-size:28px;font-weight:400;letter-spacing:2px;text-transform:uppercase;margin-bottom:10px}@media (max-width: 768px){.hero .hero-title .title-top{font-size:22px}}@media (max-width: 480px){.hero .hero-title .title-top{font-size:18px}}.hero .hero-title .title-middle{font-size:72px;font-weight:800;letter-spacing:-1px;text-transform:uppercase;background:linear-gradient(135deg,#e63946,#c1121f);-webkit-background-clip:text;-webkit-text-fill-color:transparent;margin-bottom:10px}@media (max-width: 992px){.hero .hero-title .title-middle{font-size:60px}}@media (max-width: 768px){.hero .hero-title .title-middle{font-size:48px}}@media (max-width: 480px){.hero .hero-title .title-middle{font-size:36px}}.hero .hero-title .title-bottom{font-size:36px;font-weight:600}@media (max-width: 768px){.hero .hero-title .title-bottom{font-size:28px}}@media (max-width: 480px){.hero .hero-title .title-bottom{font-size:22px}}.hero .hero-subtitle{font-family:Raleway,sans-serif;font-size:20px;font-weight:400;color:#f8f9fae6;margin-bottom:40px;max-width:700px;margin-left:auto;margin-right:auto}@media (max-width: 768px){.hero .hero-subtitle{font-size:18px;margin-bottom:30px}}@media (max-width: 480px){.hero .hero-subtitle{font-size:16px}}.hero .hero-buttons{display:flex;justify-content:center;gap:20px;margin-bottom:60px}@media (max-width: 480px){.hero .hero-buttons{flex-direction:column;align-items:center;gap:15px}}.hero .hero-buttons .btn{font-family:Montserrat,sans-serif;font-size:16px;font-weight:600;text-transform:uppercase;letter-spacing:1px;padding:15px 30px;border-radius:4px;text-decoration:none;transition:all .5s cubic-bezier(.25,.46,.45,.94)}@media (max-width: 768px){.hero .hero-buttons .btn{font-size:14px;padding:12px 25px}}.hero .hero-buttons .btn.btn-primary{background:linear-gradient(135deg,#e63946,#c1121f);color:#f8f9fa;box-shadow:0 4px 15px #e6394666}.hero .hero-buttons .btn.btn-primary:hover{transform:translateY(-3px);box-shadow:0 8px 25px #e6394680}.hero .hero-buttons .btn.btn-secondary{background:transparent;color:#f8f9fa;border:2px solid #f8f9fa}.hero .hero-buttons .btn.btn-secondary:hover{background:#f8f9fa1a;transform:translateY(-3px)}.hero .hero-features{display:flex;justify-content:center;gap:40px}@media (max-width: 992px){.hero .hero-features{gap:30px}}@media (max-width: 768px){.hero .hero-features{flex-direction:column;align-items:center;gap:25px}}.hero .hero-features .feature{display:flex;align-items:center;background:#1d1d1d99;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);padding:15px 20px;border-radius:8px;border-left:3px solid #e63946;max-width:300px;width:100%;transition:all .5s cubic-bezier(.25,.46,.45,.94)}.hero .hero-features .feature:hover{transform:translateY(-5px);background:#1d1d1dcc}@media (max-width: 992px){.hero .hero-features .feature{padding:12px 15px}}@media (max-width: 768px){.hero .hero-features .feature{max-width:400px}}.hero .hero-features .feature .feature-icon{margin-right:15px}.hero .hero-features .feature .feature-icon i{font-size:28px;color:#e63946}@media (max-width: 992px){.hero .hero-features .feature .feature-icon i{font-size:24px}}.hero .hero-features .feature .feature-text h3{font-family:Montserrat,sans-serif;font-size:16px;font-weight:600;color:#f8f9fa;margin:0 0 5px}@media (max-width: 992px){.hero .hero-features .feature .feature-text h3{font-size:15px}}.hero .hero-features .feature .feature-text p{font-family:Raleway,sans-serif;font-size:14px;color:#f8f9facc;margin:0}@media (max-width: 992px){.hero .hero-features .feature .feature-text p{font-size:13px}}.hero .scroll-indicator{position:absolute;bottom:30px;left:50%;transform:translate(-50%);text-align:center;animation:bounce 2s infinite}.hero .scroll-indicator a{text-decoration:none;color:#f8f9fa;display:flex;flex-direction:column;align-items:center;font-family:Montserrat,sans-serif}.hero .scroll-indicator a .scroll-text{font-size:12px;text-transform:uppercase;letter-spacing:2px;margin-bottom:8px;opacity:.8}.hero .scroll-indicator a i{font-size:18px;opacity:.8}@keyframes bounce{0%,20%,50%,80%,to{transform:translateY(0)}40%{transform:translateY(-10px)}60%{transform:translateY(-5px)}}*{margin:0;padding:0;box-sizing:border-box}body{font-family:Montserrat,sans-serif;color:#000;background-color:#fff;line-height:1.6}h1,h2,h3,h4,h5,h6{font-family:Playfair Display,serif;font-weight:700;margin-bottom:1rem}.section{padding:5rem 0}@keyframes fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.fade-in{animation:fadeIn .6s ease-out forwards}.text-primary{color:#e30613}.bg-gradient{background:linear-gradient(135deg,#e30613,#98040d)}.btn{display:inline-block;padding:.8rem 2rem;border-radius:4px;font-weight:600;text-decoration:none;cursor:pointer;transition:all .3s ease-in-out}.btn-primary{background:linear-gradient(135deg,#e30613,#98040d);color:#fff;border:none}.btn-primary:hover{transform:translateY(-3px);box-shadow:0 4px 28px #0000001a}.btn-outline{background:transparent;color:#e30613;border:2px solid #E30613}.btn-outline:hover{background:#e30613;color:#fff}.home-about-section{padding:100px 0;background-color:#fff;position:relative;overflow:hidden;opacity:0;transform:translateY(30px);transition:all .8s cubic-bezier(.25,.46,.45,.94)}.home-about-section.visible{opacity:1;transform:translateY(0)}@media (max-width: 768px){.home-about-section{padding:70px 0}}@media (max-width: 480px){.home-about-section{padding:50px 0}}.home-about-section:before{content:"";position:absolute;top:0;right:0;width:300px;height:300px;background-color:#c41e3a0d;border-radius:50%;transform:translate(150px,-150px);z-index:0}.home-about-section:after{content:"";position:absolute;bottom:0;left:0;width:200px;height:200px;background-color:#c41e3a0d;border-radius:50%;transform:translate(-100px,100px);z-index:0}.home-about-section .container{position:relative;z-index:1;max-width:1140px;margin:0 auto;padding:0 20px}.home-about-section .home-about-content{display:flex;align-items:center;gap:60px}@media (max-width: 992px){.home-about-section .home-about-content{flex-direction:column;gap:40px}}.home-about-section .image-container{flex:1;position:relative}@media (max-width: 992px){.home-about-section .image-container{width:100%;max-width:500px;margin:0 auto}}.home-about-section .image-container .image-wrapper{position:relative;border-radius:12px;overflow:hidden;box-shadow:0 10px 30px #0000001a}.home-about-section .image-container .image-wrapper img{width:100%;height:450px;object-fit:cover;display:block;transition:transform .5s ease}.home-about-section .image-container .image-wrapper:hover img{transform:scale(1.05)}.home-about-section .image-container .image-wrapper .image-accent{position:absolute;top:-20px;right:-20px;width:150px;height:150px;border:3px solid #C41E3A;border-radius:8px;z-index:-1}@media (max-width: 768px){.home-about-section .image-container .image-wrapper .image-accent{width:100px;height:100px;top:-15px;right:-15px}}.home-about-section .image-container .experience-badge{position:absolute;bottom:-25px;right:30px;background:linear-gradient(135deg,#c41e3a,#e63946);color:#fff;padding:20px;border-radius:8px;box-shadow:0 5px 15px #0000000d;display:flex;flex-direction:column;align-items:center;justify-content:center;width:120px;height:120px}@media (max-width: 768px){.home-about-section .image-container .experience-badge{width:100px;height:100px;bottom:-20px;right:20px;padding:10px}}.home-about-section .image-container .experience-badge .years{font-family:Montserrat,sans-serif;font-size:36px;font-weight:700;line-height:1;margin-bottom:5px}@media (max-width: 768px){.home-about-section .image-container .experience-badge .years{font-size:30px}}.home-about-section .image-container .experience-badge .text{font-family:Raleway,sans-serif;font-size:14px;text-align:center;line-height:1.2}@media (max-width: 768px){.home-about-section .image-container .experience-badge .text{font-size:12px}}.home-about-section .text-container{flex:1}.home-about-section .text-container .section-header{margin-bottom:30px}.home-about-section .text-container .section-header .section-title{font-family:Montserrat,sans-serif;font-size:36px;font-weight:700;color:#222;margin-bottom:10px}.home-about-section .text-container .section-header .section-title span{color:#c41e3a}@media (max-width: 768px){.home-about-section .text-container .section-header .section-title{font-size:30px}}.home-about-section .text-container .section-header .title-underline{width:80px;height:4px;background:linear-gradient(135deg,#c41e3a,#e63946);border-radius:2px}.home-about-section .text-container .about-text{font-family:Raleway,sans-serif;font-size:18px;line-height:1.7;color:#222c;margin-bottom:30px}@media (max-width: 768px){.home-about-section .text-container .about-text{font-size:16px}}.home-about-section .text-container .key-points{display:flex;flex-direction:column;gap:15px;margin-bottom:40px}.home-about-section .text-container .key-point{display:flex;align-items:center;gap:15px}.home-about-section .text-container .key-point .icon-wrapper{flex-shrink:0;width:32px;height:32px;background:#c41e3a;border-radius:9999px;display:flex;align-items:center;justify-content:center}.home-about-section .text-container .key-point .icon-wrapper i{color:#fff;font-size:14px}.home-about-section .text-container .key-point p{font-family:Raleway,sans-serif;font-size:16px;color:#222c;margin:0}@media (max-width: 768px){.home-about-section .text-container .key-point p{font-size:14px}}.home-about-section .text-container .learn-more-btn{display:inline-flex;align-items:center;font-family:Montserrat,sans-serif;font-size:16px;font-weight:600;color:#fff;background:linear-gradient(135deg,#c41e3a,#e63946);padding:15px 30px;border-radius:8px;text-decoration:none;transition:all .3s ease}.home-about-section .text-container .learn-more-btn i{margin-left:10px;transition:transform .3s ease}.home-about-section .text-container .learn-more-btn:hover{box-shadow:0 5px 15px #0000000d;transform:translateY(-3px)}.home-about-section .text-container .learn-more-btn:hover i{transform:translate(3px)}@media (max-width: 768px){.home-about-section .text-container .learn-more-btn{font-size:14px;padding:10px 15px}}.image-gallery-section{padding:80px 0;background-color:#fff}.image-gallery-section .container{max-width:1140px;margin:0 auto;padding:0 20px}.image-gallery-section .gallery-header{text-align:center;margin-bottom:60px}.image-gallery-section .gallery-title{font-family:Montserrat,sans-serif;font-size:36px;font-weight:700;color:#222;margin-bottom:30px;position:relative;display:inline-block}.image-gallery-section .gallery-title:after{content:"";position:absolute;bottom:-10px;left:50%;transform:translate(-50%);width:60px;height:3px;background:#c41e3a}.image-gallery-section .gallery-filters{display:flex;justify-content:center;flex-wrap:wrap;gap:10px;margin-bottom:40px}.image-gallery-section .filter-btn{background:transparent;border:1px solid #EEEEEE;color:#333;padding:10px 15px;border-radius:9999px;font-family:Montserrat,sans-serif;font-size:14px;font-weight:500;cursor:pointer;transition:all .3s ease}.image-gallery-section .filter-btn:hover{background-color:#eee}.image-gallery-section .filter-btn.active{background-color:#c41e3a;border-color:#c41e3a;color:#fff}.image-gallery-section .gallery-grid{display:grid;grid-template-columns:repeat(1,1fr);gap:15px}@media (min-width: 576px){.image-gallery-section .gallery-grid{grid-template-columns:repeat(2,1fr)}}@media (min-width: 768px){.image-gallery-section .gallery-grid{grid-template-columns:repeat(3,1fr)}}.image-gallery-section .gallery-item{border-radius:8px;overflow:hidden;box-shadow:0 5px 15px #0000000d;cursor:pointer;opacity:0;transform:translateY(20px);transition:all .3s ease}.image-gallery-section .gallery-item.animate{opacity:1;transform:translateY(0)}.image-gallery-section .gallery-item:hover .item-overlay{opacity:1}.image-gallery-section .gallery-item:hover img{transform:scale(1.05)}.image-gallery-section .gallery-item-inner{position:relative;width:100%;height:0;padding-bottom:100%;overflow:hidden}.image-gallery-section .gallery-item-inner img{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;transition:transform .5s ease}.image-gallery-section .item-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:#222222b3;display:flex;flex-direction:column;justify-content:center;align-items:center;padding:15px;opacity:0;transition:all .3s ease;color:#fff;text-align:center}.image-gallery-section .item-overlay h3{font-family:Montserrat,sans-serif;font-size:18px;font-weight:600;margin-bottom:5px}.image-gallery-section .item-overlay p{font-family:Raleway,sans-serif;font-size:14px;margin-bottom:15px;opacity:.9}.image-gallery-section .item-overlay .view-btn{display:inline-block;padding:5px 15px;background-color:#c41e3a;color:#fff;border-radius:9999px;font-size:12px;font-weight:500;text-transform:uppercase;letter-spacing:1px}.image-gallery-section .lightbox{position:fixed;top:0;left:0;width:100%;height:100%;z-index:1050;display:flex;justify-content:center;align-items:center}.image-gallery-section .lightbox-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background-color:#222222e6;cursor:pointer}.image-gallery-section .lightbox-content{position:relative;width:90%;max-width:1000px;max-height:90vh;z-index:1051;display:flex;align-items:center}.image-gallery-section .lightbox-image-container{width:100%}.image-gallery-section .lightbox-image-container img{width:100%;height:auto;max-height:80vh;object-fit:contain;border-radius:8px}.image-gallery-section .lightbox-caption{background-color:#222222b3;color:#fff;padding:15px;border-bottom-left-radius:8px;border-bottom-right-radius:8px}.image-gallery-section .lightbox-caption h3{font-family:Montserrat,sans-serif;font-size:20px;font-weight:600;margin-bottom:5px}.image-gallery-section .lightbox-caption p{font-family:Raleway,sans-serif;font-size:16px;opacity:.9}.image-gallery-section .lightbox-close{position:absolute;top:-40px;right:0;background:transparent;border:none;color:#fff;font-size:30px;cursor:pointer;z-index:1052}.image-gallery-section .lightbox-nav{background:#22222280;color:#fff;border:none;width:50px;height:50px;border-radius:9999px;display:flex;justify-content:center;align-items:center;font-size:30px;cursor:pointer;transition:all .3s ease;position:absolute;top:50%;transform:translateY(-50%);z-index:1052}.image-gallery-section .lightbox-nav:hover{background:#c41e3acc}.image-gallery-section .lightbox-nav.prev{left:-70px}.image-gallery-section .lightbox-nav.next{right:-70px}@media (max-width: 768px){.image-gallery-section .lightbox-nav{width:40px;height:40px}.image-gallery-section .lightbox-nav.prev{left:-50px}.image-gallery-section .lightbox-nav.next{right:-50px}}@media (max-width: 576px){.image-gallery-section .lightbox-nav.prev{left:-25px}.image-gallery-section .lightbox-nav.next{right:-25px}}.about-page{position:relative;overflow:hidden;padding-top:80px}.about-page .about-background{position:fixed;top:0;left:0;width:100%;height:100%;z-index:-1;overflow:hidden}.about-page .about-background .bg-shape{position:absolute;border-radius:50%;opacity:.05}.about-page .about-background .bg-shape.shape-1{top:-200px;right:-200px;width:600px;height:600px;background:#c41e3a}.about-page .about-background .bg-shape.shape-2{bottom:-300px;left:-150px;width:500px;height:500px;background:#c41e3a}.about-page .about-background .bg-shape.shape-3{top:40%;right:30%;width:300px;height:300px;background:#222;opacity:.03}.about-page .about-background .bg-pattern{position:absolute;top:0;left:0;width:100%;height:100%;opacity:.5}.about-page .container{max-width:1200px;margin:0 auto;padding:0 20px}@media (max-width: 768px){.about-page .container{padding:0 15px}}.about-page section{padding:100px 0;transform:translateY(30px);transition:all .8s cubic-bezier(.25,.46,.45,.94)}.about-page section.visible{opacity:1;transform:translateY(0)}@media (max-width: 768px){.about-page section{padding:70px 0}}@media (max-width: 480px){.about-page section{padding:50px 0}}.about-page .section-header{text-align:center;margin-bottom:60px}@media (max-width: 768px){.about-page .section-header{margin-bottom:40px}}.about-page .section-title{font-family:Montserrat,sans-serif;font-size:42px;font-weight:700;color:#222;margin-bottom:15px;position:relative}.about-page .section-title span{color:#c41e3a}@media (max-width: 768px){.about-page .section-title{font-size:36px}}@media (max-width: 480px){.about-page .section-title{font-size:30px}}.about-page .title-underline{width:80px;height:4px;background:linear-gradient(135deg,#c41e3a,#e63946);margin:0 auto 20px;border-radius:2px}.about-page .section-subtitle{font-family:Raleway,sans-serif;font-size:18px;color:#222222b3;max-width:700px;margin:0 auto}@media (max-width: 768px){.about-page .section-subtitle{font-size:16px}}.about-page .about-hero{padding-top:120px;padding-bottom:80px}.about-page .about-hero .hero-content{display:flex;align-items:center;gap:50px}@media (max-width: 992px){.about-page .about-hero .hero-content{flex-direction:column;gap:40px}}.about-page .about-hero .text-content{flex:1}.about-page .about-hero .lead-text{font-family:Raleway,sans-serif;font-size:18px;line-height:1.7;color:#222c;margin-bottom:40px}@media (max-width: 768px){.about-page .about-hero .lead-text{font-size:16px;margin-bottom:30px}}.about-page .about-hero .stats-container{display:flex;gap:30px}@media (max-width: 768px){.about-page .about-hero .stats-container{flex-wrap:wrap;gap:20px}}@media (max-width: 480px){.about-page .about-hero .stats-container{justify-content:center}}.about-page .about-hero .stat-item{display:flex;flex-direction:column;align-items:center;background:#fff;padding:20px;border-radius:8px;box-shadow:0 5px 15px #0000000d;min-width:120px;transition:all .3s ease}.about-page .about-hero .stat-item:hover{transform:translateY(-5px);box-shadow:0 8px 25px #0000001a}.about-page .about-hero .stat-item .stat-number{font-family:Montserrat,sans-serif;font-size:36px;font-weight:700;color:#c41e3a;margin-bottom:5px}@media (max-width: 768px){.about-page .about-hero .stat-item .stat-number{font-size:30px}}.about-page .about-hero .stat-item .stat-label{font-family:Raleway,sans-serif;font-size:14px;color:#222222b3;text-align:center}.about-page .about-hero .image-container{flex:1}.about-page .about-hero .image-container .image-wrapper{position:relative;border-radius:10px;overflow:hidden;box-shadow:0 10px 30px #0000001a}.about-page .about-hero .image-container .image-wrapper:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(to bottom,#0000 70%,#000000b3);z-index:1}.about-page .about-hero .image-container .image-wrapper img{width:100%;height:400px;object-fit:cover;display:block;transition:transform .5s ease}.about-page .about-hero .image-container .image-wrapper:hover img{transform:scale(1.05)}.about-page .about-mission{background-color:#ffffffb3;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:20px;margin:0 20px}.about-page .about-mission .mission-content{display:flex;align-items:center;gap:50px}@media (max-width: 992px){.about-page .about-mission .mission-content{flex-direction:column-reverse;gap:40px}}.about-page .about-mission .image-container{flex:1}.about-page .about-mission .image-container .image-wrapper{position:relative;border-radius:10px;overflow:hidden;box-shadow:0 10px 30px #0000001a}.about-page .about-mission .image-container .image-wrapper img{width:100%;height:500px;object-fit:cover;display:block;transition:transform .5s ease}.about-page .about-mission .image-container .image-wrapper .image-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(to bottom,#0000004d,#000000b3);display:flex;align-items:flex-end;padding:30px;opacity:0;transition:opacity .3s ease}.about-page .about-mission .image-container .image-wrapper .image-overlay .overlay-content h3{font-family:Montserrat,sans-serif;font-size:24px;font-weight:700;color:#fff;margin:0}.about-page .about-mission .image-container .image-wrapper:hover img{transform:scale(1.05)}.about-page .about-mission .image-container .image-wrapper:hover .image-overlay{opacity:1}.about-page .about-mission .text-content{flex:1;display:flex;flex-direction:column;gap:30px}.about-page .about-mission .mission-card{display:flex;gap:20px;background:#fff;padding:25px;border-radius:10px;box-shadow:0 5px 15px #0000000d;transition:all .3s ease}.about-page .about-mission .mission-card:hover{transform:translateY(-5px);box-shadow:0 8px 25px #0000001a}.about-page .about-mission .mission-card .card-icon{flex-shrink:0;width:60px;height:60px;background:linear-gradient(135deg,#c41e3a,#e63946);border-radius:50%;display:flex;align-items:center;justify-content:center}.about-page .about-mission .mission-card .card-icon i{font-size:24px;color:#fff}.about-page .about-mission .mission-card .card-text p{font-family:Raleway,sans-serif;font-size:16px;line-height:1.7;color:#222c;margin:0}.about-page .team-section .team-grid{display:flex;justify-content:center;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:40px}@media (max-width: 768px){.about-page .team-section .team-grid{grid-template-columns:repeat(auto-fill,minmax(250px,1fr));gap:30px}}.about-page .team-section .team-member{background:#fff;border-radius:10px;overflow:hidden;box-shadow:0 5px 15px #0000000d;transition:all .3s ease}.about-page .team-section .team-member:hover{transform:translateY(-10px);box-shadow:0 15px 30px #0000001a}.about-page .team-section .team-member:hover .member-image .social-links{opacity:1}.about-page .team-section .team-member .member-image{position:relative;height:300px;overflow:hidden}.about-page .team-section .team-member .member-image img{width:100%;height:100%;object-fit:cover;transition:transform .5s ease}.about-page .team-section .team-member .member-image .social-links{position:absolute;bottom:0;left:0;width:100%;padding:20px;background:linear-gradient(to top,#000000b3,#0000);display:flex;justify-content:center;gap:15px;opacity:0;transition:opacity .3s ease}.about-page .team-section .team-member .member-image .social-links .social-link{width:36px;height:36px;background:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#222;font-size:16px;transition:all .3s ease}.about-page .team-section .team-member .member-image .social-links .social-link:hover{background:#c41e3a;color:#fff;transform:translateY(-3px)}.about-page .team-section .team-member .member-info{padding:25px}.about-page .team-section .team-member .member-info h3{font-family:Montserrat,sans-serif;font-size:20px;font-weight:600;color:#222;margin:0 0 5px}.about-page .team-section .team-member .member-info h4{font-family:Raleway,sans-serif;font-size:16px;font-weight:500;color:#c41e3a;margin:0 0 15px}.about-page .team-section .team-member .member-info p{font-family:Raleway,sans-serif;font-size:14px;line-height:1.6;color:#222222b3;margin:0 0 20px}.about-page .team-section .team-member .member-info .read-more-btn{font-family:Montserrat,sans-serif;font-size:14px;font-weight:600;color:#222;background:none;border:none;padding:0;cursor:pointer;display:flex;align-items:center;transition:all .3s ease}.about-page .team-section .team-member .member-info .read-more-btn:after{content:"";font-family:"Font Awesome 5 Free";font-weight:900;font-size:12px;margin-left:5px;transition:transform .3s ease}.about-page .team-section .team-member .member-info .read-more-btn:hover{color:#c41e3a}.about-page .team-section .team-member .member-info .read-more-btn:hover:after{transform:translate(3px)}.about-page .team-section .team-modal{display:none;position:fixed;top:0;left:0;width:100%;height:100%;background:#000c;z-index:1000;overflow-y:auto;padding:50px 0}.about-page .team-section .team-modal.active{display:block}.about-page .team-section .team-modal .modal-content{background:#fff;max-width:800px;margin:17vh auto;border-radius:10px;position:relative;padding:40px}@media (max-width: 768px){.about-page .team-section .team-modal .modal-content{padding:30px;margin:0 20px}}.about-page .team-section .team-modal .modal-content .close-modal{position:absolute;top:20px;right:20px;font-size:28px;color:#222;cursor:pointer;transition:color .3s ease}.about-page .team-section .team-modal .modal-content .close-modal:hover{color:#c41e3a}.about-page .team-section .team-modal .modal-content .modal-body{display:none}.about-page .team-section .team-modal .modal-content .modal-body.active{display:block}.about-page .team-section .team-modal .modal-content .modal-body h3{font-family:Montserrat,sans-serif;font-size:28px;font-weight:700;color:#222;margin:0 0 10px}@media (max-width: 768px){.about-page .team-section .team-modal .modal-content .modal-body h3{font-size:24px}}.about-page .team-section .team-modal .modal-content .modal-body h4{font-family:Raleway,sans-serif;font-size:18px;font-weight:600;color:#c41e3a;margin:0 0 20px}@media (max-width: 768px){.about-page .team-section .team-modal .modal-content .modal-body h4{font-size:16px}}.about-page .team-section .team-modal .modal-content .modal-body p{font-family:Raleway,sans-serif;font-size:16px;line-height:1.7;color:#222c;margin-bottom:20px}@media (max-width: 768px){.about-page .team-section .team-modal .modal-content .modal-body p{font-size:15px}}.about-page .team-section .team-modal .modal-content .modal-body ul{margin:0 0 20px 20px;padding:0}.about-page .team-section .team-modal .modal-content .modal-body ul li{font-family:Raleway,sans-serif;font-size:16px;line-height:1.7;color:#222c;margin-bottom:10px}@media (max-width: 768px){.about-page .team-section .team-modal .modal-content .modal-body ul li{font-size:15px}}.about-page .partners-section .partners-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(500px,1fr));gap:40px}@media (max-width: 768px){.about-page .partners-section .partners-grid{grid-template-columns:1fr;gap:30px}}.about-page .partners-section .partner-card{display:flex;background:#fff;border-radius:10px;overflow:hidden;box-shadow:0 5px 15px #0000000d;transition:all .3s ease}.about-page .partners-section .partner-card:hover{transform:translateY(-5px);box-shadow:0 15px 30px #0000001a}@media (max-width: 576px){.about-page .partners-section .partner-card{flex-direction:column}}.about-page .partners-section .partner-card .partner-logo{flex:0 0 200px;background:#f8f9fa;display:flex;align-items:center;justify-content:center;padding:30px}@media (max-width: 576px){.about-page .partners-section .partner-card .partner-logo{flex:0 0 auto;height:200px}}.about-page .partners-section .partner-card .partner-logo img{max-width:100%;max-height:120px;object-fit:contain}.about-page .partners-section .partner-card .partner-info{flex:1;padding:30px}.about-page .partners-section .partner-card .partner-info h3{font-family:Montserrat,sans-serif;font-size:22px;font-weight:600;color:#222;margin:0 0 15px}@media (max-width: 768px){.about-page .partners-section .partner-card .partner-info h3{font-size:20px}}.about-page .partners-section .partner-card .partner-info p{font-family:Raleway,sans-serif;font-size:15px;line-height:1.7;color:#222222b3;margin:0 0 20px}.about-page .partners-section .partner-card .partner-info .partner-link{font-family:Montserrat,sans-serif;font-size:14px;font-weight:600;color:#c41e3a;text-decoration:none;display:inline-flex;align-items:center;transition:all .3s ease}.about-page .partners-section .partner-card .partner-info .partner-link i{margin-left:5px;transition:transform .3s ease}.about-page .partners-section .partner-card .partner-info .partner-link:hover{color:#98172d}.about-page .partners-section .partner-card .partner-info .partner-link:hover i{transform:translate(3px)}.about-page .cta-section{background:linear-gradient(135deg,#c41e3a,#e63946);padding:80px 0;margin-top:80px}.about-page .cta-section .cta-content{text-align:center;color:#fff}.about-page .cta-section .cta-content h2{font-family:Montserrat,sans-serif;font-size:36px;font-weight:700;margin:0 0 15px}@media (max-width: 768px){.about-page .cta-section .cta-content h2{font-size:30px}}@media (max-width: 480px){.about-page .cta-section .cta-content h2{font-size:26px}}.about-page .cta-section .cta-content p{font-family:Raleway,sans-serif;font-size:18px;margin:0 0 30px;opacity:.9}@media (max-width: 768px){.about-page .cta-section .cta-content p{font-size:16px}}.about-page .cta-section .cta-content .cta-buttons{display:flex;justify-content:center;gap:20px}@media (max-width: 480px){.about-page .cta-section .cta-content .cta-buttons{flex-direction:column;align-items:center;gap:15px}}.about-page .cta-section .cta-content .cta-buttons .btn{font-family:Montserrat,sans-serif;font-size:16px;font-weight:600;text-transform:uppercase;letter-spacing:1px;padding:15px 30px;border-radius:4px;text-decoration:none;transition:all .3s ease}@media (max-width: 768px){.about-page .cta-section .cta-content .cta-buttons .btn{font-size:14px;padding:12px 25px}}.about-page .cta-section .cta-content .cta-buttons .btn.btn-primary{background:#fff;color:#c41e3a}.about-page .cta-section .cta-content .cta-buttons .btn.btn-primary:hover{background:#ffffffe6;transform:translateY(-3px)}.about-page .cta-section .cta-content .cta-buttons .btn.btn-secondary{background:transparent;color:#fff;border:2px solid white}.about-page .cta-section .cta-content .cta-buttons .btn.btn-secondary:hover{background:#ffffff1a;transform:translateY(-3px)}.about-page .ceo-section{padding:6rem 2rem;background-color:#f8f9fa;position:relative;overflow:hidden}.about-page .ceo-section:before{content:"";position:absolute;top:0;left:0;width:100%;height:5px;background:linear-gradient(90deg,#c41e3a,#e63946)}.about-page .ceo-section .container{max-width:1200px;margin:0 auto}.about-page .ceo-content{display:flex;align-items:center;gap:4rem}@media (max-width: 992px){.about-page .ceo-content{flex-direction:column;gap:3rem}}.about-page .ceo-image-container{flex:0 0 45%;position:relative}@media (max-width: 992px){.about-page .ceo-image-container{flex:0 0 100%;max-width:500px;margin:0 auto}}.about-page .ceo-image-wrapper{position:relative;border-radius:12px;overflow:hidden;box-shadow:0 10px 30px #00000026;aspect-ratio:3/4}.about-page .ceo-image-wrapper:after{content:"";position:absolute;top:0;left:0;width:100%;height:100%}.about-page .ceo-image-wrapper img{width:100%;height:100%;object-fit:cover;transition:transform .5s ease}.about-page .ceo-image-wrapper:hover img{transform:scale(1.05)}.about-page .ceo-image-accent{position:absolute;bottom:-20px;right:-20px;width:100px;height:100px;background-color:#e63946;border-radius:50%;z-index:-1;opacity:.8}.about-page .ceo-badge{position:absolute;bottom:30px;left:30px;background-color:#c41e3a;color:#fff;padding:.8rem 1.5rem;border-radius:50px;font-weight:600;font-size:1rem;box-shadow:0 4px 15px #0003;z-index:2}.about-page .ceo-badge .ceo-title{position:relative;padding-left:25px}.about-page .ceo-badge .ceo-title:before{content:"";position:absolute;left:0;top:50%;transform:translateY(-50%);width:15px;height:15px;background-color:#e63946;border-radius:50%}.about-page .ceo-text-container{flex:0 0 55%}@media (max-width: 992px){.about-page .ceo-text-container{flex:0 0 100%}}.about-page .ceo-header{margin-bottom:2rem}.about-page .ceo-name{font-size:2.8rem;color:#c41e3a;margin-bottom:1rem;font-family:Raleway,sans-serif;font-weight:700}@media (max-width: 768px){.about-page .ceo-name{font-size:2.4rem}}.about-page .ceo-title-underline{width:80px;height:3px;background-color:#e63946;margin-bottom:2rem}.about-page .ceo-quote{position:relative;padding:2rem;background-color:#fff;border-radius:12px;box-shadow:0 5px 20px #00000014;margin-bottom:2rem}.about-page .ceo-quote p{font-size:1.2rem;line-height:1.8;color:#222;font-style:italic;margin:0;padding:0 1.5rem}.about-page .ceo-quote .fa-quote-left{position:absolute;top:20px;left:20px;color:#e63946;font-size:1.5rem;opacity:.7}.about-page .ceo-quote .fa-quote-right{position:absolute;bottom:20px;right:20px;color:#e63946;font-size:1.5rem;opacity:.7}.about-page .ceo-bio{margin-bottom:2.5rem}.about-page .ceo-bio p{font-size:1.1rem;line-height:1.8;color:#222;margin-bottom:1.5rem}.about-page .ceo-bio p:last-child{margin-bottom:0}.about-page .ceo-credentials{margin-bottom:2.5rem}.about-page .ceo-credentials h3{font-size:1.5rem;color:#c41e3a;margin-bottom:1.5rem;font-family:Raleway,sans-serif}.about-page .ceo-credentials ul{list-style-type:none;padding:0;margin:0}.about-page .ceo-credentials li{display:flex;align-items:center;margin-bottom:1rem}.about-page .ceo-credentials li i{color:#e63946;font-size:1.2rem;margin-right:1rem;width:24px;text-align:center}.about-page .ceo-credentials li span{font-size:1.1rem;color:#222}.about-page .ceo-contact{margin-top:2rem}.about-page .ceo-contact .ceo-email{display:inline-flex;align-items:center;background-color:#c41e3a;color:#fff;padding:.8rem 1.5rem;border-radius:50px;font-weight:600;text-decoration:none;transition:all .3s ease;box-shadow:0 4px 15px #0000001a}.about-page .ceo-contact .ceo-email i{margin-right:.8rem}.about-page .ceo-contact .ceo-email:hover{background-color:#e63946;transform:translateY(-3px);box-shadow:0 6px 20px #00000026}.services-page{position:relative;overflow:hidden;padding-top:80px}.services-page .services-background{position:fixed;top:0;left:0;width:100%;height:100%;z-index:-1;overflow:hidden}.services-page .services-background .bg-shape{position:absolute;border-radius:50%;opacity:.05}.services-page .services-background .bg-shape.shape-1{top:-200px;right:-200px;width:600px;height:600px;background:#c41e3a}.services-page .services-background .bg-shape.shape-2{bottom:-300px;left:-150px;width:500px;height:500px;background:#c41e3a}.services-page .services-background .bg-shape.shape-3{top:40%;right:30%;width:300px;height:300px;background:#222;opacity:.03}.services-page .container{max-width:1140px;margin:0 auto;padding:0 20px}@media (max-width: 768px){.services-page .container{padding:0 15px}}.services-page .animate-on-scroll{transform:translateY(30px);transition:all .8s cubic-bezier(.25,.46,.45,.94)}.services-page .animate-on-scroll.visible{opacity:1;transform:translateY(0)}.services-page .services-hero{padding:100px 0}@media (max-width: 768px){.services-page .services-hero{padding:80px 0}}@media (max-width: 480px){.services-page .services-hero{padding:60px 0}}.services-page .services-hero .hero-content{max-width:800px;margin:0 auto;text-align:center}.services-page .services-hero .hero-title{font-family:Montserrat,sans-serif;font-size:48px;font-weight:700;color:#222;margin-bottom:10px}.services-page .services-hero .hero-title span{color:#c41e3a}@media (max-width: 768px){.services-page .services-hero .hero-title{font-size:42px}}@media (max-width: 480px){.services-page .services-hero .hero-title{font-size:36px}}.services-page .services-hero .title-underline{width:80px;height:4px;background:linear-gradient(135deg,#c41e3a,#e63946);margin:0 auto 20px;border-radius:2px}.services-page .services-hero .hero-subtitle{font-family:Raleway,sans-serif;font-size:24px;font-weight:500;color:#c41e3a;margin-bottom:20px}@media (max-width: 768px){.services-page .services-hero .hero-subtitle{font-size:20px}}@media (max-width: 480px){.services-page .services-hero .hero-subtitle{font-size:18px}}.services-page .services-hero .hero-description{font-family:Raleway,sans-serif;font-size:18px;line-height:1.7;color:#222c;margin-bottom:40px}@media (max-width: 768px){.services-page .services-hero .hero-description{font-size:16px}}.services-page .services-hero .hero-buttons{display:flex;justify-content:center;gap:20px}@media (max-width: 480px){.services-page .services-hero .hero-buttons{flex-direction:column;align-items:center;gap:15px}}.services-page .services-hero .hero-buttons .btn{font-family:Montserrat,sans-serif;font-size:16px;font-weight:600;padding:15px 40px;border-radius:8px;text-decoration:none;transition:all .3s ease}@media (max-width: 768px){.services-page .services-hero .hero-buttons .btn{font-size:14px;padding:10px 30px}}.services-page .services-hero .hero-buttons .btn.btn-primary{background:linear-gradient(135deg,#c41e3a,#e63946);color:#fff}.services-page .services-hero .hero-buttons .btn.btn-primary:hover{box-shadow:0 5px 15px #0000000d;transform:translateY(-3px)}.services-page .services-hero .hero-buttons .btn.btn-secondary{background:transparent;border:2px solid #C41E3A;color:#c41e3a}.services-page .services-hero .hero-buttons .btn.btn-secondary:hover{background:#c41e3a0d;transform:translateY(-3px)}.services-page .services-grid-section{padding:100px 0}@media (max-width: 768px){.services-page .services-grid-section{padding:80px 0}}@media (max-width: 480px){.services-page .services-grid-section{padding:60px 0}}.services-page .services-grid-section .section-header{text-align:center;margin-bottom:60px}@media (max-width: 768px){.services-page .services-grid-section .section-header{margin-bottom:40px}}.services-page .services-grid-section .section-title{font-family:Montserrat,sans-serif;font-size:36px;font-weight:700;color:#222;margin-bottom:10px}.services-page .services-grid-section .section-title span{color:#c41e3a}@media (max-width: 768px){.services-page .services-grid-section .section-title{font-size:30px}}.services-page .services-grid-section .title-underline{width:80px;height:4px;background:linear-gradient(135deg,#c41e3a,#e63946);margin:0 auto 20px;border-radius:2px}.services-page .services-grid-section .section-subtitle{font-family:Raleway,sans-serif;font-size:18px;color:#222222b3;max-width:600px;margin:0 auto}@media (max-width: 768px){.services-page .services-grid-section .section-subtitle{font-size:16px}}.services-page .services-grid-section .services-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(350px,1fr));gap:40px}@media (max-width: 768px){.services-page .services-grid-section .services-grid{grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:30px}}@media (max-width: 576px){.services-page .services-grid-section .services-grid{grid-template-columns:1fr;gap:30px}}.services-page .services-grid-section .service-card{background:#fff;border-radius:12px;overflow:hidden;box-shadow:0 5px 15px #0000000d;transition:all .3s ease;height:100%;display:flex;flex-direction:column}.services-page .services-grid-section .service-card:hover{transform:translateY(-5px);box-shadow:0 15px 40px #00000026}.services-page .services-grid-section .service-card .service-image-slider{position:relative;height:240px;overflow:hidden}@media (max-width: 768px){.services-page .services-grid-section .service-card .service-image-slider{height:220px}}.services-page .services-grid-section .service-card .service-image-container{position:relative;width:100%;height:100%;overflow:hidden}.services-page .services-grid-section .service-card .service-image{position:absolute;top:0;left:0;width:100%;height:100%;background-size:cover;background-position:center;transition:opacity .6s ease,transform .6s ease;transform:scale(1.05)}.services-page .services-grid-section .service-card .service-image.active{opacity:1;transform:scale(1)}.services-page .services-grid-section .service-card .service-icon{position:absolute;top:15px;left:15px;width:50px;height:50px;border-radius:9999px;background:#ffffffe6;display:flex;align-items:center;justify-content:center;color:#c41e3a;font-size:20px;box-shadow:0 2px 5px #0000000d;z-index:2;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.services-page .services-grid-section .service-card .image-navigation{position:absolute;bottom:15px;left:0;right:0;display:flex;justify-content:center;align-items:center;gap:10px;z-index:2}.services-page .services-grid-section .service-card .image-navigation .nav-button{width:36px;height:36px;border-radius:9999px;background:#ffffffb3;border:none;display:flex;align-items:center;justify-content:center;color:#222;cursor:pointer;transition:all .3s ease;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.services-page .services-grid-section .service-card .image-navigation .nav-button:hover{background:#ffffffe6;transform:scale(1.1)}.services-page .services-grid-section .service-card .image-navigation .nav-button:focus{outline:none;box-shadow:0 0 0 2px #c41e3a80}.services-page .services-grid-section .service-card .image-navigation .nav-button i{font-size:14px}.services-page .services-grid-section .service-card .image-navigation .image-indicators{display:flex;gap:8px}.services-page .services-grid-section .service-card .image-navigation .image-indicators .indicator{width:8px;height:8px;border-radius:9999px;background:#ffffff80;cursor:pointer;transition:all .3s ease}.services-page .services-grid-section .service-card .image-navigation .image-indicators .indicator.active{background:#fff;transform:scale(1.2)}.services-page .services-grid-section .service-card .image-navigation .image-indicators .indicator:hover{background:#fffc}.services-page .services-grid-section .service-card .service-content{padding:30px;flex-grow:1;display:flex;flex-direction:column}@media (max-width: 768px){.services-page .services-grid-section .service-card .service-content{padding:20px}}.services-page .services-grid-section .service-card .service-title{font-family:Montserrat,sans-serif;font-size:20px;font-weight:700;color:#222;margin:0 0 10px}@media (max-width: 768px){.services-page .services-grid-section .service-card .service-title{font-size:18px}}.services-page .services-grid-section .service-card .service-description{font-family:Raleway,sans-serif;font-size:16px;line-height:1.5;color:#222222b3;margin:0 0 30px;flex-grow:1}@media (max-width: 768px){.services-page .services-grid-section .service-card .service-description{font-size:14px;margin:0 0 20px}}.services-page .services-grid-section .service-card .book-now-btn{display:inline-flex;align-items:center;font-family:Montserrat,sans-serif;font-size:14px;font-weight:600;color:#c41e3a;text-decoration:none;padding:10px 0;transition:all .3s ease;align-self:flex-start}.services-page .services-grid-section .service-card .book-now-btn i{margin-left:10px;transition:all .3s ease}.services-page .services-grid-section .service-card .book-now-btn:hover{color:#e63946}.services-page .services-grid-section .service-card .book-now-btn:hover i{transform:translate(4px)}.services-page .cta-section{background:linear-gradient(135deg,#c41e3a,#e63946);padding:80px 0;margin-top:80px}@media (max-width: 768px){.services-page .cta-section{padding:60px 0;margin-top:60px}}.services-page .cta-section .cta-content{text-align:center;color:#fff}.services-page .cta-section .cta-content h2{font-family:Montserrat,sans-serif;font-size:36px;font-weight:700;margin:0 0 15px}@media (max-width: 768px){.services-page .cta-section .cta-content h2{font-size:30px}}@media (max-width: 480px){.services-page .cta-section .cta-content h2{font-size:24px}}.services-page .cta-section .cta-content p{font-family:Raleway,sans-serif;font-size:20px;margin:0 0 40px;opacity:.9}@media (max-width: 768px){.services-page .cta-section .cta-content p{font-size:18px;margin:0 0 30px}}@media (max-width: 480px){.services-page .cta-section .cta-content p{font-size:16px}}.services-page .cta-section .cta-content .cta-button{display:inline-flex;align-items:center;font-family:Montserrat,sans-serif;font-size:16px;font-weight:600;color:#c41e3a;background:#fff;padding:15px 40px;border-radius:8px;text-decoration:none;transition:all .3s ease}.services-page .cta-section .cta-content .cta-button i{margin-left:10px}.services-page .cta-section .cta-content .cta-button:hover{transform:translateY(-3px);box-shadow:0 5px 15px #0000000d}@media (max-width: 768px){.services-page .cta-section .cta-content .cta-button{font-size:14px;padding:10px 30px}}.container{width:100%;max-width:1200px;margin:0 auto;padding:0 1.5rem}@media (max-width: 768px){.container{padding:0 .75rem}}.btn{display:inline-block;padding:.75rem 2rem;border-radius:.375rem;font-weight:500;text-decoration:none;cursor:pointer;transition:all .3s ease;text-align:center}.btn-primary{background:linear-gradient(135deg,#e63946,#d62828);color:#f1faee;border:none}.btn-primary:hover{transform:translateY(-2px);box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f}.btn-outline{background:transparent;border:2px solid #e63946;color:#e63946}.btn-outline:hover{background-color:#e63946;color:#f1faee}.fade-in{opacity:0;transform:translateY(20px);transition:opacity .6s ease,transform .6s ease}.fade-in.visible{opacity:1;transform:translateY(0)}.slide-in-left{opacity:0;transform:translate(-20px);transition:opacity .6s ease,transform .6s ease}.slide-in-left.visible{opacity:1;transform:translate(0)}.loader{position:fixed;top:0;left:0;width:100%;height:100%;background-color:#f1faee;display:flex;flex-direction:column;justify-content:center;align-items:center;z-index:1030}.loader__spinner{width:50px;height:50px;border:4px solid #f8f9fa;border-top:4px solid #e63946;border-radius:50%;animation:spin 1s linear infinite;margin-bottom:.75rem}.loader p{font-size:1.125rem;color:#1d3557;font-weight:500}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.projects-page{min-height:100vh}.projects-hero{background:linear-gradient(#1d3557b3,#1d3557b3),url(https://images.unsplash.com/photo-1503387762-592deb58ef4e?ixlib=rb-4.0.3&auto=format&fit=crop&w=1200&q=80);background-size:cover;background-position:center;padding:4rem 0;color:#f1faee;text-align:center;padding-top:6rem!important;background-color:#000}.projects-hero__content{max-width:800px;margin:0 auto}.projects-hero__title{font-size:3.75rem;margin-bottom:1.5rem;font-weight:700}@media (max-width: 768px){.projects-hero__title{font-size:2.25rem}}.projects-hero__subtitle{font-size:1.25rem;line-height:1.5;opacity:.9}@media (max-width: 768px){.projects-hero__subtitle{font-size:1rem}}.projects-filter{margin-bottom:2rem}.projects-filter__container{display:flex;flex-wrap:wrap;gap:.5rem;justify-content:center}.projects-filter__btn{background:transparent;border:2px solid #f8f9fa;color:#457b9d;padding:.5rem 1.5rem;border-radius:9999px;font-size:.875rem;font-weight:500;cursor:pointer;transition:all .3s ease}.projects-filter__btn:hover{border-color:#e63946;color:#e63946}.projects-filter__btn.active{background:linear-gradient(135deg,#e63946,#d62828);color:#f1faee;border-color:transparent}@media (max-width: 768px){.projects-filter__container{gap:.25rem}.projects-filter__btn{padding:.25rem .75rem;font-size:.75rem}}.projects-section{padding:3rem 0;background-color:#f8f9fa}.projects-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem}.projects-grid__item{position:relative;transition:all .3s ease}@media (max-width: 992px){.projects-grid__item{grid-column:span 1}}@media (max-width: 768px){.projects-grid__item{grid-column:span 1}}@media (max-width: 576px){.projects-grid__item{grid-column:span 1}}@media (max-width: 992px){.projects-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width: 768px){.projects-grid{gap:1rem}}@media (max-width: 576px){.projects-grid{grid-template-columns:1fr}}.projects-empty{grid-column:1/-1;text-align:center;padding:3rem 0}.projects-empty h3{margin-bottom:1.5rem;color:#457b9d}.project-card{position:relative;background-color:#f1faee;border-radius:.5rem;overflow:hidden;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f;transition:all .3s ease;height:100%;display:flex;flex-direction:column;cursor:pointer}.project-card:hover{transform:translateY(-5px);box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d}.project-card:hover .project-card__image{transform:scale(1.05)}.project-card:hover .project-card__overlay{opacity:1}.project-card__image-container{position:relative;overflow:hidden;height:240px;width:100%}.project-card__image{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;transition:transform .5s ease}.project-card__overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:#1d355799;display:flex;flex-direction:column;justify-content:center;align-items:center;opacity:0;transition:opacity .3s ease;z-index:2}.project-card__category{position:absolute;top:.75rem;left:.75rem;background:#e63946;color:#f1faee;padding:.25rem .5rem;border-radius:.25rem;font-size:.75rem;font-weight:500;text-transform:uppercase;letter-spacing:1px;z-index:3}.project-card__view-btn{position:relative;background:#f1faee;color:#1d3557;border:none;padding:.5rem 1.5rem;border-radius:.375rem;font-weight:500;cursor:pointer;transition:all .3s ease;z-index:3;margin-top:.75rem}.project-card__view-btn:hover{background:#e63946;color:#f1faee}.project-card__content{position:relative;padding:1.5rem;flex-grow:1;display:flex;flex-direction:column;background-color:#f1faee;z-index:1}.project-card__title{font-size:1.25rem;margin-bottom:.5rem;color:#1d3557;font-weight:600}.project-card__description{font-size:.875rem;color:#457b9d;line-height:1.6;flex-grow:1}.project-modal{position:fixed;top:0;left:0;width:100%;height:100%;z-index:1050;display:flex;justify-content:center;align-items:center;padding:1.5rem}.project-modal__overlay{position:fixed;top:0;left:0;width:100%;height:100%;background-color:#1d3557e6;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);z-index:1040;animation:fadeIn .3s ease}.project-modal__content{position:relative;z-index:1050;background-color:#f1faee;border-radius:.5rem;width:100%;max-width:1200px;overflow-y:auto;display:flex;flex-direction:column;animation:scaleIn .3s cubic-bezier(.25,.46,.45,.94)}@media (min-width: 992px){.project-modal__content{flex-direction:row;max-height:85vh}}.project-modal__close{position:fixed;top:1.5rem;right:1.5rem;background:#1d3557b3;color:#f1faee;border:none;width:40px;height:40px;border-radius:50%;font-size:24px;line-height:1;cursor:pointer;z-index:1051;transition:all .3s ease;display:flex;align-items:center;justify-content:center}.project-modal__close:hover{background:#e63946;transform:scale(1.1)}.project-modal__image-container{position:relative;flex:1;min-height:300px}@media (min-width: 992px){.project-modal__image-container{max-width:50%;min-height:85vh}}.project-modal__image{width:100%;height:100%;object-fit:cover;border-top-left-radius:.5rem;border-top-right-radius:.5rem}@media (min-width: 992px){.project-modal__image{border-top-right-radius:0;border-bottom-left-radius:.5rem;height:100%}}.project-modal__category{position:absolute;top:.75rem;left:.75rem;background:#e63946;color:#f1faee;padding:.25rem .5rem;border-radius:.25rem;font-size:.75rem;font-weight:500;text-transform:uppercase;letter-spacing:1px;z-index:2}.project-modal__details{flex:1;padding:2rem;display:flex;flex-direction:column;overflow-y:auto}@media (min-width: 992px){.project-modal__details{max-height:85vh}}.project-modal__title{font-size:1.875rem;margin-bottom:.75rem;color:#1d3557}@media (max-width: 768px){.project-modal__title{font-size:1.5rem}}.project-modal__description{font-size:1rem;line-height:1.5;color:#457b9d;margin-bottom:1.5rem}.project-modal__info{display:grid;grid-template-columns:repeat(3,1fr);gap:.75rem;margin-bottom:2rem}@media (max-width: 576px){.project-modal__info{grid-template-columns:1fr}}.project-modal__info-item h4{font-size:.875rem;color:#e63946;margin-bottom:.25rem;font-weight:600}.project-modal__info-item p{font-size:1rem;color:#1d3557;margin:0}.project-modal__cta{margin-top:auto;align-self:flex-start}@media (max-width: 576px){.project-modal__cta{align-self:stretch}}.projects-cta{background:linear-gradient(135deg,#e63946,#d62828);color:#f1faee;padding:3rem 0}.projects-cta__content{text-align:center;max-width:800px;margin:0 auto}.projects-cta__title{font-size:2.25rem;margin-bottom:1.5rem}@media (max-width: 768px){.projects-cta__title{font-size:1.875rem}}.projects-cta__text{font-size:1.25rem;margin-bottom:2rem;opacity:.9}@media (max-width: 768px){.projects-cta__text{font-size:1rem}}.projects-cta__buttons{display:flex;gap:.75rem;justify-content:center}.projects-cta__buttons .btn-outline{border-color:#f1faee;color:#f1faee}.projects-cta__buttons .btn-outline:hover{background-color:#f1faee;color:#e63946}@media (max-width: 576px){.projects-cta__buttons{flex-direction:column;align-items:center}.projects-cta__buttons .btn{width:100%;max-width:250px}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes scaleIn{0%{transform:scale(.9);opacity:0}to{transform:scale(1);opacity:1}}.contact-page{position:relative;overflow:hidden;padding-top:80px}.contact-page .contact-background{position:fixed;top:0;left:0;width:100%;height:100%;z-index:-1;overflow:hidden}.contact-page .contact-background .bg-shape{position:absolute;border-radius:50%;opacity:.05}.contact-page .contact-background .bg-shape.shape-1{top:-200px;right:-200px;width:600px;height:600px;background:#c41e3a}.contact-page .contact-background .bg-shape.shape-2{bottom:-300px;left:-150px;width:500px;height:500px;background:#c41e3a}.contact-page .contact-background .bg-shape.shape-3{top:40%;right:30%;width:300px;height:300px;background:#222;opacity:.03}.contact-page .container{max-width:1140px;margin:0 auto;padding:0 20px}@media (max-width: 768px){.contact-page .container{padding:0 15px}}.contact-page .animate-on-scroll{opacity:0;transform:translateY(30px);transition:all .8s cubic-bezier(.25,.46,.45,.94)}.contact-page .animate-on-scroll.visible{opacity:1;transform:translateY(0)}.contact-page .contact-hero{padding:80px 0}@media (max-width: 768px){.contact-page .contact-hero{padding:60px 0}}@media (max-width: 480px){.contact-page .contact-hero{padding:40px 0}}.contact-page .contact-hero .hero-content{text-align:center}.contact-page .contact-hero .hero-title{font-family:Montserrat,sans-serif;font-size:48px;font-weight:700;color:#222;margin-bottom:10px}.contact-page .contact-hero .hero-title span{color:#c41e3a}@media (max-width: 768px){.contact-page .contact-hero .hero-title{font-size:42px}}@media (max-width: 480px){.contact-page .contact-hero .hero-title{font-size:36px}}.contact-page .contact-hero .title-underline{width:80px;height:4px;background:linear-gradient(135deg,#c41e3a,#e63946);margin:0 auto 20px;border-radius:2px}.contact-page .contact-hero .hero-subtitle{font-family:Raleway,sans-serif;font-size:24px;font-weight:500;color:#222c;margin-bottom:40px}@media (max-width: 768px){.contact-page .contact-hero .hero-subtitle{font-size:20px}}@media (max-width: 480px){.contact-page .contact-hero .hero-subtitle{font-size:18px}}.contact-page .contact-hero .contact-cards{display:flex;justify-content:center;gap:40px;margin-top:40px}@media (max-width: 768px){.contact-page .contact-hero .contact-cards{flex-wrap:wrap;gap:30px}}@media (max-width: 480px){.contact-page .contact-hero .contact-cards{flex-direction:column;align-items:center}}.contact-page .contact-hero .contact-card{background:#fff;border-radius:12px;padding:40px;box-shadow:0 5px 15px #0000000d;text-align:center;min-width:200px;transition:all .3s ease}.contact-page .contact-hero .contact-card:hover{transform:translateY(-10px);box-shadow:0 10px 30px #0000001a}.contact-page .contact-hero .contact-card:hover .icon-wrapper{background:linear-gradient(135deg,#c41e3a,#e63946);transform:rotateY(180deg)}@media (max-width: 768px){.contact-page .contact-hero .contact-card{padding:30px;min-width:180px}}.contact-page .contact-hero .contact-card .icon-wrapper{width:60px;height:60px;background:#c41e3a;border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 15px;transition:all .5s ease}.contact-page .contact-hero .contact-card .icon-wrapper i{color:#fff;font-size:24px}.contact-page .contact-hero .contact-card h3{font-family:Montserrat,sans-serif;font-size:18px;font-weight:600;color:#222;margin-bottom:10px}.contact-page .contact-hero .contact-card p{font-family:Raleway,sans-serif;font-size:16px;color:#222222b3;margin:0 0 5px}.contact-page .contact-hero .contact-card p:last-child{margin-bottom:0}.contact-page .contact-main{padding:80px 0}@media (max-width: 768px){.contact-page .contact-main{padding:60px 0}}.contact-page .contact-main .contact-grid{display:grid;grid-template-columns:3fr 2fr;gap:60px}@media (max-width: 992px){.contact-page .contact-main .contact-grid{grid-template-columns:1fr;gap:40px}}.contact-page .contact-main .contact-form-wrapper{background:#fff;border-radius:12px;padding:40px;box-shadow:0 5px 15px #0000000d}@media (max-width: 768px){.contact-page .contact-main .contact-form-wrapper{padding:30px}}.contact-page .contact-main .form-header{margin-bottom:40px}.contact-page .contact-main .form-header h2{font-family:Montserrat,sans-serif;font-size:30px;font-weight:700;color:#222;margin-bottom:10px}.contact-page .contact-main .form-header h2 span{color:#c41e3a}@media (max-width: 768px){.contact-page .contact-main .form-header h2{font-size:24px}}.contact-page .contact-main .form-header .title-underline{width:60px;height:3px;background:linear-gradient(135deg,#c41e3a,#e63946);margin-bottom:20px;border-radius:2px}.contact-page .contact-main .form-header p{font-family:Raleway,sans-serif;font-size:16px;color:#222222b3}.contact-page .contact-main .contact-form .form-group{margin-bottom:15px}.contact-page .contact-main .contact-form .form-row{display:grid;grid-template-columns:1fr 1fr;gap:15px}@media (max-width: 576px){.contact-page .contact-main .contact-form .form-row{grid-template-columns:1fr}}.contact-page .contact-main .contact-form label{display:block;font-family:Montserrat,sans-serif;font-size:14px;font-weight:500;color:#222;margin-bottom:5px}.contact-page .contact-main .contact-form input,.contact-page .contact-main .contact-form select,.contact-page .contact-main .contact-form textarea{width:100%;padding:15px;font-family:Raleway,sans-serif;font-size:16px;color:#222;background:#f5f5f5;border:1px solid transparent;border-radius:8px;transition:all .3s ease}.contact-page .contact-main .contact-form input:focus,.contact-page .contact-main .contact-form select:focus,.contact-page .contact-main .contact-form textarea:focus{outline:none;border-color:#c41e3a;box-shadow:0 0 0 3px #c41e3a1a}.contact-page .contact-main .contact-form input::placeholder,.contact-page .contact-main .contact-form select::placeholder,.contact-page .contact-main .contact-form textarea::placeholder{color:#2226}.contact-page .contact-main .contact-form textarea{resize:vertical;min-height:120px}.contact-page .contact-main .contact-form .submit-btn{display:inline-flex;align-items:center;justify-content:center;font-family:Montserrat,sans-serif;font-size:16px;font-weight:600;color:#fff;background:linear-gradient(135deg,#c41e3a,#e63946);border:none;border-radius:8px;padding:15px 40px;cursor:pointer;transition:all .3s ease;margin-top:15px}.contact-page .contact-main .contact-form .submit-btn i{margin-left:10px}.contact-page .contact-main .contact-form .submit-btn:hover{transform:translateY(-3px);box-shadow:0 5px 15px #0000000d}.contact-page .contact-main .contact-form .submit-btn:disabled{opacity:.7;cursor:not-allowed;transform:none}.contact-page .contact-main .contact-form .form-message{margin-top:15px;padding:15px;border-radius:8px;font-family:Raleway,sans-serif;font-size:16px}.contact-page .contact-main .contact-form .form-message.success{background-color:#4caf501a;color:#4caf50;border:1px solid rgba(76,175,80,.3)}.contact-page .contact-main .contact-form .form-message.error{background-color:#f443361a;color:#f44336;border:1px solid rgba(244,67,54,.3)}.contact-page .contact-main .contact-info-wrapper{display:flex;flex-direction:column;gap:40px}@media (max-width: 992px){.contact-page .contact-main .contact-info-wrapper{gap:30px}}.contact-page .contact-main .map-container{border-radius:12px;overflow:hidden;box-shadow:0 5px 15px #0000000d;height:300px}.contact-page .contact-main .map-container iframe{height:100%}.contact-page .contact-main .business-hours{background:#fff;border-radius:12px;padding:30px;box-shadow:0 5px 15px #0000000d}.contact-page .contact-main .business-hours h3{font-family:Montserrat,sans-serif;font-size:20px;font-weight:600;color:#222;margin-bottom:15px}@media (max-width: 768px){.contact-page .contact-main .business-hours h3{font-size:18px}}.contact-page .contact-main .business-hours ul{list-style:none;padding:0;margin:0 0 15px}.contact-page .contact-main .business-hours li{display:flex;justify-content:space-between;padding:10px 0;border-bottom:1px solid rgba(34,34,34,.1)}.contact-page .contact-main .business-hours li:last-child{border-bottom:none}.contact-page .contact-main .business-hours li .day{font-family:Raleway,sans-serif;font-weight:500;color:#222}.contact-page .contact-main .business-hours li .hours{font-family:Raleway,sans-serif;color:#222222b3}.contact-page .contact-main .business-hours .emergency-note{font-family:Raleway,sans-serif;font-size:14px;color:#c41e3a;display:flex;align-items:center;margin:0}.contact-page .contact-main .business-hours .emergency-note i{margin-right:5px}.contact-page .contact-main .social-connect{background:#fff;border-radius:12px;padding:30px;box-shadow:0 5px 15px #0000000d}.contact-page .contact-main .social-connect h3{font-family:Montserrat,sans-serif;font-size:20px;font-weight:600;color:#222;margin-bottom:10px}@media (max-width: 768px){.contact-page .contact-main .social-connect h3{font-size:18px}}.contact-page .contact-main .social-connect p{font-family:Raleway,sans-serif;font-size:16px;color:#222222b3;margin-bottom:15px}.contact-page .contact-main .social-connect .social-icons{display:flex;gap:10px}.contact-page .contact-main .social-connect .social-icon{display:flex;align-items:center;justify-content:center;width:40px;height:40px;background:#f5f5f5;color:#222;border-radius:50%;text-decoration:none;transition:all .3s ease}.contact-page .contact-main .social-connect .social-icon:hover{background:#c41e3a;color:#fff;transform:translateY(-3px)}.contact-page .contact-main .social-connect .social-icon i{font-size:16px}.contact-page .faq-section{padding:80px 0}@media (max-width: 768px){.contact-page .faq-section{padding:60px 0}}.contact-page .faq-section .section-header{text-align:center;margin-bottom:60px}@media (max-width: 768px){.contact-page .faq-section .section-header{margin-bottom:40px}}.contact-page .faq-section .section-title{font-family:Montserrat,sans-serif;font-size:36px;font-weight:700;color:#222;margin-bottom:10px}.contact-page .faq-section .section-title span{color:#c41e3a}@media (max-width: 768px){.contact-page .faq-section .section-title{font-size:30px}}.contact-page .faq-section .title-underline{width:80px;height:4px;background:linear-gradient(135deg,#c41e3a,#e63946);margin:0 auto 20px;border-radius:2px}.contact-page .faq-section .section-subtitle{font-family:Raleway,sans-serif;font-size:18px;color:#222222b3;max-width:600px;margin:0 auto}@media (max-width: 768px){.contact-page .faq-section .section-subtitle{font-size:16px}}.contact-page .faq-section .accordion{max-width:800px;margin:0 auto}.contact-page .faq-section .accordion-item{background:#fff;border-radius:8px;margin-bottom:15px;box-shadow:0 2px 5px #0000000d;overflow:hidden}.contact-page .faq-section .accordion-item.active{box-shadow:0 5px 15px #0000000d}.contact-page .faq-section .accordion-item.active .accordion-header{background:#c41e3a0d}.contact-page .faq-section .accordion-item.active .accordion-header h3{color:#c41e3a}.contact-page .faq-section .accordion-item.active .accordion-content{max-height:300px;padding:30px}.contact-page .faq-section .accordion-header{display:flex;justify-content:space-between;align-items:center;padding:30px;cursor:pointer;transition:all .3s ease}.contact-page .faq-section .accordion-header:hover{background:#c41e3a08}.contact-page .faq-section .accordion-header h3{font-family:Montserrat,sans-serif;font-size:18px;font-weight:500;color:#222;margin:0;transition:all .3s ease}@media (max-width: 768px){.contact-page .faq-section .accordion-header h3{font-size:16px}}.contact-page .faq-section .accordion-header .accordion-icon{display:flex;align-items:center;justify-content:center;width:24px;height:24px;background:#f5f5f5;border-radius:50%;transition:all .3s ease}.contact-page .faq-section .accordion-header .accordion-icon i{color:#222;font-size:12px;transition:all .3s ease}.contact-page .faq-section .accordion-header:hover .accordion-icon{background:#c41e3a}.contact-page .faq-section .accordion-header:hover .accordion-icon i{color:#fff}.contact-page .faq-section .accordion-content{max-height:0;padding:0 30px;overflow:hidden;transition:all .3s ease}.contact-page .faq-section .accordion-content p{font-family:Raleway,sans-serif;font-size:16px;line-height:1.7;color:#222222b3;margin:0}@media (max-width: 768px){.contact-page .faq-section .accordion-content p{font-size:14px}}.contact-page .cta-section{background:linear-gradient(135deg,#c41e3a,#e63946);padding:80px 0;margin-top:80px}@media (max-width: 768px){.contact-page .cta-section{padding:60px 0;margin-top:60px}}.contact-page .cta-section .cta-content{text-align:center;color:#fff}.contact-page .cta-section .cta-content h2{font-family:Montserrat,sans-serif;font-size:36px;font-weight:700;margin:0 0 15px}@media (max-width: 768px){.contact-page .cta-section .cta-content h2{font-size:30px}}@media (max-width: 480px){.contact-page .cta-section .cta-content h2{font-size:24px}}.contact-page .cta-section .cta-content p{font-family:Raleway,sans-serif;font-size:20px;margin:0 0 40px;opacity:.9}@media (max-width: 768px){.contact-page .cta-section .cta-content p{font-size:18px;margin:0 0 30px}}@media (max-width: 480px){.contact-page .cta-section .cta-content p{font-size:16px}}.contact-page .cta-section .cta-content .cta-button{display:inline-flex;align-items:center;font-family:Montserrat,sans-serif;font-size:16px;font-weight:600;color:#c41e3a;background:#fff;padding:15px 40px;border-radius:8px;text-decoration:none;transition:all .3s ease}.contact-page .cta-section .cta-content .cta-button i{margin-left:10px}.contact-page .cta-section .cta-content .cta-button:hover{transform:translateY(-3px);box-shadow:0 5px 15px #0000000d}@media (max-width: 768px){.contact-page .cta-section .cta-content .cta-button{font-size:14px;padding:10px 30px}}.not-found{min-height:100vh;display:flex;align-items:center;justify-content:center;background-color:#eee;padding:2rem}.not-found .not-found-content{text-align:center;max-width:600px;padding:3rem;background-color:#fff;border-radius:10px;box-shadow:0 5px 15px #0000001a}.not-found .not-found-content h1{font-size:6rem;font-weight:700;color:#c41e3a;margin:0;line-height:1}.not-found .not-found-content h2{font-size:2rem;color:#222;margin:1rem 0}.not-found .not-found-content p{color:#222;margin-bottom:2rem;line-height:1.6}.not-found .not-found-content .btn{display:inline-block;padding:1rem 2rem;font-size:1.1rem;text-decoration:none;border-radius:5px;transition:all .3s ease}.not-found .not-found-content .btn:hover{transform:translateY(-2px);box-shadow:0 5px 15px #0003}@media (max-width: 768px){.not-found .not-found-content{padding:2rem}.not-found .not-found-content h1{font-size:4rem}.not-found .not-found-content h2{font-size:1.5rem}.not-found .not-found-content p{font-size:1rem}}.preloader{position:fixed;top:0;left:0;width:100%;height:100vh;background:linear-gradient(135deg,#222,#2a2a2a);display:flex;justify-content:center;align-items:center;z-index:9999}.preloader__content{text-align:center;color:#fff}.preloader__icons{display:flex;justify-content:center;gap:2rem;margin-bottom:2rem}.preloader__icons .icon{width:48px;height:48px;color:#fff;opacity:0;transform:translateY(20px);animation:iconFadeIn .5s ease forwards}.preloader__icons .icon:nth-child(1){animation-delay:.2s}.preloader__icons .icon:nth-child(2){animation-delay:.4s}.preloader__icons .icon:nth-child(3){animation-delay:.6s}.preloader__icons .icon:nth-child(4){animation-delay:.8s}.preloader__icons .icon:nth-child(5){animation-delay:1s}.preloader__icons .icon:hover{color:#c41e3a;transform:scale(1.1);transition:all .3s ease}.preloader__text{margin-bottom:2rem}.preloader__text span{display:block;font-family:Playfair Display,serif}.preloader__text span:first-child{font-size:2.5rem;font-weight:700;color:#c41e3a;opacity:0;transform:translateY(20px);animation:textFadeIn .5s ease forwards 1.2s}.preloader__text span:last-child{font-size:2rem;margin-top:.5rem;opacity:0;transform:translateY(20px);animation:textFadeIn .5s ease forwards 1.4s}.preloader__progress{width:200px;height:4px;background:#ffffff1a;border-radius:2px;margin:0 auto;overflow:hidden}.preloader__bar{width:100%;height:100%;background:#c41e3a;transform:translate(-100%);animation:progress 2s ease-in-out forwards}@keyframes iconFadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes textFadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes progress{0%{transform:translate(-100%)}50%{transform:translate(-10%)}to{transform:translate(0)}}
