body {
	font-family: Helvetica, sans-serif;
	background: #fff;
	margin: 0;
}
body.dark-mode, body.dark-mode .header-container {
	background: #141414;
}

/* Base styles */
body.light-mode {
/*   background-color: #f2f2f2; */
  color: #000;
}

.mode-toggle-wrapper {
  display: flex;
  justify-content: center;
}

.mode-toggle {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #141414;
  border: 1px solid rgba(180, 181, 184, 1);
  border-radius: 30px;
  padding: 5px;
  width: 181px;
/*   height: 50px; */
  position: relative;
  cursor: pointer;
  transition: background 0.3s ease;
  font-family: sans-serif;
  overflow: hidden;
}

.mode-toggle .icon {
  background-color: #fff;
  color: #000;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
  z-index: 2;
}

.mode-toggle .text {
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  position: absolute;
  left: 65px;
  transition: all 0.3s ease;
}

.mode-toggle-checkbox {
  display: none;
}

/* Light Mode */
.mode-toggle-checkbox:checked + .mode-toggle {
  background-color: #eaeaea;
  border-color: #eaeaea;
}

.mode-toggle-checkbox:checked + .mode-toggle .icon.night {
  transform: translateX(200%);
  opacity: 0;
}

.mode-toggle-checkbox:checked + .mode-toggle .icon.light {
  transform: translateX(0%);
  opacity: 1;
}

.mode-toggle-checkbox:checked + .mode-toggle .text {
  color: #000;
  left: 20px;
  content: "LIGHTMODE";
}

.icon.light {
  transform: translateX(-200%);
  opacity: 0;
}



.main-content {
	padding: 20px 6%;
}

.header-container {
    position: sticky;
	top: 0;
	padding: 15px 6%;
	background: rgba(255, 255, 255, 1);
	box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.1);
    z-index: 11;
}

.header-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.header-logo img {
  height: 50px;
  width: auto;
  display: block;
  max-width: 100%;
}

.header-logo .mobile-logo {
    display: none;
}

.light-mode .white-logo {
    display: none;
    opacity: 0;
    visibility: hidden;
}

.dark-mode .dark-logo {
    display: none;
    opacity: 0;
    visibility: hidden;
}
.dark-mode .white-logo {
    display: block;
    opacity: 1;
    visibility: visible;
}

.header-logo img {
  visibility: hidden;
}

body.dark-mode .header-logo img,
body.light-mode .header-logo img {
  visibility: visible;
}

.download_links ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.download_links ul li { 
    float: left;
    padding: 0px 15px;
}
/* .download_links ul li a {
	border: 2px solid red !important;
	min-width: 140px;
} */
.download_links ul li a img {
	height: 55px;
	width: 150px;
	object-fit: contain;
	display: block;
}

.download_links ul li a p {
    margin: 0 0 0 10px;
}
/* .download_links ul li a .gpay {
    display: block;
	font-size: 11px;
	font-weight: 500;
	margin-bottom: 3px;
}
.download_links ul li a .gpaytext {
   display: block;
   font-size: 18px;
   font-weight: 500;
   letter-spacing: 1px;
} */

@media (max-width: 768px) {
  .mode-toggle {
    width: 130px;
    padding: 4px;
  }

  .mode-toggle .icon {
    width: 30px;
    height: 30px;
  }

  .mode-toggle .text {
    font-size: 12px;
    left: 48px;
  }

  .mode-toggle-checkbox:checked + .mode-toggle .text {
    left: 18px;
  }
}



@media (min-width: 768px) and (max-width: 1024px) {
    .download_links ul {
        display: flex;
        align-items: center;
    }
    .download_links ul li {
        padding: 0 10px;
    }
    
    .header-logo img {
        height: 40px;
    }
}

@media (max-width: 767px) {
    .app-links {
        display: none;
    }	
}

.banner-img img {
    height: auto;
    max-width: 100%;
}
.coming-soon {
    box-shadow: 0px 12px 24px -6px rgba(24, 26, 42, 0.12);
    max-width: 820px;
    margin: -50px auto auto;
    position: relative;
    background-color: #fff;
    padding: 30px 5%;
    border-radius: 10px;
}

