/* Extra Small (Mobile Portrait) */
@media (max-width: 575px) {
  /* Styles for mobile portrait mode */
  .container,
  .container-sm {
    max-width: 460px;
  }
  header {
    height: 60px;
  }

  .logo img {
    width: 180px;
  }

  /* sidebar */
  .sidebar img.img-fluid.mt-3 {
    width: 150px;
  }
  .sidebar {
    margin-bottom: 20px;
  }

  /* navbar pills */
  nav.nav.nav-pills {
    overflow-x: auto;
    flex-wrap: nowrap;
    gap: 25px;
    padding-bottom: 10px;
  }

  .nav-link {
    width: 100px;
    flex-shrink: 0;
    padding: 10px 0;
  }

  /* Optionally, hide the scrollbar for a cleaner look */
  nav.nav.nav-pills::-webkit-scrollbar {
    display: none;
  }

  .nav-item-with-line:not(:last-child)::after {
    width: 25px;
  }

  /* images section */
  .container.blur-container {
    padding: 5px;
    padding-right: 20%;
  }
  .progress-circle span {
    transform: translate(0%, 30%);
    font-size: 8px;
    font-weight: 400;
  }

  .blur-container h6 {
    font-size: 0.625rem;
    text-align: left;
    line-height: 1;
  }
  .container.toggle-container {
    flex-direction: column;
    gap: 10px;
    padding: 10px;
  }
  .container.toggle-container p {
    font-size: 0.625rem;
    text-align: left;
    line-height: 1;
  }

  .icon-box .icon-box-content p {
    font-size: 0.825rem;
  }
  .icon-box {
    padding: 50px 20px 0px 20px;
    height: 150px;
  }

  .part-title h6 {
    font-size: 1rem;
    text-align: left;
  }

  .form-heading p,
  label.form-check-label {
    font-size: 0.625rem;
  }
  .contact-form {
    margin-top: 50px;
  }
  .tablist-content .content-images {
    display: grid;
    grid-template-columns: 100%;
  }

  .content-images .radio-img {
    margin: 0 auto;
  }

  .group-images-wrapper {
    display: grid !important;
    grid-template-columns: 1fr;
    gap: 20px;
    justify-content: center !important;
    align-items: center !important;
  }
  .tab-3 .group-images {
    height: auto;
  }
  .card-body .tab-3:nth-child(3) .content-images {
    display: grid !important;
    grid-template-columns: 1fr;
  }
  .group-images.active::before {
    left: 42% !important;
  }
  .tab-3 .group-images-wrapper img.plus-image {
    margin: 0 auto;
  }
}

/* Small (Mobile Landscape) */
@media (min-width: 576px) and (max-width: 767px) {
  /* Styles for mobile landscape and small tablets */
  .container,
  .container-md,
  .container-sm {
    max-width: 540px;
  }

  header {
    height: 60px;
  }

  .logo img {
    width: 180px;
  }

  /* sidebar */
  .sidebar img.img-fluid.mt-3 {
    width: 150px;
  }
  .sidebar {
    margin-bottom: 20px;
  }

  /* navbar pills */
  nav.nav.nav-pills {
    overflow-x: auto;
    flex-wrap: nowrap;
    gap: 25px;
    padding-bottom: 10px;
  }

  .nav-link {
    width: 100px;
    flex-shrink: 0;
    padding: 10px 0;
  }

  /* Optionally, hide the scrollbar for a cleaner look */
  nav.nav.nav-pills::-webkit-scrollbar {
    display: none;
  }

  .nav-item-with-line:not(:last-child)::after {
    width: 25px;
  }
  /* images section */

  .blur-container h6 {
    font-size: 1rem;
  }

  .progress-circle span {
    transform: translate(0%, 30%);
    font-size: 8px;
    font-weight: 400;
  }

  .content-images .radio-img {
    width: 265px;
    height: 16rem;
    margin: 0 auto;
  }

  /* .image {
    width: 100%;
    height: 100%;
    background-size: cover;
  } */

  .tablist-content .content-images {
    grid-template-columns: repeat(1, 1fr);
  }
  .part-title h6 {
    font-size: 0.875rem;
    line-height: 1;
  }
  .container.toggle-container p {
    font-size: 0.875rem;
  }

  .form-heading p,
  label.form-check-label {
    font-size: 0.625rem;
  }
  .card-body .tab-3:nth-child(3) .content-images {
    display: flex;
    flex-direction: column;
  }
  .tab-3 .group-images-wrapper {
    flex-direction: column;
    gap: 20px;
  }

  .tab-3 .group-images {
    height: 100%;
    width: 265px;
    text-align: center;
  }

  .group-images.active::before {
    left: 42%;
  }
  .card-body .tab-3:nth-child(3) .blur-container {
    padding-right: 15%;
  }
}

