* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}


body,
html {
  scroll-behavior: smooth;
  overflow-x: hidden;
  height: auto;
  color: white;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.navbar {
  position: fixed;
  top: 20px;
  height: 85px;
  left: 50%;
  transform: translateX(-50%);
  background: #8b0000d9;
  padding: 0.5rem 2rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-radius: 1000px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);
  z-index: 1000;
  width: calc(100% - 40px);
  max-width: 1400px;
  transition: top 0.3s ease;
}

.nav-left,
.nav-right {
  display: flex;
  align-items: center;
  gap: 1rem;
  z-index: 2;
}

.nav-left a,
.nav-right a {
  position: relative;
  text-decoration: none;
  color: #ffffff;
  font-weight: 500;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.nav-left a::after {
  content: "";
  position: absolute;
  width: 0;
  height: 2px;
  bottom: -4px;
  left: 0;
  background-color: #ffea28;
  transition: width 0.3s ease;
}

.nav-left a:hover::after {
  width: 100%;
}

.nav-center {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 3;
}

.nav-center img {
  height: 75px;
  width: auto;
}

.whatsapp-btn i,
.instagram-btn i {
  transition: transform 0.3s ease, color 0.3s ease;
  color: #8f0000;
  font-size: 1.5rem;
}

.whatsapp-btn:hover i,
.instagram-btn:hover i {
  transform: scale(1.2) rotate(10deg);
}

.call-us-link {
  text-decoration: none;
  color: #ffea28;
  font-weight: 600;
  cursor: pointer;
  font-size: 1.2rem;
  margin-left: 10px;
  transition: color 0.3s ease, text-shadow 0.3s ease, transform 0.3s ease;
}

.call-us-link:hover {
  color: #ffea28;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
  transform: scale(1.1);
}

.hamburger,
.mobile-menu {
  display: none;
}

.hamburger {
  font-size: 1.8rem;
  color: white;
  cursor: pointer;
}

.mobile-menu {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  background: #8b0000f2;
  display: none;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
  padding: 1rem 0;
  border-radius: 0 0 12px 12px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
  z-index: 999;
}

.mobile-menu a {
  color: white;
  text-decoration: none;
  font-weight: 500;
}

/* Show mobile navbar */
.mobile-menu.active {
  display: flex;
}

.whatsapp-btn,
.instagram-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #ffd51c;
  color: white;
  border-radius: 50%;
  font-size: 1.3rem;
  transition: background-color 0.3s;
  height: 42px;
  width: 42px;
  text-decoration: none;
}

