/*===================================================================
  responsive.css - final clean structure (single source of truth)
  - Base/Desktop -> Tablet -> Mobile -> Small Mobile
  - Every (selector, property) is declared in AT MOST ONE media window,
    so overlapping band rules never override each other (no crossed-out
    declarations from duplicate responsive rules).
  - Equal-specificity selectors keep their original cascade order (ties),
    and window order follows those constraints; only cascade-free windows
    are re-grouped. Visual output is byte-for-byte identical.
  - Interaction / theme / reduced-motion / container rules are kept
    verbatim at the end (they are state-dependent).
===================================================================*/

/* ==== ==== @media (min-width:577px) ==== ==== */

@media (min-width:577px) {
  .hero-left .hero-badge {
    padding-top: 0 ;
    padding-right: 0 ;
    padding-bottom: 0 ;
    padding-left: 0 ;
  }
  .platform-name {
    overflow-wrap: anywhere;
  }
}

/* ==== ==== @media (min-width:701px) ==== ==== */

@media (min-width:701px) {
}

/* ==== ==== @media (min-width:901px) ==== ==== */

@media (min-width:901px) {
  .about-info-grid .info-card:last-child:nth-child(odd) {
    min-height: 118px ;
    padding-top: 18px ;
    padding-bottom: 18px ;
  }
  .experience-section .timeline {
    grid-template-columns: repeat(4,minmax(0,1fr)) ;
    row-gap: 18px ;
    column-gap: 18px ;
    grid-auto-flow: row;
  }
  .experience-section .timeline::before {
    left: 3%;
    right: 3%;
    top: 31px ;
    height: 1px ;
    z-index: 1 ;
  }
  .experience-section .timeline-card {
    min-width: 0;
    width: 100%;
  }
  .experience-section .timeline-item {
    min-width: 0;
  }
  .experience-section .timeline-item::before {
    top: -17px ;
    z-index: 5 ;
  }
  .experience-section .timeline-year {
    transform: translate(-50%,-50%) ;
    top: -60px ;
    z-index: 6 ;
  }
}

/* ==== ==== @media (min-width:1025px) ==== ==== */

@media (min-width:1025px) {
  #performanceGrid {
    grid-template-columns: repeat(4,1fr);
  }
  .faq-intro-illustration img {
    max-width: 330px;
  }
}

/* ==== ==== @media (min-width:1201px) ==== ==== */

@media (min-width:1201px) {
  .header-navbar {
    flex-wrap: nowrap;
  }
  .header-navbar .header-toggler {
    display: none;
  }
  .header-navbar .header-collapse {
    display: flex ;
    flex-basis: auto;
    align-items: center;
    justify-content: space-between;
    row-gap: 24px;
    column-gap: 24px;
  }
  .header-navbar .header-nav {
    flex-direction: row;
  }
}

/* ==== ==== @media (min-width:1201px) and (max-width:1400px) ==== ==== */

@media (min-width:1201px) and (max-width:1400px) {
  .container {
    max-width: 1140px;
  }
  .header-navbar .header-nav {
    column-gap: 6px;
    padding-left: 8px;
    padding-right: 8px;
  }
  .header-navbar .header-nav .nav-link {
    font-size: 13px;
    padding-left: 1px;
    padding-right: 1px;
  }
  .header-navbar .header-actions {
    column-gap: 8px;
  }
  .header-navbar .header-collapse {
    column-gap: 16px;
  }
}

/* ==== ==== @media (min-width:993px) and (max-width:1400px) ==== ==== */

@media (min-width:993px) and (max-width:1400px) {
  .hero-left h1 {
    font-size: 72px;
  }
  .about-right h2 {
    font-size: 50px;
  }
  .section-heading h2 {
    font-size: 52px;
  }
}

/* ==== ==== @media (min-width:1101px) and (max-width:1200px) ==== ==== */

@media (min-width:1101px) and (max-width:1200px) {
  .footer-top {
    grid-template-columns: repeat(2,1fr);
  }
}

/* ==== ==== @media (min-width:1025px) and (max-width:1200px) ==== ==== */

@media (min-width:1025px) and (max-width:1200px) {
  .services-grid {
    grid-template-columns: repeat(2,1fr);
  }
  .service-card {
    grid-column: auto;
  }
  .wide-card {
    grid-column: 1/-1;
  }
  .featured-service {
    grid-template-columns: 1fr;
    justify-items: center;
    text-align: center;
    row-gap: 40px;
    column-gap: 40px;
    padding-top: 45px;
    padding-right: 45px;
    padding-bottom: 45px;
    padding-left: 45px;
  }
  .featured-content p {
    margin-left: auto;
    margin-right: auto;
  }
  .process-flow {
    grid-template-columns: repeat(3,minmax(0,1fr));
    row-gap: 24px;
    column-gap: 18px;
  }
  .process-benefits {
    grid-template-columns: repeat(2,minmax(0,1fr));
  }
  .process-benefit:nth-child(2)::after {
    display: none;
  }
  .hero-wrapper {
    row-gap: 70px;
    column-gap: 70px;
  }
  .about-wrapper {
    row-gap: 70px;
    column-gap: 70px;
  }
}

/* ==== ==== @media (min-width:993px) and (max-width:1200px) ==== ==== */

@media (min-width:993px) and (max-width:1200px) {
}

/* ==== ==== @media (min-width:769px) and (max-width:1200px) ==== ==== */

