@font-face {
    font-family: "ArabicFont";
    src: url("/assets/fonts/AraAqeeq-Bold.otf") format("opentype");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "ArabicFontP";
    src: url("/assets/fonts/AraAlmBon.otf") format("opentype");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "EngFont";
    src: url("/assets/fonts/BRLNSR.TTF") format("truetype");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
body {
  background-color: white;
  font-family: "EngFont";
  margin: 0;
  padding: 0;
}
body::-webkit-scrollbar {
  display: none; /* Chrome, Edge, Safari */
}
h1, h2, h3, h4, h5, h6{
  color: #111;
}
p{
  color: #6e6e6e
}
.navbar{  
  position: sticky;
  top: 0;
  background-color: white;
  height: 50px;
  align-items: center;
  display: flex;
  flex-direction: row;
  padding: 20px;
  justify-content: space-between;
  box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.06);
}
.navbar-dashboard{
  position: sticky;
  top: 0;
  background-color: white;
  height: 75px;
  align-items: center;
  display: flex;
  flex-direction: row;
  padding: 20px;
  justify-content: space-between;
  box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.06);
  z-index: 999;
}
.navbar-profile{
  position: sticky;
  top: 0;
  background-color: white;
  height: 100px;
  align-items: center;
  display: flex;
  flex-direction: row;
  padding: 20px;
  justify-content: space-between;
  box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.06);
  z-index: 999;
}
.left-menu{
  width: auto;
}
.right-menu{
  width: auto;
  display: flex;
  flex-direction: row;
  justify-content: baseline;
  gap: 15px;
  align-items: center;
}
.div-button-w-img{
  background-color: white;
  width: auto;
  padding: 5px 15px;
  display: flex;
  flex-direction: row;
  cursor: pointer;
  align-items: center;
  color: #111;
  font-family: Verdana, Geneva, Tahoma, sans-serif;
  text-decoration: none;
  border: 2px solid #e6e9ef;
  border-radius: 8px;
}
.div-button-no-img{
  background-color: white;
  width: auto;
  padding: 5px 15px;
  cursor: pointer;
  align-items: center;
  color: #f7c908;
  font-family: Verdana, Geneva, Tahoma, sans-serif;
  text-decoration: none;
  border: 2px solid #f7c908;
  text-align: center;
  font-weight: bold;
  border-radius: 8px;
}
.div-button-w-img-ballance{
  background-color: white;
  width: auto;
  padding: 5px 15px;
  display: flex;
  flex-direction: row;
  font-weight: bold;
  cursor: pointer;
  align-items: center;
  color: green;
  font-family: Verdana, Geneva, Tahoma, sans-serif;
  text-decoration: none;
  border: 2px solid #e6e9ef;
  border-radius: 20px;
}
.dropdown-menu {
  background-color: #fff;
  list-style: none;
  border: 2px solid #e6e6e9;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.06);
  border-radius: 10px;
  padding: 6px;
  position: fixed;
  margin-top: 8px;
  min-width: auto;
  z-index: 2;
}
.dropdown-item a {
  display: block;
  padding: 10px 12px;
  color: #1a1a1a;
  text-decoration: none;
  border-radius: 8px;
  font-size: 0.95rem;
}
.dropdown-item a:hover {
  background-color: #f7f7fa;
}
.nav-button{
  background-color: white;
  width: auto;
  padding: 5px 15px;
  text-align: center;
  align-items: center;
  color: #111;
  font-family: Verdana, Geneva, Tahoma, sans-serif;
  text-decoration: none;
  border: 2px solid #e6e9ef;
  border-radius: 8px;
  cursor: pointer;
}
.hidden{
  display: none;
}
.icon15{
  width: 15px;
  height: 15px;
}
.icon20{
  width: 20px;
  height: 20px;
}
.icon25{
  width: 30px;
  height: 30px;
}
.icon30{
  width: 30px;
  height: 30px;
}
.icon35{
  width: 30px;
  height: 30px;
}
.icon50{
  width: 50px;
  height: 50px;
}
.icon70{
  width: 70px;
  height: 70px;
}
.nav-logo{
  height: 60px;
  width: 70px;
  margin-left: 30px;
  margin-right: 30px;
}
.main-page{
  padding: 0 80px;
  overflow-y: scroll;     /* keep scrolling */
  scrollbar-width: none; /* Firefox */
  margin-top: 80px;
}
.main-page::-webkit-scrollbar {
  display: none;
}
.hero-section{
  background-color: white;
  display: flex;
  gap: 20px;
  flex-direction: row;
  justify-content: space-between;
}
.slideshow{
  width: 50%;
}
.slideshow img{
  width: 100%;
}
.section-heading{
  width: 50%;
}
.benifits{
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  text-align: center;   
  margin-top: 20px; 
  padding-left: 50px;
}
.benifit-text{
  color: #111;
}
.benifit-detail{
  color: #111;
}
.border-left{
  border-left: 1px solid #e6e9ef;
}
.border-left-white{
  border-left: 1px solid #fff;
}
.mark{
  display: flex;
  flex-direction: row;
  align-items: center;
}
.mark-text{
  color: #111;
  font-weight: bold;
}
.div-button-w-img-hero{
  background-color: #f7c908;
  width: fit-content;
  padding: 8px 15px;
  display: flex;
  font-weight: bold;
  flex-direction: row;
  cursor: pointer;
  align-items: center;
  color: #1b3967;
  font-family: Verdana, Geneva, Tahoma, sans-serif;
  text-decoration: none;
  border: 0px solid #e6e9ef;
  border-radius: 8px;
  margin-top: 10px;
}
.slideshowTwo{
    display: none;
}
.features-section{
  margin-top: 120px;
  background-color: white;
}
.features{
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  margin-top: 40px;
}
.feature{
  align-items: center;
  text-align: center;
}
.feature-desc{
  color: #111;
}
.bold{
  font-weight: bold;
}
.faq-accordination .faq-bg-color {
    background-color: #fff;
    border: 0px solid #eee;
    border-radius: 14px;
    padding: 20px;
}
.accordion-item {
    border: 1px solid #e5e5e5;
    background-color: white;
    border-radius: 16px;
    margin-bottom: 20px;
    padding: 0;
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.04);
}
.item-content {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.35s ease;
}
.item-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    padding: 10px 15px;
}
.item-question {
    color: #111;
    margin: 10px 10px !important;
    padding: 0;
}

