/* =========================================================
   Solidium3D Clean Custom CSS
   Keep only current header, cart, WooCommerce, footer, mobile,
   reviews and general site polish.
   Old p3d / quote plugin CSS removed.
========================================================= */


/* =========================================================
   WooCommerce cart / checkout tables
========================================================= */

.woocommerce table.shop_table {
  width: 100%;
  border-collapse: separate;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  text-align: left;
}

.woocommerce table.shop_table th,
.woocommerce table.shop_table td {
  padding: 9px 12px;
  vertical-align: middle;
  line-height: 1.5;
}

.woocommerce td.product-name dl.variation,
.woocommerce td.product-name .wc-item-meta {
  margin-bottom: 0;
  font-size: 0.725rem;
  text-transform: none;
}

.woocommerce td.product-name dl.variation p,
.woocommerce td.product-name .wc-item-meta p {
  margin: 0;
  padding: 0;
  font-size: 0.725rem;
}

.woocommerce td.product-name dl.variation dt,
.woocommerce td.product-name dl.variation dd,
.shop_table dt,
.shop_table dd {
  display: inline-block;
  margin: 0 5px 0 0;
  font-weight: 700;
}

.shop_table a {
  color: #1e73be;
  text-decoration: none;
}

.shop_table a:hover {
  text-decoration: underline;
}


/* =========================================================
   Mini cart
========================================================= */

#mini-cart .quantity,
#mini-cart .quantity .amount {
  font-weight: 700;
  font-size: 0.825rem;
}

#mini-cart .cart-popup {
  width: 350px;
  right: -10px;
  margin-top: 0;
  padding: 0;
  box-shadow: 0 5px 8px rgb(0 0 0 / 15%);
  text-align: left;
  z-index: 1003;
}


/* =========================================================
   Header
========================================================= */

#header .header-main {
  background-color: #ffffff;
  border-bottom: 1px solid rgb(224, 224, 224);
  padding-top: 10px;
  padding-bottom: 10px;
}

#header .logo img {
  max-width: 100%;
  transform-origin: left center;
}

#header.sticky-header .logo .sticky-logo {
  display: inline-block;
  margin-left: 20px !important;
}

#header .main-menu > li.menu-item > a {
  font-family: Poppins, sans-serif;
  font-size: 15px;
  font-weight: 600;
  line-height: 25px;
  letter-spacing: 0;
  color: #000000;
  padding: 9px;
}

#header .main-menu .narrow li.menu-item > a {
  font-family: Poppins, sans-serif;
  font-size: 15px;
  font-weight: 500;
  color: #000000;
}

.vc_custom_1640526891232 {
  border-bottom: 1px solid rgba(234, 234, 234, 1) !important;
  padding-top: 1px !important;
  padding-bottom: 1px !important;
  background: rgb(245, 245, 245) !important;
}


/* Hide desktop quote button on very small mobile screens */
@media (max-width: 480px) {
  #header .vc_btn3.vc_btn3-shape-round {
    display: none;
  }
}


/* =========================================================
   Buttons
========================================================= */

.btn,
.btn-group-md > .btn,
.vc_btn3.vc_btn3-size-md {
  font-size: 13px;
  font-weight: 600;
}

.vc_btn3-container {
  margin-top: 20px;
  margin-bottom: 20px;
}


/* =========================================================
   Mobile side navigation
========================================================= */

#side-nav-panel {
  background-color: #1e73be;
}

#side-nav-panel .accordion-menu li.menu-item.active > a,
#side-nav-panel .accordion-menu li.menu-item:hover > a,
#side-nav-panel .menu-custom-block a:hover {
  background-color: #00319b;
}

#nav-panel .accordion-menu .arrow {
  background: none !important;
  right: 5px;
  top: 0;
  width: 100px;
  line-height: 35px;
}


/* =========================================================
   Product pages
========================================================= */

.price,
.product-summary-wrap .price {
  color: #0088cc;
}

.price {
  font-size: 1.5714em;
}

.single-product .product-summary-wrap .price {
  font: var(--porto-h5-fst, normal) var(--porto-h5-fw, 500) var(--porto-h5-fs, 20px) / var(--porto-h5-lh, 18px) var(--porto-h5-ff, var(--porto-body-ff)), sans-serif;
}

.product-summary-wrap .stock {
  color: #ff0000;
}

.single-product .woocommerce-product-rating .star-rating span:before,
.star-rating span:before {
  color: #ffa216;
}

.woocommerce-product-rating .review-link {
  color: #2ea3f2;
}

@media (min-width: 768px) {
  .single-product .col-md-5,
  .single-product .col-md-7 {
    width: 50%;
  }
}


/* =========================================================
   Reviews
========================================================= */

#reviews.cr-reviews-ajax-reviews .cr-ajax-search {
  display: none;
}

#comments > h2 {
  display: none;
}

#tab-title-reviews {
  font-size: 18px;
}

#reviews .commentlist .img-thumbnail img {
  display: none;
}


/* =========================================================
   Testimonials / carousel
========================================================= */

.porto-testimonial {
  min-height: 380px;
}

