
@media (min-width: 768px) and (max-width: 990px) {
}
@media (min-width: 1024px){
   /* .containerFull{
    max-width:100%;
    padding:0 30px;
   } */
}
/* @media (max-width: 1540px){
    .containerFull{
        width: 100%;
        max-width: 1300px;
    }
} */
@media (max-width: 767px) {
    .containerFull{
        padding: 0 15px;
        width: 100%;
        max-width: 100%;
    }
 .large_heading {
      font-size: 36px;
      line-height: 1.18;
   }

   .heading {
      font-size: 29px;
      line-height: 1.25;
   }

   .sub_heading {
      font-size: 24px;
      line-height: 1.3;
   }

   .small_heading {
      font-size: 20px;
      line-height: 1.35;
   }

   .title {
      font-size: 16px;
   }

   p {
      font-size: 15px;
      line-height: 1.65;
   }

   .btnTheme {
      padding: 12px 22px;
      font-size: 15px;
   }
   section{
       padding:40px 0 40px;
   }

   .section-tag {
      font-size: 12px;
      gap: 8px;
      margin-bottom: 14px;
   }

   .section-tag::before {
      width: 30px;
   }


   .hero-visual-card::before {
      width: 230px;
      height: 260px;
      border-radius: 80px 80px 30px 30px;
   }

   .hero-person-img {
      max-width: 280px;
   }

   .stat-card {
      padding: 12px;
      border-radius: 14px;
   }

   .stat-icon {
      width: 42px;
      height: 42px;
      min-width: 42px;
      font-size: 15px;
   }

   .stat-content h5 {
      font-size: 20px;
   }

   .stat-content p {
      font-size: 13px;
   }

   .audience-image-card {
      min-height: 320px;
      border-radius: 22px;
   }

   .audience-main-img {
      border-radius: 22px;
   }

   .audience-floating-card h4 {
      font-size: 28px;
   }

   .number-row {
      grid-template-columns: 1fr;
      gap: 12px;
      padding: 16px;
      border-radius: 18px;
   }

   .number-row span {
      width: 58px;
      height: 58px;
      font-size: 22px;
      border-radius: 18px;
   }

   .number-row:hover,
   .capability-row:hover,
   .approach-item:hover,
   .pricing-list-item:hover,
   .footer-contact ul li a:hover {
      transform: none;
   }

   .closing-box,
   .why-highlight-box {
      flex-direction: column;
      padding: 20px;
      border-radius: 20px;
   }

   .offer-card,
   .why-card,
   .process-card,
   .channel-card,
   .pricing-col-box,
   .industry-deep-card,
   .customer-stage-card,
   .region-card,
   .resource-category-card,
   .newsletter-form-card {
      padding: 22px;
      border-radius: 20px;
   }

   .offer-img-wrap {
      width: 74px;
      height: 74px;
      border-radius: 18px;
   }

   .offer-img {
      width: 46px;
      height: 46px;
   }

   .why-icon,
   .process-icon,
   .channel-icon,
   .pricing-col-icon,
   .approach-icon,
   .industry-icon,
   .stage-icon,
   .region-icon,
   .resource-category-icon {
      width: 56px;
      height: 56px;
      min-width: 56px;
      border-radius: 18px;
      font-size: 22px;
   }

   .process-number,
   .stage-number {
      font-size: 40px;
   }

   .industry-img-box {
      height: 200px;
   }

   .industry-card-body {
      padding: 22px;
   }
   .mobileLogo img {
    width: 70px;
  
}

   .resources-box,
   .newsletter-box,
   .industry-fit-box {
      padding: 26px 18px;
      border-radius: 22px;
   }
.audience-floating-card {
    display: none;
}
.audience-image-card::before {
    width: 200px;
    height: 200px;
    right: -30px;
    top: -56px;

}
   .resources-btn-wrap {
      justify-content: flex-start;
   }

   .resources-btn-wrap .btnTheme {
      width: 100%;
      justify-content: center;
      white-space: normal;
   }
   .heroBtnGroup {
      flex-direction: column;
      width: 100%;
      gap: 12px !important;
   }

   .heroBtnGroup .btnTheme {
      width: 100%;
      display: flex;
      align-items: center;
      justify-content: center;
      gap: 8px;
      text-align: center;
   }

   .footer-section {
      padding-top: 42px;
   }

   .footer-logo img {
      width: 105px;
   }

   .footer-newsletter {
      padding: 20px;
      border-radius: 20px;
   }

   .footer-form {
      border-radius: 18px;
   }

   .footer-widget ul li {
      margin-bottom: 10px;
   }

   .footer-widget ul li a,
   .footer-contact ul li a {
      font-size: 15px;
   }

   .footer-bottom {
      margin-top: 35px;
      padding: 20px 0;
      gap: 14px;
   }
   .InnerPage {
    padding-top: 100px;

}
.hero-visual-wrap {
   
     padding: 0; 
}
.industry-deep-wrapper {
    display: grid;
    grid-template-columns: 1fr;
    gap: 28px;
}
   .footer-bottom-links {
      gap: 14px;
   }
       .stat-card {
      display:none;
    }

   .footer-bottom-links a,
   .footer-bottom p {
      font-size: 14px;
   }
   .pricing-tiers-section {
       padding:40px 0 40px;
   }
   .why-platform-image-wrap {
    padding-left: 0;
}
.why-platform-section {
    padding:40px 0 40px;
}


   .capability-row {
      flex-direction: column;
      align-items: flex-start;
      gap: 14px;
      padding: 18px;
      border-radius: 20px;
   }

   .capability-left {
      min-width: auto;
   }

   .capability-left span {
      font-size: 24px;
   }

   .capability-icon {
      width: 52px;
      height: 52px;
      border-radius: 16px;
   }

   .pricing-col-head,
   .resource-category-top,
   .industry-top,
   .stage-top {
      gap: 14px;
   }

   .pricing-list-item {
      grid-template-columns: 1fr;
      padding: 16px;
      border-radius: 18px;
   }

   .pricing-list-item h4 {
      font-size: 19px;
   }

   .approach-item {
      grid-template-columns: 1fr;
      gap: 14px;
   }

   .why-platform-image-card {
      height: 340px;
      border-radius: 22px;
   }

   .platform-floating-card {
      position: static;
      margin-top: 12px;
      width: 100%;
      justify-content: center;
      border-radius: 16px;
   }

   .industry-deep-card ul li {
      font-size: 15px;
   }

   .ideal-dot-list li {
      font-size: 16px;
   }

   .ideal-customer-img {
      height: 260px;
   }

   .newsletter-content p {
      font-size: 15px;
      line-height: 1.7;
   }

   .form-group label {
      font-size: 15px;
   }

   .form-group input {
      height: 50px;
      border-radius: 12px;
   }

   .faq-item {
      border-radius: 18px !important;
   }

   .faq-item .accordion-button {
      font-size: 16px;
      padding: 16px;
      line-height: 1.4;
   }

   .faq-item .accordion-body {
      font-size: 15px;
      padding: 16px;
   }

   .faq-item .accordion-button::after {
      width: 30px;
      height: 30px;
      background-size: 13px;
   }

   .go-top {
      width: 40px;
      height: 40px;
      right: 10px;
   }

   .go-top.active {
      bottom: 65px;
   }
    .centerMenu,
   .rightBtn {
      display: none;
   }

   .hamburgerBtn {
      display: flex;
   }

   .leftLogo img {
      width: 70px;
   }

   .header.stricky-fixed .leftLogo img {
      width: 65px;
   }
}
@media (min-width:1700px){

}
