/* ================================================
   VELIXGEN -- RESPONSIVE CSS
   ================================================ */

@media (hover: none) {
  .btn-primary-cta:hover {
    transform: none !important;
    box-shadow: 0 10px 36px rgba(12, 137, 224, 0.25) !important;
  }
  .stat-card:hover {
    transform: none !important;
  }
  .mobile-service-card:hover {
    transform: none !important;
  }
  .evolving-card:hover {
    transform: none !important;
  }
  .case-card:hover {
    transform: none !important;
  }
  .why-choose-card:hover {
    transform: none !important;
  }
  .brand-showcase-card:hover {
    transform: none !important;
  }
  .award-card:hover {
    transform: none !important;
  }
  .industry-card-top:hover {
    transform: none !important;
  }
  .trusted-marquee:hover .trusted-track {
    animation-play-state: running;
  }
}

@media (max-width: 1600px) {
  .hero-headline {
    font-size: clamp(2.2rem, 4vw, 3.8rem);
  }
  .tech-card {
    flex: 0 0 calc(20% - 1rem);
  }

  .awards-box {
    padding: 0 !important;
  }
  /* .section-subtitle{
    margin-left: 0;
  } */
  .startup-support-subtitle {
    text-align: left;
  }
}

@media (max-width: 1440px) {
  .stat-icon {
    position: absolute;
    bottom: -80px;
    left: 82%;
    font-size: 60px;
    color: rgba(255, 255, 255, 0.25);
  }
  .stat-icon-light {
    position: absolute !important;
    bottom: 13px;
    left: 78%;
    font-size: 60px;
    color: rgba(29, 95, 250, 0.2);
  }
}

@media (max-width: 1399.98px) {
  .timeline-card {
    width: 470px;
  }
}

@media (max-width: 1366px) {
  .tech-card {
    flex: 0 0 calc(25% - 1rem);
    min-width: 120px;
  }
}

@media (max-width: 1200px) {
  .section-title {
    font-size: 36px;
  }

  .container,
  .container-xl,
  .container-fluid {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }

  .awards-box {
    padding: 0 !important;
  }
}

@media (max-width: 1199.98px) {
  .why-choose-card {
    padding: 28px;
  }

  .why-choose-number {
    font-size: 22px;
  }

  .why-choose-title {
    font-size: 17px;
  }

  .brand-showcase-card {
    height: 120px;
  }

  .brand-showcase-card img {
    max-width: 66px;
  }

  .timeline-card {
    width: 430px;
  }

  .timeline-card-right {
    top: 130px;
  }
}

@media (max-width: 1199px) {
  .svc-tab {
    padding: 11px 16px;
    font-size: 13px;
    min-height: 42px;
  }

  .awards-wrapper {
    padding: 55px;
    margin-left: 50px;
  }
  .awards-title {
    font-size: 36px;
  }
}

@media (max-width: 1024px) {
  .svc-tab {
    padding: 10px 14px;
    font-size: 12px;
    min-height: 40px;
  }

  .swiper-button-next,
  .swiper-button-prev {
    width: 40px !important;
    height: 40px !important;
  }
  .swiper-button-next::after,
  .swiper-button-prev::after {
    font-size: 14px !important;
  }
  .swiper.mySwiper {
    padding: 10px 44px !important;
  }

  .hero-headline {
    font-size: 2.6rem;
  }
  .hero-subheadline {
    font-size: 1.4rem;
  }
  .hero-video-img {
    height: 360px;
  }

  .tech-tabs {
    flex-wrap: wrap;
  }
  .tech-tab {
    flex: 1 1 calc(33.33% - 2px);
    min-width: 130px;
  }
  .tech-tab.active::after {
    display: none;
  }

  .tech-card {
    flex: 0 0 calc(33.333% - 1rem);
  }

  .stat-card {
    min-height: 280px;
  }
}

@media (max-width: 992px) {
  .svc-image-wrap {
    justify-content: center !important;
  }

  .industries-section .industries-left {
    position: relative !important;
    top: 0 !important;
  }
  .industries-section {
    padding: 60px 0;
  }

  .evolving-section .row.align-items-center {
    flex-direction: column;
  }
  .evolving-section {
    padding: 60px 0;
  }
  .evolving-highlight-card {
    padding: 30px 24px;
  }

  .section-title {
    font-size: 32px;
  }
}
/* 
@media (max-width: 991.98px) and (min-width: 768.01px) {
  .pw-accordion {
    flex-wrap: wrap;
    gap: 16px;
  }

  .pw-item {
    flex: 0 0 calc(50% - 8px) !important;
    min-width: 0 !important;
    width: auto !important;
    flex-direction: row !important;
    min-height: 80px;
    max-height: 120px;
    overflow: hidden;
  }

  .pw-item.active {
    flex: 0 0 calc(50% - 8px) !important;
    max-height: 400px;
    overflow: visible;
  }

  .pw-head {
    flex: 0 0 70px;
    width: 70px;
    padding: 12px 10px;
    gap: 8px;
  }

  .pw-number {
    width: 32px;
    height: 32px;
    font-size: 11px;
  }

  .pw-label {
    font-size: 10px;
  }

  .pw-body {
    padding: 12px;
    display: none !important;
  }

  .pw-item.active .pw-body {
    display: block !important;
  }

  .pw-image {
    aspect-ratio: 16 / 6;
    margin-bottom: 10px;
  }
} */

@media (max-width: 991.98px) and (min-width: 768px) {
  .hero-section {
    padding: 50px 0 80px !important;
  }
  .purpose-content {
    width: 52%;
  }

  .purpose-image {
    width: 52%;
    height: 340px;
  }

  .purpose-stats {
    width: 75%;
  }

  .purpose-stat h3 {
    font-size: 32px;
  }

  .get-started-wrapper {
    min-height: 500px;
    margin-top: 60px;
  }

  .timeline-line {
    display: block;
    left: 50%;
    top: 40px;
    height: 360px;
  }

  .timeline-card {
    width: 340px;
    min-height: 170px;
    padding: 22px;
  }

  .timeline-card-left {
    left: 0;
    top: 0;
  }

  .timeline-card-right {
    right: 0;
    top: 120px;
  }

  .timeline-card-bottom {
    left: 0;
    bottom: 0;
  }

  .timeline-card h4 {
    font-size: 18px;
    margin-bottom: 14px;
  }

  .timeline-card p {
    font-size: 14px;
    line-height: 1.7;
  }

  .timeline-icon {
    opacity: 1;
    visibility: visible;
    width: 42px;
    height: 42px;
    right: 16px;
    top: 16px;
  }

  .timeline-icon i {
    font-size: 28px;
  }
  .digital-text {
    text-align: center !important;
    margin-left: auto !important;
  }
}

