* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
:root {
  --cream: #fff8f0;
  --warm-brown: #8b6f47;
  --deep-brown: #4a3b2f;
  --sage: #9dac8f;
  --butter: #f4e4c1;
  --dark-text: #2c1810;
   /* --terracotta: #d4855a; */
  --terracotta: #001437;
    --signature-heading-color: #001437;

}

body {
  font-family: "DM Sans", sans-serif;
  background: var(--cream);
  color: var(--dark-text);
}

/* WhatsApp Floating Button */
/* . {
  position: fixed;
  bottom: 30px;
  right: 30px;
  width: 65px;
  height: 65px;
  background: #25d366;
  color: white;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2rem;
  box-shadow: 0 5px 25px rgba(37, 211, 102, 0.4);
  cursor: pointer;
  z-index: 1000;
  transition: all 0.3s ease;
  text-decoration: none;
  animation: pulse 2s infinite;
} */

/* .whatsapp-float:hover {
  transform: scale(1.1);
  box-shadow: 0 8px 35px rgba(37, 211, 102, 0.6);
} */

@keyframes pulse {
  0%,
  100% {
    box-shadow: 0 5px 25px rgba(37, 211, 102, 0.4);
  }
  50% {
    box-shadow: 0 5px 35px rgba(37, 211, 102, 0.7);
  }
}

.whatsapp-float {
  display: flex;
  width: fit-content;
  padding: 10px;
  font-size: 24px;
  position: fixed;
  z-index: 1000;
  right: 25px;
  bottom: 35px;
  animation: mover 0.7s infinite alternate;
}
@keyframes mover {
  from {
    transform: translateY(0);
  }
  to {
    transform: translateY(-10px); /* left right move */
  }
}

/* Responsive Design */

@media (max-width: 1024px) {
  .hero-content {
    grid-template-columns: 1fr;
    gap: 3rem;
  }

  .hero-text h1 {
    font-size: 4rem;
  }

  .features-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .menu-categories {
    grid-template-columns: 1fr;
  }

  .gallery-grid {
    grid-template-columns: repeat(3, 1fr);
  }

  .contact-container {
    grid-template-columns: 1fr;
  }

  .catering-services {
    grid-template-columns: repeat(2, 1fr);
  }

  .packages-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .event-hero {
    grid-template-columns: 1fr;
  }

  .event-features {
    grid-template-columns: repeat(2, 1fr);
  }

  .event-types-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 768px) {
  .logo {
    font-size: 1.5rem;
  }

  .hero-text h1 {
    font-size: 3rem;
  }

  .hero-text p {
    font-size: 1.1rem;
  }

  .hero-buttons {
    flex-direction: column;
  }

  .section-title {
    font-size: 2.5rem;
  }
  .about-container h2,
  .contact-info h2 {
    font-size: 2.5rem !important;
  }

  .features-grid {
    grid-template-columns: 1fr;
  }

  .gallery-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .gallery-item:nth-child(1) {
    grid-column: span 2;
    grid-row: span 1;
  }

  .catering-services {
    grid-template-columns: 1fr;
  }

  .packages-grid {
    grid-template-columns: 1fr;
  }

  .event-features {
    grid-template-columns: 1fr;
  }

  .event-types-grid {
    grid-template-columns: 1fr;
  }

  .whatsapp-float {
    width: 55px;
    height: 55px;
    bottom: 15px;
    right: 0px;
    font-size: 19px;
  }

  .nav-links {
    display: none;
  }
  .menusideBar {
    display: block;
    margin-right: 8px;
  }
  /*.certificate_image {*/
  /*  width: 600px !important;*/
  /*  height: 800px !important;*/
  /*}*/
}

/* .mainArea */

/* .mainArea {
  background-color: violet;
  padding: 10px;
  width: 100%;
  height: 100vh;
} */

.custom_container {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  /* background-color: aqua; */
  padding: 10px;
}

/* thankyou Page */

.thankyou-wrapper {
  min-height: 85vh;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 40px;
}

.thankyou-card h1 {
  font-family: "Fraunces", serif;
  font-size: 3.5rem;
  text-align: center;
  color: var(--deep-brown);
  margin-bottom: 4rem;
  font-style: italic;
  font-weight: 700;
}

.Visit-Us {
  /* background-color: red; */
  margin-top: 4rem;
}

@media (max-width: 992px) {
  .nav-links {
    gap: 1.3rem !important;
    font-size: 0.9rem;
  }
  .Visit-Us {
    /* background-color: blue !important; */
    margin-top: 3rem !important;
  }
}

@media (max-width: 600px) {
  /*.certificate_image {*/
  /*  width: 400px !important;*/
  /*  height: 600px !important;*/
  /*}*/
}

@media (max-width: 576px) {
  .formset-Group {
    flex-direction: column;
  }
}

@media (max-width: 450px) {
  /*.certificate_image {*/
  /*  width: 320px !important;*/
  /*  height: 470px !important;*/
  /*}*/
  .contact-form {
    padding: 15px;
  }
  footer p {
    font-size: 13px;
  }
}
@media (max-width: 350px) {
  .hero-text h1 {
    font-size: 42px !important;
  }
  .Logo {
    width: 80px;
  }
  .hero-content {
    padding-top: 10px !important;
  }
  .certificate {
    padding: 3px !important;
  }
}

/* custom_container set */

/* Small devices (≥576px) */
@media (min-width: 576px) {
  .custom_container {
    max-width: 540px;
  }
}

/* Medium devices (≥768px) */
@media (min-width: 768px) {
  .custom_container {
    max-width: 720px;
  }
}

/* Large devices (≥992px) */
@media (min-width: 992px) {
  .custom_container {
    max-width: 960px;
  }
}

/* Extra large devices (≥1200px) */
@media (min-width: 1200px) {
  .custom_container {
    max-width: 1140px;
  }
}

/* Extra extra large devices (≥1400px) */
@media (min-width: 1400px) {
  .custom_container {
    max-width: 1320px;
  }
}



/*certificate Area update*/


    @media (max-width: 400px) {
      .certificate_inner {
        width: 100%;
        /*height: 350px;*/
      }
    }

