:root {
  --green-color: #44b8a8;
  --blue-color: #001e45
}

.is-loading {
  overflow: hidden;
}

.page-loader {
  position: fixed;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #001e45;
  z-index: 4000;
  transition: opacity .4s ease, visibility .4s ease;
}

.page-loader__content {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.5rem;
}

.page-loader__logo {
  width: clamp(160px, 26vw, 240px);
  height: auto;
  filter: drop-shadow(0 6px 18px rgba(0, 0, 0, .35));
}

.page-loader__spinner {
  width: 68px;
  height: 68px;
  border-radius: 50%;
  border: 4px solid rgba(255, 255, 255, .35);
  border-top-color: var(--green-color);
  animation: spin 1s linear infinite;
}

.page-loader--hide {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}

@font-face {
  font-family: 'Artegra Sans';
  src: url('../font/ArtegraSans-Black.woff2') format('woff2'), url('../font/ArtegraSans-Black.woff') format('woff');
  font-weight: 900;
  font-style: normal;
  font-display: swap
}

@font-face {
  font-family: 'Artegra Sans';
  src: url('../font/ArtegraSans-ExtraBold.woff2') format('woff2'), url('../font/ArtegraSans-ExtraBold.woff') format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: swap
}

@font-face {
  font-family: 'Artegra Sans';
  src: url('../font/ArtegraSans-Bold.woff2') format('woff2'), url('../font/ArtegraSans-Bold.woff') format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: swap
}

@font-face {
  font-family: 'Artegra Sans';
  src: url('../font/ArtegraSans-Light.woff2') format('woff2'), url('../font/ArtegraSans-Light.woff') format('woff');
  font-weight: 300;
  font-style: normal;
  font-display: swap
}

@font-face {
  font-family: 'Artegra Sans';
  src: url('../font/ArtegraSans-ExtraLight.woff2') format('woff2'), url('../font/ArtegraSans-ExtraLight.woff') format('woff');
  font-weight: 200;
  font-style: normal;
  font-display: swap
}

@font-face {
  font-family: 'Artegra Sans';
  src: url('../font/ArtegraSans-Medium.woff2') format('woff2'), url('../font/ArtegraSans-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap
}

@font-face {
  font-family: 'Artegra Sans';
  src: url('../font/ArtegraSans-Regular.woff2') format('woff2'), url('../font/ArtegraSans-Regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap
}

@font-face {
  font-family: 'Myriad Pro';
  src: url('../font/MyriadPro-Regular.woff2') format('woff2'), url('../font/MyriadPro-Regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap
}

@font-face {
  font-family: 'Gotham Book';
  src: url('../font/Gotham-Book.woff2') format('woff2'), url('../font/Gotham-Book.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap
}

@font-face {
  font-family: 'Artegra Sans';
  src: url('../font/ArtegraSans-SemiBold.woff2') format('woff2'), url('../font/ArtegraSans-SemiBold.woff') format('woff');
  font-weight: 600;
  font-style: normal;
  font-display: swap
}

body,
html {
  margin: 0;
  padding: 0;
  scroll-behavior: smooth;
  font-family: 'Segoe UI', sans-serif;
  /* overflow-x: hidden; */
}

.text-green {
  color: var(--green-color) !important
}

.bg-green {
  background-color: var(--green-color)
}
.bg-lgray{
  background-color: #f0f0f0;
}
.text-blue {
  color: var(--blue-color)
}

.hero,
.hero-content,
.navbar-waterford .nav-link {
  color: #fff
}

.bg-blue{
    background-color: var(--blue-color);
}
.hero-1 {
  position: relative;
  background: url('../images/banner-1.jpg') center/cover no-repeat;
}

.hero-1 .hero-video,
.hero-1 .hero-video-link .hero-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 70%;
  z-index: 0;
}

.hero-1 .container {
  position: relative;
  z-index: 1;
}

.hero-video-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  cursor: pointer;
  display: block;
  text-decoration: none;
}

@media (max-width: 768px) {
  .hero-video-link {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}

.hero-2 .hero-video,
.hero-2 .hero-video-link .hero-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 70%;
  z-index: 0;
}

.hero-2 .container {
  position: relative;
  z-index: 1;
}

.navbar-waterford {
  z-index: 1000;
  backdrop-filter: blur(4px)
}

.navbar-waterford.sticky,
.navbar-waterford.sticknav {
  background-color: #001e46c7
}

.navbar-waterford .nav-link:hover {
  color: #e6e6e6
}

.navbar-waterford .btn-outline-light,
.navbar-waterford .navbar-toggler {
  border-color: rgba(255, 255, 255, .6)
}

.fs-artegra,
.hero h1,
.titles-txt {
  font-family: 'Artegra Sans'
}

.hero-content .word,
.titles-txt {
  text-shadow: #0000005d 3px 3px 5px
}

.circle-img,
.object-fit-cover,
.popup-circle {
  object-fit: cover
}

.hero,
.titles-txt {
  text-align: center
}

.fs-7,
.text-xs {
  font-size: .75rem
}

.navbar-waterford .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28 255, 255, 255, 0.9 %29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e")
}

.hero-stack {
  position: relative;
  height: calc(100vh * 5)
}

@media (max-width: 768px) {
  .hero-stack {
    height: calc(100vh * 5);
    /* Allow natural scroll on mobile */
    scroll-behavior: smooth;
  }
  
  /* Improve scroll experience on mobile */
  html {
    scroll-behavior: smooth;
  }
  
  body {
    overflow-x: hidden;
  }
}

.hero {
  position: sticky;
  top: 0;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center
}

.bi-arrow-right,
.map-locs,
.wave-svg,
section#maps {
  position: relative
}

