/* ======================================================
   GLOBAL
====================================================== */
body {
    font-family: 'Inter', sans-serif;
    background: #f5f1e8;
    color: #1F5A60;
    font-size: 16px;
    line-height: 1.7;
}

.brand-title,
.hero-title,
.hero-quote p,
.hero-included h3,
.hero-stats h4 {
    font-family: 'Cormorant Garamond', serif;
}

.custom-container {
    max-width: 1320px;
    width: 100%;
    margin: 0 auto;
}

/* ======================================================
   TOP STRIP
====================================================== */

.top-strip {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1060;
    height: 48px;
    background: #1F5A60;
    border-bottom: 1px solid rgba(201,162,74,.20);
}

.top-strip .row {
    height: 48px;
}

.top-contact,
.top-right {
    display: flex;
    align-items: center;
}

.top-contact {
    gap: 20px;
}

.top-right {
    justify-content: flex-end;
    gap: 20px;
}

.top-contact a {
    color: #f5f1e8;
    text-decoration: none;
    font-size: 13px;
    font-weight: 500;
}

.top-contact a:hover {
    color: #C9A24A;
}

.divider {
    width: 1px;
    height: 16px;
    background: rgba(245,241,232,.25);
}

.top-tagline {
    color: #C9A24A;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: .28em;
    font-weight: 600;
}

.whatsapp-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: #25D366;
    color: #fff;
    padding: 8px 16px;
    border-radius: 999px;
    text-decoration: none;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: .12em;
    font-weight: 600;
}

.whatsapp-btn:hover {
    background: #1ebe57;
    color: #fff;
}

/* ======================================================
   HEADER
====================================================== */

.site-header {
    position: fixed;
    top: 48px;
    left: 0;
    right: 0;
    z-index: 1050;
}

.soluna-navbar {
    min-height: 96px;
}

.soluna-brand {
    display: flex;
    align-items: center;
    gap: 14px;
    text-decoration: none;
}

.logo-circle {
    width: 64px;
    height: 64px;
    border-radius: 50%;
    overflow: hidden;
    background: #f5f1e8;
    border: 1px solid rgba(31,90,96,.20);
}

.logo-circle img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.brand-text {
    display: flex;
    flex-direction: column;
}

.brand-title{
    font-family:'Cormorant Garamond',serif;
    font-size:32px;
    font-weight:500;
    line-height:1;
    letter-spacing:.02em;
    color:#1F5A60;
}

.brand-subtitle {
    margin-top: 6px;
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: .32em;
    color: #C9A24A;
}

.navbar-nav {
    gap: 36px;
}

.nav-link{
    font-family:'Inter',sans-serif;
    font-size:13px;
    font-weight:500;
    text-transform:uppercase;
    letter-spacing:.10em;
    color:rgba(31,90,96,.80)!important;
}

.hero-included{
    background:#1F5A60;
    color:#f5f1e8;
    padding:40px;
    display:flex;
    flex-direction:column;
    height:100%;
}

.hero-stats h4{
    font-family:'Cormorant Garamond',serif;
    font-size:48px;
    line-height:1;
    color:#C9A24A;
    font-style:italic;
    margin-bottom:4px;
}

.hero-stats span{
    font-size:10px;
    text-transform:uppercase;
    letter-spacing:.22em;
    opacity:.65;
}

.hero-image-wrapper{
    position:relative;
    overflow:hidden;
    aspect-ratio:16/10;
}

.nav-link:hover {
    color: #1F5A60 !important;
}

.nav-link::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -6px;
    width: 0;
    height: 1px;
    background: #1F5A60;
    transition: .3s;
}

.nav-link:hover::after {
    width: 100%;
}

.header-cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 12px 24px;
    border-radius: 999px;
    background: #1F5A60;
    color: #f5f1e8;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: .15em;
    font-size: 12px;
}

.header-cta:hover {
    background: #164B4F;
    color: #fff;
}

/* ======================================================
   HERO
====================================================== */

.hero-section {
    background: #f5f1e8;
    padding-top: 190px;
    padding-bottom: 100px;
}

.hero-badge {
    display: inline-block;
    padding: 10px 18px;
    border-radius: 999px;
    background: rgba(201,162,74,.15);
    color: #1F5A60;
    text-transform: uppercase;
    letter-spacing: .22em;
    font-size: 11px;
    margin-bottom: 30px;
}

.hero-title{
    font-family:'Cormorant Garamond',serif;
    font-size:84px;
    line-height:1.04;
    letter-spacing:-0.01em;
    font-weight:500;
    color:#1F5A60;
    max-width:920px;
}

.hero-title span{
    color:#C9A24A;
    font-style:italic;
}
.hero-description{
    margin-top:28px;
    max-width:720px;
    font-size:17px;
    line-height:1.8;
    color:rgba(31,90,96,.75);
}

.hero-buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    margin-top: 40px;
}

.btn-primary-hero {
    background: #1F5A60;
    color: #fff;
    padding: 15px 30px;
    border-radius: 999px;
    text-decoration: none;
}

.btn-primary-hero:hover {
    background: #164B4F;
    color: #fff;
}

.btn-secondary-hero {
    border: 1px solid rgba(31,90,96,.25);
    color: #1F5A60;
    padding: 15px 30px;
    border-radius: 999px;
    text-decoration: none;
}

.btn-secondary-hero:hover {
    background: rgba(31,90,96,.05);
}

.hero-gallery-link {
    color: #1F5A60;
    align-self: center;
}

.hero-grid {
    margin-top: 80px;
}

.hero-image-wrapper {
    position: relative;
    aspect-ratio: 16/10;
    overflow: hidden;
}

.hero-image-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.hero-quote {
    position: absolute;
    bottom: 20px;
    left: 20px;
    right: 20px;
    color: #fff;
}

.hero-included {
    background: #1F5A60;
    color: #fff;
    padding: 50px;
    height: 100%;
}

.hero-included ul {
    list-style: none;
    padding: 0;
    margin: 30px 0;
}

.hero-included li {
    margin-bottom: 16px;
}

.hero-stats {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 20px;
    border-top: 1px solid rgba(255,255,255,.15);
    margin-top: 30px;
    padding-top: 30px;
}

.hero-stats h4 {
    color: #C9A24A;
    font-size: 34px;
}

.pillars-section{
    background:#1F5A60;
    color:#f5f1e8;
    padding:120px 0;
}

.pillars-heading{
    margin-bottom:70px;
}

.pillars-eyebrow{
    font-size:11px;
    letter-spacing:.25em;
    text-transform:uppercase;
    opacity:.7;
    margin-bottom:20px;
}

.pillars-title{
    font-family:'Cormorant Garamond',serif;
    font-size:60px;
    line-height:1.05;
    letter-spacing:-.01em;
}

.pillars-title span{
    font-style:italic;
}

.pillars-description{
    font-size:16px;
    line-height:1.9;
    opacity:.8;
    padding-top:12px;
}

.pillars-grid{
    border:1px solid rgba(255,255,255,.15);
}

.pillar-card{
    background:#1F5A60;
    padding:40px;
    height:100%;
    border-right:1px solid rgba(255,255,255,.15);
    transition:.4s;
}

.pillar-card:hover{
    background:#16484C;
}

.pillar-top{
    display:flex;
    justify-content:space-between;
    align-items:center;
    margin-bottom:35px;
}

.pillar-icon{
    width:44px;
    height:44px;
    border-radius:50%;
    border:1px solid rgba(255,255,255,.3);
    display:flex;
    align-items:center;
    justify-content:center;
}

.pillar-number{
    font-family:'Cormorant Garamond',serif;
    font-style:italic;
    opacity:.4;
}

.pillar-card h3{
    font-family:'Cormorant Garamond',serif;
    font-size:28px;
    margin-bottom:15px;
}

.pillar-card p{
    font-size:14px;
    line-height:1.8;
    opacity:.75;
}

.packages-section{
    background:#ece5d4;
    padding:120px 0;
}

.packages-header{
    margin-bottom:70px;
}

.packages-eyebrow{
    font-size:11px;
    text-transform:uppercase;
    letter-spacing:.25em;
    color:rgba(31,90,96,.70);
    margin-bottom:20px;
}

.packages-title{
    font-family:'Cormorant Garamond',serif;
    font-size:60px;
    line-height:1.05;
    color:#1F5A60;
}

.packages-title span{
    font-style:italic;
}

.packages-description{
    margin-top:25px;
    max-width:700px;
    color:rgba(31,90,96,.75);
}

.packages-cta{
    text-transform:uppercase;
    letter-spacing:.18em;
    color:#1F5A60;
    font-size:12px;
}

.package-card{
    display:block;
    background:#f5f1e8;
    border:1px solid rgba(31,90,96,.10);
    text-decoration:none;
    height:100%;
    transition:.4s;
}

.package-card:hover{
    transform:translateY(-5px);
    box-shadow:0 25px 55px -25px rgba(31,90,96,.35);
}

.package-image{
    position:relative;
    aspect-ratio:16/10;
    overflow:hidden;
}

.package-image img{
    width:100%;
    height:100%;
    object-fit:cover;
}

.package-badge{
    position:absolute;
    top:20px;
    left:20px;
    background:#f5f1e8;
    padding:8px 14px;
    border-radius:50px;
    font-size:10px;
    letter-spacing:.20em;
    text-transform:uppercase;
}

.package-duration{
    position:absolute;
    top:22px;
    right:20px;
    color:#fff;
    font-size:10px;
    letter-spacing:.20em;
    text-transform:uppercase;
}

.package-content{
    padding:30px;
}

.package-content h3{
    font-family:'Cormorant Garamond',serif;
    font-size:26px;
    color:#1F5A60;
}

