.nav-brder{
    
    border-color: rgb(243 244 246);
    border: 1px solid rgb(243 244 246);
        background: #ffffff;
}

.logo {
    height: 3rem;
}
.logo-text{
    font-size: .875rem;
    line-height: 1.25rem;
    color: rgb(75 85 99); 
}

.logo-text b{
    display: contents;
    font-size: 22px;
       color: rgb(17 24 39);
}

.navbar-dark .navbar-nav .nav-link {
     color: rgb(75 85 99); 
    font-size: 14px;
}
/*.bhojimg-cver{*/
/*    max-width: 72rem; */
/*}*/
.bhojimg{
        border-radius: 1rem;
    height: 20rem;
    width: 100%;
    object-fit: cover;
}
.shadow-xl {
    box-shadow: 0 20px 25px -5px rgb(0 0 0 / .1), 0 8px 10px -6px rgb(0 0 0 / .1);
    
}
.main-img p{        
    color:rgb(75 85 99);
    font-size: 1.125rem;
    line-height: 1.75rem;
    }
.amavasya h1{
            font-size: 3rem;
    line-height: 1;
    width: 80%;
    font-weight: 700;
    text-align: center;
    margin: auto;
}

.amavasya p{
    font-size: 1.875rem;
    line-height: 2.25rem;
    color :rgb(75 85 99);
    font-weight: 600;
    margin-top:15px;
}

.countdown-box {
      background: #f8f9fa;
      border-radius: 15px;
      padding: 30px;
      text-align: center;
      max-width: 600px;
      margin: auto;
    }
    .time-unit {
      border-radius: 10px;
      background: white;
      box-shadow: 0 0 10px rgba(0,0,0,0.05);
      padding: 20px;
      min-width: 100px;
    }
    .time-unit h3 {
      margin-bottom: 0;
    }
    .btn-seva {
      margin-top: 30px;
      font-weight:500;
      padding:15px 25px;
      border-radius:10px;
    }
    /* Container & Section Styling */
.offerings-section {
  background-color: #ffffff;
  padding: 3rem 1rem;
}

.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 1rem;
}

.section-heading {
  text-align: center;
  margin-bottom: 3rem;
}

.section-heading h2 {
  font-size: 2rem;
  font-weight: 700;
  color: #111827;
}

/* Offerings Layout */
.offerings-wrapper {
  display: flex;
  flex-direction: column;
  gap: 3rem;
  justify-content:center;
}

/* Card Style */
.offering-card {
  display: flex;
  flex-direction: column;
  background-color: #f9fafb;
  border-radius: 1rem;
  overflow: hidden;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}

.offering-card.reverse {
  flex-direction: column-reverse;
}

/* Responsive Flex */
@media (min-width: 768px) {
  .offering-card {
    flex-direction: row;
  }
  .offering-card.reverse {
    flex-direction: row-reverse;
  }
}

/* Image */
.offering-image img {
  width: 100%;
  height: 200px;
  object-fit: cover;
}

@media (min-width: 768px) {
  .offering-image img {
    height: 320px;
  }
}

/* Content */
.offering-content {
  padding: 1.5rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.offering-content h3 {
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 0.5rem;
  color: #111827;
}

.description {
  font-size: 1rem;
  color: #374151;
  margin-bottom: 1rem;
}

.includes {
  margin-bottom: 1.5rem;
}

.includes .label {
  font-weight: 600;
  color: #6b7280;
  margin-bottom: 0.25rem;
}

.includes p {
  font-size: 0.95rem;
  color: #4b5563;
  line-height: 1.5;
}

/* Button */
.book-button {
  background-color: #111827;
  color: white;
  padding: 0.75rem 1.5rem;
  font-size: 1rem;
  font-weight: 600;
  border: none;
  border-radius: 0.5rem;
  cursor: pointer;
  /*width: 100%;*/
  transition: background-color 0.3s ease;
}

.book-button:hover {
  background-color: #1f2937;
}

@media (max-width: 768px) {
  .book-button {
    width: auto;
  }
  .time-unit {
    padding: 12px;
    min-width: 55px;
    }
    .amavasya h1 {
    font-size: 30px;
    line-height: 1;
    width: 100%;}
    
    .amavasya p {
    font-size: 20px;
    line-height: 27px;
    }
}

.banner2{
    background-color: #f9fafb;
    padding:80px 0px;
}
.banner2 p{
    font-size: 1.125rem;
   line-height: 1.75rem;
   color:rgb(75 85 99);
}
#faq .accordion-button{
    font-size: 1.125rem;
    line-height: 1.75rem;
     font-weight: 500;
}
#minusBtn{
        background: #fff;
        border: 1px solid #000000b0;
}
#plusBtn{
        background: #fff;
        border: 1px solid #000000b0;
}