.owl-carousel {
  margin-bottom: 0;
}


/* =========================================================
   Footer / spacing
========================================================= */

.p-b-xlg {
  padding-bottom: 20px !important;
}

.p-t-xlg {
  padding-top: 20px !important;
  padding-bottom: 0 !important;
}


/* =========================================================
   Misc site polish
========================================================= */

.wpb_single_image .vc_figure-caption {
  font-size: 14px;
}

p.demo_store {
  background-color: #4be7c7;
  color: #000;
}

html #topcontrol {
  display: none;
}

.grecaptcha-badge {
  visibility: hidden;
}

.stats-block .stats-number,
div.stats-desc > div.counter_prefix,
div.stats-desc > div.counter_suffix {
  font-size: 50px;
  font-weight: 700;
}


/* =========================================================
   Homepage-specific adjustment
========================================================= */

.home .main-content {
  margin-top: -30px;
}


/* =========================================================
   Slide cart / side cart if still used
   Remove this section if the plugin is no longer active.
========================================================= */

span.xoo-wsc-ecl {
  padding: 0;
  margin-top: 0;
  margin-bottom: -10px;
}

.xoo-wsc-header {
  padding: 10px;
  color: #000;
  margin-bottom: -5px;
}

/* Our Works carousel — WCAG 2.5.5 touch targets (48×48px) */
.custom-dots-style-1 .owl-dots .owl-dot {
  min-width: 48px;
  min-height: 48px;
  padding: 20px 10px;
  margin: 0 6px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: transparent;
  border: 0;
}
.custom-dots-style-1 .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 0;
}

#footer { padding-bottom: 0px !important;}
#footer .footer-bottom { padding: 12px 0 !important; }
.footer-main > .container { padding-bottom: 10px !important; }