.package-content p{
    margin-top:15px;
    color:rgba(31,90,96,.75);
    font-size:14px;
    line-height:1.8;
}

.package-link{
    display:inline-block;
    margin-top:25px;
    text-transform:uppercase;
    font-size:11px;
    letter-spacing:.18em;
    color:#1F5A60;
}

.packages-bottom{
    margin-top:50px;
    text-align:center;
    font-size:12px;
    text-transform:uppercase;
    letter-spacing:.18em;
    color:rgba(31,90,96,.55);
}

.stays-section{
    background:#ece5d4;
    padding:120px 0;
}

.stays-header{
    margin-bottom:60px;
}

.stays-eyebrow{
    font-size:11px;
    letter-spacing:.25em;
    text-transform:uppercase;
    color:rgba(31,90,96,.70);
    margin-bottom:20px;
}

.stays-title{
    font-family:'Cormorant Garamond',serif;
    font-size:60px;
    line-height:1.05;
    color:#1F5A60;
}

.stays-title span{
    font-style:italic;
}

.stays-description{
    margin-top:25px;
    max-width:650px;
    color:rgba(31,90,96,.75);
}

.stays-counter{
    text-transform:uppercase;
    letter-spacing:.20em;
    font-size:12px;
    color:#C9A24A;
}

.stay-card{
    background:#f5f1e8;
    border:1px solid rgba(31,90,96,.10);
    height:100%;
    transition:.4s;
}

.stay-card:hover{
    transform:translateY(-5px);
    border-color:rgba(31,90,96,.30);
}

.stay-image{
    position:relative;
    aspect-ratio:4/5;
    overflow:hidden;
}

.stay-image img{
    width:100%;
    height:100%;
    object-fit:cover;
    transition:1.4s;
}

.stay-card:hover img{
    transform:scale(1.08);
}

.stay-badge{
    position:absolute;
    top:16px;
    left:16px;
    background:#f5f1e8;
    padding:6px 12px;
    border-radius:50px;
    font-size:10px;
    letter-spacing:.20em;
    text-transform:uppercase;
}

.stay-photos{
    position:absolute;
    left:16px;
    right:16px;
    bottom:16px;
    color:#fff;
    font-size:11px;
    text-transform:uppercase;
    letter-spacing:.18em;
}

.stay-content{
    padding:20px;
}

.stay-content h3{
    font-family:'Cormorant Garamond',serif;
    font-size:24px;
    color:#1F5A60;
    margin-bottom:20px;
}

.stay-content ul{
    list-style:none;
    padding:0;
    margin:0;
}

.stay-content li{
    margin-bottom:10px;
    font-size:13px;
    color:rgba(31,90,96,.75);
}

.stay-footer{
    margin-top:20px;
    padding-top:20px;
    border-top:1px solid rgba(31,90,96,.10);
    font-size:12px;
    color:rgba(31,90,96,.65);
}

.custom-trip-section{
    background:#f5f1e8;
    padding:120px 0;
}

.custom-trip-header{
    margin-bottom:60px;
}

.custom-trip-eyebrow{
    font-size:11px;
    text-transform:uppercase;
    letter-spacing:.25em;
    color:rgba(31,90,96,.70);
    margin-bottom:20px;
}

.custom-trip-title{
    font-family:'Cormorant Garamond',serif;
    font-size:60px;
    line-height:1.05;
    color:#1F5A60;
}

.custom-trip-title span{
    font-style:italic;
}

.custom-trip-description{
    margin-top:25px;
    max-width:650px;
    color:rgba(31,90,96,.75);
}

.custom-trip-btn{
    display:inline-flex;
    align-items:center;
    gap:12px;
    padding:10px 10px 10px 24px;
    border-radius:999px;
    background:#1F5A60;
    color:#f5f1e8;
    text-decoration:none;
    text-transform:uppercase;
    letter-spacing:.18em;
    font-size:12px;
}

.custom-trip-btn span{
    width:36px;
    height:36px;
    border-radius:50%;
    background:#f5f1e8;
    color:#1F5A60;
    display:flex;
    align-items:center;
    justify-content:center;
}

.custom-trip-grid{
    border:1px solid rgba(31,90,96,.15);
}

.trip-step-card{
    background:#f5f1e8;
    padding:36px;
    height:100%;
    border-right:1px solid rgba(31,90,96,.15);
}

.trip-step-top{
    display:flex;
    justify-content:space-between;
    align-items:center;
    margin-bottom:30px;
}

.trip-icon{
    width:44px;
    height:44px;
    border-radius:50%;
    background:rgba(31,90,96,.08);
    display:flex;
    align-items:center;
    justify-content:center;
    color:#1F5A60;
}

.trip-number{
    font-family:'Cormorant Garamond',serif;
    font-style:italic;
    color:rgba(31,90,96,.35);
}

.trip-step-card h3{
    font-family:'Cormorant Garamond',serif;
    font-size:24px;
    color:#1F5A60;
    margin-bottom:10px;
}

.trip-step-card p{
    color:rgba(31,90,96,.75);
    font-size:14px;
    line-height:1.8;
}

.included-section{
    background:#f5f1e8;
    padding:120px 0;
}

.included-header{
    max-width:800px;
    margin-bottom:60px;
}

.included-eyebrow{
    font-size:11px;
    text-transform:uppercase;
    letter-spacing:.25em;
    color:rgba(31,90,96,.70);
    margin-bottom:20px;
}

.included-title{
    font-family:'Cormorant Garamond',serif;
    font-size:60px;
    line-height:1.05;
    color:#1F5A60;
}

.included-title span{
    font-style:italic;
}

.included-card{
    display:flex;
    gap:24px;
    padding:32px;
    background:#ece5d4;
    border:1px solid rgba(31,90,96,.10);
    height:100%;
}

.included-icon{
    width:48px;
    height:48px;
    border-radius:50%;
    background:#1F5A60;
    color:#f5f1e8;
    display:flex;
    align-items:center;
    justify-content:center;
    flex-shrink:0;
    font-size:18px;
}

.included-content h3{
    font-family:'Cormorant Garamond',serif;
    font-size:26px;
    color:#1F5A60;
    margin-bottom:10px;
}

.included-content p{
    font-size:14.5px;
    line-height:1.8;
    color:rgba(31,90,96,.80);
    margin:0;
}

.included-footer{
    margin-top:40px;
    text-align:center;
    font-size:12px;
    text-transform:uppercase;
    letter-spacing:.15em;
    color:rgba(31,90,96,.55);
}

.bluezone-section{
    background:#f5f1e8;
    padding:120px 0;
    overflow:hidden;
}

.bluezone-image-wrap{
    position:relative;
}

.bluezone-image-wrap img{
    width:100%;
    aspect-ratio:4/5;
    object-fit:cover;
    display:block;
}

.bluezone-stat-card{
    position:absolute;
    right:-20px;
    bottom:-25px;
    background:#f5f1e8;
    padding:28px;
    max-width:270px;
    border:1px solid rgba(31,90,96,.10);
    box-shadow:0 20px 40px -15px rgba(31,90,96,.30);
}

.bluezone-number{
    font-family:'Cormorant Garamond',serif;
    font-size:72px;
    color:#C9A24A;
    line-height:1;
}

.bluezone-stat-title{
    margin-top:12px;
    text-transform:uppercase;
    letter-spacing:.20em;
    font-size:11px;
    color:rgba(31,90,96,.70);
}

.bluezone-stat-text{
    margin-top:15px;
    font-size:13px;
    line-height:1.8;
    color:rgba(31,90,96,.80);
}

.bluezone-eyebrow{
    font-size:11px;
    text-transform:uppercase;
    letter-spacing:.25em;
    color:rgba(31,90,96,.70);
    margin-bottom:20px;
}

.bluezone-title{
    font-family:'Cormorant Garamond',serif;
    font-size:60px;
    line-height:1.05;
    color:#1F5A60;
}

.bluezone-title span{
    font-style:italic;
}

.bluezone-content{
    margin-top:35px;
}

.bluezone-content p{
    font-size:16px;
    line-height:1.9;
    color:rgba(31,90,96,.80);
    margin-bottom:20px;
}

.bluezone-region-box{
    margin-top:40px;
    display:flex;
    gap:16px;
    padding:20px;
    border:1px solid rgba(31,90,96,.15);
    background:rgba(255,255,255,.45);
}

.region-icon{
    color:#C9A24A;
    font-size:20px;
}

.region-label{
    text-transform:uppercase;
    letter-spacing:.22em;
    font-size:11px;
    color:rgba(31,90,96,.65);
    margin-bottom:6px;
}

.region-text{
    font-size:14px;
    color:rgba(31,90,96,.85);
}

.tours-section{
    padding:120px 0;
    background:#f5f1e8;
}

.tours-header{
    margin-bottom:70px;
}

.tours-eyebrow{
    font-size:11px;
    text-transform:uppercase;
    letter-spacing:.25em;
    color:rgba(31,90,96,.70);
    margin-bottom:20px;
}

.tours-title{
    font-family:'Cormorant Garamond',serif;
    font-size:60px;
    line-height:1.05;
    color:#1F5A60;
}

.tours-title span{
    font-style:italic;
}

.tours-description{
    margin-top:25px;
    max-width:720px;
    color:rgba(31,90,96,.75);
}

.tours-link{
    text-transform:uppercase;
    letter-spacing:.18em;
    color:#1F5A60;
    text-decoration:underline;
}

.tour-card{
    display:block;
    text-decoration:none;
}

.tour-image{
    position:relative;
    aspect-ratio:3/4;
    overflow:hidden;
    background:#1F5A60;
}

