@import url("https://fonts.googleapis.com/css2?family=Cairo:wght@200..1000&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Original+Surfer&family=Outfit:wght@100..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Roboto:ital,wght@0,100..900;1,100..900&family=Tajawal:wght@200;300;400;500;700;800;900&display=swap");
* {
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
  font-family: "Poppins", sans-serif !important;
}

a {
  text-decoration: none !important;
}
body,
html {
  width: 100%;
}
.HomePage {
  width: 100%;
  height: 100% !important;
  margin: 0px !important;
  padding: 0px !important;
  overflow-x: hidden;
}
.header-top-fixed {
  width: 100%;
  background: rgba(35, 31, 32, 1);
  padding: 16px 0px;
  min-height: 50px;
}
.header-top-information {
  color: rgba(255, 255, 255, 1);
  display: flex;
  align-items: center;
}
.header-top-information .phone-nimber {
  margin: 0px 5px;
}
.scoial-media-top {
  display: flex;
  align-items: center;
  justify-content: center;
}
.box-icon-social-media {
  background: rgba(180, 185, 201, 0.2);
  color: rgba(255, 255, 255, 1);
  width: 34px;
  height: 34px;
  border-radius: 4px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0px 8px;
  cursor: pointer;
  transition: all 0.5s ease-in-out;
}
.box-icon-social-media:hover {
  background: rgba(244, 203, 75, 1);
  color: #111 !important;
}
.box-icon-social-medi i {
  font-size: 22px;
}
.falg-countery {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  cursor: pointer;
}
.falg-countery img {
  width: 24px;
  height: 24px;
}
.falg-countery span {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  margin: 0px 5px;
}
.header-all .navbar {
  padding: 10px 0px;
  background: rgba(255, 255, 255, 1);
  width: 100%;
  min-height: 100px;
  box-shadow: 0px 1px 1px 2px #f9f9f9;
  overflow: visible; /* Allow dropdown to be visible */
  position: relative; /* Needed for z-index */
  z-index: 10000; /* Ensure menu stays above page content */
}

.header-all .navbar .nav-item .nav-link {
  padding: 0px 20px;
  color: rgba(35, 31, 32, 1);
  font-weight: 400;
  text-transform: capitalize;
  font-size: 16px;
}
.header-all .navbar .nav-item .active {
  color: rgba(4, 119, 102, 1);
  font-weight: 600;
}
.flex-action-button-authing {
  display: flex;
  justify-content: center;
  align-items: center;
}
.flex-action-button-authing a {
  width: 140px;
  border-radius: 45px;
  height: 50px;
  text-align: center;
  transition: 0.5s ease;
  user-select: none;
  line-height: 50px;
    box-shadow: transparent;

}

#btn-sign-in:hover{
  color: #fff !important;
  background: rgba(4, 119, 102, 1) !important;
  border: 1px solid #00c896;
  box-shadow: 0 0 5px #ccc, 0 0 20px #ccc, 0 0 50px #ccc,
    0 0 100px #ccc;
}
/* From Uiverse.io by mrhyddenn */ 
.but-sign-up {
  position: relative;
  margin: 0;
  padding: 0.8em 1em;
  outline: none;
  text-decoration: none;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  border: none;
  text-transform: uppercase;
  background-color: rgba(4, 119, 102, 1);
  border-radius: 10px;
  color: #fff;
  font-weight: 300;
  font-size: 18px;
  font-family: inherit;
  z-index: 0;
  overflow: hidden;
  transition: all 0.3s cubic-bezier(0.02, 0.01, 0.47, 1);
}

.but-sign-up:hover {
  animation: sh0 0.5s ease-in-out both;
}

@keyframes sh0 {
  0% {
    transform: rotate(0deg) translate3d(0, 0, 0);
  }

  25% {
    transform: rotate(7deg) translate3d(0, 0, 0);
  }

  50% {
    transform: rotate(-7deg) translate3d(0, 0, 0);
  }

  75% {
    transform: rotate(1deg) translate3d(0, 0, 0);
  }

  100% {
    transform: rotate(0deg) translate3d(0, 0, 0);
  }
}

.but-sign-up:hover span {
  animation: storm 0.7s ease-in-out both;
  animation-delay: 0.06s;
}

.but-sign-up::before,
.but-sign-up::after {
  content: '';
  position: absolute;
  right: 0;
  bottom: 0;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background: #fff;
  opacity: 0;
  transition: transform 0.15s cubic-bezier(0.02, 0.01, 0.47, 1), opacity 0.15s cubic-bezier(0.02, 0.01, 0.47, 1);
  z-index: -1;
  transform: translate(100%, -25%) translate3d(0, 0, 0);
}

.but-sign-up:hover::before,
.but-sign-up:hover::after {
  opacity: 0.15;
  transition: transform 0.2s cubic-bezier(0.02, 0.01, 0.47, 1), opacity 0.2s cubic-bezier(0.02, 0.01, 0.47, 1);
}

.but-sign-up:hover::before {
  transform: translate3d(50%, 0, 0) scale(0.9);
}

.but-sign-up:hover::after {
  transform: translate(50%, 0) scale(1.1);
}


.but-sign-in {
  margin: 0px 10px;
  border: 0.5px solid rgba(4, 119, 102, 1);
  color: rgba(35, 31, 32, 1) !important;
  font-weight: 600;
  font-size: 16px;
}
.but-sign-up {
  background: rgba(4, 119, 102, 1);
  color: rgba(255, 255, 255, 1) !important;
  font-weight: 600;
  font-size: 16px;
}
.sec-cover-page {
  padding: 70px 0px;
  width: 100%;
  min-height: calc(100vh - 150px) !important;
  position: relative;
  z-index: 4000 !important;
}
.cover-content {
  /* background: linear-gradient(90deg, 
              rgba(255, 250, 230, 0.5) 0%,   
              rgba(230, 255, 240, 0.5) 100% 
            ); */
  position: relative;
}
.sec-cover-page::after {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  background: linear-gradient(
    to bottom,

    rgba(255, 250, 230, 0.4) 0%,
    rgba(230, 255, 240, 0.4) 50%
  );

  width: 70%;
  height: 100%;
  z-index: -1;
}
.cover-content .head-page {
  color:rgba(7, 14, 37, 1);
  font-size: 70px;
 
  text-transform: uppercase;
  position: relative;
  font-weight: bold !important;
  
}

