/********** Template CSS **********/
:root {
    --primary: #c89b5b;
    --secondary: #10233f;
    --light: #f4f6f8;
    --dark: #101820;
    --surface: #ffffff;
    --muted: #667085;
    --radius: 18px;
    --shadow-sm: 0 10px 30px rgba(16, 24, 32, .08);
    --shadow-lg: 0 24px 70px rgba(16, 24, 32, .16);
}

/*** Booking confirmation ***/
.booking-success {
    padding: clamp(85px, 10vw, 150px) 0;
    background: radial-gradient(circle at 50% 0, rgba(200, 155, 91, .14), transparent 34%), #f4f5f7;
}

.booking-success-card {
    max-width: 850px;
    margin: 0 auto;
    padding: clamp(40px, 7vw, 85px);
    text-align: center;
    border-top: 3px solid var(--primary);
    background: #fff;
    box-shadow: 0 30px 80px rgba(10, 15, 22, .1);
}

.booking-success-icon {
    display: grid;
    width: 68px;
    height: 68px;
    margin: 0 auto 28px;
    place-items: center;
    color: #fff;
    border-radius: 50%;
    background: var(--primary);
}

.booking-success-card h1 {
    max-width: 650px;
    margin: 0 auto 22px;
    font-size: clamp(38px, 6vw, 70px);
    letter-spacing: -.055em;
    line-height: .98;
}

.booking-success-card > p:not(.eyebrow) {
    max-width: 610px;
    margin: 0 auto 36px;
    color: #6f7782;
    line-height: 1.8;
}

.booking-success-card dl {
    display: grid;
    margin: 0 0 40px;
    grid-template-columns: repeat(4, 1fr);
    border-top: 1px solid var(--line);
    border-bottom: 1px solid var(--line);
}

.booking-success-card dl div {
    padding: 24px 12px;
    border-right: 1px solid var(--line);
}

.booking-success-card dl div:last-child {
    border-right: 0;
}

.booking-success-card dt {
    margin-bottom: 7px;
    color: #959ca6;
    font-size: 9px;
    letter-spacing: .12em;
    text-transform: uppercase;
}

.booking-success-card dd {
    margin: 0;
    color: var(--dark);
    font-weight: 700;
}

@media (max-width: 767.98px) {
    .booking-success-card dl {
        grid-template-columns: 1fr 1fr;
    }

    .booking-success-card dl div:nth-child(2) {
        border-right: 0;
    }

    .booking-success-card dl div:nth-child(-n+2) {
        border-bottom: 1px solid var(--line);
    }
}

body {
    color: var(--dark);
    background: #fff;
    font-family: "Manrope", sans-serif;
    -webkit-font-smoothing: antialiased;
}

h1, h2, h3, h4, h5, h6,
.navbar-brand {
    font-family: "Space Grotesk", sans-serif;
    letter-spacing: -.025em;
}

.fw-medium {
    font-weight: 600 !important;
}

.back-to-top {
    position: fixed;
    display: none;
    right: 45px;
    bottom: 45px;
    z-index: 99;
}


/*** Spinner ***/
#spinner {
    opacity: 0;
    visibility: hidden;
    transition: opacity .5s ease-out, visibility 0s linear .5s;
    z-index: 99999;
}

#spinner.show {
    transition: opacity .5s ease-out, visibility 0s linear 0s;
    visibility: visible;
    opacity: 1;
}


/*** Button ***/
.btn {
    font-weight: 500;
    text-transform: uppercase;
    transition: .5s;
}

.btn.btn-primary,
.btn.btn-secondary {
    color: #FFFFFF;
}

.btn-square {
    width: 38px;
    height: 38px;
}

.btn-sm-square {
    width: 32px;
    height: 32px;
}

.btn-lg-square {
    width: 48px;
    height: 48px;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
    border-radius: 2px;
}


/*** Navbar ***/
.navbar .dropdown-toggle::after {
    border: none;
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    vertical-align: middle;
    margin-left: 8px;
}

.navbar-light .navbar-nav .nav-link {
    margin-right: 30px;
    padding: 25px 0;
    color: #FFFFFF;
    font-size: 15px;
    text-transform: uppercase;
    outline: none;
}

.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link.active {
    color: var(--primary);
}

@media (max-width: 991.98px) {
    .navbar-light .navbar-nav .nav-link  {
        margin-right: 0;
        padding: 10px 0;
    }

    .navbar-light .navbar-nav {
        border-top: 1px solid #EEEEEE;
    }
}

/*** Signature home hero ***/
.home-hero {
    position: relative;
    min-height: 760px;
    overflow: hidden;
    color: #fff;
    background: var(--dark);
}

.home-hero-media {
    position: absolute;
    inset: 0 0 0 43%;
    background: linear-gradient(90deg, var(--dark) 0%, rgba(10, 15, 22, .24) 55%, rgba(10, 15, 22, .08)), url(../img/carousel-bg-1.jpg) center/cover;
    filter: saturate(.82) contrast(1.08);
}

.home-hero::before {
    position: absolute;
    inset: 0;
    z-index: 1;
    content: "";
    background: linear-gradient(90deg, var(--dark) 0%, var(--dark) 36%, rgba(10, 15, 22, .74) 56%, rgba(10, 15, 22, .25) 100%);
}

.home-hero::after {
    position: absolute;
    top: -20%;
    left: 36%;
    z-index: 1;
    width: 1px;
    height: 145%;
    content: "";
    background: rgba(255, 255, 255, .1);
    transform: rotate(14deg);
}

