body {color: #fff;}
button {
  cursor: pointer;
  font-family: Inter, sans-serif;
  transition: all .3s;
}
.fs-40 {font-size: 40px;}

/*Hero Section Start*/
    .hero-section {
        background: linear-gradient(135deg, #00652f 0%, #094 100%);
        padding: 50px 0;
        position: relative;
        overflow: hidden;
    }
    .hero-section:before {
        content: "";
        background: radial-gradient(circle at 100% 0, #ffcf1826, #0000 60%);
        width: 50%;
        height: 100%;
        position: absolute;
        top: 0;
        right: 0;
    }
    .hero-container {
    grid-template-columns: 1fr;
    align-items: center;
    gap: 20px;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 ;
    display: grid;
    }

    .hero-content {
    z-index: 2;
    position: relative;
    }

    .hero-tagline {
    color: #ffcf18;
    letter-spacing: .5px;
    margin-bottom: 16px;
    font-size: .875rem;
    font-weight: 500;
    }

    .hero-buttons {
    flex-wrap: wrap;
    gap: 16px;
    margin-bottom: 32px;
    margin-top: 20px;
    display: flex;
    }

    .hero-btn-primary {
    background-color: #ffcf18 !important;
    color: #000 !important;
    border: none;
    border-radius: 8px;
    padding: 14px 32px;
    font-size: 16px;
    font-weight: 600;
    }

    .hero-btn-primary:hover {
    background-color: #e6ba00;
    transform: translateY(-2px);
    }

    .hero-btn-secondary {
    color: #fff !important;
    border: 2px solid #fff;
    background-color: #0000 !important;
    border-radius: 8px;
    padding: 14px 32px;
    font-size: 16px;
    font-weight: 600;
    }

    .hero-btn-secondary:hover {
    background-color: #fff;
    color: #00652f;
    }

    .hero-features-list {
    flex-direction: column;
    gap: 12px;
    list-style: none;
    display: flex;
    margin-top: 20px;
    }

    .hero-feature-item {
    align-items: flex-start;
    gap: 12px;
    display: flex;
    }

    .hero-feature-icon {
    width: 24px;
    height: 24px;
    color: #ffcf18;
    flex-shrink: 0;
    margin-top: 2px;
    }

    .hero-feature-text {
    color: #fff;
    font-size: 1rem;
    line-height: 1.6;
    }

    .hero-mockup-container {
    justify-content: center;
    align-items: center;
    display: flex;
    position: relative;
    }
    .banner-devices img {
      margin-top: -60px;
    }
    .hero-decorative-frame {
    border: 3px solid #ffcf18;
    z-index: 0;
    border-radius: 12px;
    width: 90%;
    height: 85%;
    position: absolute;
    top: 40px;
    right: 0;
    }

    .hero-product-thumbnail {
    background-color: #fff;
    border: 3px solid #ffcf18;
    z-index: 2;
    border-radius: 12px;
    width: 80px;
    height: 80px;
    position: absolute;
    top: 0;
    right: 40px;
    overflow: hidden;
    box-shadow: 0 4px 12px #00000026;
    }

    .hero-product-thumbnail img {
    object-fit: cover;
    width: 100%;
    height: 100%;
    }

    .hero-devices-wrapper {
    z-index: 1;
    align-items: flex-end;
    gap: 20px;
    display: flex;
    position: relative;
    }

    .hero-laptop-mockup {
    background-color: #1a1a1a;
    border-radius: 12px 12px 0 0;
    width: 320px;
    padding: 8px 8px 0;
    box-shadow: 0 20px 40px #0000004d;
    }

    .hero-laptop-screen {
    background-color: #fff;
    aspect-ratio: 16 / 10;
    border-radius: 6px 6px 0 0;
    overflow: hidden;
    }

    .hero-laptop-screen img {
    object-fit: cover;
    width: 100%;
    height: 100%;
    }

    .hero-laptop-base {
    background-color: #1a1a1a;
    border-radius: 0 0 12px 12px;
    justify-content: center;
    align-items: center;
    height: 20px;
    display: flex;
    }

    .hero-laptop-notch {
    background-color: #333;
    border-radius: 2px;
    width: 60px;
    height: 4px;
    }

    .hero-mobile-mockup {
    background-color: #1a1a1a;
    border-radius: 24px;
    width: 180px;
    margin-bottom: -20px;
    padding: 12px;
    box-shadow: 0 20px 40px #0006;
    }

    .hero-mobile-screen {
    background-color: #fff;
    aspect-ratio: 9 / 19.5;
    border-radius: 16px;
    overflow: hidden;
    }

    .hero-mobile-screen img {
    object-fit: cover;
    width: 100%;
    height: 100%;
    }
/*Hero Section End*/

/* value section Start */
    .value-section {
    background-color: #f9fafb;
    padding: 60px 24px;
    }

    .value-container {
    max-width: 1200px;
    margin: 0 auto;
    }

    .value-heading {
    color: #00652f;
    text-align: center;
    margin-bottom: 20px;
    font-size: clamp(1.75rem, 4vw, 2.5rem);
    font-weight: 700;
    }
    .value-subheading {
      color: #6b7280;
      text-align: center;
      max-width: 800px;
      margin-bottom: 60px;
      margin-left: auto;
      margin-right: auto;
      font-size: 1.125rem;
    }
    .value-cards-grid {
    grid-template-columns: 1fr;
    gap: 48px;
    display: grid;
    }
    .value-card {
      background-color: var(--white);
      border-radius: 16px;
      overflow: hidden;
      box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
      transition: transform 0.3s ease, box-shadow 0.3s ease;
    }
    .value-card-image img {width: 100%;}
    .value-card-content {
      padding: 32px;
    }
    .value-card-title {
    color: #00652f;
    margin-bottom: 16px;
    font-size: 1.75rem;
    font-weight: 700;
    }
    .value-card-content h4 {
      color: #4A5565;
      font-size: 18px;
      text-transform: capitalize;
      margin-bottom: 10px;
    }
    .value-card-description {
    color: #4b5563;
    margin-bottom: 24px;
    font-size: 1.125rem;
    line-height: 1.7;
    }

    .value-list-item {
    color: #374151;
    align-items: center;
    gap: 12px;
    margin-bottom: 12px;
    font-size: 1rem;
    display: flex;
    }

    .value-check-icon {
    width: 20px;
    height: 20px;
    color: #00652f;
    flex-shrink: 0;
    }

/* value section End */

/* why different Start */
    .why-different-container {
    max-width: 1200px;
    margin: 0 auto;
    }

    .why-different-heading {
    color: #00652f;
    text-align: center;
    margin-bottom: 20px;
    font-size: clamp(1.75rem, 4vw, 2.5rem);
    font-weight: 700;
    line-height: 1.3;
    }
    .why-subheading {
      color: #6b7280;
      text-align: center;
      max-width: 800px;
      margin-bottom: 60px;
      margin-left: auto;
      margin-right: auto;
      font-size: 1.125rem;
    }
    .why-different-cards-wrapper {
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
    display: grid;
    }

    .why-different-card {
    color: #fff;
    border-radius: 12px;
    padding: 32px;
    }

    .why-different-card.green {
    background-color: #00652f;
    }

    .why-different-card.yellow {
    background-color: #ffcf18;
    color: #000;
    }

    .why-different-card.full-width {
    grid-column: 1 / -1;
    }

    .why-different-card-title {
    margin-bottom: 16px;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1.3;
    }

    .why-different-card-text {
    opacity: .95;
    font-size: 1rem;
    line-height: 1.6;
    }

    .why-different-card.yellow .why-different-card-text {
    opacity: .85;
    }

    .why-different-mockup-wrapper {
    justify-content: center;
    align-items: center;
    padding: 40px;
    display: flex;
    position: relative;
    }

    .why-different-frame {
    border: 3px solid #ffcf18;
    z-index: 0;
    border-radius: 16px;
    width: 90%;
    height: 90%;
    position: absolute;
    top: 20px;
    right: 20px;
    }

    .why-different-phones-container {
    z-index: 1;
    justify-content: center;
    gap: 20px;
    display: flex;
    position: relative;
    }
    
    .why-different-phone {
    background-color: #1a1a1a;
    border-radius: 32px;
    width: 220px;
    padding: 12px;
    box-shadow: 0 20px 50px #0000004d;
    }

    .why-different-phone.offset {
    margin-top: 30px;
    }

    .why-different-phone-screen {
    background-color: #fff;
    border-radius: 24px;
    position: relative;
    overflow: hidden;
    }

    .why-different-phone-notch {
    z-index: 10;
    background-color: #1a1a1a;
    border-radius: 0 0 20px 20px;
    width: 120px;
    height: 28px;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    }

    .why-different-phone-screen img {
    aspect-ratio: 9 / 19.5;
    object-fit: cover;
    width: 100%;
    display: block;
    }
/* why different End */

/* cta banner section Start */
    .cta-banner-section {
    background: linear-gradient(135deg, #00652f 0%, #094 100%);
    padding: 60px 24px;
    }

    .cta-banner-container {
    max-width: 1200px;
    margin: 0 auto;
    }

    .cta-banner-heading {
    color: #fff;
    margin-bottom: 12px;
    font-size: 2rem;
    font-weight: 700;
    }

    .cta-banner-text {
    color: #ffffffe6;
    margin-bottom: 24px;
    font-size: 1.125rem;
    }

    .cta-banner-btn-primary {
    background-color: #ffcf18 !important;
    color: #000 !important;
    border: none;
    border-radius: 8px;
    padding: 14px 32px;
    font-size: 16px;
    font-weight: 600;
    }

    .cta-banner-btn-primary:hover {
    background-color: #e6ba00 !important;
    transform: translateY(-2px);
    }

    .cta-banner-btn-secondary {
    color: #fff !important;
    border: 2px solid #fff !important;
    background-color: #0000 !important;
    border-radius: 8px;
    padding: 14px 32px;
    font-size: 16px;
    font-weight: 600;
    }

    .cta-banner-btn-secondary:hover {
    background-color: #fff !important;
    color: #00652f !important;
    }
/* cta banner section End */

/* apps work  Start */
    .apps-work-container {
    max-width: 1200px;
    margin: 0 auto;
    }

    .apps-work-heading {
    color: #00652f;
    margin-bottom: 24px;
    font-size: clamp(1.75rem, 4vw, 2.5rem);
    font-weight: 700;
    line-height: 1.2;
    }
    .apps-work-intro {
      color: #6b7280;
      margin-bottom: 20px;
      font-size: 1.125rem;
    }
    .apps-work-features-list {
    flex-direction: column;
    gap: 16px;
    margin-bottom: 32px;
    list-style: none;
    display: flex;
    }

    .apps-work-feature-item {
    align-items: flex-start;
    gap: 12px;
    display: flex;
    }

    .apps-work-bullet {
    background-color: #ffcf18;
    border-radius: 50%;
    flex-shrink: 0;
    width: 24px;
    height: 24px;
    margin-top: 2px;
    }

    .apps-work-feature-text {
    color: #6b7280;
    font-size: 1rem;
    line-height: 1.6;
    }

    .apps-work-btn {
    background-color: #ffcf18 !important;
    color: #000 !important;
    border: none;
    border-radius: 8px;
    padding: 14px 32px;
    font-size: 1rem;
    font-weight: 600;
    }

    .apps-work-btn:hover {
    background-color: #e6ba00 !important;
    transform: translateY(-2px);
    }

    .apps-work-visual {
    justify-content: center;
    align-items: center;
    min-height: 500px;
    padding: 40px 20px;
    display: flex;
    position: relative;
    }

    .apps-work-yellow-blob {
    background-color: #ffcf18;
    z-index: 0;
    opacity: .9;
    border-radius: 150px;
    width: 300px;
    height: 400px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    }

    .apps-work-analytics-card {
    background-color: #fff;
    z-index: 2;
    border-radius: 12px;
    min-width: 160px;
    padding: 16px 20px;
    position: absolute;
    box-shadow: 0 4px 20px #0000001a;
    }

    .apps-work-analytics-card.top-left {
    top: 40px;
    left: 0;
    }

    .apps-work-analytics-card.top-right {
    top: 40px;
    right: 0;
    }

    .apps-work-analytics-card.bottom-left {
    bottom: 40px;
    left: 20px;
    }

    .apps-work-card-amount {
    color: #00652f;
    font-size: 1.5rem;
    font-weight: 700;
    }

    .apps-work-card-change {
    margin-top: 4px;
    font-size: .875rem;
    }

    .apps-work-card-change.positive {
    color: #10b981;
    }

    .apps-work-card-change.negative {
    color: #ef4444;
    }

    .apps-work-card-label {
    color: #9ca3af;
    margin-top: 4px;
    font-size: .75rem;
    }

    .apps-work-phone {
    z-index: 1;
    background-color: #1a1a1a;
    border-radius: 32px;
    padding: 12px;
    position: absolute;
    box-shadow: 0 25px 50px #0000004d;
    }

    .apps-work-phone.left {
    width: 200px;
    top: 50%;
    left: 50px;
    transform: translateY(-50%)rotate(-5deg);
    }

    .apps-work-phone.right {
    width: 220px;
    top: 50%;
    right: 30px;
    transform: translateY(-50%)rotate(5deg);
    }

    .apps-work-phone-screen {
    background-color: #fff;
    border-radius: 24px;
    position: relative;
    overflow: hidden;
    }

    .apps-work-phone-notch {
    z-index: 10;
    background-color: #1a1a1a;
    border-radius: 0 0 16px 16px;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    }

    .apps-work-phone.left .apps-work-phone-notch {
    width: 100px;
    height: 24px;
    }

    .apps-work-phone.right .apps-work-phone-notch {
    width: 110px;
    height: 26px;
    }

    .apps-work-phone-screen img {
    aspect-ratio: 9 / 19.5;
    object-fit: cover;
    width: 100%;
    display: block;
    }
/* apps work  End */

/* tech section Start */
    .tech-section {
    background-color: #fff;
    padding: 40px 24px;
    }

    .tech-container {
    max-width: 1200px;
    margin: 0 auto;
    }

    .tech-badge-wrapper {
    justify-content: center;
    margin-bottom: 24px;
    display: flex;
    }

    .tech-badge {
    background-color: #ffcf18;
    color: #000;
    border-radius: 20px;
    padding: 8px 24px;
    font-size: .875rem;
    font-weight: 600;
    }

    .tech-heading {
    color: #00652f;
    text-align: center;
    margin-bottom: 16px;
    font-size: clamp(1.75rem, 4vw, 2.5rem);
    font-weight: 700;
    line-height: 1.2;
    }

    .tech-subheading {
    color: #6b7280;
    text-align: center;
    max-width: 800px;
    margin-bottom: 60px;
    margin-left: auto;
    margin-right: auto;
    font-size: 1.125rem;
    }

    .tech-grid {
    grid-template-columns: 1fr;
    gap: 24px;
    display: grid;
    }

    .tech-card {
    border: 2px solid #d1d5db;
    background-color: #fffbeb;
    border-radius: 12px;
    flex-direction: column;
    gap: 20px;
    padding: 32px;
    display: flex;
    }

    .tech-card-header {
    align-items: center;
    gap: 16px;
    display: flex;
    }

    .tech-logo {
    width: 56px;
    height: 56px;
    color: #fff;
    border-radius: 8px;
    flex-shrink: 0;
    justify-content: center;
    align-items: center;
    font-size: 2rem;
    font-weight: 700;
    display: flex;
    }

    .tech-logo.shopify {
    background-color: #95bf47;
    }

    .tech-logo.bigcommerce {
    background-color: #000;
    }

    .tech-logo.wordpress {
    background-color: #21759b;
    }

    .tech-logo.magento {
    background-color: #ee672f;
    }
    .tech-logo.magento img {
      filter: brightness(0) invert(1);
    }

    .tech-card-title {
    color: #00652f;
    margin: 0;
    font-size: 1.5rem;
    font-weight: 700;
    }

    .tech-card-description {
    color: #6b7280;
    margin: 0;
    font-size: 1rem;
    line-height: 1.6;
    }

    .tech-card-btn {
    background-color: #ffcf18 !important;
    color: #000 !important;
    border: none;
    border-radius: 8px;
    align-self: flex-start;
    padding: 12px 28px;
    font-size: 1rem;
    font-weight: 600;
    }

    .tech-card-btn:hover {
    background-color: #e6ba00 !important;
    transform: translateY(-2px);
    }
/* tech section End  */

/* cta large section Start */
    .cta-large-section {
    background: linear-gradient(135deg, #00652f 0%, #094 100%);
    padding: 80px 24px;
    }

    .cta-large-container {
    max-width: 1200px;
    margin: 0 auto;
    }

    .cta-large-heading {
    color: #fff;
    margin-bottom: 16px;
    font-size: clamp(2rem, 5vw, 3rem);
    font-weight: 700;
    line-height: 1.2;
    }

    .cta-large-text {
    color: #fffffff2;
    max-width: 700px;
    margin-bottom: 32px;
    margin-left: auto;
    margin-right: auto;
    font-size: 1.125rem;
    }

    .cta-large-buttons {
    flex-wrap: wrap;
    gap: 16px;
    display: flex;
    }

    .cta-large-btn-primary {
    background-color: #ffcf18 !important;
    color: #000 !important;
    border: none;
    border-radius: 8px;
    padding: 16px 40px;
    font-size: 1rem;
    font-weight: 600;
    }

    .cta-large-btn-primary:hover {
    background-color: #e6ba00 !important;
    transform: translateY(-2px);
    }

    .cta-large-btn-secondary {
    color: #fff !important;
    border: 2px solid #fff !important;
    background-color: #0000 !important;
    border-radius: 8px;
    padding: 16px 40px;
    font-size: 1rem;
    font-weight: 600;
    }

    .cta-large-btn-secondary:hover {
    background-color: #fff !important;
    color: #00652f !important;
    }
/* cta large section End */

/* zigzag section Start */
    .zigzag-section { padding: 60px 24px; }

    .zigzag-section.white-bg {
    background-color: #fff;
    }

    .zigzag-section.gray-bg {
    background-color: #f9fafb;
    }

    .zigzag-container {
    max-width: 1200px;
    margin: 0 auto;
    }

    .zigzag-grid {
    grid-template-columns: 1fr;
    align-items: center;
    gap: 60px;
    display: grid;
    margin-bottom: 50px;
    }
    .zigzag-grid:last-child {margin-bottom: 0;}
    .zigzag-heading {
    color: #00652f;
    margin-bottom: 20px;
    font-size: clamp(1.75rem, 4vw, 2rem);
    font-weight: 700;
    line-height: 1.2;
    text-transform: capitalize;
    }

    .zigzag-text-primary {
    color: #6b7280;
    margin-bottom: 24px;
    font-size: 1.125rem;
    line-height: 1.7;
    }

    .zigzag-text-secondary {
    color: #6b7280;
    margin-bottom: 20px;
    font-size: 1rem;
    line-height: 1.6;
    }

    .zigzag-features-list {
    padding: 0;
    list-style: none;
    }

    .zigzag-feature-item {
    align-items: flex-start;
    gap: 12px;
    margin-bottom: 12px;
    display: flex;
    }

    .zigzag-bullet {
    background-color: #00652f;
    border-radius: 50%;
    flex-shrink: 0;
    width: 20px;
    height: 20px;
    margin-top: 2px;
    display: flex;
    align-items: center;
    justify-content: center;
    }
    .zigzag-bullet i {
      font-size: 10px;
    }
    .zigzag-feature-text {
    color: #6b7280;
    font-size: 1rem;
    line-height: 1.6;
    }

    .zigzag-visual {
    justify-content: center;
    align-items: center;
    min-height: 400px;
    display: flex;
    position: relative;
    }

    .zigzag-visual-bg {
    background-color: #ffcf18;
    border-radius: 16px;
    justify-content: center;
    align-items: center;
    min-height: 400px;
    padding: 40px;
    display: flex;
    position: relative;
    }

    .zigzag-visual-white {
    background-color: #fff;
    border-radius: 16px;
    justify-content: center;
    align-items: center;
    min-height: 400px;
    padding: 40px;
    display: flex;
    box-shadow: 0 4px 20px #00000014;
    }

    .zigzag-phone-single {
    background-color: #1a1a1a;
    border-radius: 32px;
    width: 280px;
    padding: 12px;
    box-shadow: 0 25px 50px #0000004d;
    }

    .zigzag-phone-dual-wrapper {
    align-items: center;
    gap: 20px;
    display: flex;
    position: relative;
    }

    .zigzag-phone-dual {
    background-color: #1a1a1a;
    border-radius: 32px;
    padding: 12px;
    box-shadow: 0 25px 50px #0000004d;
    }

    .zigzag-phone-dual.large {
    width: 220px;
    }

    .zigzag-phone-dual.small {
    width: 200px;
    margin-top: 40px;
    }

    .zigzag-phone-screen {
    background-color: #fff;
    border-radius: 24px;
    position: relative;
    overflow: hidden;
    }

    .zigzag-phone-notch {
    z-index: 10;
    background-color: #1a1a1a;
    border-radius: 0 0 20px 20px;
    width: 130px;
    height: 30px;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    }

    .zigzag-phone-notch.large {
    width: 130px;
    height: 30px;
    }

    .zigzag-phone-notch.medium {
    width: 120px;
    height: 28px;
    }

    .zigzag-phone-notch.small {
    width: 110px;
    height: 26px;
    }

    .zigzag-phone-screen img {
    aspect-ratio: 9 / 19.5;
    object-fit: cover;
    width: 100%;
    display: block;
    }
/* zigzag section End */

/* convert section Start */
    .convert-section {
    background: linear-gradient(135deg, #00652f 0%, #094 100%);
    padding: 40px 24px;
    position: relative;
    overflow: hidden;
    }

    .convert-container {
    max-width: 1200px;
    margin: 0 auto;
    }

    .convert-grid {
    grid-template-columns: 1fr;
    align-items: center;
    gap: 60px;
    display: grid;
    }

    .convert-heading {
    color: #fff;
    margin-bottom: 20px;
    font-size: clamp(2rem, 5vw, 2.5rem);
    font-weight: 700;
    line-height: 1.2;
    }
    .convert-content p {
      margin-bottom: 30px;
    }
    .convert-text {
    color: #fffffff2;
    margin-bottom: 32px;
    font-size: 1.125rem;
    line-height: 1.7;
    }

    .convert-buttons {
    flex-wrap: wrap;
    gap: 16px;
    display: flex;
    }

    .convert-btn-primary {
    background-color: #ffcf18 !important;
    color: #000 !important;
    border: none;
    border-radius: 8px;
    padding: 16px 40px;
    font-size: 1rem;
    font-weight: 600;
    }

    .convert-btn-primary:hover {
    background-color: #e6ba00 !important;
    transform: translateY(-2px);
    }

    .convert-btn-secondary {
    color: #fff !important;
    border: 2px solid #fff !important;
    background-color: #0000 !important;
    border-radius: 8px;
    padding: 16px 40px;
    font-size: 1rem;
    font-weight: 600;
    }

    .convert-btn-secondary:hover {
    background-color: #fff !important;
    color: #00652f !important;
    }

    .convert-visual {
    justify-content: center;
    align-items: center;
    min-height: 500px;
    display: flex;
    position: relative;
    }

    .convert-decorative-circle {
    z-index: 0;
    border-radius: 50%;
    position: absolute;
    }

    .convert-decorative-circle.outline {
    border: 3px solid #ffcf18;
    width: 100px;
    height: 100px;
    top: 20px;
    right: 20px;
    }

    .convert-decorative-circle.filled {
    background-color: #ffcf18;
    width: 60px;
    height: 60px;
    bottom: 40px;
    left: 20px;
    }

    .convert-devices-wrapper {
    z-index: 1;
    align-items: flex-end;
    gap: 20px;
    display: flex;
    position: relative;
    }

    .convert-laptop {
    background-color: #1a1a1a;
    border-radius: 12px 12px 0 0;
    width: 280px;
    padding: 8px 8px 0;
    box-shadow: 0 25px 50px #0006;
    }

    .convert-laptop-screen {
    background-color: #fff;
    aspect-ratio: 16 / 10;
    border-radius: 6px 6px 0 0;
    overflow: hidden;
    }

    .convert-laptop-screen img {
    object-fit: cover;
    width: 100%;
    height: 100%;
    }

    .convert-laptop-base {
    background-color: #1a1a1a;
    border-radius: 0 0 12px 12px;
    justify-content: center;
    align-items: center;
    height: 20px;
    display: flex;
    }

    .convert-laptop-notch {
    background-color: #333;
    border-radius: 2px;
    width: 60px;
    height: 4px;
    }

    .convert-mobile {
    background-color: #1a1a1a;
    border-radius: 32px;
    width: 200px;
    padding: 12px;
    box-shadow: 0 25px 50px #0006;
    }

    .convert-mobile-screen {
    background-color: #fff;
    border-radius: 24px;
    position: relative;
    overflow: hidden;
    }

    .convert-mobile-notch {
    z-index: 10;
    background-color: #1a1a1a;
    border-radius: 0 0 18px 18px;
    width: 110px;
    height: 26px;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    }

    .convert-mobile-screen img {
    aspect-ratio: 9 / 19.5;
    object-fit: cover;
    width: 100%;
    display: block;
    }

/* convert section End  */


@media (min-width: 768px) {
  .hero-container {
    grid-template-columns: 1fr 1fr;
  }
  .value-cards-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .why-different-grid {
    grid-template-columns: 1fr 1fr;
  }
  .apps-work-grid {
    grid-template-columns: 1fr 1fr;
  }
  .tech-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .zigzag-grid {
    grid-template-columns: 1fr 1fr;
  }
  
  .zigzag-section .zigzag-grid.reverse > * {
    direction: ltr;
  }
  .convert-grid {
    grid-template-columns: 7fr 3fr;
  }
}
@media (min-width: 1024px) {
  .tech-grid {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media (max-width: 767px) {
  .hero-section {
    padding: 30px 20px;
  }
  .banner-devices img {
    margin-top: -40px;
  }
  .hero-laptop-mockup {
    width: 260px;
  }
  .hero-mobile-mockup {
    width: 150px;
  }
  .hero-product-thumbnail {
    width: 60px;
    height: 60px;
    right: 20px;
  }
  .fs-40 {
    font-size: 32px;
  }
  .why-different-cards-wrapper {
    grid-template-columns: 1fr;
  }
  .why-different-card.full-width {
    grid-column: 1;
  }
  .why-different-phone {
    width: 180px;
  }
  .apps-work-visual, .zigzag-visual {
    min-height: auto;
  }
  .apps-work-yellow-blob {
    width: 250px;
    height: 350px;
  }
  .apps-work-phone.left {
    width: 160px;
    left: 20px;
  }
  .apps-work-phone.right {
    width: 180px;
    right: 10px;
  }
  .apps-work-analytics-card {
    min-width: 140px;
    padding: 12px 16px;
  }
  .apps-work-card-amount {
    font-size: 1.25rem;
  }
  .zigzag-phone-single {
    width: 240px;
  }
  .zigzag-phone-dual.large {
    width: 180px;
  }
  .zigzag-phone-dual.small {
    width: 160px;
  }
  .convert-laptop {
    width: 220px;
  }
  .convert-mobile {
    width: 160px;
  }
  .value-section, .cta-large-section, .zigzag-section {
    padding: 40px 20px;
  }
  .value-card-content {
    padding: 20px;
  }
  .why-different-section, section.apps-work-section {
    padding-left: 20px;
    padding-right: 20px;
  }
  .why-different-mockup-wrapper, .apps-work-visual {
    padding: 0;
  }
  .tech-grid {margin-bottom: 0;}
  .cta-banner-section {
    padding: 50px 20px;
  }
  .pt-60 {
    padding-top: 40px;
  }
  .tech-subheading {
    margin-bottom: 30px;
  }
  .apps-work-section {
    padding-bottom: 40px;
  }
  .zigzag-grid {
    gap: 20px;
  }
  .zigzag-grid:nth-child(odd) .zigzag-content {
    order: 2;
  }
  .zigzag-grid:nth-child(odd) .zigzag-visual {
    order: 1;
  }
}
