:root {
    --time: .3s;
    --bgc: #ff7e14;
    --ftc: #ff7e14;
    --color: var(--ftc);
    --backtop-color-rgb: 255, 126, 20;
    --btn: var(--p40);
    --btn_size: var(--ft14);
    --btn_color: var(--ftc);
    --main: 1400px;
    --ft12: 12px;
    --ft13: 13px;
    --ft14: 14px;
    --ft15: 15px;
    --ft16: 16px;
    --ft17: 17px;
    --ft18: 18px;
    --ft20: 20px;
    --ft22: 22px;
    --ft24: 24px;
    --ft26: 26px;
    --ft28: 28px;
    --ft30: 30px;
    --ft32: 32px;
    --ft36: 36px;
    --ft40: 40px;
    --ft48: 48px;
    --ft56: 56px;
    --ft64: 64px;
    --ft66: 66px;
    --ft72: 72px;
    --ft80: 80px;
    --p0: 0;
    --p5: 5px;
    --p8: 8px;
    --p10: 10px;
    --p12: 12px;
    --p15: 15px;
    --p16: 16px;
    --p20: 20px;
    --p24: 24px;
    --p25: 25px;
    --p30: 30px;
    --p35: 35px;
    --p36: 36px;
    --p40: 40px;
    --p48: 48px;
    --p50: 50px;
    --p60: 60px;
    --p70: 70px;
    --p80: 80px;
    --p100: 100px
}

* {
    margin: 0;
    padding: 0;
    border: 0;
    box-sizing: border-box;
    min-width: 0;
    word-break: break-word;
    word-wrap: break-word
}

html {
    scroll-behavior: smooth
}

body {
    width: 100%;
    color: #000;
    font-size: var(--ft16);
    overflow-x: hidden
}

ul,
li {
    list-style: none
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
dl,
dd,
dt,
form {
    margin: 0;
    padding: 0
}

a {
    color: inherit;
    text-decoration: none;
    transition: all var(--time)
}

img,
svg,
video {
    display: block;
    max-width: 100%
}

button,
input,
textarea,
select {
    border: 0;
    outline: none;
    font: inherit;
    color: inherit;
    background: transparent
}

button {
    cursor: pointer
}

section,
main {
    width: 100%
}

section {
    padding: var(--p80) 0;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover
}

main {
    flex: 1
}

.main {
    width: var(--main);
    max-width: 90%;
    margin: 0 auto
}

.main1 {
    width: calc(((100% - var(--main)) / 2) + var(--main)) !important;
    max-width: 90%;
    margin-right: 0;
    margin-left: auto
}

.main2 {
    width: calc(((100% - var(--main)) / 2) + var(--main)) !important;
    max-width: 90%;
    margin-right: auto;
    margin-left: 0
}

.d-flex {
    display: flex
}

.flex-column {
    flex-direction: column
}

.flex-center {
    display: flex;
    align-items: center;
    justify-content: center
}

.flex-column-center {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column
}

.al-c {
    align-items: center
}

.al-b {
    align-items: baseline
}

.al-fs {
    align-items: flex-start
}

.al-fe {
    align-items: flex-end
}

.al-s {
    align-items: stretch
}

.jc-c {
    justify-content: center
}

.jc-s {
    justify-content: space-between
}

.jc-sa {
    justify-content: space-around
}

.jc-se {
    justify-content: space-evenly
}

.jc-fs {
    justify-content: flex-start
}

.jc-fe {
    justify-content: flex-end
}

.d-grid {
    display: grid
}

.grid1 {
    grid-template-columns: repeat(1, 1fr)
}

.grid2 {
    grid-template-columns: repeat(2, 1fr)
}

.grid3 {
    grid-template-columns: repeat(3, 1fr)
}

.grid4 {
    grid-template-columns: repeat(4, 1fr)
}

.grid5 {
    grid-template-columns: repeat(5, 1fr)
}

.grid6 {
    grid-template-columns: repeat(6, 1fr)
}

.grid-row {
    display: grid;
    grid-template-columns: repeat(12, 1fr)
}

.grid-row>* {
    grid-column: span 12
}

.grid-row .pc1 {
    grid-column: span 1
}

.grid-row .pc2 {
    grid-column: span 2
}

.grid-row .pc3 {
    grid-column: span 3
}

.grid-row .pc4 {
    grid-column: span 4
}

.grid-row .pc5 {
    grid-column: span 5
}

.grid-row .pc6 {
    grid-column: span 6
}

.grid-row .pc7 {
    grid-column: span 7
}

.grid-row .pc8 {
    grid-column: span 8
}

.grid-row .pc9 {
    grid-column: span 9
}

.grid-row .pc10 {
    grid-column: span 10
}

.grid-row .pc11 {
    grid-column: span 11
}

.grid-row .pc12 {
    grid-column: span 12
}

.bgc {
    background: var(--bgc)
}

.ftc {
    color: var(--ftc)
}

.label {
    white-space: nowrap
}

.must::before {
    display: inline-block;
    content: "*"
}

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

.bg_fixed {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-attachment: fixed
}

.line-clamp1,
.line-clamp2,
.line-clamp3,
.line-clamp4,
.line-clamp5 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical
}

.line-clamp1 {
    -webkit-line-clamp: 1;
    line-clamp: 1
}

.line-clamp2 {
    -webkit-line-clamp: 2;
    line-clamp: 2
}

.line-clamp3 {
    -webkit-line-clamp: 3;
    line-clamp: 3
}

.line-clamp4 {
    -webkit-line-clamp: 4;
    line-clamp: 4
}

.line-clamp5 {
    -webkit-line-clamp: 5;
    line-clamp: 5
}

.s_content {
    line-height: 1.8
}

.s_content * {
    text-wrap-mode: wrap !important;
    word-break: break-word
}

.s_content li {
    list-style: inherit
}

.s_content .list-paddingleft-2 {
    padding-left: 1em
}

.s_content img,
.s_content video {
    display: inline-block;
    max-width: 100%;
    height: auto !important
}

.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    max-width: 100%;
    height: var(--btn);
    padding: 0 var(--p30);
    gap: 8px;
    border: 1px solid var(--btn_color);
    background: var(--btn_color);
    color: #fff;
    font-size: var(--btn_size);
    line-height: var(--btn);
    text-align: center;
    cursor: pointer;
    transition: all var(--time)
}

.btn:hover {
    box-shadow: 0 8px 8px rgba(0, 0, 0, 0.2)
}

.pagenum {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: var(--p10);
    margin-top: var(--p70)
}

