/* Resetting styles */
* {
  padding: 0;
  margin: 0;
  font-family: "Cairo", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  /* Default weight */
  font-style: normal;
  font-variation-settings: "slnt" 0;
}

:root {
  --main-color: #33ff66;
}

body {
  background-color: #0d2f2b;
  position: relative;
  overflow-x: hidden;
}

button {
  transition: 1s;
}

button:hover {
  transform: scale(0.9);
}

/* Navbar styles */
.customNavbar .container-fluid {
  display: flex;
  flex-direction: row-reverse;
}

.customNavbar .mainIcon {
  max-height: 80px;
  height: auto;
  width: auto;
}

.customNavbar div#navbarText {
}

@media (min-width: 992px) {
  .customNavbar div#navbarText {
    display: flex !important;
    flex-direction: row-reverse;
    align-items: center;
    justify-content: space-between;
  }

  .customNavbar div#navbarText .navbar-nav {
    flex-direction: row-reverse;
  }
}

/* Main backgrounds */
.mainBackgrounds {
  position: fixed; /* بدل absolute */
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh; /* يغطي الشاشة */
  display: flex;
  flex-direction: column;
  align-items: center;
  z-index: -1;
  overflow: hidden;
}

.mainBackgrounds img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Slide styles */
.slide {
  background-color: rgb(46, 46, 46);
  margin: 5px 0;
  padding: 5px 0;
  position: relative;
}

.slide .content {
  display: flex;
  gap: 7px;
  flex-direction: row-reverse;
  align-items: center;
  background-color: rgb(78, 78, 78);
  border-radius: 10px;

  justify-content: space-around;
  font-size: small;
  height: 30px;
}

@media (max-width: 1024px) {
  .slide .content {
    font-size: x-small;
  }
}

@media (max-width: 768px) {
  .slide .content {
    justify-content: space-evenly;
    height: auto;
    padding: 10px;
    gap: 3px;
    font-size: 12px;
  }

  .slide .content div {
    justify-content: center;
    font-size: 12px;
  }

  .arrowPercent {
    gap: 5px;
  }

  .arrowPercent .icon i {
    font-size: 14px;
  }

  .rateSection .mainSTitle {
    font-size: 2.5rem;
    text-align: center;
  }

  .tr-btn-custom {
    margin-bottom: 1rem;
  }

  .slider-flag {
    object-fit: contain !important;
  }
}

.slide .content .arrowPercent {
  display: flex;
  flex-direction: row-reverse;
}

.slide .content div {
  color: white;
  display: flex;
  align-items: center;
  height: 100%;
  font-size: x-small;
  text-align: center;
}

.slide .content .green .val {
  color: #19c82d;
}

.slide .content .red .val {
  color: #c21919;
}

/* Section titles */
.mainSTitle {
  color: white;
  padding: 50px 10px;
  display: flex;
  flex-direction: column;
  font-size: 3rem;
  justify-content: space-between;
  align-items: flex-end;
  gap: 10px;
}

.mainSTitle .disc {
  font-size: 1.5rem;
  opacity: 0.7;
}

.freeTryBtn {
  font-size: 1.2rem;
  color: white;
  transition: 0.5s;
  padding: 10px 40px;
  border-radius: 15px;
  background-image: linear-gradient(91deg, var(--main-color), transparent);
  border: none;
}

/* Table styles */
.conTable .dt-container {
  width: 100%;
  color: white;
  direction: rtl;
  background-color: rgba(32, 32, 32, 0.79);
  font-size: x-small;
  margin-bottom: 3rem;
}

.conTable {
  display: flex;
  flex-direction: row-reverse;
}

.conTable .dt-length label,
.conTable .dt-length select {
  display: none;
  /* Hiding length label and select */
}

.conTable .dt-container .thName {
  text-align: right;
  white-space: normal;
  width: 100%;
}

.not-achieved {
  color: #ff4d4d;
  font-weight: bold;
  text-shadow: 0 0 8px rgba(255, 0, 0, 0.7);
}

.achieved {
  color: #4dff88;
  font-weight: bold;
  text-shadow: 0 0 8px rgba(0, 255, 100, 0.5);
}

.negative {
  color: #ff4d4d;
  font-weight: bold;
}

.positive {
  color: #4dff88;
  font-weight: bold;
}

/* About us section styles */
.aboutUsSection .mainTitle,
.newsSction .mainTitle {
  text-align: center;
  color: var(--main-color);
  font-size: 2.5rem;
  display: flex;
  justify-content: space-around;
  margin: 25px 0px;
  position: relative;
}

