:root {
  --color-one: #718e56;
  --color-one-light: #c0d7aa;
  --color-two: #783914;
  --color-two-light: #ecd79d;
  --color-black: #000000;
  --color-white: #ffffff;
  --color-gradient-1: linear-gradient(-17deg,
      var(--color-one-light) 0%,
      var(--color-one-light) 50%,
      var(--color-two-light) 100%);
  --font-meher: "Meher", sans-serif;
  --font-aslam: "Aslam", sans-serif;
  --font-muhammadi-quranic-font: "muhammadi-quranic-font", sans-serif;
  --font-gulzar: "Gulzar", serif;
}

*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

.pt-50px {
  padding-top: 50px !important;
}

/* Font */
@font-face {
  font-family: "Meher";
  src: url("../fonts/Meher.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Aslam";
  src: url("../fonts/Aslam.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

.font-meher {
  font-family: var(--font-meher) !important;
}

.font-aslam {
  font-family: var(--font-aslam) !important;
}

.font-muhammadi-quranic-font {
  font-family: var(--font-muhammadi-quranic-font) !important;
}

.font-gulzar {
  font-family: var(--font-gulzar) !important;
}

/* Custom */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type="number"] {
  appearance: textfield;
  -moz-appearance: textfield;
}

/* Colors */
.text-one {
  color: var(--color-one) !important;
}

.text-one-light {
  color: var(--color-one-light) !important;
}

.text-two {
  color: var(--color-two) !important;
}

.text-two-light {
  color: var(--color-two-light) !important;
}

.bg-one {
  background: var(--color-one) !important;
}

.bg-one-light {
  background: var(--color-one-light) !important;
}

.bg-two {
  background: var(--color-two) !important;
}

.bg-two-light {
  background: var(--color-two-light) !important;
}

.bg-gradient {
  background: var(--color-gradient-1) !important;
}

/* Border */
.border-1 {
  border: 1px solid var(--color-one) !important;
}

/* Fonts */
.fs-10px {
  font-size: 10px !important;
}

.fs-12px {
  font-size: 12px !important;
}

.fs-14px {
  font-size: 14px !important;
}

.fs-16px {
  font-size: 16px !important;
}

.fs-18px {
  font-size: 18px !important;
}

.fs-22px {
  font-size: 22px !important;
}

.fs-24px {
  font-size: 24px !important;
}

.fs-26px {
  font-size: 26px !important;
}

.fs-36px {
  font-size: 36px !important;
}

/* Scrollbar Start */
::-webkit-scrollbar {
  width: 5px;
  height: 1px;
}

::-webkit-scrollbar-track {
  background: #f1f1f1;
}

::-webkit-scrollbar-thumb {
  background: var(--color-one);
}

::-webkit-scrollbar-thumb:hover {
  background: var(--color-one-light);
}

::selection {
  color: var(--color-white);
  background: var(--color-one);
}

/* Preloader */
/* #mainPreloader {
  background: #FFF;
  height: 100%;
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 1031;
}

#mainPreloader .content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%);
  margin-top: 1.5em;
}

#mainPreloader .content p {
  font-size: 24px;
  color: var(--color-one);
}

#mainPreloader .preloaderBook {
  --duration: 6.8s;
  width: 32px;
  height: 12px;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

#mainPreloader .preloaderBook .inner {
  width: 32px;
  height: 12px;
  position: relative;
  transform-origin: 2px 2px;
  transform: rotateZ(-90deg);
  animation: book var(--duration) ease infinite;
}

#mainPreloader .preloaderBook .inner .left,
#mainPreloader .preloaderBook .inner .right {
  width: 60px;
  height: 4px;
  top: 0;
  border-radius: 2px;
  background: var(--color-one);
  position: absolute;
}

#mainPreloader .preloaderBook .inner .left:before,
#mainPreloader .preloaderBook .inner .right:before {
  content: "";
  width: 48px;
  height: 4px;
  border-radius: 2px;
  background: inherit;
  position: absolute;
  top: -10px;
  left: 6px;
}

#mainPreloader .preloaderBook .inner .left {
  right: 28px;
  transform-origin: 58px 2px;
  transform: rotateZ(90deg);
  animation: left var(--duration) ease infinite;
}

#mainPreloader .preloaderBook .inner .right {
  left: 28px;
  transform-origin: 2px 2px;
  transform: rotateZ(-90deg);
  animation: right var(--duration) ease infinite;
}

#mainPreloader .preloaderBook .inner .middle {
  width: 32px;
  height: 12px;
  border: 4px solid var(--color-one);
  border-top: 0;
  border-radius: 0 0 9px 9px;
  transform: translateY(2px);
}

#mainPreloader .preloaderBook ul {
  margin: 0;
  padding: 0;
  list-style: none;
  position: absolute;
  left: 50%;
  top: 0;
}

#mainPreloader .preloaderBook ul li {
  height: 4px;
  border-radius: 2px;
  transform-origin: 100% 2px;
  width: 48px;
  right: 0;
  top: -10px;
  position: absolute;
  background: var(--color-one);
  transform: rotateZ(0deg) translateX(-18px);
  animation-duration: var(--duration);
  animation-timing-function: ease;
  animation-iteration-count: infinite;
}

#mainPreloader .preloaderBook ul li:nth-child(0) {
  animation-name: page-0;
}

#mainPreloader .preloaderBook ul li:nth-child(1) {
  animation-name: page-1;
}

#mainPreloader .preloaderBook ul li:nth-child(2) {
  animation-name: page-2;
}

#mainPreloader .preloaderBook ul li:nth-child(3) {
  animation-name: page-3;
}

#mainPreloader .preloaderBook ul li:nth-child(4) {
  animation-name: page-4;
}

#mainPreloader .preloaderBook ul li:nth-child(5) {
  animation-name: page-5;
}

#mainPreloader .preloaderBook ul li:nth-child(6) {
  animation-name: page-6;
}

#mainPreloader .preloaderBook ul li:nth-child(7) {
  animation-name: page-7;
}

#mainPreloader .preloaderBook ul li:nth-child(8) {
  animation-name: page-8;
}

#mainPreloader .preloaderBook ul li:nth-child(9) {
  animation-name: page-9;
}

#mainPreloader .preloaderBook ul li:nth-child(10) {
  animation-name: page-10;
}

#mainPreloader .preloaderBook ul li:nth-child(11) {
  animation-name: page-11;
}

#mainPreloader .preloaderBook ul li:nth-child(12) {
  animation-name: page-12;
}

#mainPreloader .preloaderBook ul li:nth-child(13) {
  animation-name: page-13;
}

#mainPreloader .preloaderBook ul li:nth-child(14) {
  animation-name: page-14;
}

#mainPreloader .preloaderBook ul li:nth-child(15) {
  animation-name: page-15;
}

#mainPreloader .preloaderBook ul li:nth-child(16) {
  animation-name: page-16;
}

#mainPreloader .preloaderBook ul li:nth-child(17) {
  animation-name: page-17;
}

#mainPreloader .preloaderBook ul li:nth-child(18) {
  animation-name: page-18;
}

@keyframes page-0 {
  4% {
    transform: rotateZ(0deg) translateX(-18px);
  }

  13%,
  54% {
    transform: rotateZ(180deg) translateX(-18px);
  }

  63% {
    transform: rotateZ(0deg) translateX(-18px);
  }
}

@keyframes page-1 {
  5.86% {
    transform: rotateZ(0deg) translateX(-18px);
  }

  14.74%,
  55.86% {
    transform: rotateZ(180deg) translateX(-18px);
  }

  64.74% {
    transform: rotateZ(0deg) translateX(-18px);
  }
}

@keyframes page-2 {
  7.72% {
    transform: rotateZ(0deg) translateX(-18px);
  }

  16.48%,
  57.72% {
    transform: rotateZ(180deg) translateX(-18px);
  }

  66.48% {
    transform: rotateZ(0deg) translateX(-18px);
  }
}

@keyframes page-3 {
  9.58% {
    transform: rotateZ(0deg) translateX(-18px);
  }

  18.22%,
  59.58% {
    transform: rotateZ(180deg) translateX(-18px);
  }

  68.22% {
    transform: rotateZ(0deg) translateX(-18px);
  }
}

@keyframes page-4 {
  11.44% {
    transform: rotateZ(0deg) translateX(-18px);
  }

  19.96%,
  61.44% {
    transform: rotateZ(180deg) translateX(-18px);
  }

  69.96% {
    transform: rotateZ(0deg) translateX(-18px);
  }
}

@keyframes page-5 {
  13.3% {
    transform: rotateZ(0deg) translateX(-18px);
  }

  21.7%,
  63.3% {
    transform: rotateZ(180deg) translateX(-18px);
  }

  71.7% {
    transform: rotateZ(0deg) translateX(-18px);
  }
}

@keyframes page-6 {
  15.16% {
    transform: rotateZ(0deg) translateX(-18px);
  }

  23.44%,
  65.16% {
    transform: rotateZ(180deg) translateX(-18px);
  }

  73.44% {
    transform: rotateZ(0deg) translateX(-18px);
  }
}

@keyframes page-7 {
  17.02% {
    transform: rotateZ(0deg) translateX(-18px);
  }

  25.18%,
  67.02% {
    transform: rotateZ(180deg) translateX(-18px);
  }

  75.18% {
    transform: rotateZ(0deg) translateX(-18px);
  }
}

@keyframes page-8 {
  18.88% {
    transform: rotateZ(0deg) translateX(-18px);
  }

  26.92%,
  68.88% {
    transform: rotateZ(180deg) translateX(-18px);
  }

  76.92% {
    transform: rotateZ(0deg) translateX(-18px);
  }
}

@keyframes page-9 {
  20.74% {
    transform: rotateZ(0deg) translateX(-18px);
  }

  28.66%,
  70.74% {
    transform: rotateZ(180deg) translateX(-18px);
  }

  78.66% {
    transform: rotateZ(0deg) translateX(-18px);
  }
}

@keyframes page-10 {
  22.6% {
    transform: rotateZ(0deg) translateX(-18px);
  }

  30.4%,
  72.6% {
    transform: rotateZ(180deg) translateX(-18px);
  }

  80.4% {
    transform: rotateZ(0deg) translateX(-18px);
  }
}

@keyframes page-11 {
  24.46% {
    transform: rotateZ(0deg) translateX(-18px);
  }

  32.14%,
  74.46% {
    transform: rotateZ(180deg) translateX(-18px);
  }

  82.14% {
    transform: rotateZ(0deg) translateX(-18px);
  }
}

@keyframes page-12 {
  26.32% {
    transform: rotateZ(0deg) translateX(-18px);
  }

  33.88%,
  76.32% {
    transform: rotateZ(180deg) translateX(-18px);
  }

  83.88% {
    transform: rotateZ(0deg) translateX(-18px);
  }
}

@keyframes page-13 {
  28.18% {
    transform: rotateZ(0deg) translateX(-18px);
  }

  35.62%,
  78.18% {
    transform: rotateZ(180deg) translateX(-18px);
  }

  85.62% {
    transform: rotateZ(0deg) translateX(-18px);
  }
}

@keyframes page-14 {
  30.04% {
    transform: rotateZ(0deg) translateX(-18px);
  }

  37.36%,
  80.04% {
    transform: rotateZ(180deg) translateX(-18px);
  }

  87.36% {
    transform: rotateZ(0deg) translateX(-18px);
  }
}

@keyframes page-15 {
  31.9% {
    transform: rotateZ(0deg) translateX(-18px);
  }

  39.1%,
  81.9% {
    transform: rotateZ(180deg) translateX(-18px);
  }

  89.1% {
    transform: rotateZ(0deg) translateX(-18px);
  }
}

@keyframes page-16 {
  33.76% {
    transform: rotateZ(0deg) translateX(-18px);
  }

  40.84%,
  83.76% {
    transform: rotateZ(180deg) translateX(-18px);
  }

  90.84% {
    transform: rotateZ(0deg) translateX(-18px);
  }
}

@keyframes page-17 {
  35.62% {
    transform: rotateZ(0deg) translateX(-18px);
  }

  42.58%,
  85.62% {
    transform: rotateZ(180deg) translateX(-18px);
  }

  92.58% {
    transform: rotateZ(0deg) translateX(-18px);
  }
}

@keyframes page-18 {
  37.48% {
    transform: rotateZ(0deg) translateX(-18px);
  }

  44.32%,
  87.48% {
    transform: rotateZ(180deg) translateX(-18px);
  }

  94.32% {
    transform: rotateZ(0deg) translateX(-18px);
  }
}

@keyframes left {
  4% {
    transform: rotateZ(90deg);
  }

  10%,
  40% {
    transform: rotateZ(0deg);
  }

  46%,
  54% {
    transform: rotateZ(90deg);
  }

  60%,
  90% {
    transform: rotateZ(0deg);
  }

  96% {
    transform: rotateZ(90deg);
  }
}

@keyframes right {
  4% {
    transform: rotateZ(-90deg);
  }

  10%,
  40% {
    transform: rotateZ(0deg);
  }

  46%,
  54% {
    transform: rotateZ(-90deg);
  }

  60%,
  90% {
    transform: rotateZ(0deg);
  }

  96% {
    transform: rotateZ(-90deg);
  }
}

@keyframes book {
  4% {
    transform: rotateZ(-90deg);
  }

  10%,
  40% {
    transform: rotateZ(0deg);
    transform-origin: 2px 2px;
  }

  40.01%,
  59.99% {
    transform-origin: 30px 2px;
  }

  46%,
  54% {
    transform: rotateZ(90deg);
  }

  60%,
  90% {
    transform: rotateZ(0deg);
    transform-origin: 2px 2px;
  }

  96% {
    transform: rotateZ(-90deg);
  }
} */

/* Back To Top */
#backToTopBtn {
  display: inline-block;
  background: var(--color-one);
  width: 45px;
  height: 45px;
  text-align: center;
  border-radius: 2em;
  position: fixed;
  bottom: 30px;
  right: 30px;
  transition: background .3s,
    opacity .5s, visibility .5s;
  opacity: 0;
  visibility: hidden;
  z-index: 1000;
  display: flex;
  justify-content: center;
  align-items: center;
}

#backToTopBtn::after {
  content: "\f077";
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  color: var(--color-white);
}

