/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  scroll-behavior: smooth;
}

body {
  margin: 0;
}

main {
  display: block;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

a {
  background-color: transparent;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

details {
  display: block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

body {
  overflow-x: hidden;
  background-color: #fff;
}

h1,
h2,
h3 {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  color: #274545;
}

h1 {
  font-size: 50px;
}

input,
select,
textarea {
  font-family: "Roboto", sans-serif;
}

h2 {
  width: -moz-fit-content;
  width: fit-content;
  font-size: 30px;
}

h3 {
  font-size: 22px;
}

P {
  font-family: "Roboto", sans-serif;
  line-height: 1.5;
  font-weight: 300;
  font-size: 17px;
  color: #000;
}

li {
  font-family: "Roboto", sans-serif;
  font-size: 17px;
  font-weight: 300;
  color: #000;
}

a {
  font-family: "Roboto", sans-serif;
  color: #274545;
}

small {
  padding: 10px 0;
  font-family: "Roboto", sans-serif;
}

small a {
  font-family: "Roboto", sans-serif;
}

input,
select,
textarea {
  border-radius: 0 !important;
}

.wrapper {
  max-width: 75rem;
  margin: 0 auto;
  padding: 0px 10px;
}

.page-not-found {
  padding: 100px 0;
}

.page-not-found .wrapper h1 {
  font-size: 3rem;
}

.caret {
  position: absolute;
  background-color: #274545;
  bottom: 0;
  right: 0;
  padding: 40px;
  -webkit-clip-path: polygon(100% 0, 0% 100%, 100% 100%);
          clip-path: polygon(100% 0, 0% 100%, 100% 100%);
  display: flex;
  transition: all 0.5s;
}

.caret svg {
  width: 20px;
  position: absolute;
  right: 13px;
  bottom: 6px;
  fill: #fff;
  transition: all 0.5s;
}

.page-title {
  padding-top: 20px;
  padding-bottom: 20px;
  color: #000;
}

.page-title h1 {
  font-weight: 500;
  margin-bottom: 0;
  color: #274545;
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
  flex-direction: column;
}

.page-title p {
  width: 786px;
  font-size: 20px;
}

@media screen and (max-width: 37.5rem) {
  .page-title p {
    width: 100%;
  }
}

@media screen and (min-width: 81.25rem) {
  .wrapper {
    padding: 0;
  }
}

@media screen and (min-width: 103.75rem) {
  .wrapper-wide {
    padding: 0;
  }
}

.wrapper-wide {
  max-width: 100rem;
  margin: 0 auto;
  padding: 0 10px;
}

::marker {
  color: #274545;
  font-size: 1.2rem;
}

.alignfull {
  margin: 0px calc(50% - 50vw);
  max-width: 100vw;
  width: 100vw;
}

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

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

.content {
  position: relative;
  z-index: 50;
}

.gform_button {
  background-color: #274545;
  color: #fff;
  border-radius: 3px;
  border: 0;
  padding: 10px;
  transition: all 0.5s;
}

.gform_button:hover {
  background-color: #ea5d5f;
}

#gform_wrapper_1 {
  font-family: "Roboto", sans-serif;
  padding: 20px 40px;
  padding-bottom: 60px;
  padding-left: 0;
  background-color: #fff;
  border-top: 2px solid #2c3e63;
}

#gform_wrapper_1 .gform_title::after {
  border: 0;
  margin-top: 0;
}

#gform_wrapper_1 .gfield_radio {
  display: flex;
  flex-direction: row;
}

#gform_wrapper_1 .ginput_container input {
  border-color: #e1e1e1;
}

#gform_wrapper_1 .ginput_container textarea {
  border-color: #e1e1e1;
}

#gform_wrapper_1 .gform_button {
  padding: 10px 60px;
  background-color: #2c3e63;
  border-radius: 5px !important;
}

.wp-block-gallery {
  max-width: 75rem;
  margin: 0 auto;
}

.tribe-common-c-btn {
  background-color: #2c3e63 !important;
}

.tribe-common-c-btn-border {
  border-color: #2c3e63 !important;
  color: #2c3e63 !important;
}

.tribe-common-c-btn-border:hover {
  background-color: #222939 !important;
  color: #fff !important;
}

.tribe-common-l-container {
  padding-top: 0 !important;
}

.text-image-block {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
}

.text-image-block .background-element {
  position: absolute;
  top: 0;
  right: 0;
  width: 40%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}

.text-image-block .background-element::after {
  content: "";
  background-color: #7da4a1;
  opacity: 0.7;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}

.text-image-block.margin {
  margin-bottom: 2.5rem;
  margin-top: 2.5rem;
}

.text-image-block .wrapper-wide {
  z-index: 10;
  display: flex;
  width: 100%;
  position: relative;
}

.text-image-block .text-image-image {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  width: 45%;
  margin-right: 2rem;
  margin-top: 2rem;
  margin-bottom: 2rem;
  flex-shrink: 0;
  position: relative;
  border-radius: 6px;
}

.text-image-block .text-image-image::before {
  content: "";
  position: absolute;
  top: -1rem;
  left: -1rem;
  width: 100%;
  height: 100%;
  background-color: #7da4a1;
  z-index: -1;
  border-radius: 6px;
}

.text-image-block .text-image-image .chevron-container {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}

.text-image-block .text-image-image .chevron-container svg {
  width: 3.5rem;
  fill: #fff;
  color: #fff;
}

.text-image-block.image-margin .text-image-image {
  margin-right: 3rem;
  margin-top: 3rem;
  margin-bottom: 3rem;
}

.text-image-block .text-image-content-overlay {
  padding-top: 3rem;
  padding-bottom: 3rem;
  padding-right: 3rem;
  flex: 1;
  font-weight: 400;
}

.text-image-block .text-image-content-overlay h2 {
  display: flex;
  flex-direction: column;
  width: 100%;
  font-style: italic;
  color: #274545;
}