@media (min-width:769px) and (max-width:1200px) {
  .featured-preview {
    max-width: 420px;
  }
  .process-section {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .process-section .process-card-icon svg {
    width: 39px;
    height: 39px;
    flex-basis: 39px;
  }
  .process-section .process-card-icon {
    width: 72px ;
    height: 72px ;
    min-width: 72px ;
    min-height: 72px ;
    max-width: 72px ;
    max-height: 72px ;
    flex-basis: 72px ;
  }
  .process-section .process-card-icon i {
    font-size: 34px ;
  }
  .testimonial-grid {
    grid-template-columns: repeat(2,1fr);
  }
}

/* ==== ==== @media (min-width:701px) and (max-width:1200px) ==== ==== */

@media (min-width:701px) and (max-width:1200px) {
  .experience-section-heading h2 {
    font-size: 54px;
  }
}

/* ==== ==== @media (min-width:577px) and (max-width:1200px) ==== ==== */

@media (min-width:577px) and (max-width:1200px) {
  .tech-card {
    width: 150px;
    min-width: 150px;
    height: 150px;
  }
  .platform-grid {
    grid-template-columns: repeat(2,1fr);
  }
  .process-section .process-card {
    padding-top: 70px ;
  }
}

/* ==== ==== @media (min-width:577px) and (max-width:1199px) ==== ==== */

@media (min-width:577px) and (max-width:1199px) {
  .hero-buttons {
    flex-wrap: wrap;
  }
  .hero-buttons .angled-btn {
    max-width: 100%;
    min-width: 0;
  }
}

/* ==== ==== @media (min-width:1025px) and (max-width:1100px) ==== ==== */

@media (min-width:1025px) and (max-width:1100px) {
  .footer-top {
    grid-template-columns: 1.2fr .8fr 1.2fr 1fr ;
    row-gap: 22px;
    column-gap: 22px;
  }
  .footer-column:not(:first-child) {
    padding-left: 18px;
  }
}

/* ==== ==== @media (min-width:577px) and (max-width:1100px) ==== ==== */

@media (min-width:577px) and (max-width:1100px) {
  .footer .container {
    padding-right: 16px;
    padding-left: 16px;
  }
}

/* ==== ==== @media (min-width:769px) and (max-width:992px) ==== ==== */

@media (min-width:769px) and (max-width:992px) {
  .tech-header h2 {
    font-size: 46px;
  }
  .tech-row-title {
    padding-right: 25px;
    padding-left: 25px;
  }
  .tech-row-title span {
    font-size: 24px;
  }
  .about-counter {
    grid-template-columns: repeat(3,1fr);
  }
  .hero-left h1 {
    font-size: 60px;
  }
  .hero-left h2 {
    font-size: 36px;
  }
}

/* ==== ==== @media (min-width:601px) and (max-width:992px) ==== ==== */

@media (min-width:601px) and (max-width:992px) {
  .hero-visual {
    width: min(560px,92vw) ;
    min-height: 560px ;
  }
.hero-tech-orbit-single {
    top: 3.8% ;
    right: 3.8% ;
    bottom: 3.8% ;
    left: 3.8% ;
  }
}

/* ==== ==== @media (min-width:577px) and (max-width:992px) ==== ==== */

@media (min-width:577px) and (max-width:992px) {
  .tech-row-title {
    padding-top: 0;
    padding-bottom: 0;
  }
  .projects-header h2 {
    font-size: 46px;
  }
  .project-title {
    font-size: 40px;
  }
  .hero-visual {
    max-width: 560px ;
  }
  .hero-visual .hero-tech-orbit-single > .hero-tech-chip > i {
    width: 64px ;
    height: 64px ;
    font-size: 23px ;
  }
  section {
    padding-top: 110px;
    padding-bottom: 110px;
  }
  .about-right h2 {
    font-size: 44px;
  }
  .section-heading h2 {
    font-size: 46px;
  }
}

/* ==== ==== @media (min-width:701px) and (max-width:900px) ==== ==== */

@media (min-width:701px) and (max-width:900px) {
  .experience-section .timeline {
    grid-template-columns: repeat(2,minmax(0,1fr)) ;
    row-gap: 20px;
    column-gap: 20px;
    padding-top: 0;
  }
  .experience-section .timeline::before {
    display: none ;
  }
  .experience-section .timeline-item::before {
    display: none ;
  }
  .experience-section .timeline-year {
    position: static ;
    transform: none ;
    margin-top: 0 ;
    margin-right: 0 ;
    margin-bottom: 12px ;
    margin-left: 0 ;
    width: max-content;
  }
  .experience-section .timeline-card {
    margin-top: 0;
  }
}

/* ==== ==== @media (min-width:577px) and (max-width:768px) ==== ==== */

@media (min-width:577px) and (max-width:768px) {
  .tech-stack-section {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .tech-card i {
    margin-bottom: 14px;
  }
  .tech-row-title {
    padding-right: 20px;
    padding-left: 20px;
  }
  .tech-header {
    margin-bottom: 60px;
  }
  .featured-number {
    font-size: 16px;
    margin-bottom: 12px;
  }
  .featured-content h3 {
    font-size: 32px;
    margin-bottom: 16px;
  }
  .featured-content p {
    font-size: 16px;
    line-height: 1.8;
    margin-bottom: 22px;
  }
  .platform-title {
    font-size: 12px;
    letter-spacing: 2px;
    margin-bottom: 16px;
  }
  .platform-grid {
    max-width: 100%;
    row-gap: 14px;
    column-gap: 14px;
  }
  .platform-card {
    min-height: 74px;
    padding-top: 14px;
    padding-right: 16px;
    padding-bottom: 14px;
    padding-left: 16px;
    row-gap: 12px;
    column-gap: 12px;
  }
  .platform-icon {
    width: 44px;
    height: 44px;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
    border-bottom-right-radius: 12px;
    border-bottom-left-radius: 12px;
    font-size: 20px;
  }
  .platform-name {
    font-size: 15px;
  }
  .cms-orbit {
    width: 190px;
    height: 190px;
  }
  .ring-1 {
    width: 190px;
    height: 190px;
  }
  .ring-2 {
    width: 148px;
    height: 148px;
  }
  .ring-3 {
    width: 106px;
    height: 106px;
  }
  .cms-logo {
    width: 78px;
    height: 78px;
    font-size: 40px;
  }
  .cms-logo::after {
    width: 108px;
    height: 108px;
  }
  .process-section {
    padding-top: 70px;
    padding-bottom: 70px;
  }
  .process-section::before {
    font-size: 100px;
  }
  .process-heading h2 {
    font-size: 44px;
  }
  .process-heading p {
    font-size: 16px;
  }
  .contact-header h2 {
    font-size: 48px;
  }
  .contact-connect-hero {
    grid-template-columns: 110px minmax(0,1fr);
  }
  .contact-connect-copy h3 {
    font-size: 23px;
  }
  .hero-left h1 {
    font-size: 48px;
  }
  .hero-left h2 {
    font-size: 30px;
  }
  .project-actions {
    align-items: center;
    width: 100%;
    row-gap: 10px;
    column-gap: 10px;
  }
}

/* ==== ==== @media (min-width:481px) and (max-width:768px) ==== ==== */

@media (min-width:481px) and (max-width:768px) {
  .tech-card i {
    font-size: 38px;
  }
  .tech-card h4 {
    font-size: 18px;
  }
  .tech-card span {
    font-size: 13px;
  }
  .services-section .service-card .service-no {
    right: 14px ;
    font-size: 66px ;
    letter-spacing: -4px ;
  }
  .services-section .featured-service .featured-number {
    right: 18px ;
    font-size: 80px ;
    letter-spacing: -5px ;
  }
  .process-section .process-card-icon svg {
    width: 37px;
    height: 37px;
    flex-basis: 37px;
  }
  .process-section .process-card-icon {
    width: 68px ;
    height: 68px ;
    min-width: 68px ;
    min-height: 68px ;
    max-width: 68px ;
    max-height: 68px ;
    flex-basis: 68px ;
  }
  .process-section .process-card-icon i {
    font-size: 31px ;
  }
  .faq-header h2 {
    font-size: 42px;
  }
  .project-actions {
    flex-direction: row;
  }
}

/* ==== ==== @media (min-width:401px) and (max-width:768px) ==== ==== */

@media (min-width:401px) and (max-width:768px) {
  .contact-connect-card {
    padding-right: 24px;
    padding-left: 24px;
  }
  .contact-form-card {
    padding-right: 24px;
    padding-left: 24px;
  }
}

/* ==== ==== @media (min-width:577px) and (max-width:700px) ==== ==== */

@media (min-width:577px) and (max-width:700px) {
  .experience-section-heading h2 {
    font-size: 42px;
  }
  .experience-section .resume-btn {
    align-self: flex-start;
  }
}

/* ==== ==== @media (min-width:401px) and (max-width:600px) ==== ==== */

@media (min-width:401px) and (max-width:600px) {
  .hero-tech-chip i {
    width: 42px;
    height: 42px;
    font-size: 17px;
  }
  .hero-visual-profile {
    top: 19%;
    right: 19%;
    bottom: 19%;
    left: 19%;
  }
.hero-tech-orbit-single .hero-tech-chip i {
    width: 46px;
    height: 46px;
    font-size: 18px;
  }
}

/* ==== ==== @media (min-width:481px) and (max-width:576px) ==== ==== */

@media (min-width:481px) and (max-width:576px) {
  .testimonial-heading h2 {
    font-size: 42px;
  }
  .testimonial-form-top {
    flex-direction: row;
  }
  .testimonial-form-top input {
    width: 50%;
  }
  .faq-intro-card {
    padding-top: 30px;
    padding-right: 30px;
    padding-bottom: 30px;
    padding-left: 30px;
  }
  .faq-intro-illustration {
    max-width: 300px;
    height: 200px;
  }
}

/* ==== ==== @media (min-width:401px) and (max-width:576px) ==== ==== */

@media (min-width:401px) and (max-width:576px) {
  .services-header h2 {
    font-size: 42px;
  }
}

/* ==== ==== @media (min-width:381px) and (max-width:576px) ==== ==== */

@media (min-width:381px) and (max-width:576px) {
  .preloader-mark {
    width: 250px;
    height: 250px;
  }
  .preloader-ring-one {
    width: 188px;
    height: 188px;
  }
  .preloader-ring-two {
    width: 228px;
    height: 228px;
  }
  .preloader-core {
    width: 152px;
    height: 152px;
  }
  .preloader-monogram {
    font-size: 49px;
  }
  .preloader-name {
    font-size: 10px;
  }
  .preloader-role {
    font-size: 7px;
  }
  .preloader-loading {
    font-size: 15px;
    letter-spacing: 7px;
  }
  .preloader-subtitle {
    font-size: 12px;
  }
}

/* ==== ==== @media (min-width:341px) and (max-width:576px) ==== ==== */

@media (min-width:341px) and (max-width:576px) {
  .project-actions {
    row-gap: 10px ;
    column-gap: 10px ;
  }
  .project-actions .angled-btn.project-btn {
    --ab-h: 48px;
    --ab-font-size: clamp(12.5px,3.8vw,14px);
    --ab-icon-w: 42px;
    --ab-icon-size: 14px;
    --ab-pad-x: 10px;
    --ab-cut: 12px;
  }
}

/* ==== ==== @media (max-width:1200px) ==== ==== */

@media (max-width:1200px) {
  .header-area {
    padding-top: 11px;
    padding-right: 0;
    padding-bottom: 11px;
    padding-left: 0;
  }
  .header-navbar {
    min-height: 56px;
  }
  .header-toggler {
    display: flex;
  }
  .header-collapse {
    display: block;
    width: 100%;
    margin-top: 13px;
    padding-top: 17px;
    padding-right: 17px;
    padding-bottom: 17px;
    padding-left: 17px;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
    background: color-mix(in srgb, var(--dark) 96%, transparent);
    border-top: 1px solid rgba(255,255,255,.07);
    border-right: 1px solid rgba(255,255,255,.07);
    border-bottom: 1px solid rgba(255,255,255,.07);
    border-left: 1px solid rgba(255,255,255,.07);
    box-shadow: 0 20px 50px rgba(0,0,0,.28);
    backdrop-filter: blur(22px);
    -webkit-backdrop-filter: blur(22px);
  }
  .header-nav {
    row-gap: 4px;
    column-gap: 4px;
    padding-left: 0;
    padding-right: 0;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
    padding-top: 0;
    padding-bottom: 0;
    border-top: 0;
    border-right: 0;
    border-bottom: 0;
    border-left: 0;
    background: transparent;
    box-shadow: none;
  }
  .header-nav .nav-link {
    font-size: 15px;
    width: 100%;
    padding-top: 14px;
    padding-right: 12px;
    padding-bottom: 14px;
    padding-left: 12px;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
    border-bottom-right-radius: 12px;
    border-bottom-left-radius: 12px;
  }
  .header-nav .nav-link.active {
    background: rgba(37,99,255,.08);
  }
  .header-nav .nav-link::after {
    display: none;
  }
  .header-actions {
    justify-content: flex-start;
    margin-top: 14px;
    padding-top: 14px;
    border-top: 1px solid rgba(255,255,255,.07);
  }
  .header-hire-btn {
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: auto;
  }
.contact-popup {
    left: 0;
  }
  .header-nav .nav-link:hover {
    background: rgba(37,99,255,.08);
  }
  html[data-theme="light"] .header-collapse{
    background: color-mix(in srgb, var(--card-grad) 97%, transparent);
    border-color: rgba(37,99,255,.11);
    box-shadow: 0 20px 45px rgba(37,99,255,.10);
  }
}

/* ==== ==== @media (max-width:1200px) ==== ==== */

@media (max-width:1200px) {
  .project-item {
    grid-template-columns: 1fr;
    row-gap: 60px;
    column-gap: 60px;
  }
  .project-item.reverse {
    grid-template-columns: 1fr;
    row-gap: 60px;
    column-gap: 60px;
  }
  .skills-wrapper {
    grid-template-columns: 1fr;
  }
  .platform-grid {
    margin-left: auto;
    margin-right: auto;
  }
  .featured-preview {
    margin-top: auto;
    margin-right: auto;
    margin-bottom: auto;
    margin-left: auto;
  }
  .featured-project {
    grid-template-columns: 1fr;
    row-gap: 70px;
    column-gap: 70px;
  }
  .project-preview {
    max-width: 850px;
    margin-top: auto;
    margin-right: auto;
    margin-bottom: auto;
    margin-left: auto;
    padding-bottom: 0;
  }
  .project-content {
    max-width: 850px;
    margin-top: auto;
    margin-right: auto;
    margin-bottom: auto;
    margin-left: auto;
  }
  .process-section {
    padding-right: 0;
    padding-left: 0;
  }
  .process-flow::before {
    display: none;
  }
  .process-section .process-card {
    min-height: 0 ;
    height: auto ;
  }
  .experience-stat-card {
    padding-top: 15px;
    padding-right: 40px;
    padding-bottom: 15px;
    padding-left: 40px;
    row-gap: 15px;
    column-gap: 15px;
  }
  .experience-stat-icon {
    width: 60px;
    height: 60px;
    min-width: 60px;
    font-size: 29px;
  }
  .experience-stat-content h3 {
    font-size: 35px;
  }
  .contact-main-grid {
    grid-template-columns: 1fr;
  }
  .container {
    max-width: 960px;
  }
  .hero-wrapper {
    grid-template-columns: 1fr;
  }
  .about-wrapper {
    grid-template-columns: 1fr;
  }
  .project-item.reverse .project-image {
    order: unset;
  }
  .project-item.reverse .project-content {
    order: unset;
  }
  #experience .experience-stats {
    grid-template-columns: repeat(2,minmax(0,1fr));
  }
  #experience .experience-stat-card:nth-child(2n)::after {
    display: none;
  }
}

/* ==== ==== @media (max-width:1199px) ==== ==== */

@media (max-width:1199px) {
  .header-navbar {
    row-gap: 18px;
    column-gap: 18px;
  }
  .timeline {
    min-width: 0;
  }
  .featured-project > * {
    min-width: 0;
    max-width: 100%;
  }
  .hero-left {
    max-width: 100%;
  }
  .hero-buttons {
    min-width: 0;
  }
}