.live-txt {
  font-weight: light !important
}

.hero .word+.word {
  font-weight: 700 !important
}

.sub-title {
  letter-spacing: .2em;
  font-size: 1.12rem
}

.bi-arrow-right {
  bottom: 5px
}

.hero-2 {
  position: relative;
  background: url('../images/banner-2.png') center/cover no-repeat;
}

.hero-3 {
  background: url('../images/banner-3.png') center/cover no-repeat
}

.hero-4 {
  background: url('../images/banner-4.png') center/cover no-repeat
}

.hero-5 {
  position: relative;
  background: url('../images/banner-5.png') center/cover no-repeat;
}

.hero-5 .hero-video,
.hero-5 .hero-video-link .hero-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 70%;
  z-index: 0;
}

.hero-5 .container {
  position: relative;
  z-index: 1;
}

.hero-6 {
  position: relative;
  background: url('../images/banner-6.png') center/cover no-repeat;
}

.hero-6 .hero-video,
.hero-6 .hero-video-link .hero-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 70%;
  z-index: 0;
}

.hero-6 .container {
  position: relative;
  z-index: 1;
}

.hero-7 {
  position: relative;
  background: url('../images/banner-7.png') center/cover no-repeat;
}

.hero-7 .hero-video,
.hero-7 .hero-video-link .hero-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 70%;
  z-index: 0;
}

.hero-7 .container {
  position: relative;
  z-index: 1;
}

.hero-8 {
  background: url('../images/banner-8.png') center/cover no-repeat
}

.hero-content {
  padding: 2rem;
  border-radius: 10px;
  opacity: 0;
  transform: translateY(40px)
}

.hero-bullets {
  position: fixed;
  top: 50%;
  right: 24px;
  transform: translateY(-50%);
  display: flex;
  flex-direction: column;
  gap: 10px;
  z-index: 1000
}

.hero-bullets .bullet {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #9aa0a6;
  opacity: .7;
  cursor: pointer;
  transition: transform .2s ease, background-color .2s ease, opacity .2s ease
}

.hero-bullets .bullet.active {
  background-color: #ffffff;
  opacity: 1;
  transform: scale(1.2)
}

.hero-bullets.is-hidden {
  opacity: 0;
  pointer-events: none;
}

