@charset "UTF-8";
.button-loading {
  border: 1px solid #c4cdd5;
  cursor: default;
  text-shadow: none;
  color: transparent !important;
  position: relative;
  transition: border-color 0.2s ease-out;
}

.button-loading,
.button-loading:hover,
.button-loading:focus,
.button-loading:active {
  color: transparent;
}

.button-loading:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  border-radius: 50%;
  border-width: 3px;
  border-style: solid;
  margin-top: -9px;
  margin-left: -9px;
  width: 18px;
  height: 18px;
  animation: button-loading-spinner 1s linear infinite;
  border-color: #ffffff;
  border-bottom-color: transparent;
}

.button-loading.btn-fill-out {
  color: transparent !important;
  border: 1px solid var(--color-primary);
}
.button-loading.btn-fill-out:before {
  width: 18px;
  background-color: transparent;
  border-color: var(--color-primary);
  border-bottom-color: transparent;
}
.button-loading.btn-fill-out:after {
  display: none;
}

.required:after {
  content: " *";
  color: red;
}
@keyframes button-loading-spinner {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
#alert-container {
  top: 100px;
  right: 5px;
  position: fixed;
  z-index: 9999999;
}
#alert-container .alert {
  max-width: 450px !important;
  min-height: 45px !important;
  font-weight: 400;
  position: relative;
  padding: 15px 40px 15px 60px;
  margin-bottom: 10px;
  box-shadow: 0 4px 10px 0 rgba(3, 3, 3, 0.1);
}
#alert-container .alert.alert-success {
  color: #299c77;
  background-color: #bff9d0;
}
#alert-container .alert .message-icon {
  position: absolute;
  left: 5%;
  top: 30%;
  font-size: 20px;
  fill: #299c77;
  stroke: #299c77;
}
#alert-container .alert.alert-dismissible .close {
  position: absolute;
  top: 20px;
  right: 15px;
  font-size: 10px;
  padding: 0;
}

body.show-admin-bar #alert-container {
  top: 140px;
}
body.show-admin-bar .header-sticky.sticky-bar {
  top: 40px;
}
body.show-admin-bar #sidebar-wrapper {
  top: 40px;
}

.language-wrapper {
  margin-left: 15px;
}
.language-wrapper .language_bar_chooser {
  display: block;
  float: right;
  width: 160px;
  line-height: 58px;
  text-align: center;
}
.language-wrapper .language_bar_chooser li {
  display: inline-block;
  float: left;
  margin-left: 5px;
}
.language-wrapper .language_bar_chooser.dropdown-menu {
  display: none;
  border-radius: 0 !important;
}
.language-wrapper .language_bar_chooser.dropdown-menu li {
  width: 100%;
  margin: 0;
  display: block;
}
.language-wrapper .language_bar_chooser.dropdown-menu li a {
  display: block !important;
  margin-right: 0 !important;
}
.language-wrapper .dropdown.open .language_bar_chooser.dropdown-menu {
  display: block;
}
.language-wrapper .btn {
  border: none;
  background: none;
  margin-bottom: 0;
  height: 40px;
  border-radius: 0 !important;
}
.language-wrapper .language_bar_list li {
  display: inline-block;
  margin-left: 5px;
}
.language-wrapper .language_bar_list li a {
  text-align: left;
  font-size: 12px;
}
.language-wrapper .language_bar_list li a span {
  color: var(--color-muted);
}
.language-wrapper .language_bar_list li a img {
  float: left;
  margin-right: 8px;
  margin-top: 2px;
  width: 20px;
}

.half-circle-spinner,
.half-circle-spinner * {
  box-sizing: border-box;
}

.half-circle-spinner {
  width: 30px;
  height: 30px;
  margin: 20px auto;
  border-radius: 100%;
  position: relative;
}

.half-circle-spinner .circle {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  border: 2px solid transparent;
  background: none;
  box-shadow: none;
  margin: 0;
}

.half-circle-spinner .circle.circle-1 {
  border-top-color: var(--color-primary);
  animation: half-circle-spinner-animation 1s infinite;
}

.half-circle-spinner .circle.circle-2 {
  border-bottom-color: var(--color-primary);
  animation: half-circle-spinner-animation 1s infinite alternate;
}

@keyframes half-circle-spinner-animation {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.sidebar-inner {
  width: 100%;
}
.sidebar-inner .sidebar-inner-loading {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  text-align: center;
}

.widget_categories ul.font-small li {
  border-bottom: 1px dotted rgba(0, 0, 0, 0.15);
  display: table;
  width: 100%;
  padding: 8px 0;
}
.widget_categories ul.font-small li a {
  text-align: left;
  padding: 0;
}

.main-menu .current-menu-item a {
  color: var(--color-primary);
}

.header-select-language {
  background: #eff5f6;
  padding: 10px 0;
  font-size: 13px;
}
.header-select-language .language-wrapper {
  margin-left: 0;
  display: flex !important;
  align-items: center;
}
.header-select-language .language-wrapper > span {
  display: inline-block;
  margin-right: 5px;
}
.header-select-language .language-wrapper .language_bar_list {
  display: inline-block;
}

.header-top .logo {
  max-height: 50px;
}

.single-content article.entry-wraper ol, .single-content article.entry-wraper ul {
  padding-left: 25px;
  list-style: disc;
  margin-bottom: 25px;
}
.single-content article.entry-wraper ol li, .single-content article.entry-wraper ul li {
  font-weight: 400;
  list-style: disc;
}
.single-content article.entry-wraper ol {
  list-style: decimal;
}
.single-content article.entry-wraper ol li {
  list-style: decimal;
}
.single-content article.entry-wraper table {
  border: 1px solid #dee2e6;
  width: 100%;
  margin-bottom: 1rem;
  background-color: transparent;
  border-collapse: collapse;
  max-width: 100%;
}
.single-content article.entry-wraper table caption {
  font-size: 90%;
  padding: 10px 0;
  text-align: center;
  color: #6c757d;
  font-weight: 500;
  caption-side: top;
}
.single-content article.entry-wraper table th {
  vertical-align: bottom;
  padding: 0.75rem;
  border: 1px solid #dee2e6;
  border-bottom-width: 2px;
}
.single-content article.entry-wraper table td {
  border: 1px solid #dee2e6;
}
.single-content article.entry-wraper table tbody tr th {
  border-bottom-width: 1px;
}
.single-content article.entry-wraper table blockquote {
  margin: 0 0 1rem;
  padding: 2px 8px 2px 20px;
  border-width: 0;
  border-left-width: 5px;
  font-style: italic;
  border-style: solid;
  border-color: #ccc;
}
.single-content article.entry-wraper table blockquote p {
  font-size: 14px;
  line-height: 40px;
  margin-bottom: 0;
}
.single-content article.entry-wraper h2 {
  font-size: 1.75rem;
}
.single-content article.entry-wraper h3 {
  font-size: 1.5rem;
}
.single-content article.entry-wraper h4 {
  font-size: 1.25rem;
}
.single-content article.entry-wraper h5 {
  font-size: 1rem;
}
.single-content article.entry-wraper h6 {
  font-size: 0.9rem;
}
.single-content article.entry-wraper .blocks-gallery-grid,
.single-content article.entry-wraper .wp-block-gallery {
  padding: 0;
  margin: 0;
}
.single-content article.entry-wraper .blocks-gallery-grid li,
.single-content article.entry-wraper .wp-block-gallery li {
  list-style: none !important;
}

.single-content article.entry-wraper .single-more-articles ul {
  list-style: none;
  padding-left: 0;
}
.single-content article.entry-wraper .single-more-articles ul li {
  list-style: none;
}

.pagination-area .pagination {
  flex-wrap: wrap;
}

.pagination-area .page-item {
  margin-bottom: 10px;
}

#scrollUp {
  bottom: 100px;
}

