:root {
  --main-color: #00185f;
  --second-color: #fe002b;
  --black-color: #000000;
  --white-color: #ffffff;
  --third-color: #8998b1;
  --fourth-color: #f1f8ff;

  --placeholder-color: #a1a1a1;
  --padding: 20px;
  --radius: 24px;
}

@media (max-width: 992px) {



  .about-content {
    padding: 30px 0;
    margin-top: 40px;

    h2 {
      font-size: 32px;
    }

    .lead-text {
      font-size: 16px;
    }
  }
}

@media (max-width: 768px) {
  .navbar {
    .container {
      border-radius: 0;
      box-shadow: none;
      transition: all 0.3s ease;
      z-index: 1000;
    }
  }

  .about-image {
    gap: 10px !important;

    .image-container {
      &.image-left,
      &.image-right {
        width: 100%;
        max-width: 180px;
        height: 400px !important;

        &:hover {
          width: 100% !important;
          height: 400px !important;
        }
      }
    }

    .decorative-element {
      display: none;
    }
  }

  .about-content {
    h2 {
      font-size: 28px;
    }

    .about-features {
      .feature-item {
        padding: 15px;
      }
    }
  }
  .client-card {
    img {
      height: 100px !important;
    }
  }

  .about-images {
    width: 100% !important;

    height: 700px !important;
  }
  .img-main {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 350px !important;
    transform: rotate(-3deg);
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.25);
    z-index: 1;
    overflow: hidden;
    border-radius: 22px;
    transition: transform 0.6s ease;
    /* display: none; */
    /* height: 100%; */
  }
  .img-overlay {
    overflow: hidden !important;
    width: 100% !important;
    height: 400px !important;
    bottom: -10px;

    right: 0px;
  }
  .contact-form-large {
    background: var(--white-color);
    border-radius: 20px;
    padding: 20px;
    box-shadow: 0 5px 30px rgba(0, 0, 0, 0.08);
    border: 1px solid rgba(137, 152, 177, 0.1);
    width: 100%;
    max-width: 100%;
  }

}

@media (min-width: 992px) {
}

@media (min-width: 1200px) {
}
