.hero-section-area{
    width:100%;
    height: 95dvh;
    position: relative;
    display: block;
    overflow: hidden;
}
.hero-area-content{
    width:100%;
    height: 100%;
    position: relative;
    z-index: 3;
    display: flex;
    justify-content: center;
    align-items: center;
}
.hero-area-content .inner{
    width:100%;
    margin: auto;
    max-width: var(--wp--style--global--wide-size);
    padding: 0px calc(40px + 4vw);
}
.the-page-content > .hero:first-child .hero-area-content .inner{
    /* padding: 140px calc(40px + 4vw); */
}
.hero-area-content .inner h1,
.hero-area-content .inner h2,
.hero-area-content .inner h3,
.hero-area-content .inner h4,
.hero-area-content .inner p{
    display: block;
    position: relative;
    line-height: 1.2em;
}

img.logo-hero {
    max-width: 500px;
    height: auto;
}

.hero-area-content .inner h1:after{
    content: "";
    width: 100px;
    height: 70px;
    background: url(images/vgolf-icon.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    top: -90px;
    left: 50%;
    translate: -50% 0;
}
.hero-area-content .inner h2:after{
    content: "";
    width: 70px;
    height: 70px;
    background: url(images/vgolf-icon.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    top: -90px;
    left: 50%;
    translate: -50% 0;
}
.hero-area-content .inner h1 ~ h2:after{
    display:none;
}
.hero-area-content .inner h1{
    margin-bottom: 20px;
}
.hero-area-content .inner h1 + h2{
    margin-top: 0;
}
.hero-area-content .inner h2 + .wp-block-buttons,
p + .wp-block-buttons {
    margin-top: 40px;
}

.hero-area-overlay,
.hero-area-colour{
    width:100%;
    height: 100%;
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    display: block;
}

.hero-area-image{
    width:100%;
    height: 100%;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    display: block;
}
.hero-area-image picture{
    width:100%;
    height: 100%;
    position: relative;
    z-index: 1;
    top: 0;
    left: 0;
    overflow: hidden;
    display: block;
}
.hero-area-image picture img{
    width:100%;
    object-fit: cover;
    height: 100%;
    position: relative;
    position: absolute;
    z-index: 1;
    top: 50%;
    left: 50%;
    translate: -50% -50%;
    display: block;
}

.hero-area-video{
    width:100%;
    height: 100%;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    overflow: hidden;
    display: block;
}
.hero-area-video video{
    width:100%;
    object-fit: cover;
    height: 100%;
    position: relative;
    position: absolute;
    z-index: 1;
    top: 50%;
    left: 50%;
    translate: -50% -50%;    
    display: block;
}

.hero-area-content .inner h1.homepage-banner-logo:after {
    display: block;
    width: 500px;
    height: 500px;
    background: url(images/logo-banner-big.png);
    /* top: -225px; */
    background-repeat: no-repeat;
    background-size: 100%;
}


.video-play-button-section img {
    display: block;
    margin: 50px auto 0 auto;
    max-width: 120px;
}

.video-play-button-section img:hover {
    scale: 1.2;
    cursor:pointer;
}
.video-play-button-section img{
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.banner-butt {

    margin-top: 20px !important;
}

/* Google Review cards */
.google-review-cards {
  position: absolute;
  top: 35%;
  right: 48px;
  transform: translateY(-50%);
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 20px;
  z-index: 10;
  max-width: 270px;
  width: 100%;
}

.google-review-card {
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  background-color: rgba(255, 255, 255, .2);
  padding: 16px 24px;
  border-radius: 24px;
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.08);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
  transition: transform 0.3s ease;
  cursor: default;
}

.google-review-card:hover {
  transform: scale(1.08); 
}

.google-review-text {
  color: #FFF;
  font-style: italic;
  font-size: 12px;
  font-weight: 500;
  text-align: center;
}

.review-alt {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 6px;
}

.google-stars {
  color: #FFF;
  font-size: 12px;
}

.google-review-icon {
    max-width: 50px;
    width: 100%;
    height: auto;
} 

/* .google-review-card {
  background-color: #ffffff;
  padding: 16px 24px;
  border-radius: 24px;
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.08);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
  transition: transform 0.3s ease; 
}

.google-review-card:hover {
  transform: scale(1.08); 
}

.google-review-text {
  color: #000;
  font-style: italic;
  font-size: 12px;
  font-weight: 500;
  text-align: center;
}

.review-alt {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
}

.google-stars {
  color: #fbbc05;
  font-size: 12px;
}

.google-review-icon {
    max-width: 70px;
    width: 100%;
    height: auto;
} */

.google-logo-icon {
  width: 48px;
  height: auto;
  margin-top: 0;
  position: relative;
  top: -20px;
}

/* Initial hidden state */
.google-review-cards {
  opacity: 0;
  transform: translateY(10px);
  transition: opacity 1s ease, transform 1s ease;
}

/* Trigger the fade-in once the page is loaded */
body.loaded .google-review-cards {
  opacity: 1;
  transform: translateY(0);
}




@media screen and (max-width: 90px) {
    .hero-area-content .inner{
        padding: 0px 40px;
    }
}
@media screen and (max-width: 650px) {
    .hero-area-content .inner h1.homepage-banner-logo:after {
        width: 300px;
        height: 300px;
        background: url(images/logo-banner-big.png);
        top: -125px;
        background-repeat: no-repeat;
        background-size: 100%;
    }
    .hero-area-content .inner{
        padding: 0px 20px;
    }
    .hero-area-content h2 {
        font-size: 40px !important;
    }
    .video-play-button-section img {
        max-width: 100px;
        height: auto;
    }
}
@media screen and (max-width: 400px) {
    .hero-area-content .inner h1.homepage-banner-logo:after {
        width: 200px;
        height: 200px;
        background: url(images/logo-banner-big.png);
        top: -75px;
        background-repeat: no-repeat;
        background-size: 100%;
    }
    .hero-area-content h2 {
        font-size: 30px !important;
    }
    .video-play-button-section img {
        max-width: 80px;
        height: auto;
    }
}
@media screen and (max-height:900px){
    .the-page-content > .hero:first-child .hero-area-content .inner {
        /* padding: 160px 40px 0; */
        display: flex;
        flex-direction: column;
        gap: 0;
        position: relative;
        top: -20px;
    }
}
@media screen and (max-height:900px) and (max-width: 900px{
    .the-page-content > .hero:first-child .hero-area-content .inner {
        padding: 160px 40px 0;
    }
}
@media screen and (max-height:900px) and (max-width:400px{
    .the-page-content > .hero:first-child .hero-area-content .inner {
        padding: 160px 20px 0;
    }
}