/*
 Theme Name: Divi Child
 Theme URI: http://www.elegantthemes.com/gallery/divi/
 Description:  Divi Child Theme
 Author: Elegant Themes
 Author URI: http://www.elegantthemes.com
 Template:     Divi
 Version: 3.0.90
 Tags: responsive-layout, one-column, two-columns, three-columns, four-columns, left-sidebar, right-sidebar, custom-background, custom-colors, featured-images, full-width-template, post-formats, rtl-language-support, theme-options, threaded-comments, translation-ready
 License: GNU General Public License v2
 License URI: http://www.gnu.org/licenses/gpl-2.0.html
 Text Domain:  Divi-child
*/

/* Theme customization starts here
-------------------------------------------------------------- */





.swiper {
    position:relative;
    overflow:hidden;
    -webkit-text-size-adjust:none
  }

.swiper-wrapper {
    display:flex
}

.swiper-slide {
    -ms-flex-negative:0;
    flex-shrink:0;
    position:relative
}

.swiper-pagination {
    margin-top:var(--el-spacing);
    position:relative;
    align-items:center;
    display:flex;
    z-index:99;
    justify-content:center
}

.swiper-pagination-bullet {
    height:18px;
    width:18px;
    cursor:pointer
}

.swiper-pagination-bullet:after {
    content:"";
    height:12px;
    width:12px;
    margin:3px;
    border:1px solid var(--main-color);
    display:block;
    border-radius:100%
}

.swiper-pagination-bullet-active:after {
    background:var(--main-color)
}

.slider.w .swiper-pagination-bullet:after {
    border:1px solid #fff
}

.slider.w .swiper-pagination-bullet-active:after {
    background:#fff
}

.swiper-button-next,
.swiper-button-prev {
    height:50px;
    width:50px;
    position:absolute;
    z-index:1;
    top:50%;
    cursor:pointer;
    transition:all .3s ease;
    padding:10px;
    border:1px solid var(--main-color);
    border-radius:100%;
    display:flex;
    align-items:center;
    justify-content:center
}

.swiper-button-next::before,
.swiper-button-prev:before {
    content:"";
    display:block;
    position:absolute;
    height:15px;
    width:15px;
    border-right:1px solid var(--main-color);
    border-top:1px solid var(--main-color);
    z-index:2;
    margin-right:3px;
    margin-top:3px
}

.slider.w .swiper-button-next,
.slider.w .swiper-button-prev {
    border:1px solid #fff
}

.slider.w .swiper-button-next::before,
.slider.w .swiper-button-prev:before {
    border-right:1px solid #fff;
    border-top:1px solid #fff
}

.swiper-button-next {
    right:40px;
    transform:translateY(-50%) rotate(45deg)
}

.swiper-button-prev {
    left:40px;
    transform:translateY(-50%) rotate(-135deg)
}

.slider.nav-out .swiper-button-next {
    right:-70px
}

.slider.nav-out .swiper-button-prev {
    left:-70px
}

.swiper-button-disabled {
    opacity:0;
    visibility:hidden
}

.swiper-slide-active {
    z-index:2
}

.slider.cont-out .swiper-slide:first-child {
    margin-left: clamp(calc((100% - var(--width)) / 2), calc((100vw - var(--maxwidth)) / 2), calc((100vw - var(--maxwidth)) / 2)) !important
}

.slider.cont-out .swiper-slide:last-child {
    margin-right: clamp(calc((100% - var(--width)) / 2), calc((100vw - var(--maxwidth)) / 2), calc((100vw - var(--maxwidth)) / 2)) !important
}

.google-reviews-overview {
    text-align: center;
    margin-bottom: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 15px;
}

.google-reviews-overview .overall-stars {
    color: #fad407;
    display: flex;
    margin: auto;
    justify-content: center;
}

.google-reviews-overview .overall-stars .star {
    font-size: 24px;
    line-height: 1em;
}

.google-logo {
    margin-top: 10px;
}

.review-stars {
    display: flex;
    color: #fad407;
    font-size: 16px;
}

.swiper-rev .swiper-slide {
    display: flex;
    flex-direction: column;
    text-align: left;
}

.review-text {
    font-size: 16px;
    margin-bottom: 15px;
    padding: 30px;
    background: #eff2f4;
    border-radius: 20px;
    height: 100%;
}

.review-author {
    display: flex;
    align-items: center;
    margin-left: 30px;
}

.review-author img.review-profile {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    margin-right: 10px;
}

.review-placeholder {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    margin-right: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-weight: bold;
    font-size: 18px;
}

.review-date {
    font-size: 14px;
    color: #888;
}

.review-source {
    font-size: 12px;
    color: #888;
    margin-bottom: 10px;
}

.star {
    font-size: 18px;
    color: #ddd;
}

.star.filled {
    color: #FFD700;
}

.read-more {
    background: none;
    border: none;
    color: #007BFF;
    cursor: pointer;
    text-decoration: underline;
}