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}.App{text-align:center}.App-logo{height:40vmin;pointer-events:none}@media (prefers-reduced-motion:no-preference){.App-logo{animation:App-logo-spin 20s linear infinite}}.App-header{align-items:center;background-color:#282c34;color:#fff;display:flex;flex-direction:column;font-size:calc(10px + 2vmin);justify-content:center;min-height:100vh}.App-link{color:#61dafb}@keyframes App-logo-spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.navbar{align-items:center;background-color:#1e293b;display:flex;font-family:Segoe UI,sans-serif;justify-content:space-between;padding:.75rem 1.5rem;position:relative;z-index:1000}.logo-img{height:48px;width:auto}.nav-links{align-items:center;display:flex;gap:2rem;list-style-type:none;margin:0;padding:0}.nav-links li{position:relative}.nav-links a,.nav-links span{color:#f8fafc;cursor:pointer;font-weight:500;padding:.5rem .75rem;text-decoration:none;transition:all .3s ease}.nav-links a:hover,.nav-links span:hover{color:#38bdf8}.dropdown-menu{background-color:#334155;border-radius:10px;box-shadow:0 4px 12px #0000004d;left:0;list-style-type:none;min-width:200px;opacity:0;padding:.5rem 0;position:absolute;top:100%;transform:translateY(-10px);transition:all .25s ease-in-out;visibility:hidden;z-index:999}.dropdown:hover .dropdown-menu{opacity:1;transform:translateY(0);visibility:visible}.dropdown-menu li{margin:0}.dropdown-menu a{color:#f1f5f9;display:block;font-size:.95rem;padding:.6rem 1rem;transition:all .3s ease;white-space:nowrap}.dropdown-menu a:hover{background-color:#475569;color:#93c5fd;padding-left:1.2rem}.hamburger{cursor:pointer;display:none;flex-direction:column;gap:5px}.hamburger span{background:#f8fafc;border-radius:5px;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(5px,-5px)}@media (max-width:1024px){.nav-links{gap:1rem}.nav-links a,.nav-links span{font-size:.95rem}.logo-img{height:42px}}@media (max-width:768px){.hamburger{display:flex}.nav-links{align-items:center;background:linear-gradient(180deg,#0f172a,#1e293b);border-radius:12px;box-shadow:0 6px 20px #0006;display:none;flex-direction:column;gap:.75rem;justify-content:center;left:50%;padding:1.2rem 0;position:absolute;text-align:center;top:100%;transform:translateX(-50%);width:90%;z-index:1000}.nav-links.open{animation:slideDown .3s ease forwards;display:flex}.nav-links a,.nav-links span{border:none;color:#e2e8f0;font-size:1rem;padding:.75rem 0;text-decoration:none;transition:color .3s,background .3s;width:100%}.nav-links a:hover,.nav-links span:hover{background-color:#ffffff14;border-radius:8px;color:#38bdf8}.dropdown-menu{background-color:#273449;border-radius:8px;box-shadow:none;margin-top:.5rem;opacity:1;position:static;text-align:center;transform:none;visibility:visible;width:90%}.dropdown-menu a{color:#cbd5e1;font-size:.95rem;padding:.5rem 0}.dropdown-menu a:hover{background-color:#ffffff1a;color:#60a5fa}}@keyframes slideDown{0%{opacity:0;transform:translate(-50%,-10px)}to{opacity:1;transform:translate(-50%)}}@media (max-width:480px){.logo-img{height:36px}.nav-links a,.nav-links span{font-size:.9rem}}.home-container{align-items:center;background-position:50%;background-size:cover;display:flex;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;height:100vh;justify-content:flex-start;padding-left:40px;position:relative;transition:background-image 1s ease-in-out;width:100%}.overlay{background:#0009;height:100%;left:0;position:absolute;top:0;width:100%;z-index:0}.home{animation:fadeIn 1.5s ease;color:#fff;margin-left:5%;max-width:650px;padding:20px 40px;position:relative;text-align:left;z-index:1}.home h1{font-size:3.5rem;font-weight:700;margin-bottom:15px}.highlight{color:#00f7ff}.home h5{font-size:1.15rem;line-height:1.5;margin:8px 0}.quote-button{background:linear-gradient(135deg,#00e6e6,#0077b6);border:none;border-radius:30px;box-shadow:0 6px 15px #0000004d;color:#fff;cursor:pointer;font-size:1rem;margin-top:30px;padding:14px 35px;transition:all .3s ease}.quote-button:hover{background:linear-gradient(135deg,#0077b6,#00e6e6);transform:scale(1.05)}.services-section{background:#f8f8f8;padding:60px 40px;text-align:center}.services-title{color:#222;font-size:32px;font-weight:700;margin-bottom:40px}.services-container{display:flex;flex-wrap:wrap;gap:40px;justify-content:center}.service-card{background:#2fe5e5;border-radius:12px;box-shadow:10px 4px 15px #05e42b1a;padding:20px;transition:.3s ease;width:340px}.service-card:hover{box-shadow:0 6px 18px #0003;transform:translateY(-5px)}.service-card img{border-radius:10px;height:220px;margin-bottom:15px;object-fit:cover;width:100%}.service-card h3{color:#f3eded;font-size:22px;font-weight:600;margin-bottom:10px}.service-card p{color:#fcfcfc;font-size:19px;line-height:1.4;text-align:justify;word-spacing:1px}.social-icons{background-color:gray;border-radius:10px;display:flex;gap:18px;justify-content:center;margin-top:20px;padding:2px}.social-icons a{color:#fff;font-size:28px;transition:.3s ease}.social-icons a:hover{color:#00e676;transform:scale(1.2)}@media (max-width:768px){.services-container{align-items:center;flex-direction:column}.service-card{width:90%}.home{margin-left:0;padding:20px;text-align:center}.home-container{justify-content:center;padding-left:0}}@keyframes fadeIn{0%{opacity:0;transform:translateY(40px)}to{opacity:1;transform:translateY(0)}}.profile-section{align-items:center;background:#fff;display:flex;justify-content:center;padding:60px 5%}.profile-content{display:flex;flex-wrap:wrap;gap:40px;max-width:1200px}.profile-content img{border-radius:8px;box-shadow:0 4px 15px #0000001a;max-width:100%;width:500px}.text-content{flex:1 1}.text-content h2{font-size:2rem;margin-bottom:20px}.text-content p{color:#333;font-size:1rem;line-height:1.6}.learn-more{background-color:#fcb900;border:none;border-radius:5px;color:#000;cursor:pointer;font-weight:700;margin-top:20px;padding:10px 25px}.learn-more:hover{background-color:#e2a500}.contact-section{background:#f4f4f4;border-top:4px solid #000;display:flex;flex-wrap:wrap;padding:80px 5%}.contact-section .left{flex:1 1;min-width:280px}.contact-section .left h2{font-size:2.2rem;font-weight:700;line-height:1.3}.contact-section .right{flex:1 1;min-width:280px}.contact-section form{display:flex;flex-direction:column;gap:15px}.contact-section input,.contact-section textarea{border:1px solid #ccc;border-radius:5px;font-size:1rem;padding:12px 15px}.contact-section button{background-color:#fcb900;border:none;border-radius:5px;color:#000;cursor:pointer;font-weight:700;padding:12px 25px}.contact-section button:hover{background-color:#e2a500}@media (max-width:1024px){.home h1{font-size:2.8rem}.home h5{font-size:1.1rem}.profile-content{align-items:center;flex-direction:column}.profile-content img{width:80%}.contact-section,.text-content{text-align:center}.contact-section{align-items:center;flex-direction:column}.contact-section .left,.contact-section .right{width:100%}}@media (max-width:768px){.home-container{height:90vh;padding:0 10px}.home h1{font-size:2.2rem}.home h5{font-size:1rem}.quote-button{font-size:.95rem;padding:12px 25px}.profile-content img{width:100%}.text-content h2{font-size:1.6rem}.contact-section{padding:50px 5%}.contact-section .left h2{font-size:1.8rem}}@media (max-width:480px){.home-container{height:80vh}.home h1{font-size:1.8rem}.home h5,.quote-button{font-size:.9rem}.quote-button{padding:10px 22px}.text-content h2{font-size:1.4rem}.text-content p{font-size:.95rem}.contact-section button,.contact-section input,.contact-section textarea{font-size:.9rem}}@media (min-width:1280px){.home h1{font-size:4rem}.home h5{font-size:1.3rem}}.aboutusimg{height:auto;margin-top:20px;width:100%}.aboutcontent{background-color:#4d3ce7;border:1px solid #daa;border-radius:10px;box-shadow:2px 2px 2px 2px gray;font-size:large;height:auto;margin:50px auto;padding:20px;text-align:center;width:70%}.aboutcontent h3{color:#fff;font-size:x-large;margin:.5rem}.aboutcontent p{color:#fff;margin:.5rem;padding:10px 20px;text-align:justify}@media screen and (max-width:600px){.aboutcontent{font-size:medium;margin:20px auto;padding:15px;width:90%}.aboutcontent h3{font-size:large}.aboutusimg{height:auto}}@media screen and (min-width:601px) and (max-width:900px){.aboutcontent{font-size:large;margin:30px auto;padding:20px;width:80%}.aboutcontent h3{font-size:x-large}}@media screen and (min-width:901px) and (max-width:1200px){.aboutcontent{font-size:large;width:75%}}@media screen and (min-width:1201px){.aboutcontent{width:65%}}.key{border:2px solid #e9d1d1;box-shadow:2px 2px 2px 2px hsla(0,59%,77%,.733);height:550px;margin-left:400px;width:700px}.keyimages{height:300px;margin-left:200px;margin-top:25px;width:300px}.key h2,.key h4,.key h5,.key p{font-size:large;text-align:center}.key p{color:orange}@media screen and (max-width:600px){.key{height:auto;margin:20px auto;padding:20px;width:90%}.keyimages{display:block;height:200px;margin:0 auto;width:200px}.key h2{font-size:1.4rem}.key h4,.key h5,.key p{font-size:1rem}}@media screen and (min-width:601px) and (max-width:900px){.key{height:auto;margin:30px auto;padding:25px;width:80%}.keyimages{display:block;height:250px;margin:0 auto;width:250px}.key h4,.key h5,.key p{font-size:1.1rem}}@media screen and (min-width:901px) and (max-width:1200px){.key{margin:40px auto;width:70%}.keyimages{display:block;margin-left:auto;margin-right:auto}}@media screen and (min-width:1201px){.key{margin-left:auto;margin-right:auto;width:700px}}.estimation{align-items:flex-start;background-color:#f9f9f9;display:flex;flex-wrap:wrap;gap:40px;justify-content:space-between;padding:40px}.estimation1{flex:1 1}.estimation1 h2{color:#333;font-size:28px;margin-bottom:20px}.estimation1 ul{list-style-type:square;padding-left:20px}.estimation1 li{color:#555;font-size:18px;line-height:1.8}.estimation2{align-items:center;display:flex;flex:1 1;justify-content:center}.eimg{height:300px;max-width:500px}.eimg,.eimg1{border-radius:8px;box-shadow:0 4px 10px #0000001a;width:100%}.eimg1{height:350px}.estimation-container{align-items:flex-start;background-color:#f9f9f9;display:flex;flex-wrap:wrap;gap:40px;justify-content:space-between;padding:40px 60px}.image-section{flex:1 1;min-width:300px}.estimation-img{border-radius:10px;box-shadow:0 4px 12px #00000026;height:450px;width:100%}.details-section{flex:2 1;min-width:300px}.details-heading{color:#2c3e50;font-size:2rem;margin-bottom:20px;text-align:center}.details-columns{display:flex;flex-wrap:wrap;gap:40px;justify-content:space-between}.details-columns ul{color:#444;font-size:16px;line-height:1.8;list-style-type:square;min-width:200px;padding-left:20px}@media screen and (max-width:600px){.estimation{flex-direction:column;padding:20px}.estimation1 h2{font-size:22px;text-align:center}.estimation1 li{font-size:15px}.eimg{height:auto;width:100%}.estimation-container{flex-direction:column;padding:20px}.estimation-img{height:250px}.details-heading{font-size:1.4rem}.details-columns{align-items:flex-start;flex-direction:column}.details-columns ul{font-size:15px}}@media screen and (min-width:601px) and (max-width:900px){.estimation{flex-direction:column;padding:30px}.eimg{height:auto;max-width:400px}.estimation-container{flex-direction:column;padding:30px}.details-columns{flex-direction:row;flex-wrap:wrap}}@media screen and (min-width:901px){.details-columns,.estimation{flex-direction:row}}@media (min-width:1024px){.image-card-wrapper{gap:50px}.image-card{max-width:600px}.image-card img{height:360px}}.section-container{background:#f9f9f9;padding:60px 20px;text-align:center}.section-title{color:#222;font-size:2.5rem;margin-bottom:40px}.image-card-wrapper{display:flex;flex-wrap:wrap;gap:40px;justify-content:center}.image-card{background:#fff;border-radius:16px;box-shadow:0 8px 25px #0000001a;max-width:500px;overflow:hidden;transition:transform .3s ease;width:100%}.image-card:hover{transform:translateY(-8px)}.image-card img{height:320px;object-fit:cover;width:100%}.card-content{padding:24px}.card-content h3{color:#111;font-size:1.5rem;margin-bottom:12px}.card-content p{color:#444;font-size:1.05rem;line-height:1.6}.contact-page{color:#222;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;margin:2rem auto;max-width:800px;padding:0 1rem}.contact-page h1{color:#036;font-size:2.5rem;font-weight:700;margin-bottom:.5rem;text-align:center}.contact-page p{color:#444;font-size:1.1rem;line-height:1.5;margin-bottom:2rem;text-align:center}.contact-info{display:flex;flex-wrap:wrap;gap:2rem;justify-content:space-around;margin-bottom:3rem;text-align:center}.contact-info>div{background:#f8f8f8;border-radius:8px;box-shadow:0 0 8px #ccc;flex:1 1 220px;padding:1.5rem 1rem}.contact-info h3{color:#0077b6;font-size:1.3rem;font-weight:600;margin-bottom:.8rem}.contact-info p{color:#555;font-size:1rem;margin-bottom:1rem;white-space:pre-line}.btn-call,.btn-email{background-color:#0077b6;border-radius:4px;color:#fff;display:inline-block;font-weight:600;padding:.5rem 1.2rem;text-decoration:none;transition:background-color .3s ease}.btn-call:hover,.btn-email:hover{background-color:#023e8a}.contact-form{background:#f0f4f8;border-radius:8px;box-shadow:0 0 10px #bbb;margin:0 auto 3rem;max-width:600px;padding:2rem 2.5rem}.contact-form h2{color:#023e8a;font-weight:700;margin-bottom:1.2rem;text-align:center}.contact-form label{color:#036;display:block;font-weight:600;margin-bottom:.3rem}.contact-form input,.contact-form textarea{border:2px solid #ccc;border-radius:5px;font-family:inherit;font-size:1rem;margin-bottom:1rem;padding:.7rem 1rem;transition:border-color .3s ease;width:100%}.contact-form input:focus,.contact-form textarea:focus{border-color:#0077b6;outline:none}.input-error{border-color:#d90429!important}.error{color:#d90429;display:block;font-size:.9rem;margin-bottom:1rem;margin-top:-.8rem}.success-msg{background-color:#caf0f8;border:1px solid #90e0ef;border-radius:5px;color:#0077b6;font-weight:600;margin-bottom:1rem;padding:1rem;text-align:center}.contact-form button{background-color:#0077b6;border:none;border-radius:5px;color:#fff;cursor:pointer;font-size:1.1rem;font-weight:700;padding:.75rem 2rem;transition:background-color .3s ease;width:100%}.contact-form button:hover{background-color:#023e8a}.footer{background-color:#7da0ea;border-top-left-radius:20px;border-top-right-radius:20px;box-shadow:0 -4px 10px #0003;color:#fff;font-family:Poppins,sans-serif;overflow:hidden;position:relative;text-align:center;top:20px}.footer-content{margin:0 auto;max-width:900px}.footer p{font-size:15px;margin:10px 0;transition:all .3s ease-in-out}.footer p:hover{color:gold;transform:scale(1.05)}.footer a{color:#fff;text-decoration:none;transition:color .3s ease}.footer a:hover{color:gold}.brand{color:#0ff;font-style:italic;font-weight:600;letter-spacing:1px}.footer:before{animation:pulse 6s linear infinite;background:radial-gradient(circle,#ffffff0d,#0000 70%);content:"";height:200%;left:-50%;position:absolute;top:-50%;width:200%;z-index:0}.footer-content{position:relative;z-index:1}
/*# sourceMappingURL=main.21901ff4.css.map*/