@media (min-width: 1241px) and (max-width: 1440px) {
  .services {
    padding: 80px 100px;
    box-sizing: border-box;
  }

  .hero-title {
    font-size: 86px;
    line-height: 1.1;
  }

  .hero {
    border-bottom-left-radius: 150px;
    justify-content: flex-start;
    padding-top: 20px;
  }

  .hero::before {
    border-bottom-left-radius: 150px;
  }
  
  .who-we-serve {
    padding: 80px 80px 80px;
    box-sizing: border-box;
  }

  .who-header {
    width: 100%;
    margin-bottom: 60px;
  }

  .serve-content-wrapper {
    display: flex;
    flex-direction: row;
    gap: 80px;
    align-items: flex-start;
    justify-content: space-between;
    width: 100%;
  }

  .serve-gif-container {
    flex: 0 0 300px;
    height: 300px;
    display: flex !important;
    justify-content: center;
    align-items: center;
    position: relative;
  }

  .serve-gif-mobile {
    display: none !important;
  }

  .serve-container {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 0;
    position: relative;
  }

  .serve-item {
    display: flex;
    flex-direction: column;
    gap: 0;
    padding: 18px 0;
    cursor: pointer;
    transition: padding 0.3s ease;
  }

  .serve-item.active {
    padding: 28px 0;
  }

  .serve-item .serve-title,
  .serve-item .serve-title-simple {
    font-size: 24px;
    font-weight: 600;
    color: var(--text-dark);
    transition: color 0.4s ease;
    margin-bottom: 0;
  }

  .serve-item.active .serve-title,
  .serve-item.active .serve-title-simple {
    color: #00A5C6;
  }

  .serve-item .serve-description {
    font-size: 16px;
    line-height: 1.6;
    color: var(--text-gray);
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    transition: max-height 0.5s ease, opacity 0.5s ease, margin-top 0.5s ease;
    margin-top: 0;
  }

  .serve-item.active .serve-description {
    max-height: 200px;
    opacity: 1;
    margin-top: 12px;
  }

  .serve-gif {
    width: 220px;
    height: 220px;
    object-fit: contain;
    position: absolute;
    opacity: 0;
    transform: scale(0.85);
    transition: opacity 0.5s ease, transform 0.5s ease;
  }

  .serve-gif.active {
    opacity: 1;
    transform: scale(1);
  }
  
  .contact-section {
    padding: 60px 30px;
    gap: 60px;
    box-sizing: border-box;
  }

  .automate-title {
    font-size: 40px;
    text-size-adjust: 100%;
  }
  
  .workflow-diagram {
    width: 60%;
    max-width: 100%;
    height: auto;
    box-sizing: border-box;
  }
  
  .cloud-left,
  .cloud-right {
    width: 250px;
    max-width: 100%;
    height: 160px;
    box-sizing: border-box;
  }
  
  .footer-content {
    padding: 0 80px;
    box-sizing: border-box;
  }
  
  .footer-bottom {
    padding: 10px 80px;
    box-sizing: border-box;
  }
}

