/* ----------------------------------------------------------------
	Custom CSS

	Add all your Custom Styled CSS here for New Styles or
	Overwriting Default Theme Styles for Better Handling Updates
-----------------------------------------------------------------*/
.page-title-content {
    max-width: 800px;
  	width: 100%;
  	margin: 0 auto;
  	text-align: center;
}

.fbox-content-lg h2, .fbox-content-lg .h2 {
  font-size: calc(var(--cnvs-featured-box-font-size) * 1.45);
  margin: 10px 0 10px 0;
  color: #183A68;
  line-height: 2rem;
  font-weight: 600;
}

.row {
  --bs-gutter-x: 2.5rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(-1 * var(--bs-gutter-y));
  margin-right: calc(-0.5 * var(--bs-gutter-x));
  margin-left: calc(-0.5 * var(--bs-gutter-x));
}

.button {
    letter-spacing: 0.05em;
}

.button.button-border {
    border: 2px solid;
    background: transparent;
}

.button-rounded {
    border-radius: 1rem;
}

.button.button-green {
     --cnvs-btn-color-dark: #82BC37;
    background-color: var(--cnvs-btn-color-dark);
}

.button.button-green:hover {
    background-color: #183A68;
}

.button.button-wine {
	color: #61173B;
}

.button.button-border.button-wine:hover {
	color: #CAC359;
    background-color: #61173B;
}

.button.button-orange {
	color: #F2892E;
}

.button.button-border.button-orange:hover {
	color: #fff;
    background-color: #F2892E;
}

.button.button-olive {
	color: #CAC359;
}

.button.button-border.button-olive:hover {
	color: #fff;
    background-color: #CAC359;
}

.button.button-dark-olive {
	color: #12360A;
}

.button.button-border.button-dark-olive:hover {
	color: #fff;
    background-color: #12360A;
}

.button.button-mustard {
	color: #CAC359;
}

.button.button-border.button-mustard:hover {
	color: #fff;
    background-color: #CAC359;
}

.button.button-white {
	color: #fff;
}

.button.button-border.button-white:hover {
	color: #fff;
    background-color: #F2892E;
}

.button.button-fullwhite {
	color: #fff;
}

.button.button-border.button-fullwhite:hover {
	color: #12360A;
    background-color: #fff;
}

.button.button-border.button-light:hover {
    background-color: #82BC37;
    color: #fff;
}

.heading-block h2, .heading-block .h2 {
	color: #183A68;
}

.lead {
    font-size: 1.25rem;
    font-weight: 400;
    color: #49BED8;
}

.lead2 {
    font-size: 1.6rem;
    font-weight: 600;
    color: #49BED8;
}

.lead3 {
    font-size: 1.3rem;
    font-weight: 400;
    color: rgba(24, 58, 104, 0.65);
    letter-spacing: -0.05em;
}

.caption {
	display: block;
    font-size: 1.25rem;
    font-weight: 600;
    margin-top: 20px;
    margin-bottom: 5px;
}

.p-large {
	display: block;
    font-size: 1.25rem;
    font-weight: 600;
    color: #6E6E6E;
}

.overlay-trigger-icon:not([class*=text-white]):hover {
    color: #82BC37 !important;
}


/*  --cnvs-themecolor:	#e5f4ff;
  --cnvs-themecolor-rgb:	229, 244, 255;
  */

/*  
.bg-color, .bg-color #header-wrap {
    background-color: rgba(229, 244, 255, var(--bs-bg-opacity, 1)) !important;
}
*/

.is-expanded-menu .full-header .primary-menu .menu-container {
    border-right: 0;
}

.button.button-reveal.button-light:hover {
    color: #82BC37;
}

.heading-block h1, .heading-block .h1 {
    font-size: 64px;
    line-height: 1;
}

ul.align-with-text {
  list-style-position: inside;
  padding-left: 0;
}

@media (max-width: 768px) {
  .wow,
  .animated {
    animation: none !important;
    opacity: 1 !important;
    transform: none !important;
  }
}

@media (max-width: 767.98px) {
    .slider-caption p {
        font-size: 3.6vw;
    }
}

h1, .h1 {
    font-size: 4.8rem;
    line-height: 5.4rem;
    font-weight: 500;
}

h2, .h2 {
    font-size: 2.8rem;
    line-height: 3.2rem;
    font-weight: 600;
}

