.circle-tab-section {
  background: linear-gradient(180deg, #FFFFFF -2.46%, #FDE6D2 48.77%, #FFFFFF 100%);
  padding-bottom: 0;
}

.circle_tab {
  /* background-color: #DED3E870; */
  color: #ffffff;
  border-radius: 35px;
  margin-top: 0;
}


.fullpage-slider {
  width: 100%;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  box-sizing: border-box;
  padding: 0 0 0 0;
}

/* Large screens: full circular slider + vertical stacked panels */
.circle-wrapper {
  position: relative;
  width: 500px;
  height: 500px;
  /* border-radius: 0 50% 50% 0;
   background: white; */
}

.center-image {
  width: 300px;
  height: 300px;
  border-radius: 50%;
  overflow: hidden;
  box-shadow: 0 0 20px rgba(180, 130, 255, 0.15);
  background: #fafaff;
  z-index: 2;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  align-items: center;
  justify-content: center;
}

.center-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.icon-circle {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) rotate(0deg);
  width: 418px;
  height: 418px;
  transition: transform 0.75s cubic-bezier(.65, -0.1, .26, 1.25);
  border: 1px solid #f5821f;
  border-radius: 50%;
}

.tab-icon {
  width: 57px;
  height: 57px;
  border-radius: 50%;
  box-shadow: 0 3px 16px rgba(156, 122, 255, .11);
  border: 3px solid transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  cursor: pointer;
  transition: background 0.2s, border-color 0.35s, transform 0.5s;
  z-index: 3;
}

.tab-icon::after {
  content: '';
  width: 30px;
  height: 30px;
  border-radius: 50%;
  border: 5px solid #fff;
  position: absolute;
  font-size: 50px;
  background: #F5821F;
}


.tab-icon img {
  display: none;
}

.tab-icon.active {
  border-color: #F7941D;
  background: #ffffff;
}

.tab-icon.active {
  border-color: #F7941D;
  background: #ffffff;
}

.tab-icon.active::after {
  display: none;
}

.tab-icon.active img {
  display: block;
  position: relative;
  z-index: 999;
  background-color: #ffffff;
}

.tab-icon[data-pos="0"] {
  top: 130px;
  left: 380px;
}

.tab-icon[data-pos="1"] {
  top: -20px;
  left: 248px;
}

.tab-icon[data-pos="2"] {
  top: 5px;
  left: 60px;
}

.tab-icon[data-pos="3"] {
  top: 190px;
  left: -30px;
}

.tab-icon[data-pos="4"] {
  top: 330px;
  left: 40px;
}

.tab-icon img {
  width: 60%
}

.panel-vertical-stack-main {
  margin-right: 8vh;
}

.panel-vertical-stack {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  max-height: 270px;
  width: 100%;
  z-index: 9;
  overflow: hidden;
}

.panel-vertical-stack-heading {
  position: relative;
  width: auto;
  z-index: 9;
  color: #000000;
  margin: 0;
  margin-bottom: 30px;
  font-weight: 700;
}




.panel-vertical-stack::after {
  content: '';
  position: absolute;
  height: 100%;
  width: 100%;
  display: block;
  z-index: 1;
  bottom: -20px;
  left: 0;
}

.slider-panel {
  color: #ffffff;
  border-radius: 20px;
  padding: 0;
  padding-bottom: 40px;
  position: relative;
  width: 100%;
  /* min-width: 790px; */
  box-sizing: border-box;
  transition: width .6s, z-index .3s, filter .5s, margin-bottom .6s;
  opacity: 0.1;
  z-index: 1;
  animation: fadein 1s;
}

.panel-vertical-stack-main {
  position: absolute !important;
  left: 70vh !important;
}

.slider-panel.active-next {
  display: none;
}

.slider-panel.active-main {
  opacity: 1;
}


@keyframes fadein {
  from {
    transform: translateY(20px);
  }

  to {
    transform: translateY(0);
  }
}

.slider-panel>* {
  color: #000000;
  font-weight: 400;
}

.slider-panel h2 {
  font-weight: 700;
  font-size: 28px;
  margin: 0 0 14px;
  color: #F5821F;
}

.slider-panel .tag {
  padding: 10px 22px;
  background: #F7941D;
  color: #fff;
  border-radius: 18px;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 22px;
  display: inline-block;
}

p {
  margin: 0;
  padding: 0;
}

/* Responsive for max-width 1024px: horizontal tabs + single panel */
@media screen and (max-width: 1024px) {


  .fullpage-slider {
    flex-direction: column;
    width: 90% !important;
    margin: 0 auto;
  }

  .circle-wrapper,
  .icon-circle {
    display: none;
  }

  .panel-vertical-stack {
    position: relative;
    display: block;
    width: 100%;
    /* max-width: 720px; */
    margin-left: 0;
    margin-top: 30px;
    height: auto;
    transform: none;
    right: auto;
    top: auto;
  }

  .slider-panel {
    margin-bottom: 0;
    margin-top: 20px;
    width: 100% !important;
    box-shadow: 0 6px 14px rgba(156, 122, 255, 0.15);
    border-radius: 14px;
    padding: 24px 30px;
  }

  .slider-panel.active-main,
  .slider-panel.active-next {
    display: none !important;
    opacity: 1;
    pointer-events: auto;
    filter: none;
    margin-top: 0;
  }

  .slider-panel.active-main {
    display: block !important;
  }

  /* Horizontal tab navigation bar */
  .horizontal-tabs {
    position: relative;
    bottom: 0;
    left: 0;
    width: 100%;
    /* max-width: 720px; */

    display: flex;
    justify-content: space-around;
    padding: 14px 0;
    /* border-top: 1px solid #ddd; */
    /* box-shadow: 0 -2px 6px rgba(0, 0, 0, 0.1); */
    font-weight: 600;
    font-size: 14px;
    z-index: 1000;
  }

  .horizontal-tab {
    flex: 1;
    text-align: center;
    cursor: pointer;
    padding: 8px 6px;
    color: #444;
    transition: color 0.3s, border-bottom 0.3s;
    border-bottom: 4px solid transparent;
  }




  .horizontal-tab.active {
    color: #F7941D;
    border-bottom: 4px solid #F7941D;
  }

  .circle-tab-section {
    padding-bottom: 80px;
  }

  .panel-vertical-stack-main {
    padding-left: 0;
    margin: 0;
  }

  .panel-vertical-stack-heading br {
    display: none;
  }


}

@media only screen and (max-width: 768px) {}


@media only screen and (max-width: 767px) {}