.home-hero-grid {
    position: absolute;
    inset: 0;
    z-index: 2;
    opacity: .14;
    background-image: linear-gradient(rgba(255,255,255,.12) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.12) 1px, transparent 1px);
    background-size: 80px 80px;
    mask-image: linear-gradient(90deg, #000, transparent 65%);
}

.home-hero .container {
    z-index: 3;
}

.min-vh-hero {
    min-height: 760px;
}

.hero-eyebrow {
    display: flex;
    margin-bottom: 35px;
    align-items: center;
    gap: 18px;
}

.hero-eyebrow > span {
    display: grid;
    width: 42px;
    height: 42px;
    place-items: center;
    color: #fff;
    border: 1px solid rgba(255, 255, 255, .2);
    border-radius: 50%;
    font-size: 10px;
    font-weight: 800;
}

.hero-eyebrow p {
    margin: 0;
    color: rgba(255, 255, 255, .55);
    font-size: 10px;
    font-weight: 700;
    letter-spacing: .16em;
    line-height: 1.7;
    text-transform: uppercase;
}

.hero-title {
    max-width: 820px;
    margin-bottom: 28px;
    color: #fff;
    font-size: clamp(58px, 7.2vw, 112px);
    font-weight: 700;
    letter-spacing: -.065em;
    line-height: .86;
}

.hero-title em {
    color: transparent;
    -webkit-text-stroke: 1px rgba(255, 255, 255, .45);
    font-style: normal;
}

.hero-copy {
    max-width: 600px;
    margin-bottom: 38px;
    color: rgba(255, 255, 255, .64);
    font-size: 16px;
    line-height: 1.8;
}

.hero-actions {
    display: flex;
    align-items: center;
    gap: 32px;
}

.hero-primary {
    display: inline-flex;
    min-height: 60px;
    padding: 0 26px;
    align-items: center;
    gap: 24px;
    color: #fff;
    background: var(--primary);
    font-size: 11px;
    font-weight: 800;
    letter-spacing: .1em;
    text-transform: uppercase;
}

.hero-primary:hover {
    color: #fff;
    background: #ad8043;
}

.hero-primary i {
    transition: transform .25s ease;
}

.hero-primary:hover i {
    transform: translateX(5px);
}

.hero-secondary {
    display: flex;
    align-items: center;
    gap: 13px;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
}

.hero-secondary:hover {
    color: var(--primary);
}

.hero-secondary > i {
    display: grid;
    width: 44px;
    height: 44px;
    place-items: center;
    border: 1px solid rgba(255, 255, 255, .18);
    border-radius: 50%;
    font-size: 13px;
}

.hero-secondary span {
    display: flex;
    flex-direction: column;
}

.hero-secondary small {
    margin-bottom: 4px;
    color: rgba(255, 255, 255, .43);
    font-size: 9px;
    letter-spacing: .09em;
    text-transform: uppercase;
}

.hero-proof {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 4;
    display: grid;
    grid-template-columns: repeat(3, 150px);
    background: rgba(10, 15, 22, .88);
    backdrop-filter: blur(18px);
}

.hero-proof > div {
    display: flex;
    min-height: 116px;
    padding: 24px;
    align-items: center;
    gap: 12px;
    border-left: 1px solid rgba(255, 255, 255, .1);
}

.hero-proof strong {
    color: #fff;
    font-family: "Space Grotesk", sans-serif;
    font-size: 27px;
}

.hero-proof span {
    color: rgba(255, 255, 255, .48);
    font-size: 9px;
    font-weight: 700;
    letter-spacing: .07em;
    line-height: 1.5;
    text-transform: uppercase;
}

.hero-scroll {
    position: absolute;
    bottom: 34px;
    left: 38px;
    z-index: 4;
    display: flex;
    align-items: center;
    gap: 14px;
    color: rgba(255, 255, 255, .45);
    font-size: 9px;
    font-weight: 700;
    letter-spacing: .14em;
    text-transform: uppercase;
}

.hero-scroll:hover {
    color: #fff;
}

.trust-rail {
    padding: 95px 0;
    background: #fff;
}

.trust-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    border-top: 1px solid var(--line);
    border-bottom: 1px solid var(--line);
}

.trust-item {
    position: relative;
    min-height: 390px;
    padding: 50px 42px;
    border-right: 1px solid var(--line);
    transition: background .3s ease, transform .3s ease;
}

.trust-item:last-child {
    border-right: 0;
}

.trust-item:hover {
    z-index: 1;
    background: var(--light);
    transform: translateY(-8px);
}

.trust-number {
    position: absolute;
    top: 24px;
    right: 25px;
    color: #c6cbd1;
    font-family: "Space Grotesk", sans-serif;
    font-size: 11px;
    letter-spacing: .12em;
}

.trust-icon {
    display: grid;
    width: 58px;
    height: 58px;
    margin-bottom: 58px;
    place-items: center;
    color: var(--primary);
    border: 1px solid rgba(200, 155, 91, .2);
    border-radius: 50%;
    background: rgba(200, 155, 91, .06);
    font-size: 20px;
}

.trust-item h3 {
    margin-bottom: 18px;
    font-size: 29px;
    line-height: 1.05;
}

.trust-item p {
    max-width: 310px;
    margin: 0;
    color: var(--muted);
    font-size: 14px;
    line-height: 1.8;
}

@media (max-width: 991.98px) {
    .home-hero,
    .min-vh-hero {
        min-height: 690px;
    }

    .home-hero-media {
        inset: 0;
        opacity: .52;
    }

    .home-hero::before {
        background: linear-gradient(90deg, rgba(10, 15, 22, .98), rgba(10, 15, 22, .67));
    }

    .hero-title {
        font-size: clamp(56px, 11vw, 86px);
    }

    .hero-proof,
    .hero-scroll {
        display: none;
    }

    .trust-grid {
        grid-template-columns: 1fr;
    }

    .trust-item {
        min-height: 0;
        border-right: 0;
        border-bottom: 1px solid var(--line);
    }
}

