.z section.section {
    /* display: flex; */
    /* justify-content: center; */
}

.z section.section .container {
    /* display: flex; */
    /* justify-content: center; */
    z-index: 1;
}

/* default desktop */
.z .section_tag {
    /* padding-top: 4rem !important;
    margin-top: 6rem !important; */
}

/* mobile sections */
.z .section_tag.mobile {
    margin-top: 1rem !important;
}


.z section .sec_heading {
    color: #9b7de7;
    font-size: 4rem;
    font-weight: bold;
    line-height: 3.25rem;
}

.z .section_tag.mobile h2.section-title {
    font-size: 2rem;
    font-weight: bolder;
}

.z .section h3 {
    z-index: 10;
    font-size: 3rem;
    font-weight: bold;
}

/* -------------------------------------------------- reviews */

.rating-cont {
    text-align: center;
    padding-bottom: 1rem;
}

.sec_reviews .card {
    padding: 2rem;
    background-color: #2a4e74;
    border-radius: 2rem;
    box-shadow: 0 0.602187px 0.602187px -1.25px #1f00592e,
        0 2.28853px 2.28853px -2.5px #1f005929,
        0 10px 10px -3.75px #1f00590f;
}

.sec_reviews .card .avatar {
    text-align: center;
}

.sec_reviews .card .author {
    display: inline-block;
    color: #9b7de7;
    text-align: center;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 600;
    text-align: left;
    letter-spacing: 2px;
    padding-top: 1rem;
    font-family: "Inter", "Inter Placeholder", sans-serif;
    width: 100%;
}

.sec_reviews .card .title {
    color: #a990e6;
    text-align: center;
    padding-bottom: 1rem;
    font-size: 2.44rem;
    line-height: 2.42rem;
}

.sec_reviews .card .location {
    display: inline-block;
    color: #c2b0ee;
    text-align: center;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 600;
    text-align: left;
    letter-spacing: 2px;
    font-family: "Inter", "Inter Placeholder", sans-serif;
    width: 100%;
}

.sec_reviews .card .copytext {
    white-space: normal;
    font-family: "Inter", "Inter Placeholder", sans-serif;
    font-size: 17px;
    font-weight: 600;
    letter-spacing: -0.5px;
    line-height: 1.5em;
    text-align: left;
    color: #2d146c;
}


/* services */
.pan_srvc {
    flex-flow: row;
    flex: none;
    place-content: flex-start center;
    align-items: flex-start;
    width: 100%;
    height: min-content;
    padding: 0;
    display: flex;
    position: relative;
    overflow: hidden;
}


.z .pan_srvc img {
    box-shadow: 3px 3px 6px 3px rgba(0, 0, 0, 0.172);
}



/* -------------------------------------------- promotions */
section.sec_promotions .dealCont {
    margin-bottom: 2rem;
}

/* -------------------------------------------- advantages */
.z section.sec_advantages ._advantage {
    border: 1px solid #f0eaff;
    padding: 1rem;
    border-radius: .75rem;
    z-index: 10;
    background-color: #f0eaff;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    height: 12rem;
}



.z section.sec_advantages .framer-1nmpezb {
    display: inline;
    cursor: pointer;
}


/* -------------------------------------------- about */
.sec_about .card {
    background-color: #ffffff;
    outline: 1pc solid #f0eaff;
    border: 0;
}

/* -------------------------------------------- gallery */
.z section.sec_gallery .gallery-images {
    position: relative;
    height: auto;
    width: 100%;
    margin: auto;
    grid-template-columns: repeat(4, auto);
    grid-gap: 1vmin;
    grid-auto-flow: dense;
    /* display: grid; */
}

.z section.sec_gallery .gallery-images div.img {
    height: 8rem;
    background-position: 50%;
    background-size: cover;
    border-radius: 0.5rem;
    padding: 1rem;
    margin: 1rem;
    outline: 1px solid #ded4f7;
    outline-offset: 0.5rem;
}

.z section.sec_gallery .gallery-images div.img.video {
    padding: 0;
    overflow: hidden;
    border-radius: 1rem;
    background-color: black;
}

.z section.sec_gallery .gallery-images .img-cont {
    border: 1px solid red;
}

.z section.sec_gallery .gallery-images {
    /* grid-template-columns: repeat(auto-fit, minmax(70px, 1fr)); */
}

/* -------------------------------------------- who-we-serve */
.z .sec_whoWeServe {
    padding: 2rem;
    padding-left: 0;
}

.z .sec_whoWeServe ._imgCont {
    border: 1px solid #efeafb;
    padding: 0.75rem;
    border-radius: 0.75rem;
}

