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

  .about-daleel {
    display: flex;
    margin: 40px auto;
    padding: 30px 25px;
    border-radius: 12px;
    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;
    font-weight: 800;
    margin-top: -5%;
}
.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: 30%;
  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;
}


.card-text td{
  padding-block: 6px !important;
}


.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;
}



.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: 3%;
    justify-content: center;
}

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

.period{
    margin-top: 15px;
}

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

.del{
    position: absolute;
    margin-top: 22%;
    margin-inline-start: 70%;
    transform: rotate(-35deg); 
    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 { 
  z-index: 1050 !important; 
}



.solutions-body{
    display: flex !important;
    gap:3%;
    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-top: 10vw !important;
    padding-bottom: 3vw;
}

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

.system{
    display: flex;
    padding-top: 10vw !important;
}




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



/* .packages{
    display: flex;
    margin-inline-start: 20%;
    gap: 1%;
} */


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

/* 
.daleel-intro {
  max-width: 800px;
  margin-top: -25vw;
  margin-inline-start: 45%;
  padding: 30px;
  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;
}

.subscription{
  padding-bottom: -3vw !important;
  margin-bottom: -3vw !important;
}

.lead, .alert{
  padding-block: 0 !important;
  margin-block: 0 !important;
}

.vat{
  text-align: center;
  color: #d90429;
}


.discount-badge {
  position: absolute; 
  top: 100px; 
  left: 15px; 
  background-color: #e74c3c; 
  color: #ffffff;
  padding: 5px 10px; 
  border-radius: 5px;
  font-size: 14px;
  font-weight: bold;
  z-index: 10; 
}



#checkboxInput {
  display: none;
}


.toggleSwitch {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 120px;
  height: 44px;
  background-color: rgb(153, 197, 151); 
  border-radius: 22px;
  cursor: pointer;
  transition: background-color .3s ease;
  box-sizing: border-box;
  user-select: none;
}


.toggleSwitch::after {
  content: "";
  position: absolute;
  height: 36px;
  width: 36px;
  top: 4px;
  left: 4px;
  background: white;
  border-radius: 50%;
  transition: transform .3s ease;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  z-index: 2;
}


#checkboxInput:checked + .toggleSwitch {
  background-color: #8ac926;
}


#checkboxInput:checked + .toggleSwitch::after {
  transform: translateX(72px);
}


.toggleSwitch span {
  position: absolute;
  width: 100%;
  text-align: center;
  font-size: 14px;
  font-weight: bold;
  transition: opacity 0.3s ease;
  z-index: 1;
  color: white;
  margin-inline-start: 20px;
}


.toggleSwitch .monthly {
  opacity: 0;
}

#checkboxInput:checked + .toggleSwitch .monthly {
  opacity: 0;
}

#checkboxInput:checked + .toggleSwitch .annual {
  opacity: 1;
  margin-inline-start: -20px;
}


#checkboxInput:not(:checked) + .toggleSwitch {
  background-color: rgb(4, 159, 187); 
}

#checkboxInput:not(:checked) + .toggleSwitch::after {
  transform: translateX(0);
}

#checkboxInput:not(:checked) + .toggleSwitch .monthly {
  opacity: 1;
}

#checkboxInput:not(:checked) + .toggleSwitch .annual {
  opacity: 0;
}

