 
 :root {
    -main-color:#f16232 ;

} 
html {
    overflow-x: hidden;
}

body {
     background-color:#fff;

  font-family: "Noto Kufi Arabic", sans-serif;
  
       font-optical-sizing: auto;

  font-style: normal;
  
    color: #6F8BA4;
 
    overflow-x: hidden;
}
 

.head-image{
    background-image:  url(../../image/2025.jpg) ;     
    -webkit-background-size: 100% 100%;
    -moz-background-size: 100% 100%;
    -o-background-size: 100% 100%;
    background-size: 100% 100%;
    padding-top: auto;
    background-repeat: no-repeat; width: 100%;    
    height: 200px;
}
@media (min-width: 992px) {
 .head-image{
    background-image:  url(../../image/2025.jpg) ;     
    -webkit-background-size: 100% 100%;
    -moz-background-size: 100% 100%;
    -o-background-size: 100% 100%;
    background-size: 100% 100%;
    padding-top: auto;
    background-repeat: no-repeat; width: 100%;      height: 300px;
}
}

.image-container {
  position: relative;
    border-bottom: 1px solid #666;
margin-bottom: 5px;
}
 

@media (max-width: 768px){
.image-container {
 height: 150px;
}
 .image-container img {
 height: 100%;
}   
    
}
  

 

 

p {
     text-align: justify;
    text-justify: inter-word;
}
  
.bg-gray {
    background: #eff0f3;
}

.bg-primary {
    background: #2d5c9f;
}

.bg-primary-dark {
    background: #152440;
}

.bg-primary-darker {
    background: #090f1a;
}

.bg-dark {
    background: #222;
}
 


.bg-secondary{
    background-color:#c54855 !important;
}
.bg-gradient {
    background-image: linear-gradient(145deg, rgba(19, 177, 205, 0.95) 0%, rgba(152, 119, 234, 0.95) 100%);
    background-repeat: repeat-x;
}
 
.section {
    padding: 10px 0;
  
    display: block;

}
#container {
    min-height: 100%;
    width: 100%;
    display: block;
    z-index: 9999;
   
}
 
 

/* Links */

a {
    color: #003eff;

    text-decoration: none;
    transition: all 0.35s ease;
}

a:focus, a:hover {
    color: #c54855;
    text-decoration: none;
}

a:focus {
    outline: none;
}
  

.title-color {
    color: #2d5c9f;
}

.secondary-bg {
    background: #2d5c9f;
}

.section-title {
    margin-bottom: 70px;
}

.section-title h2 {
    color: #2d5c9f;
}
 
.gray-bg {
    background: #f4f9fc;
}

 
  

  
#preloader{
    position:absolute;top:50%;left:50%;width:50px;height:50px;margin:-30px 0 0 -30px}
#status{
    position:fixed;z-index:999999;top:0;right:0;
    bottom:0;left:0;display:block;background:#fff;
    animation: spin 1s linear infinite;

    background-image:url(../image/pre-loader.gif);
    background-repeat:no-repeat;background-position:center}
 
.text-color {
    color: #2d5c9f;
}

.text-color-2 {
    color: #c54855;
}

.divider {
    width: 40px;
    height: 5px;

    background: #c54855;
}
  
 
.counter-stat {
    text-align: center;
    padding: 55px 0px 40px 0px;
    position: relative;
}

.counter-stat i {
    display: block;
    color: rgba(255, 255, 255, 0.06);
    font-size: 70px;
    position: absolute;
    left: 0px;
    right: 0px;
    top: 0px;
    -webkit-transform: translateY(25px);
    transform: translateY(25px);
}

.counter-stat span {
    font-size: 70px;
    color: #fff;
}

.counter-stat p {
    margin-bottom: 0px;
    color: rgba(255, 255, 255, 0.7);
}
 
.service .icon i {

    display: block;
    margin-bottom: 10px;
}

.med-icon  {

    display: block;
    margin-bottom: 10px;
}
.service i {
    color: #c54855;
}

.service h4 {
    padding-left: 10px;
}

.service .content {
    clear: both;
}
  
.text-black{
    color: #000;
}
  