.aboutUsSection {
  position: relative;
}

.slider-oval-img {
  position: absolute;
  bottom: -20px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  max-width: 100%;
  height: auto;
  z-index: 0;
  pointer-events: none;
}

.aboutUsSection .textSection {
  direction: rtl;
  padding-right: 10px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.aboutUsSection .textSection .con {
  display: flex;
  gap: 10px;
  align-items: center;
  color: white;
}

.aboutUsSection .textSection .con .num {
  font-size: xx-large;
}

.aboutUsSection .textSection .btns button {
  width: 25%;
  height: 50px;
  border-radius: 10px;
  border: none;
  color: white;
  background-image: linear-gradient(88deg, #33ff66, #0d2f2b) !important;
  font-weight: bold;
}

.dashs {
  position: absolute;
  width: 12%;
  height: 10px;
  bottom: -3px;
  display: flex;
  justify-content: space-around;
  align-items: flex-end;
}

.chest {
  height: 3px;
  border-radius: 10px;
  background-color: var(--main-color);
}

.dashs .chest:nth-child(1) {
  width: 100%;
}

/* .dashs .chest:nth-child(2) {
  width: 20%;
}

.dashs .chest:nth-child(3) {
  width: 35%;
} */

.aboutUsSection .powerSction.row {
  background-color: #193936;
  color: white;
  margin: 10px auto;
  border-radius: 10px;
  max-width: 500px;
  min-height: 300px;
  display: flex;
  justify-content: space-between;
  gap: 10px;
  flex-wrap: nowrap; /* يمنع العناصر تلف */
}

.aboutUsSection .powerSction.row .prog-col {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  width: 32%; /* تحكم يدوي في الحجم عشان تلاته جنب بعض */
}

.aboutUsSection .powerSction.row .prog-col .progBar {
  background-color: rgba(51, 255, 194, 0.5);
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
  display: flex;
  align-items: flex-end;
  position: relative;
  width: 60%;
}

.aboutUsSection .powerSction.row .prog-col .progBar .bar {
  position: absolute;
  width: 100%;
  background-color: #1e8b45;
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
}

.aboutUsSection .powerSction.row .prog-col .dis {
  text-align: center;
  margin-bottom: 10px;
}

.aboutUsSection .powerSction.row .prog-col .dis .num {
  color: #52cd3a !important;
}

@media (max-width: 768px) {
  .aboutUsSection .powerSction.row {
    flex-wrap: nowrap;
    overflow-x: auto;
  }
}

.cards {
  position: relative;
}

.cards::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: -1;
}

.cards .mainTitle {
  text-align: center;
  color: #33ffc2;
  font-size: 2.5rem;
  text-align: center;
}

/* .cards .conCards {
  display: flex;
  justify-content: space-evenly;
  padding: 20px;
  border-radius: 10px;
  margin-bottom: 50px;
} */

.cards .conCards .Card {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.cards .conCards .Card button {
  background-image: linear-gradient(88deg, #000000, #7f4c1a 25%);
  border: none;
  border-radius: 5px;
  color: white;
  padding: 5px;
  font-size: small;
  font-weight: bold;
}

.cards .conCards .Card button:hover {
  background-image: linear-gradient(88deg, #0c0c0c, #3d3d3d 25%);
}

.mid-btn {
  background-image: linear-gradient(91deg, var(--main-color), #000) !important;
}

.cards .conCards .v {
  height: 230px;
}

.cards .conCards img {
  height: 300px;
}

.cards p {
  font-size: 1.1rem;
}

.cards .slider-oval-img {
  bottom: 27% !important;
}

.newsSction .slider-oval-img {
  bottom: 60% !important;
}

/* End of aboutUsSection */
/* newsSction */
.newsSction .conNews {
  direction: rtl;
  display: flex;
  gap: 15px;
  flex-direction: column;
  color: white;
}

.news-ar {
  display: inline-block;
  padding: 10px 20px;
  background-color: #1e8b45;
  border: 1px solid var(--main-color);
  color: white;
  border-radius: 25px;
  text-align: center;
  cursor: pointer;
  transition: background-color 0.3s ease, transform 0.2s ease;
  /* max-width: 30%; */
  width: auto;
  white-space: nowrap;
}

.news-ar:hover {
  background-color: #175e30;
  transform: scale(1.05);
}

.btn-dis {
  background-color: #0d2f2b;
}

.btn-dis.btn-null {
  border: none !important;
}

.btn-dis:hover {
  background-color: #1e8b45;
  transform: scale(1.05);
}

.newsSction .conNews .sNave {
  height: 32px !important;
  align-items: center;
}

.newsSction .conNews .sNave button {
  border-radius: 10px;
  background-color: #191919;
  color: white;
  padding: 7px 15px;
  font-size: small;
  border: none;
}

.newsSction .conNews .sNave button:hover {
  background-color: #000;
  border: 1px solid #814e1a;
}

.newsSction .conNews .news {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.newsSction .conNews .news p,
.newsSction .conNews .news a {
  font-size: small;
}

.newsSction .conNews .news a {
  color: green;
}

.newsSction .conNews .news .title {
  display: flex;
  gap: 10px;
  align-items: center;
}

.newsSction .conNews .news .title span {
  display: flex;
  align-items: center;
}

.newsSction .conNews .news .title span::after {
  content: "";
  height: 80%;
  position: absolute;
  width: 2px;
  background-color: white;
  left: -5px;
}

.newsSction .conNews .news .title::after {
  content: "";
  width: 100%;
  position: absolute;
  height: 2px;
  border-radius: 20px;
  background-color: #dcdcdc61;
  bottom: -5px;
  right: 0;
}

.newsSction .mainConn {
  backdrop-filter: blur(31px);
  padding-top: 25px;
}

.newsSction .bgS {
  position: absolute;

  height: 65%;
  background-image: linear-gradient(45deg, #0c0702, #231406);
  width: 50%;
  border-radius: 100%;
  z-index: -1;
  top: 30%;
}

.newsSction .col-md-4 .imag {
  padding: 10px;
  background-color: #191919;
  border-radius: 10px;
}

.newsSction .col-md-4 .imag img {
  width: 100%;
  object-fit: contain;
}

/* end newsSction */
/* footer */
.footerSection {
  margin-top: 100px;
  background-color: #07201d;
}

.footerSection .contactUS {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 5px;
  color: white;
}

.footerSection .contactUS button {
  border: none;
  padding: 5px 15px;
  border-radius: 15px;
  font-size: medium;
  font-weight: bold;
  background-color: #fff;
}

.footerSection .contactUS .email {
  display: flex;
  gap: 10px;
}

.footerSection .contactUS .email a {
  color: white;
}

.footerSection .logoAndDis {
}

.footerSection .logoAndDis .dis {
  font-size: small;
  text-align: end;
  color: white;
}

.footerSection .logoAndDis .logo {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.footerSection .copy {
  text-align: center;
  font-size: xx-small;
  margin-top: 50px;
  position: relative;
}

.footerSection .copy a {
  text-decoration: none;
  color: white;
  opacity: 0.7;
  font-size: 1rem;
}

.footerSection .copyLine {
  content: "";
  position: absolute;
  top: 0px;
  background-color: #dcdcdc79;
  width: 100%;
  height: 3px;
  border-radius: 10px;
}

/* endfooter */
/* modal */
.startNowModal button.btn-close.m-0 {
  position: absolute;
  top: 5px;
  right: 10px;
}

.startNowModal .modal-content {
  color: white;
  background-color: #030303;
  direction: rtl;
}

.startNowModal .modal-body {
  padding: 50px;
}

.startNowModal .modal-body form {
  background-color: #101010;
  padding: 20px;
  border-radius: 10px;
}

.startNowModal input {
  background-color: #262626 !important;
  outline: unset;
  border: none;
  color: white !important;
  text-align: right;
}

.startNowModal .btns {
  display: flex;
  align-items: center;
  justify-content: space-around;
  background-color: white;
  height: 30px;
  border-radius: 6px;
}

.startNowModal .btns button {
  width: 51%;
  position: absolute;
  border: none;
  border-radius: 5px;
  height: 30px;
  font-size: small;
  font-weight: bold;
}

.startNowModal .btns button:hover {
  transform: unset;
}

.startNowModal .btns button.registrBtn {
  left: 0px;
}

.startNowModal .btns button.loginBtn {
  right: 0;
}

.startNowModal .btns .activeBtn {
  background-color: #262626;
  color: #7a7a7a;
  z-index: 1;
}

.startNowModal .mb-3.position-relative {
  display: flex;
  align-items: center;
}

.startNowModal .mb-3.position-relative span {
  position: absolute;
  left: 10px;
  cursor: pointer;
}

.startNowModal .tryBTN {
  background-image: linear-gradient(90deg, #33ff66, #0d2f2b);
  width: 50%;
  translate: -50% 0%;
  border: none;
  border-radius: 7px;
  height: 35px;
  color: white;
}

.startNowModal .form-check {
  margin: 35px 0px;
}

.startNowModal label.form-check-label {
  font-size: xx-small;
  opacity: 0.5;
}

.packageModal .btn-close {
  position: absolute;
  right: 10px;
  top: 15px;
}

.packageModal .btnsNav {
  display: flex;
  justify-content: flex-end;
  gap: 30px;
  margin-bottom: 20px;
}

.packageModal .btnsNav .btnPackage {
  color: #dcdcdc85;
  background-color: #252525;
  font-size: small;
  padding: 5px 15px;
  border-radius: 6px;
  border: none;
}

.packageModal .cards {
  direction: rtl;
  display: flex;
  justify-content: space-around;
}

.packageModal .cards .packageCard {
  border: 1px solid #de822578;
  border-radius: 10px;
}

.packageModal .cards .titlePackage {
  background-image: linear-gradient(88deg, #33ff66, #0d2f2b) !important;
  display: flex;
  align-items: center;
  color: white;
  font-weight: bold;
  justify-content: space-around;
  padding: 10px;
  border-radius: 10px 10px 0px 0px;
}

.packageModal .cards .bodyPackage {
}

.packageModal .cards .bodyPackage .diss {
  width: 90%;
  border-bottom: 1px solid #fff;
  text-align: center;
}

/* 
.packageModal .cards .bodyPackage .dis1 .nums span {
    background-image: linear-gradient(181deg, #f08c29 30%, #150c04 70%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
} */

.packageModal .cards .bodyPackage .dis2 {
}

.packageModal .cards .bodyPackage .dis3 {
}

.packageModal .packageCard .enroll {
  padding: 5px 15px;
  border: none;
  border-radius: 10px;
  background-color: #262626;
  color: white;
}

.packageModal .packageCard .enroll:hover {
  transform: scale(0.9);
}

.btnsNav .active {
  color: var(--main-color) !important;
  background-color: #101010 !important;
  border: 1px solid var(--main-color) !important;
}

.packageModal .modal-content,
#RModal .modal-content {
  background-color: #101010;
  color: white;
}

#RModal .modal-content {
  padding: 10px 30px;
}

#RModal .modal-content .btn-close {
  align-self: flex-end;
  background-color: red;
}

#RModal .modal-content h2 {
  color: #33ff66;
  font-weight: bold;
}

span.removeSale {
  color: #9b4243;
  font-weight: bold;
  padding: 5px;
  position: relative;
}

span.removeSale::after {
  content: "";
  position: absolute;
  height: 1px;
  width: 100%;
  right: 0;
  background-color: #9b4243;
  rotate: 195deg;
  top: 50%;
}

/* end modal */
/* chat */

/* أيقونة الشات */
#chat-icon {
  position: fixed;
  bottom: 20px;
  left: 20px;
  background-color: #007bff;
  color: white;
  font-size: 24px;
  padding: 15px;
  border-radius: 50%;
  cursor: pointer;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}

/* نافذة الشات */
#chat-box {
  border-radius: 13px;
  border: 1px solid white;
  display: flex;
  flex-direction: column;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  align-items: center;
}

.hidden {
  display: none;
}

#chat-header {
  background-color: #282828;
  color: white;
  padding: 10px;
  display: flex;
  justify-content: space-around;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  width: 100%;
}

#close-chat {
  background: none;
  border: none;
}

#chat-messages {
  height: 200px;
  overflow-y: auto;
  padding: 10px;
  width: 100%;
}

#chat-input {
  padding: 10px;
  border-top: 1px solid white;
  width: 100%;
}