@media (min-width: 769px) and (max-width: 1240px) {
  .automate-section {
    min-height: 70vh;
    padding: 30px 30px 0;
  }

  .automate-visual {
    height: 360px;
  }
  .container {
    padding: 0 20px;
  }

  .header {
    margin: 0;
    width: 100%;
    margin-top: 0;
  }

  .logo-icon-header {
    margin-left: 20px;
  }

  .hero-title {
    font-size: 64px;
    line-height: 1.1;
  }

  .hero-subtitle {
    font-size: 15px;
    padding: 0 20px;
  }

  .hero {
    border-bottom-left-radius: 200px;
    justify-content: flex-start;
    padding-top: 20px;
    height: 80dvh;
  }

  .features {
    padding: 40px 0;
  }

  .features-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
    max-width: 800px;
    width: 100%;
    box-sizing: border-box;
  }

  .services {
    padding: 40px 60px;
    box-sizing: border-box;
  }

  .services-grid {
    display: flex;
    flex-direction: column;
    gap: 20px;
  }

  .services-row {
    display: flex;
    flex-direction: column;
    gap: 20px;
    width: 100%;
  }

  .services-row-1 .service-card,
  .services-row-2 .service-card {
    width: 100%;
    max-width: 100%;
  }

  .service-card {
    min-height: 280px;
    padding: 32px;
    box-sizing: border-box;
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
    position: relative;
  }

  .service-content {
    width: 70%;
    max-width: 70%;
    display: flex;
    flex-direction: column;
  }

  .service-title {
    font-size: 22px;
    margin-bottom: 16px;
    line-height: 1.3;
  }

  .service-description {
    font-size: 14px;
    max-width: 100%;
    line-height: 1.6;
    margin-bottom: 20px;
  }

  .service-link {
    font-size: 14px;
    margin-top: auto;
  }

  .service-visual {
    width: 25%;
    max-width: 180px;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
  }

  .service-visual img {
    width: 100%;
    height: auto;
    max-height: 180px;
    object-fit: contain;
  }


  .section-header {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
    margin-bottom: 40px;
    width: 100%;
  }

  .section-title {
    font-size: 40px;
    text-align: left;
  }

  .section-description {
    max-width: 100%;
    text-align: left;
  }

  .who-we-serve {
    padding: 60px !important;
  }

  .who-header {
    width: 100%;
    margin-bottom: 60px;
  }

  .serve-content-wrapper {
    display: flex;
    flex-direction: row;
    gap: 60px;
    align-items: flex-start;
    justify-content: space-between;
    width: 100%;
  }

  .serve-gif-container {
    flex: 0 0 280px;
    height: 280px;
    display: flex !important;
    justify-content: center;
    align-items: center;
    position: relative;
  }

  .serve-gif-mobile {
    display: none !important;
  }

  .serve-container {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 0;
    position: relative;
  }

  .serve-item {
    display: flex;
    flex-direction: column;
    gap: 0;
    padding: 16px 0;
    cursor: pointer;
    transition: padding 0.3s ease;
  }

  .serve-item.active {
    padding: 24px 0;
  }

  .serve-item .serve-title,
  .serve-item .serve-title-simple {
    font-size: 22px;
    font-weight: 600;
    color: var(--text-dark);
    transition: color 0.4s ease;
    margin-bottom: 0;
  }

  .serve-item.active .serve-title,
  .serve-item.active .serve-title-simple {
    color: #00A5C6;
  }

  .serve-item .serve-description {
    font-size: 15px;
    line-height: 1.6;
    color: var(--text-gray);
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    transition: max-height 0.5s ease, opacity 0.5s ease, margin-top 0.5s ease;
    margin-top: 0;
  }

  .serve-item.active .serve-description {
    max-height: 200px;
    opacity: 1;
    margin-top: 12px;
  }

  .serve-gif {
    width: 200px;
    height: 200px;
    object-fit: contain;
    position: absolute;
    opacity: 0;
    transform: scale(0.85);
    transition: opacity 0.5s ease, transform 0.5s ease;
  }

  .serve-gif.active {
    opacity: 1;
    transform: scale(1);
  }

  .cta-section {
    margin: 0px 60px;
    border-radius: 20px;
    min-height: 180px;
    width: calc(100% - 120px);
    max-width: 100%;
    box-sizing: border-box;
  }


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

  .cta-description {
    font-size: 15px;
  }

  .contact-section {
    padding: 60px 30px;
    display: flex;
    flex-direction: row;
    gap: 40px;
    width: 100%;
    box-sizing: border-box;
  }
  
  .automate-title {
    font-size: 36px;
  }
  
  .automate-description {
    font-size: 16px;
  }
  
  .workflow-diagram {
    width: 60%;
    height: auto;
  }
  
  .cloud-left,
  .cloud-right {
    width: 200px;
    height: 130px;
  }

  .contact-left, .contact-right {
    width: 100% !important;
    max-width: 100% !important;
    padding: 0;
    box-sizing: border-box;
  }

  .contact-container {
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin: 30px 0;
    width: 100%;
  }

  .contact-method {
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
  }

  .footer {
    padding: 40px 0 0;
  }

  .footer-content {
    display: flex;
    flex-direction: row;
    gap: 40px;
    padding: 0 60px;
  }

  .footer-left {
    width: 30%;
  }

  .footer-links {
    display: flex;
    flex-direction: row;
    gap: 30px;
  }

  .footer-bottom {
    display: flex;
    flex-direction: row;
    text-align: center;
    width: 100%;
    box-sizing: border-box;
  }

  .footer-social {
    flex-direction: row;
    gap: 6px;
  }

  .vector-2, .vector-1 {
    display: none;
  }
}