/* REQUIRED: WP Admin → Appearance → Customize → Additional CSS → Publish */
/* WordPress Classic Editor strips <style> tags from posts. This CSS is what actually styles the blogs. */
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800&display=swap");
.s3dq-lp{font-family:'Poppins',-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,Helvetica,Arial,sans-serif;color:#6b6b6b;font-size:15px;line-height:1.8;max-width:1080px;width:100%;margin:0 auto;padding:10px 15px 30px;box-sizing:border-box;-webkit-font-smoothing:antialiased;overflow-x:hidden} .s3dq-lp *{box-sizing:border-box} .s3dq-lp h1,.s3dq-lp h2,.s3dq-lp h3{font-family:'Poppins',sans-serif;color:#1e73be;font-weight:700;line-height:1.2;margin:0} .s3dq-lp h1{font-size:clamp(1.85em,4vw,2.6em);text-align:center;margin:.15em 0 0} .s3dq-lp .sec-h{font-size:clamp(1.45em,3vw,2.3em);text-align:center;margin:1.5em 0 0} .s3dq-lp hr.sep{width:40px;height:4px;background:#1e73be;border:0;margin:14px auto 18px} .s3dq-lp .lede,.s3dq-lp .sub{font-size:15px;line-height:1.73;color:#6b6b6b;text-align:center;max-width:52em;margin:0 auto 18px} .s3dq-lp p{font-size:15px;line-height:1.8;color:#6b6b6b;margin:0 0 18px} .s3dq-lp .prose{max-width:62em;margin:0 auto} .s3dq-lp .prose p{text-align:left} .s3dq-lp strong{font-weight:700;color:#494949} .s3dq-lp a{color:#1e73be} .s3dq-lp .cta-wrap{text-align:center;margin:20px 0} .s3dq-lp .cta{display:inline-block;background:#1e73be;color:#fff;font-weight:600;font-size:15px;text-decoration:none;padding:13px 30px;border-radius:6px} .s3dq-lp .cta:hover{background:#175a96;color:#fff} .s3dq-lp .hero-img{width:100%;height:auto;border-radius:10px;display:block;margin:8px 0 6px} .s3dq-lp .caption{font-size:13px;color:#8a8a8a;text-align:center;margin:0 0 18px;line-height:1.5} .s3dq-lp .meta-row{display:flex;flex-wrap:wrap;gap:10px 18px;justify-content:center;font-size:13px;color:#8a8a8a;margin:0 0 8px} .s3dq-lp .split{display:grid;grid-template-columns:1fr 1fr;gap:30px;align-items:center;margin:12px 0} .s3dq-lp .split img{width:100%;height:auto;border-radius:10px;display:block} .s3dq-lp .split .sec-h{text-align:left;margin-top:0} .s3dq-lp .split hr.sep{margin:14px 0 18px} .s3dq-lp .split p:last-child{margin-bottom:0} .s3dq-lp .grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:20px;margin:10px 0} .s3dq-lp .card{background:#f7f7f7;border-radius:10px;padding:20px} .s3dq-lp .card h3{color:#222529;font-size:16px;font-weight:700;line-height:1.25;margin:0 0 6px;text-align:center} .s3dq-lp .card .d{color:#6b6b6b;font-size:15px;line-height:1.6;margin:0} .s3dq-lp .card .meta{color:#8a8a8a;font-size:13px;line-height:1.6;margin:10px 0 0} .s3dq-lp .card a.card-link{display:block;text-decoration:none;color:inherit} .s3dq-lp .card img{width:100%;height:180px;object-fit:cover;border-radius:8px;display:block;margin:0 0 12px} .s3dq-lp .steps{display:grid;grid-template-columns:repeat(auto-fit,minmax(230px,1fr));gap:20px;margin:10px 0} .s3dq-lp .step{background:#f7f7f7;border-radius:10px;padding:22px 20px} .s3dq-lp .num{display:flex;align-items:center;gap:12px;margin:0 0 12px} .s3dq-lp .num i{display:flex;align-items:center;justify-content:center;width:38px;height:38px;border-radius:50%;background:linear-gradient(135deg,#1e73be,#13a3ea);color:#fff;font-weight:700;font-size:16px;font-style:normal;flex:none} .s3dq-lp .num .lbl{color:#1e73be;font-weight:700;font-size:14px;text-transform:uppercase;letter-spacing:.03em} .s3dq-lp .step .d{color:#6b6b6b;font-size:15px;line-height:1.6;margin:0} .s3dq-lp table{width:100%;border-collapse:collapse;margin:10px 0;font-size:15px} .s3dq-lp th,.s3dq-lp td{text-align:left;padding:12px 14px;border-bottom:1px solid #ededed;line-height:1.55;color:#6b6b6b;vertical-align:top} .s3dq-lp th{background:#f7f7f7;color:#222529;font-weight:700;width:40%} .s3dq-lp table.cmp th{width:auto} .s3dq-lp table.cmp thead th{background:#1e73be;color:#fff;text-align:left} .s3dq-lp table.cmp td:first-child{background:#f7f7f7;color:#222529;font-weight:700} .s3dq-lp .cmp-wrap{overflow-x:auto;-webkit-overflow-scrolling:touch} .s3dq-lp ul.checks{max-width:62em;margin:0 auto 18px;padding:0;list-style:none} .s3dq-lp ul.checks li{position:relative;padding-left:28px;margin:0 0 11px;font-size:15px;line-height:1.6;color:#6b6b6b} .s3dq-lp ul.checks li:before{content:"\2713";color:#1e73be;font-weight:700;position:absolute;left:0;top:0} .s3dq-lp ul.checks li strong{color:#222529} .s3dq-lp details{background:#f7f7f7;border-radius:10px;padding:0 20px;margin:12px 0} .s3dq-lp summary{cursor:pointer;list-style:none;padding:15px 0;color:#222529;font-weight:700;font-size:15px} .s3dq-lp summary::-webkit-details-marker{display:none} .s3dq-lp summary:before{content:"+";color:#1e73be;font-weight:700;margin-right:10px} .s3dq-lp details[open] summary:before{content:"-"} .s3dq-lp details .d{color:#6b6b6b;font-size:15px;line-height:1.7;margin:0 0 16px} .s3dq-lp .band{background:#326591;border-radius:10px;padding:34px 26px;text-align:center;margin:32px 0} .s3dq-lp .band h2{color:#fff;font-size:1.9em;margin:0 0 8px} .s3dq-lp .band p{color:#e8e8e8;margin:0 0 18px} .s3dq-lp .band .cta{background:#fff;color:#1e73be} .s3dq-lp .band .cta:hover{background:#eef4f9;color:#1e73be} .s3dq-lp .xlinks{text-align:center;font-size:15px;margin-top:22px} .s3dq-lp .xlinks a{color:#1e73be;font-weight:600;text-decoration:none} .s3dq-lp .toc{background:#f7f7f7;border-radius:10px;padding:18px 22px;margin:8px auto 22px;max-width:62em} .s3dq-lp .toc h3{color:#222529;font-size:15px;margin:0 0 10px;text-align:left} .s3dq-lp .toc ol{margin:0;padding-left:20px;color:#6b6b6b} .s3dq-lp .toc li{margin:0 0 6px;line-height:1.5} .s3dq-lp .toc a{font-weight:600;text-decoration:none} @media(max-width:760px){ .s3dq-lp .split{grid-template-columns:1fr} .s3dq-lp h1{font-size:1.9em} .s3dq-lp .sec-h{font-size:1.6em} .s3dq-lp .card img{height:160px} } body.single-post article .entry-title{display:none!important} body.single-post article .post-meta{display:none!important} body.single-post .entry-content > p:empty{display:none} body.single-post .entry-content > p:has(> style), body.single-post .entry-content > p:has(> section){margin:0;padding:0} .s3dq-lp{clear:both} body.single-post article .entry-title{display:none!important}body.single-post article .post-meta{display:none!important}body.single-post .entry-content > p:empty{display:none}.s3dq-lp{clear:both}.s3dq-lp table.split{width:100%;border-collapse:collapse;margin:12px 0;border:0}.s3dq-lp table.split td{border:0;vertical-align:middle}.s3dq-lp table.split img{width:100%;height:auto;border-radius:10px;display:block;margin:0}.s3dq-lp table.split .sec-h{text-align:left;margin-top:0}.s3dq-lp table.split hr.sep{margin:14px 0 18px}@media(max-width:760px){.s3dq-lp table.split,.s3dq-lp table.split tbody,.s3dq-lp table.split tr,.s3dq-lp table.split td{display:block;width:100%!important}.s3dq-lp table.split td{padding:0 0 16px!important}.s3dq-lp table.split .sec-h{text-align:center}.s3dq-lp table.split hr.sep{margin-left:auto;margin-right:auto}} .s3dq-lp .split-stack{margin:18px 0 28px;width:100%} .s3dq-lp .split-stack img{width:100%;max-width:100%;height:auto;border-radius:10px;display:block;margin:0 0 14px} .s3dq-lp .split-stack .sec-h{text-align:center;margin-top:0} .s3dq-lp .split-stack hr.sep{margin:14px auto 18px} .s3dq-lp .split-stack .prose{max-width:62em;margin:0 auto} .s3dq-lp .split-stack .prose p{text-align:left} .s3dq-lp table.split,.entry-content table.split{width:100%!important;max-width:100%!important} .s3dq-lp table.split td,.entry-content table.split td{width:50%!important;max-width:50%!important} body.single-post article .entry-title{display:none!important} body.single-post article .post-meta{display:none!important} body.single-post .entry-content > p:empty{display:none} .s3dq-lp{clear:both;max-width:1080px;width:100%;margin-left:auto;margin-right:auto}

/* =========================================================
   SOLIDIUM3D PREMIUM PORTO HEADER
   Paste into: Appearance → Customize → Additional CSS → Publish
   Pair with porto-header-builder.txt in Edit header: Custom Header
   ========================================================= */

/* ---------- Utility bar ---------- */

.s3d-utility-bar {
    position: relative;
    z-index: 1002;
    width: 100% !important;
    max-width: none !important;
    left: 0 !important;
    right: 0 !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    background: linear-gradient(90deg, #082b68 0%, #0b3d91 55%, #124da7 100%) !important;
    border: 0 !important;
}

/* Force full-bleed even if Porto boxes the header builder */
#header .s3d-utility-bar.vc_row,
#header .s3d-utility-bar.vc_row-fluid,
#header .vc_row.s3d-utility-bar {
    width: 100vw !important;
    max-width: 100vw !important;
    margin-left: calc(50% - 50vw) !important;
    margin-right: calc(50% - 50vw) !important;
    margin-bottom: 0 !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.s3d-utility-bar > .porto-wrap-container,
.s3d-utility-bar > .container {
    max-width: 1440px;
}

.s3d-utility-bar .row {
    align-items: center;
}

.s3d-utility-left .vc_column-inner,
.s3d-utility-right .vc_column-inner {
    display: flex;
    align-items: center;
    padding-top: 0 !important;
}

.s3d-utility-left .vc_column-inner {
    justify-content: flex-start;
}

.s3d-utility-right .vc_column-inner {
    justify-content: flex-end;
}

.s3d-utility-bar .porto-sicon-box {
    display: inline-flex;
    align-items: center;
    margin: 0 !important;
}

.s3d-utility-bar .porto-sicon-header {
    display: flex;
    align-items: center;
}

.s3d-utility-bar .porto-sicon-title {
    margin: 0 !important;
    color: #fff !important;
    font-family: Poppins, sans-serif;
    font-size: 14px !important;
    font-weight: 500 !important;
    line-height: 24px !important;
    letter-spacing: 0;
    white-space: nowrap;
}

.s3d-utility-bar .porto-icon {
    color: rgba(255, 255, 255, 0.9) !important;
}

.s3d-utility-bar .porto-sicon-box-link {
    padding: 4px 5px;
    opacity: 0.92;
    transition: opacity 0.2s ease;
}

.s3d-utility-bar .porto-sicon-box-link:hover {
    opacity: 1;
}

.s3d-utility-bar .porto-sicon-box-link:hover .porto-sicon-title,
.s3d-utility-bar .porto-sicon-box-link:hover .porto-icon {
    color: #fff !important;
}

.s3d-utility-divider {
    margin: 0 14px !important;
    border-left-style: solid;
}

.s3d-email-link {
    margin-left: auto !important;
}


/* ---------- Main header ---------- */

#header .s3d-main-header {
    position: relative;
    width: 100% !important;
    max-width: none !important;
    background: #fff !important;
    border-bottom: 1px solid #e8ebf0;
    padding: 0 !important;
    margin: 0 !important;
    box-shadow: 0 2px 14px rgba(16, 24, 40, 0.04);
}

/* Full-bleed white bar */
#header .s3d-main-header.vc_row,
#header .s3d-main-header.vc_row-fluid,
#header .vc_row.s3d-main-header,
#header .header-main.s3d-main-header {
    width: 100vw !important;
    max-width: 100vw !important;
    margin-left: calc(50% - 50vw) !important;
    margin-right: calc(50% - 50vw) !important;
    margin-bottom: 0 !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

/* Kill gap under header / above hero */
#header,
#header.header-builder,
.header-wrapper,
.page-wrapper > .header-wrapper,
#header .header-main,
#header .s3d-main-header {
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
}