.mobile_menu {
  position: absolute;
  right: 10px;
  width: 96%;
  z-index: 99;
}

.offcanvas-sidebar .off-canvas-close {
  right: 20px;
  top: 20px;
}

.language-wrapper .dropdown-toggle::after {
  display: none;
}
.language-wrapper .btn-select-language {
  background: transparent !important;
  border: none !important;
  box-shadow: none !important;
  color: var(--color-muted) !important;
  padding: 0;
  font-size: 12px;
  height: auto;
  font-weight: normal;
}
.language-wrapper .dropdown-menu.language_bar_chooser {
  z-index: 1000;
  display: none;
  min-width: 10rem;
  padding: 0;
  margin: 0.125rem 0 0;
  font-size: 12px;
  color: var(--color-muted) !important;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  line-height: 1;
}
.language-wrapper .dropdown-menu li img {
  margin: 0 10px;
}
.language-wrapper .dropdown-menu li a {
  padding: 10px 0;
}

.scroll-progress {
  background: var(--color-primary) !important;
}

.carousel-slider {
  margin: 0 -15px;
}
.carousel-slider .carousel-slider-item {
  margin-right: 15px;
  margin-left: 15px;
  flex-direction: column;
}
.carousel-slider .slick-track {
  display: flex !important;
  align-items: stretch;
}
.carousel-slider .slick-slide {
  height: auto !important;
  display: flex !important;
  flex-direction: column;
}
.carousel-slider .slick-slide > div {
  display: flex !important;
  flex-direction: column;
  flex-grow: 1;
  height: 100%;
}
.carousel-slider .carousel-item-slide {
  height: 100%;
  display: flex !important;
  flex-direction: column;
  flex-grow: 1;
}
.carousel-slider .carousel-item-card {
  height: 100% !important;
  flex-grow: 1;
}
.carousel-slider .carousel-item-card.layout-2 {
  transition: transform 0.3s ease, box-shadow 0.3s ease, opacity 0.3s ease !important;
}
.carousel-slider .carousel-item-card.layout-3 {
  transition: transform 0.3s ease, box-shadow 0.3s ease, background-color 0.3s ease !important;
}
@media (min-width: 1200px) {
  .carousel-slider .slick-slide.slick-active-first .carousel-item-card.layout-2,
  .carousel-slider .slick-slide.slick-active-last .carousel-item-card.layout-2 {
    opacity: 0.5;
  }
}

.menu-icon-image {
  width: 14px;
  height: 14px;
  display: inline-block;
  vertical-align: middle;
  margin-top: -2px;
  margin-right: 1px;
}

.entry-meta.meta-2 .author-name {
  margin-top: 3px;
}

.single-content article.entry-wraper ul.pagination li {
  list-style: none;
}

.top-sidebar-ad img,
.bottom-sidebar-ad img,
.panel-ads img {
  border-radius: 6px;
}

.f-post:nth-last-child(-n+2) {
  display: none;
}

.fixed-sidebar {
  position: -moz-sticky;
  position: -ms-sticky;
  position: -o-sticky;
  position: sticky;
  height: 300px;
  padding: 30px 0;
  background: #555;
  color: #fff;
  top: 10px;
  bottom: auto;
}

.no-strong {
  font-weight: normal !important;
}

.offer-hr {
  border-bottom: 2px solid #d6d9db;
}

.btn-offer {
  padding: 17px 35px 15px;
  color: #fff;
  text-decoration: none !important;
  font-weight: 500;
  font-size: 1.5rem;
  text-transform: uppercase;
}
.btn-offer-container {
  display: block;
  margin-top: -30px;
  padding: 5px 10px;
  background: #fff;
}

.btn-link:hover {
  color: #fff;
}

.price-text {
  font-size: 1.4rem !important;
  font-weight: 700;
}

.bordered {
  border-radius: 10px;
  border: 2px solid #d6d9db;
}

p.disclamer {
  line-height: 1.2;
}
p.disclamer small {
  font-size: 70%;
}

.feat-home-post {
  margin-top: -125px;
}
.feat-home-post .container .hot-tags {
  padding-bottom: 15px !important;
}
.feat-home-post .widget-header-3 .row div:first-child {
  opacity: 0;
}
.feat-home-post .widget-header-3 .row div:last-child {
  padding-right: 25px;
}
.feat-home-post .widget-header-3 .row div:last-child,
.feat-home-post .widget-header-3 .row div:last-child .text-muted,
.feat-home-post .widget-header-3 .row div:last-child a {
  color: #fff !important;
}
.archive-header {
  max-width: 100%;
}

main.page-boxed .single-content {
  max-width: 940px;
}

main.page-boxed .archive-header {
  max-width: 100%;
  border: 2px solid var(--mutted-border-color);
  margin: 50px 0;
  padding: 25px !important;
  border-radius: 8px;
}

main.page-boxed .archive-header .view-selector {
  display: none !important;
}

.breadcrumb {
  font-weight: 600;
  font-family: "Exo 2";
  color: var(--color-primary);
  font-size: 16px;
}
.breadcrumb a {
  font-weight: 400;
  color: #687385;
}

.header-top button.search-icon {
  padding: 10px 0;
}
.header-top .header-top-left .search-icon span.text-muted,
.header-top .header-top-right .search-icon span.text-muted {
  display: flex;
  flex-direction: row-reverse;
  margin: 0 !important;
}
.header-top .header-top-left .search-icon .text-search,
.header-top .header-top-right .search-icon .text-search {
  opacity: 0;
}
.header-top:hover .header-top-left .search-icon .text-search,
.header-top:hover .header-top-right .search-icon .text-search {
  opacity: 1;
}
.header-top .header-top-right .search-icon .elegant-icon {
  margin: 0 !important;
}
.header-top .header-top-right .search-icon .text-search {
  margin-right: 10px;
}

.elegant-icon {
  font-weight: bold;
}

.flex-center-left {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.flex-center-right {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.flex-center-center {
  display: flex;
  justify-content: center;
  align-items: center;
}

.container.single-content figure.image img {
  width: 100%;
  max-width: 100%;
}

.single-content article.entry-wraper .entry-main-content ol,
.single-content article.entry-wraper .entry-main-content ul {
  list-style: disc;
  margin-bottom: 15px;
  margin-left: 35px;
  padding: 0 40px 0 15px;
  border-left: 2px solid #eee;
}
.single-content article.entry-wraper .entry-main-content ol li,
.single-content article.entry-wraper .entry-main-content ul li {
  font-weight: 400;
  list-style: none;
  line-height: 1.7;
  padding: 5px 0;
}

#about-image .about-image-wrapper {
  position: relative;
  display: block;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
#about-image .about-image-wrapper img {
  transition: opacity 0.3s ease, transform 0.5s ease;
  display: block;
  max-width: 100%;
  height: auto;
  filter: grayscale(100%) brightness(1.1) saturate(1.1) contrast(1.1) drop-shadow(0px 0px 200px rgba(255, 255, 255, 0.25));
}
#about-image .about-image-wrapper .about-image-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.3s ease, visibility 0.3s ease;
  padding: 20px;
}
#about-image .about-image-wrapper .about-image-text {
  width: 80%;
  padding: 20px 25px;
  margin-top: 15px;
  background: rgba(255, 255, 255, 0.85);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  color: #1a202c;
  text-align: center;
  border-radius: 6px;
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
  transform: translateY(20px);
  transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1);
}
#about-image .about-image-wrapper .about-image-text .about-image-title {
  font-size: 1.15rem;
  font-weight: 500;
  color: #1a202c;
  margin-bottom: 8px;
  line-height: 1.3;
}
#about-image .about-image-wrapper .about-image-text .about-image-desc {
  font-size: 0.95rem;
  line-height: 1.5;
  font-weight: 400;
  color: #4a5568;
}
#about-image .about-image-wrapper:hover {
  transform: translateY(-4px);
}
#about-image .about-image-wrapper:hover img {
  opacity: 0.5;
  transform: scale(1.04);
}
#about-image .about-image-wrapper:hover .about-image-overlay {
  opacity: 1;
  visibility: visible;
}
#about-image .about-image-wrapper:hover .about-image-text {
  transform: translateY(0);
}