/* Medium (Tablets) */
@media (min-width: 768px) and (max-width: 991px) {
  /* Styles for tablets */
  .container,
  .container-lg,
  .container-md,
  .container-sm {
    max-width: 960px;
  }

  /* navbar pills */
  nav.nav.nav-pills {
    overflow-x: auto;
    flex-wrap: nowrap;
    gap: 25px;
    padding-bottom: 10px;
  }

  .nav-link {
    min-width: 120px;
    flex-shrink: 0;
  }

  /* Optionally, hide the scrollbar for a cleaner look */
  nav.nav.nav-pills::-webkit-scrollbar {
    display: none;
  }

  .nav-item-with-line:not(:last-child)::after {
    width: 25px;
  }
  /* images section */

  .blur-container h6 {
    font-size: 16px;
  }

  .content-images .radio-img {
    width: 265px;
    height: 16rem;
    margin: 0 auto;
  }
  .card-body .tab:nth-child(3) .content-images .radio-img {
    width: 260px;
  }

  /* .image {
    width: 100%;
    height: 100%;
    background-size: cover;
  } */

  .tablist-content .content-images {
    grid-template-columns: repeat(2, 1fr);
  }
  .part-title h6 {
    font-size: 0.875rem;
    line-height: 1;
  }
  .container.toggle-container p {
    font-size: 0.875rem;
  }

  .form-heading p,
  label.form-check-label {
    font-size: 0.625rem;
  }

  .card-body .tab-3:nth-child(3) .content-images {
    display: flex;
    flex-direction: column;
  }

  .tab-3 .group-images-wrapper {
    flex-direction: column;
    gap: 20px;
  }

  .tab-3 .group-images {
    height: 100%;
    width: 265px;
    text-align: center;
  }

  .tablist-content .content-images {
    grid-template-columns: repeat(1, 1fr);
  }
}

/* Large (Laptops/Desktops) */
@media (min-width: 992px) and (max-width: 1199px) {
  /* Styles for laptops and small desktops */

  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl {
    max-width: 1140px;
  }
  /* navbar pills */
  nav.nav.nav-pills {
    overflow-x: auto;
    flex-wrap: nowrap;
    gap: 25px;
    padding-bottom: 10px;
  }

  .nav-link {
    min-width: 120px;
    flex-shrink: 0;
  }

  /* Optionally, hide the scrollbar for a cleaner look */
  nav.nav.nav-pills::-webkit-scrollbar {
    display: none;
  }

  .nav-item-with-line:not(:last-child)::after {
    width: 25px;
  }
  /* images section */

  .blur-container h6 {
    font-size: 16px;
  }
  .container.toggle-container p {
    font-size: 14px;
  }

  /* images */
  .content-images .radio-img {
    width: 260px;
    height: 16rem;
  }
  .tablist-content .content-images {
    grid-template-columns: repeat(2, 1fr);
  }

  /* .image {
    width: 100%;
    height: 100%;
    background-size: cover;
  } */
  .card-body .tab-3:nth-child(3) .content-images {
    flex-direction: column;
  }

  .content-images .group-images {
    width: 100%;
  }
}

/* Extra Large (Large Desktops) */
@media (min-width: 1200px) and (max-width: 1399px) {
  /* Styles for larger desktops */
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl {
    max-width: 1140px;
  }

  /* navbar pills */
  nav.nav.nav-pills {
    overflow-x: auto;
    flex-wrap: nowrap;
    gap: 25px;
    padding-bottom: 10px;
  }

  .nav-link {
    min-width: 120px;
    flex-shrink: 0;
  }

  /* Optionally, hide the scrollbar for a cleaner look */
  nav.nav.nav-pills::-webkit-scrollbar {
    display: none;
  }

  .nav-item-with-line:not(:last-child)::after {
    width: 25px;
  }

  /* images */
  .content-images .radio-img {
    width: 265px;
    height: 270px;
    margin: 0 auto;
  }

  .tablist-content .content-images {
    display: grid !important;
    grid-template-columns: 1fr 1fr !important;
  }

  .content-images .group-images {
    width: 100%;
  }
  .card-body .tab:nth-child(3) .content-images {
    display: grid;
    grid-template-columns: repeat(3, 1fr) !important;
    justify-content: center;
    align-items: center;
  }

  /* 
  .image {
    width: 100%;
    height: 100%;
    background-size: cover;
  } */
}

/* Extra Extra Large (Very Large Desktops) */
@media (min-width: 1400px) {
  /* Styles for very large screens, like 4K monitors */
}