.cursor {
  display: inline-block;
  margin-left: 3px;
  width: 2px;
  background: #000;
  animation: blink 0.7s steps(1) infinite;
}

@keyframes blink {
  50% {
    opacity: 0;
  }
}
.destalis-cover {
  width: 85%;
  margin: 20px 10px;
  color: rgba(153, 153, 153, 1);
  font-size: 15px;
  line-height: 30px;
}
.but-all-sign {
  margin: 40px 0px;
}
.but-all-sign a {
  width: 140px;
  height: 50px;
  border-radius: 45px;
  background: rgba(4, 119, 102, 1);
  color: #fff;
  font-weight: 600;
  font-size: 16px;
  display: block;
  text-align: center;
  line-height: 50px;
}
.video-cover {
  width: 100%;
  height: 600px !important;
  border-radius: 10px;
  background-size: cover;
  background: #111;
}

.why-league {
  padding: 70px 0px;
  width: 100%;
  background: #f1f2f641;
  position: relative;
}
.why-league::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: rgba(248, 225, 246, 0.189);
  width: 600px;
  height: 600px;
  border-radius: 100px 20px 40px 140px;
  z-index: -1;
  box-shadow: 0px 1px 1px 2px #f9f9f9;
}
.head-section {
  width: 50%;
  margin: auto;
  text-align: center;
}
.head-section h2 {
  font-size: 50px;
  text-transform: capitalize;
  font-weight: bold;
}
.head-section p {
  color: rgba(153, 153, 153, 1);
  font-size: 15px;
  margin: 15px 0px;
  line-height: 25px;
}
.box-way-league {
  background: #fff;
  padding: 25px;
  height: 250px;
  display: flex;

  align-items: flex-start;
  flex-direction: column;
  box-shadow: 0px 20px 50px 0px rgba(18, 17, 39, 0.08);
  border-radius: 5px;
  margin: 15px 0px;
}
.box-way-league img {
  width: 60px;
  height: 60px;
  margin-top: 25px;
}
.box-way-league h5 {
  font-size: 16px;
  margin: 15px 0px;
  color: rgba(18, 17, 39, 0.56);
  line-height: 27px;
}
.vision-sec {
  padding: 50px 0px;
  background: linear-gradient(
    40deg,
    rgba(255, 250, 230, 0.4) 0%,
    rgba(230, 255, 240, 0.4) 50%
  );
}
.image-vision {
  position: relative;
}
.screen-image {
  width: 45%;
  margin: auto;
  min-height: 700px;
  background: url(/assest/img/iPhone\ Body.png) no-repeat;
  position: relative;
  background-size: contain;
}
/* .iamge-screen{
  position: absolute;
  top: 0px;
  left: 50%;
  transform: translateX(-50%);
  
  
} */
.iamge-screen {
  width: 92%;
  height: 85%;
  margin: auto;
  position: absolute;
  top: 43%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.image-vsion-postion {
  position: absolute;
  bottom: 150px;
  right: -150px;
  z-index: -1;
}
.image-vision-top {
  position: absolute;
  top: 180px;
  left: -100px;
}
.cricle-yellow-small {
  position: absolute;
  right: 100px;
  top: 100px;
  width: 10px;
  height: 10px;
  background: rgba(244, 203, 75, 1);
  border-radius: 50%;
}
.cricle-yellow-big {
  position: absolute;
  bottom: 150px;
  left: 100px;
  width: 25px;
  height: 25px;
  background: rgba(244, 203, 75, 1);
  border-radius: 50%;
}

.content-vision {
  padding: 50px;
}

.content-vision h2 {
  color: rgba(18, 17, 39, 1);
  font-size: 40px;
  text-transform: capitalize;
  font-weight: bold;
}
.content-vision p {
  color: rgba(18, 17, 39, 0.56);
  margin: 20px 0px;
  line-height: 27px;
}
.missin-sec {
  padding: 50px 0px;
}
.mission-content-images {
  position: relative;
  text-align: center;
  width: 100%;
}
.mission-content-images.screenBODY {
  position: absolute;
  top: 0px;
  left: 50%;
  transform: translateX(-50%);
}
.mission-content-images::after {
  content: "";
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: 150px;
  z-index: -1;
  background: rgba(4, 119, 102, 1);
  border-radius: 20px;
}
.screen2 {
  position: absolute;
  top: 10px;
  left: 50%;
  transform: translateX(-50%);
}
.content-vision p {
  width: 85%;
  line-height: 30px;
}
.sec-members {
  padding: 50px 0px;
}
.cardCustome-member {
  padding: 20px 20px;
}
.cardCustome-member {
  border: 0.5px solid rgba(212, 210, 227, 1);
  border-radius: 10px;
  margin: 20px 0px;
}
.box-bg-artical {
  background: rgba(35, 31, 32, 1);
  width: 80px;
  height: 80px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.flex-art-cardCustome-member {
  display: flex;
  align-items: center;
}
.info-member {
  margin: 0px 16px;
}
.info-member h4 {
  color: rgba(35, 31, 32, 1);
  font-size: 18px;
  font-weight: 600;
}
.info-member h3 {
  color: rgba(4, 119, 102, 1);
  font-weight: bold;
  font-size: 22px;
}
.group-list-member {
  margin-top: 20px;
  height: 350px;
  overflow: hidden;
}
.item-member {
  margin: 20px 0px;
  display: flex;
  align-items: center;
}
.item-member span {
  color: rgba(35, 31, 32, 1);
  font-size: 14px;
  margin: 0px 10px;
}
.but-join-us a {
  color: rgba(4, 119, 102, 1);
  font-weight: bold;
  font-size: 16px;
  text-transform: capitalize;
  display: flex;
  align-items: center;
  transition: all 0.3s ease-in-out;
}
.but-join-us i {
  transform: rotate(180deg);
  margin: 0px 6px;
}
.but-join-us a:hover {
  transform: translateX(10px);
}
.Investment {
  padding: 50px 0px;
}
.flex-artical-head-invertment {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.art-left-invertment h3 {
  color: rgba(18, 17, 39, 1);
  font-weight: bold;
  font-size: 40px;
  text-transform: capitalize;
}
.art-left-invertment p {
  width: 100%;
  color: rgba(18, 17, 39, 0.56);
  margin: 10px 0px;
  font-size: 18px;
}
.art-but-right a {
  background: rgba(4, 119, 102, 1);
  width: 140px;
  height: 50px;
  border-radius: 25px;
  border: none;
  outline: none;
  color: white !important;
  font-weight: 600;
  display: block;
  text-align: center;
  line-height: 50px;
}
.line-all {
  width: 100%;
  height: 1px;
  background: rgba(18, 17, 39, 0.12);
  border-radius: 25px;
  margin: 20px 0px;
}
.flex-item-invesmt {
  display: flex;
}
.silde-title-left {
  width: 40%;
}
.silde-title-left h2 {
  font-size: 50px;
  font-weight: 700;
}
.item-invesment {
  display: flex;
  align-items: center;
  height: 50px;
  margin: 20px 0px;
  border-bottom: 1px solid rgba(18, 17, 39, 0.12);
}
.item-invesment i {
  font-size: 24px;
  color: rgba(4, 119, 102, 1);
}
.item-invesment span {
  margin: 0px 15px;
  font-size: 15px;
  font-weight: 500;
}
.item-invesment:last-child {
  border: none !important;
}
.download-app {
  padding: 50px 0px;
}
.content-download-app h3 {
  color: rgba(0, 0, 0, 1);

  font-weight: 700;
  font-style: Bold;
  font-size: 38px;
  line-height: 55px;
  width: 80%;
  text-transform: capitalize;
  position: relative;
}
.content-download-app h6 {
  color: rgba(4, 119, 102, 1);
  margin: 20px 0px;
  font-weight: 500;
  font-size: 17px;
  text-transform: capitalize;
}
.offer-houres {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 80%;
}
.time-download {
  margin: 20px 35px;
  text-align: center;
}
.time-download:nth-child(1) {
  margin: 20px 0px !important;
}
.time-download h2 {
  font-weight: bold;
  font-size: 45px;
}
.time-download span {
  font-weight: 300;
  font-style: Light;
  font-size: 20px;
  line-height: 180%;
  letter-spacing: 0%;
  color: rgba(35, 31, 32, 1);
}
.image-app-store .aos-app {
  margin: 0px 20px;
}
.image-download-app {
  width: 100%;
  position: relative;
  height: 500px;
}
.pos-image-download-one {
  position: absolute;
  top: 50%;
  left: 40%;
  transform: translate(-50%, -50%);
}
.pos-image-download-tow {
  position: absolute;
  top: 50%;
  right: 50px;
  transform: translateY(-50%);
  z-index: -1;
}
.image-download-app::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 40%;
  transform: translate(-50%, -50%);
  width: 500px;
  height: 500px;
  border-radius: 50%;
  background: rgba(4, 119, 102, 1);
  opacity: 0.2;
  z-index: -2;
}
.content-download-app h3::after {
  content: "";
  position: absolute;
  top: 0px;
  left: 20px;
  background: rgba(244, 203, 75, 1);
  width: 50px;
  height: 50px;
  z-index: -1;
  border-radius: 50%;
}
.footer-all {
  width: 100%;
  margin-top: 100px;
  background: rgba(35, 31, 32, 1);
  min-height: 200px;
  padding: 50px 0px;
}
.group-item-footer {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.item-links-footer {
  margin: 25px 0px;
}
.item-links-footer a {
  color: rgba(255, 255, 255, 1);
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.5px;
  padding: 0px 20px;
}

.page-copy {
  color: rgba(255, 255, 255, 1);
  font-weight: 400;
  font-size: 16px;

  line-height: 180%;
  letter-spacing: 0px;
  margin: 20px 0px;
}
.poster-cover {
  position: relative;
}
.poster-cover img {
  width: 100%;
  height: 600px;
  object-fit: cover;
  border-radius: 10px;
  cursor: pointer;

}
.poster-cover::after {
  content: "▶";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
  border-radius: 50%;
  transition: background 0.3s;
  font-size: 30px;
  width: 80px;
  height: 80px;
  background: rgba(4, 119, 102, 1);
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
/* Popup Modal */
.video-popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.4s ease, visibility 0.4s ease;
}

.video-popup.active {
  opacity: 1;
  visibility: visible;
}

.video-popup-content {
  position: relative;
  width: 80%;
  max-width: 800px;
  transform: scale(0.7);
  transition: transform 0.3s ease;
}

.video-popup.active .video-popup-content {
  transform: scale(1);
}

.video-popup-content iframe {
  width: 100%;
  height: 450px;
  border-radius: 15px;
}

.close-btn {
  position: absolute;
  top: -40px;
  right: 0;
  font-size: 35px;
  color: white;
  cursor: pointer;
  transition: color 0.3s;
}

.close-btn:hover {
  color: #ff0050;
}

/* زر المينيو */
.custom-toggler {
  border: none;
  font-size: 28px;
  background: transparent;
  color: #000;
}

/* القائمة الكاملة */
.mobile-menu {
  position: fixed;
  top: 0;
  right: -100%;
  width: 100%;
  height: 100vh;
  background: #111;
  color: white;
  padding: 40px 20px;
  transition: right 0.4s ease;
  z-index: 9999;
}

.mobile-menu.active {
  right: 0;
}

.mobile-menu .nav-link {
  font-size: 22px;
  color: white !important;
  margin: 15px 0;
}

.mobile-menu .nav-link:hover {
  color: #ff0050 !important;
}

/* زر الإغلاق */
.close-btn {
  position: absolute;
  top: 20px;
  right: 25px;
  font-size: 40px;
  cursor: pointer;
  color: white;
}
.mobile-menu .but-sign-in {
  color: white !important;
}

/* استايل الدروب داون */
.dropdown-custom {
  position: relative;
  z-index: 1001; /* Higher than navbar */
}

.dropdown-toggle-custom {
  display: flex;
  align-items: center;
  gap: 5px;
  cursor: pointer;
}

.dropdown-toggle-custom .arrow {
  font-size: 20px;
  transition: transform 0.3s ease;
}

/* القائمة */
.dropdown-menu-custom {
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 600px;
  background: #fff;
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  overflow: visible; /* Changed from hidden to visible */
  opacity: 0;
  transform: translateY(-15px);
  pointer-events: none;
  transition: all 0.3s ease;
  z-index: 6000 !important;
}
/* لما يجي الماوس */
.dropdown-custom:hover .dropdown-menu-custom {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}
/* اللون على الكلمة والسهم وقت hover */
.dropdown-custom:hover .dropdown-toggle-custom {
  color: rgba(4, 119, 102, 1) !important;
  font-weight: 600;
}

.dropdown-custom:hover .arrow {
  transform: rotate(180deg);
  color: rgba(4, 119, 102, 1) !important;
  font-weight: 600;
}
.dropdown-menu-custom li a {
  display: block;
  padding: 10px 15px;
  color: #333;
  text-decoration: none;
  transition: background 0.2s;
}

.dropdown-menu-custom li a:hover {
  background: #f5f5f5;
}

/* حالة الفتح */
.dropdown-custom.open .dropdown-menu-custom {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}

.dropdown-custom.open .arrow {
  transform: rotate(180deg);
}
.flex-dropdown {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.flex-dropdown .art-drop-down-items {
  width: 48%;
  display: flex;
  margin: 15px 0px;
  padding: 10px;
  cursor: pointer;
}
.art-drop-down-items h5 {
  color: rgba(35, 31, 32, 1);
  font-size: 14px;
  margin-top: 5px;
}
.content-drop-menu {
  margin: 0px 15px;
}
.content-drop-menu span {
  font-size: 13px;
}
.tst-available {
  color: rgba(4, 119, 102, 1);
}
.tst-Notavailable {
  color: rgba(208, 47, 68, 1);
}
.art-drop-down-items img {
  width: 35px;
  height: 35px;
  object-fit: contain;
}
.art-drop-down-items:hover {
  background: rgba(4, 119, 102, 0.07);
}
/* وقت الفتح */
.dropdown-custom.open .dropdown-toggle-custom {
  color: rgba(4, 119, 102, 1) !important; /* غيّر اللون زي ما بدك */
  font-weight: 600 !important;
}

.dropdown-custom.open .arrow {
  transform: rotate(180deg);
  color: rgba(4, 119, 102, 1) !important; /* نفس اللون للسهم */
  font-weight: 600 !important;
}
.events {
  width: 100%;
  padding: 25px;
  background: linear-gradient(
    to top,
    rgba(160, 180, 255, 0.139),
    rgba(213, 236, 255, 0.167)
  );
}
.buttom-add-new {
  width: 170px;
  height: 50px;
  background: rgba(4, 119, 102, 1);
  border-radius: 25px;
  color: #fff !important;
  outline: none;
  border: none;
  font-size: 16px;
  font-weight: 600;
  display: block;
  line-height: 50px;
  margin: 15px auto;
}
.mySwiper {
  margin-top: 60px;
}
.mySwiper {
  width: 100%;
  padding: 60px auto !important;
}

.card-event {
  background: #fff;
  border-radius: 16px;
  font-size: 20px;
  font-weight: bold;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
  height: 500px;
  transition: all 0.4s ease;
 position: relative;
 
}

/* الكرت اللي بالنص */
.swiper-slide.active-center {
  height: 530px;
  transform: scale(1.05);
}
.custome-swiper{
  min-height: 600px !important;
  padding-top: 50px !important;
}
.card-event {
  width: 100%;
  height: 100%;
  padding: 10px;
}
.card-event .image-blog-cover {
  width: 100% !important;
  height: 200px;
  border-radius: 16px;
}
.content-blog {
  padding: 15px;
}
.content-blog .flex-event-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.content-blog .flex-event-title h4 {
  font-size: 16px;
  font-weight: 700;
  color: rgba(4, 119, 102, 1);
}
.content-blog .flex-event-title h6 {
  font-weight: bold;
  font-size: 12px;
  color: #111;
  text-transform: uppercase;
  position: absolute;
  top: 190px;
  right: 20px;
  width: 80px;
  height: 40px;
  background: #f0f8fb;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 45px;
}
.detalis-blog{
  font-size: 14px;
  text-align: left;
 color: #111;
  letter-spacing: 0px !important;
}
.information-status-blog {
  display: block;
  width: 100% !important;
  justify-content: flex-start !important;
  align-items: flex-start;
  text-align: left;
  flex-wrap: wrap;
  margin-bottom: 50px;
}
.art-event{
  margin: 10px 0px;
}
.information-status-blog i{
  color: black;
}
.information-status-blog span {
  font-size: 14px;
  color: #111;
}
.spanser {
  display: flex;
  align-items: center;
  margin: 15px 0px;
}
.group-image {
  position: relative;
}
.group-image img {
  width: 35px;
  height: 35px;
  border-radius: 50%;
}
.group-image img:nth-child(2) {
  margin-left: -20px;
}
.group-image img:nth-child(3) {
  margin-left: -17px;
}
.spanser span {
  font-size: 15px;
  margin: 0px 8px;
}
.join-bolog {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: absolute;
  bottom: 10px;
  overflow: hidden;
  width: 90% !important;
}
.join-bolog button {
  width: 140px;
  height: 45px;
  background: rgba(4, 119, 102, 1);
  border: none;
  outline: none;
  border-radius: 45px;
  color: #fff;
  font-size: 16px;
  font-weight: bold;order: 1;

}
.join-bolog h6 {
  color: #4c98af;
  font-weight: 600;
  text-align: right;
  font-size: 15px;
  position: relative;
  order: 2;
}
.join-bolog h6::after{
  content: "";
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  width: 50%;
  height: 2px;
  background: #4c98af;
  border-radius: 45px;
}
.wapper-auth {
  width: 100%;
  position: relative;
  min-height: calc(100vh - 160px) !important;
  padding: 40px 0px;
}
.pos-color-yellow {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 50%;
  height: 50%;
  background: rgba(255, 250, 230, 0.4) 0%;
  z-index: -1;
}
.pos-color-green {
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 50%;
  height: 50%;
  background: rgba(213, 236, 255, 0.167) 0%;
  z-index: -1;
}
.pos-color-gray {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 50%;
  height: 50%;
  background: rgba(192, 194, 194, 0.066);
  z-index: -1;
}
.pos-color-seen {
  position: absolute;
  bottom: 0px;
  right: 0px;
  width: 50%;
  height: 50%;
  background: rgba(144, 238, 144, 0.096);
  z-index: -1;
}
.cardCustome-bg-auth {
  width: 85%;
  padding: 25px;
  margin: 0px auto;
  z-index: 1 !important;
}

.social-login {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  margin: 25px 0px;
}

.social-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(244, 246, 248, 1);
  padding: 10px;
  border-radius: 8px;
  cursor: pointer;
  transition: 0.3s;
  position: relative;
  width: 50px;
  height: 50px;
  transition: all 0.4s ease-in-out;
  color: rgba(145, 158, 171, 1);
}

.social-btn i {
  font-size: 22px;
}

.social-btn span {
  margin-left: 8px;
  display: none; /* ما يبين إلا لما يكون Active */
  font-size: 17px;
}

.social-btn.actives {
  background: rgba(4, 119, 102, 1); /* لون Google أو اللون اللي بدك */
  color: #fff;
  min-width: auto;
  width: 350px;
  border-radius: 45px;
}

.social-btn.actives span {
  display: inline-block !important;
}
.cardCustome-bg-auth {
  width: 65%;
  margin: 0px auto;
}
.content-auth {
  background: rgba(255, 255, 255, 1);
  padding: 25px;
  border-radius: 10px;
}
.title-auth-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.title-auth-top h3 {
  font-size: 25px;
  color: rgba(22, 29, 37, 1);
  text-transform: capitalize;
}
.title-auth-top a {
  color: rgba(4, 119, 102, 1);
  font-weight: 600;
  border: none;
  outline: none;
  text-transform: capitalize;
}
.line-form {
  margin: 40px 0px;
  background: rgba(244, 246, 248, 1);
  width: 100%;
  height: 1px;
}
.all-input-failds {
  margin: 15px 0px;
  position: relative;
}
.all-input-failds input {
  width: 100%;
  height: 50px;
  display: block;
  margin: 8px 0px;
  padding: 0px 16px;
  border-radius: 5px;
  outline: none;
  border: 1px solid rgba(153, 153, 153, 0.4);
  color: rgba(149, 158, 173, 1) !important;
  font-size: 16px;
  transition: border-color 0.3s ease;
  background-color: rgba(255, 255, 255, 1) !important;
}
/* Override browser autofill blue background */
.all-input-failds input:-webkit-autofill,
.all-input-failds input:-webkit-autofill:hover,
.all-input-failds input:-webkit-autofill:focus,
.all-input-failds input:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 30px rgba(255, 255, 255, 1) inset !important;
  -webkit-text-fill-color: rgba(149, 158, 173, 1) !important;
  background-color: rgba(255, 255, 255, 1) !important;
}
.all-input-failds input:-moz-autofill {
  background-color: rgba(255, 255, 255, 1) !important;
  color: rgba(149, 158, 173, 1) !important;
}
.all-input-failds input:focus {
  border-color: rgba(4, 119, 102, 1); /* Teal border when focused */
}
.all-input-failds input.error {
  border-color: rgba(255, 87, 34, 1); /* Orange/red border for errors */
}
.all-input-failds .custom-selects .select-box.error {
  border-color: rgba(255, 87, 34, 1); /* Orange/red border for errors */
}
.all-input-failds input::placeholder{
   color: rgba(149, 158, 173, 1) !important;
  font-size: 16px;
}

/* Flatpickr Date Picker Custom Styling */
.flatpickr-calendar {
  font-family: "Poppins", sans-serif !important;
  border-radius: 8px !important;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15) !important;
  border: 1px solid rgba(153, 153, 153, 0.2) !important;
  overflow: hidden;
  width: 100% !important;
  max-width: 500px !important;
  min-width: 400px !important;
}

.flatpickr-months {
  background: linear-gradient(135deg, rgba(4, 119, 102, 1) 0%, rgba(4, 119, 102, 0.9) 100%) !important;
  padding: 15px 10px !important;
  border-radius: 8px 8px 0 0 !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 10px !important;
}

.flatpickr-month {
  color: rgba(255, 255, 255, 1) !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 10px !important;
  flex-wrap: wrap !important;
}

.flatpickr-current-month {
  color: rgba(255, 255, 255, 1) !important;
  font-weight: 600 !important;
  font-size: 16px !important;
  display: flex !important;
  align-items: center !important;
  gap: 10px !important;
}

/* Year and Month Dropdown Styling */
.flatpickr-monthDropdown-months,
.flatpickr-monthDropdown-year,
select.flatpickr-monthDropdown-year {
  background: rgba(255, 255, 255, 1) !important;
  border: 2px solid rgba(255, 255, 255, 0.8) !important;
  border-radius: 6px !important;
  padding: 8px 15px !important;
  color: rgba(4, 119, 102, 1) !important;
  font-weight: 600 !important;
  font-size: 15px !important;
  cursor: pointer !important;
  transition: all 0.3s ease !important;
  outline: none !important;
  min-width: 140px !important;
  appearance: none !important;
  -webkit-appearance: menulist !important;
  -moz-appearance: menulist !important;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%23047766' d='M6 9L1 4h10z'/%3E%3C/svg%3E") !important;
  background-repeat: no-repeat !important;
  background-position: right 10px center !important;
  background-size: 12px !important;
  padding-right: 35px !important;
  display: inline-block !important;
  visibility: visible !important;
  opacity: 1 !important;
  pointer-events: auto !important;
  z-index: 10 !important;
  position: relative !important;
  margin: 0 5px !important;
}

/* Year dropdown specific styling */
select.flatpickr-monthDropdown-year {
  max-height: 200px !important;
  overflow-y: auto !important;
}

select.flatpickr-monthDropdown-year option {
  padding: 8px 12px !important;
  background: rgba(255, 255, 255, 1) !important;
  color: rgba(35, 31, 32, 1) !important;
  cursor: pointer !important;
}

select.flatpickr-monthDropdown-year option:hover {
  background: rgba(4, 119, 102, 0.1) !important;
}

/* Ensure month dropdown is specifically enabled */
.flatpickr-monthDropdown-months {
  display: inline-block !important;
  visibility: visible !important;
  opacity: 1 !important;
  pointer-events: auto !important;
  cursor: pointer !important;
  -webkit-appearance: menulist !important;
  -moz-appearance: menulist !important;
  appearance: menulist !important;
  position: relative !important;
  z-index: 100 !important;
  user-select: auto !important;
  -webkit-user-select: auto !important;
  -moz-user-select: auto !important;
  -ms-user-select: auto !important;
}

/* Ensure no overlays block the month dropdown */
.flatpickr-monthDropdown-months * {
  pointer-events: auto !important;
}

/* Make sure the select element itself is clickable */
.flatpickr-monthDropdown-months select,
.flatpickr-monthDropdown-months option {
  pointer-events: auto !important;
  cursor: pointer !important;
}

.flatpickr-monthDropdown-months:hover,
.flatpickr-monthDropdown-year:hover {
  background: rgba(255, 255, 255, 0.95) !important;
  border-color: rgba(255, 255, 255, 1) !important;
  transform: translateY(-1px) !important;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15) !important;
}

