* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
body {
  font-family: "Nunito", sans-serif;
  background-color: #fffdf5;
}
.text-lg-justify{
  text-align: justify;
}
.f-15 {
  font-size: 15px;
}

.f-30 {
  font-size: 30px;
}
.text-red {
  color: #790505;
  font-weight: 700 !important;
}
.link-text {
  text-decoration: none;
  color: #f56533;
  font-weight: 600;
}
@media (min-width: 992px) {
  .dropdown-menu {
    display: block;
    opacity: 0;
    visibility: hidden;
    transform: translateY(12px) scale(0.98);
    transition: opacity 0.3s ease, transform 0.3s ease, visibility 0.3s ease;
    pointer-events: none;
  }
  .dropdown-menu li {
    font-size: 13px;
  }

  .dropdown-item:focus,
  .dropdown-item:hover {
    color: #8f2f13;
    background-color: #fff6d6;
  }

  .dropdown:hover > .dropdown-menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0) scale(1);
    pointer-events: auto;
  }

  /* optional: rotate arrow */
  .dropdown-icon {
    transition: transform 0.3s ease;
  }

  .dropdown:hover .dropdown-icon {
    transform: rotate(180deg);
  }
}

.dropdown-toggle::after {
  display: none;
}
p {
  font-size: 16px;
  line-height: 1.85;
  color: #444;
}
.dashed_border {
  border-right: 2px dashed #fec635;
  height: 100%;
}
. text-lg-justify  {
  text-align: justify;
}

.main-title {
  color: #790505;
  font-size: 30px;
  font-weight: 700;
  line-height: 40px;
  font-family: "Nunito", sans-serif;
}

.highlight-para {
  font-size: 18px;
  font-weight: 600;
}
.top-bar {
  background: url("../images/topbar-bg.jpg") no-repeat center center;
  background-size: cover;
  padding: 44px 0;
}

/* header.sticky {
  position: sticky;
  top: 0;
  z-index: 9999;
  width: 100%;
  background: #fff;
  transition: all 0.3s ease;
}
 
header.sticky {
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
} */

.image_effect {
  border-radius: 10px;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 10px 36px 0px,
    rgba(0, 0, 0, 0.06) 0px 0px 0px 1px;
}
.secondary-btn {
  background-color: #f56533;
  color: #fff;
  padding: 10px 35px;
  border: 2px solid #f56533;
  border-radius: 25px;
  font-weight: 600;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
  transition: background-color 0.3s ease, color 0.3s ease;
  text-decoration: none;
}

.secondary-btn:hover {
  background-color: #fff;
  color: #f56533;
  text-decoration: none;
}

.main-btn {
  background-color: #790505;
  color: #fff;
  padding: 10px 35px;
  border: none;
  border-radius: 25px;
  text-transform: uppercase;
  font-weight: 600;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
  transition: background-color 0.3s ease;
  text-decoration: none;
}
.main-btn:hover {
  background-color: #a50b0b;
  color: #fff;
  text-decoration: none;
}
.bg-red {
  background-color: #790505;
}
.navbar-toggler {
  border-color: transparent;
}
.navbar-toggler:focus {
  box-shadow: none;
}

.navbar-toggler-icon {
  background-image: url("../images/menu.png");
  width: 3.2vh;
}

.navbar-nav {
  gap: 13px;
}
.navbar-nav .nav-item .nav-link {
  color: #fff;
  font-size: 11px;
  font-weight: 300;
  text-transform: uppercase;
  display: flex;
  /* flex-direction: column; */
  align-items: center;
  /* line-height: 27px; */
  /* display: flex; */
  padding: 12px 10px;
}
.navbar-nav .nav-item .nav-link span {
  font-size: 12px;
}

/* .hero-section{
    background-color: #ffcba3;
  }
  .hero-section img{
    height: 80vh;
  } */
.hero-section {
  display: flex;
  align-items: center;
  background: #ffcaa4;
  height: 80vh;
  margin-top: -30px;
}

.sec-padding {
  padding-top: 60px;
  padding-bottom: 60px;
}
.comingsoon h1 {
  color: #790505;
  font-size: 35px;
  text-align: center;
}

