body {
  overflow-x: hidden;
}

.home-hero {
  background: rgba(186, 210, 238, 1);
  border-radius: 0 0 40px 40px;
  margin: 0 20px 20px;
}

.home-hero-container {
  max-width: calc(100% - 40px);
  margin: 0 auto;
  padding: 30px 20px 80px 20px;
  display: flex;
  align-items: stretch;
  gap: 60px;
}

.home-hero-left {
  width: 50%;
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}

.home-hero-right {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  position: relative;
}

.home-hero-left h1 {
  font-size: 50px;
  font-weight: 700;
  color: #fff;
  line-height: 1.1;
}

.hero-cta {
  width: 300px;
  margin: 30px 0;
  border-radius: 50px;
  padding: 5px 8px;
  border: none;
  background: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
}

.hero-cta span {
  background: #000;
  color: #fff;
  font-size: 20px;
  width: 40px;
  right: 10px;
  height: 40px;
  padding: 6px;
  border-radius: 50%;
}

.hero-description {
  font-size: 18px;
  color: #4a4a4a;
  max-width: 500px;
  margin-bottom: 35px;
}

.hero-stats {
  display: flex;
  gap: 18px;
}

.stat-card {
  background: #fff;
  padding: 12px;
  border-radius: 14px;
  width: 150px;
  height: 160px;
  display: flex;
  flex-direction: column;
}

.stat-card1 {
  background: #fff;
  padding: 12px;
  border-radius: 14px;
  width: 190px;
  height: 160px;
  display: flex;
  flex-direction: column;
}

.stat-card h3,
.stat-card1 h3 {
  font-size: 30px;
  font-weight: 600;
  margin: 0;
}

.stat-card span,
.stat-card1 span {
  font-size: 18px;
  font-weight: 500;
}

.stat-card p,
.stat-card1 p {
  font-size: 13px;
  color: #666;
  margin-top: auto;
}

.home-hero-right {
  flex: 1;
  position: relative;
  display: flex;
}

.hero-img-wrap {
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  padding-bottom: 0px;
}

.hero-person {
  display: block;
  width: 100%;
  max-width: 800px;
  height: 650px;
  transform: translateX(-140px);
  margin-bottom: -80px;
}

.philosophy-card {
  position: absolute;
  top: 50px;
  right: 30px;
  background: transparent;
  padding: 14px;
  border: 1px solid black;
  border-radius: 16px;
  font-size: 16px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  z-index: 3;
}

.philosophy-card strong {
  font-size: 18px;
  margin-bottom: 15px;
}

/* Our Team Section */
.team-section {
  padding: 60px 40px;
}

.team-container {
  max-width: 1350px;
  margin: 0 auto;
}

.team-title {
  font-size: 40px;
  font-weight: 700;
  margin-bottom: 8px;
}

.team-subtitle {
  font-size: 18px;
  color: #666;
  margin-bottom: 48px;
}

.team-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 20px;
}

