

/* add custom css */

    body {
      background-color: #f4f4f4;
    }

    .custom-card {
      background: white;
      padding: 30px;
      border-radius: 15px;
      box-shadow: 0 8px 25px rgba(0,0,0,0.08);
      margin-bottom: 30px;
      position: relative;
      overflow: hidden;
    }

    .custom-card h5 {
      color: #ff4500;
      font-weight: 700;
      margin-bottom: 15px;
    }

    .custom-card p, .custom-card ul {
      font-size: 15px;
      color: #333;
    }

    .custom-card ul {
      padding-left: 20px;
    }

    .call-now-btn {
      display: inline-block;
      background: linear-gradient(45deg, #ff6f00, #ff8f00);
      color: white;
      padding: 12px 24px;
      border-radius: 30px;
      text-decoration: none;
      font-weight: bold;
      margin-top: 20px;
      transition: 0.3s;
    }

    .call-now-btn:hover {
      background: linear-gradient(45deg, #e65100, #ef6c00);
      text-decoration: none;
      color: white;
      transform: scale(1.05);
    }

    .call-now-btn i {
      margin-right: 8px;
    }

    /* cost section */
    .puja-section {
      padding: 50px 0;
    }

    .puja-line-wrapper {
      display: flex;
      align-items: center;
    }

    .puja-name {
      font-weight: 600;
      white-space: nowrap;
    }

    .puja-line {
      flex-grow: 1;
      border-top: 1px dashed orange;
      margin: 0 10px;
    }

    .puja-price {
      font-weight: 600;
      white-space: nowrap;
    }

    .puja-subtext {
      font-style: italic;
      color: #555;
      font-size: 14px;
    }

    /* date section */

    .date-section {
    max-width: 100%;
    background-color: #f8f9fa;
    padding: 60px 30px;
    border-radius: 12px;
    box-shadow: 0 0 12px rgba(0, 0, 0, 0.05);
  }

  .section-heading {
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 40px;
    color: #343a40;
    position: relative;
  }

  .auspicious-table th {
    font-weight: 600;
    background-color: #e9ecef;
    color: #212529;
  }

  .auspicious-table td {
    padding: 12px 16px;
    font-size: 16px;
    color: #495057;
  }

  .special-heading {
    font-size: 22px;
    font-weight: 600;
    margin-top: 40px;
    margin-bottom: 15px;
    color: #343a40;
  }

  .special-icon {
    margin-right: 8px;
    font-size: 20px;
    color: #d63384;
  }

  .special-note {
    font-size: 16px;
    color: #6c757d;
    margin-bottom: 15px;
  }

  .special-list {
    padding-left: 20px;
    margin-bottom: 30px;
    color: #000;
  }

  .special-list li {
    margin-bottom: 10px;
    line-height: 1.7;
    color: #212529;
  }

  .special-list li strong {
    color: #0d6efd;
  }

  @media (max-width: 768px) {
    .section-heading {
      font-size: 22px;
    }
  }
  .kaal-sarp-date-section {
  max-width: 1140px;     /* Limit width */
  margin: 0 auto;         /* Center the section */
  padding: 40px 15px;     /* Padding inside */
  background-color: #fff; /* Optional: white background */
}

/* Green line after the date section */
.kaal-sarp-date-section::after {
  content: "";
  display: block;
  width: 120px;
  height: 4px;
  background-color: #4CAF50; /* Green line */
  margin: 30px auto 0 auto;
  border-radius: 2px;
}


    /* call now section */
     .booking-section {
  background-color: #000;
  color: white;
  padding: 40px 0;
  max-height: 1000px; /* or any value you prefer */
  overflow: hidden;  /* Optional: hides overflow if content exceeds max-height */
}

    .booking-section h4 {
      font-weight: 700;
    }
    .booking-section p {
      line-height: 1.9;
      font-weight: 400;
      font-size: 14px;
    }
    .booking-section .btn-orange {
      background-color: #ff4500;
      border: none;
      color: white;
      font-size: 13px;
      padding: 10px 25px;
      border-radius: 3px;
    }
    .booking-section img {
      max-width: 100%;
      height: auto;
    }

    /* vedio section */
    .video-section {
  padding-top: 80px;
  padding-bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.square-box {
  background: #000; /* Optional background */
  width: 800px;      /* Fixed or minimum width */
  height: 300px;     /* Same height to make it square */
  min-width: 250px;  /* Optional min-width */
  border-radius: 10px;
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

.hs_about_video_icon_wrapper {
  text-align: center;
  color: white;
  z-index: 2;
}

.hs_about_video_icon_wrapper i {
  font-size: 40px;
  color: white;
  background: red;
  padding: 20px;
  border-radius: 50%;
  margin-bottom: 10px;
}

.hs_about_video_icon_wrapper h2 {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.3;
  color: white;
}

.hs_about_video_icon_wrapper h2 span {
  display: block;
  font-weight: normal;
}

/* types of kal sarp dosh  */
 .accordion-button::after {
      display: none;
    }

    .accordion-button::before {
      content: '\f0da'; /* Font Awesome chevron-right */
      font-family: 'Font Awesome 6 Free';
      font-weight: 900;
      margin-right: 10px;
    }

    .accordion-button:not(.collapsed)::before {
      content: '\f0d7'; /* Font Awesome chevron-down */
    }

    .accordion-item {
      border: none;
      border-bottom: 1px solid #ddd;
    }

    .accordion-button {
      background-color: #fff;
      font-weight: 600;
      color: #000;
      box-shadow: none;
    }

    .accordion-button:focus {
      box-shadow: none;
    }

    .accordion {
      max-width: 800px;
      margin: 0 auto;
    }

    h3.title {
      text-align: center;
      font-size: 20px;
      font-weight: bold;
      margin-bottom: 20px;
    }

    /* types of kal sarp dosh accordience */
    
    .accordion-container {
      max-width: 1450px;
      margin: 0 auto;
      padding: 40px 20px;
    }
    .accordion-button {
      font-weight: 600;
    }

    
    
    .dosha-grid {
      max-width: 1450px;
      margin: auto;
      padding: 40px 15px;
    }

    .dosha-card {
      text-align: center;
      margin-bottom: 30px;
    }

    .dosha-card img {
      width: 100%;
      max-width: 250px;
      height: auto;
      display: block;
      margin: auto;
      border: 1px solid #ddd;
      padding: 5px;
      background: #fff;
    }

    .dosha-card p {
      margin-top: 10px;
      font-size: 15px;
      font-weight: 500;
    }

    /* call for pandit ji */
    .booking-section {
      background: url('https://i.pinimg.com/736x/2e/d0/64/2ed0645b1e4c3a5c6ca6f1a38b83cdbb.jpg') no-repeat center center/cover;
      padding: 60px 20px;
      position: relative;
    }

    .booking-content {
      background-color: hsl(0, 13%, 89%);
      color: #000;
      border-radius: 10px;
      padding: 30px;
      max-width: 1200px;
      margin: auto;
      box-shadow: 0 0 20px rgba(0,0,0,0.1);
    }

    .booking-title {
      color: #ff5500;
      font-weight: 700;
      font-size: 22px;
    }

    .booking-features i {
      color: #ff5500;
      margin-right: 5px;
    }

    .booking-features span {
      margin-right: 20px;
      font-size: 15px;
    }

    .call-button {
      background-color: #ff5500;
      color: #fff;
      border: none;
      padding: 12px;
      font-weight: bold;
      width: 100%;
      margin-top: 20px;
      border-radius: 5px;
      transition: 0.3s ease;
    }

    .call-button:hover {
      background-color: #cc4400;
    }