footer {
  background-color: #790505;
  /* position: fixed;
    bottom: 0;
    left: 0;
    width: 100%; */

  color: #fff;
  padding: 10px 30px;
  z-index: 999;
}
footer p {
  text-align: right;
}
footer p a {
  text-align: right;
  font-size: 12px;
  text-decoration: none;
  color: #fff;
}
.comingsoon {
  background-color: #790505;
  padding: 20px;
}

.cs-box h1 {
  font-size: 30px;
  color: #790505;
  font-weight: 700;
}

.cs-box ul {
  list-style-type: none;
  padding: 0;
  display: flex;
  flex-direction: column;
  align-items: start;
  gap: 10px;
}

.cs-box ul li {
  margin-bottom: 10px;
}
.cs-box ul li a {
  text-decoration: none;
  color: #333;
  font-size: 18px;
  display: flex;
  align-items: start;
  gap: 10px;
}
.cs-box ul li a:hover {
  color: #790505;
}
.cs-box ul li a p {
  margin: 0;
  text-align: left;
  font-size: 16px;
  font-weight: 600;
}
.cs-box ul li a p:nth-child(2) {
  display: flex;
  flex: 1;
  flex-direction: column;
}
.cs-box ul li a .cs-icon {
  font-size: 24px;
  color: #790505;
  width: 30px;
}
.cs-box ul li a .label {
  font-weight: 500;
  font-size: 14px;
  color: #790505;
}

.cs-maintenance {
  text-align: center;
  margin-top: 10px;
  font-size: 26px;
  color: #790505;
  font-weight: 700;
}

