.bs-website:not(.theme-view) {
  --font-name: puvi !important;
  --regular-font: puviregular !important;
  --medium-font: puvimedium !important;
  --light-font: puvilight !important;
  --bold-font: puvibold !important;
  --menu-item-active-color: #EC0000 !important;
  --primary-button-bg-color: #EC0000 !important;
}


.bs-section:not(.community-section-footer, .community-section-banner, .main-banner) article.foreground-layer {
  padding: 6em 0;
}



/* FAQ Section */
[data-section-id="48430000480945915"] .li-item {
  position: relative;
  padding: 20px 56px 20px 0;
  border-bottom: 1.5px dashed #d0cfc9;
  cursor: pointer;
  list-style: none;
}

[data-section-id="48430000480945915"] .li-item:last-child {
  border-bottom: none;
}

[data-section-id="48430000480945915"] .li-title {
  margin: 0;
}

[data-section-id="48430000480945915"] .li-title p {
  margin: 0;
  font-size: 28px;
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: -0.01em;
}

[data-section-id="48430000480945915"] .li-item::after {
  content: '';
  position: absolute;
  right: 0;
  top: 28px;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  border: 1.5px solid #ccc;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 14 14'%3E%3Cpath d='M7 2v10M2 7h10' stroke='%23888' stroke-width='1.5' stroke-linecap='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  transition: background-image 0.2s ease, border-color 0.2s ease;
}

[data-section-id="48430000480945915"] .li-item.faq-open::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 14 14'%3E%3Cpath d='M2 7h10' stroke='%23444' stroke-width='1.5' stroke-linecap='round'/%3E%3C/svg%3E");
  border-color: #888;
}

[data-section-id="48430000480945915"] .li-description {
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  transition: max-height 0.35s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.25s ease;
}

[data-section-id="48430000480945915"] .li-item.faq-open .li-description {
  max-height: 400px;
  opacity: 1;
}

[data-section-id="48430000480945915"] .li-description p {
  margin: 12px 0 4px;
  font-size: 20px;
  line-height: 1.65;
  color: #555;
}

@media (max-width: 640px) {
  [data-section-id="48430000480945915"] .li-item {
    padding: 20px 48px 20px 0;
  }

  [data-section-id="48430000480945915"] .li-item::after {
    top: 20px;
    width: 28px;
    height: 28px;
  }

  [data-section-id="48430000480945915"] .li-title p {
    font-size: 20px;
  }

  [data-section-id="48430000480945915"] .li-description p {
    font-size: 14px;
  }
}

@media (min-width: 1024px) {
  [data-section-id="48430000480945915"] article.foreground-layer {
    max-width: 768px !important;
    width: 60% !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }
}


/* About the Roadshow section */
@media (min-width: 1024px) {
  [data-section-id="48430000480945669"] article.foreground-layer {
    max-width: 768px !important;
    width: 60% !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }
}



/* Who Should Attend */

[data-section-id="48430000480945690"] .section-title p,
[data-section-id="48430000480945690"] .section-title strong {
  font-size: 48px !important;
  font-weight: 700;
  line-height: 1.15;
  color: #000;
}

[data-section-id="48430000480945690"] .section-sub-title p {
  font-size: 16px;
  line-height: 1.6;
  color: #333;
}

[data-section-id="48430000480945690"] .li-subtitle ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

[data-section-id="48430000480945690"] .li-subtitle ul li {
  position: relative;
  padding: 14px 0 14px 64px;
  border-bottom: 1px solid #f0f0f0;
  line-height: 1.5;
}

[data-section-id="48430000480945690"] .li-subtitle ul li:last-child {
  border-bottom: none;
}

