/* DH Robotics - Global Styles */
/* AGENTS: See AGENTS.md → CSS Architecture table → "global.css" row */

/* ============================================
   :root Variables (exception — multi-line)
   ============================================ */
:root {
    --dhrobotics-dark:#023d68;
    --dhrobotics-light:#03589e;
    --dhrobotics-active:#0c8bd4;
    --dhrobotics-bg:#e5f0fa;
    --dhrobotics-text:#555;
    --dhrobotics-heading:#222a35;
    --dhrobotics-border:rgba(3,88,158,.08);
    --header-height:95px;
}
body.admin-bar { --admin-bar-offset:32px; }
@media (max-width: 782px) { body.admin-bar { --admin-bar-offset:46px; } }

/* ============================================
   Typography & Utilities
   ============================================ */
fieldset { padding: 0.35em 0.75em 0.625em; border: 1px solid rgba(255,255,255,.1); border-radius: 15px; background: rgba(255,255,255,.1); margin-bottom: 30px; }
legend { font-weight: 600; }
::-moz-selection { color: #fff; background: var(--dhrobotics-dark); }
::selection { color: #fff; background: var(--dhrobotics-dark); }
body { font-family: "Roboto", sans-serif; font-size: 16px; color: var(--dhrobotics-text); line-height: 1.6; }
main.content {background: #fff;position: relative;padding-top: var(--header-height);opacity: 0;transform: translateY(10px);transition: opacity .35s ease, transform .35s ease;font-size: 16px;}
main.content.page-visible { opacity: 1; transform: translateY(0); }
main.content.page-leave { opacity: 0; transform: translateY(10px); }
.align-right { display: flex; justify-content: flex-end; }
.align-left { display: flex; justify-content: flex-start; }  
h1,h2,h3,h4,h5,h6 { margin: 0 0 1.5rem; line-height: 1; font-weight: 600; clear: both;}
h1 {font-size: 30px; }
h2 {color: var(--dhrobotics-light);font-size: 36px;}
h3 { font-size: 24px; }
h4 { font-size: 22px; }
h5 { font-size: 18px; }
h6 { font-size: 16px; }
.p30 { padding-top:30px; padding-bottom:30px;}
.p60 { padding-top:60px; padding-bottom:60px;}
.p90 { padding-top:90px; padding-bottom:90px;}
.p120 { padding-top:120px; padding-bottom:120px;}
.p150 { padding-top:150px; padding-bottom:150px; }
.small-upper { font-size: small; text-transform: uppercase; color: rgba(0,0,0,.4); margin: 0; letter-spacing: .1px; }
a { font-weight: 600; cursor: pointer; }
.site-header a { color: #fff; }
.button, button, input[type="button"], input[type="reset"], input[type="submit"] {padding: 10px 15px;display: inline-block; background: var(--dhrobotics-light);font-weight: 400;font-size: 14px;border-radius: 20px;border: none;font-weight: 600;color: #ffffff;cursor: pointer;}
.button:hover { background:var(--dhrobotics-dark);color:#fff; }
button:hover { background:var(--dhrobotics-dark);color:#fff; }
input[type="button"]:hover { background:var(--dhrobotics-dark);color:#fff; }
input[type="reset"]:hover { background:var(--dhrobotics-dark);color:#fff; }
input[type="submit"]:hover { background:var(--dhrobotics-dark);color:#fff; }
.button-trans { color: #fff; padding: 9px 15px; border: 1px solid #fff; display: inline-block; background: transparent; font-size: 14px; border-radius: 20px; font-weight: 600; cursor: pointer; }
.button-trans:hover { background: #fff; color: #000; }
.buttons-grid { list-style: none; margin: 0; padding: 0; display: flex; }
.buttons-grid li { margin-right: 15px; display: flex; align-items: center; }
.buttons-grid li:last-child { margin-right: 0; }
.wpcf7 br {display: none !important;}
/* ============================================
   Site Header — header.php (AGENTS: verify against header.php)
   ============================================ */
.site-header.nav-down { top: 0; }
.admin-bar .site-header.nav-down { top: 32px; }
.site-header.nav-up { top: -150px; }
.site-header ul { margin: 0; padding: 0; list-style: none; display: flex; }

/* Header container */
.site-header { background:var(--dhrobotics-light); z-index: 100; position: fixed; width: 100%; color: #fff; backdrop-filter: blur(10px); -webkit-backdrop-filter: blur(10px); }

/* Top bar — .header-top */
.site-header .header-top {padding: 0 60px;background: rgba(255,255,255,.1);}
.site-header .top-bar-inner {display: flex;justify-content: space-between;font-size: 12px;padding: 0;}
.site-header .top-bar-contact { display: flex; align-items: center; }
.site-header .top-bar-contact span { line-height: 21px; margin-right: 10px; }
.site-header .top-bar-contact ul { list-style: none; margin: 0; padding: 0; }
.site-header .top-bar-contact ul li { display: inline-block; margin-right: 10px; }
.site-header .top-bar-contact ul li a { line-height: 21px; display: block; padding: 0; font-size: 14px; }
.site-header .top-bar-contact ul li a.tel-nl:before { content: ''; width: 20px; height: 20px; background-image: url(../images/nl-flag.png); background-repeat: no-repeat; background-position: center left; background-size: 16px; display: block; float: left; margin-right: 2px; }
.site-header .top-bar-contact ul li a.tel-be:before { content: ''; width: 20px; height: 20px; background-image: url(../images/be-flag.png); background-repeat: no-repeat; background-position: center left; background-size: 16px; display: block; float: left; margin-right: 2px; }
.site-header .top-bar-affiliation { padding: 4px 0; display: flex; align-items: center; font-size: 12px; }
.site-header .top-bar-affiliation a { display: flex; color: #fff; text-decoration: none; }
.site-header .top-bar-affiliation a:hover { opacity: 0.8; }
.site-header .top-bar-affiliation a img { max-height: 16px; margin-top: -4px; margin-left: 5px; }

/* Bottom bar — .header-bottom */
.site-header .header-bottom {padding: 8px 60px;border: none;}
.site-header .header-bottom .header-left { display: flex; align-items: center; align-content: center; }
.site-header .header-bottom .header-left .logo { display: flex; z-index: 2; align-content: center; align-items: center; gap: 30px; font-size: 14px; text-transform: uppercase; }
.site-header .header-logo .site-tagline { color: #fff; text-decoration: none; font-size: 12px; margin-left: 15px; display: flex; align-items: center; white-space: nowrap; opacity: 0.8; transition: opacity .25s; }
.site-header .header-logo .site-tagline:hover { opacity: 1; }
.site-header .header-bottom .header-actions { align-items: center; display: flex; justify-content: flex-end; }

/* Header actions — .action-account, .action-cart */
.site-header .header-actions .action-account { position: relative; margin-right: 10px; }
.site-header .header-actions .action-account a { cursor: pointer; display: flex; align-items: center; font-size: 12px; text-transform: uppercase; font-weight: 600; border-radius: 10px; padding-right: 10px; background-color: rgba(255,255,255,.1); transition: background ease .25s; }
.site-header .header-actions .action-account:hover a { background-color: rgba(255,255,255,.2); }
.site-header .header-actions .action-account .account-icon:before { content: ''; width: 25px; height: 25px; background-size: 11px; background-image: url(../svg/user.svg); filter: invert(1); display: flex; background-repeat: no-repeat; background-position: center; margin: 0 5px; }
.site-header .header-actions .action-cart { position: relative; display: flex; align-items: center; align-content: center; height: 100%; justify-content: flex-end; font-size: smaller; }
.site-header .header-actions .action-cart:hover > a { background-color: rgba(255,255,255,.2); }
.site-header .header-actions .action-cart a.cart-link .cart-icon:before { content: ''; height: 25px; width: 25px; background-position: center; background-image: url(../svg/basket-shopping.svg); filter: invert(1); display: flex; background-size: 15px; background-repeat: no-repeat; }
.site-header .header-actions .action-cart a { display: flex; align-items: center; width: 100%; justify-content: flex-end; padding: 0 5px; font-size: 12px; background: rgba(255,255,255,.1); border-radius: 10px; transition: background ease .25s; }
.site-header .header-actions .action-cart a .cart-count { margin: 0 5px; }
.site-header .header-actions .action-cart a .cart-total { padding-right: 5px; }

/* Logo */
.site-header .header-logo { display: flex; align-content: center; align-items: center; z-index: 9; position: relative; }
.site-header .header-logo a { display: flex; }
.site-header .header-logo a img { max-height: 40px; width: auto; filter: invert(0); z-index: 9; position: relative; }
.site-header .header-logo a:hover img { opacity: 0.7; }

/* Mobile toggle */
.site-header .header-actions .mobile-toggle { display: none; }
.site-header .header-actions .mobile-toggle:after { content: ''; height: 40px; width: 40px; filter: invert(1); background: url(../svg/bars.svg) no-repeat center; background-size: 16px; display: flex; cursor: pointer; }
.site-header.mobile-menu-active .header-actions .mobile-toggle:after { background: url(../svg/times.svg) no-repeat center; background-size: 14px; }

/* Navigation menu */
.site-header .header-nav #hoofd-menu { justify-content: center; }
.site-header .header-nav ul li a { padding: 18px 12px; position: relative; line-height: 1; font-weight: 600; display: flex; font-size: 16px; z-index: 9; }
.site-header .header-nav ul li ul.sub-menu { display: block; }
.site-header .header-nav ul:hover > li { opacity: 0.7; }
.site-header .header-nav ul:hover > li:hover { opacity: 1; }
.site-header .header-nav ul.menu { display: flex; flex-direction: row; flex-wrap: nowrap; }
.site-header .header-nav ul.menu li:not(.mega-parent) ul.sub-menu { pointer-events: none; opacity: 0; position: absolute; background: var(--dhrobotics-light); left: 0; min-width: 100%; display: flex; flex-direction: column; top: 100%; }
.site-header .header-nav ul.menu li:hover ul.sub-menu { opacity: 1; pointer-events: all; box-shadow: none; }
.site-header .header-nav ul.menu li ul.sub-menu li { padding: 0; line-height: 1.5; }
.site-header .header-nav ul.menu li ul.sub-menu li a { color: #fff; padding: 10px 15px; }
.site-header .header-nav ul.menu li.current-menu-item > a { color: var(--dhrobotics-active); }
.site-header .header-nav ul.menu > li.current-menu-item > a:after { content: ''; position: absolute; bottom: -1px; width: 100%; height: 1px; background: var(--dhrobotics-active); margin: 0 auto; left: 0; right: 0; }

/* Sub-menu level 2 */
.site-header .header-nav ul.menu li ul.sub-menu li > ul.sub-menu { position: relative; padding: 0 5px 0; }
.site-header .header-nav ul.menu li ul.sub-menu li > ul.sub-menu li { font-size: 13px; font-weight: normal; }

/* Mobile menu overlay */
.site-header .header-mobiel { pointer-events: none; opacity: 0; position: fixed; overflow: hidden; overflow-y: scroll; top: 60px; height: calc(100vh - 60px); }

/* Mega-menu (used in header.php via wp_nav_menu mega-parent class) */
.site-header .header-nav ul.menu > li.mega-parent { position: relative; }
.site-header:before { content: ''; z-index: -1; background: #000; position: fixed; left: 0; right: 0; width: 100vw; height: 0; border-bottom: 1px solid rgba(255,255,255,.2); top: 0px; transition: opacity 0.3s ease; opacity: 0; }
.site-header.mega-menu-active:before { height: 435px; opacity: 1; }
.site-header .header-nav ul.menu > li.mega-parent > .mega-menu-wrapper { position: absolute; left: calc(100% - 430px); width: 860px; display: flex; flex-direction: column; opacity: 0; pointer-events: none; z-index: 99; transition: opacity ease 0.25s; }
.site-header .header-nav ul.menu > li.mega-parent:hover > .mega-menu-wrapper { opacity: 1; pointer-events: all; }
.site-header .header-nav ul.menu > li.mega-parent .mega-more-link { background: rgba(255,255,255,.3); border-radius: 15px; padding: 15px; margin-top: -20px; display: flex; align-items: center; opacity: 0.7; }
.site-header .header-nav ul.menu > li.mega-parent .mega-more-link:before { content: ''; width: 20px; height: 20px; background: url(../svg/square-plus.svg) no-repeat center; background-size: 20px; display: flex; filter: invert(1); margin-right: 12px; overflow: hidden; border-radius: 5px; }
.site-header .header-nav ul.menu > li.mega-parent .mmw-inner { background: rgba(255, 255, 255, .1); padding: 30px; box-shadow: 0 15px 40px rgba(0, 0, 0, .15); border-radius: 15px; display: flex; width: 100%; }
.site-header .header-nav ul.menu > li.mega-parent .mega-sub-menu { width: 200px; padding: 0; }
.site-header .header-nav ul.menu > li.mega-parent .mega-sub-menu > li > a { color: #fff; padding: 10px 15px; display: flex; font-weight: 600; }
.site-header .header-nav ul.menu > li.mega-parent .mega-sub-menu > li > .sub-menu { position: absolute; left: 100%; top: 0; background: rgba(255,255,255,.05); display: none; min-width: 180px; }
.site-header .header-nav ul.menu > li.mega-parent .mega-sub-menu > li:hover > .sub-menu { display: block; }

/* ============================================
   Site Footer — footer.php (AGENTS: verify against footer.php)
   ============================================ */
.site-footer { box-shadow: 0px 0px 30px rgba(0,0,0,.1); color: #fff; background: var(--dhrobotics-dark); padding: 30px 45px 30px; border-top: 1px solid rgba(255,255,255,.2); }
.site-footer .footer-certified { padding: 90px 0 120px; }
.site-footer .footer-certified h3 { font-size: 40px; }
.site-footer .footer-certified .fc-bottom { display: flex; align-items: center; justify-content: space-between; }

/* Footer top — .footer-top */
.site-footer .footer-top { padding: 30px 0px; position: relative; display: flex; justify-content: space-between; align-items: center; }
.site-footer .footer-top .company-branding { display: flex; justify-content: flex-start; align-items: center; }
.site-footer .footer-top .company-adress { font-size: small; list-style: none; margin: 0; padding: 0; display: flex; gap: 40px; }
.site-footer .footer-top .company-adress .addr-block { margin: 0; padding: 0; display: flex; flex-direction: column; gap: 4px; }
.site-footer .footer-top .company-adress .addr-block li { list-style: none; margin: 0; padding: 0; }
.site-footer .footer-top .company-adress .addr-contact li a.tel-nl:before { content: ''; width: 20px; height: 20px; background-image: url(../images/nl-flag.png); background-repeat: no-repeat; background-position: center left; background-size: 16px; display: inline-block; margin-right: 4px; vertical-align: middle; }
.site-footer .footer-top .company-adress .addr-contact li a.tel-be:before { content: ''; width: 20px; height: 20px; background-image: url(../images/be-flag.png); background-repeat: no-repeat; background-position: center left; background-size: 16px; display: inline-block; margin-right: 4px; vertical-align: middle; }

.site-footer .footer-top .slogan { margin-left: 10px; display: flex; }
.site-footer .footer-top .logo { display: flex; margin-top: -10px; }

/* Footer menu */
.site-footer #footer-menu { display: flex; justify-content: center; border-top: 1px solid rgba(255,255,255,.1); border-bottom: 1px solid rgba(255,255,255,.1); }
.site-footer #footer-menu li { padding: 10px 25px; font-size: 14px; }
.site-footer #footer-menu li a { color: rgba(255,255,255,.4); text-decoration: none; }
.site-footer #footer-menu li:hover a { color: rgba(255,255,255,1); }

/* Footer h4 labels */
.site-footer h4 { font-size: 12px; text-transform: uppercase; letter-spacing: 2px; color: var(--dhrobotics-dark); margin-bottom: 15px; }

/* Footer SVG links */
.site-footer ul li a { display: flex; font-weight: normal; color: #fff; }
.site-footer a svg { max-height: 32px; }
.site-footer a svg path { fill: white; }

/* Payment options */
ul.payment-options { display: flex; align-items: center; align-content: center; }
ul.payment-options li { display: flex; padding-right: 20px; }
ul.payment-options li:last-child { padding: 0; }
ul.payment-options li img { max-width: fit-content; max-height: 30px; }

/* Back to top */
.back-to-top { position: fixed; right: 30px; z-index: 8; width: 45px; height: 45px; display: flex; align-items: center; justify-content: center; border-radius: 50%; background: var(--dhrobotics-light); cursor: pointer; bottom: 60px; opacity: 0; transition: opacity 0.3s ease; }
.back-to-top:after { content: '\f106'; font-family: 'FontAwesome'; color: #fff; font-size: 20px; }
.viewport-1 .back-to-top { opacity: 1; bottom: 75px; }

/* Social grid (FontAwesome icon version — footer.php uses this) */
.social-grid { float: left; margin: 0; padding: 0; }
.social-grid:hover li { opacity: 0.6; }
.social-grid:hover li:hover { opacity: 1; }
.social-grid li { list-style: none; float: left; margin-right: 8px; }
.social-grid li a { display: block; cursor: pointer; border-radius: 50%; }
.social-grid li a:before { content: ''; display: flex; width: 20px; text-align: center; height: 20px; background-size: 10px 10px; background-repeat: no-repeat; background-position: center; }
.social-grid li.facebook a { background-color: #4c66a4; }
.social-grid li.facebook:hover a { background-color: #304169; }
.social-grid li.facebook a:before { background-image: url(../svg/facebook-f.svg); filter: invert(1); }
.social-grid li.twitter a { background: #55acee; }
.social-grid li.twitter:hover a { background: #178ee8; }
.social-grid li.twitter a:before { background-image: url(../svg/twitter.svg); filter: invert(1); }
.social-grid li.instagram a { background: #125688; }
.social-grid li.instagram:hover a { background: #0c395a; }
.social-grid li.instagram a:before { background-image: url(../svg/instagram.svg); filter: invert(1); }
.social-grid li.linkedin a { background: #007bb5; }
.social-grid li.linkedin:hover a { background: #004566; }
.social-grid li.linkedin a:before { background-image: url(../svg/linkedin-in.svg); filter: invert(1); }

/* ============================================
   Footer Bottom (AGENTS: verify against footer.php footer-bottom section)
   ============================================ */
.site-footer .footer-bottom { padding-top: 15px; }
.site-footer .footer-bottom .row { display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 10px; }
.site-footer .footer-bottom .col-6 { flex: 1; }
.site-footer .footer-bottom .col-6:first-child { text-align: left; }
.site-footer .footer-bottom .col-6:last-child { text-align: right; display: flex; align-items: center; gap: 20px; justify-content: flex-end; }/* DH Robotics - Global Styles */
/* AGENTS: See AGENTS.md → CSS Architecture table → "global.css" row */

/* ============================================
   :root Variables (exception — multi-line)
   ============================================ */
:root {
    --dhrobotics-dark:#023d68;
    --dhrobotics-light:#03589e;
    --dhrobotics-active:#0c8bd4;
    --dhrobotics-bg:#e5f0fa;
    --dhrobotics-text:#555;
    --dhrobotics-heading:#222a35;
    --dhrobotics-border:rgba(3,88,158,.08);
    --header-height:95px;
}
body.admin-bar { --admin-bar-offset:32px; }
@media (max-width: 782px) { body.admin-bar { --admin-bar-offset:46px; } }

/* ============================================
   Typography & Utilities
   ============================================ */
fieldset { padding: 0.35em 0.75em 0.625em; border: 1px solid rgba(255,255,255,.1); border-radius: 15px; background: rgba(255,255,255,.1); margin-bottom: 30px; }
legend { font-weight: 600; }
::-moz-selection { color: #fff; background: var(--dhrobotics-dark); }
::selection { color: #fff; background: var(--dhrobotics-dark); }
body { font-family: "Roboto", sans-serif; font-size: 16px; color: var(--dhrobotics-text); line-height: 1.6; }
main.content {background: #fff;position: relative;padding-top: var(--header-height);opacity: 0;transform: translateY(10px);transition: opacity .35s ease, transform .35s ease;font-size: 16px;}
main.content.page-visible { opacity: 1; transform: translateY(0); }
main.content.page-leave { opacity: 0; transform: translateY(10px); }
.align-right { display: flex; justify-content: flex-end; }
.align-left { display: flex; justify-content: flex-start; }  
h1,h2,h3,h4,h5,h6 { margin: 0 0 1.5rem; line-height: 1; font-weight: 600; clear: both;}
h1 {font-size: 30px; }
h2 {color: var(--dhrobotics-light);font-size: 30px;}
h3 { font-size: 24px; }
h4 { font-size: 22px; }
h5 { font-size: 18px; }
h6 { font-size: 16px; }
.p30 { padding-top:30px; padding-bottom:30px;}
.p60 { padding-top:60px; padding-bottom:60px;}
.p90 { padding-top:90px; padding-bottom:90px;}
.p120 { padding-top:120px; padding-bottom:120px;}
.p150 { padding-top:150px; padding-bottom:150px; }
.small-upper { font-size: small; text-transform: uppercase; color: rgba(0,0,0,.4); margin: 0; letter-spacing: .1px; }
a { font-weight: 600; cursor: pointer; }
.site-header a { color: #fff; }
.button, button, input[type="button"], input[type="reset"], input[type="submit"] {padding: 10px 15px;display: inline-block; background: var(--dhrobotics-light);font-weight: 400;font-size: 14px;border-radius: 20px;border: none;font-weight: 600;color: #ffffff;cursor: pointer;}
.button:hover { background:var(--dhrobotics-dark);color:#fff; }
button:hover { background:var(--dhrobotics-dark);color:#fff; }
input[type="button"]:hover { background:var(--dhrobotics-dark);color:#fff; }
input[type="reset"]:hover { background:var(--dhrobotics-dark);color:#fff; }
input[type="submit"]:hover { background:var(--dhrobotics-dark);color:#fff; }
.button-trans { color: #fff; padding: 9px 15px; border: 1px solid #fff; display: inline-block; background: transparent; font-size: 14px; border-radius: 20px; font-weight: 600; cursor: pointer; }
.button-trans:hover { background: #fff; color: #000; }
.buttons-grid { list-style: none; margin: 0; padding: 0; display: flex; }
.buttons-grid li { margin-right: 15px; display: flex; align-items: center; }
.buttons-grid li:last-child { margin-right: 0; }
.wpcf7 br {display: none !important;}
/* ============================================
   Site Header — header.php (AGENTS: verify against header.php)
   ============================================ */
.site-header.nav-down { top: 0; }
.admin-bar .site-header.nav-down { top: 32px; }
.site-header.nav-up { top: -150px; }
.site-header ul { margin: 0; padding: 0; list-style: none; display: flex; }

/* Header container */
.site-header { background:var(--dhrobotics-light); z-index: 100; position: fixed; width: 100%; color: #fff; backdrop-filter: blur(10px); -webkit-backdrop-filter: blur(10px); }

/* Top bar — .header-top */
.site-header .header-top {padding: 0 60px;background: rgba(255,255,255,.1);}
.site-header .top-bar-inner {display: flex;justify-content: space-between;font-size: 12px;padding: 0;}
.site-header .top-bar-contact { display: flex; align-items: center; }
.site-header .top-bar-contact span { line-height: 21px; margin-right: 10px; }
.site-header .top-bar-contact ul { list-style: none; margin: 0; padding: 0; }
.site-header .top-bar-contact ul li { display: inline-block; margin-right: 10px; }
.site-header .top-bar-contact ul li a { line-height: 21px; display: block; padding: 0; font-size: 14px; }
.site-header .top-bar-contact ul li a.tel-nl:before { content: ''; width: 20px; height: 20px; background-image: url(../images/nl-flag.png); background-repeat: no-repeat; background-position: center left; background-size: 16px; display: block; float: left; margin-right: 2px; }
.site-header .top-bar-contact ul li a.tel-be:before { content: ''; width: 20px; height: 20px; background-image: url(../images/be-flag.png); background-repeat: no-repeat; background-position: center left; background-size: 16px; display: block; float: left; margin-right: 2px; }
.site-header .top-bar-affiliation { padding: 4px 0; display: flex; align-items: center; font-size: 12px; }
.site-header .top-bar-affiliation a { display: flex; color: #fff; text-decoration: none; }
.site-header .top-bar-affiliation a:hover { opacity: 0.8; }
.site-header .top-bar-affiliation a img { max-height: 16px; margin-top: -4px; margin-left: 5px; }

/* Bottom bar — .header-bottom */
.site-header .header-bottom {padding: 8px 60px;border: none;}
.site-header .header-bottom .header-left { display: flex; align-items: center; align-content: center; }
.site-header .header-bottom .header-left .logo { display: flex; z-index: 2; align-content: center; align-items: center; gap: 30px; font-size: 14px; text-transform: uppercase; }
.site-header .header-logo .site-tagline { color: #fff; text-decoration: none; font-size: 12px; margin-left: 15px; display: flex; align-items: center; white-space: nowrap; opacity: 0.8; transition: opacity .25s; }
.site-header .header-logo .site-tagline:hover { opacity: 1; }
.site-header .header-bottom .header-actions { align-items: center; display: flex; justify-content: flex-end; }

/* Header actions — .action-account, .action-cart */
.site-header .header-actions .action-account { position: relative; margin-right: 10px; }
.site-header .header-actions .action-account a { cursor: pointer; display: flex; align-items: center; font-size: 12px; text-transform: uppercase; font-weight: 600; border-radius: 10px; padding-right: 10px; background-color: rgba(255,255,255,.1); transition: background ease .25s; }
.site-header .header-actions .action-account:hover a { background-color: rgba(255,255,255,.2); }
.site-header .header-actions .action-account .account-icon:before { content: ''; width: 25px; height: 25px; background-size: 11px; background-image: url(../svg/user.svg); filter: invert(1); display: flex; background-repeat: no-repeat; background-position: center; margin: 0 5px; }
.site-header .header-actions .action-cart { position: relative; display: flex; align-items: center; align-content: center; height: 100%; justify-content: flex-end; font-size: smaller; }
.site-header .header-actions .action-cart:hover > a { background-color: rgba(255,255,255,.2); }
.site-header .header-actions .action-cart a.cart-link .cart-icon:before { content: ''; height: 25px; width: 25px; background-position: center; background-image: url(../svg/basket-shopping.svg); filter: invert(1); display: flex; background-size: 15px; background-repeat: no-repeat; }
.site-header .header-actions .action-cart a { display: flex; align-items: center; width: 100%; justify-content: flex-end; padding: 0 5px; font-size: 12px; background: rgba(255,255,255,.1); border-radius: 10px; transition: background ease .25s; }
.site-header .header-actions .action-cart a .cart-count { margin: 0 5px; }
.site-header .header-actions .action-cart a .cart-total { padding-right: 5px; }

/* Logo */
.site-header .header-logo { display: flex; align-content: center; align-items: center; z-index: 9; position: relative; }
.site-header .header-logo a { display: flex; }
.site-header .header-logo a img { max-height: 40px; width: auto; filter: invert(0); z-index: 9; position: relative; }
.site-header .header-logo a:hover img { opacity: 0.7; }

/* Mobile toggle */
.site-header .header-actions .mobile-toggle { display: none; }
.site-header .header-actions .mobile-toggle:after { content: ''; height: 40px; width: 40px; filter: invert(1); background: url(../svg/bars.svg) no-repeat center; background-size: 16px; display: flex; cursor: pointer; }
.site-header.mobile-menu-active .header-actions .mobile-toggle:after { background: url(../svg/times.svg) no-repeat center; background-size: 14px; }

/* Navigation menu */
.site-header .header-nav #hoofd-menu { justify-content: center; }
.site-header .header-nav ul li a { padding: 18px 12px; position: relative; line-height: 1; font-weight: 600; display: flex; font-size: 16px; z-index: 9; }
.site-header .header-nav ul li ul.sub-menu { display: block; }
.site-header .header-nav ul:hover > li { opacity: 0.7; }
.site-header .header-nav ul:hover > li:hover { opacity: 1; }
.site-header .header-nav ul.menu { display: flex; flex-direction: row; flex-wrap: nowrap; }
.site-header .header-nav ul.menu li:not(.mega-parent) ul.sub-menu { pointer-events: none; opacity: 0; position: absolute; background: var(--dhrobotics-light); left: 0; min-width: 100%; display: flex; flex-direction: column; top: 100%; }
.site-header .header-nav ul.menu li:hover ul.sub-menu { opacity: 1; pointer-events: all; box-shadow: none; }
.site-header .header-nav ul.menu li ul.sub-menu li { padding: 0; line-height: 1.5; }
.site-header .header-nav ul.menu li ul.sub-menu li a { color: #fff; padding: 10px 15px; }
.site-header .header-nav ul.menu li.current-menu-item > a { color: var(--dhrobotics-active); }
.site-header .header-nav ul.menu > li.current-menu-item > a:after { content: ''; position: absolute; bottom: -1px; width: 100%; height: 1px; background: var(--dhrobotics-active); margin: 0 auto; left: 0; right: 0; }

/* Sub-menu level 2 */
.site-header .header-nav ul.menu li ul.sub-menu li > ul.sub-menu { position: relative; padding: 0 5px 0; }
.site-header .header-nav ul.menu li ul.sub-menu li > ul.sub-menu li { font-size: 13px; font-weight: normal; }

/* Mobile menu overlay */
.site-header .header-mobiel { pointer-events: none; opacity: 0; position: fixed; overflow: hidden; overflow-y: scroll; top: 60px; height: calc(100vh - 60px); }

/* Mega-menu (used in header.php via wp_nav_menu mega-parent class) */
.site-header .header-nav ul.menu > li.mega-parent { position: relative; }
.site-header:before { content: ''; z-index: -1; background: #000; position: fixed; left: 0; right: 0; width: 100vw; height: 0; border-bottom: 1px solid rgba(255,255,255,.2); top: 0px; transition: opacity 0.3s ease; opacity: 0; }
.site-header.mega-menu-active:before { height: 435px; opacity: 1; }
.site-header .header-nav ul.menu > li.mega-parent > .mega-menu-wrapper { position: absolute; left: calc(100% - 430px); width: 860px; display: flex; flex-direction: column; opacity: 0; pointer-events: none; z-index: 99; transition: opacity ease 0.25s; }
.site-header .header-nav ul.menu > li.mega-parent:hover > .mega-menu-wrapper { opacity: 1; pointer-events: all; }
.site-header .header-nav ul.menu > li.mega-parent .mega-more-link { background: rgba(255,255,255,.3); border-radius: 15px; padding: 15px; margin-top: -20px; display: flex; align-items: center; opacity: 0.7; }
.site-header .header-nav ul.menu > li.mega-parent .mega-more-link:before { content: ''; width: 20px; height: 20px; background: url(../svg/square-plus.svg) no-repeat center; background-size: 20px; display: flex; filter: invert(1); margin-right: 12px; overflow: hidden; border-radius: 5px; }
.site-header .header-nav ul.menu > li.mega-parent .mmw-inner { background: rgba(255, 255, 255, .1); padding: 30px; box-shadow: 0 15px 40px rgba(0, 0, 0, .15); border-radius: 15px; display: flex; width: 100%; }
.site-header .header-nav ul.menu > li.mega-parent .mega-sub-menu { width: 200px; padding: 0; }
.site-header .header-nav ul.menu > li.mega-parent .mega-sub-menu > li > a { color: #fff; padding: 10px 15px; display: flex; font-weight: 600; }
.site-header .header-nav ul.menu > li.mega-parent .mega-sub-menu > li > .sub-menu { position: absolute; left: 100%; top: 0; background: rgba(255,255,255,.05); display: none; min-width: 180px; }
.site-header .header-nav ul.menu > li.mega-parent .mega-sub-menu > li:hover > .sub-menu { display: block; }

/* ============================================
   Site Footer — footer.php (AGENTS: verify against footer.php)
   ============================================ */
.site-footer { box-shadow: 0px 0px 30px rgba(0,0,0,.1); color: #fff; background: var(--dhrobotics-dark); padding: 30px 45px 30px; border-top: 1px solid rgba(255,255,255,.2); }
.site-footer .footer-certified { padding: 90px 0 120px; }
.site-footer .footer-certified h3 { font-size: 40px; }
.site-footer .footer-certified .fc-bottom { display: flex; align-items: center; justify-content: space-between; }

/* Footer top — .footer-top */
.site-footer .footer-top { padding: 30px 0px; position: relative; display: flex; justify-content: space-between; align-items: center; }
.site-footer .footer-top .company-branding { display: flex; justify-content: flex-start; align-items: center; }
.site-footer .footer-top .company-adress { font-size: small; list-style: none; margin: 0; padding: 0; display: flex; gap: 40px; }
.site-footer .footer-top .company-adress .addr-block { margin: 0; padding: 0; display: flex; flex-direction: column; gap: 4px; }
.site-footer .footer-top .company-adress .addr-block li { list-style: none; margin: 0; padding: 0; }
.site-footer .footer-top .company-adress .addr-contact li a.tel-nl:before { content: ''; width: 20px; height: 20px; background-image: url(../images/nl-flag.png); background-repeat: no-repeat; background-position: center left; background-size: 16px; display: inline-block; margin-right: 4px; vertical-align: middle; }
.site-footer .footer-top .company-adress .addr-contact li a.tel-be:before { content: ''; width: 20px; height: 20px; background-image: url(../images/be-flag.png); background-repeat: no-repeat; background-position: center left; background-size: 16px; display: inline-block; margin-right: 4px; vertical-align: middle; }

.site-footer .footer-top .slogan { margin-left: 10px; display: flex; }
.site-footer .footer-top .logo { display: flex; margin-top: -10px; }

/* Footer menu */
.site-footer #footer-menu { display: flex; justify-content: center; border-top: 1px solid rgba(255,255,255,.1); border-bottom: 1px solid rgba(255,255,255,.1); }
.site-footer #footer-menu li { padding: 10px 25px; font-size: 14px; }
.site-footer #footer-menu li a { color: rgba(255,255,255,.4); text-decoration: none; }
.site-footer #footer-menu li:hover a { color: rgba(255,255,255,1); }

/* Footer h4 labels */
.site-footer h4 { font-size: 12px; text-transform: uppercase; letter-spacing: 2px; color: var(--dhrobotics-dark); margin-bottom: 15px; }

/* Footer SVG links */
.site-footer ul li a { display: flex; font-weight: normal; color: #fff; }
.site-footer a svg { max-height: 32px; }
.site-footer a svg path { fill: white; }

/* Payment options */
ul.payment-options { display: flex; align-items: center; align-content: center; }
ul.payment-options li { display: flex; padding-right: 20px; }
ul.payment-options li:last-child { padding: 0; }
ul.payment-options li img { max-width: fit-content; max-height: 30px; }

/* Back to top */
.back-to-top { position: fixed; right: 30px; z-index: 8; width: 45px; height: 45px; display: flex; align-items: center; justify-content: center; border-radius: 50%; background: var(--dhrobotics-light); cursor: pointer; bottom: 60px; opacity: 0; transition: opacity 0.3s ease; }
.back-to-top:after { content: '\f106'; font-family: 'FontAwesome'; color: #fff; font-size: 20px; }
.viewport-1 .back-to-top { opacity: 1; bottom: 75px; }

/* Social grid (FontAwesome icon version — footer.php uses this) */
.social-grid { float: left; margin: 0; padding: 0; }
.social-grid:hover li { opacity: 0.6; }
.social-grid:hover li:hover { opacity: 1; }
.social-grid li { list-style: none; float: left; margin-right: 8px; }
.social-grid li a { display: block; cursor: pointer; border-radius: 50%; }
.social-grid li a:before { content: ''; display: flex; width: 20px; text-align: center; height: 20px; background-size: 10px 10px; background-repeat: no-repeat; background-position: center; }
.social-grid li.facebook a { background-color: #4c66a4; }
.social-grid li.facebook:hover a { background-color: #304169; }
.social-grid li.facebook a:before { background-image: url(../svg/facebook-f.svg); filter: invert(1); }
.social-grid li.twitter a { background: #55acee; }
.social-grid li.twitter:hover a { background: #178ee8; }
.social-grid li.twitter a:before { background-image: url(../svg/twitter.svg); filter: invert(1); }
.social-grid li.instagram a { background: #125688; }
.social-grid li.instagram:hover a { background: #0c395a; }
.social-grid li.instagram a:before { background-image: url(../svg/instagram.svg); filter: invert(1); }
.social-grid li.linkedin a { background: #007bb5; }
.social-grid li.linkedin:hover a { background: #004566; }
.social-grid li.linkedin a:before { background-image: url(../svg/linkedin-in.svg); filter: invert(1); }

/* ============================================
   Footer Bottom (AGENTS: verify against footer.php footer-bottom section)
   ============================================ */
.site-footer .footer-bottom { padding-top: 15px; }
.site-footer .footer-bottom .row { display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 10px; }
.site-footer .footer-bottom .col-6 { flex: 1; }
.site-footer .footer-bottom .col-6:first-child { text-align: left; }
.site-footer .footer-bottom .col-6:last-child { text-align: right; display: flex; align-items: center; gap: 20px; justify-content: flex-end; }