.pagenum .pagination {
    display: flex;
    justify-content: center;
    gap: var(--p10);
    width: max-content;
    margin: 0 auto
}

.pagenum input,
.pagenum button,
.pagenum a,
.pagenum span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 2.5em;
    height: 2.5em;
    padding: 2px 5px;
    background: #f8f8f8;
    color: #000;
    line-height: 1.6em;
    text-align: center
}

.pagenum .page-number.active {
    background: var(--ftc);
    color: #fff
}

::-webkit-scrollbar {
    width: 8px;
    height: 10px
}

::-webkit-scrollbar-track-piece {
    background-color: transparent
}

::-webkit-scrollbar-thumb {
    background-color: #ddd;
    border-radius: 5px;
    cursor: pointer
}

::-webkit-scrollbar-thumb:hover {
    background-color: var(--ftc)
}

@media only screen and (min-width:768px) and (max-width:1199px) {
    :root {
        --main: 92%;
        --btn: 40px;
        --btn_size: var(--ft14);
        --ft30: 26px;
        --ft32: 28px;
        --ft36: 30px;
        --ft40: 34px;
        --ft48: 40px;
        --ft56: 46px;
        --ft64: 52px;
        --ft66: 54px;
        --ft72: 58px;
        --ft80: 64px;
        --p60: 50px;
        --p70: 55px;
        --p80: 60px;
        --p100: 80px
    }

    .main,
    .main1,
    .main2 {
        width: 100% !important;
        max-width: 92%;
        margin-right: auto;
        margin-left: auto
    }

    .grid-row .tb1 {
        grid-column: span 1
    }

    .grid-row .tb2 {
        grid-column: span 2
    }

    .grid-row .tb3 {
        grid-column: span 3
    }

    .grid-row .tb4 {
        grid-column: span 4
    }

    .grid-row .tb5 {
        grid-column: span 5
    }

    .grid-row .tb6 {
        grid-column: span 6
    }

    .grid-row .tb7 {
        grid-column: span 7
    }

    .grid-row .tb8 {
        grid-column: span 8
    }

    .grid-row .tb9 {
        grid-column: span 9
    }

    .grid-row .tb10 {
        grid-column: span 10
    }

    .grid-row .tb11 {
        grid-column: span 11
    }

    .grid-row .tb12 {
        grid-column: span 12
    }
}

@media only screen and (max-width:767px) {
    :root {
        --main: 92%;
        --btn: 38px;
        --btn_size: var(--ft14);
        --ft16: 14px;
        --ft18: 15px;
        --ft20: 16px;
        --ft22: 18px;
        --ft24: 20px;
        --ft26: 22px;
        --ft28: 24px;
        --ft30: 25px;
        --ft32: 26px;
        --ft36: 28px;
        --ft40: 30px;
        --ft48: 34px;
        --ft56: 38px;
        --ft64: 42px;
        --ft66: 44px;
        --ft72: 46px;
        --ft80: 50px;
        --p30: 20px;
        --p36: 24px;
        --p40: 28px;
        --p48: 32px;
        --p50: 34px;
        --p60: 40px;
        --p70: 44px;
        --p80: 48px;
        --p100: 60px
    }

    section {
        padding: var(--p60) 0
    }

    .main,
    .main1,
    .main2 {
        width: 100% !important;
        max-width: 92%;
        margin-right: auto;
        margin-left: auto
    }

    .grid-row .mb1 {
        grid-column: span 1
    }

    .grid-row .mb2 {
        grid-column: span 2
    }

    .grid-row .mb3 {
        grid-column: span 3
    }

    .grid-row .mb4 {
        grid-column: span 4
    }

    .grid-row .mb5 {
        grid-column: span 5
    }

    .grid-row .mb6 {
        grid-column: span 6
    }

    .grid-row .mb7 {
        grid-column: span 7
    }

    .grid-row .mb8 {
        grid-column: span 8
    }

    .grid-row .mb9 {
        grid-column: span 9
    }

    .grid-row .mb10 {
        grid-column: span 10
    }

    .grid-row .mb11 {
        grid-column: span 11
    }

    .grid-row .mb12 {
        grid-column: span 12
    }
}

:root {
    --main: 1400px;
    --navy: #001624;
    --navy2: #082f3d;
    --blue: #174657;
    --cream: #f7f0e5;
    --paper: #fbf5ec;
    --light: #f4f6f7;
    --gold: #9d7618;
    --gold2: #cfa744;
    --ink: #183140;
    --muted: #6d7780;
    --line: #d7d0c4;
    --bgc: var(--gold);
    --ftc: var(--gold);
    font-family: Arial, Helvetica, sans-serif
}

body {
    background: var(--paper);
    color: var(--ink);
    font-family: Arial, Helvetica, sans-serif;
    letter-spacing: 0
}

.SiteHeader {
    height: 100px;
    background: #050505;
    color: rgba(255, 255, 255, 0.72)
}

.SiteHeader .main {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between
}

.logo {
    width: 182px;
    height: 76px;
    object-fit: contain
}

.nav {
    display: flex;
    align-items: center;
    gap: 66px;
    font-size: 12px
}

.nav a.active,
.nav a:hover {
    color: #fff
}

.bookBtn,
.btnGold,
.btnDark,
.btnLine {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 54px;
    padding: 0 34px;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0;
    transition: all var(--time);
    white-space: nowrap
}

.bookBtn,
.btnGold {
    background: #c19622;
    color: #111
}

.btnDark {
    background: var(--navy);
    color: #fff
}

.btnLine {
    border: 1px solid rgba(24, 49, 64, 0.55);
    color: var(--ink)
}

.bookBtn:hover,
.btnGold:hover,
.btnDark:hover,
.btnLine:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.16)
}

.menu_button,
.navMobile {
    display: none
}

.Hero {
    position: relative;
    min-height: 520px;
    padding: 0;
    color: #fff;
    background-position: center;
    background-size: cover
}

.Hero::before {
    position: absolute;
    inset: 0;
    content: "";
    background: rgba(0, 20, 32, 0.43)
}

.Hero .main {
    position: relative;
    z-index: 1;
    min-height: inherit;
    display: flex;
    align-items: center
}

.Hero.center .main {
    justify-content: center;
    text-align: center
}

.Hero .info {
    max-width: 780px
}

.eyebrow {
    margin-bottom: 18px;
    color: var(--gold2);
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 4px;
    text-transform: uppercase
}

h1 {
    font-size: 60px;
    line-height: 1.08;
    font-weight: 400
}