.mb-30 {
    margin-bottom: 30px;
}
.text-gold {
    color: #d39e00;
}
.text-color-primary {
    color: #2d5c9f;
}
 

.bg-review {


    background:url(../image/wsas.png) no-repeat 50% 50%;

    background-size: cover;



}

.centered {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.centercontainer {

    display: flex;
    position: relative;
    justify-content: center;
    align-items: center;
}

.center {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 50%;
}
.bg-vid {


    background:url(../image/video-popup-1.png) no-repeat right center;

    background-size: cover;
    position: relative;


}
 

.bg-content{
    background-color:rgba(42,93,159,.99);
}

 
  
.social-icons li {
    margin: 0 6px;
}

.social-icons a {
    margin-right: 10px;
    font-size: 18px;
}

.google-map {
 
}

.google-map #map {
    width: 100%;
    height: 500px;
}

.mt-90 {
    margin-top: 90px;
}

.contact-block {
    text-align: center;
    border: 5px solid #EEF2F6;
    padding: 50px 25px;
    min-height: 300px;

}

.contact-block i {
    font-size: 50px;
    margin-bottom: 15px;
    display: inline-block;
    color: #c54855;
}

.blog-container {
    display: flex;
    align-items: stretch;
    flex-direction: row;
    justify-content: space-around; /*some space between cards*/
}

.blog-block {
    width: 100%;
    border-radius: 20px;

    transition: 0.5s;
    min-height: 390px;


}

.mh390{
    overflow: hidden;
    border: 1px solid #ddd;
    height: 510px !important;    
}
.mh-70{
    height: 70px !important;    
}
.mh-100{
    overflow: hidden;
    height: 100px !important;    
}
.mh-300{
    height: 300px !important;    
}
.mh-200{
    height: 200px !important;    
}
 
 


.btn-main {
  background: #2d5c9f;
  color: #fff;
  border-color: #2d5c9f;
}

.btn-main:hover {
  background: #c54855;
  border-color: #c54855;
  color: #fff;
}

.btn-main-2 {
  background: #c54855;
  color: #fff;
  border-color: #c54855;
}




.btn-main-2:hover {
  background: #2d5c9f;
  color: #fff;
  border-color: #2d5c9f;
}

.btn-solid-border {
  border: 2px solid #2d5c9f;
  background: transparent;
  color: #2d5c9f;
}

.btn-solid-border:hover {
  border: 2px solid #2d5c9f;
  color: #fff;
  background: #2d5c9f;
}

.btn-solid-border:hover.btn-icon i {
  border-left: 1px solid rgba(255, 255, 255, 0.09);
}

.btn-solid-border.btn-icon i {
  border-left: 1px solid rgba(0, 0, 0, 0.09);
}

.btn-transparent {
  background: transparent;
  color: #222;
  border-color: #6F8BA4;
}

.btn-transparent:hover {
  background: #6F8BA4;
  color: #fff;
}

.btn-white {
  background: #fff;
  border-color: #fff;
  color: #222;
}

.btn-white:hover {
  background: #2d5c9f;
  color: #fff;
  border-color: #2d5c9f;
}

.btn-solid-white {
  border-color: #fff;
  color: #fff;
}

.btn-solid-white:hover {
  background: #fff;
  color: #222;
}

.btn-round {
  border-radius: 4px;
}

.btn-round-full {
  border-radius: 50px;
}
 
 
 
@keyframes rotation {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(359deg);
    }
}


.zoom-in-out-box {
    width: 100%;
    height: 100%;

    animation: zoom-in-zoom-out 35s ease infinite;
}

@keyframes zoom-in-zoom-out {
    0% {
        transform: scale(1, 1);
    }
    50% {
        transform: scale(1.5, 1.5);
    }
    100% {
        transform: scale(1, 1);
    }
}
.heart {

    animation: pulse 1s linear infinite;
}

