@media (min-width: 1551px) and (max-width: 2000px) /* Your wide-screen styles here */ {
  .header-background {
    background: #f4efe8;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: right;
    width: 100%;
    display: block;
    min-height: 100vh;
  }

  .header-section {
    position: relative;
  }

  .main-navigation {
    display: flex;
    justify-content: space-evenly;
    gap: 5rem;
    align-items: center;
    max-width: 100%;
    transition: all 0.3s ease;
    z-index: 50;
    background-color: #20241b;
    max-height: 120px;
  }

  .sticky-active {
    position: fixed;
    top: 0;
    mix-blend-mode: normal;
    background-color: #20241b;
    backdrop-filter: blur(10px);
  }

  .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;
  }

  /* Animation Underline */
  .navigation-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;
  }

  .navigation-link:active,
  .navigation-link:hover {
    color: #d4572f;
  }

  .navigation-link:hover::after {
    transform: scaleX(1);
  }

  .navigation-link.colored {
    color: #d4572f;
  }

  .company-logo {
    width: 160px;
    height: 160px;
    background-image: url("/Logo-Brand/Mike-Webpage-Logo-Dark-Orange.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    transform: translateY(5px); /* Adjust 8px as needed */
  }

  .header-btn:link,
  .header-btn:visited {
    text-decoration: none;
    font-size: 1.3rem;
    text-transform: uppercase;
    font-family: "Anton";
    letter-spacing: 1px;
    background-color: #d4572d;
    padding: 25px;
    border-radius: 100%;
  }

  .header-btn:active,
  .header-btn:hover {
    transform: translateY(-2px);
    transition: all 0.3s ease;
    background-color: #20241b;
    box-shadow: rgba(184, 87, 46, 0.795);
  }

  .Header-Content-Wrapper {
    transition: transform 0.3s ease;
    will-change: transform;
    box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.18);
    padding: 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: #f5f5f5;
  }

  .scroll-reveal {
    opacity: 0;
    transform: translateY(150px);
    transition: opacity 0.6s ease-out, transform 0.6s ease-out;
  }

  .header-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    width: 90%;
    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%);
  }

  .grid-colm-1 {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    text-align: center;
    gap: 15px;
    flex-wrap: wrap;
    align-items: center;
  }

  .Main-Title {
    font-size: 4.6rem;
    font-family: "Anton";
    color: #20241b;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.1);
    letter-spacing: 3.6px;
    font-weight: bold;
    text-transform: uppercase;
  }

  .Header-Content-Text-Description {
    font-size: 1.5rem;
    font-family: "Inter";
    color: #20241b;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.1);
  }

  .grid-colm-2 {
    display: flex;
    overflow: hidden;
    width: 100%;
    height: auto;
    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;
  }

  .flex-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 65px;
    margin-top: 5.5rem;
    width: 100%;
  }

  .social-icons {
    display: flex;
    gap: 1.25rem;
    align-items: center;
    padding-top: 0rem;
  }

  .facebook-icon,
  .instagram-icon,
  .linkedin-icon {
    color: #2f3728;
    font-size: 1.6rem;
  }
  /*****************************
 /*Header Section End */

  /********************
 Features Section 
 /**********************/
  .Features-Section {
    background-color: #20241b;
    padding: 14rem 0rem;
    overflow: hidden;
  }

  .big-text {
    font-family: "Inter";
    font-size: 6rem;
    letter-spacing: 2.5px;
    text-transform: uppercase;
    color: #fff;
    padding: 0 2rem;
    display: inline-block;
    margin: 0;
    white-space: nowrap;
    font-weight: bold;
  }

  .colored {
    color: #d4572f;
  }
  /********************
 Features Section End
 /**********************/

  /****************
   About - Section
**********************/
  .About {
    padding: 14rem 2.5rem;
    background-color: #f4efe8;
    position: relative;
  }

  .about-main-grid-container {
    margin-top: 12rem;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 2.5rem;
    align-items: center;
  }

  .left-column-main-title {
    font-size: 4rem;
    font-family: "Anton";
    color: #20241b;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 4.5px;
  }

  .left-column-lorem {
    color: #20241b;
    font-size: 1.4rem;
    font-family: "inter";
    line-height: 1.2;
  }

  .icon-text-lorem {
    font-size: 1.2rem;
    color: #20241b;
    font-family: "inter";
    line-height: 1.2;
    width: 100%;
    margin: 0;
  }

  .icon-text {
    font-size: 2rem;
    font-family: "Anton";
    text-transform: uppercase;
    color: #20241b;
    margin: 0;
    letter-spacing: 1px;
  }

  .trophy-icon {
    font-size: 2.6rem;
    color: #20241b;
  }

  .fire-icon {
    font-size: 2.6rem;
    color: #d4572f;
  }

  .icon-holder {
    display: flex;
    margin-top: 5rem;
    gap: 2rem;
  }

  .btn-holder {
    margin-top: 7rem;
  }

  .main-grid-left-column {
    display: flex;
    flex-direction: column;
    text-align: center;
    justify-content: center;
    gap: 0.3rem;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.15);
    padding: 60px 20px 100px 20px;
    border-radius: 15px;
    background-color: #fff;
    height: 100%;
  }

  .right-colm-image-2 {
    width: 100%;
    height: 100%;
    border-radius: 15px;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);
    display: none;
  }

  .main-grid-right-column {
    display: flex;
    flex-direction: column;
  }

  .About-Main-Title {
    font-size: 6rem;
    font-family: "Anton";
    text-transform: uppercase;
    letter-spacing: 6px;
    color: #20241b;
    font-weight: bold;
    z-index: 20;
    position: sticky;
  }

  .about-btn {
    font-size: 1.7rem;
    letter-spacing: 1.5px;
    font-family: "Anton";
    background-color: #d4572f;
    color: #fff;
    padding: 35px;
    text-decoration: none;
    text-transform: uppercase;
    border-radius: 100%;
  }

  .about-btn:hover {
    background-color: #20241b; /* darken on hover */
    transform: translateY(-2px);
    transition: all 0.3s ease;
    box-shadow: 0 6px 10px rgba(212, 87, 47, 0.7); /* semi-transparent dark shadow */
  }

  /********************* 
Packages Section 
********************/
  .Packages-Section {
    padding: 14rem 5rem;
    background-color: #20241b;
    position: relative;
  }

  .packages-main-title {
    font-size: 6rem;
    font-family: "Anton";
    text-transform: uppercase;
    color: #fff;
    z-index: 5;
    letter-spacing: 2px;
  }

  .cta-container-background {
    background-image: url(/Background/Mike-Packages.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    min-height: 60rem;
    position: relative;
    margin-top: 10rem;
    border-radius: 10px;
  }

  :root .cta-container-content-holder {
    position: absolute;
    top: 32.5%;
    left: 35%;
    transform: translateY(calc(-50% + 7rem));
    display: flex;
    flex-direction: column;
    padding: 0 3rem;
    gap: 3rem;
    max-width: 75%;
    text-align: center;
  }

  .cta-container-text-1 {
    font-family: "Inter";
    font-size: 2.5rem;
    text-transform: uppercase;
    color: #fff;
    letter-spacing: 1px;
  }

  .cta-container-text-2 {
    font-family: "Inter";
    font-size: 1.4rem;
    color: #fff;
    letter-spacing: 0.5px;
  }

  /***************************
Grid Packages Cards 
****************************/
  .grid-packages-cards {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    text-align: center;
    margin-top: 10rem;
    gap: 2rem;
    margin-left: -3rem;
    margin-right: -3rem;
  }

  .grid-card.card-1 {
    min-height: 48rem;
    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-btn {
    text-decoration: none;
    font-family: "Inter";
    font-size: 1.6rem;
    font-weight: bold;
    color: #d4572f;
    padding: 0.8rem 1.2rem;
    text-transform: uppercase;
    background-color: #fff;
    margin-top: auto;
    border-radius: 1rem;
  }

  .btn-1,
  .btn-3 {
    background-color: #20241b;
    color: rgba(255, 255, 255, 0.1);
    font-size: 1.6rem;
  }

  /********************* 
Packages Section End
********************/

  /* Why Choose Me Section 
***************************/
  .why-choose-me-section {
    background-color: #f4efe8;
    padding: 14rem 5rem 20rem 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;
  }

  :root .center-image-holder {
    padding-bottom: 30px;
  }

  .why-me-title {
    color: #20241b;
  }

  :root .why-me-image {
    width: 105%;
    height: 120%;
    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);
  }

  :root .why-me-image-overlay {
    position: absolute;
    top: 0;
    left: 0;
    background: linear-gradient(
      90deg,
      rgba(32, 36, 27, 0.9) 50%,
      rgba(32, 36, 27, 0) 50%,
      rgba(32, 36, 27, 0) 0%
    );
    width: 105%;
    height: 114.5%;
    pointer-events: none;
    z-index: 99;
    border-radius: 50%;
  }

  :root .line {
    position: absolute;
    top: 7.5rem;
    left: 30rem;
    width: 18rem;
    height: 3px;
    background-color: #20241b;
    z-index: 20;
  }

  :root .line-2 {
    position: absolute;
    top: 6.6rem;
    right: 31rem;
    width: 18rem;
    height: 3px;
    background-color: #d4572f;
    z-index: 20;
  }

  :root .line-3 {
    position: absolute;
    top: 27.5rem;
    left: 28rem;
    width: 18rem;
    height: 3px;
    background-color: #d4572f;
    z-index: 20;
  }

  :root .line-4 {
    position: absolute;
    top: 26.8rem;
    right: 28rem;
    width: 18rem;
    height: 3px;
    background-color: #20241b;
    z-index: 20;
  }

  .dot-red {
    background-color: #20241b;
    position: absolute;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    top: 50%;
    right: 0;
    transform: translate(50%, -50%);
    box-shadow: 0 0 20px rgba(255, 255, 255, 1),
      0 0 40px rgba(255, 255, 255, 0.8), 0 0 60px rgba(255, 255, 255, 0.6),
      0 0 80px rgba(255, 255, 255, 0.4);
  }

  .dot-white {
    background-color: #d4572f;
    position: absolute;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    top: 50%;
    left: 0;
    transform: translate(-50%, -50%);
    box-shadow: 0 0 20px rgba(255, 255, 255, 1),
      0 0 40px rgba(255, 255, 255, 0.8), 0 0 60px rgba(255, 255, 255, 0.6),
      0 0 80px rgba(255, 255, 255, 0.4);
  }

  .dot-white-1 {
    background-color: #d4572f;
    position: absolute;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    top: 50%;
    right: 0;
    transform: translate(50%, -50%);
    box-shadow: 0 0 20px rgba(255, 255, 255, 1),
      0 0 40px rgba(255, 255, 255, 0.8), 0 0 60px rgba(255, 255, 255, 0.6),
      0 0 80px rgba(255, 255, 255, 0.4);
  }

  .dot-red-1 {
    background-color: #20241b;
    position: absolute;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    top: 50%;
    left: 0;
    transform: translate(-50%, -50%);
    box-shadow: 0 0 20px rgba(32, 36, 27, 1), 0 0 40px rgba(32, 36, 27, 0.8),
      0 0 60px rgba(32, 36, 27, 0.6), 0 0 80px rgba(32, 36, 27, 0.4);
  }

  .left-top-text {
    font-family: "Inter";
    font-size: 2.4rem;
    color: #20241b;
    text-transform: uppercase;
    font-weight: bold;
  }

  .left-top-text-lorem {
    font-family: "Inter";
    font-size: 1.3rem;
    color: #20241b;
    font-weight: 500;
    line-height: 1.25;
  }

  .left-bottom-text {
    font-family: "Inter";
    font-size: 2.4rem;
    color: #d4572f;
    text-transform: uppercase;
    font-weight: bold;
  }

  .left-bottom-text-lorem {
    font-family: "Inter";
    font-size: 1.3rem;
    color: #d4572f;
    font-weight: 500;
    line-height: 1.25;
  }

  .right-top-text {
    font-family: "Inter";
    font-size: 2.4rem;
    color: #d4572f;
    text-transform: uppercase;
    font-weight: bold;
  }

  .right-top-text-lorem {
    font-family: "Inter";
    font-size: 1.3rem;
    color: #d4572f;
    font-weight: 500;
    line-height: 1.25;
  }

  .right-bottom-text {
    font-family: "Inter";
    font-size: 2.4rem;
    color: #20241b;
    text-transform: uppercase;
    font-weight: bold;
  }

  .right-bottom-text-lorem {
    font-family: "Inter";
    font-size: 1.3rem;
    color: #20241b;
    font-weight: 500;
    line-height: 1.25;
  }
  /*****************************
/* Why Choose Me Section  End
***************************/

  /**********************************
      Testimonials Section
************************************/
  .testimonials-section {
    padding: 14rem 5rem;
    background-color: #20241b;
    position: relative;
  }

  .testimonial-image {
    width: 100%;
    height: 100%;
    max-width: 100%;
    aspect-ratio: 1 / 1;
    border-radius: 50%;
    object-fit: cover;
    object-position: center;
    display: block;
  }

  .testimonial-image-holder {
    position: relative;
    display: inline-block;
    padding: 0.5rem;
    border-radius: 50%;
    background-color: #d4572f;
    width: 75%;
    height: 100%;
  }

  .testimonial-button {
    display: none;
  }

  .testimonial-card {
    position: absolute;
    top: 0%;
    left: 0%;
    transform: translate(-50%, -50%);
    max-width: 100%;
    padding: 0rem 0rem;
    width: 100%;
    height: 100%;
    display: flex;
    gap: 3rem;
    opacity: 0;
    pointer-events: none;
    transition: transform 0.5s ease, opacity 0.5s ease;
    padding: 1rem;
  }

  .testimonial-card.active {
    opacity: 1;
    pointer-events: auto;
    transform: translateX(0);
    z-index: 2;
    padding: 30px;
  }

  .testimonial-container {
    border-bottom: solid 3px #fff;
    border-top: #fff solid 3px;
    position: relative;
    width: 100%;
    max-width: 100%;
    height: 650px;
    overflow: hidden;
    background-color: transparent;
  }

  .arrow-icon-left,
  .arrow-icon-right {
    width: 4rem;
    height: 4rem;
    fill: #fff;
  }

  .arrow-icon-left {
    position: absolute;
    top: 66rem;
    left: 95rem;
    cursor: pointer;
  }

  .arrow-icon-right {
    position: absolute;
    top: 66rem;
    right: 10rem;
    cursor: pointer;
  }

  .testimonial-icon {
    font-size: 2.4rem;
    color: gold;
  }

  .testimonial-text {
    font-size: 1.6rem;
    color: #fff;
    font-family: "Inter";
  }

  .holder-1 {
    display: none;
  }
  /**********************************
      Testimonials Section End
************************************/

  /**********************************
      Contact Section
************************************/
  .contact-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 2rem;
    align-items: flex-start;
  }

  .contact-form {
    display: flex;
    flex-direction: column;
    align-self: center;
  }

  .left-column-text-lorem {
    font-size: 1.4rem;
    line-height: 1.2;
    font-family: "Inter";
    color: #20241b;
    font-weight: 300;
    text-transform: uppercase;
  }

  .contact-form label {
    color: #20241b;
    font-weight: 600;
    margin-bottom: 0.4rem;
    display: block;
    font-size: 1.4rem;
    font-family: "Inter";
  }

  .contact-form input,
  .contact-form textarea {
    font-size: 1.2rem;
    padding: 1.2rem;
    width: 100%;
    margin-bottom: 2.5rem;
  }

  .contact-form-title {
    font-size: 6rem;
    font-family: "Anton";
    text-transform: uppercase;
    color: #fff;
    z-index: 5;
  }

  :root .grid-left-column {
    display: flex;
    flex-direction: column;
    gap: 3.5rem;
    align-self: center;
  }

  .contact-button {
    background-color: #20241b;
    color: #fff;
    width: auto;
    align-self: self-start;
    border: none;
    margin-top: 1.5rem;
  }

  .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: 8.5rem 5rem 2.5rem 5rem;
  }

  .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;
  }

  .footer-text {
    font-family: "Inter";
    font-size: 2rem;
    text-transform: uppercase;
    color: #20241b;
    font-weight: bolder;
    letter-spacing: 1px;
  }

  .footer-link:link,
  .footer-link:visited {
    text-decoration: none;
    font-family: "Inter";
    color: #20241b;
    font-size: 1.4rem;
    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-line {
    border: 0.4px solid rgba(212, 88, 47, 0.336);
    width: 100%;
    margin-top: 7.5rem;
  }

  .copyright-wrapper {
    display: flex;
    text-align: center;
    align-items: center;
    gap: 7px;
    width: 100%;
  }

  .copyright-text {
    font-family: "Open Sans";
    margin-top: 16px;
    font-size: 1.3rem;
    letter-spacing: 0.5px;
  }

  .copyright-icon {
    width: 38px;
    height: 38px;
  }

  .column-2 {
    grid-column: 1 / 2;
  }

  .column-3 {
    grid-column: 2 / 3;
  }

  .footer-logo {
    display: none;
  }
}
