@import "../icon/style.css";
@import "shortcodes.css";
@import "responsive.css";
@import "animation.css";
@import "nouislider.min.css";
@import "map.min.css";
@import "magnific-popup.min.css";
@import "animate.min.css";
@import "swiper-bundle.min.css";
@import "../font/font.css";
@import "bootstrap.css";
/**
  	* Reset Browsers
    * General
	* Elements
  	* Forms
	* Typography
	* Extra classes
	* link style
	* header
    * footer
    * header section
    * mobile
    * cusor
    * preload

*/
/* Reset Browsers
------------ */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin        : 0;
    padding       : 0;
    border        : 0;
    outline       : 0;
    font-size     : 100%;
    font          : inherit;
    vertical-align: baseline;
    font-family   : inherit;
    font-size     : 100%;
    font-style    : inherit;
    font-weight   : inherit;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block
}

html {
    font-size               : 62.5%;
    overflow-y              : scroll;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust    : 100%;
}

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

body {
    background : #fff;
    line-height: 1;
    padding: 0 !important;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section {
    display: block
}

ol,
ul {
    list-style: none
}

table {
    border-collapse: collapse;
    border-spacing : 0;
}

caption,
th,
td {
    font-weight: normal;
    text-align : left;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
}

blockquote,
q {
    quotes: none
}

a img {
    border: 0
}

img {
    max-width: 100%;
    height   : auto;
}

select {
    max-width: 100%
}

/* General
-------------------------------------------------------------- */

body,
button,
input,
select,
textarea {
    font-family            : 'Oswald', sans-serif;
    color                  : #696969;
    -webkit-font-smoothing : antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering         : optimizeLegibility;
    overflow-x             : hidden;
    overflow-y             : auto;
}

img {
    height                : auto;
    max-width             : 100%;
    vertical-align        : middle;
    -ms-interpolation-mode: bicubic
}

p {
    font-family: 'DM Sans', sans-serif;
    font-weight: 400;
    font-size  : 15px;
    line-height: 25px;
    color      : #666666;
}

strong,
b,
cite {
    font-weight: bold;
}

dfn,
cite,
em,
i,
blockquote {
    font-style: italic;
}

abbr,
acronym {
    border-bottom: 1px dotted #e0e0e0;
    cursor       : help;
}

.btn-link:focus, 
.btn-link:hover,
mark,
ins {
    text-decoration: none;
}

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

small {
    font-size: 75%;
}

big {
    font-size: 125%;
}

address {
    font-style: italic;
    margin    : 0 0 20px;
}

code,
kbd,
tt,
var,
samp,
pre {
    margin         : 20px 0;
    padding        : 4px 12px;
    background     : #f5f5f5;
    border         : 1px solid #e0e0e0;
    overflow-x     : auto;
    -webkit-hyphens: none;
    -moz-hyphens   : none;
    hyphens        : none;
    border-radius  : 0;
    height         : auto;
}

svg,
svg path {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

/* Elements
-------------------------------------------------------------- */

html {
    -webkit-box-sizing: border-box;
    -moz-box-sizing   : border-box;
    box-sizing        : border-box;
}

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

hr {
    margin-bottom: 20px;
    border       : dashed 1px #ccc;
}

/* List */

ul,
ol {
    padding: 0;
}

ul {
    list-style: disc;
}

ol {
    list-style: decimal;
}

li>ul,
li>ol {
    margin-bottom: 0;
}

li {
    list-style: none;
}

ul li,
ol li {
    padding: 0;
}

dl,
dd {
    margin: 0 0 20px;
}

dt {
    font-weight: bold;
}

del,
.disable {
    text-decoration: line-through;
    filter         : alpha(opacity=50);
    opacity        : 0.5;
}


/* Table */

table,
th,
td {
    border: 1px solid #343444;
}

table {
    border-collapse: separate;
    border-spacing : 0;
    border-width   : 1px 0 0 1px;
    margin         : 0 0 30px;
    table-layout   : fixed;
    width          : 100%;
}

caption,
th,
td {
    font-weight: normal;
    text-align : left;
}

th {
    border-width: 0 1px 1px 0;
    font-weight : bold;
}

td {
    border-width: 0 1px 1px 0;
}

th,
td {
    padding: 8px 12px;
}

/* Media */

embed,
object,
video {
    margin-bottom : 20px;
    max-width     : 100%;
    vertical-align: middle;
}

p>embed,
p>iframe,
p>object,
p>video {
    margin-bottom: 0;
}

/* Forms
-------------------------------------------------------------- */
/* Fixes */
button,
input {
    line-height: normal;
}

button,
input,
select,
textarea {
    font-size     : 100%;
    line-height   : inherit;
    margin        : 0;
    vertical-align: baseline;
}

input,
textarea,
select {
    font-size       : 14px;
    max-width       : 100%;
    background      : #fff;
    /* Removing the inner shadow on iOS inputs */
}

textarea {
    overflow      : auto;
    /* Removes default vertical scrollbar in IE6/7/8/9 */
    vertical-align: top;
    /* Improves readability and alignment in all browsers */
}

input[type="checkbox"] {
    display: inline;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
    line-height       : 1;
    cursor            : pointer;
    -webkit-appearance: button;
    border            : 0;
}

input[type="checkbox"],
input[type="radio"] {
    padding : 0;
    width: 15px;
    height: 25px;
    margin-right: 13px;
    cursor : pointer;
    vertical-align: sub;
    /* Addresses excess padding in IE8/9 */
}

input[type="search"] {
    -webkit-appearance: textfield;
    /* Addresses appearance set to searchfield in S5, Chrome */
}

input[type="search"]::-webkit-search-decoration {
    /* Corrects inner padding displayed oddly in S5, Chrome on OSX */
    -webkit-appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border : 0;
    padding: 0;
}


/* Remove chrome yellow autofill */
input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px #f7f7f7 inset
}


/* Reset search styling */
input[type="search"] {
    outline: 0
}

input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
    display: none
}

/* Contact Form 7 */
fieldset {
    margin-bottom: 0px;
    width: 100%;
}

select{
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -ms-appearance: none;
}

.select {
    position: relative;
}

.select::after {
    position: absolute;
    content: '\e904';
    right: 10px;
    top: 46%;
    width: 20px;
    height: 20px;
    font-family: 'icomoon' ;
    font-size: 13px;
    font-weight: 700;
    display: block;
    color: #fff;
    pointer-events: none;
    -webkit-transition: .25s all ease;
    -o-transition: .25s all ease;
    transition: .25s all ease;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

.select.t1::after {
    color: #171412;
}

select {
    border: none;
    outline: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    width: 100%;
    padding: 0px 17px;
    height: 50px !important;
    font-family: 'DM Sans', sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 50px;
    border-radius: 10px;
    background-color: #48433f;
    color: #fff;
    margin-bottom: 15px;
    position: relative;
}

select option {
    font-size: 16px;
    line-height: 11px;
    color: #696969;
    background-color: #fff;
    text-transform: capitalize;
}

select.style-1 {
    background: #f1f1f1;
    color      : #171412;
}

textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"] {
    border: none;
    outline           : 0;
    -webkit-box-shadow: none;
    -moz-box-shadow   : none;
    box-shadow        : none;
    border-radius: 5px;
    padding: 15px;
    width: 100%;
    height: 50px;
    background: #fff;
    font-size  : 16px;
    font-weight: 400;
    line-height: 29px;
    font-family: 'DM Sans';
    color      : #171412;
    overflow: hidden;
}

/* Input focus */
textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus {
    border: none;
    outline           : 0;
    -webkit-box-shadow: none;
    -moz-box-shadow   : none;
    box-shadow        : none;
}

textarea::placeholder,
input[type="text"]::placeholder,
input[type="password"]::placeholder,
input[type="datetime"]::placeholder,
input[type="datetime-local"]::placeholder,
input[type="date"]::placeholder,
input[type="month"]::placeholder,
input[type="time"]::placeholder,
input[type="week"]::placeholder,
input[type="number"]::placeholder,
input[type="email"]::placeholder,
input[type="url"]::placeholder,
input[type="search"]::placeholder,
input[type="tel"]::placeholder,
input[type="color"]::placeholder {
    font-size  : 16px;
    font-weight: 400;
    line-height: 29px;
    font-family: 'DM Sans';
    color      : #171412;
}

textarea.style-1,
input[type="text"].style-1,
input[type="password"].style-1,
input[type="datetime"].style-1,
input[type="datetime-local"].style-1,
input[type="date"].style-1,
input[type="month"].style-1,
input[type="time"].style-1,
input[type="week"].style-1,
input[type="number"].style-1,
input[type="email"].style-1,
input[type="url"].style-1,
input[type="search"].style-1,
input[type="tel"].style-1,
input[type="color"].style-1 {
    background: #48433f;
    color      : #fff;
}

textarea.style-1::placeholder,
input[type="text"].style-1::placeholder,
input[type="password"].style-1::placeholder,
input[type="datetime"].style-1::placeholder,
input[type="datetime-local"].style-1::placeholder,
input[type="date"].style-1::placeholder,
input[type="month"].style-1::placeholder,
input[type="time"].style-1::placeholder,
input[type="week"].style-1::placeholder,
input[type="number"].style-1::placeholder,
input[type="email"].style-1::placeholder,
input[type="url"].style-1::placeholder,
input[type="search"].style-1::placeholder,
input[type="tel"].style-1::placeholder,
input[type="color"].style-1::placeholder {
    color      : #fff;
}

textarea.style-2,
input[type="text"].style-2,
input[type="password"].style-2,
input[type="datetime"].style-2,
input[type="datetime-local"].style-2,
input[type="date"].style-2,
input[type="month"].style-2,
input[type="time"].style-2,
input[type="week"].style-2,
input[type="number"].style-2,
input[type="email"].style-2,
input[type="url"].style-2,
input[type="search"].style-2,
input[type="tel"].style-2,
input[type="color"].style-2 {
    background: #f1f1f1;
    color      : #171412;
}

