.styled-icons.icon-sm a {
  font-size: 15px;
  height: 30px;
  line-height: 30px;
  margin: 5px 5px;
  width: 30px;
  border-radius: 3px;
  color: #eeeeee;
  display: block;
  border-radius: 50px;
  text-align: center;
  background-color: rgb(34, 34, 34);
  transition: box-shadow 0.3s cubic-bezier(0.25, 0.8, 0.25, 1), color 0.3s ease;
}
.styled-icons.icon-sm a:hover {
  box-shadow: inset 0 -30px 0 0 #d9534f;
  color: #ffffff;
}
a.donate_button {
  background-color: #302e2e;
  border: none;
  margin: 3px 8px;
  font-weight: 900;
  padding: 9px 15px;
  border-radius: 8px;
  transition: box-shadow 0.3s cubic-bezier(0.25, 0.8, 0.25, 1), color 0.3s ease;
  text-transform: uppercase;
}
a.donate_button:hover {
  box-shadow: inset 0 -40px 0 0 #d9534f;
  color: #ffffff;
}
i.fa.fa-hand-o-right {
  margin: 0px 5px;
  font-size: 15px;
}
i.fa.fa-globe.lang_icon {
  margin: 0px 5px;
  font-size: 18px;
  color: #302e2e;
}
a.eng_lang,
a.bangla_lang {
  font-weight: 800;
  text-transform: uppercase;
}
a.eng_lang:hover,
a.bangla_lang:hover {
  color: #302e2e !important;
  text-decoration: none;
}
a.number_links {
  font-weight: 700;
  color: white !important;
  margin: 0px;
  padding: 0px;
}
a.email_css {
  text-transform: capitalize;
  font-weight: 700;
  color: white !important;
  padding: 0;
  margin: 0px;
}
i.fa.fa-phone.mob_icon,
i.fa.fa-envelope-o.mail_icon {
  color: #302e2e;
  font-size: 18px;
  margin: 5px 5px;
}
img.main_logo {
  width: 65px;
  height: 65px;
  margin: 5px 0px;
}
a.read_btn {
  background-color: #29b54e;
  color: white;
  margin: 5px 0px;
  padding: 10px 20px;
  border-radius: 50px;
}
a.read_btn:hover {
  color: white;
}
a.vd_btn {
  background-color: #29b54e;
  color: white;
  margin: 20px 0px;
  padding: 12px 30px;
  border-radius: 50px;
  border: none;
}
a.vd_btn:hover {
  color: white;
}
.menuzord-menu > li {
  padding: 15px 0px !important;
}
.menuzord-menu ul.dropdown {
  top: 60px !important;
}
.book-page-wrapper.custom-bg-light {
  background-color: #fbfbfb;
}
.book-page-wrapper .no-books-found .empty-icon {
  width: 80px;
}
.book-page-wrapper .pagination-wrapper {
  margin-top: 30px;
  text-align: center;
}
.book-page-wrapper .no-books-found {
  width: 100%;
  padding-top: 3rem;
  padding-bottom: 3rem;
  text-align: center;
}
.book-page-wrapper .flex-row-reverse {
  display: flex;
}
.book-sidebar {
  position: sticky;
  top: 20px;
  z-index: 100;
}
.book-sidebar__card {
  background: #fff;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
  border: 1px solid #eee;
}
.book-sidebar__header {
  padding: 1.2rem;
  background: #29b54e;
  color: #fff;
  margin: 0;
  font-size: 1.1rem;
  font-weight: 700;
  text-align: center;
}
.book-category-toggle {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 15px;
  width: 100%;
  background: #fff;
  border: none;
  border-bottom: 1px solid #f0f0f0;
  font-weight: 600;
  color: #444;
  transition: 0.3s;
}
.book-category-toggle:hover {
  background: #f8fff9;
  color: #29b54e;
}
.book-subcategories {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease-out;
  background: #fdfdfd;
}
.book-subcategories.show {
  max-height: 1000px;
}
.book-subcategory-item a {
  display: block;
  padding: 8px 15px 8px 35px;
  color: #666;
  text-decoration: none;
  font-size: 0.9rem;
  border-bottom: 1px solid #f9f9f9;
}
.book-subcategory-item a:hover {
  color: #29b54e;
  background: #f0fdf4;
}
.book-search-container {
  background: #fff;
  padding: 15px;
  border-radius: 12px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.04);
  margin-bottom: 30px;
  border: 1px solid #eee;
}
.book-search-form {
  display: flex;
  gap: 10px;
}
.book-search-input {
  border-radius: 8px !important;
  border: 1px solid #ddd;
  padding: 10px 15px;
}
.book-search-btn {
  border-radius: 8px !important;
  background: #29b54e;
  border: none;
  padding: 10px 25px;
  color: white;
  font-weight: 600;
}
.book-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 15px;
}
.book-card {
  background: #fff;
  border-radius: 10px;
  border: 1px solid #eee;
  transition: 0.3s;
  height: 100%;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  text-decoration: none !important;
}
.book-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
  border-color: #29b54e;
}
.book-card__cover-wrapper {
  position: relative;
  padding-top: 130%;
  background: #f5f5f5;
}
.book-card__cover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.book-card__content {
  padding: 12px;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.book-card__title {
  font-size: 0.9rem;
  font-weight: 700;
  color: #333;
  margin-bottom: 12px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  height: 2.6em;
  line-height: 1.3;
}
.book-card__actions {
  display: flex;
  gap: 5px;
}
.book-card__btn {
  flex: 1;
  padding: 8px 5px;
  font-size: 0.75rem;
  font-weight: 600;
  border-radius: 6px;
  text-align: center;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  transition: 0.2s;
}
.book-card__btn--primary {
  background: #29b54e;
  color: white;
}
.book-card__btn--secondary {
  background: #e8f5e9;
  color: #29b54e;
  border: 1px solid #29b54e;
}
.book-card__btn:hover {
  opacity: 0.9;
  transform: scale(1.02);
}
.sidebar-mobile-toggle {
  display: none;
  width: 100%;
  margin-bottom: 15px;
  padding: 12px;
  background: #222;
  color: #fff;
  border: none;
  border-radius: 8px;
  font-weight: 600;
}
.book-details-page .bb-card {
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.06);
  border-radius: 14px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.06);
}
.book-details-page .bb-hero {
  background: #f7fafc;
  border-radius: 14px;
  border: 1px solid rgba(0, 0, 0, 0.06);
}
.book-details-page .bb-cover-wrap {
  padding: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.book-details-page .bb-cover {
  width: 100%;
  max-width: 190px;
  height: auto;
  border-radius: 12px;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.08);
  background: #fff;
}
.book-details-page .bb-title {
  margin: 0;
  font-size: 22px;
  line-height: 1.25;
  font-weight: 700;
  word-break: break-word;
}
.book-details-page .bb-meta {
  margin-top: 10px;
}
.book-details-page .bb-meta-item {
  display: flex;
  gap: 10px;
  margin-top: 8px;
  flex-wrap: wrap;
}
.book-details-page .bb-meta-item b {
  min-width: 92px;
  color: #222;
  font-weight: 700;
}
.book-details-page .bb-meta-item span {
  color: #444;
  word-break: break-word;
}
.book-details-page .bb-actions {
  margin-top: 14px;
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}
.book-details-page .bb-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  border-radius: 10px;
  padding: 10px 14px;
  font-weight: 700;
  border: 1px solid transparent;
  text-decoration: none;
  white-space: nowrap;
}
.book-details-page .bb-btn i {
  font-size: 16px;
}
.book-details-page .bb-btn-read {
  background: #29b54e;
  color: #fff;
  border-color: #29b54e;
}
.book-details-page .bb-btn-read:hover {
  background: #1f9a40;
  color: #fff;
}
.book-details-page .bb-btn-download {
  background: #fff;
  color: #222;
  border-color: rgba(0, 0, 0, 0.12);
}
.book-details-page .bb-btn-download:hover {
  background: #f3f6f9;
  color: #222;
}
.book-details-page .bb-pdf-wrap {
  padding: 16px;
}
.book-details-page .bb-pdf-object {
  width: 100%;
  height: 420px;
  border: 0;
}
.book-details-page .bb-sidebar {
  padding: 18px;
}
.book-details-page .bb-sidebar h2 {
  margin: 0 0 12px;
  font-size: 18px;
  font-weight: 800;
}
.book-details-page .bb-category {
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 12px;
  margin-bottom: 10px;
  overflow: hidden;
  background: #fff;
}
.book-details-page .bb-category > a.category-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 12px;
  background: #29b54e;
  color: #fff;
  font-weight: 800;
  text-decoration: none;
  cursor: pointer;
}
.book-details-page .bb-category > a.category-title:hover {
  background: #1f9a40;
  color: #fff;
}
.book-details-page .bb-subcategory-list {
  padding: 10px 10px;
  background: #f6f8fa;
}
.book-details-page .bb-subcategory-item a {
  display: block;
  padding: 8px 8px;
  border-radius: 10px;
  color: #222;
  text-decoration: none;
  border: 1px solid transparent;
  word-break: break-word;
}
.book-details-page .bb-subcategory-item a:hover {
  background: #fff;
  border-color: rgba(0, 0, 0, 0.08);
}
.book-details-page .bb-similar {
  margin-top: 20px;
  padding: 18px;
}
.book-details-page .bb-similar h3 {
  margin: 0 0 12px;
  font-size: 18px;
  font-weight: 800;
}
.book-details-page .bb-similar-item {
  border: 1px dashed rgba(0, 0, 0, 0.15);
  border-radius: 12px;
  background: #fff;
  padding: 14px;
  min-height: 95px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgba(0, 0, 0, 0.45);
  text-align: center;
  word-break: break-word;
}
.book-details-page .pagination > .active > a,
.book-details-page .pagination > .active > a:focus,
.book-details-page .pagination > .active > a:hover,
.book-details-page .pagination > .active > span,
.book-details-page .pagination > .active > span:focus,
.book-details-page .pagination > .active > span:hover {
  z-index: 3;
  color: #fff;
  cursor: default;
  background-color: #29b54e;
  border-color: #29b54e;
}
.book-details-page .popular-courses-bg {
  background: #fff;
}
.book-details-page .bb-hero-container {
  padding: 18px;
  margin-bottom: 16px;
}
.book-details-page .bb-hero-row {
  margin: 0;
}
.book-details-page .bb-hero-col-left {
  padding-left: 0;
  padding-right: 0;
}
.book-details-page .bb-hero-col-right {
  padding-left: 0;
  padding-right: 0;
}
.book-details-page .bb-details-content {
  padding: 12px 6px 10px 6px;
}
.book-details-page .bb-similar-row {
  margin: 0 -6px;
  display: flex;
  flex-wrap: wrap;
}
.bb-similar-col {
  padding: 0 6px;
  margin-bottom: 15px;
}
.book-details-page .bb-similar-link {
  text-decoration: none;
  color: inherit;
}
.bb-similar-inner-card {
  padding: 10px;
  height: 100%;
  transition: transform 0.2s;
}
.book-details-page .bb-similar-inner-card:hover {
  transform: translateY(-5px);
}
.book-details-page bb-similar-img {
  width: 100%;
  height: 140px;
  object-fit: cover;
  border-radius: 8px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}
