body {
  min-height: 100vh;
  position: relative;
  overflow-x: hidden;
}

.item-container > .hero > img {
  object-position: top;
}
.serve-card {
  cursor: auto;
}
.item-container .hero-overlay {
  z-index: 1;
}
.footer-col li a {
  color: #000000;
  text-decoration: none;
}
@media only screen and (max-width: 992px) {
  body.overflow {
    overflow-y: hidden;
  }

  /* global-section-start */
  /* navbar-start */
  .navbar {
    padding-inline: 15px;
  }
  .logo {
    font-weight: 700;
    width: auto;
    height: 60px;
  }
  .custom-navbar {
    max-width: 90%;
  }
  .custom-nav-toggler {
    display: none;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    width: 100%;
    height: 100vh;
    z-index: 99999;
    background-color: #c2c2c2b5;
    overflow-y: auto;
  }
  .contact-us-nav .custom-nav-toggler {
    left: -6%;
    right: 0%;
    bottom: 0;
    top: -25%;
    width: 112%;
    height: 100vh;
  }
  .custom-nav-toggler.active {
    display: block;
  }
  .custom-nav-items {
    display: flex;
    justify-content: start;
    align-items: start;
    flex-direction: column;
    width: 300px;
    height: 100vh;
    padding: 30px 20px 0px;
    background-color: #fff;
    margin-left: auto;
  }
  /* navbar-end */

  /* FOOTER-start */
  #main-footer {
    padding: 50px 20px 0px;
  }
  .footer-container {
    display: grid;
    grid-template-columns: 1fr;
    gap: 10px;
    margin-bottom: 0px;
  }
  /* FOOTER-end */
  /* global-section-end */

  /* index.html-start */

  /* WHY WORK WITH US SECTION-start */
  .why-us-container {
    flex-wrap: wrap;
    gap: 35px;
    margin-top: 40px;
  }
  .video-box,
  .why-content {
    flex-basis: 100%;
    width: 100%;
    height: auto;
  }
  /* WHY WORK WITH US SECTION-end */
  /* index.html-end */

  /* contact.html-start */
  /* hero-banner-start */
  .hero.contact-hero {
    height: 70vh;
  }
  /* hero-banner-end */
  /* CONTACT-start */
  .contact-section {
    max-width: 90%;
  }
  .error {
    min-height: unset;
  }
  .location-box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
  }
  .form-grid {
    gap: unset;
    column-gap: unset;
    grid-template-columns: 1fr;
  }
  .form-group {
    grid-column: span 2;
  }
  /* CONTACT-end */
  /* contact.html-end */

  /* /services-pages/customer-software-development.php-start */
  /* HERO SECTION-start */
  .hero.services-hero header > .container {
    max-width: 90%;
  }
  .hero.services-hero .hero-wrapper {
    grid-template-columns: 1fr;
  }
  .hero.services-hero .hero-wrapper .hero-content {
    order: 2;
    text-align: center;
  }
  .hero.services-hero .hero-wrapper .hero-image.software-img {
    order: 1;
    margin-inline: auto;
  }
  /* HERO SECTION-end */

  /* SECTION 1-start */
  .software-insight-section {
    max-width: 90%;
  }
  .software-insight-wrapper {
    gap: 40px;
    max-width: 100%;
    flex-direction: column-reverse;
  }
  .software-insight-image {
    justify-content: center;
  }
  .software-insight-image img {
    width: 100%;
  }
  /* SECTION 1-end */

  .process-section .process-intro-grid {
    grid-template-columns: 1fr;
    gap: 10px;
  }
  .process-section .process-intro-grid .intro-left {
    text-align: center;
  }

  /* 3-PHASE SCROLL SECTION-mobile-start */
  .process-section {
    margin-top: 50px;
  }
  .process-section .container {
    max-width: 90%;
  }
  .process-section .process-container {
    max-width: 90%;
    padding: 0 0px;
  }
  .process-section .intro-left h2 {
    font-size: 24px;
  }
  .process-section h3 {
    font-size: 20px;
  }
  .process-block-step {
    margin-block: 30px;
    max-width: 90%;
    margin-inline: auto;
  }
  .process-block-step .step-block-section:not(:last-child) {
    margin-bottom: 30px;
  }
  .step-block-section figure img {
    width: 100%;
    height: auto;
    border-radius: 8px;
  }
  /* 3-PHASE SCROLL SECTION-mobile-end */
  /* /services-pages/customer-software-development.php-end */

  /* services: web-dev.php start */
  /* ui-ux-custom-design-start */
  .ux-section .ux-content,
  .uiux-section .uiux-wrapper {
    max-width: 90%;
    margin-inline: auto;
  }
  .ux-content h2 {
    font-size: 35px;
    line-height: 45px;
  }
  .uiux-content h4 {
    font-size: 22px;
  }
  /* ui-ux-custom-design-end */
  /* services: web-dev.php end */
}

@media only screen and (max-width: 768px) {
  /* homepage-start */
  /* statistic-SECTION-start */
  .stat-number {
    font-size: 35px;
    margin: 0 0 0px 0;
  }
  /* statistic-SECTION-end */

  /* Main Container-mobile-start */
  .services-container-mobile {
    width: 90%;
    margin: 0 auto;
    position: relative;
    margin-bottom: 50px;
    border-radius: 20px;
  }
  .service-card-color {
    display: flex;
    width: 100%;
    height: auto;
    background-color: #e0e9fcc7;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.02);
    user-select: none;
    padding: 18px;
    padding-top: 0%;
    box-sizing: border-box;
    align-items: center;
    flex-direction: column;
    gap: 20px;
    margin-bottom: 30px;
    padding-inline: 0;
  }
  .service-card-color .card-img-side {
    padding-inline: 0;
    width: 100%;
    height: auto;
  }
  .service-card-color .card-text-side {
    padding-inline: 35px;
    width: 100%;
    margin-top: 30px;
  }
  .service-card-color .card-text-side p {
    max-width: 100%;
  }
  .icon-heading-box {
    gap: 10px;
    margin-bottom: 10px;
  }
  .icon-heading-box h3 {
    font-size: 24px;
    line-height: 34px;
  }
  /* Main Container-mobile-end */

  /* 4-week section-start */
  .process-wrapper {
    display: flex;
    gap: 20px;
    margin-top: 30px;
    flex-direction: column-reverse;
  }
  .tab-item {
    gap: 10px;
  }
  /* 4-week section-end */

  /* WHY WORK WITH US SECTION-start */
  .why-us-container {
    flex-wrap: wrap;
    gap: 35px;
    margin-top: 40px;
  }
  .why-work-with-us-video {
    width: 100%;
    height: 100%;
  }
  .why-content ul {
    grid-template-columns: 100%;
    margin-bottom: 0;
    padding: 0%;
  }
  /* WHY WORK WITH US SECTION-end */
  /* homepage-end */
}

