/* ------------------------------------------

[ Custom style ] 

1. Basic and Typography style
2. Helper style
3. Selection style
4. Preloader style
5. Owl-Theme custom style
6. Section style
7. Navbar style
8. Header style
9. Slider-fade style (Homepage Slider)
10. Slider style (Inner Page Slider)
11. Kenburns Slider style
12. Page Banner Header style
13. About style
14. Team style
15. Team Details style
16. Services 1 style
17. Services 2 style
18. Services 3 style
19. Facilities style
20. Services Box style
21. Price style
22. Events style
23. Events 2 style
24. Events Detail style
25. Video Background style
26. Clients style
27. Gallery style
28. Testimonials style
29. Promo Video style
30. Accordion Box (for Faqs) style
31. Shop style
32. Shop Details style
33. Blog style
34. Blog Sidebar style
35. Post style
36. Page style
37. Contact style
38. 404 Page style
39. Buttons style
40. Footer style
41. toTop Button style
42. Overlay Effect Bg image style
43. Responsive style

------------------------------------------ */

/* ======= Basic and Typography style ======= */
html,
body {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    font-smoothing: antialiased;
}

* {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    outline: none;
    list-style: none;
    word-wrap: break-word;
}

body {
    font-family: "Urbanist", sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.75em;
    color: #5e717b;
    overflow-x: hidden !important;
    background: #f8f8f8;
}

p {
    font-family: "Urbanist", sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.75em;
    color: #5e717b;
    margin-bottom: 15px;
}

p.text-white {
    color: rgba(255, 255, 255, 0.6) !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Playfair Display', serif;
    font-weight: 500;
    line-height: 1.3em;
    margin: 0 0 15px 0;
    color: var(--member-main);
}

h1 {
    font-size: 48px;
}

h2 {
    font-size: 36px;
}

h3 {
    font-size: 32px;
}

h4 {
    font-size: 27px;
}

h5 {
    font-size: 24px;
}

h6 {
    font-size: 18px;
}

img {
    width: 100%;
    height: auto;
}

img {
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    color: #f4f4f4;
}

span,
a,
a:hover {
    display: inline-block;
    text-decoration: none;
    color: inherit;
}

b {
    font-weight: 500;
    color: var(--member-main);
}

.flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    outline: none;
}

/* text field */
input[type="password"]:focus,
input[type="email"]:focus,
input[type="text"]:focus,
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus,
textarea:focus {
    outline: none;
}

input[type="password"],
input[type="email"],
input[type="text"],
input[type="file"],
textarea {
    max-width: 100%;
    margin-bottom: 15px;
    padding: 15px;
    height: auto;
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
    display: block;
    width: 100%;
    line-height: 1.5em;
    font-family: "Urbanist", sans-serif;
    font-size: 18px;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.6);
    background-image: none;
    border-color: ease-in-out .15s, box-shadow ease-in-out .15s;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 6px;
}

input[type="submit"],
input[type="reset"],
input[type="button"],
button {
    text-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    line-height: 1.75em;
    -webkit-transition: background-color .15s ease-out;
    transition: background-color .15s ease-out;
    background: transparent;
    border: 0px solid transparent;
    outline: none;
}

input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="button"]:hover,
button:hover {
    border: 0px solid transparent;
    outline: none;
}

input[type="password"]:active,
input[type="email"]:active,
input[type="text"]:active,
input[type="file"]:active,
input[type="password"]:focus,
input[type="email"]:focus,
input[type="text"]:focus,
input[type="file"]:focus,
textarea:active,
textarea:focus {
    border: 1px solid var(--member-gold);
    background: transparent;
    outline: none;
}

select {
    padding: 10px;
    border-radius: 6px;
}

table,
th,
tr,
td {
    border: 1px solid #f8f5f0;
}

th,
tr,
td {
    padding: 10px;
}

input[type="radio"],
input[type="checkbox"] {
    display: inline;
}

input[type="submit"] {
    font-weight: 400;
    font-family: "Urbanist", sans-serif;
    text-transform: uppercase;
    background: var(--member-main);
    color: #fff;
    padding: 8px 24px;
    margin: 0;
    position: relative;
    font-size: 18px;
    letter-spacing: 2px;
}

input[type="number"] {
    padding: 14px 20px;
    height: auto;
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
    display: block;
    width: 100%;
    line-height: 1.5em;
    font-size: 18px;
    font-weight: 400;
    color: #5e717b;
    background-image: none;
    border: none;
    border-radius: 30px;
    border: 1px solid #e8e8d4;
}

input[type="number"] {
    max-width: 140px;
    width: 140px;
    margin-bottom: 0;
    padding: 12px 30px;
}

.alert-success {
    background: transparent;
    color: #fff;
    border: 1px solid var(--member-gold);
    border-radius: 0px;
}

/* placeholder */
::-webkit-input-placeholder {
    color: rgba(255, 255, 255, 0.6);
    font-size: 18px;
    font-weight: 400;
}

:-moz-placeholder {
    color: rgba(255, 255, 255, 0.6);
}

::-moz-placeholder {
    color: rgba(255, 255, 255, 0.6);
    opacity: 1;
}

:-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.6);
}

/* blockquote */
blockquote {
    padding: 45px;
    display: block;
    position: relative;
    background-color: var(--member-gold);
    overflow: hidden;
    margin: 35px 0;
    color: #fff;
    font-family: 'Playfair Display', serif;
    font-style: italic;
    border-radius: 6px;
}

blockquote p {
    font-family: inherit;
    margin-bottom: 0 !important;
    color: inherit;
    width: 100%;
    position: relative;
    z-index: 3;
}

blockquote:before {
    content: '\e645';
    font-family: 'Themify';
    position: absolute;
    right: 80px;
    bottom: 40px;
    font-size: 110px;
    opacity: 0.1;
    line-height: 1;
    color: var(--member-gold);
    font-style: normal;
}

blockquote p {
    margin-bottom: 0;
    font-size: 18px;
}

blockquote p a {
    color: inherit;
}

blockquote cite {
    display: inline-block;
    font-family: "Urbanist", sans-serif;
    font-size: 18px;
    position: relative;
    padding-left: 60px;
    border-color: inherit;
    line-height: 1;
    margin-top: 22px;
    font-style: normal;
    color: #fff;
    font-weight: 400;
}

blockquote cite:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 8px;
    width: 45px;
    height: 1px;
    border-top: 1px solid;
    border-color: inherit;
    color: #fff;
}


/* ======= Helper style ======= */
.mt-0 {
    margin-top: 0 !important;
}

.mt-10 {
    margin-top: 10px !important;
}

.mt-15 {
    margin-top: 15px !important;
}

.mt-20 {
    margin-top: 20px !important;
}

.mt-30 {
    margin-top: 30px !important;
}

.mt-60 {
    margin-top: 60px !important;
}

.mt-90 {
    margin-top: 90px !important;
}

.mb-0 {
    margin-bottom: 0 !important;
}

.mb-10 {
    margin-bottom: 15px !important;
}

.mb-15 {
    margin-bottom: 15px !important;
}

.mb-20 {
    margin-bottom: 15px !important;
}

.mb-25 {
    margin-bottom: 25px !important;
}

.mb-30 {
    margin-bottom: 30px !important;
}

.mb-40 {
    margin-bottom: 40px !important;
}

.mb-45 {
    margin-bottom: 45px !important;
}

.mb-60 {
    margin-bottom: 60px !important;
}

.mb-90 {
    margin-bottom: 90px !important;
}

.pb-0 {
    padding-bottom: 0 !important;
}

.no-padding {
    padding: 0 !important;
}

/* important */
.o-hidden {
    overflow: hidden;
}

.position-re {
    position: relative;
}

.full-width {
    width: 100%;
}

.bg-img {
    background-size: cover;
    background-repeat: no-repeat;
}

.bg-fixed {
    background-attachment: fixed;
}

.pattern {
    background-repeat: repeat;
    background-size: auto;
}

.bold {
    font-weight: 400;
}

.count {
    font-family: "Urbanist", sans-serif;
}

.valign {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.v-middle {
    position: absolute;
    width: 100%;
    top: 50%;
    left: 0;
    -webkit-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
}

.v-bottom {
    position: absolute;
    width: 100%;
    bottom: 5%;
    left: 0;
    -webkit-transform: translate(0%, -5%);
    transform: translate(0%, -5%);
}

.js .animate-box {
    opacity: 0;
}

:root {
    scroll-behavior: auto;
    --member-main: #0b1b2b;
    --member-gold: #d6b15e;
    --member-text: #eaf0f7;
}

/* background & color */
.bg-darkgreen {
    background: var(--member-main);
}

.bg-lightgray {
    background: #f2f2f2;
}

.bg-white {
    background: #fff;
}

.icons {
    color: #fd961e;
    font-size: 15px;
    line-height: 1em;
    display: inherit;
    margin-bottom: 0;
    letter-spacing: -1px;
}

.mr-15 {
    margin-right: 15px;
}

/* star - white  */
.star {
    position: relative;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.9em;
    margin-right: 0.9em;
    margin-bottom: 2em;
    border-right: 0.3em solid transparent;
    border-bottom: 0.7em solid #fff;
    border-left: 0.3em solid transparent;
    /* Controlls the size of the stars. */
    font-size: 8px;
}

.star:before,
.star:after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    top: 0.6em;
    left: -1em;
    border-right: 1em solid transparent;
    border-bottom: 0.7em solid #fff;
    border-left: 1em solid transparent;
    transform: rotate(-35deg);
}

.star:after {
    transform: rotate(35deg);
}

/* star rating  */
.star-rating {
    position: relative;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.9em;
    margin-right: 0.9em;
    margin-bottom: 2em;
    border-right: 0.3em solid transparent;
    border-bottom: 0.7em solid #ffd27d;
    border-left: 0.3em solid transparent;
    /* Controlls the size of the stars. */
    font-size: 8px;
}

.star-rating:before,
.star-rating:after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    top: 0.6em;
    left: -1em;
    border-right: 1em solid transparent;
    border-bottom: 0.7em solid #ffd27d;
    border-left: 1em solid transparent;
    transform: rotate(-35deg);
}

.star-rating:after {
    transform: rotate(35deg);
}

/* call-center */
.call-center {
    display: flex;
    align-items: center;
}

.call-center .icon {
    position: relative;
    top: 2px;
    background: var(--member-gold);
    width: 55px;
    height: 55px;
    line-height: 55px;
    text-align: center;
    border-radius: 100%;
    font-size: 21px;
}

.call-center .icon i {
    color: #fff;
}

.call-center .icon span {
    font-size: 45px;
    color: var(--member-gold);
    line-height: 50px;
}

.call-center .text {
    margin-left: 15px;
}

.call-center .text p {
    font-size: 20px;
    font-weight: 400;
    margin-bottom: 0px;
    color: var(--member-gold);
    font-family: 'Playfair Display', serif;
    font-style: italic;
}

.call-center .text p small {
    color: #fff;
    font-size: 18px;
    text-transform: none;
    letter-spacing: 0;
    font-weight: 400;
}

.call-center .text a {
    color: #fff;
    font-size: 27px;
    font-weight: 500;
}

.call .section-title {
    font-family: 'Playfair Display', serif;
    font-size: 45px;
    line-height: 1.3em;
    font-weight: 400;
    color: var(--member-main);
    margin-bottom: 15px;
}


/* ======= Selection style ======= */
::-webkit-selection {
    color: #fff;
    background: #b7ca62;
}

::-moz-selection {
    color: #fff;
    background: #b7ca62;
}

::selection {
    color: #fff;
    background: #b7ca62;
}

/* list style */
.listext {
    position: relative;
    display: block;
}

.listext li {
    position: relative;
    display: flex;
    align-items: center;
}

.listext li+li {
    margin-top: 10px;
}

.listext-icon {
    display: flex;
    align-items: center;
}

.listext-icon i {
    font-size: 18px;
    color: var(--member-gold);
}

.listext-text {
    margin-left: 10px;
}

.listext-text p {
    font-size: 18px;
    margin: 0;
    font-weight: 400;
}


/* ======= Preloader style ======= */
.preloader-bg,
#preloader {
    position: fixed;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background: var(--member-main);
    z-index: 999999;
}

#preloader {
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Subtle radial gold glow in center */
#preloader::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 560px;
    height: 560px;
    background: radial-gradient(circle, rgba(180, 140, 70, 0.07) 0%, transparent 68%);
    pointer-events: none;
}

#preloader-status {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    height: 100%;
}

/* Main wrapper — fades + rises in */
.preloader-inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    animation: pl-rise 0.7s cubic-bezier(0.22, 1, 0.36, 1) 0.1s both;
}

@keyframes pl-rise {
    from { opacity: 0; transform: translateY(20px); }
    to   { opacity: 1; transform: translateY(0); }
}

/* ── Logo ── */
/*
 * mask-image ile logonun kendisi ışıldar — overlay yok.
 * mask alpha: 0.40 = logonun dim hali, 1.0 = tam parlak.
 * Sweep math (background-size: 300% ile aynı formül):
 *   bright_x = 1.5W − 2W × P%
 *   P=100% → bright at −0.5W (sol dışı) ✓
 *   P=0%   → bright at  1.5W (sağ dışı) ✓
 *   100% → 0% animasyonu = soldan sağa geçiş.
 */
.preloader-logo-wrap {
    position: relative;
    margin-bottom: 24px;
}

.preloader-logo-img {
    width: 140px;
    height: auto;
    display: block;

    -webkit-mask-image: linear-gradient(
        90deg,
        rgba(0, 0, 0, 0.38) 0%,
        rgba(0, 0, 0, 0.38) 35%,
        rgba(0, 0, 0, 1)    50%,
        rgba(0, 0, 0, 0.38) 65%,
        rgba(0, 0, 0, 0.38) 100%
    );
    mask-image: linear-gradient(
        90deg,
        rgba(0, 0, 0, 0.38) 0%,
        rgba(0, 0, 0, 0.38) 35%,
        rgba(0, 0, 0, 1)    50%,
        rgba(0, 0, 0, 0.38) 65%,
        rgba(0, 0, 0, 0.38) 100%
    );
    -webkit-mask-size: 300% 100%;
    mask-size: 300% 100%;
    -webkit-mask-position: 100% center;
    mask-position: 100% center;

    animation:
        pl-logo-in   0.8s cubic-bezier(0.22, 1, 0.36, 1) 0.2s  both,
        pl-logo-glow 2.8s cubic-bezier(0.4, 0, 0.6, 1)   1.1s  infinite;
}

@keyframes pl-logo-in {
    from { opacity: 0; transform: scale(0.88); }
    to   { opacity: 1; transform: scale(1); }
}

@keyframes pl-logo-glow {
    0%        {
        -webkit-mask-position: 100% center;
        mask-position: 100% center;
    }
    45%, 100% {
        -webkit-mask-position: 0% center;
        mask-position: 0% center;
    }
}

/* ── Gold divider that grows outward ── */
.preloader-rule {
    width: 0;
    height: 1px;
    background: linear-gradient(90deg, transparent, var(--member-gold), transparent);
    margin: 0 auto 20px;
    animation: pl-rule 0.7s cubic-bezier(0.22, 1, 0.36, 1) 0.8s forwards;
}

@keyframes pl-rule {
    from { width: 0;     opacity: 0; }
    to   { width: 100px; opacity: 1; }
}

/* ── Label text: harflerin kendisi dim→gold→dim geçiş yapar ──
 *
 * background-clip: text → gradient, harflerin rengi olur (overlay değil).
 * Dim stop : rgba(255,255,255,0.22) → neredeyse görünmez beyaz harf
 * Peak stop : #d6b15e (brand gold)  → altın harf
 * Sweep: background-size 300%, P: 100% → 0% = soldan sağa.
 */
.preloader-label {
    margin: 0 0 30px;
    font-family: "Urbanist", sans-serif;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0.38em;
    text-transform: uppercase;
    display: inline-block;

    background: linear-gradient(
        90deg,
        rgba(255, 255, 255, 0.22) 0%,
        rgba(255, 255, 255, 0.22) 33%,
        #d6b15e                   50%,
        rgba(255, 255, 255, 0.22) 67%,
        rgba(255, 255, 255, 0.22) 100%
    );
    background-size: 300% 100%;
    background-position: 100% center;
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;

    animation:
        pl-text-appear 0.5s cubic-bezier(0.22, 1, 0.36, 1) 0.55s both,
        pl-text-glow   2.8s cubic-bezier(0.4, 0, 0.6, 1)   1.1s  infinite;
}

@keyframes pl-text-appear {
    from { opacity: 0; }
    to   { opacity: 1; }
}

@keyframes pl-text-glow {
    0%        { background-position: 100% center; }
    45%, 100% { background-position: 0%   center; }
}

/* ── Pulsing gold dots ── */
.preloader-dots {
    display: flex;
    gap: 7px;
    align-items: center;
}

.preloader-dots span {
    display: block;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: var(--member-gold);
    opacity: 0.25;
    animation: pl-dot 1.5s ease-in-out infinite;
}

.preloader-dots span:nth-child(1) { animation-delay: 0s; }
.preloader-dots span:nth-child(2) { animation-delay: 0.22s; }
.preloader-dots span:nth-child(3) { animation-delay: 0.44s; }

@keyframes pl-dot {
    0%, 70%, 100% { opacity: 0.25; transform: scale(1); }
    35%           { opacity: 1;    transform: scale(1.5); }
}

@media (max-width: 767px) {
    .preloader-logo-img {
        width: 110px;
    }
    .preloader-label {
        font-size: 11px;
        letter-spacing: 0.3em;
    }
}


/* ======= Owl-Theme custom style ======= */
/* owl-dots */
.owl-theme .owl-nav.disabled+.owl-dots {
    margin-top: 0px;
    line-height: 1.5;
    display: block;
    outline: none;
}

.owl-theme .owl-nav.disabled+.owl-dots {
    margin-top: 0;
    margin-bottom: 0;
}

.owl-theme .owl-dots .owl-dot span {
    width: 15px;
    height: 15px;
    margin: 0 3px;
    border-radius: 50%;
    background: transparent;
    border: 1px solid var(--member-gold);
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: var(--member-gold);
    border: 1px solid var(--member-gold);
}

.owl-theme .owl-dots .owl-dot:hover span {
    -webkit-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9);
}

/* owl-nav */
.owl-theme .owl-nav {
    position: absolute !important;
    top: 45% !important;
    bottom: auto !important;
    width: 100%
}

