@font-face {
  font-family: 'IBMPlexSansArabic-Medium';
  src: url('../fonts/IBMPlexSansArabic-Medium.eot');
  src: url('../fonts/IBMPlexSansArabic-Medium.eot?#iefix') format('embedded-opentype'),
    url('../fonts/IBMPlexSansArabic-Medium.woff2') format('woff2'),
    url('../fonts/IBMPlexSansArabic-Medium.woff') format('woff'),
    url('../fonts/IBMPlexSansArabic-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'IBMPlexSansArabic-Bold';
  src: url('../fonts/IBMPlexSansArabic-Bold.eot');
  src: url('../fonts/IBMPlexSansArabic-Bold.eot?#iefix') format('embedded-opentype'),
    url('../fonts/IBMPlexSansArabic-Bold.woff2') format('woff2'),
    url('../fonts/IBMPlexSansArabic-Bold.woff') format('woff'),
    url('../fonts/IBMPlexSansArabic-Bold.ttf') format('truetype');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'IBMPlexSansArabic-Light';
  src: url('../fonts/IBMPlexSansArabic-Light.eot');
  src: url('../fonts/IBMPlexSansArabic-Light.eot?#iefix') format('embedded-opentype'),
    url('../fonts/IBMPlexSansArabic-Light.woff2') format('woff2'),
    url('../fonts/IBMPlexSansArabic-Light.woff') format('woff'),
    url('../fonts/IBMPlexSansArabic-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'IBMPlexSansArabic-Regular';
  src: url('../fonts/IBMPlexSansArabic-Regular.eot');
  src: url('../fonts/IBMPlexSansArabic-Regular.eot?#iefix') format('embedded-opentype'),
    url('../fonts/IBMPlexSansArabic-Regular.woff2') format('woff2'),
    url('../fonts/IBMPlexSansArabic-Regular.woff') format('woff'),
    url('../fonts/IBMPlexSansArabic-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

input.is-valid,
select.is-valid,
textarea.is-valid,
.dropdown button.is-valid,
.file-upload-container.is-valid {
  border: 1px solid #28a745 !important; /* green */
}

input.is-invalid,
select.is-invalid,
textarea.is-invalid,
.dropdown button.is-invalid,
.file-upload-container.is-invalid {
  border: 1px solid #dc3545 !important; /* red */
}

i.clear-selection {
  inset-inline-end: 2.5rem; 
  top: 50%; 
  transform: translateY(-50%); 
  cursor: pointer; 
  display: none;
}

.dropdown button.is-invalid~i.clear-selection
{
  transform: translateY(-115%);
}

.dropdown button.is-valid~i.clear-selection
{
  transform: translateY(-50%); 
}




.navbar {
  position: absolute;
  /* display: flex;
  flex-wrap: wrap; */
  align-items: center;
  /* justify-content: space-between !important; */
  /* padding-top: 0.5rem;
  padding-bottom: 0.5rem; */
  background: transparent;
  /* top: 12px; */
  z-index: 1000;
  left: 0;
  right: 0;
}




.white {
  color: white;
}

p {
  font-size: 15px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'IBMPlexSansArabic-Bold';
}

body {
  background-color: white !important;
  color: #103147;
  font-family: 'IBMPlexSansArabic-Regular';
  overflow-x: hidden;
  font-size: 15px;
}

.bold-font {
  font-family: 'IBMPlexSansArabic-Bold';

}


.mainmenu .nav-link {
  display: block;
  /* padding: 0.5rem 1rem; */
  padding-right: 1rem;
  padding-left: 1rem;
  color: #ffffff;
  text-decoration: none;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
  font-size: 15px;
  font-family: 'IBMPlexSansArabic-Medium';
}

.mainmenu a {



  color: white;
  text-decoration: none;
  font-size: 15px;
}

@media (min-width: 992px) {
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

}


/* .dropdown-toggle::after {
  display: inline-block;
  margin-right: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-left: 0.3em solid transparent;
  border-bottom: 0;
  border-right: 0.3em solid transparent;
  font-size: 15px;
} */

.carousel-caption {
  position: absolute;

  bottom: 2rem;
  right: 5%;
  left: 5%;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  color: white;
  text-align: center;
  text-align: right;
}

.carousel-caption p {
  font-size: 18px;

}

#carouselExampleCaptions h1 {
  font-size: 65px;
  font-family: 'IBMPlexSansArabic-Bold';
  width: 68%;
  background-size: contain;
  background-repeat: no-repeat;
  padding: 10px 10px;
  margin-top: 40px;
  color: white;
  line-height: 5.5rem;
}




.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 6%;
  padding: 0;
  color: #fff;
  text-align: center;
  background: none;
  border: 0;
  opacity: 0.5;
  transition: opacity 0.15s ease;
}










@media (min-width: 768px) {
  .animate {
    animation-duration: 0.3s;
    -webkit-animation-duration: 0.3s;
    animation-fill-mode: both;
    -webkit-animation-fill-mode: both;
  }
}

@keyframes slideIn {
  0% {
    transform: translateY(1rem);
    opacity: 0;
  }

  100% {
    transform: translateY(0rem);
    opacity: 1;
  }

  0% {
    transform: translateY(1rem);
    opacity: 0;
  }
}

@-webkit-keyframes slideIn {
  0% {
    -webkit-transform: transform;
    -webkit-opacity: 0;
  }

  100% {
    -webkit-transform: translateY(0);
    -webkit-opacity: 1;
  }

  0% {
    -webkit-transform: translateY(1rem);
    -webkit-opacity: 0;
  }
}

.slideIn {
  -webkit-animation-name: slideIn;
  animation-name: slideIn;
}

.searchbtn {
  background-color: transparent;
  border-radius: 6px;
  width: 38px;
  padding: 2px 7px;
  margin-left: 10px;
}



.carousel-indicators {
  position: absolute;
  right: 96%;
  bottom: 36%;
  left: 0;
  z-index: 100;
  display: flex;
  justify-content: center;
  padding: 0;
  padding-right: 0px;
  padding-right: 0px;
  margin-left: -38px;
  margin-bottom: 1rem;
  margin-right: 0;
  list-style: none;
  flex-direction: column;
  padding-right: 7px;
  font-family: 'Quicksand-Bold';
  font-size: 14px;
  width: fit-content;
}


.carousel-indicators [data-bs-target] {
  box-sizing: content-box;
  flex: 0 1 auto;
  width: 19px;
  height: 24px;
  padding: 0;
  margin-left: 0px;
  margin-right: 1px;
  cursor: pointer;
  background-color: transparent;
  background-clip: padding-box;
  border: 0;
  border-top-width: 0px;
  border-top-style: none;
  border-top-color: currentcolor;
  border-bottom-width: 0px;
  border-bottom-style: none;
  border-bottom-color: currentcolor;
  border-top-width: 0px;
  border-top-style: none;
  border-top-color: currentcolor;
  border-bottom-width: 0px;
  border-bottom-style: none;
  border-bottom-color: currentcolor;
  border-top-width: 0px;
  border-top-style: none;
  border-top-color: currentcolor;
  border-bottom-width: 0px;
  border-bottom-style: none;
  border-bottom-color: currentcolor;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  opacity: 0.5;
  transition: opacity 0.6s ease;
  color: rgb(255, 255, 255);
  background-color: transparent;
  text-align: left;
  font-family: 'IBMPlexSansArabic-Medium';
  font-size: 14px;
}



.green {
  color: #54D77A !important;
}


.Sbox {
  background: repeating-linear-gradient(34deg, #0088382e, #0088384f 0px, #198754 -8px, #198754 15px, #54d77ac4 38px, #54d77ab8 39px, #102e4f69 248px, #102e4fb8 80px);
  border-radius: 20px;
  color: white;
  text-align: center;
  height: 100px;
  padding-top: 22px;
  margin-bottom: 15px;
}

.featured {
  background-image: url(../images/section2.png);
  background-size: cover;
  min-height: 600px;
}

.loginbtn {
  background-color: #54D77A !important;
  padding: 10px 20px;
  border-radius: 10px;
}


.featured .nav-tabs {
  border-bottom: none;
}


.featured .nav-tabs .nav-link {
  margin-bottom: -1px;
  background: none;
  border: 1px solid transparent;
  border-radius: 5px;
  color: white;
  padding: 7px 25px;
}


.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  color: #0B2340 !important;
  background-color: #fff !important;
  border-color: #dee2e6 #dee2e6 #fff !important;
}


.card-img,
.card-img-top,
.card-img-bottom {
  /* width: 100px; */
  /* height: 100px; */
  align-self: center;
  padding: 9px;
}


.card-body {
  flex: 1 1 auto;
  padding: 1rem 1rem;
  text-align: center;
}

.card-body p {
  font-size: 14px;
  color: #828282;
}

.card-body h5 {
  font-size: 17px;
  color: #013253;
}

.price {
  background-color: #E9F0F3;
  padding: 10px 20px;
  color: #013253;
  font-family: 'IBMPlexSansArabic-Bold';
  text-decoration: none;
  margin-bottom: 10px;
  border-radius: 10px;
}



.price:hover {

  color: #0E772C;

}


.sendbtn {
  border: 2px solid #0E7A2B;
  padding: 10px 20px;
  border-radius: 10px;
  color: #0E7A2B;
  text-decoration: none;
  margin-bottom: 10px;
}

.sendbtn:hover {

  background-color: #0E7A2B;
  ;
  color: white;
  transition: 0.5s ease-in;
}

.chat {
  position: absolute;
  top: 16px;
  right: 20px;
}


.owl-dots .owl-dot {
  width: 10px;
  height: 10px;
  border: none;
  border-radius: 50%;
  background: #838383;
  margin: 0px 5px;
  padding: 7px;
}

.owl-dots .active {
  background: #008838 !important;
}

.owl-dots {
  text-align: center;
  padding-top: 16px;
  padding-bottom: 16px;
}


.offcanvas-top {
  top: 0;
  left: 0;
  right: 0;
  height: 100vh;
  max-height: 100%;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  transform: translateY(-100%);
  background: linear-gradient(257deg, #0D7D29 7.9%, #0F2C4C 103.76%);


}

.searchcontent {
  text-align: center;
  color: white;
}

.news {
  background-image: url(../images/news.png);
  background-size: cover;
  background-position: center;
  min-height: 500px;
  margin-top: 40px;
  border-radius: 150px 0px 0px 0px;
}

.viewAll {
  background-color: white;
  border: 1px solid #CCCCCC;
  padding: 10px 39px;
  border-radius: 38px;
  color: #013253;
  text-decoration: none;


}


.viewAll:hover {
  transition: 0.5s ease-in;
  background-color: #008838;
  border: none;
  color: white;



}

.newsSlider .card {
  background: #9d323200 !important;
  border: none;
  border-bottom: 2PX dotted gray;
}

.go {
  position: absolute;
  bottom: 0;
  left: 50px;
}

.datetag {
  background-color: white;
  border-radius: 50px;
  position: absolute;
  top: 19px;
  right: 27px;
  font-size: 13px;
  padding: 4px 13px;
}

.newsSlider .owl-prev {
  background-image: url(../images/arrowright.png) !important;
  height: 49px;
  width: 49px;
  background-color: transparent;
  border: none;
  background-size: cover;
  position: absolute;
  top: 29%;
  right: -55px;
}


.newsSlider .owl-next {
  background-image: url(../images/arrowleft.png) !important;
  height: 49px;
  width: 49px;
  background-color: transparent;
  border: none;
  background-size: cover;
  position: absolute;
  top: 29%;
  left: -55px;
}


.stories {
  margin-top: 80px;
  background-image: url(../images/stories.png);
  background-size: cover;
  min-height: 580px;
  position: relative;
}

/* .bannerpart {
  margin-top: 80px;
  background-image: url(../images/storiesbg.png);
  background-size: cover;
  height: 298px;
  border-radius: 100px;
  position: relative;
  margin-bottom: 80px;
} */

.appimg {
  position: absolute;
  left: -86px;
  top: -55px;
}

.footer {
  background-color: #F1FAF6;
  min-height: 298px;
  padding-top: 50px;
}

.footer p {
  color: #102E4F;
}

.footer hr {
  background: linear-gradient(90deg, #2775B8 0%, #29724A 100%);
  opacity: 1;
  height: 2px;

}

.footer a {
  color: #102E4F;
  text-decoration: none;
  font-family: 'IBMPlexSansArabic-Light';
}

.footer2 p {
  font-family: 'IBMPlexSansArabic-Light' !important;
}



element {}

@media (min-width: 992px) {
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;

  }
}

.dropdown-menu[data-bs-popper] {
  top: 112%;
  margin-top: 0.125rem;
}

.navbar-nav .dropdown-menu {
  position: static;

}

.dropdown-menu.show {
  display: block;
  right: 0
}

.dropdown-menu[data-bs-popper] {
  top: 100%;
  margin-top: .125rem;
}

.dropdown-menu {
  position: absolute;

  z-index: 1000;

  display: none;

  min-width: 14rem;

  padding: .5rem 0;

  margin: 0;

  margin-top: 0px;

  margin-top: 0px;

  margin-top: 0px;

  margin-top: 0px;

  font-size: 14px;

  color: #212529;

  text-align: right;

  list-style: none;

  background-color: rgba(0, 0, 0, 0.50);

  background-clip: padding-box;

  border: none;

  border-top-width: medium;
  border-top-style: none;
  border-top-color: currentcolor;

  border-top-width: medium;

  border-top-style: none;

  border-top-color: currentcolor;

  border-radius: .25rem;

  border-radius: 0px;

  padding: 15px 7px;

  border-top: 3px solid #54D77A;

  box-shadow: 2px 2px 2px #0000004a !important;

}


.dropdown-item:focus,
.dropdown-item:hover {
  color: white;
  background: #54D77A !important;


}

#owl-carousel2 .item {
  width: 1000px !important;
  height: 414px;
}

.storiesimg img {
  border-radius: 0px 100px 0px 0px;
}

.storiesimg {
  position: relative;
}


.number {
  background-color: #18A661 !important;
  border-radius: 50px 0px 0px 0px;
  width: 107px;
  height: 112px;
  position: absolute;
  bottom: -35px;
  left: -45px;
  z-index: 1000;
  padding: 22px 5px;
}

.icon {
  background-color: #18A661 !important;
  width: 78px;
  height: 88px;
  position: absolute;
  bottom: -35px;
  left: 79px;
  z-index: 1000;
  padding: 13px 12px;

}

.js-owl-carousel2 .owl-prev {
  background-color: transparent !important;
  border: none;
  height: 49px;
  width: 49px;
  margin-bottom: 20px;
}

.js-owl-carousel2 .owl-next {
  background-color: transparent !important;
  border: none;
  height: 49px;
  width: 49px;
}

.js-owl-carousel2 {
  display: flex !important;
  flex-direction: column !important;
  position: absolute;
  right: 99px;
  top: 44%;
  z-index: 9999999;
}

.btn-close {
  width: 2em;
  height: 2em;
  background: url(../images/close\(2\)\ 1.png)
}

.searchinput {
  width: 71%;
  margin: auto;
  margin-top: auto;
  margin-top: 33px;
  padding: 30px;
  background-color: rgba(255, 255, 255, 0.08);
  border: none;
  color: white;
  font-size: 34px;
}

.slideimg {
  position: relative;
  bottom: 1%;
  left: 0;
}



/* loginpage style */
.login {
  background-image: url(../images/Loginbg.png);
  background-size: cover;
  min-height: 100vh;
  padding-top: 7%;

}



.input1[type=text] {
  width: 25%;
  box-sizing: border-box;
  border: 1px solid #FFFFFF;
  border-radius: 4px;
  font-size: 16px;
  background-color: transparent;
  background-image: url('../images/building\(1\)\ 1.png');
  background-position: right;
  background-repeat: no-repeat;
  padding: 12px 40px 12px 40px;
  color: white;
  background-size: 30px;

}


.input2[type=password] {
  width: 25%;
  box-sizing: border-box;
  border: 1px solid #FFFFFF;
  border-radius: 4px;
  font-size: 16px;
  background-color: transparent !important;
  background-image: url('../images/lock.png');
  background-position: right;
  background-repeat: no-repeat;
  padding: 12px 40px 12px 60px;
  color: white;
  background-size: 26px;

}

.forgetpassword {
  width: 25%;
  text-align: left;
  margin: auto;

}

.forgetpassword a {
  color: white;
  text-decoration: none;
  font-size: 14px;
}

.loginbtn2 {
  background-color: white;
  width: 25%;
  color: #008838;
  height: 52px;
  border: none;
  border-radius: 5px;
  font-family: 'IBMPlexSansArabic-Bold';
  height: 50px;
}

.loginbtn2:hover {
  background-color: #008838;
  transition: 0.5s ease-in;
  color: white;

}

/* innerpages style */
.innerheader {
  background-image: url(../images/innerheader.png);
  height: 350px;
  background-size: cover;
}


.innerheaderContent {
  padding-top: 10%;
}

.breadcrumb a {
  color: white;
  text-decoration: none;

}

.breadcrumb-item.active {
  color: white;
}

.breadcrumb-item+.breadcrumb-item::before {
  float: right;
  padding-left: 0.5rem;
  color: #6c757d;
  content: var(--bs-breadcrumb-divider, "//");
}

.innerbody {
  background-image: url('../images/INNERBG.png');

  background-repeat: no-repeat;
  background-position: left top;
  min-height: 300px;
  /* padding-top: 50px; */
  padding-bottom: 50px;

}


.dropdown button {
  background: white;
  border: 1px solid #18A661;
  height: 40px;
}

/* .innerbody .dropdown-toggle::after {
  display: inline-block;
  margin-right: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-left: 0.3em solid transparent;
  border-bottom: 0;
  border-right: 0.3em solid transparent;
  font-size: 15px;
  float: left;
} */

form .dropdown-toggle::after {
  content: "";
  display: none !important;
}

.dropdown-toggle {
  padding-inline-end: 0 !important;
}

.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1rem;
  clear: both;
  font-weight: 400;
  color: #fff;
  text-align: inherit;
  text-decoration: none;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}

.filter {
  border: 1px solid #18A661;
  height: 40px;
  width: 100%;
  border-radius: 0.25rem;
}

.searchResult {
  width: 100%;
  border-radius: 0.25rem;
  height: 40px;
  background-color: #18A661;
  color: white;
  border: none;
  margin-top: 22px;
}

.dropdown-menu {

  right: 0 !important;

}


.owl-carousel .owl-stage {

  padding-bottom: 13px;
}


#myTabContent .card {

  box-shadow: 0px 7px 6px #ececec;
}


