/**************************/
/* BELOW 1480px (Smaller desktops) */
/**************************/
@media (max-width: 1440px) {
  .hero {
    max-width: 1200px;
  }
  .vertical-line-one {
    left: 200px;
    top: 70px;
    width: 1px;
    min-height: 100vh;
  }
  .vertical-line-two {
    right: 200px;
    top: 70px;
    width: 1px;
    min-height: 100vh;
  }
  .vertical-line-three {
    height: 1px;
    width: 300vw;
    top: 40%;
    left: 10%;
    transform: translate(-50%, -50%) rotate(45deg);
  }
  .vertical-line-four {
    height: 1px;
    width: 300vw;
    top: 40%;
    left: 90%;
    transform: translate(-50%, -50%) rotate(315deg);
  }
  .vertical-line-five {
    height: 1px;
    width: 38vh;
    top: 23%;
    left: 43%;
    transform: translate(-50%, -50%) rotate(45deg);
  }
  .vertical-line-six {
    height: 1px;
    width: 38vh;
    top: 23%;
    left: 57%;
    transform: translate(-50%, -50%) rotate(315deg);
  }
  .heading-primary {
    font-size: 56px;
  }
}

@media (max-width: 1200px) {
  .main-nav-list {
    gap: 30px;
  }

  .heading-solution,
  .heading-testimonials,
  .heading-case,
  .how-heading {
    font-size: 40px;
  }

  .hero {
    max-width: 680px;
  }

  .problems-card,
  .services-card,
  .how-cards {
    grid-template-columns: repeat(2, 1fr);
    flex-direction: column;
    margin: 0 40px;
  }
  .heading-secure-call {
    font-size: 52px;
  }

  .sac-card {
    padding: 100px 300px;
  }
  .footer-container {
    flex-direction: column;
    gap: 40px;
  }
  .newsletter {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }

  .newsletter-form {
    display: flex;
    align-items: center;
    gap: 12px;
  }
}

@media (max-width: 950px) {
  .main-nav-list {
    gap: 15px;
  }
  .vertical-line-one,
  .vertical-line-two,
  .vertical-line-three,
  .vertical-line-four,
  .vertical-line-five,
  .vertical-line-six {
    display: none;
  }

  .heading-primary {
    font-size: 48px;
  }

  .heading-solution,
  .heading-case,
  .heading-testimonials {
    font-size: 36px;
  }

  .hero-description {
    font-size: 16px;
  }
  .section-our-clients {
    max-width: 950px;
  }
  .our-clients-header,
  .recent-campaign-header,
  .objection-handling-header {
    display: flex;
    align-items: center;
    gap: 8px;
    line-height: 32px;
  }

  .our-clients,
  .recent-campaign {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 40px;
  }
  .our-clients-description {
    text-align: left;
    margin-bottom: 16px;
  }

  .heading-our-client,
  .heading-recent-campaign {
    width: auto;
    padding-right: 0;
    margin-bottom: 0;
  }

  .problems-card,
  .services-card,
  .how-cards,
  .testimonials-data,
  .section-testimonials-container {
    display: flex;
    flex-direction: column;
  }

  .section-objection-handling {
    flex-direction: column;
  }

  .objection-handling-img img {
    width: 100%;
  }

  .testimonial-cta {
    flex-direction: column;
    gap: 16px;
  }

  .meet-ash {
    flex-direction: column;
  }

  .case-studies-card {
    flex-direction: column;
  }

  .reply-rate,
  .more-opportunity {
    flex-direction: column;
    width: 50%;
  }

  .sac-card {
    padding: 80px 60px;
  }
}