@media only screen and (min-width: 325px) and (max-width: 376px) {
  .testimonial-card {
            min-width: 364px !important;
        margin: 0 5px !important;
  }
  
}

@media only screen and (min-width: 376px) and (max-width: 426px) {
  .testimonial-card {
            min-width: 374px !important;
        margin: 0 8px !important;
  }
}
/* @media only screen and (min-width: 376px) and (max-width: 426px) {
 
   .testimonial-card {
    padding: 15px;
   min-width: 414px ;
    max-width: 100%;
        width:100%;
    flex-wrap: wrap;
    align-items: flex-start;
    margin: 0 3px;
    align-items:stretch;
   
  }
} */

@media only screen  and (max-width: 568px) {
  #clients {
    padding: 50px 10px;
  }
  #clients h2 {
    font-size: 24px;
    line-height: 34px;
    margin-bottom: 20px;
  }

  .testimonial-card {
    padding: 15px;
    min-width: 300px;
    max-width: 100%;
        width:100%;
    flex-wrap: wrap;
    align-items: flex-start;
    margin: 0 3px;
    align-items:stretch;
    /* max-height: max-content; */
  }

  .testimonial-left img {
    width: 100%;
    /* height: auto; */
  }
  .testimonial-content {
    padding: 0px;
  }
  .testimonial-content p {
    font-size: 15px;
  }
  /* CLIENTS SECTION-end */
  /* homepage-start */
  /* hero-banner-start */
  .hero-carousel {
    margin: 0 auto;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .hero-content {
    gap: 10px;
  }
  .hero-content h1 {
    font-size: 24px;
  }
  .hero-content p {
    font-size: 16px;
    line-height: 26px;
    /* text-align: start; */
  }
  .hero-content ul li {
    text-align: start;
  }
  /* hero-banner-end */

  /* statistic-SECTION-start */
  #about {
    padding: 50px 20px;
  }
  .stat-box {
    width: 100%;
  }
  /* statistic-SECTION-end */

  /* Main Container-mobile-start */
  .service-card-color .card-text-side {
    padding-inline: 20px;
  }
  .service-card-color .card-text-side a,
  .service-card-color .card-text-side a button {
    width: 100%;
  }
  /* Main Container-mobile-end */

  /* experience-section-start */
  .experience-banner {
    margin-block: 0;
    padding-inline: 20px;
  }
  .exp-content h2 {
    font-size: 20px;
  }
  /* experience-section-end */

  /* OUR SERVICES SECTION-start */
  #services {
    padding: 50px 20px;
  }
  #services h2 {
    font-size: 24px;
    margin-bottom: 20px;
  }
  .services-container {
    height: 400px;
  }
  /* OUR SERVICES SECTION-end */

  /* Brands section-start */
  .trusted-brands {
    padding-inline: 20px;
  }
  .section-title {
    font-size: 24px;
    margin-bottom: 25px;
    line-height: 38px;
  }
  /* Brands section-end */

  /* Awards section-start */
  #awards {
    margin: 0;
    padding: 50px 20px;
  }
  .award-heading {
    font-size: 24px;
    line-height: 34px;
    width: 100%;
    margin: 0px auto;
  }
  #awards img {
    width: 100%;
    margin: 30px 0 0;
  }
  /* Awards section-end */

  /* 4-week section-start */
  #dev-process {
    padding-inline: 20px;
  }
  .process-header {
    flex-direction: column;
    gap: 10px;
  }
  .process-header h2 {
    margin-bottom: 0;
    font-size: 24px;
    line-height: 34px;
    text-align: center;
  }
  .icon-box {
    width: 30px;
    height: 30px;
    font-size: 16px;
  }
  .tab-title {
    padding-top: 0px;
  }
  .tab-description {
    padding-top: 10px;
    padding-bottom: 0px;
  }
  /* 4-week section--end */

  /* WHY WORK WITH US SECTION-start */
  #why-us {
    padding: 50px 20px;
  }
  #why-us h2 {
    font-size: 24px;
    text-align: center;
    margin: 0;
  }
  .video-box::after {
    top: -15px;
    left: -15px;
    width: 100%;
    height: 100%;
  }
  /* WHY WORK WITH US SECTION-end */

  /* CLIENTS BASE SECTION-start */
  #client-base {
    padding: 50px 20px;
    margin: 0;
  }
  .clientBase-heading {
    font-size: 24px;
    line-height: 34px;
    width: auto;
    margin-bottom: 10px;
  }
  .client-map {
    width: 100%;
    margin: 0 auto;
  }
  /* CLIENTS BASE SECTION-end */

  /* WHO WE SERVE SECTION-start */
  #who-we-serve {
    padding: 50px 20px;
  }
  #who-we-serve h2 {
    font-size: 24px;
    margin-bottom: 20px;
    text-align: center;
  }
  .serve-card span {
    font-size: 24px;
  }
  /* WHO WE SERVE SECTION-end */

  /* CLIENTS SECTION-start */
 
  /* CLIENTS SECTION-end */

  /* START PROJECT SECTION-start */
 /*
   #start-project {
    padding: 50px 20px;
  }
  .start-project-box {
    padding: 20px 20px;
    gap: 30px;
    flex-direction: column-reverse;
  }
  .start-project-content h2 {
    font-size: 24px;
    line-height: 34px;
    margin-bottom: 16px;
    text-align: center;
  }
  .start-project-content p {
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 20px;
  }
  .start-btn {
    padding: 8px 14px;
    border-radius: var(--radius-sm);
    font-size: 16px;
    line-height: 26px;
  }
  .start-project-video video {
    width: 100%;
    height: auto;
  } */
  /* START PROJECT SECTION-end */
  /* homepage-end */

  /* blogs-page-start */
  /* blog-section-start */
  .projects-grid {
    grid-template-columns: 1fr;
  }
  /* blog-section-end */
  /* blogs-page-end */

  /* cii.html-start */
  /* item-container-start */
  .item-container {
    padding: 0;
    width: 90%;
    margin-inline: auto;
    margin-top: 20px;
  }
  /* hero-banner-start */
  .hero {
    height: 70vh;
  }
  .item-container .hero-overlay {
    padding-inline: 10px;
  }
  .item-container .hero-overlay > div {
    padding-left: 30px;
  }
  .hero-overlay h1,
  .hero-overlay p {
    max-width: 100%;
  }
  .hero-overlay h1 {
    font-size: 22px;
    margin-bottom: 0px;
  }
  .hero-overlay p {
    font-size: 16px;
    line-height: 26px;
  }
  /* hero-banner-end */

  /* project-overview-start */
  .section {
    margin-top: 50px;
    gap: 20px;
    grid-template-columns: 1fr;
  }
  .section h2 {
    font-size: 24px;
    margin-bottom: 10px;
    line-height: 34px;
  }
  .section img {
    width: 100%;
    height: auto;
  }
  /* project-overview-end */

  /* statistic-start */
  .item-container .stats {
    margin-top: 50px;
    gap: 30px;
    grid-template-columns: 1fr;
    padding: 50px 0px;
  }
  .item-container .stats .stat h3 {
    font-size: 30px;
  }
  .item-container .stats .stat p {
    font-size: 14px;
  }
  /* statistic-end */
  /* item-container-end */

  /* have-an-idea-cta-start */
  .cta.project-cta {
    margin-inline: auto;
    margin-top: 50px;
    margin-bottom: 0px;
    width: 90%;
  }
  .cta.project-cta h2 {
    font-size: 22px;
  }
  /* have-an-idea-cta-end */
  /* cii.html-end */

  /* about.html-start */
  /* about-start */
  .section-heading {
    font-size: 35px;
    line-height: 45px;
    margin-bottom: 40px;
  }
  .about-content-wrapper {
    max-width: 90%;
    gap: 20px;
    margin-bottom: 80px;
    grid-template-columns: 1fr;
  }
  .about-content-wrapper .about-text {
    order: 2;
  }
  .about-content-wrapper .about-right {
    order: 1;
  }
  .about-right {
    justify-self: center;
  }
  /* about-end */

  /* TEAM SECTION-start */
  .team-section {
    padding: 30px 10px;
  }
  .team-section h2,
  .work-culture h2,
  .tech-title,
  .employee-title,
  .join-us h2 {
    font-size: 35px;
    line-height: 45px;
    text-align: center;
    margin-bottom: 20px;
  }
  .team-wrapper {
    max-width: 102%;
    gap: 15px;
  }
  .team-card {
    flex: 0 0 100%;
    gap: 15px;
    padding: 12px;
  }
  .team-card img {
    width: 35%;
  }
  .team-content h3 {
    font-size: 16px;
    margin: 10px 0;
  }
  .team-content p {
    font-size: 14px;
    max-width: 100%;
  }
  .team-content .linkedin {
    font-size: 14px;
  }
  .brand-logos img {
    width: 80%;
  }

  .team-prev-btn,