#backToTopBtn:hover {
  cursor: pointer;
  background: rgba(113, 142, 86, 0.7);
}

#backToTopBtn:active {
  background: rgba(113, 142, 86, 0.7);
}

#backToTopBtn.show {
  opacity: 1;
  visibility: visible;
}


/* Text Truncate */
.text-truncate-1 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  line-clamp: 1;
  -webkit-line-clamp: 1;
}

.text-truncate-1::after {
  content: "...";
  display: inline-block;
}

.text-truncate-2 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  line-clamp: 2;
  -webkit-line-clamp: 2;
}

.text-truncate-2::after {
  content: "...";
  display: inline-block;
}

.text-truncate-3 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  line-clamp: 3;
  -webkit-line-clamp: 3;
}

.text-truncate-3::after {
  content: "...";
  display: inline-block;
}

.text-truncate-4 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  line-clamp: 4;
  -webkit-line-clamp: 4;
}

.text-truncate-4::after {
  content: "...";
  display: inline-block;
}

/* Body */
body {
  overflow-x: hidden;
}

body.one-light {
  background: url(../image/others/bg-shape.svg) center repeat,
    var(--color-one-light);
}

body.two-light {
  background: url(../image/others/bg-shape.svg) center repeat,
    var(--color-two-light);
}

/* Navbar */
#header {
  background: var(--color-white);
  /* position: relative; */
}

.navbar {
  padding: 15px 0;
}

.navbar .navbar-brand {
  position: absolute;
  top: 10px;
  width: 95px;
  height: 95px;
  background: var(--color-white);
  border-radius: 50%;
}

.navbar .navbar-brand img {
  /* height: 100%;
  width: 100%;
  object-fit: contain; */
  background: var(--color-white);
  border-radius: 50%;
}

#navbarSupportedContent {
  justify-content: center;
}

ul.navbar-nav li.nav-item {
  margin-right: 25px;
}

ul.navbar-nav li.nav-item:last-child {
  margin-right: 0;
}

ul.navbar-nav li.nav-item a.nav-link {
  color: #707070;
  font-weight: 400;
}

.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .show>.nav-link {
  color: var(--color-black);
  font-weight: 500;
}

ul.navbar-nav li.nav-item a.nav-link:hover {
  color: var(--color-black);
  font-weight: 500;
}

ul.navbar-nav li.nav-item .search-box {
  border: 1px solid var(--color-one-light) !important;
  border-radius: 1em;
  display: flex;
  padding: 6px 10px 5px 0px;
}

ul.navbar-nav li.nav-item .search-box input {
  border: 1px solid var(--color-one-light);
  border-radius: 1em;
  width: 100px;
  padding: 0 0 0 10px !important;
  font-size: 10px;
}

ul.navbar-nav li.nav-item .search-box input:focus {
  box-shadow: none;
}

ul.navbar-nav li.nav-item .search-box i {
  font-size: 10px;
}

/* Mobile View */
.navbar .search-box.mobile-view {
  border: 1px solid var(--color-one-light) !important;
  border-radius: 1em;
  display: flex;
  padding: 6px 10px 5px 0px;
  /* position: absolute; */
  /* right: 0; */
}

.navbar .search-box.mobile-view input {
  border: 1px solid var(--color-one-light);
  border-radius: 1em;
  width: 100px;
  padding: 0 0 0 10px !important;
  font-size: 10px;
}

.navbar .search-box.mobile-view input:focus {
  box-shadow: none;
}

.navbar .search-box.mobile-view i {
  font-size: 10px;
}

ul.navbar-nav:nth-child(1) {
  padding-left: 130px;
}

@media (min-width: 320px) and (max-width: 991px) {
  .navbar .navbar-brand {
    left: 50%;
    transform: translate(-50%);
  }
}

section {
  margin-top: 3.5em;
}

/* Heading */
.heading {
  text-align: center;
  margin-top: 12px;
}

.heading .title {
  font-size: 25px;
  font-weight: 600;
  text-transform: uppercase;
  color: var(--color-one);
  font-family: var(--font-gulzar);
}

.heading .sub-title {
  font-size: 18px;
  font-weight: 400;
  color: var(--color-one);
  font-family: var(--font-gulzar);
}

/* Top Head */
section.top-head .heading .title {
  font-size: 30px;
  font-weight: 500;
  line-height: 40px;
  font-family: var(--font-gulzar);
}

section.top-head .heading .sub-title {
  font-size: 18.5px;
  line-height: 24px;
  /* line-height: 45px; */
  font-weight: 300;
  font-family: var(--font-gulzar);
}

/* WTLS Dropdown Section (writer,translator,language,sorting)*/
.wtls-dropdown-section .wtls-dropdown label {
  color: #d19500;
  font-size: 12px;
  font-weight: 600;
  line-height: 16px;
  margin-top: 0.7em;
  display: block;
}

.wtls-dropdown-section .wtls-dropdown select {
  background: transparent;
  border: inherit;
  border-bottom: 1px solid var(--color-two);
  padding: 0.1em 0 0.6em 0;
  width: 100%;
}

.wtls-dropdown-section .wtls-dropdown select:focus-visible {
  outline: none;
}

.wtls-dropdown-section .wtls-dropdown select option {
  background: transparent;
}

/* Banner Home page */
.banners-section {
  margin: 3.5em 0 2em 0;
}