body.dark-mode .coming-soon {
	background: rgba(26, 26, 26, 1);
	color: #fff;
	border: 1px solid rgba(38, 38, 38, 1);
	max-width: 820px;
    margin: -50px auto auto;
    position: relative;
    padding: 30px 5%;
    border-radius: 10px;
}

/* body.dark-mode .coming-soon-content {
	padding: 10px;
} */


.coming-soon-content {
  text-align: center;
}

.coming-soon-content h3 {
    margin: 0 0 20px;
    font-size: 60px;
    font-weight: 700;
}
.coming-soon-content p {
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
	margin-bottom: 0;
}
.coming-soon-content #email {
    display: block;
    margin: auto auto 20px;
    height: 40px;
    font-weight: 700;
    width: 100%;
    padding: 5px 15px;
    border-radius: 3px;
    border: 1px solid rgba(83, 83, 83, 1);
}
.wpcf7 input[type="email"] {
	margin-top: 0;
	color: rgba(78, 78, 78, 1);
	border: 1px solid rgba(83, 83, 83, 1);
	background: #fff;
}
.wpcf7 input[type="email"]:focus-visible {
	outline: 0;
/* 	border: 0; */
}

body.dark-mode .coming-soon-content #email {
    display: block;
    margin: auto auto 20px;
    height: 40px;
    font-weight: 700;
    width: 100%;
    padding: 5px 15px;
    border-radius: 3px;
}

body.dark-mode .wpcf7 input[type="email"] {
	border: 1px solid rgba(83, 83, 83, 1);
	background: rgba(26, 26, 26, 1);
}
/* body.dark-mode .wpcf7 input[type="email"] {
	border: 1px solid rgba(83, 83, 83, 1);
	background: #fff;
} */
.coming-soon-content .submit {
    background-color: rgba(0, 19, 124, 1);
    height: 48px;
    width: 250px;
    border-radius: 5px;
    color: #fff;
    font-size: 15px;
    font-weight: 400;
    border: 0;
    margin: auto;
}


@media (max-width: 767px) {
	.header-content {
		max-width: 100%;
	}
    .main-content {
		width: 100%
        padding: 15px 5%;
    }
    .banner-img {
        height: 250px;
    }
    .banner-img img {
        height: 100%;
        max-width: 100%;
		object-fit: cover;
        display: block;
    }
    .coming-soon {
        width: 80%;
        max-width: 100%;
		padding-bottom: 0;
    }
    .coming-soon-content h3 {
        margin: 0 0 15px;
        font-size: 30px;
    }
    .coming-soon-content p {
        font-size: 15px;
        line-height: 23px;
        margin: 0 0 20px;
    }
    .coming-soon-content #email {
        width: calc(100% - 30px);
    }
}

@media (max-width: 767px) {
  body.dark-mode .coming-soon {
      width: 80%;
      max-width: 100%;
	  padding-bottom: 0;
  }
	
  body.dark-mode .coming-soon-content h3 {
        margin: 0 0 15px;
        font-size: 30px;
    }
  body.dark-mode .coming-soon-content p {
        font-size: 15px;
        line-height: 23px;
        margin: 0 0 20px;
    }
  body.dark-mode .coming-soon-content #email {
        width: calc(100% - 30px);
    }
}

/* -=-=-=-==-= Download =-=-=-=-=-= */

.download-mobile {
   display: flex;
   display: -webkit-flex;
   align-items: center;
   padding: 50px 0;
}

body.dark-mode .download-mobile {
   display: flex;
   display: -webkit-flex;
   align-items: center;
   padding: 50px 0;
}
.download-left {
   width: 55%;
   padding-right: 5%;
}
.download-right {
   width: 45%;
   text-align: end;
}
.download-right img {
   height: 400px;
   max-width: 100%;
   margin: auto 0 auto auto;
}
.download-mobile h3 {
   font-size: 60px;
   font-weight: 700;
   margin: 0 0 35px;
}
.app-img {
   display: flex;
   display: -webkit-flex;
}
.app-img a {
    width: 170px;
	height: 40px;
	object-fit: contain;
	display: block;
}
.app-img a.googleplay {
   margin-right: 25px;
}
.app-img a.applestore {
	height: 40px;
}
.app-img a p {
	margin: 0 0 0 15px;
}
.app-img a p span.gpay {
	display: block;
    font-size: 12px;
    font-weight: 500;
    margin-bottom: 3px;
}
.app-img a p span.gpaytext {
	display: block;
    font-size: 20px;
    font-weight: 500;
    letter-spacing: 1px;
}

