body, html {
  margin: 0;
  padding: 0;
  font-family: Arial, sans-serif;
  overflow-x: hidden;
  background-color: #1a1a1a;
}

.container {
  max-width: 1600px;
  margin: 0 auto;
  padding: 0 20px;
}

.navbar {
  background: #f9f9f9;
  padding: 10px 0;
  width: 100%;
  position: relative;
  top: 0;
  left: 0;
  z-index: 1000;
  height: auto;
}
.navbar .container {
  display: flex;
  align-items: center;
  justify-content: space-around;
  position: relative;
}
@media (max-width: 768px) {
  .navbar .container .nav-links {
    display: none;
  }
  .navbar .container .hamburger {
    display: block;
    cursor: pointer;
  }
  .navbar .container .hamburger span {
    display: block;
    width: 25px;
    height: 3px;
    margin: 5px;
    background: #000;
    transition: all 0.3s ease;
  }
}
.navbar .logo img {
  height: 95px;
}
.navbar nav ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .navbar nav ul {
    display: none;
  }
}
.navbar nav ul li {
  position: relative;
  text-wrap: nowrap;
}
.navbar nav ul li p {
  cursor: pointer;
}
.navbar nav ul li a {
  color: #000;
  text-decoration: none;
  display: block;
  padding: 10px 15px;
}
.navbar nav ul li a:hover {
  text-decoration: underline;
}
.navbar nav ul li a button {
  width: 71px;
  height: 41px;
  background-color: #ff6347;
  color: white;
  cursor: pointer;
  border: outset 3px #ff7f50;
}
.navbar nav ul li a button:hover {
  background-color: #ff7f50;
}
.navbar nav ul li.dropdown p {
  color: #000;
  text-decoration: none;
  display: block;
  padding: 10px 15px;
  font-size: 1rem;
}
.navbar nav ul li.dropdown p:hover {
  text-decoration: underline;
}
.navbar nav ul li.dropdown:hover .dropdown-menu {
  display: block;
}
.navbar nav ul li.dropdown .dropdown-menu {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background-color: #fff;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  padding: 10px 0;
}
.navbar nav ul li.dropdown .dropdown-menu li a {
  padding: 10px 15px;
  width: 200px;
}
.navbar nav ul li.dropdown .dropdown-menu li a:hover {
  background-color: #f0f0f0;
}
.navbar .social-icons {
  display: flex;
}
.navbar .social-icons a {
  margin: 0 10px;
}
.navbar .social-icons a img {
  height: 37px;
}
@media (max-width: 768px) {
  .navbar .social-icons {
    display: none;
  }
}
@media (min-width: 769px) and (max-width: 940px) {
  .navbar .social-icons {
    flex-direction: column;
  }
}

.mobile-menu {
  position: fixed;
  top: 0;
  right: 0;
  height: 100%;
  width: 250px;
  background: #f9f9f9;
  box-shadow: -2px 0 5px rgba(0, 0, 0, 0.1);
  z-index: 999;
  transform: translateX(100%);
  transition: transform 0.6s ease-in-out;
  color: #000;
}
.mobile-menu ul {
  list-style: none;
  padding: 20px;
  margin: 0;
  padding-top: 50px;
}
.mobile-menu ul li {
  margin: 15px 0;
}
.mobile-menu ul li a {
  color: #000;
  text-decoration: none;
  display: block;
  padding: 10px;
}
.mobile-menu ul li a:hover {
  text-decoration: underline;
}
.mobile-menu ul li a button {
  width: 71px;
  height: 41px;
  background-color: #ff6347;
  color: white;
  cursor: pointer;
  border: outset 3px #ff7f50;
}
.mobile-menu ul li a button:hover {
  background-color: #ff7f50;
}
.mobile-menu ul .dropdown-hamburger .dropdown-toggle {
  cursor: pointer;
  padding: 10px;
  color: #000;
  font-size: 1rem;
}
.mobile-menu ul .dropdown-hamburger .dropdown-toggle:hover {
  text-decoration: underline;
}
.mobile-menu ul .dropdown-hamburger .dropdown-menu {
  display: none;
  list-style: none;
  padding: 0;
  margin: 10px 0 0 20px;
}
.mobile-menu ul .dropdown-hamburger .dropdown-menu li {
  margin: 10px 0;
}
.mobile-menu ul .dropdown-hamburger .dropdown-menu li a {
  padding: 5px 10px;
  background: #e9e9e9;
}
.mobile-menu ul .dropdown-hamburger .dropdown-menu li a:hover {
  background: #d9d9d9;
}
.mobile-menu ul .dropdown-hamburger.open .dropdown-menu {
  display: block;
}
.mobile-menu.active {
  display: block;
  transform: translateX(0);
}
@media (min-width: 769px) {
  .mobile-menu.active {
    display: none;
  }
}
@media (min-width: 769px) {
  .mobile-menu {
    display: none;
  }
}

