/* Colourplas local layout — works without remote WordPress/Elementor CSS */

:root {
  --cp-orange: #f26421;
  --cp-orange-dark: #d45416;
  --cp-black: #161616;
  --cp-ink: #1e1e1e;
  --cp-muted: #5c5c5c;
  --cp-line: #e6e6e6;
  --cp-paper: #f6f6f6;
  --cp-white: #ffffff;
  --cp-max: 1180px;
  --cp-radius: 6px;
  --cp-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: Rubik, Roboto, "Segoe UI", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.65;
  color: var(--cp-ink);
  background: var(--cp-white);
}

img {
  max-width: 100%;
  height: auto;
}

a {
  color: var(--cp-orange);
  text-decoration: none;
}

a:hover {
  color: var(--cp-orange-dark);
}

p {
  margin: 0 0 1em;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0 0 0.5em;
  line-height: 1.25;
  color: var(--cp-black);
}

.screen-reader-text,
.elementor-screen-only,
.skip-link {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.skip-link:focus {
  position: fixed;
  top: 8px;
  left: 8px;
  z-index: 10000;
  width: auto;
  height: auto;
  margin: 0;
  padding: 8px 14px;
  clip: auto;
  background: var(--cp-black);
  color: #fff;
}

.container,
.elementor-container,
.footer-widgets-inner,
#footer-bottom-inner {
  width: min(var(--cp-max), calc(100% - 40px));
  margin-left: auto;
  margin-right: auto;
}

/* Hide WordPress extras that dump as raw lists at the bottom */
#sidr-close,
#scroll-top,
.elementor-location-popup {
  display: none !important;
}

#mobile-nav {
  display: none;
}

body.mobile-nav-open #mobile-nav {
  display: block;
  position: fixed;
  inset: 0 auto 0 0;
  width: min(320px, 86vw);
  z-index: 9999;
  background: var(--cp-black);
  padding: 28px 20px;
  overflow: auto;
}

body.mobile-nav-open #mobile-nav .mobile-menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

body.mobile-nav-open #mobile-nav .mobile-menu li {
  border-bottom: 1px solid #2c2c2c;
}

body.mobile-nav-open #mobile-nav .mobile-menu a,
body.mobile-nav-open #mobile-nav .mobile-menu li {
  color: #fff;
  display: block;
  padding: 12px 0;
}

body.mobile-nav-open::after {
  content: "";
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.45);
  z-index: 9998;
}

/* Top bar */
#top-bar-wrap {
  background: var(--cp-black);
  color: #fff;
  font-size: 13px;
}

#top-bar-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  flex-wrap: wrap;
  padding: 8px 0;
}

#top-bar-content {
  order: 2;
  flex: 1;
}

#top-bar-social {
  order: 1;
}

.topbar-content ul,
#top-bar-social ul,
#menu-main-menu,
.oceanwp-social-icons,
.elementor-icon-list-items {
  list-style: none;
  margin: 0;
  padding: 0;
}

.topbar-content ul {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 22px;
  justify-content: flex-end;
}

.topbar-content a,
#top-bar-social a {
  color: #fff;
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.topbar-content a:hover,
#top-bar-social a:hover {
  color: var(--cp-orange);
}

#top-bar-social ul {
  display: flex;
  gap: 14px;
}

.icon-envelope::before { content: "✉"; margin-right: 4px; }
.icon-screen-smartphone::before { content: "☎"; margin-right: 4px; }
.fa-twitter::before { content: "𝕏"; }
.fa-facebook::before { content: "f"; font-weight: 700; }
.fa-instagram::before { content: "◎"; }
.fa-check-circle::before,
.far.fa-check-circle::before,
.fas.fa-check-circle::before {
  content: "✓";
  color: var(--cp-orange);
  font-weight: 700;
  margin-right: 8px;
}
.fa-bars::before { content: "☰"; }
.fa-angle-down::before { content: "▾"; font-size: 0.75em; margin-left: 4px; }
.fa-angle-up::before { content: "▴"; }

