body .cor-branca {
  color: #ffffff;
}

div.top-header.gap-two.position-relative.white-bg {
  background-color: var(--primary-color, #154ccb);
}

html body .theme-main-menu .navbar-nav .dropdown-item:hover,
html body .theme-main-menu .navbar-nav .dropdown-item:focus,
html body .theme-main-menu .navbar-nav .dropdown-item.active,
html body .dropdown-menu .dropdown-item:hover,
html body .dropdown-menu .dropdown-item:focus,
html body .dropdown-menu .dropdown-item.active,
html body .dropdown-menu .dropdown-item:before,
html body .navbar .dropdown-menu .dropdown-item:before {
  background: var(--primary-color) !important;
  color: #ffffff !important;
}

div.logo img {
  max-width: 260px;
  max-height: 80px;
}

.btn-one {
  background-color: var(--primary-color);
  border-color: var(--primary-color);
}
.btn-one:before {
  background: var(--secondary-color);
}
.btn-one:hover {
  color: #000000;
}

#preloader {
  background: var(--primary-color) !important;
  z-index: 99999 !important;
}
#preloader
  #ctn-preloader
  .animation-preloader
  .txt-loading
  .letters-loading:before {
  color: rgba(255, 255, 255, 0.2) !important;
}
#preloader #ctn-preloader .animation-preloader .txt-loading .letters-loading {
  color: #ffffff !important;
}

/* Preloader Mobile Correction (Refined with Visual Loader) */
@media (max-width: 767px) {
  .ctn-preloader .txt-loading { 
    display: none !important; 
  }
  
  /* Create a premium visual loader */
  .ctn-preloader .icon {
    position: relative;
    margin-bottom: 40px;
  }
  
  .ctn-preloader .icon::after {
    content: '';
    position: absolute;
    bottom: -50px;
    left: 50%;
    transform: translateX(-50%);
    width: 40px;
    height: 40px;
    border: 3px solid rgba(255, 255, 255, 0.1);
    border-top-color: #ffffff;
    border-radius: 50%;
    animation: hm-spin 0.8s linear infinite;
  }
}

@keyframes hm-spin {
  to { transform: translateX(-50%) rotate(360deg); }
}

.coverage-footer-btn {
  background: var(--primary-color) !important;
  color: #fff !important;
  border: none;
  padding: 12px 24px;
  border-radius: 50px;
  font-weight: 600;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  cursor: pointer;
  box-shadow: 0 4px 15px rgba(0, 102, 204, 0.2);
  transition: all 0.3s ease;
  z-index: 100;
  margin-top: 20px;
}

.coverage-footer-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(0, 102, 204, 0.3);
  filter: brightness(1.1);
}

.coverage-footer-btn svg {
  width: 20px;
  height: 20px;
}

.btn-four {
  color: #ffffff;
}
.btn-four:before {
  background: var(--secondary-color);
}
.btn-four:hover {
  color: var(--primary-color);
}
.btn-four.inverse {
  background: var(--primary-color);
}
.btn-four.inverse:before {
  background: var(--hover-color);
}
.btn-four.inverse:hover {
  color: #fff;
}

.theme-main-menu .navbar-toggler {
  background: var(--primary-color);
}
.theme-main-menu .navbar-toggler::before,
.theme-main-menu .navbar-toggler::after,
.theme-main-menu .navbar-toggler span {
  background: #ffffff;
}

.hero-banner-three .slider-bg {
  padding: 30px 0 20px;
}
.hero-banner-three .slider-bg:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 18%;
  left: 0;
  bottom: 0;
  background: linear-gradient(
    0deg,
    rgba(72, 59, 248, 0.8) 0%,
    rgba(151, 57, 57, 0.4) 75%,
    rgba(252, 2, 2, 0) 100%
  );
  z-index: -1;
}
.hero-banner-three .slider-arrows:before {
  background: var(--primary-color);
}
.hero-banner-three .slider-arrows li {
  width: 65px;
  height: 65px;
  border-radius: 50%;
  background: var(--primary-color);
}
.hero-banner-three .slider-arrows li:hover {
  background: var(--hover-color);
  color: #ffffff;
}

.title-one .upper-title {
  font-family: 'Outfit', sans-serif;
  color: #ffffff;
}