@-webkit-keyframes "pulse" {
    0% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }
    50% {
        -webkit-transform: scale(0.8);
        transform: scale(0.8);
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

.fade-out {
    position: absolute;
    width: 120%;
    height: 100%;
    top: 0;
    left: -120%;
    animation: heartRateOut 2.5s linear infinite;
    background: rgba(0, 0, 0, 1);
    background: -moz-linear-gradient(left, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 50%, rgba(255, 255, 255, 0) 100%);
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 50%, rgba(255, 255, 255, 0) 100%);
    background: -o-linear-gradient(left, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 50%, rgba(255, 255, 255, 0) 100%);
    background: -ms-linear-gradient(left, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 50%, rgba(255, 255, 255, 0) 100%);
    background: linear-gradient(to right, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 80%, rgba(255, 255, 255, 0) 100%);
}
.fade-in {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #fff;
    top: 0;
    right: 0;
    animation: heartRateIn 2.5s linear infinite;
}
.heart-rate {
    width: 150px;
    height: 73px;
    position: relative;
    margin: 20px auto;
}
@keyframes heartRateIn {
    0% {
        width: 100%;
    }
    50% {
        width: 0;
    }
    100% {
        width: 0;
    }
}

@keyframes heartRateOut {
    0% {
        left: -120%;
    }
    30% {
        left: -120%;
    }
    100% {
        left: 0;
    }
}


  
@keyframes spin {
    from { transform: rotate(0deg); }
    to { transform: rotate(360deg); }
}
 

.circle-image {
    height: 350px;
    width: 350px;
    margin: auto;
    border-radius: 50%;
    overflow: hidden;
}

 
 
.bg-hosptal {



    color: #fff !important;
    background: rgb(187,74,79) !important;
    background: linear-gradient(90deg, rgba(187,74,79,1) 0%, rgba(133,80,107,1) 35%, rgba(41,90,155,1) 100%) !important;

}

.bg-primary {

    background:  linear-gradient(90deg, rgba(187,74,79,1) 0%, rgba(133,80,107,1) 35%, rgba(41,90,155,1) 100%) !important;

}
 
.text-primarys {
    background: linear-gradient(90deg, rgba(187,74,79,1) 0%, rgba(133,80,107,1) 35%, rgba(41,90,155,1) 100%);
    -webkit-background-clip: text;  
    color: transparent;  
}

.bg-primary-dark {
    background: #152440;
}

.bg-primary-darker {
    background: #090f1a;
}
 
 
.bg-nice  {
   
 
    width: 100%;
    height: 50%;
 
  
    background: #13C5DD;
    border-radius: 8px 8px 50% 50%;
    z-index: -1;
}
 

.bg-r  {
   
 
  
    background: #13C5DD;
    border-radius: 8px 8px 50% 50%;
 
}
 


   .service-icon {
    
 
            color: #5cb85c;
        }
        .contact-map {
            height: 400px;
            border-radius: 15px;
            overflow: hidden;
        }
.custom-tooltip {
  --bs-tooltip-bg: var(--bs-primary);
}
 
   .social-icon {
            transition: transform 0.3s ease;
        }
        
        .social-icon:hover {
            transform: translateY(-3px);
        }
        
        
        
        
            .hospital-header {
            background: linear-gradient(rgba(0,0,0,0.7), rgba(0,0,0,0.7)), url('header-bg.jpg');
            background-size: cover;
            height: 300px;
        }
        .vision-card {
            border-left: 5px solid var(--accent-color);
            box-shadow: 0 0 15px rgba(0,0,0,0.1);
        }
        .objective-icon {
            font-size: 2.5rem;
            color: var(--main-color);
        }
        
.item-block {
    border: 1px solid #b5b5b5;
    border-radius: 20px;

    padding: 1em;
    margin-right: 2em;
    margin-left: 2em;
    min-height: 390px;
    margin-top: 50px;
    position: relative;
    box-shadow: 0 .5rem 1.5rem rgba(0,0,0,.15);
    text-align: center;
}

.item-block .log{
    text-align: center;
    width: 100%;
    color: #c54855;
    position: absolute;
    margin-top: -50px;
}


.faq-title {
            text-align: center;
            margin-top: 50px;
            font-size: 36px;
            color: #007bff;
        }
        .faq-item {
            margin-bottom: 20px;
        }
      .bg-hospital {
            background: linear-gradient(rgba(26, 58, 107, 0.9), rgba(26, 58, 107, 0.9)), url('../image/bg.png');
      
            background-size: cover;
        }