#about-me .ck-content p:first-child {
  float: right;
}

#about-me .ck-content p:first-child img {
  width: 350px;
  height: 350px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
  border-radius: 50%;
  border: 2px solid var(--mutted-border-color);
  padding: 15px;
}

.about-banner-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 30px;
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: 0.5px;
  border-radius: 30px;
  box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  transition: all 0.3s ease;
  background-color: var(--color-secondary) !important;
}
.about-banner-btn::after {
  content: "→";
  font-size: 1.1rem;
  line-height: 1;
  margin-left: 0;
  opacity: 0;
  max-width: 0;
  display: inline-block;
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  overflow: hidden;
}
.about-banner-btn:hover {
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.12);
  opacity: 0.95;
  background-color: var(--color-primary) !important;
  padding-right: 25px;
  padding-left: 25px;
  transition: all 0.3s ease;
}
.about-banner-btn:hover::after {
  margin-left: 8px;
  opacity: 1;
  max-width: 20px;
  transition: all 0.3s ease;
}

.ck-content blockquote {
  border: 0 !important;
  padding: 15px 20px;
  margin-left: 15px;
  font-style: normal;
}
.ck-content blockquote p {
  margin-bottom: 8px;
  line-height: 1.3;
}
.ck-content blockquote p:last-child {
  margin-bottom: 0;
}

#layout-default article .post-card-1,
#layout-right-sidebar article .post-card-1 {
  border: 1px solid var(--mutted-border-color);
}
#layout-default article .post-card-1 .post-card-content h5,
#layout-right-sidebar article .post-card-1 .post-card-content h5 {
  font-size: 1.25rem;
  line-height: 1.3;
  margin-bottom: 10px !important;
}
#layout-default article .post-card-1 .post-card-content p,
#layout-right-sidebar article .post-card-1 .post-card-content p {
  font-size: 0.85rem;
  line-height: 1.4;
}
#layout-default article .post-card-1 .thumb-overlay,
#layout-right-sidebar article .post-card-1 .thumb-overlay {
  border-radius: 10px 10px 0 0;
}
#layout-default article .post-card-1 .post-content,
#layout-right-sidebar article .post-card-1 .post-content {
  background: #ffffff;
  border-radius: 0 0 10px 10px;
}

/* Equal height card listing adjustments */
.loop-list .row,
.loop-grid .row,
.post-module-2 .row {
  display: flex;
  flex-wrap: wrap;
}
.loop-list .row article,
.loop-grid .row article,
.post-module-2 .row article {
  display: flex;
  flex-direction: column;
}

.post-card-1 {
  height: 100%;
  display: flex;
  flex-direction: column;
}
.post-card-1 .post-content {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}
.post-card-1 .post-content .post-card-content {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.post-card-1 .post-content .post-card-content .entry-meta {
  margin-top: auto;
}

.widget-header-1 h5,
.widget-header-2 h5 {
  font-size: 18px;
  text-transform: none;
  letter-spacing: 0;
  border-bottom: 1px solid var(--mutted-border-color);
  padding-bottom: 10px;
  position: relative;
  font-weight: 400;
}

.widget-header-3 h5 {
  font-size: 20px;
  text-transform: none;
  letter-spacing: 0;
  font-weight: 400;
}

.single-more-articles .widget-header-1 h5,
.single-more-articles .widget-header-2 h5 {
  font-size: 1rem;
  text-transform: none;
  letter-spacing: 0;
}

/* Category Card Grid Styles */
.all-blog-categories .category-card {
  background: #ffffff;
  border: 1px solid var(--mutted-border-color, #e9ecef);
  border-radius: 8px;
  padding: 20px;
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  height: 100%;
  display: flex;
  align-items: center;
}
.all-blog-categories .category-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.06);
  background: #ffffff;
}
.all-blog-categories .category-card .category-image {
  height: 115px;
  width: 100%;
  max-width: 80px;
  min-width: 65px;
  border-radius: 6px;
  overflow: hidden;
  margin-right: 15px;
}
.all-blog-categories .category-card .category-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.5s ease;
}
.all-blog-categories .category-card:hover .category-image img {
  transform: scale(1.1);
}
.all-blog-categories .category-card .category-details {
  flex-grow: 1;
}
.all-blog-categories .category-card .category-details h6 {
  margin: 0 0 5px 0;
  font-size: 0.95rem;
  font-weight: 600;
}
.all-blog-categories .category-card .category-details h6 a {
  color: var(--color-dark, #1a202c);
}
.all-blog-categories .category-card .category-details h6 a:hover {
  color: var(--color-primary);
}
.all-blog-categories .category-card .category-details .category-description {
  font-size: 0.8rem;
  color: var(--color-muted, #7e8c9f);
  margin-bottom: 5px;
  line-height: 1.3;
}
.all-blog-categories .category-card .category-details .category-count {
  font-size: 0.75rem;
  font-weight: 500;
  color: var(--color-primary);
}

.logo-sticky {
  display: none;
}
@media (min-width: 992px) {
  .logo-sticky {
    float: left;
    margin-right: 20px;
    width: 120px;
    align-items: center;
    height: 44px;
  }
  .logo-sticky a {
    display: block;
    width: 100%;
  }
  .logo-sticky a img {
    max-height: 35px;
    width: auto;
    display: block;
  }
}

@media (min-width: 992px) {
  .header-sticky.sticky-bar .logo-sticky {
    display: flex;
  }
}

.header-sticky .main-nav ul.main-menu > li > a {
  padding: 11px 0 8px;
}
.header-sticky .main-nav ul.main-menu > li.menu-item-has-children > a {
  padding-right: 15px;
}

.post-thumb-full {
  width: 100%;
  height: auto;
}
.post-thumb-full a {
  width: 100%;
  display: block;
  border-radius: 8px;
  overflow: hidden;
}
.post-thumb-full a img {
  width: 100%;
}

.form-subcriber input.form-control {
  padding: 16px 25px;
  line-height: 24px;
  border-radius: 30px 0 0 30px !important;
  max-width: 300px;
  font-size: 0.875rem;
}

.featured-1 h3 {
  font-size: clamp(1.25rem, 3.5vw, 2rem);
  font-weight: 500;
  color: var(--color-secondary);
}
.featured-1 h4 {
  color: var(--color-secondary);
}

/* ----------------------------------------------------
   Custom Shortcode Styles
   ---------------------------------------------------- */
/* Quote Block */
.quote-block-wrapper {
  position: relative;
  padding: 80px 30px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 10px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
.quote-block-wrapper.quote-block-full {
  border-radius: 0;
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
}
.quote-block-wrapper .quote-block-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.45);
  z-index: 1;
}
.quote-block-wrapper .quote-block-content {
  position: relative;
  z-index: 2;
  max-width: 1000px;
  margin: 0 auto;
}
.quote-block-wrapper .quote-block-text {
  font-family: var(--primary-font);
  font-size: clamp(1.75rem, 4vw, 2.5rem);
  font-weight: 600;
  line-height: 1.2;
  margin: 0;
}
.quote-block-wrapper .quote-block-text::before {
  display: none !important;
}

/* Fallback color for boxed without bg */
.quote-block-wrapper:not([style]) .quote-block-text {
  color: var(--color-secondary);
  text-shadow: none;
}

/* CTA Buttons Block */
#cta-buttons-block {
  min-height: 80vh;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
#cta-buttons-block .cta-buttons-block-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}
#cta-buttons-block .cta-buttons-block-wrapper {
  position: relative;
  z-index: 1;
}
#cta-buttons-block .cta-buttons-block-wrapper .cta-buttons-title {
  font-size: 2.5rem;
  max-width: 500px;
}
#cta-buttons-block .cta-buttons-block-wrapper .cta-buttons-desc {
  font-size: 1.5rem;
  max-width: 500px;
}
#cta-buttons-block .cta-buttons-block-wrapper .cta-buttons-container {
  gap: 10px;
}
#cta-buttons-block .cta-buttons-block-wrapper .cta-buttons-container .btn {
  padding: 12px 50px 10px;
  font-size: 1.2rem;
}
#cta-buttons-block .cta-buttons-block-wrapper .cta-buttons-container .btn.btn-radius {
  border-radius: 10px;
}
#cta-buttons-block .cta-buttons-block-wrapper .cta-buttons-container .btn:hover {
  background-color: var(--color-secondary);
  color: var(--white);
}

