 .last-home-head{font-size: 1.0rem;    font-weight: 400; font-family: Macklin, sans-serif;
}
    span.last-home-subtitle {
    font-size: .822rem;
    padding-bottom: 20px;
    padding-top: 20px;
}

.rhomes-content-top-align {
    align-items: flex-start;
}

.rhomes-text-flex-column {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.rhomes-button-bottom {
    margin-top: auto;
}


.discover-more {
    background-color: transparent !important;
    border : 0px;
    border-bottom: 1px solid #e2dbd6 !important;
    border-radius: 0px !important;
}

.slider__stat {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    height: 100%;
    padding: 60px 20px;
}
.slider__stat-value {
    font-size: 48px;
    font-weight: 400;
    color: #1a1c1e;
    margin-bottom: 12px;
}
.slider__stat-label {
    font-size: 14px;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #5f5e5a;
}

.center-div{
    width: 70%;
    margin: 0 auto;
    text-align: center;
}



.rhomes-team-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 40px;
}
.rhomes-team-grid-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}
.rhomes-team-grid-designation {
    font-size: 13px;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    color: #5f5e5a;
    margin-bottom: 16px;
}
.rhomes-team-grid-image {
    width: 160px;
    height: 200px;
    object-fit: cover;
    margin-bottom: 16px;
}
.rhomes-team-grid-name {
    font-size: 12px;
    font-weight: normal;
    text-transform: uppercase;
    color: #5f5e5a;
}
@media (max-width: 768px) {
    .rhomes-team-grid {
        grid-template-columns: repeat(1, 1fr);
        gap: 30px;
    }
}

.rh-video--hero{
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.rh-video--hero .rh-video__frame{
    position: absolute;
    top: 76%;
    left: 50%;
    transform: translate(-50%, -50%) scale(1.35);
    width: 100%;
    height: 56.25vw;
    min-height: 100%;
    border: 0;
    pointer-events: none;
}
.rh-video--hero .rh-video__shield{
    position: absolute;
    inset: 0;
    z-index: 2;
}

div#azds\/video-block_rhomes_01 {
    padding-top: 0px !important;
    padding-bottom: 60px !important;
}

.custom-hero-margin-bottom {
    margin-bottom: 40px;
}

.c-button--signup {
    height: 35px;
    padding-inline: 117px 130px;   /* <-- yahi size bada kar raha hai */
}

.rhomes-btn-signup{
    font-family: inherit;
    box-sizing: border-box;
    cursor: pointer;
}

button.wpcf7-form-control.wpcf7-submit.c-button.c-button--primary.c-button--wide {
    margin-top: 40px;
}

@media (max-width: 768px) {
    .rh-video--hero .rh-video__frame{
        top: 50%;
    }
}

video.rh-video__file {
    width: 100%;
}
.rh-video--hero .rh-video__file{
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    pointer-events: none;
}