@media (max-width: 1250px) {
  .whatsapp-logo img {
    right: 30px;
  }
}

@media (max-width: 1200px) {
  .section-team-right img {
    height: 500px;
  }
  .about-box{
    padding: 2rem;
  }
  .about-box h4{
    font-size: 1.25rem;
  }
  .about-us {
    margin-left: 0px;
  }
  .navbar {
    padding: 15px 0px;
  }
  .whatsapp-logo img {
    right: 60px;
    bottom: 55px;
  }
  .contact-details {
    margin-left: 1rem;
}
.address.pb-5 {
    padding-bottom: 2rem !important;
}
.mobile.pb-5 {
    padding-bottom: 2rem !important;
}
}
@media (max-width: 1100px) {
  .whatsapp-logo img {
    right: 25px;
  }
}

@media (max-width: 1030px) {
  .whatsapp-logo img {
    right: 15px;
  }
}

@media screen and (max-width: 991px) {
  .nav-links {
    gap: 23px;
  }
  .logo img {
    height: 60px;
  }
  .nav-links a {
    font-size: 13px;
  }
  .navbar {
    padding: 15px 0;
  }
  .heading-style-h1 {
    font-size: 3rem;
  }
  .about-us h1 {
    font-size: 3rem;
  }
  .challenges h1 {
    font-size: 3rem;
  }
  .pricing-section h1 {
    font-size: 3rem;
}
.pricing-section {
    height: auto;
    padding: 10rem 0;
}
  .solver-text h1 {
    font-size: 3rem;
  }
  .approach img {
    height: 280px;
  }
  .sample img {
    height: 350px;
  }
  .feature-card {
    min-height: 290px;
    max-height: 290px;
  }
  .client-logo_container {
    margin-right: 80px;
  }
  .section-left h2 {
    font-size: 25px;
  }
  .section-five h2 {
    font-size: 2.1rem;
  }
  .section-three h2 {
    font-size: 2.1rem;
  }
  #industry-tabs {
    gap: 5px;
  }
  .section-six h2 {
    font-size: 2.1rem;
  }
  .container {
    max-width: 820px !important;
  }
  .footer-logo img {
    margin-top: 1rem;
    height: 60px;
  }
  .banner-content.px-5 {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
  .cookie-banner p {
    font-size: 1rem;
  }

  .whatsapp-logo img {
    right: 20px;
    bottom: 26px;
  }
  .mt-4 {
    margin-top: 0px !important;
  }
  .section-one h2 {
    font-size: 3rem;
    font-weight: 700;
  }
  .marketing-image img {
    height: 280px;
  }
  .marketing-content p br {
    display: none;
  }
  .crm-image img {
    height: 230px;
  }
  .section-left h1 {
    font-size: 3rem;
  }
  .section-team-right img {
    height: 390px;
  }
  .contact-us h1 {
    margin-top: 2rem;
    font-size: 2.5rem;
  }
  .contact-details h3{
    font-size: 1.25rem;
  }
  .contact-details i {
    font-size: 17px;
}
.contact-btn {
    padding: 10px 12px;
    font-size: 18px;
}

  .case-study-container h2 {
    text-align: center;
  }
  .study-content {
    margin-left: 0px;
    margin-right: 0px;
  }

  .banner-content {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 1rem;
  }
  .cookie-banner p {
    width: 100%;
  }
  .plan-benefits ul li {
    font-size: 14px;
  }
}