.book-details-page .bb-similar-title {
  font-size: 13px;
  margin-top: 8px;
  font-weight: 700;
  line-height: 1.3;
  height: 34px;
  overflow: hidden;
}
.blog-posts-section {
  padding: 60px 0;
}
.blog-posts-section .post {
  border: 1px solid #f1f1f1;
  border-radius: 8px;
  overflow: hidden;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.blog-posts-section .post:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}
.blog-posts-section .post-thumb img {
  width: 100%;
  height: 250px;
  object-fit: cover;
}
.blog-posts-section .entry-title a {
  color: #333 !important;
  font-size: 18px;
  line-height: 1.4;
}
.blog-posts-section .entry-title a:hover {
  color: #ff5421 !important;
}
.blog-posts-section .entry-content p {
  font-size: 14px;
  color: #666;
  margin-bottom: 15px;
}
.blog-posts {
  max-width: 100%;
  margin: 0 auto;
}
.blog-posts .post.bg-lighter {
  border: 1px solid #eee;
  border-radius: 8px;
  overflow: hidden;
  margin-bottom: 30px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05);
  transition: transform 0.3s ease;
}
.blog-posts .post-thumb img {
  width: 100%;
  height: auto;
  object-fit: cover;
  max-height: 450px;
}
.share-buttons .btn {
  margin-bottom: 10px;
  padding: 8px 15px;
  font-size: 14px;
}
.gallery-banner-section {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.header-content-wrapper {
  padding-top: 100px;
}
.gallery-main-grid .grid {
  display: flex;
  flex-wrap: wrap;
}
.gallery-main-grid .grid-item {
  position: relative;
  width: 24.5%;
  margin: 0.25%;
  overflow: hidden;
}
.gallery-main-grid .grid-item img {
  width: 100%;
  height: 250px;
  object-fit: cover;
  display: block;
  border-radius: 8px;
}
.gallery-main-grid .overlay-shade {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.716);
  opacity: 0;
  transition: opacity 0.3s;
  pointer-events: none;
}
.gallery-main-grid .grid-item:hover .overlay-shade {
  opacity: 1;
}
.gallery-main-grid .icons-holder {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  opacity: 0;
  transition: opacity 0.3s;
}
.gallery-main-grid .grid-item:hover .icons-holder {
  opacity: 1;
}
.gallery-main-grid .icons-holder-inner {
  display: inline-block;
}
.gallery-main-grid .styled-icons {
  font-size: 24px;
  color: #29b54e;
}
.album-filter-container {
  text-align: center;
  margin-bottom: 30px;
}
.album-filter {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 5px 30px;
  border-radius: 30px;
  border: none;
  background: #ffffff;
  border: 1px solid #237037 !important;
  color: #237037;
  cursor: pointer;
  transition: all 0.25s ease;
  font-size: 15px;
  font-weight: 700;
  text-transform: uppercase;
}
.grid-item.hidden {
  display: none !important;
}
.gallery-main-grid button.album-filter.active {
  border: 1px solid #ffffff !important;
  background: #29b54e !important;
  color: #ffffff !important;
}
h3.intro_head {
  color: #147d30;
  font-size: 16px;
  font-weight: 800;
}
.modern-book-section {
  background-color: #fcfcfc;
  padding: 60px 0;
}
.book-section-header {
  position: relative;
  margin-bottom: 50px;
}
.book-section-header .sub-title {
  display: block;
  font-size: 14px;
  text-transform: uppercase;
  color: #888;
  letter-spacing: 2px;
  margin-bottom: 5px;
  font-weight: 600;
}
.book-section-header .main-title {
  font-size: 36px;
  font-weight: 800;
  color: #222;
  margin: 0;
  letter-spacing: -1px;
}
.book-section-header .text-success {
  color: #29b54e !important;
}
.book-section-header .header-divider {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 15px;
}
.book-section-header .header-divider::before,
.book-section-header .header-divider::after {
  content: "";
  height: 2px;
  width: 50px;
  background: #e0e0e0;
}
.book-section-header .header-divider i {
  margin: 0 15px;
  color: #29b54e;
  font-size: 18px;
}
.book-card-wrapper {
  padding: 15px;
}
.book-card {
  background: #ffffff;
  border-radius: 12px;
  border: 1px solid rgba(0, 0, 0, 0.06);
  transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  height: 100%;
  display: flex;
  flex-direction: column;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.03);
  overflow: hidden;
}
.book-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 12px 25px rgba(0, 0, 0, 0.1);
  border-color: #29b54e;
}
.book-thumb {
  height: 260px;
  background: #f8f9fa;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
}
.book-img {
  max-height: 100%;
  width: auto;
  object-fit: contain;
  filter: drop-shadow(5px 5px 10px rgba(0, 0, 0, 0.1));
}
.book-details {
  padding: 20px;
  text-align: center;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}
