@media (max-width: 580px) {
  body {
    overflow: hidden;
  }

  /*****************************
        Header Section
********************************/
  .header-section {
    position: relative;
  }

  .header-background {
    background-image: url(/Background/Fitness-Background-Black.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: right;
    height: 100vh;
    width: 100%;
    display: block;
  }

  .main-navigation {
    display: flex;
    justify-content: space-around;
    gap: 0rem;
    align-items: center;
    width: 100%;
    max-width: 100%;
    position: static;
    transition: all 0.3s ease;
    top: 0;
    z-index: 50;
  }

  .Header-Content-Wrapper {
    width: 100%;
    max-width: 100%;
    margin: auto;
    position: absolute;
    top: 48%;
    padding-left: 2rem;
    padding-right: 2rem;
    text-align: center;
  }

  .Main-Title {
    font-size: 3rem;
    line-height: 3.5rem;
    font-family: "Anton";
    color: #fff;
    letter-spacing: 3px;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 0.3rem;
    width: 100%;
  }

  .flex-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-top: 4rem;
    gap: 2rem;
  }

  .social-icons {
    display: flex;
    gap: 2rem;
    align-items: center;
    padding-top: 0.5rem;
    align-self: center;
  }

  .header-btn:link,
  .header-btn:visited {
    text-decoration: none;
    font-size: 1.3rem;
    text-transform: uppercase;
    font-family: "Anton";
    letter-spacing: 1px;
    background-color: #a60e0e;
    color: #fff;
    padding: 0.5rem 1rem;
  }

  .header-btn:active,
  .header-btn:hover {
    background-color: #8c0b0b; /* darken on hover */
    box-shadow: 0 8px 20px rgba(166, 14, 14, 0.6);
    transform: translateY(-2px);
    transition: all 0.3s ease;
  }
  /*****************************
        Header Section End
********************************/

  /********************
      Features Section 
 /**********************/
  .Features-Section {
    background-color: #0d0d0d;
    padding: 10rem 0rem;
    overflow: hidden;
  }

  .Features-Content-Wrapper {
    white-space: nowrap;
    overflow: hidden;
    width: 100%;
  }

  .marquee-track {
    display: flex;
    width: max-content;
    animation: scrollLoop 30s linear infinite;
    border-bottom: #fff 4px solid;
    border-top: #fff 4px solid;
  }

  .loop {
    display: flex;
  }

  .big-text {
    font-family: "Inter";
    font-size: 3rem;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #fff;
    padding: 0 2rem;
    display: inline-block;
    margin: 0;
    white-space: nowrap;
    font-weight: bold;
  }

  .colored {
    color: #a60e0e;
  }

  /********************
    Features Section End
 /**********************/

  /****************
   About - Section
**********************/
  .About {
    padding: 10rem 2rem;
    background-color: #0d0d0d;
    position: relative;
  }

  .About-Main-Title {
    font-size: 3rem;
    line-height: 3.2rem;
    font-family: "Anton";
    text-transform: uppercase;
    letter-spacing: 2.5px;
    color: #fff;
    font-weight: bold;
    z-index: 20;
    position: sticky;
    text-align: center;
  }

  .about-text-shadow {
    font-family: "Inter";
    font-size: 3rem;
    color: rgba(255, 255, 255, 0.1);
    position: absolute;
    top: 120px;
    left: 16px;
    text-transform: uppercase;
    letter-spacing: 0px;
    z-index: 1;
    padding-left: 1rem;
    text-align: center;
  }

  .main-grid-right-column {
    display: grid;
    grid-template-columns: 1fr;
    grid-auto-rows: 35rem;
    gap: 1rem;
    margin-left: -1rem;
    margin-right: -1rem;
  }

  .left-column-main-title {
    font-size: 2rem;
    font-family: "Anton";
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 2px;
  }

  .about-btn {
    font-size: 1.3rem;
    letter-spacing: 1.5px;
    font-family: "Anton";
    background-color: #a60e0e;
    color: #fff;
    padding: 0.5rem 1rem;
    text-decoration: none;
    text-transform: uppercase;
  }

  .about-btn:hover {
    background-color: #8c0b0b; /* darken on hover */
    box-shadow: 0 8px 20px rgba(166, 14, 14, 0.6);
    transform: translateY(-2px);
    transition: all 0.3s ease;
  }

  .image-2 {
    object-position: 65% center;
  }
  /****************
   About - Section End
**********************/

  /********************* 
    Packages Section 
********************/
  .Packages-Section {
    padding: 10rem 1rem;
    background-color: #0d0d0d;
    position: relative;
  }

  .packages-main-title {
    font-size: 3rem;
    font-family: "Anton";
    text-transform: uppercase;
    color: #fff;
    z-index: 5;
    position: sticky;
    padding-left: 0rem;
    padding-right: 0rem;
    width: 100%;
    line-height: 3.3rem;
    text-align: center;
  }

  .packages-shadow {
    font-family: "Inter";
    font-size: 3rem;
    color: rgba(255, 255, 255, 0.1);
    position: absolute;
    top: 120px;
    left: 16px;
    text-transform: uppercase;
    letter-spacing: 0px;
    z-index: 1;
    padding-left: 1rem;
  }

  .cta-container-background {
    background-image: url(/CTA-Container-Images/CTA-Container-Image-3.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    min-height: 40rem;
    position: relative;
    margin-top: 7.5rem;
  }

  .cta-container-content-holder {
    position: absolute;
    top: 40%;
    left: 0;
    right: 0;
    transform: translateY(calc(-50% + 7rem));
    display: flex;
    flex-direction: column;
    padding: 0 2rem;
    gap: 2rem;
  }

  .cta-container-text-1 {
    font-family: "Inter";
    font-size: 1.3rem;
    text-transform: uppercase;
    color: #fff;
    margin-bottom: 0rem;
    text-align: center;
  }

  /***************************
      Grid Packages Cards 
  ****************************/
  .grid-packages-cards {
    display: grid;
    grid-template-columns: 1fr;
    text-align: center;
    margin-top: 7.5rem;
    gap: 3rem;
    margin-left: 0rem;
    margin-right: 0rem;
  }

  .grid-card {
    min-height: 35rem;
    background-color: #161616;
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    border-radius: 1rem;
    padding: 3.5rem 2rem;
    width: 100%;
    justify-self: center;
  }

  .card-2 {
    background-color: #a60e0e;
  }

  .card-3 {
    grid-column: 1 / 2;
    width: 100%;
    justify-self: center;
  }
  /***************************
      Grid Packages Cards End
  ****************************/

  /***************************/
  /* Why Choose Me Section 
  ***************************/
  .why-me-grid {
    display: grid;
    grid-template-columns: 1fr;
    margin-top: 7.5rem;
    gap: 0em;
    row-gap: 2rem;
    width: 100%;
    margin-left: 0rem;
    margin-right: 0rem;
    grid-auto-rows: minmax(10rem, auto);
  }

  .left-top-text {
    font-family: "Inter";
    font-size: 1.2rem;
    color: #a60e0e;
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 0.1rem;
  }

  .left-bottom-text {
    font-family: "Inter";
    font-size: 1.2rem;
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 0.1rem;
  }

  .right-bottom-text {
    text-align: center;
    font-size: 1.2rem;
  }

  .right-top-text {
    font-size: 1.2rem;
  }

  .left-column-holder {
    display: flex;
    justify-content: space-evenly;
    flex-direction: column;
    text-align: left;
    grid-row: 2 / 3;
    gap: 2rem;
    text-align: center;
  }

  .right-column-holder {
    display: flex;
    justify-content: space-around;
    flex-direction: column;
    text-align: center;
    grid-column: 1 / 2;
    gap: 2rem;
    max-height: 25rem;
  }

  .center-image-holder {
    margin-left: -1rem;
    margin-right: -1rem;
    min-height: 30rem;
  }
  /***************************/
  /* Why Choose Me Section End
  ***************************/

  /**********************************
      Testimonials Section
************************************/

  .testimonial-container {
    border-bottom: none;
    border-top: none;
    position: relative;
    overflow-x: hidden;
    width: 100%;
    max-width: 100%;
    background-color: transparent;
    margin-left: auto;
    margin-right: auto;
    height: 100%;
    margin-top: 7.5rem;
  }

  .testimonial-card {
    display: flex;
    opacity: 0;
    top: auto;
    left: auto;
    transform: none;
    position: relative;
    max-width: 100%;
    padding: 0;
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 3rem;
    pointer-events: none;
    transition: transform 0.5s ease-in, opacity 0.5s ease;
    transform: translateX(50px); /* Start a bit offset */
    background-color: transparent;
    margin-left: auto;
    margin-right: auto;
  }

  .testimonial-card.active {
    display: flex;
    pointer-events: auto;
    opacity: 1;
    transform: translateX(0); /* Animate into position */
  }

  .arrow-icon-left {
    position: absolute;
    top: 65.6rem;
    left: 1rem;
    cursor: pointer;
    width: 2.5rem;
  }

  .arrow-icon-right {
    position: absolute;
    top: 65.6rem;
    right: 1rem;
    cursor: pointer;
    width: 2.5rem;
  }

  .testimonial-image-holder {
    position: relative;
    display: inline-block;
    padding: 1rem;
    border-radius: 50%;
    background-color: #a60e0e;
  }
  /**********************************
      Testimonials Section End
************************************/

  /**********************************
      Contact Section
************************************/
  .contact-button {
    background-color: #fff;
    color: #0d0d0d;
    width: auto;
    align-self: center;
    border: none;
    padding: 0.5rem 1rem;
    font-size: 1.3rem;
    margin-top: 2.5rem;
  }

  .contact-button:hover {
    background-color: #0d0d0d;
    color: #fff;
    box-shadow: 0 10px 20px rgba(13, 13, 13, 0.9);
    transform: translateY(-4px);
    transition: all 0.3s ease;
  }
  /**********************************
      Contact Section  End
************************************/

  /**********************************
      Footer Section
************************************/
  .footer-section {
    background-color: #0d0d0d;
    padding: 7.5rem 2rem;
  }

  .footer-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
    align-items: center;
    justify-items: center;
    max-width: 60rem;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .column-1 {
    align-self: flex-start;
    padding-top: 0.5rem;
    display: none;
  }

  .footer-text {
    font-family: "Inter";
    font-size: 1.3rem;
    text-transform: capitalize;
    color: #fff;
    font-weight: bolder;
  }

  .footer-link:link,
  .footer-link:visited {
    text-decoration: none;
    font-family: "Inter";
    color: #fff;
    font-size: 0.9rem;
    text-transform: capitalize;
    position: relative;
    padding: 0.5rem;
  }

  /* Animation Underline */
  .footer-link::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 2px;
    background: #a60e0e;
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.3s ease;
  }

  .footer-link:active,
  .footer-link:hover {
    color: #a60e0e;
  }

  .footer-link:hover::after {
    transform: scaleX(1);
  }

  .footer-link.colored {
    color: #a60e0e;
  }

  /**********************************
      Footer Section End
************************************/
}
