@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
/* v2 */
* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-family: "Poppins", sans-serif;
}
html {
    -ms-text-size-adjust: 100%; /* For IE/Edge */
    -webkit-text-size-adjust: 100%; /* For Chrome/Safari */
}

input:focus, textarea:focus {
    outline: none;  /* Remove outline on focus */
}

/* Disable pinch zoom on mobile */
meta[name="viewport"] {
    user-scalable: no;
}
html {
    overflow-x: hidden;
}

body {
    font-family: "Poppins", sans-serif;
    overflow-x: hidden;
}

:root {
    --primary-color: #EDEDED;
    --black-color: #000;
    --white-color: #fff;

}

img {
    width: auto;
    height: auto;
    max-width: 100%;
}


h1,
.h1 {
    font-size: 20px;
    font-weight: 500;
    line-height: 30px;
    color: #000000;
    margin-bottom: 18px;
}

h2,
.h2 {
    font-size: 18px;
    font-weight: 600;
    line-height: 27px;
    color: #000000;
    margin-bottom: 18px;
}

h3,
.h3 {
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    margin-top: 10px;
    color: #000;
}

h4,
.h4 {
    display: block;
    font-size: 18px;
    font-weight: 700;
    line-height: 30px;
}


p,
.p {
    font-size: 16px;
    font-weight: 400;
    line-height: 25px;
    letter-spacing: 0.01em;
    color: #000;
}


a {
    text-decoration: none;
}


.section-wrapper {
    padding: 60px 0px;
}



.bg-primary {
    background-color: var(--primary-color);
}


.bg-white {
    background-color: #fff !important;
}



.text-white {
    color: white;
}

.text-black {
    color: black !important;
}

.text-center {
    text-align: center;
}

.d-flex {
    display: flex;
}

.d-block {
    display: block;
}

.d-none {
    display: none;
}

.align-items-center {
    align-items: center;
}

.justify-content-center {
    justify-content: center;
}

.justify-content-between {
    justify-content: space-between;
}


.mt-20 {
    margin-top: 20px;
}

.m-auto {
    margin: auto;
}

.pb-0 {
    padding-bottom: 0 !important;
}

.pl-0 {
    padding-left: 0px !important;
}

.pr-0 {
    padding-right: 0px !important;
}


.mb-0 {
    margin-bottom: 0 !important;
}

.mb-5 {
    margin-bottom: 5px;
}

.mb-10 {
    margin-bottom: 10px;
}




/* container */

.container {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding-left: 18px;
    padding-right: 18px;
}




@media(min-width: 567px) {
    .container {
        max-width: 540px;
    }
}

@media(min-width: 768px) {
    .container {
        max-width: 720px;
    }
}


@media(min-width: 992px) {
    .container {
        max-width: 960px;
    }
}

@media(min-width: 1240px) {
    .container {
        max-width: 1200px;
    }
}

@media(min-width: 1400px) {
    .container {
        max-width: 1350px;
    }
}

/* .row {
    display: flex;
    flex-wrap: wrap;
    margin: 0 auto;
} */



.w-50 {
    width: 50%;
}


.w-100 {
    width: 100%;
}



/* col  */

.col {
    padding-left: 12px;
    padding-right: 12px;
}

.col-12 {
    width: 100%;
}


.col-6 {
    width: 50%;
    padding-left: 12px;
    padding-right: 12px;
}


.col-4 {
    width: 33.33333333%;
}

.col-3 {
    width: 25%;
    padding-left: 12px;
    padding-right: 12px;
}

/* social-card */

.social-card {
    background-color: var(--primary-color);
    position: relative;

}


.active-overlay {
    display: flex;
    backdrop-filter: blur(7px);
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background: rgba(159, 158, 158, 0.85);
    flex-direction: column;
    padding-top: 2%;
}



.social-card .social-top {
    display: flex;
    width: 100%;
    justify-content: center;
    flex-direction: column;
}

.social-card .social-top img {
    width: 220px;
    height: 150px;
    margin: 0 auto 10px;
    background: #fff;
    box-shadow: 0px 1px 12px 0px #0000001F;
    padding: 10px;
    border-radius: 10px;
    object-fit: contain;
}

.social-card .social-top h2,
.social-card .social-top p {
    margin: 0 auto;
}

.social-card .google-rating {
    display: flex;
    align-items: center;
    gap: 10px;
    width: 28%;
    justify-content: center;
    background-color: #fff;
    padding: 20px 25px;
    border-radius: 10px;
    margin: 50px auto 30px;
    box-shadow: 0px 1px 12px 0px #0000001F;
    cursor: pointer;
    
}
.social-card .google-rating .h1{
    background: linear-gradient(90deg, #4285F4, #34A853, #FBBC05, #EA4335);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.social-logo img {
  height: 70px;
}
.black-card .google-rating {
    background-color: #000;
    box-shadow: 0px 1px 12px 0px #0000001F;
}

.black-card .google-rating .h1 {
    color: #fff;
}

.social-card .google-rating img { 
    max-width: 90%;

}
.social-top .social-card .google-rating img {
    max-width: auto;
    height: auto;
}
.social-card .google-rating .google-content {
    display: grid;
}

.social-card .google-rating .google-content img {
    width: 90%;
    margin-top: 5px;
}

.social-card .social-logo {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    margin: 0px 0px 60px;
}

.social-logo .logo-box img {
    background: #fff;
    box-shadow: 0px 1px 12px 0px #0000001F;
    padding: 20px;
    border-radius: 10px;
}

.black-card .social-logo .logo-box img {
    background: #000;
}

.social-logo .logo-box {
    text-align: center;
}

.social-logo .google-rating {
    width: 68%;
    margin: 30px 0px;
}

.google-rating.first {
    margin-left: auto;
}

/* 
.social-logo .google-rating:last-child {
    margin-right: auto !important;
    margin: 0px;
} */

/* floating-icon */

#floating-icon {
    position: relative;
}