@media (max-width: 991.98px) {
  .stat-card {
    min-height: 400px;
    padding: 2rem 1.5rem;
  }
  .stat-number {
    font-size: 42px;
  }

  .testimonials-slider-wrap {
    gap: 6px !important;
  }

  .testi-card {
    width: 96%;
    padding: 30px 32px 26px;
  }

  .testi-quote {
    font-size: 14px;
  }

  .testi-stat-num {
    font-size: 21px;
  }

  .hero-headline {
    font-size: 38px !important;
  }

  .service-headline {
    font-size: 38px !important;
  }

  .hero-subheadline {
    font-size: 24px;
  }

  .hero-wrapper {
    flex-direction: column;
    text-align: center;
    gap: 30px;
  }
  .hero-image {
    flex: 0 0 100%;
    max-width: 100%;
    justify-content: center;
  }

  .hero-with-image .hero-wrapper-service {
    flex-direction: column;
    text-align: center;
  }

  .hero-with-image .hero-content {
    flex: 100%;
    margin-bottom: 0;
    padding-top: 50px;
  }

  .hero-with-image .hero-image-service {
    justify-content: center;
  }

  .hero-with-image .hero-img-service {
    width: 100%;
    height: 100%;
    max-width: none;
    object-fit: cover;
  }

  .hero-wrapper-service {
    flex-direction: column;
    min-height: auto;
    text-align: center;
    align-items: center;
    justify-content: flex-start;
  }

  .hero-wrapper-service .hero-content {
    max-width: 100%;
    flex: 100%;
  }

  .hero-section.hero-with-image {
    min-height: auto;
    align-items: flex-start;
  }

  .hero-image-service {
    position: relative;
    width: 100%;
    margin-top: 30px;
    margin-bottom: -90px;
    justify-content: center;
  }

  .hero-image-card {
    width: 100%;
    max-width: 420px;
    height: 300px;
    overflow: hidden;
    box-shadow: 0 25px 60px rgba(0, 0, 0, 0.18);
  }

  .stats-card {
    padding: 24px;
  }

  .stats-card h2 {
    font-size: 42px;
  }

  .stats-card p {
    font-size: 17px;
  }

  .stats-icon {
    width: 52px;
    height: 52px;
  }

  .stats-icon img {
    width: 28px;
    height: 28px;
  }

  .awards-wrapper {
    padding: 45px 30px;
    margin-left: 0;
    border-radius: 24px;
  }
  .awards-title {
    font-size: 32px;
  }
  .awards-desc {
    max-width: 100%;
    margin-bottom: 25px;
  }

  .drives-section {
    padding: 75px 0;
  }

  .drives-card {
    padding: 25px;
  }

  .values-header {
    margin-bottom: 35px;
  }

  .value-content {
    padding: 18px 25px;
  }

  .value-icon img {
    width: 50px;
    height: 50px;
  }

  .culture-section {
    width: 100%;
    padding: 0;
  }

  .culture-section .culture-hero {
    height: 560px;
  }

  .culture-section .leadership-wrapper {
    margin-top: -270px;
    padding-top: 55px;
  }

  .culture-section .leadership-container {
    width: 82%;
  }

  .culture-section .leadership-wrapper::after {
    width: 88%;
  }

  .culture-section .leadership-copy {
    margin-bottom: 36px;
  }

  .culture-section .leader-item {
    height: 235px;
  }

  .culture-section .leadership-nav {
    margin-top: 28px;
  }

  .approach-header {
    margin-bottom: 35px;
  }

  .approach-card {
    min-height: 250px;
  }

  .clients-box {
    padding: 40px;
  }

  .clients-content .body-text {
    max-width: 100%;
  }

  .app-development-image {
    max-width: 500px;
    margin: 0 auto;
  }

  .app-development-section .app-development-image {
    width: 100%;
    max-width: 100%;
    margin: 0;
  }

  .app-development-section .app-development-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .app-development-section .section-badge,
  .app-development-section .app-title,
  .app-development-section .app-development-text {
    text-align: left;
  }

  .app-development-text {
    margin: 0 auto;
  }

  .mobile-services-section {
    padding: 80px 0;
  }

  .mobile-service-card {
    padding: 28px 22px;
  }

  .mobile-service-title {
    font-size: 19px;
  }

  .services-marquee-section {
    height: 70px;
  }

  .services-marquee-track span {
    font-size: 18px;
    padding: 0 28px;
  }

  .startup-support-section {
    padding: 80px 0;
  }

  .startup-support-grid {
    margin-top: 20px;
    gap: 18px;
  }

  .startup-support-card {
    min-height: 130px;
    padding: 20px;
  }

  .why-choose-section {
    padding: 80px 0;
  }

  .why-choose-title {
    font-size: 17px;
  }

  .brand-showcase-section {
    padding: 80px 0;
  }

  .brand-showcase-card {
    height: 110px;
  }

  .contact-intro-image {
    width: 100%;
  }

  .contact-intro-content {
    padding-left: 0;
    padding-right: 0;
  }

  .contact-details {
    padding: 0;
  }

  .contact-form-card {
    max-width: 100%;
    margin-left: 0;
  }

  .contact-intro-image img {
    height: 250px;
  }

  .privacy-policy-section {
    padding: 50px 0 65px;
  }

  .privacy-policy-layout {
    --bs-gutter-x: 30px;
  }

  .privacy-toc li {
    font-size: 11px;
  }

  .privacy-heading {
    font-size: 20px;
  }

  .privacy-content p,
  .privacy-list li {
    font-size: 13px;
  }

  .privacy-subheading {
    font-size: 14px;
  }

  .privacy-contact-box {
    min-height: 210px;
  }
}

