.page-container {
   font-family: Poppins, sans-serif !important;
   font-size: 1.65rem;
   line-height: 2.4rem;
}

.site-wrapper {
   background: #F9F8F5 !important;
}
.site-main {
   max-width: 100% !important;
   background-image: none;
}

.site-main:after {
   content: "";
}

.text-weight-medium {
   font-weight: 500;
}

.paragraph-1, 
.rating-title {
   font-size: 1.65rem;
   line-height: 2.4rem;
}

.card-text-title {
   font-size: 1.65rem;
   line-height: 2rem;
}

.events-list {
   display: grid;
   gap: 16px;
   grid-template-columns: repeat(3, 1fr);
}

.page-top-banner {
   background:
      url('/assets/img/backgrounds/communities/cmo/bg-top-banner.svg') center right / auto 100% no-repeat;
}

.page-top-banner-cco {
   background:
      url('/assets/img/backgrounds/communities/cco/bg-top-banner.svg') center right / auto 100% no-repeat;
}

.page-top-banner-cro {
   background:
      url('/assets/img/backgrounds/communities/cro/bg-top-banner.svg') center right / auto 100% no-repeat;
}

.page-top-banner-cino {
   background:
      url('/assets/img/backgrounds/communities/cino/bg-top-banner.svg') center right / auto 100% no-repeat;
}

.page-top-banner-cfo {
   background:
      url('/assets/img/backgrounds/communities/cfo/bg-top-banner.svg') center right / auto 100% no-repeat;
}

.page-top-banner-cpo {
   background:
      url('/assets/img/backgrounds/communities/cpo-product/bg-top-banner.svg') center right / auto 100% no-repeat;
}

.page-top-banner-cpo-people {
   background:
      url('/assets/img/backgrounds/communities/cpo-people/bg-top-banner.svg') center right / auto 100% no-repeat;
}

.instructor-section-bg {
   background:
      url('/assets/img/backgrounds/communities/cmo/bg-blob-red-right-md.svg') center right / auto no-repeat,
      url('/assets/img/backgrounds/communities/cmo/bg-blob-red-left-sm.svg') center left / auto no-repeat;
}

.cco-instructor-section-bg {
   background:
      url('/assets/img/backgrounds/communities/cco/bg-blob-red-right-md.svg') center right / auto no-repeat,
      url('/assets/img/backgrounds/communities/cco/bg-blob-red-left-sm.svg') center left / auto no-repeat;
}

.cro-instructor-section-bg {
   background:
      url('/assets/img/backgrounds/communities/cro/bg-blob-red-right-md.svg') center right / auto no-repeat,
      url('/assets/img/backgrounds/communities/cro/bg-blob-red-left-sm.svg') center left / auto no-repeat;
}

.cino-instructor-section-bg {
   background:
      url('/assets/img/backgrounds/communities/cino/bg-blob-red-right-md.svg') center right / auto no-repeat,
      url('/assets/img/backgrounds/communities/cino/bg-blob-red-left-sm.svg') center left / auto no-repeat;
}

.cfo-instructor-section-bg {
   background:
      url('/assets/img/backgrounds/communities/cfo/bg-blob-red-right-md.svg') center right / auto no-repeat,
      url('/assets/img/backgrounds/communities/cfo/bg-blob-red-left-sm.svg') center left / auto no-repeat;
}

.cpo-instructor-section-bg {
   background:
      url('/assets/img/backgrounds/communities/cpo-product/bg-blob-red-right-md.svg') center right / auto no-repeat,
      url('/assets/img/backgrounds/communities/cpo-product/bg-blob-red-left-sm.svg') center left / auto no-repeat;
}

.cpo-people-instructor-section-bg {
   background:
      url('/assets/img/backgrounds/communities/cpo-people/bg-blob-red-right-md.svg') center right / auto no-repeat,
      url('/assets/img/backgrounds/communities/cpo-people/bg-blob-red-left-sm.svg') center left / auto no-repeat;
}

