/*
Theme Name: Eucalyptus
Author: Owain Jones
Author URI: https://rentmanager.com
Description: A clean and modern WordPress theme perfect for blogs, portfolios, and business sites. Designed for minimalism and performance.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: eucalyptus
Tags: clean, modern, blog, portfolio, responsive, minimal, custom-background, custom-logo, theme-options
Requires at least: 5.0
Tested up to: 6.0
Requires PHP: 7.4
*/
@import url(c:\Users\jnolan\London Computer Systems\Professional Services Web - Documents\Projects\Users\JNolan\kmbmgt\public_html\wp-content\themes\euc-rebuild-main\assets\css\theme-colors.css);
@import url(c:\Users\jnolan\London Computer Systems\Professional Services Web - Documents\Projects\Users\JNolan\kmbmgt\public_html\wp-content\themes\euc-rebuild-main\blocks\icon-boxes\icon-boxes.css);
@import url(c:\Users\jnolan\London Computer Systems\Professional Services Web - Documents\Projects\Users\JNolan\kmbmgt\public_html\wp-content\themes\euc-rebuild-main\blocks\meet-the-team\meet-the-team.css);
@import url(c:\Users\jnolan\London Computer Systems\Professional Services Web - Documents\Projects\Users\JNolan\kmbmgt\public_html\wp-content\themes\euc-rebuild-main\blocks\shape-divider\shape-divider.css);
@import url(c:\Users\jnolan\London Computer Systems\Professional Services Web - Documents\Projects\Users\JNolan\kmbmgt\public_html\wp-content\themes\euc-rebuild-main\blocks\contact-block\contact-block.css);
.oj-hero-slider-container {
  position: relative;
  height: 80vh;
  width: 100vw;
  max-width: -webkit-fill-available;
}

.oj-hero-slider, .oj-hero-slide {
  height: 100%;
  width: 100vw;
  max-width: -webkit-fill-available;
}

.oj-hero-slide {
  background-position: center;
  background-size: cover;
}

.oj-hero-slider-content {
  z-index: 998;
  opacity: 1;
  display: flex;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 0px 0px 0px 0px;
}

.oj-slider-overlay {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 50px 0;
  width: 45vw;
}

.oj-slider-title {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
  background: rgba(255, 255, 255, 0.85);
  border-top-left-radius: 500px 50px;
  border-top-right-radius: 50px 500px;
  border-bottom-left-radius: 40px 200px;
  border-bottom-right-radius: 300px 50px;
  box-shadow: 1px 2px 6px rgba(0, 0, 0, 0.5);
  width: 100%;
  min-height: 350px;
}

.oj-hero-icon-container {
  border-radius: 100%;
  position: absolute;
  top: 45px;
  left: 50%;
  padding: 20px;
  transform: translate(-50%, -50%);
  /*box-shadow: inset 1px 1px 60px rgba(0, 0, 0, 0.2);*/
}

.oj-hero-icon-container i {
  font-size: 60px;
}

.oj-hero-slide {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.oj-hero-video,
.oj-hero-image {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: translate(-50%, -50%);
  z-index: -1;
}

.oj-hero-image {
  background-size: cover;
  background-position: center;
}

.fa-solid, .fas {
  color: #003e52;
}

.hp-head {
  font-weight: 800;
  font-size: 4em;
  width: 75%;
}

.slogan {
  font-size: 30px;
}

.subhead {
  font-size: 28px;
  font-weight: 500;
}

/* SLICK GALLERY STYLING*/
.oj-gallery-container {
  max-width: 75%;
  margin: 50px auto;
}

.slider-for img {
  width: 100%;
  object-fit: cover;
}

.slider-nav {
  margin-top: 10px;
}

.slider-nav img {
  width: 100%;
  height: auto;
  object-fit: cover;
  cursor: pointer;
  border: 2px solid transparent;
}

.slider-nav .slick-current img {
  border-color: #000;
}

.slick-prev:before, .slick-next:before {
  font-size: 30px !important;
  color: var(--primary-color) !important;
}

.slick-prev {
  left: -35px !important;
}

/* RESPONSIVE CSS */
@media (max-width: 1200px) {
  .oj-gallery-container {
    max-width: 75%;
    margin: 30px auto 50px;
  }
  .slider-nav img {
    margin: 5px;
  }
}

body {
  margin: 0 auto;
  /*font-family: var(--body-font) !important; /*  Unfortunatly Bootstrap kept overriding this so we need an important tag here */
  font-family: "futura-pt", sans-serif;
}

h1, h2, h3, h4, h5, h6 {
  /*font-family: var(--header-font);*/
  font-family: "microgramma-extended", sans-serif;
}

h1, h2 {
  text-transform: uppercase;
  font-weight: 700;
}

h1 {
  font-size: 3em;
  margin: 0;
}

p {
  font-size: 1.25rem;
}

a {
  color: #333333;
}

.strong {
  font-weight: 800;
}

.oj-row {
  padding: 50px 10vw;
  margin: 0 auto;
}

.oj-btn-container {
  display: inline-block;
  padding: 12px 24px !important;
  font-size: 20px !important;
  font-weight: 600;
  text-align: center;
  text-decoration: none;
  color: #FFFFFF;
  background-color: #b9a461;
  border: none;
  border-radius: 30px !important;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1) !important;
  transition: all 0.3s ease !important;
  cursor: pointer;
  text-transform: uppercase;
}

