/* Mobile First */
.halal-section {
  padding: 40px 0;
}

.process-icon {
  width: 30px;
  height: 30px;
  object-fit: contain;
}

.process-circle {
  width: 80px;
  height: 80px;
  background: white;
  border-radius: 50%;
  border: 1px solid #C3C3C3;
  display: flex;
  align-items: center;
  justify-content: center;
}

.halal-center img {
  width: 100px;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 2;
}

.process-label {
  font-family: 'VintageGlamore', serif;
  text-align: center;
  color: #333;
  font-size: 12px;
  margin-bottom: 10px;
}

.process-label-bottom {
  font-family: 'VintageGlamore', serif;
  text-align: center;
  color: #333;
  font-size: 12px;
  margin-top: 10px;
}

/* Mobile layout container */
.halal-process {
  position: relative;
  width: 100%;
  min-width: 336px;
  min-height: 428.53px;
  margin: 0 auto;
}

.center-item {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.top-item {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}

.left-item {
  position: absolute;
  top: 33%;
  left: 0;
  transform: translateY(-50%);
}

.right-item {
  position: absolute;
  top: 33%;
  right: 0;
  transform: translateY(-50%);
}

.bottom-left-item {
  position: absolute;
  bottom: 0;
  left: 25%;
  transform: translateX(-50%);
}

.bottom-right-item {
  position: absolute;
  bottom: 0;
  right: 25%;
  transform: translateX(50%);
}

/* Arrows pointing to center */
.arrow img {
  height: 40px !important;
  width: auto !important;
}

.arrow-to-center {
  position: absolute;
  z-index: 1;
}

.arrow-to-center::after {
  content: '';
  position: absolute;
  right: -5px;
  top: -3px;
  width: 0;
  height: 0;
}

.arrow-from-top {
  top: 90px;
  left: 50%;
  transform: translateX(-50%) translateY(60%);
}

.arrow-from-left {
  top: 78%;
  left: 90px;
  transform: translateY(-40%) translateX(40%) rotate(-70deg);
}

.arrow-from-right {
  top: 50%;
  right: 90px;
  transform: translateY(40%) translateX(-40%) rotate(70deg);
}

.arrow-from-bottom-left {
  bottom: 90px;
  left: 25%;
  transform: translateX(228%) translateY(-60%) rotate(214deg);
}

.arrow-from-bottom-right {
  bottom: 90px;
  right: 25%;
  transform: translateX(-228%) translateY(-60%) rotate(135deg);
}

/* Mobile Small */
@media (max-width: 320px) {
  .process-icon {
    width: 26px;
    height: 26px;
  }

  .process-circle {
    width: 70px;
    height: 70px;
  }

  .halal-center img {
    width: 90px;
    height: 90px;
  }

  .halal-process {
    min-width: 280px;
    min-height: 390px;
  }

  .arrow img {
    height: 36px !important;
  }

  .arrow-from-top {
    top: 80px;
  }

  .arrow-from-left {
    left: 76px;
  }

  .arrow-from-right {
    right: 76px;
  }
}

/* Tablet Styles */
@media (min-width: 768px) {
  .halal-section {
    padding: 40px 0;
  }

  .halal-process {
    width: 620px;
    min-height: 650px;
  }

  .process-icon {
    width: 60px;
    height: 60px;
  }

  .process-circle {
    width: 110px;
    height: 110px;
  }

  .halal-center img {
    width: 110px;
    height: 110px;
  }

  .process-label {
    font-size: 16px;
    margin-bottom: 14px;
  }

  .process-label-bottom {
    font-size: 16px;
    margin-top: 14px;
  }

  .arrow img {
    height: 70px !important;
  }

  .arrow-from-top {
    top: 120px;
    transform: translateX(-50%) translateY(60%);
  }

  .arrow-from-left {
    left: 130px;
    transform: translateY(-40%) translateX(40%) rotate(-70deg);
  }

  .arrow-from-right {
    right: 130px;
    transform: translateY(20%) translateX(-40%) rotate(70deg);
  }

  .arrow-from-bottom-left {
    transform: translateX(228%) translateY(-80%) rotate(214deg);
  }

  .arrow-from-bottom-right {
    transform: translateX(-240%) translateY(-80%) rotate(148deg);
  }
}

/* Desktop Styles */
@media (min-width: 992px) {
  .halal-section {
    padding: 50px 0;
  }

  .halal-process {
    width: 720px;
    min-height: 750px;
  }

  .process-icon {
    width: 60px;
    height: 60px;
  }

  .process-circle {
    width: 140px;
    height: 140px;
  }

  .halal-center img {
    width: 140px;
    height: 140px;
  }

  .process-label {
    font-size: 22px;
    margin-bottom: 20px;
  }

  .process-label-bottom {
    font-size: 22px;
    margin-top: 20px;
  }

  .bottom-left-item {
    left: 30%;
  }

  .bottom-right-item {
    right: 30%;
  }

  .arrow img {
    height: 80px !important;
  }

  .arrow-from-top {
    transform: translateX(-50%) translateY(108%);
  }

  .arrow-from-left {
    transform: translateY(-40%) translateX(128%) rotate(-70deg);
  }

  .arrow-from-right {
    transform: translateY(20%) translateX(-128%) rotate(70deg);
  }

  .arrow-from-bottom-left {
    transform: translateX(228%) translateY(-128%) rotate(214deg);
  }

  .arrow-from-bottom-right {
    transform: translateX(-240%) translateY(-128%) rotate(148deg);
  }
}

/* Desktop Large Styles */
@media (min-width: 1440px) {
  .halal-section {
    padding: 100px 0;
  }

  .halal-process {
    width: 802px;
    min-height: 830px;
  }

  .process-circle {
    width: 150px;
    height: 150px;
  }

  .halal-center img {
    width: 180px;
    height: 180px;
  }

  .arrow img {
    height: 93px !important;
  }
}
