/* =====================================================
   Independent Data Solutions - Static Replica
   Design system based on ids-g.com (Marketing Eye theme)
   ===================================================== */

:root {
  --brand: #009F6F;
  --brand-bright: #00b984;
  --brand-dark: #11614a;
  --orange: var(--brand);
  --blue: #27aae1;
  --dark-navy: #262262;
  --body-text: #58595b;
  --footer-bg: #22262b;
  --light-grey: #f1f1f1;
  --border-grey: #c0bcbc;
}

body {
  font-family: 'Roboto', Arial, sans-serif;
  color: var(--body-text);
  font-weight: 300;
  font-size: 16px;
  line-height: 21px;
}

h1, h2, h3, h4, h5, h6 {
  color: var(--dark-navy);
  font-weight: 700;
  font-family: 'Montserrat', Arial, sans-serif;
}

h1, .h2 {
  font-size: 1.8rem;
  margin-bottom: 25px;
  font-weight: 700;
  font-family: 'Montserrat', Arial, sans-serif;
}

h2 { font-size: 1.6rem; margin-bottom: 15px; }
h4 { font-size: 1.2rem; font-weight: 700; margin-bottom: 15px; }

p {
  font-weight: 300;
  font-size: 16px;
  line-height: 21px;
}

a { color: #7ac9ea; }
a:hover { color: #000032; text-decoration: none; }

::selection { background: #a6a6a6; color: #fff; }

.orange { color: var(--orange); }
.blue { color: var(--blue); }
.dark_blue { color: var(--dark-navy); }
.light-blue { color: var(--blue); }
.text-large p { font-size: 24px; line-height: 28px; font-weight: 500; }
.text-large { font-weight: 600; font-size: 28px; line-height: 1.3; }
.white-title, .white-copy { color: #fff; }
.white-title h2, h2.white-title { color: #fff; }
.dark-navy-title { color: var(--dark-navy); }

/* ---------- Buttons ---------- */
.btn-orange button,
.orange_button,
.btn-orange .ubtn,
a.btn-orange {
  background-color: var(--orange) !important;
  color: #fff !important;
  font-weight: bold !important;
  border: 2px solid var(--orange) !important;
  border-radius: 30px;
  padding: 10px 15px !important;
  cursor: pointer;
  text-transform: uppercase;
  font-size: 14px;
  transition: all 0.2s ease-out;
}
.btn-orange button:hover,
.orange_button:hover,
.btn-orange .ubtn:hover {
  background-color: transparent !important;
  color: var(--orange) !important;
}
.btn-white button {
  background-color: #fff !important;
  color: var(--dark-navy) !important;
  font-weight: bold !important;
  border: 2px solid #fff !important;
  border-radius: 30px;
  padding: 10px 15px !important;
}

/* ---------- Header ---------- */
.header { position: relative; }
.header-main-section {
  width: 100%;
  background-color: #000;
  padding: 20px 0;
}
.header-transparent .header-main-section { background: transparent; }
.header-transparent .sticky .header-main-section { background: rgba(255,255,255,.97); }
.header .logo img { margin-bottom: 0; max-height: 56px; width: auto; display: block; }
.header .logo { padding-right: 15px; max-width: 200px; min-width: 200px; }
.header-main-section .header-main-section-right-part { flex: 1; }
@media (min-width: 768px) {
  .header-transparent .header-main-section { padding: 18px 0; }
}
@media (max-width: 767px) {
  .header-main-section .header-main-section-right-part { flex: 0 0 auto; }
  .header-main-section .inner-section-container { flex-direction: inherit; align-items: flex-start !important; }
  .header #navbarNavDropdown {
    background: #fff;
    width: 100%;
    margin-top: 10px;
    border: 1px solid #e5e5e5;
    box-shadow: 0 2px 8px rgba(0,0,0,.1);
  }
  .header #navbarNavDropdown .navbar-nav { display: block !important; text-align: left; width: 100%; padding: 10px 0; }
  .header #navbarNavDropdown .nav-link { color: #262262 !important; padding: 10px 15px; border-bottom: 1px solid #f1f2f2; }
  .header #navbarNavDropdown .nav-link:hover { color: var(--orange) !important; }
  .header #navbarNavDropdown .dropdown-menu {
    position: static !important;
    display: none;
    background: #f7f7f7;
    border: none;
    box-shadow: none;
  }
  .header #navbarNavDropdown .dropdown-menu.show { display: block; }
  .header #navbarNavDropdown .dropdown-item { color: #58595b; padding: 8px 25px; }
  .header #navbarNavDropdown .dropdown-item:hover { background: var(--orange); color: #fff; }
}

.header-secondary-section {
  background-color: #00835d;
  padding: 12px 0;
}
.header-secondary-section-right-part { display: flex; align-items: center; justify-content: flex-end; }
.contact-info-wrapper { margin-right: 17px; text-align: left; }
.contact-info-wrapper .contact-detail { color: #FFF; text-decoration: none; transition: all .2s ease-out; }
.contact-info-wrapper .contact-detail:hover { color: var(--dark-navy); }
.contact-info-wrapper i { color: #FFF; font-size: 22px; margin-right: 10px; }
.contact-info-wrapper .contact-detail-phone { display: flex; align-items: center; }

.social-media-list-wrapper .fa {
  padding: 5px 0;
  width: 27px;
  border-radius: 50%;
  text-decoration: none;
  margin: 0 6px;
  text-align: center;
  background-color: transparent;
  color: #FFF;
  font-size: 14px;
  border: 1px solid #FFF;
  transition: all .2s ease-out;
  display: inline-block;
}
.social-media-list-wrapper .fa:hover { background: var(--blue); border-color: var(--blue); color: #fff; }

.cta-wrapper .call-to-action-button {
  cursor: pointer;
  color: #FFF;
  padding: 1px 0 1px 16px;
  display: inline-block;
}
.cta-wrapper .call-to-action-button:hover { color: var(--orange); }
.cta-wrapper .call-to-action-button i { color: #FFF; font-size: 18px; margin-right: 5px; }

/* Navbar */
.navbar { padding-left: 0; padding-right: 0; display: block; }
#navbarNavDropdown { margin-top: 0; }
@media (min-width: 768px) {
  .header .navbar-nav { display: flex !important; flex-direction: row; text-align: right; align-items: center; }
  .header .navbar-nav > .menu-item { display: inline-block; padding-left: 10px; padding-right: 10px; }
  .header .navbar-nav > .menu-item > a {
    font-weight: 500;
    width: 100%;
    position: relative;
    white-space: nowrap;
    text-align: left;
    text-transform: capitalize;
    color: #262262 !important;
    padding: 12px 0;
  }
  .header .navbar-nav > .menu-item > a:hover { color: var(--blue); }
  .header .navbar-nav > .menu-item > ul.dropdown-menu > .menu-item:hover,
  .header .navbar-nav > .menu-item > ul.dropdown-menu > .menu-item:focus,
  .header .navbar-nav > .menu-item > ul.dropdown-menu > .menu-item a:hover {
    background-color: var(--orange);
    transition: all .2s ease-out;
  }
  .header .navbar-nav > .menu-item > ul.dropdown-menu > .menu-item:hover a,
  .header .navbar-nav > .menu-item > ul.dropdown-menu > .menu-item:focus a { color: #fff; }
  .header .dropdown-menu {
    background: #fff;
    border: none;
    border-top: 3px solid var(--orange);
    border-radius: 0 0 4px 4px;
    display: none;
    box-shadow: 0 8px 24px rgba(0,0,0,.14);
    padding: 8px 0;
  }
  /* Show submenu on hover (desktop) with smooth fade */
  .header .dropdown-menu.show,
  .header .dropdown:hover > .dropdown-menu {
    display: block;
    animation: dropdownFade .3s ease forwards;
  }
  .header .navbar-nav > .menu-item > ul.dropdown-menu > .menu-item > a { min-width: 200px; }
  .header .dropdown-item { white-space: normal; color: #000; padding: 9px 20px; }
  .header .dropdown-item:hover { background: var(--orange); color: #fff; }
  /* Hide dropdown caret arrow */
  .header .dropdown-toggle::after { display: none !important; }
}
.navbar-dark .navbar-toggler { border-color: #7ac9ea; background-color: #7ac9ea; }

@keyframes dropdownFade {
  from { opacity: 0; transform: translateY(12px); }
  to { opacity: 1; transform: translateY(0); }
}

/* Page banner */
.header-banner { color: #fff; background-color: #7ac9ea; background-size: cover; background-position: 50% 50%; background-repeat: no-repeat; }
.header-banner .inner-section-container { align-items: center; min-height: 300px; padding-top: 50px; padding-bottom: 30px; }
.header-banner .overlay { position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: rgba(0,0,0,.3); }
.header-banner .title-wrapper { position: relative; z-index: 1; }
.header .title-wrapper .page-title { color: var(--dark-navy); text-transform: none; font-size: 1.7rem; }
.header-banner .page-title { color: #fff; }

/* Sticky header - only the menu bar sticks, smooth */
.header-top { position: relative; z-index: 999; }
.header-top .header-main-section {
  transition: box-shadow .35s ease, background-color .35s ease, padding .35s ease;
}
.header-top.sticky .header-main-section {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 9999;
  background: rgba(255,255,255,.97);
  box-shadow: 0 4px 18px rgba(0,0,0,.12);
  padding-top: 14px;
  padding-bottom: 14px;
}
.header-top.sticky .header-secondary-section { display: none; }
body.has-sticky-header { padding-top: 0; }
@media (max-width: 767px) {
  .header-top.sticky .header-main-section { padding-top: 12px; padding-bottom: 12px; }
}

/* ---------- Generic layout helpers ---------- */
.d-flex { display: flex; align-items: center; justify-content: center; }
.section-equal-height { background-image: url('../images/Home_Background_Image.jpg'); background-size: cover; background-position: center; }
.grey-overlay-box { background-color: #f1f1f1; padding: 80px 50px 40px; }
.braket-copy { font-size: 20px; line-height: 24px; font-weight: 500; }
.ul-padding-0 ul { padding-left: 16px; }

/* Braket block */
.braket-block-inner { position: relative; }
.braket { position: absolute; top: 0; left: 0; width: 24px; height: 100%; z-index: 15; overflow: hidden; }
.braket div:first-child, .braket div:last-child, .braket > div:nth-child(2) > span { background-color: var(--orange); }
.braket div:first-child, .braket div:last-child {
  transform: translateZ(0);
  opacity: 1;
  position: absolute;
  top: 0;
  left: 10px;
  width: 12px;
  height: 10px;
  z-index: 999;
}
.braket-block-content { padding: 30px 0 20px 30px; }
.braket > div:nth-child(2) { position: absolute; top: 0; left: 0; width: 10px; height: 100%; overflow: hidden; }
.braket > div:nth-child(2) span { transform: translateZ(0); width: 100%; height: 100%; display: block; }
.et-braket-block .braket > div:last-child { top: auto; bottom: 0; }

/* ---------- Homepage hero ---------- */
.hero-section {
  background-image: url('../images/IDS_Homepage_banner_02.jpg');
  background-size: cover;
  background-position: center;
  min-height: 520px;
  display: flex;
  align-items: center;
}
.banner-copy {
  color: #fff;
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 1.3;
}
@media (max-width: 767px) {
  .hero-section { min-height: 320px; }
  .banner-copy { font-size: 1.5rem; }
}
.hero-btn { margin-top: 20px; }

/* Orange band */
.orange-band { background-color: var(--orange); padding: 40px 0; }
.orange-band .white-title { color: #fff; }

/* ---------- Vendor cards (rect-box) ---------- */
.rect-box { margin-bottom: 20px; border-top: 1px solid #ccc; }
.rect-box .ult-content-box {
  background-color: #fff;
  padding: 25px 20px 20px;
  border: 1px solid #fff;
  transition: all 700ms ease 0s;
  height: 100%;
  box-shadow: 1px 1px 15px -2px rgb(0 0 0 / 30%);
}
.rect-box .ult-content-box:hover { border-color: #a8a8a8; }
.rect-box .ult-content-box-anchor p { font-size: 14px; color: var(--body-text); }
.rect-box .ult-content-box-anchor:hover p { color: var(--body-text); }
.rect-box .wpb_single_image { margin-bottom: 20px; }
.rect-box h4 { margin-bottom: 20px; }
.rect-box-copy { height: 170px; margin-bottom: 20px !important; overflow:hidden; }
.vendor-card-img { text-align: center; margin-bottom: 20px; }
.vendor-card-img img { max-height: 60px; width: auto; }
.product-card-img { text-align: center; }
.product-card-img img { max-width: 100%; height: auto; max-height: 200px; }

/* ---------- Full-width side image ---------- */
.fullwidth-side-image-wrapper .fullwidth-side-image-image-column { padding-right: 0; padding-left: 0; min-height: 400px; background-size: cover; background-position: 50% 50%; }
.fullwidth-side-image-wrapper .fullwidth-side-image-content-column { padding-top: 40px; padding-bottom: 40px; padding-left: 15px; padding-right: 15px; }
@media (min-width: 768px) {
  .fullwidth-side-image-wrapper.image-right .fullwidth-side-image-content-column { padding-right: 4%; }
  .fullwidth-side-image-wrapper.image-left .fullwidth-side-image-content-column { padding-left: 4%; }
  .fullwidth-side-image-wrapper .fullwidth-side-image-content-column.normal-padding { padding-top: 80px; padding-bottom: 80px; }
  .full-img-bg-600 .vc_column-inner { min-height: 600px; background-position: 50% 50%; }
  .overlay-right-copy {
    position: absolute !important;
    top: 50%;
    transform: translateY(-50%);
  }
}
.white-overlay-box { background-color: #fff; padding: 60px 70px 30px; }
@media (max-width: 767px) { .white-overlay-box { padding: 0; } }

/* ---------- AS SEEN IN MEDIA ---------- */
.media-band { background-color: var(--footer-bg); padding: 20px; color: #fff; }
.media-band h2 { color: #fff; margin-bottom: 0; }
.media-band img { max-width: 100%; height: auto; }

/* ---------- Support CTA ---------- */
.support-cta {
  background-image: url('../images/new-support-image-2000x400-1.png');
  background-size: cover;
  background-position: center;
  padding: 55px 0;
}
.support-cta .white-title { color: #fff; }

/* ---------- Blog / News post grid ---------- */
.blog-news .item,
.page-news .item {
  border: 1px solid var(--border-grey);
  padding: 20px 20px 15px;
  margin-bottom: 20px;
  transition: all 700ms ease 0s;
  background: #fff;
}
.blog-news .item:hover,
.page-news .item:hover { border-color: #a8a8a8; }
.page-news .title_link a, .blog-news .title_link a { font-size: 1rem; color: var(--dark-navy); font-weight: 700; transition: all .2s ease-out; }
.page-news .title_link a:hover, .blog-news .title_link a:hover { color: var(--blue); }
.blog-news .excerpt, .blog-news .title_link, .blog-news .read_more { padding: 10px 30px 0 !important; display: block; }
.blog-news .excerpt a, .page-news .excerpt a { display: block; font-size: 14px; color: var(--blue); font-weight: 700; text-transform: uppercase; margin-top: 10px; margin-bottom: 30px !important; }
.blog-news .read_more { margin-bottom: 20px !important; }
.blog-news .post_date, .page-news .post_date {
  position: absolute;
  top: 0;
  left: 15px;
  background-color: var(--orange);
  padding: 5px 10px;
  color: #fff;
}
.blog-news .layout-wrapper, .page-news .layout-wrapper { position: relative; }
.post-grid .item { height: 465px; min-height: 465px; max-height: 465px; overflow: hidden; }
.grid-items { text-align: center; }
/* Homepage blog grid: 3 per row */
#post-grid-130 .grid-items,
.home .blog-news .grid-items {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
}
#post-grid-130 .item,
.home .blog-news .item {
  width: calc(33.333% - 20px);
  margin: 10px 0;
  display: inline-block;
  vertical-align: top;
}
.post-grid .item { width: 360px; display: inline-block; margin: 10px; vertical-align: top; }
@media (max-width: 1023px) {
  .post-grid .item { width: 280px; }
  #post-grid-130 .item,
  .home .blog-news .item { width: calc(50% - 20px); }
}
@media (max-width: 767px) {
  .post-grid .item { width: 90%; }
  #post-grid-130 .item,
  .home .blog-news .item { width: 90%; }
}
.layer-content { padding: 15px 30px 25px !important; display: block; }
.layer-content .title_link { text-align: center; }
.layer-content .excerpt { font-size: 15px; margin: 10px 0; text-align: center; }
.layer-content .read_more { text-align: center; font-weight: 500; }
.post-thumb { overflow: hidden; max-height: 201px; }
.post-thumb img { max-width: 100%; height: auto; }

/* Client logos carousel */
.client-logo img { margin: 0 auto; max-height: 90px; width: auto; opacity: .8; }
.client-logo img:hover { opacity: 1; }

/* ---------- Footer ---------- */
#wrapper-footer { background: #1b1e23; color: #c8ccd4; font-size: 14px; line-height: 1.8; }
#wrapper-footer a { color: #c8ccd4; font-size: 14px; transition: color .2s ease; }
#wrapper-footer a:hover { color: var(--orange); text-decoration: none; }

.footer-main {
  padding: 65px 0 50px;
  background:
    radial-gradient(circle at 85% 15%, rgba(39,170,225,.08), transparent 45%),
    #1b1e23;
  border-bottom: 1px solid rgba(255,255,255,.08);
}
.footer-col { margin-bottom: 30px; }

/* Brand column */
.footer-logo { display: inline-block; margin-bottom: 18px; }
.footer-logo img { max-width: 170px; height: auto; opacity: .95; }
.footer-about { color: #a6abb5; font-size: 13.5px; line-height: 1.75; margin-bottom: 20px; max-width: 340px; }

.footer-social { display: flex; gap: 10px; }
.footer-social a {
  width: 38px;
  height: 38px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255,255,255,.2);
  border-radius: 50%;
  color: #fff;
  font-size: 15px;
  transition: all .25s ease;
}
.footer-social a:hover {
  background: var(--orange);
  border-color: var(--orange);
  color: #fff;
  transform: translateY(-3px);
}

/* Link columns */
.footer-title {
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: .5px;
  text-transform: uppercase;
  margin-bottom: 20px;
  position: relative;
  padding-bottom: 12px;
}
.footer-title:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 34px;
  height: 3px;
  border-radius: 2px;
  background: linear-gradient(90deg, var(--orange), var(--blue));
}
.footer-links, .footer-contact { list-style: none; padding: 0; margin: 0; }
.footer-links li { margin-bottom: 10px; }
.footer-links a { position: relative; display: inline-block; padding-left: 0; transition: padding-left .2s ease, color .2s ease; }
.footer-links a:hover { color: var(--orange); padding-left: 10px; }
.footer-links a:hover:before {
  content: "\f105";
  font-family: "FontAwesome";
  position: absolute;
  left: -2px;
  top: 0;
  color: var(--orange);
}

/* Contact column */
.footer-contact li { display: flex; align-items: flex-start; margin-bottom: 14px; color: #a6abb5; }
.footer-contact i {
  color: var(--orange);
  font-size: 15px;
  width: 24px;
  margin-top: 4px;
  flex-shrink: 0;
}
.footer-contact a:hover { color: var(--orange); }

.footer-cta-btn {
  display: inline-block;
  margin-top: 6px;
  padding: 10px 26px;
  background: linear-gradient(90deg, var(--orange), var(--brand-bright));
  color: #fff !important;
  font-weight: 600;
  font-size: 13px;
  letter-spacing: .8px;
  text-transform: uppercase;
  border-radius: 30px;
  box-shadow: 0 6px 18px rgba(0,159,111,.3);
  transition: all .3s ease;
}
.footer-cta-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 24px rgba(0,159,111,.45);
  color: #fff !important;
}

/* Bottom bar */
.footer-bottom { padding: 18px 0; }
.footer-bottom-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 8px;
}
.footer-bottom-row .footer-copy { color: #7c828c; font-size: 13px; }
.footer-legal { display: flex; gap: 22px; }
.footer-legal a { color: #7c828c; font-size: 13px; }
.footer-legal a:hover { color: var(--orange); }

@media (max-width: 991px) {
  .footer-main { padding: 50px 0 30px; }
  .footer-contact-col { margin-bottom: 10px; }
}
@media (max-width: 767px) {
  .footer-main { padding: 45px 0 20px; }
  .footer-bottom-row { justify-content: center; text-align: center; }
  .header-secondary-section-right-part { display: none !important; }
  .header-main-section .header-main-section-left-part { flex-direction: column; padding-top: 10px; padding-bottom: 10px; }
  .contact-info-wrapper-mobile { display: flex; margin-top: 10px; }
  .contact-info-wrapper-mobile .social-media-list-wrapper, .contact-info-wrapper-mobile .contact-info-wrapper { width: 50%; }
  .contact-info-wrapper-mobile .social-media-list-wrapper { text-align: right !important; }
  .header .navbar-toggler { display: block; }
}

/* Back to top */
.back-to-top {
  width: 43px;
  height: 43px;
  line-height: 40px;
  border-radius: 50%;
  color: #fff;
  background: rgba(26,28,31,.3);
  text-align: center;
  display: inline-block;
  position: fixed;
  right: 70px;
  bottom: 80px;
  font-size: 20px;
  z-index: 2;
  cursor: pointer;
  border: none;
}
.back-to-top:hover { background: var(--orange); }

/* ---------- Tables (datasheets) ---------- */
.tablepress { border-collapse: collapse; width: 100%; margin: 0 auto 1rem; }
.tablepress thead th { background-color: #d9edf7; color: #111; font-weight: 700; padding: .5rem; border-top: 1px solid #ddd; }
.tablepress td { padding: .5rem; border-top: 1px solid #ddd; }
.tablepress tbody tr:nth-child(even) td { background-color: #f9f9f9; }
.btn-download {
  display: inline-block;
  background: var(--blue);
  color: #fff;
  padding: 5px 15px;
  border-radius: 3px;
  font-size: 13px;
}
.btn-download:hover { background: var(--dark-navy); color: #fff; }

/* ---------- Tabs ---------- */
.service_tabs .nav-tabs .nav-link {
  background-color: #e8eeec;
  color: #666;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  border: 1px solid #fff;
  font-size: 14px;
  font-weight: 400;
  margin-right: 2px;
}
.service_tabs .nav-tabs .nav-link.active {
  background-color: #508fcc;
  color: #fff;
}
.tab-pane { background-color: #fff; padding: 20px; border: 1px solid #e5e5e5; border-top: none; }

/* ---------- Case studies ---------- */
.casestudy_row { margin-bottom: 20px; }
.case-study-copy { text-align: left; }
.case-study-copy p { padding-right: 16px; }
.case-study-copy h5 { color: var(--body-text); }
.case-study-img { text-align: left; }
.case-study-img img { max-width: 100%; height: auto; }
#PaginationCaseStudy { list-style: none; display: flex; align-items: center; justify-content: center; margin: 20px 2px 60px; }
#PaginationCaseStudy li a { background: var(--blue) !important; color: #fff; font-size: 16px; margin: 5px 2px; cursor: pointer; padding: 7px 15px; text-decoration: none; }

/* ---------- Certifications ---------- */
.cert-box { border: 1px solid #e5e5e5; background: #fff; padding: 25px; margin-bottom: 30px; min-height: 380px; }
.cert-box img { max-height: 90px; margin-bottom: 15px; }
.cert-box h5 { color: var(--dark-navy); font-weight: 700; margin-bottom: 10px; }
.cert-box p { font-size: 14px; }

/* ---------- Contact ---------- */
.contact-section { background: var(--light-grey); }
.contact-intro { max-width: 620px; margin-left: auto; margin-right: auto; }
.contact-info-col { margin-bottom: 30px; }
.contact-sub-title {
  font-size: 18px;
  font-weight: 700;
  color: var(--dark-navy);
  margin-bottom: 18px;
  position: relative;
  padding-bottom: 10px;
}
.contact-sub-title:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 34px;
  height: 3px;
  border-radius: 2px;
  background: linear-gradient(90deg, var(--orange), var(--blue));
}
.contact-list-details { list-style: none; padding: 0; }
.contact-list-details li { display: flex; align-items: flex-start; margin-bottom: 14px; font-size: 15px; }
.contact-list-details i { color: var(--orange); font-size: 17px; width: 26px; margin-top: 3px; }
.contact-social { margin-top: 18px; }
.contact-social .fa { border-color: var(--dark-navy); color: var(--dark-navy); }
.contact-social .fa:hover { background: var(--orange); border-color: var(--orange); color: #fff; }
.contact-form input[type="text"], .contact-form input[type="email"], .contact-form textarea {
  width: 100%;
  margin-bottom: 15px;
  padding: 12px 15px;
  border: 1px solid #d5d5d5;
  border-radius: 4px;
  background: #fff;
  font-size: 14px;
}
.contact-form input[type="text"]:focus, .contact-form input[type="email"]:focus, .contact-form textarea:focus {
  outline: none;
  border-color: var(--blue);
  box-shadow: 0 0 0 3px rgba(39,170,225,.12);
}
.contact-form input[type="submit"] {
  background-color: var(--orange);
  color: #fff;
  width: 170px;
  border: 2px solid var(--orange);
  border-radius: 30px;
  text-transform: capitalize;
  padding-top: 10px;
  padding-bottom: 10px;
  cursor: pointer;
  transition: all .2s ease-out;
}
.contact-form input[type="submit"]:hover { background-color: transparent; color: var(--orange); border-color: var(--orange); }
.contact-form input[type="submit"]:disabled { opacity: .6; cursor: not-allowed; }
.contact-form ::placeholder { color: #a0a0a0; font-weight: 300; }
.form-status {
  display: none;
  padding: 10px 14px;
  margin-bottom: 15px;
  border-radius: 4px;
  font-size: 14px;
  font-weight: 400;
}
.form-status.form-success { display: block; background: #e8f5e9; color: #2e7d32; border: 1px solid #a5d6a7; }
.form-status.form-error { display: block; background: #fdecea; color: #c62828; border: 1px solid #ef9a9a; }
.form-status.form-loading { display: block; background: #e3f2fd; color: #1565c0; border: 1px solid #90caf9; }
.contact-list-details a { color: var(--body-text); }
.contact-detail.location { display: block; margin-top: 10px; }

/* ---------- Product pages ---------- */
.product-hero { padding: 40px 0; }
.product-intro { padding: 40px 0 10px; }
.quick-links { background: #f7f7f7; padding: 15px 20px; border-left: 4px solid var(--orange); }
.quick-links ul { list-style: none; padding: 0; margin: 0; }
.quick-links ul li { margin-bottom: 5px; }
.quick-links ul li a { color: var(--blue); font-weight: 500; }
.product-section { padding: 40px 0; }
.product-section.alt { background-color: var(--light-grey); }
.feature-list { padding-left: 18px; }
.feature-list li { margin-bottom: 8px; }
.solution-tabs .nav-pills .nav-link { background: #e8eeec; color: #666; border-radius: 20px 20px 0 0; margin-right: 4px; font-size: 14px; }
.solution-tabs .nav-pills .nav-link.active { background: #508fcc; color: #fff; }
.solution-tab-pane { background: #fff; padding: 25px; border: 1px solid #e5e5e5; }

/* Spacer helper */
.spacer-70 { height: 70px; }
.spacer-50 { height: 50px; }
.spacer-40 { height: 40px; }
.spacer-20 { height: 20px; }
@media (max-width: 767px) { .spacer-70, .spacer-50, .spacer-40 { height: 30px; } }

/* FadeIn animations */
.wpb_animate_when_almost_visible { opacity: 1; }
@keyframes fadeInRight { from { opacity: 0; transform: translateX(40px); } to { opacity: 1; transform: translateX(0); } }
.fadeInRight { animation: fadeInRight .8s ease; }

/* ---------- Scroll reveal animations ---------- */
.reveal {
  opacity: 0;
  transition: opacity .9s cubic-bezier(.25,.46,.45,.94), transform .9s cubic-bezier(.25,.46,.45,.94);
  will-change: opacity, transform;
}
.reveal-left { transform: translateX(-60px); }
.reveal-right { transform: translateX(60px); }
.reveal-top { transform: translateY(-60px); }
.reveal-bottom { transform: translateY(60px); }
.reveal-zoom { transform: scale(.8); }
.reveal-visible {
  opacity: 1;
  transform: translateX(0) translateY(0) scale(1);
}
@media (prefers-reduced-motion: reduce) {
  .reveal { opacity: 1; transform: none; transition: none; }
}

/* Newsletter popup */
.newsletter-popup { position: fixed; top: 0; left: 0; right: 0; bottom: 0; background: rgba(0,0,0,.8); z-index: 99999; display: none; align-items: center; justify-content: center; }
.newsletter-popup.show { display: flex; }
.newsletter-popup .popup-box { background: var(--orange); color: #fff; max-width: 640px; width: 90%; padding: 30px; position: relative; border-radius: 6px; }
.newsletter-popup .popup-box h2 { color: #fff; margin-bottom: 20px; }
.newsletter-popup .popup-close { position: absolute; top: 4px; right: 4px; background: none; border: none; color: #fff; font-size: 20px; cursor: pointer; }
.newsletter-popup input[type="text"], .newsletter-popup input[type="email"] { width: 100%; margin-bottom: 15px; padding: 10px; border: 1px solid #dadada; border-radius: 4px; }
.newsletter-popup input[type="submit"] { background-color: var(--orange); color: #fff; width: 150px; border: 2px solid #fff; border-radius: 30px; text-transform: capitalize; padding: 10px; cursor: pointer; }

/* Footer address */
.footer-address { color: var(--body-text); font-size: 10px; line-height: 16px; margin-top: 30px; }

/* ---------- Admin edit mode ---------- */
.admin-edit-bar {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 10000;
  background: #22262b;
  color: #fff;
  padding: 10px 0;
  box-shadow: 0 4px 18px rgba(0,0,0,.3);
  font-size: 13px;
}
.admin-edit-label i { color: var(--orange); margin-right: 6px; }
.admin-edit-actions { display: flex; align-items: center; gap: 14px; }
.admin-save-btn {
  background: var(--orange);
  color: #fff;
  border: 2px solid var(--orange);
  border-radius: 30px;
  padding: 7px 20px;
  font-weight: 600;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: .5px;
  cursor: pointer;
  transition: all .2s ease;
}
.admin-save-btn:hover { background: transparent; color: var(--orange); }
.admin-save-btn:disabled { opacity: .6; cursor: not-allowed; }
.admin-logout-link { color: #c8ccd4; text-decoration: none; }
.admin-logout-link:hover { color: var(--orange); }
.admin-images-link {
  color: #fff;
  background: rgba(255,255,255,.12);
  border: 1px solid rgba(255,255,255,.25);
  border-radius: 30px;
  padding: 7px 18px;
  font-size: 13px;
  font-weight: 500;
  text-decoration: none;
  transition: all .2s ease;
}
.admin-images-link:hover { background: var(--blue); border-color: var(--blue); color: #fff; }
body.is-admin { padding-top: 44px; }
body.is-admin .header-top.sticky .header-main-section { top: 44px; }
@media (max-width: 767px) {
  .admin-edit-label { display: none; }
  .admin-edit-bar .container { justify-content: flex-end !important; }
}

/* Editable areas */
body.is-admin .editable {
  outline: 2px dashed rgba(0,159,111,.55);
  outline-offset: 3px;
  cursor: pointer;
  transition: outline-color .2s ease, background .2s ease;
  border-radius: 3px;
}
body.is-admin .editable:hover { outline-color: var(--orange); background: rgba(0,159,111,.06); }
body.is-admin .editable.editing {
  outline: 2px solid var(--orange);
  background: rgba(255,255,255,.92);
  cursor: text;
  box-shadow: 0 4px 18px rgba(0,0,0,.15);
}
body.is-admin .white-copy.editable.editing,
body.is-admin .white-title.editable.editing { background: rgba(34,38,43,.85); }
body.is-admin .footer-copy .editable.editing { color: #1b1e23; }

/* ---------- Login page ---------- */
.login-page {
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  background:
    radial-gradient(circle at 20% 20%, rgba(39,170,225,.12), transparent 50%),
    radial-gradient(circle at 80% 80%, rgba(0,159,111,.12), transparent 50%),
    #f1f2f6;
}
.login-wrap { width: 100%; padding: 20px; }
.login-box {
  max-width: 420px;
  margin: 0 auto;
  background: #fff;
  border-radius: 10px;
  padding: 40px 35px;
  box-shadow: 0 18px 50px rgba(0,0,0,.12);
  text-align: center;
}
.login-logo img { max-height: 54px; margin-bottom: 20px; }
.login-title {
  font-size: 24px;
  font-weight: 700;
  color: var(--dark-navy);
  margin-bottom: 4px;
}
.login-sub { color: #818285; font-size: 14px; margin-bottom: 24px; }
.login-error {
  background: #fdecea;
  color: #c62828;
  border: 1px solid #ef9a9a;
  border-radius: 6px;
  padding: 10px 14px;
  font-size: 14px;
  margin-bottom: 18px;
}
.login-form .form-group { text-align: left; }
.login-form label { font-weight: 500; font-size: 14px; color: #58595b; }
.login-form .form-control {
  padding: 10px 14px;
  border: 1px solid #d5d5d5;
  border-radius: 6px;
}
.login-form .form-control:focus { border-color: var(--blue); box-shadow: 0 0 0 3px rgba(39,170,225,.12); }
.login-btn {
  width: 100%;
  background: linear-gradient(90deg, var(--orange), var(--brand-bright));
  color: #fff;
  border: none;
  border-radius: 30px;
  padding: 12px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  cursor: pointer;
  transition: all .25s ease;
  box-shadow: 0 6px 18px rgba(0,159,111,.3);
}
.login-btn:hover { transform: translateY(-2px); box-shadow: 0 10px 24px rgba(0,159,111,.45); }
.login-back { display: inline-block; margin-top: 20px; color: #818285; font-size: 13px; }
.login-back:hover { color: var(--dark-navy); text-decoration: none; }

/* ---------- Image manager page ---------- */
.img-manager-page { background: #f1f2f6; min-height: 100vh; }
.img-manager-wrap { padding-bottom: 60px; }
.img-manager-header {
  background: #22262b;
  color: #fff;
  padding: 28px 0 22px;
  margin-bottom: 24px;
}
.img-manager-title h1 { color: #fff; font-size: 22px; margin-bottom: 4px; }
.img-manager-title h1 i { color: var(--orange); margin-right: 8px; }
.img-manager-title p { color: #a6abb5; font-size: 14px; margin: 0; }
.img-manager-actions { display: flex; gap: 14px; align-items: center; }
.img-manager-actions a { color: #c8ccd4; font-size: 14px; text-decoration: none; }
.img-manager-actions a:hover { color: var(--orange); }
.img-filter { margin-bottom: 20px; max-width: 420px; }
.img-filter .form-control { padding: 10px 14px; border-radius: 30px; border: 1px solid #d5d5d5; }
.img-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(230px, 1fr)); gap: 18px; }
.img-card {
  background: #fff;
  border: 1px solid #e5e5e5;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 2px 8px rgba(0,0,0,.06);
  transition: box-shadow .2s ease;
}
.img-card:hover { box-shadow: 0 8px 24px rgba(0,0,0,.12); }
.img-thumb {
  height: 150px;
  background: #f7f7f7;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
  border-bottom: 1px solid #eee;
}
.img-thumb img { max-width: 100%; max-height: 100%; object-fit: contain; }
.img-info { padding: 12px 14px 16px; }
.img-name {
  font-size: 12px;
  font-weight: 500;
  color: #58595b;
  word-break: break-all;
  margin-bottom: 12px;
}
.img-replace-form { display: flex; flex-direction: column; gap: 8px; }
.img-file-label {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  border: 1px dashed #c0bcbc;
  border-radius: 6px;
  padding: 8px 10px;
  font-size: 13px;
  color: #58595b;
  cursor: pointer;
  transition: all .2s ease;
  text-align: center;
}
.img-file-label:hover { border-color: var(--blue); color: var(--blue); }
.img-file-label i { color: var(--blue); }
.img-file-name { font-size: 12px; color: #818285; min-height: 16px; word-break: break-all; }
.img-replace-btn {
  background: var(--orange);
  color: #fff;
  border: 2px solid var(--orange);
  border-radius: 30px;
  padding: 8px 14px;
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
  cursor: pointer;
  transition: all .2s ease;
}
.img-replace-btn:hover:not(:disabled) { background: transparent; color: var(--orange); }
.img-replace-btn:disabled { opacity: .5; cursor: not-allowed; }
.img-status { font-size: 13px; min-height: 18px; }
.img-status.ok { color: #2e7d32; }
.img-status.err { color: #c62828; }
.img-empty { text-align: center; color: #818285; padding: 40px 0; font-size: 15px; }
@media (max-width: 767px) {
  .img-manager-actions { margin-top: 12px; }
  .img-grid { grid-template-columns: repeat(auto-fill, minmax(160px, 1fr)); gap: 12px; }
  .img-thumb { height: 110px; }
}

/* ---------- Product detail page ---------- */
.product-detail-hero {
  padding: 60px 0 50px;
  background: #fff;
}
.product-detail-img-box {
  border: 1px solid #e5e5e5;
  border-radius: 10px;
  padding: 30px;
  background: #fafafa;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 320px;
}
.product-detail-img-box img { max-width: 100%; max-height: 320px; object-fit: contain; }
.product-detail-title {
  font-size: 1.9rem;
  color: var(--dark-navy);
  margin-bottom: 18px;
}
.product-detail-short p { font-size: 16px; line-height: 1.7; color: var(--body-text); }
.product-detail-cta { margin-top: 10px; display: inline-block; }
.product-detail-back {
  display: inline-block;
  margin-left: 18px;
  color: var(--blue);
  font-weight: 500;
  font-size: 14px;
}
.product-detail-back:hover { color: var(--dark-navy); text-decoration: none; }
.product-detail-section { padding: 50px 0; background: #fff; }
.product-detail-section.alt { background: var(--light-grey); }
.product-detail-h2 {
  font-size: 1.4rem;
  color: var(--dark-navy);
  margin-bottom: 20px;
  position: relative;
  padding-bottom: 10px;
}
.product-detail-h2:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 38px;
  height: 3px;
  border-radius: 2px;
  background: linear-gradient(90deg, var(--orange), var(--blue));
}
.product-detail-h2.text-center:after { left: 50%; transform: translateX(-50%); }
.product-detail-desc p { font-size: 15.5px; line-height: 1.75; color: var(--body-text); }
.product-detail-features { list-style: none; padding: 0; margin: 0; }
.product-detail-features li {
  background: #fff;
  border: 1px solid #e5e5e5;
  border-radius: 8px;
  padding: 12px 16px;
  margin-bottom: 10px;
  font-size: 14.5px;
  color: #58595b;
  display: flex;
  align-items: flex-start;
  box-shadow: 0 2px 6px rgba(0,0,0,.04);
}
.product-detail-features i { color: var(--orange); margin-right: 10px; margin-top: 3px; }
.product-detail-section.alt .product-detail-features li { background: #fff; }
.product-notfound { padding: 100px 0; }
.product-notfound h1 { color: var(--dark-navy); margin-bottom: 15px; }
.product-notfound p { color: var(--body-text); margin-bottom: 25px; }
@media (max-width: 767px) {
  .product-detail-hero { padding: 40px 0; }
  .product-detail-img-box { min-height: 220px; }
  .product-detail-title { font-size: 1.5rem; margin-top: 25px; }
  .product-detail-back { margin-left: 0; margin-top: 14px; }
}

/* ---------- Product manager page ---------- */
.product-manager-page { background: #f1f2f6; min-height: 100vh; }
.product-manager-wrap { padding-bottom: 60px; }
.product-manager-card {
  background: #fff;
  border: 1px solid #e5e5e5;
  border-radius: 10px;
  box-shadow: 0 2px 10px rgba(0,0,0,.06);
  margin-bottom: 26px;
  overflow: hidden;
}
.pm-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 8px;
  padding: 16px 22px;
  background: #f7f8fa;
  border-bottom: 1px solid #e5e5e5;
}
.pm-head h2 { font-size: 17px; color: var(--dark-navy); margin: 0; }
.pm-num {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background: var(--orange);
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  margin-right: 8px;
}
.pm-id { font-size: 12px; color: #818285; background: #fff; border: 1px solid #e5e5e5; padding: 4px 10px; border-radius: 20px; }
.pm-form { padding: 20px 22px 24px; }
.pm-label { font-weight: 600; font-size: 13px; color: #58595b; margin-bottom: 6px; display: block; }
.pm-preview {
  border: 1px solid #e5e5e5;
  background: #fafafa;
  border-radius: 8px;
  padding: 12px;
  height: 160px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 12px;
}
.pm-preview img { max-width: 100%; max-height: 100%; object-fit: contain; }
.pm-image-select { font-size: 13px; }
.pm-hint { display: block; color: #818285; font-size: 12px; margin-top: 8px; }
.pm-hint a { color: var(--blue); }
.pm-form .form-control { font-size: 14px; padding: 9px 12px; }
.pm-actions { display: flex; align-items: center; gap: 16px; margin-top: 6px; flex-wrap: wrap; }
.pm-view-link { color: var(--blue); font-size: 14px; text-decoration: none; }
.pm-view-link:hover { color: var(--dark-navy); }
.pm-status { font-size: 14px; }
.pm-status.ok { color: #2e7d32; }
.pm-status.err { color: #c62828; }
@media (max-width: 767px) {
  .pm-form { padding: 16px; }
  .pm-preview { height: 130px; }
}

/* Misc */
.title-line.line-bottom:after { content: ""; width: 35px; display: block; height: 4px; background-color: #000; margin-top: 11px; margin-bottom: 30px; }
.row-title { font-size: 28px; line-height: normal; margin-bottom: 18px; }
.row-title > span { color: #b5b5b5; }











@media (min-width: 768px) {
  .contact-info-wrapper {
    margin-inline-end: auto!important;
  }
}
@media (max-width: 767px) {
  .header-secondary-section {
    display: none;
  }
}
