
.darshan-section {
  padding: 40px 0px 20px 0px;
}

.darshan-hero-row {
  align-items: stretch !important;
}

.darshan-hero-col {
  display: flex;
}

.darshan-hero-image,
.darshan-hero-info {
  width: 100%;
  min-height: 440px;
}

.darshan-hero-image {
  display: flex;
  position: relative;
  overflow: hidden;
  isolation: isolate;
  background: linear-gradient(180deg, #fffdf8 0%, #fff8ec 100%);
  border: 1px solid #e4c27b;
  box-shadow: 0 18px 30px rgba(151, 98, 22, 0.08);
}

.darshan-hero-image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: relative;
  z-index: 1;
}

.darshan-hero-info {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  border: 1px solid #e4c27b;
  background: linear-gradient(180deg, #fffdf8 0%, #fff8ec 100%);
  box-shadow: 0 18px 30px rgba(151, 98, 22, 0.08);
  padding: 36px 32px !important;
}

.darshan-hero-info h2,
.darshan-hero-info p {
  text-align: center;
}

.darshan-hero-info p {
  max-width: 620px;
  margin-left: auto;
  margin-right: auto;
}

.darshan-timings-divider {
  width: 100%;             
  height: 1px;              
  background-color: #d4b16f; 
  border: none;            
  margin: 15px auto;     
  border-radius: 2px; 
  opacity: 1 !important;
}

.darshan-timing-cards {
  padding: 20px 0px 20px 0px;
}

.darshan-timing-cards a {
  text-decoration: none;
}

.darshan-timing-card {
  position: relative;
  display: inline-block;
  padding: 60px;
  background: none;
  margin: 0 auto;
  width: 90%;
}

.darshan-timing-card img {
  width: 100%;
  height: auto;
  z-index: 2;
  position: relative;
}

.darshan-timing-cards h5 {
  font-family: 'helvetica';
  font-size: 20px;
  color: #9f1605;
  margin-top: 20px;
}

.darshan-timing-cards i {
  font-size: 14px;
  color: #9f1605;
  margin-left: 2px; 
  transition: all 0.3s ease;
}

.darshan-timing-cards a:hover h5 {
  color: #9f1605;
}
.darshan-timing-cards a:hover i {
  color: #9f1605 !important;
  transform: translateX(5px);
}

@media (min-width: 1919px) {
 .about-info-inner {
    /*padding: 50px 360px 0 0 !important;*/
    text-align: center;
}
}

@media (min-width: 1500px) and (max-width: 1599px) {
  .about-info-inner {
    padding: 30px 140px 0 0 !important;
  }
}

@media (min-width: 1401px) and (max-width: 1499px) {
    .about-info-inner {
        padding: 10px 80px 0 0 !important;
    }
}

@media (min-width: 1321px) and (max-width: 1400px) {
    .about-info-inner {
        padding: 10px 30px 0 0 !important;
    }
}

@media (min-width: 1200px) and (max-width: 1320px) {
    .about-info-inner {
        padding: 10px 15px 0 0 !important;
    }
}

@media (min-width: 1100px) and (max-width: 1199px) {
    .about-info-inner {
        padding: 0px 10px 0 0 !important;
    }
}

@media (min-width: 992px) and (max-width: 1099px) {
    .about-info-inner {
        padding: 0px 10px 0 0 !important;
    }
}

@media (max-width: 767px) {
    .about-info-inner {
        padding: 30px 30px 0 !important;
        margin-left: 0;
    }
}

@media (max-width: 575px) {
    .about-info-inner {
        padding: 20px 20px 0 !important;
        margin-left: 0;
    }
}

@media (max-width: 480px) {
    .about-info-inner {
        padding: 15px 15px 0 !important;
        margin-left: 0;
    }
}

.light-inner {
  background: linear-gradient(180deg, #9c6d11 0%, #8f620e 100%) !important;
  border-radius: 28px !important;
  padding: 42px 30px 38px !important;
  margin-top: 60px;
  min-height: 100%;
  box-shadow: 0 18px 35px rgba(111, 74, 8, 0.18);
}

.light-inner h2 {
  color: #fff8ea !important;
  text-align: center;
  font-family: "arrusbtroman", Georgia, serif;
  font-size: clamp(32px, 3vw, 52px);
  line-height: 1.08;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  margin-bottom: 28px;
}

.light-inner p {
  padding: 0 !important;
  color: #fff7e6 !important;
  font-size: clamp(18px, 1.55vw, 22px) !important;
  line-height: 1.65;
  font-style: normal !important;
  font-family: "helvetica", Arial, sans-serif !important;
  text-align: left;
  margin-bottom: 0;
}

.light-inner p + p {
  margin-top: 26px;
  text-align: right;
}

.light-inner span {
  position: static !important;
  display: inline-block;
  color: #fff4d4;
  font-family: "arrusbtroman", Georgia, serif;
  font-size: 20px;
}

.light-inner .Q1,
.light-inner .Q2 {
  display: none !important;
}

@media (max-width: 991px) {
  .light-inner {
    margin-top: 24px;
  }
}

@media (max-width: 767px) {
  .darshan-hero-col {
    display: block;
  }

  .darshan-hero-image,
  .darshan-hero-info {
    min-height: auto;
  }

  .darshan-hero-image img {
    height: auto;
  }

  .darshan-hero-info {
    padding: 28px 20px !important;
  }

  .light-inner {
    padding: 30px 22px 28px !important;
    border-radius: 22px !important;
  }

  .light-inner h2 {
    margin-bottom: 20px;
  }

  .light-inner p {
    font-size: 17px !important;
    line-height: 1.7;
  }

  .light-inner p + p {
    margin-top: 18px;
    text-align: left;
  }
}

.involved-inner {
  background-image: none !important;
  background: linear-gradient(180deg, #9c6d11 0%, #8f620e 100%) !important;
  border-radius: 28px !important;
  overflow: hidden;
  top: 60px;
  box-shadow: 0 18px 35px rgba(111, 74, 8, 0.18);
}

.involved-inner .row {
  background: transparent !important;
  border-radius: 0 !important;
}

.involved-inner ul {
  padding: 0 14px !important;
}

.involved-inner a {
  display: block;
  text-decoration: none;
}

.involved-inner li {
  display: flex;
  align-items: center;
  min-height: 112px;
  padding: 22px 126px 22px 28px !important;
  border-top: 1px dashed rgba(255, 238, 195, 0.55) !important;
  position: relative;
}

.involved-inner .dash-inner {
  border-top: 0 !important;
}

.involved-inner li img {
  width: 52px;
  min-width: 52px;
  height: 52px;
  object-fit: contain;
}

.involved-inner li span {
  position: static !important;
  display: block;
  margin-left: 22px;
  padding: 0 !important;
  color: #fff8ea !important;
  font-family: "arrusbtroman", Georgia, serif !important;
  font-size: clamp(18px, 1.6vw, 24px) !important;
  line-height: 1.2;
  text-transform: uppercase;
  letter-spacing: 0.02em;
}

.involved-inner .plus {
  position: absolute !important;
  right: 22px;
  left: auto !important;
  bottom: auto !important;
  top: 50%;
  transform: translateY(-50%);
  width: 64px;
  height: 64px;
  padding: 0 !important;
  border: 1.5px solid rgba(255, 244, 212, 0.85) !important;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: transparent;
}

.involved-inner .plus a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  color: #fff8ea;
}

.involved-inner .plus i {
  font-size: 24px;
  color: #fff8ea;
}

.involved-inner a:hover + .plus,
.involved-inner .plus:hover {
  border-color: #ffffff !important;
}

.involved-inner a:hover + .plus i,
.involved-inner .plus:hover i {
  transform: translateX(2px);
  transition: transform 0.2s ease;
}

@media (max-width: 991px) {
  .involved-inner {
    top: 24px;
  }
}

@media (max-width: 767px) {
  .involved-inner {
    border-radius: 22px !important;
  }

  .involved-inner ul {
    padding: 0 10px !important;
  }

  .involved-inner li {
    min-height: 96px;
    padding: 18px 92px 18px 18px !important;
  }

  .involved-inner li img {
    width: 42px;
    min-width: 42px;
    height: 42px;
  }

  .involved-inner li span {
    margin-left: 16px;
    font-size: 16px !important;
  }

  .involved-inner .plus {
    right: 14px;
    width: 52px;
    height: 52px;
  }

  .involved-inner .plus i {
    font-size: 20px;
  }
}