.innerbody .card {

  box-shadow: 0px 7px 6px #ececec;
  margin-bottom: 40px;
}


.price2 {
  background-color: #008838;
  padding: 7px 52px;
  color: white;
  height: 40px;
  font-family: 'IBMPlexSansArabic-Bold';
  text-decoration: none;
  margin-bottom: 10px;
  border-radius: 10px;
}

.talk {
  background-color: #008838;
  border-radius: 10px;
  height: 42px;
  color: white;
  text-decoration: none;
  padding: 8px;
  text-align: center;
}

.more {
  color: #008838;
}

.talk:hover {

  color: white;

}

.talk a {}




/* create regstration pages */
.form-stepper {
  max-width: 900px;
  margin: auto;
  padding: 10px;
  border-radius: 10px;
  color: white;
}

.steps {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
  align-items: baseline;
}

.steps__step {
  display: flex;
  flex-direction: column;
  align-items: center;

}
.steps__step.active .steps__step-number {
  background-color: #54d77a; /* Green color */
  color: white;
  border-color: #54d77a;
}
/* جعل جميع التابات في وضع افتراضي بدون خط */
.steps__step .steps__step-name {
  position: relative;
}

.steps__step.current {
  border-bottom: #54d77a solid 5px;
  transition: background-color 0.3s ease-in-out;
}

