/* Responsive Navbar Full Screen */

@media (max-width: 1200px) {
  .carousel-caption h3 {
    font-size: 2em;
  }

  .carousel-caption p {
    font-size: 14px;
  }
  .service-number {
    font-size: 30px;
  }

  .service.active .service-number {
    font-size: 80px;
    top: -10px;
  }
  .service-title {
    margin-top: 5px;
  }
  .service-title {
    font-size: 20px;
  }
  .about-description {
    font-size: 14px;
  }
  .features {
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 10px;
  }
}

@media (max-width: 992px) {
  .navbar-collapse {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background-color: var(--white-color);
    flex-direction: column;
    justify-content: center;
    transform: translateX(-100%);
    transition: transform var(--transition-speed);
  }

  .navbar-collapse.show {
    transform: translateX(0);
  }

  .navbar-nav {
    text-align: center;
  }

  .navbar-nav .nav-item {
    margin-bottom: 15px;
  }

  .close-btn {
    position: absolute;
    top: 15px;
    right: 20px;
    font-size: 30px;
    background: none;
    border: none;
    cursor: pointer;
    color: var(--primary-color);
    display: block;
  }

  .navbar-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    display: none;
    transition: opacity var(--transition-speed);
  }

  .navbar-overlay.active {
    display: block;
    opacity: 1;
  }
  .carousel-caption {
    padding: 10px;
    width: 80%;
    top: 70%;
  }
  .carousel-caption h3 {
    font-size: 1.8em;
    margin-bottom: 5px;
  }

  .carousel-caption p {
    font-size: 12px;
  }
  .pickup-delivery,
  .cost-effective,
  .slider-container,
  .about-us,
  .contact-us {
    padding: 60px 0;
  }

  .pickup-content {
    gap: 10px;
  }

  .pickup-text h2,
  .cost-text h2,
  .services-heading {
    margin-bottom: 10px;
  }
  .pickup-text p,
  .cost-text p {
    font-size: 14px;
    line-height: 1.4;
  }
  .cost-content {
    flex-direction: column-reverse;
    padding: 0 !important;
    gap: 0px !important;
  }

  .cost-image {
    display: none;
  }

  .service {
    height: 160px;
    padding: 10px;
  }

  .service.active {
    flex: 0 0 40%;
    height: 210px;
    opacity: 1;
    transform: scale(1.1);
    position: relative;
  }

  .service.active .service-number {
    font-size: 60px;
  }
  .service-title {
    font-size: 16px;
  }
  .service.active .service-title {
    font-size: 20px;
  }
  .service-icon {
    font-size: 30px;
    display: none;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 10px;
  }
  .about-description {
    font-size: 16px;
  }
  .about-content {
    flex-direction: column;
    text-align: center;
  }

  .about-image {
    max-width: 80%;
    margin-bottom: 20px;
  }
  .contact-content {
    flex-direction: column;
    text-align: center;
  }

  .contact-form {
    width: 100%;
  }

  .contact-image {
    max-width: 80%;
    margin-top: 20px;
  }
}

@media (max-width: 768px) {
  .carousel-caption h3 {
    font-size: 1.2em;
  }

  .carousel-caption p {
    font-size: 10px;
  }
  .carousel-item img {
    height: 400px;
  }
  .pickup-content,
  .cost-content,
  .about-content {
    flex-direction: column;
    text-align: center;
    gap: 20px !important;
  }
  .btn-whatsapp {
    margin-left: 0px;
  }
  .pickup-delivery,
  .cost-effective,
  .slider-container,
  .about-us,
  .contact-us {
    padding: 40px 0;
  }
  .pickup-image {
    text-align: center;
  }

  .pickup-buttons .btn {
    width: 100%;
    margin-bottom: 10px;
  }
  .slider {
    flex-direction: column;
    align-items: center;
  }

  .service {
    flex: 0 0 100%;
    width: 100% !important;
    height: 300px;
    display: none;
  }

  .service.active {
    display: flex;
    padding: 60px;
  }
  .service.active .service-title {
    font-size: 30px !important;
  }

  .service-icon {
    right: 10% !important;
  }
  .service.active .service-content {
    font-size: 14px;
  }
  .about-title,
  .why-section-title {
    font-size: 28px;
  }

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

  .about-image {
    max-width: 100%;
  }
  .contact-title {
    font-size: 28px;
  }

  .contact-subtitle {
    font-size: 16px;
  }

  .input-group input {
    font-size: 14px;
  }

  .btn-send {
    font-size: 16px;
  }

  .contact-image {
    max-width: 100%;
  }
  .features {
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 10px;
  }
  .locations-header {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
    margin-bottom: 30px;
  }
  .locations-header-icon {
    display: none;
  }
}
@media (max-width: 575px) {
  .features {
    grid-template-columns: 1fr;
    gap: 20px;
    margin: 10px 20px;
  }
  .thank-you {
    font-size: 14px;
    margin: 40px 20px 0;
  }
  .contact-form {
    padding: 20px 10px;
  }
}
@media (max-width: 500px) {
  .service.active .service-number {
    font-size: 50px;
    top: 15px;
  }
  .service.active .service-title,
  .service-icon {
    font-size: 22px !important;
  }
  .input-group {
    padding: 7px 10px;
  }

  .input-group i {
    font-size: 16px;
  }
}
@media (max-width: 350px) {
  .pickup-delivery,
  .cost-effective,
  .slider-container,
  .about-us,
  .contact-us {
    padding: 20px 0;
  }
  .pickup-text h2 {
    font-size: 24px;
  }
  .cost-text h2,
  .services-heading {
    font-size: 20px;
  }

  .pickup-text p,
  .cost-text p {
    font-size: 12px;
  }
  .service.active {
    display: flex;
    padding: 50px;
  }
  .service.active .service-number {
    font-size: 22px;
  }
  .service.active .service-title,
  .service-icon {
    font-size: 20px !important;
  }
}