.hero {
  background: linear-gradient(to bottom, #6e0101, #d12828);
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 2rem;
  position: relative;
  text-align: left;
}

.hero::before {
  content: "";
  position: absolute;
  top: 0;
  height: 100%;
  width: 100%;
  background: inherit;
  z-index: -1;
}

.hero-container {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6rem;
  position: relative;
  flex-wrap: nowrap;
  width: 100%;
  max-width: 2000px;
}

.hero-content {
  padding-top: 20px;
  padding: 0 12rem;
  flex: 1;
}

.tagline-small {
  font-family: 'Poppins', sans-serif;
  font-weight: 900;
  font-size: 1rem !important;
  color: #ffd700 !important;
  margin-bottom: 0.5rem;
  letter-spacing: 2px;
  text-transform: uppercase;
  opacity: 0.9;
}

.hero-content h1 {
  color: #ffd700;
  font-family: 'Poppins', sans-serif;
  font-size: 4.5rem;
  font-weight: 800;
  margin-bottom: 1rem;
  letter-spacing: 1px;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
}

.hero p {
  font-size: 2rem;
  max-width: 900px;
  color: #ffd700;
  padding-bottom: 1.5rem;
}

.order-btn {
  background: #ffd700;
  color: #6e0101;
  font-weight: 600;
  padding: 0.8rem 1.5rem;
  border: none;
  border-radius: 8px;
  margin-top: 1.5rem;
  font-size: 1.2rem;
  cursor: pointer;
  transition: background-color 0.5s ease, transform 0.5s ease, box-shadow 0.5s ease;
}

.order-btn:hover {
  background: #ffcc00;
  transform: scale(1.05);
  box-shadow: 0 8px 15px rgba(163, 0, 0, 0.4);
}

.hero-image {
  flex: 0 0 25%;
  max-width: 500px;
}

.hero-image img {
  width: 950px;
  height: 100%;
  object-fit: contain;
  filter: drop-shadow(2px 4px 6px rgba(0, 0, 0, 0.2));
  transform: translateY(54px);
}

.order-btn {
  margin-top: 2rem;
  padding: 0.75rem 2.5rem;
  font-size: 1.1rem;
  font-weight: 700;
  font-family: 'Poppins', sans-serif;
  background-color: #ffee00;
  color: #8B0000;
  border: none;
  border-radius: 30px;
  cursor: pointer;
  text-decoration: none;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  transition: background-color 0.3s, color 0.3s;
}

.order-btn:hover {
  background-color: #ffd001;
  color: #8B0000;
  box-shadow: 0 6px 15px rgba(139, 0, 0, 0.6);
}

.order-btn:focus,
.order-btn:focus-visible {
  outline: none;
  box-shadow: none;
}

.about-us {
  padding: 4rem 2rem;
  background-color: #fff;
}

.about-heading {
  text-align: center;
  font-size: 2rem;
  font-family: 'Poppins', sans-serif;
  color: #8B0000;
  margin-bottom: 2rem;
}

.about-flex {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 2rem;
  max-width: 1200px;
  margin: 0 auto;
}

.about-text {
  flex: 1 1 50%;
  font-family: sans-serif;
  color: #8B0000;
}

.about-text p {
  font-size: 1.1rem;
  line-height: 1.6;
  margin-bottom: 1rem;
}

.about-image {
  flex: 1 1 45%;
}

.about-image img {
  width: 100%;
  border-radius: 1rem;
  object-fit: cover;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
}


.about-image img {
  width: 100%;
  border-radius: 1rem;
  object-fit: cover;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
}



.founders {
  background: #fff;
  padding: 4rem 1rem;
  text-align: center;
  max-width: 1600px;
  margin: 0 auto 1rem auto;
}

.founders h2 {
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  font-size: 2rem;
  margin-bottom: 3rem;
  color: #8B0000;
  letter-spacing: 1.5px;
}

.founders-container {
  display: flex;
  gap: 24rem;
  justify-content: center;
  flex-wrap: wrap;
}

.founder {
  flex: 1 1 300px;
  max-width: 400px;
  text-align: center;
}

.founder-img {
  width: 80%;
  height: 306px;
  border-radius: 50%;
  object-fit: cover;
  box-shadow: 0 6px 15px rgba(139, 0, 0, 0.3);
  margin-bottom: 1.5rem;
}

.founder h3 {
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  font-size: 1.25rem;
  margin-bottom: 1rem;
  color: #8B0000;
}

.founder p {
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  font-size: 1rem;
  line-height: 1.6;
  color: #4a0000;
}


.events {
  background: #fff5f5;
  padding: 4rem 2rem;
  text-align: center;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  color: #8B0000;
}

.events-root {
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  font-size: 1.4rem;
  max-width: 700px;
  margin: 0 auto 3rem auto;
  position: relative;
}

.event-branches {
  display: flex;
  justify-content: center;
  gap: 4rem;
  flex-wrap: wrap;
  position: relative;
  margin-bottom: 2rem;
}

.event-node {
  flex: 1 1 250px;
  max-width: 300px;
  background: linear-gradient(to bottom, #c20303, #d12828);
  color: #ffd700;
  padding: 1.5rem;
  border-radius: 12px;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.1);
}

.event-node h3 {
  font-family: 'Poppins', sans-serif;
  font-size: 1.2rem;
  margin-bottom: 0.8rem;
}

.event-node p {
  font-size: 1rem;
}

.event-node:hover {
  transform: translateY(-6px);
  box-shadow: 0 15px 25px rgba(139, 0, 0, 0.5);
}

.event-summary {
  max-width: 700px;
  margin: 0 auto;
  font-size: 1.05rem;
  font-weight: 500;
  color: #4a0000;
}


.trusted {
  background: #fff5f5;
  padding: 4rem 2rem;
  text-align: center;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  color: #8B0000;
}

.trusted-heading {
  font-family: 'Poppins', sans-serif;
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 2rem;
}

.trusted-mentions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 7rem;
  margin-bottom: 2rem;
}

.mention-card {
  flex: 1 1 280px;
  max-width: 380px;
  padding: 2.5rem 1rem;
  text-decoration: none;
  background: transparent;
  text-align: center;
  border-radius: 12px;
  box-shadow: 0 20px 20px rgba(0, 0, 0, 0.06);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.mention-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 16px 64px rgba(0, 0, 0, 0.2);

}

.mention-logo img {
  max-width: 100px;
  height: auto;
  margin-bottom: 1rem;
}

.mention-logo svg {
  max-width: 100px;
  height: auto;
  margin-bottom: 1rem;
}

.mention-name {
  font-weight: 600;
  font-size: 1.5rem;
  margin-bottom: 0.6rem;
  color: #5c0000;
}

.mention-quote {
  font-size: 1rem;
  font-style: italic;
  color: #5c0000;
}