h3, .h3 {
    font-size: 2.8rem;
    line-height: 3.2rem;
    font-weight: 400;
}

.large-text {
    font-size: 3.4rem;
    line-height: 4rem;
    font-weight: 400;
}

.slider-caption p.large-text {
    font-size: 3rem !important;
    line-height: 3.4rem !important;
    font-weight: 400 !important;
}

@media (max-width: 767.98px) {
  h1, .h1 {
    font-size: 1.75rem;
    line-height: 2rem;
  }
  h2, .h2 {
    font-size: 1.6rem;
    line-height: 1.8rem;
  }
  h3, .h3 {
    font-size: 1.5rem;
    line-height: 1.4rem;
  }
  .large-text {
    font-size: 1.75rem;
    line-height: 2rem;
    font-weight: 400;
  }
  .slider-caption p.large-text {
    font-size: 2.4rem !important;
    line-height: 3rem !important;
    font-weight: 400 !important;
  }
}

.exp-define {
    font-size: 2.2rem;
    line-height: 2.6rem;
    font-weight: 400;
}

.exp-number {
    font-size: 1.4rem;
    font-weight: 300;
}


@media (max-width: 767.98px) {
    h1, .h1 {
        font-size: 1.75rem !important;
    }
}

.heading-block p, .heading-block .p {
  font-size: 1.175rem;
  font-weight: 400;
  letter-spacing: 0;
  color: white;
}

.slider-caption p {
  --cnvs-heading-color:	#61173B;
  color: var(--cnvs-heading-color);
  font-size: 3.5rem;
  line-height: 4rem;
  font-weight: 400;
  text-align: right;
}

.slider-caption p.fadeInUpSmaller {
  --cnvs-heading-color:	#183A68;
  color: var(--cnvs-heading-color);
  font-size: 1rem;
  line-height: 2rem;
}

.fbox-line {
  position: relative;
  padding-top: 20px;  
}

.fbox-line::before {
  content: "";
  position: absolute;
  top: 0;
  width: 100%;
  height: 1px;
  background: #ddd;
}

.feature-grid {
  --bs-gutter-x: 5rem;
  --bs-gutter-y: 5rem;
}

@media (max-width: 768px) {
  .feature-grid {
    --bs-gutter-x: 0.5rem;
    --bs-gutter-y: 0.5rem;
  }
}

.feature-box {
	padding: 0 1.25rem 0 1.25rem;
}
  
@media (max-width: 768px) {
  .feature-box {
    padding: 1.25rem;
  }
}

.feature-box p {
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.5rem;
  color: #183A68;
}

.menu-link {
    text-transform: none;
}

.is-expanded-menu .sub-menu-container .menu-item > .menu-link {
    text-transform: none;
}

.blocknextimage p, li {
	font-size: 1.4rem;
	line-height: 2rem;
	font-weight: 300;
	color: #12360A;    
}

.blocknextimage h3 {
	color: #CAC359;
	font-weight: 400;
	font-size: 2.25rem;
	line-height: 2rem;
	margin: 0 0 10px 0;
}

.form-control.border-form-control {
    background-color: #fff;
}

.form-control {
	padding: 0.375rem 0.75rem;
}

.super-rounded{
    border-radius: 24px;
}

.image-cover {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.object-cover {
    object-fit: cover;
}

#footer {
    border-top: 0 !important;
    background-color: #61173B;
}

#copyrights {
    padding: 0;
    background-color: #61173B;
    font-size: var(--cnvs-copyrights-font-size);
    line-height: var(--cnvs-line-height-content);
    color: #fff;
    opacity: 0.5;
}

.hero-home-section {
  background-image: url('../images/home/home-atlanticgarden-bck.png');

  background-size: cover;      /* fills entire section */
  background-position: center; /* keeps image centered */
  background-repeat: no-repeat;

  min-height: 500px;           /* adjust as needed */

  display: flex;
  align-items: center;
}

.orange {
	color: #F2892E !important;
}

.purple {
	color: #B59BFB !important;
}


.white {
	color: #FFF !important;
}

.wine {
	color: #61173B !important;
}

.olive {
	color: #12360A !important;
}

.mustard {
	color: #CAC359 !important;
}

.pwine {
	color: #61173B;
	font-size: 1.4rem;
    line-height: 2rem !important;
    font-weight: 300;
}

