/*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://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");
@import url("https://use.typekit.net/fgf2xta.css");
.btn-primary {
  background-color: #283f7f;
  border: none;
  font-family: "Raleway", sans-serif;
  text-transform: uppercase;
  border-radius: 50px;
  font-weight: bold;
}
.btn-primary:hover, .btn-primary:active, .btn-primary:focus {
  background-color: #333333;
  color: white;
}

.rounded-lg {
  border-radius: 1.2rem !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: "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-nav li a {
  font-family: "Raleway", sans-serif;
  color: #d33834 !important;
  font-weight: normal;
  text-transform: uppercase;
  font-size: 0.8rem;
  margin-right: 20px;
}
.navbar-nav li a:hover {
  color: rgb(132.3198380567, 31.2874493927, 28.6801619433) !important;
}

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

.section-headline {
  position: relative;
  font-family: "Montserrat", sans-serif;
  color: #283f7f;
  margin-bottom: 60px;
  font-weight: bold;
  font-size: 2.3rem;
}

section.hero-section {
  background-position: 50% 0;
  background-image: url("https://cdn.greenphoenixny.com/acs/uploads/2026/04/hero-acs-scaled.jpg");
  background-size: cover;
  height: 80vh;
}
@media screen and (max-width: 992px) {
  section.hero-section {
    padding-top: 40px;
    background-position: left center !important;
  }
}
@media screen and (max-width: 768px) {
  section.hero-section {
    padding-top: 40px;
    background-position: left center !important;
    height: auto;
  }
}
section.hero-section .row {
  height: 100%;
}
section.hero-section h1 {
  font-family: "Montserrat", sans-serif;
  color: #d33834;
  font-size: 1.3rem;
  font-weight: bold;
}
@media screen and (max-width: 992px) {
  section.hero-section h1 {
    font-size: 1.1rem;
  }
}
section.hero-section h2 {
  font-family: "Montserrat", sans-serif;
  color: #283f7f;
  font-size: 2.5rem;
  font-weight: bold;
}
@media screen and (max-width: 992px) {
  section.hero-section h2 {
    font-size: 1.4rem;
  }
}
section.hero-section p {
  font-family: "Montserrat", sans-serif;
  color: #666666;
  font-size: 1.1rem;
  max-width: 100%;
}
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 p {
  color: #283f7f;
}
section.about-section {
  margin: 20px 0;
}
section.about-section h1 {
  position: relative;
  font-family: "Montserrat", sans-serif;
  color: #d33834;
  margin-bottom: 60px;
}
section.about-section h1:after {
  position: absolute;
  bottom: -15px;
  height: 3px;
  width: 100px;
  background-color: #666666;
  content: "";
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
}
section.about-section .btn {
  margin-left: 30px;
}
section.about-section {
  /* Make all cards same height */
}
section.about-section .service-card {
  max-width: 500px;
  height: 420px; /* adjust as needed */
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
section.about-section {
  /* Normalize image size */
}
section.about-section .service-img {
  width: 100%;
  height: 280px; /* consistent image height */
  -o-object-fit: cover;
     object-fit: cover; /* crops nicely instead of stretching */
  border-radius: 12px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
section.about-section {
  /* Keep text aligned nicely */
}
section.about-section .service-card p {
  min-height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
section.about-section {
  /* Hover effect (keep yours) */
}
section.about-section .service-card:hover .service-img {
  transform: scale(1.05) translateY(-5px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.25);
}
section.about-section .carousel-control-prev,
section.about-section .carousel-control-next {
  width: 50px;
  height: 50px;
  top: 35%;
  transform: translateY(-50%);
  background: rgba(49, 91, 231, 0.7);
  border-radius: 50%;
}
section.about-section .carousel-control-prev-icon,
section.about-section .carousel-control-next-icon {
  filter: invert(1);
}

section.offer-section {
  background-image: url("../images/specials-bg.jpg");
  height: auto;
  padding: 60px 0;
}

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: #d33834;
  font-weight: bold;
  margin-left: 0;
}
section.featured-menu-section .ft-menu-item h4 {
  font-size: 1rem;
  color: #283f7f;
  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: #d8d8d8;
  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: #283f7f;
  font-weight: bold;
}
footer p {
  color: #283f7f;
}
footer a {
  color: #283f7f;
}
footer a:hover {
  color: #283f7f;
}
footer .footer-social-icons a {
  margin-right: 5px;
}

.page-hero {
  text-align: center;
}
.page-hero h1 {
  position: relative;
  font-family: "Montserrat", sans-serif;
  color: #d33834;
  margin-bottom: 0px;
}
.page-hero h1:after {
  position: absolute;
  bottom: -15px;
  height: 3px;
  width: 100px;
  background-color: #666666;
  content: "";
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
}

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