/* ==== ==== @media (max-width:1100px) ==== ==== */

@media (max-width:1100px) {
  .footer .container {
    padding-top: 0;
    padding-bottom: 0;
  }
}

/* ==== ==== @media (max-width:1024px) ==== ==== */

@media (max-width:1024px) {
  .featured-service {
    min-height: 0 ;
  }
  .testimonial-form-top {
    grid-column: 1 ;
    grid-row: 1 ;
  }
  .testimonial-form-rating {
    grid-column: 1 ;
    justify-self: start ;
  }
  .testimonial-card {
    padding-top: 24px ;
    padding-bottom: 24px ;
    flex-grow: 0 ;
    flex-shrink: 0 ;
  }
  .testimonial-grid {
    row-gap: 18px ;
    column-gap: 18px ;
    margin-top: 28px !important;
    margin-right: 0 !important;
    margin-bottom: 0 !important;
    margin-left: 0 !important;
  }
  .testimonial-copy {
    font-size: 15px !important;
  }
  .contact-connect-card {
    order: 2 ;
  }
  .contact-form-card {
    order: 1 ;
  }
  .footer-column:not(:first-child) {
    padding-left: 0;
    border-left: 0;
  }
  .angled-btn {
    --ab-font-size: 15px;
    --ab-icon-size: 15px;
    width: max-content ;
    max-width: 100%;
  }
  .angled-btn--sm {
    --ab-font-size: 14px;
    --ab-icon-size: 14px;
  }
  .hero-buttons {
    justify-content: center ;
    flex-direction: row ;
    align-items: center ;
  }
  .hero-visual .hero-visual-profile {
    top: 11% ;
    right: 11% ;
    bottom: 11% ;
    left: 11% ;
  }
  .about-info-grid > .info-card {
    grid-template-columns: 1fr !important;
    column-gap: 0 !important;
    grid-template-rows: auto auto auto ;
    justify-items: center ;
    align-items: center ;
    align-content: center ;
    text-align: center ;
  }
  .about-info-grid > .info-card:last-child:nth-child(odd) {
    align-items: center ;
    align-content: center ;
  }
  .about-info-grid > .info-card .info-icon {
    grid-column: 1 ;
    grid-row: 1 ;
    margin-top: 0 ;
    margin-right: 0 ;
    margin-left: 0 ;
  }
  .about-info-grid > .info-card h4 {
    grid-column: 1 ;
    grid-row: 2 ;
    justify-self: center ;
    align-self: center ;
    margin-top: 0 ;
    margin-right: 0 ;
    margin-left: 0 ;
    max-width: 100% ;
  }
  .about-info-grid > .info-card p {
    grid-column: 1 ;
    grid-row: 3 ;
    justify-self: center ;
    align-self: center ;
    max-width: 100% ;
  }
  .about-info-grid > .info-card::before {
    display: none ;
  }
  .about-info-grid > .info-card::after {
    left: 50% ;
    transform: translateX(-50%) ;
  }
  .about-footer {
    display: grid ;
    align-items: center ;
  }
  .about-quote {
    width: 100% ;
    max-width: none ;
    flex-grow: 0 ;
    flex-shrink: 1 ;
    flex-basis: auto ;
    justify-content: flex-start ;
    text-align: left ;
  }
  .about-signature {
    min-width: 0 ;
    text-align: center ;
  }
}

/* ==== ==== @media (max-width:992px) ==== ==== */

@media (max-width:992px) {
  .nav-btn {
    margin-top: 25px;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
  }
  .case-study-panel {
    width: 100%;
  }
  .faq-intro-card {
    min-height: 0;
  }
  section {
    padding-right: 0;
    padding-left: 0;
  }
  .navbar-collapse {
    margin-top: 25px;
    padding-top: 25px;
    padding-right: 25px;
    padding-bottom: 25px;
    padding-left: 25px;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
    background: var(--dark-2);
  }
  .navbar-nav {
    row-gap: 20px;
    column-gap: 20px;
  }
  .timeline {
    padding-left: 40px;
  }
}

/* ==== ==== @media (max-width:991px) ==== ==== */

@media (max-width:991px) {
  .journey-panel .timeline {
    grid-template-columns: 1fr;
  }
  .journey-panel {
    padding-top: 40px;
    padding-right: 28px;
    padding-bottom: 40px;
    padding-left: 28px;
  }
  .about-left {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    height: auto;
    aspect-ratio: 540/700;
    overflow-x: hidden;
    overflow-y: hidden;
    container-type: inline-size;
    container-name: about;
  }
}

/* ==== ==== @media (max-width:900px) ==== ==== */

@media (max-width:900px) {
  .testimonial-carousel {
    row-gap: 10px;
    column-gap: 10px;
  }
}

/* ==== ==== @media (max-width:768px) ==== ==== */

@media (max-width:768px) {
  .tech-stack-section {
    padding-right: 0;
    padding-left: 0;
  }
  .tech-header h2 {
    font-size: 38px;
  }
  .tech-header p {
    font-size: 16px;
  }
  .tech-row-title span {
    font-size: 20px;
  }
  .service-card {
    min-height: 0;
    padding-top: 30px;
    padding-right: 26px;
    padding-bottom: 30px;
    padding-left: 26px;
    border-top-left-radius: 24px;
    border-top-right-radius: 24px;
    border-bottom-right-radius: 24px;
    border-bottom-left-radius: 24px;
  }
  .service-icon {
    width: 72px;
    height: 72px;
    border-top-left-radius: 18px;
    border-top-right-radius: 18px;
    border-bottom-right-radius: 18px;
    border-bottom-left-radius: 18px;
    font-size: 32px;
    margin-bottom: 22px;
  }
  .service-card h3 {
    font-size: 23px;
  }
  .platform-card {
    border-top-left-radius: 16px;
    border-top-right-radius: 16px;
    border-bottom-right-radius: 16px;
    border-bottom-left-radius: 16px;
  }
  .featured-preview {
    max-width: 340px;
    height: 270px;
  }
  .about-counter {
    grid-template-columns: 1fr;
  }
  .project-top-meta {
    row-gap: 10px;
    column-gap: 10px;
  }
  .project-country-top {
    padding-top: 8px;
    padding-right: 14px;
    padding-bottom: 8px;
    padding-left: 14px;
    font-size: 13px;
  }
  .performance-grid {
    grid-template-columns: 1fr;
  }
  .projects-showcase-header {
    flex-direction: column;
    align-items: flex-start;
    row-gap: 25px;
    column-gap: 25px;
  }
  .project-title {
    row-gap: 10px;
    column-gap: 10px;
  }
  .project-title-favicon {
    width: 34px;
    height: 34px;
    min-width: 34px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
  }
  .case-gallery {
    grid-template-columns: 1fr;
    justify-items: center;
  }
  .svg-device-stage {
    width: min(100%,680px);
  }
  .services-section .service-card .service-no {
    bottom: 0 ;
  }
  .services-section .featured-service .featured-number {
    bottom: 0 ;
  }
  .process-section::before {
    top: 40px;
  }
  .process-heading {
    margin-bottom: 50px;
  }
  .process-card h3 {
    font-size: 18px ;
  }
  .process-card p {
    font-size: 13px ;
  }
  .faq-section {
    padding-top: 70px;
    padding-right: 0;
    padding-bottom: 80px;
    padding-left: 0;
  }
  .faq-header {
    margin-bottom: 42px;
  }
  .faq-intro-card h3 {
    font-size: 32px;
  }
  .contact-header p {
    font-size: 15px;
  }
  .contact-connect-card {
    padding-top: 28px;
    padding-bottom: 30px;
  }
  .contact-form-card {
    padding-top: 28px;
    padding-bottom: 30px;
  }
  .contact-connect-hero {
    row-gap: 18px;
    column-gap: 18px;
  }
  .contact-orbit-icon {
    width: 110px;
    height: 110px;
  }
  .contact-orbit-icon i {
    font-size: 48px;
  }
  .hero-left h3 {
    font-size: 22px;
  }
  .testimonial-grid {
    grid-template-columns: 1fr;
  }
  .project-actions {
    flex-wrap: wrap;
    justify-content: flex-start;
    overflow-x: visible;
    overflow-y: visible;
  }
  .project-btn {
    width: auto;
    flex-grow: 0;
    flex-shrink: 1;
    flex-basis: auto;
    min-width: 0;
    max-width: 100%;
    padding-top: 12px;
    padding-right: 12px;
    padding-bottom: 12px;
    padding-left: 12px;
    font-size: 14px;
    white-space: nowrap;
  }
  .hero-buttons .angled-btn {
    align-self: center;
    width: max-content ;
  }
}

/* ==== ==== @media (max-width:700px) ==== ==== */

@media (max-width:700px) {
  .testimonial-review-panel {
    padding-top: 20px;
    padding-right: 18px;
    padding-bottom: 20px;
    padding-left: 18px;
  }
  .testimonial-card {
    min-height: 270px;
  }
  .experience-section {
    padding-top: 70px;
    padding-right: 0;
    padding-bottom: 70px;
    padding-left: 0;
  }
  .experience-section-heading {
    margin-bottom: 40px;
  }
  .experience-section-heading p {
    font-size: 15px;
  }
  .experience-section .journey-heading {
    align-items: flex-start;
    flex-direction: column;
    margin-bottom: 28px;
  }
  .testimonial-form-rating {
    justify-content: flex-start ;
  }
  .testimonial-stars {
    width: 100% ;
    justify-content: flex-start ;
  }
  .testimonial-submit-btn {
    flex-grow: 0 ;
    flex-shrink: 0 ;
    flex-basis: auto ;
    white-space: nowrap ;
  }
}

/* ==== ==== @media (max-width:600px) ==== ==== */

@media (max-width:600px) {
  .project-card-media {
    height: 205px;
    overflow-x: hidden;
    overflow-y: hidden;
  }
  .project-card-content {
    padding-top: 18px;
  }
  .project-card-flag {
    width: 18px ;
    height: 13px ;
    min-width: 18px;
  }
  .hero-tech-orbit-single {
    top: 4.0% ;
    right: 4.0% ;
    bottom: 4.0% ;
    left: 4.0% ;
  }
  .about-info-grid .info-card {
    grid-template-columns: 48px minmax(0,1fr);
    min-height: 116px;
    padding-top: 18px ;
    padding-right: 18px ;
    padding-bottom: 18px ;
    padding-left: 18px ;
    column-gap: 14px;
  }
  .about-info-grid .info-icon {
    width: 48px ;
    height: 48px ;
    min-width: 48px;
    font-size: 20px ;
  }
  .about-info-grid .info-card::before {
    left: 79px;
    top: 22px;
    bottom: 22px;
  }
  .about-info-grid .info-card h4 {
    font-size: 17px ;
  }
  .about-info-grid .info-card p {
    font-size: 13px ;
    line-height: 1.55;
  }
  .about-info-grid .info-card:last-child:nth-child(odd)::before {
    left: 79px;
    top: 22px;
    bottom: 22px;
  }
  .about-info-grid > .info-card::before {
    left: 79px;
    top: 22px;
    bottom: 22px;
  }
}