.book-title {
  font-size: 17px;
  font-weight: 700;
  color: #333;
  margin-bottom: 20px;
  line-height: 1.3;
  min-height: 44px;
}
.book-actions {
  display: flex;
  gap: 10px;
  margin-top: auto;
  justify-content: center;
}
.btn-view {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 28px;
  background: #29b54e;
  color: #fff;
  border-radius: 8px;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.3s ease;
  box-shadow: 0 10px 20px rgba(25, 135, 84, 0.2);
  border: none;
  margin-top: 10px;
}
.btn-view:hover {
  background: #146c43;
  transform: translateY(-3px);
  box-shadow: 0 15px 25px rgba(25, 135, 84, 0.3);
  color: #fff;
}
.btn-download {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 28px;
  background: #29b54e;
  color: #fff;
  border-radius: 8px;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.3s ease;
  box-shadow: 0 10px 20px rgba(25, 135, 84, 0.2);
  border: none;
  margin-top: 10px;
}
.btn-download:hover:not(.disabled) {
  background: #146c43;
  transform: translateY(-3px);
  box-shadow: 0 15px 25px rgba(25, 135, 84, 0.3);
  color: #fff;
}
.btn-download.disabled {
  opacity: 0.4;
  cursor: not-allowed;
}
.donation-modern-section {
  background-color: #f5f5f5;
  overflow-x: hidden;
}
.donation-header .sub-heading {
  display: block;
  font-size: 13px;
  text-transform: uppercase;
  color: #666;
  letter-spacing: 2px;
  font-weight: 600;
  margin-bottom: 5px;
}
.donation-header .main-title {
  font-size: 32px;
  font-weight: 800;
  color: #333;
  margin: 0;
  text-transform: uppercase;
}
.donation-header .text-success {
  color: #29b54e !important;
}
.donation-header .header-divider {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 15px;
}
.donation-header .header-divider::before,
.donation-header .header-divider::after {
  content: "";
  height: 2px;
  width: 40px;
  background: #ddd;
}
.donation-header .header-divider i {
  margin: 0 12px;
  color: #29b54e;
  font-size: 16px;
}
.donation-card-wrapper {
  padding: 12px;
}
.donation-card {
  background: #ffffff;
  border-radius: 15px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
  overflow: hidden;
  height: 100%;
  display: flex;
  flex-direction: column;
  transition: transform 0.3s ease;
  border: 1px solid rgba(0, 0, 0, 0.03);
}
.donation-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}
.donation-thumb {
  height: 220px;
  width: 100%;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.donation-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.donation-content {
  padding: 20px;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}
.donation-title {
  font-size: 18px;
  font-weight: 700;
  color: #222;
  text-align: left;
  margin-bottom: 12px;
  min-height: 44px;
  line-height: 1.3;
}
.donation-description {
  font-size: 14px;
  color: #666;
  text-align: left;
  height: 100px;
  overflow-y: auto;
  margin-bottom: 20px;
  line-height: 1.5;
  padding-right: 5px;
}
.donation-description::-webkit-scrollbar {
  width: 4px;
}
.donation-description::-webkit-scrollbar-thumb {
  background: #eee;
  border-radius: 10px;
}
.donation-footer {
  margin-top: auto;
  padding-top: 10px;
}
.btn-donate-now {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 28px;
  background: #29b54e;
  color: #fff;
  border-radius: 8px;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.3s ease;
  box-shadow: 0 10px 20px rgba(25, 135, 84, 0.2);
  border: none;
  margin-top: 10px;
}
.btn-donate-now:hover {
  background: #146c43;
  transform: translateY(-3px);
  box-shadow: 0 15px 25px rgba(25, 135, 84, 0.3);
  color: #fff;
}
.activity-section {
  background-color: #ffffff;
}
.activity-header .sub-heading {
  display: block;
  font-size: 13px;
  text-transform: uppercase;
  color: #29b54e;
  letter-spacing: 2px;
  font-weight: 700;
  margin-bottom: 5px;
}
.activity-header .main-title {
  font-size: 32px;
  font-weight: 800;
  color: #222;
  margin: 0;
}
.activity-header .header-divider {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 10px;
}
.activity-header .header-divider::before,
.activity-header .header-divider::after {
  content: "";
  height: 1px;
  width: 40px;
  background: #ddd;
}
.activity-header .header-divider i {
  margin: 0 10px;
  color: #29b54e;
  font-size: 14px;
}
.activity-card {
  background: #fff;
  border-radius: 12px;
  height: 100%;
  display: flex;
  flex-direction: column;
  border: 1px solid #eee;
  transition: all 0.3s ease;
  overflow: hidden;
}
.activity-card:hover {
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
  transform: translateY(-5px);
}
.activity-thumb {
  width: 100%;
  background: #f9f9f9;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
}
.activity-img {
  width: auto;
  height: auto;
  object-fit: contain;
}
.activity-body {
  padding: 15px;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}
.activity-title {
  font-size: 16px;
  font-weight: 700;
  color: #333;
  margin-bottom: 10px;
  text-align: left;
  line-height: 1.3;
}
.activity-description {
  font-size: 13px;
  color: #666;
  margin-bottom: 15px;
  text-align: left;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  line-height: 1.5;
}
.activity-footer {
  margin-top: auto;
  text-align: center;
}
span.text-success.act_head {
  color: #29b54e !important;
}
.btn-readmore {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 28px;
  background: #29b54e;
  color: #fff;
  border-radius: 8px;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.3s ease;
  box-shadow: 0 10px 20px rgba(25, 135, 84, 0.2);
  border: none;
  margin-top: 10px;
}
.btn-readmore:hover {
  background: #146c43;
  transform: translateY(-3px);
  box-shadow: 0 15px 25px rgba(25, 135, 84, 0.3);
  color: #fff;
}
.modern-video-section {
  background-color: #fcfcfc;
  overflow-x: hidden;
}
.video-section-header {
  position: relative;
  margin-bottom: 40px;
}
.video-section-header .sub-title {
  display: block;
  font-size: 13px;
  text-transform: uppercase;
  color: #888;
  letter-spacing: 2px;
  margin-bottom: 5px;
  font-weight: 600;
}
.video-section-header .main-title {
  font-size: clamp(24px, 5vw, 36px);
  font-weight: 800;
  color: #222;
  margin: 0;
}
.video-section-header .text-success {
  color: #29b54e !important;
}
.video-section-header .header-divider {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 10px;
}
.video-section-header .header-divider::before,
.video-section-header .header-divider::after {
  content: "";
  height: 2px;
  width: 40px;
  background: #e0e0e0;
}
.video-section-header .header-divider i {
  margin: 0 12px;
  color: #198754;
  font-size: 16px;
}
.modern-video-section .video-card {
  background: #ffffff;
  border-radius: 15px;
  border: 1px solid rgba(0, 0, 0, 0.06);
  transition: all 0.3s ease;
  height: 100%;
  display: flex;
  flex-direction: column;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.03);
  overflow: hidden;
}
.modern-video-section .video-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.08);
  border-color: #198754;
}
.modern-video-section .video-wrapper {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%;
  height: 0;
  background: #000;
}
.modern-video-section .video-wrapper iframe,
.modern-video-section .video-wrapper embed,
.modern-video-section .video-wrapper object,
.modern-video-section .video-wrapper video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
  border: 0;
}
.modern-video-section .video-details {
  padding: 15px;
  flex-grow: 1;
}
.modern-video-section .video-text {
  font-size: 14px;
  color: #555;
  line-height: 1.5;
  margin: 0;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.modern-gallery-section {
  background-color: #ffffff;
  padding: 60px 0;
}
.modern-gallery-section .gallery-section-header {
  position: relative;
  margin-bottom: 50px;
}
.modern-gallery-section .sub-title {
  display: block;
  font-size: 14px;
  text-transform: uppercase;
  color: #888;
  letter-spacing: 2px;
  margin-bottom: 5px;
  font-weight: 600;
}
.modern-gallery-section .main-title {
  font-size: 36px;
  font-weight: 800;
  color: #222;
  margin: 0;
  letter-spacing: -1px;
}
.modern-gallery-section .text-success {
  color: #29b54e !important;
}
.modern-gallery-section .header-divider {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 15px;
}
.modern-gallery-section .header-divider::before,
.modern-gallery-section .header-divider::after {
  content: "";
  height: 2px;
  width: 50px;
  background: #e0e0e0;
}
.modern-gallery-section .header-divider i {
  margin: 0 15px;
  color: #198754;
  font-size: 18px;
}
.modern-gallery-section .filter-items li {
  cursor: pointer;
  padding: 8px 20px;
  margin: 5px;
  background: #f8f9fa;
  border-radius: 30px;
  font-weight: 600;
  font-size: 14px;
  transition: all 0.3s ease;
  border: 1px solid #eee;
}
.modern-gallery-section .filter-items li.filtr-active {
  background: #29b54e;
  color: #fff;
  border: none;
}
.modern-gallery-section .gallery-card .image-wrapper {
  position: relative;
  border-radius: 7px;
  overflow: hidden;
  aspect-ratio: 1/1;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
}
.modern-gallery-section .gallery-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}
.modern-gallery-section .gallery-card:hover .gallery-img {
  transform: scale(1.1);
}
.modern-gallery-section .gallery-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(25, 135, 84, 0.8);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: all 0.3s ease;
}
.modern-gallery-section .gallery-card:hover .gallery-overlay {
  opacity: 1;
}
.modern-gallery-section .overlay-icon i {
  color: white;
  font-size: 24px;
}
.modern-gallery-section .btn-gallery-more {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 28px;
  background: #29b54e;
  color: #fff;
  border-radius: 8px;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.3s ease;
  box-shadow: 0 10px 20px rgba(25, 135, 84, 0.2);
  border: none;
  margin-top: 10px;
}
.modern-gallery-section .btn-gallery-more:hover {
  background: #146c43;
  transform: translateY(-3px);
  box-shadow: 0 15px 25px rgba(25, 135, 84, 0.3);
  color: #fff;
}
.modern-partners-section {
  background-color: #fcfcfc;
  padding: 60px 0;
}
.partner-section-header .sub-title {
  display: block;
  font-size: 14px;
  text-transform: uppercase;
  color: #888;
  letter-spacing: 2px;
  margin-bottom: 5px;
  font-weight: 600;
}
.partner-section-header .main-title {
  font-size: 32px;
  font-weight: 800;
  color: #222;
  margin: 0;
  letter-spacing: -0.5px;
}
.partner-section-header .text-success {
  color: #198754 !important;
}
.partner-section-header .header-divider {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 15px;
}
.partner-section-header .header-divider::before,
.partner-section-header .header-divider::after {
  content: "";
  height: 2px;
  width: 40px;
  background: #e0e0e0;
}
.partner-section-header .header-divider i {
  margin: 0 15px;
  color: #198754;
  font-size: 18px;
}
.partner-card-wrapper {
  padding: 10px;
}
.partner-card {
  background: #ffffff;
  border-radius: 10px;
  border: 1px solid rgba(0, 0, 0, 0.05);
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100px;
  padding: 15px;
  transition: all 0.3s ease;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.02);
  text-decoration: none;
}
.partner-card:hover {
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.08);
  transform: translateY(-5px);
  border-color: #198754;
}
.partner-img {
  max-height: 100%;
  width: auto !important;
  max-width: 100%;
  object-fit: contain;
  opacity: 0.7;
  transition: all 0.3s ease;
}
.owl-carousel-4col.owl-carousel .owl-stage {
  border-radius: 10px !important;
  overflow: hidden;
}
.custom_card {
  box-shadow: 0 4px 16px 0 rgba(0, 241, 67, 0.2),
    0 6px 20px 0 rgba(0, 0, 0, 0.19) !important;
}
.filtr-container {
  width: 100% !important;
  display: flex !important;
  flex-wrap: wrap !important;
  margin: 0 auto !important;
}
.filtr-item {
  position: relative !important;
  width: 24% !important;
  margin: 0.5% !important;
  padding: 0 !important;
  box-sizing: border-box;
}

