@font-face {
    font-family: 'Madani Arabic Black';
    font-style: normal;
    font-weight: normal;
    src: local('Madani Arabic Black'), url('../fonts/arabic/Madani Arabic Black.ttf') format('opentype');
  }
  @font-face {
    font-family: 'Madani Arabic Bold';
    font-style: normal;
    font-weight: normal;
    src: local('Madani Arabic Bold'), url('../fonts/arabic/Madani Arabic Bold.ttf') format('opentype');
  }
  @font-face {
    font-family: 'Madani Arabic Extra Bold';
    font-style: normal;
    font-weight: normal;
    src: local('Madani Arabic Extra Bold'), url('../fonts/arabic/Madani Arabic Extra Bold.ttf') format('opentype');
  }
  @font-face {
    font-family: 'Madani Arabic Extra Light';
    font-style: normal;
    font-weight: normal;
    src: local('Madani Arabic Extra Light'), url('../fonts/arabic/Madani Arabic Extra Light.ttf') format('opentype');
  }
  @font-face {
    font-family: 'Madani Arabic Light';
    font-style: normal;
    font-weight: normal;
    src: local('Madani Arabic Light'), url('../fonts/arabic/Madani Arabic Light.ttf') format('opentype');
  }
  @font-face {
    font-family: 'Madani Arabic Medium';
    font-style: normal;
    font-weight: normal;
    src: local('Madani Arabic Medium'), url('../fonts/arabic/Madani Arabic Medium.ttf') format('opentype');
  }
  @font-face {
    font-family: 'Madani Arabic Regular';
    font-style: normal;
    font-weight: normal;
    src: local('Madani Arabic Regular'), url('../fonts/arabic/Madani Arabic Regular.ttf') format('opentype');
  }
  @font-face {
    font-family: 'Madani Arabic Semi Bold';
    font-style: normal;
    font-weight: normal;
    src: local('Madani Arabic Semi Bold'), url('../fonts/arabic/Madani Arabic Semi Bold.ttf') format('opentype');
  }
  @font-face {
    font-family: 'Madani Arabic Thin';
    font-style: normal;
    font-weight: normal;
    src: local('Madani Arabic Thin'), url('../fonts/arabic/Madani Arabic Thin.ttf') format('opentype');
  }
  @font-face {
    font-family: 'Madani Arabic Variable';
    font-style: normal;
    font-weight: normal;
    src: local('Madani Arabic Variable'), url('../fonts/arabic/Madani Arabic Variable.ttf') format('opentype');
  }