.tour-image img{
    width:100%;
    height:100%;
    object-fit:cover;
    transition:1.2s;
    opacity:.9;
}

.tour-card:hover img{
    transform:scale(1.1);
    opacity:1;
}

.tour-overlay{
    position:absolute;
    inset:0;
    background:linear-gradient(
        to top,
        #1F5A60,
        rgba(31,90,96,.30),
        transparent
    );
}

.tour-content{
    position:absolute;
    inset:0;
    padding:24px;
    display:flex;
    flex-direction:column;
    justify-content:space-between;
}

.tour-arrow{
    align-self:flex-end;
    width:38px;
    height:38px;
    border-radius:50%;
    border:1px solid rgba(245,241,232,.40);
    display:flex;
    align-items:center;
    justify-content:center;
    color:#f5f1e8;
    transition:.3s;
}

.tour-card:hover .tour-arrow{
    background:#f5f1e8;
    color:#1F5A60;
}

.tour-location{
    font-size:11px;
    letter-spacing:.20em;
    text-transform:uppercase;
    color:rgba(245,241,232,.80);
    margin-bottom:10px;
}

.tour-content h3{
    font-family:'Cormorant Garamond',serif;
    font-size:22px;
    color:#f5f1e8;
    line-height:1.2;
}

.soluna-way-section{
    background:#f5f1e8;
    padding:120px 0;
}

.soluna-way-eyebrow{
    font-size:11px;
    text-transform:uppercase;
    letter-spacing:.25em;
    color:rgba(31,90,96,.70);
    margin-bottom:20px;
}

.soluna-way-title{
    font-family:'Cormorant Garamond',serif;
    font-size:60px;
    line-height:1.05;
    color:#1F5A60;
    max-width:900px;
}

.soluna-way-title span{
    font-style:italic;
}

.soluna-way-description{
    margin-top:25px;
    max-width:700px;
    font-size:16px;
    line-height:1.8;
    color:rgba(31,90,96,.75);
}

.soluna-way-grid{
    margin-top:80px;
}

.soluna-card-image{
    position:relative;
    aspect-ratio:4/5;
    overflow:hidden;
    margin-bottom:24px;
}

.soluna-card-image img{
    width:100%;
    height:100%;
    object-fit:cover;
    transition:1.2s;
}

.soluna-card:hover img{
    transform:scale(1.05);
}

.soluna-card-number{
    position:absolute;
    top:20px;
    left:20px;
    font-family:'Cormorant Garamond',serif;
    font-style:italic;
    font-size:18px;
    color:rgba(245,241,232,.90);
}

.soluna-card h3{
    font-family:'Cormorant Garamond',serif;
    font-size:28px;
    color:#1F5A60;
    margin-bottom:16px;
}

.soluna-card p{
    font-size:14.5px;
    line-height:1.9;
    color:rgba(31,90,96,.75);
}

.founder-quote-section{
    position:relative;
    min-height:600px;
    height:80vh;
    overflow:hidden;
}

.founder-bg{
    position:absolute;
    inset:0;
    background-size:cover;
    background-position:center;
    background-attachment:fixed;
}

.founder-overlay{
    position:absolute;
    inset:0;
    background:rgba(31,90,96,.55);
}

.founder-quote-section .container{
    position:relative;
    z-index:2;
    height:100%;
}

.founder-content{
    max-width:900px;
}

.founder-eyebrow{
    margin-bottom:30px;
    font-size:11px;
    letter-spacing:.30em;
    text-transform:uppercase;
    color:rgba(245,241,232,.80);
}

.founder-quote{
    margin:0;
    font-family:'Cormorant Garamond',serif;
    font-style:italic;
    font-size:56px;
    line-height:1.15;
    color:#f5f1e8;
}

.founder-author{
    margin-top:40px;
    font-size:11px;
    letter-spacing:.25em;
    text-transform:uppercase;
    color:rgba(245,241,232,.70);
}

.ideal-section{
    background:#ece5d4;
    padding:120px 0;
}

.ideal-eyebrow{
    font-size:11px;
    text-transform:uppercase;
    letter-spacing:.25em;
    color:rgba(31,90,96,.70);
    margin-bottom:20px;
}

.ideal-title{
    font-family:'Cormorant Garamond',serif;
    font-size:60px;
    line-height:1.05;
    color:#1F5A60;
    max-width:900px;
}

.ideal-title span{
    font-style:italic;
}

.ideal-grid{
    margin-top:60px;
}

.ideal-card{
    background:#f5f1e8;
    border:1px solid rgba(31,90,96,.10);
    padding:22px 20px;
    display:flex;
    align-items:center;
    gap:16px;
    height:100%;
    transition:.35s;
}

.ideal-card:hover{
    transform:translateY(-3px);
    border-color:rgba(31,90,96,.30);
}

.ideal-icon{
    width:42px;
    height:42px;
    border-radius:50%;
    background:rgba(31,90,96,.08);
    display:flex;
    align-items:center;
    justify-content:center;
    flex-shrink:0;
    transition:.35s;
}

.ideal-card:hover .ideal-icon{
    background:rgba(201,162,74,.15);
}

.ideal-icon i{
    color:#1F5A60;
    transition:.35s;
}

.ideal-card:hover .ideal-icon i{
    color:#C9A24A;
}

.ideal-card p{
    margin:0;
    font-size:14px;
    line-height:1.5;
    color:rgba(31,90,96,.90);
}

.contact-section{
    background:#f5f1e8;
    padding:120px 0;
}

.contact-eyebrow{
    font-size:11px;
    text-transform:uppercase;
    letter-spacing:.25em;
    color:rgba(31,90,96,.70);
    margin-bottom:20px;
}

.contact-title{
    font-family:'Cormorant Garamond',serif;
    font-size:60px;
    line-height:1.05;
    color:#1F5A60;
}

.contact-title span{
    font-style:italic;
}

.contact-description{
    margin-top:24px;
    max-width:450px;
    color:rgba(31,90,96,.80);
    line-height:1.8;
}

.contact-info{
    margin-top:40px;
}

.contact-item{
    display:flex;
    align-items:center;
    gap:14px;
    margin-bottom:16px;
    color:#1F5A60;
    text-decoration:none;
}

.contact-icon{
    width:38px;
    height:38px;
    border-radius:50%;
    background:rgba(31,90,96,.10);
    display:flex;
    align-items:center;
    justify-content:center;
}

.contact-whatsapp{
    display:inline-flex;
    margin-top:15px;
    background:#25D366;
    color:#fff;
    text-decoration:none;
    padding:14px 24px;
    border-radius:50px;
    text-transform:uppercase;
    letter-spacing:.18em;
    font-size:12px;
}

.contact-form-wrap{
    padding:50px;
    border:1px solid rgba(31,90,96,.20);
    background:#f5f1e8;
    box-shadow:0 20px 50px -30px rgba(31,90,96,.35);
}

.contact-form-wrap{
    background:#f5f1e8;
    padding:48px;
    border:1px solid rgba(31,90,96,.20);
    box-shadow:0 20px 50px -30px rgba(31,90,96,.35);
}

.soluna-form label{
    display:block;
    margin-bottom:10px;
    font-size:11px;
    font-weight:600;
    letter-spacing:.20em;
    text-transform:uppercase;
    color:#1F5A60;
}

.soluna-form input,
.soluna-form textarea{
    width:100%;
    background:#f5f1e8;
    border:1px solid rgba(31,90,96,.30);
    padding:14px 16px;
    font-size:15px;
    color:#1F5A60;
    border-radius:2px;
    outline:none;
    transition:.3s;
}

.soluna-form input::placeholder,
.soluna-form textarea::placeholder{
    color:rgba(31,90,96,.55);
}

.soluna-form input:focus,
.soluna-form textarea:focus{
    border-color:#1F5A60;
}

.soluna-form textarea{
    resize:none;
}

.soluna-form .wpcf7-spinner{
    margin-top:15px;
}

.soluna-submit-btn{
    display:inline-flex;
    align-items:center;
    gap:14px;
    padding:8px 8px 8px 24px;
    border:none;
    border-radius:50px;
    background:#1F5A60;
    color:#f5f1e8;
    text-transform:uppercase;
    letter-spacing:.18em;
    font-size:12px;
    cursor:pointer;
    transition:.3s;
}

.soluna-submit-btn:hover{
    background:#164B4F;
}

.soluna-submit-btn span{
    width:38px;
    height:38px;
    border-radius:50%;
    background:#C9A24A;
    color:#1F5A60;
    display:flex;
    align-items:center;
    justify-content:center;
    transition:.3s;
}

.soluna-submit-btn:hover span{
    transform:translateX(4px);
}

.wpcf7 form .wpcf7-response-output{
    margin:20px 0 0;
    border:none;
    background:#ece5d4;
    color:#1F5A60;
    padding:14px 18px;
}

.wpcf7-not-valid-tip{
    font-size:12px;
    margin-top:6px;
}

.whatsapp-cta-section{
    position:relative;
    overflow:hidden;
    padding:120px 0;
    background:#1F5A60;
}

.wa-glow{
    position:absolute;
    width:420px;
    height:420px;
    border-radius:50%;
    filter:blur(100px);
    pointer-events:none;
}

.wa-glow-left{
    top:-140px;
    left:-140px;
    background:rgba(201,162,74,.12);
}

.wa-glow-right{
    bottom:-140px;
    right:-140px;
    background:rgba(37,211,102,.10);
}

.wa-badge{
    display:inline-flex;
    align-items:center;
    gap:10px;
    padding:8px 18px;
    border-radius:999px;
    border:1px solid rgba(37,211,102,.40);
    background:rgba(37,211,102,.15);
    color:#25D366;
    text-transform:uppercase;
    letter-spacing:.22em;
    font-size:10.5px;
}

