* {
  margin: 0;
  padding: 0;
  scroll-behavior: smooth;
  box-sizing: border-box;
}

:root {
  --primary: #ffffff;
  --secondary: #155439;
  --orange: #fb7c35;
}

@font-face {
  font-family: Chalk-Regular;
  src: url("../Fonts/Chalk-Regular.ttf");
}

@font-face {
  font-family: RubberDuckies;
  src: url("../Fonts/RubberDuckies.ttf");
}

.navbar-toggler:focus {
  box-shadow: none !important;
}

.navbar-light .navbar-toggler {
  color: transparent !important;
  border: 0 !important;
}

#nav-icon2 {
  height: 30px;
  width: 30px;
  display: inline-block;
  position: relative;
}

#nav-icon2 span {
  display: block;
  position: absolute;
  height: 4px;
  width: 100%;
  background: #fff;
  opacity: 1;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}

#nav-icon2 span:nth-child(odd) {
  left: 0px;
  border-radius: 9px 0 0 9px;
}

#nav-icon2 span:nth-child(1) {
  top: 5px;
}

#nav-icon2 span:nth-child(2) {
  top: 15px;
}

#nav-icon2 span:nth-child(3) {
  top: 25px;
}

#nav-icon2.open span:nth-child(1) {
  transform: rotate(45deg);
  top: 50%;
}

#nav-icon2.open span:nth-child(3) {
  transform: rotate(-45deg);
  left: 0;
  top: 16px;
}

#nav-icon2.open span:nth-child(2) {
  /* left: 100%; */
  opacity: 0;
  transition: all 0.3s ease;
}

.cross-toggler-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  vertical-align: middle;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  background-image: url("../Assets/Icons/cross.png");
}

/* Common-font-family-class */

.f-chalk-regular {
  font-family: Chalk-Regular, sans-serif;
  font-style: normal;
  font-weight: 400;
}

.cursor-pointer {
  cursor: pointer;
}

.op-8 {
  opacity: 0.8;
}

.f-Rubber-regular {
  font-family: RubberDuckies, sans-serif;
  font-style: normal;
  font-weight: 500;
}

.f-Rubber-customize {
  font-family: RubberDuckies, sans-serif;
  font-style: normal;
  font-weight: 500;
  color: #f0fc03
}

.f-50 {
  font-size: 50px;
}

.f-40 {
  font-size: 40px;
}

.f-18 {
  font-size: 18px;
}

.f-20 {
  font-size: 20px;
}

.fw-600 {
  font-weight: 600;
}

.lh-40 {
  line-height: 40px;
}

.f-34 {
  font-size: 34px;
}

.lh-20 {
  line-height: 20px;
}

.lh-30 {
  line-height: 30px;
}

.lh-42 {
  line-height: 42px;
}

.wb {
  word-break: break-word;
}

#currentYear {
  font-weight: 700;
  font-size: 20px;
  line-height: 1;
  color: #fff;
}

/* Navbar-css */
.scrolltotopIcon {
  position: fixed;
  z-index: 5000;
  right: 40px;
  bottom: -100px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  cursor: pointer;
  opacity: 0;
  transition: all 0.3s ease;
  /* background: #17B3E4; */
}

.topButton-anim {
  opacity: 1;
  bottom: 50px;
  transition: all 0.3s ease;
}

.hero-img-res {
  display: none;
}

.navbar {
  position: fixed !important;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 6000;
}

.nav-shadow {
  background: #17b3e4;
  box-shadow: 0 0 10px #17b3e4 !important;
}

.nav-item {
  padding: 0.5rem;
}

.nav-link {
  font-family: Chalk-Regular, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 17px;
  text-align: center;
  text-transform: capitalize;
  color: var(--primary) !important;
  opacity: 0.6;
  position: relative;
  display: inline-block !important;
  padding: 0 !important;
}

.nav-link::after {
  content: "";
  left: 0;
  bottom: -8px;
  width: 100%;
  border-bottom: 2px solid rgba(255, 255, 255, 0.8);
  border-image: url("../Assets/Icons/nav-underline.svg") 20;
  height: 1px;
  position: absolute;
  opacity: 0;
  transition: all 0.3s ease;
}

.nav-link.active::after {
  opacity: 1;
}

.nav-link:hover {
  opacity: 1;
  transition: all 0.3s ease;
}