.team-next-btn {
  width: 30px;
  height: 30px;
}



  /* TEAM SECTION-end */
  /* WORK CULTURE-start */
  .work-culture {
    padding: 80px 0px;
    width: 90%;
    margin-inline: auto;
  }
  /* WORK CULTURE-end */
  /* Technology section-start */
  .tech-container {
    padding: 0;
    max-width: 90%;
  }
  /* Technology section-end */
  /* Employee Section-start */

 


    .employee-section {
    padding: 20px 2px;
  }

  .employee-title {
    font-size: 22px;
    margin-bottom: 15px;
  }

  .slider-viewport {
    overflow: hidden;
  }

  .slider-track {
    display: flex;
    gap: 12px;
    padding: 0 10px; 
    transition: transform 0.4s ease;
  }

  .employee-card {
    flex: 0 0 91%; 
    max-width: 300px;
    margin: 0 auto;
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.05);
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 15px 10px;
    text-align: center;
  }

  .employee-card .testimonial {
    font-size: 12px;
    line-height: 1.4;
    height: auto;
    margin-bottom: 12px;
    padding: 10px 12px;
    background: #f8f9fa;
    border-radius: 8px;
  }

  .emp-details {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 5px;
  }

  .emp-details img {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    object-fit: cover;
  }

  .emp-details h4 {
    font-size: 13px;
    margin: 0;
  }

  .emp-details span {
    font-size: 11px;
    color: #555;
  }


  .slider-btn {
    width: 15px;
  height: 15px;
  }
    .slider-btn.prev {
    left: 5px;
  }

  .slider-btn.next {
    right: 5px;
  }


  
  /* Employee Section-end */
  /* JOIN US-start */
  .join-us {
    padding-block: 80px;
    margin-bottom: 0px;
  }
  /* JOIN US-end */
  /* about.html-end */

  /* /services-pages/customer-software-development.php-start */
  /* HERO SECTION-start */
  .hero.services-hero {
    height: auto;
  }
  .hero.services-hero .hero-wrapper .hero-content {
    margin-top: 30px;
  }
  .hero.services-hero .hero-wrapper .hero-image.software-img {
    width: 100%;
  }
  .hero.services-hero .hero-wrapper .hero-image.software-img img {
    width: 100%;
    height: auto;
  }
  /* HERO SECTION-end */

  /* COMMON CENTER HEADING-start */
  .software-insight-heading {
    padding-top: 50px;
  }
  .software-insight-heading h2 {
    font-size: 35px;
    line-height: 45px;
  }
  /* COMMON CENTER HEADING-end */

  /* SECTION 1-start */
  .software-insight-wrapper {
  }
  /* SECTION 1-end */

  /* WHY US SECTION-start */
  .why-us .container {
    max-width: 90%;
  }
  .why-content h2 {
    font-size: 35px;
    line-height: 45px;
  }
}