.btn-register {
  bottom: 2rem
}

.about-section,
.services-section {
  background-color: #f8f9fa
}

.hero-content .word {
  display: inline-block;
  opacity: 0;
  transform: translateY(20px)
}

.img-wrapper-row {
  max-width: 1200px;
  margin: auto
}

.top10-grid .top10-card {
  border-radius: 14px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, .35);
  background: rgba(0, 0, 0, .15);
  cursor: pointer;
  transition: transform .25s ease, box-shadow .25s ease;
}

.top10-grid .top10-card img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  display: block;
}

.top10-grid .top10-card span {
  display: block;
  padding: 0.85rem 1rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: .05em;
}

.top10-grid .top10-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 14px 28px rgba(0, 0, 0, .25);
}

.text-teal {
  color: #12b3a5
}

.titles-txt {
  font-weight: 700
}

.top10-title {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: .5rem;
}

.top10-title .top10-num {
  margin-left: .2rem;
}

.top10-subtitle {
  font-size: clamp(1.1rem, 2vw, 1.6rem);
  font-weight: 600;
  text-shadow: none;
}



section#maps {
  margin-bottom: -8rem;
  z-index: -1
}

/* .new-heights {
  margin-top: -14rem
} */

.map-locs {
  background: url('../images/map-banner_cleanup.png') 0 -20rem/cover no-repeat;
  /* bottom: 14rem; */
  display: block
}

.title-wrap {
  text-shadow: #00000036 3px 3px 5px
}



.z-index-1 {
  z-index: 9
}

.z-index-2 {
  z-index: 99
}

.wave-svg {
  width: 100%;
  z-index: 9;
  margin-bottom: -2px;
}

.view-site-btn {
  padding: 10px 5px 5px;
  border: none;
  font-size: 1.1rem;
  font-weight: 600;
  transition: .3s;
  border-bottom: 2px solid;
  text-decoration: none
}

.view-site-btn:hover {
  background-color: #12b3a5
}

.circle-box {
  width: 120px;
  height: 120px;
  margin: auto;
  border-radius: 50%;
  overflow: hidden;
  transition: .3s
}

.circle-box:hover {
  transform: scale(1.05)
}

.circle-img {
  width: 100%;
  height: 100%
}

.top10-modal {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, .75);
  display: none;
  z-index: 2000;
  padding: 40px
}

.modal-content-box {
  background: #fff;
  border-radius: 10px;
  max-width: 900px;
  margin: auto;
  padding: 30px;
  position: relative
}

.popup-circle {
  width: 220px;
  height: 220px;
  border-radius: 50%
}

.close-btn,
.nav-left,
.nav-right {
  position: absolute;
  background: 0 0;
  border: none;
  cursor: pointer
}

.close-btn {
  top: 15px;
  right: 20px;
  font-size: 35px
}

.nav-left,
.nav-right {
  top: 50%;
  transform: translateY(-50%);
  font-size: 40px;
  font-weight: 700;
  padding: 10px
}

.nav-left {
  left: -50px
}

.nav-right {
  right: -50px
}

@media (max-width:768px) {
  .nav-left {
    left: 5px
  }

  .nav-right {
    right: 5px
  }
}

.waterford-contact {
  background: url("../images/conatct-us.png") center/cover no-repeat;
  min-height: 100vh;
  padding: 40px 0;
  position: relative
}

.left-content {
  padding-left: 7vw;
  display: flex;
  flex-direction: column;
  justify-content: space-around
}

.left-content .logo-img {
  max-width: 260px
}

.left-content p {
  font-size: 1.25rem;
  font-weight: 400;
  color: #fff;
  max-width: 450px;
  line-height: 1.5
}

.register-box {
  background: rgba(255, 255, 255, .55);
  border-radius: 10px;
  backdrop-filter: blur(2px);
  width: 95%;
  margin-left: auto;
  margin-right: 4vw
}

.register-box label {
    font-size: .75rem;
    font-weight: 500;
    margin-bottom: 4px;
    color: #515151;
}



