html, body {
    height: 100%;
    max-width: 100%;
    font-family: 'Cairo',sans-serif !important;
    background-color: #f0f0f0;
    color: #1b233d;
  direction: rtl !important;
} 

.navbar{
  font-size: 1.1rem;
  font-weight: 700;
}
.me-auto {
    margin-left: auto !important;
    margin-right: 0 !important;
}

.about-daleel {
  display: flex;
  /* max-width: 700px; */
  margin: 40px auto;
  padding: 30px 25px;
  /* background: #f9f9f9; */
  border-radius: 12px;
  /* box-shadow: 0 8px 20px rgba(0,0,0,0.1); */
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  color: #333;
  line-height: 1.6;
  padding-top: 5vw;
  padding-bottom: 10vw;
}

.about{
    padding-inline-start: 35px;

  }

.about img{
    box-shadow: 0 8px 20px rgba(0,0,0,0.1); 
    border-radius: 5px;
  }

  .about h2 {
    font-size: 2rem;
    margin-bottom: 20px;
    color: #0057b7; /* لون أزرق هادئ */
    text-align: center;
    font-weight: 700;
  }

  .about p {
    font-size: 1.1rem;
    margin-bottom: 18px;
  }

  /* تحسين قابلية القراءة في الهواتف */
  @media (max-width: 600px) {
    .about-daleel {
      padding: 20px 15px;
    }
    .about-daleel h2 {
      font-size: 1.6rem;
    }
    .about-daleel p {
      font-size: 1rem;
    }
  }



.card {
    width: 400px;
    border-radius: 20px;
    background: #1b233d;
    padding: 5px;
    overflow: hidden;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 20px 0px;
    transition: transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    margin-top:20px ; 
    }

.card:hover {
    transform: scale(1.03);
}


.border{
    border: 0px !important;
}
.period-title{
    color: #f0f0f0;
    font-size: 1rem;
}
.card .top-section {
    height: 150px;
    border-radius: 15px;
    display: flex;
    flex-direction: column;
    background: linear-gradient(45deg, rgb(4, 159, 187) 0%, rgb(80, 246, 255) 100%);
    position: relative;
}

.card .top-section .border {
  border-bottom-right-radius: 10px;
  height: 30px;
  width: 130px;
  background: white;
  background: #1b233d;
  position: relative;
  transform: skew(-40deg);
  box-shadow: -10px -10px 0 0 #1b233d;
}

.card .top-section .border::before {
  content: "";
  position: absolute;
  width: 15px;
  height: 15px;
  top: 0;
  right: -15px;
  background: rgba(255, 255, 255, 0);
  border-top-left-radius: 10px;
  box-shadow: -5px -5px 0 2px #1b233d;
}

.card .top-section::before {
  content: "";
  position: absolute;
  top: 30px;
  left: 0;
  background: rgba(255, 255, 255, 0);
  height: 15px;
  width: 15px;
  border-top-left-radius: 15px;
  box-shadow: -5px -5px 0 2px #1b233d;
}

.card .top-section .icons {
  position: absolute;
  top: 0;
  width: 100%;
  height: 30px;
  display: flex;
  justify-content: space-between;
}

.card .top-section .icons .logo {
  height: 100%;
  aspect-ratio: 1;
  padding: 7px 0 7px 15px;
}

.card .top-section .icons .logo .top-section {
  height: 100%;
}

.card .top-section .icons .social-media {
  height: 100%;
  padding: 8px 15px;
  display: flex;
  gap: 7px;
}

.card .top-section .icons .social-media .svg {
  height: 100%;
  fill: #1b233d;
}

.card .top-section .icons .social-media .svg:hover {
  fill: white;
}





.nav-link{
    color: #1b233d !important;
}

.d-block{
    margin-inline-start: 5%;
    width: 25% !important;
    height: 25%;
}

.language{
    list-style-type: none;
    margin-bottom: 0 !important;
}