.image-holder {
  position: relative;
  overflow: hidden;
  height: 250px;
}

.image-holder img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  display: block;
  transition: transform 0.4s ease;
}
.filtr-item:hover img {
  transform: scale(1.1);
}
.overlay-shade {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.716);
  opacity: 0;
  transition: opacity 0.3s;
  z-index: 1;
}

.filtr-item:hover .overlay-shade {
  opacity: 1;
}
.icons-holder {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  opacity: 0;
  z-index: 2;
  transition: all 0.3s ease;
}
.filtr-item:hover .icons-holder {
  opacity: 1;
}

.styled-icons {
  font-size: 24px;
  color: #368f26 !important;
}
.rs-filtermenu .filter-items {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px;
  padding: 0;
  margin: 0 0 30px 0;
  list-style: none;
}
.rs-filtermenu .filter-items li {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 5px 30px;
  border-radius: 30px;
  border: 1px solid rgba(0, 0, 0, 0.12);
  background: #ffffff;
  color: #198754;
  cursor: pointer;
  text-transform: uppercase;
  margin: 20px 0px;
  transition: all 0.25s ease;
  font-size: 15px;
  font-weight: 700;
}
.rs-filtermenu .filter-items li:hover,
.rs-filtermenu .filter-items li.active,
.rs-filtermenu .filter-items li.current {
  border: 1px solid #29b54e !important;
  background: #ffffff !important;
  color: #29b54e !important;
}
.modern-intro-section {
  background-color: #ffffff;
  padding: 80px 0;
}
.modern-intro-section .intro-image-wrapper {
  position: relative;
  display: inline-block;
}
.modern-intro-section .main-intro-img {
  width: 100%;
  max-width: 400px;
  height: auto;
  border-radius: 30px;
  border: 8px solid #f8f9fa;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease;
}
.modern-intro-section .main-intro-img:hover {
  transform: scale(1.02);
}
.modern-intro-section .image-caption {
  font-size: 1.2rem;
  font-weight: 700;
  color: #2c3e50;
  margin-top: 20px;
}
.modern-intro-section .intro-text-content {
  padding-left: 15px;
}
.modern-intro-section .sub-title {
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 2px;
  color: #198754;
  text-transform: uppercase;
  margin-bottom: 10px;
  display: block;
}
.modern-intro-section .main-title {
  font-size: 35px;
  font-weight: 800;
  text-transform: uppercase;
  color: #222;
  line-height: 1.2;
  margin-bottom: 15px;
}
.modern-intro-section .text-success {
  color: #198754 !important;
}
.modern-intro-section .modern-divider {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 25px;
}
.modern-intro-section .modern-divider .line {
  width: 40px;
  height: 3px;
  background: #198754;
  border-radius: 10px;
}
.modern-intro-section .modern-divider .dot {
  width: 8px;
  height: 8px;
  background: #198754;
  border-radius: 50%;
}
.modern-intro-section .modern-divider .line-short {
  width: 15px;
  height: 3px;
  background: #e0e0e0;
  border-radius: 10px;
}
.modern-intro-section .short-description {
  font-size: 16px;
  color: #555;
  line-height: 1.8;
}
.modern-intro-section .btn-modern-read {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 28px;
  background: #29b54e;
  color: #fff;
  border-radius: 8px;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.3s ease;
  box-shadow: 0 10px 20px rgba(25, 135, 84, 0.2);
  border: none;
  margin-top: 10px;
}
.modern-intro-section .btn-modern-read:hover {
  background: #146c43;
  transform: translateY(-3px);
  box-shadow: 0 15px 25px rgba(25, 135, 84, 0.3);
  color: #fff;
}
a.btn.btn-theme-colored.btn-circled.pl-20.pr-20.slider_btn {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  padding: 10px 28px !important;
  background: #29b54e !important;
  color: #ffffff !important;
  border-radius: 8px !important;
  font-weight: 600 !important;
  text-decoration: none !important;
  transition: all 0.3s ease !important;
  box-shadow: 0 10px 20px rgba(25, 135, 84, 0.2) !important;
  border: none !important;
  margin-top: 10px !important;
}
a.btn.btn-theme-colored.btn-circled.pl-20.pr-20.slider_btn:hover {
  background: #ffffff !important;
  transform: translateY(-3px) !important;
  box-shadow: 0 15px 25px rgba(25, 135, 84, 0.3) !important;
  color: #29b54e !important;
}
.menuzord-menu > li > a {
  padding: 8px 16px !important;
  margin: 0px 3px !important;
  border-radius: 8px !important;
}
.audio-section-wrapper {
  padding: 60px 0;
  background-color: #f9f9f9;
}
.audio-section-wrapper .section-title h2 {
  position: relative;
  padding-bottom: 20px;
  margin-bottom: 40px;
  font-weight: 800;
  color: #333;
  font-size: 35px;
}
.audio-section-wrapper .line-bottom-center::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 80px;
  height: 3px;
  background: #29b54e;
  transform: translateX(-50%);
}
.audio-section-wrapper .audio-card {
  display: flex;
  flex-direction: column;
  border-radius: 15px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease;
  height: 100%;
  margin-bottom: 30px;
  border: 1px solid #eee;
}
.audio-section-wrapper .audio-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 15px 35px rgba(41, 181, 78, 0.2);
}
.audio-section-wrapper .audio-card__cover {
  position: relative;
  width: 100%;
  height: 220px;
  overflow: hidden;
}
.audio-section-wrapper .audio-card__cover img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.audio-section-wrapper .audio-card__overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 15px;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.8), transparent);
}
.audio-section-wrapper .audio-card__title {
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
}
.audio-section-wrapper .audio-card__footer {
  padding: 15px;
  display: flex;
  flex-direction: row !important;
  flex-wrap: nowrap !important;
  gap: 8px;
  justify-content: center;
  background: #fff;
}
.audio-section-wrapper .btn-custom-audio {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 15px;
  background: #29b54e;
  color: #fff !important;
  border-radius: 8px;
  font-weight: 600;
  text-decoration: none !important;
  transition: all 0.3s ease;
  box-shadow: 0 10px 20px rgba(25, 135, 84, 0.2);
  border: none;
  font-size: 13px;
  flex: 1;
  min-width: 0;
  white-space: nowrap;
}
.audio-section-wrapper .btn-custom-audio:hover {
  background: #146c43;
  transform: translateY(-3px);
  box-shadow: 0 15px 25px rgba(25, 135, 84, 0.3);
  color: #fff !important;
}
.audio-section-wrapper .btn-download {
  background: #333;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
  margin: 0;
}
.audio-empty-state {
  padding: 50px;
  text-align: center;
  background: #eee;
  border-radius: 10px;
}