.caio-brochure-section-bg {
   background:
      url('/assets/img/backgrounds/communities/caio/bg-blob-right.svg') center right / auto 100% no-repeat;
}

.marketing-upskill-section-bg {
   background:
      url('/assets/img/backgrounds/communities/marketing/bg-blob-right.svg') center right / auto 100% no-repeat;
}

.revenue-upskill-section-bg {
   background:
      url('/assets/img/backgrounds/communities/revenue/bg-blob-right.svg') center right / auto 100% no-repeat;
}

.product-upskill-section-bg {
   background:
      url('/assets/img/backgrounds/communities/product/bg-blob-right.svg') center right / auto 100% no-repeat;
}

.customer-upskill-section-bg {
   background:
      url('/assets/img/backgrounds/communities/customer/bg-blob-right.svg') center right / auto 100% no-repeat;
}

.people-upskill-section-bg {
   background:
      url('/assets/img/backgrounds/communities/people/bg-blob-right.svg') center right / auto 100% no-repeat;
}

.finance-upskill-section-bg {
   background:
      url('/assets/img/backgrounds/communities/finance/bg-blob-right.svg') center right / auto 100% no-repeat;
}

.technology-upskill-section-bg {
   background:
      url('/assets/img/backgrounds/communities/technology/bg-blob-right.svg') center right / auto 100% no-repeat;
}

.curly-arrow-white:after {
   content: url("/assets/img/svg/curly-arrow-white.svg");
   width: 12em;
   position: absolute;
   top: 80px;
   right: 225px;
}

.curly-arrow-white-2:after {
   content: url("/assets/img/svg/curly-arrow-white.svg");
   width: 12em;
   position: absolute;
   top: 20px;
   right: 225px;
}

section.section-wrapper-light {
   background-color: var(--white);
   color: var(--black);
}

section.section-wrapper-dark {
   background-color: var(--black);
   color: var(--white);
}

section div.page-section {
   max-width: 1360px;
   width: 100%;
   padding: 80px 60px;
   margin: auto;
}

section div.page-logo-section {
   max-width: 1024px;
   width: 100%;
   padding-top: 48px;
   padding-bottom: 48px;
   margin: auto;
}

section div.page-logo-section p {
   font-size: 1.65rem;
   margin-bottom: 30px;
}

.btn.btn-outline-white {
   border: 1px solid var(--white) !important;
}

.btn.btn-outline-white:hover {
   background: none !important;
   border: 1px solid var(--main-color);
   color: var(--main-color) !important;
}

.insider-content .insider-cards {
   display: flex;
   gap: 24px;
}

.insider-content .insider-card {
   background-color: var(--white);
   border-radius: 12px;
   padding: 40px 32px;
   flex: 1;
   box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.1);
}

.insider-card h4 {
   margin-top: 24px;
   margin-bottom: 24px;
   font-family: Poppins, sans-serif;
   font-size: 32px;
   font-weight: 400;
   line-height: 40px;
   letter-spacing: -0.05em;
}

.insider-card p {
   margin-bottom: 0;
}

.separator-line,
.separator-line-light,
.separator-line-dark,
.separator-line-gradient {
   width: 100%;
}

.separator-line {
   background-color: var(--dark-grey);
   height: 1px;
}

.separator-line-dark {
   background-color: var(--black);
   height: 0.5px;
}