/* إضافة الخط السفلي فقط للتبويب النشط */
/* .steps__step.current .steps__step-name::after { */
  /* content: ""; */
  /* position: absolute; */
  /* inset-inline-end: 53%; */
  /* bottom: 0; يظهر مباشرة تحت اسم التاب */
  /* width: 80%; يجعل الخط بنفس عرض النص تقريبًا */
  /* height: 5px; سمك الخط */
  /* background-color: #54d77a; نفس لون الرقم الأخضر */
  /* transform: translateX(-50%); توسيط الخط أسفل النص */
  /* transition: background-color 0.3s ease-in-out; */
/* } */


.steps__step-number {
  border: 2px solid #54d77a;
  padding: 20px 0 0 0;
  height: 66px;
  width: 66px;
  border-radius: 50%;
  text-align: center;
  font-size: 1.2em;
  color: white;
}

.steps__step-name {
  
  font-size: 22px;
  font-weight: 400;
  line-height: 70px;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  text-align: center;
}

.steps__connector {
  flex: 1;
  margin-left: 20px;
  margin-right: 20px;
  /* margin: 30px auto 105px; */
  height: 5px;
  border: 1px solid #aaa;
}

.steps__connector.active {
  background-color: #54d77a;
  border-color: #54d77a;
}



.form-fields {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-bottom: 20px;
}