.rs-popular-courses.tv-main-wrapper {
  padding-top: 110px;
  padding-bottom: 120px;
  background-color: #fff;
}

.tv-main-wrapper .tv-card-container {
  padding: 20px;
  border-radius: 20px;
  margin-bottom: 30px;
  background: #fff;
  box-shadow: 0 4px 16px 0 rgba(0, 241, 67, 0.2),
    0 6px 20px 0 rgba(0, 0, 0, 0.19);
  transition: transform 0.3s ease;
}

.tv-main-wrapper .video-frame-container {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  border-radius: 12px;
  background: #000;
}

.tv-main-wrapper .video-frame-container iframe,
.tv-main-wrapper .video-frame-container video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
  object-fit: contain;
}

.tv-main-wrapper .tv-section-title {
  font-size: 28px;
  font-weight: 700;
  color: #333;
  margin-bottom: 20px;
  position: relative;
  padding-bottom: 10px;
}

.tv-main-wrapper .tv-section-title::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 50px;
  height: 3px;
  background: #29b54e;
}

.tv-main-wrapper .tv-description-text {
  font-size: 16px;
  line-height: 1.8;
  color: #555;
  margin-top: 15px;
  text-align: justify;
}

.tv-main-wrapper .tv-action-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 28px;
  background: #29b54e;
  color: #fff !important;
  border-radius: 8px;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.3s ease;
  box-shadow: 0 10px 20px rgba(25, 135, 84, 0.2);
  border: none;
  margin-top: 15px;
  cursor: pointer;
}