.content-wrap p {
    font-size: 1.4rem;
    line-height: 2rem !important;
    font-weight: 300;
    color: #000;
}

.content-wrap p:last-of-type {
    margin-bottom: 0 !important;
}

.bordered-text{
    display: flex;
    flex-direction: column;   /* IMPORTANT: stack h3 + p vertically */
    justify-content: center;
    position: relative;
    padding-left: 24px;       /* space for the vertical line */
}

/* vertical line */
.bordered-text::before{
    content: "";
    position: absolute;
    left: 0;

    top: -3px;

    height: calc(100% - 20px); /* small, controlled shrink */

    width: 2px;
    background: #CAC359;
}


/* footer spotlight effect */
.lumen-container{
	width: 100%;
    position:relative;
    display:inline-block;
}

.lumen-container img{
    width: 100%;
    height: auto;
    display: block;
}

.lumen-dark{
    display:block;
    opacity:.35;
}

.lumen-normal{
    position:absolute;
    top:0;
    left:0;
    pointer-events:none;
}

a.dashed-link {
    color: inherit;
    text-decoration: underline;
    border-bottom: 1px dotted currentColor;
}

.widget_links a {
    color: #fff;
    text-decoration: none;
    font-size: 1.3rem;
    font-weight: 300;
    line-height: 2.3rem;
}

.widget_links p {
    color: #fff;
    text-decoration: none;
    font-size: 1.3rem;
    font-weight: 300;
    line-height: 2.3rem;
    margin-bottom: 10px;
}

.widget i {
    color: #F2892E;
    text-decoration: none;
    font-size: 1.5rem;
    font-weight: 300;
    line-height: 2.3rem;
    margin-bottom: 10px;
    padding-right: 8px;
}

/* luxury tooltip */

.definition-modal {
    position: fixed;
    width: 900px;
    max-width: 90vw;

    background: #f5efb8;
    color: #61173B;
    font-weight: 300;

    border-radius: 40px;
    padding: 48px 56px;

    box-shadow:
        0 15px 40px rgba(0,0,0,.12),
        inset 0 0 40px rgba(255,255,255,.35);

    opacity: 0;
    visibility: hidden;
    transform: translateY(15px);

    transition:
        opacity .25s ease,
        transform .25s ease,
        visibility .25s;

    z-index: 1000;
}

.definition-modal.show {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.definition-grid {
    display: grid;
    grid-template-columns: 150px 1fr;
    gap: 20px 10px;
}

.definition-meta h4 {
    margin: 0;
    font-size: 1.1rem;
    font-weight: 600;
    color: #61173B;
}

.definition-meta {
    font-size: 1.1rem;
    line-height: 1;
}

.definition-content ol {
    margin: 0;
    padding-left: 1.5rem;
}

.definition-content li {
    margin-bottom: 1rem;
    line-height: 1.6;
    color: #61173B;
    font-size: 1.1rem;
    font-weight: 300;
}

.definition-label {
    text-decoration: underline;
    align-self: start;
}

.definition-etymology {
    line-height: 1.6;
}

.luxury {
    text-decoration: underline;
    color: #F2892E;
    font-weight: 400;
}

.is-expanded-menu .full-header #logo {
    padding-top: 20px;
    border-right: 0;
}

#logo {
    margin-top: 10px;
    margin-bottom: 10px;
}

.is-expanded-menu #header.full-header.transparent-header #header-wrap {
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);;
}

.is-expanded-menu .sticky-header #header-wrap {
  position: fixed;
  top: 0;
  left: 0;
  background-color: #61173B;
}

.is-expanded-menu .sub-menu-container {
    position: absolute;
    visibility: hidden;
    background-color: var(--cnvs-primary-menu-submenu-bg);
    box-shadow: 0px 13px 42px 11px rgba(0, 0, 0, 0.05);
    border: 0;
    z-index: 399;
    top: 100%;
    left: 0;
    padding-left: 15px;
    padding-right: 15px;
    border-radius: 12px;
}

.is-expanded-menu .sub-menu-container .menu-item > .menu-link {
    border-bottom: 1px solid;
}

.is-expanded-menu .sub-menu-container .menu-item:last-child > .menu-link {
    border-bottom: none;
}