#header + *,
.header-wrapper + *,
#header ~ .sticky-header-placeholder,
.sticky-header-placeholder,
.sticky-placeholder {
    margin-top: 0 !important;
}

.sticky-header-placeholder,
.sticky-placeholder,
#header + .sticky-header-placeholder {
    height: 0 !important;
    min-height: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    overflow: hidden !important;
    background: transparent !important;
    pointer-events: none !important;
}

/* Sticky header must not clip dropdowns either */
#header.sticky-header,
#header.sticky-header .s3d-main-header,
body.sticky-header-active #header,
body.sticky-header-active #header .s3d-main-header {
    overflow: visible !important;
}

/* Common Porto / page top spacing that floats the hero down */
#main,
.main-content,
.page-wrapper > .main-content,
.page-wrapper #main,
body.home #main,
body.home .main-content,
.page-wrapper .main-content-wrap {
    margin-top: 0 !important;
    padding-top: 0 !important;
}

body.home .page-wrapper > section:first-of-type,
body.home #main > .vc_row:first-child,
body.home #content > .vc_row:first-child,
body.home .entry-content > .vc_row:first-child,
body.home .entry-content > .vc_section:first-child {
    margin-top: 0 !important;
}

#header .s3d-main-header > .porto-wrap-container,
#header .s3d-main-header > .container {
    max-width: 1440px;
    margin-left: auto;
    margin-right: auto;
}

