/*
Theme Name: Child Supernova
Version: 1.0
Description: A child theme of Hello Elementor
Author: admin
Template: hello-elementor
*/

@import url("../hello-elementor/style.css");
.elementor-field-type-submit button {height: 60px !important;cursor: pointer;}
.scroll-offset {
  scroll-margin-top: 180px; /* Adjust to match your sticky header height */
}

.testimonial-card {
    background: #fff;
    border: 1px solid #e0e0e0;
    border-radius: 12px;
    padding: 20px;
    box-shadow: 0 4px 10px rgba(0,0,0,0.05);
    min-height: 230px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
	border-bottom: 5px solid #3F3691;
}

.testimonial-content {
    font-size: 15px;
    line-height: 1.6;
    margin-bottom: 15px;
    color: #474444;
}

.testimonial-author {
    display: flex;
    align-items: center;
    gap: 12px;
}

.testimonial-author img {
    width: 50px !important;
    height: 50px;
    border-radius: 50%;
    object-fit: cover;
}

.author-info h4 {
    margin: 0;
    font-size: 16px;
    font-weight: 600;
    color: #3F3691 !important;
}

.author-info span {
    font-size: 14px;
    color: #3F3691 !important;
}

/* Make all items in the row same height */
.testimonial-slider .owl-stage {
    display: flex;
}

.testimonial-slider .owl-item {
    display: flex;
    height: auto !important;
}

.testimonial-card {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

/* Position nav arrows in the center */
.testimonial-slider .owl-nav {
        position: relative;
    top: 0;
    left: 0;
    width: 100%;
    gap: 10px;
    display: flex;
    justify-content: center;
    /* transform: translateY(-50%); */
    pointer-events: none;
    flex-wrap: nowrap;
    align-items: center;
    margin-top: 30px;
}

.testimonial-slider .owl-nav button {
    background: #fff !important;
    border: 2px solid #ddd !important;
    border-radius: 50% !important;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px !important;
    color: #111 !important;
    cursor: pointer;
    pointer-events: all; /* make button clickable */
    box-shadow: 0 4px 10px rgba(0,0,0,0.1);
    transition: all 0.3s ease;
}

.testimonial-slider .owl-nav button:hover {
    background: #111 !important;
    color: #fff !important;
    border-color: #111 !important;
}


.testimonial-card::after {
    content: "";
    position: absolute;
    bottom: 8px;
    right: 5px;
    width: 100px;
    height: 100px;
    background: url("https://www.supernovahealing.com.au/wp-content/uploads/2025/08/circle.png") no-repeat center center;
    background-size: contain;
    opacity: 0.04;
    pointer-events: none;
}
.testimonial-card:hover::after {
    opacity: 0.05;
}

.page-content > h1, .page-content > p, .page-content > h2, .page-content > h3, .page-content > h4, .page-content > h5, .page-content > h6 {max-width: 1140px !important;margin: 50px auto !important;position: relative;}
.bpa-frontend-main-container {padding-bottom:100px !important;}
.page-content {padding:0 20px;}