.Hero .desc {
    max-width: 650px;
    margin-top: 28px;
    color: rgba(255, 255, 255, 0.82);
    font-size: 17px;
    line-height: 1.7
}

.Hero.center .desc {
    margin-right: auto;
    margin-left: auto
}

.btnGroup {
    display: flex;
    align-items: center;
    gap: 24px;
    margin-top: 38px
}

.Hero.center .btnGroup {
    justify-content: center
}

.titleCom {
    text-align: center
}

.titleCom .eyebrow {
    margin-bottom: 12px
}

.titleCom .title,
.titleCom h2 {
    color: var(--ink);
    font-size: 42px;
    line-height: 1.2;
    font-weight: 400
}

.titleCom::after {
    display: block;
    width: 64px;
    height: 2px;
    margin: 20px auto 0;
    background: var(--gold);
    content: ""
}

.desc {
    color: var(--muted);
    line-height: 1.7
}

.split {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    align-items: center;
    gap: 120px
}

.split .media img,
.cardImg,
.mosaic img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.split h2 {
    font-size: 38px;
    line-height: 1.16;
    font-weight: 400
}

.split .desc {
    margin-top: 28px;
    font-size: 15px
}

.iconList {
    display: grid;
    gap: 14px;
    margin: 26px 0;
    color: #334654;
    font-size: 14px
}

.iconList li::before {
    content: "◎";
    margin-right: 10px;
    color: var(--gold)
}

.ValueGrid,
.InclusionGrid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px
}

.ValueGrid .item,
.InclusionGrid .item,
.ServiceCards .item {
    background: rgba(255, 255, 255, 0.88);
    border: 1px solid rgba(0, 22, 36, 0.08);
    padding: 44px 34px;
    text-align: center
}

.ValueGrid .icon,
.InclusionGrid .icon,
.ServiceCards .icon {
    margin-bottom: 24px;
    color: var(--gold);
    font-size: 34px;
    line-height: 1
}

.ValueGrid .title,
.InclusionGrid .title,
.ServiceCards .title {
    font-size: 17px;
    font-weight: 700
}

.ValueGrid .desc,
.InclusionGrid .desc,
.ServiceCards .desc {
    margin-top: 14px;
    font-size: 14px;
    line-height: 1.55
}

.SiteFooter {
    background: var(--navy);
    color: rgba(255, 255, 255, 0.62)
}

.FooterTop {
    padding: 76px 0 74px
}

.FooterTop .main {
    display: grid;
    grid-template-columns: 1.6fr 1fr 1fr 1.2fr;
    gap: 92px
}

.SiteFooter h3 {
    color: var(--gold);
    font-size: 19px;
    font-weight: 400
}

.SiteFooter h4 {
    color: #fff;
    font-size: 13px;
    font-weight: 400;
    letter-spacing: 1px
}

.SiteFooter h4::after,
.SiteFooter h3::after {
    display: block;
    width: 32px;
    height: 1px;
    margin: 14px 0 22px;
    background: var(--gold);
    content: ""
}

.SiteFooter p,
.SiteFooter li {
    font-size: 12px;
    line-height: 1.9
}

.SiteFooter li+li {
    margin-top: 10px
}

.FooterBottom {
    padding: 24px 0;
    background: rgba(0, 0, 0, 0.24);
    font-size: 12px
}

.FooterBottom .main {
    display: flex;
    justify-content: space-between
}

.cream {
    background: var(--paper)
}

.soft {
    background: #f5f7f8
}

.dark {
    background: var(--blue);
    color: #fff
}

.dark .titleCom .title,
.dark .titleCom h2,
.dark h2,
.dark h3 {
    color: #fff
}

.dark .desc {
    color: rgba(255, 255, 255, 0.7)
}

.AboutHero {
    padding: 0;
    background: #fff
}

.AboutHero .wrap {
    display: grid;
    grid-template-columns: 1fr 1fr;
    min-height: 700px
}

.AboutHero .media img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.AboutHero .info {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0 14%
}

.AboutHero h1 {
    color: var(--ink);
    font-size: 44px
}

.AboutHero .desc {
    max-width: 520px;
    margin: 34px 0;
    font-size: 18px
}

.linkArrow {
    color: var(--gold);
    font-size: 13px
}

.AboutValues,
.Partners,
.Testimonials {
    padding: 145px 0
}

.AboutValues .ValueGrid {
    margin-top: 72px
}

.Journey {
    padding: 90px 0 110px
}

.Journey .line {
    position: relative;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
    margin-top: 74px
}

.Journey .line::before {
    position: absolute;
    top: 7px;
    left: 0;
    right: 0;
    border-top: 2px dotted #8d969b;
    content: ""
}

.Journey .item {
    position: relative;
    padding-top: 50px
}

.Journey .item::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 14px;
    height: 14px;
    border: 3px solid var(--gold);
    border-radius: 50%;
    background: #fff;
    content: ""
}

.Journey strong {
    display: block;
    margin-bottom: 14px;
    color: var(--gold);
    font-size: 16px
}

.Partners .strip {
    height: 70px;
    margin: 60px auto 90px;
    background: rgba(255, 255, 255, 0.62)
}

.Testimonials {
    border-top: 1px solid rgba(0, 0, 0, 0.08);
    text-align: center
}

.Testimonials .quoteMark {
    color: var(--gold);
    font-size: 54px
}

.Testimonials h2 {
    margin: 12px 0 52px;
    font-size: 28px;
    font-weight: 400
}

.Testimonials blockquote {
    max-width: 820px;
    margin: 0 auto 62px;
    color: #164055;
    font-size: 30px;
    line-height: 1.28
}

.CtaBand {
    padding: 96px 0;
    background: var(--blue);
    color: #fff;
    text-align: center
}

.CtaBand h2 {
    font-size: 38px;
    font-weight: 400
}

.CtaBand .btnGroup {
    justify-content: center
}

.FleetHero {
    background-image: url("../assets/images/luxury-car-hero.png");
    min-height: 690px
}

.FleetFeatures {
    padding: 126px 0 110px;
    background: #001b2c
}

.FeatureMasonry {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-auto-rows: 220px;
    gap: 28px;
    margin-top: 70px
}

.FeatureMasonry .item {
    position: relative;
    padding: 44px;
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.08);
    overflow: hidden
}

.FeatureMasonry .wide {
    grid-column: span 2
}

.FeatureMasonry .tall {
    grid-row: span 2
}

.FeatureMasonry img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: .58
}

