.row-06-bg {
    min-height: 700px;
}

.row-06-bg .big-title{
    font-size: 80px;
    font-weight: 900!important;
    font-family: 'Lato', sans-serif;
}


.countdown-section {
  background: #0b8fd3;
}

.countdown-box {
  color: #fff;
}

.countdown-number {
  font-size: 72px;
  font-weight: 700;
  line-height: 1;
  color: #fff;
}

.countdown-label {
  margin-top: 8px;
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  letter-spacing: 0.5px;
}

@media (max-width: 767.98px) {
  .countdown-number {
    font-size: 42px;
  }

  .countdown-label {
    font-size: 14px;
  }
}


.row-06-bg .venue-panel{
  background: linear-gradient(to bottom, #ffffff, #d7d7d7);
}

.row-06-bg .venue-panel .icon{
  height: 48px;
  padding-top: 6px;
}

.row-06-bg .venue-panel .label{
  font-size: 17px;
  line-height: 1.4em;
  font-weight: 900;
}

.row-06-bg .venue-panel .value{
  font-size: 15px;
  line-height: 1.2em;
}

.v-seperator1, .v-seperator2, .v-seperator3 {
  position: relative;
}

.v-seperator1::after, .v-seperator2::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 3px;              
  height: 100%;
  background-image: url("../images/row06/seperator.avif");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

@media (max-width: 1199.98px) {
  .row-06-bg {
      min-height: 800px;
  }
}

@media (max-width: 991.98px) {
  .row-06-bg {
      min-height: 880px;
  }
}

@media (max-width: 767.98px) { 
  .row-06-bg {
      min-height: 940px;
  }

  .v-seperator2::after {
    background-image: none;
  }

  .v-seperator3::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 2px; 
    background-image: url("../images/row06/divider.avif");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% 100%;
  }

.row-06-bg .venue-panel .value{
  font-size: 12px;
  line-height: 1.2em;
}

}  
/*
  .row-06-bg .sub-title {
        font-size: 22px;
  }

  .row-06-bg .sub-title::before {
      font-size: 32px;
      content: "\F140";
      font-family: "bootstrap-icons";
      display: inline-block;
      margin-right: 0px;
      vertical-align: middle;
      padding-right: 10px;
      margin-top: -10px;

  }

@media (min-width: 0px) and (max-width: 767px){
    .row-06-bg .content-text {
        font-size: 15px;
    }
}

.row-06-bg .subtitle{
  font-size: 30px;
}



.tabs-container {
  display: grid;
  grid-template-columns: 80px 1fr; 
  gap: 10px 0px;
}


input[type="radio"] { display: none; }

.tab-title {
  grid-column: 1;
  cursor: pointer;
  padding: 12px;
  background: #929496;
  border-bottom: 1px solid #929496;
  width: 60px;
  height: 60px;
  border-radius: 50% 50%;
  transition: transform 0.3s ease, background-color 0.3s ease;
  transform: scale(1);
 
  margin-top: 30px;
  margin-bottom: 30px;
}

.tabs-container {
  background-image: url("../images/row06/dotted-line.avif");
  background-repeat: repeat-y;
  background-position: left 30px center;
  padding-top: 0px ;
}

.tab-title span{ display: none; }

.tab-content {
  grid-column: 2;
  grid-row: 1 / span 10; 
  display: none; 
  padding: 0px 0px;
  border: 0px solid #ccc;
}

.tab-content .tab-content-input {
  min-height: 800px;
}


input[type="radio"]:checked + .tab-title + .tab-content {
  display: block;
}

input[type="radio"]:checked + .tab-title {
  background: #007bff;
  color: white;
}

input[type="radio"]:checked + .tab-title {    background: #af1f71;  transform: scale(1.25); }


@media (max-width: 1024px) {
  .tabs-container {
    display: block; 
  }

  .tab-title {
    display: block;
    width: 100%;
    margin-top: 5px;
    border-radius: 15px 15px 15px 15px;
    font-size: 18px;
    line-height: 1.2em;
  }
  .tab-title span{
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .tab-title img{
    height: 40px; 
    width: 40px; 
  }

  .tab-title span{ display: block; color: #ffffff; }

  .tab-content {
    display: none; 
    width: 100%;
    border-top: none;
  }

  input[type="radio"]:checked + .tab-title + .tab-content {
    display: block;
  }

  .tab-content .left .big-image {
      height: 100px!important;
      text-align: end;
  }

  .tab-content .left .big-image img{
      height: 100px!important;
  }

  .tab-content .left {
    min-height: auto!important;
    padding-bottom: 20px;
  }

}


@media (min-width: 0px) and (max-width: 767px){
input[type="radio"]:checked + .tab-title {    background: #af1f71;  transform: scale(1.05);   } 
}


.sp-tabs-wrap li {
  list-style: none;
}

.sp-tabs-wrap,
.sp-tabs-wrap li,
.sp-tabs-wrap button {
  display: inline-flex;
  align-items: center;
}

.sp-tabs-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  list-style: none;   
  padding-left: 0;    
  margin: 0 0 30px 0;
  gap: 0;
  padding-top: 30px;
}

.sp-tab-item {
  margin: 0;
  padding: 0;
}

.sp-tab-btn {
  background: transparent;
  border: none;
  padding: 0 15px;
  font-size: 18px;
  font-weight: 700;
  color: #9b9b9b;
  text-transform: uppercase;
  cursor: pointer;
  line-height: 1;
}

.sp-tab-item:not(:first-child) .sp-tab-btn {
  border-left: 3px solid #9b9b9b;
}

.sp-tab-btn.active {
  color: #b3207a;
}

.s-priority-badge{
  background-color: #732e5a;
}


.sp-tab-content-wrap .tab-pane {
  display: none;
}

.sp-tab-content-wrap .tab-pane.active {
  display: block;
}

.sp-tab-content-wrap .tab-pane.fade {
  opacity: 0;
}

.sp-tab-content-wrap .tab-pane.fade.show {
  opacity: 1;
}





.output-tab-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.output-tab-btn {
  background: #b8b8b8;
  color: #fff;
  border: none;
  border-radius: 8px;
  padding: 10px 18px;
  font-weight: 700;
  font-size: 14px;
  line-height: 1.2;
}

.output-tab-btn.active {
  background: #f5a623;
}

.output-main-box {
  background: #f3f3f3;
  border-radius: 16px;
  overflow: hidden;
}

.output-left-box {
  padding: 24px 20px;
  display: flex;
  align-items: start;
  border-right: 1px dotted #666;
}

.output-highlight {
  color: #f5a623;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.35;
}

.output-stat-col {
  padding: 18px 22px;
  border-right: 1px solid #888;
}

.output-stat-col:last-child {
  border-right: none;
}

.output-stat-item {
  padding: 10px 0 18px;
  border-bottom: 1px solid #888;
}

.output-stat-item:last-child {
  border-bottom: none;
  padding-bottom: 0;
}


.output-stat-item p {
  margin: 0;
  font-size: 14px;
  line-height: 1.25;
}

.row-06-bg .output-stat-column-02, .row-06-bg .output-stat-column-03, .row-06-bg .output-stat-column-04 {
  border-left: 1px solid #666;
}
@media (min-width: 768px) and (max-width: 1024px){
   .row-06-bg .output-stat-column-01,  .row-06-bg .output-stat-column-02 {
      border-bottom: 1px solid #666;
   }
}
@media (min-width: 0px) and (max-width: 767px){
  .row-06-bg .output-stat-column-02, .row-06-bg .output-stat-column-03, .row-06-bg .output-stat-column-04 {
    border-top: 1px solid #666 ;
  }
}  

@media (min-width: 0px) and (max-width: 767px){
  .output-left-box {
    border-right: none;
    border-bottom: 1px solid #666;
  }

  .output-stat-col {
    border-right: none;
    border-bottom: 1px solid #888;
  }

  .output-stat-col:last-child {
    border-bottom: none;
  }
}



 .mobile-accordion-header {
    width: 100%;
    text-align: left;
    padding: 12px 20px;
    background: #b8b8b8;
    color: #fff;
    border: 0px solid #fff;
    font-weight: 700;
    border-radius: 50% 50%;
    margin-bottom: 5px;
    display: block; 
}

 .mobile-accordion-header.active {
    background: #f5a623;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    margin-bottom: 0;
}

@media (min-width: 0px) and (max-width: 767px){

    .tab-content > .tab-pane.active {
        display: block !important;
        opacity: 1 !important;
        background: #f3f3f3;
        padding: 20px;
        margin-bottom: 10px;
        border-bottom-left-radius: 8px;
        border-bottom-right-radius: 8px;
    }
}




@media (max-width: 767px) {
    .output-tab-nav {
        display: none !important;
    }

    .mobile-accordion-header {
        display: block !important;
        width: 100%;
        text-align: left;
        padding: 12px 20px;
        background: #b8b8b8;
        color: #fff;
        border: 1px solid #fff;
        font-weight: 700;
        border-radius: 20px 20px;
        margin-bottom: 0px;
    }

    .mobile-accordion-header.active {
        background: #f5a623;
        border-bottom-left-radius: 20px;
        border-bottom-right-radius: 20px;
        margin-bottom: 0;
        position: relative;
        z-index: 1;
    }

    .output-tab-panel.tab-pane.active {
        display: block !important;
        position: relative;
        opacity: 1 !important;
        background: #f3f3f3;
        padding: 20px;
        margin-bottom: 10px;
        border-bottom-left-radius: 8px;
        border-bottom-right-radius: 8px;
        border: 1px solid #ddd;
        border-top: none;
        margin-top: -20px;
        z-index: 0;
        
    }

    .output-tab-panel.tab-pane:not(.active) {
        display: none !important;
    }
}

@media (min-width: 768px) {
    .mobile-accordion-header {
        display: none !important;
    }

    .output-tab-nav {
        display: flex !important;
    }

    .output-tab-panel.tab-pane:not(.active) {
        display: none !important;
        height: 0;
        overflow: hidden;
    }

    .output-tab-panel.tab-pane.active {
        display: block !important;
    }
}


.output-tab-panel.tab-pane {
    display: none !important;
}

.output-tab-panel.tab-pane.active {
    display: block !important;
}

@media (max-width: 767px) {
    .output-tab-panel.tab-pane.active {
        background: #f3f3f3;
        padding: 20px;
        border: 1px solid #ddd;
        border-top: none;
        margin-bottom: 10px;
        border-bottom-left-radius: 20px;
        border-bottom-right-radius: 20px;
    }
}

*/