.btn:hover,
.navbar .nav-link:before,
input:checked + .slider {
  background-color: var(--primary);
}
.counter-box,
.navbar-solid,
.testimonial-card {
  backdrop-filter: blur(10px);
}
.event-date,
.event-date-overlay {
  top: 15px;
  left: 15px;
  text-align: center;
}
.contact-info li i,
.contact-support,
.countdown-timer,
.counter-box,
.counter-item,
.event-date,
.event-date-banner,
.event-date-overlay,
.event-price,
.faq-hero,
.hero-section,
.section-title,
.social-icons a,
.support-item,
.value-card {
  text-align: center;
}
.author-social a,
.breadcrumb-item a,
.category-list a,
.post-meta a,
.post-meta-item a,
.read-more,
.share-btn,
.social-icons a,
.social-links a,
.social-share-btn,
.tag-list a,
.tags-list a,
.text-primary,
footer ul li a {
  text-decoration: none;
}
.about-box,
.about-hero,
.author-img,
.blog-detail-content,
.blog-post-card,
.blog-post-img,
.campaign-img,
.comment-author-img,
.cta,
.data-table,
.event-detail-card,
.event-detail-header,
.event-img,
.event-thumbnail,
.faq-card,
.featured-image,
.floating-elements,
.footer-newsletter .btn,
.hero,
.hero-btns .btn,
.progress,
.recent-post-img,
.related-post-card,
.related-post-img,
.similar-event-card,
.social-icons a,
.story-img,
.team-card,
.team-img,
.testimonial-card,
.testimonials,
footer {
  overflow: hidden;
}
:root {
  --primary: #2c8c6c;
  --primary-dark: #1f6b52;
  --secondary: #f47b4e;
  --secondary-dark: #e26636;
  --accent: #ffc107;
  --light: #f8f9fa;
  --dark: #212529;
  --success: #28a745;
  --gradient: linear-gradient(135deg, var(--primary) 0%, var(--secondary) 100%);
}
body {
  font-family: Nunito, sans-serif;
  color: #444;
  overflow-x: hidden;
}
.counter,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: Montserrat, sans-serif;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
}
#preloader {
  background: #2c8c6c;
  display: flex;
  justify-content: center;
  align-items: center;
}
.loader,
.ticket-option {
  position: relative;
}
.loader:after,
.loader:before {
  content: "";
  position: absolute;
  border-width: 5px;
  border-style: solid;
  border-radius: 50%;
}
.loader:before {
  width: 100%;
  height: 100%;
  border-color: rgba(255, 255, 255, 0.2) transparent transparent;
  animation: 1.6s linear infinite loader-rotate;
}
.loader:after {
  width: 70%;
  height: 70%;
  top: 15%;
  left: 15%;
  border-color: transparent transparent #fff;
  animation: 0.8s linear infinite reverse loader-rotate;
}
.btn-outline-primary {
  color: var(--primary);
  border-color: var(--primary);
  border-radius: 40px;
}
.text-primary {
  color: var(--primary) !important;
}
@keyframes loader-rotate {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
.navbar {
  padding: 20px 0;
  transition: 0.4s;
  background: 0 0;
}
.navbar-solid {
  background: rgba(255, 255, 255, 0.95) !important;
  box-shadow: 0 2px 20px rgba(0, 0, 0, 0.1);
  padding: 12px 0;
}
.navbar-brand {
  font-weight: 800;
  font-size: 28px;
}
.counter,
.event-meta .meta-item,
.meta-item i,
.navbar .nav-link:hover,
.navbar-brand span:first-child,
.post-meta a:hover,
.post-meta-item a:hover,
.post-meta-item i {
  color: var(--primary);
}
.navbar-brand span:last-child {
  color: var(--secondary);
}
.navbar .nav-link {
  color: #2c8c6c;
  font-weight: 600;
  margin: 0 12px;
  transition: 0.3s;
  position: relative;
}
#testimonials-sub,
.btn-outline-light:hover,
.featured-content p,
.hero,
.impact-section .section-title h2,
.impact-section .section-title p,
.testimonials .section-title h2,
footer ul li a:hover {
  color: #fff;
}
.hero-btns .btn:after,
.hero:before,
.navbar .nav-link:before {
  content: "";
  position: absolute;
  left: 0;
}
.navbar .nav-link:before {
  width: 0;
  height: 2px;
  bottom: 0;
  transition: width 0.3s;
}
.navbar .nav-link:hover:before,
footer ul li a:hover:after {
  width: 100%;
}
.navbar .donate-btn {
  background: var(--gradient);
  color: #fff;
  border-radius: 30px;
  padding: 10px 25px;
  font-weight: 600;
  box-shadow: 0 4px 15px rgba(244, 123, 78, 0.4);
  transition: 0.3s;
  width: 100%;
  text-align: center;
}
.navbar .donate-btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 20px rgba(244, 123, 78, 0.6);
}
.hero {
  background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)),
    url('/newmoban/_external/demo.mobanwang.com/mb/lo202602/202602065/html/assets/images/photo-1516321318423-f06f85e504b3.jpg')
      center center/cover no-repeat;
  height: 100vh;
  display: flex;
  align-items: center;
  position: relative;
}
.hero:before {
  top: 0;
  width: 100%;
  height: 100%;
  background: url('/newmoban/_external/demo.mobanwang.com/mb/lo202602/202602065/html/assets/images/always-grey.png');
  opacity: 0.1;
  animation: 100s linear infinite backgroundMove;
}
.about-box,
.campaign-img,
.hero-btns .btn,
.section-title h2,
section {
  position: relative;
}
@keyframes backgroundMove {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 1000px 1000px;
  }
}
.hero-content,
footer .container {
  position: relative;
  z-index: 1;
}
.hero-title {
  line-height: 1.2;
}
.hero-subtitle {
  opacity: 0.9;
}
.hero-btns .btn {
  margin-right: 15px;
  padding: 14px 35px;
  border-radius: 30px;
  font-weight: 700;
  transition: 0.3s;
  z-index: 1;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2);
}
.hero-btns .btn:after {
  bottom: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.1);
  z-index: -1;
  transform: scale(0, 1);
  transform-origin: top right;
  transition: transform 0.4s cubic-bezier(0.86, 0, 0.07, 1);
}
.hero-btns .btn:hover:after {
  transform: scale(1, 1);
  transform-origin: top left;
}
.btn-primary {
  background-color: var(--primary);
  border-color: var(--primary);
}
.btn-primary:hover {
  background-color: var(--primary-dark);
  border-color: var(--primary-dark);
}
.about-box:after,
.section-title h2:after {
  position: absolute;
  background: var(--gradient);
  content: "";
}
.floating-element:first-child {
  top: 20%;
  left: 10%;
  animation: 15s ease-in-out infinite float;
}
.floating-element:nth-child(2) {
  top: 60%;
  left: 80%;
  animation: 12s ease-in-out 2s infinite float;
}
.floating-element:nth-child(3) {
  top: 70%;
  left: 15%;
  animation: 18s ease-in-out 1s infinite float;
}
.floating-element:nth-child(4) {
  top: 30%;
  left: 75%;
  animation: 10s ease-in-out 3s infinite float;
}
@keyframes float {
  0%,
  100% {
    transform: translateY(0) rotate(0);
  }
  50% {
    transform: translateY(-20px) rotate(10deg);
  }
}
section {
  padding: 60px 0;
}
.section-title h2 {
  font-weight: 800;
  display: inline-block;
}
.section-title h2:after {
  bottom: -15px;
  left: 50%;
  transform: translateX(-50%);
  width: 80px;
  height: 4px;
  border-radius: 2px;
}
.section-title p {
  color: #2d8c6c;
}
.about-icon {
  font-size: 3rem;
  color: var(--primary);
  margin-bottom: 25px;
  display: inline-block;
  transition: 0.3s;
}
.about-box {
  padding: 40px 30px;
  border-radius: 15px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
  background: #fff;
  height: 100%;
}
.about-box:after {
  bottom: 0;
  left: 0;
  width: 100%;
  height: 5px;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.4s;
}
.about-box:hover {
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
}
.about-box:hover:after {
  transform: scaleX(1);
}
.about-box:hover .about-icon {
  transform: scale(1.1) rotate(5deg);
}
.campaigns {
  background: linear-gradient(to bottom, #f8f9fa 0, #fff 100%);
}
.campaign-card,
.event-card {
  border-radius: 15px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  margin-bottom: 30px;
  background: #fff;
}
.campaign-card:hover {
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
}
.campaign-img {
  height: 220px;
  object-fit: cover;
}
.campaign-img img,
.event-img img {
  transition: transform 0.5s;
}
.campaign-card:hover .campaign-img img,
.event-card:hover .event-img img,
.team-card:hover .team-img img {
  transform: scale(1.1);
}
.campaign-category {
  position: absolute;
  top: 15px;
  right: 15px;
  background: var(--secondary);
  color: #fff;
  padding: 5px 15px;
  border-radius: 30px;
  font-size: 0.8rem;
  font-weight: 600;
}
.progress {
  height: 12px;
  border-radius: 10px;
  background-color: #e9ecef;
}
.event-date,
.progress-bar {
  background: var(--gradient);
}
.counter-item {
  padding: 20px;
  position: relative;
}
.counter-item:after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  height: 60%;
  width: 1px;
  background: rgba(0, 0, 0, 0.1);
}
.counter-item:last-child:after,
.ticket-option input[type="radio"] {
  display: none;
}
.event-card:hover {
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.15);
}
.event-img {
  position: relative;
  height: 220px;
}
.event-date {
  position: absolute;
  color: #fff;
  padding: 12px 20px;
  border-radius: 10px;
  font-weight: 700;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}