.feature-block-two .media-bg .card-two {
  background: var(--primary-color);
}
.feature-block-two .media-bg .card-two .main-count {
  color: #ffffff;
}
.feature-block-two .media-bg .card-two p {
  color: #ffffff;
}
.feature-block-seven .box-wrapper .card-box img {
  border-radius: 50%;
}

html[data-bs-theme='dark'] .preto {
  color: #000000 !important;
}
html[data-bs-theme='dark'] .theme-main-menu.menu-style-three .bottom-header {
  background: #000000;
  border-bottom: 1px solid var(--primary-color);
}
html[data-bs-theme='dark']
  .theme-main-menu.menu-style-three
  .bottom-header
  .nav-item
  .nav-link {
  color: #ffffff;
  text-transform: uppercase;
}
html[data-bs-theme='dark'] .causes-section-one {
  background: url('https://placehold.co/1920x1033/orange/black') no-repeat
    center center/cover fixed;
}
html[data-bs-theme='dark'] .card-style-two {
  background: rgba(0, 0, 0, 0.5);
}
html[data-bs-theme='dark'] .card-style-two .media-bg {
  max-height: 230px;
}
html[data-bs-theme='dark'] .card-style-two .media-bg h4.card-img-overlay {
  font-size: 2.2rem;
  font-weight: 600;
  color: #ffffff;
}
html[data-bs-theme='dark'] .card-style-two .info-meta {
  background: #000000;
}
html[data-bs-theme='dark'] .card-style-two .info-meta .tags {
  color: #ffffff;
}
html[data-bs-theme='dark'] .card-style-two .info-meta .supporters,
html[data-bs-theme='dark'] .card-style-two .info-meta .progress-bar span {
  text-align: center;
  color: #ffffff;
}
html[data-bs-theme='dark'] .card-style-two .info-meta .progress-bar .progress {
  background: #2f426f;
}

.inner-banner-one {
  background: url(https://placehold.co/1920x434/black/orange) no-repeat
    center/cover;
}

.blog-meta-one {
  position: relative;
  z-index: 1;
}
.blog-meta-one .post-info {
  margin: 0 20px;
  background: var(--primary-color);
  border-radius: 10px 10px 0 0;
  padding: 7px 25px;
}
.blog-meta-one .post-info ul {
  margin: 0 -5px;
}
.blog-meta-one .post-info ul li {
  margin: 0 5px;
}
.blog-meta-one .post-info ul li a {
  margin-left: 3px;
}
.blog-meta-one .post-info ul li a:hover {
  text-decoration: underline;
}
.blog-meta-one .post-info ul li i {
  font-size: 15px;
}
.blog-meta-one .post-info ul li span {
  background: var(--secondary-color);
}
.blog-meta-one .post-meta .bottom-widget {
  margin: 0 -8px;
}
.blog-meta-one .post-meta .bottom-widget li .details-cta {
  font-size: 18px;
  color: #ffffff;
  border-radius: 20px;
  background: var(--primary-color);
}
.blog-meta-one .post-meta .bottom-widget li .details-cta:hover {
  background: var(--hover-color);
  color: #ffffff;
}

.contact-section .address-block .icon {
  background: transparent;
}
.contact-section .address-block .icon .icon-bg {
  width: 80px;
  height: 80px;
}

.card-style-two .info-meta {
  background: var(--plan-box-color);
}
.card-style-two .info-meta h4 {
  font-size: 26px;
  margin-bottom: 2px;
}
.card-style-two .info-meta .fund-goal {
  color: #000;
}
.card-style-two .info-meta .fund-goal span {
  font-size: 2.2rem;
  font-weight: 600;
  color: var(--secondary-color);
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
  padding-bottom: 8px;
}
.card-style-two .info-meta .progress-bar {
  height: 15px;
  background: #fff;
  border-radius: 10px;
  padding: 3px;
  overflow: visible;
  margin: 7px 0 5px;
}
.card-style-two .info-meta .progress-bar .progress {
  background: #99bbb0;
  border-radius: 10px;
  overflow: visible;
}
.card-style-two .info-meta .progress-bar .progress:before {
  content: '';
  position: absolute;
  width: 9px;
  height: 9px;
  background: #ffe132;
  outline: 3px solid #407d69;
  border-radius: 50%;
  right: -5px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
}
.card-style-two .info-meta .progress-bar span {
  font-size: 16px;
  color: var(--secondary-color);
  position: absolute;
  right: -30px;
  top: calc(100% + 10px);
}
.card-style-two .info-meta .supporters {
  color: #ffffff;
}
.card-style-two .info-meta .tags {
  line-height: 28px;
  padding: 0 15px 0 25px;
  border-radius: 0 13px 13px 0;
  background: var(--primary-color);
  font-size: 16px;
  font-weight: 500;
  position: absolute;
  left: 0;
  top: -10px;
  z-index: 1;
}
.card-style-two .info-meta .tags:before {
  content: '';
  position: absolute;
  width: 10px;
  height: 10px;
  background: #fff;
  border-radius: 50%;
  left: 6px;
  top: 50%;
  transform: translateY(-50%);
}

.event-text-slider-bg {
  background: var(--hover-color);
  color: #ffffff;
}

.main-footer.bg-one {
  background: url(https://placehold.co/1920x898/blue/black) no-repeat center
    bottom fixed;
}

.main-footer .footer-intro .social-icon li a {
  background: #ffffff;
  color: #000000;
}
.main-footer .footer-intro .social-icon li a::before {
  background: var(--primary-color);
}
.main-footer .footer-intro .social-icon li a:hover {
  color: #ffffff;
}
.main-footer .footer-intro .social-icon li a:hover:before {
  transform: scale(1);
}

.fa-beat {
  -webkit-animation: fa-beat 1s infinite linear;
  animation: fa-beat 1s infinite linear;
}

@keyframes fa-beat {
  0% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  20% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }
  50% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  70% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }
  90% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.red {
  color: #ff0077;
}

.whatsapp-fixo {
  position: fixed;
  bottom: 2px;
  left: 10px;
  z-index: 999;
}

.shakeZap {
  animation: shakeZap-animation 4.72s ease infinite;
  transform-origin: 50% 50%;
}

@keyframes shakeZap-animation {
  0% {
    transform: translate(0, 0);
  }
  1.78571% {
    transform: translate(5px, 0);
  }
  3.57143% {
    transform: translate(0, 0);
  }
  5.35714% {
    transform: translate(5px, 0);
  }
  7.14286% {
    transform: translate(0, 0);
  }
  8.92857% {
    transform: translate(5px, 0);
  }
  10.71429% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(0, 0);
  }
}

