@charset "UTF-8";
/*control your varialbes via the _variables.scss file in utilities folder*/
@import url("https://fonts.googleapis.com/css?family=Josefin+Sans:300,400,700|Raleway:300,400,800&display=swap");
@import url("https://use.typekit.net/fgf2xta.css");
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");
.nav-wrapper {
  background: rgb(0, 0, 0); /* Semi-transparent $lite-text background */
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px); /* Applies blur effect */
  border-radius: 80px; /* Rounds the corners */
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2); /* Subtle drop shadow */
  padding: 10px 20px; /* Adds some spacing inside */
  max-width: 1200px; /* Optional: Centers the nav in a smaller wrapper */
  margin: 0 auto; /* Centers the nav wrapper horizontally */
}
@media screen and (max-width: 768px) {
  .nav-wrapper {
    padding: 5px;
    margin-top: 10px;
  }
}

.btn-outline-light {
  border-radius: 50px;
}

.accordion-btn {
  text-decoration: none !important;
  color: inherit;
}

.accordion-label {
  color: #008038;
  font-weight: 700;
  text-decoration: none;
}

.accordion-arrow {
  color: #000;
  transition: transform 0.3s ease;
}

/* Rotate arrow when accordion is open */
.accordion-btn[aria-expanded=true] .accordion-arrow {
  transform: rotate(180deg);
}

.btn-primary {
  background-color: #008038;
  border: none;
  font-family: "Montserrat", sans-serif;
  border-radius: 50px;
}
.btn-primary:hover, .btn-primary:active, .btn-primary:focus {
  background-color: rgb(32.3271889401, 92.2119815668, 22.7880184332);
  color: white;
}

input, textarea {
  width: 100%;
  max-width: 100%;
}

label {
  width: 100%;
}

.number {
  font-family: "Montserrat", sans-serif;
}

.site-header {
  border-bottom: solid thin #efefef;
}

.navbar-brand img {
  border-radius: 0;
  max-width: 300px;
}
@media screen and (max-width: 992px) {
  .navbar-brand img {
    max-width: 250px;
  }
}

.navbar-collapse {
  justify-content: flex-end;
}

.navbar-nav li a {
  font-family: "Montserrat", sans-serif;
  color: #fff !important;
  font-weight: normal;
  text-transform: uppercase;
  font-size: 0.8rem;
  margin-right: 20px;
}
.navbar-nav li a:hover {
  color: #C8F3BB !important;
}

.navbar-toggler {
  background-color: transparent;
  border: none;
}

