
body {
      background: #fdfbf5;
      font-family: 'Segoe UI', sans-serif;
      text-align: center;
    }
   

    .nav-bar {
        display: inline-flex;
        background: #fff;
        border-radius: 12px;
        box-shadow: 0px 4px 12px rgba(0,0,0,0.1);
    }

    .nav-bar .nav-link {
        font-family: 'Montserrat', sans-serif;
        text-decoration: none;
        color: #000;
        padding: 8px 16px;
        border-radius: 8px;
        font-weight: 500;
        transition: 0.3s;
    }

    .nav-bar .nav-link.active {
        background: #000;
        color: #fff !important;
    }

    .hero {
      position: relative;
      margin: 50px 0px; 
      display: flex;
      flex-direction: column;
      align-items: center;
      /* background-image: url('../images/map.png');
      background-repeat: no-repeat;
      background-position: top center;
      background-size: 60% 65%; */
  }

  .main-logo img {
    width: 300px;
    margin-top: -25px;
  }

  .tagline {
    margin-top: 30px;
    font-size: 18px;
    font-style: italic;
    color: #c5a329;
    font-weight: 600;
  }
.floating-btn {
  position: fixed;
  bottom: 40px;
  left: 50%;
  transform: translateX(-50%);
}

.floating-btn button {
  background: #000;
  border: none;
  padding: 16px;
  border-radius: 50%;
  text-align: center;
  color: #f9d437;
  font-size: 24px;
  cursor: pointer;
  box-shadow: 0 4px 12px rgba(0,0,0,0.25);

  display: flex;              
  align-items: center;       
  justify-content: center;    
}

.floating-btn button span {
  display: flex;              
  align-items: center;
  justify-content: center;
  background-color: #fff;
  border-radius: 50%;
  width: 28px;              
  height: 28px;
  font-size: 18px;        
  line-height: 1;             
}

/* .circular{
background-image: url('../images/cloud.png');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
} */

.compass-area{
  background-image: url('../images/cloud.png');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 80% 124%;
    width: 100%;
    background-color: #fdfbf5;
   
}

.compass-area::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 70%;
  background: rgba(253, 251, 245, 0.80);
  z-index: 0;
}



  .compass-wrapper {
    position: relative;
    width: 150px;
    height: 150px;
    margin: 0px auto auto auto;
    z-index: 1;
  }

.compass-ring {
  width: 100%;
  height: 100%;
  position: absolute;
  border: 5px solid #FDC921;
  top: 0;
  left: 0;
  border-radius: 50%;
  background-color: #fff;
}


.tick-wrapper {
  position: absolute;
  width: 100%;
  height: 93%;
  top: 0;
  left: 0;
  pointer-events: none;
}

.tick {
  position: absolute;
  left: 50%;
  top: 50%;
  transform-origin: center center;
}

.tick::before {
  content: '';
  display: block;
  width: 1px;
  height: 15px;
  background-color: #9f7c46;
  transform: translateY(-92px);
}

.tick.long::before {
  height: 18px;
  background-color: #e6a400;
  width: 1.5px;
}


#rotating-container {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  border: 4px solid #000;
  border-radius: 50%;
  transform: translate(-50%, -50%) rotate(0deg);
  transition: transform 1s ease-out;
}

.kaaba {
  position: absolute;
  width: 50px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}

.needle {
  position: absolute;
  width: 15px;
  top: 10px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
}



.enable-btn {
  margin-top: 50px;
  z-index: 2;
  border: none;
  outline: none;
  background: transparent;
  cursor: pointer;
}

.enable-btn img{
  width: 175px;
}


.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 img {
  max-width: 100%;
  height: auto;
}

/* Zikr Counter */

.zikr-device {
  width: 195px;
  height: 195px;
  background: #111;
  border-radius: 50%;
  position: relative;
  padding: 20px;
  box-shadow: 0 6px 16px rgba(0,0,0,0.3);
}

/* Controls (reset & decrement) */
.zikr-controls {
  position: absolute;
  top: 35px;
  width: 86%;
  display: flex;
  justify-content: space-between;
  padding: 0 30px 0 18px;
}
.zikr-btn {
  background: none;
  border: none;
  color: #fff;
  font-size: 16px;
  cursor: pointer;
  line-height: 0px;
}

#decrementBtn{
  background-color: #fff;
  padding: 0px 6px 4px 6px;
  color: #000;
  border-radius: 4px;
}

/* Screen */
.zikr-screen {
  width: 120px;
  height: 50px;
  margin: 55px auto 0;
  background: #c8d5c8;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.zikr-screen span {
  font-size: 35px;
  font-weight: bold;
  font-family: 'Digital-7', 'Courier New', monospace;
  color: #000;
}

/* Tap button */
.tap-btn {
  position: absolute;
  bottom: -30px;
  left: 50%;
  transform: translateX(-50%);
  border: none;
  outline: none;
  border-radius: 50%;
  background: transparent;
  width: 80px;
  height: 80px;
  cursor: pointer;
}

.tap-btn img{
  width: 100%;
}

/* Title */
.zikr-title {
  margin-top: 35px;
  font-size: 35px;
  font-weight: 700;
  color: #D5B945;
}

/* Verse */
.zikr-verse {
  background: #000;
  color: #fff;
  position: fixed;
  width: 100%;
  bottom: 0;
  border-radius: 24px 24px 0 0;
}
.verse-icon {
  background: #fff;
  border: 4px solid #D5B123;
  width: 60px;
  margin-top: -55px;
  height: 60px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 28px;
}

.verse-icon img {
   width: 30px;
}


.section-full {
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    position: relative;
    padding: 40px 20px;
  }

  .text-box {
    background: #fff8e1;
    border-radius: 20px;
    position: relative;
    padding: 30px;
    max-width: 700px;
    text-align: left !important;
    margin: auto;
    margin-top: -20px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
  }

  .title {
    font-family: 'Beth Ellen', cursive;
    color: #d4af37;
    font-size: 2.5rem;
    margin-bottom: 30px;
  }

  .text-box h5 {
    font-style: italic;
    margin-bottom: 20px;
  }

  .scroll-btn {
    margin-top: 20px;
  }
  .scroll-btn a {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    right: 20px;
    top: -20px;
    width: 60px; height: 60px;
    background: #000;
    border-radius: 50%;
    color: #000;
    font-size: 28px;
    text-decoration: none;
    transition: background 0.3s;
  }
  .scroll-btn a:hover {
    background: #d4af37;
  }

   .scroll-btn a i {
      background-color: #fff;
      color: #000;
      border-radius: 50%;
      height: 30px;
      width: 30px;
      text-align: center;
      font-size: 22px;
   }

  .back-to-top {
    position: fixed;
    bottom: 30px;
    right: 20px;
    width: 50px; height: 50px;
    border-radius: 50%;
    background: #000;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 26px;
    text-decoration: none;
    box-shadow: 0 4px 10px rgba(0,0,0,0.2);
    transition: background 0.3s;
  }
  .back-to-top:hover {
    background: #d4af37;
  }

  #resetBtn img{
    width: 15px;
  }


@media screen and (max-width: 480px) {
  .nav-bar .nav-link {
      font-weight: 700;
      font-size: 10px;
    }
    .main-logo img{
      width: 190px;
    }
    .hero{
      background-size: 100%;
    }
}
