:root{
  --navy:#0e1a2b;        /* deep navy (hero & footer) */
  --accent:#d8272d;      /* red accent (buttons, highlights) */
  --ink:#0b0f14;         /* headings/body */
  --muted:#6c7a86;       /* secondary text */
  --soft:#f4f6f8;        /* light section bg */
  --card:#ffffff;        /* cards */
}

/* Base */
html, body{
  min-height:100%;
}
body{
  margin:0;
  font-family:"Lato", Helvetica, Arial, "Lucida Sans", sans-serif;
  min-height:100vh;
}
main{
  min-height:calc(100vh - 340px);
}
h1, h2, h3, h4, h5, h6{
  font-family:"Lato", Helvetica, Arial, "Lucida Sans", sans-serif;
}
.container,
.container-fluid{
  padding-left:20px;
  padding-right:20px;
}
.bg-navy{ background-color:var(--navy)!important; }
.text-accent{ color:var(--accent)!important; }
.bg-accent{ background-color:var(--accent)!important; }
.btn-accent{
  --bs-btn-bg:var(--accent);
  --bs-btn-border-color:var(--accent);
  --bs-btn-hover-bg:#b41f24;
  --bs-btn-hover-border-color:#b41f24;
  --bs-btn-color:#fff;
}
.bg-body{ background-color:#fff; color:var(--ink); }
.logo-square{ width:22px; height:22px; }

/* Navbar (Eskan style) */
.nav-logo{ height:36px; width:auto; display:block; }
.nav-award{ height:48px; width:auto; display:block; }
.nav-award{
  filter: brightness(0);
}
.navbar{ padding-top:1.2rem; padding-bottom:1.2rem; min-height:96px; }
.navbar-brand{ padding:0; margin:0; display:flex; align-items:center; }
.navbar .container-fluid{ position:relative; }
.navbar .nav-link,
.mega-toggle{
  text-decoration:none;
}
.navbar .nav-link:focus,
.navbar .nav-link:hover,
.mega-toggle:focus,
.mega-toggle:hover{
  text-decoration:none;
}
.site-header{
  position:sticky;
  top:0;
  z-index:1030;
}
.nav-center{
  position:absolute;
  left:50%;
  transform:translateX(-50%);
}
.topbar{
  min-height:50px;
  font-size:.85rem;
  letter-spacing:.02em;
}
.topbar .container-fluid{
  min-height:50px;
  padding-left:0;
  padding-right:0;
}
.topbar-content{ min-height:50px; padding:0 20px 0 0; }
.topbar-media{ height:50px; padding:0; display:flex; align-items:center; }
.topbar-link{
  color:#fff;
  text-decoration:none;
  font-weight:600;
}
.topbar-link:hover{ color:var(--accent); }
.topbar-icon-btn{
  background:transparent;
  border:0;
  padding:0;
}
.topbar-icon{
  width:22px;
  height:22px;
  fill:#fff;
  display:block;
}
.topbar-mobile-menu{
  display:none;
}
.topbar .dropdown-menu{
  min-width:180px;
  border-radius:10px;
  border:1px solid #e5e7eb;
}
.topbar .dropdown-item{
  font-weight:600;
  color:var(--ink);
}
.topbar .dropdown-item:hover{
  color:var(--accent);
  background:#f8f9fb;
}
.topbar-flag{ height:100%; width:auto; display:block; }
.topbar-text{ font-weight:600; }
.mega-toggle{
  font-weight:600;
  color:var(--ink);
  background:transparent;
  border:0;
  padding:.5rem 0;
}
.mega-toggle.active,
.mega-toggle:hover{ color:var(--accent); }
.mega-toggle::after{
  content:" >";
  color:var(--ink);
}

@media (max-width: 991.98px){
  .nav-center{
    position:static;
    transform:none;
  }
  .nav-award{
    display:none;
  }
  .topbar-links{
    display:none !important;
  }
  .topbar-mobile-menu{
    display:block;
  }
  .topbar-content{
    justify-content:flex-end;
  }
  .mega-panel{
    position:static;
    box-shadow:none;
    max-height:none;
    overflow-y:auto;
    overflow-x:hidden;
  }
  .mega-panel.show{
    max-height:none;
  }
}

.mega-panel{
  background:#f9f9f9;
  border-bottom:0;
  box-shadow:none;
  max-height:0;
  overflow:hidden;
  transition:max-height .9s ease;
  position:absolute;
  left:0;
  right:0;
  top:100%;
  z-index:1020;
}
.mega-panel.show{ max-height:600px; }
.mega-panel .carousel-inner{ padding:1.5rem 0 2rem; }
@media (max-width: 991.98px){
  .mega-panel,
  .mega-panel.show{
    max-height:70vh !important;
    overflow-y:auto;
    overflow-x:hidden;
  }
}
.mega-title{
  font-weight:700;
  font-size:.95rem;
  text-transform:uppercase;
  letter-spacing:.08em;
  margin-bottom:.75rem;
}
.mega-list a{
  display:block;
  color:var(--ink);
  text-decoration:none;
  padding:.2rem 0;
}
.mega-tag{
  font-size:.7rem;
  font-weight:700;
  text-transform:uppercase;
  letter-spacing:.08em;
  margin-left:.4rem;
  color:var(--accent);
}
.mega-list a:hover{ color:var(--accent); }
.mega-list a::after{
  content:" >";
  color:var(--ink);
}
.mega-note{
  background:var(--soft);
  border-radius:16px;
  padding:1.5rem;
  font-weight:600;
  color:var(--ink);
}
.about-hero .display-6{
  font-weight:700;
}
.restricted-title{
  color:var(--accent);
}

/* Hero */
.hero{
  color:#fff;
  padding: 6rem 0 5rem;
}
.hero-video{
  position:relative;
  overflow:hidden;
  height:1041px;
  min-height:1041px;
  display:flex;
  align-items:center;
}
.hero-video-bg{
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
  object-fit:cover;
  z-index:0;
}
.hero-overlay{
  position:absolute;
  inset:0;
  background:transparent;
  z-index:1;
}
.hero-content{ position:relative; z-index:2; }
.hero-video{
  align-items:flex-start;
}
.hero-video .hero-content{ padding-top:20vh; }
.btn-hero{
  --bs-btn-bg:#ffffff;
  --bs-btn-color:#111a2a;
  --bs-btn-border-color:transparent;
  --bs-btn-hover-bg:#f2f4f6;
  --bs-btn-hover-color:#111a2a;
  border-radius:50px;
  font-weight:600;
  padding-left:2rem;
  padding-right:2rem;
}
.hero h1{ font-weight:700; letter-spacing:.2px; }
.hero .lead{ color:rgba(255,255,255,.85); }
.hero-video .lead{
  font-size:1.5rem;
}
.hero-category{
  color:var(--ink);
  padding-bottom:1rem;
}
.hero-category .lead{
  color:var(--ink);
}
.hero-category .kicker{
  color:var(--ink);
}
.hero-category .news-meta{
  margin-bottom:10px;
}
.hero-admin{
  color:var(--ink);
  padding-top:0;
  padding-bottom:0;
}
.hero-admin .lead{
  color:var(--ink);
}
.product-intro{
  padding-bottom:.75rem;
  background:#efefef;
}
.product-breadcrumbs{
  font-size:.9rem;
  color:var(--muted);
  display:flex;
  gap:.5rem;
  align-items:center;
  flex-wrap:wrap;
  margin-bottom:1rem;
}
.product-breadcrumbs a{
  color:var(--ink);
  text-decoration:none;
}
.product-divider{
  margin:.75rem 0 0;
  border-top:1px solid #111a2a;
  opacity:1;
}
.product-subtitle{
  font-size:1.2rem;
  color:#2b2b2b;
  max-width:720px;
}
.btn-enquire{
  margin-top:.25rem;
}
.product-hero{
  background:#efefef;
  padding:.25rem 0 2.5rem;
}
.product-hero .container{
  max-width:1280px;
}
.product-hero .hero-media img{
  width:100%;
  height:auto;
  max-height:620px;
  object-fit:contain;
  border-radius:0;
  box-shadow:none;
}
.hero-lightbox{
  display:block;
  border:0;
  padding:0;
  background:transparent;
  width:100%;
  cursor:zoom-in;
}
.hero-modal-img{
  width:100%;
  height:auto;
  max-height:50vh;
  object-fit:contain;
}
.product-hero-modal .modal-dialog{
  max-width:50vw;
}
.product-hero-modal .modal-content{
  margin:0 auto;
}
.product-detail{
  padding-bottom:5rem;
}
.hero-extras{
  display:grid;
  gap:1rem;
}
.badge-tag{
  background:#ffffff;
  color:var(--ink);
  font-weight:700;
  text-transform:uppercase;
  letter-spacing:.08em;
  font-size:.7rem;
  padding:.35rem .6rem;
  border-radius:999px;
}

/* Section spacing */
.section{ padding:4rem 0; }
.news-article-section{
  padding-top:0;
}
.section-soft{ background:var(--soft); }
.feature-section{
  background: url("../images/bg_img_01.jpg") center/cover no-repeat;
  color:#fff;
  min-height:1024px;
  display:flex;
  align-items:center;
  margin-bottom:3rem;
}
.feature-section .container{
  transform: translateY(-200px);
}
.feature-section .text-muted{
  color:rgba(255,255,255,.78) !important;
}
.feature-section p{
  font-size:1.5rem;
  font-weight:300;
}
.feature-section .btn-product{
  --bs-btn-color:#fff;
  --bs-btn-border-color:#fff;
  --bs-btn-hover-bg:#fff;
  --bs-btn-hover-color:#111a2a;
}
.feature-section .product-copy{
  max-width:none;
}
.feature-section .btn-product{
  margin:0 auto;
}
.training-section{
  height:924px;
  display:flex;
  align-items:stretch;
  padding:0;
  overflow:hidden;
}
.training-section .container-fluid{
  height:100%;
  padding-right:0;
}
.training-section .row{
  height:100%;
  align-items:stretch;
}
.training-copy{
  padding:0 60px;
}
.training-image-col{
  height:100%;
  display:flex;
  align-items:stretch;
  justify-content:flex-end;
  overflow:hidden;
}
.training-section .text-muted{
  color:var(--muted);
}
.training-section p{
  font-size:1.5rem;
  font-weight:300;
}
.training-image{
  width:100%;
  height:100%;
  max-width:100%;
  max-height:100%;
  object-fit:contain;
  object-position:right bottom;
  display:block;
}
.enquiry-section{
  background:#f9f9f9;
}
.enquiry-section a{
  color:#111a2a;
}
.enquiry-section a:hover{
  color:#0b0f14;
}
.contact-hero{
  position:relative;
  padding-top:12rem;
  padding-bottom:12rem;
  background:url("../images/bg_img_03.jpg") center/cover no-repeat;
  color:#fff;
}
.contact-hero .display-6{
  font-weight:700;
}
.contact-hero .lead{
  font-size:1.5rem;
}
.contact-hero .container{
  position:relative;
  z-index:1;
}
.contact-hero-overlay{
  position:absolute;
  inset:0;
  background:rgba(0,0,0,.55);
  z-index:0;
}
.contact-map{
  border-radius:18px;
  overflow:hidden;
  border:1px solid #e8ecf1;
  min-height:420px;
}
.contact-map iframe{
  width:100%;
  height:100%;
  min-height:420px;
  border:0;
  display:block;
}
.contact-hero .btn-hero-light{
  border-radius:50px;
  font-weight:600;
  padding:.55rem 2.2rem;
}
.contact-info{
  padding:1.5rem 0;
  color:var(--ink);
  font-size:1.5rem;
}
.contact-info-block{
  margin-bottom:2rem;
}
.contact-info-block:last-child{
  margin-bottom:0;
}
.contact-info-title{
  font-size:1.5rem;
  font-weight:700;
  text-transform:uppercase;
  letter-spacing:.08em;
  margin-bottom:.75rem;
}
.contact-info a{
  color:var(--ink);
  text-decoration:none;
}
.contact-info a:hover{
  text-decoration:underline;
}
.about-hero{
  background:url("../images/bg_img_02.jpg") center/cover no-repeat;
  min-height:1200px;
  padding:6rem 0;
  display:flex;
  align-items:flex-start;
  color:#fff;
}
.about-hero .lead{
  font-size:1.5rem;
}
.about-hero .btn-product{
  --bs-btn-bg:#fff;
  --bs-btn-color:#111a2a;
  --bs-btn-border-color:#fff;
  --bs-btn-hover-bg:#f2f4f6;
  --bs-btn-hover-color:#111a2a;
}
.btn-hero-light{
  --bs-btn-bg:#ffffff;
  --bs-btn-color:#111a2a;
  --bs-btn-border-color:#ffffff;
  --bs-btn-hover-bg:#f2f4f6;
  --bs-btn-hover-color:#111a2a;
}
.about-intro{
  padding-bottom:5rem;
}
.about-intro p{
  font-size:1.5rem;
  font-weight:300;
}
.about-award{
  margin-top:1.5rem;
  width:150px;
  height:auto;
  filter:none;
}
.about-award-king{
  filter:brightness(0);
}
.about-awards{
  display:flex;
  flex-wrap:wrap;
  justify-content:center;
  gap:16px;
  align-items:center;
}
.about-split,
.about-training{
  overflow:hidden;
}
.about-carousel{
  height:100%;
}
.about-carousel-item{
  min-height:600px;
  background-size:cover;
  background-position:center;
}
.about-split-copy{
  padding:150px 80px;
}
.about-split-copy h3{
  font-weight:600;
  margin-bottom:1.5rem;
}
.about-training{
  background:#000;
  border-top:10px solid #000;
  border-bottom:10px solid #000;
}
.about-training .btn-product{
  --bs-btn-color:#fff;
  --bs-btn-border-color:#fff;
  --bs-btn-hover-bg:#fff;
  --bs-btn-hover-color:#111a2a;
}
.about-training-copy{
  padding:150px 80px;
}
.about-training-copy h3{
  font-weight:600;
  margin-bottom:1.5rem;
}
.about-training-copy p{
  color:rgba(255,255,255,.75);
}
.about-training-image{
  min-height:650px;
  height:100%;
  background-size:cover;
  background-position:center;
}
.about-careers{
  padding-top:5rem;
  padding-bottom:5rem;
}
@media (max-width: 991.98px){
  .about-hero{
    min-height:420px;
    padding:4rem 0;
  }
  .about-split-copy,
  .about-training-copy{
    padding:60px 40px;
  }
  .about-carousel-item,
  .about-training-image{
    min-height:360px;
  }
}

/* Cards */
.product-card{
  background:var(--card);
  border:1px solid #e8ecf1;
  border-radius:16px;
  transition: transform .2s ease, box-shadow .2s ease;
}
.product-card:hover{ transform: translateY(-2px); box-shadow:0 10px 24px rgba(0,0,0,.08); }
.category-card-media{
  height:300px;
  overflow:hidden;
  border-top-left-radius:16px;
  border-top-right-radius:16px;
  background:#fff;
  display:flex;
  align-items:center;
  justify-content:center;
}
.category-card-media img{
  width:100%;
  height:100%;
  object-fit:contain;
  display:block;
}

/* Product range */
.product-range .container-fluid{
  padding-left:0;
  padding-right:0;
}
.product-range .row{
  margin-left:0;
  margin-right:0;
}
.product-range .col-lg-4{
  padding-left:5px;
  padding-right:0;
}
.product-range .col-lg-4:first-child{
  padding-left:0;
}
.product-range{
  margin-top:5px;
}
.product-panel{
  padding:6rem 2rem 6.5rem;
  background:#f7f7f7;
  display:flex;
  flex-direction:column;
  align-items:center;
}
.product-panel-divider{
  border-left:0;
  border-right:0;
}
.product-title{
  font-size:1.6rem;
  line-height:1.1;
}
.product-copy{
  max-width:460px;
  font-size:1.4rem;
  margin:0 auto;
  color:#2b2b2b;
  font-weight:300;
}
.product-image-link{
  width:100%;
  display:flex;
  justify-content:center;
}
.product-image{
  width:100%;
  max-width:416px;
  height:auto;
}
.btn-product{
  --bs-btn-bg:transparent;
  --bs-btn-color:#111a2a;
  --bs-btn-border-color:#111a2a;
  --bs-btn-hover-bg:#111a2a;
  --bs-btn-hover-color:#fff;
  border-radius:50px;
  padding:.45rem 2rem;
  font-weight:600;
}

/* News & insights */
.news-filter-form{
  min-width:240px;
}
.news-card{
  overflow:hidden;
  display:flex;
  flex-direction:column;
  border-radius:12px;
}
.news-card-media{
  height:260px;
  overflow:hidden;
  background:#f2f2f2;
  display:flex;
  align-items:center;
  justify-content:center;
}
.news-card-body{
  display:flex;
  flex-direction:column;
  height:100%;
}
.news-card-media img{
  width:100%;
  height:100%;
  object-fit:contain;
  background:#fff;
  display:block;
}
.news-card-placeholder{
  font-size:.9rem;
  color:var(--muted);
}
.news-card-excerpt{
  display:-webkit-box;
  -webkit-line-clamp:3;
  -webkit-box-orient:vertical;
  overflow:hidden;
  font-size:1rem;
}
.news-meta{
  font-size:.95rem;
  color:var(--muted);
  display:flex;
  align-items:center;
  gap:.35rem;
  flex-wrap:wrap;
}
.news-dot{
  font-weight:700;
}
.news-hero-media img{
  width:100%;
  max-width:400px;
  height:auto;
  max-height:400px;
  object-fit:contain;
  border-radius:16px;
  display:block;
  background:#fff;
}
.news-article-card{
  border:1px solid #e8ecf1;
  border-radius:18px;
  overflow:hidden;
  background:linear-gradient(180deg, #ffffff 0%, #f7f8fb 100%);
  box-shadow:0 18px 32px rgba(15,23,42,0.08);
}
.news-hero-media{
  display:flex;
  justify-content:center;
  align-items:center;
  padding:16px;
  background:#f8f9fb;
}
.news-content{
  padding:24px;
}
.news-content p{
  margin-bottom:1.25rem;
  color:#2b2b2b;
}
.news-content a{
  color:var(--accent);
  text-decoration:none;
  border-bottom:1px solid rgba(216,39,45,0.3);
}
.news-content a:hover{
  color:#b41f24;
  border-bottom-color:#b41f24;
}
.news-content{
  font-size:1.05rem;
  line-height:1.75;
  background:linear-gradient(180deg, #ffffff 0%, #f7f8fb 100%);
  border:1px solid #e8ecf1;
  border-radius:18px;
  padding:24px;
  box-shadow:0 18px 32px rgba(15,23,42,0.08);
}
.news-content h2,
.news-content h3,
.news-content h4{
  margin-top:1.5rem;
  margin-bottom:.75rem;
}
.news-related-select{
  max-width:420px;
}
.news-related-card .news-card-media{
  height:220px;
}
.news-related-card{
  border-radius:10px;
}
.news-related-card .news-card-media img{
  object-fit:contain;
  background:#fff;
}
.news-related-card .news-card-media{
  border-top-left-radius:10px;
  border-top-right-radius:10px;
}
.admin-hero-preview{
  max-width:180px;
  margin:0 auto;
  display:block;
}
.news-related-card h3{
  font-weight:600;
}
.news-loading{
  opacity:0.6;
  pointer-events:none;
}
.news-related-card{
  transition:opacity .3s ease, transform .3s ease;
}
.news-related-card.is-hidden{
  opacity:0;
  transform:translateX(24px);
  pointer-events:none;
}
.news-related-card.is-active{
  opacity:1;
  transform:translateX(0);
}
@media (max-width: 991.98px){
  .product-panel{
    padding:5rem 2rem 5.5rem;
  }
  .product-panel-divider{
    border-left:0;
    border-right:0;
    border-top:0;
    border-bottom:0;
  }
  .training-section{
    height:auto;
  }
  .training-image-col{
    height:auto;
  }
  .training-image{
    height:auto;
  }
}
@media (max-width: 767.98px){
  .feature-section{
    min-height:auto;
    padding-bottom:3rem;
  }
  .feature-section .container{
    transform:none;
  }
}

/* Footer */
.site-footer{
  background:#000;
  color:#fff;
  padding:80px 0 50px;
  margin-top:40px;
  clear:both;
}
.footer-logo{
  width:160px;
  height:auto;
}
.footer-list{
  list-style:disc;
  padding-left:1.2rem;
  margin:0;
}
.footer-link{
  color:rgba(255,255,255,.8);
  text-decoration:none;
}
.footer-link:hover{
  color:#fff;
  text-decoration:underline;
}
.footer-heading{
  font-weight:600;
  margin-bottom:10px;
}
.footer-address{
  white-space:pre-line;
  margin-bottom:12px;
  color:rgba(255,255,255,.8);
}
.footer-meta{
  margin-bottom:6px;
}
.footer-award{
  display:flex;
  justify-content:flex-end;
  gap:12px;
  align-items:center;
  flex-wrap:wrap;
}
.footer-award-img{
  width:150px;
  height:auto;
  filter: brightness(0) invert(1);
}
.footer-copy{
  margin-top:30px;
  color:rgba(255,255,255,.7);
}

/* Cookie banner */
.cookie-banner{
  position:fixed;
  left:0;
  right:0;
  bottom:0;
  background:#0b0f14;
  color:#fff;
  padding:14px 18px;
  z-index:1060;
  transform:translateY(100%);
  opacity:0;
  pointer-events:none;
  transition:transform .3s ease, opacity .3s ease;
}
.cookie-banner.is-visible{
  transform:translateY(0);
  opacity:1;
  pointer-events:auto;
}
.cookie-banner-content{
  max-width:1200px;
  margin:0 auto;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:16px;
  flex-wrap:wrap;
}
.cookie-banner-text{
  margin:0;
  font-size:.95rem;
}
.cookie-banner-text a{
  color:#fff;
  text-decoration:underline;
}
.cookie-banner-actions{
  display:flex;
  gap:10px;
}
.cookie-banner-text a{
  color:#fff;
  text-decoration:underline;
}

/* Privacy policy */
.policy-content{
  color:var(--ink);
}
.policy-content p{
  margin-bottom:1rem;
}
.policy-content ol,
.policy-content ul{
  padding-left:1.25rem;
  margin-bottom:1rem;
}
.policy-content table{
  width:100%;
  border-collapse:collapse;
  margin:1.5rem 0;
}
.policy-content table td,
.policy-content table th{
  border:1px solid #e5e7eb;
  padding:12px 14px;
  vertical-align:top;
}
.policy-content .table-with-header tr:first-child td{
  font-weight:600;
  background:#f3f4f6;
}

/* Utilities */
.kicker{
  letter-spacing:.12em;
  text-transform:uppercase;
  font-size:.8rem;
  color:var(--accent);
  font-weight:700;
}

/* Buttons in dark areas */
.navbar-dark .navbar-nav .nav-link.active,
.navbar-dark .navbar-nav .show>.nav-link { color:#fff; }
.nav-shell{ padding:0 20px; }
