
        a {
            text-decoration: none !important;
        }
        .treatment-list li a {
            color: #fff;
        }
        .experience-box {
            background: rgba(0, 0, 0, 0.7);
            color: white;
            padding: 15px;
            position: absolute;
            bottom: 20px;
            left: 20px;
        }
        .navbar-nav {
            align-items: center;
        }
        .bg-dark {
           background: radial-gradient(circle, #b9b7b7, rgb(209 209 209)) !important;
        }
        .card-body {
            padding: 0px;
        }
        .card-body img {
            width: 354px;
            height: 250px;
            margin-bottom: 20px;
        }
        .card-body h4,.card-body ul li, .card-body .btn-outline-primary {
            padding: 0px 10px;
        }
        .nav-link {
            color: #000;
            font-weight: 600;
        }
        .nav-link:focus, .nav-link:hover {
    color: #000;
    border-bottom: 1px solid #000;
}
.btn-color {
    border: none;
    background: #bd2852;
    border-radius: 25px;
    color:#fff;
    padding:10px 30px;
}
.get-in-touch{
     background: #f1f1f1;
    padding: 20px;
    border-radius: 20px;
}  
.get-in-touch h2{
    text-align: center;
}

.form-label {
    margin-bottom: 0rem;
}
.exp {
    position: absolute;
    top: 92%;
    left: 35%;
    transform: translate(-50%, -50%);
   background: #bd2852;
   border:none;
    padding: 15px 20px;
    color: white;
    text-align: center;
    border-radius: 10px;
    display: flex;
    flex-direction: row;
    align-items: center;
    min-width: 450px;
}
.custom-margin{
    margin-left:60px;
    font-weight: 700;
}
.learn-more {
    background: transparent;
    border: 1px solid black; 
    border-radius: 15px;
    padding: 10px 20px;
    display: inline-block;
    text-align: center;
    transition: all 0.3s ease-in-out;
}

.learn-more a {
    text-decoration: none;
    color: #fff; /* Change to white if needed */
    font-weight: bold;
}
.learn-more{
    background: black; /* Change hover effect */
    color: white;
}

.learn-more:hover {
    background: black; /* Change hover effect */
    color: white;
}

.learn-more:hover a {
    color: white;
}

.social-card-header{
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 96px !important;
    min-height: 96px;

}
.social-card-header i {
    font-size: 32px;
    color:#FFF;
}

.share:hover {
        text-decoration: none;
    opacity: 0.8;
}
    .arrow-list {
        list-style: none;
        padding: 0;
    }
    .arrow-list li::before {
        content: "\2192";
        color: #000;
        font-weight: 600;
        margin-right: 10px;
        font-size: 12px;
    }
.card {
    display: flex;
    flex-direction: column;
}
iframe {
    border-radius: 10px;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2);
}
.talks {
    margin: 50px auto;
}
footer {
        background: #4e4e4e;
}
footer ul li {
    font-size: 16px;
}
footer h5 {
    font-size: 26px;
}
footer ul.list-unstyled li a {
    display: block;
    padding: 4px 0;
    text-decoration: none;
    transition: 0.3s;
}

footer ul.list-unstyled li a:hover {
    color: #ffcc00; /* Change color on hover */
    text-decoration: none;
}
footer i {
    margin-right: 8px;
}

.footer {
  position: sticky;
  bottom: 0;
  width: 100%;
  background-color: #333; /* You can customize the background color */
  padding: 10px;
  text-align: center;
}

.footer button {
      padding: 10px 10px;
    /* padding: 10px 20px; */
    font-size: 16px;
    border: 1px solid #fff;
    border: none;
    margin: auto;
    border-radius: 5px;
    cursor: pointer;
}
.btn-book-appointment {
  background-color: #FF6347; /* Tomato */
  color: white;
}

.btn-whatsapp {
  background-color: #25D366; /* WhatsApp Green */
  color: white;
}

.btn-call-now {
  background-color: #4CAF50; /* Green */
  color: white;
}
.footer-buttons {
  display: flex;
  align-items: center;
}


.footer button:hover {
  background-color: #0056b3;
}

    .contact-section {
        background-color: #BD2852;
        color: white;
        padding: 25px;
        border-radius: 10px;
        box-shadow: 0 5px 10px rgba(0, 0, 0, 0.3);
    }
    .contact-section h2 {
        border-bottom: 3px solid white;
        display: inline-block;
        padding-bottom: 5px;
        font-size: 26px;
        font-weight: bold;
        color: #fff;
    }
    .contact-section p {
        font-size: 18px;
        line-height: 1.6;
    }
    .contact-section ul {
        list-style: none;
        padding-left: 0;
    }
    .contact-section ul li {
        font-size: 18px;
        margin-bottom: 10px;
        padding-left: 30px;
        position: relative;
    }
    .contact-section ul li::before {
        content: "\f0a9";
        font-family: "Font Awesome 6 Free";
        font-weight: 900;
        color: #fff;
        position: absolute;
        left: 0;
    }
    .contact-form {
        background-color: #4E4E4E;
        color: white;
        padding: 25px;
        border-radius: 10px;
        box-shadow: 0 5px 10px rgba(0, 0, 0, 0.3);
    }
    .contact-form h3 {
        border-bottom: 2px solid white;
        display: inline-block;
        padding-bottom: 5px;
        font-size: 22px;
    }
    .contact-form .form-label {
        font-weight: bold;
    }
    .contact-form .form-label::after {
        content: " *";
        color: red;
    }
    .contact-form .form-control {
        border-radius: 6px;
        border: none;
        padding: 12px;
        font-size: 16px;
    }
    .contact-form .btn-primary {
        background-color: #BD2852;
        border: none;
        padding: 12px 20px;
        font-size: 18px;
        font-weight: bold;
        border-radius: 6px;
        transition: 0.3s;
    }
    .contact-form .btn-primary:hover {
        background-color: #a02145;
    }
    .btn {
        background: #bd2852;
        color:#fff;
    }