.footer {
  background-color: #333;
  color: #f9f9f9;
  padding: 20px 0;
  text-align: center;
}
.footer .footer-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media (min-width: 769px) {
  .footer .footer-content {
    flex-direction: row;
    justify-content: center;
    gap: 60px;
  }
}
.footer .footer-content .footer-column {
  margin-bottom: 20px;
}
.footer .footer-content .footer-column h4 {
  color: #f39c12;
  margin-bottom: 10px;
}
.footer .footer-content .footer-column .footer-links {
  list-style: none;
  padding: 0;
  margin: 0;
}
.footer .footer-content .footer-column .footer-links li {
  margin: 5px 0;
}
.footer .footer-content .footer-column .footer-links li a {
  color: #f9f9f9;
  text-decoration: none;
  transition: color 0.3s;
}
.footer .footer-content .footer-column .footer-links li a:hover {
  color: #f39c12;
}
@media (min-width: 769px) {
  .footer .footer-content .footer-column .footer-links {
    display: flex;
    flex-direction: row;
  }
  .footer .footer-content .footer-column .footer-links li {
    margin: 0 15px;
  }
}
.footer .footer-content .footer-column .footer-social-icons {
  display: flex;
  justify-content: center;
}
.footer .footer-content .footer-column .footer-social-icons a {
  margin: 0 10px;
  display: inline-block;
  transition: transform 0.3s;
}
.footer .footer-content .footer-column .footer-social-icons a:hover {
  transform: scale(1.1);
}
.footer .footer-content .footer-column .footer-social-icons a img {
  width: 40px;
  height: 40px;
}
.footer .footer-copyright {
  margin-top: 20px;
}
.footer .footer-copyright a {
  color: #f39c12;
  text-decoration: none;
  transition: color 0.3s;
}
.footer .footer-copyright a:hover {
  color: #fff;
}
.footer .footer-copyright p {
  font-size: 0.8rem;
}

.hero {
  background: url("/assets/images/hair-hero.jpg") no-repeat center center/cover;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #ffffff;
  padding-top: 70px;
}
.hero .hero-content {
  position: relative;
  background: rgba(0, 0, 0, 0);
  padding: 20px;
  border-radius: 5px;
  z-index: 10;
  color: #ffffff;
  margin-bottom: 150px;
  border-top: 3px solid white;
  border-bottom: 3px solid white;
  /* Borders */
  /* Left Border WORKING*/
  /* Right Border WORKING*/
}
.hero .hero-content::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 50%;
  width: 3px; /* Adjust thickness as needed */
  background-color: white; /* Adjust color as needed */
}
.hero .hero-content::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  height: 50%;
  width: 3px; /* Adjust thickness as needed */
  background-color: white; /* Adjust color as needed */
}
.hero .hero-content h1 {
  font-size: 10rem;
  margin: 0;
  text-shadow: 3px 3px 2px #000000;
}
.hero .hero-content p {
  font-size: 1.5rem;
  margin: 0;
}
.hero .overlay {
  position: absolute;
  top: 63px;
  left: 0;
  width: 100%;
  height: calc(100% + 120px);
  background-color: rgba(0, 0, 0, 0.7);
  opacity: 1;
  transition: opacity 0.3s;
  z-index: 5;
}