.FeatureMasonry .info {
    position: relative;
    z-index: 1
}

.FeatureMasonry .title {
    color: #fff;
    font-size: 24px;
    font-weight: 400
}

.FeatureMasonry .desc {
    max-width: 320px;
    margin-top: 28px;
    font-size: 13px
}

.FleetCards {
    padding: 130px 0 145px
}

.FleetCards .head {
    max-width: 680px;
    margin-bottom: 70px
}

.FleetCards h2 {
    font-size: 38px;
    font-weight: 400
}

.FleetCards .grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 64px
}

.FleetCards .cardImg {
    aspect-ratio: 688 / 360
}

.FleetCards .title {
    margin-top: 28px;
    font-size: 24px;
    font-weight: 400
}

.FleetServices {
    padding: 150px 0;
    background: var(--blue)
}

.FleetServices .grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px
}

.FleetServices .item {
    padding: 0 42px;
    border-left: 1px solid rgba(255, 255, 255, 0.15)
}

.FleetServices h3 {
    font-size: 28px;
    line-height: 1.16;
    font-weight: 400
}

.FleetServices .desc {
    margin: 28px 0 42px
}

.BgQuote {
    padding: 118px 0;
    color: #fff;
    text-align: center;
    background-position: center;
    background-size: cover;
    position: relative
}

.BgQuote::before {
    position: absolute;
    inset: 0;
    background: rgba(0, 16, 27, 0.52);
    content: ""
}

.BgQuote .main {
    position: relative;
    z-index: 1
}

.BgQuote h2 {
    font-size: 36px;
    line-height: 1.14;
    font-weight: 400
}

.MiniForm {
    display: flex;
    justify-content: center;
    gap: 18px;
    margin-top: 34px
}

.MiniForm input {
    width: 290px;
    height: 52px;
    padding: 0 22px;
    border: 1px solid rgba(255, 255, 255, 0.65);
    background: rgba(0, 0, 0, 0.2);
    color: #fff
}

.WeddingHero {
    background-image: url("../assets/images/beach-wedding.png");
    min-height: 580px
}

.WeddingHero.alt {
    background-image: url("../assets/images/ocean-cliffs.png")
}

.WeddingIntro,
.WeddingHoneymoon,
.PhotoStory,
.ConciergeTeam {
    padding: 130px 0
}

.WeddingIntro .media,
.WeddingHoneymoon .media {
    height: 665px
}

.WeddingHoneymoon {
    background: #f3f5f6
}

.ServiceCards {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    margin: 62px 0
}

.TimelineDark {
    padding: 120px 0;
    background: var(--blue);
    color: #fff
}

.TimelineDark h2 {
    margin-bottom: 72px;
    text-align: center;
    font-size: 32px;
    font-weight: 400
}

.TimelineDark .timeline {
    position: relative;
    width: 760px;
    max-width: 100%;
    margin: 0 auto
}

.TimelineDark .timeline::before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    width: 1px;
    background: rgba(255, 255, 255, 0.18);
    content: ""
}

.TimelineDark .item {
    position: relative;
    width: 50%;
    padding: 0 60px 54px 0;
    text-align: right
}

.TimelineDark .item:nth-child(even) {
    margin-left: 50%;
    padding: 0 0 54px 60px;
    text-align: left
}

.TimelineDark .item::after {
    position: absolute;
    top: 18px;
    right: -8px;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background: var(--gold);
    box-shadow: 0 0 14px rgba(207, 167, 68, 0.8);
    content: ""
}

.TimelineDark .item:nth-child(even)::after {
    right: auto;
    left: -7px
}

.TimelineDark .time {
    color: var(--gold2);
    font-size: 11px;
    text-transform: uppercase
}

.TimelineDark .title {
    margin: 8px 0;
    color: #fff;
    font-size: 22px
}

.WeddingCta {
    position: relative;
    padding: 92px 0;
    background: #fff;
    text-align: center;
    overflow: hidden
}

.WeddingCta h2 {
    font-size: 30px;
    font-weight: 400
}

.WeddingCta .desc {
    max-width: 720px;
    margin: 18px auto 0
}

.WeddingCta .heart {
    position: absolute;
    right: 10%;
    top: 50%;
    transform: translateY(-50%);
    color: rgba(207, 167, 68, 0.18);
    font-size: 170px;
    line-height: 1
}

.StatsBar {
    padding: 58px 0;
    background: var(--paper)
}

.StatsBar .main {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 60px
}

.StatsBar .label {
    color: var(--gold);
    font-size: 11px;
    text-transform: uppercase
}

.StatsBar strong {
    display: block;
    margin-top: 8px;
    color: var(--ink);
    font-size: 24px;
    font-weight: 400
}

.DetailHero {
    background-image: url("../assets/images/vineyard-rows.png");
    min-height: 520px
}

.JourneyList {
    padding: 82px 0 130px
}

.JourneyList .titleCom {
    margin-bottom: 70px
}

.JourneyList .row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 82px;
    align-items: center;
    margin-bottom: 125px
}

.JourneyList .row:nth-child(even) .media {
    order: -1
}

.JourneyList .media {
    height: 360px
}

.JourneyList .media img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.JourneyList .day {
    color: #d6c7ab;
    font-size: 20px;
    margin-bottom: 28px
}

.JourneyList h3 {
    font-size: 22px;
    font-weight: 400;
    margin-bottom: 22px
}

.Inclusions {
    padding: 112px 0;
    background: var(--blue)
}

.Inclusions .InclusionGrid {
    margin-top: 60px
}

.Inclusions .item {
    background: rgba(255, 255, 255, 0.08);
    color: #fff
}

.DetailCta {
    padding: 90px 0;
    text-align: center
}

.PortfolioHero {
    background-image: url("../assets/images/wedding-dunes-hero.png");
    min-height: 700px
}

.PortfolioFilters {
    padding: 46px 0;
    background: var(--paper);
    border-bottom: 1px solid rgba(0, 0, 0, 0.08)
}

.PortfolioFilters .main {
    display: flex;
    align-items: center;
    justify-content: space-between
}

.filters {
    display: flex;
    gap: 52px;
    color: #68727a;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase
}

.filters a.active {
    background: var(--navy);
    color: #fff;
    padding: 15px 24px
}

.PortfolioGrid {
    padding: 52px 0 140px
}

.PortfolioGrid .grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 34px
}

.PortfolioGrid .item {
    position: relative;
    height: 560px;
    overflow: hidden;
    color: #fff
}

.PortfolioGrid img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .5s ease
}