.cs-box ul li span {
  text-decoration: none;
  color: #333;
  font-size: 18px;
  display: flex;
  align-items: start;
  gap: 10px;
}
.cs-box ul li span:hover {
  color: #790505;
}
.cs-box ul li span p {
  margin: 0;
  text-align: left;
  font-size: 16px;
  font-weight: 600;
}
.cs-box ul li span p:nth-child(2) {
  display: flex;
  flex: 1;
  flex-direction: column;
}
.cs-box ul li span .cs-icon {
  font-size: 24px;
  color: #790505;
  width: 30px;
}
.cs-box ul li span .label {
  font-weight: 500;
  font-size: 14px;
  color: #790505;
}
.pad-left {
  padding-left: 1rem !important;
}
#shlok {
  padding-top: 90px !important;
}
.enquiryform {
  background: linear-gradient(#ffe3c6, #f2f2f29c);
  border: 1px solid #f0f0f0;
  height: 100%;

  border-radius: 20px;
}
.enquiryform1 {
  border-radius: 20px;
  background-color: #f2f2f29c;
}
.form-label {
  margin-bottom: 1px !important;
  font-size: 13px !important;
  margin-left: 8px;
}
.form-control:focus {
  border-color: #86b7fe00 !important;
  box-shadow: none !important;
}

.schedule_table {
  border: none;
  background-color: #fff;
  border-radius: 20px;
}

.schedule_table tr {
  border: none;
}
.schedule_table thead {
  border-top-left-radius: 10px;
}
.schedule_table thead tr:nth-child(1) {
  border-top-left-radius: 10px;
}

.schedule_table thead th:first-child {
  border-top-left-radius: 10px;
}

.schedule_table thead th:last-child {
  border-top-right-radius: 10px;
}
.schedule_table td {
  border: none;
}

.schedule_table tr {
  border: none;
  border-bottom: 1px solid #cccccc5c;
}

.schedule_table tbody tr:last-child {
  border: none;
  border-bottom: none;
}
.table-red th {
  background-color: #dcbb99;
  color: #000;
  border-color: none;
  border: none !important;
  text-align: center;
  vertical-align: middle;
}

.grident-bg {
  background: linear-gradient(#fcecdb, #f2f2f25e);
  background-color: #fff !important;
}
.table-bordered > :not(caption) > * > * {
  font-size: 13px;
}
/* .schedule-sec .cs-box ul {
  flex-wrap: wrap;
  gap: 15px;
} */

/* visibility */
.desktop-only {
  display: block !important;
}
.mobile-only {
  display: none !important;
}

/* BOX STYLE */
.schedule-box-wrapper {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.schedule-box {
  background: #fff;
  border-radius: 10px;
  padding: 15px;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.06);
  margin-bottom: 10px;
}

.box-top {
  display: flex;
  justify-content: space-between;
  margin-bottom: 8px;
}

.date {
  font-size: 13px;
  font-weight: 600;
  color: #5d0000;
}

.time {
  font-size: 12px;
  background: #5d0000;
  color: #fff;
  padding: 4px 8px;
  border-radius: 6px;
}

.schedule-box h6 {
  margin: 6px 0;
  font-weight: 600;
}

.mode {
  display: inline-block;
  margin-top: 6px;
  font-size: 12px;
  color: #0f5132;
}

/* .nav-item.dropdown:hover .dropdown-menu {
  display: block;
  margin-top: 0;
} */

.year-section h3 {
  font-size: 18px;
  color: #888;
  margin-bottom: 15px;
  border-bottom: 1px solid #ddd;
  padding-bottom: 6px;
}

.wrapper {
  display: flex;
  gap: 30px;
  max-width: 1200px;
  margin: auto;
}

.tabs {
  width: 260px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.tab {
  padding: 5px 24px;
  background: #e7c4a0;
  border: none;
  border-radius: 22px;
  text-align: center;
  font-size: 16px;
  cursor: pointer;
  color: #222;
}

.tab.active {
  background: #a61c12;
  position: relative;
  color: #fff;
}

.tab.active::after {
  content: "";
  position: absolute;
  right: -9px;
  top: 50%;
  transform: translateY(-50%);
  border-left: 14px solid #a61c12;
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
}

.content {
  flex: 1;
  background: #fff;
  padding: 25px;
  border-radius: 12px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
}

.tab-content {
  display: none;
}

.tab-content.active {
  display: block;
}

.journal-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 14px;
}

.journal-table thead th {
  text-align: left;
  font-weight: 700;
  padding: 12px 20px;
  color: #222;
}

.journal-table tbody td {
  padding: 8px 16px;
  border-bottom: 1px solid #eee;
}
/* THEAD BACKGROUND */
.journal-table thead tr {
  background: #dcbb99; /* your color */
}

/* BORDER RADIUS */
.journal-table thead th:first-child {
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
}

.journal-table thead th:last-child {
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
}

.card-title {
  font-size: 15px;
  color: #555;
  text-align: center;
}

/* ===== BUTTON ===== */
.btn-neon {
  background: #790505;
  color: #fff;
  padding: 10px 25px;
  border-radius: 30px;
  border: none;
  cursor: pointer;
}

/* ===== TOP TABS ===== */
.top-tabs {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin: 30px 0;
}

.top-tab {
  padding: 10px 30px;
  border-radius: 25px;
  border: 1px solid #840404;
  background: #fff;
  color: #840404;
  cursor: pointer;
  font-weight: 600;
}
.schedule-sec .top-tabs {
  justify-content: flex-start;
  gap: 15px;
  margin: 20px 0 20px 0;
}
.schedule-sec .tab-list {
  border-bottom: 2px solid #fff;
}
.schedule-sec .tab-list .active {
  border-bottom: 2px solid #790505 !important;
  color: #790505 !important;
}

.schedule-sec .tab-list .top-tab {
  border-bottom: 2px solid transparent;
  border-radius: 0;
  border: 0px;
  color: #333;
  background-color: transparent;
}

/* ===== TOP TAB CONTENT ===== */
.top-tab-content {
  display: none;
}

.top-tab-content.active {
  display: block;
}

/* ===== WRAPPER ===== */
.wrapper {
  display: flex;
  gap: 30px;
  margin-top: 20px;
}

/* ===== MONTH TABS ===== */
.tabs {
  width: 200px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

/* ===== CONTENT ===== */
.content {
  flex: 1;
}

.tab-content {
  display: none;
}

.tab-content.active {
  display: block;
}

/* ===== TABLE (MAIN EVENTS) ===== */
/* .journal-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 14px;
} */

/* .journal-table th,
.journal-table td {
  padding: 12px;
  border-bottom: 1px solid #ddd;
  text-align: left;
} */

/* ===== PROGRAM SCHEDULE TABLE ===== */

.schedule_table td,
.schedule_table th {
  padding: 8px 35px;
  text-align: left;
}

.seva-points {
  margin-top: 40px;
}

.seva-card {
  background: #fffbed;
  border-radius: 16px;
  padding: 30px 25px;
  height: 100%;
  transition: all 0.3s ease;
  box-shadow: 0px 1px 5px 4px rgb(232 229 224 / 42%);
}

.seva-card:hover {
  transform: translateY(-8px);
  box-shadow: 0px 1px 5px 4px rgb(232 229 224 / 42%);
}

.seva-number {
  display: inline-block;
  width: 46px;
  height: 46px;
  line-height: 46px;
  border-radius: 50%;
  background: #790505;
  color: #fff;
  font-weight: 700;
  margin-bottom: 14px;
}

.seva-card h5 {
  font-weight: 600;
  /* color: #000; */
  margin-bottom: 4px;
}

.hindi-text {
  color: #790505;
  font-weight: 600;
  margin-bottom: 10px;
}

.seva-desc {
  font-size: 15px;
  color: #555;
  line-height: 1.6;
}

.shlok-card {
  background: #fff;
  border-left: 5px solid #790505;
  border-radius: 16px;
  padding: 25px;
  font-size: 16px;
  line-height: 1.9;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
}

.section-title {
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 14px;
  color: #000;
}

. text-lg-justify  {
  font-size: 16px;
  line-height: 1.85;
  color: #444;
}

.seva-journey {
  background: #fdfafa;
}

.seva-block {
  position: relative;
  background: #ffffff;
  border-radius: 20px;
  padding: 35px 40px 35px 90px;
  margin-bottom: 30px;
  box-shadow: 0 15px 45px rgba(0, 0, 0, 0.08);
  transition: all 0.35s ease;
}

.seva-block:hover {
  transform: translateY(-5px);
  box-shadow: 0 20px 55px rgba(201, 74, 68, 0.2);
}

.seva-step {
  position: absolute;
  left: 30px;
  top: 35px;
  width: 42px;
  height: 42px;
  line-height: 42px;
  text-align: center;
  background: #c94a44;
  color: #fff;
  border-radius: 50%;
  font-weight: 700;
}

.seva-block h3 {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 12px;
  color: #000;
}

.seva-block p {
  font-size: 16px;
  line-height: 1.85;
  color: #444;
}

.w-80 {
  width: 80% !important;
  margin: auto;
}
.pb-30 {
  padding-bottom: 30px;
}
.gallery-sec {
  background: #f9f9f9;
}

.dropdown-item.active,
.dropdown-item:active {
  color: #790505;
  background-color: #f5d99f;
}

.thank-you-icon i {
  font-size: 40px;
  color: #790505; /* same red theme */
}
.page-title {
  font-size: 42px;
  font-weight: 700;
  margin-bottom: 10px;
}

.page-subtitle {
  color: #777;
  font-size: 16px;
}

.video-card {
  background: #fff;
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 10px 35px rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease;
  height: 100%;
}

.video-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 15px 45px rgba(0, 0, 0, 0.15);
}

.video-frame {
  position: relative;
  padding-top: 56.25%; /* 16:9 */
}

.video-frame iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}

.video-content {
  padding: 11px;
  text-align: center;
}

.video-content h4 {
  font-size: 17px;
  font-weight: 700;
  margin-bottom: 6px;
  color: #812307;
}

.video-content p {
  font-size: 14px;
  color: #484848;
  margin-bottom: 5px;
}

.gallery-sec .card {
  background: #ffffff;
  color: #333333;
  border-radius: 20px;
}
.gallery-sec .card-image {
  background: #ffffff;
  display: block;
  padding-top: 70%;
  position: relative;
  border-radius: 20px;
  width: 100%;
}
.gallery-sec .card-image img {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 20px;
}

#eventSec .yellow-bg {
  min-height: 407px;
}

#eventModal .btn-close {
  background: #790505;
  opacity: 1;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  color: #fff;
  font-size: 20px;
  line-height: 32px;
  text-align: center;
  position: absolute;
  top: -10px;
  right: -10px;
  background-image: url(../images/btn-x.svg);
  background-size: 12px;
  background-repeat: no-repeat;
  background-position: center;
}

#eventModal img {
  position: absolute;
  width: 7%;
  opacity: 0.5;
}
#eventModal img:last-child {
  position: absolute;
  width: 7%;
  bottom: 10px;
  right: 10px;
  opacity: 0.5;
}

.no-record-found {
  font-size: 41px;
  padding: 80px 0px;
  color: #a61c12;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 56vh;
}