textarea.style-2::placeholder,
input[type="text"].style-2::placeholder,
input[type="password"].style-2::placeholder,
input[type="datetime"].style-2::placeholder,
input[type="datetime-local"].style-2::placeholder,
input[type="date"].style-2::placeholder,
input[type="month"].style-2::placeholder,
input[type="time"].style-2::placeholder,
input[type="week"].style-2::placeholder,
input[type="number"].style-2::placeholder,
input[type="email"].style-2::placeholder,
input[type="url"].style-2::placeholder,
input[type="search"].style-2::placeholder,
input[type="tel"].style-2::placeholder,
input[type="color"].style-2::placeholder {
    color      : #171412;
}

textarea.style-2:focus,
input[type="text"].style-2:focus,
input[type="password"].style-2:focus,
input[type="datetime"].style-2:focus,
input[type="datetime-local"].style-2:focus,
input[type="date"].style-2:focus,
input[type="month"].style-2:focus,
input[type="time"].style-2:focus,
input[type="week"].style-2:focus,
input[type="number"].style-2:focus,
input[type="email"].style-2:focus,
input[type="url"].style-2:focus,
input[type="search"].style-2:focus,
input[type="tel"].style-2:focus,
input[type="color"].style-2:focus {
    background-color      : #fff;
    border: 1px solid #c3a27c;
}


textarea.style-3,
input[type="text"].style-3,
input[type="password"].style-3,
input[type="datetime"].style-3,
input[type="datetime-local"].style-3,
input[type="date"].style-3,
input[type="month"].style-3,
input[type="time"].style-3,
input[type="week"].style-3,
input[type="number"].style-3,
input[type="email"].style-3,
input[type="url"].style-3,
input[type="search"].style-3,
input[type="tel"].style-3,
input[type="color"].style-3 {
    background-color: #48433f;
    color: #fff;
    border: 1px solid #48433f;
    margin-bottom: 15px;
}

textarea.style-3::placeholder,
input[type="text"].style-3::placeholder,
input[type="password"].style-3::placeholder,
input[type="datetime"].style-3::placeholder,
input[type="datetime-local"].style-3::placeholder,
input[type="date"].style-3::placeholder,
input[type="month"].style-3::placeholder,
input[type="time"].style-3::placeholder,
input[type="week"].style-3::placeholder,
input[type="number"].style-3::placeholder,
input[type="email"].style-3::placeholder,
input[type="url"].style-3::placeholder,
input[type="search"].style-3::placeholder,
input[type="tel"].style-3::placeholder,
input[type="color"].style-3::placeholder {
    color      : #fff;
}

textarea.style-3:focus,
input[type="text"].style-3:focus,
input[type="password"].style-3:focus,
input[type="datetime"].style-3:focus,
input[type="datetime-local"].style-3:focus,
input[type="date"].style-3:focus,
input[type="month"].style-3:focus,
input[type="time"].style-3:focus,
input[type="week"].style-3:focus,
input[type="number"].style-3:focus,
input[type="email"].style-3:focus,
input[type="url"].style-3:focus,
input[type="search"].style-3:focus,
input[type="tel"].style-3:focus,
input[type="color"].style-3:focus {
    border: 1px solid #c3a27c;
}

input[type="date"]::-webkit-calendar-picker-indicator::after {
    color: #FFF;
}

/* Button */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
    font-family       : 'Oswald';
    font-weight       : 700;
    font-size         : 16px;
    line-height       : 11px;
    background-color  : #fff;
    color             : #C3A27C;
    border-radius     : 10px;
    padding           : 15px;
    height            : 50px;
    border            : none;
    display           : inline-block;
    -webkit-appearance: none;
    -webkit-transition: all 0.3s ease;
    -moz-transition   : all 0.3s ease;
    transition        : all 0.3s ease;
    position          : relative;
}

/* Button hover + focus */
button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover,
button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus {
    outline: 0;
    border: none;
}

textarea {
    height: 213px !important;
}

/* Placeholder color */
::-webkit-input-placeholder {
    color: #171412;
}

:-moz-placeholder {
    color: #171412;
}

::-moz-placeholder {
    color  : #171412;
    opacity: 1;
}

/* Since FF19 lowers the opacity of the placeholder by default */
:-ms-input-placeholder {
    color: #171412;
}

/* Typography
-------------------------------------------------------------- */

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family   : 'Oswald', sans-serif;
    color         : #051028;
    font-weight   : 700;
    text-rendering: optimizeLegibility;
}

h1 {
    font-size: 75px;
    line-height: 90px;
}
.wg-offer h1 {
    font-size: 30px;
    line-height: 50px;
}
.wg-update-wrap h1 {
    font-size: 30px;
    line-height: 50px;
}
h2 {
    font-size: 38px;
    line-height: 57px;
}
.wg-offer  h2 {
    font-size: 26px;
    line-height:40px;
}
.wg-update-wrap  h2 {
    font-size: 26px;
    line-height: 40px;
}
h3 {
    font-size: 30px;
    line-height: 36px;
}
.wg-offer  h3 {
    font-size: 20px;
    line-height: 30px;
}
.wg-update-wrap h3 {
    font-size: 20px;
    line-height: 30px;
}
h4 {
    font-size: 22px;
    line-height: 33px;
}

h5 {
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
}

h6 {
    font-size: 18px;
    line-height: 27px;
}

/* Extra classes
-------------------------------------------------------------- */
.hidden {
    display: none;
}
.block {
    display: block;
}
.relative {
    position: relative;
}
.absolute {
    position: absolute;
}
.fixed {
    position: fixed !important;
}
.position-unset {
    position: unset;
}
.z-5 {
    z-index: 5;
}
.flex {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}
.flex-grow {
    flex-grow: 1;
}
.row-reverse {
    flex-direction: row-reverse;
}
.justify-center {
    justify-content: center;
}
.justify-end {
    justify-content: flex-end;
}
.justify-between {
    justify-content: space-between;
}
.items-center {
    align-items: center;
}
.flex-wrap {
    flex-wrap: wrap;
}
.text-end {
    text-align: end;
}
.text-center {
    text-align: center;
}
.w-full {
    width: 100%;
}
.h-full {
    height: 100%;
}
.mt-0 {
    margin-top: 0!important;
}
.mt-50 {
    margin-top: 50px;
}
.mb-30 {
    margin-bottom: 30px;
}
.mb-27 {
    margin-bottom: 27px;
}
.mb-35 {
    margin-bottom: 35px;
}
.mb-68 {
    margin-bottom: 68px;
}
.mb-66 {
    margin-bottom: 66px;
}
.mb-63 {
    margin-bottom: 63px;
}
.mb-62 {
    margin-bottom: 62px;
}
.mb-26 {
    margin-bottom: 26px;
}
.mb-55 {
    margin-bottom: 55px;
}
.mb-70 {
    margin-bottom: 70px;
}
.mb-77 {
    margin-bottom: 77px;
}
.mb-113 {
    margin-bottom: 113px;
}
.divider {
    width: 100%;
    height: 1px;
    background-color: rgba(255, 255, 255, 0.1);
}
.capitalize {
    text-transform: capitalize;
}
.italic {
    font-style: italic;
}
.e-resize {
    cursor: e-resize;
}
.auto-slide .swiper-slide {
    width: auto;
}
.auto-slide  .swiper-wrapper {
    transition-timing-function: linear;
}
.tf-color {
    color: #C3A27C !important;
}
#wrapper{
    position: relative;
    overflow: hidden;
    max-width: 100%;
    height: 100%;
}

/* link style
-------------------------------------------------------------- */
a {
    text-decoration   : none;
    color             : #051028;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition   : all 0.3s ease-in-out;
    -ms-transition    : all 0.3s ease-in-out;
    -o-transition     : all 0.3s ease-in-out;
    transition        : all 0.3s ease-in-out;
}

a:hover,
a:focus {
    color             : #C3A27C;
    text-decoration   : none;
    outline           : 0;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition   : all 0.3s ease-in-out;
    -ms-transition    : all 0.3s ease-in-out;
    -o-transition     : all 0.3s ease-in-out;
    transition        : all 0.3s ease-in-out;
}

a:focus {
    color: #FFF;
}

/* button */
/* -------------------------------------------------------------- */
.wg-contact-us a svg {
  width: 18px !important;
  height: 18px !important;
}
.button-default {
    font-size: 15px;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 25px;
    color: rgb(45, 39, 35);
    letter-spacing: 2px;
}

.button-default i {
    color: #C3A27C;
}

.button-default.style-white {
    color: #FFF;
}

.button-default.style-white:hover {
    color: #C3A27C;
}