.light-mode .myrb-mobile-dark {
    display: none;
    opacity: 0;
    visibility: hidden;
}
.light-mode .myrb-mobile-light {
    display: block;
    opacity: 1;
    visibility: visible;
	box-shadow: none !important;
}
.dark-mode .myrb-mobile-light {
    display: none;
    opacity: 0;
    visibility: hidden;
}
.dark-mode .myrb-mobile-dark {
    display: block;
    opacity: 1;
    visibility: visible;
}
.app-img a.googleplay {
    margin-bottom: 20px;
}

@media (max-width: 768px) {
    .download-right img {
     height: 250px;
		width: 100%;
		object-fit: contain;
}
}

@media (max-width: 430px) {
  .download-right img {
        width: 564px !important;
        height: 250px;
        object-fit: contain;
    }
}

@media (max-width: 500px) {
    .app-img {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: space-between;
		min-height: 120px;
    }

/*     .app-img a {
        width: 150px;
    } */
	.app-img a.googleplay{
		margin-left: 22px;
	}
   .header-logo .dark-logo,
    .header-logo .white-logo {
        display: none;
    }

    .header-logo .mobile-logo {
        display: block;
    }
	
	html.wp-dark-mode-active:not([data-wp-dark-mode-preset="0"]) body header.header-container .header-content {
	    padding: 5px;
    }
}

@media (max-width: 767px) {
	.header-logo img {
		height: 42px;
	}
    .download-mobile {
        flex-direction: column-reverse;
        text-align: center;
    }
    .download-left {
        width: 100%;
        padding-right: 0;
        margin-top: 40px;
    }
    .download-right {
        width: 100%;
        text-align: center;
    }
    .download-mobile h3 {
        font-size: 30px;
    }
.app-img a img {
	height: 60px;
	width: 180px;
}
.app-img a.googleplay {
   margin-right: 25px;
}
.app-img a p {
	margin: 0 0 0 15px;
	text-align: left;
}
.app-img a p span.gpay {
    font-size: 10px;
}
.app-img a p span.gpaytext {
    font-size: 14px;
    letter-spacing: 0.5px;
}
}


/* -=-=-=-==- Social -=-=-=-=-== */


.social-media {
    padding: 0px 0 60px;
}

.social-list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
    justify-content: center;
    text-align: center;
}

.social-item {
    position: relative;
    display: inline-block;
    width: 100%;
    max-width: 454px;
}

.social-img {
    width: 100%;
    height: auto;
    display: block;
}

.info-img {
    position: absolute;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
	max-width: 50%;
    width: auto;
    height: auto;
    opacity: 0.8;
    z-index: 2;
	filter: brightness(0) invert(1);
}

.logo-img {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 33px;
    height: 30px;
    opacity: 0.8;
    z-index: 3;
}

@media (max-width: 768px) {
    .social-list {
        grid-template-columns: repeat(2, 1fr);
    }
    .social-item {
        height: auto;	
    }
    .logo-img {
        max-width: 12%;
    }
}

html.wp-dark-mode-active .info-img {
    filter: brightness(1) invert(0);
}

.title-text {
    text-align: center;
    position: relative;
    margin: 0 0 50px;
    padding-bottom: 15px;
    font-size: 30px;
    font-weight: 700;
}
.title-text::before {
    content: "";
    position: absolute;
    width: 40px;
    height: 2px;
    background: #000;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto; 
}
.wp-dark-mode-active .title-text::before {
    background: #fff;
}

@media (min-width: 2000px) {
  .social-media-content {
    max-width: 2560px;
    margin: 0 auto;
    padding: 0 20px;
  }

  .social-list {
    gap: 60px;
  }

  .social-item {
    max-width: 700px;
  }
}