/* Header shell must not be boxed */
#header,
#header.header-builder,
.header-wrapper,
.page-wrapper > .header-wrapper {
    width: 100% !important;
    max-width: none !important;
    margin: 0 !important;
    padding: 0 !important;
}

#header > .container,
#header > .porto-container,
.header-wrapper > .container {
    width: 100% !important;
    max-width: none !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
}

#header .s3d-main-header > .porto-wrap-container > .row,
#header .s3d-main-header > .container > .row {
    min-height: 136px;
    align-items: center;
}

.s3d-logo-column {
    flex: 0 0 27%;
    max-width: 27%;
}

.s3d-nav-column {
    flex: 0 0 73%;
    max-width: 73%;
}

.s3d-logo-column .vc_column-inner,
.s3d-nav-column .vc_column-inner {
    display: flex;
    align-items: center;
    padding-top: 0 !important;
}

.s3d-logo-column .vc_column-inner {
    justify-content: flex-start;
}

.s3d-nav-column .vc_column-inner {
    justify-content: flex-end;
}


/* ---------- Larger logo ---------- */

#header .s3d-main-header .logo {
    width: auto !important;
    max-width: none !important;
    margin: 0 !important;
}

#header .s3d-main-header .logo a {
    display: flex;
    align-items: center;
}

#header .s3d-main-header .logo img,
#header .s3d-main-header .logo .standard-logo,
#header .s3d-main-header .logo .sticky-logo {
    width: auto !important;
    height: 82px !important;
    max-height: 82px !important;
    max-width: 290px !important;
    object-fit: contain;
    object-position: left center;
    transform: none !important;
}


/* ---------- Navigation (compact — match reference) ---------- */

#header .s3d-main-header .main-menu {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 2px;
    margin: 0 14px 0 0;
}

#header .s3d-main-header .main-menu > li.menu-item {
    margin: 0;
}

#header .s3d-main-header .main-menu > li.menu-item > a {
    position: relative;
    display: flex;
    align-items: center;
    min-height: 36px;
    padding: 8px 11px !important;
    border-radius: 6px;
    color: #343a49;
    background: transparent;
    font-family: Poppins, sans-serif;
    font-size: 13px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0.02em;
    transition:
        color 0.2s ease,
        background-color 0.2s ease;
}

#header .s3d-main-header .main-menu > li.menu-item:hover > a,
#header .s3d-main-header .main-menu > li.menu-item.active > a,
#header .s3d-main-header .main-menu > li.current-menu-item > a,
#header .s3d-main-header .main-menu > li.current-menu-ancestor > a {
    color: #0b3d91;
    background: rgba(11, 61, 145, 0.06);
}

#header .s3d-main-header .main-menu > li.menu-item-has-children > a::after {
    margin-left: 6px;
    font-size: 9px;
    opacity: 0.55;
}


/* ---------- Dropdown menus (single frame — kill Porto double box) ---------- */

/* Dropdowns were clipped by full-bleed / sticky overflow:hidden — force open */
#header,
#header.header-builder,
.header-wrapper,
#header .s3d-main-header,
#header .s3d-main-header.vc_row,
#header .header-main.s3d-main-header,
#header .s3d-main-header .porto-wrap-container,
#header .s3d-main-header .container,
#header .s3d-main-header .row,
#header .s3d-nav-column,
#header .s3d-nav-column .vc_column-inner,
#header .s3d-nav-column .wpb_wrapper,
#header .s3d-main-header .main-menu,
#header .s3d-main-header .main-menu > li.menu-item {
    overflow: visible !important;
}