.nav-link:hover::after {
  opacity: 1;
  transition: all 0.3s ease;
}

.nav-link.active {
  opacity: 1;
}

.nav-item {
  margin-right: 20px;
}

.nav-item:last-child {
  margin-right: 0;
}

/* Hero-section-css */
.section-hero {
  padding-top: 180px;
  background: linear-gradient(178.88deg, #17b3e4 0.96%, #c6e9f4 99.04%);
  position: relative;
  height: 100vh;
}

.section-hero::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  background-image: url("../Assets/Images/hero-bg-effect.png");
  width: 100%;
  height: 60%;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}

.hero-content {
  display: flex;
  align-items: flex-start;
  position: relative;
  min-height: calc(100vh - 180px);
}

.heroleft-download {
  position: absolute;
  width: auto;
  bottom: 60px;
  z-index: 1000;
}

.hero-left {
  width: 45%;
}

.hero-title {
  text-transform: uppercase;
  color: var(--primary);
}

.hero-desc {
  color: rgba(255, 255, 255, 0.9);
}

.hero-right {
  width: 75%;
  margin-right: -10%;
}

.hero-img {
  max-width: 100%;
  min-height: calc(100vh - 180px);
}

/* Section-How-to-Play */

/* Swiper overrides */
.slider-nav-swiper .swiper-slide img {
  width: 100%;
  border-radius: 20px;
  display: block;
}

.slider-text-swiper {
  overflow: hidden;
}

.slider-text-swiper .swiper-slide {
  height: auto;
}

.slider-nav-swiper .swiper-slide:hover {
  cursor: pointer;
  opacity: 0.7;
}

.section-howtoplay {
  padding: 100px 0;
  position: relative;
  z-index: 0;
}

.section-howtoplay::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background-image: url("../Assets/Images/slider-bg.jpg");
  width: 100%;
  height: 100%;
  z-index: -1;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.appleLogo-icon {
  height: auto;
  width: 120px;
}

.googleLogo-icon {
  width: 130px;
  height: auto;
}

.slider-content {
  display: flex;
  align-items: center;
}

.howtoplay-slider-wrapper {
  position: relative;
}

.navigation-arrow {
  position: absolute;
  width: 100%;
  top: 65%;
  left: 0;
}

.howtoplay-heading {
  text-align: center;
  padding-bottom: 50px;
}

.slider-left {
  width: 50%;
}

.slider-right {
  width: 50%;
  margin: 0 103px;
}


.section-contactus {
  position: relative;
  padding: 100px 0 300px 0;
  background-image: url("../Assets/Images/contact-us-bg.jpg");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: left top;
}

#successMessage {
  margin-top: 5px;
  font-size: 26px;
  line-height: 1.2;
}

.contactus-content {
  background-image: url("../Assets/Images/contactus-frame.png");
  height: 770px;
  width: 100%;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  padding: 60px 100px 152px 100px;
  position: relative;
}

.contactus-heading {
  max-width: 400px;
  width: 100%;
  text-align: center;
  margin: 0 auto;
}

.row1 {
  justify-content: space-between !important;
}

.name {
  width: 47%;
}

.email-add {
  width: 47%;
}

.nameInput,
.emailAdd {
  width: 100%;
  padding: 15px 18px 15px 18px;
  background: transparent;
  outline: none;
  border: none;
  background: url("../Assets/Images/inputBG.svg");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  font-family: RubberDuckies;
  font-style: normal;
  font-weight: 500;
  font-size: 26px;
  line-height: 1;
  color: rgba(255, 255, 255, 0.8);
}

.nameInput {
  margin-right: 40px;
}

.error {
  font-family: RubberDuckies;
  font-style: normal;
  font-weight: 400;
  font-size: 30px;
  line-height: 20px;
  color: #ff4848;
}

::placeholder {
  font-family: RubberDuckies;
  font-style: normal;
  font-weight: 500;
  font-size: 30px;
  line-height: 20px;
  color: rgba(255, 255, 255, 0.8);
}

.row2 {
  width: 100%;
  margin: 0 auto;
  margin-top: 30px;
}

.textarea-bg {
  background: url("../Assets/Images/textareaBG.svg");
  height: 100%;
  width: 100%;
  background-repeat: no-repeat;
  background-size: 100%;
  padding-top: 20px;

  /* margin-top: -20px; */

}