.owl-theme .owl-nav {
    position: relative;
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

/* owl-prev owl-next */
.owl-theme .owl-prev,
.owl-theme .owl-prev {
    left: 10px !important
}

.owl-theme .owl-next {
    right: 10px !important
}

.owl-theme .owl-prev,
.owl-theme .owl-next {
    color: #fff;
    position: absolute !important;
    top: 50%;
    padding: 0;
    height: 50px;
    width: 50px;
    border-radius: 0%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    background: var(--member-main);
    border: 1px solid var(--member-main);
    line-height: 0;
    text-align: center;
    font-size: 17px
}

.owl-theme .owl-prev>span,
.owl-theme .owl-next>span {
    position: absolute;
    line-height: 0;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.owl-theme .owl-nav [class*=owl-] {
    width: 50px;
    height: 50px;
    line-height: 45px;
    background: transparent;
    border-radius: 100%;
    color: var(--member-gold);
    font-size: 10px;
    margin-right: 60px;
    margin-left: 60px;
    cursor: pointer;
    border: 1px solid var(--member-gold);
    transition: all 0.2s ease-in-out;
    transform: scale(1.0);
}

.owl-theme .owl-nav [class*=owl-]:hover {
    transform: scale(0.9);
    background: transparent;
    border: 1px solid var(--member-main);
    color: var(--member-main);
}

@media screen and (max-width: 768px) {
    .owl-theme .owl-nav {
        display: none;
    }
}

.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel button.owl-dot {
    outline: none;
}


/* ======= Section style ======= */
.section-padding {
    padding: 120px 0;
}

.section-padding h6 {
    color: var(--member-main);
}

.section-subtitle {
    font-family: 'Playfair Display', serif;
    font-weight: 400;
    margin-bottom: 15px;
    color: var(--member-main);
    font-size: 20px;
    display: flex;
    display: inline-flex;
    align-items: center;
    font-style: italic;
}

.section-subtitle.text-white {
    color: #fff;
}

.section-subtitle .icon {
    background-color: var(--member-gold);
    margin-right: 10px;
    height: 45px;
    width: 45px;
    border-radius: 50%;
    color: #fff;
    font-size: 20px;
    text-align: center;
    vertical-align: middle;
    justify-content: center;
    align-items: center;
    display: flex;
}

.section-subtitle .icon i {
    align-items: center;
    justify-content: center;
    color: #fff;
}

.section-title {
    font-family: 'Playfair Display', serif;
    font-size: 45px;
    line-height: 1.3em;
    font-weight: 500;
    color: var(--member-main);
    margin-bottom: 15px;
}

.section-title span {
    color: var(--member-gold) !important;
    font-style: italic;
    font-weight: 700;
}

.section-title.white {
    color: #fff;
}

/* section-info */
.section-info {
    position: relative;
    display: contents;
}

.section-info .icons {
    margin-right: 10px;
    padding: 0 20px;
    border-radius: 30px;
    background-color: var(--member-gold);
    color: #fff;
    text-transform: uppercase;
    font-size: 12px;
    display: inline-block !important;
    vertical-align: middle !important;
    letter-spacing: 1px;
}

.section-info .tag {
    margin-right: 10px;
    padding: 5px 20px;
    border-radius: 30px;
    background-color: var(--member-gold);
    color: #fff;
    font-family: 'Playfair Display', serif;
    font-size: 18px;
    font-weight: 400;
    display: inline-block !important;
    vertical-align: middle !important;
}

.section-info .desc {
    margin: 0;
    color: var(--member-main);
    display: inline-block;
    vertical-align: middle;
    display: inherit;
}

.section-info .text-decoration-line-bottom {
    border-bottom: 1px solid var(--member-gold);
    line-height: 1.5em;
    font-family: 'Playfair Display', serif;
    font-weight: 500;
    font-style: italic;
    font-size: 20px;
    color: var(--member-main);
}

@media screen and (max-width: 991px) {
    .section-title {
        font-size: 40px;
    }

    .section-info {
        display: block;
    }
}


/* ======= Navbar style ======= */
.navbar {
    position: absolute;
    margin-top: 0;
    left: 0;
    top: 0;
    width: 100%;
    background: transparent;
    z-index: 99;
    padding-right: 0;
    padding-left: 0;
    padding-top: 0;
    padding-bottom: 0;
    height: 120px;
    border: none;
}

.navbar-toggler-icon {
    background-image: none;
}

.navbar .navbar-toggler-icon,
.navbar .icon-bar {
    color: #fff;
}

.navbar .navbar-nav .nav-link {
    font-size: 18px;
    font-weight: 400;
    color: #fff;
    margin: 1px;
    -webkit-transition: all .4s;
    transition: all .4s;
    padding-right: 10px;
    padding-left: 10px;
}

.navbar .navbar-nav .nav-link.nav-color {
    color: var(--member-main);
}

.navbar .navbar-nav .nav-link:hover {
    color: var(--member-gold);
}

.navbar .navbar-nav .active {
    color: var(--member-gold) !important;
}

.navbar .navbar-nav .active i {
    color: var(--member-gold);
}

.nav-scroll {
    background: var(--member-main);
    padding: 15px 0;
    position: fixed;
    top: -90px;
    left: 0;
    width: 100%;
    -webkit-transition: -webkit-transform .5s;
    transition: -webkit-transform .5s;
    transition: transform .5s;
    transition: transform .5s, -webkit-transform .5s;
    -webkit-transform: translateY(90px);
    transform: translateY(90px);
    border: none;
    margin-top: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
    height: 90px;
}

.nav-scroll .navbar-toggler-icon,
.nav-scroll .icon-bar {
    color: var(--member-gold);
}

.nav-scroll .navbar-nav .nav-link {
    color: #fff;
}

.nav-scroll .navbar-nav .active,
.nav-scroll .navbar-nav .active i {
    color: var(--member-gold) !important;
}

.nav-scroll .navbar-nav .logo {
    padding: 15px 0;
    color: var(--member-main);
}

.nav-scroll .dropdown .nav-link i {
    color: #fff;
}

.nav-scroll .logo-img {
    width: 180px;
}

.nav-scroll .logo-img {
    margin-bottom: 0px;
}

.nav-scroll .logo-wrapper .logo h2 {
    font-family: 'Playfair Display', serif;
    font-size: 24px;
    font-weight: 500;
    display: block;
    width: 100%;
    position: relative;
    color: #fff;
    margin-bottom: 0;
    text-transform: uppercase;
}

.nav-scroll .logo-wrapper .logo span {
    display: block;
    font-family: "Urbanist", sans-serif;
    font-size: 9px;
    color: var(--member-gold);
    font-weight: 400;
    letter-spacing: 6px;
    display: block;
    margin-top: 0px;
    line-height: 1.5em;
    text-transform: uppercase;
    padding-left: 4px;
}

.nav-scroll .logo-wrapper {}

.logo-wrapper {
    float: left;
}

.logo-wrapper .logo h2 {
    font-family: 'Playfair Display', serif;
    font-size: 27px;
    font-weight: 500;
    display: block;
    width: 100%;
    position: relative;
    color: var(--member-main);
    margin-bottom: 0;
    text-transform: uppercase;
}

.logo-wrapper .logo h2 a i {
    color: #5e717b;
    font-size: 20px;
    vertical-align: super;
}

.logo-wrapper .logo span {
    display: block;
    font-family: "Urbanist", sans-serif;
    font-size: 11px;
    color: var(--member-gold);
    font-weight: 400;
    letter-spacing: 5px;
    display: block;
    margin-top: 0px;
    line-height: 1.3em;
    text-transform: uppercase;
    padding-left: 4px;
}

.logo-wrapper .logo h2 i {
    color: var(--member-gold);
    font-style: normal;
}

.logo {
    padding: 0;
}

.logo-img {
    width: 190px;
    margin-bottom: 0px;
}

.dropdown .nav-link i {
    padding-left: 0px;
    font-size: 9px;
    font-weight: 700;
    color: #fff;
    transition: all 0.3s ease-in-out 0s;
}

.dropdown .nav-link:hover i {
    color: var(--member-gold);
}

.navbar .dropdown-menu .dropdown-item {
    padding: 9px 0;
    font-family: "Urbanist", sans-serif;
    font-size: 18px;
    font-weight: 400;
    color: #fff;
    position: relative;
    -webkit-transition: all .4s;
    transition: all .4s;
    background-color: transparent;
}

.navbar .dropdown-menu .dropdown-item span {
    display: block;
    cursor: pointer;
}

.navbar .dropdown-menu .dropdown-item i {
    padding: 13px 0 0 5px;
    font-size: 9px;
    font-weight: 700;
    float: right;
}

.navbar .dropdown-menu .dropdown:hover>.dropdown-item,
.navbar .dropdown-menu .dropdown-item.active,
.navbar .dropdown-menu .dropdown-item:hover {
    color: var(--member-gold);
}

.navbar .dropdown-toggle::after {
    display: none;
}

.navbar .dropdown-menu li {
    border-bottom: 1px solid rgba(145, 165, 56, 0.05);
}

.navbar .dropdown-menu li:last-child {
    border-bottom: none;
}

/* li hover */
.navbar .dropdown-menu li {
    position: relative;
    display: block;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.navbar .dropdown-menu li:hover {
    padding-left: 5px;
}

.navbar .dropdown-menu .dropdown-menu.pull-left {
    top: 0;
    left: auto;
    right: 100%;
}

/* navbar-right button */
.navbar .navbar-right {
    position: relative;
    display: flex;
    align-items: center;
    margin-left: 16px;
}

.navbar .navbar-right .button {
    position: relative;
    display: flex;
    align-items: center;
    z-index: 5;
    background: transparent;
    border-radius: 30px;
    padding: 5px 20px;
    transition: border-color 300ms ease, transform 300ms ease, background-color 300ms ease, color 300ms ease;
    transform-style: preserve-3d;
    font-size: 16px;
    font-weight: 400;
    color: #fff;
    border: 1px solid var(--member-gold);
}

.navbar .navbar-right .button:hover {
    transform: translate3d(0px, -3px, 0.01px);
    background: var(--member-gold);
    border: 1px solid var(--member-gold);
    color: #fff;
}

/* navbar-right phone */
.navbar .navbar-right .phonex {
    position: relative;
    display: flex;
    align-items: center;
    z-index: 5;
    transition: border-color 300ms ease, transform 300ms ease, background-color 300ms ease, color 300ms ease;
    transform-style: preserve-3d;
    font-size: 18px;
    font-weight: 400;
    color: #fff;
}

.navbar .navbar-right:hover .phonex {
    color: #fff;
}

.navbar .navbar-right .phonex i {
    font-size: 15px;
    margin-right: 3px;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: var(--member-gold);
    color: #fff;
    border-radius: 100%;
    text-align: center;
}

.nav-scroll .navbar-right .phonex {
    color: #fff;
}

.nav-scroll .navbar-right:hover .phonex {}

/* Navbar Media Query */
@media screen and (min-width: 992px) {
    .navbar .dropdown-menu {
        display: block;
        opacity: 0;
        visibility: hidden;
        -webkit-transform: translateY(20px);
        transform: translateY(20px);
        width: 210px;
        padding: 15px 25px;
        border-radius: 6px;
        border: 0;
        background-color: var(--member-main);
        -webkit-transition: all .3s;
        transition: all .3s;
    }

    .navbar .dropdown-menu .dropdown-menu {
        left: calc(100% + 5px);
        top: -10px;
        right: auto;
        min-width: 190px;
        transform: translateY(0);
    }

    .navbar .dropdown:hover>.dropdown-menu {
        opacity: 1;
        visibility: visible;
        transform: translateY(0);
    }
}

@media screen and (max-width: 991px) {
    .navbar {
        padding-left: 0px;
        padding-right: 0px;
        background: transparent;
        padding-top: 0px;
        padding-bottom: 0px;
        margin-top: 0;
        height: 90px;
    }

    .nav-scroll {
        background: var(--member-main);
    }

    .logo-wrapper {
        float: left;
        padding: 21px;
    }

    .nav-scroll .logo-wrapper {
        padding: 20px 15px;
        background-color: transparent;
    }

    .nav-scroll .logo-img {
        width: 190px;
    }

    .navbar .logo {
        text-align: left;
        margin-left: 0px;
    }

    .nav-scroll .logo {}

    .logo-img {
        margin-bottom: 0px;
        width: 190px;
    }

    .navbar button {
        margin-right: 0px;
        outline: none !important;
        background: transparent;
        margin-top: 10px;
        border: none;
    }

    .navbar button:hover {
        background: transparent;
    }

    .navbar button:active,
    .navbar button:focus,
    .navbar button:hover {
        background: transparent;
        outline: none;
        color: transparent !important;
    }

    .navbar .container {
        /* max-width: 100%; */
        padding: 0;
    }

    .navbar .nav-link {
        margin: 0px auto !important;
    }

    .navbar .navbar-nav .nav-link {
        color: #fff;
    }

    .nav-scroll .navbar-collapse .nav-link {
        color: #fff !important;
    }

    .nav-scroll .navbar-collapse .active {
        color: var(--member-gold) !important;
    }

    .navbar .dropdown-menu .dropdown-item {
        padding: 0 15px;
        font-size: 18px;
        line-height: 40px;
    }

    .navbar .dropdown-menu .dropdown-item.dropdown-toggle {
        font-weight: 400;
    }

    .navbar .dropdown-submenu .dropdown-toggle::after {
        right: 15px;
        font-size: 18px;
    }

    .navbar .dropdown-submenu:hover>.dropdown-toggle::after {
        transform: rotate(0deg);
    }

    .navbar .dropdown-submenu .dropdown-toggle.show::after {
        transform: rotate(90deg);
    }

    .navbar .dropdown-menu {
        border: none;
        padding: 0;
        border-radius: 0;
        margin: 0;
        background: var(--member-main);
    }

    .navbar .dropdown-submenu .dropdown-menu {
        margin: 0;
        padding: 0 0 0 20px;
    }

    .navbar .dropdown-menu li a {
        padding: 0 15px;
    }

    .navbar .navbar-nav .nav-link {
        padding-right: 0px;
        padding-left: 0px;
    }

    .navbar .navbar-collapse {
        max-height: 450px;
        overflow: auto;
        background: var(--member-main);
        text-align: left;
        padding: 20px;
    }

    .dropdown .nav-link i {
        color: #fff;
    }

    .navbar .navbar-right {
        display: none;
    }
}


/* ======= Header style ======= */
.header {
    min-height: 100vh;
    overflow: hidden;
    position: relative;
}

.header[data-overlay-dark] h6,
.header h6 {
    font-weight: 400;
    margin-bottom: 15px;
    color: #fff;
    font-size: 21px;
    display: flex;
    display: inline-flex;
    align-items: center;
    font-style: italic;
    -webkit-animation-delay: .1s;
    animation-delay: .1s;
}

.header[data-overlay-dark] h6 .icon,
.header h6 .icon {
    background-color: var(--member-gold);
    margin-right: 10px;
    height: 45px;
    width: 45px;
    border-radius: 50%;
    color: #fff;
    font-size: 21px;
    text-align: center;
    vertical-align: middle;
    justify-content: center;
    align-items: center;
    display: flex;
}

.header h5 {
    font-weight: 400;
    margin-bottom: 15px;
    color: #fff;
    font-size: 20px;
    display: flex;
    display: inline-flex;
    align-items: center;
    font-style: italic;
    -webkit-animation-delay: .3s;
    animation-delay: .3s;
}

.header h5 .icon {
    background-color: var(--member-gold);
    margin-right: 10px;
    height: 45px;
    width: 45px;
    border-radius: 50%;
    color: #fff;
    font-size: 20px;
    text-align: center;
    vertical-align: middle;
    justify-content: center;
    align-items: center;
    display: flex;
}

.header h5 .icon i {
    align-items: center;
    justify-content: center;
    color: #fff;
}

.header h3 {
    position: relative;
    font-size: 70px;
    font-weight: 500;
    color: #fff;
    line-height: 1.3em;
    margin-bottom: 30px;
    -webkit-animation-delay: .5s;
    animation-delay: .5s;
}

.header h3 span {
    color: var(--member-gold);
    font-style: italic;
    font-weight: 700;
}

.header h2 {
    position: relative;
    font-size: 40px;
    color: #fff;
    letter-spacing: 1px;
    -webkit-animation-delay: .6s;
    animation-delay: .6s;
}

.header h2 span {
    color: var(--member-gold);
}

.header h1 {
    position: relative;
    font-size: 48px;
    color: #fff;
    -webkit-animation-delay: .7s;
    animation-delay: .7s;
}

.header h1 span {
    font-style: italic;
    color: var(--member-gold);
}

.header p {
    font-size: 18px;
    margin-bottom: 0;
    color: #fff;
    -webkit-animation-delay: .8s;
    animation-delay: .8s;
}

.header p a {
    color: var(--member-gold);
}

.header .button-1 {
    -webkit-animation-delay: .9s;
    animation-delay: .9s;
}

.header .button-2 {
    -webkit-animation-delay: .9s;
    animation-delay: .9s;
}

.header .button-3 {
    -webkit-animation-delay: .9s;
    animation-delay: .9s;
}

.header .button-4 {
    -webkit-animation-delay: .9s;
    animation-delay: .9s;
}

@media screen and (max-width: 991px) {
    .header {
        background-attachment: scroll !important;
        background-position: 50% 0% !important;
    }

    .header h3 {
        font-size: 40px;
    }
}


/* ======= Slider-fade style (Homepage Slider) ======= */
.slider-fade .owl-item {
    height: 100vh;
    position: relative;
}

.slider-fade .item {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-size: cover;
    background-position: top;
    z-index: 9;
}

/* owl-nav next and prev */
.slider-fade .owl-theme .owl-nav {
    position: absolute;
    bottom: 7%;
    right: 12%;
}

.slider-fade .owl-theme .owl-prev {
    float: left;
}

.slider-fade .owl-theme .owl-next {
    float: right;
}

.slider-fade .owl-theme .owl-nav [class*=owl-] {
    width: 50px;
    height: 50px;
    line-height: 50px;
    background: transparent;
    border-radius: 100%;
    color: #fff;
    font-size: 12px;
    margin-right: 30px;
    margin-left: 30px;
    cursor: pointer;
    border: 1px solid var(--member-gold);
    transition: all 0.2s ease-in-out;
    transform: scale(1.0);
}

.slider-fade .owl-theme .owl-nav [class*=owl-]:hover {
    transform: scale(0.9);
    background: transparent;
    border: 1px solid var(--member-gold);
    color: var(--member-gold);
}

@media screen and (max-width: 768px) {
    .slider-fade .owl-nav {
        display: none;
    }
}

/* owl-dots for slider and slider-fade */
.slider .owl-theme .owl-dots,
.slider-fade .owl-theme .owl-dots {
    position: absolute;
    bottom: 6vh;
    width: 100%;
}

.slider-fade .owl-theme .owl-nav.disabled+.owl-dots {
    margin-top: 0px;
    line-height: .7;
    display: block;
}

.slider-fade .owl-theme .owl-dots .owl-dot span {
    width: 13px;
    height: 13px;
    margin: 0 3px;
    border-radius: 50%;
    background: transparent;
    border: 1px solid rgba(255, 255, 255, 0.3);
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg);
}

.slider-fade .owl-theme .owl-dots .owl-dot.active span,
.slider-fade .owl-theme .owl-dots .owl-dot:hover span {
    background: var(--member-gold);
    border: 1px solid var(--member-gold);
}

.slider .owl-theme .owl-dots {
    position: absolute;
    width: 100%;
    bottom: 5%;
    left: 12%;
    text-align: left;
}


/* ======= Slider style (Inner Page Slider) ======= */
.slider .owl-item {
    height: 100vh;
    position: relative;
}

.slider .item {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-size: cover;
    background-position: center;
}

.slider .item .caption {
    z-index: 9;
}

.slider .owl-theme .owl-dots {
    position: absolute;
    width: 100%;
    bottom: 3%;
    right: 12%;
    text-align: right;
}

.slider .owl-theme .owl-dots .owl-dot span {
    width: 13px;
    height: 13px;
    margin: 0 3px;
    border-radius: 50%;
    background: transparent;
    border: 1px solid rgba(255, 255, 255, 0.5);
}

.slider .owl-theme .owl-dots .owl-dot.active span,
.slider .owl-theme .owl-dots .owl-dot:hover span {
    background: var(--member-gold);
    border: 1px solid var(--member-gold);
}

/* bounce */
.header .arrow {
    position: absolute;
    bottom: 40px;
    width: 100%;
    text-align: center;
    z-index: 8;
}

.header .arrow.bounce {
    -webkit-animation: bounce 2s infinite;
    animation: bounce 2s infinite;
}

.header .arrow i {
    position: relative;
    display: inline-block;
    width: 50px;
    height: 50px;
    line-height: 50px;
    color: #fff;
    font-size: 18px;
    border: 1px solid rgba(255, 255, 255, 0.3);
    border-radius: 100%;
}

.header .arrow i:hover {
    border: 1px solid var(--member-gold);
    color: var(--member-gold);
}

.header .arrow i:hover:after {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    opacity: 0;
    -webkit-transition: all .5s;
    transition: all .5s;
}


/* ======= Kenburns Slider style ======= */
.kenburns-section {
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    min-height: 100vh;
    position: relative;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.kenburns-section::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -5;
    background: #000;
}

.kenburns-inner {
    position: relative;
    z-index: 15;
}

.kenburns-inner[data-overlay-dark] h6,
.kenburns-inner h6 {
    font-weight: 400;
    margin-bottom: 15px;
    color: #fff;
    font-size: 21px;
    display: flex;
    display: inline-flex;
    align-items: center;
    font-style: italic;
    -webkit-animation-delay: .1s;
    animation-delay: .1s;
}

.kenburns-inner[data-overlay-dark] h6 .icon,
.kenburns-inner h6 .icon {
    background-color: var(--member-gold);
    margin-right: 10px;
    height: 45px;
    width: 45px;
    border-radius: 50%;
    color: #fff;
    font-size: 21px;
    text-align: center;
    vertical-align: middle;
    justify-content: center;
    align-items: center;
    display: flex;
}

.kenburns-inner h5 {
    font-weight: 400;
    margin-bottom: 15px;
    color: #fff;
    font-size: 20px;
    display: flex;
    display: inline-flex;
    align-items: center;
    font-style: italic;
    -webkit-animation-delay: .3s;
    animation-delay: .3s;
}

.kenburns-inner h5 .icon {
    background-color: var(--member-gold);
    margin-right: 10px;
    height: 45px;
    width: 45px;
    border-radius: 50%;
    color: #fff;
    font-size: 20px;
    text-align: center;
    vertical-align: middle;
    justify-content: center;
    align-items: center;
    display: flex;
}

.kenburns-inner h5 .icon i {
    align-items: center;
    justify-content: center;
    color: #fff;
}

.kenburns-inner h3 {
    position: relative;
    font-size: 70px;
    font-weight: 500;
    color: #fff;
    line-height: 1.3em;
    margin-bottom: 30px;
    -webkit-animation-delay: .5s;
    animation-delay: .5s;
}

.kenburns-inner h3 span {
    color: var(--member-gold);
    font-style: italic;
    font-weight: 700;
}

.kenburns-inner h2 {
    position: relative;
    font-size: 40px;
    color: #fff;
    letter-spacing: 1px;
    -webkit-animation-delay: .6s;
    animation-delay: .6s;
}

.kenburns-inner h2 span {
    color: var(--member-gold);
}

.kenburns-inner h1 {
    position: relative;
    font-size: 48px;
    color: #fff;
    -webkit-animation-delay: .7s;
    animation-delay: .7s;
}

.kenburns-inner h1 span {
    font-style: italic;
    color: var(--member-gold);
}

.kenburns-inner p {
    font-size: 18px;
    margin-bottom: 0;
    color: #fff;
    -webkit-animation-delay: .8s;
    animation-delay: .8s;
}

.kenburns-inner p a {
    color: var(--member-gold);
}

#kenburnsSliderContainer .vegas-overlay {
    outline: none;
}

@media screen and (max-width: 767px) {
    .kenburns-inner h3 {
        font-size: 40px;
    }
}


/* ======= Page Banner Header style ======= */
.banner-header {
    height: 70vh;
    background-position: center;
}

.banner-header.full-height {
    height: 100vh;
}

.banner-header[data-overlay-dark] h6,
.banner-header h6 {
    font-weight: 400;
    margin-bottom: 15px;
    color: #fff;
    font-size: 21px;
    display: flex;
    display: inline-flex;
    align-items: center;
    font-style: italic;
}

.banner-header[data-overlay-dark] h6 .icon,
.banner-header h6 .icon {
    background-color: var(--member-gold);
    margin-right: 10px;
    height: 45px;
    width: 45px;
    border-radius: 50%;
    color: #fff;
    font-size: 21px;
    text-align: center;
    vertical-align: middle;
    justify-content: center;
    align-items: center;
    display: flex;
}

.banner-header[data-overlay-dark] h6 .icon img,
.banner-header h6 .icon img {}

.banner-header h1 {
    position: relative;
    font-size: 48px;
    color: #fff;
}

.banner-header h1 span {
    font-style: italic;
    color: var(--member-gold);
}

.banner-header h2 {
    position: relative;
    font-size: 40px;
    color: #fff;
    letter-spacing: 1px;
}

.banner-header h2 span {
    color: var(--member-gold);
}

.banner-header h3 {
    position: relative;
    font-size: 70px;
    font-weight: 500;
    color: #fff;
    line-height: 1.3em;
    margin-bottom: 30px;
}

.banner-header h3 span {
    color: var(--member-gold);
    font-style: italic;
    font-weight: 700;
}

.banner-header h5 {
    font-weight: 400;
    margin-bottom: 15px;
    color: #fff;
    font-size: 20px;
    display: flex;
    display: inline-flex;
    align-items: center;
    font-style: italic;
}

.banner-header h5 .icon {
    background-color: var(--member-gold);
    margin-right: 10px;
    height: 45px;
    width: 45px;
    border-radius: 50%;
    color: #fff;
    font-size: 20px;
    text-align: center;
    vertical-align: middle;
    justify-content: center;
    align-items: center;
    display: flex;
}

.banner-header h5 .icon i {
    align-items: center;
    justify-content: center;
    color: #fff;
}

.banner-header p {
    font-size: 18px;
    margin-bottom: 0;
    color: #fff;
}

.banner-header p a {
    color: var(--member-gold);
}

/* author & date */
.banner-header .author .avatar {
    width: 30px;
    height: 30px;
    overflow: hidden;
    border-radius: 50%;
    margin-right: 5px;
}

.banner-header .post {
    margin-top: 20px;
}

.banner-header .post div {
    display: inline-block;
}

.banner-header .post .author {
    margin-right: 20px;
    font-size: 18px;
}

.banner-header .post .date-comment {
    position: relative;
    font-size: 18px;
    color: #fff;
    margin-right: 20px
}

.banner-header .post .date-comment i {
    color: #fff;
    font-size: 18px;
    margin-right: 5px;
}

.banner-header .post .date-comment:last-of-type {
    margin-right: 0px;
}

@media screen and (max-width: 767px) {
    .banner-header {}

    .banner-header h5 {}

    .banner-header h1 {
        font-size: 40px;
        letter-spacing: 0;
    }

    .banner-header h1 span {
        font-size: 40px;
    }

    .banner-header h3 {
        font-size: 40px;
    }

    .banner-header h3 span {
        font-size: 40px;
    }
}


/* =======  About style  ======= */
.about1 {
    position: relative;
}

.about1 .item {
    position: relative;
    border-radius: 5px;
    overflow: hidden;
}

.about1 .item img {
    position: relative;
    border-radius: 6px;
}

.about1 img {
    border-radius: 6px;
    margin-bottom: 0;
}

.about1 img.img {
    margin-bottom: 0px;
}

.about1-bottom {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 20px 0 0 0;
}

.image.about1-signature {
    margin-right: 20px;
    width: 60px;
}

.about1-name {
    font-size: 18px;
    color: var(--member-gold);
    font-family: "Urbanist", sans-serif;
}

.about1-rol {
    color: rgba(255, 255, 255, 0.6);
    font-size: 18px;
    line-height: 18px;
}

/* year box */
.about1 .year-box {
    position: absolute;
    padding: 15px 15px 25px 15px;
    width: 160px;
    border-radius: 6px;
    bottom: 30px;
    left: 30px;
    -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, .08);
    box-shadow: 0 0 30px rgba(0, 0, 0, .08);
    -webkit-transition: all 350ms cubic-bezier(.37, 0, .63, 1);
    transition: all 350ms cubic-bezier(.37, 0, .63, 1);
    background: #fff;
    text-align: center;
    overflow: hidden !important;
    z-index: 1;
}

.about1 .year-box .number {
    position: relative;
    font-size: 105px;
    line-height: 95px;
    font-weight: 900;
    color: #fff;
    z-index: 1;
    display: block;
    letter-spacing: -1px;
}

.about1 .year-box .txt {
    font-family: 'Playfair Display', serif;
    color: var(--member-main);
    font-size: 18px;
    line-height: 1.3em;
    font-weight: 400;
    font-style: italic;
}

.about1 .year-box .number-bg {
    top: -60px;
    left: -5px;
    height: 150px;
    width: 150px;
    border-radius: 100%;
    background-color: var(--member-gold);
    z-index: 0;
    position: absolute;
}

.about1 .year-box.vert-move {
    -webkit-animation: mover 1s infinite alternate;
    animation: mover 1s infinite alternate;
}

.about1 .year-box.vert-move {
    -webkit-animation: mover 1s infinite alternate;
    animation: mover 1s infinite alternate;
}

