@media (max-width: 480px) {
  body {
    overflow: hidden;
  }

  /*****************************
        Header Section
********************************/
  .header-section {
    position: relative;
  }

  .header-background {
    background: #f4efe8;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 90% center;
    height: 100vh;
    width: 100%;
    display: block;
  }

  .header-grid {
    display: grid;
    grid-template-columns: 1fr;
    width: 100%;
    min-height: 65%;
    overflow: visible;
    align-items: center;
    padding: 0px;
    gap: 0px;
    margin: auto;
    position: absolute;
    top: calc(120px + (100vh - 120px) / 2); /* middle of remaining space */
    left: 50%;
    transform: translate(-50%, -50%);
  }

  .grid-colm-2 {
    display: flex;
    overflow: hidden;
    width: 100%;
    height: 84%;
    border-radius: 50%;
    border: 2px solid #d4572f;
    background: #20241b;
  }

  .grid-colm-2-img {
    object-fit: cover;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    object-fit: cover;
    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: #d4572f;
  }

  .Header-Content-Wrapper {
    transition: transform 0.3s ease;
    will-change: transform;
    box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.18);
    /*padding: 12.5%; */
    padding: 1rem;
    box-sizing: border-box;
    border-radius: 50%;
    width: 100%;

    overflow: hidden;
    aspect-ratio: 1/1;
    height: 85%;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: center;
    background-color: #fff;
    position: absolute;
  }

  .Main-Title {
    font-size: 2.4rem;
    line-height: 3rem;
    font-family: "Anton";
    color: #20241b;
    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: #d4572f;
    color: #fff;
    padding: 1rem 1.4rem;
  }

  .header-btn:active,
  .header-btn:hover {
    background-color: #20241b; /* darken on hover */
    box-shadow: rgba(184, 87, 46, 0.795);
    transform: translateY(-2px);
    transition: all 0.3s ease;
  }
  /*****************************
        Header Section End
********************************/

  /****************
   About - Section
**********************/
  .About {
    padding: 10rem 1rem 5rem 1rem;
    background-color: #f4efe8;
    position: relative;
  }

  .about-main-grid-container {
    margin-top: 5rem;
    display: grid;
    grid-template-columns: 1fr;
    gap: 1rem;
    align-items: center;
    text-align: center;
    color: #ffff;
  }

  .left-column-lorem {
    color: #20241b;
    font-size: 0.9rem;
    font-family: "inter";
    line-height: 1.2;
    margin-bottom: 0.5rem;
  }

  .right-colm-image-2 {
    display: none;
  }

  .flex-container {
    display: grid;
    grid-template-columns: 1fr;
    gap: 2.5rem;
    display: none;
  }

  .main-grid-right-column {
    display: grid;
    grid-template-columns: 1fr;
    grid-auto-rows: 25rem;
    gap: 1rem;
    margin-left: 0rem;
    margin-right: 0rem;
  }

  .image-4 {
    object-position: 27% center;
  }

  .about-btn {
    font-size: 1.2rem;
    letter-spacing: 1.5px;
    font-family: "Anton";
    background-color: #d4572f;
    color: #fff;
    padding: 1.2rem 1rem;
    text-decoration: none;
    text-transform: uppercase;
  }

  .about-btn:hover {
    background-color: #20241b; /* darken on hover */
    box-shadow: rgba(184, 87, 46, 0.795);
    transform: translateY(-2px);
    transition: all 0.3s ease;
  }
  /****************
   About - Section End
**********************/

  /********************* 
    Packages Section 
  ********************/
  .Packages-Section {
    padding: 10rem 1rem 5rem 1rem;
    background-color: #20241b;
    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;
    letter-spacing: 1px;
    margin-bottom: 7rem;
  }

  .cta-container-background {
    background-image: url(/Background/Mike-Packages.png);
    background-position: left;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    min-height: 25rem;
    position: relative;
    margin-top: 7.5rem;
  }

  .cta-container-content-holder {
    position: absolute;
    top: 20%;
    left: 0%;
    transform: translateY(calc(-50% + 7rem));
    display: flex;
    flex-direction: column;
    padding: 0 1rem;
    gap: 2rem;
    max-width: 100%;
    text-align: center;
  }

  .cta-container-background-overlay {
    position: absolute;
    top: 0;
    left: 0;
    background: linear-gradient(
      90deg,
      rgba(32, 36, 27, 0) 0%,
      rgba(32, 36, 27, 0.15) 0%,
      rgba(32, 36, 27, 0.75) 0%
    );
    width: 100%;
    height: 100%;
    pointer-events: none;
  }

  /***************************
      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: #20241b;
    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: #d4572f;
  }

  .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: #d4572f;
    padding: 1rem 1.4rem;
    text-transform: capitalize;
    background-color: #fff;
    margin-top: auto;
    border-radius: 0.5rem;
  }

  .btn-1,
  .btn-3 {
    background-color: transparent;
    color: rgba(255, 255, 255, 0.1);
    font-size: 1.3rem;
  }
  /***************************
      Grid Packages Cards End
  ****************************/
  /********************* 
      Packages Section End
    ********************/

  /***************************/
  /* Why Choose Me Section 
  ***************************/
  .why-choose-me-section {
    background-color: #f4efe8;
    padding: 10rem 1rem 5rem 1rem;
    position: relative;
  }

  .why-me-grid {
    display: grid;
    grid-template-columns: 1fr;
    margin-top: 0rem;
    gap: 0em;
    row-gap: 1rem;
    width: 100%;
    margin-left: 0rem;
    margin-right: 0rem;
    grid-auto-rows: minmax(10rem, auto);
  }

  .why-me-title {
    color: #20241b;
    margin-bottom: 4rem;
  }

  .center-image-holder {
    display: flex;
    grid-row: 1 / 2;
    width: 100%;
    height: 80%;
    grid-column: 1 / -1;
    justify-self: center;
    align-self: center;
    margin-left: 0rem;
    margin-right: 0rem;
    min-height: 20rem;
  }
  /**********************************
    Testimonials Section
************************************/

  .testimonials-section {
    padding: 10rem 2rem 5rem 2rem;
    background-color: #20241b;
    position: relative;
  }
  .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;
  }

  .testimonial-image-holder {
    position: relative;
    display: inline-block;
    padding: 0.2rem;
    border-radius: 50%;
    background-color: #d4572f;
  }

  .arrow-icon-left {
    position: absolute;
    /*top: 65.6rem; */
    top: 53.5%;
    left: 1rem;
    cursor: pointer;
    width: 2.5rem;
  }

  .arrow-icon-right {
    position: absolute;
    top: 53.5%;
    right: 1rem;
    cursor: pointer;
    width: 2.5rem;
  }
  /**********************************
    Testimonials Section End
************************************/

  /**********************************
      Contact Section
************************************/

  .contact-section {
    background-color: #d4572f;
    padding: 10rem 1rem 5rem 1rem;
    position: relative;
  }

  .contact-form-title {
    margin-bottom: 3.5rem;
  }

  .contact-button {
    background-color: #20241b;
    color: #fff;
    width: auto;
    align-self: center;
    border: none;
    padding: 1.2rem 1rem;
    font-size: 1.2rem;
    margin-top: 2.5rem;
    cursor: pointer;
  }

  .contact-button:hover {
    background-color: #fff;
    color: #d4572f;
    box-shadow: rgba(184, 87, 46, 0.795);
    transform: translateY(-4px);
    transition: all 0.3s ease;
  }
  /**********************************
      Contact Section  End
************************************/

  /**********************************
      Footer Section
************************************/
  .footer-section {
    background-color: #f4efe8;
    padding: 6rem 1rem 1.3rem 1rem;
  }

  .footer-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0rem;
    align-items: center;
    justify-items: center;
    max-width: 70rem;
    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.2rem;
    text-transform: capitalize;
    color: #20241b;
    font-weight: bolder;
    margin-bottom: 0rem;
  }

  .footer-link:link,
  .footer-link:visited {
    text-decoration: none;
    font-family: "Inter";
    color: #20241b;
    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: #d4572f;
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.3s ease;
  }

  .footer-link:active,
  .footer-link:hover {
    color: #d4572f;
  }

  .footer-link:hover::after {
    transform: scaleX(1);
  }

  .footer-link.colored {
    color: #d4572f;
  }

  .copyright-icon {
    width: 25px;
    height: 25px;
  }

  .copyright-text {
    font-family: "Open Sans";
    margin-top: 16px;
    font-size: 0.9rem;
    letter-spacing: 0.3px;
  }

  /**********************************
      Footer Section End
************************************/
}