.overlay-boxes {
  display: flex;
  justify-content: space-between;
  position: relative;
  top: -150px;
  width: 100%;
  max-width: 1600px;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box;
  z-index: 12;
  margin-top: 80px;
}
.overlay-boxes .box {
  width: 30%;
  height: 200px;
  background-size: cover;
  position: relative;
  overflow: hidden;
  margin: 0 10px;
  box-shadow: 1px 4px 10px rgb(0, 0, 0);
  text-align: center;
  font-size: 18px;
  cursor: pointer;
  transition: transform 0.3s, background-color 0.3s;
  border: 2px solid #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.overlay-boxes .box:hover {
  transform: scale(1.2);
  background-color: white;
}
.overlay-boxes .box .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.445);
  opacity: 1;
  transition: opacity 0.3s;
  z-index: 5;
}
.overlay-boxes .box .content {
  position: relative;
  z-index: 10;
  color: #ffffff;
  padding: 20px;
}
.overlay-boxes .box img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  opacity: 0.5;
}
.overlay-boxes .box:hover .overlay {
  opacity: 1;
}

#first-section {
  padding: 50px 80px;
  text-align: center;
  background-color: #1a1a1a;
  margin-top: -100px;
}
#first-section .container h2 {
  margin-bottom: 20px;
  color: #ff6347;
  font-size: 2rem;
}
#first-section .container p {
  max-width: 600px;
  margin: 0 auto;
  color: #fff;
}
@media (max-width: 480px) {
  #first-section {
    padding: 50px 16px;
  }
}

.popup {
  display: none; /* Hidden by default */
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5); /* Semi-transparent background */
  z-index: 9999; /* Ensure popup is on top of everything */
}

.popup-content {
  background-color: #fff;
  width: 80%;
  max-width: 600px;
  margin: 10% auto; /* Centered horizontally and 10% down from the top */
  padding: 20px;
  border-radius: 8px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  position: relative;
}

.close-btn {
  position: absolute;
  top: 10px;
  right: 15px;
  font-size: 24px;
  cursor: pointer;
  color: #aaa;
}

#appointment-form {
  margin-top: 20px;
}

#appointment-form label {
  display: block;
  margin-bottom: 8px;
}

#appointment-form input[type=text],
#appointment-form input[type=email],
#appointment-form input[type=tel],
#appointment-form input[type=date],
#appointment-form input[type=time],
#appointment-form button {
  width: 100%;
  padding: 10px;
  margin-bottom: 15px;
  font-size: 16px;
  border: 1px solid #ccc;
  border-radius: 4px;
}

#appointment-form button {
  background-color: #4CAF50;
  color: #fff;
  border: none;
  cursor: pointer;
}

#appointment-form button:hover {
  background-color: #45a049;
}

#services-section {
  padding: 50px 80px;
  background-color: #1a1a1a;
}
#services-section .container {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 20px;
}
#services-section .service-box {
  flex: 1;
  padding: 20px;
  text-align: center;
  color: #fff;
  transition: transform 0.3s;
  background: none;
  box-shadow: none;
}
#services-section .service-box:hover {
  transform: translateY(-10px);
}
#services-section .service-box .service-icon {
  margin-bottom: 20px;
}
#services-section .service-box .service-icon img {
  max-width: 50px;
  max-height: 50px;
  filter: invert(114%) sepia(79%) saturate(133%) hue-rotate(1deg) brightness(99%) contrast(94%);
  transition: filter 0.3s;
}
#services-section .service-box h3 {
  margin-bottom: 15px;
  font-size: 24px;
  color: #fff;
}
#services-section .service-box p {
  font-size: 16px;
  color: #ccc;
  margin-bottom: 20px;
  line-height: 1.5;
}

