#topbar {
    background-color: #622673 !important;
}

.btn-get-started {
    background-color: #9B72A6 !important;
}

.btn-get-started:hover {
    background-color: #622673 !important;
}

.navmenu li a,
.navmenu li a span {
    text-transform: none;
}

.navmenu .cta-btn {
    padding: 10px 15px !important;
    background-color: #9B72A6;
    text-transform: none;
    border-radius: 20px;
}

.navmenu .cta-btn:hover {
    background: #622673;
}

.breadcrumbs a{
    color: #9B72A6;
}

.breadcrumbs a:hover{
    color: #622673;
}

li a.active {
    color: #622673 !important;
}

.header .logo img {
    max-height: 80px !important;
}

.branding {
    background-color: #EAD8F2 !important;
}


.testimonials .swiper-pagination .swiper-pagination-bullet {
    border: 1px solid #622673;
}

.carousel-indicators li.active,
.testimonials .swiper-pagination .swiper-pagination-bullet-active {
    background: #622673 !important;
}

.featured-services .service-item:before {
    background-color: #9B72A6 !important;
    color: #333 !important;
}

.featured-services .service-item .icon i {
    color: #9B72A6;
}

.accent-background {
    background-color: #EAD8F2 !important;
}

.accent-background .cta-btn,
.see-more {
    background-color: #9B72A6;
    border: none;
}

.accent-background .cta-btn:hover,
.see-more:hover {
    background: #622673;
    border: none;
    color: #FFF;
}

.accent-background h3,
.accent-background p {
    color: #333 !important;
}

