/* ********************************************** */
/* ********************************************** */
/* Community Hubs Discover */
/* ********************************************** */
/* ********************************************** */

.community-hubs {
  padding: 10px 40px 40px 40px; /* top right bottom left */
}

/* Tablet screens */
/* @media (max-width: 992px) {
  .community-hubs {
    padding: 10px 25px 25px 25px;
  }
} */

/* Mobile screens */
@media (max-width: 576px) {
  .community-hubs {
    padding: 10px 15px 15px 15px;
  }
}

.community-hubs .community-hubs-intro {
  max-width: 790px;
  margin: 0 auto 30px auto;
  text-align: center;
  padding: 60px 0px 25px 0px;
}

.community-hubs .community-hubs-intro .df-community-hubs-top-mini-heading {
  display: inline-block;
  padding: 4px 12px;
  border-radius: 87px; /* smooth pill shape */
  font-size: 13px;
  font-weight: 400;
  color: #9050e9;

  /* Gradient border */
  background: linear-gradient(#f7f1ff, #f7f1ff) padding-box,
    /* inner background */
      linear-gradient(
        89.13deg,
        rgba(151, 71, 255, 0.455) 5.28%,
        rgba(151, 71, 255, 0.1638) 52.14%,
        rgba(151, 71, 255, 0.637) 94.72%
      )
      border-box;
  border: 1.3px solid transparent;
}

.community-hubs .df-community-hubs-title {
  font-size: 64px;
  font-weight: 700;
  color: #1e1e1e;
}

/* Mobile screens */
@media (max-width: 476px) {
  .community-hubs .df-community-hubs-title {
    font-size: 50px;
  }
}

.community-hubs .df-community-hubs-title span {
  background: linear-gradient(90deg, #df0bfe, #924fe9);
  -webkit-background-clip: text; /* for Chrome/Safari */
  -webkit-text-fill-color: transparent; /* for Chrome/Safari */
  background-clip: text; /* for Firefox */
  color: transparent; /* fallback */
}

.community-hubs .df-community-hubs-paragraph {
  font-size: 18px;
  font-weight: 400;
  color: #42464d;
  margin-top: 30px;
}

.community-hubs .df-community-hubs-paragraph span {
  color: #9050e9;
}

.community-hubs .df-community-hubs-button {
  display: inline-block;
  padding: 10px 38px;
  border-radius: 5px;
  background: linear-gradient(90deg, #9050e9, #e108fe);
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  margin-top: 20px; /* space above button */
}

.community-hubs .hero-img img {
  width: 100%;
  border-radius: 12px;
}

/* Stats section */
.community-stats .stat-card {
  background: #fff;
  border-radius: 12px;
  padding: 30px 20px;
  box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.05);
  transition: all 0.3s ease;
  border: 2px solid transparent;
}

.community-stats .stat-card:hover {
  transform: translateY(-5px);
}

/* Numbers */
.community-stats .stat-number {
  font-size: 56px;
  font-weight: 600;
  background: linear-gradient(90deg, #924fe9, #df0bfe);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 8px;
}

/* Labels */
.community-stats .stat-label {
  font-size: 18px;
  font-weight: 400;
  color: #444444;
  margin: 0;
}
.community-stats-heading {
  margin-top: 80px;
  margin-bottom: 80px;
}
/* Mission text */
.community-stats-heading .mission-text {
  font-size: clamp(24px, 5vw, 48px);
  font-weight: 800;
  color: #42464d;
}

/* Mobile screens */
/* @media (max-width: 576px) {
  .community-stats-heading .mission-text {
    font-size: 24px;
  }
} */

/* ********************************************** */
/* Community-Hubs-Cards  */
/* ********************************************** */

/* .df-community-hubs-cards-section{
padding: 0px 40px 0px 40px;
    
} */

.df-community-hubs-cards-section {
  padding: 0px 40px 45px 40px; /* top right bottom left */
}

/* Tablet screens */
/* @media (max-width: 992px) {
  .df-community-hubs-cards-section {
    padding: 0px 25px 0px 25px;
  }
} */

/* Mobile screens */
@media (max-width: 576px) {
  .df-community-hubs-cards-section {
    padding: 0px 20px 45px 20px;
  }
}

/* Header wrapper */
.df-community-hubs-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.5rem;
  padding: 0px 0px 30px 0px;
}

.df-community-hubs-heading {
  font-size: 32px;
  font-weight: 600;
  color: #000000;
}

.df-community-hubs-heading span {
  background: linear-gradient(90deg, #924fe9, #df0bfe);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  color: #000000;
}

.df-community-hubs-input {
  /* padding: 10px 15px; */
  border: 1px solid #cecece;
  height: 40px;
  border-radius: 10px;
  /* font-size: 16px; */
  /* width: 100%;
    max-width: 400px; */
}

.hub-cards-grid {
  row-gap: 1.5rem;
  /* padding: 22px 11px;
height: 642px;
border: 1px solid #E1E1E1;
border-radius: 20px; */
  /* Scrollable content */
  /* overflow-y: auto;  
  overflow-x: hidden; 
  scroll-behavior: smooth;
  scrollbar-width: none; 
  -ms-overflow-style: none;  */
}

/* .hub-cards-grid::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 30px;
  pointer-events: none;
  background: linear-gradient(to bottom, transparent, #fff);
}
 */

/* For Chrome, Edge, Safari */
.hub-cards-grid::-webkit-scrollbar {
  display: none;
}

.hidden-community-hubs-item {
  display: none;
}

/* Container for each hub card */
.hub-card {
  background: #f7f9fa;
  border-radius: 5px;
  padding: 40px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
  height: 312px;
  display: flex;
  flex-direction: column;
  border: 1px solid #cecece;
  transition: all 0.5s ease-in-out; /* slower & smoother */
}

/* Hover Effect */
.hub-card:hover {
  background: linear-gradient(to top right, #9050e9 40%, #dd0cfd 100%);

  /* background: linear-gradient(45deg, #9050e9 81%,#dd0cfd 100%);  */

  /* background: linear-gradient(56deg, rgba(144, 80, 233, 1) 66%, rgba(201, 30, 248, 1) 84%); */

  /* background-image: linear-gradient(to right top, #9050e9, #a249f0, #b53ff6, #c92ffa, #dd0cfd); */

  /* background-image: linear-gradient(
    40deg,
    hsl(265deg 78% 61%) 0%,
    hsl(268deg 79% 61%) 6%,
    hsl(270deg 81% 61%) 12%,
    hsl(272deg 82% 61%) 19%,
    hsl(275deg 83% 60%) 26%,
    hsl(277deg 85% 60%) 34%,
    hsl(278deg 86% 60%) 41%,
    hsl(280deg 87% 59%) 49%,
    hsl(282deg 89% 59%) 56%,
    hsl(283deg 90% 58%) 63%,
    hsl(285deg 91% 58%) 70%,
    hsl(286deg 93% 57%) 76%,
    hsl(287deg 94% 57%) 81%,
    hsl(289deg 95% 56%) 86%,
    hsl(290deg 96% 55%) 91%,
    hsl(291deg 97% 54%) 96%,
    hsl(292deg 98% 52%) 100%
  ); *


  box-shadow: 0 8px 20px rgba(124, 58, 237, 0.3); /* stronger shadow */
  /* transform: translateY(-6px); lift effect */
  border-color: transparent; /* hide border on hover */
}

/* Keep text readable on gradient */
.hub-card:hover .hub-card-title,
.hub-card:hover .hub-card-description,
.hub-card:hover .hub-card-meta-label,
.hub-card:hover .hub-card-meta-value {
  color: #fff;
}

.hub-card:hover .hub-card-hyperlink {
  background-color: black;
  transform: scale(1.15); /* 15% bigger */
}
.hub-card:hover .hub-card-hyperlink img {
  /* filter: brightness(100) invert(1); */
}

/* <576px (extra small, mobile) */
@media (max-width: 575.98px) {
  .hub-card {
    height: auto;
  }
}

/* ≥576px and <768px (small devices) */
@media (min-width: 576px) and (max-width: 767.98px) {
  .hub-card {
    height: auto;
  }
}

/* ≥768px and <992px (tablets / md) */
@media (min-width: 768px) and (max-width: 991.98px) {
  .hub-card {
    height: 372px;
  }
}

/* ≥992px and <1200px (lg) */
@media (min-width: 992px) and (max-width: 1199.98px) {
  .hub-card {
    height: 352px;
  }
}

/* ≥1200px (xl and up) */
@media (min-width: 1200px) {
  .hub-card {
    height: 352px;
  }
}

/* Status Badge */
.hub-card-status {
  display: inline-block;
  align-self: flex-start;
  padding: 4px 14px;
  border-radius: 16px;
  font-size: 12px;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 15px;
}

.hub-card-status.updated {
  background-color: #03b000;
}

.hub-card-status.active {
  background-color: #9050e9;
  transition: all 0.3s ease-in-out;
}

/* When card is hovered → active badge changes */
.hub-card:hover .hub-card-status.active {
  background: none;
  border: 1px solid #cecece;
  color: #fff; /* optional: keep text visible on gradient */
}

.hub-card-status.archived {
  background-color: #afafaf;
}

/* Title & Description */
.hub-card-title {
  font-size: 20px;
  font-weight: 600;
  margin: 10px 0;
  line-height: 1.4;
  color: #42464d;
}

.hub-card-description {
  font-size: 14px;
  font-weight: 400;
  color: #1e1e1e;
  margin-bottom: 20px;
}

/* Meta Section */
/* Wrapper for meta + external link */
.hub-card-meta-hyperlink {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-top: 1px solid #cecece;
  padding: 15px 15px 0 15px;
  margin-top: auto;
}

/* Meta (Members + Events) */
.hub-card-meta {
  display: flex;
  gap: 30px;
}

.hub-card-member-count,
.hub-card-event-count {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.hub-card-meta-label {
  font-size: 12px;
  font-weight: 700;
  color: #000000;
}

.hub-card-meta-value {
  font-size: 28px;
  font-weight: 600;
  color: #000000;
}

.hub-card-hyperlink {
  background-color: #aaaaaa;
  width: 38px;
  height: 39px;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.4s ease-in-out; /* smooth pop */
  transform-origin: top right; /* 👈 scale from top-right */
}

@media (max-width: 399.98px) {
  .hub-card-hyperlink {
    width: 25px;
    height: 25px;
  }
}

/* Hyperlink Icon */
.hub-card-hyperlink img {
  width: 15px;
  height: 15px;
  display: block;
  transition: transform 0.2s ease;
}

.hub-card-hyperlink:hover img {
  transform: scale(1.1);
}

.view-all-hubs-btn-wrapper {
  margin-top: 45px;
}

.view-all-hubs-btn-wrapper .btn {
  padding: 12px 30px;
  font-size: 16px;
  font-weight: 500;
  border-radius: 5px;
  background-color: transparent;
  color: #9050e9;
  border: 1px solid #9050e9;
  cursor: pointer;
  transition: all 0.3s ease;
}

.view-all-hubs-btn-wrapper .btn:hover {
  background-color: #9050e9;
  color: #fff;
}

/* ********************************************** */
/* Community Hub Blog Section */
/* ********************************************** */

.community-hub-blog-section {
  /* Default (desktop) */
  /* background-color: #fff; */
  padding: 5rem; /* same as Bootstrap px-5 py-5 */
}

/* Tablet screens */
@media (max-width: 992px) {
  .community-hub-blog-section {
    padding: 3rem;
  }
}

/* Mobile screens */
@media (max-width: 576px) {
  .community-hub-blog-section {
    padding: 1.2rem;
  }
}

/* Custom responsive container */
/* @media (min-width: 1400px) {
  .community-hub-responsive-container {
    max-width: 1320px; 
    margin-left: auto;
    margin-right: auto;
  }
} */

/* Default: full width */
.community-hub-responsive-container {
  width: 100%;
  padding-left: var(--bs-gutter-x, 0.75rem);
  padding-right: var(--bs-gutter-x, 0.75rem);
  margin-left: auto;
  margin-right: auto;
}

/* At 1400px and up: behave like Bootstrap .container */
@media (min-width: 1400px) {
  .community-hub-responsive-container {
    max-width: 1320px; /* Bootstrap's .container-xxl fixed width */
  }
}

.community-hub-blog-title {
  font-size: 2.1rem;
  font-weight: 600;
  margin-bottom: 1.5rem;
  color: #1e1e1e;
}

.community-hub-blog-subtitle {
  font-size: 1.1rem;
  color: #000000;
}

/* Card styling */
.community-hub-blog-card {
  border: none;
  border-radius: 15px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  transition: transform 0.3s ease;
}

/* .community-hub-blog-card:hover {
  transform: translateY(-8px);
} */

.community-hub-blog-image {
  height: 200px !important;
  object-fit: cover;
  /* height: 233px; */
  background-size: cover;
  background-position: center;
}

/* Card body */
.community-hub-blog-card-body {
  display: flex;
  flex-direction: column;
  padding: 20px;
}

.community-hub-blog-category {
  font-size: 0.85rem;
  font-weight: 600;
  padding: 4px 10px;
  color: #1e1e1e;
  background-color: #e3e3e3;
}

.community-hub-blog-readtime {
  font-size: 0.85rem;
  font-weight: 600;
  color: #1e1e1e;
}

.community-hub-blog-post-title {
  font-size: 1.2rem;
  font-weight: 700;
  margin: 10px 0;
  color: #1e1e1e;
}

.community-hub-blog-post-description {
  font-size: 0.95rem;
  font-weight: 400;
  color: #1e1e1e;
  margin-bottom: 15px;
}

.community-hub-blog-readmore {
  font-size: 16px;
  font-weight: 400;
  color: #9050e9;
  text-decoration: none;
  /* margin-top: auto;
  align-self: flex-end; */
  margin-top: auto;
  align-self: flex-start; /* bottom left */
}

.community-hub-blog-readmore:hover {
  /* text-decoration: underline; */
}

/* ********************************************** */
/* Haven't Found Hub Section */
/* ********************************************** */

.haven-found-hub-container {
  padding: 10px 40px 110px 40px; /* top right bottom left */
}

/* Tablet screens */
/* @media (max-width: 992px) {
  .haven-found-hub-container {
    padding: 10px 25px 80px 25px;
  }
} */

/* Mobile screens */
@media (max-width: 576px) {
  .haven-found-hub-container {
    padding: 10px 20px 60px 20px;
  }
}

.haven-found-hub-section {
  background: linear-gradient(180deg, #9050e9 0%, #3c206e 100%);
  color: #fff;
  text-align: center;
  padding: 60px 20px;
  border-radius: 20px;
  margin: 0px auto;
}

.haven-hub-title {
  font-size: 25px;
  font-weight: 700;
  margin-bottom: 15px;
  color: #ffffff;
}

.haven-hub-text {
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 20px;
  color: #ffffff;
  margin-left: auto;
  margin-right: auto;
  max-width: 650px;
}

.haven-hub-btn {
  display: inline-block;
  background: #ffffff;
  color: #9050e9;
  font-size: 18px;
  font-weight: 700;
  padding: 10px 20px;
  border-radius: 6px;
  text-decoration: none;
  transition: background 0.3s ease, color 0.3s ease;
}

/* ********************************************** */
/* Community Hub Events Section */
/* ********************************************** */

.btn-theme-primary-comm-hubs {
  position: relative;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  color: #ffffff;
  background-color: #9050e9;
  padding: 12px 24px;
  border-radius: 4px;
  text-align: center;
  display: inline-block;
}

/* Mobile screens */
@media (max-width: 512px) {
  .btn-theme-primary-comm-hubs {
    font-size: 16px;
    line-height: 26px;
    padding: 8px 14px;
  }
}

@media (max-width: 451px) {
  .btn-theme-primary-comm-hubs {
    font-size: 13px;
    line-height: 18px;
    padding: 8px 10px;
  }
}

.btn-theme-secondary-comm-hubs {
  position: relative;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  padding: 12px 24px;
  border-radius: 4px;
  display: inline-block;
  text-align: center;
  color: #ffffff;
  background: linear-gradient(90deg, #9050e9, #e108fe);
  border: none;
}

/* Mobile screens */
@media (max-width: 512px) {
  .btn-theme-secondary-comm-hubs {
    font-size: 16px;
    line-height: 26px;
    padding: 8px 14px;
  }
}

/* Mobile screens */
@media (max-width: 451px) {
  .btn-theme-secondary-comm-hubs {
    font-size: 13px;
    line-height: 18px;
    padding: 8px 10px;
  }
}

/* COMMUNITY EVENT SECTION */
.comm-hub-event-sec {
  padding: 0px 40px 40px 40px;
  background-color: #f7f9fa;
}

/* Mobile screens */
@media (max-width: 476px) {
  .comm-hub-event-sec {
    padding: 0px 10px 1px 10px;
  }
}

.comm-hub-event-sec .comm-hub-event-sec-heading {
  text-align: center;
  max-width: 768px;
  margin: 0 auto;
}

.comm-hub-event-sec .comm-upcoming-events-btns-wrapper {
  position: relative;
  align-content: center;
  margin-bottom: 16px;
}

.comm-hub-event-sec
  .comm-upcoming-events-btns-wrapper
  .df-event-sync-button-wrapper {
  position: absolute;
  left: 0px;
}

.comm-hub-event-sec .comm-upcoming-events-btns-wrapper .comm-hub-event-tabs {
  display: flex;
  justify-content: center;
  margin-bottom: 10px;
}

.comm-hub-event-sec .comm-upcoming-events-btns-wrapper .view-all-event {
  position: absolute;
  right: 0px;
  top: 0px;
}

.comm-upcoming-events-btns-wrapper:has(#pills-view-calender-events-tab.active)
  .df-event-sync-button-wrapper,
.comm-upcoming-events-btns-wrapper:has(#pills-view-calender-events-tab.active)
  .view-all-event {
  display: none;
}

.comm-upcoming-events-btns-wrapper:has(#pills-view-calender-events-tab.active)
  .df-event-sync-button-wrapper {
  left: auto !important;
  right: 0px !important;
  /* Move to the right */
  top: -35px !important;
  display: block;
}

.comm-hub-events-google-view-all-btns-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 16px;
  column-gap: 1.5rem; /* horizontal spacing only */
}

.comm-hub-event-sec .comm-hub-event-sec-heading a {
  color: #343434;
}

.comm-hub-event-sec .comm-hub-event-sec-heading h2 {
  color: #1e1e1e;
  font-size: 32px;
  line-height: 51px;
  font-weight: 700;
  padding: 30px 0;
}

.comm-hub-event-sec .comm-hub-event-sec-heading span {
  /* background: linear-gradient(90deg, #924fe9, #df0bfe);
  -webkit-background-clip: text; 
  -webkit-text-fill-color: transparent; 
  background-clip: text; 
  color: transparent;  */
}

.comm-hub-event-sec .comm-hub-event-sec-heading p {
  font-size: 18px;
  line-height: 27px;
  font-weight: 400;
  color: #42464d;
}

/* .comm-hub-event-sec .comm-hub-event-tabs{
    display: flex;
    justify-content: center;
    padding: 0 0 40px 0;
    position: relative;
} */
.comm-hub-event-sec .comm-hub-event-tabs ul li {
  padding: 7px 10px 0px 0;
}

.comm-hub-event-sec .comm-hub-event-tabs ul li button {
  padding: 0;
}

.comm-hub-event-sec .comm-hub-event-tabs button img.color-icon {
  display: none;
}

.comm-hub-event-sec .comm-hub-event-tabs button img.simple-icon {
  display: block;
}

.comm-hub-event-sec .comm-hub-event-tabs button.active img.simple-icon {
  display: none;
}

.comm-hub-event-sec .comm-hub-event-tabs button.active img.color-icon {
  display: block;
}

.comm-hub-event-sec .comm-hub-events-list-wrapper .df-arrow .color-icon {
  display: none;
}

.comm-hub-event-sec
  .comm-hub-events-list-wrapper
  .df-arrow.active
  .simple-icon {
  display: none;
}

.comm-hub-event-sec .comm-hub-events-list-wrapper .df-arrow.active .color-icon {
  display: block;
}

/* Calender Tab View Style */
.comm-hub-event-sec .df-content-wrapper-box .calendar-event-arrows-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}

.comm-hub-event-sec .df-content-wrapper-box h4 {
  font-size: 24px;
  font-weight: 700;
  color: rgb(0, 0, 0);
  line-height: 140%;
  margin-right: 54px;
  margin-left: 54px;
}

/* .comm-hub-event-sec .df-content-wrapper-box .calendar-event-arrows-wrapper button img.color-icon {
    display: none;
} */

/* .comm-hub-event-sec .df-content-wrapper-box .calendar-event-arrows-wrapper button img.simple-icon {
    display: block;
}

.comm-hub-event-sec .df-content-wrapper-box .calendar-event-arrows-wrapper button.active img.simple-icon {
    display: none;
}

.comm-hub-event-sec .df-content-wrapper-box .calendar-event-arrows-wrapper button.active img.color-icon {
    display: block;
} 
.comm-hub-event-sec .df-content-wrapper-box .df-indicator .color-icon {
    display: none; 
}
.comm-hub-event-sec .df-content-wrapper-box .df-indicator.active .simple-icon {
    display: none; 
}

.comm-hub-event-sec .df-content-wrapper-box .df-indicator.active .color-icon {
    display: block;
} */
.comm-hub-event-sec .df-content-wrapper-box img {
  cursor: pointer;
}

/* Calender View Style ENDS */

.comm-hub-event-sec .comm-hub-event-tabs .df-event-sync-button-wrapper {
  position: absolute;
  right: 0;
}

.comm-hub-event-sec .event-arrows-wrapper {
  display: flex;
  justify-content: center;
  padding: 0 0 40px 0;
  align-items: center;
}

.comm-hub-event-sec .event-arrows-wrapper h4 {
  color: #000;
  font-size: 24px;
  line-height: 33px;
  font-weight: 700;
  padding: 0 20px 0 20px;
}

.comm-hub-event-sec .event-arrows-wrapper img {
  cursor: pointer;
}

.nav-link.nav-event-tab.active {
  background-color: transparent;
}

.nav-event-tab img {
  width: 28px;
  height: 29px;
}

.comm-hub-event-sec .comm-hub-events-list-wrapper {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.comm-hub-events-list-wrapper .event-box {
  position: relative;
  height: 458px;
  /* width: 416px; */
  border-radius: 12px;
  /* border: 1px solid #fcfcfc; */
  border-bottom: none;
  overflow: hidden;

  margin-bottom: 25px;
  transition: box-shadow 0.3s ease; /* smooth animation */
}

/* Add shadow and bg color on hover */
.comm-hub-events-list-wrapper .event-box:hover {
  box-shadow: 0px 4px 6px -2px rgba(0, 0, 0, 0.03),
    0px 12px 16px -4px rgba(0, 0, 0, 0.08);
  /* background-color: #FFFFFF; */
}

/* Smartphones: from 320px up to 575px */
@media (min-width: 320px) and (max-width: 575px) {
  .comm-hub-events-list-wrapper .event-box {
    height: unset; /* remove fixed height */
  }
}

.comm-hub-events-list-wrapper .event-box .img-box img {
  width: 100%;
  max-height: 233px;
}

.comm-hub-events-list-wrapper .event-box .img-box img.past-event-image {
  filter: grayscale(100%);
  opacity: 0.6;
}

.comm-hub-events-list-wrapper .event-box .event-date-box {
  position: absolute;
  top: 13px;
  right: 20px;
  width: 80px;
  height: 79px;
  padding: 12px 4px;
  background-color: #ffffff;
  color: #010101;
  border-radius: 4px;
  box-shadow: 0px 2px 4px -2px rgba(0, 0, 0, 0.06),
    0px 4px 8px -2px rgba(0, 0, 0, 0.1);
  display: flex;
  justify-content: center;
  flex-direction: column;
  box-sizing: content-box;
  align-items: center;
}

.comm-hub-events-list-wrapper .event-box .past-event-date-box {
  position: absolute;
  top: 13px;
  right: 20px;
  width: 80px;
  height: 79px;
  padding: 12px 4px;
  background-color: #000000;
  border-radius: 4px;
  box-shadow: 0px 2px 4px -2px rgba(0, 0, 0, 0.06),
    0px 4px 8px -2px rgba(0, 0, 0, 0.1);
  display: flex;
  justify-content: center;
  flex-direction: column;
  box-sizing: content-box;
  align-items: center;
}

.comm-hub-events-list-wrapper .event-box .past-event-date-box p {
  margin-bottom: 7px;
  /* font-family: "Roboto", sans-serif; */
  color: #fcfcfc;
  font-size: 14px;
  line-height: 21px;
  font-weight: 400;
}

.comm-hub-events-list-wrapper .event-box .past-event-date-box p.date {
  font-size: 32px;
  line-height: 36px;
  font-weight: 700;
}

.comm-hub-events-list-wrapper .event-box .event-date-box p {
  margin-bottom: 7px;
  /* font-family: "Roboto", sans-serif; */

  font-size: 14px;
  line-height: 21px;
  font-weight: 400;
}

.comm-hub-events-list-wrapper .event-box .event-date-box p.date {
  font-size: 32px;
  line-height: 36px;
  font-weight: 700;
}

.comm-hub-events-list-wrapper .event-box .event-tagline {
  /* position: absolute;
  top: 223px;
  right: 8px; */
  /* background-color: rgb(238, 238, 238);
  border-radius: 7px 0 12px 0;
  width: 105px;
  height: 28px; */
  display: flex;
  justify-content: center;
  /* border: 1px solid #fcfcfc; */
}

.comm-hub-events-list-wrapper .event-box .event-tagline > span {
  /* position: absolute;
 top: 253px;
right: 8px; */
  font-size: 14px;
  line-height: 21px;
  font-weight: 800;
  color: #03b000;
}

.comm-hub-events-list-wrapper .event-box .event-tagline .event-tagline-span {
  color: #03b000;
}

.comm-hub-events-list-wrapper .event-box .past-event-tagline {
  background-color: rgba(170, 170, 170, 1);
  position: absolute;
  bottom: -1px;
  right: -1px;
  border-radius: 7px 0 12px 0;
  width: 105px;
  height: 28px;
  display: flex;
  justify-content: center;
}

.comm-hub-events-list-wrapper
  .event-box
  .past-event-tagline
  span.past-tag-line {
  color: rgba(255, 255, 255, 1);
}

.comm-hub-events-list-wrapper
  .event-box
  .event-content-box
  .event-content-box-meta
  .event-tagline
  span {
  margin: 0;
  color: #0da00d;
  font-size: 14px;
  line-height: 21px;
  font-weight: 800;
  /* background-color: #EEEEEE; */
  display: flex;
  justify-content: center;
  align-items: center;
}

.comm-hub-events-list-wrapper .event-box .event-content-box {
  padding: 24px 0px;
}

/* Increase padding of the content box when event-box is hovered */
/* .comm-hub-events-list-wrapper .event-box:hover .event-content-box {
  padding: 24px 20px;
} */

.comm-hub-events-list-wrapper
  .event-box
  .event-content-box
  .event-content-box-meta {
  display: flex;
  justify-content: space-between;
  align-items: start;
}

.comm-hub-events-list-wrapper
  .event-box
  .event-content-box
  .event-content-box-meta
  > span {
  font-size: 14px;
  line-height: 21px;
  font-weight: 600;
  /* font-family: "Roboto", sans-serif; */
  padding: 4px 8px;
  color: #000000;
  border-radius: 10px;
}

.comm-hub-events-list-wrapper
  .event-box
  .event-content-box
  .event-content-box-meta
  > span {
  background-color: #eeeeee;
}

.comm-hub-events-list-wrapper
  .event-box
  .event-content-box
  .event-content-box-meta
  .event-timer-box {
  display: flex;
  align-items: center;
  justify-content: center;
}

.comm-hub-events-list-wrapper
  .event-box
  .event-content-box
  .event-content-box-meta
  .event-timer-box
  p {
  margin: 0;
  font-weight: 400;
}

.comm-hub-events-list-wrapper
  .event-box
  .event-content-box
  .event-content-box-meta
  .event-timer-box
  span {
  background-color: unset;
  padding: 0 4px;
  color: #9050e9;
  /* font-family: "Roboto", sans-serif; */
  font-weight: 400;
}

.comm-hub-events-list-wrapper
  .event-box
  .event-content-box
  .event-content-box-meta
  .event-timer-box
  img {
  width: 14px;
  height: 14px;
  display: inline-block;
  filter: grayscale(100%) brightness(0.3);
}

.comm-hub-events-list-wrapper .event-box .event-content-box span {
  font-size: 14px;
  line-height: 21px;
  font-weight: 600;
  padding: 4px 8px;
  /* background-color: #eeeeee; */
  color: #000;
}

.comm-hub-events-list-wrapper
  .event-box
  .event-content-box
  h4.event-short-title {
  display: none;
}

.comm-hub-events-list-wrapper .event-box .event-content-box h4 {
  font-size: 20px;
  line-height: 33px;
  font-weight: 700;
  color: #1e1e1e;
  margin-top: 15px;
}

.comm-hub-events-list-wrapper .event-box .event-content-box p {
  margin-top: 8px;
  /* font-family: "Roboto", sans-serif; */
}

.comm-hub-events-list-wrapper
  .event-box
  .event-content-box
  span.past-event-resume {
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  color: #000000;
  background-color: unset;
  padding: 0;
}

.comm-hub-events-list-wrapper
  .event-box
  .event-content-box
  span.past-event-resume
  img {
  filter: grayscale(100%) brightness(0.3);
}

.comm-hub-events-list-wrapper .event-box .event-content-box p:first-of-type {
  color: #1e1e1e;
}

.comm-hub-events-list-wrapper .event-box .view-event-tab {
  margin-top: 16px;
}

.comm-hub-events-list-wrapper .event-box .view-event-tab .view-event-tab-div {
  color: #9050e9;
}

.comm-hub-events-list-wrapper .event-box .view-event-tab span {
  color: #9050e9;
  font-size: 18px;
  /* line-height: 24px; */
  margin-left: 25px;
  background-color: unset;
  font-weight: 400;
  padding: 0;
}

.comm-hub-events-list-wrapper .event-box .view-event-tab span img {
  margin-left: 20px;
  margin-top: -3px;
}

.comm-hub-events-list-wrapper .view-all-event {
  text-align: center;
  margin-top: 30px;
}

.event-cards-pagination {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: 48px;
}

.event-cards-pagination .dots {
  display: flex;
  align-items: center;
  gap: 8px;
}

.event-cards-pagination .dot {
  width: 8px;
  height: 8px;
  background-color: rgb(204, 204, 204);
  border-radius: 50%;
  transition: background-color 0.3s ease;
}

.event-cards-pagination .dot.active {
  background-color: #9050e9;
  /* Active dot color */
}

.event-cards-pagination .nav-buttons {
  display: flex;
  align-items: center;
  gap: 10px;
}

.event-cards-pagination .nav-buttons button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border: 1px solid #ccc;
  border-radius: 50%;
  background: #fff;
  cursor: pointer;
  transition: all 0.3s ease;
}

.event-cards-pagination .nav-buttons button:hover {
  background-color: #f3f3f3;
}

.event-cards-pagination .nav-buttons button img {
  width: 16px;
  height: 16px;
}

.event-cards-pagination .events-arrows-wrapper {
  display: flex;
  gap: 8px;
  flex-direction: row;
  align-items: center;
}

.event-cards-pagination .events-arrows-wrapper a {
  width: 48px;
  height: 48px;
  border: 1px solid rgb(170, 170, 170);
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* ********************************************** */
/*  Community-hubs New Footer Styling*/
/* ********************************************** */

.content-box .Community-hubs-content-label {
  font-weight: 600;
  display: block;
  margin-top: 15px;
  color: #000000;
}

.Community-hubs-contact-no {
  text-decoration: underline;
}

.Community-hubs-email {
  text-decoration: underline;
}

.Community-hubs-social-icons {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
  margin-top: 20px;
}

.Community-hubs-social-icons h4 {
  font-size: 16px;
  font-weight: 400;
  color: #000000;
}

.community-hubs-item-wrapper {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;

  border-radius: 50%;
  transition: all 0.3s ease;
}

.community-hubs-item-wrapper:hover {
  background-color: #e0e0e0;
}

.community-hubs-item-wrapper img {
  width: 20px;
  height: 20px;
}

/* Default: show mobile icons, hide desktop icons */
.mobile-icon {
  display: inline-block;
}
.desktop-icon {
  display: none;
}

/* On desktop and up: show desktop icons, hide mobile icons */
@media (min-width: 768px) {
  .mobile-icon {
    display: none;
  }
  .desktop-icon {
    display: inline-block;
  }
}

/* ********************************************** */ /* ********************************************** */
/* ********************************************** */ /* ********************************************** */
/* Invidual Community Hubs deatils page Widgets stylings  */
/* ********************************************** */ /* ********************************************** */
/* ********************************************** */ /* ********************************************** */

.community-hub-back-section {
  margin: 30px 0 0 30px;
}
.community-hub-back-section .hub-back-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #9050e9;
  font-size: 16px;
  font-weight: 400;
  text-decoration: none;
}
.community-hub-back-section .hub-back-link:hover {
  text-decoration: underline;
}
.community-hub-back-section .hub-back-link-icon {
  width: 14px;
  height: 14px;
  transform: translateY(1px);
}

/* ********************************************** */
/* Community Hubs Home Hero Widget*/
/* ********************************************** */

/* Section styling */
.community-hubs-home-hero-sec {
  padding: 60px 0;
}

/* === Sticky Description Wrapper (Left Column) === */
.community-hubs-home-hero-sec .community-hubs-home-hero-sec-desc-wrapper {
  position: sticky;
  top: 20px;
  z-index: 10;
}

/* Headings Wrapper*/
.community-hubs-home-hero-sec .community-hubs-home-hero-sec-desc {
  /* max-width: 445px;
  */
}

/* Headings */
.community-hubs-home-hero-sec .community-hubs-home-hero-sec-desc h3 {
  font-size: 64px;
  font-weight: 700;
  /* margin-bottom: 10px; */
  background: #f866a3;
  background: linear-gradient(to right, #f866a3 0%, #9050e9 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

/* Additional Heading Styles */
.community-hubs-home-hero-sec .community-hubs-home-hero-sec-desc__heading {
}

/* .community-hubs-home-hero-sec .community-hubs-home-hero-sec-desc__heading-2 {
  margin-bottom: 15px;
} */

.community-hubs-home-hero-sec .community-hubs-home-hero-sec-desc h4 {
  font-size: 24px;
  font-weight: 600;
  color: #444;
  margin-bottom: 15px;
}

.community-hubs-home-hero-sec .community-hubs-home-hero-sec-desc__paragraph {
  font-size: 16px;
  line-height: 1.6;
}

/* FAQ List */
.community-hubs-home-hero-sec .faq-list-wrapper {
  padding: 0px 0px; /* updated from 0px 20px to 20px */
  /* background-color: #f9f9f9; */
  border-radius: 10px;
}

@media (max-width: 992px) {
  .community-hubs-home-hero-sec .faq-list-wrapper {
    /* margin-top: 20px; */
  }


 .community-hubs-home-hero-sec .community-hubs-home-hero-sec-desc-wrapper {
    position: static; /* remove sticky */
    top: auto;
  }

}

.community-hubs-home-hero-sec .faq-list-wrapper .faq-list {
  display: flex;
  flex-direction: column;
  gap: 15px; /* updated from 15px to 20px */
}

/* FAQ Item */
.community-hubs-home-hero-sec .faq-list-wrapper .faq-item {
  padding: 0px 0px; /* updated from 0px 20px */
  border-radius: 6px;
  transition: all 0.3s ease;
  /* cursor: pointer; */
  /* background-color: #fff; */
  /* border: 1px solid #ddd; */
}

/* FAQ Question */
.community-hubs-home-hero-sec .faq-list-wrapper .faq-question,
.community-hubs-home-hero-sec .faq-list-wrapper .faq-item .faq-question {
  margin: 0;
  font-size: 18px;
  font-weight: 700;
  color: #222222;
}

/* FAQ Answer */
.community-hubs-home-hero-sec .faq-list-wrapper .faq-answer,
.community-hubs-home-hero-sec .faq-list-wrapper .faq-item .faq-answer {
  margin-top: 10px;
  font-size: 16px;
  color: #222222;
  font-weight: 400;
  line-height: 1.6;
}

/* Hidden FAQ Items */
.community-hubs-home-hero-sec .faq-list-wrapper .faq-item.hidden-faq {
  display: none;
}

/* Load More Button */
.community-hubs-home-hero-sec .faq-load-more-wrapper {
  /* margin-top: 20px; */
}

/* 🔹 Center all content in hero section on mobile */
@media (max-width: 576px) {
  .community-hubs-home-hero-sec {
    text-align: center;
  }

  /* .community-hubs-home-hero-sec-desc__heading {
    margin-bottom: 1rem;
  } */

  .community-hubs-home-hero-sec .community-hubs-home-hero-sec-desc h3 {
    font-size: 32px;
  }

  .community-hubs-home-hero-sec .faq-list-wrapper .faq-answer,
  .community-hubs-home-hero-sec .faq-list-wrapper .faq-item .faq-answer {
    font-size: 16px;
  }

  .community-hubs-home-hero-sec .community-hubs-home-hero-sec-desc {
    max-width: 100%;
  }
}

/* .community-hubs-home-hero-sec .faq-load-more-wrapper .load-more-faqs {
  padding: 12px 68px;
  color: #0da00d;
  border: 1px solid #0da00d;
  background-color: unset;
  border-radius: 4px;
  font-weight: 500;
  font-size: 16px;
  cursor: pointer;
} */

.community-hubs-home-hero-sec .faq-load-more-wrapper .learn-more-btn {
  padding: 12px 68px;
  /* background-color: #222; */
  /* color: #0da00d; */
  border: unset;
  background-color: unset;
  border-radius: 4px;
  font-weight: 500;
  font-size: 16px;
  cursor: pointer;
}

.community-hubs-home-hero-sec .faq-load-more-wrapper .load-more-faqs:hover {
  /* background-color: #444; */
}

/*community-hubs-home-hero AiCommunity Hub 
  swiper carousel code */

.community-hubs-home-hero-slider-sec {
  margin-top: 60px; /* Adjust as needed */
}
/* Ensure card acts as relative container */
.community-hubs-home-slide-card {
  position: relative;
  max-width: 495px;
  height: 100%;
  overflow: hidden;
  border-radius: 12px;
  height: 420px; /* or any fixed height */
}

/* Image fills the card */
.community-hubs-home-slide-card img {
  width: 100%;
  height: 100% !important;
  object-fit: cover;
  display: block;
}

.community-hubs-home-slide-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    180deg,
    rgba(193, 18, 149, 1) 1%,
    rgba(248, 103, 165, 1) 54%
  );
  opacity: 0.7; /* optional for visibility control */
  z-index: 1;
}

.community-hubs-home-slide-card .video-player-container {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999999999;
}

/* Content over the image */
.community-hubs-home-slide-content {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  padding: 20px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end; /* align to bottom */
  /* background: rgba(0, 0, 0, 0.4); */
  color: #fff;
  text-align: left;
}

.community-hubs-home-slide-content-heading {
  font-size: 40px;
  font-weight: 700;
  margin-bottom: 15px;
  color: #ffffff;
}

.comm-video-icon {
  /* position: absolute;
  top: 50%;
  right: 50%; */
  margin-bottom: 12px;
  z-index: 3;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.comm-video-icon img {
  width: 50px;
  height: 50px;
}

/* Text and button styling */
.community-hubs-home-slide-content h2 {
}

.community-hubs-home-slide-content p {
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 15px;
  color: #ffffff;
}

.community-hubs-home-slide-content .btn-theme-primary {
  background-color: #0da00d;
  border: 1px solid #0da00d;
  color: #ffffff;
  padding: 12px 24px;
  border-radius: 12px;
  text-decoration: none;
  font-weight: 600;
  max-width: fit-content; /* optional for safety */
  display: inline-block;
  transition: background 0.3s ease;
}

/* .community-hubs-home-slide-content .btn-theme-primary:hover {
  background: #ddd;
} */

.community-hubs-home-swiper-nav {
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
  gap: 10px;
  pointer-events: none;
}

/* .community-hubs-home-swiper-nav {
  position: absolute;
  top: 50%;
  left: -40px; 
  width: calc(100% + 80px); 
  transform: translateY(-50%);
  z-index: 10;
  display: flex;
  justify-content: space-between;
  pointer-events: none; 
} */

.community-hubs-home-swiper-nav button {
  background: none;
  border: none;
  cursor: pointer;
  padding: 10px;
  pointer-events: all; /* re-enable click on buttons */
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.3s ease;
}

/* .community-hubs-home-swiper-nav button:hover {
  transform: scale(1.1);
} */

/* .community-hubs-home-swiper-nav button img {
  width: 24px;
  height: auto;
} */

/* .community-hubs-home-hero-slider-sec .swiper {
  position: relative;
  padding-bottom: 40px; 
}

.community-hubs-home-hero-slider-sec .swiper-pagination {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
   margin: -3px 0;
  text-align: center;
  z-index: 5;
} */

.community-hubs-home-hero-slider-sec .swiper-pagination-bullet {
  background-color: #ccc;
  opacity: 1;
  margin: 0 6px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  transition: background-color 0.3s ease;
}

.community-hubs-home-hero-slider-sec .swiper-pagination-bullet-active {
  background-color: #0da00d;
}

/* ********************************************** */
/* community-hubs-home-Hero New styling*/


/* Headings Wrapper*/
.community-hubs-home-hero-sec .community-hubs-home-hero-sec-desc-new {
  display: flex;
    align-items: center; /* vertically center the logo with headings */
    gap: 14px;
}


@media (max-width: 991px) {
    .community-hubs-home-hero-sec .community-hubs-home-hero-sec-desc-new {
        margin-bottom: 12px;
    }
}

.community-hubs-home-hero-logo{
  width: 140px;
  height: 140px;
 
}

.community-hubs-home-hero-logo img {
    height: 100%;
    display: block;
    max-height: 100%; /* allow dynamic resizing if needed */
}

.community-hubs-home-hero-sec-desc-headings-new{
  display: flex;
  flex-direction: column;
}

/* Headings */
.community-hubs-home-hero-sec .community-hubs-home-hero-sec-desc-new h3 {
  font-size: 64px;
  font-weight: 700;
  /* margin-bottom: 10px; */
  background: #f866a3;
  background: linear-gradient(to right, #f866a3 0%, #9050e9 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}



.community-hubs-home-slide-card-new {
  border-radius: 12px;
  overflow: hidden;
  /* background: #07b696; */
    position: relative;
  max-width: 495px;
  height: 100%;
  overflow: hidden;
  border-radius: 12px;
  height: 420px; /* or any fixed height */
}

.community-hubs-home-slide-inner-new {
  display: flex;
  /* align-items: stretch; */
  flex-direction: row;
  height: 100%; /* 👈 ensure the parent itself fills its container */
}

.community-hubs-home-slide-image-new {
  flex: 0 0 40%; /* fixed at 30% width */
  height: 100%;
}

.community-hubs-home-slide-image-new img {
  width: 100%;
  height: 100% !important;
  object-fit: cover; /* 👈 fills the box and crops if needed */
}

.community-hubs-home-slide-content-new {
  flex: 0 0 60%; /* fixed at 70% width */
  padding: 20px;
  background-color: #F4E3B0; /* soft yellow tone */
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%; /* ensure full height fill */
}

.community-hubs-home-slide-content-heading-new {
  font-size: 1.6rem;
  margin-bottom: 15px;
  color: #3a2c1b;
  font-weight: 700;
}

.community-hubs-home-slide-desc-new {
  margin-bottom: 20px;
  color: #444;
  line-height: 1.6;
}

.btn-theme-primary-new {
 
    display: inline-flex;  
    background-color: #E8A593; /* new background color */
    max-width: max-content;        /* shrink to text + padding */
    color: #FFFFFF; /* text color */
    padding: 12px 24px; /* padding */
    border: none; /* remove default border */
    border-radius: 12px; /* optional: rounded corners */
    cursor: pointer; /* pointer on hover */
    font-size: 16px; /* adjust as needed */
    font-weight: 700;
}

/* .btn-theme-primary-new:hover {
  opacity: 0.9;
} */

.comm-video-icon-new {
  margin-top: 10px;
}

.play-video-btn-new {
    background-color: #E8A593; /* new background color */
    color: #FFFFFF; /* text color */
    padding: 12px 24px; /* padding */
    border: none; /* remove default border */
    border-radius: 12px; /* optional: rounded corners */
    cursor: pointer; /* pointer on hover */
    font-size: 16px; /* adjust as needed */
    font-weight: 700;
}

/* .play-video-btn-new:hover {
    opacity: 0.9;
} */

/* 🔹 Center all content in hero section on mobile */
@media (max-width: 576px) {

  /* .community-hubs-home-hero-sec-desc__heading {
    margin-bottom: 1rem;
  } */

  .community-hubs-home-hero-sec .community-hubs-home-hero-sec-desc-new {
  justify-content: center;
}


  .community-hubs-home-hero-sec .community-hubs-home-hero-sec-desc-new h3 {
    font-size: 28px;
  }

  .community-hubs-home-hero-sec .community-hubs-home-hero-sec-desc-new {
    max-width: 100%;
    flex-direction: column;
    align-items: center;
  }

  .community-hubs-home-hero-logo{
        width: unset;
    /* margin-bottom: 20px; */
  }
}


/* ********************************************** */
/* community-hubs-home-About-Widget.php Widget*/
/* ********************************************** */

/* .community-hubs-home-section {
    padding: 3rem 0;
}

.community-hubs-home-section__subheading {
    font-size: 0.875rem;
    color: #0DA00D;
    margin-bottom: 0.5rem;
     font-weight: 600;
}

.community-hubs-home-section__heading {
    font-size: 2rem;
    font-weight: 700;
    color: #000000;
}

.community-hubs-home-section__description {
    margin-bottom: 1.5rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.6;
    color: #000000;
}

.community-hubs-home-section__images,
.community-hubs-home-section__images-single {
    margin-bottom: 1.5rem;
}

.community-hubs-home-section__image {
    border-radius: 0.5rem;
    object-fit: cover;
    width: 100%;
    height: auto;
}

.community-hubs-home-section__buttons {
    margin-bottom: 2rem;
     margin-top: 3rem;
}

.community-hubs-home-section__button {
    padding: 12px 24px;
    font-size: 0.95rem;
    font-weight: 400;
    border-radius: 6px;

}
.community-hubs-btn-prim{
color: #ffffff;
    background: #0DA00D;
}
.community-hubs-btn-second{
color: #000000ff;
}

.community-hubs-home-section__features {
    display: flex;
    flex-wrap: wrap;
    gap: 1.5rem;
}

.community-hubs-home-section__feature {
    width: 470px;
    padding: 1rem 0;
}

.community-hubs-home-section__features .community-hubs-home-section__feature .feature-box__content .feature-box__title {
    font-size: 1.125rem;
    font-weight: 700;
    margin-bottom: 0.25rem;
     color: #000000;
}

.feature-box__desc {
    font-size: 0.95rem;
     font-weight: 400;
    color: #000000;
    margin-bottom: 0;
}


@media (max-width: 767.98px) {
    .community-hubs-home-section__image-wrapper {
        margin-bottom: 1rem;
    }

    .community-hubs-home-section__feature {
        width: 100%;
    }
} */

.community-hubs-home-section {
  padding: 0 0 0 0;
}

.community-hubs-home-top-content {
  padding-top: 70px;
}

.community-hubs-home-top-content .community-hubs-home-widget-heading {
  font-size: 2.5rem;
  font-weight: 700;
  color: #000000;
  text-align: center;
}
.community-hubs-home-top-content .community-hubs-home-widget-paragraph {
  font-size: 1rem;
  font-weight: 600;
  color: #000000;
  margin-bottom: 1.5rem;
  text-align: center;
}

.community-hubs-home-section__container {
  /* optional container styles */
  border-top: 1px solid #c8c8c8;
  margin-top: 47px;
  padding: 3rem 1rem;
}

/* Remove border and margin from the first container */
section.community-hubs-home-section:first-of-type
  .community-hubs-home-section__container {
  border-top: none;
  margin-top: 0;
}

.community-hubs-home-section__row {
  /* optional row styles */
}

.community-hubs-home-section__left {
  /* optional left column styles */
}

.community-hubs-home-section__right {
  /* optional right column styles */
}

.community-hubs-home-section__subheading {
  font-size: 0.875rem;
  color: #0da00d;
  margin-bottom: 0.5rem;
  font-weight: 600;
}

.community-hubs-home-section__heading {
  font-size: 2rem;
  font-weight: 700;
  color: #000000;
}

.community-hubs-home-section__description {
  margin-bottom: 1.5rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.6;
  color: #000000;
}

.community-hubs-home-section__images {
  margin-bottom: 1.5rem;
}

.community-hubs-home-section__images-single {
  margin-bottom: 1.5rem;
}

.community-hubs-home-section__image-wrapper {
  margin-bottom: 1rem;
}

.community-hubs-home-section__image-wrapper
  .community-hubs-home-section__image {
  border-radius: 0.5rem;
  width: 100%;
  height: 300px; /* or any fixed value */
  object-fit: cover;
}

.community-hubs-home-section__images-single
  .community-hubs-home-section__image {
  height: 542px;
  object-fit: cover;
}

.community-hubs-home-section__buttons {
  margin-top: 3rem;
  margin-bottom: 2rem;
}

.community-hubs-home-section__buttons .community-hubs-home-section__button {
  padding: 12px 24px;
  font-size: 0.95rem;
  font-weight: 400;
  border-radius: 6px;
  display: inline-block;
  text-decoration: none;
  transition: background 0.3s ease;
}

.community-hubs-home-section__buttons .community-hubs-btn-prim {
  color: #ffffff;
  background: #0da00d;
}

.community-hubs-home-section__buttons .community-hubs-btn-second {
  color: #000000ff;
  background: transparent;
  /* border: 1px solid #00000022; */
}

.community-hubs-btn-second::after {
  content: " >";
  font-weight: 600;
  margin-left: 6px;
  transition: margin-left 0.2s ease;
  /* color: var(--primary-text-brand-color); */
}

.community-hubs-btn-second:hover::after {
  margin-left: 10px; /* small animation when hovering */
}

.community-hubs-home-section__features {
  display: flex;
  flex-wrap: wrap;
  gap: 1.5rem;
}

.community-hubs-home-section__features .community-hubs-home-section__feature {
  width: 400px;
  padding: 1rem 0;
}

.community-hubs-home-section__features
  .community-hubs-home-section__feature
  .feature-box {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 1rem;
}

.community-hubs-home-section__features
  .community-hubs-home-section__feature
  .feature-box__icon
  img {
  width: 40px;
  height: auto;
}

.community-hubs-home-section__features
  .community-hubs-home-section__feature
  .feature-box__content {
  display: flex;
  flex-direction: column;
}

.community-hubs-home-section__features
  .community-hubs-home-section__feature
  .feature-box__content
  .feature-box__title {
  font-size: 1.125rem;
  font-weight: 700;
  margin-bottom: 0.25rem;
  color: #000000;
}

.community-hubs-home-section__features
  .community-hubs-home-section__feature
  .feature-box__content
  .feature-box__desc {
  font-size: 0.95rem;
  font-weight: 400;
  color: #000000;
  margin-bottom: 0;
}

@media (max-width: 767.98px) {
  .community-hubs-home-section__features .community-hubs-home-section__feature {
    width: 100%;
  }
}

/* collapsable button Hide by default */
.community-hubs-home-mobile-only-btn {
  display: none;
}

@media (max-width: 575.98px) {
  .community-hubs-home-section__container {
    /* optional container styles */
    /* border-top: 1px solid #000000; */
    margin-top: 0px;
    padding: 2rem 1rem;
  }

  .community-hubs-home-section__buttons {
    display: flex;
    flex-direction: column;
    gap: 14px;
    width: max-content; /* or fit-content */
  }

  .community-hubs-home-collapsible-content {
    display: none;
    /* padding-top: 1rem; */
  }

  .community-hubs-home-collapsible-content.active {
    display: block;
  }

  .community-hubs-home-toggle-btn {
    /* border-top: 1px solid #000000; */
    justify-content: space-between;
    width: 100%;
    padding: 24px 32px;
    font-weight: bold;
    background-color: unset;
    border: none;
    cursor: pointer;
    border-radius: 4px;
  }

  .community-hubs-home-toggle-btn span {
    /* display: inline-block; */
    transition: transform 0.2s ease;
  }

  .community-hubs-home-mobile-only-btn {
    border-top: 1px solid #c8c8c8;
    display: flex;
    /* margin-top: 25px; */
    /* margin-bottom: 25px; */
  }

  .community-hubs-home-toggle-btn:first-of-type {
    margin-top: 25px;
    border-top: none;
  }

  .community-hubs-home-toggle-btn:last-of-type {
    margin-bottom: 11px;
  }

  .community-hubs-home-section__row {
    padding: 0 13px;
  }

  section.community-hubs-home-section:first-of-type
    .community-hubs-home-section__container {
    border-top: 1px solid #c8c8c8;
  }
}

@media (min-width: 768px) {
  .community-hubs-home-section__left {
    position: sticky;
    top: 100px;
    align-self: start;
  }
}

/* ********************************************** */
/* Africa-Women-Members-Widget.php Widget*/
/* ********************************************** */

/* SECTION WRAPPER */
.community-hubs-home-members-section {
  text-align: center;
  padding: 80px 20px;
  background: #f9f9f9;
}

/* TOP SMALL TEXT */
.community-hubs-home-members-top-text {
  font-size: 14px;
  font-weight: 500;
  /* color: var(--primary-text-brand-color, #c11295); */
  margin-bottom: 10px;
}

/* MAIN HEADING */
.community-hubs-home-members-heading {
  font-size: 32px;
  font-weight: 700;
  color: #000;
  margin-bottom: 50px;
}

/* SUBHEADING */
.community-hubs-home-members-subheading {
  font-size: 16px;
  color: #555;
  margin-bottom: 50px;
}

/* GRID */
.community-hubs-home-members-grid {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 40px;
}

/* CARD */
.community-hubs-home-member-card {
  max-width: 250px;
  text-align: center;
}

/* IMAGE WRAPPER */
.community-hubs-home-member-image-wrapper {
  width: 200px;
  height: 200px;
  margin: 0 auto 20px;
  border-radius: 50%;
  overflow: hidden;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
  background: #fff;
}

/* IMAGE */
.community-hubs-home-member-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* NAME */
.community-hubs-home-member-name {
  font-size: 18px;
  font-weight: 600;
  color: #000;
  margin-bottom: 5px;
}

/* ROLE */
.community-hubs-home-member-role {
  font-size: 14px;
  color: #555;
}

/* ********************************************** */
/*  Community Hubs Join-Section.php Widget*/
/* ********************************************** */

.community-hubs-home_join_section {
  position: relative;
  background-size: cover;
  background-position: center;
  padding: 80px 0;
  /* height: 498px; */
  overflow: hidden;
}

@media (max-width: 575.98px) {
  .community-hubs-home_join_section {
    height: unset;
  }
}

.community-hubs-home_join_section__overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
  /* background: #6a50e9;
  background: linear-gradient(
    56deg,
    rgba(106, 80, 233, 1) 53%,
    rgba(248, 102, 163, 1) 85%
  );
   */

  /* pick the desktop angle by default using the desktop var */
  /* --angle: var(--desktop-angle, 56deg); */

  background: linear-gradient(
    var(--desktop-angle),
    var(--color1) var(--stop1),
    var(--color2) var(--stop2)
  );

  opacity: var(--overlay-opacity, 0.8); /* fallback 0.8 */
}

.community-hubs-home_join_section .community-hubs-home_join_section__container {
  position: relative;
  z-index: 99999;
}

.community-hubs-home_join_section .community-hubs-home_join_section__row {
}

.community-hubs-home_join_section .community-hubs-home_join_section__content {
}

@media (max-width: 339.98px) {
  .community-hubs-home_join_section .community-hubs-home_join_section__content {
    padding: 0px 30px;
  }
}

@media (min-width: 340px) and (max-width: 575.98px) {
  .community-hubs-home_join_section .community-hubs-home_join_section__content {
    padding: 0px 40px;
  }
}

/* Base (≥768px) */
.community-hubs-home_join_section .community-hubs-home_join_section__heading {
  font-size: 3rem; /* 48px */
  font-weight: 700;
  color: #ffffff;
}

.community-hubs-home_join_section
  .community-hubs-home_join_section__subheading {
  font-size: 3rem; /* 48px */
  font-weight: 700;
  color: #ffffff;
}

.community-hubs-home_join_section
  .community-hubs-home_join_section__description {
  z-index: 9;
  font-size: 1.125rem; /* 18px */
  font-weight: 400;
  color: #ffffff;
  margin: 20px 0;
}

/* Below 768px */
@media (max-width: 767.98px) {
  .community-hubs-home_join_section .community-hubs-home_join_section__heading {
    font-size: 1.75rem; /* 28px */
  }

  .community-hubs-home_join_section
    .community-hubs-home_join_section__subheading {
    font-size: 1.75rem; /* 28px */
  }

  .community-hubs-home_join_section
    .community-hubs-home_join_section__description {
    font-size: 1rem; /* 16px */
  }
}

.community-hubs-home_join_section .community-hubs-home_join_section__join_now {
  font-size: 18px;
  font-weight: 700;
  color: #ffffff;
}

/* 🔹 Make join section buttons full width on mobile */
@media (max-width: 480px) {
  .community-hubs-home_join_section .community-hubs-home_join_section__heading {
    font-size: 28px;
  }

  .community-hubs-home_join_section
    .community-hubs-home_join_section__subheading {
    font-size: 28px;
  }

  .community-hubs-home_join_section
    .community-hubs-home_join_section__description {
    font-size: 16px;
  }

  .community-hubs-home_join_section .community-hubs-home_join_section__button {
    width: 100%;
    text-align: center;
  }

  .community-hubs-home_join_section
    .community-hubs-home_join_section__join_now {
    font-size: 16px;
  }

  .community-hubs-home_join_section__overlay {
    background: linear-gradient(
      var(--mobile-angle),
      var(--color1) var(--mobile-stop1),
      var(--color2) var(--mobile-stop2)
    );
  }
}

.community-hubs-home_join_section .community-hubs-home_join_section__button {
  z-index: 9;
  padding: 10px 24px;
  font-size: 1rem;
  border-radius: 12px;
  color: #ffffff;
  background-color: #0da00d;
}
.community-hubs-home_join_section__image-wrapper {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 9;
}

.community-hubs-home_join_section .community-hubs-home_join_section__image {
  max-width: 100%;
  height: auto;
}

@media (min-width: 992px) {
  .community-hubs-home_join_section__image-wrapper {
    position: absolute;
    bottom: -211px;
    right: 0;
    width: 552px;
    height: auto;
  }

  .community-hubs-home_join_section .community-hubs-home_join_section__image {
    max-width: 100%;
    height: auto;
  }
}

/* ********************************************** */
/*  community-hubs-home-Publications-Widget.php Widget*/
/* ********************************************** */

/* Root section */
#community-hubs-home-publications-section {
  /* background-color: #f9f9f9; */
  padding: 0px 0;
  position: relative;
}

/* Subheading */
.community-hubs-home-publications-section .section-subtitle {
  font-size: 16px;
  font-weight: 600;
  color: #000000;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 10px;
}

/* Main heading */
.community-hubs-home-publications-section .section-title {
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 15px;
  color: #000000;
}

/* Paragraph */
.community-hubs-home-publications-section .section-description {
  font-size: 18px;
  font-weight: 400;
  color: #000000;
  margin-bottom: 30px;
}

/* Tabs */
.community-hubs-home-publications-section .tab {
  padding-top: 20px;
  /* text-align: center; */
}

/* .tab {
  padding-top: 20px;
  margin-bottom: 20px;
  position: relative;
  color: #888;
  -webkit-font-smoothing: antialiased;
}

.tabs {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin: 0;
  width: 100%;
}

.tabs li {
  overflow: hidden;
  padding: 0;
  position: relative;
}

.tabs a {
  color: #1e1e1e;
  font-weight: 400;
  font-size: 16px;
  display: block;
  padding: 8px 16px;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
}

.tabs_item {
  display: none;
  padding: 30px 0;
}

.tabs_item:first-child {
  display: block;
}

.tabs_item h4 {
  font-weight: bold;
  color: #1e1e1e;
  font-size: 20px;
}

.tabs_item img {
  width: 200px;
  float: left;
  margin-right: 30px;
} */

.community-hubs-home-publications-section .tab ul.tabs {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
  list-style: none;
  padding: 0;
  margin-bottom: 60px;
  /* border-bottom: 2px solid #e0e0e0; */
  width: 100%;
}

.community-hubs-home-publications-section .tab ul.tabs li {
  margin: 0 10px;
}

.community-hubs-home-publications-section .tab ul.tabs li a {
  display: inline-block;
  padding: 10px 20px;
  font-size: 16px;
  text-transform: capitalize;
  color: #333;
  border-bottom: 2px solid transparent;
  transition: all 0.3s ease;
}

.community-hubs-home-publications-section .tab ul.tabs li.current a {
  color: #0da00d;
  border-color: #0da00d;
}

.community-hubs-home-publications-section .tab ul.tabs li a:hover {
  color: #0da00d;
  border-color: #16e216ff;
}

/* Example publication card placeholder */
/* .community-hubs-home-publications-section .publication-card {
    background-color: #fff;
    border: 1px solid #eee;
    padding: 20px;
    border-radius: 10px;
    flex: 1 1 calc(33.333% - 30px);
    transition: box-shadow 0.3s ease;
}

.community-hubs-home-publications-section .publication-card:hover {
    box-shadow: 0 5px 20px rgba(0,0,0,0.1);
} */

/* Button */
.community-hubs-home-publications-section .view-all-btn-publications {
}

/* Button */
.community-hubs-home-publications-section .view-all-btn-publications .btn {
  /* background-color: #007c6b; */
  display: none;
  color: #0da00d;
  border: 1px solid #0da00d;
  padding: 12px 30px;
  font-size: 16px;
  border-radius: 5px;
  transition: background-color 0.3s ease;
}

.community-hubs-home-publications-section
  .view-all-btn-publications
  .btn:hover {
  /* background-color: #005d50; */
  border: 1px solid #0da00d;
  color: #0da00d;
}
.community-hubs-home-publications-section .no-posts {
  padding: 15px 30px;
  font-size: 20px;
  /* color: #0da00d; */
}

/* *****************/
/* community-hubs-home-Publications-ajax.php Styling
/* community-hubs-home-publication-item in ajax*/
/* *****************/

.community-hubs-home-publication-item.hidden-publication {
  display: none;
}

.community-hubs-home-publication-item {
  justify-content: center;
}
.community-hubs-home-blog-card {
  border-radius: 12px;
  overflow: hidden;
  background-color: #fff;
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.08);
  transition: transform 0.3s ease;
  max-width: 406px;
  margin-left: auto;
  margin-right: auto;
}

/* @media (max-width: 768px) {
 .community-hubs-home-blog-card {
  max-width: 100%;
}
} */

.community-hubs-home-blog-card:hover {
  transform: translateY(-5px);
}

.community-hubs-home-blog-card-img-wrapper {
  position: relative;
  width: 100%;
  /* height: 250px;  */
  overflow: hidden;
}

.community-hubs-home-blog-card .community-hubs-home-blog-card-img {
  /* width: 100%; */
  height: 233px;
  background-size: cover;
  background-position: center;
}

.publications-card-vector {
  position: absolute;
  bottom: -86px;
  right: -180px;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  pointer-events: none;
  z-index: 1;
}

@media (min-width: 340px) {
  .publications-card-vector {
    bottom: -86px;
    right: -225px;
  }
}

@media (min-width: 420px) {
  .publications-card-vector {
    bottom: -86px;
    right: -276px;
  }
}

@media (min-width: 576px) {
  .publications-card-vector {
    bottom: -86px;
    right: -276px;
  }
}

@media (min-width: 768px) {
  .publications-card-vector {
    bottom: -82px;
    right: -210px;
  }
}

@media (min-width: 992px) {
  .publications-card-vector {
    bottom: -84px;
    right: -175px;
  }
}

@media (min-width: 1200px) {
  .publications-card-vector {
    bottom: -92px;
    right: -228px;
  }
}
@media (min-width: 1400px) {
  .publications-card-vector {
    bottom: -92px;
    right: -274px;
  }
}

.community-hubs-home-blog-card .community-hubs-home-blog-card-content {
  display: flex;
  flex-direction: column;
  height: 230px;
  padding: 1rem;
}

.community-hubs-home-blog-card .community-hubs-home-blog-card-meta {
  font-size: 0.85rem;
  color: #666;
  margin-bottom: 0.5rem;
}

.community-hubs-home-blog-card
  .community-hubs-home-blog-card-meta
  .community-hubs-home-badge {
  color: #1e1e1e;
  background-color: #e3e3e3;
  font-weight: 600;
  font-size: 14px;
  padding: 4px 8px;
}

.community-hubs-home-blog-card .community-hubs-home-read-time {
  font-weight: 600;
  font-size: 14px;
  color: #1e1e1e;
}

.community-hubs-home-blog-card .community-hubs-home-blog-title {
  font-size: 24px;
  font-weight: 700;
  margin: 0.5rem 0;
  color: #1e1e1e;
}

.community-hubs-home-blog-card .community-hubs-home-blog-excerpt {
  font-size: 16px;
  font-weight: 400;
  color: #1e1e1e;
}

.community-hubs-home-blog-card .community-hubs-home-read-more-link {
  margin-top: auto;
  font-weight: bold;
  color: #0da00d;
  text-decoration: none;
}

/* ********************************************** */
/*  community-hubs-home-Newsletter.php Widget*/
/* ********************************************** */

.community-hubs-home-newsletter-widget-section {
  padding: 110px 0;
  background-color: #ffffff;
}

/* .community-hubs-home-newsletter-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  align-items: center;
  justify-content: center;
} */

.community-hubs-home-newsletter-left,
.community-hubs-home-newsletter-right {
}

.community-hubs-home-newsletter-heading {
  font-size: 48px;
  font-weight: 700;
  color: #000000;
  margin-bottom: 10px;
}

.community-hubs-home-newsletter-description {
  font-size: 18px;
  margin-bottom: 20px;
}

@media (max-width: 767.98px) {
  .community-hubs-home-newsletter-heading {
    font-size: 28px;
  }

  .community-hubs-home-newsletter-description {
    font-size: 16px;
  }
}

.community-hubs-home-newsletter-form {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.community-hubs-home-newsletter-row {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.community-hubs-home-newsletter-widget-section
  #mc-embedded-subscribe-form
  #mc-embedded-subscribe {
  margin: 0;
  width: auto;
  display: inline-block; /* Or your desired layout */
  clear: none;
}

@media (max-width: 992px) {
  .community-hubs-home-newsletter-form {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-bottom: 15px;
  }

  .community-hubs-home-newsletter-row {
    display: flex;
    flex-direction: column;
    gap: 10px;
  }
}

.community-hubs-home-newsletter-input {
  flex-grow: 1; /* Input expands to fill available space */
  padding: 10px;
  font-size: 16px;
  border: 2px solid #0da00d;
  border-radius: 4px;
}

.community-hubs-home-newsletter-button {
  background-color: #0da00d;
  color: #ffffff;
  padding: 12px 24px;
  border: none;
  border-radius: 4px;
  font-weight: 600;
  cursor: pointer;
}

.community-hubs-home-newsletter-button:hover {
  background-color: #0da00d;
}

.community-hubs-home-newsletter-terms {
  font-size: 13px;
  font-weight: 400;
  color: #000000;
}

.community-hubs-home-newsletter-terms a {
  color: #0da00d;
  text-decoration: underline;
}

.community-hubs-home-newsletter-image {
  max-width: 100%;
  border-radius: 8px;
}

/* @media (max-width: 768px) {
  .community-hubs-home-newsletter-wrapper {
    flex-direction: column;
  }
} */

/* ********************************************** */
/*  community-hubs-home_Df-Community_section Widget*/
/* ********************************************** */

.community-hubs-home_community_hub_section {
  padding: 100px 0px;
}

@media (max-width: 767px) {
  .community-hubs-home_community_hub_section {
    padding: 20px 0px;
  }
}

.community-hubs-home_community_hub_section
  .community-hubs-home_community_hub_section__images_wrapper {
  padding: 10px 40px;
}

.community-hubs-home_community_hub_section
  .community-hubs-home_community_hub_section__images_wrapper
  .community-hubs-home_community_hub_section__main_image {
  border-radius: 12px;
  max-width: 100%;
  height: auto;
}

@media (max-width: 992px) {
  .community-hubs-home_community_hub_section
    .community-hubs-home_community_hub_section__images_wrapper
    .community-hubs-home_community_hub_section__main_image {
    border-radius: 40px;
    max-width: 100%;
    height: auto;
  }
}

@media (max-width: 450px) {
  .community-hubs-home_community_hub_section__logo {
    max-width: 240px !important;
  }
}

.community-hubs-home_community_hub_section__logo {
  position: absolute;
  top: 50%;
  left: 50%;
  max-width: 100px;
  transform: translate(-50%, -50%);
  z-index: 2;
}

.community-hubs-home_community_hub_section__content {
  padding: 10px 50px;
}

@media (max-width: 992px) {
  .community-hubs-home_community_hub_section__content {
    padding: 20px 60px;
  }
}

.community-hubs-home_community_hub_section__item {
  display: flex;
  align-items: flex-start;
  padding: 10px 0px;
}

.community-hubs-home_community_hub_section__icon {
  font-size: 24px;
  color: #9050e9;
  flex-shrink: 0;
}

.community-hubs-home_community_hub_section__text {
  flex-grow: 1;
}

.community-hubs-home_community_hub_section__title {
  font-weight: 700;
  font-size: 1.2rem;
  color: #000000;
  margin-bottom: 4px;
}

.community-hubs-home_community_hub_section__desc {
  margin-bottom: 10px;
  font-weight: 400;
  font-size: 0.95rem;
  color: #000000;
}

.community-hubs-home_community_hub_section__btn {
  background-color: #9050e9;
  color: #fff;
  padding: 8px 16px;
  border-radius: 8px;
  font-size: 0.9rem;
  text-decoration: none;
  display: inline-block;
  transition: all 0.3s ease; /* Smooth effect */
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1); /* Initial subtle shadow */
}

.community-hubs-home_community_hub_section__btn:hover {
  background-color: #9050e9;
  color: #fff;
  transform: translateY(-4px) scale(1.05); /* Lift and enlarge */
}

@media (max-width: 767px) {
  .community-hubs-home_community_hub_section__content {
    padding: 25px 0px;
  }

  .community-hubs-home_community_hub_section__item {
    /* flex-direction: column; */
    align-items: flex-start;
    padding: 10px 30px;
  }

  .community-hubs-home_community_hub_section__icon {
    margin-bottom: 10px;
  }
}