@media only screen and (min-width: 569px) and (max-width: 768px) {
  /* homepage-start */
  .hero-content h1 {
    font-size: 45px;
    line-height: 55px;
  }
  /* statistic-SECTION-start */
  #about {
    padding: 80px 0px;
  }
  .stats-container {
    max-width: 90%;
    gap: 20px;
  }
  .stat-box {
    width: calc(50% - 20px);
    flex-basis: calc(50% - 20px);
  }
  /* statistic-SECTION-end */

  /* experience-section-start */
  .experience-banner {
    margin-block: 0;
    padding-inline: 0px;
    max-width: 90%;
  }
  .exp-content h2 {
    font-size: 28px;
  }
  .exp-content p {
    font-size: 18px;
  }
  /* experience-section-end */

  /* OUR SERVICES SECTION-start */
  #services {
    padding: 50px 0 0;
  }
  #services h2 {
    font-size: 35px;
    margin-bottom: 20px;
  }
  .services-container {
    height: 460px;
    width: 90%;
  }
  /* OUR SERVICES SECTION-end */

  /* Brands section-start */
  .trusted-brands {
    padding-inline: 0px;
  }
  .brand-container {
    max-width: 90%;
  }
  .section-title {
    font-size: 35px;
    margin-bottom: 25px;
    line-height: 45px;
  }
  /* Brands section-end */

  /* Awards section-start */
  #awards {
    margin: 0;
    padding: 80px 0px;
  }
  .award-heading {
    font-size: 35px;
    line-height: 45px;
    width: 100%;
    margin: 0px auto;
  }
  #awards img {
    width: 90%;
    margin: 30px auto 0;
  }
  /* Awards section-end */

  /* 4-week section-start */
  #dev-process {
    padding: 80px 0;
  }
  #dev-process .container {
    max-width: 90%;
  }
  .process-header {
    flex-direction: column;
    gap: 10px;
  }
  .process-header h2 {
    margin-bottom: 0;
    font-size: 35px;
    line-height: 45px;
    text-align: center;
  }
  .icon-box {
    width: 40px;
    height: 40px;
    font-size: 18px;
  }
  .tab-title {
    padding-top: 0px;
  }
  .tab-description {
    padding-top: 10px;
    padding-bottom: 0px;
  }
  /* 4-week section--end */

  /* WHY WORK WITH US SECTION-start */
  #why-us {
    padding: 80px 0px;
  }
  #why-us h2 {
    font-size: 35px;
    line-height: 45px;
    text-align: center;
    margin: 0;
  }
  .why-us-container {
    width: 90%;
    margin-inline: auto;
  }
  .video-box::after {
    width: 100%;
    height: 100%;
  }
  /* WHY WORK WITH US SECTION-end */

  /* CLIENTS BASE SECTION-start */
  #client-base {
    padding: 80px 0px;
    margin: 0;
  }
  .clientBase-heading {
    font-size: 35px;
    line-height: 45px;
    width: auto;
    margin-bottom: 20px;
  }
  .client-map {
    width: 90%;
    margin: 0 auto;
  }
  /* CLIENTS BASE SECTION-end */

  /* WHO WE SERVE SECTION-start */
  #who-we-serve {
    padding: 80px 0px;
  }
  #who-we-serve h2 {
    font-size: 35px;
    line-height: 45px;
    margin-bottom: 20px;
    text-align: center;
  }
  .serve-card span {
    font-size: 30px;
  }
  /* WHO WE SERVE SECTION-end */

  /* CLIENTS SECTION-start */
  #clients {
    padding: 80px 0px;
    max-width: 90%;
    margin-inline: auto;
  }
  #clients h2 {
    font-size: 35px;
    line-height: 45px;
    margin-bottom: 20px;
  }
  .testimonial-card {
    /* padding: 20px; */
    gap: 0px;
    min-width: 310px;
    max-width: 100%;
    width: 100%;
    margin: 0px 5px;
    flex-wrap: wrap;
  }

  .testimonial-left img {
    width: 100%;
  }
  .testimonial-content {
    padding: 0px;
  }
  .testimonial-content p {
    font-size: 17px;
  }
  .testimonial-left span {
    font-size: 16px;
  }
  /* CLIENTS SECTION-end */

  /* START PROJECT SECTION-start */
  /*
  #start-project {
    padding: 80px 0px;
  }
  .start-project-box {
    padding: 35px 40px;
    gap: 30px;
    flex-direction: column-reverse;
    max-width: 90%;
    margin-inline: auto;
  }
  .start-project-content h2 {
    font-size: 28px;
    line-height: 38px;
    margin-bottom: 18px;
    text-align: center;
  }
  .start-project-content p {
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 22px;
  }
  .start-btn {
    padding: 10px 24px;
  }
  .start-project-video video {
    width: 100%;
    height: auto;
  } */
  /* START PROJECT SECTION-end */
  /* homepage-end */

  /* blogs-page-start */
  /* blog-section-start */
  .projects-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  /* blog-section-end */
  /* blogs-page-end */

  /* cii.html-start */
  /* item-container-start */
  .item-container {
    padding: 0;
    width: 90%;
    margin-inline: auto;
    margin-top: 20px;
  }
  /* hero-banner-start */
  .hero {
    height: auto;
  }
  .item-container .hero-overlay {
    padding-inline: 10px;
  }
  .item-container .hero-overlay > div {
    padding-left: 30px;
  }
  .hero-overlay h1,
  .hero-overlay p {
    max-width: 100%;
  }
  .hero-overlay h1 {
    font-size: 30px;
    margin-bottom: 4px;
  }
  .hero-overlay p {
    font-size: 16px;
    line-height: 26px;
  }
  /* hero-banner-end */

  /* project-overview-start */
  .section {
    margin-top: 50px;
    gap: 20px;
    grid-template-columns: 1fr;
  }
  .section img {
    width: 100%;
    height: auto;
  }
  /* project-overview-end */

  /* statistic-start */
  .item-container .stats {
    margin-top: 80px;
    gap: 30px;
    grid-template-columns: repeat(2, 1fr);
  }
  .item-container .stats .stat h3 {
    font-size: 30px;
  }
  .item-container .stats .stat p {
    font-size: 14px;
  }
  /* statistic-end */
  /* item-container-end */

  /* have-an-idea-cta-start */
  .cta.project-cta {
    margin-inline: auto;
    margin-top: 50px;
    margin-bottom: 0px;
    width: 90%;
  }
  .cta.project-cta h2 {
    font-size: 22px;
  }
  /* have-an-idea-cta-end */
  /* cii.html-end */

  /* about.html-start */
  /* about-start */
  .section-heading {
    font-size: 35px;
    line-height: 45px;
    margin-bottom: 40px;
  }
  .about-content-wrapper {
    max-width: 90%;
    gap: 20px;
    margin-bottom: 80px;
    grid-template-columns: 1fr;
  }
  .about-content-wrapper .about-text {
    order: 2;
  }
  .about-content-wrapper .about-right {
    order: 1;
  }
  .about-right {
    justify-self: center;
  }
  /* about-end */

  /* TEAM SECTION-start */
  .team-section {
    padding: 80px 0px;
  }
  .team-section h2,
  .work-culture h2,
  .tech-title,
  .employee-title,
  .join-us h2 {
    font-size: 35px;
    line-height: 45px;
    text-align: center;
    margin-bottom: 20px;
  }
  .team-slider {
    max-width: 90%;
  }
  /* TEAM SECTION-end */
  /* WORK CULTURE-start */
  .work-culture {
    padding: 80px 0px;
    width: 90%;
    margin-inline: auto;
  }
  /* WORK CULTURE-end */
  /* Technology section-start */
  .tech-container {
    padding: 0;
    max-width: 90%;
  }
  /* Technology section-end */
  /* Employee Section-start */
  .employee-section {
    padding: 30px 0px;
  }
  .employee-slider-wrapper {
    max-width: 80%;
  }
  .employee-card {
    flex: 0 0 89%;
    margin: 0 3px;
  }
  .employee-card .testimonial {
    font-size: 17px;
    line-height: 1.5;
    height: auto;
    padding: 15px 20px;
  }
  .slider-track {
    gap: 10px;
  }
  .emp-details img {
    width: 38px;
    height: 38px;
  }
  .emp-details span {
    font-size: 15px;
  }
  /* Employee Section-end */
  /* JOIN US-start */
  .join-us {
    padding-block: 80px;
    margin-bottom: 0px;
  }
  /* JOIN US-end */
  /* about.html-end */

  /* /services-pages/customer-software-development.php-start */
  /* HERO SECTION-start */
  .hero.services-hero .hero-wrapper .hero-content {
    margin-top: 30px;
  }
  .hero.services-hero .hero-wrapper .hero-content ul > li {
    text-align: left;
  }
  .hero.services-hero .hero-wrapper .hero-image.software-img {
    width: 60%;
  }
  .hero.services-hero .hero-wrapper .hero-image.software-img img {
    width: 100%;
    height: auto;
  }
  /* HERO SECTION-end */

  /* COMMON CENTER HEADING-start */
  .software-insight-heading {
    padding-top: 80px;
  }
  .software-insight-heading h2 {
    font-size: 35px;
    line-height: 45px;
  }
  /* COMMON CENTER HEADING-end */

  /* SECTION 1-start */
  .software-insight-wrapper {
  }
  /* SECTION 1-end */

  /* WHY US SECTION-start */
  .why-us .container {
    max-width: 90%;
  }
  .why-content h2 {
    font-size: 35px;
    line-height: 45px;
  }
  /* WHY US SECTION-end */

  /* 3-PHASE SCROLL SECTION-start */
  .process-section {
    margin-top: 80px;
  }
  .process-section .container {
    max-width: 90%;
  }
  .process-section .process-container {
    max-width: 90%;
    padding: 0 0px;
  }
  .process-section .intro-left h2 {
    font-size: 24px;
  }
  .process-section h3 {
    font-size: 24px;
  }
  /* 3-PHASE SCROLL SECTION-end */
  /* /services-pages/customer-software-development.php-end */
}