.form-field {
  width: 100%;
  padding: 10px;
  font-size: 1em;
  border: 1px solid #aaa;
  border-radius: 5px;
  background-color: #1c3a5700;
  color: white;
}
.form-field:focus {
  border-color: #54d77a;
  outline: none;
}

.form-field1 {
  width: 100%;
  padding: 10px;
  font-size: 1em;
  border: 1px solid;
  border-radius: 5px;
  background-color: #1c3a5700;
  color: white;
}
.form-field1:focus {
  border-color: #54d77a;
  outline: none;
}

.form-field3 {
  
  padding: 10px;
  font-size: 1em;
  border: 1px solid;
  border-radius: 5px;
  background-color: #1c3a5700;
  color: white;
}
.form-field3:focus {
  border-color: #54d77a;
  outline: none;
}

.btn-group {
  display: flex;
  justify-content: space-between;
}

.btn {
  background-color: #54d77a;
  border: none;
  padding: 10px 20px;
  font-size: 1em;
  border-radius: 5px;
  color: #0f2a45;
  cursor: pointer;
}

.btn:disabled {
  background-color: #555;
  cursor: not-allowed;
}

.input3[type=text] {
  
  box-sizing: border-box;
  border: 1px solid #FFFFFF;
  border-radius: 4px;
  font-size: 16px;
  background-color: transparent;
  background-image: url('../images/building\(1\)\ 1.png');
  background-position: right;
  background-repeat: no-repeat;
  padding: 10px 40px 10px 40px;
  color: white;
  background-size: 30px;
}