.PortfolioGrid .item:hover img {
    transform: scale(1.04)
}

.PortfolioGrid .item::after {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.05), rgba(0, 0, 0, 0.55));
    content: ""
}

.PortfolioGrid .info,
.badge {
    position: absolute;
    z-index: 1
}

.PortfolioGrid .info {
    left: 28px;
    right: 28px;
    bottom: 28px
}

.PortfolioGrid .title {
    font-size: 17px
}

.badge {
    left: 22px;
    top: 22px;
    padding: 7px 12px;
    border-radius: 14px;
    background: rgba(0, 22, 36, 0.65);
    font-size: 10px;
    text-transform: uppercase
}

.VideoBand {
    padding: 150px 0;
    background: var(--blue);
    color: #fff
}

.VideoBand .main {
    display: grid;
    grid-template-columns: .8fr 1fr;
    align-items: center;
    gap: 150px
}

.VideoBand h2 {
    font-size: 18px;
    font-weight: 400;
    letter-spacing: 1px;
    text-transform: uppercase
}

.VideoBand .quote {
    margin: 34px 0;
    padding-left: 28px;
    border-left: 2px solid var(--gold);
    color: rgba(255, 255, 255, 0.78)
}

.VideoBand .video {
    position: relative;
    aspect-ratio: 688 / 360
}

.VideoBand .video img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.play {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 72px;
    height: 72px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.45);
    color: #fff;
    font-size: 30px
}

.PlainCta {
    padding: 95px 0;
    background: #f4f6f7;
    text-align: center
}

.PlainCta h2 {
    font-size: 16px;
    font-weight: 700
}

.TravelHero {
    background-image: url("../assets/images/ocean-cliffs.png");
    min-height: 520px
}

.PhotoStory .mosaic {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 22px;
    margin-top: 65px
}

.PhotoStory .mosaic img {
    height: 430px
}

.Experience {
    padding: 125px 0;
    background: var(--blue)
}

.Experience .main {
    display: grid;
    grid-template-columns: .8fr 1.2fr;
    gap: 120px
}

.Experience h2 {
    font-size: 34px;
    line-height: 1.18;
    font-weight: 400
}

.Experience .steps {
    display: grid;
    gap: 38px
}

.Experience .item {
    position: relative;
    padding-left: 38px
}

.Experience .item::before {
    position: absolute;
    left: 0;
    top: 5px;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: var(--gold2);
    content: ""
}

.ValueStrip {
    padding: 80px 0;
    background: #f4f4f4
}

.ConciergeTeam .split {
    gap: 85px
}

.ConciergeTeam .media {
    height: 320px
}

.StoryHero {
    padding: 42px 0 0;
    background: var(--paper)
}

.StoryHero .heroImg {
    position: relative;
    height: 800px;
    color: #fff
}

.StoryHero .heroImg img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.StoryHero .heroImg::after {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, transparent 45%, rgba(0, 0, 0, 0.55));
    content: ""
}

.StoryHero .caption {
    position: absolute;
    left: 45px;
    bottom: 44px;
    z-index: 1
}

.StoryHero h1 {
    font-size: 48px
}

.thumbs {
    display: grid;
    grid-template-columns: repeat(8, 1fr);
    gap: 6px;
    margin-top: 12px
}

.thumbs img {
    height: 90px;
    width: 100%;
    object-fit: cover;
    filter: grayscale(1)
}

.StoryIntro {
    padding: 120px 0
}

.StoryIntro .main {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 120px
}

.StoryIntro blockquote {
    margin-top: 32px;
    padding-left: 24px;
    border-left: 2px solid var(--gold);
    color: #164055;
    font-size: 20px;
    line-height: 1.6
}

.detailsTable {
    border-top: 2px solid var(--gold);
    background: #f1f3f4
}

.detailsTable .row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    padding: 18px 28px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.08);
    font-size: 13px
}

.Moments .mosaic {
    display: grid;
    grid-template-columns: 1.4fr .7fr;
    gap: 22px;
    margin-top: 60px
}

.Moments .mosaic img {
    height: 330px
}

.Moments .mosaic img:first-child {
    height: 410px
}

.Moments .mosaic .bottom {
    grid-column: 1 / -1;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 22px
}

.Behind {
    padding: 110px 0;
    background: var(--blue);
    color: #fff
}

.Behind .main {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 120px
}

.Behind .shots {
    grid-column: 1 / -1;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 36px
}

.Behind img {
    width: 100%;
    height: 240px;
    object-fit: cover
}

.SimilarStories {
    padding: 110px 0 135px
}

.SimilarStories .grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 68px;
    margin-top: 55px
}

.SimilarStories img {
    width: 100%;
    height: 410px;
    object-fit: cover
}

.SimilarStories .title {
    margin-top: 18px;
    font-size: 18px
}

.HomeHero {
    background-image: url("../assets/images/home-hero.png");
    min-height: 610px
}

.HomeAbout {
    padding: 95px 0
}

.HomeExperiences {
    padding: 110px 0;
    background: var(--blue)
}

.ExperienceCards {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 22px;
    margin-top: 64px
}

.ExperienceCards .item {
    position: relative;
    height: 420px;
    color: #fff;
    overflow: hidden
}

.ExperienceCards img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.ExperienceCards .info {
    position: absolute;
    left: 20px;
    right: 20px;
    bottom: 20px;
    z-index: 1
}

.ExperienceCards .item::after {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.04), rgba(0, 0, 0, 0.62));
    content: ""
}

.ProcessIcons {
    padding: 90px 0;
    background: var(--blue);
    text-align: center
}

.ProcessIcons .grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 40px;
    margin-top: 54px
}

.CarBanner {
    background-image: url("../assets/images/luxury-car-hero.png")
}

.WhyChoose {
    padding: 105px 0
}

.WhyChoose .ValueGrid {
    margin-top: 50px
}

.mb-40 {
    margin-bottom: 40px
}

@media only screen and (min-width:768px) and (max-width:1199px) {
    .SiteHeader {
        height: auto;
        padding: 14px 0
    }

    .nav {
        gap: 20px
    }

    .bookBtn {
        padding: 0 18px
    }

    h1 {
        font-size: 46px
    }

    .Hero,
    .PortfolioHero {
        min-height: 520px
    }

    .split,
    .AboutHero .wrap,
    .StoryIntro .main,
    .VideoBand .main,
    .Experience .main,
    .Behind .main {
        gap: 50px
    }

    .ValueGrid,
    .InclusionGrid,
    .ServiceCards,
    .ExperienceCards,
    .PortfolioGrid .grid {
        grid-template-columns: repeat(2, 1fr)
    }

    .FeatureMasonry {
        grid-template-columns: repeat(2, 1fr)
    }

    .FooterTop .main {
        grid-template-columns: repeat(2, 1fr);
        gap: 50px
    }

    .PortfolioGrid .item {
        height: 500px
    }
}