.menu-link-wine {
    --cnvs-primary-menu-padding-y: 14px;
    --cnvs-primary-menu-padding-x: 5px;
    display: block;
    line-height: 22px;
    color: #61173B;
    font-weight: var(--cnvs-primary-menu-font-weight);
    font-size: var(--cnvs-primary-menu-font-size);
    font-family: var(--cnvs-primary-menu-font);
    text-transform: none;
    letter-spacing: var(--cnvs-primary-menu-ls);
    padding: var(--cnvs-primary-menu-padding-y) var(--cnvs-primary-menu-padding-x);
}

.flexslider .slider-caption {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 20;
    text-align: center;
    color: #fff;
    width: 100%;
    pointer-events: none;
}

.flexslider .slider-caption h2 {
    font-size: 3.5rem;
    line-height: 4rem;
    font-weight: 500;
}

@media (max-width: 767.98px) {
  .flexslider .slider-caption h2 {
    font-size: 1.6rem;
    line-height: 2rem;
    font-weight: 400;
  }
  
  .flexslider {
   padding-bottom: 20px;
  }
  
  .blocknextimage {
   padding-top: 100px;
  }
  
  .blocknextimage h3 {
	font-size: 1.6rem;
	line-height: 1.2rem;
   }

  .sub-menu-container .menu-item > .menu-link {
    color: #fff;
  }
}

#header-wrap.wine-header {
    background-color: #61173B;
}

.is-expanded-menu .sticky-header #header-wrap.wine-header {
	background-color: #61173B;
}

#header-wrap.mustard-header {
    background-color: #CAC359;
}

.is-expanded-menu .sticky-header #header-wrap.mustard-header {
	background-color: #CAC359;
}

#header-wrap.green-header {
    background-color: #12360A;
}

.is-expanded-menu .sticky-header #header-wrap.green-header {
	background-color: #12360A;
}

.video-incol-wrapper {
    height: 700px;
    overflow: hidden;
}

.video-incol-wrapper video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center right;
    display: block;
}

.event-img {
    width: 100%;
    height: auto;
    border-radius: 20px;
    transition: transform 0.3s ease;
}

/* side images smaller */
.event-img.small {
    transform: scale(0.95);
}

.number-circle {
    width: 50px;
    height: 50px;
    background: #fff;
    border-radius: 50%;

    display: flex;
    align-items: center;
    justify-content: center;

    font-weight: 400;
    font-size: 1.4rem;
    color: #000;
}

.text-divider {
    border-top: 2px solid currentColor;
    padding-top: 12px;
}

.feature-card {
    height: 100%;
    display: flex;
    flex-direction: column;
    padding: 30px;
    border-radius: 20px;
}

.feature-card p {
    margin-top: auto;
}

.feature-card h3 {
    font-size: 1.9rem;
    line-height: 2.3rem;
    font-weight: 500;
    padding-bottom: 10rem;
}

.feature-card--reveal {
    display: flex;
    flex-direction: column;

    height: 400px;
    overflow: hidden;
}

.feature-card--reveal h3 {
    padding-bottom: 0;
}

/* top stays fixed */
.feature-card--reveal .number-circle {
    flex: 0 0 auto;
}

/* THIS is the key: pushes bottom block down */
.feature-card--reveal .bottom {
    margin-top: auto;

    display: flex;
    flex-direction: column;
}

/* reset h3 behavior (CRITICAL) */
.feature-card--reveal .trigger {
    margin: 0;
}

/* collapsed paragraph */
.feature-card--reveal .reveal {
    opacity: 0;
    transform: translateY(10px);

    max-height: 0;
    overflow: hidden;

    margin-top: 0;

    transition:
        opacity 0.65s ease,
        transform 0.65s ease,
        max-height 0.65s ease,
        margin-top 0.65s ease;
}

/* hover expansion */
.feature-card--reveal:hover .reveal {
    opacity: 1;
    transform: translateY(0);

    max-height: 180px;
    margin-top: 12px;
}

.hero-fix {
  height: calc(100vh - 75px);
}

.one-page-arrow {
    bottom: 50px;
    font-size: 3rem;
    font-weight: 100;
}

.full-panel {
  position: relative;
  height: calc(100vh - 75px);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  align-items: flex-end;
}

.panel-content {
  position: relative;
  padding: 60px;
  max-width: 1000px;
  color: white;
}

/* Mobile */
@media (max-width: 767.98px) {
  .panel-content {
    padding: 30px 40px 40px;
  }
}