/* Header / navigation */
#site-header {
  background: #fff;
  border-bottom: 1px solid var(--cp-line);
  position: sticky;
  top: 0;
  z-index: 200;
}

#site-header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  min-height: 72px;
}

.custom-logo-link {
  display: inline-flex;
  align-items: center;
  font-weight: 700;
  font-size: 22px;
  letter-spacing: 0.04em;
  color: var(--cp-black);
}

.site-logo-text span {
  color: var(--cp-orange);
}

#menu-main-menu {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 4px;
}

#menu-main-menu > li {
  position: relative;
}

#menu-main-menu > li > a,
#menu-main-menu > li > .text-wrap,
#menu-item-37 .text-wrap,
#menu-item-1729 .text-wrap {
  display: block;
  padding: 10px 12px;
  color: var(--cp-ink);
  font-weight: 500;
  font-size: 14px;
}

#menu-main-menu > li > a:hover,
#menu-main-menu .current-menu-item > a {
  color: var(--cp-orange);
}

#menu-main-menu .sub-menu {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 260px;
  background: #fff;
  box-shadow: var(--cp-shadow);
  border-top: 3px solid var(--cp-orange);
  list-style: none;
  margin: 0;
  padding: 8px 0;
  z-index: 50;
}

#menu-main-menu > li:hover > .sub-menu,
#menu-main-menu > li:focus-within > .sub-menu {
  display: block;
}

#menu-main-menu .sub-menu a {
  display: block;
  padding: 10px 16px;
  color: var(--cp-ink);
  font-size: 14px;
}

#menu-main-menu .sub-menu a:hover {
  background: var(--cp-paper);
  color: var(--cp-orange);
}

#menu-item-37 .text-wrap,
#menu-item-1729 .text-wrap,
#menu-item-1795 > a {
  background: var(--cp-orange);
  color: #fff !important;
  border-radius: 4px;
  margin-left: 4px;
}

#menu-item-37 .text-wrap:hover,
#menu-item-1729 .text-wrap:hover,
#menu-item-1795 > a:hover {
  background: var(--cp-orange-dark);
}

.oceanwp-mobile-menu-icon {
  display: none;
}

.oceanwp-mobile-menu-icon .mobile-menu {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 12px;
  border: 1px solid var(--cp-line);
  border-radius: 4px;
  color: var(--cp-ink);
}

.oceanwp-close-text {
  display: none;
}

body.mobile-nav-open .oceanwp-text { display: none; }
body.mobile-nav-open .oceanwp-close-text { display: inline; }

/* Elementor layout */
.elementor-section {
  padding: 56px 0;
}

.elementor-container {
  display: flex;
  flex-wrap: wrap;
  gap: 28px;
}

.elementor-column {
  min-width: 0;
}

.elementor-col-100 { flex: 1 1 100%; }
.elementor-col-66 { flex: 1 1 62%; }
.elementor-col-50 { flex: 1 1 46%; }
.elementor-col-33 { flex: 1 1 30%; }

.elementor-inner-section {
  padding: 0;
}

.elementor-widget {
  margin-bottom: 16px;
}

.elementor-widget-spacer,
.elementor-spacer {
  display: none;
}

.elementor-divider-separator {
  display: block;
  width: 72px;
  border-top: 3px solid var(--cp-orange);
  margin: 8px 0 16px;
}

.elementor-element-c63c186 .elementor-divider-separator,
.elementor-element-51cc5178 .elementor-divider-separator {
  margin-left: auto;
  margin-right: auto;
}

/* Hero */
.elementor-element-51cc5178 {
  background:
    linear-gradient(120deg, rgba(18, 18, 18, 0.92) 0%, rgba(18, 18, 18, 0.72) 55%, rgba(242, 100, 33, 0.55) 100%),
    #222;
  color: #fff;
  text-align: center;
  padding: 88px 0 72px;
}

