/* General Styles */
body {
    font-family: 'Roboto', sans-serif;
    background-color: #f4f4f4;
    color: #333;
    overflow-x: hidden;
}

/* ================================
   HERO
================================ */

.hero-emp-custom {
  background: linear-gradient(135deg, #ff9f43, #ff6f61);
  color: #fff;
  padding-top: 20px;
  padding-bottom: 20px;
  position: relative;
}

.hero-emp-custom::after {
  content: '';
  background: url('img/retro-pattern.png') repeat;
  opacity: 0.08;
  position: absolute;
  top: 0; left: 0;
  width: 100%; height: 100%;
  pointer-events: none;
}

.hero-label {
  display: inline-block;
  font-size: 0.9rem;
  letter-spacing: 0.15rem;
  font-weight: 900;
  color: #ffeede;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.hero-title {
  font-family: 'Bungee', cursive;
  font-size: 3.5rem;
  line-height: 1.2;
  text-shadow: 2px 2px #333;
  margin-bottom: 20px;
}

.hero-title-accent {
  color: #ffeede;
  text-shadow: 2px 2px #222;
}

.hero-subtext {
  font-size: 1.3rem;
  font-family: 'Roboto', sans-serif;
  font-weight: 600;
  max-width: 540px;
  margin-bottom: 25px;
  text-shadow: 1px 1px rgba(0,0,0,0.2);
}

.hero-props .prop-item {
  display: flex;
  align-items: center;
  gap: 8px;
}

.prop-icon {
  font-size: 1.6rem;
}

.prop-text {
  font-size: 1rem;
  font-weight: bold;
}

.hero-btn {
  font-size: 1.2rem;
  padding: 12px 25px;
}

.hero-btn-outline {
  background: transparent;
  border: 3px solid #fff;
  color: #fff;
  font-family: 'Bungee', cursive !important;
  padding: 12px 25px;
  border-radius: 50px;
}

.hero-btn-outline:hover {
  background: rgba(255,255,255,0.2);
}

.hero-curious {
  color: #ffeedd;
  font-weight: bold;
  font-size: 1.1rem;
  text-decoration: none;
  margin-left: 5px;
}

.hero-curious:hover {
  text-decoration: underline;
  color: #fff;
}

.hero-image-wrapper {
  position: relative;
  border-radius: 25px;
  overflow: hidden;
  box-shadow: 0 6px 24px rgba(0,0,0,0.3);
  transform: scale(0.8); /* 80% of original */
}

.hero-main-image {
  width: 100%;
  object-fit: cover;
  border-radius: 20px;
}

@media (max-width: 768px) {
  .hero-title {
    font-size: 2.5rem;
  }
  .hero-subtext {
    font-size: 1.1rem;
  }
  .hero-image-wrapper {
    margin-top: 20px;
  }
}

/* -----------------------------------
   WHY VISIT SECTION
----------------------------------- */

.why-section {
    background-color: #f7f7f7;
}

.why-title {
    font-size: 3rem;
    margin-bottom: 20px;
    color: #ff6f61;
    font-family: 'Bungee', cursive;
}

.why-subtext {
    max-width: 720px;
    font-size: 1.125rem;
    color: #555;
    font-family: 'Roboto', sans-serif;
    margin-bottom: 40px;
}

.why-badge {
    display: inline-flex;
    align-items: center;
    border-radius: 999px;
    background-color: #ff9f43;
    color: #fff;
    font-size: 0.95rem;
    font-weight: 600;
    box-shadow: 0 4px 8px rgba(0,0,0,0.15);
}

.why-card {
    border-radius: 15px;
}

.why-card:nth-child(odd) {
    background-color: #ffffff;
}

.why-card:nth-child(even) {
    background-color: #fff3e0;
}

.why-card .card-text {
    font-size: 1rem;
}

.fun-fact-emp {
    background: rgba(255, 255, 255, 0.95);
    box-shadow: 0 10px 24px rgba(0, 0, 0, 0.08);
    border: 2px solid #ff9f43;
    font-family: 'Roboto', sans-serif;
    color: #555;
}

.icon {
  color: #ff6f61;
}

/* Custom link styling */
.nice-link {
    color: #ff6f61;
    font-weight: 700;
    text-decoration: none;
    transition: color 0.3s ease, text-shadow 0.3s ease;
}

/* Hover and focus states */
.nice-link:hover, .nice-link:focus {
    color: #ff8561;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
    text-decoration: underline;
}

/* Active state */
.nice-link:active {
    color: #e65e54;
    text-shadow: none;
}

/* Visited state */
.nice-link:visited {
    color: #ff8c75;
}

.header {
    background-color: #fff;
    padding: 20px 0;
    text-align: center;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.header img {
    max-width: 450px;
    height: auto;
}

.navbar {
    background-color: #ff6f61;
    padding: 10px 0;
    font-size: 1.2rem;
    text-transform: uppercase;
}

.navbar-nav .nav-link {
    color: #fff !important;
    margin-right: 20px;
    font-weight: bold;
}
        
.navbar-nav .nav-link:hover {
    color: #ffcccc !important;
    transition: color 0.3s ease;
}
        
.navbar-nav .nav-link.active {
    color: #ffcccc !important;
    background-color: #ff6f61;
    font-weight: bold;
    transition: color 0.3s ease, background-color 0.3s ease;
}

.hero-section {
    background: linear-gradient(135deg, #ff9f43, #ff6f61);
    color: #fff;
    padding: 100px 20px;
    text-align: center;
    position: relative;
}

.hero-section::after {
    content: '';
    background: url('img/retro-pattern.png') repeat;
    opacity: 0.1;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
}

.hero-section h1 {
    font-size: 4rem;
    font-family: 'Bungee', cursive;
    margin-bottom: 20px;
    text-shadow: 2px 2px #333;
}

.hero-section p {
    font-size: 1.5rem;
    margin-bottom: 30px;
    font-family: 'Roboto', sans-serif;
    font-weight: 600;
}

.hero-section a.btn {
    background-color: #333;
    color: #ff9f43;
    padding: 15px 30px;
    font-size: 1.25rem;
    border-radius: 50px;
    transition: background-color 0.3s ease;
    text-transform: uppercase;
    border: none;
}

.hero-section a.btn:hover {
    background-color: #555;
}

.features-section {
    padding: 60px 20px;
    background-color: #fff;
    text-align: center;
}

.features-section h2 {
    font-size: 3rem;
    margin-bottom: 40px;
    color: #ff6f61;
    font-family: 'Bungee', cursive;
}

.feature-item {
    margin-bottom: 30px;
    padding: 20px;
}

.feature-item img {
    max-width: 320px;
    margin-bottom: 20px;
}

.feature-item h3 {
    font-size: 2rem;
    margin-bottom: 15px;
    color: #333;
}

.feature-item p {
    font-size: 1.25rem;
}

.dining-section {
    padding: 60px 20px;
    background-color: #f7f7f7;
    text-align: center;
}

.dining-section h2 {
    font-size: 3rem;
    margin-bottom: 40px;
    color: #ff6f61;
    font-family: 'Bungee', cursive;
}

.events-section {
    padding: 60px 20px;
    background-color: #fff;
    text-align: center;
}

.events-section h2 {
    font-size: 3rem;
    margin-bottom: 40px;
    color: #ff6f61;
    font-family: 'Bungee', cursive;
}

.news-section {
    padding: 60px 20px;
    background-color: #ff9f43;
    text-align: center;
}

.news-section h2 {
    font-size: 3rem;
    margin-bottom: 40px;
    color: #fff;
    font-family: 'Bungee', cursive;
}

.about-section {
    padding: 80px 20px;
    background-color: #f7f7f7;
}

.about-section h2 {
    font-size: 3rem;
    text-align: center;
    margin-bottom: 40px;
    color: #ff6f61;
    font-family: 'Bungee', cursive;
}

.about-section .about-content {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.about-text {
    flex: 1;
    padding: 20px;
}

.about-text p {
    font-size: 1.25rem;
    line-height: 1.6;
    font-family: 'Roboto', sans-serif;
}

.about-text ul {
    font-size: 1.25rem;
    line-height: 1.6;
    font-family: 'Roboto', sans-serif;
    list-style-type: none;
}

.about-image {
    flex: 1;
    padding: 20px;
    text-align: center;
}

.about-image img {
    max-width: 100%;
    height: auto;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.testimonials-section {
    padding: 60px 20px;
    background-color: #fff;
}

.testimonials-section h2 {
    font-size: 3rem;
    text-align: center;
    margin-bottom: 40px;
    color: #ff6f61;
    font-family: 'Bungee', cursive;
}

.testimonial-item {
    text-align: center;
    margin-bottom: 30px;
}

.testimonial-item img {
    max-width: 100px;
    border-radius: 50%;
    margin-bottom: 20px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.testimonial-item p {
    font-size: 1.25rem;
    color: #666;
    font-family: 'Roboto', sans-serif;
}

.testimonial-item h4 {
    margin-top: 10px;
    font-size: 1.5rem;
    color: #333;
    font-family: 'Roboto', sans-serif;
}

.footer {
    background-color: #ff9f43;
    padding: 40px 0;
    color: #fff;
}

.footer h5 {
    font-family: 'Bungee', cursive;
    margin-bottom: 20px;
    color: #fff;
}

.footer ul {
    padding-left: 0;
    list-style: none;
}

.footer ul li {
    margin-bottom: 10px;
}

.footer ul li a {
    color: #fff;
    text-decoration: none;
    transition: color 0.3s ease;
}

.footer ul li a:hover {
    color: #333;
}

.footer .social-links img {
    width: 20px;
    margin-right: 10px;
    vertical-align: middle;
}

.footer hr {
    border-top: 1px solid #fff;
    margin: 30px 0;
}

.footer p {
    margin: 0;
    font-size: 0.875rem;
    color: #fff;
}

.footer .col-md-3 {
    margin-bottom: 30px;
}

/* Button Styles */
.btn-primary {
    background-color: #333;
    color: #ff9f43;
    border: none;
    border-radius: 50px;
    font-family: 'Bungee', cursive;
    font-size: 1.25rem;
    padding: 10px 20px;
    transition: background-color 0.3s ease, transform 0.2s ease;
}

.btn-primary:hover, 
.btn-primary:focus {
    background-color: #555;
    color: #ff9f43;
    transform: translateY(-2px);
}

.btn-primary:active {
    background-color: #111;
    transform: translateY(2px);
}

.btn-secondary {
    background-color: #ff6f61;
    color: #fff;
    border: none;
    border-radius: 50px;
    font-family: 'Bungee', cursive;
    font-size: 1.25rem;
    padding: 10px 20px;
    transition: background-color 0.3s ease, transform 0.2s ease;
}

.btn-secondary:hover, 
.btn-secondary:focus {
    background-color: #e85b4f;
    color: #fff;
    transform: translateY(-2px);
}

.btn-secondary:active {
    background-color: #c94a42;
    transform: translateY(2px);
}

/* Card Styles */
.card {
    background-color: #fff;
    border: 2px solid #ff9f43;
    border-radius: 15px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
}

.card-body {
    padding: 20px;
    text-align: center;
}

.card-title {
    font-family: 'Bungee', cursive;
    font-size: 1.75rem;
    color: #333;
    margin-bottom: 15px;
}

.card-text {
    font-family: 'Roboto', sans-serif;
    font-size: 1.125rem;
    color: #666;
    margin-bottom: 20px;
}

.card-footer {
    background-color: #ff6f61;
    color: #fff;
    text-align: center;
    padding: 10px;
    font-family: 'Bungee', cursive;
    border-top: 2px solid #ff9f43;
}

.category {
    margin: 55px 0 24px;
    padding: 18px 22px;
    font-size: 2rem;
    color: #fff;
    background: #ff6f61;
    font-family: 'Bungee', cursive;
    border-radius: 18px;
    box-shadow: 0 8px 22px rgba(0,0,0,.08);
}

.category a {
    color: #fff;
    text-decoration: none;
}

.shop {
    display: grid;
    grid-template-columns: minmax(180px, 230px) minmax(0, 1fr) max-content;
    gap: 24px;
    align-items: center;

    margin-bottom: 16px;
    padding: 22px 24px;

    background: #fff;
    border: 1px solid #eee;
    border-radius: 18px;
    box-shadow: 0 8px 24px rgba(0,0,0,.06);

    transition: transform .2s ease, box-shadow .2s ease;
}

.shop:hover {
    transform: translateY(-3px);
    box-shadow: 0 14px 32px rgba(0,0,0,.11);
}

.name {
    font-size: 1.15rem;
    font-weight: bold;
    color: #ff6f61;
    font-family: 'Bungee', cursive;
    text-align: left;
    margin: 0;
    line-height: 1.25;
}

.description {
    font-size: .98rem;
    line-height: 1.65;
    color: #444;
    margin: 0;
}

.location {
    justify-self: end;

    padding: 12px 14px;
    border-radius: 14px;

    background: #fff4f2;
    color: #ff6f61;
    border: 2px solid #ff6f61;

    font-size: 1rem;
    font-weight: 800;
    text-align: center;

    white-space: nowrap;
    width: fit-content;
    min-width: unset;
}

#stores .search {
    margin: 0 0 30px;
    padding: 18px 22px;
    border-radius: 18px;
    border: 2px solid #ff6f61;
    box-shadow: 0 8px 24px rgba(0,0,0,.06);
}

/* Mobile */
@media (max-width: 768px) {
	.shop {
		grid-template-columns: 1fr;
		gap: 12px;
		padding: 18px;
		text-align: center;
	}

    .name,
    .description {
        min-width: 0;
        overflow-wrap: anywhere;
    }

	.location {
		justify-self: center;
		white-space: nowrap;
	}

    .category {
        font-size: 1.45rem;
        padding: 16px 18px;
        overflow-wrap: anywhere;
		text-align: center;
    }

	.name {
		text-align: center;
	}

	.description {
		text-align: center;
	}
}

/* Apply styles to links within the .hero-link paragraph */
.hero-link a {
    color: #f0f0f0;
    font-weight: bold!important;
    text-decoration: none;
    transition: color 0.3s ease;
    font-size: 80%;
}

.hero-link a:hover,
.hero-link a:focus {
    color: #ffffff;
    font-weight: 700;
    text-decoration: underline;
}

.hero-link a:active {
    color: #e0e0e0;
}

.name a {
    color: #ffffff;
    font-weight: 700;
    background-color: #ff6f61;
    padding: 4px 8px;
    border-radius: 4px;
    text-decoration: none;
    transition: background-color 0.3s ease, color 0.3s ease;
}

.name a:hover,
.name a:focus {
    background-color: #ff8561;
    color: #ffffff;
}

.search {
    font-size: 1.5rem;
    padding: 15px;
    border-radius: 10px;
    border: 2px solid #ff6f61;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    width: 100%;
    box-sizing: border-box;
}

.search:focus {
    border-color: #ff8561;
    box-shadow: 0 0 10px rgba(255, 111, 97, 0.5);
}

/* Title Styling */
.menu-title {
    font-size: 2.5rem;
    font-family: 'Bungee', cursive;
    color: #ff6f61;
    text-align: center;
    margin-bottom: 20px;
    margin-top: 40px;
}

/* Subtitle Styling */
.menu-subtitle {
    font-size: 1.8rem;
    font-family: 'Roboto', sans-serif;
    color: #333;
    text-align: center;
    margin-bottom: 30px;
}

/* Menu Items Container */
.menu-item {
    margin-bottom: 30px;
    padding: 20px;
    border-bottom: 1px solid #ddd;
}

/* Menu Item Title */
.menu-item-title {
    font-size: 1.6rem;
    font-weight: bold;
    margin-bottom: 10px;
    color: #333;
    font-family: 'Roboto', sans-serif;
}

/* Menu Item Description */
.menu-item-description {
    font-size: 1.2rem;
    color: #666;
    margin-bottom: 10px;
    font-family: 'Roboto', sans-serif;
}

/* Menu Item Price */
.menu-item-price {
    font-size: 1.4rem;
    color: #ff6f61;
    font-weight: bold;
    font-family: 'Roboto', sans-serif;
    text-align: right;
}

.explore-more-section {
    padding: 60px 20px;
    background-color: #f7f7f7;
    text-align: center;
}

.explore-more-section h2 {
    font-size: 3rem;
    margin-bottom: 40px;
    color: #ff6f61;
    font-family: 'Bungee', cursive;
}

.explore-more-section .card {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.explore-more-section .card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
}

.explore-more-section .card-title {
    font-size: 1.5rem;
    color: #333;
}

.explore-more-section .card-text {
    font-size: 1.125rem;
    color: #666;
}

.explore-more-section .btn-primary {
    margin-top: 10px;
}

@media (max-width: 768px) {
    .header img {
        max-width: 200px;
    }

    .hero-section h1 {
        font-size: 2.5rem;
    }

    .hero-section p {
        font-size: 1.25rem;
    }

    .navbar-nav .nav-link {
        font-size: 1rem;
    }

    .features-section h2 {
        font-size: 2.5rem;
    }
            
    .feature-item img {
        max-width: 260px;
        margin-bottom: 20px;
    }

    .feature-item h3 {
        font-size: 1.5rem;
    }

    .feature-item p {
        font-size: 1rem;
    }
            
    .dining-section h2 {
        font-size: 2.5rem;
    }
            
    .events-section h2 {
        font-size: 2.5rem;
    }
            
    .news-section h2 {
        font-size: 2.5rem;
    }

    .about-section h2 {
        font-size: 2.5rem;
    }

    .about-section .about-content {
        flex-direction: column;
    }

    .about-image {
        order: -1;
    }

    .about-text p {
        font-size: 1rem;
    }

    .testimonials-section h2 {
        font-size: 2.5rem;
    }

    .testimonial-item p {
        font-size: 1rem;
    }

    .testimonial-item h4 {
        font-size: 1.25rem;
    }

    .footer .col-md-3 {
        text-align: center;
    }
    
    .category {
        font-size: 2rem;
        margin-top: 20px;
        margin-bottom: 30px;
        text-align: center;
    }
    
    .shop {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        margin-top: 20px;
    }

    .name {
        font-size: 1.2rem;
        font-weight: bold;
        margin-bottom: 5px;
        text-align: left;
    }

    .description {
        font-size: 1rem;
        margin-bottom: 10px;
        text-align: left;
    }

    .location {
        font-size: 1.2rem;
        font-weight: bold;
        text-align: left;
    }
    
    .info-text {
        margin-top: 40px;
    }
    
    .search {
        padding: 10px;
        font-size: 1.2rem;
    }
    
    .menu-title {
        font-size: 2rem;
    }

    .menu-subtitle {
        font-size: 1.5rem;
    }

    .menu-item {
        padding: 15px;
    }

    .menu-item-title {
        font-size: 1.4rem;
    }

    .menu-item-description {
        font-size: 1.1rem;
    }

    .menu-item-price {
        font-size: 1.3rem;
        text-align: center;
        margin-top: 10px;
    }

    /* Stack title, description, and price vertically */
    .menu-item-title, .menu-item-description, .menu-item-price {
        display: block;
        width: 100%;
    }
}