@charset "UTF-8";
/* Control variables via utilities folder */
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");
@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");
input, textarea {
  width: 100%;
  max-width: 100%;
}

label {
  width: 100%;
}

.bg-purple {
  background-color: #674FA7;
}

.accordion-btn {
  text-decoration: none !important;
  color: inherit;
}
.accordion-btn[aria-expanded=true] .accordion-arrow {
  transform: rotate(180deg);
}

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

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

.btn-primary {
  background-color: #EA5E21;
  border: none;
  font-family: "Montserrat", sans-serif;
  border-radius: 0.1rem;
}
.btn-primary:hover, .btn-primary:active, .btn-primary:focus {
  background-color: rgb(61.1391304348, 60.3652173913, 117.6347826087);
  color: white;
}

.overlay {
  height: 100%;
  width: 100%;
  background-image: url("../images/dark-overlay.png");
  position: absolute;
  top: 0;
  left: 0;
  display: block;
}

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

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

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

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

@media (min-width: 1200px) {
  .navbar .navbar-collapse {
    display: flex !important;
    align-items: center;
  }
}
.navbar .nav-cta-btn {
  background-color: #EA5E21;
  color: #fff !important;
  font-weight: 700;
  text-decoration: none;
  padding: 0.75em 1.25em;
  display: inline-block;
  border: none;
  border-radius: 8px;
  transition: background-color 0.25s ease, color 0.25s ease;
  white-space: nowrap;
  padding: 0.5rem 1.25rem;
  font-size: 0.9rem;
}
.navbar .nav-cta-btn:hover, .navbar .nav-cta-btn:active, .navbar .nav-cta-btn:focus {
  background-color: rgb(24.8, 25.2769230769, 68.2) !important;
  color: #fff !important;
}
@media (max-width: 1199px) {
  .navbar .nav-cta-btn {
    margin-top: 15px;
    margin-bottom: 10px;
    display: block;
    text-align: center;
  }
}

@media (min-width: 1200px) {
  .navbar-nav.ml-auto {
    margin-left: auto !important;
    margin-right: 0 !important;
  }
}

.navbar-nav li a {
  font-family: "Montserrat", sans-serif;
  color: #34358F !important;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 1rem;
  margin-right: 20px;
}
.navbar-nav li a:hover {
  color: rgb(24.8, 25.2769230769, 68.2) !important;
}

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

.section-headline {
  position: relative;
  font-family: "Montserrat", sans-serif;
  color: #674FA7;
  font-weight: 600;
  font-size: 2.5rem;
  margin-bottom: 60px;
}

section.hero-section {
  background: url("https://cdn.greenphoenixny.com/apex/uploads/2026/02/hero-bg.jpg") center no-repeat;
  background-size: cover;
  height: 80vh;
  padding-top: 100px;
}
@media screen and (max-width: 992px) {
  section.hero-section {
    padding-top: 40px;
    background-position: center center !important;
  }
}
section.hero-section .row {
  height: 100%;
}
section.hero-section img {
  max-width: 260px;
  margin-bottom: 20px;
}
@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 .btn-lg {
  margin-top: 20px;
  font-weight: bold;
  font-size: 1.2rem;
}

section.about-section {
  margin: 20px 0;
}
section.about-section h1 {
  position: relative;
  font-family: "Montserrat", sans-serif;
  color: #34358F;
  margin-bottom: 60px;
}
section.about-section h1:after {
  content: "";
  position: absolute;
  bottom: -15px;
  left: 0;
  right: 0;
  height: 3px;
  width: 100px;
  background-color: #6867B1;
  margin: 0 auto;
}
section.about-section p {
  padding-left: 30px;
}
@media screen and (max-width: 992px) {
  section.about-section p {
    margin-top: 20px;
    padding: 0;
  }
}

section.offer-section .col-md-4 {
  display: flex;
  flex-direction: column;
  align-items: center;
}
section.offer-section .col-md-4 p {
  flex-grow: 1;
  margin-bottom: 20px;
}
section.offer-section .offer-icon {
  transition: transform 0.3s ease;
}
section.offer-section .offer-icon:hover {
  transform: translateY(-5px);
}