#floating-icon {
    padding: 16px 0px;
    background-color: #fff;
    position: fixed;
    width: 100%;
    bottom: 0px;
    left: 0px;
}

#floating-icon .row {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    align-items: end;
}

#floating-icon .floating-icon-list {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    position: relative;
}

#floating-icon .floating-icon-list::after {
    content: "";
    position: absolute;
    height: 58px;
    width: 1px;
    background-color: #8e8a8a78;
    right: 0px;
}

#floating-icon .floating-icon-list:last-child::after {
    display: none;
}

#floating-icon .floating-icon-list img {
    width: 26px;
}


#floating-icon .floating-icon-list h3 {
    margin-top: 0px;
}

/* ---- popup ------- */

.rating-popup.active {
    display: block;
    z-index: 111;
}

.rating-popup {
    display: none;
    padding: 68px 18px;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #fff;
}

.rating-popup h1 {
    font-size: 26px;
    text-align: center;
}

.rating-popup p {
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
    text-align: center;
}

.rating-popup textarea#Message {
    width: 100%;
    margin: 20px 0px;
    padding: 10px 15px;
    border: 1px solid #00000099;
    font-size: 14px;
    font-weight: 500;
}

.form-input::placeholder {
    color: #00000099;
    opacity: 1;
}


:root {
    --star-color: #fc0;
    --star-empty-color: #ddd;
}

.Stars_ {
    display: inline-block;
    position: relative;
    font-size: 22px;
    line-height: 1;
    letter-spacing: 5px;
    font-family: 'Times', serif;
    color: var(--star-empty-color);
    cursor: pointer;
}

.Stars_::before {
    content: "★★★★★";
    position: absolute;
    top: 0;
    left: 0;
    color: var(--star-color);
    overflow: hidden;
    white-space: nowrap;
    width: calc(var(--rating) / 5 * 100%);
}

.Stars_::after {
    content: "★★★★★";
    color: var(--star-empty-color);
}

.rating-star .Stars_ {
    font-size: 50px;
    margin-left: 36%;
    margin-top: 10px;
}

.btn {
    display: block;
    font-size: 16px;
    text-align: center;
    font-weight: 500;
    background-color: #1F85E9;
    width: 100%;
    padding: 17px 12px;
    color: #fff;
}

/* thanks popup  */

/* subscribe POPUP  */

.subscribe-popup {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.3);
    padding: 100px 40px;
    z-index: 999;
}

.subscribe-popup .popup-wrapper {
    height: 100%;
    display: flex;
}

.popup-content {
    position: relative;
    margin: auto;
    background-color: #fff;
    max-width: 38%;
    padding: 50px;
    top: 16%;
    height: 322px;
    border-radius: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    flex-direction: column;
}

.popup-cross {
    position: absolute;
    top: 18px;
    right: 18px;
    cursor: pointer;

}

.close {
    position: absolute;
    top: 30px;
    right: 30px;
    cursor: pointer;
    font-size: 50px;
    line-height: 23px;
    font-weight: 200;
}

.check-img {
    display: block;
    width: 130px;
    margin: 0 auto;
}

.rating-popup .h2 {
    font-size: 26px;
    margin-bottom: 15px;
    margin-top: 30px;
}


/* -------------------------- tablet responsive -------------------------------------- */

@media(max-width:992px) {

    .section-wrapper {
        padding: 40px 0px 0px;
    }

    .col-2 {
        width: 30%;
    }

    .social-card .social-logo {
        row-gap: 30px;
        padding-bottom: 40px;
    }

    .social-card .google-rating {
        width: 100%;
    }

    .social-logo .google-rating {
        margin: 0px;
    }


    .social-logo .logo-box img {
        width: 100%;
    }

    .rating-popup {
        width: 95%;
    }

    .subscribe-popup .popup-content {
        max-width: 100%;
        height: 300px;
    }

    .subscribe-popup .popup-content .h2 {
        margin-top: 30px;
    }

    #floating-icon {
        padding: 9px 0px;
    }

    #floating-icon .floating-icon-list {
        gap: 6px;
        flex-direction: column;
    }



    #floating-icon .floating-icon-list::after {
        height: 73px;
    }


}


/* ----------------------------------  mobile responsive  -------------------------- */

@media(max-width:767px) {

    .section-wrapper {
        padding: 30px 0px;
    }

    .social-card .social-top h2 {
        margin-top: 5px;
    }

    .social-card .social-top p {
        text-align: center;
        margin-top: 10px;
    }

    .social-card .google-rating {
        margin: 30px 0px 0px;
        justify-content: flex-start;
        padding: 15px 25px;
        gap: 10px;
    }

    .social-logo .google-rating {
        flex-direction: column;
    }

    .social-card .social-logo {
        row-gap: 0px;
        padding-bottom: 0px;
    }

    .social-logo .logo-box {
        display: block;
        margin-top: 30px;
    }

    .social-logo .google-rating .h1 {
        font-size: 16px;
        line-height: 23px;
        text-align: center;
    }

    .social-logo .google-rating {
        padding: 15px 15px;
    }

    .social-logo .logo-box img {
        padding: 15px 23px;
    }

    #floating-icon {
        padding: 8px 0px;
    }

    #floating-icon .floating-icon-list {
        gap: 6px;
        flex-direction: column;
    }

    #floating-icon .floating-icon-list img {
        width: 26px;
    }

    #floating-icon .floating-icon-list h3 {
        font-size: 15px;
    }

    .rating-star .Stars_ {
        margin-left: 20%;
    }

    #floating-icon .floating-icon-list::after {
        height: 73px;
    }


}