@media (max-width: 575.98px) {
    .home-hero,
    .min-vh-hero {
        min-height: 650px;
    }

    .hero-title {
        font-size: 52px;
    }

    .hero-actions {
        align-items: flex-start;
        flex-direction: column;
        gap: 22px;
    }

    .trust-rail {
        padding: 55px 0;
    }

    .trust-item {
        padding: 38px 28px;
    }

    .trust-icon {
        margin-bottom: 36px;
    }
}

/*** Signature service modules ***/
.signature-services {
    padding: 120px 0;
    color: #fff;
    background: var(--dark);
}

.section-index {
    display: inline-block;
    margin-bottom: 24px;
    color: var(--primary);
    font-size: 10px;
    font-weight: 800;
    letter-spacing: .17em;
    text-transform: uppercase;
}

.signature-heading {
    display: grid;
    margin-bottom: 72px;
    grid-template-columns: 1.5fr .7fr;
    align-items: end;
    gap: 60px;
}

.signature-heading h2,
.workshop-story-content h2,
.booking-band h2 {
    margin: 0;
    color: inherit;
    font-size: clamp(45px, 5.2vw, 76px);
    letter-spacing: -.06em;
    line-height: .96;
}

.signature-heading h2 em,
.workshop-story-content h2 em {
    color: transparent;
    -webkit-text-stroke: 1px rgba(255, 255, 255, .34);
    font-style: normal;
}

.signature-heading-aside p {
    margin-bottom: 24px;
    color: rgba(255, 255, 255, .52);
    font-size: 14px;
    line-height: 1.8;
}

.signature-heading-aside a,
.story-link {
    display: inline-flex;
    padding-bottom: 8px;
    align-items: center;
    gap: 16px;
    color: #fff;
    border-bottom: 1px solid rgba(255, 255, 255, .25);
    font-size: 10px;
    font-weight: 800;
    letter-spacing: .1em;
    text-transform: uppercase;
}

.signature-service-list {
    border-top: 1px solid rgba(255, 255, 255, .12);
}

.signature-service {
    display: grid;
    min-height: 165px;
    padding: 27px 22px;
    grid-template-columns: 100px 90px 1fr 55px;
    align-items: center;
    color: #fff;
    border-bottom: 1px solid rgba(255, 255, 255, .12);
    transition: color .3s ease, background .3s ease, padding .3s ease;
}

.signature-service:hover {
    padding-right: 32px;
    padding-left: 32px;
    color: var(--dark);
    background: #fff;
}

.service-code {
    color: rgba(255, 255, 255, .32);
    font-size: 9px;
    font-weight: 800;
    letter-spacing: .13em;
}

.signature-service:hover .service-code {
    color: #9aa0a8;
}

.service-symbol {
    display: grid;
    width: 54px;
    height: 54px;
    place-items: center;
    color: var(--primary);
    border: 1px solid rgba(200, 155, 91, .25);
    border-radius: 50%;
    font-size: 18px;
}

.service-name {
    display: flex;
    align-items: center;
    gap: 70px;
}

.service-name h3 {
    min-width: 290px;
    margin: 0;
    color: inherit;
    font-size: 30px;
    line-height: 1;
}

.service-name p {
    max-width: 420px;
    margin: 0;
    color: rgba(255, 255, 255, .43);
    font-size: 13px;
    line-height: 1.7;
}

.signature-service:hover .service-name p {
    color: #6b737d;
}

.service-arrow {
    display: grid;
    width: 46px;
    height: 46px;
    place-items: center;
    border: 1px solid rgba(255, 255, 255, .18);
    border-radius: 50%;
    transform: rotate(45deg);
}

.signature-service:hover .service-arrow {
    border-color: var(--line);
}

.workshop-story {
    display: grid;
    min-height: 720px;
    grid-template-columns: 1fr 1fr;
    background: #f2f3f4;
}

.workshop-story-image {
    position: relative;
    min-height: 600px;
    overflow: hidden;
}

.workshop-story-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: saturate(.8);
}

.story-image-tag {
    position: absolute;
    right: 0;
    bottom: 0;
    padding: 18px 28px;
    color: #fff;
    background: var(--primary);
    font-size: 9px;
    font-weight: 800;
    letter-spacing: .16em;
    text-transform: uppercase;
}

.workshop-story-content {
    display: flex;
    padding: 90px clamp(45px, 7vw, 120px);
    flex-direction: column;
    justify-content: center;
    color: var(--dark);
}

.workshop-story-content h2 em {
    -webkit-text-stroke-color: rgba(10, 15, 22, .35);
}

.workshop-story-content > p {
    max-width: 600px;
    margin: 32px 0 38px;
    color: var(--muted);
    line-height: 1.85;
}

.story-steps {
    margin-bottom: 38px;
    border-top: 1px solid var(--line);
}

.story-steps > div {
    display: grid;
    padding: 17px 0;
    grid-template-columns: 45px 105px 1fr;
    align-items: center;
    border-bottom: 1px solid var(--line);
}

.story-steps span,
.story-steps small {
    color: #8d949d;
    font-size: 10px;
    letter-spacing: .06em;
}

.story-steps strong {
    font-size: 13px;
}

.story-link {
    align-self: flex-start;
    color: var(--dark);
    border-color: rgba(10, 15, 22, .25);
}

.booking-band {
    position: relative;
    overflow: hidden;
    padding: 115px 0 100px;
    color: #fff;
    background: var(--primary);
}