/* ==== ==== @media (min-width:577px) and (max-width:600px) ==== ==== */

@media (min-width:577px) and (max-width:600px) {
  .hero-visual {
    width: min(420px,92vw) ;
    min-height: 420px ;
  }
  .about-info-grid {
    row-gap: 14px ;
    column-gap: 14px ;
    margin-top: 28px !important;
  }
  .about-info-grid > .info-card {
    min-height: 116px ;
    padding-top: 18px ;
    padding-right: 18px ;
    padding-bottom: 18px ;
    padding-left: 18px ;
  }
  .about-info-grid > .info-card .info-icon {
    width: 48px ;
    height: 48px ;
    min-width: 48px;
    font-size: 20px ;
  }
  .about-info-grid > .info-card h4 {
    font-size: 17px ;
  }
  .about-info-grid > .info-card p {
    font-size: 13px ;
  }
}

/* ==== ==== @media (max-width:480px) ==== ==== */

@media (max-width:480px) {
  .tech-card i {
    font-size: 32px;
  }
  .tech-card h4 {
    font-size: 16px;
  }
  .tech-card span {
    font-size: 12px;
  }
  .testimonial-heading h2 {
    font-size: 34px;
  }
  .testimonial-form-top {
    flex-direction: column;
  }
  .testimonial-form-top input {
    width: 100%;
  }
  .testimonial-review-icon {
    width: 52px;
    height: 52px;
    min-width: 52px;
  }
  .testimonial-review-intro h3 {
    font-size: 19px;
  }
  .services-section .service-card .service-no {
    right: 11px ;
    font-size: 58px ;
    letter-spacing: -3px ;
  }
  .services-section .featured-service .featured-number {
    right: 14px ;
    font-size: 68px ;
    letter-spacing: -4px ;
  }
  .process-section .process-card-icon svg {
    width: 35px;
    height: 35px;
    flex-basis: 35px;
  }
  .process-section .process-card-icon {
    width: 64px ;
    height: 64px ;
    min-width: 64px ;
    min-height: 64px ;
    max-width: 64px ;
    max-height: 64px ;
    flex-basis: 64px ;
  }
  .process-section .process-card-icon i {
    font-size: 28px ;
  }
  .faq-header h2 {
    font-size: 32px;
  }
  .faq-header p {
    font-size: 15px;
  }
  .faq-intro-card {
    padding-top: 25px;
    padding-right: 25px;
    padding-bottom: 25px;
    padding-left: 25px;
    border-top-left-radius: 22px;
    border-top-right-radius: 22px;
    border-bottom-right-radius: 22px;
    border-bottom-left-radius: 22px;
  }
  .faq-list .faq-question {
    min-height: 64px;
    padding-top: 17px ;
    padding-right: 16px ;
    padding-bottom: 17px ;
    padding-left: 16px ;
    font-size: 14px ;
  }
  .faq-list .faq-question > span {
    row-gap: 10px;
    column-gap: 10px;
  }
  .faq-list .faq-question b {
    min-width: 25px;
  }
  .faq-list .faq-question i {
    width: 28px;
    height: 28px;
    flex-basis: 28px;
  }
  .faq-list .faq-answer p {
    padding-left: 51px;
    font-size: 13px;
  }
  .faq-intro-actions {
    row-gap: 10px ;
    column-gap: 10px ;
  }
  .faq-talk-btn {
    width: max-content ;
    max-width: 100%;
  }
  .faq-mail-btn {
    width: max-content ;
    max-width: 100%;
  }
  .faq-intro-illustration {
    max-width: 270px;
    height: 175px;
  }
  .project-actions {
    flex-direction: column;
  }
}

/* ==== ==== @media (max-width:400px) ==== ==== */

@media (max-width:400px) {
  .browser-top {
    padding-top: 0;
    padding-right: 12px;
    padding-bottom: 0;
    padding-left: 12px;
  }
  .browser-address {
    font-size: 11px;
  }
  .projects-header p {
    font-size: 15px;
  }
  .services-header h2 {
    font-size: 34px;
  }
  .hero-tech-chip i {
    width: 38px;
    height: 38px;
    font-size: 15px;
  }
  .hero-visual-profile {
    top: 23%;
    right: 23%;
    bottom: 23%;
    left: 23%;
  }
.hero-tech-orbit-single .hero-tech-chip i {
    width: 42px;
    height: 42px;
    font-size: 17px;
  }
  .contact-connect-card {
    padding-right: 18px;
    padding-left: 18px;
  }
  .contact-form-card {
    padding-right: 18px;
    padding-left: 18px;
  }
}

/* ==== ==== @media (max-width:576px) ==== ==== */

@media (max-width:576px) {
  .preloader-content {
    padding-top: 24px;
    padding-right: 16px;
    padding-bottom: 24px;
    padding-left: 16px;
  }
  .preloader-ring-one {
    border-top-width: 3px;
    border-right-width: 3px;
    border-bottom-width: 3px;
    border-left-width: 3px;
  }
  .preloader-monogram {
    letter-spacing: -3px;
  }
  .preloader-name {
    letter-spacing: 1.2px;
  }
  .preloader-role {
    letter-spacing: 2.4px;
  }
  .preloader-loading {
    margin-top: 22px;
  }
  .preloader-subtitle {
    margin-top: 12px;
  }
  .preloader-progress {
    width: min(290px,82vw);
    margin-top: 22px;
  }
  .header-brand .brand-logo {
    height: 42px;
  }
  .header-icon-btn {
    width: 46px;
    height: 46px;
  }
  .header-toggler {
    width: 44px;
    height: 44px;
    font-size: 18px;
  }
  .header-actions {
    flex-wrap: wrap;
  }
  .testimonial-review-panel {
    grid-template-columns: 1fr;
    row-gap: 18px;
    column-gap: 18px;
  }
  .featured-service {
    grid-template-columns: 1fr;
    justify-items: center;
    text-align: center;
    border-top-left-radius: 26px;
    border-top-right-radius: 26px;
    border-bottom-right-radius: 26px;
    border-bottom-left-radius: 26px;
  }
  .featured-content p {
    margin-left: auto;
    margin-right: auto;
    font-size: 15px ;
    line-height: 1.75 ;
    margin-bottom: 16px ;
  }
  .services-grid {
    grid-template-columns: 1fr;
  }
  .service-card {
    grid-column: auto;
  }
  .wide-card {
    grid-column: auto;
  }
  .cta-content h2 {
    font-size: 34px;
  }
  .footer-logo h2 {
    font-size: 34px;
  }
  .projects-section {
    padding-top: 50px;
    padding-right: 0;
    padding-bottom: 50px;
    padding-left: 0;
  }
  .projects-header h2 {
    font-size: 34px;
  }
  .project-title {
    font-size: 32px;
  }
  .projects-pagination {
    row-gap: 10px;
    column-gap: 10px;
  }
  .pagination-btn {
    width: 46px;
    height: 46px;
    font-size: 14px;
  }
  .about-info-grid .info-card:last-child:nth-child(odd) {
    grid-column: auto;
  }
  .about-info-grid .info-card:last-child:nth-child(odd) h4 {
    max-width: 100%;
  }
  .about-info-grid .info-card:last-child:nth-child(odd) p {
    max-width: 100%;
  }
  .testimonial-submit-btn {
    grid-column: 1 ;
    grid-row: 4 ;
    width: max-content ;
  }
  .testimonial-review-form {
    grid-template-columns: 1fr ;
    grid-template-rows: auto auto auto ;
  }
  .testimonial-review-input {
    grid-column: 1 ;
    grid-row: 2 ;
    height: 82px ;
    min-height: 82px ;
  }
  .testimonial-form-rating {
    grid-row: 3 ;
    width: 100% ;
  }
  .testimonial-card {
    flex-basis: 100% ;
    width: 100% !important;
    min-width: 100% ;
    padding-right: 26px ;
    padding-left: 26px ;
    max-width: 100% ;
  }
  .testimonial-carousel {
    position: relative;
  }
  .testimonial-arrow {
    position: absolute;
    width: 36px ;
    height: 36px ;
    min-width: 36px ;
    font-size: 15px ;
    top: calc(50% + 22px);
  }
  .testimonial-arrow-prev {
    left: -18px;
  }
  .testimonial-arrow-next {
    right: -18px;
  }
  .faq-layout {
    grid-template-columns: 1fr;
  }
  .contact-header h2 {
    font-size: 38px;
  }
  .contact-connect-hero {
    grid-template-columns: 1fr;
    text-align: center;
    justify-items: center;
  }
  .contact-connect-copy h3 {
    font-size: 25px;
    max-width: 100%;
  }
  .contact-form-row {
    grid-template-columns: 1fr;
    row-gap: 0;
    column-gap: 0;
  }
  .contact-form-head h3 {
    font-size: 26px;
  }
  .footer {
    padding-top: 42px;
    padding-right: 0;
    padding-bottom: 15px;
    padding-left: 0;
  }
  .footer .container {
    padding-right: 10px;
    padding-left: 10px;
  }
  .footer-top {
    grid-template-columns: 1fr ;
    row-gap: 24px;
    column-gap: 24px;
    margin-bottom: 20px;
  }
  .footer-column h4 {
    margin-bottom: 13px;
  }
  .footer-brand .footer-logo {
    height: 44px;
  }
  .footer-brand-text {
    max-width: 100%;
    margin-bottom: 16px;
  }
  .footer-links li {
    margin-bottom: 5px;
  }
  .footer-services li {
    margin-bottom: 5px;
  }
  .footer-bottom {
    padding-top: 14px;
  }
  .hero-left .hero-badge::after {
    width: 38px ;
    flex-basis: 38px ;
  }
  .section-tag {
    font-size: 12px;
    padding-top: 9px;
    padding-right: 14px;
    padding-bottom: 9px;
    padding-left: 14px;
    row-gap: 10px;
    column-gap: 10px;
  }
  .section-tag::before {
    width: 38px;
    flex-basis: 38px;
  }
  .section-tag::after {
    width: 38px;
    flex-basis: 38px;
  }
  .hero-left {
    text-align: center;
    display: contents ;
  }
  .hero-left p {
    margin-top: auto;
    margin-right: auto;
    margin-bottom: 40px;
    margin-left: auto;
    font-size: 16px;
  }
  .hero-social {
    justify-content: center;
    flex-wrap: wrap;
    order: 3 ;
    margin-top: 16px ;
    margin-right: 0 ;
    margin-bottom: 0 ;
    margin-left: 0 ;
  }
  .container {
    padding-top: 0;
    padding-right: 18px;
    padding-bottom: 0;
    padding-left: 18px;
  }
  section {
    padding-top: 90px;
    padding-bottom: 90px;
  }
  .hero-section {
    padding-top: 150px;
    padding-bottom: 32px ;
    display: flex ;
    flex-direction: column ;
    align-items: center ;
  }
  .hero-left h2 {
    font-size: 26px;
  }
  .section-heading h2 {
    font-size: 34px;
  }
  .about-right h2 {
    font-size: 34px;
  }
  .project-content h3 {
    font-size: 30px;
  }
  #performanceGrid {
    grid-template-columns: repeat(4,1fr);
  }
  .faq-intro-illustration img {
    max-width: 330px;
  }
  .angled-btn {
    --ab-h: 50px;
    --ab-icon-w: max(54px,3.8em);
    --ab-pad-x: 22px;
    --ab-cut: 14px;
  }
  .angled-btn--sm {
    --ab-h: 44px;
    --ab-icon-w: max(48px,3.8em);
    --ab-pad-x: 18px;
    --ab-cut: 12px;
  }
  .hero-buttons .angled-btn {
    max-width: 100% ;
    min-width: 0 ;
    flex-grow: 0 ;
    flex-shrink: 1 ;
    flex-basis: auto ;
    --ab-font-size: 13px;
    --ab-icon-size: 13px;
    --ab-cut: 11px;
  }
  .about-left {
    max-width: 540px;
  }
  #experience .experience-stats {
    row-gap: 14px;
    column-gap: 14px;
    overflow-x: visible;
    overflow-y: visible;
  }
  #experience .experience-stat-card {
    min-height: 0;
    padding-top: 18px;
    padding-right: 12px;
    padding-bottom: 18px;
    padding-left: 12px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    row-gap: 8px;
    column-gap: 8px;
    text-align: center;
    background: linear-gradient(
        180deg,
        color-mix(in srgb, var(--bg-2) 90%, transparent),
        color-mix(in srgb, var(--bg-2) 82%, transparent)
    );
    border-top: 1px solid color-mix(in srgb, var(--text-muted) 16%, transparent);
    border-right: 1px solid color-mix(in srgb, var(--text-muted) 16%, transparent);
    border-bottom: 1px solid color-mix(in srgb, var(--text-muted) 16%, transparent);
    border-left: 1px solid color-mix(in srgb, var(--text-muted) 16%, transparent);
    border-top-left-radius: 18px;
    border-top-right-radius: 18px;
    border-bottom-right-radius: 18px;
    border-bottom-left-radius: 18px;
    box-shadow: 0 8px 22px color-mix(in srgb, var(--dark) 16%, transparent);
  }