.text-image-block .text-image-content-overlay h2::after {
  content: "";
  display: block;
  height: 8px;
  width: 100%;
  margin-top: 1rem;
  margin-bottom: 1.5rem;
  border-radius: 10px;
  background: linear-gradient(to right, #7da4a1 0%, #7da4a1 25%, #f5f5f5 25%, #f5f5f5 100%);
}

.alignfull .text-image-block .text-image-content-overlay {
  padding-left: 0;
}

.text-image-block p {
  font-weight: 300;
  font-size: 18px;
  color: #666;
}

.text-image-block h2 {
  font-size: 45px;
  font-weight: 700;
  color: #333;
}

.text-image-block .button {
  font-weight: 700;
  font-size: 20px;
  font-style: italic;
  color: #333;
  text-decoration: none;
}

.text-image-block .button:hover {
  text-decoration: underline;
}

.text-image-block.reverse .wrapper-wide {
  flex-direction: row-reverse;
}

.text-image-block.reverse .background-element {
  right: unset;
  left: 0;
}

.text-image-block.reverse .text-image-image {
  margin-right: 0;
  margin-left: 2rem;
}

.text-image-block.reverse .text-image-content-overlay {
  padding-left: 3rem;
  padding-right: 0;
}

.text-image-block.reverse.image-margin .text-image-image {
  margin-left: 3rem;
  margin-right: 0;
}

.alignfull .text-image-block.reverse .text-image-content-overlay {
  padding-right: 0;
}

@media screen and (max-width: 87.5rem) {
  .text-image-block .text-image-content-overlay {
    padding-right: 2.25rem;
  }

  .text-image-block.reverse .text-image-content-overlay {
    padding-left: 2.25rem;
  }
}

@media screen and (max-width: 50rem) {
  .text-image-block .wrapper-wide {
    flex-direction: column;
  }

  .text-image-block .text-image-image {
    width: 100%;
    height: 400px;
    margin: 0;
  }

  .text-image-block .text-image-content-overlay {
    padding-right: 0;
    padding-top: 40px;
    padding-bottom: 40px;
    padding-left: 0;
  }

  .text-image-block.reverse .wrapper-wide {
    flex-direction: column;
  }

  .text-image-block.reverse .text-image-content-overlay {
    padding-right: 0;
    padding-left: 0;
  }

  .text-image-block.reverse .text-image-image {
    margin: 0;
  }
}

.panel {
  position: fixed;
  top: 0;
  left: 0;
  width: 19em;
  height: 100%;
  background: #fff;
  overflow-y: scroll;
  border-right: 3px solid #274545;
  padding-top: 50px;
  z-index: 99999;
  box-sizing: border-box;
  transform: translate3d(-100%, 0px, 0px);
  visibility: hidden;
  transition: 0.3s;
  transition-property: transform, visibility;
}

.panel.active {
  transform: translate3d(0px, 0px, 0px);
  visibility: visible;
}

.panel ul {
  margin-left: 0;
  padding-left: 0;
  margin-bottom: 0;
  margin-top: 0;
  width: 100%;
}

.panel ul li {
  list-style: none;
  margin-left: 0;
  border-top: 1px #274545 solid;
  background-color: #274545;
  margin-bottom: 0;
}

.panel ul li a {
  font-size: 1.2rem;
  text-decoration: none;
  color: #fff;
  padding: 25px 0 25px 30px;
  position: relative;
  display: inline-block;
  width: 100%;
  background-color: #274545;
  transition: all 0.5s;
}

.panel #menu-top-header-navigation li {
  background-color: #ffffff;
}

.panel ul li a:hover {
  color: #fff;
}

.panel ul li a:focus {
  color: #ffffff;
}

.panel .menu-back {
  display: block;
  color: #fff;
  cursor: pointer;
  font-size: 18px;
  font-weight: 400;
  font-family: "Open Sans", Sans-Serif;
  text-decoration: none;
  padding: 12px 30px;
}

.panel .menu-item-has-children ul.sub-menu {
  position: absolute;
  display: block;
  top: 10rem;
  bottom: 0;
  left: 0;
  right: 0;
  transition: 0.3s ease;
  background: #fff;
  transform: translateX(-100%);
  z-index: 999;
}

.panel .menu-item-has-children ul.sub-menu.open-sub {
  transform: translateX(0);
}

.panel .menu-item-has-children > a:after {
  content: " >";
}

.panel .mobile-navigation-logo {
  width: 100%;
  text-align: center;
  padding-top: 25px;
  padding-bottom: 15px;
  position: relative;
  display: inline-block;
  margin: 0 auto;
  background-color: #fff;
}

.panel .mobile-navigation-logo img {
  max-width: 200px;
  margin: 0 auto;
  padding-top: 10px;
}

.panel .mobile-navigation-social-icons {
  padding: 20px 0;
  background: #fff;
}

.panel .mobile-navigation-social-icons h4 {
  margin: 0;
  padding: 0;
  font-size: 1.2rem;
  padding-left: 10px;
  padding-right: 25px;
  margin-bottom: 5px;
  color: #fff;
}

.panel .mobile-navigation-social-icons .list {
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  padding-left: 10px;
  padding-right: 10px;
  gap: 5px;
  justify-content: center;
}

.panel .mobile-navigation-social-icons svg {
  color: #fff;
  width: 3rem;
  margin-right: 5px;
  transition: all 0.5s;
  fill: #274545;
}

.panel .mobile-navigation-social-icons svg:hover {
  color: #ea5d5f;
  fill: #ea5d5f;
}

.panel .mobile-navigation-social-icons svg:focus {
  color: #ea5d5f;
  fill: #ea5d5f;
}

.panel #menu-secondary-header-menu li a {
  font-weight: 100;
  text-transform: none;
}

.mobile-button-link {
  text-decoration: none;
}

.mobile-button-link .mobile-button {
  background-color: #ea5d5f;
  width: 60%;
  margin: 0 auto;
  padding: 10px;
  margin-top: 20px;
  margin-bottom: 10px;
  transition: all 0.5s;
}

.mobile-button-link .mobile-button h4 {
  text-align: center;
  color: #fff;
  margin: 0;
}

.mobile-button-link:hover > .mobile-button {
  background-color: #ea5d5f;
}

@media screen and (max-width: 800px) {
  .panel .menu-item-has-children ul.sub-menu {
    position: absolute;
    top: 0rem;
    padding-top: 5rem;
    bottom: 0;
    left: 0;
    right: 0;
    transition: 0.3s ease;
    background: #fff;
    transform: translateX(-100%);
  }

  body.open-menu #bcore-mobile-nav {
    transform: translateX(0);
  }
}

.panel .button {
  background-color: #274545;
  color: #fff;
  padding: 1.125rem 1.25rem;
  line-height: 1rem;
  border-radius: 5px;
  margin-left: 5px;
  transition: all 0.5s;
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 10px;
  margin-right: 5px;
  margin-block: 1rem;
}

.panel .button svg {
  width: 1rem;
}

.panel .button:hover {
  background-color: #ea5d5f;
}

@media screen and (max-width: 400px) {
  .main-header .wrapper {
    justify-content: space-evenly !important;
  }

  .main-header .wrapper .logo {
    width: 20%;
  }
}

.header-main {
  background-color: #274545;
  position: sticky;
  top: 0;
  z-index: 9999;
  padding: 20px 0;
}

.header-main .wrapper-wide {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}

.header-main .wrapper-wide .header-col-left {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.header-main .wrapper-wide .header-col-left img {
  width: 200px;
  position: relative;
  z-index: 0;
}

.header-main .wrapper-wide .header-col-right {
  display: flex;
  flex-direction: row;
}

#header-navigation {
  list-style: none;
  display: flex;
  flex-direction: row;
  margin: 0;
  padding-left: 0;
  gap: 40px;
  margin-top: 10px;
}

#header-navigation a {
  color: #fff;
  text-decoration: none;
  font-weight: 500;
  font-size: 16px;
  text-transform: uppercase;
  transition: color 0.3s ease, background-color 0.3s ease;
}

#header-navigation > li > a {
  display: block;
  padding: 15px;
  position: relative;
}

#header-navigation > li > a::after {
  content: "";
  position: absolute;
  left: 12px;
  right: 12px;
  bottom: 8px;
  height: 3px;
  background: linear-gradient(90deg, #4a90e2, #50c878, #f9d423, #ff6b35);
  border-radius: 999px;
  transform: scaleX(0);
  transform-origin: left center;
  transition: transform 0.3s ease;
}

#header-navigation > li > a:hover,
#header-navigation > li > a:focus-visible {
  background-color: rgba(255, 255, 255, 0.08);
  color: #fff;
}

