/*control your varialbes via the _variables.scss file in utilities folder*/
@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,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");
body {
  background-color: #3D4CB7;
  background-image: url("https://cdn.greenphoenixny.com/lasergenesis/uploads/2026/05/lg-bg.png");
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: cover;
}

.btn-primary {
  background-color: #F7DF03;
  border: none;
  color: #3D4CB7;
  font-family: "Poppins", sans-serif;
  text-transform: uppercase;
  font-weight: 600;
  border-radius: 100px;
}
.btn-primary:hover, .btn-primary:active, .btn-primary:focus {
  background-color: rgb(35.5, 44.2295081967, 106.5);
  color: white;
}

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: "Poppins", 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-nav li a {
  font-family: "Poppins", sans-serif;
  color: #F7DF03 !important;
  font-weight: normal;
  text-transform: uppercase;
  font-size: 0.8rem;
  margin-right: 20px;
}
.navbar-nav li a:hover {
  color: rgb(146.224, 132.016, 1.776) !important;
}

.nav-wrapper {
  padding-top: 20px;
  position: relative;
  z-index: 99;
}

/* TOP ROW */
.top-nav-row {
  padding: 0 25px 20px;
  position: relative;
}

/* LOGO */
.nav-logo img {
  max-width: 260px;
  width: 100%;
}

/* SOCIAL */
.nav-social {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  gap: 18px;
}

.social-link img {
  width: 52px;
  height: auto;
  transition: all 0.3s ease;
}

.social-link:hover img {
  transform: translateY(-4px) scale(1.05);
}

/* NAVIGATION */
.navbar {
  padding-top: 0;
}

.navbar-nav {
  gap: 25px;
}

.navbar-nav .menu-item a {
  color: #fff !important;
  font-size: 17px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  transition: all 0.3s ease;
}

.navbar-nav .menu-item a:hover {
  color: #43c513 !important;
}

/* MOBILE */
@media (max-width: 991px) {
  .top-nav-row {
    flex-direction: column;
    gap: 20px;
    padding-bottom: 10px;
  }
  .nav-social {
    position: relative;
    left: auto;
    transform: none;
  }
  .nav-logo img {
    max-width: 220px;
  }
  .navbar-toggler {
    margin: 0 auto 15px;
    background-color: transparent;
    border: none;
  }
  .navbar-nav {
    gap: 10px;
  }
}
.section-headline {
  position: relative;
  font-family: "Poppins", sans-serif;
  color: #F7DF03;
  margin-bottom: 60px;
}
.section-headline:after {
  position: absolute;
  bottom: -15px;
  height: 3px;
  width: 100px;
  background-color: #3D4CB7;
  content: "";
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
}

