        body {
            font-family: 'Montserrat', sans-serif;
        }
        .top-bar {
            background-color: #f8f9fa;
            padding: 10px 0;
            font-size: 14px;
        }
        .navbar {
            padding: 20px 0;
        }
        .navbar-nav .nav-link {
            font-weight: 500;
            margin: 0 10px;
            color: #333;
        }
        .navbar-nav .nav-link:hover {
            color: #17a2b8;
        }
        .hero-section {
            background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url('img/banner-bg.jpg') no-repeat center center/cover;
            padding: 150px 0;
            color: white;
            text-align: center;
        }
        .btn-primary {
            background-color: #17a2b8;
            border-color: #17a2b8;
            padding: 12px 30px;
            font-weight: 600;
            border-radius: 30px;
        }
        .btn-primary:hover {
           opacity: 100%;
        }
                
        .opening-hours {
            padding: 80px 0;
            background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
        }
        .section-title {
            position: relative;
            margin-bottom: 40px;
            text-align: center;
        }
        .section-title h2 {
            font-size: 2.5rem;
            font-weight: 700;
            margin-bottom: 15px;
            color: #17a2b8;
        }
        .section-title p {
            color: #6c757d;
            max-width: 600px;
            margin: 0 auto;
        }
        .hours-card {
            background: white;
            border-radius: 10px;
            box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
            padding: 30px;
            transition: transform 0.3s ease;
        }
        .hours-card:hover {
            transform: translateY(-5px);
        }
        .status-badge {
            position: absolute;
            top: -15px;
            right: 20px;
            background: #28a745;
            color: white;
            padding: 8px 15px;
            border-radius: 30px;
            font-weight: 600;
            box-shadow: 0 5px 15px rgba(40, 167, 69, 0.3);
        }
        .hours-list {
            list-style: none;
            padding: 0;
            margin: 0;
        }
        .hours-list li {
            padding: 15px 0;
            border-bottom: 1px solid #eee;
            display: flex;
            justify-content: space-between;
            align-items: center;
        }
        .hours-list li:last-child {
            border-bottom: none;
        }
        .day {
            font-weight: 600;
            color: #343a40;
        }
        .time {
            color: #000000;
            font-weight: 500;
        }
        .closed {
            color: #dc3545;
        }
        .icon {
            width: 40px;
            height: 40px;
            background: rgba(23, 162, 184, 0.1);
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            margin-right: 15px;
            color: #000000;
        }
        .hours-header {
            display: flex;
            align-items: center;
            margin-bottom: 25px;
        }
        .hours-header h3 {
            margin: 0;
            font-weight: 700;
            color: #343a40;
        }
          .services-section {
            padding: 80px 0;
            background: white;
        }
        .section-title {
            position: relative;
            margin-bottom: 60px;
            text-align: center;
        }
        .section-title h2 {
            font-size: 2.5rem;
            font-weight: 700;
            margin-bottom: 15px;
           
        }
        .section-title p {
            color: #6c757d;
            max-width: 600px;
            margin: 0 auto 30px;
        }
        .services-card {
            background: white;
            border-radius: 10px;
            box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
            padding: 30px;
            transition: transform 0.3s ease;
            height: 100%;

            overflow: hidden;
        }
       
        .services-image {
            width: 100%;
            height: 180px;
            object-fit: cover;
            border-radius: 8px;
            margin-bottom: 20px;
        }
        .services-card h3 {
            font-weight: 700;
            margin-bottom: 15px;
            color: #343a40;
            text-align: center;
        }
        .services-card p {
            color: #6c757d;
            text-align: center;
        }
        .header-section{
            color: #000000;
            padding: 100px 0;
            text-align: center;
            margin-bottom: 60px;
            border-radius: 10px;
        }
        .header-section h1 {
            font-size: 2.8rem;
            font-weight: 700;
            margin-bottom: 20px;
        }
        .header-section p {
            max-width: 700px;
            margin: 0 auto;
            font-size: 1.1rem;
        }

        
        .main-hero-section {
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: center;
            background-color: #0d0c1d;
        }

        .hero-image-container {
            width: 100%;
            max-width: 50%;
            background-image: url('https://placehold.co/1000x800/222B45/F8F9FA?text=Dental+Image');
            background-size: cover;
            background-position: center;
            background-repeat: no-repeat;
            position: relative;
            z-index: 1;
        }
        
        @media (min-width: 992px) {
            .main-hero-section {
                flex-direction: row;
                text-align: left;
            }
            .hero-image-container {
                max-width: 50%;
                min-height: 100vh;
            }
        }

        .main-content {
            padding: 2rem;
            width: 100%;
            max-width: 50%;
        }
        
        .main-content h1 {
            font-weight: 700;
            line-height: 1.2;
            font-size: 2.5rem;
            margin-bottom: 1rem;
        }

        .service-card {
            background-color: #0d0c1d;
            border-radius: 12px;
        }

        .service-card .card-icon {
            background-color: rgba(255, 255, 255, 0.1);
            color: #ffffff;
            border-radius: 50%;
            width: 50px;
            height: 50px;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 1.5rem;
        }
        
        .image-section {
            max-width: 50%;
            min-height: 100vh;
        }

        .testimonial-wrapper {
      overflow: hidden;
      max-width: 1000px;
      margin: auto;
    }
    .testimonial-track {
      display: flex;
      transition: transform 0.6s ease-in-out;
      width: 300%; 
    }
    .testimonial-slide {
      display: flex;
      gap: 1rem;
      flex: 0 0 100%;
    }
    .testimonial-card {
      flex: -1;
      background: white;
      border-radius: 12px;
      padding: 1rem;
      box-shadow: 0 4px 8px rgba(0,0,0,0.1);
      text-align: center;
    }
    .testimonial-card img {
      width: 80px;
      height: 80px;
      object-fit: cover;
      border-radius: 50%;
      margin-bottom: 1rem;
    }
     .testimonial-radio { 
        display: none; 
    }

   
    #dot1:checked ~ .testimonial-wrapper .testimonial-track { transform: translateX(0%); }
    #dot2:checked ~ .testimonial-wrapper .testimonial-track { transform: translateX(-100%); }
    #dot3:checked ~ .testimonial-wrapper .testimonial-track { transform: translateX(-200%); }

    
    .testimonial-dots-container { text-align: center; margin-top: 1rem; }
    .testimonial-dot {
      cursor: pointer;
      display: inline-block;
      width: 12px;
      height: 12px;
      background: #6c757d;
      border-radius: 50%;
      margin: 0 5px;
      transition: background 0.3s ease;
    }
    #dot1:checked ~ .testimonial-dots-container label[for="dot1"],
    #dot2:checked ~ .testimonial-dots-container label[for="dot2"],
    #dot3:checked ~ .testimonial-dots-container label[for="dot3"] {
      background: #198754;
    }

    
        .consultants-section {
            padding: 50px 0;
        }

        .consultant-card {
            position: relative;
            overflow: hidden;
            border-radius: 10px;
            box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
        }

        .consultant-card img {
            width: 100%;
            height: auto;
            display: block;
            transition: transform 0.3s ease-in-out;
        }

        .consultant-card:hover img {
            transform: scale(1.1);
        }

        .consultant-info {
            position: absolute;
            bottom: 0;
            left: 0;
            width: 100%;
            height: 100%;
            display: flex;
            align-items: center;
            justify-content: center;
            background: linear-gradient(0deg, #ade600 0%, #62b900 100%);
            color: white;
            opacity: 0;
            visibility: hidden;
            transition: opacity 1.3s ease-in-out;
            pointer-events: none;
            text-align: center;
        }

        .consultant-card:hover .consultant-info {
            opacity: 1;
            visibility: visible;
        }

        .consultant-name {
            font-size: 1.5rem;
            font-weight: bold;
            text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
        }

          .feature-heading {
            color: #333; 
            transition: all 0.3s ease;
        }

        .feature-heading:hover {
            background: linear-gradient(90deg, #1A9E37 0%, #00BF63 100%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-clip: text;
            color: transparent; 
        }

                .appointment-section {
            background-color: #f8f9fa; 
        }

        .appointment-image {
            height: 100%;
            overflow: hidden;
        }

        .appointment-image img {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }

        .appointment-form-container {
            background-color: #121A28; 
            color: #fff;
            display: flex;
            align-items: center;
            justify-content: center;
            padding: 3rem 0;
        }

        .appointment-form-content {
            max-width: 500px;
            width: 100%;
            padding: 2rem;
        }

        .form-control {
            background-color: transparent;
            border: 1px solid #ccc;
            color: #fff;
            padding: 1rem 1rem;
        }

        .form-control::placeholder {
            color: #a0a0a0;
        }

        .form-control:focus {
            background-color: transparent;
            border-color: #00bf63;
            box-shadow: 0 0 0 0.25rem rgba(0, 191, 99, 0.25);
            color: #fff;
        }


        .btn-confirm-booking {
            background: linear-gradient(90deg, #1A9E37 0%, #00BF63 100%);
            border: none;
            color: #fff;
            font-weight: bold;
            padding: 0.75rem 2rem;
            transition: transform 0.2s ease-in-out;
        }

        .btn-confirm-booking:hover {
            transform: translateY(-3px);
            box-shadow: 0 4px 15px rgba(0, 191, 99, 0.4);
            color: #fff;
        }

                .blog-card {
            background-color: #fff;
            border-radius: 8px;
            box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
            overflow: hidden;
            transition: transform 0.3s ease-in-out;
            cursor: pointer;
        }

        .blog-card:hover {
            transform: translateY(-8px);
        }
        .image-container {
            position: relative;
            overflow: hidden;
        }
        .image-container img {
            width: 100%;
            display: block;
            transition: transform 0.5s ease-in-out;
        }
        .blog-card:hover .image-container img {
            transform: scale(1.1);
        }
        .date-tag {
            position: absolute;
            bottom: 10px;
            left: 10px;
            background-color: #000;
            color: #fff;
            padding: 5px 10px;
            font-size: 0.8rem;
            font-weight: bold;
        }
        .card-body {
            padding: 1.5rem;
        }
        .card-title {
            font-weight: bold;
            font-size: 1.25rem;
            color: #333;
            transition: all 0.3s ease;
        }
        .blog-card:hover .card-title {
            background: linear-gradient(90deg, #1A9E37 0%, #00BF63 100%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-clip: text;
            color: transparent;
        }
        .card-text {
            color: #666;
            font-size: 0.9rem;
        }
        .card-footer {
            border-top: 1px solid #eee;
            background-color: #fff;
            padding: 1rem 1.5rem;
            display: flex;
            justify-content: space-between;
            align-items: center;
            font-size: 0.85rem;
            color: #999;
        }
        .card-footer .icon-text {
            display: flex;
            align-items: center;
        }
        .card-footer i {
            margin-right: 5px;
        }

         .main-footer {
            background-color: #121A28;
            color: #fff;
            padding: 4rem 0 2rem;
            font-family: Arial, sans-serif;
        }

        .footer-heading {
            font-size: 1.25rem;
            font-weight: bold;
            margin-bottom: 1.5rem;
            color: #fff;
        }

        .footer-list {
            list-style: none;
            padding: 0;
            margin: 0;
        }

        .footer-list li a {
            color: #a0a0a0;
            text-decoration: none;
            line-height: 2.2;
            transition: color 0.3s ease;
        }

        .footer-list li a:hover {
            color: #fff;
        }

        .contact-info {
            color: #a0a0a0;
            line-height: 1.8;
        }

        .contact-info a {
            color: #a0a0a0;
            text-decoration: none;
            transition: color 0.3s ease;
        }

        .contact-info a:hover {
            color: #fff;
        }

        .newsletter-form .form-control {
            background-color: transparent;
            border: 1px solid #ccc;
            color: #fff;
            padding: 0.75rem 1rem;
        }

        .newsletter-form .form-control::placeholder {
            color: #a0a0a0;
        }

        .newsletter-form .btn-subscribe {
            background: linear-gradient(90deg, #1A9E37 0%, #00BF63 100%);
            border: none;
            color: #fff;
            font-weight: bold;
            padding: 0.75rem 1.5rem;
            transition: transform 0.2s ease-in-out;
            height: 57px;
        }

        .newsletter-form .btn-subscribe:hover {
            transform: scale(1.05);
        }

        .footer-bottom {
            border-top: 1px solid #333;
            padding-top: 1.5rem;
            margin-top: 2rem;
        }

        .social-icons a {
            color: #fff;
            font-size: 1.25rem;
            margin-left: 1rem;
            transition: color 0.3s ease;
        }

        .social-icons a:hover {
            color: #00BF63;
        }

@media (max-width: 576px) {
    .navbar {
        padding: 10px 0;
    }
    .navbar-nav .nav-link {
        margin: 5px 0;
        text-align: center;
    }
    .hero-section {
        padding: 80px 20px;
        font-size: 0.9rem;
    }
    .main-hero-section {
        flex-direction: column;
    }
    .main-content {
        max-width: 100%;
        text-align: center;
        padding: 1rem;
    }
    .hero-image-container {
        max-width: 100%;
        min-height: 300px;
    }
    .section-title h2 {
        font-size: 1.8rem;
    }
    .services-card {
        padding: 20px;
    }
    .testimonial-slide {
        flex-direction: column;
    }
    .testimonial-card {
        margin-bottom: 1rem;
    }
    .appointment-form-container {
        padding: 2rem 1rem;
    }
    .footer-heading {
        font-size: 1rem;
    }
    .newsletter-form .btn-subscribe {
        width: 100%;
        margin-top: 10px;
    }
}

@media (min-width: 577px) and (max-width: 991px) {
    .main-hero-section {
        flex-direction: column;
    }
    .main-content {
        max-width: 100%;
        text-align: center;
        padding: 2rem;
    }
    .hero-image-container {
        max-width: 100%;
        min-height: 400px;
    }
    .section-title h2 {
        font-size: 2rem;
    }
    .testimonial-slide {
        gap: 0.5rem;
    }
    .newsletter-form .btn-subscribe {
        width: auto;
    }
}

@media (min-width: 992px) {
    .main-hero-section {
        flex-direction: row;
        text-align: left;
    }
    .main-content {
        max-width: 50%;
    }
    .hero-image-container {
        max-width: 50%;
    }
}