.message {
  background: transparent;
  outline: none;
  border: none;
  font-family: RubberDuckies;
  font-style: normal;
  font-weight: 500;
  font-size: 26px;
  line-height: 1;
  color: rgba(255, 255, 255, 0.8);
  min-height: 100%;
  resize: none;
  padding: 0 20px 20px 20px;
  width: 100%;
}

.submitBtn {
  display: block;
  margin: 50px auto 0 auto;
  padding: 30px;
  background: transparent;
  outline: none;
  border: none;
  background-image: url("../Assets/Images/btnBg.svg");
  background-size: 100% 100%;
  font-family: Chalk-Regular;
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 17px;
  text-align: center;
  text-transform: capitalize;
  color: rgba(255, 255, 255, 0.9);
}

.buskidsimg {
  display: block;
  margin: 0 auto;
  max-width: 501px;
  width: 100%;
  height: 289px;
  margin-top: 20px;
}

.footer-content {
  display: flex;
  justify-content: space-between;
  padding-top: 40px;
  align-items: center;
  position: absolute;
  width: 100%;
  left: 0;
  bottom: -280px;
}

.heroleft-download-res {
  display: none;
}

.slider-details p {
  display: inline;
  -webkit-line-clamp: 6;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  word-wrap: break-word;
}

.sliderimg-wrapper {
  position: relative;
}

.sliderimg-wrapper .swiper-wrapper {
  padding: 20px;
}

.sliderimg-wrapper::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  background-image: url("../Assets/Images/iPhoneMockup.png");
  width: 100%;
  height: 100%;
  background-size: 100% 100%;
  z-index: 10;
  pointer-events: none;
}


/* Loading dots styles */
@-webkit-keyframes opacity {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

@-moz-keyframes opacity {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

#loading {
  text-align: center;
}

#loading span:not(:last-child) {
  margin-right: 5px;
}

#loading span {
  -webkit-animation-name: opacity;
  -webkit-animation-duration: 1s;
  -webkit-animation-iteration-count: infinite;

  -moz-animation-name: opacity;
  -moz-animation-duration: 1s;
  -moz-animation-iteration-count: infinite;
}

#loading span:nth-child(2) {
  -webkit-animation-delay: 100ms;
  -moz-animation-delay: 100ms;
}

#loading span:nth-child(3) {
  -webkit-animation-delay: 300ms;
  -moz-animation-delay: 300ms;
}

/* Button style */
button.button {
  height: 40px;
  line-height: 38px;
  color: #fff;
  background-color: #000;
  border: 0 none;
  vertical-align: middle;
  width: 270px;
  font-size: 14px;
}

/* Media Queries */
@media screen and (max-width: 1600px) {
  .hero-right {
    margin-right: -50px;
  }
}

@media screen and (max-width: 1400px) {
  .hero-right {
    margin-right: 0;
  }

  .hero-left {
    width: 60%;
  }

  .hero-desc {
    font-size: 28px;
    line-height: 1 !important;
  }

  .hero-right {
    width: 100%;
  }

  .section-hero::before {
    height: 50%;
  }

  .textarea-bg {
    padding: 10px;
  }

  .message {
    padding: 0 10px 0 10px;
  }
}

@media screen and (max-width:1150px) {
  .sliderimg-wrapper .swiper-wrapper {
    padding: 15px !important;
  }
}

@media screen and (max-width: 1200px) {
  .textarea-bg {
    height: 105px;
  }

  .hero-content {
    flex-direction: column;
  }

  .section-hero {
    padding-top: 100px;
  }

  .hero-left {
    width: 60%;
  }

  .hero-img {
    display: block;
    margin-left: auto;
    height: 566px;
    min-height: unset;
  }

  .heroleft-download {
    top: 200px;
    bottom: unset;
  }

  .contactus-content {
    padding: 100px 80px;
  }

  .slider-details h4 {
    font-size: 35px !important;
    line-height: 1 !important;
  }

  .slider-details p {
    font-size: 28px !important;
    line-height: 1 !important;
  }
}

