@media screen and (min-width: 2500px) {
  body {
    width: 1700px !important;
    margin: auto;
  }
}

@media screen and (max-width: 1024px) {
  
.caseStudyDevelopment .subText {
  font-size: 1.5rem;}
  .services-container {
    padding: 4rem;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 0;
  }
  .services-column {
    flex: 80%;
  }
  .services-column .services {
    margin-bottom: 30px !important;
  }

  .services-grid {
    grid-template-columns: repeat(1, 1fr);
    /* 1 column on mobile */
  }

  /* header */

  .menu {
    display: none;
  }

  .menu.active {
    display: flex;
    flex-direction: column; /* Stack items vertically */
    align-items: center; /* Center items */
    position: absolute;
    top: 60px; /* Adjust below the header */
    left: 0;
    width: 100%; /* Full width */
    background-color: white;
    padding: 20px 0;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
    z-index: 1000;
  }

  .menu a {
    padding: 10px 0; /* Add spacing between menu items */
    text-align: center;
    width: 100%; /* Make items take full width */
    display: block; /* Ensure block-level layout */
  }

  .hamburger {
    display: block !important;
    position: absolute;
    right: 20px; /* Move it to the right */
    top: 10px;
    font-size: 36px; /* Increase the icon size */
    width: 50px; /* Set a proper width */
    height: 50px;
  }

  /* hero */

  .overlay,
  .overlayHome {
    width: 90% !important;
  }

  .hero {
    text-align: center;
  }

  .hero .text {
    max-width: 100%;
  }

  .hero .image {
    display: none;
  }

  .hero button {
    padding: 0.5rem 1rem;
    font-size: 0.9rem;
  }
  .hero h1 {
    font-size: 2.5rem;
  }

  .hero p {
    font-size: 1.4rem;
    text-align: center !important;
    margin-bottom: 60px !important;
  }

  .case-grid {
    padding: 4rem 0;
  }

  .case-grid.active {
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
  }

  .case-grid .logo {
    flex-basis: 40%;
  }

  .case-grid .text {
    flex-basis: 100%;
  }

  .cta-grid {
    flex-wrap: wrap;
  }

  .title-section7 {
    flex-basis: 100%;
  }

  .cta-button {
    font-size: 1rem;
    padding: 0.8rem 1.5rem;
  }

  .cta-action {
    flex-basis: 100%;
  }
  /* services */

  .service-card p {
    text-align: center !important;
  }

  /* marketing */

  .marketing-section {
    flex-wrap: wrap;
    margin: 100px auto;
    gap: 40px !important;
  }
  .marketing-text {
    flex-basis: 100%;
    padding: 0 !important;
    margin: 0 !important;
  }
  .marketing-image {
    flex-basis: 100% !important;
  }

  .marketing-image img {
    width: 100%;
    height: 600px;
    padding: 0 !important;
    margin: 0 !important;
  }
  .marketing-section2 {
    flex-wrap: wrap-reverse !important;
    margin: 100px auto;
    gap: 40px !important;
  }

  .marketing-text2 {
    flex-basis: 100%;
    padding: 0 !important;
    margin: 0 !important;
  }

  .marketing-image2 {
    flex-basis: 100% !important;
  }

  .marketing-image2 img {
    width: 100%;
    height: 600px;
    padding: 0 !important;
    margin: 0 !important;
  }
  .whatmakesus {
    margin: 0 !important;
  }

  .companies-box {
    padding: 4rem 0;
  }

  /* cta */

  .cta-container {
    height: auto !important;
    padding: 40px;
    margin: 0 !important;
  }
  .cta-grid {
    flex-wrap: wrap;
    padding: 0 !important;
    justify-content: center !important;
    align-items: center;
    height: auto !important;
    gap: 0px;
    padding-bottom: 70px !important;
  }
  .title-section7 h2 {
    text-align: center !important;
  }

  .cta-action {
    justify-content: center;
    align-items: center;
  }
  .ctaBTN {
    font-size: 23px;
    padding: 10px 40px;
  }
  /* testimonials */
  .testimonials-grid {
    grid-template-columns: repeat(1, 1fr) !important;
  }

  .clients-container img {
    height: 200px;
  }

  .caseStudyDevelopment .logo img {
    width: 300px !important;
    height: 200px !important;
  }

  .caseStudyDevelopment {
    width: 80% !important;
}
.title-section p{
  padding: 0 4rem;
}
  /* footer */

  .footer-container {
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    text-align: center;
  }
  .footer-logo,
  .footer-links,
  .footer-contact,
  .footer-bottom {
    flex-basis: 100%;
    margin: 0 auto !important;
    padding: 0 !important;
  }
  .footer-links ul li,
  .footer-contact ul li {
    text-align: center !important;
    padding: 10px 0;
  }
  .footer-logo img{
    margin:20px 0  0 !important;
  }


  .contactPage{
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 30px;
  }

  .contactPage .logo {
    flex-basis: 40%;
}

.contactPage .text {
  flex-basis: 100%;
  text-align: center;
}

}