#header-navigation > li > a:hover::after,
#header-navigation > li > a:focus-visible::after {
  transform: scaleX(1);
}

#header-navigation .menu-item-has-children {
  position: relative;
}

#header-navigation .menu-item-has-children:hover a,
#header-navigation .menu-item-has-children:focus-within a {
  color: #fff;
}

#header-navigation .menu-item-has-children:hover .sub-menu,
#header-navigation .menu-item-has-children:focus-within .sub-menu {
  left: 0;
}

#header-navigation li .sub-menu {
  list-style: none;
  background-color: #274545;
  padding: 20px 50px 20px 15px;
  position: absolute;
  z-index: 999;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  top: 40px;
  width: 300px;
  left: -9999px;
}

#header-navigation li .sub-menu li {
  padding: 10px 0;
  padding-left: 0;
}

#header-navigation li .sub-menu li a {
  color: rgba(255, 255, 255, 0.85);
  padding: 0;
  text-transform: none;
  font-size: 15px;
  letter-spacing: 0.04em;
  font-weight: 600;
  transition: color 0.2s ease;
}

#header-navigation li .sub-menu li a:hover,
#header-navigation li .sub-menu li a:focus-visible {
  color: #fff;
}

.menu-link {
  position: relative;
  transition: all 0.3s ease-in-out;
  display: none;
}

.menu-link:hover .line {
  background-color: #274545;
}

.menu-link .line {
  width: 50px;
  height: 5px;
  background-color: #274545;
  display: block;
  margin: 8px auto;
  transition: all 0.3s ease-in-out;
}

.menu-link.active {
  transform: rotate(45deg);
}

.menu-link.active:before {
  border: 5px solid #fff;
}

.menu-link.active .line {
  width: 35px;
}

.menu-link.active .line:nth-child(2) {
  opacity: 0;
}

.menu-link.active .line:nth-child(1) {
  transform: translateY(13px);
}

.menu-link.active .line:nth-child(3) {
  transform: translateY(-13px) rotate(90deg);
}

@media screen and (max-width: 67.5rem) {
  .header-menu {
    padding: 0 20px;
  }

  #header-navigation {
    display: none;
  }

  .menu-link {
    display: block;
  }
}

footer {
  position: relative;
}

.footer-content-main {
  padding: 60px 0;
  position: relative;
  background-color: #fff;
}

.footer-content-main .wrapper {
  display: flex;
  flex-direction: row;
  gap: 50px;
}

.footer-content-main .wrapper .col-left {
  width: 50%;
  z-index: 2;
  display: flex;
  flex-direction: column;
}

.footer-content-main .wrapper .col-left img {
  width: 250px;
  margin-bottom: 20px;
}