.register-button {
  width: 100%;
  height: 44px;
  box-shadow: 0px 4px 4px 0px #0000004D;
  background-color: white;
  color: #008838;
  border: none;
  border-radius: 4px;
  font-family: 'IBMPlexSansArabic-Bold';
}

.register-button:hover:not(:disabled) {
  background-color: #008838;
  transition: 0.5s ease-in;
  color: white;
}

button:disabled {
  background-color: rgba(0, 0, 0, 0.2);
  transition: 0.5s ease-in;
  color: #aaaaaacf;
  cursor: not-allowed;
}

.btn1 {
  width: 165px;
  height: 44px;
  box-shadow: 0px 4px 4px 0px #0000004D;
  font-family: 'IBMPlexSansArabic-Bold';
  font-size: 15px;
  font-weight: 700;
  line-height: 20px;
  text-align: center;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  background-color: #54d77a;
  border: none;
  padding: 10px 20px;
  border-radius: 5px;
  color: white;
  cursor: pointer;
}


.btn-group1 {
  border-radius: 4px 0px 0px 0px;
  display: flex;
  justify-content: center;
}
.input4[type=text] {
  
  box-sizing: border-box;
  border: 1px solid #FFFFFF;
  border-radius: 4px;
  font-size: 16px;
  background-color: transparent;
  background-image: url('../images/image-gallery.png');
  background-position: right;
  background-repeat: no-repeat;
  padding: 10px 40px 10px 40px;
  color: white;
  background-size: 30px;
}
.input4[type=file] {
  
  box-sizing: border-box;
  border: 1px solid #FFFFFF;
  border-radius: 4px;
  font-size: 16px;
  background-color: transparent;
  background-image: url('../images/image-gallery.png');
  background-position: right;
  background-repeat: no-repeat;
  padding: 10px 40px 10px 40px;
  color: white;
  background-size: 30px;
}
.input5[type=tel] {
  
  text-align: end;
  box-sizing: border-box;
  border: 1px solid #FFFFFF;
  border-radius: 4px;
  font-size: 16px;
  background-color: transparent;
  background-image: url('../images/phone.png');
  background-position: right;
  background-repeat: no-repeat;
  padding: 10px 40px 10px 40px;
  color: white;
  background-size: 30px;
  width: 100%;
}

.input5[type=email] {
  
  text-align: end;
  box-sizing: border-box;
  border: 1px solid #FFFFFF;
  border-radius: 4px;
  font-size: 16px;
  background-color: transparent;
  background-image: url('../images/mail.png');
  background-position: right;
  background-repeat: no-repeat;
  padding: 10px 40px 10px 40px;
  color: white;
  background-size: 30px;
  width: 100%;
}
.input5[type=password] {
  box-sizing: border-box;
  border: 1px solid #FFFFFF;
  border-radius: 4px;
  font-size: 16px;
  background-color: transparent;
  background-image: url('../images/lock.png');
  background-position: right;
  background-repeat: no-repeat;
  padding: 10px 40px 10px 40px;
  color: white;
  background-size: 30px;
  width: 100%;
}