.separator-line-gradient {
   background-image: linear-gradient(90deg, #2e60f5, #ff8a36);
   height: 0.5px;
}

.separator-line-light {
   background-color: var(--white);
   height: 1px;
}

.gradient-background {
   background-image: linear-gradient(90deg, #2e60f5, #ac7ce8 50%, #fe9648);
}

.gradient-image-background {
   background-image: url("/assets/img/banner-bg/cta-bg.svg");
   background-repeat: no-repeat;
   background-size: cover;
   background-position: center;
}

.curly-arrow-down:after {
   content: url("/assets/img/svg/curly-arrow-down.svg");
   position: absolute;
   top: 126px;
   right: 100px;
}

.text-font-ivy {
   font-family: "IvyJournal", sans-serif !important;
   font-style: italic;
   font-weight: 400;
   line-height: 3.25rem;
}

.text-font-ivy.subtitle {
   color: var(--main-color);
}

.marketers-list .marketer-card {
   box-shadow: 0 4px 10px #0000001a;
   background-color: #f5f3ed;
}

.marketers-list .marketer-card .instructor-profile {
   width: 100%;
   height: 266px;
   border-radius: 12px;
   object-fit: cover;
   object-position: center;
}

.marketers-list .marketer-card .instructor-logo {
  height: 32px !important;
}

.marketers-list .marketer-card .basic-info:after {
   content: url("/assets/img/arrows/card-arrow.svg");
   position: absolute;
   top: 17px;
   right: 11px;
}

.marketers-list.limit-logo-display .marketer-card:nth-child(n+7) {
   display: flex !important;
}

.instructor-job_title {
   font-family: Poppins, sans-serif !important;
   font-size: 1.65rem !important;
}

.comparison-body {
   display: grid;
   grid-template-columns: 1fr 1fr;
   gap: 64px;
}

.comparison-body .card {
   background-color: var(--white);
   width: 100%;
   padding: 24px;
   border-radius: 12px;
   position: relative;
   height: 100%;
   box-shadow: 0 4px 10px #0000001a;
}

.comparison-body .card h4 {
   font-size: 2.5rem;
   margin-bottom: 32px;
   color: var(--black);
}

.comparison-body .card p {
   font-family: Poppins, sans-serif;
   font-size: 16px;
   font-weight: 300;
   line-height: 24px;
   color: var(--black);
   display: flex;
   align-items: center;
   gap: 8px;
}

.comparison-body .card p:first-of-type {
  margin-bottom: 24px;
}

.comparison-body .card.with-decor-star-green:before {
   content: url("/assets/img/star-green.svg");
   position: absolute;
   top: 17px;
   right: 11px;
}

.comparison-body .card h4 {
   margin-bottom: 32px;
}

.comparison-body .card p {
   font-family: Poppins, sans-serif;
   font-size: 16px;
   font-weight: 300;
   line-height: 24px;
   color: var(--black);
   display: flex;
   align-items: center;
   gap: 8px;
}

.comparison-body .card p:first-of-type {
   margin-bottom: 24px;
}

.comparison-body .card.with-decor-star-green:before {
   content: url("/assets/img/star-green.svg");
   position: absolute;
   top: 17px;
   right: 11px;
}

.star-decor:after {
   content: url("/assets/img/svg/star-decor.svg");
   position: absolute;
   top: -12px;
}


.person-red:before,
.dollar-arrow:before,
.db-search:before,
.graph-up:before,
.target-pink:before,
.search-graph-blue:before {
   content: "";
   display: inline-block;
   width: 40px;
   height: 40px;
   background-position: center;
   background-repeat: no-repeat;
   background-size: contain;
}

.person-red:before {
   background-image: url("/assets/img/icons/person-red.svg");
}
.dollar-arrow:before {
   background-image: url("/assets/img/icons/dollar-arrow.svg");
}
.db-search:before {
   background-image: url("/assets/img/icons/db-search.svg");
}
.graph-up:before {
   background-image: url("/assets/img/icons/graph-up.svg");
}
.target-pink:before {
   background-image: url("/assets/img/icons/target-pink.svg");
}
.search-graph-blue:before {
   background-image: url("/assets/img/icons/search-graph-blue.svg");
}

.content ul {
   list-style: none;
   padding: 0;
   margin-bottom: 24px;
}

.content ul li {
   margin-top: 0;
   margin-bottom: 16px;
   font-family: Poppins, sans-serif;
   font-size: 16px;
   font-weight: 300;
   line-height: 24px;
   padding-left: 38px;
   background: url("/assets/img/svg/bullet-point.svg") no-repeat;
   background-position-y: 4px;
}

.asterisk-decor:after {
   content: url("/assets/img/svg/asterisk-purple.svg");
   position: absolute;
   top: 28px;
   right: 120px;
}

.post-container-row .expert-insight-container-filter,
.post-container-row .post-container-filter {
   border: 1px solid var(--white);
}

.post-container-row .expert-insight-container-filter .micro-post-filter,
.post-container-row .post-container-filter .micro-post-filter {
   color: var(--white) !important;
}

.post-container-row .expert-insight-container-filter .micro-post-filter.active,
.post-container-row .post-container-filter .micro-post-filter.active {
   background-color: var(--white) !important;
   color: var(--black) !important;
}

.post-container-row .expert-insight-container-filter .micro-post-filter:not(.active):hover,
.post-container-row .post-container-filter .micro-post-filter:not(.active):hover {
   background-color: #171E1D !important;
}

.community-card {
   font-family: Poppins, sans-serif !important;
   display: flex;
   align-items: center;
   gap: 16px;
   background-color: #f9f8f5; /* var(--white) from your CSS */
   border-radius: 16px;
   padding: 14px;
   text-decoration: none;
   color: var(--black);
   border: 2px solid transparent;
   transition: background 0.2s ease;
}

.community-card:hover {
   text-decoration: none;
   color: var(--white);
   background:
      linear-gradient(var(--black), var(--black)) padding-box,
      linear-gradient(90deg, #ac7ce8 0%, #FF8A36 100%) border-box;
}

.community-card img {
   width: 48px;
   height: 48px;
   flex-shrink: 0;
}

.community-card span {
   font-size: 18px;
   font-weight: 500;
   line-height: 1.3;
}

.insight-card {
   border: 1px solid transparent;
   transition: background 0.2s ease;
}

.insight-card:hover {
   background:
      linear-gradient(#0d1413, #0d1413) padding-box,
      linear-gradient(90deg, #ac7ce8 0%, #FF8A36 100%) border-box;
}

.event-card {
   background-color: #171E1D;
   border: 1px solid transparent;
   border-radius: 1rem;
}

.event-card:hover {
   background:
      linear-gradient(#171E1D, #171E1D) padding-box,
      linear-gradient(to right, #2E60F5, #AC7CE8, #FF9647) border-box;
}

.rsvp-btn {
   background-color: transparent;
   border: 1px solid white;
   border-radius: 0.5rem;
   text-decoration: none;
   transition: background 0.3s ease;
}

.rsvp-btn:hover {
   background:
      linear-gradient(#171E1D, #171E1D) padding-box,
      linear-gradient(to right, #2E60F5, #AC7CE8, #FF9647) border-box;
   border: 1px solid transparent;
   text-decoration: none;
}

.rsvp-btn .rsvp-text {
   color: white;
   transition: color 0.3s ease;
}

.rsvp-btn:hover .rsvp-text {
   background: linear-gradient(to right, #2E60F5, #AC7CE8, #FF9647);
   -webkit-background-clip: text;
   background-clip: text;
   -webkit-text-fill-color: transparent;
   color: transparent;
}

.rsvp-btn .rsvp-arrow {
   color: white;
   transition: color 0.3s ease;
}

.rsvp-btn:hover .rsvp-arrow {
   color: #FF9647;
}

.modal.modal-show {
   align-items: center;
   justify-content: center;
}

.share-modal-content {
   max-width: 600px !important;
   padding: 40px !important;
}

.link-share {
   font-family: Poppins, sans-serif;
   font-size: 16px;
   font-weight: 300;
   line-height: 24px;
}

.expert-insights-filter-dropdown-menu,
.filter-dropdown-menu {
   list-style: none;
   margin: 0;
   top: 68px;
}

.filter-dropdown-menu.open {
   display: block;
}

.filter-dropdown-item {
   font-size: 1.65rem;
   line-height: 2.4rem;
   padding: 14px 20px;
   color: white;
   cursor: pointer;
   transition: background 0.2s ease;
}

.filter-dropdown-item:hover {
   background: rgba(255, 255, 255, 0.05);
}

.filter-dropdown-item.active {
   background: linear-gradient(90deg, #ac7ce8 0%, #d23d6d 50%, #ff8a36 100%);
   color: white;
}

/* Rotate chevron when open */
.filter-dropdown-toggle.open svg {
   transform: rotate(180deg);
}

.courses-counter-inner-container {
   grid-template-rows: auto;
   grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
   grid-row-gap: 16px;
   grid-column-gap: 16px;
   grid-auto-columns: 1fr;
   display: grid;
   border-top: 0;
}

.courses-counter-box  {
   padding-left: 0;
   width: unset;
}

.courses-counter-box p{
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
}

.courses-counter {
   font-family: Poppins, sans-serif;
   font-size: 6rem;
   /* font-weight: 400; */
   line-height: 72.8px;
   letter-spacing: -0.06em;
   display: flex;
   justify-content: center;
   align-items: center;
   gap: 10px;
   color: var(--coral);
   background-image: var(--upward-gradient);
}

/* lg — laptops */
@media (max-width: 1024px) {
   .impact-stats-grid {
      grid-template-columns: 1fr 1fr;
   }
   
   .impact-hero-card {
      grid-column: 1 / -1;
      grid-row: auto;
   }
}

.check-list {
   padding: 0 !important
}

.check-list li {
   list-style: none;
   margin: 0 !important;
   padding-left: 34px !important;
   background-position-y: 2px;
   font-size: 16px;
}

.check-list li.red {
   background: url("/assets/img/svg/check-bullet-icons/bullet-point-red.svg") no-repeat;
}

.check-list li.orange {
   background: url("/assets/img/svg/check-bullet-icons/bullet-point-orange.svg") no-repeat;
}

.check-list li.blue {
   background: url("/assets/img/svg/check-bullet-icons/bullet-point-blue.svg") no-repeat;
}

.check-list li.pink {
   background: url("/assets/img/svg/check-bullet-icons/bullet-point-pink.svg") no-repeat;
}

.check-list li.yellow {
   background: url("/assets/img/svg/check-bullet-icons/bullet-point-yellow.svg") no-repeat;
}

.check-list li.purple {
   background: url("/assets/img/svg/check-bullet-icons/bullet-point-purple.svg") no-repeat;
}

.check-list li.green {
   background: url("/assets/img/svg/check-bullet-icons/bullet-point-green.svg") no-repeat;
}

.check-list li:not(:last-child) {
   margin-bottom: 16px !important;
}

/* md — tablets */
@media (max-width: 768px) {

}

/* sm — small tablets / large phones */
@media (max-width: 640px) {
   .page-banner {
      height: auto;
      padding-top: 4rem;
      padding-bottom: 4rem;
   }
   section div.page-section {
      padding: 40px 24px;
      margin: auto;
   }
   .curly-arrow-down:after {
      content: "";
   }
   .asterisk-decor:after {
      content: "";
   }
   .gradient-image-background {
      background-image: url("/assets/img/banner-bg/cta-bg-mobile.svg");
   }
   .comparison-body {
      display: grid;
      grid-template-columns: 1fr;
      gap: 24px;
   }
   .comparison-body .card {
      width: 100%;
   }
   .comparison-body img {
      width: 40px;
   }
   .events-list {
      grid-template-columns: repeat(1, 1fr);
   }

   .impact-stats-grid {
      grid-template-columns: 1fr;
   }
   .page-top-banner {
      background:
         url('/assets/img/backgrounds/communities/cmo/bg-top-banner-mobile.svg')
         calc(100% + 110px) calc(100% + 90px) /  600px auto no-repeat;
      overflow: hidden;
   }
   .page-top-banner-cco {
      background:
         url('/assets/img/backgrounds/communities/cco/bg-top-banner-mobile.svg')
         calc(100% + 110px) calc(100% + 90px) /  600px auto no-repeat;
      overflow: hidden;
   }
   .page-top-banner-cro {
      background:
         url('/assets/img/backgrounds/communities/bg-top-banner-cro-mobile.svg')
         calc(100% + 110px) calc(100% + 90px) /  600px auto no-repeat;
      overflow: hidden;
   }
   .page-top-banner-cino {
      background:
         url('/assets/img/backgrounds/communities/cino/bg-top-banner-mobile.svg')
         calc(100% + 110px) calc(100% + 90px) /  600px auto no-repeat;
      overflow: hidden;
   }
   .page-top-banner-cfo {
      background:
         url('/assets/img/backgrounds/communities/cfo/bg-top-banner-mobile.svg')
         calc(100% + 110px) calc(100% + 90px) /  600px auto no-repeat;
      overflow: hidden;
   }
   .page-top-banner-cpo {
      background:
         url('/assets/img/backgrounds/communities/cpo-product/bg-top-banner-mobile.svg')
         calc(100% + 110px) calc(100% + 90px) /  600px auto no-repeat;
      overflow: hidden;
   }
   .page-top-banner-cpo-people {
      background:
         url('/assets/img/backgrounds/communities/cpo-people/bg-top-banner-mobile.svg')
         calc(100% + 110px) calc(100% + 90px) /  600px auto no-repeat;
      overflow: hidden;
   }
   .caio-brochure-section-bg {
      background:
         url('/assets/img/backgrounds/communities/caio/bg-blob-right-mobile.svg') center right / auto 100% no-repeat;
   }
   .marketing-upskill-section-bg {
      background:
         url('/assets/img/backgrounds/communities/marketing/bg-blob-right-mobile.svg') center right / auto 100% no-repeat;
   }
   .revenue-upskill-section-bg {
      background:
         url('/assets/img/backgrounds/communities/revenue/bg-blob-right-mobile.svg') center right / auto 100% no-repeat;
   }

   .product-upskill-section-bg {
      background:
         url('/assets/img/backgrounds/communities/product/bg-blob-right-mobile.svg') center right / auto 100% no-repeat;
   }

   .customer-upskill-section-bg {
      background:
         url('/assets/img/backgrounds/communities/customer/bg-blob-right-mobile.svg') center right / auto 100% no-repeat;
   }

   .people-upskill-section-bg {
      background:
         url('/assets/img/backgrounds/communities/people/bg-blob-right-mobile.svg') center right / auto 100% no-repeat;
   }

   .finance-upskill-section-bg {
      background:
         url('/assets/img/backgrounds/communities/finance/bg-blob-right-mobile.svg') center right / auto 100% no-repeat;
   }

   .technology-upskill-section-bg {
      background:
         url('/assets/img/backgrounds/communities/technology/bg-blob-right-mobile.svg') center right / auto 100% no-repeat;
   }
   .curly-arrow-white:after {
      content: "";
   }
   .curly-arrow-white-2:after {
      content: "";
   }
   .page-section h2 {
      font-size: 4.2rem;
      line-height: 4.5rem;
      letter-spacing: -3px;
   }
   .insider-content .insider-cards {
      display: flex;
      flex-direction: column;
      gap: 24px;
   }
   .courses-counter-inner-container {
      grid-template-columns: repeat(1, 1fr);
      width: 100%;
   }
   .courses-counter-box {
      padding-top: 0;
      gap: 0px;
   }
   .courses-counter {
      font-size: 5rem;
   }
   .comparison-body .card h4 {
      font-size: 2.2rem;
      line-height: 28px;
   }
}