.flatpickr-monthDropdown-months:focus,
.flatpickr-monthDropdown-year:focus {
  border-color: rgba(255, 255, 255, 1) !important;
  box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.3) !important;
}

.flatpickr-monthDropdown-months option,
.flatpickr-monthDropdown-year option {
  background: rgba(255, 255, 255, 1) !important;
  color: rgba(35, 31, 32, 1) !important;
  padding: 8px !important;
}

/* Hide default navigation arrows when static selectors are shown */
.flatpickr-months .flatpickr-prev-month,
.flatpickr-months .flatpickr-next-month {
  display: none !important;
}

.flatpickr-prev-month,
.flatpickr-next-month {
  color: rgba(255, 255, 255, 1) !important;
  fill: rgba(255, 255, 255, 1) !important;
  padding: 5px 10px !important;
  border-radius: 4px !important;
  transition: background 0.3s ease !important;
}

.flatpickr-prev-month:hover,
.flatpickr-next-month:hover {
  background: rgba(255, 255, 255, 0.2) !important;
}

.flatpickr-weekdays {
  background: rgba(4, 119, 102, 0.1) !important;
  padding: 8px 0 !important;
}

.flatpickr-weekday {
  color: rgba(4, 119, 102, 1) !important;
  font-weight: 600 !important;
  font-size: 13px !important;
  text-transform: uppercase !important;
}

