html, body, div, span, applet,
object, iframe, h5, h6,
blockquote, pre, a, abbr, acronym, address,
big, cite, code, del, dfn, em,
img, ins, kbd, q, s, samp, small, strike,
strong, sub, sup, tt, var, b, u, i,
center, dl, dt, dd, ol, ul, li, fieldset,
form, label, legend, table, caption, tbody,
tfoot, thead, tr, th, td, article, aside,
canvas, details, embed, figure, figcaption,
footer, header, hgroup, menu, nav,
output, ruby, section, summary,
time, mark, audio, video, h1, h2, h3, p {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
}

article, aside, details, figcaption,
figure, footer, header, hgroup,
menu, nav, section {
  display: block;
}

ul {
  list-style: none;
}

div:focus {
  outline: none;
}

a, a:visited {
  color: inherit;
  text-decoration: none;
}

a:hover, a:focus {
  text-decoration: none;
  color: inherit;
}

textarea, select, input[type=date], input[type=datetime], input[type=datetime-local], input[type=email], input[type=month], input[type=number], input[type=password], input[type=search], input[type=tel], input[type=text], input[type=time], input[type=url], input[type=week] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-background-clip: padding;
  -moz-background-clip: padding;
  background-clip: padding-box;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  -webkit-appearance: none;
  border: none;
  text-align: left;
  font-size: 1em;
  vertical-align: middle;
  padding: 10px 15px;
  margin-bottom: 12px;
}

input, textarea {
  box-shadow: none !important;
  border-radius: 0;
}

input:focus, textarea:focus, select:focus, option:focus {
  outline: none;
}

p {
  margin-bottom: 15px;
}

body {
  color: #000;
  font-family: "alexandria-regular";
  background-color: #fff;
  overflow: auto;
  overflow-x: hidden !important;
  direction: rtl !important;
}

body.hide_scroll {
  padding-right: 17px;
  overflow: hidden !important;
}

.float-left {
  float: left !important;
}

.float-right {
  float: right !important;
}

.clear {
  clear: both;
}

.upper {
  text-transform: uppercase;
}

.lower {
  text-transform: lowercase !important;
}

.posrel {
  position: relative;
}

.posabs {
  position: absolute;
}