.booking-band-track {
    position: absolute;
    top: -45px;
    left: -30px;
    color: rgba(255, 255, 255, .08);
    font-family: "Space Grotesk", sans-serif;
    font-size: 150px;
    font-weight: 700;
    letter-spacing: -.06em;
    white-space: nowrap;
}

.booking-band-content {
    display: grid;
    grid-template-columns: 1.35fr .65fr;
    align-items: end;
    gap: 80px;
}

.booking-band-content > .section-index {
    position: absolute;
    top: -35px;
    opacity: .7;
}

.booking-band h2 {
    color: #fff;
}

.booking-band-content p {
    color: rgba(255, 255, 255, .72);
    font-size: 14px;
    line-height: 1.8;
}

.booking-band-content a {
    display: inline-flex;
    min-height: 58px;
    margin-top: 14px;
    padding: 0 24px;
    align-items: center;
    gap: 24px;
    color: #fff;
    border: 1px solid rgba(255, 255, 255, .45);
    font-size: 10px;
    font-weight: 800;
    letter-spacing: .1em;
    text-transform: uppercase;
}

.booking-band-content a:hover {
    color: var(--dark);
    background: #fff;
}

@media (max-width: 991.98px) {
    .signature-heading,
    .booking-band-content {
        grid-template-columns: 1fr;
        gap: 35px;
    }

    .signature-service {
        grid-template-columns: 70px 75px 1fr 46px;
    }

    .service-name {
        display: block;
    }

    .service-name h3 {
        min-width: 0;
        margin-bottom: 10px;
    }

    .workshop-story {
        grid-template-columns: 1fr;
    }

    .workshop-story-image {
        min-height: 520px;
    }
}

@media (max-width: 575.98px) {
    .signature-services {
        padding: 75px 0;
    }

    .signature-heading {
        margin-bottom: 50px;
    }

    .signature-service {
        min-height: 0;
        padding: 30px 8px;
        grid-template-columns: 55px 1fr 40px;
    }

    .service-code {
        display: none;
    }

    .service-symbol {
        width: 42px;
        height: 42px;
    }

    .service-name h3 {
        font-size: 23px;
    }

    .service-name p {
        display: none;
    }

    .service-arrow {
        width: 38px;
        height: 38px;
    }

    .workshop-story-image {
        min-height: 390px;
    }

    .workshop-story-content {
        padding: 65px 25px;
    }

    .story-steps > div {
        grid-template-columns: 36px 90px 1fr;
    }

    .booking-band {
        padding: 95px 0 75px;
    }
}

.navbar-light .navbar-brand,
.navbar-light a.btn {
    height: 75px;
}

.navbar-light .navbar-nav .nav-link {
    color: var(--dark);
    font-weight: 500;
}

.navbar-light.sticky-top {
    top: -100px;
    transition: .5s;
}

@media (min-width: 992px) {
    .navbar .nav-item .dropdown-menu {
        display: block;
        border: none;
        margin-top: 0;
        top: 150%;
        opacity: 0;
        visibility: hidden;
        transition: .5s;
    }

    .navbar .nav-item:hover .dropdown-menu {
        top: 100%;
        visibility: visible;
        transition: .5s;
        opacity: 1;
    }
}


/*** Header ***/
.carousel-caption {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, .7);
    z-index: 1;
}

.carousel-control-prev,
.carousel-control-next {
    width: 10%;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    width: 3rem;
    height: 3rem;
}

@media (max-width: 768px) {
    #header-carousel .carousel-item {
        position: relative;
        min-height: 450px;
    }
    
    #header-carousel .carousel-item img {
        position: absolute;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
}

