
   body{
    background-color: white;
   }

 /* Banner Image */
.banner-img {
  position: relative;
  max-width: 100%;
  height: 80vh;
  overflow: hidden;
  transition: opacity 0.4s ease-out;
}

.banner-img img {
   width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}

/* White Section */
.fadeInSection {
    width: 1400px;
  background: white;
  text-align: center;
  padding: 100px 20px;
  margin-top: -180px; 
  margin-left: 50px;
  border-top-left-radius: 40px;
  border-top-right-radius: 40px;
  position: relative;
  z-index: 10;
}

.fadeInSection p {
  font-weight: 700;
  letter-spacing: 3px;
  color: black;
  font-family: 'Nunito Sans', sans-serif;
  margin: 20px auto 10px auto; 
  text-align: center;
  max-width: 70%;
  display: block;
  font-size: 21px;
}


.fadeInSection h5{
    text-transform: uppercase;
    letter-spacing: 2.5px;
    color: #7501cc;
    font-size: 27px;
    font-weight: 100;
    margin-bottom: 40px;
}

.fadeInSection h1 {
  font-size: 4.5rem;
  font-weight: bold;
  color: #7501cc;
}

.fadeInSection span {
  color: #00cfcf;
}


.unit-section {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  background: #601cbf;
  padding: 60px 20px;
  border-radius: 80px 80px 0 0;
  gap: 50px;
  margin-top: 200px;
}

.unit-card {
  position: relative;
  text-align: center;
  width: 260px;
  max-width: 90vw;
  transition: all 0.8s ease;
  /* opacity: 0; */
  margin-top: -200px;
}

.circle-bg {
  position: relative;
  width: 270px;
  height: 270px;
  margin: 0 auto 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
}

.circle-bg::before {
  content: '';
  position: absolute;
  bottom: 0; /* fixes the bottom */
  width: 100%;
  height: 100%;
  background-color: #27e9d4;
  border-radius: 50%;
  z-index: -1;
  transition: transform 0.4s ease;
  transform-origin: bottom center;
}

.unit-card:hover .circle-bg::before {
  transform: scaleX(1.15) scaleY(1.1); 
}

.circle-bg img {
  width: 100%;
  height: auto;
  object-fit: contain;
  z-index: 1;
}


.unit-card h3 {
  color: #27e9d4;
  letter-spacing: 2px;
  margin-bottom: 10px;
  margin-top: 40px;
  font-size: 25px;
  font-weight: 100;
}

.unit-card p {
  font-family: 'Nunito Sans', sans-serif;
  font-size: 17.6px;
  line-height: 1.6;
  color: white;
}

.unit-card h4{
    font-size: 18px;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    color: white;
    margin-top: 20px;
}

#unit-btn{
    background-color: #00cfcf;
    border-radius: 20px;
    border: none;
    padding: 10px 20px;
    width: 230px;
    font-size: 16px;
    color: white;
    font-weight: bold;
    margin-top: 30px;
}

#unit-btn:hover{
    background-color: rgb(125, 7, 88);
}

.unit-card.visible {
  opacity: 1;
  transform: translateY(0);
}


.business-section {
  padding: 80px 20px;
  text-align: center;
  background: #fff;
}

.business-section h2 {
  font-size: 60px;
  font-weight: 100;
  color: #601cbd; /* Purple */
  line-height: 1.3;
  margin-bottom: 50px;
}

.business-cards {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px;
}

.business-card {
  position: relative;
  width: 280px;
  border-radius: 25px;
  cursor: pointer;
  transition: transform 0.3s ease;
}

.business-card:hover {
  transform: scale(1.08);
  overflow:inherit;
}

.business-card img {
  width: 290px;
  height: 250px;
  display: block;
  border-radius: 20px;
}

.card-label {
  position: absolute;
  bottom: 20px;
  left: 20px;
  color: white;
  font-weight: 900;
  font-size: 24px;
  font-family: 'Museo Sans', sans-serif;
  line-height: 1.2;
  z-index: 2;
  text-align: left;
  text-shadow: 1px 1px 2px rgba(0,0,0,0.3);
}

/* Colored vertical bars */
.business-card::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 12px;
  height: 90px;
  z-index: 1;
}

.business-card.purple::before {
  background-color: #6e00a2;
}
.business-card.yellow::before {
  background-color: #fdb813;
}
.business-card.pink::before {
  background-color: #ff3399;
}
.business-card.teal::before {
  background-color: #00d2b3;
}

/* ====== Tablet and Below (≤ 1024px) ====== */
@media (max-width: 1024px) {
  .fadeInSection {
    width: 95%;
    margin: -150px auto 0;
    padding: 80px 20px;
  }

  .fadeInSection h1 {
    font-size: 3rem;
  }

  .unit-section {
    margin-top: 150px;
    padding: 40px 10px;
    gap: 30px;
  }

  .circle-bg {
    width: 220px;
    height: 220px;
  }

  .unit-card {
    width: 220px;
  }

  .unit-card h3 {
    font-size: 20px;
  }

  .unit-card p {
    font-size: 16px;
  }

  .business-section h2 {
    font-size: 48px;
  }

  .business-card img {
    width: 100%;
    height: auto;
  }

  .business-card {
    width: 90%;
    margin: 0 auto;
  }

  .card-label {
    font-size: 20px;
  }
}

/* ====== Mobile (≤ 768px) ====== */
@media (max-width: 768px) {

   .banner-img {
    height: 100vh;
  }

  .banner-img img {
    height: 100%;
    width: auto;
    object-fit: cover;
  }
  

  .fadeInSection {
    width: 95%;
    padding: 60px 15px;
    margin-top: -100px;
  }

  .fadeInSection h1 {
    font-size: 2.4rem;
  }

  .fadeInSection p {
    font-size: 17px;
    max-width: 90%;
  }

  .unit-section {
    flex-direction: column;
    align-items: center;
    margin-top: 100px;
    border-radius: 50px 50px 0 0;
  }

  .circle-bg {
    width: 180px;
    height: 180px;
  }

  .unit-card {
    width: 90%;
    margin-top: 0;
  }

  .unit-card h3 {
    font-size: 18px;
  }

  #unit-btn {
    width: 100%;
    padding: 10px;
    font-size: 15px;
  }

  .business-section h2 {
    font-size: 36px;
    padding: 0 10px;
  }

  .business-cards {
    flex-direction: column;
    gap: 20px;
  }

  .business-card {
    width: 90%;
  }

  .card-label {
    font-size: 18px;
  }

  /* .country-section .country-list {
    flex-wrap: wrap;
    justify-content: center;
    gap: 22px;
  } */

  /* .country-section .country-list div {
    font-size: 14px;
  } */
}

/* ====== Small Phones (≤ 480px) ====== */
@media (max-width: 480px) {
  .fadeInSection h5 {
    font-size: 20px;
  }

  .fadeInSection h1 {
    font-size: 1.9rem;
  }

  .unit-card p {
    font-size: 15px;
  }

  .business-section h2 {
    font-size: 28px;
  }

  .card-label {
    font-size: 16px;
  }
}