section.hero-section {
  background-image: url("https://cdn.greenphoenixny.com/lasergenesis/uploads/lg-hero.png");
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: contain;
  background-color: transparent;
  height: 90vh;
}
@media screen and (max-width: 992px) {
  section.hero-section {
    background-size: cover;
    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: "Poppins", sans-serif;
  color: white;
  font-size: 3.3rem;
  font-weight: 700;
}
@media screen and (max-width: 992px) {
  section.hero-section h1 {
    font-size: 1.6rem;
  }
}
section.hero-section h3 {
  color: white;
  font-size: 1.4rem;
  font-weight: 300;
  font-family: "Poppins", 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 {
  margin: 20px 0;
  background-color: transparent;
}
section.about-section h2 {
  font-family: "Poppins", sans-serif;
  text-transform: uppercase;
  color: white;
  font-weight: 600;
  font-size: 3rem;
  margin-bottom: 60px;
}
section.about-section .section-headline {
  color: #fff;
  font-size: 52px;
  font-weight: 800;
  text-transform: uppercase;
  line-height: 1.2;
  letter-spacing: 1px;
  margin-bottom: 0;
}
section.about-section .service-card {
  background: #efefef;
  border-radius: 35px;
  overflow: hidden;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.25);
  position: relative;
  transition: all 0.3s ease;
  height: 100%;
}
section.about-section .service-card:hover {
  transform: translateY(-8px);
}
section.about-section .service-card-top {
  height: 130px;
  padding: 35px;
  display: flex;
  align-items: flex-start;
}
section.about-section .service-card-top i {
  color: #fff;
  font-size: 54px;
}
section.about-section .service-card-body {
  padding: 35px;
  position: relative;
  min-height: 310px;
}
section.about-section .service-card-body h3 {
  font-size: 1.7rem;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 25px;
  color: #000;
  line-height: 1.1;
}
section.about-section .service-card-body p {
  font-size: 20px;
  line-height: 1.7;
  color: #222;
  margin-bottom: 70px;
}
section.about-section .card-btn {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  position: absolute;
  right: 30px;
  bottom: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.2);
  transition: all 0.3s ease;
}
section.about-section .card-btn i {
  color: #fff;
  font-size: 28px;
}
section.about-section .card-btn:hover {
  transform: scale(1.1);
}
section.about-section {
  /* COLORS */
}
section.about-section .blue {
  background: #27aae1;
}
section.about-section .pink {
  background: #ec168c;
}
section.about-section .yellow {
  background: #f3e312;
}
section.about-section .blue-btn {
  background: #27aae1;
}
section.about-section .pink-btn {
  background: #ec168c;
}
section.about-section .yellow-btn {
  background: #f3e312;
}
section.about-section .yellow-btn i {
  color: #000;
}
section.about-section {
  /* MOBILE */
}
@media (max-width: 991px) {
  section.about-section .section-headline {
    font-size: 38px;
  }
  section.about-section .service-card-body h3 {
    font-size: 28px;
  }
  section.about-section .service-card-body p {
    font-size: 18px;
  }
}

section.offer-section {
  background: linear-gradient(135deg, #ffff90 0%, #f3f3f3 100%);
  padding: 100px 0;
  background-color: white;
  position: relative;
  overflow: hidden;
}
section.offer-section h2 {
  font-family: "Poppins", sans-serif;
  text-transform: uppercase;
  color: #3D4CB7;
  font-weight: 600;
  font-size: 3rem;
  margin-bottom: 60px;
}
section.offer-section h3 {
  font-size: 1.7rem;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 25px;
  color: #000;
  line-height: 1.1;
}
section.offer-section {
  /* CONTENT */
}
section.offer-section .service-content {
  padding-right: 30px;
}
section.offer-section .service-content p {
  font-size: 20px;
  line-height: 1.9;
  color: #333;
  margin-bottom: 40px;
}
section.offer-section {
  /* IMAGE */
}
section.offer-section .service-image {
  max-width: 100%;
  width: 550px;
  filter: drop-shadow(0 15px 25px rgba(0, 0, 0, 0.15));
}
section.offer-section {
  /* MOBILE */
}
@media (max-width: 991px) {
  section.offer-section .offer-section {
    padding: 70px 0;
  }
  section.offer-section .offer-section .section-headline {
    font-size: 42px;
  }
  section.offer-section .service-content {
    padding-right: 0;
    text-align: center;
    margin-bottom: 50px;
  }
  section.offer-section .service-content h3 {
    font-size: 30px;
  }
  section.offer-section .service-content p {
    font-size: 18px;
    line-height: 1.7;
  }
  section.offer-section .service-image {
    width: 100%;
    max-width: 420px;
  }
}

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: #F7DF03;
  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: linear-gradient(135deg, #1AABE4 0%, #f3f3f3 100%);
  padding: 100px 0;
  background-color: white;
  position: relative;
  overflow: hidden;
}
section.testimonials-section h2 {
  font-family: "Poppins", sans-serif;
  text-transform: uppercase;
  color: #3D4CB7;
  font-weight: 600;
  font-size: 3rem;
  margin-bottom: 60px;
}
section.testimonials-section h3 {
  font-size: 1.7rem;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 25px;
  color: #000;
  line-height: 1.1;
}
section.testimonials-section {
  /* CONTENT */
}
section.testimonials-section .service-content {
  padding-right: 30px;
}
section.testimonials-section .service-content p {
  font-size: 20px;
  line-height: 1.9;
  color: #333;
  margin-bottom: 40px;
}
section.testimonials-section {
  /* IMAGE */
}
section.testimonials-section .service-image {
  max-width: 100%;
  width: 550px;
  filter: drop-shadow(0 15px 25px rgba(0, 0, 0, 0.15));
}
section.testimonials-section {
  /* MOBILE */
}
@media (max-width: 991px) {
  section.testimonials-section .testimonials-section {
    padding: 70px 0;
  }
  section.testimonials-section .testimonials-section .section-headline {
    font-size: 42px;
  }
  section.testimonials-section .service-content {
    padding-right: 0;
    text-align: center;
    margin-bottom: 50px;
  }
  section.testimonials-section .service-content h3 {
    font-size: 30px;
  }
  section.testimonials-section .service-content p {
    font-size: 18px;
    line-height: 1.7;
  }
  section.testimonials-section .service-image {
    width: 100%;
    max-width: 420px;
  }
}

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

footer {
  background-image: url("https://cdn.greenphoenixny.com/lasergenesis/uploads/2026/05/lg-footer-blue.png");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  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;
}
.page-hero h1 {
  position: relative;
  font-family: "Poppins", sans-serif;
  color: #F7DF03;
  margin-bottom: 0px;
}
.page-hero h1:after {
  position: absolute;
  bottom: -15px;
  height: 3px;
  width: 100px;
  background-color: #3D4CB7;
  content: "";
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
}

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

/* SUB PAGE STYLING */
.page-hero {
  background-color: #3D4CB7;
  background-image: url("https://cdn.greenphoenixny.com/lasergenesis/uploads/2026/05/lg-bg.png");
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  padding: 140px 0 90px;
  text-align: center;
  overflow: hidden;
}

.page-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(16, 23, 72, 0.55) 0%, rgba(61, 76, 183, 0.35) 100%);
  z-index: 1;
}