@media only screen and (min-width: 769px) and (max-width: 992px) {
  /* homepage-start */
  /* statistic-SECTION-start */
  #about {
    padding: 80px 0px;
  }
  .stats-container {
    max-width: 90%;
    gap: 20px;
  }
  .stat-box {
    width: calc(50% - 20px);
    flex-basis: calc(50% - 20px);
  }
  /* statistic-SECTION-end */

  /* experience-section-start */
  .experience-banner {
    margin-block: 0;
    padding-inline: 0px;
    max-width: 90%;
  }
  .exp-content p {
    font-size: 18px;
  }
  /* experience-section-end */

  /* OUR SERVICES SECTION-start */
  #services {
    padding: 80px 0 0;
  }
  #services h2 {
    font-size: 45px;
    margin-bottom: 30px;
  }
  .services-container {
    height: 460px;
    width: 90%;
  }
  /* OUR SERVICES SECTION-end */

  /* Brands section-start */
  .brand-container {
    max-width: 90%;
  }
  .section-title {
    font-size: 45px;
    line-height: 60px;
    margin-bottom: 35px;
  }
  /* Brands section-end */

  /* Awards section-start */
  #awards {
    margin: 0;
    padding: 80px 0px;
  }
  .award-heading {
    font-size: 45px;
    line-height: 60px;
    width: 100%;
    margin: 0px auto;
  }
  #awards img {
    width: 90%;
    margin: 50px auto 0;
  }
  /* Awards section-end */

  /* 4-week section-start */
  #dev-process {
    padding: 80px 0;
  }
  #dev-process .container {
    max-width: 90%;
  }
  .process-header {
    flex-direction: column;
    gap: 10px;
  }
  .process-header h2 {
    margin-bottom: 0;
    font-size: 45px;
    line-height: 60px;
    text-align: center;
  }
  .tab-title {
    padding-top: 0px;
  }
  .tab-description {
    padding-top: 10px;
    padding-bottom: 0px;
  }
  /* 4-week section--end */

  /* WHY WORK WITH US SECTION-start */
  #why-us {
    padding: 80px 0px;
  }
  #why-us h2 {
    font-size: 35px;
    line-height: 45px;
    text-align: center;
    margin: 0;
  }
  .why-us-container {
    width: 90%;
    margin-inline: auto;
    gap: 30px;
  }
  .video-box {
    /* height: 182px; */
  }
  .why-work-with-us-video {
    width: 100%;
    height: auto;
  }
  .video-box::after {
    width: 100%;
    height: 100%;
  }
  .why-content ul {
    margin: 0%;
    padding: 0;
  }
  /* WHY WORK WITH US SECTION-end */

  /* CLIENTS BASE SECTION-start */
  #client-base {
    padding: 80px 0px;
    margin: 0;
  }
  .clientBase-heading {
    font-size: 35px;
    line-height: 45px;
    width: auto;
    margin-bottom: 20px;
  }
  .client-map {
    width: 90%;
    margin: 0 auto;
  }
  /* CLIENTS BASE SECTION-end */

  /* WHO WE SERVE SECTION-start */
  #who-we-serve {
    padding: 80px 0px;
  }
  #who-we-serve h2 {
    font-size: 45px;
    line-height: 60px;
    margin-bottom: 40px;
    text-align: center;
  }
  .serve-card span {
    font-size: 30px;
  }
  /* WHO WE SERVE SECTION-end */

  /* CLIENTS SECTION-start */
  #clients {
    padding: 80px 0px;
    max-width: 90%;
    margin-inline: auto;
  }
  #clients h2 {
    font-size: 35px;
    line-height: 45px;
    margin-bottom: 20px;
  }
  /* CLIENTS SECTION-end */

  /* START PROJECT SECTION-start */
  /*
  #start-project {
    padding: 80px 0px;
  }
  .start-project-box {
    padding: 35px 40px;
    gap: 30px;
    flex-direction: column-reverse;
    max-width: 90%;
    margin-inline: auto;
  }
  .start-project-content h2 {
    font-size: 28px;
    line-height: 38px;
    margin-bottom: 18px;
    text-align: center;
  }
  .start-project-content p {
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 22px;
  }
  .start-btn {
    padding: 10px 24px;
  }
  .start-project-video video {
    width: 100%;
    height: auto;
  }
    */
  /* START PROJECT SECTION-end */
  /* homepage-end */

  /* blogs-page-start */
  /* blog-section-start */
  .projects-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  /* blog-section-end */
  /* blogs-page-end */

  /* cii.html-start */
  /* item-container-start */
  .item-container {
    padding: 0;
    width: 90%;
    margin-inline: auto;
    margin-top: 20px;
  }
  /* hero-banner-start */
  .hero {
    height: auto;
  }
  .item-container .hero-overlay {
    padding-inline: 10px;
  }
  .item-container .hero-overlay > div {
    padding-left: 30px;
  }
  .hero-overlay h1,
  .hero-overlay p {
    max-width: 100%;
  }
  .hero-overlay h1 {
    font-size: 40px;
    margin-bottom: 6px;
  }
  /* hero-banner-end */

  /* project-overview-start */
  .section {
    margin-top: 40px;
    gap: 20px;
    grid-template-columns: 1fr;
  }
  .section img {
    width: 100%;
    height: auto;
  }
  /* project-overview-end */

  /* statistic-start */
  .item-container .stats {
    margin-top: 80px;
    gap: 30px;
    grid-template-columns: repeat(2, 1fr);
  }
  .item-container .stats .stat h3 {
    font-size: 20px;
  }
  .item-container .stats .stat p {
    font-size: 14px;
  }
  /* statistic-end */
  /* item-container-end */

  /* have-an-idea-cta-start */
  .cta.project-cta {
    margin-inline: auto;
    margin-top: 80px;
    margin-bottom: 0px;
    width: 90%;
  }
  /* have-an-idea-cta-end */
  /* cii.html-end */

  /* contact.html-start */
  /* CONTACT-start */

  /* CONTACT-end */
  /* contact.html-end */

  /* about.html-start */
  /* about-start */
  .section-heading {
    font-size: 45px;
    line-height: 60px;
    margin-bottom: 60px;
  }
  .about-content-wrapper {
    max-width: 90%;
    gap: 40px;
    margin-bottom: 80px;
    grid-template-columns: 1fr;
  }
  .about-content-wrapper .about-text {
    order: 2;
  }
  .about-content-wrapper .about-right {
    order: 1;
  }
  .about-right {
    justify-self: center;
  }
  /* about-end */

  /* TEAM SECTION-start */
  .team-section {
    padding: 80px 0px;
  }
  .team-section h2,
  .work-culture h2,
  .tech-title,
  .employee-title,
  .join-us h2 {
    font-size: 35px;
    line-height: 45px;
    text-align: center;
    margin-bottom: 20px;
  }
  .team-slider {
    max-width: 90%;
  }
  /* TEAM SECTION-end */
  /* WORK CULTURE-start */
  .work-culture {
    padding: 80px 0px;
    width: 90%;
    margin-inline: auto;
  }
  /* WORK CULTURE-end */
  /* Technology section-start */
  .tech-container {
    padding: 0;
    max-width: 90%;
  }
  /* Technology section-end */
  /* Employee Section-start */
  .employee-section {
    padding: 50px 0px;
  }
  .employee-slider-wrapper {
    max-width: 80%;
  }
  .employee-card {
    flex: 0 0 89%;
    margin: 0 3px;
  }
  .employee-card .testimonial {
    font-size: 18px;
    line-height: 1.5;
    height: auto;
    padding: 15px 20px;
  }
  .slider-track {
    gap: 10px;
  }
  .emp-details img {
    width: 48px;
    height: 48px;
  }
  .emp-details span {
    font-size: 18px;
  }
  /* Employee Section-end */
  /* JOIN US-start */
  .join-us {
    padding-block: 80px;
    margin-bottom: 0px;
  }
  /* JOIN US-end */
  /* about.html-end */

  /* /services-pages/customer-software-development.php-start */
  /* HERO SECTION-start */
  .hero.services-hero .hero-wrapper .hero-content {
    margin-top: 30px;
  }
  .hero.services-hero .hero-wrapper .hero-image.software-img {
    width: 60%;
  }
  .hero.services-hero .hero-wrapper .hero-image.software-img img {
    width: 100%;
    height: auto;
  }
  /* HERO SECTION-end */

  /* COMMON CENTER HEADING-start */
  .software-insight-heading {
    padding-top: 80px;
  }
  .software-insight-heading h2 {
    font-size: 35px;
    line-height: 45px;
  }
  /* COMMON CENTER HEADING-end */

  /* SECTION 1-start */
  .software-insight-wrapper {
  }
  /* SECTION 1-end */

  /* WHY US SECTION-start */
  .why-us .container {
    max-width: 90%;
  }
  .why-content h2 {
    font-size: 35px;
    line-height: 45px;
  }
  /* WHY US SECTION-end */

  /* 3-PHASE SCROLL SECTION-start */
  .process-section {
    margin-top: 80px;
  }
  .process-section .container {
    max-width: 90%;
  }
  .process-section .process-container {
    max-width: 90%;
    padding: 0 0px;
  }
  .process-section .intro-left h2 {
    font-size: 24px;
  }
  .process-section h3 {
    font-size: 24px;
  }
  /* 3-PHASE SCROLL SECTION-end */
  /* /services-pages/customer-software-development.php-end */
}