.item-answer {
    color: #555;
    margin: 10px 20px;
    padding: 0;
    font-size: 14px;
}
.faq-accordination{
  margin-top: 100px;
}
.footer {
  background: #111111;
  padding-top: 70px;
  margin-top: 120px;
  background-color: #26292b;
}
.footer__copyright__text{
  background-color: #26292b;
  color: white;
  margin-top: 50px;
  text-align: center;
  padding-bottom: 20px;
}
.footer__widget h6{
  color: white;
  margin: 0;
  font-size: 14px;

}
.footer__widget ul{
  color: white;
  list-style: none;
  margin: 15px 0;

}
.footer__widget ul li{
  color: white;
  list-style: none;
  margin: 15px 0;

}
.footer__widget ul a{
  color: white;
  list-style: none;
  margin: 15px 0;
  text-decoration: none;
  cursor: pointer;
}
.footer__logo img {
  width: 90px;
  height: 80px;
}
.footer-row{
  display: flex; 
  flex-direction: row; 
  justify-content: space-around;
}
#rights{
    place-self: center;
  }

.pricing {
	display: flex;
	flex-wrap: wrap;
  flex-direction: row;
	justify-content: center;
	width: 100%;
  font-family: "ArabicFont";
	margin: 0 auto 1.5em;
}