.ask.col-md-5 {
  text-align: center;
  background-color: #282828;
  color: white;
  border-radius: 13px;
  font-size: 0.6rem;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: space-around;
  transition: 0.5s;
  cursor: pointer;
}

.ask.col-md-5:hover {
  transform: scale(0.9);
}

/* end chat */
.V1 {
  width: 100%;
  height: auto;
  min-height: 100%;
  max-height: 100%;
  object-fit: contain;
}

img.flag {
  height: 30px;
  object-fit: contain;
  width: 30px !important;
  margin: 0px 0px 0px 6px;
}

.revS {
  text-align: center;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  color: white;
  cursor: pointer;
}

.revS img {
  border-radius: 100%;
  margin-bottom: 1rem;
  width: 100px !important;
}

.review-avatar {
  width: 56px !important;
  height: 56px !important;
  border-radius: 50%;
  object-fit: cover;
  display: block;
  flex-shrink: 0;
  background-color: #e9ecef;
}

@media (max-width: 576px) {
  .review-avatar {
    width: 48px;
    height: 48px;
  }
}

.review-avatar {
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
  border: 2px solid rgba(255, 255, 255, 0.06);
}

.review-card .user-info h5 {
  color: rgba(243, 255, 246, 1);
  font-size: 1.3rem;
  font-weight: 600;
}

