*{
  margin:0;
  padding:0;
  box-sizing:border-box;
}
body{
  font-family: "Urbanist", sans-serif;
}
.main-nav{
  width:100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.barnav{
  width: 100%;
  display: flex;
  justify-content: space-around;
  align-items: center;
  position:fixed;
  z-index: 99999;
  top:0px;
  background-color: whitesmoke;
  box-shadow: 0px 0px 3px gray;
}
.barnavsub{
  display: flex;
  justify-content: center;
  align-content: center;
  width: max-content;
  gap: 60px;
}
.barnav .logo{
  width: 200px;
  object-fit: fill;
}
.menu{
  width: 30px;
  background-color: transparent;
  border: none;
}
.menu img{
  width: 100%;
}
.menubar{
  display: flex;
  gap:20px;
}

@media screen and (min-width:320px) and (max-width:768px){
 .barnavsub{
  display: none;
  justify-content: center;
  align-content: center;
  width: max-content;
 }
 .barnav{
  width: 93%;
  padding: 10px 30px;
  justify-content: space-between;
  border-radius: 18px;
  top: 20px;
 }
 .barnav .logo{
  width: 100px;
 }
 .menu{
  background-color: transparent;
  border: none;
 }
}


.promo-carousel {
  width: 100%;
  padding: 20px 0;
  padding-top: 8rem;
    background-color: #e46536;
}

.carousel-container {
  max-width: 1200px;
  margin: auto;
  position: relative;
  overflow: hidden;
  border-radius: 18px;
}

.carousel-track {
  display: flex;
  transition: transform 0.5s ease;
}

.carousel-slide {
  min-width: 100%;
  user-select: none;
}

.carousel-slide img {
  width: 100%;
  height: 300px;
  display: block;
  border-radius: 18px;
  object-fit: cover;
  object-position: center;
}

/* Navigation Buttons */
.nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(255,255,255,0.9);
  border: none;
  font-size: 28px;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  cursor: pointer;
  z-index: 10;
}

.nav.prev { left: 12px; }
.nav.next { right: 12px; }

/* Dots */
.dots {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-top: 12px;
}

.dots span {
  width: 10px;
  height: 10px;
  background: #ccc;
  border-radius: 50%;
  cursor: pointer;
}

.dots span.active {
  background: #0b5ed7;
}



.menu-section {
  margin: auto;
  padding: 40px 15px;
  text-align: center;
  background:url('./asset/bgpro.jpg');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.menu-title {
  letter-spacing: 2px;
  margin-bottom: 20px;
}

.menu-categories {
  display: flex;
  justify-content: center;
  gap: 20px;
  font-size: 14px;
  margin-bottom: 30px;
  flex-wrap: wrap;
}

.menu-categories span {
  cursor: pointer;
  /* opacity: 0.6; */
  font-weight: 600;
}

.menu-categories .active {
  opacity: 1;
  border-bottom: 1px solid black;
}

.menu-carousel {
  position: relative;
  overflow: hidden;
  padding-top: 10px;
  padding-bottom: 50px;
}

.menu-track {
  display: flex;
  justify-content: center;
  gap: 30px;
  transition: transform 0.4s ease;
}

.menu-card {
  background: #fff;
  border-radius: 16px;
  min-width: 280px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.781);
  overflow: hidden;
}

.menu-card img {
  width: 100%;
  height: 180px;
  object-fit: cover;
}

.card-info {
  padding: 15px;
}

.card-info h3 {
  margin: 0;
  font-size: 18px;
}

.card-info p {
  color: #ff6b2c;
  font-size: 28px;
  font-weight: 800;
  margin: 6px 0;
}

.card-info button {
  background: #ff6b2c;
  color: #fff;
  border: none;
  padding: 8px 16px;
  border-radius: 20px;
  cursor: pointer;
}

.card-info button.disabled {
  background: #ccc;
  cursor: not-allowed;
}