.mar0auto {
  margin: 0 auto;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.no-padding {
  padding-left: 0px;
  padding-right: 0px;
}

.no-margin {
  margin-left: 0px;
  margin-right: 0px;
}

.text_main_color {
  color: #787CF0;
}

.noselect {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

::-moz-selection { /* Code for Firefox */
  color: #000;
  background: #787CF0;
}

::selection {
  color: #000;
  background: #787CF0;
}

:focus {
  outline: none !important;
}

.mt-10 {
  margin-top: 5rem;
}

.mobile_active_blur_part {
  background-blend-mode: overlay;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transition: 1.5s;
  background-color: rgba(255, 255, 255, 0.6);
  z-index: 1;
  visibility: hidden;
  opacity: 0;
}

.page_loader.shoo {
  opacity: 0;
}

.queryloader__overlay {
  display: none !important;
}

:root {
  --homepage-delay-v: 0s;
}

.animate_part_0 {
  transform: translateY(0px);
  transition-duration: 1s;
  transition-delay: var(--homepage-delay-v);
  opacity: 1;
}

.animate_part_0_active {
  transform: translateY(100px);
  opacity: 0;
}

.header-container {
  font-family: "alexandria-regular";
  font-weight: 700;
  text-align: left;
  letter-spacing: 0;
  font-size: 1.5rem;
}
.header-container ul li {
  margin: 2rem 1.5rem;
}
.header-container ul #logo-main {
  margin: 0.8rem 1.5rem;
  margin-right: auto !important;
}
.header-container ul li:first-child {
  margin-right: 0;
}
.header-container ul li:last-child {
  margin-left: 0;
  line-height: 1.2;
  cursor: pointer;
}
.header-container ul .menu-item-has-child {
  position: relative;
  height: fit-content;
}
.header-container ul .menu-item-has-child .button-no-redirect {
  background-color: transparent;
  border: none;
  outline: none;
  font-size: 1rem;
  font-weight: 700;
}
.header-container ul .menu-item-has-child .sub-full-menu {
  visibility: hidden;
  opacity: 0;
  position: fixed;
  left: 0;
  right: 0;
  height: auto;
  background-color: white;
  padding: 40px 0;
  margin: 0;
  display: flex;
  width: 100vw;
}
.header-container ul .menu-item-has-child .sub-full-menu .sub-div .sub-menu-list {
  display: grid;
  grid-template-columns: repeat(4, auto); /* Two columns */
  grid-auto-rows: auto; /* Rows will auto-size based on content */
  gap: 10px; /* Optional: Space between columns */
  list-style-type: none; /* Remove bullet points */
  padding: 0;
}
.header-container ul .menu-item-has-child .sub-full-menu .sub-div .sub-menu-list li:first-child {
  margin-right: 1.5rem;
}
.header-container ul .menu-item-has-child .sub-full-menu .sub-div .sub-menu-list li:last-child {
  margin-left: 1.5rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.header-container ul .menu-item-has-child .sub-full-menu .sub-div .sub-menu-list .sub-menu-link {
  font-size: 0.7rem;
  margin-bottom: 13px;
  padding: 0;
  text-align: right;
  position: relative;
  width: fit-content;
}
.header-container ul .menu-item-has-child .sub-full-menu .sub-div .sub-menu-list .sub-menu-link a::after {
  webkit-transition: -webkit-transform 0.2s ease-in-out;
  transition: -webkit-transform 0.2s ease-in-out;
  -o-transition: transform ease-in-out 0.2s;
  transition: transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
  -webkit-transform-origin: right bottom;
  -ms-transform-origin: right bottom;
  transform-origin: right bottom;
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 1px;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  background-color: #000;
}
.header-container ul .menu-item-has-child .sub-full-menu .sub-div .sub-menu-list .sub-menu-link:hover a::after {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.header-container ul .menu-item-has-child:hover .sub-full-menu {
  visibility: visible;
  opacity: 1;
  z-index: 2;
}
.header-container .accordion-custom-button {
  outline: none !important;
  border: none !important;
  background: transparent !important;
  margin-bottom: 0 !important;
  box-shadow: none !important;
}
.header-container .accordion-custom-button:focus {
  outline: none !important;
  border: none !important;
  background: transparent !important;
  margin-bottom: 0 !important;
  box-shadow: none !important;
}
.header-container .sub-menus-header a {
  font-size: 15px !important;
}
.header-container .sub-menus-header button {
  font-size: 18px !important;
}
.header-container .sub-menus-header li:first-child {
  margin-right: 1.5rem;
}

.header-container.active {
  position: fixed;
  top: 0;
  z-index: 12;
  background-color: #fff;
  width: 100%;
}

.parent-switch {
  position: relative;
  width: 75px;
  height: 40px;
}

#switch {
  top: 0%;
  left: 0%;
  width: 75px;
  height: 40px;
}

.toggle {
  position: absolute;
  border: 2px solid #000;
  background-color: #000;
  border-radius: 20px;
  -webkit-transition: border-color 0.6s ease-out;
  transition: border-color 0.6s ease-out;
  box-sizing: border-box;
  cursor: pointer;
}

.toggle.toggle-on {
  border-color: #fff;
  -webkit-transition: all 0.5s 0.15s ease-out;
  transition: all 0.5s 0.15s ease-out;
}

.toggle-button {
  position: absolute;
  top: 4px;
  width: 28px;
  bottom: 4px;
  right: 39px;
  background-color: #787CF0;
  border-radius: 19px;
  cursor: pointer;
  -webkit-transition: all 0.2s 0.2s, left 0.2s;
  transition: all 0.2s 0.2s, left 0.2s;
}

.toggle-on .toggle-button {
  top: 3px;
  width: 28px;
  bottom: 3px;
  right: 3px;
  border-radius: 23px;
  border: 2px solid #000;
  -webkit-transition: all 0.2s 0.2s, right 0.2s;
  transition: all 0.2s 0.2s, right 0.2s;
}

.toggle-text-on {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 6px;
  line-height: 36px;
  text-align: center;
  font-family: "Quicksand", sans-serif;
  font-size: 14px;
  font-weight: bold;
  -webkit-user-select: none; /* Chrome/Safari */
  -moz-user-select: none; /* Firefox */
  -ms-user-select: none; /* IE10+ */
  color: rgba(0, 0, 0, 0);
}

.toggle-on .toggle-text-on {
  color: #fff;
  -webkit-transition: color 0.3s 0.15s;
  transition: color 0.3s 0.15s;
}

.toggle-text-off {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 6px;
  color: #fff;
  line-height: 36px;
  text-align: center;
  font-family: "Quicksand", sans-serif;
  font-size: 14px;
  font-weight: bold;
  -webkit-user-select: none; /* Chrome/Safari */
  -moz-user-select: none; /* Firefox */
  -ms-user-select: none; /* IE10+ */
}

.toggle-on .toggle-text-off {
  color: #fff;
}

.toggle-on .glow-comp {
  opacity: 1;
  -webkit-transition: opacity 1s;
  transition: opacity 1s;
}

.mobile_menu {
  display: none;
}

h1 {
  color: #000;
  font-family: "alexandria-regular";
  font-weight: 400;
  font-size: 2.5rem;
  line-height: 1.5;
}

h2 {
  color: #000;
  font-family: "alexandria-regular";
  font-weight: 400;
  font-size: 2.5rem;
  line-height: 1.5;
}

h3 {
  color: #fff;
  font-family: "alexandria-regular";
  font-weight: 400;
  font-size: 1.5rem;
  line-height: 1.5;
}

h4 {
  color: #000;
  font-family: "alexandria-regular";
  font-weight: 400;
  font-size: 1.25rem;
  line-height: 1.5;
}

h5 {
  color: #000;
  font-family: "alexandria-regular";
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.5;
  height: fit-content;
}

p {
  color: #000;
  font-family: "alexandria-regular";
  font-weight: 400;
  font-size: 1rem;
}

a {
  color: #000;
  font-family: "alexandria-regular";
  font-weight: 600;
  font-size: 1.25em;
}

.a-h3 {
  color: #fff;
  font-family: "alexandria-regular";
  font-weight: 400;
  font-size: 1rem;
  display: block;
  line-height: 1.5;
  height: fit-content;
}

header a, header button {
  font-size: 1rem;
  font-family: "alexandria-regular";
}
header a:hover {
  color: #787CF0;
}

section {
  padding: 5rem 0;
}

.main_button {
  color: #fff;
  background-color: #787CF0;
  border-radius: 30px;
  border: none;
  padding: 0.5rem 1.5rem;
  font-size: 1.25rem;
}

.second_button {
  color: #fff !important;
  background-color: #000 !important;
  border-radius: 30px;
  border: none;
  padding: 0.5rem 2rem;
  margin-right: 1rem;
  font-size: 1.25rem;
}

.image-darker {
  filter: brightness(0.8);
}

.play {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.nav-link.active {
  color: #787CF0 !important;
}

.nav-link {
  background-color: transparent !important;
  font-weight: 400;
  font-size: 2rem;
  color: #fff !important;
}

.logo {
  width: 6rem;
  height: 6rem;
  cursor: pointer;
}

.saperator_black {
  border-top: 1px solid #000;
}

.horizontal-saperator {
  height: 300px;
  border-left: 1px solid #000;
  margin: 1.5rem 0;
  position: absolute;
  left: 50%;
  top: 0;
  width: 0;
  padding: 0;
}

.horizontal-saperator-left-side {
  border-left: 1px solid #000;
}

.horizontal-saperator-right-side {
  position: relative;
}

.horizontal-saperator-right-side::after {
  content: "";
  position: absolute;
  top: 10%;
  right: 0;
  bottom: 10%;
  height: 100%;
  width: 1px; /* or 100px */
  border-right: 1px solid #000;
}

.white_seperator {
  background-color: #000;
  border-top: 1px solid #fff;
  width: 100%;
}

.remove-border-onFocus:focus {
  border: none !important;
  box-shadow: none;
}

.subscription_form input {
  border-radius: 30px;
  padding: 0.35rem 1.5rem;
  font-size: 1rem;
  color: #A3A3A3;
  background-color: #fff;
  text-align: right;
}

.inner-post {
  position: relative;
}
.inner-post .inner-author {
  position: absolute;
  bottom: -11%;
  right: 5%;
  display: flex;
}
.inner-post .inner-author img {
  width: 100px;
  height: 100px;
  display: inline-block;
  border: 2px solid #A3A3A3;
}
.inner-post .inner-author a {
  display: inline-block;
  display: flex;
  justify-content: center;
  align-items: end;
  margin-right: 2rem;
  font-size: 0.9rem;
}

.author-profile-pic {
  width: 70px;
  height: 70px;
  display: block;
}

.swiper {
  padding-bottom: 3rem;
}
.swiper .swiper-pagination .swiper-pagination-bullet {
  width: 15px;
  height: 15px;
  border: 2px solid #fff;
  cursor: pointer;
}
.swiper .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #787CF0;
}

#order-list-podcast {
  list-style-type: arabic-indic;
  margin-left: 10px;
}
#order-list-podcast li::marker {
  color: #787CF0;
  font-size: 2rem;
}
#order-list-podcast li {
  border-bottom: 1px solid black;
}

