@media (max-width: 480px) {
  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: 90% center;
    height: 100vh;
    width: 100%;
    display: block;
  }

  .main-navigation {
    display: flex;
    justify-content: space-between;
    gap: 0rem;
    align-items: center;
    width: 100%;
    max-width: 100%;
    position: static;
    transition: all 0.3s ease;
    top: 0;
    z-index: 50;
  }

  .hamburger {
    display: block;
    font-size: 28px;
    cursor: pointer;
    padding-bottom: 1rem;
    padding-right: 1.5rem;
    /* Hamburger Menu For The Mobile Navigation */
  }

  .close-btn {
    font-size: 4.5rem;
    color: #fff;
    cursor: pointer;
    display: block;
    position: absolute;
    top: 0.5rem;
    right: 1.5rem;
  }

  .close-btn:hover {
    color: #a60e0e;
  }

  .Header-Content-Wrapper {
    width: 100%;
    max-width: 100%;
    margin: auto;
    position: absolute;
    top: 40%;
    padding-left: 0rem;
    padding-right: 0rem;
    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: 3rem;
  }

  .header-btn:link,
  .header-btn:visited {
    text-decoration: none;
    font-size: 1.5rem;
    text-transform: uppercase;
    font-family: "Anton";
    letter-spacing: 1px;
    background-color: #a60e0e;
    color: #fff;
    padding: 1rem 1.4rem;
  }

  .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
********************************/

  /****************
   About - Section
**********************/
  .About {
    padding: 10rem 1rem;
    background-color: #0d0d0d;
    position: relative;
  }

  .main-grid-right-column {
    display: grid;
    grid-template-columns: 1fr;
    grid-auto-rows: 35rem;
    gap: 1rem;
    margin-left: 0rem;
    margin-right: 0rem;
  }

  .image-4 {
    object-position: 27% center;
  }

  .about-btn {
    font-size: 1.5rem;
    letter-spacing: 1.5px;
    font-family: "Anton";
    background-color: #a60e0e;
    color: #fff;
    padding: 1rem 1.4rem;
    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;
  }
  /****************
   About - Section End
**********************/

  /********************* 
    Packages Section 
  ********************/
  .cta-container-content-holder {
    position: absolute;
    top: 40%;
    left: 0;
    right: 0;
    transform: translateY(calc(-50% + 7rem));
    display: flex;
    flex-direction: column;
    padding: 0 0.5rem;
    gap: 2rem;
  }

  /***************************
      Grid Packages Cards 
  ****************************/
  .grid-packages-cards {
    display: grid;
    grid-template-columns: 1fr;
    text-align: center;
    margin-top: 7.5rem;
    gap: 1rem;
    margin-left: 0rem;
    margin-right: 0rem;
  }

  .grid-card {
    min-height: 30rem;
    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: 2rem 1rem;
    width: 100%;
    justify-self: center;
  }

  .card-2 {
    background-color: #a60e0e;
  }

  .card-3 {
    grid-column: 1 / 2;
    width: 100%;
    justify-self: center;
  }

  .card-title {
    font-size: 1.5rem;
    font-family: "Inter";
    font-weight: bold;
    text-transform: capitalize;
  }

  .card-price {
    font-family: "Inter";
    font-size: 0.9rem;
  }

  .card-content-holder {
    display: flex;
    flex-direction: column;
    height: 100%;
    gap: 0.5rem;
  }

  .card-list {
    font-family: "Inter";
    margin-top: 2rem;
    text-transform: capitalize;
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    list-style: none;
    font-size: 0.9rem;
    padding-left: 0rem;
  }

  .card-btn {
    text-decoration: none;
    font-family: "Inter";
    font-size: 1.3rem;
    font-weight: bold;
    color: #a60e0e;
    padding: 1rem 1.4rem;
    text-transform: capitalize;
    background-color: #fff;
    margin-top: auto;
    border-radius: 0.5rem;
  }

  .btn-1,
  .btn-3 {
    background-color: #161616;
    color: rgba(255, 255, 255, 0.4);
    font-size: 1.3rem;
  }
  /***************************
      Grid Packages Cards End
  ****************************/

  /********************* 
      Packages Section End
    ********************/

  /**********************************
    Testimonials Section
************************************/
  .testimonials-shadow {
    top: 115px;
    font-family: "Inter";
    font-size: 3rem;
    color: rgba(255, 255, 255, 0.1);
    position: absolute;
    left: 10px;
    text-transform: uppercase;
    letter-spacing: 0px;
    z-index: 1;
    padding-left: 1rem;
  }
  /**********************************
    Testimonials Section End
************************************/

  /**********************************
      Contact Section
************************************/
  .contact-button {
    background-color: #fff;
    color: #0d0d0d;
    width: auto;
    align-self: center;
    border: none;
    padding: 1rem 1.4rem;
    font-size: 1.5rem;
    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 1rem;
  }

  .footer-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 5rem;
    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: block;
  }

  .column-2,
  .column-3 {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
    max-width: 20rem;
    gap: 0.5rem;
    align-items: center;
  }

  .footer-text {
    font-family: "Inter";
    font-size: 1.3rem;
    text-transform: capitalize;
    color: #fff;
    font-weight: bolder;
    margin-bottom: 0;
  }

  .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
************************************/
}
