@import url('https://fonts.googleapis.com/css2?family=Cairo:wght@300;400;700&family=Open+Sans:wght@300;400;700&display=swap');
body{
    margin:0;
    padding: 0;
    direction: rtl;
    background-color: #fff;
    font-family: 'Cairo', 'Open Sans', sans-serif;
}
.line{
  width:10%;
  height: 3px;
  margin: 20px auto;
  background-color: #4facff;
}
/* start  system of  form  */
.container form .form {
    padding: 20px;
    background-color: #fff;
    border-radius: 10px;
    margin: 15px 0 ;
}
.container form .form  p{
    color: #ccc;
}
.container .img{
    width: 150px;
    height: 150px;
    margin: auto;
    position: relative;
    border-radius: 50%;
    overflow: hidden;
}
.container .img img{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.grid{
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
}
.star {
    color:  red;
    margin-right: 5px;
}
/* end system form */
/* start leanding page */
.header-image{
     width: 100%;
    /*height: 100vh;*/
    /*position: relative;*/
}
.header-image img{
    width: 100%;
    height: auto;
}
.header .opcity , .numbers .opcity{
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.301);
  transition: all .5s ease-in-out;
  z-index: 1;
}
.header .container , .numbers .container{
  z-index:99;
}
/* about us */
.aboutUs {
    overflow: hidden;
}
.blog ,.doctors{
    overflow: hidden;
    min-height: 100vh;
    margin: 15px 0;
}
.aboutUs .content , .blog .content ,.doctors .content {
    display: grid;
    gap: 10px;
    overflow: hidden;
    grid-template-columns: 1fr 1fr 1fr;
    justify-content: space-between;

}
.aboutUs .content{
    grid-template-columns: 1fr 1fr 1fr 1fr;
}
.aboutUs .content .box{
    background-color: #4facff;
    padding: 20px;
    width: 270px;
    border-radius: 10px;
    margin: 20px 0;
    color:#fff;
    transition: all .3s ease-in;
    cursor: pointer;
}
.aboutUs .content .box:hover{
  margin-top: 10px;
}
.aboutUs .content .box i {
  font-size: 35px;
}
.aboutUs .content .box p {
    font-size: 18px;
    line-height: 1.5;
    margin: 15px 0;
    text-align: center;
}
/* end about us */
.blog .content .card ,.doctors .content .card{
    position: relative;
    margin: 15px 0;
    transition: all .5s ease-in-out;
}
.blog .content .card:hover , .doctors .content .card:hover {
    margin-top: 10px;
}
.blog .content .card .card-img-top ,.doctors .content .card .card-img-top {
    height: 400px;
}
 .blog .content .card i  {
    color:#6fc191;
 } 
 .doctors .content .card i{
    color:#4facff;
 }
.blog .content .card .opcity a , .doctors .content .card .opcity a  {
    display: none;
    width:200px;
    margin: auto;
}
.blog .content .card:hover .opcity , .doctors .content .card:hover .opcity {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.301);
    transition: all .5s ease-in-out;
  }
.blog .content .card:hover .opcity a , .doctors .content .card:hover .opcity a {
    display: block;
  }
.numbers{
    background-size:cover;    
    background-image: url("imgs/theme/default2.jpg");
    min-height: 40vh;
    background-repeat: round;
    background-attachment: fixed;
    position: relative;
  }
.numbers .users > div{
    display: flex;
    margin: 5% 0;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-color: #4fadff3a;
    padding: 15px;
    width: 272px;
    height: 200px;
    border-radius: 15px;
    z-index:100;
    cursor: pointer;
     transition: all .3s ease-in;
  }
  .numbers .users div div i  , .numbers .users  div div span   {
    font-size: 20px;
    margin: 15px 0;
    color: #fff;
  }
  .numbers .users  > div span {
    font-size: 30px;
    margin: 10px 0;
    color: #fff;
  }
  /* end number section */
  .showBlog .dt img{
    width: 50%;
    height: 300px;
    display: block;
    margin: auto;
    border-radius: 20px;
  }
  .showBlog .subject p{
    font-size: 20px;
    line-height: 1.9;
  }
  .showBlog .pdf-file span{
      font-size:15px;
      padding:15px;
  }
  .booking .aboutD img  {
    width:200px;
    height: 200px;
     display:block;
  }
  .booking .aboutD .ddt{
    font-size: 18px;
    line-height: 1.7;
  }
  .booking .aboutD h5{
    color: #ccc;
  }
  .booking .aboutD i {
    color: #4facff;
  }
  .profile form input[type= submit]{
     display:block;
     width:250px;
  }
  .profile .profileDt div{
    background-color: #f8f9fa;
    color: #000;
    padding: 15px;
  }
  .profile .profileImg .img:hover label {
    display: flex;
  }
  .profile .profileImg label  {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    background-color: rgba(0, 0, 0, 0.345);
    display: none;
    transition: all 1s ease-in;
  }
  .profile .profileImg label  i {
    font-size: 25px;
    color:#fff;
  }
  .profile .profileImg input {
    display: none;
  }


/* FAQ section styling */
.faq-section {
  background-color: #f7f9fc;
  padding: 30px 0;
}

.faq-title h3 {
  font-size: 24px;
  color: #333;
  font-weight: bold;
}

.faq-line {
  width: 60px;
  height: 3px;
  background-color: #007bff; /* Bootstrap primary blue */
  margin: 20px auto;
}

/* Accordion styling */
.faq-accordion .faq-item:not(:last-child) {
  border-bottom: 1px solid #e1e5eb;
}

.faq-button {
  font-size: 18px;
  color: #333;
  background-color: #fff;
  border: none;
  text-align: left;
  width: 100%;
  padding: 15px 20px;
  transition: background-color 0.3s ease;
}

.faq-button:hover,
.faq-button:focus {
  background-color: #e1e5eb;
  text-decoration: none;
}

.faq-body {
  padding: 15px 20px;
  background-color: #fff;
  color: #666;
  font-size: 16px;
}

.faq-collapse.show .faq-body {
  border-top: 1px solid #e1e5eb;
}

















/* end leanding page */
/* media query */
@media (max-width:1200px) {
      .blog .content ,.doctors .content {
        grid-template-columns: 1fr 1fr ;
    }
    .aboutUs .content{
         grid-template-columns: 1fr 1fr 1fr ;
    }

}
@media (max-width:990px) {

    .aboutUs .content{
         grid-template-columns: 1fr 1fr ;
    }

}
@media (max-width:767px) {
    .grid{
        grid-template-columns: 1fr ;
    }
    .aboutUs .content .box{
        margin: auto;
    }
    .aboutUs .content , .blog .content ,.doctors .content {
        grid-template-columns: 1fr ;
    }

}
@media (max-width:500px) {
    .booking .aboutD img{
        width: 150px;
        height: 150px;
    }
    .profile .profileDt div{
         justify-content: center !important;
         flex-direction: column !important;
         gap: 10px;
    }
}
@media (max-width:400px) {

    .aboutUs .content .box{
        width:300px;
    }

}