html {
  overflow-x: hidden;
}
body {
  overflow-x: hidden;
}
body:has(.offcanvas.show),
body:has(.offcanvas) {
  padding-right: 0 !important;
}

:lang(en) body p,
:lang(en) body span,
:lang(en) body small,
:lang(en) body strong,
:lang(en) body b {
  /* font-family: "Space Grotesk", sans-serif !important; */
  font-family: "Barlow", sans-serif;
}
:lang(en) h1,
:lang(en) h1 a,
:lang(en) h2,
:lang(en) h2 a,
:lang(en) h3,
:lang(en) h3 a,
:lang(en) h4,
:lang(en) h4 a,
:lang(en) h5,
:lang(en) h5 a,
:lang(en) h6,
:lang(en) h6 a {
  font-family: "Playfair Display", serif;
}

:lang(ml) {
  font-family: "Noto Sans Malayalam", sans-serif;
}
:lang(ml) h1,
:lang(ml) h2,
:lang(ml) h3,
:lang(ml) h4,
:lang(ml) h5,
:lang(ml) h6 {
  font-family: "Noto Sans Malayalam", sans-serif;
}

:lang(ta) {
  font-family: "Noto Sans Tamil", sans-serif;
}
:lang(ta) h1,
:lang(ta) h2,
:lang(ta) h3,
:lang(ta) h4,
:lang(ta) h5,
:lang(ta) h6 {
  font-family: "Noto Sans Tamil", sans-serif;
}

:lang(hi) {
  font-family: "Hind", sans-serif;
}
:lang(hi) h1,
:lang(hi) h2,
:lang(hi) h3,
:lang(hi) h4,
:lang(hi) h5,
:lang(hi) h6 {
  font-family: "Hind", sans-serif;
}

p,
a,
span,
small,
strong,
b {
  font-family: "Barlow", sans-serif;
}

.playfair-display {
  font-family: "Playfair Display", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

.space-grotesk {
  font-family: "Space Grotesk", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

.bg-yellow {
  background-color: #f6e800;
}

ul li {
  list-style: none;
}

#header {
  top: 0;
  width: 100%;
  z-index: 1040;
  position: fixed;
  padding-block-start: 50px;
  padding-block-end: 20px;
  transition: all 0.35s ease;
  /* lang dropdown */
  /* lang dropdown */
}
#header .contact-number {
  font-weight: 600;
  color: #101828;
}
#header .container-fluid {
  padding-inline: 4rem;
}
@media (max-width: 991.98px) {
  #header .container-fluid {
    padding-inline: 10px;
  }
}
#header .language-dropdown {
  position: relative;
  display: inline-block;
  font-family: sans-serif;
}
#header .language-dropdown .dropdown-toggle::after {
  background-image: url("./assets/images/icons/arrow-down-round.svg");
  background-repeat: no-repeat;
  width: 20px;
  height: 20px;
  border: none;
  margin: 0;
  background-position: center center;
}
#header .language-dropdown .dropdown-toggle .filter-option-inner-inner {
  font-size: 14px;
}
#header .language-dropdown .lang-btn {
  background: white;
  border: 1px solid #a7a7a7;
  padding: 8px 16px;
  border-radius: 30px;
  cursor: pointer;
  display: flex;
  align-items: center;
  font-weight: 600;
  color: #343434;
  min-width: 130px;
  justify-content: space-between;
}
#header .language-dropdown .lang-btn i:last-child {
  margin-left: auto;
}
#header .language-dropdown .lang-menu {
  position: absolute;
  top: 45px;
  left: 0;
  width: 160px;
  background: white;
  border: 1px solid #ddd;
  border-radius: 6px;
  box-shadow: 0 3px 12px rgba(0, 0, 0, 0.1);
  list-style: none;
  padding: 6px 0;
  z-index: 1040;
}
#header .language-dropdown .lang-menu li {
  padding: 10px 15px;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 8px;
}
#header .language-dropdown .lang-menu li:hover {
  background: #f0f0f0;
}
#header .modal-content {
  border-radius: 0;
  border: none;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.2);
}
#header .main-nav .nav-item {
  border-block-end-color: #363636;
  border-block-end-style: solid;
  border-block-end-width: 1px;
}
#header .btn-side-panel {
  display: flex;
  align-items: flex-end;
  flex-direction: column;
  gap: 7px;
  padding-inline: 0;
}
#header .btn-side-panel .line {
  height: 3px;
  transition: all 0.4s ease;
  background-color: #fff;
}
#header .btn-side-panel .line.line-01 {
  width: 40px;
}
#header .btn-side-panel .line.line-02 {
  width: 30px;
}
#header .btn-side-panel .line.line-03 {
  width: 20px;
}
#header .btn-side-panel:hover .line {
  height: 3px;
  transition: all 0.4s ease;
  background-color: #f6e800;
}
#header .btn-side-panel:hover .line.line-01 {
  width: 40px;
}
#header .btn-side-panel:hover .line.line-02 {
  width: 40px;
}
#header .btn-side-panel:hover .line.line-03 {
  width: 40px;
}
#header .logo-block .navbar-brand {
  width: -moz-fit-content;
  width: fit-content;
}
#header .logo-block {
  width: 80px;
}
#header .logo-block .navbar-brand {
  width: 100%;
}
#header .logo-block .navbar-brand img {
  height: 50px;
}
@media (max-width: 991.98px) {
  #header .logo-block .navbar-brand {
    /* width: -moz-fit-content;
    width: fit-content; */
    width: 100%;
  }
  #header .logo-block {
    width: 60px;
    height: 30px;
  }
}
#header .logo-block .text {
  font-size: 36px;
  font-weight: 500;
}
@media (max-width: 991.98px) {
  #header .logo-block .text {
    font-size: 16px;
  }
}
#header.theme-yellow {
  background-color: #363636;
  padding-block-start: 20px;
  position: static;
}
#header.theme-yellow .mid-block h3 {
  color: #fff;
}
#header .mid-block .icon-box {
  height: 85px;
  width: 85px;
  display: flex;
  align-items: center;
  justify-self: center;
  border-radius: 50%;
  background-color: #fff;
  transition: all 0.35s ease;
}
#header .mid-block .icon-box img {
  margin: 0 auto;
}
@media (max-width: 991.98px) {
  #header .mid-block .icon-box {
    height: 65px;
    width: 65px;
  }
  #header .mid-block .icon-box img {
    height: 100%;
    width: 100%;
  }
}
#header .mid-block h3 {
  font-size: 36px;
  color: #f6e800;
  margin-bottom: 0;
  transition: all 0.35s ease;
}
#header .mid-block p {
  font-size: 28px;
  font-weight: 300;
  color: #fff;
  margin: 0;
  text-align: center;
  transition: all 0.35s ease;
}
#header.scrolled {
  background-color: #2d2d2d;
  padding-block-start: 15px;
  padding-block-end: 15px;
  transition: all 0.35s ease;
}
#header.scrolled .mid-block .icon-box {
  height: 55px;
  width: 55px;
  transition: all 0.35s ease;
}
#header.scrolled .mid-block .icon-box img {
  width: 30px !important;
  transition: all 0.35s ease;
}
#header.scrolled .mid-block h3 {
  font-size: 32px;
  transition: all 0.35s ease;
}
#header.scrolled .mid-block p {
  font-size: 18px;
  transition: all 0.35s ease;
}
@media (max-width: 991.98px) {
  #header {
    padding-block-start: 15px;
    padding-block-end: 15px;
  }
}