#header .s3d-main-header .main-menu > li.menu-item {
    position: relative;
    z-index: 1;
}

#header .s3d-main-header .main-menu > li.menu-item:hover,
#header .s3d-main-header .main-menu > li.menu-item.active {
    z-index: 10050;
}

#header .s3d-main-header .main-menu .popup {
    padding-top: 10px !important;
    background: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
    overflow: visible !important;
    z-index: 10060 !important;
}

#header .s3d-main-header .main-menu .popup > .inner {
    min-width: 225px;
    padding: 9px !important;
    background: #fff !important;
    border: 1px solid rgba(16, 24, 40, 0.07) !important;
    border-radius: 12px !important;
    box-shadow: 0 18px 45px rgba(16, 24, 40, 0.14) !important;
    overflow: visible !important;
    position: relative;
    z-index: 10061 !important;
}

/* Strip theme styles from the nested ul — that was the second “frame” */
#header .s3d-main-header .main-menu .popup > .inner > ul.sub-menu,
#header .s3d-main-header .main-menu .popup ul.sub-menu,
#header .s3d-main-header .main-menu .popup .porto-narrow-sub-menu {
    margin: 0 !important;
    padding: 0 !important;
    background: transparent !important;
    border: 0 !important;
    border-top: 0 !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    outline: 0 !important;
}

#header .s3d-main-header .main-menu .popup > .inner::before,
#header .s3d-main-header .main-menu .popup > .inner::after,
#header .s3d-main-header .main-menu .popup ul.sub-menu::before,
#header .s3d-main-header .main-menu .popup ul.sub-menu::after {
    display: none !important;
    content: none !important;
    border: 0 !important;
    background: none !important;
    box-shadow: none !important;
}

#header .s3d-main-header .main-menu .popup li.menu-item {
    border: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
}

#header .s3d-main-header .main-menu .popup li.menu-item > a {
    padding: 11px 13px !important;
    border: 0 !important;
    border-radius: 7px !important;
    color: #3d4655;
    background: transparent !important;
    font-size: 13px;
    font-weight: 600;
    box-shadow: none !important;
    transition:
        background-color 0.18s ease,
        color 0.18s ease;
}

#header .s3d-main-header .main-menu .popup li.menu-item:hover > a,
#header .s3d-main-header .main-menu .popup li.current-menu-item > a {
    color: #0b3d91;
    background: #f1f6fc !important;
}


/* ---------- Quote button (compact — match reference) ---------- */

#header .s3d-header-quote {
    margin: 0 12px 0 0 !important;
    flex: none;
}

#header .s3d-header-quote .vc_btn3,
#header .s3d-header-quote a {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    min-height: 40px;
    padding: 0 18px !important;
    border: 0 !important;
    border-radius: 999px !important;
    background: linear-gradient(135deg, #0b3d91 0%, #1255b5 100%) !important;
    color: #fff !important;
    box-shadow: 0 8px 18px rgba(11, 61, 145, 0.22);
    font-family: Poppins, sans-serif;
    font-size: 12px !important;
    font-weight: 700 !important;
    line-height: 1 !important;
    letter-spacing: 0.04em;
    white-space: nowrap;
    transition:
        transform 0.2s ease,
        box-shadow 0.2s ease,
        background 0.2s ease;
}

#header .s3d-header-quote .vc_btn3:hover,
#header .s3d-header-quote a:hover {
    background: linear-gradient(135deg, #082f71 0%, #0b48a1 100%) !important;
    color: #fff !important;
    transform: translateY(-1px);
    box-shadow: 0 10px 22px rgba(11, 61, 145, 0.28);
}


/* ---------- Cart ---------- */

.s3d-cart-divider {
    margin: 0 16px 0 0 !important;
}

#header .s3d-main-header #mini-cart {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 !important;
}

#header .s3d-main-header #mini-cart .cart-head {
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 48px;
    min-height: 48px;
    border-radius: 10px;
    color: #101828;
    transition:
        color 0.2s ease,
        background-color 0.2s ease;
}

#header .s3d-main-header #mini-cart .cart-head:hover {
    color: #0b3d91;
    background: #f3f6fa;
}

#header .s3d-main-header #mini-cart .minicart-icon {
    font-size: 30px !important;
    color: inherit !important;
}

#header .s3d-main-header #mini-cart .cart-items {
    background: #0b3d91;
    color: #fff;
}


/* ---------- Remove search completely ---------- */

#header .searchform-popup,
#header .search-popup,
#header .search-toggle {
    display: none !important;
}


/* ---------- Sticky header ---------- */

#header.sticky-header .s3d-main-header {
    box-shadow: 0 7px 22px rgba(16, 24, 40, 0.1);
}

#header.sticky-header .s3d-main-header > .porto-wrap-container > .row,
#header.sticky-header .s3d-main-header > .container > .row {
    min-height: 92px;
}

#header.sticky-header .s3d-main-header .logo img,
#header.sticky-header .s3d-main-header .logo .standard-logo,
#header.sticky-header .s3d-main-header .logo .sticky-logo {
    height: 62px !important;
    max-height: 62px !important;
    max-width: 230px !important;
    transform: none !important;
}