@media only screen and (min-width: 993px) and (max-width: 1200px) {
  /* global-section-start */
  /* navbar-start */
  .navbar {
    width: 90% !important;
  }
  /* navbar-end */

  /* FOOTER-start */
  #main-footer {
    padding: 50px 20px 0px;
  }
  /* FOOTER-end */
  /* global-section-end */

  /* homepage-start */
  /* statistic-SECTION-start */
  #about {
    padding: 80px 0px;
  }
  .stats-container {
    max-width: 90%;
    gap: 20px;
    margin-bottom: 0;
  }
  .stat-box {
    width: calc(50% - 20px);
    flex-basis: calc(50% - 20px);
  }
  /* statistic-SECTION-end */

  /* experience-section-start */
  .experience-banner {
    margin-block: 0;
    padding-inline: 0px;
    max-width: 90%;
  }
  .exp-content p {
    font-size: 18px;
  }
  /* experience-section-end */

  /* OUR SERVICES SECTION-start */
  #services {
    padding: 80px 0 0;
  }
  #services h2 {
    font-size: 35px;
    margin-bottom: 30px;
  }
  .services-container {
    height: 460px;
    width: 90%;
  }
  /* OUR SERVICES SECTION-end */

  /* Brands section-start */
  .brand-container {
    max-width: 90%;
  }
  .section-title {
    font-size: 35px;
    line-height: 50px;
    margin-bottom: 30px;
  }
  /* Brands section-end */

  /* Awards section-start */
  #awards {
    margin: 0;
    padding: 80px 0px;
  }
  .award-heading {
    font-size: 35px;
    line-height: 50px;
    width: 100%;
    margin: 0px auto;
  }
  #awards img {
    width: 90%;
    margin: 50px auto 0;
  }
  /* Awards section-end */

  /* 4-week section-start */
  #dev-process {
    padding: 80px 0;
  }
  #dev-process .container {
    max-width: 90%;
  }
  .process-header h2 {
    margin-bottom: 0;
    font-size: 35px;
    line-height: 50px;
    text-align: center;
  }
  .tab-title {
    padding-top: 0px;
  }
  .tab-description {
    padding-top: 10px;
    padding-bottom: 0px;
  }
  /* 4-week section--end */

  /* WHY WORK WITH US SECTION-start */
  #why-us {
    padding: 80px 0px;
  }
  #why-us h2 {
    font-size: 35px;
    line-height: 45px;
    text-align: center;
    margin: 0;
  }
  .why-us-container {
    width: 90%;
    margin-inline: auto;
    gap: 30px;
  }
  .video-box,
  .why-content {
    flex-basis: calc(50% - 15px);
  }
  .video-box {
    max-width: 500px;
    width: 100%;
    aspect-ratio: 16 / 9;
    max-height: 280px;
  }
  .why-work-with-us-video {
    width: 100%;
    height: auto;
  }
  .video-box::after {
    width: 100%;
    height: 100%;
  }
  .why-content ul {
    margin: 0%;
    padding: 0;
  }
  /* WHY WORK WITH US SECTION-end */

  /* CLIENTS BASE SECTION-start */
  #client-base {
    padding: 80px 0px;
    margin: 0;
  }
  .clientBase-heading {
    font-size: 35px;
    line-height: 50px;
    width: auto;
    margin-bottom: 30px;
  }
  .client-map {
    width: 90%;
    margin: 0 auto;
  }
  /* CLIENTS BASE SECTION-end */

  /* WHO WE SERVE SECTION-start */
  #who-we-serve {
    padding: 80px 0px;
  }
  #who-we-serve h2 {
    font-size: 35px;
    line-height: 50px;
    margin-bottom: 40px;
    text-align: center;
  }
  .serve-card span {
    font-size: 30px;
  }
  /* WHO WE SERVE SECTION-end */

  /* CLIENTS SECTION-start */
  #clients {
    padding: 80px 0px;
    max-width: 90%;
    margin-inline: auto;
  }
  #clients h2 {
    font-size: 35px;
    line-height: 45px;
    margin-bottom: 20px;
  }
  .testimonial-left {
    margin-bottom: 20px;
  }
  .testimonial-content {
    padding: 0px;
  }
  /* CLIENTS SECTION-end */

  /* START PROJECT SECTION-start */
  /*
  #start-project {
    padding: 80px 0px;
    max-width: 90%;
    margin-inline: auto;
  }
  .start-project-content h2 {
    font-size: 28px;
    line-height: 38px;
    margin-bottom: 18px;
    text-align: center;
  }
  .start-project-content p {
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 22px;
  }
  .start-btn {
    padding: 10px 24px;
  }
  .start-project-video video {
    width: 100%;
    height: auto;
  }*/
  /* START PROJECT SECTION-end */
  /* homepage-end */

  /* cii.html-start */
  /* item-container-start */
  .item-container {
    padding: 0;
    width: 90%;
    margin-inline: auto;
    margin-top: 20px;
  }
  /* hero-banner-start */
  .item-container .hero-overlay {
    padding-inline: 10px;
  }
  .item-container .hero-overlay > div {
    padding-left: 30px;
  }
  /* hero-banner-end */

  /* project-overview-start */
  .section {
    margin-top: 80px;
    gap: 20px;
  }
  .section img {
    width: 100%;
    height: auto;
  }
  /* project-overview-end */

  /* statistic-start */
  .item-container .stats {
    margin-top: 80px;
    gap: 10px;
    padding: 55px 15px;
  }
  .item-container .stats .stat h3 {
    font-size: 20px;
  }
  .item-container .stats .stat p {
    font-size: 14px;
  }
  /* statistic-end */
  /* item-container-end */

  /* have-an-idea-cta-start */
  .cta.project-cta {
    margin-inline: auto;
    margin-top: 80px;
    margin-bottom: 0px;
    width: 90%;
  }
  /* have-an-idea-cta-end */
  /* cii.html-end */

  /* contact.html-start */
  /* CONTACT-start */
  .contact-section {
    max-width: 90%;
  }
  .form-grid {
    gap: unset;
    column-gap: 20px;
  }
  .error {
    min-height: unset;
  }
  /* CONTACT-end */
  /* contact.html-end */

  /* about.html-start */
  /* about-start */
  .section-heading {
  }
  .about-content-wrapper {
    max-width: 90%;
    gap: 20px;
    margin-bottom: 80px;
  }
  /* about-end */

  /* TEAM SECTION-start */
  .team-section {
    padding: 80px 0px;
  }
  .team-section h2,
  .work-culture h2,
  .tech-title,
  .employee-title,
  .join-us h2 {
    font-size: 35px;
    line-height: 50px;
    margin-bottom: 30px;
  }
  .team-slider {
    max-width: 90%;
  }
  /* TEAM SECTION-end */
  /* WORK CULTURE-start */
  .work-culture {
    padding: 80px 0px;
    width: 90%;
    margin-inline: auto;
  }
  /* WORK CULTURE-end */
  /* Technology section-start */
  .tech-container {
    padding: 0;
    max-width: 90%;
  }
  /* Technology section-end */
  /* Employee Section-start */
  .employee-section {
    padding: 70px 0px;
  }
  .employee-slider-wrapper {
    max-width: 80%;
  }
  .employee-card {
    flex: 0 0 89%;
    margin: 0 3px;
  }
  .employee-card .testimonial {
    font-size: 18px;
    line-height: 1.5;
    height: auto;
    padding: 15px 20px;
  }
  .slider-track {
    gap: 10px;
  }
  .emp-details img {
    width: 48px;
    height: 48px;
  }
  .emp-details span {
    font-size: 18px;
  }
  /* Employee Section-end */
  /* JOIN US-start */
  .join-us {
    padding-block: 80px;
    margin-bottom: 0px;
  }
  /* JOIN US-end */
  /* about.html-end */

  /* /services-pages/customer-software-development.php-start */
  /* HERO SECTION-start */
  .hero.services-hero header > .container {
    max-width: 90%;
  }
  /* HERO SECTION-end */

  /* COMMON CENTER HEADING-start */
  .software-insight-heading h2 {
    font-size: 35px;
  }
  /* COMMON CENTER HEADING-end */

  /* SECTION 1-start */
  .software-insight-section {
    max-width: 90%;
  }
  .software-insight-wrapper {
    gap: 40px;
    max-width: 100%;
  }
  /* SECTION 1-end */

  /* WHY US SECTION-start */
  .why-us .container {
    max-width: 90%;
  }
  .why-content h2 {
    font-size: 35px;
    line-height: 45px;
  }
  /* WHY US SECTION-end */

  /* 3-PHASE SCROLL SECTION-start */
  .process-section {
    margin-top: 80px;
  }
  .process-section .container {
    max-width: 90%;
  }
  .process-section .process-container {
    max-width: 90%;
    padding: 0 0px;
  }
  .process-section .intro-left h2 {
    font-size: 24px;
  }
  .process-section h3 {
    font-size: 24px;
  }
  /* 3-PHASE SCROLL SECTION-end */
  /* /services-pages/customer-software-development.php-end */

  /* services: web-dev.php start */
  /* ui-ux-custom-design-start */
  .ux-section .ux-content,
  .uiux-section .uiux-wrapper {
    max-width: 90%;
    margin-inline: auto;
  }
  .ux-content h2 {
    font-size: 35px;
    line-height: 45px;
  }
  .uiux-content h4 {
    font-size: 22px;
  }
  /* ui-ux-custom-design-end */
  /* services: web-dev.php end */
}

