/* ================= GLOBAL ================= */
* {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: "Segoe UI", sans-serif;
  background-color: #fff;
  color: #222;
}

/* ================= PAGE TOP ================= */
.page-top {
  background-image: url("../images/bg-1.jpeg");
  background-size: cover;
  background-position: center;
  height: 300px;
  position: relative;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
}

.page-top .overly {
  background: rgba(0, 0, 0, 0.55);
  width: 100%;
  height: 100%;
  text-align: center;
  padding-top: 100px;
}

.hero-title {
  font-size: 2.5rem;
  margin-top: 10px;
}

/* ================= ABOUT SECTION ================= */
.about-section {
  max-width: 960px;
  margin: auto;
  padding: 40px 20px;
}

.title {
  font-size: 2.4rem;
  font-weight: 700;
  margin-bottom: 30px;
  text-align: center;
}

.highlighted {
  background-color: #0091dc;
  color: white;
  padding: 5px 10px;
  border-radius: 4px;
}

.description {
  font-size: 1.1rem;
  color: #777;
  margin-bottom: 20px;
  line-height: 1.7;
}

/* ================= INFO SECTION ================= */
.info-section {
  display: flex;
  gap: 30px;
  padding: 40px 60px;
  flex-wrap: wrap;
}

.info-box {
  flex: 1;
  min-width: 280px;
}

.info-box h2 {
  font-size: 20px;
  margin-bottom: 15px;
}

.info-box p {
  font-size: 16px;
  color: #777;
  line-height: 1.7;
}

/* ================= COUNTERS ================= */
.auto-numeric {
  width: 100%;
  background-color: #0088cc;
  color: white;
  display: flex;
  justify-content: space-around;
  align-items: center;
  padding: 50px 20px;
  flex-wrap: wrap;
  gap: 30px;
}

.numeric {
  text-align: center;
}

.numeric i {
  font-size: 36px;
  margin-bottom: 10px;
}

.numeric .number {
  font-size: 36px;
  font-weight: bold;
}

.numeric .label {
  font-size: 18px;
}

/* ================= WHY CHOOSE US ================= */
.choose-us {
  display: flex;
  gap: 40px;
  padding: 60px;
  flex-wrap: wrap;
}

.text-section {
  flex: 1;
  min-width: 300px;
}

.text-section h2 {
  font-size: 2rem;
  font-weight: 300;
}

.text-section h2 b {
  font-weight: 700;
}

.text-section h3 {
  color: #999;
  font-size: 1.3rem;
}

.text-section p,
.text-section li {
  font-size: 1.1rem;
  color: #777;
  line-height: 1.6;
}

.text-section ul {
  list-style: none;
  padding-left: 0;
  margin-top: 15px;
}

.text-section li {
  margin-bottom: 10px;
}

/* ================= IMAGES ================= */

.image-section {
  flex: 1;
  position: relative;
  min-width: 300px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}

.image-section img {
  border-radius: 8px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  object-fit: cover;
  margin: 10px;
}

.img1 {
  width: 300px;
  height: 200px;
}

.img2 {
  width: 250px;
  height: 180px;
}

.img3 {
  width: 400px;
  height: 250px;
}
/* ================= TEAM SLIDER ================= */
.team-section {
  display: flex;
  align-items: center;
  padding: 50px;
  background-color: #f5f5f5;
  flex-wrap: wrap;
}

.arrow {
  font-size: 2rem;
  border: none;
  background: none;
  cursor: pointer;
  color: #0078d7;
}

.next-wrapper {
  overflow: hidden;
  width: 100%;
  max-width: 500px;
  margin: 0 20px;
}

.slide {
  display: flex;
  transition: transform 0.4s ease-in-out;
}

.profile {
  min-width: 240px;
  text-align: center;
  padding: 10px;
}

.profile img {
  width: 200px;
  height: 220px;
  object-fit: cover;
  border-radius: 10px;
}

.profile h3 {
  margin-top: 10px;
  font-size: 1.1rem;
}

.profile p {
  color: #555;
}

/* ================= TEAM TEXT ================= */
.team-description {
  max-width: 600px;
  padding-left: 40px;
}

.team-description h2 {
  font-size: 2rem;
  font-weight: 300;
}

.team-description h2 span {
  font-weight: 700;
}

.team-description p {
  color: #777;
  margin-top: 20px;
  font-size: 1.1rem;
  line-height: 1.6;
}

/* ================= CLIENT SECTION ================= */
.client-section {
  display: flex;
  gap: 40px;
  padding: 50px;
  flex-wrap: wrap;
}

.left {
  flex: 1;
}

.left h2 {
  font-size: 28px;
  font-weight: 400;
}

.left h2 span {
  font-weight: 700;
}

.client-logos {
  display: flex;
  gap: 20px;
  margin-top: 30px;
  flex-wrap: wrap;
}

.client-logos img {
  height: 90px;
  opacity: 0.7;
  transition: opacity 0.3s ease;
}

.client-logos img:hover {
  opacity: 1;
}

.right {
  flex: 1.2;
  padding: 30px;
  position: relative;
}

.quote {
  font-size: 22px;
  font-style: italic;
  line-height: 1.6;
}

.author {
  margin-top: 30px;
  font-weight: bold;
  text-align: center;
}

.position {
  font-size: 14px;
  color: #666;
  text-align: center;
}

/* ================= SCROLL ANIMATION ================= */
.reveal {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.7s ease, transform 0.7s ease;
}

.reveal.active {
  opacity: 1;
  transform: translateY(0);
}

/* ================= RESPONSIVE ================= */
@media (max-width: 900px) {
  .choose-us,
  .info-section,
  .client-section {
    flex-direction: column;
    padding: 30px 20px;
  }

  .team-section {
    flex-direction: column;
    text-align: center;
  }

  .team-description {
    padding-left: 0;
    margin-top: 30px;
  }
}

@media (max-width: 600px) {
  .hero-title {
    font-size: 2rem;
  }

  .title {
    font-size: 2rem;
  }
}

.next-wrapper {
  width: 100%;
  max-width: 500px;
  overflow: hidden;
}

.slide {
  display: flex;
  transition: transform 0.5s ease-in-out;
}

.profile {
  min-width: 240px;
  text-align: center;
}