#experience .experience-stat-card::after {
    display: none;
  }
#experience .experience-stat-content {
    min-width: 0;
    max-width: 100%;
  }
  #experience .experience-stat-icon {
    width: 100%;
    max-width: 50px;
    min-width: 0;
    height: 50px;
    font-size: 22px;
  }
  #experience .experience-stat-content h3 {
    font-size: 24px;
    overflow-wrap: break-word;
  }
  #experience .experience-stat-content p {
    font-size: 13px;
    overflow-wrap: break-word;
  }
  .experience-section-heading h2 {
    font-size: 34px;
  }
  #experience .journey-panel {
    padding-top: 25px;
    padding-right: 18px;
    padding-bottom: 22px;
    padding-left: 18px;
    border-top-left-radius: 22px;
    border-top-right-radius: 22px;
    border-bottom-right-radius: 22px;
    border-bottom-left-radius: 22px;
  }
  #experience .journey-heading h3 {
    font-size: 23px;
  }
  #experience .timeline {
    grid-template-columns: minmax(0,1fr);
    row-gap: 26px;
    column-gap: 0;
    padding-top: 24px;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 0;
  }
  #experience .timeline::before {
    display: none;
  }
  #experience .timeline-item::before {
    display: none;
  }
  #experience .timeline-item {
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 0;
  }
  #experience .timeline-year {
    position: static;
    transform: none;
    display: flex;
    width: max-content;
    margin-top: 0;
    margin-right: auto;
    margin-bottom: 14px;
    margin-left: auto;
  }
  #experience .timeline-card {
    margin-top: 0;
    min-height: 240px;
    padding-top: 21px;
    padding-right: 18px;
    padding-bottom: 19px;
    padding-left: 18px;
    text-align: center;
  }
  #experience .timeline-card-top {
    justify-content: center;
  }
  #experience .experience-tags {
    justify-content: center;
  }
  .experience-section .resume-btn {
    align-self: center;
  }
  .process-section {
    padding-top: 56px;
    padding-bottom: 56px;
  }
  .process-section::before {
    font-size: 64px;
  }
  .process-heading h2 {
    font-size: 36px;
  }
  .process-heading p {
    font-size: 15px;
  }
  .process-section .process-flow {
    grid-template-columns: minmax(0,1fr);
    row-gap: 48px;
    column-gap: 16px;
  }
  .process-section .process-card {
    padding-top: 36px ;
    padding-right: 14px ;
    padding-bottom: 14px ;
    padding-left: 14px ;
    display: grid;
    grid-template-columns: auto minmax(0,1fr);
    grid-template-rows: auto auto;
    column-gap: 14px;
    text-align: left;
    align-items: center;
  }
  .process-section .process-card .process-card-icon {
    grid-column: 1;
    grid-row: 1 / 3;
    align-self: center;
    margin-top: 0 ;
    margin-right: 0 ;
    margin-bottom: 0 ;
    margin-left: 0 ;
  }
  .process-section .process-card h3 {
    grid-column: 2;
    grid-row: 1;
  }
  .process-section .process-card p {
    grid-column: 2;
    grid-row: 2;
    max-width: none;
  }
  .process-section .process-benefits {
    grid-template-columns: repeat(2,minmax(0,1fr));
    row-gap: 14px;
    column-gap: 14px;
    margin-top: 24px;
    overflow-x: visible;
    overflow-y: visible;
  }
  .process-section .process-benefit {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    row-gap: 6px;
    column-gap: 6px;
    padding-top: 20px;
    padding-right: 14px;
    padding-bottom: 20px;
    padding-left: 14px;
    background: linear-gradient(
        180deg,
        color-mix(in srgb, var(--bg-2) 92%, transparent),
        color-mix(in srgb, var(--bg-2) 84%, transparent)
    );
    border-top: 1px solid color-mix(in srgb, var(--text-muted) 16%, transparent);
    border-right: 1px solid color-mix(in srgb, var(--text-muted) 16%, transparent);
    border-bottom: 1px solid color-mix(in srgb, var(--text-muted) 16%, transparent);
    border-left: 1px solid color-mix(in srgb, var(--text-muted) 16%, transparent);
    border-top-left-radius: 16px;
    border-top-right-radius: 16px;
    border-bottom-right-radius: 16px;
    border-bottom-left-radius: 16px;
    box-shadow: 0 8px 22px color-mix(in srgb, var(--dark) 14%, transparent);
  }
  .process-section .process-benefit::after {
    display: none;
  }
  .process-section .process-benefit h4 {
    font-size: 15px;
  }
  .process-section .process-benefit:nth-child(3)::before {
    display: none;
  }
  .hero-left .hero-badge {
    margin-bottom: 24px ;
    flex-wrap: nowrap ;
    white-space: nowrap ;
    line-height: 1.2 ;
  }
  .hero-left h1 {
    font-size: clamp(44px,13vw,54px) ;
    text-align: center ;
  }
  .hero-profession {
    display: flex ;
    flex-wrap: nowrap ;
    justify-content: center ;
    align-items: center ;
    row-gap: 10px ;
    column-gap: 10px ;
    margin-top: 22px ;
    margin-right: 0 ;
    margin-bottom: 24px ;
    margin-left: 0 ;
    font-size: clamp(19px,5.8vw,24px) ;
    white-space: nowrap ;
    min-width: 0 ;
    max-width: 100% ;
  }
  .hero-profession #typing-text {
    white-space: nowrap ;
  }
  .hero-dot {
    width: 10px ;
    height: 10px ;
    flex-grow: 0 ;
    flex-shrink: 0 ;
    flex-basis: 10px ;
  }
  .hero-buttons {
    flex-wrap: nowrap ;
    display: flex ;
    row-gap: 10px ;
    column-gap: 10px ;
    width: 100% ;
    margin-top: 0 ;
    margin-right: 0 ;
    margin-bottom: 4px ;
    margin-left: 0 ;
  }
  .hero-visual {
    width: min(380px,100vw - 36px) ;
    max-width: 380px ;
    min-height: min(380px,100vw - 36px) ;
  }
  .hero-visual .hero-tech-orbit-single {
    top: clamp(13px,4.5vw,17px) ;
    right: clamp(13px,4.5vw,17px) ;
    bottom: clamp(13px,4.5vw,17px) ;
    left: clamp(13px,4.5vw,17px) ;
  }