/* 
.carousel-bulit{
     z-index: 999; 
    margin-inline-start: 40%;
    margin-top: -300px;
    margin-bottom: 33px;
    padding: 0;
}

.bulit-container{
    display: flex;
    gap: 2px;
}
.bulit{
    width: 12vw !important;
    height: 5vw;
    background-color: rgb(140, 68, 42);
    border-radius: 5px;
    padding-block: 24px;
    background: linear-gradient(145deg, #f0493d, #3d1717);
    box-shadow: 
        inset 3px 3px 5px rgba(0, 0, 0, 0.1),
        inset -3px -3px 5px rgba(247, 179, 179, 0.8),
        5px 5px 15px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    text-align: center;
    color: #333;
}

.up , .bottom{
    margin-inline-start: 5vw ;
}
.middle{
    margin-block: 2px;

}

.bulit span{
    color: antiquewhite;
    align-items: center;
    font-size: 1.2rem;
    
}

.carousel-bulit h2{
    margin-inline-start: 18vw ;
    margin-bottom: 2vw;
}
.carousel-control-prev,
.carousel-control-next {
    background-color: rgba(255, 0, 0, 0.3); 
    width: 50px;
    height: 50px;
    border-radius: 50%;
    top: 50%;
    transform: translateY(-50%);
}

.carousel-indicators [data-bs-target] {
    background-color: brown;
} */

.target {
    margin-inline: 15px;
}

.daleel_system{
    width: 100%;
    height: 50vw;
}


.choose{
    text-align: center;
    font-size: 18px;
}

.table-success{
    display:none !important;
}

.green{
    color: #70d54b;
    
}

td {
    color: #f0f0f0;
    text-align: start;
}


.price{
    display: flex;
    margin-top: 15px;
    justify-content: center;
    direction: rtl !important;
}

.amount,.period{
    color: #1b233d;
}

.period{
    margin-top: 15px;
}

.riyal{
    color: #f0f0f0;
    width: 25px;
    height: 30px;
}
.bill{
  font-size: 1rem;
    color: #f0f0f0;
    text-align: center;
}

.del{
    position: absolute;
    margin-top: 22%;
    margin-inline-start: 70%;
    transform: rotate(-35deg); /* زاوية الدوران، يمكنك استخدام 45deg أو -45deg */
    transform-origin: center center;
}

.del h2{
    color: #635f5f;
}

.del{
    text-decoration-color: red;
}

.target{
    margin-bottom: 10px;
}


.contact{
    margin-top: 70px;
}

.send{
    margin-bottom: 70px !important;
}


.fixed-top { /* أو .navbar.sticky-top */
  z-index: 1050 !important; /* أو قيمة أعلى حسب الحاجة */
}



.solutions-body{
    display: flex !important;
    justify-content: space-evenly;
    margin-top: -3vw;
}

.block{
    background: linear-gradient(45deg, rgb(4, 159, 187) 0%, rgb(80, 246, 255) 100%);
    padding: 8px;
    width: 18rem;
    border: 2px solid #d90429;
}

.card-img-top{
    border-radius: 10px;
}  



.card-body{
    background: #1b233d;
    border-radius: 10px;
    margin-top: 5px;
    padding-block: 10px !important;
}

.set{
    border: 2px solid #d90429;
}


.card-body h5{
    color: #f0f0f0;
}

.solutions-title{
    margin-bottom: 3vw;
    font-size: 3rem;
    text-align: center;
}



.solutions{
    padding-block: 7vw;
}

.me-3 :hover{
    transform: scale(1.03);
}

.system{
    padding-top: 7vw;
    /* padding-bottom: 3vw; */
}




.pack{
    padding-top: 4vw;
    padding-bottom: 4vw;
}



.packages{
    display: flex;
    margin-inline-start: 20%;
    gap: 15%;
}


.pack-title{
    font-size: 3rem;
    text-align: center;
}
/* #################################### */

.daleel-intro {
  max-width: 800px;
  margin-top: -25vw;
  margin-inline-start: 45%;
  /* margin: 40px auto; */
  padding: 30px;
  /* background: #f9f9f9;
  border-radius: 16px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
  font-family: "Segoe UI", sans-serif; */
  color: #333;
  line-height: 1.7;
}

.daleel-intro h2 {
  font-size: 28px;
  color: #2a4d8f;
  margin-bottom: 20px;
  font-weight: 700;
  text-align: center;
}

.daleel-intro p {
  font-size: 17px;
  margin-bottom: 20px;
}

.daleel-intro strong {
  color: #1a2a44;
}

.daleel-intro .features {
  list-style: none;
  padding: 0;
  margin: 20px 0;
}

.daleel-intro .features li {
  font-size: 16px;
  margin: 4px 0;
  padding-inline-start: 26px;
  position: relative;
}

.daleel-intro .features li::before {
  content: '✔';
  color: #2db37d;
  font-weight: bold;
  position: absolute;
  left: 0;
  top: 0;
}


.vat{
  text-align: center;
}

#scrollspyHeading3{
  direction: ltr !important;
}



#scrollspyHeading4{
  direction: ltr !important;
}


.system {
  direction: ltr !important;
}