@-webkit-keyframes mover {
    0% {
        transform: translateY(0);
    }

    100% {
        transform: translateY(-10px);
    }
}

@keyframes mover {
    0% {
        transform: translateY(0);
    }

    100% {
        transform: translateY(-5px);
    }
}

.member-contract-section.bg-darkgreen {
    background: var(--member-main);
}

.member-contract-section .section-subtitle {
    color: var(--member-gold) !important;
}

.member-contract-section .section-title.white,
.member-contract-section .text-white {
    color: var(--member-text) !important;
}

.member-contract-section .section-title span {
    color: var(--member-gold) !important;
}

.member-contract-section .section-title {
    font-family: "Urbanist", sans-serif;
    font-size: 66px;
    font-weight: 800;
    letter-spacing: -0.02em;
    line-height: 1.05;
    margin-bottom: 24px;
}

.member-contract-section .section-title span {
    font-family: 'Playfair Display', serif;
    font-style: italic;
    font-weight: 700;
}

.member-contract-section .text-white {
    font-size: 20px;
    line-height: 1.7;
    max-width: 690px;
}

.member-contract-section .img {
    width: 100%;
    height: 560px;
    object-fit: cover;
    object-position: center;
    border-radius: 8px;
    box-shadow: 0 20px 44px rgba(0, 0, 0, .22);
}

.member-contract-section .button-2 {
    background: var(--member-gold);
    color: var(--member-main);
    border-color: var(--member-gold);
    margin-top: 12px;
    font-weight: 700;
}

.member-contract-section .button-2:hover {
    background: #ebc875;
    border-color: #ebc875;
    color: var(--member-main);
}

@media (max-width: 991px) {
    .member-contract-section .section-title {
        font-size: 46px;
    }

    .member-contract-section .text-white {
        font-size: 18px;
    }

    .member-contract-section .img {
        height: 460px;
    }
    .member-services-section .button-2 {
        font-size: 14px;
        padding: 10px 18px;
    }

}

@media (max-width: 767px) {
    .member-contract-section .section-title {
        font-size: 34px;
        margin-top: 16px;
    }

    .member-contract-section .text-white {
        font-size: 16px;
    }

    .member-contract-section .img {
        height: 320px;
    }
    .member-services-section .button-2 {
        font-size: 13px;
        padding: 9px 16px;
    }

}

/* ======= Member Theme Navbar (index3) ======= */
.member-theme .navbar {
    height: 116px;
}

.member-theme .logo-img {
    width: 120px;
}

.member-theme .navbar .navbar-nav .nav-link {
    font-size: 16px;
    padding-right: 10px;
    padding-left: 10px;
}

.member-theme .navbar .navbar-collapse {
    justify-content: center;
    gap: 16px;
}

.member-theme .navbar .navbar-nav.mx-auto {
    margin-left: 0;
    margin-right: 0;
}

.member-theme .navbar .navbar-right .button {
    padding: 10px 18px;
}

.member-theme .navbar .navbar-right .button a {
    font-size: 14px;
}

.member-theme .nav-scroll .logo-img {
    width: 105px;
}

.member-theme .nav-scroll {
    background: #ffffff;
    border-bottom: 1px solid rgba(15, 15, 15, 0.08);
}

.member-theme .nav-scroll .navbar-nav .nav-link {
    color: #111;
}

.member-theme .nav-scroll .navbar-nav .active,
.member-theme .nav-scroll .navbar-nav .active i {
    color: var(--member-gold) !important;
}

.member-theme .nav-scroll .navbar-toggler-icon,
.member-theme .nav-scroll .icon-bar,
.member-theme .nav-scroll .dropdown .nav-link i {
    color: #111;
}

.member-theme .nav-scroll .navbar-right .button a {
    color: #111;
}

.member-theme .nav-scroll .navbar-right .button:hover a {
    color: #fff;
}

.events-page .banner-header {
    background-position: center bottom;
}

@media (max-width: 1199px) {
    .member-theme .navbar {
        height: 88px;
    }

    .member-theme .logo-img {
        width: 88px;
    }

    .member-theme .navbar .navbar-nav .nav-link {
        font-size: 13px;
    }
    .member-services-section .button-2 {
        font-size: 15px;
        padding: 11px 20px;
    }

}

@media (max-width: 991px) {
    .member-theme .navbar {
        height: 84px;
    }

    .member-theme .logo-img {
        width: 86px;
    }

    .member-theme .navbar .container {
        position: relative;
    }

    .member-theme .logo-wrapper {
        display: flex;
        align-items: center;
        height: 84px;
    }

    .member-theme .navbar .navbar-toggler {
        position: absolute;
        right: 16px;
        top: 50%;
        transform: translateY(-50%);
        margin: 0;
        padding: 0;
    }
}

@media (max-width: 767px) {
    .member-theme .navbar {
        height: 72px;
    }

    .member-theme .logo-wrapper {
        height: 72px;
        align-items: center;
        padding: 0 14px;
    }

    .member-theme .logo-img {
        width: 78px;
    }

    .member-theme .navbar .navbar-toggler {
        top: 18px;
        transform: none;
    }
}

/* Tablet: slide-in from right */
@media (max-width: 991px) {
    .member-theme .navbar .navbar-collapse,
    .member-home .navbar .navbar-collapse {
        position: fixed;
        top: 0;
        right: 0;
        left: auto;
        width: 85%;
        max-width: 380px;
        height: 100vh;
        min-height: 100vh;
        max-height: 100vh;
        background: linear-gradient(160deg, #0e2236 0%, #0b1b2b 60%, #091520 100%);
        z-index: 999;
        transform: translateX(100%);
        transition: transform 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94);
        box-shadow: -16px 0 48px rgba(0, 0, 0, 0.5);
        padding: 0;
        overflow-y: auto;
        display: flex;
        flex-direction: column;
    }

    .member-theme .navbar .navbar-collapse.show,
    .member-home .navbar .navbar-collapse.show {
        transform: translateX(0);
    }

    .member-theme .navbar .navbar-nav {
        padding: 8px 0;
        flex: 0 0 auto;
    }

    .member-theme .navbar .navbar-nav .nav-item {
        border-bottom: 1px solid rgba(255, 255, 255, 0.06);
        margin: 0 24px;
    }

    .member-theme .navbar .navbar-nav .nav-link {
        font-size: 14px;
        font-weight: 600;
        letter-spacing: 2px;
        line-height: 1;
        padding: 18px 0;
        color: rgba(255, 255, 255, 0.85);
        display: flex;
        align-items: center;
        justify-content: space-between;
        transition: all 0.3s ease;
    }

    .member-theme .navbar .navbar-nav .nav-link::after {
        content: '→';
        font-size: 13px;
        font-weight: 400;
        letter-spacing: 0;
        opacity: 0;
        transform: translateX(-6px);
        transition: all 0.3s ease;
        color: var(--member-gold);
    }

    .member-theme .navbar .navbar-nav .nav-link:hover,
    .member-theme .navbar .navbar-nav .nav-link.active {
        color: var(--member-gold);
    }

    .member-theme .navbar .navbar-nav .nav-link:hover::after,
    .member-theme .navbar .navbar-nav .nav-link.active::after {
        opacity: 1;
        transform: translateX(0);
    }

    .member-theme .mobile-menu-header {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 22px 28px;
        border-bottom: 1px solid rgba(255, 255, 255, 0.08);
        flex-shrink: 0;
    }

    .member-theme .mobile-menu-logo img {
        width: 105px;
        height: auto;
    }

    .member-theme .mobile-close {
        position: relative;
        top: auto;
        right: auto;
        flex-shrink: 0;
        width: 40px;
        height: 40px;
        border-radius: 50%;
        border: 1px solid rgba(255, 255, 255, 0.2);
        background: transparent;
        color: #ffffff;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 18px;
        line-height: 1;
        transition: all 0.3s ease;
        cursor: pointer;
    }

    .member-theme .mobile-close:hover {
        border-color: var(--member-gold);
        color: var(--member-gold);
    }

    .member-theme .mobile-menu-contact {
        padding: 20px 28px;
        border-top: 1px solid rgba(255, 255, 255, 0.06);
        display: flex;
        flex-direction: column;
        gap: 6px;
        flex-shrink: 0;
    }

    .member-theme .mobile-menu-contact a {
        font-size: 13px;
        color: rgba(255, 255, 255, 0.5);
        transition: color 0.3s ease;
        text-decoration: none;
    }

    .member-theme .mobile-menu-contact a:hover {
        color: var(--member-gold);
    }

    .member-theme .mobile-menu-social {
        display: flex;
        gap: 12px;
        padding: 20px 28px 30px;
        border-top: 1px solid rgba(255, 255, 255, 0.06);
        flex-shrink: 0;
    }

    .member-theme .mobile-menu-social a {
        width: 42px;
        height: 42px;
        border-radius: 50%;
        border: 1px solid rgba(255, 255, 255, 0.18);
        display: flex;
        align-items: center;
        justify-content: center;
        color: rgba(255, 255, 255, 0.6);
        font-size: 15px;
        transition: all 0.3s ease;
        text-decoration: none;
    }

    .member-theme .mobile-menu-social a:hover {
        border-color: var(--member-gold);
        color: var(--member-gold);
        background: rgba(180, 140, 70, 0.12);
        transform: translateY(-2px);
    }

    .member-theme .navbar .navbar-right {
        display: none;
    }

    .member-theme .mobile-menu-backdrop {
        position: fixed;
        top: 0;
        left: 0;
        width: 100vw;
        height: 100vh;
        border: none;
        background: rgba(6, 16, 28, 0.55);
        backdrop-filter: blur(8px);
        opacity: 0;
        pointer-events: none;
        transition: opacity 0.3s ease;
        z-index: 998;
    }

    .member-theme .navbar .navbar-collapse.show + .mobile-menu-backdrop {
        opacity: 1;
        pointer-events: auto;
    }
}

@media (max-width: 767px) {
    .member-theme .navbar {
        height: 72px;
    }

    .member-theme .logo-wrapper {
        padding: 0px 14px;
    }

    .member-theme .logo-img {
        width: 78px;
    }

    .member-theme .navbar .navbar-toggler {
        position: absolute;
        top: 18px;
        right: 16px;
        margin: 0;
        padding: 0;
    }

    .member-theme .nav-scroll .logo-img {
        width: 76px;
    }

    .member-theme .navbar .navbar-collapse {
        position: fixed;
        top: 0;
        right: 0;
        left: auto;
        width: 85%;
        max-width: 340px;
        height: 100vh;
        background: linear-gradient(160deg, #0e2236 0%, #0b1b2b 60%, #091520 100%);
        z-index: 999;
        transform: translateX(100%);
        transition: transform 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94);
        box-shadow: -12px 0 40px rgba(0, 0, 0, 0.4);
        padding: 0;
        overflow-y: auto;
        display: flex;
        flex-direction: column;
    }

    .member-home .navbar .navbar-collapse {
        right: 0;
        left: auto;
        width: 85%;
        max-width: 340px;
        box-shadow: -12px 0 40px rgba(0, 0, 0, 0.4);
        transform: translateX(100%);
        transition: transform 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94);
        height: 100vh !important;
        min-height: 100vh;
        max-height: 100vh;
    }

    .member-theme .navbar .navbar-collapse.show {
        transform: translateX(0);
    }

    .member-home .navbar .navbar-collapse.show {
        transform: translateX(0);
    }

    .member-theme .navbar .navbar-nav .nav-link {
        font-size: 13px;
        padding: 15px 0;
    }

    .member-theme .mobile-close {
        position: relative;
        top: auto;
        right: auto;
        flex-shrink: 0;
        width: 38px;
        height: 38px;
        border-radius: 50%;
        border: 1px solid rgba(255, 255, 255, 0.2);
        background: transparent;
        color: #ffffff;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 18px;
        line-height: 1;
        transition: all 0.3s ease;
        cursor: pointer;
    }

    .member-theme .mobile-close:hover {
        border-color: var(--member-gold);
        color: var(--member-gold);
    }

    .member-theme .mobile-menu-header {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 18px 20px;
        border-bottom: 1px solid rgba(255, 255, 255, 0.08);
        flex-shrink: 0;
    }

    .member-theme .mobile-menu-logo img {
        width: 90px;
        height: auto;
    }

    .member-theme .mobile-menu-contact {
        padding: 16px 20px;
        border-top: 1px solid rgba(255, 255, 255, 0.06);
        display: flex;
        flex-direction: column;
        gap: 6px;
        flex-shrink: 0;
    }

    .member-theme .mobile-menu-contact a {
        font-size: 12px;
        color: rgba(255, 255, 255, 0.5);
        transition: color 0.3s ease;
        text-decoration: none;
    }

    .member-theme .mobile-menu-contact a:hover {
        color: var(--member-gold);
    }

    .member-theme .mobile-menu-social {
        display: flex;
        gap: 10px;
        padding: 16px 20px 24px;
        border-top: 1px solid rgba(255, 255, 255, 0.06);
        flex-shrink: 0;
    }

    .member-theme .mobile-menu-social a {
        width: 38px;
        height: 38px;
        border-radius: 50%;
        border: 1px solid rgba(255, 255, 255, 0.18);
        display: flex;
        align-items: center;
        justify-content: center;
        color: rgba(255, 255, 255, 0.6);
        font-size: 14px;
        transition: all 0.3s ease;
        text-decoration: none;
    }

    .member-theme .mobile-menu-social a:hover {
        border-color: var(--member-gold);
        color: var(--member-gold);
        background: rgba(180, 140, 70, 0.12);
        transform: translateY(-2px);
    }

    .member-theme .mobile-menu-backdrop {
        position: fixed;
        top: 0;
        left: 0;
        width: 100vw;
        height: 100vh;
        border: none;
        background: rgba(6, 16, 28, 0.55);
        backdrop-filter: blur(8px);
        opacity: 0;
        pointer-events: none;
        transition: opacity 0.3s ease;
        z-index: 998;
    }

    .member-theme .navbar .navbar-collapse.show + .mobile-menu-backdrop {
        opacity: 1;
        pointer-events: auto;
    }
}

/* ======= Team style ======= */
.team {
    position: relative;
}

.team .item {
    position: relative;
    text-align: center;
}

.team .item:hover .img::after {
    opacity: 1;
}

.team .item:hover .img .social-icons {
    opacity: 1;
    bottom: 30px;
}

.team .item .img {
    position: relative;
    overflow: hidden;
    transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
    border-radius: 5px;
}

.team .item .img img {
    width: 100%;
    margin: 0;
    transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
    background-size: cover;
    border-radius: 6px;
}

.team .item:hover .img {
    transform: scale(0.98);
}

