
        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, #e1e1e1, rgb(223 224 225)) !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:#000;
    border-radius: 25px;
    color:#fff;
    padding:10px 30px;
}
.get-in-touch{
     background: #c0f1ff;
    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: #033a97;
    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: black; /* Change to white if needed */
    font-weight: bold;
}

.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: #033a97;
}
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;
}

/*//contactpage*/

.contact-section {
            background: white;
            border-radius: 10px;
            padding: 20px;
            box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
        }
        .contact-form {
            padding: 20px;
            background: #f8f9fa;
            border-radius: 10px;
        }
        .btn-submit {
            background: #033a97;
            color: white;
            padding: 10px 20px;
            border: none;
            border-radius: 25px;
            transition: 0.3s;
        }
        .btn-submit:hover {
            background: #022b70;
        }
        .form-control:focus {
            border-color: #033a97;
            box-shadow: 0 0 5px rgba(3, 58, 151, 0.5);
        }
/*aboutuspage*/
 .about-section {
            background: white;
            padding: 50px;
            border-radius: 10px;
            box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
            margin-top: 30px;
        }
          .about-section h2 {
    color: #033a97;
    border-bottom: 2px solid #033a97;
       }
      .about-section  h4 {
            color: #033a97;
            border-bottom: 2px solid #033a97;
            padding-bottom: 5px;
            display: inline-block;
        }
       .about-section h5 {
            color: #022b70;
            margin-top: 20px;
        }
       .about-section ul {
            list-style: none;
            padding-left: 0;
        }
       .about-section ul li {
            padding: 5px 0;
            position: relative;
            padding-left: 20px;
        }
      .about-section ul li::before {
            content: "\f0a4";
            font-family: "Font Awesome 6 Free";
            font-weight: 900;
            color: #033a97;
            position: absolute;
            left: 0;
            top: 6px;
        }
        .about-container {
            max-width: 1100px;
            margin: auto;
        }
        
        /*fqs*/
          .faq-header {
            background: #033a97;
            color: white;
            padding: 20px;
            text-align: center;
            border-radius: 10px 10px 0 0;
        }
        .accordion-button {
            font-weight: bold;
        }
        .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-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;
}
.full-width-image {
            background: url('assets/slider.png') 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: #007bff;
    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;
}

/* 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){
    .full-width-image {
         background: url(assets/mobile-banner.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;
 }
}
