/* test */

@media screen and (min-width: 1380px) {
    .tooltip-inner {
        background-color: #0D47A1 !important; /* Your Figma Blue */
        font-family: 'Lufga', sans-serif;
        padding: 12px 20px;
        font-size: 15px;
        border-radius: 10px;
        box-shadow: 0 10px 20px rgba(0,0,0,0.15);
    }

    /* Make the arrow match the blue background */
    .bs-tooltip-bottom .tooltip-arrow::before {
        border-bottom-color: #0D47A1 !important;
    }
    .tooltip {
        display: none !important;
        visibility: hidden !important;
    }
    .map-canada{
        position: relative;
        right: -180px;
      
    }
}
@media screen and (max-width: 1200px){
    /* .cta-content::before {
    content: "";
  position: absolute;
  right: 109px;
  top: 57px;
  
  width: 140px;
  height: 70px;
  background: url("../img/arrow-curve.svg") no-repeat center;
  background-size: contain;
  opacity: 0.9;
  pointer-events: none;

  transform: scaleX(-1) rotate(14deg) !important;
    
    
    display: inline-block; 
    transition: transform 0.3s ease;
} */
 .cta-content::before {
    display: none;
 }
    
}
/* Mobile spacing */

@media screen and (max-width: 991px){
    /* .cta-content::before {
    content: "";
  position: absolute;
  right: 109px;
  top: 57px;
  
  width: 140px;
  height: 70px;
  background: url("../img/arrow-curve.svg") no-repeat center;
  background-size: contain;
  opacity: 0.9;
  pointer-events: none;

  transform: scaleX(-1) rotate(14deg) !important;
    
    
    display: inline-block; 
    transition: transform 0.3s ease;
} */
 .cta-content::before {
    display: none;
 }
.mt-res-60{
  margin-top: 60px;
}
  .section-iq{
    padding-top: 50px;
    padding-bottom: 50px;
}
.section-iq-bottom{
    
    padding-bottom: 50px;
}
.mt-100{
    margin-top: 50px;
}
.social-link{
    width: 142px;
}
    
}
@media screen and (max-width: 768px) {

    .cs-w-100{
        width: 100% !important;
    }
    .mb-cs-20{
        margin-bottom: 20px;
    }
    .form-title{
      padding-top: 24px;
    }
      .cta-section {
    padding: 32px 24px;
    text-align: center;
  }

  .cta-section .btn {
    margin-top: 20px;
  }
  .cta-content::before {
    display: none;
  }
  .contact-pill{
    flex-wrap: wrap;
    display: block;
  }
  .opacity-50{
    display: none;
  }
  .col-left::after, .col-down::after, .col-right::after { display: none;}

.case-content > .d-flex{
    flex-wrap: wrap;
}

}
@media screen  and (max-width: 450px)  {
  .nav-group{
    display: none;
  }
  .top-app-canada {
    background-color: var(--pure-white);
    -webkit-border-top-left-radius: 30px;
    -webkit-border-top-right-radius: 30px;
    -moz-border-radius-topleft: 30px;
    -moz-border-radius-topright: 30px;
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
}
  
}
@media screen and (max-width: 759px) {
  .contact-pill .cta-call-action:first-child{
    margin-bottom: 20px;
    
    
  }
  .card-arrow-icon{
    top: 9px;
    right: 9px;
  }

}
@media screen  and (max-width: 550px)  {

 
  .form-title{
    padding-top: 32px;
  }
  .testimonial-card .mt-auto{
    display: block  !important;
  }
  .testimonial-card .read-more{
    padding-top: 20px;

  }
}
@media screen  and (max-width: 450px)  {

  .blue-bar{
    display: block;
  }
  .form-title{
    padding-top: 32px;
  }
  
}
@media screen  and (max-width: 381px)  {

  .btn-case-study {
    padding:16px 24px;
  }
 
  
}
@media screen  and (max-width: 399px)  {
 .btn-quote{
    padding:16px 10px;
  }
}

@media screen and (min-width: 1200px) and (max-width: 1398px) {
 .cs-flex-wrap{
    flex-wrap: wrap;
    gap: 10;
 }
}

  @media screen and (min-width: 992px) and (max-width: 1199px) {
  .floating-badge{
        top: -75px;
  }

}
@media screen  and (max-width: 1199px)  {
 .mb-cs-space{
  margin-bottom: 12px;
 }
  }

  @media screen and (min-width: 1220px) and (max-width: 1400px) {
    .process-bar-size{
      max-width: 859px;
    }
  }
  @media screen and (min-width: 991px) and (max-width: 1220px) {
    .process-bar-size{
      max-width: 766px;
    }
}
@media screen and (max-width: 990px) {
  .process-bar-size {
    display: none;
  }
}