@media (max-width: 767px) {
    .title-text {
        font-size: 27px;
        margin: 0 0 35px;
    }
    .social-list {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}
@media (max-width: 525px) {
    .social-list {
        grid-template-columns: repeat(1, minmax(0, 1fr));
    }
}

@media (max-width: 900px) {
	.app-img a {
/* 		border: 2px solid red; */
/* 		margin-right: 10px; */
		min-width: 100px;
	}
	.app-img a.googleplay{
		height: 40px;
	}
	.app-img a p span.gpay {
        font-size: 10px;
}
    .app-img a p span.gpaytext {
        font-size: 15px;
    }
	 .footer-content {
        align-items: center;
        text-align: center;
		justify-content: space-around
    }
}

/* -=-=-=-== Blogs =-=-=-=-=-=-= */

.foodball-blog {
	margin-bottom: 25px;
}
#post-container {
	display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
	grid-gap: 16px;
}
#post-container article {
	border: 1px solid rgba(232, 232, 234, 1);
	border-radius: 10px;
	padding: 12px 12px 40px;
    position: relative;
    display: inline-block;
}

.dark-mode #post-container article {
	border: 1px solid rgba(38, 38, 38, 1);
}
#post-container article img {
	height: auto;
	max-width: 100%;
	object-fit: cover;
	border-radius: 5px;
    min-height: 200px;
}
#post-container article a h3 {
	font-size: 22px;
	font-weight: 700;
	margin-bottom: 12px;
	color: #000;
}

#post-container article a {
  text-decoration: none !important;
}
/* #post-container article h3 a {
   text-decoration: none;
   cursor: pointer;
   color: #000;
} */
.dark-mode #post-container article h3 {
	color: #fff;
}

#post-container p {
  grid-column: 1 / -1;
  text-align: center;
  font-size: 20px;
  font-weight: 600;
  color: #555;
  padding: 40px 0;
}

article .post-meta {
  position: absolute;
  bottom: 15px;
}
article .post-meta span {
    color: rgba(151, 152, 159, 1) !important;
    font-size: 14px;
    font-weight: 400;
}


#view-all-container {
   text-align: center;
   padding: 30px 0;
}
#view-all-container button {
    height: 45px;
    width: 120px;
    border: 1px solid rgba(105, 106, 117, 0.3);
    border-radius: 5px;
    font-size: 15px;
    font-weight: 400;
    outline: none;
}
@media (max-width: 767px) {

    #post-container {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    #view-all-container {
        padding-bottom: 10px;
    }
}
@media (max-width: 525px) {
    #post-container {
        grid-template-columns: repeat(1, minmax(0, 1fr));
    }
}

/* =-=-=-=-=-=-= Testimonials =-=-=-=-=-=-=-= */


.testimonial {
    padding: 40px 0;
}
.testimonial-content {
    max-width: 800px;
    margin: auto;
}
#sp-testimonial-free-wrapper-128 .sp-testimonial-free-section {
    margin-bottom: 0;
}
.swiper-wrapper {
    height: auto;
}
.sp-testimonial-free-section .sp-testimonial-item {
    padding: 35px 30px;
    margin: auto;
    background: rgba(227, 231, 245, 1);
    border-radius: 20px !important;
}
.dark-mode .sp-testimonial-free-section .sp-testimonial-item {
	background: rgba(47, 49, 59, 1);
	border: 1px solid rgba(120, 120, 120, 1);
	color: #fff;
}

.sp-testimonial-free {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    height: 100%;
}
.sp-testimonial-free-section .sp-testimonial-title {
    display: none;
}
.sp-testimonial-free-section .sp-testimonial-client-image {
    height: 160px;
    width: 160px;
    margin: 0 !important;
}
.sp-testimonial-free-section .sp-testimonial-client-image img {
    height: 160px;
    width: 160px;
    object-fit: cover;
}
.sp-testimonial-client-testimonial {
    width: calc(100% - 160px);
    padding-right: 30px;
    margin: 0 !important;
    text-align: left;

}
.sp-testimonial-free-section .testimonial-pagination {
    display: none;
}
.sp-testimonial-free-section .sp-testimonial-client-testimonial p {
    font-size: 22px !important;
    line-height: 32px !important;
    text-align: left !important;
    padding: 0 !important;
	font-family: sans-serif;
    font-weight: 300 !important;
}
.sp-testimonial-content h5 {
    margin: 0 !important;
    text-align: left;
    font-size: 20px;
	font-family: sans-serif;
	font-weight: 300;
	text-transform: capitalize;
}
.sp-testimonial-free-section .testimonial-nav-arrow {
    border: 0 !important;
    transform: none !important;
}
#sp-testimonial-free-wrapper-128 .sp-testimonial-free-section .testimonial-nav-arrow:hover {
	border: 2px solid red !important;
    background: none;
    color: #000;
}
.sp-testimonial-free-section .testimonial-nav-arrow {
    font-size: 50px !important;
	top: calc(50% - 18px) !important;
}
#sp-testimonial-free-wrapper-184 .sp-testimonial-free-section .sp-testimonial-client-testimonial {
	color: #fff !important;
}
.light-mode #sp-testimonial-free-wrapper-184 .sp-testimonial-free-section .sp-testimonial-client-testimonial {
	color: rgba(0, 0, 0, 1) !important;
}

