html {
  scroll-behavior: smooth;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  color: #333;
  font-family: Roboto, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

a,
.service-list.service-list-specialist a {
  color: #c07e03;
}

.current_link {
  color: #d8a537 !important;
}

.service-list.service-list-specialist a {
  text-decoration: underline;
}

h1,
h2,
h3,
h4,
h6 {
  font-family: "DM Serif Display", serif;
  font-weight: 400;
}

h1 {
  color: #fff;
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: DM Serif Text, sans-serif;
  font-size: 55px;
  font-weight: 400;
  line-height: 62px;
}

h2 {
  color: #000;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: DM Serif Text, sans-serif;
  font-size: 33px;
  font-weight: 400;
  line-height: 43px;
  text-decoration: none;
}

h3 {
  margin-top: 0;
  margin-bottom: 20px;
  font-family: DM Serif Text, sans-serif;
  font-size: 29px;
  font-weight: 400;
  line-height: 35px;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Roboto, sans-serif;
  font-size: 23px;
  font-weight: 400;
  line-height: 30px;
}

p {
  color: #000;
  margin-bottom: 20px;
  font-family: Roboto, sans-serif;
  font-size: 17px;
  font-weight: 400;
  line-height: 28px;
}

h5 {
  height: 40px;
  margin-top: 10px;
  margin-bottom: 15px;
  font-size: 17px;
  font-weight: 700;
  line-height: 24px;
}

b,
strong {
  font-weight: bold;
}

nav {
  background-color: transparent;
  color: white;
  padding: 20px;
  padding-bottom: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 10;
}

/* Submenu positioning */
.dropdown-submenu {
  position: relative;
}

.dropdown-submenu > .dropdown-menu {
  top: 0;
  left: 100%; /* Show to the right */
  margin-top: -1px;
}

.logo img {
  max-height: 89px;
  max-width: 200px;
  vertical-align: middle;
  transition: 0.3s ease-in;
}

.brand {
  z-index: 100;
  width: 200px;
}

.navbar.navbar-2.w-nav.navigation-bar.sticky {
  position: fixed;
  background: rgba(0, 0, 0, 0.59);
  top: 0;
}

.w-nav-brand {
  float: left;
  color: #333;
  text-decoration: none;
  position: relative;
}

img {
  max-width: 100%;
}

.nav-links {
  display: flex;
  gap: 24px;
  align-items: center;
}

.nav-links a {
  color: white;
  text-decoration: none;
  padding: 5px 10px;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  transition: 0.3s ease-in-out;
}

.nav-links a:hover {
  color: #d8a537;
}

.nav-link:hover {
  color: #c07e02;
}

.nav-link:active,
.nav-link:focus,
.navbar-nav .nav-link.active,
.navbar-nav .nav-link.show {
  color: #fff;
}

.nav-link.w--current {
  color: #d8a537 !important;
}

.nav-link::after,
.sub-dropdown .dropdown-toggle::after {
  border: 0 !important;
}

li.nav-item.dropdown.nav-drop {
  margin-right: 18px;
}

.navbar-expand-lg .navbar-nav .dropdown-menu {
  background-color: #f7f1ea;
}

.nav-link.drop::after,
.sub-dropdown .dropdown-toggle::after {
  content: "\f078";
  font-size: 14px;
  margin-left: 0;
  font-family: "FontAwesome";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
}

button.navbar-toggler {
  padding: 0;
  border: 0;
}

.dropdown-item {
  padding-right: 20px;
}

.dropdown-link {
  color: #000;
  border-bottom: 1px solid #cc9e3980;
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 16px;
  line-height: 22px;
  border-radius: 0;
  padding-right: 40px;
  background-color: #f7f1ea;
}

.dropdown-link:hover {
  text-decoration: none;
  background-color: #f7f1ea;
  border-bottom: 1px solid #c07e03;
}

.dropdown-link:hover::after {
  color: #c07e03;
}

.dropdown-menu li:nth-child(1) .dropdown-link {
  border-top-right-radius: 20px !important;
  border-top-left-radius: 20px !important;
}

.dropdown-menu li:last-child .dropdown-link {
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  border-top-left-radius: 0 !important;
  border-top-right-radius: 0 !important;
}

.service-drop-link .last-droplink {
  border-bottom-right-radius: 20px !important;
  border-bottom-left-radius: 20px !important;
}

.dropdown-menu
  li:last-child
  .service-drop-link
  li:not(:last-child)
  .dropdown-link.sub-droplink,
.dropdown-menu
  li:last-child
  .service-drop-link
  li:not(:first-child)
  .dropdown-link.sub-droplink {
  border-radius: 0;
}

a.dropdown-item.dropdown-link.sub-droplink.no-radius {
  border-radius: 0 !important;
}

.navbar-nav .dropdown-menu {
  padding-top: 0;
  padding-bottom: 0;
  border-radius: 20px;
}

.nav-container {
  width: 94%;
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
}

.nav-flex {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.nav-menu-flex {
  z-index: 10;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.w-nav-menu {
  float: right;
  position: relative;
  max-width: 100%;
  width: 100%;
  justify-content: end;
}

.navbar.navbar-2.w-nav.navigation-bar {
  position: absolute;
  width: 100%;
  top: 0;
  z-index: 999;
  background-color: transparent;
  padding: 0;
}
.navbar-expand-lg .navbar-nav .nav-link {
  padding-right: 0;
  padding-left: 0;
}

.nav-link {
  color: #fff;
  margin-right: 30px;
  padding: 10px 0;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.container {
  width: 90%;
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.container.fullwidth {
  width: 100%;
  max-width: 100%;
}

.flex-wrapper {
  flex-flow: wrap;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.content-wrapper {
  padding-top: 40px;
  padding-bottom: 40px;
}

.service-drop-link li:first-child .dropdown-item {
  border-top-left-radius: 20px !important;
  border-top-right-radius: 20px !important;
}

/* Colors */
.white {
  color: #fff;
}

.red {
  color: #e51a1b;
}

.accent-text {
  color: #c18e06;
  font-weight: 400;
}

/* Cart */
.cart-cta {
  background-image: url(../images/skeen-cart.svg);
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: flex-end;
  align-items: flex-end;
  width: 35px;
  height: 35px;
  margin-left: 20px;
  display: flex;
  position: relative;
}

.cart-count {
  background-color: #bf1a12;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  display: flex;
  position: absolute;
  inset: auto -4px -5px auto;
}

.text-block-2 {
  color: #fff;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  font-weight: 500;
}

/* Buttons */
input.w-button {
  -webkit-appearance: button;
}
.learn-more {
  color: #b47a1a;
  background-color: #fff;
  border: 1px solid #b47a1a;
  /*   border-radius: 3px; */
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
  transform: unset;
}

.gold-button-wrapper {
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: relative;
}
.gold-button.nav {
  padding: 10px 20px;
  box-shadow: -1px 3px 2px 2px #00000026;
  background-color: rgb(193, 142, 6);
  transform: translate3d(0px, 0px, 0px) scale3d(1, 1, 1) rotateX(0deg)
    rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
  transform-style: preserve-3d;
  border-color: rgb(193, 142, 6);
}

.gold-button {
  color: #000;
  background-image: linear-gradient(
    337deg,
    #b47a1a 16%,
    #ffec7c 62%,
    #d1ab59 78%,
    #ffec7c 93%,
    #c18e06
  );
  border-radius: 100px;
  justify-content: space-between;
  align-items: center;
  margin-top: 10px;
  margin-bottom: 20px;
  padding: 10px 30px;
  font-size: 15px;
  font-weight: 500;
  line-height: 21px;
  text-decoration: none;
  display: flex;
  box-shadow: -1px 3px 2px 2px #00000047;
  transition: 0.4s ease-in-out;
}

.gold-button:hover {
  background-color: rgb(255, 255, 255);
  transform: translate3d(0px, -10px, 0px) scale3d(1, 1, 1) rotateX(0deg)
    rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
  transform-style: preserve-3d;
  border-color: rgb(193, 142, 6);
}

.learn-more:hover {
  color: #fff;
  background-color: #b47a1a;
  transform: unset;
}

.book-icon {
  width: 30px;
  min-width: 30px;
  height: 30px;
  min-height: 30px;
  margin-left: 10px;
  transition: 0.4s ease-in-out;
}

.gold-button:hover .book-icon {
  transform: translate3d(10px, 0px, 0px) scale3d(1, 1, 1) rotateX(0deg)
    rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
  transform-style: preserve-3d;
  will-change: transform;
}

.gold-button.submit {
  box-shadow: none;
  padding-left: 40px;
  padding-right: 40px;
  font-size: 22px;
  border: 0;
  transform: unset;
}
.gold-button.submit:hover {
  color: #fff;
  background-color: #000;
  background-image: none;
}

.gold-button.footer:hover {
  background-color: #fff;
  background-image: none;
  transform: unset;
}

.footer-link:hover,
.footer-link.w--current {
  color: #d5a02e;
}

.policy-link:hover {
  color: #e7ac0c;
}

/* Backgrounds */
.bg-color {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(
    229deg,
    #ffec7c 1% 30%,
    #9a6d23 43%,
    #ffec7c 70%,
    #d1ab59 86%,
    #ffec7c
  );
  -webkit-background-clip: text;
  background-clip: text;
}

.content-wrapper.light {
  background-color: #eee8e1;
  margin-bottom: 0;
}

/* Paddings */
.content-wrapper.no-tpadding.padding {
  padding-bottom: 0;
}
.content-wrapper.skeen-wrapper.min {
  padding-bottom: 40px;
  display: block;
}
.content-wrapper.no-padding {
  padding-top: 0;
  padding-bottom: 0;
}
.content-wrapper.skeen-wrapper.min.padding {
  padding-bottom: 0;
}

.content-wrapper._0tpadding {
  padding-top: 20px;
}

.content-wrapper.no-tpadding {
  padding-top: 0;
}

/* Footer */
.footer-wrapper {
  background-color: #000;
  background-image: linear-gradient(153deg, #000 14%, #fff0 93%),
    linear-gradient(333deg, #8a8782 20%, #7e7e7e 91%);
  padding-top: 51px;
  padding-bottom: 35px;
}

.footer-line-sepa {
  background-color: #565658;
  height: 1px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.footer-info-flex.f-logo-bow {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
}
.footer-info-flex {
  flex-flow: row;
  display: flex;
}

.social-box {
  justify-content: flex-end;
  margin-bottom: 0;
  display: flex;
}

.social {
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  margin-right: 15px;
  display: block;
}

.footer-heading {
  color: #fff;
  border-bottom: 1px solid #fff;
  margin-bottom: 20px;
  padding-top: 0;
  padding-bottom: 10px;
  padding-left: 0;
  font-family: Roboto, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
}

.footer-info-flex {
  flex-flow: row;
  display: flex;
}

.footer-list-info-box.margin-footer-right {
  margin-right: 60px;
}
.footer-list-info-box {
  flex-flow: column;
  display: flex;
}

.footer-link {
  color: #fff;
  text-transform: capitalize;
  margin-bottom: 10px;
  font-family: DM Serif Text, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 26px;
  text-decoration: none;
  transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.footer-info-box.custodian-box {
  width: 27%;
}

.info-footer {
  color: #fff;
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
  padding: 10px 20px 10px 0;
  font-size: 14px;
  font-style: normal;
  line-height: 22px;
}

.displaimer {
  color: #cfcfcf;
  text-align: center;
  background-color: #0003;
  border: 1px solid #deba51;
  border-radius: 10px;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 12px 20px;
  font-family: Roboto, sans-serif;
  font-size: 14px;
  font-style: normal;
  line-height: 25px;
}

.copyright-box-wrapper {
  flex-flow: wrap;
  justify-content: space-between;
  align-items: flex-start;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.copyright {
  color: #fff;
  margin-right: 40px;
  font-family: Roboto, sans-serif;
  font-size: 15px;
  font-weight: 500;
  line-height: 25px;
}

.copyright-box {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: space-between;
  display: flex;
}

.policy-link {
  color: #fff;
  margin-right: 0;
  font-family: Roboto, sans-serif;
  font-size: 13px;
  font-weight: 700;
  line-height: 23px;
  text-decoration: none;
  transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

/* Inner Pages */
.hero.hero-banner.inside {
  min-height: auto;
  padding-top: 180px;
}

.sub-navigation-header {
  padding-bottom: 55px;
}

.hero-content-box {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 80%;
  display: flex;
}

.hero-separator {
  background-image: linear-gradient(
    90deg,
    #0000,
    #eec350 14%,
    #9a6d23 53%,
    #ffec7c 73%,
    #d1ab59 84%,
    #0000 99%
  );
  width: 100%;
  max-width: 400px;
  min-height: 2px;
  margin-top: 25px;
  margin-bottom: 14px;
  position: relative;
  left: -4px;
}

.map-wrapper {
  filter: grayscale(1);
}

/* Accordion Services */
.services-accordion {
  width: 100%;
  max-width: 591px;
  margin-top: 30px;
}

.services-accordion .accordion-body {
  padding-top: 0;
  padding-left: 40px;
  padding-right: 40px;
}

.services-accordion .accordion-button {
  padding: 15px 30px;
}

.accordion-button {
  min-height: 73px;
  background-color: transparent;
  color: #000 !important;
  font-family: Roboto, sans-serif !important;
  font-size: 18px;
}

.services-accordion .accordion-item {
  border-radius: 24px;
  overflow: hidden;
  border: 1px solid #e7dbc2;
}

.accordion-button:not(.collapsed),
.accordion-button:focus {
  background-color: transparent;
  box-shadow: none;
}

.accordion-button::after {
  content: "";
  display: inline-block;
  width: 30px;
  height: 30px;
  background-image: url("data:image/svg+xml,%3Csvg fill='%23000000' height='18px' width='18px' version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' viewBox='0 0 455 455' xml:space='preserve'%3E%3Cg id='SVGRepo_bgCarrier' stroke-width='0'%3E%3C/g%3E%3Cg id='SVGRepo_tracerCarrier' stroke-linecap='round' stroke-linejoin='round'%3E%3C/g%3E%3Cg id='SVGRepo_iconCarrier'%3E %3Cpolygon points='455,212.5 242.5,212.5 242.5,0 212.5,0 212.5,212.5 0,212.5 0,242.5 212.5,242.5 212.5,455 242.5,455 242.5,242.5 455,242.5 '%3E%3C/polygon%3E %3C/g%3E%3C/svg%3E") !important;
  background-size: 18px 18px;
  background-position: center center;
  background-repeat: no-repeat;
  transform-origin: center;
  transition: transform 0.3s ease;
  transform: rotate(0deg) !important;
  /* Set default rotation to 0 degrees */
  border: 2px solid #eff0f6;
  border-radius: 50%;
  padding: 5px;
  box-shadow: 0 2px 12px 0 #14142b14;
}

.accordion-button.collapsed::after {
  /* No change needed here, as it's already set to 0 */
}

.accordion-button:not(.collapsed)::after {
  transform: rotate(45deg) !important;
  background-color: #c07e03;
  background-image: url("data:image/svg+xml,%3Csvg fill='%23ffffff' height='18px' width='18px' version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' viewBox='0 0 455 455' xml:space='preserve' stroke='%23ffffff'%3E%3Cg id='SVGRepo_bgCarrier' stroke-width='0'%3E%3C/g%3E%3Cg id='SVGRepo_tracerCarrier' stroke-linecap='round' stroke-linejoin='round'%3E%3C/g%3E%3Cg id='SVGRepo_iconCarrier'%3E %3Cpolygon points='455,212.5 242.5,212.5 242.5,0 212.5,0 212.5,212.5 0,212.5 0,242.5 212.5,242.5 212.5,455 242.5,455 242.5,242.5 455,242.5 '%3E%3C/polygon%3E %3C/g%3E%3C/svg%3E") !important;
}

.accordion-body {
  color: #000;
  text-align: left;
  margin-bottom: 20px;
  font-family: Roboto, sans-serif;
  font-size: 17px;
  font-weight: 400;
  line-height: 30px;
  opacity: 0;
  transform: translate3d(0px, 20px, 0px) scale3d(0.96, 0.96, 1) rotateX(0deg)
    rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
  transform-style: preserve-3d;
  width: 100%;
  height: 0px;
  transition: all 0.3s ease;
}

.accordion-item:not(:last-of-type) {
  margin-bottom: 10px;
}

.accordion-title {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}
.accordion-title {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Roboto, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 28px;
}

.accordion-collapse.collapse.show .accordion-body {
  opacity: 1;
  transform: translate3d(0px, 0px, 0px) scale3d(1, 1, 1) rotateX(0deg)
    rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
  transform-style: preserve-3d;
  width: 100%;
  height: auto;
}
.accordion-body p {
  margin-bottom: 0;
}

/* CF7 Refinements */
.form-box.career p,
.contact-form-box p {
  margin-bottom: 0;
  position: relative;
}

.form-box.career br,
.contact-form-box br {
  display: none;
}

input.wpcf7-form-control.wpcf7-submit.has-spinner.gold-button.submit.w-button {
  margin-bottom: 0;
}

.gold-button-wrapper {
  position: relative;
}

.newsletter-field-wrapper p {
  margin: 0;
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
}

span.wpcf7-spinner {
  position: absolute;
}

.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output {
  border-color: #dc3232;
  margin-top: 0;
  text-align: center;
  color: #dc3232;
}

.wpcf7 form.sent .wpcf7-response-output {
  border-color: #46b450; /* Green */
  text-align: center;
  color: #46b450;
}

.newsletter-field-wrapper p {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 0;
  height: 100%;
}

.email-box p {
    color: #fff;
    justify-content: center;
    align-items: center;
    font-size: 15px;
    font-style: italic;
    display: flex;
    line-height:1.3,
;
}