#order-list-podcast-en {
  margin-left: 10px;
}
#order-list-podcast-en li::marker {
  color: #787CF0;
  font-size: 2rem;
}
#order-list-podcast-en li {
  border-bottom: 1px solid black;
}

.order-list-recent-post {
  list-style: arabic-indic;
  margin-left: 10px;
  padding-right: 20px;
}
.order-list-recent-post .a-h3 {
  font-size: 1.5rem !important;
  color: #000;
}
.order-list-recent-post li::marker {
  color: #787CF0;
  font-size: 2rem;
}
.order-list-recent-post li a {
  font-size: 1.5rem;
}
.order-list-recent-post li .cat-text {
  font-size: 1rem !important;
}

.border-left-custom {
  border-left: 2px solid #787CF0;
  padding-left: 2rem;
}

.border-right-custom {
  border-right: 2px solid #787CF0;
  padding-right: 2rem;
}

.border-left-custom {
  border-left: 2px solid #787CF0;
  padding-left: 2rem;
}

.main_footer_section {
  background-color: #000;
  color: #fff;
}
.main_footer_section .white_seperator {
  background-color: #000;
  border-top: 1px solid #fff;
  width: 100%;
}
.main_footer_section .fit-content {
  width: fit-content;
}
.main_footer_section .first-section li {
  margin: 1rem 0;
  cursor: pointer;
}
.main_footer_section .first-section li a {
  font-size: 1rem;
  color: #fff;
  font-family: "alexandria-regular";
  font-weight: 400;
}
.main_footer_section .second-section li {
  margin: 0 1rem;
  cursor: pointer;
}
.main_footer_section .second-section li a {
  font-size: 1rem;
  color: #fff;
  font-family: "alexandria-regular";
  font-weight: 400;
}
.main_footer_section .second-section li:first-child {
  margin-right: 0;
}
.main_footer_section .second-section li:last-child {
  margin-left: 0;
}
.main_footer_section .subscription {
  margin: 1rem 0;
}
.main_footer_section .subscription h5 {
  font-size: 1.2rem;
}
.main_footer_section .subscription .main_button {
  margin-top: 1rem;
}