.review-card .user-info h6 {
  color: rgba(47, 207, 87, 1);
  font-size: 1rem;
  font-weight: 500;
}

.review-line {
  border: none;
  border-top: 2px solid #fff;
  width: 40%;
}

.review-stars img {
  width: 24px !important;
  height: 24px !important;
  margin: 0 2px;
}

.review-text {
  font-size: 0.9rem;
  color: #c9c9c9;
  line-height: 1.6;
  margin-top: 1rem;
}

/* Custom Audio Player Styling */
.custom-audio-player {
  display: inline-block;
  background-color: #2f4f4f;
  border-radius: 50px;
  padding: 8px 15px;
  width: 280px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.player-controls {
  display: flex;
  align-items: center;
  gap: 15px;
}

.play-pause-btn {
  background-color: #483d8b;
  border: none;
  border-radius: 50%;
  width: 45px;
  height: 45px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  padding: 0;
  flex-shrink: 0;
}

.play-pause-btn svg {
  fill: #ffffff;
  width: 24px;
  height: 24px;
}

.waveform {
  flex-grow: 1;
  display: flex;
  align-items: center;
  height: 30px;
  gap: 2px;
  overflow: hidden;
}

.waveform-bar {
  background-color: #bdc3c7;
  width: 3px;
  height: 10%;
  border-radius: 5px;
  transition: height 0.3s ease;
}

.duration {
  color: #bdc3c7;
  font-family: sans-serif;
  font-size: 14px;
  font-weight: 500;
  white-space: nowrap;
}

.audio-element {
  display: none;
}

.custom-audio-player.playing .waveform-bar {
  animation: wave-animation 1.2s infinite ease-in-out;
}

.waveform-bar:nth-child(2) {
  animation-delay: -1.1s;
}
.waveform-bar:nth-child(3) {
  animation-delay: -1s;
}
.waveform-bar:nth-child(4) {
  animation-delay: -0.9s;
}
.waveform-bar:nth-child(5) {
  animation-delay: -0.8s;
}
.waveform-bar:nth-child(6) {
  animation-delay: -0.7s;
}
.waveform-bar:nth-child(7) {
  animation-delay: -0.6s;
}
.waveform-bar:nth-child(8) {
  animation-delay: -0.5s;
}

@keyframes wave-animation {
  0% {
    height: 10%;
  }
  50% {
    height: 100%;
  }
  100% {
    height: 10%;
  }
}

.js-copyright-label {
  display: none !important;
}

.contactModal {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 11;
  top: 0;
  background-color: #28282870;
  color: white;
  font-size: 4rem;
  display: flex;
  justify-content: space-around;
  align-items: center;
}

.btnsChat button {
  color: white;
  transition: 0.5s;
}

.gradient-border {
  /* background: linear-gradient(88deg, #f9912a, #72400f); */
  padding: 2px;
  border-radius: 10px;
  display: inline-block;
  width: fit-content;
}

.gradient-border .inner {
  background: #0a0500;
  border-radius: 10px;
  padding: 6px 12px;
  color: white;
  border: none;
  display: inline-block;
  white-space: nowrap;
  width: auto;
}

.tr-btn {
  background: transparent !important;
  border: 1px solid var(--main-color) !important;
}

.tr-btn-custom {
  background: transparent !important;
  border: 1px solid var(--main-color) !important;
  color: #fff;
  font-weight: 600;
  padding: 10px 25px;
  border-radius: 8px;
  transition: all 0.3s ease;
}

.tr-btn-custom:hover {
  background: var(--main-color) !important;
  color: #000 !important;
  transform: translateY(-2px);
}

.custom-link-btn {
  display: inline-block;
  min-width: 160px;
  text-align: center;
  text-decoration: none;
}

.navbar .dropdown-menu {
  background-color: #0d2f2b;
  border: 1px solid var(--main-color);
  border-radius: 10px;
  padding: 10px;
  min-width: 220px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
}

.navbar .dropdown-item {
  color: #fff;
  font-weight: 600;
  padding: 10px 15px;
  border-radius: 6px;
  margin-bottom: 1rem;
  transition: all 0.3s ease;
}

.navbar .dropdown-item:hover {
  background-color: var(--main-color);
  color: #fff;
}

.navbar .dropdown-toggle::after {
  margin-right: 0.35em;
  margin-left: 0;
  order: 2;
}

.navbar .dropdown-toggle {
  display: inline-flex;
  align-items: center;
  flex-direction: row-reverse;
}

.tr-btn-custom {
  border: 1px solid var(--main-color);
  background: transparent;
  color: var(--main-color);
  font-weight: 600;
  border-radius: 8px;
  transition: all 0.3s ease;
}

.tr-btn-custom:hover {
  background: var(--main-color);
  color: #fff;
}

.bkLink {
  background-image: linear-gradient(88deg, #33ff66, #0d2f2b) !important;
}

.coloerWord {
  color: var(--main-color);
}

.main-info {
  text-align: right;
}

@media (max-width: 768px) {
  .dt-layout-table .dt-layout-cell {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

  #mainTable {
    width: 100% !important;
    min-width: 600px;
  }
}

.slider-flag {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  max-width: 60px;
  object-fit: cover;
  z-index: 10;
  pointer-events: none;
}

.owl-carousel3 {
  padding-right: 60px;
  position: relative;
  z-index: 1;
}

/* Sidebar */
.social-sidebar {
  position: fixed;
  left: 0;
  top: 30%;
  z-index: 9999;
  transform: translateX(-100px);
  transition: transform 0.4s ease;
}
.social-sidebar:hover {
  transform: translateX(0);
}
.social-sidebar ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.social-sidebar li {
  background: transparent;
  color: #fff;
  padding: 10px 20px;
  margin: 5px 0;
  border-radius: 0 30px 30px 0;
  display: flex;
  align-items: center;
  gap: 10px;
}

.social-sidebar li:hover {
  background-image: linear-gradient(88deg, #33ff66, #0d2f2b) !important;
}

.social-sidebar li a {
  color: #fff;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-width: 100%;
}
.social-sidebar li a i {
  font-size: 1.6rem;
}
.social-sidebar li span {
  white-space: nowrap;
  opacity: 0;
  transition: opacity 0.3s ease;
}
.social-sidebar:hover li span {
  opacity: 1;
}

@media (max-width: 991.98px) {
  .social-sidebar {
    display: none !important;
  }
}

/* 3. موبايل سايدبار */
.sidebar-toggle {
  position: fixed;
  left: 10px;
  bottom: 30px;
  z-index: 9999;
  padding: 10px;
  border-radius: 10px;
  color: #fff;
  font-size: 1.2rem;
  cursor: pointer;
  border: none;
}

.mobile-sidebar {
  position: fixed;
  left: 10px;
  bottom: 80px;
  z-index: 9998;
  display: none;
  flex-direction: column;
  gap: 10px;
}

.mobile-sidebar.open {
  display: flex;
}

.mobile-sidebar a {
  background-image: linear-gradient(88deg, #33ff66, #0d2f2b) !important;
  color: #fff;
  padding: 10px 15px;
  border-radius: 10px;
  font-size: 1.2rem;
  text-align: center;
  display: inline-block;
  transition: 0.3s;
}

.mobile-sidebar a:hover {
  transform: scale(0.95);
}

@media (min-width: 992px) {
  .sidebar-toggle,
  .mobile-sidebar {
    display: none !important;
  }
}

/* Edits */
/* نحافظ على شكل الكاردات */
.conCards.is-slider .Card {
  width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
}

/* تثبيت ارتفاع الصور */
.conCards.is-slider .Card img {
  width: 100% !important;
  height: 300px !important;
  object-fit: cover !important;
  border-radius: 0.75rem;
}

/* إلغاء أي padding مضاف من السلايدر */
.conCards.is-slider .owl-stage {
  display: flex;
  align-items: stretch;
}

.conCards.is-slider .owl-stage-outer {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

/* المسافة بين الكروت */
.conCards.is-slider .owl-item {
  margin-right: 10px !important; /* تقدر تزودها أو تقللها */
}

/* أسهم السلايدر */
.owl-carousel .owl-nav button {
  background: none !important;
  border: none !important;
  font-size: 1.5rem;
  color: #fff !important;
}

.owl-carousel .owl-nav button:hover {
  color: #33ff66 !important;
}