.page-hero .container {
  position: relative;
  z-index: 2;
}

.page-hero .entry-title {
  color: #fff;
  font-size: clamp(42px, 6vw, 72px);
  font-weight: 800;
  line-height: 1.1;
  letter-spacing: -2px;
  margin: 0;
  text-shadow: 0 10px 30px rgba(0, 0, 0, 0.25);
}

/* PAGE CONTENT */
.page-content {
  padding: 80px 0;
  background: #fff;
}

.main-content {
  max-width: 1100px;
  margin: auto;
}

.entry-content {
  font-size: 18px;
  line-height: 1.8;
  color: #4b5563;
}

/* HEADINGS */
.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4 {
  color: #111827;
  font-weight: 800;
  line-height: 1.2;
  margin-top: 45px;
  margin-bottom: 20px;
  letter-spacing: -1px;
}

.entry-content h1 {
  font-size: clamp(40px, 5vw, 60px);
}

.entry-content h2 {
  font-size: clamp(34px, 4vw, 48px);
}

.entry-content h3 {
  font-size: clamp(28px, 3vw, 38px);
}

.entry-content h4 {
  font-size: clamp(22px, 2vw, 30px);
}

/* PARAGRAPHS */
.entry-content p {
  font-size: 18px;
  line-height: 1.9;
  color: #4b5563;
  margin-bottom: 24px;
}

/* LINKS */
.entry-content a {
  color: #3D4CB7;
  text-decoration: none;
  transition: 0.3s ease;
  font-weight: 600;
}

.entry-content a:hover {
  color: #25338f;
}

/* LISTS */
.entry-content ul,
.entry-content ol {
  margin-bottom: 30px;
  padding-left: 24px;
}

.entry-content li {
  margin-bottom: 10px;
}

/* MOBILE */
@media (max-width: 767px) {
  .page-hero {
    padding: 110px 0 70px;
  }
  .page-content {
    padding: 60px 0;
  }
  .entry-content {
    font-size: 16px;
  }
  .entry-content p {
    font-size: 16px;
  }
}/*# sourceMappingURL=custom-styles.css.map */