.pulsating-play-btn {
    background: radial-gradient(#622673 50%, color-mix(in srgb, #9B72A6, transparent 75%) 52%);
}

.pulsating-play-btn:before {
    border: solid 5px radial-gradient(#622673 50%, color-mix(in srgb, #9B72A6, transparent 75%) 52%) !important;
    ;
}

.section-title h2:after {
    background: #9B72A6;
}

/* Blog Section */
.blog {
    background: #EAD8F2;
    padding: 60px 0;
}

.blog-item {
    background: #fff;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease-in-out;
}

.blog-item:hover {
    transform: translateY(-5px);
}

.blog-item img {
    width: 100%;
    border-radius: 10px;
}

.blog-item h4 {
    font-size: 20px;
    margin-top: 15px;
    font-weight: 600;
}

.blog-item p {
    font-size: 14px;
    color: #6c757d;
    margin: 10px 0;
}

.read-more {
    display: inline-flex;
    align-items: center;
    font-size: 14px;
    color: #622673;
    font-weight: 600;
    text-decoration: none;
}

.read-more i {
    margin-left: 5px;
    transition: transform 0.3s ease-in-out;
}

.read-more:hover i {
    transform: translateX(5px);
}

/* Botão Ver Todos os Posts */
.btn-view-all {
    display: inline-block;
    padding: 12px 24px;
    color: #fff;
    background: #9B72A6;
    border-radius: 4px;
    text-decoration: none;
    transition: background 0.3s ease-in-out;
}

.btn-view-all:hover {
    background: #622673;
    color: #fff;
}

h4 a {
    color: #9B72A6 !important;
}


.resources {
    background-color: #fff;
    padding: 80px 0;
}

.resource-item {
    background: #fff;
    border-radius: 10px;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
    padding: 20px;
    text-align: center;
    transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
}

.resource-item img {
    width: 100%;
    border-radius: 10px;
    margin-bottom: 15px;
}

.resource-item h4 a {
    font-size: 20px;
    font-weight: 600;
    color: #333;
    text-decoration: none;
    transition: color 0.3s ease-in-out;
}

.resource-item p {
    font-size: 14px;
    color: #666;
    margin-bottom: 15px;
}

.read-more {
    color: #9B72A6;
    font-weight: 600;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
}

.read-more i {
    margin-left: 5px;
    transition: margin-left 0.3s ease-in-out;
}

.read-more:hover i {
    margin-left: 10px;
}

.resource-item:hover {
    transform: translateY(-5px);
    box-shadow: 0px 8px 20px rgba(0, 0, 0, 0.15);
}


/* Forum */

/* Estilos gerais da seção Fórum */
.forum {
    background-color: #f4f8fb;
    padding: 80px 0;
    font-family: 'Arial', sans-serif;
}

.forum-post {
    background-color: #fff;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
    margin-bottom: 30px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.forum-post:hover {
    transform: translateY(-5px);
    box-shadow: 0px 6px 20px rgba(0, 0, 0, 0.2);
}

.post-header {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}

.avatar {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    margin-right: 15px;
    background-color: #9B72A6;
    color: white;
    font-size: 18px;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
    text-transform: uppercase;
}

.post-header h4 a {
    font-size: 16px;
    font-weight: bold;
    text-decoration: none;
    color: #333;
}

.post-header .post-time {
    font-size: 12px;
    color: #777;
    margin-left: 10px;
}

.post-title {
    font-size: 20px;
    font-weight: 600;
    color: #333;
}

.post-content {
    font-size: 16px;
    color: #555;
    margin-bottom: 20px;
}

.post-actions {
    display: flex;
    justify-content: space-between;
}

.post-actions a {
    color: #9B72A6;
    font-weight: 600;
    text-decoration: none;
}

.post-actions i {
    margin-right: 5px;
}

.comments .comment {
    margin-top: 20px;
    background-color: #f4f4f4;
    padding: 15px;
    border-radius: 10px;
}

.comment-header {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.comment-header h5 a {
    font-size: 14px;
    font-weight: bold;
    color: #333;
}

.comment-header .comment-time {
    font-size: 12px;
    color: #777;
    margin-left: 10px;
}

.comment-content {
    font-size: 15px;
    color: #555;
}

.comment-actions {
    margin-top: 10px;
}

.comment-actions a {
    color: #9B72A6;
    font-weight: 600;
    text-decoration: none;
    margin-right: 10px;
}

.reply {
    background-color: #f0f0f0;
    margin-top: 15px;
    padding: 15px;
    border-radius: 10px;
}

.comment-form {
    background-color: #fff;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
}

.comment-form h4 {
    font-size: 20px;
    margin-bottom: 15px;
}

.comment-form .form-group {
    margin-bottom: 15px;
}

.comment-form textarea {
    width: 100%;
    height: 100px;
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 10px;
    font-size: 14px;
    resize: none;
    background-color: #f9f9f9;
    color: #555;
}

.comment-form .form-actions {
    text-align: right;
}

.comment-form .btn-submit {
    background-color: #9B72A6;
    color: white;
    padding: 10px 20px;
    border: none;
    border-radius: 25px;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.comment-form .btn-submit:hover {
    background-color: #622673;
}

.comment-actions a:hover,
.comment-form .btn-submit:hover {
    text-decoration: none;
}



/* Estilo da seção de Podcasts */
.podcasts {
    background: #EAD8F2;
}

.podcasts .section-title {
    text-align: center;
    margin-bottom: 30px;
}

.podcasts .podcast-item {
    background-color: #f9f9f9;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
}

.podcasts .podcast-item:hover {
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.15);
}

.podcasts .podcast-thumbnail {
    width: 100%;
    height: 200px;
    overflow: hidden;
}

.podcasts .podcast-thumbnail img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.podcasts .podcast-content {
    padding: 20px;
}

.podcasts .podcast-title {
    font-size: 18px;
    font-weight: bold;
    color: #333;
    text-decoration: none;
    margin-bottom: 10px;
    display: block;
}

.podcasts .podcast-title:hover {
    color: #9B72A6;
}

.podcasts .podcast-description {
    font-size: 14px;
    color: #555;
    margin-bottom: 10px;
}

.podcasts .podcast-duration {
    font-size: 12px;
    color: #888;
    margin-bottom: 15px;
    display: block;
}

.podcasts .podcast-actions .btn-play {
    background-color: #9B72A6;
    color: #fff;
    padding: 8px 12px;
    border-radius: 4px;
    text-decoration: none;
    font-size: 14px;
    display: inline-block;
}

.podcasts .podcast-actions .btn-play i {
    margin-right: 8px; .quote-icon-left,
.testimonials .testimonial-item .quote-icon-right {
    color: color-mix(in srgb, #9B72A6, transparent 50%);
}
}

.podcasts .podcast-actions .btn-play:hover {
    background-color: #0056b3;
}

.testimonials .testimonial-item

.doctors .team-member .social a:hover {
    color: #fff;
    background: #9B72A6;
}

@media (min-width: 992px) {

    .gallery .swiper-slide-active {
        border: 6px solid #9B72A6;
    }
}

.testimonials .swiper-pagination .swiper-pagination-bullet,
.gallery .swiper-pagination .swiper-pagination-bullet {
    border: 1px solid #9B72A6 !important;
}

.testimonials .swiper-pagination .swiper-pagination-bullet-active,
.gallery .swiper-pagination .swiper-pagination-bullet-active {
    background-color: #9B72A6 !important;
}

.faq .faq-container .faq-active {
    border-color: #9B72A6
}

.faq .faq-container .faq-item h3:hover {
    color: #9B72A6
}

.faq .faq-container .faq-active .faq-toggle {
    transform: rotate(90deg);
    color: #9B72A6;
}

.contact .info-item i {
    color: #9B72A6;
    border: 2px dotted color-mix(in srgb, #9B72A6, transparent 40%);
}
.php-email-form input,
.php-email-form textarea, .php-email-form select {
    border-radius: 6px !important;
}
.php-email-form input:focus,
.php-email-form textarea:focus, .php-email-form select:focus {
    border-color: #9B72A6 !important;
}

.php-email-form button[type=submit] {
    background: #9B72A6 !important;
}

.php-email-form button[type=submit]:hover {
    background: color-mix(in srgb, #622673, transparent 20%) !important;
}

.scroll-top {
    background-color: #9B72A6;
}


.scroll-top:hover {
    background-color: color-mix(in srgb, #622673, transparent 20%);
}

/* .hero .container {
            background: color-mix(in srgb, var(--surface-color), transparent 10%);
        } */

@media (max-width: 1200px) {
    .hero .container {
        margin-left: 0px;
        margin-right: 0px;
    }
}

/* Custom CSS */
.blog-item {
    background-color: #fff;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease-in-out;
}

.blog-item:hover {
    transform: translateY(-10px);
    box-shadow: 0 6px 10px rgba(0, 0, 0, 0.15);
}

.blog-item img {
    width: 100%;
    height: 250px;
    object-fit: cover;
}

.sidebar {
    background-color: #f7f7f7;
    padding: 20px;
    border-radius: 8px;
}

.sidebar-title {
    font-size: 1.25rem;
    font-weight: 600;
    margin-bottom: 1rem;
}

.categories-list li, .popular-posts li {
    margin-bottom: 10px;
}

.read-more {
    color: #9B72A6;
    font-weight: bold;
}

.read-more:hover {
    text-decoration: underline;
}

/* Blog Detail Page */
.blog-post {
    background-color: #fff;
    padding: 30px;
    border-radius: 8px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.post-title {
    font-size: 2rem;
    font-weight: 600;
    margin-bottom: 20px;
}

.post-meta {
    font-size: 0.875rem;
    color: #777;
    margin-bottom: 20px;
}

.post-meta .post-author {
    margin-right: 15px;
}

.post-meta .post-date {
    margin-right: 15px;
}

.post-meta .post-comments a {
    color: #007bff;
}

.share-buttons a {
    margin-right: 10px;
}

.comment-item {
    margin-bottom: 20px;
    border-bottom: 1px solid #f1f1f1;
    padding-bottom: 10px;
}

.comment-author {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.comment-avatar {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    margin-right: 10px;
}

.comment-text {
    font-size: 1rem;
    line-height: 1.6;
}

.comment-form {
    margin-top: 30px;
}

.comment-form textarea {
    width: 100%;
    resize: none;
    height: 100px;
    padding: 10px;
    border-radius: 8px;
    border: 1px solid #ccc;
    font-size: 1rem;
}

.comment-form button {
    margin-top: 10px;
    font-weight: bold;
}

/* Estilo para o avatar com iniciais */
.comment-avatar {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #007bff; /* Cor de fundo do avatar */
    display: flex;
    justify-content: center;
    align-items: center;
    color: white; /* Cor do texto (iniciais) */
    font-weight: bold;
    font-size: 16px;
    text-transform: uppercase; /* Para garantir que as iniciais fiquem em maiúsculas */
}

/* Estilo das iniciais */
.initials {
    font-size: 18px; /* Tamanho das iniciais */
}

/* Personalize as iniciais conforme necessário */
.comment-author .author-name {
    margin-left: 10px;
    font-weight: bold;
}
