body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;margin:0}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}.navbar{align-items:center;background:#f5f5f5;display:flex;justify-content:space-between;padding:20px 60px;position:relative;z-index:100}.logo{font-size:24px;font-weight:700}.nav-links{display:flex;gap:40px;list-style:none}.nav-links a{color:#666;font-size:16px;padding-bottom:5px;position:relative;text-decoration:none}.nav-links a.active,.nav-links a:hover{color:#000}.nav-links a.active:after{background:red;bottom:-5px;content:"";height:2px;left:0;position:absolute;width:100%}.hamburger{cursor:pointer;display:none;flex-direction:column;gap:5px}.hamburger span{background:#000;border-radius:3px;height:3px;transition:.3s;width:25px}.hamburger.active span:first-child{transform:rotate(45deg) translate(5px,5px)}.hamburger.active span:nth-child(2){opacity:0}.hamburger.active span:nth-child(3){transform:rotate(-45deg) translate(6px,-6px)}@media (max-width:768px){.navbar{padding:15px 20px}.hamburger{display:flex}.nav-links{align-items:center;background:#fff;flex-direction:column;gap:20px;padding:20px 0;position:absolute;right:0;top:70px;transform:translateY(-200%);transition:.4s ease;width:100%}.nav-links.open{transform:translateY(0)}.nav-links a{font-size:18px}}.home-section{background:#f5f5f5;min-height:100vh;width:100%}.home-container,.home-section{align-items:center;display:flex}.home-container{gap:40px;justify-content:space-between;margin:auto;max-width:1200px;width:90%}.home-left{animation:fadeLeft 1s ease;flex:1 1}.home-left h1{color:#222;font-size:40px;font-weight:600;line-height:1.4}.phone{color:red;font-weight:700;margin:15px 0}.home-left p{color:#555;line-height:1.6;margin-bottom:20px}.cta-btn{background:red;border:none;border-radius:30px;color:#fff;cursor:pointer;font-size:16px;padding:14px 28px;transition:.3s}.cta-btn:hover{background:#000}.home-right{animation:fadeRight 1s ease;flex:1 1;text-align:center}.home-right img{max-width:400px;width:100%}@keyframes fadeRight{0%{opacity:0;transform:translateX(50px)}to{opacity:1;transform:translateX(0)}}@media (max-width:900px){.home-container{flex-direction:column;text-align:center}.home-left h1{font-size:28px}.home-right img{max-width:300px}}.about-section{background:linear-gradient(135deg,#f8f8f8,#fff);min-height:100vh;padding:80px 20px;width:100%}.about-header{animation:fadeDown 1s ease;margin-bottom:60px;text-align:center}.sub-title{color:#999;font-size:12px;letter-spacing:3px}.about-header h2{color:#111;font-size:42px;font-weight:700;margin-top:10px}.about-container{align-items:center;display:flex;gap:60px;margin:auto;max-width:1200px}.about-left{animation:slideLeft 1s ease;flex:1 1}.img-box{border-radius:15px;overflow:hidden;position:relative}.img-box:after{background:linear-gradient(0deg,#ffd70033,#0000);content:"";inset:0;position:absolute}.about-left img{border-radius:15px;display:block;filter:contrast(1.1) brightness(1.05);transition:.5s;width:100%}.about-left:hover img{transform:scale(1.07)}.about-right{flex:1 1}.about-right p{color:#444;font-size:16px;line-height:1.8;margin-bottom:20px}.fade-up{animation:fadeUp .8s ease forwards;opacity:0;transform:translateY(30px)}.delay1{animation-delay:.3s}.delay2{animation-delay:.6s}@keyframes slideLeft{0%{opacity:0;transform:translateX(-60px)}to{opacity:1;transform:translateX(0)}}@keyframes fadeDown{0%{opacity:0;transform:translateY(-30px)}to{opacity:1;transform:translateY(0)}}@media (max-width:900px){.about-container{flex-direction:column;text-align:center}.about-header h2{font-size:28px}}.services-section{background:#f3f4f6;padding:80px 20px}.services-container{display:flex;gap:30px;margin:auto;max-width:1200px}.services-left{animation:fadeLeft 1s ease;background:#e11d48;border-radius:10px;color:#fff;display:flex;flex:1 1;flex-direction:column;justify-content:center;padding:40px}.services-left h2{font-size:32px;margin-bottom:20px}.services-left p{line-height:1.7;margin-bottom:30px}.know-btn{background:#ffffff4d;border:none;border-radius:30px;color:#fff;cursor:pointer;padding:12px 25px;transition:.3s}.know-btn:hover{background:#fff;color:#e11d48}.services-right{grid-gap:25px;display:grid;flex:2 1;gap:25px;grid-template-columns:repeat(3,1fr)}.service-card{animation:fadeUp .8s ease;background:#fff;border-radius:10px;padding:30px 20px;text-align:center;transition:.4s}.icon{align-items:center;background:#fde2e2;border-radius:50%;color:#e11d48;display:flex;font-size:22px;height:60px;justify-content:center;margin:auto auto 15px;width:60px}.service-card h3{font-size:18px;margin-bottom:10px}.service-card p{color:#555;font-size:14px}.service-card:hover{box-shadow:0 10px 25px #0000001a;transform:translateY(-8px)}@keyframes fadeLeft{0%{opacity:0;transform:translateX(-40px)}to{opacity:1;transform:translateX(0)}}@media (max-width:992px){.services-container{flex-direction:column}.services-right{grid-template-columns:repeat(2,1fr)}}@media (max-width:600px){.services-right{grid-template-columns:1fr}.services-left h2{font-size:24px}}.faq-section{background:#f3f6fb;padding:80px 20px}.faq-title{font-size:36px;font-weight:700;margin-bottom:50px;text-align:center}.faq-wrapper{margin:auto;max-width:900px}.faq-card{background:#cfd8e6;border-radius:12px;cursor:pointer;margin-bottom:20px;padding:20px 25px;transition:.4s}.faq-card:hover{transform:translateY(-3px)}.faq-row{align-items:center;display:flex;justify-content:space-between}.faq-question{color:#1e293b;font-size:16px}.faq-icon{align-items:center;background:#f8caca;border-radius:50%;color:#e11d48;display:flex;font-size:18px;height:55px;justify-content:center;transition:.4s;width:55px}.faq-card.open .faq-icon{transform:rotate(180deg)}.faq-answer{max-height:0;overflow:hidden;transition:all .4s ease}.faq-card.open .faq-answer{margin-top:15px;max-height:200px}.faq-answer p{color:#333;line-height:1.6}@media (max-width:600px){.faq-title{font-size:24px}.faq-card{padding:15px}.faq-icon{font-size:16px;height:45px;width:45px}}.contact-container{align-items:stretch;display:flex;gap:40px;margin:auto;max-width:1100px}.contact-info{background:#111827;border-radius:12px;color:#fff;display:flex;flex:1 1;flex-direction:column;justify-content:center;padding:40px}.contact-info h3,.contact-info ul{margin-bottom:20px}.contact-info ul{list-style:none}.contact-info li{margin-bottom:10px}.contact-info p{color:#ddd;font-size:14px}.contact-form{background:#fff;border-radius:12px;box-shadow:0 10px 30px #0000001a;flex:1.2 1;padding:40px}.contact-form h3{margin-bottom:20px}.input-group{margin-bottom:15px}.input-group input,.input-group select{border:1px solid #ddd;border-radius:6px;font-size:14px;outline:none;padding:12px;width:100%}.contact-form button{background:#e11d48;border:none;border-radius:6px;color:#fff;cursor:pointer;font-size:16px;padding:14px;transition:.3s;width:100%}.contact-form button:hover{background:#be123c}@media (max-width:900px){.contact-container{flex-direction:column}.contact-info{text-align:center}}@media (max-width:600px){.contact-header h2{font-size:24px}.contact-form,.contact-info{padding:25px}}.testimonial-section{background:#f8f9fb;padding:80px 20px;text-align:center}.testimonial-header span{color:#888;font-size:12px;letter-spacing:3px}.testimonial-header h2{color:#111;font-size:34px;margin-bottom:50px;margin-top:10px}.testimonial-box{animation:fadeUp 1s ease;background:#fff;border-radius:12px;box-shadow:0 10px 30px #00000014;margin:auto;max-width:700px;padding:40px}.quote{color:#444;font-size:16px;font-style:italic;line-height:1.7;margin-bottom:25px}.testimonial-box h3{color:#111;margin-bottom:5px}.place{color:#777;font-size:14px}.stars{color:#facc15;margin-top:10px}.dots{margin-top:25px}.dots span{background:#ccc;border-radius:50%;cursor:pointer;display:inline-block;height:10px;margin:5px;transition:.3s;width:10px}.dots .active{background:#e11d48;transform:scale(1.3)}@media (max-width:600px){.testimonial-box{padding:25px}.testimonial-header h2{font-size:24px}}*{box-sizing:border-box;font-family:Poppins,sans-serif;margin:0;padding:0}.contact-section{background:linear-gradient(90deg,#f8fafc,#eef2f7);padding:80px 20px}.contact-header{margin-bottom:50px;text-align:center}.contact-header span{color:#888;font-size:12px;letter-spacing:3px}.contact-header h2{font-size:34px;font-weight:600;margin-top:10px}.contact-header h2 span{color:#e11d48}.map-box{border-radius:16px;box-shadow:0 10px 35px #00000014;margin:auto auto 60px;max-width:1100px;overflow:hidden}.map-box iframe{border:none;height:340px;width:100%}.contact-list{display:flex;flex-direction:column;gap:25px;margin:auto;max-width:850px}.contact-item{align-items:center;background:#fff;border-radius:14px;box-shadow:0 6px 20px #0000000f;display:flex;gap:20px;justify-content:flex-start;padding:22px 28px;transition:.3s}.contact-item:first-child{animation-delay:.1s}.contact-item:nth-child(2){animation-delay:.2s}.contact-item:nth-child(3){animation-delay:.3s}.contact-item:nth-child(4){animation-delay:.4s}.contact-item:hover{box-shadow:0 18px 40px #0000001f;transform:translateY(-6px)}.icon{flex-shrink:0;margin:0}.content{text-align:left}.content h4{color:#111;font-size:16px;font-weight:600;margin-bottom:4px}.content p{color:#666;font-size:14px;line-height:1.6}@keyframes fadeUp{0%{opacity:0;transform:translateY(25px)}to{opacity:1;transform:translateY(0)}}@media (max-width:768px){.contact-header h2{font-size:26px}.map-box iframe{height:260px}.contact-item{padding:18px}}@media (max-width:480px){.contact-section{padding:60px 15px}.contact-header h2{font-size:22px}.map-box iframe{height:220px}.contact-item{align-items:flex-start;gap:14px;padding:18px}.icon{font-size:16px;height:45px;min-width:45px}.content h4{font-size:14px}.content p{font-size:13px}}.footer{background:linear-gradient(135deg,#1f1f2e,#111827);padding:30px 15px;text-align:center}.footer-container{margin:auto;max-width:1200px}.footer p{color:#cbd5e1;font-size:14px;letter-spacing:.5px}.footer span{color:#facc15;font-weight:600}.footer span:hover{color:#fde68a;transition:.3s}@media (max-width:768px){.footer{padding:25px 10px}.footer p{font-size:13px}}@media (max-width:480px){.footer{padding:20px 10px}.footer p{font-size:12px;line-height:1.6}}.floating-container{bottom:30px;display:flex;flex-direction:column;gap:15px;position:fixed;right:20px;z-index:999}.float-btn{align-items:center;border-radius:50%;box-shadow:0 8px 20px #0003;color:#fff;display:flex;font-size:20px;height:55px;justify-content:center;text-decoration:none;transition:all .3s ease;width:55px}.call{background:linear-gradient(135deg,#3b82f6,#1d4ed8)}.whatsapp{background:linear-gradient(135deg,#25d366,#128c7e)}.float-btn:hover{box-shadow:0 12px 30px #0000004d;transform:scale(1.1)}.float-btn:before{animation:pulse 2s infinite;background:inherit;border-radius:50%;content:"";height:100%;opacity:.6;position:absolute;width:100%;z-index:-1}@keyframes pulse{0%{opacity:.6;transform:scale(1)}70%{opacity:0;transform:scale(1.6)}to{opacity:0;transform:scale(1)}}@media (max-width:480px){.floating-container{bottom:20px;gap:12px;right:15px}.float-btn{font-size:18px;height:48px;width:48px}}.popup-overlay{align-items:center;background:#0009;display:flex;height:100%;justify-content:center;left:0;position:fixed;top:0;width:100%;z-index:999}.popup-box{animation:fadeIn .3s ease;background:#fff;border-radius:16px;max-width:420px;padding:30px;position:relative;width:90%}.close-btn{background:none;border:none;cursor:pointer;font-size:20px;position:absolute;right:15px;top:10px}.popup-box h2{font-size:20px;margin-bottom:20px;text-align:center}.popup-box form{display:flex;flex-direction:column;gap:15px}.popup-box input,.popup-box select{border:1px solid #ccc;border-radius:8px;font-size:14px;padding:12px}.submit-btn{background:linear-gradient(90deg,#f5c518,#e0b000);border:none;border-radius:8px;color:#000;cursor:pointer;font-weight:700;padding:12px}.submit-btn:hover{opacity:.9}@keyframes fadeIn{0%{opacity:0;transform:scale(.9)}to{opacity:1;transform:scale(1)}}@media (max-width:480px){.popup-box{padding:20px}.popup-box h2{font-size:16px}}
/*# sourceMappingURL=main.f6c8b8ca.css.map*/