.bannerDateContainer {
  position: absolute;
  left: 5%;
  bottom: 14%;

  &::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 101%;
    height: 109%;
    border-radius: 50px;
    background: linear-gradient(90deg, #FFFFFF 0%, #FF2828 38%, #FFCA1D 50%, #2066FD 58%, #D22DE1 60%, #fff 100%);
    z-index: 1;
  }

  .bannerDate {
    background: #222;
    border-radius: 50px;
    gap: 30px;
    display: flex;
    padding: 16px 33px;
    align-items: center;
    z-index: 9;
    position: relative;



    a {
      text-decoration: none;
      color: #fff;


      p {
        color: #fff;
        font-weight: 600;
        margin-left: 15px;
        font-size: 25px;

      }
    }
  }

}

.speakers-body {
  z-index: 9;
  position: relative;
  gap: 20px 0px;

  .single-team {
    height: 100%;
    background: #fff;
  }
}

.custom-dss {
  .event-img img {
    width: 100%;
    object-fit: cover;
  }

  .dss-banner-latest .slick-dots {
    bottom: 39px !important;
    display: none !important;
  }

  .counter-wrapper .single-counter::before {
    transform: none;
    width: 100%;
    max-width: 100%;
    height: 100%;
    background: linear-gradient(#1FA2FF 0%, #0C255C 100%);
    border-radius: 20px;
  }

  .counter-wrapper .single-counter {
    max-width: 100%;
    height: 154px;
    border-radius: 20px;
    width: 100%;
  }

  .countbox-wrap {
    gap: 8px;
  }

  ul.list-unstyled.highlight-list {
    margin: 50px 0;
    padding: 0;

    li {
      list-style-type: none;
      font-size: 32px;
      display: flex;
      justify-content: flex-start;
      gap: 10px;
      align-items: flex-start;
      font-weight: 500;
      color: #0c255c;
      margin: 15px 0 10px 0;

      img {
        margin-top: 12px;
      }
    }
  }

  p.closing-text {
    font-size: 30px;
    line-height: 40px;
  }

  .counter-wrapper .single-counter .count {
    font-size: 46px;
  }

  .counter-wrapper .single-counter .text {
    font-size: 18px;
    margin-top: 0;
  }
}

.footerTwitter {
  background: #2f2f2f;
  width: 100%;
  height: 100%;
  border-radius: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;

}

.footerTwitter:hover {
  background: #04c5c0;
  -webkit-background-clip: text;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  color: white;
}

/* --- */
.location-box {
    position: relative;
    box-shadow: 0 20px 50px 0 rgba(0, 0, 0, 0.25);
    border-radius: 50px;
    padding: 40px;
}

.location-box::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 102%;
    height: 102%;
    border-radius: 50px;
    background: linear-gradient(90deg, #FFFFFF 0%, #FF2828 38%, #FFCA1D 50%, #2066FD 58%, #D22DE1 60%, #fff 100%);
    z-index: 1;
}

.location-box::after {
    display: block;
    content: "";
    width: 100%;
    height: 100%;
    border-radius: 50px;
    background: #0C255C;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

.location-box figure {
    position: relative;
    z-index: 2;
    border-radius: 34px;
    overflow: hidden;
    margin: 0 0 30px;
}

.loca-txt {
    color: #fff;
    position: relative;
    z-index: 2;
    font-size: 18px;
    line-height: 1.2;
    font-weight: 700;
    margin-top: 20px;
}

.loca-txt a {
    color: currentColor;
}

.loca-txt img {
    margin-right: 10px;
}

.loca-txt:first-child {
    margin: 0;
}
.conversation-area .section-title p {font-size: 30px;line-height: 1.5;margin: 25px 0 0} 
.section-title .line {background: linear-gradient(to right, #ff097c 0%,#7b04c5 100%)}
.contacts-area:before,.contacts-area::after {display: none !important;}
.contacts-area,
.day-information {
  background: url("https://www.digitalsuccess.co.in/assets/lib/images/background-day-information.png") no-repeat center center / cover;

  .session-box {
    background: linear-gradient(135deg, #f4f7fb, #dce6f5);
    border-radius: 12px;
    padding: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;

    h5 {
      color: #0c255c !important;
      font-size: 29px;
      inline-size: 200px;
    }
  }

  .session-icon {
    font-size: 2.5rem;
    color: #d63384;
    margin-bottom: 20px;
  }

  .schedule-item {
    background: rgb(0, 0, 0, 7%);
    padding: 15px 20px;
    border-radius: 20px;
    margin-bottom: 12px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border: 1px solid #fff;
    gap: 10px;

    &:last-child {
      margin-bottom: 0;
    }
  }

  .schedule-left {
    display: flex;
    align-items: center;
    width: 100%;
    gap: 10px;

    .schedule-title {
      font-weight: 600;
      color: #002b5c;
      width: 35%;
      min-width: 35%;
    }

    .schedule-desc {
      font-size: 0.95rem;
      color: #0C255C;
      font-weight: 600;
      width: calc(100% - 35%);
    }
  }



  .schedule-right {
    display: flex;
    align-items: center;
    gap: 8px;
    width: calc(100% - 70%);

    span {
      font-weight: 500;

    }
  }

  .speaker-icon {
    background: linear-gradient(90deg, #05AAE9 0%, #61B64C 100%);
    color: #fff;
    border-radius: 50%;
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    outline: 2px solid rgb(255 255 255 / 40%);
    outline-offset: -2px;
    overflow: hidden;
    flex-shrink: 0;

    &img {
      width: 19px;
      height: 25px;
    }

  }

  .speaker-icon~span {
    font-weight: 600;
    color: #000;
  }

  .speaker-icon {
    .person {
      width: 100%;
      height: 100%;
      object-fit: contain;
    }
  }

  .breakDivider {
    background: linear-gradient(90deg, #05AAE9 0%, #61B64C 100%);
    text-align: center;
    margin: 20px 0px;
    border-radius: 20px;
    padding: 25px 0px;

    p {
      color: #fff;
      font-weight: 600;
      font-size: 25px;
    }
  }
}

@media (min-width: 1600px) {
  .custom-dss {
    .counter-wrapper .single-counter .count {
      font-size: 58px;
    }

    p.closing-text {
      font-size: 32px;
    }
  }


  .schedule-title {
    font-size: 22px;
    width: 35%;
    min-width: 35%;
  }

  .schedule-desc {
    font-size: 17px;
    width: calc(100% - 35%);
  }

}

@media (max-width: 991px) {
  .schedule-right {
    width: calc(100% - 60%) !important;
  }

  .bannerDateContainer {
    bottom: 10%;

    & .bannerDate {
      & a {
        p {

          font-size: 20px;
        }
      }
    }
  }

  .session-box {
    margin-bottom: 20px;
  }

  .session-box>div {
    display: flex;
    align-items: center;
    gap: 20px;

  }
}

@media (max-width: 767px) {
  .conversation-area .section-title p {font-size: 18px}
  .location-box::after,
  .location-box::before {border-radius: 30px}
  .location-box {border-radius: 30px;padding: 20px}
  .location-box figure {border-radius: 20px}
  .loca-txt {font-size: 15px;margin-top: 15px}
  .schedule-right {
    width: 250px !important;
  }

  .schedule-left {
    width: calc(100% - 250px) !important;
  }

  .dss-banner-latest .slick-dots {
    bottom: 15px !important;
  }

  .bannerDateContainer {
    position: relative;
    left: auto;
    width: 100%;
    margin: 0 auto;
  }

  .bannerDateContainer::before {
    border-radius: 0;
  }

  .bannerDateContainer .bannerDate {
    border-radius: 0;
  }

  .footer-area .ftr-wrapper {
    max-width: fit-content;
    padding-left: 20px;
    padding-right: 20px;
  }

}

@media (max-width: 650px) {
  .counter-wrapper .single-counter .count {
    font-size: 28px !important;
  }

  .counter-wrapper .single-counter {
    padding: 0px 10px !important;
    gap: 15px;
  }

  .counter-wrapper .single-counter .text {
    font-size: 16px !important;
  }

  .countbox-wrap {
    gap: 0 !important;
  }

  .schedule-right {
    width: 160px !important;
  }

  .schedule-left {
    width: calc(100% - 160px) !important;
  }
}

@media (max-width: 620px) {
  .bannerDateContainer {
    & .bannerDate {
      & a {
        p {
          font-size: 16px !important;
        }
      }
    }
  }
}

@media (max-width: 576px) {
  .session-box h5 {
    font-size: 22px !important;
    inline-size: auto !important;
  }

  .session-icon img {
    width: 45px;
  }

  #about>.row {
    margin: 0 !important;
    padding-left: 20px !important;
    padding-right: 20px !important;
  }

  .countbox-wrap {
    flex-direction: column;
  }

  .schedule-item {
    padding: 15px 15px !important;
  }

  .counter-wrapper .single-counter .text {
    font-size: 20px !important;
  }

  .counter-items {
    display: flex;
    align-items: center;
    gap: 5px;
  }

  .counter-wrapper .single-counter {
    height: auto !important;
    padding: 15px 5px !important;
    margin-bottom: 15px;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}

@media (max-width: 520px) {
  .custom-dss ul.list-unstyled.highlight-list li {
    font-size: 22px !important;
  }

  .bannerDateContainer .bannerDate {
    flex-direction: column;
    gap: 5px;
  }

  .schedule-left {
    flex-direction: column !important;
  }

  .schedule-title,
  .schedule-desc {
    width: 100% !important;
  }
}