.input5[type=password]::-ms-reveal {
  filter: invert(100%);
}

/* توسيط محتوى التاب رقم 3 */
.form-section[data-step="2"] {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%; /* يجعل المحتوى في المنتصف */
}
.form-field2 {
  
  width: 60px;
  height: 44px;
  justify-content: center;
  display: flex;
  padding: 10px;
  font-size: 1em;
  border: 1px solid #aaa;
  border-radius: 5px;
  background-color: #1c3a5700;
  color: white;
  margin-right: 10px;
}
.acs{
  display: flex;
    justify-content: center;
}
.white1{

font-size: 22px;
font-weight: 400;
line-height: 95px;
text-underline-position: from-font;
text-decoration-skip-ink: none;
color: white;
}

/* FAQ Create Design */

.faq-container {
  max-width: 700px;
  margin: 50px auto;
}

.faq-title {
  text-align: center;
  font-weight: bold;
  font-size: 28px;
  margin-bottom: 20px;
}

.accordion-item {
  border: none;
  background: #fff;
  margin-bottom: 10px;
  border-radius: 10px;
  box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.1);
}

.accordion-button {
  font-weight: bold;
  background: #fff;
  border-radius: 10px;
  color: #000;
  padding: 15px;
  font-size: 18px;
}

.accordion-button:focus {
  box-shadow: none;
}

.accordion-button:not(.collapsed) {
  color: #008838;
  font-weight: bold;
  box-shadow: none;
  background: none !important;
}

.accordion-body {
  font-size: 16px;
  color: #666;
  padding: 15px;
}

.accordion-button::after {
  background-image: none !important;
  content: '\002B';
  font-size: 24px;
  color: #102E4F;
}

.accordion-button:not(.collapsed)::after {
  content: '\2212';
  font-size: 24px;
  color: #102E4F;
}

.coll1 {
  color: #102E4F;
}

.cont {
  text-align: center;
  max-width: 600px;
  margin:auto;
  background: white;
  padding: 20px;
  border-radius: 10px;

}

.faq-title h2 {
  font-size: 24px;
  margin-bottom: 20px;
}

.search-bar {
  display: flex;
  justify-content: space-between;
  border: 1px solid #ddd;
  border-radius: 25px;
  overflow: hidden;
  background: white;
}

.search-bar input {
  border: none;
  padding: 10px;
  width: 100%;
  font-size: 16px;
  outline: none;
  text-align: right;
}

.search-bar button {
  background: #008838;
  color: white;
  border: none;
  padding: 10px 15px;
  cursor: pointer;
}

.options {
  display: flex;
  justify-content: center;
  gap: 15px;
  margin-top: 60px;
}

.option {
  height: 130px;
  background: white;
  padding: 30px 0;

  border-radius: 10px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
  width: 100%;
  text-align: center;
  cursor: pointer;
}

.option i {
  font-size: 24px;
  margin-bottom: 10px;
  color: #102E4F;
}

.option p {
  font-size: 14px;
  margin: 0;
  font-weight: bold;
}

.general-info {
  margin-top: 30px;
  color: #102E4F;
  font-size: 18px;
  font-weight: bold;
}

.description {
  color: #555;
  font-size: 14px;
}


/* Pagination Styling */


  .pagination {
    margin-bottom: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 40px;
  }

  .pagination a {
    color: #333;
    padding: 8px 15px;
    margin: 0 5px;
    text-decoration: none;
    font-size: 16px;
    font-weight: bold;
    border: 1px solid #ddd;
    border-radius: 50px;
    transition: all 0.3s ease;
  }

  .pagination a:hover {
    
    color: #008838;
    border-color: #008838;
  }
  .active:hover:not(.owl-item) {
    color: #fcfdfd !important;
    border-color: #008838 !important;
  }
  .pagination .active {
    background-color: #008838;
    color: white;
    border-color: #008838;
  }

  .pagination .prev,
  .pagination .next {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    background: white;
    box-shadow: 1px 1px 5px rgb(0 0 0 / 6%), -1px -1px 5px rgb(0 0 0 / 6%);
  }

  .pagination .disabled {
    pointer-events: none;
    opacity: 0.5;
  }

  .pagination .prev::after {
    position: absolute;
    content: "";
    background-image: url('../images/angle-right-solid.png');
    width: 14px;
    height: 24px;
    background-repeat: no-repeat;
  }

  .pagination .next::after {
    position: absolute;
    content: "";
    background-image: url('../images/angle-left-solid.png');
    width: 14px;
    height: 24px;
    background-repeat: no-repeat;
  }



/* Form Create Design */

.con2 {
  background: #102E4F;
  border-radius: 20px;

}

.con1 {
  background-size: 50%;
  background-position-y: bottom;
  background-position-x: right;
  background-repeat: no-repeat;
  background-image: url(../images/Group2.png);
  margin-top: 30px;
  margin-bottom: 30px;

  width: 100%;
  border-radius: 20px;
  padding: 40px;
  box-sizing: border-box;
}