.page-header {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.page-header-inner {
    background: rgba(0, 0, 0, .7);
}

.breadcrumb-item + .breadcrumb-item::before {
    color: var(--light);
}


/*** Facts ***/
.fact {
    background: linear-gradient(rgba(0, 0, 0, .7), rgba(0, 0, 0, .7)), url(../img/carousel-bg-1.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}


/*** Service ***/
.service .nav .nav-link {
    background: var(--light);
    transition: .5s;
}

.service .nav .nav-link.active {
    background: var(--primary);
}

.service .nav .nav-link.active h4 {
    color: #FFFFFF !important;
}


/*** Booking ***/
.booking {
    background: linear-gradient(rgba(0, 0, 0, .7), rgba(0, 0, 0, .7)), url(../img/carousel-bg-2.jpg) center center no-repeat;
    background-size: cover;
}

.bootstrap-datetimepicker-widget.bottom {
    top: auto !important;
}

.bootstrap-datetimepicker-widget .table * {
    border-bottom-width: 0px;
}

.bootstrap-datetimepicker-widget .table th {
    font-weight: 500;
}

.bootstrap-datetimepicker-widget.dropdown-menu {
    padding: 10px;
    border-radius: 2px;
}

.bootstrap-datetimepicker-widget table td.active,
.bootstrap-datetimepicker-widget table td.active:hover {
    background: var(--primary);
}

.bootstrap-datetimepicker-widget table td.today::before {
    border-bottom-color: var(--primary);
}


/*** Team ***/
.team-item .team-overlay {
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--primary);
    transform: scale(0);
    transition: .5s;
}

.team-item:hover .team-overlay {
    transform: scale(1);
}

.team-item .team-overlay .btn {
    color: var(--primary);
    background: #FFFFFF;
}

.team-item .team-overlay .btn:hover {
    color: #FFFFFF;
    background: var(--secondary)
}


/*** Testimonial ***/
.testimonial-item {
    padding-top: 8px;
}

.testimonial-quote {
    display: flex;
    width: 62px;
    height: 62px;
    align-items: center;
    justify-content: center;
    color: var(--primary);
    border: 1px solid rgba(200, 155, 91, .16);
    border-radius: 50%;
    background: rgba(200, 155, 91, .08);
    font-size: 22px;
}

.testimonial-rating {
    display: flex;
    justify-content: center;
    gap: 4px;
    color: #f4b400;
    font-size: 13px;
}

.testimonial-item > p {
    min-height: 24px;
    color: var(--muted);
    font-size: 13px;
}

.testimonial-carousel .owl-item .testimonial-text,
.testimonial-carousel .owl-item.center .testimonial-text * {
    transition: .5s;
}

.testimonial-carousel .owl-item.center .testimonial-text {
    background: var(--dark) !important;
}

.testimonial-carousel .owl-item.center .testimonial-text * {
    color: #FFFFFF !important;
}

.testimonial-carousel .owl-dots {
    margin-top: 24px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
}

.testimonial-carousel .owl-dot {
    position: relative;
    display: inline-block;
    margin: 0 5px;
    width: 28px;
    height: 3px;
    border: 0;
    background: #d9dde2;
    transition: .5s;
}

.testimonial-carousel .owl-dot.active {
    background: var(--primary);
    border-color: var(--primary);
}

.testimonial-item {
    text-align: left !important;
}

.testimonial-quote {
    display: grid;
    width: 42px;
    height: 42px;
    margin-right: 0 !important;
    margin-left: 0 !important;
    place-items: center;
    color: var(--primary);
    border: 1px solid rgba(200, 155, 91, .3);
    border-radius: 50%;
}

.testimonial-rating {
    color: var(--primary);
    font-size: 11px;
    letter-spacing: 4px;
}

.testimonial-text {
    min-height: 158px;
    text-align: left !important;
    border-top: 2px solid var(--primary);
    background: #f4f5f7 !important;
}


/*** Footer ***/
.footer {
    background: linear-gradient(rgba(0, 0, 0, .9), rgba(0, 0, 0, .9)), url(../img/carousel-bg-1.jpg) center center no-repeat;
    background-size: cover;
}

.footer .btn.btn-social {
    margin-right: 5px;
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--light);
    border: 1px solid #FFFFFF;
    border-radius: 35px;
    transition: .3s;
}

.footer .btn.btn-social:hover {
    color: var(--primary);
}

.footer .btn.btn-link {
    display: block;
    margin-bottom: 5px;
    padding: 0;
    text-align: left;
    color: #FFFFFF;
    font-size: 15px;
    font-weight: normal;
    text-transform: capitalize;
    transition: .3s;
}

.footer .btn.btn-link::before {
    position: relative;
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-right: 10px;
}

.footer .btn.btn-link:hover {
    letter-spacing: 1px;
    box-shadow: none;
}

.footer .copyright {
    padding: 25px 0;
    font-size: 15px;
    border-top: 1px solid rgba(256, 256, 256, .1);
}

.footer .copyright a {
    color: var(--light);
}

.footer .footer-menu a {
    margin-right: 15px;
    padding-right: 15px;
    border-right: 1px solid rgba(255, 255, 255, .3);
}

.footer .footer-menu a:last-child {
    margin-right: 0;
    padding-right: 0;
    border-right: none;
}


/*** Modern refresh ***/
.bg-light {
    background-color: var(--light) !important;
}

.text-primary {
    color: var(--primary) !important;
}

.btn {
    border-radius: 12px;
    letter-spacing: .035em;
}

.btn-primary {
    border-color: var(--primary);
    background: var(--primary);
    box-shadow: 0 10px 24px rgba(200, 155, 91, .22);
}

.btn-primary:hover,
.btn-primary:focus {
    border-color: #ad8043;
    background: #ad8043;
    box-shadow: 0 14px 30px rgba(200, 155, 91, .3);
    transform: translateY(-2px);
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
    border-radius: 50%;
}

.navbar {
    border-bottom: 1px solid rgba(16, 24, 32, .06);
    box-shadow: 0 8px 30px rgba(16, 24, 32, .06) !important;
}

.navbar-light .navbar-brand,
.navbar-light a.btn {
    height: 82px;
}

.navbar-light .navbar-nav .nav-link {
    position: relative;
    margin-right: 24px;
    padding: 29px 0;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: .055em;
}

.navbar-light .navbar-nav .nav-link::before {
    position: absolute;
    right: 0;
    bottom: 20px;
    left: 0;
    height: 2px;
    content: "";
    background: var(--primary);
    border-radius: 10px;
    transform: scaleX(0);
    transition: transform .25s ease;
}

.navbar-light .navbar-nav .nav-link:hover::before,
.navbar-light .navbar-nav .nav-link.active::before {
    transform: scaleX(1);
}

.navbar .dropdown-menu {
    padding: 10px;
    border: 1px solid rgba(16, 24, 32, .06) !important;
    border-radius: 14px;
    box-shadow: var(--shadow-sm);
}

.navbar .dropdown-item {
    padding: 10px 14px;
    border-radius: 8px;
    font-size: 14px;
}

.page-header {
    position: relative;
    min-height: 410px;
    overflow: hidden;
    border-radius: 0;
}

.page-header-inner {
    display: flex;
    min-height: 410px;
    align-items: flex-end;
    padding-bottom: 72px !important;
    background: linear-gradient(90deg, rgba(7, 11, 17, .98), rgba(7, 11, 17, .7) 58%, rgba(7, 11, 17, .3));
}

.page-header::after {
    position: absolute;
    right: 6%;
    bottom: -180px;
    width: 430px;
    height: 430px;
    content: "";
    border: 1px solid rgba(255, 255, 255, .12);
    border-radius: 50%;
    box-shadow: 0 0 0 65px rgba(255, 255, 255, .025), 0 0 0 130px rgba(255, 255, 255, .018);
}

