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

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

.page-banner {
   height: calc(100vh - 72px);
   background-image: url("/assets/img/banner-bg/home-hero-bg.webp");
   background-repeat: no-repeat;
   background-position: center;
   background-size: cover;
}


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

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

.paragraph-2 {
   font-size: 2rem;
   line-height: 3rem;
}

.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/bg-previous-events.svg') top right / auto no-repeat,
      url('/assets/img/backgrounds/bg-events-top-banner.svg') center left / auto no-repeat;
}

.previous-events-bg {
   background:
      url('/assets/img/backgrounds/bg-previous-events.svg') center right / auto 100% no-repeat;
}


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;
}

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

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

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

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

.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-white:after {
   content: url("/assets/img/svg/curly-arrow-down-white.svg");
   position: absolute;
   top: -50px;
   right: 60px;
}

.three-lines-white:after {
   content: url("/assets/img/svg/three-lines.svg");
   position: absolute;
   top: -50px;
   right: 60px;
}

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

.text-font-ivy.is-gradient {
   -webkit-text-fill-color: transparent;
   background-image: linear-gradient(90deg, #2e60f5, #ac7ce8 50%, #ff9647);
   -webkit-background-clip: text;
   background-clip: text;
   padding-bottom: 10px;
   padding-right: 10px;
}

.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;
}

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

.comparison-body {
   display: flex;
   gap: 64px;
}

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

.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;
}

.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;
}

.profile-gray:before,
.lock-gray:before,
.target-gray:before,
.cross-chat-gray:before,
.round-bullet-gray:before,
.check-gray:before,
.bulb-gray:before,
.colored-calendar:before,
.colored-people:before,
.colored-unity:before,
.colored-handshake:before,
.colored-vector:before,
.colored-chat:before,
.colored-bulb:before {
   content: "";
   display: inline-block;
   width: 40px;
   height: 40px;
   background-position: center;
   background-repeat: no-repeat;
   background-size: contain;
}

.profile-gray:before {
   background-image: url("/assets/img/icons/profile.svg");
}
.lock-gray:before {
   background-image: url("/assets/img/icons/lock.svg");
}
.target-gray:before {
   background-image: url("/assets/img/icons/target.svg");
}
.cross-chat-gray:before {
   background-image: url("/assets/img/icons/cross-chat.svg");
}
.round-bullet-gray:before {
   background-image: url("/assets/img/icons/round-bullet.svg");
}
.check-gray:before {
   background-image: url("/assets/img/icons/check.svg");
}
.bulb-gray:before {
   background-image: url("/assets/img/icons/bulb.svg");
}

.colored-calendar:before {
   background-image: url("/assets/img/icons/colored-calendar.svg");
}
.colored-people:before {
   background-image: url("/assets/img/icons/colored-people.svg");
}
.colored-unity:before {
   background-image: url("/assets/img/icons/colored-unity.svg");
}
.colored-handshake:before {
   background-image: url("/assets/img/icons/colored-handshake.svg");
}
.colored-vector:before {
   background-image: url("/assets/img/icons/colored-vector.svg");
}
.colored-chat:before {
   background-image: url("/assets/img/icons/colored-chat.svg");
}
.colored-bulb:before {
   background-image: url("/assets/img/icons/colored-bulb.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;
}

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

.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);
}

/* lg — laptops */
@media (max-width: 1024px) {

}

/* 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;
   }
   .page-top-banner {
      background:
         url('/assets/img/backgrounds/bg-events-top-banner.svg') center left / auto no-repeat;
   }
   .previous-events-bg {
      background:
         url('/assets/img/backgrounds/bg-previous-events.svg') top right / auto 80% no-repeat;
   }
   h2.attendees {
      font-size: 4.2rem;
      line-height: 42px;
   }
   h2.got-question {
      font-size: 3.8rem;
      line-height: 42px;
   }
   .three-lines-white:after {
      top: 0px;
      right: 20px;
   }
   .star-black-decor:after,
   .curly-arrow-down-white:after {
      content: "";
   }
   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 {
      flex-direction: column;
      align-items: center;
      gap: 4rem;
   }
   .comparison-body .card {
      width: 100%;
   }
   .comparison-body img {
      width: 40px;
   }
   .events-list {
      grid-template-columns: repeat(1, 1fr);
   }
}