:root {
--color-primary:  #A0522D; --color-secondary:#d2c2a3; --color-text:      #000000;
--color-light:     #FFFFFF;
--color-shadow:    rgba(0,0,0,0.5);
--font-body:      'Roboto', sans-serif;
--font-heading:    'Playfair Display', serif;
--spacing:         1rem;
} .footer-menu.footer-menu-1 {
display: none;
} html, body {
margin: 0;
padding: 0;
overflow-x: hidden;
height: 100%;
} * {
box-sizing: border-box;
}
.icon{display:none;}
h2 {
font-size: 2rem;
}
p {
font-family: 'Roboto', sans-serif;
font-weight: 400;
font-size: 18px; line-height: 1.6; color: #000000; }
h1, h2, h3 {
font-family: 'Montserrat', sans-serif;
}
body {
font-family: 'Roboto', sans-serif;
} html, body {
height: 100%; margin: 0;
display: flex;
flex-direction: column; }
.site-content {
flex: 1; } .topbar {
background-color: var(--color-secondary); font-size: 14px;
padding: 10px 0;
border-bottom: 1px solid #ddd;
}
.topbar-inner {
max-width: 1200px;
margin: 0 auto; padding: 0 20px; display: flex;
justify-content: space-between;
align-items: center;
flex-wrap: wrap;
}
.topbar-left .topbar-phone {
color: var(--color-primary);
text-decoration: none;
font-weight: bold;
}
.topbar-menu {
display: flex;
gap: 15px;
margin: 0;
padding: 0;
list-style: none;
}
.topbar-menu li a {
text-decoration: none;
font-weight: 600;
color: var(--color-primary);
}
.topbar-menu li a:hover {
color: #2a9d8f;
}
@media (max-width: 768px) {
.topbar-inner {
flex-direction: column;
gap: 10px;
text-align: center;
}
} .site-header .container {
display: flex;
justify-content: space-between; /
align-items: center; 
width: 100%; 
padding: 0 20px; 
box-sizing: border-box;
}
.custom-logo{
width: 200px;
height: auto;
} .header-transparent {
position: relative;
width: 100%;
background: transparent;
z-index: 10;
padding: 1rem 2rem; box-shadow: none;
transition: background-color 0.3s ease-in-out;
}
.header-transparent .header-logo a,
.header-transparent .primary-navigation a {
color: #000; transition: color 0.3s ease-in-out;
}
.header-transparent .header-logo a:hover,
.header-transparent .primary-navigation a:hover {
color: #fff; } .header-transparent.scrolled {
background: rgba(0, 0, 0, 0.8); padding: 0.5rem 2rem;
}
.header-transparent.scrolled .header-logo a,
.header-transparent.scrolled .primary-navigation a {
color: #000;
} .site-header {
display: flex;
align-items: center;
justify-content: space-between;
padding: 10px 20px 0 20px;
background-color: #bd8146; }
.header-logo {
flex: 1;
}
.primary-navigation {
display: flex;
align-items: center;
flex: 2;
justify-content: flex-start; }
.primary-navigation ul {
display: flex;
gap: 25px; list-style: none;
margin: 0;
padding: 0;
}
.primary-navigation a {
text-decoration: none;
color: #000; font-size: 18px;
} .mobile-menu-toggle {
display: none; background: none;
border: none;
font-size: 18px;
cursor: pointer;
color: #fff; } .mobile-menu-toggle::before {
content: "\2630"; display: inline-block;
transition: transform 0.3s ease, opacity 0.3s ease;
}
.mobile-menu-toggle[aria-expanded="true"]::before {
content: "\2715"; transform: rotate(90deg);
} @media (max-width: 768px) {
.header-logo {
margin-top:0!important;
}
.primary-navigation {
display: none; flex-direction: column;
position: absolute;
top: 205px; right: 0;
background: #000; width: 100%;
padding: 20px;
z-index:10!important;
}
.primary-navigation ul {
flex-direction: column;
gap: 25px; }
.primary-navigation a {
font-size:18px;
color: #bd8146!important;
}
.primary-navigation.open {
display: flex;
}
.mobile-menu-toggle {
display: block; }
} .mobile-menu-toggle:focus {
outline: 2px solid #fff; }  .button-1, .button-2 {
margin-right: 10px;
padding: 10px 15px;
font-size: 14px;
text-decoration: none;
border: 2px solid #fff;
border-radius: 4px;
transition: background-color 0.3s ease, color 0.3s ease;
color: #fff;
background-color: transparent;
} .button-1 {
background-color: #bd8146;
color: #000;
}
.button-1:hover {
background-color: #d9cbac;
color: #000;
} .button-2 {
background-color:#000;
color: #fff;
}
.button-2:hover {
background-color: #bd8146;
color: #000;
} .two-columns.special-color-1 {
background-color: #bd8146;
}  .hero {
display: flex;
flex-direction: column;
width: 100%;
} .hero-row-image {
position: relative;
width: 100%;
height: 80vh; background-size: cover;
background-position: 50% 40%;
background-repeat: no-repeat;
}
.hero-main-image {
position: absolute;
bottom: 5%; right: 5%; width: 500px; max-width: 90%; height: auto; box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2); border-radius: 8px; }
.hero-main-image img{
width: 500px;
height:auto;
} .hero-row-content {
display: flex;
justify-content: center;
align-items: center;
padding: 2rem;
background-color: #bd8146; width: 100%;
box-sizing: border-box;
}
.hero-content-wrapper {
display: flex;
justify-content: space-between;
align-items: flex-start;
max-width: 1200px;
width: 100%;
gap: 2rem;
} .hero-content-left {
flex: 1;
display: flex;
flex-direction: column;
gap: 1rem;
}
.hero-content-left h1 {
font-size: 2.5rem;
font-weight: bold;
margin: 0;
line-height: 1.2;
color: #000;
}
.hero-content-left h2 {
font-size: 1.5rem;
font-weight: 600;
margin: 0;
color: #333;
} .hero-content-right {
flex: 1;
display: flex;
flex-direction: column;
gap: 1rem;
}
.hero-content-right p {
font-size: 1rem;
line-height: 1.6;
color: #000000;
}
.hero-buttons {
display: flex;
gap: 1rem;
}
.hero-buttons .btn {
padding: 0.75rem 1.5rem;
border: 2px solid #000;
background: #d9cbac;
color: #000;
text-transform: uppercase;
font-size: 0.875rem;
font-weight: bold;
text-decoration: none;
border-radius: 4px;
transition: all 0.3s ease-in-out;
}
.hero-buttons .btn:hover {
background: #000;
color: #fff;
} @media (max-width: 1024px) {
.hero-content-wrapper {
flex-direction: column;
text-align: center;
gap: 2rem;
}
.hero-content-left,
.hero-content-right {
flex: none;
width: 100%;
}
.hero-content-left h1 {
font-size: 2rem;
}
.hero-content-left h2 {
font-size: 1.25rem;
}
}
@media (min-width:1920px){
.primary-navigation ul {
gap: 100px; }
}
@media (max-width: 768px) {
.hero-main-image {
bottom: 2%;
right: 2%;
width: 300px; }
.hero-main-image img {
width: 200px;
height: auto;
}
.hero-content-wrapper {
padding: 1.5rem;
}
}
@media (max-width: 480px) {
.custom-logo{
width: 100px;
}
.header-logo {
margin-top: 11%;
margin-left: 35%;
}
.hero-content-wrapper {
gap: 1rem;
}
.hero-content-left h1 {
font-size: 1.75rem;
}
.hero-content-left h2 {
font-size: 1rem;
}
.hero-content-right p {
font-size: 0.9rem;
}
.hero-buttons {
flex-direction: column; gap: 0.75rem;
}
.hero-buttons .btn {
width: 100%; text-align: center;
}
} .hero-full {
height: 100vh;
min-height: 700px;
}
.hero-half {
height: 50vh;
min-height: 350px;
} .flexible-hero-section .hero-background {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-size: cover;
background-position: center;
background-repeat: no-repeat;
z-index: 1;
} .flexible-hero-section .hero-background video {
position: absolute;
top: 50%;
left: 50%;
width: 100%;
height: 100%;
transform: translate(-50%, -50%);
object-fit: cover;
z-index: -1;
} .flexible-hero-section .hero-background iframe {
position: absolute;
top: 50%;
left: 50%;
width: 100%;
height: 100%;
transform: translate(-50%, -50%);
z-index: -1;
border: none;
} .flexible-hero-section .background-slider {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
overflow: hidden;
}
.flexible-hero-section .background-slider .slider-item {
position: absolute;
width: 100%;
height: 100%;
background-size: cover;
background-position: center;
opacity: 0;
transition: opacity 1s ease-in-out;
}
.flexible-hero-section .background-slider .slider-item.active {
opacity: 1;
} .flexible-hero-section .hero-content {
position: relative;
z-index: 2;
text-align: inherit;
max-width: 80%;
}
.flexible-hero-section .hero-content h1 {
font-size: 3.5rem;
margin-bottom: 0.5rem;
text-transform: none;
letter-spacing: normal;
}
.flexible-hero-section .hero-content p {
font-size: 1.5rem;
margin-bottom: 1rem;
} .hero-subheadline-slider {
position: relative;
width: 100%;
max-width: 600px;
margin: 0 auto;
overflow: hidden;
}
.hero-subheadline-slider p {
opacity: 0;
position: absolute;
width: 100%;
text-align: center;
transition: opacity 1s ease-in-out;
}
.hero-subheadline-slider p.active {
opacity: 1;
} .flexible-hero-section .hero-buttons {
margin-top: 20px;
}
.flexible-hero-section .hero-buttons a {
display: inline-block;
padding: 10px 20px;
border: 1px solid #CB9700;
color: #0C2340;
background-color: #CB9700;
text-decoration: none;
font-weight: 400;
margin: 5px;
transition: background 0.3s ease, color 0.3s ease;
}
.flexible-hero-section .hero-buttons a:hover {
background-color: #eef1f3;
color: #0C2340;
font-weight:700;
} .text-left {
text-align: left;
}
.text-center {
text-align: center;
}
.text-right {
text-align: right;
} @media (max-width: 768px) {
.flexible-hero-section .hero-content h1 {
font-size: 2.5rem;
}
.flexible-hero-section .hero-content p {
font-size: 1.2rem;
}
.flexible-hero-section {
padding: 30px;
}
} .two-column-section {
display: flex;
justify-content: center;
align-items: center;
padding: 150px 50px;
background-color: #d9cbac;
background-position: center;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
}
.two-column-container {
display: flex;
flex-wrap: nowrap;
max-width: 1200px;
width: 100%;
gap: 20px;
} .two-column-section.left .two-column-container {
flex-direction: row; } body .two-column-section.right {
flex-direction: row-reverse;
} .two-column-content {
flex: 1 1 50%;
padding: 20px;
display: flex;
flex-direction: column;
justify-content: center;
text-align: left;
}
.two-column-content h2 {
font-size: 2em;
color: #333;
margin-bottom: 10px;
}
.two-column-content p {
font-size: 1.1em;
color: #000000;
line-height: 1.6;
} .two-column-image {
flex: 1 1 50%;
display: flex;
justify-content: center;
align-items: center;
padding: 20px;
}
.two-column-image img {
max-width: 100%;
height: auto;
border-radius: 8px;
box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
} @media (max-width: 768px) {
.two-column-container {
flex-wrap: wrap;
flex-direction: column;
}
.two-column-content,
.two-column-image {
flex: 1 1 100%;
text-align: center;
}
.two-column-image img {
margin-top: 20px;
}
}
@media (max-width: 480px) {
.two-column-content h2 {
font-size: 1.5em;
}
.two-column-content p {
font-size: 1em;
}
} .cta-section {
display: flex;
justify-content: center;
align-items: center;
padding: 40px 20px;
background-color: #bd8146;
background-size: cover;
background-position: center;
background-repeat: no-repeat;
color: #fff; }
.cta-section .inner-container {
max-width: 1200px;
text-align: center;
border: 1px solid #000;
margin: 150px 50px;
padding: 50px 300px;
background-color: #d9cbac;
}
.cta-section .cta-heading {
font-size: 2rem;
font-weight: bold;
color: #000;
margin-bottom: 10px;
}
.cta-section .cta-subheading {
font-size: 1.2rem;
color: #333;
margin-bottom: 20px;
}
.cta-section .cta-buttons {
display: flex;
justify-content: center;
gap: 10px;
}
.cta-section .cta-button {
display: inline-block;
padding: 10px 20px;
text-decoration: none;
font-size: 1rem;
border: 1px solid #000;
transition: all 0.3s ease-in-out;
}
.cta-section .cta-button.primary {
background-color: #000;
color: #fff;
}
.cta-section .cta-button.primary:hover {
background-color: #d9cbac;
color: #000000;
}
.cta-section .cta-button.secondary {
background-color: #bd8146;
color: #000;
}
.cta-section .cta-button.secondary:hover {
background-color: #000000;
color: #FFFFFF;
} @media (max-width: 768px) {
.cta-section .cta-heading {
font-size: 1.5rem;
}
.cta-section .cta-subheading {
font-size: 1rem;
}
.cta-section .cta-buttons {
flex-direction: column;
gap: 10px;
}
} .featured-section {
padding: 50px 20px;
background-color: #bd8146;
text-align: center;
background-size: cover;
background-position: center;
background-repeat: no-repeat;
}
.featured-section .container {
max-width: 1200px;
margin: 0 auto;
}
.featured-section .featured-heading {
font-size: 36px;
color: #000000;
text-shadow: #daccad 3px 3px 3px;
margin-bottom: 40px;
}
.featured-row {
display: flex;
flex-wrap: wrap;
gap: 20px;
justify-content: space-between; }
.featured-column {
flex: 1 1 calc(33.333% - 20px); background-color: #000000;
border: 1px solid #ddd;
border-radius: 8px;
padding: 20px;
text-align: left;
transition: transform 0.3s ease-in-out;
box-sizing: border-box;
}
.featured-column:hover { }
.featured-image img {
width: 100%; max-width: 400px; height: auto; border-radius: 8px;
margin-bottom: 15px;
}
.featured-title {
font-size: 24px;
color: #bd8146;
margin-bottom: 10px;
}
.featured-subtitle {
font-size: 16px;
color: #58595B;
margin-bottom: 20px;
}
.featured-column p{
color: #d9cbac;
}
.featured-button {
display: inline-block;
padding: 10px 20px;
background-color: #bd8146;
color: #fff;
text-decoration: none;
border-radius: 4px;
font-size: 16px;
transition: background-color 0.3s ease;
}
.featured-button:hover {
background-color: #d9cbac;
color: #000000;
}  @media (max-width: 1024px) {
.featured-column {
flex: 1 1 calc(50% - 20px); }
.cta-section .inner-container {
margin:0;
padding:50px;
}
} @media (max-width: 768px) {
.featured-row {
flex-direction: column;
gap: 20px;
}
.featured-column {
flex: 1 1 100%; }
.cta-section .inner-container {
margin:0;
padding:50px;
}
.featured-button{
display:block;
text-align:center;
}
}  .hero-section {
position: relative;
width: 100%;
height: 100vh; overflow: hidden;
}
.hero-section {
justify-content:left!important;
width: 100%;
height: 50vh;
overflow: hidden;
} .hero-section .hero-background {
position: absolute; 
top: 0;
left: 0;
width: 100%;
height: 100%;
background-size: cover; background-position: center; background-repeat: no-repeat; z-index: 1; }
.hero-section:before, .hero-section:after {
content: ''; top: 0;
left: 0;
width: 100%;
height: 100%;
}
@media (min-width: 1500px) {
.hero-section{
padding: 290px 45px 210px;
}
}
.flexible-hero-section {
position: relative;
width: 100%;
overflow: hidden;
display: flex;
align-items: center;
justify-content: center;
text-align: center; color: white; padding: 0 15px;
} .hero-full {
height: 100vh;
min-height: 700px;
}
.hero-half {
height: 50vh;
min-height: 350px;
} .flexible-hero-section .hero-background {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-size: cover;
background-position: center;
background-repeat: no-repeat;
z-index: 1;
} .flexible-hero-section .hero-background video {
position: absolute;
top: 50%;
left: 50%;
width: 100%;
height: 100%;
transform: translate(-50%, -50%);
object-fit: cover;
z-index: -1;
} .flexible-hero-section .hero-background iframe {
position: absolute;
top: 50%;
left: 50%;
width: 100%;
height: 100%;
transform: translate(-50%, -50%);
z-index: -1;
border: none;
} .flexible-hero-section .background-slider {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
overflow: hidden;
}
.flexible-hero-section .background-slider .slider-item {
position: absolute;
width: 100%;
height: 100%;
background-size: cover;
background-position: center;
opacity: 0;
transition: opacity 1s ease-in-out;
}
.flexible-hero-section .background-slider .slider-item.active {
opacity: 1;
} .flexible-hero-section .hero-content {
position: relative;
z-index: 2;
text-align: inherit;
max-width: 80%;
}
.flexible-hero-section .hero-content h1 {
font-size: 3.5rem;
margin-bottom: 0.5rem;
text-transform: none;
letter-spacing: normal;
}
.flexible-hero-section .hero-content p {
font-size: 1.5rem;
margin-bottom: 1rem;
} .hero-subheadline-slider {
position: relative;
width: 100%;
max-width: 600px;
margin: 0 auto;
overflow: hidden;
}
.hero-subheadline-slider p {
opacity: 0;
position: absolute;
width: 100%;
text-align: center;
transition: opacity 1s ease-in-out;
}
.hero-subheadline-slider p.active {
opacity: 1;
} .flexible-hero-section .hero-buttons {
margin-top: 20px;
}
.flexible-hero-section .hero-buttons a {
display: inline-block;
padding: 10px 20px;
border: 1px solid #CB9700;
color: #0C2340;
background-color: #CB9700;
text-decoration: none;
font-weight: 400;
margin: 5px;
transition: background 0.3s ease, color 0.3s ease;
}
.flexible-hero-section .hero-buttons a:hover {
background-color: #eef1f3;
color: #0C2340;
font-weight:700;
} .text-left {
text-align: left;
}
.text-center {
text-align: center;
}
.text-right {
text-align: right;
} @media (max-width: 768px) {
.flexible-hero-section .hero-content h1 {
font-size: 2.5rem;
}
.flexible-hero-section .hero-content p {
font-size: 1.2rem;
}
.flexible-hero-section {
padding: 30px;
}
}
.hero-content.text-center {
display:block;
position: absolute;
top: 40%;
left: 0;
z-index: 1;
text-align: center;
width: 100%;
max-width: 100%;
}
.hero-content h1{
font-size: 2.5rem;
font-weight: bold;
margin:0;
line-height: 1.2;
color: #FFF;
text-shadow: 2px 2px 2px #000;
}
.hero-content p{
font-size: 18px;
line-height: 1.2;
color: #FFF;
text-shadow: 2px 2px 2px #000;
}
.hero-buttons{
display:none;
}   @media (max-width: 1024px) {
section.two-columns{
background-position: 20% 16%;
}
}
main section:nth-of-type(1) h2{
color:#000!important;
}
#home main section:nth-of-type(1) p{
color:#fff!important;
}
main section:nth-of-type(1) .content .columns{
display:none;
} section.two-columns {
display: flex;
flex-wrap: wrap;
align-items: center;
max-width: 100%;
background: #fff;
padding: 20px;
position: relative;
background-size: cover;
background-position: center;
background-repeat: no-repeat;
} section.two-columns.switch-columns {
flex-direction: row-reverse;
padding:5% 0;
}
section.two-columns{
padding: 5% 0;
}
.content, .image {
flex: 1;
} .two-columns  .content {
padding: 0 6% 0 11%; }
.two-columns  .image {
padding: 0 5% 0 0%; }
@media (max-width: 1800px){
section.two-columns{
padding: 0;
}
.two-columns  .content {
padding: 0 5% 0 0; }
.two-columns  .image {
padding: 0; }
}
.two-columns.switch-columns .content {
padding: 5% 13% 5% 5%;
width: 100%;
max-width: 50%;
}
.two-columns.switch-columns .image {
padding: 0 0 0 5%; background-color: transparent;
display: flex;
justify-content: center;
align-items: center;
overflow: hidden;
width: 616px;
max-width: 50%; height: 640px; }
.content h2, .content h1 {
margin: 0 0 10px;
}
.columns {
display: flex;
margin-top: 20px;
}
.column {
flex: 1;
padding-right: 10px;
}
section.two-columns .buttons {
margin-top: 20px;
}  .image img, .image video, .embedded-video iframe, .two-columns-slider .slide img, .two-columns-switch .image img {
max-width: 100%;  height: 600px; object-fit: cover; }
.embedded-video {
width: 100%;
height: 400px; position: relative;
overflow: hidden;
}
.embedded-video iframe {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
object-fit: cover;
}
.two-columns-slider {
width: 100%;
max-width: 600px; display: block;
position: relative;
overflow: hidden;
height: 400px; }
.two-columns-slider .slide {
width: 100%;
max-width: 600px; height: 400px; display: flex;
justify-content: center;
align-items: center;
overflow: hidden;
} @media (max-width: 991px){
.two-columns .content {
padding: 0;
margin-bottom: 10%;
max-width: 100%;
}
.two-columns .image {
padding: 0;  
max-width: 100%; 
}
} @media (max-width: 990px){
.two-columns.switch-columns .content {
padding: 0;
margin-bottom: 10%;
max-width: 75%;
margin-top: 15%;
}
.two-columns.switch-columns .image {
padding: 0;
max-width: 75%;
margin-top:100px;
}
.two-columns .content {
padding: 0;
margin-bottom: 10%;
max-width: 75%;
margin-top: 15%;
}
.two-columns .image {
padding: 0;
max-width: 75%;
}
}
@media (max-width: 768px){
.two-columns.switch-columns .content {
margin-top: 0!important;    
}
}
@media (min-width: 769px) and (max-width: 1024px){
#about-us .two-col-nested-three.bg-image {
background-position: 20% 16%!important;
}
#about-us .row.top-row  .col-left {
margin-top:100px;
padding: 100px;
}
#about-us .row.top-row .col-right {
margin-top: 10%;
}
}
@media (max-width: 1024px) { section.two-columns {
flex-direction: column !important;
}
#about-us section.two-columns {
background-position: 50% 16%!important;
}
#about-us > main.content > section.two-columns > div.content {
margin-top:0;
width:100%!important;
}
#about-us section.two-columns .image{
padding:0!important;
}
#about-us > main.content > section.two-columns > div.image > img { width:100%!important;
}
.content { }
.image {
order: 2;
}
.columns {
flex-direction: column;
}
.column {
padding-right: 0;
margin-bottom: 20px;
}
.two-columns .image, .two-columns-slider, .embedded-video {
max-width: 75%;
height: 300px; margin-top: 50px;
}
} .embedded-video iframe {
width: 75%;
height: 100%;
} @media (max-width: 1024px) {
.embedded-video iframe {
width: 100%;
height: 375px;
}
} @media (max-width: 768px) {
.embedded-video iframe {
width: 75%;
height: 300px; }
#about-us .row.top-row  .col-left {
margin-top:200px;
}	
#about-us .row.top-row .col-right {
margin-top: 25%;
}
} .flexible-hero-section {
position: relative;
width: 100%;
overflow: hidden;
display: flex;
align-items: center;
justify-content: center;
text-align: center; color: white; padding: 0 15px;
} .hero-full {
height: 100vh;
min-height: 700px;
}
.hero-half {
height: 50vh;
min-height: 350px;
} .flexible-hero-section .hero-background {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-size: cover;
background-position: center;
background-repeat: no-repeat;
z-index: 1;
} .flexible-hero-section .hero-background video {
position: absolute;
top: 50%;
left: 50%;
width: 100%;
height: 100%;
transform: translate(-50%, -50%);
object-fit: cover;
z-index: -1;
} .flexible-hero-section .hero-background iframe {
position: absolute;
top: 50%;
left: 50%;
width: 100%;
height: 100%;
transform: translate(-50%, -50%);
z-index: -1;
border: none;
} .flexible-hero-section .background-slider {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
overflow: hidden;
}
.flexible-hero-section .background-slider .slider-item {
position: absolute;
width: 100%;
height: 100%;
background-size: cover;
background-position: center;
opacity: 0;
transition: opacity 1s ease-in-out;
}
.flexible-hero-section .background-slider .slider-item.active {
opacity: 1;
} .flexible-hero-section .hero-content {
position: relative;
z-index: 2;
text-align: inherit;
max-width: 80%;
}
.flexible-hero-section .hero-content h1 {
font-size: 3.5rem;
margin-bottom: 0.5rem;
text-transform: none;
letter-spacing: normal;
}
.flexible-hero-section .hero-content p {
font-size: 1.5rem;
margin-bottom: 1rem;
} .hero-subheadline-slider {
position: relative;
width: 100%;
max-width: 600px;
margin: 0 auto;
overflow: hidden;
}
.hero-subheadline-slider p {
opacity: 0;
position: absolute;
width: 100%;
text-align: center;
transition: opacity 1s ease-in-out;
}
.hero-subheadline-slider p.active {
opacity: 1;
} .flexible-hero-section .hero-buttons {
margin-top: 20px;
}
.flexible-hero-section .hero-buttons a {
display: inline-block;
padding: 10px 20px;
border: 1px solid #CB9700;
color: #0C2340;
background-color: #CB9700;
text-decoration: none;
font-weight: 400;
margin: 5px;
transition: background 0.3s ease, color 0.3s ease;
}
.flexible-hero-section .hero-buttons a:hover {
background-color: #eef1f3;
color: #0C2340;
font-weight:700;
} .text-left {
text-align: left;
}
.text-center {
text-align: center;
}
.text-right {
text-align: right;
} @media (max-width: 768px) {
.flexible-hero-section .hero-content h1 {
font-size: 2.5rem;
}
.flexible-hero-section .hero-content p {
font-size: 1.2rem;
}
.flexible-hero-section {
padding: 30px;
}
} .two-col-nested-three.bg-image {
background-size: cover;
background-position: center;
background-repeat: no-repeat; }
.two-col-nested-three {
padding: 60px 0;
color: #000; position: relative;
background-color: #ffffff; } .two-col-nested-three .container {
max-width: 1500px;
margin: 0 auto;
padding: 5%;
} .two-col-nested-three .row {
display: flex;
gap: 40px;
align-items: center;
margin-bottom: 40px;
} .two-col-nested-three .col-left {
flex: 1.2; } .two-col-nested-three .subheadline {
font-size: 1.2rem;
color: #005EB8; margin-bottom: 10px;
font-weight: bold;
} .two-col-nested-three .headline {
font-size: 2.8rem;
font-weight: bold;
margin-bottom: 15px;
} .two-col-nested-three .main-text {
font-size: 1rem;
line-height: 1.6;
color: #333;
margin-bottom: 20px;
} .two-col-nested-three .col-right {
flex: 1;
display: flex;
justify-content: center;
align-items: center;
}
.two-col-nested-three .col-right img {
max-width: 100%;
height: auto;
border-radius: 0;
} .two-col-nested-three .nested-columns {
display: flex;
justify-content: space-between;
gap: 30px;
text-align: center;
padding-top: 20px;
} .two-col-nested-three .nested-columns .col {
flex: 1;
max-width: 30%;
} .two-col-nested-three .nested-columns .col img {
max-width: 60px;
height: auto;
margin-bottom: 15px;
} .two-col-nested-three .nested-columns .col .column-heading {
font-size: 1.2rem;
font-weight: bold;
margin-bottom: 10px;
color: #000; } .two-col-nested-three .nested-columns .col .column-text {
color: #666;
line-height: 1.5;
}  @media (max-width: 1024px) { .two-col-nested-three .row {
flex-direction: column;
text-align: center;
}
.two-col-nested-three .col-left,
.two-col-nested-three .col-right {
flex: 100%;
}
.two-col-nested-three .col-right img {
max-width: 80%;
} .two-col-nested-three .nested-columns {
flex-direction: column;
gap: 20px;
align-items: center;
}
.two-col-nested-three .nested-columns .col {
max-width: 80%;
margin-bottom: 20px;
}
} @media (max-width: 768px) { .two-col-nested-three {
padding: 40px 0;
}
.two-col-nested-three .headline {
font-size: 2.2rem;
}
.two-col-nested-three .subheadline {
font-size: 1rem;
}
.two-col-nested-three .main-text {
font-size: 0.95rem;
}
.two-col-nested-three .col-right img {
max-width: 100%;
} .two-col-nested-three .nested-columns .col {
max-width: 100%;
}
} @media (max-width: 480px) {
#our-services .hero-content.text-left {
max-width: 90%;
}
#our-services > main > section.hero-section > .hero-content > h1 {
font-size: 1.5rem !important;
padding-bottom: 0 !important;
}
#our-services > main > section.hero-section > .hero-content > p {
font-size: .875rem !important;
padding-bottom: 0 !important;
margin-bottom: 0!important;
}
.two-col-nested-three {
padding: 30px 0;
}
.two-col-nested-three .headline {
font-size: 2rem;
}
.two-col-nested-three .subheadline {
font-size: 0.9rem;
}
.two-col-nested-three .main-text {
font-size: 0.9rem;
}
.two-col-nested-three .col-right img {
max-width: 100%;
} .two-col-nested-three .nested-columns .col {
max-width: 100%;
margin-bottom: 15px;
}
}  .one-column-section {
width: 100%;
min-height: 450px;
display: flex;
align-items: center;
justify-content: center;
text-align: center;
padding: 80px 20px;
position: relative; background-size: cover;
background-position: center;
background-repeat: no-repeat;
} .one-column-section .content {
max-width: 84%;
margin: 0 auto;
} .one-column-section.has-bg-image.map {
padding: 150px;
} .one-column-section h3,
.one-column-section h2 {
margin: 0;
padding: 0;
}
.one-column-section h2 {
font-size: 2.5rem;
font-weight: bold;
color: #ffffff;
}
.one-column-section h3 {
font-size: 2rem;
font-weight: normal;
}
.one-column-section p {
line-height: 1.6;
margin: 0;
padding: 0;
color: #ffffff;
} .one-column-section .buttons {
margin-top: 20px;
}
.one-column-section .btn {
display: inline-block;
background-color: #333;
color: #fff;
padding: 10px 20px;
margin: 5px;
text-decoration: none;
border-radius: 4px;
transition: background-color 0.3s ease, color 0.3s ease;
}
.one-column-section .btn:hover,
.one-column-section .btn:focus {
background-color: #555;
color: #fff;
} .one-column-section.has-bg-image { background-color: transparent;
}
.one-column-section.has-bg-color { background-image: none;
}
p.sq-ft{
width: 200px!important;
}  @media screen and (max-width: 1024px) {
.one-column-section {
padding: 60px 15px;
min-height: 400px;
}
.one-column-section h2 {
font-size: 2rem;
}
.one-column-section h3 {
font-size: 1.75rem;
}
.one-column-section p {
font-size: 18px;
}
.one-column-section .short-info p {
font-size: 24px;
} 
} @media screen and (max-width: 768px) {
.one-column-section {
padding: 40px 10px;
min-height: auto; }
.one-column-section .content {
padding: 10px;
}
.one-column-section h2 {
font-size: 1.75rem;
}
.one-column-section h3 {
font-size: 1.5rem;
}
.one-column-section p {
font-size: 18px;
}
.one-column-section .short-info p {
font-size: 24px;
}  
.one-column-section .btn {
padding: 8px 16px;
margin: 4px;
}
} @media screen and (max-width: 480px) {
.one-column-section {
padding: 30px 10px;
}
.one-column-section h2 {
font-size: 1.5rem;
}
.one-column-section h3 {
font-size: 1.25rem;
}
.one-column-section p {
font-size: 18px;
}
.one-column-section .btn {
padding: 6px 12px;
margin: 3px;
}
.one-column-section a.button.blue-btn{
font-size: 0.85rem!important;
}
}  .form-container {
background-color: #bd8146;
padding: 40px;
border-radius: 8px;
box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
max-width: 900px;
margin: 0 auto;
}
.rgcf-form {
display: flex;
flex-direction: column;
gap: 20px;
}
.form-row {
display: flex;
flex-wrap: wrap;
gap: 20px;
}
.form-row > div {
flex: 1;
min-width: 200px;
}
.rgcf-form label {
font-weight: bold;
color: #000;
display: block;
margin-bottom: 5px;
font-size: 14px;
}
.rgcf-form input[type="text"],
.rgcf-form input[type="email"],
.rgcf-form textarea {
width: 100%;
padding: 12px;
border: 1px solid #ccc;
border-radius: 4px;
font-size: 16px;
background-color: #fff;
color: #333;
}
.rgcf-form textarea {
height: 150px;
resize: vertical;
}
.rgcf-form button[type="submit"] {
padding: 14px 24px;
background-color: #000000;
color: #fff;
text-decoration:none;
border:2px solid #fff;
border-radius:4px;
font-size: 16px;
cursor: pointer;
transition: background-color 0.3s ease;
align-self: flex-start;
}
.rgcf-form button[type="submit"]:hover {
background-color: #bd8146;
color: #000;
}    .recipe-archive .archive-header {
padding: var(--spacing) 2rem;
background: var(--color-secondary);
} .recipe-archive .recipes-grid {
max-width: 1200px; margin: 0 auto; justify-content: center; } .recipe-archive .recipe-item {
width: 100%;
max-width: 400px; margin: 0 auto; }
.recipe-archive .recipe-item:hover {
transform: translateY(-4px);
}
.single-recipe .recipe-thumbnail {
position: relative;
height: 60vh;
background-color: var(--color-secondary); background-size: cover;
background-position: center;
}
.single-recipe .recipe-thumbnail::after {
content: attr(data-title);
position: absolute;
bottom: 2rem;
left: 50%;
transform: translateX(-50%);
color: #fff;
font-family: var(--font-heading);
font-size: 2.5rem;
text-shadow: 2px 2px rgba(0,0,0,0.5);
white-space: nowrap;
}
.recipe-archive .recipe-thumbnail img {
width: 100%;
height: 200px;
object-fit: cover;
display: block;
}
.recipe-archive .recipe-content {
padding: 1.5rem;
display: flex;
flex-direction: column;
flex-grow: 1;
}
.recipe-archive .recipe-title {
font-size: 1.4rem;
color: var(--color-primary);
margin: 0 0 .5rem;
}
.recipe-archive .view-recipe-button {
margin-top: auto;
background: var(--color-primary);
color: var(--color-light);
padding: .75rem 1.5rem;
text-align: center;
text-decoration: none;
border-radius: 4px;
}
.recipe-archive .view-recipe-button:hover {
background: darken(var(--color-primary),10%);
}   .single-recipe {
margin: 0;
padding: 0;
}
.single-recipe .recipe-thumbnail {
position: relative;
height: 60vh;
background-size: cover;
background-position: center;
}
.single-recipe .recipe-thumbnail img {
display: none; }
.single-recipe .recipe-thumbnail::before {
content: "";
position: absolute;
top: 0; left: 0; right: 0; bottom: 0; background-color: var(--color-secondary);
background-image: inherit;
background-size: cover;
background-position: center;
}
.single-recipe .recipe-thumbnail::after {
content: attr(data-title);
position: absolute;
bottom: 2rem;
left: 50%;
transform: translateX(-50%);
color: var(--color-light);
font-family: var(--font-heading);
font-size: 2.5rem;
text-shadow: 2px 2px var(--color-shadow);
white-space: nowrap;
} .single-recipe .recipe-content {
padding: 2rem;
background: var(--color-light);
}
.single-recipe .recipe-meta {
display: flex;
flex-wrap: wrap;
gap: var(--spacing);
list-style: none;
margin: var(--spacing) 0;
padding: 0;
}
.single-recipe .recipe-meta li {
background: var(--color-secondary);
padding: .5rem 1rem;
border-radius: 4px;
font-size: .9rem;
} .single-recipe section {
margin-top: 2rem;
}
.single-recipe h2 {
margin-bottom: 1rem;
}
.single-recipe .recipe-ingredients ul,
.single-recipe .recipe-instructions ol {
padding-left: 1.5rem;
}
.single-recipe li {
margin-bottom: .5rem;
} .single-recipe .recipe-nutrition,
.single-recipe .recipe-notes {
background: var(--color-secondary);
padding: 1.5rem;
border-radius: 6px;
margin-top: 2rem;
}
.single-recipe .recipe-nutrition ul {
display: flex;
flex-wrap: wrap;
gap: var(--spacing);
list-style: none;
margin: 0;
padding: 0;
}
.single-recipe .recipe-nutrition li {
flex: 1 1 120px;
background: var(--color-light);
border-radius: 4px;
padding: .75rem;
text-align: center;
} @media (max-width: 768px) {
.single-recipe .recipe-thumbnail {
height: 40vh;
}
.single-recipe .recipe-thumbnail::after {
font-size: 1.8rem;
}
}   .recipe-gallery .gallery-grid {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
gap: var(--spacing);
}
.recipe-gallery .gallery-item {
aspect-ratio: 1 / 1;
overflow: hidden;
border-radius: 4px;
}
.recipe-gallery .gallery-item img {
width: 100%;
height: 100%;
object-fit: cover;
display: block;
}   .single-recipe .recipe-thumbnail {
position: relative;
height: 60vh;
background-size: cover;
background-position: center;
}
.single-recipe .recipe-thumbnail img {
display: none;
}
.single-recipe .recipe-thumbnail::after {
content: attr(data-title);
position: absolute;
bottom: 2rem;
left: 50%;
transform: translateX(-50%);
color: #FFF;
font-family: var(--font-heading);
font-size: 2.5rem;
text-shadow: 2px 2px var(--color-shadow);
white-space: nowrap;
}   .recipe-archive .recipe-thumbnail img {
width: 100%;
height: 200px;
object-fit: cover;
display: block;
}  .shop-section {
padding: 50px 20px;
background-color: #d9cbac; text-align: center;
background-size: cover;
background-position: center;
background-repeat: no-repeat;
}
.shop-section .container {
max-width: 1200px;
margin: 0 auto;
}
.shop-section .section-heading {
font-size: 36px;
color: #000000;
text-shadow: #daccad 3px 3px 3px;
margin-bottom: 40px;
} .product-grid {
display: flex;
flex-wrap: wrap;
gap: 20px;
justify-content: center;
} .product-card {
flex: 1 1 calc(33.333% - 20px); max-width: 400px; background-color: #000000;
border: 1px solid #ddd;
border-radius: 8px;
padding: 20px;
text-align: left;
transition: transform 0.3s ease-in-out;
display: flex;
flex-direction: column;
box-sizing: border-box;
margin: 0 auto;
}
.product-card:hover {
transform: translateY(-10px);
}
.product-card .product-image img {
width: 100%;
max-width: 400px;
height: auto;
border-radius: 8px;
margin-bottom: 15px;
}
.product-card .product-title a{
font-size: 24px;
color: #A0522D!important;
margin-bottom: 10px;
}
.product-card .product-subtitle {
font-size: 16px;
color: #58595B;
margin-bottom: 20px;
}
.product-card p {
color: #d9cbac;
} .product-description {
max-width: 100%;
color: #d9cbac;
font-size: 15px;
line-height: 1.6;
word-wrap: break-word; display: -webkit-box;
-webkit-line-clamp: 4;
-webkit-box-orient: vertical;
overflow: hidden;
text-overflow: ellipsis;
} .woocommerce ul.products li.product .button,
.woocommerce-page ul.products li.product .button {
display: inline-block;
padding: 10px 20px;
background-color: #bd8146;
color: #fff;
text-decoration: none;
border-radius: 4px;
font-size: 16px;
transition: background-color 0.3s ease;
font-weight: bold;
}
.woocommerce ul.products li.product .button:hover,
.woocommerce-page ul.products li.product .button:hover {
background-color: #d9cbac;
color: #000000;
} @media (max-width: 1024px) {
.product-card {
flex: 1 1 calc(50% - 20px);
}
}
@media (max-width: 768px) {
.product-grid {
flex-direction: column;
gap: 20px;
}
.product-card {
flex: 1 1 100%;
}
.woocommerce ul.products li.product .button {
display: block;
text-align: center;
}
} .single-product-layout {
display: flex;
flex-wrap: nowrap;
align-items: flex-start;
justify-content: space-between;
gap: 40px;
max-width: 1200px;
margin: 0 auto 50px;
text-align: left;
}
.product-left,
.product-right {
flex: 1 1 50%;
max-width: 50%;
}
.product-left {
display: flex;
justify-content: flex-start;
}
.product-right {
display: flex;
flex-direction: column;
justify-content: flex-start;
padding-right: 20px;
}
.product-left img {
width: 100%;
max-width: 100%;
height: auto;
border-radius: 8px;
} .woocommerce div.product .woocommerce-product-gallery,
.woocommerce div.product .summary {
float: none !important;
width: 100% !important;
text-align: left !important;
margin: 0 !important;
} .product-title {
font-size: 32px;
color: #000000;
margin-bottom: 10px;
}
.product-price {
font-size: 24px;
font-weight: bold;
color: #000000;
margin-bottom: 20px;
}
.product-short-description {
font-size: 16px;
color: #d9cbac;
margin-bottom: 20px;
line-height: 1.6;
}
.product-cart {
margin-bottom: 20px;
}
.woocommerce:where(body:not(.woocommerce-uses-block-theme)) .woocommerce-breadcrumb a {
color: #000000;
}
.woocommerce:where(body:not(.woocommerce-uses-block-theme)) .woocommerce-breadcrumb {
font-size: .92em;
color: #000000;
}
.woocommerce .quantity input.qty {
max-width: 60px;
}
.woocommerce .single_add_to_cart_button.button {
background-color: #bd8146;
color: #fff;
font-weight: bold;
border: none;
padding: 10px 20px;
text-transform: uppercase;
transition: background-color 0.3s ease;
}
.woocommerce .single_add_to_cart_button.button:hover {
background-color: #d9cbac;
color: #000;
}
.product-meta {
font-size: 14px;
color: #000000;
} .product-cart form.cart {
display: flex;
align-items: center;
gap: 20px;
margin-top: 20px;
}
.product-cart .quantity input.qty {
width: 60px;
height: 45px;
padding: 8px;
font-size: 16px;
border-radius: 4px;
border: 1px solid #ccc;
background: #A0522D;
color: #000;
} .woocommerce .single_add_to_cart_button.button,
.product-cart .single_add_to_cart_button {
background-color: #A0522D !important;
color: #000 !important;
border: none;
padding: 10px 24px;
font-size: 16px;
font-weight: bold;
text-transform: uppercase;
border-radius: 4px;
transition: background-color 0.3s ease;
cursor: pointer;
}
.woocommerce .single_add_to_cart_button.button:hover,
.product-cart .single_add_to_cart_button:hover {
background-color: #d9cbac !important;
color: #000 !important;
} .product-tabs-section {
background-color: #000;
border-radius: 8px;
padding: 20px;
color: #d9cbac;
} .woocommerce-tabs ul.tabs {
list-style: none;
padding: 0;
display: flex;
border-bottom: 1px solid #444;
margin-bottom: 20px;
flex-wrap: wrap;
gap: 15px;
}
.woocommerce-tabs ul.tabs li {
margin: 0;
} .woocommerce-Tabs-panel,
.woocommerce-Tabs-panel p,
.woocommerce-Tabs-panel li,
.woocommerce-Tabs-panel blockquote,
.woocommerce-Tabs-panel strong,
.woocommerce-Tabs-panel h2,
.woocommerce-Tabs-panel h3,
.woocommerce-Tabs-panel h4 {
color: #d9cbac; }
#tab-description.woocommerce-Tabs-panel p{
text-align:left;
} .woocommerce-Tabs-panel strong {
color: #f0e7d4;
font-weight: bold;
}
.woocommerce-tabs ul.tabs li a {
display: inline-block;
padding: 10px 15px;
background-color: #bd8146;
color: #fff;
text-decoration: none;
border-radius: 4px 4px 0 0;
transition: background-color 0.3s ease;
}
.woocommerce-tabs ul.tabs li.active a,
.woocommerce-tabs ul.tabs li a:hover {
background-color: #d9cbac;
color: #000;
} .woocommerce-tabs .panel {
margin-top: 20px;
color: #d9cbac;
line-height: 1.7;
} @media (max-width: 768px) {
.single-product-layout {
flex-direction: column;
}
.product-left,
.product-right {
flex: 1 1 100%;
}
.woocommerce-tabs ul.tabs {
flex-direction: column;
align-items: stretch;
}
.woocommerce-tabs ul.tabs li a {
width: 100%;
border-radius: 4px;
}
}  .footer-content {
max-width: 1200px;
margin: 0 auto;
padding: 0 20px;
}
.footer-button-2:hover {
background-color: #bd8146;
color: #000;
}
.footer-button-2 {
background-color: transparent;
color: #fff;
}
.footer-button {
padding:10px 15px;
font-size: 14px;
text-decoration:none;
border:2px solid #fff;
border-radius:4px;
transition:background-color 0.3s ease, color 0.3s ease;
color: #fff;
}
.g-recaptcha {
margin-top: 10px;
} @media (max-width: 768px) {
.form-container {
padding: 30px 20px;
}
.form-row {
flex-direction: column;
}
.rgcf-form button[type="submit"] {
width: 100%;
}
} .footer-main {
background-color: #000; color: #fff; padding: 50px 40px;
} footer p {
color: #FFF;
}
.footer-columns {
display: flex;
justify-content: space-between;
align-items: flex-start;
margin-bottom: 30px;
max-width: 1200px;
margin-left: auto;
margin-right: auto;
} .footer-hero {
max-width: 50%;
text-align: left;
padding-right: 20px;
}
.footer-headline {
font-size: 28px;
font-weight: bold;
margin-bottom: 10px;
color: #bd8146; }
.footer-subheadline {
font-size: 16px;
margin-bottom: 20px;
color: #ccc; }
.footer-buttons {
display: flex;
gap: 15px;
}
.footer-button {
padding: 10px 15px;
font-size: 14px;
text-decoration: none;
border: 2px solid #fff; border-radius: 4px;
transition: background-color 0.3s ease, color 0.3s ease;
color: #fff; }
.footer-button-1 {
background-color: #bd8146; color: #000; }
.footer-button-1:hover {
background-color: #d9cbac; color: #000; }
.footer-button-2 {
background-color: transparent; color: #fff; }
.footer-button-2:hover {
background-color: #bd8146; color: #000; } .footer-menus {
display: flex;
gap: 50px;
max-width: 50%;
text-align: left;
}
.footer-menu-list {
list-style: none;
padding: 0;
margin: 0;
}
.footer-menu-list li {
margin-bottom: 10px;
}
.footer-menu-list li a {
text-decoration: none;
color: #fff; font-size: 14px;
transition: color 0.3s ease;
}
.footer-menu-list li a:hover {
color: #ccc; } .footer-logo-centered {
text-align: center;
margin: 30px 0;
}
.footer-logo-centered img {
max-width: 200px;
} .footer-bottom {
border-top: 1px solid #fff; display: flex;
justify-content: space-between; align-items: center;
padding: 15px 0;
max-width: 1200px;
margin: 0 auto; }
.footer-copyright {
text-align: left; color: #fff; font-size: 14px;
}
.footer-social {
text-align: right; }
.footer-social ul {
display: flex;
gap: 10px;
list-style: none;
padding: 0;
margin: 0;
}
.footer-social ul li a {
color: #fff; font-size: 18px;
transition: color 0.3s ease;
}
.footer-social ul li a:hover {
color: #ccc; } @media (max-width: 768px) {
.footer-columns {
flex-direction: column;
align-items: center;
gap: 20px;
}
.footer-hero {
max-width: 100%;
text-align: center;
}
.footer-buttons{
justify-content:center;
}
.footer-menus {
flex-direction: row;
align-items: center;
gap: 20px;
}
.footer-bottom {
flex-direction: column; gap: 20px;
text-align: center;
}
.footer-copyright {
text-align: center; }
.footer-social {
text-align: center; }
}