/*
Theme Name: Nuwa
Theme URI: https://oceanwp.org/
Template: oceanwp
Author: Maqroll
Author URI: https://oceanwp.org/about-oceanwp/
Description: OceanWP is the perfect theme for your project. Lightweight and highly extendable, it will enable you to create almost any type of website such a blog, portfolio, business website and WooCommerce storefront with a beautiful &amp; professional design. Very fast, responsive, RTL &amp; translation ready, best SEO practices, unique WooCommerce features to increase conversion and much more. You can even edit the settings on tablet &amp; mobile so your site looks good on every device. Work with the most popular page builders as Elementor, Beaver Builder, Brizy, Visual Composer, Divi, SiteOrigin, etc... Developers will love his extensible codebase making it a joy to customize and extend. Best friend of Elementor &amp; WooCommerce. Looking for a Multi-Purpose theme? Look no further! Check the demos to realize that it's the only theme you will ever need: https://oceanwp.org/demos/
Tags: two-columns,right-sidebar,footer-widgets,blog,news,custom-background,custom-menu,post-formats,rtl-language-support,sticky-post,editor-style,threaded-comments,translation-ready,buddypress,custom-colors,featured-images,full-width-template,theme-options,e-commerce,block-styles,wide-blocks,accessibility-ready
Version: 4.1.6.1779767826
Updated: 2026-05-26 03:57:06

*/

@font-face {
  font-family: "Hero New";
  src:
    url("assets/fonts/HeroNew-Light.woff2") format("woff2"),
    url("assets/fonts/HeroNew-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Hero New";
  src:
    url("assets/fonts/HeroNew-Regular.woff2") format("woff2"),
    url("assets/fonts/HeroNew-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Hero New";
  src:
    url("assets/fonts/HeroNew-Medium.woff2") format("woff2"),
    url("assets/fonts/HeroNew-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Hero New";
  src:
    url("assets/fonts/HeroNew-Bold.woff2") format("woff2"),
    url("assets/fonts/HeroNew-Bold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Hero New";
  src:
    url("assets/fonts/HeroNew-Bold.woff2") format("woff2"),
    url("assets/fonts/HeroNew-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Hero New";
  src:
    url("assets/fonts/HeroNew-ExtraBold.woff2") format("woff2"),
    url("assets/fonts/HeroNew-ExtraBold.woff") format("woff");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}

:root {
  --nuwa-font-primary: "Hero New", Arial, sans-serif;
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
li,
label,
blockquote,
figcaption,
table,
button,
input,
select,
textarea {
  font-family: var(--nuwa-font-primary);
}

#site-header.nuwa-site-header,
#site-header {
  position: absolute;
  inset: 0 0 auto;
  z-index: 50;
  background: transparent;
  border: 0;
}

.admin-bar #site-header {
  top: 32px;
}

#site-header .nuwa-header__inner {
  width: 100%;
  max-width: 1240px;
  height: 78px;
  margin: 0 auto;
  padding: 0 32px;
  display: grid;
  grid-template-columns: 150px minmax(0, 1fr);
  align-items: center;
  position: relative;
  border-bottom: 1px solid rgba(255, 255, 255, 0.48);
  box-sizing: border-box;
}

#site-header .nuwa-header__logo {
  display: flex;
  align-items: center;
  min-width: 0;
}

#site-header #site-logo {
  float: none;
  display: block;
  height: auto;
  max-width: 118px;
  padding: 0;
}

#site-header #site-logo-inner {
  display: flex;
  align-items: center;
  height: auto;
}

#site-header #site-logo a {
  display: inline-flex;
  align-items: center;
}

#site-header #site-logo img {
  display: block;
  width: 112px;
  max-height: 54px;
  object-fit: contain;
}

#site-header .site-logo-text {
  color: #fff;
  font-family: var(--nuwa-font-primary);
  font-size: 24px;
  line-height: 1;
  letter-spacing: 0;
  text-decoration: none;
  text-transform: uppercase;
}

.nuwa-header__navigation {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 46px;
}

.nuwa-header__menu {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: clamp(42px, 6vw, 80px);
  margin: 0;
  padding: 0;
  list-style: none;
}

.nuwa-header__menu-item a,
.nuwa-header__cta {
  font-family: var(--nuwa-font-primary);
  font-size: 13px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 2.2px;
  text-transform: uppercase;
  text-decoration: none;
  white-space: nowrap;
}

.nuwa-header__menu-item a {
  color: rgba(255, 255, 255, 0.88);
}

.nuwa-header__menu-item a:hover,
.nuwa-header__menu-item a:focus {
  color: #fff;
}

.nuwa-header__cta {
  min-width: 142px;
  min-height: 32px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 22px;
  border-radius: 999px;
  color: #fff;
  background: #b8d9e9;
}

.nuwa-header__cta:hover,
.nuwa-header__cta:focus {
  color: #1c1714;
  background: #fff;
}

.nuwa-header__toggle {
  display: none;
  width: 42px;
  height: 42px;
  justify-self: end;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
}

.nuwa-header__toggle span:not(.screen-reader-text) {
  display: block;
  width: 24px;
  height: 1px;
  margin: 6px auto;
  background: #fff;
}