.swiper-pagination,
.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  display: none !important;
}


/* Dark mode - remove background on hover/tap */
body.dark-mode #sp-testimonial-free-wrapper-184 .sp-testimonial-free-section .testimonial-nav-arrow {
  background: none !important;
  border: none !important;
  outline: none !important;
  box-shadow: none !important;
  -webkit-tap-highlight-color: transparent; /* mobile tap highlight */
}

body.dark-mode #sp-testimonial-free-wrapper-184 .sp-testimonial-free-section .testimonial-nav-arrow:hover,
body.dark-mode #sp-testimonial-free-wrapper-184 .sp-testimonial-free-section .testimonial-nav-arrow:focus,
body.dark-mode #sp-testimonial-free-wrapper-184 .sp-testimonial-free-section .testimonial-nav-arrow:active {
  background: none !important;
}

body:not(.dark-mode) #sp-testimonial-free-wrapper-184 .sp-testimonial-free-section .testimonial-nav-arrow {
  background: none !important;
  border: none !important;
  outline: none !important;
  box-shadow: none !important;
  -webkit-tap-highlight-color: transparent;
}

body:not(.dark-mode) #sp-testimonial-free-wrapper-184 .sp-testimonial-free-section .testimonial-nav-arrow:hover,
body:not(.dark-mode) #sp-testimonial-free-wrapper-184 .sp-testimonial-free-section .testimonial-nav-arrow:focus,
body:not(.dark-mode) #sp-testimonial-free-wrapper-184 .sp-testimonial-free-section .testimonial-nav-arrow:active {
  background: none !important;
  color: #444444 !important;
}

/* .sp-testimonial-free-section .sp-testimonial-item {
  height: 305px;
  overflow-y: auto;
  padding: 20px;
  box-sizing: border-box;
} */
/* .sp-testimonial-free-section .sp-testimonial-client-testimonial .sp-testimonial-content {
	height: 100px;
    font-size: 10px !important;
	color: red !important;
	line-height: 10px;
} */


body.dark-mode,
body.dark-mode .header-container {
	background: #141414;
	color: #fff;
}


@media (max-width: 767px) {
    .sp-testimonial-free {
        display: block;
    }
	.sp-testimonial-free-section {
		margin: 0 25px !important;
	}
    .sp-testimonial-free-section .sp-testimonial-client-image {
        margin: auto auto 30px !important;
    }
    .sp-testimonial-client-testimonial {
        width: 100%;
        padding-right: 0;
    }
    .sp-testimonial-free-section .sp-testimonial-client-testimonial p {
        text-align: center !important;
		font-size: 16px !important;
		line-height: 24px !important;
    }
    .sp-testimonial-content h5 {
        text-align: center;
    }
	.sp-testimonial-free-section .sp-testimonial-item {
		padding: 20px 15px;
	}
}

@media (max-width: 500px) {
    .fa {
        font-size: 30px !important;
/* 		margin-right: 5px; */

    }
	 .swiper-button-prev {
        margin-right: 8px;
    }
	.swiper-button-next {
        margin-left: 8px;
    }
	div._icon:nth-child(1) {
		height: 30px;
    width: 30px !important;
    background-size: cover;
}
._icon.wp-dark-mode-ignore svg {
	display: none;
	opacity: 0;
}
	div._icon:nth-child(1) {
		height: 20px !important;
		width: 20px !important;
		margin-left: 0;
	}
	div._icon {
		height: 20px;
		width: 20px !important;
	}
	._track.wp-dark-mode-ignore{
		width: 70px;
		height: 25px;
	}
	._thumb.wp-dark-mode-ignore{
		width: 28px !important;
		height: 25px !important;
	}
}