/* Navigation */
.nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  border: none;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  font-size: 26px;
  cursor: pointer;
  background: #fff;
  box-shadow: 0 4px 12px rgba(0,0,0,0.15);
}

.nav.prev { left: 10px; }
.nav.next { right: 10px; }

/* Mobile */
@media (max-width: 768px) {
  .nav { display: none; }
}


@media screen and (min-width:320px) and (max-width:768px){
  .carousel-slide{
    padding: 10px;
  }
  .promo-carousel {
    padding-top: 7rem;
  }
  .menu-track{
    justify-content: center;
    flex-direction: column;
    gap: 50px;
    padding: 30px;
  }
  .menu-card img{
    height: 220px;
  }
  .menu-card{
    min-width: 100%;
  }
}

/* key */
.poster-section {
  padding: 50px 20px;
  text-align: center;
  background-color: #ff6b2c;
}

.badge {
  background: #fff;
  color: #000;
  font-weight: 600;
  padding: 6px 16px;
  border-radius: 20px;
  display: inline-block;
  margin-bottom: 20px;
}

.poster-section h1 {
  font-size: 42px;
  font-weight: 800;
  color: #fff;
  line-height: 1.2;
  margin-bottom: 40px;
}

.poster-section h1 span {
  color: #4b2600;
}

.poster-grid {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  gap: 40px;
  align-items: center;
  max-width: 1200px;
  margin: auto;
}

.features {
  display: flex;
  flex-direction: column;
  gap: 30px;
  text-align: left;
}

.feature h3 {
  font-size: 18px;
  margin-bottom: 8px;
  color: #fff;
}

.feature p {
  font-size: 14px;
  color: #000000;
}

.image-box video {
  width: 380px;
  border-radius: 12px;
}

/* 🔹 Mobile Responsive */
@media (max-width: 768px) {
  .poster-section h1 {
    font-size: 28px;
  }

  .poster-grid {
    grid-template-columns: 1fr;
    text-align: center;
    gap: 10px;
  }

  .features {
    text-align: center;
  }

  .feature{
    border: 1px solid blanchedalmond;
    padding: 20px;
    border-radius: 20px;
  }

  .image-box video {
    width: 100%;
    margin: 20px auto;
  }
}

/* how to work */

.how-it-works {
  padding: 20px;
  text-align: center;
  /* background:url(./asset/bgpro.jpg); */
  background-position: center;
  background-size: cover;
}

.how-it-works small {
  color: #3b82f6;
  font-weight: 600;
}

.how-it-works h2 {
  font-size: 32px;
  margin: 10px 0 40px;
}

/* Steps container */
.steps {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 20px;
  position: relative;
}

