
.slider-section {
 
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 1000px;
}
.round-image-wrapper:hover{
 transform:scale(1.1); 
}
.wheel__card img {
  border-radius: 50%;
  height: 100%;
  pointer-events: none;
  z-index: 999;
  cursor: pointer;
}



.wheel {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 300vw;
  height: 300vw;
  max-width: 2000px;
  max-height: 2000px;
  overflow: visible;

}

.wheel__card {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  max-width: 225px;
  aspect-ratio: 1 / 1;
  cursor: pointer;
}

.wheel img {
  //width: 100%;
  pointer-events: none;
  z-index: 999;
  cursor: pointer; 
    max-width: 225px !important;
}

.scroll-down-icon {
  position: fixed;
  top: 4em;
  right: 2em;
  transform: rotate(90deg);
}
.scroll-down-icon img {
  width: 50px;
}

.scroll-down {
  position: fixed;
  top: 3em;
  left: 2em;
  color: #000;
  font-weight: 400;
  text-transform: uppercase;
  font-size: 20px;
  overflow: visible;
}

.rounder-image-text h3 {
    color: #fff;
    position: absolute;
    z-index: 9999;
    top: calc(50% - 24px);
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
    font-size: 20px;
    font-weight: 700;
}
.circle-background img {
   position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    height: 100% !important;
    width: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    object-fit: cover;
}
.semi-circle-center-text {
    position: absolute;
    margin: 0 auto;
    left: 0;
    right: 0;
    text-align: center;
    bottom: 40px;
}
.semi-heading h1 {
    color: #fff;
    margin: 0px;
}
.round-image-wrapper:after {
    content: "";
    position: absolute;
    background: #000000a3;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 50%;
}
.semi-subheading p {
    color: #fff;
}
.circle-slider {
    position: relative;
}
.round-image-wrapper {
    //border: 2px solid transparent;
    border-radius: 50%;
    transition: .5s all;
    max-height: 225px !important;
}
.wheel__card a:hover img {
    border: 2px solid #00f2ff;
    border-radius: 50%;
  z-index:99
}

.wheel__card a {
    display: block;
}
.wheel__card:before {
    content: "";
    background-image: url(https://www.citiustech.com/hubfs/citiustech-2024/Healthcare%20360/Arrowb.svg);
    background-position: center;
    width: 30px;
    height: 30px;
    top: -36px;
    left: calc(50% - 15px);
    position: absolute;
    background-size: contain;
    background-repeat: no-repeat;
    display: none;
}
.wheel__card:after {
    content: "";
    background-image: url(https://www.citiustech.com/hubfs/citiustech-2024/Healthcare%20360/Arrowb.svg);
    background-position: center;
    width: 30px;
    height: 30px;
    bottom: -33px;
    left: calc(50% - 15px);
    position: absolute;
    background-size: contain;
    background-repeat: no-repeat;
    transform: rotate(180deg);
    display: none;
}
.wheel__card:hover::before,
.wheel__card:hover::after{
    display: block;
  
}
.mobile-health-circle-wrapper {
    display: none; 
}
.mobil-round-image-wrapper {
    border: 2px solid transparent;
    border-radius: 50%;
    transition: all .5s;
    position: relative;
    max-width: 225px;
    max-height: 225px;
}

.mobil-rounder-image-text h3 {
    color: #fff;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    text-align: center;
    top: calc(50% - 24px);
    z-index: 9999;
}

.mobil-round-image-wrapper:after {
    background: #000000a3;
    border-radius: 50%;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
.mobile-health-circle-wrapper {
    background-color: #000;
    padding: 40px 0;
}
.mobile-health-circle-card {
    display: flex !important;!I;!;
    justify-content: center;
}
.mobile-health-circle-card.slick-slide.slick-current.slick-active {
    margin: 0 auto;
    text-align: center;
}

.mobile-health-circle-card {
    display: flex !important;!I;!;
    justify-content: center;
}

.mobile-health-circle-wrapper .slick-next.slick-arrow {
    background-image: url(https://www.citiustech.com/hubfs/citiustech-2024/Healthcare%20360/Arrowb.svg);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    z-index: 999;
    font-size: 0;
    line-height: 0;
    transform: rotate(270deg);
  right: 1%;
}
.mobile-health-circle-wrapper .slick-prev.slick-arrow {
    background-image: url(https://www.citiustech.com/hubfs/citiustech-2024/Healthcare%20360/Arrowb.svg);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    z-index: 999;
    font-size: 0;
    line-height: 0;
    transform: rotate(90deg);
  left: 1%;
}
.mobile-health-circle-wrapper button.slick-prev.slick-arrow:hover {
    border: none;
}
.mobile-health-circle-wrapper button.slick-next.slick-arrow:hover {
    border: none;
}
.mobile-health-circle-wrapper .slick-next:before, .mobile-health-circle-wrapper .slick-prev:before {
    content: "" !important;
}


@media(max-width:1600px){
  
  .wheel {
    top:-200px;
}
  
  .semi-circle-center-text {
    bottom: 10px;
}
  .semi-heading h1 {
    font-size: 46px;
}
  .semi-subheading p {
    color: #fff;
    margin-bottom: 10px;
}
  .slider-section {
     height: 550px;
  }
  .wheel__card{
    max-width: 150px;
  }
  .wheel img {
    max-width: 150px !important;
}
  
  .round-image-wrapper {
    max-height: 150px !important;
}    
  
}


@media(max-width:1080px){
  
  .wheel {
    top:-260px;
}
  
  .semi-circle-center-text {
    bottom: 10px;
}
  .semi-heading h1 {
    font-size: 46px;
}
  .semi-subheading p {
    color: #fff;
    margin-bottom: 10px;
}
  .slider-section {
     height: 550px;
  }
  .wheel__card{
    max-width: 120px;
  }
  .wheel img {
    max-width: 120px !important;
}
  
  .round-image-wrapper {
    max-height: 120px !important;
}    
  
}






@media(max-width:767px){
.mobile-health-circle-wrapper {
    display: block !important;
}
  .circle-slider {
    display: none;
}
  .mobile-health-circle-wrapper .semi-heading {
    text-align: center;
}

.mobile-health-circle-wrapper .semi-subheading {
    text-align: center;
}
  .mobile-health-circle-outer {
    margin-top: 40px;
}
    }

/* Define the rotation animation */
@keyframes rotate-wheel {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

/* Apply the animation to the wheel */
/* .wheel {
  animation: rotate-wheel 10s linear infinite;
  display: flex;
  justify-content: center;
  align-items: center;
} */

/* Pause animation when hovering over a wheel__card */
.wheel__card:hover ~ .wheel {
  animation-play-state: paused;
}

/* Ensure individual cards are responsive */
/* .wheel__card {
  width: 100px;
  height: 100px;
  background-color: lightblue;
  border-radius: 50%;
  margin: 10px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
} */