@media (max-width: 991px) {
  .site-footer {
    padding: 60px 0 22px;
  }

  .footer-links-area .row {
    gap: 0 !important;
  }

  .footer-top .col-lg-7,
  .footer-top .col-lg-5 {
    padding: 0 12px;
    text-align: center;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .footer-top .col-lg-7 {
    margin-bottom: 40px;
  }

  .footer-about {
    margin: 0 auto 28px;
    text-align: center;
  }

  .footer-social,
  .footer-contact {
    justify-content: center;
    align-items: center;
  }

  .footer-contact li {
    justify-content: center;
  }

  .footer-contact i,
  .footer-contact span,
  .footer-contact a {
    order: unset;
  }

  .footer-links-area {
    padding: 35px 0 30px;
  }

  .footer-links-area [class*="col-"] {
    max-width: 50%;
    flex: 0 0 50%;
    text-align: center !important;
  }

  .footer-links-area .col-xl-3:nth-child(1) .footer-links,
  .footer-links-area .col-xl-3:nth-child(2) .footer-links,
  .footer-links-area .col-xl-3:nth-child(3) .footer-links,
  .footer-links-area .col-xl-3:nth-child(4) .footer-links {
    align-items: center;
  }

  .footer-links-area .col-xl-3:nth-child(4) .footer-links li:hover {
    padding-left: 5px;
    padding-right: 0;
  }

  .footer-bottom .row {
    width: 100%;
  }

  .footer-heading {
    margin-bottom: 18px;
  }

  .brand-logo {
    height: 36px;
    max-width: 150px;
  }

  .process-section {
    padding: 70px 0;
  }

  /* Navbar */
  #mainNav {
    background: rgba(5, 13, 46, 0.97) !important;
    padding: 0.8rem 0;
  }
  .navbar-collapse {
    background: rgba(5, 13, 46, 0.99);
    padding: 1rem;
    border-radius: 0 0 var(--radius-md) var(--radius-md);
    margin-top: 0.5rem;
  }
  .navbar-nav .nav-link {
    padding: 0.6rem 0.75rem !important;
  }
  .dropdown-menu {
    background: rgba(255, 255, 255, 0.06);
    border-color: rgba(255, 255, 255, 0.1);
  }
  .dropdown-item {
    color: rgba(255, 255, 255, 0.8);
  }
  .dropdown-item:hover {
    background: rgba(255, 255, 255, 0.1);
    color: var(--white);
  }

  /* Hero */
  .hero-headline {
    font-size: 2.2rem;
  }
  .hero-subheadline {
    font-size: 1.2rem;
  }
  .hero-video-img {
    height: 300px;
  }

  /* Services */
  .svc-image {
    height: 280px;
  }

  /* Stats */
  .stats-grid {
    border-radius: var(--radius-md);
  }

  .stat-card-border-left {
    border-left: none;
    border-top: 1px solid var(--border);
  }

  /* Tech tabs */
  .tech-tab {
    flex: 1 1 calc(50% - 2px);
  }

  .stat-icon {
    position: absolute;
    bottom: -46px;
    left: 86%;
    font-size: 60px;
    color: rgba(255, 255, 255, 0.25);
  }
  .stat-icon-light {
    position: absolute !important;
    bottom: 13px;
    left: 82%;
    font-size: 60px;
    color: rgba(29, 95, 250, 0.2);
  }

  /* Industries */
  .industries-section .col-lg-5,
  .industries-section .col-lg-7 {
    width: 100%;
  }

  /* Case studies */
  .case-featured-img {
    height: 200px;
  }

  /* Footer */
  .footer-bottom {
    flex-direction: column;
    align-items: flex-start;
  }

  .stats-grid .col-lg-4 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .stat-card {
    min-height: 320px;
  }
  .stat-card-light {
    border-left: none;
    border-top: 1px solid var(--border);
  }
  .stat-card-border-left {
    border-left: none;
    border-top: 1px solid var(--border);
  }

  .industries-left {
    position: relative !important;
    top: 0 !important;
  }

  .brand-logo {
    height: 36px;
    max-width: 150px;
  }

  .awards-box {
    padding: 0 !important;
  }
  .mobile-services-left .body-text {
    text-align: center !important;
  }
}