@media (min-width: 481px) and (max-width: 768px) {
  .automate-section {
    min-height: 60vh;
    padding: 60px;
  }

  .automate-visual {
    height: 280px;
  }
  body {
    overflow-x: hidden !important;
  }

  .hero,
  #main-content,
  .about-hero {
    overflow: visible !important;
  }

  .nav {
    position: fixed !important;
    top: 0 !important;
    left: -100% !important;
    width: 100% !important;
    max-width: 100% !important;
    height: 100vh !important;
    min-height: 100vh !important;
    max-height: 100vh !important;
    background: rgba(255, 255, 255, 0.98) !important;
    backdrop-filter: blur(10px) !important;
    flex-direction: column !important;
    justify-content: center !important;
    align-items: center !important;
    gap: 0 !important;
    padding: 0 !important;
    margin: 0 !important;
    transition: left 0.3s ease, visibility 0.3s ease, opacity 0.3s ease !important;
    z-index: 99999 !important;
    overflow-y: auto !important;
    visibility: hidden !important;
    opacity: 0 !important;
    transform: translateX(0) !important;
    border-top-right-radius: 20px !important;
    border-bottom-right-radius: 20px !important;
    border-left: 4px solid var(--primary-cyan) !important;
  }

  .nav.active {
    left: 0 !important;
    visibility: visible !important;
    opacity: 1 !important;
  }

  .nav-link {
    font-size: 18px !important;
    font-weight: 600 !important;
    color: var(--text-dark) !important;
    padding: 16px 24px !important;
    border-radius: 0 !important;
    transition: all 0.3s ease !important;
    border: 2px solid transparent !important;
    width: 100% !important;
    text-align: center !important;
    margin: 0 !important;
    text-decoration: none !important;
    display: block !important;
  }

  .nav-link:first-child {
    margin-top: 0 !important;
    padding-top: 16px !important;
  }

  .nav-link:last-child {
    border-bottom: none !important;
  }

  .nav-link:hover {
    background: var(--primary-cyan) !important;
    color: var(--white) !important;
    border-color: var(--primary-cyan) !important;
  }

  .btn-header {
    display: none !important;
  }

  .mobile-menu-toggle {
    display: flex !important;
    flex-direction: column !important;
    gap: 4px !important;
    background: none !important;
    border: none !important;
    cursor: pointer !important;
    z-index: 10001 !important;
    padding: 8px !important;
  }

  .mobile-menu-toggle span {
    width: 20px !important;
    height: 2px !important;
    background: var(--text-dark) !important;
    transition: all 0.3s ease !important;
    display: block !important;
  }

  .mobile-menu-close {
    position: fixed !important;
    top: 20px !important;
    right: 20px !important;
    background: var(--primary-cyan) !important;
    border: none !important;
    font-size: 24px !important;
    color: var(--white) !important;
    cursor: pointer !important;
    padding: 8px !important;
    border-radius: 50% !important;
    transition: all 0.3s ease !important;
    z-index: 10002 !important;
    display: flex !important;
    width: 48px !important;
    height: 48px !important;
    align-items: center !important;
    justify-content: center !important;
    font-weight: bold !important;
  }

  .mobile-menu-close:hover {
    background: var(--primary-cyan-dark) !important;
    color: var(--white) !important;
    transform: scale(1.1) !important;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.4) !important;
  }

  .mobile-menu-toggle.active span:nth-child(1) {
    transform: rotate(45deg) translate(5px, 5px) !important;
  }

  .mobile-menu-toggle.active span:nth-child(2) {
    opacity: 0 !important;
  }

  .mobile-menu-toggle.active span:nth-child(3) {
    transform: rotate(-45deg) translate(5px, -5px) !important;
  }

  .header {
    margin: 0 auto !important;
    width: 95% !important;
    max-width: 95% !important;
    padding: 6px 20px !important;
    box-sizing: border-box !important;
    overflow: visible !important;
  }

  .header-content {
    overflow: visible !important;
    width: 100% !important;
  }

  .logo-icon-header {
    margin-left: 10px !important;
  }

  .hero {
    min-height: 80dvh;
    padding: 0;
    padding-top: 20px;
    border-bottom-left-radius: 80px;
    -webkit-border-bottom-left-radius: 180px;
    margin-top: 0;
    justify-content: flex-start;
  }

  .hero::before {
    opacity: 0.3;
    border-bottom-left-radius: 80px;
    -webkit-border-bottom-left-radius: 180px;
  }

  .hero-title {
    font-size: 48px;
    line-height: 1.1;
  }

  .hero-subtitle {
    font-size: 16px;
    padding: 0 20px;
    margin-bottom: 24px;
  }

  .btn-hero {
    margin-bottom: 60px;
    font-size: 15px;
    padding: 12px 28px;
  }

  .circles-text-wrapper {
    bottom: 20px;
  }

  .circles-text-container {
    width: 140px;
    height: 140px;
  }

  .hero-icon-mouse {
    width: 34px;
    height: 33px;
  }

  .features {
    padding: 50px 0;
  }

  .features-grid {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 0px;
    max-width: 400px;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }

  .feature-card {
    padding: 8px;
    width: 100%;
    max-width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }

  .feature-title {
    font-size: 18px;
  }

  .feature-description {
    font-size: 14px;
  }

  .services {
    padding: 60px 40px;
  }

  .vector-1 {
    display: none;
  }

  .vector-2 {
    display: none;
  }

  .section-header {
    margin-bottom: 40px;
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
  }

  .section-title {
    font-size: 36px;
    line-height: 1.1;
  }

  .section-description {
    font-size: 15px;
    text-align: left;
  }

  .services-row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 16px;
    width: 100%;
  }

  .services-row-1 .service-card:first-child,
  .services-row-1 .service-card:last-child,
  .services-row-2 .service-card:first-child,
  .services-row-2 .service-card:last-child {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    width: 100%;
    max-width: 100%;
  }

  .service-card {
    min-height: 320px;
    padding: 28px;
    width: 100%;
    max-width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    text-align: left;
  }

  .service-content {
    order: 1;
    width: 70%;
    max-width: 100%;
    text-align: left;
    align-items: flex-start;
    padding-right: 20px;
  }

  .service-visual {
    order: 2;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
  }

  .service-title {
    font-size: 24px;
    line-height: 1.2;
  }

  .service-visual img {
    max-height: 200px;
  }

  .service-description {
    font-size: 15px;
    max-width: 100%;
    text-align: left;
  }

  .service-visual {
    width: 25%;
    position: absolute;
    right: 15px;
    bottom: 15px;
    opacity: 0.2;
  }

  .partners {
    transform: rotate(2deg);
    -webkit-transform: rotate(2deg);
    -moz-transform: rotate(2deg);
    -ms-transform: rotate(2deg);
    margin: 50px 0;
    padding: 12px 0;
  }
  
  .partners-overlay {
    transform: rotate(-2deg);
    -webkit-transform: rotate(-2deg);
    -moz-transform: rotate(-2deg);
    -ms-transform: rotate(-2deg);
  }

  .partners-track {
    gap: 40px;
  }

  .partner-logo {
    height: 40px;
  }

  .who-we-serve {
    padding: 60px 40px 40px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }

  .who-header {
    width: 100%;
    text-align: left;
    margin-bottom: 50px;
    position: relative;
    z-index: 1;
  }

  .serve-gif-container {
    display: none !important;
  }

  .serve-gif-mobile {
    display: flex !important;
  }

  .serve-content-wrapper {
    width: 100%;
    min-height: auto !important;
    gap: 0 !important;
    margin-top: 0;
    position: relative;
    z-index: 0;
  }

  .serve-container {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 40px;
    height: auto !important;
    padding: 0 !important;
    position: relative !important;
  }

  .serve-item {
    width: 100%;
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
    text-align: left;
    gap: 16px;
    padding: 0 !important;
    position: relative !important;
    transform: none !important;
    top: auto !important;
    left: auto !important;
    right: auto !important;
    margin: 0 !important;
    pointer-events: auto !important;
    z-index: auto !important;
    opacity: 1 !important;
    visibility: visible !important;
  }

  .serve-gif-mobile {
    width: 100%;
    height: 0;
    max-height: 0;
    overflow: hidden;
    display: flex !important;
    justify-content: center;
    align-items: center;
    opacity: 0;
    margin-bottom: 0;
    transition: height 0.6s ease, max-height 0.6s ease, opacity 0.6s ease, margin-bottom 0.6s ease;
  }

  .serve-gif-mobile.active {
    height: 150px;
    max-height: 150px;
    opacity: 1;
    margin-bottom: 16px;
  }

  .serve-gif-mobile .serve-gif {
    width: 130px;
    height: 130px;
    object-fit: contain;
    opacity: 0;
    transform: scale(0.8);
    transition: opacity 0.6s ease, transform 0.6s ease;
    position: relative;
  }

  .serve-gif-mobile.active .serve-gif {
    opacity: 1;
    transform: scale(1);
  }

  .serve-item .serve-title,
  .serve-item .serve-title-simple {
    font-size: 20px;
    margin-bottom: 10px;
    text-align: left;
    color: var(--text-dark);
    transition: color 0.4s ease;
  }

  .serve-item.active .serve-title,
  .serve-item.active .serve-title-simple {
    color: #00A5C6;
  }

  .serve-item .serve-description {
    font-size: 14px;
    line-height: 1.5;
    text-align: left;
  }

  .serve-content {
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    transform: none;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 16px;
    padding: 16px 0px;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }

  .serve-title {
    font-size: 24px;
  }

  .serve-description {
    font-size: 18px;
  }

  .serve-title-simple {
    font-size: 18px;
  }

  .cta-section {
    margin: 0px 20px;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    border-radius: 16px;
    min-height: 160px;
    padding: 20px 0px;
    width: calc(100% - 40px);
    max-width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }


  .cta-title {
    font-size: 24px;
    text-align: center;
    padding: 0 20px;
  }

  .cta-description {
    font-size: 14px;
    text-align: center;
    padding: 0 20px;
  }

  .btn-cta {
    font-size: 14px;
    padding: 10px 24px;
  }

  .contact-section {
    padding: 50px;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 30px;
    width: 100%;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  
  .automate-title {
    font-size: 32px;
  }
  
  .automate-description {
    font-size: 15px;
  }
  
  .workflow-diagram {
    width: 60%;
    height: auto;
  }
  
  .cloud-left,
  .cloud-right {
    width: 180px;
    height: 110px;
  }

  .contact-left, .contact-right {
    width: 100% !important;
    max-width: 100% !important;
    padding: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }

  .contact-container {
    display: flex;
    flex-direction: row;
    gap: 16px;
    margin: 30px 0;
    width: 100%;
  }

  .contact-method {
    width: 100%;
    max-width: 100%;
    padding: 16px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }

  .contact-method-icon {
    width: 40px;
    height: 40px;
  }

  .contact-method-icon svg {
    width: 20px;
    height: 20px;
  }

  .contact-method-title {
    font-size: 15px;
  }

  .contact-method-text {
    font-size: 14px;
  }

  .contact-info {
    margin-top: 30px;
    padding: 24px;
  }

  .contact-info-title {
    font-size: 16px;
  }

  .contact-info-text {
    font-size: 14px;
  }

  .contact-form-wrapper {
    padding: 24px 20px;
  }

  .form-title {
    font-size: 20px;
  }

  .form-subtitle {
    font-size: 14px;
  }

  .form-row {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 12px;
    width: 100%;
  }

  .form-group input,
  .form-group select,
  .form-group textarea {
    padding: 10px 14px;
    font-size: 14px;
    width: 100%;
    max-width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }

  .btn-submit {
    font-size: 14px;
    padding: 10px 20px;
  }

  .footer-content {
    flex-direction: column;
    gap: 30px;
    padding: 0 20px;
  }

  .footer-left {
    width: 100%;
  }

  .footer-links {
    width: 100%;
    flex-direction: row;
  }

  .footer-bottom {
    flex-direction: column !important;
    align-items: flex-start !important;
    gap: 1.25rem !important;
    padding: 1.5rem 1rem !important;
    text-align: left !important;
  }

  .footer-social {
    gap: 1rem !important;
  }

  .footer-legal {
    flex-direction: column !important;
    gap: 0.5rem !important;
    align-items: flex-start !important;
  }

  .footer-content {
    flex-direction: column !important;
    gap: 2rem !important;
  }

  .footer-left {
    width: 100% !important;
  }

  .footer-links {
    width: 100% !important;
    flex-direction: column !important;
    gap: 40px;
  }

  body {
    overflow-x: hidden !important;
  }

  .hero,
  #main-content,
  .about-hero {
    overflow: visible !important;
  }

  .nav {
    position: fixed;
    top: 0;
    left: -100%;
    width: 100%;
    max-width: 100%;
    height: 100vh;
    min-height: 100vh;
    max-height: 100vh;
    background: rgba(255, 255, 255, 0.98);
    backdrop-filter: blur(10px);
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 0;
    transition: left 0.3s ease;
    z-index: 99999;
    padding: 0;
    margin: 0;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
    border-left: 4px solid var(--primary-cyan);
  }

  .nav.active {
    left: 0;
    width: 80%;
    max-width: 80%;
  }

  .nav-link {
    font-size: 18px;
    font-weight: 600;
    color: var(--text-dark);
    padding: 16px 24px;
    border-radius: 0;
    transition: all 0.3s ease;
    border: 2px solid transparent;
    width: 100%;
    text-align: center;
    margin: 0;
  }

  .nav-link:first-child {
    margin-top: 0;
    padding-top: 16px;
  }

  .nav-link:last-child {
    border-bottom: none;
  }

  .nav-link:hover {
    background: var(--primary-cyan);
    color: var(--white);
    border-color: var(--primary-cyan);
  }

  .mobile-menu-close {
    display: none !important;
  }

  .mobile-menu-toggle.active span:nth-child(1) {
    transform: rotate(45deg) translate(5px, 5px);
  }

  .mobile-menu-toggle.active span:nth-child(2) {
    transform: rotate(45deg) translate(5px, 5px);
  }

  .mobile-menu-toggle.active span:nth-child(3) {
    transform: rotate(-45deg) translate(5px, -5px);
  }

  body {
    margin: 0 !important;
    padding: 0 !important;
    overflow-x: hidden !important;
    position: relative !important;
  }

  html {
    margin: 0 !important;
    padding: 0 !important;
    overflow-x: hidden !important;
  }

  .hero {
    overflow: hidden !important;
  }
}