@media (max-width: 768px) {
  .navbar {
    flex-wrap: wrap;
    padding: 15px 20px;
  }
  .nav-links {
    gap: 0px;
  }

  .hamburger {
    display: flex;
  }

  .nav-links {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background-color: white;
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
    max-height: 0;
    overflow: hidden;
    padding: 0;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    transition: max-height 0.3s ease, padding 0.3s ease;
    z-index: 1000;
  }

  .nav-links.show {
    max-height: 600px;
    padding: 0px 20px;
  }

  .nav-links li {
    margin: 10px 0;
    width: 100%;
    border-bottom: 1px solid #ddd;
  }
  .nav-links li:last-child {
    border: none;
  }

  .nav-links li a {
    display: block;
    width: 100%;
    margin: 10px;
  }

  .dropdown-content {
    position: relative;
    top: 0;
    left: 0;
    box-shadow: none;
    background-color: transparent;
    padding-left: 15px;
  }

  .dropdown-content li a {
    padding: 8px 0;
  }

  .nav-links li a.btn {
    width: 100%;
    text-align: center;
  }

  /* .whatsapp-logo {
    right: 20px;
    top: 80%;
} */
  .section-one h2 {
    font-size: 2.5rem;
  }
  .about-us h1 {
    font-size: 2.5rem;
  }
   .pricing-section h1 {
    font-size: 2.5rem;
}
    .pricing-section {
        height: auto;
        padding: 8rem 0;
    }
  .section-one h3 {
    font-size: 25px;
  }
  .about-us p {
    font-size: 17px;
  }
  .about-section-image img {
    height: 100%;
  }
  .our-services h1 {
    font-size: 2rem;
  }
  .our-service p {
    font-size: 17px;
  }
  .service-box {
    min-height: auto;
    max-height: 100%;
  }
  .challenge-image {
    text-align: center;
  }
  .solver-image {
    text-align: center;
  }
  .solver-text h1 {
    font-size: 2.5rem;
  }
  .feature-card {
    min-height: auto;
    max-height: 100%;
    margin-top: 1.5rem;
  }

  .challenges h1 {
    font-size: 2.5rem;
  }
  .challenge-content ul li {
    font-size: 1.26rem;
  }
  .pt-3 {
    padding-top: 0.5rem !important;
  }
  .pt-5 {
    padding-top: 0px !important;
  }
  .fs-1 {
    font-size: 25px !important;
  }
  .pt-2 {
    padding-top: 0px !important;
  }
  .marketing-content p {
    font-size: 22px;
  }
  .py-5 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }
  .my-5 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }
  .section-left h1 {
    font-size: 2.5rem;
    text-align: center;
  }
  .section-left h1 br {
    display: none;
  }
  .section-left p {
    text-align: center;
    padding-bottom: 2rem;
  }
  .section-right img {
    height: 300px;
  }
  .case-logo {
    text-align: center;
  }
  .case-card {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 2rem;
    padding: 0px;
  }
  .case-content {
    width: 100%;
    margin-left: 0px;
    text-align: center;
  }
  .carousel-inner {
    min-height: 650px;
    max-height: 650px;
  }
  .section-team-right img {
    height: 300px;
  }
  .section-text.mb-4 {
    width: 40%;
  }
  .explore-section {
    margin-top: 2rem;
  }
  .py-4 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .explore-section p br {
    display: none;
  }
  .section-one .d-flex.align-items-center.justify-content-center.gap-5 {
    flex-direction: column;
    gap: 0px !important;
  }
  .section-text.mb-4 {
    width: 100%;
    text-align: center;
  }
  .image-content p {
    text-align: center;
  }
  .contact-image-slider {
    height: 300px;
    width: 300px;
  }
  .section-text p {
    margin-top: 1.5rem;
  }
  .case-study h1 {
    font-size: 2.75rem;
  }
  .terms-and-conditions p {
    font-size: 15px;
  }
  .terms-and-conditions h3 {
    font-size: 22px;
  }
  .contact-image{
    text-align: center;
  }
  .contact-image img{
    height: 300px;
  }
  .contact-details{
    margin-top: 2rem;
            margin-bottom: 2rem;
  }
   .calendly-frame {
    height: 350px !important;
  }
}

@media (max-width: 860px) {
  .plans.d-flex.justify-content-between.mt-5 {
    flex-direction: column !important;
    gap: 2rem;
  }
  .plan-benefits ul li {
    font-size: 20px;
  }
  .plan1 {
    width: 100%;
  }
  .plan2 {
    width: 100%;
  }
  .plan3 {
    width: 100%;
  }
  h1{
    font-size: 2.5rem;
  }
}