.button-style-1 {
    width: max-content;
    height: 50px;
    background-color: #c3a27c;
    color: #FFF;
    font-size: 15px;
    letter-spacing: 2.5px;
    padding: 0 38px 0 40px;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.button-style-1:hover {
    background-color: #2D2723;
}

.button-reply {
    width: max-content;
    height: 33px;
    padding: 0 18px 0 15px;
    background-color: #2D2723;
    border-radius: 5px;
    color: #FFF;
    display: flex;
    align-items: center;
    gap: 7px;
    font-family: 'DM Sans';
    font-size: 12px;
    letter-spacing: 0.5px;
}

.button-reply:hover {
    background-color: #C3A27C;
    color: #FFF;
}

.button-style-2 {
    width: max-content;
    height: 50px;
    background-color: #c3a27c;
    color: #FFF;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 2px;
    padding: 0 40px;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.button-style-2:hover {
    color: #2d2723;
    background-color: #FFF;
}

.button-style-2.active {
    color: #2d2723;
    background-color: #FFF;
}

.button-style-2.active:hover {
    color: #FFF;
    background-color: #C3A27C;
}

/* header */
/* -------------------------------------------------------------- */
.header {
    position: absolute;
    z-index: 20;
    width: 100%;
}

.header-top {
    margin-top: 30px;
    margin-bottom: 7px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.wg-information {
    display: flex;
    gap: 20px;
}

.wg-information .icon {
    min-width: 49px;
    width: 49px;
    height: 49px;
    border-radius: 50%;
    background-color: #C3A27C;
    display: flex;
    align-items: center;
    justify-content: center;
}

.wg-information .icon i {
    color: #FFF;
    font-size: 20px;
}

.wg-information .content .title {
    color: #FFF;
    font-size: 17px;
    font-weight: 400;
    line-height: 17px;
    margin-bottom: 4px;
    letter-spacing: 1.4px;
}

.wg-information .content p {
    color: #EDEDED;
    font-family: 'DM Sans';
    margin-top: 8px;
    letter-spacing: 0.8px;
}

.header-inner-wrap {
    margin-left: auto;
    margin-right: auto;
    padding-left: 54px;
    padding-right: 77px;
    width: 100%;
    max-width: 1371px;
    height: 82px;
    border-radius: 82px;
    background-color: #2D2723;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

#site-logo {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-71px,-84px); 
    width: 147px;
    height: 147px;
    background-color: #FAF1E3;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.canvas {
    width: 38px;
    height: 20px;
    position: relative;
    cursor: pointer;
}

.canvas > .canvas-button {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 38px;
    height: 20px;
}

.canvas > .canvas-button span {
    position: absolute;
    content: '';
    top: 10px;
    left: 0;
    width: 38px;
    height: 2px;
    background-color: #FFF;
}

.canvas > .canvas-button::before {
    position: absolute;
    content: '';
    top: 0px;
    left: 9px;
    width: 19px;
    height: 2px;
    background-color: #FFF;
}

.canvas > .canvas-button::after {
    position: absolute;
    content: '';
    bottom: -1px;
    left: 9px;
    width: 19px;
    height: 2px;
    background-color: #FFF;
}

.header-right {
    display: flex;
    gap: 63px;
    align-items: center;
    position: relative;
}

.header-right::after {
    position: absolute;
    content: '';
    top: -6px;
    left: 52%;
    width: 1px;
    height: 31px;
    background-color: rgba(255, 255, 255, 0.12);
}


.header-search .show-search i::before {
    font-size: 18px;
    color: #fff;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.header-search .top-search {
    position: absolute;
    top: 50px;
    right: 0;
    min-width: 240px;
    display: none;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.header-search .top-search.active {
    display: block;
}

.header-search > a.active .icon-search::before {
    content: url(../images/close.svg);
}

.search-form button {
    position: absolute;
    top: 50%;
    right: 0;
    font-size: 18px;
    cursor: pointer;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

/* wg-bag */
.wg-bag {
    position: relative;
    cursor: pointer;
}

.wg-bag .number {
    position: absolute;
    top: -11px;
    right: -15px;
    width: 21px;
    height: 21px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #C3A27C;
    border-radius: 50%;
    color: #FFF;
}

.wg-bag .bag-box {
    position: absolute;
    top: 20px;
    right: 0;
    background-color: #FFF;
    box-shadow: 0px 0px 5px rgba(195 162 124 / 20%);
    width: 320px;
    padding: 20px;
    border-radius: 10px;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.wg-bag:hover .bag-box {
    top: 25px;
    opacity: 1;
    visibility: visible;
    pointer-events: all;
}

/* main-nav */
.main-nav {
    display: flex;
    gap: 30px;
    align-items: center;
    flex-grow: 1;
}

.main-nav.left {
    padding-left: 168px;
}

.main-nav.right {
    padding-left: 147px;
}

.menu-primary-menu {
    display: flex;
    gap: 54px;
}

.menu-primary-menu li {
    position: relative;
}

.menu-primary-menu li a {
    font-family: 'Oswald';
    font-size: 15px;
    font-weight: 600;
    line-height: 82px;
    color: #fff;
    position: relative;
    text-transform: uppercase;
    letter-spacing: 2.2px;
}

.menu-primary-menu li.current-menu-item > a::before {
    position: absolute;
    content: url(../icon/coffee-2.svg);
    left: -25px;
}

.menu-primary-menu > li > a:hover {
    color: #c3a27c;
}

/* sub-menu */
.menu-primary-menu li:hover .sub-menu {
    top: 100%;
    opacity: 1;
    visibility: visible;
    pointer-events: all;
}

.menu-primary-menu .sub-menu {
    position: absolute;
    background: #fff;
    min-width: 220px;
    left: 0%;
    top: 110%;
    border-radius: 8px;
    box-shadow: 0px 0px 5px rgba(195 162 124 / 20%);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.menu-primary-menu .sub-menu li {
    padding: 10px 20px;
    border-bottom: 1px solid #F1F1F1;
}

.menu-primary-menu .sub-menu li:last-child {
    border-bottom: none;
}

.menu-primary-menu .sub-menu li a {
    color: #121212;
    font-size: 16px;
    line-height: 30px;
}

.menu-primary-menu .sub-menu li.current-item a,
.menu-primary-menu .sub-menu li a:hover {
    color: #c3a27c;
}

/*Header fixed
-------------------------------- */
.header.is-fixed .header-inner {
    position: fixed;
    padding: 0;
    top: -100%;
    left: 0;
    width: 100%;
    z-index: 99;
    border: none;
    opacity: 1;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.header.is-fixed.is-small .header-inner {
    top: 0;
    margin-top: 0px;
}

.header.is-fixed #site-logo {
    width: 82px;
    height: 82px;
    padding: 10px;
    transform: translate(-50%,-50%);
}   

/* Mobile Menu Button */
.mobile-button {
    display           : none;
    position          : absolute;
    width             : 26px;
    height            : 26px;
    top               : 50%;
    left              : 30px;
    background-color  : transparent;
    cursor            : pointer;
    -webkit-transition: all 0.3s ease;
    -moz-transition   : all 0.3s ease;
    -ms-transition    : all 0.3s ease;
    -o-transition     : all 0.3s ease;
    transition        : all 0.3s ease;
    -webkit-transform : translateY(-50%);
    -ms-transform     : translateY(-50%);
    -o-transform      : translateY(-50%);
    transform         : translateY(-50%);
}

.mobile-button:before,
.mobile-button:after,
.mobile-button span {
    background-color  : #ffffff;
    -webkit-transition: all ease 0.3s;
    -moz-transition   : all ease 0.3s;
    transition        : all ease 0.3s;
}

.header_1.style-white .mobile-button::before,
.header_1.style-white .mobile-button::after,
.header_1.style-white .mobile-button span {
    background-color: #161616;
}

.mobile-button:before,
.mobile-button:after {
    content                 : '';
    position                : absolute;
    top                     : 0;
    height                  : 2px;
    width                   : 100%;
    left                    : 0;
    top                     : 50%;
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin    : 50% 50%;
    transform-origin        : 50% 50%;
}

.mobile-button span {
    position   : absolute;
    width      : 100%;
    height     : 2px;
    left       : 0;
    top        : 50%;
    overflow   : hidden;
    text-indent: 200%;
}

.mobile-button:before {
    -webkit-transform: translate3d(0, -7px, 0);
    -moz-transform   : translate3d(0, -7px, 0);
    transform        : translate3d(0, -7px, 0);
}

.mobile-button:after {
    -webkit-transform: translate3d(0, 7px, 0);
    -moz-transform   : translate3d(0, 7px, 0);
    transform        : translate3d(0, 7px, 0);
}


/* mobile header */
/* ------------------------------------ */
.mobile-nav-wrap .overlay-mobile-nav {
    cursor: url(../images/close.svg),auto;
    content: '';
    position: fixed;
    left: 0;
    top: 0;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.80) 0%, rgba(0, 0, 0, 0.80) 100%);
    width: 100%;
    height: 100%;
    z-index: 9999;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s ease;
    -moz-transition   : all 0.3s ease;
    -ms-transition    : all 0.3s ease;
    -o-transition     : all 0.3s ease;
    transition        : all 0.3s ease;
}

.mobile-nav-wrap.active .overlay-mobile-nav {
    opacity: 1;
    visibility: visible;
}

.mobile-nav-wrap.active .overlay-mobile-nav i {
    font-size: 25px;
    margin-right: 20px;
    color: #FFFFFF;
}

.mobile-nav-wrap .inner-mobile-nav {
    width: 320px;
    height: 100%;
    top: 0;
    left: -340px;
    position: fixed;
    background-color: #2D2723;
    z-index: 999999;
    overflow-y: auto;
    -webkit-transition: all 0.5s ease;
    -moz-transition   : all 0.5s ease;
    -ms-transition    : all 0.5s ease;
    -o-transition     : all 0.5s ease;
    transition        : all 0.5s ease;
}

.mobile-nav-wrap .inner-mobile-nav::-webkit-scrollbar {
    width: 0px;
}

.mobile-nav-wrap.active .inner-mobile-nav {
    left: 0;
}

.inner-mobile-nav {
    padding: 15px;
    position: relative;
}

.inner-mobile-nav .mobile-nav-close {
    position: absolute;
    top: 64px;
    right: 15px;
    cursor: pointer;
}

/* menu-mobile-menu */
#mobile-main-nav {
    margin-top: 45px;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    padding-top: 0px;
}

#menu-mobile-menu {
    display: flex;
    flex-direction: column;
}

#menu-mobile-menu>li {
    position: relative;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    padding: 15px 0px;
    cursor: pointer;
}

#menu-mobile-menu>li .sub-menu-mobile li:last-child,
#menu-mobile-menu>li:last-child {
    border: none;
}

#menu-mobile-menu li a {
    font-family: 'Oswald';
    font-size: 16px;
    line-height: 22px;
    font-weight: 500;
    text-transform: uppercase;
    color: #fff;
}

#menu-mobile-menu li.current-menu-item > a ,
#menu-mobile-menu li a:hover ,
#menu-mobile-menu li.current-item a {
    color: #C3A27C;
}

#menu-mobile-menu li.menu-item-has-children-mobile > a::after {
    content: '\e904';
    position: absolute;
    font-family: 'icomoon';
    font-weight: 300;
    position: absolute;
    right: 0;
    top: 17px;
    line-height: 16px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

#menu-mobile-menu>li.active a::after {
    transform: rotate(180deg);
}

#menu-mobile-menu>li .sub-menu-mobile {
    border-radius: 8px;
    display: none;
    text-align: start;
    overflow: hidden;
}