/* .banners-section .banner-img {
  height: 334px;
}

.banners-section .banner-img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  border-radius: 1em;
}

.banners-section .marc-banner {
  background: var(--color-white);
  border-radius: 1em;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.banners-section .marc-banner .marc-banner-img-div {
  width: 150px;
}

.banners-section .marc-banner .marc-p-1 {
  color: var(--color-one);
  font-size: 30px;
  font-weight: 700;
  line-height: 50.28px;
  text-align: center;
  margin: 0;
}

.banners-section .marc-banner .marc-p-2 {
  color: var(--color-black);
  font-size: 16px;
  font-weight: 400;
  text-align: center;
  margin: 0;
} */
/* 
.home-banner-container {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  width: 100%;
  overflow: hidden;
}

.home-banner {
  height: 400px;
  background: #f2f2f2;
  transition: width 0.3s ease-in-out;
  width: 20%;
  border-radius: 2em;
}

.home-banner img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  border-radius: 2em;
}

.home-banner.active {
  width: 50%;
  background: #ffffff;
  border-radius: 2em;
}

.home-banner.active img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  border-radius: 2em;
} */
.home-banner-container {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  width: 100%;
  overflow: hidden;
}

.home-banner {
  /* height: 400px; */
  height: 300px;
  background: #f2f2f2;
  transition: width 0.3s ease-in-out;
  width: 10%;
  /* Adjusted to fit 10 images */
  border-radius: 2em;
}

.home-banner img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  border-radius: 2em;
}

.home-banner.active {
  width: 30%;
  /* Larger size for the active image */
  background: #ffffff;
  border-radius: 2em;
}

.home-banner.active img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  border-radius: 2em;
}

/* About Section Home */
.about-section-home .about-card-home-img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  border-radius: 1em;
}

.about-section-home .about-card {
  border-radius: 1em;
  background: rgb(255, 255, 255);
  background: linear-gradient(89deg,
      rgba(255, 255, 255, 1) 60%,
      rgba(201, 212, 193, 0.5) 100%);
  opacity: 0.8;
  box-shadow: none !important;
}

.about-section-home .about-card .head {
  color: #e87c00;
  font-size: 24px;
}

.about-section-home .about-card .sub-head {
  color: #718e56;
  font-size: 34px !important;
  font-weight: 500;
}

.about-section-home .about-card .desc {
  color: #000000;
  font-size: 16px;
  line-height: 22px;
  font-weight: 300;
}

.about-section-home .about-card p.link a {
  color: #878787;
}

.about-section-home .about-card p.link a:hover {
  color: #799363;
  transition: all 0.2s ease;
}

/* 
.about-section-home .about-card p:nth-child(1) {
  color: #d8ab3d;
  font-size: 24px;
}

.about-section-home .about-card p:nth-child(2) {
  color: #718e56;
  font-size: 34px;
  font-weight: 500;
}

.about-section-home .about-card p:nth-child(3) {
  color: #000000;
  font-size: 16px;
  line-height: 22px;
  font-weight: 300;
}

.about-section-home .about-card p:nth-child(4) a {
  color: #878787;
}

.about-section-home .about-card p:nth-child(4) a:hover {
  color: #799363;
  transition: all 0.2s ease;
} */

.about-section-home .read-about-center-btn {
  font-size: 14px;
  border-radius: 2em;
  padding: 8px 20px 4px 20px;
  border: 1px solid var(--color-white);
  color: var(--color-one);
  background: var(--color-white);
}

.about-section-home .read-about-center-btn:hover {
  border: 1px solid #c0d7aa;
  color: #799363;
  background: var(--color-white);
  border-radius: 0.8em;
  transition: all 0.2s ease;
}

/* About Page Section */
.about-page-section-blur-bg {
  background: rgba(255, 255, 255, 0.4);
  backdrop-filter: blur(1px);
  -webkit-backdrop-filter: blur(1px);
}

.about-page-section {
  margin: 2em 0 2em 0;
  padding: 1em 0 1em 0;
}

.about-page-section .about-card {
  height: 550px;
  position: relative;
  margin-top: 20em;
  border-radius: 25px;
  padding: 0.8em 1em 0.8em 1em;
}

.about-page-section .about-card .about-card-img {
  position: absolute;
  bottom: 24em;
  width: 50%;
}

.about-page-section .about-card .about-card-img img {
  border-radius: 1em;
}

.about-page-section .about-card .card-content {
  margin-top: 10em;
}

.about-page-section .about-card .card-content .about-head-static {
  color: #e87c00;
  font-size: 24px;
}

.about-page-section .about-card .card-content .card-title {
  color: #718e56;
  font-size: 34px !important;
  font-weight: 500;
}

.about-page-section .islamic-scholar-title {
  border-radius: 0 !important;
}

.about-page-section .islamic-scholar-title p {
  color: #718e56;
  font-size: 34px;
  font-weight: 500;
  line-height: 50px;
  text-align: center;
  font-family: var(--font-gulzar);
}

.about-page-section .islamic-scholar-card {
  border-radius: 0 !important;
  box-shadow: none !important;
}

.about-page-section .islamic-scholar-card ul li:nth-child(1) {
  color: #718e56;
  font-size: 24px;
  font-weight: 500;
  line-height: 30px;
  margin-top: 15px;
}

.about-page-section .islamic-scholar-card ul li:nth-child(2) {
  color: #e87c00;
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
}

/* Latest Article Section Home */
.latest-articles-section-home {
  padding: 20px 0 20px 0;
}

.latest-articles-section-home .container {
  background: linear-gradient(180deg,
      #ffffff 34.14%,
      rgba(255, 255, 255, 0) 92.64%);
  border: 2px solid #ffffff;
  border-radius: 1em;
}


.latest-articles-section-home .swiper.article-slider .swiper-button-next,
.latest-articles-section-home .swiper.article-slider .swiper-button-prev {
  width: 40px;
  height: 40px;
  background: #c0d7aa;
  color: #588231;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2);
  cursor: pointer;
  transition: background 0.3s ease, transform 0.3s ease;
}

.latest-articles-section-home .swiper.article-slider .swiper-button-next:hover,
.latest-articles-section-home .swiper.article-slider .swiper-button-prev:hover {
  background: #555;
  transform: scale(1.1);
}

.latest-articles-section-home .swiper.article-slider .swiper-button-next::after,
.latest-articles-section-home .swiper.article-slider .swiper-button-prev::after {
  font-size: 16px;
  color: inherit;
  font-weight: bold;
}

.latest-articles-section-home .swiper.article-slider .swiper-button-next {
  right: 10px;
  top: 50px;
}

.latest-articles-section-home .swiper.article-slider .swiper-button-prev {
  left: 10px;
  top: 50px;
}

/* 
.latest-articles-section-home .tags-section ul {
  display: flex;
  justify-content: center;
  list-style: none;
  margin: 1.9em 0 1em 0;
  gap: 10px;
}

.latest-articles-section-home .tags-section ul li {
  background: var(--color-one-light);
  color: var(--color-one);
  padding: 0.3em 1.3em 0.3em 1.3em;
  border-radius: 2em;
  cursor: pointer;
}

.latest-articles-section-home .tags-section ul li {
  background: var(--color-one-light);
  color: var(--color-one);
  padding: 0.3em 1.3em 0.3em 1.3em;
  border-radius: 2em;
  cursor: pointer;
}

.latest-articles-section-home .tags-section ul li.active {
  background: var(--color-one);
  color: var(--color-white);
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
} */


.latest-articles-section-home ul.head-tags {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  list-style: none;
  margin: 1.9em 0 1em 0;
  gap: 10px;
  padding: 0;
}

.latest-articles-section-home ul.head-tags li {
  position: relative;
}

.latest-articles-section-home ul.head-tags input[type="radio"] {
  display: none;
}

.latest-articles-section-home ul.head-tags label {
  background: var(--color-one-light);
  color: var(--color-one);
  padding: 0.3em 1.3em;
  border-radius: 2em;
  cursor: pointer;
  transition: all 0.3s ease;
}

.latest-articles-section-home ul.head-tags input[type="radio"]:checked+label {
  background: var(--color-one);
  color: var(--color-white);
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
}

.latest-articles-section-home .article-card .article-card-img {
  height: 250px;
}

.latest-articles-section-home .article-card .article-card-img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  border-radius: 1em;
}

/* .latest-articles-section-home .article-card .article-card-content p:nth-child(1) {
    color: #588231;
    font-size: 22px;
    font-weight: 600;
    margin-top: 0.7em !important;
}

.latest-articles-section-home .article-card .article-card-content ul.writer li:nth-child(1) {
    color: #999999;
    font-size: 12px;
    font-weight: 600;
    line-height: 10px;
    margin-top: 0.7em;
}

.latest-articles-section-home .article-card .article-card-content ul.writer li:nth-child(2) {
    color: var(--color-black);
    font-size: 14px;
    margin-top: 4px;
}

.latest-articles-section-home .article-card .article-card-content ul li:nth-child(3) a {
    background: var(--color-white);
    color: #e87c00;
    font-size: 12px;
    padding: 6px 12px 6px 12px;
    border-radius: 1em;
} */

.latest-articles-section-home .article-card .article-card-content {
  height: 250px;
}

.latest-articles-section-home .article-card .article-card-content p {
  color: var(--color-one);
  font-size: 28px;
  font-weight: 500;
  line-height: 40px;
}

.latest-articles-section-home .article-card .article-card-content>div p {
  font-family: var(--font-meher) !important;
  margin: 0;
}

.latest-articles-section-home .article-card .article-card-content ul.writer li:nth-child(1) {
  color: #8c8c8c;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
}

.latest-articles-section-home .article-card .article-card-content ul.writer li:nth-child(2) {
  color: var(--color-black);
  font-size: 18px;
  font-weight: 400;
  line-height: 22px;
}

.latest-articles-section-home .article-card .read-more-btn {
  font-size: 12px;
  border-radius: 2em;
  border: 1px solid var(--color-white);
  color: var(--color-one);
  background: var(--color-white);
  padding: 8px 25px 5px 25px;
}

.latest-articles-section-home .article-card .read-more-btn:hover {
  border: 1px solid var(--color-one);
  color: var(--color-white);
  background: var(--color-one);
  transition: all 0.2s ease;
}