[dir="rtl"] body{
    direction: rtl;
    font-family: 'Madani Arabic Regular'!important;
}
[dir="rtl"] a ,
[dir="rtl"] p , 
[dir="rtl"] button , 
[dir="rtl"] input ,
[dir="rtl"] label{
  font-family: 'Madani Arabic Regular'!important;
} 
[dir="rtl"] h1 ,
[dir="rtl"] h2 ,
[dir="rtl"] h3 ,
[dir="rtl"] h4 ,
[dir="rtl"] h5 ,
[dir="rtl"] h6 {
  font-family: 'Madani Arabic Medium' !important;
}
[dir="rtl"] .swiper{
  direction: ltr;
  /* height: 550px; */
}
[dir="rtl"] .home-banner-area{
  direction: rtl;
  text-align: right;
}
.link-lang{
  border: 0.5px solid #56A1B8;
  padding: 6px 12px;
  border-radius: 4px;
  vertical-align: middle;
  display: flex;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  line-height: 20px;
}
.top-bar a{
  font-weight: 400;
  font-size: 14px;
  color: #000;
}
hr {
  color: #F5F5F5;
  opacity: 1;
}
.text-color{
  color: #56A1B8 !important;
}
 .search-field{
  position: relative;
  display: flex;
  align-items: center;
}
 .search-field input{
  border-radius: 4px;
  padding: 15px 20px 15px 40px;
  font-size: 12px;
  background: #fff;
  border: 0.5px solid #E2E2E2;
  height: 20px;
  transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
}
 .search-field input::placeholder{
  color: #D9D9D9;
}
[dir="rtl"]  .search-field input {
  padding: 15px 40px 15px 20px;
}
 .search-field .icon-search{
  position: absolute;
  left: 10px;
  color: #56A1B8 !important;
  font-size: 14px;
}
[dir="rtl"]  .search-field .icon-search{
  right: 10px;
  left: inherit;
}
@media (min-width: 1200px) {
  .container-fluid {
      max-width: 1400px;
  }
}
.home-banner-area{
  position: relative;
  height: 565px;
}
.home-banner-area .banner-bg{
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.home-banner-area .banner-bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  border-radius: 32px;
  object-fit: cover;
}
.home-banner-area .banner-bg::after {
  content: "";
  position: absolute;
  z-index: 2;
  border-radius: 32px;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0.7) 100%);
}
.banner-content h2{
  font-size: 48px;
  line-height: 60px;
  color: #fff;
  font-weight: 500;
  margin-bottom: 1.2rem;
}
.banner-content p{
  font-size: 16px;
  line-height: 23px;
  max-width: 440px;
  color: #fff;
  font-weight: 400; 
}
.btn-text{
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 24px;
  font-weight: 400;
}
.banner-content .tags{
  display: flex;
  align-items: center;
  /* max-width: 350px; */
  max-width: 100%;
  flex-wrap: wrap;
  gap: 20px;
}
.banner-content .tags li a{
  background: #00000066;
  display: block;
  border: 1px solid #FFFFFF;
  padding: 7px 24px;
  border-radius: 32px;
  font-size: 14px;
  font-weight: 400;
  color: #fff;
}
.banner-card-contact{
  transform: translate(-20%, 50%);
  border-radius: 12px;
  background: #fff;
  width: 233px;
  padding: 10px;
  text-align: center;
  float: left;
  position: absolute;
  z-index: 10;
  right: 0;
}
[dir="rtl"] .banner-card-contact{
  left: 0;
  right: inherit;
  transform: translate(20%, 50%);
}
.banner-card-contact .bg{
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  margin-bottom: 0.4em;
  height: 150px;
  border-radius: 12px;
  margin-bottom: 1em;
}
.banner-card-contact h3{
  font-size: 16px;
  margin-bottom: 0.7em;
  font-weight: 400;
  color: #000;
}
.about-content h2{
font-weight: 400;
font-size: 26px;
margin-bottom: 20px;
line-height: 60.76px;
color: #191B19;
}
.about-content p{
  color: #595959;
  font-weight: 400;
  margin-bottom: 30px;
  font-size: 14px;
  line-height: 40px;
}
.border-btn{
  border: 1px solid #025092;
  background: linear-gradient(90deg, #56A1B8 0%, #3C49A7 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-block; 
  font-size: 16px;
  font-weight: 700;
  border-radius: 50px;
  padding: 9px 30px;
  transition: 0.5s;
}
.border-btn:hover{
  background: linear-gradient(90deg, #56A1B8 0%, #3C49A7 100%);
  -webkit-text-fill-color: #fff;
}
.about-img img{
  width: 458px;
  height: auto;
}
.section-title{
  color: #191B19;
  font-size: 40px;
  font-weight: 400;
  line-height: 60px;
}
.section-des{
  color: #5D6C7C;
  font-size: 16px;
  font-weight: 400;
  line-height: 23px;
}
.padding-section{
  padding: 30px 0;
}
.text-muted{
  color: #595959 !important;
}
.brand-logo{
  display: block;
}
.brand-logo img{
  width: 160px;
  height: auto;
}
.pagination{
  z-index: 10;
  position: relative;
  display: flex;
  justify-content: center;
}
.swiper-pagination-bullet{
  background: #E4E7EC;
  width: 15px;
  height: 15px;
  opacity: 1;
}
.swiper-pagination-bullet-active{
  background: #101010;
  width: 60px;
  border-radius: 20px;
}
.testimonial-section{
  padding: 30px 0;
  position: relative;
}
.testimonial-section .bg{
  background-image: url(../img/bg_testimonals.jfif);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  opacity: 0.4;
  z-index: -1;
}
.testimonial-wrapper{
  text-align: center;
  position: relative;
  padding: 30px 0 70px 0;
}
.testimonial-wrapper .quote{
  position: absolute;
}
.testimonial-wrapper .quote img{
  width: auto;
    height: 56px;
}
.testimonial-wrapper .quote.top{
  top: 0;
  right: 0;
}
.testimonial-wrapper .quote.bottom{
  bottom: 0;
  left: 0;
}
.testimonial-wrapper .author-img{
  margin-bottom: 1em;
}
.testimonial-wrapper .author-img img{
  width: auto;
  height: 60px;
}
.testimonial-wrapper h3{
  font-size: 30px;
  margin-bottom: 1.2em;
  font-weight: 400;
  line-height: 48px;
}
.testimonial-wrapper .testimonial-bottom{
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
}
.testimonial-wrapper .testimonial-bottom img{
  width: 61px;
height: 87px;
border-radius: 150px;
}
.testimonial-wrapper .testimonial-bottom .author-name-and-desig{
  text-align: left;
}
[dir="rtl"] .testimonial-wrapper .testimonial-bottom .author-name-and-desig{
  text-align: right;
}
.testimonial-wrapper .testimonial-bottom .author-name-and-desig h5{
  font-size: 24px;
  font-weight: 400;
  margin-bottom: 2px;
}
.testimonial-wrapper .testimonial-bottom .author-name-and-desig span{
  display: block;
  color: #56A1B8;
  font-size: 16px;
  font-weight: 400;
}
.footer-subscribe-inner{
  display: flex;
  gap: 48px;
}
.footer-subscribe-inner .footer-logo img{
  width: 67px;
  height: 60px;  
}
.footer-subscribe h5{
   font-size: 24px;
   font-weight: 400;
   line-height: 36px;
   margin-bottom: 30px;
   color: var(--white-color);
} 
.footer-subscribe{
  width: calc(100% - 170px);
}
.widget-social-list{
  list-style: none;
  padding: 0;
  margin: 0;
}
.widget-social-list li a{
  display: flex;
      align-items: center;
      gap: 15px;
      margin-bottom: 10px;
      color: #fff;
      opacity: 0.8;
      font-size: 14px;
}
.footer-top{
  padding-bottom: 60px;
}
.btn-whatsapp{
  box-shadow: 0px 12px 30px 0px rgba(202, 202, 202, 0.4);
  padding: 20px;
  border-radius: 16px;
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 24px;
  font-weight: 400;
  justify-content: center;
  background: var(--white-color);
  color: #000;
  margin: 0 0 2.2em;
  width: fit-content;
  position: fixed;
  right: 40px;
  z-index: 9999;
  bottom: 0;
}
[dir="rtl"] .btn-whatsapp{
  left: 40px;
  right: inherit;
}
.btn-whatsapp img{
  width: auto;
  height: 40px;
}
.banner{
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 343px;
  border-radius: 24px;
  z-index: 10;
  display: block;
  position: relative;
}
.banner-section{
  position: relative;
  margin-bottom: -80px;
}
.tag_new{
  position: absolute;
  background: #FF4646;
  color: var(--white-color);
  border-radius: 12px;
  font-weight: 400;
  font-size: 10px;
  left: -11px;
  top: -18px;
  display: block;
  width: 40px;
  height: 17px;
  text-align: center;
  line-height: 15px;
}
.tag_new::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  bottom: -4px;
  width: 7px;
  height: 7px;
  background: #FF4646;
  z-index: -1;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.06);
  box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.06);
  -webkit-transition: 0.6s;
  transition: 0.6s;
}
.banner-title-area{
  position: relative;
  height: 490px;
}
.banner-title-area.height_small{
  height: calc(490px / 2);
}
.banner-title-area .banner-bg {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 32px;
}
.banner-title-area .banner-bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  border-radius: 32px;
  object-fit: cover;
}
/* .banner-title-area .banner-bg::after {
  content: "";
  position: absolute;
  z-index: 2;
  border-radius: 32px;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0.7) 100%);
} */
.banner-title-area .banner-title{
  padding-top: 8em;
  text-align: center;
}
.banner-title-area .banner-title p{
  font-size: 16px;
  line-height: 23px;
  color: #fff;
  font-weight: 200;
  margin-bottom: 3px;
}
.banner-title-area .banner-title h2{
  font-size: 46px;
  line-height: 65px;
  color: #fff;
  font-weight: 400;
  margin-bottom: 0;
  font-family: 'Madani Arabic Regular' !important;
}
.filter-area{
  margin-top: -55px;
  margin-bottom: 40px;
  position: relative;
}
.filter-card{
  box-shadow: 0px 12px 40px 0px rgba(198, 195, 195, 0.25);
  border: 1px solid #fff;
  border-radius: 16px;
  background: #fff;
  padding: 15px;
}
.select-group{
  position: relative;
  height: 100%;
}
.col-md-5:first-child .select-group::after{
  content: '';
  position: absolute;
  width: 1px;
  height: 40px;
  background: #A6A6A6;
  right: 0;
  opacity: 0.6;
  top: 50%;
  transform: translate(-50%, -50%);
}
[dir="rtl"] .col-md-5:first-child .select-group::after{
  left: 0;
  right: inherit;
  transform: translate(50%, -50%);
}
.select-group .icon{
  position: absolute;
  left: 10px;
  z-index: 1;
  top: 7px;
}
.select-group .icon i{
  color: #000;
  font-size: 20px;
}
.select-group .icon img{
  width: 28px;
}
[dir="rtl"] .select-group .icon{
  right: 10px;
  left: inherit;
}
.select-group .nice-select{
  padding-left: 3.5em;
  border: none;
}
.select-group .nice-select:hover{
  background: transparent;
}
[dir="rtl"] .select-group .nice-select{
  padding-right: 3.5em;
  padding-left: 0;
}
.filter-card .btn-search{
  background: linear-gradient(94.18deg, #56A1B8 -101.82%, #025092 53.4%);
  border: 1px solid #fff;
  color: #fff;
  border-radius: 8px;
  height: 100%;
  box-shadow: 0px 12px 40px 0px rgba(198, 195, 195, 0.25);
}
.gallery-slider .swiper-slide img{
  width: 100%;
  height: 495px;
  border-radius: 20px;
}
.thumbs-slider .swiper-slide img{
  width: 100%;
  height: 100%;
  border-radius: 20px;
}
.thumbs-slider{
  height: 495px;
}
.gallery-pagination {
  bottom: 40px !important;
}
.gallery-pagination .swiper-pagination-bullet{
  background: rgba(228, 231, 236, 0.4);
  width: 12px;
  height: 12px;
}
.gallery-pagination .swiper-pagination-bullet-active {
  background: #fff !important;
  width: 45px !important;
  height: 10px !important;
}
.project-details-inner{
  padding: 1.5em 0 0;
}
.project-details-inner .p_name{
  color: #070F2E;
font-weight: 400;
margin-bottom: 1em;
font-size: 32px;
line-height: 48.22px;
}
.project-details-inner .p_des{
  color: #000;
font-weight: 400;
font-size: 16px;
margin-bottom: 20px;
line-height: 23.95px;
}
.list-project-details{
  display: flex;
  margin-bottom: 2em;
  flex-wrap: wrap;
  align-items: center;
  gap: 15px;
}
.list-project-details .feature_item{
  display: flex;
  border-radius: 12px;
  gap: 10px;
  padding: 8px 24px;
}
.list-project-details .feature_item:nth-child(odd){
  background: #FFF4E4;
}
.list-project-details .feature_item:nth-child(even){
  background: #F0FBFF;
}
.list-project-details .feature_item .icon{
  width: 40px;
  height: 40px;
}
.list-project-details .feature_item .icon img{
  width: 100%;
  height: 100%;
}
.list-project-details .feature_item .content{
  width: calc(100% - 40px);
}
.list-project-details .feature_item .content p{
font-weight: 400;
font-size: 14px;
line-height: 23.95px;
margin: 0;
color: #000;
}
.list-project-details .feature_item .content h5{
  font-weight: 400;
  margin: 0;
  font-size: 20px;
  line-height: 30px;
  color: #000;
}
.video-container{
  position: relative;
  width: 100%;
  height: 414px;
  overflow: hidden;
  border-radius: 32px;
}
.video-container video {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.brand_item{
  border: 1px solid #D9D9D9;
  padding: 15px;
  border-radius: 16px;
  background: #fff;
}
.brand_item .logo{
  border: 1px solid #D9D9D9;
  border-radius: 8px;
  margin-bottom: 10px;
  width: 280px;
  height: 80px;
  padding: 5px;
}
.brand_item .logo img{
  width: 100%;
  height: 100%;
}
.brand_item h4{
font-weight: 400;
font-size: 30px;
line-height: 48.61px;
color: #000;
}
.brand_item p{
font-weight: 400;
font-size: 16px;
line-height: 23.95px;
color: #000;
margin-bottom: 0;
}
.blog_details_inner .date{
  display: flex;
  margin-bottom: 5px;
      align-items: center;
      gap: 5px;
      font-size: 16px;
      font-weight: 400;
      color: var(--primary-color1);
}
.blog_details_inner .date img{
  width: auto;
  height: 22px;
}
.blog_details_inner h3{
  font-size: 32px;
  font-weight: 400;
  margin-bottom: 20px;
  color: #000;
}
.blog_details_inner p{
  margin-bottom: 20px;
  font-size: 16px;
  color: #000;
  font-weight: 400;
}
.blog-social-area{
  margin-top: 2em;
}
.blog-social-area h5{
  font-size: 24px;
  font-weight: 400;
  margin-bottom:30px;
}
.blog-social-area .social-link{
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
}
.blog-social-area .social-link li img{
  width: auto;
  height: 40px;
}
.input-phone{
  position: relative;
}
.input-phone .nice-select{
  position: absolute;
  left: 0;
  border: none;
  background: transparent;
  width: 20%;
  padding: 10px;
  height: 40px;
}
[dir="rtl"] .input-phone .nice-select{
  right: 0;
  left: inherit;
}
.input-phone .nice-select .current,
.input-phone .nice-select .list .option{
  font-size: 16px;
  color: #161616;
}
.input-phone .nice-select::after{
  left: 70px;
  height: 6px;
  width: 6px;
}
.form-inner .input-phone input{
  padding-left: 100px;
}
[dir="rtl"] .form-inner .input-phone input{
  padding-right: 100px;
  padding-left: 0;
}
[dir="rtl"] .input-phone .nice-select::after{
  right: 70px;
}
.form-inner .btn-browser{
  color: #161616;
  font-size: 12px;
  font-weight: 500;
  border: 1px solid #D2D6DB;
  padding: 10px;
  border-radius: 4px;
  background: transparent;
}
.contact-info-area{
  border: 1px solid #D2D6DB;
  padding: 40px;
  border-radius: 16px;
}
.contact-info-area h5{
  font-weight: 400;
  margin-bottom: 20px;
  font-size: 24px;
  color: #1F2A37;
  line-height: 36px;
}
.contact-info-area .single-contact{
  display: flex;
  gap: 10px;
  margin-bottom: 10px;
}
.contact-info-area .single-contact .icon{
  width: 24px;
  height: 24px;
}
.contact-info-area .single-contact .icon i{
  font-size: 22px;
  color: #025092;
}
.contact-info-area .single-contact .content{
  width: calc(100% - 24px);
}
.contact-info-area .single-contact .content p{
  font-size: 14px;
  font-weight: 400;
  color: #1F2A37;
  margin-bottom: 0;
}
.contact-info-area .single-contact .content a{
  font-size: 16px;
  font-weight: 400;
  color: #025092;
}
.contact-info-area .social-link{
  display: flex;
  align-items: center;
  gap: 10px;
}
.contact-info-area .social-link li a{
  font-size: 15px;
  color: #161616;
}
.contact-info-area .social-link li a svg{
  width: 15px;
}
.offer-over-bg{
  background: linear-gradient(90deg, #56A1B8 0%, #025092 100%);
  padding: 12px 80px;
  position: absolute;
  bottom: 0;
  border-radius: 0 0 32px 32px;
  left: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
}
.offer-over-bg .text-offer{
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 400;
  gap: 10px;
  color: #fff;
  display: flex;
  line-height: 18px;
  align-items: center;
}
.category-item{
  display: flex;
      text-align: center;
      font-size: 24px;
      font-weight: 400;
      color: #000;
      line-height: 35px;
      flex-direction: column;
      gap: 10px;
      justify-content: center;
      align-items: center;
      position: relative;
      transition: all 0.5s ease-out;
}
.category-item img{
  width: 150px;
  height: 150px;
  border-radius: 50%;
  position: relative;
}
.category-item:hover {
  color: var(--primary-color1);
}
.search-product{
  position: relative;
}
.search-product input{
  position: relative;
  border: 1px solid #E4E7E9;
  background: #fff;
  border-radius: 2px;
  padding: 12px;
  height: 44px;
  width: 100%;
}
.search-product input::placeholder,
.search-product input::-moz-placeholder{
  color: #77878F;
  font-size: 12px;
}
.search-product i{
  position: absolute;
  right: 16px;
  top: 6px;
  color: #191C1F;
}
[dir="rtl"] .search-product i{
  left: 16px;
  right: inherit;
}
.sort-product{
  display: flex;
  align-items: center;
  gap: 20px;
}
.sort-product label{
  white-space: nowrap;
}
.result-filter-product{
  border-radius: 4px;
  padding: 12px 24px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  background: #F2F4F5;
}
.result-filter-product label{
  font-size: 12px;
  color: #5F6C72;
}
.result-filter-product .list-filters{
  display: flex;
  align-items: center;
  gap: 10px;
}
.result-filter-product .list-filters li{
  cursor: pointer;
  font-size: 12px;
}
.filter-sidebar-area{
  border: 1px solid #F5F5F5;
  background: #fff;
  border-radius: 10px;
}
.filter-sidebar-area .sidebar-head{
  padding: 20px 10px;
  border-bottom: 1px solid #F5F5F5;
  text-align: center;
}
.filter-sidebar-area hr{
  border-top-color: #F5F5F5;
  opacity: 1;
}
.filter-sidebar-area h3{
  font-size: 20px;
  font-weight: 400;
  line-height: 24px;
  font-family: 'Madani Arabic Regular' !important;
  color: #292D32;
}
[dir="rtl"] .form-check{
  padding-right: 1.5em;
  padding-left: 0;
}
[dir="rtl"] .form-check .form-check-input {
  float: right;
  margin-right: -1.5em;
  margin-left: 0;
}
.filter-sidebar-area .form-check-label{
  color: #475156;
  font-size: 15px;
  font-weight: 400;
}
.form-check{
  align-items: center;
  display: flex;
  gap: 15px;
}
.form-check-input{
  width: 20px;
  height: 20px;
}
.form-check-input:checked {
  background-color: #FA8232 !important;
  border-color: #FA8232 !important;
}
.filter-sidebar-area .price-input{
  border: 1px solid #E4E7E9;
  height: 50px;
  border-radius: 3px;
  padding: 10px;
  font-size: 12px;
  font-weight: 400;
}
.text-secondary{
  color: #FFA827 !important;
}

.products-slider .swiper-slide img{
  width: 100%;
  height: 350px;
  border-radius: 12px;
}
.thumbs-product-slider .swiper-slide img{
  width: 100%;
  height: 100%;
  border-radius: 12px;
}
/* .thumbs-slider{
  height: 104px;
} */
.products-slider{
  margin-bottom: 15px;
}
.product-details-content .category-area{
  color: #FFA827;
  font-size: 16px;
  display: block;
  margin-bottom: 2px;
  font-weight: 400;
}
.product-details-content .name-area{
  color: #000;
font-weight: 400;
margin-bottom: 1em;
font-size: 24px;
line-height: 36.17px;
}
.product-details-content .company-area{
  display: flex;
  align-items: center;
  gap: 4px;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 400;
  color: #000;
}
.product-details-content .price-area{
  font-size: 32px;
  font-weight: 400;
  color: #000;
  margin-bottom: 10px;
}
.border-top{
  border-top-color: #F5F5F5;
}
.end-offer{
  border: 1px solid #FF4646;
  border-radius: 8px;
  padding: 15px;
  display: flex;
  max-width: 377px;
  align-items: center;
  justify-content: space-between;
}
.end-offer label{
  color: #000;
font-weight: 400;
font-size: 16px;
margin: 0;
line-height: 24.11px;
}
.end-offer .count-offer{
  display: flex;
  align-items: center;
  gap: 10px;
  list-style: none;
  padding: 0;
  margin: 0;
  justify-content: space-between;
}
.end-offer .count-offer li{
  border-radius: 4px;
  border: 1px solid #F5F5F5;
  padding: 4px 2px;
  width: 44px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.end-offer .count-offer li p{
   color: #FF4646;
   font-size: 16px;
   font-weight: 400;
   margin: 0;
}
.end-offer .count-offer li small{
  color: #A6A6A6;
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
  font-family: 'Madani Arabic Regular' !important;
}
.liked{
  background: #FF4646 !important;
  color: #fff !important;
}
 .quantity-counter {
  display: flex;
      align-items: center;
      background: #fff;
      border-radius: 4px;
      border: 1px solid #F5F5F5;
      justify-content: space-between;
      /* height: 48px; */
      width: 188px;
}
 .quantity-counter a {
  width: 48px;
  /* height: 48px; */
  background-color: var(--white-color);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #292D32;
  border: none;
  transition: 0.5s;
  font-size: 10px;
}
 .quantity-counter a:hover {
  background-color: var(--primary-color1);
  color: var(--white-color);
}
 .quantity-counter .quantity__input {
  max-width: 58px;
  width: 100%;
  height: 48px;
  text-align: center;
  color:#000000;
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.48px;
}
 .quantity-counter .quantity__input:focus {
  border: 1px solid #ddd;
}
.product-details-sidebar{
  border-radius: 12px;
  background: #FAFAFA;
  padding: 20px 10px;
}
.btn{
  border-radius: 12px;
  padding: 10px;
  font-size: 16px;
  font-weight: 400;
  line-height: 17px;
  padding: 16px 34px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  transition: 0.5s;
  position: relative;
  justify-content: center;
  overflow: hidden;
  z-index: 1;
  white-space: nowrap;
}
.btn-gradient{
  background: linear-gradient(92.98deg, #025092 2.47%, #56A1B8 126%);
  border: 1px solid var(--primary-color1);
  color: var(--white-color);
}
.btn-border{
  border: 1px solid var(--primary-color1);
  color: var(--primary-color1);
  background: transparent;
}
.btn-border:hover{
  border: 1px solid #025092;
  color: #025092;
}
.payment-card-list{
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.payment-card-list li{
  border-radius: 8px;
  border: 1px solid #D9D9D9;
  padding: 5px;
  gap: 10px;
  display: flex;
  background: #fff;
  align-items: center;
}
.payment-card-list li .icon{
  width: 100px;
  height: 48px;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.payment-card-list li .icon img{
  max-width: 100%;
  height: auto;
}
.payment-card-list li p{
  margin-bottom: 0;
  width: calc(100% - 100px);
  font-size: 13px;
  font-weight: 400;
  line-height: 20px;
}
.product-features{
  display: flex;
  align-items: center;
  flex-wrap: wrap;
    gap: 10px;
}
.product-features li{
  display: flex;
  align-items: center;
  width: calc(50% - 10px);
  border-radius: 4px;
  padding: 10px;
  justify-content: space-between;
}
.product-features li h5{
  margin: 0;
  font-size: 16px;
  color: #000;
}
.product-features li p{
  font-size: 16px;
  margin: 0;
  color: #606060;
}
.product-features li:nth-child(4n+1),
.product-features li:nth-child(4n+2){
  background-color:#F0F0F0;
}
.product-features li:nth-child(4n+3),
.product-features li:nth-child(4n+4) {
  background-color: #FAFAFA;
}
.gallery-product img{
  width: 100%;
  object-fit: cover;
  border-radius: 12px;
}
.gallery-product .small-img{
  height: 230px;
}
.gallery-product .large-img{
  height: 466px;
}
.cart-table .form-check-input{
  background-color: #F5F5F5;
  width: 24px;
    height: 24px;
}
.cart-table .product-info-action{ 
  justify-content: space-between;
  display: flex;
  flex-direction: column;
  align-items: baseline;
  gap: 20px;
}
.cart-table .icon-remove{
  background: transparent;
  border: none;
  font-size: 18px;
  color: #292D32;
}
.cart-table .product-info-action h5{
  font-size: 16px;
  color: #000;
}
.text-right{
  text-align: right;
}
[dir="rtl"] .text-right{
  text-align: left;
}
.payment-title{
  display: flex;
  align-items:center;
  gap: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #F0F0F0;
  margin-bottom: 1em;
}
.payment-title .icon{
  width: 62px;
  height: 62px;
  background: #FFF2DF;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.payment-title .content{
  width: calc(100% - 62px);
}
.payment-title .content h4{
  font-size: 16px;
  color: #000;
}
.payment-title .content p{
  font-weight: 400;
  font-size: 12px;
  color: #A6A6A6;
  margin-bottom: 0;
  line-height: 24px;
}
.payment-method-check{
  background: #FAFAFA;
  padding: 12px !important;
  border-radius: 12px;
  margin-bottom: 1em;
}
.payment-method-check .form-check-input{
  margin: 0 !important;
}
.payment-method-check .form-check-input:checked {
  background-color: var(--primary-color1) !important;
    border-color: var(--primary-color1) !important;
}
.payment-method-check .form-check-label{
  display: flex;
  align-items: center;
  gap: 10px;
}
.payment-method-check .icon {
  width: 100px;
  height: 48px;
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.payment-method-check .icon img {
  max-width: 100%;
  height: auto;
}
.payment-method-check .content{
  width: calc(100% - 78px);
}
.payment-method-check .content h4{
  font-size: 16px;
  color: #000;
  line-height: 24px;
  margin: 0;
}
.payment-method-check .content p{
  margin: 0;
  color: #A6A6A6;
  font-size: 12px;
  font-weight: 400;
  line-height: 22px;
}
.payment-title .icon.bg2{
  background: #F4FCFF;
}
.order_info{
  margin-bottom: 30px;
}
.order_info p{
  font-size: 12px;
  font-weight: 400;
  color: #A6A6A6;
  line-height: 18px;
  margin-bottom: 2px;
}
.order_info h4{
  color: #000000;
  line-height: 24px;
  margin-bottom: 0;
  font-size: 16px;
}
.order_summary h3{
  font-size: 24px;
}
.cart-page .cart-shopping-wrapper .cart-table.border-0 tbody tr td{
  border-bottom: none;
  padding: 15px;
}
.order_summary .cart-table{
  border-bottom: 3px solid #F5F5F5 !important;
}
.empty_cart{
  padding: 100px 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
  justify-content: center;
  align-items: center;
}
.empty_cart img{
  width: 260px;
height: 190px;
}
.empty_cart h4{
  font-size: 32px;
  margin: 0;
  line-height: 48px;
}
.empty_cart p{
  color: #807D7E;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  margin: 0;
}
.fs-12{
  font-size: 12px;
}
.select-flag{
  position: relative;
  position: relative;
  width: 100%;
  height: 100%;
}
.select-flag img{
  position: absolute;
  left: 20px;
  top: 50%;
  transform: translateY(-50%);
  width: auto;
  height: 30px;
  z-index: 10;
}
[dir="rtl"] .select-flag img{
  right: 20px;
  left: inherit;
}
.login-modal .modal-dialog .modal-content .modal-body .login-registration-form .form-inner .nice-select{
  height: 46px;
  border-radius: 8px;
  background-color: #F5F5F5;
  padding-left: 55px;
  position: relative;
}
[dir="rtl"] .login-modal .modal-dialog .modal-content .modal-body .login-registration-form .form-inner .nice-select{
  padding-right: 55px;
  padding-left: 0;
}


#otp-form {
  direction: ltr;
}

.otp-inputs {
  display: flex;
  margin-bottom: 10px;
  align-items: center;
  gap: 0.75rem;
  justify-content: center;
  direction: ltr;
}

.otp-inputs input {
  padding: 1rem;
  background: #F5F5F5;
  width: 73px;
  height: 48px;
  text-align: center;
  font-size: 22px;
  border-radius: 8px;
}

.dashboard-content{
  background: #F6FDFF;
}
.sidebar-dashboard , .content-dashboard{
  background: #fff;
  border-radius: 12px;
  padding: 20px 15px;
}
.dash-title{
  font-size: 24px;
  font-weight: 400;
  color: #000;
  margin-bottom: 1em;
  display: flex;
  align-items: center;
  gap: 8px;
}
.dash-title i{
  color: #56A1B8;
}
.sidebar-dashboard .menu-list{
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.sidebar-dashboard .menu-list li a{
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 18px;
  font-weight: 400;
  color: #000;
}
.sidebar-dashboard .menu-list li a.active{
  color: #56A1B8;
}
.text-danger{
  color: #FF4646 !important;
}
.profile-image{
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 2em;
}
.profile-image img{
  width: 104px;
  height: 104px;
}
.profile-image .content {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.profile-image .content button{
  border-radius: 4px;
  border: 1px solid #56A1B8;
  padding: 5px 10px;
  display: flex;
      align-items: center;
      gap: 5px;
      justify-content: center;
  color: #56A1B8;
  background: transparent;
  font-size: 16px;
  font-weight: 400;
}
.notification-item{
  background: #FAFAFA;
  padding: 20px 12px;
  border-radius: 8px;
}
.notification-item .not-title{
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 16px;
  font-weight: 400;
  color: #292929;
  margin-bottom: 0;
}
.notification-item .close-btn{
  background: transparent;
  border: none;
  padding: 0;
  font-size: 22px;
}
.notification-item .text{
  color: #A6A6A6;
  font-size: 12px;
  font-weight: 400;
  margin-bottom: 10px;
}
.notification-item .btn-accept{
  background: #FF5E5E;
  border-radius: 4px;
  padding: 6px 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
}
.notification-list{
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.order-card{
  border-radius: 12px;
  background: #FFFCF7;
  padding: 20px;
}
.order-card .order-top {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
}
.order-card .order-top .icon{
  width: 62px;
  height: 62px;
  background: #FFF2DF;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.order-card .order-top .content{
  width: calc(100% - 62px);
}
.order-card h4{
  font-size: 16px;
  font-weight: 400;
  color: #000;
  margin-bottom: 5px;
}
.order-card .order-top .content p{
  font-size: 12px;
  font-weight: 400;
  color: #A6A6A6;
  margin-bottom: 0;
}
.order-card .order-bottom{
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 0 0;
} 
.content-dashboard .nice-select ,
.content-dashboard input{
  background: #F5F5F5;
  height: 49px;
}
.content-dashboard .nice-select .current{
  color: #A6A6A6;
  font-size: 13px;
  font-weight: 400;
}
.background-transparent{
  background: transparent !important;
}
.address-item{
  background: #fff;
  border-radius: 12px;
  padding: 10px 15px;
}
.address-item .btn-actions{
  display: flex;
  flex-direction: row;
  justify-content: end;
  gap: 20px;
  align-items: center;
}
.address-item .btn-actions button{
  background: transparent;
  border: none;
  color: #292D32;
  gap: 12px;
}
.address-item .icon{
  width: 62px;
  height: 62px;
  background: #F0FBFF;
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.address-item .icon img{
  width: auto;
  height: 30px;
}
.address-item .content{
  padding: 0 12px;
  width: calc(100% - 62px);
}
.address-item .content h4{
  font-size: 16px;
  font-weight: 400;
  color: #000;
}
.address-item .content p{
  font-size: 12px;
  margin-bottom: 0;
  font-weight: 400;
  color: #A6A6A6;
}

/* added by Mohamed Hassan */

.active>.page-link{
  background: #56A1B8;
  border: 1px solid #56A1B8;  
}
.page-item:not(:first-child) .page-link{
  margin-left: 5px
}
.page-item:first-child .page-link, .page-item:last-child .page-link{
  border-radius: 0px
}
.page-link{
  color: #000;
  border-color: #56A1B8;
  padding: 5px 15px;
  margin: 5px;
}
nav .pagination{
  margin: 35px auto
}
.main-titles{
  width: 100%;
  display: -webkit-box;
  -webkit-line-clamp: 2; /* Number of lines before ellipsis */
  -webkit-box-orient: vertical;
  overflow: hidden;
  height: 3.2em;
}

input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
input[type="number"] {
    -moz-appearance: textfield;
}
.toast-message {
  font-family: 'Madani Arabic Regular'!important;
}

[class^=swal2] { 
  font-family: 'Madani Arabic Medium' !important;
}

.help-block{
  font-family: 'Madani Arabic Regular' !important;
  font-size: 13px;
  padding-top: 15px;
  color: #D32F2F;
  font-size: 13px;
}
.field-newsletter-email{
  width: 100%;
  padding-top: 15px;
  height: 82px
}

#newsletter-submit-button{
  width: 100px;  
}
.status{
  font-family: 'Madani Arabic Medium' !important;
}

.status span{
  padding: 10px;
  font-size: 13px;
}


.single-offer .text-offer {
  display: flex;
  justify-content: center;
  padding: 10px;
}

.offer-link{
  color: #fff;
}
.offer-over-bg .text-offer{
  display: flex !important;
}

.product-prices h2,.product-prices h4{
  display: inline-block;
}

.old-price {
  font-size: 14px;
  color: #333333;
  font-weight: normal;
  text-decoration-line: line-through;
  margin-right: 4px;
  color: #FFA827 !important;
}