#menu-mobile-menu>li .sub-menu-mobile li {
    padding-left: 15px;
    padding: 15px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    cursor: pointer;
}

#menu-mobile-menu>li .sub-menu-mobile a {
    font-family: 'Oswald';
    font-size: 16px;
    line-height: 22px;
    font-weight: 500;
}

/* header-2 */
.header-2 {
    position: relative;
}

.header-2 #site-logo {
    left: 238px;
    top: 121px;
    z-index: 5;
}

.header-2 > .top {
    background-image: url(../images/bg-section/heade2-1.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
}

.header-2 > .top::before {
    position: absolute;
    bottom: 6px;
    right: -9px;
    content: url(../images/item-background/header-2.png);
}

.header-2 > .top .header-top {
    margin-top: 34px;
    margin-bottom: 56px;
    row-gap: 15px;
}

.header-2 > .top .information {
    display: flex;
    gap: 15px 60px;
}

.header-2 > .top .wg-information p {
    color: #171412;
    margin-top: 0;
    margin-bottom: 0px;
    letter-spacing: 0.2px;
}

.header-2 .menu-primary-menu {
    gap: 51px;
}

.header-2 .menu-primary-menu > li > a {
    line-height: 83px;
    letter-spacing: 3px;
}

.widget-social.style-4 ul {
    gap: 12px;
}

.widget-social.style-4 ul li a {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    border: 1px solid #C3A27C;
    background-color: #FFF;
    color: #171412;
    display: flex;
    align-items: center;
    justify-content: center;
}

.widget-social.style-4 ul li a:hover {
    color: #FFF;
    background-color: #C3A27C;
}

.header-2 > .header-inner {
    background-image: url(../images/bg-section/heade2-2.png);
    background-repeat: no-repeat;
    background-size: cover;
    margin-top: -20px;
    padding-top: 15px;
    position: relative;
}

.header-2 .header-inner-wrap {
    background-color: unset;
    max-width: 1230px;
    height: 84px;
    padding-right: 46px;
}

.header-2 .mobile-button {
    right: 30px;
    left: auto;
}

.header-2.is-fixed.is-small .header-inner {
    margin-top: 0;
    background-image: none;
    background: #161616;
}


/* footer */
/* ---------------------------------- */
.footer {
    background-color: #2d2723;
    padding-top: 122px;
    position: relative;
    overflow: hidden;
}

.footer.type-1 {
    padding-top: 138px;
}

.footer > .item-1 {
    position: absolute;
    bottom: -1px;
    left: -8px;
}

.footer > .item-2 {
    position: absolute;
    top: -29px;
    right: -9px;
}

.footer .title-wg {
    font-weight: 600;
    font-size: 24px;
    line-height: 32px;
    color: #FFF;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 61px;
    position: relative;
}

.footer .title-wg::after {
    position: absolute;
    content: '';
    width: 73px;
    height: 2px;
    background-color: #C3A27C;
    left: 1px;
    bottom: -19px;
}

.footer .text {
    font-family: 'DM Sans';
    font-weight: 400;
    font-size: 15px;
    line-height: 25px;
    color: #dedede;
    letter-spacing: 0.3px;
}

.footer .text span {
    color: #C3A27C;
}

.logo-footer {
    margin-bottom: 25px;
    margin-top: 13px;
}

.footer .contact {
    margin-top: 6px;
}

.footer .contact .title-wg {
    margin-bottom: 56px;
}

.footer .contact ul li {
    margin-bottom: 21px;
}

.footer .contact .text {
    line-height: 27px;
}

.footer .time ul li {
    margin-bottom: 10px;
}

.footer .newletters form {
    position: relative;
    margin-top: 26px;
}

.footer .newletters form button {
    position: absolute;
    right: 8px;
    top: 0;
    background-color: transparent;
}

.footer .newletters form label {
    margin-top: 20px;
    padding-left: 28px;
    font-family: 'DM Sans';
    font-weight: 400;
    font-size: 15px;
    line-height: 25px;
    color: #dedede;
    letter-spacing: 0.3px;
}

label input[type="radio"],
label input[type="checkbox"] {
    position: absolute;
    opacity: 0;
    top: 0;
    left: 0;
    z-index: 1;
}

.btn-checkbox {
    position: absolute;
    top: 5px;
    left: 0;
    width: 15px;
    height: 15px;
    background-color: transparent;
    border: 1px solid rgba(255, 255, 255, 0.5);
}

input:checked~.btn-checkbox {
    background-color: #FFF;
    border: 1px solid #FFF;
}

.btn-checkbox:after {
    content: "\ea10";
    font-family: 'icomoon' !important;
    position: absolute;
    font-size: 8px;
    left: 3px;
    top: -6px;
    color: #2d2723;
    display: none;
}

input:checked ~ .btn-checkbox:after {
    display: block;
}

.footer-bottom {
    margin-top: 85px;
    border-top: 1px solid #4c4744;
    padding-top: 24px;
    padding-bottom: 25px;
    display: flex;
    row-gap: 15px;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    position: relative;
}

.footer.type-1 .footer-bottom {
    margin-top: 92px;
    margin-bottom: 28px;
}

.widget-social {
    display: flex;
    align-items: center;
    gap: 17px;
}

.widget-social ul {
    display: flex;
    gap: 25px;
    align-items: center;
}

.widget-social ul li a {
    font-size: 15px;
    color: #FFF;
}

.widget-social ul li:hover a {
    color: #C3A27C;
}

.footer-bottom > svg {
    position: absolute;
    top: 0;
    left: 50%;
    width: 52px;
    height: 53px;
    transform: translate(-50%,-50%);
    border-radius: 50%;
    padding: 17px;
    background-color: #2d2723;
}

/* banner-page */
/* -------------------------------------------------------------- */
.banner-page {
    padding-top: 107px;
    padding-bottom: 54px;
    background-image: url(../images/bg-section/bg-blog.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    position: relative;
}

.banner-page > .item-1 {
    position: absolute;
    bottom: -9px;
    left: -54px;
}

.banner-page > .item-2 {
    position: absolute;
    bottom: -18px;
    right: -63px;
}

.banner-page::before {
    background-color: rgb(18, 15, 12);
    opacity: 0.502;
    position: absolute;
    content: '';
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
}

.banner-page::after {
    position: absolute;
    content: '';
    width: 100%;
    height: 83px;
    bottom: -57px;
    left: 0;
    background-image: url(../images/bg-section/wave.png);
}

.banner-page .text {
    color: #F6E7D0;
    text-align: center;
    font-family: "Sue Ellen Francisco";
    font-size: 40px;
    font-weight: 400;
    line-height: 65px;
    text-transform: capitalize;
}

.banner-page .heading {
    color: #FFF;
    text-align: center;
    font-size: 60px;
    font-weight: 700;
    line-height: 89px;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.breadcrumbs {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 29px;
    margin-top: 109px
}

.breadcrumbs li {
    font-family: 'DM Sans';
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    text-transform: uppercase;
    position: relative;
}

.breadcrumbs li.item::after {
    position: absolute;
    content: '/';
    color: #FFF;
    right: -19px;
}

.breadcrumbs li a {
    color: #FFF;
    letter-spacing: 0.5px;
}

.breadcrumbs li.active a {
    color: #C3A27C;
}

.banner-page.menu-page {
    padding-top: 303px;
    padding-bottom: 57px;
    background-image: url(../images/bg-section/bg-menu.jpg);
}

.banner-page.reservation-page {
    padding-top: 303px;
    padding-bottom: 57px;
    background-image: url(../images/bg-section/bg-reservation.jpg);
}

.banner-page.contact-page {
    padding-top: 303px;
    padding-bottom: 57px;
    background-image: url(../images/bg-section/bg-contact.jpg);
}

.banner-page.about-page {
    padding-top: 303px;
    padding-bottom: 57px;
    background-image: url(../images/bg-section/bg-about.jpg);
}

.banner-page.offer-page {
    background-image: url(../images/bg-section/bg-offer.jpg);
}

.banner-page.team-page {
    background-image: url(../images/bg-section/bg-our-team.jpg);
}

.banner-page.portfolio-page {
    background-image: url(../images/bg-section/bg-portfolio.jpg);
}

.banner-page.event-page {
    background-image: url(../images/bg-section/bg-private-event.jpg);
}

.banner-page.shop-page {
    background-image: url(../images/bg-section/bg-shop.jpg);
}

/* wg-update */
.wg-update {
    padding-top: 130px;
    padding-bottom: 134px;
}

.wg-update-wrap {
    padding: 30px 15px 75px 15px;
    text-align: left;
    border-radius: 10px;
    background: url(../images/bg-section/wg-update.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
    position: relative;
}

.wg-update-wrap > .item-1 {
    position: absolute;
    bottom: -220px;
    left: -213px;
}

.wg-update-wrap > .item-2 {
    position: absolute;
    bottom: -195px;
    right: -54px;
}

.wg-update-wrap .title {
    font-size: 35px;
    line-height: 45px;
    color: #171412;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 17px;
}

.wg-update-wrap .text {
    font-family: 'DM Sans';
    font-weight: 400;
    font-size: 15px;
    line-height: 25px;
    margin-bottom: 27px;
}

.wg-update-wrap form {
    max-width: 542px;
    margin: auto;
    position: relative;
}

.wg-update-wrap form button {
    position: absolute;
    top: 0;
    right: 7px;
}

.wg-update.type-1 {
    padding-top: 124px;
    padding-bottom: 136px;
}

.wg-update.type-1 .wg-update-wrap {
    padding-bottom: 77px;
}

/* wg-blog */
/* --------------------------- */
.blog-grid {
    padding-bottom: 135px;
}

.wg-blog {
    margin-bottom: 78px;
    position: relative;
}

.wg-blog::before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    z-index: 0;
}

.wg-blog:hover::before {
    animation: height_blog 1s;
}

.wg-blog .image {
    height: 100%;
    overflow: hidden;
    border-radius: 10px;
    margin-bottom: 15px;
    position: relative;
    z-index: 1;
}

.wg-blog .image img {
    width: 100%;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.wg-blog .content {
    position: relative;
    z-index: 1;
}

.wg-blog:hover .image img {
    margin-top: -90px;
    margin-bottom: 2px;
}

.wg-blog .meta {
    font-family: 'DM Sans';
    font-weight: 400;
    font-size: 13px;
    line-height: 35px;
    margin-bottom: 9px;
    color: #666666;
    padding-left: 2px;
}

.wg-blog .meta span {
    position: relative;
    margin-right: 27px;
}

.wg-blog .meta span::after {
    position: absolute;
    width: 13px;
    height: 1px;
    content: '';
    top: 50%;
    right: -20px;
    background-color: #C3A27C;
}

.wg-blog .meta span:last-child::after {
    display: none;
}

.wg-blog .title {
    font-weight: 500;
    font-size: 22px;
    line-height: 32px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 24px;
}

.wg-blog .text {
    font-family: 'DM Sans';
    font-weight: 400;
    font-size: 15px;
    line-height: 25px;
    color: #666666;
    margin-top: -75px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.wg-blog:hover .text {
    margin-top: -10px;
    margin-bottom: 23px;
    opacity: 1;
    visibility: visible;
    transition-delay: 0.3s;
}

.wg-blog .bottom {
    margin-top: 0px;
    border-top: 1px solid #e1e2e3;
    padding-top: 23px;
}

/* wg-pagination */
.wg-pagination ul {
    display: flex;
    gap: 10px;
}

.wg-pagination ul li {
    width: 49px;
    height: 49px;
    border: 1px solid #C3A27C;
    background-color: #FFF;
    border-radius: 50%;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.wg-pagination ul li:hover,
.wg-pagination ul li.active {
    background-color: #C3A27C;
}

.wg-pagination ul li a {
    font-family: 'DM Sans';
    font-weight: 400;
    font-size: 17px;
    line-height: 24px;
    color: #171412;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.wg-pagination ul li:hover a,
.wg-pagination ul li.active a {
    color: #fff;
}

/* heading-section */
.heading-section .sub {
    color: #C3A27C;
    font-family: 'DM Sans';
    font-size: 15px;
    font-weight: 400;
    line-height: 30px;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    margin-bottom: 10px;
    position: relative;
}

.heading-section .sub-before {
    padding-left: 22px;
}

.heading-section.text-center .sub-before {
    padding-left: 0;
}

.heading-section .sub-before::before {
    position: absolute;
    content: url(../icon/coffee-2.svg);
    top: -4px;
    left: -2px;
}

.heading-section.text-center .sub-before::before {
    left: -24px;
}

.heading-section .sub-after::after {
    position: absolute;
    content: url(../icon/coffee-2.svg);
    top: -4px;
    margin-left: 9px;
}

.heading-section .main {
    color: #171412;
    font-size: 45px;
    font-weight: 700;
    line-height: 58px;
    text-transform: uppercase;
    letter-spacing: 1.4px;
    margin-top: 8px;
}

.heading-section.style-1 .main {
    color: #FFF;
}

/* preload */
/* -------------------------------- */
.preload-container {
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 999999999999999;
    height: 100%;
    width: 100%;
    background-color: #000;
}

.preload-container .middle {
    top: 50%;
    left: 50%;
    position: absolute;
    width: 100px;
    height: 100px;
    z-index: 100;
    margin: -50px 0 0 -50px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    content: url(../images/preload.png);
    animation: preload 1.2s linear infinite alternate;
}

/* progress- */
/* ---------------------------------------- */
.progress-wrap {
    position: fixed;
    bottom: 30px;
    right: 30px;
    height: 50px;
    width: 50px;
    padding: 10px;
    cursor: pointer;
    display: block;
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 0 2px rgba(130, 130, 130, 0.2);
    box-shadow: inset 0 0 0 2px rgba(130, 130, 130, 0.2);
    z-index: 100;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
    -webkit-transition: all 400ms linear;
    -o-transition: all 400ms linear;
    transition: all 400ms linear;
    background: #C3A27C;
}
  
.progress-wrap::after {
    position: absolute;
    content: '\e905';
    font-family: 'icomoon';
    text-align: center;
    line-height: 50px;
    font-size: 16px;
    font-weight: 900;
    color: #fff;
    left: 0;
    top: 0;
    height: 50px;
    width: 50px;
    cursor: pointer;
    display: block;
    z-index: 1;
    -webkit-transition: all 400ms linear;
    -o-transition: all 400ms linear;
    transition: all 400ms linear;
}

.progress-wrap:hover::after {
    animation: 1s tf-buzz-out alternate linear infinite;
}
  
.progress-wrap.active-progress {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}
  
.progress-wrap svg path {
    fill: none;
}
  
.progress-wrap svg.progress-circle path {
    box-sizing: border-box;
    stroke: #fff;
    stroke-width: 5;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
    transition-duration: 0.4s;
    transition-timing-function: linear;
}


/* cursor */
/* ------------------------------------------  */
.tf-mouse {
    position: fixed;
    left: 0;
    top: 0;
    pointer-events: none;
    border-radius: 50%;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    visibility: hidden
}

.tf-mouse-inner {
    margin-left: -5px;
    margin-top: -5px;
    width: 8px;
    height: 8px;
    z-index: 10000;
    background-color: #C3A27C;
    -webkit-transition: width .5s ease-in-out, height .5s ease-in-out, margin .5s ease-in-out, opacity .5s ease-in-out;
    transition: width .5s ease-in-out, height .5s ease-in-out, margin .5s ease-in-out, opacity .5s ease-in-out
}

.tf-mouse-inner.mouse-hover {
    margin-left: -40px;
    margin-top: -40px;
    width: 80px;
    height: 80px;
    background-color: #C3A27C;
    opacity: 0.3;
}

.tf-mouse-outer {
    margin-left: -22px;
    margin-top: -22px;
    width: 40px;
    height: 40px;
    border: 2px solid #C3A27C;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    z-index: 10000;
    opacity: 0.5;
    -webkit-transition: all .05s ease-out;
    transition: all .05s ease-out
}

.tf-mouse-outer.mouse-hover {
    opacity: 0;
}

/* =========================
   INSTAGRAM / VIDEO SECTION START
========================= */ 

.follow-instagram.style-1 {
    position: relative;
    padding: 110px 0;
    background: #f7f3ec;
    overflow: hidden;
}

.follow-instagram.style-1::before,
.follow-instagram.style-1::after {
    display: none;
}

.follow-instagram.style-1::before,
.follow-instagram.style-1::after {
    content: '';
    position: absolute;
    inset: auto 0 0 0;
    height: 120px;
    pointer-events: none;
    opacity: 0.45;
    background:
        radial-gradient(circle at 20% 50%, rgba(195,162,124,0.14), transparent 20%),
        radial-gradient(circle at 80% 50%, rgba(195,162,124,0.12), transparent 18%);
}

.follow-instagram.style-1::before {
    top: 0;
    bottom: auto;
}

.follow-instagram.style-1 > * {
    position: relative;
    z-index: 2;
}

.social-section-head {
    max-width: 760px;
    margin: 0 auto 48px;
}

.social-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 10px 18px;
    border-radius: 999px;
    background: rgba(255,255,255,0.8);
    border: 1px solid rgba(195,162,124,0.22);
    color: #7b5e3b;
    font-family: 'DM Sans', sans-serif;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-bottom: 18px;
}

.social-title {
    font-size: 42px;
    line-height: 1.12;
    color: #171412;
    margin: 0 0 14px;
}

.social-text {
    font-size: 17px;
    line-height: 1.8;
    color: #5f5a54;
    margin: 0;
}

.grid-follow-instagram.new-layout {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 24px;
    align-items: start;
}

.follow-card {
    display: flex;
    flex-direction: column;
}

.follow-item.video-trigger {
    position: relative;
    display: block;
    width: 100%;
    padding: 0;
    border: none;
    border-radius: 24px;
    overflow: hidden;
    background: #e8dfd2;
    box-shadow: 0 18px 40px rgba(23, 20, 18, 0.10);
    cursor: pointer;
    text-align: left;
    isolation: isolate;
    height: 420px;
    transition: transform 0.35s ease, box-shadow 0.35s ease;
}

.follow-item.video-trigger:hover {
    transform: translateY(-8px);
    box-shadow: 0 24px 50px rgba(23, 20, 18, 0.16);
}

.follow-item.video-trigger img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transform: scale(1);
    transition: transform 0.55s ease;
}

.follow-item.video-trigger:hover img {
    transform: scale(1.05);
}

.follow-overlay {
    position: absolute;
    inset: 0;
    z-index: 1;
    background:
        linear-gradient(to top, rgba(14, 11, 9, 0.58) 0%, rgba(14, 11, 9, 0.12) 50%, rgba(14, 11, 9, 0.18) 100%);
}

.follow-badge {
    position: absolute;
    top: 16px;
    left: 16px;
    z-index: 3;
    padding: 7px 12px;
    border-radius: 999px;
    background: rgba(255,255,255,0.92);
    color: #171412;
    font-family: 'DM Sans', sans-serif;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.8px;
    text-transform: uppercase;
    box-shadow: 0 8px 18px rgba(0,0,0,0.10);
}

.follow-item.video-trigger .icon {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 3;
    width: 74px;
    height: 74px;
    border-radius: 50%;
    transform: translate(-50%, -50%) scale(1);
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(255,255,255,0.92);
    box-shadow: 0 14px 30px rgba(0,0,0,0.18);
    transition: transform 0.35s ease, background 0.35s ease;
    pointer-events: none;
}

.follow-item.video-trigger:hover .icon {
    transform: translate(-50%, -50%) scale(1.08);
    background: #ffffff;
}

.follow-item.video-trigger .icon i {
    font-size: 26px;
    color: #7b5e3b;
    margin-left: 3px;
}

.follow-caption {
    padding: 16px 6px 0;
    font-family: 'DM Sans', sans-serif;
    color: #171412;
}

.follow-caption strong {
    display: block;
    font-size: 18px;
    line-height: 1.45;
    font-weight: 700;
    color: #171412;
}

.follow-caption span {
    display: block;
    margin-top: 6px;
    font-size: 14px;
    line-height: 1.5;
    color: #9b7a56;
}

/* =========================
   VIDEO POPUP – SCHÖNER
========================= */

.custom-video-popup {
    position: fixed;
    inset: 0;
    display: none;
    z-index: 99999;
}

.custom-video-popup.active {
    display: block;
}

.custom-video-backdrop {
    position: absolute;
    inset: 0;
    background: rgba(12, 10, 9, 0.72);
    backdrop-filter: blur(7px);
}

.custom-video-inner {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(0.96);
    width: min(92vw, 980px);
    border-radius: 26px;
    overflow: hidden;
    background: #120f0d;
    box-shadow: 0 30px 80px rgba(0,0,0,0.35);
    transition: transform 0.25s ease;
}

.custom-video-popup.active .custom-video-inner {
    transform: translate(-50%, -50%) scale(1);
}

.custom-video-frame {
    position: relative;
    background: #000;
    aspect-ratio: 16 / 9;
}

#popup-video-player {
    display: block;
    width: 100%;
    height: 100%;
    background: #000;
    object-fit: contain;
}

.custom-video-topbar {
    position: absolute;
    top: 16px;
    left: 16px;
    right: 16px;
    z-index: 4;
    display: flex;
    align-items: center;
    justify-content: space-between;
    pointer-events: none;
}

.custom-video-label {
    padding: 10px 14px;
    border-radius: 999px;
    background: rgba(255,255,255,0.14);
    border: 1px solid rgba(255,255,255,0.12);
    color: #fff;
    font-family: 'DM Sans', sans-serif;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.8px;
    text-transform: uppercase;
    backdrop-filter: blur(8px);
}

.custom-video-close {
    appearance: none;
    -webkit-appearance: none;
    position: absolute;
    top: 16px;
    right: 16px;
    z-index: 10;
    width: 46px;
    height: 46px;
    padding: 0;
    border: none;
    outline: none;
    border-radius: 50%;
    background: rgba(255,255,255,0.16);
    cursor: pointer;
    backdrop-filter: blur(8px);
    box-shadow: none;
    min-width: auto;
    min-height: auto;
    line-height: 1;
    font-size: 0;
    color: transparent;
    transition: background 0.25s ease, transform 0.25s ease;
}

.custom-video-close:hover {
    background: rgba(255,255,255,0.24);
    transform: rotate(90deg);
}

.custom-video-close span {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
}

.custom-video-close span::before,
.custom-video-close span::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 18px;
    height: 2px;
    background: #fff;
    border-radius: 2px;
    transform-origin: center;
}

.custom-video-close span::before {
    transform: translate(-50%, -50%) rotate(45deg);
}

.custom-video-close span::after {
    transform: translate(-50%, -50%) rotate(-45deg);
}

.custom-video-close:hover {
    background: rgba(255,255,255,0.24);
    transform: rotate(90deg);
}

/* Button Follow auf TikTok Insta */

.instagram-cta {
    margin-top: 50px;
    display: flex;
    justify-content: center;
    gap: 16px;
    flex-wrap: wrap;
}

.instagram-cta a {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 14px 24px;
    border-radius: 999px;
    font-family: 'DM Sans', sans-serif;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 1.2px;
    text-transform: uppercase;
    transition: all 0.3s ease;
}

/* Instagram */
.instagram-cta .cta-instagram {
    background: #171412;
    color: #fff;
}

.instagram-cta .cta-instagram:hover {
    background: #c3a27c;
    transform: translateY(-2px);
}

/* TikTok */
.instagram-cta .cta-tiktok {
    background: #fff;
    color: #171412;
    border: 1px solid rgba(0,0,0,0.1);
}

.instagram-cta .cta-tiktok:hover {
    background: #171412;
    color: #fff;
    transform: translateY(-2px);
}

/* Icons */
.instagram-cta a i,
.instagram-cta a svg {
    font-size: 18px;
}

/* mobile */
@media (max-width: 1199px) {
    .grid-follow-instagram.new-layout {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (max-width: 991px) {
    .follow-instagram.style-1 {
        padding: 90px 0;
    }

    .social-title {
        font-size: 36px;
    }

    .grid-follow-instagram.new-layout {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 22px;
    }
}

@media (max-width: 640px) {
    .follow-instagram.style-1 {
        padding: 74px 0;
    }

    .social-section-head {
        margin-bottom: 34px;
    }

    .social-title {
        font-size: 30px;
    }

    .social-text {
        font-size: 15px;
        line-height: 1.7;
    }

    .grid-follow-instagram.new-layout {
        grid-template-columns: 1fr;
        gap: 24px;
    }

    .follow-item.video-trigger {
        aspect-ratio: 4 / 5;
        border-radius: 20px;
    }

    .follow-item.video-trigger .icon {
        width: 66px;
        height: 66px;
    }

    .follow-caption strong {
        font-size: 17px;
    }

    .custom-video-inner {
        width: min(94vw, 980px);
        border-radius: 18px;
    }

    .custom-video-close {
        width: 42px;
        height: 42px;
        font-size: 28px;
    }
}

#popup-video-player::-webkit-media-controls-picture-in-picture-button {
    display: none !important;
}

#popup-video-player::-webkit-media-controls-overflow-button {
    display: none !important;
}

#popup-video-player::-webkit-media-controls-download-button {
    display: none !important;
}

.follow-card {
    position: relative;
}
.follow-item.video-trigger .icon {
    opacity: 1 !important;
    visibility: visible !important;

    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) !important;
    z-index: 5;

    width: 70px;
    height: 70px;
    border-radius: 50%;
    background: rgba(0,0,0,0.6);

    display: flex;
    align-items: center;
    justify-content: center;

    color: #fff;
    font-size: 26px;
}

/* Mobile Optimierung */
@media (max-width: 600px) {
    .instagram-cta {
        gap: 10px;
        margin-top: 30px;
    }

    .instagram-cta a {
        padding: 10px 16px;
        font-size: 12px;
        letter-spacing: 1px;
    }

    .instagram-cta a i,
    .instagram-cta a svg {
        font-size: 14px;
        width: 14px;
        height: 14px;
    }
}
/* =========================
   INSTAGRAM / VIDEO SECTION Ende
========================= */ 

/* =========================
   BÄCKEREI BECKER STORY
========================= */

.becker-story {
    padding: 95px 0 50px;
    background: #f6f6f6;
}

.becker-story__grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 320px;
    gap: 40px;
    align-items: start;
}