.flatpickr-days {
  padding: 10px !important;
  width: 100% !important;
}

.flatpickr-day {
  width: calc(100% / 7) !important;
  max-width: 50px !important;
  height: 40px !important;
}

.flatpickr-day {
  border-radius: 6px !important;
  color: rgba(35, 31, 32, 1) !important;
  font-size: 14px !important;
  font-weight: 500 !important;
  border: 1px solid transparent !important;
  transition: all 0.3s ease !important;
}

.flatpickr-day:hover {
  background: rgba(4, 119, 102, 0.1) !important;
  border-color: rgba(4, 119, 102, 0.3) !important;
  transform: scale(1.05) !important;
}

.flatpickr-day.selected,
.flatpickr-day.startRange,
.flatpickr-day.endRange {
  background: rgba(4, 119, 102, 1) !important;
  border-color: rgba(4, 119, 102, 1) !important;
  color: rgba(255, 255, 255, 1) !important;
  font-weight: 600 !important;
  box-shadow: 0 2px 8px rgba(4, 119, 102, 0.4) !important;
}

.flatpickr-day.today {
  border-color: rgba(4, 119, 102, 1) !important;
  font-weight: 700 !important;
}

.flatpickr-day.today.selected {
  background: rgba(4, 119, 102, 1) !important;
  color: rgba(255, 255, 255, 1) !important;
}