@media only screen and (max-width:767px) {
    .SiteHeader {
        height: auto;
        padding: 12px 0
    }

    .SiteHeader .main {
        flex-wrap: wrap;
        gap: 12px
    }

    .logo {
        width: 128px;
        height: 52px
    }

    .nav {
        display: none
    }

    .menu_button {
        display: flex;
        width: 38px;
        height: 38px;
        align-items: center;
        justify-content: center;
        border: 1px solid rgba(255, 255, 255, 0.25);
        color: #fff;
        transition: color var(--time), border-color var(--time), background var(--time)
    }

    .SiteHeader.is-open .menu_button {
        border-color: rgba(193, 150, 34, 0.65);
        background: rgba(193, 150, 34, 0.16);
        color: #d3a742
    }

    .navMobile {
        display: block;
        width: 100%;
        max-height: 0;
        overflow: hidden;
        padding: 0;
        opacity: 0;
        transition: max-height var(--time), opacity var(--time), padding var(--time)
    }

    .SiteHeader.is-open .navMobile {
        max-height: 260px;
        padding: 10px 0;
        opacity: 1
    }

    .navMobile a {
        display: block;
        padding: 10px 0;
        color: rgba(255, 255, 255, 0.75)
    }

    .bookBtn {
        height: 38px;
        padding: 0 14px;
        font-size: 11px
    }

    .Hero,
    .FleetHero,
    .PortfolioHero,
    .HomeHero {
        min-height: 460px
    }

    h1 {
        font-size: 34px
    }

    .Hero .desc {
        font-size: 14px
    }

    .btnGroup,
    .MiniForm,
    .PortfolioFilters .main {
        flex-direction: column;
        align-items: stretch
    }

    .btnGold,
    .btnDark,
    .btnLine,
    .MiniForm input {
        width: 100%
    }

    .split,
    .AboutHero .wrap,
    .FleetCards .grid,
    .FleetServices .grid,
    .ValueGrid,
    .InclusionGrid,
    .ServiceCards,
    .StatsBar .main,
    .PortfolioGrid .grid,
    .VideoBand .main,
    .Experience .main,
    .ExperienceCards,
    .ProcessIcons .grid,
    .StoryIntro .main,
    .Behind .main,
    .SimilarStories .grid,
    .JourneyList .row {
        grid-template-columns: 1fr
    }

    .AboutHero .wrap {
        min-height: 0
    }

    .AboutHero .media {
        height: 360px
    }

    .AboutHero .info {
        padding: 60px 6%
    }

    .AboutValues,
    .Partners,
    .Testimonials,
    .WeddingIntro,
    .WeddingHoneymoon,
    .PhotoStory,
    .ConciergeTeam,
    .FleetCards,
    .FleetServices,
    .VideoBand {
        padding: 64px 0
    }

    .FeatureMasonry {
        display: block
    }

    .FeatureMasonry .item {
        min-height: 230px;
        margin-bottom: 18px
    }

    .FleetServices .item {
        padding: 0 0 30px;
        border-left: 0;
        border-bottom: 1px solid rgba(255, 255, 255, 0.15)
    }

    .Journey .line {
        grid-template-columns: 1fr
    }

    .Journey .line::before {
        display: none
    }

    .TimelineDark .timeline::before,
    .TimelineDark .item::after {
        left: 0
    }

    .TimelineDark .item,
    .TimelineDark .item:nth-child(even) {
        width: 100%;
        margin-left: 0;
        padding: 0 0 42px 34px;
        text-align: left
    }

    .TimelineDark .item::after,
    .TimelineDark .item:nth-child(even)::after {
        right: auto;
        left: -7px
    }

    .PortfolioGrid .item {
        height: 430px
    }

    .filters {
        flex-wrap: wrap;
        gap: 14px
    }

    .PhotoStory .mosaic,
    .Moments .mosaic,
    .Moments .mosaic .bottom,
    .thumbs,
    .Behind .shots {
        grid-template-columns: 1fr
    }

    .PhotoStory .mosaic img,
    .Moments .mosaic img,
    .Moments .mosaic img:first-child,
    .SimilarStories img {
        height: auto;
        aspect-ratio: 4 / 3
    }

    .StoryHero .heroImg {
        height: 460px
    }

    .FooterTop .main {
        grid-template-columns: 1fr;
        gap: 36px
    }

    .FooterBottom .main {
        display: block
    }

    .WeddingCta .heart {
        display: none
    }

    .bookBtn:hover,
    .btnGold:hover,
    .btnDark:hover,
    .btnLine:hover,
    .PortfolioGrid .item:hover img {
        transform: none
    }
}

.CustomTravelPage {
    background: #fdf8f0;
    color: #001629
}

.CustomTravelPage .main {
    width: 1400px;
    max-width: 90%
}

.CustomTravelPage .CustomHeader {
    height: 100px;
    background: #040302
}

.CustomTravelPage .CustomHeader .main {
    width: 1660px;
    max-width: 90%;
    margin-right: var(--p60);
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between
}

.CustomTravelPage .logo {
    width: 150px;
    height: 58px
}

.CustomTravelPage .nav {
    gap: 52px;
    font-size: 14px
}

.CustomTravelPage .bookBtn {
    width: 195px;
    height: 45px;
    padding: 0;
    background: #c6a43f;
    color: #0a1a26;
    font-size: 14px;
    font-weight: 400
}

.CustomTravelPage .eyebrow {
    margin-bottom: 17px;
    color: #775a19;
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 0
}

.CustomTravelPage .desc {
    color: #42474d;
    line-height: 1.55
}

.CustomTravelPage .CustomHero {
    height: 700px;
    padding: 0;
    
}

.CustomHero .main {
    height: 100%;
    position: relative
}

.CustomHero .info {
    position: absolute;
    top: 220px;
    right: 78px;
    width: 430px
}

.CustomHero h1 {
    margin: 0 0 25px;
    color: #001629;
    font-size: 40px;
    line-height: 1.2;
    font-weight: 400
}

.CustomHero .desc {
    margin: 0 0 38px;
    font-size: 18px;
    line-height: 1.62
}

