body{
  overflow-x: hidden;
}
a{
  text-decoration: none;
}
@font-face {
  font-family: 'MyArabic';
  src: url('https://askhidayah.org/v1/assets/fonts/Al-Majeed-Quranic-Font_shiped.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

.my-arabic{
  font-family: MyArabic;
}

/**/
.pre-header{
  min-height: 100px;
}
.language-btn-box{
  display: flex;
  justify-content: end;
}
@media screen and (max-width: 768px){

.language-btn-box{
  justify-content: center !important;

}

}
/**/
.social-icons {
  display: flex;
  gap: 10px;
  justify-content: center;
  align-items: center;
  padding: 5px;
}

.social-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  font-size: 14px;
  color: white;
  text-decoration: none;
  transition: background-color 0.3s ease, transform 0.3s ease;
}

/* Platform-specific colors */
.social-icon.facebook { background-color: #3b5998; }
.social-icon.twitter { background-color: #000000; } /* Twitter X */
.social-icon.whatsapp { background-color: #25D366; }
.social-icon.telegram { background-color: #0088cc; }
.social-icon.reddit { background-color: #FF4500; }
.social-icon.pinterest { background-color: #BD081C; }
.social-icon.email { background-color: #6c757d; }

.social-icon:hover {
  transform: scale(1.1);
  opacity: 0.9;
}



.question:hover{
   background: #f2f4f4;
}
/**/
.nav-link {
  position: relative;
  display: inline-block;
  padding: 0px;
  transition: color 0.3s ease-in-out;

}
.nav-link:hover{
  margin-top: 3px;
}
.nav-link::before,
.nav-link::after {
  content: '';
  position: absolute;
  height: 3px;
  background-color: var(--bs-secondary); /* Bootstrap secondary color */
  width: 0;
  bottom: 0;
  transition: 0.3s ease-in-out;
}

.nav-link::before {
  left: 50%;
}

.nav-link::after {
  right: 50%;
}

.nav-link:hover::before,
.nav-link:hover::after {
  width: 50%;
}

.nav-link.active {
  color: var(--bs-secondary) !important;
  font-weight: 600;
}

/**/
.pt-80px{
  padding-top: 80px;
}
.mt-80xp{
  margin-top: 80px;
}
/**/
.fs-14px{
  font-size: 14px;
}
.fs-16px{
  font-size: 16px;
}
.fs-18px{
  font-size: 18px;
}
.fs-20px{
  font-size: 20px;
}
.fs-22px{
  font-size: 22px;
}
.fs-24px{
  font-size: 24px;
}
.fs-26px{
  font-size: 26px;
}
.fs-28px{
  font-size: 28px;
}