[data-section-id="48430000480945690"] .li-subtitle ul li::before {
  content: '';
  position: absolute;
  left: 36px;
  top: 50%;
  transform: translateY(-50%);
  width: 32px;
  height: 32px;
  background-image: url("http://previewengine.zohoexternal.in/image/BACKSTAGE/48430000480545714?cli-msg=eyJtb2R1bGUiOiJFdmVudEltYWdlUmVzb3VyY2UiLCJ0eXBlIjowLCJwb3J0YWxJZCI6IjYwMDQ3MjA0MzY4Iiwic3ViUmVzb3VyY2VJZCI6IjYwMDQ3MjA0MzY4IiwiaWQiOiI0ODQzMDAwMDQ4MDU0NTcxNCJ9");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

[data-section-id="48430000480945690"] .li-subtitle ul li strong {
  font-weight: 700;
  color: #000;
}

[data-section-id="48430000480945690"] .li-subtitle ul li span {
  color: #222;
}

@media (min-width: 1024px) {
  [data-section-id="48430000480945690"] article.foreground-layer {
    max-width: 896px !important;
    width: 70% !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }
}

@media (max-width: 640px) {

  [data-section-id="48430000480945690"] .section-title p,
  [data-section-id="48430000480945690"] .section-title strong {
    font-size: 32px !important;
  }

  [data-section-id="48430000480945690"] .li-subtitle ul li {
    font-size: 18px;
  }
}


/* Agenda Section */

[data-section-id="48430000480945831"] .section-title p,
[data-section-id="48430000480945831"] .section-title span {
  font-size: 48px !important;
  font-weight: 700 !important;
  color: #fff !important;
  line-height: 1.2 !important;
}

[data-section-id="48430000480945831"] .section-sub-title p,
[data-section-id="48430000480945831"] .section-sub-title span {
  font-size: 22px !important;
  color: #fff !important;
  font-weight: 400 !important;
}

[data-section-id="48430000480945831"] .owl-carousel .owl-stage {
  display: flex !important;
}

[data-section-id="48430000480945831"] .owl-carousel .owl-stage .owl-item {
  display: flex !important;
  height: auto !important;
}

[data-section-id="48430000480945831"] .owl-item .bs-mtList-wgt {
  display: flex !important;
  flex-direction: column !important;
  height: 100% !important;
  padding: 0 !important;
}

[data-section-id="48430000480945831"] .owl-item .li-item {
  display: flex !important;
  flex-direction: column !important;
  flex: 1 !important;
  height: 100% !important;
  box-sizing: border-box !important;
  border: 1px solid rgba(255, 255, 255, 0.2) !important;
  padding: 24px !important;
}

[data-section-id="48430000480945831"] .li-description p strong,
[data-section-id="48430000480945831"] .li-description h5 strong {
  font-size: 14px !important;
  font-weight: 500 !important;
  color: rgba(255, 255, 255, 0.8) !important;
  letter-spacing: 0.02em !important;
}

[data-section-id="48430000480945831"] .li-description h5 {
  margin: 0 0 4px 0 !important;
  line-height: 1.4 !important;
}

[data-section-id="48430000480945831"] .li-description p strong[style*="200%"] {
  font-size: 22px !important;
  font-weight: 700 !important;
  color: #fff !important;
  line-height: 1.3 !important;
  display: block !important;
  margin: 8px 0 12px 0 !important;
}

[data-section-id="48430000480945831"] .li-description p span {
  font-size: 14px !important;
  color: rgba(255, 255, 255, 0.85) !important;
  line-height: 1.6 !important;
}

[data-section-id="48430000480945831"] .li-description p[style*="line-height: 4"] {
  line-height: 1.3 !important;
}

[data-section-id="48430000480945831"] .li-description p[style*="line-height: 1"] {
  line-height: 1.3 !important;
}

[data-section-id="48430000480945831"] .owl-nav button:hover {
  background: rgba(255, 255, 255, 0.3) !important;
}

[data-section-id="48430000480945831"] .owl-carousel .owl-nav .new-icon {
  border-radius: 50% !important;
  height: 40px !important;
  width: 40px !important;
}

[data-section-id="48430000480945831"] .owl-dots {
  text-align: center !important;
  margin-top: 16px !important;
}

[data-section-id="48430000480945831"] .owl-dot span {
  background: rgba(255, 255, 255, 0.3) !important;
}

[data-section-id="48430000480945831"] .owl-dot.active span {
  background: #fff !important;
}

/* Agenda link */
[data-section-id="48430000480945831"] .agenda-link-wrap {
  text-align: center !important;
  margin-top: 40px !important;
  width: 100% !important;
}

[data-section-id="48430000480945831"] .agenda-link-wrap a {
  color: #ffffff !important;
  font-size: 24px !important;
  font-weight: 500 !important;
  text-decoration: none !important;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5) !important;
  padding-bottom: 3px !important;
  display: inline-flex !important;
  align-items: center !important;
  gap: 10px !important;
}

[data-section-id="48430000480945831"] .agenda-link-wrap a:hover {
  border-bottom-color: #fff !important;
}