.hero-visual .hero-tech-orbit-single > .hero-tech-chip > i {
    width: clamp(26px,9vw,34px) ;
    height: clamp(26px,9vw,34px) ;
    font-size: clamp(12px,4.4vw,16px) ;
    border-top-width: 2px ;
    border-right-width: 2px ;
    border-bottom-width: 2px ;
    border-left-width: 2px ;
  }
  .scroll-indicator {
    display: flex ;
    transform: none ;
    bottom: auto ;
    position: static ;
    left: auto ;
    right: auto ;
    order: 2 ;
    margin-top: 26px ;
    margin-right: auto ;
    margin-bottom: 0 ;
    margin-left: auto ;
  }
  .hero-wrapper {
    row-gap: 0 ;
    column-gap: 0 ;
    display: flex ;
    flex-direction: column ;
    align-items: stretch ;
  }
  .hero-right {
    margin-top: 16px ;
    order: 2 ;
    width: 100% ;
    min-height: 100% ;
  }
  .hero-section .container {
    width: 100% ;
    order: 1 ;
  }
  .tech-stack-section {
    padding-top: 34px;
    padding-bottom: 34px;
  }
  .tech-header {
    margin-bottom: 36px;
  }
  .tech-row-title {
    padding-top: 0 ;
    padding-right: 20px ;
    padding-bottom: 0 ;
    padding-left: 20px ;
    margin-top: 24px ;
    margin-right: 0 ;
    margin-bottom: 10px ;
    margin-left: 0 ;
  }
  .tech-track {
    row-gap: 16px ;
    column-gap: 16px ;
    padding-top: 10px ;
    padding-right: 0 ;
    padding-bottom: 10px ;
    padding-left: 0 ;
  }
  .tech-card {
    width: 114px ;
    min-width: 114px ;
    height: 114px ;
    padding-top: 14px ;
    padding-right: 14px ;
    padding-bottom: 14px ;
    padding-left: 14px ;
  }
  .tech-card i {
    margin-bottom: 12px ;
  }
  .about-section {
    padding-top: 40px ;
    padding-right: 0 ;
    padding-bottom: 40px ;
    padding-left: 0 ;
  }
  .about-header {
    margin-top: 0 ;
    margin-right: auto ;
    margin-bottom: 26px ;
    margin-left: auto ;
  }
  .about-header h2 {
    font-size: min(46px,calc((100vw - 36px) / 10));
    white-space: normal ;
    line-height: 1.2;
    margin-top: 14px ;
    margin-right: 0 ;
    margin-bottom: 10px ;
    margin-left: 0 ;
  }
  .about-header h2 span {
    white-space: nowrap;
  }
  .about-header p {
    font-size: 15px;
    line-height: 1.7;
    margin-top: 12px;
    margin-right: auto;
    margin-bottom: 0;
    margin-left: auto;
  }
  .about-wrapper {
    row-gap: 26px ;
    column-gap: 26px ;
  }
  .about-scene {
    --du: calc((100vw - 36px) / 540);
    width: 100% !important;
    height: 100% !important;
    zoom: normal !important;
    max-width: 100% ;
  }
  .about-orbit {
    width: calc(var(--du) * 560) ;
    height: calc(var(--du) * 560) ;
    left: 50% !important;
    top: 50% !important;
    transform: translate(-50%,-50%) !important;
  }
  .orbit-dot {
    width: calc(var(--du) * 10) ;
    height: calc(var(--du) * 10) ;
  }
  .dot-1 {
    top: calc(var(--du) * 65) ;
    left: 50% ;
    transform: translateX(-50%) !important;
  }
  .dot-2 {
    right: calc(var(--du) * 65) ;
    top: 50% ;
    transform: translateY(-50%) !important;
  }
  .dot-3 {
    bottom: calc(var(--du) * 65) ;
    left: 50% ;
    transform: translateX(-50%) !important;
  }
  .dot-4 {
    left: calc(var(--du) * 65) ;
    top: 50% ;
    transform: translateY(-50%) !important;
  }
  .orbit-icon {
    width: calc(var(--du) * 72) ;
    height: calc(var(--du) * 72) ;
    border-top-left-radius: calc(var(--du) * 22) ;
    border-top-right-radius: calc(var(--du) * 22) ;
    border-bottom-right-radius: calc(var(--du) * 22) ;
    border-bottom-left-radius: calc(var(--du) * 22) ;
    font-size: calc(var(--du) * 29) ;
  }
  .orbit-icon.wordpress {
    top: calc(var(--du) * 95) !important;
    left: calc(var(--du) * 18) !important;
  }
  .orbit-icon.woo {
    bottom: calc(var(--du) * 105) !important;
    left: calc(var(--du) * 45) !important;
  }
  .orbit-icon.shopify {
    top: calc(var(--du) * 105) !important;
    right: calc(var(--du) * 20) !important;
  }
  .orbit-icon.laravel {
    bottom: calc(var(--du) * 95) !important;
    right: calc(var(--du) * 35) !important;
  }
  .about-card {
    width: calc(var(--du) * 188) ;
    padding-top: calc(var(--du) * 18) ;
    padding-right: calc(var(--du) * 18) ;
    padding-bottom: calc(var(--du) * 18) ;
    padding-left: calc(var(--du) * 18) ;
    border-top-left-radius: calc(var(--du) * 22) ;
    border-top-right-radius: calc(var(--du) * 22) ;
    border-bottom-right-radius: calc(var(--du) * 22) ;
    border-bottom-left-radius: calc(var(--du) * 22) ;
    max-width: 100% ;
  }
  .about-card h3 {
    font-size: calc(var(--du) * 40) ;
    line-height: 1;
    margin-top: 0 ;
    margin-right: 0 ;
    margin-bottom: calc(var(--du) * 8) ;
    margin-left: 0 ;
  }
  .about-card span {
    font-size: calc(var(--du) * 15) ;
    line-height: 1.6 ;
  }
.experience-card {
    top: calc(var(--du) * 55) !important;
    right: 0 !important;
  }
  .about-card.project-card {
    bottom: calc(var(--du) * 45);
    left: 0;
    right: auto;
    top: auto;
    animation: cardFloatOne 5s ease-in-out infinite;
  }
  .about-image {
    width: calc(var(--du) * 390) ;
    height: calc(var(--du) * 500) ;
    left: 50% !important;
    top: 50% !important;
    transform: translate(-50%,-50%) !important;
    border-top-left-radius: calc(var(--du) * 32) ;
    border-top-right-radius: calc(var(--du) * 32) ;
    border-bottom-right-radius: calc(var(--du) * 32) ;
    border-bottom-left-radius: calc(var(--du) * 32) ;
  }
  .about-image::before {
    border-top-left-radius: calc(var(--du) * 32) ;
    border-top-right-radius: calc(var(--du) * 32) ;
    border-bottom-right-radius: calc(var(--du) * 32) ;
    border-bottom-left-radius: calc(var(--du) * 32) ;
  }
  .about-image::after {
    height: calc(var(--du) * 180) ;
  }
  .about-right {
    padding-left: 0 ;
    text-align: left ;
    max-width: 100% ;
  }
  .about-label {
    margin-top: 0 ;
    margin-right: 0 ;
    margin-bottom: 14px ;
    margin-left: 0 ;
  }
  .about-right h3 {
    font-size: min(44px,calc((100vw - 36px) / 10.5)) ;
    line-height: 1.2 ;
    margin-bottom: 16px ;
  }
  .about-right h3 span {
    white-space: nowrap;
  }
  .about-right p {
    text-align: left ;
    font-size: 15.5px ;
    line-height: 1.75 ;
    margin-bottom: 14px ;
  }
  .about-info-grid {
    grid-template-columns: repeat(2,minmax(0,1fr)) ;
    row-gap: 12px ;
    column-gap: 12px ;
    margin-top: 20px !important;
  }
  .about-info-grid > .info-card {
    min-height: 0 ;
    padding-top: 16px ;
    padding-right: 10px ;
    padding-bottom: 16px ;
    padding-left: 10px ;
    min-width: 0 ;
    row-gap: 0 !important;
  }
  .about-info-grid > .info-card .info-icon {
    width: 46px ;
    height: 46px ;
    min-width: 0 ;
    font-size: 19px ;
    justify-self: center ;
    align-self: center ;
    border-top-left-radius: 13px ;
    border-top-right-radius: 13px ;
    border-bottom-right-radius: 13px ;
    border-bottom-left-radius: 13px ;
    margin-bottom: 10px ;
  }
  .about-info-grid > .info-card h4 {
    font-size: 16px ;
    margin-bottom: 4px ;
    line-height: 1.25 ;
    text-align: center ;
  }
  .about-info-grid > .info-card p {
    font-size: 12.5px ;
    margin-top: 0 ;
    margin-right: 0 ;
    margin-bottom: 0 ;
    margin-left: 0 ;
    line-height: 1.55 ;
    text-align: center ;
  }
  .about-info-grid > .info-card::after {
    width: 42px ;
    bottom: 0 ;
  }
  .about-info-grid > .info-card:last-child:nth-child(odd) {
    grid-column: 1 / -1 ;
    width: 100% ;
    grid-template-columns: 52px minmax(0,1fr) !important;
    grid-template-rows: auto auto ;
    justify-items: start ;
    text-align: left ;
    column-gap: 14px !important;
    padding-top: 16px ;
    padding-right: 18px ;
    padding-bottom: 16px ;
    padding-left: 18px ;
    min-height: 0 ;
  }
  .about-info-grid > .info-card:last-child:nth-child(odd) .info-icon {
    grid-column: 1 ;
    grid-row: 1 / span 2 ;
    justify-self: center ;
    align-self: center ;
    width: 52px ;
    height: 52px ;
    min-width: 0 ;
    border-top-left-radius: 15px ;
    border-top-right-radius: 15px ;
    border-bottom-right-radius: 15px ;
    border-bottom-left-radius: 15px ;
    font-size: 21px ;
    margin-top: 0 ;
    margin-right: 0 ;
    margin-bottom: 0 ;
    margin-left: 0 ;
  }
  .about-info-grid > .info-card:last-child:nth-child(odd) h4 {
    grid-column: 2 ;
    grid-row: 1 ;
    justify-self: start ;
    align-self: end ;
    margin-top: 0 ;
    margin-right: 0 ;
    margin-bottom: 2px ;
    margin-left: 0 ;
    font-size: 16.5px ;
    line-height: 1.2 ;
    max-width: 100% ;
    text-align: left ;
  }
  .about-info-grid > .info-card:last-child:nth-child(odd) p {
    grid-column: 2 ;
    grid-row: 2 ;
    justify-self: start ;
    align-self: start ;
    margin-top: 0 ;
    margin-right: 0 ;
    margin-bottom: 0 ;
    margin-left: 0 ;
    font-size: 12.5px ;
    line-height: 1.6 ;
    max-width: 100% ;
    text-align: left ;
  }
  .about-info-grid > .info-card:last-child:nth-child(odd)::before {
    display: block ;
    left: 84px ;
    top: 16px ;
    bottom: 16px ;
  }
  .about-info-grid > .info-card:last-child:nth-child(odd)::after {
    left: 22px ;
    transform: none ;
    width: 42px ;
    bottom: 0 ;
  }
  .about-footer {
    grid-template-columns: minmax(0,1fr) ;
    justify-items: center ;
    row-gap: 18px ;
    margin-top: 28px ;
    padding-top: 24px ;
    padding-right: 20px ;
    padding-bottom: 24px ;
    padding-left: 20px ;
  }
  .about-quote {
    grid-column: 1 ;
    row-gap: 12px ;
    column-gap: 12px ;
  }
  .about-quote i {
    font-size: 24px ;
    margin-top: 3px ;
  }
  .about-quote p {
    font-size: 15px ;
    line-height: 1.7 ;
  }
  .about-signature h3 {
    font-size: clamp(20px,5.6vw,24px) ;
    white-space: nowrap ;
  }
  .about-signature span {
    font-size: 13px ;
    margin-top: 6px ;
  }
  .about-footer .angled-btn {
    justify-self: center ;
    align-self: center ;
  }
  .featured-number {
    font-size: 15px ;
    margin-bottom: 10px ;
  }
  .featured-content h3 {
    font-size: 24px ;
    margin-bottom: 12px ;
    line-height: 1.15 ;
  }
  .platform-title {
    font-size: 12px ;
    letter-spacing: 2px ;
    margin-bottom: 12px ;
  }
  .platform-grid {
    grid-template-columns: repeat(2,minmax(0,1fr)) ;
    max-width: 100% ;
    width: 100% ;
  }
  .platform-card {
    min-height: 0 ;
    width: 100% ;
    min-width: 0 ;
  }
  .platform-name {
    overflow-wrap: normal ;
    white-space: nowrap ;
    word-break: normal ;
  }
  .project-card {
    bottom: calc(var(--du) * 45) !important;
    left: calc(var(--du) * 12) !important;
    width: calc(var(--du) * 180) !important;
    height: auto !important;
    max-height: none !important;
    z-index: 40 ;
  }
  .project-actions {
    align-items: stretch ;
    width: 100% ;
    display: grid ;
    grid-template-columns: repeat(2,minmax(0,1fr)) ;
    grid-template-rows: auto auto ;
    margin-top: 0 ;
    margin-right: 0 ;
    margin-bottom: 0 ;
    margin-left: 0 ;
    justify-items: stretch ;
  }
  .project-actions .angled-btn.project-btn {
    width: 100% ;
    max-width: 100% ;
    flex-grow: 0 ;
    flex-shrink: 1 ;
    flex-basis: auto ;
    --ab-gap: 0px;
  }
  .project-actions .angled-btn.project-btn .angled-btn-label {
    flex-grow: 1 ;
    flex-shrink: 1 ;
    flex-basis: auto ;
    width: auto ;
    max-width: 100% ;
    min-width: 0 ;
    padding-top: 0 ;
    padding-right: var(--ab-pad-x) ;
    padding-bottom: 0 ;
    padding-left: var(--ab-pad-x) ;
  }
  .project-actions #caseStudyBtn {
    grid-column: 1 / -1;
  }
  .project-actions #caseStudyBtn .angled-btn-icon {
    padding-right: calc((var(--ab-icon-w) - var(--ab-icon-size)) / 2 + 10px) ;
  }
}