#cep-spinner {
  width: 1.5rem;
  height: 1.5rem;
  margin-left: 10px;
  vertical-align: middle;
}

.spinner-border {
  display: inline-block;
  border: 0.25em solid currentColor;
  border-right-color: transparent;
  border-radius: 50%;
  animation: spinner-border 0.75s linear infinite;
}

@keyframes spinner-border {
  to {
    transform: rotate(360deg);
  }
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.scroll-top {
  position: fixed;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 999;

  display: none;

  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: 2px solid rgba(83, 27, 237, 0.3);

  color: #ffffff;
  background: rgba(27, 65, 237, 0.85);

  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);

  box-shadow: 0 0 20px rgba(27, 48, 237, 0.4), 0 0 40px rgba(48, 27, 237, 0.2),
    0 8px 32px rgba(0, 0, 0, 0.25);

  transition: all 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);

  cursor: pointer;

  outline: none;
  padding: 0;

  align-items: center;
  justify-content: center;
}

.scroll-top:hover {
  background: var(--hover-color);
  border-color: rgba(41, 38, 196, 0.5);
  transform: translateX(-50%) scale(1.15) translateY(-3px);

  box-shadow: 0 0 30px rgba(27, 58, 237, 0.6), 0 0 60px rgba(72, 27, 237, 0.3),
    0 12px 40px rgba(0, 0, 0, 0.3);
}

.scroll-top:active {
  transform: translateX(-50%) scale(1.05);
}

@keyframes scroll-pulse {
  0%,
  100% {
    box-shadow: 0 0 20px rgba(27, 83, 237, 0.4), 0 0 40px rgba(27, 76, 237, 0.2),
      0 8px 32px rgba(0, 0, 0, 0.25);
  }
  50% {
    box-shadow: 0 0 30px rgba(27, 65, 237, 0.6), 0 0 50px rgba(27, 65, 237, 0.3),
      0 10px 36px rgba(0, 0, 0, 0.3);
  }
}

