/* ACP26 site overrides */

.header-area .main-header-area .logo-img img {
  width: 200px;
  max-width: 200px;
  height: auto;
}

@media (max-width: 767px) {
  .header-area .main-header-area .logo-img img {
    width: 140px;
    max-width: 140px;
  }
}

.slider_area .single_date i {
  display: inline-block;
  font-style: normal;
  font-size: 22px;
  line-height: 1;
  vertical-align: middle;
  margin-right: 8px;
  color: #fff;
}

.slider_area .single_date .fa {
  font-family: FontAwesome !important;
}

.slider_area .single_date.hero_datetime {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
}

.slider_area .hero_date_line,
.slider_area .hero_time_line {
  display: block;
  width: 100%;
  line-height: 1.35;
}

.slider_area .hero_date_line i,
.slider_area .hero_time_line i {
  width: 22px;
  text-align: center;
  margin-right: 8px;
}

.about_feature_list {
  list-style: none;
  padding: 0;
  margin: 0 0 30px;
}

.about_feature_list li {
  position: relative;
  padding: 12px 0 12px 42px;
  margin-bottom: 8px;
  font-size: 15px;
  line-height: 1.6;
  color: #727272;
  border-bottom: 1px dashed #e5e5e5;
}

.about_feature_list li:last-child {
  border-bottom: none;
}

.about_feature_list li::before {
  content: "\f00c";
  font-family: FontAwesome;
  position: absolute;
  left: 0;
  top: 12px;
  width: 28px;
  height: 28px;
  line-height: 28px;
  text-align: center;
  border-radius: 50%;
  background: #e31c25;
  color: #fff;
  font-size: 12px;
}

.highlight_feature_list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.highlight_feature_list li {
  position: relative;
  padding: 16px 0 16px 28px;
  margin-bottom: 6px;
  font-size: 16px;
  line-height: 1.7;
  color: #727272;
  border-left: 3px solid #e31c25;
  background: #fafafa;
  padding-left: 24px;
  padding-right: 16px;
}

.highlight_feature_list li strong {
  color: #1f1f1f;
  display: block;
  margin-bottom: 4px;
}

.featured_speaker_card {
  max-width: 860px;
  margin: 0 auto;
}

.featured_speaker_card .speaker_thumb img {
  width: 100%;
  max-width: 320px;
  border-radius: 4px;
}

.featured_speaker_bio h3 {
  margin-bottom: 8px;
}

.featured_speaker_bio .speaker_role {
  color: #e31c25;
  font-weight: 600;
  margin-bottom: 16px;
}

.call_speaker_wrap {
  margin-top: 40px;
  text-align: center;
}

.vision_mission_box {
  background: #fafafa;
  border-left: 4px solid #e31c25;
  padding: 28px 24px;
  height: 100%;
}

.vision_mission_box h4 {
  color: #1f1f1f;
  margin-bottom: 12px;
  font-weight: 700;
}

.vision_mission_box p {
  margin-bottom: 0;
  color: #727272;
  line-height: 1.7;
}

.ticket_info_box {
  background: #fff;
  border: 1px solid #eee;
  padding: 28px 24px;
  height: 100%;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.04);
}

.ticket_info_label {
  display: inline-block;
  background: #e31c25;
  color: #fff;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  padding: 4px 10px;
  margin-bottom: 12px;
}

.ticket_info_box h4 {
  margin-bottom: 18px;
  font-weight: 700;
}

.ticket_table {
  margin-bottom: 0;
}

.ticket_table td {
  border-top: 1px solid #eee;
  padding: 10px 0;
  vertical-align: middle;
  font-size: 14px;
  line-height: 1.45;
}

.ticket_table td:last-child {
  text-align: right;
  font-weight: 600;
  white-space: nowrap;
}

.ticket_table--dates td {
  padding: 14px 8px 14px 0;
  vertical-align: top;
  line-height: 1.5;
  white-space: normal;
}

.ticket_table--dates td:first-child {
  width: 48%;
  padding-right: 12px;
  color: #555;
  font-weight: 500;
}

.ticket_table--dates td:last-child {
  width: 52%;
  white-space: normal;
  font-weight: 600;
  color: #1f1f1f;
  line-height: 1.45;
}

.ticket_table--dates .ticket_sub {
  display: inline-block;
  margin-top: 4px;
  font-size: 12px;
  font-weight: 500;
  color: #888;
  line-height: 1.4;
}

.ticket_form_wrap {
  background: #fafafa;
  border: 1px solid #eee;
  padding: 40px 30px;
}

.ticket_form_wrap .form-contact .form-control {
  background: #fff;
}

.ticket_form_wrap select.form-control {
  height: 48px;
  -webkit-appearance: menulist;
  appearance: menulist;
}

.coupon_feedback {
  font-size: 13px;
  line-height: 1.45;
  min-height: 1.2em;
}

.coupon_feedback--applied {
  color: #1e7e34;
  font-weight: 500;
}

.coupon_feedback--applied .coupon_subtotal {
  color: #5a8f62;
  font-weight: 400;
}

.coupon_feedback--invalid {
  color: #c0392b;
}

@media (max-width: 767px) {
  .ticket_form_wrap {
    padding: 28px 18px;
  }
}