/* optional: improve readability over image */
.full-panel::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0.35);
}

.custom-top-border {
  border-top: 1px solid #61173B;
}

.mb-large {
  margin-bottom: 8rem !important;
}

/* luminous mouse */
#blob {
  position: fixed;
	width: 280px;
	height: 280px;

	left: 0;
	top: 0;
	transform: translate(-50%, -50%);

	border-radius: 50%;
	pointer-events: none;

	background: radial-gradient(
		circle,
		rgba(255, 255, 255, 0.55) 0%,
		rgba(255, 255, 255, 0.18) 40%,
		rgba(255, 255, 255, 0) 70%
	);

	filter: blur(30px);
	opacity: 0;
}

.h2-bordered::before {
    content: "";
    display: block;
    width: 130px;          /* Border length */
    height: 2px;
    background: #12360A;
    margin-bottom: 5px;  /* Space between border and heading */
}

/* centered text */
.image-overlay {
    position: absolute;
    inset: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: white;
    z-index: 2;
    padding: 20px;
    left: 50%;
	transform: translateX(-50%);
	width: 33.333%;
}

/* optional typography refinement */
.image-overlay h3 {
    margin-bottom: 10px;
    font-size: 2rem;
    line-height: 2.2rem;
    font-weight: 400;
    
}

.image-overlay p {
    margin: 0;
    opacity: 0.9;
}

.full-height-row {
    height: 100vh; /* or 100vh if you want full screen */
}

.snap-container {
  height: 100vh;
  overflow-y: auto;

  scroll-snap-type: y proximity;
  scroll-behavior: smooth;
}

.snap-item {
  height: 100vh;
  scroll-snap-align: start;

  background-size: cover;
  background-position: center;

  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.snap-item::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0.35);
}

@media (max-width: 767.98px) {

    .full-height-row {
        height: auto;
        min-height: auto;
    }

    .snap-container {
        height: auto;
        overflow: visible;
    }

    .snap-item {
        height: 70vh; /* or 100vh if you prefer */
    }
    
    .image-overlay {
    	width: 90%;
	}
}

.small-border-top::before {
  content: "";
  display: block;
  width: 130px;
  height: 1px;
  background: #12360A;

  margin: 5rem auto 12px auto; /* centers the line */
}

.feature-block {
  padding: 5rem; /* equivalent of your p-6 */
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 24px;
}

@media (max-width: 767.98px) {
  .feature-block {
    border-radius: 0;
    padding: 30px;
  }
  
  /* 1. Remove section spacing on mobile */
  .section {
    padding: 0 !important;
  }
  
  #header-wrap {
    background-color: #61173B;
  }
}

.button {
	border-radius: 10px;
	background-color: #CAC359;
}

.button:hover {
	background-color: #61173B;
}

.mobile-text {
    display: none;
}

@media (max-width: 767.98px) {
    .desktop-text {
        display: none;
    }

    .mobile-text {
        display: inline;
    }
}

.footer-logo {
    display: block;
    margin-bottom: 30px;
    width: 200px;
}

.is-expanded-menu .menu-link:hover {
  transform: translateX(3px);
  font-weight: 400 !important;
}

.is-expanded-menu .menu-link {
    transition: transform 0.2s ease;
}


@media (max-width: 767.98px) {
	#logo img {
    	max-width: 120px;
    	max-height: 55px;
    }
}

@media (max-width: 991.98px) {
    #slider .slider-inner {
        align-items: flex-end;
    }
}

@media (max-width: 991.98px) {
    .vertical-bottom {
        bottom: 40px; /* leaves room for the arrow and Safari toolbar */
    }
}

@media (max-width: 767.98px) {
    .button-wine {
        margin-bottom: 30px; /* Adjust as needed */
    }
}

@media (max-width: 767.98px) {
    .button-olive {
        margin-bottom: 30px; /* Adjust as needed */
    }
}

@media (max-width: 767.98px) {
	.bordered-text{
	    padding-bottom: 24px;
	}
}

@media (max-width: 767.98px) {
	.lumen-bottom-logo {
        display: none;
    }
}

@media (max-width: 767.98px) {
	.hide-on-mobile {
        display: none;
    }
}

@media (min-width: 768px) {
	.hide-on-desktop {
		display: none;
    }
}

@media (max-width: 767.98px) {
	.event-img {
    	width: 90%;
	    height: auto;
	}
}