@media screen and (max-width: 480px) {
  .core-services .title h2 {
    font-size: 1.6rem !important;
  }

  .hero {
    padding: 4rem 0;
  }
  .services-grid {
    grid-template-columns: repeat(1, 1fr);
    /* 1 column on mobile */
    padding: 2rem;
  }

  .title-section h2 {
    font-size: 2.7rem;
    font-weight: 550;
    line-height: 1.7;
    letter-spacing: 4px;
    color: #030965;
  }

  .title-section4 h2 {
    font-size: 2.7rem;
    font-weight: 550;
    line-height: 1.7;
    letter-spacing: 4px;
    color: white;
  }

  .case-container {
    padding: 3rem 1rem;
    background: url("../images/testimonials.jpg") no-repeat center center/cover;
  }

  .case-grid img {
    display: flex;
    grid-template-columns: repeat(2, 1fr);
  }

  .case-grid {
    display: none;
    gap: 2rem;
    padding: 0;
    color: white;
    font-size: 1.52rem;
    line-height: 1.57;
    font-weight: 300;
  }

  .marketing-section2 {
    gap: 0rem;
    text-align: justify;
    padding-top: 0rem;
  }

  .marketing-text2 {
    padding-right: 0;
    margin-bottom: 20px;
    width: 355rem;
    margin-left: 2rem;
    padding-left: 0rem;
  }

  .marketing-text2 h2 {
    font-size: 2.7rem;
    background: linear-gradient(to right, #030965, #f22020);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-top: 1rem;
    margin-left: 1rem;
    padding-bottom: 2rem;
  }

  .marketing-text2 p {
    font-size: 1.65rem;
    font-weight: 300;
    line-height: 1.7;
    color: #333;
    padding-right: 2rem;
    margin-left: 1rem;
  }
}

@media screen and (max-width: 430px) {
  .caseStudyDevelopment .subText {
    font-size: 18px;}
  .overlay {
    width: 90%;
    padding: 40px 20px;
  }

  .hero h1 {
    font-size: 2rem;
  }

  .hero p {
    font-size: 1.4rem;
    margin-bottom: 40px 0 !important;
    line-height: 30px;
  }

  .title-section h2,
  .title-section2 h2,
  .title-section3 h2,
  .title-section4 h2,
  .title-section5 h2,
  .title-section6 h2,
  .title-section7 h2 {
    font-size: 2rem !important;
    padding: 0 20px;
  }
  .title-section7 h2 {
    padding-top: 0 !important;
  }

  .services-grid {
    row-gap: 2.5rem;
  }

  .service-card h3 {
    font-size: 20px !important;
  }

  .service-card p {
    font-size: 18px !important;
  }

  .testimonial-card {
    width: 80%;
    margin: auto;
  }

  .testimonial-card img {
    margin: 0 !important;
  }

  .testimonials-grid {
    gap: 10px;
  }

  .marketing-image3 img {
    width: 107%;
  }

  .cta-action img {
    width: 100px;
  }

  .ctaBTN {
    font-size: 20px;
    padding: 10px 40px;
  }
  .marketing-section,
  .marketing-section2 {
    margin: 50px auto;
  }
  .marketing-text h2 {
    font-size: 2.6rem;
  }
  .marketing-text2 h2 {
    font-size: 2.6rem;
  }

  .marketing-image img {
    height: 300px;
  }
  .marketing-image2 img {
    height: 300px;
  }

  .title-section p{
    padding: 0 2rem;
    font-size: 1.4rem;
  }

  .contactPage .linkedinLogo{
    margin-top: 15px;
  }
}

@media screen and (max-width: 375px) {
  .title-section h2,
  .title-section2 h2,
  .title-section3 h2,
  .title-section4 h2,
  .title-section5 h2,
  .title-section6 h2,
  .title-section7 h2 {
    font-size: 1.7rem !important;
    padding: 0 10px;
  }

  .service-card {
    padding: 30px 10px;
  }

  .service-card h3 {
    font-size: 18px !important;
  }

  .service-card p {
    font-size: 16px !important;
  }
  .clients-container img {
    height: 140px;
  }
}
