*{box-sizing:border-box;margin:0;padding:0}:root{--primary-color:#d1005b;--secondary-color:#044767;--light-color:#f8f9fa;--dark-color:#2c3e50;--success-color:#2fcbe0;--border-color:#e0e0e0}body{background-color:#fff;color:#333;font-family:Poppins,sans-serif;line-height:1.6}#root,body,html{height:100%;width:100%}h1,h2,h3,h4,h5,h6{color:#2c3e50;font-weight:600;margin-bottom:1rem}h1{font-size:2.5rem}h2{font-size:2rem}h3{font-size:1.5rem}p{color:#555;margin-bottom:1rem}.btn-primary,.btn-secondary,.btn1{border-radius:5px;display:inline-block;font-weight:600;padding:10px 30px;text-decoration:none;transition:all .3s ease}.btn1{background-color:#d1005b;background-color:var(--primary-color);border:2px solid #d1005b;border:2px solid var(--primary-color);color:#fff}.btn1:hover{background-color:#b80049;color:#fff;text-decoration:none}.btn-secondary{background-color:#044767;background-color:var(--secondary-color);border:2px solid #044767;border:2px solid var(--secondary-color);color:#fff}.btn-secondary:hover{background-color:#03334d;color:#fff;text-decoration:none}a{color:#d1005b;color:var(--primary-color);text-decoration:none;transition:color .3s ease}a:hover{color:#b80049}.container-fluid{margin:0 auto;max-width:1200px}.layout_padding{padding:60px 0}.layout_padding_top{padding-top:60px}.layout_padding_bottom{padding-bottom:60px}.pb-0{padding-bottom:0!important}.card{border:none;border-radius:10px;box-shadow:0 2px 10px #0000001a;transition:all .3s ease}.card:hover{box-shadow:0 5px 20px #0003;transform:translateY(-5px)}img{height:auto;max-width:100%}.section-title{margin-bottom:50px;position:relative;text-align:center}.section-title h2{color:#044767;color:var(--secondary-color);font-size:2.5rem;margin-bottom:20px}.section-title p{color:#666;font-size:1.1rem;margin:0 auto;max-width:600px}.section-title:after{background-color:#d1005b;background-color:var(--primary-color);border-radius:2px;content:"";display:block;height:4px;margin:20px auto 0;width:60px}.hero_area{background-color:#f8f9fa}.slider_section{position:relative}.slider_section .owl-carousel-item{align-items:center;background-position:50%;background-size:cover;display:flex;min-height:500px;position:relative}.hero-bg{left:0;position:absolute;top:0;z-index:0}.hero-bg,.hero-bg img{height:100%;width:100%}.hero-bg img{object-fit:cover}.detail-box{color:#fff;position:relative;text-shadow:2px 2px 4px #00000080;z-index:1}.detail-box h1{color:#fff;font-size:3rem;font-weight:700;margin-bottom:20px}.detail-box p{color:#fff;font-size:1.3rem;margin-bottom:30px}.btn-box{margin-top:20px}.service_section{background-color:#f8f9fa}.service-box{background-color:#fff;border-radius:10px;margin-bottom:30px;padding:30px;text-align:center;transition:all .3s ease}.service-box:hover{box-shadow:0 10px 30px #0000001a;transform:translateY(-10px)}.service-box .icon{color:#d1005b;color:var(--primary-color);font-size:3rem;margin-bottom:15px}.service-box h3{color:#044767;color:var(--secondary-color);font-size:1.3rem;margin-bottom:15px}.service-box p{color:#666;font-size:.95rem}.about_section{background-color:#fff}.about-content{align-items:center;display:flex;gap:40px}.about-text h2{color:#044767;color:var(--secondary-color);margin-bottom:20px}.about-text p{color:#666;line-height:1.8;margin-bottom:15px}.gallery_section{background-color:#f8f9fa}.gallery-grid{grid-gap:20px;display:grid;gap:20px;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));margin-top:40px}.gallery-item{border-radius:10px;height:250px;overflow:hidden;position:relative}.gallery-item img{height:100%;object-fit:cover;transition:transform .3s ease;width:100%}.gallery-item:hover img{transform:scale(1.1)}.product-grid{grid-gap:20px;display:grid;gap:20px;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));margin-top:40px}.product-card{background-color:#fff;border-radius:10px;box-shadow:0 2px 10px #0000001a;overflow:hidden;text-align:center;transition:all .3s ease}.product-card:hover{box-shadow:0 5px 20px #0003;transform:translateY(-5px)}.product-card img{display:block;height:250px;object-fit:cover;width:100%}.product-info{padding:20px}.product-info h4{color:#044767;color:var(--secondary-color);margin-bottom:0}.testimonial-card{background-color:#f8f9fa;border-left:4px solid #d1005b;border-left:4px solid var(--primary-color);border-radius:10px;margin-bottom:20px;padding:30px}.testimonial-card p{color:#666;font-style:italic;margin-bottom:15px}.testimonial-card .author{color:#044767;color:var(--secondary-color);font-weight:600;margin-bottom:5px}.form-group{margin-bottom:20px}.form-control{border:1px solid #e0e0e0;border:1px solid var(--border-color);border-radius:5px;font-size:1rem;padding:10px 15px;transition:border-color .3s ease}.form-control:focus{border-color:#d1005b;border-color:var(--primary-color);box-shadow:0 0 0 .2rem #d1005b40}textarea.form-control{min-height:120px;resize:vertical}.footer_section{background-color:#044767;background-color:var(--secondary-color);color:#fff;margin-top:60px;padding:40px 0 20px}.footer_section p{color:#ddd;margin-bottom:10px}.footer_section h5{color:#fff;font-weight:600;margin-bottom:20px}.footer_section a{color:#ddd}.footer_section a:hover{color:#d1005b;color:var(--primary-color)}.footer-content{grid-gap:30px;display:grid;gap:30px;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));margin-bottom:30px}.footer-bottom{border-top:1px solid #ffffff1a;color:#ddd;padding-top:20px;text-align:center}.navbar{background-color:#fff!important;box-shadow:0 2px 5px #0000001a;padding:15px 0}.navbar-brand{color:#044767!important;color:var(--secondary-color)!important;font-size:1.5rem;font-weight:700}.nav-link{color:#333!important;font-weight:500;margin-left:20px;transition:color .3s ease}.nav-link.active,.nav-link:hover{color:#d1005b!important;color:var(--primary-color)!important}@media (max-width:768px){h1{font-size:2rem}h2{font-size:1.5rem}.detail-box h1{font-size:1.8rem}.detail-box p{font-size:1rem}.about-content{flex-direction:column;gap:20px}.footer-content{grid-template-columns:1fr}.gallery-grid,.product-grid{grid-template-columns:repeat(auto-fit,minmax(150px,1fr))}}.text-center{text-align:center}.text-muted{color:#999}.mt-5{margin-top:50px}.mb-5{margin-bottom:50px}.pt-5{padding-top:50px}.pb-5{padding-bottom:50px}.m-0{margin:0}.p-0{padding:0}.loading{align-items:center;display:flex;justify-content:center;min-height:300px}.loading-spinner{animation:spin 1s linear infinite;border:5px solid #e0e0e0;border-top:5px solid #d1005b;border:5px solid var(--border-color);border-radius:50%;border-top-color:var(--primary-color);height:50px;width:50px}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.empty-state{padding:60px 20px;text-align:center}.empty-state h3{color:#999;margin-bottom:10px}.empty-state p{color:#bbb}
/*# sourceMappingURL=main.7714087d.css.map*/