/* Key Indicators */
.key-indicators-wrapper .indicator-card {
  border: 2px solid #e4e4e4;
  transition: all 0.3s ease;
}
.key-indicators-wrapper .indicator-card .indicator-icon {
  font-size: 36px;
  width: 70px;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  margin-top: -66px;
  background-color: #fff;
}
.key-indicators-wrapper .indicator-card .indicator-number-animate {
  font-family: var(--title-font);
  font-size: clamp(1.75rem, 4vw, 2.5rem);
  font-weight: 600;
  line-height: 1.2;
  color: var(--color-primary);
}
.key-indicators-wrapper .indicator-card .indicator-label {
  font-size: 1.15rem;
}

/* Custom Contact Form overrides */
.custom-contact-form-section {
  position: relative;
  background-size: cover;
  background-position: center;
  border-radius: 10px;
  overflow: hidden;
}
.custom-contact-form-section.w-100 {
  border-radius: 0;
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
}
.custom-contact-form-section .custom-contact-form-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.35);
  z-index: 1;
}
.custom-contact-form-section .custom-contact-form-header .section-title {
  font-size: clamp(1.5rem, 3.5vw, 2rem);
}
.custom-contact-form-section .custom-contact-form-header .section-desc {
  font-size: clamp(0.85rem, 1.5vw, 1rem);
}
.custom-contact-form-section .custom-contact-form-header.text-left .section-title,
.custom-contact-form-section .custom-contact-form-header.text-left .section-desc, .custom-contact-form-section .custom-contact-form-header.text-right .section-title,
.custom-contact-form-section .custom-contact-form-header.text-right .section-desc {
  max-width: 450px;
}
.custom-contact-form-section .custom-contact-form-wrapper .custom-contact-form-container {
  max-width: 450px;
  max-height: 600px;
  overflow-y: auto;
  background: rgba(255, 255, 255, 0.98);
  padding: 40px;
  border-radius: 10px;
  border: 2px solid #e4e4e4;
}
.custom-contact-form-section .custom-contact-form-wrapper .custom-contact-form-container .contact-form .contact-form-input {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 0;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555555;
  background-color: #ffffff;
  background-image: none;
  border: 0;
  box-shadow: none;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  border-bottom: 1px solid #e4e4e4;
  border-radius: 0;
}

/* CTA Form Button & Modal Popup */
.cta-custom-modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 99999;
}

.cta-custom-modal-dialog {
  width: 100%;
  max-width: 780px;
  margin: 20px;
  position: relative;
  background: #ffffff;
  border-radius: 12px;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.25);
  animation: ctaModalSlideIn 0.3s cubic-bezier(0.16, 1, 0.3, 1);
  overflow: hidden;
}

.cta-custom-modal-content {
  max-height: 90vh;
  overflow-y: auto;
}

@keyframes ctaModalSlideIn {
  from {
    transform: translateY(-30px);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}
.cta-custom-modal-close {
  position: absolute;
  top: 15px;
  right: 20px;
  background: none;
  border: none;
  font-size: 32px;
  line-height: 1;
  color: #a0aec0;
  cursor: pointer;
  z-index: 10;
  transition: color 0.2s ease;
}
.cta-custom-modal-close:hover {
  color: #4a5568;
}

/* Portfolios & Carousels image zoom helper */
.hover-zoom {
  transition: transform 0.5s ease;
}

.portfolio-card:hover .hover-zoom {
  transform: scale(1.08);
}

.carousel-block-wrapper.container-fluid {
  padding: 0 50px !important;
}
.carousel-block-wrapper .carousel-section-header .section-title {
  font-size: clamp(1.5rem, 4vw, 2.5rem);
  max-width: 800px;
}
.carousel-block-wrapper .carousel-section-header .section-desc {
  font-size: clamp(0.85rem, 1.5vw, 1rem);
  max-width: 800px;
}
.carousel-block-wrapper .carousel-item-card .carousel-item-body {
  border: 1px dashed #9ea7b6;
  border-radius: 8px;
  padding: 20px;
  height: 100%;
  gap: 15px;
}
.carousel-block-wrapper .carousel-item-card .carousel-item-body .carousel-item-sing {
  width: 100%;
  text-align: end;
  color: var(--color-primary);
}

.cta-block-wrapper .cta-block-box .cta-block-desc {
  font-size: 0.95rem;
}
.cta-block-wrapper .cta-block-box .btn {
  padding: 20px 40px;
  font-size: 1.5rem;
}
.cta-block-wrapper .cta-block-box .btn.btn-radius {
  border-radius: 10px;
}
.cta-block-wrapper .cta-block-box .btn:hover {
  background-color: var(--color-secondary);
}

/* Contact Items */
.contact-items-block-wrapper .contact-section-header .section-title {
  font-size: clamp(1.75rem, 4vw, 2.5rem);
  max-width: 800px;
}
.contact-items-block-wrapper .contact-section-header .section-desc {
  font-size: clamp(0.85rem, 1.5vw, 1rem);
  max-width: 800px;
}
.contact-items-block-wrapper .contact-item-card {
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  border: 1px solid #e4e4e4 !important;
}
.contact-items-block-wrapper .contact-item-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.05) !important;
}
.contact-items-block-wrapper .contact-item-card:hover .contact-item-icon-wrapper {
  background-color: var(--color-primary) !important;
  color: #ffffff !important;
}
.contact-items-block-wrapper .contact-item-card .contact-item-icon-wrapper {
  transition: background-color 0.25s ease, color 0.25s ease;
  width: 60px;
  height: 60px;
  min-width: 60px;
  background-color: #f4f7f6;
  color: var(--color-primary);
  font-size: 28px;
  border-radius: 4px;
}
.contact-items-block-wrapper .contact-item-card .contact-item-label {
  letter-spacing: 0.8px;
  font-size: 11px;
  font-weight: 600;
}
.contact-items-block-wrapper .contact-item-card .contact-item-value {
  font-size: 18px;
  font-family: var(--title-font);
  font-weight: 500;
}
.contact-items-block-wrapper .contact-item-card .contact-item-value a {
  text-decoration: none;
  transition: color 0.2s ease;
}
.contact-items-block-wrapper .contact-item-card .contact-item-value a:hover {
  color: var(--color-primary) !important;
}