.scroll-top {
  animation: scroll-pulse 3s ease-in-out infinite;
}

@media (max-width: 768px) {
  .scroll-top {
    width: 45px;
    height: 45px;
    bottom: 20px;
  }
}

.inner-banner-one .breadcrumb-content ul::before {
  content: '';
  position: absolute;
  width: 95%;
  height: 1px;
  background: var(--primary-color);
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
}
.inner-banner-one .breadcrumb-content li {
  font-family: 'Outfit', sans-serif;
  font-size: 20px;
  color: #ffffff;
  margin: 0 3px;
}

@media (max-width: 1399px) {
  .theme-main-menu .logo img {
    max-width: 250px;
  }
  .card-style-two .info-meta h4 {
    font-size: 24px;
  }
  .feature-block-three .media-bg .card-one {
    left: 0;
  }
  .hero-banner-two .shape_02 {
    top: 20%;
  }
  .feature-block-six .media-bg {
    margin-left: 0;
  }
  .feedback-section-two .feedback-wrapper {
    padding: 40px 20px;
  }
  .feature-block-four .media-bg.version-two .shape_02 {
    right: 0;
  }
  .feature-block-four .media-bg.version-two .card-one {
    right: 0;
  }
}
@media (max-width: 1199px) {
  .hero-banner-three .slider-bg {
    padding: 40px 0;
  }
}

#whatsapp-widget {
  position: fixed;
  bottom: 24px;
  right: 24px;
  z-index: 9999;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 12px;
}

.wa-chat-window {
  width: 320px;
  background-color: #fff;
  border-radius: 16px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
  overflow: hidden;
  transform-origin: bottom right;
  transition: opacity 0.3s ease, transform 0.3s cubic-bezier(0.16, 1, 0.3, 1);
  opacity: 0;
  transform: scale(0.95) translateY(20px);
  pointer-events: none;
  margin-bottom: 8px;
  border: 1px solid #f0f0f0;
}

.wa-chat-window.is-open {
  opacity: 1;
  transform: scale(1) translateY(0);
  pointer-events: auto;
}

.wa-header {
  background-color: #008069;
  padding: 20px;
  color: white;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}

.wa-profile {
  display: flex;
  align-items: center;
  gap: 12px;
  z-index: 2;
}

.wa-avatar {
  width: 48px;
  height: 48px;
  background-color: rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.wa-avatar-status {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 12px;
  height: 12px;
  background-color: #25d366;
  border: 2px solid #008069;
  border-radius: 50%;
}

.wa-info h4 {
  margin: 0;
  font-size: 16px;
  font-weight: 600;
}
.wa-info p {
  margin: 0;
  font-size: 12px;
  opacity: 0.9;
}

.wa-close-btn {
  color: rgba(255, 255, 255, 0.8);
  transition: color 0.2s;
}
.wa-close-btn:hover {
  color: #fff;
}

.wa-body {
  background-color: #e5ddd5;
  padding: 20px;
  background-image: url('https://user-images.githubusercontent.com/15075759/28719144-86dc0f70-73b1-11e7-911d-60d70fcded21.png');
}

.wa-message-bubble {
  background-color: white;
  padding: 12px 16px;
  border-radius: 0 12px 12px 12px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  font-size: 14px;
  color: #111b21;
  margin-bottom: 16px;
  position: relative;
  animation: wa-slide-up 0.4s ease-out;
}
.wa-message-bubble::before {
  content: '';
  position: absolute;
  top: 0;
  left: -8px;
  width: 0;
  height: 0;
  border-top: 10px solid white;
  border-left: 10px solid transparent;
}

.wa-start-btn {
  width: 100%;
  background-color: #25d366;
  color: white;
  padding: 12px;
  border-radius: 24px;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  transition: background 0.2s, transform 0.1s;
}
.wa-start-btn:hover {
  background-color: #128c7e;
}
.wa-start-btn:active {
  transform: scale(0.98);
}

.wa-button-container {
  position: relative;
}

.wa-float-btn {
  width: 60px;
  height: 60px;
  background-color: #25d366;
  border-radius: 50%;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.25);
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  transition: transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275),
    background 0.3s;
  position: relative;
  z-index: 10;
}

.wa-float-btn:hover {
  transform: scale(1.1);
  background-color: #128c7e;
}