/*aboutuspage*/
  .about-section {
            background-color: #BD2852;
            color: white;
            padding: 40px;
            border-radius: 10px;
            box-shadow: 0 5px 10px rgba(0, 0, 0, 0.3);
        }
        .about-section h2 {
            border-bottom: 3px solid white;
            display: inline-block;
            padding-bottom: 10px;
        }
        .about-section p, .about-section li {
            font-size: 18px;
            line-height: 1.6;
        }
        .about-section ul {
            list-style: none;
            padding-left: 0;
        }
        .about-section ul li {
            position: relative;
            padding-left: 30px;
            margin-bottom: 10px;
        }
        .about-section ul li::before {
            content: "\f2b9";
            font-family: "Font Awesome 6 Free";
            font-weight: 900;
            color: #FFD700;
            position: absolute;
            left: 0;
        }
    
      
        .contact-info {
            background: #033a97;
            color: white;
            padding: 20px;
            border-radius: 10px;
            text-align: center;
        }
        .contact-info a {
            color: #ffcc00;
            font-weight: bold;
            text-decoration: none;
        }
        .contact-info a:hover {
            text-decoration: underline;
        }
        .navbar-toggler {
    border-color: black; /* Change the border color */
}
.navbar {
background: #fff;
}
.navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3E%3Cpath stroke='black' stroke-width='3' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E"); 
}
  .treatment-header {
            text-align: center;
            font-size: 2rem;
            margin-bottom: 20px;
            font-weight: bold;
        }
        .treatment-list {
            list-style: none;
            padding: 0;
            max-width: 600px;
            margin: 0 auto;
        }
     .treatment-list li {
    /* background: #fff; */
    padding: 5px;
    /* margin: 8px 0; */
    /* border-radius: 8px; */
    /* box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.1); */
    font-size: 15px;
    display: flex
;
    align-items: center;
     }
        .treatment-list li i {
            color: #fff;
                font-size: 12px;
    margin-right: 8px;
}
p {
    margin-bottom: 0px;
}
  .service-card {
            background: white;
            padding: 20px;
            border-radius: 10px;
            text-align: center;
            transition: transform 0.3s ease, box-shadow 0.3s ease;
            box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
        }
        .service-card:hover {
            transform: translateY(-5px);
            box-shadow: 0px 6px 15px rgba(0, 0, 0, 0.15);
        }
        .service-card img {
            width: 100%;
            height: 180px;
            object-fit: cover;
            border-radius: 8px;
            margin-bottom: 15px;
        }
        .service-card i {
            font-size: 28px;
            color: #007bff;
            margin-bottom: 10px;
        }
        .service-card h4 {
            font-size: 16px;
            font-weight: bold;
            color: #333;
        }
        .footer{
    display: none;
}
.desktop-icons{
    display: flex;
}
.mobile-icons {
    display:none;
}
 .why-choose {
        background: #f8f9fa;
        padding: 50px 0;
    }
    
    .why-choose .container {
        max-width: 900px;
        text-align: center;
    }

    .why-choose h2 {
        font-size: 2rem;
        font-weight: 700;
        color: #333;
        margin-bottom: 20px;
    }

    .why-choose p {
        font-size: 1.1rem;
        color: #666;
        margin-bottom: 30px;
    }

    .why-choose ul {
        list-style: none;
        padding: 0;
    }

    .why-choose li {
        font-size: 1.1rem;
        color: #333;
        padding: 10px 0;
        
        font-weight: 500;
    }
.list {
    display: flex;
    justify-content: center; /* Centers the list horizontally */
    align-items: center; /* Centers the list vertically (optional) */
}

.list ul {
    list-style: none; /* Removes default bullet points */
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column; /* Ensures items stack vertically */
    align-items: flex-start; /* Aligns text to the same starting point */
    text-align: left; /* Ensures text alignment */
}

    .why-choose li i {
        font-size: 1.5rem;
        color: #bd2852;
        margin-right: 10px;
    }
.full-width-image {
            background: url('assets/doctor.jpg') no-repeat center center;
            background-size: cover;
            height: 600px;
        }
        .fixed-bottom-box {
            display:none;
        }
      .fixed-bottom-box {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    color: #fff;
    box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.1);
    padding: 0;
    z-index: 1000; /* Ensure it stays on top */
}

