/* XXL devices (very large screens, 1400px and up) */
@media (min-width: 1400px) {
}

/* Extra large devices (large desktops, 1200px to 1399.98px) */
@media (min-width: 1200px) and (max-width: 1399.98px) {
    .section {
    padding: 80px 0;
}
}

/* Large devices (desktops, 992px to 1199.98px) */
@media (min-width: 992px) and (max-width: 1199.98px) {
}

/* Medium devices (tablets, 768px to 991.98px) */
@media (min-width: 768px) and (max-width: 991.98px) {
  .navbar .fas {
    color: green !important;
  }

  .feature-list li {
    gap: 0.5em;
  }

  .section {
    padding: 60px 0;
  }

  .section-title {
    margin-bottom: 0.5rem;
  }
  .btn-app {
    justify-content: center;
    width: fit-content;
  }

  .mb-5 {
    margin-bottom: 1rem !important;
  }

  .step-item {
    margin-bottom: 0;
  }

  .step-line {
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    width: 2px;
    height: calc(100% + -1.5rem);
    background: rgba(255, 255, 255, 0.1);
    z-index: 1;
  }

  .step-title {
    margin-left: 10px;
  }

  .phone-frame-slider {
    max-width: 240px;
  }
  .mb-4 {
    margin-bottom: 0.5rem !important;
  }
  .screen-slide img {
    width: 100%;
    height: 500px;
    object-fit: contain;
    transition: transform 0.5s ease;
  }

  .contact-social .social-icons {
    display: flex;
    gap: 0.75rem;
    justify-content: flex-start;
  }
}

/* Small devices (phones, 576px to 767.98px) */
@media (min-width: 576px) and (max-width: 767.98px) {
  .navbar-brand img {
    height: 45px;
  }

  .btn-app {
    width: fit-content;
    padding: 7px 20px;
    gap: 0.15rem;
    justify-content: center;
  }

  .swiper-nav-btn {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    border: none;
    color: white;
    font-size: 1.2rem;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
  }

  .section {
    padding: 50px 0;
  }

  .about-img-2 {
    position: absolute;
    bottom: 0px;
    right: 0;
    width: 70%;
    z-index: 3;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: var(--card-shadow);
  }

  .feature-list li {
    margin-bottom: 1rem;
    display: flex;
    align-items: baseline;
    gap: 0.5rem;
  }
  .about-images {
    height: 300px;
    margin-bottom: 1rem;
  }

  .why-icon {
    font-size: 2rem;
  }

  .feature-card,
  .why-card,
  .step-card,
  .contact-info {
    padding: 1rem;
  }

  .features-content {
    padding-right: 0;
    margin-bottom: 0rem;
  }

  .mb-5 {
    margin-bottom: 1rem !important;
  }

  .step-line {
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    width: 2px;
    height: calc(100% + -1.5rem);
    background: rgba(255, 255, 255, 0.1);
    z-index: 1;
  }

  .step-number-circle {
    position: relative;
    margin-right: 0.5rem;
  }

  .step-title {
    font-size: 1.1rem;
    margin-left: 0.5rem;
  }

  .step-item {
    margin-bottom: 0px;
  }

  .feature-icon {
    margin: 0 auto 0.5rem;
  }

  .slider-navigation {
    display: none;
  }

  .screen-slide img {
    width: 100%;
    height: 510px;
    object-fit: contain;
    transition: transform 0.5s ease;
  }

  .contact-header {
    margin-bottom: 1.5rem;
  }
  .form-note {
    font-size: 0.85rem;
    color: #888;
    margin-top: 1rem;
    margin-bottom: 0;
    display: flex;
    align-items: baseline;
    /* justify-content: space-evenly; */
  }

  .form-note {
    text-align: left;
  }

  .navbar .fas {
    color: green !important;
  }

  .offcanvas {
    z-index: 1050;
  }

  .phone-frame-slider {
    max-width: 225px;
  }
}

/* Extra small devices (phones, less than 576px) */
@media (max-width: 575.98px) {
  .navbar-brand img {
    height: 45px;
  }

  .phone-frame-slider {
    max-width: 225px;
  }

  .btn-app {
    width: fit-content;
    padding: 7px 20px;
    gap: 0.15rem;
    justify-content: center;
  }

  .swiper-nav-btn {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    border: none;
    color: white;
    font-size: 1.2rem;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
  }

  .section {
    padding: 40px 0;
  }

  .about-img-2 {
    position: absolute;
    bottom: 0px;
    right: 0;
    width: 70%;
    z-index: 3;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: var(--card-shadow);
  }

  .feature-list li {
    margin-bottom: 1rem;
    display: flex;
    align-items: baseline;
    gap: 0.5rem;
  }
  .about-images {
    height: 300px;
    margin-bottom: 1rem;
  }

  .why-icon {
    font-size: 2rem;
  }

  .feature-card,
  .why-card,
  .step-card,
  .contact-info {
    padding: 1rem;
  }

  .features-content {
    padding-right: 0;
    margin-bottom: 0rem;
  }

  .mb-5 {
    margin-bottom: 1rem !important;
  }

  .step-line {
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    width: 2px;
    height: calc(100% + -1.5rem);
    background: rgba(255, 255, 255, 0.1);
    z-index: 1;
  }

  .step-number-circle {
    position: relative;
    margin-right: 0.5rem;
  }

  .step-title {
    font-size: 1.1rem;
    margin-left: 0.5rem;
  }

  .step-item {
    margin-bottom: 0px;
  }

  .feature-icon {
    margin: 0 auto 0.5rem;
  }

  .slider-navigation {
    display: none;
  }

  .screen-slide img {
    width: 100%;
    height: 450px;
    object-fit: contain;
    transition: transform 0.5s ease;
  }

  .contact-header {
    margin-bottom: 1.5rem;
  }
  .form-note {
    font-size: 0.85rem;
    color: #888;
    margin-top: 1rem;
    margin-bottom: 0;
    display: flex;
    align-items: baseline;
    /* justify-content: space-evenly; */
  }

  .form-note {
    text-align: left;
  }

  .navbar .fas {
    color: green !important;
  }

  .offcanvas {
    z-index: 1050;
  }

  .phone-notch {
    width: 140px;
  }


  .my-breadcu {
    background-color: var(--primary-dark);
    width: 100%;
    display: flex;
    margin-top: 60px;
    align-items: center;
    justify-content: center;
    text-align: center;
}
}