.section-headline {
  position: relative;
  font-family: "Montserrat", sans-serif;
  color: #008038;
  font-weight: 600;
  font-size: 2.5rem;
  margin-bottom: 60px;
}
section.hero-section {
  background-image: url("https://cdn.greenphoenixny.com/celtic/uploads/placeholder-hero.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 100vh; 
  min-height: 100svh; 
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
  position: relative; /* Forces absolute children to respect this container */
}

@media screen and (max-width: 992px) {
  section.hero-section {
    /* Critical: Change to auto height if the content is taller than the screen */
    height: auto !important; 
    min-height: 100svh;
    
    /* Extra padding at the bottom so the 'Floating CTA' doesn't cover your buttons */
    padding-top: 80px; 
    padding-bottom: 120px; 
    background-position: center center !important;
  }
}

section.hero-section img {
  max-width: 270px;
}
@media screen and (max-width: 992px) {
  section.hero-section img {
    max-width: 200px;
  }
}
section.hero-section h1 {
  font-family: "Montserrat", sans-serif;
  color: white;
  font-size: 2.5rem;
}
@media screen and (max-width: 992px) {
  section.hero-section h1 {
    font-size: 1.4rem;
  }
}
section.hero-section h3 {
  color: white;
  font-size: 1.4rem;
  font-weight: 300;
  font-family: "Montserrat", sans-serif;
  margin-top: 10px;
}
section.hero-section h3 a {
  color: white;
}
section.hero-section h3 a:hover {
  color: white;
}
section.hero-section .btn-lg {
  margin-top: 20px;
  font-weight: bold;
  font-size: 1.2rem;
}

section.about-section {
  background-color: #C8F3BB;
  position: relative;
  background-color: #C8F3BB; 
  margin-top: 0 !important; /* Forces reset of any negative margins */
}
section.about-section h1 {
  position: relative;
  font-family: "Montserrat", sans-serif;
  color: #87A641;
  margin-bottom: 60px;
}
@media screen and (max-width: 992px) {
  section.about-section p {
    margin-top: 20px;
    padding: 0;
  }
}
section.about-section a .card {
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
section.about-section a:hover .card {
  transform: translateY(-4px);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.12);
}
section.about-section .rounded-lg {
  border-radius: 1.2rem !important;
}

section.offer-section {
  background-color: #008038;
  height: auto;
  padding: 40px 0;
}
section.offer-section .section-headline {
  color: white !important;
}
section.offer-section .offer-slider {
  background-color: white;
}
section.offer-section .offer-slider .special-slide img {
  -o-object-fit: cover;
     object-fit: cover;
}
section.offer-section .offer-slider .special-slide div {
  align-items: center;
}
section.offer-section .offer-slider .special-slide div h2 {
  margin-top: 30px;
  font-weight: bold;
  color: #87A641;
}
section.offer-section .offer-slider .special-slide div p {
  max-width: 100%;
  margin-right: 20px;
}
section.offer-section .offer-slider .special-slide div h3 {
  font-size: 1.2rem;
  font-weight: bold;
  text-transform: none;
  font-family: "Montserrat", sans-serif;
}
section.offer-section .offer-slider .slick-next {
  position: absolute;
  right: -50px;
  bottom: 45%;
  z-index: 9;
  border: none;
  font-size: 0;
  background-color: #1B3C3F;
  width: 60px;
}
section.offer-section .offer-slider .slick-next:before {
  color: white;
  font: normal normal normal 24px/1 FontAwesome;
  content: "\f054";
  line-height: 60px;
}
section.offer-section .offer-slider .slick-prev {
  position: absolute;
  left: -50px;
  bottom: 45%;
  z-index: 9;
  border: none;
  font-size: 0;
  background-color: #1B3C3F;
  width: 60px;
}
section.offer-section .offer-slider .slick-prev:before {
  color: white;
  font: normal normal normal 24px/1 FontAwesome;
  content: "\f053";
  line-height: 60px;
}
@media screen and (max-width: 992px) {
  section.offer-section .offer-slider .offer-text {
    padding: 0 20px 20px;
  }
}

section.featured-menu-section {
  background-image: url("../images/menu-bg.jpg");
  background-position: center;
  background-attachment: fixed;
  background-repeat: no-repeat;
}
section.featured-menu-section .ft-menu-item {
  height: 100px;
}
@media screen and (max-width: 992px) {
  section.featured-menu-section .ft-menu-item {
    height: auto;
  }
}
section.featured-menu-section .ft-menu-item h3 {
  font-size: 1.4rem;
  color: #87A641;
  font-weight: bold;
  margin-left: 0;
}
section.featured-menu-section .ft-menu-item h4 {
  font-size: 1rem;
  color: #E64B38;
  font-weight: bold;
}

section.testimonials-section {
  background-color: #FFFAE7;
}
@media screen and (max-width: 992px) {
  section.testimonials-section {
    background-size: cover;
    background-position: center center !important;
  }
}
section.testimonials-section .btn-outline-light {
  border-radius: 50px;
  color: #F4551C;
  border-color: #F4551C;
}

section.instagram-section {
  padding-bottom: 0;
}

footer {
  background-color: #000000;
  padding: 60px;
}
@media screen and (max-width: 992px) {
  footer {
    padding: 60px 20px;
  }
}
@media screen and (max-width: 992px) {
  footer img {
    margin-bottom: 30px;
  }
}
footer h2 {
  color: #ffffff;
  font-weight: bold;
}
footer p {
  color: #ffffff;
}
footer a {
  color: #ffffff;
}
footer a:hover {
  color: #ffffff;
}
footer .footer-social-icons a {
  margin-right: 5px;
}

.page-hero {
  text-align: center;
  background-image: url("https://cdn.greenphoenixny.com/celtic/uploads/double-bubble-dark.png");
  background-repeat: repeat;
  background-position: center;
  background-attachment: fixed;
  padding: 1rem 1rem;
}
.page-hero h1 {
  position: relative;
  font-family: "Montserrat", sans-serif;
  color: #fff;
  margin-bottom: 0px;
}
.page-hero h1:after {
  position: absolute;
  bottom: -15px;
  height: 3px;
  width: 100px;
  background-color: #3DAE2B;
  content: "";
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
}
.page-hero .navbar-nav li a {
  font-family: "Montserrat", sans-serif;
  color: #fff !important;
  font-weight: normal;
  text-transform: uppercase;
  font-size: 0.8rem;
  margin-right: 20px;
}
.page-hero .navbar-nav li a:hover {
  color: #C8F3BB !important;
}

@media (max-width: 768px) {
  .page-hero {
    background-attachment: scroll;
  }
}
section.map-section {
  margin-bottom: 0;
  padding-bottom: 0;
}

.bg-purple {
  background-color: #008038;
}

.floating-cta {
  position: fixed;
  bottom: 20px;
  left: 20px;
  z-index: 9999;
  background-color: #008038;
  color: #ffffff;
  padding: 14px 20px;
  border-radius: 50px;
  font-weight: 600;
  text-decoration: none;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.floating-cta:hover {
  color: #ffffff;
  transform: translateY(-2px);
  box-shadow: 0 12px 26px rgba(0, 0, 0, 0.3);
}

@media (max-width: 767px) {
  .floating-cta {
    bottom: 15px;
    left: 15px;
    padding: 12px 16px;
    font-size: 0.9rem;
  }
}
.wave-bg {
  background-image: url("https://cdn.greenphoenixny.com/celtic/uploads/celtic-logo-bg.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
}

.page-content {
  font-family: var(--font-body, system-ui, sans-serif);
  line-height: 1.5; /* readability range */
  word-spacing: 0.16em;
  /* PARAGRAPHS -------------------------------------------------------- */
  /* Ensure paragraphs never collapse together */
  /* HEADINGS ---------------------------------------------------------- */
  /* More space ABOVE than below; does not affect layout width */
  /* LISTS ------------------------------------------------------------- */
}
.page-content p {
  margin-top: 0;
  margin-bottom: 1em; /* 1 blank line worth of space */
}
.page-content p + p {
  margin-top: 1em;
}
.page-content h2, .page-content h3, .page-content h4, .page-content h5, .page-content h6 {
  line-height: 1.2;
  letter-spacing: -0.01em;
  margin-top: 1.75em; /* generous top spacing */
  margin-bottom: 0.5em; /* headings “belong” to following text */
}
.page-content ul, .page-content ol {
  margin-top: 0.75em;
  margin-bottom: 1em;
  padding-left: 1.25em; /* standard indent; safe for all layouts */
}
.page-content li {
  margin-bottom: 0.5em;
}

/* OPTIONAL: Slight line-height bump on wider screens */
@media (min-width: 900px) {
  .page-content {
    line-height: 1.55;
  }
}/*# sourceMappingURL=custom-styles.css.map */


/* OPTIONAL: Slight line-height bump on wider screens */
@media (min-width: 900px) {
  .page-content {
    line-height: 1.55;
  }
}
/* =========================================
   1. BASE LAYOUT & PARALLAX WRAPPERS
   ========================================= */

/* Shared Base Styles for focus1 & focus2 */
.focus1, .focus2 {
    /* Breakout to Full Width */
    width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    
    /* Layout & Spacing */
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding-top: 4rem;
    padding-bottom: 4rem;
    box-sizing: border-box;
    overflow: hidden;
    color: #ffffff;
}

/* Inner Content Constraint */
.focus1 > *, 
.focus2 > * {
    width: 100%;
    max-width: 1200px; /* Adjust to match your theme */
    padding-left: 20px;
    padding-right: 20px;
    padding-top:0px !important;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    z-index: 2; /* Sits above overlay */
    box-sizing: border-box;
}

/* Typography Defaults for Focus Sections */
.focus1 h1, .focus2 h1,
.focus1 h2, .focus2 h2 {
    font-size: 4rem;
    font-weight: 700;
    margin-bottom: 1rem;
    text-shadow: 0 2px 10px rgba(0,0,0,0.3);
}

/* Mobile Responsive Adjustments */
@media (max-width: 768px) {
    .focus1 h1, .focus2 h1,
    .focus1 h2, .focus2 h2 {
        font-size: 2rem;
    }
}
.focus1 p, .focus2 p {
    font-size: 1.5rem;
    max-width: 800px;
    margin-bottom: 1.5rem;
    margin-left: auto;
    margin-right: auto;
}

/* --- FOCUS 1: Parallax + Overlay --- */
.focus1 {
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

/* Dark Overlay */
.focus1::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5); /* 50% opacity black */
    z-index: 1; 
}

/* Mobile Fix for Parallax */
@media only screen and (max-width: 768px), (hover: none) and (pointer: coarse) {
    .focus1 {
        background-attachment: scroll !important;
        background-position: center center !important;
    }
}

/* --- FOCUS 2: Gradient Background --- */
.focus2 {
    background: linear-gradient(135deg, #018039 0%, #4e4376 100%);
}

/* =========================================
   2. BACKGROUND IMAGES (bg1 - bg7)
   ========================================= */
.bg1 { background-image: url('https://cdn.greenphoenixny.com/celtic/uploads/bg1.jpg'); }
.bg2 { background-image: url('https://cdn.greenphoenixny.com/celtic/uploads/bg2.jpg'); }
.bg3 { background-image: url('https://cdn.greenphoenixny.com/celtic/uploads/bg3.jpg'); }
.bg4 { background-image: url('https://cdn.greenphoenixny.com/celtic/uploads/bg4.jpg'); }
.bg5 { background-image: url('https://cdn.greenphoenixny.com/celtic/uploads/bg5.jpg'); }
.bg6 { background-image: url('https://cdn.greenphoenixny.com/celtic/uploads/bg6.jpg'); }
.bg7 { background-image: url('https://cdn.greenphoenixny.com/celtic/uploads/bg7.jpg'); }

/* =========================================
   3. AUTOMATIC COMPONENTS
   ========================================= */

/* --- A. Bordered Box (Manual Class) --- */
.focus-border {
    border: 1px solid rgba(255, 255, 255, 0.8);
    border-radius: 15px;
    padding: 2rem;
    box-sizing: border-box;
    transition: all 0.3s ease;
}

.focus-border:hover {
    border-color: #ffffff;
    background-color: rgba(0, 0, 0, 0.315);
    box-shadow: 0 0 15px rgba(255, 255, 255, 0.2);
    transform: translateY(-2px);
}

/* --- B. Ghost Buttons (Auto & Manual) --- */
/* Applies to manual .focus-btn OR any button inside .focus1/.focus2 */
.focus-btn .wp-block-button__link,
.focus1 .wp-block-button__link,
.focus2 .wp-block-button__link {
    background-color: transparent !important;
    border: 2px solid #ffffff !important;
    color: #ffffff !important;
    border-radius: 50px;
    padding: 12px 36px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    transition: all 0.3s ease;
}

/* Hover Effect */
.focus-btn .wp-block-button__link:hover,
.focus1 .wp-block-button__link:hover,
.focus2 .wp-block-button__link:hover {
    background-color: #ffffff !important;
    color: #000000 !important;
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(0,0,0,0.3);
    text-decoration: none;
}

/* --- C. List Cards (Auto & Manual) --- */

/* 1. Grid Layout */
.focus-list,
.focus1 .wp-block-list, 
.focus2 .wp-block-list {
    list-style: none !important;
    padding-left: 0 !important;
    margin: 0 !important;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 2rem;
}

/* 2. Individual Cards */
.focus-list li,
.focus1 .wp-block-list li, 
.focus2 .wp-block-list li {
    border: 1px solid rgba(255, 255, 255, 0.8);
    border-radius: 15px;
    padding: 2rem;
    box-sizing: border-box;
    transition: all 0.3s ease;
    display: flex;
    flex-direction: column;
    justify-content: center;
    font-size:1.5rem;
}

/* 3. Card Hover */
.focus-list li:hover,
.focus1 .wp-block-list li:hover, 
.focus2 .wp-block-list li:hover {
    border-color: #ffffff;
    background-color: rgba(0, 0, 0, 0.315);
    box-shadow: 0 0 15px rgba(255, 255, 255, 0.2);
    transform: translateY(-2px);
}

/* 4. Nested List Safety (Resets styles for lists INSIDE cards) */
.focus-list li ul, .focus1 .wp-block-list li ul, .focus2 .wp-block-list li ul {
    display: block; 
    list-style: disc !important; 
    padding-left: 20px !important; 
    margin-top: 10px !important;
}

.focus-list li ul li, .focus1 .wp-block-list li ul li, .focus2 .wp-block-list li ul li {
    border: none !important;
    border-radius: 0 !important;
    padding: 0 !important;
    background: none !important;
    box-shadow: none !important;
    transform: none !important;
    display: list-item; 
}

/* Sets the initial state for the icons */
.footer-social-icons a {
    color: #ffffff; /* Ensuring they start as white */
    transition: color 0.3s ease; /* Makes the color change smooth instead of a jumpy flick */
    text-decoration: none;
}

/* Changes the color on hover */
.footer-social-icons a:hover {
    color: #018039;
}