@import"https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500;600;700&display=swap";body{background:#fff}body::-webkit-scrollbar-track{-webkit-box-shadow:inset 0 0 6px rgba(0,0,0,.3);background-color:#f5f5f5}body::-webkit-scrollbar{width:10px;background-color:#f5f5f5}body::-webkit-scrollbar-thumb{background-color:#000;border:2px solid #555555}*{margin:0;padding:0;box-sizing:border-box;font-family:Poppins,sans-serif}nav{position:fixed;z-index:10000;width:100%;background:#fff;box-shadow:.7px 8.9px 24.5px #0808181a}nav .wrapper{position:relative;max-width:1300px;padding:0 30px;height:80px;line-height:80px;margin:auto;display:flex;align-items:center;justify-content:space-between}.wrapper .logo a{color:#fff;font-size:30px;font-weight:600;text-decoration:none}.wrapper .logo a img{width:70px}.wrapper .nav-links{display:inline-flex;padding-top:17px}.nav-links li{list-style:none}.nav-links li a{text-decoration:none;color:#242526;font-size:17px;font-weight:500;padding:9px 15px;border-radius:5px;transition:all .3s ease}.nav-links li a:hover{background:#e6e0e0}.nav-links .mobile-item{display:none}.nav-links .drop-menu{position:absolute;background:#fff;width:250px;line-height:45px;top:90px;opacity:0;visibility:hidden;box-shadow:0 6px 10px #00000026;text-align:left;justify-content:center}.nav-links li:hover .drop-menu,.nav-links li:hover .mega-box{transition:all .3s ease;top:90px;opacity:1;visibility:visible}.drop-menu li{width:100%}.drop-menu li a{width:100%;display:block;padding:0 0 0 15px;margin-left:-15px;border-radius:0;color:#242526;font-size:16px;text-align:flex-start}.mega-box{position:absolute;left:0;width:100%;padding:0 30px;top:100px;opacity:0;visibility:hidden}.mega-box .content{background:#fff;padding:25px 20px;display:flex;width:100%;justify-content:space-between;box-shadow:0 6px 10px #00000026}.mega-box .content .row{width:calc(50% - 20px);line-height:45px}.content .row img{width:60%;height:auto;display:block;margin:0 auto}.content .row header{color:#f2f2f2;font-size:20px;font-weight:500}.content .row .mega-links{margin-left:-40px;border-left:1px solid rgba(255,255,255,.09)}.row .mega-links li{padding:0 20px}.row .mega-links li a{padding:0 20px;color:#242526;font-size:16px;display:block}.row .mega-links li a:hover{color:#242526}.wrapper .btn{color:#242526;font-size:20px;cursor:pointer;display:none}.wrapper .btn.close-btn{position:absolute;right:30px;top:10px}.cta-button{list-style:none;display:inline-block;margin:0;padding:0}.cta-btn{background-color:transparent;border:1px solid blue;color:#242526;font-size:15px;font-weight:500;padding:8px 16px;cursor:pointer;text-transform:uppercase;border-radius:5px;transition:all .3s ease;line-height:normal;margin:0;display:inline-block;position:relative}.cta-btn:hover{background-color:#00f;border-color:#00f}.cta-btn a{color:#000;text-decoration:none;display:block;width:100%;height:100%;transition:color .3s ease;padding:0;margin:0;line-height:normal}.cta-btn:hover a{color:#fff}.cta-btn:active{background-color:#00008b;border-color:#00008b;transform:scale(.96)}.cta-btn:before{content:"";position:absolute;top:50%;left:50%;width:120%;height:120%;background-color:#fff3;border-radius:5px;transform:translate(-50%,-50%);z-index:0;opacity:0;transition:opacity .3s ease}.cta-btn:hover:before{opacity:1}.cta-btn a{position:relative;z-index:1}.nav-links li:last-child{margin-right:20px}.cta-button{margin-left:20px}.cta-btn,.cta-btn a{white-space:nowrap}@media screen and (max-width:950px){.wrapper{justify-content:center;position:relative}.logo{position:absolute;left:50%;transform:translate(-50%)}.wrapper .btn.menu-btn{position:absolute;font-size:25px;right:15px;top:15px}.wrapper .btn{display:block}.wrapper .nav-links{position:fixed;height:100vh;width:100%;max-width:350px;top:0;left:-100%;background:#f6f5f8;display:block;padding:50px 10px;line-height:50px;overflow-y:auto;box-shadow:0 15px 15px #0000002e;transition:all .3s ease}::-webkit-scrollbar{width:10px}::-webkit-scrollbar-track{background:#c0c5ca}::-webkit-scrollbar-thumb{background:#c0c5ca}#menu-btn:checked~.nav-links{left:0%}#menu-btn:checked~.btn.menu-btn{display:none}#close-btn:checked~.btn.menu-btn{display:block}.nav-links li{margin:15px 10px}.nav-links li a{padding:0 20px;display:block;font-size:20px}.nav-links .drop-menu{position:static;opacity:1;visibility:visible;padding-left:20px;width:100%;max-height:0px;overflow:hidden;transition:all .3s ease;left:0;transform:none;top:60px;line-height:40px;box-shadow:none}#showDrop:checked~.drop-menu,#showMega:checked~.mega-box{max-height:100%}.nav-links .desktop-item{display:none}.nav-links .mobile-item{display:block;color:#242526;font-size:20px;font-weight:500;padding-left:20px;cursor:pointer;border-radius:5px;transition:all .3s ease}.nav-links .mobile-item:hover{background:#c0c5ca}.drop-menu li{margin:0}.drop-menu li a{border-radius:5px;font-size:15px}.mega-box{position:static;top:65px;opacity:1;visibility:visible;padding:0 20px;max-height:0px;overflow:hidden;transition:all .3s ease}.mega-box .content{box-shadow:none;flex-direction:column;padding:20px 20px 0}.mega-box .content .row{width:100%;margin-bottom:15px;border-top:1px solid rgba(255,255,255,.08)}.mega-box .content .row a{font-size:15px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.mega-box .content .row:nth-child(1),.mega-box .content .row:nth-child(2){border-top:0px}.content .row .mega-links{border-left:0px;padding-left:15px}.row .mega-links li{margin:0}.content .row header{font-size:19px}}nav input{display:none}.body-text{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:100%;text-align:center;padding:0 30px}.body-text div{font-size:45px;font-weight:600}@media screen and (min-width:951px){.wrapper{position:relative}.wrapper .nav-links{position:absolute;left:60%;transform:translate(-50%)}}.logo{display:flex;align-items:center;height:80px}.logo-container{display:flex;align-items:center;gap:15px;text-decoration:none;height:100%}.wrapper .logo a img{width:70px;height:auto;display:block}.company-name{font-size:20px;font-weight:700;color:#1c1c1c;margin:0;line-height:1;white-space:nowrap;display:flex;align-items:center}@media screen and (min-width:951px){.wrapper .nav-links{flex-wrap:nowrap;white-space:nowrap}}@media screen and (max-width:950px){.wrapper{justify-content:space-between}.logo{position:relative;left:0;transform:none;max-width:calc(100% - 60px)}.company-name{font-size:16px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}}.hero-slider{width:100%;height:100vh;background-size:cover;background-position:center;position:relative;transition:background-image .8s ease-in-out;display:flex;align-items:center}.overlay{width:100%;height:100%;background:#00000080;display:flex;align-items:center;padding-left:80px}.content{color:#fff;max-width:600px}.content h1{font-size:60px;font-weight:700;margin-bottom:20px}.tagline{font-size:18px;letter-spacing:1px;margin-bottom:20px}.services{font-size:20px;margin-bottom:30px}.read-button{background-color:#1c1c1c;color:#fff;border:none;padding:14px 35px;font-size:16px;cursor:pointer;transition:.3s ease}.read-button:hover{background-color:#000}.slider-btn{position:absolute;top:50%;transform:translateY(-50%);background:#fff3;border:none;width:55px;height:55px;border-radius:50%;color:#fff;font-size:28px;cursor:pointer;transition:all .3s ease}.prev{left:30px}.next{right:30px}@media(max-width:992px){.overlay{padding-left:50px}.content h1{font-size:45px}.tagline{font-size:16px}.services{font-size:18px}.slider-btn{width:45px;height:45px;font-size:22px}}@media(max-width:600px){.hero-slider{height:90vh}.overlay{padding-left:20px;padding-right:20px;justify-content:center;text-align:center}.content{max-width:100%}.content h1{font-size:32px;line-height:1.2}.tagline{font-size:14px}.services{font-size:16px}.read-button{padding:12px 25px;font-size:14px}.slider-btn{width:40px;height:40px;font-size:20px}.prev{left:10px}.next{right:10px}}.why-section{padding:100px 0}.container{width:85%;margin:auto;display:flex;justify-content:space-between;gap:40px;flex-wrap:wrap}.why-card{background:#f3f3f3;padding:80px 40px 50px;text-align:center;position:relative;flex:1;min-width:280px;transition:.4s ease;box-shadow:0 10px 30px #0066ff26}.why-card:hover{transform:translateY(-10px);box-shadow:0 20px 40px #0066ff59}.why-icon-wrapper{position:absolute;top:-50px;left:50%;transform:translate(-50%);width:110px;height:110px;border-radius:50%;background:#fff;display:flex;align-items:center;justify-content:center;transition:.4s ease;margin-bottom:10px}.why-icon-wrapper .why-img{width:50px;transition:.4s ease}.why-card:hover .why-icon-wrapper{background:#1c1c1c}.why-card:hover .why-icon-wrapper .why-img{filter:brightness(0) invert(1)}.why-card h3{margin-top:50px;font-size:22px;font-weight:700;color:#1c1c1c}.why-card p{margin-top:20px;font-size:16px;color:#666;line-height:1.8}@media(max-width:992px){.container{justify-content:center}.why-card{flex:0 0 45%}}@media(max-width:600px){.why-section{padding:70px 0}.container{flex-direction:column;gap:60px}.why-card{flex:1 1 100%;padding:70px 25px 40px}.why-card h3{font-size:20px}.why-card p{font-size:15px}}.about-section{padding:100px 0}.about-container{width:85%;margin:auto;display:flex;align-items:center;gap:60px}.about-images{position:relative;flex:1;margin-right:20px}.img-back{width:100%;max-width:450px}.img-front{position:absolute;bottom:-40px;right:-60px;width:350px;box-shadow:0 20px 40px #0003}.about-content{flex:1.2;margin-left:20px}.about-subtitle{letter-spacing:6px;color:#007bff;font-weight:600;font-size:14px}.about-content h2{font-size:38px;margin:20px 0 30px;line-height:1.3;font-weight:800;color:#1c1c1c}.about-content p{font-size:16px;color:#555;line-height:1.8;margin-bottom:20px}.highlight{color:1c1c1c;font-weight:600}.experience-box{display:flex;align-items:center;gap:20px;margin-top:30px}.number-box{border:4px solid #1c1c1c;padding:20px 30px}.number-box h3{font-size:60px;margin:0;color:#1c1c1c}.experience-text h4{margin:0;font-size:20px;font-weight:600;color:#1c1c1c}@media(max-width:992px){.about-container{flex-direction:column;text-align:center}.about-images{margin-bottom:60px}.img-front{position:relative;right:0;bottom:0;margin-top:-80px}.experience-box{justify-content:center}}@media(max-width:600px){.about-content h2{font-size:28px}.about-content p{font-size:14px}.number-box h3{font-size:40px}}.services-section{padding:100px 0;background:#f5f5f5;text-align:center}.services-header .subtitle{letter-spacing:6px;font-size:14px;color:#007bff;font-weight:600}.services-header h2{font-size:42px;margin-top:20px;font-weight:800;color:#1c1c1c;line-height:1.3}.services-grid{width:85%;margin:60px auto 0;display:grid;grid-template-columns:repeat(3,1fr);gap:40px}.service-card{background:#ededed;padding:60px 20px;cursor:pointer;transition:all .4s ease;border-radius:6px;box-shadow:0 10px 30px #0066ff26}.service-card img{width:70px;margin-bottom:25px;transition:.4s ease}.service-card h3{font-size:22px;font-weight:700;color:#1c1c1c}.service-card:hover{transform:translateY(-12px);background:#fff;box-shadow:0 25px 50px #0066ff59}.service-card:hover img{transform:scale(1.1)}@media(max-width:992px){.services-grid{grid-template-columns:repeat(2,1fr)}.services-header h2{font-size:32px}}@media(max-width:600px){.services-grid{grid-template-columns:1fr}.services-header h2{font-size:26px}.service-card{padding:40px 20px}}.why-choose-section{padding:100px 0}.why-container{width:85%;margin:auto;display:flex;align-items:center;gap:60px}.why-left{flex:1.2}.why-left h2{font-size:38px;margin:20px 0 40px;font-weight:800;color:#1c1c1c;line-height:1.3}.feature{display:flex;align-items:flex-start;gap:20px;margin-bottom:35px}.feature img{width:70px;padding:15px;border-radius:6px}.feature h3{font-size:20px;font-weight:700;margin-bottom:8px;color:#1c1c1c}.feature p{font-size:15px;color:#666;line-height:1.7}.why-right{flex:1;display:flex;justify-content:center}.image-frame{position:relative;padding:20px;border:4px solid #1c1c1c}.image-frame img{width:100%;max-width:400px;display:block}@media(max-width:992px){.why-container{flex-direction:column;text-align:center}.feature{justify-content:center;text-align:left}.why-left h2{font-size:30px}.why-right{margin-top:40px}}@media(max-width:600px){.why-left h2{font-size:24px}.feature{flex-direction:column;align-items:center;text-align:center}.feature img{margin-bottom:10px}}.appointment-section{padding:100px 0}.appointment-container{width:85%;margin:auto;display:flex;align-items:flex-start;gap:60px}.appointment-left{flex:1}.subtitle{letter-spacing:5px;font-size:14px;color:#007bff;font-weight:600}.appointment-left h2{font-size:42px;font-weight:800;margin:20px 0 40px;line-height:1.3;color:#1c1c1c}.contact-box{display:flex;align-items:center;gap:20px;margin-bottom:30px}.icon-box{width:70px;height:70px;background:#e9e9e9;display:flex;align-items:center;justify-content:center}.icon-box img{width:28px}.label{font-size:15px;color:#777;margin-bottom:5px}.contact-box h4{font-size:18px;font-weight:700;color:#1c1c1c}.appointment-right{flex:1}.appointment-form{width:100%}.form-row{display:flex;gap:20px;margin-bottom:20px}.appointment-form input,.appointment-form select,.appointment-form textarea{width:100%;padding:14px;border:1px solid #999;background:transparent;font-size:15px;outline:none}.appointment-form textarea{height:150px;resize:none;margin-bottom:20px}.appointment-btn{width:100%;padding:16px;background:#1c1c1c;color:#fff;border:none;font-size:16px;cursor:pointer;transition:.3s ease}.appointment-btn:hover{background:#000}@media(max-width:992px){.appointment-container{flex-direction:column}.appointment-left h2{font-size:32px}.form-row{flex-direction:column}}@media(max-width:600px){.appointment-left h2{font-size:26px}.contact-box{flex-direction:column;align-items:flex-start}}@media(max-width:600px){.appointment-container{width:92%}.appointment-left h2{line-height:1.4;word-break:break-word}.contact-box h4{word-break:break-word}.contact-box{gap:15px}.icon-box{width:60px;height:60px}.appointment-form input,.appointment-form select,.appointment-form textarea{font-size:14px}}.services-section-wrap{padding:80px 8%}.services-header-box{text-align:center;margin-bottom:60px}.services-small-title{display:inline-block;font-size:14px;font-weight:600;letter-spacing:1px;color:#7b2cbf;margin-bottom:10px}.services-main-title{font-size:36px;font-weight:700;line-height:1.3;color:#1f2937}.services-card-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:30px}.services-card-item{background:#fff;padding:40px 25px;border-radius:18px;text-align:center;cursor:pointer;transition:all .35s ease;box-shadow:0 15px 35px #00000014;position:relative;overflow:hidden}.services-card-item:before{content:"";position:absolute;inset:0;background:linear-gradient(135deg,#9b5de5,#7b2cbf);opacity:0;transition:.35s ease;z-index:0}.services-card-item:hover:before{opacity:1}.services-card-icon{width:60px;height:60px;object-fit:contain;margin-bottom:20px;position:relative;z-index:1;transition:transform .35s ease}.services-card-title{font-size:18px;font-weight:600;color:#1f2937;position:relative;z-index:1;transition:color .35s ease}.services-card-item:hover{transform:translateY(-10px);box-shadow:0 25px 50px #00000026}.services-card-item:hover .services-card-icon{transform:scale(1.1)}.services-card-item:hover .services-card-title{color:#fff}@media(max-width:992px){.services-card-grid{grid-template-columns:repeat(2,1fr)}.services-main-title{font-size:30px}}@media(max-width:600px){.services-card-grid{grid-template-columns:1fr}.services-main-title{font-size:24px}.services-card-item{padding:35px 20px}}.about-container{width:100%;font-family:Poppins,Arial,sans-serif}.about-hero{position:relative;width:100%;height:400px;overflow:hidden}.about-image{width:100%;height:100%;object-fit:cover;filter:blur(2px) brightness(.85);transform:scale(1.05)}.about-hero:after{content:"";position:absolute;inset:0;background:linear-gradient(135deg,#0000008c,#00000040);z-index:1}.about-title{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);z-index:2;padding:18px 40px;color:#fff;font-size:48px;font-weight:700;letter-spacing:2px;text-align:center;background:#ffffff26;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);border-radius:14px;border:1px solid rgba(255,255,255,.25);text-shadow:0 10px 30px rgba(0,0,0,.6)}@media(max-width:768px){.about-hero{height:300px}.about-title{top:50%;left:50%;transform:translate(-50%,-50%);font-size:32px;padding:14px 28px;line-height:1.2;white-space:normal}}@media(max-width:480px){.about-title{width:90%}}.why-modern{padding:80px 8%}.why-wrapper{display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center}.why-subtitle{color:#007bff;font-weight:600;letter-spacing:1px;font-size:14px}.why-heading{font-size:36px;margin:15px 0 40px;line-height:1.3}.why-cards{display:grid;grid-template-columns:repeat(2,1fr);gap:20px}.why-card{background:#fff;padding:25px;border-radius:12px;box-shadow:0 15px 35px #00000014;transition:.3s ease;text-align:center}.why-card:hover{transform:translateY(-5px)}.why-card img{width:50px;margin:0 auto 15px;display:block}.why-card h3{font-size:18px;margin-bottom:10px}.why-card p{font-size:14px;color:#555}.why-image img{width:100%;border-radius:20px;box-shadow:0 20px 40px #0000001a;object-fit:cover}@media(max-width:992px){.why-wrapper{grid-template-columns:1fr}.why-image{order:-1}.why-heading{font-size:28px}.why-cards{grid-template-columns:1fr}}.founder-section{padding:80px 8%;color:#000}.founder-wrapper{display:grid;grid-template-columns:1fr 2fr;gap:60px;align-items:center}.founder-image-box{position:relative;background:#fff;padding:15px;border-radius:25px;box-shadow:0 20px 40px #00000040}.founder-image-box img{width:100%;border-radius:20px;object-fit:cover}.founder-name{position:absolute;bottom:15px;left:15px;background:#000000bf;color:#fff;padding:8px 14px;border-radius:10px;font-size:14px;font-weight:600}.founder-content h2{font-size:36px;margin-bottom:25px}.founder-content p{font-size:15px;line-height:1.7;margin-bottom:16px;color:#000}@media(max-width:992px){.founder-wrapper{grid-template-columns:1fr}.founder-content h2{font-size:28px}}@media(max-width:600px){.founder-section{padding:60px 6%}.founder-content p{font-size:14px}}.founder-profile-section{padding:80px 8%;color:#000}.founder-profile-grid{display:grid;grid-template-columns:2fr 1fr;gap:60px;align-items:center}.founder-profile-heading{font-size:36px;margin-bottom:25px}.founder-profile-paragraph{font-size:15px;line-height:1.7;margin-bottom:16px;color:#000}.founder-profile-image-card{position:relative;background:#fff;padding:15px;border-radius:25px;box-shadow:0 20px 40px #00000040}.founder-profile-image{width:100%;border-radius:20px;object-fit:cover}.founder-profile-name{position:absolute;bottom:15px;left:15px;background:#000000bf;color:#fff;padding:8px 14px;border-radius:10px;font-size:14px;font-weight:600}@media(max-width:992px){.founder-profile-grid{grid-template-columns:1fr}.founder-profile-heading{font-size:28px}}@media(max-width:600px){.founder-profile-section{padding:60px 6%}.founder-profile-paragraph{font-size:14px}}.contactx-info-row{display:grid;grid-template-columns:repeat(4,1fr);gap:25px;padding:60px 8%;background:#fff}.contactx-info-card{background:#f8f9fb;padding:30px 20px;border-radius:16px;text-align:center;box-shadow:0 12px 30px #00000014;transition:.35s ease}.contactx-info-card:hover{transform:translateY(-8px)}.contactx-icon{font-size:28px;color:#7b2cbf;margin-bottom:12px}.contactx-title{font-weight:600;color:#111;margin-bottom:6px}.contactx-text{font-size:14px;color:#555;line-height:1.5}.contactx-section{position:relative;background:linear-gradient(135deg,#9b5de5,#7b2cbf);padding:90px 0;overflow:hidden}.contactx-container{max-width:1200px;margin:auto;padding:0 6%}.contactx-layout{display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center}.contactx-shapes .contactx-shape{position:absolute;background:#ffffff26;border-radius:50%}.s1{width:80px;height:80px;top:10%;left:5%}.s2{width:120px;height:120px;top:70%;left:10%}.s3{width:60px;height:60px;top:40%;right:8%}.s4{width:100px;height:100px;bottom:10%;right:12%}.s5{width:50px;height:50px;top:20%;right:25%}.s6{width:70px;height:70px;bottom:30%;left:30%}.contactx-form-wrapper{background:#fff;padding:40px;border-radius:20px;box-shadow:0 25px 60px #0003}.contactx-row{display:grid;grid-template-columns:1fr 1fr;gap:20px}.contactx-group{display:flex;flex-direction:column;margin-bottom:18px}.contactx-group label{font-size:14px;font-weight:600;margin-bottom:6px;color:#333}.contactx-group input,.contactx-group textarea{padding:12px 14px;border-radius:10px;border:1px solid #ddd;outline:none;font-size:14px}.contactx-group input:focus,.contactx-group textarea:focus{border-color:#7b2cbf}.contactx-btn{margin-top:10px;padding:14px;border-radius:30px;border:none;background:linear-gradient(135deg,#9b5de5,#7b2cbf);color:#fff;font-size:15px;font-weight:600;cursor:pointer;transition:.3s}.contactx-btn:hover{transform:translateY(-2px)}.contactx-map-box{border-radius:20px;overflow:hidden;box-shadow:0 25px 60px #0003}.contactx-map-box iframe{width:100%;height:520px;border:none}@media(max-width:992px){.contactx-info-row{grid-template-columns:repeat(2,1fr)}.contactx-layout{grid-template-columns:1fr}.contactx-map-box iframe{height:400px}}@media(max-width:600px){.contactx-info-row,.contactx-row{grid-template-columns:1fr}}.jml-footer{font-family:Poppins,sans-serif;margin-top:0}.jml-footer-wrapper{background-color:#0b0b33;color:#ccc}.jml-footer-top{padding:70px 0}.jml-footer-container{width:85%;max-width:1300px;margin:0 auto}.jml-footer-columns{display:flex;justify-content:center;align-items:flex-start;flex-wrap:wrap;gap:80px;text-align:left}.jml-footer-col{flex:1 1 300px;min-width:280px}.jml-footer-col:nth-child(2){transform:translate(80px)}.jml-footer-col:nth-child(3){transform:none}.jml-footer-title{color:#fff;font-weight:600;margin-bottom:20px;font-size:18px}.jml-footer-logo{width:120px;height:auto;vertical-align:middle;margin-right:10px}.jml-footer-col p{color:#f8f7f7;margin:10px 0;font-size:14px;line-height:1.7}.jml-footer-col i{margin-right:10px;color:#00bcd4}.jml-footer-col ul{list-style:none;padding:0;margin:0}.jml-footer-col ul li{margin-bottom:10px}.jml-footer-col ul li a{color:#f8f7f7;text-decoration:none;transition:color .3s ease;font-size:14px}.jml-footer-col ul li a:hover{color:#00bcd4}.jml-footer-social{margin-top:20px}.jml-footer-social a{color:#f8f7f7;font-size:18px;margin-right:15px;transition:color .3s ease}.jml-footer-social a:hover{color:#00bcd4}.jml-footer-bottom{background-color:#070728;border-top:1px solid rgba(255,255,255,.1);padding:18px 0;font-size:13px;color:#f8f7f7}.jml-footer-bottom-content{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;width:85%;max-width:1300px;margin:0 auto}.jml-footer-bottom-content a{color:#f8f7f7;text-decoration:none}.jml-footer-bottom-content a:hover{text-decoration:underline}@media(max-width:992px){.jml-footer-columns{justify-content:center;gap:60px}.jml-footer-col:nth-child(2),.jml-footer-col:nth-child(3){margin-left:0}}@media(max-width:768px){.jml-footer-columns{flex-direction:column;align-items:center;text-align:center;gap:40px}.jml-footer-col{min-width:100%;margin-left:0!important}.jml-footer-bottom-content{flex-direction:column;gap:10px;text-align:center}}@media(max-width:600px){.jml-footer-top{padding:40px 20px}.jml-footer-col{flex:1 1 100%;min-width:unset;max-width:400px}.jml-footer-col:nth-child(2),.jml-footer-col:nth-child(3){transform:none!important}.jml-footer-col p{font-size:14px;line-height:1.6}.jml-footer-col ul li{margin-bottom:8px}.jml-footer-social{justify-content:left;display:flex}.jml-footer-bottom-content{flex-direction:column;gap:10px;text-align:center}.jml-footer-bottom{font-size:12px;padding:15px 0}}@media(max-width:600px){.jml-footer-columns{align-items:flex-start!important;text-align:left!important}.jml-footer-col{text-align:left!important;align-items:flex-start!important}}.jml-footer-col:first-child p{text-align:justify}.jml-footer-col:nth-child(3) p:first-of-type{text-align:justify}#button{display:flex;align-items:center;justify-content:center;background-color:#2e2d2d;width:50px;height:50px;border-radius:50%;position:fixed;bottom:25px;right:110px;transition:background-color .3s,opacity .5s,visibility .5s;opacity:0;visibility:hidden;z-index:1000;text-decoration:none;color:#fff;font-size:20px}#button:hover{cursor:pointer;background-color:#000}#button:active{background-color:#555}#button.show{opacity:1;visibility:visible}.whatsapp-button{position:fixed;bottom:25px;right:30px;background-color:#25d366;border-radius:50%;width:52px;height:52px;display:flex;justify-content:center;align-items:center;box-shadow:0 4px 8px #0003;z-index:1000;cursor:pointer;transition:opacity .3s,visibility .3s;text-decoration:none}.whatsapp-button i{color:#fff;font-size:34px}.whatsapp-button i:hover{color:#333}#chatbot-toggler{position:fixed;bottom:25px;right:30px;border:none;height:53px;width:53px;display:flex;cursor:pointer;align-items:center;justify-content:center;border-radius:50%;background:#6d4fc2;box-shadow:0 0 20px #0000001a;transition:all .2s ease}.container.show-chatbot #chatbot-toggler{transform:rotate(90deg)}#chatbot-toggler span{color:#fff;position:absolute}#chatbot-toggler span:last-child,.container.show-chatbot #chatbot-toggler span:first-child{opacity:0}.container.show-chatbot #chatbot-toggler span:last-child{opacity:1}.chatbot-popup{position:fixed;width:min(420px,90vw);height:min(600px,80vh);opacity:0;right:35px;bottom:90px;pointer-events:none;transform:scale(.2);overflow:hidden;background:#fff;border-radius:15px;transform-origin:bottom right;box-shadow:0 0 128px #0000001a,0 32px 64px -48px #00000080;transition:all .1s ease}.container.show-chatbot .chatbot-popup{opacity:1;pointer-events:auto;transform:scale(1)}.chatbot-popup .chat-header{display:flex;padding:15px 22px;align-items:center;background:#6d4fc2;justify-content:space-between}.chat-header .header-info{display:flex;gap:10px;align-items:center}.header-info svg{width:35px;height:35px;flex-shrink:0;padding:6px;fill:#6d4fc2;background:#fff;border-radius:50%}.header-info .logo-text{color:#fff;font-weight:600;font-size:1.31rem;letter-spacing:.02rem}.chat-header button{border:none;height:40px;width:40px;color:#fff;cursor:pointer;padding-top:2px;margin-right:-10px;font-size:1.9rem;border-radius:50%;background:none;transition:.2s ease}.chat-header button:hover{background:#593bab}.chat-body{display:flex;flex-direction:column;gap:20px;height:calc(100% - 140px);overflow-y:auto;margin-bottom:82px;padding:25px 22px;scrollbar-width:thin;scrollbar-color:#DDD3F9 transparent}.chat-body .message{display:flex;gap:11px;align-items:center}.chat-body .message svg{width:35px;height:35px;flex-shrink:0;padding:6px;fill:#fff;align-self:flex-end;margin-bottom:2px;background:#6d4fc2;border-radius:50%}.chat-body .message .message-text{padding:12px 16px;max-width:75%;font-size:.95rem;word-wrap:break-word;white-space:pre-line}.chat-body .message.error .message-text{color:red}.chat-body .bot-message .message-text{background:#f6f2ff;border-radius:13px 13px 13px 3px}.chat-body .user-message{flex-direction:column;align-items:flex-end}.chat-body .user-message .message-text{color:#fff;background:#6d4fc2;border-radius:13px 13px 3px}.chat-footer{position:absolute;bottom:0;width:100%;background:#fff;padding:15px 22px 20px}.chat-footer .chat-form{display:flex;align-items:center;position:relative;background:#fff;border-radius:32px;outline:1px solid #CCCCE5;box-shadow:0 0 8px #0000000f}.chat-form:focus-within{outline:2px solid #6D4FC2}.chat-form .message-input{width:100%;height:47px;border:none;outline:none;font-size:.95rem;padding:0 17px;background:none}.chat-form #send-message{height:35px;width:35px;border:none;flex-shrink:0;color:#fff;cursor:pointer;display:none;margin-right:6px;background:#6d4fc2;border-radius:50%;font-size:1.15rem;transition:.2s ease}.chat-form .message-input:valid~#send-message{display:block}.chat-form #send-message:hover{background:#593bab}@media(max-width:520px){#chatbot-toggler{right:25px;bottom:26px}.chatbot-popup{right:0;bottom:0;height:100%;border-radius:0;width:100%}.chatbot-popup .chat-header{padding:12px 15px}.chat-body{height:calc(90% - 55px);padding:25px 15px}.chat-footer{padding:10px 15px 15px}}.chatbot-welcome-bubble{position:fixed;bottom:95px;right:35px;background:#6d4fc2;color:#fff;padding:12px 18px;border-radius:20px;font-size:.95rem;box-shadow:0 4px 14px #00000026;z-index:9999;white-space:nowrap;transition:opacity .6s ease}.chatbot-welcome-bubble .cursor{display:inline-block;width:1ch;animation:blink 1s step-start infinite}@keyframes blink{50%{opacity:0}}#chatbot-toggler,.chatbot-popup,.chatbot-welcome-bubble{z-index:99999!important}#chatbot-toggler,#chatbot-toggler:focus,#chatbot-toggler:active{outline:none!important;border:none!important;box-shadow:none!important}#chatbot-toggler .material-symbols-rounded{color:#fff;transition:color .3s ease}#chatbot-toggler:hover .material-symbols-rounded{color:#000}.login-container{height:100vh;display:flex;justify-content:center;align-items:center}.login-box{background:#fff;padding:30px;width:320px;border-radius:8px;box-shadow:0 0 10px #0000001a}.login-box h2{text-align:center;margin-bottom:20px}.login-box input{width:100%;padding:10px;margin-bottom:15px;border-radius:4px;border:1px solid #ccc}.login-box button{width:100%;padding:10px;background:#007bff;color:#fff;border:none;border-radius:4px;cursor:pointer}.login-box button:hover{background:#0056b3}.error{color:red;text-align:center;margin-bottom:10px}.dashboard{min-height:100vh}.dashboard-navbar{height:60px;color:#fff;display:flex;justify-content:space-between;align-items:center;padding:0 20px}.dashboard-navbar button{background:red;color:#fff;border:none;padding:8px 12px;cursor:pointer;border-radius:4px;margin-top:170px}.dashboard-navbar button:hover{background:#8b0000}.dashboard-content{padding:30px}@media(max-width:768px){.dashboard-navbar{display:flex;flex-direction:column;align-items:stretch;padding:10px 16px;margin-top:50px}.dashboard-navbar button{align-self:flex-end;margin-top:10px;margin-bottom:10px}.dashboard-content{padding-top:40px}}.custom-alert{position:fixed;top:40px;left:40%;width:auto;max-width:40%;padding:14px 20px;text-align:center;font-size:14px;z-index:99999;animation:fadeIn .3s ease-in-out}.custom-alert.success{background:#e6fffa;color:#065f46;border:1px solid #34d399}.custom-alert.error{background:#fee2e2;color:#7f1d1d;border:1px solid #f87171}@keyframes fadeIn{0%{opacity:0;transform:translateY(-5px)}to{opacity:1;transform:translateY(0)}}.arch-title{margin-top:30px;margin-bottom:10px}.arch-form{display:flex;gap:10px;flex-wrap:wrap}.arch-form input{padding:8px;border:1px solid #ccc;border-radius:4px}.arch-form button{padding:8px 16px;background:#007bff;color:#fff;border:none;border-radius:4px;cursor:pointer}.arch-form button:hover{background:#0056b3}.api-message{margin-top:10px;color:green}@media(max-width:768px){.arch-form{flex-direction:column}}.project-container{padding:40px;margin-top:100px}.section-title{font-size:28px;font-weight:600;margin-bottom:25px;text-align:center}.project-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:24px}.project-card{background:#fff;border-radius:14px;overflow:hidden;box-shadow:0 8px 20px #00000014;transition:transform .3s ease}.project-card:hover{transform:translateY(-6px)}.project-image{width:100%;height:200px;object-fit:cover}.project-content{padding:16px}.project-id{font-size:12px;color:#888}.project-title{font-size:18px;margin:8px 0}.project-location{font-size:14px;color:#555}.project-category{display:inline-block;margin:8px 0;padding:4px 12px;background:#f2f2f2;border-radius:20px;font-size:12px}.project-description{font-size:14px;color:#666;margin-top:8px}@media(max-width:1200px){.project-grid{grid-template-columns:repeat(3,1fr)}}@media(max-width:768px){.project-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:480px){.project-grid{grid-template-columns:1fr}}.project-content{padding:16px;text-align:center}.project-id{display:block;margin-bottom:6px}.project-title{margin:10px 0}.project-location,.project-description{margin-left:auto;margin-right:auto}
