/*
Theme Name: Dr. Prapti Dentalcare and Imaplant Center
Theme URI: https://example.com
Author: Your Name
Author URI: https://example.com
Description: Bootstrap based Classic Child Theme for Dental Website
Template: twentytwentyfive
Version: 1.0.0
Text Domain: prapti-dentalcare
*/

/* Bootstrap overrides & custom styles */
a {
    text-decoration: unset;
}
.logo-img {
    max-width: 100%;
    width: 200px;
}
.bg-primary {
    background-color: #dc291b !important;
}
.btn-primary {
    color: #fff;
    background-color: #dc291b;
    border-color: #dc291b;
}
.text-primary {
    color: #dc291b !important;
}
.btn-secondary {
    color: #fff;
    background-color: #868686;
    border-color: #868686;
}