.cta,
.newsletter,
.testimonial-card,
.testimonial-text,
.testimonials,
footer {
  position: relative;
}
.event-date .day {
  font-size: 1.8rem;
  line-height: 1;
}
.event-date .month {
  font-size: 0.9rem;
  text-transform: uppercase;
}
.testimonials {
  background: linear-gradient(
    to right,
    var(--primary-dark) 0,
    var(--primary) 100%
  );
  color: #fff;
}
.cta:before,
.testimonials:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url('/newmoban/_external/demo.mobanwang.com/mb/lo202602/202602065/html/assets/images/45-degree-fabric-light.png');
  opacity: 0.1;
}
.testimonial-card {
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
  margin: 20px;
  border: 1px solid rgba(255, 255, 255, 0.1);
}
.testimonial-card:after {
  content: "\201D";
  position: absolute;
  top: 20px;
  right: 30px;
  font-size: 6rem;
  color: rgba(255, 255, 255, 0.1);
  font-family: Georgia, serif;
  line-height: 1;
}
.newsletter:before,
footer:before {
  content: "";
  top: 0;
  width: 100%;
  position: absolute;
  left: 0;
}
.testimonial-img {
  width: 90px;
  height: 90px;
  border-radius: 50%;
  object-fit: cover;
  margin-bottom: 20px;
  border: 5px solid rgba(255, 255, 255, 0.2);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}