@media (max-width: 1024px) {
  .container {
    padding: 0 1px;
  }
  .overlay-boxes {
    flex-direction: column;
  }
  .overlay-boxes .box {
    width: 100%;
    margin: 0 0 5px;
  }
  #services-section .container {
    flex-wrap: wrap;
  }
  #services-section .container .service-box {
    flex: 0 0 100%;
    margin-bottom: 30px;
  }
}
@media (max-width: 768px) {
  .overlay-boxes {
    flex-direction: column;
  }
  .overlay-boxes .box {
    width: 100%;
    margin: 0 0 5px;
    height: auto;
  }
  .hero .hero-content {
    margin: 0 10px;
    margin-bottom: 150px;
  }
  .hero .hero-content h1 {
    font-size: 5.5rem;
  }
  .hero .hero-content p {
    font-size: 1.3rem;
  }
}
@media (max-width: 480px) {
  .hero .hero-content h1 {
    font-size: 2.5rem;
  }
}
@media (max-height: 420px) {
  .hero .hero-content h1 {
    font-size: 2.5rem;
  }
}
#stylist-section {
  padding: 50px 80px;
  background-color: #1a1a1a;
  text-align: center;
}
#stylist-section .container {
  max-width: 1600px;
  margin: 0 auto;
  padding: 0 20px;
}
#stylist-section .section-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#stylist-section .section-content .text {
  flex: 1 1 60%;
  padding-right: 20px;
}
#stylist-section .section-content .text h2 {
  color: #ff6347;
  font-size: 2.5rem;
  margin-bottom: 20px;
}
#stylist-section .section-content .text p {
  font-size: 1rem;
  color: #fff;
  line-height: 1.6;
}
#stylist-section .section-content .images {
  display: flex;
  justify-content: space-between;
}
#stylist-section .section-content .images .image {
  height: 100%;
  position: relative;
}
#stylist-section .section-content .images .image img {
  width: 100%;
  height: 100%;
  border-radius: 8px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  max-height: 380px;
}
#stylist-section .section-content .images .image p {
  font-size: 1rem;
  color: #fff;
  text-align: center;
  margin-top: 10px;
}
@media (max-width: 768px) {
  #stylist-section .section-content {
    flex-direction: column;
  }
}
@media (max-width: 480px) {
  #stylist-section {
    padding: 50px 16px;
  }
}

#reviews-section {
  padding: 50px 0;
  background-color: #1a1a1a;
  text-align: center;
  color: #fff;
}
#reviews-section .container .section-heading {
  margin-bottom: 40px;
}
#reviews-section .container .section-heading h2 {
  color: #ff6347;
  margin-bottom: 10px;
}
#reviews-section .container .section-heading p {
  font-size: 1.1rem;
  max-width: 600px;
  margin: 0 auto;
}
#reviews-section .container .reviews-slider {
  max-width: 600px;
  margin: 0 auto;
  padding: 20px;
  background-color: #ffffff;
  box-shadow: 2px 3px 15px rgba(0, 0, 0, 0.9);
  overflow: hidden;
  position: relative;
  height: 180px;
  display: flex;
  justify-content: flex-start;
  transition: transform 0.5s ease-in-out;
  border: 2px solid transparent;
  -o-border-image: linear-gradient(to right, #ff6347, #ff7f50);
     border-image: linear-gradient(to right, #ff6347, #ff7f50);
  border-image-slice: 1;
  border-radius: 6px;
  border-width: 2px;
  border-color: #ff6347;
}
#reviews-section .container .reviews-slider .review {
  flex: 0 0 100%;
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: auto;
}
#reviews-section .container .reviews-slider .review.active {
  opacity: 1;
  z-index: 1;
}
#reviews-section .container .reviews-slider .review .review-content {
  padding: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: auto;
}
#reviews-section .container .reviews-slider .review .review-content .review-text {
  flex: 1;
  text-align: left;
  margin-right: 20px;
  font-size: 1.2rem;
}
#reviews-section .container .reviews-slider .review .review-content .review-text p {
  margin-bottom: 10px;
  color: #333;
}
#reviews-section .container .reviews-slider .review .review-content .review-text span {
  color: #333;
  font-style: italic;
}
#reviews-section .container .reviews-slider .review .review-content .review-rating .rating {
  color: #f39c12;
  font-size: 1.5rem;
  letter-spacing: 1px;
}
#reviews-section .container .controls {
  margin-top: 20px;
}
#reviews-section .container .controls button {
  background-color: #ff6347;
  color: #ffffff;
  border: none;
  padding: 10px 20px;
  margin: 0 10px;
  cursor: pointer;
  border-radius: 4px;
  transition: background-color 0.3s;
}
#reviews-section .container .controls button:hover {
  background-color: #ff3814;
}