@media (max-width: 800px) {
  .header {
    padding: 16px 20px;
  }
  .hero-glow-left,
  .hero-glow-right {
    display: none;
  }
  .subheading {
    font-size: 14px;
  }
  .btn-mobile-nav {
    display: block;
    z-index: 999;
  }

  .nav-open .main-nav {
    transform: translateX(0);
  }

  .main-nav-list {
    display: none;
  }

  .section-hero {
    height: auto;
    padding: 0 20px;
  }

  .hero {
    max-width: 100%;
    width: 100%;
    padding: 0;
  }

  .heading-primary {
    font-size: 36px;
    margin-top: 0;
  }
  .btn {
    height: 48px;
    font-size: 14px;
  }
  .recent-campaign-description {
    margin-bottom: 16px;
  }

  .services-card,
  .how-cards {
    margin: 40px 20px;
  }

  .problems-card {
    margin: 0 20px;
  }
  .heading-objection-handling {
    text-align: center;
  }

  .section-testimonials {
    padding: 80px 20px;
  }

  .footer {
    margin: 0 20px;
  }

  .footer-main {
    grid-template-rows: 1fr;
  }

  .copywrite-text {
    flex-direction: column;
    gap: 10px;
    text-align: center;
  }
}

@media (max-width: 390px) {
  html,
  body {
    overflow-x: hidden;
  }
  .hero {
    text-align: left;
    margin-top: 72px;
    margin-bottom: 72px;
  }
  .subheading {
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin-bottom: 16px;
  }
  .subheading img {
    width: 14px;
    height: 14px;
  }
  .heading-primary {
    font-size: 40px;
    margin-bottom: 16px;
  }

  .hero-description {
    font-size: 18px;
    margin-bottom: 32px;
  }
  /*  */

  /* OUR CLIENTS */

  /*  */
  .section-our-clients {
    margin: 80px auto;
    padding: 0 20px;
  }
  .our-clients-container {
    margin-bottom: 16px;
  }
  .our-clients {
    text-align: left;
    gap: 16px;
    margin-bottom: 16px;
  }
  /*  */

  /* FREE BOOKING */

  /*  */
  .section-free-booking {
    margin: 80px auto;
  }
  .cta-card {
    padding: 64px 24px 24px 24px;
    gap: 48px;
  }

  .heading-free-booking {
    font-size: 32px;
    font-weight: 450;
    line-height: 1.2;
  }
  .btn {
    width: 100%;
    display: inline-flex;
    justify-content: center;
  }
  /*  */

  /* RECENT CAMPAIGN */

  /*  */
  .section-recent-campaign {
    padding: 0 20px;
  }

  .recent-campaign {
    text-align: left;
    gap: 16px;
  }
  .recent-campaign-description {
    margin-bottom: 32px;
  }
  .img-recent-campaign {
    max-width: 358px;
    gap: 8px;
    margin-bottom: 32px;
  }
  .img-recent-campaign-01,
  .img-recent-campaign-02 {
    max-width: 358px;
    height: 136px;
  }
  /*  */

  /* SOLUTIONS */

  /*  */
  .section-solution {
    padding: 60px 16px;
    gap: 0;
    overflow: hidden;
  }

  .section-solution::before {
    content: "SOLUTION";
    position: absolute;
    top: 48%;
    left: 50%;
    transform: translate(-50%, -50%);

    font-size: 64px;
    font-weight: bold;
    color: rgba(209, 209, 209, 0.1);

    z-index: 0;
    pointer-events: none;

    mask-image: linear-gradient(
      to bottom,
      rgba(0, 0, 0, 0.8) 50%,
      transparent 100%
    );
  }
  .solution-container {
    width: 100%;
    max-width: 358px;
    margin: 0 auto;
    flex-direction: column;
    align-items: center;
    gap: 48px;
  }
  .solution-heading-container,
  .service-heading-container {
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: 100%;
    justify-content: center;
    align-items: center;
    gap: 16px;
    align-self: stretch;
  }
  .heading-solution {
    text-align: center;
    font-size: 32px;
    font-weight: 400;
    line-height: 110%;
    letter-spacing: -0.64px;
    word-wrap: break-word;
  }
  .heading-solution-yellow {
    font-size: 32px;
    font-weight: 600;
    line-height: 110%;
    letter-spacing: -0.64px;
  }
  .problems-card {
    /* margin: 0 20px; */
    margin-bottom: 80px;
  }
  .icon-box {
    margin-bottom: 80px;
  }
  .problem-card h3 {
    line-height: 120%;
  }
  .problem-card p {
    line-height: 140%;
  }
  .solution-description {
    text-align: center;
    font-size: 18px;
    font-weight: 400;
    line-height: 140%;
    letter-spacing: -0.18px;
  }
  .services-card {
    margin: 0 0;
    padding: 0 0;
  }
  .service-card h3 {
    font-size: 32px;
    margin-bottom: 120px;
  }
  .solution-contact p {
    margin-top: 32px;
  }
  /*  */

  /* HOW IT WORKS */

  /*  */
  .section-how {
    margin-top: 80px;
    margin-bottom: 80px;
    padding: 0 16px;
  }
  .how-header {
    margin-top: 0;
    width: 100%;
    max-width: 100%;
    padding: 0 10px;
  }
  .how-heading {
    word-break: break-word;
    line-height: 1.2;
  }
  .how-cards {
    margin: 0 0;
    padding: 0 0;
  }
  .how-step-green,
  .how-card-light {
    margin-bottom: 116px;
  }
  /*  */

  /* ODJECTION HANDLING */

  /*  */
  .section-objection-handling {
    max-width: 564px;
    margin: 0 auto;
    padding: 0 16px;
    gap: 24px;
  }
  .objection-handling-content {
    display: flex;
    flex-direction: column;
    gap: 24px;
  }
  .heading-objection-handling {
    text-align: left;
    font-size: 32px;
    padding: 0 0;
  }
  .objection-handling-text {
    width: 350px;
  }
  .objection-handling-img {
    flex: 1;
    height: auto;
    width: auto;
    border: none;
  }
  .objection-handling {
    text-align: left;
  }
  /*  */

  /* TESTIMONIALS */

  /*  */
  .section-testimonials {
    margin-top: 80px;
    padding: 0px 16px;
  }
  .heading-testimonials {
    margin-bottom: 32px;
  }
  .founder-description {
    width: 100%;
    height: auto;
  }
  .founder {
    width: 100%;
  }

  .founder-img {
    width: 100%;
    height: auto;
    object-fit: cover;
  }
  .testimonial-cta {
    align-items: flex-start;
  }
  .testimonial-ash {
    margin-top: 0;
    padding: 0 0;
  }
  .author-ash {
    gap: 4px;
  }
  .meet-ash-heading h2 {
    font-size: 32px;
  }
  .ash-content ul {
    margin-top: 32px;
  }

  .section-case-studies {
    margin-top: 80px;
    padding: 0 16px;
  }
  .case-studies-header {
    margin-top: 0;
  }
  .heading-case {
    font-size: 32px;
    font-weight: 600;
    margin-bottom: 32px;
  }
  .reply-rate,
  .more-opportunity {
    flex-direction: column;
    background-color: #f2f2f4;
    padding: 24px 24px;
    width: 100%;
    border-radius: 16px;
  }

  /*  */

  /* Matrics*/

  /*  */
  .matrics {
    display: flex;
    width: 390px;
    padding: 0 16px;
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
  }
  .matrics-data {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 24px;
    align-self: stretch;
  }
  .revenue h1,
  .generated-clients h1,
  .generated-clients h1 {
    font-size: 96px;
  }
  .revenue p,
  .generated-clients p,
  .generated-clients p {
    font-size: 20px;
  }
  .section-sac {
    margin-bottom: 80px;
  }
  .sac-card {
    padding: 80px 16px;
  }
  .heading-secure-call {
    font-size: 40px;
  }
  .footer-main {
    grid-template-columns: repeat(2, 1fr);
  }
  .footer-contact {
    width: auto;
  }
  .social-icons {
    justify-content: center;
  }
  .newsletter-form input {
    width: 100%;
  }
  .copywrite-text {
    color: rgba(0, 0, 0, 0.5);
    gap: 16px;
    text-align: justify;
  }
}