@media (max-width: 480px) {
  body, html {
    margin: 0 !important;
    padding: 0 !important;
    overflow-x: hidden;
  }

  .header {
    margin: 0px 8px;
    padding: 2px 10px;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 95%;
  }

  .logo-icon-header {
    margin-left: 4px;
    width: 80px;
    height: 40px;
  }

  .mobile-menu-toggle {
    display: flex;
    flex-direction: column;
    gap: 4px;
    background: none;
    border: none;
    cursor: pointer;
    z-index: 10001;
  }

  .header.menu-open .mobile-menu-toggle {
    display: none;
  }

  .mobile-menu-toggle span {
    width: 20px;
    height: 2px;
    background: var(--text-dark);
    transition: all 0.3s ease;
    display: block;
  }

  .mobile-menu-toggle.active span {
    transform: none;
    opacity: 1;
  }

  .mobile-menu-close {
    position: fixed;
    top: 15px;
    right: 15px;
    background: var(--primary-cyan);
    border: none;
    font-size: 28px;
    color: var(--white);
    cursor: pointer;
    padding: 8px;
    border-radius: 50%;
    transition: all 0.3s ease;
    z-index: 10002;
    display: flex !important;
    width: 38px;
    height: 38px;
    align-items: center;
    justify-content: center;
    font-weight: bold;
  }

  .mobile-menu-close:hover {
    background: var(--primary-cyan-dark);
    color: var(--white);
    transform: scale(1.1);
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.4);
  }

  .btn-header {
    display: none;
  }

  body {
    overflow-x: hidden !important;
  }

  .hero,
  #main-content,
  .about-hero {
    overflow: visible !important;
  }

  .nav {
    position: fixed !important;
    top: 0 !important;
    left: -80% !important;
    width: 80% !important;
    max-width: 80% !important;
    height: 100vh !important;
    min-height: 100vh !important;
    max-height: 100vh !important;
    background: rgba(255, 255, 255, 0.98) !important;
    backdrop-filter: blur(10px) !important;
    flex-direction: column !important;
    justify-content: center !important;
    align-items: center !important;
    gap: 0 !important;
    transition: left 0.3s ease, visibility 0.3s ease !important;
    z-index: 99999 !important;
    padding: 0 !important;
    margin: 0 !important;
    overflow-y: auto !important;
    visibility: hidden !important;
    transform: translateX(0) !important;
    opacity: 0 !important;
    border-top-right-radius: 20px !important;
    border-bottom-right-radius: 20px !important;
    border-left: 4px solid var(--primary-cyan) !important;
  }

  .nav.active {
    left: 0 !important;
    visibility: visible !important;
    opacity: 1 !important;
    top: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    width: 100% !important;
    max-width: 100% !important;
    transform: translateX(0) !important;
  }

  .nav-link {
    font-size: 18px;
    font-weight: 600;
    color: var(--text-dark);
    padding: 6px;
    border-radius: 0;
    transition: all 0.3s ease;
    border: 2px solid transparent;
    width: 100%;
    text-align: center;
    margin: 0;
    text-decoration: none;
    display: block;
  }

  .nav-link:first-child {
    margin-top: 20px;
    padding-top: 20px;
  }

  .nav-link:last-child {
    border-bottom: none;
  }

  .nav-link:hover {
    background: var(--primary-cyan);
    color: var(--white);
    border-color: var(--primary-cyan);
  }

  .hero {
    min-height: 60dvh;
    padding: 0;
    padding-top: 20px;
    padding-bottom: 80px;
    margin-top: 0;
    border-bottom-left-radius: 100px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    text-align: center;
    position: relative;
    box-sizing: border-box;
  }

  .hero::before {
    border-bottom-left-radius: 100px;
  }

  .header-content {
    padding: 0 5px;
  }

  .hero-title {
    font-size: 32px;
    line-height: 1.1;
    padding: 20px;
    margin: 0;
  }

  .hero-subtitle {
    font-size: 14px;
    padding: 0;
    max-width: 320px;
    line-height: 1.5;
    margin: 0 20px 20px 20px;
  }

  .btn-hero {
    font-size: 14px;
    padding: 8px 20px;
    margin-bottom: 0;
    border-radius: 25px;
  }

  .circles-text-wrapper {
    bottom: 15px;
  }

  .circles-text-container {
    width: 110px;
    height: 110px;
  }

  .hero-icon-mouse {
    width: 34px;
    height: 33px;
  }

  .features {
    padding: 10px 0;
  }

  .features-grid {
    gap: 0px;
    display: grid;
    grid-template-columns: 1fr;
    max-width: 300px;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }

  .feature-card {
    padding: 4px;
    width: 100%;
    max-width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }

  .feature-card img {
    width: 100px;
    height: 100px;
  }

  .feature-title {
    font-size: 16px;
    margin-bottom: 4px;
  }

  .feature-description {
    font-size: 13px;
  }

  .services {
    padding: 15px;
    width: 100%;
  }

  .vector-1,
  .vector-2 {
    display: none;
  }

  .section-header {
    margin-bottom: 20px;
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
  }

  .section-title {
    font-size: 28px;
    line-height: 1.1;
    text-align: left;
  }

  .section-description {
    font-size: 14px;
    text-align: left;
  }

  .services-row {
    display: flex;
    flex-direction: column;
    gap: 12px;
    width: 100%;
  }

  .service-card {
    min-height: auto;
    padding: 16px;
    width: 100%;
    max-width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    text-align: left;
  }

  .service-content {
    order: 1;
    width: 100%;
    max-width: 100%;
    text-align: left;
    align-items: flex-start;
  }

  .service-title {
    font-size: 18px;
    line-height: 1.2;
  }

  .service-description {
    font-size: 12px;
    text-align: left;
  }

  .service-visual {
    order: 2;
    width: 80px;
    height: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
    align-self: center;
    margin-top: 12px;
  }

  .partners {
    transform: rotate(2deg);
    -webkit-transform: rotate(2deg);
    -moz-transform: rotate(2deg);
    -ms-transform: rotate(2deg);
    margin: 20px 0;
    padding: 10px 0;
  }
  
  .partners-overlay {
    transform: rotate(-2deg);
    -webkit-transform: rotate(-2deg);
    -moz-transform: rotate(-2deg);
    -ms-transform: rotate(-2deg);
  }

  .partners-track {
    gap: 30px;
  }

  .partner-logo {
    height: 35px;
  }

  .automate-section {
    min-height: auto;
    padding: 20px 15px;
  }

  .automate-visual {
    height: 200px;
    margin-top: 20px;
  }

  .automate-title {
    font-size: 28px;
    margin-bottom: 16px;
  }
  
  .automate-description {
    font-size: 14px;
    margin-bottom: 0;
  }
  
  .workflow-diagram {
    width: 70%;
    height: auto;
  }
  
  .cloud-left,
  .cloud-right {
    width: 150px;
    height: 90px;
  }

  .who-we-serve {
    padding: 20px 15px;
    display: flex;
    flex-direction: column;
    gap: 20px;
    align-items: flex-start;
    min-height: auto;
  }

  .who-header {
    width: 100%;
    text-align: left;
    margin-bottom: 15px;
  }

  .who-header .section-title {
    text-align: left;
  }

  .who-header .section-description {
    text-align: left;
  }

  .serve-gif-container {
    display: none !important;
  }

  .serve-gif-mobile {
    display: flex !important;
  }

  .serve-content-wrapper {
    width: 100%;
    min-height: auto !important;
    flex-direction: column !important;
    gap: 0 !important;
  }

  .serve-container {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 0px;
    height: auto !important;
    padding: 0 !important;
    position: relative !important;
  }

  .serve-item {
    width: 100%;
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
    text-align: left;
    gap: 12px;
    position: relative !important;
    transform: none !important;
    top: auto !important;
    left: auto !important;
    right: auto !important;
    margin: 0 !important;
    padding: 20px 0 !important;
    pointer-events: auto !important;
    z-index: auto !important;
  }

  .serve-gif-mobile {
    width: 100%;
    height: 0;
    max-height: 0;
    overflow: hidden;
    display: flex !important;
    justify-content: center;
    align-items: center;
    opacity: 0;
    margin-bottom: 0;
    transition: height 0.6s ease, max-height 0.6s ease, opacity 0.6s ease, margin-bottom 0.6s ease;
  }

  .serve-gif-mobile.active {
    height: 100px;
    max-height: 100px;
    opacity: 1;
    margin-bottom: 12px;
  }

  .serve-gif-mobile .serve-gif {
    width: 90px;
    height: 90px;
    object-fit: contain;
    opacity: 0;
    transform: scale(0.8);
    transition: opacity 0.6s ease, transform 0.6s ease;
    position: relative;
  }

  .serve-gif-mobile.active .serve-gif {
    opacity: 1;
    transform: scale(1);
  }

  .serve-item .serve-title,
  .serve-item .serve-title-simple {
    font-size: 18px;
    margin-bottom: 8px;
    text-align: left;
    width: 100%;
    color: var(--text-dark);
    transition: color 0.4s ease;
  }

  .serve-item.active .serve-title,
  .serve-item.active .serve-title-simple {
    color: #00A5C6;
  }

  .serve-item .serve-description {
    font-size: 13px;
    line-height: 1.5;
    text-align: left;
    padding: 0;
    width: 100%;
  }

  .serve-content {
    gap: 12px;
    padding: 12px 0px;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }

  .serve-title {
    font-size: 20px;
  }

  .serve-description {
    font-size: 16px;
  }

  .serve-title-simple {
    font-size: 16px;
  }

  .cta-section {
    margin: 20px 15px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
    min-height: auto;
    padding: 20px 15px;
    width: calc(100% - 30px);
    max-width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }

  .vector-3 {
    display: none;
  }

  .cta-title {
    font-size: 20px;
    padding: 0 15px;
  }

  .cta-description {
    font-size: 13px;
    padding: 0 15px;
  }

  .btn-cta {
    font-size: 13px;
    padding: 8px 20px;
  }

  .contact-section {
    padding: 20px 15px;
    display: flex;
    flex-direction: column;
    gap: 20px;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }

  .contact-left, .contact-right {
    width: 100% !important;
    max-width: 100% !important;
    padding: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }

  .contact-container {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin: 15px 0;
    width: 100%;
  }

  .contact-method {
    padding: 12px;
    width: 100%;
    max-width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }

  .contact-method-icon {
    width: 35px;
    height: 35px;
  }

  .contact-method-icon svg {
    width: 18px;
    height: 18px;
  }

  .contact-method-title {
    font-size: 14px;
  }

  .contact-method-text {
    font-size: 13px;
  }

  .contact-info {
    margin-top: 15px;
    padding: 16px;
  }

  .contact-info-title {
    font-size: 15px;
  }

  .contact-info-text {
    font-size: 13px;
  }

  /* Contact Form */
  .contact-form-wrapper {
    padding: 16px 12px;
  }

  .form-title {
    font-size: 18px;
  }

  .form-subtitle {
    font-size: 13px;
  }

  .form-group input,
  .form-group select,
  .form-group textarea {
    padding: 8px 12px;
    font-size: 13px;
    width: 100%;
    max-width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }

  .form-row {
    display: flex;
    flex-direction: column;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }

  .btn-submit {
    font-size: 13px;
    padding: 8px 16px;
  }

  .footer {
    padding: 40px 0 0;
  }

  .footer-content {
    flex-direction: column;
    gap: 30px;
    padding: 0 20px;
    width: 100%;
    margin-bottom: 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }

  .footer-left {
    width: 100%;
  }

  .footer-logo {
    margin-bottom: 16px;
  }

  .footer-logo img {
    width: 140px;
    height: auto;
  }

  .footer-description {
    font-size: 14px;
    line-height: 1.5;
  }

  .footer-links {
    width: 100%;
    flex-direction: column;
    gap: 16px;
  }

  .footer-column {
    margin-bottom: 0;
  }

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

  .footer-list {
    gap: 6px;
  }

  .footer-list li {
    gap: 6px;
  }

  .footer-list a,
  .info-text {
    font-size: 13px;
    line-height: 1.4;
  }

  .footer-column ul li svg {
    width: 16px;
    height: 16px;
    margin-top: 2px;
    flex-shrink: 0;
  }

  .footer-bottom {
    flex-direction: column;
    gap: 16px;
    padding: 20px 20px;
    text-align: center;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }

  .footer-copyright {
    font-size: 13px;
    order: 1;
  }

  .footer-legal {
    flex-direction: column;
    gap: 8px;
    width: 100%;
    order: 2;
  }

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

  .footer-social {
    gap: 20px;
    order: 3;
    justify-content: center;
  }

  .footer-social a {
    width: 40px;
    height: 40px;
  }

  .footer-social svg {
    width: 22px;
    height: 22px;
  }
}

@media (max-width: 320px) {
  .hero {
    height: 80dvh;
  }
}