.ironnox-section {
  background-color: #fff5f5;
  padding: 0 0 80px 0;
  min-height: 768px;
  display: flex;
}
.ironnox-section .blood-card {
  position: relative;
  width: 100%;
  max-width: 400px;
  height: 600px;
  margin: 0 auto;
  border-radius: 0 0 80px 80px;
  overflow: hidden;
}
.ironnox-section .bg-blood {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.ironnox-section .text-content {
  position: relative;
  z-index: 3;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #ffffff;
  padding-top: 100px;
  text-align: center;
}
.ironnox-section .text-content h2 {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 2.2rem;
  line-height: 1.1;
  margin-bottom: 20px;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
}
.ironnox-section .text-content h2 span {
  font-weight: 700;
  font-size: 4.5rem;
  display: block;
  margin-top: 5px;
}
.ironnox-section .brand-wrapper {
  position: relative;
}
@media (max-width: 768px) {
  .ironnox-section .brand-wrapper {
    padding-left: 0;
    margin-top: 40px;
  }
}
.ironnox-section .brand-wrapper .ironnox-logo-img {
  max-width: 100%;
  height: auto;
  margin-bottom: 10px;
  max-width: 550px;
}
.ironnox-section .brand-wrapper .tagline-bar {
  background: #fff7f3;
  background: linear-gradient(
    90deg,
    rgb(255, 247, 243) 0%,
    rgb(180, 0, 32) 50%,
    rgb(255, 247, 243) 100%
  );
  color: white;
  padding: 8px 0 8px 40px;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  display: block;
  width: 100%;
  max-width: 450px;
  font-size: 1.1rem;
  position: relative;
  margin-top: 0px;
  border-radius: 4px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.iron-mineral-section {
  background-color: #ffffff;
  padding: 80px 0;
}
.iron-mineral-section .section-title {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-size: 2.5rem;
  color: #990000;
  margin-bottom: 50px;
}
.iron-mineral-section .blood-vessel-wrapper {
  position: relative;
}
.iron-mineral-section .blood-vessel-wrapper img {
  width: 100%;
  height: auto;
  max-width: 450px;
  border-top: 4px solid #000;
  border-bottom: 4px solid #000;
}
.iron-mineral-section .info-cards-wrapper {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.iron-mineral-section .info-card {
  position: relative;
  background: #ffffff;
  border: 3px solid #990000;
  border-radius: 20px;
  padding: 30px 35px;
  transition: all 0.3s ease;
  margin-bottom: 20px;
}
.iron-mineral-section .info-card:hover {
  box-shadow: 0 8px 20px rgba(153, 0, 0, 0.15);
  transform: translateY(-3px);
}
.iron-mineral-section .info-card .card-content {
  position: relative;
  z-index: 1;
}
.iron-mineral-section .info-card .card-content p {
  margin: 0;
  font-family: "Poppins", sans-serif;
  font-size: 1rem;
  line-height: 1.7;
  color: #333;
  text-align: center;
}
.iron-mineral-section .info-card .card-content p strong {
  color: #990000;
  font-weight: 600;
}
.iron-mineral-section .info-card .card-content p sup {
  font-size: 0.7em;
}
.iron-mineral-section .info-card .card-corner {
  position: absolute;
  width: 0;
  height: 0;
  z-index: 2;
}
.iron-mineral-section .info-card .card-corner.top-left {
  top: -3px;
  left: -3px;
  border-left: 70px solid #990000;
  border-bottom: 70px solid transparent;
  border-top-left-radius: 20px;
}
.iron-mineral-section .info-card .card-corner.top-right {
  top: -3px;
  right: -3px;
  border-right: 70px solid #990000;
  border-bottom: 70px solid transparent;
  border-top-right-radius: 20px;
}
.iron-mineral-section .info-card .card-corner.bottom-right {
  bottom: -3px;
  right: -3px;
  border-right: 70px solid #990000;
  border-top: 70px solid transparent;
  border-bottom-right-radius: 20px;
}

.bioavailability-section {
  background-color: #fff5f5;
  padding: 80px 0;
  overflow: hidden;
}
.bioavailability-section .section-title {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-size: 2.5rem;
  color: #990000;
  margin-bottom: 60px;
}
.bioavailability-section .challenge-wrapper {
  position: relative;
}
.bioavailability-section .central-logo {
  width: 250px;
  height: 250px;
  border-radius: 50%;
  border: 6px solid #990000;
  background: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  box-shadow: 0 10px 30px rgba(153, 0, 0, 0.2);
}
.bioavailability-section .central-logo .logo-img {
  max-width: 180px;
  height: auto;
}
.bioavailability-section .challenges-list {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.bioavailability-section .challenge-item {
  display: flex;
  align-items: center;
  position: relative;
}
.bioavailability-section .challenge-item .connector {
  width: 60px;
  height: 4px;
  background: linear-gradient(to right, #990000, #d40000);
  margin-right: 15px;
  flex-shrink: 0;
}
.bioavailability-section .challenge-item .challenge-box {
  background: linear-gradient(135deg, #990000 0%, #d40000 100%);
  color: white;
  padding: 15px 25px;
  border-radius: 10px 100px 100px 0px;
  flex: 1;
  box-shadow: 0 5px 15px rgba(153, 0, 0, 0.2);
  transition: all 0.3s ease;
}
.bioavailability-section .challenge-item .challenge-box:hover {
  transform: translateX(5px);
  box-shadow: 0 8px 20px rgba(153, 0, 0, 0.3);
}
.bioavailability-section .challenge-item .challenge-box h4 {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-size: 1.1rem;
  margin: 0 0 8px 0;
  color: #ffffff;
}
.bioavailability-section .challenge-item .challenge-box p {
  margin: 0;
  font-family: "Poppins", sans-serif;
  font-size: 0.9rem;
  line-height: 1.5;
  color: #ffffff;
}
.bioavailability-section .human-silhouette {
  position: relative;
  height: 500px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.bioavailability-section .human-silhouette .silhouette-placeholder {
  width: 150px;
  height: 450px;
  background: linear-gradient(
    to bottom,
    rgba(153, 0, 0, 0.3) 0%,
    rgba(153, 0, 0, 0.5) 30%,
    rgba(153, 0, 0, 0.7) 50%,
    rgba(153, 0, 0, 0.5) 70%,
    rgba(153, 0, 0, 0.3) 100%
  );
  border-radius: 50% 50% 45% 45%/60% 60% 40% 40%;
  position: relative;
}
.bioavailability-section .human-silhouette .silhouette-placeholder::before {
  content: "";
  position: absolute;
  top: -40px;
  left: 50%;
  transform: translateX(-50%);
  width: 60px;
  height: 60px;
  background: rgba(153, 0, 0, 0.5);
  border-radius: 50%;
}
.bioavailability-section .human-silhouette img {
  max-width: 200px;
  height: auto;
}

.advantage-section {
  background-color: #ffffff;
  padding: 80px 0;
}
.advantage-section .section-title {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-size: 2.5rem;
  color: #990000;
  margin-bottom: 50px;
}
.advantage-section .section-title sup {
  font-size: 1.2rem;
}
.advantage-section .section-title img {
  width: 220px !important;
}
@media (max-width: 768px) {
  .advantage-section .section-title img {
    width: 130px !important;
  }
}
.advantage-section .advantage-boxes {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-bottom: 60px;
}
.advantage-section .advantage-box {
  background: linear-gradient(135deg, #990000 0%, #c70000 100%);
  color: white;
  padding: 20px 40px;
  border-radius: 50px;
  box-shadow: 0 8px 20px rgba(153, 0, 0, 0.2);
}
.advantage-section .advantage-box p {
  margin: 0;
  font-family: "Poppins", sans-serif;
  font-size: 1rem;
  line-height: 1.6;
  color: #ffffff;
}
.advantage-section .advantage-box p .brand {
  font-weight: 700;
}
.advantage-section .research-title {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-size: 2rem;
  color: #990000;
  margin-bottom: 40px;
}
.advantage-section .research-boxes .row {
  justify-content: center;
}
.advantage-section .research-box {
  padding: 30px 25px;
  border-radius: 30px;
  min-height: 220px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  transition: all 0.3s ease;
}
.advantage-section .research-box:hover {
  transform: translateY(-5px);
}
.advantage-section .research-box h4 {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-size: 1.1rem;
  margin: 0 0 15px 0;
}
.advantage-section .research-box p {
  margin: 0;
  font-family: "Poppins", sans-serif;
  font-size: 0.95rem;
  line-height: 1.6;
}
.advantage-section .research-box.red-box {
  background: linear-gradient(135deg, #990000 0%, #d40000 100%);
  color: white;
  box-shadow: 0 8px 20px rgba(153, 0, 0, 0.2);
}
.advantage-section .research-box.red-box h4,
.advantage-section .research-box.red-box p {
  color: #ffffff;
}
.advantage-section .research-box.white-box {
  background: #ffffff;
  border: 3px solid #990000;
  color: #333;
  box-shadow: 0 5px 15px rgba(153, 0, 0, 0.1);
}
.advantage-section .research-box.white-box h4 {
  color: #990000;
}
.advantage-section .research-box.white-box p {
  color: #333;
}

.validation-section {
  background-color: #f5dbd4;
  padding: 80px 0;
}
.validation-section .validation-title {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-size: 2.5rem;
  color: #990000;
  margin-bottom: 20px;
}
.validation-section .validation-subtitle {
  font-family: "Poppins", sans-serif;
  font-size: 1.1rem;
  font-weight: 700;
  color: #ffffff;
  /* margin-bottom: 40px !important; */
  background: #990000;
  width: fit-content;
  margin: 20px auto;
  padding: 0 6px;
}
.validation-section .validation-subtitle strong {
  color: #ffffff;
}
.validation-section .comparison-bars {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-bottom: 50px;
}
.validation-section .comparison-bar {
  padding: 15px 30px;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: 1rem;
  color: white;
  display: flex;
  align-items: center;
  border-radius: 5px;
}
.validation-section .comparison-bar .bullet {
  margin-right: 10px;
  font-size: 1.2rem;
}

/* From Uiverse.io by Prince4fff */
.card p {
  font-size: 17px;
  font-weight: 400;
  line-height: 20px;
  color: #666;
}

.card p.small {
  font-size: 14px;
}

.go-corner {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  width: 32px;
  height: 32px;
  overflow: hidden;
  top: 0;
  right: 0;
  background: linear-gradient(135deg, #990000 0%, #d40000 100%);
  border-radius: 0 4px 0 32px;
}

.go-arrow {
  margin-top: -4px;
  margin-right: -4px;
  color: white;
  font-family: courier, sans;
}

.iron-card {
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 30px;
}

.card1 {
  display: block;
  position: relative;
  /* max-width: 262px; */
  background-color: #f2f8f9;
  border-radius: 4px;
  padding: 20px 24px;
  margin: 12px;
  text-decoration: none;
  z-index: 0;
  overflow: hidden;
}

.card1:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: -16px;
  right: -16px;
  background: linear-gradient(135deg, #990000 0%, #d40000 100%);
  height: 32px;
  width: 32px;
  border-radius: 32px;
  transform: scale(1);
  transform-origin: 50% 50%;
  transition: transform 0.25s ease-out;
}

.card1:hover:before {
  transform: scale(28);
}

.card1:hover p {
  transition: all 0.3s ease-out;
  color: rgba(255, 255, 255, 0.8);
}

.card1:hover h3 {
  transition: all 0.3s ease-out;
  color: #fff;
}
.iron-card-text {
  font-size: 18px;
  font-weight: 700;
}
.card1 .small {
  font-size: 16px;
  font-weight: 500;
}

.ironnox_image {
  width: 80%;
  max-width: 100%;
  margin-left: 12%;
}
/* 
.card2 {
  display: block;
  top: 0px;
  position: relative;
  max-width: 262px;
  background-color: #f2f8f9;
  border-radius: 4px;
  padding: 32px 24px;
  margin: 12px;
  text-decoration: none;
  z-index: 0;
  overflow: hidden;
  border: 1px solid #f2f8f9;
}

.card2:hover {
  transition: all 0.2s ease-out;
  box-shadow: 0px 4px 8px rgba(38, 38, 38, 0.2);
  top: -4px;
  border: 1px solid #ccc;
  background-color: white;
}

.card2:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: -16px;
  right: -16px;
  background: #990000;
  height: 32px;
  width: 32px;
  border-radius: 32px;
  transform: scale(2);
  transform-origin: 50% 50%;
  transition: transform 0.15s ease-out;
}

.card2:hover:before {
  transform: scale(2.15);
}

.card3 {
  display: block;
  top: 0px;
  position: relative;
  max-width: 262px;
  background-color: #f2f8f9;
  border-radius: 4px;
  padding: 32px 24px;
  margin: 12px;
  text-decoration: none;
  overflow: hidden;
  border: 1px solid #f2f8f9;
}

.card3 .go-corner {
  opacity: 0.7;
}

.card3:hover {
  border: 1px solid #990000;
  box-shadow: 0px 0px 999px 999px rgba(255, 255, 255, 0.5);
  z-index: 500;
}

.card3:hover p {
  color: #990000;
}

.card3:hover .go-corner {
  transition: opactiy 0.3s linear;
  opacity: 1;
}

.card4 {
  display: block;
  top: 0px;
  position: relative;
  max-width: 262px;
  background-color: #fff;
  border-radius: 4px;
  padding: 32px 24px;
  margin: 12px;
  text-decoration: none;
  overflow: hidden;
  border: 1px solid #ccc;
}

.card4 .go-corner {
  background-color: #00838d;
  height: 100%;
  width: 16px;
  padding-right: 9px;
  border-radius: 0;
  transform: skew(6deg);
  margin-right: -36px;
  align-items: start;
  background-image: linear-gradient(-45deg, #8f479a 1%, #dc2a74 100%);
}

.card4 .go-arrow {
  transform: skew(-6deg);
  margin-left: -2px;
  margin-top: 9px;
  opacity: 0;
}

.card4:hover {
  border: 1px solid #cd3d73;
}

.card4 h3 {
  margin-top: 8px;
}

.card4:hover .go-corner {
  margin-right: -12px;
}

.card4:hover .go-arrow {
  opacity: 1;
} */

.validation-section .comparison-bar.ironnox-bar {
  background: linear-gradient(135deg, #990000 0%, #b40020 100%);
}
.validation-section .comparison-bar.competitor-bar {
  background: linear-gradient(135deg, #c75e82 0%, #d97092 100%);
}
.validation-section .comparison-illustration {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 60px;
  padding: 40px 0;
}
.validation-section .comparison-illustration .conventional-iron,
.validation-section .comparison-illustration .ironnox-iron {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 15px;
}
.validation-section .comparison-illustration .conventional-iron .label {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: 1.1rem;
  color: #333;
  margin: 15px 0 0 0;
}
.validation-section .comparison-illustration .battery-icon {
  width: 65px;
  height: 38px;
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
.validation-section .comparison-illustration .battery-icon .battery-body {
  width: 55px;
  height: 32px;
  border: 4px solid #990000;
  border-radius: 5px;
  position: relative;
  background: white;
  overflow: hidden;
}
.validation-section
  .comparison-illustration
  .battery-icon
  .battery-body
  .battery-level {
  height: 100%;
  background: #990000;
  width: 25%;
  transition: width 0.3s ease;
}
.validation-section
  .comparison-illustration
  .battery-icon
  .battery-body
  .battery-level.full {
  width: 100%;
  background: linear-gradient(135deg, #00ff00 0%, #00cc00 100%);
}
.validation-section .comparison-illustration .battery-icon .battery-tip {
  width: 8px;
  height: 16px;
  background: #990000;
  border-radius: 0 3px 3px 0;
  margin-left: 2px;
}
.validation-section
  .comparison-illustration
  .battery-icon.full-battery
  .battery-tip {
  background: #00cc00;
}
.validation-section
  .comparison-illustration
  .battery-icon.full-battery
  .battery-body {
  border-color: #00cc00;
}
.validation-section .comparison-illustration .figure-icon {
  width: 55px;
  height: 85px;
  position: relative;
}
.validation-section .comparison-illustration .figure-icon .figure-head {
  width: 24px;
  height: 24px;
  background: #990000;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 16px;
}
.validation-section .comparison-illustration .figure-icon .figure-body {
  width: 32px;
  height: 38px;
  background: #990000;
  border-radius: 16px 16px 5px 5px;
  position: absolute;
  top: 26px;
  left: 12px;
}
.validation-section .comparison-illustration .figure-icon .figure-leg {
  width: 10px;
  height: 28px;
  background: #990000;
  border-radius: 5px;
  position: absolute;
  top: 62px;
}
.validation-section .comparison-illustration .figure-icon .figure-leg.left {
  left: 14px;
  transform: rotate(-15deg);
}
.validation-section .comparison-illustration .figure-icon .figure-leg.right {
  left: 30px;
  transform: rotate(15deg);
}
.validation-section .comparison-illustration .figure-icon.tired {
  transform: rotate(20deg);
}
.validation-section
  .comparison-illustration
  .figure-icon.tired
  .figure-leg.left {
  transform: rotate(-5deg);
}
.validation-section
  .comparison-illustration
  .figure-icon.tired
  .figure-leg.right {
  transform: rotate(5deg);
}
.validation-section
  .comparison-illustration
  .figure-icon.energetic
  .figure-head {
  top: -5px;
}
.validation-section
  .comparison-illustration
  .figure-icon.energetic
  .figure-body {
  top: 21px;
}
.validation-section
  .comparison-illustration
  .figure-icon.energetic
  .figure-leg.left {
  transform: rotate(-35deg);
  top: 58px;
  left: 12px;
}
.validation-section
  .comparison-illustration
  .figure-icon.energetic
  .figure-leg.right {
  transform: rotate(35deg);
  top: 58px;
  left: 32px;
}
.validation-section .comparison-illustration .ironnox-logo-center {
  flex: 0 0 auto;
  text-align: center;
}
.validation-section .comparison-illustration .ironnox-logo-center img {
  max-width: 280px;
  height: auto;
}
.validation-section .puzzle-pieces {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  gap: 0;
  margin-top: 40px;
}
.validation-section .puzzle-pieces .puzzle-piece {
  background: linear-gradient(135deg, #990000 0%, #b40020 100%);
  color: white;
  padding: 35px 35px;
  flex: 1;
  position: relative;
  min-height: 280px;
  display: flex;
  flex-direction: column;
  border-radius: 0;
}
.validation-section .puzzle-pieces .puzzle-piece h4 {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-size: 1.1rem;
  margin: 0 0 20px 0;
  color: white;
}
.validation-section .puzzle-pieces .puzzle-piece ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.validation-section .puzzle-pieces .puzzle-piece ul li {
  font-family: "Poppins", sans-serif;
  font-size: 0.95rem;
  line-height: 1.8;
  color: white;
  margin-bottom: 8px;
}
.validation-section .puzzle-pieces .puzzle-piece ul li strong {
  font-weight: 600;
}
.validation-section .puzzle-pieces .puzzle-piece.left-piece {
  padding-right: 50px;
}
.validation-section .puzzle-pieces .puzzle-piece.left-piece::after {
  content: "";
  position: absolute;
  right: -25px;
  top: 50%;
  transform: translateY(-50%);
  width: 50px;
  height: 140px;
  background:
    radial-gradient(
      circle at 0% 50%,
      transparent 22px,
      #f5dbd4 23px,
      #f5dbd4 27px,
      transparent 28px
    ),
    #f5dbd4;
  -webkit-clip-path: path(
    "M 0 0 Q 15 10, 25 30 Q 35 50, 25 70 Q 15 90, 0 100 L 0 140 L 50 140 L 50 0 Z"
  );
  clip-path: path(
    "M 0 0 Q 15 10, 25 30 Q 35 50, 25 70 Q 15 90, 0 100 L 0 140 L 50 140 L 50 0 Z"
  );
}
.validation-section .puzzle-pieces .puzzle-piece.middle-piece {
  margin-left: 0;
  margin-right: 0;
  padding-left: 50px;
  padding-right: 50px;
}
.validation-section .puzzle-pieces .puzzle-piece.middle-piece::before {
  content: "";
  position: absolute;
  left: -25px;
  top: 50%;
  transform: translateY(-50%);
  width: 50px;
  height: 140px;
  background:
    radial-gradient(
      circle at 100% 50%,
      transparent 22px,
      #f5dbd4 23px,
      #f5dbd4 27px,
      transparent 28px
    ),
    #f5dbd4;
  -webkit-clip-path: path(
    "M 50 0 Q 35 10, 25 30 Q 15 50, 25 70 Q 35 90, 50 100 L 50 140 L 0 140 L 0 0 Z"
  );
  clip-path: path(
    "M 50 0 Q 35 10, 25 30 Q 15 50, 25 70 Q 35 90, 50 100 L 50 140 L 0 140 L 0 0 Z"
  );
}
.validation-section .puzzle-pieces .puzzle-piece.middle-piece::after {
  content: "";
  position: absolute;
  right: -25px;
  top: 50%;
  transform: translateY(-50%);
  width: 50px;
  height: 140px;
  background:
    radial-gradient(
      circle at 0% 50%,
      transparent 22px,
      #f5dbd4 23px,
      #f5dbd4 27px,
      transparent 28px
    ),
    #f5dbd4;
  -webkit-clip-path: path(
    "M 0 0 Q 15 10, 25 30 Q 35 50, 25 70 Q 15 90, 0 100 L 0 140 L 50 140 L 50 0 Z"
  );
  clip-path: path(
    "M 0 0 Q 15 10, 25 30 Q 35 50, 25 70 Q 15 90, 0 100 L 0 140 L 50 140 L 50 0 Z"
  );
}
.validation-section .puzzle-pieces .puzzle-piece.right-piece {
  padding-left: 50px;
  text-align: center;
}
.validation-section .puzzle-pieces .puzzle-piece.right-piece::before {
  content: "";
  position: absolute;
  left: -25px;
  top: 50%;
  transform: translateY(-50%);
  width: 50px;
  height: 140px;
  background:
    radial-gradient(
      circle at 100% 50%,
      transparent 22px,
      #f5dbd4 23px,
      #f5dbd4 27px,
      transparent 28px
    ),
    #f5dbd4;
  -webkit-clip-path: path(
    "M 50 0 Q 35 10, 25 30 Q 15 50, 25 70 Q 35 90, 50 100 L 50 140 L 0 140 L 0 0 Z"
  );
  clip-path: path(
    "M 50 0 Q 35 10, 25 30 Q 15 50, 25 70 Q 35 90, 50 100 L 50 140 L 0 140 L 0 0 Z"
  );
}
.validation-section .puzzle-pieces .puzzle-piece.right-piece .format-label {
  font-family: "Poppins", sans-serif;
  font-size: 1rem;
  margin: 10px 0 20px 0;
  color: white;
}
.validation-section .puzzle-pieces .puzzle-piece.right-piece .powder-image {
  margin-top: auto;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  height: 100px;
}
.validation-section
  .puzzle-pieces
  .puzzle-piece.right-piece
  .powder-image
  .powder-pile {
  width: 140px;
  height: 95px;
  background:
    radial-gradient(
      ellipse at 50% 35%,
      rgba(255, 255, 255, 0.9) 0%,
      transparent 50%
    ),
    radial-gradient(
      ellipse at 30% 45%,
      rgba(250, 250, 250, 0.7) 0%,
      transparent 40%
    ),
    radial-gradient(
      ellipse at 70% 45%,
      rgba(248, 248, 248, 0.6) 0%,
      transparent 35%
    ),
    radial-gradient(
      ellipse at 50% 65%,
      #ffffff 0%,
      #fcfcfc 20%,
      #f5f5f5 45%,
      #ececec 70%,
      #e3e3e3 100%
    );
  border-radius: 50% 50% 50% 50%/30% 30% 70% 70%;
  position: relative;
  box-shadow:
    0 10px 25px rgba(0, 0, 0, 0.12),
    inset 0 -8px 20px rgba(0, 0, 0, 0.04),
    inset 2px 2px 8px rgba(255, 255, 255, 0.6);
}
.validation-section
  .puzzle-pieces
  .puzzle-piece.right-piece
  .powder-image
  .powder-pile::before {
  content: "";
  position: absolute;
  top: 38%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 75%;
  height: 50%;
  background: radial-gradient(
    ellipse at center,
    rgba(255, 255, 255, 0.98) 0%,
    rgba(255, 255, 255, 0.7) 30%,
    rgba(255, 255, 255, 0.3) 60%,
    transparent 80%
  );
  border-radius: 50%;
  filter: blur(1px);
}
.validation-section
  .puzzle-pieces
  .puzzle-piece.right-piece
  .powder-image
  .powder-pile::after {
  content: "";
  position: absolute;
  bottom: 3px;
  left: 50%;
  transform: translateX(-50%);
  width: 98%;
  height: 8px;
  background: rgba(0, 0, 0, 0.06);
  border-radius: 50%;
  filter: blur(6px);
}

.superiority-section {
  background-color: #ffffff;
  padding: 40px 0;
  position: relative;
}
.superiority-section .ironnox-logo-img {
  width: 160px;
  /* margin: 0px 10px !important; */
}
.superiority-section .sup-title {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-size: 2rem;
  color: #990000;
  margin-bottom: 10px;
  position: relative;
  z-index: 2;
}
.superiority-section .sup-subtitle {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 2.2rem;
  color: #990000;
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
}
.superiority-section .superiority-content {
  position: relative;
  min-height: 400px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
}
.superiority-section .sup-bg-wrapper {
  position: absolute;
  top: 43%;
  left: 60%;
  transform: translate(-50%, -50%);
  width: 100%;
  max-width: 800px;
  z-index: 1;
}
.superiority-section .sup-bg-wrapper .sup-bg-img {
  width: 100%;
  height: auto;
  opacity: 1;
}
.superiority-section .sup-table-wrapper {
  position: relative;
  z-index: 3;
  width: 100%;
  max-width: 1200px;
}
.superiority-section .sup-table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  border: 2px solid #990000;
  border-radius: 20px;
  overflow: hidden;
  background: white;
  box-shadow: 0 10px 30px rgba(153, 0, 0, 0.15);
}
.superiority-section .sup-table thead tr th {
  background-color: #d40026;
  color: white;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  padding: 18px 15px;
  text-align: center;
  font-size: 1.1rem;
  border-bottom: 2px solid white;
}
.superiority-section .sup-table thead tr th:first-child {
  width: 20%;
  background-color: #990000;
}
.superiority-section .sup-table thead tr th:nth-child(2) {
  width: 40%;
}
.superiority-section .sup-table thead tr th:nth-child(3) {
  width: 40%;
  background-color: white;
  color: #990000;
  border-bottom: 2px solid #990000;
}
.superiority-section .sup-table tbody tr td {
  padding: 15px 15px;
  font-family: "Poppins", sans-serif;
  font-size: 0.95rem;
  text-align: center;
  border-bottom: 1px solid white;
  color: white;
  font-weight: 500;
}
.superiority-section .sup-table tbody tr td:first-child {
  background-color: #990000;
  font-weight: 600;
}
.superiority-section .sup-table tbody tr td:nth-child(2) {
  background-color: #e31837;
}
.superiority-section .sup-table tbody tr td:nth-child(3) {
  background-color: white;
  color: #990000;
  border-bottom: 1px solid #ffe6e6;
  font-weight: 600;
}
.superiority-section .sup-table tbody tr:last-child td {
  border-bottom: none;
}
.superiority-section .sup-table tbody tr:last-child td:first-child {
  border-bottom-left-radius: 15px;
}
.superiority-section .sup-table tbody tr:last-child td:nth-child(3) {
  border-bottom-right-radius: 15px;
}

.applications-section {
  background-color: #ffffff;
  padding: 80px 0;
  background-image: url(../images/applications.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  overflow: hidden;
}
.applications-section .section-title {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-size: 2.5rem;
  color: #990000;
  margin-bottom: 60px;
}
.applications-section .applications-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
  max-width: 1200px;
  margin: 0 auto;
}
@media (max-width: 992px) {
  .applications-section .applications-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 576px) {
  .applications-section .applications-grid {
    grid-template-columns: 1fr;
  }
}
.applications-section .iron-table {
  background: linear-gradient(135deg, #990000 0%, #c70000 100%);
  border-radius: 25px;
  padding: 0;
  box-shadow: 0 8px 20px rgba(153, 0, 0, 0.25);
  overflow: hidden;
}
.applications-section .iron-table:nth-child(4) {
  grid-column: 2/3;
}
@media (max-width: 992px) {
  .applications-section .iron-table:nth-child(4) {
    grid-column: 1/2;
  }
}
.applications-section .iron-table .iron-title {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-size: 1rem;
  color: white;
  text-align: center;
  padding: 15px 20px;
  margin: 0;
  background: rgba(0, 0, 0, 0.1);
}
.applications-section .iron-table table {
  width: 100%;
  border-collapse: collapse;
  margin: 0;
}
.applications-section .iron-table table thead {
  background: rgba(0, 0, 0, 0.15);
}
.applications-section .iron-table table thead tr th {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-size: 0.85rem;
  color: white;
  padding: 12px 10px;
  text-align: center;
  border-bottom: 2px solid rgba(255, 255, 255, 0.2);
}
.applications-section .iron-table table thead tr th:first-child {
  text-align: left;
  padding-left: 20px;
}
.applications-section .iron-table table tbody tr {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.applications-section .iron-table table tbody tr:last-child {
  border-bottom: none;
}
.applications-section .iron-table table tbody tr:hover {
  background: rgba(0, 0, 0, 0.05);
}
.applications-section .iron-table table tbody tr td {
  font-family: "Poppins", sans-serif;
  font-size: 0.85rem;
  color: white;
  padding: 12px 10px;
  text-align: center;
}
.applications-section .iron-table table tbody tr td:first-child {
  text-align: left;
  padding-left: 20px;
  font-weight: 500;
}
.applications-section .iron-table table tbody tr td:nth-child(2),
.applications-section .iron-table table tbody tr td:nth-child(3) {
  font-size: 1.1rem;
  font-weight: 700;
}

@media (max-width: 768px) {
  .ironnox-section {
    padding: 0 0 40px 0;
    min-height: auto;
  }
  .ironnox-section .blood-card {
    height: 400px;
    border-radius: 0 0 50px 50px;
    margin-top: 0;
  }
  .ironnox-section .blood-card .text-content {
    padding-left: 30px;
    padding-top: 60px;
  }
  .ironnox-section .blood-card .text-content h2 {
    font-size: 1.8rem;
  }
  .ironnox-section .blood-card .text-content h2 span {
    font-size: 2.5rem;
  }
  .ironnox-section .brand-wrapper .ironnox-logo-img {
    max-width: 300px;
  }
  .ironnox-section .brand-wrapper .tagline-bar {
    font-size: 1rem;
    padding-left: 20px;
  }
  .ironnox-section .brand-wrapper .tagline-bar::after {
    left: 20px;
  }
  .iron-mineral-section {
    padding: 40px 20px;
  }
  .iron-mineral-section .section-title {
    font-size: 1.8rem;
    margin-bottom: 30px;
  }
  .iron-mineral-section .blood-vessel-wrapper {
    text-align: center;
    margin-bottom: 30px;
  }
  .iron-mineral-section .blood-vessel-wrapper img {
    max-width: 300px;
    border-top: 3px solid #000;
    border-bottom: 3px solid #000;
  }
  .iron-mineral-section .info-cards-wrapper {
    gap: 25px;
  }
  .iron-mineral-section .info-card {
    padding: 25px;
  }
  .iron-mineral-section .info-card .card-content p {
    font-size: 0.9rem;
  }
  .iron-mineral-section .info-card .card-corner.top-left {
    border-left-width: 55px;
    border-bottom-width: 55px;
  }
  .iron-mineral-section .info-card .card-corner.top-right {
    border-right-width: 55px;
    border-bottom-width: 55px;
  }
  .iron-mineral-section .info-card .card-corner.bottom-right {
    border-right-width: 55px;
    border-top-width: 55px;
  }
  .sectionchart {
    width: 100%;
    height: 100%;
  }
  .sectionchart img {
    width: 100%;
  }
  .advantage-section {
    padding: 40px 20px;
  }
  .advantage-section .section-title {
    font-size: 1.8rem;
    margin-bottom: 30px;
  }
  .advantage-section .advantage-boxes {
    gap: 15px;
    margin-bottom: 40px;
  }
  .advantage-section .advantage-box {
    padding: 18px 20px;
  }
  .advantage-section .advantage-box p {
    font-size: 14px;
  }
  .advantage-section .research-title {
    font-size: 20px;
    margin-bottom: 30px;
  }
  .advantage-section .research-box {
    padding: 25px 20px;
    min-height: 200px;
  }
  .advantage-section .research-box h4 {
    font-size: 1rem;
  }
  .advantage-section .research-box p {
    font-size: 0.9rem;
  }
  .validation-section {
    padding: 40px 0;
  }
  .validation-section .validation-title {
    font-size: 1.8rem;
    margin-bottom: 15px;
  }
  .validation-section .validation-subtitle {
    font-size: 0.95rem;
    margin-bottom: 30px;
    padding: 0 15px;
  }
  .validation-section .comparison-bars {
    gap: 8px;
    margin-bottom: 30px;
  }
  .validation-section .comparison-bars .comparison-bar {
    padding: 12px 20px;
    font-size: 0.85rem;
  }
  .validation-section .comparison-bars .comparison-bar .bullet {
    font-size: 1rem;
  }
  .superiority-section {
    padding: 40px 0;
  }
  .superiority-section .sup-title {
    font-size: 1.5rem;
  }
  .superiority-section .sup-subtitle {
    font-size: 1.8rem;
  }
  .superiority-section .superiority-content {
    min-height: auto;
    display: block;
  }
  .superiority-section .sup-bg-wrapper {
    position: relative;
    transform: none;
    left: auto;
    top: auto;
    margin: 0 auto 30px auto;
    max-width: 100%;
  }
  .superiority-section .sup-table {
    border-radius: 15px;
  }
  .superiority-section .sup-table thead tr th {
    font-size: 0.85rem;
    padding: 12px 5px;
  }
  .superiority-section .sup-table tbody tr td {
    font-size: 0.8rem;
    padding: 12px 5px;
  }
  .applications-section {
    padding: 40px 0;
  }
  .applications-section .section-title {
    font-size: 1.8rem;
    margin-bottom: 40px;
  }
  .applications-section .applications-grid {
    gap: 25px;
  }
  .applications-section .iron-table {
    border-radius: 20px;
  }
  .applications-section .iron-table .iron-title {
    font-size: 0.9rem;
    padding: 12px 15px;
  }
  .applications-section .iron-table table thead tr th {
    font-size: 0.75rem;
    padding: 10px 8px;
  }
  .applications-section .iron-table table thead tr th:first-child {
    padding-left: 15px;
  }
  .applications-section .iron-table table tbody tr td {
    font-size: 0.75rem;
    padding: 10px 8px;
  }
  .applications-section .iron-table table tbody tr td:first-child {
    padding-left: 15px;
  }
  .applications-section .iron-table table tbody tr td:nth-child(2),
  .applications-section .iron-table table tbody tr td:nth-child(3) {
    font-size: 1rem;
  }
  .iron-card {
    display: grid;
    gap: 10px;
    grid-template-columns: repeat(1, 1fr);
    margin-top: 10px;
  }
  .top-heading {
    font-size: 50px;
    margin-bottom: 40px;
  }
  li {
    font-size: 14px;
  }
} /*# sourceMappingURL=style.css.map */

.ironnx-section {
  position: relative;
  width: 100%;
  padding: 40px 0;
  min-height: 700px;
  background: url("../images/ironnx.jpg") center/cover no-repeat;
  display: flex;
  gap: 80px;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  overflow: hidden;
  z-index: 1;
}

/* White overlay */
.ironnx-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.4); /* halka white */
  z-index: -1;
}

.top-heading {
  font-size: 50px;
  font-weight: 800;
  color: #fff;
  text-align: center;
  margin-bottom: 60px;
}

.ironnx-section .content {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
}

.left-circle {
  width: 400px;
  height: 400px;
  background: #fff0e8;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  overflow: hidden;
}

.left-circle img {
  width: 100%;
}

.right-cards {
  display: flex;
  flex-direction: column;
  gap: 16px;
  flex: 1;
}

.ironnx-card {
  background: linear-gradient(180deg, #f01f1f, #a00000);
  color: #fff;
  padding: 15px 25px;
  font-weight: 600;

  clip-path: polygon(0 0, 92% 0, 100% 50%, 92% 100%, 0 100%);
}
.ironnx-card h2 {
  font-size: 20px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 6px;
}
.ironnx-card p {
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  margin-bottom: 0 !important;
  line-height: 22px;
}

@media (max-width: 992px) {
  .content {
    flex-direction: column;
  }

  .left-circle {
    width: 250px;
    height: 250px;
  }

  .right-cards {
    width: 100%;
  }

  .ironnx-card::before {
    display: none;
  }
}

@media (max-width: 576px) {
  .caironnx-card {
    font-size: 14px;
    padding: 12px;
  }
  .top-heading {
    font-size: 40px;
    margin-bottom: 30px;
  }
}

@media (max-width: 425px) {
  .top-heading {
    font-size: 24px;
  }
  .ironnx-card h2 {
    font-size: 18px;
  }
  .ironnx-card p {
    font-size: 14px;
    line-height: 18px;
  }
  .ironnx-card {
    padding: 15px 10px;
  }
  .iron-card-text {
    font-size: 16px;
  }
  .card1 .small {
    font-size: 14px;
  }
  .card1 {
    padding: 16px 16px;
  }
}