#minusBtn2{
        background: #fff;
        border: 1px solid #000000b0;
}
#plusBtn2{
        background: #fff;
        border: 1px solid #000000b0;
}
/* GENERAL */
.modal-content {
    border-radius: 16px;
    /*padding: 10px 0;*/
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
}

.modal-title {
    font-size: 25px;
}

.step-title {
    font-size: 1.25rem;
    line-height: 1.75rem;
    margin-bottom: 15px;
    font-weight: 600;
}

/* OFFERING CARD */
.offering-card2 {
    padding: 18px;
    border-radius: 10px;
    background-color: #f9f9f9;
    /*border: 1px solid #ddd;*/
    margin-bottom: 1.5rem;
}
.fs-20{
    font-size:20px;
}
.fs-12{
    font-size: 12px;
}
.fs-18{
   font-size: 18px; 
}
/* DAAN CONTROL */
.amount-btn {
    background-color: #eee;
    border: none;
    width: 40px;
    height: 40px;
    font-size: 1.5rem;
    line-height: 1;
    border-radius: 50%;
    cursor: pointer;
    transition: background-color 0.2s;
}

.amount-btn:hover {
    background-color: #ddd;
}

.amount-display {
    font-size: 20px;
    font-weight: bold;
}

/* SUBSCRIPTION OPTIONS */
.subscription-option {
    padding: 15px;
    margin-bottom: 15px;
    border: 2px solid #ccc;
    border-radius: 10px;
    cursor: pointer;
    transition: border-color 0.3s, background-color 0.3s;
    color:black;
}

.subscription-option:hover {
    border-color: #222;
}

.subscription-option.active {
    border-color: #222;
    background-color: #f1f1f1;
}

/* BUTTONS */
.btn-dark-custom {
    background-color: rgb(17 24 39);
    color: #fff;
    font-weight: 500;
    border-radius: 8px;
    padding:12px 0px;
}

/*.btn-dark-custom:hover {*/
/*    background-color: #333;*/
/*}*/

.btn-outline-custom {
    border: 1px solid #ccc;
    border-radius: 8px;
    font-weight: 500;
    background-color: #fff;
    color: #000;
}

.btn-outline-custom:hover {
    background-color: #f1f1f1;
}

.btn-complete {
    background-color:rgb(136 139 147);
    color: #fff;
    border-radius: 10px;
    font-weight: 600;
    padding: 10px 20px;
    font-size: 1rem;
}

.btn-complete:hover {
    background-color:rgb(136 139 147);
}

/* SUMMARY CARD */
.summary-card {
    padding: 20px;
    border-radius: 10px;
    background-color: #f9f9f9;
    border: 1px solid #ddd;
    margin-bottom: 20px;
}

/* FORM INPUTS */
form .form-label {
    font-weight: 500;
    margin-bottom: 0.3rem;
}

form .form-control,
form .form-select {
    border-radius: 8px;
    padding: 10px;
    font-size: 0.95rem;
}

.back-btn {
    background: none;
    border: none;
    font-size: 1.25rem;
    color: #000;
    cursor: pointer;
}

.back-btn:hover {
    color: #333;
}
.font-semibold {
    font-weight: 600;
}
/* RESPONSIVE */
@media (max-width: 576px) {
    .amount-btn {
        width: 35px;
        height: 35px;
        font-size: 1.2rem;
    }

    .amount-display {
        font-size: 1.2rem;
    }

    .modal-title {
        font-size: 1.1rem;
    }

    .btn-complete {
        font-size: 0.95rem;
        padding: 8px 16px;
    }
}
.terms p{
    color: rgb(55 65 81);
    line-height: 1.625;
}

.terms b, strong {
    font-weight: 600;
    color:black;
}
 .login-card {
      border-radius: 1rem;
      box-shadow: 0 0.75rem 1.5rem rgba(0, 0, 0, 0.1);
    }

 .register-card {
      border-radius: 1rem;
      box-shadow: 0 0.75rem 1.5rem rgba(0, 0, 0, 0.1);
    }
    
.login-btn{
 background-color: #111827;
 color:#fff;
}
.reg-btn{
 background-color: #111827;
  color:#fff;
}
.about p{
    text-align:justify;
}   
 .info-box {
      background-color: #ffffff;
      border: 1px solid #e5e7eb;
      border-radius: 0.75rem;
      padding: 1.5rem;
      text-align: center;
          height: 95%;
      /*box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.05);*/
    }
    .info-box h5 {
      margin-bottom: 0.5rem;
      font-weight: 600;
      color: #1f2937;
    }
    .info-box p {
      margin: 0;
      color: #393c40;
      text-align:center;
    }
    .contact-card {
      border-radius: 1rem;
      box-shadow: 0 0.75rem 1.5rem rgba(0, 0, 0, 0.05);
    }    
    .snd-btn{
            background: #212529;
    border: none;
    text-align: center;
    margin: auto;
    display: block;
    }
        .snd-btn:hover{
            background: #212529;
    border: none;}