@media (min-width: 767px) and (max-width: 1280px) {
    .landing-section .left-container {
        flex: 0 0 !important;
    }
}


@media (max-width: 1080px) {

    .section-padding {
        padding-block: 50px;
    }

    .pulse-button {
        min-width: 172px;
    }

    .activate-row {
        flex-wrap: wrap;
        justify-content: flex-start !important;
    }


    .activate-row .col-lg-4 {
        width: 50%;
    }

    .landing-section .row {
        flex-direction: column;
    }

    .landing-section .left-container,
    .landing-section .right-container {
        width: 100% !important;
    }

    .landing-section .right-container {
        margin-top: 0px;
    }

    .sidebar {
        flex-direction: row;
        display: flex;
        overflow-x: scroll;
        gap: 10px;
    }

    .sidebar-btn {
        margin-bottom: 5px;
        text-wrap: nowrap;
    }

    .testimonial-content{
        width: 100%;
    }




    .sidebar,
    .faq-categories {
        display: flex;
        flex-direction: row;
        gap: 10px;
        overflow-x: auto;

        /* Smooth scroll */
        scroll-behavior: smooth;

        /* Hide scrollbar (cross-browser) */
        -ms-overflow-style: none;
        scrollbar-width: none;
    }

    .faq-categories {
        gap: 25px;
        margin-bottom: 25px;
    }



    /* Buttons */
    .sidebar-btn,
    .faq-category {
        white-space: nowrap;
    }

    .sidebar-btn:last-child {
        margin-bottom: 5px;
    }


    #landing-pages .landing-url {
        flex-wrap: wrap;

    }

    .landing-input {
        width: 100%;
    }

        .support-footer,.support-row{
        gap: 10px;
    }

    .support-row a{
        padding: 0px;
        font-size: 13px;
    }

    .support-row a:hover{
        background-color: unset;
    }

    .pulse-button{
        border: 1px solid #1168AF;
    }

    .pulse-button:hover{
        transform: unset;
    }


}


@media (max-width: 767px) {

    .activate-row .col-lg-4 {
        width: 100%;
    }

    .inner-img img{
        max-width: 100%;
    }

        .hero-title{
        font-size: 45px;
        line-height: 100%;
        padding-inline: 20px;
    }
  
    .video-btn-wrap {
        text-align: center;
        display: flex;
        flex-direction: column;
        justify-content: flex-end;
        width: 146px;
    }
    .ins-img .inner-img img {
    max-width: 200px;
  }

    #advanced-tools .social-buttons {
  grid-template-columns: repeat(3, 1fr);
}}



@media (max-width: 550px) {


    #advanced-tools .social-buttons {
  grid-template-columns: repeat(2, 1fr);
}

.social-buttons {
  grid-template-columns: repeat(2, 1fr);
}

  .hero-section{
        padding-bottom: 0px ;
    }

    .landing-section{
        padding-top: 50px;
    }

    .hero-logo{
        width: 250px;
    }

    .hero-description .invite{
  font-size: 20px;
}
    .video-btn-wrap {
        text-align: center;
        display: flex;
        flex-direction: column;
        justify-content: flex-end;
        width: 200px;
        gap: 5px;
    }


}


