* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

.page1 {
  .container {
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 20px;
  }
  /* Hero Styles */
  .hero {
    position: relative;
    margin: 0px 20px 30px;
  }

  .hero-image {
    width: 100%;
    height: 422px;
    object-fit: cover;
    border-radius: 30px;
    display: block;
  }

  .hero-overlay {
    position: absolute;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: rgba(0, 68, 97, 0.7);
    padding: 63px 99px;
    border-radius: 30px;
    inset: 0;
  }
  @media all and (max-width: 767px) {
    .hero-overlay {
      padding: 30px 20px;
    }
  }

  .hero-title {
    color: white;
    text-align: center;
    font-size: 44px;
    font-weight: 700;
    line-height: 61.6px;
    margin-bottom: 24px;
  }
  @media all and (max-width: 767px) {
    .hero-title {
      font-size: 32px;
      line-height: 44.8px;
    }
  }

  .hero-description {
    color: white;
    text-align: center;
    font-size: 20px;
    font-weight: 400;
    line-height: 32px;
    max-width: 1045px;
    padding: 0 15px;
    margin: 0 auto;
  }

  /* About Styles */
  .about {
    display: flex;
    width: 100%;

    gap: 64px;
    margin-top: -30px;
    padding: 50px 0;
  }
  @media all and (max-width: 767px) {
    .about {
      flex-direction: column;
      align-items: center;
      gap: 40px;
    }
  }

  .about-content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 40px;
    width: 56.5%;
  }

  .about-title {
    font-size: 46px;
    font-weight: 400;
    line-height: 72px;
    letter-spacing: -1.84px;
    color: #004461;
    max-width: 490px;
    margin-bottom: 0;
  }
  @media all and (max-width: 767px) {
    .about-title {
      font-size: 32px;
      line-height: 44.8px;
    }
    .about-content {
      width: 100%;
    }
  }

  .about-title .highlight {
    color: #00a3a3;
  }

  .about-item {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
    padding-bottom: 27px;
  }
  @media all and (max-width: 767px) {
    .about-item {
      flex-direction: column;
      align-items: center;
      text-align: center;
    }
  }
  .about-items {
    padding-top: 9px;
  }
  .about-item-title {
    color: #004461;
    font-size: 24px;
    font-weight: 700;
    line-height: 32px;
    width: 200px;
  }

  .about-item-description {
    /* max-width: 440px; */
    width: 64.1%;
    color: black;
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
  }
  .about-items p:last-child {
    margin-bottom: 0;
  }
  @media all and (max-width: 767px) {
    .about-item-description {
      width: 100%;
    }
  }
  .about-image {
    margin-right: -100px;
  }
  .about-image img {
    width: 100%;
    height: auto;
    background: #9e9e9e;
    border-radius: 20px;
    flex-shrink: 0;
  }

  /* Process Styles */
  .process {
    position: relative;
    width: 100%;
    padding: 38px 0 0;
    overflow: hidden;
  }
  .process .container {
    position: relative;
  }

  .process-title {
    color: #004461;
    font-size: 46px;
    font-weight: 400;
    line-height: 72px;
    letter-spacing: -1.84px;
    margin-bottom: 32px;
  }
  @media all and (max-width: 767px) {
    .process-title {
      font-size: 32px;
      line-height: 44.8px;
    }
  }

  .process-title .highlight {
    color: #00a3a3;
  }

  .process-content {
    display: flex;
    align-items: flex-start;
    gap: 64px;
  }
  @media all and (max-width: 767px) {
    .process-content {
      flex-direction: column;
      align-items: center;
      gap: 40px;
    }
  }

  .process-left {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 41px;
    flex: 1;
  }

  .process-description {
    color: black;
    font-size: 20px;
    font-weight: 400;
    line-height: 32px;
    margin-bottom: 0;
  }

  .process-dots {
    position: absolute;
    right: -82px;
    top: 249px;
  }

  .process-image {
    height: 280px;
    width: 100%;
    background: #8b7355;
    border-radius: 10px;
    overflow: hidden;
  }
  .process-image img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .process-steps {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    flex: 1;
  }

  .process-step {
    display: flex;
    align-items: center;
    gap: 24px;
    width: 100%;
    padding: 21px 0;
    border-top: 1.5px solid #e0e6f3;
    border-bottom: 1.5px solid #e0e6f3;
    margin-bottom: -1.5px;
  }

  .process-step:last-child {
    border-bottom: none;
  }

  .step-number {
    width: 148px;
    color: rgba(0, 89, 129, 0.2);
    font-size: 120px;
    font-weight: 400;
    line-height: 140px;
    letter-spacing: -4.8px;
  }

  .step-content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
    flex: 1;
  }

  .step-title {
    color: #004461;
    font-size: 24px;
    font-weight: 500;
    line-height: 33.6px;
    letter-spacing: -0.48px;
    margin-bottom: 3px;
  }

  .step-description {
    color: #004461;
    font-size: 20px;
    font-weight: 400;
    line-height: 32px;
    margin-bottom: 0;
  }

  /* Testimonials Styles */
  .testimonials {
    padding: 57px 0 60px 0;
  }

  .testimonials-header {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    margin-bottom: 15px;
  }
  @media all and (max-width: 767px) {
    .testimonials-header {
      flex-direction: column;
      align-items: center;
    }
  }

  .testimonials-title {
    flex: 1;
    color: #004461;
    font-size: 56px;
    font-weight: 400;
    line-height: 72px;
    letter-spacing: -2.24px;
  }
  @media all and (max-width: 767px) {
    .testimonials-title {
      font-size: 32px;
      line-height: 44.8px;
    }
  }

  .testimonials-title .highlight {
    color: #00a3a3;
  }

  .testimonials-description {
    width: 100%;
    max-width: 520px;
    color: #525252;
    font-size: 20px;
    font-weight: 400;
    line-height: 32px;
  }

  .testimonial-card {
    display: flex;
    align-items: flex-start;
    gap: 40px;
    width: 100%;
    background: #fcfcfc;
    padding: 24px;
    border-radius: 20px;
    border: 1.5px solid #e0e6f3;
    margin-bottom: 40px;
  }
  @media all and (max-width: 767px) {
    .testimonial-card {
      align-items: center;
      text-align: center;
      gap: 0;
    }
  }

  .testimonial-image {
    flex: 1;
    height: 365px;
    min-height: 365px;
    background: #9e9e9e;
    border-radius: 12px;
    overflow: hidden;
  }

  .testimonial-content {
    max-width: 720px;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
  }

  .testimonial-location {
    color: #004461;
    font-size: 24px;
    font-weight: 400;
    line-height: 32px;
    width: 100%;
    margin-bottom: 32px;
  }

  .testimonial-quote {
    color: #004461;
    font-size: 40px;
    font-weight: 400;
    line-height: 56px;
    letter-spacing: -0.8px;
    width: 100%;
    margin: 0 0 20px;
    font-style: normal;
    border-left: 0;
    padding-left: 0;
  }

  .testimonial-text {
    color: black;
    font-size: 20px;
    font-weight: 400;
    line-height: 32px;
    width: 100%;
    margin-bottom: 20px;
  }

  .testimonial-author {
    width: 100%;
  }

  .author-name {
    color: #004461;
    font-size: 24px;
    font-weight: 500;
    line-height: 32px;
    margin-bottom: 0;
  }

  .author-title {
    color: black;
    font-size: 20px;
    font-weight: 400;
    line-height: 32px;
    margin-bottom: 0;
  }

  /* Custom Dots Container */
  .owl-dots {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
  }

  /* Each Dot */
  .owl-dot {
    width: 40px;
    height: 8px;
    border-radius: 20px;
    border: none;
    cursor: pointer;
    background: #808eb0 !important; /* Inactive color */
  }

  /* Active Dot */
  .owl-dot.active {
    background: #001e62 !important; /* Active color */
  }
}