.btn-primary,
.scroll-top {
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2);
}
.testimonial-text {
  font-style: italic;
  margin-bottom: 20px;
  font-size: 1.1rem;
  line-height: 1.7;
  color: #000;
}
.testimonial-author {
  font-weight: 700;
  margin-bottom: 5px;
  font-size: 1.2rem;
  color: #000;
}
.testimonial-role {
  font-size: 0.9rem;
  opacity: 0.8;
  color: #000;
}
.navbar-toggler,
.values-section {
  background-color: #fff;
}
.carousel-indicators button {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  margin: 0 5px;
  background-color: rgba(255, 255, 255, 0.5);
  border: none;
  transition: 0.3s;
}
.carousel-indicators .active {
  background-color: #fff;
  transform: scale(1.3);
}
.newsletter {
  background: linear-gradient(rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.8)),
    url('/newmoban/_external/demo.mobanwang.com/mb/lo202602/202602065/html/assets/images/photo-1450101499163-c8848c66ca85')
      center center/cover no-repeat;
  color: #fff;
}
.newsletter:before {
  height: 100%;
  background: url('/newmoban/_external/demo.mobanwang.com/mb/lo202602/202602065/html/assets/images/diagmonds.png');
  opacity: 0.1;
}
.cta,
.newsletter-form .btn,
.social-icons a:before,
footer h5:after,
footer ul li a:after,
footer:before {
  background: var(--gradient);
}
.newsletter-form,
.search-box {
  max-width: 600px;
  margin: 0 auto;
  position: relative;
}
.newsletter-form .form-control {
  height: 60px;
  border-radius: 50px;
  border: none;
  padding-left: 25px;
  font-size: 1.1rem;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
}
.newsletter-form .btn {
  position: absolute;
  right: 14px;
  top: 5px;
  height: 50px;
  border-radius: 50px;
  color: #fff;
  border: none;
  padding: 0 30px;
  font-weight: 600;
  box-shadow: 0 5px 15px rgba(244, 123, 78, 0.4);
  transition: 0.3s;
}
.newsletter-form .btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(244, 123, 78, 0.6);
}
.cta {
  color: #fff;
}
.cta .btn {
  padding: 15px 40px;
  border-radius: 50px;
  font-weight: 700;
  font-size: 1.1rem;
  margin: 0 15px;
  transition: 0.3s;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.15);
}
.category-list a:hover .category-count,
.cta .btn-light {
  background: #fff;
  color: var(--primary);
}
.cta .btn-light:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
}
.cta .btn-outline-light:hover {
  background: rgba(255, 255, 255, 0.1);
}
footer {
  background: linear-gradient(to bottom, #1a1a1a 0, #0d0d0d 100%);
  color: #cbd5e1;
  padding: 80px 0 20px;
}
footer:before {
  height: 5px;
}
.footer-newsletter .btn:before,
.social-icons a:before,
footer:after {
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
}
footer:after {
  position: absolute;
  left: 0;
  background-image: radial-gradient(
      circle at 20% 80%,
      rgba(46, 204, 113, 0.1) 0,
      transparent 50%
    ),
    radial-gradient(
      circle at 80% 20%,
      rgba(52, 152, 219, 0.1) 0,
      transparent 50%
    );
  z-index: 0;
}
.about-hero,
.copyright,
.event-highlights li,
.event-thumbnail,
.section-title,
.social-icons a,
footer h5,
footer ul li a {
  position: relative;
}
.footer-newsletter .form-control,
.social-icons a {
  background: rgba(255, 255, 255, 0.1);
  transition: 0.3s;
  color: #fff;
}
footer h5 {
  color: #fff;
  margin-bottom: 25px;
  padding-bottom: 15px;
  font-weight: 700;
  font-size: 1.25rem;
}
footer h5:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 40px;
  height: 3px;
  border-radius: 3px;
}
footer p {
  line-height: 1.7;
}
.event-highlights,
.summary-benefits ul,
footer ul {
  list-style: none;
  padding: 0;
}
footer ul li {
  margin-bottom: 12px;
  transition: transform 0.3s;
}
footer ul li:hover {
  transform: translateX(5px);
}
footer ul li a {
  color: #cbd5e1;
  transition: 0.3s;
  display: inline-block;
}
footer ul li a:after {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 0;
  height: 2px;
  transition: width 0.3s;
}
.contact-info li {
  display: flex;
  align-items: flex-start;
  margin-bottom: 20px;
}
.contact-info li i {
  margin-right: 15px;
  color: var(--primary);
  font-size: 1.1rem;
  margin-top: 5px;
  width: 20px;
}
.social-icons {
  display: flex;
  gap: 12px;
}
.social-icons a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  line-height: 45px;
}
.social-icons a:before {
  position: absolute;
  left: -100%;
  transition: left 0.3s;
  z-index: -1;
}
.social-icons a:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}
.footer-newsletter .btn:hover:before,
.social-icons a:hover:before {
  left: 0;
}
.footer-newsletter .form-control {
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 30px;
  padding: 12px 20px;
}
.copyright:before,
.footer-newsletter .btn,
.scroll-top {
  background: var(--gradient);
}
.footer-newsletter .form-control:focus {
  background: rgba(255, 255, 255, 0.15);
  border-color: var(--primary);
  box-shadow: 0 0 0 0.2rem rgba(52, 152, 219, 0.25);
  color: #fff;
}
.footer-newsletter .form-control::placeholder {
  color: rgba(255, 255, 255, 0.6);
}
.footer-newsletter .btn {
  color: #fff;
  border: none;
  border-radius: 30px;
  padding: 12px 25px;
  font-weight: 600;
  margin-top: 15px;
  transition: 0.3s;
  position: relative;
}
.footer-newsletter .btn:before {
  position: absolute;
  left: -100%;
  background: linear-gradient(135deg, #2ecc71, #3498db);
  transition: left 0.5s;
  z-index: -1;
}
.footer-newsletter .btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 7px 15px rgba(0, 0, 0, 0.3);
}
.copyright {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 30px;
  margin-top: 60px;
}
.copyright:before {
  content: "";
  position: absolute;
  top: -1px;
  left: 50%;
  transform: translateX(-50%);
  width: 100px;
  height: 2px;
}
.animate-element {
  animation: 0.8s forwards fadeUp;
}
@keyframes fadeUp {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.scroll-top {
  display: flex;
  justify-content: center;
  align-items: center;
  visibility: hidden;
}
.scroll-top:hover {
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3);
}
.animate-element.animated,
.animate-element.visible {
  opacity: 1;
  transform: translateY(0);
}
.delay-1 {
  transition-delay: 0.1s;
  animation-delay: 0.2s !important;
}
.delay-2 {
  transition-delay: 0.2s;
  animation-delay: 0.4s !important;
}
.delay-3 {
  transition-delay: 0.3s;
  animation-delay: 0.6s !important;
}
.delay-4 {
  transition-delay: 0.4s;
  animation-delay: 0.8s !important;
}
.delay-5 {
  transition-delay: 0.5s;
  animation-delay: 1s !important;
}
@keyframes pulse {
  0%,
  100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.05);
  }
}
@media (max-width: 992px) {
  .hero-title {
    font-size: 2.8rem;
  }
  .counter-item:after {
    display: none;
  }
  .cta .btn {
    margin: 10px;
  }
  .navbar-collapse {
    background-color: #fff;
    padding: 2%;
    border-radius: 0 0 20px 20px;
  }
}
@media (max-width: 768px) {
  footer {
    padding: 50px 0 20px;
  }
  footer .row > div {
    margin-bottom: 40px;
  }
  .social-icons {
    justify-content: flex-start;
  }
  .hero {
    height: auto;
    padding: 120px 0 80px;
  }
  .hero-title {
    font-size: 2.3rem;
  }
  .section-title h2 {
    font-size: 2rem;
  }
  .newsletter-form .btn {
    position: relative;
    margin-top: 15px;
    width: 100%;
    right: 0;
    top: 0;
  }
  .floating-element {
    display: none;
  }
}
@media (max-width: 576px) {
  .hero-btns .btn {
    display: block;
    margin: 0 0 15px;
    width: 100%;
  }
  .hero-btns {
    text-align: center;
  }
  .testimonial-card {
    padding: 25px;
  }
}
@media (min-width: 1200px) {
  .h4,
  h4 {
    font-size: 1.2rem;
  }
}
.about-hero {
  background: linear-gradient(135deg, var(--primary) 0, var(--dark) 100%);
  color: #fff;
  padding: 150px 0 100px;
}
.btn-outline-light,
.btn-primary {
  padding: 12px 30px;
  border-radius: 30px;
  transition: 0.3s;
}
.about-hero::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)),
    url('/newmoban/_external/demo.mobanwang.com/mb/lo202602/202602065/html/assets/images/photo-1516321318423-f06f85e504b3.jpg')
      center center/cover no-repeat;
  opacity: 0.1;
}
.hero-title {
  font-size: 3.5rem;
  font-weight: 800;
  margin-bottom: 20px;
}
.hero-subtitle {
  font-size: 1.2rem;
  margin-bottom: 30px;
}
.btn-primary {
  background-color: var(--secondary);
  border-color: var(--secondary);
  font-weight: 600;
}
.btn-primary:hover {
  background-color: #d45a3d;
  border-color: #d45a3d;
  transform: translateY(-2px);
}
.btn-outline-light {
  font-weight: 600;
}
.btn-outline-light:hover {
  background-color: rgba(255, 255, 255, 0.1);
  transform: translateY(-2px);
}
.counter-box:hover,
.team-card:hover,
.value-card:hover {
  transform: translateY(-10px);
}
.section {
  padding: 40px 0;
}
.section-title h2 {
  font-size: 2.5rem;
  color: var(--dark);
  margin-bottom: 15px;
}
.section-title p {
  font-size: 1.1rem;
  color: var(--gray);
  max-width: 700px;
  margin: 0 auto;
}
.story-section,
.team-section {
  background-color: var(--light);
}
.story-img {
  border-radius: 10px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}
