/* Page-specific overrides for Great India AI Summit — moved out of index.html <style> blocks and inline style attributes */

html {
  scroll-padding-top: 70px;
}
.border-red {
  border-color: red;
}

.schedule-box .speaker-bio p.fs-6 {
  font-size: 13px;
  line-height: 18px;
  font-weight: 500;
}

.schedule-box .nav div {
  width: 100%;
  height: 155px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  background: #10a7e6;
  color: #fff;
  border-bottom: 1px solid rgba(255, 255, 255, .2);
  padding: 0 10%;
  cursor: pointer;
  position: relative;
}

.schedule-box .nav div .day {
  width: 100%;
  display: block;
  font-size: 15px;
  font-weight: 600;
  margin-top: 0;
  line-height: 1.5;
  text-align: center;
}

.banner-conference-two {
  background: url('../image/Banner-1.jpg') no-repeat;
  background-size: cover;
  margin-top: 63px;
  background-position: right;
}

.banner-conference-two .content-box h2 {
  display: block;
  font-size: 38px;
  line-height: 1.2em;
  color: #fff;
  font-weight: 700;
  margin-bottom: 20px;
}

.OldAgendaUI .tab-content {
  margin: 0 auto;
  width: 90%;
  padding: 15px;
}

.OldAgendaUI .tab-content .event-description {
  padding: 10px 0 !important;
  display: block !important;
}

.OldAgendaUI .tab-content .event-time {
  text-align: center;
  display: flex !important;
  align-items: center !important;
  justify-content: center;
  padding: 10px !important;
}

.OldAgendaUI .tab-content .event-time p {
  padding: 0 !important;
  margin: 0;
  font-weight: 600;
  color: #000;
  font-size: 16px;
}

.OldAgendaUI .tab-content .event-description p {
  margin: 0;
  font-size: 14px;
}

.OldAgendaUI .tab-content .timeline .event-description h5 {
  color: #4223a7 !important;
  margin-bottom: 0;
  margin-top: 13px;
}

.OldAgendaUI .tab-content .event-description .speaker-wrapper {
  min-width: 100% !important;
  width: 100% !important;
}

.OldAgendaUI .event-time {
  padding: 0 10px;
}

.speakerWrapper {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 20px;
}

.speakerWrapper .speaker-img img {
  max-width: 55px;
  margin-right: 5px;
  border-radius: 100px;
}

.speakerWrapper .speaker-bio {
  display: flex;
  align-items: center;
  width: 73%;
}

.speakerWrapper .speaker-bio p.fs-6.designation {
  color: #000 !important;
  opacity: 1;
  font-size: 11px;
  margin-top: 0px;
}

.speakerWrapper .speaker-bio h6.fw-bold.mb-0 {
  font-weight: 600;
  color: #042d60;
  line-height: 19px;
  font-size: 15px;
}

.schedule-box .tab-content .timeline .event-time p {
  font-size: 14px;
  font-weight: 600;
}

.schedule-box .tab-content .timeline .event-time {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 180px;
}

.schedule-box .tab-content .timeline .event-description {
  width: calc(100% - 200px);
}

.speaker-block-three .inner-box:after {
  position: absolute;
  left: 39%;
  width: 83px;
  height: 41px;
  background: none;
  content: '';
  bottom: 0;
  z-index: 11;
  background-position: left;
  background-size: 100%;
  opacity: 0.2;
}

section.why-choose-us.bg-white {
  position: relative;
}

section.why-choose-us.bg-white:after {
  right: 0;
  width: 377px;
  height: 271px;
  background: url('../image/shape-triangle.png') no-repeat;
  background-size: 100%;
  content: '';
  bottom: 0px;
  position: absolute;
  opacity: 1;
  z-index: 0;
}

section#about:after {
  content: '';
  width: 100%;
  height: 100%;
  background: url('../image/cloud.jpg');
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.8;
  background-attachment: fixed;
  background-size: cover;
  z-index: 1;
}

.about-section .row.pt-5 {
  z-index: 2;
  position: relative;
}

section#register {
  position: relative;
  background: #042d60;
}

section#register:after {
  content: '';
  background: url('../image/registerBg.jpg');
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  z-index: 0;
  opacity: 1;
  background-attachment: fixed;
  background-size: cover;
  background-repeat: no-repeat;
}

section#register .auto-container {
  position: relative;
  z-index: 1;
}

section#agendas {
  background: #fff !important;
}

.list-style-one li b {
  color: #032d60;
}

.why-choose-us h5.text-body {
  color: #032d60 !important;
}

.speaker-block-three {
  margin-bottom: 30px;
}

.speaker-block-three .inner-box {
  position: relative !important;
  height: auto;
  background: transparent;
  box-shadow: none;
  text-align: center;
}

.speaker-block-three .inner-box:hover {
  box-shadow: none;
  background: none;
}

.speaker-block-three .image-box {
  transition: all 0.5s ease;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  border-radius: 50%;
  overflow: hidden;
  width: 150px;
  height: 150px;
  margin: 0 auto;
}

.speaker-block-three .image-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.speaker-block-three .info-box {
  margin-top: 0;
  background: transparent !important;
}

.speaker-block-three .info-box a {
  pointer-events: none;
}

.main-footer .footer-bottom .copyright-text p {
  margin-top: 5px;
  font-size: 14px;
}

.OfferText {
  width: 100%;
  text-align: center;
  display: flex;
  justify-content: center;
}

.OfferText h6 {
  text-align: center;
  color: #4223a7 !important;
  font-weight: bold;
  position: relative;
  width: fit-content;
  padding: 0 20px;
}

.OfferText h6:after {
  content: "";
  position: absolute;
  right: -100px;
  top: 50%;
  transform: translateY(-50%);
  width: 100px;
  height: 2px;
  background: #4223a7;
}

.OfferText h6:before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -100px;
  width: 100px;
  height: 2px;
  background: #4223a7;
}

/* Elements previously styled via inline style="" attributes */
.nav-register-btn {
  padding: 10px;
  color: #fff;
  border-radius: 2px;
}

.event-login-btn {
  padding: 12px;
  color: #0b9dda;
  background: white;
  border-radius: 2px;
  font-size: 15px;
  min-width: 120px;
}

/* Not Bootstrap's d-none (!important) — these are toggled at runtime via element.style.display */
.initially-hidden {
  display: none;
}

@media (max-width: 767px) {
  section.banner-conference-two {
    background-image: url('../image/mobile-banner.jpg') !important;
    background-position: left !important;
  }
  .bannerLogo {
    max-width: 150px;
    margin-bottom: 15px;
  }
  .speaker-block-three {
    margin-bottom: 0;
  }
  .speaker-block-three .inner-box {
    margin-bottom: 30px;
    box-shadow: none;
    height: auto;
  }
  .speaker-block-three .image-box {
    transform: none;
  }
  .speakerWrapper {
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .speakerWrapper .speaker-bio {
    width: 100%;
    justify-content: center;
  }
  .speakerWrapper .speaker-img img {
    margin-right: 0;
    margin-bottom: 10px;
  }
  .OldAgendaUI .tab-content .event-description .speaker-wrapper {
    width: auto !important;
    min-width: 0 !important;
  }
}
