@media (max-width: 1188px) {
  /*****************************
        Header Section
********************************/
  .Header-Content-Wrapper {
    width: 100%;
    max-width: 100%;
    margin: auto;
    position: absolute;
    top: 50%;
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .Main-Title {
    font-size: 4.4rem;
    line-height: 5rem;
    font-family: "Anton";
    color: #fff;
    letter-spacing: 4px;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 0rem;
  }

  .Header-Content-Text-Description {
    font-size: 1rem;
    font-family: "Inter";
    color: #fff;
    margin-bottom: 0rem;
    text-transform: capitalize;
  }

  .flex-wrapper {
    display: flex;
    justify-content: space-between;
    margin-top: 4rem;
  }

  .sticky-active .company-logo {
    width: 120px;
    height: 120px;
    transform: translateY(5px); /* Adjust 8px as needed */
  }

  .main-navigation.sticky-active .navigation-link {
    font-family: "Anton";
    padding-bottom: 0.5rem;
  }

  /*****************************
        Header Section End
********************************/

  /****************
   About - Section
**********************/
  .About {
    padding: 12rem 5rem;
    background-color: #0d0d0d;
    position: relative;
  }

  .About-Main-Title {
    font-size: 4.4rem;
    font-family: "Anton";
    text-transform: uppercase;
    letter-spacing: 4px;
    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: 10rem;
    display: grid;
    grid-template-columns: 1fr;
    gap: 10rem;
    align-items: center;
  }

  .btn-holder {
    margin-top: 2.8rem;
  }

  .left-column-main-title {
    font-size: 3.6rem;
    font-family: "Anton";
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 2.5px;
  }

  .left-column-lorem {
    color: #fff;
    font-size: 1.1rem;
    font-family: "inter";
    line-height: 1.2;
    margin-bottom: 0;
  }

  .icon-text {
    font-size: 1.6rem;
    font-family: "Anton";
    text-transform: uppercase;
    color: #fff;
    margin-bottom: 0rem;
  }

  .icon-text-lorem {
    font-size: 1.1rem;
    color: #fff;
    font-family: "inter";
    line-height: 1.2;
    margin-bottom: 0rem;
  }

  .main-grid-right-column {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-auto-rows: 32rem;
    gap: 2rem;
    margin-left: -3rem;
    margin-right: -3rem;
  }

  .right-column-image {
    width: 100%;
    height: 100%;
    object-position: center;
    object-fit: cover;
    border-radius: 0%;
  }

  .image-2 {
    object-position: 70% center;
  }

  .image-5 {
    object-position: 50% 10%;
  }

  .image-4 {
    object-position: 10% center;
  }

  /************************
  Main Grid Container End */

  /****************
   About - Section End
**********************/

  /********************* 
    Packages Section 
********************/
  .Packages-Section {
    padding: 12rem 2rem;
    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: 3rem;
    padding-right: 3rem;
  }

  .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: 10rem;
  }

  .cta-container-content-holder {
    position: absolute;
    top: 55%;
    left: 0;
    right: 0;
    transform: translateY(calc(-50% + 7rem));
    display: flex;
    flex-direction: column;
    padding: 0 3rem;
    gap: 1rem;
  }

  .cta-container-text-1 {
    font-family: "Inter";
    font-size: 2rem;
    text-transform: uppercase;
    color: #fff;
    margin-bottom: 0;
  }

  .cta-container-text-2 {
    font-family: "Inter";
    font-size: 1.2rem;
    color: #fff;
    margin-bottom: 1rem;
    line-height: 1.2;
  }

  /***************************
      Grid Packages Cards 
  ****************************/
  .grid-packages-cards {
    display: grid;
    grid-template-columns: 1fr 1fr;
    text-align: center;
    margin-top: 10rem;
    gap: 2rem;
    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: 3rem 2rem;
  }

  .card-2 {
    background-color: #a60e0e;
  }

  .card-3 {
    grid-column: 1 / 3;
    width: 50%;
    justify-self: center;
  }

  /***************************
      Grid Packages Cards End
  ****************************/

  /********************* 
    Packages Section End
  ********************/

  /* Why Choose Me Section 
***************************/
  .why-choose-me-section {
    background-color: #0d0d0d;
    padding: 12rem 5rem;
    position: relative;
  }

  .why-me-grid {
    display: grid;
    grid-template-columns: 0.75fr 1fr 0.75fr;
    margin-top: 10rem;
    gap: 2em;
    grid-auto-rows: 40rem;
    margin-left: -3rem;
    margin-right: -3rem;
  }

  .why-me {
    padding-left: 0;
    padding-right: 0;
  }

  .left-column-holder {
    display: flex;
    justify-content: space-around;
    flex-direction: column;
    text-align: left;
  }

  .left-top-text {
    font-family: "Inter";
    font-size: 1.6rem;
    color: #a60e0e;
    text-transform: uppercase;
    font-weight: bold;
  }

  .left-top-text-lorem {
    font-family: "Inter";
    font-size: 0.8rem;
    color: #a60e0e;
    font-weight: 500;
  }

  .left-bottom-text {
    font-family: "Inter";
    font-size: 1.6rem;
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
  }

  .left-bottom-text-lorem {
    font-family: "Inter";
    font-size: 0.8rem;
    color: #fff;
    font-weight: 500;
  }

  .right-top-text {
    font-family: "Inter";
    font-size: 1.6rem;
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
  }

  .right-top-text-lorem {
    font-family: "Inter";
    font-size: 0.8rem;
    color: #fff;
    font-weight: 500;
  }

  .right-bottom-text {
    font-family: "Inter";
    font-size: 1.6rem;
    color: #a60e0e;
    text-transform: uppercase;
    font-weight: bold;
  }

  .right-bottom-text-lorem {
    font-family: "Inter";
    font-size: 0.8rem;
    color: #a60e0e;
    font-weight: 500;
  }

  .right-column-holder {
    display: flex;
    justify-content: space-around;
    flex-direction: column;
    text-align: right;
  }

  .line {
    position: absolute;
    top: 6.5rem;
    left: 15rem;
    width: 11rem;
    height: 2px;
    background-color: #a60e0e;
    z-index: 20;
  }

  .line-2 {
    position: absolute;
    top: 6.5rem;
    right: 17.5rem;
    width: 11rem;
    height: 2px;
    background-color: #fff;
    z-index: 20;
  }

  .line-3 {
    position: absolute;
    top: 26.5rem;
    left: 16.5rem;
    width: 11rem;
    height: 2px;
    background-color: #fff;
    z-index: 20;
  }

  .line-4 {
    position: absolute;
    top: 26.5rem;
    right: 14rem;
    width: 11rem;
    height: 2px;
    background-color: #a60e0e;
    z-index: 20;
  }

  /*************************
   Why Choose Me Section End
***************************/

  /**********************************
      Testimonials Section
************************************/
  .testimonials-section {
    padding: 12rem 5rem;
    background-color: #0d0d0d;
    position: relative;
  }

  .testimonial-title {
    margin-bottom: 10rem;
    padding-left: 0;
    padding-right: 0;
    font-size: 4.4rem;
  }

  .testimonial-card {
    position: absolute;
    top: 0;
    left: 0;
    max-width: 65rem;
    padding: 1.5rem 2rem;
    width: 100%;
    display: flex;
    gap: 2rem;
    opacity: 0;
    pointer-events: none;
    transition: transform 0.5s ease, opacity 0.5s ease;
    /* Optional for layout inside cards */
    background-color: transparent;
  }

  .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: 2rem;
    text-align: center;
  }

  .arrow-icon-left {
    position: absolute;
    top: 41.5rem;
    left: 1rem;
    cursor: pointer;
  }

  .arrow-icon-right {
    position: absolute;
    top: 41.5rem;
    right: 1rem;
    cursor: pointer;
  }

  /**********************************
      Testimonials Section End
************************************/

  /**********************************
      Contact Section
************************************/
  .contact-section {
    background-color: #a60e0e;
    padding: 12rem 2rem;
    position: relative;
  }

  .testimonial-title {
    margin-bottom: 0rem;
    line-height: 4.8rem;
  }

  .left-column-text-lorem {
    font-size: 1.2rem;
    line-height: 1.2;
    font-family: "Inter";
    color: #0d0d0d;
    font-weight: bold;
    text-transform: uppercase;
  }

  .dark-shadow {
    color: rgba(13, 13, 13, 0.25);
    position: absolute;
    top: 0px;
    left: 0px;
    display: none;
  }

  .contact-form label {
    font-weight: bold;
    color: #0d0d0d;
    margin-bottom: 0.3rem;
    display: block;
    font-size: 1.1rem;
    font-family: "Inter";
  }

  .contact-form input,
  .contact-form textarea {
    font-size: 1rem;
    padding: 0.5rem;
    width: 100%;
    margin-bottom: 2.5rem;
  }

  .contact-button {
    background-color: #fff;
    color: #0d0d0d;
    width: auto;
    align-self: self-start;
    border: none;
    padding: 1rem 1.4rem;
    font-size: 1.6rem;
  }

  .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: 10rem 5rem;
  }

  .footer-grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 4rem;
    align-items: center;
    justify-items: center;
    max-width: 50rem;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .column-2,
  .column-3 {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
    max-width: 20rem;
    gap: 0.8rem;
    align-items: center;
  }

  .column-1 {
    align-self: center;
  }

  .footer-text {
    font-family: "Inter";
    font-size: 1.4rem;
    text-transform: uppercase;
    color: #fff;
    font-weight: bolder;
  }

  .footer-link:link,
  .footer-link:visited {
    text-decoration: none;
    font-family: "Inter";
    color: #fff;
    font-size: 1rem;
    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;
  }
}