.team-card,
.value-card {
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
  transition: 0.3s;
}
.story-content h3 {
  color: var(--dark);
  margin-bottom: 20px;
}
.story-content p {
  margin-bottom: 20px;
  line-height: 1.8;
}
.value-card {
  padding: 30px 20px;
  border-radius: 10px;
  margin-bottom: 30px;
  height: 100%;
}
.value-card:hover {
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
}
.value-icon {
  width: 80px;
  height: 80px;
  background-color: rgba(42, 157, 143, 0.1);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 20px;
  color: var(--primary);
  font-size: 30px;
}
.event-info,
.social-links a {
  align-items: center;
  display: flex;
}
.counter-box,
.team-card {
  border-radius: 10px;
  margin-bottom: 30px;
}
.value-card h4 {
  margin-bottom: 15px;
  color: var(--dark);
}
.team-card {
  background-color: #fff;
}
.team-card:hover {
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15);
}
.team-img {
  height: 350px;
}
.blog-post-img img,
.event-detail-header img,
.related-post-img img,
.team-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s;
}
.team-info {
  padding: 25px;
}
.team-info h4 {
  margin-bottom: 5px;
  color: var(--dark);
}
.team-info p {
  color: var(--primary);
  font-weight: 600;
  margin-bottom: 15px;
}
.social-links {
  display: flex;
  gap: 10px;
}
.social-links a {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  background-color: var(--primary-dark);
  justify-content: center;
  color: #fff;
  transition: 0.3s;
}
.social-links a:hover {
  background-color: var(--primary);
  color: #fff;
}
.impact-section {
  background: linear-gradient(135deg, var(--primary) 0, var(--dark) 100%);
  color: #fff;
}
.counter-box {
  padding: 30px 20px;
  background-color: rgba(255, 255, 255, 0.1);
  transition: 0.3s;
}
.event-hero-section,
.hero-section {
  background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)),
    url('/newmoban/_external/demo.mobanwang.com/mb/lo202602/202602065/html/assets/images/photo-1516321318423-f06f85e504b3.jpg')
      center center/cover no-repeat;
  color: #fff;
  padding: 6rem 0 4rem;
}
.counter-box:hover {
  background-color: rgba(255, 255, 255, 0.2);
}
.counter {
  font-size: 3rem;
  font-weight: 800;
  margin-bottom: 10px;
}
.event-header .event-category {
  display: inline-block;
  background: rgba(255, 255, 255, 0.2);
  padding: 5px 15px;
  border-radius: 20px;
  font-size: 14px;
  margin-bottom: 15px;
}
.event-title {
  font-size: 3rem;
  font-weight: 800;
  margin-bottom: 15px;
}
.event-subtitle {
  font-size: 1.2rem;
  opacity: 0.9;
}
.event-action-card {
  background: #fff;
  border-radius: 15px;
  padding: 25px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  color: var(--dark);
}
.sidebar-card,
.support-item {
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
}
.btn-register-now,
.event-date-banner {
  background: var(--primary);
  color: #fff;
}
.event-date-banner {
  padding: 20px;
  border-radius: 10px;
  margin-bottom: 20px;
}
.event-date-day {
  font-size: 3rem;
  font-weight: 800;
  line-height: 1;
}
.event-date-month {
  font-size: 1.5rem;
  font-weight: 600;
}
.event-date-year {
  font-size: 1rem;
  opacity: 0.9;
}
.event-info {
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #eee;
}
.event-info i {
  font-size: 1.2rem;
  color: var(--primary);
  margin-right: 15px;
  width: 30px;
}
.event-price {
  margin: 25px 0;
}
.event-price .price {
  font-size: 3rem;
  font-weight: 800;
  color: var(--primary);
  display: block;
}
.event-price .price-label {
  font-size: 1rem;
  color: var(--gray);
}
.btn-register-now {
  border: none;
  padding: 15px 30px;
  border-radius: 40px;
  font-size: 1.1rem;
  font-weight: 600;
  width: 100%;
  transition: 0.3s;
  cursor: pointer;
}
.btn-register-now:hover {
  background: var(--primary-dark);
  transform: translateY(-2px);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}