@media only screen and (min-width: 1201px) {
  .custom-navbar {
    max-width: 90%;
  }
  /* homepage-start */
  /* WHY WORK WITH US SECTION-start */
  .why-us-container {
    gap: 40px;
    margin-inline: auto;
  }
  .why-work-with-us-video {
    width: 100%;
    height: 100%;
  }
  .video-box {
    max-width: 500px;
    width: 100%;
    aspect-ratio: 16 / 9;
  }
  .video-box::after {
    width: 100%;
    height: 100%;
  }
  .video-box,
  .why-content {
    flex-basis: calc(50% - 15px);
  }
  /* WHY WORK WITH US SECTION-end */

  /* statistic-SECTION-start */
  .stats-container {
    flex-wrap: nowrap;
    gap: 10px;
  }
  .stat-box {
    width: calc(25% - 10px);
  }
  /* statistic-SECTION-end */
  /* homepage-end */

  /* cii.html-start */
  /* item-container-start */
  .item-container {
    padding: 0 9%;
    margin-inline: auto;
    margin-top: 20px;
  }
  .item-container .hero {
    aspect-ratio: 5/2;
    width: 100%;
    height: auto;
  }

  /* hero-banner-start */
  .item-container .hero-overlay {
    padding: 0%;
  }
  .item-container .hero-overlay > div {
    padding-left: 50px;
  }
  /* hero-banner-end */

  /* project-overview-start */
  .section {
    margin-top: 80px;
  }
  /* project-overview-end */

  /* statistic-start */
  .item-container .stats {
    margin-top: 80px;
  }
  /* statistic-end */
  /* item-container-end */

  /* have-an-idea-cta-start */
  .cta.project-cta {
    margin-inline: 9%;
    width: unset;
    margin-top: 80px;
    margin-bottom: 0px;
  }
  /* have-an-idea-cta-end */
  /* cii.html-end */

  /* contact.html-start */
  /* CONTACT-start */
  .form-grid {
    gap: unset;
    column-gap: 20px;
  }
  .error {
    min-height: unset;
  }
  /* CONTACT-end */
  /* contact.html-end */

  /* about.html-start */
  /* about-start */
  .about-content-wrapper {
  }
  .section-heading {
  }
  /* about-end */
  /* about.html-end */
}

@media only screen and (min-width: 1201px) and (max-width: 1400px) {
  /* cii.html-start */
  /* item-container-start */
  /* project-overview-start */
  .section {
    gap: 20px;
  }
  /* project-overview-end */

  /* statistic-start */
  .item-container .stats {
    gap: 20px;
  }
  .item-container .stats .stat h3 {
    font-size: 28px;
  }
  /* statistic-end */
  /* item-container-end */
  /* cii.html-end */

  /* about.html-start */
  /* about-start */
  .about-content-wrapper {
    max-width: 90%;
    gap: 20px;
  }
  .section-heading {
  }
  /* about-end */
  /* about.html-end */
}

@media only screen and (min-width: 993px) and (max-width: 1600px) {
  /* homepage-start */
  /* WHY WORK WITH US SECTION-start */
  .why-content ul {
    grid-template-columns: 1fr;
  }
  /* WHY WORK WITH US SECTION-end */
  /* homepage-end */
}