.team .item .img::after {
    position: absolute;
    content: "";
    left: 0;
    bottom: -1px;
    width: 100%;
    height: 50%;
    opacity: 0;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.team .item .img .social-icons {
    position: absolute;
    bottom: -50px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    padding: 1px 20px;
    border-radius: 50px;
    background-color: var(--member-gold);
    white-space: nowrap;
    opacity: 0;
    z-index: 20;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.team .item .img .social-icons a {
    font-size: 15px;
    margin: 15px 5px;
    line-height: 1;
    color: #fff;
}

.team .item .img .social-icons a:hover {
    color: #fff;
    opacity: 1;
}

.team .item .info {
    padding: 30px 15px;
}

.team .item .info h5 {
    font-size: 21px;
    color: #fff;
    margin-bottom: 0px;
}

.team .item .info h5.text-dark,
.team .item .info h5.text-dark a {
    color: var(--member-main) !important;
}

.team .item .info p {
    font-size: 18px;
    color: var(--member-gold);
    margin-bottom: 0px;
}


/* ======= Team Details style ======= */
.team-details {
    position: relative;
    margin-bottom: 45px;
}

.team-details h5 {
    font-family: 'Playfair Display', serif;
    font-weight: 400;
    color: var(--member-main);
    font-size: 36px;
}

.team-details img {
    border-radius: 6px 6px 0 0;
}

.team-details .wrap {
    flex-wrap: wrap;
    background: #fff;
    padding: 30px;
    border-radius: 0 0 6px 6px;
}

.team-details .wrap h3 {
    font-family: 'Playfair Display', serif;
    font-weight: 400;
    color: var(--member-main);
    font-size: 24px;
    text-align: center;
    margin-bottom: 5px;
}

.team-details .wrap h5 {
    font-weight: 400;
    color: var(--member-gold);
    font-size: 18px;
    font-style: italic;
    text-align: center;
    margin-bottom: 15px;
}

.team-details .wrap .cont {
    width: 100%;
    justify-content: space-between;
    align-content: center;
    align-items: center;
    padding: 10px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-radius: 0;
    border: none;
    border-bottom: 1px solid #e8e8d4;
}

.team-details .wrap .cont .coll {
    width: auto;
    max-width: auto;
}

.team-details .wrap .cont .coll h6 {
    font-size: 18px;
    font-weight: 400;
    line-height: 1em;
    white-space: normal;
    margin: 0;
    color: var(--member-main);
}

.team-details .wrap .cont .coll p {
    font-family: "Urbanist", sans-serif;
    font-size: 18px;
    font-weight: 400;
    white-space: normal;
    margin: 0;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
    transition: color .3s;
    color: #5e717b;
}

.team-details .wrap .social-icon {
    text-align: center;
    margin-bottom: 0px;
}

.team-details .wrap .social-icon a {
    width: 45px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    font-size: 16px;
    color: #fff;
    border-radius: 100%;
    margin-right: 2px;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
    background: var(--member-gold);
    transition: border-color 300ms ease, transform 300ms ease, background-color 300ms ease, color 300ms ease;
    transform-style: preserve-3d;
}

.team-details .wrap .social-icon a:hover {
    background: var(--member-gold);
    color: #fff;
    -webkit-transition: all .7s;
    -o-transition: all .7s;
    transition: all .7s;
    transform: translate3d(0px, -3px, 0.01px);
}

.team-details .wrap .desc {
    padding: 43px 40px;
}

.team-details .wrap .desc .section-title {
    font-family: 'Playfair Display', serif;
    font-size: 27px;
    line-height: 1.3em;
    font-weight: 500;
    color: var(--member-main);
}

.team-details .wrap .desc .section-subtitle {
    color: var(--member-gold);
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 0px;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.team-details .wrap .desc p {
    margin-bottom: 0;
}

/* team detail tabs */
.team-details .simpl-bord.nav-tabs {
    padding-bottom: 20px;
    margin-bottom: 15px;
    border-bottom: 1px solid #e8e8d4;
}

.team-details .simpl-bord .nav-item {
    margin-right: 50px;
}

.team-details .simpl-bord .nav-item:last-of-type {
    margin-right: 0;
}

.team-details .simpl-bord .nav-link {
    padding: 0;
    border: 0;
    color: inherit;
    background: transparent !important;
    font-family: 'Playfair Display', serif;
    font-weight: 400;
    cursor: pointer;
    color: var(--member-main);
    font-size: 24px;
}

.team-details .simpl-bord .nav-link.active {
    color: var(--member-gold);
}


/* ======= Services 1 style ======= */
.services1 {
    position: relative;
    overflow: hidden;
}

.services1 .services1-container {
    width: 140%;
    position: relative;
}

.services1 .services1-intro .section-subtitle {
    color: var(--member-gold);
    letter-spacing: 0;
}

.services1 .services1-intro .section-title {
    color: var(--member-main);
}

.services1 .services1-intro .section-title span {
    color: var(--member-main);
}

.services1 .services1-intro p {
    color: var(--member-main);
    opacity: .88;
}

.services1 .services1-intro .button-2 {
    background: var(--member-main);
    color: var(--member-text);
    border-color: var(--member-main);
}

.services1 .services1-intro .button-2:hover {
    background: #133554;
    border-color: #133554;
    color: var(--member-text);
}

.member-between-banner {
    position: relative;
    display: grid;
    grid-template-columns: minmax(0, 1fr) 410px;
    gap: 28px;
    align-items: center;
    margin: 0 0 46px;
    padding: 28px 34px;
    overflow: hidden;
    border-radius: 24px;
    background: linear-gradient(135deg, #071121 0%, #0d1f45 58%, #0a1020 100%);
    box-shadow: 0 24px 46px rgba(7, 17, 33, 0.16);
}

.member-between-banner::before,
.member-between-banner::after {
    content: "";
    position: absolute;
    pointer-events: none;
}

.member-between-banner::before {
    width: 150px;
    height: 150px;
    top: -74px;
    right: -26px;
    border-radius: 36px;
    background: rgba(255, 210, 47, 0.12);
    transform: rotate(24deg);
}

.member-between-banner::after {
    width: 120px;
    height: 120px;
    left: 52%;
    bottom: -48px;
    border-radius: 32px;
    background: linear-gradient(180deg, #ffd22f 0%, #e9af00 100%);
    transform: rotate(32deg);
}

.member-between-banner-copy,
.member-between-banner-media {
    position: relative;
    z-index: 1;
}

.member-between-banner-copy {
    max-width: 700px;
}

.member-between-banner-kicker {
    color: #ffd22f;
    font-size: 12px;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    margin-bottom: 12px;
}

.member-between-banner-title {
    color: #ffffff;
    font-family: 'Urbanist', sans-serif;
    font-size: 40px;
    line-height: 1.02;
    font-weight: 800;
    letter-spacing: -0.03em;
    margin-bottom: 12px;
}

.member-between-banner-text {
    color: rgba(255, 255, 255, 0.82);
    font-size: 16px;
    line-height: 1.7;
    margin: 0;
    max-width: 640px;
}

.member-between-banner-cta {
    margin-top: 18px;
    background: #ffd22f;
    color: #071121;
    border-color: #ffd22f;
}

.member-between-banner-cta:hover {
    background: #ffffff;
    color: #071121;
    border-color: #ffffff;
}

.member-between-banner-media {
    height: 280px;
    border-radius: 22px;
    overflow: hidden;
}

.member-between-banner-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.services1 .item {
    position: relative;
    margin-bottom: 15px;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    overflow: hidden;
    border-radius: 6px;
}

.services1 .item .img {
    position: relative;
    overflow: hidden;
    isolation: isolate;
    border-radius: 6px;
    -webkit-transition: all .5s;
    transition: all .5s;
}

.services1 .item .img img {
    width: 100%;
    height: 460px;
    object-fit: cover;
    object-position: center;
    display: block;
}

.services1 .item .img:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, .5)), to(transparent));
    background-image: linear-gradient(to top, rgba(0, 0, 0, .5) 0, transparent 100%);
    border-radius: 6px;
}

.services1 .item:hover .img {
    -webkit-filter: none;
    filter: none;
    -webkit-transform: scale(1.05, 1.05);
    transform: scale(1.05, 1.05);
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    -ms-transition: all 1s ease;
    transition: all 1s ease;
    border-radius: 5px;
}

.services1 .item .con {
    position: absolute;
    bottom: 40px;
    left: 40px;
    right: 40px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    z-index: 2;
}

.services1 .item .con .title {
    font-family: 'Playfair Display', serif;
    font-size: 27px;
    font-weight: 500;
    color: #fff;
}

.services1 .item .con .arrow {
    position: relative;
    display: block;
    top: 0px;
    transform: translateX(-66%);
    transition: opacity 500ms ease, visibility 500ms ease, transform 500ms ease;
    visibility: hidden;
    opacity: 0;
}

.services1 .item:hover .con .arrow {
    visibility: visible;
    transform: translateY(0%);
    opacity: 1;
}

.services1 .item .con .arrow a {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    background-color: var(--member-gold);
    border-radius: 50%;
    font-size: 15px;
    color: #fff;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.services1 .item .con .arrow a:hover {
    background-color: #fff;
    color: var(--member-main);
}

@media screen and (max-width: 991px) {
    .member-between-banner {
        grid-template-columns: minmax(0, 1fr) 320px;
        gap: 22px;
        padding: 24px 24px 26px;
        margin-bottom: 38px;
    }

    .member-between-banner-title {
        font-size: 32px;
    }

    .member-between-banner-text {
        font-size: 15px;
        line-height: 1.6;
    }

    .member-between-banner-media {
        height: 240px;
    }

    .services1 .services1-container {
        width: 100%;
    }
}

@media screen and (max-width: 767px) {
    .member-between-banner {
        grid-template-columns: 1fr;
        gap: 18px;
        padding: 20px 18px 18px;
        margin-bottom: 28px;
    }

    .member-between-banner-title {
        font-size: 24px;
    }

    .member-between-banner-text {
        font-size: 14px;
        line-height: 1.55;
    }

    .member-between-banner-media {
        height: 220px;
    }
}


/* ======= Services 2 style ======= */
.services2 {
    position: relative;
    overflow: hidden;
}

.services2 .item {
    border-radius: 0 5px 5px 0;
    overflow: hidden;
    margin-bottom: 30px;
}

.services2 .item .img {
    min-height: 350px;
    position: relative;
    overflow: hidden;
    transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
    isolation: isolate;
    border-radius: 5px 0 0 5px;
}

.services2 .item .img .img-cover {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    border-radius: 5px 0 0 5px;
}

.services2 .item .img>img {
    transition: all 0.3s cubic-bezier(0.3, 0.1, 0.58, 1);
    border-radius: 0;
    -webkit-transition: all .5s;
    transition: all .5s;
}

.services2 .item:hover .img>img {
    -webkit-filter: none;
    filter: none;
    -webkit-transform: scale(1.03, 1.03);
    transform: scale(1.03, 1.03);
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    -ms-transition: all 1s ease;
    transition: all 1s ease;
}

.services2 .item .arrow {
    position: absolute;
    bottom: 20px;
    left: 20px;
    right: 20px;
    display: inline-table;
}

.services2 .item .arrow .icon a {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    background-color: rgba(255, 255, 255, 0.9);
    border-radius: 5px;
    font-size: 18px;
    color: var(--member-main);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.services2 .item:hover .arrow .icon a {
    background-color: var(--member-gold);
    color: #fff;
}

.services2 .item .cont {
    padding: 45px 30px;
    background: #fff;
}

.services2 .item .cont .icon {
    font-size: 50px;
    color: var(--member-gold);
    margin-bottom: 15px;
    display: block;
}

.services2 .item .cont h5 {
    font-size: 24px;
    margin-bottom: 15px;
    color: var(--member-main);
}

.services2 .item .cont h5 a {
    color: var(--member-main);
}

.services2 .item .cont p {
    margin-bottom: 0;
}

.rest {
    padding: 0 !important;
    margin: 0 !important;
}


/* ======= Services 3 style ======= */
.services3 * {
    will-change: transform
}

.services3 .item {
    margin-left: 0px;
    margin-right: 15px;
    float: left;
    overflow: hidden;
    position: relative;
    -webkit-transition: width .7s;
    transition: width .7s;
    margin-bottom: 30px;
    border-radius: 4px;
}

.services3 .item:last-of-type {
    margin-right: 0px;
}

.services3 .item .cont {
    top: 0;
    height: 100%;
    position: absolute;
    background: #fff;
    padding: 42px 34px;
    justify-content: center;
    align-items: flex-start;
    display: flex;
}

.services3 .item .cont .title {
    font-family: 'Playfair Display', serif;
    font-size: 19px;
    font-weight: 500;
    color: var(--member-main);
    margin-bottom: 12px;
}

.services3 .item .cont p {
    font-size: 14px;
    line-height: 1.75;
    color: #5e717b;
    margin-bottom: 0px;
}

.services3 .item .img {
    border-radius: 4px;
    -webkit-transition: all .2s linear;
    transition: all .2s linear;
    position: relative;
    overflow: hidden;
}

.services3 .item .img img {
    width: 100%;
    height: 500px;
    object-fit: cover;
    object-position: center;
    display: block;
}

.services3 .item .img .number {
    font-size: 80px;
    line-height: 80px;
    font-weight: 700;
    display: inline-block;
    left: 30%;
    position: absolute !important;
    text-align: center;
    color: #fff;
    bottom: -30px;
    z-index: 2;
}

.services3 .item.active .img {
    border-radius: 4px 0 0 4px
}

.services3 .item.active .cont {
    border-radius: 0 4px 4px 0
}

.services3 .item .cont-hover {
    width: 100%;
}

.services3 .item.active .cont-hover {
    animation: fade 1s
}

@media (max-width:1199px) {
    .services3 .item {
        width: 50% !important;
        margin-left: 0;
        margin-right: 0;
        padding: 0 15px;
        box-shadow: none
    }

    .services3 .item .cont {
        width: 100% !important;
        left: 0 !important;
        position: relative;
        height: auto
    }

    .services3 .item.active .cont,
    .services3 .item.active .img {
        border-radius: 0
    }

    .services3 .img {
        width: 100% !important;
        border-radius: 0 !important
    }

    .services3 .item.active .cont-hover {
        animation: fade 0s
    }

    .services3 .item .img img {
        height: 360px;
    }
}

@media (max-width:991px) {
    .services3 {
        justify-content: center
    }

    .services3 .item {
        width: 50% !important;
    }
}

@media (max-width: 767px) {
    .services3 .item {
        width: 100% !important;
        padding: 0;
        margin-left: 0;
        margin-right: 0;
    }

    .services3 .item .img img {
        height: 300px;
    }
}

.member-services-section .container {
    max-width: 1460px;
}

.member-services-section .section-subtitle {
    font-size: 16px;
}

.member-services-section .section-title {
    font-size: 48px;
    line-height: 1.15;
}

.member-services-section .section-title span {
    font-size: 48px;
}

.member-services-section p {
    font-size: 18px;
    line-height: 1.7;
}

.member-services-section .button-2 {
    font-size: 16px;
    padding: 12px 22px;
}

.services1-intro .section-subtitle {
    font-size: 16px;
}

.services1-intro .section-title {
    font-size: 48px;
    line-height: 1.15;
}

.services1-intro p {
    font-size: 18px;
    line-height: 1.7;
}

.services1-intro .button-2 {
    font-size: 16px;
    padding: 12px 22px;
}

@media (max-width: 1199px) {
    .member-services-section .section-subtitle {
        font-size: 14px;
    }

    .member-services-section .section-title,
    .member-services-section .section-title span {
        font-size: 40px;
    }

    .member-services-section p {
        font-size: 16px;
    }

    .services1-intro .section-subtitle {
        font-size: 14px;
    }

    .services1-intro .section-title {
        font-size: 40px;
    }

    .services1-intro p {
        font-size: 16px;
    }

    .services1-intro .button-2 {
        font-size: 15px;
        padding: 11px 20px;
    }
}

@media (max-width: 991px) {
    .member-services-section .section-title,
    .member-services-section .section-title span {
        font-size: 34px;
    }

    .services1-intro .section-title {
        font-size: 34px;
    }

    .services1-intro .button-2 {
        font-size: 14px;
        padding: 10px 18px;
    }
}

@media (max-width: 767px) {
    .member-services-section .section-subtitle {
        font-size: 12px;
    }

    .member-services-section .section-title,
    .member-services-section .section-title span {
        font-size: 28px;
    }

    .member-services-section p {
        font-size: 14px;
    }

    .services1-intro .section-subtitle {
        font-size: 12px;
    }

    .services1-intro .section-title {
        font-size: 28px;
    }

    .services1-intro p {
        font-size: 14px;
    }

    .services1-intro .button-2 {
        font-size: 13px;
        padding: 9px 16px;
    }
}

.member-services-section .services3 {
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
    align-items: flex-start;
    min-height: 0;
}

.member-services-section .services3 .item {
    float: none;
    width: calc(25% - 18px) !important;
    margin: 0;
    border-radius: 6px;
    background: #fff;
    box-shadow: 0 10px 30px rgba(0, 0, 0, .08);
    display: flex;
    flex-direction: column;
}

.member-services-section .services3 .item .img {
    border-radius: 6px 6px 0 0;
}

.member-services-section .services3 .item .img img {
    height: 260px;
}

.member-services-section .services3 .item .cont {
    position: relative;
    left: 0 !important;
    width: 100% !important;
    height: 0;
    border-radius: 0 0 6px 6px;
    padding: 0 20px;
    display: block;
    overflow: hidden;
    background: #fff;
    opacity: 0;
    transition: height .9s ease, padding .9s ease, opacity .5s ease;
}

.member-services-section .services3 .item.active .img,
.member-services-section .services3 .item.active .cont {
    border-radius: 0;
}

.member-services-section .services3 .item .cont .title {
    font-size: 11px;
    line-height: 1.2;
    margin-bottom: 4px;
}

.member-services-section .services3 .item .cont p {
    font-size: 7px;
    line-height: 1.15;
    margin: 2px 0 0;
    opacity: 0;
    transform: translateY(8px);
    transition: opacity .6s ease, transform .9s ease;
}

@media (min-width: 992px) {
    .member-services-section .services3 .item .cont .title {
        font-size: 10px;
    }

    .member-services-section .services3 .item .cont p {
        font-size: 6px;
        line-height: 1.1;
    }
}


@media (hover: hover) {
    .member-services-section .services3 .item.is-open .cont {
        height: 190px;
        padding: 16px 18px 18px;
        opacity: 1;
    }

    .member-services-section .services3 .item.is-open .cont p {
        opacity: 1;
        transform: translateY(0);
    }
}

@media (hover: none) {
    .member-services-section .services3 .item .cont {
        height: auto;
        padding: 18px 16px 20px;
        opacity: 1;
    }

    .member-services-section .services3 .item .cont p {
        opacity: 1;
        transform: none;
    }

    .services1 .item .img img {
        height: 320px;
    }
}

@media (max-width: 1199px) {
    .member-services-section .services3 {
        min-height: 0;
    }

    .member-services-section .services3 .item .cont,
    .member-services-section .services3 .item.is-open .cont {
        height: auto;
        padding: 18px 16px 20px;
        opacity: 1;
    }

    .member-services-section .services3 .item .cont p,
    .member-services-section .services3 .item.is-open .cont p {
        opacity: 1;
        transform: none;
    }
}

@media (max-width: 991px) {
    .member-services-section .services3 .item {
        width: calc(50% - 12px) !important;
    }

    .member-services-section .services3 {
        min-height: 0;
    }
}

@media (max-width: 767px) {
    .member-services-section .container {
        max-width: 100%;
    }

    .member-services-section .services3 {
        gap: 16px;
    }

    .member-services-section .services3 .item {
        width: 100% !important;
    }

    .member-services-section .services3 .item .img img {
        height: 220px;
    }

    .member-services-section .services3 .item .cont {
        height: auto;
        padding: 18px 16px 20px;
        opacity: 1;
    }

    .member-services-section .services3 .item .cont p {
        opacity: 1;
        transform: none;
        font-size: 6px;
        line-height: 1.1;
    }
}

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: .3;
    z-index: 1;
    -webkit-transition: all .3s linear;
    transition: all .3s linear;
    background-color: #000;
}


/* ======= Facilities style ======= */
.facilities {
    position: relative;
}

.member-facilities-banner {
    position: relative;
    display: grid;
    grid-template-columns: minmax(0, 1fr) 340px;
    gap: 28px;
    align-items: center;
    margin-bottom: 38px;
    padding: 28px 30px;
    overflow: hidden;
    border-radius: 24px;
    background: linear-gradient(135deg, #071121 0%, #0d2248 58%, #0a1020 100%);
    box-shadow: 0 22px 42px rgba(7, 17, 33, 0.14);
}

.member-facilities-banner::before,
.member-facilities-banner::after {
    content: "";
    position: absolute;
    pointer-events: none;
}

.member-facilities-banner::before {
    width: 150px;
    height: 150px;
    top: -76px;
    right: -26px;
    border-radius: 36px;
    background: rgba(255, 210, 47, 0.12);
    transform: rotate(24deg);
}

.member-facilities-banner::after {
    width: 120px;
    height: 120px;
    left: 54%;
    bottom: -50px;
    border-radius: 32px;
    background: linear-gradient(180deg, #ffd22f 0%, #e9af00 100%);
    transform: rotate(32deg);
}

.member-facilities-banner-copy,
.member-facilities-banner-media {
    position: relative;
    z-index: 1;
}

.member-facilities-banner-kicker {
    color: #ffd22f;
    font-size: 12px;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    margin-bottom: 12px;
}

.member-facilities-banner-title {
    color: #ffffff;
    font-family: 'Urbanist', sans-serif;
    font-size: 38px;
    line-height: 1.02;
    font-weight: 800;
    letter-spacing: -0.03em;
    margin-bottom: 12px;
    max-width: 700px;
}

.member-facilities-banner-text {
    color: rgba(255, 255, 255, 0.82);
    font-size: 16px;
    line-height: 1.7;
    margin: 0;
    max-width: 620px;
}

.member-facilities-banner-cta {
    margin-top: 18px;
    background: #ffd22f;
    color: #071121;
    border-color: #ffd22f;
}

.member-facilities-banner-cta:hover {
    background: #ffffff;
    color: #071121;
    border-color: #ffffff;
}

.member-facilities-banner-media {
    height: 230px;
    border-radius: 22px;
    overflow: hidden;
}

.member-facilities-banner-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.facilities .item {
    background: #f2f2f2;
    padding: 60px 20px;
    -webkit-transition: .5s;
    transition: .5s;
    position: relative;
    z-index: 1;
    margin-bottom: 25px;
    line-height: 1;
    text-align: center;
    border-radius: 10px;
    overflow: hidden;
    transition: border-color 300ms ease, transform 300ms ease, background-color 300ms ease, color 300ms ease;
    transform-style: preserve-3d;
    box-shadow: 0 10px 24px rgba(0, 0, 0, 0.08);
}

.facilities .item:hover {
    background: var(--member-gold);
    -webkit-transition: all .7s;
    -o-transition: all .7s;
    transition: all .7s;
    transform: translate3d(0px, -6px, 0.01px);
    box-shadow: 0 18px 38px rgba(0, 0, 0, 0.16);
}

.facilities .item h5 {
    font-size: 21px;
    color: var(--member-main);
    margin-bottom: 0;
}

.facilities .item:hover h5 {
    color: #fff;
}

.facilities .item span,
.facilities .item i {
    font-size: 70px;
    color: var(--member-gold);
    line-height: 1;
    margin-bottom: 15px;
    display: inline-block;
    -webkit-transition: .5s;
    transition: .5s;
}

.facilities .item:hover i,
.facilities .item:hover span {
    color: #fff;
}

.facilities .item p {
    margin: 0;
    color: var(--member-main);
}

.facilities .item .shape {
    position: absolute;
    opacity: 0.03;
    z-index: -1;
    bottom: -45px;
    left: 90px;
}

.facilities .item .shape i,
.facilities .item .shape span {
    font-size: 120px;
    color: var(--member-main);
}

.facilities .item:hover .shape i,
.facilities .item:hover .shape span {
    color: #fff;
}

.facilities .section-title {
    font-family: "Playfair Display", serif;
}

@media screen and (max-width: 991px) {
    .member-facilities-banner {
        grid-template-columns: minmax(0, 1fr) 280px;
        gap: 22px;
        padding: 24px 22px;
        margin-bottom: 32px;
    }

    .member-facilities-banner-title {
        font-size: 30px;
    }

    .member-facilities-banner-text {
        font-size: 15px;
        line-height: 1.6;
    }

    .member-facilities-banner-media {
        height: 210px;
    }
}

@media screen and (max-width: 767px) {
    .member-facilities-banner {
        grid-template-columns: 1fr;
        gap: 18px;
        padding: 20px 18px 18px;
        margin-bottom: 26px;
    }

    .member-facilities-banner-title {
        font-size: 24px;
    }

    .member-facilities-banner-text {
        font-size: 14px;
        line-height: 1.55;
    }

    .member-facilities-banner-media {
        height: 190px;
    }
}

/* ======= Services Box style ======= */
.services-box {
    position: relative;
}

.services-box .item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 20px;
}

.services-box .item .icon {
    color: var(--member-gold);
    margin-right: 20px;
}

.services-box .item .icon:before {
    font-size: 60px;
    line-height: 60px;
    font-weight: normal;
    font-style: normal;
}

.services-box .item h5 {
    margin-bottom: 15px;
    font-size: 21px;
}

.services-box .item p {
    font-size: 18px;
}


/* ======= Price style  ======= */
.price {
    position: relative;
}

.price .bg-bgimg {
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    text-align: center;
    align-items: flex-end;
}

.price .item {
    padding: 50px 40px;
    background: transparent;
    text-align: center;
    -webkit-transition: all .4s;
    transition: all .4s;
}

.price .item.shadwo {
    background: #fff;
    -webkit-box-shadow: 0 0 45px rgba(0, 0, 0, .07);
    box-shadow: 0 0 45px rgba(0, 0, 0, .07);
    border-radius: 6px;
}

.price .item .type {
    position: relative;
    border-bottom: 1px solid #e8e8d4;
}

.price .item .type:after {
    content: '';
    width: 20px;
    height: 20px;
    border-right: 1px solid #e8e8d4;
    border-bottom: 1px solid #e8e8d4;
    background: #fff;
    position: absolute;
    bottom: -11px;
    left: calc(50% - 10px);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.price .item .type.bg-white:after {
    background: #fff;
}

.price .item .type h6 {
    position: relative;
    color: var(--member-main);
    font-size: 24px;
}

.price .item .value {
    padding-top: 20px;
    padding-bottom: 20px;
    text-align: center;
    align-items: center;
    display: flex;
    justify-content: center;
}

.price .item .value h4 {
    font-family: "Urbanist", sans-serif;
    font-size: 30px;
    font-weight: 700;
    margin-right: 10px;
    color: var(--member-main);
    margin-bottom: 0;
}

.price .item .value p {
    font-size: 16px;
    line-height: 16px;
    width: 120px;
    text-align: left;
    margin-bottom: 0;
}

.price .item .feat {
    margin: 45px 0 30px 0;
    text-align: left;
}

.price .item .feat ul {
    margin-bottom: 30px;
    padding: 0;
}

.price .item .feat li {
    color: #5e717b;
    margin-bottom: 15px;
}

.price .item .feat li i {
    font-size: 16px;
    margin-right: 5px;
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
}

.price .item .feat li i.green {
    color: var(--member-gold);
}

.price .item .feat li i.red {
    color: red;
}

.price .item .button-1.w-100 {
    width: 100%;
}


/* ======= Events style ======= */
.member-events-banner {
    position: relative;
    display: grid;
    grid-template-columns: minmax(0, 1fr) 360px;
    gap: 28px;
    align-items: center;
    margin-bottom: 34px;
    padding: 28px 30px;
    overflow: hidden;
    border-radius: 24px;
    background: linear-gradient(135deg, #071121 0%, #0c2048 58%, #0a1020 100%);
    box-shadow: 0 22px 42px rgba(7, 17, 33, 0.14);
}

.member-events-banner::before,
.member-events-banner::after {
    content: "";
    position: absolute;
    pointer-events: none;
}

.member-events-banner::before {
    width: 150px;
    height: 150px;
    top: -76px;
    right: -26px;
    border-radius: 36px;
    background: rgba(255, 210, 47, 0.12);
    transform: rotate(24deg);
}

.member-events-banner::after {
    width: 120px;
    height: 120px;
    left: 54%;
    bottom: -50px;
    border-radius: 32px;
    background: linear-gradient(180deg, #ffd22f 0%, #e9af00 100%);
    transform: rotate(32deg);
}

.member-events-banner-copy,
.member-events-banner-media {
    position: relative;
    z-index: 1;
}

.member-events-banner-kicker {
    color: #ffd22f;
    font-size: 12px;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    margin-bottom: 12px;
}

.member-events-banner-title {
    color: #ffffff;
    font-family: 'Urbanist', sans-serif;
    font-size: 38px;
    line-height: 1.02;
    font-weight: 800;
    letter-spacing: -0.03em;
    margin-bottom: 12px;
    max-width: 720px;
}

.member-events-banner-text {
    color: rgba(255, 255, 255, 0.82);
    font-size: 16px;
    line-height: 1.7;
    margin: 0;
    max-width: 620px;
}

.member-events-banner-cta {
    margin-top: 18px;
    background: #ffd22f;
    color: #071121;
    border-color: #ffd22f;
}

.member-events-banner-cta:hover {
    background: #ffffff;
    color: #071121;
    border-color: #ffffff;
}

.member-events-banner-media {
    height: 240px;
    border-radius: 22px;
    overflow: hidden;
}

.member-events-banner-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.events .item {
    padding: 30px 0;
    border-bottom: 1px solid #eaeeda;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
}

.events .item:first-of-type {
    border-top: 1px solid #eaeeda;
}

.events .item:hover {
    border-bottom-color: var(--member-gold);
}

.events .item:hover .text a {
    text-decoration: none;
}

.events .item:hover .img img {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
}

.events .events-modal-trigger {
    cursor: pointer;
}

.events .events-modal-trigger:focus-visible {
    outline: 2px solid var(--member-gold);
    outline-offset: 4px;
}

.events .item .text h5,
.events .item .text h5 a {
    font-size: clamp(18px, 1.7vw, 24px);
    margin-bottom: 0;
    color: var(--member-main);
}

.events .item .event-title-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    width: 100%;
}

.events .item .event-inline-btn {
    white-space: nowrap;
    margin-left: 0;
    font-size: clamp(11px, 1.1vw, 14px);
    padding: clamp(8px, 0.9vw, 12px) clamp(14px, 1.6vw, 22px);
}

.events .item .event-action {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.events .item .text p {
    color: var(--member-gold);
    margin-bottom: 0;
    font-size: clamp(13px, 1.1vw, 16px);
}

.events .item .date {
    display: flex;
    align-items: center;
}

.events .item .date>span {
    font-weight: 700;
    line-height: 50px;
    font-size: clamp(48px, 5.2vw, 75px);
    margin-right: 15px;
    color: var(--member-gold);
}

.events .item .date div span {
    display: block;
    color: #5e717b;
    font-size: clamp(14px, 1.2vw, 18px);
    line-height: 28px;
    margin-top: 0px;
}

.events .item .date>h4 {
    color: #fff;
    font-size: 24px;
    font-weight: 400;
    margin-bottom: 5px;
}

.events .item .date h5 {
    color: #fff;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 400;
    font-family: 'Hind', sans-serif;
    margin-bottom: 0;
}

.events .item .img {
    position: static;
    margin-left: auto;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    width: 250px;
    height: 250px;
    border-radius: 50%;
    overflow: hidden;
}

.events .item .img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center center;
    object-position: center center;
    border-radius: 50%;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    opacity: 0;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
}

.position-re {
    position: relative;
}

.ml-auto {
    margin-left: auto;
}

@media screen and (max-width: 768px) {
    .member-events-banner {
        grid-template-columns: minmax(0, 1fr) 280px;
        gap: 22px;
        padding: 24px 22px;
    }

    .member-events-banner-title {
        font-size: 30px;
    }

    .member-events-banner-text {
        font-size: 15px;
        line-height: 1.6;
    }

    .member-events-banner-media {
        height: 210px;
    }

    .events .item .img {
        width: 160px;
        height: 160px;
    }

    .events .item .text h5,
    .events .item .text h5 a {
        font-size: clamp(16px, 2vw, 20px);
        margin-bottom: 0px;
    }
}

@media (max-width: 767px) {
    .member-events-banner {
        grid-template-columns: 1fr;
        gap: 18px;
        padding: 20px 18px 18px;
        margin-bottom: 26px;
    }

    .member-events-banner-title {
        font-size: 24px;
    }

    .member-events-banner-text {
        font-size: 14px;
        line-height: 1.55;
    }

    .member-events-banner-media {
        height: 190px;
    }

    .events .item {
        padding: 22px 0;
    }

    .events .item .date {
        align-items: flex-start;
    }

    .events .item .date>span {
        font-size: 38px;
        line-height: 1;
        margin-right: 10px;
    }

    .events .item .date div span {
        font-size: 13px;
        line-height: 22px;
        white-space: nowrap;
    }

    .events .item .text h5,
    .events .item .text h5 a {
        font-size: 13px;
        line-height: 1.3;
    }

    .events .item .text p {
        font-size: 12px;
    }

    .events .item .event-title-row {
        width: 100%;
        display: grid;
        grid-template-columns: 1fr auto;
        column-gap: 10px;
        align-items: center;
        min-height: 34px;
    }

    .events .item .event-inline-btn {
        margin-left: 0;
        margin-top: 0;
        font-size: 11px;
        padding: 8px 14px;
        min-width: 128px;
        text-align: center;
        justify-self: end;
    }

    .events .item .text {
        width: 100%;
    }

    .events .item .button-2 {
        padding: 10px 18px;
        font-size: 12px;
    }

    .events .item .img {
        position: static;
        transform: none;
        margin: 12px 0;
        width: 140px;
        height: 140px;
    }

    .events .item .row {
        display: grid;
        grid-template-columns: 130px minmax(0, 1fr) 120px;
        grid-template-areas:
            "date text action"
            "date text action"
            "img img img";
        column-gap: 12px;
        row-gap: 10px;
        align-items: start;
    }

    .events .item .col-md-3.d-flex.align-items-center {
        grid-area: date;
        width: auto;
        max-width: none;
        align-self: start;
    }

    .events .item .col-md-4.d-flex.align-items-center {
        grid-area: text;
        width: auto;
        max-width: none;
        min-width: 0;
        align-self: start;
    }

    .events .item .event-action {
        grid-area: action;
        width: 120px;
        justify-content: flex-end;
        align-self: start;
    }

    .events .item .col-md-3.position-re {
        grid-area: img;
        width: 100%;
        max-width: 100%;
        margin-top: 6px;
    }

    .events .item .event-inline-btn {
        min-width: 0;
        width: 100%;
        padding: 6px 8px;
        font-size: 10px;
    }

    .events .item .text {
        width: 100%;
        min-width: 0;
        word-break: normal;
        overflow-wrap: normal;
        padding-right: 0;
    }

    .events .item .date {
        min-width: 130px;
    }

    .events .item .text p {
        padding-left: 18px;
        text-indent: -18px;
    }
}

/* ======= Events modal ======= */
.events-modal {
    position: fixed;
    inset: 0;
    z-index: 9999;
    display: none;
}

.events-modal.is-open {
    display: block;
}

.events-modal__backdrop {
    position: absolute;
    inset: 0;
    background: rgba(8, 12, 20, 0.55);
    backdrop-filter: blur(10px);
}

.events-modal__card {
    position: absolute;
    max-width: 720px;
    width: calc(100% - 32px);
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #fff;
    border-radius: 18px;
    box-shadow: 0 30px 80px rgba(0, 0, 0, 0.25);
    overflow: hidden;
    display: grid;
    grid-template-columns: 1.1fr 1fr;
}

.events-modal__media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    min-height: 320px;
}

.events-modal__content {
    padding: 28px;
}

.events-modal__content h4 {
    margin-bottom: 12px;
    font-size: 26px;
}

.events-modal__meta {
    display: grid;
    gap: 8px;
    font-size: 16px;
    color: #5e717b;
    margin-bottom: 18px;
}

.events-modal__meta span {
    color: var(--member-gold);
    margin-right: 6px;
}

.events-modal__search label {
    display: block;
    font-size: 14px;
    color: #8a9aa3;
    margin-bottom: 6px;
}

.events-modal__search input {
    width: 100%;
    border: 1px solid #e8e8d4;
    border-radius: 8px;
    padding: 10px 12px;
    font-size: 15px;
    color: var(--member-main);
}

.events-modal__actions {
    margin-top: 18px;
    display: flex;
    justify-content: flex-end;
}

.events-modal__close {
    position: absolute;
    top: 10px;
    right: 12px;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: rgba(0, 0, 0, 0.55);
    color: #fff;
    font-size: 22px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.events-modal__nav {
    position: fixed;
    top: 50%;
    transform: translateY(-50%);
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: #0f2d5c;
    color: #fff;
    font-size: 24px;
    display: none;
    align-items: center;
    justify-content: center;
    box-shadow: 0 8px 20px rgba(15, 45, 92, 0.35);
    transition: background 0.2s ease, color 0.2s ease, transform 0.2s ease;
    z-index: 10001;
}

.events-modal.is-open .events-modal__nav {
    display: inline-flex;
}

.events-modal__nav--prev {
    left: calc(50% - 420px);
}

.events-modal__nav--next {
    right: calc(50% - 420px);
}

.events-modal__nav:hover,
.events-modal__nav:focus-visible {
    background: var(--member-gold);
    color: #0c1220;
    transform: translateY(-50%) scale(1.04);
}

/* ======= Events Search (custom) ======= */
.events-page .es-wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    padding: 32px 20px;
    background: #fff;
}

.events-page .es-label {
    font-family: 'DM Sans', sans-serif;
    font-size: 13px;
    font-weight: 500;
    color: #333;
    width: 100%;
    max-width: 540px;
}

.events-page .es-row {
    display: flex;
    align-items: center;
    gap: 10px;
    width: 100%;
    max-width: 540px;
}

.events-page .es-input {
    flex: 1;
    height: 46px;
    padding: 0 14px;
    border: 2px solid #1b2d3e;
    border-radius: 8px;
    font-family: 'DM Sans', sans-serif;
    font-size: 14px;
    color: #1a1a18;
    background: #fff;
    outline: none;
    box-shadow: none;
    -webkit-appearance: none;
    appearance: none;
}

.events-page .es-input:focus {
    border-color: #1b2d3e;
    outline: none;
    box-shadow: 0 0 0 3px rgba(27, 45, 62, 0.12);
}

.events-page .es-btn {
    height: 46px;
    padding: 0 26px;
    background: #1b2d3e;
    color: #fff;
    border: none;
    border-radius: 50px;
    font-family: 'DM Sans', sans-serif;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
    white-space: nowrap;
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.events-page .es-btn:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 20px rgba(27, 45, 62, 0.35);
}

.events-page .es-btn:active {
    transform: translateY(-1px);
    box-shadow: 0 4px 10px rgba(27, 45, 62, 0.2);
}

@media (max-width: 767px) {
    .events-modal__card {
        grid-template-columns: 1fr;
    }

    .events-modal__nav--prev {
        left: 10px;
    }

    .events-modal__nav--next {
        right: 10px;
    }

    .events-modal__media img {
        min-height: 220px;
    }
}

/* ======= Events 2 style ======= */
.events2 {
    position: relative;
}

.events2 .item {
    display: flex;
    padding: 30px;
    border-radius: 10px;
    background: #fff;
}

.events2 .item:nth-child(even) {
    flex-direction: row-reverse
}

.events2 .item:nth-child(even) .con {
    text-align: left
}

.events2 .item:nth-child(even) .number {
    margin-left: unset;
    margin-right: 30px
}

.events2 .item .number {
    text-align: center;
    margin: 0 20px 0 0;
    border-right: 1px solid rgba(255, 255, 255, 0.05);
    padding: 0px 20px 0px 0px;
    width: 120px;
    align-self: center;
}

.events2 .item .number .title {
    font-size: 70px;
    font-family: "Urbanist", sans-serif;
    line-height: 1;
    color: var(--member-gold);
    font-weight: 700;
    margin-bottom: 0;
}

.events2 .item .number span {
    font-size: 18px;
    font-weight: 400;
    line-height: 1;
    color: #5e717b;
}

.events2 .item .con {
    margin: 10px 0;
}

.events2 .item .con span {
    font-size: 18px;
    font-weight: 400;
    color: #5e717b;
    line-height: 1;
}

.events2 .item .con h5 {
    font-size: 24px;
    line-height: 1.2;
    margin-bottom: 5px;
    margin-top: 5px;
    color: var(--member-main);
}

.events2 .item .con a {
    display: block;
    color: var(--member-gold);
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 0;
}


/* ======= Events Detail style ======= */
.event-detail {
    position: relative;
}

.event-detail h3 {
    color: var(--member-main);
    font-size: 24px;
    margin-bottom: 15px;
}

.event-detail .sidebar-event {
    position: relative;
    display: block;
    padding: 0;
    background: #fff;
    border-radius: 10px;
    z-index: 9;
}

.event-detail .sidebar-event .title {
    position: relative;
    background-color: var(--member-gold);
    padding: 30px;
    border-radius: 10px 10px 0 0;
    text-align: center;
}

.event-detail .sidebar-event .title h4 {
    font-size: 24px;
    line-height: 1.3em;
    color: #fff;
    margin: 0;
}

.event-detail .sidebar-event .item {
    padding: 30px 30px 30px 30px;
}

.event-detail .sidebar-event .item .features {
    padding: 10px 0;
    display: grid;
    grid-template-columns: 50% 50%;
    border: none;
    border-bottom: 1px solid rgba(91, 154, 66, 0.1);
}

.event-detail .sidebar-event .item .features:last-child {
    border-bottom: 0px solid rgba(91, 154, 66, 0.1);
}

.event-detail .sidebar-event .item .features span {
    color: var(--member-main);
    font-family: 'Playfair Display', serif;
    font-size: 18px;
    position: relative;
    display: inline-flex;
    align-items: center;
    font-weight: 500;
}

.event-detail .sidebar-event .item .features p {
    margin-bottom: 0px;
    color: #5e717b;
    text-align: right;
}


/* =======  Video Background style  ======= */
.video-fullscreen-wrap {
    position: absolute;
    inset: 0;
    height: 100%;
    width: 100%;
    overflow: hidden;
}

.video-fullscreen-wrap [data-overlay-dark]:before,
.video-fullscreen-wrap [data-overlay-light]:before {
    height: 100%;
}

.video-fullscreen-video {
    height: 100%;
}

.video-fullscreen-wrap video {
    width: 100%;
    height: 100%;
    min-width: 100%;
    min-height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.video-fullscreen-wrap .video-fullscreen-inner {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: right;
}

.video-lauch-wrapper {
    border: none;
    background: none;
    width: 100%;
    padding: 0;
}

.video-fullscreen-wrap .overlay {
    /*  background-image: linear-gradient(to bottom right, #000000, #000000);*/
    opacity: 1;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    box-sizing: border-box;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    z-index: 4;
}

.position-relative {
    position: relative !important;
}

.video-fullscreen-wrap .v-middle {
    z-index: 9;
}


/* ======= Clients style ======= */
.clients {
    position: relative;
}

.clients .owl-carousel {
    margin: 0px 0;
}

.clients .clients-logo {
    opacity: 1;
    line-height: 0;
}

.clients .clients-logo:hover {
    opacity: 1;
}

.clients .owl-theme .owl-nav.disabled+.owl-dots {
    margin: 0;
}

.clients .clients-logo img {
    border-radius: 5px;
}


/* ======= Gallery style ======= */
.gallery-filter {
    width: 100%;
    padding-bottom: 30px;
    padding-left: 0px;
    position: relative;
}

.gallery-filter li {
    font-family: 'Playfair Display', serif;
    font-size: 24px;
    font-weight: 400;
    margin-right: 15px;
    display: inline-block;
    cursor: pointer;
    color: var(--member-main);
}

.gallery-filter li:last-child {
    margin-right: 0;
}

.gallery-filter li.active {
    color: var(--member-gold);
    content: "";
    left: 0;
    bottom: -4px;
    border-bottom: 2px solid var(--member-gold);
    -webkit-transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
    -o-transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
    transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
}

.gallery-filter li:hover {
    color: var(--member-gold);
}

.gallery-item-inner {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: middle;
    -webkit-background-size: cover;
    background-size: cover;
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0);
    -webkit-transition: all 1.25s cubic-bezier(.01, .71, .26, .94);
    -moz-transition: all 1.25s cubic-bezier(.01, .71, .26, .94);
    transition: all 1.25s cubic-bezier(.01, .71, .26, .94);
    border-radius: 6px;
}

.gallery-box {
    overflow: hidden;
    position: relative;
    display: flex;
    flex-direction: column;
    cursor: pointer;
    border-radius: 6px;
    isolation: isolate;
}

.gallery-box .gallery-img {
    position: relative;
    overflow: hidden;
    transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
}

.gallery-box .gallery-img:after {
    content: " ";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    transition: all 0.27s cubic-bezier(0.3, 0.1, 0.58, 1);
    overflow: hidden;
    -webkit-transition: all .5s;
    transition: all .5s;
}

.gallery-box .gallery-img>img {
    transition: all 0.3s cubic-bezier(0.3, 0.1, 0.58, 1);
    border-radius: 0;
    -webkit-transition: all .5s;
    transition: all .5s;
}

.gallery-box:hover .gallery-img>img {
    -webkit-filter: none;
    filter: none;
    -webkit-transform: scale(1.06, 1.06);
    transform: scale(1.06, 1.06);
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    -ms-transition: all 1s ease;
    transition: all 1s ease;
}

.gallery-box .gallery-detail {
    position: absolute;
    opacity: 0;
    transform: translateX(-20px);
    transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
    padding: 30px 20px;
    bottom: 0;
}

.gallery-box .gallery-detail h4 {
    font-size: 24px;
    color: #fff;
    margin-bottom: 0;
}

.gallery-box .gallery-detail p {
    color: #fff;
    margin-bottom: 0;
}

.gallery-box:hover .gallery-detail {
    opacity: 1;
    transform: translateX(0px);
}

/* magnific popup custom */
.mfp-counter {
    display: none;
}

.mfp-figure button {
    border: 0px solid transparent;
}

button.mfp-close,
button.mfp-arrow {
    border: 0px solid transparent;
    background: transparent;
}

.mfp-bg,
body.mfp-zoom-out-cur {
    overflow: hidden !important;
    margin: 0 !important;
    padding: 0 !important;
    height: 100% !important;
}


/* =======  Testimonials style  ======= */
.testimonials {
    position: relative;
}

.testimonials .item {
    padding: 45px 35px;
    border-radius: 6px;
    position: relative;
    overflow: hidden;
    background-color: #fff;
    transition: border-color 300ms ease, transform 300ms ease, background-color 300ms ease, color 300ms ease;
    transform-style: preserve-3d;
}

.testimonials .item:hover {
    -webkit-transition: all .7s;
    -o-transition: all .7s;
    transition: all .7s;
    transform: translate3d(0px, -3px, 0.01px);
}

.testimonials .item .review-title .img {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    overflow: hidden;
    float: left;
    margin-right: 15px;
}

.testimonials .item .info p {
    margin-bottom: 15px;
    line-height: 1.75em;
    font-weight: 400;
    font-size: 18px;
}

.testimonials .item .review-title {
    position: relative;
    display: contents;
    align-items: center;
}

.testimonials .item .icons {
    color: #fd961e;
    font-size: 13px;
    line-height: 1em;
    display: inherit;
    margin-bottom: 0;
    letter-spacing: -2px;
}

.testimonials .item .review-title h6 {
    font-family: 'Playfair Display', serif;
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 0;
    padding-top: 5px;
}

.testimonials .item .review-title p {
    font-weight: 400;
}

@media screen and (max-width: 991px) {
    .testimonials .item .info {
        margin: 0px 0 0 0 !important;
    }
}


/* ======= Promo Video style ======= */
/* play button */
.vid-area h5 {
    font-size: 27px;
    font-weight: 400;
    color: #fff;
    margin-bottom: 30px;
}

.play-button {
    position: relative;
    margin: auto;
    -webkit-transform: scale(1.3);
    -ms-transform: scale(1.3);
    transform: scale(1.3);
    z-index: 4;
}

.play-button svg {
    position: absolute;
    width: 100%;
    height: 100%;
}

.circle-fill circle {
    opacity: 1;
    fill: rgba(145, 165, 56, 0.7);
}

.polygon {
    position: absolute;
    width: 100%;
    height: 100%;
    text-align: center;
    line-height: 90px;
    font-size: 35px;
    z-index: 2;
}

.play-button svg.circle-fill {
    z-index: 1;
    stroke-dasharray: 322;
    stroke-dashoffset: 322;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

.play-button:hover svg.circle-fill {
    stroke-dashoffset: 38.5;
}

.play-button svg.circle-track {
    z-index: 0;
}

.play-button.color {
    color: var(--member-main);
}

.play-button.color .circle-fill circle {
    fill: var(--member-main);
}

/* video section */
.video-wrapper {
    background-position: center;
}

.video-wrapper .vid {
    position: relative;
    z-index: 8;
}

.video-wrapper .vid .vid-butn:hover .icon {
    color: var(--member-gold);
    border: 2px solid var(--member-gold);
    -webkit-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9);
}

.video-wrapper .vid .vid-butn .icon {
    color: #fff;
    width: 90px;
    height: 90px;
    border: 2px solid #fff;
    border-radius: 50%;
    line-height: 95px;
    text-align: center;
    font-size: 40px;
    position: relative;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

.video-wrapper .promo-inline-video-wrap {
    width: min(1100px, 92vw);
    margin: 0 auto;
    position: relative;
    z-index: 8;
}

.video-wrapper .promo-inline-video {
    width: 100%;
    border-radius: 10px;
    background: #000;
    display: block;
}

.promo-video-section {
    position: relative;
    width: 100%;
    height: 70vh;
    min-height: 520px;
    max-height: 820px;
    overflow: hidden;
    background: #000;
}

.promo-video-section .promo-inline-video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
    border-radius: 0;
}

.promo-video-section .promo-video-overlay {
    position: absolute;
    inset: 0;
    z-index: 2;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 24px;
    background: linear-gradient(to top, rgba(0, 0, 0, .52), rgba(0, 0, 0, .30));
    pointer-events: none;
}

.promo-video-section .promo-video-kicker {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 6px;
}

@media (max-width: 991px) {
    .promo-video-section {
        height: auto;
        min-height: 0;
        background: #ffffff;
    }

    .promo-video-section .promo-inline-video {
        height: 360px;
        object-fit: cover;
    }

    .promo-video-section .promo-video-overlay {
        position: static;
        background: #ffffff;
        padding: 20px 16px 28px;
        pointer-events: auto;
    }

    .promo-video-section .promo-video-overlay .section-subtitle.text-white,
    .promo-video-section .promo-video-overlay .section-title.white {
        color: #0b1b2b;
    }

    .promo-video-section .promo-video-overlay .section-title.white span {
        color: var(--member-gold);
    }
}

@media (max-width: 767px) {
    .promo-video-section {
        height: auto;
        min-height: 0;
        background: #ffffff;
    }

    .promo-video-section .promo-inline-video {
        height: 260px;
        object-fit: cover;
    }

    .promo-video-section .promo-video-overlay {
        position: static;
        background: #ffffff;
        padding: 20px 16px 28px;
        pointer-events: auto;
    }

    .promo-video-section .promo-video-overlay .section-subtitle.text-white,
    .promo-video-section .promo-video-overlay .section-title.white {
        color: #0b1b2b;
    }

    .promo-video-section .promo-video-overlay .section-title.white span {
        color: var(--member-gold);
    }
}

/* video gallery */
.video-gallery-button {
    position: relative;
    margin: auto;
    -webkit-transform: scale(1.3);
    -ms-transform: scale(1.3);
    transform: scale(1.3);
    z-index: 4;
    margin-left: 15px;
    float: right;
}

.video-gallery-polygon {
    z-index: 2;
    padding-left: 5px;
    display: inline-block;
    position: absolute;
    bottom: 15px;
    right: 15px;
    background: var(--member-gold);
    border-radius: 50%;
    color: #fff;
    padding: 12px 11px 12px 13px;
    line-height: 0;
}

.video-gallery-polygon:hover {
    background: #fff;
    color: var(--member-main);
}

.vid-area .vid-icon {
    overflow: hidden;
    position: relative;
    border-radius: 6px;
}

.vid-area .vid-icon img:hover {
    -webkit-transform: scale(1.05, 1.05);
    transform: scale(1.05);
}

.vid-area .vid-icon img {
    transform: scale(1);
    transition: transform 500ms ease;
    border-radius: 6px;
}


/* ======= Accordion Box (for Faqs) style ======= */
.accordion-box {
    position: relative;
    padding: 0;
}

.accordion-box .block {
    position: relative;
    background: transparent;
    border-radius: 6px;
    overflow: hidden;
    margin-bottom: 15px;
}

.accordion-box .block.active-block {
    background-color: #fff;
}

.accordion-box .block:last-child {
    margin-bottom: 0;
}

.accordion-box .block .acc-btn {
    position: relative;
    font-family: 'Playfair Display', serif;
    font-size: 18px;
    line-height: 30px;
    font-weight: 500;
    cursor: pointer;
    padding: 20px 30px;
    padding-left: 70px;
    color: var(--member-main);
    transition: all 500ms ease;
    border-radius: 6px;
    border: 1px solid rgba(145, 165, 56, 0.3);
}

.accordion-box .block .acc-btn.size-20 {
    font-size: 18px;
}

.accordion-box .block .acc-btn .count {
    color: var(--member-gold);
    padding-right: 3px;
}

.accordion-box .block .acc-btn:before {
    position: absolute;
    left: 18px;
    top: 18px;
    height: 30px;
    font-size: 10px;
    font-weight: 700;
    color: #fff;
    line-height: 30px;
    content: "\e64b";
    font-family: "Themify";
    transition: all 500ms ease;
    background: var(--member-gold);
    width: 35px;
    height: 35px;
    line-height: 35px;
    border-radius: 100%;
    text-align: center;
}

.accordion-box .block .acc-btn.active {
    background-color: var(--member-gold);
    border: 1px solid var(--member-gold);
    color: #fff;
    border-radius: 6px 6px 0 0;
}

.accordion-box .block .acc-btn.active:before {
    font-family: 'Themify';
    content: "\e648";
    color: var(--member-main);
    background: #fff;
}

.accordion-box .block .acc-content {
    position: relative;
    display: none;
}

.accordion-box .block .content {
    position: relative;
    padding: 30px;
    background-color: #fff;
    color: #5e717b;
}

.accordion-box .block .acc-content.current {
    display: block;
}

.accordion-box .block .content .text {
    display: block;
    position: relative;
    top: 0px;
    display: block;
}


/* ======= Shop style ======= */
.shop {
    overflow: hidden;
}

.shop .item {
    margin-bottom: 15px;
    border-radius: 10px;
}

.shop .item .wrap {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    text-align: center;
}

.shop .item .wrap .img {
    position: relative;
    transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
    border-radius: 10px;
}

.shop .item .wrap .img img {
    width: 100%;
    margin: 0;
    transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
    background-size: cover;
    border-radius: 10px;
}

.shop .item .wrap:hover img {
    opacity: 1;
}

.shop .item .wrap:hover .img {
    transform: scale(0.95);
}

.shop .item .wrap:hover .price {
    opacity: 1;
    transform: translateX(0px);
}

.shop .item .wrap .price {
    background: var(--member-gold);
    width: 100px;
    height: 100px;
    line-height: 100px;
    border-radius: 50%;
    position: absolute;
    opacity: 0;
    transform: translateX(-20px);
    transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
    padding: 10px;
    text-align: center;
}

.shop .item .wrap .price h4 {
    font-family: "Urbanist", sans-serif;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 0;
    color: #fff;
}

.shop .item .wrap .price h4 span {
    font-size: 14px;
    font-weight: 600;
    color: #fff;
    display: block;
    text-transform: uppercase;
}

.shop .text {
    padding: 15px;
    text-align: center;
}

.shop .text h5 {
    color: var(--member-main);
    font-size: 21px;
    margin-bottom: 0;
}

.shop .text p {
    color: #5e717b;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 5px;
    text-transform: uppercase;
}


/* ======= Shop Details style ======= */
.shop-details {
    position: relative;
}

.shop-details .card {
    border: none;
    overflow: hidden
}

.shop-details h3 {
    font-family: 'Playfair Display', serif;
    font-weight: 400;
    font-size: 32px;
    color: var(--member-main);
    margin-bottom: 5px;
}

.shop-details h2 {
    font-family: "Urbanist", sans-serif;
    font-weight: 700;
    font-size: 36px;
    color: var(--member-main);
    margin-bottom: 5px;
}

.shop-details .thumbnail_images ul {
    list-style: none;
    justify-content: center;
    display: flex;
    align-items: center;
    margin-top: 10px;
    padding: 0;
    outline: none;
    overflow: hidden;
}

.shop-details .thumbnail_images ul li {
    margin: 10px;
    padding: 0px;
    cursor: pointer;
    transition: all 0.5s;
    border-radius: 20px;
}

.shop-details .thumbnail_images ul li img {
    border-radius: 20px;
    width: 140px;
    height: 140px;
}

.shop-details .main_image {
    display: flex;
    justify-content: center;
    align-items: center;
    border: none;
    border-radius: 20px;
    width: 100%;
    overflow: hidden
}


/* ======= Blog style ======= */
.blog .item {
    position: relative;
    border-radius: 6px;
    transition: all 0.4s ease;
    background: #fff;
    -webkit-transition: all 350ms cubic-bezier(.37, 0, .63, 1);
    transition: all 350ms cubic-bezier(.37, 0, .63, 1);
}

.blog .item:hover {
    transform: translateY(-10px);
}

.blog .item .img {
    overflow: hidden;
    border-radius: 6px 6px 0 0;
}

.blog .item .img .cat {
    position: absolute;
    top: 20px;
    right: 20px;
    padding: 4px 20px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    margin-left: 5px;
    display: inline-block;
    font-size: 16px;
    background: var(--member-gold);
    color: #fff;
    font-weight: 400;
    opacity: 0;
}

.blog .item:hover .img .cat {
    background: var(--member-gold);
    opacity: 1;
}

.blog .item .cont {
    padding: 30px;
    position: relative;
    z-index: 2;
    border-radius: 0 0 6px 6px;
}

.blog .item .cont h4 {
    font-size: 24px;
    margin-bottom: 15px;
    font-weight: 600;
    color: var(--member-main);
}

.blog .item .cont h4 a {
    text-decoration: none;
    color: var(--member-main);
}

.blog .item .cont p {
    color: #5e717b;
    font-weight: 400;
    font-size: 18px;
    margin-bottom: 15px;
}

/* blog box author */
.blog .item * {
    transition: all 0.45s ease-out;
}

.blog .item .cont .author {
    position: absolute;
    display: contents;
}

.blog .item .cont .author>div {
    position: relative;
    height: 25px;
    overflow: hidden;
}

.blog .item .cont .author h5 {
    position: absolute;
    left: 0;
    margin: 0;
    bottom: 0;
    font-family: "Urbanist", sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: var(--member-main);
}

.blog .item .cont .author h5:nth-of-type(2) {
    opacity: 0;
    transform: translateY(150%);
}

.blog .item:hover .cont .author h5:first-of-type,
.blog .item:focus .cont .author h5:first-of-type {
    transform: translateY(150%);
    opacity: 0;
}

.blog .item:hover .cont .author h5:nth-of-type(2),
.blog .item:focus .cont .author h5:nth-of-type(2) {
    opacity: 1;
    transform: translateY(0);
}

.blog .item .cont .author h5 a.text-decoration-line-bottom {
    border-bottom: 1px solid var(--member-gold);
}

.blog .item .cont .author h5:hover a.text-decoration-line-bottom {
    border-bottom: 1px solid var(--member-gold);
}

.blog .item .cont .author h5:hover a {
    color: var(--member-gold);
}

/* pagination */
.pagination-wrap {
    padding: 0;
    margin: 0;
}

.pagination-wrap li {
    display: inline-block;
    margin: 0 5px;
}

.pagination-wrap li a {
    background: #fff;
    display: inline-block;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    color: var(--member-main);
    font-weight: 400;
    font-size: 16px;
    border: 1px solid #fff;
    border-radius: 100%;
    transition: border-color 300ms ease, transform 300ms ease, background-color 300ms ease, color 300ms ease;
    transform-style: preserve-3d;
}

.pagination-wrap li a i {
    font-size: 16px;
}

.pagination-wrap li a:hover {
    opacity: 1;
    text-decoration: none;
    background: var(--member-gold);
    border: 1px solid var(--member-gold);
    color: #fff;
    transform: translate3d(0px, -6px, 0.01px);
}

.pagination-wrap li a.active {
    background-color: var(--member-gold);
    border: 1px solid var(--member-gold);
    color: #fff;
}

@media screen and (max-width: 991px) {
    .blog .item {
        margin-bottom: 30px;
    }

    .blog .item .cont {
        padding: 40px 20px;
    }

    .pagination-wrap {
        padding: 0;
        margin: 0;
        text-align: center;
    }
}

/* ======= Blog Sidebar style ======= */
.blog-sidebar .widget {
    background: #fff;
    padding: 30px;
    margin-bottom: 30px;
    overflow: hidden;
    border-radius: 6px;
    border: none;
}

.blog-sidebar .widget ul {
    margin-bottom: 0;
    padding: 0;
}

.blog-sidebar .widget ul li {
    font-size: 18px;
    line-height: 1.5em;
    margin-bottom: 15px;
}

.blog-sidebar .widget ul li a {
    color: var(--member-main);
}

.blog-sidebar .widget ul li a.active {
    color: var(--member-gold);
}

.blog-sidebar .widget ul li a:hover {
    color: var(--member-gold);
}

.blog-sidebar .widget ul li:last-child {
    margin-bottom: 0;
}

.blog-sidebar .widget ul li i {
    font-size: 12px;
    margin-right: 12px;
    color: var(--member-gold);
}

.blog-sidebar .widget .recent li {
    display: block;
    overflow: hidden;
}

.blog-sidebar .widget .recent .thum {
    width: 130px;
    overflow: hidden;
    float: left;
    border-radius: 5px;
}

.blog-sidebar .widget .recent a {
    display: block;
    margin-left: 140px;
}

.blog-sidebar .widget-title {
    margin-bottom: 15px;
}

.blog-sidebar .widget-title h6 {
    padding-bottom: 15px;
    border-bottom: 1px solid #e8e8d4;
    font-size: 24px;
    margin-bottom: 15px;
    color: var(--member-main);
}

.blog-sidebar .search form {
    position: relative;
}

.blog-sidebar .search form input {
    width: 100%;
    padding: 17px 20px;
    border: 0;
    background: #f7f6f4;
    margin-bottom: 0;
    border: none;
    color: #5e717b;
    border-radius: 30px;
}

.blog-sidebar .search form input::placeholder {
    color: #5e717b;
}

.blog-sidebar .search form button {
    height: 50px;
    width: 50px;
    line-height: 50px;
    border: none;
    background: var(--member-gold);
    font-size: 16px;
    font-weight: 400;
    color: #fff;
    outline: none;
    padding: 0px 16px;
    cursor: pointer;
    display: inline-block;
    position: absolute;
    top: 5px;
    right: 5px;
    border-radius: 100%;
    outline: none;
}

.blog-sidebar button[type="submit"] i {
    margin-right: 0px;
    color: #fff;
}

.blog-sidebar .search:hover form button {
    background-color: var(--member-main);
    color: #fff;
    outline: none;
}

.blog-sidebar .tags li {
    margin: 4px !important;
    padding: 8px 24px;
    background-color: var(--member-gold);
    color: #fff;
    float: left;
    border-radius: 5px;
}

.blog-sidebar ul.tags li a {
    font-size: 16px;
    color: #fff;
}

.blog-sidebar ul.tags li:hover,
.blog-sidebar ul.tags li:hover a {
    background-color: var(--member-main);
    color: #fff;
}


/* ======= Post style ======= */
.post-comment-section {
    margin-top: 60px;
}

.post-comment-section h3 {
    font-size: 21px;
    color: var(--member-main);
    margin-bottom: 15px;
}

.post-comment-section h3 span {
    font-size: 15px;
    color: var(--member-gold);
    margin-left: 15px;
    font-weight: 400;
    font-family: "Urbanist", sans-serif;
}

.post-caption h1 {
    margin-bottom: 15px;
    font-size: 40px;
    text-transform: uppercase;
}

.post-comment-wrap {
    display: flex;
    margin-bottom: 60px;
}

.post-user-comment {
    margin-right: 20px;
    flex: 0 0 auto;
}

.post-user-comment img {
    border-radius: 100%;
    width: 100px;
}

.post-user-content {
    margin-right: 26px;
}


/* ======= Page style ======= */
.page {
    position: relative;
}

.page h4 {
    font-size: 30px;
    color: var(--member-main);
}

/* list */
.page-list {
    position: relative;
    display: block;
}

.page-list li {
    position: relative;
    display: flex;
    align-items: center;
}

.page-list li+li {
    margin-top: 5px;
}

.page-list-icon {
    display: flex;
    align-items: center;
}

.page-list-icon span {
    font-size: 18px;
    color: var(--member-gold);
}

.page-list-text {
    margin-left: 10px;
}

.page-list-text p {
    font-size: 18px;
    margin: 0;
    color: var(--member-main);
}


/* ======= Contact style ======= */
/* maps */
.google-maps {
    width: 100%;
    height: 550px;
    display: block;
    border: none;
}

.map {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}

.contact-form {
    width: 100%;
    display: block;
    padding: 60px 45px;
    position: relative;
    z-index: 1;
    border-radius: 6px;
    background: var(--member-main);
}

.contact-form h3 {
    color: #fff;
    font-size: 45px;
    margin-bottom: 30px;
    text-align: center;
}

.contact-form h3 span {
    color: var(--member-gold);
    font-weight: 700;
    font-style: italic;
}

/* info box */
.info-box .item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 30px;
}

.info-box .item .icon {
    color: var(--member-gold);
    margin-right: 15px;
    background: #f2f2f2;
    width: 60px;
    height: 60px;
    text-align: center;
    padding-top: 17px;
    border-radius: 100%;
}

.info-box .item .icon:before {
    font-size: 27px;
    font-weight: 300;
}

.info-box .item h5 {
    color: var(--member-main);
    margin-bottom: 0px;
    font-size: 18px;
    margin-top: 5px;
}

.info-box .item h6 {
    color: var(--member-gold);
    margin-bottom: 0px;
    font-size: 22px;
}

.info-box .item p {
    font-size: 18px;
    margin-bottom: 0;
}

/* worktime */
.worktime {
    position: relative;
    background: #f2f2f2;
    padding: 45px;
    border-radius: 10px;
}

.worktime ul {
    margin: 0;
    padding: 0;
}

.worktime ul li .tit,
.worktime ul li .dots,
.worktime ul li span {
    display: table-cell;
    white-space: nowrap;
}

.worktime ul li {
    margin-bottom: 15px;
    font-size: 18px;
}

.worktime ul li:last-of-type {
    margin-bottom: 0;
}

.worktime ul li span {
    white-space: nowrap;
    padding-left: 10px;
    color: #5e717b;
}

.worktime ul li .tit {
    padding-right: 10px;
    color: #5e717b;
}

.worktime ul li .dots {
    height: 0px;
    width: 100%;
    border-bottom: 1px solid rgba(145, 165, 56, 0.3);
    position: relative;
    top: -7px;
}


/* ======= 404 Page style ======= */
.notfound {
    height: 100vh;
    position: relative;
    background-blend-mode: overlay;
    background: rgba(0, 0, 0, .4);
    background-image: url("../img/slider/1.jpg");
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    color: #fff;
}

@media (max-width: 767px) {
    .404 {
        min-height: 100vh;
    }
}

.notfound .item {
    background: transparent;
    border: 1px solid rgba(255, 255, 255, 0.5);
    padding: 30px 15px;
}

.notfound h6 {
    color: #fff;
    font-size: 18px;
    font-family: "Urbanist", sans-serif;
    font-weight: 400;
}

.notfound h3 {
    font-size: 45px;
    color: #fff;
    position: relative;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 0px;
}

.notfound h2 {
    font-size: 40px;
    color: #fff;
    position: relative;
    margin-bottom: 5px;
}

.notfound h2 span {
    color: var(--member-gold);
}

.notfound h1 {
    font-size: 180px;
    line-height: 180px;
    position: relative;
    color: var(--member-gold);
    margin-bottom: 30px;
}

.notfound p {
    color: #fff;
    font-size: 18px;
}

/* notfound form */
.notfound form {
    margin-top: 30px;
    position: relative;
}

.notfound form input {
    width: 100%;
    padding: 15px 50px 15px 20px;
    background-color: transparent;
    border: 1px solid var(--member-gold);
    border-radius: 30px;
    color: #fff;
    margin-bottom: 15px;
    outline: none;
}

.notfound form input:active,
.notfound form input:focus {
    border: 1px solid var(--member-gold);
}

.notfound form input::placeholder {
    color: #fff;
}

.notfound form button {
    background-color: var(--member-gold);
    border-radius: 100%;
    color: #fff;
    border: 0;
    position: absolute;
    top: 5px;
    right: 5px;
    cursor: pointer;
    font-size: 15px;
    font-weight: 400;
    outline: none;
    height: 49px;
    width: 49px;
    line-height: 49px;
    text-align: center;
}

.notfound form button:hover {
    background-color: #fff;
    color: var(--member-main);
    outline: none;
}


/* ======= Buttons style ======= */
/* button 1 */
.button-1 {
    display: inline-block;
    height: auto;
    padding: 17px 34px;
    border: 1px solid var(--member-gold);
    border-radius: 0px;
    background-color: var(--member-gold);
    color: #fff;
    font-size: 18px;
    line-height: 20px;
    font-weight: 400;
    text-align: center;
    border-radius: 30px;
    transition: border-color 300ms ease, transform 300ms ease, background-color 300ms ease, color 300ms ease;
    transform-style: preserve-3d;
}

.button-1:hover {
    border: 1px solid var(--member-main);
    background-color: var(--member-main);
    color: #fff;
    transform: translate3d(0px, -6px, 0.01px);
}

/* button 2 */
.button-2 {
    display: inline-block;
    height: auto;
    padding: 17px 34px;
    border: 1px solid var(--member-main);
    border-radius: 0px;
    background-color: var(--member-main);
    color: #fff;
    font-size: 18px;
    line-height: 20px;
    font-weight: 400;
    text-align: center;
    border-radius: 30px;
    transition: border-color 300ms ease, transform 300ms ease, background-color 300ms ease, color 300ms ease;
    transform-style: preserve-3d;
}

.button-2:hover {
    border-color: var(--member-gold);
    background-color: var(--member-gold);
    color: #fff;
    transform: translate3d(0px, -6px, 0.01px);
}

/* button 3 */
.button-3 {
    display: inline-block;
    height: auto;
    padding: 17px 34px;
    border: 1px solid var(--member-gold);
    border-radius: 0px;
    background-color: transparent;
    color: #fff;
    font-size: 18px;
    line-height: 20px;
    font-weight: 400;
    text-align: center;
    border-radius: 30px;
    transition: border-color 300ms ease, transform 300ms ease, background-color 300ms ease, color 300ms ease;
    transform-style: preserve-3d;
}

.button-3:hover {
    border: 1px solid var(--member-gold);
    background-color: var(--member-gold);
    color: #fff;
    transform: translate3d(0px, -6px, 0.01px);
}

/* button 4 */
.button-4 {
    display: inline-block;
    height: auto;
    padding: 17px 34px;
    border: 1px solid var(--member-main);
    border-radius: 0px;
    background-color: var(--member-main);
    color: #fff;
    font-size: 18px;
    line-height: 20px;
    font-weight: 400;
    text-align: center;
    border-radius: 30px;
    transition: border-color 300ms ease, transform 300ms ease, background-color 300ms ease, color 300ms ease;
    transform-style: preserve-3d;
}

.button-4:hover {
    border: 1px solid #fff;
    background-color: #fff;
    color: var(--member-main);
    transform: translate3d(0px, -6px, 0.01px);
}

/* button 5 */
.button-5 {
    display: inline-block;
    height: auto;
    padding: 17px 34px;
    border: 1px solid var(--member-gold);
    border-radius: 0px;
    background-color: var(--member-gold);
    color: #fff;
    font-size: 18px;
    line-height: 20px;
    font-weight: 400;
    text-align: center;
    border-radius: 30px;
    transition: border-color 300ms ease, transform 300ms ease, background-color 300ms ease, color 300ms ease;
    transform-style: preserve-3d;
}

.button-5:hover {
    border: 1px solid #fff;
    background-color: #fff;
    color: var(--member-main);
    transform: translate3d(0px, -6px, 0.01px);
}


/* ======= Footer style ======= */
.footer {
    position: relative;
    background-color: var(--member-main);
}

/* footer top */
.footer .top {
    padding: 100px 0 30px 0;
}

.footer .top .item .logo {
    width: 210px;
    margin-bottom: 15px;
}

.footer .top .item h3 {
    color: #fff;
    font-size: 24px;
}

.footer .top .item p,
.footer .top .item p a {
    color: rgba(255, 255, 255, 0.6);
}

.footer .top .item .phone {
    font-size: 18px;
    color: rgba(255, 255, 255, 0.6);
    position: relative;
    font-weight: 400;
}

.footer .top .item .mail {
    font-size: 18px;
    font-weight: 400;
    line-height: 3em;
    color: rgba(255, 255, 255, 0.6);
    position: relative;
    display: inline-block;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.footer .top .item .mail:before {
    position: absolute;
    bottom: 10px;
    left: 0;
    right: 0;
    height: 1px;
    background-color: var(--member-gold);
    content: "";
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

/* newsletter */
.footer .top .item .newsletter {
    position: relative;
}

.footer .top .item .newsletter input {
    height: 60px;
    width: 100%;
    border: none;
    background: transparent;
    font-size: 18px;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.6);
    outline: none;
    padding: 0 90px 0 20px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 30px;
}

.footer .top .item .newsletter button {
    height: 50px;
    width: 50px;
    border: none;
    background: var(--member-gold);
    font-size: 15px;
    font-weight: 400;
    color: #fff;
    outline: none;
    padding: 0px 16px;
    cursor: pointer;
    display: inline-block;
    position: absolute;
    top: 5px;
    right: 5px;
    border-radius: 100%;
    line-height: 50px;
    outline: none;
    transform: rotate(0);
    -webkit-transition: all 0.7s linear;
    -o-transition: all 0.7s linear;
    transition: all 0.7s linear;
}

.footer .top .item .newsletter input::placeholder {
    color: rgba(255, 255, 255, 0.6);
}

.footer .top .item .newsletter:hover button {
    background: var(--member-gold);
    outline: none;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transition: all 0.7s linear;
    -o-transition: all 0.7s linear;
    transition: all 0.7s linear;
    color: #fff;
}

.footer .top .item .newsletter button[type="submit"] i {
    color: #fff;
}

.footer .top .item .newsletter:hover button[type="submit"] i {
    color: #fff;
}

/* social icons */
.footer .top .social-icons li {
    display: inline-block;
    border: none;
    z-index: 1;
    position: relative;
    width: 45px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    margin-right: 5px;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
    border-radius: 100%;
    font-size: 15px;
    color: #fff;
    border: var(--member-gold);
    background: var(--member-gold);
    transition: border-color 300ms ease, transform 300ms ease, background-color 300ms ease, color 300ms ease;
    transform-style: preserve-3d;
}

.footer .top .social-icons .list-inline {
    margin: 0;
}

.footer .top .social-icons li:hover {
    background: var(--member-gold);
    color: #fff;
    -webkit-transition: all .7s;
    -o-transition: all .7s;
    transition: all .7s;
    transform: translate3d(0px, -3px, 0.01px);
}

/* footer bottom */
.footer .bottom {
    position: relative;
    display: block;
    padding: 30px 0;
    border: none;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.footer .bottom p {
    color: rgba(255, 255, 255, 0.6);
    font-size: 15px;
    margin: 10px;
}

.footer .bottom p a {
    background: linear-gradient(to bottom, var(--member-gold) 0%, var(--member-gold) 100%);
    background-position: 0 100%;
    background-repeat: repeat-x;
    background-size: 1px 1px;
    color: #fff;
    text-decoration: none;
    transition: background-size .2s;
    line-height: 1.75em;
}

.footer .bottom p a:hover {
    color: var(--member-gold);
}

/* links */
.footer .bottom .links {}

.footer .bottom .links ul {
    margin: 0;
    padding: 0;
}

.footer .bottom .links ul li {
    display: inline-block;
    margin: 10px;
    font-size: 18px;
}

.footer .bottom .links ul li a {
    color: #fff;
    position: relative;
}

.footer .bottom .links ul li:hover,
.footer .bottom .links ul li:hover a {
    color: var(--member-gold);
}

@media screen and (max-width: 991px) {
    .footer .bottom .links ul li {
        margin: 5px 10px;
    }

    .footer .bottom .links,
    .footer .bottom p {
        text-align: left !important;
    }
}


/* ======= toTop Button style ======= */
.progress-wrap {
    position: fixed;
    bottom: 20px;
    right: 20px;
    height: 50px;
    width: 50px;
    cursor: pointer;
    display: block;
    border-radius: 50px;
    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;
}

.progress-wrap.active-progress {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}

.progress-wrap::after {
    position: absolute;
    font-family: 'themify';
    content: '\e648';
    text-align: center;
    line-height: 50px;
    font-size: 13px;
    font-weight: 700;
    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 svg path {
    fill: none;
}

.progress-wrap svg.progress-circle path {
    stroke-width: 3;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 400ms linear;
    -o-transition: all 400ms linear;
    transition: all 400ms linear;
}

.progress-wrap {
    -webkit-box-shadow: inset 0 0 0 1px rgba(217, 214, 209, 0.5);
    box-shadow: inset 0 0 0 1px rgba(217, 214, 209, 0.5);
}

.progress-wrap::after {
    color: var(--member-gold);
}

.progress-wrap svg.progress-circle path {
    stroke: var(--member-gold);
}


/* =======  Overlay Effect Bg image style  ======= */
[data-overlay-dark],
[data-overlay-light] {
    position: relative;
}

[data-overlay-dark] .container,
[data-overlay-light] .container {
    position: relative;
    z-index: 2;
}

[data-overlay-dark]:before,
[data-overlay-light]:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
}

[data-overlay-dark]:before {
    background: #000;
}

[data-overlay-light]:before {
    background: #fff;
}

[data-overlay-dark] h1,
[data-overlay-dark] h2,
[data-overlay-dark] h3,
[data-overlay-dark] h4,
[data-overlay-dark] h5,
[data-overlay-dark] h6,
[data-overlay-dark] span {
    color: #fff;
}

[data-overlay-light] h1,
[data-overlay-light] h2,
[data-overlay-light] h3,
[data-overlay-light] h4,
[data-overlay-light] h5,
[data-overlay-light] h6,
[data-overlay-light] span {
    color: #5e717b;
}

[data-overlay-dark] p {
    color: #fff;
}

[data-overlay-light] p {
    color: #5e717b;
}

[data-overlay-dark="0"]:before,
[data-overlay-light="0"]:before {
    opacity: 0;
}

[data-overlay-dark="1"]:before,
[data-overlay-light="1"]:before {
    opacity: 0.1;
}

[data-overlay-dark="2"]:before,
[data-overlay-light="2"]:before {
    opacity: 0.2;
}

[data-overlay-dark="3"]:before,
[data-overlay-light="3"]:before {
    opacity: 0.3;
}

[data-overlay-dark="4"]:before,
[data-overlay-light="4"]:before {
    opacity: 0.4;
}

[data-overlay-dark="5"]:before,
[data-overlay-light="5"]:before {
    opacity: 0.5;
}

[data-overlay-dark="6"]:before,
[data-overlay-light="6"]:before {
    opacity: 0.6;
}

[data-overlay-dark="7"]:before,
[data-overlay-light="7"]:before {
    opacity: 0.7;
}

[data-overlay-dark="8"]:before,
[data-overlay-light="8"]:before {
    opacity: 0.8;
}

[data-overlay-dark="9"]:before,
[data-overlay-light="9"]:before {
    opacity: 0.9;
}

[data-overlay-dark="10"]:before,
[data-overlay-light="10"]:before {
    opacity: 1;
}


/* ======= Responsive style ======= */
@media (min-width: 1200px) {
    .container {
        max-width: 1220px !important;
    }
}

@media screen and (max-width: 991px) {
    .bg-fixed {
        background-attachment: scroll !important;
    }

    .call .section-title {
        font-size: 40px;
        line-height: 1.5em;
    }

    .call .section-title.mb-0 {
        margin-bottom: 30px !important;
    }

    .about1 img.img {
        margin-bottom: 30px;
    }
}

@media screen and (max-width: 767px) {
    .banner-header h2 {
        font-size: 36px;
        letter-spacing: 0;
    }

    .section-title {
        font-size: 40px;
    }

    .portfolio .filtering span {
        margin-bottom: 15px;
    }

    .post-comment-section h3 span {
        margin-left: 5px;
    }

    .clients {
        padding-bottom: 20px;
    }

    .video-fullscreen-wrap .caption.text-left,
    .video-fullscreen-wrap .caption {
        text-align: center;
    }

    .video-fullscreen-wrap h3 {
        font-size: 40px;
    }

    .info-box .item h5 {
        font-size: 18px;
    }

    .facilities .item h5 {
        font-size: 20px;
    }
}

/* Member premium section */
.member-premium-section {
    background: #ffffff;
    color: #111111;
}
.member-premium-section .container {
    max-width: 1460px;
}
.member-premium-title {
    color: #111111;
}
.member-hero-tagline {
    color: var(--member-gold);
    letter-spacing: 0.22em;
    text-transform: uppercase;
}
.member-premium-tagline {
    color: var(--member-gold);
    font-size: 14px;
    letter-spacing: 0.22em;
    text-transform: uppercase;
    margin-top: 10px;
}
.member-premium-lead {
    color: #333333;
    max-width: 880px;
    margin: 14px auto 0;
    font-size: 16px;
    line-height: 1.7;
}
.member-banner-strip {
    display: grid;
    grid-template-columns: 1fr;
    gap: 0;
    margin-top: 38px;
}
.member-inline-banner {
    position: relative;
    overflow: hidden;
    background: linear-gradient(135deg, #071121 0%, #101e3f 58%, #0a1020 100%);
    border-radius: 22px;
    padding: 14px 26px;
    box-shadow: 0 22px 46px rgba(7, 17, 33, 0.18);
}
.member-inline-banner-wide {
    border-radius: 24px;
}
.member-inline-banner::before,
.member-inline-banner::after,
.member-vertical-banner::before,
.member-vertical-banner::after {
    content: "";
    position: absolute;
    pointer-events: none;
}
.member-inline-banner::before {
    width: 170px;
    height: 170px;
    top: -80px;
    right: -40px;
    border-radius: 36px;
    background: rgba(255, 210, 47, 0.12);
    transform: rotate(22deg);
}
.member-inline-banner::after {
    width: 110px;
    height: 110px;
    right: 210px;
    bottom: -38px;
    border-radius: 26px;
    background: linear-gradient(180deg, #ffd22f 0%, #e9af00 100%);
    transform: rotate(34deg);
}
.member-inline-banner-kicker,
.member-vertical-banner-kicker {
    color: #ffd22f;
    font-size: 11px;
    letter-spacing: 0.22em;
    text-transform: uppercase;
    margin-bottom: 12px;
}
.member-inline-banner-body {
    display: flex;
    align-items: flex-start;
    min-height: 230px;
    position: relative;
    z-index: 1;
}
.member-inline-banner-copy {
    position: relative;
    z-index: 2;
    max-width: 440px;
}
.member-inline-banner-title,
.member-vertical-banner-title {
    color: #ffffff;
    font-family: 'Urbanist', sans-serif;
    font-size: 44px;
    line-height: 0.98;
    font-weight: 800;
    letter-spacing: -0.03em;
    margin-bottom: 12px;
}
.member-inline-banner-title span,
.member-vertical-banner-title span {
    color: #ffd22f;
}
.member-inline-banner p,
.member-vertical-banner p {
    color: rgba(255, 255, 255, 0.82);
    margin: 0;
    font-size: 16px;
    line-height: 1.7;
}
.member-inline-banner-cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-top: 18px;
    padding: 10px 16px;
    border-radius: 999px;
    background: #ffd22f;
    color: #081121;
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}
.member-inline-banner-cta:hover {
    background: #ffffff;
    color: #081121;
}
.member-inline-banner-thumb img,
.member-vertical-banner-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    border-radius: 22px;
}
.member-inline-banner-thumb {
    position: absolute;
    inset: 0;
    height: 100%;
    padding: 0;
    border-radius: 22px;
    overflow: hidden;
    background: none;
    z-index: 0;
}
.member-inline-banner-thumb::before {
    content: none;
}
.member-inline-banner-thumb::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(4, 11, 24, 0.94) 0%, rgba(7, 17, 33, 0.82) 34%, rgba(7, 17, 33, 0.18) 58%, rgba(7, 17, 33, 0.08) 100%);
    z-index: 2;
}
.member-inline-banner-thumb img {
    position: absolute;
    top: -10px;
    right: 0;
    width: 44%;
    height: calc(100% + 20px);
    z-index: 1;
    border-radius: 0 22px 22px 0;
}
.member-feature-row {
    margin-top: 36px;
}
.member-image-shift {
    margin-left: -52px;
}
.member-feature-media {
    display: grid;
    grid-template-columns: 180px minmax(0, 1fr);
    gap: 24px;
    align-items: stretch;
}
.member-side-layout {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 240px;
    gap: 30px;
    align-items: stretch;
}
.member-side-copy {
    max-width: 390px;
}
.member-vertical-banner {
    position: relative;
    overflow: hidden;
    background: linear-gradient(180deg, #06101f 0%, #0b1b39 100%);
    color: #ffffff;
    border-radius: 22px;
    padding: 26px 18px 22px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    min-height: 520px;
    box-shadow: 0 24px 44px rgba(7, 17, 33, 0.22);
}
.member-vertical-banner::before {
    width: 96px;
    height: 96px;
    top: -24px;
    right: -10px;
    background: linear-gradient(180deg, #ffd22f 0%, #e9af00 100%);
    clip-path: polygon(0 0, 100% 0, 100% 62%, 32% 100%);
}
.member-vertical-banner::after {
    content: none;
}
.member-vertical-banner-title {
    color: #ffffff;
    font-size: 40px;
    position: relative;
    z-index: 2;
    max-width: none;
    line-height: 1.02;
    word-break: normal;
    overflow-wrap: normal;
    hyphens: none;
    margin-bottom: 14px;
}
.member-vertical-banner p {
    color: rgba(255, 255, 255, 0.78);
    margin-bottom: 18px;
    position: relative;
    z-index: 2;
    max-width: 136px;
}
.member-vertical-banner-thumb {
    position: absolute;
    inset: 0;
    margin-top: 0;
    min-height: 0;
    padding: 0;
    border-radius: 22px;
    overflow: hidden;
    background: none;
    z-index: 0;
}
.member-vertical-banner-thumb::after {
    content: "";
    position: absolute;
    inset: 0;
    background:
        linear-gradient(180deg, rgba(4, 11, 24, 0.86) 0%, rgba(6, 15, 30, 0.62) 35%, rgba(7, 17, 33, 0.18) 64%, rgba(7, 17, 33, 0.74) 100%);
    z-index: 1;
}
.member-vertical-banner-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    border-radius: 22px;
}
.member-image-wrap img {
    border-radius: 20px;
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.12);
    width: 100%;
    height: 100%;
    min-height: 420px;
    object-fit: cover;
}
.member-side-title {
    color: #111111;
    font-size: 32px;
    line-height: 1.2;
    margin-bottom: 12px;
    max-width: 360px;
}
.member-side-text {
    color: #444444;
    margin-bottom: 16px;
    max-width: 380px;
    line-height: 1.7;
}
.member-side-list li {
    color: #111111;
    margin-bottom: 8px;
    font-size: 16px;
}
.member-side-list span {
    color: var(--member-gold);
    margin-right: 10px;
}
.member-side-cta {
    margin-top: 10px;
}
.member-vertical-banner-cta {
    position: relative;
    z-index: 2;
    margin-top: auto;
    align-self: flex-start;
}
.member-detail-grid {
    margin-top: 34px;
}
.member-detail {
    border-top: 1px solid rgba(214, 177, 94, 0.6);
    padding-top: 18px;
    display: grid;
    grid-template-rows: auto auto auto 1fr;
    row-gap: 6px;
    height: 100%;
}
.member-detail-top {
    color: #111111;
    font-size: 28px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}
.member-detail-sub {
    color: #555555;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0.12em;
    line-height: 1.5;
    min-height: 42px;
}
.member-detail-check {
    color: #111111;
    font-weight: 600;
    margin: 8px 0 0;
    min-height: 28px;
}
.member-detail-check span {
    color: var(--member-gold);
    margin-right: 10px;
}
.member-detail p {
    color: #555555;
    margin: 0;
    min-height: 60px;
}
@media (min-width: 1200px) {
    .member-feature-media {
        margin-left: -92px;
    }
}

@media (max-width: 767px) {
    .member-premium-title {
        font-size: 28px;
    }
    .member-inline-banner {
        padding: 16px 16px 12px;
    }
    .member-inline-banner-body {
        min-height: 320px;
    }
    .member-inline-banner-copy {
        max-width: 100%;
        padding-right: 0;
    }
    .member-inline-banner-kicker,
    .member-vertical-banner-kicker {
        font-size: 10px;
        letter-spacing: 0.16em;
        margin-bottom: 8px;
    }
    .member-inline-banner-title,
    .member-vertical-banner-title {
        font-size: 22px;
        line-height: 1.05;
        margin-bottom: 10px;
    }
    .member-inline-banner p,
    .member-vertical-banner p {
        font-size: 13px;
        line-height: 1.55;
    }
    .member-inline-banner-cta {
        margin-top: 14px;
        padding: 9px 14px;
        font-size: 11px;
    }
    .member-inline-banner-thumb img {
        top: auto;
        right: 12px;
        bottom: 8px;
        width: calc(100% - 24px);
        height: 176px;
        border-radius: 16px;
    }
    .member-feature-media {
        grid-template-columns: 1fr;
        gap: 18px;
    }
    .member-side-layout {
        grid-template-columns: 1fr;
        gap: 20px;
    }
    .member-side-copy,
    .member-side-title,
    .member-side-text {
        max-width: 100%;
    }
    .member-image-shift {
        margin-left: 0;
    }
    .member-vertical-banner {
        min-height: 360px;
        padding: 20px 16px 18px;
    }
    .member-vertical-banner p {
        max-width: 180px;
        margin-bottom: 14px;
    }
    .member-vertical-banner-thumb {
        min-height: 180px;
    }
    .member-vertical-banner-cta {
        margin-top: 10px;
    }
    .member-image-wrap img {
        min-height: 320px;
    }
    .member-side-title {
        font-size: 26px;
    }
    .member-detail-top {
        font-size: 24px;
    }
}

@media (max-width: 991px) {
    .member-theme .header {
        min-height: 65vh;
    }
    .member-theme .header .v-middle h3 {
        font-size: 36px;
        line-height: 1.25;
    }

    .member-theme .header .v-middle p {
        font-size: 15px;
    }

    .member-theme .header .member-hero-tagline {
        font-size: 11px;
        letter-spacing: 0.16em;
    }

    .member-theme .header .button-1 {
        font-size: 13px;
        padding: 10px 24px;
    }

    .member-hero-tagline {
        font-size: 11px;
        letter-spacing: 0.18em;
    }

    .member-premium-section.section-padding {
        padding-top: 80px;
        padding-bottom: 80px;
    }
    .services-box.mb-90 {
        margin-bottom: 60px;
    }

    .promo-video-section .promo-inline-video {
        height: 300px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .member-side-layout {
        grid-template-columns: minmax(0, 1fr) 310px;
        gap: 32px;
        align-items: start;
    }
    .member-side-copy {
        max-width: 460px;
    }
    .member-side-title {
        font-size: 52px;
        line-height: 1.08;
        max-width: 100%;
        margin-bottom: 18px;
    }
    .member-side-text {
        font-size: 22px;
        line-height: 1.8;
        max-width: 100%;
        margin-bottom: 22px;
    }
    .member-side-list li {
        font-size: 21px;
        margin-bottom: 14px;
    }
    .member-side-cta {
        margin-top: 16px;
        font-size: 16px;
        padding: 14px 28px;
    }
    .member-inline-banner {
        padding: 18px 20px;
    }
    .member-inline-banner-kicker,
    .member-vertical-banner-kicker {
        font-size: 10px;
        letter-spacing: 0.18em;
        margin-bottom: 10px;
    }
    .member-inline-banner-title,
    .member-vertical-banner-title {
        font-size: 28px;
        line-height: 1.02;
    }
    .member-inline-banner p,
    .member-vertical-banner p {
        font-size: 14px;
        line-height: 1.55;
    }
    .member-inline-banner-cta {
        margin-top: 16px;
        padding: 9px 14px;
        font-size: 11px;
    }
    .member-inline-banner-body {
        min-height: 212px;
    }
    .member-inline-banner-copy {
        max-width: 300px;
    }
    .member-inline-banner-thumb img {
        width: 250px;
        height: calc(100% - 24px);
        top: 12px;
        right: 16px;
        border-radius: 18px;
    }
    .member-feature-media {
        grid-template-columns: 160px minmax(0, 1fr);
        gap: 18px;
    }
    .member-image-shift {
        margin-left: 0;
    }
    .member-vertical-banner {
        min-height: 540px;
        padding: 26px 20px 22px;
    }
    .member-vertical-banner-title {
        font-size: 36px;
        margin-bottom: 14px;
    }
    .member-vertical-banner p {
        max-width: 240px;
        font-size: 16px;
        line-height: 1.6;
        margin-bottom: 16px;
    }
    .member-vertical-banner-cta {
        font-size: 11px;
        padding: 10px 14px;
    }
}

@media (max-width: 767px) {
    .member-theme .header {
        min-height: 55vh;
    }
    .member-theme .header .v-middle {
        padding: 60px 0 45px;
    }

    .member-theme .header .v-middle h3 {
        font-size: 28px;
    }

    .member-theme .header .v-middle p {
        font-size: 14px;
    }

    .member-theme .header .member-hero-tagline {
        font-size: 10px;
        letter-spacing: 0.14em;
    }

    .member-theme .header .button-1 {
        font-size: 12px;
        padding: 8px 20px;
        margin-top: 40px;
    }

    .member-hero-tagline {
        font-size: 10px;
        letter-spacing: 0.16em;
    }

    .member-premium-section.section-padding {
        padding-top: 60px;
        padding-bottom: 60px;
    }

    .member-image-wrap img {
        border-radius: 14px;
    }

    .member-detail {
        padding-top: 14px;
    }

    .promo-video-section .promo-inline-video {
        height: 210px;
    }
    .promo-video-section {
        margin-bottom: 20px;
    }

    .member-join-section {
        padding: 55px 0;
    }
}

/* Member join form */
.member-join-section {
    background: #ffffff;
    padding: 70px 0;
}
.member-join-card {
    background: #ffffff;
    border-radius: 16px;
    padding: 40px;
    box-shadow: 0 30px 80px rgba(0, 0, 0, 0.18);
}
.member-join-header {
    margin-bottom: 20px;
}
.member-join-kicker {
    color: var(--member-gold);
    text-transform: uppercase;
    letter-spacing: 0.2em;
    font-size: 12px;
}
.member-join-title {
    color: #0b1b2b;
    font-size: 32px;
    font-weight: 700;
    margin-top: 6px;
}
.member-join-form label {
    display: block;
    font-size: 14px;
    color: #6b6b6b;
    margin-bottom: 6px;
}
.member-join-form input,
.member-join-form select {
    width: 100%;
    height: 52px;
    border: 1px solid #dcdcdc;
    border-radius: 8px;
    padding: 0 14px;
    font-size: 15px;
    color: #111111;
    background: #ffffff;
}
.member-join-form select {
    appearance: none;
    background-image: linear-gradient(45deg, transparent 50%, #8a8a8a 50%), linear-gradient(135deg, #8a8a8a 50%, transparent 50%);
    background-position: calc(100% - 20px) 22px, calc(100% - 14px) 22px;
    background-size: 6px 6px, 6px 6px;
    background-repeat: no-repeat;
    padding-right: 36px;
}
.member-join-submit {
    margin-top: 6px;
}
@media (max-width: 767px) {
    .member-join-card {
        padding: 28px;
    }
    .member-join-title {
        font-size: 26px;
    }
}

/* Member footer */
.member-footer {
    background: #0b1b2b;
    color: #eaf0f7;
    padding: 70px 0 30px;
}
.member-footer h5 {
    color: var(--member-gold);
    margin-bottom: 16px;
    font-size: 18px;
    letter-spacing: 0.02em;
}
.member-footer-brand img {
    max-width: 190px;
    margin-bottom: 16px;
}
.member-footer p {
    color: #cdd6e0;
    margin-bottom: 10px;
}
.member-footer-link {
    color: var(--member-gold);
}
.member-footer-link:hover {
    color: #ffffff;
}

@media (max-width: 575px) {
    .member-theme .header {
        min-height: 50vh;
    }
    .member-theme .header .v-middle {
        padding: 52px 0 40px;
    }
    .member-theme .header .v-middle h3 {
        font-size: 24px;
        line-height: 1.2;
    }
    .member-theme .header .v-middle p {
        font-size: 13px;
    }
    .member-theme .header .member-hero-tagline {
        font-size: 9px;
        letter-spacing: 0.12em;
    }
    .member-theme .header .button-1 {
        font-size: 11px;
        padding: 7px 18px;
        margin-top: 48px;
    }
}

@media (max-width: 575px) {
    .promo-video-section .promo-inline-video {
        height: 190px;
    }
    .promo-video-section {
        margin-bottom: 16px;
    }
}

.member-footer-links {
    list-style: none;
    padding: 0;
    margin: 0;
}
.member-footer-links li {
    margin-bottom: 8px;
}
.member-footer-links a {
    color: #cdd6e0;
}
.member-footer-links a:hover {
    color: #ffffff;
}
.member-footer-bottom {
    border-top: 1px solid rgba(214, 177, 94, 0.3);
    margin-top: 30px;
    padding-top: 18px;
    font-size: 13px;
    color: #9fb0c3;
    text-align: center;
}

/* ======= Footer CTA (MemberClub) ======= */
.footer-cta {
    background: #0f2a44;
    background-image:
        radial-gradient(ellipse at 80% 50%, rgba(255,255,255,0.03) 0%, transparent 60%),
        url("data:image/svg+xml,%3Csvg width='800' height='200' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 80 Q200 40 400 90 Q600 140 800 70' stroke='rgba(255,255,255,0.06)' stroke-width='1.5' fill='none'/%3E%3Cpath d='M0 120 Q200 70 400 130 Q600 180 800 110' stroke='rgba(255,255,255,0.04)' stroke-width='1.5' fill='none'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: cover;
    padding: 60px 120px 48px;
    color: #fff;
}

.footer-cta-label {
    font-family: 'DM Sans', sans-serif;
    font-size: 11px;
    font-weight: 500;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: rgba(255,255,255,0.6);
    margin-bottom: 12px;
    max-width: 1100px;
    margin-left: auto;
    margin-right: auto;
}

.footer-cta-title {
    font-family: 'DM Sans', sans-serif;
    font-size: 36px;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: #fff;
    margin-bottom: 40px;
    max-width: 1100px;
    margin-left: auto;
    margin-right: auto;
}

.footer-divider {
    border: none;
    border-top: 1px solid rgba(255,255,255,0.2);
    margin-bottom: 48px;
    max-width: 1100px;
    margin-left: auto;
    margin-right: auto;
}

.footer-cols {
    display: grid;
    grid-template-columns: 180px 1fr 1fr 160px 160px;
    gap: 40px;
    align-items: start;
    max-width: 1100px;
    margin-left: auto;
    margin-right: auto;
}

.footer-logo img {
    width: 140px;
    opacity: 0.9;
}

.footer-col-title {
    font-family: 'DM Sans', sans-serif;
    font-size: 15px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 18px;
}

.footer-col p,
.footer-col address {
    font-family: 'DM Sans', sans-serif;
    font-size: 13.5px;
    font-weight: 300;
    color: rgba(255,255,255,0.75);
    line-height: 1.8;
    font-style: normal;
}

.footer-col .contact-person {
    margin-top: 18px;
}

.footer-col .contact-person strong {
    font-weight: 500;
    color: #fff;
    display: block;
}

.footer-col a {
    display: block;
    font-family: 'DM Sans', sans-serif;
    font-size: 13.5px;
    font-weight: 300;
    color: rgba(255,255,255,0.75);
    text-decoration: none;
    line-height: 1.8;
    margin-bottom: 6px;
    transition: color 0.2s;
}

.footer-col a:hover {
    color: #fff;
}

.footer-col-offset {
    padding-top: 36px;
}

.footer-copy {
    background: #e8e6e1;
    text-align: center;
    padding: 16px 20px;
    font-family: 'DM Sans', sans-serif;
    font-size: 13px;
    color: #555;
}

@media (max-width: 991px) {
    .footer-cta {
        padding: 50px 28px 40px;
    }

    .footer-cols {
        grid-template-columns: 1fr 1fr;
    }

    .footer-col-offset {
        padding-top: 0;
    }
}

@media (max-width: 767px) {
    .footer-cols {
        grid-template-columns: 1fr;
    }

    .footer-cta-title {
        font-size: 28px;
        letter-spacing: 0.04em;
    }
}

.member-networking-cards .member-kicker,
.member-values-cards .member-kicker {
    font-size: 12px;
    letter-spacing: 0.28em;
    text-transform: uppercase;
    color: var(--member-gold);
    margin-bottom: 10px;
}
.member-section-title {
    font-family: "Playfair Display", serif;
    font-size: 38px;
    color: #111111;
    margin-bottom: 10px;
}
.member-section-lead {
    font-size: 16px;
    line-height: 1.85;
    color: #333333;
}
.member-cta-box {
    background: #0d1e2c;
    border-radius: 18px;
    padding: 26px;
    color: #ffffff;
    box-shadow: 0 25px 45px rgba(0, 0, 0, 0.25);
}
.member-cta-title {
    font-family: "Playfair Display", serif;
    font-size: 22px;
    margin-bottom: 8px;
}
.member-cta-sub {
    color: #cdd6e0;
    margin-bottom: 18px;
}
.member-card {
    background: #ffffff;
    border: 1px solid #ece2d0;
    border-radius: 16px;
    padding: 22px;
    box-shadow: 0 20px 35px rgba(17, 17, 17, 0.06);
    height: 100%;
}
.member-card-icon {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    display: grid;
    place-items: center;
    background: rgba(214, 177, 94, 0.15);
    color: var(--member-gold);
    margin-bottom: 12px;
}
.member-card h5 {
    font-size: 18px;
    margin-bottom: 8px;
}
.member-card p {
    color: #3b3b3b;
    line-height: 1.7;
    margin-bottom: 0;
}
.member-commitment-cards .member-card-contrast {
    background: #ffffff;
    border-color: rgba(214, 177, 94, 0.35);
}
.member-card-label {
    font-size: 12px;
    letter-spacing: 0.22em;
    text-transform: uppercase;
    color: #888888;
}
.member-card-price {
    font-size: 26px;
    font-weight: 600;
    margin: 10px 0 12px;
    color: #111111;
}
.member-card-list {
    list-style: none;
    padding: 0;
    margin: 0 0 18px;
}
.member-card-list li {
    position: relative;
    padding-left: 18px;
    margin-bottom: 8px;
    color: #2a2a2a;
}
.member-card-list li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 8px;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: var(--member-gold);
}
.member-card-wide {
    padding: 26px 30px;
}
.member-card-wide p {
    margin-bottom: 16px;
}
.member-card-wide p:last-child {
    margin-bottom: 0;
}
.member-networking-banner h1 {
    color: #ffffff;
    font-size: 48px;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}
.member-networking-banner {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    min-height: 55vh;
}
.member-photo-grid {
    background: #f8f6f2;
}
.member-photo-card {
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 20px 35px rgba(17, 17, 17, 0.08);
}
.member-photo-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
.member-image-hero {
    position: relative;
    height: 380px;
    overflow: hidden;
}
.member-image-hero img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
.member-image-hero-overlay {
    position: absolute;
    inset: 0;
    background: rgba(8, 18, 28, 0.35);
}
.member-image-hero-content {
    position: absolute;
    inset: 0;
    display: grid;
    place-items: center;
    text-align: center;
}
.member-image-hero-content h1 {
    color: #ffffff;
    font-size: 42px;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}
.member-hero-alt {
    position: relative;
    background: transparent;
    padding-top: 0;
}
.member-hero-alt-media {
    height: 85vh;
    overflow: hidden;
}
.member-hero-alt-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center bottom;
    display: block;
}
.member-hero-alt-content {
    padding: 30px 0 20px;
    color: #0d1e2c;
}
.member-hero-alt-content h1 {
    font-size: 46px;
    margin-bottom: 6px;
    color: #0d1e2c;
}
.member-hero-alt-content h2 {
    font-size: 22px;
    font-weight: 500;
    color: #586676;
}
.member-section {
    background: #ffffff;
}
.member-section.bg-lightgray {
    background: #f6f3ee;
}
.member-text-block h2 {
    font-family: "Playfair Display", serif;
    font-size: 34px;
    margin-bottom: 16px;
}
.member-text-block p {
    color: #2f2f2f;
    font-size: 15px;
    line-height: 1.75;
    margin-bottom: 16px;
}
.member-text-block .button-2 {
    margin-top: 6px;
}
.tj-primary-btn {
    align-items: center;
    justify-content: center;
    gap: 10px;
    position: relative;
    background-color: #133d55;
    font-size: 16px;
    font-weight: 600;
    padding: 5px 5px 5px 25px;
    text-align: center;
    border-radius: 50px;
    line-height: 1;
    z-index: 2;
    overflow: hidden;
    white-space: nowrap;
}
.tj-primary-btn .btn-text {
    color: #ffffff;
    overflow: hidden;
}
.tj-primary-btn .btn-text span {
    display: flex;
    line-height: 1;
    text-shadow: 0 30px 0;
    backface-visibility: hidden;
    transform: translateY(0);
    transition: 0.4s ease-in-out;
}
.tj-primary-btn .btn-icon {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    line-height: 1;
    width: 42px;
    height: 42px;
    overflow: hidden;
    background-color: #0c1e21;
    border-radius: 50%;
}
.tj-primary-btn .btn-icon i {
    color: #ffffff;
    display: block;
    transform: rotate(-45deg);
    transform-origin: 50% 50%;
    transition: transform 0.3s ease-in-out;
}
.tj-primary-btn:hover .btn-icon i {
    transform: rotate(0deg);
}
.member-media-stack {
    position: relative;
    max-width: 520px;
    margin: 0 auto;
}
.member-media-stack img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 16px;
    box-shadow: 0 20px 35px rgba(17, 17, 17, 0.12);
}
.member-media-stack .secondary {
    position: absolute;
    right: -40px;
    bottom: -40px;
    width: 65%;
    border: 8px solid #ffffff;
}
.member-media-stack.compact .secondary {
    right: -30px;
    bottom: -30px;
    width: 60%;
}
.member-media-stack.tall .secondary {
    right: -30px;
    bottom: -30px;
    width: 70%;
}
.member-stats-panel {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
    margin-bottom: 24px;
}
.stat-card {
    background: #ffffff;
    border: 1px solid #e8dbc4;
    border-radius: 14px;
    padding: 18px;
    text-align: center;
    box-shadow: 0 12px 24px rgba(17, 17, 17, 0.08);
}
.stat-value {
    font-size: 20px;
    font-weight: 600;
    color: #111111;
}
.stat-label {
    margin-top: 6px;
    font-size: 12px;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: #7a7a7a;
}
.member-layout {
    background: #ffffff;
}
.member-layout.bg-lightgray {
    background: #f6f3ee;
}
.member-collage {
    position: relative;
    max-width: 520px;
    margin: 0 auto;
}
.member-collage img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 16px;
    box-shadow: 0 20px 35px rgba(17, 17, 17, 0.12);
}
.member-collage .overlay {
    position: absolute;
    right: -40px;
    bottom: -40px;
    width: 65%;
    border: 8px solid #ffffff;
}
.member-collage.small .overlay {
    right: -30px;
    bottom: -30px;
    width: 70%;
}
@media (max-width: 991px) {
    .member-section-title {
        font-size: 30px;
    }
    .member-cta-box {
        margin-top: 18px;
    }
    .member-networking-banner h1 {
        font-size: 32px;
    }
    .member-image-hero {
        height: 260px;
    }
    .member-image-hero-content h1 {
        font-size: 28px;
    }
    .member-collage {
        max-width: 100%;
        margin-top: 24px;
    }
    .member-collage .overlay {
        position: relative;
        right: 0;
        bottom: 0;
        width: 100%;
        margin-top: 16px;
        border: 0;
    }
    .member-hero-alt-media {
        height: 220px;
    }
    .member-hero-alt-content h1 {
        font-size: 32px;
    }
    .member-media-stack {
        max-width: 100%;
        margin-top: 24px;
    }
    .member-media-stack .secondary {
        position: relative;
        right: 0;
        bottom: 0;
        width: 100%;
        margin-top: 16px;
        border: 0;
    }
    .member-stats-panel {
        grid-template-columns: 1fr;
    }
}
.member-networking-new .member-kicker,
.member-values-new .member-kicker {
    font-size: 12px;
    letter-spacing: 0.22em;
    text-transform: uppercase;
    color: var(--member-gold);
    margin-bottom: 12px;
}
.member-heading {
    font-family: "Playfair Display", serif;
    font-size: 36px;
    color: #111111;
    line-height: 1.2;
}
.member-quote {
    margin-top: 16px;
    padding-left: 16px;
    border-left: 3px solid var(--member-gold);
    font-size: 20px;
    font-style: italic;
    color: #222222;
}
.member-networking-new p {
    font-size: 16px;
    line-height: 1.8;
    color: #333333;
}
.member-pillars {
    margin-top: 16px;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}
.member-pillars span {
    font-size: 12px;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    padding: 6px 14px;
    border: 1px solid #e2d6c2;
    border-radius: 999px;
    color: #111111;
}
.member-statbar {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 20px;
    border: 1px solid #eadfcd;
    padding: 24px;
    border-radius: 16px;
    background: #ffffff;
    box-shadow: 0 20px 40px rgba(17, 17, 17, 0.06);
}
.member-statbar .stat {
    text-align: center;
}
.member-statbar .stat-number {
    font-size: 24px;
    font-weight: 600;
    color: #111111;
    letter-spacing: 0.06em;
}
.member-statbar .stat-label {
    margin-top: 6px;
    font-size: 12px;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: #7a7a7a;
}
.member-commitment-new .section-title {
    margin-bottom: 16px;
}
.member-commitment-card {
    background: #ffffff;
    border-radius: 18px;
    padding: 30px;
    box-shadow: 0 25px 45px rgba(0, 0, 0, 0.2);
}
.member-commitment-price {
    font-size: 28px;
    font-weight: 600;
    color: #111111;
}
.member-commitment-sub {
    margin-top: 6px;
    font-size: 12px;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: #888888;
}
.member-commitment-list {
    list-style: none;
    padding: 0;
    margin: 20px 0 0;
}
.member-commitment-list li {
    position: relative;
    padding-left: 18px;
    margin-bottom: 10px;
    color: #2a2a2a;
}
.member-commitment-list li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 8px;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: var(--member-gold);
}
.member-values-new .member-divider {
    width: 52px;
    height: 2px;
    background: var(--member-gold);
    margin: 18px 0;
}
.member-values-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}
.member-values-tags span {
    font-size: 12px;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    padding: 6px 14px;
    border: 1px solid #e2d6c2;
    border-radius: 999px;
    color: #111111;
}
.member-values-text p {
    margin-bottom: 16px;
    color: #2f2f2f;
    line-height: 1.85;
}
@media (max-width: 991px) {
    .member-heading {
        font-size: 30px;
    }
    .member-statbar {
        grid-template-columns: 1fr;
    }
    .member-quote {
        margin-bottom: 20px;
    }
}

