*{margin:0;padding:0;box-sizing:border-box}header{width:100%;font-family:Arial,sans-serif;color:#aaa6a6}.navbar-top{background:#000;display:flex;justify-content:space-between;align-items:center;padding:6px 40px;font-size:14px}.navbar-top-left{display:flex;align-items:center;gap:20px}.top-link{display:flex;align-items:center;gap:6px;text-decoration:none;color:#aaa6a6}.top-link:hover,.blue-icon{color:#007bff}.navbar-top-right{display:flex;align-items:center;gap:16px}.social-link{color:#aaa6a6;font-size:14px;transition:color .2s}.social-link:hover{color:#007bff}.help-link{position:relative;text-decoration:none;color:#aaa6a6;font-weight:500}.help-link:hover{color:#007bff}.help-underline{position:absolute;bottom:-2px;left:0;width:100%;height:2px;background:#007bff;transform:scaleX(0);transition:transform .2s ease}.help-link:hover .help-underline{transform:scaleX(1)}.navbar-main{display:flex;justify-content:space-between;align-items:center;padding:14px 40px;background:#fff;border-bottom:1px solid #eaeaea;position:relative;z-index:1000}.navbar-logo{flex-shrink:0}.nav-logo-img{height:50px;width:auto;display:block}.logo-link{display:flex;align-items:center;gap:4px;text-decoration:none;margin:0;padding:0}.logo-text{font-size:25px;font-weight:600;color:#0c3a63}.navbar-links{display:flex;align-items:center;gap:24px}.navbar-links.open{display:flex;flex-direction:column;position:absolute;top:100%;left:0;width:100%;background:#fff;padding:20px;border-top:1px solid #eee;gap:16px;z-index:999}.nav-link{text-decoration:none;color:#333;font-weight:500;transition:color .2s ease}.nav-link:hover,.nav-link.active{color:#007bff}.dropdown{position:relative}.dropdown-toggle{background:none;border:none;font:inherit;cursor:pointer;color:inherit;display:flex;align-items:center;gap:4px;font-weight:500}.dropdown-arrow{transition:transform .2s ease}.dropdown-arrow.rotated{transform:rotate(180deg)}.dropdown-list{list-style:none;padding:8px 0;margin:0;position:absolute;top:100%;left:0;background:#fff;border-radius:6px;box-shadow:0 2px 8px #0000001a;display:none;min-width:200px;z-index:1000}.dropdown-list li{padding:10px 15px}.dropdown-list li a{text-decoration:none;color:#333;display:block;transition:background .2s ease,color .2s ease}.dropdown-list li a:hover{background:#f5f5f5;color:#007bff}.dropdown.open .dropdown-list{display:block}.region-selector select{padding:6px 8px;border-radius:6px;border:1px solid #ccc;font-size:14px}.hamburger{display:none;flex-direction:column;justify-content:space-between;width:22px;height:16px;background:none;border:none;cursor:pointer;z-index:1001}.hamburger span{display:block;height:2px;background:#333;border-radius:2px;transition:all .3s ease}.hamburger.active span:nth-child(1){transform:rotate(45deg) translateY(6px)}.hamburger.active span:nth-child(2){opacity:0}.hamburger.active span:nth-child(3){transform:rotate(-45deg) translateY(-6px)}@media (max-width: 992px){.navbar-top,.navbar-links{display:none}.navbar-links.open{display:flex}.dropdown-list{position:static;box-shadow:none;border-radius:0;padding-left:10px}.dropdown.open .dropdown-list{display:flex;flex-direction:column}.hamburger{display:flex}.region-selector{margin-top:10px}}.footer{background:linear-gradient(135deg,#1e293b,#0f172a);color:#fff;padding:60px 20px 30px;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif}.footer-container{display:flex;flex-wrap:wrap;justify-content:space-between;margin-bottom:40px;gap:40px}.footer-about{flex:1 1 320px}.footer-logo{font-size:26px;font-weight:700;margin-bottom:15px;color:#38bdf8;letter-spacing:1px}.footer-about p{font-size:15px;line-height:1.8;margin-bottom:20px;color:#cbd5e1}.footer-links,.footer-services{flex:1 1 200px}.footer-links h3,.footer-services h3{font-size:18px;margin-bottom:15px;color:#fff;position:relative}.footer-links h3:after,.footer-services h3:after{content:"";display:block;width:40px;height:2px;background:#38bdf8;margin-top:8px;border-radius:2px}.footer-links ul,.footer-services ul{list-style:none;padding:0;margin:0}.footer-links ul li,.footer-services ul li{margin-bottom:12px}.footer-links ul li a,.footer-services ul li a{text-decoration:none;color:#cbd5e1;font-size:14px;transition:all .3s ease;display:inline-block}.footer-links ul li a:hover,.footer-services ul li a:hover{color:#38bdf8;transform:translate(4px)}.footer-bottom{border-top:1px solid #334155;padding-top:20px;display:flex;justify-content:space-between;flex-wrap:wrap;font-size:14px;color:#94a3b8}.footer-socials a{margin-left:15px;color:#cbd5e1;font-size:18px;transition:transform .3s ease,color .3s ease}.footer-socials a:hover{color:#38bdf8;transform:scale(1.2)}@media (max-width: 768px){.footer-container{flex-direction:column;gap:30px}.footer-bottom{flex-direction:column;align-items:center;text-align:center;gap:12px}}.hero{position:relative;width:100%;height:80vh;overflow:hidden}.hero-bg{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.hero-overlay{position:absolute;inset:0;background:#0000008c;display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center;padding:0 20px;max-width:1200px;margin:0 auto}.hero-title{color:#fff;font-size:3rem;font-weight:700;text-shadow:0px 4px 10px rgba(0,0,0,.7)}.hero-subtitle{margin-top:15px;color:#e2e8f0;font-size:1.25rem;max-width:700px}.hero-buttons{margin-top:30px;display:flex;gap:15px;flex-wrap:wrap;justify-content:center}.hero-btn{padding:12px 28px;border-radius:8px;font-size:1rem;font-weight:500;text-decoration:none;transition:background .3s ease,transform .2s ease}.learn-btn{background:#38bdf8;color:#fff}.learn-btn:hover{background:#0284c7;transform:translateY(-2px)}.service-btn{background:transparent;border:2px solid #38bdf8;color:#38bdf8}.service-btn:hover{background:#38bdf8;color:#fff;transform:translateY(-2px)}@media (max-width: 480px){.hero{height:65vh}.hero-title{font-size:1.5rem}.hero-subtitle{font-size:.9rem}.hero-buttons{flex-direction:column;gap:12px}}@media (min-width: 641px) and (max-width: 1024px){.hero-title{font-size:2.5rem}.hero-subtitle{font-size:1.1rem}}.mission{padding:80px 20px;background:#f8fafc}.mission-container{max-width:1200px;margin:0 auto;display:flex;align-items:center;justify-content:space-between;gap:40px;flex-wrap:wrap}.mission-text{flex:1;min-width:300px}.mission-text h2{font-size:2rem;font-weight:700;color:#1e293b;margin-bottom:20px}.mission-text p{font-size:1.1rem;color:#475569;line-height:1.8}.mission-image{flex:1;min-width:300px;display:flex;justify-content:center}.mission-image img{max-width:100%;border-radius:12px;box-shadow:0 6px 16px #00000026;-o-object-fit:cover;object-fit:cover}@media (max-width: 900px){.mission-container{flex-direction:column;text-align:center}.mission-text{margin-bottom:30px}}.expertise{padding:80px 20px;background:linear-gradient(135deg,#1e3a8a,#0ea5e9);color:#fff;text-align:center}.expertise-container{max-width:1200px;margin:0 auto}.expertise-title{font-size:2.5rem;font-weight:700;margin-bottom:10px}.expertise-subtitle{font-size:1.1rem;margin-bottom:50px;color:#dbeafe}.expertise-cards{display:flex;justify-content:center;gap:30px;flex-wrap:wrap}.expertise-card{background:#fff;color:#1e293b;padding:30px 20px;border-radius:12px;box-shadow:0 6px 18px #00000026;flex:1 1 300px;max-width:350px;transition:transform .3s ease,box-shadow .3s ease}.expertise-card:hover{transform:translateY(-8px);box-shadow:0 12px 24px #00000040}.expertise-icon{font-size:2.5rem;color:#0ea5e9;margin-bottom:15px}.expertise-card h3{font-size:1.4rem;margin-bottom:10px}.expertise-card p{font-size:.95rem;line-height:1.6;color:#475569}@media (max-width: 900px){.expertise-cards{flex-direction:column;align-items:center}}.why-hybcore{padding:80px 20px;background:#fff}.why-hybcore-container{max-width:1200px;margin:0 auto;padding:50px 30px;border-radius:20px;background:linear-gradient(180deg,#add8e659,#d3d3d359);box-shadow:0 6px 18px #0000001a}.why-hybcore-header{text-align:center;margin-bottom:40px}.why-hybcore-header h2{font-size:32px;font-weight:700;color:#1e293b;margin-bottom:12px}.why-hybcore-header p{font-size:18px;color:#475569}.why-hybcore-content{display:flex;gap:40px;align-items:flex-start;flex-wrap:wrap}.why-hybcore-features{flex:1;display:flex;flex-direction:column;gap:20px}.feature-card{background:#ffffffd9;border-radius:14px;padding:20px;transition:all .3s ease;box-shadow:0 4px 12px #00000014;text-align:left}.feature-card:hover{transform:translate(8px);box-shadow:0 10px 20px #00000026}.feature-icon{font-size:28px;margin-bottom:8px}.feature-card h3{font-size:20px;font-weight:600;color:#1e293b;margin-bottom:6px}.feature-card p{font-size:15px;color:#475569}.why-hybcore-video{flex:1;min-width:320px}.why-hybcore-video video{width:100%;height:auto;border-radius:16px;box-shadow:0 6px 18px #0003;-o-object-fit:cover;object-fit:cover}:root{--swiper-theme-color: #007aff}:host{position:relative;display:block;margin-left:auto;margin-right:auto;z-index:1}.swiper{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1;display:block}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;transition-timing-function:var(--swiper-wrapper-transition-timing-function, initial);box-sizing:content-box}.swiper-android .swiper-slide,.swiper-ios .swiper-slide,.swiper-wrapper{transform:translateZ(0)}.swiper-horizontal{touch-action:pan-y}.swiper-vertical{touch-action:pan-x}.swiper-slide{flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform;display:block}.swiper-slide-invisible-blank{visibility:hidden}.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}.swiper-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-backface-hidden .swiper-slide{transform:translateZ(0);backface-visibility:hidden}.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}.swiper-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-3d{perspective:1200px}.swiper-3d .swiper-slide,.swiper-3d .swiper-cube-shadow{transform-style:preserve-3d}.swiper-css-mode>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-css-mode.swiper-horizontal>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-css-mode.swiper-vertical>.swiper-wrapper{scroll-snap-type:y mandatory}.swiper-css-mode.swiper-free-mode>.swiper-wrapper{scroll-snap-type:none}.swiper-css-mode.swiper-free-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:none}.swiper-css-mode.swiper-centered>.swiper-wrapper:before{content:"";flex-shrink:0;order:9999}.swiper-css-mode.swiper-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center;scroll-snap-stop:always}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper:before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper:before{width:100%;min-width:1px;height:var(--swiper-centered-offset-after)}.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top,.swiper-3d .swiper-slide-shadow-bottom{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-3d .swiper-slide-shadow{background:#00000026}.swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(to left,#00000080,#0000)}.swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(to right,#00000080,#0000)}.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(to top,#00000080,#0000)}.swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(to bottom,#00000080,#0000)}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;transform-origin:50%;box-sizing:border-box;border:4px solid var(--swiper-preloader-color, var(--swiper-theme-color));border-radius:50%;border-top-color:transparent}:is(.swiper:not(.swiper-watch-progress),.swiper-watch-progress .swiper-slide-visible) .swiper-lazy-preloader{animation:swiper-preloader-spin 1s infinite linear}.swiper-lazy-preloader-white{--swiper-preloader-color: #fff}.swiper-lazy-preloader-black{--swiper-preloader-color: #000}@keyframes swiper-preloader-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.what-clients-say{padding:80px 20px;background:linear-gradient(90deg,#add8e64d,#d3d3d34d)}.what-clients-container{max-width:1000px;margin:0 auto;text-align:center}.what-clients-container h2{font-size:2.2rem;margin-bottom:50px;color:#1e293b}.testimonial-card{background:#fff;border-radius:14px;padding:50px 40px;box-shadow:0 6px 20px #0000001a;max-width:800px;margin:0 auto;position:relative;min-height:220px}.testimonial-card p{font-size:1.25rem;color:#374151;line-height:1.8}.quote{font-size:2.5rem;color:#3b82f6;font-weight:700;position:absolute;top:20px;left:25px}.quote.end{inset:auto 25px 20px auto}.our-clients{padding:4rem 1rem;background:linear-gradient(to right,#f3f4f6,#e0f2fe,#f3f4f6)}.our-clients-container{max-width:1200px;margin:0 auto;text-align:center}.our-clients-title{font-size:1.875rem;font-weight:700;color:#1e293b;margin-bottom:2.5rem}.our-clients-slider{overflow:hidden;position:relative}.our-clients-track{display:flex;gap:3rem}.our-clients-logo{flex-shrink:0}.our-clients-logo img{height:64px;width:auto;-o-object-fit:contain;object-fit:contain;filter:grayscale(100%);transition:filter .3s ease-in-out}.our-clients-logo img:hover{filter:grayscale(0%)}.contact-us{padding:80px 20px;background:linear-gradient(to right,#f0f4f8,#e6eff7)}.contact-us-container{display:flex;align-items:center;justify-content:center;max-width:1200px;margin:0 auto;gap:40px}.contact-us-image img{width:100%;max-width:500px;border-radius:12px;box-shadow:0 4px 12px #0000001a}.contact-us-form{flex:1;text-align:left}.contact-us-form h2{font-size:28px;margin-bottom:10px;color:#1e293b}.contact-us-form p{margin-bottom:20px;color:#475569}.form-card{background:#fff;padding:20px;border-radius:12px;box-shadow:0 4px 12px #00000014;margin-bottom:20px;transition:transform .2s ease,box-shadow .2s ease}.form-card:hover{transform:translateY(-3px);box-shadow:0 6px 16px #0000001f}.form-card label{display:block;margin-bottom:8px;font-weight:600;color:#334155}.form-card input,.form-card textarea{width:100%;padding:12px 14px;border:1px solid #cbd5e1;border-radius:8px;font-size:15px;outline:none;transition:border .2s ease}.form-card input:focus,.form-card textarea:focus{border-color:#3b82f6}.submit-btn{background:#2563eb;color:#fff;border:none;padding:14px 28px;font-size:16px;font-weight:600;border-radius:8px;cursor:pointer;transition:background .3s ease,transform .2s ease}.submit-btn:hover{background:#1d4ed8;transform:translateY(-2px)}.about-hero{position:relative;width:100%;height:65vh;overflow:hidden}.about-hero-video{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.about-hero-overlay{position:absolute;inset:0;display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center;background:#0006;color:#fff;padding:20px}.about-hero-overlay h1{font-size:3rem;margin-bottom:10px}.about-hero-overlay p{font-size:1.2rem;max-width:600px}.who-we-are{padding:80px 20px;background:linear-gradient(to bottom right,#f0f8ffe6,#e6f0faf2);text-align:center}.who-we-are-container{max-width:1100px;margin:0 auto}.intro-text h2{font-size:2.5rem;font-weight:700;margin-bottom:15px;background:linear-gradient(90deg,#1e3a8a,#3b82f6);-webkit-background-clip:text;-moz-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;-moz-text-fill-color:transparent}.intro-text .tagline{font-size:1.2rem;font-weight:500;color:#475569;margin-bottom:20px}.intro-text p{font-size:1rem;line-height:1.7;color:#374151;margin-bottom:30px}.ceo-section{display:flex;align-items:center;gap:30px;margin-top:50px;flex-wrap:wrap}.ceo-image img{max-width:250px;border-radius:16px;box-shadow:0 6px 20px #00000026;transition:transform .3s ease}.ceo-image img:hover{transform:scale(1.05)}.ceo-message{flex:1;text-align:left}.ceo-message h3{font-size:1.8rem;font-weight:700;margin-bottom:15px;color:#1e3a8a}.ceo-message p{font-size:1rem;line-height:1.7;color:#374151;margin-bottom:15px}.ceo-message .ceo-name{font-style:italic;font-weight:500;color:#1e3a8a}.approach-section{padding:4rem 2rem;background:linear-gradient(135deg,#f9fafb,#eef2f7)}.approach-container{display:flex;align-items:center;justify-content:space-between;gap:3rem;flex-wrap:wrap}.approach-image{flex:1;display:flex;justify-content:center}.approach-image img{width:100%;max-width:480px;border-radius:14px;box-shadow:0 6px 18px #00000026}.approach-text{flex:1}.approach-tabs{display:flex;gap:2rem;margin-bottom:1.2rem}.approach-tabs h3{font-size:1.25rem;font-weight:600;cursor:pointer;position:relative;padding-bottom:6px;transition:color .3s ease}.approach-tabs h3:hover,.approach-tabs .active-tab{color:#2563eb}.approach-tabs .active-tab:after{content:"";position:absolute;bottom:0;left:0;height:3px;width:100%;background:#2563eb;border-radius:2px}.approach-content p{font-size:1.05rem;line-height:1.8;color:#374151;margin:0 0 1.5rem;padding:0 1rem}.learn-more-btn{display:inline-block;padding:.7rem 1.5rem;background:#2563eb;color:#fff;font-weight:600;border-radius:6px;text-decoration:none;transition:all .3s ease}.learn-more-btn:hover{background:#1e40af;transform:scale(1.05);box-shadow:0 4px 12px #2563eb4d}@media (max-width: 900px){.approach-container{flex-direction:column}.approach-image img{max-width:100%}}.team-section{padding:60px 20px;text-align:center;background:#fff}.team-heading{font-size:2.5rem;margin-bottom:40px;color:#222}.team-container{max-width:1200px;margin:0 auto}.team-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:40px}.team-member{text-align:center}.team-photo{width:100%;max-width:300px;height:350px;-o-object-fit:cover;object-fit:cover;display:block;margin:0 auto 15px;filter:grayscale(100%);transition:all .4s ease}.team-photo:hover{filter:grayscale(0%);transform:scale(1.05)}.team-name{font-size:1.25rem;font-weight:600;margin:10px 0 5px;color:#111}.team-role{font-size:1rem;color:#555}@media (max-width: 900px){.team-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width: 600px){.team-grid{grid-template-columns:1fr}}.contact-banner{width:100%;background:linear-gradient(270deg,#2d80fd,#8eb5eb);color:#000;padding:10px 0;font-size:16px;font-weight:500;letter-spacing:.5px}.services-hero{position:relative;width:100%;height:65vh;overflow:hidden;display:flex;align-items:center;justify-content:center;color:#fff;font-family:Poppins,sans-serif}.services-bg-video{position:absolute;top:0;left:0;width:100%;height:100%;-o-object-fit:cover;object-fit:cover;z-index:0;filter:brightness(70%) contrast(105%)}.services-hero:before{content:"";position:absolute;inset:0;background:linear-gradient(to bottom,#0a234299,#1e3c72b3);z-index:1}.hero-content{position:relative;z-index:2;text-align:center;padding:0 10%}.hero-content h1{font-size:3rem;font-weight:700;text-transform:uppercase;letter-spacing:1px;margin-bottom:10px}.hero-content p{font-size:1.1rem;max-width:720px;margin:0 auto;line-height:1.6;color:#e0e0e0}@media (max-width: 768px){.hero-content h1{font-size:2.2rem}.hero-content p{font-size:1rem}}.services-list-section{background:linear-gradient(135deg,#0a2342,#1e3c72,#2a5298);padding:90px 10%;font-family:Poppins,sans-serif;color:#fff;text-align:center}.services-container{max-width:1200px;margin:0 auto}.services-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(270px,1fr));gap:30px;margin-top:50px}.service-card{display:block;background:#fff;color:#1b1b1b;border-radius:14px;padding:30px 25px;text-decoration:none;border:1px solid #e3e3e3;box-shadow:0 4px 14px #0000001a;transition:all .3s ease;position:relative;overflow:hidden}.service-card:hover{transform:translateY(-6px);border-color:#007bff;box-shadow:0 10px 25px #007bff40}.service-card:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,rgba(0,123,255,.15),rgba(0,200,255,.1),transparent);transition:all .5s ease}.service-card:hover:before{left:100%}.service-card h2{font-size:1.25rem;font-weight:600;color:#036;margin-bottom:10px}.service-card p{font-size:.95rem;color:#444;line-height:1.6}@media (max-width: 768px){.services-list-section{padding:60px 8%}.service-card{padding:25px 20px}}.services-video-container{position:relative;height:60vh;width:100%;overflow:hidden;display:flex;align-items:center;justify-content:center}.services-bg-video{position:absolute;top:0;left:0;width:100%;height:100%;-o-object-fit:cover;object-fit:cover;z-index:0}.video-overlay{position:relative;z-index:2;text-align:center;color:#fff;padding:0 10%}.video-overlay h1{font-size:3rem;font-weight:700;text-shadow:0 4px 20px rgba(0,0,0,.5)}.video-overlay p{max-width:700px;margin:20px auto 0;font-size:1.1rem;color:#e0e0e0}.contact-page{min-height:100vh;background:linear-gradient(to bottom right,#0f172a,#1e293b);color:#fff;display:flex;align-items:center;justify-content:center;padding:60px 20px}.contact-container{display:flex;flex-wrap:wrap;gap:50px;max-width:1200px;width:100%;background:#ffffff0d;border-radius:16px;padding:50px;box-shadow:0 8px 25px #0006;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.contact-info{flex:1 1 40%}.contact-title{font-size:2.5rem;font-weight:700;color:#38bdf8}.contact-description{margin-top:15px;color:#cbd5e1;line-height:1.7}.contact-details{margin-top:25px;font-size:1rem;color:#e2e8f0}.contact-details p{margin:8px 0}.contact-form{flex:1 1 55%;display:flex;flex-direction:column;gap:20px}.form-group{display:flex;flex-direction:column;gap:6px}label{font-size:.95rem;color:#cbd5e1}input,textarea{background:#ffffff1a;border:1px solid #38bdf8;border-radius:8px;padding:12px 14px;color:#fff;font-size:1rem;outline:none;transition:border-color .3s ease}input:focus,textarea:focus{border-color:#0284c7}.submit-btn{align-self:flex-start;background:#38bdf8;color:#fff;border:none;border-radius:8px;padding:12px 28px;font-size:1rem;font-weight:600;cursor:pointer;transition:background .3s ease,transform .2s ease}.submit-btn:hover{background:#0284c7;transform:translateY(-2px)}@media (max-width: 768px){.contact-container{flex-direction:column;padding:30px;gap:30px}.contact-title{font-size:2rem}.contact-form{width:100%}}@media (max-width: 480px){.contact-title{font-size:1.75rem}input,textarea{font-size:.9rem}.submit-btn{width:100%;text-align:center}}.thank-you-message{margin-top:20px;padding:15px 20px;background:#38bdf826;border:1px solid #38bdf8;border-radius:8px;color:#38bdf8;font-weight:500;text-align:center;animation:fadeInUp .5s ease-in-out}@keyframes fadeInUp{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.service-detail{background:linear-gradient(135deg,#0a2342,#1e3c72,#2a5298);color:#fff;min-height:80vh;display:flex;align-items:center;justify-content:center;text-align:center;padding:80px 10%;font-family:Poppins,sans-serif}.service-detail-container{max-width:800px;background:#ffffff1a;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:20px;padding:40px 30px;box-shadow:0 8px 25px #0000004d}.service-title{font-size:2.2rem;font-weight:700;color:#fff;margin-bottom:20px}.service-description{font-size:1.05rem;line-height:1.8;color:#e0e6f5;margin-bottom:30px}.contact-button{display:inline-block;background:linear-gradient(90deg,#007bff,#00c6ff);color:#fff;padding:12px 30px;border-radius:6px;font-weight:600;text-decoration:none;transition:.3s}.contact-button:hover{background:linear-gradient(90deg,#00c6ff,#007bff);transform:translateY(-2px)}.back-link{display:block;margin-top:20px;color:#aad4ff;text-decoration:none;font-size:.9rem;transition:.3s}.back-link:hover{color:#fff}/*! tailwindcss v4.1.13 | MIT License | https://tailwindcss.com */.flex{display:flex}.min-h-screen{min-height:100vh}.flex-grow{flex-grow:1}.resize{resize:both}.flex-col{flex-direction:column}.overflow-x-hidden{overflow-x:hidden}.scroll-smooth{scroll-behavior:smooth}.text-center{text-align:center}.transition{transition-property:color,background-color,border-color,outline-color,text-decoration-color,fill,stroke,--tw-gradient-from,--tw-gradient-via,--tw-gradient-to,opacity,box-shadow,transform,translate,scale,rotate,filter,backdrop-filter,display,content-visibility,overlay,pointer-events;transition-timing-function:var(--tw-ease,ease);transition-duration:var(--tw-duration,0s)}:root{--primary-blue:#3b5bdc;--dark-bg:#111}