.becker-story__center,
.becker-story__hours {
    min-width: 0
}

/* LINKS */
.becker-story__image {
    overflow: hidden;
    border-radius: 26px;
    margin-bottom: 22px;
    background: #ddd;
}

.becker-story__image img {
    width: 100%;
    height: 415px;
    object-fit: cover;
    display: block;
}

.becker-story__info-card {
    background: #efe5d7;
    border-radius: 26px;
    padding: 24px 24px 26px;
}

.becker-story__eyebrow,
.becker-story__subheadline,
.becker-story__hours-sub {
    display: inline-block;
    font-family: 'Oswald', sans-serif;
    font-size: 14px;
    line-height: 1.4;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #c3a27c;
    margin-bottom: 14px;
}

.becker-story__info-card p {
    font-family: 'DM Sans', sans-serif;
    font-size: 15px;
    line-height: 1.9;
    color: #5f5a54;
    margin: 0;
}

/* MITTE */
.becker-story__center {
    background: #ffffff;
    border-radius: 34px;
    padding: 30px 44px 42px;
    box-shadow: 0 8px 24px rgba(0,0,0,0.03);
}

.becker-story__subheadline {
    margin-bottom: 16px;
}

.becker-story__headline {
    font-size: 20px;
    line-height: 1.05;
    color: #081735;
    margin: 0 0 24px;
    text-transform: none;
    letter-spacing: -0.5px;
}

