    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: #ffb901;
  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-collapse {
    background: rgba(0, 0, 0, 0.9);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border-radius: 0;
  padding: 20px 0;
  margin-top: 1px;
  z-index: 1000;
  position: absolute;
  top: 60px; /* height of navbar */
  left: 0;
  width: 100vw;
  }

  .navbar-nav-center {
    position: static;
    transform: none;
    margin: auto;
    flex-direction: column;
    align-items: center;
    gap: 15px;
    margin-top: 10px;
    z-index: 1001;
  }
  
  .navbar-brand img {
  width: 44.76px;
  height: 35.05px;
  object-fit: contain;
  margin-top: 13px;
  margin-left: 20px;
}


  .right-content {
    margin-top: 1rem;
    text-align: center;
    justify-content: center;
  }

 .custom-navbar {
  width: 100% !important;
  height: 60px !important;
  border: none !important;
  border-radius: 0 !important;
  background-color: #000 !important;
  box-shadow: none !important;
  padding: 0 16px !important;
  display: flex !important;
  justify-content: space-between !important;
  align-items: center !important;
  position: relative;
}
.custom-navbar::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100vw;
  height: 1px;
  background: linear-gradient(to right, #ffffff00, #ffffff00, #ffffff00);
  backdrop-filter: blur(40px);
  -webkit-backdrop-filter: blur(40px);
  background-color: rgba(7, 7, 7, 0.6); /* overlay tone */
}



  .nav-link {
    width: auto;
    font-size: 18px;
    color: white !important;
  }

  .right-content .btn {
    width: 150px;
    height: 50px;
    font-size: 18px;
  }

  .navbar-toggler {
    border: none;
    padding: 0;
    background: none !important;
    box-shadow: none !important;
    outline: none;
  }

  .navbar-toggler-icon {
    background-image: none !important; /* ✅ removes Bootstrap icon */
    background-color: white;           /* middle bar */
    width: 28.7px;
    height: 2px;
    position: relative;
    display: block;
  }

  .navbar-toggler-icon::before,
  .navbar-toggler-icon::after {
    content: '';
    position: absolute;
    left: 0;
    width: 28.7px;
    height: 2px;
    background-color: white;
  }

  .navbar-toggler-icon::before {
    top: -7px;
  }

  .navbar-toggler-icon::after {
    top: 7px;
  }

  /* White horizontal line below navbar */
  .custom-navbar::after {
    content: '';
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: white;
  }
    }


    .about-section {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.about-banner {
  position: relative;
  width: 100%;
  height: auto; /* Fixed height to match design */
}

.about-banner img {
    width: 100%;
    height: auto;
    object-fit: cover;
    display: block;
  }

.about-heading {
   position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-family: 'Sora', sans-serif;
    font-weight: 700;
    font-size: 36px;
    line-height: 1.2;
    color: #ffffff;
    text-align: center;
}

@media (max-width: 768px) {
  .about-section {
    margin-top: 100px;
  }

  .about-banner {
        margin-top: 0 !important;
      }

  .about-img {
    height: auto;
  }

  .about-heading {
        font-size: 24px;
        margin-top: 0;
        padding-bottom: 50px;
      }
}

@media (max-width: 991.98px) {
  .about-heading {
    font-size: /* your value */;
  }
}

/* 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;
  }
  
  .about-banner {
    position: relative;
    width: 100%;
    max-width: 430px;
    height: 97px;
    margin: 0 auto;
    overflow: hidden;
    margin-top: 125px; /* space from top element */
  }

  .about-banner img {
    width: 430px;
    height: 97px;
    object-fit: cover;
    display: block;
  }

  .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;
  }
}


  .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 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-icons a {
  color: #cccccc;
  font-size: 20px;
  transition: color 0.3s ease;
  text-decoration: none;
}

.footer-icons a:hover {
  color: #FFB901;
}

.footer-icon-img {
  width: 25px; /* adjust as needed */
  height: 25px;
  margin-right: 10px;
  vertical-align: middle;
}

.footer-heading {
  font-family: "Sora", sans-serif;
  font-weight: 600;
  font-size: 20px;
  color: #ffffff;
  margin-bottom: 20px;
  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: #FFB901;
}

.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: #FFB901;
  text-decoration: none;
}

.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;
}

@media (max-width: 575px) {
  .footer-section {
    padding-top: 30px;
  }
  
  .footer-heading {
    font-size: 28px;
    margin-bottom: 12px;
  }
  
  .footer-desc,
  .footer-text,
  .footer-list li {
    font-size: 16px;
  }

  .footer-logo {
    max-width: 100px;
  }
  
  .footer-copy {
    font-size: 20px;
    padding-bottom: 12px;
  }
}