.wa-ping{
    width:8px;
    height:8px;
    border-radius:50%;
    background:#25D366;
    animation:waPulse 1.8s infinite;
}

@keyframes waPulse{
    0%{transform:scale(1);}
    50%{transform:scale(1.6);}
    100%{transform:scale(1);}
}

.wa-title{
    margin-top:30px;
    font-family:'Cormorant Garamond',serif;
    font-size:72px;
    line-height:1.05;
    color:#f5f1e8;
}

.wa-title span{
    color:#25D366;
    font-style:italic;
}

.wa-description{
    max-width:650px;
    margin:25px auto 0;
    color:rgba(245,241,232,.80);
    line-height:1.8;
    font-size:16px;
}

.wa-actions{
    margin-top:40px;
    display:flex;
    flex-wrap:wrap;
    justify-content:center;
    align-items:center;
    gap:20px;
}

.wa-btn{
    display:flex;
    align-items:center;
    gap:18px;
    background:#25D366;
    color:#fff;
    text-decoration:none;
    padding:14px 14px 14px 28px;
    border-radius:999px;
    transition:.3s;
}

.wa-btn:hover{
    background:#1ebe57;
    color:#fff;
    transform:translateY(-2px);
}

.wa-btn-content{
    display:flex;
    flex-direction:column;
    align-items:flex-start;
}

.wa-btn-title{
    text-transform:uppercase;
    letter-spacing:.15em;
    font-size:13px;
}

.wa-btn-number{
    font-size:10px;
    opacity:.9;
}

.wa-arrow{
    width:44px;
    height:44px;
    border-radius:50%;
    background:#fff;
    color:#25D366;
    display:flex;
    align-items:center;
    justify-content:center;
}

.wa-phone-link{
    color:rgba(245,241,232,.85);
    text-transform:uppercase;
    letter-spacing:.18em;
    font-size:12px;
    text-decoration:underline;
    text-underline-offset:6px;
    text-decoration-color:#C9A24A;
}

.wa-phone-link:hover{
    color:#C9A24A;
}

.wa-footer{
    margin-top:40px;
    color:rgba(245,241,232,.55);
    text-transform:uppercase;
    letter-spacing:.20em;
    font-size:11px;
}

.site-footer{
    background:#1F5A60;
    color:#f5f1e8;
    padding-top:80px;
    padding-bottom:30px;
}

.footer-main{
    margin-bottom:60px;
}

.footer-logo-wrap{
    display:flex;
    align-items:center;
    gap:14px;
    text-decoration:none;
}

.footer-logo{
    width:56px;
    height:56px;
    border-radius:50%;
    overflow:hidden;
    background:#f5f1e8;
    flex-shrink:0;
}

.footer-logo img{
    width:100%;
    height:100%;
    object-fit:cover;
}

.footer-brand-text{
    display:flex;
    flex-direction:column;
}

.footer-title{
    font-family:'Cormorant Garamond',serif;
    font-size:28px;
    color:#f5f1e8;
}

.footer-subtitle{
    margin-top:6px;
    font-size:10px;
    text-transform:uppercase;
    letter-spacing:.32em;
    color:#C9A24A;
}

.footer-description{
    margin-top:24px;
    max-width:360px;
    font-size:14px;
    line-height:1.8;
    color:rgba(245,241,232,.75);
}

.footer-heading{
    margin-bottom:24px;
    font-size:10px;
    text-transform:uppercase;
    letter-spacing:.25em;
    color:rgba(245,241,232,.60);
}

.footer-menu{
    list-style:none;
    margin:0;
    padding:0;
}

.footer-menu li{
    margin-bottom:12px;
}

.footer-menu a{
    color:#f5f1e8;
    text-decoration:none;
    transition:.3s;
}

.footer-menu a:hover{
    color:#C9A24A;
}

.footer-contact{
    list-style:none;
    margin:0;
    padding:0;
}

.footer-contact li{
    display:flex;
    align-items:center;
    gap:12px;
    margin-bottom:14px;
}

.footer-contact a{
    color:#f5f1e8;
    text-decoration:none;
}

.footer-contact a:hover{
    color:#C9A24A;
}

.footer-bottom{
    border-top:1px solid rgba(245,241,232,.15);
    padding-top:30px;
}

.footer-bottom p{
    margin:0;
    font-size:11px;
    letter-spacing:.18em;
    text-transform:uppercase;
    color:rgba(245,241,232,.55);
}

.floating-whatsapp{
    position:fixed;
    right:24px;
    bottom:24px;
    z-index:9999;

    display:flex;
    align-items:center;
    gap:12px;

    padding:14px 20px 14px 16px;

    background:#1bc55b;
    color:#fff;

    text-decoration:none;

    border-radius:999px;

    box-shadow:0 15px 35px -5px rgba(37,211,102,.55);

    transition:.35s ease;
}

.floating-whatsapp:hover{
    background:#1ebe57;
    color:#fff;
    transform:translateY(-2px);
}

.wa-icon-wrap{
    position:relative;

    width:20px;
    height:20px;

    display:flex;
    align-items:center;
    justify-content:center;
}

.wa-icon-wrap i{
    position:relative;
    z-index:2;
    font-size:20px;
}

.wa-ping{
    position:absolute;

    width:100%;
    height:100%;

    border-radius:50%;

    background:rgba(255,255,255,.35);

    animation:waPulse 2s infinite;
}

@keyframes waPulse{

    0%{
        transform:scale(1);
        opacity:.7;
    }

    70%{
        transform:scale(2);
        opacity:0;
    }

    100%{
        opacity:0;
    }

}

.wa-label{
    font-size:11px;
    font-weight:500;
    letter-spacing:.18em;
    text-transform:uppercase;
    white-space:nowrap;
}

/* =========================
   TOP STRIP
========================= */

.top-strip{
    position:fixed;
    top:0;
    left:0;
    right:0;
    z-index:1060;

    height:48px;

    background:#1F5A60;
    border-bottom:1px solid rgba(201,162,74,.20);

    color:#f5f1e8;
}

.top-strip .row{
    height:48px;
}

.custom-container{
    max-width:1320px;
}

.top-contact,
.top-right{
    display:flex;
    align-items:center;
}

.top-contact{
    gap:24px;
}

.top-right{
    justify-content:flex-end;
    gap:20px;
}

.top-contact a{
    color:#f5f1e8;
    text-decoration:none;
    font-size:13px;
    font-weight:500;
    transition:.3s;
}

.top-contact a:hover{
    color:#C9A24A;
}

.top-contact i{
    margin-right:8px;
}

.divider{
    width:1px;
    height:16px;
    background:rgba(245,241,232,.25);
}

.top-tagline{
    font-size:11px;
    font-weight:600;
    text-transform:uppercase;
    letter-spacing:.28em;
    color:#C9A24A;
}

.whatsapp-btn{
    display:inline-flex;
    align-items:center;

    gap:8px;

    background:#25D366;

    color:#fff;
    text-decoration:none;

    padding:7px 18px;

    border-radius:50px;

    font-size:12px;
    font-weight:600;

    letter-spacing:.12em;
    text-transform:uppercase;

    transition:.3s;
}

.whatsapp-btn:hover{
    background:#1ebe57;
    color:#fff;
}

/* =========================
   HEADER
========================= */

.site-header{
    position:fixed;

    top:48px;
    left:0;
    right:0;

    z-index:1050;
}

.soluna-navbar{

    min-height:96px;

    padding-top:0;
    padding-bottom:0;

    background:#f5f1e8;

    border-bottom:1px solid rgba(31,90,96,.08);
}

.soluna-brand{
    display:flex;
    align-items:center;
    gap:14px;

    text-decoration:none;
}

.logo-circle{
    width:64px;
    height:64px;

    border-radius:50%;
    overflow:hidden;

    background:#f5f1e8;

    flex-shrink:0;

    border:1px solid rgba(31,90,96,.15);

    box-shadow:0 2px 8px rgba(31,90,96,.15);
}

.logo-circle img{
    width:100%;
    height:100%;
    object-fit:cover;
}

.brand-text{
    display:flex;
    flex-direction:column;
}

.brand-title {
    font-family: 'Cormorant Garamond', serif;
    font-size: 34px;
    line-height: 1;
    color: #1F5A60;
    font-weight: 700;
}

.brand-subtitle{
    margin-top:6px;

    font-size:10px;

    letter-spacing:.32em;
    text-transform:uppercase;
font-weight: 600;
    color:#C9A24A;
}

.navbar-nav{
    gap:36px;
}

.nav-link{
    position:relative;

    padding:0 !important;

    font-size:13px;

    text-transform:uppercase;

    letter-spacing:.10em;

    color:rgba(31,90,96,.80) !important;

    transition:.3s;
}

.nav-link:hover{
    color:#1F5A60 !important;
}

.nav-link::after{
    content:'';

    position:absolute;

    left:0;
    bottom:-6px;

    width:0;
    height:1px;

    background:#1F5A60;

    transition:.3s;
}

.nav-link:hover::after{
    width:100%;
}

.header-cta{
    display:inline-flex;
    align-items:center;
    justify-content:center;

    background:#1F5A60;

    color:#f5f1e8;
    text-decoration:none;

    padding:12px 24px;

    border-radius:50px;

    font-size:12px;
    letter-spacing:.15em;

    text-transform:uppercase;

    transition:.3s;
}

.header-cta:hover{
    background:#164B4F;
    color:#fff;
}

/* =========================
   BODY OFFSET
========================= */

body{
    font-family:'Inter',sans-serif;
    background:#f5f1e8;

    padding-top:144px;
}

/* =========================
   MOBILE
========================= */