.event-details-section,
.newsletter-sidebar .btn:hover {
  background: #f8f9fa;
}
.section-title {
  font-size: 2rem;
  font-weight: 700;
  color: var(--dark);
  margin-bottom: 30px;
  padding-bottom: 10px;
}
.section-title:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 60px;
  height: 3px;
  background: var(--primary);
}
.event-highlights li {
  margin-bottom: 10px;
  padding-left: 30px;
}
.event-highlights li i {
  position: absolute;
  left: 0;
  top: 5px;
  color: var(--success);
}
.support-item {
  padding: 20px;
  background: #fff;
  border-radius: 10px;
  margin-bottom: 20px;
  transition: transform 0.3s;
}
.impact-card:hover,
.similar-event-card:hover,
.support-item:hover {
  transform: translateY(-5px);
}
.support-icon {
  width: 60px;
  height: 60px;
  background: var(--primary-light);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 15px;
}
.support-icon i {
  font-size: 1.5rem;
  color: var(--primary);
}
.sidebar-card {
  background: #fff;
  border-radius: 10px;
  padding: 25px;
  margin-bottom: 25px;
}
.sidebar-card h4 {
  color: var(--dark);
  margin-bottom: 20px;
  font-size: 1.3rem;
}
.event-detail-item {
  display: flex;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #eee;
}
.event-location,
.summary-item {
  margin-bottom: 10px;
}
.data-table tr:last-child td,
.event-detail-item:last-child {
  border-bottom: none;
}
.event-detail-item i {
  font-size: 1.2rem;
  color: var(--primary);
  margin-right: 15px;
  margin-top: 5px;
}
.btn-sidebar-register {
  background: var(--primary);
  color: #fff;
  border: none;
  padding: 12px 25px;
  border-radius: 40px;
  font-weight: 600;
  width: 100%;
  transition: 0.3s;
  cursor: pointer;
}
.btn-sidebar-register:hover {
  background: var(--primary-dark);
}
.countdown-timer {
  display: flex;
  justify-content: space-around;
  margin-top: 15px;
}
.countdown-item {
  background: var(--primary-light);
  padding: 10px;
  border-radius: 8px;
  min-width: 70px;
}
.countdown-item span {
  font-size: 2rem;
  font-weight: 800;
  color: var(--primary);
  display: block;
}
.share-buttons,
.social-share {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}
.social-share-btn {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  transition: transform 0.3s;
}
.social-share-btn:hover {
  transform: translateY(-3px);
}
.amount-btn.active,
.amount-btn:hover,
.btn-modal-register:hover,
.filter-btn:hover {
  transform: translateY(-2px);
  background: var(--primary-dark);
}
.share-btn.facebook,
.social-share-btn.facebook {
  background: #3b5998;
}
.share-btn.twitter,
.social-share-btn.twitter {
  background: #1da1f2;
}
.share-btn.linkedin,
.social-share-btn.linkedin {
  background: #0077b5;
}
.share-btn.whatsapp,
.social-share-btn.whatsapp {
  background: #25d366;
}
.social-share-btn.envelope {
  background: var(--primary);
}
.similar-event-card {
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
  transition: transform 0.3s;
}
.event-thumbnail img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  transition: transform 0.3s;
}
.blog-post-card:hover .blog-post-img img,
.event-detail-card:hover .event-detail-header img,
.related-post-card:hover .related-post-img img,
.similar-event-card:hover .event-thumbnail img {
  transform: scale(1.05);
}
.event-date-overlay {
  position: absolute;
  background: #fff;
  padding: 10px;
  border-radius: 8px;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
}
.event-date-overlay .date {
  font-size: 1.5rem;
  font-weight: 800;
  color: var(--primary);
  line-height: 1;
}
.event-date-overlay .month,
.event-location {
  color: var(--gray);
  font-size: 0.9rem;
}
.event-content,
.related-post-content {
  padding: 20px;
}
.event-actions {
  display: flex;
  gap: 10px;
  margin-top: 15px;
}
.summary-benefits,
.total-amount {
  margin-top: 20px;
}
.btn-event-details,
.btn-event-register {
  padding: 8px 15px;
  text-decoration: none;
  font-weight: 600;
  transition: 0.3s;
}
.btn-event-details {
  border: 2px solid var(--primary);
  color: var(--primary);
  background: 0 0;
  border-radius: 40px;
}
.btn-event-details:hover,
.btn-event-register,
.modal-header,
.reply-btn:hover,
.tag-list a:hover,
.tags-list a:hover {
  background: var(--primary);
  color: #fff;
}
.btn-event-register {
  border: 2px solid var(--primary);
  border-radius: 40px;
}
.btn-event-register:hover {
  background: var(--primary-dark);
  border-color: var(--primary-dark);
}
.modal-content {
  border-radius: 15px;
  border: none;
}
.modal-header {
  border-radius: 15px 15px 0 0;
  padding: 20px 30px;
  border-bottom: none;
}
.modal-title {
  font-size: 1.3rem;
  font-weight: 600;
}
.btn-close {
  filter: invert(1);
}
.ticket-options {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.ticket-option label {
  display: block;
  padding: 15px;
  border: 2px solid #e0e0e0;
  border-radius: 8px;
  cursor: pointer;
  transition: 0.3s;
}
.ticket-option input[type="radio"]:checked + label {
  border-color: var(--primary);
  background: var(--primary-light);
}
.ticket-name {
  font-weight: 600;
  color: var(--dark);
  display: block;
}
.ticket-price {
  font-size: 1.2rem;
  font-weight: 700;
  color: var(--primary);
  display: block;
}
.ticket-desc {
  font-size: 0.9rem;
  color: var(--gray);
  display: block;
}
.total-amount {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: var(--primary-light);
  padding: 15px;
  border-radius: 8px;
}
.amount-label {
  font-size: 1rem;
  color: var(--dark);
}
.amount-value {
  font-size: 2rem;
  font-weight: 800;
  color: var(--primary);
}
.btn-modal-register {
  background: var(--primary);
  color: #fff;
  border: none;
  padding: 15px 30px;
  border-radius: 8px;
  font-size: 1.1rem;
  font-weight: 600;
  width: 100%;
  transition: 0.3s;
  cursor: pointer;
}
.registration-summary {
  background: #f8f9fa;
  padding: 20px;
  border-radius: 10px;
  height: 100%;
}
.summary-item {
  display: flex;
  justify-content: space-between;
  padding-bottom: 10px;
  border-bottom: 1px solid #e0e0e0;
}
.summary-benefits li {
  margin-bottom: 8px;
  display: flex;
  align-items: center;
}
.summary-benefits li i {
  color: var(--success);
  margin-right: 10px;
}
.hero-section h1 {
  font-size: 3rem;
  font-weight: 700;
  margin-bottom: 1rem;
}
.hero-section p {
  font-size: 1.2rem;
  margin-bottom: 2rem;
  opacity: 0.9;
}
.donation-form {
  background: #fff;
  border-radius: 15px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  padding: 2rem;
  margin-top: -3rem;
  position: relative;
  z-index: 10;
}
.contact-support,
.faq-card {
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
}
.amount-buttons {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(100px, 1fr));
  gap: 1rem;
  margin-bottom: 1.5rem;
}
.amount-btn {
  background: var(--soft-gray);
  border: 2px solid transparent;
  color: var(--text-dark);
  padding: 1rem;
  border-radius: 10px;
  font-weight: 600;
  transition: 0.3s;
  cursor: pointer;
}
.amount-btn.active,
.amount-btn:hover {
  color: #fff;
  border-color: var(--primary);
}
.custom-amount {
  border: 2px solid #e9ecef;
  border-radius: 10px;
  padding: 1rem;
  font-size: 1.1rem;
  transition: border-color 0.3s;
}
.custom-amount:focus {
  border-color: var(--primary);
  box-shadow: 0 0 0 0.2rem rgba(45, 90, 39, 0.25);
}
.donation-type-tabs {
  border-bottom: 2px solid #e9ecef;
  margin-bottom: 2rem;
}
.donation-type-tabs .nav-link {
  border: none;
  color: var(--text-muted);
  font-weight: 600;
  padding: 1rem 2rem;
  border-radius: 0;
}
.donation-type-tabs .nav-link.active {
  color: var(--primary);
  border-bottom: 3px solid var(--primary);
  background: 0 0;
}
.btn-donate-main {
  background: var(--primary);
  color: #fff;
  border: none;
  padding: 1rem 3rem;
  border-radius: 50px;
  font-size: 1.1rem;
  font-weight: 600;
  width: 100%;
  transition: 0.3s;
  margin-bottom: 2%;
}
.btn-donate-main:hover {
  background: var(--secondary);
  transform: translateY(-2px);
  box-shadow: 0 5px 15px rgba(45, 90, 39, 0.3);
}
.faq-hero {
  background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7))
      center/cover,
    url('/newmoban/_external/demo.mobanwang.com/mb/lo202602/202602065/html/assets/images/photo-1516321318423-f06f85e504b3.jpg')
      center/cover no-repeat;
  padding: 150px 0 100px;
  color: #fff;
}
.faq-section {
  padding: 80px 0;
  background-color: #f9f9f9;
}
.faq-card {
  background: #fff;
  border-radius: 15px;
  margin-bottom: 20px;
  border: none;
  transition: 0.3s;
}
.faq-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 35px rgba(0, 102, 255, 0.1);
}
.faq-header {
  padding: 20px 25px;
  background-color: #fff;
  border-bottom: 1px solid #eee;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.faq-header h5 {
  margin: 0;
  font-weight: 600;
  color: #333;
  font-size: 1.1rem;
}
.faq-header i {
  color: var(--primary);
  transition: transform 0.3s;
}
.faq-header[aria-expanded="true"] i {
  transform: rotate(180deg);
}
.faq-body {
  padding: 25px;
  background-color: #fafafa;
  color: #555;
  line-height: 1.7;
}
.faq-category {
  margin-bottom: 50px;
}
.faq-category h3 {
  color: var(--primary);
  margin-bottom: 25px;
  padding-bottom: 10px;
  border-bottom: 2px solid var(--primary-light);
  display: inline-block;
}
.contact-support {
  background: #fff;
  border-radius: 15px;
  padding: 40px;
  margin-top: 50px;
}
.impact-card,
.testimonial-card {
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  text-align: center;
}
.contact-support i {
  font-size: 3rem;
  color: var(--primary);
  margin-bottom: 20px;
}
.impact-section {
  background: #1e1e1e;
  padding: 4rem 0;
}
.impact-card {
  background: #fff;
  border-radius: 15px;
  padding: 2rem;
  transition: transform 0.3s;
  height: 100%;
}
.impact-icon,
.search-btn:hover {
  background: var(--primary-dark);
}
.impact-icon {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 1rem;
  font-size: 2rem;
  color: #fff;
}
.impact-amount {
  font-size: 2rem;
  font-weight: 700;
  color: var(--primary);
  margin-bottom: 0.5rem;
}
.category-count,
.event-status,
.loader-text,
.post-category,
.read-more,
.share-btn {
  font-weight: 600;
}
.payment-methods {
  display: flex;
  justify-content: center;
  gap: 1rem;
  margin-top: 1.5rem;
  flex-wrap: wrap;
}
.payment-method {
  background: #fff;
  border: 2px solid #e9ecef;
  border-radius: 10px;
  padding: 0.5rem 1rem;
  transition: 0.3s;
}
.payment-method:hover {
  border-color: var(--primary);
}
.payment-method img {
  height: 30px;
}
.testimonial-card {
  background: #fff;
  border-radius: 15px;
  padding: 2rem;
  margin-bottom: 2rem;
}
.testimonial-avatar {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  margin: 0 auto 1rem;
  object-fit: cover;
}
.stars {
  color: #ffc107;
  margin-bottom: 1rem;
}
.animate-element {
  transform: translateY(30px);
  transition: opacity 0.5s, transform 0.5s;
  opacity: 0;
}
.animate__animated {
  --animate-duration: 0.8s;
}
.animate-element.animate__animated {
  opacity: 1;
}
.hero-content.animate__fadeInDown {
  animation-duration: 1s;
}
.floating-elements {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
}
.loader,
.scroll-top {
  height: 50px;
  width: 50px;
}
.floating-element {
  position: absolute;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  animation: 6s ease-in-out infinite float;
}
#preloader,
.scroll-top {
  position: fixed;
  background: var(--primary);
  display: flex;
}
.floating-element:first-child {
  width: 100px;
  height: 100px;
  animation-delay: 0s;
}
.floating-element:nth-child(2) {
  width: 150px;
  height: 150px;
  animation-delay: -2s;
}
.floating-element:nth-child(3) {
  width: 80px;
  height: 80px;
  animation-delay: -4s;
}
.floating-element:nth-child(4) {
  width: 120px;
  height: 120px;
  animation-delay: -6s;
}
@keyframes float {
  0%,
  100% {
    transform: translateY(0) translateX(0);
  }
  33% {
    transform: translateY(-30px) translateX(20px);
  }
  66% {
    transform: translateY(20px) translateX(-20px);
  }
}
@keyframes pulse {
  0% {
    transform: scale(1);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.7);
  }
  70% {
    transform: scale(1.05);
    box-shadow: 0 0 0 10px rgba(255, 255, 255, 0);
  }
  100% {
    transform: scale(1);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}