#header.sticky-header .s3d-header-quote .vc_btn3,
#header.sticky-header .s3d-header-quote a {
    min-height: 36px;
    padding: 0 16px !important;
    font-size: 11.5px !important;
}


/* ---------- Large desktop adjustments ---------- */

@media (max-width: 1279px) {

    #header .s3d-main-header .main-menu {
        margin-right: 10px;
        gap: 0;
    }

    #header .s3d-main-header .main-menu > li.menu-item > a {
        padding: 7px 8px !important;
        font-size: 12px;
        min-height: 34px;
    }

    #header .s3d-header-quote .vc_btn3,
    #header .s3d-header-quote a {
        padding: 0 14px !important;
        font-size: 11px !important;
        min-height: 36px;
    }

    #header .s3d-main-header .logo img,
    #header .s3d-main-header .logo .standard-logo,
    #header .s3d-main-header .logo .sticky-logo {
        height: 70px !important;
        max-height: 70px !important;
        max-width: 250px !important;
    }
}


/* ---------- Tablet and mobile ---------- */

@media (max-width: 991px) {

    .s3d-utility-bar {
        padding-top: 5px !important;
        padding-bottom: 5px !important;
    }

    .s3d-utility-left {
        width: 100% !important;
        flex: 0 0 100% !important;
        max-width: 100% !important;
    }

    .s3d-utility-left .vc_column-inner {
        justify-content: center;
    }

    .s3d-utility-right {
        display: none !important;
    }

    .s3d-utility-bar .porto-sicon-title {
        font-size: 12px !important;
    }

    .s3d-utility-divider {
        margin-left: 9px !important;
        margin-right: 9px !important;
    }

    #header .s3d-main-header > .porto-wrap-container > .row,
    #header .s3d-main-header > .container > .row {
        min-height: 92px;
    }

    .s3d-logo-column {
        flex: 1 1 auto !important;
        width: auto !important;
        max-width: none !important;
    }

    .s3d-nav-column {
        flex: 0 0 auto !important;
        width: auto !important;
        max-width: none !important;
        margin-left: auto;
    }

    #header .s3d-main-header .main-menu {
        display: none !important;
    }

    #header .s3d-main-header .logo img,
    #header .s3d-main-header .logo .standard-logo,
    #header .s3d-main-header .logo .sticky-logo {
        height: 62px !important;
        max-height: 62px !important;
        max-width: 230px !important;
    }

    #header .s3d-header-quote {
        margin-right: 10px !important;
    }

    #header .s3d-header-quote .vc_btn3,
    #header .s3d-header-quote a {
        min-height: 36px;
        padding: 0 14px !important;
        border-radius: 999px !important;
        font-size: 11px !important;
        box-shadow: none;
    }

    .s3d-cart-divider {
        display: none !important;
    }

    #header .mobile-toggle {
        display: inline-flex !important;
        align-items: center;
        justify-content: center;
        width: 46px;
        height: 46px;
        margin-left: 7px;
        border-radius: 9px;
        color: #101828;
        background: #f4f6f8;
    }
}


/* ---------- Small mobile ---------- */

@media (max-width: 575px) {

    .s3d-utility-bar .porto-sicon-title {
        font-size: 11px !important;
    }

    .s3d-utility-bar .porto-icon {
        font-size: 15px !important;
    }

    #header .s3d-main-header > .porto-wrap-container > .row,
    #header .s3d-main-header > .container > .row {
        min-height: 78px;
    }

    #header .s3d-main-header .logo img,
    #header .s3d-main-header .logo .standard-logo,
    #header .s3d-main-header .logo .sticky-logo {
        height: 52px !important;
        max-height: 52px !important;
        max-width: 190px !important;
    }

    #header .s3d-header-quote {
        display: none !important;
    }

    #header .s3d-main-header #mini-cart .cart-head {
        min-width: 42px;
        min-height: 42px;
    }

    #header .s3d-main-header #mini-cart .minicart-icon {
        font-size: 25px !important;
    }

    #header .mobile-toggle {
        width: 42px;
        height: 42px;
    }
}


/* ---------- Very small mobile ---------- */

@media (max-width: 380px) {

    .s3d-track-link .porto-sicon-title {
        font-size: 0 !important;
    }

    .s3d-track-link .porto-sicon-title::after {
        content: "Track Order";
        font-size: 11px;
    }

    #header .s3d-main-header .logo img,
    #header .s3d-main-header .logo .standard-logo,
    #header .s3d-main-header .logo .sticky-logo {
        height: 46px !important;
        max-height: 46px !important;
        max-width: 165px !important;
    }
}


/* =========================================================
   Mobile side menu (#side-nav-panel) — match reference drawer
   Does not change desktop header besides sizes above.
   ========================================================= */

#side-nav-panel {
    background: #fff !important;
    padding: 18px 18px 28px !important;
    box-shadow: -16px 0 40px rgba(16, 24, 40, 0.14) !important;
}