.latest-articles-section-home .read-all-articles-btn {
  font-size: 14px;
  border-radius: 2em;
  padding: 8px 20px 4px 20px;
  border: 1px solid var(--color-white);
  color: var(--color-one);
  background: var(--color-white);
}

.latest-articles-section-home .read-all-articles-btn:hover {
  border: 1px solid #c0d7aa;
  color: #799363;
  background: var(--color-white);
  border-radius: 0.8em;
  transition: all 0.2s ease;
}

.latest-articles-section-home .article-view {
  font-size: 12px;
  border-radius: 2em;
  color: var(--color-one);
  border: 1px solid var(--color-one);
  padding: 8px 25px 5px 25px;
}

/* Articles Pages Section */
.article-page-section-blur-bg {
  background: rgba(255, 255, 255, 0.4);
  backdrop-filter: blur(1px);
  -webkit-backdrop-filter: blur(1px);
}

.article-page-section {
  margin: 2em 0 2em 0;
  padding: 1em 0 1em 0;
}

.article-page-section .search-box {
  display: flex;
  border-radius: 2em;
  background: var(--color-white);
  padding: 0.8em 1em 0.8em 1em;
  box-shadow: 1px 2px 0px rgba(0, 0, 0, 0.5);
}

.article-page-section .search-box input {
  text-align: center;
  color: var(--color-one);
}

.article-page-section .search-box input:focus {
  box-shadow: none !important;
}

.article-page-section .article-card .article-card-img {
  height: 250px;
}

.article-page-section .article-card .article-card-img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  border-radius: 1em;
}

.article-page-section .article-card .article-card-content {
  height: 270px;
}

/* .article-page-section .tags-section ul {
  display: flex;
  justify-content: center;
  list-style: none;
  margin: 1.9em 0 1em 0;
  gap: 10px;
}

.article-page-section .tags-section ul li {
  background: var(--color-one-light);
  color: var(--color-one);
  padding: 0.3em 1.3em 0.3em 1.3em;
  border-radius: 2em;
  cursor: pointer;
}

.article-page-section .tags-section ul li.active {
  background: var(--color-one);
  color: var(--color-white);
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
} */

.article-page-section ul.head-tags {
  display: flex;
  justify-content: center;
  list-style: none;
  margin: 1.9em 0 1em 0;
  gap: 10px;
  padding: 0;
  flex-wrap: wrap;
}

.article-page-section ul.head-tags li {
  position: relative;
}

.article-page-section ul.head-tags input[type="radio"] {
  display: none;
}

.article-page-section ul.head-tags label {
  background: var(--color-one-light);
  color: var(--color-one);
  padding: 0.3em 1.3em;
  border-radius: 2em;
  cursor: pointer;
  transition: all 0.3s ease;
}

.article-page-section ul.head-tags input[type="radio"]:checked+label {
  background: var(--color-one);
  color: var(--color-white);
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
}

.article-page-section .article-card .article-card-content p {
  color: var(--color-one);
  font-size: 28px;
  font-weight: 500;
  line-height: 40px;
}

.article-page-section .article-card .article-card-content p.font-gulzar:nth-child(1) {
  margin-top: 14px;
  font-weight: 700;
}

.article-page-section .article-card .article-card-content ul.writer li:nth-child(1) {
  color: #8c8c8c;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
}

.article-page-section .article-card .article-card-content ul.writer li:nth-child(2) {
  color: var(--color-black);
  font-size: 18px;
  font-weight: 400;
  line-height: 22px;
}

.article-page-section .article-card .read-more-btn {
  font-size: 12px;
  border-radius: 2em;
  border: 1px solid var(--color-one);
  color: var(--color-one);
  background: var(--color-white);
  padding: 8px 25px 5px 25px;
}

.article-page-section .article-card .read-more-btn:hover {
  border: 1px solid var(--color-white);
  color: var(--color-white);
  background: var(--color-one);
  transition: all 0.2s ease;
}

.article-page-section .article-card .article-view {
  font-size: 12px;
  border-radius: 2em;
  color: var(--color-one);
  border: 1px solid var(--color-one);
  padding: 8px 25px 5px 25px;
}

/* Article Deatils Page Sections */
.article-detail-page-section {
  background: rgba(255, 255, 255, 0.4);
  backdrop-filter: blur(1px);
  -webkit-backdrop-filter: blur(1px);
  padding-top: 42px;
  margin-top: 155px;
  /* margin-top: 164px; */
}

.article-detail-page-section .article-details-page-section-container {
  position: relative;
  bottom: 125px;
}

.article-detail-page-section .article-details-page-section-container .head-top .text-end img {
  height: -webkit-fill-available !important;
  width: -webkit-fill-available !important;
  object-fit: contain !important;
}

.article-detail-page-section .article-details-page-section-container .head-top .title {
  font-size: 26px;
  font-weight: 500;
  line-height: 40px;
  color: var(--color-one);
}

.article-detail-page-section .article-details-page-section-container .head-author ul.tags {
  display: flex;
  gap: 5px;
  flex-wrap: wrap;
}

.article-detail-page-section .article-details-page-section-container .head-author ul.tags li {
  background: var(--color-one-light);
  color: var(--color-one);
  padding: 0.3em 1.3em 0.3em 1.3em;
  border-radius: 2em;
  cursor: pointer;
}

.article-detail-page-section .article-details-page-section-container .head-author ul.author-name ul li:nth-child(1) {
  font-size: 16px;
  /* font-weight: 600; */
  color: var(--color-black);
}

.article-detail-page-section .article-details-page-section-container .head-author ul.author-name ul li:nth-child(2) {
  font-size: 20px;
  /* font-weight: 800; */
  line-height: 24px;
  color: var(--color-black);
}

.article-detail-page-section .article-details-page-section-container .content {
  font-size: 18px;
  /* font-weight: 600; */
  line-height: 30px;
  color: var(--color-black);
}

.article-detail-page-section .article-detail-about-section {
  background: var(--color-white);
  box-shadow: 1px 0px 5px rgba(0, 0, 0, 0.1);
  border-radius: 2em;
  padding: 2em 1.5em 2em 1.5em;
}

.article-detail-page-section .article-detail-about-section-img {
  height: 150px;
  width: 150px;
  border-radius: 50%;
}

.article-detail-page-section .article-detail-about-section-img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  border-radius: 50%;
}

.article-detail-page-section .article-detail-about-section .article-detail-about-section-content p:nth-child(1) {
  color: var(--color-one);
  font-size: 24px;
  font-weight: 500;
  line-height: 40px;
}

.article-detail-page-section .article-detail-about-section .article-detail-about-section-content p:nth-child(2) {
  color: var(--color-black);
  font-size: 28px;
  font-weight: 500;
  line-height: 40px;
}

.article-detail-page-section .article-detail-about-section .article-detail-about-section-content p:nth-child(3) {
  color: var(--color-black);
  font-size: 16px;
  line-height: 23px;
}

.article-detail-page-section .article-card .article-card-content>div p {
  font-family: var(--font-meher) !important;
  margin: 0;
}

.article-detail-page-section .article-card .article-card-content p {
  color: var(--color-one);
  font-size: 28px;
  font-weight: 500;
  line-height: 40px;
}

.article-detail-page-section .article-card .article-card-content ul.writer li:nth-child(1) {
  color: #8c8c8c;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
}

.article-detail-page-section .article-card .article-card-content ul.writer li:nth-child(2) {
  color: var(--color-black);
  font-size: 18px;
  font-weight: 400;
  line-height: 22px;
}

.article-detail-page-section .article-card .read-more-btn {
  font-size: 12px;
  border-radius: 2em;
  border: 1px solid var(--color-white);
  color: #588231;
  background: var(--color-white);
  padding: 8px 25px 5px 25px;
}

.article-detail-page-section .article-card .read-more-btn:hover {
  border: 1px solid var(--color-white);
  color: var(--color-white);
  background: var(--color-one);
  transition: all 0.2s ease;
}

.article-detail-page-section .article-card-img {
  height: 250px;
}

.article-detail-page-section .article-card-img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  border-radius: 1em;
}

.article-detail-page-section .article-card-content {
  /* height: 225px; */
  height: clamp(225px, 250px, 250px);
}

.article-detail-page-section .wah-section {
  display: flex;
  justify-content: start;
  align-items: center;
}

.article-detail-page-section .wah-section .read-more-btn {
  font-size: 12px;
  border-radius: 2em;
  border: 1px solid var(--color-white);
  color: #588231;
  background: var(--color-white);
  padding: 14px 25px 5px 25px;
}

.article-detail-page-section .wah-section .read-more-btn:hover {
  border: 1px solid var(--color-white);
  color: var(--color-white);
  background: var(--color-one);
  transition: all 0.2s ease;
}

.article-detail-page-section .article-view {
  font-size: 12px;
  border-radius: 2em;
  color: var(--color-one);
  border: 1px solid var(--color-one);
  padding: 8px 25px 5px 25px;
}

/* Books Section Home */
.books-section-home .container {
  background: linear-gradient(180deg,
      #ffffff 28.14%,
      rgba(255, 255, 255, 0) 89.14%);
  border-radius: 1em;
  border: 1px solid var(--color-white);
}

.books-section-home .books-slider .book-card {
  border-radius: 1em;
  background: transparent;
  padding: 0;
  box-shadow: none !important;
}

.books-section-home .books-slider .swiper-slide {
  background: transparent;
  padding: 12px 12px 12px 12px;
  background: transparent;
  border: 1px solid transparent;
  border-radius: 13px;
  transition: background 0.3s ease, border-color 0.3s ease, transform 0.3s ease;
}

.books-section-home .books-slider .swiper-slide:hover {
  background: linear-gradient(360deg, #ffffff 0%, rgba(255, 255, 255, 0) 93.5%);
  padding: 12px 12px 12px 12px;
  border-radius: 13px;
  border: 1px solid var(--color-white);
  cursor: pointer;
  transition: all 0.25s ease-out;
}

.books-section-home .books-slider .book-card .card-img {
  height: 380px;
}

.books-section-home .books-slider .book-card .card-img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  border-radius: 1em;
}