.oj-btn-container a, .oj-btn-container a:hover {
  text-decoration: none;
  color: #FFFFFF;
  letter-spacing: 2px;
}

.oj-btn-container:hover {
  background-color: #333333;
  color: #FFFFFF;
  box-shadow: 0 6px 10px rgba(0, 0, 0, 0.15);
  transform: translateY(-2px);
}

/* CALLOUT SECTION */
.oj-home-callout {
  overflow: hidden;
  background-color: #eeeeee !important;
}

.oj-callout-content {
  display: flex;
  width: 100%;
  justify-content: center;
}

.oj-callout-col {
  flex-basis: 40%;
  display: flex;
  flex-wrap: wrap;
  text-align: center;
}

.callout-contact {
  /*background-color: rgba(255, 255, 255, 0.9);*/
  padding: 20px 10px;
}

.callout-contact h2, .callout-contact h3, .callout-contact p {
  width: 100%;
}

.google-map {
  flex: 100%;
  display: flex;
  flex-wrap: wrap;
}

.google-map iframe {
  width: 100%;
}

/* CALLOUT SECTION END */
/* SUBPAGE HERO */
.page-hero {
  display: flex;
  width: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 15vh;
  align-items: center;
  position: relative;
  z-index: 1;
}

.page-hero::before {
  content: "";
  display: block;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  /*background-color: rgba(0, 0, 0, 0.3);*/
  background-color: #333333;
}

.page-hero h1 {
  padding: 0 10vw;
  color: #FFFFFF;
  z-index: 99;
}

img.pl-primary {
  width: 90%;
  height: auto;
  object-fit: cover;
  margin: auto;
}

img.pd-primary {
  margin-top: 30px;
  width: 50%;
}

/* RESPONSIVE CSS */
@media (max-width: 781px) {
  .oj-callout-content {
    flex-direction: column;
  }
}

/*.oj-btn-container2 {
    margin: auto;
    padding: 0px 0px 20px;
}*/
.oj-btn-container2 {
  display: flex;
  flex-direction: column;
  /* Stack buttons vertically */
  align-items: center;
  /* Center buttons horizontally */
  gap: 10px;
  /* Space between buttons */
  background: none;
  /* Remove background from the parent */
  padding: 0;
  /* Remove unnecessary padding */
  margin: 0px auto 30px;
}

.full-width {
  width: 90%;
  margin: auto;
}

.wp-block-column {
  width: 100vw;
  overflow: hidden;
}

.detailbutton {
  background: #b9a461;
  /* Keep the button background */
  padding: 12px 24px;
  border-radius: 30px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
  width: 400px;
  margin: auto;
}

.detailbutton:hover {
  background: #003e52;
  /* Keep the button background */
  transition: all 0.3s ease;
  transform: translateY(-2px);
}

.detailbutton a {
  text-decoration: none;
  color: #FFFFFF;
  font-size: 22px;
  font-weight: 600;
  display: block;
  /* Ensure full clickable area */
  text-align: center;
}

a.button {
  min-width: 210px;
  display: flex;
  justify-content: center;
  color: #FFFFFF;
}

.wp-element-caption {
  display: none;
}

.disclaimer {
  font-size: 14px;
}

.disclaimer a {
  color: inherit;
  font-weight: 300;
}

/* CONTACT US PAGE */
.oj-contact-block {
  display: flex;
  flex-direction: row;
  gap: 30px;
  width: 100%;
  margin: auto;
}

.oj-contact-col, .oj-form-wrap {
  flex-basis: 50%;
}