.page-header .text-center {
    position: relative;
    z-index: 1;
    text-align: left !important;
}

.page-header h1 {
    max-width: 900px;
    margin-bottom: 22px !important;
    color: #fff;
    font-size: clamp(60px, 7vw, 105px);
    letter-spacing: -.065em;
    line-height: .9;
}

.page-header .breadcrumb {
    justify-content: flex-start !important;
    margin: 0;
}

.page-header .breadcrumb-item,
.page-header .breadcrumb-item a {
    color: rgba(255, 255, 255, .52);
    font-size: 9px;
    font-weight: 800;
    letter-spacing: .14em;
}

.page-header .breadcrumb-item.active {
    color: var(--primary) !important;
}

.carousel-caption {
    background: linear-gradient(90deg, rgba(7, 17, 31, .94), rgba(7, 17, 31, .48));
}

.service .nav .nav-link,
.team-item,
.testimonial-text,
.bootstrap-datetimepicker-widget.dropdown-menu {
    border-radius: var(--radius) !important;
}

.team-item,
.testimonial-text,
.service .nav .nav-link {
    overflow: hidden;
    box-shadow: var(--shadow-sm);
}

.form-control,
.form-select {
    min-height: 52px;
    border-radius: 12px;
}

.footer {
    border-radius: 32px 32px 0 0;
    background: linear-gradient(120deg, rgba(7, 17, 31, .98), rgba(16, 35, 63, .94)), url(../img/carousel-bg-1.jpg) center/cover;
}

.section-kicker {
    display: inline-block;
    margin-bottom: 12px;
    color: var(--primary);
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .16em;
    text-transform: uppercase;
}

/*** Gallery ***/
.gallery-hero {
    position: relative;
    overflow: hidden;
    padding: 120px 0 92px;
    background: linear-gradient(105deg, rgba(7, 17, 31, .96) 15%, rgba(7, 17, 31, .6)), url(../img/carousel-bg-1.jpg) center 58%/cover;
    border-radius: 0 0 36px 36px;
}

.gallery-hero::after {
    position: absolute;
    top: -120px;
    right: -80px;
    width: 360px;
    height: 360px;
    content: "";
    border: 70px solid rgba(200, 155, 91, .16);
    border-radius: 50%;
}

.gallery-hero-copy {
    max-width: 620px;
    color: rgba(255, 255, 255, .72);
    font-size: 18px;
    line-height: 1.75;
}

.gallery-proof {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1px;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, .16);
    border-radius: 18px;
    background: rgba(255, 255, 255, .12);
    backdrop-filter: blur(14px);
}

.gallery-proof div {
    display: flex;
    min-height: 130px;
    padding: 22px;
    flex-direction: column;
    justify-content: center;
    background: rgba(7, 17, 31, .28);
}

.gallery-proof strong {
    color: #fff;
    font-family: "Space Grotesk", sans-serif;
    font-size: 34px;
}

.gallery-proof span {
    color: rgba(255, 255, 255, .65);
    font-size: 12px;
}

.gallery-section {
    background: linear-gradient(180deg, #fff, #f7f8fa);
}

.gallery-intro {
    max-width: 460px;
    line-height: 1.8;
}

.gallery-grid {
    display: grid;
    grid-auto-rows: 245px;
    grid-template-columns: repeat(12, 1fr);
    gap: 18px;
}

.gallery-card {
    position: relative;
    grid-column: span 4;
    overflow: hidden;
    border-radius: var(--radius);
    background: var(--dark);
    box-shadow: var(--shadow-sm);
}

.gallery-card-1,
.gallery-card-5 {
    grid-column: span 7;
}

.gallery-card-2,
.gallery-card-6 {
    grid-column: span 5;
}

.gallery-card-1,
.gallery-card-2 {
    grid-row: span 2;
}

.gallery-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .6s cubic-bezier(.2, .7, .2, 1), opacity .4s ease;
}

.gallery-card-overlay {
    position: absolute;
    inset: 0;
    display: flex;
    padding: 24px;
    flex-direction: column;
    justify-content: flex-end;
    color: #fff;
    background: linear-gradient(180deg, transparent 35%, rgba(7, 17, 31, .88));
}

.gallery-card-overlay small {
    margin-bottom: 5px;
    color: rgba(255, 255, 255, .7);
    font-size: 11px;
    font-weight: 700;
    letter-spacing: .12em;
    text-transform: uppercase;
}

.gallery-card-overlay strong {
    padding-right: 36px;
    font-family: "Space Grotesk", sans-serif;
    font-size: 21px;
}

.gallery-card-overlay i {
    position: absolute;
    right: 22px;
    bottom: 24px;
    font-size: 20px;
    transition: transform .3s ease;
}

.gallery-card:hover img {
    opacity: .82;
    transform: scale(1.06);
}

.gallery-card:hover .gallery-card-overlay i {
    transform: translate(4px, -4px);
}

.gallery-cta {
    display: flex;
    padding: 34px 38px;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    border: 1px solid rgba(16, 24, 32, .07);
    border-radius: 22px;
    background: #fff;
    box-shadow: var(--shadow-sm);
}

.gallery-cta .btn {
    padding: 16px 25px;
    white-space: nowrap;
}

@media (max-width: 991.98px) {
    .navbar-light .navbar-nav .nav-link {
        padding: 11px 0;
    }

    .navbar-light .navbar-nav .nav-link::before {
        right: auto;
        bottom: 5px;
        width: 30px;
    }

    .gallery-hero {
        padding: 90px 0 70px;
    }

    .gallery-card,
    .gallery-card-1,
    .gallery-card-2,
    .gallery-card-5,
    .gallery-card-6 {
        grid-column: span 6;
        grid-row: span 1;
    }
}