.elementor-element-51cc5178 h1,
.elementor-element-51cc5178 h2,
.elementor-element-51cc5178 h3,
.elementor-element-51cc5178 h4 {
  color: #fff;
}

.elementor-element-c63c186 .elementor-heading-title {
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--cp-orange);
}

.elementor-headline {
  min-height: 3.2em;
  display: flex;
  align-items: center;
  justify-content: center;
}

.elementor-headline-dynamic-wrapper {
  display: block;
}

.elementor-headline-dynamic-text {
  display: none;
  font-size: clamp(28px, 5vw, 52px);
  font-weight: 700;
  color: #fff;
  line-height: 1.15;
}

.elementor-headline-dynamic-text.elementor-headline-text-active {
  display: block;
  animation: cpFade 0.4s ease;
}

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

/* Buttons */
.elementor-button,
.elementor-button-link,
button.button,
.elementor-form button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 22px;
  background: var(--cp-orange);
  color: #fff !important;
  border: 2px solid var(--cp-orange);
  border-radius: var(--cp-radius);
  font-weight: 600;
  font-size: 14px;
  cursor: pointer;
  transition: 0.2s ease;
}

.elementor-button:hover,
.elementor-button-link:hover,
button.button:hover {
  background: var(--cp-orange-dark);
  border-color: var(--cp-orange-dark);
}

.zlp_btn_bordered .elementor-button {
  background: transparent;
  color: var(--cp-orange) !important;
}

.zlp_btn_bordered .elementor-button:hover {
  background: var(--cp-orange);
  color: #fff !important;
}

.zlp_btn_color_white .elementor-button {
  background: transparent;
  border-color: #fff;
  color: #fff !important;
}

.elementor-element-51cc5178 .elementor-button {
  margin-top: 12px;
}

.elementor-widget-button + .elementor-widget-button,
.elementor-element-e294248,
.elementor-element-0c60fdc {
  display: inline-block;
  margin-right: 10px;
}

/* Call strip */
.elementor-element-99e4a43 {
  padding: 0;
}

.elementor-element-890f2f0 {
  background: var(--cp-paper);
  padding: 28px 24px;
  border-radius: 8px;
  margin-top: -28px;
  box-shadow: var(--cp-shadow);
  position: relative;
  z-index: 2;
}

.elementor-icon-box-wrapper {
  display: flex;
  align-items: center;
  gap: 14px;
}

.elementor-icon-box-title {
  margin: 0;
  font-size: 32px;
}

.elementor-icon-box-title a {
  color: var(--cp-orange);
}

.elementor-element-7823132 .elementor-heading-title {
  font-size: 16px;
  color: var(--cp-muted);
  font-weight: 500;
}

/* Content sections */
.elementor-element-bdb376a h2,
.elementor-element-875f501 h2,
.elementor-element-1abbd07 h2,
.elementor-element-464e749 h2 {
  font-size: clamp(26px, 3vw, 36px);
}

.elementor-element-7c0de6c .elementor-heading-title {
  color: var(--cp-orange);
  font-size: clamp(28px, 4vw, 42px);
}

.elementor-heading-title.elementor-size-default {
  font-weight: 700;
}

h5.elementor-heading-title {
  font-size: 16px;
  font-weight: 500;
  color: var(--cp-muted);
}

.elementor-icon-list-item {
  padding: 6px 0;
  display: flex;
  align-items: center;
}