.trusted-quote {
  font-style: italic;
  font-weight: 500;
  font-size: 1.1rem;
  margin: 2rem auto;
  max-width: 600px;
  color: #4a0000;
}

.trusted-others {
  font-size: 0.95rem;
  color: #4a0000;
}

.trusted-for {
  background-color: #ffe883;
  padding: 1rem 2rem;
  font-family: 'Poppins', sans-serif;
  text-align: center;
}

.container {
  max-width: 1500px;
  margin: 0 auto;
  position: relative;
  display: flex;
  align-items: center;
}

.trusted-items {
  display: flex;
  overflow-x: hidden;
  scroll-behavior: smooth;
  width: 100%;
}

.trusted-item {
  flex: 1 0 25%;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 1rem;
}

.trusted-item img {
  max-width: 80px;
  margin-bottom: 1rem;
}

.trusted-text {
  font-weight: 600;
  font-size: 1.1rem;
  color: #020202;
}

.carousel-arrow {
  background: none;
  border: none;
  font-size: 2rem;
  color: #b28800;
  cursor: pointer;
  padding: 0 1rem;
  user-select: none;
  display: none;
}

.carousel-arrow:focus {
  outline: 2px solid #b28800;
}



.core-values {
  background: #fff9f5;
  /* soft warm background */
  padding: 2rem 2rem;
  text-align: center;
}

.section-title {
  font-family: 'Poppins', sans-serif;
  font-weight: 800;
  font-size: 3rem;
  color: #a33b1e;
  /* muted maroon/golden */
  margin-bottom: 3rem;
}

.values-grid {
  display: flex;
  gap: 4rem;
  justify-content: center;
  flex-wrap: wrap;
}

.value-card {
  max-width: 300px;
  padding: 2rem;
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 10px 30px rgba(163, 59, 30, 0.1);
  transition: transform 0.3s ease;
}

.value-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 20px 40px rgba(163, 59, 30, 0.2);
}

.value-card img {
  width: 80px;
}

.value-card h3 {
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  font-size: 1.5rem;
  margin-bottom: 1rem;
  color: #6e0101;
}

.value-card p {
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  color: #5a3320;
  font-size: 1rem;
  line-height: 1.5;
}


.site-footer {
  background: linear-gradient(to bottom, #9c0b0b, #6e0101);
  color: #fff;
  padding: 2rem 10rem;
  font-family: 'Poppins', sans-serif;
}

.footer-top {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 2rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  padding-bottom: 1.5rem;
}

.footer-contact h3,
.footer-column h3 {
  font-size: 1.5rem;
  margin-bottom: 1rem;
  color: #ffd700;
}

.footer-contact p {
  margin: 0.5rem 0;
  font-size: 1rem;
  display: flex;
  align-items: center;
}

.footer-contact .icon {
  width: 20px;
  margin-right: 0.7rem;
  filter: invert(1);
}

.footer-column {
  flex: 1 1 auto;
  max-width: 400px;
}

.footer-map iframe {
  border-radius: 10px;
  width: 100%;
  height: 100%;
}

.footer-offer {
  max-width: 350px;
  font-size: 1rem;
  background: #ffd700;
  color: #6e0101;
  padding: 1rem;
  border-radius: 10px;
  font-weight: 600;
  text-align: center;
  transition: all 0.3s ease;
  cursor: pointer;
}

a .footer-offer:hover {
  background: #ffcc00;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
  transform: translateY(-4px);
}

.footer-bottom {
  text-align: center;
  margin-top: 1.5rem;
  font-size: 0.9rem;
  opacity: 0.8;
}


.menu-section {
  padding: 60px 20px;
  max-width: 1500px;
  margin: auto;
  text-align: center;
}

.menu-heading {
  font-size: 2.5rem;
  margin-bottom: 40px;
  color: #8B0000;
}

.menu-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 30px;
  margin-bottom: 40px;
}