/*CM H2 About Us */ 

.becker-story .becker-story__headline {
    font-size: 34px !important;
    line-height: 1.1;
}


.becker-story__center p {
    font-family: 'DM Sans', sans-serif;
    font-size: 16px;
    line-height: 1.95;
    color: #625d57;
    margin-bottom: 22px;
}

.becker-story__center p strong {
    color: #4b4742;
    font-weight: 700;
}

.becker-story__note {
    font-style: italic;
    color: #7b746d !important;
    margin-top: 8px;
    margin-bottom: 28px !important;
}

.becker-story__badges {
    display: flex;
    gap: 16px;
    flex-wrap: wrap;
    margin-top: 10px;
}

.becker-story__badge {
    min-width: 190px;
    background: #f3eadf;
    border-radius: 18px;
    padding: 18px 20px;
    text-align: center;
}

.becker-story__badge strong {
    display: block;
    font-size: 20px;
    line-height: 1.2;
    color: #171412;
    margin-bottom: 6px;
}

.becker-story__badge span {
    display: block;
    font-family: 'DM Sans', sans-serif;
    font-size: 15px;
    line-height: 1.6;
    color: #6d6660;
}

/* RECHTS */
.becker-story__hours {
    background: #2d2723;
    border-radius: 26px;
    padding: 28px 26px 24px;
    color: #fff;
}

.becker-story__hours h3 {
    font-size: 24px;
    line-height: 1.18;
    color: #fff;
    margin: 0 0 24px;
    text-transform: none;
    letter-spacing: 0;
}

.becker-story__hours ul {
    margin: 0;
    padding: 0;
}

.becker-story__hours li {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 14px;
    padding: 14px 0;
    border-top: 1px solid rgba(255,255,255,0.10);
}

.becker-story__hours li:first-child {
    border-top: 0;
    padding-top: 0;
}

.becker-story__hours li span {
    font-size: 15px;
    color: #fff;
    font-weight: 600;
    min-width: 58px;
}

.becker-story__hours li strong {
    font-family: 'DM Sans', sans-serif;
    font-size: 15px;
    line-height: 1.5;
    color: #f3e4cf;
    font-weight: 500;
    text-align: right;
}