/* ======= Membership form ======= */
.membership-form {
    background: #f7f6f2;
}

.membership-form-lead {
    font-size: 18px;
    color: var(--member-main);
}

.membership-form-card {
    background: #fff;
    border-radius: 16px;
    padding: 36px;
    box-shadow: none;
    border: 1px solid #e5e5e5;
}

.membership-form-card label {
    display: block;
    font-size: 15px;
    margin-bottom: 8px;
    color: #5e717b;
}

.membership-form-card input,
.membership-form-card select,
.membership-form-card textarea {
    border: 1px solid #d9d9d9;
}

.membership-form-card input:focus,
.membership-form-card select:focus,
.membership-form-card textarea:focus {
    border-color: #9a9a9a;
    box-shadow: none;
}

.membership-form-title {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 20px;
    color: #1a1a1a;
}

.membership-divider {
    border: none;
    border-top: 1px solid #1f1f1f;
    margin: 12px 0 6px;
}

.membership-form-check {
    display: flex;
    gap: 10px;
    align-items: flex-start;
    padding: 12px 14px;
    border: 1px solid #e8e8d4;
    border-radius: 8px;
    background: #fff;
}

.membership-form-check input {
    margin-top: 4px;
}

.membership-form-check label {
    margin: 0;
    font-size: 15px;
    color: #5e717b;
}

