/*

Text Domain: exam-theme
*/
header {
    background-color: #BF7AB2;
    padding: 10px 0;
    color: white;
}
/* General Styles */
.btn-custom {
    background-color: #BF7AB2;
    color: white;
    border-radius: 5px;
    padding: 10px 20px;
    border: none;
}
.btn-custom:hover {
    background-color: #9C5C94;
}

.top-bar {
    font-size: 14px;
    color: #333;
    border-bottom: 1px solid #ddd;
}
.top-bar .contact-info i {
    color: #BF7AB2;
}
.top-bar .social-icons a {
    color: #BF7AB2;
    font-size: 16px;
    text-decoration: none;
}
.top-bar .social-icons a:hover {
    color: #9C5C94;
}

.navbar-nav {
    gap: 15px; /* Reduce space between menu items */
}
.navbar-nav .nav-item .nav-link {
    padding: 10px 15px; /* Adjust menu padding */
    color: #333;
}
.navbar-nav .nav-item .nav-link:hover {
    color: #BF7AB2;
}


body {
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
    background-color: #f5f5f5;
}

.container {
    max-width: 1200px;
    margin: auto;
}

/* ============ General Menu Styles ============ */
.navbar {
    background-color: #f8f4f9; /* Light background color */
    padding: 15px 20px;
    border-bottom: 2px solid #ddd;
}

.navbar-brand img {
    max-height: 60px; /* Adjust logo size */
}

.navbar-nav .nav-item {
    margin: 0 10px;
}

.navbar-nav .nav-link {
    font-size: 16px;
    font-weight: 600;
    color: #333; /* Dark text color */
    padding: 10px 15px;
}

.navbar-nav .nav-link:hover {
    color: #9b59b6; /* Hover color */
}

/* ============ Dropdown Menu Styles ============ */
.dropdown-menu {
    background-color: white;
    border: 1px solid #ddd;
    border-radius: 5px;
}

.dropdown-menu .dropdown-item {
    font-size: 14px;
    color: #333;
    padding: 10px 20px;
}

.dropdown-menu .dropdown-item:hover {
    background-color: #9b59b6;
    color: white;
}

/* ============ Mobile Menu (Responsive) ============ */
@media (max-width: 991px) {
    .navbar-nav {
        text-align: center;
    }
    .navbar-toggler {
        border-color: #9b59b6;
    }
    .navbar-toggler-icon {
        background-color: #9b59b6;
    }
}
.section-1, .section-2, .section-3, .section-4 {
    padding: 50px 0;
}
.section-3 img {
    width: 80px;
    height: 80px;
    margin-bottom: 10px;
}
.btn-custom {
    background-color: #BF7AB2;
    color: white;
    padding: 10px 20px;
    border-radius: 5px;
    border: none;
}
.btn-custom:hover {
    background-color: #9C5C94;
}

/* Success Stories */
.success-stories .feedback-box {
    background: #f8f8f8;
    padding: 20px;
    border-radius: 10px;
    margin-bottom: 20px;
}
.feedback-user {
    display: flex;
    align-items: center;
    margin-top: 10px;
}
.feedback-img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    margin-right: 10px;
}

/* Smile Gallery */
.before-after img {
    width: 100%;
    border-radius: 5px;
    margin-bottom: 10px;
}

/* Full Background Section */
.full-bg {
    background: url('assets/images/background.jpg') no-repeat center center;
    background-size: cover;
    height: 400px;
    position: relative;
}
.overlay {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    color: white;
}
.btn-custom {
    background: #BF7AB2;
    color: white;
    padding: 12px 25px;
    border-radius: 25px;
    margin: 10px;
    text-decoration: none;
}
.btn-custom:hover {
    background: #9C5C94;
}

/* Contact Section */
.map-container iframe {
    width: 100%;
    height: 200px;
    border-radius: 50%;
}

/* Footer */
.footer {
    background: #764B6E;
    color: white;
}
.footer-links {
    list-style: none;
    padding: 0;
}
.footer-links li {
    display: inline;
    margin: 0 10px;
}
.footer-links a {
    color: white;
    text-decoration: none;
}

.testimonials {
    background-color: #f9f9f9;
}
.testimonial-box {
    background: #fff;
    padding: 20px;
    border-radius: 10px;
    text-align: center;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
    margin: 10px;
    width: 100%;
}
.testimonial-box img {
    width: 80px;
    height: 80px;
    border-radius: 10px; /* Square shape */
    margin-bottom: 10px;
}
.testimonial-box h5 {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 5px;
}
.testimonial-box p {
    font-size: 14px;
    color: #555;
    margin-bottom: 10px;
}
.btn-learn-more {
    background: #BF7AB2;
    color: white;
    padding: 8px 15px;
    border-radius: 5px;
    text-decoration: none;
}
.btn-learn-more:hover {
    background: #9C5C94;
}


