body {
      background-color: #f5efea;
      font-family: 'Segoe UI', sans-serif;
      text-align: center;
      /*padding-top: 70px;*/
    }

    nav a {
      color: black !important;
      margin: 0 10px;
      font-weight: 500;
      font-family: 'Montserrat', sans-serif;
    }

    nav .nav-link.active {
      color: #000 !important;
    }

    .logo-text {
      font-family: 'Beth Ellen', cursive;
      font-size: 65px;
      color: #c5a76b;
    }

    .heading {
      font-family: 'Beth Ellen', cursive;
      font-size: 65px;
      color: #c5a76b;
      margin-top: 10px;
    }

    .subheading {
      font-size: 17px;
      font-weight: 500;
      word-spacing: 2px;
      color: #444;
      margin-top: 20px;
      font-family: 'Montserrat', sans-serif;
    }

    .map-image {
      margin: 40px auto 20px auto;
    }

    .description {
      max-width: 700px;
      margin: 20px auto;
      color: #555;
      font-size: 15px;
      font-weight: 500;
      font-family: 'Montserrat', sans-serif;
    }

  .compass-wrapper {
    position: relative;
    width: 250px;
    height: 250px;
    margin: 20px auto auto auto;
  }

.compass-ring {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 50%;
  background-color: #fff;
}


.tick-wrapper {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  pointer-events: none;
}

.tick {
  position: absolute;
  left: 50%;
  top: 50%;
  transform-origin: center center;
}

.tick::before {
  content: '';
  display: block;
  width: 2px;
  height: 15px;
  background-color: #9f7c46;
  transform: translateY(-140px);
}

.tick.long::before {
  height: 25px;
  background-color: #5c3b0e;
}


#rotating-container {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  transform: translate(-50%, -50%) rotate(0deg);
  transition: transform 1s ease-out;
}

.kaaba {
  position: absolute;
  width: 90px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}

.needle {
  position: absolute;
  width: 40px;
  top: 10px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
}



.enable-btn {
  margin-top: 55px;
  background-color: #d1b690;
  border: none;
  padding: 10px 25px;
  border-radius: 20px;
  color: white;
  font-weight: bold;
  cursor: pointer;
  transition: background 0.3s;
}

.enable-btn:hover {
  background-color: #b99c76;
}


.about-us, .fun-fact {
  padding: 30px 20px;
  font-family: 'Montserrat', sans-serif;
}

.about-content {
  max-width: 1200px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}

.text-section {
  flex: 1;
  max-width: 500px;
  padding: 20px;
  text-align: left;
}

.text-section h4 {
  color: #333;
  font-size: 14px;
  letter-spacing: 1px;
  font-weight: 600;
  margin-bottom: 5px;
  font-family: 'Montserrat', sans-serif;
}

.text-section h1 {
  font-family: 'Beth Ellen', cursive;
  font-size: 60px;
  color: #b48b47;
  margin: 0 0 70px;
}

.text-section h5 {
  font-size: 14px;
  color: #000;
  font-weight: 600;
  margin-bottom: 10px;
  font-family: 'Montserrat', sans-serif;
}

.text-section p {
  font-size: 14px;
  color: #444;
  font-family: 'Montserrat', sans-serif;
  line-height: 1.6;
}

.image-section {
  padding: 20px;
}

.image-section img {
  max-width: 100%;
  height: auto;
}


/*new css*/

nav.navbar.fixed-top.pt-3 {
    background-color: white;
    padding: 30px 0px;
}