/*control your varialbes via the _variables.scss file in 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");
.accordion-btn {
  text-decoration: none !important;
  color: inherit;
}

.accordion-label {
  color: #0F0049;
  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: #6EB43F;
  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;
  transform: translateY(-3px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}

.btn-outline-light {
  border-radius: 0;
}

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

label {
  width: 100%;
}

.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;
}

/* Navbar links */
.navbar-nav li.menu-item a.nav-link {
  font-family: "Montserrat", sans-serif;
  color: #6EB43F !important;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 0.8rem;
  margin-right: 20px;
  /* Center text for all links inside li */
  text-align: center;
  display: block;
  width: 100%;
}
.navbar-nav li.menu-item {
  /* Special styling for li.btn-primary */
}
.navbar-nav li.menu-item.btn-primary > a.nav-link {
  color: #ffffff !important;
  text-align: center;
  display: block;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}
.navbar-nav li.menu-item.btn-primary > a.nav-link:hover, .navbar-nav li.menu-item.btn-primary > a.nav-link:active, .navbar-nav li.menu-item.btn-primary > a.nav-link:focus {
  color: #ffffff !important;
}

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

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

section.hero-section {
  background-image: url("https://cdn.greenphoenixny.com/executech/images/executech-hero.png");
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 90vh;
}
@media screen and (max-width: 992px) {
  section.hero-section {
    background-position: center center !important;
  }
}
section.hero-section .row {
  height: 100%;
}
section.hero-section p {
  color: #646464;
}
section.hero-section .hero-highlight {
  color: #6EB43F;
  font-family: "Palatino Linotype", Palatino, "Book Antiqua", serif;
  font-weight: 700;
}
section.hero-section h1 {
  font-family: "Montserrat", sans-serif;
  color: #646464;
  font-size: 4.1rem;
}
@media screen and (max-width: 992px) {
  section.hero-section h1 {
    font-size: 2.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 #cloverCarousel .carousel-item {
  height: 600px;
}
section.hero-section #cloverCarousel .carousel-item .carousel-image-wrap {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
section.hero-section #cloverCarousel .carousel-item img {
  max-height: 100%;
  width: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
section.hero-section {
  /* Mobile */
}
@media (max-width: 767px) {
  section.hero-section #cloverCarousel .carousel-item {
    height: 430px;
  }
}