.nav-pills span {
  border: 1px solid #fff;
  margin: 0rem 3rem;
}

.copyright_cont .social_links {
  display: flex;
  justify-content: start;
  align-items: start;
}
.copyright_cont .social_links a {
  margin-left: 1rem;
}
.copyright_cont .social_links a img {
  width: 2rem;
  height: 2rem;
}

.secondMainSwiper .swiper-wrapper {
  align-items: center;
}

.single_category {
  padding: 4rem 0 !important;
}
.single_category .inner-post .inner-author {
  bottom: -18%;
}
.single_category .inner-post .inner-author img {
  width: 80px;
  height: 80px;
  border-radius: 100%;
}
.single_category .inner-post .mt-10 {
  margin-top: 4rem;
}
.single_category .horizontal-saperator-left-side {
  position: relative;
  border: none !important;
}
.single_category .horizontal-saperator-left-side::before {
  content: "";
  position: absolute;
  top: 5%;
  left: 0;
  bottom: 10%;
  height: 200px;
  width: 1px; /* or 100px */
  border-right: 1px solid #000;
}

.single_search {
  padding: 4rem 0 !important;
}
.single_search .inner-post .inner-author {
  bottom: -18%;
  right: 0;
}
.single_search .inner-post .inner-author img {
  width: 80px;
  height: 80px;
  border-radius: 100%;
}
.single_search .inner-post .mt-10 {
  margin-top: 4rem;
}
.single_search .horizontal-saperator-left-side {
  position: relative;
  border: none !important;
}
.single_search .horizontal-saperator-left-side::before {
  content: "";
  position: absolute;
  top: 5%;
  left: 0;
  bottom: 10%;
  height: 200px;
  width: 1px; /* or 100px */
  border-right: 1px solid #000;
}

