body {
    font-family: Arial, sans-serif;
    justify-content: center;
    align-items: center;
}


#myVideo {
    width: 100vw;
    height: 100vh;
    object-fit: cover;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: -1;
    filter: blur(8px);
    -webkit-filter: blur(8px);

  }



.rounded-circle {
    border: 5px solid #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}



p {
    color: #fff;
}

h4 {
    color: #fff;
}


.circle-progress-value {
	stroke-width: 6px;
	stroke: hsl(280, 90%, 50%);
	stroke-linecap: round;
}
.circle-progress-circle {
	stroke-width: 2px;
}



  .container .box {
    width: 100%;
  }
  
  .container .box h2 {
    display: block;
    text-align: center;
    color: #fff;
  }
  
  .container .box .chart {
    position: relative;
    width: 100%;
    height: 100%;
    text-align: center;
    font-size: 40px;
    line-height: 160px;
    height: 160px;
    color: #fff;
  }
  
  .container .box canvas {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    width: 100%;
  }
  
  .progress-circle {
    position: relative;
    width: 150px;
    height: 150px;
    border-radius: 50%;
    background: conic-gradient(#10ba6d 0% 0%, #E5E7EB 0% 100%);
    display: flex;
    justify-content: center;
    align-items: center;
}

.progress-content {
    position: absolute;
    text-align: center;
    font-size: 18px;
    color: #333;
}

.progress-content i {
    font-size: 24px;
    color: #FF6B6B;
}

@keyframes progressAnimation {
    0% {
        background: conic-gradient(#FF6B6B 0% 0%, #E5E7EB 0% 100%);
    }
    100% {
        background: conic-gradient(#FF6B6B 0% 75%, #E5E7EB 75% 100%);
    }
}

.animate {
    animation: progressAnimation 2s ease forwards;
}
.kal{
    display: grid;
    place-items: center; /* لوضع العنصر في المركز */
    margin: 0;
}

.custom-container {
    margin-top: 50px;
}



.link-box {
    width: 200px;
    margin-bottom: 10px;
    border: 2px solid #4CAF50;
    border-radius: 10px;
    background-color: white;
    text-align: center;
    box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.1);
}

.link_bar{
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    background-color: white;
    border: 1px solid #4CAF50;
    box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.1);
    border-radius: 10px;




}

.link-icon {
    width: 24px;
    height: 24px;
    margin-right: 10px;
}

.link-text {
    font-size: 18px;
    font-weight: bold;
    color: #4CAF50;
}

.link a {
    margin-bottom: 10px;
    font-size: 1.2em;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5px;
    color: #10ba6d;
    text-decoration: none;
    transition: background 0.3s ease;
        text-decoration: none;

}


.link_img {
    width: 50px;
    height: auto;
    margin-right: 100px;
    text-align: left;
    border: none;
}

.bar{
    align-items: baseline;
}

.custom-bar {
    display: grid;
    grid-template-columns: auto 1fr auto;
    align-items: center;
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    padding: 5px 5px;
    transition: box-shadow 0.3s ease, transform 0.3s ease;
    max-width: 400px;
    margin-top: 10px;
    margin: 15px auto;
    text-decoration: none; /* إزالة الخط السفلي من النص */
}

.custom-bar img {
    width: 50px;
    height: 50px;
}

.custom-bar span {
    font-size: 18px;
    font-weight: bold;
    color: #129a67; /* لون النص */
    text-align: center;
}

.custom-bar .empty-space {
    width: 50px; /* لضمان وجود مسافة على اليمين */
}

.custom-bar:hover {
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.3);
    transform: translateY(-5px);
    text-decoration: none; /* إزالة الخط السفلي من النص */

}

.social-media-icons {
   
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 10PX 10PX;
}

.icon-link {
    text-decoration: none;
}

.social-icon {
    padding: 5px;

    width: 40px;
    height: 40px;
    transition: transform 0.3s ease;
}

.social-icon:hover {
    transform: scale(1.2);
}

.popup {
    display: none; /* إخفاء النافذة المنبثقة في البداية */
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 300px;
    padding: 20px;
    background-color: white;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1001; /* تأكد من أنها تظهر فوق الجميع */
}


.popup-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 15px;
}

.branch-btn {
    background-color: #0b4c31;
    color: white;
    border: none;
    padding: 10px 20px;
    border-radius: 10px;
    cursor: pointer;
    font-size: 16px;
    width: 100%;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

.branch-btn:hover {
    background-color: #084728;
    text-decoration: none;
}

.close {
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 18px;
    font-weight: bold;
    cursor: pointer;
}

.overlay {
    display: none; /* إخفاء الخلفية الضبابية في البداية */
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5); /* تأثير ضبابي */
    z-index: 1000; /* تحت النافذة المنبثقة مباشرة */
}

.link_branch :hover  {

    text-decoration: none;
}


a{

    text-decoration: none;


}
a:focus, a:hover {
    outline: none; /* يزيل الإطار الأزرق */
    text-decoration: none; /* يضمن عدم وجود أي تأثير */
}

button{
    text-decoration: none;


}
button:focus, a:hover {
    outline: none; /* يزيل الإطار الأزرق */
    text-decoration: none; /* يضمن عدم وجود أي تأثير */
}