section.offer-section {
  background-color: white;
  padding: 60px 0;
}
section.offer-section .section-headline {
  color: #34358F !important;
  margin-bottom: 10px;
}
section.offer-section .offer-intro-text {
  color: #666666;
  max-width: 800px;
  margin: 0 auto 50px;
}
section.offer-section h5 {
  color: #34358F;
  font-weight: bold;
  margin-top: 15px;
}
section.offer-section p {
  color: #666666;
  font-size: 1rem;
  line-height: 1.6;
}
section.offer-section .offer-icon {
  max-width: 150px;
  height: auto;
  margin: 0 auto;
  display: block;
  /* Removed cropping and shadows for a clean icon look */
}

section.featured-menu-section {
  background: url("../images/menu-bg.jpg") center fixed 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: #34358F;
  font-weight: bold;
}
section.featured-menu-section .ft-menu-item h4 {
  font-size: 1rem;
  color: #EA5E21;
  font-weight: bold;
}

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

footer {
  background-color: #ffffff;
  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, footer p, footer a {
  color: #674FA7;
}
footer h2 {
  font-weight: bold;
}
footer a:hover {
  color: #674FA7;
}
footer .footer-social-icons a {
  margin-right: 5px;
}

.page-hero {
  text-align: center;
  background: transparent linear-gradient(90deg, #9797D1 0%, #34358F 100%) 0% 0% no-repeat padding-box;
}
.page-hero h1 {
  position: relative;
  font-family: "Montserrat", sans-serif;
  color: white;
  margin-bottom: 0;
}
.page-hero h1:after {
  content: "";
  position: absolute;
  bottom: -15px;
  left: 0;
  right: 0;
  height: 3px;
  width: 100px;
  background-color: #6867B1;
  margin: 0 auto;
}

section.map-section {
  margin-bottom: 0;
  padding-bottom: 0;
}

.card-img-custom {
  width: 100%;
  height: 233px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.btn-primary,
.button,
.wp-block-button__link,
a.wp-element-button,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce #respond input#submit {
  background-color: #EA5E21;
  color: #fff !important;
  font-weight: 700;
  text-decoration: none;
  padding: 0.75em 1.25em;
  display: inline-block;
  border: none;
  border-radius: 8px;
  transition: background-color 0.25s ease, color 0.25s ease;
}
.btn-primary:hover, .btn-primary:active, .btn-primary:focus,
.button:hover,
.button:active,
.button:focus,
.wp-block-button__link:hover,
.wp-block-button__link:active,
.wp-block-button__link:focus,
a.wp-element-button:hover,
a.wp-element-button:active,
a.wp-element-button:focus,
.woocommerce a.button:hover,
.woocommerce a.button:active,
.woocommerce a.button:focus,
.woocommerce button.button:hover,
.woocommerce button.button:active,
.woocommerce button.button:focus,
.woocommerce input.button:hover,
.woocommerce input.button:active,
.woocommerce input.button:focus,
.woocommerce #respond input#submit:hover,
.woocommerce #respond input#submit:active,
.woocommerce #respond input#submit:focus {
  background-color: rgb(24.8, 25.2769230769, 68.2) !important;
  color: #fff !important;
}
.btn-primary.btn-lg,
.button.btn-lg,
.wp-block-button__link.btn-lg,
a.wp-element-button.btn-lg,
.woocommerce a.button.btn-lg,
.woocommerce button.button.btn-lg,
.woocommerce input.button.btn-lg,
.woocommerce #respond input#submit.btn-lg {
  font-size: 1.2rem;
  margin-top: 20px;
}

.btn-primary.mt-4, .btn-primary.wow, .btn-primary.flipInX {
  background-color: #EA5E21;
  color: #fff !important;
  font-weight: 700;
  text-decoration: none;
  padding: 0.75em 1.25em;
  display: inline-block;
  border: none;
  border-radius: 8px;
  transition: background-color 0.25s ease, color 0.25s ease;
}
.btn-primary.mt-4:hover, .btn-primary.mt-4:active, .btn-primary.mt-4:focus, .btn-primary.wow:hover, .btn-primary.wow:active, .btn-primary.wow:focus, .btn-primary.flipInX:hover, .btn-primary.flipInX:active, .btn-primary.flipInX:focus {
  background-color: rgb(24.8, 25.2769230769, 68.2) !important;
  color: #fff !important;
}