@media (max-width: 991.98px) and (min-width: 576px) {
 .pw-accordion {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    gap: 12px;
    overflow-x: auto;
    padding-bottom: 16px; 
    scrollbar-width: thin; 
    scrollbar-color: var(--primary, #0c89e0) #e2e8f0; 
  }

  .pw-item {
    flex: 0 0 65px;
    min-width: 65px;
  }

  .pw-item.active {
    flex: 1 1 auto;
    min-width: 320px;
  }

  .pw-head {
    flex: 0 0 65px;
    width: 65px;
    padding: 16px 8px;
    gap: 12px;
  }

  .pw-number {
    width: 34px;
    height: 34px;
    font-size: 12px;
  }

  .pw-label {
    writing-mode: vertical-rl;
    transform: rotate(180deg);
    font-size: 12px;
    white-space: nowrap;
    text-align: end;
    display: block;
  }

  .pw-body {
    padding: 18px;
  }

  .pw-image {
    aspect-ratio: 16 / 9;
    margin-bottom: 14px;
  }

  .pw-item .body-text {
    font-size: 13px;
    line-height: 1.5;
  }

  .pw-accordion::-webkit-scrollbar {
    height: 5px; /* Slide line ki motaai */
    display: block !important;
  }

  .pw-accordion::-webkit-scrollbar-track {
    background: #e2e8f0; /* Light background line */
    border-radius: 10px;
  }

  .pw-accordion::-webkit-scrollbar-thumb {
    background: var(--primary, #0c89e0); /* Active draggable handle */
    border-radius: 10px;
  }

  .pw-accordion::-webkit-scrollbar-thumb:hover {
    background: var(--navy, #050d2e);
  }

  .svc-tab {
    padding: 9px 12px;
    font-size: 11px;
    min-height: 38px;
    border-radius: 6px;
  }
  .swiper-button-next,
  .swiper-button-prev {
    width: 36px !important;
    height: 36px !important;
  }
  .swiper-button-next::after,
  .swiper-button-prev::after {
    font-size: 12px !important;
  }
  .swiper.mySwiper {
    padding: 10px 40px !important;
  }

  .services-col {
    margin-top: 20px;
  }

  .svc-image-wrap {
    align-items: start;
  }

  .ai-slider-section {
    padding: 60px 0;
  }

  .ai-slider-section .section-title {
    font-size: 32px;
  }

  .ai-slider-section .section-subtitle {
    font-size: 15px;
    margin-bottom: 35px;
  }

  .ai-slide {
    width: calc(24% - 16px) !important;
    min-height: 340px;
  }

  .ai-slide.active {
    width: 76% !important;
  }

  .slide-content {
    left: 18px;
    right: 18px;
    bottom: 18px;
  }

  .slide-content h3 {
    font-size: 20px;
  }

  .slide-content p {
    font-size: 13px;
    max-width: 100%;
  }

  .peek-title span {
    font-size: 15px;
  }

  .section-title {
    font-size: 28px;
  }

  .service-headline {
    font-size: 38px !important;
  }

  .hero-subheadline {
    font-size: 20px !important;
  }

  .hero-headline {
    font-size: 30px;
  }

  .hero-video-img {
    height: 240px;
  }

  .services-tabs-wrapper {
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
  }

  .stat-card {
    border-left: none !important;
    border-top: 1px solid var(--border);
  }
  .stat-card:first-child {
    border-top: none;
  }

  .tech-tabs {
    border-radius: 0;
  }
  .tech-tab {
    flex: 1 1 calc(50% - 2px);
    padding: 12px 8px;
    font-size: 12px;
  }

  .tech-card {
    flex: 0 0 calc(33.333% - 14px);
  }

  .section-title {
    font-size: 25px;
  }
  .mobile-services-left {
    text-align: center;
  }
}

@media (max-width: 767.98px) and (min-width: 576px) {
  .get-started-section {
    padding: 80px 0;
  }

  .get-started-section .section-subtitle {
    font-size: 15px;
    line-height: 1.8;
  }

  .get-started-wrapper {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 24px;
    min-height: auto;
    margin-top: 50px;
    padding-left: 48px;
  }

  .timeline-line {
    display: block;
    left: 18px;
    top: 0;
    height: 100%;
    transform: none;
  }

  .timeline-dot {
    left: 50%;
    transform: translateX(-50%);
  }

  .dot-1 {
    top: 34px;
  }

  .dot-2 {
    top: 50%;
    transform: translate(-50%, -50%);
  }

  .dot-3 {
    bottom: 34px;
  }

  .timeline-card {
    position: relative;
    width: 100%;
    left: auto;
    right: auto;
    top: auto;
    bottom: auto;
    min-height: auto;
    padding: 24px;
    border-radius: 18px;
  }

  .timeline-card h4 {
    font-size: 20px;
    margin-bottom: 14px;
  }

  .timeline-card p {
    font-size: 14px;
    line-height: 1.7;
  }

  .timeline-icon {
    opacity: 1;
    visibility: visible;
    width: 42px;
    height: 42px;
    right: 18px;
    top: 18px;
  }

  .timeline-icon i {
    font-size: 30px;
  }
  .hero-desc {
    font-size: 16px;
  }
}

@media (max-width: 767.98px) {
  .testimonials-section {
    padding: 60px 0;
  }

  .testimonials-slider-wrap {
    gap: 5px !important;
  }

  #testimonials .testimonials-slider-wrap {
    flex-direction: row !important;
    align-items: center;
    gap: 5px !important;
  }

  #testimonials .testimonials-slider {
    flex: 1;
    min-width: 0;
  }

  #testimonials .testi-nav {
    display: flex !important;
    width: 38px;
    height: 38px;
    flex: 0 0 38px;
  }

  /* TESTIMONIAL CARD GAP FIX */
  .testi-card {
    width: 100%;
    padding: 24px 20px 20px;
    border-radius: 12px;
    min-height: auto;
    gap: 18px;
  }

  .testi-quote {
    min-height: auto;
    font-size: 13px;
    line-height: 1.5;
    margin-bottom: 0;
  }

  .testi-author {
    margin-top: 0;
    font-size: 10px;
    margin-bottom: 0;
  }

  .testi-header {
    margin-bottom: 0;
  }

  .testi-logo {
    width: 52px !important;
    height: 52px !important;
    min-width: 52px !important;
  }

  .testi-project-badge {
    padding: 6px 12px;
    font-size: 10px;
  }

  .testi-stats-bar {
    padding: 12px 8px;
    gap: 15px;
  }

  .testi-stat-item {
    padding: 0 12px;
  }

  .testi-stat-num {
    font-size: 17px;
  }

  .testi-stat-label {
    font-size: 8px;
  }

  .testi-nav {
    width: 38px;
    height: 38px;
    flex: 0 0 38px;
  }

  .awards-wrapper {
    padding: 35px 22px;
    border-radius: 24px;
    margin: 0;
  }

  .awards-title {
    font-size: 28px;
  }
  .award-card {
    padding: 24px;
  }
  .award-card h4 {
    font-size: 18px;
  }

  .purpose-section {
    padding: 70px 0;
  }

  .purpose-wrapper {
    min-height: auto;
  }

  .purpose-content {
    width: 100%;
  }

  .purpose-badge {
    font-size: 20px;
    margin-bottom: 14px;
  }

  .purpose-stats {
    width: 100%;
    margin-top: 25px;
  }

  .purpose-stat {
    padding: 16px 14px;
  }

  .purpose-stat h3 {
    font-size: 32px;
  }

  .purpose-stat p {
    font-size: 13px;
  }

  .purpose-image {
    position: relative;
    top: auto;
    right: auto;
    width: 100%;
    height: 280px;
    margin-top: 30px;
    border-radius: 18px;
  }

  .purpose-image::before {
    display: none;
  }

  .drives-section {
    padding: 65px 0;
  }

  .drives-header {
    margin-bottom: 30px;
  }

  .drives-header h2 {
    font-size: 22px;
  }

  .drives-header p {
    font-size: 13px;
  }

  .drives-card {
    padding: 22px;
  }

  .drives-icon {
    width: 46px;
    height: 46px;
  }

  .drives-icon i {
    font-size: 32px;
  }

  .drives-section::before,
  .drives-section::after {
    width: 25%;
    opacity: 0.08;
  }

  .values-section {
    padding-top: 60px !important;
    padding-bottom: 60px !important;
  }

  .values-header {
    margin-bottom: 30px;
  }

  .values-header .section-title {
    font-size: 28px;
  }

  .value-item {
    min-height: auto;
  }

  .value-icon {
    min-height: 70px;
    border-right: none;
    border-bottom: 1px solid #d9dce3;
    border-right: 1px solid #d9dce3;
  }

  .value-icon img {
    width: 45px;
    height: 45px;
  }

  .value-content {
    padding: 18px 20px 22px;
  }

  .value-content .common-h4 {
    margin-bottom: 7px;
  }

  .value-content .body-text {
    font-size: 13px;
    line-height: 1.6;
  }

  .culture-section {
    width: 100%;
    padding: 0 0 40px;
  }

  .culture-section .culture-hero {
    height: 280px;
  }

  .culture-section .leadership-wrapper {
    margin-top: 0;
    padding: 32px 0 38px;
  }

  .culture-section .leadership-wrapper::after {
    display: none;
  }

  .culture-section .leadership-container {
    width: calc(100% - 40px);
  }

  .culture-section .leadership-title {
    font-size: 20px;
  }

  .culture-section .leadership-copy {
    margin-bottom: 18px;
    font-size: 12px;
  }

  .culture-section .leadership-slider {
    overflow: hidden;
  }

  .culture-section .leader-item {
    height: 260px;
  }

  .approach-section {
    padding-top: 60px !important;
    padding-bottom: 60px !important;
  }

  .approach-header {
    margin-bottom: 30px;
  }

  .approach-header .section-title {
    max-width: 100%;
  }

  .approach-header .body-text {
    margin-top: 20px;
  }

  .approach-card {
    min-height: auto;
  }

  .clients-box {
    padding: 35px 25px;
    border-radius: 28px;
  }

  .clients-marquee {
    margin-top: 10px;
  }

  .recognition-box {
    margin-top: 25px;
  }

  .recognition-card {
    height: 95px;
  }

  .mobile-services-section {
    padding: 70px 0;
  }

  .mobile-services-section .section-badge,
  .mobile-services-section .section-title {
    text-align: center;
  }

  /* .startup-support-grid {
    flex-direction: column;
  } */

  .startup-support-col-offset {
    margin-top: 0;
  }
  .startup-support-content .section-title br {
    display: none;
  }
  .startup-support-card,
  .startup-support-card.active {
    min-height: auto;
  }

  .startup-support-card h5 {
    font-size: 18px;
  }

  .why-choose-card {
    padding: 24px;
  }

  .why-choose-number {
    font-size: 22px;
  }

  .why-choose-title {
    font-size: 19px;
    margin-bottom: 18px;
  }

  .why-choose-text {
    font-size: 15px;
    line-height: 1.7;
  }

  .brand-showcase-card {
    height: 100px;
    border-radius: 18px;
  }

  .brand-showcase-card img {
    max-width: 58px;
    max-height: 44px;
  }

  .awards-wrapper {
    padding: 35px 22px;
    border-radius: 24px;
    margin: 0;
  }
  .awards-title {
    font-size: 28px;
  }
  .award-card {
    padding: 24px;
  }
  .award-card h4 {
    font-size: 18px;
  }
  .award-logo-box {
    height: 100px;
  }

  .culture-section {
    padding: 60px 0;
  }
  .culture-hero {
    height: 380px;
  }
  .leadership-wrapper {
    padding: 20px;
    margin-top: -30px;
  }
  .leadership-wrapper::after {
    display: none;
  }
  .leader-item img {
    aspect-ratio: 1/1;
    object-fit: cover;
  }

  .contact-intro-section {
    padding: 50px 0 30px;
  }

  .contact-section {
    padding: 30px 0 50px;
  }

  .contact-intro-image img {
    height: 220px;
  }

  .contact-intro-content {
    padding-top: 15px;
  }

  .contact-details {
    margin-bottom: 20px;
  }

  .form-row {
    flex-direction: column;
    gap: 0;
  }

  .contact-form-card {
    padding: 22px 18px;
  }

  .privacy-policy-section {
    padding: 40px 0 55px;
  }

  .privacy-policy-layout {
    display: block;
  }

  .privacy-sidebar {
    position: static;
    margin-bottom: 35px;
  }

  .privacy-toc {
    border-left: 2px solid #cfd3da;
  }

  .privacy-review-notice {
    margin-bottom: 24px;
    font-size: 12px;
  }

  .privacy-heading {
    font-size: 19px;
  }

  .privacy-content p,
  .privacy-list li {
    font-size: 13px;
    line-height: 1.7;
  }

  .privacy-subheading {
    font-size: 14px;
  }

  .privacy-contact-box {
    min-height: auto;
    padding: 24px 20px 28px;
  }
  .app-development-content {
    padding-left: 0;
  }
}