.tv-main-wrapper .tv-action-btn:hover {
  background: #146c43;
  transform: translateY(-3px);
  box-shadow: 0 15px 25px rgba(25, 135, 84, 0.3);
  color: #fff !important;
}

.tv-main-wrapper .pagination > .active > a,
.tv-main-wrapper .pagination > .active > span {
  background-color: #29b54e !important;
  border-color: #29b54e !important;
  color: #fff !important;
}

.blog-main-section {
  background-size: cover;
  background-position: center;
  position: relative;
  min-height: 250px;
}

.section-main-title {
  color: #fff;
  font-size: 36px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.breadcrumb-custom {
  list-style: none;
  padding: 0;
  display: flex;
  justify-content: center;
  gap: 10px;
}

.breadcrumb-custom li a,
.breadcrumb-custom li {
  color: #eee;
  text-decoration: none;
  font-size: 14px;
}

.breadcrumb-custom li.active {
  color: #29b54e;
}

.blog-listing-wrapper {
  padding: 60px 0;
  background: #f9f9f9;
}

.blog-card-item {
  background: #fff;
  margin-bottom: 30px;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
  transition: 0.3s;
}

.blog-card-item:hover {
  transform: translateY(-5px);
}

.blog-thumbnail {
  width: 100%;
  height: 250px;
  overflow: hidden;
}

.blog-img-fluid {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.blog-content-box {
  padding: 25px;
}

.blog-meta-wrapper {
  display: flex;
  align-items: flex-start;
  gap: 15px;
  margin-bottom: 15px;
}

.blog-date-badge {
  background: #29b54e;
  color: #fff;
  padding: 10px;
  text-align: center;
  border-radius: 8px;
  min-width: 60px;
}

.blog-date-badge .day {
  display: block;
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
}

.blog-date-badge .month {
  display: block;
  font-size: 12px;
  text-transform: uppercase;
}

.blog-title {
  font-size: 20px;
  font-weight: 600;
  margin: 0;
  line-height: 1.4;
}

.blog-title a {
  color: #333;
  text-decoration: none;
}

.blog-description p {
  color: #666;
  font-size: 15px;
  line-height: 1.6;
}

.custom-blog-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 28px;
  background: #29b54e;
  color: #fff !important;
  border-radius: 8px;
  font-weight: 600;
  text-decoration: none !important;
  transition: all 0.3s ease;
  box-shadow: 0 10px 20px rgba(25, 135, 84, 0.2);
  border: none;
  margin-top: 10px;
}

.custom-blog-btn:hover {
  background: #146c43;
  transform: translateY(-3px);
  box-shadow: 0 15px 25px rgba(25, 135, 84, 0.3);
}

.pagination-container {
  margin-top: 30px;
}
a.btn-gallery-more {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 10px 28px;
    background: #29b54e;
    color: #fff;
    border-radius: 8px;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease;
    box-shadow: 0 10px 20px rgba(25, 135, 84, 0.2);
    border: none;
    margin-top: 10px;
}
a.btn-gallery-more:hover {
    background: #146c43;
  transform: translateY(-3px);
  box-shadow: 0 15px 25px rgba(25, 135, 84, 0.3);
  color: #fff;
}

@media (max-width: 1200px) {
  .book-grid {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media (max-width: 991px) {
  .modern-intro-section {
    padding: 50px 0;
  }
  .modern-intro-section .intro-text-content {
    text-align: center;
    padding-left: 0;
    margin-top: 30px;
  }
  .modern-intro-section .modern-divider {
    justify-content: center;
  }
}
@media (max-width: 992px) {
  .book-grid {
    grid-template-columns: repeat(3, 1fr);
  }
  .sidebar-mobile-toggle {
    display: block;
  }
  .book-sidebar-column {
    display: none;
  }
  .book-sidebar-column.active {
    display: block;
  }
  .gallery-main-grid .grid-item {
    width: 32.333%;
    margin: 0.33%;
  }
  .gallery-main-grid .grid-item img {
    height: 200px;
  }
  .filtr-item {
    width: 31.33% !important;
  }
  .image-holder {
    height: 200px;
  }
}
@media (max-width: 768px) {
  .book-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .blog-posts-section .post-thumb img {
    height: 200px;
  }
  .gallery-main-grid .grid-item {
    width: 49%;
    margin: 0.5%;
  }
  .filtr-item {
    width: 48.5% !important;
  }
}
@media (max-width: 767px) {
  .rs-popular-courses.tv-main-wrapper {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .tv-main-wrapper .tv-section-title {
    font-size: 22px;
  }
}
@media (max-width: 576px) {
  .gallery-main-grid .grid-item {
    width: 100%;
    margin: 5px 0;
  }
  .gallery-main-grid .grid-item img {
    height: auto;
    aspect-ratio: 4/3;
  }
  .book-card-wrapper {
    padding: 10px;
  }
  .main-title {
    font-size: 28px;
  }
  .donation-header .main-title {
    font-size: 24px;
  }
  .donation-thumb {
    height: 180px;
  }
  .main-title {
    font-size: 24px;
  }
  .activity-thumb {
    height: 160px;
  }
  .modern-video-section .video-section-header {
    margin-bottom: 30px;
  }
  .modern-video-section .video-details {
    padding: 12px;
  }
  .container {
    padding-left: 10px;
    padding-right: 10px;
  }
  .modern-video-section .video-text {
    font-size: 12px;
  }
  .modern-gallery-section .main-title {
    font-size: 26px;
  }
  .modern-gallery-section .filter-items li {
    padding: 5px 12px;
    font-size: 12px;
  }
  .partner-section-header .main-title {
    font-size: 24px;
  }
  .partner-card {
    height: 80px;
  }
  .filtr-item {
    width: 100% !important;
    margin: 10px 0 !important;
  }
  .image-holder {
    height: auto;
    aspect-ratio: 4/3;
  }
  .rs-filtermenu .filter-items li {
    flex: 1 1 100%;
  }
}
@media (max-width: 480px) {
  .book-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }
  .book-card__title {
    font-size: 0.8rem;
  }
  .blog-posts-section .container {
    padding-left: 10px;
    padding-right: 10px;
  }
  .blog-posts-section .entry-title a {
    font-size: 16px;
  }
  .audio-section-wrapper .audio-card__footer {
    flex-direction: column;
  }
  .audio-section-wrapper .btn-custom-audio {
    width: 100%;
  }
}
@media (max-width: 400px) {
  .modern-intro-section .main-title {
    font-size: 28px;
  }
  .modern-intro-section .btn-modern-read {
    width: 100%;
  }
}
@media (max-width: 350px) {
  .modern-gallery-section .col-6 {
    width: 100%;
  }
  .modern-gallery-section .main-title {
    font-size: 20px;
  }
  .modern-gallery-section .sub-title {
    font-size: 11px;
  }
}
@media (max-width: 320px) {
  .book-details-page .bb-title {
    font-size: 18px;
  }
  .book-details-page .bb-meta-item b {
    min-width: 72px;
  }
  .book-details-page .bb-actions {
    gap: 8px;
  }
  .book-details-page .bb-btn {
    padding: 9px 12px;
  }
  .book-details-page .bb-pdf-object {
    height: 300px;
  }
  .blog-posts-section .post-thumb img {
    height: 160px;
  }
  .blog-posts-section .entry-date {
    padding: 5px 8px !important;
  }
  .btn-read-more button {
    padding: 5px 10px;
    font-size: 12px;
  }
}
@media (max-width: 300px) {
  .book-actions {
    flex-direction: column;
  }
  .book-thumb {
    height: 180px;
  }
  .donation-card-wrapper {
    padding: 5px;
  }
  .donation-content {
    padding: 12px;
  }
  .btn-donate-now {
    width: 100%;
    padding: 10px 5px;
    font-size: 13px;
  }
  .donation-title {
    font-size: 16px;
  }
  .modern-partners-section {
    padding: 30px 0;
  }
  .partner-section-header .main-title {
    font-size: 18px;
  }
  .partner-card-wrapper {
    padding: 5px;
  }
  .partner-card {
    height: 70px;
    padding: 10px;
  }
}
@media only screen and (max-width: 250px) {
  .share-buttons .btn {
    width: 100%;
    display: block;
    font-size: 12px;
    padding: 5px;
  }
  .entry-title {
    font-size: 16px !important;
  }
  .breadcrumb {
    font-size: 10px;
  }
  .entry-date {
    padding: 5px !important;
  }
  .section-content h3.title {
    font-size: 18px !important;
  }
  .container {
    padding-left: 5px;
    padding-right: 5px;
  }
  .activity-body {
    padding: 10px;
  }
  .activity-title {
    font-size: 14px;
  }
  .btn-readmore {
    font-size: 11px;
    padding: 6px 10px;
  }
  .book-grid {
    grid-template-columns: 1fr;
  }
  .book-search-form {
    flex-direction: column;
  }
  .book-card__actions {
    flex-direction: column;
  }
  .modern-intro-section .main-title {
    font-size: 22px;
  }
  .modern-intro-section .sub-title {
    font-size: 11px;
  }
  .modern-intro-section .main-intro-img {
    border-width: 4px;
  }
  .tv-main-wrapper .tv-card-container {
    padding: 10px;
  }
  .tv-main-wrapper .tv-action-btn {
    padding: 8px 15px;
    font-size: 12px;
  }
  .tv-main-wrapper .tv-section-title {
    font-size: 18px;
  }
  .blog-thumbnail {
    height: 150px;
  }
  .section-main-title {
    font-size: 20px;
  }
  .custom-blog-btn {
    padding: 8px 15px;
    font-size: 12px;
  }
  .blog-content-box {
    padding: 10px;
  }
}
@media only screen and (max-width: 768px) {
  .inner-header .section-content {
    padding-top: 60px !important;
  }
  .entry-date {
    margin-bottom: 15px;
  }
  .share-buttons {
    text-align: center !important;
  }
}
@media only screen and (max-width: 480px) {
  .container {
    padding-left: 10px;
    padding-right: 10px;
  }
  .entry-title {
    font-size: 18px !important;
  }
  .p-20 {
    padding: 15px !important;
  }
  .blog-meta-wrapper {
    flex-direction: column;
  }
  .blog-date-badge {
    display: inline-block;
    margin-bottom: 10px;
  }
  .blog-content-box {
    padding: 15px;
  }
  .blog-thumbnail {
    height: 200px;
  }
  .section-main-title {
    font-size: 28px;
  }
}

/* Responsive styles for header-top and menuzord-right */
@media (max-width: 1280px) {
  .header-top {
    padding: 3px 0;
  }
  .header-top .col-md-5,
  .header-top .col-md-3,
  .header-top .col-md-4 {
    padding-left: 5px;
    padding-right: 5px;
  }
  .menuzord-menu > li > a {
    padding: 20px 12px;
    font-size: 14px;
  }
}

@media (max-width: 1200px) {
  .header-top {
    padding: 2px 0;
  }
  .header-top .col-md-5 {
    width: 40%;
  }
  .header-top .col-md-3 {
    width: 25%;
  }
  .header-top .col-md-4 {
    width: 35%;
  }
  .menuzord-menu > li > a {
    padding: 18px 10px;
    font-size: 13px;
  }
}

@media (max-width: 991px) {
  .header-top .row {
    flex-direction: column;
    text-align: center;
  }
  .header-top .col-md-5,
  .header-top .col-md-3,
  .header-top .col-md-4 {
    width: 100%;
    margin-bottom: 10px;
  }
  .header-top .styled-icons {
    justify-content: center;
  }
  .header-top .d-flex {
    justify-content: center;
  }
  .menuzord-menu > li > a {
    padding: 15px 8px;
    font-size: 12px;
  }
  #menuzord-right {
    text-align: center;
  }
}

@media (max-width: 768px) {
  .header-top {
    padding: 5px 0;
  }
  .header-top .list-inline {
    display: none !important;
  }
  .header-top .header-top-right .styled-icons {
    justify-content: center;
  }
  .header-top .contact-anchor {
    font-size: 12px;
  }
  .header-top .eng_lang,
  .header-top .bangla_lang {
    font-size: 12px;
    margin: 0 5px;
  }
  .header-top .donate_button {
    padding: 8px 15px;
    font-size: 12px;
  }
  .menuzord-menu > li > a {
    padding: 12px 6px;
    font-size: 11px;
  }
}

@media (max-width: 576px) {
  .header-top .list-inline {
    display: block;
    text-align: center;
  }
  .header-top .list-inline li {
    display: block;
    margin: 5px 0;
  }
  .header-top .styled-icons li {
    display: inline-block;
    margin: 0 5px;
  }
  .header-top .d-flex {
    flex-direction: column;
    align-items: center;
  }
  .header-top .donate_button {
    margin-bottom: 10px;
  }
  .menuzord-menu > li > a {
    padding: 10px 4px;
    font-size: 10px;
  }
}

@media (max-width: 480px) {
  .header-top {
    padding: 3px 0;
  }
  .header-top .contact-icon {
    font-size: 14px;
  }
  .header-top .link-text {
    font-size: 11px;
  }
  .header-top .eng_lang,
  .header-top .bangla_lang {
    font-size: 11px;
  }
  .menuzord-menu > li > a {
    padding: 8px 3px;
    font-size: 9px;
  }
}

@media (max-width: 400px) {
  .header-top .col-md-5 .widget {
    padding: 0;
  }
  .header-top .styled-icons li a i {
    font-size: 16px;
  }
  .header-top .donate_button {
    padding: 6px 10px;
    font-size: 11px;
  }
  .menuzord-menu > li > a {
    padding: 6px 2px;
    font-size: 8px;
  }
}

@media (max-width: 350px) {
  .header-top .contact-anchor {
    display: block;
    font-size: 10px;
  }
  .header-top .eng_lang,
  .header-top .bangla_lang {
    font-size: 10px;
    display: inline-block;
    margin: 0 3px;
  }
  .menuzord-menu > li > a {
    padding: 5px 1px;
    font-size: 7px;
  }
}

@media (max-width: 320px) {
  .header-top .list-inline li {
    margin: 3px 0;
  }
  .header-top .styled-icons li {
    margin: 0 3px;
  }
  .header-top .donate_button {
    width: 100%;
    padding: 5px;
  }
  .menuzord-menu > li > a {
    padding: 4px 1px;
    font-size: 6px;
  }
}

@media (max-width: 300px) {
  .header-top .contact-icon {
    font-size: 12px;
  }
  .header-top .link-text {
    font-size: 9px;
  }
  .header-top .eng_lang,
  .header-top .bangla_lang {
    font-size: 9px;
  }
  .menuzord-menu > li > a {
    padding: 3px 1px;
    font-size: 5px;
  }
}

@media (max-width: 250px) {
  .header-top {
    padding: 1px 0;
  }
  .header-top .widget {
    margin: 0;
  }
  .header-top .list-inline li {
    margin: 2px 0;
  }
  .header-top .styled-icons li a i {
    font-size: 14px;
  }
  .header-top .donate_button {
    font-size: 9px;
    padding: 3px 5px;
  }
  .header-top .eng_lang,
  .header-top .bangla_lang {
    font-size: 8px;
  }
  .menuzord-menu > li > a {
    padding: 2px 1px;
    font-size: 4px;
  }
}