.radio-group {
  display: flex;
  align-items: center;
  gap: 10px;
}


.brand-title1 {
  margin-top: 90px;
font-weight: bold;
font-size: 40px;
color: #102e4f;
letter-spacing: 1px;
text-align: center;
}

.inputs1 {
  margin-top: 30px;
  text-align: right;
}

.label1,
.label2,
.input7,
.num1 {
  display: block;
  width: 100%;
  padding: 0;
  border: none;
  outline: none;
  box-sizing: border-box;
}
.num1{
color: aliceblue;
margin-bottom: 15px;
}
.label2 {
  color: aliceblue;
  width: 15%;
}

.label1 {
  margin-top: 30px;
  color: aliceblue;
  margin-bottom: 15px;
}

.input7::placeholder {
  color: gray;
}

.input7 {
  font-weight: bold;
  color: #102E4F;
  text-align: center;
  background: #ecf0f3;
  padding: 10px;
  padding-left: 20px;
  height: 50px;
  font-size: 14px;
  border-radius: 50px;
  box-shadow: inset 6px 6px 6px #cbced1, inset -6px -6px 6px white;
}

.button1 {
  padding: 10px;
  justify-content: center;
  display: flex;
  justify-self: anchor-center;
  color: white;
  margin-top: 20px;
  background: #008838;
  height: 40px;
  border-radius: 20px;
  font-weight: 900;
  box-shadow: 1px 1px 1px #008838, -1px -1px 1px #008838;
  transition: 0.5s;
  display: block;
  padding: 0;
  border: none;
  outline: none;
  box-sizing: border-box;
}

.input7[type="file"] {
  display: none;
}

.file-upload-container {
  position: relative;
  display: inline-block;
  width: 100%;
}

.file-upload-label {
  background: #ecf0f3;
  padding: 14px;
  text-align: center;
  cursor: pointer;
  font-weight: bold;
  display: inline-block;
  width: 100%;
  border-radius: 50px;
  box-shadow: inset 6px 6px 6px #cbced1, inset -6px -6px 6px white;
  transition: 0.3s;
}

.file-name {
  display: block;
  margin-top: 5px;
  font-size: 14px;
  color: #fff;
  text-align: center;
}
#date {
  display: block;
    border: none;
    box-sizing: border-box;
    font-weight: bold;
    color: #102E4F;
    text-align: center;
    background: #ecf0f3;
    padding: 10px;
    padding-left: 20px;
    height: 50px;
    font-size: 14px;
    border-radius: 50px;
    box-shadow: inset 6px 6px 6px #cbced1, inset -6px -6px 6px white;
    width: 100%;
}

.date-container {
  position: relative;
  
  
}
.date-text {
  font-weight: bold;
  position: absolute;
  top: 13px;
  left: 256px;
  color: #6c757d;
}

.date-icon {
  position: absolute;
  top: 12px;
  left: 15px;
  color: #6c757d;
}

/* News page Design */
.newsSlider1 .card {
  background: #9d323200 !important;
  border: none;
  border-bottom: 2PX dotted gray;
  box-shadow: none;
}


.cont4 {
  text-align: center;
  margin: 60px auto;
}

.search-bar1 {
  margin-top: 30px;
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
}

.search-box1 {
  text-align: right;
  background: rgba(0, 0, 0, 0);
  /* background-size: 9%;
  background-repeat: no-repeat;
  background-image: url(../images/Group1.png); */
  padding: 35px;
  border-radius: 10px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  width: 100%;
  
}

.search-box2 {
  text-align: right;
  background: rgba(0, 0, 0, 0);
  /* background-size: 9%;
  background-repeat: no-repeat;
  background-image: url(../images/Group1.png); */
  padding: 28px;
  border-radius: 10px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  width: 100%;
}



.searchResult1 {
  width: 100%;
  border-radius: 0.25rem;
  height: 40px;
  background-color: #18A661;
  color: white;
  border: none;
  margin-top: 31px;
}

.search-box1 button:hover {
  background: #54d77a;
}

.search-box1 button i {
  margin-right: 5px;
}

/* .ui-datepicker .ui-datepicker-header {
  background: #198754 !important;
} */
/* .ui-datepicker .ui-datepicker-title{
  background: #198754 !important;
  color: white !important;
} */




/* SuccessStories Desgin */

.item3{
  padding-top: 5px;
  padding-bottom: 45px;
  padding-inline-start: 30px;
  padding-inline-end: 0px;
  margin: 20px;
  border-radius: 100px;
  width: 100%;
  background: white;
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);
  max-height: 100%;
}
.number3 {
  background-color: #18A661 !important;
  border-radius: 50px 0px 0px 0px;
  width: 90px;
  height: 90px;
  position: absolute;
  bottom: -15px;
  left: -20px;
  padding: 30px 1px;
}
.icon3 {
  background-color: #18A661 !important;
  width: 70px;
  height: 77px;
  position: absolute;
  bottom: -15px;
  left: 79px;
  z-index: 1000;
  padding: 13px 12px;
}