.membership-form-link {
    display: inline-block;
    margin-top: 8px;
    color: var(--member-gold);
}

/* Force both blocks to use identical responsive sizing */
.services1-intro .section-subtitle,
.member-services-section .section-subtitle {
    font-size: 16px !important;
    line-height: 1.2 !important;
}

.services1-intro .section-title,
.member-services-section .section-title,
.member-services-section .section-title span {
    font-size: 48px !important;
    line-height: 1.15 !important;
}

.services1-intro p,
.member-services-section p {
    font-size: 18px !important;
    line-height: 1.7 !important;
}

.services1-intro .button-2,
.member-services-section .button-2 {
    font-size: 16px !important;
    padding: 12px 22px !important;
}

@media (max-width: 1199px) {
    .services1-intro .section-subtitle,
    .member-services-section .section-subtitle {
        font-size: 14px !important;
    }

    .services1-intro .section-title,
    .member-services-section .section-title,
    .member-services-section .section-title span {
        font-size: 40px !important;
    }

    .services1-intro p,
    .member-services-section p {
        font-size: 16px !important;
    }

    .services1-intro .button-2,
    .member-services-section .button-2 {
        font-size: 15px !important;
        padding: 11px 20px !important;
    }
}

@media (max-width: 991px) {
    .services1-intro .section-title,
    .member-services-section .section-title,
    .member-services-section .section-title span {
        font-size: 34px !important;
    }

    .services1-intro .button-2,
    .member-services-section .button-2 {
        font-size: 14px !important;
        padding: 10px 18px !important;
    }
}