@media(max-width:991px){

    body{
        padding-top:96px;
    }

    .site-header{
        top:0;
    }

    .soluna-navbar{
        background:#f5f1e8;
    }

    .navbar-collapse{
        background:#f5f1e8;

        margin-top:15px;

        padding:25px;

        border-top:1px solid rgba(31,90,96,.10);
    }

    .navbar-nav{
        gap:0;
    }

    .nav-item{
        margin-bottom:16px;
    }

    .header-cta{
        margin-top:10px;
        width:100%;
    }

    .brand-title{
        font-size:26px;
    }

}

.site-header{
    transition:.35s ease;
}

.site-header.header-scrolled{

    box-shadow:
    0 10px 30px rgba(0,0,0,.08);

}

.floating-whatsapp{

    opacity:0;
    visibility:hidden;

    transform:translateY(20px);

    transition:.3s;

}

.floating-whatsapp.show-wa{

    opacity:1;
    visibility:visible;

    transform:translateY(0);

}

.package-hero-section{
    position:relative;
    height:88vh;
    min-height:640px;
    overflow:hidden;
    background:#1F5A60;
}

.package-hero-bg{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    object-fit:cover;
}

.package-hero-overlay{
    position:absolute;
    inset:0;

    background:
    linear-gradient(
        180deg,
        rgba(31,90,96,.40) 0%,
        rgba(31,90,96,.20) 45%,
        rgba(31,90,96,.85) 100%
    );
}

.package-hero-wrapper{
    position:relative;
    z-index:2;

    height:100%;

    display:flex;
    flex-direction:column;
}

.package-back-wrap{
    padding-top:120px;
}

.package-back-link{
    display:inline-flex;
    align-items:center;
    gap:10px;

    color:rgba(245,241,232,.90);
    text-decoration:none;

    font-size:11px;
    font-weight:500;

    letter-spacing:.20em;
    text-transform:uppercase;

    transition:.3s ease;
}

.package-back-link:hover{
    color:#ffffff;
}

.package-back-link i{
    font-size:12px;
}

.package-hero-content{
    margin-top:auto;
    padding-bottom:90px;
}

.package-meta{
    display:flex;
    flex-wrap:wrap;
    align-items:center;
    gap:14px;

    margin-bottom:24px;
}

.package-badge{
    display:inline-flex;
    align-items:center;

    padding:8px 14px;

    background:#f5f1e8;
    color:#1F5A60;

    border-radius:50px;

    font-size:10px;
    font-weight:500;

    letter-spacing:.20em;
    text-transform:uppercase;
}

.package-meta-item{
    display:inline-flex;
    align-items:center;
    gap:8px;

    color:rgba(245,241,232,.90);

    font-size:11px;
    font-weight:500;

    letter-spacing:.20em;
    text-transform:uppercase;
}

.package-meta-item i{
    font-size:12px;
}

.package-title{
    max-width:1000px;

    margin:0;

    font-family:'Cormorant Garamond', serif;
    font-size:84px;
    font-weight:400;

    line-height:1.02;
    letter-spacing:-0.01em;

    color:#f5f1e8;
}

.package-title span{
    font-style:italic;
}

.package-description{
    margin-top:24px;

    max-width:760px;

    color:rgba(245,241,232,.85);

    font-size:16px;
    line-height:1.8;
    font-weight:400;
}

.package-includes-section{
    padding:100px 0;
    background:#f5f1e8;
}

.package-section-subtitle{
    margin-bottom:20px;

    color:rgba(31,90,96,.70);

    font-size:11px;
    font-weight:500;

    letter-spacing:.25em;
    text-transform:uppercase;
}

.package-section-title{
    margin:0;

    color:#1F5A60;

    font-family:'Cormorant Garamond',serif;

    font-size:44px;
    line-height:1.1;
}

.package-section-title span{
    font-style:italic;
}

.package-includes-list{
    list-style:none;
    padding:0;
    margin:0;

    display:grid;

    grid-template-columns:
    repeat(2,minmax(0,1fr));

    gap:18px 40px;
}

.package-includes-list li{
    display:flex;
    align-items:flex-start;
    gap:12px;

    color:rgba(31,90,96,.85);

    font-size:15px;
    line-height:1.7;
}

.package-bullet{
    width:6px;
    height:6px;

    margin-top:10px;

    border-radius:50%;

    background:#246B6E;

    flex-shrink:0;
}

.package-itinerary-section{
    padding:120px 0;
    background:#F5F1E8;
    overflow:hidden;
}

.package-itinerary-section .container{
    max-width:1320px;
}

.package-timeline{
    position:relative;
    margin-top:80px;
}

.package-timeline:before{
    content:'';
    position:absolute;
    top:0;
    bottom:0;
    left:50%;
    width:1px;
    background:rgba(31,90,96,.18);
    transform:translateX(-50%);
}

.timeline-row{
    position:relative;
    margin-bottom:90px;
}

.timeline-row:last-child{
    margin-bottom:0;
}

.timeline-dot{
    position:absolute;
    left:50%;
    top:10px;

    width:8px;
    height:8px;

    background:#246B6E;
    border-radius:50%;

    transform:translateX(-50%);
    z-index:5;
}

.timeline-heading{
    padding-right:70px;
}

.timeline-day{
    margin:0 0 14px;

    color:rgba(31,90,96,.55);

    font-size:9px;
    font-weight:500;

    text-transform:uppercase;
    letter-spacing:.35em;
}

.timeline-heading h3{
    margin:0;

    font-family:'Cormorant Garamond',serif;
    font-weight:400;

    font-size:44px;
    line-height:1.15;

    color:#1F5A60;
}

.timeline-reverse .timeline-heading{
    padding-right:0;
    padding-left:70px;
    text-align:right;
}

.timeline-activities{
    list-style:none;
    padding:0;
    margin:0;
}

.timeline-activities li{
    display:flex;
    align-items:flex-start;

    gap:12px;

    margin-bottom:14px;

    font-size:16px;
    line-height:1.8;

    color:rgba(31,90,96,.75);
}

.timeline-activities li:last-child{
    margin-bottom:0;
}

.timeline-activities li i{
    color:#D5B067;
    font-size:12px;
    margin-top:7px;
    flex-shrink:0;
}

.itinerary-intro{
    max-width:280px;
    margin-left:auto;

    color:rgba(31,90,96,.55);

    font-size:11px;
    line-height:1.7;
}

.package-section-subtitle{
    margin-bottom:12px;

    font-size:9px;

    text-transform:uppercase;
    letter-spacing:.35em;

    color:rgba(31,90,96,.55);
}

.package-section-title{
    font-family:'Cormorant Garamond',serif;
    font-weight:400;

    font-size:64px;
    line-height:1;

    color:#1F5A60;
}

.package-section-title span{
    font-style:italic;
}

.package-included-section{
    padding:110px 0;
    background:#F5F1E8;
}

.package-small-title{
    margin-bottom:18px;

    color:rgba(31,90,96,.70);

    font-size:11px;
    text-transform:uppercase;
    letter-spacing:.25em;
}

.package-side-title{
    margin-bottom:40px;

    color:#1F5A60;

    font-family:'Cormorant Garamond',serif;
    font-size:38px;
    font-weight:400;
}

.package-side-title span{
    font-style:italic;
}

.included-list,
.excluded-list{
    margin:0;
    padding:0;
    list-style:none;
}

.included-list li,
.excluded-list li{
    display:flex;
    align-items:flex-start;
    gap:14px;

    margin-bottom:18px;

    color:rgba(31,90,96,.85);

    font-size:15px;
    line-height:1.7;
}

.included-list i{
    color:#246B6E;
    margin-top:5px;
    flex-shrink:0;
}

.excluded-dot{
    width:4px;
    height:4px;

    background:rgba(31,90,96,.45);

    border-radius:50%;

    margin-top:11px;

    flex-shrink:0;
}

.pricing-note{
    margin-top:45px;

    color:rgba(31,90,96,.65);

    font-size:14px;
    line-height:1.8;
}

.package-cta-section{
    padding:110px 0;
    background:#1F5A60;
    color:#F5F1E8;
}

.package-cta-subtitle{
    margin-bottom:20px;

    font-size:11px;
    text-transform:uppercase;
    letter-spacing:.25em;

    color:rgba(245,241,232,.70);
}

.package-cta-title{
    margin:0 auto;

    max-width:900px;

    font-family:'Cormorant Garamond',serif;
    font-weight:400;

    font-size:68px;
    line-height:1.05;

    color:#F5F1E8;
}

.package-cta-title span{
    font-style:italic;
}

.package-cta-buttons{
    display:flex;
    justify-content:center;
    align-items:center;
    flex-wrap:wrap;

    gap:22px;

    margin-top:50px;
}

.package-cta-btn{
    display:inline-flex;
    align-items:center;

    gap:14px;

    padding:8px 8px 8px 28px;

    background:#F5F1E8;

    color:#1F5A60;

    text-decoration:none;

    border-radius:50px;

    font-size:12px;
    font-weight:500;

    text-transform:uppercase;
    letter-spacing:.18em;

    transition:.3s;
}

.package-cta-btn:hover{
    background:#ECE5D4;
    color:#1F5A60;
}

.package-cta-btn span{
    width:38px;
    height:38px;

    border-radius:50%;

    background:#1F5A60;
    color:#F5F1E8;

    display:flex;
    align-items:center;
    justify-content:center;
}

.package-whatsapp-link{
    color:#F5F1E8;
    text-transform:uppercase;
    letter-spacing:.18em;
    font-size:12px;

    text-decoration:underline;
    text-underline-offset:6px;
}

.package-whatsapp-link:hover{
    color:#F5F1E8;
}