.footer {
  background-color: #b9a461;
  text-align: center;
  color: #FFFFFF;
  overflow: hidden;
  padding: 20px 0px 0px;
}

.footer img {
  max-width: 50%;
  max-height: 100px;
}

.bottom-footer {
  background-color: #333333;
  display: flex;
  justify-content: center;
  color: #FFFFFF;
  padding: 20px 10px 0px;
  text-align: center;
}

footer a {
  color: #FFFFFF !important;
  letter-spacing: 1px;
}

.footer-logo {
  margin-bottom: 10px;
}

img.rm-logo {
  margin-bottom: 4px;
}

.footer-menu {
  display: flex;
  gap: 20px;
  justify-content: center;
  width: 90%;
  margin: auto;
  list-style: none;
  margin-bottom: 30px;
}

.footer-menu li {
  text-transform: uppercase;
  font-size: 18px;
}

/* HEADER */
.site-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px;
  background-color: #FFFFFF;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.header-wrap {
  display: flex;
  width: 98%;
  justify-content: center;
  margin: auto;
}

.site-logo {
  display: inline-flex;
  flex-wrap: nowrap;
  flex-basis: 95%;
  width: 95%;
  justify-content: start;
  align-items: center;
  padding: 10px 0;
}

.nav-w-btns-wrap {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  flex-basis: 100%;
  width: 100%;
  justify-content: space-between;
  align-items: flex-end;
  justify-content: space-evenly;
}

.site-logo img {
  max-height: 150px;
}

.main-nav .menu {
  list-style: none;
  display: flex;
  gap: 20px;
  margin: 0;
  padding: 10px 0;
  text-transform: uppercase;
  text-align: center;
  width: 100%;
  min-width: 60vw;
  justify-content: flex-end;
}

.main-nav .menu a {
  text-decoration: none;
  color: #333333;
  font-size: 20px;
  font-weight: 800;
  padding: 10px 15px;
  border-radius: 4px;
  letter-spacing: 2px;
}

.home .menu-item-home {
  display: none;
}

.nav-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.5);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
  z-index: 999;
}

.nav-overlay.show {
  opacity: 1;
  visibility: visible;
}

.mobile-nav-toggle {
  display: none;
}

.menu-buttons {
  display: flex;
  gap: 20px;
}

.oj-btn-container {
  min-width: 250px;
}

.menu ul {
  display: flex;
  list-style: none;
}

@media (max-width: 1100px) {
  .main-nav {
    position: fixed;
    top: 0;
    right: 0;
    width: 75%;
    height: 100vh;
    background-color: #FFFFFF;
    box-shadow: -2px 0 5px rgba(0, 0, 0, 0.2);
    transform: translateX(100%);
    transition: transform 0.3s ease;
    z-index: 9999;
  }
  .main-nav .menu {
    display: block;
    margin: 60px 20px 20px;
    padding: 0;
    gap: 0;
  }
  .main-nav .menu li {
    margin-bottom: 20px;
  }
  .main-nav .menu a {
    display: block;
  }
  .main-nav.open {
    transform: translateX(0);
  }
  .menu-buttons {
    display: none;
  }
  .mobile-nav-toggle {
    display: inline-block;
    background: none;
    border: none;
    cursor: pointer;
    width: 40px;
    height: 40px;
    position: relative;
    z-index: 999;
  }
  .menu-icon {
    display: block;
    width: 24px;
    height: 2px;
    background: #333333;
    position: relative;
    margin: 0 auto;
    top: 50%;
    transform: translateY(-50%);
  }
  .menu-icon::before,
  .menu-icon::after {
    content: "";
    position: absolute;
    width: 24px;
    height: 2px;
    background: #333333;
    left: 0;
    transition: all 0.3s ease;
  }
  .menu-icon::before {
    top: -8px;
  }
  .menu-icon::after {
    top: 8px;
  }
  .mobile-nav-toggle.active .menu-icon {
    background: transparent;
  }
  .mobile-nav-toggle.active .menu-icon::before {
    transform: translateY(8px) rotate(45deg);
  }
  .mobile-nav-toggle.active .menu-icon::after {
    transform: translateY(-8px) rotate(-45deg);
  }
  /* -----------------------------------
     Mobile Contact Section
  ----------------------------------- */
  .oj-mobile-nav-contact {
    padding: 20px;
    background-color: #b2b2b2;
    border-bottom: 1px solid #eeeeee;
    text-align: center;
    margin-bottom: 20px;
  }
  .oj-mobile-nav-contact a {
    color: #333333;
    font-size: 16px;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
  }
  .oj-mobile-nav-contact i {
    font-size: 18px;
    /* Adjust icon color if needed */
    color: #333333;
  }
  /* -----------------------------------
   Mobile Nav Button Section
----------------------------------- */
  .oj-mobile-nav-buttons {
    padding: 20px;
    background-color: #b2b2b2;
    border-top: 1px solid #eeeeee;
    text-align: center;
    display: flex;
    flex-direction: column;
    gap: 10px;
  }
  /* Close Button Styles */
  .mobile-nav-close {
    background: none;
    border: none;
    cursor: pointer;
    font-size: 24px;
    line-height: 1;
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 10000;
    color: #333333;
  }
  .mobile-nav-close:focus {
    outline: none;
  }
  .close-icon {
    display: inline-block;
  }
}

