/* Form */
/*  Form Elements
 --------------------------*/
input:focus, input:active, select:focus, select:active, button.btn:focus, button.btn:active {
  outline: none; }

/* Icons
------------------------*/
.chevron-arrow-left {
  display: inline-block;
  border-right: 2px solid #a8a8a8;
  border-bottom: 2px solid #a8a8a8;
  width: 8px;
  height: 8px;
  transform: rotate(-225deg); }

.chevron-arrow-right {
  width: 5px;
  height: 5px;
  display: inline-block;
  transform: rotate(-45deg);
  border-right: 1px solid #a8a8a8;
  border-bottom: 1px solid #a8a8a8; }

/*Fonts - sizes
 --------------------------*/
body {
  font-size: 16px;
  line-height: 1.25;
  color: #212121;
  overflow-x: hidden; }

.page-wrapper,
.default-page-style,
[id="__next"] {
  max-width: 100%;
  width: 100%;
  margin: 0 auto;
  overflow: hidden; }
  @media (min-width: 1800px) {
    .page-wrapper,
    .default-page-style,
    [id="__next"] {
      display: contents; } }
  @media (max-width: 1365px) {
    .page-wrapper,
    .default-page-style,
    [id="__next"] {
      width: 100%; } }
  @media (max-width: 991px) {
    .page-wrapper,
    .default-page-style,
    [id="__next"] {
      width: auto; } }
  @media (max-width: 767px) {
    .page-wrapper,
    .default-page-style,
    [id="__next"] {
      width: 100%; } }

/* Heading Stylng */
h1, h2, h3, .title, .title2, .title3, h4, h5, h6 {
  font-weight: normal;
  line-height: 1.25;
  font-style: normal;
  font-stretch: normal;
  font-family: 'Playfair Display', serif;
  font-weight: 900;
  margin: 0 0 7px 0;
  padding: 0; }

h2 {
  font-size: calc(34px + var(--font-size-pixel)); }
  @media (max-width: 767px) {
    h2 {
      font-size: 32px; } }

h3, .title, .title2, .title3 {
  font-size: 36px; }
  @media (max-width: 767px) {
    h3, .title, .title2, .title3 {
      font-size: 28px; } }

h4, .h4 {
  font-size: 24px;
  font-weight: 400; }

h5, .h5 {
  font-size: 20px; }

h6 {
  font-size: 16px; }

.bg-white {
  background-color: #ffffff !important; }

.bg-gray {
  background-color: #eeeeee !important; }

.bg-grey-01 {
  background-color: #EFEFEF; }

.bg-yellow {
  background-color: #f2bd12 !important; }

.color-white {
  color: #ffffff !important; }

.color-gray {
  color: #212121 !important; }

.color-yellow {
  color: #f2bd12 !important; }

.title div {
  font-family: 'Playfair Display', serif;
  position: relative;
  display: inline-block;
  z-index: 1;
  transition: all 0.25s;
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  -ms-transition: all 0.25s;
  -o-transition: all 0.25s; }
  @media (max-width: 767px) {
    .title div {
      display: inline; } }
  .title div:after {
    content: '';
    position: absolute;
    top: 0;
    right: -10px;
    bottom: 0;
    z-index: -1;
    transition: all 0.25s;
    -webkit-transition: all 0.25s;
    -moz-transition: all 0.25s;
    -ms-transition: all 0.25s;
    -o-transition: all 0.25s;
    width: 0; }
    @media (max-width: 767px) {
      .title div:after {
        content: none; } }

.title span {
  font-family: 'Playfair Display', serif; }

.title.subHeading-red span {
  background-color: #EF6D41;
  color: #ffffff; }
  @media (max-width: 767px) {
    .title.subHeading-red span {
      color: #212121; } }

.title.white div {
  color: #ffffff; }

.title.white:after {
  background: url("/assets/images/white-arrow-lg.svg") no-repeat center;
  background-size: contain; }

.title.red div {
  color: #ffffff; }

.title.red span {
  color: #ffffff; }

.title.red:after {
  background: url("/assets/images/white-arrow-lg.svg") no-repeat center;
  background-size: contain; }

.title.gray div {
  color: #909090; }

.title.gray:after {
  background: url("/assets/images/white-arrow-lg.svg") no-repeat center;
  background-size: contain; }

.title2 {
  margin-bottom: 60px; }
  @media (max-width: 767px) {
    .title2 {
      margin-bottom: 20px; } }

.title3 {
  font-size: 32px;
  margin-bottom: 40px; }
  @media (max-width: 767px) {
    .title3 {
      margin-bottom: 20px;
      font-size: 28px !important; } }

.title4 {
  font-size: 24px;
  margin-bottom: 40px;
  font-weight: 900; }
  @media (max-width: 767px) {
    .title4 {
      margin-bottom: 20px; } }

.pm-stiac-page .title span:empty {
  display: none; }

@media (max-width: 767px) {
  .pm-stiac-page .title {
    max-width: 100%; } }

@media (max-width: 767px) {
  .pm-stiac-page .title:after {
    content: none; } }

strong {
  font-weight: 700; }

.readmore {
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  line-height: 1.2;
  text-transform: uppercase;
  font-weight: 700;
  position: relative;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  color: #EF6D41; }
  .readmore:after {
    content: '';
    width: 11px;
    height: 10px;
    background: url("/assets/images/red-arrow.svg") no-repeat center;
    background-size: contain;
    display: inline-block;
    position: relative;
    right: -8px;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s; }
  .readmore:hover:after {
    right: -15px; }
  .readmore.blue {
    color: #4454a4; }
    .readmore.blue:after {
      background: url("/assets/images/blue-arrow.svg") no-repeat center;
      background-size: contain; }
  .readmore.black {
    color: #212121; }
    .readmore.black:after {
      background: url("/assets/images/black-arrow.svg") no-repeat center;
      background-size: contain; }
  .readmore.white {
    color: #ffffff; }
    .readmore.white:after {
      background: url("/assets/images/white-arrow.svg") no-repeat center;
      background-size: contain; }

.btn-row {
  margin-top: 30px; }
  @media (max-width: 767px) {
    .btn-row {
      margin-top: 20px; } }

.btn {
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  display: inline-block;
  font-size: 12px;
  line-height: 1.2;
  text-transform: uppercase;
  background-color: #FFBE00;
  padding: 12px;
  font-weight: 700;
  color: #212121;
  position: relative;
  overflow: hidden; }
  @media (max-width: 767px) {
    .btn {
      vertical-align: middle; } }
  .btn:after {
    content: '';
    width: 11px;
    height: 10px;
    background: url("/assets/images/black-arrow.svg") no-repeat center;
    background-size: contain;
    display: inline-block;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    right: 0;
    position: relative; }
  .btn.white {
    background-color: #ffffff;
    color: #212121; }
  .btn.black {
    background-color: #212121;
    color: #ffffff; }
    .btn.black:after {
      background: url("/assets/images/white-arrow.svg") no-repeat center;
      background-size: contain; }
  .btn span {
    position: relative;
    display: inline-block;
    left: 0;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    margin-right: 10px; }
  .btn:hover span {
    left: -5px; }
  .btn:hover:after {
    right: -5px; }
  .btn.style2 {
    background-color: #212121;
    color: #EF6D41;
    font-size: 14px;
    text-align: center;
    transition: none;
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none; }
    .btn.style2:before {
      content: '';
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      z-index: 0;
      transition: all 0.3s;
      -webkit-transition: all 0.3s;
      -moz-transition: all 0.3s;
      -ms-transition: all 0.3s;
      -o-transition: all 0.3s;
      transform: translateY(100px);
      -webkit-transform: translateY(100%);
      -moz-transform: translateY(100%);
      -ms-transform: translateY(100%);
      -o-transform: translateY(100%); }
    .btn.style2:after {
      background: url("/assets/images/red-arrow.svg") no-repeat center;
      background-size: contain; }
    .btn.style2:hover {
      color: #212121; }
      .btn.style2:hover:before {
        transform: translateY(0);
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        background-color: #ffffff; }
      .btn.style2:hover:after {
        background: url("/assets/images/black-arrow.svg") no-repeat center;
        background-size: contain; }

.downloadBtn {
  position: relative;
  font-size: 14px;
  line-height: 1.1;
  text-transform: uppercase;
  font-weight: 700;
  font-family: 'Montserrat', sans-serif;
  display: inline-block;
  color: #212121; }
  .downloadBtn:after {
    content: '';
    width: 9px;
    height: 9px;
    background: url("/assets/images/download-icon.svg") no-repeat center;
    background-size: 9px;
    display: inline-block;
    margin-left: 10px;
    border-bottom: 2px solid #212121; }

mark {
  display: inline-block;
  background-color: #e96c40;
  font-size: 10px;
  line-height: 1;
  text-transform: uppercase;
  color: #ffffff;
  padding: 5px 7px;
  font-weight: 700; }
  @media (max-width: 767px) {
    mark {
      font-size: 8px;
      line-height: 1.2; } }

.image-center img {
  display: table;
  margin: 0 auto; }

.show-mobile {
  display: none !important; }
  @media (max-width: 767px) {
    .show-mobile {
      display: block !important; } }

@media (max-width: 767px) {
  .hide-mobile {
    display: none !important; } }

.readblue {
  cursor: pointer;
  display: inline-block;
  font-size: 16px;
  line-height: 1.2;
  text-transform: uppercase;
  font-weight: 700;
  position: relative;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  color: #EF6D41;
  color: #4454a4; }
  .readblue:after {
    content: '';
    width: 11px;
    height: 10px;
    background: url("/assets/images/blue-arrow.svg") no-repeat center;
    background-size: contain;
    display: inline-block;
    position: relative;
    right: -8px;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s; }
  .readblue:hover:after {
    right: -15px; }
  @media (max-width: 767px) {
    .readblue {
      font-size: 14px; } }

.border-container-right {
  border-left: 10px solid #FFBE00;
  margin-left: 100px;
  margin-top: 24px;
  margin-bottom: 24px;
  padding-right: 100px; }
  @media (max-width: 991px) {
    .border-container-right {
      margin-left: 20px;
      padding-right: 20px; } }
  @media (max-width: 767px) {
    .border-container-right {
      padding: 0 20px;
      border-right: 10px solid #FFBE00;
      margin: 0 20px 30px 20px; } }

.border-container-left {
  border-right: 10px solid #FFBE00;
  margin-right: 100px;
  margin-top: 24px;
  margin-bottom: 24px;
  padding-left: 100px !important; }
  @media (max-width: 1365px) {
    .border-container-left {
      margin-right: 90px;
      padding-left: 90px !important; } }
  @media (max-width: 991px) {
    .border-container-left {
      padding: 30px !important;
      margin-right: 20px; } }
  @media (max-width: 767px) {
    .border-container-left {
      margin: 0;
      width: 100%;
      border-right: 10px solid #FFBE00;
      border-bottom: 0; } }

.popup-banner {
  position: relative;
  top: 35%;
  margin-top: 80px;
  transform: translateY(-40%);
  max-width: 630px;
  margin-left: auto;
  margin-right: auto;
  background: #fff;
  padding: 20px;
  border-radius: 10px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  text-align: center;
  font-size: 14px;
  border: 1px solid #FFBE00; }
  .popup-banner::after {
    content: "";
    background: #f2bd12;
    width: 100%;
    height: 10px;
    position: absolute;
    bottom: 0;
    border-radius: 0 0 10px 10px; }
  .popup-banner .popup-heading {
    font-weight: 700;
    padding-bottom: 10px;
    font-size: 16px; }
  .popup-banner .popup-description {
    padding-bottom: 10px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center; }
    .popup-banner .popup-description .read-more {
      color: #FFBE00;
      cursor: pointer; }
    .popup-banner .popup-description a {
      color: #FFBE00;
      cursor: pointer; }
    .popup-banner .popup-description img {
      padding: 14px 0px;
      width: 100%; }
  .popup-banner .popup-link a {
    color: #000000; }
  .popup-banner .close_btn {
    position: absolute;
    top: -50px;
    right: -30px;
    z-index: 1;
    background-color: transparent;
    color: #ffffff;
    border: none;
    font-size: 60px;
    line-height: 38px;
    font-family: "Montserrat", sans-serif;
    font-weight: 100;
    cursor: pointer; }
    @media (max-width: 650px) {
      .popup-banner .close_btn {
        right: -1px; } }

.modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 999;
  animation: fadeIn 0.3s ease;
  overflow-y: auto; }

.modal-overlay.active {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px; }

@keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@keyframes slideUp {
  from {
    transform: translateY(50px);
    opacity: 0; }
  to {
    transform: translateY(0);
    opacity: 1; } }

/* Modal Container */
.modal-container {
  background: #ffffff;
  border-radius: 12px;
  max-width: 680px;
  width: 100%;
  max-height: 85vh;
  border: 2px solid #ffd700;
  border-top: none;
  border-left: none;
  box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.2), 4px 4px 0 #ffd700;
  animation: slideUp 0.4s ease;
  position: relative;
  overflow-y: auto;
  overflow-x: hidden;
  display: flex;
  flex-direction: column; }

/* Close Button */
.modal-close {
  position: absolute;
  top: 15px;
  right: 15px;
  background: rgba(255, 255, 255, 0.9);
  border: none;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  cursor: pointer;
  font-size: 24px;
  line-height: 1;
  color: #333;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15); }

.modal-close:hover {
  background: #fff;
  transform: rotate(90deg);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2); }

/* Banner Section */
.banner-section {
  width: 100%;
  padding: 20px;
  background: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  flex-shrink: 0;
  border-bottom: 1px solid #e2e8f0; }

.banner-logo {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  max-height: 120px; }

.banner-logo img {
  max-width: 100%;
  max-height: 120px;
  height: auto;
  width: auto;
  object-fit: contain; }

.banner-logo svg {
  max-width: 100%;
  max-height: 120px;
  height: auto;
  width: auto; }

/* Modal Content */
.modal-content {
  padding: 20px; }

.modal-title {
  font-size: 24px;
  font-weight: 700;
  color: #1a1a1a;
  margin-bottom: 10px;
  line-height: 1.3;
  text-align: center; }

.modal-subtitle {
  font-size: 16px;
  color: #4a5568;
  margin-bottom: 15px;
  font-weight: 500; }

.event-details {
  background: #f8f9fa;
  border-left: 4px solid #0066cc;
  padding: 15px;
  border-radius: 6px;
  margin-bottom: 20px; }

.event-detail-item {
  display: flex;
  align-items: flex-start;
  margin-bottom: 12px; }

.event-detail-item:last-child {
  margin-bottom: 0; }

.event-icon {
  font-size: 20px;
  margin-right: 12px;
  color: #0066cc;
  flex-shrink: 0;
  margin-top: 2px; }

.event-text {
  flex: 1; }

.event-label {
  font-weight: 600;
  color: #2d3748;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-bottom: 4px; }

.event-value {
  font-size: 15px;
  color: #1a202c;
  line-height: 1.4; }

.speaker-list {
  margin-top: 8px;
  padding-left: 0;
  list-style: none; }

.speaker-list li {
  font-size: 14px;
  color: #1a202c;
  line-height: 1.5;
  margin-bottom: 6px; }

.speaker-list li:last-child {
  margin-bottom: 0; }

/* Action Links Container */
.action-links-container {
  margin-top: 20px;
  padding: 20px;
  background: #fff;
  border-radius: 6px;
  display: flex;
  flex-direction: row;
  gap: 12px; }

.action-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  color: #000000;
  text-decoration: none;
  font-size: 14px;
  font-weight: 600;
  padding: 10px 12px;
  background: #ffffff;
  border: 2px solid #ffd700;
  border-radius: 6px;
  transition: all 0.3s ease;
  text-align: center;
  flex: 1;
  box-shadow: 2px 2px 0 #ffd700;
  text-transform: uppercase;
  line-height: 1.2;
  min-height: 50px; }

.action-link span:last-child {
  display: block;
  line-height: 1.2; }

.action-link:hover {
  background: #FFEBB3;
  border-color: #ffd700;
  color: #000000;
  box-shadow: 3px 3px 0 #ffd700; }

.action-link.register-link {
  background: #ffffff;
  border-color: #ffd700;
  color: #000000; }

.action-link.register-link:hover {
  background: #FFEBB3;
  border-color: #ffd700;
  color: #000000;
  box-shadow: 3px 3px 0 #ffd700; }

.action-icon {
  font-size: 20px; }

/* Accordion Styles */
.accordion-section {
  margin-bottom: 15px;
  border: 1px solid #e2e8f0;
  border-radius: 6px;
  overflow: hidden;
  background: #ffffff; }

.accordion-header {
  padding: 15px 20px;
  background: #f8f9fa;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: background 0.3s ease;
  border-bottom: 1px solid #e2e8f0; }

.accordion-header:hover {
  background: #f0f0f0; }

.accordion-header.active {
  background: #f0f7ff;
  border-bottom: 2px solid #0066cc; }

.accordion-title {
  font-size: 16px;
  font-weight: 600;
  color: #1a1a1a;
  display: flex;
  align-items: center;
  gap: 10px; }

.accordion-icon {
  font-size: 18px; }

.accordion-toggle {
  font-size: 20px;
  color: #0066cc;
  transition: transform 0.3s ease; }

.accordion-header.active .accordion-toggle {
  transform: rotate(180deg); }

.accordion-preview {
  font-size: 14px;
  color: #4a5568;
  margin-top: 5px;
  line-height: 1.4; }

.accordion-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease;
  background: #ffffff; }

.accordion-content.active {
  max-height: 2000px; }

.accordion-body {
  padding: 20px; }

/* Speakers Grid */
.speakers-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(140px, 1fr));
  gap: 15px;
  margin-top: 15px; }

.speaker-card {
  text-align: center;
  padding: 10px;
  border-radius: 6px;
  background: #f8f9fa;
  transition: transform 0.2s ease, box-shadow 0.2s ease; }

.speaker-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); }

.speaker-thumbnail {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  margin: 0 auto 10px;
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  font-size: 32px;
  font-weight: 600;
  border: 3px solid #ffffff;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  position: relative; }

.speaker-thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%; }

.speaker-thumbnail .initials {
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%); }

.speaker-name {
  font-size: 13px;
  font-weight: 600;
  color: #1a1a1a;
  margin-bottom: 4px;
  line-height: 1.3; }

.speaker-title {
  font-size: 11px;
  color: #4a5568;
  line-height: 1.3; }

/* Agenda Styles */
.agenda-day {
  margin-bottom: 20px; }

.agenda-day-title {
  font-size: 16px;
  font-weight: 700;
  color: #0066cc;
  margin-bottom: 15px;
  padding-bottom: 8px;
  border-bottom: 2px solid #0066cc; }

.agenda-item {
  margin-bottom: 15px;
  padding: 12px;
  background: #f8f9fa;
  border-left: 3px solid #0066cc;
  border-radius: 4px; }

.agenda-time {
  font-weight: 600;
  color: #1a1a1a;
  font-size: 14px;
  margin-bottom: 5px; }

.agenda-event {
  font-size: 14px;
  color: #2d3748;
  line-height: 1.5; }

.agenda-link {
  display: inline-block;
  margin-top: 15px;
  color: #0066cc;
  text-decoration: none;
  font-size: 14px;
  font-weight: 600; }

.agenda-link:hover {
  text-decoration: underline; }

/* Responsive Design */
@media (max-width: 768px) {
  .modal-container {
    max-width: 95%;
    margin: 20px auto; }
  .modal-content {
    padding: 15px; }
  .modal-title {
    font-size: 22px; }
  .modal-subtitle {
    font-size: 15px; }
  .event-details {
    padding: 12px; }
  .action-links-container {
    flex-direction: column;
    gap: 10px; }
  .action-link {
    font-size: 15px;
    padding: 10px 20px; }
  .banner-section {
    padding: 15px;
    gap: 10px; }
  .banner-logo {
    max-height: 80px; }
  .banner-logo img,
  .banner-logo svg {
    max-height: 80px; }
  .speakers-grid {
    grid-template-columns: repeat(auto-fill, minmax(120px, 1fr));
    gap: 10px; }
  .speaker-thumbnail {
    width: 60px;
    height: 60px;
    font-size: 24px; }
  .speaker-name {
    font-size: 12px; }
  .speaker-title {
    font-size: 10px; }
  .accordion-header {
    padding: 12px 15px; }
  .accordion-body {
    padding: 15px; } }

/* Don't show on print */
@media print {
  .modal-overlay {
    display: none !important; } }