.related-packages-section{
    padding:110px 0;
    background:#F5F1E8;
}

.related-title{
    margin-bottom:60px;

    color:#1F5A60;

    font-family:'Cormorant Garamond',serif;
    font-size:42px;
    font-weight:400;
}

.related-title span{
    font-style:italic;
}

.related-package-card{
    display:block;

    height:100%;

    overflow:hidden;

    border:1px solid rgba(31,90,96,.10);

    border-radius:2px;

    text-decoration:none;

    transition:.3s;
}

.related-package-card:hover{
    border-color:rgba(31,90,96,.30);
}

.related-image{
    overflow:hidden;
    aspect-ratio:4/3;
}

.related-image img{
    width:100%;
    height:100%;

    object-fit:cover;

    transition:1.2s ease;
}

.related-package-card:hover img{
    transform:scale(1.05);
}

.related-content{
    padding:24px;
}

.related-duration{
    margin-bottom:10px;

    color:rgba(31,90,96,.60);

    font-size:10px;

    letter-spacing:.20em;
    text-transform:uppercase;
}

.related-content h3{
    margin:0;

    color:#1F5A60;

    font-family:'Cormorant Garamond',serif;
    font-size:22px;
    font-weight:400;
    line-height:1.25;
}

.tours-hero-section{
    padding-top:170px;
    padding-bottom:90px;

    background:#1F5A60;
    color:#F5F1E8;
}

.tours-back-link{
    display:inline-flex;
    align-items:center;
    gap:10px;

    margin-bottom:35px;

    color:rgba(245,241,232,.80);

    text-decoration:none;

    text-transform:uppercase;
    letter-spacing:.20em;

    font-size:11px;

    transition:.3s;
}

.tours-back-link:hover{
    color:#ffffff;
}

.tours-subtitle{
    margin-bottom:20px;

    font-size:11px;

    text-transform:uppercase;
    letter-spacing:.25em;

    color:rgba(245,241,232,.70);
}

.tours-title{
    margin:0;

    max-width:1100px;

    font-family:'Cormorant Garamond',serif;
    font-weight:400;

    font-size:88px;
    line-height:1.02;
    letter-spacing:-.01em;

    color:#F5F1E8;
}

.tours-title span{
    font-style:italic;
}

.tours-description{
    margin-top:28px;

    max-width:760px;

    color:rgba(245,241,232,.80);

    font-size:16px;
    line-height:1.8;
}

.tours-listing-section{
    padding:90px 0 120px;
    background:#F5F1E8;
}

.tour-sidebar{
    position:sticky;
    top:110px;
}

.tour-count{
    margin-bottom:20px;

    color:rgba(31,90,96,.65);

    font-size:11px;
    letter-spacing:.25em;
    text-transform:uppercase;
}

.tour-list{
    margin:0;
    padding:0;
    list-style:none;

    border-top:1px solid rgba(31,90,96,.10);
    border-bottom:1px solid rgba(31,90,96,.10);

    max-height:70vh;
    overflow-y:auto;
}

.tour-list li{
    border-bottom:1px solid rgba(31,90,96,.10);
}

.tour-list li:last-child{
    border-bottom:none;
}

.tour-selector{
    width:100%;

    padding:18px 4px;

    background:none;
    border:none;

    display:flex;
    align-items:flex-start;

    gap:14px;

    text-align:left;

    color:rgba(31,90,96,.65);

    transition:.3s;
}

.tour-selector:hover{
    color:#1F5A60;
}

.tour-selector.active{
    color:#1F5A60;
}

.tour-dot{
    width:6px;
    height:6px;

    border-radius:50%;

    margin-top:10px;

    flex-shrink:0;

    background:rgba(31,90,96,.20);

    transition:.3s;
}

.tour-selector:hover .tour-dot{
    background:rgba(31,90,96,.50);
}

.tour-selector.active .tour-dot{
    background:#246B6E;
}

.tour-selector h4{
    margin:0;

    font-family:'Cormorant Garamond',serif;
    font-size:20px;
    font-weight:400;
    line-height:1.1;

    color:inherit;
}

.tour-selector p{
    margin-top:6px;
    margin-bottom:0;

    color:rgba(31,90,96,.55);

    font-size:10px;

    letter-spacing:.18em;
    text-transform:uppercase;
}

.tour-image-wrap{
    position:relative;

    overflow:hidden;

    border-radius:2px;

    margin-bottom:40px;

    aspect-ratio:16/10;
}

.tour-image-wrap img{
    width:100%;
    height:100%;
    object-fit:cover;
}

.tour-image-wrap:after{
    content:'';

    position:absolute;
    inset:0;

    background:linear-gradient(
        to top,
        rgba(31,90,96,.40),
        transparent
    );
}

.tour-badges{
    position:absolute;

    left:20px;
    bottom:20px;

    z-index:5;

    display:flex;
    flex-wrap:wrap;

    gap:10px;
}

.tour-badge{
    display:inline-flex;
    align-items:center;

    gap:8px;

    padding:8px 14px;

    border-radius:50px;

    background:#F5F1E8;

    color:#1F5A60;

    font-size:10px;

    text-transform:uppercase;
    letter-spacing:.20em;
}

.tour-badge.dark{
    background:rgba(31,90,96,.85);
    color:#F5F1E8;
}

.tour-small-title{
    margin-bottom:12px;

    color:rgba(31,90,96,.65);

    font-size:11px;
    letter-spacing:.25em;
    text-transform:uppercase;
}

.tour-detail-title{
    margin:0;

    color:#1F5A60;

    font-family:'Cormorant Garamond',serif;
    font-size:56px;
    font-weight:400;

    line-height:1.05;
    letter-spacing:-.01em;
}

.tour-description{
    margin-top:35px;

    max-width:760px;
}

.tour-description p{
    margin-bottom:24px;

    color:rgba(31,90,96,.80);

    font-size:15.5px;
    line-height:1.8;
}

.tour-description p:last-child{
    margin-bottom:0;
}

.tour-actions{
    margin-top:45px;

    display:flex;
    align-items:center;
    flex-wrap:wrap;

    gap:20px;
}

.tour-btn{
    display:inline-flex;
    align-items:center;
    gap:14px;

    padding:8px 8px 8px 26px;

    background:#1F5A60;

    color:#F5F1E8;

    text-decoration:none;

    border-radius:50px;

    font-size:12px;
    text-transform:uppercase;
    letter-spacing:.18em;

    transition:.3s;
}

.tour-btn:hover{
    background:#164B4F;
    color:#fff;
}

.tour-btn span{
    width:36px;
    height:36px;

    border-radius:50%;

    background:#F5F1E8;
    color:#1F5A60;

    display:flex;
    align-items:center;
    justify-content:center;
}

.tour-whatsapp{
    color:#1F5A60;

    text-decoration:underline;

    text-transform:uppercase;

    letter-spacing:.18em;

    font-size:12px;

    text-underline-offset:6px;
}

.gallery-hero-section{
    padding-top:170px;
    padding-bottom:70px;

    background:#1F5A60;
    color:#F5F1E8;
}

.gallery-back-link{
    display:inline-flex;
    align-items:center;
    gap:10px;

    margin-bottom:35px;

    text-decoration:none;

    color:rgba(245,241,232,.80);

    text-transform:uppercase;
    letter-spacing:.20em;

    font-size:11px;

    transition:.3s;
}

.gallery-back-link:hover{
    color:#ffffff;
}

.gallery-subtitle{
    margin-bottom:20px;

    font-size:11px;

    text-transform:uppercase;
    letter-spacing:.25em;

    color:rgba(245,241,232,.70);
}

.gallery-title{
    margin:0;

    max-width:1100px;

    font-family:'Cormorant Garamond',serif;
    font-size:16px;
    font-weight:400;

    line-height:1.02;
    letter-spacing:-.01em;

    color:#F5F1E8;
}
h1.gallery-title {
    font-size: 84px;
}
.gallery-title span{
    font-style:italic;
}

.gallery-description{
    margin-top:28px;

    max-width:760px;

    color:rgba(245,241,232,.80);

    font-size:16px;
    line-height:1.8;
}

.gallery-filter-section{
    position:sticky;
    top:96px;

    z-index:30;

    background:rgba(245,241,232,.95);

    backdrop-filter:blur(12px);

    border-bottom:1px solid rgba(31,90,96,.10);
}

.gallery-filter-scroll{
    display:flex;
    align-items:center;
    gap:12px;

    overflow-x:auto;

    padding:16px 0;

    white-space:nowrap;

    scrollbar-width:none;
}

.gallery-filter-scroll::-webkit-scrollbar{
    display:none;
}

.gallery-filter-btn{
    border:none;

    background:transparent;

    color:rgba(31,90,96,.70);

    padding:10px 18px;

    border-radius:50px;

    font-size:11px;

    text-transform:uppercase;

    letter-spacing:.18em;

    transition:.3s;
}

.gallery-filter-btn:hover{
    color:#1F5A60;
    background:rgba(31,90,96,.05);
}

.gallery-filter-btn.active{
    background:#1F5A60;
    color:#F5F1E8;
}

.gallery-grid{
    align-items:start;
}

.gallery-card{
    position:relative;
    overflow:hidden;
    border-radius:2px;
    background:#1F5A6010;
    height:260px;
    cursor:pointer;
}

.gallery-card-tall{
    height:540px;
}

.gallery-image{
    width:100%;
    height:100%;
    object-fit:cover;

    transition:transform 1.2s ease;
}

.gallery-card:hover .gallery-image{
    transform:scale(1.1);
}

.gallery-overlay{
    position:absolute;
    inset:0;

    display:flex;
    flex-direction:column;
    justify-content:flex-end;

    padding:18px;

    background:linear-gradient(
        to top,
        rgba(31,90,96,.65),
        transparent
    );

    opacity:0;

    transition:.4s ease;
}