@media (max-width: 575.98px) {
    .page-header,
    .gallery-hero,
    .footer {
        border-radius: 0;
    }

    .gallery-grid {
        display: block;
    }

    .gallery-card {
        display: block;
        height: 260px;
        margin-bottom: 16px;
    }

    .gallery-cta {
        padding: 26px;
        align-items: stretch;
        flex-direction: column;
    }
}


/*** Brand system & navigation ***/
:root {
    --primary: #c89b5b;
    --secondary: #131d2b;
    --dark: #0a0f16;
    --ink: #121821;
    --line: rgba(18, 24, 33, .1);
}

::selection {
    color: #fff;
    background: var(--primary);
}

.service-strip {
    position: relative;
    z-index: 1031;
    color: rgba(255, 255, 255, .64);
    background: var(--dark);
    font-size: 11px;
    font-weight: 600;
    letter-spacing: .035em;
}

.service-strip-inner,
.service-strip-group {
    display: flex;
    align-items: center;
}

.service-strip-inner {
    min-height: 38px;
    justify-content: space-between;
}

.service-strip-group {
    gap: 25px;
}

.service-strip a,
.service-strip span {
    color: inherit;
    transition: color .2s ease;
}

.service-strip a:hover {
    color: #fff;
}

.service-strip .fa,
.service-strip .far {
    margin-right: 7px;
    color: var(--primary);
}

.service-status {
    color: #fff !important;
    text-transform: uppercase;
}

.service-status > i {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-right: 8px;
    border-radius: 50%;
    background: #45d483;
    box-shadow: 0 0 0 4px rgba(69, 212, 131, .12);
}

.brand-nav {
    min-height: 86px;
    border-bottom: 1px solid var(--line);
    background: rgba(255, 255, 255, .94);
    box-shadow: 0 14px 40px rgba(10, 15, 22, .07) !important;
    backdrop-filter: blur(18px);
}

.brand-lockup {
    gap: 13px;
}

.brand-mark {
    position: relative;
    display: grid;
    width: 44px;
    height: 44px;
    place-items: center;
    overflow: hidden;
    color: #fff;
    background: var(--dark);
    clip-path: polygon(18% 0, 100% 0, 82% 100%, 0 100%);
}

.brand-mark::after {
    position: absolute;
    right: -8px;
    bottom: -13px;
    width: 31px;
    height: 31px;
    content: "";
    background: var(--primary);
    transform: rotate(30deg);
}

.brand-mark span {
    position: relative;
    z-index: 1;
    font-family: "Space Grotesk", sans-serif;
    font-size: 22px;
    font-weight: 700;
}

.brand-copy {
    display: flex;
    flex-direction: column;
    line-height: 1;
}

.brand-copy strong {
    color: var(--dark);
    font-family: "Space Grotesk", sans-serif;
    font-size: 19px;
    letter-spacing: .08em;
}

.brand-copy small {
    margin-top: 6px;
    color: #8a929d;
    font-size: 8px;
    font-weight: 800;
    letter-spacing: .25em;
    text-transform: uppercase;
}

.brand-nav.navbar-light .navbar-brand,
.brand-nav.navbar-light a.btn {
    height: auto;
}

.brand-nav.navbar-light .navbar-nav .nav-link {
    margin: 0 14px;
    padding: 32px 0 29px;
    color: #5a626e;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: .11em;
}

.brand-nav.navbar-light .navbar-nav .nav-link:hover,
.brand-nav.navbar-light .navbar-nav .nav-link.active {
    color: var(--dark);
}

.brand-nav.navbar-light .navbar-nav .nav-link::before {
    right: 50%;
    bottom: 20px;
    left: 50%;
    height: 3px;
    background: var(--primary);
    transform: none;
    transition: right .25s ease, left .25s ease;
}

.brand-nav.navbar-light .navbar-nav .nav-link:hover::before,
.brand-nav.navbar-light .navbar-nav .nav-link.active::before {
    right: 0;
    left: 0;
}

.nav-actions {
    height: 86px;
    align-items: center;
    margin-left: 16px;
}

.nav-whatsapp {
    display: grid;
    width: 46px;
    height: 46px;
    margin-right: 10px;
    place-items: center;
    color: #1fa855;
    border: 1px solid rgba(31, 168, 85, .22);
    border-radius: 50%;
    background: rgba(31, 168, 85, .07);
    font-size: 19px;
    transition: all .25s ease;
}

.nav-whatsapp:hover {
    color: #fff;
    background: #1fa855;
    transform: translateY(-2px);
}

.nav-booking {
    display: flex;
    height: 100%;
    padding: 0 34px;
    align-items: center;
    gap: 22px;
    color: #fff;
    background: var(--primary);
    font-size: 11px;
    font-weight: 800;
    letter-spacing: .1em;
    text-transform: uppercase;
    transition: background .25s ease;
}

.nav-booking:hover {
    color: #fff;
    background: #ad8043;
}

.nav-booking i {
    transition: transform .25s ease;
}

.nav-booking:hover i {
    transform: translateX(4px);
}

.mobile-contact-bar {
    position: fixed;
    right: 12px;
    bottom: 12px;
    left: 12px;
    z-index: 1040;
    display: grid;
    grid-template-columns: 1fr 1fr 1.25fr;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, .1);
    border-radius: 16px;
    background: rgba(10, 15, 22, .95);
    box-shadow: 0 20px 45px rgba(10, 15, 22, .3);
    backdrop-filter: blur(16px);
}