@media screen and (max-width: 992px) {
  .nav-item {
    padding: 15px 10px;
  }

  .section-contactus {
    background-size: cover;
  }

  .hero-img {
    margin-right: 0;
    height: 483px;
  }

  .hero-left {
    width: 100%;
  }

  .heroleft-download {
    display: none;
  }

  .heroleft-download-res {
    display: block;
  }

  .hero-content {
    min-height: calc(100vh - 100px);
    justify-content: space-between;
  }

  .heroleft-download {
    left: 0;
    top: 180px;
  }

  .contactus-content {
    padding: 60px 45px 120px 45px;
  }

  .submitBtn {
    margin-top: 15px;
  }

  .row2 {
    margin-top: 15px !important;
  }

  .message {
    height: 65px;
  }

  .error {
    font-size: 25px;
  }

  ::placeholder {
    font-size: 25px;
  }

  .buskidsimg {
    margin-top: 50px;
  }

  .slider-content {
    flex-direction: column-reverse;
  }

  .slider-left {
    width: 100%;
  }

  .navigation-arrow {
    top: -20px;
    right: 60px;
    justify-content: flex-end;
  }

  .textarea-bg {
    height: 90px;
  }

  .slider-left {
    margin-top: 20px;
  }

  .navigation-arrow {
    justify-content: space-between;
    top: 30%;
    right: 0;
  }

  .prev-arrow.me-4 {
    margin-right: 15.6rem !important;
    margin-left: -0.8rem !important;
  }

  /* .next-arrow{
    margin-right: 15.6rem !important;
      margin-left: 1.2rem !important;

  } */

  /* .navigation-arrow {
       bottom: 200px;
       top: 112px;
       left: 0;
       right: 10px;
       justify-content: flex-start;
     } */
}

@media screen and (max-width: 768px) {
  .prev-arrow.me-4 {
    margin-left: 55px !important;
    margin-right: 0 !important;
  }

  .next-arrow {
    margin-right: 55px !important;
  }

  .section-howtoplay {
    padding-bottom: 50px !important;
  }

  .slider-details {
    text-align: center;
  }

  .navigation-arrow {
    justify-content: space-between;
    top: 33%;
    right: 0;
  }

  .textarea-bg {
    /* height: 65px; */
    background-image: url("../Assets/Images/restext.png");
    height: 170px;
  }

  .contactus-content {
    height: 880px;
  }

  .next-arrow {
    height: 40px;
    width: 40px;
    border-radius: 50%;
  }

  .prev-arrow {
    height: 40px;
    width: 40px;
    border-radius: 50%;
  }

  .buskidsimg {
    margin-top: 40px;
    object-fit: contain;
    height: 100%;
  }

  .hero-img {
    height: 433px;
  }

  .section-hero::before {
    height: 40%;
  }

  .row1 {
    flex-direction: column;
  }

  .name {
    width: 100%;
    margin-bottom: 10px;
  }

  .email-add {
    width: 100%;
    margin-bottom: 10px;
  }

  .message {
    height: 65px;
  }

  .footer-content {
    flex-direction: column;
    bottom: -295px;
  }

  .footer-right {
    margin-top: 10px;
  }

  .section-contactus {
    padding-top: 80px;
  }

  .message {
    height: 43px;
  }

  .contactus-heading h2 {
    font-size: 30px !important;
    line-height: 1 !important;
  }

  .contactus-desc p {
    font-size: 25px !important;
    line-height: 1 !important;
  }
}

@media screen and (max-width:700px) {
  .navigation-arrow {
    top: 29% !important;
  }
}

@media screen and (max-width: 576px) {


  .sliderimg-wrapper .swiper-wrapper {
    padding: 10px !important;
  }

  #message-error {
    margin-top: 20px;
  }

  .nameInput,
  .emailAdd {
    background-image: url("../Assets/Images/resname.png");
  }

  .textarea-bg {
    height: 185px;
  }

  .slider-details h4 span {
    display: inline-block !important;
  }

  .howtoplay-heading h2 {
    font-size: 40px !important;
    line-height: 1 !important;
  }

  .contactus-content {
    background-image: url("../Assets/Images/resContactUsFrame.png");
    height: 890px;
  }

  .buskidsimg {
    margin-top: 40px;
  }

  .hero-img {
    object-fit: contain;
    height: auto;
  }

  .nameInput {
    margin-right: 0;
  }

  .hero-title {
    font-size: 40px;
    line-height: 1;
    margin-bottom: 0;
  }

  .hero-desc {
    font-size: 22px;
    line-height: 1.2;
    margin-bottom: 10px;
  }

  .heroleft-download-res h2 {
    margin-bottom: 10px !important;
    margin-top: 20px !important;
  }

  .section-hero {
    height: 100vh;
  }

  .hero-right {
    margin-top: 50px;
  }

  .heroleft-download-res {
    /* max-width: 275px; */
    margin: 0 auto;
    width: 100%;
  }

  /* .contactus-content {
        padding: 60px 20px 120px 20px !important;
    } */

  .howtoplay-heading {
    padding-bottom: 20px;
  }

  .navigation-arrow {
    top: 29%;
  }

  .section-howtoplay {
    padding: 80px 0;
  }

  .prev-arrow.me-4 {
    margin-left: 40px !important;
  }

  .next-arrow {
    margin-right: 40px !important;
  }
}

