*{margin:0;padding:0;box-sizing:border-box}body{font-family:'Inter',sans-serif;line-height:1.6;color:#333;overflow-x:hidden}html{scroll-behavior:smooth}.container{max-width:1200px;margin:0 auto;padding:0 20px}.header{position:fixed;top:0;width:100%;background:rgb(255 255 255 / .95);backdrop-filter:blur(10px);box-shadow:0 2px 20px rgb(0 0 0 / .1);z-index:1000;transition:all 0.3s ease}.nav{padding:1rem 0}.nav-container{display:flex;justify-content:space-between;align-items:center;max-width:1200px;margin:0 auto;padding:0 20px}.nav-logo a{display:flex;align-items:center;text-decoration:none}.logo-img{height:50px;width:auto;transition:transform 0.3s ease}.logo-img:hover{transform:scale(1.05)}.nav-logo h2{color:#2563eb;font-weight:700;font-size:1.5rem}.nav-menu{display:flex;list-style:none;gap:2rem}.nav-link{text-decoration:none;color:#333;font-weight:500;transition:color 0.3s ease;position:relative}.nav-link:hover{color:#2563eb}.nav-link::after{content:'';position:absolute;width:0;height:2px;bottom:-5px;left:0;background-color:#2563eb;transition:width 0.3s ease}.nav-link:hover::after{width:100%}.nav-toggle{display:none;flex-direction:column;cursor:pointer}.bar{width:25px;height:3px;background-color:#333;margin:3px 0;transition:0.3s}.marquee-container{background:linear-gradient(90deg,#2563eb 0%,#3b82f6 100%);color:#fff;padding:12px 0;overflow:hidden;position:fixed;top:70px;width:100%;z-index:999;box-shadow:0 2px 10px rgb(0 0 0 / .1)}.marquee-content{display:flex;align-items:center;white-space:nowrap;animation:marquee 40s linear infinite}.marquee-content:nth-child(2){position:absolute;top:0;animation:marquee2 40s linear infinite}@keyframes marquee{0%{transform:translateX(0)}100%{transform:translateX(-100%)}}@keyframes marquee2{0%{transform:translateX(100%)}100%{transform:translateX(0)}}.marquee-item{display:inline-flex;align-items:center;gap:8px;padding:0 25px;font-weight:500;font-size:.95rem;white-space:nowrap}.marquee-item i{font-size:1rem;color:#fbbf24;flex-shrink:0}.marquee-separator{color:rgb(255 255 255 / .5);padding:0 15px;font-size:1.2rem;flex-shrink:0}.marquee-container:hover .marquee-content{animation-play-state:paused}.hero{min-height:100vh;display:flex;align-items:center;background:linear-gradient(135deg,rgb(102 126 234 / .5) 0%,rgb(118 75 162 / .5) 100%),url(../assets/images/tech-Datacenter.jpg) center/cover no-repeat;background-attachment:fixed;color:#fff;padding-top:140px;position:relative}.hero-container{display:flex;justify-content:center;align-items:center;max-width:1200px;margin:0 auto;padding:0 20px;min-height:70vh}.hero-content{text-align:center;max-width:900px;background:rgb(0 0 0 / .35);padding:3rem;border-radius:20px;backdrop-filter:blur(10px);box-shadow:0 10px 40px rgb(0 0 0 / .3)}.hero-title{font-size:4rem;font-weight:700;margin-bottom:.5rem;line-height:1.2;text-shadow:2px 2px 4px rgb(0 0 0 / .5);letter-spacing:1px}.hero-tagline{font-size:1.8rem;font-weight:600;margin-bottom:.5rem;color:#fbbf24;text-shadow:1px 1px 3px rgb(0 0 0 / .5);letter-spacing:.5px}.hero-feature{font-size:1.3rem;font-weight:500;margin-bottom:1.5rem;color:#93c5fd;text-shadow:1px 1px 2px rgb(0 0 0 / .5)}.hero-subtitle{font-size:1.1rem;margin-bottom:2rem;opacity:.95;text-shadow:1px 1px 2px rgb(0 0 0 / .5);line-height:1.7}.hero-buttons{display:flex;gap:1rem;flex-wrap:wrap;justify-content:center}.btn{padding:12px 30px;text-decoration:none;border-radius:50px;font-weight:600;transition:all 0.3s ease;display:inline-block;border:2px solid #fff0}.btn-primary{background:#2563eb;color:#fff;border-color:#2563eb}.btn-primary:hover{background:#1d4ed8;transform:translateY(-2px);box-shadow:0 10px 20px rgb(37 99 235 / .3)}.btn-secondary{background:#fff0;color:#fff;border-color:#fff}.btn-secondary:hover{background:#fff;color:#2563eb;transform:translateY(-2px)}.hero-image{text-align:center;display:flex;align-items:center;justify-content:center}.hero-img{max-width:100%;width:500px;height:auto;border-radius:20px;box-shadow:0 20px 60px rgb(0 0 0 / .3);animation:float 3s ease-in-out infinite;transition:transform 0.3s ease}.hero-img:hover{transform:scale(1.05)}.hero-icon{font-size:15rem;opacity:.8;animation:float 3s ease-in-out infinite}@keyframes float{0%,100%{transform:translateY(0)}50%{transform:translateY(-20px)}}@keyframes fadeOut{from{opacity:1}to{opacity:0}}.services{padding:5rem 0;background:#f8fafc}.section-header{text-align:center;margin-bottom:3rem}.section-header h2{font-size:2.5rem;font-weight:700;color:#1e293b;margin-bottom:1rem}.section-header p{font-size:1.1rem;color:#64748b;max-width:600px;margin:0 auto}.services-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:2rem}@media (max-width:1200px){.services-grid{grid-template-columns:repeat(3,1fr)}}@media (max-width:900px){.services-grid{grid-template-columns:repeat(2,1fr)}}.service-card{background:#fff;padding:2rem;border-radius:15px;box-shadow:0 5px 15px rgb(0 0 0 / .08);transition:all 0.3s ease;text-align:center}.service-card:hover{transform:translateY(-15px) scale(1.02);box-shadow:0 20px 40px rgb(37 99 235 / .2)}.service-card:hover .service-icon{transform:scale(1.1) rotate(5deg);box-shadow:0 10px 25px rgb(37 99 235 / .3)}.service-icon{width:80px;height:80px;background:linear-gradient(135deg,#2563eb,#3b82f6);border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 1.5rem;transition:all 0.3s ease}.service-icon i{font-size:2rem;color:#fff}.service-card h3{font-size:1.4rem;font-weight:600;color:#1e293b;margin-bottom:1rem}.service-card p{color:#64748b;line-height:1.6}.why-choose{padding:5rem 0;background:#fff}.why-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem}@media (max-width:900px){.why-grid{grid-template-columns:repeat(2,1fr)}}.why-card{text-align:center;padding:2rem 1.5rem;background:#f8fafc;border-radius:15px;transition:all 0.3s ease;border:2px solid #fff0}.why-card:hover{border-color:#2563eb;transform:translateY(-8px) scale(1.02);box-shadow:0 15px 35px rgb(37 99 235 / .2);background:#fff}.why-card:hover .why-icon{transform:scale(1.15) rotate(-5deg);box-shadow:0 10px 25px rgb(102 126 234 / .4)}.why-icon{width:70px;height:70px;background:linear-gradient(135deg,#667eea,#764ba2);border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 1.5rem;transition:all 0.3s ease}.why-icon i{font-size:1.8rem;color:#fff}.why-card h3{font-size:1.3rem;font-weight:600;color:#1e293b;margin-bottom:1rem}.why-card p{color:#64748b;line-height:1.6;font-size:.95rem}.about{padding:5rem 0;background:#f8fafc}.about-content{display:grid;grid-template-columns:2fr 1fr;gap:4rem;align-items:center}.about-text h2{font-size:2.5rem;font-weight:700;color:#1e293b;margin-bottom:1.5rem}.about-text p{font-size:1.05rem;color:#64748b;margin-bottom:1.5rem;line-height:1.8}.about-text p:last-of-type{margin-bottom:2rem}.features{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem}.feature{display:flex;align-items:center;gap:.5rem}.feature i{color:#2563eb;font-size:1.2rem}.feature span{font-weight:500;color:#1e293b}.about-stats{display:flex;flex-direction:column;gap:2rem}.stat{text-align:center;padding:1.5rem;background:#f8fafc;border-radius:15px;border-left:4px solid #2563eb}.stat h3{font-size:2.5rem;font-weight:700;color:#2563eb;margin-bottom:.5rem}.stat p{color:#64748b;font-weight:500}.faq{padding:5rem 0;background:#fff}.faq-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(400px,1fr));gap:1.5rem;max-width:1000px;margin:0 auto}.faq-item{background:#f8fafc;border-radius:12px;overflow:hidden;border:2px solid #e2e8f0;transition:all 0.3s ease}.faq-item:hover{border-color:#2563eb;box-shadow:0 10px 30px rgb(37 99 235 / .15);transform:translateY(-3px)}.faq-question{padding:1.5rem;display:flex;justify-content:space-between;align-items:center;cursor:pointer;background:#fff;transition:all 0.3s ease}.faq-question:hover{background:#f8fafc}.faq-question h3{font-size:1.1rem;font-weight:600;color:#1e293b;margin:0;flex:1}.faq-question i{color:#2563eb;transition:transform 0.3s ease;font-size:1rem}.faq-item.active .faq-question i{transform:rotate(180deg)}.faq-answer{max-height:0;overflow:hidden;transition:max-height 0.4s ease,padding 0.4s ease;padding:0 1.5rem}.faq-item.active .faq-answer{max-height:500px;padding:0 1.5rem 1.5rem}.faq-answer p{color:#64748b;line-height:1.8;margin:0}.contact{padding:5rem 0;background:#f8fafc}.contact-content{display:grid;grid-template-columns:1fr 1fr;gap:4rem}.contact-info{display:flex;flex-direction:column;gap:2rem}.contact-item{display:flex;align-items:flex-start;gap:1rem;padding:1.5rem;background:#fff;border-radius:10px;box-shadow:0 5px 15px rgb(0 0 0 / .08)}.contact-item i{width:50px;height:50px;background:linear-gradient(135deg,#2563eb,#3b82f6);border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;font-size:1.2rem;flex-shrink:0}.contact-item h4{color:#1e293b;font-weight:600;margin-bottom:.5rem}.contact-item p{color:#64748b;line-height:1.6}.contact-item a{color:#2563eb;text-decoration:none;font-weight:500;transition:all 0.3s ease;position:relative}.contact-item a:hover{color:#1d4ed8}.contact-item a::after{content:'';position:absolute;width:0;height:2px;bottom:-2px;left:0;background-color:#2563eb;transition:width 0.3s ease}.contact-item a:hover::after{width:100%}.booking-link{display:inline-flex;align-items:center;gap:.5rem;padding:.5rem 1rem;background:linear-gradient(135deg,#2563eb,#3b82f6);color:white!important;border-radius:50px;font-weight:600;text-decoration:none;transition:all 0.3s ease}.booking-link::after{display:none}.booking-link:hover{transform:translateY(-2px);box-shadow:0 10px 25px rgb(37 99 235 / .3);color:white!important}.contact-form{background:#fff;padding:2rem;border-radius:15px;box-shadow:0 5px 15px rgb(0 0 0 / .08)}.form-group{margin-bottom:1.5rem}.form-group input,.form-group select,.form-group textarea{width:100%;padding:12px 15px;border:2px solid #e2e8f0;border-radius:8px;font-size:1rem;transition:border-color 0.3s ease;font-family:inherit}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{outline:none;border-color:#2563eb;box-shadow:0 0 0 3px rgb(37 99 235 / .1)}.form-group textarea{resize:vertical;min-height:120px}.contact-form .btn{width:100%;padding:15px;font-size:1.1rem;border:none;cursor:pointer}.footer{background:#E6EBED;color:#fff;padding:3rem 0 1rem}.footer-content{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;margin-bottom:2rem}.footer-logo{height:60px;width:auto;margin-bottom:1rem;display:block}.footer-section h3,.footer-section h4{margin-bottom:1rem;color:#2563eb}.footer-section p,.footer-section ul{color:#545D69;line-height:1.6}.footer-section ul{list-style:none}.footer-section ul li{margin-bottom:.5rem}.footer-section ul li a{color:#545D69;text-decoration:none;transition:color 0.3s ease}.footer-section ul li a:hover{color:#2563eb;padding-left:5px}.footer-section p a{color:#545D69;text-decoration:none;transition:color 0.3s ease}.footer-section p a:hover{color:#2563eb}.social-links{display:flex;gap:1rem;margin-top:1rem}.social-links a{width:40px;height:40px;background:#2563eb;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;text-decoration:none;transition:all 0.3s ease}.social-links a:hover{background:#1d4ed8;transform:translateY(-2px)}.footer-bottom{text-align:center;padding-top:2rem;border-top:1px solid #374151;color:#545D69}@media (max-width:768px){.logo-img{height:40px}.footer-logo{height:50px}.marquee-container{top:70px;padding:10px 0}.marquee-item{font-size:.85rem;padding:0 15px}.marquee-item i{font-size:.9rem}.nav-menu{position:fixed;left:-100%;top:118px;flex-direction:column;background-color:#fff;width:100%;text-align:center;transition:0.3s;box-shadow:0 10px 27px rgb(0 0 0 / .05);padding:2rem 0}.nav-menu.active{left:0}.nav-menu li{margin:1rem 0}.nav-toggle{display:flex}.nav-toggle.active .bar:nth-child(2){opacity:0}.nav-toggle.active .bar:nth-child(1){transform:translateY(8px) rotate(45deg)}.nav-toggle.active .bar:nth-child(3){transform:translateY(-8px) rotate(-45deg)}.hero-container{padding:0 15px}.hero-content{padding:2rem 1.5rem}.hero-title{font-size:2.5rem}.hero-tagline{font-size:1.4rem}.hero-feature{font-size:1.1rem}.hero-img{width:100%;max-width:400px}.hero-icon{font-size:8rem}.services-grid{grid-template-columns:1fr}.why-grid{grid-template-columns:1fr}.faq-grid{grid-template-columns:1fr}.about-content{grid-template-columns:1fr;gap:2rem}.features{grid-template-columns:1fr}.about-stats{flex-direction:row;justify-content:space-around}.contact-content{grid-template-columns:1fr;gap:2rem}.hero-buttons{justify-content:center}.btn{padding:10px 20px;font-size:.9rem}}.tooltip-section:hover .tooltip-text{visibility:visible;opacity:1}.tooltip-section{position:relative;display:inline-block;cursor:help}.tooltip-text{visibility:hidden;opacity:0;width:280px;background-color:#296DC2;color:#fff;text-align:center;padding:5px 0;border-radius:6px;position:absolute;z-index:1;bottom:125%;left:50%;margin-left:-60px;transition:opacity 0.3s,visibility 0.3s}.tooltip-section:hover .tooltip-text{visibility:visible;opacity:1}@media (max-width:480px){.marquee-item{font-size:.8rem;padding:0 10px}.marquee-separator{padding:0 5px}.hero-content{padding:1.5rem 1rem}.hero-title{font-size:2rem}.hero-tagline{font-size:1.2rem}.hero-feature{font-size:1rem}.hero-subtitle{font-size:.95rem}.section-header h2{font-size:2rem}.about-stats{flex-direction:column;gap:1rem}.hero-img{max-width:300px}.hero-icon{font-size:6rem}.service-card,.contact-form{padding:1.5rem}.container{padding:0 15px}}.desktop-only{display:none}@media (min-width:768px){.desktop-only{display:block}}