.becker-story__hours li strong.is-closed {
    color: #d5b48b;
}

/* RESPONSIVE */
@media (max-width: 1400px) {
    .becker-story__grid {
        grid-template-columns: 240px minmax(0, 1.6fr) 240px;
        gap: 22px;
    }

    .becker-story__center {
        padding: 28px 30px 34px;
    }

    .becker-story__headline {
        font-size: 40px;
    }

    .becker-story__image img {
        height: 380px;
    }
}

@media (max-width: 1580px) {
    .becker-story__grid {
        grid-template-columns: 1fr 1fr;
        gap: 24px;
	}
    .becker-story__image img {
        height: auto;
    }
}

@media (max-width: 768px) {
    .becker-story {
        padding: 60px 0;
    }

    .becker-story__center,
    .becker-story__hours,
    .becker-story__info-card {
        border-radius: 22px;
    }
    .becker-story__grid {
        grid-template-columns: 1fr !important;
        gap: 20px;
    }
    .becker-story__center {
        padding: 24px 22px 28px;
    }

    .becker-story__headline {
        font-size: 32px;
    }

    .becker-story__center p,
    .becker-story__info-card p,
    .becker-story__hours li span,
    .becker-story__hours li strong {
        font-size: 15px;
    }

    .becker-story__badge {
        width: 100%;
        min-width: unset;
    }
}
/* =========================
   Über uns mit Öffungszeiten Ende
========================= */ 

/* =========================
   Button unter den Öffnungszeiten Start 
========================= */ 

.becker-story__grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 340px;
    gap: 40px;
    align-items: start;
}

.becker-story__right {
    display: flex;
    flex-direction: column;
    gap: 22px;
}

.becker-story__info-card--right {
    background: #efe5d7;
    border-radius: 26px;
    padding: 26px 28px 28px;
}

.becker-story__info-card--right p {
    font-family: 'DM Sans', sans-serif;
    font-size: 17px;
    line-height: 1.9;
    color: #5f5a54;
    margin: 0;
}
@media (max-width: 1100px) {
    .becker-story__grid {
        grid-template-columns: 1fr 1fr;
        gap: 24px;
        align-items: stretch;
    }

    .becker-story__right {
        height: 100%;
    }

    .becker-story__hours,
    .becker-story__info-card--right {
        width: 100%;
    }
}

@media (max-width: 767px) {
    .becker-story__grid {
        display: flex;
        flex-direction: column;
        gap: 20px;
    }

    .becker-story__right {
        gap: 20px;
    }
}

/* =========================
   Button unter den Öffnungszeiten Ende 
========================= */ 


/* =========================
   Auszeichnungen Image
========================= */ 

.becker-awards-image {
    margin-top: 30px;
}

.becker-awards-image img {
    width: 90%;
    height: auto;
    display: block;
    border-radius: 18px;
}
@media (max-width: 767px) {
.becker-awards-image img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 18px;
}
}
/* ========================= 
   Auszeichnungen Image Ende
========================= */ 
/* ========================= 
   Schriftgrößen 
========================= */ 

.becker-story__hours li strong {
    color: #ffffff; /* helles Weiß */
}
.becker-story__hours li span,
    color: #ffffff; /* helles Weiß */
}
/* Oberzeilen */
.becker-story__subheadline,
.becker-story__hours-sub,
.becker-story__eyebrow {
    font-family: 'Oswald', sans-serif;
    font-size: 14px;
    letter-spacing: 1.8px;
    text-transform: uppercase;
    color: #c3a27c;
    font-weight: 400;
}

/* Hauptüberschrift */
.becker-story__headline {
    font-family: 'Oswald', sans-serif;
    font-size: 58px;
    line-height: 1.02;
    font-weight: 600;
    color: #081735;
}

/* Fließtext */
.wg-contact-us p,
.wg-portfolio p,
.choose-us p,
.becker-story__center p,
.becker-story__note,
.becker-story__info-card--right p {
    font-family: 'DM Sans', sans-serif;
    font-size: 17px;
    line-height: 1.9;
    color: #5f5a54;
}

/* Öffnungszeiten Titel */
.becker-story__hours h3 {
    font-family: 'Oswald', sans-serif;
    font-size: 28px;
}

/* Tablet */
@media (max-width: 1100px) {
    .becker-story__headline {
        font-size: 46px;
    }

    .becker-story__hours h3 {
        font-size: 24px;
    }

    .becker-story__center p,
    .becker-story__note,
    .becker-story__hours li span,
    .becker-story__hours li strong,
    .becker-story__info-card--right p {
        font-size: 16px;
    }
}

/* Mobile */
@media (max-width: 767px) {
    .becker-story__headline {
        font-size: 36px;
    }

    .becker-story__center p,
    .becker-story__note,
    .becker-story__hours li span,
    .becker-story__hours li strong,
    .becker-story__info-card--right p {
        font-size: 15px;
    }
}

/* kleine Oberzeile */
.choose-us .heading-section .sub {
    font-family: 'Oswald', sans-serif;
    font-size: 14px;
    letter-spacing: 1.8px;
    text-transform: uppercase;
    color: #c3a27c;
    font-weight: 400;
}

/* Hauptüberschrift */
.choose-us .heading-section .main {
    font-family: 'Oswald', sans-serif;
    font-size: 48px;
    line-height: 1.05;
    font-weight: 600;
    color: #081735;
    margin: 10px 0 20px;
}

/* Fließtext */
.choose-us .content p {
    font-family: 'DM Sans', sans-serif;
    font-size: 17px;
    line-height: 1.9;
    color: #5f5a54;
    margin-bottom: 20px;
}

/* Liste (Auszeichnungen) */
.choose-us .content ul li {
    font-family: 'DM Sans', sans-serif;
    font-size: 17px;
    line-height: 1.8;
    color: #5f5a54;
    margin-bottom: 10px;
}

/* Icons etwas ruhiger */
.choose-us .content ul li i {
    color: #c3a27c;
    margin-right: 8px;
}

/* ========================= 
   Schriftgrößen  Ende 
========================= */ 

/* =========================
   HERO SLIDER POSITION
========================= */

.page-title .content {
    transform: translateY(70px);
}

/* NAVIGATION Umbau */

.header-2 > .top .information {
    display: flex;
    gap: 18px;
}

.header-2 > .top .wg-information {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 12px 18px;
    background: rgba(255,255,255,0.88);
    border: 1px solid rgba(195,162,124,.35);
    border-radius: 14px;
    box-shadow: 0 8px 24px rgba(0,0,0,.06);
}

.header-2 > .top .wg-information .icon {
    width: 42px;
    height: 42px;
    min-width: 42px;
    border-radius: 12px;
    background: #c3a27c;
}

.header-2 > .top .wg-information .content p:first-child {
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 1.2px;
    color: #9a7a57;
}

.header-2 > .top .wg-information .content p:last-child,
.header-2 > .top .wg-information .content a {
    font-size: 14px;
    color: #171412;
    font-weight: 600;
}
.header-2 > .top .header-top {
    justify-content: flex-end;
}

.header-2 > .top .information {
    margin-left: auto;
}
.header-2 > .top .header-top {
    justify-content: flex-end;
}

.header-2 > .top .information {
    margin-left: auto;
}

.header-right {
    gap: 0;
}

.header-right::after {
    display: none;
}

.header-social-bottom ul {
    display: flex;
    gap: 12px;
    align-items: center;
}

.header-social-bottom ul li a {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    border: 1px solid rgba(255,255,255,0.35);
    background: transparent;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}

.header-social-bottom ul li a:hover {
    background: #c3a27c;
    border-color: #c3a27c;
    color: #fff;
}

.header-social-bottom ul li a img {
    width: 16px;
    height: 16px;
    object-fit: contain;
}
/* NAVIGATION Umbau Ende */

/* =========================
   QUOTE BANNER
========================= */