.cta-gradient-section {
  background: transparent linear-gradient(180deg, #6867B1 0%, #1A1B48 100%) 0% 0% no-repeat padding-box;
}
.cta-gradient-section h2 {
  font-family: "Montserrat", sans-serif;
  line-height: 1.2;
}
.cta-gradient-section p {
  font-size: 1.25rem;
  opacity: 0.9;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}
.cta-gradient-section .btn-primary {
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
}
.cta-gradient-section .btn-primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.4);
}

.cta-gradient-section {
  background: transparent linear-gradient(180deg, #6867B1 0%, #1A1B48 100%) 0% 0% no-repeat padding-box;
}
.cta-gradient-section .row.align-items-center h2 {
  font-size: 2.5rem;
  text-align: left;
}
.cta-gradient-section .row.align-items-center p.lead {
  opacity: 0.9;
  border-left: 3px solid rgba(255, 255, 255, 0.3);
  padding-left: 20px;
}
.cta-gradient-section .video-wrapper {
  background: #000;
  transition: transform 0.4s ease;
}
.cta-gradient-section .video-wrapper:hover {
  transform: scale(1.02);
}

.site-footer {
  border-top: 1px solid #efefef;
}
.site-footer .social-icon {
  color: #34358F;
  transition: color 0.3s ease, transform 0.3s ease;
  display: inline-block;
}
.site-footer .social-icon:hover {
  color: rgb(24.8, 25.2769230769, 68.2);
  transform: translateY(-3px);
}
.site-footer .copyright {
  color: #444;
  font-weight: 600;
}
.site-footer .footer-disclaimer {
  line-height: 1.6;
  text-align: justify;
  max-width: 900px;
  margin: 0 auto;
}
@media (max-width: 992px) {
  .site-footer .footer-disclaimer {
    text-align: center;
  }
}
.site-footer .footer-disclaimer a {
  text-decoration: underline;
  color: inherit;
}
.site-footer .footer-disclaimer a:hover {
  color: #34358F;
}
.site-footer .btn-primary {
  background-color: #EA5E21;
  color: #fff !important;
  font-weight: 700;
  text-decoration: none;
  padding: 0.75em 1.25em;
  display: inline-block;
  border: none;
  border-radius: 8px;
  transition: background-color 0.25s ease, color 0.25s ease;
}
.site-footer .btn-primary:hover, .site-footer .btn-primary:active, .site-footer .btn-primary:focus {
  background-color: rgb(24.8, 25.2769230769, 68.2) !important;
  color: #fff !important;
}

/* Testimonials Slider Specifics */
.testimonials-slider {
  position: relative;
  padding-bottom: 50px;
}
.testimonials-slider .slick-dots {
  position: absolute;
  bottom: 0;
  width: 100%;
  list-style: none;
  display: flex !important;
  justify-content: center;
  padding: 0;
  margin: 0;
}
.testimonials-slider .slick-dots li {
  margin: 0 6px;
}
.testimonials-slider .slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 12px;
  height: 12px;
  padding: 0;
  cursor: pointer;
  border: 2px solid #34358F;
  border-radius: 50%;
  background: transparent;
  transition: all 0.3s ease;
  outline: none;
}
.testimonials-slider .slick-dots li button:hover {
  background: rgba(52, 53, 143, 0.3);
}
.testimonials-slider .slick-dots li.slick-active button {
  background: #34358F;
}

.resource-card {
  background: #fff;
  border-radius: 15px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
  border: 1px solid #efefef;
  height: 100%;
  transition: all 0.3s ease;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.resource-card h5 {
  color: #34358F;
  margin-bottom: 15px;
}
.resource-card p {
  color: #666;
  flex-grow: 1;
  margin-bottom: 20px;
}
.resource-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 35px rgba(52, 53, 143, 0.1);
  border-color: #34358F;
}

.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 ------------------------------------------------------------- */
}

.dropdown-item.active, .dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #9295ff;
}

.page-content h2, h5 {
  color: #34358D;
}

.page-content h3 {
  font-size: 1.4rem;
  color: black;
}

.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;
  }
} 
/* 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);
}

.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;
}/*# sourceMappingURL=custom-styles.css.map */