@media (max-width: 767px) {
    .services1-intro .section-subtitle,
    .member-services-section .section-subtitle {
        font-size: 12px !important;
    }

    .services1-intro .section-title,
    .member-services-section .section-title,
    .member-services-section .section-title span {
        font-size: 26px !important;
    }

    .services1-intro p,
    .member-services-section p {
        font-size: 14px !important;
    }

    .services1-intro .button-2,
    .member-services-section .button-2 {
        font-size: 14px !important;
        padding: 10px 18px !important;
    }
}

/* Responsive sizing for membership detail cards + side content */
@media (max-width: 991px) {
    .member-side-title {
        font-size: 24px !important;
    }

    .member-side-text {
        font-size: 14px !important;
    }

    .member-side-list li {
        font-size: 14px !important;
    }

    .member-side-cta {
        font-size: 14px !important;
        padding: 10px 18px !important;
    }

    .member-detail-top {
        font-size: 24px !important;
    }

    .member-detail-sub {
        font-size: 11px !important;
    }

    .member-detail-check {
        font-size: 14px !important;
    }

    .member-detail p {
        font-size: 13px !important;
    }
}

@media (max-width: 767px) {
    .member-side-title {
        font-size: 22px !important;
    }

    .member-side-text {
        font-size: 13px !important;
    }

    .member-side-list li {
        font-size: 13px !important;
    }

    .member-side-cta {
        font-size: 13px !important;
        padding: 9px 16px !important;
    }

    .member-detail-top {
        font-size: 22px !important;
    }

    .member-detail-sub {
        font-size: 10px !important;
    }

    .member-detail-check {
        font-size: 13px !important;
    }

    .member-detail p {
        font-size: 12px !important;
    }
}

