/*control your varialbes via the _variables.scss file in utilities folder*/
@import url("https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&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");
.btn-primary {
  background-color: #0071C1;
  border: none;
  font-family: "Poppins", sans-serif;
  border-radius: 5px;
}
.btn-primary:hover, .btn-primary:active, .btn-primary:focus {
  background-color: rgb(0, 53.2797927461, 91);
  color: white;
}

.dropdown-menu .dropdown-item {
  color: #80B8E0 !important;
}

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: white !important;
  font-weight: normal;
  text-transform: uppercase;
  font-size: 0.8rem;
  margin-right: 20px;
}
.navbar-nav li a:hover {
  color: #cccccc !important;
}

#menu-item-24 a.nav-link {
  padding-right: 0 !important;
  margin-right: 10px !important;
  font-weight: bold;
}

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

.section-headline {
  position: relative;
  font-family: "Poppins", sans-serif;
  color: #ffffff;
  margin-bottom: 60px;
}
.section-headline:after {
  position: absolute;
  bottom: -15px;
  height: 3px;
  width: 100px;
  background-color: #0071C1;
  content: "";
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
}

section.hero-section {
  position: relative;
  height: 100vh;
  background-image: url(https://cdn.greenphoenixny.com/thi/uploads/thi_hero.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 25px;
  overflow: hidden;
  padding-top: 25px;
}
@media screen and (max-width: 992px) {
  section.hero-section {
    padding-top: 40px;
    background-position: left center !important;
  }
}
section.hero-section .row {
  height: 100%;
}
section.hero-section h1 {
  font-family: "Poppins", sans-serif;
  color: white;
  font-size: 2.7rem;
}
@media screen and (max-width: 992px) {
  section.hero-section h1 {
    font-size: 2.5rem;
  }
}
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.hero-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.45); /* Adjust opacity here */
  z-index: 1;
}

section.hero-section > * {
  position: relative;
  z-index: 2;
}

section.hero-section > .container-fluid:first-child {
  z-index: 100;
}

section.case-studies-section {
  height: 60vh;
  background-color: #000;
  background-image: url("https://cdn.greenphoenixny.com/thi/uploads/dot-pattern.png");
  background-repeat: repeat;
  background-position: top left;
  background-size: auto; /* or just omit this line */
  padding-top: 25px;
}
@media screen and (max-width: 992px) {
  section.case-studies-section {
    padding-top: 40px;
    background-position: center center !important;
  }
}
@media screen and (max-width: 768px) {
  section.case-studies-section {
    height: auto;
  }
}
section.case-studies-section .row {
  height: 100%;
}
section.case-studies-section h1 {
  font-family: "Poppins", sans-serif;
  color: white;
  font-size: 2.7rem;
}
@media screen and (max-width: 992px) {
  section.case-studies-section h1 {
    font-size: 2.5rem;
  }
}
section.case-studies-section h3 {
  color: white;
  font-size: 1.4rem;
  font-weight: 300;
  font-family: "Poppins", sans-serif;
  margin-top: 10px;
}
section.case-studies-section h3 a {
  color: white;
}
section.case-studies-section h3 a:hover {
  color: white;
}
section.case-studies-section .btn-lg {
  margin-top: 20px;
  font-weight: bold;
  font-size: 1.2rem;
}

/* ==========================
    Metrics Section
========================== */
.metrics-section {
  background: #fff;
  padding: 100px 0;
}

.metrics-section h2.display-4 {
  color: #80B8E0;
  font-weight: 700;
}

.metrics-section .lead {
  max-width: 850px;
  margin: 0 auto;
  color: #666;
}

.metric {
  background: #ffffff;
  border: 1px solid rgba(128, 184, 224, 0.18);
  border-radius: 18px;
  padding: 50px 35px;
  text-align: center;
  height: 100%;
  transition: 0.35s;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.06);
}

.metric:hover {
  transform: translateY(-8px);
  border-color: #80B8E0;
  box-shadow: 0 22px 50px rgba(0, 113, 193, 0.15);
}

.metric h2 {
  font-size: 4.5rem;
  font-weight: 800;
  color: #80B8E0;
  margin-bottom: 20px;
  line-height: 1;
}

.metric span {
  display: block;
  color: #555;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.6;
  text-transform: uppercase;
  letter-spacing: 1.5px;
}

@media (max-width: 991px) {
  .metric {
    padding: 40px 25px;
  }
  .metric h2 {
    font-size: 3.75rem;
  }
}
@media (max-width: 767px) {
  .metrics-section {
    padding: 70px 0;
  }
  .metric {
    margin-bottom: 25px;
    padding: 35px 25px;
  }
  .metric h2 {
    font-size: 3rem;
  }
  .metric span {
    font-size: 0.95rem;
  }
}
/* ==========================
    What We Do Section
========================== */
.what-we-do-section {
  background-color: #111;
}

.service-card {
  border: 2px solid #80B8E0;
  border-radius: 20px;
  padding: 35px 25px;
  background: rgba(255, 255, 255, 0.02);
  transition: all 0.3s ease;
}

.service-card:hover {
  transform: translateY(-8px);
  background: rgba(128, 184, 224, 0.08);
}

.service-card h3 {
  color: #80B8E0;
  font-size: 1.8rem;
  font-weight: 700;
  margin-bottom: 20px;
}

.service-card p {
  color: rgba(255, 255, 255, 0.85);
  line-height: 1.8;
  flex-grow: 1;
}

.service-card .btn {
  align-self: flex-start;
}

@media (max-width: 991px) {
  .service-card {
    margin-bottom: 20px;
  }
}
section.offer-section {
  background-image: url("../images/specials-bg.jpg");
  height: auto;
  padding: 60px 0;
}
section.offer-section .section-headline {
  color: white;
}
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: #ffffff;
}
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: "Poppins", 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: #ffffff;
  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("../images/testimonials-bg.jpg");
  background-attachment: fixed;
  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 .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.instagram-section {
  padding-bottom: 0;
}

footer {
  background-color: #000;
  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 {
  height: 40vh;
  background-color: #000;
  background-image: url("https://cdn.greenphoenixny.com/thi/uploads/dot-pattern.png");
  background-repeat: repeat;
  background-position: top left;
  background-size: auto; /* or just omit this line */
  padding-top: 25px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .page-hero {
    height: auto;
  }
}
.page-hero h1 {
  position: relative;
  font-family: "Poppins", sans-serif;
  color: #ffffff;
  margin-bottom: 0px;
}

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

.footer-social-icons a {
  font-size: 2rem; /* Increase icon size */
  color: #fff;
  margin-right: 15px;
  transition: 0.3s ease;
}

.footer-social-icons a:hover {
  color: #80B8E0; /* or your brand accent color */
  transform: scale(1.15);
}/*# sourceMappingURL=custom-styles.css.map */