.hero-decor-wrap > figure {
    display: flex;
    justify-content: center;
}

/* Hero section */
.home-address-container {
    min-height: calc(100vh - 430px);
}



/* Phone elevate feature */
.gb-container:has(> .prc-home-elevate-phone-wrap) {
    height: 100%;
}

.prc-home-elevate-phone-wrap,
.prc-home-elevate-phone-shadowcopy {
    display: block;
    width: 100%;
    max-width: 300px;
    height: auto;
}

.prc-home-elevate-phone-shadowcopy {
    display: none;
    visibility: hidden;
}

.prc-home-elevate-phone-wrap {
    position: relative; /* Ensure the wrapper is positioned relative for absolute positioning inside */
}

.prc-home-elevate-phone-wrap.fixed {
    position: fixed;
}

.prc-home-elevate-phone {
    display: block; /* Ensure the frame is rendered properly */
    width: 100%; /* Adjust as needed */
    height: auto; /* Maintain aspect ratio */
}

.prc-home-elevate-phone-content {
    position: absolute; /* Position relative to the container */
    bottom: 0; /* Align the bottom edge with the phone frame */
    top: 1%;
    left: 50%; /* Center horizontally */
    transform: translateX(-50%); /* Adjust back to perfect center horizontally */
    width: 95.5%; /* Adjust width of content as needed */
    z-index: 1; /* Ensure it is above the phone frame */
    height: auto; /* Maintain aspect ratio */
    pointer-events: none; /* Allow clicks to pass through */
}


/* Card carousel */
.prc-feature-showcase {
    display: flex;
    flex-direction: row;
    column-gap: 1em;
    overflow-x: scroll;
    padding-bottom: 1em;
}

.prc-showcase-card {
    display: block;
    min-width: 25%;
    background-color: #fff;
    border-radius: 10px;
    border: 1px solid var(--border-color);
    box-shadow: 0px 4px 8px -1px #0000001A, 0px 2px 4px -2px #0000001A;
    text-decoration: none;
    color: #000;
}

.prc-showcase-card:hover .prc-showcase-card-photo {
    background-size: 120%;
}

.prc-showcase-card-photo {
    width: 100%;
    aspect-ratio: 1 / 1;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    background-size: 100%;
    background-position: 50% 50%;
    transition: background-size 0.5s ease-in-out;
}

.prc-showcase-card-content {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    column-gap: 1em;
    padding: 1em;
}

.prc-showcase-card-content-profile-flex {
    display: flex;
    flex-direction: row;
}

.prc-showcase-card-avatar {
    width: 36px;
    height: 36px;
    background-position: 50% 50%;
    background-size: cover;
    border-radius: 10px;
}

.prc-showcase-card-profile-content {
    margin-left: 0.5em;
}

.prc-showcase-card-profile-star-content,
.prc-showcase-card-profile-reviews-content {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    height: 100%;
}

@media (max-width: 1200px) {
    .prc-showcase-card {
        min-width: 33%;
    }
}

@media (max-width: 960px) {
    .prc-showcase-card {
        min-width: 75%;
    }
}


/* Decorative circles */
.prc-decor-circle {
    position: relative;
    background: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAiIGhlaWdodD0iMTAwIj4KPHBhdGggZD0iTTE1LDE1QzE1LDE1IDE1LDE1IDE1LDE1IiBzdHJva2U9ImJsYWNrIiBzdHJva2Utd2lkdGg9IjIuNSIgLz4KPHBhdGggZD0iTTE1LDE1IE0xNSw1IEwgNSw1IEM1LDUgNyw1IDAsNTgiIHN0cm9rZT0iI2ZmZiIvPjwvc3ZnPg==') no-repeat center center;
    background-size: cover;
    height: 300px; /* Adjust as needed */
}

/* Address input */
.pac-item {
    pointer-events: auto !important; /* Overriding if necessary */
}

form[id="357"] input[value="Continue"] {
    display: none; !important;
}