.wa-icon {
  width: 32px;
  height: 32px;
  transition: transform 0.4s ease;
}

.wa-icon.hidden {
  display: none;
}

.wa-icon-close {
  transform: rotate(0deg);
}

.wa-badge {
  position: absolute;
  top: 0;
  right: 0;
  width: 22px;
  height: 22px;
  background-color: #ef4444;
  color: white;
  font-size: 12px;
  font-weight: 700;
  border-radius: 50%;
  border: 2px solid white;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 20;

  opacity: 0;
  transform: scale(0);
  transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275),
    opacity 0.4s ease;
}

.abgs-skeleton {
  background: #121212;
  background-image: linear-gradient(
    90deg,
    rgba(255, 255, 255, 0) 0,
    rgba(255, 255, 255, 0.05) 50%,
    rgba(255, 255, 255, 0) 100%
  );
  background-repeat: no-repeat;
  background-size: 200% 100%;
  display: inline-block;
  position: relative;
  animation: shimmer 2s infinite;
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.03);
}

@keyframes shimmer {
  0% {
    background-position: -200% 0;
  }
  100% {
    background-position: 200% 0;
  }
}

.skeleton-slider {
  width: 100%;
  height: 600px;
  border-radius: 0;
  display: flex !important;
  align-items: center;
  justify-content: center;
}

.skeleton-slider-content {
  width: 80%;
  max-width: 800px;
}

.skeleton-slider-title {
  height: 60px;
  width: 70%;
  margin-bottom: 20px;
}

.skeleton-slider-text {
  height: 20px;
  width: 50%;
  margin-bottom: 30px;
}

.skeleton-slider-btn {
  height: 50px;
  width: 180px;
}

.skeleton-plans-grid {
  display: flex;
  overflow-x: auto;
  gap: 30px;
  padding: 20px 0;
}

.skeleton-plan-card {
  min-width: 300px;
  height: 450px;
  background: #111;
  padding: 20px;
  border-radius: 20px;
  border: 1px solid #222;
}

.skeleton-plan-img {
  width: 100%;
  height: 180px;
  margin-bottom: 20px;
}

.skeleton-plan-title {
  height: 30px;
  width: 80%;
  margin-bottom: 15px;
}

.skeleton-plan-price {
  height: 40px;
  width: 60%;
  margin-bottom: 20px;
}

.skeleton-plan-line {
  height: 12px;
  width: 100%;
  margin-bottom: 10px;
}

.skeleton-plan-btn {
  height: 45px;
  width: 100%;
  margin-top: 20px;
}

.loading-active #main-slider > *:not(.skeleton-slider),
.loading-active #planosP > *:not(.skeleton-plan-card) {
  display: none !important;
}

.skeleton-fade-out {
  opacity: 0;
  transition: opacity 0.5s ease;
  pointer-events: none;
}

.wa-badge.visible {
  opacity: 1;
  transform: scale(1);
}

.wa-badge.pulsing {
  animation: wa-badge-pulse 2s infinite;
}

@keyframes wa-badge-pulse {
  0% {
    transform: scale(1);
    box-shadow: 0 0 0 0 rgba(239, 68, 68, 0.7);
  }
  50% {
    transform: scale(1.15);
    box-shadow: 0 0 0 6px rgba(239, 68, 68, 0);
  }
  100% {
    transform: scale(1);
    box-shadow: 0 0 0 0 rgba(239, 68, 68, 0);
  }
}

@keyframes wa-slide-up {
  from {
    opacity: 0;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.wa-tooltip-text {
  position: absolute;
  right: 70px;
  top: 50%;
  transform: translateY(-50%);
  background-color: #1f2937;
  color: white;
  padding: 6px 12px;
  border-radius: 6px;
  font-size: 12px;
  white-space: nowrap;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.2s;
}
.wa-button-container:hover .wa-tooltip-text {
  opacity: 1;
}

.wa-button-container.chat-open .wa-tooltip-text {
  display: none;
}

.modern-plan-card {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  background: var(--plan-box-color);
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.08);
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  height: 100%;
  display: flex;
  flex-direction: column;
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.modern-plan-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.15);
}

html[data-bs-theme='dark'] .modern-plan-card {
  background: var(--plan-box-color);
  opacity: 0.95;
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border: 1px solid rgba(255, 255, 255, 0.05);
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.3);
}