.books-section-home .books-slider .book-card .card-img span.badge {
  position: absolute;
  bottom: 0;
  left: 0;
  background: #d19500;
  border: 1px solid var(--color-white);
  border-radius: 1em;
}

.books-section-home .books-slider .book-card .card-content {
  height: 300px;
}

.books-section-home .books-slider .book-card .card-content p {
  color: #588231;
  font-size: 25px;
  font-weight: 500;
  line-height: 29px;
  margin-top: 16px !important;
}

.books-section-home .books-slider .book-card .card-content ul.writer li:nth-child(1) {
  color: #8c8c8c;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
}

.books-section-home .books-slider .book-card .card-content ul.writer li:nth-child(2) {
  color: var(--color-black);
  font-size: 18px;
  font-weight: 400;
  line-height: 22px;
}

.books-section-home .books-slider .book-card .card-content ul.translator li:nth-child(1) {
  color: #8c8c8c;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
}

.books-section-home .books-slider .book-card .card-content ul.translator li:nth-child(2) {
  color: var(--color-black);
  font-size: 18px;
  font-weight: 400;
  line-height: 22px;
}

.books-section-home .books-slider .book-card .card-content ul.tags {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
}

.books-section-home .books-slider .book-card .card-content ul.tags li {
  font-weight: 600;
  color: #588231;
}

.books-section-home .books-slider .book-card .card-bottom {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 0;
  margin-top: 1em;
}

.books-section-home .books-slider .book-card .card-bottom a.btn-1 {
  font-size: 12px;
  border-radius: 2em;
  border: 1px solid var(--color-white);
  color: #d8ab3d;
  background: transparent;
  padding: 3px 20px 3px 20px;
}

.books-section-home .books-slider .book-card .card-bottom a.btn-1:hover {
  border-radius: 0.8em;
  border: 1px solid var(--color-white);
  color: var(--color-white);
  background: #d8ab3d;
  transition: all 0.2s ease;
}

.books-section-home .books-slider .book-card .card-bottom a.btn-2 {
  font-size: 12px;
  border-radius: 2em;
  border: 1px solid var(--color-white);
  color: #799363;
  background: transparent;
  padding: 3px 20px 3px 20px;
}

.books-section-home .books-slider .book-card .card-bottom a.btn-2:hover {
  border-radius: 0.8em;
  border: 1px solid var(--color-white);
  color: var(--color-white);
  background: #799363;
  transition: all 0.2s ease;
}

.books-section-home .swiper.books-slider .swiper-button-next,
.books-section-home .swiper.books-slider .swiper-button-prev {
  width: 40px;
  height: 40px;
  background: #c0d7aa;
  color: #588231;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2);
  cursor: pointer;
  transition: background 0.3s ease, transform 0.3s ease;
}

.books-section-home .swiper.books-slider .swiper-button-next:hover,
.books-section-home .swiper.books-slider .swiper-button-prev:hover {
  background: #555;
  transform: scale(1.1);
}

.books-section-home .swiper.books-slider .swiper-button-next::after,
.books-section-home .swiper.books-slider .swiper-button-prev::after {
  font-size: 16px;
  color: inherit;
  font-weight: bold;
}

.books-section-home .swiper.books-slider .swiper-button-next {
  right: 10px;
  top: 50px;
}

.books-section-home .swiper.books-slider .swiper-button-prev {
  left: 10px;
  top: 50px;
}

.books-section-home .view-all-books-btn {
  font-size: 14px;
  border-radius: 2em;
  padding: 8px 20px 4px 20px;
  border: 1px solid var(--color-white);
  color: var(--color-one);
  background: var(--color-white);
}

.books-section-home .view-all-books-btn:hover {
  border: 1px solid #c0d7aa;
  color: #799363;
  background: var(--color-white);
  border-radius: 0.8em;
  transition: all 0.2s ease;
}

/* Books Page Section */
.book-page-section-blur-bg {
  background: rgba(255, 255, 255, 0.4);
  backdrop-filter: blur(1px);
  -webkit-backdrop-filter: blur(1px);
}

.book-page-section {
  margin: 2em 0 2em 0;
  padding: 1em 0 1em 0;
}

.book-page-section .search-box {
  display: flex;
  border-radius: 2em;
  background: var(--color-white);
  padding: 0.8em 1em 0.8em 1em;
  box-shadow: 1px 2px 0px rgba(0, 0, 0, 0.5);
}

.book-page-section .search-box input {
  text-align: center;
  color: var(--color-two);
}

.book-page-section .search-box input:focus {
  box-shadow: none !important;
}

.book-page-section ul.head-tags {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  list-style: none;
  margin: 1.9em 0 1em 0;
  gap: 10px;
  padding: 0;
}

.book-page-section ul.head-tags li {
  position: relative;
}

.book-page-section ul.head-tags input[type="radio"] {
  display: none;
}

.book-page-section ul.head-tags label {
  background: var(--color-two-light);
  color: var(--color-two);
  padding: 0.3em 1.3em;
  border-radius: 2em;
  cursor: pointer;
  transition: all 0.3s ease;
}

.book-page-section ul.head-tags input[type="radio"]:checked+label {
  background: var(--color-two);
  color: var(--color-white);
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
}


.book-page-section .book-card {
  border-radius: 1em;
  background: transparent;
  padding: 0;
  box-shadow: none !important;
}

.book-page-section .book-card-col {
  /* padding: 12px 12px 12px 12px; */
  background: transparent;
  padding: 12px 12px 12px 12px;
  background: transparent;
  border: 1px solid transparent;
  border-radius: 13px;
  transition: background 0.3s ease, border-color 0.3s ease, transform 0.3s ease;
}

.book-page-section .book-card-col .book-card .card-content {
  height: 375px;
}


.book-page-section .book-card-col:hover {
  transition: all 0.25s ease-out;
  background: linear-gradient(360deg, #ffffff 0%, rgba(255, 255, 255, 0) 93.5%);
  border-radius: 13px;
  border: 1px solid var(--color-white);
  cursor: pointer;
}

.book-page-section .book-card .card-img {
  height: 380px;
}

.book-page-section .book-card .card-img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  border-radius: 1em;
}

.book-page-section .book-card .card-img span.badge {
  position: absolute;
  bottom: 0;
  left: 0;
  background: #d19500;
  border: 1px solid var(--color-white);
  border-radius: 1em;
}

.book-page-section .book-card .card-content p {
  color: #588231;
  font-size: 25px;
  font-weight: 500;
  line-height: 29px;
  margin-top: 14px !important;
}

.book-page-section .book-card .card-content ul.writer li:nth-child(1) {
  color: #8c8c8c;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
}

.book-page-section .book-card .card-content ul.writer li:nth-child(2) {
  color: var(--color-black);
  font-size: 18px;
  font-weight: 400;
  line-height: 22px;
}

.book-page-section .book-card .card-content ul.translator li:nth-child(1) {
  color: #8c8c8c;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
}

.book-page-section .book-card .card-content ul.translator li:nth-child(2) {
  color: var(--color-black);
  font-size: 18px;
  font-weight: 400;
  line-height: 22px;
}

.book-page-section .book-card .card-content ul.tags {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
}

.book-page-section .book-card .card-content ul.tags li {
  font-weight: 600;
  color: #588231;
}

.book-page-section .book-card .card-bottom {
  display: flex;
  /* justify-content: space-between; */
  flex-wrap: wrap;
  padding: 0;
  margin-top: 1em;
}

.book-page-section .book-card .card-bottom a.btn-1 {
  font-size: 14px;
  border-radius: 2em;
  border: 1px solid var(--color-white);
  color: #d8ab3d;
  background: transparent;
  padding: 3px 20px 3px 20px;
}

.book-page-section .book-card .card-bottom a.btn-1:hover {
  border-radius: 0.8em;
  border: 1px solid var(--color-white);
  color: var(--color-white);
  background: #d8ab3d;
  transition: all 0.2s ease;
}

.book-page-section .book-card .card-bottom a.btn-2 {
  font-size: 14px;
  border-radius: 2em;
  border: 1px solid var(--color-white);
  color: #799363;
  background: transparent;
  padding: 3px 20px 3px 20px;
  margin-left: auto;
}

.book-page-section .book-card .card-bottom a.btn-2:hover {
  border-radius: 0.8em;
  border: 1px solid var(--color-white);
  color: var(--color-white);
  background: #799363;
  transition: all 0.2s ease;
}

.book-page-section .book-card .card-bottom a.btn-2 span.badge {
  color: var(--color-one);
  font-size: 12px;
}

.book-page-section .book-card .card-bottom a.btn-2:hover span.badge {
  color: var(--color-white);
}

/* Book Details Page Section */
.book-detail-page-section {
  background: rgba(255, 255, 255, 0.4);
  backdrop-filter: blur(1px);
  -webkit-backdrop-filter: blur(1px);
  margin-top: 14em;
}

.book-detail-page-section .book-details-page-section-container {
  position: relative;
  bottom: 125px;
}

.book-detail-page-section .book-detail-content p.title {
  color: var(--color-two);
  font-size: 30px;
  font-weight: 500;
  line-height: 40px;
}

.book-detail-page-section .book-detail-content ul.tags {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
}

.book-detail-page-section .book-detail-content ul.tags li {
  background: #d19500;
  color: var(--color-white);
  border: 1px solid var(--color-white);
  border-radius: 1em;
  padding: 0.2em 0.9em 0.1em 0.9em;
  font-size: 12px;
}

.book-detail-page-section .book-detail-content ul.writer li:nth-child(1) {
  color: #d19500;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
}

.book-detail-page-section .book-detail-content ul.writer li:nth-child(2) {
  color: var(--color-black);
  font-size: 18px;
  font-weight: 500;
  line-height: 22px;
}

