/*!**********************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[2].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[2].use[2]!./src/testimonial-content-slider/style.css ***!
  \**********************************************************************************************************************************************************************************************/
/* Styles for Editor and Frontend */
.p7-testimonial-content-slider-block {
    margin: 1rem 0;
    max-width: 100%;
    width: 100%;
    background-color: var(--p7-testimonial-slider-background_color);
    padding: 48px 0;
    box-sizing: border-box;
    overflow: hidden;
}
/* Center content */
.p7-testimonial-content-slider-block .p7-testimonial-inner {
    margin: 0 auto;
    padding: 0 0 0 60px;
    box-sizing: border-box;
    margin-right: 0 !important;
}
.entry-content.alignfull.wp-block-post-content.has-global-padding.is-layout-constrained.wp-block-post-content-is-layout-constrained {
    padding: 0;
}
/* Top Title Section */
.p7-testimonial-content-slider-block .p7-testimonial-top {
    display: block;
    width: 100%;
    padding: 0;
    box-sizing: border-box;
}
.p7-testimonial-content-slider-block .p7-testimonial-top-title {
    color: var(--p7-testimonial-slider-top_title_color);
    font-size: var(--p7-testimonial-slider-top_title_font_size, 2rem);
    font-weight: var(--p7-testimonial-slider-top_title_font_weight, 400);
    font-family: var(--p7-testimonial-slider-top_title_font_family, sans-serif);
    margin: 0 0 0 0;
    text-transform: uppercase;
    width: 100%;
    line-height: 1.3;
    box-sizing: border-box;
}
.p7-testimonial-content-slider-block .p7-testimonial-top-title-right {
    color: var(--p7-testimonial-slider-top_title_right_color);
    font-size: var(--p7-testimonial-slider-top_title_right_font_size, 2rem);
    font-weight: var(--p7-testimonial-slider-top_title_right_font_weight, 400);
    font-family: var(--p7-testimonial-slider-top_title_right_font_family, sans-serif);
    margin: 0px 0px 30px;
    text-transform: normal;
    width: 100%;
    line-height: 1.3;
    box-sizing: border-box;
}
@media (max-width: 767px) {
    .p7-testimonial-content-slider-block .p7-testimonial-top-title {
        font-size: 1.5rem;
    }
}
/* Button Section (Bottom) */
.p7-testimonial-content-slider-block .p7-testimonial-down {
    display: block;
    width: 100%;
    margin-top: 30px;
    padding: 0;
    box-sizing: border-box;
}
.p7-testimonial-content-slider-block .p7-testimonial-top-button {
    display: inline-block;
    padding: 12px 30px;
    background-color: var(--p7-testimonial-slider-button_bg_color);
    color: var(--p7-testimonial-slider-button_text_color);
    text-decoration: none;
    font-family: var(--p7-testimonial-slider-button_font_family, sans-serif);
    font-weight: var(--p7-testimonial-slider-button_font_weight, 600);
    font-size: var(--p7-testimonial-slider-button_font_size, 1rem);
    transition: opacity 0.3s ease, background-color 0.3s ease;
    cursor: pointer;
}
.p7-testimonial-content-slider-block .p7-testimonial-top-button:hover {
    opacity: 0.9;
    background-color: var(--p7-testimonial-slider-button_bg_color);
}
/* Main Content Wrapper */
.p7-testimonial-content-slider-block .p7-testimonial-content-wrapper {
    display: grid;
    grid-template-columns: 3fr 4fr;
    gap: 65px;
    align-items: start;
    overflow: hidden;
    width: 100%;
    box-sizing: border-box;
    align-items: center;
}
.p7-testimonial-content-slider-block .p7-testimonial-content-wrapper > * {
    min-width: 0;
    box-sizing: border-box;
}
@media (max-width: 1024px) {
    .p7-testimonial-content-slider-block .p7-testimonial-content-wrapper {
        grid-template-columns: 1fr;
        gap: 30px;
    }
}
/* Left Slider (Progress Slider) */
.p7-testimonial-content-slider-block .p7-testimonial-left-slider-wrapper {
    position: relative;
    display: flex;
    flex-direction: column;
    min-height: 260px;
    width: 100%;
    max-width: 100%;
    overflow: hidden;
}
.p7-testimonial-content-slider-block .p7-testimonial-left-slider {
    flex: 0 0 auto;
    overflow: hidden;
    width: 100%;
    max-width: 100%;
}
@media (max-width: 1024px) {
    .p7-testimonial-content-slider-block .p7-testimonial-left-slider-wrapper { min-height: 240px; }
}
.p7-testimonial-content-slider-block .p7-testimonial-left-slider .swiper-wrapper {
    height: auto !important;
    width: 100%;
}
.p7-testimonial-content-slider-block .p7-testimonial-left-slider .swiper-wrapper .p7-testimonial-top,
.p7-testimonial-content-slider-block .p7-testimonial-left-slider .swiper-wrapper .p7-testimonial-down {
    display: block;
    width: 100%;
    flex-shrink: 0;
    position: relative;
}
.p7-testimonial-content-slider-block .p7-testimonial-left-slider .swiper-slide {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 20px 0;
    height: auto !important;
    box-sizing: border-box;
    width: 100%;
    max-width: 100%;
}
.p7-testimonial-content-slider-block .p7-testimonial-left-slide-content {
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: 100%;
    overflow: hidden;
    gap: 20px;
    box-sizing: border-box;
}
.p7-testimonial-content-slider-block .p7-testimonial-slide-title {
    font-size: var(--p7-testimonial-slider-slide_title_font_size, 2.25rem);
    font-weight: var(--p7-testimonial-slider-slide_title_font_weight, 400);
    font-family: var(--p7-testimonial-slider-slide_title_font_family, serif);
    color: var(--p7-testimonial-slider-slide_title_color);
    margin: 0px;
    line-height: 1.2;
    overflow-wrap: break-word;
    word-wrap: break-word;
    word-break: break-word;
    max-width: 100%;
    width: 100%;
    box-sizing: border-box;
}
@media (max-width: 767px) {
    .p7-testimonial-content-slider-block .p7-testimonial-slide-title {
        font-size: 1.75rem;
    }
}
@media (max-width: 480px) {
    .p7-testimonial-content-slider-block .p7-testimonial-slide-title { font-size: 1.35rem; }
}
.p7-testimonial-content-slider-block .p7-testimonial-slide-paragraph {
    font-size: var(--p7-testimonial-slider-slide_paragraph_font_size, 1rem);
    font-weight: var(--p7-testimonial-slider-slide_paragraph_font_weight, 300);
    font-family: var(--p7-testimonial-slider-slide_paragraph_font_family, sans-serif);
    line-height: 1.7;
    color: var(--p7-testimonial-slider-slide_paragraph_color);
    margin: 0 0 25px 0;
    overflow-wrap: break-word;
    word-wrap: break-word;
    word-break: break-word;
    max-width: 100%;
    width: 100%;
    box-sizing: border-box;
}
.p7-testimonial-content-slider-block .p7-testimonial-slide-button {
    display: inline-block;
    padding: 12px 30px;
    background-color: var(--p7-testimonial-slider-button_bg_color);
    color: var(--p7-testimonial-slider-button_text_color);
    text-decoration: none;
    border-radius: 4px;
    font-weight: 500;
    transition: opacity 0.3s ease;
    align-self: flex-start;
    margin-top: 10px;
}
.p7-testimonial-content-slider-block .p7-testimonial-slide-button:hover {
    opacity: 0.9;
}
/* Right Slider (Testimonials Slider) */
.p7-testimonial-content-slider-block .p7-testimonial-right-slider {
    height: auto;
    overflow: hidden;
    width: 100%;
    max-width: 100%;
}
@media (max-width: 1024px) {
    .p7-testimonial-content-slider-block .p7-testimonial-right-slider {
        height: auto;
    }
}
.p7-testimonial-content-slider-block .p7-testimonial-right-slider .swiper-wrapper {
    height: auto !important;
    align-items: stretch;
    width: 100%;
    max-width: 100%;
}
.p7-testimonial-content-slider-block .p7-testimonial-right-slider .swiper-slide {
    height: auto !important;
    box-sizing: border-box;
    /* display: flex; */
}
/* Testimonial Card */
.p7-testimonial-content-slider-block .p7-testimonial-card {
    background: var(--p7-testimonial-slider-testimonial_card_bg_color, #062537);
    border-radius: 0px;
    overflow: hidden;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    height: auto !important;
    max-height: 100%;
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
    padding: 30px 20px 20px;
}
.p7-testimonial-content-slider-block .p7-testimonial-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}
/* Circular Image */
.p7-testimonial-content-slider-block .p7-testimonial-image-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
    width: 100%;
}
.p7-testimonial-content-slider-block .p7-testimonial-image {
    width: 150px;
    height: 150px;
    border-radius: 50%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
    background-color: #E0E0E0;
    border: 3px solid rgba(255, 255, 255, 0.2);
}
.p7-testimonial-content-slider-block .p7-testimonial-image-placeholder {
    width: 150px;
    height: 150px;
    border-radius: 50%;
    background-color: #E0E0E0;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 3px solid rgba(255, 255, 255, 0.2);
}
.p7-testimonial-content-slider-block .p7-testimonial-image-placeholder svg {
    width: 60px;
    height: 60px;
    opacity: 0.5;
}
/* Testimonial Content */
.p7-testimonial-content-slider-block .p7-testimonial-content {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 15px;
    text-align: left;
}
.p7-testimonial-content-slider-block .p7-testimonial-quote {
    font-size: var(--p7-testimonial-slider-testimonial_quote_font_size, 1rem);
    font-weight: var(--p7-testimonial-slider-testimonial_quote_font_weight, 400);
    font-family: var(--p7-testimonial-slider-testimonial_quote_font_family, sans-serif);
    color: var(--p7-testimonial-slider-testimonial_quote_color, #FFFFFF);
    line-height: 1.6;
    margin: 0;
    flex: 1;
}
.p7-testimonial-content-slider-block .p7-testimonial-name-title {
    margin-top: auto;
    padding-top: 15px;
}
.p7-testimonial-content-slider-block .p7-testimonial-name {
    font-size: var(--p7-testimonial-slider-testimonial_name_font_size, 1rem);
    font-weight: var(--p7-testimonial-slider-testimonial_name_font_weight, 700);
    font-family: var(--p7-testimonial-slider-testimonial_name_font_family, sans-serif);
    color: var(--p7-testimonial-slider-testimonial_name_color, #FFFFFF);
    margin: 0;
    line-height: 1.3;
}
/* Editor Styles */
.p7-testimonial-content-slider-block-edit {
    padding: 0px;
    margin: 20px 0;
    max-width: 100% !important;
    width: 100%;
    box-sizing: border-box;
    overflow: hidden;
}
.p7-testimonial-content-slider-block-edit.is-selected {
    border: 2px dashed #007cba;
    border-radius: 4px;
    background-color: #fff;
}
/* Left Slider Controls (Pagination & Navigation) */
.p7-testimonial-content-slider-block .p7-testimonial-left-slider-controls {
    display: flex;
    align-items: center;
    gap: 15px;
}
.p7-testimonial-content-slider-block .p7-testimonial-slider-pagination {
    display: flex;
    align-items: center;
    gap: 0;
    font-size: 1rem;
    font-weight: 400;
    min-width: 60px;
}
.p7-testimonial-content-slider-block .p7-testimonial-slider-pagination-current {
    font-weight: 400;
    color: #0067B1;
}
.p7-testimonial-content-slider-block .p7-testimonial-slider-pagination-separator {
    margin: 0 4px;
    color: #666;
}
.p7-testimonial-content-slider-block .p7-testimonial-slider-pagination-total {
    color: #666;
}
.p7-testimonial-content-slider-block .p7-testimonial-slider-progress-bar {
    flex: 1;
    height: 1px;
    background-color: #666;
    position: relative;
    max-width: 200px;
    margin: 0 10px;
}
.p7-testimonial-content-slider-block .p7-testimonial-slider-progress-bar-fill {
    height: 100%;
    background-color: var(--p7-testimonial-slider-progress_color);
    transition: width 0.3s ease;
}
.p7-testimonial-content-slider-block .p7-testimonial-slider-navigation {
    display: flex;
    gap: 24px;
    align-items: center;
}
.p7-testimonial-content-slider-block .p7-testimonial-left-slider-wrapper .swiper-button-next,
.p7-testimonial-content-slider-block .p7-testimonial-left-slider-wrapper .swiper-button-prev {
    position: relative;
    width: auto;
    height: auto;
    margin: 0;
    top: auto;
    left: auto;
    right: auto;
    background: transparent;
    border: none;
    border-radius: 0;
    color: var(--p7-testimonial-slider-progress_color);
    cursor: pointer;
    transition: opacity 0.3s ease;
    opacity: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
}
.p7-testimonial-content-slider-block .p7-testimonial-left-slider-wrapper .swiper-button-prev {
    background: transparent;
    border: none;
    color: #0067B1;
}
.p7-testimonial-content-slider-block .p7-testimonial-left-slider-wrapper .swiper-button-prev.swiper-button-disabled {
    color: #666;
    opacity: 0.3;
}
.p7-testimonial-content-slider-block .p7-testimonial-left-slider-wrapper .swiper-button-next {
    background: transparent;
    border: none;
    color: var(--p7-testimonial-slider-progress_color);
}
.p7-testimonial-content-slider-block .p7-testimonial-left-slider-wrapper .swiper-button-next:hover,
.p7-testimonial-content-slider-block .p7-testimonial-left-slider-wrapper .swiper-button-prev:hover {
    opacity: 0.7;
}
.p7-testimonial-content-slider-block .p7-testimonial-left-slider-wrapper .swiper-button-next:after,
.p7-testimonial-content-slider-block .p7-testimonial-left-slider-wrapper .swiper-button-prev:after {
    font-size: 18px;
    font-weight: 400;
}
.p7-testimonial-content-slider-block .p7-testimonial-left-slider-wrapper .swiper-button-disabled {
    opacity: 0.3;
    cursor: not-allowed;
    color: #666;
}
@media (max-width: 1024px) {
    .p7-testimonial-content-slider-block {
        padding: 38px 0;
    }

    .p7-testimonial-content-slider-block .p7-testimonial-inner {
        padding: 0 40px;
    }
}
@media (max-width: 767px) {
    .p7-testimonial-content-slider-block {
        padding: 28px 0;
    }

    .p7-testimonial-content-slider-block .p7-testimonial-inner {
        padding: 0 20px;
    }
}



/*# sourceMappingURL=style-index.css.map*/