/* Scroll Reveal Animations */
.scroll-reveal {
  opacity: 0 !important;
  transition: opacity 0.8s cubic-bezier(0.16, 1, 0.3, 1), transform 0.8s cubic-bezier(0.16, 1, 0.3, 1) !important;
  transition-delay: var(--reveal-delay, 0s) !important;
  will-change: opacity, transform;
  pointer-events: none;
}
.scroll-reveal.reveal-slide-up {
  transform: translateY(40px) !important;
}
.scroll-reveal.reveal-slide-left {
  transform: translateX(-40px) !important;
}
.scroll-reveal.reveal-scale-up {
  transform: scale(0.92) !important;
}
.scroll-reveal.revealed {
  opacity: 1 !important;
  transform: none !important;
  pointer-events: auto;
}

/* ==========================================================================
   THEME SWITCHER TOGGLE BUTTON STYLING
   ========================================================================== */
.theme-toggle-cover {
  display: inline-block;
  vertical-align: middle;
  margin-left: 10px;
}

.theme-toggle-btn {
  background: #eaecee;
  border: none;
  padding: 0;
  margin: -6px 0 -3px;
  cursor: pointer;
  color: var(--color-muted, #687385);
  font-size: 16px;
  transition: color 0.3s ease, transform 0.3s ease;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  width: 28px;
  height: 28px;
}
.theme-toggle-btn:hover {
  color: #ffffff !important;
  background: #141414 !important;
}
.theme-toggle-btn:focus {
  outline: none !important;
}

.header-sticky.sticky-bar .theme-toggle-btn {
  color: var(--color-muted, #687385);
}
.header-sticky.sticky-bar .theme-toggle-btn:hover {
  color: var(--color-primary, #5869DA);
}

.nav-topbar ul.sub-menu,
.main-header .main-nav ul ul.sub-menu {
  min-width: 140px;
  background: #fff;
  left: -8px;
  visibility: hidden;
  opacity: 0;
  padding: 10px 15px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.04);
  border: 1px solid #eaecee;
  border-radius: 6px;
}

.nav-topbar ul.sub-menu > li > a,
.main-header .main-nav ul ul.sub-menu > li > a {
  font-weight: 400;
  line-height: 2;
  padding: 5px 15px 0 0;
  white-space: nowrap;
  font-size: 14px;
  border-bottom: 1px solid #eee;
}
.nav-topbar ul.sub-menu > li > a:hover,
.main-header .main-nav ul ul.sub-menu > li > a:hover {
  color: #232428 !important;
}

.nav-topbar ul.sub-menu > li:last-child > a,
.main-header .main-nav ul ul.sub-menu > li:last-child > a {
  border-bottom: none;
}

.post-card-1 ul.social-share {
  margin: 0 !important;
  padding: 0 !important;
  border: none !important;
}

.entry-bottom .tags span,
.entry-bottom .tags a {
  font-size: 12px;
  border-bottom: 0 !important;
  margin-right: 5px !important;
}

.offer-overdue {
  position: absolute;
  right: 2px;
  top: -25px;
  font-size: 10px;
  width: 100%;
  text-align: center;
  font-size: 14px;
}

.offer-top {
  border: 1px solid #e8e8e8;
  border-radius: 12px;
  padding: 1rem;
}

.btn-primary:focus, .btn-primary:active, .btn-primary:hover {
  background-color: var(--color-secondary) !important;
  border-color: var(--color-secondary) !important;
  outline: 0 !important;
}
.btn-primary.btn-offer {
  text-transform: none !important;
  font-size: 1.65rem !important;
  font-weight: 400 !important;
  border-radius: 8px;
}
.btn-primary.btn-offer:focus, .btn-primary.btn-offer:active, .btn-primary.btn-offer:hover {
  background-color: var(--color-secondary) !important;
  border-color: var(--color-secondary) !important;
  outline: 0 !important;
}
.btn-primary.disabled, .btn-primary:disabled {
  color: var(--color-muted) !important;
  background-color: #eff5f6 !important;
  border-color: #eff5f6 !important;
  outline: 0 !important;
  pointer-events: none !important;
}

.buy-modal {
  display: none;
  position: fixed;
  z-index: 9999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.65);
  -webkit-backdrop-filter: blur(8px);
          backdrop-filter: blur(8px);
  opacity: 0;
  transition: opacity 0.3s ease;
  align-items: center;
  justify-content: center;
}
.buy-modal.show {
  display: flex;
  opacity: 1;
}
.buy-modal .buy-modal-content {
  background-color: #ffffff;
  margin: auto;
  padding: 30px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  width: 100%;
  max-width: 480px;
  border-radius: 16px;
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2);
  position: relative;
  transform: scale(0.85);
  transition: transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.buy-modal.show .buy-modal-content {
  transform: scale(1);
}
.buy-modal .buy-modal-close {
  color: #aaa;
  position: absolute;
  right: 20px;
  top: 15px;
  font-size: 28px;
  font-weight: bold;
  cursor: pointer;
  transition: color 0.2s;
}
.buy-modal .buy-modal-close:hover {
  color: #333;
}
.buy-modal .buy-modal-header .buy-modal-title {
  font-size: 1.25rem;
  color: var(--color-secondary) !important;
  font-weight: 400 !important;
  margin-bottom: 0 !important;
}
.buy-modal .buy-modal-header .buy-modal-name {
  font-size: 1.5rem;
  color: var(--color-primary) !important;
  font-weight: 500 !important;
  font-family: var(--title-font) !important;
}
.buy-modal #buyer_email.form-control {
  border-radius: 10px;
  text-align: center;
}
.buy-modal .purchase-summary {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  background: #eff5f6;
  border-radius: 10px;
}
.buy-modal .purchase-summary .slanted-strike {
  position: relative;
  color: var(--color-muted) !important;
  font-size: 2.25rem;
  font-weight: 600 !important;
  display: inline-block;
  font-family: var(--title-font) !important;
}
.buy-modal .purchase-summary .slanted-strike::after {
  content: "";
  position: absolute;
  left: -6px;
  top: 50%;
  width: calc(100% + 12px);
  height: 3px;
  background: var(--color-primary);
  transform: rotate(-4deg);
  transform-origin: center;
}
.buy-modal .purchase-summary .price-text {
  font-weight: 600 !important;
  font-family: var(--title-font) !important;
  font-size: 3rem !important;
  border-left: 2px solid #dbdfe2;
  padding-left: 10px;
  margin-left: 10px;
}
.buy-modal .payment-methods-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 15px;
}
.buy-modal .payment-method-card {
  position: relative;
  margin: 0;
  cursor: pointer;
}
.buy-modal .payment-method-card input[type=radio] {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
}
.buy-modal .payment-method-card input[type=radio]:checked + .payment-method-box {
  border-color: #5869da !important;
  background-color: #ffffff;
}
.buy-modal .payment-method-box {
  border: 2px solid #e9ecef !important;
  transition: all 0.25s ease;
  border-radius: 10px;
  background: #fff;
  color: #333;
  padding: 1rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.25rem;
}
.buy-modal .payment-method-box:hover {
  background: #eff5f6;
}
.buy-modal .payment-method-box span {
  font-size: 0.85rem;
  color: var(--color-secondary) !important;
  font-weight: 500 !important;
  font-family: var(--title-font) !important;
}
.buy-modal #btn-submit-payment.btn:not(.btn-download) {
  background-color: var(--color-primary) !important;
  color: #ffffff !important;
  font-weight: 500 !important;
  font-family: var(--title-font) !important;
  font-size: 1.5rem !important;
  text-transform: none !important;
  border-radius: 10px !important;
}
.buy-modal #btn-submit-payment.btn:not(.btn-download) .btn-spinner {
  display: inline-block;
  width: 25px;
  height: 25px;
  margin-top: -3px;
  border: 3px solid #b4b9c2;
  border-radius: 50%;
  border-top-color: var(--color-muted) !important;
  animation: btn_spin 0.8s linear infinite;
  vertical-align: middle;
}
.buy-modal #btn-submit-payment.btn:not(.btn-download) .btn-spinner.d-none {
  display: none !important;
}
.buy-modal #btn-submit-payment.btn:not(.btn-download).disabled, .buy-modal #btn-submit-payment.btn:not(.btn-download):disabled {
  color: var(--color-muted) !important;
  background-color: #eff5f6 !important;
  border-color: #eff5f6 !important;
  outline: 0 !important;
  pointer-events: none !important;
}