.menu-card {
  background-color: #fff8f0;
  border-radius: 15px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  padding: 20px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.menu-card:hover {
  transform: translateY(-10px);
  transform: translateY(-8px) scale(1.03);
  box-shadow: 0 12px 25px rgba(0, 0, 0, 0.15);
}

.menu-img {
  width: 100%;
  height: 400px;
  object-fit: cover;
  border-radius: 10px;
  margin-bottom: 15px;
}

.menu-card h3 {
  margin: 10px 0 8px;
  color: #333;
  font-size: 1.25rem;
}

.menu-card p {
  color: #555;
  font-size: 0.95rem;
}

.menu-download {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 30px;
}

.download-button {
  display: inline-block;
  background-color: #8B0000;
  color: #fff;
  padding: 12px 24px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  transition: background 0.3s ease;
  text-decoration: none;
}

.download-button:hover {
  background-color: #a31515;
}

.button {
  position: relative;
  width: 150px;
  border-radius: 20px;
  height: 40px;
  cursor: pointer;
  display: flex;
  align-items: center;
  border: 1px solid #f7f7f7;
  background-color: #d12828;
  overflow: hidden;
}

.button,
.button__icon,
.button__text {

  transition: all 0.3s;
}

.button .button__text {
  transform: translateX(22px);
  color: #ffd700;
  font-weight: 600;
}

.button .button__icon {
  position: absolute;
  transform: translateX(109px);
  height: 100%;
  width: 39px;
  background-color: #a31515;
  display: flex;
  align-items: center;
  justify-content: center;
}

.button .svg {
  width: 20px;
  fill: #ffd700;
}

.button:hover {
  background: #6e0101;
}

.button:hover .button__text {
  color: transparent;
}

.button:hover .button__icon {
  width: 148px;
  transform: translateX(0);
}

.button:active .button__icon {
  background-color: #6e0101;
}

.button:active {
  border: 1px solid #6e0101;
}


.founder-message {
  padding: 4rem 2rem;
  background: #fffaf4;
  font-family: 'Poppins', sans-serif;
}

.founder-message-container {
  display: flex;
  align-items: center;
  gap: 4rem;
  max-width: 1200px;
  margin: 0 auto;
  flex-wrap: wrap;
}

.founder-message-image {
  flex: 1 1 150px;
  text-align: center;
}

.founder-message-image img {
  max-width: 100%;
  border-radius: 20px;
  object-fit: cover;
}

.founder-message-text {
  flex: 1 1 400px;
}

.founder-message-text h2 {
  font-size: 2rem;
  color: #8B0000;
  margin-bottom: 1rem;
}

.founder-message-text p {
  font-size: 1.1rem;
  line-height: 1.8;
  color: #4a0000;
  margin-bottom: 1rem;
}

.founder-quote {
  position: relative;
  font-size: 1.2rem;
  line-height: 1.8;
  font-style: italic;
  color: #4a0000;
  padding: 2rem;
  border-left: 5px solid #8B0000;
  border-bottom: 5px solid #8B0000;
  border-top: 1px solid #8B0000;
  border-right: 1px solid #8B0000;
  background-color: #fff8f0;
  border-radius: 10px;
  margin-top: 2rem;
}

.founder-quote::before,
.founder-quote::after {
  font-size: 4rem;
  color: #d12828;
  position: absolute;
  font-family: Georgia, serif;
}

.founder-quote::before {
  content: "“";
  top: -20px;
  left: 10px;
}

.founder-quote::after {
  content: "”";
  bottom: -30px;
  right: 10px;
}


.testimonials-section {
  max-width: 1800px;
  margin: 0 auto;
  padding: 4rem 1.5rem;
  font-family: 'Poppins', sans-serif;
  color: #4a0000;
  text-align: center;
}

.testimonials-section h1 {
  font-size: 2.5rem;
  color: #8B0000;
  margin-bottom: 3rem;
}

.testimonial-carousel-wrapper {
  position: relative;
  overflow: hidden;
}

.testimonial-carousel {
  display: flex;
  transition: transform 0.5s ease-in-out;
  user-select: none;
  cursor: grab;
}

.testimonial-carousel.dragging {
  cursor: grabbing;
}

.testimonial-slide {
  flex: 0 0 33.3333%;
  padding: 3rem;
  box-sizing: border-box;
  text-align: left;
}

.quote {
  font-size: 1.1rem;
  font-style: italic;
  margin-bottom: 1rem;
  position: relative;
  padding-left: 2rem;
}

.quote::before {
  content: "“";
  font-size: 3rem;
  color: #d12828;
  position: absolute;
  left: 0;
  top: -10px;
}

.author {
  font-weight: 600;
  color: #8B0000;
}

/* Arrows */
.testimonials-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: #8B0000;
  color: #fff;
  border: none;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  cursor: pointer;
  font-size: 1.5rem;
  z-index: 10;
  display: none;
}

.testimonials-arrow.left {
  left: 10px;
}

.testimonials-arrow.right {
  right: 10px;
}

/* Dots */
.testimonial-dots {
  display: flex;
  justify-content: center;
  gap: 0.6rem;
  margin-top: 1.5rem;
}

.testimonial-dot {
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: #ccc;
  cursor: pointer;
  transition: background 0.3s ease;
}

.testimonial-dot.active {
  background: #8B0000;
}

/* Responsive */

@media (max-width: 768px) {
  .testimonial-slide {
    flex: 0 0 100%;
  }

  /* Show arrows on desktop only */
  .testimonials-arrow {
    display: none;
  }
}

@media (min-width: 769px) {

  /* Show arrows on desktop */
  .testimonials-arrow {
    display: block;
  }
}