@media (max-width: 994px) {
  body {
    overflow-x: hidden;
  }

  /*****************************
        Header Section
********************************/
  .header-section {
    position: relative;
  }

  .nav-links {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100vh;
    background-color: rgba(20, 20, 20, 0.9);
    backdrop-filter: blur(5px);
    z-index: 75;
    display: flex;
    flex-direction: column;
    gap: 2rem;
    text-align: center;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.8s ease, visibility 0.8s ease;
    pointer-events: none; /* prevent clicks when hidden */
  }

  .nav-links.show {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
  }

  .navigation-link:link,
  .navigation-link:visited {
    text-decoration: none;
    color: #fff;
    font-family: "Anton";
    letter-spacing: 0.5px;
    font-size: 1.2rem;
    padding-bottom: 0.5rem;
    transition: color 0.3s ease;
    display: inline-block;
    position: relative;
    font-family: "inter";
  }

  /* Animation Underline */
  .navigation-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;
  }

  .navigation-link:active,
  .navigation-link:hover {
    color: #a60e0e;
  }

  .navigation-link:hover::after {
    transform: scaleX(1);
  }

  .navigation-link.colored {
    color: #a60e0e;
  }

  .hamburger {
    display: block;
    font-size: 28px;
    cursor: pointer;
    padding-bottom: 1rem;
    /* Hamburger Menu For The Mobile Navigation */
  }

  .close-btn {
    font-size: 4.5rem;
    color: #fff;
    cursor: pointer;
    display: block;
    position: absolute;
    top: -2rem;
    right: 1rem;
  }

  .close-btn:hover {
    color: #a60e0e;
  }

  .main-navigation {
    display: flex;
    justify-content: space-evenly;
    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: 50%;
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .Main-Title {
    font-size: 4rem;
    line-height: 4.4rem;
    font-family: "Anton";
    color: #fff;
    letter-spacing: 3.5px;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 0.3rem;
    width: 75%;
  }

  .social-icons {
    display: flex;
    gap: 2rem;
    align-items: center;
    padding-top: 1.5rem;
  }

  .facebook-icon,
  .instagram-icon,
  .youtube-icon {
    color: #fff;
    font-size: 1.3rem;
  }
  /*****************************
        Header Section End
********************************/

  /********************
 Features Section 
 /**********************/
  .Features-Section {
    background-color: #0d0d0d;
    padding: 12rem 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 3px solid;
    border-top: #fff 3px solid;
  }

  .loop {
    display: flex;
  }

  .big-text {
    font-family: "Inter";
    font-size: 4.4rem;
    letter-spacing: 1.5px;
    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: 12rem 2.5rem;
    background-color: #0d0d0d;
    position: relative;
  }

  .About-Main-Title {
    font-size: 4.4rem;
    font-family: "Anton";
    text-transform: uppercase;
    letter-spacing: 3.5px;
    color: #fff;
    font-weight: bold;
    z-index: 20;
    position: sticky;
  }

  .about-text-shadow {
    font-family: "Inter";
    font-size: 4.4rem;
    color: rgba(255, 255, 255, 0.1);
    position: absolute;
    top: 140px;
    left: 16px;
    text-transform: uppercase;
    letter-spacing: 0px;
    z-index: 1;
    padding-left: 1rem;
  }

  /************************
  Main Grid Container */
  .about-main-grid-container {
    margin-top: 7.5rem;
    display: grid;
    grid-template-columns: 1fr;
    gap: 10rem;
    align-items: center;
  }

  .btn-holder {
    margin-top: 4rem;
  }

  .about-me-slung {
    color: #a60e0e;
    font-size: 1rem;
    font-family: "Inter";
    text-transform: uppercase;
  }

  .left-column-main-title {
    font-size: 3rem;
    font-family: "Anton";
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 2.5px;
  }

  .left-column-lorem {
    color: #fff;
    font-size: 0.9rem;
    font-family: "inter";
    line-height: 1.2;
    margin-bottom: 0;
  }

  .icon-text-lorem {
    font-size: 0.9rem;
    color: #fff;
    font-family: "inter";
    line-height: 1.2;
    margin-bottom: 0rem;
  }

  .icon-holder {
    display: flex;
    margin-top: 3rem;
  }

  .main-grid-right-column {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-auto-rows: 25rem;
    gap: 2.5rem;
    margin-left: 0rem;
    margin-right: 0rem;
  }

  .right-column-image {
    width: 100%;
    height: 100%;
    object-position: center;
    object-fit: cover;
    border-radius: 0%;
  }

  .image-2 {
    object-position: 70% center;
  }

  .image-4 {
    object-position: 15% center;
  }

  .image-5 {
    object-position: 50% 17%;
  }

  /****************
   About - Section End
**********************/

  /********************* 
    Packages Section 
********************/
  .Packages-Section {
    padding: 12rem 2.5rem;
    background-color: #0d0d0d;
    position: relative;
  }

  .packages-main-title {
    font-size: 4.4rem;
    font-family: "Anton";
    text-transform: uppercase;
    color: #fff;
    z-index: 5;
    position: sticky;
    padding-left: 0rem;
    padding-right: 0rem;
    width: 75%;
    line-height: 4.4rem;
  }

  .packages-shadow {
    font-family: "Inter";
    font-size: 4.4rem;
    color: rgba(255, 255, 255, 0.1);
    position: absolute;
    top: 134px;
    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: 50rem;
    position: relative;
    margin-top: 7.5rem;
  }

  .cta-container-content-holder {
    position: absolute;
    top: 60%;
    left: 0;
    right: 0;
    transform: translateY(calc(-50% + 7rem));
    display: flex;
    flex-direction: column;
    padding: 0 3rem;
    gap: 0rem;
  }

  .cta-container-text-2 {
    font-family: "Inter";
    font-size: 0.9rem;
    color: #fff;
    margin-bottom: 4rem;
    line-height: 1.2;
  }

  /***************************
      Grid Packages Cards 
  ****************************/
  .grid-packages-cards {
    display: grid;
    grid-template-columns: 1fr 1fr;
    text-align: center;
    margin-top: 10rem;
    gap: 1rem;
    margin-left: -1rem;
    margin-right: -1rem;
  }

  .grid-card {
    min-height: 31rem;
    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: 2.5rem 2rem;
  }

  .card-2 {
    background-color: #a60e0e;
  }

  .card-3 {
    grid-column: 1 / 3;
    width: 50%;
    justify-self: center;
  }

  .card-title {
    font-size: 1.6rem;
    font-family: "Inter";
    font-weight: bold;
    text-transform: uppercase;
  }

  .card-price {
    font-family: "Inter";
    font-size: 1rem;
  }

  .card-list {
    font-family: "Inter";
    margin-top: 2rem;
    text-transform: capitalize;
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    list-style: none;
    font-size: 1.1rem;
    padding-left: 0rem;
  }

  .card-btn {
    text-decoration: none;
    font-family: "Inter";
    font-size: 1.3rem;
    font-weight: bold;
    color: #a60e0e;
    padding: 0.5rem;
    text-transform: uppercase;
    background-color: #fff;
    margin-top: auto;
    border-radius: 1rem;
  }

  .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
    ********************/

  /***************************/
  /* Why Choose Me Section 
  ***************************/
  .why-choose-me-section {
    background-color: #0d0d0d;
    padding: 12rem 2.5rem;
    position: relative;
  }

  .why-me-grid {
    display: grid;
    grid-template-columns: 0.5fr 1fr;
    margin-top: 7.5rem;
    gap: 2em;
    width: 100%;
    margin-left: 0rem;
    margin-right: 0rem;
    grid-auto-rows: minmax(12rem, auto);
  }

  .left-column-holder {
    display: flex;
    justify-content: space-evenly;
    flex-direction: column;
    text-align: left;
  }

  .right-column-holder {
    display: flex;
    justify-content: space-around;
    flex-direction: row;
    text-align: left;
    grid-column: 1 / 3;
    gap: 8rem;
    max-height: 8rem;
    overflow: hidden;
  }

  .left-top-text {
    font-family: "Inter";
    font-size: 1.6rem;
    color: #a60e0e;
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 0.1rem;
  }

  .left-bottom-text {
    font-family: "Inter";
    font-size: 1.6rem;
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 0.1rem;
  }

  .left-bottom-text-lorem {
    font-family: "Inter";
    font-size: 0.8rem;
    color: #fff;
    font-weight: 500;
    line-height: 1.2;
  }

  .left-top-text-lorem {
    font-family: "Inter";
    font-size: 0.8rem;
    color: #a60e0e;
    font-weight: 500;
    line-height: 1.2;
  }

  .right-top-text {
    font-family: "Inter";
    font-size: 1.6rem;
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 0.1rem;
  }

  .right-top-text-lorem {
    font-family: "Inter";
    font-size: 0.8rem;
    color: #fff;
    font-weight: 500;
    line-height: 1.2;
  }

  .right-bottom-text {
    font-family: "Inter";
    font-size: 1.6rem;
    color: #a60e0e;
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 0.1rem;
    text-align: right;
  }

  .right-bottom-text-lorem {
    font-family: "Inter";
    font-size: 0.8rem;
    color: #a60e0e;
    font-weight: 500;
    text-align: right;
    line-height: 1.2;
  }

  .line {
    position: absolute;
    top: 8.8rem;
    left: 16.3rem;
    width: 11rem;
    height: 2px;
    background-color: #a60e0e;
    z-index: 20;
    display: none;
  }

  .line-2 {
    position: absolute;
    top: 6.5rem;
    right: 17.5rem;
    width: 11rem;
    height: 2px;
    background-color: #fff;
    z-index: 20;
    display: none;
  }

  .line-3 {
    position: absolute;
    top: 25rem;
    left: 16.5rem;
    width: 11rem;
    height: 2px;
    background-color: #fff;
    z-index: 20;
    display: none;
  }

  .line-4 {
    position: absolute;
    top: 26.5rem;
    right: 14rem;
    width: 11rem;
    height: 2px;
    background-color: #a60e0e;
    z-index: 20;
    display: none;
  }
  /***************************/
  /* Why Choose Me Section End
  ***************************/

  /**********************************
      Testimonials Section
************************************/
  .testimonials-section {
    padding: 7.5rem 2.5rem;
    background-color: #0d0d0d;
    position: relative;
  }

  .testimonial-title {
    margin-bottom: 10.5rem;
    padding-left: 0;
    padding-right: 0;
    font-size: 4.4rem;
    line-height: 4.4rem;
  }

  .testimonials-shadow {
    top: 60px;
    font-family: "Inter";
    font-size: 4.4rem;
    color: rgba(255, 255, 255, 0.1);
    position: absolute;
    left: 16px;
    text-transform: uppercase;
    letter-spacing: 0px;
    z-index: 1;
    padding-left: 1rem;
  }

  .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;
    margin-top: 0;
  }

  .testimonial-card {
    display: auto;
    opacity: 0;
    top: auto;
    left: auto;
    transform: none;
    position: relative;
    max-width: 100%;
    padding: 0;
    width: 100%;
    display: flex;
    gap: 2rem;
    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 */
  }

  .testimonial-image {
    width: 100%;
    max-width: 60rem;
    aspect-ratio: 1 / 1;
    border-radius: 50%;
    object-fit: cover;
    object-position: center;
  }

  .testimonial-image-holder {
    position: relative;
    display: inline-block;
    padding: 1rem;
    border-radius: 50%;
    background-color: #a60e0e;
  }

  .testimonial-content {
    display: flex;
    flex-direction: column;
    align-self: center;
    gap: 1.5rem;
    text-align: center;
  }

  .testimonial-icon {
    font-size: 1.3rem;
    color: gold;
  }

  .testimonial-text {
    font-size: 1rem;
    color: #fff;
    font-family: "Inter";
    line-height: 1.2;
  }

  .testimonial-button {
    padding: 0.5rem 1rem;
    font-size: 1.6rem;
    margin-top: 3rem;
  }

  .arrow-icon-left {
    position: absolute;
    top: 56rem;
    left: 18rem;
    cursor: pointer;
  }

  .arrow-icon-right {
    position: absolute;
    top: 56rem;
    right: 18rem;
    cursor: pointer;
  }

  /**********************************
      Contact Section
************************************/
  .contact-section {
    background-color: #a60e0e;
    padding: 12rem 2.5rem;
    position: relative;
  }

  .left-column-text-lorem {
    font-size: 0.9rem;
    line-height: 1.2;
    font-family: "Inter";
    color: #0d0d0d;
    font-weight: bold;
    text-transform: uppercase;
  }

  .contact-button {
    background-color: #fff;
    color: #0d0d0d;
    width: auto;
    align-self: self-start;
    border: none;
    padding: 0.8rem 1rem;
    font-size: 1.3rem;
  }

  .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 5rem;
  }

  .footer-grid {
    display: grid;
    grid-template-columns: 1fr 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;
  }
  /**********************************
      Footer Section End
************************************/
}
