:root{--box-shadow:0 5px 15px rgba(0,0,0,0.1);--transition:all 0.3s ease}body{margin:0;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{transition:var(--transition)}.container{overflow:hidden}.btn{background:var(--primary-color);color:#fff;padding:.8rem 2rem;border:none;border-radius:5px;transition:var(--transition)}.btn:hover{background:#d41c1c;transform:translateY(-3px)}@media (max-width:768px){.section-title{font-size:2rem}.container{padding:0 1rem}}:root{--primary-color:#ff6b35;--primary-color-rgb:255,107,53;--secondary-color:#2c3e50;--accent-color:#f39c12;--text-color:#333;--light-bg:#f8f9fa}header{background:#fff;box-shadow:0 2px 10px rgba(0,0,0,.1);position:-webkit-sticky;position:sticky;top:0;z-index:1000}.header-content{justify-content:space-between;padding:1rem 0}.header-content,.logo a{display:flex;align-items:center}.logo a{grid-gap:1rem;gap:1rem}.spiritual-banner{display:flex;align-items:center;justify-content:center;grid-gap:.8rem;gap:.8rem}.spiritual-icon{width:35px;height:35px;object-fit:contain}.spiritual-banner p{margin:0}.logo-img{width:80px;height:auto;object-fit:contain}.logo h1{font-size:1.5rem;font-weight:700;color:var(--secondary-color)}.highlight{color:var(--primary-color)}nav ul{display:flex}nav ul li{margin-left:2rem}nav ul li a{font-weight:500;position:relative;padding:.5rem 0;transition:color .3s}nav ul li a:hover{color:var(--primary-color)}nav ul li a:after{content:"";position:absolute;bottom:0;left:0;width:0;height:2px;background:var(--primary-color);transition:width .3s ease}nav ul li a:hover:after{width:100%}.hamburger{display:none;cursor:pointer;width:30px;height:20px;position:relative;z-index:1001;padding:10px;margin:-10px;border-radius:4px;transition:background-color .3s ease;-webkit-tap-highlight-color:transparent}.hamburger:hover{background-color:rgba(0,0,0,.05)}.hamburger:focus{outline:2px solid var(--primary-color);outline-offset:2px}.hamburger span{display:block;position:absolute;height:3px;width:100%;background:var(--secondary-color);border-radius:3px;opacity:1;left:0;transform:rotate(0deg);transition:.25s ease-in-out}.hamburger span:first-child{top:0}.hamburger span:nth-child(2){top:8px}.hamburger span:nth-child(3){top:16px}.hamburger.active span:first-child{top:8px;transform:rotate(135deg)}.hamburger.active span:nth-child(2){opacity:0;left:-60px}.hamburger.active span:nth-child(3){top:8px;transform:rotate(-135deg)}@media (max-width:768px){nav{position:fixed;top:135px;left:-100%;width:100%;height:calc(100vh - 135px);background:#fff;transition:left .3s ease-in-out;overflow-y:auto;box-shadow:0 10px 10px rgba(0,0,0,.1);z-index:999}nav.active{left:0}nav ul{flex-direction:column;padding:2rem}nav ul li{margin:1rem 0;opacity:0;transform:translateX(-20px);animation:slideInLeft .3s ease forwards}nav.active ul li{animation-delay:calc(0.1s*var(--i, 0))}nav ul li:first-child{--i:1}nav ul li:nth-child(2){--i:2}nav ul li:nth-child(3){--i:3}nav ul li:nth-child(4){--i:4}nav ul li a{display:block;padding:1rem;border-radius:8px;transition:all .3s ease;-webkit-tap-highlight-color:transparent}nav ul li a:focus,nav ul li a:hover{background-color:rgba(var(--primary-color-rgb),.1);transform:translateX(5px)}.hamburger{display:block}nav.active:before{content:"";position:fixed;top:0;left:0;width:100vw;height:100vh;background:rgba(0,0,0,.5);z-index:-1}}@keyframes slideInLeft{to{opacity:1;transform:translateX(0)}}footer{background-color:var(--dark-color);padding:3rem 0 1rem}.footer-content{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));grid-gap:2rem;gap:2rem;margin-bottom:2rem}.footer-company h3,.footer-contact h3,.footer-links h3{color:var(--primary-color);margin-bottom:1rem;font-size:1.2rem}.footer-company p{color:#ddd;margin-bottom:1.5rem}.social-icons a{background:#333;color:#fff}.footer-links ul li{margin-bottom:.75rem}.footer-links ul li a{color:#ddd;transition:color .3s;display:inline-block;padding:.3rem 0}.footer-links ul li a:hover{color:var(--primary-color);padding-left:5px}.footer-link{text-decoration:none;color:#ddd;transition:all .3s ease}.footer-link:focus,.footer-link:hover{color:var(--primary-color);outline:none}.footer-contact p{display:flex;align-items:flex-start;margin-bottom:1rem;color:#ddd;line-height:1.6}.footer-contact p i{margin-right:10px;color:var(--primary-color);margin-top:5px}.footer-contact a{color:#ddd;transition:color .3s;text-decoration:none}.footer-contact a:hover{color:var(--primary-color);text-decoration:underline}.copyright{text-align:center;padding-top:1.5rem;border-top:1px solid #444;color:#aaa;font-size:.9rem}@media (max-width:768px){footer{padding:2rem 0 1rem}.footer-content{grid-template-columns:1fr;text-align:center}.footer-contact p,.social-icons{justify-content:center}.footer-links ul li{margin-bottom:1rem}.footer-links ul li a{padding:.5rem;display:inline-block}}.hero{background:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.7)),url(https://images.unsplash.com/photo-1581093588401-fbb62a02f120?auto=format&fit=crop&ixlib=rb-1.2.1&q=80&w=1350);background-size:cover;background-position:50%;height:80vh;display:flex;align-items:center;color:#fff;text-align:center;position:relative}.hero-content{max-width:800px;margin:0 auto;z-index:2;padding:2rem;animation:fadeIn 1s ease-in}.hero h1{font-size:3rem;margin-bottom:1rem;text-shadow:2px 2px 5px rgba(0,0,0,.5);font-weight:700}.hero p{font-size:1.2rem;margin-bottom:2rem;text-shadow:1px 1px 3px rgba(0,0,0,.5)}.hero-buttons{display:flex;justify-content:center;grid-gap:1.5rem;gap:1.5rem;margin-top:2rem}.btn{position:relative;overflow:hidden}.btn:after{content:"";position:absolute;width:0;height:100%;top:0;right:0;background:hsla(0,0%,100%,.1);transition:all .3s ease;z-index:-1}.btn:hover:after{width:100%;left:0}.btn-primary:hover{background-color:#d41c1c;transform:translateY(-3px);box-shadow:0 4px 15px rgba(230,30,30,.3)}.btn-outline{background-color:initial;color:#fff;border:2px solid #fff}.btn-outline:hover{background-color:#fff;color:var(--primary-color);transform:translateY(-3px);box-shadow:0 4px 15px hsla(0,0%,100%,.3)}.btn-light{background:#fff;color:var(--primary-color)}.btn-light:hover{background:#f1f1f1;color:var(--primary-color);transform:translateY(-3px);box-shadow:0 4px 15px hsla(0,0%,100%,.5)}.btn-lg{padding:1rem 2rem;font-size:1.1rem}.section{padding:5rem 0}.feature-cards{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));grid-gap:2rem;gap:2rem}.feature-card{background:#fff;padding:2rem;border-radius:10px;box-shadow:0 5px 15px rgba(0,0,0,.1);text-align:center;transition:transform .3s ease,box-shadow .3s ease}.feature-card:hover{transform:translateY(-10px);box-shadow:0 15px 30px rgba(0,0,0,.15)}.feature-icon{font-size:3rem;color:var(--primary-color);margin-bottom:1.5rem}.feature-card h3{margin-bottom:1rem;color:var(--secondary-color)}.feature-card p{color:#666}.products-showcase{background:#f9f9f9}.product-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));grid-gap:2rem;gap:2rem;margin-bottom:2rem}.product-item{background:#fff;border-radius:10px;overflow:hidden;box-shadow:0 5px 15px rgba(0,0,0,.1);transition:transform .3s ease;height:100%}.product-item:hover{transform:translateY(-10px)}.product-img{height:200px;overflow:hidden}.product-img img{width:100%;height:100%;object-fit:cover;transition:transform .5s ease}.product-item:hover .product-img img{transform:scale(1.1)}.product-details{padding:1.5rem}.product-details h3{margin-bottom:.5rem;color:var(--primary-color)}.product-details p{color:#666}.cta-section{background:linear-gradient(rgba(62,60,60,.9),rgba(51,50,50,.9)),url(https://cpimg.tistatic.com/05671579/b/4/Eva-Jugaad-Moulds.jpg);background-size:cover;background-position:50%;color:#fff;padding:5rem 0;text-align:center}.cta-content{max-width:700px;margin:0 auto}.cta-content h2{font-size:2.5rem;margin-bottom:1rem}.cta-content p{font-size:1.2rem;margin-bottom:2rem}.cta-content .btn{margin-top:1rem}@media (max-width:768px){.hero{height:60vh}.hero h1{font-size:2rem}.hero p{font-size:1rem}.hero-buttons{flex-direction:column;grid-gap:1rem;gap:1rem;max-width:80%;margin:2rem auto 0}.btn{width:100%}.cta-content h2{font-size:1.8rem}.cta-content p{font-size:1rem}}@media (max-width:480px){.feature-cards,.product-grid{grid-template-columns:1fr}.section{padding:3rem 0}}.product-categories{padding:3rem 0;background:linear-gradient(135deg,#f9f9f9,#fff)}.categories-container{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));grid-gap:3rem;gap:3rem;max-width:900px;margin:0 auto;padding:0 2rem}.category-card{background:#fff;border-radius:20px;padding:2rem;box-shadow:0 10px 30px rgba(0,0,0,.1);transition:all .4s ease;text-align:center;position:relative;overflow:hidden}.category-card:before{content:"";position:absolute;top:0;left:0;width:100%;height:5px;background:linear-gradient(90deg,var(--primary-color),#ff6b6b);transform:scaleX(0);transition:transform .4s ease}.category-card:hover:before{transform:scaleX(1)}.category-card:hover{transform:translateY(-10px);box-shadow:0 15px 40px rgba(230,30,30,.2)}.category-circle{width:180px;height:180px;border-radius:50%;overflow:hidden;margin:0 auto 1.5rem;border:5px solid var(--primary-color);box-shadow:0 8px 20px rgba(230,30,30,.3);transition:all .4s ease;position:relative}.category-circle:after{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(135deg,rgba(230,30,30,.2),transparent);opacity:0;transition:opacity .4s ease}.category-card:hover .category-circle{transform:scale(1.05) rotate(5deg);border-color:#ff6b6b}.category-card:hover .category-circle:after{opacity:1}.category-circle img{width:100%;height:100%;object-fit:cover;transition:transform .4s ease}.category-card:hover .category-circle img{transform:scale(1.15)}.category-content{padding:0 1rem}.category-content h3{font-size:1.6rem;color:var(--primary-color);margin-bottom:.8rem;font-weight:600}.category-description{color:#666;margin-bottom:1.2rem;line-height:1.6;font-size:.95rem}.category-items{list-style:none;text-align:left;margin-top:1rem}.category-items li{padding:.5rem 0;color:#555;display:flex;align-items:center;font-size:.9rem}.category-items li i{color:var(--primary-color);margin-right:.8rem;font-size:.9rem}.categories-title{text-align:center;font-size:2.5rem;color:var(--secondary-color);margin-bottom:3rem;position:relative;padding-bottom:1rem}.categories-title:after{content:"";position:absolute;bottom:0;left:50%;transform:translateX(-50%);width:100px;height:4px;background:linear-gradient(90deg,var(--primary-color),#ff6b6b);border-radius:2px}@media (max-width:768px){.categories-container{grid-template-columns:1fr;grid-gap:2rem;gap:2rem;padding:0 1rem}.category-circle{width:150px;height:150px}.category-content h3{font-size:1.4rem}.categories-title{font-size:2rem}.view-products-btn{position:absolute;bottom:1.5rem;right:1.5rem;margin-top:1.5rem}.view-products-btn span{display:inline-flex;align-items:center;grid-gap:.5rem;gap:.5rem;color:var(--primary-color);font-weight:600;font-size:.9rem;transition:all .3s ease;background:rgba(230,30,30,.08);padding:.5rem 1rem;border-radius:20px}.category-card:hover .view-products-btn span{grid-gap:1rem;gap:1rem;background:rgba(230,30,30,.12)}.view-products-btn i{font-size:.85rem}}.products-page{padding:4rem 0;background-color:#f9f9f9}.section-subtitle{text-align:center;max-width:800px;margin:0 auto 3rem;color:#666;line-height:1.6}.products-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));grid-gap:2rem;gap:2rem;margin-bottom:4rem}.product-card{background:#fff;border-radius:10px;overflow:hidden;box-shadow:0 5px 15px rgba(0,0,0,.1);transition:transform .3s ease,box-shadow .3s ease}.product-card:hover{transform:translateY(-10px);box-shadow:0 15px 30px rgba(0,0,0,.15)}.product-image{height:200px;overflow:hidden}.product-image img{width:100%;height:100%;object-fit:cover;transition:transform .5s ease}.product-card:hover .product-image img{transform:scale(1.1)}.product-content{padding:1.5rem}.product-content h3{margin-bottom:.5rem;color:var(--primary-color);font-size:1.3rem}.product-content p{color:#666;margin-bottom:1rem;line-height:1.5}.product-features{margin:1rem 0}.product-features h4{margin-bottom:.5rem;font-size:1rem;color:var(--secondary-color)}.product-features ul{list-style:none}.product-features li{margin-bottom:.5rem;color:#666;display:flex;align-items:flex-start}.product-features li i{color:var(--primary-color);margin-right:.5rem;font-size:.8rem;margin-top:.3rem}.product-card .btn{margin-top:1rem;width:100%}.custom-solutions{background:linear-gradient(rgba(230,30,30,.9),rgba(230,30,30,.9)),url(https://via.placeholder.com/1200x400?text=Engineering+Solutions);background-size:cover;background-position:50%;color:#fff;padding:3rem;border-radius:10px;text-align:center}.custom-solutions h2{margin-bottom:1rem;font-size:2rem}.custom-solutions p{margin-bottom:2rem;max-width:800px;margin-left:auto;margin-right:auto;line-height:1.6}.custom-solutions .btn{background:#fff;color:var(--primary-color);padding:.8rem 2.5rem;font-weight:600}.custom-solutions .btn:hover{background:#f1f1f1}@media (max-width:768px){.products-grid{grid-template-columns:1fr}.custom-solutions{padding:2rem}.custom-solutions h2{font-size:1.5rem}}.category-products-page{min-height:100vh;background:#f9f9f9}.category-header{background:linear-gradient(135deg,var(--primary-color),#ff6b6b);color:#fff;padding:3rem 0;margin-bottom:3rem}.back-link{display:inline-flex;align-items:center;grid-gap:.5rem;gap:.5rem;color:#fff;font-size:.95rem;margin-bottom:1rem;transition:transform .3s ease}.back-link:hover{transform:translateX(-5px)}.back-link i{font-size:.9rem}.category-header h1{font-size:2.5rem;margin-bottom:.5rem;font-weight:600}.category-header p{font-size:1.1rem;opacity:.95}.category-products-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(320px,1fr));grid-gap:2.5rem;gap:2.5rem;padding:2rem 0 4rem}.category-product-card{background:#fff;border-radius:15px;overflow:hidden;box-shadow:0 8px 25px rgba(0,0,0,.08);transition:all .4s ease;display:flex;flex-direction:column}.category-product-card:hover{transform:translateY(-8px);box-shadow:0 15px 40px rgba(230,30,30,.15)}.category-product-image{height:220px;overflow:hidden;position:relative}.category-product-image:after{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(180deg,transparent 60%,rgba(0,0,0,.3))}.category-product-image img{width:100%;height:100%;object-fit:cover;transition:transform .5s ease}.category-product-card:hover .category-product-image img{transform:scale(1.1)}.category-product-content{padding:1.5rem;display:flex;flex-direction:column;flex:1 1}.category-product-content h3{font-size:1.4rem;color:var(--primary-color);margin-bottom:.8rem;font-weight:600}.category-product-content>p{color:#666;line-height:1.6;margin-bottom:1.2rem;font-size:.95rem}.category-product-features{margin-bottom:1.5rem;flex:1 1}.category-product-features h4{font-size:1rem;color:var(--secondary-color);margin-bottom:.8rem;font-weight:600}.category-product-features ul{list-style:none}.category-product-features li{display:flex;align-items:center;padding:.4rem 0;color:#555;font-size:.9rem}.category-product-features li i{color:var(--primary-color);margin-right:.7rem;font-size:.85rem}.btn-quote{width:100%;display:flex;align-items:center;justify-content:center;grid-gap:.7rem;gap:.7rem;padding:.9rem;font-weight:600;font-size:1rem}.btn-quote i{font-size:1.2rem}.btn-quote:hover{transform:translateY(-2px)}.category-not-found{min-height:60vh;display:flex;align-items:center;justify-content:center;text-align:center}.category-not-found h2{font-size:2rem;color:var(--secondary-color);margin-bottom:1.5rem}@media (max-width:768px){.category-header h1{font-size:1.8rem}.category-header p{font-size:1rem}.category-products-grid{grid-template-columns:1fr;grid-gap:1.5rem;gap:1.5rem;padding:1rem 0 3rem}.category-product-image{height:200px}}.about-page{padding:4rem 0}.about-intro{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));grid-gap:3rem;gap:3rem;margin-bottom:4rem;align-items:center}.about-image{overflow:hidden;border-radius:10px;box-shadow:0 10px 30px rgba(0,0,0,.1)}.about-image img{width:100%;height:auto;display:block;transition:transform .5s ease}.about-image:hover img{transform:scale(1.05)}.about-content h2{color:var(--primary-color);margin-bottom:1.5rem;font-size:2rem}.about-content p{margin-bottom:1rem;line-height:1.6;color:#666}.values-section{background-color:#f9f9f9;padding:4rem;border-radius:10px;margin-bottom:4rem}.facility-title,.team-title,.values-title{text-align:center;margin-bottom:3rem;font-size:2rem;color:var(--secondary-color);position:relative}.facility-title:after,.team-title:after,.values-title:after{content:"";position:absolute;bottom:-10px;left:50%;transform:translateX(-50%);width:80px;height:3px;background-color:var(--primary-color)}.values-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));grid-gap:2rem;gap:2rem}.value-card{background:#fff;padding:2rem;border-radius:10px;box-shadow:0 5px 15px rgba(0,0,0,.05);text-align:center;transition:transform .3s ease}.value-card:hover{transform:translateY(-10px)}.value-icon{font-size:2.5rem;color:var(--primary-color);margin-bottom:1.5rem}.value-card h3{margin-bottom:1rem;color:var(--secondary-color)}.value-card p{color:#666}.team-section{margin-bottom:4rem}.team-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));grid-gap:3rem;gap:3rem}.team-member{text-align:center;transition:transform .3s ease}.team-member:hover{transform:translateY(-10px)}.member-image{width:200px;height:200px;border-radius:50%;overflow:hidden;margin:0 auto 1.5rem;box-shadow:0 5px 15px rgba(0,0,0,.1)}.member-image img{width:100%;height:100%;object-fit:cover}.team-member h3{margin-bottom:.5rem;color:var(--secondary-color)}.member-position{color:var(--primary-color);font-weight:500;margin-bottom:1rem}.facility-description,.member-bio{color:#666;line-height:1.6}.facility-description{text-align:center;max-width:800px;margin:0 auto 3rem}.facility-images{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));grid-gap:2rem;gap:2rem}.facility-image{border-radius:10px;overflow:hidden;box-shadow:0 5px 15px rgba(0,0,0,.1);transition:transform .3s ease}.facility-image:hover{transform:translateY(-10px)}.facility-image img{width:100%;height:250px;object-fit:cover;display:block}.facility-image p{background:var(--primary-color);color:#fff;padding:1rem;text-align:center;font-weight:500}@media (max-width:768px){.about-intro{grid-template-columns:1fr}.values-section{padding:2rem}.team-member{max-width:300px;margin:0 auto}}.contact-page{padding:4rem 0}.contact-section{background:#f9f9f9}.contact-container{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));grid-gap:3rem;gap:3rem;margin-bottom:4rem}.contact-form-container,.contact-info-container{background:#fff;padding:2rem;border-radius:5px;box-shadow:0 5px 15px rgba(0,0,0,.1)}.contact-form-container h2,.contact-info-container h2{margin-bottom:1.5rem;color:#333;position:relative;padding-bottom:.5rem}.contact-form-container h2:after,.contact-info-container h2:after{content:"";position:absolute;bottom:0;left:0;width:50px;height:3px;background:var(--primary-color)}.form-group{margin-bottom:1.5rem}.form-group label{display:block;margin-bottom:.5rem;color:var(--secondary-color);font-weight:500}.form-group input,.form-group textarea{width:100%;padding:.8rem;border:1px solid #ddd;border-radius:5px;font-family:"Poppins",sans-serif;transition:all .3s ease}.form-group input:focus,.form-group textarea:focus{border-color:var(--primary-color);outline:none;box-shadow:0 0 0 2px rgba(230,30,30,.2)}.alert{padding:1rem;border-radius:3px;margin-bottom:1.5rem}.alert-success{background:#d4edda;color:#155724;border:1px solid #c3e6cb}.alert-danger{background:#f8d7da;color:#721c24;border:1px solid #f5c6cb}.contact-info{margin-bottom:2rem;background:#f9f9f9;padding:2rem;border-radius:10px}.info-item{display:flex;margin-bottom:2rem}.info-icon{font-size:1.5rem;color:var(--primary-color);margin-right:1rem;display:flex;align-items:center;justify-content:center;width:50px;height:50px;background:#fff;border-radius:50%;box-shadow:0 5px 15px rgba(0,0,0,.1)}.info-content h3{margin-bottom:.5rem;color:var(--secondary-color);font-size:1.2rem}.info-content a,.info-content p{color:#666;line-height:1.6}.info-content p a{color:#666;text-decoration:none;transition:color .3s;margin-right:5px;display:inline-block;padding:2px}.info-content p a:hover{color:var(--primary-color);text-decoration:underline}.social-media{margin-top:2rem}.social-media h3{margin-bottom:1rem;color:var(--secondary-color);font-size:1.2rem}.social-icons{display:flex;grid-gap:1rem;gap:1rem}.social-icons a{display:flex;align-items:center;justify-content:center;width:40px;height:40px;background:#fff;color:var(--secondary-color);border-radius:50%;transition:all .3s ease;box-shadow:0 3px 10px rgba(0,0,0,.1)}.social-icons a:hover{background:var(--primary-color);color:#fff;transform:translateY(-5px)}.contact-form{background:#fff;padding:2.5rem;border-radius:10px;box-shadow:0 5px 15px rgba(0,0,0,.1)}.contact-form h2{color:var(--secondary-color)}.contact-form h2,.form-message{margin-bottom:1.5rem;text-align:center}.form-message{padding:1rem;border-radius:5px}.form-message.success{background-color:#d4edda;color:#155724}.form-message.error{background-color:#f8d7da;color:#721c24}.contact-form .btn{width:100%;padding:.8rem;font-size:1rem;background:var(--primary-color);color:#fff;border:none;border-radius:5px;cursor:pointer;transition:all .3s ease}.contact-form .btn:hover{background:#d41c1c}.submit-btn{width:100%;padding:12px;font-size:16px;font-weight:600;margin-top:10px;cursor:pointer;transition:all .3s ease}.submit-btn:hover{background-color:#d41c1c;transform:translateY(-3px);box-shadow:0 5px 15px rgba(230,30,30,.3)}.submit-btn:disabled{background-color:#999;cursor:not-allowed;transform:none;box-shadow:none}.map-container{margin-bottom:2rem}.map-container h2{text-align:center;margin-bottom:1.5rem;color:var(--secondary-color)}.map{border-radius:10px;overflow:hidden;box-shadow:0 5px 15px rgba(0,0,0,.1)}@media (max-width:768px){.contact-container{grid-template-columns:1fr}.info-item{flex-direction:column;text-align:center}.info-icon{margin:0 auto 1rem}.social-icons{justify-content:center}.contact-form{padding:1.5rem}}:root{--primary-color:#e61e1e;--secondary-color:#333;--light-color:#f4f4f4;--dark-color:#222;--max-width:1200px}*{box-sizing:border-box;margin:0;padding:0}body,html{height:100%;overflow-x:hidden}body{font-family:"Poppins",sans-serif;line-height:1.6;background:#fff}a,body{color:var(--secondary-color)}a{text-decoration:none}ul{list-style:none}.App{display:flex;flex-direction:column;min-height:100vh}.container{max-width:var(--max-width);margin:0 auto;padding:0 2rem}.btn{display:inline-block;font-weight:500;text-align:center;white-space:nowrap;vertical-align:middle;-webkit-user-select:none;user-select:none;border:1px solid transparent;padding:.75rem 1.5rem;font-size:1rem;line-height:1.5;border-radius:.25rem;transition:all .2s ease-in-out;cursor:pointer}.btn:focus,.btn:hover{text-decoration:none}.btn-primary{background-color:var(--primary-color);color:#fff}.btn-primary:focus,.btn-primary:hover{background-color:#d41c1c;transform:translateY(-3px);box-shadow:0 4px 15px rgba(230,30,30,.3)}.text-center{text-align:center}.text-primary{color:var(--primary-color)}.text-dark{color:var(--dark-color)}.section{padding:4rem 0}.section-light{background-color:#fff}.section-dark{background-color:var(--light-color)}.section-title{font-size:2.5rem;text-align:center;margin-bottom:3rem;position:relative}.section-title:after{content:"";position:absolute;bottom:-10px;left:50%;transform:translateX(-50%);width:100px;height:4px;background:var(--primary-color)}.spiritual-line{background-color:#e61e1e;color:#fff;padding:8px 0;font-weight:500}.spiritual-banner{background-color:var(--primary-color);color:#fff;text-align:center;padding:.5rem 0;font-weight:500;font-size:1.2rem}.header{background-color:#fff;box-shadow:0 2px 10px rgba(0,0,0,.1)}.header h1{color:#333;padding:20px 0;margin:0}main{flex:1 1;background-color:#f8f8f8}.welcome-section{background-color:#fff;border-radius:8px;box-shadow:0 2px 10px rgba(0,0,0,.1);padding:40px 20px;margin-top:20px}.welcome-section h2{color:#e61e1e;margin-bottom:20px}.img-placeholder{background-color:#ddd;display:flex;align-items:center;justify-content:center;color:#666;font-weight:500;width:100%;height:100%;min-height:200px}img{max-width:100%;height:auto}.fade-in{animation:fadeIn .5s ease-in}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}html{scroll-behavior:smooth;height:100%}footer{background-color:#222;color:#fff;padding:20px 0}@media (max-width:768px){.container{padding:0 1rem}.section{padding:2rem 0}.section-title{font-size:2rem}}.mt-1{margin-top:.5rem}.mt-2{margin-top:1rem}.mt-3{margin-top:1.5rem}.mt-4{margin-top:2rem}.mt-5{margin-top:3rem}.mb-1{margin-bottom:.5rem}.mb-2{margin-bottom:1rem}.mb-3{margin-bottom:1.5rem}.mb-4{margin-bottom:2rem}.mb-5{margin-bottom:3rem}
/*# sourceMappingURL=main.1a853ccf.chunk.css.map */