/* background-logo */
/* google-my-business-banner-content-section */
.google-my-business-banner-section{
    margin-top: 70px;
    background-image: url('/aliteAssets/assets/images/AA-background.svg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    height: 738px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.google-my-business-banner-section p {
    max-width: 1040px;
    margin: 0 auto;
    padding: 30px 0;
}

/* google-my-business-img-section */
.my-business-background-img{
    margin: 35px 0 100px;
}

.my-business-background-img img{
    width: 100%;
}

/* why-google-business-section */
.why-google-my-business-section{
    max-width: 1220px;
    padding: 50px 0 100px 0;
}

/* google-my-business-testimonial-section */

.google-carousel-section{
    padding: 50px 0;
    max-width: 1380px;
    margin: 0 auto;
}
.google-business-carousel-img{
    border-radius: 50%;
    height: 100px;
    width: 100px !important;
    position: relative;
    left: calc(50% - 50px);
}

.google-carousel-section .owl-dots .owl-dot.active span{
    background: var(--primary-color-gray) !important;
    width: 50px !important;
}

.google-carousel-section .owl-dots .owl-dot:hover span{
    background-color: transparent;
}

.google-carousel-section .owl-dots .owl-dot span{
    width: 10px !important;
    height: 5px !important;
    margin: 3px !important;
    background: #E0E0E0 !important;
}

/* media-query-starts-here */

@media screen and (max-width:1440px) {
    .why-google-my-business-section {
        width: 100%;
        padding: 60px 20px;
    }
    .google-carousel-section {
        padding: 0;
    }
    .google-carousel-section p{
        padding-top: 60px;
    }
}

@media screen and (max-width:1024px) {
    .my-business-background-img {
        margin: 50px 0;
    }
}

@media screen and (max-width:991px) {
    .google-my-business-banner-section {
        margin-top: 0px;
    }
    .google-services-section{
        padding: 40px 0px;
    }
    .google-carousel-section p {
        padding-top: 30px;
    }
}

@media screen and (max-width:820px) {
    .why-google-my-business-section {
        padding: 20px 0;
    }
    .google-my-business-banner-section {
        height: auto;
        margin-top: 50px;
    }
}

@media screen and (max-width: 425px){
    .services-section {
        gap: 20px;
    }
    .services-card {
        padding: 10px;
    }
}