.wg-quote {
    position: relative;
    padding: 120px 0;
    text-align: center;
    overflow: hidden;
    background-image: url('../images/box-item/quote-background.png');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.quote-wave {
    position: absolute;
    left: 0;
    width: 100%;
    height: 83px;
    background-image: url('../images/bg-section/wave.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% 100%;
    z-index: 2;
    pointer-events: none;
}

/* WICHTIG: etwas weiter rausziehen */
.quote-wave-top {
    top: -30px;
    transform: rotate(180deg);
}

.quote-wave-bottom {
    bottom: -30px;
}

.quote-inner {
    position: relative;
    z-index: 3;
    max-width: 900px;
    margin: 0 auto;
}

.quote-text p {
  font-family: 'Sue Ellen Francisco', cursive;
  font-size: 30px;
  text-shadow: 0.3px 0.3px 0 #000;
  line-height: 1.6;
  color: #111;
  font-style: normal;
}

.quote-author {
    font-family: 'DM Sans', sans-serif;
    font-size: 16px;
    letter-spacing: 2px;
    color: #111;
    text-transform: uppercase;
}

@media (max-width: 768px) {
    .wg-quote {
        padding: 90px 0;
    }

    .quote-wave {
        height: 50px;
    }

    .quote-text {
        font-size: 22px;
    }
}
@media (max-width: 2300px) {
    .customer-testimonial .swiper-container {
        padding-bottom: 65px;
    }

    .customer-testimonial .swiper-container .swiper-button-prev.style-2,
    .customer-testimonial .swiper-container .swiper-button-next.style-2 {
        top: auto !important;
        bottom: 10px !important;
        width: 44px;
        height: 44px;
        margin-top: 0 !important;
        z-index: 10;
    }

    .customer-testimonial .swiper-container .swiper-button-prev.style-2 {
        left: calc(50% - 60px) !important;
        right: auto !important;
        transform: rotate(180deg) !important;
    }

    .customer-testimonial .swiper-container .swiper-button-next.style-2 {
        right: calc(50% - 60px) !important;
        left: auto !important;
        transform: none !important;
    }
}
@media (max-width: 991px) {
    .customer-testimonial .swiper-container .swiper-button-prev.style-2,
    .customer-testimonial .swiper-container .swiper-button-next.style-2 {
        display: flex !important;
        align-items: center;
        justify-content: center;
    }
}
/* =========================
   QUOTE BANNER Ende
========================= */

/* Farbe Footer */
footer .text a {
    color: #C3A27C;
}
/* =========================
   SEO H3 – UNSICHTBAR STYLEN
========================= */

.becker-h3 {
    font-family: 'DM Sans', sans-serif;
    font-size: 17px;
    line-height: 1.9;
    color: #5f5a54;
    font-weight: 400;
    margin: 0 0 10px;
}
/* Backplan */
.backplan-cta {
    position: relative;
    overflow: visible;
    z-index: 2;
    margin-top: 0;
    padding-top: 120px;
    padding-bottom: 70px;
    background-image: url("../images/box-item/backplan.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}

.backplan-cta::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(30, 26, 22, 0.55);
    z-index: 1;
}

.backplan-cta .wave-top,
.backplan-cta .wave-bottom {
    position: absolute;
    left: 0;
    width: 100%;
    height: 83px;
    object-fit: cover;
    z-index: 3;
    pointer-events: none;
    display: block;
}

.backplan-cta .wave-top {
    top: -41px;
    transform: rotate(180deg);
}

.backplan-cta .wave-bottom {
    bottom: -41px;
}

.backplan-cta .themesflat-container {
    position: relative;
    z-index: 4;
}

.backplan-cta__inner {
    max-width: 860px;
    margin: 0 auto;
    text-align: center;
    color: #fff;
}

.backplan-cta__sub {
    display: inline-block;
    font-family: "Sue Ellen Francisco";
    font-size: 34px;
    line-height: 1.2;
    color: #f6e7d0;
    margin-bottom: 12px;
}

.backplan-cta__inner h2 {
    color: #fff;
    font-size: 48px;
    line-height: 1.15;
    margin-bottom: 18px;
}

.backplan-cta__inner p {
    color: rgba(255,255,255,0.92);
    font-size: 18px;
    line-height: 1.8;
    max-width: 720px;
    margin: 0 auto 34px;
}

.backplan-cta__button {
    display: inline-block;
    min-width: 280px;
    padding: 18px 34px;
    border-radius: 10px;
    background: #c3a27c;
    color: #fff;
    font-family: 'Oswald', sans-serif;
    font-size: 17px;
    letter-spacing: 1px;
    text-transform: uppercase;
    transition: all 0.3s ease;
}

.backplan-cta__button:hover {
    background: #fff;
    color: #2d2723;
}

/* Nur Typo kleiner machen, aber Layout der Section nicht verändern */
@media (max-width: 991px) {
    .backplan-cta__inner h2 {
        font-size: 40px;
    }

    .backplan-cta__inner p {
        font-size: 16px;
    }
}

@media (max-width: 700px) {
    .backplan-cta__sub {
        font-size: 28px;
    }

    .backplan-cta__inner h2 {
        font-size: 26px;
        line-height: 1.2;
    }

    .backplan-cta__button {
        min-width: 100%;
    }
	
.customer-testimonial .heading-section h2 {
  font-size: 30px !important;
  line-height: 1.2 !important;
}
}
/* Cookie Banner */

.cookie-info {
    position: fixed;
    left: 20px;
    right: 20px;
    bottom: 24px;
    z-index: 9999;
    display: flex;
    justify-content: center;
    animation: cookieFadeIn 0.6s ease;
}

/* Smooth entrance */
@keyframes cookieFadeIn {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.cookie-info.is-hidden {
    opacity: 0;
    transform: translateY(20px);
    pointer-events: none;
    transition: all 0.3s ease;
}

.cookie-info__inner {
    width: 100%;
    max-width: 780px;
    background: rgba(23, 20, 18, 0.94);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border: 1px solid rgba(195, 162, 124, 0.35);
    border-radius: 999px;
    padding: 18px 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;

    /* Premium Shadow */
    box-shadow: 
        0 12px 30px rgba(0,0,0,0.25),
        0 0 0 1px rgba(255,255,255,0.03) inset;
}

.cookie-info__label {
    display: block;
    margin-bottom: 6px;
    font-family: 'DM Sans', sans-serif;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 1.6px;
    text-transform: uppercase;
    color: #c3a27c;
}

.cookie-info__text p {
    margin: 0;
    font-family: 'DM Sans', sans-serif;
    font-size: 13.5px;
    line-height: 1.5;
    color: rgba(255,255,255,0.85);
}

.cookie-info__text a {
    color: #c3a27c;
    text-decoration: none;
    border-bottom: 1px solid rgba(195,162,124,0.5);
    transition: all 0.2s ease;
}

.cookie-info__text a:hover {
    border-color: #c3a27c;
}

/* Button */
.cookie-info__btn {
    flex-shrink: 0;
    background: #c3a27c;
    color: #171412;
    border: none;
    border-radius: 999px;
    padding: 11px 20px;
    font-family: 'DM Sans', sans-serif;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    cursor: pointer;
    transition: all 0.25s ease;

    /* softer shadow */
    box-shadow: 0 4px 12px rgba(195,162,124,0.01);
}

.cookie-info__btn:hover {
    transform: translateY(-2px);
    background: #d1b08a;
    box-shadow: 0 6px 16px rgba(195,162,124,0.05);
}

.cookie-info__btn:active {
    transform: translateY(0);
}

/* Mobile */
@media (max-width: 600px) {
    .cookie-info {
        left: 12px;
        right: 12px;
        bottom: 12px;
    }

    .cookie-info__inner {
        flex-direction: column;
        align-items: flex-start;
        border-radius: 20px;
        padding: 16px;
        gap: 14px;
    }

    .cookie-info__text p {
        font-size: 13px;
    }

    .cookie-info__btn {
        width: 100%;
        text-align: center;
        padding: 12px;
    }
}

/* WHATSAPP */

.highlight-whatsapp {
    color: #76be60; /* Grün */
    font-weight: bold;
}

.becker-story__order-card {
    background: #2D2723;
    border-radius: 16px;
    padding: 28px 26px;
    margin-top: 0px;
    color: #fff;
    box-shadow: 0 14px 35px rgba(0,0,0,0.15);
    position: relative;
    overflow: hidden;
}

.order-highlight-text {
    color: #d5b48b;
}

.becker-story__order-card::before {
    content: "";
    position: absolute;
    top: -40px;
    right: -40px;
    width: 120px;
    height: 120px;
    background: rgba(195, 162, 124, 0.18);
    border-radius: 50%;
}
.becker-story__order-card::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 8px;
    width: 100%;
    background: #76be60;
    border-radius: 12px 12px 0 0;
}

.becker-story__order-card .becker-story__eyebrow {
    color: #C3A27C;
}

.becker-story__order-card h3 {
    color: #fff;
    font-size: 26px;
    line-height: 1.25;
    margin: 8px 0 14px;
}

.becker-story__order-card p {
    font-family: 'DM Sans', sans-serif;
    font-size: 17px;
    line-height: 1.9;
    color: #efe5d7;
    margin: 0;
}

.order-card-button {
    display: block;
    text-align: center;
    margin-top: 20px;
    background: #76be60; 
    color: #fff;
    font-size: 16px;
    padding: 14px;
    border-radius: 8px;
    font-weight: bold;
}

.order-card-button:hover {
    background: #1ebe5d;
}


/* STRETCH */

.becker-story__grid {
    align-items: stretch;
}

.becker-story__center {
    display: flex;
    flex-direction: column;
}

.becker-story__badges {
    margin-top: auto;
}

.becker-story__right {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.becker-story__order-card {
    margin-top: auto;
}
.becker-story__badges {
    margin-top: 25px !important;
}

.becker-awards-image {
    margin-top: 0 !important;
}

/* Message Text Size */
textarea.style-2 {
    font-size: 16px !important;
    line-height: 1.6;
    padding: 15px;
}
.page-title .content .text {
    font-size: 22px;
    line-height: 1.4;
    max-width: 800px;
}

/* Text Gold*/
.customer-testimonial-item .name {
    color: #C3A27C; 
    font-weight: bold;
}
.content .name {
    color: #C3A27C; 
    font-weight: bold;
}

/* Zeilenumbruch + Font Anpassung */

@media (max-width: 700px) {
  .page-title .content {
    width: 70%;
    max-width: calc(100vw - 30px);
    padding: 0 15px;
    transform: translateY(45px);
  }
  
.page-title .sub-title {
    font-size: 28px !important;
}	
.page-title .title {
    font-size: 33px !important;
}
    .page-title .title {
        line-height: 1.1 !important; /* kleiner Wert = weniger Abstand */
    }


  .page-title .content .text {
    max-width: 100%;
    white-space: normal;
    overflow: visible;
    word-break: normal;
    overflow-wrap: break-word;
    font-size: 16px;
    line-height: 1.35;
  }
  .quote-text,
  .quote-text p,
  .becker-story p,
  .choose-us p,
  .customer-testimonial p,
  .customer-testimonial-item p {
    font-size: 16px !important;
    line-height: 25px !important;
  }
  .wg-quote .quote-inner .quote-text p {
    font-size: 26px !important;
    line-height: 1.6 !important;
  }
  .contact-item br {
    display: block;
  }
.quote-text p {
  font-family: 'Sue Ellen Francisco', cursive;
  font-size: 28px;
  text-shadow: 0.3px 0.3px 0 #000;
  line-height: 1.6;
  color: #111;
  font-style: normal;
}
  .choose-us.style-1.type-1 {
    padding-bottom: 0 !important;
    margin-bottom: 0 !important;
  }
  .choose-us.style-1.type-1 .wrap {
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
  }
  .wg-quote {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 60px 20px; 
  }
    .backplan-cta {
    margin-top: -80px !important;
    padding-top: 40px !important;
  }
    .wg-portfolio {
    margin-top: 5px !important;
    padding-top: 40px !important;
  }
  .page-title .content .title {
  font-size: 28px;
  line-height: 1.2;
}
}  .becker-story__hours br {
    display: block !important;
  }