.footer-content-main .wrapper .col-left .footer-contact-main {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.footer-content-main .wrapper .col-left .footer-contact-main .contact-address p {
  margin: 0;
  color: #000;
}

.footer-content-main .wrapper .col-left .contact-details {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 5px;
}

.footer-content-main .wrapper .col-right {
  width: 50%;
  z-index: 2;
  display: flex;
  flex-direction: column;
  gap: 20px;
  color: #000;
  align-items: flex-start;
}

.footer-content-main .wrapper .col-right a {
  color: #000;
  text-decoration: none;
}

.footer-content-main .wrapper .col-right svg {
  width: 25px;
  fill: #000;
}

.footer-credit-main {
  background-color: #274545;
  padding: 10px 0;
}

.footer-credit-main .wrapper-wide {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  color: #fff;
}

.footer-credit-main .wrapper-wide a {
  color: #fff;
  text-decoration: none;
}

@media screen and (max-width: 768px) {
  .footer-credit-main .wrapper-wide {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
}

.hero-main {
  padding: 150px 0;
  position: relative;
}

.hero-main::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  height: 100%;
  background-color: rgba(39, 69, 69, 0.7);
}

.hero-main .wrapper-wide .hero-content {
  position: relative;
  z-index: 2;
  color: #fff;
  font-size: 20px;
  width: 50%;
}

.hero-main .wrapper-wide .hero-content h1 {
  color: #fff;
  font-size: 45px;
  font-weight: 600;
  font-style: italic;
  margin-bottom: 30px;
  margin-top: 0;
  width: 100%;
}

.hero-main .wrapper-wide .hero-content h1 strong {
  font-weight: 500;
  font-size: 70px;
  font-style: italic;
}

.hero-main .wrapper-wide .hero-content .hero-button {
  color: #fff;
  text-decoration: none;
  display: flex;
  flex-direction: row;
  align-items: center;
  width: -moz-fit-content;
  width: fit-content;
  transition: all 0.5s;
  font-size: 28px;
  font-weight: 500;
  font-style: italic;
}

.hero-main .wrapper-wide .hero-content .hero-button svg {
  width: 20px;
  margin-left: 15px;
  fill: #fff;
  transition: all 0.5s;
}

.hero-main .wrapper-wide .hero-content .hero-button:hover {
  background-color: #0e74ff;
  color: #fff;
}

.hero-main .wrapper-wide .hero-content .hero-button:hover svg {
  transform: translate(3px);
}

.hero-main .wrapper-wide .hero-content img {
  width: 400px;
  margin-bottom: 20px;
}

.hero-main .wrapper-wide .hero-content .hero-divider {
  display: block;
  width: 85%;
  height: 10px;
  background-color: #fff;
  margin: 40px 0 30px;
  opacity: 0.95;
  border-radius: 10px;
  margin-top: 80px;
}

.hero-main .wrapper-wide .hero-image {
  position: absolute;
  top: 0;
  right: 0;
  width: 50%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.hero-main.front-page {
  padding: 150px 0;
  padding-top: 150px;
}

@media screen and (max-width: 768px) {
  .hero-main .wrapper .hero-content h1 {
    font-size: 30px;
  }
}

.quick-link-main .wrapper-wide .quick-link-header {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.quick-link-main .wrapper-wide .quick-link-header h2 {
  font-weight: 700;
  font-size: 45px;
  font-style: italic;
}

.quick-link-main .wrapper-wide .quick-link-header .gradient-line {
  width: 100%;
  height: 8px;
  background: linear-gradient(to right, #4a90e2, #50c878, #f9d423, #ff6b35);
  margin-left: 20px;
  border-radius: 4px;
}

.quick-link-main .wrapper-wide .quick-link-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  padding-left: 0;
  list-style: none;
  gap: 10px;
}

.quick-link-main .wrapper-wide .quick-link-grid a {
  text-decoration: none;
  flex: 1;
  display: flex;
  flex-direction: column;
}

.quick-link-main .wrapper-wide .quick-link-grid .single-quick-link {
  flex: 1;
  display: flex;
  flex-direction: column;
  border: 3px solid #4a9fd7;
  border-radius: 5px;
  padding: 30px;
}

.quick-link-main .wrapper-wide .quick-link-grid a:nth-child(1) .single-quick-link {
  border-color: #4a90e2;
}

.quick-link-main .wrapper-wide .quick-link-grid a:nth-child(1) .single-quick-link strong {
  color: #4a90e2;
}

.quick-link-main .wrapper-wide .quick-link-grid a:nth-child(2) .single-quick-link {
  border-color: #50c878;
}

.quick-link-main .wrapper-wide .quick-link-grid a:nth-child(2) .single-quick-link strong {
  color: #50c878;
}

.quick-link-main .wrapper-wide .quick-link-grid a:nth-child(3) .single-quick-link {
  border-color: #f9d423;
}

.quick-link-main .wrapper-wide .quick-link-grid a:nth-child(3) .single-quick-link strong {
  color: #f9d423;
}

.quick-link-main .wrapper-wide .quick-link-grid a:nth-child(4) .single-quick-link {
  border-color: #ff6b35;
}

.quick-link-main .wrapper-wide .quick-link-grid a:nth-child(4) .single-quick-link strong {
  color: #ff6b35;
}

.quick-link-main .wrapper-wide .quick-link-grid .quick-link-content {
  flex: 1;
  display: flex;
  flex-direction: column;
}

.quick-link-main .wrapper-wide .quick-link-grid .quick-link-content h2 {
  font-weight: 700;
  font-size: 40px;
}

.quick-link-main .wrapper-wide .quick-link-grid .quick-link-content h2 strong {
  font-size: 30px;
  font-weight: 400;
}

.quick-link-main .wrapper-wide .quick-link-grid .quick-link-content h2:has(strong) {
  margin-bottom: 0;
  margin-top: 0;
}

.quick-link-main .wrapper-wide .quick-link-grid .ql-button {
  font-size: 20px;
  font-weight: 600;
  color: #000;
  margin-top: 60px;
  z-index: 2;
  position: relative;
}

.quick-link-main .wrapper-wide .quick-link-grid .quick-link-content {
  position: relative;
  overflow: hidden;
}

.quick-link-main .wrapper-wide .quick-link-grid .quick-link-content svg {
  position: absolute;
  bottom: -90px;
  right: 0;
}

.quick-link-main .wrapper-wide .quick-link-grid .quick-link-image {
  padding: 150px 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.quick-link-main.front-page {
  position: relative;
  z-index: 3;
}

@media screen and (max-width: 768px) {
  .quick-link-main .wrapper-wide .quick-link-grid {
    grid-template-columns: 1fr;
  }
}

.guide-price-main {
  position: relative;
  margin: 100px 0;
}

.guide-price-main .wrapper {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='1201' height='242' viewBox='0 0 1201 242'%3e%3crect id='Rectangle_49' data-name='Rectangle 49' width='1200' height='242' rx='3' fill='%23acce31'/%3e%3crect id='Rectangle_49-2' data-name='Rectangle 49' width='1200' height='242' rx='3' fill='%23acce31'/%3e%3cpath id='Path_38' data-name='Path 38' d='M3,0H248L188,242H3a3,3,0,0,1-3-3V3A3,3,0,0,1,3,0Z' fill='%23a2c22e'/%3e%3cpath id='Path_39' data-name='Path 39' d='M-16,0H-72l-60,242H-16a3,3,0,0,0,3-3V3A3,3,0,0,0-16,0Z' transform='translate(1214)' fill='%23222939'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  padding: 20px 80px;
}

.guide-price-main .wrapper .gform_wrapper {
  color: #fff !important;
  width: 60%;
  background-color: transparent;
  border: none;
  padding: none;
}

.guide-price-main .wrapper .gform_wrapper h2 {
  color: #fff;
  margin-bottom: 10px;
}

.guide-price-main .wrapper .gform_wrapper h2::after {
  margin: 0 !important;
  border: 0 !important;
}

.guide-price-main .wrapper .gform_wrapper .gform_button {
  display: none;
}

.guide-price-main .wrapper .gform_wrapper .gform_heading .gform_description {
  margin-top: 0 !important;
}

.cta-main {
  margin-top: 50px;
  margin-bottom: 50px;
  background-color: #f5f5f5;
  position: relative;
}

.cta-main .wrapper-wide .cta-content {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 80px 0;
  position: relative;
}

.cta-main .wrapper-wide .cta-content .content {
  width: 80% !important;
}

.cta-main .wrapper-wide .cta-content .button-wrapper {
  position: relative;
}

.cta-main .wrapper-wide .cta-content .button-wrapper::before {
  content: "";
  position: absolute;
  top: -90px;
  left: 0;
  right: 0;
  height: 8px;
  background: linear-gradient(to right, #4a90e2, #50c878, #f9d423, #ff6b35);
  border-radius: 2px;
}

.cta-main .wrapper-wide .cta-content .button-wrapper::after {
  content: "";
  position: absolute;
  bottom: -90px;
  left: 0;
  right: 0;
  height: 8px;
  background: linear-gradient(to right, #4a90e2, #50c878, #f9d423, #ff6b35);
  border-radius: 2px;
}

.cta-main .wrapper-wide .cta-content h2 {
  font-size: 40px;
  font-weight: 700;
  color: #274545;
  margin: 0;
}

.cta-main .wrapper-wide .cta-content a {
  padding: 20px 20px;
  border-radius: 6px;
  color: #fff;
  font-weight: 700;
  font-size: 34px;
  text-decoration: none;
  text-align: center;
  display: flex;
  flex-direction: row;
  align-items: center;
  transition: all 0.5s;
  background-color: #7da4a1;
}

.cta-main .wrapper-wide .cta-content a svg {
  width: 20px;
  margin-left: 15px;
  fill: #fff;
  transition: all 0.5s;
}

.cta-main .wrapper-wide .cta-content a:hover {
  background-color: #efefef;
}

.cta-main .wrapper-wide .cta-content a:hover svg {
  transform: translate(3px);
}

.cta-main .wrapper-wide .cta-content p {
  color: #fff;
}

@media screen and (max-width: 768px) {
  .cta-main .wrapper .cta-content {
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 20px;
  }

  .cta-main .wrapper .cta-content .content {
    width: 100% !important;
  }
}

.testimonial-block {
  position: relative;
  margin-bottom: 100px;
  margin-top: 100px;
  background-color: #fff;
}

.testimonial-block .wrapper-wide {
  position: relative;
}

.testimonial-block .wrapper-wide .heading {
  margin-bottom: 3rem;
  display: flex;
  align-items: center;
  gap: 2rem;
  position: relative;
}

.testimonial-block .wrapper-wide .heading h2 {
  font-size: 45px;
  font-weight: 700;
  font-style: italic;
  color: #274545;
  text-transform: uppercase;
  margin: 0;
  white-space: nowrap;
}

.testimonial-block .wrapper-wide .heading::after {
  content: "";
  flex: 1;
  height: 8px;
  background: #f5f5f5;
  border-radius: 4px;
}

.testimonial-block .heading .quote-marks {
  position: absolute;
  top: 50%;
  right: 10%;
  transform: translateY(-50%);
  display: flex;
  gap: 10px;
  background: #fff;
  padding: 0 1rem;
}

.testimonial-block .heading .quote-marks svg {
  width: 60px;
  height: 60px;
  fill: #274545;
}

.testimonial-content-wrapper {
  position: relative;
}

.testimonial-item {
  position: relative;
  max-width: 60%;
}

.testimonial-item .testimonial-text {
  margin-bottom: 2rem;
}

.testimonial-item .testimonial-text p {
  font-size: 16px;
  font-weight: 400;
  font-style: italic;
  color: #666;
  line-height: 1.8;
  margin-bottom: 1.2rem;
}

.testimonial-item .testimonial-author {
  margin-top: 2rem;
}

.testimonial-item .testimonial-author .author-name {
  font-size: 22px;
  font-weight: 700;
  color: #7da4a1;
  margin-bottom: 0.3rem;
  margin-top: 0;
}

.testimonial-item .testimonial-author .author-title {
  font-size: 20px;
  font-weight: bold;
  color: #333;
  margin: 0;
}

@media screen and (max-width: 768px) {
  .testimonial-block .wrapper-wide .heading {
    flex-direction: column;
    align-items: flex-start;
  }

  .testimonial-block .wrapper-wide .heading h2 {
    font-size: 32px;
  }

  .testimonial-block .wrapper-wide .heading::after {
    display: none;
  }

  .testimonial-block .wrapper-wide .heading .quote-marks {
    position: static;
    transform: none;
    align-self: flex-end;
    padding: 0;
  }

  .testimonial-block .wrapper-wide .heading .quote-marks svg {
    width: 40px;
    height: 40px;
  }

  .testimonial-item {
    max-width: 100%;
  }
}

.case-study-main {
  background-color: #222939;
}

.case-study-page .case-study-single {
  margin: 60px 0;
}

.case-study-grid {
  list-style: none;
  padding-left: 0;
}

.case-study-single {
  display: flex;
  flex-direction: row;
}

.case-study-single .case-study-content {
  width: 35%;
  padding: 40px;
}

.case-study-single .case-study-content h2 {
  font-size: 30px;
  color: #fff;
  width: -moz-fit-content;
  width: fit-content;
}

.case-study-single .case-study-content P {
  color: #fff;
  font-size: 17px;
}

.case-study-single .case-study-content .case-study-buttons {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-top: 100px;
}

.case-study-single .case-study-content .case-study-buttons a {
  text-decoration: none;
}

.case-study-single .case-study-content .case-study-buttons .more-button {
  padding: 15px;
  border: 2px solid #fff;
  color: #fff;
  padding-right: 60px;
}

.case-study-single .case-study-content .case-study-buttons .all-button {
  padding: 10px;
  border: 2px solid #274545;
  color: #274545;
  display: flex;
  align-items: center;
  padding-left: 15px;
  padding-right: 15px;
}

.case-study-single .case-study-image {
  width: 65%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 250px 0;
}

@media screen and (max-width: 768px) {
  .case-study-main .case-study-grid {
    grid-template-columns: 1fr;
  }
}

.content-block-main {
  padding: 70px 0;
}

.content-block-main .content-block-shell {
  position: relative;
  border-radius: 16px;
}

.content-block-main .content-block-shell .background-element {
  position: absolute;
  top: 0;
  right: 0;
  width: 45%;
  height: 100%;
  background-image: url("/wp-content/uploads/2025/11/floor-tile-1.png");
  background-size: cover;
  background-repeat: no-repeat;
  opacity: 1;
}

.content-block-main .content-block-shell .background-element::after {
  content: "";
  background-color: #7da4a1;
  opacity: 0.7;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.content-block-main .wrapper-wide {
  position: relative;
  z-index: 2;
  display: flex;
  gap: 60px;
  align-items: stretch;
}

.content-block-main .content-block-shell.reverse.has-image .wrapper-wide {
  flex-direction: row-reverse;
}

.content-block-main .content-block-shell.reverse.has-image .content-block-media {
  margin-right: 0;
  margin-left: 2rem;
}

.content-block-main .content-block-shell.has-right-column .wrapper-wide .content-block-text,
.content-block-main .content-block-shell.has-right-column .wrapper-wide .content-block-right {
  flex: 0 1 50%;
  box-sizing: border-box;
}

.content-block-main .content-block-shell.has-right-column .content-block-text {
  max-width: none;
  align-self: stretch;
}

.content-block-main .content-block-shell:not(.has-image):not(.has-right-column) .wrapper-wide {
  flex-direction: column;
}

.content-block-main .content-block-shell:not(.has-image):not(.has-right-column) .content-block-text {
  max-width: 70%;
  align-self: flex-start;
  padding: 0 !important;
}

.content-block-main .content-block-text {
  flex: 1;
  background: #fff;
  border-radius: 16px;
  padding: 0px 20px;
  padding-left: 0;
  font-size: 18px;
  line-height: 1.7;
  color: #4d5358;
}

.content-block-main .content-block-text h2 {
  font-weight: 700;
  font-size: 44px;
  font-style: italic;
  color: #274545;
  margin-top: 0;
  display: flex;
  flex-direction: column;
  width: 100%;
}

.content-block-main .content-block-text h2::after {
  content: "";
  display: block;
  width: 100%;
  height: 8px;
  margin-top: 18px;
  margin-bottom: 24px;
  border-radius: 999px;
  background: linear-gradient(90deg, #4a90e2 0%, #50c878 12%, #f9d423 18%, #ff6b35 24%, #f5f5f5 24%, #f5f5f5 100%);
}

.content-block-main .content-block-text h3 {
  color: #7da4a1;
  font-size: 38px;
  font-weight: 500;
  font-style: italic;
}

.content-block-main .content-block-text p {
  margin-top: 0;
  margin-bottom: 1.5rem;
}

.content-block-main .content-block-text .button {
  font-weight: 700;
  font-size: 20px;
  font-style: italic;
  color: #333;
  text-decoration: none;
}

.content-block-main .content-block-text .button:hover {
  text-decoration: underline;
}

.content-block-main .content-block-right {
  background: #fff;
  border-radius: 16px;
  padding: 0 20px;
  padding-left: 0;
  font-size: 18px;
  line-height: 1.7;
  color: #4d5358;
}

.content-block-main .content-block-right h2 {
  font-weight: 700;
  font-size: 44px;
  font-style: italic;
  color: #274545;
  margin-top: 0;
  display: flex;
  flex-direction: column;
  width: 100%;
}

.content-block-main .content-block-right h2::after {
  content: "";
  display: block;
  width: 100%;
  height: 8px;
  margin-top: 18px;
  margin-bottom: 24px;
  border-radius: 999px;
  background: linear-gradient(90deg, #4a90e2 0%, #50c878 12%, #f9d423 18%, #ff6b35 24%, #f5f5f5 24%, #f5f5f5 100%);
}

.content-block-main .content-block-right h3 {
  color: #7da4a1;
  font-size: 38px;
  font-weight: 500;
  font-style: italic;
}

.content-block-main .content-block-right p {
  margin-top: 0;
  margin-bottom: 1.5rem;
}

.content-block-main .content-block-media {
  width: 45%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  margin-right: 2rem;
  margin-top: 2rem;
  margin-bottom: 2rem;
  flex-shrink: 0;
  position: relative;
  border-radius: 6px;
  min-height: 400px;
}

.content-block-main .content-block-media::before {
  content: "";
  position: absolute;
  top: -1rem;
  left: -1rem;
  width: 100%;
  height: 100%;
  background-color: #7da4a1;
  z-index: -1;
  border-radius: 6px;
}

.content-block-main .content-block-main.margin {
  margin-top: 4rem;
  margin-bottom: 4rem;
}

.content-block-main .content-block-main:not(.margin) {
  margin: 0 auto;
}

@media screen and (max-width: 1024px) {
  .content-block-main .content-block-main .wrapper-wide {
    flex-direction: column;
  }

  .content-block-main .content-block-main .content-block-shell.has-right-column .content-block-text,
  .content-block-main .content-block-main .content-block-shell.has-right-column .content-block-right {
    flex: 1 1 auto;
  }

  .content-block-main .content-block-main .content-block-media {
    width: 100%;
    height: 400px;
    margin: 0;
  }
}

.team-members-main .wrapper .team-members-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  list-style: none;
  padding-left: 0;
  gap: 40px;
}

.team-members-main .wrapper .team-members-grid .single-team-member {
  display: flex;
  flex-direction: column;
}

.team-members-main .wrapper .team-members-grid .single-team-member .team-member-image {
  padding: 225px 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.team-members-main .wrapper .team-members-grid .single-team-member .team-member-content {
  background-color: #222939;
  color: #fff;
  padding: 30px 80px 30px 40px;
}

.team-members-main .wrapper .team-members-grid .single-team-member .team-member-content h2 {
  color: #fff;
  font-weight: 400;
  font-size: 30px;
  margin-bottom: 0;
}

.team-members-main .wrapper .team-members-grid .single-team-member .team-member-content h2::after {
  display: none;
}

.team-members-main .wrapper .team-members-grid .single-team-member .team-member-content h3 {
  color: #274545;
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
  flex-direction: column;
  font-weight: 400;
}

.team-members-main .wrapper .team-members-grid .single-team-member .team-member-content h3::after {
  content: "";
  border-top: 1px solid #274545;
  width: 140%;
  margin-top: 20px;
  font-size: 18px;
  font-weight: 400;
}

.team-members-main .wrapper .team-members-grid .single-team-member .team-member-content P {
  font-size: 17px;
}

.contact-block .wrapper {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.contact-block .wrapper .contact-col-left .contact {
  display: flex;
  flex-direction: column;
  margin-top: 40px;
}

.contact-block .wrapper .contact-col-left .contact p {
  margin: 0;
}

.contact-block .wrapper .contact-col-left .contact a {
  text-decoration: none;
}

.contact-block .wrapper .contact-col-left .contact .phone {
  color: #000;
}

.contact-block .wrapper .contact-col-left .address {
  margin-top: 20px;
}

.contact-block .wrapper .contact-col-left h3 {
  margin-bottom: 0;
  margin-top: 40px;
}

.case-study-page .wrapper .case-study-grid.archive {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
}

.case-study-page .wrapper .case-study-grid.archive .case-study-single {
  flex-direction: column;
  background-color: #222939;
  overflow: hidden;
  position: relative;
}

.case-study-page .wrapper .case-study-grid.archive .case-study-single .case-study-content {
  width: 100%;
  order: 2;
  position: relative;
  display: flex;
  flex: 1;
  justify-content: space-between;
  flex-direction: column;
}

.case-study-page .wrapper .case-study-grid.archive .case-study-single .case-study-content .case-study-buttons {
  margin-top: 50px;
}

.case-study-page .wrapper .case-study-grid.archive .case-study-single .case-study-image {
  width: 100%;
  order: 1;
  padding: 225px;
}

.case-study-page .wrapper .case-study-grid.archive .case-study-single svg {
  position: absolute;
  z-index: 2;
  right: 50px;
  bottom: -100px;
  fill: #707070;
  width: 133px;
}

.pagination {
  display: flex;
  justify-content: center;
  gap: 0.5rem;
  margin: 4rem 0;
}

.pagination .page-numbers {
  background-color: #222939;
  padding: 1rem;
  color: #fff;
  text-decoration: none;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.188rem;
  font-weight: 500;
  min-width: 2rem;
  transition: all 0.5s;
}

.pagination .page-numbers.current {
  background-color: #222939;
}

.pagination .page-numbers:hover {
  background-color: #222939;
}

.pagination .page-numbers.next {
  background-color: #274545;
}

.pagination .page-numbers.next svg {
  fill: #fff;
}

.pagination .page-numbers.prev {
  background-color: #274545;
}

.pagination .page-numbers.prev svg {
  fill: #fff;
}

.pagination svg {
  width: 0.75rem;
}

.blog {
  background-color: #f2f5f8;
}

.news-page-title {
  position: relative;
  padding-top: 25px;
  padding-bottom: 20px;
  color: #fff;
}

.news-page-title .wrapper {
  position: relative;
  z-index: 2;
}

.news-page-title h1 {
  font-size: 2.5rem;
  margin-bottom: 0;
  color: #fff;
  padding: 20px;
  background-color: #19489e;
  width: -moz-fit-content;
  width: fit-content;
}

.news-page-title p {
  width: 60%;
  font-size: 18px;
  color: #222939;
}

.news-index-title {
  font-size: 3.5rem;
  margin-bottom: 0;
  color: #274545;
}

.news-grid {
  list-style: none;
  padding-left: 0;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 25px;
}

.news-grid .single-news {
  position: relative;
  display: flex;
  flex-direction: column;
  position: relative;
}

.news-grid .single-news a {
  color: inherit;
  text-decoration: none;
}

.news-grid .single-news a::after {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.news-grid .news-image {
  padding: 150px 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  transition: all 0.5s;
  position: relative;
}

.news-grid .news-content {
  padding: 10px 20px;
  padding-bottom: 0;
  display: flex;
  flex-direction: column;
  flex: 1;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #fff;
}

.news-grid .news-content h2 {
  font-size: 22px;
  margin-top: 10px;
  margin-bottom: 0;
}

.news-grid .news-content p {
  padding-bottom: 20px;
}

.news-grid .news-button {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 10px 20px;
  background-color: #274545;
  border-radius: 3px;
  width: -moz-fit-content;
  width: fit-content;
  transition: all 0.5s;
  color: #fff;
  font-weight: 400;
  font-size: 18px;
  margin-top: auto;
  height: -moz-fit-content;
  height: fit-content;
  position: relative;
  transition: all 0.5s;
}

.news-grid .single-news:hover > .news-image .news-button {
  background-color: #0e74ff;
  color: #fff;
}

.news-grid .single-news:hover > .news-image .news-button svg {
  transform: translate(3px);
}

.pagination {
  margin: 0 auto;
  margin-block: 3rem;
  display: flex;
  justify-content: flex-start;
  gap: 10px;
}

.pagination .page-numbers {
  text-decoration: none;
  color: #fff;
  background-color: #4a4556;
  padding: 1.2rem 1.4rem;
  display: inline-block;
  transition: all 0.5s;
  display: flex;
  align-items: center;
  font-size: 1.2rem;
}

.pagination .current {
  background-color: #222939;
  font-family: "open Sans", sans-serif;
  color: #ffffff;
  cursor: pointer;
  border-radius: 5px;
  font-weight: 600;
}

.pagination svg {
  width: 11px;
}

.pagination .page-numbers.current:hover {
  background-color: #222939;
  color: #fff;
}

.pagination .page-numbers:hover {
  background-color: #e0e0e0;
  color: #000;
}

.pagination .page-numbers:hover svg {
  fill: #000;
}

.prev {
  padding: 0.5rem 0.8rem !important;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}

.prev svg {
  fill: #fff;
  width: 15px;
}

.next {
  padding: 0.5rem 0.8rem !important;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}

.next svg {
  width: 15px;
  fill: #fff;
}

@media screen and (max-width: 50rem) {
  .news-grid {
    grid-template-columns: 1fr;
  }

  .news-main .wrapper .news-grid .news-item:first-child {
    grid-column: span 1;
  }

  .news-main .wrapper .news-grid .news-item:first-child .news-svg {
    height: 60%;
    width: 265%;
    position: absolute;
    transform: rotateY(180deg);
    bottom: 0;
    top: auto;
  }

  .news-main .wrapper .news-grid .news-item:first-child a {
    flex-direction: column;
  }

  .news-main .wrapper .news-grid .news-item:first-child a .news-image {
    width: 100%;
    order: 1;
  }

  .news-main .wrapper .news-grid .news-item:first-child a .news-content {
    width: 100%;
    order: 2;
  }

  .news-item {
    height: -moz-fit-content;
    height: fit-content;
  }
}

.latest-news-main {
  padding: 40px 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: left;
}

.latest-news-main .wrapper .latest-news-header {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}

.latest-news-main .wrapper .latest-news-header .latest-news-title {
  font-size: 28px;
  font-weight: bold;
  margin-bottom: 10px;
}

.latest-news-main .wrapper .latest-news-header .all-news-button {
  text-decoration: none;
  font-size: 18px;
  font-weight: 400;
  padding: 10px 20px;
  color: #274545;
  display: flex;
  align-items: center;
}

.latest-news-main .wrapper .latest-news-header .all-news-button svg {
  width: 20px;
  margin-left: 15px;
  fill: #274545;
}

.latest-news-main .wrapper .latest-news-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  padding-left: 0;
  list-style: none;
  gap: 40px;
}

@media screen and (max-width: 768px) {
  .latest-news-main .wrapper .latest-news-grid {
    grid-template-columns: 1fr;
  }
}

.gallery-block-main {
  margin: 100px 0;
}

.gallery-block-main .wrapper .gallery-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  list-style: none;
  padding-left: 0;
  gap: 20px;
}

.gallery-block-main .wrapper .gallery-grid .image {
  height: 100%;
  padding: 133px 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.gallery-block-main .wrapper .gallery-grid .single-image {
  border-radius: 10px;
}

.gallery-block-main .wrapper .gallery-grid .single-image:nth-child(7n+4) {
  grid-column: span 2;
}

.gallery-block-main .wrapper .gallery-grid .single-image:nth-child(7n+5) {
  grid-row: span 2;
}

.gallery-block-main.small .gallery-grid {
  grid-template-columns: repeat(2, 1fr);
}

.gallery-block-main.small .gallery-grid .single-image:nth-child(3n+1) {
  grid-column: span 2;
}

.gallery-block-main.small .gallery-grid .single-image:nth-child(3n+2) {
  grid-column: span 1;
}

.gallery-block-main.constrain {
  width: 80%;
}

.gallery-block-main.remove-margin {
  margin: 50px 0 !important;
}

@media screen and (max-width: 750px) {
  .gallery-block-main.constrain {
    width: 100% !important;
  }
}

.local-links-main .wrapper .local-links-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  padding-left: 0;
  list-style: none;
  gap: 40px;
}

.local-links-main .wrapper .local-links-grid .single-local-link {
  background-color: #1E3055;
  color: #fff;
  display: flex;
  flex-direction: column;
  padding: 30px;
  outline: 5px solid #fff;
  outline-offset: -10px;
}

.local-links-main .wrapper .local-links-grid .single-local-link h2 {
  color: #fff;
  margin-top: 0;
}

.local-links-main .wrapper .local-links-grid .single-local-link a {
  color: #fff;
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 5px;
}

.local-links-main .wrapper .local-links-grid .single-local-link a svg {
  width: 22px;
  fill: #fff;
}

.accreditations-main {
  background-color: #F9F9F9;
  padding: 40px 0;
}

.accreditations-main .wrapper p {
  margin-bottom: 0;
  margin-top: 30px;
  text-align: center;
}

.accreditations-main .wrapper .accreditations {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 60px;
}

.accreditations-main .wrapper .accreditations img {
  width: 117px;
}

@media screen and (max-width: 915px) {
  .accreditations {
    flex-wrap: wrap !important;
  }
}

.product-categories-main {
  padding: 60px 0;
}

.product-categories-main .wrapper-wide .product-categories-header {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-bottom: 40px;
}

.product-categories-main .wrapper-wide .product-categories-header h2 {
  font-weight: 700;
  font-size: 45px;
  font-style: italic;
  color: #274545;
  white-space: nowrap;
  margin: 0;
  padding-right: 20px;
}

.product-categories-main .wrapper-wide .product-categories-header .divider-line {
  width: 100%;
  height: 1px;
  background: #d0d0d0;
}

.product-categories-main .wrapper-wide .product-categories-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}

.product-categories-main .wrapper-wide .product-categories-grid .single-product-category {
  display: flex;
  flex-direction: row;
  background: #fff;
  border: 1px solid #7da4a1;
  overflow: visible;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.product-categories-main .wrapper-wide .product-categories-grid .single-product-category:hover {
  transform: translateY(-3px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.product-categories-main .wrapper-wide .product-categories-grid .single-product-category .category-content {
  flex: 1;
  padding: 30px 25px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background: #fff;
}

.product-categories-main .wrapper-wide .product-categories-grid .single-product-category .category-content .category-title {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.product-categories-main .wrapper-wide .product-categories-grid .single-product-category .category-content .category-title .prefix {
  font-size: 30px;
  font-weight: 500;
  text-transform: italic;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  color: #7da4a1;
  margin-bottom: 5px;
  font-family: "Roboto", sans-serif;
}

.product-categories-main .wrapper-wide .product-categories-grid .single-product-category .category-content .category-title h3 {
  font-size: 40px;
  font-weight: 800;
  font-style: italic;
  color: #383a3d;
  margin: 0;
  line-height: 1.2;
}

.product-categories-main .wrapper-wide .product-categories-grid .single-product-category .category-content .category-title h3::after {
  display: none;
}

.product-categories-main .wrapper-wide .product-categories-grid .single-product-category .category-content .view-category {
  color: #000;
  text-decoration: none;
  font-size: 20px;
  font-weight: 800;
  font-style: italic;
  transition: color 0.3s ease;
  display: inline-block;
  margin-top: 15px;
}

.product-categories-main .wrapper-wide .product-categories-grid .single-product-category .category-content .view-category:hover {
  color: #274545;
}

.product-categories-main .wrapper-wide .product-categories-grid .single-product-category .category-image {
  flex: 0 0 45%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 40px 20px;
  min-height: 220px;
}

.product-categories-main .wrapper-wide .product-categories-grid .single-product-category .category-image::before {
  content: "";
  position: absolute;
  width: 90%;
  height: 95%;
  background-color: #7da4a1;
  border-radius: 8px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.product-categories-main .wrapper-wide .product-categories-grid .single-product-category .category-image img {
  height: 280px;
  width: auto;
  display: block;
  -o-object-fit: contain;
     object-fit: contain;
  position: absolute;
  z-index: 1;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -50%);
}

@media screen and (max-width: 1024px) {
  .product-categories-main .wrapper-wide .product-categories-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media screen and (max-width: 768px) {
  .product-categories-main {
    padding: 40px 0;
  }

  .product-categories-main .wrapper-wide .product-categories-header h2 {
    font-size: 32px;
  }

  .product-categories-main .wrapper-wide .product-categories-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .product-categories-main .wrapper-wide .product-categories-grid .single-product-category {
    flex-direction: column;
  }

  .product-categories-main .wrapper-wide .product-categories-grid .single-product-category .category-image {
    flex: 0 0 250px;
    width: 100%;
  }
}

.baseline-single-product {
  padding: 4rem 0;
}

.baseline-single-product__layout {
  display: flex;
  gap: 3rem;
  align-items: flex-start;
}

.baseline-single-product__media,
.baseline-single-product__summary {
  flex: 0 0 50%;
  width: 50%;
}

.baseline-single-product__stock {
  margin-bottom: 1rem;
}

.baseline-single-product__stock .stock {
  display: inline-flex;
  align-items: center;
  font-size: 0.85rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  font-weight: 700;
  color: #ea5d5f;
  background: rgba(234, 93, 95, 0.08);
  padding: 0.35rem 0.85rem;
  border-radius: 999px;
}

.baseline-single-product .product_title {
  font-size: 70px;
  font-weight: 700;
  margin-bottom: 0.75rem;
  color: #274545 !important;
  display: inline-block;
  position: relative;
}

.baseline-single-product .product_title:after {
  content: "";
  display: block;
  width: 100%;
  height: 6px;
  border-radius: 999px;
  background: #274545;
  margin-top: 0.75rem;
}

.baseline-single-product__price {
  margin-bottom: 1.25rem;
}

.baseline-single-product__price .price {
  display: flex;
  gap: 1rem;
  align-items: baseline;
  font-size: 35px !important;
  font-weight: 700 !important;
  color: #7da4a1 !important;
}

.baseline-single-product__price .price del {
  font-size: 1.25rem;
  color: rgba(39, 69, 69, 0.45);
}

.baseline-single-product__price .price ins {
  text-decoration: none;
}

.baseline-single-product__cta {
  margin-bottom: 1.5rem;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.75rem;
}

.baseline-single-product__cta .enquire-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.65rem;
  padding: 0.9rem 2.5rem;
  border-radius: 999px;
  background: #274545;
  color: #fff;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  text-decoration: none;
  transition: background 0.2s ease, transform 0.2s ease;
}

.baseline-single-product__cta .enquire-button:hover,
.baseline-single-product__cta .enquire-button:focus {
  background: #182b2b;
  transform: translateY(-1px);
}

.baseline-single-product__cta .product-spec-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.65rem;
  padding: 0.8rem 2.25rem;
  border-radius: 999px;
  background: transparent;
  color: #274545;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  text-decoration: none;
  border: 2px solid rgba(39, 69, 69, 0.28);
  transition: background 0.2s ease, color 0.2s ease, transform 0.2s ease;
}

.baseline-single-product__cta .product-spec-button:hover,
.baseline-single-product__cta .product-spec-button:focus {
  background: #274545;
  color: #fff;
  transform: translateY(-1px);
}

.baseline-single-product__excerpt {
  margin-top: 1.5rem;
  margin-bottom: 2rem;
  font-size: 0.95rem;
  line-height: 1.7;
  color: rgba(34, 41, 57, 0.9);
}

.baseline-single-product__specs {
  margin-bottom: 2rem;
}

.baseline-single-product__specs-title {
  font-size: 1.15rem;
  font-weight: 700;
  margin-bottom: 0.85rem;
  color: #274545;
}

.baseline-single-product__specs-table {
  width: 100%;
  border-collapse: collapse;
  border-radius: 14px;
  overflow: hidden;
  background: #fff;
}

.baseline-single-product__specs-row:nth-child(odd) {
  background: rgba(8, 41, 56, 0.02);
}

.baseline-single-product__specs-label,
.baseline-single-product__specs-value {
  padding: 0.8rem 1.25rem;
  font-size: 0.92rem;
  font-family: "Roboto", sans-serif;
}

.baseline-single-product__specs-label {
  width: 40%;
  text-align: left;
  font-weight: 600;
  color: rgba(34, 41, 57, 0.9);
  border-right: 1px solid rgba(8, 41, 56, 0.06);
  text-transform: none;
}

.baseline-single-product__specs-value {
  color: rgba(34, 41, 57, 0.9);
}

.baseline-single-product__meta {
  margin-top: 1.5rem;
  font-size: 0.85rem;
  color: rgba(34, 41, 57, 0.7);
}

.baseline-single-product__meta .posted_in,
.baseline-single-product__meta .sku_wrapper {
  display: block;
  margin-bottom: 0.35rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.baseline-single-product__meta a {
  color: #274545;
  text-decoration: none;
  border-bottom: 1px solid rgba(39, 69, 69, 0.2);
}

.baseline-single-product__meta a:hover {
  color: #ea5d5f;
}

.baseline-single-product .baseline-product-gallery {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}

.baseline-single-product .baseline-product-gallery__main {
  position: relative;
  width: 100%;
  min-height: 360px;
  background: #fff;
  border-radius: 22px;
  padding: 2.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border: 1px solid rgba(8, 41, 56, 0.08);
  box-shadow: 0 35px 70px rgba(10, 37, 55, 0.12);
}

.baseline-single-product .baseline-product-gallery__main-img {
  width: 100%;
  max-height: 520px;
  -o-object-fit: contain;
     object-fit: contain;
  transition: opacity 0.2s ease;
}

.baseline-single-product .baseline-product-gallery__nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 42px;
  height: 42px;
  border-radius: 50%;
  border: none;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
  color: #274545;
  font-size: 1.4rem;
  cursor: pointer;
  transition: background 0.2s ease, color 0.2s ease;
}

.baseline-single-product .baseline-product-gallery__nav span {
  display: inline-block;
  line-height: 1;
  transform: translateY(-1px);
}

.baseline-single-product .baseline-product-gallery__nav--prev {
  left: 1.5rem;
}

.baseline-single-product .baseline-product-gallery__nav--next {
  right: 1.5rem;
}

.baseline-single-product .baseline-product-gallery__nav:hover,
.baseline-single-product .baseline-product-gallery__nav:focus {
  background: #274545;
  color: #fff;
}

.baseline-single-product .baseline-product-gallery__thumbs {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
}

.baseline-single-product .baseline-product-gallery__thumb {
  border: 2px solid transparent;
  border-radius: 16px;
  padding: 0.35rem;
  background: #fff;
  cursor: pointer;
  transition: border-color 0.2s ease, transform 0.2s ease;
  box-shadow: 0 12px 25px rgba(8, 40, 60, 0.12);
}

.baseline-single-product .baseline-product-gallery__thumb img {
  display: block;
  width: 110px;
  height: auto;
}

.baseline-single-product .baseline-product-gallery__thumb.is-active {
  border-color: #ea5d5f;
  transform: translateY(-3px);
}

@media (max-width: 1024px) {
  .baseline-single-product__layout {
    flex-direction: column;
    padding: 2rem;
  }

  .baseline-single-product__media,
  .baseline-single-product__summary {
    width: 100%;
  }
}