/* ==== ==== BASE (always-on, no media query; one declaration per property) ==== ==== */

  .hero-wrapper {
    min-width: 0;
    max-width: 100%;
  }

  .about-wrapper {
    min-width: 0;
    max-width: 100%;
  }

  .about-info-grid {
    min-width: 0;
    max-width: 100%;
  }

  .services-grid {
    min-width: 0;
    max-width: 100%;
  }

  .featured-service {
    min-width: 0;
    max-width: 100%;
  }

.testimonial-review-panel {
    min-width: 0;
  }

  .testimonial-form-top {
    min-width: 0;
    max-width: 100%;
  }

.testimonial-stars {
    max-width: 100%;
  }

  .testimonial-form-rating {
    max-width: 100%;
  }

  .testimonial-grid {
    min-width: 0;
    max-width: 100%;
  }

  .footer-top {
    min-width: 0;
    max-width: 100%;
  }

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

  .contact-connect-card {
    min-width: 0;
    max-width: 100%;
  }

  .projects-grid {
    min-width: 0;
    max-width: 100%;
  }

  #performanceGrid {
    min-width: 0;
    max-width: 100%;
  }

  .technology-list {
    min-width: 0;
    max-width: 100%;
  }

  .about-visual {
    min-width: 0;
    max-width: 100%;
  }

  .hero-wrapper > * {
    min-width: 0;
    max-width: 100%;
  }

  .about-wrapper > * {
    min-width: 0;
    max-width: 100%;
  }

  .about-info-grid > * {
    min-width: 0;
    max-width: 100%;
  }

  .services-grid > * {
    min-width: 0;
    max-width: 100%;
  }

  .featured-service > * {
    min-width: 0;
    max-width: 100%;
  }

  .footer-top > * {
    min-width: 0;
    max-width: 100%;
  }

  .projects-grid > * {
    min-width: 0;
    max-width: 100%;
  }

  .contact-form-card > * {
    min-width: 0;
    max-width: 100%;
  }

  .contact-connect-card > * {
    min-width: 0;
    max-width: 100%;
  }

  .technology-list > * {
    min-width: 0;
    max-width: 100%;
  }

  .featured-service .featured-left {
    min-width: 0;
  }

  .featured-service .featured-content {
    min-width: 0;
  }

  .featured-service .featured-preview {
    min-width: 0;
  }

  .hero-badge {
    min-width: 0;
    overflow-wrap: anywhere;
  }

  .section-tag {
    min-width: 0;
    overflow-wrap: anywhere;
  }

  .tech-row-title {
    min-width: 0;
    overflow-wrap: anywhere;
  }

  .tech-row-title span {
    min-width: 0;
    overflow-wrap: anywhere;
  }

  .project-title {
    min-width: 0;
    overflow-wrap: anywhere;
  }

  .project-status {
    min-width: 0;
    overflow-wrap: anywhere;
  }

.project-country-top {
    overflow-wrap: anywhere;
  }

  .about-label {
    min-width: 0;
    overflow-wrap: anywhere;
  }

  .about-footer {
    min-width: 0;
    overflow-wrap: anywhere;
  }

  .about-quote {
    min-width: 0;
    overflow-wrap: anywhere;
  }

  .platform-name {
    min-width: 0;
  }

  .nav-link {
    min-width: 0;
    overflow-wrap: anywhere;
  }

  .header-brand {
    min-width: 0;
    overflow-wrap: anywhere;
  }

  .header-hire-btn {
    min-width: 0;
    overflow-wrap: anywhere;
  }

  .hero-name {
    overflow-wrap: break-word;
    word-break: break-word;
    max-width: 100%;
  }

  .about-right h3 {
    overflow-wrap: break-word;
    word-break: break-word;
    max-width: 100%;
  }

  .services-header h2 {
    overflow-wrap: break-word;
    word-break: break-word;
    max-width: 100%;
  }

  .about-header h2 {
    overflow-wrap: break-word;
    word-break: break-word;
    max-width: 100%;
  }

  .projects-header h2 {
    overflow-wrap: break-word;
    word-break: break-word;
    max-width: 100%;
  }

  .testimonial-heading h2 {
    overflow-wrap: break-word;
    word-break: break-word;
    max-width: 100%;
  }

  .tech-marquee {
    max-width: 100vw;
  }

/* ==== ==== @media (min-width:577px) and (max-width:1024px) ==== ==== */

@media (min-width:577px) and (max-width:1024px) {
  .hero-left {
    text-align: center ;
  }
  .hero-left p {
    margin-top: auto ;
    margin-right: auto ;
    margin-bottom: 40px ;
    margin-left: auto ;
  }
  .hero-buttons {
    margin-bottom: 20px ;
  }
  .hero-social {
    justify-content: center ;
  }
  .hero-left h1 {
    white-space: nowrap;
  }
  .hero-name span {
    display: inline;
  }
  .hero-profession {
    justify-content: center;
    text-align: center;
  }
  .hero-wrapper {
    row-gap: 32px;
    column-gap: 32px;
  }
  .hero-right {
    margin-top: 12px;
  }
.hero-visual .hero-tech-orbit-single {
    top: 0 ;
    right: 0 ;
    bottom: 0 ;
    left: 0 ;
  }
  .tech-card {
    padding-top: 22px;
    padding-right: 18px;
    padding-bottom: 22px;
    padding-left: 18px;
  }
  .tech-row-title {
    margin-top: 30px;
    margin-right: 0;
    margin-bottom: 14px;
    margin-left: 0;
  }
  .about-header h2 {
    font-size: clamp(36px,6vw,56px);
    white-space: nowrap;
  }
  .about-left {
    max-width: 620px;
  }
  .about-wrapper {
    row-gap: 34px;
    column-gap: 34px;
  }
  .about-right {
    padding-left: 0;
  }
  .about-info-grid {
    grid-template-columns: repeat(3,minmax(0,1fr)) ;
  }
  .about-info-grid > .info-card {
    grid-column: auto ;
  }
  .about-info-grid .info-card:last-child:nth-child(odd) {
    grid-column: auto ;
    grid-template-columns: 1fr !important;
    grid-template-rows: auto auto auto ;
    justify-items: center ;
    align-items: center ;
    align-content: center ;
    text-align: center ;
    column-gap: 0 !important;
  }
  .about-info-grid > .info-card:last-child:nth-child(odd) {
    grid-column: auto ;
    grid-template-columns: 1fr !important;
    grid-template-rows: auto auto auto ;
    justify-items: center ;
    text-align: center ;
    column-gap: 0 !important;
  }
  .about-info-grid > .info-card .info-icon {
    margin-bottom: 14px ;
  }
  .about-info-grid .info-card:last-child:nth-child(odd) .info-icon {
    grid-column: 1 ;
    grid-row: 1 ;
    margin-top: 0 ;
    margin-right: 0 ;
    margin-bottom: 14px ;
    margin-left: 0 ;
  }
  .about-info-grid > .info-card h4 {
    margin-bottom: 8px ;
  }
  .about-info-grid .info-card:last-child:nth-child(odd) h4 {
    max-width: 100% ;
    grid-column: 1 ;
    grid-row: 2 ;
    justify-self: center ;
    align-self: center ;
    margin-top: 0 ;
    margin-right: 0 ;
    margin-bottom: 8px ;
    margin-left: 0 ;
  }
  .about-info-grid .info-card:last-child:nth-child(odd) p {
    max-width: 100% ;
    grid-column: 1 ;
    grid-row: 3 ;
    justify-self: center ;
    align-self: center ;
  }
  .about-info-grid .info-card:last-child:nth-child(odd)::before {
    display: none ;
  }
  .about-info-grid .info-card:last-child:nth-child(odd)::after {
    left: 50% ;
    transform: translateX(-50%) ;
  }
  .about-footer {
    grid-template-columns: auto auto ;
    row-gap: 22px ;
    margin-top: 32px ;
    padding-top: 28px ;
    padding-right: 26px ;
    padding-bottom: 28px ;
    padding-left: 26px ;
    justify-content: center ;
    column-gap: 26px ;
    text-align: center ;
  }
  .about-quote {
    grid-column: 1/-1 ;
  }
  .services-header h2 {
    font-size: clamp(24px,4.2vw,41px);
    white-space: nowrap;
  }
  .featured-service {
    grid-template-columns: minmax(190px,230px) 1fr ;
    justify-items: stretch ;
    text-align: left ;
    border-top-left-radius: 26px ;
    border-top-right-radius: 26px ;
    border-bottom-right-radius: 26px ;
    border-bottom-left-radius: 26px ;
    row-gap: clamp(20px,3vw,34px) ;
    column-gap: clamp(20px,3vw,34px) ;
    padding-top: clamp(28px,4vw,44px) ;
    padding-right: clamp(28px,4vw,44px) ;
    padding-bottom: clamp(28px,4vw,44px) ;
    padding-left: clamp(28px,4vw,44px) ;
    align-items: center ;
  }
  .featured-service .featured-left {
    justify-content: center ;
  }
  .featured-content p {
    margin-left: 0 ;
    margin-right: 0 ;
  }
  .services-grid {
    grid-template-columns: repeat(2,minmax(0,1fr)) ;
    row-gap: 22px ;
    column-gap: 22px ;
  }
  .service-card {
    grid-column: auto ;
  }
  .wide-card {
    grid-column: 1/-1 ;
  }
  #experience .timeline {
    grid-template-columns: repeat(2,minmax(0,1fr)) ;
    row-gap: 40px ;
    column-gap: 24px ;
    padding-top: 48px ;
  }
  #experience .timeline::before {
    display: none ;
  }
  #experience .timeline-item:nth-child(odd)::after {
    content: '' ;
    position: absolute ;
    left: 0 ;
    top: -17px ;
    width: calc(200% + 24px) ;
    height: 1px ;
    background: linear-gradient(
            90deg,
            rgba(37,99,255,.25),
            rgba(139,92,248,.48) 50%,
            rgba(37,99,255,.25)
        ) ;
    z-index: 1 ;
  }
  #experience .timeline-item::before {
    display: block ;
    left: 50% ;
    top: -17px ;
    transform: translate(-50%,-50%) ;
    z-index: 3 ;
  }
  #experience .timeline-year {
    position: absolute ;
    transform: translate(-50%,-50%) ;
    margin-top: 0 ;
    margin-right: 0 ;
    margin-bottom: 0 ;
    margin-left: 0 ;
    left: 50% ;
    top: 22px ;
    z-index: 4 ;
  }
  #experience .timeline-card {
    margin-top: 53px ;
  }
  .process-flow {
    grid-template-columns: repeat(3,minmax(0,1fr)) ;
    row-gap: 24px ;
    column-gap: 18px ;
  }
  .process-section .process-card {
    padding-right: 16px ;
    padding-bottom: 22px ;
    padding-left: 16px ;
  }
  .process-benefits {
    grid-template-columns: repeat(2,minmax(0,1fr)) ;
  }
  .process-benefit:not(:last-child)::after {
    left: auto ;
    right: 0 ;
    top: 23px ;
    bottom: 23px ;
    width: 1px ;
    height: auto ;
  }
  .process-benefit:nth-child(2)::after {
    display: none ;
  }
  .faq-layout {
    grid-template-columns: minmax(210px,.72fr) minmax(0,1.28fr) ;
    row-gap: 24px ;
    column-gap: 24px ;
    align-items: stretch ;
  }
  .faq-intro-card {
    padding-top: 26px ;
    padding-right: 22px ;
    padding-bottom: 26px ;
    padding-left: 22px ;
  }
  .faq-intro-illustration {
    max-width: 250px ;
    height: auto ;
  }
  .faq-intro-illustration img {
    max-width: 240px ;
  }
  .angled-btn {
    --ab-h: 54px;
    --ab-icon-w: max(58px,3.8em);
    --ab-pad-x: 24px;
    --ab-cut: 15px;
  }
  .angled-btn--sm {
    --ab-h: 46px;
    --ab-icon-w: max(50px,3.8em);
    --ab-pad-x: 20px;
    --ab-cut: 13px;
  }
  #performanceGrid {
    grid-template-columns: repeat(2,1fr);
  }
  .testimonial-heading h2 {
    font-size: clamp(38px,4.5vw,52px);
  }
  .testimonial-review-panel {
    grid-template-columns: 1fr ;
    row-gap: 18px ;
    column-gap: 18px ;
  }
  .testimonial-review-form {
    grid-template-columns: repeat(2,minmax(0,1fr)) ;
    grid-template-rows: auto auto ;
    row-gap: 10px ;
    column-gap: 12px ;
  }
  .testimonial-form-top {
    flex-direction: column ;
    row-gap: 10px ;
    column-gap: 10px ;
  }
  .testimonial-form-top input {
    width: 100% ;
  }
  .testimonial-review-input {
    grid-column: 2 ;
    grid-row: 1 ;
    height: 96px ;
    min-height: 96px ;
  }
  .testimonial-form-rating {
    grid-row: 2 ;
    width: auto ;
    flex-grow: 0 ;
    flex-shrink: 0 ;
    flex-basis: auto ;
  }
  .testimonial-submit-btn {
    grid-column: 2 ;
    grid-row: 2 ;
    width: 100% ;
  }
  .testimonial-grid {
    padding-top: 4px ;
    padding-right: 0 ;
    padding-bottom: 8px ;
    padding-left: 0 ;
  }
  .testimonial-card {
    flex-basis: calc(50% - 12px) ;
    width: calc(50% - 12px) !important;
    min-width: calc(50% - 12px) ;
    padding-right: 20px ;
    padding-left: 20px ;
    max-width: calc(50% - 12px) ;
  }
  .testimonial-arrow {
    width: 40px ;
    height: 40px ;
    min-width: 40px ;
    font-size: 16px ;
  }
  .footer-brand .footer-logo {
    height: 48px;
  }
  .footer-top {
    grid-template-columns: repeat(2,minmax(0,1fr)) ;
    row-gap: 26px;
    column-gap: 20px;
  }
}