/* ============================================= */
/* = DESKTOP (Min Width 769px)                  */
/* ============================================= */
@media (min-width: 1100px) {
  .main-nav {
    display: block;
    position: static;
    transform: none;
    transition: none;
    height: auto;
    width: auto;
    box-shadow: none;
  }
  .mobile-nav-toggle, .oj-mobile-nav-buttons, .oj-mobile-nav-contact, .mobile-nav-close {
    display: none;
  }
}

.reducedwidth {
  width: 90%;
  margin: auto;
}

.oj-row2 {
  padding: 50px;
  text-align: center;
}

.oj-row3 {
  padding: 0px 10vw 20px;
  margin: 0 auto;
}

ul.nolist {
  list-style: none;
  text-align: left;
}

.nolist {
  column-count: 3;
  padding: 0;
  margin-left: 10%;
}

.is-layout-flex {
  margin-bottom: 0px;
  gap: 0;
}

.wp-block-image img {
  margin-bottom: -16px;
  max-width: 50vw;
  /*min-height: 75vh;
    max-height: 90vh;*/
  height: 50vh;
  object-fit: cover;
}

.rmwb_info-list3 {
  display: flex;
  flex-wrap: nowrap;
  text-align: center;
  padding-top: 40px !important;
  font-size: 1.75em;
}

.rmwb_info-list3 li {
  flex-direction: column;
  list-style-type: none;
  display: flex;
  width: 100%;
  justify-content: center;
  border-bottom: 1px solid #bbb;
  box-sizing: border-box;
}

.grid-details {
  justify-self: end;
}

/* FAQs */
.faq-section {
  width: 78%;
  margin: 2em auto;
}

.faq-wrapper {
  width: 100%;
  margin: 0 auto;
}

.faq-item {
  border-bottom: 1px solid #ddd;
  padding: 10px 0;
}

.faq-question {
  font-weight: bold;
  cursor: pointer;
  position: relative;
  padding-right: 20px;
  font-size: 22px;
}

.faq-question::after {
  content: "+";
  position: absolute;
  right: 0;
  transition: transform 0.3s ease;
}

.faq-item.active .faq-question::after {
  content: "-";
}

.faq-answer {
  display: none;
  padding: 10px 0;
  color: #555;
  font-size: 18px;
}

.faq-item.active .faq-answer {
  display: block;
}

.faq-answer a {
  text-decoration: underline;
  color: inherit;
}

/* HOME PAGE */
.centered {
  text-align: center;
  margin: auto;
}

@media (max-width: 1200px) {
  .oj-slider-overlay {
    width: 100%;
  }
  .hp-head {
    font-size: 2em;
    margin: 0px 50px;
    width: 100%;
  }
  .slogan {
    margin-top: 20px;
  }
  .unit-search {
    display: flex;
    flex-direction: column;
    width: 90%;
    margin: auto;
    align-items: center;
  }
  .unit-search label,
  .unit-search input,
  .unit-search select {
    width: 100%;
    margin-bottom: 15px;
  }
  .wp-block-image img {
    max-width: 100vw;
  }
  ul.nolist {
    display: flex;
  }
  .detailbutton {
    width: unset;
  }
  .slider-nav img {
    height: 50px;
    min-width: 60px;
  }
  .footer-menu {
    display: none;
  }
  .oj-contact-block {
    display: block;
  }
}

@media (max-width: 1000px) {
  .oj-slider-title {
    min-width: 80vw;
  }
}

@media (max-width: 781px) {
  .oj-row {
    text-align: center;
  }
  .hpcol2 {
    flex-direction: column-reverse;
  }
}