.book-detail-page-section .book-detail-content ul.translator li:nth-child(1) {
  color: #d19500;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
}

.book-detail-page-section .book-detail-content ul.translator li:nth-child(2) {
  color: var(--color-black);
  font-size: 18px;
  font-weight: 500;
  line-height: 22px;
}

.book-detail-page-section .book-detail-content .book-download-btn {
  font-size: 18px;
  border-radius: 2em;
  border: 1px solid #d19500;
  color: #d19500;
  background: transparent;
  padding: 10px 20px 10px 20px;
}

.book-detail-page-section .book-detail-content .book-download-btn:hover {
  background: #d19500;
  color: var(--color-white);
  transition: all 0.3s ease-out;
}

.book-detail-page-section .book-detail-content .book-download-btn span.badge {
  color: #d19500;
}

.book-detail-page-section .book-detail-content .book-download-btn:hover span.badge {
  color: var(--color-white);
}

.book-detail-page-section .book-detail-about-section {
  background: var(--color-white);
  box-shadow: 1px 0px 5px rgba(0, 0, 0, 0.1);
  border-radius: 2em;
  padding: 2em 1.5em 2em 1.5em;
  position: relative;
  bottom: 70px;
}

.book-detail-page-section .book-detail-about-section-img {
  height: 150px;
  width: 150px;
  border-radius: 50%;
  border: 10px solid #ffe6a8;
  padding: 20px;
}

.book-detail-page-section .book-detail-about-section-img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  border-radius: 50%;
}

.book-detail-page-section .book-detail-about-section .book-detail-about-section-content p:nth-child(1) {
  color: #d19500;
  font-size: 24px;
  font-weight: 500;
  line-height: 40px;
}

.book-detail-page-section .book-detail-about-section .book-detail-about-section-content p:nth-child(2) {
  color: var(--color-black);
  font-size: 28px;
  font-weight: 500;
  line-height: 40px;
}

.book-detail-page-section .book-detail-about-section .book-detail-about-section-content p:nth-child(3) {
  color: var(--color-black);
  font-size: 16px;
  line-height: 23px;
}

.book-detail-page-section .writer-book-highlight-section {
  position: relative;
  bottom: 90px;
}

.book-detail-page-section .writer-book-highlight-section .wbh-book-card>div {
  height: 380px;
  /* width: 150px; */
  border-radius: 50%;
}

.book-detail-page-section .writer-book-highlight-section .wbh-book-card>div img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  border-radius: 50%;
}

.book-detail-page-section .writer-book-highlight-section .wbh-head {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 1em;
}

.book-detail-page-section .writer-book-highlight-section .wbh-head p {
  color: var(--color-black);
  font-size: 28px;
  font-weight: 500;
  line-height: 40px;
}

.book-detail-page-section .writer-book-highlight-section .wbh-head button.book-download-btn {
  font-size: 12px;
  border-radius: 2em;
  border: 1px solid #d19500;
  color: #d19500;
  background: var(--color-white);
  padding: 3px 25px 3px 25px;
}

.book-detail-page-section .writer-book-highlight-section .wbh-head button.book-download-btn:hover {
  border: 1px solid var(--color-white);
  color: var(--color-white);
  background: #d19500;
  transition: all 0.2s ease;
}

.book-detail-page-section .writer-book-highlight-section .wbh-book-card .book-name a {
  color: #d19500;
  font-size: 28px;
  font-weight: 500;
  line-height: 40px;
  margin: 0.3em 0 0.3em 0 !important;
}

.book-detail-page-section .writer-book-highlight-section .wbh-book-card .book-download-btn {
  font-size: 12px;
  border-radius: 2em;
  border: 1px solid #d19500;
  color: #d19500;
  background: var(--color-white);
  padding: 8px 25px 5px 25px;
}

.book-detail-page-section .writer-book-highlight-section .wbh-book-card .book-download-btn:hover {
  border: 1px solid var(--color-white);
  color: var(--color-white);
  background: #d19500;
  transition: all 0.2s ease;
}

/* FAQ Section */
.faq-page-section-blur-bg {
  background: rgba(255, 255, 255, 0.4);
  backdrop-filter: blur(1px);
  -webkit-backdrop-filter: blur(1px);
}

.faq-page-section {
  margin: 2em 0 2em 0;
  padding: 2em 0 2em 0;
}

.faq-page-section ul.question-head li:nth-child(1) ul li:nth-child(1) {
  color: var(--color-one);
  font-size: 20px;
  /* font-size: 34px; */
  /* font-weight: 600; */
}

.faq-page-section ul.question-head li:nth-child(1) ul li:nth-child(2) {
  color: var(--color-one);
  font-size: 16px;
  font-weight: 600;
  padding-top: 8px;
  height: 35px;
  width: 35px;
  /* height: 50px; */
  /* width: 50px; */
  border-radius: 50%;
  background: var(--color-one-light);
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

.faq-page-section ul.question-head li:nth-child(2) {
  color: var(--color-one);
  font-size: 22px;
}

.faq-page-section .head-author ul.tags {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
}

.faq-page-section .head-author ul.tags li {
  background: var(--color-one-light);
  color: var(--color-one);
  padding: 0.3em 1.3em 0.3em 1.3em;
  border-radius: 2em;
  cursor: pointer;
}

.faq-page-section .head-author ul.head-author-content li:nth-child(1) {
  font-size: 16px;
  font-weight: 500;
  color: var(--color-black);
}

.faq-page-section .head-author ul.head-author-content li:nth-child(2) {
  font-size: 20px;
  font-weight: 800;
  line-height: 26px;
  color: var(--color-black);
}

.faq-page-section .head-author ul.head-author-content li:nth-child(3) {
  color: var(--color-one);
  font-size: 20px;
  /* font-weight: 600; */
  /* font-size: 34px;
  font-weight: 700; */
}

.faq-page-section .faq-qa-list p.faq-qa-list-title {
  color: var(--color-one);
  font-size: 24px;
  /* font-weight: 600; */
  /* font-size: 34px;
  font-weight: 700; */
}

.faq-page-section .faq-qa-list ul li:nth-child(1) ul li:nth-child(1) {
  color: var(--color-one);
  font-size: 18px;
  /* font-weight: 700; */
  padding-top: 7px;
}

.faq-page-section .faq-qa-list ul li:nth-child(1) ul li:nth-child(2) {
  color: var(--color-one);
  font-size: 14px;
  font-weight: 700;
  height: 30px;
  width: 30px;
  border-radius: 50%;
  background: var(--color-one-light);
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin-left: 5PX;
  padding-top: 4px;
  margin-top: 0PX;
}

.faq-page-section .faq-qa-list ul li:nth-child(2) {
  color: var(--color-one);
  font-size: 18px;
}

.faq-page-section .faq-qa-list .another-questions-ul {
  padding: 15px;
}

.faq-page-section .faq-qa-list .another-questions-ul:hover {
  background: #dfebd3;
  border-radius: 12px;
  cursor: pointer;
}

.faq-page-section .faq-answer-para {
  font-size: 18px;
  /* font-weight: 600; */
  line-height: 33px;
  color: var(--color-black);
}

.faq-page-section .faq-about-section {
  background: var(--color-white);
  box-shadow: 1px 0px 5px rgba(0, 0, 0, 0.1);
  border-radius: 2em;
  padding: 2em 1.5em 2em 1.5em;
}

.faq-page-section .faq-about-section-img {
  height: 150px;
  width: 150px;
  border-radius: 50%;
}

.faq-page-section .faq-about-section-img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  border-radius: 50%;
}

.faq-page-section .faq-about-section .faq-about-section-content p:nth-child(1) {
  color: var(--color-one);
  font-size: 24px;
  font-weight: 500;
  line-height: 40px;
}

.faq-page-section .faq-about-section .faq-about-section-content p:nth-child(2) {
  color: var(--color-black);
  font-size: 28px;
  font-weight: 500;
  line-height: 40px;
}

.faq-page-section .faq-about-section .faq-about-section-content p:nth-child(3) {
  color: var(--color-black);
  font-size: 16px;
  line-height: 23px;
}

.faq-page-section .faq-related-question ul li:nth-child(1) ul li:nth-child(1) {
  color: var(--color-one);
  font-size: 18px;
  font-weight: 700;
}

.faq-page-section .faq-related-question ul li:nth-child(1) ul li:nth-child(2) {
  color: var(--color-one);
  font-size: 14px;
  font-weight: 700;
  height: 35px;
  width: 35px;
  border-radius: 50%;
  background: var(--color-one-light);
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin-left: 1em;
}

.faq-page-section .faq-related-question ul li:nth-child(2) {
  color: var(--color-black);
  font-size: 16px;
  line-height: 32px;
}

.faq-page-section .faq-related-question .faq-related-question-title {
  color: var(--color-black);
  font-size: 28px;
  font-weight: 500;
  line-height: 40px;
}

#langTabs .nav-link.active {
  color: var(--color-one) !important;
  border-color: var(--color-one) !important;
}

/*  Our Question Answer Home */
.question-answers-section-home .container {
  background: linear-gradient(180deg,
      #ffffff 34.14%,
      rgba(255, 255, 255, 0) 92.64%);
  border: 2px solid #ffffff;
  border-radius: 1em;
}

.question-answers-section-home .qa-slider .swiper-slide {
  background: transparent;
  padding: 12px 12px 12px 12px;
  background: transparent;
  /* border: 1px solid transparent; */
  border-radius: 13px;
  transition: background 0.3s ease, border-color 0.3s ease, transform 0.3s ease;
  border: 1px solid var(--color-white);
  height: auto;
}