.storiesimg img{
  width: 260px;
  height: 100%;
  object-fit: cover;
  box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.2);
}
.con7{
  margin-top: 20px;
        }
.option1:hover {
 box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.2);
 transform: translateY(-5px);
        }
.option2:hover {
 box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.2);
            transform: translateY(-5px);
        }

@media (max-width: 768px) {
  .option2:hover {
 box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.2);
            transform: translateY(-5px);
        }
    .col-md-3 {
        flex: 0 0 50%;
        max-width: 50%;
    }

    .mb-3 {
        flex: 0 0 100%;
        max-width: 100%;
    }
}

@media (max-width: 576px) {
  .option2:hover {
 box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.2);
            transform: translateY(-5px);
        }
    .col-md-3 {
        flex: 0 0 100%;
        max-width: 100%;
    }
}

 @media (max-width: 768px) {
  .option2:hover {
 box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.2);
            transform: translateY(-5px);
        }
    .col-md-3 {
        width: 50%; /* يصبح عرض العناصر 50% بدلاً من 25% */
    }

    .mb-3 {
        width: 100%; /* يجعل كل فرع يأخذ سطرًا كاملاً */
    }
}

@media (max-width: 576px) {
  .option2:hover {
 box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.2);
            transform: translateY(-5px);
        }
    .col-md-3 {
        width: 100%; /* يصبح كل عنصر في سطر مستقل */
    }

    .option1, .option2 {
        height: auto; /* يزيل الارتفاع الثابت للسماح بمرونة أكبر */
        padding: 20px; /* تحسين المسافات الداخلية */
    }

    iframe {
        width: 100%; /* يجعل الخرائط تمتد بكامل العرض */
        height: 200px; /* تصغير الارتفاع على الشاشات الصغيرة */
    }
}

#loading-spinner {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.8);
  z-index: 9999;
}

.spinner-border {
  width: 3rem;
  height: 3rem;
}

.btn-estilam {
  background-color: #54d77a;
  border: none;
  padding: 11px 11px;
  font-size: 1em;
  color: #ffffff;
  cursor: pointer;
  border-radius: 4px;
}
            
.modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  justify-content: center;
  align-items: center;
}

.modal-content {
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url(../../images/Group1.png);
  background-color: #fff;
  padding: 20px;
  border-radius: 10px;
  text-align: center;
  width: auto;
}

.modal-content button.cancel
{
  margin: 20px auto;
  background-color: gray;
  border: 1px solid gray;
  color: #fff;
  padding: 8px 14px;
  cursor: pointer;
  border-radius: 20px;
  font-size: 14px;
}

.modal-content button.submit
{
  margin: 20px auto;
  background-color: #008838;
  border: 1px solid #008838;
  color: #fff;
  padding: 8px 14px;
  cursor: pointer;
  border-radius: 20px;
  font-size: 14px;
}

.modal.show {
  display: flex;
}

.validation-label-icon {
  font-size: 1.1rem;
  opacity: 0;
  transform: scale(0.5);
  transition: opacity 0.2s ease, transform 0.2s ease;
  color: transparent;
}

.validation-label-icon.show {
  opacity: 1;
  transform: scale(1);
}

.validation-label-icon.error {
  color: red;
}

.validation-label-icon.success {
  color: green;
}

.has-label-icon {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}  

.text-danger {
  min-height: 1.25em;
  display: block;
  opacity: 0;
  transition: opacity 0.2s ease-in-out;
}

.text-danger:empty {
  opacity: 0;
}

.text-danger:not(:empty) {
  opacity: 1;
}

.edit-button{
  background-color: #fff;
  color: #102e4f;
  padding: 10px;
  border-radius: 50px;
  border: 3px solid #102e4f;
}

.logo-preview img {
  object-fit: contain;
  margin-bottom: 10px;
  max-height: 300px;
  border: 1px solid #ccc;
  border-radius: 8px;
  margin-bottom: 10px;
}

.custom-form {
  background-size: 100%;
  background-repeat: no-repeat;
  background-image: url(../../images/Untitled-3.png);
  margin-bottom: 30px;
  width: 100%;
  border-radius: 20px;
  padding: 25px;
  box-sizing: border-box;
}


.toast-warning {
  box-shadow: 0 4px 8px rgba(255, 165, 0, 0.3); /* subtle orange shadow */
  border-radius: 6px;
  padding: 10px 14px;
  font-size: 16px;
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
}

.toast-success {
  box-shadow: 0 4px 8px rgba(0, 128, 0, 0.3); /* subtle green shadow */
  border-radius: 6px;
  padding: 10px 14px;
  font-size: 16px;
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
}

.featured-product .featured-img {
  object-fit: cover;
  align-self: center;
  display: block;
  padding: 9px;
  height: 200px;
  width: 100%;
}

.featured-factories .featured-img {
  object-fit: cover;
  align-self: center;
  display: block;
  padding: 9px;
  height: 200px;
  width: 100%;
}

.form-label 
{
  font-family: 'IBMPlexSansArabic-Bold';
}

input {
  padding-inline-start: 6px;
}
input[type="number"] {
  font-family: system-ui, sans-serif;
  font-variant-numeric: normal;
  unicode-bidi: plaintext;
  direction: ltr;
}