*{margin:0;padding:0;font-family:poppins,sans-serif;box-sizing:border-box}.app-container{display:flex;flex-direction:column;min-height:100vh}.content-container{flex-grow:1;display:flex;justify-content:center;align-items:center;position:relative;overflow:hidden}.content-container *{position:relative;z-index:2}.footer-container{width:100%;background:linear-gradient(to right,#1b1b1bf2,#1b1b1bf2,#9e571dcc,#3178b0,#1b1b1bf2);color:#f0f0f0;padding:50px 20px;text-align:center;position:relative;box-shadow:0 -5px 10px #0000004d}.footer-content{display:flex;flex-wrap:wrap;justify-content:space-between;max-width:1200px;margin:0 auto;padding-bottom:40px;gap:30px}.footer-company-info,.footer-contact-us,.footer-address,.footer-social{flex:1;text-align:left;min-width:250px}.footer-company-info h4,.footer-contact-us h4,.footer-address h4{font-size:1.4rem;margin-bottom:15px;color:#f0f0f0;border-bottom:2px solid #3178b8;padding-bottom:5px;display:inline-block}.footer-social h4{font-size:1.4rem;margin-bottom:15px;color:#f0f0f0;border-bottom:2px solid rgb(218,127,54);padding-bottom:5px;display:inline-block}.footer-company-info p,.footer-contact-us p,.footer-address p{font-size:1rem;margin-bottom:12px;line-height:1.6;color:#ddd}.footer-company-info p a,.footer-contact-us p a{color:#f0f0f0;text-decoration:none;font-weight:500;transition:color .3s ease}.footer-company-info p a:hover,.footer-contact-us p a:hover{color:#3178b8;text-decoration:underline}.footer-social{text-align:left}.social-icons{display:flex;gap:15px;margin-top:10px}.social-icons a{display:flex;align-items:center;justify-content:center;background:#444;color:#f0f0f0;border-radius:50%;width:42px;height:42px;text-decoration:none;font-size:1.5rem;transition:background .3s ease,transform .2s ease;box-shadow:0 4px 8px #0003}.social-icons a:hover{background:#da7f36;transform:scale(1.15);box-shadow:0 6px 12px #3178b880}.footer-bottom-info{margin-top:25px;font-size:.9rem;color:#bbb;border-top:1px solid rgba(255,255,255,.2);padding-top:15px}.footer-bottom-info p{margin:0}@media (max-width: 768px){.footer-content{flex-direction:column;text-align:center}.footer-company-info,.footer-contact-us,.footer-address,.footer-social{text-align:center}.social-icons{justify-content:center}}.hero{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;height:100vh;width:100vw;background:linear-gradient(to right,#1b1b1bd9,#1b1b1bd9,#27509c71),url(/assets/WMS2-CPB3C7I0.jpg);background-size:cover;background-attachment:fixed;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);color:#fff;padding:0 5%;gap:2rem}.hero-left{max-width:70%;flex:1 1 60%}.hero-left h1{text-align:left;font-size:5rem;color:#f0f8ff}.hero-left p{font-size:1rem;margin-bottom:.7rem;color:#3178b0;padding-left:7%}.hero-right{max-width:30%;flex:1 1 35%;display:flex;justify-content:center;align-items:center}.hero-right img{width:100%;height:auto;border-radius:12px}@media (max-width: 768px){.hero{flex-direction:column;justify-content:center;align-items:center;text-align:center;height:100vh;padding:50% 5% 0}.hero-left h1{font-size:3rem;text-align:center}.hero-left p{font-size:.9rem;padding-left:0;text-align:center}.hero-right,.contact-btn-wrapper-nav{display:none}}@media (max-width: 480px){.hero-left h1{font-size:2.2rem}.hero-left p{font-size:.85rem}.hero-right img{max-width:100%}}.it-section{display:flex;flex-direction:column;min-height:100vh;width:100vw;padding:0;box-sizing:border-box;align-items:center;justify-content:center;background:linear-gradient(to right,#444444bf,#1b1b1bd9),url(/assets/sectionIT2-BuSebL0S.jpg);background-size:cover;background-position:center;background-repeat:no-repeat;background-attachment:fixed;color:#fff;text-align:left}.it-left,.it-right{flex:1;display:flex;justify-content:center;align-items:center;width:100%;padding:20px}.it-right{flex-direction:column;text-align:left;padding:40px;background:#2424244d;backdrop-filter:blur(15px);-webkit-backdrop-filter:blur(15px);box-shadow:0 4px 10px #0000001a;color:#f0f0f0;min-height:100vh}.button-cs-partners{align-self:flex-start;margin-top:1rem}@media (min-width: 768px){.it-section{flex-direction:row}.it-left,.it-right{padding:40px}}.section-image{width:100%;height:auto;max-width:100%;max-height:350px}.main-heading{font-size:3rem;font-weight:700;margin-bottom:15px;text-align:left}@media (max-width: 768px){.main-heading{font-size:2.5rem;text-align:center;margin:20px 0}.it-left{display:none}}.sub-paragraph{font-size:1.1rem;margin-bottom:30px;line-height:1.6;text-align:left;color:#fafafa}.two-columns{display:flex;flex-direction:column;gap:20px;justify-content:flex-start}@media (min-width: 768px){.two-columns{flex-direction:row;gap:30px}}.column{flex:1;max-width:400px;text-align:left;margin:10px}.column-heading{font-size:1.5rem;font-weight:700;margin-bottom:10px;color:#da7f36}.column-paragraph{font-size:1rem;line-height:1.5;color:#fafafa}.content-button button{padding:12px 20px;font-size:1rem;background-color:#2c2c2c;color:#3178b0;border:2px solid rgba(49,120,176,1);border-radius:5px;cursor:pointer;position:relative;overflow:hidden;transition:color .3s ease;z-index:1}.content-button button:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background-color:#3178b0;transition:all 1s ease;transform:scaleX(0);transform-origin:bottom right;z-index:-1}.content-button button:hover{color:#fff;border:2px solid rgb(255,255,255)}.wsm-section{display:flex;height:100vh;width:100vw;padding:0;box-sizing:border-box;align-items:center;justify-content:space-between;background:linear-gradient(to right,#1b1b1bd9,#444444bf),url(/assets/wsmsection2-DHXq0hw0.jpg);background-size:cover;background-position:center;background-repeat:no-repeat;background-attachment:fixed;color:#fff}.wsm-left{flex:1;display:flex;flex-direction:column;justify-content:center;text-align:left;height:100vh;width:100vw;padding:40px;background:#2424241a;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);box-shadow:0 4px 10px #0000001a;align-items:center}.main-heading-left{font-size:4.5rem;font-weight:700;color:#da7f36;margin-bottom:20px;line-height:1.2;text-align:center}.sub-paragraph-wms{font-size:1.125rem;color:#fff;max-width:100%;padding:0 100px;line-height:1.6;text-align:center}.wsm-right{flex:1}.section-image{width:100%;height:auto;border-radius:8px;object-fit:cover}@media (max-width: 768px){.wsm-section{flex-direction:column;align-items:center;text-align:center;padding:0;height:70vh}.wsm-left{text-align:center;padding-left:10%;padding-right:10%}.wsm-right{display:none}.main-heading-left{font-size:2.5rem;margin-bottom:15px}.sub-paragraph-wms{font-size:1rem;padding:0}.section-image{width:80%;margin-top:20px}}@media (max-width: 480px){.main-heading-left{font-size:2rem}.sub-paragraph-wms{font-size:.95rem}.section-image{width:90%}}.landing-contact{display:flex;justify-content:center;align-items:center;padding:40px;background:linear-gradient(to right,#444444bf,#1b1b1bd9),url(/assets/landingContact-BNMqjJM3.jpg);background-size:cover;background-position:center;background-repeat:no-repeat;background-attachment:fixed;height:40vh}.contact-left{text-align:center}.contact-heading{font-size:4.5rem;font-weight:700;color:#3178b0;margin-bottom:20px}.contact-description{font-size:1.125rem;color:#fff;line-height:1.6}@media (max-width: 768px){.landing-contact{flex-direction:column;align-items:center;padding:20px}.contact-heading{font-size:2rem}.contact-description{font-size:1rem;max-width:90%}}.content-button2{display:inline-block;text-decoration:none;margin:10px}.content-button2 button{padding:12px 20px;font-size:1rem;background-color:#474747;color:#e6e6e6;border:2px solid rgb(218,127,54);border-radius:5px;cursor:pointer;position:relative;overflow:hidden;transition:color .3s ease;z-index:1}.content-button2 button:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background-color:#da7f36;transition:all 1s ease;transform:scaleX(0);transform-origin:bottom right;z-index:-1}.content-button2 button:hover:before{transform:scaleX(1);transform-origin:top left}.content-button2 button:hover{color:#fff;border:2px solid rgb(255,255,255)}.scroll-to-top{position:fixed;bottom:20px;right:20px;background-color:#1d2026;color:#fff;border:none;padding:7px;border-radius:10%;border:1px solid transparent;border-color:#ececec;cursor:pointer;font-size:24px;box-shadow:0 4px 8px #0003;z-index:1000;visibility:hidden;opacity:0;transform:translateY(-100vh);transition:visibility 0s .5s,opacity .5s,transform .5s}@keyframes slideDown{0%{transform:translateY(-100vh);opacity:0}to{transform:translateY(0);opacity:1}}@keyframes slideUp{0%{transform:translateY(0);opacity:1}to{transform:translateY(-100vh);opacity:0}}.scroll-to-top:hover{transform:translateY(0) scale(1.1)}.scroll-icon{font-size:20px;color:#fff}.scroll-to-top:focus{outline:none}.scroll-to-top-visible{visibility:visible;opacity:1;transform:translateY(0);transition:visibility 0s 0s,opacity .5s,transform .5s}.scroll-to-top-hidden{visibility:hidden;opacity:0;transform:translateY(-100vh);transition:visibility 0s .5s,opacity .5s,transform .5s}.cybersecurity-container{display:flex;flex-direction:column;align-items:center;padding:0;margin:0}.main-container-books{display:flex;flex-direction:column;align-items:center;height:100vh;width:100vw;background:linear-gradient(to bottom left,#181818,#252525,#396094,#da7f36);justify-content:center;padding:30% 15%;position:relative;overflow:hidden;transition:all .3s ease}.main-container-books:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:#25252580;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);z-index:1;pointer-events:none;transition:backdrop-filter .3s ease}.vendor-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:20px;width:100%;max-width:100%;justify-content:center;padding:0 10px;box-sizing:border-box}.vendor-container{display:flex;align-items:center;justify-content:center;padding:20px;background:#e9e9e9;border-radius:12px;width:100%;box-sizing:border-box}.heading-container{text-align:center;margin:5px 0 20px;padding:0}@media (max-width: 768px){.vendor-grid{grid-template-columns:repeat(auto-fit,minmax(200px,1fr));padding:0 5px;margin-top:100px}.heading-container{margin:10px 0 15px}.main-container-books{min-height:100vh;height:auto;overflow:visible;padding:20% 5% 0}.CS-big-heading{margin-top:20%}}@media (max-width: 480px){.main-container-books{padding:15% 5%}.vendor-grid{grid-template-columns:repeat(auto-fit,minmax(150px,1fr));padding:0 5px}.vendor-container{padding:15px}.heading-container{margin:5px 0 10px}}.vendor-grid{display:grid;grid-template-columns:repeat(1,1fr);gap:30px;padding:20px;width:100%;margin:0 auto;box-sizing:border-box}@media (min-width: 768px){.vendor-grid{grid-template-columns:repeat(2,1fr)}.vendor-text{font-size:1.2rem}.vendor-description{font-size:.9rem}}@media (min-width: 1024px){.vendor-grid{grid-template-columns:repeat(4,1fr)}.vendor-text,.vendor-description{font-size:.9rem}}.vendor-container{position:relative;display:flex;flex-direction:column;align-items:center;justify-content:center;background:#e9e9e9;padding:30px;border-radius:12px;min-height:280px;height:auto;overflow:hidden;transition:background .3s ease-in-out;box-sizing:border-box}.vendor-logo{width:140px;height:auto;object-fit:contain;transition:filter .3s ease-in-out}.vendor-logo.blurred{filter:blur(4px)}.overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(to bottom,#222222e6,#3178b0e6);color:#fff;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:20px;opacity:0;pointer-events:none;transition:opacity .3s ease-in-out;border-radius:12px}.overlay.visible{opacity:1;pointer-events:auto}.vendor-text{font-size:1.5rem;margin-bottom:10px;color:#da7f36}.vendor-description{font-size:.8rem;max-width:85%;word-wrap:break-word;overflow-wrap:break-word}.page-header2{display:flex;flex-direction:column;align-items:center;position:relative;padding:20px 0;width:100%;z-index:2;background:none}.logo-title-container2{display:flex;align-items:center;margin-bottom:20px;z-index:3;background:none}.logo2{width:30px;height:30px;margin-right:10px;object-fit:contain}.title2{font-size:24px;font-weight:700;color:#e4e4e4;line-height:1;margin:0;display:flex;align-items:center}.svg-container2-ph img{max-width:100%;height:auto}@media screen and (max-width: 768px){.title2{font-size:12px;margin-top:20px}.logo2{display:none}.svg-container2-ph img{max-width:100%;height:auto}}.main-container-author{display:flex;flex-direction:column;justify-content:center;width:100%}.landing-page{padding:100px 25%;width:100vw;justify-content:center;align-items:center;background:linear-gradient(to top left,#1b1b1b,#444)}.slider-container{display:flex;align-items:center;justify-content:center;position:relative;max-width:900px;margin:auto}.slider{overflow:hidden;width:100%;height:auto;border-radius:12px;position:relative;display:flex;align-items:center;justify-content:center}.slides-wrapper{display:flex;width:100%;transition:transform .5s ease-in-out}.info-section{flex:0 0 100%;text-align:center;padding:20px;background:#ffffff15;border-radius:12px;box-shadow:0 4px 12px #0000001a;backdrop-filter:blur(5px);-webkit-backdrop-filter:blur(5px);min-height:250px;display:flex;flex-direction:column;justify-content:center;align-items:center}.info-section h2{font-size:2rem;color:#3178b0;margin-bottom:10px}.landing-page h1{color:#da7f36}.landing-page p{color:#ebebeb;text-align:center;margin-bottom:30px;font-size:1.2rem}.line{width:380px;height:4px;background-color:#3178b0;margin:10px auto 20px}.info-section p{font-size:1rem;color:#ddd;line-height:1.6;margin-bottom:15px}.arrow{background:none;border:none;font-size:2rem;color:#3178b0;cursor:pointer;transition:color .3s ease}.arrow:hover{color:#fff}.left-arrow{position:absolute;left:-50px}.right-arrow{position:absolute;right:-50px}@media (max-width: 768px){.landing-page{padding:50px 10%}.slider-container{width:100%;padding:0 15px}.slider{width:100%}.info-section h2{font-size:1.5rem}.info-section p{font-size:1rem}.line{width:80%}.arrow{font-size:1.5rem}.left-arrow,.right-arrow{left:10px;right:10px}.arrow,.left-arrow,.right-arrow{display:none}}@media (max-width: 480px){.landing-page{padding:30px 5%}.slider-container{width:100%;padding:0}.slider{width:80%}.info-section h2{font-size:1.2rem}.info-section p{font-size:.9rem}.line{width:70%}.arrow{font-size:1.2rem}.left-arrow,.right-arrow{left:5px;right:5px}.arrow,.left-arrow,.right-arrow{display:none}}.main-sc{display:flex;flex-direction:column;align-items:flex-start;height:auto;width:100vw;background:linear-gradient(to bottom right,#181818,#252525,#da7f36,#396094);justify-content:center;padding-top:10%;position:relative;overflow:hidden;transition:all .3s ease;padding-bottom:30px}.main-sc:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:#27272780;z-index:1;pointer-events:none;transition:backdrop-filter .3s ease;backdrop-filter:blur(10px) brightness(1.2);-webkit-backdrop-filter:blur(10px) brightness(1.2)}.opskrif-links{width:100%;text-align:left;margin-left:0}.main-container-books:hover:before{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.services-container{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:20px;padding:20px;max-width:1200px;margin:auto;text-align:center}.service-category{padding:15px;background:#ffffff08;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:2px solid rgba(255,255,255,.918);border-radius:16px;transition:transform .3s ease-in-out}.service-category:hover{transform:scale(1.05)}.service-category h2{display:flex;align-items:center;justify-content:center;gap:10px;font-size:1.2rem;color:#fff}.service-category ul{list-style:none;padding:0;margin-top:10px}.service-category li{font-size:.9rem;color:#e0e0e0;padding:5px 0}@media screen and (max-width: 768px){.main-sc{padding-top:20%;padding-left:10px;padding-right:10px}.services-container{display:grid;grid-template-columns:1fr;gap:15px;padding:10px;width:80%;margin:0 auto}.service-category{padding:10px;width:100%;margin:0 auto}.service-category h2{font-size:1rem;flex-direction:column;align-items:center;justify-content:center;text-align:center;gap:5px}.service-category li{font-size:.85rem}}.main-container-about{display:flex;flex-direction:column;width:100%}.about-us-container{position:relative;padding:50px 20px;background-image:url(/assets/sectionIT-DO6qkUeu.jpg);background-size:cover;background-position:center;background-attachment:fixed;height:auto;width:100%;display:flex;flex-direction:column;align-items:center}.about-us-container:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(to left top,#da803673,#444444ea,#1b1b1bc2,#1b1b1bef);z-index:-1}.svg-container{display:flex;flex-direction:column;justify-content:center;align-items:center;width:100%;padding-top:150px;margin-bottom:50px}.about-us-container p{font-size:1.2rem;text-align:center;color:#e6e6e6;margin-bottom:50px}.content-wrapper{max-width:1300px;margin:50px auto;background-color:#2220;padding:40px;border-radius:10px;box-shadow:0 6px 20px #0003;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.columns-container{display:flex;justify-content:space-between;gap:30px;flex-wrap:wrap;align-items:stretch}.column{flex:1 1 30%;min-width:280px;display:flex;flex-direction:column}h1{font-size:3.4rem;color:#3178b0;text-align:center;margin-bottom:50px;font-weight:700;letter-spacing:2px;text-shadow:2px 2px 6px rgba(0,0,0,.4)}h2{font-size:2rem;color:#3178b0;margin-top:30px;margin-bottom:15px;font-weight:600;text-align:center}.section,.highlighted-box p{color:#e0e0e0;min-height:300px;letter-spacing:.5px}.highlighted-box{background:#ffffff08;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:2px solid rgba(255,255,255,.541);border-radius:16px;padding:20px;box-shadow:0 4px 10px #0000000d;text-align:center;display:flex;flex-direction:column;justify-content:space-between;flex-grow:1;min-height:150px}.highlighted-box h3{font-size:1.6rem;color:#3178b0;margin-bottom:15px}.number-circle{width:50px;height:50px;border:2px solid rgba(49,120,176,1);color:#fff;font-size:1.4rem;font-weight:700;display:flex;align-items:center;justify-content:center;border-radius:50%;margin:0 auto 1px;background:transparent}@media (max-width: 768px){.about-us-container{padding:30px 15px;background-attachment:scroll}.content-wrapper{padding:20px}.columns-container{flex-direction:column;gap:20px}.column{min-width:100%}h1{font-size:2.4rem}h2{font-size:1.6rem}h3{font-size:1.3rem}p,.about-us-container p{font-size:1rem}.number-circle{width:40px;height:40px;font-size:1.2rem}}.leadership-container{position:relative;background:linear-gradient(to bottom left,#181818,#252525,#396094a2,#da80369d);padding:50px 0;min-height:100vh;display:flex;justify-content:center;align-items:center}.leadership-container:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:inherit;filter:blur(10px);z-index:-1}.content-wrapper1{display:flex;justify-content:center;align-items:center;gap:3rem;padding:40px;max-width:1200px;margin:auto;flex-wrap:wrap;background:linear-gradient(to bottom left,#1b1b1ba9,#444444c9);border-radius:16px;width:90%}.leaders-grid{align-items:center;display:flex;flex-direction:column;gap:3rem;width:100%}.leader-box,.leader-box1{background-color:#292929cc;padding:30px;border-radius:8px;box-shadow:0 4px 10px #0003;width:48%;text-align:left;transition:transform .3s ease-in-out}.leader-box:hover,.leader-box1:hover{transform:translateY(-5px)}.leader-box h3,.leader-box1 h3{font-size:1.8rem;color:#f0f0f0;font-weight:700;text-transform:uppercase;margin-bottom:10px}.leader-box h3{border-bottom:2px solid rgba(49,120,176,1)}.leader-box1 h3{border-bottom:2px solid rgb(218,127,54)}.leader-box h4,.leader-box1 h4{font-size:1.25rem;color:#3178b0;font-weight:600;margin-bottom:15px}.leader-box1 h4{color:#da7f36}.leader-box p,.leader-box1 p{color:#e0e0e0;line-height:1.8;font-size:1rem;text-align:justify;max-width:100%}@media (max-width: 1024px){.content-wrapper1{width:95%;padding:30px;gap:2rem}.leader-box,.leader-box1{width:100%;padding:25px}.leader-box h3,.leader-box1 h3{font-size:1.6rem}.leader-box h4,.leader-box1 h4{font-size:1.15rem}}@media (max-width: 768px){.content-wrapper1{flex-direction:column;padding:20px}.leader-box,.leader-box1{width:100%;margin-bottom:20px;padding:20px}.leader-box h3,.leader-box1 h3{font-size:1.5rem}.leader-box h4,.leader-box1 h4{font-size:1.1rem}.leader-box p,.leader-box1 p{font-size:.95rem;padding:0 5px;text-align:left;word-break:break-word}.leaders-grid{flex-direction:column}}.simple-container{width:100%;background:linear-gradient(to top left,#1b1b1b,#444);padding:50px 20px}.simple-content{max-width:1200px;margin:100px auto;color:#f0f0f0;text-align:left}.simple-content h2{font-size:2rem;font-weight:700;margin-bottom:20px}.simple-content p{font-size:1.1rem;line-height:1.8;margin-bottom:15px}.centered-image{display:flex;justify-content:center;align-items:center;margin-top:100px}.centered-image img{max-width:60%;height:auto;border-radius:10px}.svg-container2,.svg-container1{margin-top:50px;margin-bottom:20px}@media (max-width: 768px){.svg-container1{padding:10px 0}.svg-container2{display:none}}.onderp1{display:flex;justify-content:center;align-items:center;min-height:120vh;padding:4rem 8%;background:linear-gradient(to right,#1b1b1bd9,#9e571d93),url(/assets/contactB-DZLQjXpA.jpg);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background-size:cover;background-position:center;background-repeat:no-repeat}.background-block{max-width:1600px;width:100%;display:flex;gap:4rem;padding:3rem;align-items:center}.onderlinks{flex:1;display:flex;justify-content:center;align-items:center}.onderlinksfoto{width:100%;max-width:700px;height:auto;object-fit:contain}.contact{flex:1;max-width:600px}form{background:#ffffff08;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:2px solid rgba(255,255,255,.541);border-radius:16px;padding:2.5rem;width:100%}form h2{color:#e9e9e9;font-size:2.5rem;margin-bottom:2rem;font-weight:700}.form-group{margin-bottom:1.5rem}form label{display:block;margin-bottom:.5rem;color:#e0e0e0;font-size:.9rem;font-weight:500}form input:not([type=checkbox]),form textarea{width:100%;padding:1rem;background:#0003;border:1px solid rgba(255,255,255,.1);border-radius:8px;color:#fff;font-size:1rem;transition:all .3s ease}form input:not([type=checkbox]):focus,form textarea:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 2px #3b82f64d}form textarea{min-height:140px;resize:none}.email{width:100%;padding:1rem;background:linear-gradient(to right,#3b82f6,#2563eb);color:#fff;border:none;border-radius:8px;font-size:1rem;font-weight:500;cursor:pointer;transition:transform .2s ease,box-shadow .2s ease}.email:hover{transform:scale(1.02);box-shadow:0 4px 12px #2563eb33}::placeholder{color:#9ca3af}.hidden{display:none}.content-button{display:inline-block;text-decoration:none;margin:10px}.content-button button{padding:12px 24px;font-size:1rem;background-color:#2c2c2c;color:#3178b0;border:2px solid rgba(49,120,176,1);border-radius:6px;cursor:pointer;position:relative;overflow:hidden;transition:color .3s ease,border .3s ease;z-index:1;font-weight:500;letter-spacing:.3px}.content-button button:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background-color:#3178b0;transform:scaleX(0);transform-origin:bottom right;transition:transform .5s ease;z-index:-1}.content-button button:hover:before{transform:scaleX(1);transform-origin:top left}.content-button button:hover{color:#fff;border-color:#fff}.onderlinks{flex:1;display:flex;flex-direction:column;justify-content:flex-start;gap:2rem;padding:1rem;align-items:flex-start;align-content:flex-start}.onderlinks .row{padding:1.5rem;border-radius:8px;width:100%;text-align:left}.onderlinks h3{color:#da7f36;font-size:1.7rem;font-weight:700;margin-bottom:1rem}.onderlinks p{color:#e7e7e7;font-size:1.1rem;line-height:1.6}.onderlinks a{color:#fff;text-decoration:underline}.onderlinks a:hover{text-decoration:underline}@media (max-width: 1280px){.background-block{max-width:1200px;gap:3rem}.onderlinksfoto{max-width:550px}.contact{max-width:500px}}@media (max-width: 1024px){.background-block{flex-direction:column;align-items:center;gap:2rem;padding:2rem}.onderlinks,.contact{max-width:100%}.onderlinksfoto{max-width:400px}}@media (max-width: 640px){.onderp1{padding:2rem 1rem}form{padding:1.5rem}.onderlinksfoto{max-width:300px}}.nav{display:flex;justify-content:space-between;align-items:center;padding:20px 10%;position:fixed;top:0;left:0;width:100%;z-index:1000;background:transparent;transition:background .3s ease}.nav.scrolled{background-color:#35353533;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px)}.nav-left{display:flex;align-items:center;gap:30px}.nav-links{display:flex;gap:20px;list-style:none}.contact-btn{padding:10px 20px;font-size:18px;background-color:#da7f36;color:#fff;border:none;border-radius:5px;cursor:pointer;transition:background-color .3s ease}.contact-btn:hover{background-color:#235783}.logo-container{display:flex;align-items:center}.logo{max-width:220px;height:auto;transition:transform .3s ease}.hamburger{display:none;cursor:pointer;flex-direction:column;gap:5px;z-index:1001}.hamburger .bar{width:30px;height:3px;background-color:#fff;transition:transform .3s ease,opacity .3s ease}.hamburger.open .bar:nth-child(1){transform:rotate(45deg) translate(5px,5px)}.hamburger.open .bar:nth-child(2){opacity:0}.hamburger.open .bar:nth-child(3){transform:rotate(-45deg) translate(6px,-6px)}.nav-item{position:relative;transition:all .3s ease}.nav-link{text-decoration:none;font-size:18px;font-weight:500;color:#fff;padding:10px 20px;transition:color .3s ease,transform .3s ease;border-bottom:2px solid transparent}.nav-link:before{content:"";position:absolute;bottom:0;left:50%;width:0%;height:2px;background-color:#3178b0;transition:width .3s ease,left .3s ease}.nav-link:hover{color:#3178b0;transform:translateY(-2px)}.nav-item.active .nav-link{color:#3178b0}.nav-link:hover:before{width:60%;left:20%}@media (max-width: 1024px){.hamburger{display:flex}.nav-links{position:fixed;top:0;left:0;width:100%;height:100vh;background:#000000d9;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);flex-direction:column;align-items:center;justify-content:center;transform:translate(-100%);transition:transform .4s ease-in-out;padding-top:50px;z-index:999}.nav-links.open{transform:translate(0)}.nav-item{margin:20px 0}.nav-link{font-size:24px}.close-btn{position:absolute;top:20px;right:30px;font-size:30px;color:#fff;cursor:pointer}.close-text{font-size:40px;font-weight:700}}