.gallery-card:hover .gallery-overlay{
    opacity:1;
}

.gallery-category{
    font-size:10px;
    letter-spacing:.22em;
    text-transform:uppercase;
    color:#f5f1e8;
    margin-bottom:6px;
}


/* ==========================================
   GALLERY CTA
========================================== */

.gallery-cta-section{
    background:#ece5d4;
    padding:80px 0;
}

.gallery-cta-label{
    margin:0 0 20px;

    font-size:11px;
    font-weight:500;
    line-height:1;

    letter-spacing:.25em;
    text-transform:uppercase;

    color:rgba(31,90,96,.70);
}

.gallery-cta-title{
    margin:0;

    font-family:var(--font-serif);
    font-size:64px;
    line-height:1.05;
    font-weight:400;

    color:#1F5A60;
}

.gallery-cta-title em,
.gallery-cta-title i{
    font-style:italic;
}

.gallery-cta-btn{
    display:inline-flex;
    align-items:center;
    justify-content:center;

    margin-top:40px;

    padding:14px 32px;

    background:#1F5A60;

    color:#f5f1e8;
    text-decoration:none;

    font-size:12px;
    font-weight:500;

    letter-spacing:.18em;
    text-transform:uppercase;

    border-radius:999px;

    transition:.3s ease;
}

.gallery-cta-btn:hover{
    background:#164B4F;
    color:#f5f1e8;
}

.gallery-hero-section{
    position:relative;
    overflow:hidden;
}

.gallery-hero-section:before{
    content:'';
    position:absolute;
    top:-200px;
    right:-200px;
    width:500px;
    height:500px;
    border-radius:50%;
    background:rgba(201,162,74,.08);
    filter:blur(120px);
    pointer-events:none;
}

.gallery-title{
    text-wrap:balance;
}

.gallery-title span{
    font-style:italic;
    position:relative;
}

.gallery-title span:after{
    content:'';
    position:absolute;
    left:0;
    bottom:8px;
    width:100%;
    height:1px;
    background:rgba(245,241,232,.25);
}

.gallery-filter-btn{
    border:none;
    background:transparent;
    color:rgba(31,90,96,.65);

    padding:11px 20px;

    border-radius:50px;

    font-size:11px;
    font-weight:500;

    letter-spacing:.18em;
    text-transform:uppercase;

    transition:all .35s ease;
}

.gallery-filter-btn:hover{
    background:#ffffff;
    color:#1F5A60;
    box-shadow:0 8px 25px rgba(31,90,96,.08);
}

.gallery-filter-btn.active{
    background:#1F5A60;
    color:#f5f1e8;

    box-shadow:
        0 12px 30px rgba(31,90,96,.15),
        inset 0 0 0 1px rgba(255,255,255,.1);
}

.gallery-card{
    position:relative;
    overflow:hidden;
    border-radius:2px;
}

.gallery-card{
    position:relative;
    overflow:hidden;

    border-radius:2px;

    background:#fff;

    box-shadow:
        0 20px 40px -25px rgba(31,90,96,.12);

    transition:
        transform .6s ease,
        box-shadow .6s ease;
}

.gallery-card:hover{
    transform:translateY(-6px);

    box-shadow:
        0 35px 70px -25px rgba(31,90,96,.22);
}

.gallery-card:hover .gallery-image{
    transform:scale(1.1);
}


.gallery-image{
    transition:
        transform 1.4s ease,
        filter 1.4s ease;
}

.gallery-card:hover .gallery-image{
    transform:scale(1.08);
    filter:saturate(1.08);
}

.gallery-overlay{
    position:absolute;
    inset:0;

    display:flex;
    flex-direction:column;
    justify-content:flex-end;

    padding:24px;

    background:
        linear-gradient(
            to top,
            rgba(31,90,96,.88),
            rgba(31,90,96,.15),
            transparent
        );

    opacity:0;

    transition:.45s ease;
}

.gallery-card:hover .gallery-overlay{
    opacity:1;
}

.gallery-category{
    font-size:10px;
    letter-spacing:.24em;
    text-transform:uppercase;
    color:rgba(245,241,232,.75);

    margin-bottom:8px;
}

.gallery-overlay .gallery-title{
    font-size:24px;
    line-height:1.15;

    color:#f5f1e8;

    margin:0;
}

.gallery-cta-section{
    position:relative;
    overflow:hidden;
}

.gallery-cta-section:before{
    content:'';
    position:absolute;

    width:420px;
    height:420px;

    left:-120px;
    top:-120px;

    border-radius:50%;

    background:rgba(31,90,96,.05);

    filter:blur(80px);
}
.gallery-cta-btn{
    box-shadow:
        0 18px 40px -18px rgba(31,90,96,.40);

    transition:all .35s ease;
}

.gallery-cta-btn:hover{
    transform:translateY(-2px);

    box-shadow:
        0 25px 55px -18px rgba(31,90,96,.55);
}

/* ==========================
   BLOG HERO
========================== */

.blog-hero-section{
    padding-top:160px;
    padding-bottom:60px;

    background:#1F5A60;
    color:#f5f1e8;
}

.blog-back-link{
    display:inline-flex;
    align-items:center;
    gap:10px;

    margin-bottom:35px;

    color:rgba(245,241,232,.80);

    text-decoration:none;

    text-transform:uppercase;
    letter-spacing:.20em;
    font-size:11px;

    transition:.3s;
}

.blog-back-link:hover{
    color:#ffffff;
}

.blog-subtitle{
    margin-bottom:20px;

    color:#C9A24A;

    text-transform:uppercase;
    letter-spacing:.25em;

    font-size:11px;
    font-weight:500;
}

.blog-title{
    max-width:1100px;

    margin:0;

    font-family:var(--font-serif);

    font-size:84px;
    font-weight:400;

    line-height:1.02;
    letter-spacing:-.01em;

    color:#f5f1e8;
}

.blog-title span{
    font-style:italic;
}

.blog-description{
    margin-top:28px;

    max-width:760px;

    color:rgba(245,241,232,.80);

    font-size:16px;
    line-height:1.8;
}

/* =================================
   FEATURED POST
================================= */

.featured-post-section{
    padding:60px 0;
}

.featured-post-card{
    display:block;

    padding:40px;

    background:#ece5d4;

    text-decoration:none;

    border-radius:2px;

    transition:.5s;
}

.featured-post-card:hover{
    box-shadow:
    0 25px 55px -25px rgba(31,90,96,.35);
}

.featured-post-image-wrap{
    position:relative;

    overflow:hidden;

    border-radius:2px;

    aspect-ratio:16/10;
}

.featured-post-image{
    width:100%;
    height:100%;

    object-fit:cover;

    transition:1.4s;
}

.featured-post-card:hover
.featured-post-image{
    transform:scale(1.05);
}

.featured-post-badge{
    position:absolute;

    top:16px;
    left:16px;

    padding:8px 14px;

    background:#1F5A60;

    color:#f5f1e8;

    font-size:10px;

    letter-spacing:.20em;

    text-transform:uppercase;

    border-radius:50px;
}

.featured-post-meta{
    display:flex;
    flex-wrap:wrap;
    gap:10px;

    margin-bottom:20px;

    color:rgba(31,90,96,.60);

    font-size:10px;

    letter-spacing:.22em;

    text-transform:uppercase;
}

.featured-post-title{
    margin-bottom:20px;

    font-family:var(--font-serif);

    font-size:40px;

    line-height:1.1;

    color:#1F5A60;
}

.featured-post-excerpt{
    margin-bottom:28px;

    font-size:15px;
    line-height:1.8;

    color:rgba(31,90,96,.75);
}

.featured-post-link{
    display:inline-flex;
    align-items:center;
    gap:10px;

    font-size:12px;

    letter-spacing:.18em;

    text-transform:uppercase;

    color:#1F5A60;

    transition:.3s;
}

.featured-post-card:hover
.featured-post-link{
    gap:18px;
}

/* ==============================
   BLOG GRID
============================== */

.blog-grid-section{
    padding-bottom:120px;
}

.blog-card{
    display:block;

    background:#f5f1e8;

    border:1px solid rgba(31,90,96,.10);

    border-radius:2px;

    overflow:hidden;

    text-decoration:none;

    transition:.5s ease;
}

.blog-card:hover{
    transform:translateY(-4px);

    border-color:rgba(31,90,96,.30);
}

.blog-card-image-wrap{
    overflow:hidden;

    aspect-ratio:16/10;
}

.blog-card-image{
    width:100%;
    height:100%;

    object-fit:cover;

    transition:1.4s ease;
}

.blog-card:hover .blog-card-image{
    transform:scale(1.1);
}

.blog-card-content{
    padding:24px;
}

.blog-card-meta{
    display:flex;
    align-items:center;
    gap:8px;

    margin-bottom:14px;

    font-size:10px;

    letter-spacing:.22em;

    text-transform:uppercase;

    color:rgba(31,90,96,.55);
}

.blog-card-title{
    margin-bottom:14px;

    font-family:var(--font-serif);

    font-size:22px;

    line-height:1.25;

    color:#1F5A60;
}

.blog-card-excerpt{
    margin:0;

    color:rgba(31,90,96,.70);

    font-size:13.5px;

    line-height:1.8;
}

/* ==================================================
   SINGLE BLOG HERO
================================================== */

.single-blog-hero{
    position:relative;
    height:70vh;
    min-height:480px;
    overflow:hidden;
}

.single-blog-hero-bg{
    position:absolute;
    inset:0;

    width:100%;
    height:100%;

    object-fit:cover;
}

