@media (max-width: 1024px) {
  /* index page influencer sec */
  .influencer-sec {
    display: inline-block;
    padding: 5%;
  }
  .one{
    display: flex;
    flex-wrap: wrap-reverse;
  }
  .resposnsive-img {
    display: flex;
    justify-content: center;
    /* align-items: center; */
    img {
      width: 100%;
    }
  }
  .grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }

  .image-sec img {
    width: 100%;
    height: auto;
  }

  .grid-sec h3 {
    font-size: 18px;
  }
  /* <!-- Influencer Marketing --> */

  .influencer-section {
    padding: 50px 20px;
  }

  .section-title {
    font-size: 34px;
    margin-bottom: 40px;
  }

  .cards-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    justify-items: center;
  }

  .card {
    width: 100%;
    max-width: 340px;
  }
  /* lets make secttion */
 
  .lets-make-text h2 {
    font-size: 25px;
   
  }
  .lets-make-text h3 {
    font-size: 18px;
  }
  /* contect section */
  .join-section{
    display: block;
  }
  .image-contect img
 {
    width: 430px;
  }
   .ps-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .faq{
    padding: 0 40px;
  }
   .testimonial-card-sec{
 max-width: 100%; 
margin: 15px 0px;
 }
  .testimonial-cards{
  display: inline-block;
 
 }
 .testimonial-cards p{
  font-size: 15px;
 
 }
 /* pop from  */
 .popup-box{
    max-width:500px;
    padding:35px;
  }

  .invite-title{
    font-size:22px;
  }

  .invite-sub{
    font-size:15px;
  }

  .invite-details{
    font-size:14px;
  }

 .popup-box input, textarea{
    font-size:15px;
    padding:14px;
  }

}

@media (max-width: 786px) {
  .grid {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 18px;
  }

  .type-text h2 {
    font-size: 26px;
    text-align: center;
  }

  .grid-sec {
    text-align: center;
  }

  .grid-sec h3 {
    font-size: 17px;
  }

  .btn {
    padding: 8px 18px;
    font-size: 14px;
  }

  .section-title {
    font-size: 28px;
  }

  .cards-grid {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .card {
    max-width: 100%;
    padding: 35px 22px;
  }
 .one{
    display: flex;
    flex-wrap: wrap-reverse;
  }
  /* ----------------------- */
  .section-title {
    font-size: 28px;
  }

  .cards-grid {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .card {
    max-width: 100%;
    padding: 35px 22px;
  }
  .ps-icon img {
    width: 100%;
    height: 100%;
  }
  /* contect section */
  .join-section{
    display: block;
  }
  
.image-contect img
 {
    width: 430px;
  }
 .footer-bottom a{
       padding: 4px 10px;
        font-size: 15px;
 }
 .testimonial-cards{
  display: inline-block;
 
 }
 .testimonial-card-sec{
 max-width: 100%; 
margin: 15px 0px;
 }
 .testimonial-card-sec img {
  width: 150px;
  height: 150px;
}
 /* services sec page */

  .influencer-banner__container {
    flex-direction: column;
    text-align: center;
  }

  .influencer-banner__image {
    text-align: center;
  }

  .influencer-banner__title {
    font-size: 32px;
  }
  .ps-grid {
    grid-template-columns: repeat(1, 1fr);
  }
   .sa-booking{
       display: grid;
    grid-template-columns: 1fr;
  }
    }
/* Responsive */
@media (max-width: 768px) {
  .testimonial-cards {
    flex-direction: column;
    align-items: center;
  }
  .faq {
padding: 0 40px;
  }
  /* pop from section  */
    .popup-box{
    max-width:90%;
    padding:28px;
    border-radius:16px;
  }

  .invite-title{
    font-size:20px;
  }

  .invite-sub{
    font-size:14px;
  }

  .invite-details{
    font-size:13px;
    line-height:1.7;
  }

  .popup-box input, textarea{
    font-size:14px;
    padding:12px;
  }
   .popup-overlay{
    align-items:flex-start;  /* top se start kare */
    padding-top:40px;
  }

  .popup-box{
    max-height:none;   /* full natural height */
  }

}
/* ================= */
/* RESPONSIVE */
/* ================= */

@media (max-width: 992px) {
  .influencer-banner__title {
    font-size: 38px;
  }
}



@media (max-width: 480px) {
  .influencer-banner__title {
    font-size: 26px;
  }

  .influencer-banner__desc {
    font-size: 15px;
  }
   .sa-booking{
       display: grid;
    grid-template-columns: 1fr;
  }

}

/* new css start .Influencer-img  page */
/* Tablet */
@media (max-width: 992px) {
  .influencer-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

/* Mobile */

@media (max-width: 576px) {
  .influencer-grid {
    grid-template-columns: 1fr;
  }

  .img-box img {
    height: 100%;
  }
  .container-flude {
    padding: 40px 15px;
  }

  .type-text h2 {
    font-size: 22px;
    line-height: 1.4;
    text-align: center;
  }

  .grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .grid-sec {
    padding: 15px;
    border-radius: 16px;
    background: #fff;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.08);
    text-align: center;
  }

  .image-sec img {
    width: 100%;
    height: auto;
    border-radius: 14px;
  }

  .grid-sec h3 {
    font-size: 16px;
    margin: 14px 0;
  }
#respon{
  width: 30%;
  margin: 0px 0px;
}
  .btn {
    width: 100%;
    padding: 8px 15px;
    margin: 13px 0;
    font-size: 14px;
    border-radius: 25px;
  }
}
@media (max-width: 480px) {
  .section-title {
    font-size: 24px;
  }

  .icon {
    font-size: 40px;
  }

  .card h3 {
    font-size: 18px;
  }

  .card-btn {
    font-size: 13px;
    padding: 10px 22px;
  }
  .btn {
    padding: 10px 25px;
  }
  h1 {
    font-size: 37px;
  }
  h2,
  h3 {
    font-size: 27px;
  }
  .lets-make-text h2 {
    font-size: 18px;
    /* margin-bottom: 10px; */
  }
  .lets-make-text h3 {
    font-size: 15px;
  }
  
  
  .lets-make-text .btn-sec a{
    margin-bottom: 25px;
    }
  .ps-icon img {
    width: 100%;
    height: 100%;
  }
   /* contect section */
  .join-section{
    display: block;
  }
}
