@font-face {
  font-family: 'f1';
  font-style: normal;
  font-weight: 500;
  src: local('Droid Arabic Kufi'), local('DroidArabicKufi'), 
  url(../vendor/fonts/f1.ttf) format('truetype');
}



* {
    box-sizing: border-box;
}

body {
    color: #364d59;
    background-color: #ffffff;
    font-family: f1;
}

a {
    color:#121c6c ;
    text-decoration: none;
    transition: color 0.3s ease;
}
span{color:#121c6c ;}
a:hover {
    color: color-mix(in srgb, #feb900, transparent 25%);
}


h2, h3, h4, h5, h6 {
    color: #121c6c;
}

/* whatsapp */
.whatsapp-icon a img {
    position: fixed;
    bottom: 15px;
    left: 15px;
    z-index: 1000;
}
/* scroll-top */
.back-to-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  display: none;
  background-color: #337ab7;
  color: #fff;
  font-size: 30px;
  border-radius: 50%;
}

.back-to-top.show {
  display: block;
}

/* header */
.header {
  background-color: transparent;
  transition: background-color 0.3s ease;
   padding: 10px;
}

.header.scrolled {
  background-color: #fff;
}

.header.scrolled .mobile-nav-toggle {
  color: #333;
}


/* navmenu */
.navmenu {
  display: flex;
  justify-content: space-between;
  align-items: center; 
  color: #fff;
}

 .navmenu ul {
    margin: 0;
    padding: 0;
    display: flex;
    list-style: none;
    align-items: center;
  }

.navmenu li {
  margin-left: 20px;
}

.navmenu a {
  color: #333;
  text-decoration: none;
  transition: color 0.2s ease;
}

.navmenu ul li a:hover {
  color: #feb900;
}

.navmenu a.active {
  color:#feb900 ;
  border-bottom: 2px solid #ccc;
}


.mobile-nav-toggle {
  font-size: 30px;
  color: #fff;
  transition: color 0.3s ease;
}

.header.scrolled .mobile-nav-toggle {
  color: #333;
}


.close-btn {
  display: none;
  position: absolute;
  top: 20px;
  right: 20px;
  font-size: 24px;
  cursor: pointer;
  color: #333;
}

@media (max-width: 768px) {
  .navmenu {
    flex-direction: column;
    align-items: flex-end;
  }
  .navmenu ul {
    flex-direction: column;
    align-items: center;
    top:20px;
    right: 20px;
    left:20px;
    bottom: 20px;
    color: #333;
    display: none;
    position: fixed;
    width: 80%;
    height: 80%;
    background-color:#c5c5d7;
    margin: 20px;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  }
  .navmenu li {
    margin-left: 0;
    margin-bottom: 20px;
  }
  .mobile-nav-toggle {
    display: block;
    position: absolute;
    top: 10px;
    left: 10px;
    
  }
  .close-btn {
    display: block;
  }
  .navmenu ul.show {
    display: flex;
  }
}


/* footer */
.footer {
    background-color: #2c3e50;
    color: #fff;
    padding: 0 0;
    margin-top: 20px;
}
.footer h5, .footer h4 , .footer h3{
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 20px;
    color: #feb900;
}

.footer ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer ul li {
    margin-bottom: 10px;
}

.footer ul li a {
    color: #fff;
    text-decoration: none;
    font-size: 20px;
    transition: color 0.3s ease;
}

.footer ul li a:hover {
    color: #ff7e15;
}
.footer .copyright{
    padding: 20px;
    text-align: center;
}
/* hero */
.hero {
    width: 100%;
    min-height: 600px;
    position: relative;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.hero .info {
    color: #ffffff;
    position: relative;
    z-index: 3;
    padding: 140px 0 60px 0;
}

@media (max-width: 768px) {
    .hero .info {
        padding: 100px 50px 60px 50px;
    }
}
.hero .info h1 {
  
  margin-bottom: 20px;
  padding-bottom: 10px;
  font-size: 20px;
  font-weight: 700;
  position: relative;
}
.hero .info h1:after {
  content: "";
  position: absolute;
  display: block;
  width: 100px;
  height: 2px;
  background: ;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
.hero .info p {
  font-size: 18px;
  font-weight: 600;
}
@media (max-width: 768px) {
  .hero .info h1 {
    font-size: 30px;
  }
}

/* section */
section, .section {
    color: #364d59;
    background-color: #ffffff;
    padding: 60px 0;
    scroll-margin-top: 50px;
    overflow: clip;
}

@media (max-width: 1199px) {
    section, .section {
        scroll-margin-top: 76px;
    }
}

.section-title {
    text-align: center;
    position: relative;
    padding: 30px;
}

.section-title h2 {
    font-size: 25px;
    font-weight: 600;
    position: relative;
    margin-bottom: 25px;
    padding-bottom: 20px;
}

.section-title h2:after {
    content: "";
    position: absolute;
    display: block;
    width: 100px;
    height: 3px;
    background: #feb900;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}

/* Get Started Section */
.get-started .content {
    padding: 25px 20px;
    border: 1px solid #ddd;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    height: 100%;
}

.get-started .content h2 {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 25px;
    padding-bottom: 20px;
    position: relative;
}

.get-started .content h2:after {
    content: "";
    background: #feb900;
    position: absolute;
    display: block;
    width: 100px;
    height: 2px;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}

/* features */
.feature-item {
    text-align: center;
    padding: 20px;
    border: 1px solid #ddd;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    height: 100%;
}

.feature-item i {
    font-size: 30px;
    color: #feb900;
    margin-bottom: 10px;
}

.feature-item h3 {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 10px;
}

.feature-item p {
    font-size: 14px;
    color: #666;
}

/* services */
.service-item img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  border-radius: 10px;
  margin-bottom: 20px;
}
.service-item {
  height: 100%;
  padding: 20px;
  border: 1px solid #ddd;
  border-radius: 10px;
  box-shadow: 0px 0 30px rgba(0, 0, 0, 0.1);
}
.services .service-item h3 {
    font-weight: 700;
    margin: 0 0 20px 0;
    padding-bottom: 15px;
    font-size: 18px;
    position: relative;
    display: inline-block;
}
.services .service-item h3:after {
    content: "";
    background: #feb900;
    position: absolute;
    display: block;
    width: 150px;
    height: 2px;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}

.services .service-item p {
    line-height: 24px;
    font-size: 14px;
    margin-bottom: 20px;
}

.services .service-item:hover h3 {
    border-color: #ffffff;
    color: #feb900;
}
.services .row{
   margin-bottom: 20px;
}
/* testimonials */
.testimonials {
    background-color: #f9f9f9;
    padding: 60px 0;
}
.testimonials .section-title {
    text-align: center;
    position: relative;
    padding: 30px;
}
.testimonials .testimonial-item {
    background-color: #ffffff;
    padding: 20px;
    border: 1px solid #ddd;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    height: 100%;
}
.testimonials .testimonial-item .testimonial-img {
    width: 90px;
    height: 90px;
    border-radius: 50%;
    margin-bottom: 20px;
}
.testimonials .testimonial-item h3 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 10px;
}
.testimonials .testimonial-item h4 {
    font-size: 14px;
    color: #666;
    margin-bottom: 20px;
}
.testimonials .testimonial-item .rating {
    margin-bottom: 20px;
}
.testimonials .testimonial-item .rating i {
    color: #feb900;
    font-size: 18px;
    margin-right: 5px;
}
.testimonials .testimonial-item p {
    font-size: 14px;
    color: #666;
}
/* page-title */
.page-blog{
  color:#333;
  width: 100%;
  height:500px ;
  background-color:#afafa0;
  padding: 80px 20px 20px 20px;
  text-align: center;
  position: relative;
    }
.page-blog h1 {
  padding: 20px;
  font-size: 22px;
  font-weight: 800;
}
.page-blog p{
  font-size: 15px;
  font-weight: 500;
  padding: 20px;
}
.page-title {
  color:#ffffff;
  width: 100%;
  height:500px ;
  background-color:#f9f9f9;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 80px 20px 20px 20px;
  text-align: center;
  position: relative;
}
.page-title h1 {
  padding: 20px;
  font-size: 22px;
  font-weight: 800;
  margin-bottom: 10px;
}
.page-title p{
  font-size: 15px;
  font-weight: 600;
  padding: 20px;
}
/* about */
.about {
  margin:10px;
  padding: 20px 20px;
  border: 1px solid #ddd;
  border-radius: 10px;
  text-align: center;
}


.about h2 {
  font-size: 20px;
  margin-top: 20px;
  font-weight: bold;
  color: #337ab7;
  margin-bottom: 20px;  
}

.about p {
  font-size: 16px;
  color: #666;
  margin-bottom: 20px;
}

.about img {
  width: 100%;
  height: 300px;
  object-fit: cover;
  border-radius: 10px;
  margin-bottom: 20px;
}

.about .row {
  margin-bottom: 20px;
}
.why-us {
  padding: 40px 20px;
  border: 1px solid #ddd;
  border-radius: 10px;
  text-align: center;
  margin:20px;
}

.why-us h2 {
  margin-top: 0;
  font-weight: bold;
  color: #337ab7;
}

.why-us p {
  font-size: 16px;
  color: #666;
  margin-bottom: 20px;
}

.why-us .btn {
  background-color: #337ab7;
  color: #fff;
  padding: 10px 20px;
  border-radius: 5px;
  text-decoration: none;
}

.why-us .btn:hover {
  background-color: #23527c;
}
.pagination {
    margin-bottom: 20px;
}

.page-item.active .page-link {
    background-color: #007bff;
    border-color: #007bff;
}

.page-link {
    color: #007bff;
}

.page-link:hover {
    color: #0056b3;
}
/* قائمة المحتوى */
.dropdown {
  margin-bottom: 20px;
}

#tocDropdown {
  background-color: #2c3e50; .kooo9 
  border-color: #2c3e50;
  color: #fff;
  padding: 10px 20px;
  font-weight: 500;
  border-radius: 8px;
  transition: all 00.3s ease;
  margin: 20px;
}

#tocDropdown:hover, #tocDropdown:focus {
  background-color: #1a252f;
  border-color: #1a252f;
  color: #fff;
}

.dropdown-menu {
  background-color: #fff;
  width: 80%;
  max-height: 350px;
  overflow-y: auto;
  border: 2px soild #2c3e50;
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.15);
  padding: 10px;
}

.dropdown-item {
  padding: 8px 15px;
  color: #333;
  font-size :10px;
  border-radius: 5px;
  transition: background-color 0.2s ease;
}

.dropdown-item:hover, .dropdown-item:focus {
  background-color: #f1f1f1;
  color: #2c3e50;
}

.dropdown-item a {
  text-decoration: none;
  color: inherit;
}

.dropdown-item a:hover {
  color: #2c3e50;
}