@media screen and (max-width:570px) {

  .message {
    min-height: 140px;
    height: auto;
  }
}

@media screen and (max-width:500px) {
  .contactus-content {
    height: 825px;
  }

  #message-error {
    margin-top: 15px;
  }

  .row2 {
    margin-top: 5px !important;
  }

  .nameInput,
  .emailAdd {
    padding: 10px 20px;
  }

  .textarea-bg {
    height: 160px;
  }

  .message {
    min-height: 120px;
    height: auto;
  }
}

@media screen and (max-width:460px) {
  .contactus-content {
    height: 750px;
  }

  #message-error {
    margin-top: 10px;
  }

  .textarea-bg {
    height: 130px;
  }

  .message {
    min-height: 100px;
    height: auto;
  }
}

@media (max-width:450px) {
  .sliderimg-wrapper .swiper-wrapper {
    padding: 8px !important;
  }
}

@media screen and (max-width: 400px) {
  .contactus-content {
    height: 750px;
  }

  .buskidsimg {
    margin: 0 !important;
  }

  #message-error {
    margin-top: 15px;
  }

  .textarea-bg {
    height: 130px;
  }

  .message {
    min-height: 90px;
    height: auto;
  }

  .play-app-store {
    justify-content: center;
  }

  .hero-left {
    text-align: center;
  }

  .hero-title {
    font-size: 34px !important;
  }

  .section-howtoplay {
    padding-bottom: 30px !important;
  }

  .prev-arrow.me-4 {
    margin-left: 25px !important;
  }

  .next-arrow {
    margin-right: 25px !important;
  }

  .navigation-arrow {
    top: 23% !important;
  }

  .section-howtoplay {
    padding: 50px 0 110px 0;
  }

  .slider-details h4 {
    font-size: 28px !important;
  }

  .slider-details p {
    font-size: 24px !important;
  }

  /* .textarea-bg {
    height: 45px;
  } */

  /* .section-contactus {
    background-size: auto;
  } */



  .contactus-content {
    padding: 60px 35px 120px 35px !important;
  }

  .footer-left {
    order: 2;
  }

  .footer-right {
    order: 1;
  }

  .message {
    height: 25px;
  }

  .section-hero {
    padding-top: 100px;
  }

  .hero-content {
    min-height: calc(100vh - 75px);
  }

  .heroleft-download-res {
    max-width: 100%;
  }

  .buskidsimg {
    max-width: 285px;
    height: 200px;
    width: 100%;
  }

  .section-contactus {
    padding-bottom: 225px;
  }

  .footer-content {
    bottom: -210px;
  }

  .footer-left p {
    font-size: 14px;
    margin-top: 5px;
    opacity: 0.8;
  }
}

@media screen and (max-width:370px) {
  .textarea-bg {
    height: 115px;
  }

  #message-error {
    margin-top: 0;
  }

  .buskidsimg {
    margin-top: 20px !important;
  }

  .contactus-content {
    height: 830px;
  }
}

@media screen and (max-width:350px) {
  .textarea-bg {
    height: 100px;
  }

  .message {
    min-height: 75px;
  }
}

.textarea-bg ::-webkit-scrollbar {
  width: 2px;

}

/* Track */
.textarea-bg ::-webkit-scrollbar-track {
  background: transparent;
}

/* Handle */
.textarea-bg ::-webkit-scrollbar-thumb {
  background: #97BE3D;
  border-radius: 12px;
}

::-webkit-scrollbar {
  width: 8px;

}

/* Track */
::-webkit-scrollbar-track {
  background: transparent;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #97BE3D;
  border-radius: 12px;
}

/* Handle on hover */