@media (max-width: 767px) {
  .footer-top .col-lg-7 {
    margin-bottom: 35px;
  }

  .footer-about {
    font-size: 14px;
    max-width: 100%;
  }

  .app-development-content .app-title {
    text-align: center;
  }

  .app-development-content .app-development-text {
    text-align: center !important;
  }

  .footer-social a {
    width: 38px;
    height: 38px;
    font-size: 15px;
  }

  .footer-links-area [class*="col-"] {
    max-width: 50%;
    flex: 0 0 50%;
  }

  .footer-links {
    gap: 10px;
  }

  .footer-links li {
    font-size: 13px;
  }

  .footer-bottom .row {
    width: 100%;
  }

  .footer-bottom-row {
    max-width: 100%;
  }

  .footer-copy {
    margin-bottom: 12px;
    text-align: center;
    font-size: 13px;
  }

  .footer-legal {
    justify-content: center;
    flex-wrap: wrap;
  }

  .footer-legal a {
    font-size: 13px;
  }

  .footer-bottom-border {
    width: 100%;
  }

  .process-section {
    padding: 60px 0;
  }
  .startup-support-content {
    text-align: center;
  }
  .startup-support-subtitle {
    max-width: 100%;
    text-align: center;
  }
  .hero-image-service {
    margin-bottom: -40px;
  }
}

@media (max-width: 576px) {
  .ai-slider-section {
    padding: 45px 0;
  }

  .ai-slider-section .section-title {
    font-size: 28px;
  }

  .app-title {
    text-align: center !important;
  }

  .ai-slider-section .section-subtitle {
    font-size: 14px;
    margin-bottom: 28px;
  }

  .ai-slider-track {
    gap: 0;
  }

  .ai-slide {
    width: 100% !important;
    min-height: 320px;
    border-radius: 18px;
  }

  .ai-slide.active {
    width: 100% !important;
  }

  .peek-title {
    display: none;
  }

  .slide-content {
    opacity: 1;
    left: 20px;
    right: 20px;
    bottom: 20px;
  }

  .slide-content h3 {
    font-size: 20px;
  }

  .slide-content p {
    font-size: 13px;
    line-height: 1.6;
    max-width: 100%;
  }

  .ai-slider-controls {
    margin-top: 20px;
  }

  .ai-slider-nav-btn {
    width: 42px;
    height: 42px;
    font-size: 12px;
  }

  .industries-section {
    padding: 40px 0;
  }
  .industry-card-top {
    padding: 1.5rem 1.2rem;
    min-height: 260px;
  }

  .brand-logo {
    height: 30px;
    max-width: 125px;
  }

  .evolving-section {
    padding: 40px 0;
  }
  .evolving-section .section-title {
    font-size: 20px;
  }
  .evolving-highlight-card {
    padding: 24px 16px;
  }
  .evolving-card {
    padding: 18px 16px;
  }

  .section-title {
    font-size: 24px;
  }
  /* .btn {
    padding: 10px 20px;
    font-size: 13px;
  } */
  .startup-support-section .section-title {
    font-size: 25px;
    margin: 10px 0 20px;
  }
}

