.hero {
  background-image: url("/static/images/cape-town-background.jpg");
  background-size: cover;
  background-position: top;
  background-repeat: no-repeat;
  background-attachment: fixed;
  opacity: 0.9;
  height: 50vh;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 0px;
  text-align: center;
  color: #fff;
}

@keyframes fadeUp {
  0% {
    opacity: 0;
    transform: translateY(30px);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

.hero-content h4,
.hero-content h5 {
  color: #ffffff;
  font-size: 70px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 10px;
  animation: fadeUp 1s ease-out forwards;
}

.hero-content h5 {
  animation-delay: 0.3s;
}

body {
  margin: 0;
  font-family: 'Inter', sans-serif;
  background-color: #fff;
  color: #000;
}

h1 {
  font-size: 70px;
  font-weight: 700;
  line-height: 1.2;
  color: #347322;
}

.reports-section h3 {
  font-size: 70px;
  font-weight: 700;
  line-height: 1.2;
  color: #347322;
  margin-bottom: -20px;
}

.subheading {
  font-size: 70px;
  font-weight: 700;
  line-height: 1.2;
  color: #464646;
  font-family: 'Inter', sans-serif;
}

.focus-business-section {
  background-color: #464646;
  padding: 80px 20px;
  text-align: center;

}

.focus-business-section h2 {
  font-size: 2.8rem;
  letter-spacing: 2px;
  margin-bottom: 10px;
  font-weight: 300;
  font-family: 'Montserrat', sans-serif;
  color: black;
  text-align: left;
}

.focus-business-section h2 span {
  color: #347322;
  font-weight: 800;
  font-size: 60px;
  text-align: left;
}

.focus-business-section h2 {
  font-size: 2.8rem;
  letter-spacing: 2px;
  margin-bottom: 10px;
  font-weight: 300;
  font-family: 'Montserrat', sans-serif;
  color: black;
  text-align: left;
}

.focus-business-section h2 span {
  color: #347322;
  font-weight: 800;
  font-size: 60px;
  text-align: left;
}

/* Mobile responsiveness */
@media (max-width: 768px) {
  .focus-business-section h2 {
    font-size: 1.8rem;
    letter-spacing: 1px;
    text-align: center;
  }

  .focus-business-section h2 span {
    font-size: 36px;
    text-align: center;
  }
}

.focus-business-section .subtitle {
  color: #ffffff;
  margin-bottom: 50px;
  font-size: 1rem;
  text-align: left;
  width: auto;
}

.focus-features {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 80px;
}

.focus-feature {
  text-align: center;
  max-width: 200px;
}

.focus-icon {
  width: 170px;
  height: 170px;
  border: 5px solid #347322;
  border-radius: 50%;
  margin: 0 auto 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.focus-icon img {
  width: 100px;
  height: 100px;
}

.focus-feature p {
  font-size: 1rem;
  color: #222;
}

.reports-section {
  max-width: 1400px;
  margin: 40px auto;
  padding: 0;
}

/*  Updated reports-section styles */
.reports-section h1 {
  font-size: 60px;
  font-weight: 700;
  color: #347322;
  margin-bottom: 20px;
}

.reports-section span {
  font-size: 60px;
  font-weight: 800;
  color: #347322;
  display: block;
  margin-bottom: 10px;
}

.slider-container {
  position: relative;
  display: flex;
  align-items: center;
  margin-top: 20px;
}

.slider {
  display: flex;
  overflow-x: auto;
  scroll-behavior: smooth;
  gap: 25px;
  padding: 20px 0;
  cursor: grab;
  max-width: 1400px;
  scroll-snap-type: x mandatory;
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.slider::-webkit-scrollbar {
  display: none;
}

.slider.dragging {
  cursor: grabbing;
}

.report-box {
  flex: 0 0 250px;
  background: #464646;
  border-radius: 20px;
  padding: 20px;
  box-sizing: border-box;
  scroll-snap-align: start;
  user-select: none;
  transition: transform 0.2s ease;
  margin-bottom: 20px;
}

.report-box:hover {
  transform: scale(1.05);
}

.report-box strong {
  display: block;
  margin-bottom: 10px;
  font-size: 18px;
  color: #ffffff;
}

.report-box p {
  font-size: 14px;
  line-height: 1.5;
  margin: 0;
}

.arrow {
  font-size: 30px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 10px;
  user-select: none;
}

.arrow-img {
  width: 40px;
  height: auto;
}

.custom-section-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 40px;
  max-width: 1600px;
  margin: 0 auto;
  padding: 60px 40px;
}

.custom-container {
  display: flex;
  flex-direction: column;
  gap: 40px;
  flex: 1;
  max-width: 1000px;
}


.box {
  background: #ffffff;
  border-radius: 0px;
  padding: 40px;
  width: 1000px;
  border: 5px solid #347322;
  margin-bottom: 40px;
}

.custom-image {
  flex-shrink: 0;
}

.custom-image {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}

.custom-image img {
  max-width: 1400px;
  width: 100%;
  height: auto;
  border-radius: 0;
  object-fit: contain;
}

.parallax-section,
.parallax-transition {
  background-image: url('/static/images/idata-payslip.jpg');
  background-attachment: fixed;
  background-size: cover;
  background-position: center;
  height: 300px;
  margin-bottom: 30px;
}

.icon {
  font-size: 40px;
  margin-bottom: 20px;
  display: block;
}

h2 {
  font-size: 1.25rem;
  color: #464646;
  line-height: 1.6;
  text-align: left;
}

.custom-paragraph {
  font-size: 16px;
  line-height: 1.6;
  color: #333;
}

p {
  font-size: 16px;
  line-height: 1.7;
  margin: 0;
  color: #ffffff;
}

.integrated-solutions-section {
  background: #eaf7f9;
  padding: 60px 20px;
  display: flex;
  justify-content: center;
}

.integrated-container {
  background: linear-gradient(to right, #7eba0a, #347322);
  border-radius: 80px 0 0 80px;
  padding: 40px 60px;
  display: flex;
  max-width: 1200px;
  width: 100%;
  gap: 40px;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}

.integrated-left h2 {
  font-size: 2.5rem;
  font-weight: 700;
  color: #464646;
  margin: 0;
  line-height: 1.2;
}

.integrated-right {
  flex: 1;
  min-width: 300px;
}

.integrated-right p {
  font-size: 1.1rem;
  color: #222;
  margin-bottom: 20px;
  line-height: 1.6;
}

.integrated-buttons {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}

.btn {
  padding: 12px 24px;
  font-weight: 600;
  border-radius: 6px;
  text-decoration: none;
  text-align: center;
}

.black-btn {
  background-color: #464646;
  color: #fff;
}

.black-btn:hover {
  background-color: #222;
}

.outline-btn {
  border: 1px solid #464646;
  color: #464646;
}

.outline-btn:hover {
  background-color: #464646;
  color: #fff;
}

/* Responsive Breakpoints Start */

@media (max-width: 1024px) {

  .hero-content h4,
  .hero-content h5 {
    font-size: 50px;
    letter-spacing: 5px;
  }

  h1,
  .reports-section h3,
  .subheading,
  .reports-section h1,
  .reports-section span {
    font-size: 50px;
  }

  .custom-image img {
    height: auto;
  }

  .box {
    width: 100%;
  }
}

@media (max-width: 768px) {
  .hero {
    height: 40vh;
    padding: 20px;
    background-attachment: scroll;
  }

  .hero-content h4,
  .hero-content h5 {
    font-size: 36px;
    letter-spacing: 3px;
  }

  .focus-features {
    gap: 40px;
  }

  .custom-section-wrapper {
    flex-direction: column;
    padding: 40px 20px;
  }

  .custom-image img {
    max-width: 100%;
  }

  h1,
  .reports-section h3,
  .subheading,
  .reports-section h1,
  .reports-section span {
    font-size: 40px;
  }

  .integrated-left h2 {
    font-size: 1.8rem;
  }
}

@media (max-width: 480px) {

  .hero-content h4,
  .hero-content h5 {
    font-size: 28px;
    letter-spacing: 2px;
  }

  .focus-icon {
    width: 120px;
    height: 120px;
  }

  .focus-icon img {
    width: 60px;
    height: 60px;
  }

  .report-box {
    flex: 0 0 80%;
  }

  h1,
  .reports-section h3,
  .subheading,
  .reports-section h1,
  .reports-section span {
    font-size: 30px;
    text-align: center;
  }

  .box {
    padding: 20px;
  }

  @media (max-width: 768px) {
    .integrated-container {
      flex-direction: column;
      border-radius: 40px;
      text-align: center;
      padding: 30px 20px;
    }

    .integrated-buttons {
      justify-content: center;
    }

    .integrated-left h2 {
      font-size: 2rem;
    }
  }