@media (max-width: 520px) {
  .heading-container {
    padding-top: 3rem;
    padding-right: 2rem;
  }
  .text-size-regular {
    font-size: 1rem;
  }
  .heading-style-h1 {
    font-size: 2rem;
  }
  .list-item {
    font-size: 1rem;
  }
      .contact-details h3 {
        font-size: 20px !important;
    }
        .contact-image img {
        height: 230px;
    }
    .case-logo img {
    height: 150px;
}
.case-content h2 {
    font-size: 22px;
}
  .my-5 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .button {
    color: #fff;
    text-align: left;
    mix-blend-mode: normal;
    background-color: #002b59;
    border-radius: 4px;
    padding: 0.55rem 1rem;
    font-size: 14px;
  }
  /* .pb-5 {
    padding-bottom: 1rem !important;
  } */
  .card {
    margin-top: 1rem;
  }
  .section-button {
    display: flex;
    justify-content: flex-start;
    margin-top: 1rem;
  }
  .mt-5 {
    margin-top: 1rem !important;
  }
  .section-three h2 {
    font-size: 1.25rem;
  }
  .section-five h2 {
    font-size: 1.25rem;
  }
  .section-five p br {
    display: none;
  }
  .section-six h2 {
    font-size: 1.25rem;
  }
  .swiper {
    padding: 20px 0;
  }
  .slider-controls button {
    font-size: 15px;
  }
  .footer {
    padding: 30px 20px 15px;
  }
  .footer-logo img {
    height: 50px;
  }

  .footer .d-flex.justify-content-between.align-items-center.pt-3 {
    flex-direction: column !important;
    justify-content: flex-start !important;
    align-items: flex-start !important;
    gap: 10px; /* optional for spacing between items */
    padding-top: 0px !important;
  }

  .cookie-banner p {
    font-size: 13px;
  }
  .logo img {
    height: 40px;
  }
  .heading-style-h1 {
    font-size: 2rem;
  }
    .pricing-section h1 {
    font-size: 2rem;
}
  .text-size-regular {
    font-size: 15px;
  }
  .list-item {
    font-size: 15px;
  }
  a.btn {
    background-color: #fcfdff00;
    background-image: linear-gradient(153deg, #0baaff, #0c568f);
    color: white;
    padding: 8px 20px;
    font-size: 15px;
    border-radius: 6px;
    border: 0;
  }
  .nav-pills .nav-link.active {
    background-color: #0b7dff;
    border-radius: 20px;
    padding: 10px 15px;
    
  }
  .section-one h2 {
    font-size: 2.75rem;
    margin-top: 2rem;
  }
  .section-one h5 {
    font-size: 1.25rem;
  }
  section.marketing-section.my-5.pt-5 {
    margin-top: 7rem !important;
  }
  .fs-1 {
    font-size: 23px !important;
  }
  .marketing-content p {
    font-size: 17px;
  }
  .marketing-content h6 {
    font-size: 18px;
  }
  .scope-points li {
    font-size: 15px;
  }
  .scope-points li i {
    font-size: 20px;
  }
  .marketing-image {
    margin-top: 2rem;
  }
  .marketing-content {
    margin-top: 2rem;
  }
  section.numbers-section.mt-5 {
    margin-top: 2rem !important;
  }
  .numbers-section h1 {
    font-size: 1.75rem;
  }
  section.section-seven.my-5 {
    margin-top: 2rem !important;
  }
  .section-seven h2 {
    font-size: 1.25rem;
  }
  .section-left h1 {
    font-size: 2.75rem;
  }
  .section-team-right img {
    height: 280px;
  }

  .blog-cards-container {
    gap: 0;
  }

  .blog-card {
    min-width: 100vw;
    max-width: 100vw;
    border-radius: 0;
  }
  .openings-box h6 {
    font-size: 20px;
  }
  .stat-box span {
    font-size: 13px;
  }
  .stat-box h3 {
    font-size: 25px;
  }
  .case-study h1 {
    font-size: 2.25rem;
  }
  .terms-and-conditions p {
    font-size: 12px;
  }
   .terms-and-conditions ul li {
    font-size: 12px;
  }
  .terms-and-conditions h3 {
    font-size: 16px;
  }
  .sample img {
    height: 180px;
  }
  .approach img {
    height: 165px;
  }
  .challenges h1 {
    font-size: 2rem;
  }
  .solver-text h1 {
    font-size: 2rem;
  }
  .plan-benefits ul li {
    font-size: 15px;
  }
  table {
    width: 100%;
  }
  th {
    font-size: 15px;
  }
  td {
    font-size: 15px;
  }
  h1{
    font-size: 1.25rem;
  }
  .pb-5 {
    padding-bottom: 0rem !important;
}
}

@media (max-width:400px){
      th {
        font-size: 12px;
    }
        td {
        font-size: 12px;
    }
    .case-content h2 {
    font-size: 22px;
}
}