.favorite-products {
  position: relative;
  background: url("/assets/images/hair-hero.jpg") no-repeat center center/cover;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: white;
  padding-top: 100px;
}
.favorite-products .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1;
}
.favorite-products .content {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  padding-bottom: 50px;
  width: 80%;
  max-width: 800px;
}
.favorite-products .title {
  font-family: "Cursive Font", cursive;
  font-size: 2.5rem;
  margin: 0;
}
.favorite-products .subtitle {
  font-family: "Sans Serif Font", sans-serif;
  font-size: 4rem;
  margin: 10px 0;
  font-weight: bold;
}
.favorite-products .description {
  font-family: "Sans Serif Font", sans-serif;
  font-size: 1rem;
  margin: 20px 0;
  line-height: 1.5;
}
.favorite-products .read-more {
  display: inline-block;
  padding: 10px 20px;
  background-color: #f0a500;
  color: white;
  text-decoration: none;
  border-radius: 5px;
  font-family: "Sans Serif Font", sans-serif;
  font-weight: bold;
  transition: background-color 0.3s;
}
.favorite-products .read-more:hover {
  background-color: #e09000;
}

.location-section {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding: 50px;
  max-width: 1200px;
  margin: 50px;
  color: #fff;
  border: 1px solid #ff6347;
}
.location-section .location-info {
  max-width: 45%;
}
.location-section .location-info h1 {
  font-size: 2.5rem;
  margin-bottom: 10px;
  color: #ff6347;
}
.location-section .location-info p {
  margin: 5px 0;
  font-size: 1.2rem;
  color: #ff6347;
}
.location-section .location-info a {
  display: block;
  margin: 5px 0;
  text-decoration: none;
  font-size: 1.2rem;
  color: #fff;
}
.location-section .location-info a.address-link {
  margin-bottom: 25px;
  text-decoration: underline;
  text-decoration-color: #ff6347;
}
.location-section .location-info .hours {
  margin-top: 10px;
}
.location-section .location-info .hours .hours-label {
  margin-top: 25px;
  color: #ff6347;
}
.location-section .location-info .hours p {
  font-size: 1.2rem;
  color: #fff;
}
.location-section .get-directions-btn {
  display: inline-block;
  width: 100%;
  padding: 10px 20px;
  background-color: #ff6347;
  text-decoration: none;
  border-radius: 5px;
  font-family: "Sans Serif Font", sans-serif;
  font-weight: bold;
  transition: background-color 0.3s;
  font-size: 1.5rem;
  margin-top: 15px;
}
.location-section .get-directions-btn:hover {
  background-color: #e09000;
}
.location-section .get-directions-btn a {
  color: white;
}
.location-section .location-map {
  max-width: 45%;
  text-align: center;
}
.location-section .location-map iframe {
  width: 100%;
  height: 450px;
  border: 0;
}
.location-section .find-more-stores {
  display: block;
  margin-top: 10px;
  color: #007bff;
  text-decoration: none;
}
@media (max-width: 480px) {
  .location-section {
    flex-direction: column;
    justify-content: center;
    width: 100%;
    margin: 0;
    border-left: none;
    border-right: none;
  }
  .location-section .location-info, .location-section .location-map {
    max-width: 70%;
    padding: 0;
  }
  .location-section .location-map {
    margin-top: 20px;
  }
}