/* Targeted CTA sizing for the two "Mehr erfahren" buttons */
.mc-cta {
    font-size: 19px !important;
    padding: 14px 26px !important;
}

@media (max-width: 991px) {
    .mc-cta {
        font-size: 17px !important;
        padding: 13px 24px !important;
    }
}

@media (max-width: 767px) {
    .mc-cta {
        font-size: 16px !important;
        padding: 12px 22px !important;
    }
}

/* Final override: match button sizing for FÜR WEN + MemberClub Services */
.member-services-section .button-2,
.services1 .services1-intro .button-2 {
    font-size: 14px !important;
    padding: 10px 18px !important;
}

@media (max-width: 1199px) {
    .member-services-section .button-2,
    .services1 .services1-intro .button-2 {
        font-size: 13px !important;
        padding: 9px 16px !important;
    }
}

@media (max-width: 991px) {
    .member-services-section .button-2,
    .services1 .services1-intro .button-2 {
        font-size: 12px !important;
        padding: 8px 14px !important;
    }
}

@media (max-width: 767px) {
    .member-services-section .button-2,
    .services1 .services1-intro .button-2 {
        font-size: 11px !important;
        padding: 7px 12px !important;
    }
}

/* Force equal responsive sizing for FÜR WEN and MemberClub Services blocks */
.services1 .services1-intro .section-subtitle,
.member-services-section .section-subtitle {
    font-size: 16px;
}

.services1 .services1-intro .section-title,
.member-services-section .section-title,
.member-services-section .section-title span {
    font-size: 48px;
    line-height: 1.15;
}

.services1 .services1-intro p,
.member-services-section p {
    font-size: 18px;
    line-height: 1.7;
}

.services1 .services1-intro .button-2,
.member-services-section .button-2 {
    font-size: 14px;
    padding: 10px 18px;
}

@media (max-width: 1199px) {
    .services1 .services1-intro .section-subtitle,
    .member-services-section .section-subtitle {
        font-size: 14px;
    }

    .services1 .services1-intro .section-title,
    .member-services-section .section-title,
    .member-services-section .section-title span {
        font-size: 40px;
    }

    .services1 .services1-intro p,
    .member-services-section p {
        font-size: 16px;
    }

    .services1 .services1-intro .button-2,
    .member-services-section .button-2 {
        font-size: 13px;
        padding: 9px 16px;
    }
}

@media (max-width: 991px) {
    .services1 .services1-intro .section-title,
    .member-services-section .section-title,
    .member-services-section .section-title span {
        font-size: 34px;
    }

    .services1 .services1-intro .button-2,
    .member-services-section .button-2 {
        font-size: 12px;
        padding: 8px 14px;
    }
}

@media (max-width: 767px) {
    .services1 .services1-intro .section-subtitle,
    .member-services-section .section-subtitle {
        font-size: 12px;
    }

    .services1 .services1-intro .section-title,
    .member-services-section .section-title,
    .member-services-section .section-title span {
        font-size: 28px;
    }

    .services1 .services1-intro p,
    .member-services-section p {
        font-size: 14px;
    }

    .services1 .services1-intro .button-2,
    .member-services-section .button-2 {
        font-size: 11px;
        padding: 7px 12px;
    }
}
/* Unified responsive sizing for "FÜR WEN" and "MemberClub Services" blocks */
.member-services-section .section-subtitle,
.services1-intro .section-subtitle {
    font-size: 16px;
}

.member-services-section .section-title,
.member-services-section .section-title span,
.services1-intro .section-title {
    font-size: 48px;
    line-height: 1.15;
}

.member-services-section p,
.services1-intro p {
    font-size: 18px;
    line-height: 1.7;
}

.member-services-section .button-2,
.services1-intro .button-2 {
    font-size: 16px;
    padding: 12px 22px;
}

@media (max-width: 1199px) {
    .member-services-section .section-subtitle,
    .services1-intro .section-subtitle {
        font-size: 14px;
    }

    .member-services-section .section-title,
    .member-services-section .section-title span,
    .services1-intro .section-title {
        font-size: 40px;
    }

    .member-services-section p,
    .services1-intro p {
        font-size: 16px;
    }

    .member-services-section .button-2,
    .services1-intro .button-2 {
        font-size: 15px;
        padding: 11px 20px;
    }
}

@media (max-width: 991px) {
    .member-services-section .section-title,
    .member-services-section .section-title span,
    .services1-intro .section-title {
        font-size: 34px;
    }

    .member-services-section .button-2,
    .services1-intro .button-2 {
        font-size: 14px;
        padding: 10px 18px;
    }
}

@media (max-width: 767px) {
    .member-services-section .section-subtitle,
    .services1-intro .section-subtitle {
        font-size: 12px;
    }

    .member-services-section .section-title,
    .member-services-section .section-title span,
    .services1-intro .section-title {
        font-size: 28px;
    }

    .member-services-section p,
    .services1-intro p {
        font-size: 14px;
    }

    .member-services-section .button-2,
    .services1-intro .button-2 {
        font-size: 13px;
        padding: 9px 16px;
    }
}

@media (max-width: 767px) {
    .membership-form-card {
        padding: 24px;
    }
}


/* Final sync: F?R WEN + MemberClub Services (responsive, identical) */
body.member-home .services1-intro .section-subtitle,
body.member-home .member-services-section .section-subtitle {
    font-size: 16px !important;
    line-height: 1.2 !important;
}

body.member-home .services1-intro .section-title,
body.member-home .member-services-section .section-title,
body.member-home .member-services-section .section-title span {
    font-size: 48px !important;
    line-height: 1.15 !important;
}

body.member-home .services1-intro p,
body.member-home .member-services-section p {
    font-size: 18px !important;
    line-height: 1.7 !important;
}

body.member-home .services1-intro .button-2,
body.member-home .member-services-section .button-2 {
    font-size: 16px !important;
    padding: 12px 22px !important;
}

@media (max-width: 1199px) {
    body.member-home .services1-intro .section-subtitle,
    body.member-home .member-services-section .section-subtitle {
        font-size: 14px !important;
    }

    body.member-home .services1-intro .section-title,
    body.member-home .member-services-section .section-title,
    body.member-home .member-services-section .section-title span {
        font-size: 40px !important;
    }

    body.member-home .services1-intro p,
    body.member-home .member-services-section p {
        font-size: 16px !important;
    }

    body.member-home .services1-intro .button-2,
    body.member-home .member-services-section .button-2 {
        font-size: 15px !important;
        padding: 11px 20px !important;
    }
}

@media (max-width: 991px) {
    body.member-home .services1-intro .section-title,
    body.member-home .member-services-section .section-title,
    body.member-home .member-services-section .section-title span {
        font-size: 34px !important;
    }

    body.member-home .services1-intro .button-2,
    body.member-home .member-services-section .button-2 {
        font-size: 14px !important;
        padding: 10px 18px !important;
    }
}

@media (max-width: 767px) {
    body.member-home .services1-intro .section-subtitle,
    body.member-home .member-services-section .section-subtitle {
        font-size: 12px !important;
    }

    body.member-home .services1-intro .section-title,
    body.member-home .member-services-section .section-title,
    body.member-home .member-services-section .section-title span {
        font-size: 26px !important;
    }

    body.member-home .services1-intro p,
    body.member-home .member-services-section p {
        font-size: 14px !important;
    }

    body.member-home .services1-intro .button-2,
    body.member-home .member-services-section .button-2 {
        font-size: 14px !important;
        padding: 10px 18px !important;
    }
}

/* Final logo sizing overrides (tablet + mobile) */
@media (max-width: 991px) {
    .member-theme .logo-img {
        width: 70px !important;
    }
}

@media (max-width: 767px) {
    .member-theme .logo-img {
        width: 60px !important;
    }
}

/* Ensure close (X) button is visible on tablet + mobile menu */
@media (max-width: 991px) {
    .member-theme .navbar .mobile-close {
        display: flex !important;
        align-items: center;
        justify-content: center;
        position: absolute;
        top: 16px;
        right: 16px;
        z-index: 1001;
        width: 40px;
        height: 40px;
        border-radius: 50%;
        border: 1px solid rgba(255, 255, 255, 0.35);
        background: rgba(11, 27, 43, 0.25);
        color: #ffffff !important;
        font-size: 0;
        line-height: 1;
    }

    .member-theme .navbar .mobile-close::before {
        content: "×";
        font-size: 24px;
        line-height: 1;
        font-weight: 700;
        font-family: Arial, sans-serif;
        color: #ffffff;
    }

    .member-theme .navbar .mobile-close:hover,
    .member-theme .navbar .mobile-close:focus {
        background: rgba(11, 27, 43, 0.25);
        color: #ffffff;
        border-color: rgba(255, 255, 255, 0.6);
    }

    .member-theme .navbar .mobile-close:hover::before,
    .member-theme .navbar .mobile-close:focus::before {
        color: var(--member-gold);
    }
}

/* Mobile full-bleed hero (fix right gap on member pages) */
@media (max-width: 767px) {
    html, body {
        width: 100%;
        overflow-x: hidden;
    }

    body.member-theme .banner-header {
        width: 100vw;
        margin-left: calc(50% - 50vw);
        margin-right: calc(50% - 50vw);
    }
}

/* Privacy page cards */
.privacy-hero {
    background: #0b1b2b;
    color: #ffffff;
}

.privacy-hero .member-kicker {
    color: var(--member-gold);
    letter-spacing: 0.28em;
    text-transform: uppercase;
}

.privacy-title {
    font-size: 44px;
    color: #ffffff;
    margin-bottom: 12px;
}

.privacy-lead {
    color: #d7e0ea;
    max-width: 820px;
    font-size: 16px;
    line-height: 1.7;
}

.privacy-card {
    height: 100%;
    background: #ffffff;
    border: 1px solid #ece2d0;
    border-radius: 16px;
    padding: 24px;
    box-shadow: 0 18px 34px rgba(17, 17, 17, 0.06);
}

.privacy-card h3 {
    font-size: 22px;
    margin-bottom: 10px;
    color: #0b1b2b;
}

.privacy-card h4 {
    font-size: 13px;
    margin-top: 16px;
    margin-bottom: 6px;
    color: var(--member-gold);
    text-transform: uppercase;
    letter-spacing: 0.1em;
}

.privacy-card p {
    font-size: 15px;
    line-height: 1.7;
    color: #3b3b3b;
}

.privacy-list {
    padding-left: 18px;
    margin: 10px 0 0;
}

.privacy-list li {
    margin-bottom: 6px;
    font-size: 15px;
    line-height: 1.6;
    color: #3b3b3b;
}

.privacy-meta {
    font-size: 13px;
    color: #6b6b6b;
    margin-top: 12px;
}

@media (max-width: 991px) {
    .privacy-title {
        font-size: 36px;
    }
    .privacy-page .banner-header .caption h1 {
        font-size: 38px;
    }
}

@media (max-width: 767px) {
    .privacy-title {
        font-size: 30px;
    }
    .privacy-page .banner-header {
        min-height: 45vh;
    }
    .privacy-page .banner-header .caption h1 {
        font-size: 30px;
    }
    .privacy-page .banner-header .caption h6 {
        font-size: 12px;
        letter-spacing: 0.18em;
    }
    .privacy-card {
        padding: 20px;
    }
    .privacy-card p,
    .privacy-list li {
        font-size: 14px;
    }
}

@media (max-width: 991px) {
    .privacy-page .banner-header .caption h1 {
        font-size: 36px;
    }
}

@media (max-width: 767px) {
    .privacy-page .banner-header .caption h1 {
        font-size: 28px;
    }
}
