
/* Default: No Bold on Desktop */
h1, h2, h3, h4, h5, h6, .menu-item, a {
    font-weight: normal !important;
}

/* Bold Headings, Menu Text & Links on Mobile */
@media screen and (max-width: 768px) { 
    h1, h2, h3, h4, h5, h6, .menu-item, a {
        font-weight: bold !important;
    }
}
/* Style for dropdown arrow */
.dropdown-arrow {
    font-size: 12px;
    margin-left: 5px;
    display: inline-block;
}

/* Add animation effect */
.menu-item-has-children:hover .dropdown-arrow {
    transform: rotate(180deg);
    transition: transform 0.3s ease-in-out;
}
@media screen and (max-width: 768px) {
    .menu-item-has-children > a::after {
        display: none !important;
    }
}
.locations-center {
    display: flex !important;
    justify-content: center !important;
    align-items: center;
    gap: 80px;
}

.locations-center > .wpb_column {
    text-align: center;
}
.locations-center .wpb_single_image {
    text-align: center !important;
}

.locations-center .wpb_single_image img {
    display: block !important;
    margin: 0 auto !important;
}

.locations-center .vc_btn3-container {
    text-align: center !important;
}
/* Limit only doctor details area */
.vc_gitem-post-data-source-post_excerpt {
    height: 100px !important;
    overflow: hidden !important;
}

/* Keep button spacing normal */
.vc_btn3-container {
    margin-top: 10px !important;
}
.vc_grid-item-mini .vc_gitem-post-data {
    min-height: 40px !important;
}

.vc_grid-item-mini .vc_btn3-container {
    margin-top: 10px !important;
}
/* Remove space in Find Doctors column */
.find-doctors .vc_column-inner {
    height: auto !important;
    min-height: auto !important;
}
/* Remove space below the description */
.wpb_text_column,
.wpb_text_column p {
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
}

/* Remove top space from the first button */
.vc_btn3-container {
    margin-top: 0 !important;
}

/* Reduce overall gap */
.wpb_wrapper > .vc_btn3-container:first-of-type {
    margin-top: 10px !important;
}
.wpb_text_column {
    margin: 0 !important;
}

.wpb_text_column p {
    margin: 0 !important;
}

.vc_btn3-container {
    margin: 5px 0 !important;
    padding: 0 !important;
}