.grid-section {
  display: grid;
  grid-template-columns: repeat(2, 1fr); /* Two columns */
  gap: 0px; /* Adjust gap between grid items */
  color: white;
  padding: 80px;
}
.grid-section .grid-item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: start;
  text-align: left;
  border: 1px solid #ff6347; /* Border for grid items */
  padding: 0px; /* Adjust padding as needed */
}
.grid-section .grid-item .grid-content {
  width: 100%;
  text-align: left;
}
.grid-section .grid-item .grid-content img {
  max-width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.grid-section .grid-item .grid-content h2 {
  font-size: 1.5rem; /* Adjust title font size */
  margin-bottom: 0px; /* Adjust margin below title */
  padding-left: 50px;
  padding-right: 50px;
}
.grid-section .grid-item .grid-content p {
  font-size: 24px;
  font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
  letter-spacing: 0.12em;
  line-height: 2;
  padding-left: 50px;
  padding-right: 50px;
}
@media (max-width: 768px) {
  .grid-section {
    grid-template-columns: 1fr; /* Switch to one column layout for smaller screens */
  }
  .grid-section .grid-item {
    margin-bottom: 20px; /* Adjust spacing between grid items */
  }
  .grid-section .text-only,
  .grid-section .image-only {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .grid-section .text-only .grid-content,
  .grid-section .image-only .grid-content {
    text-align: center;
    width: 100%;
  }
  .grid-section .text-only .grid-content img,
  .grid-section .image-only .grid-content img {
    max-width: 100%;
    height: auto;
    margin-bottom: 10px; /* Adjust margin between image and text */
  }
  .grid-section .text-only .grid-content h2,
  .grid-section .image-only .grid-content h2 {
    font-size: 1.5rem; /* Adjust title font size */
    margin-bottom: 5px; /* Adjust margin below title */
  }
  .grid-section .image-only {
    order: 1; /* Reverse order for image-only items */
  }
}

.mission-section {
  text-align: center;
  padding: 50px 80px;
}
.mission-section .mission-content {
  margin-bottom: 2rem;
}
.mission-section .mission-content .mission-title {
  font-size: 2rem;
  font-weight: bold;
  color: #ff6347;
}
.mission-section .mission-content .mission-text {
  font-size: 1rem;
  color: #ccc;
}
.mission-section .mission-images {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: repeat(2, 1fr);
  gap: 1rem;
  max-width: 1200px;
  margin: 0 auto;
}
.mission-section .mission-images .image-box {
  position: relative;
  overflow: hidden;
  border-radius: 8px;
}
.mission-section .mission-images .image-box img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.mission-section .mission-images .image-box .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1;
}
.mission-section .mission-images .image-box .overlay-text {
  position: absolute;
  bottom: 50%;
  left: 50%;
  transform: translateX(-50%);
  color: white;
  font-size: 1.5rem;
  font-weight: bold;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.6);
  z-index: 2;
}
.mission-section .mission-images .new-guest-offer {
  grid-row: span 2;
}
.mission-section .mission-images .shop, .mission-section .mission-images .gift-cards {
  grid-column: span 1;
  grid-row: span 1;
}
@media (max-width: 480px) {
  .mission-section {
    padding: 50px 16px;
  }
}/*# sourceMappingURL=index.css.map */