/* =-=-==-==-=-= Footer -=-=-=-=-=-=-=-= */

.footer {
   padding: 50px 6% 25px;
   border-top: 1px solid rgba(232, 232, 234, 1);
   background: rgba(246, 246, 247, 1);

}
.dark-mode .footer {
	background: rgba(26, 26, 26, 1);
	border: 1px solid rgba(38, 38, 38, 1);
}

.light-mode .white-logo-footer {
    display: none !important;
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
}

.dark-mode .white-logo-footer {
    display: block !important;
    opacity: 1 !important;
    visibility: visible;
}

.dark-mode .dark-logo-footer {
	 display: block !important;
    opacity: 1 !important;
    visibility: visible;
    height: 50px;
}

.dark-mode .dark-logo-footer {
    display: none !important;
	opacity: 0;
    visibility: hidden;
}

.footer-content {
   display: flex;
   display: -webkit-flex;
   align-items: center;
   justify-content: space-between;
	height: auto;
}

.footer-content p {
   font-size: 14px;
   font-weight: 400;
	color: #fff;
}
.light-mode .footer-content p  {
	color: rgba(7, 7, 7, 1);
}
.footerlink {

}
.footerlink a {
    display: inline-block;
    padding-left: 10px;
}
.footerlink a img {
   height: 40px; 
}

@media (max-width: 767px) {
    .footer-content {
        display: flex; 
        flex-flow: column;
		align-items: center;
    }
    .footerlink {
       order: 2;
       margin: 20px 0;
    }
    .footer-content p {
        order: 3;
    }
}


@media (max-width: 767px) {
    body.dark-mode .footer-content {
        display: flex; 
        flex-flow: column;
		align-items: center;
    }
    body.dark-mode .footerlink {
       order: 2;
       margin: 20px 0;
    }
    body.dark-mode .footer-content p {
        order: 3;
    }
	 .header-logo .dark-logo-footer {
        height: 40px;
		 width: 173px;
    }
	.light-mode .white-logo-footer {
		height: 40px;
		width: 173px;
	}
}

@media (max-width: 450px) {
	 .header-logo .dark-logo-footer {
        height: 42px;
		 width: 182px;
    }
}




/* -=-=-=-=-=-=-=-= Post details css ==--=-=-===-=-===-=- */

.breadcrumb {
    display: flex;
    display: -webkit-flex;
    align-items: center;
    margin-bottom: 20px;
}
.breadcrumb a,.breadcrumb span{
   color: rgba(163, 163, 163, 1);
   font-size: 16px;
   font-weight: 400;
   text-decoration: none;
}

.breadcrumb img {
    height: 22px;
    margin: 0 5px;
}
.post-details .post-detail-text {
   font-size: 34px;
   font-weight: 400;
   line-height: 40px;
   margin: 0 0 25px;
}
.post-details .author-text {
    color: rgba(105, 106, 117, 1);
    font-size: 13px;
    font-weight: 400;
    margin: 0 0 30px;
}

.post-content-details img {
   width: 100%;
   max-height: 430px;
   object-fit: cover;
   border-radius: 20px;
	    margin-bottom: 20px;
}
.post-content-details p {
   font-size: 18px;
   font-weight: 400;
   line-height: 28px;
   margin: 0 0 20px;
}
.post-content-details h3 {
    font-size: 22px;
    font-weight: 700;
}
.post-content-details h5 {
   display: none;
   opacity: 0;
}

@media (max-width: 767px) {
    .post-details .post-detail-text {
        font-size: 28px;
        line-height: 33px;
    
    }
}

/* -=-=-=-=-=-=-=- recently-viewed -=-=-=-=-=-=-=-= */

.recently-viewed {
    padding: 0 0 40px;
}
.no-recently {
    padding: 15px 0;
    font-size: 18px;
    font-weight: 400;
    text-align: center;
    grid-column: 2 / 3;
} */

#mode-loader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0.8);
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .dark-mode #mode-loader {
    background: rgba(0, 0, 0, 0.8);
  }

  .spinner {
    border: 5px solid #f3f3f3;
    border-top: 5px solid #333;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    animation: spin 0.8s linear infinite;
  }

  @keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
  }

/* =-=-=-=-=-=-==-=-=-=- Dark mode =-=-=-=-=-=-=-=-=- */