.payment-methods-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 15px;
}

.payment-method-card {
  position: relative;
  margin: 0;
  cursor: pointer;
}
.payment-method-card input[type=radio] {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
}
.payment-method-card input[type=radio]:checked + .payment-method-box {
  border-color: #5869da !important;
  background-color: #ffffff;
}

.payment-method-box {
  border: 2px solid #e9ecef !important;
  transition: all 0.25s ease;
  border-radius: 10px;
  background: #fff;
  color: #333;
  padding: 1rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.25rem;
}
.payment-method-box:hover {
  background: #eff5f6;
}
.payment-method-box span {
  font-size: 0.85rem;
  color: var(--color-secondary) !important;
  font-weight: 500 !important;
  font-family: var(--title-font) !important;
}

#btn-submit-payment.btn:not(.btn-download) {
  background-color: var(--color-primary) !important;
  color: #ffffff !important;
  font-weight: 500 !important;
  font-family: var(--title-font) !important;
  font-size: 1.5rem !important;
  text-transform: none !important;
  border-radius: 10px !important;
}
#btn-submit-payment.btn:not(.btn-download) .btn-spinner {
  display: inline-block;
  width: 25px;
  height: 25px;
  margin-top: -3px;
  border: 3px solid #b4b9c2;
  border-radius: 50%;
  border-top-color: var(--color-muted) !important;
  animation: btn_spin 0.8s linear infinite;
  vertical-align: middle;
}
#btn-submit-payment.btn:not(.btn-download) .btn-spinner.d-none {
  display: none !important;
}
#btn-submit-payment.btn:not(.btn-download).disabled, #btn-submit-payment.btn:not(.btn-download):disabled {
  color: var(--color-muted) !important;
  background-color: #eff5f6 !important;
  border-color: #eff5f6 !important;
  outline: 0 !important;
  pointer-events: none !important;
}

@keyframes btn_spin {
  to {
    transform: rotate(360deg);
  }
}
#scrollUp {
  z-index: 9998 !important;
}

#sidebar-wrapper {
  z-index: 9999;
  border-left: 1px solid #eaecee !important;
}

.purchase-success-card {
  border: 0 !important;
  box-shadow: none !important;
}
.purchase-success-card p.lead {
  width: 100%;
  max-width: 480px;
  margin: 0 auto;
}
.purchase-success-card .transaction-details {
  border-radius: 10px;
  max-width: 400px;
  width: 100%;
  margin: 0 auto;
  border-width: 2px !important;
}
.purchase-success-card .transaction-details li {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 100%;
  display: block;
}
.purchase-success-card .download-section .btn-download {
  font-size: 1.25rem;
  padding: 15px 25px;
  border-radius: 10px;
  color: #ffffff;
  background-color: var(--color-primary) !important;
  text-transform: none !important;
  font-weight: 500 !important;
  width: 100%;
  max-width: 480px;
  margin: 0 auto;
}
.purchase-success-card .download-section .btn-download:hover {
  color: #ffffff;
  background-color: var(--color-secondary) !important;
}
.purchase-success-card .download-section .btn-download .btn-text {
  color: #ffffff !important;
}
.purchase-success-card .download-section .btn-download .btn-text i {
  font-size: 15px !important;
}

.text-success {
  color: #00c588 !important;
}

.main-search-form .search-header {
  border: 0 !important;
}
.main-search-form .search-header .form-control:focus, .main-search-form .search-header .form-control:hover {
  background-color: #232428 !important;
}
.main-search-form .search-header .btn-search {
  border-radius: 0 50% 50% 0 !important;
}

* img,
.thumb-overlay,
.img-hover-slide {
  filter: grayscale(100%) !important;
  transition: all 0.3s ease-in-out !important;
}
* img:hover,
.thumb-overlay:hover,
.img-hover-slide:hover {
  filter: grayscale(0%) !important;
  transition: all 0.3s ease-in-out !important;
}

.post-card-1:hover .post-thumb,
.post-block-list li:hover img,
.loop-list article:hover .post-thumb .img-hover-slide,
.carousel-slider-item:hover .post-thumb img {
  filter: grayscale(0%) !important;
  transition: all 0.3s ease-in-out !important;
}

.entry-meta .post-cat {
  color: #2a2a2a !important;
}

.slick-track .entry-meta .post-cat {
  color: #ffffff !important;
}

/* ==========================================================================
   DARK MODE SYSTEM OVERRIDES
   ========================================================================== */