.modern-plan-header {
  position: relative;
  height: 180px;
  background-size: cover;
  background-position: center;
}

.modern-plan-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0.2),
    rgba(0, 0, 0, 0.8)
  );
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 20px;
}

.modern-plan-title {
  color: #ffffff;
  font-size: 3.25rem;
  font-weight: 800;
  margin: 0;
  text-align: center;
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.5);
  font-family: 'Outfit', sans-serif;
}

.modern-plan-badge {
  position: absolute;
  top: 15px;
  left: 15px;
  background: #07dc99;
  color: #005018;
  padding: 4px 10px;
  border-radius: 20px;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  box-shadow: 0 4px 10px rgba(7, 220, 153, 0.3);
}

.modern-plan-body {
  padding: 25px;
  flex: 1;
  display: flex;
  flex-direction: column;
}

.modern-plan-speeds {
  display: flex;
  gap: 15px;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

html[data-bs-theme='dark'] .modern-plan-speeds {
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

.speed-item {
  text-align: center;
  border: 1px dashed rgba(21, 76, 203, 0.3);
  border-radius: 12px;
  padding: 10px;
  flex: 1;
  background: rgba(0, 15, 30, 0.85);
  transition: all 0.3s ease;
}

.speed-item:hover {
  border-color: rgba(21, 76, 203, 0.8);
  background: rgba(255, 255, 255, 0.8);
  transform: translateY(-2px);
}

html[data-bs-theme='dark'] .speed-item {
  border-color: rgba(255, 255, 255, 0.2);
  background: rgba(255, 255, 255, 0.05);
}

html[data-bs-theme='dark'] .speed-item:hover {
  border-color: rgba(255, 255, 255, 0.5);
  background: rgba(255, 255, 255, 0.1);
}

.speed-value {
  display: block;
  font-size: 24px;
  font-weight: 700;
  color: var(--primary-color);
}

html[data-bs-theme='dark'] .speed-value {
  color: #60a5fa;
}

.speed-label {
  font-size: 12px;
  color: #666;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

html[data-bs-theme='dark'] .speed-label {
  color: #aaa;
}

.modern-plan-desc {
  font-size: 14px;
  color: #555;
  text-align: center;
  margin-bottom: 20px;
  flex: 1;
}

html[data-bs-theme='dark'] .modern-plan-desc {
  color: #ccc;
}

.modern-plan-price {
  text-align: center;
  margin-bottom: 25px;
  position: relative;
}

.price-tag {
  font-size: 38px;
  font-weight: 800;
  color: var(--hover-color);
  background: linear-gradient(
    135deg,
    var(--hover-color) 0%,
    var(--primary-color) 100%
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

html[data-bs-theme='dark'] .price-tag {
  background: linear-gradient(135deg, #ffffff 0%, #b3c5ef 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.price-period {
  display: block;
  font-size: 13px;
  color: #888;
  margin-top: -5px;
}

.modern-plan-actions {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.btn-modern-primary {
  display: block;
  width: 100%;
  padding: 14px;
  border-radius: 12px;
  background: linear-gradient(
    135deg,
    var(--primary-color) 0%,
    var(--hover-color) 100%
  );
  color: var(--btn-text-color) !important;
  text-align: center;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  transition: all 0.3s ease;
  border: none;
  box-shadow: 0 4px 15px var(--btn-glow-color);
}

.btn-modern-primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 20px var(--btn-glow-color);
  filter: brightness(1.1);
}

.btn-modern-secondary {
  display: block;
  width: 100%;
  padding: 10px;
  text-align: center;
  color: #666;
  font-size: 14px;
  transition: color 0.3s;
}

.btn-modern-secondary:hover {
  color: var(--primary-color);
  text-decoration: underline;
}

html[data-bs-theme='dark'] .btn-modern-secondary {
  color: #aaa;
}

html[data-bs-theme='dark'] .btn-modern-secondary:hover {
  color: #60a5fa;
}

@media (min-width: 992px) {
  .causes-section-one .swiper-wrapper {
    justify-content: center;
  }
}

html body .list-style-one li::before {
  content: '\f061' !important;
  font-family: 'Font Awesome 6 Free' !important;
  font-weight: 900 !important;
  color: inherit;
  margin-right: 10px;
}
