/* Custom Styles for SAMC */
body {
  font-family: 'Roboto', sans-serif;
}



.header-top-bar {
    background-color: #f8f9fa;
    border-bottom: 1px solid #e9ecef;
}




.navbar-nav .nav-link {
    font-size: 1.1rem;
    padding: 0.5rem 1rem;
    color: #fff !important;
}

.navbar-nav .nav-link:hover,
.navbar-nav .nav-link.active {
    color: #0d6efd !important;
    background-color: rgba(255, 255, 255, 0.1);
    border-radius: 5px;
}




.footer-section {
    background: linear-gradient(135deg, #FDEB71, #F8D800);
}

.footer-links a {
    color: #0d6efd;
    transition: color 0.3s ease;
}

.footer-links a:hover {
    color: #ffd700 !important;
}

.social-icon {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    transition: transform 0.3s ease;
}

.social-icon:hover {
    transform: scale(1.1);
}

.subscribe-input {
    border-radius: 20px 0 0 20px;
}

.btn-subscribe-btn {
    border-radius: 20px;
    background-color: #fff;
    color: #a10000;
    transition: background-color 0.3s ease;
}

.btn-subscribe-btn:hover {
    background-color: #ffd700;
    color: #a10000;
}

.social-float-buttons .social-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    transition: transform 0.3s ease;
}

.social-float-buttons .social-btn:hover {
    transform: translateY(-5px);
}

.social-float-buttons .social-btn img {
    display: none; /* Hide image-based icons, using Font Awesome instead */
}

/* Doctor Profile and About Section */
.doctor-profile, .about-section {
    background-color: #a10000;
}

.profile-image-container, .about-image-container {
    position: relative;
    overflow: hidden;
}

.profile-image {
    transition: transform 0.3s ease;
}

.profile-image-link:hover .profile-image {
    transform: scale(1.05);
}

.image-overlay {
    background: rgba(0, 0, 0, 0.2);
    transition: background 0.3s ease;
}

.profile-image-link:hover .image-overlay {
    background: rgba(164, 30, 6, 0.3);
}

.specialty-tag {
    font-size: 0.9rem;
    padding: 0.5rem 1rem;
    background-color: #333 !important;
}

.doctor-name, .section-title {
    font-size: 2.5rem;
    font-weight: 700;
}

.divider {
    transition: width 0.3s ease;
    background-color: #0d6efd;
    width: 3px;
}

.profile-details p, .about-details p {
    font-size: 1.1rem;
    color: #fff;
}

.quick-info .info-item {
    font-size: 1rem;
    color: #fff;
    transition: color 0.3s ease;
}

.quick-info .info-item:hover {
    color: #ffd700;
}

.btn-appointment {
    border-radius: 20px;
    font-size: 1.1rem;
    padding: 0.75rem 1.5rem;
}

/* Mission Section */
.mission-section {
    background-color: #f8f9fa;
}

.mission-section h2 {
    font-size: 2rem;
    font-weight: 600;
}

/* Responsive Adjustments */
@media (max-width: 991px) {
    .navbar-nav {
        text-align: center;
    }
    .navbar-nav .nav-link {
        margin: 0.5rem 0;
    }
    .ms-auto.me-3 {
        text-align: center;
        margin: 1rem 0;
    }
    .footer-widget {
        text-align: center !important;
    }
    .social-float-buttons {
        bottom: 10px;
        right: 10px;
    }
    .social-float-buttons .social-btn {
        width: 40px;
        height: 40px;
        line-height: 40px;
    }
    .social-float-buttons .social-btn i {
        font-size: 20px;
    }
    .doctor-name, .section-title {
        font-size: 2rem;
    }
    .profile-content, .about-content {
        padding-left: 0 !important;
    }
}
/* css of contact us icons */
.red-circle {
  width: 60px;
  height: 60px;
  background-color: #F8D800;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
}

.red-circle .icon-inside {
  color: white;
  font-size: 24px;
}

.hover-underline:hover {
  text-decoration: underline;
  cursor: pointer;
}

.icon-box{
    color: #0d6efd;
}
 .custom-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: white;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    font-size: 24px;
    font-weight: bold;
    color: black;
    border: none;
    z-index: 10;
    box-shadow: 0 2px 6px rgba(0,0,0,0.2);
  }
  .carousel-control-prev.custom-arrow { left: -50px; }
  .carousel-control-next.custom-arrow { right: -50px; }

  /* Dots */
  .dot {
    width: 12px;
    height: 12px;
    margin: 0 5px;
    border-radius: 50%;
    border: none;
    background-color: #ccc;
  }
  .dot.active,
  .dot:focus {
    background-color: #F8D800; /* red jaisa screenshot me */
  }


  .contact__form ,.vaso-container, .contact-block{
     box-shadow: inset -3px -4px 8px #F8D800 ,inset 3px 4px 8px #F8D800;
  }
  
  .service-box:hover{
    box-shadow: inset -3px -4px 8px #F8D800 ,inset 3px 4px 8px #F8D800;
  }

   
        .ad-card {
            transition: all 0.3s ease;
            border: none;
            border-radius: 12px;
            overflow: hidden;
            box-shadow: 0 4px 6px rgba(0,0,0,0.04);
        }
        .ad-card:hover {
            transform: translateY(-5px);
            box-shadow: 0 10px 20px rgba(0,0,0,0.1);
        }
        .special-offer {
            background: linear-gradient(135deg, #2c3e50 0%, #4ca1af 100%);
            border: none;
            border-radius: 12px;
            box-shadow: 0 5px 15px rgba(44, 62, 80, 0.3);
        }
        .sponsored-label {
            font-size: 0.75rem;
            letter-spacing: 1px;
        }
        .sticky-ad {
            position: sticky;
            top: 20px;
        }
        .course-badge {
            position: absolute;
            top: 10px;
            right: 10px;
            z-index: 1;
        }
        .tech-icon {
            width: 24px;
            height: 24px;
            margin-right: 5px;
        }