#side-nav-panel .side-nav-panel-close {
    position: absolute !important;
    top: 16px !important;
    right: 14px !important;
    z-index: 5;
    width: 40px;
    height: 40px;
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    background: transparent !important;
}

#side-nav-panel .side-nav-panel-close svg,
#side-nav-panel .side-nav-panel-close svg line,
#side-nav-panel .side-nav-panel-close i {
    color: #111827 !important;
    stroke: #111827 !important;
    fill: none !important;
}

#side-nav-panel .menu-wrap {
    padding: 0 !important;
    margin: 0 !important;
    display: flex;
    flex-direction: column;
}

/* Quote CTA at top (replaces old "Menu" title) */
#side-nav-panel .share-links,
#side-nav-panel .share-facebook,
#side-nav-panel .share-youtube,
#side-nav-panel .share-instagram {
    display: none !important;
}

#side-nav-panel .s3d-mobile-extras {
    order: -1;
    margin: 0 48px 14px 0;
    padding: 0 0 14px;
    border-bottom: 1px solid #e8ebf0;
}

#side-nav-panel .s3d-mobile-quote {
    display: flex !important;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 46px;
    margin: 0;
    padding: 0 16px;
    border-radius: 11px;
    background: linear-gradient(135deg, #0b3d91 0%, #1255b5 100%);
    color: #fff !important;
    box-shadow: 0 10px 22px rgba(11, 61, 145, 0.22);
    font-family: Poppins, sans-serif;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    text-decoration: none !important;
}

#side-nav-panel .s3d-mobile-quote:hover {
    color: #fff !important;
    filter: brightness(1.05);
}

#side-nav-panel .mobile-menu.accordion-menu,
#side-nav-panel ul.mobile-menu {
    margin: 0 !important;
    padding: 0 !important;
    background: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
    order: 1;
}

/* Expand all accordion sections by default */
#side-nav-panel .mobile-menu > li.menu-item-has-children > .sub-menu,
#side-nav-panel .mobile-menu > li.has-sub > .sub-menu,
#side-nav-panel .mobile-menu > li.menu-item > ul.sub-menu {
    display: block !important;
    height: auto !important;
    max-height: none !important;
    overflow: visible !important;
    visibility: visible !important;
    opacity: 1 !important;
}

#side-nav-panel .mobile-menu > li.menu-item {
    margin: 0 0 2px !important;
    border: 0 !important;
    background: transparent !important;
}

/* Airy gap between top-level sections */
#side-nav-panel .mobile-menu > li.menu-item + li.menu-item {
    margin-top: 10px !important;
}

#side-nav-panel .mobile-menu > li.menu-item > a {
    display: block !important;
    padding: 12px 8px !important;
    border: 0 !important;
    border-radius: 10px !important;
    background: transparent !important;
    color: #111827 !important;
    font-family: Poppins, sans-serif !important;
    font-size: 15.5px !important;
    font-weight: 700 !important;
    line-height: 1.25 !important;
    letter-spacing: 0 !important;
    text-transform: none !important;
    box-shadow: none !important;
}

#side-nav-panel .mobile-menu > li.menu-item > a:hover,
#side-nav-panel .mobile-menu > li.current-menu-item > a,
#side-nav-panel .mobile-menu > li.active > a {
    color: #0b3d91 !important;
    background: #f4f7fb !important;
}

/* Hide Porto accordion arrows clutter if present as extra chrome */
#side-nav-panel .mobile-menu > li.menu-item > a .open-sub-menu,
#side-nav-panel .mobile-menu .arrow {
    color: #94a3b8 !important;
    transform: rotate(180deg);
}

/* Sub-links: indented, lighter, smaller */
#side-nav-panel .mobile-menu .sub-menu,
#side-nav-panel .mobile-menu ul.sub-menu {
    margin: 0 0 6px !important;
    padding: 0 !important;
    background: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
}

#side-nav-panel .mobile-menu .sub-menu li.menu-item {
    margin: 0 !important;
    border: 0 !important;
}

#side-nav-panel .mobile-menu .sub-menu li.menu-item > a {
    display: block !important;
    padding: 9px 8px 9px 22px !important;
    border: 0 !important;
    border-radius: 8px !important;
    background: transparent !important;
    color: #64748b !important;
    font-family: Poppins, sans-serif !important;
    font-size: 13.5px !important;
    font-weight: 500 !important;
    line-height: 1.3 !important;
    text-transform: none !important;
    box-shadow: none !important;
}

#side-nav-panel .mobile-menu .sub-menu li.menu-item > a:hover {
    color: #0b3d91 !important;
    background: #f8fafc !important;
}

#side-nav-panel .s3d-mobile-meta {
    display: none !important;
}

#header .s3d-main-header .logo {
    width: 193px !important;
    height: 82px !important;
    flex: 0 0 193px !important;
}

#header .s3d-main-header .logo a {
    width: 100%;
    height: 100%;
}

#header .s3d-main-header .logo img,
#header .s3d-main-header .logo .standard-logo,
#header .s3d-main-header .logo .sticky-logo {
    width: 193px !important;
    height: 82px !important;
    aspect-ratio: 1077 / 458;
    object-fit: contain;
}