:root{
    --color-dark: #224358;
    --color-default:#2cabea;
}
body{
    color: rgb(44, 44, 44) !important;
}
.bg-nav{
    background-color: var(--color-dark);
}

.btn-outline-primary{
    border: 1px solid var(--color-default);
    color: var(--color-default);;
}
.btn-outline-primary:hover{
    color: white;
    border: 1px solid var(--color-default);
    background-color: var(--color-default);
}

.text-small{
    font-size: 13px !important;
}

.btn-link{
    color: var(--color-white);
    text-decoration: none;
    border: 0.75px solid var(--color-white);
}
.btn-link:hover{
    color: var(--color-default);
    border: 0.75px solid var(--color-default);
}


.slider-img{
    height: 80vh;
    object-fit: cover;
    object-position: center;
    background-position: center;
    background-size: cover;

}
.bg-text{
    background-color: rgba(0, 0, 0, 0.288);
    background-blend-mode: multiply;
      color: white !important;
      padding: 30px;
      /* backdrop-filter: blur(2px); */
      border-radius: 20px;
  }

.bg-img{
    width: 100%;
    height: 80vh;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 0;
    background-position: top center;
}

@media screen and (max-width: 600px) {
    .bg-img{
        width: 100%;
        height: 66vh;
        background-size: cover;
        background-repeat: no-repeat;
        padding: 0;
        background-position: top center;
    }

    .bg-text{
        background-color: rgba(0, 0, 0, 0.288);
        background-blend-mode: multiply;
          color: white !important;
          padding: 10px;
          /* backdrop-filter: blur(2px); */
          border-radius: 20px;
      }
}
.text-defult{ color: var(--color-default);}

.about{
    width: 100%;
    background-image: url(../image/map.jpg);
    background-size: contain;   
    padding: 0;
    background-position: center;
    background-blend-mode: multiply;
    background-color: rgb(255, 255, 255);
}

.fs-small{
    font-size: 13px !important;
}

.g-lightbox{
    width: 100%;
    height: 300px;
    object-fit: cover;
    object-position: center;
}

.bg-light{
    background-color: #F2F9FC !important;
}

.donate-btn {
    position: fixed;
    right: -28px;
    bottom: 100px;
    padding: 5px 10px;
    background-color: #22aeff;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    border-radius: 5px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
    z-index: 3;
    transition: transform 0.2s;
    transform: rotate(-90deg);
}

.donate-btn:hover {
    background-color: #0091d4;
    color: #fff;
}

.download-Schedule{
    position: fixed;
    left: -60px;
    top: 360px;
    padding: 5px 10px;
    background-color: #d10e00;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    border-radius: 5px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
    z-index: 3;
    transition: transform 0.2s;
    transform: rotate(90deg);
}

.whatsapp-btn{
    position: fixed;
    /* right: 2px; */
    left: 2px;
    bottom: 170px;
    padding: 5px 10px;
    background-color: #00920c;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    border-radius: 5px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
    z-index: 3;
    transition: transform 0.2s;
    transform: rotate(-90deg);
}
.call-btn{
    position: fixed;
    /* right: 2px; */
    left: 2px;
    bottom: 210px;
    padding: 5px 10px;
    background-color: #22aeff;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    border-radius: 5px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
    z-index: 3;
    transition: transform 0.2s;
    transform: rotate(-90deg);
}
.bg-services{
   background-image: url(../image/gallery/AA2A9179.jpg);
    background-size: cover;
    background-attachment: fixed;
    background-color:#0b2d42cb;
    background-blend-mode: multiply;
}
.bg-services .service-item{
    background-color: rgb(255, 255, 255);
    backdrop-filter: blur(2px);
    border-radius: 20px;
    transition: .3s ease-in-out;
    padding: 20px;
}

.bg-services .service-img{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 80px !important;
    height: 80px !important;
    padding: 10px;
    background-color:#014464c7 ;
    border-radius: 50%;
    margin: auto;
    transition: .3s ease-in-out;
}
.bg-services .service-img img{
    width: 60px !important;
    height: 60px !important;
    filter: invert(1) brightness(100);
    transition: .3s ease-in-out;
}

.bg-services .service-item .h5{
    font-size: 1rem;
}

.bg-services .service-item:hover{
    background-color:#014464c7;
}
.bg-services .service-item:hover .service-img{
    background-color:white;
}
.bg-services .service-item:hover .service-img img{
    filter: invert(0);
}
.owl-nav{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5px;
    margin-top: 20px;
}
.owl-next, .owl-prev{
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    font-size: 30px !important;
    border: 2px solid white !important; 
    padding: 10px;
    color: white;
}
.owl-next span, .owl-prev span { padding: 0; margin: 0; color: white; margin-top: -6px;}

.img-doc{
    width: 80px;
    height: 80px;
    object-fit: cover;
    object-position: center;
    background-position: center;
    background-size: cover;
    border-radius: 10px;
}

.bg-bread{
    background-image: url(../image/bg-hospital.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 120px;
    background-blend-mode: multiply;
    background-color: rgba(0, 0, 0, 0.26);
    color: white;
}



::-webkit-scrollbar{
    width: 10px;
}
::-webkit-scrollbar-thumb{
    background-color: var(--color-default);
}