@media (max-width: 575.98px) {
  .stat-card {
    min-height: 350px;
    padding: 1.5rem;
  }

  .stat-number {
    font-size: 36px;
  }
  .stat-label {
    font-size: 17px;
  }
  .stats-section {
    padding-top: 0;
  }

  .trusted-label {
    font-size: 25px;
  }

  .testi-card {
    width: 100%;
    padding: 20px 16px 18px;
  }

  .swiper-navigation-icon {
    width: 6px !important;
  }

  .testi-logo {
    width: 48px !important;
    height: 48px !important;
    min-width: 48px !important;
  }

  .testi-stats-bar {
    padding: 11px 5px;
  }

  .testi-stat-item {
    padding: 0 9px;
  }

  .testi-stat-num {
    font-size: 15px;
  }

  .testi-stat-label {
    font-size: 7px;
  }

  .hero-headline {
    font-size: 28px !important;
  }

  .service-headline {
    font-size: 38px !important;
  }

  .hero-img {
    max-width: 280px;
  }

  /* .hero-image-card {
    max-width: 100%;
    height: 240px;
  } */

  /* .hero-with-image {
    overflow-x: hidden !important; 
  } */

  .stats-card {
    padding: 22px;
  }

  .stats-card h2 {
    font-size: 36px;
  }

  .stats-card p {
    font-size: 16px;
  }

  .stats-icon {
    width: 48px;
    height: 48px;
  }

  .stats-icon img {
    width: 24px;
    height: 24px;
  }

  .awards-title {
    font-size: 24px;
  }
  .award-card {
    padding: 22px;
  }
  .award-logo {
    height: 70px;
  }
  .award-logo img {
    max-width: 90px;
  }
  .award-logo-box {
    height: 100px;
  }
  .award-logo-box img {
    max-width: 100px;
  }

  .purpose-stat {
    padding: 14px 10px;
  }

  .purpose-stat h3 {
    font-size: 28px;
  }

  .purpose-stat p {
    font-size: 12px;
  }

  .purpose-image {
    height: 240px;
  }

  .purpose-section {
    padding: 60px 0;
  }

  .purpose-badge {
    font-size: 19px;
  }

  .purpose-stats {
    grid-template-columns: repeat(2, 1fr);
  }

  .purpose-stat {
    padding: 14px 10px;
  }

  .purpose-stat h3 {
    font-size: 30px;
  }

  .purpose-stat p {
    font-size: 12px;
  }

  .purpose-image {
    height: 250px;
  }

  .drives-section {
    padding: 55px 0;
  }

  .drives-card {
    padding: 20px;
  }

  .drives-card h3 {
    font-size: 17px;
  }

  .drives-card p {
    font-size: 13px;
  }

  .values-header .section-title {
    font-size: 24px;
  }

  .value-icon {
    min-height: 60px;
    border-right: none;
    border-bottom: 1px solid #d9dce3;
    border-right: 1px solid #d9dce3;
  }

  .value-icon img {
    width: 40px;
    height: 40px;
  }

  .value-content {
    padding: 16px;
  }

  .culture-section .culture-hero {
    height: 240px;
  }

  .culture-section .leader-item {
    height: 230px;
  }

  .capabilities-section {
    padding: 60px 0;
  }

  .capabilities-image {
    height: 300px;
  }

  .capabilities-content {
    padding: 0 20px;
  }

  .capabilities-list {
    height: auto;
    max-height: 500px;
  }

  .approach-card {
    padding: 20px 18px;
  }

  .clients-box {
    padding: 30px 20px;
  }

  .recognition-section {
    padding: 60px 0 !important;
  }

  .recognition-box {
    padding: 18px;
  }

  .mobile-service-card {
    padding: 24px 20px;
  }

  .mobile-service-title {
    font-size: 18px;
  }

  .mobile-service-text {
    font-size: 14px;
  }

  .services-marquee-section {
    height: 60px;
  }

  .services-marquee-track span {
    font-size: 16px;
    padding: 0 20px;
  }

  .startup-support-section {
    padding: 70px 0;
  }

  .startup-support-card {
    padding: 18px;
  }

  .startup-support-icon {
    width: 36px;
    height: 36px;
  }

  .startup-support-card h5 {
    font-size: 13px;
  }

  .why-choose-section {
    padding: 70px 0;
  }

  .why-choose-card {
    padding: 22px;
    border-radius: 16px;
  }

  .why-choose-number {
    font-size: 17px;
  }

  .why-choose-title {
    font-size: 18px;
  }

  .brand-showcase-section {
    padding: 70px 0;
  }

  .brand-showcase-card {
    height: 90px;
    border-radius: 16px;
  }

  .brand-showcase-card img {
    max-width: 52px;
    max-height: 40px;
  }

  .get-started-section {
    padding: 70px 0;
  }

  .get-started-section .section-subtitle {
    font-size: 15px;
    line-height: 1.8;
  }

  .get-started-wrapper {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 22px;
    min-height: auto;
    margin-top: 45px;
    padding-left: 42px;
  }

  .timeline-line {
    display: block;
    left: 16px;
    top: 0;
    height: 100%;
    transform: none;
  }

  .timeline-dot {
    left: 50%;
    transform: translateX(-50%);
  }

  .dot-1 {
    top: 32px;
  }

  .dot-2 {
    top: 50%;
    transform: translate(-50%, -50%);
  }

  .dot-3 {
    bottom: 32px;
  }

  .timeline-card {
    position: relative;
    width: 100%;
    left: auto;
    right: auto;
    top: auto;
    bottom: auto;
    min-height: auto;
    padding: 20px;
    border-radius: 18px;
  }

  .timeline-card h4 {
    font-size: 18px;
    margin-bottom: 12px;
  }

  .timeline-card p {
    font-size: 14px;
    line-height: 1.7;
  }

  .timeline-icon {
    opacity: 1;
    visibility: visible;
    width: 38px;
    height: 38px;
    right: 16px;
    top: 16px;
  }

  .timeline-icon i {
    font-size: 26px;
  }

  .service-headline {
    font-size: 28px !important;
  }
  .hero-subheadline {
    font-size: 18px !important;
  }
  .hero-with-image .hero-content {
    padding-top: 30px;
  }
  .hero-with-image .hero-image-service {
    margin-top: 20px;
  }
  .hero-image-card {
    height: 200px;
  }
  /* 
  .pw-head {
    flex: 0 0 70px;
    width: 70px;
    padding: 16px 10px;
    gap: 12px;
  }
  .pw-number {
    width: 36px;
    height: 36px;
    font-size: 12px;
  }
  .pw-label {
    font-size: 11px;
  }
  .pw-body {
    padding: 16px;
  }
  .pw-image {
    aspect-ratio: 16 / 10;
  }
  .pw-item .body-text {
    font-size: 13px;
  } */

  .pw-row {
    display: contents;
  }

  .pw-accordion {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    gap: 24px;
  }

  .pw-item,
  .pw-item.active {
    flex: 1 1 auto;
    width: 100%;
    flex-direction: column;
    cursor: default;
  }

  .pw-head {
    flex-direction: row;
    width: 100%;
    align-items: center;
    gap: 12px;
    padding: 16px;
  }

  .pw-number {
    width: 36px;
    height: 36px;
    font-size: 12px;
  }

  .pw-label {
    writing-mode: horizontal-tb;
    transform: none;
    text-align: left;
    white-space: normal;
    font-size: 13px;
  }

  .pw-body {
    display: block !important;
    padding: 0 16px 16px;
  }

  .pw-image {
    aspect-ratio: 16 / 10;
    margin-bottom: 16px;
  }

  .pw-item .body-text {
    font-size: 13px;
  }

  .industry-card-top {
    min-height: 200px;
    padding: 1.2rem 1rem;
  }
  .industry-title {
    font-size: 0.9rem;
  }
  .industry-sub {
    font-size: 0.8rem;
  }
  .industry-desc {
    font-size: 0.75rem;
  }
  .industry-card-top:hover .industry-desc {
    max-height: 150px;
  }

  .stat-card {
    min-height: 280px;
    padding: 1.2rem;
  }
  .stat-number {
    font-size: 32px;
  }
  .stat-label {
    font-size: 15px;
    margin-bottom: 15px;
  }
  .stat-desc {
    font-size: 0.8rem;
  }
  .stat-icon,
  .stat-icon-light {
    font-size: 36px !important;
    bottom: 6px !important;
    right: 12px !important;
  }

  .ai-slider-section {
    padding: 30px 0;
  }
  .ai-slide {
    min-height: 280px;
  }
  .slide-content {
    bottom: 12px;
    left: 12px;
    right: 12px;
  }
  .slide-content h3 {
    font-size: 16px;
  }
  .slide-content p {
    font-size: 12px;
    margin-bottom: 8px;
  }
  .slide-content .btn {
    padding: 6px 14px;
    font-size: 11px;
  }
  .ai-slider-nav-btn {
    width: 32px;
    height: 32px;
    font-size: 15px;
  }
  .ai-slider-controls {
    margin-top: 12px;
    gap: 12px;
  }

  .testimonials-section {
    padding: 50px 0;
  }
  .testi-card {
    padding: 1rem;
  }
  .testi-header {
    gap: 0.6rem;
    margin-bottom: 0.8rem;
  }
  .testi-avatar {
    width: 48px;
    height: 48px;
  }
  .testi-project-badge {
    font-size: 0.7rem;
    padding: 0.2rem 0.6rem;
  }
  .testi-quote {
    font-size: 0.85rem;
    margin-bottom: 0.8rem;
  }
  .testi-author {
    font-size: 0.75rem;
  }
  .testi-stats-bar {
    padding: 0.7rem;
    gap: 0.5rem;
  }
  .testi-stat-num {
    font-size: 1.1rem;
  }
  .testi-stat-label {
    font-size: 0.65rem;
  }
  .story-btn {
    padding: 8px 18px;
    font-size: 11px;
  }

  .case-studies-section {
    padding: 50px 0;
  }
  .case-card-img {
    height: 150px;
  }
  .case-card-body {
    padding: 1rem;
  }
  .case-card-title {
    font-size: 0.85rem;
    margin-bottom: 0.6rem;
  }
  .case-read-link {
    font-size: 0.75rem;
  }
  .case-featured-img {
    height: 120px;
    border-radius: 40px;
  }

  .site-footer {
    padding: 30px 0 15px;
  }
  .footer-top .col-lg-7 {
    margin-bottom: 20px;
  }
  .footer-about {
    font-size: 12px;
    line-height: 1.6;
    margin-bottom: 15px;
  }
  .footer-social a {
    width: 32px;
    height: 32px;
    font-size: 13px;
  }
  .footer-social {
    gap: 8px;
  }
  .footer-heading {
    font-size: 14px;
    margin-bottom: 12px;
  }
  .footer-contact {
    gap: 10px;
  }
  .footer-contact span,
  .footer-contact a {
    font-size: 12px;
  }
  .footer-contact i {
    font-size: 14px !important;
  }
  .footer-links-area {
    padding: 20px 0 15px;
  }
  .footer-links {
    gap: 6px;
  }
  .footer-links li {
    font-size: 12px;
  }
  .footer-bottom {
    padding: 10px 0 0;
  }
  .footer-bottom .row {
    width: 100%;
  }
  .footer-copy {
    font-size: 11px;
    margin-bottom: 6px;
  }
  .footer-legal a {
    font-size: 11px;
  }

  .hero-video-wrapper {
    margin-bottom: -100px;
  }

  .contact-intro-section {
    padding: 45px 0 25px;
  }

  .contact-section {
    padding: 25px 0 45px;
  }

  .contact-intro-image img {
    height: 200px;
  }

  .contact-item {
    gap: 12px;
  }

  .contact-form-card {
    padding: 20px 17px;
  }

  .privacy-date-buttons {
    gap: 8px;
    margin-top: 15px;
  }

  .privacy-date-btn {
    padding: 5px 10px;
    font-size: 7px;
  }

  .privacy-policy-section {
    padding: 35px 0 50px;
  }

  .privacy-heading {
    font-size: 18px;
  }

  .privacy-content p,
  .privacy-list li {
    font-size: 13px;
  }

  .privacy-contact-box {
    padding: 22px 18px 26px;
  }
  .evolving-section {
    text-align: center;
  }
}