#load-more-button, #load-more-block1 {
  text-decoration: underline;
  border: none;
  background-color: transparent;
  outline: none;
  color: #787CF0;
  font-size: 2rem;
  text-align: center;
  width: fit-content;
}

.single-post-page .inner-author {
  position: absolute;
  bottom: -8%;
  right: 5%;
  display: flex;
}
.single-post-page .inner-author img {
  width: 100px;
  height: 100px;
  display: inline-block;
  border: 2px solid #A3A3A3;
  border-radius: 100%;
}
.single-post-page .inner-author a {
  display: inline-block;
  display: flex;
  justify-content: center;
  align-items: end;
  margin-right: 2rem;
}
.single-post-page .left-inner-author {
  position: absolute;
  bottom: -8%;
  left: 5%;
  display: flex;
}
.single-post-page .left-inner-author img {
  width: 100px;
  height: 100px;
  display: inline-block;
  border: 2px solid #A3A3A3;
  border-radius: 100%;
}
.single-post-page .left-inner-author a {
  display: inline-block;
  display: flex;
  justify-content: center;
  align-items: end;
  margin-right: 2rem;
}
.single-post-page .content p {
  font-family: "alexandria-regular";
}
.single-post-page .current_author img {
  width: 100px;
  height: 100px;
  display: block;
  border: 2px solid #A3A3A3;
}
.single-post-page .current_author a {
  display: block;
}
.single-post-page .tags ul {
  display: flex;
  justify-content: start;
  align-items: center;
  flex-wrap: wrap;
}
.single-post-page .tags li {
  margin: 0;
  margin-left: 0.5rem;
  margin-bottom: 1.3rem;
}
.single-post-page .tags a {
  background-color: transparent;
  padding: 0.5rem 1rem;
  border-radius: 15px;
  border: 1px solid #787CF0;
  white-space: nowrap;
}
.single-post-page .tags a:hover {
  background-color: #787CF0;
  color: #fff;
}
.single-post-page .single-post-subscriptions input[type=email] {
  border-radius: 25px;
  border: 1px solid #787CF0;
}
.single-post-page .single-post-subscriptions input[type=submit] {
  background-color: #787CF0 !important;
}

.single_author {
  padding: 4rem 0 !important;
}
.single_author .inner-post .inner-author {
  bottom: -18%;
  right: 0;
}
.single_author .inner-post .inner-author img {
  width: 80px;
  height: 80px;
  border-radius: 100%;
}
.single_author .inner-post .mt-10 {
  margin-top: 4rem;
}
.single_author .horizontal-saperator-left-side {
  position: relative;
  border: none !important;
}
.single_author .horizontal-saperator-left-side::before {
  content: "";
  position: absolute;
  top: 5%;
  left: 0;
  bottom: 10%;
  height: 200px;
  width: 1px; /* or 100px */
  border-right: 1px solid #000;
}

.about-us {
  color: #fff;
  word-spacing: 3px;
}
.about-us h1 {
  color: #fff;
  font-family: "alexandria-regular";
  font-size: 2.5rem;
  text-align: center;
}
.about-us p {
  font-size: 1rem;
  font-weight: 400;
  font-family: "alexandria-regular";
  color: #fff;
}

.contact_us h1 {
  color: #787CF0;
  font-family: "alexandria-regular";
  font-size: 40px;
  text-align: center;
}
.contact_us input {
  border: 1px solid #787CF0;
  text-align: right;
  border-radius: 23px;
  padding: 1rem 0.8rem;
  font-family: "alexandria-regular";
  color: #DADADA;
  width: 100%;
}
.contact_us textarea {
  border: 1px solid #787CF0;
  text-align: right;
  border-radius: 23px;
  padding: 1rem 0.8rem;
  font-family: "alexandria-regular";
  color: #DADADA;
  width: 100%;
}
.contact_us input[type=submit] {
  border: none;
  text-align: center;
  border-radius: 23px;
  padding: 0.8rem 4rem;
  font-family: "alexandria-regular";
  color: #fff;
  background-color: #787CF0;
  width: fit-content;
}
.contact_us .wpcf7-spinner {
  display: block;
}