/* Curve line */
.steps::before {
  content: "";
  position: absolute;
  top: 20px;
  left: 9%;
  right: 9%;
  height: 2px;
  background: linear-gradient(to right, #3b82f6 50%, #e5e7eb 50%);
  z-index: 0;
}

.step {
  width: 20%;
  z-index: 1;
}

.step-number {
  width: 42px;
  height: 42px;
  margin: 0 auto;
  background: #2563eb;
  color: #fff;
  border-radius: 50%;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 12px;
}

.step h4 {
  margin: 10px 0 6px;
  font-size: 18px;
}

.step p {
  font-size: 14px;
  color: #6b7280;
}

/* Image box */
.step img {
  width: 100%;
  border-radius: 10px;
  margin-top: 15px;
  object-fit: cover;
}

/* Mobile Responsive */
@media (max-width: 900px) {
  .steps {
    flex-direction: column;
  }

  .steps::before {
    display: none;
  }

  .step {
    width: 100%;
  }

  .step img {
    max-height: 220px;
    object-fit: contain;
  }
}

/* ===== FOOTER WRAPPER ===== */
.foo{
  padding:20px;
  background-color: #ff6b2c;
}

.footer {
  background: #fff;
  border-radius: 30px;
  color: #000;
  font-family: 'Segoe UI', sans-serif;
}

/* ===== NEWSLETTER ===== */
.footer-top {
  padding: 50px 20px;
  /* border-bottom: 1px solid rgba(0, 0, 0, 0.651); */
}

hr{
  margin: 0px 30px;
}

.newsletter {
  max-width: 1200px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  flex-wrap: wrap;
}

.news-left h2 {
  font-size: 28px;
  margin-bottom: 8px;
}

.news-left p {
  opacity: 0.8;
  font-size: 15px;
}

.news-form {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.news-form input {
  padding: 14px 16px;
  width: 260px;
  border-radius: 8px;
  border: 1px solid black;
  outline: none;
}

.news-form button {
  padding: 14px 22px;
  border: none;
  border-radius: 8px;
  background: #ff7a2f;
  color: #000;
  font-weight: 600;
  cursor: pointer;
}

.news-form button:hover {
  background: #ff8c4a;
}

/* ===== FOOTER CONTENT ===== */
.footer-main {
  max-width: 1200px;
  margin: auto;
  padding: 60px 20px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
}


.footer-brand p {
  opacity: 0.8;
  font-size: 14px;
}

/* ===== FOOTER LINKS ===== */
.footer-col h4 {
  margin-bottom: 15px;
  font-size: 16px;
}

.footer-col ul {
  list-style: none;
}

.footer-col ul li {
  margin-bottom: 10px;
}

.footer-col ul li a {
  text-decoration: none;
  color: #000;
  font-size: 14px;
}

.footer-col ul li a:hover {
  color: #ff7a2f;
}

/* ===== FOOTER BOTTOM ===== */
.footer-bottom {
  /* border-top: 1px solid rgba(0, 0, 0, 0.644); */
  padding: 18px 20px;
}

.footer-bottom-inner {
  max-width: 1200px;
  margin: auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  font-size: 13px;
  opacity: 0.7;
}

/* ===== RESPONSIVE ===== */
@media (max-width: 992px) {
  .footer-main {
    grid-template-columns: repeat(2, 1fr);
    padding: 20px 20px;
  }
}

@media (max-width: 600px) {
  .newsletter {
    flex-direction: column;
    align-items: start;
  }

  .news-form input {
    width: 100%;
  }

  .footer-main {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .footer-bottom-inner {
    flex-direction: column;
    gap: 8px;
    text-align: center;
  }
}

/* WhatsApp Floating Button */
.whatsapp-float {
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 9999;
  display: flex;
  align-items: center;
  gap: 10px;
}

/* Popup Message */
.whatsapp-popup {
  background: #ffffff;
  color: #333;
  padding: 10px 14px;
  border-radius: 12px;
  font-size: 14px;
  box-shadow: 0 6px 20px rgba(0,0,0,0.15);
  opacity: 0;
  transform: translateX(20px);
  transition: all 0.4s ease;
  white-space: nowrap;
}

/* Show popup */
.whatsapp-popup.show {
  opacity: 1;
  transform: translateX(0);
}

/* WhatsApp Button */
.whatsapp-btn {
  width: 58px;
  height: 58px;
  background: #25D366;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 8px 25px rgba(37,211,102,0.5);
}

.whatsapp-btn img {
  width: 30px;
  height: 30px;
}

/* Mobile Adjustments */
@media (max-width: 480px) {
  .whatsapp-popup {
    font-size: 13px;
    padding: 8px 12px;
  }

  .whatsapp-btn {
    width: 52px;
    height: 52px;
  }
}

/* sudem */
.subdem{
  position: fixed;
  top: 0px;
  right: 0px;
  background-color: #fff;
  box-shadow: 0px 0px 3px gray;
  color: black;
  width: 290px;
  min-height: 110vh;
  text-align: left;
  display: none;
  justify-content: start;
  align-items: start;
  padding-top: 30px;
  padding-left: 20px;
  gap: 30px;
  flex-direction: column;
}

.subdem a{
  font-size: 20px;
}