@media (max-width: 575px) {
  .svc-tab {
    padding: 6px 8px;
    font-size: 12px;
    min-height: 34px;
    border-radius: 5px;
    font-weight: 600;
  }
  .swiper-button-next,
  .swiper-button-prev {
    width: 25px !important;
    height: 25px !important;
  }
  .swiper-button-next::after,
  .swiper-button-prev::after {
    font-size: 8px !important;
  }
  .swiper.mySwiper {
    padding: 10px 32px !important;
  }

  .services-slide {
    margin: 0;
  }

  .services-col {
    margin-top: 15px;
  }

  .svc-image-wrap {
    align-items: start;
  }

  .site-footer {
    padding: 50px 0 20px;
  }

  .footer-top .col-lg-7 {
    margin-bottom: 30px;
  }

  .footer-logo .brand-logo {
    height: 35px;
  }

  .footer-about {
    font-size: 13px;
    line-height: 1.7;
    margin-bottom: 20px;
  }

  .footer-social {
    gap: 10px;
  }

  .footer-social a {
    width: 36px;
    height: 36px;
    font-size: 14px;
  }

  .footer-contact {
    gap: 14px;
  }

  .footer-contact span,
  .footer-contact a {
    font-size: 14px;
  }

  .footer-contact i {
    font-size: 16px;
  }

  .footer-links-area {
    padding: 30px 0 25px;
    gap: 10 !important;
  }

  .footer-links-area [class*="col-"] {
    max-width: 100%;
    flex: 0 0 100%;
  }

  .footer-links-area [class*="col-"]:last-child {
    margin-bottom: 0;
  }

  .footer-heading {
    font-size: 16px;
    margin-bottom: 16px;
  }

  .footer-links {
    gap: 8px;
  }

  .footer-links li {
    font-size: 13px;
  }

  .footer-copy {
    font-size: 12px;
    margin-bottom: 10px;
  }

  .footer-legal {
    gap: 8px;
  }

  .footer-legal a,
  .footer-legal span {
    font-size: 12px;
  }

  .footer-bottom-border {
    margin: 18px auto 0;
  }

  body {
    font-size: 14px;
  }

  .hero-section {
    padding: 50px 0 0 0 !important;
  }
  .hero-headline {
    font-size: 1.7rem;
    padding-top: 40px;
  }

  .hero-desc {
    font-size: 12px;
  }
  .hero-video-img {
    height: 200px;
  }
  .play-btn {
    width: 54px;
    height: 54px;
    font-size: 1.2rem;
  }

  .tech-section,
  .industries-section,
  .testimonials-section,
  .case-studies-section {
    padding: 60px 0;
  }

  .hero-image-service {
    margin-bottom: -40px;
  }

  .services-marquee-section {
    margin: 20px 0;
  }

  .mobile-services-left {
    text-align: center;
  }

  .app-development-text {
    font-size: 14px;
    text-align: center !important;
  }

  .section-title {
    font-size: 1.35rem;
  }
  .section-subtitle {
    font-size: 13px;
  }

  /* .svc-tab {
    padding: 0.45rem 0.9rem;
    font-size: 0.8rem;
  } */
  .svc-image {
    height: 200px;
  }
  .svc-title {
    font-size: 1.25rem;
  }

  .stat-number {
    font-size: 2.5rem;
  }
  .stat-card {
    padding: 1.5rem;
  }

  .digital-text {
    margin: auto;
    text-align: center !important;
  }

  .stat-icon {
    position: absolute;
    bottom: -33px;
    left: 86%;
    font-size: 40px;
    color: rgba(255, 255, 255, 0.25);
  }
  .stat-icon-light {
    position: absolute !important;
    bottom: 2px;
    left: 82%;
    font-size: 40px;
    color: rgba(29, 95, 250, 0.2);
  }

  /* .tech-tab {
    flex: 1 1 calc(50% - 2px);
    font-size: 0.75rem;
  }
  .tech-card {
    flex: 0 0 calc(50% - 0.5rem);
    padding: 1rem 0.6rem;
    font-size: 0.8rem;
  } */
  .tech-icon-img img {
    width: 32px;
    height: 32px;
  }

  .testi-card {
    padding: 1.25rem;
  }
  .testi-quote {
    font-size: 13px;
  }
  .testi-stat-num {
    font-size: 1.3rem;
  }

  .footer-top .row {
    flex-direction: column;
  }
  .site-footer {
    padding: 3rem 0 1.5rem;
  }

  .gradient-text-new {
    font-size: 34px;
  }

  .home-trusted {
    margin-top: 80px;
    margin-bottom: 40px;
  }

  .brand-logo {
    height: 30px;
    max-width: 125px;
  }

  .trusted-section .home-trusted {
    margin-top: 0;
    padding: 30px 0;
  }

  .trusted-track {
    padding: 14px !important;
  }

  .industries-section {
    padding: 30px 0;
  }
  .section-subtitle {
    text-align: center !important;
  }
  .body-text {
    font-size: 13px;
  }
}