body.dark-mode {
  background-color: #141414 !important;
  color: #a0a0a0 !important;
  --color-light: #141414 !important;
  --color-grey: #1a1a1a !important;
  --color-dark: #ffffff !important;
  --color-muted: #a0a0a0 !important;
  --color-white: #141414 !important;
  --primary-border-color: #333333 !important;
  --secondary-border-color: #222222 !important;
  --mutted-border-color: #2a2a2a !important;
  --color-primary: #ffffff !important;
  --color-secondary: #e0e0e0 !important;
  --color-danger: #ff5252 !important;
  background: #141414 !important;
}
body.dark-mode .featured-1 {
  background: #050505;
  overflow: hidden;
}
body.dark-mode .featured-1 .about-banner-cta .about-banner-btn {
  color: #141414 !important;
  background: #ffffff !important;
  border-color: #ffffff !important;
}
body.dark-mode .featured-1 #about-image .about-image-wrapper .about-image-text {
  background: rgba(0, 0, 0, 0.85) !important;
}
body.dark-mode .bg-white,
body.dark-mode header.main-header,
body.dark-mode .header-sticky,
body.dark-mode .sticky-bar,
body.dark-mode #sidebar-wrapper,
body.dark-mode footer,
body.dark-mode .post-card-1 .post-content,
body.dark-mode .category-card,
body.dark-mode .indicator-number-animate,
body.dark-mode .custom-contact-form-container,
body.dark-mode .cta-custom-modal-dialog,
body.dark-mode .preloader {
  background-color: #141414 !important;
  background: #141414 !important;
  color: #e0e0e0 !important;
  border-color: #232428 !important;
}
body.dark-mode .indicator-icon {
  background-color: #141414 !important;
  background: #141414 !important;
  color: #636363 !important;
}
body.dark-mode .bg-grey,
body.dark-mode .bg-light,
body.dark-mode .header-select-language,
body.dark-mode .widget_categories ul.font-small li,
body.dark-mode .post-card-1,
body.dark-mode .category-card:hover,
body.dark-mode .contact-item-card,
body.dark-mode .contact-item-icon-wrapper {
  background-color: #1e1e1e !important;
  background: #1e1e1e !important;
  border-color: #333333 !important;
}
body.dark-mode .indicator-card {
  background-color: transparent !important;
  background: transparent !important;
  border-color: #333333 !important;
}
body.dark-mode .btn-primary,
body.dark-mode .btn-secondary,
body.dark-mode .btn-radius,
body.dark-mode .bg-primary,
body.dark-mode .bg-secondary,
body.dark-mode .primary-bg,
body.dark-mode .scroll-progress,
body.dark-mode .header-social-network .list-inline-item a,
body.dark-mode .about-banner-btn,
body.dark-mode .btn-offer,
body.dark-mode .form-subcriber button,
body.dark-mode .cta-btn-2 {
  background: #232428 !important;
  background-color: #232428 !important;
  color: #e0e0e0 !important;
  border-color: #3f3f3f !important;
  box-shadow: none !important;
}
body.dark-mode .btn-primary:hover, body.dark-mode .btn-primary:focus, body.dark-mode .btn-primary:active,
body.dark-mode .btn-secondary:hover,
body.dark-mode .btn-secondary:focus,
body.dark-mode .btn-secondary:active,
body.dark-mode .btn-radius:hover,
body.dark-mode .btn-radius:focus,
body.dark-mode .btn-radius:active,
body.dark-mode .bg-primary:hover,
body.dark-mode .bg-primary:focus,
body.dark-mode .bg-primary:active,
body.dark-mode .bg-secondary:hover,
body.dark-mode .bg-secondary:focus,
body.dark-mode .bg-secondary:active,
body.dark-mode .primary-bg:hover,
body.dark-mode .primary-bg:focus,
body.dark-mode .primary-bg:active,
body.dark-mode .scroll-progress:hover,
body.dark-mode .scroll-progress:focus,
body.dark-mode .scroll-progress:active,
body.dark-mode .header-social-network .list-inline-item a:hover,
body.dark-mode .header-social-network .list-inline-item a:focus,
body.dark-mode .header-social-network .list-inline-item a:active,
body.dark-mode .about-banner-btn:hover,
body.dark-mode .about-banner-btn:focus,
body.dark-mode .about-banner-btn:active,
body.dark-mode .btn-offer:hover,
body.dark-mode .btn-offer:focus,
body.dark-mode .btn-offer:active,
body.dark-mode .form-subcriber button:hover,
body.dark-mode .form-subcriber button:focus,
body.dark-mode .form-subcriber button:active,
body.dark-mode .cta-btn-2:hover,
body.dark-mode .cta-btn-2:focus,
body.dark-mode .cta-btn-2:active {
  background: #3a3a3a !important;
  background-color: #3a3a3a !important;
  color: #ffffff !important;
  border-color: #4a4a4a !important;
}
body.dark-mode h1,
body.dark-mode h2,
body.dark-mode h3,
body.dark-mode h4,
body.dark-mode h5,
body.dark-mode h6,
body.dark-mode .font-heading,
body.dark-mode .post-title,
body.dark-mode .post-title a,
body.dark-mode h1 a,
body.dark-mode h2 a,
body.dark-mode h3 a,
body.dark-mode h4 a,
body.dark-mode h5 a,
body.dark-mode h6 a,
body.dark-mode .primary-color,
body.dark-mode a.active,
body.dark-mode .color-black,
body.dark-mode strong,
body.dark-mode b {
  color: #ffffff !important;
}
body.dark-mode a,
body.dark-mode p,
body.dark-mode span,
body.dark-mode li,
body.dark-mode div,
body.dark-mode td,
body.dark-mode th,
body.dark-mode .text-muted,
body.dark-mode .text-muted a,
body.dark-mode .excerpt,
body.dark-mode .breadcrumb a,
body.dark-mode .post-card-1 .post-card-content p,
body.dark-mode .category-description {
  color: #a0a0a0 !important;
}
body.dark-mode a:hover,
body.dark-mode .post-title a:hover,
body.dark-mode .main-menu .current-menu-item a {
  color: #ffffff !important;
}
body.dark-mode .form-control,
body.dark-mode input,
body.dark-mode textarea,
body.dark-mode select,
body.dark-mode .nice-select,
body.dark-mode .contact-form-input {
  background-color: #1a1a1a !important;
  color: #ffffff !important;
  border-color: #333333 !important;
}
body.dark-mode .form-control::-moz-placeholder, body.dark-mode input::-moz-placeholder, body.dark-mode textarea::-moz-placeholder, body.dark-mode select::-moz-placeholder, body.dark-mode .nice-select::-moz-placeholder, body.dark-mode .contact-form-input::-moz-placeholder {
  color: #666666 !important;
}
body.dark-mode .form-control::placeholder,
body.dark-mode input::placeholder,
body.dark-mode textarea::placeholder,
body.dark-mode select::placeholder,
body.dark-mode .nice-select::placeholder,
body.dark-mode .contact-form-input::placeholder {
  color: #666666 !important;
}
body.dark-mode .form-control:focus,
body.dark-mode input:focus,
body.dark-mode textarea:focus,
body.dark-mode select:focus,
body.dark-mode .nice-select:focus,
body.dark-mode .contact-form-input:focus {
  border-color: #555555 !important;
}
body.dark-mode .nice-select .list {
  background-color: #1a1a1a !important;
  border: 1px solid #333333 !important;
}
body.dark-mode .nice-select .list .option {
  color: #a0a0a0 !important;
}
body.dark-mode .nice-select .list .option:hover, body.dark-mode .nice-select .list .option.focus, body.dark-mode .nice-select .list .option.selected.focus {
  background-color: #2b2b2b !important;
  color: #ffffff !important;
}
body.dark-mode hr,
body.dark-mode .border-top,
body.dark-mode .border-bottom,
body.dark-mode .border-left,
body.dark-mode .border-right,
body.dark-mode .bordered,
body.dark-mode .has-border,
body.dark-mode .has-top-border,
body.dark-mode .separator,
body.dark-mode .divider-2,
body.dark-mode .line-dots,
body.dark-mode .line-dots::before,
body.dark-mode .line-dots::after,
body.dark-mode .bt-1,
body.dark-mode .border-color-1,
body.dark-mode .post-card-1,
body.dark-mode .post-content,
body.dark-mode .carousel-item-body {
  border-color: #2a2a2a !important;
}
body.dark-mode .quote-block-overlay,
body.dark-mode .cta-buttons-block-overlay,
body.dark-mode .custom-contact-form-overlay {
  background-color: rgba(0, 0, 0, 0.75) !important;
}
body.dark-mode .quote-block-wrapper:not([style]) .quote-block-text {
  color: #ffffff !important;
}
body.dark-mode .carousel-item-card .carousel-item-body .carousel-item-sing {
  color: #ffffff !important;
}
body.dark-mode .off-canvas-close,
body.dark-mode .search-close,
body.dark-mode #off-canvas-toggle span,
body.dark-mode #off-canvas-toggle span::before,
body.dark-mode #off-canvas-toggle span::after {
  color: #ffffff !important;
  background-color: #ffffff !important;
}
body.dark-mode .off-canvas-close i {
  color: #ffffff !important;
}
body.dark-mode .main-search-form {
  background-color: rgba(20, 20, 20, 0.95) !important;
}
body.dark-mode .main-search-form .btn-search {
  background-color: #232428 !important;
  color: #ffffff !important;
}
body.dark-mode .slick-prev,
body.dark-mode .slick-next {
  background-color: #232428 !important;
  color: #ffffff !important;
  border: 1px solid #3f3f3f !important;
}
body.dark-mode .slick-prev i,
body.dark-mode .slick-next i {
  color: #ffffff !important;
}
body.dark-mode .slick-prev:hover,
body.dark-mode .slick-next:hover {
  background-color: #3a3a3a !important;
}
body.dark-mode .theme-toggle-btn {
  background-color: #3a3a3a !important;
  color: var(--color-muted, #687385);
}
body.dark-mode .theme-toggle-btn:hover {
  background-color: #5b5b5b !important;
  color: var(--color-primary, #e0e0e0);
}
body.dark-mode .post-card-1 .post-content {
  background: #232428 !important;
}
body.dark-mode .carousel-block-wrapper .carousel-item-card .carousel-item-body {
  border-color: #3d3d3d !important;
}
body.dark-mode .widget_tagcloud .tag-cloud-link {
  border: 1px solid #2a2a2a;
  background: #1a1a1a;
}
body.dark-mode .widget_categories ul.font-small li {
  background-color: transparent !important;
  background: transparent !important;
}
body.dark-mode .off-canvas-close, body.dark-mode.canvas-opened #off-canvas-toggle span {
  background: transparent !important;
  background-color: transparent !important;
}
body.dark-mode .widget_categories li.cat-item span.post-count {
  color: #ffffff !important;
}
body.dark-mode .widget_categories li.cat-item:hover span.post-count {
  background-color: #ffffff !important;
  color: #141414 !important;
}
body.dark-mode .nav-topbar ul.sub-menu,
body.dark-mode .main-header .main-nav ul ul.sub-menu {
  background: #232428;
  border-color: transparent !important;
}
body.dark-mode .nav-topbar ul.sub-menu > li > a,
body.dark-mode .main-header .main-nav ul ul.sub-menu > li > a {
  color: #a0a0a0 !important;
  border-color: #34353a !important;
}
body.dark-mode .nav-topbar ul.sub-menu > li > a:hover,
body.dark-mode .main-header .main-nav ul ul.sub-menu > li > a:hover {
  color: #ffffff !important;
}
body.dark-mode .btn-offer-container {
  background: #141414;
}
body.dark-mode .single-more-articles {
  background: #232428;
  border-color: transparent !important;
}
body.dark-mode .single-more-articles .single-more-articles-close {
  color: #a0a0a0 !important;
}
body.dark-mode .single-more-articles .single-more-articles-close i {
  color: #a0a0a0 !important;
}
body.dark-mode .single-more-articles .single-more-articles-close i:hover {
  color: #ffffff !important;
}
body.dark-mode .author-bio .author-image img {
  border: 7px solid #232428;
}
body.dark-mode .author-bio .author-info .vcard.author span {
  color: #ffffff !important;
  font-weight: 500;
}
body.dark-mode .offer-top {
  border: 1px solid #3a3a3a;
  border-radius: 10px;
  padding: 1rem;
}
body.dark-mode .offer-top .price-text span {
  color: #ffffff !important;
}
body.dark-mode .offer-bottom .price-text span {
  color: #ffffff !important;
}
body.dark-mode .buy-modal .buy-modal-content {
  background-color: #1a1a1a;
  color: #fff;
  border-color: #333;
}
body.dark-mode .buy-modal .buy-modal-close:hover {
  color: #fff;
}
body.dark-mode .buy-modal .purchase-summary {
  background: #232428;
  border-color: #333;
}
body.dark-mode .buy-modal .purchase-summary .slanted-strike {
  color: #666;
}
body.dark-mode .buy-modal .purchase-summary .price-text {
  border-left: 2px solid #686b6d !important;
}
body.dark-mode .buy-modal .purchase-summary .price-text.text-primary {
  color: #ffffff !important;
}
body.dark-mode .buy-modal .payment-method-box {
  background: #232428;
  border-color: #333 !important;
  color: #aaa;
}
body.dark-mode .buy-modal .payment-method-box:hover {
  background: #35363c;
}
body.dark-mode .buy-modal .payment-method-card input[type=radio]:checked + .payment-method-box {
  border-color: #5869da !important;
  background-color: rgba(88, 105, 218, 0.1);
  color: #fff;
}
body.dark-mode .buy-modal #btn-submit-payment.btn:not(.btn-download) {
  background-color: #232428 !important;
  color: #ffffff !important;
  font-weight: 500 !important;
  font-family: var(--title-font) !important;
  font-size: 1.5rem !important;
  text-transform: none !important;
  border-radius: 10px !important;
  transition: all 0.3s ease;
}
body.dark-mode .buy-modal #btn-submit-payment.btn:not(.btn-download):hover {
  opacity: 0.5 !important;
}
body.dark-mode .buy-modal #btn-submit-payment.btn:not(.btn-download) .btn-text {
  color: #ffffff !important;
}
body.dark-mode .buy-modal #btn-submit-payment.btn:not(.btn-download).disabled, body.dark-mode .buy-modal #btn-submit-payment.btn:not(.btn-download):disabled {
  color: var(--color-muted) !important;
  background-color: #232428 !important;
  border-color: #232428 !important;
  outline: 0 !important;
  pointer-events: none !important;
}
body.dark-mode .buy-modal #btn-submit-payment.btn:not(.btn-download) .btn-spinner {
  border: 3px solid #949494;
  border-top-color: #fff !important;
}
body.dark-mode .payment-method-box {
  background: #232428;
  border-color: #333 !important;
  color: #aaa;
}
body.dark-mode .payment-method-box:hover {
  background: #35363c;
}
body.dark-mode .payment-method-card input[type=radio]:checked + .payment-method-box {
  border-color: #5869da !important;
  background-color: rgba(88, 105, 218, 0.1);
  color: #fff;
}
body.dark-mode #scrollUp {
  z-index: 9998 !important;
}
body.dark-mode #scrollUp:hover {
  color: #232428 !important;
}
body.dark-mode #sidebar-wrapper {
  z-index: 9999;
  border-left: 1px solid #232428 !important;
}
body.dark-mode .alert-danger {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb;
}
body.dark-mode .purchase-success-card .transaction-details {
  border-color: #3a3a3a !important;
}
body.dark-mode .purchase-success-card .download-section .btn-download {
  color: #141414 !important;
}
body.dark-mode .purchase-success-card .download-section .btn-download:hover {
  background-color: #dfe5e6 !important;
  color: #3a3a3a !important;
}
body.dark-mode .purchase-success-card .download-section .btn-download .btn-text {
  color: #141414 !important;
}
body.dark-mode .purchase-success-card .download-section .btn-download .btn-text i {
  font-size: 15px !important;
}