.flatpickr-day.flatpickr-disabled,
.flatpickr-day.prevMonthDay,
.flatpickr-day.nextMonthDay {
  color: rgba(153, 153, 153, 0.4) !important;
}

.flatpickr-day.flatpickr-disabled:hover {
  background: transparent !important;
  border-color: transparent !important;
  transform: none !important;
}

/* Date input styling */
.all-input-failds input[readonly] {
  cursor: pointer !important;
  background-color: rgba(255, 255, 255, 1) !important;
}

.all-input-failds input[readonly]:focus {
  cursor: pointer !important;
}

/* Flatpickr input wrapper */
.flatpickr-input {
  cursor: pointer !important;
}
.field-error {
  display: flex;
  align-items: center;
  margin-top: 5px;
  padding: 8px 12px;
  background: rgba(255, 255, 255, 1);
  border-radius: 5px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  position: relative;
  max-width: 100%;
}
.field-error::before {
  content: '';
  position: absolute;
  top: -6px;
  left: 20px;
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid rgba(255, 255, 255, 1);
}
.error-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  background: rgba(255, 152, 0, 1);
  color: rgba(255, 255, 255, 1);
  border-radius: 3px;
  font-size: 14px;
  font-weight: bold;
  margin-right: 8px;
  flex-shrink: 0;
}
.error-message {
  color: rgba(33, 33, 33, 1);
  font-size: 14px;
  line-height: 1.4;
}
/* Form-level error message styling */
.form-error-message {
  display: flex;
  align-items: center;
  margin: 20px 0;
  padding: 15px 20px;
  background: rgba(255, 255, 255, 1);
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  border-left: 4px solid rgba(255, 87, 34, 1);
  position: relative;
  width: 100%;
  animation: slideDown 0.3s ease-out;
}
@keyframes slideDown {
  from {
    opacity: 0;
    transform: translateY(-10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.form-error-message .error-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  background: rgba(255, 87, 34, 1);
  color: rgba(255, 255, 255, 1);
  border-radius: 4px;
  font-size: 16px;
  font-weight: bold;
  margin-right: 12px;
  flex-shrink: 0;
}
.form-error-message .error-message-text {
  color: rgba(33, 33, 33, 1);
  font-size: 15px;
  line-height: 1.5;
  font-weight: 500;
  flex: 1;
}
.forget-password {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.forget-password a {
  color: rgba(4, 119, 102, 1);
  font-weight: 500;
  text-transform: capitalize;
  font-size: 16px;
}
.but-signIn button {
  margin: 25px 0px;
  width: 100%;
  height: 50px;
  background: rgba(4, 119, 102, 1);
  color: rgba(255, 255, 255, 1);
  border: none;
  outline: none;
  border-radius: 45px;
  color: rgba(255, 255, 255, 1);
  font-weight: 600;
  text-transform: capitalize;
  transition: all 0.4s ease-in-out;
}
.but-signIn button:hover {
  background: rgba(7, 14, 37, 1);
  box-shadow: 1px 3px 4px #ccc, -1px -3px 4px #ccc;
}
.auth-image img {
  width: 100%;
  height: 500px;
}
.customeMargin {
  margin-top: 0px !important;
}
/* ---------------- */

.progressbar {
  display: flex;
  align-items: center;
  justify-content: flex-start !important;
  margin: 30px 0px;
  background: rgba(255, 255, 255, 1);
  counter-reset: step;
  width: 100%;
  min-height: 60px;
  padding: 0px 35px;
}
.progress-step {
  text-align: center;
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0px 20px;
}
.progress-step:nth-child(1) {
  margin: 0px 0px !important;
}
.progress-step span {
  color: rgba(149, 158, 173, 1);
  font-size: 16px;
  margin: 0px 10px;
  text-transform: capitalize;
  font-family: Roboto !important;
}
.progress-step i {
  margin: 0px 15px;
  color: rgba(149, 158, 173, 1);
  transform: rotate(180deg);
}
.progress-step::before {
  content: counter(step);
  counter-increment: step;
  width: 30px;
  height: 30px;
  display: inline-block;
  border-radius: 50%;
  line-height: 22px;
  color: #fff;
  font-size: 16px !important;
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgba(149, 158, 173, 1);
}
.progress-step.active::before {
  background: rgba(4, 119, 102, 1);
  border: none;
  color: #fff;
}
.progress-step.active span {
  color: rgba(4, 119, 102, 1);
  font-weight: 600;
  font-family: Roboto !important;
}
.progress-step.active i {
  color: rgba(4, 119, 102, 1);
}

/* .progress-step::after {
      content: "";
      position: absolute;
      top: 15px;
      left: 50%;
      width: 80%;
      height: 2px;
      background: #999;
      z-index: -1;
    } */
.progress-step:last-child::after {
  display: none;
}
.progress-step.active + .progress-step::after {
  background: #4caf50;
}

.cardCustome {
  background: #fff;
  padding: 20px;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  display: none;
  /* display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column; */
}
.cardCustome.active {
  display: block !important;
}
.cardCustome .options {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.card-option {
  flex-basis: 32%;
  background: #fff;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
  height: 100px;
  padding: 15px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  border-radius: 5px;
  margin: 15px 0px;
}
.bg-blacks-image {
  width: 70px;
  height: 70px;
  background: rgba(35, 31, 32, 1);
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0px 20px !important;
}
.card-option label {
  color: rgba(35, 31, 32, 1);
  font-weight: 600;
  font-size: 17px;
}
.customeMargin-button {
  margin-top: 80px !important;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.customeMargin-button a {
  width: 140px;
  height: 50px;
  border: 0.5px solid rgba(4, 119, 102, 1);
  border-radius: 35px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 500;
  color: rgba(35, 31, 32, 1);
}
/* .customeMargin-button .but-form{
  width: 140px;
  height: 50px;
  background: rgba(4, 119, 102, 1);
  border-radius: 35px;
  color: #fff;
  cursor: pointer;
} */
.card-option input {
  width: 20px;
  height: 20px;
}
/* .options label {
      display: block;
      background: #fff;
      padding: 15px;
      margin: 10px 0;
      border-radius: 8px;
      cursor: pointer;
      border: 2px solid transparent;
      box-shadow: 0px 2px 6px rgba(0,0,0,0.1);
      transition: 0.3s;
    } */
.options input:checked + label {
  border-color: #4c98af !important;
  background: #e9f9ee;
}
.options input:checked + .card-label {
  border-color: #007bff;
  background: #f0f8ff;
}
.btns {
  margin-top: 20px;
  display: flex;
  justify-content: space-between;
}
.customeMargin-button button {
  width: 140px;
  height: 50px;
  background: rgba(4, 119, 102, 1);
  border-radius: 35px;
  color: #fff;
  cursor: pointer;
}
.customeMargin-button button:disabled {
  background: #eee;
  cursor: not-allowed;
  color: #111;
}
.but-prev{
  background: none !important;
  border: 0.5px solid rgba(4, 119, 102, 1) !important;
  color: black !important;
}
/* ----------- */
/* ----------- */
/* تنسيق القائمة المنسدلة */
.custom-selects {
  width: 100%;
  position: relative;
}

.select-box {
 
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
   width: 100%;
  height: 50px;
  margin: 8px 0px;
  padding: 0px 16px;
  border-radius: 5px;
  outline: none;
  border: 1px solid rgba(153, 153, 153, 0.4);
}

/* .select-box:hover {
  border-color: #888;
} */

.select-text {
 color: rgba(149, 158, 173, 1) !important;
  font-size: 16px;
}

.icons {
  width: 8px;
  height: 8px;
  border-left: 2px solid rgba(20, 27, 52, 1);
  border-bottom: 2px solid rgba(20, 27, 52, 1);
  transform: rotate(-45deg);
  transition: transform 0.3s ease;
}

/* إخفاء الخيارات */
.options-list {
  list-style: none;
  padding: 0;
  margin: 0;
  position: absolute;

  width: 100%;
  box-shadow: 0px 4px 16px 0px #CCCCCC40;
  background-color: #fff;
  /* border: 2px solid #ccc; */
  
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.5s ease;
  z-index: 100;
  top: 65px;

}

.options-list.show {
  max-height: 150px; /* الحد الأقصى لارتفاع القائمة */
  overflow-y: auto;  /* السماح بالتمرير العمودي */
}

.option-items {
  padding:10px 20px !important;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.option-items:hover {
  background-color: #f1f1f1;
  color: #111;
}


.options-list.show::-webkit-scrollbar {
  width: 4px; /* عرض شريط التمرير */
  background: #eee !important;
  cursor: pointer;
}

.options-list.show::-webkit-scrollbar-thumb {
  background-color: #00FFD4 !important; /* لون المقبض */
  border-radius: 10px; /* حواف دائرية */
 /* إضافة حواف للمقبض */
}
.upload-image {
  display: flex;
  gap: 20px;
  margin: 20px 0px;
}

/* كارد الرفع */
.card-upload {
  width: 250px;
  height: 250px;
  padding: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  background: #fafafa;
  border: 0.5px solid #d8d8d8;
  border-radius: 12px;
}

.card-upload img {
  width: 30px;
  height: 30px;
  margin-bottom: 10px;
}

.card-upload p {
  color: #828282;
  font-size: 14px;
  margin: 5px 0px;
  text-align: center;
}

.card-upload button {
  background: #047766;
  width: 150px;
  height: 40px;
  border-radius: 25px;
  color: #fff;
  border: none;
  outline: none;
  margin-top: 10px;
  cursor: pointer;
  transition: 0.3s;
}
.card-upload button:hover {
  background: #03594d;
}

/* كارد المعاينة */
.card-view-image-upload {
  width: 250px;
  height: 250px;
  background: #fdfdfd;
  border: 1px dashed #ccc;
  border-radius: 12px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  overflow: hidden;
}

.card-view-image-upload img {
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
  border-radius: 12px;
}

.card-view-image-upload button {
  position: absolute;
  top: 8px;
  right: 8px;
  background: rgba(0, 0, 0, 0.6);
  border: none;
  color: #fff;
  padding: 5px 10px;
  border-radius: 6px;
  cursor: pointer;
  font-size: 12px;
}

.card-done{
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 50px 0px;
}
.card-done h4{
  margin: 20px 0px;
  font-weight: 600;
  font-size: 25px;
}
.card-done p{
  width:50%;
  margin: 20px auto;
  text-align: center;
  color: rgba(149, 158, 173, 1);
  font-size: 15px;
  line-height: 30px;
}
.storeng-text{
  color: #03594d !important;
  font-weight: 600;
}
.back-page{
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgba(4, 119, 102, 1) !important;
  font-weight: 600;
}
.back-page i{
  font-size: 24px;
}
.card-member{
  width: 100%;
  background: rgba(255, 255, 255, 0.5);
  border: 0.5px solid rgba(212, 210, 227, 1);
  border-radius: 10px;
  padding: 20px;
  margin: 15px 0px;
}
.flex-art-card-member{
  display: flex;
  align-items: center;
  
}
.flex-art-card-member .info-member{
  margin: 0px 20px;
}
.gellery-bigs{
  width: 100%;
  height: 400px;
  border-radius: 15px;
}
.gellery-small{
  width: 100%;
  height: 250px;
   border-radius: 15px;
}
.customeMargin-service{
  margin-top: 20px;
}

.myImageSwiper {
  width: 100%;
  height: 500px;
  border-radius: 15px;
  overflow: hidden;
  position: relative;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.2);
}

.myImageSwiper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.myImageSwiper .swiper-pagination {
  bottom: 15px !important; /* يخلي النقط داخل الصورة */
}

.myImageSwiper .swiper-pagination-bullet {
  background: rgba(255, 255, 255, 0.7);
  opacity: 1;
}

.myImageSwiper .swiper-pagination-bullet-active {
  background: #00c896; /* لون مميز للنقطة الفعالة */
}
.content-invest{
  padding: 25px;
}
.content-invest h4{
  font-size: 32px;
  color: rgba(18, 17, 39, 1);
  font-weight: 700;
}
.content-invest p{
  color: rgba(18, 17, 39, 0.56);
  margin: 20px 0px;
  line-height: 30px;
}
.content-invest a{
  background: rgba(4, 119, 102, 1);
  width: 150px;
  height: 50px;
  display: block;
  border-radius: 45px;
  color: rgba(255, 255, 255, 1);
  text-align: center;
  line-height: 50px;
}
.Investments-section{
  margin: 150px 0px;
}

/* الأسهم */
.myImageSwiper .swiper-button-next,
.myImageSwiper .swiper-button-prev {
  color: #fff;
  background: rgba(4, 119, 102, 1);
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.3s ease;
}

.myImageSwiper .swiper-button-next:hover,
.myImageSwiper .swiper-button-prev:hover {
  background: rgba(0, 0, 0, 0.7);
}

.myImageSwiper .swiper-button-next::after,
.myImageSwiper .swiper-button-prev::after {
  font-size: 18px;
}
.card-investments{
  background: #fff;
  padding: 25px;
  border-radius: 10px;
}
.action-buttone-form{
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 30px 0px;
}
.action-buttone-form a{
  width: 150px;
  height: 50px;
  border: 0.5px solid rgba(4, 119, 102, 1);
  border-radius: 45px;
  text-align: center;
  line-height: 45px;
  color: rgba(72, 98, 132, 1);

}
.action-buttone-form button{
    width: 150px;
  height: 50px;
  border-radius: 45px;
  text-align: center;
  line-height: 45px;
  background: rgba(4, 119, 102, 1);
  color: #fff;
  border: none;
  outline: none;
}
.custome-log{
  width: 70% ;
  margin: auto !important;
}