.pricing__item {
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: stretch;
  width: 400px;
	text-align: center;
}

.pricing__feature-list {
	text-align: left;
}

.pricing__action {
	color: inherit;
	border: none;
	background: none;
}

.pricing__action:focus {
	outline: none;
}
    /* Sonam */
.pricing--sonam .pricing__item {
	margin: 1.5em;
	padding: 2em;
	cursor: default;
	border-radius: 10px;
	background: #fff;
	box-shadow: 0 5px 20px rgba(236, 107, 1, 0.05), 0 15px 30px -10px rgba(247, 100, 1, 0.3);
	transition: background 0.3s;
}
.pricing--sonam .pricing__title {
	font-size: 24px;
  font-weight: bold;
	width: 100%;
	margin: 0 0 0.25em;
	padding: 0 0 0.5em;
  font-family: "ArabicFont";
	border-bottom: 3px solid rgba(240, 240, 240, 0.856);
}

.pricing--sonam .pricing__price {
	color: #f7c908;
	font-size: 1.75em;
  font-family: "ArabicFont";
	padding: 1em 0 0.5em;
}

.pricing--sonam .pricing__sentence {
	font-weight: bold;
}

.pricing--sonam .pricing__feature-list {
	margin: 0;
	padding: 1em 1.25em 2em;
  list-style-type: none;
  font-family: "ArabicFont";
  font-size: 17px;
}

.pricing--sonam .pricing__action {
	font-weight: bold;
	margin-top: auto;
	padding: 0.75em 2em;
  color: #1b3967;
	border-radius: 5px;
	background: #f7c908;
  cursor: pointer;
	transition: background 0.3s;
}
.pricing__action_cancel {
	font-weight: bold;
	margin-top: auto;
	padding: 0.75em 2em;
  color: #1b3967;
	border-radius: 5px;
	background: red;
	transition: background 0.3s;
}

.pricing--sonam .pricing__action:hover,
.pricing--sonam .pricing__action:focus {
	background: #f7c908;
}

@media only screen and (max-width: 1080px) {
  .hero-section{
    background-color: white;
    display: flex;
    flex-direction: column-reverse;
    gap: 20px;
  }
  .section-heading{
    width: auto;
    text-align: center;
  }
  .slideshow{
    display: none;
  }
  .slideshowTwo{
    display: block;
    width: auto;
    margin-bottom: 50px;
  }
  .slideshowTwo img{
    width: 100%;
  }
  .div-button-w-img-hero{
    place-self: center !important;
  }
  .benifits{
    padding-left: 0;
  }
  .marks{
    display: none;
  }
  .features-title{
    text-align: center;
  }
}

@media only screen and (max-width: 850px) {

  .main-page{
    padding: 0 30px;
    overflow-y: scroll;     /* keep scrolling */
    scrollbar-width: none; /* Firefox */
    margin-top: 60px;
  }
  .main-page::-webkit-scrollbar {
    display: none;
  }
  .features{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-around;
    margin-top: 40px;
  }
  .feature{
    align-items: center;
    text-align: center;
    width: 200px;
  }


}

@media only screen and (max-width: 850px) {

  .pricing__item {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    width: 100%;
    text-align: center;
    margin: 0;
  }
      /* Sonam */
  .pricing--sonam .pricing__item {
    margin: 0 0 20px 0;
    padding: 1em;
    cursor: default;
    border-radius: 10px;
    background: #fff;
    box-shadow: 0 5px 20px rgba(236, 107, 1, 0.05), 0 15px 30px -10px rgba(247, 100, 1, 0.3);
    transition: background 0.3s;
  }


}

@media only screen and (max-width: 470px) {

  .footer-row{
    flex-direction: column;
  }
  .logo-footer {
    margin-left: 20px;
  }
  .footer__widget{
    margin-top: 20px;
    place-self: center;
    margin-right: 35px;
  }
  #short-rights{
    place-self: center;
  }

}