/* Circular preloader override */
.preloader .circle {
  margin: 40px auto;
  width: 40px;
  height: 40px;
  background-color: transparent !important;
  box-shadow: none !important;
  border-radius: 50% !important;
  border: 3px solid rgba(0, 0, 0, 0.1) !important;
  border-top: 3px solid var(--color-secondary, #2d3d8b) !important;
  animation: circle_spin 1s linear infinite !important;
}

body.dark-mode .preloader .circle {
  border-color: rgba(255, 255, 255, 0.1) !important;
  border-top-color: var(--color-secondary, #2d3d8b) !important;
}

@keyframes circle_spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/* Backdrop mark blur effect */
.dark-mark {
  background-color: rgba(220, 220, 220, 0.6) !important;
  -webkit-backdrop-filter: blur(4px) !important;
          backdrop-filter: blur(4px) !important;
  z-index: 9998;
  -webkit-backdrop-filter: blur(6px) !important;
  transition: opacity 0.3s ease, visibility 0.3s ease, -webkit-backdrop-filter 0.3s ease !important;
  transition: opacity 0.3s ease, visibility 0.3s ease, backdrop-filter 0.3s ease !important;
  transition: opacity 0.3s ease, visibility 0.3s ease, backdrop-filter 0.3s ease, -webkit-backdrop-filter 0.3s ease !important;
}

body.dark-mode .dark-mark {
  background-color: rgba(0, 0, 0, 0.8) !important;
}

/* Header sticky glassmorphism */
.header-sticky.sticky-bar {
  background-color: rgba(255, 255, 255, 0.85) !important;
  background: rgba(255, 255, 255, 0.85) !important;
  backdrop-filter: blur(10px) !important;
  -webkit-backdrop-filter: blur(10px) !important;
}

body.dark-mode .header-sticky.sticky-bar {
  background-color: rgba(20, 20, 20, 0.85) !important;
  background: rgba(20, 20, 20, 0.85) !important;
}

body.canvas-opened,
body.modal-opened {
  overflow: hidden !important;
}