.register-box .form-control {
  border-radius: 0;
  border: 1px solid #999;
  height: 35px;
}

.register-box .btn-primary {
  background-color: #002d64;
  border: none;
  padding: 10px 25px;
  font-weight: 600
}

.modal-SmallImg {
  width: 150px;
  right: -10px;
  top: 20px;
}

/* .modalMainImg {
  max-width: 350px;
} */

.modalNumber {
  font-size: 4.5rem;
}

@media (max-width:991px) {
  .register-box {
    width: 100%
  }

  .left-content {
    text-align: center;
    padding: 20px
  }

  .left-content .logo-img {
    margin: 0 auto 20px
  }
}

.heading-new-heights {
  font-size: 2.2rem;
  font-weight: 700
}

.titles-txt {
  font-size: 4.5rem
}

.title-wrap span {
  font-size: 3.2rem;
  font-weight: 600
}

.modalNumber {
  bottom: 0rem;
  right: 1rem;
  display: flex;
  align-items: end;
  justify-content: end;
  z-index: 1;
  color: #e6e9ec;
}

.footer-logo {
  max-width: 260px;
}

  .text-trans {
    position: absolute;
    left: calc(50% - 120px);
    top: 15%;
    text-shadow: none;
  margin-bottom: 1.5rem;
  font-size: 1.4rem;
  font-weight: 600;
}
  .text-trans1 {
    position: absolute;
    right: calc(50% - 120px);
    top: 15%;
    text-shadow: none;
  margin-bottom: 1.5rem;
  font-size: 1.4rem;
  font-weight: 600;
  text-align: right;
}
.live-waterford {
    background: url(../images/q-background-image.png) no-repeat;
    background-size: 84%;
    background-position: 156px 104px;
}
 .inspired-section {
    background: url(../images/q-background-image.png) no-repeat;
    background-size: 84%;
    background-position: 100px 21em;
}
    .modal-arrow {
    position: absolute;
    width: calc(100% - -100px);
    top: calc(50% - 40px);
    left: -50px;
    padding: 0 6px;
    z-index: 999;
}
.modal-arrow button{
  background: transparent;
  border: none;
  cursor: pointer;
  font-size: 30px;
  font-weight: 700;
}
  .mleft{
    margin-left: 3.5rem;
  }
  .wave-svg-2 {
  z-index: 99
}
.wave-2.po {
    margin-top: -30px;
}
@media (min-width:576px) {
  .heading-new-heights {
    font-size: calc(1.5rem + 2vw)
  }

  .titles-txt {
    font-size: 3.5rem
  }

  .title-wrap span {
    font-size: calc(3rem + 1vw)
  }
  .mleft{
    margin-left: 6.5rem;
  }
  .spacetext-img {
    display: flex;
    flex-direction: column;
    align-content: center;
    justify-content: space-between;
}
}

@media (min-width:768px) {

  .heading-new-heights {
    font-size: calc(1.8rem + 2.5vw)
  }

  .titles-txt {
    font-size: 4.5rem
  }

  .title-wrap span {
    font-size: calc(4.1rem + 1.4vw)
  }
  .mleft{
    margin-left: 10.5rem;
  }
  .wave-svg-2 {
  margin-bottom: -5rem;
}
.wave-2 {
    bottom: -76px;
}
}

@media (min-width:992px) {

  .firstbanner-text{
    margin-top: -4rem;
  }
  .hero-1 {
  background-position: right center;
}
  .heading-new-heights {
    font-size: calc(2rem + 3vw)
  }

  .ins-title {
    bottom: 3rem
  }

  .ins-2-img {
    position: relative;
    bottom: 4rem;
    left: -3rem
  }

  .circle-box {
    width: 180px;
    height: 180px
  }

  .titles-txt {
    font-size: 5.5rem
  }

  .title-wrap span {
    font-size: calc(5.2rem + 1.8vw)
  }

  .modal-SmallImg {
    width: 150px;
    right: -30px;
    top: 20px;
  }

}

