.navbar-brand img {
      height: 45px;}
    
   .navbar-nav .nav-link {
    transition: 0.4s;}
   
    .navbar-nav .nav-link:hover, .navbar-nav .nav-link.active {
      color: #007bff !important;}
    
.btn-info {
        background: linear-gradient(90.08deg, #0e82fd .09%, #06aed4 70.28%) !important;
    border: none;
}
.btn-dark {
background-color: #012047!important;}

.btn-info:hover {
  background: linear-gradient(90.08deg, #007bff .09%, #0bcdf8 70.28%) !important;}

.hero-section {
    background-color: #f8f9fa; }

.hero-content {
    transform: translateY(-20%);
}
.hero-content p {
    color: #465d7c !important;}

 .form-control:focus {
    box-shadow: none;
}
.plus-icon {
    top: 15%;
    right: 115%;}

.custom-card {
    animation: floatAnimation 2s ease-in-out infinite;
}

.checkup-card {
    top: 40%;
    left: 0;
    pointer-events: none; 
}
.doctor-profile-card {
    top: 30%;
    right: 30px;
    width: 180px;
animation-duration: 4s;
}
.meet-doctors-card {
    bottom: 5%;
    right: 0;
    width: 250px;}

.meet-doctors-card-img {
    width: 35px;
    height: 35px;
    margin-right: -10px;}
.input-group {
    width: 53%;}
.input-group input::placeholder {
opacity:60% ;}

.service-card {
transition: 0.5s;
cursor: pointer; }

.service-card:hover  {
    border-color: transparent !important;
}
.service-card:hover .custom-icon {
    animation: iconRotate 0.5s ease-in-out forwards; 
}
.icon-circle {
    width: 60px;
    height: 60px;
    font-size: 1.5rem;}
.service-card:hover .icon-circle {
    background-color: transparent;
    border: none;
}
.custom-icon { color: #333; }
.icon-purple { background-color: rgba(147, 86, 227, 0.1); border: 1px solid rgba(147, 86, 227, 0.2); }
.icon-purple i {
    color: rgba(135, 62, 230, 0.938);
}
.service-card0:hover {
    background-color: rgba(147, 86, 227, 0.15) !important;
}

.icon-green-light {
    
    background-color: rgba(144, 238, 144, 0.1); border: 1px solid rgba(144, 238, 144, 0.2); } .icon-green-light i {     color:  rgb(48, 236, 48);}


.service-card1:hover {
    background-color: rgba(144, 238, 144, 0.15) !important;}.icon-blue-light { background-color: rgba(173, 216, 230, 0.1); border: 1px solid rgba(173, 216, 230, 0.2); }.icon-blue-light i {
    color:rgb(43, 192, 242);}
.service-card2:hover {
    background-color: rgba(173, 216, 230, 0.15) !important;
}
.icon-red-light { background-color: rgba(255, 127, 80, 0.1); border: 1px solid rgba(255, 127, 80, 0.2); }
.icon-red-light i {
    color: rgba(240, 99, 47, 0.974);
}
.service-card3:hover {
    background-color: rgba(255, 127, 80, 0.15) !important;
}
.icon-green-dark { background-color: rgba(60, 179, 113, 0.1); border: 1px solid rgba(60, 179, 113, 0.2); }
.icon-green-dark i {
    color: rgba(23, 138, 75, 0.938);
}
.service-card4:hover {
    background-color: rgba(60, 179, 113, 0.15) !important;
}

.icon-pink-light { background-color: rgba(255, 192, 203, 0.1); border: 1px solid rgba(255, 192, 203, 0.2); }
.icon-pink-light i {
    color: rgba(239, 115, 136, 0.929);
}
.service-card5:hover {
    background-color: rgba(255, 192, 203, 0.15) !important;
}
.icon-orange-light { background-color: rgba(255, 165, 0, 0.1); border: 1px solid rgba(255, 165, 0, 0.2); }
.icon-orange-light i {
    color: rgba(207, 140, 16, 0.901);
}
.service-card6:hover {
    background-color: rgba(255, 165, 0, 0.15) !important;
}
.custom-arrow-btn {
     color: #012047 !important;
    background: #e6e8ee !important;
    border-color: #eee !important;
    width: 40px;
    height: 40px; }
.speciality-card {
    height: 180px; 
    border-color: #eee !important;
    transition: transform 0.2s;
    cursor: pointer;}
.icon-circle-speciality {
    width: 90px;
    height: 90px;
    background: #0e81fd1d;}

.speciality-card:hover  .icon-circle-speciality  
 {background: #0e81fdbc; }
.speciality-card:hover  i  
 {
    animation: iconRotate 0.5s ease-in-out forwards; 
    color: white !important;}

.best-doctors-section {
        background-color: #f6faff;}

.plus-icon-blue img{
    width: 45px;
    height: 45px;
}
.doctor-card h6 {
    font-size: 14px; color: white;}
.doctor-img-container {
    height: 180px;
    border-top-left-radius: 0.3rem;
    border-top-right-radius: 0.3rem;}
.doctor-img-container::before {
     content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0;
    height: 0;
    border-radius: 50%;
    transform: translate(-50%, -50%);
    z-index: 1; }
.doctor-card:hover .doctor-img-container::before { animation: backgroundOverlay 0.5s linear 1 ;}
.price-tag {
    background-color: rgba(255, 255, 255, 0.8);
    color: #333;
    font-size: 0.85rem;
    z-index: 2; }
.rating-badge {
    background-color: #FFC107;
    color: #333;
    font-size: 0.75rem;
    padding: 3px 8px;}
.available-badge {
    background-color: rgba(76, 175, 80, 0.1);
    color: #4CAF50;  padding: 5px 10px;}
.unavailable-badge {
    background-color: rgba(244, 67, 54, 0.1);
    color: #F44336;   padding: 5px 10px;}
.fs-custom-6 {
font-size: 6px;
}
.pricing-card {
    border-radius: 25px !important;
    border: 1px solid #E6E8EE !important;
    background-color: #eef1f5;
    transition: 0.4s ease-in-out !important;}
.pro-plan {
    background-color: #1e88e5; }
 .monthly-text-pro
{
    color: rgba(255, 255, 255, 0.771) !important;
}
.pro-plan .includes-list li {
    color: rgba(255, 255, 255, 0.9);
}
.pro-plan .includes-list li i {
    color: white;}
.popular-tag {
    background-color: #3e9afdd1;
   top:5%;
   right: 7%;}
.icon-background {
    width: 70px;
    height: 70px;
    font-size: 1.8rem;}
.icon-background::before {
  content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 12px;
    background-color: #fff; 
    z-index: -1;}
.icon-background .custom-icon {
    color: #1e88e5; }
.pro-plan .icon-background {
    background-color: transparent; }
.pro-plan .icon-background::before {
    background-color: white;
}
.pro-plan .icon-background .custom-icon {
    color: #1e88e5;
}
.includes-list li {
    line-height: 2.5;
    font-size: 1rem;
    color: #6c757d; transition: 0.4s ease-in-out !important;}
.includes-list li i{
    color: #1e88e5;
        transition: 0.4s ease-in-out !important;}
.monthly-text {
    font-size: 1rem;
    font-weight: 500;
    color: #91a0b3 !important;
        transition: 0.4s ease-in-out !important;}
 .price-value-monthly {
    color: rgb(0, 0, 0) !important;
            transition: 0.4s ease-in-out !important;}
.pricing-card:hover {
    background-color: #1e88e5; 
    color: white; }
.pricing-card:hover .monthly-text
{
    color: rgba(255, 255, 255, 0.771) !important;}
.pricing-card:hover .includes-list li,
.pricing-card:hover .includes-list i,
.pricing-card:hover .price-value-monthly {
    color: white !important; }
.pricing-card:hover .icon-background::before {
    animation: backgroundRotate 1.5s ease-in-out  1 forwards; 
    background-color: white;}
.pricing-card:hover .icon-circle .custom-icon {
    color: #1e88e5; }
.pricing-card:hover button{
color: black !important; }
.pricing-card-3:hover button{
        background: white !important;
color: black !important; 
}
.pro-plan button:hover {
  background: linear-gradient(90.08deg, #0e82fd .09%, #06aed4 70.28%) !important;border: transparent;}

  .pricing-plan-section button{
    position: relative;
    z-index: 1;
  }
.pricing-plan-section button::before {
content: '';
width: 0% !important;
height: 100% !important;
transition: 0.25s;
top: 0 ;
left: 0 ;
position: absolute !important;
z-index: -1;}

.pricing-plan-section button:hover::before {
    width: 100% !important;
    height: 100% !important;
        background: linear-gradient(90.08deg, #0e82fd .09%, #06aed4 70.28%) !important;
    }

.how-it-works-section {
background-color: #eef5fd;
}
.text-primary { color: #007bff !important; }
.icon-box {
    width: 80px;
    height: 80px;
    font-size: 2rem;
    background:  #e3f2fd;
    flex-shrink: 0;}
.step-icon { color: #007bff;}
.article-card {  transition: box-shadow 0.3s ease-in-out;}
.card-body p { color: #465d7cbc !important;}
.article-img-container {
    position: relative; overflow: hidden;      cursor: pointer;    }
.article-img-container img {transition: transform 0.4s ease-in-out;  }
.article-img-container::before {content: '';  position: absolute; top: 50%;left: 50%;width: 0;height: 0; border-radius: 50%; transform: translate(-50%, -50%);z-index: 1; }
.article-img-container:hover  img {transform: scale(1.1); }
.article-img-container:hover::before {  animation: backgroundOverlay 0.5s linear 1 ;}
.download-app-section .container {
    background-image: linear-gradient(90.08deg, #0e82fd .09%, #06aed4 70.28%);
    border-radius: 6px;     position: relative; overflow: hidden;}
.app-phones-right {
    min-height: 500px; 
    background-image: url('../images/imgi_57_mobile-img.png'); 
    background-repeat: no-repeat;
    background-position: bottom right;
    background-size: contain; 
    z-index: 10;}
.app-btn {background-color: #47a4fa;}
.tiny-text {font-size: 12px;}
.download-buttons a{border: 1px solid white;}
.app-btn .fa-google-play {    color: #0de3ef;}

.happy-patients-badge {
    position: absolute;
    bottom: -7%; 
    left: 33%;
    border: 1px solid #e9ecef;
}
.accordion-header{   background-color: #e2edff; }
.accordion-button {background-color: transparent !important;color: #212529;}
.accordion-item.open-faq-item .accordion-button {background-color: #e6f0ff !important; }
.accordion-button:not(.collapsed)::after { background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23007bff'%3E%3Cpath d='M4 8a.5.5 0 0 1 .5-.5h7a.5.5 0 0 1 0 1h-7A.5.5 0 0 1 4 8z'/%3E%3C/svg%3E") !important;}
.accordion-button.collapsed::after { background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23007bff'%3E%3Cpath d='M8 4a.5.5 0 0 1 .5.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3A.5.5 0 0 1 8 4z'/%3E%3C/svg%3E") !important;}
.accordion-body {padding: 1rem 1.25rem; line-height: 1.6;}
.testimonials-section {
 background-color: #f6faff;}
.client-review-text-description {
color: #465d7c;
font-size: 18px;}
.testimonial-arrow-btn {
    background-color: #f8f9fa;
 border: 1px solid #e9ecef;
    color: #adb5bd;
    width: 30px;
    height: 30px;
    font-size: 1.2rem;
    cursor: pointer;
    transition: all 0.3s ease;  }
.testimonial-arrow-btn:hover {
    background-color: #007bff;
    border-color: #007bff;
    color: white;
 box-shadow: 0 5px 15px rgba(0, 123, 255, 0.3);}

.footer-section {
    background-color: #f7f9fd;
    border-top: 1px solid #e9ecef;   color: #495057;}
.footer-heading { color: #343a40;}
.footer-links li a {
    color: #6c757d;
    text-decoration: none;
    padding: 0.25rem 0;
    display: block;
    transition: color 0.2s;}
.footer-links li a:hover { color: #007bff;}
.social-icon {
    width: 35px;
    height: 35px;
    background-color: #e2edff;
    color: #465d7c;
    transition: background-color 0.3s, color 0.3s;}
.social-icon:hover {
    background-color: black;
    color: white;}
.btn-hover-black {
    transition: 1s;}
.btn-hover-black:hover {
    background-color: black !important;}
.footer-bottom { background-color: #e2edff;}
.footer-bottom a:hover {color: #007bff !important;}

@keyframes floatAnimation {
    0% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-10px);
    }
    100% {
        transform: translateY(0);
    }
}

@keyframes iconRotate {
    from {
        transform: rotateY(0deg);
    }
    to {
        transform: rotateY(360deg);
    }
}

@keyframes backgroundRotate {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(90deg);
    }
}

@keyframes scrollPartners {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}

@keyframes backgroundOverlay {
      0% {
background-color: transparent;    }
    50% {
        background-color: rgba(255, 255, 255, 0.223);
        width: 100%;
        height: 100%;
    }
    100% {
        background-color: rgba(255, 255, 255, 0.223);
        width: 200%;
        height: 200%;
    }
}
/* سيرش */
:root {   --progress-offset: 176; }
.scroll-progress-indicator {
    position: fixed;
    bottom: 30px; 
    right: 30px; 
    z-index: 999; 
    cursor: pointer;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15); 
    border-radius: 50%;
    background-color: white;
    width: 40px;
    height: 40px;
    display: flex; justify-content: center; align-items: center;  opacity: 0; pointer-events: none;  transition: opacity 0.3s;}

.scroll-progress-indicator.visible {
    opacity: 1;
    pointer-events: auto;
}
.scroll-arrow-icon {
    position: absolute;
    color: #007bff;    font-size: 1.2rem;  font-weight: bold;}

#progress-circle {  stroke-dasharray: 176;   stroke-dashoffset: var(--progress-offset);      transform: rotate(-90deg);transform-origin: 50% 50%;transition: stroke-dashoffset 0.1s linear; }