.CustomHero .textLink {
    color: #775a19;
    font-size: 12px
}

.CustomHero .textLink::after {
    content: "";
    display: inline-block;
    width: 38px;
    height: 1px;
    margin-left: 16px;
    vertical-align: middle;
    background: #b38a2d
}

.CustomValues {
    padding: 40px 0 45px;
    background: #fdf8f0
}

.CustomValues .ValueGrid {
    width: 1400px;
    max-width: 100%;
    min-height: 340px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 0;
    align-items: center;
    border: 1px solid #e4ddd1;
    background: rgba(255, 255, 255, 0.16)
}

.CustomValues .item {
    min-height: 210px;
    padding: 50px 42px 34px;
    background: transparent;
    border: 0;
    text-align: center
}

.CustomValues .icon {
    margin-bottom: 22px;
    color: #775a19;
    font-size: 26px
}

.CustomValues .title {
    font-size: 20px;
    line-height: 1.35;
    font-weight: 400;
    color: #002b49
}

.CustomValues img {
    display: block;
    margin: 0 auto;
}

.CustomValues .desc {
    width: 245px;
    max-width: 100%;
    margin: 12px auto 0;
    font-size: 14px;
    line-height: 1.45
}

.RomanceServices {
    padding: 102px 0 138px;
    background: #f6f8f9
}

.CustomTravelPage .titleCom::after {
    width: 54px;
    height: 1px;
    margin-top: 22px;
    background: #c6a43f
}

.CustomTravelPage .titleCom .title {
    color: #002b49;
    font-size: 40px;
    line-height: 1.2;
    font-weight: 400
}

.RomanceServices .ServiceCards {
    display: grid;
    grid-template-columns: repeat(3, 450px);
    justify-content: center;
    gap: 28px;
    margin-top: 82px
}

.RomanceServices .ServiceCards .item {
    display: flex;
    flex-direction: column;
    align-items: center;
    min-height: 630px;
    padding: 52px 70px 42px;
    background: #fff;
    border: 0;
    text-align: center;
    transition: transform var(--time), box-shadow var(--time)
}

.RomanceServices .ServiceCards .item:hover {
    transform: translateY(-5px);
    box-shadow: 0 18px 35px rgba(0, 22, 41, 0.08)
}

.RomanceServices .ServiceCards .icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 65px;
    height: 65px;
    margin-bottom: 34px;
    border-radius: 8px;
    background: #ffe0a1;
    color: #b77c13;
    font-size: 28px
}

.RomanceServices .ServiceCards .title {
    min-height: 108px;
    color: #002b49;
    font-size: 28px;
    line-height: 1.28;
    font-weight: 400
}

.RomanceServices .ServiceCards .desc {
    min-height: 130px;
    margin-top: 24px;
    font-size: 16px;
    line-height: 1.62
}

.RomanceServices .ServiceCards ul {
    width: 100%;
    margin: 22px 0 26px;
    text-align: left
}

.RomanceServices .ServiceCards li {
    position: relative;
    padding-left: 20px;
    color: #42474d;
    font-size: 14px;
    line-height: 2
}

.RomanceServices .ServiceCards li::before {
    position: absolute;
    left: 0;
    top: 0;
    color: #b98d24;
    content: "✓"
}

.RomanceServices .ServiceCards .more {
    margin-top: auto;
    padding: 5px 10px;
    border: 1px solid #b9a783;
    color: #775a19;
    font-size: 12px
}

.SampleDay {
    padding: 52px 0 112px;
    background: #fdf8f0
}

.SampleDay .main {
    display: grid;
    grid-template-columns: 612px 1fr;
    gap: 74px;
    align-items: start
}

.SampleDay .media {
    position: relative;
    padding: 44px 0 0 40px
}

.SampleDay .media i {
    position: absolute;
    left: 0;
    top: 0;
    width: 180px;
    height: 180px;
    background: #123c4c;
    border-radius: 6px
}

.SampleDay .media img {
    position: relative;
    width: 612px;
    height: 760px;
    object-fit: cover;
    box-shadow: 0 12px 24px rgba(0, 0, 0, 0.12)
}

.SampleDay .info {
    padding-top: 93px
}

.SampleDay h2 {
    margin-bottom: 50px;
    color: #000;
    font-size: 40px;
    line-height: 1.22;
    font-weight: 500
}

.SampleDay .timeline {
    position: relative;
    display: grid;
    gap: 28px;
    margin-bottom: 42px
}

.SampleDay .timeline::before {
    position: absolute;
    left: 13px;
    top: 14px;
    bottom: 16px;
    width: 1px;
    background: #d3c8b6;
    content: ""
}

.SampleDay .item {
    position: relative;
    padding-left: 52px
}

.SampleDay .item::before {
    position: absolute;
    left: 4px;
    top: 5px;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background: #174657;
    content: ""
}

.SampleDay .item:nth-child(2)::before,
.SampleDay .item:nth-child(3)::before {
    background: #c6a43f
}

.SampleDay strong {
    display: block;
    margin-bottom: 9px;
    color: #1a3b4c;
    font-size: 18px;
    line-height: 1.24;
    font-weight: 500
}

.SampleDay .desc {
    width: 530px;
    max-width: 100%;
    font-size: 16px
}

.SampleDay .btnDark,
.SignatureJourneys .btnDark {
    height: 56px;
    padding: 0 35px;
    background: #001629;
    color: #fff;
    font-size: 16px;
    font-weight: 500
}

.SignatureJourneys {
    padding: 12px 0 102px;
    background: #fdf8f0
}

.SignatureJourneys .titleCom .desc {
    margin-top: 25px;
    font-size: 16px
}

.JourneyGrid {
    display: grid;
    grid-template-columns: repeat(3, 450px);
    justify-content: center;
    gap: 70px 34px;
    margin-top: 128px
}

.JourneyGrid .item {
    transition: transform var(--time), color var(--time)
}

.JourneyGrid .item:hover {
    transform: translateY(-5px)
}

.JourneyGrid .pic {
    position: relative;
    height: 453px;
    overflow: hidden;
    background: #ddd
}

.JourneyGrid .pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .55s ease
}

.JourneyGrid .item:hover .pic img {
    transform: scale(1.035)
}

.JourneyGrid .pic span {
    position: absolute;
    right: 13px;
    top: 12px;
    min-width: 120px;
    height: 20px;
    padding: 0 12px;
    background: #edf2f6;
    color: #001629;
    font-size: 12px;
    line-height: 20px;
    text-align: center
}

.JourneyGrid .meta {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 23px;
    color: #42474d;
    font-size: 12px
}

