body {
  background-image: url(../../assets/img/bgd.jpg);
  background-color: #DFDFDF;
  font-family: "Trebuchet MS", Tahoma, Helvetica, Verdana, sans-serif;
  font-weight: normal;
  background-repeat: repeat;
  text-align: justify;
  font-style: normal;
  color: #000000;
}

.dropdown-item:focus, .dropdown-item:hover {
  text-decoration: underline;
  color: rgb(201,191,191);
  background-color: #570000!important;
}

.dropdown-menu {
  --bs-dropdown-link-color: var(--bs-info);
}

.h1, h1 {
  font-weight: bold;
  font-family: Garamond, serif;
  color: #000066;
  text-align: center;
  font-size: calc(1.375rem + 1.5vw);
}

.h2, h2 {
  font-size: calc(1.275rem + .3vw);
  font-weight: bold;
  font-family: Garamond, serif;
  text-align: left;
}

@media (min-width: 768px) {
  #side_panel {
    display: block!important;
  }
}

@media (min-width: 768px) {
  .pricing_panel {
    margin-right: .5%!important;
    margin-left: .5%!important;
    max-width: 49%!important;
  }
}

@media (min-width: 992px) {
  .project_category {
    max-width: 50%!important;
  }
}

@media (max-width: 767px) {
  #side_panel {
    display: none;
  }
}

@media (max-width: 767px) {
  .vip_benefits {
    padding-right: 5px;
    padding-left: 5px;
  }
}

@media (max-width: 767px) {
  .feature_col_light {
    background-color: #f4f2f2!important;
  }
}

@media (max-width: 767px) {
  .feature_col_dark {
    background-color: #d9d3d3!important;
  }
}

@media (max-width: 575px) {
  .header_no_radius {
    border-radius: 0px!important;
  }
}

.feature_hr_line {
  margin-top: 1rem!important;
  margin-bottom: 1rem!important;
}

@media (min-width: 768px) and (max-width: 1199px) {
  .order-first_pricing {
    order: -1!important;
    margin-left: 25%;
  }
}

.book_image {
  border-radius: 10px;
  width: 55%;
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
}

.more_books {
  max-height: 110px;
  border-radius: 3px;
  width: 80px;
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.more_books_col {
  min-height: 180px;
}

[data-bss-type="blog-loop"] .pagination {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.blog-image {
  height: 200px;
  object-fit: cover;
  display: block;
  margin-left: auto;
  margin-right: auto;
  border-color: #8080806e;
  border-width: 1px;
  border-style: solid;
}

.featured_post_image {
  height: 100px;
  object-fit: cover;
  display: block;
  margin-left: auto;
  margin-right: auto;
  border-color: #8080806e;
  border-width: 1px;
  border-style: solid;
}

.religious_book_blog_loop {
  /*height: 100px;*/
  /*object-fit: cover;*/
  display: block;
  margin-left: auto;
  margin-right: auto;
  border-color: #8080806e;
  border-width: 1px;
  border-style: solid;
}

.featured_post_text {
  font-family: Georgia, serif;
  font-style: italic;
  font-size: 14px;
}

.blog_text {
  font-family: Georgia, serif;
  font-style: italic;
}

.ebook_buttons {
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-width: 235px!important;
}

.healing_button {
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-width: 300px!important;
}

.share-section {
  text-align: left;
  /*padding-top: 30px;*/
}

.share-title {
  font-weight: bold;
  font-size: 18px;
  color: #000066;
  margin-bottom: 8px;
  display: flex;
  align-items: center;
  gap: 8px;
}

.share-title i {
  font-size: 20px;
}

.share-message {
  font-style: italic;
  color: #000;
  margin-bottom: 16px;
}

.social-share-container {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}

.social-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  color: white;
  text-decoration: none;
  font-size: 20px;
  transition: background-color 0.3s ease;
  cursor: pointer;
}

.facebook {
  background-color: #3b5998;
}

.facebook:hover {
  background-color: #2d4373;
}

.twitter {
  background-color: #1da1f2;
}

.twitter:hover {
  background-color: #0d95e8;
}

.linkedin {
  background-color: #0077b5;
}

.linkedin:hover {
  background-color: #005f8d;
}

.reddit {
  background-color: #ff4500;
}

.reddit:hover {
  background-color: #cc3700;
}

.pinterest {
  background-color: #bd081c;
}

.pinterest:hover {
  background-color: #8c0615;
}

#wat-clock-container {
  font-family: 'Trebuchet MS';
  color: rgb(255, 255, 0);
  font-size: inherit;
  text-align: left;
  margin: 0;
  padding: 0;
  border: none;
  background: transparent;
}

#searchContainer {
  width: 100%;
  margin: 5px 0;
  display: flex;
  justify-content: flex-end;
  flex-wrap: nowrap;
  border: none;
}

#searchContainer > div:first-child {
  position: relative;
  flex-grow: 1;
}

#searchInput {
  width: 100%;
  padding: 5px 20px 5px 40px;
  border: 2px solid #a9a3a3;
  border-radius: 10px;
  background: #fff;
  font-family: inherit;
  font-size: inherit;
}

#searchContainer svg {
  position: absolute;
  left: 12px;
  top: 50%;
  transform: translateY(-50%);
}

#suggestionBox {
  position: absolute;
  top: 110%;
  left: 0;
  width: 100%;
  background: #fff;
  border: none;
  z-index: 999;
  display: none;
}

#searchButton {
  padding: 5px 10px;
  margin-left: 10px;
  border: none;
  border-radius: 10px;
  background: #0d6efd;
  color: white;
  font-weight: bold;
  font-family: inherit;
  font-size: inherit;
}

/* Base styles for the ad box itself */

.ad-box {
  background-color: #303134;
  border: 1px solid #ccc;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  border-radius: 0.5rem;
  flex-shrink: 0;
}

/* Fixed dimensions for 300x250 ads to prevent CLS */

.ad-300x250 {
  width: 300px;
  height: 250px;
}

/* Fixed dimensions for 250x250 ads to prevent CLS */

.ad-250x250 {
  width: 250px;
  height: 250px;
}

/* Custom style for 5px horizontal gap between ad boxes when they are side-by-side */

/* This ensures consistent spacing without relying on Bootstrap's default gutters */

.ad-pair-container .ad-box:not(:last-child) {
  margin-right: 5px;
}

@media (min-width:576px) {
  .col-sm-6 {
    flex: 0 0 auto;
    width: 50%!important;
  }
}

.ebook_border {
  border-top: 1px solid #570000;
  border-bottom: 1px solid #570000;
  margin-bottom: 15px;
}