@media (max-width: 480px) {
  .hero-section .hero-content .d-flex {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 12px;
  }

  .common-h4 {
    text-align: center;
  }

  .mobile-service-link {
    justify-content: center;
  }
  .hero-section .hero-content a.btn-primary-cta,
  .hero-section .hero-content button.btn-outline-cta {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    white-space: nowrap;
    width: 100%;
    max-width: 240px;
    height: auto;
    padding: 10px 20px;
    font-size: 13px;
    margin: 0 auto;
  }

  .svc-title {
    text-align: center;
  }

  .body-text {
    text-align: center;
  }

  .brand-logo {
    font-size: 1.3rem;
  }

  .btn-primary-cta,
  .btn-no-rotate {
    white-space: normal !important;
    word-break: break-word;
    width: 100%;
    max-width: 100%;
    height: auto;
    padding: 12px 16px;
    text-align: center;
  }

  /* .tech-card {
    flex: 0 0 calc(50% - 0.5rem);
  } */
  .industries-section .row {
    flex-direction: column;
  }
  .case-card-img {
    height: 180px;
  }
  .section-title {
    text-align: center;
  }
  .gradient-text-new {
    font-size: 30px;
  }

  .app-development-text {
    margin-bottom: 5px;
  }
}

@media (max-width: 425px) {
  .body-text {
    font-size: 13px !important;
  }
  .svc-tab {
    padding: 7px 8px;
    font-size: 11px;
    min-height: 30px;
    border-radius: 4px;
  }
  .trusted-label {
    font-size: 20px;
  }
  .svc-image-wrap {
    width: 100%;
    height: auto;
    margin-bottom: 20px;
  }
  .svc-image {
    width: 100%;
    max-width: 500px;
    object-fit: cover;
  }
  .swiper-button-next,
  .swiper-button-prev {
    width: 22px !important;
    height: 22px !important;
  }
  .swiper-button-next::after,
  .swiper-button-prev::after {
    font-size: 7px !important;
  }
  .swiper.mySwiper {
    padding: 10px 28px !important;
  }

  .btn-primary-cta,
  .btn-outline-cta {
    padding: 0.55rem 1.2rem;
    font-size: 0.85rem;
  }

  .testi-stats-bar {
    padding: 0.9rem;
  }
  .tech-tab i {
    font-size: 1.1rem;
  }

  .evolving-section .btn-primary-cta {
    font-size: 12px;
    padding: 10px 20px;
  }
}

@media (max-width: 400px) {
  .evolving-card {
    text-align: center;
  }
  .btn-explore {
    justify-content: center;
  }

  /* .trusted-section {
    padding: 20px;
  } */

  .home-trusted {
    margin-top: 80px;
    margin-bottom: 0;
  }

  .logo-slide img {
    height: 40px;
    width: auto;
  }

  .mobile-service-icon {
    width: 40px;
    height: 40px;
    margin-bottom: 14px;
  }

  .evolving-highlight-card h4 {
    text-align: center;
    font-size: 15px;
  }

  .evolving-highlight-card p {
    text-align: center;
    font-size: 14px;
  }

  .ai-slide {
    min-height: 340px;
  }

  .slide-content {
    top: 20px;
    left: 16px;
    right: 16px;
    bottom: 16px;
    overflow-y: auto;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
  }

  .app-development-right {
    text-align: center;
  }

  .app-development-right .app-title {
    text-align: center;
  }

  .slide-content h3 {
    font-size: 17px;
    line-height: 1.3;
    margin-bottom: 8px;
  }

  .slide-content p {
    font-size: 12px;
    line-height: 1.5;
    margin-bottom: 12px;
  }
  /* 
  .slide-content .btn {
    padding: 8px 18px;
    font-size: 13px;
  }

  .ai-slider-nav-btn {
    width: 38px;
    height: 38px;
  } */

  .footer-links-area .col-6 {
    width: 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .footer-heading {
    margin-top: 8px;
    font-size: 15px;
  }

  .footer-about {
    font-size: 12px;
  }

  .footer-contact span,
  .footer-contact a {
    font-size: 13px;
  }
}

@media (max-width: 399.98px) {
  .purpose-stat h3 {
    font-size: 27px;
  }

  .mobile-service-title {
    font-size: 15px;
  }

  .common-h4 {
    font-size: 14px;
    text-align: center;
  }

  .mobile-service-text {
    margin-top: 0 !important;
    text-align: center;
  }

  .purpose-stat p {
    font-size: 11px;
  }

  .mobile-service-link {
    justify-content: center;
  }

  .purpose-image {
    height: 220px;
  }
}

@media (max-width: 375px) {
  .hero-video-img {
    height: 170px;
  }
  .section-title {
    font-size: 1.2rem;
  }
  .svc-title {
    font-size: 1.1rem;
  }
  .stat-number {
    font-size: 2.2rem;
  }

  .hero-content {
    padding: 0 10px;
  }
}

@media (max-width: 350px) {
  .container-xl {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
  .hero-headline {
    font-size: 1.1rem;
  }

  .section-title {
    font-size: 18px;
  }
  .btn-primary-cta,
  .btn-outline-cta {
    padding: 12px 14px;
    font-size: 10px;
  }
  .footer-contact {
    gap: 25px;
  }
  .testi-stats-bar {
    flex-direction: column;
    gap: 15px;
  }
}

@media (max-width: 320px) {
  html {
    font-size: 14px;
  }

  .tech-card {
    flex: 0 0 100%;
  }
  .startup-support-grid {
    flex-direction: column;
    align-items: center;
  }
}
