:root {
  --main-color: #334a95;
  --second-color: #90c440;
  --third-color: #2a9ed9;
  --fourth-color: #4d61a7;
  --fifth-color: #8c96c7;
  --six-color:#abd470;
  --white-color:white;
  --black-color:black;
  --background-color: #b5bfd9;
  --background-color-filter: rgba(192, 192, 192, 0.4) !important;
  --placeholder-color: #a1a1a1;
}
@media (max-width: 576px) {

}
@media (max-width: 992px) {
  /* .hero-slider .item {
    position: relative;
    height: 60vh;
    width: 100% !important;
    margin: 0 auto;
  } */
  .dropdown-menu {
    display: none;
  }
  .dropdown-menu.show {
    display: block;
  }
}
@media (max-width: 768px) {
  .about img{
    height: 300px;
  }

  .custom-img {
    width: 100% !important;
    height: 100vh;
    object-fit: cover;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }

  .slider-content{
    width: 100% !important;
    text-align: center;

    padding: 0 20px;
    z-index: 3 !important;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.4) !important;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .slider-content h3 {
    font-size: 2.2rem !important;
  }
  .services::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url("../images/logo/logo1.png") no-repeat top center;
    background-size: contain;
    opacity: 0; /* مخفي في البداية */
  }
  .facts::before {
    border-radius: 40px;
    content: "";
    position: absolute;
    background-color: hsla(227, 37%, 48%, 0.4);
    height: 50vh;
    width: 100%;
    top: 0%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 0;
  }
  .facts::after {
    border-radius: 40px;
    content: "";
    position: absolute;
    background-image: url("../images/img29.jpg");
    height: 50vh;
    width: 100%;
    top: 0%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index:-1;
  }
}

@media (min-width: 992px) {
  /* .hero-slider .item {
    position: relative;
    height: 60vh;
    width: 100% !important;
    margin: 0 auto;
  } */
  .dropdown{cursor: pointer;}
  .dropdown:hover .dropdown-menu{
    display: block;
    }
}
@media (min-width: 1200px) {
}

/* Services Section Responsive */
@media (max-width: 768px) {
  .values-container {
    height: 400px;
    margin-bottom: 40px;
  }
  
  .main-values-circle {
    width: 250px;
    height: 250px;
  }
  
  .values-title {
    font-size: 2rem;
  }
  
  .value-icon-circle {
    width: 50px;
    height: 50px;
    font-size: 1.2rem;
  }
  
  .value-item[data-value="1"] {
    top: 15%;
    right: 5%;
  }
  
  .value-item[data-value="2"] {
    top: 30%;
    right: 2%;
  }
  
  .value-item[data-value="3"] {
    top: 45%;
    right: 2%;
  }
  
  .value-item[data-value="4"] {
    top: 60%;
    right: 5%;
  }
  
  .value-item[data-value="5"] {
    top: 75%;
    right: 8%;
  }
  
  .value-line {
    right: -30px;
    width: 30px;
  }
  
  .values-content {
    padding: 20px 10px;
    min-height: 300px;
  }
  
  .value-name {
    font-size: 1.5rem;
  }
  
  .value-text {
    font-size: 1rem;
  }
}

@media (max-width: 576px) {
  .values-container {
    height: 350px;
  }
  
  .main-values-circle {
    width: 200px;
    height: 200px;
  }
  
  .values-title {
    font-size: 1.5rem;
  }
  
  .value-icon-circle {
    width: 45px;
    height: 45px;
    font-size: 1rem;
  }
  
  .value-line {
    right: -25px;
    width: 25px;
  }
  
  .values-content {
    padding: 15px 5px;
  }
  
  .value-name {
    font-size: 1.3rem;
  }
  
  .value-text {
    font-size: 0.9rem;
  }
}