.team-card {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.team-card img {
  width: 200px;
  height: 260px;
  object-fit: cover;
  border-radius: 20px;
  margin-bottom: 14px;
}

.team-card h4 {
  font-size: 17px;
  font-weight: 600;
  margin: 4px 0;
}

.team-card span {
  font-size: 14px;
  color: #777;
}

/* WHY CHOOSE US */
.why-section {
  padding: 20px 30px;
}

.why-container {
  max-width: 1300px;
  height: 400px;
  margin: 0 auto;
  background: rgba(186, 210, 238, 1);
  border-radius: 28px;
  padding: 40px;
  display: flex;
  align-items: center;
  gap: 20px;
}

.why-image img {
  max-width: 550px;
  width: none;
  margin-left: -100px;
  margin-bottom: -60px;
  margin-right: -60px;
}

.why-content {
  flex: 1;
}

.why-content h2 {
  font-size: 40px;
  font-weight: 700;
  margin-bottom: 8px;
  margin-left: 200px;
}

.why-subtitle {
  font-size: 16px;
  color: #555;
  margin-bottom: 32px;
  margin-left: 200px;
}

.why-cards {
  display: flex;
  gap: 20px;
}

.why-card {
  background: rgba(255, 255, 255, 1);
  border-radius: 20px;
  padding: 20px;
  width: 250px;
  height: 200px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.why-card h4 {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.4;
}

.why-card span {
  font-size: 44px;
  font-weight: 600;
}

/* OUR APPROACH SECTION */
.approach-section {
  margin-top: 30px;
  padding: 50px 20px;
  padding-bottom: 0;
}

.approach-container {
  max-width: 1300px;
  margin: 0 auto;
  display: flex;
  gap: 50px;
  align-items: flex-start;
}

.approach-left {
  flex: 1;
}

.approach-left h2 {
  font-size: 40px;
  font-weight: 700;
  margin-bottom: 4px;
}

.approach-subtitle {
  font-size: 16px;
  color: #555;
  margin-bottom: 60px;
}

.approach-image img {
  max-width: 650px;
  height: 420px;
  border-radius: 22px;
  margin-right: -20px;
}

.approach-content {
  flex: 1.1;
}

.approach-list {
  display: flex;
  flex-direction: column;
  gap: 22px;
}

.approach-item {
  background: rgba(186, 210, 238, 1);
  border-radius: 30px;
  padding: 16px 22px;
  display: flex;
  align-items: center;
  gap: 20px;
}

.icon img {
  width: 80px;
  height: 80px;
  margin-left: -70px;
}

.approach-item h4 {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 2px;
  color: rgba(0, 0, 0, 1);
}

.approach-item p {
  font-size: 16px;
  color: #444;
  line-height: 1.5;
}

/* Testimonial Section */
.testimonial-section {
  padding: 80px 80px;
  font-family: "Segoe UI", sans-serif;
}

/* Header */
.section-header {
  text-align: center;
  margin-bottom: 60px;
}

.section-header h2 {
  font-size: 50px;
}

.section-header p {
  color: #555;
  font-size: 18px;
}

/* GRID LAYOUT */
.testimonial-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
}

/* CARD */
.testimonial-card {
  padding: 30px;
  border-radius: 20px;
  border: 1px solid rgba(186, 210, 238, 1);
  display: flex;
  flex-direction: column;
  height: 100%;
}

/* TEXT */
.text {
  color: #555;
  line-height: 2;
  font-size: 18px;
  flex-grow: 1;
  font-family: "DM Sans", sans-serif;
}

/* DIVIDER */
.divider {
  height: 1px;
  background: rgba(186, 210, 238, 1);
  margin: 24px 0 16px;
}

/* AUTHOR */
.author {
  display: flex;
  align-items: center;
  gap: 16px;
}

.author img {
  width: 50px;
  height: 50px;
  border-radius: 50%;
}

.author h4 {
  font-size: 17px;
  font-weight: 600;
  margin: 0;
}

.author span {
  font-size: 15px;
  color: #777;
}

/* Large desktops (1440px and above) */
@media (min-width: 1440px) {
  .testimonial-section {
    padding: 100px 140px;
  }

  .testimonial-grid {
    gap: 50px;
  }

  .section-header h2 {
    font-size: 56px;
  }

  .section-header p {
    font-size: 20px;
  }
}

/* Laptops / small desktops (1200px - 1439px) */
@media (max-width: 1439px) {
  .testimonial-section {
    padding: 80px 100px;
  }
}

/* Tablets landscape (992px - 1199px) */
@media (max-width: 1199px) {
  .testimonial-section {
    padding: 70px 60px;
  }

  .testimonial-grid {
    gap: 30px;
  }

  .section-header h2 {
    font-size: 44px;
  }

  .text {
    font-size: 15px;
  }
}

/* Tablets portrait (768px - 991px) */
@media (max-width: 991px) {
  .testimonial-section {
    padding: 60px 40px;
  }

  .testimonial-grid {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .testimonial-card {
    padding: 28px;
  }

  .section-header h2 {
    font-size: 40px;
  }

  .section-header p {
    font-size: 16px;
  }
}

/* Large mobiles (576px - 767px) */
@media (max-width: 767px) {
  .testimonial-section {
    padding: 50px 24px;
  }

  .testimonial-card {
    padding: 24px;
    border-radius: 16px;
  }

  .text {
    font-size: 14px;
    line-height: 1.8;
  }

  .author img {
    width: 46px;
    height: 46px;
  }

  .author h4 {
    font-size: 15px;
  }

  .author span {
    font-size: 13px;
  }
}

/* Small mobiles (up to 575px) */
@media (max-width: 575px) {
  .testimonial-section {
    padding: 40px 16px;
  }

  .section-header h2 {
    font-size: 34px;
  }

  .section-header p {
    font-size: 15px;
  }

  .testimonial-card {
    padding: 20px;
  }

  .text {
    font-size: 13px;
  }

  .divider {
    margin: 20px 0 14px;
  }
}

@media (max-width: 1200px) {
  .home-hero-container {
    gap: 40px;
  }

  .hero-person {
    height: 560px;
    transform: translateX(-80px);
  }

  .team-grid {
    grid-template-columns: repeat(4, 1fr);
  }
}

@media (max-width: 1024px) {
  .home-hero-container {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .hero-cta {
    justify-content: space-between;
    margin-left: auto;
    margin-right: auto;
  }

  .hero-description {
    max-width: 100%;
  }

  .home-hero-left,
  .home-hero-right {
    width: 100%;
  }

  .hero-stats {
    justify-content: center;
    flex-wrap: wrap;
  }

  .hero-person {
    transform: none;
    margin-bottom: -40px;
    height: 500px;
  }

  .philosophy-card {
    position: static;
    margin-bottom: 20px;
  }

  .team-grid {
    grid-template-columns: repeat(3, 1fr);
  }

  .why-container {
    flex-direction: column;
    height: auto;
    text-align: center;
  }

  .why-content h2,
  .why-subtitle {
    margin-left: 0;
  }

  .why-image img {
    margin: 0;
    max-width: 420px;
  }

  .why-cards {
    flex-direction: row;
    align-items: center;
    gap: 16px;
  }

  .why-card {
    width: 100%;
    max-width: 250px;
    height: auto;
  }

  .approach-container {
    flex-direction: column;
    margin: 20px;
  }

  .approach-image img {
    margin-right: 0;
  }
}

@media (max-width: 768px) {
  .home-hero-container {
    padding-bottom: 0;
  }

  .home-hero-right {
    flex-direction: column;
    align-items: center;
  }

  .philosophy-card {
    position: static;
    order: 1;
    margin-bottom: 20px;
    background: transparent;
  }

  .hero-img-wrap {
    order: 2;
    padding-bottom: 0;
  }

  .hero-person {
    transform: none;
    margin-bottom: 0;
    height: 360px;
    max-width: 100%;
  }

  .home-hero {
    border-radius: 0 0 28px 28px;
  }

  .home-hero-left h1 {
    font-size: 36px;
    line-height: 1.2;
  }

  .hero-cta {
    justify-content: space-between;
    margin-left: auto;
    margin-right: auto;
  }

  .hero-description {
    max-width: 100%;
  }

  .hero-stats {
    flex-direction: row;
    align-items: center;
  }

  .stat-card,
  .stat-card1 {
    width: 30%;
    height: auto;
  }

  .team-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .approach-item {
    flex-direction: column;
    text-align: center;
  }

  .icon img {
    margin-left: 0;
  }

  .why-container {
    flex-direction: column;
    height: auto;
    padding: 30px 20px;
    text-align: center;
  }

  .why-image img {
    max-width: 280px;
    margin: 0 auto 20px;
  }

  .why-content h2,
  .why-subtitle {
    margin-left: 0;
  }

  .why-cards {
    flex-direction: column;
    align-items: center;
    gap: 16px;
  }

  .why-card {
    width: 100%;
    max-width: 280px;
    height: auto;
  }

  .approach-container {
    flex-direction: column;
    gap: 30px;
  }

  .approach-image img {
    max-width: 100%;
    height: auto;
    margin: 0;
  }
}

@media (max-width: 480px) {
  .home-hero-left h1 {
    font-size: 28px;
  }

  .hero-description {
    font-size: 15px;
  }

  .hero-person {
    height: 300px;
  }

  .team-title,
  .why-content h2,
  .approach-left h2 {
    font-size: 28px;
  }

  .team-grid {
    grid-template-columns: 1fr;
  }

  .why-card {
    width: 100%;
    height: auto;
  }

  .why-card h4 {
    font-size: 18px;
  }

  .why-card span {
    font-size: 32px;
  }

  .philosophy-card {
    font-size: 14px;
    padding: 12px;
  }

  .philosophy-card strong {
    font-size: 16px;
  }

  .approach-image img {
    max-width: 100%;
    border-radius: 16px;
  }

  .approach-item p {
    font-size: 14px;
  }
}