.JourneyGrid .meta em {
    font-style: normal
}

.JourneyGrid .meta b {
    color: #c6a43f;
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 2px
}

.JourneyGrid .title {
    margin-top: 11px;
    color: #001629;
    font-size: 28px;
    line-height: 1.28;
    font-weight: 400
}

.JourneyGrid .desc {
    margin-top: 4px;
    font-size: 16px
}

.JourneyCta {
    margin-top: 118px;
    text-align: center
}

.JourneyCta p {
    color: #42474d;
    font-size: 16px
}

.JourneyCta .btnGroup {
    justify-content: center;
    gap: 28px;
    margin-top: 34px
}

.JourneyCta .btnLine {
    width: 252px;
    height: 50px;
    padding: 0;
    border-color: #bcb2a1;
    color: #001629;
    font-size: 12px;
    font-weight: 400
}

.JourneyCta .btnDark {
    width: 220px;
    height: 50px;
    padding: 0;
    font-size: 12px;
    font-weight: 400
}

.QuoteBand {
    padding: 120px 0 126px;
    background: #174657;
    color: #fdf8f0;
    text-align: center
}

.QuoteBand .mark {
    height: 36px;
    color: #c6a43f;
    font-size: 45px;
    line-height: 1;
    display: block;
    margin: 0 auto;
}

.QuoteBand blockquote {
    width: 860px;
    max-width: 100%;
    margin: 28px auto 0;
    color: #fdf8f0;
    font-size: 40px;
    line-height: 1.5;
    font-weight: 400
}

.QuoteBand blockquote::after {
    display: block;
    width: 48px;
    height: 1px;
    margin: 44px auto 0;
    background: #526e76;
    content: ""
}

.CustomFooter .FooterTop {
    padding: 77px 0 72px;
    background: #001629
}

.CustomFooter .FooterTop .main {
    width: 1400px;
    grid-template-columns: 1.72fr 1fr 1fr 1.1fr;
    gap: 80px
}

.CustomFooter .FooterBottom {
    padding: 20px 0;
    background: #00111d
}

.CustomFooter .FooterBottom .main {
    width: 1400px
}

@media only screen and (min-width:768px) and (max-width:1199px) {

    .CustomTravelPage .main,
    .CustomTravelPage .CustomHeader .main,
    .CustomFooter .FooterTop .main,
    .CustomFooter .FooterBottom .main {
        width: 100%;
        max-width: 92%
    }

    .CustomTravelPage .nav {
        gap: 20px;
        font-size: 12px
    }

    .CustomTravelPage .bookBtn {
        width: 170px;
        font-size: 12px
    }

    .CustomHero .info {
        right: 4%
    }

    .CustomValues .ValueGrid {
        grid-template-columns: repeat(2, 1fr)
    }

    .RomanceServices .ServiceCards,
    .JourneyGrid {
        grid-template-columns: repeat(2, minmax(0, 1fr))
    }

    .RomanceServices .ServiceCards .item {
        padding-right: 45px;
        padding-left: 45px
    }

    .SampleDay .main {
        grid-template-columns: .9fr 1fr;
        gap: 48px
    }

    .SampleDay .media img {
        width: 100%;
        height: auto;
        aspect-ratio: 612 / 760
    }

    .JourneyGrid .pic {
        height: auto;
        aspect-ratio: 450 / 453
    }
}

@media only screen and (max-width:767px) {

    .CustomTravelPage .main,
    .CustomTravelPage .CustomHeader .main,
    .CustomFooter .FooterTop .main,
    .CustomFooter .FooterBottom .main {
        width: 100%;
        max-width: 92%
    }

    .CustomTravelPage .CustomHeader {
        height: auto
    }

    .CustomTravelPage .logo {
        width: 128px;
        height: 52px
    }

    .CustomTravelPage .bookBtn {
        width: auto;
        height: 38px;
        padding: 0 14px;
        font-size: 11px
    }

    .CustomTravelPage .CustomHero {
        height: auto;
        min-height: 520px;
        background-position: 42% center
    }

    .CustomHero .info {
        position: relative;
        top: auto;
        right: auto;
        width: 100%;
        padding-top: 270px;
        padding-bottom: 45px
    }

    .CustomHero h1,
    .CustomTravelPage .titleCom .title,
    .SampleDay h2,
    .QuoteBand blockquote {
        font-size: 30px
    }

    .CustomHero .desc {
        font-size: 15px
    }

    .CustomValues,
    .RomanceServices,
    .SampleDay,
    .SignatureJourneys,
    .QuoteBand {
        padding: 58px 0
    }

    .CustomValues .ValueGrid,
    .RomanceServices .ServiceCards,
    .SampleDay .main,
    .JourneyGrid,
    .CustomFooter .FooterTop .main {
        grid-template-columns: 1fr
    }

    .CustomValues .ValueGrid {
        min-height: 0
    }

    .CustomValues .item {
        min-height: 0;
        padding: 30px 24px
    }

    .RomanceServices .ServiceCards {
        margin-top: 44px
    }

    .RomanceServices .ServiceCards .item {
        min-height: 0;
        padding: 38px 30px;
        transform: none
    }

    .RomanceServices .ServiceCards .title,
    .RomanceServices .ServiceCards .desc {
        min-height: 0
    }

    .RomanceServices .ServiceCards .title,
    .JourneyGrid .title {
        font-size: 23px
    }

    .SampleDay .media {
        padding: 26px 0 0 22px
    }

    .SampleDay .media i {
        width: 110px;
        height: 110px
    }

    .SampleDay .media img,
    .JourneyGrid .pic {
        width: 100%;
        height: auto;
        aspect-ratio: 612 / 760
    }

    .JourneyGrid .pic {
        aspect-ratio: 450 / 453
    }

    .SampleDay .info {
        padding-top: 35px
    }

    .SampleDay .timeline {
        gap: 24px
    }

    .JourneyGrid {
        gap: 42px;
        margin-top: 52px
    }

    .JourneyCta {
        margin-top: 54px
    }

    .JourneyCta .btnGroup {
        flex-direction: column;
        align-items: stretch
    }

    .JourneyCta .btnLine,
    .JourneyCta .btnDark,
    .SampleDay .btnDark {
        width: 100%
    }

    .QuoteBand blockquote {
        line-height: 1.45
    }

    .JourneyGrid .item:hover,
    .RomanceServices .ServiceCards .item:hover,
    .JourneyGrid .item:hover .pic img {
        transform: none
    }
}