.z .sec_whoWeServe img {
    /* padding: 1rem; */
    /* border: 1px solid #efeafb; */
    border-radius: 1rem;
    overflow: hidden;
    /* outline-offset: 1rem; */
    /* outline: 1px solid red; */
}

/* -------------------------------------------- promotions */
.z .sec_promotions ._promo .card-header {
    border-top-left-radius: 0.5rem;
    border-top-right-radius: 0.5rem;
    background-color: #f0eaff;
}

.z .sec_promotions ._promo .card-header h2 {
    font-weight: bold;
    text-align: center;
}

.z .sec_promotions ._promo .card-footer {
    border-bottom-left-radius: 0.5rem;
    border-bottom-right-radius: 0.5rem;
    background-color: #f0eaff;
}

.z .sec_promotions ._promo {
    padding: 1rem;
    border: 1px solid #efeafb;
    box-shadow: 3px 4px 12px 2px #0000003b;
    height: 80vh;
}

/* -------------------------------------------- location-map */
section.sec_location {
    z-index: 10;
}

section.sec_location .mapCont {
    border-radius: 1rem;
}


section.sec_location .gm-style-iw-d {
    overflow: hidden !important;
}

/* -------------------------------------------- trust */
.z .sec_trust img {
    border-radius: 6rem;
    overflow: hidden;
    display: block;
    width: 100%;
    height: 100%;
    object-position: center;
    object-fit: contain;
}

/* -------------------------------------------- staff */
.z section.sec_staff .card {
    /* background-color: #f0ebff4d; */
    box-shadow: 0px 0px 10px 0px #0000001f;
    border: 0;
    /* border: 0 !important; */
}

.z section.sec_staff .card-header,
.z section.sec_staff .card-footer {
    background-color: #ede6fd;
    border: 0;
}

.z section.sec_staff .card-body {
    background-color: white;
}

.z section.sec_staff ._social {
    margin-bottom: 0;
}

.z section.sec_staff ._social li {
    padding: 0.11rem;
}

.z section.sec_staff .staff-member ._socItem {
    outline: 5px solid rgb(255 255 255 / 56%);
    margin: 4px;
}

.z section.sec_staff .staff-member ._socItem:hover {
    background-color: #5928d7;
    cursor: pointer;
}

.z section.sec_staff .staff-members {
    position: relative;
    height: auto;
    width: 100%;
    margin: auto;
    flex: auto;
    display: flex;
    justify-content: center;
}

.z section.sec_staff .staff-member {
    /* padding: 1rem; */
    /* outline-offset: 0.5rem; */
}

.z section.sec_staff .staff-member .avatar img {
    border-radius: 6rem;
}


.z section.sec_staff .staff-member ._bio {
    font-size: 0.9rem;
    text-align: left;
}

.z section.sec_staff .staff-member ._nameTitle {
    font-weight: bold;
    font-size: 1.2rem;
    text-align: center;
    width: 100%;
}

.z section.sec_staff ._social ._socItem {
    background-color: grey;
    color: white;
    border-radius: 2rem;
    width: 2.5rem;
    height: 2.5rem;
    position: relative;
}




/*  */
/*  */
/*  */



.z #mob-nav .btn-nav {
    padding: 2rem;
    font-family: sans-serif;
    font-size: 1rem;
    color: white;
}

.staff-member {
    margin-bottom: 2rem;
}

.z .ui-overlay-a,
.ui-page-theme-a,
.ui-page-theme-a .ui-panel-wrapper {
    background-color: unset;
}

h1.section-title {
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: 2.5rem;
    color: #626262;
}


h2.section-title.mobile {
    font-size: 2rem;
}

#mapCont {
    width: 100%;
    height: 400px;
}

section {
    padding-bottom: 2rem;
}

.sec_heading_cont {
    padding-top: .75rem;
    padding-bottom: 1rem;
}

@media (max-width: 900px) {
    .z .sec_heading {
        /* color: #9b7de7; */
        /* font-size: 3rem; */
        /* line-height: 2.5rem; */

        line-height: 4rem;
        --font-selector: R0Y7SW50ZXItNjAw;
        font-family: "Inter", "Inter Placeholder", sans-serif;
        font-size: 64px;
        font-weight: 600;
        letter-spacing: -1px;
        text-align: center;
        display: flex;
        width: 100%;
        justify-content: center;
        /* color: var(--token-547f2335-bc64-4ddd-a65b-8efb7639a31d, rgb(222, 212, 247)); */
    }

    .sec_reviews .card {
        padding: 1rem;
    }
}