@media (min-width:1200px) {
  .heading-new-heights {
    font-size: calc(2.5rem + 3vw)
  }

  .titles-txt {
    font-size: 7.5rem
  }

  .title-wrap span {
    font-size: calc(5.3rem + 2vw)
  }
}

@media (min-width:1400px) {
  .modalNumber {
    font-size: 13.5rem;
  }

  .heading-new-heights {
    font-size: 5rem
  }

  .titles-txt {
    font-size: 8.5rem
  }

  .title-wrap span {
    font-size: 1.7em
  }
}

.circle-box {
  transition: 0.3s ease;
  border-radius: 50%;
  overflow: hidden;
}

.circle-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#top10Modal .modal-content {
  border-radius: 20px;
}

#top10Modal .modal-body img {
  object-fit: cover;
}

.top10-section {
  background: url("../images/blue-bgs-svg.svg") center/cover no-repeat;
}
section#top10 {
    background: linear-gradient(to bottom, transparent 0%, #f0f0f0 100%);
}
@media (max-width:767px) {

.text-trans {
    left: calc(50% - 122px);
    font-size: 1rem;
    font-weight: 600;
    top: 12%;
}
.text-trans1 {
    right: calc(50% - 122px);
    font-size: 1rem;
    font-weight: 600;
    top: 12%;
}
.modal-arrow {
    top: calc(50% - 58px);
}
}

@media (max-width:664px) {
  .left-content p{
    color: var(--blue-color) !important;
  }
  .maplocations {
    max-width: 100%;
  }
.text-trans {
    left: calc(70% - 122px);
    font-size: .7rem;
    font-weight: 600;
    top: 5%;
}
.text-trans1 {
    right: calc(70% - 122px);
    font-size: .7rem;
    font-weight: 600;
    top: 5%;
}
.modal-arrow {
    top: calc(50% - 55px);
}
.map-locs {
    bottom: 31px;
    display: block;
    position: relative;
    z-index: 1;
}
}


@media (max-width:480px) {
 .modal-arrow {
    top: calc(50% - 55px);
    left: -16px;
    width: calc(100% - -30px);
}
}

/* Responsive Video Styles */
@media (max-width: 768px) {
  /* Ensure hero sections work properly on mobile */
  .hero {
    min-height: 100vh;
    height: 100vh;
    position: sticky;
    overflow: hidden;
    background-color: #000;
  }
  
  .hero-stack {
    height: calc(100vh * 5);
  }
  
  /* Change videos to contain on mobile for full visibility */
  .hero-video,
  .hero-video-link .hero-video,
  .hero-1 .hero-video,
  .hero-1 .hero-video-link .hero-video,
  .hero-2 .hero-video,
  .hero-2 .hero-video-link .hero-video,
  .hero-5 .hero-video,
  .hero-5 .hero-video-link .hero-video,
  .hero-6 .hero-video,
  .hero-6 .hero-video-link .hero-video,
  .hero-7 .hero-video,
  .hero-7 .hero-video-link .hero-video {
    object-fit: contain !important;
    object-position: center center;
    width: 100%;
    height: 100%;
    max-width: 100%;
    max-height: 100%;
  }
  
  /* Ensure video link covers full area and centers video */
  .hero-video-link {
    background-color: #000;
  }
  
  /* Center contained videos properly */
  .hero-video-link video {
    margin: auto;
  }
  
  /* Optimize video playback on mobile */
  video.hero-video {
    -webkit-playsinline: true;
    playsinline: true;
  }
}