/* ==== ==== @media (min-width:361px) and (max-width:576px) ==== ==== */

@media (min-width:361px) and (max-width:576px) {
  .hero-left .hero-badge {
    row-gap: 6px ;
    column-gap: 6px ;
    padding-top: 5px ;
    padding-right: 8px ;
    padding-bottom: 5px ;
    padding-left: 8px ;
    font-size: clamp(9.5px,2.9vw,11px) ;
    letter-spacing: .5px ;
  }
  .hero-left .hero-badge::before {
    width: 24px ;
    flex-basis: 24px ;
  }
  .hero-buttons .angled-btn {
    --ab-h: 46px;
    --ab-icon-w: max(36px,3.2em);
    --ab-pad-x: 11px;
  }
  .featured-service {
    row-gap: 20px ;
    column-gap: 20px ;
    padding-top: 26px ;
    padding-right: 18px ;
    padding-bottom: 22px ;
    padding-left: 18px ;
  }
  .cms-orbit {
    width: 150px ;
    height: 150px ;
  }
  .ring-1 {
    width: 150px ;
    height: 150px ;
  }
  .ring-2 {
    width: 116px ;
    height: 116px ;
  }
  .ring-3 {
    width: 82px ;
    height: 82px ;
  }
  .cms-logo {
    width: 62px ;
    height: 62px ;
    font-size: 30px ;
  }
  .cms-logo::after {
    width: 85px ;
    height: 85px ;
  }
  .platform-grid {
    row-gap: 10px ;
    column-gap: 10px ;
  }
  .platform-card {
    padding-top: 12px ;
    padding-right: 12px ;
    padding-bottom: 12px ;
    padding-left: 12px ;
    row-gap: 10px ;
    column-gap: 10px ;
  }
  .platform-icon {
    width: 36px ;
    height: 36px ;
    border-top-left-radius: 11px ;
    border-top-right-radius: 11px ;
    border-bottom-right-radius: 11px ;
    border-bottom-left-radius: 11px ;
    font-size: 17px ;
  }
  .platform-name {
    font-size: clamp(12px,3.4vw,14px) ;
  }
}

/* ==== ==== @media (max-width:380px) ==== ==== */

@media (max-width:380px) {
  .preloader-mark {
    width: 220px;
    height: 220px;
  }
  .preloader-ring-one {
    width: 166px;
    height: 166px;
  }
  .preloader-ring-two {
    width: 202px;
    height: 202px;
  }
  .preloader-core {
    width: 138px;
    height: 138px;
  }
  .preloader-monogram {
    font-size: 43px;
  }
  .preloader-name {
    font-size: 9px;
  }
  .preloader-role {
    font-size: 6px;
  }
  .preloader-loading {
    font-size: 13px;
    letter-spacing: 5px;
  }
  .preloader-subtitle {
    font-size: 11px;
  }
}

/* ==== ==== @media (max-width:360px) ==== ==== */

@media (max-width:360px) {
  .hero-left .hero-badge {
    row-gap: 5px ;
    column-gap: 5px ;
    padding-top: 4px ;
    padding-right: 5px ;
    padding-bottom: 4px ;
    padding-left: 5px ;
    font-size: 9px ;
    letter-spacing: .2px ;
  }
  .hero-left .hero-badge::before {
    width: 18px ;
    flex-basis: 18px ;
  }
  .hero-buttons .angled-btn {
    --ab-h: 44px;
    --ab-icon-w: 32px;
    --ab-pad-x: 8px;
  }
  .featured-service {
    row-gap: 16px ;
    column-gap: 16px ;
    padding-top: 22px ;
    padding-right: 14px ;
    padding-bottom: 20px ;
    padding-left: 14px ;
  }
  .cms-orbit {
    width: 132px ;
    height: 132px ;
  }
  .ring-1 {
    width: 132px ;
    height: 132px ;
  }
  .ring-2 {
    width: 102px ;
    height: 102px ;
  }
  .ring-3 {
    width: 72px ;
    height: 72px ;
  }
  .cms-logo {
    width: 54px ;
    height: 54px ;
    font-size: 26px ;
  }
  .cms-logo::after {
    width: 74px ;
    height: 74px ;
  }
  .platform-grid {
    row-gap: 8px ;
    column-gap: 8px ;
  }
  .platform-card {
    padding-top: 10px ;
    padding-right: 8px ;
    padding-bottom: 10px ;
    padding-left: 8px ;
    row-gap: 8px ;
    column-gap: 8px ;
  }
  .platform-icon {
    width: 32px ;
    height: 32px ;
    border-top-left-radius: 10px ;
    border-top-right-radius: 10px ;
    border-bottom-right-radius: 10px ;
    border-bottom-left-radius: 10px ;
    font-size: 16px ;
  }
  .platform-name {
    font-size: 12px ;
  }
}

/* ==== ==== @media (max-width:340px) ==== ==== */

@media (max-width:340px) {
  .project-actions {
    row-gap: 8px ;
    column-gap: 8px ;
  }
  .project-actions .angled-btn.project-btn {
    --ab-h: 46px;
    --ab-font-size: 12px;
    --ab-icon-w: 40px;
    --ab-icon-size: 12px;
    --ab-pad-x: 8px;
    --ab-cut: 11px;
  }
}

/* ==== Reduced-motion guards (single block, kept after all base rules) ==== */

@media (prefers-reduced-motion: reduce) {
  .hero-tech-orbit,
  .hero-tech-chip,
  .hero-tech-chip i,
  .hero-tech-orbit-single,
  .hero-tech-orbit-single .hero-tech-chip i,
  .hero-visual .hero-tech-orbit-single,
  .hero-visual-glow,
  .hero-visual-ring-1,
  .hero-visual-profile::before {
    animation: none !important;
  }
  .desktop-preview.shot-scrollable img,
  .tablet-preview.shot-scrollable img,
  .mobile-preview.shot-scrollable img,
  .device-screen.shot-scrollable img {
    transition: none !important;
    transform: none !important;
  }
}

@media (max-width:991px){
@container about (max-width:539px){
.about-scene{
    zoom:calc(100cqw / 540px);
}
}
}

@media (min-width:577px) and (max-width:1024px){
@container about (max-width:620px){
.about-scene{
    zoom:calc(100cqw / 540px);
}
}
}