#progress-container {
  position: fixed;
  top: 0;
  width: 100%;
  height: 5px;
  background-color: #ddd;
  z-index: 1000;
}

#progress-bar {
  height: 100%;
  width: 0;
  background-color: #787CF0;
  transition: width 0.1s;
}

.member, .author {
  margin: auto;
  box-shadow: 0 0 20px 2px rgba(0, 0, 0, 0.2);
  text-align: center;
  margin: 20px;
  padding: 20px;
  height: 100%;
}
.member img, .author img {
  width: 175px;
  height: 175px;
  border-radius: 50%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  margin: 0 auto 5px;
  position: relative;
}
.member h4, .author h4 {
  text-align: center;
}
.member p, .author p {
  font-size: 1rem;
  text-align: center;
}

.grecaptcha-badge {
  visibility: hidden;
}

.add-gradiant-main {
  background: linear-gradient(to bottom, rgba(50, 50, 50, 0) 0, rgba(16, 15, 15, 0.91) 89%, rgba(16, 15, 15, 0.93) 93%);
  opacity: 0.93;
}

.add-border-radius {
  border-radius: 15px;
  height: 700px;
}

.cusotm-header-position .middle-section {
  position: absolute;
  z-index: 12;
  right: 2%;
  top: 40%;
}
.cusotm-header-position .middle-section h2 {
  color: #fff;
  font-size: 2rem;
}
.cusotm-header-position .middle-section a {
  color: #fff;
  font-size: 1.2rem;
}

.custom-height-second-index {
  height: auto;
}

.social_links_single_post {
  position: sticky;
  top: 15%;
  z-index: 10;
}
.social_links_single_post a {
  display: block;
  margin-bottom: 1rem;
}
.social_links_single_post a img {
  width: 1rem;
  height: 1rem;
}

.cup {
  position: absolute;
  width: 8rem;
  height: 8rem;
  margin-right: 15px;
  rotate: -12deg;
  left: 38%;
}

.bg-custom-blue {
  background-color: #787CF0;
}

.bg-custom-orange {
  background-color: #FE9696;
}

.bg-custom-yellow {
  background-color: #F7E587;
}

.bg-custom-ligh-orange {
  background-color: #F7AC87;
}

.bg-custom-blue h1, .bg-custom-orange h1, .bg-custom-yellow h1, .bg-custom-ligh-orange h1 {
  color: #fff;
}
.bg-custom-blue h2, .bg-custom-orange h2, .bg-custom-yellow h2, .bg-custom-ligh-orange h2 {
  color: #fff;
}
.bg-custom-blue h3, .bg-custom-orange h3, .bg-custom-yellow h3, .bg-custom-ligh-orange h3 {
  color: #fff;
}
.bg-custom-blue h4, .bg-custom-orange h4, .bg-custom-yellow h4, .bg-custom-ligh-orange h4 {
  color: #fff;
}
.bg-custom-blue h5, .bg-custom-orange h5, .bg-custom-yellow h5, .bg-custom-ligh-orange h5 {
  color: #fff;
}
.bg-custom-blue p, .bg-custom-orange p, .bg-custom-yellow p, .bg-custom-ligh-orange p {
  color: #fff;
}
.bg-custom-blue a, .bg-custom-orange a, .bg-custom-yellow a, .bg-custom-ligh-orange a {
  color: #fff;
}

.post-views {
  display: none !important;
}

.block-5 .add-border-radius {
  border-radius: 0;
  height: auto !important;
}
.block-5 .cusotm-header-position {
  position: relative;
  display: inline-block; /* Adjust as needed */
}
.block-5 .cusotm-header-position img {
  display: block;
  width: 100%;
}
.block-5 .cusotm-header-position::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: linear-gradient(to right, transparent, rgba(0, 0, 0, 0.9));
}

.long-slides-section a img {
  border-radius: 12px;
  transition: transform 0.3s ease;
}
.long-slides-section a h3 {
  font-size: 1.7rem;
  color: #fff;
  margin: 10px 0;
  text-align: right;
}
.long-slides-section a:hover .inner-img {
  overflow: hidden !important;
}
.long-slides-section a:hover img {
  scale: 1.15;
}
.long-slides-section .test {
  text-align: center;
}