/* ===== Form Validation Styles (Phase 3) ===== */
.error-message {
  display: block;
  font-family: RubberDuckies, sans-serif;
  font-weight: 400;
  font-size: 22px;
  line-height: 20px;
  color: #ff4848;
  margin-top: 6px;
  animation: shakeError 0.4s ease;
}

.input-error {
  box-shadow: 0 0 0 2px rgba(255, 72, 72, 0.6) !important;
  border-radius: 4px;
}

.nameInput:focus,
.emailAdd:focus,
.message:focus {
  box-shadow: 0 0 0 2px rgba(151, 190, 61, 0.5);
  border-radius: 4px;
  transition: box-shadow 0.3s ease;
}

@keyframes shakeError {
  0%, 100% { transform: translateX(0); }
  25% { transform: translateX(-6px); }
  50% { transform: translateX(6px); }
  75% { transform: translateX(-4px); }
}

/* ===== Features Section (Phase 4) ===== */
.section-features {
  padding: 100px 0;
  background: linear-gradient(135deg, #155439 0%, #1a6b48 100%);
}

.features-heading {
  text-align: center;
  margin-bottom: 60px;
}

.features-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}

.feature-card {
  background: rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 16px;
  padding: 40px 24px;
  text-align: center;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.feature-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
}

.feature-icon {
  width: 56px;
  height: 56px;
  margin: 0 auto 20px;
}

.feature-icon svg {
  width: 100%;
  height: 100%;
}

.feature-card h3 {
  font-size: 24px;
  margin-bottom: 12px;
}

.feature-card p {
  font-size: 26px;
  line-height: 1.2;
  opacity: 0.85;
}

@media screen and (max-width: 992px) {
  .features-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media screen and (max-width: 576px) {
  .features-grid {
    grid-template-columns: 1fr;
  }

  .section-features {
    padding: 60px 0;
  }

  .features-heading {
    margin-bottom: 30px;
  }
}

/* ===== Scroll Animations (Phase 5) ===== */
.animate-on-scroll {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}

.animate-on-scroll.is-visible {
  opacity: 1;
  transform: translateY(0);
}

/* Staggered children */
.animate-on-scroll.is-visible .stagger-child:nth-child(1) { transition-delay: 0s; }
.animate-on-scroll.is-visible .stagger-child:nth-child(2) { transition-delay: 0.1s; }
.animate-on-scroll.is-visible .stagger-child:nth-child(3) { transition-delay: 0.2s; }
.animate-on-scroll.is-visible .stagger-child:nth-child(4) { transition-delay: 0.3s; }

.stagger-child {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.5s ease, transform 0.5s ease;
}

.animate-on-scroll.is-visible .stagger-child {
  opacity: 1;
  transform: translateY(0);
}

/* ===== Hero Animations (Phase 5) ===== */
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes heroFloat {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-15px); }
}

/* Classes applied via JS for progressive enhancement */
.hero-animate .hero-title {
  animation: fadeInUp 0.7s ease both;
}

.hero-animate .hero-desc {
  animation: fadeInUp 0.7s ease 0.2s both;
}

.hero-animate .heroleft-download h2,
.hero-animate .heroleft-download-res h2 {
  animation: fadeInUp 0.7s ease 0.4s both;
}

.hero-animate .play-app-store a:first-child {
  animation: fadeInUp 0.6s ease 0.5s both;
}

.hero-animate .play-app-store a:last-child {
  animation: fadeInUp 0.6s ease 0.65s both;
}

.hero-animate .hero-img {
  animation: fadeInUp 0.8s ease 0.3s both, heroFloat 4s ease-in-out 1.1s infinite;
}

/* ===== Micro-interactions (Phase 5) ===== */
.play-app-store a {
  transition: transform 0.25s ease, filter 0.25s ease;
  display: inline-block;
}

.play-app-store a:hover {
  transform: scale(1.08);
  filter: brightness(1.15);
}

.submitBtn {
  transition: transform 0.2s ease;
}

.submitBtn:hover {
  transform: scale(1.05);
}

.submitBtn:active {
  transform: scale(0.97);
}

.scrolltotopIcon {
  transition: all 0.3s ease, transform 0.2s ease;
}

.scrolltotopIcon:hover {
  transform: scale(1.15);
}

.prev-arrow,
.next-arrow {
  transition: transform 0.2s ease;
}

.prev-arrow:hover,
.next-arrow:hover {
  transform: scale(1.15);
}