@media (max-width: 500px) {

    .pulse-button{
        font-size: 12px;
        min-width: 150px;
    }

       .hero-title{
        font-size: 30px;
        line-height: 100%;
        padding-inline: 20px;
    }


    .hero-logo img{
max-width: 200px;
    }

    .hero-section .container
    {
        padding-inline: 0px;
    }



    .hero-description{
        font-size: 12px;
        line-height: 22px;
        padding-inline: 20px;
    }
    

    .hero-activate-box{
        background-position: bottom;
        border-radius: 0px;
        padding: 40px;
    }

    .activate-title{
        font-size: 24px;
         line-height: 30px;
    }

    .activate-note{
        font-size: 18px;
    }

    .right-container{
        padding-inline: 10px;
        padding-block: 20px;
    }

    .landing-title{
        font-size: 14px;
        line-height: 100%;
        margin-bottom: 15px;
    }

    .landing-header-center{
         margin-bottom: 15px;
    }

    .landing-input{
         font-size: 12px;
        line-height: 100%;
    }

    .landing-buttons{
        width: 100%;
    }

    .btn-copy,
    .btn-preview{
        width: 50% !important;
        font-size: 10px;
    }

    .button-title{
        font-size: 18px;
    }

    .landing-description{
        margin-top: 16px;
        font-size: 14px;
    }
    
    .landing-short-description,
    .testimonial-text{
          font-size: 12px;
           line-height: 20px;
           margin-bottom: 10px;
    }

    .testimonial-rating span{
        font-size: 24px !important;
    }

    .testimonial-left-info{
        gap: 2px;
    }

    .testimonial-bottom-row{
        gap: 12px;
    }
    .video-btn-wrap {
        text-align: center;
        display: flex;
        flex-direction: column;
        justify-content: flex-end;
        width: 146px;
        gap: 5px;
    }
    .testimonial-watch-btn{
        padding: 12px;
        min-height: unset;
        min-width: unset;
        width:auto;
        font-size: 12px;
        height: auto;
    }

    .testimonial-card{
        padding: 10px;
    }

    .testimonial-author{
        font-size: 11px;
         line-height:18px;
    }

    .landing-features{
        margin-top: 14px;
    }

    .landing-features li{
            font-size: 12px;
           line-height: 22px;
           margin-bottom: 8px;
    }

    .social-buttons,
    #advanced-tools .social-buttons{
        grid-template-columns: auto;
        gap: 10px;
  margin-top: 14px;
    }

    .social-btn{
        font-size: 14.82px;
    }

    .social-icons,
    .sidebar-btn .sidebar-icon,
    .activate-icon{
        width: 40px;
  height: 40px;
  font-size: 22px;
    }

    .sidebar-btn{
        padding: 20px;
    }

    .track-comp-code-section .container{
        padding-inline: 0px;
    }

    .track-comp-code-box{
        border-radius: 0px;
        padding-inline: 20px;
        padding-block: 40px;
    }

    .track-comp-code-title h2{
           font-size: 30px;
           margin-bottom: 16px;
           line-height: 36px;
    }

    .track-comp-code-description{
        font-size: 16px;
        line-height: 30px;
        margin-bottom: 30px;
    }

    .question-answer h2,
    .further-questions h2{
         font-size: 30px;
           margin-bottom: 30px;
           line-height: 36px;
    }

    .faq-category{
        font-size: 17px;
  line-height: 22px;
  padding: 10px 20px;
    }

    .faq-question{
           font-size: 15px;
  line-height: 26px;
    }

    .faq-answer{
         font-size: 14px;
  line-height: 22px;
    }

    .fq-subtitle{
font-size: 16px;
  line-height: 30px;
  margin-bottom: 24px;
    }

    .fq-contact-row{
        gap: 16px;
        justify-content: flex-start;
    }

    .fq-contact-item{
        font-size: 16px;
    }

    .fq-contact-item{
        text-align: start;
    }

    .fq-logo-wrap img{
        max-width: 143px;
    }

    .fq-contact-item i{
        font-size: 20px;
    }
    
    .footer-right img {
  max-height: 100px;
  width: auto;}

  .faq-question i{
    width: 40px;
    height: 40px;
    min-width: 40px;
  }

}

@media (max-width: 1080px) {
  .custom-footer {
    padding: 30px 0;
  }

  .footer-inner{
    flex-direction: column !important;
    gap: 20px;
  }

  .footer-left,
  .footer-center,
  .footer-right {
    justify-self: center;
    text-align: center;
    width: 100%;
  }

  .footer-left img {
    max-height: 140px;
    margin: 0 auto;
  }

  .footer-center {
    gap: 14px;
    flex-wrap: wrap;
    justify-content: center;
  }

  .footer-center a {
    font-size: 22px;
  }

  .footer-right p {
    font-size: 15px;
    line-height: 1.6;
   
    margin: 0 auto;
  }
}

@media (max-width: 575px) {
  .custom-footer {
    padding: 24px 0;
  }


  .footer-left img {
    max-height: 120px;
  }

  .footer-center {
    gap: 12px;
  }

  .footer-center a {
    font-size: 22px;
  }

  .footer-right p {
    font-size: 15px;
    max-width: 280px;
  }
}