.question-answers-section-home .qa-slider .swiper-slide:hover {
  background: linear-gradient(360deg, #ffffff 0%, rgba(255, 255, 255, 0) 93.5%);
  padding: 12px 12px 12px 12px;
  border-radius: 13px;
  border: 1px solid var(--color-white);
  cursor: pointer;
  transition: all 0.25s ease-out;
}

.question-answers-section-home .swiper.qa-slider .swiper-button-next,
.question-answers-section-home .swiper.qa-slider .swiper-button-prev {
  width: 40px;
  height: 40px;
  background: #c0d7aa;
  color: #588231;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2);
  cursor: pointer;
  transition: background 0.3s ease, transform 0.3s ease;
}

.question-answers-section-home .swiper.qa-slider .swiper-button-next:hover,
.question-answers-section-home .swiper.qa-slider .swiper-button-prev:hover {
  background: #555;
  transform: scale(1.1);
}

.question-answers-section-home .swiper.qa-slider .swiper-button-next::after,
.question-answers-section-home .swiper.qa-slider .swiper-button-prev::after {
  font-size: 16px;
  color: inherit;
  font-weight: bold;
}

.question-answers-section-home .swiper.qa-slider .swiper-button-next {
  right: 10px;
  top: 50px;
}

.question-answers-section-home .swiper.qa-slider .swiper-button-prev {
  left: 10px;
  top: 50px;
}

.question-answers-section-home .view-all-qa-btn {
  font-size: 14px;
  border-radius: 2em;
  padding: 8px 20px 4px 20px;
  border: 1px solid var(--color-white);
  color: var(--color-one);
  background: var(--color-white);
}

.question-answers-section-home .view-all-qa-btn:hover {
  border: 1px solid #c0d7aa;
  color: #799363;
  background: var(--color-white);
  border-radius: 0.8em;
  transition: all 0.2s ease;
}

.question-answers-section-home .faq-qa-list p.faq-qa-list-title {
  color: var(--color-one);
  font-size: 24px;
  /* font-weight: 600; */
  /* font-size: 34px;
  font-weight: 700; */
}

.question-answers-section-home .faq-qa-list ul li:nth-child(1) ul li:nth-child(1) {
  color: var(--color-one);
  font-size: 18px;
  /* font-weight: 700; */
  padding-top: 7px;
}

.question-answers-section-home .faq-qa-list ul li:nth-child(1) ul li:nth-child(2) {
  color: var(--color-one);
  font-size: 14px;
  font-weight: 700;
  height: 30px;
  width: 30px;
  border-radius: 50%;
  background: var(--color-one-light);
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin-left: 5PX;
  padding-top: 4px;
  margin-top: 0PX;
}

.question-answers-section-home .faq-qa-list ul li:nth-child(2) {
  color: var(--color-one);
  font-size: 18px;
}

.question-answers-section-home .faq-qa-list .another-questions-ul {
  padding: 15px;
}

/* .question-answers-section-home .faq-qa-list .another-questions-ul:hover {
  background: #dfebd3;
  border-radius: 12px;
  cursor: pointer;
} */

/* Our Islamic Scholar Home Section */
.islamic-scholar-section {
  background: #e7eeda;
}

.islamic-scholar-section .islamic-scholar-card {
  position: relative;
  border-radius: 1em;
  margin-top: 7em;
}

.islamic-scholar-section .islamic-scholar-card .card-img {
  position: absolute;
  bottom: 9em;
  left: 0%;
  /* transform: translate(-19%, 0); */
  text-align: center;
}

.islamic-scholar-section .islamic-scholar-card .card-img img {
  border-radius: 50% !important;
  border: 8px solid #c0d7aa;
  height: 152px !important;
  width: 152px !important;
}

.islamic-scholar-section .islamic-scholar-card .card-content {
  margin-top: 4em;
}

.islamic-scholar-section .islamic-scholar-card .card-content p:nth-child(1) {
  color: #718e56;
  font-size: 24px;
  font-weight: 500;
  line-height: 30px;
  margin-top: 15px;
}

.islamic-scholar-section .islamic-scholar-card .card-content p:nth-child(2) {
  color: #e87c00;
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
}

.islamic-scholar-section .islamic-scholar-card .card-content p:nth-child(3) {
  color: var(--color-black);
  font-size: 14px;
  font-weight: 500;
  line-height: 30px;
}

/* Language Change */
/* body.rtl [data-lang] {
  direction: rtl;
  text-align: right;
}

body.ltr [data-lang] {
  direction: ltr;
  text-align: left;
}

.language-div .chooseLang {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
}

.language-div .chooseLang div {
  height: 60px;
  position: relative;
  width: 144px;
}

.language-div .lang {
  cursor: pointer;
  display: block;
  height: 40px;
  position: absolute;
  opacity: 0;
  left: 48px;
  top: 0;
  -webkit-transition: 0.76s;
  -o-transition: 0.76s;
  transition: 0.76s;
  width: 40px;
}

.language-div .en-lang {
  background-image: url("../image/others/eng.png");
  width: 40px;
  height: 40px;
  background-size: cover;
}

.language-div .open .en-lang {
  left: 0;
  top: 10px;
  opacity: 1;
}

.language-div .ur-lang {
  background-image: url("../image/others/pak.png");
  width: 40px;
  height: 40px;
  background-size: cover;
}

.language-div .open .ur-lang {
  left: 48px;
  top: 10px;
  opacity: 1;
}

.language-div .chooseLang .chosen {
  opacity: 1;
  z-index: 1;
} */
.language-switch {
  position: relative;
  display: inline-block;
  margin: 10px 0px;
}

.language-switch>span {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
  font-family: 'Helvetica', Arial, sans-serif;
  font-weight: bold;
  font-size: 12px;
  text-transform: uppercase;
  text-shadow: 0 1px 0 rgba(0, 0, 0, .06);
  width: 50%;
  text-align: center;
}

input.check-toggle-round-flat:checked~.off {
  color: #718e56;
}

input.check-toggle-round-flat:checked~.on {
  color: #ffffff;
}

.language-switch>span.on {
  left: 0;
  padding-left: 2px;
  color: #718e56;
}

.language-switch>span.off {
  right: 0;
  padding-right: 4px;
  color: #ffffff;
}

.check-toggle {
  position: absolute;
  visibility: hidden;
}

.check-toggle+label {
  display: block;
  position: relative;
  cursor: pointer;
  outline: none;
  user-select: none;
}

input.check-toggle-round-flat+label {
  padding: 2px;
  width: 97px;
  height: 35px;
  background: #718e56;
  border-radius: 60px;
}

input.check-toggle-round-flat+label:before,
input.check-toggle-round-flat+label:after {
  display: block;
  position: absolute;
  content: "";
}

input.check-toggle-round-flat+label:before {
  top: 2px;
  left: 2px;
  bottom: 2px;
  right: 2px;
  background: #718e56;
  border-radius: 60px;
}

input.check-toggle-round-flat+label:after {
  top: 4px;
  left: 4px;
  bottom: 4px;
  width: 48px;
  background: #ffffff;
  border-radius: 52px;
  transition: margin 0.2s;
}

input.check-toggle-round-flat:checked+label:after {
  margin-left: 40px;
}

/*Content On click show data div */
#slide-down-content {
  max-height: 42px;
  overflow: hidden;
  transition: max-height 0.7s;
}

#slide-down-content.open {
  max-height: 1000px;
  transition: max-height 0.7s;
}

#show-more-content {
  cursor: pointer;
}

/* Scholar details */
.scholar-detail-page-section .scholar-detail-about-section {
  background: var(--color-white);
  box-shadow: 1px 0px 5px rgba(0, 0, 0, 0.1);
  border-radius: 2em;
  padding: 2em 1.5em 2em 1.5em;
  margin-top: 2em;
}

.scholar-detail-page-section .scholar-detail-about-section-img {
  height: 150px;
  width: 150px;
  border-radius: 50%;
}

.scholar-detail-page-section .scholar-detail-about-section-img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  border-radius: 50%;
}

.scholar-detail-page-section .scholar-detail-about-section .scholar-detail-about-section-content p:nth-child(1) {
  color: var(--color-one);
  font-size: 24px;
  font-weight: 500;
  line-height: 40px;
}

.scholar-detail-page-section .scholar-detail-about-section .scholar-detail-about-section-content p:nth-child(2) {
  color: var(--color-black);
  font-size: 28px;
  font-weight: 500;
  line-height: 40px;
}

.scholar-detail-page-section .scholar-detail-about-section .scholar-detail-about-section-content p:nth-child(3) {
  color: var(--color-black);
  font-size: 16px;
  line-height: 23px;
}

.scholar-detail-page-section .scholar-card .scholar-card-content p {
  color: var(--color-one);
  font-size: 28px;
  font-weight: 500;
  line-height: 40px;
}

.scholar-detail-page-section .scholar-card .scholar-card-content ul.writer li:nth-child(1) {
  color: #8c8c8c;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
}

.scholar-detail-page-section .scholar-card .scholar-card-content ul.writer li:nth-child(2) {
  color: var(--color-black);
  font-size: 18px;
  font-weight: 400;
  line-height: 22px;
}

.scholar-detail-page-section .scholar-card .read-more-btn {
  font-size: 12px;
  border-radius: 2em;
  border: 1px solid var(--color-white);
  color: #588231;
  background: var(--color-white);
  padding: 5px 15px 1px 15px;
  /* padding: 8px 25px 5px 25px; */
}

.scholar-detail-page-section .scholar-card .read-more-btn:hover {
  border: 1px solid var(--color-white);
  color: var(--color-white);
  background: var(--color-one);
  transition: all 0.2s ease;
}

.scholar-detail-page-section .scholar-card-img {
  height: 250px;
}

.scholar-detail-page-section .scholar-card-img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  border-radius: 1em;
}

.scholar-detail-page-section .wah-section {
  display: flex;
  justify-content: start;
  align-items: center;
}

.scholar-detail-page-section .wah-section .read-more-btn {
  font-size: 12px;
  border-radius: 2em;
  border: 1px solid var(--color-white);
  color: #588231;
  background: var(--color-white);
  padding: 14px 25px 5px 25px;
}

