/* banner */
.single-event .event-banner {
  background: linear-gradient(180deg, rgba(236, 246, 255, 1) 0%, rgba(241, 252, 255, 1) 50%);
  padding: 210px 0;
  padding-bottom: 80px;
}
.single-event .event-banner .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
}
.single-event .event-banner .eyebrow {
  font-size: 20px;
  color: #474747;
  margin-bottom: 16px;
  font-weight: 510;
}
.single-event .event-banner .title {
  font-size: 72px;
  font-weight: 700;
  line-height: 86px;
  margin-bottom: 16px;
  color: #000;
}
.single-event .event-banner .description {
  font-size: 20px;
  line-height: 30px;
  color: #474747;
  max-width: 900px;
  margin-bottom: 40px;
}
.single-event .event-banner .btn-primary {
  display: inline-block;
  padding: 14px 26px;
  border-radius: 50px;
  font-weight: 600;
  font-size: 16px;
  text-decoration: none;
  color: #fff;
  background: linear-gradient(90deg, #3b82f6, #ec4899);
  transition: 0.3s ease;
}
.single-event .event-banner .btn-primary:hover {
  background: #fff;
}
.single-event .event-banner .btn-primary:hover span {
  background: linear-gradient(87.71deg, #136bd2 0%, #a151f2 47.5%, #eb317e 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.single-event .event-banner .media-grid {
  margin-top: 50px;
  display: grid;
  grid-template-columns: 720px 456px;
  gap: 24px;
  align-items: start;
}
.single-event .event-banner .image img {
  width: 100%;
  border-radius: 20px;
  display: block;
}
.single-event .event-banner .video-wrapper {
  position: relative;
  width: 456px;
  height: 480px;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 1px 4px 12px 0px #00000017;
  background: #fff;
}
.single-event .event-banner .video-wrapper video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.single-event .event-banner .video-wrapper .play-button,
.single-event .event-banner .video-wrapper .pause-button {
  position: absolute;
  bottom: 16px;
  right: 16px;
  cursor: pointer;
  background-color: #fff;
  border-radius: 50%;
  padding: 10px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}
.single-event .event-banner .video-wrapper .play-button:not(.active),
.single-event .event-banner .video-wrapper .pause-button:not(.active) {
  display: none;
}

/* key insights */
.single-event .key-insights {
  background: linear-gradient(180deg, #f1fcff 0%, #fff 100%);
  padding: 80px 20px;
  text-align: center;
}
.single-event .key-insights .container {
  max-width: 1200px;
  margin: 0 auto;
}
.single-event .key-insights h1 {
  font-size: 48px;
  font-weight: 590;
  margin-bottom: 20px;
}
.single-event .key-insights .subtitle {
  font-size: 18px;
  color: #474747;
  margin: 0 auto 50px auto;
  line-height: 1.6;
  max-width: 1100px;
}
.single-event .key-insights .cards {
  display: flex;
  gap: 20px;
  justify-content: center;
  margin-bottom: 50px;
  flex-wrap: wrap;
}
.single-event .key-insights .card {
  background: #fff;
  border-radius: 16px;
  padding: 32px;
  text-align: left;
  border: 1px solid #ebebeb;
  flex: 1;
  min-width: 280px;
  max-width: 320px;
}
.single-event .key-insights .card:hover {
  background-color: #1135b3;
  cursor: pointer;
}
.single-event .key-insights .card:hover h3,
.single-event .key-insights .card:hover p {
  color: #fff;
}
.single-event .key-insights .icon {
  width: 50px;
  height: 50px;
  background: #ebf0ff;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  font-size: 22px;
}
.single-event .key-insights .card h3 {
  font-size: 24px;
  margin-bottom: 10px;
  font-weight: 510;
  color: #000;
}
.single-event .key-insights .card p {
  color: #474747;
  line-height: 1.5;
  font-size: 16px;
}
.single-event .key-insights .btn {
  display: inline-flex;
  background: linear-gradient(90deg, #2d5bff, #2141d6);
  color: #fff;
  padding: 16px 30px;
  border-radius: 10px;
  text-decoration: none;
  font-weight: 600;
  transition: 0.3s;
  align-items: center;
}
.single-event .key-insights .btn:hover {
  opacity: 0.9;
}
.single-event .key-insights .btn .chevron {
  display: inline-block;
  margin-left: 17px;
  transition: transform 0.18s ease;
  content: url('https://doxai.co/wp-content/uploads/2026/05/chevron-right-white.svg');
  width: 24px;
  height: 24px;
}

/* Summit */
.single-event .summit {
  padding: 80px 20px;
}
.single-event .container {
  max-width: 1200px;
  margin: auto;
}
.single-event .summit h2 {
  text-align: center;
  font-size: 48px;
  font-weight: 590;
  margin-bottom: 15px;
}
.single-event .summit .subtitle {
  text-align: center;
  color: #474747;
  margin-bottom: 40px;
  font-size: 20px;
  line-height: 30px;
}
.single-event .summit .row {
  display: flex;
  gap: 40px;
  margin-bottom: 60px;
}
.single-event .summit .row.reverse {
  flex-direction: row-reverse;
}
.single-event .summit .text {
  flex: 1;
}
.single-event .summit .text h3 {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 16px;
}
.single-event .summit .text p {
  color: #474747;
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
}
.single-event .summit .image-box {
  flex: 1;
  border-radius: 20px;
  position: relative;
}
.single-event .summit .image-box img {
  width: 100%;
}
.single-event .summit .footer-text {
  text-align: center;
  color: #474747;
  margin-top: 40px;
  font-size: 15px;
}

/* why doxai */
.single-event .why-doxai {
  padding: 60px 20px;
}
.single-event .why-doxai .container {
  max-width: 1100px;
  margin: auto;
  background: #000000;
  border-radius: 30px;
  padding: 40px;
  color: #fff;
}
.single-event .why-doxai .header {
  display: flex;
  justify-content: space-between;
  margin-bottom: 40px;
}
.single-event .why-doxai .header h2 {
  font-size: 48px;
  font-weight: 590;
  line-height: 60px;
  margin-bottom: 16px;
}
.single-event .why-doxai .header p {
  color: #cecece;
  max-width: 800px;
  font-size: 20px;
  line-height: 30px;
}
.single-event .why-doxai .logo {
  font-size: 40px;
  background: linear-gradient(45deg, orange, pink, purple, cyan);
  -webkit-background-clip: text;
  color: transparent;
}
.single-event .why-doxai .top {
  gap: 40px;
  margin-bottom: 60px;
}
.single-event .why-doxai .left {
  flex: 1;
}
.single-event .why-doxai .right {
  flex: 1;
}
.single-event .why-doxai .left h3 {
  font-size: 24px;
  margin-bottom: 15px;
}
.single-event .why-doxai .desc {
  color: #aaa;
  line-height: 1.6;
  margin-bottom: 20px;
}
.single-event .why-doxai .links li {
  display: flex;
  justify-content: space-between;
  padding: 8px 0;
  border-bottom: 1px solid #222;
  color: #ddd;
}
.single-event .why-doxai .accordion {
  margin-top: 20px;
}
.single-event .why-doxai .acc-item {
  border-bottom: 1px solid #383838;
}
.single-event .why-doxai .acc-header {
  display: flex;
  justify-content: space-between;
  cursor: pointer;
  padding: 16px 0;
  font-size: 24px;
  font-weight: 510;
}
.single-event .why-doxai .acc-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.35s ease;
}
.single-event .why-doxai .acc-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
.single-event .why-doxai .acc-left {
  max-width: 300px;
}
.single-event .why-doxai .acc-right {
  position: relative;
  text-align: right;
}
.single-event .why-doxai .acc-right img {
  max-width: 100%;
  max-height: 400px;
}
.single-event .why-doxai .acc-item.active .acc-content {
  max-height: 800px; /* enough for content */
  padding-bottom: 15px;
}
.single-event .why-doxai .acc-content h3 {
  margin: 10px 0;
  font-size: 18px;
}
.single-event .why-doxai .acc-content .desc {
  color: #cecece;
  line-height: 24px;
  margin-bottom: 15px;
  font-size: 16px;
}
.single-event .why-doxai .acc-content .links {
  padding-left: 0;
}
.single-event .why-doxai .icon-plus-white {
  content: url('../images/icons/plus-white.svg');
  width: 24px;
  height: 24px;
}
.single-event .why-doxai .icon-close-white {
  content: url('../images/icons/close-white.svg');
  width: 24px;
  height: 24px;
}
.single-event .why-doxai .acc-content .links li {
  display: block;
  padding: 8px 0;
}
.single-event .why-doxai .acc-content .links li a {
  display: flex;
  justify-content: space-between;
  color: #fff;
}

.single-event .why-doxai .why-title {
  margin: 40px 0 24px;
  font-size: 48px;
  font-weight: 590;
  line-height: 60px;
}
.single-event .why-doxai .grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
}
.single-event .why-doxai .card {
  background: #1e1e1e;
  border-radius: 20px;
  padding: 24px;
}
.single-event .why-doxai .icon {
  margin-bottom: 15px;
}
.single-event .why-doxai .icon img {
  width: 120px;
}
.single-event .why-doxai .card h4 {
  font-size: 24px;
  line-height: 30px;
  margin-bottom: 20px;
  color: #fff;
}
.single-event .why-doxai .card p {
  font-size: 17px;
  line-height: 25px;
  color: #cecece;
  line-height: 1.5;
}

/* client logo */
.single-event .client-container {
  padding-top: 40px;
}
.single-event .client-container h2 {
  font-size: 20px;
  line-height: 30px;
  font-weight: 400;
  text-align: center;
  color: #474747;
}

/* cta */
.single-event .section-cta {
  background-color: #fff;
  padding: 80px 16px 80px;
}
.single-event .section-cta .bg-cta-award {
  z-index: 0;
  content: url('../images/bg-cta-award.png');
  position: absolute;
  width: 500px;
  height: 427px;
  right: -130px;
  top: 0;
}
.single-event .section-cta .container {
  max-width: 960px;
  margin: 0 auto;
}
.single-event .section-cta .cta-awards {
  display: grid;
  grid-template-columns: 455px 1fr;
  align-items: center;
  gap: 46px;
  padding: 40px;
  border-radius: 16px;
  box-shadow: 1px 4px 12px 0px rgba(0, 0, 0, 0.09);
  background: linear-gradient(180deg, rgba(236, 246, 255, 1) 0%, rgba(241, 252, 255, 1) 50%);
  position: relative;
  overflow: hidden;
  border: 1px solid #ebf0ff;
}
.single-event .section-cta .cta-awards .cta-inner-copy .verdict {
  max-width: 96px;
  margin-bottom: 32px;
}
.single-event .section-cta .cta-awards .cta-inner-copy h3 {
  margin-bottom: 16px;
  font-size: 28px;
  line-height: 33px;
  font-weight: 500;
  color: #000;
}
.single-event .section-cta .cta-awards .cta-inner-copy p {
  margin-bottom: 32px;
  font-size: 20px;
  line-height: 30px;
  color: #474747;
}
.single-event .section-cta .cta-awards .cta-inner-copy .btn-primary {
  padding: 10px 16px !important;
  background-color: #184bff;
  color: #fff;
  max-width: 200px;
}
.single-event .section-cta .cta-awards .cta-inner-copy .btn-primary:hover {
  background-color: #1135b3 !important;
}
.single-event .section-cta .cta-awards .cta-inner-copy .btn-secondary {
  border: 2px solid #184bff;
  background-color: transparent;
  max-width: 200px;
}
.single-event .section-cta .cta-awards .cta-inner-copy .btn-secondary:hover {
  background-color: transparent !important;
}
.single-event .section-cta .cta-awards .cta-inner-copy .btn-group {
  grid-template-columns: 200px 200px;
}
.single-event.section-cta .cta-awards .cta-inner-copy .btn-primary svg {
  margin-left: 12px;
}
.single-event .section-cta .cta-awards .cta-inner-image {
  z-index: 1;
  margin-left: auto;
  margin-right: 200px;
}
.single-event .section-cta .cta-awards .cta-inner-image .gsi-awards {
  max-width: 200px;
}

/* faq */
.single-event .product-section.section-faq .faq-container {
  padding: 24px;
  width: 100%;
  border: 1px solid #e0e0e0;
  border-radius: 12px;
  margin-bottom: 20px;
}
.single-event .product-section.section-faq .faq-container > div {
  width: 100%;
}
.single-event .product-section.section-faq .faq-container .MuiCollapse-entered {
  height: auto !important;
}
.single-event .product-section.section-faq .faq-container:last-child {
  border-bottom: solid calc(1 / 1440 * 100vw) #e0e0e0;
}
.single-event .product-section.section-faq h2.heading {
  margin-bottom: calc(40 / 1440 * 100vw);
}
.single-event .product-section.section-faq h4.heading {
  font-size: calc(20 / 1440 * 100vw);
  line-height: calc(30 / 1440 * 100vw);
  font-weight: 510;
  margin: 0;
  text-align: left;
}
.single-event .product-section.section-faq h4.heading + button {
  padding: 0;
}
.single-event .product-section.section-faq .card-content {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  font-size: calc(16 / 1440 * 100vw);
  line-height: calc(21 / 1440 * 100vw);
}
.single-event .product-section.section-faq .card-content + * {
  width: 100%;
}
.single-event .product-section.section-faq .card-content-preview {
  padding-top: calc(16 / 1440 * 100vw);
  text-align: left;
}
.single-event .product-section.section-faq .card-content-preview .description {
  font-family: 'SF Pro', Helvetica, Arial, sans-serif;
  font-size: calc(16 / 1440 * 100vw);
  font-weight: 400;
  line-height: calc(21 / 1440 * 100vw);
  color: #474747;
}
.single-event .product-section.feature-accordion .faq-container {
  border-bottom: solid 1px #ebebeb;
  margin-bottom: calc(16 / 1440 * 100vw);
  z-index: 1;
}
.single-event .product-section.feature-accordion .faq-container + .heading {
  margin-top: calc(24 / 1440 * 100vw);
}
.single-event .section-faq {
  background-color: #fff;
  padding: 80px 16px 80px;
}
.single-event .section-faq .MuiTypography-h2 {
  font-size: 44px;
  line-height: 60px;
  text-align: center;
  color: #000;
}
.single-event .section-faq .MuiContainer-maxWidthLg {
  max-width: 960px;
}
.single-event .section-faq .faq-container {
  padding: calc(16 / 1440 * 100vw) 0;
  border-top: solid calc(1 / 1440 * 100vw) #e0e0e0;
  width: 100%;
}
.single-event .section-faq .faq-container > div {
  width: 100%;
  z-index: 1;
}
.single-event .section-faq .faq-container .MuiCollapse-entered {
  height: auto !important;
}
.single-event .section-faq .faq-container:last-child {
  border-bottom: solid calc(1 / 1440 * 100vw) #e0e0e0;
}
.single-event .section-faq .heading {
  font-size: calc(20 / 1440 * 100vw);
  line-height: calc(30 / 1440 * 100vw);
  font-weight: 600;
  margin: 0;
  text-align: left;
}
.single-event .section-faq .heading + button {
  padding: 0;
}
.single-event .section-faq .card-content {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  font-size: calc(16 / 1440 * 100vw);
  line-height: calc(21 / 1440 * 100vw);
}
.single-event .section-faq .card-content + * {
  width: 100%;
}
.single-event .section-faq .card-content-preview {
  padding-top: calc(16 / 1440 * 100vw);
  text-align: left;
}
.single-event .section-faq.faq-tab .tab-buttons {
  display: flex;
  align-items: end;
  width: fit-content;
  margin: 0 auto;
  gap: 24px;
  margin-bottom: 40px;
}
.single-event .section-faq.faq-tab .tab-button-item {
  position: relative;
  font-family: 'SF Pro', Helvetica, Arial, sans-serif;
  font-weight: 500;
  font-size: 17px;
  line-height: 22px;
  padding: 12px 16px;
  cursor: pointer;
  color: #0a0a0a;
  background-color: #f3f3f5;
  border-radius: 32px;
  transition: 0.3s ease-in-out;
}
.single-event .section-faq.faq-tab .tab-button-item.active {
  color: #fff;
  background-color: #184bff;
}
.single-event .section-faq.faq-tab .faq-item:not(.active) {
  display: none;
}
.single-event .section-faq h2 {
  margin-bottom: 40px;
  text-align: center;
}
.single-event .section-faq .heading {
  font-size: 20px;
  line-height: 30px;
}
.single-event .section-faq .card-content-preview .description {
  font-size: 16px;
  line-height: 24px;
}
.single-event .section-faq.faq-tab .tab-button-item.active::before {
  bottom: -1px;
  height: 4px;
  border-radius: 8px 8px 0px 0px;
}

@media (min-width: 1441px) {
  .single-event .product-section.section-faq h2.heading {
    margin-bottom: 40px;
  }
  .single-event .product-section.section-faq h4.heading {
    font-size: 20px;
    line-height: 30px;
  }
  .single-event .product-section.section-faq .card-content-preview .description {
    font-size: 16px;
    line-height: 21px;
  }
  .single-event .product-section.section-faq.faq-tab .tab-buttons {
    gap: 24px;
  }
  .single-event .product-section.section-faq.faq-tab .tab-button-item {
    font-size: 17px;
    line-height: 22px;
    padding: 16px;
  }
  .single-event .product-section.section-faq.faq-tab .tab-button-item.active::before {
    bottom: -1px;
    height: 4px;
    border-radius: 8px 8px 0px 0px;
  }
  .single-event .product-section.feature-accordion .faq-container {
    margin-bottom: 16px;
  }
  .single-event .product-section.feature-accordion .faq-container + .heading {
    margin-top: 24px;
  }
}

/* responsive */
@media (max-width: 992px) {
  .single-event .event-banner {
    padding-top: 110px;
  }
  .single-event .event-banner .title {
    font-size: 32px;
    line-height: 40px;
  }
  .single-event .event-banner .media-grid {
    grid-template-columns: 1fr;
  }
  .single-event .event-banner .video-wrapper {
    width: 100%;
  }
  .single-event .event-banner .placeholder {
    height: 250px;
  }
}

@media (max-width: 768px) {
  .single-event .event-banner .eyebrow {
    font-size: 16px;
  }

  .single-event .key-insights h1 {
    font-size: 32px;
    line-height: 40px;
  }
  .single-event .key-insights .btn {
    padding: 16px;
  }

  .single-event .summit h2 {
    font-size: 32px;
    line-height: 40px;
  }
  .single-event .summit .text h3 {
    font-size: 24px;
    line-height: 1;
  }
  .single-event .summit .footer-text {
    line-height: 22px;
  }
  .single-event .summit .row,
  .single-event .summit .row.reverse {
    flex-direction: column;
  }
  .single-event .summit .image-box {
    width: 100%;
  }
  .single-event .summit .summit h2 {
    font-size: 28px;
  }

  .single-event .why-doxai .container {
    padding: 24px;
  }
  .single-event .why-doxai .header h2,
  .single-event .why-doxai .why-title {
    font-size: 32px;
    line-height: 40px;
  }
  .single-event .why-doxai .logo {
    display: none;
  }
  .single-event .why-doxai .acc-header {
    font-size: 20px;
    line-height: 24px;
  }
  .single-event .why-doxai .grid {
    grid-template-columns: 1fr;
  }
  .single-event .why-doxai .acc-grid {
    grid-template-columns: 1fr;
  }

  .single-event .section-cta .cta-awards .cta-inner-copy h3 {
    font-size: 24px;
    line-height: 30px;
  }
  .single-event .section-cta .cta-awards .cta-inner-copy p {
    font-size: 18px;
    line-height: 28px;
  }
  .single-event .section-cta .cta-awards {
    grid-template-columns: 1fr;
    padding: 30px;
  }
  .single-event .section-cta .cta-awards .cta-inner-image {
    order: -1;
    margin-left: 0;
    margin-right: auto;
  }
  .single-event .section-cta .bg-cta-award {
    top: -90px;
  }
  .single-event .section-cta .cta-awards .cta-inner-copy .btn-group {
    grid-template-columns: 1fr;
  }

  .single-event .product-section.section-faq h4.heading {
    font-size: calc(20 / 1440 * 100vw) !important;
  }
  .single-event .section-faq .MuiTypography-h2 {
    font-size: 28px;
    line-height: 34px;
  }
  .single-event .product-section.section-faq .faq-container {
    padding: 16px;
  }
  .single-event .product-section.section-faq h2.heading {
    margin-bottom: calc(40 / 600 * 100vw);
  }
  .single-event .product-section.section-faq h4.heading {
    font-size: calc(17 / 375 * 100vw) !important;
    line-height: calc(22 / 375 * 100vw) !important;
    margin-bottom: 0 !important;
  }
  .single-event .product-section.section-faq .card-content {
    font-size: calc(16 / 600 * 100vw);
    line-height: calc(21 / 600 * 100vw);
  }
  .single-event .product-section.section-faq .card-content-preview {
    padding-top: calc(16 / 600 * 100vw);
  }
  .single-event .product-section.section-faq .card-content-preview .description {
    font-family: 'SF Pro', Helvetica, Arial, sans-serif;
    font-size: calc(16 / 375 * 100vw);
    line-height: calc(21 / 375 * 100vw);
  }
  .single-event .product-section.section-faq.faq-tab .tab-buttons {
    gap: 10px;
    margin-bottom: calc(40 / 600 * 100vw);
  }
  .single-event .section-faq.faq-tab .tab-buttons {
    gap: 10px;
    margin-bottom: calc(40 / 600 * 100vw);
    display: inline-flex;
    flex-wrap: nowrap;
    overflow-y: scroll;
    width: 100%;
  }
  .single-event .product-section.section-faq.faq-tab .tab-button-item {
    font-size: 14px;
    line-height: 18px;
    padding: calc(16 / 600 * 100vw);
    min-width: fit-content;
  }
  .single-event .product-section.section-faq.faq-tab .tab-button-item.active::before {
    bottom: calc(-1 / 600 * 100vw);
    height: calc(4 / 600 * 100vw);
    border-radius: calc(8 / 600 * 100vw) calc(8 / 600 * 100vw) 0px 0px;
  }
  .single-event .product-section.feature-accordion .group-faq .group-title {
    font-size: calc(32 / 600 * 100vw) !important;
  }
  .single-event .product-section.feature-accordion .faq-container {
    margin-bottom: calc(16 / 600 * 100vw);
  }
  .single-event .product-section.feature-accordion .faq-container + .heading {
    margin-top: calc(24 / 600 * 100vw);
  }
}