@media (max-width: 768px) {

  [data-section-id="48430000480945831"] .section-title p,
  [data-section-id="48430000480945831"] .section-title span {
    font-size: 32px !important;
  }

  [data-section-id="48430000480945831"] .section-sub-title p,
  [data-section-id="48430000480945831"] .section-sub-title span {
    font-size: 18px !important;
  }

  [data-section-id="48430000480945831"] .li-item {
    padding: 16px !important;
  }

  [data-section-id="48430000480945831"] .agenda-link-wrap a {
    font-size: 18px !important;
  }
}


/* Agenda carousel nav arrow positioning */
.bs-section.community-section-mediaWithTextList-3 .owl-carousel .owl-nav .owl-next .right.carousel-control {
  top: -110px;
  right: 20px;
}

.bs-section.community-section-mediaWithTextList-3 .owl-carousel .owl-nav .owl-prev .left.carousel-control {
  top: -110px;
  right: 80px;
  left: auto;
}


/* Banner Section */

[data-section-id="48430000480956025"] .bs-media-wgt {
  --media-border-rds: 0px !important;
}

[data-section-id="48430000480956025"] img.fluid-image {
  border-radius: 0 !important;
}

[data-section-id="48430000480956025"] .media-image {
  border-radius: 0 !important;
}

[data-section-id="48430000480956025"] .media-element {
  border-radius: 0 !important;
}


/* What you'll takeaway / Beyond the sessions — Desktop */
@media (min-width: 992px) {
  section[data-section-id="48430000480945719"] .foreground-layer.bs-container {
    max-width: 1000px !important;
    width: 1000px !important;
    margin: 0 auto !important;
  }
}


/* Who Should Attend — mobile fixes */

@media (max-width: 1023px) {
  [data-section-id="48430000480945690"] .li-subtitle ul li {
    padding: 12px 0 12px 40px !important;
  }

  [data-section-id="48430000480945690"] .li-subtitle ul li::before {
    top: 14px !important;
    transform: none !important;
    width: 24px !important;
    height: 24px !important;
  }

  [data-section-id="48430000480945690"] .li-subtitle ul li strong,
  [data-section-id="48430000480945690"] .li-subtitle ul li span {
    font-size: 18px !important;
  }

  [data-section-id="48430000480945690"] .section-title p,
  [data-section-id="48430000480945690"] .section-title strong {
    font-size: 28px !important;
  }

  [data-section-id="48430000480945690"] .section-sub-title p {
    font-size: 18px !important;
    line-height: 1.8 !important;
  }
}


/* Banner Section — mobile bottom padding */

@media (max-width: 1023px) {
  [data-section-id="48430000480956025"] article.foreground-layer.bs-container {
    padding-bottom: 240px !important;
  }
}


/* Speakers section - force 1:1 image ratio */
section[data-section-id="48430000480945809"] .list-image {
  width: 360px !important;
  height: 360px !important;
  margin: 0 auto;
}

section[data-section-id="48430000480945809"] .list-image .profile-img,
section[data-section-id="48430000480945809"] .list-image .profile-img img {
  width: 100% !important;
  height: 100% !important;
  aspect-ratio: 1 / 1 !important;
  object-fit: cover !important;
}

/* Mobile */
@media (max-width: 767px) {
  section[data-section-id="48430000480945809"] .list-image {
    width: 100% !important;
    height: auto !important;
    aspect-ratio: 1 / 1 !important;
  }

  section[data-section-id="48430000480945809"] .list-image .profile-img,
  section[data-section-id="48430000480945809"] .list-image .profile-img img {
    aspect-ratio: 1 / 1 !important;
    height: auto !important;
  }
}


/* ===== 16px left/right padding for all sections in mobile ===== */
@media (max-width: 767px) {
  .bs-section>article.foreground-layer.bs-container {
    padding-left: 16px !important;
    padding-right: 16px !important;
    box-sizing: border-box !important;
  }
}


/* Mobile only - move image below content */
@media (max-width: 767px) {

  section[data-section-id="48430000480945645"] .li-item {
    display: flex !important;
    flex-direction: column !important;
  }

  section[data-section-id="48430000480945645"] .li-content {
    order: 1 !important;
  }

  section[data-section-id="48430000480945645"] .list-image {
    order: 2 !important;
    margin-top: 24px !important;
  }

}