.scholar-detail-page-section .wah-section .read-more-btn:hover {
  border: 1px solid var(--color-white);
  color: var(--color-white);
  background: var(--color-one);
  transition: all 0.2s ease;
}

.scholar-detail-page-section #writer.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  color: var(--color-one) !important;
  border-color: var(--color-one) !important;
}

/* Contact Page */
.contact-section .info-box {
  color: #444444;
  text-align: center;
  box-shadow: 0 0 30px rgba(214, 215, 216, 0.6);
  border-radius: 10px;
  padding: 20px 0 30px 0;
  background: #fff;
}

.contact-section .info-box i {
  font-size: 32px;
  color: var(--color-one);
  border-radius: 50%;
  padding: 8px;
}

.contact-section .info-box h3 {
  font-size: 20px;
  color: var(--color-one);
  font-weight: 700;
  margin: 10px 0;
}

.contact-section .info-box p {
  padding: 0;
  line-height: 24px;
  font-size: 14px;
  margin-bottom: 0;
}

.contact-section .info-box p a {
  color: var(--color-one);
}

.contact-section .info-box p a:hover {
  color: var(--color-one-light);
  transition: 0.2s all ease-in-out;
}

/*  Events Home */
.events-section-home .container {
  background: linear-gradient(180deg,
      #ffffff 34.14%,
      rgba(255, 255, 255, 0) 92.64%);
  border: 2px solid #ffffff;
  border-radius: 1em;
}

.events-section-home .events-slider .swiper-slide {
  background: transparent;
  padding: 12px 12px 12px 12px;
  background: transparent;
  /* border: 1px solid transparent; */
  border-radius: 13px;
  transition: background 0.3s ease, border-color 0.3s ease, transform 0.3s ease;
  border: 1px solid var(--color-white);
  height: auto;
}

.events-section-home .events-slider .swiper-slide:hover {
  background: linear-gradient(360deg, #ffffff 0%, rgba(255, 255, 255, 0) 93.5%);
  padding: 12px 12px 12px 12px;
  border-radius: 13px;
  border: 1px solid var(--color-white);
  cursor: pointer;
  transition: all 0.25s ease-out;
}

/* .events-section-home .events-card .events-card-img {
  height: 235px;
  width: 235px;
} */

.events-section-home .events-card .events-card-img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  border-radius: 1em;
}

.events-section-home .events-card .events-card-content {
  height: 210px;
}

.events-section-home .events-card .events-card-content .events-card-title {
  color: var(--color-one);
  font-size: 28px;
  font-weight: 500;
  line-height: 40px;
  margin-top: 14px !important;
}

.events-section-home .events-card .events-card-content .events-card-desc {
  color: #000000;
  font-size: 18px;
  font-weight: 500;
  line-height: 20px;
  /* line-height: 29px; */
}

.events-section-home .events-card .events-card-content .events-card-date {
  font-size: 12px;
  color: #8c8c8c;
  text-align: center;
  font-style: italic;
}

.events-section-home .swiper.events-slider .swiper-button-next,
.events-section-home .swiper.events-slider .swiper-button-prev {
  width: 40px;
  height: 40px;
  background: #c0d7aa;
  color: #588231;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2);
  cursor: pointer;
  transition: background 0.3s ease, transform 0.3s ease;
}

.events-section-home .swiper.events-slider .swiper-button-next:hover,
.events-section-home .swiper.events-slider .swiper-button-prev:hover {
  background: #555;
  transform: scale(1.1);
}

.events-section-home .swiper.events-slider .swiper-button-next::after,
.events-section-home .swiper.events-slider .swiper-button-prev::after {
  font-size: 16px;
  color: inherit;
  font-weight: bold;
}

.events-section-home .swiper.events-slider .swiper-button-next {
  right: 10px;
  top: 50px;
}

.events-section-home .swiper.events-slider .swiper-button-prev {
  left: 10px;
  top: 50px;
}

.events-section-home .view-all-events-btn {
  font-size: 14px;
  border-radius: 2em;
  padding: 8px 20px 4px 20px;
  border: 1px solid var(--color-white);
  color: var(--color-one);
  background: var(--color-white);
}

.events-section-home .view-all-events-btn:hover {
  border: 1px solid #c0d7aa;
  color: #799363;
  background: var(--color-white);
  border-radius: 0.8em;
  transition: all 0.2s ease;
}

.events-section-home .events-card .read-more-btn {
  font-size: 12px;
  border-radius: 2em;
  border: 1px solid var(--color-white);
  color: var(--color-one);
  background: var(--color-white);
  padding: 8px 25px 5px 25px;
}

.events-section-home .events-card .read-more-btn:hover {
  border: 1px solid var(--color-one);
  color: var(--color-white);
  background: var(--color-one);
  transition: all 0.2s ease;
}

.events-section-home .events-card .article-view {
  font-size: 12px;
  border-radius: 2em;
  color: var(--color-one);
  border: 1px solid var(--color-one);
  padding: 8px 25px 5px 25px;
}

/* Event Pages Section */
.events-page-section-blur-bg {
  background: rgba(255, 255, 255, 0.4);
  backdrop-filter: blur(1px);
  -webkit-backdrop-filter: blur(1px);
}

.events-page-section {
  margin: 2em 0 2em 0;
  padding: 1em 0 1em 0;
}

.events-page-section .search-box {
  display: flex;
  border-radius: 2em;
  background: var(--color-white);
  padding: 0.8em 1em 0.8em 1em;
  box-shadow: 1px 2px 0px rgba(0, 0, 0, 0.5);
}

.events-page-section .search-box input {
  text-align: center;
  color: var(--color-one);
}

.events-page-section .search-box input:focus {
  box-shadow: none !important;
}

.events-page-section .events-card .events-card-img {
  height: 250px;
}

.events-page-section .events-card .events-card-img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  border-radius: 1em;
}

.events-page-section .events-card .events-card-content .events-card-title {
  color: var(--color-one);
  font-size: 28px;
  font-weight: 500;
  line-height: 40px;
  margin-top: 14px !important;
}

.events-page-section .events-card .events-card-content .events-card-desc {
  color: #000000;
  font-size: 18px;
  font-weight: 500;
  line-height: 20px;
}

.events-page-section .events-card .events-card-content .events-card-date {
  font-size: 12px;
  color: #8c8c8c;
  text-align: center;
  font-style: italic;
}

.events-page-section .events-card .read-more-btn {
  font-size: 12px;
  border-radius: 2em;
  border: 1px solid var(--color-white);
  color: var(--color-one);
  background: var(--color-white);
  padding: 8px 25px 5px 25px;
}

.events-page-section .events-card .read-more-btn:hover {
  border: 1px solid var(--color-one);
  color: var(--color-white);
  background: var(--color-one);
  transition: all 0.2s ease;
}

.events-page-section .events-card .article-view {
  font-size: 12px;
  border-radius: 2em;
  color: var(--color-one);
  border: 1px solid var(--color-one);
  padding: 8px 25px 5px 25px;
}

/* Request a Book */
.request-book-section .form-wrapper {
  padding: 40px;
  border-radius: 12px;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
  animation: fadeIn 1s ease-out;
  background: var(--color-white);
}

.request-book-section .contact-form {
  width: 100%;
}

.request-book-section .form-input,
.request-book-section .form-select,
.request-book-section .form-textarea {
  width: 100%;
  padding: 12px;
  border-radius: 8px;
  border: 1px solid #ddd;
  transition: border-color 0.3s, transform 0.3s;
}

.request-book-section .form-input:focus,
.request-book-section .form-select:focus,
.request-book-section .form-textarea:focus {
  border-color: var(--color-two);
  outline: none;
  transform: scale(1.02);
}

.request-book-section .form-textarea {
  resize: none;
}

.request-book-section .submit-button {
  display: block;
  width: 100%;
  padding: 12px;
  background: linear-gradient(135deg, var(--color-two), var(--color-two));
  color: #fff;
  border: none;
  border-radius: 8px;
  font-size: 16px;
  cursor: pointer;
  transition: all 0.3s, transform 0.3s;
}

.request-book-section .submit-button:hover {
  background: linear-gradient(135deg, var(--color-two), var(--color-two));
  transform: scale(1.05);
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(-20px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (max-width: 768px) {
  .request-book-section .form-wrapper {
    padding: 30px;
  }
}

@media (max-width: 540px) {
  .request-book-section .form-wrapper {
    padding: 20px;
  }

  .request-book-section .form-row {
    flex-direction: column;
    gap: 15px;
  }

  .request-book-section .form-column {
    min-width: 100%;
  }

  .request-book-section .form-label {
    font-size: 12px;
  }

  .request-book-section .form-input,
  .request-book-section .form-select,
  .request-book-section .form-textarea {
    padding: 10px;
  }

  .request-book-section .submit-button {
    padding: 10px;
    font-size: 14px;
  }
}

/* Feedback Form Section */
.feedback-form-section .feedback-form {
  border-radius: 8px;
  padding: 12px;
  margin-top: 14px;
}

.feedback-form-section .feedback-form .form-control {
  border-color: #cccccc;
  border-radius: 0;
  min-height: 40px;
  border-radius: 8px;
}

.feedback-form-section .feedback-form .form-control:focus {
  border-color: #757575;
  outline: 0;
  box-shadow: inherit;
}

/* Toast Notification */
.feedback-toast {
  position: fixed;
  top: 80px;
  right: -300px;
  background: var(--color-white);
  color: var(--color-one);
  border-left: 4px solid var(--color-one);
  padding: 12px 20px;
  border-radius: 6px;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
  font-size: 16px;
  font-weight: 500;
  z-index: 9999;
  white-space: nowrap;
  opacity: 0;
  transition: transform 0.5s ease-in-out, opacity 0.5s ease-in-out;
  overflow: hidden;
}

.feedback-toast.show {
  transform: translateX(-320px);
  opacity: 1;
}

.feedback-toast.hide {
  transform: translateX(500px);
  opacity: 0;
}

.feedback-toast-progress {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: var(--color-one);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 3s linear;
}