@media screen and (max-width: 1024px) {
  .navbar-list {
    gap: 1rem;
  }

  .navbar-logo {
    width: 150px;
  }
}

@media screen and (max-width: 768px) {
  .subHeader-container {
    gap: 0.5rem;
    padding-block: 0.75rem;
  }

  .navbar-items {
    display: none;
    position: absolute;
    top: 120px;
    left: 0;
    width: 100%;
    background-color: #fff;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    z-index: 100;
  }

  .navbar-items.active {
    display: block;
  }

  .navbar-list {
    flex-direction: column;
    gap: 0;
  }

  .navbar-item {
    width: 100%;
    text-align: center;
    padding: 1rem 0;
    border-bottom: 1px solid #f0f0f0;
  }

  .navbar-item:last-child {
    border-bottom: none;
  }

  .hamburger {
    display: block;
  }
}

@media screen and (max-width: 480px) {
  .subHeader {
    display: none;
  }

  .container {
    width: 90%;
  }

  .paddingBlock {
    padding-block: 1rem;
  }

  .navbar-items {
    display: none;
    position: absolute;
    top: 55px;
    left: 0;
    width: 100%;
    background-color: #fff;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    z-index: 100;
  }

  .navbar-logo {
    width: 120px;
  }

  .services-header .service-title {
    font-size: 1.5rem;
    margin-bottom: 1rem;
  }

  .subtitle {
    font-size: 0.9rem;
  }

  .service-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
    margin-top: 2rem;
  }

  .service-image {
    padding: 0.25rem;
  }

  .service-badge {
    display: none;
  }

  .service-title {
    font-size: 0.9rem;
  }

  .service-content {
    padding: 0.5rem;
  }

  .service-price {
    font-size: 0.9rem;
    margin-block: 0.75rem;
  }

  .book-button {
    padding: 0.5rem 1.25rem;
    font-size: 0.9rem;
    font-weight: 500;
  }

  .addonserviceContainer {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    align-items: center;
    text-align: center;
    gap: 0.5rem;
  }

  .addonserviceImg {
    width: 2.5rem;
    height: 2.5rem;
  }

  .addonservice-box {
    padding: 0.25rem;
  }


  .addonservice-box h3 {
    font-size: 0.75rem;
    font-weight: 500;
  }

  .shopByCategorySwiper {
    padding-top: 0;
  }

  .category-item {
    width: 5rem;
  }

  .category-item h3 {
    font-size: 0.75rem;
  }

  /* ============ */

  .featuredTab {
    padding: 0.4rem 0.8rem;
    font-size: 0.8rem;
  }

  .product-card {
    max-width: 150px;
  }

  .product-title {
    font-size: 14px;
    margin-bottom: 5px;
  }

  .product-info {
    padding: 0.75rem;
  }

  .product-specs {
    flex-direction: column;
    gap: 0.3rem;
  }

  .product-specs .spec {
    display: inline-block;
    margin-right: 0.3rem;
  }

  .premium-badge {
    font-size: 10px;
    padding: 3px 8px;
    top: 0.5rem;
    right: 0.5rem;
  }

  .price-currency {
    font-size: 1rem;
  }

  .brand {
    font-size: 12px;
  }

  .product-price {
    padding-top: 0.5rem;
  }

  .action-buttons {
    margin-top: 0;
  }

  .btn-view {
    padding: 6px;
    font-size: 0.5rem;
  }

  .icon {
    width: 16px;
    height: 16px;
  }

  .clientsImgs {
    padding: 1.5rem 1rem;
  }

  .tab {
    width: 50%;
    padding: 0.5rem 1rem;
  }

  .cta-section {
    padding: 0.75rem;
  }

  .cta-title {
    font-size: 1.25rem;
  }

  .cta-text {
    font-size: 0.75rem;
  }

  .contact-button {
    padding: 0.5rem 1rem;
    font-size: 0.9rem;
  }

  .whyChoose .features-container {
    grid-template-columns: 1fr;
  }

  .app-section {
    flex-direction: column;
  }

  .phone-container {
    margin-left: 0;
  }

  .phone-frame {
    width: 100%;
    height: auto;
    padding: 0.75rem;
  }

  .app-visual {
    width: 100%;
    height: auto;
    padding: 0;
  }

  .app-content {
    padding: 0.75rem;
  }

  .app-title {
    font-size: 1.25rem;
  }

  .app-subtitle {
    font-size: 0.875rem;
  }

  .feature-item {
    font-size: 0.875rem;
  }

  .feature-icon {
    font-size: 0.75rem;
  }

  .app-store-img {
    width: 8rem;
    height: auto;
  }

  .avatar {
    width: 2.5rem;
    height: 2.5rem;
    font-size: 0.875rem;
  }

  .testimonial-header {
    padding: 0.75rem;
  }

  .testimonial-body {
    padding: 0.75rem;
  }

  .user-name {
    font-size: 0.875rem;
  }

  .rating {
    font-size: 0.65rem;
  }

  .testimonial-text {
    font-size: 0.75rem;
  }

  .verified-badge {
    font-size: 0.65rem;
    padding: 0.25rem 0.5rem;
  }

  .footerSection {
    background: #116466;
    color: #fff;
    padding: 40px 15px 15px;
  }

  .footer-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .footer-about h2 {
    font-size: 20px;
    margin-bottom: 8px;
  }

  .footer-about p {
    font-size: 14px;
    line-height: 1.5;
  }

  .social-links {
    margin-top: 12px;
    display: flex;
    justify-content: flex-start;
  }

  .social-links a {
    display: grid;
    place-items: center;
    width: 2rem;
    height: 2rem;
    border-radius: 50%;
    background-color: #2980b9;
    color: #ffffff;
    margin-right: 8px;
    font-size: 16px;
    transition: all 0.3s;
  }

  .social-links a:hover {
    transform: translateY(-3px);
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
  }

  .footer-links h4,
  .footer-contact h4 {
    font-size: 18px;
    margin-bottom: 8px;
  }

  .footer-links ul,
  .footer-contact ul {
    list-style: none;
    padding-left: 0;
  }

  .footer-links {
    justify-self: start;
  }

  .footer-links ul li,
  .footer-contact ul li {
    margin-bottom: 6px;
    font-size: 14px;
    display: flex;
    gap: 0.5rem;
  }

  .footer-links ul li a,
  .footer-contact ul li a {
    color: #eee;
    font-size: 0.9rem;
    text-decoration: none;
    transition: all 0.3s;
  }

  .footer-links ul li a:hover,
  .footer-contact ul li a:hover {
    color: #fff;
    padding-left: 0.3rem;
  }

  .footer-contact ul li i {
    margin-right: 6px;
  }

  .footer-bottom {
    margin-top: 30px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding-top: 15px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-size: 13px;
  }

  .footer-bottom p {
    margin-bottom: 10px;
    text-align: center;
    width: 100%;
  }

  .footer-bottom a {
    color: #00C6A9;
    text-decoration: none;
  }

  .footer-bottom a:hover {
    text-decoration: underline;
  }

  .subscribe {
    grid-template-columns: 1fr 1fr;
    width: 100%;
    gap: 8px;
  }

  .subscribe input {
    padding: 10px;
    border: none;
    border-radius: 4px;
    outline: none;
    width: 100%;
  }

  .subscribe button {
    background-color: #fff;
    border: none;
    color: #116466;
    padding: 10px;
    border-radius: 4px;
    cursor: pointer;
    font-weight: bold;
    transition: background 0.3s;
    grid-column: span 2;
  }

  .subscribe button:hover {
    background-color: #00B39A;
    color: #fff;
  }
}