.single-blog-overlay{
    position:absolute;
    inset:0;

    background:linear-gradient(
        to bottom,
        rgba(31,90,96,.40),
        rgba(31,90,96,.85)
    );
}

.single-blog-wrapper{
    position:relative;
    z-index:2;

    height:100%;

    display:flex;
    flex-direction:column;
}

.single-blog-back{
    padding-top:140px;
}

.single-blog-back a{
    display:inline-flex;
    align-items:center;
    gap:10px;

    color:rgba(245,241,232,.90);

    text-decoration:none;

    text-transform:uppercase;
    letter-spacing:.20em;

    font-size:11px;

    transition:.3s;
}

.single-blog-back a:hover{
    color:#ffffff;
}

.single-blog-content{
    margin-top:auto;
    padding-bottom:80px;
}

.single-blog-meta{
    display:flex;
    flex-wrap:wrap;
    align-items:center;
    gap:10px;

    margin-bottom:20px;

    color:#C9A24A;

    font-size:10px;

    letter-spacing:.22em;

    text-transform:uppercase;
}

.single-blog-meta span{
    display:flex;
    align-items:center;
    gap:6px;
}

.single-blog-title{
    max-width:900px;

    margin:0;

    font-family:var(--font-serif);

    font-size:68px;
    font-weight:400;

    line-height:1.05;

    letter-spacing:-.01em;

    color:#f5f1e8;
}

/* ==================================================
   ARTICLE
================================================== */

.single-blog-article{
    padding:80px 0 120px;
}

.single-blog-content-wrap{
    max-width:760px;
    margin:auto;
}

.single-blog-content-wrap p{
    margin-bottom:28px;

    font-size:17px;
    line-height:1.85;

    color:rgba(31,90,96,.85);
}

.single-blog-content-wrap h2{
    margin-top:60px;
    margin-bottom:25px;

    font-family:var(--font-serif);

    font-size:42px;
    line-height:1.15;

    color:#1F5A60;
}

.single-blog-content-wrap h3{
    margin-top:40px;
    margin-bottom:20px;

    font-family:var(--font-serif);

    font-size:30px;

    color:#1F5A60;
}

.single-blog-content-wrap ul,
.single-blog-content-wrap ol{
    margin-bottom:30px;
    padding-left:25px;
}

.single-blog-content-wrap li{
    margin-bottom:12px;

    color:rgba(31,90,96,.85);

    line-height:1.8;
}

.single-blog-content-wrap img{
    width:100%;
    height:auto;

    margin:50px 0;

    border-radius:2px;
}

.single-blog-content-wrap blockquote{
    margin:50px 0;
    padding-left:30px;

    border-left:2px solid #C9A24A;

    font-family:var(--font-serif);

    font-size:28px;
    font-style:italic;

    line-height:1.5;

    color:#1F5A60;
}

/* ==================================================
   RELATED POSTS
================================================== */

.related-posts-section{
    padding:80px 0 120px;

    background:#ece5d4;
}

.related-posts-label{
    margin-bottom:20px;

    text-transform:uppercase;
    letter-spacing:.25em;

    font-size:11px;

    color:rgba(31,90,96,.70);
}

.related-posts-heading{
    margin-bottom:60px;

    font-family:var(--font-serif);

    font-size:40px;
    font-weight:400;

    color:#1F5A60;
}

.related-posts-heading span{
    font-style:italic;
}

.related-post-card{
    display:block;

    background:#f5f1e8;

    border:1px solid rgba(31,90,96,.10);

    overflow:hidden;

    text-decoration:none;

    transition:.4s;
}

.related-post-card:hover{
    border-color:rgba(31,90,96,.30);
}

.related-post-image-wrap{
    overflow:hidden;

    aspect-ratio:16/10;
}

.related-post-image{
    width:100%;
    height:100%;

    object-fit:cover;

    transition:1.2s ease;
}

.related-post-card:hover .related-post-image{
    transform:scale(1.05);
}

.related-post-content{
    padding:24px;
}

.related-post-category{
    margin-bottom:12px;

    font-size:10px;

    letter-spacing:.20em;

    text-transform:uppercase;

    color:rgba(31,90,96,.55);
}

.related-post-content h3{
    margin:0;

    font-family:var(--font-serif);

    font-size:20px;
    line-height:1.3;

    color:#1F5A60;
}

/* ==================================================
   RESPONSIVE
================================================== */

@media(max-width:991px){

    .single-blog-title{
        font-size:52px;
    }

    .single-blog-content{
        padding-bottom:60px;
    }

    .single-blog-content-wrap h2{
        font-size:34px;
    }

    .related-posts-heading{
        font-size:34px;
    }

}

@media(max-width:767px){

    .single-blog-hero{
        min-height:420px;
    }

    .single-blog-back{
        padding-top:120px;
    }

    .single-blog-title{
        font-size:38px;
    }

    .single-blog-content{
        padding-bottom:40px;
    }

    .single-blog-article{
        padding:60px 0 80px;
    }

    .single-blog-content-wrap p{
        font-size:16px;
    }

    .single-blog-content-wrap h2{
        font-size:28px;
    }

    .single-blog-content-wrap blockquote{
        font-size:22px;
    }

    .related-posts-section{
        padding:60px 0 80px;
    }

    .related-posts-heading{
        font-size:30px;
        margin-bottom:40px;
    }

}

.single-blog-content-wrap > *:first-child{
    margin-top:0;
}

.single-blog-content-wrap > *:last-child{
    margin-bottom:0;
}

.single-blog-content-wrap a{
    color:#1F5A60;
    text-decoration:underline;
    text-decoration-color:#C9A24A;
    text-underline-offset:4px;
}

.single-blog-content-wrap a:hover{
    color:#C9A24A;
}

.stay-photos{
    text-decoration:none;
    cursor:pointer;
    transition:.3s ease;
}

.stay-photos:hover{
    color:#fff;
    transform:translateY(-2px);
}

/* ========================================
   RELATED PACKAGES
======================================== */

.related-packages-section{
    padding:120px 0;
    background:#f5f1e8;
}

.package-section-subtitle{
    margin-bottom:20px;
    font-size:11px;
    font-weight:600;
    letter-spacing:.25em;
    text-transform:uppercase;
    color:rgba(31,90,96,.70);
}

.related-title{
    margin-bottom:60px;
    font-family:'Cormorant Garamond', serif;
    font-size:60px;
    line-height:1.05;
    font-weight:400;
    color:#1F5A60;
    letter-spacing:-.01em;
}

.related-title span{
    font-style:italic;
    color:#C9A24A;
}

.related-package-card{
    display:block;
    height:100%;
    background:#fff;
    border:1px solid rgba(31,90,96,.10);
    overflow:hidden;
    text-decoration:none;
    transition:all .5s ease;
}

.related-package-card:hover{
    border-color:rgba(31,90,96,.25);
    transform:translateY(-6px);
    box-shadow:0 25px 50px -25px rgba(31,90,96,.25);
}

.related-image{
    position:relative;
    overflow:hidden;
    aspect-ratio:4/3;
}

.related-image img{
    width:100%;
    height:100%;
    object-fit:cover;
    transition:transform 1.2s ease;
}

.related-package-card:hover .related-image img{
    transform:scale(1.08);
}

.related-content{
    padding:28px;
}

.related-duration{
    margin:0 0 10px;
    font-size:10px;
    font-weight:600;
    letter-spacing:.20em;
    text-transform:uppercase;
    color:rgba(31,90,96,.55);
}

.related-content h3{
    margin:0;
    font-family:'Cormorant Garamond', serif;
    font-size:28px;
    line-height:1.2;
    font-weight:400;
    color:#1F5A60;
}

.related-link{
    display:inline-flex;
    align-items:center;
    gap:10px;
    margin-top:24px;
    font-size:12px;
    font-weight:600;
    letter-spacing:.15em;
    text-transform:uppercase;
    color:#1F5A60;
    transition:all .3s ease;
}

.related-link i{
    transition:transform .3s ease;
}

.related-package-card:hover .related-link i{
    transform:translateX(4px);
}

/* ========================================
   TABLET
======================================== */

@media (max-width:991px){

    .related-packages-section{
        padding:100px 0;
    }

    .related-title{
        font-size:48px;
    }

    .related-content{
        padding:24px;
    }

    .related-content h3{
        font-size:24px;
    }

}

/* ========================================
   MOBILE
======================================== */

@media (max-width:767px){

    .related-packages-section{
        padding:80px 0;
    }

    .package-section-subtitle{
        font-size:10px;
    }

    .related-title{
        margin-bottom:40px;
        font-size:36px;
    }

    .related-content{
        padding:20px;
    }

    .related-content h3{
        font-size:22px;
    }

    .related-link{
        margin-top:18px;
        font-size:11px;
    }

}

.header-cta{
    display:inline-flex;
    align-items:center;
    justify-content:center;

    height:48px;
    padding:0 32px;

    background:#1F5A60;
    color:#f5f1e8 !important;

    border:none;
    border-radius:999px;

    font-size:12px;
    font-weight:500;

    letter-spacing:.18em;
    text-transform:uppercase;

    text-decoration:none;

    transition:all .3s ease;
}

.header-cta:hover{
    background:#164B4F;
    color:#f5f1e8 !important;

    transform:translateY(-1px);
}
.container-fluid.custom-container {
    margin-top: 6px;
}

.hero-title{
    font-family:'Cormorant Garamond', serif;
    font-size:clamp(3.5rem,7vw,7rem);
    line-height:.92;
    color:#1F5A60;
    max-width:1100px;
}

.hero-title span{
    display:block;
    color:#C9A24A;
    font-style:italic;
    font-weight:400;
}