.mobile-contact-bar a {
    display: flex;
    min-height: 58px;
    align-items: center;
    justify-content: center;
    gap: 8px;
    color: rgba(255, 255, 255, .8);
    border-right: 1px solid rgba(255, 255, 255, .09);
    font-size: 11px;
    font-weight: 700;
    letter-spacing: .04em;
}

.mobile-contact-bar a:last-child {
    border-right: 0;
}

.mobile-contact-bar i {
    color: #45d483;
    font-size: 16px;
}

.mobile-contact-bar .mobile-book {
    color: #fff;
    background: var(--primary);
}

.mobile-contact-bar .mobile-book i {
    color: #fff;
}

@media (max-width: 1199.98px) {
    .brand-nav.navbar-light .navbar-nav .nav-link {
        margin-right: 9px;
        margin-left: 9px;
    }

    .nav-booking {
        padding: 0 22px;
        gap: 12px;
    }
}

@media (max-width: 991.98px) {
    body {
        padding-bottom: 78px;
    }

    .brand-nav {
        min-height: 74px;
    }

    .brand-lockup {
        padding-top: 13px;
        padding-bottom: 13px;
    }

    .brand-mark {
        width: 40px;
        height: 40px;
    }

    .brand-nav .navbar-collapse {
        border-top: 1px solid var(--line);
        background: #fff;
        box-shadow: 0 24px 40px rgba(10, 15, 22, .1);
    }

    .brand-nav.navbar-light .navbar-nav .nav-link {
        margin: 0;
        padding: 12px 0;
    }

    .brand-nav.navbar-light .navbar-nav .nav-link::before {
        right: auto;
        bottom: 7px;
        left: 0;
        width: 0;
    }

    .brand-nav.navbar-light .navbar-nav .nav-link:hover::before,
    .brand-nav.navbar-light .navbar-nav .nav-link.active::before {
        right: auto;
        width: 26px;
    }

    .back-to-top {
        bottom: 86px;
    }
}

/*** Signature footer ***/
.site-footer {
    position: relative;
    overflow: hidden;
    padding-top: 40px;
    color: #fff;
    background: #070b11;
}

.footer-marquee {
    overflow: hidden;
    margin-bottom: 35px;
    color: rgba(255, 255, 255, .035);
    font-family: "Space Grotesk", sans-serif;
    font-size: clamp(70px, 10vw, 150px);
    font-weight: 700;
    letter-spacing: -.06em;
    line-height: .85;
    white-space: nowrap;
}

.footer-marquee span {
    display: block;
    transform: translateX(-3%);
}

.footer-intro {
    display: flex;
    padding: 65px 0 75px;
    align-items: flex-end;
    justify-content: space-between;
    border-bottom: 1px solid rgba(255, 255, 255, .1);
}

.footer-label,
.footer-column > span {
    display: block;
    margin-bottom: 20px;
    color: var(--primary);
    font-size: 9px;
    font-weight: 800;
    letter-spacing: .18em;
    text-transform: uppercase;
}

.footer-intro h2 {
    margin: 0;
    color: #fff;
    font-size: clamp(48px, 6.3vw, 90px);
    letter-spacing: -.065em;
    line-height: .9;
}

.footer-book {
    display: flex;
    width: 165px;
    height: 165px;
    align-items: center;
    justify-content: center;
    gap: 12px;
    color: #fff;
    border-radius: 50%;
    background: var(--primary);
    font-size: 10px;
    font-weight: 800;
    letter-spacing: .08em;
    text-transform: uppercase;
    transition: transform .3s ease, background .3s ease;
}

.footer-book:hover {
    color: #fff;
    background: #ad8043;
    transform: rotate(-5deg) scale(1.04);
}

.footer-grid {
    display: grid;
    padding: 75px 0;
    grid-template-columns: 1.5fr .65fr .8fr 1fr;
    gap: 60px;
    border-bottom: 1px solid rgba(255, 255, 255, .1);
}

.site-footer .brand-copy strong {
    color: #fff;
}

.footer-brand > p {
    max-width: 320px;
    margin: 28px 0 0;
    color: rgba(255, 255, 255, .43);
    font-size: 13px;
    line-height: 1.8;
}

.footer-column {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
}

.footer-column a,
.footer-column p {
    margin: 0 0 13px;
    color: rgba(255, 255, 255, .58);
    font-size: 12px;
    line-height: 1.7;
}

.footer-column a:hover {
    color: #fff;
}

.footer-contact a {
    color: #fff;
    font-family: "Space Grotesk", sans-serif;
    font-size: 15px;
}

.footer-bottom {
    display: flex;
    min-height: 88px;
    align-items: center;
    justify-content: space-between;
}

.footer-bottom p,
.footer-socials a {
    margin: 0;
    color: rgba(255, 255, 255, .34);
    font-size: 9px;
    font-weight: 700;
    letter-spacing: .1em;
    text-transform: uppercase;
}

.footer-socials {
    display: flex;
    gap: 24px;
}

.footer-socials a:hover {
    color: #fff;
}

@media (max-width: 991.98px) {
    .footer-grid {
        grid-template-columns: 1fr 1fr;
    }
}

@media (max-width: 575.98px) {
    .footer-intro {
        align-items: flex-start;
        flex-direction: column;
        gap: 40px;
    }

    .footer-book {
        width: 130px;
        height: 130px;
    }

    .footer-grid {
        padding: 55px 0;
        grid-template-columns: 1fr;
        gap: 38px;
    }

    .footer-bottom {
        padding: 25px 0;
        align-items: flex-start;
        flex-direction: column;
        gap: 18px;
    }
}