@media (max-width: 480px) {
  /* Contain videos on small screens */
  .hero-video,
  .hero-video-link .hero-video,
  .hero-1 .hero-video,
  .hero-1 .hero-video-link .hero-video,
  .hero-2 .hero-video,
  .hero-2 .hero-video-link .hero-video,
  .hero-5 .hero-video,
  .hero-5 .hero-video-link .hero-video,
  .hero-6 .hero-video,
  .hero-6 .hero-video-link .hero-video,
  .hero-7 .hero-video,
  .hero-7 .hero-video-link .hero-video {
    object-fit: contain !important;
    object-position: center center;
  }
  
  /* Ensure videos don't overflow on small screens */
  .hero {
    overflow: hidden;
    background-color: #000;
  }
  
  .hero-video-link {
    background-color: #000;
  }
  
  video.hero-video {
    width: 100%;
    height: 100%;
    max-width: 100%;
    max-height: 100%;
  }
}

/* Tablet adjustments */
@media (min-width: 769px) and (max-width: 1024px) {
  .hero-video,
  .hero-video-link .hero-video {
    object-position: center 60%;
  }
}

/* Prevent video controls on touch devices when not needed */
@media (hover: none) and (pointer: coarse) {
  video.hero-video {
    pointer-events: none;
  }
  
  .hero-video-link {
    pointer-events: auto;
  }
}

/* Landscape orientation on mobile */
@media (max-width: 768px) and (orientation: landscape) {
  .hero-video,
  .hero-video-link .hero-video,
  .hero-1 .hero-video,
  .hero-1 .hero-video-link .hero-video,
  .hero-2 .hero-video,
  .hero-2 .hero-video-link .hero-video,
  .hero-5 .hero-video,
  .hero-5 .hero-video-link .hero-video,
  .hero-6 .hero-video,
  .hero-6 .hero-video-link .hero-video,
  .hero-7 .hero-video,
  .hero-7 .hero-video-link .hero-video {
    object-fit: contain !important;
    object-position: center center;
  }
  
  .hero {
    height: 100vh;
    min-height: 100vh;
    background-color: #000;
  }
  
  .hero-video-link {
    background-color: #000;
  }
}

/* Performance optimizations for mobile */
@media (max-width: 768px) {
  video.hero-video {
    will-change: transform;
    transform: translateZ(0);
    -webkit-transform: translateZ(0);
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
  }
}

/* Ensure videos maintain aspect ratio on all devices */
.hero-video,
.hero-video-link .hero-video {
  max-width: 100%;
  max-height: 100%;
}

/* Fix for iOS Safari video sizing */
@supports (-webkit-touch-callout: none) {
  @media (max-width: 768px) {
    video.hero-video {
      width: 100%;
      height: 100%;
      object-fit: contain !important;
    }
    
    .hero {
      background-color: #000;
    }
  }
  
  @media (min-width: 769px) {
    video.hero-video {
      width: 100%;
      height: 100%;
      object-fit: cover;
    }
  }
}

/* Scroll Down Indicator - Mobile Only */
.scroll-down-indicator {
  position: absolute;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 100;
  display: none;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  color: #fff;
  animation: scrollBounce 2s infinite;
  cursor: pointer;
  text-decoration: none;
}

.scroll-down-arrow {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  backdrop-filter: blur(10px);
  transition: all 0.3s ease;
}

.scroll-down-text {
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: uppercase;
  opacity: 0.9;
}

.scroll-down-indicator:hover .scroll-down-arrow {
  background-color: rgba(255, 255, 255, 0.3);
  transform: scale(1.1);
}

.scroll-down-indicator:hover .scroll-down-text {
  opacity: 1;
}

@keyframes scrollBounce {
  0%, 100% {
    transform: translateX(-50%) translateY(0);
  }
  50% {
    transform: translateX(-50%) translateY(-10px);
  }
}

/* Show scroll indicator only on mobile */
@media (max-width: 768px) {
  .scroll-down-indicator {
    display: flex;
  }
  
  .scroll-down-indicator.hidden {
    display: none !important;
    animation: none;
    opacity: 0;
    pointer-events: none;
  }
  
  /* Touch-friendly sizing */
  .scroll-down-arrow {
    width: 44px;
    height: 44px;
  }
  
  .scroll-down-text {
    font-size: 11px;
  }
}

/* Hide on desktop */
@media (min-width: 769px) {
  .scroll-down-indicator {
    display: none !important;
  }
}