.pulse {
  animation: 2s infinite pulse;
}
.scroll-top {
  bottom: 30px;
  right: 30px;
  color: #fff;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  opacity: 0;
  transform: translateY(20px);
  transition: 0.3s;
  z-index: 999;
}
.scroll-top.active {
  visibility: visible;
  opacity: 1;
  transform: translateY(0);
}
.back-to-top:hover,
.scroll-top:hover {
  background: var(--primary-dark);
  transform: translateY(-5px);
}
.progress-bar {
  transition: width 1.5s ease-in-out;
}
.about-box,
.campaign-card,
.event-card {
  transition: transform 0.3s, box-shadow 0.3s;
}
.about-box:hover,
.campaign-card:hover,
.event-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1) !important;
}
#preloader {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  z-index: 9999;
  transition: opacity 0.5s, visibility 0.5s;
}
.loader {
  border: 3px solid rgba(255, 255, 255, 0.3);
  border-radius: 50%;
  border-top-color: #fff;
  animation: 1s ease-in-out infinite spin;
}
@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}
.loader-text {
  text-align: center;
  letter-spacing: 1px;
  margin-top: 20px;
  color: #fff;
  animation: 2s infinite fadeInOut;
}
@keyframes fadeInOut {
  0%,
  100% {
    opacity: 0.5;
  }
  50% {
    opacity: 1;
  }
}
.animate__animated.delay-1 {
  animation-delay: 0.1s;
}
.animate__animated.delay-2 {
  animation-delay: 0.2s;
}
.animate__animated.delay-3 {
  animation-delay: 0.3s;
}
.blog-detail-hero .floating-elements,
.blog-hero .floating-elements,
.event-hero .floating-elements,
.privacy-hero .floating-elements,
.terms-hero .floating-elements {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
.filter-section {
  background: #f8f9fa;
  padding: 60px 0;
}
.filter-card,
.toc-card {
  background: #fff;
  border-radius: 15px;
  padding: 30px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
}
.filter-btn {
  background: var(--primary);
  color: #fff;
  border: none;
  padding: 12px 30px;
  border-radius: 8px;
  transition: 0.3s;
}
.event-detail-card {
  background: #fff;
  border-radius: 15px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
  transition: transform 0.3s;
  margin-bottom: 30px;
}
.past-event-card,
.search-section {
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
}
.blog-post-card:hover,
.event-detail-card:hover,
.related-post-card:hover {
  transform: translateY(-10px);
}
.event-detail-header {
  position: relative;
  height: 300px;
}
.event-status {
  position: absolute;
  top: 20px;
  right: 20px;
  background: var(--primary);
  color: #fff;
  padding: 8px 20px;
  border-radius: 30px;
  font-size: 14px;
}
.blog-post-content,
.event-detail-body {
  padding: 30px;
}
.event-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #eee;
}
.meta-item {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #fff;
}
.event-description {
  color: #555;
  line-height: 1.8;
  margin-bottom: 25px;
}
.category-list a:hover,
.search-btn {
  color: #fff;
  background: var(--primary);
}
.event-features {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 15px;
  margin-bottom: 25px;
}
.feature-item {
  display: flex;
  align-items: center;
  gap: 10px;
}
.feature-item i {
  color: var(--primary);
  font-size: 18px;
}
.past-events {
  background: #f8f9fa;
  padding: 80px 0;
}
.past-event-card {
  background: #fff;
  border-radius: 10px;
  padding: 25px;
  transition: 0.3s;
  margin-bottom: 20px;
  min-height: 175px !important;
}
.past-event-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}
.past-event-date {
  background: var(--primary);
  color: #fff;
  width: 60px;
  height: 60px;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-right: 20px;
}
.past-event-date .day {
  font-size: 24px;
  font-weight: 700;
  line-height: 1;
}
.past-event-date .month {
  font-size: 14px;
  line-height: 1;
}
.search-section {
  background: #f8f9fa;
  padding: 40px 0;
  position: sticky;
  top: 80px;
  z-index: 100;
}
.search-box input {
  padding: 15px 50px 15px 20px;
  border-radius: 50px;
  border: 2px solid #e0e0e0;
  font-size: 16px;
  transition: 0.3s;
}
.search-box input:focus {
  border-color: var(--primary);
  box-shadow: 0 0 0 0.25rem rgba(22, 92, 206, 0.25);
}
.search-btn {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  border: none;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  transition: 0.3s;
}
.search-btn:hover {
  transform: translateY(-50%) scale(1.1);
}
.blog-container,
.blog-detail-container,
.related-posts {
  padding: 80px 0;
}
.blog-detail-sidebar,
.blog-sidebar {
  position: sticky;
  top: 140px;
  height: fit-content;
}
.share-widget,
.sidebar-widget,
.table-of-contents {
  background: #fff;
  border-radius: 15px;
  padding: 30px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
  margin-bottom: 30px;
}
.sidebar-widget h4 {
  color: var(--primary);
  margin-bottom: 25px;
  padding-bottom: 15px;
  border-bottom: 2px solid #f0f0f0;
  position: relative;
}
.contact-card h4:after,
.privacy-section h2:after,
.rights-card h4:after,
.sidebar-widget h4:after,
.table-of-contents h4:after,
.terms-section h2:after,
.toc-card h4:after {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 50px;
  height: 2px;
  background: var(--primary);
}
.category-list,
.contact-info-list,
.rights-list,
.toc-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.category-list li {
  margin-bottom: 15px;
}
.category-list a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #555;
  padding: 12px 15px;
  border-radius: 8px;
  background: #f8f9fa;
  transition: 0.3s;
}
.category-list a:hover {
  transform: translateX(5px);
}
.blog-post-card,
.category-count,
.newsletter-sidebar h4:after {
  background: #fff;
}
.category-count {
  color: var(--primary);
  padding: 4px 12px;
  border-radius: 20px;
  font-size: 12px;
}
.recent-post {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #eee;
}
.cookie-type:last-child,
.recent-post:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}
.recent-post-img {
  width: 80px;
  height: 80px;
  border-radius: 10px;
  margin-right: 15px;
  flex-shrink: 0;
}
.author-img img,
.comment-author-img img,
.featured-image img,
.recent-post-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.recent-post-content h6 {
  margin-bottom: 5px;
  line-height: 1.4;
}
.comment-date,
.recent-post-content span {
  color: #777;
  font-size: 14px;
}
.tag-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.tag-list a,
.tags-list a {
  background: #f8f9fa;
  color: #555;
  padding: 8px 20px;
  border-radius: 30px;
  font-size: 14px;
  transition: 0.3s;
}
.blog-post-card {
  border-radius: 15px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
  margin-bottom: 40px;
  transition: transform 0.3s;
}
.blog-post-img {
  height: auto;
  position: relative;
}
.post-category {
  position: absolute;
  top: 20px;
  left: 20px;
  background: var(--primary);
  z-index: 2;
}
.post-meta {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
  color: #2d8c6c !important;
  font-size: 14px;
}
.post-meta i {
  color: var(--primary);
  margin-right: 5px;
}
.post-meta a,
.post-meta-item a {
  color: #777;
  transition: color 0.3s;
}
.page-link,
.read-more,
.reply-btn,
.share-btn {
  transition: 0.3s;
}
.post-title {
  font-size: 24px;
  margin-bottom: 15px;
  line-height: 1.4;
}
.post-excerpt {
  color: #555;
  line-height: 1.8;
  margin-bottom: 20px;
}
.post-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 20px;
  border-top: 1px solid #eee;
}
.page-item.active .page-link,
.page-link:hover {
  background: var(--primary);
  border-color: var(--primary);
}
.read-more {
  color: var(--primary);
  display: inline-flex;
  align-items: center;
  gap: 5px;
}
.read-more:hover {
  gap: 10px;
}
.featured-post {
  position: relative;
  margin-bottom: 40px;
}
.featured-post .blog-post-img {
  height: 400px;
}
.featured-content {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(transparent, rgba(0, 0, 0, 0.8));
  color: #fff;
  padding: 40px;
}
.featured-content .post-category {
  position: relative;
  top: 0;
  left: 0;
  margin-bottom: 15px;
}
.featured-content .post-title {
  color: #fff;
  font-size: 32px;
}
.pagination-container {
  margin-top: 50px;
}
.page-link {
  color: var(--primary);
  border: 1px solid #dee2e6;
  margin: 0 5px;
  border-radius: 8px;
  padding: 10px 20px;
}
.page-item.active .page-link,
.page-link:hover {
  color: #fff;
}
.newsletter-sidebar {
  background: linear-gradient(135deg, var(--primary), var(--secondary));
  color: #fff;
  padding: 30px;
  border-radius: 15px;
}
.newsletter-sidebar h4 {
  color: #fff;
  border-bottom-color: rgba(255, 255, 255, 0.3);
}
.newsletter-sidebar .form-control {
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.3);
  color: #fff;
  margin-bottom: 15px;
}
.newsletter-sidebar .form-control::placeholder {
  color: rgba(255, 255, 255, 0.7);
}
.newsletter-sidebar .btn {
  background: #fff;
  color: var(--primary);
  width: 100%;
}
.breadcrumb-nav {
  background: #f8f9fa;
  padding: 20px 0;
  margin-bottom: 40px;
}
.breadcrumb {
  margin-bottom: 0;
}
.breadcrumb-item a {
  color: var(--primary);
}
.contact-card h4,
.privacy-section h2,
.rights-card h4,
.table-of-contents h4,
.terms-section h2,
.toc-card h4 {
  color: var(--primary);
  margin-bottom: 20px;
  padding-bottom: 15px;
  border-bottom: 2px solid #f0f0f0;
  position: relative;
}
.author-card {
  background: #fff;
  border-radius: 15px;
  padding: 30px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
  margin-bottom: 30px;
  text-align: center;
}
.author-img {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  margin: 0 auto 20px;
  border: 4px solid var(--primary-light);
}
.author-social {
  display: flex;
  justify-content: center;
  gap: 15px;
  margin-top: 15px;
}
.author-social a {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #f8f9fa;
  color: var(--primary);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s;
}
.author-social a:hover {
  background: var(--primary);
  color: #fff;
  transform: translateY(-3px);
}
.share-btn {
  flex: 1;
  min-width: 120px;
  padding: 12px 20px;
  border-radius: 8px;
  border: none;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
.share-btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}
.blog-detail-content {
  background: #fff;
  border-radius: 15px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
  padding: 0;
}
.blog-meta-header {
  padding: 30px;
  border-bottom: 1px solid #eee;
}
.post-category {
  display: inline-block;
  background: var(--primary);
  color: #fff;
  padding: 8px 20px;
  border-radius: 30px;
  font-size: 14px;
  margin-bottom: 15px;
}
.blog-title {
  font-size: 36px;
  line-height: 1.3;
  margin-bottom: 20px;
  color: #333;
}
.post-meta {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 25px;
  margin-bottom: 15px;
}
.post-meta-item {
  display: flex;
  align-items: center;
  gap: 8px;
}
.featured-image {
  height: 500px;
}
.blog-body {
  padding: 40px;
}
.blog-body p {
  font-size: 18px;
  line-height: 1.8;
  color: #555;
  margin-bottom: 25px;
}
.blog-body h2 {
  color: var(--primary);
  margin: 40px 0 20px;
  padding-bottom: 15px;
  border-bottom: 2px solid #f0f0f0;
}
.blog-body h3 {
  color: #333;
  margin: 30px 0 15px;
}
.stats-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 20px;
  margin: 40px 0;
}
.stat-item {
  text-align: center;
  padding: 20px;
  background: #f8f9fa;
  border-radius: 10px;
}
.stat-number {
  font-size: 36px;
  font-weight: 700;
  color: var(--primary);
  margin-bottom: 10px;
}
.stat-label {
  color: #666;
  font-size: 16px;
}
.image-caption {
  text-align: center;
  font-style: italic;
  color: #777;
  margin-top: 10px;
  font-size: 14px;
}
.blog-footer {
  padding: 30px;
  border-top: 1px solid #eee;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
}
.tags-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
}
.comments-section,
.privacy-container,
.terms-container {
  padding: 80px 0;
  background: #f8f9fa;
}
.comment-card {
  background: #fff;
  border-radius: 10px;
  padding: 25px;
  margin-bottom: 20px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
}
.comment-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 15px;
}
.comment-author {
  display: flex;
  align-items: center;
  gap: 15px;
}
.comment-author-img {
  width: 50px;
  height: 50px;
  border-radius: 50%;
}
.comment-author-info h6,
.toc-sublist li {
  margin-bottom: 5px;
}
.reply-btn {
  color: var(--primary);
  background: 0 0;
  border: 1px solid var(--primary);
  padding: 5px 15px;
  border-radius: 5px;
  font-size: 14px;
}
.comment-form,
.privacy-content,
.related-post-card,
.terms-content {
  background: #fff;
  border-radius: 15px;
}
.comment-reply {
  margin-left: 60px;
  margin-top: 20px;
}
.comment-form {
  padding: 30px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
}
.related-post-card {
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
  transition: transform 0.3s;
  height: 100%;
}
.back-to-top,
.toc-list a {
  text-decoration: none;
  transition: 0.3s;
}
.related-post-img {
  height: 200px;
}
.related-post-title {
  font-size: 18px;
  line-height: 1.4;
  margin-bottom: 10px;
}
.privacy-content,
.terms-content {
  padding: 50px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
}
.privacy-header,
.terms-header {
  text-align: center;
  margin-bottom: 50px;
  padding-bottom: 30px;
  border-bottom: 2px solid var(--primary-light);
}
.acceptance-section h3,
.consent-section h3,
.data-request-form h4,
.privacy-header h1,
.terms-header h1 {
  color: var(--primary);
  margin-bottom: 20px;
}
.privacy-section,
.terms-section {
  margin-bottom: 40px;
  padding-bottom: 40px;
  border-bottom: 1px solid #eee;
}
.privacy-section:last-child,
.terms-section:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}
.privacy-section h3,
.terms-section h3 {
  color: #333;
  margin: 25px 0 15px;
  font-size: 20px;
}
.privacy-section p,
.terms-section p {
  color: #555;
  line-height: 1.8;
  margin-bottom: 15px;
}
.privacy-section ol,
.privacy-section ul,
.terms-section ol,
.terms-section ul {
  color: #555;
  line-height: 1.8;
  margin-bottom: 20px;
  padding-left: 20px;
}
.privacy-section li,
.terms-section li,
.toc-list li {
  margin-bottom: 10px;
}
.toc-sublist {
  list-style: none;
  padding-left: 20px;
  margin-top: 5px;
}
.acceptance-section,
.consent-section {
  background: linear-gradient(135deg, var(--primary-light), #e6f0ff);
  border-radius: 15px;
  padding: 40px;
  margin-top: 50px;
  text-align: center;
}
@media (max-width: 992px) {
  .event-title {
    font-size: 2.2rem;
  }
  .event-action-card {
    margin-top: 30px;
  }
  .blog-detail-sidebar,
  .blog-sidebar {
    position: static;
    margin-top: 40px;
  }
  .search-section {
    top: 70px;
  }
  .featured-post .blog-post-img {
    height: 300px;
  }
  .featured-content .post-title {
    font-size: 24px;
  }
  .featured-image {
    height: 400px;
  }
  .blog-title {
    font-size: 28px;
  }
  .toc-sidebar {
    position: static;
    margin-bottom: 40px;
  }
  .terms-content {
    padding: 30px;
  }
}
@media (max-width: 768px) {
  .blog-detail-hero,
  .blog-hero,
  .event-hero,
  .event-hero-section,
  .terms-hero {
    padding: 150px 0 80px;
  }
  .event-title {
    font-size: 1.8rem;
  }
  .countdown-item {
    min-width: 60px;
  }
  .countdown-item span {
    font-size: 1.5rem;
  }
  .event-detail-header {
    height: 200px;
  }
  .event-features {
    grid-template-columns: 1fr;
  }
  .post-footer {
    flex-direction: column;
    align-items: flex-start;
    gap: 15px;
  }
  .blog-body,
  .terms-content {
    padding: 20px;
  }
  .blog-body p {
    font-size: 16px;
  }
  .featured-image {
    height: 300px;
  }
  .blog-footer {
    flex-direction: column;
    align-items: flex-start;
  }
  .comment-reply {
    margin-left: 30px;
  }
  .acceptance-section {
    padding: 30px 20px;
  }
  .back-to-top {
    bottom: 20px;
    right: 20px;
    width: 40px;
    height: 40px;
  }
}
.last-updated {
  color: #666;
  font-style: italic;
  margin-top: 10px;
}
.data-table {
  width: 100%;
  border-collapse: collapse;
  margin: 20px 0;
  background: #f8f9fa;
  border-radius: 10px;
}
.data-table th {
  background: var(--primary);
  color: #fff;
  padding: 15px;
  text-align: left;
  font-weight: 600;
}
.data-table td {
  padding: 15px;
  border-bottom: 1px solid #dee2e6;
}
.data-table tr:hover {
  background: #e9ecef;
}
.highlight-box {
  background: var(--primary-light);
  border-left: 4px solid var(--primary);
  padding: 25px;
  margin: 30px 0;
  border-radius: 0 10px 10px 0;
}
.highlight-box p {
  margin-bottom: 0;
  color: #333;
  font-style: italic;
}
.definition-list {
  margin: 20px 0;
}
.definition-term {
  font-weight: 600;
  color: #333;
  margin-bottom: 5px;
}
.definition-description {
  color: #555;
  margin-bottom: 15px;
  padding-left: 20px;
}
.toc-sidebar {
  position: sticky;
  top: 140px;
  height: fit-content;
  margin-bottom: 30px;
}
.toc-list a {
  color: #555;
  padding: 8px 15px;
  border-radius: 8px;
  display: block;
}
.toc-list a:hover {
  background: var(--primary-light);
  color: var(--primary);
  padding-left: 25px;
}
.contact-card,
.cookie-settings,
.data-request-form,
.rights-card {
  background: #fff;
  border-radius: 15px;
  padding: 30px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
  margin-top: 30px;
}
.rights-list li {
  margin-bottom: 15px;
  padding-left: 30px;
  position: relative;
}
.rights-list li:before {
  content: "✓";
  position: absolute;
  left: 0;
  color: var(--primary);
  font-weight: 700;
}
.contact-info-list li {
  margin-bottom: 15px;
  display: flex;
  align-items: center;
  gap: 10px;
}
.contact-info-list i {
  color: var(--primary);
  width: 20px;
}
.back-to-top {
  position: fixed;
  bottom: 30px;
  right: 30px;
  background: var(--primary);
  color: #fff;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 5px 15px rgba(22, 92, 206, 0.3);
  z-index: 1000;
}
.cookie-type {
  margin-bottom: 25px;
  padding-bottom: 25px;
  border-bottom: 1px solid #eee;
}
.cookie-toggle {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 15px;
}
.switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
}
.slider,
.slider:before {
  position: absolute;
  transition: 0.4s;
}
.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}
.slider {
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  border-radius: 34px;
}
.slider:before {
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: #fff;
  border-radius: 50%;
}
input:checked + .slider:before {
  transform: translateX(26px);
}
@media (max-width: 992px) {
  .toc-sidebar {
    position: static;
    margin-bottom: 40px;
  }
  .privacy-content {
    padding: 30px;
  }
  .data-table {
    display: block;
    overflow-x: auto;
  }
}
@media (max-width: 768px) {
  .privacy-hero {
    padding: 150px 0 80px;
  }
  .privacy-content {
    padding: 20px;
  }
  .consent-section {
    padding: 30px 20px;
  }
  .back-to-top {
    bottom: 20px;
    right: 20px;
    width: 40px;
    height: 40px;
  }
}