.fixed-bottom-box .row {
    display: flex;
    justify-content: center;
    align-items: stretch; /* Ensures all columns stretch to equal height */
    text-align: center;
    width: 100%;
}

.fixed-bottom-box .col-4 {
    background: #bd2852;
    display: flex; /* Make columns stretch */
    align-items: stretch; /* Ensures each col takes full height */
    justify-content: center;
    flex: 1; /* Makes sure all columns take equal width */
}

/* Ensure button content takes full height */
.fixed-btn-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    padding: 10px;
    width: 100%;
    height: 100%; /* Ensures full height */
    min-height: 70px; /* Adjust if needed */
}

/* Ensures consistent text alignment and size */
.fixed-btn-content span,
.fixed-btn-content p {
    margin: 0;
    line-height: 1.2; /* Adjust spacing between lines */
    text-align: center;
    white-space: nowrap; /* Optional: Keeps text in one line */
}

/* Icon styling */
.fixed-btn-content i {
    font-size: 24px;
    margin-bottom: 5px;
}
.fixed-btn-content a i,.fixed-btn-content a span {
    color:#fff;
}
.whatsapp-fixed {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 1000;
}
.whatsapp-fixed img {
    width: 50px;
    height: auto;
}
.whatsapp-fixed:hover {
    opacity: 0.8;
}
.btn:hover {
    background: #000;
    color: #fff;
}
.navbar {
    padding: 0px !important;
}

/*faqs*/
 .faq-container {
            max-width: 900px;
            margin: 40px auto;
        }
        .faq-title {
            color: #BD2852;
            text-align: center;
            margin-bottom: 30px;
        }
        .accordion-button {
            background-color:#BD2852 ;
            color: white;
        }
        .accordion-button:not(.collapsed) {
            background-color:#4E4E4E ;
            color:#fff;
        }
        .accordion-button:focus {
            box-shadow: none;
        }
         .accordion-button::after {
           filter: invert(1);
            color: white;
        }
/*services*/
    .surgery-section {
        background-color: #BD2852;
        color: white;
        padding: 30px;
        border-radius: 10px;
        box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
    }
    .surgery-section h2 {
        border-bottom: 3px solid white;
        display: inline-block;
        padding-bottom: 5px;
        font-size: 28px;
        font-weight: bold;
    }
     .surgery-section h4 {
         margin-top:15px;
     }
    .surgery-section p {
        font-size: 18px;
        line-height: 1.7;
    }
    .surgery-list {
        list-style: none;
        padding-left: 0;
    }
    .surgery-list li {
        font-size: 18px;
        margin-bottom: 12px;
        padding-left: 30px;
        position: relative;
    }
    .surgery-list li::before {
        content: "\2B9A";
        font-family: "Font Awesome 6 Free";
        font-weight: 900;
        color: #fff;
        position: absolute;
        left: 0;
    }
    .contact-form {
        background-color: #4E4E4E;
        color: white;
        padding: 25px;
        border-radius: 10px;
        box-shadow: 0 5px 10px rgba(0, 0, 0, 0.3);
    }
    .contact-form h3 {
        border-bottom: 2px solid white;
        display: inline-block;
        padding-bottom: 5px;
        font-size: 22px;
    }
    .contact-form .form-label {
        font-weight: bold;
    }
    .contact-form .form-label::after {
        content: " *";
        color: red;
    }
    .contact-form .form-control {
        border-radius: 6px;
        border: none;
        padding: 12px;
        font-size: 16px;
    }
    .contact-form .btn-primary {
        background-color: #BD2852;
        border: none;
        padding: 12px 20px;
        font-size: 18px;
        font-weight: bold;
        border-radius: 6px;
        transition: 0.3s;
    }
    .contact-form .btn-primary:hover {
        background-color: #a02145;
    }
/* Mobile Styling */
@media (max-width: 768px) {
      .fixed-bottom-box {
            display:block;
        }
    .fixed-bottom-box {
        padding: 0;
    }
    .fixed-btn-content {
        font-size: 12px;
    }
    .fixed-btn-content i {
        font-size: 20px;
    }
}


@media screen and (max-width:776px){
         .why-choose .list {
     display: block;
 }
    .full-width-image {
         background: url(assets/doctor mobile view.jpg) no-repeat center center;
         height:200px;
    } 
   
    .mt-5 {
        margin-top:10px !important;
    }
    .mb-4 {
        margin-bottom: 10px !important;
    }
    .ms-5 {
        margin-top:20px;
    margin-left: 0rem !important;
    margin-bottom:20px;
}
.desktop-icons{
    display: none;
}
.mobile-icons {
    align-items: center;
    display:block;
}
.exp {
    left: 40%;
    padding: 15px 20px;
    border-radius: 10px;
    min-width: 320px;
}
.custom-margin {
    margin-left: 10px;
}
.footer{
    display: block;
}
 .book-an-appointment{
     display:none;
 }
 .whatsapp-fixed{
     display:none;
 }
}
