    body {
      background-color: #000;
      min-height: 100vh;
      font-family: 'Sora', sans-serif;
    }

    .navbar-wrapper {
      display: flex;
      justify-content: center;
      margin-top: 24px;
      position: sticky;
      top: 0;
      z-index: 1030;
    }

    .custom-navbar {
      width: 976px;
      max-width: 100%;
      height: 75px;
      border-radius: 90px;
      border: 1px solid #CBD5E1;
      background-color: rgba(255, 255, 255, 0.08);
      backdrop-filter: blur(12px);
      box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
      padding: 0 30px;
    }

    .navbar-brand img {
      width: 57.47px;
      height: 45px;
      object-fit: contain;
      margin-top: 15px;
      margin-left: 0px;
    }

    .navbar-nav-center {
      position: absolute;
      left: 50%;
      transform: translateX(-50%);
      display: flex;
      gap: 39px;
      top: 25px;
    }

    .nav-link {
      font-family: 'Sora', sans-serif;
      font-weight: 400;
      font-size: 20px;
      line-height: 100%;
      color: rgba(255, 255, 255, 0.5) !important;
      background: transparent;
      padding: 0;
      height: 25px;
      width: 62px;
    }

    .right-content .btn {
  width: 175px;
  height: 55px;
  border-radius: 50px;
  border: 1px solid;
  background-color: #FE0000;
  color: #FFFFFF;
  font-family: 'Sora', sans-serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
}


    @media (max-width: 991.98px) {
      .navbar-nav-center {
        position: static;
        transform: none;
        margin: auto;
        flex-direction: column;
        align-items: center;
        gap: 15px;
        margin-top: 10px;
      }

      .navbar-collapse {
        text-align: center;
      }

      .right-content {
        margin-top: 1rem;
        text-align: center;
        justify-content: center;
      }

      .custom-navbar {
        width: 90%;
        height: auto;
        border-radius: 1rem;
      }

      .nav-link {
        width: auto;
        font-size: 18px;
      }

      .right-content .btn {
    width: 150px;
    height: 50px;
    font-size: 18px;
  }
    }


    .about-section {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.about-banner {
  position: relative;
  width: 100%;
  height: 211px; /* Fixed height to match design */
}

.about-img {
  width: 100%;
  height: 100%;
  object-fit: cover; /* Maintain the aspect ratio and fill the space */
  display: block;
}

.about-heading {
  position: absolute;
  top: 86px; /* 228px image top - 142px image section margin-top */
  left: 885px;
  width: 151px;
  height: 40px;
  font-family: 'Sora', sans-serif;
  font-weight: 700;
  font-size: 32px;
  line-height: 100%;
  letter-spacing: -0.02em;
  color: #FFFFFF;
  text-align: center;
}

@media (max-width: 768px) {
  .about-section {
    margin-top: 100px;
  }

  .about-banner {
    height: auto; /* Let the image scale naturally */
  }

  .about-img {
    height: auto;
  }

  .about-heading {
    font-size: 22px;
  }
}

@media (max-width: 991.98px) {
  .about-heading {
    position: absolute;
    top: 50%;
    left: 50%;
    width: auto;
    height: auto;
    transform: translate(-50%, -50%);
    font-size: 22px;
    text-align: center;
  }
}

/* Enhanced Mobile View for Small Devices */
@media (max-width: 575.98px) {
  body {
    padding: 0;
    margin: 0;
  }

  .custom-navbar {
    flex-direction: column;
    height: auto;
    padding: 1rem 1rem;
    border-radius: 1rem;
  }

  .navbar-nav-center {
    flex-direction: column;
    gap: 12px;
    margin-top: 0.5rem;
  }

  .nav-link {
    font-size: 16px;
    width: auto;
    height: auto;
  }

  .right-content {
    margin-top: 1rem;
    display: flex;
    justify-content: center;
  }

  .right-content .btn {
    width: 140px;
    height: 45px;
    font-size: 16px;
  }

  .about-heading {
    font-size: 20px;
    width: 100%;
    max-width: 100%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
  }

  .matchmoving-title,
  .matchmoving-subtitle {
    font-size: 20px;
    line-height: 1.2;
    margin-top: 20px;
  }

  .matchmoving-text {
    font-size: 16px;
    line-height: 1.4;
    padding: 0 10px;
  }

  .matchmoving-img {
    width: 100%;
    height: auto;
    margin-bottom: 20px;
  }

  .footer-section {
    padding: 30px 15px;
  }

  .footer-heading {
    font-size: 15px;
    text-align: center;
  }

  .footer-desc,
  .footer-text,
  .footer-list li,
  .footer-copy {
    font-size: 12px;
    text-align: center;
  }

  .footer-icons {
    text-align: center;
    margin-top: 10px;
  }

  .footer-logo {
    margin: 0 auto 20px;
    display: block;
  }
}


  .matchmoving-section {
    color: #fff;
    padding: 50px 0;
  }

  .matchmoving-img {
    width: 544.99px;
    height: 306.56px;
    object-fit: cover;
    border-radius: 16.89px;
  }

  .matchmoving-title {
    font-family: 'Sora', sans-serif;
    font-weight: 600;
    font-size: 30px;
    line-height: 1;
    letter-spacing: -0.02em;
    margin-bottom: 20px;
  }

  .matchmoving-text {
  font-family: 'Sora', sans-serif;
  font-weight: 300;
  font-size: 20px;
  line-height: 1.4;
  letter-spacing: -0.02em;
  color: #fff;
  word-break: break-word; /* ensures long words don't overflow */
}


  .matchmoving-subtitle {
    font-family: 'Sora', sans-serif;
    font-weight: 600;
    font-size: 30px;
    line-height: 1;
    letter-spacing: -0.02em;
    margin-top: 60px;
  }

  @media (max-width: 991.98px) {
    .matchmoving-img {
      width: 100%;
      height: auto;
      border-radius: 16px;
    }

    .matchmoving-title,
    .matchmoving-subtitle {
      font-size: 24px;
      text-align: left;
    }

    .matchmoving-text {
      font-size: 18px;
      text-align: left;
      max-width: 100%;
    }

    .matchmoving-section .col-lg-5,
    .matchmoving-section .col-lg-7 {
      text-align: center;
    }
  }


/* Footer Section Styles */
.footer-section {
  background-color: #1a1a1a;
  color: #ffffff;
  margin-top: 0;
}

.footer-logo {
  max-width: 150px;
  height: auto;
  margin-bottom: 15px;
}

.footer-desc {
  font-family: "Sora", sans-serif;
  font-size: 14px;
  line-height: 1.6;
  color: #cccccc;
  margin-bottom: 20px;
}

.footer-heading {
  font-family: "Sora", sans-serif;
  font-weight: 600;
  font-size: 18px;
  color: #ffffff;
  margin-bottom: 20px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.footer-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-list li {
  font-family: "Sora", sans-serif;
  font-size: 14px;
  color: #cccccc;
  margin-bottom: 8px;
  cursor: pointer;
  transition: color 0.3s ease;
}

.footer-list li:hover {
  color: #fe0000;
}

.footer-text {
  font-family: "Sora", sans-serif;
  font-size: 14px;
  color: #cccccc;
  margin-bottom: 10px;
  line-height: 1.5;
}

.footer-link {
  color: #cccccc;
  text-decoration: none;
  font-family: "Sora", sans-serif;
  font-size: 14px;
  transition: color 0.3s ease;
}

.footer-link:hover {
  color: #fe0000;
  text-decoration: none;
}

.footer-icons a {
  color: #cccccc;
  font-size: 20px;
  transition: color 0.3s ease;
  text-decoration: none;
}

.footer-icons a:hover {
  color: #fe0000;
}

.footer-divider {
  border: none;
  height: 1px;
  background-color: #333333;
  margin: 30px 0 20px 0;
}

.footer-copy {
  font-family: "Sora", sans-serif;
  font-size: 14px;
  color: #888888;
  text-align: center;
  margin: 0;
  padding-bottom: 20px;
}

/* Footer Mobile Responsive */
@media (max-width: 768px) {
  .footer-section {
    padding-top: 40px;
  }

  .footer-heading {
    font-size: 16px;
    margin-bottom: 15px;
  }

  .footer-desc,
  .footer-text,
  .footer-list li {
    font-size: 13px;
  }

  .footer-logo {
    max-width: 120px;
  }

  .footer-icons {
    justify-content: center;
    margin-top: 20px;
  }

  .footer-copy {
    font-size: 12px;
    padding-bottom: 15px;
  }
}