@media (max-width: 960px) {
  .admin-bar #site-header {
    top: 46px;
  }

  #site-header .nuwa-header__inner {
    height: 72px;
    grid-template-columns: 132px 1fr;
  }

  .nuwa-header__toggle {
    display: block;
  }

  .nuwa-header__navigation {
    position: absolute;
    top: calc(100% + 14px);
    left: 0;
    right: 0;
    display: none;
    grid-template-columns: 1fr;
    gap: 22px;
    padding: 26px;
    border: 1px solid rgba(255, 255, 255, 0.24);
    border-radius: 8px;
    background: rgba(31, 20, 13, 0.92);
    backdrop-filter: blur(18px);
    -webkit-backdrop-filter: blur(18px);
  }

  .nuwa-header__navigation.is-open {
    display: grid;
  }

  .nuwa-header__menu {
    flex-direction: column;
    gap: 22px;
  }

  .nuwa-header__cta {
    justify-self: center;
  }
}

@media (max-width: 767px) {
  #site-header .nuwa-header__inner {
    padding: 0 20px;
  }
}

@media (max-width: 782px) {
  .admin-bar #site-header {
    top: 46px;
  }
}

.nuwa-footer {
  position: relative;
  overflow: hidden;
  padding: 92px 0 28px;
  background: #4f6d55;
  color: #ffffff;
  font-family: var(--nuwa-font-primary);
}

.nuwa-footer__inner {
  width: 100%;
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 32px;
  position: relative;
  z-index: 1;
  box-sizing: border-box;
}

.nuwa-footer__main {
  display: grid;
  grid-template-columns: minmax(260px, 410px) minmax(360px, 1fr);
  gap: clamp(80px, 12vw, 170px);
  align-items: start;
}

.nuwa-footer__line {
  position: absolute;
  pointer-events: none;
}

.nuwa-footer__line--left {
  left: 0;
  bottom: 86px;
  width: clamp(280px, 36vw, 470px);
}

.nuwa-footer__line--right {
  right: 0;
  top: 40px;
  width: clamp(250px, 30vw, 420px);
}

.nuwa-footer__left {
  position: relative;
}

.nuwa-footer__logo {
  display: inline-flex;
  margin-bottom: 76px;
}

.nuwa-footer__logo img {
  width: 180px;
  height: auto;
  display: block;
}

.nuwa-footer__description {
  max-width: 310px;
  margin: 0 0 54px;
  color: #ffffff;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: 0;
}

.nuwa-footer__heading {
  margin: 0 0 24px;
  color: #ffffff;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 0;
}

.nuwa-footer__links {
  display: grid;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.nuwa-footer__links a {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: #ffffff;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.2;
  text-decoration: none;
}
.nuwa-footer__contact h2 {
  margin-bottom: 5px;
}

.nuwa-footer__links img {
  width: 17px;
  height: 17px;
  flex: 0 0 17px;
}

.nuwa-footer__treatments {
  margin-bottom: 54px;
}

.nuwa-footer__address {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  margin: 0 0 28px;
  color: #ffffff;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.35;
}

.nuwa-footer__address img {
  width: 24px;
  height: 21px;
  margin-top: 2px;
  flex: 0 0 14px;
}

.nuwa-footer__social {
  display: grid;
  gap: 10px;
}

.nuwa-footer__social a {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  width: max-content;
  color: #ffffff;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.2;
  text-decoration: none;
}

.nuwa-footer__social img {
  width: 20px;
  height: 20px;
  flex: 0 0 16px;
}

.nuwa-footer__flower {
  width: 100px;
  height: auto;
  display: block;
  margin: 52px 0 0 170px;
}

.nuwa-footer__right {
  padding-top: 14px;
}

.nuwa-footer__form-header {
  max-width: 600px;
  margin-bottom: 38px;
}

.nuwa-footer__form-header h2 {
  margin: 0 0 18px;
  color: #ffffff;
  font-size: 36px;
  font-weight: 500;
  line-height: 1.08;
  letter-spacing: 0;
}

.nuwa-footer__form-header p {
  margin: 0;
  color: rgba(255, 255, 255, 0.86);
  font-size: 18px;
  font-weight: 400;
  line-height: 1.55;
  letter-spacing: 0;
}

.nuwa-footer__form-placeholder {
  min-height: 490px;
  border-radius: 8px;
}

.nuwa-footer__bottom {
  margin-top: 72px;
  padding-top: 28px;
  display: flex;
  justify-content: space-between;
  gap: 24px;
  border-top: 1px solid rgba(255, 255, 255, 0.18);
}

.nuwa-footer__bottom p {
  margin: 0;
  color: rgba(255, 255, 255, 0.56);
  font-size: 14px;
  font-weight: 400;
  line-height: 1.3;
  letter-spacing: 0;
}

@media (max-width: 960px) {
  .nuwa-footer__main {
    grid-template-columns: 1fr;
    gap: 64px;
  }

  .nuwa-footer__logo {
    margin-bottom: 44px;
  }

  .nuwa-footer__flower {
    margin-left: 0;
  }

  .nuwa-footer__form-header {
    max-width: 680px;
  }
}

@media (max-width: 767px) {
  .nuwa-footer {
    padding: 64px 0 28px;
  }

  .nuwa-footer__inner {
    padding: 0 20px;
  }

  .nuwa-footer__line--left {
    left: -120px;
    bottom: 120px;
  }

  .nuwa-footer__line--right {
    right: -150px;
    top: 30px;
  }

  .nuwa-footer__bottom {
    flex-direction: column;
    margin-top: 48px;
  }
}
