@media (max-width: 1188px) {
  /*****************************
        Header Section
********************************/

  .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%;
    box-sizing: border-box;
    border-radius: 100%;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: center;
    background-color: #fff;
  }

  .header-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    width: 100%;
    height: auto;
    overflow: hidden;
    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%);
  }

  .Main-Title {
    font-size: 3.2rem;
    line-height: 4rem;
    font-family: "Anton";
    color: #20241b;
    letter-spacing: 4px;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 0rem;
  }

  .Header-Content-Text-Description {
    font-size: 1rem;
    font-family: "Inter";
    color: #20241b;
    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: #f4efe8;
    position: relative;
  }

  .About-Main-Title {
    font-size: 4.4rem;
    font-family: "Anton";
    text-transform: uppercase;
    letter-spacing: 4px;
    color: #20241b;
    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: 5rem;
    align-items: center;
  }

  .btn-holder {
    margin-top: 2.8rem;
  }

  .left-column-main-title {
    font-size: 3.6rem;
    font-family: "Anton";
    color: #20241b;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 2.5px;
  }

  .left-column-lorem {
    color: #20241b;
    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: #20241b;
    margin-bottom: 0rem;
  }

  .icon-text-lorem {
    font-size: 1.1rem;
    color: #20241b;
    font-family: "inter";
    line-height: 1.2;
    margin-bottom: 0rem;
  }

  .main-grid-right-column {
    display: flex;
    flex-direction: column;
  }

  .flex-container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 5rem;
  }

  .right-colm-image-1 {
    width: 100%;
    height: 100%;
    border-radius: 15px;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);
  }

  .right-colm-image-2 {
    width: 100%;
    height: 100%;
    border-radius: 15px;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);
  }
  /************************
  Main Grid Container End */
  /****************
   About - Section End
**********************/

  /********************* 
    Packages Section 
********************/
  .Packages-Section {
    padding: 12rem 2rem;
    background-color: #20241b;
    position: relative;
  }

  .packages-main-title {
    font-size: 4.4rem;
    font-family: "Anton";
    text-transform: uppercase;
    color: #f5f5f5;
    z-index: 5;
    position: sticky;
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .cta-container-background {
    background-image: url(/Background/Mike-Packages.png);
    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: 32.5%;
    left: 35%;
    transform: translateY(calc(-50% + 7rem));
    display: flex;
    flex-direction: column;
    padding: 0 2rem;
    gap: 1.5rem;
    max-width: 65%;
    text-align: center;
  }

  .cta-container-background-overlay {
    position: absolute;
    top: 0;
    left: 0;
    background: linear-gradient(
      45deg,
      rgba(32, 36, 27, 0) 45%,
      rgba(32, 36, 27, 0.35) 45%,
      rgba(32, 36, 27, 0.95) 0%
    );
    width: 100%;
    height: 100%;
    pointer-events: none;
  }

  .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: #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: 3rem 2rem;
    border: 2px solid rgba(212, 88, 47, 0.5);
  }

  .grid-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 6px 10px rgba(212, 87, 47, 0.7);
    cursor: pointer;
  }

  .card-2 {
    background-color: #d4572f;
  }

  .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: #f4efe8;
    padding: 12rem 5rem;
    position: relative;
  }

  .why-me-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    margin-top: 10rem;
    gap: 2em;
    grid-auto-rows: 30rem;
    margin-left: -3rem;
    margin-right: -3rem;
  }

  .why-me-title {
    color: #20241b;
    padding-left: 0;
    padding-right: 0;
  }

  .why-me-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    border-radius: 50%;
    position: relative;
    z-index: 85;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.35);
  }

  .why-me-image-overlay {
    position: absolute;
    top: 0;
    left: 0;
    background: linear-gradient(
      rgba(32, 36, 27, 0.65) 100%,
      rgba(32, 36, 27, 0) 0%,
      rgba(32, 36, 27, 0) 100%
    );
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 99;
    border-radius: 50%;
  }

  .center-image-holder {
    display: flex;
    grid-row: 1 / 2;
    width: 46%;
    grid-column: 1 / -1;
    justify-self: center;
  }

  .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: #20241b;
    text-transform: uppercase;
    font-weight: bold;
  }

  .left-top-text-lorem {
    font-family: "Inter";
    font-size: 0.8rem;
    color: #20241b;
    font-weight: 500;
  }

  .left-bottom-text {
    font-family: "Inter";
    font-size: 1.6rem;
    color: #d4572f;
    text-transform: uppercase;
    font-weight: bold;
  }

  .left-bottom-text-lorem {
    font-family: "Inter";
    font-size: 0.8rem;
    color: #d4572f;
    font-weight: 500;
  }

  .right-top-text {
    font-family: "Inter";
    font-size: 1.6rem;
    color: #d4572f;
    text-transform: uppercase;
    font-weight: bold;
  }

  .right-top-text-lorem {
    font-family: "Inter";
    font-size: 0.8rem;
    color: #d4572f;
    font-weight: 500;
  }

  .right-bottom-text {
    font-family: "Inter";
    font-size: 1.6rem;
    color: #20241b;
    text-transform: uppercase;
    font-weight: bold;
  }

  .right-bottom-text-lorem {
    font-family: "Inter";
    font-size: 0.8rem;
    color: #20241b;
    font-weight: 500;
  }

  .right-column-holder {
    display: flex;
    justify-content: space-around;
    flex-direction: column;
    text-align: right;
  }

  .right-bottom-text-holder {
    grid-column: 2 / 3;
  }

  .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: #20241b;
    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: #d4572f;
  }

  .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: #d4572f;
    padding: 12rem 2rem;
    position: relative;
  }

  .contact-form-title {
    padding-left: 0;
    padding-right: 0;
  }

  .testimonial-title {
    margin-bottom: 0rem;
    line-height: 4.8rem;
  }

  .white-color {
    color: #20241b;
  }

  .left-column-text-lorem {
    font-size: 1.2rem;
    line-height: 1.2;
    font-family: "Inter";
    color: #20241b;
    font-weight: 400;
    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: #20241b;
    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: #20241b;
    color: #f5f5f5;
    width: auto;
    align-self: self-start;
    border: none;
    padding: 1rem 1.4rem;
    font-size: 1.3rem;
  }

  .contact-button:hover {
    background-color: #fff;
    color: #d4572f;
    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: #f4efe8;
    padding: 6rem 2rem 1.5rem 2rem;
  }

  .footer-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 2rem;
    align-items: center;
    justify-items: center;
    max-width: 50rem;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .column-2 {
    grid-column: 1 / 2;
  }

  .column-3 {
    grid-column: 2 / 3;
  }

  .footer-text {
    font-family: "Inter";
    font-size: 1.2rem;
    text-transform: uppercase;
    color: #20241b;
    font-weight: bolder;
  }

  .footer-link:link,
  .footer-link:visited {
    text-decoration: none;
    font-family: "Inter";
    color: #20241b;
    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: #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;
  }
}