section.about-section {
  background-image: url("https://cdn.greenphoenixny.com/greenphoenix/img/techy-bg-left.png");
  background-position: center;
  background-attachment: fixed;
  background-repeat: no-repeat;
}
section.about-section h2 {
  color: black;
}
section.about-section h3 {
  font-weight: 600;
  color: black;
  font-size: 24px;
}
section.about-section .program-card {
  padding: 0;
}
section.about-section .arrow-btn {
  width: 42px;
  height: 42px;
  border-radius: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
section.about-section .arrow-line {
  position: relative;
  width: 16px;
  height: 1.5px;
  background: #fff;
}
section.about-section .arrow-line::after {
  content: "";
  position: absolute;
  right: 0;
  top: -4px;
  width: 8px;
  height: 8px;
  border-right: 1.5px solid #fff;
  border-top: 1.5px solid #fff;
  transform: rotate(45deg);
}

section.offer-section h2 {
  color: black;
}
section.offer-section p {
  color: black;
}
section.offer-section h4 {
  font-weight: 600;
  color: black;
  font-size: 22px;
}
section.offer-section .btn-primary {
  background-color: white;
  border: none;
  font-family: "Montserrat", sans-serif;
  border-radius: 50px;
}
section.offer-section .btn-primary:hover, section.offer-section .btn-primary:active, section.offer-section .btn-primary:focus {
  background-color: rgb(32.3271889401, 92.2119815668, 22.7880184332);
  color: #6EB43F;
  transform: translateY(-3px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}
section.offer-section .btn-secondary {
  background-color: #6EB43F;
  border: none;
  font-family: "Montserrat", sans-serif;
  border-radius: 50px;
}
section.offer-section .btn-secondary:hover, section.offer-section .btn-secondary:active, section.offer-section .btn-secondary:focus {
  background-color: rgb(32.3271889401, 92.2119815668, 22.7880184332);
  color: white;
  transform: translateY(-3px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}
section.offer-section {
  /* Card container */
}
section.offer-section .service-card {
  background: rgba(12, 124, 213, 0.35); /* #0C7CD5 @ 35% */
  border-radius: 14px;
  overflow: hidden;
}
section.offer-section {
  /* Top image */
}
section.offer-section .service-img {
  width: 100%;
  height: auto;
  display: block;
  border-top-left-radius: 14px;
  border-top-right-radius: 14px;
}
section.offer-section {
  /* Inner content padding */
}
section.offer-section .service-content {
  padding: 1.5rem;
}
section.offer-section {
  /* Arrow button reuse */
}
section.offer-section .arrow-btn {
  width: 38px;
  height: 38px;
  border-radius: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
section.offer-section {
  /* Sleek arrow */
}
section.offer-section .arrow-line {
  position: relative;
  width: 16px;
  height: 1.5px;
  background: #6EB43F;
}
section.offer-section .arrow-line::after {
  content: "";
  position: absolute;
  right: 0;
  top: -4px;
  width: 8px;
  height: 8px;
  border-right: 1.5px solid #6EB43F;
  border-top: 1.5px solid #6EB43F;
  transform: rotate(45deg);
}

section.ceo-section {
  background-image: url("https://cdn.greenphoenixny.com/greenphoenix/img/techy-bg-left.png");
  background-position: center;
  background-attachment: fixed;
  background-repeat: no-repeat;
}
section.ceo-section h2 {
  color: black;
}
section.ceo-section p {
  color: black;
}
section.ceo-section h4 {
  font-weight: 600;
  color: black;
  font-size: 22px;
}
section.ceo-section .btn-primary {
  background-color: white;
  border: none;
  font-family: "Montserrat", sans-serif;
  border-radius: 50px;
}
section.ceo-section .btn-primary:hover, section.ceo-section .btn-primary:active, section.ceo-section .btn-primary:focus {
  background-color: rgb(32.3271889401, 92.2119815668, 22.7880184332);
  color: #6EB43F;
  transform: translateY(-3px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}
section.ceo-section .btn-secondary {
  background-color: #6EB43F;
  border: none;
  font-family: "Montserrat", sans-serif;
  border-radius: 50px;
}
section.ceo-section .btn-secondary:hover, section.ceo-section .btn-secondary:active, section.ceo-section .btn-secondary:focus {
  background-color: rgb(32.3271889401, 92.2119815668, 22.7880184332);
  color: white;
  transform: translateY(-3px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}
section.ceo-section {
  /* Card container */
}
section.ceo-section .service-card {
  background: rgba(12, 124, 213, 0.35); /* #0C7CD5 @ 35% */
  border-radius: 14px;
  overflow: hidden;
}
section.ceo-section {
  /* Top image */
}
section.ceo-section .service-img {
  width: 100%;
  height: auto;
  display: block;
  border-top-left-radius: 14px;
  border-top-right-radius: 14px;
}
section.ceo-section {
  /* Inner content padding */
}
section.ceo-section .service-content {
  padding: 1.5rem;
}
section.ceo-section {
  /* Arrow button reuse */
}
section.ceo-section .arrow-btn {
  width: 38px;
  height: 38px;
  border-radius: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
section.ceo-section {
  /* Sleek arrow */
}
section.ceo-section .arrow-line {
  position: relative;
  width: 16px;
  height: 1.5px;
  background: #6EB43F;
}
section.ceo-section .arrow-line::after {
  content: "";
  position: absolute;
  right: 0;
  top: -4px;
  width: 8px;
  height: 8px;
  border-right: 1.5px solid #6EB43F;
  border-top: 1.5px solid #6EB43F;
  transform: rotate(45deg);
}

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-image: url("https://cdn.greenphoenixny.com/executech/images/blog+bg.png");
  background-position: center;
  background-repeat: no-repeat;
}
@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: 0;
  color: #CB3734;
  border-color: #CB3734;
}
section.testimonials-section .testimonial-slider {
  padding: 100px 0;
}
@media screen and (max-width: 992px) {
  section.testimonials-section .testimonial-slider {
    padding: 40px 0;
  }
}
section.testimonials-section .testimonial-slider h3 {
  color: white;
}
@media screen and (max-width: 992px) {
  section.testimonials-section .testimonial-slider h3 {
    font-size: 1.4rem;
  }
}
section.testimonials-section {
  /* ===== Testimonial Card ===== */
}
section.testimonials-section .testimonial-card {
  border-radius: 1rem;
  overflow: hidden;
  background: #ffffff;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
}
section.testimonials-section {
  /* ===== Carousel Arrows ===== */
}
section.testimonials-section .carousel-control-prev-icon,
section.testimonials-section .carousel-control-next-icon {
  background-image: none; /* remove default Bootstrap icon */
  width: 36px;
  height: 36px;
  border: 2px solid #6EB43F;
  border-radius: 50%;
  position: relative;
  opacity: 1;
}
section.testimonials-section {
  /* Left arrow */
}
section.testimonials-section .carousel-control-prev-icon::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 10px;
  height: 10px;
  border-left: 3px solid #6EB43F;
  border-bottom: 3px solid #6EB43F;
  transform: translate(-40%, -50%) rotate(45deg);
}
section.testimonials-section {
  /* Right arrow */
}
section.testimonials-section .carousel-control-next-icon::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 10px;
  height: 10px;
  border-right: 3px solid #6EB43F;
  border-bottom: 3px solid #6EB43F;
  transform: translate(-60%, -50%) rotate(-45deg);
}
section.testimonials-section {
  /* ===== Carousel Indicators ===== */
}
section.testimonials-section .carousel-indicators li {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #ffffff;
  border: 2px solid #111; /* dark outline */
  opacity: 1;
  margin: 0 6px;
}
section.testimonials-section .carousel-indicators .active {
  background-color: #6EB43F;
  border-color: #111; /* dark outline */
}

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

footer {
  background-image: url("https://cdn.greenphoenixny.com/greenphoenix/img/footer-bg-blue.png");
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: cover;
  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: white;
  font-weight: bold;
}
footer p {
  color: white;
}
footer a {
  color: white;
}
footer a:hover {
  color: white;
}
footer .footer-social-icons a {
  margin-right: 5px;
}

.page-hero {
  text-align: center;
  background-image: url("https://cdn.greenphoenixny.com/greenphoenix/img/footer-bg-blue.png");
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 60px;
}
.page-hero h1 {
  position: relative;
  font-family: "Montserrat", sans-serif;
  color: #ffffff;
  margin-bottom: 0;
}

/* Reusable focus class for other sections */
.focus-1 {
  background-image: url("https://cdn.greenphoenixny.com/greenphoenix/img/techy-bg-left.png");
  background-position: center;
  background-attachment: fixed;
  background-repeat: no-repeat;
}

.focus-2 {
  background-image: url("https://cdn.greenphoenixny.com/greenphoenix/img/techy-bg-blue.png");
  background-position: center;
  background-attachment: fixed;
  background-repeat: no-repeat;
}

section.map-section {
  margin-bottom: 0;
  padding-bottom: 0;
}/*# sourceMappingURL=custom-styles.css.map */