.btn.btn-theme {
  background-color: #804b89;
  border-radius: 8px;
  border: none;
  color: #fff;
  padding: 8px 16px;
  font-family: "Barlow", sans-serif;
}
.btn.btn-theme:hover {
  color: #fff;
  background-color: #1f1646;
}
.btn.btn-theme.rounded-pill {
  padding: 10px 40px;
}

@media (max-width: 991.98px) {
  .section-spotlight .hero {
    height: 420px;
  }
}
.section-spotlight .hero figure {
  margin-bottom: 0;
}
.section-spotlight .hero figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.section-spotlight video {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.explore-btn {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  width: -moz-fit-content;
  width: fit-content;
  padding: 14px 28px;
  border-width: 1px;
  color: #2d2d2d;
  border-style: solid;
  border-color: rgba(255, 255, 255, 0.8);
  text-decoration: none;
  font-weight: 700;
  font-size: 16px;
  border-radius: 10px;
  transition: all 0.35s ease;
  -webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(3px);
  position: relative;
  overflow: hidden;
}
.explore-btn.btn-theme-white {
  color: #fff;
}
.explore-btn.btn-theme-white .icon i {
  background-color: #f6e800;
}
.explore-btn.btn-theme-yellow {
  color: #171717;
  border-color: #f6e800;
  background-color: #f6e800;
}
.explore-btn.btn-theme-yellow .icon i {
  background-color: #2d2d2d;
}
.explore-btn.btn-theme-yellow:hover {
  border-color: #2d2d2d;
  color: #2d2d2d;
}
.explore-btn.btn-theme-yellow:hover .icon {
  transform: translateX(0) rotate(-45deg);
}
.explore-btn.btn-theme-yellow:hover .icon i {
  background-color: #2d2d2d;
}
.explore-btn.fill-btn {
  background-color: #f6e800;
}
.explore-btn.fill-btn:hover span.text {
  color: #fff;
}
.explore-btn span {
  text-transform: capitalize;
  letter-spacing: 0.5px;
}
.explore-btn .icon {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.35s ease;
}
.explore-btn .icon i {
  background-color: #000;
  -webkit-mask: url("./assets/images/icons/arrow-right.svg") no-repeat center;
  mask: url("./assets/images/icons/arrow-right.svg") no-repeat center;
  mask-size: contain;
  height: 10px;
  width: 24px;
  -webkit-mask: url("./assets/images/icons/arrow-right.svg") no-repeat center;
  -webkit-mask-size: contain;
  transition: background-color 0.3s ease;
}
.explore-btn:hover {
  border-color: #fff;
  color: #fff;
}
.explore-btn:hover .icon {
  transform: translateX(0) rotate(-45deg);
}
.explore-btn:hover .icon i {
  background-color: #fff;
}
@media (max-width: 575.98px) {
  .explore-btn {
    padding: 10px 16px;
    font-weight: 400;
    font-size: 13px;
  }
}

.section-block {
  padding: 140px 0;
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .section-block {
    padding: 60px 0;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .section-block {
    padding: 80px 0;
  }
}
.section-block.section-block-top-0 {
  padding-top: 0;
}
@media (max-width: 575.98px) {
  .section-block {
    padding: 50px 0;
  }
}
.section-block-md {
  padding: 80px 0;
}
.space-btm {
  padding-block-end: 140px;
}
@media (max-width: 991.98px) {
  .space-btm {
    padding-block-end: 40px;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .space-btm {
    padding-block-end: 80px;
  }
}

.section-about {
  background-color: #1f1646;
}
.section-about .heading-title h2 {
  color: #fff;
}

.search-modal {
  /* Animation */
}
.search-modal .modal-content {
  background: rgba(0, 0, 0, 0.92);
  border: none;
}
.search-modal .modal-content .search-form {
  width: 100%;
  max-width: 700px;
}
.search-modal .modal-content .search-form .search-wrap {
  display: flex;
  border: 2px solid #444;
  border-radius: 50px;
  overflow: hidden;
  animation: slideDown 0.5s ease;
}
.search-modal .modal-content .search-form .search-wrap input {
  flex: 1;
  height: 70px;
  border: none;
  padding: 0 30px;
  font-size: 24px;
  background: transparent;
  color: #fff;
}
.search-modal .modal-content .search-form .search-wrap input::-moz-placeholder {
  color: #bbb;
}
.search-modal .modal-content .search-form .search-wrap input::placeholder {
  color: #bbb;
}
.search-modal .modal-content .search-form .search-wrap input:focus {
  outline: none;
}
.search-modal .modal-content .search-form .search-wrap button {
  padding: 0 40px;
  border: none;
  background: #fff;
  font-size: 18px;
  font-weight: 500;
  cursor: pointer;
  color: #222;
}
.search-modal .btn-close {
  position: absolute;
  top: 30px;
  right: 30px;
  filter: invert(1);
  z-index: 10;
}
@keyframes slideDown {
  from {
    transform: translateY(-40px);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}
.search-modal.modal.fade .modal-dialog {
  transform: scale(0.95);
  transition: all 0.3s ease;
}

.modal.fade.show .modal-dialog {
  transform: scale(1);
}

.section-samadhi {
  border-bottom: 1px solid #d7d7d7;
}
.section-samadhi .grid-wrap-samadhi {
  display: flex;
  gap: 30px;
}
@media (max-width: 991.98px) {
  .section-samadhi .grid-wrap-samadhi {
    flex-direction: column;
  }
}
.section-samadhi .grid-wrap-samadhi .grid-block {
  flex: 1;
}
.section-samadhi .grid-wrap-samadhi .grid-block figure {
  margin-bottom: 40px;
  overflow: hidden;
  border-radius: 16px;
  max-height: 420px;
}
.section-samadhi .grid-wrap-samadhi .grid-block figure img {
  -o-object-fit: cover;
  object-fit: cover;
  height: 100%;
  width: 100%;
  transition: transform 0.4s ease;
}
.section-samadhi .grid-wrap-samadhi .grid-block figure:hover img {
  transform: scale(1.08);
  transition: transform 0.4s ease;
}
@media (max-width: 991.98px) {
  .section-samadhi .grid-wrap-samadhi .grid-block figure {
    margin-bottom: 15px;
  }
}
.section-samadhi .grid-wrap-samadhi .grid-block .block-text .sec-title h3 {
  margin-bottom: 20px;
}
.section-samadhi .grid-wrap-samadhi .grid-block .block-text .sec-title h3 a {
  color: #2d2d2d;
  text-decoration: none;
}
.section-samadhi
  .grid-wrap-samadhi
  .grid-block
  .block-text
  .sec-title
  h3
  a:hover {
  color: #958e1a;
}
.block-figure figure img {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.block-text {
  display: flex;
  justify-content: center;
  align-items: center;
}
.block-text.theme-yellow {
  background-color: #958e1a;
}
:lang(ml) .sec-title h2,
:lang(ml) .sec-title h2 a,
:lang(ta) .sec-title h2,
:lang(ta) .sec-title h2 a,
:lang(hi) .sec-title h2,
:lang(hi) .sec-title h2 a {
  font-size: 32px;
}
.sec-title h2,
.sec-title h2 a {
  color: #000;
  font-weight: 600;
  font-size: 44px;
  margin-bottom: 24px;
  text-decoration: none;
}
.sec-title h2 a:hover {
  color: #958e1a;
}
@media (max-width: 991.98px) {
  .sec-title h2,
  .sec-title h2 a {
    font-size: 28px;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .sec-title h2,
  .sec-title h2 a {
    font-size: 24px;
  }
}
.sec-title h3 {
  font-size: 28px;
  font-weight: 500;
}
@media (max-width: 991.98px) {
  .sec-title h3 {
    font-size: 24px;
  }
}
.sec-title p {
  font-size: 22px;
  font-weight: 400;
  margin-bottom: 30px;
}
:lang(ml) .sec-title p {
  font-size: 18px;
}
@media (max-width: 991.98px) {
  .sec-title p {
    font-size: 18px;
  }
  :lang(ml) .sec-title p {
    font-size: 16px;
  }
}
.sec-title .desc.seperator {
  margin-block-end: 24px;
}
@media (max-width: 991.98px) {
  .sec-title .desc.seperator {
    padding-inline-start: 0;
    margin-block-end: 15px;
  }
}
.sec-title .desc.seperator p {
  margin-block-end: 0;
}
.sec-title.no-margin h2 {
  margin-bottom: 0;
}

.title-with-carousel {
  margin-bottom: 50px;
}
@media (max-width: 991.98px) {
  .title-with-carousel {
    margin-bottom: 20px;
  }
}

.line-clamp-2 p {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  /* number of lines */
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.line-clamp-3 p {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  /* number of lines */
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.section-reform .grid-wrap {
  display: grid;
  -moz-column-gap: 4%;
  column-gap: 4%;
  grid-template-columns: 48% 48%;
}
@media (max-width: 991.98px) {
  .section-reform .grid-wrap {
    row-gap: 30px;
    grid-template-columns: 1fr;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .section-reform .grid-wrap {
    -moz-column-gap: 15px;
    column-gap: 15px;
    grid-template-columns: repeat(2, 1fr);
  }
}
.section-reform .grid-wrap .grid-block .card figure {
  height: 350px;
  border-radius: 16px;
  overflow: hidden;
  margin-block-end: 40px;
}
.section-reform .grid-wrap .grid-block .card figure img {
  -o-object-fit: cover;
  object-fit: cover;
  height: 100%;
}

.universal-message {
  background-color: #f6e800;
}

.container {
  max-width: 1200px;
  margin: auto;
}

/* Header section */
.message-header {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  gap: 40px;
  margin-bottom: 50px;
}

.guru-image {
  flex-shrink: 0;
}
@media (max-width: 991.98px) {
  .guru-image {
    text-align: center;
  }
}
.guru-image img {
  width: 240px;
  height: auto;
}

.message-content h2 {
  font-size: 40px;
  font-weight: 700;
  margin-bottom: 15px;
  color: #2b2b2b;
  text-align: center;
}
@media (max-width: 991.98px) {
  .message-content h2 {
    font-size: 28px;
  }
}
.message-content p {
  font-size: 22px;
  line-height: 1.7;
  color: #444;
  font-weight: 500;
  margin-bottom: 0;
  text-align: center;
  margin-block-end: 50px;
}
:lang(ml) .message-content p {
  font-size: 18px;
}
@media (max-width: 991.98px) {
  .message-content p {
    font-size: 18px;
  }
  :lang(ml) .message-content p {
    font-size: 16px;
  }
}

/* Quotes */
.quote-card {
  border-radius: 0;
  background: transparent;
  position: relative;
}
.quote-card .quote-icon {
  font-size: 36px;
  font-weight: bold;
  display: block;
  margin-bottom: 0;
  color: #2b2b2b;
}
.quote-card p {
  font-size: 24px;
  font-style: italic;
  font-weight: 500;
  line-height: 1.5;
  color: #2b2b2b;
  margin: 0;
  width: -moz-fit-content;
  width: fit-content;
  padding: 30px 50px;
  position: relative;
  text-align: center;
  margin: 0 auto;
}
@media (max-width: 991.98px) {
  .quote-card p {
    font-size: 20px;
  }
}
.quote-card p span.quote-icon {
  position: absolute;
  inset-block-start: 30%;
}
.quote-card p .icon-end {
  inset-inline-end: 10px;
}
.quote-card p .icon-start {
  inset-inline-start: 10px;
}

/* Responsive */
@media (max-width: 768px) {
  .message-header {
    flex-direction: column;
    align-items: center;
  }
}
.site-footer {
  background: rgba(246, 232, 0, 0.5490196078);
  padding-block-start: 100px;
  color: #222;
}
@media (max-width: 991.98px) {
  .site-footer {
    padding-block-start: 40px;
  }
}
.site-footer .copyright-container p a {
  color: #fff;
}
.site-footer .copyright-container p a:hover {
  color: #f6e800;
}

.footer-container {
  margin: auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
}

.footer-col .footer-links {
  list-style: none;
  padding: 0;
  margin: 0;
}
.footer-col .footer-links li {
  position: relative;
  padding-inline-start: 24px;
  margin-bottom: 12px;
}
.footer-col .footer-links li::before {
  content: url("./assets/images/icons/link-arrow.svg");
  position: absolute;
  inset-inline-start: 0;
  inset-block-start: 10px;
  font-size: 18px;
  line-height: 1;
  color: #222;
}
:lang(ml) .footer-col .footer-links li::before {
  inset-block-start: 7px;
}
.footer-col .footer-links li a {
  text-decoration: none;
  font-size: 20px;
  color: #222;
  font-weight: 500;
  transition: color 0.3s ease;
}
.footer-col .footer-links li a:hover {
  color: #ed6602;
  text-decoration: none;
}
.footer-col .footer-links li:last-child {
  margin-bottom: 0;
}

.footer-title {
  font-size: 32px;
  font-weight: 600;
  margin-bottom: 48px;
  display: inline-block;
  padding: 4px 6px;
}
@media (max-width: 991.98px) {
  .footer-title {
    margin-bottom: 24px;
    font-size: 24px;
  }
  .footer-title.hidden-sm {
    display: none;
  }
}

.contact-col .contact-item {
  display: flex;
  gap: 10px;
  margin-bottom: 16px;
  font-size: 14px;
  color: #555;
}
.contact-col .contact-item i {
  top: 7px;
  min-width: 30px;
  position: relative;
}
.contact-col .contact-item.address span {
  line-height: 1.5;
  color: #2d2d2d;
  font-size: 18px;
  font-weight: 500;
}
.contact-col .contact-item .text {
  color: #2d2d2d;
  font-size: 20px;
  font-weight: 500;
}
.contact-col .contact-item .envelope {
  background-color: #000;
  -webkit-mask: url("./assets/images/icons/email.svg") no-repeat center;
  mask: url("./assets/images/icons/email.svg") no-repeat center;
  mask-size: contain;
  height: 16px;
  width: 24px;
  -webkit-mask: url("./assets/images/icons/email.svg") no-repeat center;
  -webkit-mask-size: contain;
}
.contact-col .contact-item .phone {
  background-color: #000;
  -webkit-mask: url("./assets/images/icons/phone.svg") no-repeat center;
  mask: url("./assets/images/icons/phone.svg") no-repeat center;
  mask-size: contain;
  height: 20px;
  width: 20px;
  -webkit-mask: url("./assets/images/icons/phone.svg") no-repeat center;
  -webkit-mask-size: contain;
}
.contact-col .contact-item .location-pin {
  background-color: #000;
  -webkit-mask: url("./assets/images/icons/location-pin.svg") no-repeat center;
  mask: url("./assets/images/icons/location-pin.svg") no-repeat center;
  mask-size: contain;
  height: 24px;
  width: 20px;
  -webkit-mask: url("./assets/images/icons/location-pin.svg") no-repeat center;
  -webkit-mask-size: contain;
}
.contact-col .social-icons {
  margin-top: 20px;
  display: flex;
  gap: 12px;
}
.contact-col .social-icons a {
  width: 30px;
  height: 30px;
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  transition: 0.3s;
}

/* Responsive */
@media (max-width: 900px) {
  .footer-container {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 600px) {
  .footer-container {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  .footer-col.contact-col {
    margin-top: 24px;
  }
}
.copyright-footer {
  padding: 60px 0;
  margin-block-start: 100px;
  background-color: #2f2f2f;
}
@media (max-width: 991.98px) {
  .copyright-footer {
    padding: 30px 0;
  }
}

.copyright-container {
  margin: 0 auto;
  text-align: center;
}
.copyright-container p {
  margin: 0;
  font-size: 18px;
  color: #d8d8d8;
  letter-spacing: 0.2px;
  line-height: 1.5;
}
.copyright-container p span {
  color: rgb(241.5, 241.5, 241.5);
}

/* Responsive */
@media (max-width: 991.98px) {
  .copyright-container p {
    font-size: 13px;
  }
}
.disciples-section {
  background-color: #6a573f;
}

/* Header */
.section-header {
  text-align: center;
  max-width: 800px;
  margin: 0 auto 50px;
}
.section-header h2 {
  font-size: 40px;
  font-weight: 700;
  margin-bottom: 15px;
  color: #f2f2f2;
}
.section-header p {
  font-size: 22px;
  font-weight: 500;
  line-height: 1.7;
  color: #d9d9d9;
}
:lang(ml) .section-header p {
  font-size: 18px;
}
@media (max-width: 991.98px) {
  .section-header p {
    font-size: 18px;
  }
  :lang(ml) .section-header p {
    font-size: 16px;
  }
}

/* Grid */
.disciples-section .disciples-grid {
  border-bottom: 1px solid #8a7050;
}
.disciples-grid {
  row-gap: 40px;
  display: grid;
  column-gap: 20px;
  margin-bottom: 55px;
  padding-bottom: 45px;
  border-bottom: 1px solid #e3e3e3;
  grid-template-columns: repeat(4, 1fr);
}
.disciples-grid p {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  /* number of lines */
  -webkit-box-orient: vertical;
  overflow: hidden;
}

/* Card */
.disciple-card {
  text-align: left;
  color: #f2f2f2;
}
.disciple-card .image-wrap {
   height: 380px;
  margin-bottom: 20px;
  overflow: hidden;
}
@media (max-width: 575.98px) {
  .section-block-md {
    padding : 40px 0;
  }
}
@media (max-width: 480.98px) {
  .disciple-card .image-wrap {
    height: max-content;
    min-height: unset;
  }
}
@media (min-width: 481px) and (max-width: 575.98px) { 
  .disciples-grid {
        grid-template-columns: repeat(2, 1fr);
    }
   .disciple-card .image-wrap {
    height: max-content;
    min-height: unset;
  }
 }
@media (min-width: 576px) and (max-width: 767.98px) { 
   .disciple-card .image-wrap {
    height: max-content;
    min-height: unset;
  }
 }
@media (min-width: 768px) and (max-width: 991.98px) {
  .disciple-card .image-wrap {
    height: max-content;
    min-height: unset;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .disciple-card .image-wrap {
    height: max-content;
    min-height: unset;
  }
}
.disciple-card .image-wrap img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
  object-fit: cover;
  object-position: top center;
  transition: transform 0.5s ease;
}
.disciple-card .image-wrap:hover img {
  transform: scale(1.08);
  transition: transform 0.3s ease;
}
.disciple-card h4 {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 12px;
}
.disciple-card p {
  font-size: 18px;
  color: #d9d9d9;
  line-height: 1.6;
  margin-bottom: 8px;
}
.disciple-card h4 a {
  font-size: 22px;
  color: #fff;
  text-decoration: none;
  font-weight: 500;
  transition: 0.3s;
}
.disciple-card a {
  color: #f6e800;
  font-size: 16px;
  text-decoration: none;
}
.disciple-card a:hover {
  text-decoration: underline;
}
.section-title.section-title-custom {
  margin-bottom: 20px;
}
.section-title.section-title-custom h2 {
  font-size: 32px;
  font-weight: 600;
  font-family: "Barlow", sans-serif !important;
}
:lang(ml) .section-title.section-title-custom h2 {
  font-family: "Noto Sans Malayalam", sans-serif !important;
}
@media (max-width: 991.98px) {
  .section-title.section-title-custom h2 {
    font-size: 22px;
  }
}
.disciple-card.no-paragraph h4,
.disciple-card.no-paragraph h4 a {
  color: #2d2d2d;
}
.disciple-card.no-paragraph .readmore {
  color: #918787;
}
/* Responsive */

@media (max-width: 575.98px) {
  .disciples-grid {
    grid-template-columns: repeat(1, 1fr);
  }
}
@media (min-width: 576px) and (max-width: 991.98px) { 
  .disciples-grid {
    grid-template-columns: repeat(2, 1fr);
  }
 }
 @media (min-width: 992px) {
  .disciples-grid {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media (max-width: 991.98px) {
  .section-header h2 {
    font-size: 24px;
  }
}
.btn-wrap-middle {
  text-align: center;
}

.block-parent {
  position: relative;
}
.block-parent:before {
  content: "";
  height: 100%;
  width: 100%;
  position: absolute;
  inset-block-start: 0;
  inset-inline-start: 0;
  background-color: rgba(0, 0, 0, 0.5);
}
.block-parent .block-child {
  position: absolute;
  inset-block-end: 0;
  inset-inline-start: 0;
}
.block-parent .block-child.block-bg-child {
  height: 100%;
  max-width: 767px;
  inset-block-end: 0;
  inset-inline-start: inherit;
  inset-inline-end: 0;
  background-color: #fff;
}
.block-parent .block-child.theme-white h2,
.block-parent .block-child.theme-white p {
  color: #fff;
}
.block-parent .block-child.block-text {
  border: none;
}
.block-parent .block-child.block-text .sec-title {
  padding: 40px;
}

/* writings header */
.writings-header {
  align-items: center;
  margin-bottom: 60px;
}

.text-block {
  max-width: 700px;
}
.text-block h2 {
  font-size: 40px;
  font-weight: 700;
  color: #222;
  margin-bottom: 24px;
}
@media (max-width: 991.98px) {
  .text-block h2 {
    font-size: 28px;
  }
}
.text-block .description {
  display: flex;
  gap: 16px;
  margin-bottom: 20px;
  align-items: flex-start;
}
.text-block .description .accent {
  width: 3px;
  height: 60px;
  background: #f4a340;
  margin-top: 2px;
}
.text-block .description p {
  font-size: 20px;
  line-height: 1.5;
  font-weight: 500;
  color: #555;
  margin: 0;
}
@media (max-width: 991.98px) {
  .text-block .description p {
    font-size: 18px;
  }
}
@media (max-width: 991.98px) {
  .text-block {
    margin-bottom: 20px;
  }
}

/* Button */
.btn-outline {
  gap: 8px;
  color: #222;
  padding: 10px 18px;
  font-size: 13px;
  font-weight: 600;
  text-decoration: none;
  border-radius: 6px;
  display: inline-flex;
  align-items: center;
  transition: 0.3s ease;
  border: 1.5px solid #f6e800;
}
.btn-outline span {
  font-size: 16px;
}
.btn-outline:hover {
  background: #f6e800;
  color: #2d2d2d;
}
.btn-outline:hover .icon i {
  background-color: #2d2d2d;
}

/* Books */
.books-grid {
  gap: 24px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}
.books-grid .book-item {
  background: #fff;
  border: none;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s ease;
}
.books-grid .book-item img {
  max-width: 100%;
  height: 280px;
  display: block;
  -o-object-fit: cover;
  object-fit: cover;
}
.books-grid .book-item:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
}

/* Responsive */
@media (max-width: 1024px) {
  .books-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 768px) {
  .writings-header {
    flex-direction: column;
    align-items: flex-start;
    grid-template-columns: 1fr;
  }
}
@media (max-width: 480px) {
  .books-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
.section-video .video-block .video-btn {
  position: relative;
  display: block;
  border-radius: 16px;
  overflow: hidden;
}
.section-video .video-box {
  flex: 1;
}
.section-video .video-block .video-btn::after {
  background-color: #fff;
  -webkit-mask: url("./assets/images/icons/btn-play.svg") no-repeat center;
  mask: url("./assets/images/icons/btn-play.svg") no-repeat center;
  mask-size: contain;
  height: 80px;
  width: 80px;
  content: "";
  position: absolute;
  margin: 0 auto;
  inset-inline-start: 0;
  inset-inline-end: 0;
  inset-block-start: 40%;
  -webkit-mask: url("./assets/images/icons/btn-play.svg") no-repeat center;
  -webkit-mask-size: contain;
  transition: background-color 0.3s ease;
}
@media (max-width: 991.98px) {
  .section-video .video-block .video-btn::after {
    height: 60px;
    width: 60px;
  }
}
.section-video .video-block .video-btn:hover::after {
  background-color: #f6e800;
}
@media (max-width: 991.98px) {
  .section-video .video-block .video-btn {
    height: fit-content;
  }
}
@media (max-width: 991.98px) {
  .section-video .video-block .video-btn img {
    height: 100%;
  }
}
.video-list-wrap .video-list {
  margin-bottom: 36px;
}
.video-list-wrap .video-list .video-box {
  overflow: hidden;
  margin-bottom: 16px;
  border-radius: 16px;
}
.video-list-wrap .video-list .video-desc p {
  font-size: 24px;
}
@media (max-width: 991.98px) {
  .video-list-wrap .video-list .video-desc p {
    font-size: 20px;
  }
}
.section-title {
  align-items: center;
  margin-bottom: 40px;
}
.section-title h2 {
  font-size: 40px;
  font-weight: 700;
  margin-bottom: 0;
  text-transform: uppercase;
}
@media (max-width: 991.98px) {
  .section-title h2 {
    font-size: 20px;
  }
}

.gallery-container {
  margin: auto;
}

.gallery-grid {
  gap: 20px;
  display: grid;
  grid-auto-rows: 380px;
  grid-template-columns: repeat(3, 1fr);
}
.gallery-grid .grid-item {
  overflow: hidden;
  border-radius: 16px;
  background: #f2f2f2;
}
.gallery-grid .grid-item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  transition: transform 0.4s ease;
}
.gallery-grid .grid-item:hover img {
  transform: scale(1.08);
}
@media (max-width: 991.98px) {
  .gallery-grid .grid-item:nth-child(3),
  .gallery-grid .grid-item:nth-child(4),
  .gallery-grid .grid-item:nth-child(5) {
    display: none;
  }
}

/* Bottom wide images */
.grid-item.wide {
  grid-column: span 2;
  height: 380px;
}

/* Tablet */
@media (max-width: 991px) {
  .gallery-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .grid-item.wide {
    grid-column: span 2;
  }
}
/* Mobile */
@media (max-width: 575px) {
  .gallery-grid {
    grid-template-columns: 1fr;
  }
  .grid-item,
  .grid-item.wide {
    grid-column: span 1;
    height: 100%;
  }
}
.section-bread-crumb {
  /* Breadcrumb */
  /* Page Title */
  /* Responsive */
}
.section-bread-crumb .page-header {
  padding: 60px 0;
  background-color: #fff;
  text-align: center;
  border-bottom: 1px solid #f3f3f3;
}
.section-bread-crumb .breadcrumb {
  font-size: 16px;
  color: #666;
  margin-bottom: 15px;
  justify-content: center;
  align-items: center;
}
.section-bread-crumb .breadcrumb a {
  color: #666;
  text-decoration: none;
  transition: color 0.3s ease;
}
.section-bread-crumb .breadcrumb a:hover {
  color: #000;
}
.section-bread-crumb .breadcrumb span {
  margin: 0 5px;
}
.section-bread-crumb .breadcrumb .current {
  color: #333;
}
.section-bread-crumb .page-title {
  font-size: 40px;
  font-weight: 700;
  color: #000;
  margin: 0;
  line-height: 1.2;
}
@media (max-width: 768px) {
  .section-bread-crumb .page-title {
    font-size: 32px;
  }
}
@media (max-width: 480px) {
  .section-bread-crumb .page-header {
    padding: 40px 0;
  }
  .section-bread-crumb .page-title {
    font-size: 26px;
  }
}

.life-guru {
  padding: 60px 0;
  background: #fff;
  /* LEFT CONTENT */
  /* Responsive */
  /* RIGHT TIMELINE */
  /* RESPONSIVE */
}
@media (max-width: 991.98px) {
  .life-guru {
    padding: 30px 0;
  }
}
.life-guru .life-guru-grid {
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 40px;
}
.life-guru .life-guru-grid .content-area {
  font-size: 15px;
  line-height: 1.7;
  color: #333;
}
.life-guru .life-guru-grid .content-area .main-image {
  margin-block-end: 20px;
}
.life-guru .life-guru-grid .content-area .intro {
  font-size: 24px;
  margin-bottom: 20px;
}
@media (max-width: 991.98px) {
  .life-guru .life-guru-grid .content-area .intro {
    font-size: 20px;
  }
}
.life-guru .life-guru-grid .content-area p {
  margin-bottom: 20px;
  font-size: 20px;
}
.sec-site-content {
  padding-top: 60px;
}
.life-guru .content-area p,
.sec-site-content {
  font-size: 20px;
  margin-bottom: 60px;
}
.sec-site-content .site-desc {
  margin-bottom: 60px;
}
.sec-site-content .site-desc p {
  font-size: 20px;
}
.life-guru .image-text {
  background-color: #ffffff;
}
.life-guru .image-text .image-text-row {
  display: flex;
  align-items: center;
  gap: 30px;
  margin-block-end: 20px;
}
.life-guru .image-text .image-text-row .image-col {
  flex: 0 0 360px;
}
.life-guru .image-text .image-text-row .image-col img {
  width: 100%;
  display: block;
  border-radius: 4px;
}
.life-guru .image-text .image-text-row .text-col {
  flex: 1;
  font-size: 15px;
  line-height: 1.7;
  color: #333;
}
@media (max-width: 768px) {
  .life-guru .image-text .image-text-row {
    flex-direction: column;
    align-items: flex-start;
  }
  .life-guru .image-text .image-text-row .image-col {
    flex: 0 0 auto;
    max-width: 100%;
  }
}
.life-guru .timeline {
  border-left: 1px dashed #ddd;
  padding-inline-start: 50px;
}
.life-guru .timeline ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.life-guru .timeline li {
  position: relative;
  padding-left: 40px;
  margin-bottom: 24px;
  font-size: 14px;
  color: #333;
}
.life-guru .timeline li ul {
  margin-top: 10px;
}
.life-guru .timeline li ul li {
  padding-left: 10px;
  margin-bottom: 10px;
  list-style: disc;
  list-style-position: inside;
}
.life-guru .timeline li ul li:last-child {
  margin-bottom: 0;
}
.life-guru .timeline li ul li::marker {
  color: #ff9800;
}
.life-guru .timeline li span {
  position: absolute;
  left: 0;
  top: 4px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #ff9800;
  -webkit-mask: url("./assets/images/icons/arrow-right-circle-fill.svg")
    no-repeat center;
  mask: url("./assets/images/icons/arrow-right-circle-fill.svg") no-repeat
    center;
  mask-size: contain;
  height: 24px;
  width: 20px;
  -webkit-mask: url("./assets/images/icons/arrow-right-circle-fill.svg")
    no-repeat center;
  -webkit-mask-size: contain;
}
.life-guru .timeline li a {
  color: #2d2d2d;
  font-size: 20px;
  font-weight: 600;
  text-decoration: none;
}
.life-guru .timeline li a:hover {
  color: #ffb000;
}
.life-guru .timeline li:hover span {
  background-color: #2d2d2d;
  transition: background-color 0.3s ease;
}
@media (max-width: 992px) {
  .life-guru .life-guru-grid {
    grid-template-columns: 1fr;
  }
  .life-guru .timeline {
    margin-top: 40px;
    padding-left: 20px;
    border-left: none;
  }
}
@media (max-width: 576px) {
  .life-guru .content-area {
    font-size: 14px;
  }
  .life-guru .timeline li {
    font-size: 13px;
  }
}

.carousel-multiple.news-carousel .slide .disciple-card {
  background-color: #fff;
}
.carousel-multiple.news-carousel .slide .disciple-card .image-wrap {
  margin: 0;
}
.carousel-multiple.news-carousel .slide .disciple-card .card-body {
  padding: 40px;
  border-inline-end: 1px solid #ccc;
  border-inline-start: 1px solid #ccc;
  border-block-end: 1px solid #ccc;
}
@media (max-width: 991.98px) {
  .carousel-multiple.news-carousel .slide .disciple-card .card-body {
    padding: 20px;
  }
}
.carousel-multiple.news-carousel .slide .disciple-card .card-body h4 {
  color: #222;
}
.carousel-multiple.news-carousel .slick-prev,
.carousel-multiple.news-carousel .slick-next {
  top: 100%;
}
.carousel-multiple.news-carousel .slick-prev {
  left: 47%;
}
.carousel-multiple.news-carousel .slick-next {
  right: 47%;
}
.carousel-multiple.news-carousel .disciple-card a {
  color: #2d2d2d;
}
.carousel-multiple.news-carousel .disciple-card a:hover {
  color: #ffb000;
}
.carousel-multiple .slide {
  margin: 0 10px;
}

.carousel-multiple.carousel-btn-btm .slick-prev,
.carousel-multiple.carousel-btn-btm .slick-next {
  top: 100%;
  width: 32px;
  height: 32px;
}
.carousel-multiple.carousel-btn-btm .slick-prev {
  left: 45%;
}
.carousel-multiple.carousel-btn-btm .slick-next {
  right: 45%;
}
.carousel-multiple .slick-list {
  padding-bottom: 50px;
}
@media (max-width: 991.98px) {
  .carousel-multiple .slick-list {
    padding-bottom: 20px;
  }
}
.carousel-multiple .slick-prev,
.carousel-multiple .slick-next {
  width: 32px;
  height: 32px;
}
.carousel-multiple .slick-list {
  margin: 0 -10px;
}

@media (max-width: 575.98px) {
  .carousel-btn-btm .slick-prev {
    left: 40%;
  }
}
@media (max-width: 575.98px) {
  .carousel-btn-btm .slick-next {
    right: 40%;
  }
}

.slick-list {
  margin: 0 -10px;
}

.slick-prev,
.slick-next {
  top: -60px;
  height: 32px;
  width: 32px;
}
.slick-prev::before,
.slick-next::before {
  height: 32px;
  width: 32px;
  transition: background-color 0.3s ease;
}

.slick-prev {
  right: 40px;
  left: auto;
}
.slick-prev:before {
  content: url("./assets/images/icons/prev-btn.png") !important;
}

.slick-next {
  right: 0;
}
.slick-next:before {
  content: url("./assets/images/icons/next-btn.png") !important;
}

.guru-quote {
  padding-block: 80px;
}
@media (max-width: 991.98px) {
  .guru-quote {
    padding-block: 40px;
  }
}
.guru-quote h2 {
  font-weight: 400;
  font-size: 42px;
  text-align: center;
  margin-bottom: 40px;
}
@media (max-width: 991.98px) {
  .guru-quote h2 {
    font-size: 32px;
  }
}
.guru-quote .text-wrap {
  display: flex;
  gap: 20px;
  align-items: center;
  flex-direction: row;
  justify-content: space-between;
}
@media (max-width: 991.98px) {
  .guru-quote .text-wrap {
    flex-direction: column;
  }
}
.guru-quote .text-wrap div {
  flex: 1;
}
.guru-quote .text-wrap div p {
  margin-bottom: 0;
}
:lang(ml) .guru-quote .text-wrap div.start-block p,
:lang(ta) .guru-quote .text-wrap div.start-block p,
:lang(hi) .guru-quote .text-wrap div.start-block p {
  font-size: 18px;
}
.guru-quote .text-wrap div.start-block p {
  font-size: 24px;
}
@media (max-width: 991.98px) {
  .guru-quote .text-wrap div.start-block p {
    text-align: center;
  }
}
.guru-quote .text-wrap div.end-block p {
  font-size: 20px;
}
@media (max-width: 991.98px) {
  .guru-quote .text-wrap div.end-block p {
    text-align: center;
  }
}

.pilgrim-wrap {
  gap: 40px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  overflow: hidden;
}
@media (max-width: 991.98px) {
  .pilgrim-wrap {
    flex-direction: column;
  }
  .pilgrim-wrap .pilgrim-gallery-grid {
    max-height: 600px;
  }
}
@media (min-width: 992px) and (max-width: 1399.98px) {
  .section-samadhi .grid-wrap-samadhi .grid-block figure {
    max-height: 360px;
  }
}
.pilgrim-wrap .box-01 {
  flex: 2;
}
.pilgrim-wrap .box-02 {
  flex: 1;
}
.pilgrim-wrap .pilgrim-gallery-grid {
  margin: auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: repeat(1, 1fr);
  gap: 16px;
}
.pilgrim-wrap .pilgrim-gallery-grid .grid-item {
  border-radius: 16px;
  overflow: hidden;
}
.pilgrim-wrap .pilgrim-gallery-grid .grid-item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  display: block;
  aspect-ratio: 10 / 6;
}
.pilgrim-wrap .pilgrim-gallery-grid .grid-item.item-1 {
  grid-column: 1/2;
  grid-row: 1/3;
}
.pilgrim-wrap .pilgrim-gallery-grid .grid-item.item-2 {
  grid-column: 2/3;
  grid-row: 1/2;
}
.pilgrim-wrap .pilgrim-gallery-grid .grid-item.item-3 {
  grid-column: 2/3;
  grid-row: 2/3;
}

/* Responsive */
@media (max-width: 768px) {
  .pilgrim-gallery-grid {
    grid-template-columns: 1fr;
    grid-template-rows: auto;
  }
  .pilgrim-gallery-grid .item-1,
  .pilgrim-gallery-grid .item-2,
  .pilgrim-gallery-grid .item-3 {
    grid-column: auto;
    grid-row: auto;
  }
}
@media (max-width: 991.98px) {
  .section-temple-concepts {
    background-color: #fff8a1;
    padding-block: 30px;
    margin-block-end: 30px;
  }
}

.card-carousel .slick-list {
  margin: 0 -10px;
}
.card-carousel .slide-item {
  padding: 0 10px;
}
.card-carousel .slide-item figure {
  height: 400px;
  border-radius: 16px;
  overflow: hidden;
  margin-block-end: 30px;
}
@media (max-width: 991.98px) {
  .card-carousel .slide-item figure {
    margin-block-end: 15px;
    height: 320px;
  }
}
.card-carousel .slide-item figure img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.card-carousel .slide-item figcaption h4 {
  font-weight: 600;
  font-size: 24px;
  margin-bottom: 15px;
}
:lang(ml) .card-carousel .slide-item figcaption h4,
:lang(ml) .card-carousel .slide-item figcaption h4 a {
  font-size: 20px;
}
.card-carousel .slide-item figcaption h4 a {
  color: #2d2d2d;
  text-decoration: none;
  font-size: 24px;
}
.card-carousel .slide-item figcaption h4 a:hover {
  color: #958e1a;
}
.readmore-wrap .read-more {
  font-weight: 600;
  font-size: 16px;
  color: #2d2d2d;
  position: relative;
  padding-inline-end: 15px;
  text-decoration: none;
  transition: 0.4s ease;
}
.readmore-wrap .read-more::after {
  background-color: #000;
  -webkit-mask: url("./assets/images/icons/arrow-right-sm.svg") no-repeat;
  mask: url("./assets/images/icons/arrow-right-sm.svg") no-repeat;
  mask-size: contain;
  height: 7px;
  width: 9px;
  content: "";
  top: 9px;
  right: 0;
  position: absolute;
  -webkit-mask: url("./assets/images/icons/arrow-right-sm.svg") no-repeat;
  -webkit-mask-size: contain;
  transition: background-color 0.3s ease;
}
:lang(ml) .readmore-wrap .read-more::after {
  top: 7px;
}
.readmore-wrap .read-more:hover {
  color: #ffb000;
  transition: 0.3s ease;
}
.readmore-wrap .read-more:hover:after {
  background-color: #ffb000;
}

.custom-arrows {
  display: flex;
  gap: 15px;
}
.custom-arrows .custom-arrow {
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 36px;
  height: 36px;
  width: 36px;
  border: none;
  padding: 0;
  border-radius: 50%;
}
.custom-arrows .custom-arrow.slick-disabled {
  background-color: transparent;
}
.custom-arrows .slick-next-custom {
  background-image: url("./assets/images/icons/slide-next.svg");
}
.custom-arrows .slick-prev-custom {
  background-image: url("./assets/images/icons/slide-prev.svg");
}

.img-animate-zoom {
  overflow: hidden;
}
.img-animate-zoom img {
  transition: transform 0.4s ease;
}
.img-animate-zoom:hover img {
  transform: scale(1.08);
  transition: transform 0.4s ease;
}

#scrollTop {
  position: fixed;
  bottom: 30px;
  right: 30px;
  width: 45px;
  height: 45px;
  display: none;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  z-index: 999;
}

.side-panel .offcanvas {
  background-color: #2d2d2d !important;
}
.side-panel .offcanvas .offcanvas-header.bg-dark {
  background-color: #2d2d2d !important;
}
.side-panel .offcanvas .offcanvas-body.bg-dark {
  background-color: #2d2d2d !important;
}
.side-panel .offcanvas .offcanvas-body .nav-item .nav-link {
  font-size: 18px;
}
.side-panel .offcanvas .offcanvas-body .nav-item .collapse .nav-link {
  font-size: 18px;
}
.side-panel .offcanvas .offcanvas-body .accordion-body {
  background-color: #414141;
}
.side-panel .offcanvas .offcanvas-body .accordion-button {
  background-color:#2d2d2d; 
  padding-block: 24px;
  font-size: 20px;
  font-family: "Barlow", sans-serif;
}
.side-panel .offcanvas .offcanvas-body .accordion-button::after {
  background: url('https://www.keralatourism.org/images/sabarimala/down-arrow.svg');
  background-repeat: no-repeat;
}
.side-panel .offcanvas .offcanvas-body .accordion-body ul li {
  border-bottom: 1px solid #333;
  padding-block: 12px;
}
.side-panel .offcanvas .offcanvas-body .accordion-body ul li:last-child {
  border-bottom: none;
}
.side-panel .offcanvas .offcanvas-body .accordion-body ul li a {
  color: #fff;
  text-decoration: none;
}
.side-panel .offcanvas .offcanvas-body .accordion-item:first-of-type>.accordion-header .accordion-button {
  color: #f6e800;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  box-shadow: inset 0 calc(-1 * var(--bs-accordion-border-width)) 0 #3d3f40;
}
.side-panel .offcanvas .offcanvas-body .accordion-item:last-of-type>.accordion-header .accordion-button.collapsed {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}


.custom-arrows .tp-arrow {
  height: 32px;
  width: 32px;
}
.custom-arrows .tp-prev {
  background: url(./assets/images/icons/prev-btn.png);
}
.custom-arrows .tp-next {
  background: url(./assets/images/icons/next-btn.png);
}
.photo-gallery {
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(3, 1fr);
}
@media (max-width: 991.98px) {
  .photo-gallery {
    gap: 10px;
    grid-template-columns: repeat(2, 1fr);
  }
}
.list-grid {
  display: grid;
  row-gap: 60px;
  -moz-column-gap: 30px;
  column-gap: 30px;
  grid-template-columns: repeat(2, 1fr);
}
@media (max-width: 767.98px) {
  .list-grid {
    grid-template-columns: repeat(1, 1fr);
  }
  .carousel-multiple.news-carousel .slide .disciple-card .image-wrap {
    height: fit-content;
  }
}
@media (min-width: 768px) and (max-width: 1399.98px) { 
  .carousel-multiple.news-carousel .slide .disciple-card .image-wrap {
    height: 360px;
  }
 }
.list-grid .list-item {
  gap: 30px;
  overflow: hidden;
  display: flex;
  align-items: center;
}
.list-grid .list-item figure,
.list-grid .list-item figcaption {
  flex: 1;
}
.list-grid .list-item figure {
  height: 380px;
  overflow: hidden;
  border-radius: 16px;
  margin-bottom: 16px;
}
.list-grid .list-item figure img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: top center;
  object-position: top center;
}
.list-grid .list-item figcaption h4 a {
  color: #2d2d2d;
  text-decoration: none;
  font-family: "Playfair Display", serif !important;
  transition: all 0.35s ease;
}
:lang(ml) .list-grid .list-item figcaption h4 a {
  font-family: "Noto Sans Malayalam", sans-serif !important;
}
.readmore-wrap .read-more {
  font-weight: 500;
  font-size: 16px;
  color: #2d2d2d;
  position: relative;
  padding-inline-end: 15px;
  text-decoration: none;
  transition: 0.4s ease;
}
/*  */
.explore-gallery-grid .gallery-grid {
  display: grid;
  grid-template-columns: 58% 40%;
  grid-template-rows: repeat(2, 300px);
  gap: 10px;
  max-width: 1200px;
  margin: auto;
}
.explore-gallery-grid .gallery-grid .item.item-left {
  grid-row: 1 / 3;
}
.explore-gallery-grid .gallery-grid .item {
  overflow: hidden;
  border-radius: 0;
}
.explore-gallery-grid .gallery-grid .item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 16px;
}
/*  */
@media (max-width: 991.98px) {
  .list-grid {
    row-gap: 40px;
    -moz-column-gap: 15px;
    column-gap: 15px;
    grid-template-columns: repeat(1, 1fr);
  }
  .list-grid .list-item figure {
    height: 240px;
  }
  .list-grid .line-clamp-3 p {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }

  .explore-gallery-grid .gallery-grid {
    grid-row-gap: 20px;
    grid-template-columns: 1fr;
    grid-template-rows: auto;
  }

  .explore-gallery-grid .gallery-grid .item.item-left {
    margin-bottom: 20px;
    grid-row: auto;
  }
  .explore-gallery-grid .gallery-grid .item {
    height: 480px;
  }
  .explore-gallery-grid .gallery-grid .item.item-top,
  .explore-gallery-grid .gallery-grid .item.item-bottom {
    display: none;
  }
}
.topics-gallery .disciple-card .image-wrap {
  margin-bottom: 0;
}
.topics-gallery .disciple-card .card-body {
  padding: 16px;
  background-color: #3b3b3b;
}
img.float-wrap {
        float: left;
        width: 300px;
        margin: 0 20px 15px 0;
        border-radius: 8px;
    }
/*# sourceMappingURL=style.css.map */
