   
   .booking-box {
     
      background-color: #f4e0b5;
      background-size: 100% 100%;
      padding: 50px 30px;
      max-width: 700px;
      width: 100%;
      box-sizing: border-box;
      position: relative;
    }

    .marathi-btn {

    background-color: #4b2d0f;
    color: white;
    border: none;
    border-radius: 4px;
    font-size: 14px;
    cursor: pointer;
    margin-left: 30rem; /* Default for desktop */
  }

 @media (max-width: 768px) {
  .marathi-btn {
    margin-left: auto;
    margin-right: auto;
    display: block;
    text-align: center;
  }
}


/* Common style for all corner images */
.corner-img {
  position: absolute;
  width: 153px;
  height: 148px;
  z-index: 10;
}

/* Top Left – no rotation */
.top-left {
  top: 12px;
  left: -5px;
  transform: rotate(0deg);
}

/* Top Right – rotated 90° */
.top-right {
  top: 12px;
  right: -5px;
  transform: rotate(90deg);
}

/* Bottom Right – rotated 180° */
.bottom-right {
  bottom: 12px;
  right: -5px;
  transform: rotate(180deg);
}

/* Bottom Left – rotated 270° */
.bottom-left {
  bottom: 12px;
  left: -5px;
  transform: rotate(270deg);
}

/* Base Divider Style */
.divider-line {
  position: absolute;
  z-index: 5;
  opacity: 0.8;
}

.divider-line {
  position: absolute;
  z-index: 1;
}

/* Horizontal Divider (Top and Bottom) */
.divider-top,
.divider-bottom {
  height: 4px;
  width: 54%;
  left: 23%;
  background: linear-gradient(to right,
    transparent,
    #b9932f 20%,
    #d4af37 50%,
    #b9932f 80%,
    transparent
  );
  border-radius: 2px;
}
.divider-bottom {
  bottom: 18px; /* Adjust up to sit above bottom corner artwork */
}
.divider-top {
  top: 18px;  /* Adjust down to sit below top corner artwork */
}
.divider-top::before,
.divider-bottom::before,
.divider-top::after,
.divider-bottom::after {
  content: '';
  position: absolute;
  width: 12px;
  height: 12px;
  background-color: #d4af37;
  border-radius: 50%;
  top: 50%;
  transform: translateY(-50%);
  box-shadow: 0 0 6px #d4af37aa;
}

.divider-top::before,
.divider-bottom::before {
  left: -16px;
}

.divider-top::after,
.divider-bottom::after {
  right: -16px;
}

/* Vertical Divider (Left and Right) */
.divider-vertical {
  width: 4px;
  height: 60%;
  top: 20%;
  background: linear-gradient(to bottom,
    transparent,
    #b9932f 20%,
    #d4af37 50%,
    #b9932f 80%,
    transparent
  );
  border-radius: 2px;
}

.divider-left,
.divider-right {
  top: 20%;
  height: 60%;
}

.divider-left {
  left: 16px;
}

.divider-right {
  right: 16px;
}

.divider-left::before,
.divider-right::before,
.divider-left::after,
.divider-right::after {
  content: '';
  position: absolute;
  width: 12px;
  height: 12px;
  background-color: #d4af37;
  border-radius: 50%;
  left: 50%;
  transform: translateX(-50%);
  box-shadow: 0 0 6px #d4af37aa;
}

.divider-left::before,
.divider-right::before {
  top: -16px;
}

.divider-left::after,
.divider-right::after {
  bottom: -16px;
}

/* Mobile View Adjustment */
@media (max-width: 480px) {
  .divider-top,
  .divider-bottom {
    width: 26%;   /* Make divider wider for narrow screens */
    left: 37%;    /* Center it properly */
  }

  .divider-top {
    top: 26px;    /* Slightly lower to avoid top ornament overlap */
  }

  .divider-bottom {
    bottom: 26px; /* Slightly higher to clear bottom corner */
  }
  .corner-img {
  position: absolute;
  width: 119px;
  height: 111px;
  z-index: 10;
}

.divider-left,
.divider-right {
  top: 17%;
  height: 67%;
}
}
 body {
     
 margin: 0;
  padding: 0;
  width: 100%;
  overflow-x: hidden;
    }
html, body {
  min-width: 100vw;
   overflow-x: hidden;
}


    .form-wrapper {
      display: flex;
      justify-content: center;
      
    }

 
    .title {
      text-align: center;
      color: #4b2d0f;
      font-weight: bold;
     
      font-size: 26px;
    }

    .booking-form .form-control {
      width: 80%;
      margin: 0 auto 12px auto;
    }

    .booking-form input,
    .booking-form select,
    .booking-form textarea {
      width: 100%;
      padding: 10px;
      font-size: 15px;
      border: 1px solid #c29258;
      border-radius: 6px;
      background-color: #fffaf0;
      box-sizing: border-box;
    }



    .booking-form textarea {
      resize: none;
      height: 60px;
    }

   .booking-form button {
  width: 50%;  /* Keep full width inside .form-control */
  background-color: #4b2d0f;
  color: white;
  font-weight: bold;
  font-size: 18px;
  padding: 12px;
  border: none;
  border-radius: 6px;
  cursor: pointer;
  display: block;
  margin-left: 7rem;
}

.form-row {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  width: 80%;
  margin: 0 auto 2px auto;
}

.form-control.half {
  flex: 1;
}

  @media (max-width: 768px) {
  .booking-box {
    padding: 30px 15px;
     background-size: 100% 100%;
    background-repeat: no-repeat;

  }

  .title {
    font-size: 20px;
    margin-top: 2rem;
  }

   .booking-form .form-control {
      width: 80%;
      margin: 0 auto 15px auto;
    }


  .booking-form input,
  .booking-form select,
  .booking-form textarea {
    font-size: 14px;
    padding: 8px;
  }

  .booking-form button {
    width: 50% !important;
    margin: 0 auto;
    font-size: 16px;
    padding: 10px;
  }
}
@media (max-width: 768px) {
  .temple-img {
    background-size: 120px !important;
    height: 120px !important;
    margin-top: 0rem;
  }
}


.flash-wrapper {
  display: flex;
  justify-content: center;
}

.flash-message {
  padding: 15px 25px;
  margin: 20px auto;
  text-align: center;
  width: fit-content;
  max-width: 90%;
  border-radius: 10px;
  font-size: 16px;
  font-weight: bold;
  z-index: 9999;
  opacity: 1;
  transition: all 0.5s ease-in-out;
}

.flash-message.success {
  background-color: #d4edda;
  color: #155724;
  border: 2px solid #c3e6cb;
}

.flash-message.error {
  background-color: #f8d7da;
  color: #721c24;
  border: 2px solid #f5c6cb;
}

/* Fade and collapse effect */
.flash-message.hide {
  opacity: 0;
  margin: 0;
  padding: 0;
  height: 0;
  overflow: hidden;
}