.elementor-widget-image .elementor-widget-container:not(:has(img)):not(:has(svg)) {
  min-height: 260px;
  border-radius: 10px;
  background:
    linear-gradient(145deg, #2a2a2a 0%, #f26421 140%);
}

.elementor-element-875f501,
.elementor-element-464e749 {
  background: var(--cp-paper);
}

/* Colour CTA band */
.elementor-element-d41d2b4 {
  background: var(--cp-orange);
  color: #fff;
  padding: 42px 0;
}

.elementor-element-d41d2b4 h4,
.elementor-element-d41d2b4 span {
  color: #fff;
  font-weight: 500;
}

.elementor-element-d41d2b4 .elementor-container {
  align-items: center;
}

/* Testimonials */
.elementor-swiper .swiper-wrapper {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
}

.swiper-slide {
  width: auto !important;
}

.elementor-testimonial {
  background: #fff;
  border-radius: 10px;
  padding: 28px 24px;
  box-shadow: var(--cp-shadow);
  height: 100%;
}

.elementor-testimonial__text {
  font-style: italic;
  color: #333;
  margin-bottom: 16px;
}

.elementor-testimonial__name {
  display: block;
  font-weight: 700;
  font-style: normal;
}

.elementor-testimonial__title {
  display: block;
  font-size: 13px;
  color: var(--cp-muted);
  font-style: normal;
}

.swiper-pagination,
.elementor-swiper-button {
  display: none !important;
}

/* Newsletter */
.footer_signup_wrapper {
  background: var(--cp-black);
  color: #fff;
  padding: 36px 0;
}

.footer_signup_wrapper .widget_title {
  color: #fff;
  font-size: 22px;
  margin-bottom: 16px;
}

.email-wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  max-width: 640px;
}

.email-wrap input[type="email"] {
  flex: 1 1 240px;
  padding: 12px 14px;
  border: 0;
  border-radius: var(--cp-radius);
  font-size: 15px;
}

.email-wrap .button {
  background: var(--cp-orange);
  color: #fff;
  border: 0;
  padding: 12px 20px;
  border-radius: var(--cp-radius);
  font-weight: 600;
  cursor: pointer;
}

/* Footer */
#footer {
  background: #111;
  color: #cfcfcf;
  padding: 48px 0 0;
}

#footer a {
  color: #cfcfcf;
}

#footer a:hover {
  color: var(--cp-orange);
}

.footer-widgets-inner {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 32px;
  padding-bottom: 36px;
}

.footer-widget ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.footer-widget li {
  margin: 0 0 8px;
}

.widget-title,
#footer .wp-block-heading {
  color: #fff;
  font-size: 16px;
  margin-bottom: 14px;
}

.oceanwp-social-icons {
  display: flex;
  gap: 12px;
  margin-top: 12px;
}

.oceanwp-social-icons a {
  width: 36px;
  height: 36px;
  border: 1px solid #333;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

#footer-bottom {
  border-top: 1px solid #2a2a2a;
  padding: 16px 0;
  font-size: 13px;
}

#footer-bottom-inner {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  flex-wrap: wrap;
}

/* Forms (kept hidden unless a popup is opened later) */
.elementor-form-fields-wrapper {
  display: grid;
  gap: 12px;
}

.elementor-field-textual,
.elementor-form input,
.elementor-form textarea,
.elementor-form select {
  width: 100%;
  padding: 12px 14px;
  border: 1px solid var(--cp-line);
  border-radius: var(--cp-radius);
  font: inherit;
}

@media (max-width: 1024px) {
  #site-navigation-wrap {
    display: none;
  }

  .oceanwp-mobile-menu-icon {
    display: block;
  }

  .elementor-col-66,
  .elementor-col-50,
  .elementor-col-33 {
    flex: 1 1 100%;
  }

  .footer-widgets-inner {
    grid-template-columns: 1fr 1fr;
  }

  .elementor-swiper .swiper-wrapper {
    grid-template-columns: 1fr;
  }

  .topbar-content ul {
    justify-content: flex-start;
  }

  #top-bar-inner {
    flex-direction: column;
    align-items: flex-start;
  }
}

@media (max-width: 640px) {
  .footer-widgets-inner,
  #footer-bottom-inner {
    grid-template-columns: 1fr;
  }

  .elementor-element-51cc5178 {
    padding: 56px 0 48px;
    text-align: left;
  }

  .elementor-headline {
    justify-content: flex-start;
  }

  .elementor-icon-box-title {
    font-size: 26px;
  }
}
