@import url("https://fonts.googleapis.com/css2?family=Almarai:wght@300;400;700&family=Cairo:wght@200;400;700&family=Josefin+Sans:wght@100;400;500;600;700&family=Montserrat:wght@300;400;500;600;700&family=Noto+Kufi+Arabic:wght@100;300;700&family=Open+Sans:wght@400;600;700&display=swap");
/* general */
* {
  font-family: "cairo", sans-serif;
  font-weight: regular;
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}
body {
  direction: rtl;
  /* height: 5000px; */
}
:root {
  --MainColor--: #ae8f53;
  --whiteColor--: #fff;
  --darkColor--: #3a4854;
}
h1,
h2,
h3,
h4,
h5,
h6,
p,
span {
  padding: 0 !important;
  margin: 0 !important;
}
/* .container {
  width: 85% !important;
} */
.select2-selection__rendered {
    line-height: 35px !important;
}
.select2-container .select2-selection--single {
    height: 100% !important;
}
.select2-selection__arrow {
    height: 100% !important;
}
.alert-s-float{
  z-index: 1000;
  position: fixed !important;
  height: auto;
  right: 0%;
  top: 10px;
}
.close_alert_btn{
  top: 0px;
  right: 10px;
}
.alert-icon{
  display: none;
}
.p-y {
  margin-top: 70px;
}
.main-color-web {
  color: var(--MainColor--);
}
.color-white {
  color: var(--whiteColor--);
}
.color-disabled {
  color: #808687;
  text-decoration: none;
}
.hover-effect:hover {
  color: var(--MainColor--);
}
.color-disabled:hover {
  color: #808687;
  text-decoration: none;
}
.style-font-span {
  font-weight: bold;
  color: #f3d291;
}
.btn-main-color {
  display: block;
  background-color: var(--MainColor--) !important;
  color: var(--whiteColor--);
  width: 7rem;
  padding: 5px;
  border-radius: 5px;
  border: none;
  transition: transform 0.3s;
  text-align: center;
  line-height: 2;
  /* height: 48px; */
  /* padding: 10px; */
}
.footer-content-info-image{
  z-index:10;
}
.home_faq_section{
  z-index:1000;
}
.mb-100{
      margin-bottom: 100px;
}
.item-content-download-now{
  color : #212529;
}
.item-content-download-now:hover{
  text-decoration: none;
}
.btn-main-color-outline {
  display: block;
  background-color: #fff;
  color: #ae8f53;
  width: 7rem;
  padding: 5px;
  border-radius: 5px;
  border: 1px solid #ccc;
  transition: transform 0.3s;
  text-align: center;
  line-height: 2;
}
.home-icons{
color: #AE8F53;
}
.footer_all_content_social_icons{
  filter: invert(.7);
}
.a-style {
  text-decoration: none;
  display: block;
}
.btn-outline-success {
  background-color: var(--MainColor--) !important;
  color: var(--whiteColor--) !important;
  border: none !important;
  transition: transform 0.3s !important;
  font-size: 14px !important;
  padding: 10px 15px !important;
}
.btn-outline-success:hover,
.btn-main-color:hover {
  transform: scale(0.95);
  text-decoration: none;
  color: var(--whiteColor--);
}
.btn-main-color-outline:hover {
  transform: scale(0.95);
  text-decoration: none;
  color: var(--MainColor--);
}
.row {
  margin-left: 0 !important;
  margin-right: 0 !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.col,
.col-1,
.col-10,
.col-11,
.col-12,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-auto,
.col-lg,
.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-auto,
.col-md,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-auto,
.col-sm,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-auto,
.col-xl,
.col-xl-1,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-auto {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
/* ./general */

/* //////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////// */

/* Scroll to top */
.up {
  position: fixed;
  right: -50px;
  bottom: 40px;
  line-height: 35px;
  z-index: 10000;
  background-color: var(--MainColor--);
  padding: 5px;
  text-align: center;
  width: 35px;
  height: 35px;
  color: #fff;
  border-radius: 5px;
  cursor: pointer;
  opacity: 0.5;
  transition: all 0.7s;
}
.up.show {
  right: 25px;
}
.up:hover {
  opacity: 1;
  transform: scale(0.9);
}
/* ./Scroll to top */

/* //////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////// */

/* header */
.header-section {
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  width: 100%;
  /* overflow: hidden; */
}
.navbar-expand-lg {
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  background-color: #fff;
}
.navbar-expand-lg .navbar-collapse {
  justify-content: center;
}
.navbar-nav {
  gap: 20px;
}
.btn-form-app-one {
  display: none !important;
}
.fa-chevron-down {
  font-size: 12px;
}
.nav-item {
  position: relative;
}
.nav-item::after {
  content: "";
  position: absolute;
  display: block;
  height: 0px;
  top: 49.5px;
  border-radius: 2px 2px 0 0;
  width: 100%;
  background-color: #ae8f53;
  transition: 0.3s;
  visibility: hidden;
  opacity: 0;
}
.nav-item:hover::after {
  height: 6px;
  top: 43.5px;
  visibility: visible;
  opacity: 1;
}
.nav-item.active::after {
  height: 6px;
  top: 43.5px;
  visibility: visible;
  opacity: 1;
}
/* ./header */

/* //////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////// */

/* hero-section-main */
.hero-section-main {
  position: relative;
  z-index: 1;
  top: 58px;
  width: 100%;
  margin: auto;
  margin-bottom: 290px;
}
.container-hero-section-main {
  position: relative;
}
.items-content-hero-section-main {
  background-image: url(../image/hero-section/BG-Hero_Section.webp);
  background-size: cover;
  background-repeat: no-repeat;
  height: 420px;
  width: 100%;
  background-position: center;
  border-radius: 15px;
  position: relative;
  transition: height 0.5s;
}
.items-content-hero-section-main-image-main {
  transition: width 0.5s;
}
.text-head-content-hero-section-main {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 15px;
}
.text-hero-section {
  font-size: 35px;
  padding: 10px 0 !important;
  margin-top: 10px !important;
}
/* ./hero-section-main  */

/* //////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////// */

/* download-now-section */
.download-now-section {
  position: relative;
  z-index: 4;
  text-align: center;
  /* top: 195px; */
}
.content-download-now-items {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  justify-content: center;
  align-items: center;
  margin: 20px 0;
  /* gap: 20px; */
  /* padding: 0 50px; */
}
.item-content-download-now {
  background-color: var(--whiteColor--);
  padding: 8px 20px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  display: flex;
  justify-content: center;
  width: 80%;
  margin: auto;
  cursor: pointer;
  transition: all 0.3s;
}
.item-content-download-now:hover {
  background-color: #000;
  color: var(--whiteColor--);
}
.item-content-download-now img {
  width: 30px;
  margin-right: 15px;
}
.item-content-download-now .fa-apple {
  font-size: 50px;
  margin-right: 15px;
}
.item-content-download-now h4 {
  font-weight: bold;
}
.name-stor {
  text-align: left;
}
/* ./download-now-section */

/* //////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////// */

/* features-app */
.features-app-content-items {
  align-items: center;
  justify-content: center;
}
.features-app-content-items .img-boy {
  text-align: center;
  width: 280px;
}
.img-boy img {
  margin-bottom: 50px;
  align-items: center;
  width: 100%;
}
.features-app-item .f1 p {
  font-size: 13px;
  font-weight: normal;
  line-height: 2;
}
/* ./features-app */

/* //////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////// */

/* features-app-vd */
/* .content-features-app-vd-item.vd-sec {
  background-color: #3a4854;
} */
.box {
  position: relative;
  z-index: 2;
  text-align: center;
  width: 100%;
  height: 100%;
}
/* .box::after {
  content: "";
  display: block;
  position: absolute;
  top: 11%;
  height: 335px;
  text-align: center;
  width: 335px;
  left: -12%;
  border-radius: 50%;
  background-color: #3a4854;
  border: 1px solid #ae8f53;
  padding: 20px;
  z-index: 1;
} */
.content-features-app-vd-items {
  justify-content: center;
  align-items: center;
  margin: 0 !important;
  /* gap: 20px; */
}
.icon-content-features-app-vd {
  margin: 30px 0;
}

.content-features-app-vd-item.vd-sec {
  background-image: url(../image/features-app/circl.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 474px;
  height: 474px;
  text-align: center;
}
.content-features-app-vd-item.vd-sec .ifram-vd {
  box-sizing: border-box;
  background-image: url(../image/features-app/phone.svg);
  background-size: cover;
  background-repeat: no-repeat;
  top: 0;
  left: 0;
  width: 220px;
  height: 445px;
  padding: 7px;
  border-radius: 34px;
  /* position: absolute; */
}
/* features-app-vd */

/* //////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////// */

/* statistics */
.content-statistics-items {
  /* display: grid; */
  display: flex;
  flex-direction: column;
  text-align: center;
  background-color: #3a4854;
  padding-top: 25px;
  border-radius: 15px;
  gap: 25px;
}
.statistics-all-items {
  display: flex;
  justify-content: space-around;
  align-items: center;
  padding: 0 15px;
}
.statistics-item span {
  font-size: 20px;
}
.statistics-item h3 {
  font-weight: bold;
}
.img-statistics {
  padding: 0 !important;
}
/* ./statistics */

/* //////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////// */

/* testmonial */
.carousel-item {
  /* background-color: #3a4854; */
  height: 440px;
}
.carousel-caption {
  top: 25%;
  margin-top: 0;
}
.user-testmonial {
  margin-top: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
.fa-circle-user {
  font-size: 35px;
  color: #3a4854;
}
.rate-text-testmonial {
  font-size: 14px;
  line-height: 1.8;
  color: #3a4854;
}
.name-user-testmonial {
  color: #3a4854;
}
.carousel-control-next-icon,
.carousel-control-prev-icon {
  color: #3a4854;
}
.carousel-indicators li {
  background-color: #3a4854 !important;
}
.carousel-inner {
  overflow: inherit !important;
}
.carousel-indicators {
  bottom: 60px !important;
}
.carousel-caption img {
  margin-bottom: 20px;
}
/* ./testmonial */

/* //////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////// */

/* fqa-section */
.fqa-btn.btn {
  color: var(--MainColor--) !important;
}
/* ./fqa-section */

/* //////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////// */

/* footer */
.footer-content {
  position: relative;
  overflow: hidden;
}
.footer-content-item-btn {
  display: grid;
  justify-content: flex-start;
  margin-top: 70px;
  gap: 20px;
  position: relative;
  z-index: 30;
}
.footer-content-info {
  background-color: #3a4854;
  /* clip-path: polygon(100% 0%, 100% 100%, 0% 99%, 0% 62%); */
  position: relative;
  padding-top: 378px;
  margin-top: 40px;
  transition: 0.3s;
}
.footer-content-info::before {
  content: "";
  display: block;
  width: 141%;
  height: 305px;
  position: absolute;
  top: -85px;
  background-color: #fff;
  transform: rotateZ(-11deg);
  z-index: 0;
  transition: 0.3s;
}
.footer-content-info-image {
  position: absolute;
  top: -200px;
  right: 11%;
  width: 80%;
  margin: auto;
  transition: 0.3s;
  text-align: center;
}
.footer-content-info-items {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
  justify-items: end;
  align-items: start;
}
.footer-content-logo {
  display: grid;
  text-align: right;
  gap: 10px;
}
.footer-content-email {
  display: flex;
  gap: 10px;
}
.footer-content-email input {
  border-radius: 5px;
  border: none;
  padding: 5px;
}
.btn-submit {
  width: 3rem;
}
.footer-content-info-item {
  display: grid;
  text-align: right;
}
.title-footer-content {
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  align-self: self-end;
  margin-bottom: 10px !important;
}
.subtitle-link-footer-content,
.subtitle-footer-content {
  font-size: 13px;
  color: #ccc;
  line-height: 1.7;
  display: block;
  align-self: center;
}
.subtitle-link-footer-content:hover {
  color: #ae8f53;
}
.line-footer {
  width: 100%;
  height: 1px;
  display: block;
  background-color: #fff;
}
.text-copyright {
  color: #fff;
}
.footer-content-info-icons-social {
  display: flex;
  gap: 10px;
}
.footer-copyright {
  display: grid;
  grid-template-columns: 3fr 2fr 3fr;
  gap: 20px;
  justify-content: center;
  align-items: center;
  padding: 40px 0;
  text-align: center;
}
/* ./footer */

/* //////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////// */

/* join-us page */
.sign-section {
  position: relative;
  top: 100px;
  z-index: 4;
  overflow: hidden;
}
.form-sign-content-items {
  display: flex;
  justify-content: center;
  align-items: start;
  gap: 20px;
}
.group-form-inputs * div {
  margin-right: 0 !important;
  margin-left: 0 !important;
  padding-right: 0 !important;
}
.input-info {
  margin-top: 15px !important;
  padding-right: 0 !important;
}
.form-sign-content-items-steps {
  display: grid;
  text-align: right;
}
.form-control:focus {
  color: #495057 !important;
  background-color: #fff !important;
  border-color: #ae8f53 !important;
  outline: 0 !important;
  box-shadow: 0 0 0 0.2rem rgba(174, 144, 83, 0.192) !important;
}
.phone-num {
  margin-left: 0 !important;
  margin-right: 0 !important;
  gap: 5px;
  display: flex !important;
  justify-content: space-between;
}
.form-sign-content-items-inputs {
  width: 100%;
}
.btns-submit {
  display: flex;
  gap: 20px;
}
/* ./join-us page */

/* //////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////// */

/* buy-packages-page */
.packages-section {
  position: relative;
  top: 100px;
  z-index: 4;
  overflow: hidden;
  display: flex;
  justify-content: center;
  padding-bottom: 30px;
}
.packages-section-title {
  font-weight: bold;
}
.packages-section-items {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
.packages-section-swich-btn {
  display: flex;
  gap: 20px;
}
.packages-section-content-packages-cards-items {
  gap: 20px;
  justify-content: center;
  margin-top: 30px;
}
.packages-section::before {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 200px;
  background-color: #3a4854;
  z-index: 0;
  bottom: 0;
}
.btn-select-pack {
  margin: 10px auto;
  padding: 0;
}
.card-text-select-pack {
  font-size: 13px;
  color: rgba(0, 0, 0, 0.3);
}
/* ./buy-packages-page */

/* //////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////// */

/* buy-packages2-page */
.packages2-section {
  position: relative;
  top: 100px;
  z-index: 4;
  overflow: hidden;
  display: flex;
  justify-content: flex-start;
  padding-bottom: 30px;
}
.packages2-section-title {
  font-weight: bold;
}
.packages2-section-content-text {
  text-align: right;
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.card-text-select-packages2 {
  font-size: 13px;
}
.packages2-section-items {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 10px;
  padding: 15px 0;
}
.packages2-section-swich-btn {
  display: flex;
  gap: 20px;
}
.packages2-section-content-packages2-cards-items {
  gap: 20px;
  justify-content: center;
  margin-top: 30px;
}
.packages2-section::before {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 200px;
  background-color: #3a4854;
  z-index: 0;
  bottom: 0;
}
.btn-select-pack {
  margin: 10px auto;
  padding: 0;
}
.select-pack-item {
  display: flex;
  gap: 10px;
}
.item-packages2-section-content-input {
  text-align: right;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.item-packages2-section-content-input label {
  margin: 0;
}
form.row {
  gap: 15px;
}
form.row input {
  margin-bottom: 15px;
}
form.row label {
  margin-bottom: 10px;
}
/* ./buy-packages2-page */

/* //////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////// */

/* fqa-section page */
.fqa-section {
  position: relative;
  top: 58px;
  /* overflow: hidden; */
}
.fqa-section-content {
  position: relative;
}
.fqa-hero-section,
.policies-and-privacy-section-hero-section,
.terms-and-conditions-hero-section {
  background-image: url(../image/main-pages/bg-img-pages.webp);
  background-size: cover;
  background-repeat: no-repeat;
  height: 259px;
  width: 100%;
  background-position: center;
  position: relative;
  transition: 0.5s;
  display: flex;
  align-items: center;
  padding-right: 30px;
}
.fqa-hero-section-items {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 20px 30px;
  text-align: right;
}
.fqa-hero-section-items-title {
  margin-top: 20px;
  color: #fff;
  font-weight: bold !important;
}
.fqa-hero-section-nav-link {
  display: block;
  padding-left: 10px;
}
.nav-fqa-hero-section-items-list {
  list-style: none;
  display: flex;
  gap: 10px;
}
.fqa-box-search {
  position: absolute;
  background-color: #fff;
  bottom: 0;
  left: 40%;
  display: flex;
  gap: 180px;
  transform: translate(-80px, 25px); /*translate(-120px, 25px)*/
  padding: 5px 20px;
  border-radius: 5px;
  box-shadow: rgba(0, 0, 0, 0.3) 10px 10px 41px;
  transition: 0.3s;
}
.fqa-box-search-input {
  border: none !important;
}
.fqa-box-search-input:focus {
  outline: none !important;
}
/* ./fqa-section page */

/* fqa-sction-accordion */
.fqa-sction-accordion {
  position: relative;
  top: 150px;
}
.btn-fqa-accordion {
  margin-bottom: 20px;
}
/* ./fqa-sction-accordion */

/* //////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////// */

/* policies-and-privacy-section */
.policies-and-privacy-section {
  position: relative;
  top: 58px;
  overflow: hidden;
}

.policies-and-privacy-section-hero-section-items {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 20px 30px;
  text-align: right;
}
.policies-and-privacy-section-hero-section-items-title {
  margin-top: 20px;
  color: #fff;
  font-weight: bold !important;
}
.policies-and-privacy-section-hero-section-nav-link {
  display: block;
  padding-left: 10px;
}
.nav-policies-and-privacy-section-hero-section-items-list {
  list-style: none;
  display: flex;
  gap: 10px;
}

/* policies-and-privacy-text */
.policies-and-privacy-text {
  position: relative;
  top: 100px;
  padding: 0 90px;
}
.policies-and-privacy-text-content,
.terms {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.policies-and-privacy-text-content p {
  font-size: 14px;
  line-height: 1.5;
  margin-bottom: 10px;
  /* width: 700px; */
}
/* ./policies-and-privacy-text */

/* ./policies-and-privacy page */

/* //////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////// */

/* terms-and-conditions page */
.terms-and-conditions-section {
  position: relative;
  top: 58px;
  overflow: hidden;
}
.terms-and-conditions-hero-section-items {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 20px 30px;
  text-align: right;
}
.terms-and-conditions-hero-section-items-title {
  margin-top: 20px;
  color: #fff;
  font-weight: bold !important;
}
.terms-and-conditions-hero-section-nav-link {
  display: block;
  padding-left: 10px;
}
.nav-terms-and-conditions-hero-section-items-list {
  list-style: none;
  display: flex;
  gap: 10px;
}
/* ./terms-and-conditions page */

/* terms-and-conditions-text */
.terms-and-conditions-text {
  position: relative;
  top: 100px;
  padding: 0 90px;
}
.terms-and-conditions-text-content,
.terms {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.terms-and-conditions-text-content p {
  font-size: 14px;
  line-height: 1.5;
  margin-bottom: 10px;
  /* width: 700px; */
}
.project_row .col-6{
  border: 1px solid #ae8f53;
}
.btn.btn-primary {
    color: #ffffff;
    border-color: rgb(58, 72, 84);
    background-color: rgb(58, 72, 84);
}
.btn-check:checked + .btn.btn-primary, .btn-check:active + .btn.btn-primary, .btn.btn-primary:focus:not(.btn-active), .btn.btn-primary:hover:not(.btn-active), .btn.btn-primary:active:not(.btn-active), .btn.btn-primary.active, .btn.btn-primary.show, .show > .btn.btn-primary {
    color: #ffffff;
    border-color: #F3D291;
    background-color: #F3D291 !important;
  }
  .join-page-title{
    margin-bottom: 1.5rem !important;
  }
  .project_row{
    margin-bottom: 2rem !important;
  }
  #page-header{
    margin-bottom: 2.5rem;
  }
  input{
    text-align: right !important;
  }
  .join_proj_img{
    object-fit: cover;
    height: 200px;
    border-top-left-radius: 5%;
    border-top-right-radius: 5%;
  }
  .single_project{
    background-color: #fff;
    border-radius: 5%;
    box-shadow: rgba(0, 0, 0, 0.1) -4px 9px 25px -6px;
  }
  .select_project_btn {
    width: 85%;
  }
  .heading-3 {
    font-size: 1.4rem !important;
  }
  @media only screen and (max-width: 768px) {
    .heading-3 {

    }
  }
  .alert-s-float{
    max-width: 30%;
    text-align: right;
  }
  .select2.select2-container.select2-container--default{
      max-width: 100%;
    }
    .join-center-email-container{
      margin-top: 130px;
    }
    @media (max-width: 851px) {
      .join-center-email-container {
        margin-top: 0px;
      }
    }

    button:disabled {
    background-color: #ccc !important;      /* Gray background */
    color: #777 !important;                 /* Faded text */
    cursor: not-allowed;                    /* Not allowed cursor */
    opacity: 0.7;                           /* Slight fade */
    box-shadow: none !important;            /* Remove glow/shadow */
    transform: none !important;             /* Disable scale/animation */
    transition: none !important;            /* Disable hover transitions */
}

/* Remove hover effects when disabled */
button:disabled:hover {
    background-color: #ccc !important;
    color: #777 !important;
}
/* ./terms-and-conditions-text */
