:root{font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#ffffffde;background-color:#242424;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{font-weight:500;color:#646cff;text-decoration:inherit}a:hover{color:#535bf2}body{margin:0;min-width:320px;min-height:100vh}h1{font-size:3.2em;line-height:1.1}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#1a1a1a;cursor:pointer;transition:border-color .25s}button:hover{border-color:#646cff}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}body,html{background-color:#fff!important;color:#1a1a1a;margin:0;padding:0;overflow-x:hidden}@media (prefers-color-scheme: light){:root{color:#213547;background-color:#fff}a:hover{color:#747bff}button{background-color:#f9f9f9}}.navbar{background-color:transparent;color:#333;position:fixed;width:100%;top:0;left:0;z-index:1000;transition:background-color .3s,padding .3s}.navbar.scrolled{background-color:#2e2e2e;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);color:#fff;padding:.5rem 2rem;height:60px}.navbar-container{display:flex;align-items:center;justify-content:space-between;padding:1rem 2rem;max-width:1200px;margin:0 auto}.logo{font-size:1.5rem;font-weight:700;color:#fff;text-decoration:none}.nav-links{display:flex;gap:2rem;padding-right:1rem}.nav-links a{color:#fff;text-decoration:none;font-weight:500}.navbar.scrolled .nav-links a{color:#fff}.navbar:not(.scrolled) .logo,.navbar:not(.scrolled) .nav-links a{color:#e4dada;font-weight:600;letter-spacing:.5px;text-shadow:1px 1px 2px rgba(0,0,0,.4)}.hamburger{display:none;flex-direction:column;cursor:pointer;gap:5px}.hamburger .bar{width:25px;height:3px;background-color:#fff;transition:all .3s ease}@media (max-width: 768px){.hamburger{display:flex}.nav-links{position:absolute;top:60px;left:0;width:100%;background-color:#2e2e2e;flex-direction:column;align-items:center;gap:1rem;padding:1rem 0;display:none}.nav-links.open{display:flex}.nav-links a{padding:.5rem 0;color:#fff}.navbar-container{max-width:100%;box-sizing:border-box}.navbar:not(.scrolled) .hamburger .bar{background-color:#333}.hamburger{margin-right:2rem}}.footer{background-color:#2e2e2e;color:#fff;padding:2rem 0}.footer-container{max-width:1200px;margin:0 auto;display:flex;justify-content:space-between;flex-wrap:wrap;align-items:center;padding:0 2rem}.footer-content{flex:1;min-width:250px;text-align:left;margin-bottom:1rem}.footer h3{font-size:2rem;font-weight:700}.footer p{font-size:1rem;color:#aaa}.footer-contact{flex:1;min-width:250px;text-align:right;margin-bottom:1rem}.social-links{display:flex;justify-content:center;gap:1rem;margin-top:1rem;width:100%}.social-icon{font-size:1.8rem;color:#fff;transition:color .3s ease}.social-icon:hover{color:#646cff}@media (max-width: 768px){.footer-container{flex-direction:column;align-items:center;text-align:center;padding:0 1rem}.footer-content,.footer-contact{text-align:center}.social-links{flex-direction:row;justify-content:center}}:root{--primary-bg-start: #000000;--primary-bg-mid1: #151515;--primary-bg-mid2: #424242;--primary-bg-end: #ffffff;--text-main: #ffffff;--accent: #000000;--square-glow: rgba(0,0,0,.12)}.hero{width:100%;min-height:100vh;background:linear-gradient(145deg,var(--primary-bg-start) 0%,var(--primary-bg-mid1) 35%,var(--primary-bg-mid2) 70%,var(--primary-bg-end) 100%);color:var(--text-main);display:flex;align-items:center;justify-content:center;padding:4rem 2rem;box-sizing:border-box;transition:background .6s ease-in-out}.hero-content{display:flex;align-items:center;justify-content:space-between;gap:2rem;max-width:1200px;width:100%}.text-section{flex:1;display:flex;flex-direction:column;align-items:flex-start;gap:.75rem}.text-section h1{font-family:Playfair Display,serif;font-weight:600;line-height:1.2;font-size:clamp(2rem,5vw,3.5rem);margin:0 0 .5rem;color:var(--text-main);text-shadow:0 2px 6px rgba(0,0,0,.4)}.cpa-logo{height:48px;margin-right:.5rem;vertical-align:middle}.visual-box{flex:1;display:flex;align-items:center;justify-content:flex-end}.network-lines-enhanced{width:100%;max-width:600px;height:600px;stroke:var(--accent);fill:none}.net-line{stroke-width:2;animation:square-dash 10s linear infinite;stroke-dasharray:300;stroke-dashoffset:600}.net-node{fill:var(--accent);animation:glow 4s infinite ease-in-out}@keyframes square-dash{0%{stroke-dashoffset:600}50%{stroke-dashoffset:300}to{stroke-dashoffset:0}}@keyframes glow{0%,to{r:4;opacity:.6}50%{r:6;opacity:1}}@media (max-width: 768px){.hero-content{flex-direction:column;text-align:center}.visual-box{margin-top:2rem;justify-content:center}.network-lines-enhanced{max-width:350px;height:350px}.text-section{align-items:center}.tagline-roller span{font-size:1rem}}.about-container{padding:6rem 1rem 2rem;max-width:1000px;margin:0 auto;color:#333;display:flex;flex-direction:column;align-items:center;text-align:center}.intro-section{text-align:center;margin-bottom:2rem}.vmv-section{display:flex;flex-direction:column;align-items:center;gap:2rem;margin-bottom:3rem}.owner-section .timeline{margin-top:1rem;padding-left:1rem;list-style-type:disc;text-align:left}.carousel-container{width:100vw;height:100vh;position:relative;overflow:hidden}.carousel-wrapper{width:100%;height:100%;position:relative}.carousel-track{display:flex;transition:transform .6s ease-in-out;width:100%;height:100%}.carousel-slide{flex:0 0 100%;width:100%;height:100%}.carousel-slide img{width:100%;height:100%;object-fit:cover}.carousel-overlay{position:absolute;top:50%;left:50%;transform:translate(-50%,100%);animation:slideUp 1s ease-out forwards;color:#fff;font-size:2rem;font-weight:700;text-shadow:1px 1px 5px rgba(0,0,0,.7);text-align:center;z-index:2}@keyframes slideUp{to{transform:translate(-50%,-50%)}}@media (max-width: 768px){.carousel-slide img{object-fit:cover;width:100%;height:100vh}.carousel-slide{height:100vh}}.main-intro-container{display:flex;flex-direction:column;align-items:center;justify-content:center}.intro-section{height:auto;display:flex;align-items:center;justify-content:center;padding:2rem;margin-top:3rem;background-color:#f0f0f0;transition:opacity .6s ease;width:100vw}.intro-section.visible{opacity:1}.intro-content{max-width:800px;text-align:center}.intro-header{opacity:0;transform:scale(.8);transition:transform .6s ease-out,opacity .6s ease-out}.intro-section.visible .intro-header{transform:scale(1);opacity:1}.intro-paragraph{opacity:0;transform:translateY(40px);transition:transform .8s ease-out,opacity .8s ease-out}.intro-section.visible .intro-paragraph{transform:translateY(0);opacity:1}section{margin:0;padding:0}.owner-section{padding:2rem;background-color:#f0f0f0;width:80vw}.owner-section h2{text-align:center;font-size:2.5rem;margin-bottom:1.5rem}.owner-content{display:flex;align-items:center;justify-content:space-between;width:100%;max-width:1200px;margin:0 auto;padding:1rem}.owner-image{overflow:hidden;border-radius:50%;width:250px;height:250px;margin-right:2rem;margin-left:2rem}.owner-image img{width:100%;height:100%;object-fit:cover;border-radius:50%;transition:transform .5s ease}.owner-image:hover img{transform:scale(1.1);transform-origin:top center}.owner-details{flex:1}.owner-details p{font-size:1.2rem;line-height:1.6;color:#333;margin-bottom:1rem}.timeline{list-style-type:none;padding:0}.timeline li{font-size:1rem;margin-bottom:.5rem;color:#555}.timeline li strong{font-weight:700}@media (max-width: 768px){.owner-content{flex-direction:column;text-align:center}.owner-image{margin-right:0;margin-bottom:1rem}}.read-more-container{text-align:center;margin-top:2rem}.read-more-button{padding:2rem 4rem;font-size:1rem;background-color:#222;color:#fff;border:none;border-radius:6px;cursor:pointer;transition:background-color .3s ease}.read-more-button:hover{background-color:#444}.read-more-content{background-color:#2f2f2f;color:#333;border-radius:8px;font-size:1.2rem;line-height:1.6;text-align:left;padding:0 10rem;margin:0 auto;max-height:0;overflow:hidden;opacity:0;transition:max-height .6s ease,opacity .4s ease,background-color .4s ease,color .4s ease}.read-more-content.expanded{padding:2rem;background-color:#f0f0f0;color:#333;opacity:1}.card-vertical{background-color:#fff;padding:3rem 2.5rem;border-radius:16px;margin-bottom:1rem;margin-top:1rem;width:100%;max-width:900px;margin-left:auto;margin-right:auto;box-shadow:0 6px 16px #0000000f;transition:transform .3s ease,box-shadow .3s ease;overflow:hidden;position:relative;box-sizing:border-box}.card-vertical-title{font-size:2.5rem;margin-bottom:.5rem;text-align:center;position:relative;transition:transform .4s ease,font-family .4s ease}.card-vertical-text{font-size:1.25rem;line-height:1.9;color:#555;text-align:justify;opacity:.9;transform:translateY(10px);transition:opacity .4s ease,transform .4s ease}.card-vertical:hover{transform:translateY(-6px) scale(1.015);box-shadow:0 12px 28px #00000014}.card-vertical:hover .card-vertical-title{transform:translateY(-10px);font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif}.card-vertical:hover .card-vertical-text{transform:translateY(0);opacity:1}.card-vertical-title:after{content:"";display:block;width:60px;height:3px;background-color:#333;margin:.5rem auto 1rem;border-radius:2px}.card-value{background-color:#fff;padding:3rem 2.5rem;border-radius:16px;margin-bottom:2rem;width:100%;max-width:900px;margin-left:auto;margin-right:auto;box-shadow:0 6px 16px #0000000f;transition:transform .3s ease,box-shadow .3s ease;overflow:hidden;position:relative}.card-value-title{font-size:2.5rem;text-align:center;margin-bottom:1.5rem;position:relative}.card-value-list{list-style-type:none;padding-left:1.5rem;text-align:left;margin:1rem 0}.card-value-list li{margin-bottom:.5rem;font-size:1.2rem;color:#333}.card-value-item{font-size:1.2rem;line-height:1.8;color:#555;padding:.75rem 1rem;transition:transform .3s ease,background-color .3s ease;border-radius:8px}.card-value-item:hover{transform:scale(1.05);background-color:#f0f0f0;color:#000}@media (max-width: 768px){.card-value{padding:1.5rem 1rem;margin:1rem;max-width:100%;box-sizing:border-box}.card-value-title{font-size:2rem}.card-value-item{font-size:1rem;padding:.5rem .75rem}}.industry-card{flex:0 0 auto;width:340px;min-height:260px;background-size:cover;background-position:center;border-radius:16px;margin-right:1.5rem;position:relative;overflow:hidden;transition:transform .4s ease;box-shadow:0 8px 24px #0003}.industry-card:hover{transform:scale(1.05)}.industry-card-overlay{position:absolute;bottom:0;left:0;right:0;padding:1.5rem 1.2rem 2rem;background:linear-gradient(to top,#000000a6,#0000);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);color:#fff;display:flex;flex-direction:column;justify-content:flex-end;text-shadow:0 2px 6px rgba(0,0,0,.8);border-radius:0 0 16px 16px;pointer-events:none}.industry-card-overlay h3{margin:0 0 .75rem;font-size:1.4rem;font-weight:1400;letter-spacing:.5px;transition:transform .5s ease}.industry-card-overlay p{font-size:1.05rem;font-weight:500;line-height:1.6;max-height:0;opacity:0;overflow:hidden;transition:max-height .5s ease,opacity .5s ease}.industry-card:hover .industry-card-overlay h3{transform:translateY(-1.4rem)}.industry-card:hover .industry-card-overlay p{max-height:150px;opacity:1}.industry-scroll-section{padding:4rem 2rem;background-color:#f7f7f7;overflow-x:hidden}.scroll-title{font-size:2rem;text-align:center;margin-bottom:2rem;color:#2e2e2e}.scroll-wrapper{position:relative;max-width:100vw;display:flex;align-items:center}.industry-scroll-container{display:flex;overflow-x:auto;scroll-behavior:smooth;padding-bottom:2rem;gap:1rem;max-width:100vw;padding-left:1rem;padding-right:1rem;box-sizing:border-box;scrollbar-width:none;-ms-overflow-style:none}.industry-scroll-container::-webkit-scrollbar{display:none}.scroll-btn{background-color:#2e2e2ecc;border:none;color:#fff;font-size:2rem;cursor:pointer;padding:.5rem 1rem;-webkit-user-select:none;user-select:none;transition:background-color .3s ease;z-index:10;border-radius:4px}.scroll-btn:hover{background-color:#2e2e2e}.scroll-btn.left{margin-right:.5rem}.scroll-btn.right{margin-left:.5rem}.services-section{max-width:1200px;margin:4rem auto;padding:0 1.25rem;display:flex;flex-direction:column;align-items:center}.services-header{background:#fff;padding:2rem 2.5rem;text-align:center;width:100%;max-width:900px;margin-bottom:3rem}.services-header h1{color:#000;font-size:2.2rem;margin-bottom:1rem}.services-header p{color:#000;font-size:1rem;line-height:1.6}.services-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem;width:100%;justify-content:center}.service-card{background:#fff;border:2px solid #e0e0e0;border-radius:12px;overflow:hidden;box-shadow:0 6px 16px #0000001a;text-align:center;transition:transform .3s ease,box-shadow .3s ease}.service-card:hover{transform:translateY(-5px);box-shadow:0 8px 20px #00000026}.service-image{width:100%;height:200px;object-fit:cover}.service-title{font-size:1.25rem;font-weight:600;color:#222;margin:1rem 0 .5rem}.service-text{color:#333;font-size:.95rem;padding:0 1rem 1.5rem;line-height:1.5}@media (max-width: 768px){.services-header h1{font-size:1.8rem}.service-image{height:180px}}.resources-section{width:90%;margin:auto;text-align:center;padding:2rem 0}.resources-section h2{font-size:2.5rem;margin-bottom:1.5rem;color:#333}.resources-grid{display:flex;flex-direction:column;align-items:center;gap:2rem}.resource-card{display:flex;align-items:stretch;background-color:#f5f5f5;padding:2rem;border-radius:12px;width:85vw;max-width:1000px;text-align:left;box-shadow:0 4px 12px #0000001a;transition:transform .3s ease,box-shadow .3s ease;gap:2rem}.resource-card:hover{transform:translateY(-5px);box-shadow:0 10px 20px #00000026}.resource-img{width:160px;height:100%;object-fit:cover;border-radius:8px;flex-shrink:0;align-self:stretch}.resource-info{flex:1;display:flex;flex-direction:column}.resource-card h3{font-size:1.5rem;margin-bottom:.5rem;color:#222}.resource-desc{color:#555;margin-bottom:1rem;line-height:1.5}.resource-card a{text-decoration:none;color:#007bff;font-weight:700;transition:color .3s ease;margin-top:auto}.resource-card a:hover{color:#0056b3}@media (max-width: 768px){.resource-card{flex-direction:column;text-align:center;align-items:center}.resource-info{align-items:center}.resource-img{width:100%;height:auto}}.contact-section{background-color:#f9f9f9;padding:4rem 0;display:flex;justify-content:center;align-items:center;min-height:100vh;color-scheme:light}.contact-container{background:#fff;padding:3rem;border-radius:12px;box-shadow:0 4px 10px #0000001a;max-width:600px;width:90%;text-align:center}.contact-container h2{font-size:2rem;color:#333;margin-bottom:.5rem}.contact-container p{color:#666;margin-bottom:1.5rem}.contact-form{display:flex;flex-direction:column;gap:1rem}.form-group{position:relative;width:100%}.contact-form input,.contact-form textarea{width:100%;padding:12px;border:2px solid #ddd;border-radius:8px;font-size:1rem;transition:all .3s ease-in-out}.contact-form input:focus,.contact-form textarea:focus{border-color:#007bff;outline:none;box-shadow:0 0 5px #007bff33}.contact-form textarea{height:120px;resize:none}.submit-button{background-color:#090909;color:#fff;padding:12px;font-size:1rem;border:none;border-radius:8px;cursor:pointer;transition:background .3s ease-in-out}.submit-button:hover{background-color:#090909}.form-message{margin-top:1rem;color:#28a745;font-size:1rem}@media (max-width: 768px){.contact-container{width:95%;padding:2rem}}*,*:before,*:after{box-sizing:border-box}.login-container{max-width:400px;margin:6rem auto;padding:2.5rem;background:#1a1a1a;border-radius:12px;box-shadow:0 6px 20px #00000080;color:#fff;text-align:center;display:flex;flex-direction:column;align-items:center}.login-container h2{font-family:Playfair Display,serif;font-size:1.8rem;font-weight:600;margin-bottom:1.5rem;color:#fff}.login-form{width:100%;display:flex;flex-direction:column;gap:1.2rem;align-items:center}.login-form input{width:100%;max-width:100%;padding:.75rem 1rem;border:1px solid #333;border-radius:8px;background:#2c2c2c;color:#fff;font-size:1rem;outline:none;transition:all .3s ease;box-sizing:border-box}.login-form input::placeholder{color:#fff9}.login-form input:focus{border-color:#888;background:#3b3b3b;box-shadow:0 0 8px #ffffff26}.login-form button{width:100%;max-width:100%;padding:.75rem;border:none;border-radius:8px;background:linear-gradient(135deg,#2b2b2b,#444);color:#fff;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease;box-sizing:border-box}.login-form button:hover{background:linear-gradient(135deg,#444,#555);transform:translateY(-1px)}.error-message{color:#ff4d4d;font-size:.9rem;margin-top:.5rem}.success-message{color:#4dff91;font-size:.9rem;margin-top:.5rem}@media (max-width: 480px){.login-container{margin:4rem 1rem;padding:2rem 1.5rem}.login-form input,.login-form button{font-size:.9rem}}.enquiries-container{max-width:1000px;margin:4rem auto;padding:2rem;background:var(--primary-bg-mid1);color:var(--text-main);border-radius:12px;box-shadow:0 4px 16px #0000004d;transition:background .4s ease}.enquiries-container h2{text-align:center;font-family:Playfair Display,serif;font-size:2rem;font-weight:600;margin-bottom:2rem;color:var(--text-main)}.enquiries-table{width:100%;border-collapse:collapse;background:var(--primary-bg-mid2);border-radius:8px;overflow:hidden}.enquiries-table th,.enquiries-table td{padding:1rem;text-align:left;font-size:.95rem}.enquiries-table th{background:var(--primary-bg-start);color:var(--text-main);font-weight:600;letter-spacing:.5px;border-bottom:2px solid var(--primary-bg-mid2)}.enquiries-table tr:nth-child(2n){background:#ffffff0a}.enquiries-table tr:hover{background:#ffffff14;transition:background .2s ease}.enquiries-container p{text-align:center;color:var(--text-main);margin-top:1.5rem;font-size:1rem;opacity:.85}@media (max-width: 768px){.enquiries-container{padding:1rem}.enquiries-table th,.enquiries-table td{padding:.75rem;font-size:.85rem}.enquiries-container h2{font-size:1.5rem}}.add-service-container{max-width:600px;margin:5rem auto;padding:2.5rem;background:#151515;border-radius:12px;box-shadow:0 6px 20px #00000080;color:#fff;text-align:center;transition:background .4s ease}.add-service-container h2{font-family:Playfair Display,serif;font-size:1.8rem;font-weight:600;margin-bottom:2rem;color:#fff}.add-service-form{display:flex;flex-direction:column;gap:1.2rem;width:100%}.add-service-form input,.add-service-form textarea{width:100%;padding:.75rem 1rem;border:1px solid #333;border-radius:8px;background:#2c2c2c;color:#fff;font-size:1rem;outline:none;transition:all .3s ease;resize:vertical;box-sizing:border-box}.add-service-form input::placeholder,.add-service-form textarea::placeholder{color:#fff9}.add-service-form input:focus,.add-service-form textarea:focus{border-color:#888;background:#3b3b3b;box-shadow:0 0 8px #ffffff26}.add-service-form button{padding:.75rem;border:none;border-radius:8px;background:linear-gradient(135deg,#2b2b2b,#444);color:#fff;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease}.add-service-form button:hover{background:linear-gradient(135deg,#444,#555);transform:translateY(-1px)}.form-message{margin-top:1rem;font-size:1rem;color:#4dff91}.form-message:empty{display:none}@media (max-width: 600px){.add-service-container{margin:3rem 1rem;padding:2rem 1.5rem}.add-service-form input,.add-service-form textarea,.add-service-form button{font-size:.95rem}}.add-resource-container{max-width:600px;margin:5rem auto;text-align:center}.add-resource-form{display:flex;flex-direction:column;gap:1rem}.add-resource-form input,.add-resource-form textarea{padding:.75rem;border:1px solid #ccc;border-radius:6px}.add-resource-form button{padding:.75rem;background:#000;color:#fff;border:none;cursor:pointer}
