@media screen and (max-width: 981px) {
  .hero {
    height: 120vw;
  }
  .hero-item .left {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 2vw 20vw 10vw 20vw;
  }
  .hero-item .right {
    width: 40%;
    height: 110%;
  }
  .about {
    height: 40vw;
  }
  .hero-2 {
    height: 65vw;
  }
  .hero-4 {
    height: 65vw;
  }
  .franchise {
    height: 45vw;
  }
  .hero-3 {
    height: 45vh;
  }
  .products {
    height: 30vw;
  }
  .products .card {
    width: 22vw;
  }
  .services {
    height: 45vw !important;
  }
  .projects {
    height: 80vw !important;
  }
  .hero-3 .project {
    gap: 3vw;
  }
  .partners {
    height: 35vw;
  }
  .footer {
    height: 30vw;
  }
}

@media screen and (max-width: 479px) {
  .navbar {
    height: 14vw;
  }
  .navbar .logo {
    width: 35vw;
    height: 8vw;
  }
  .navbar h3 {
    font-size: 4vw;
  }
  .hero {
    height: 275vw !important;
  }
  .left {
    display: flex;
    flex-direction: column;
  }
  .hero .hero-item .left h1 {
    margin-top: 12vw;
    font-size: 3.8vw;
    text-align: center;
  }
  .carousel-inner {
    display: none;
}
  .hero .hero-item .left button {
    width: 42vw;
    height: 7vw;
    font-size: 3vw;
  }
  .hero .hero-item .left button i {
    display: none;
  }
 
@media (max-width: 768px) {
  .carousel-inner img {
    height: 200px;
  }
}
  .hero .hero-item .right {
    border-radius: 3vw;
    height: 167vw !important;
    width: 110vw;
    padding-top: 2vw;
    margin-right: 15vw !important;
  }
  .hero .hero-item .right form {
    margin-right: 5vw !important;
  }
  .right-form {
    background-color: #fff;
    padding: 2rem;
    border-radius: 1rem;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
    width: 110%;
    max-width: 750px;
    margin: auto;
    margin-left: vw;
  }
  .hero .hero-item .right form .btn-primary {
    width: 75vw;
    margin-left: 5vw;
  }
  .hero .hero-item .right form input {
    width: 90%;
    height: 5vw !important;
  }
  .hero .hero-item .right h1 {
    font-size: 5vw;
  }
  .about {
    height: 130vw;
  }
  .about h1 {
    font-size: 6vw;
  }
  .about .content {
    display: flex;
    flex-wrap: wrap;
  }
  .about .content .left {
    width: 100% !important;
  }
  .about .content .left p {
    font-size: 3vw;
  }
  .about .content .right {
    width: 100%;
    margin-left: 4vw;
  }
  .about .content .right img {
    width: 80vw;
    height: 45vw;
  }
  .hero-2 {
    height: 155vw;
  }
  .hero-2 h1 {
    font-size: 6vw;
  }
  .hero-2 .Benefits {
    margin-left: 2vw;
    margin-bottom: 40vw;
  }
  .hero-2 .Benefits .box {
    height: 38vw;
    width: 38vw;
  }

  .hero-2 .Benefits .box .content img {
    width: 15vw;
    height: 15vw;
    margin-left: 4vw;
  }
  .hero-2 .Benefits .box .content h1 {
    font-size: 2vw;
  }
  .hero-2 .Benefits .box .content p {
    margin-bottom: 7.8vw !important;
    font-size: 1.25vw;
  }

  .hero-4 {
    height: 140vw;
  }
  .hero-4 h1 {
    font-size: 7vw;
  }
  .hero-4 h3 {
    font-size: 3.1vw;
  }

  .hero-4 .steps .left .content2 {
    margin-top: 12vw;
  }
  .hero-4 .steps .right .content2 {
    margin-top: 14vw;
  }
  .hero-4 .steps .left .content1 h6 {
    display: none;
  }
  .hero-4 .steps .right .content1 h6 {
    display: none;
  }
  .hero-4 .steps .left .content2 h6 {
    display: none;
  }
  .hero-4 .steps .right .content2 h6 {
    display: none;
  }
  .hero-4 .steps .left img {
    width: 20vw;
    height: 20vw;
  }
  .hero-4 .steps .left h3 {
    font-size: 2.5vw;
    text-align: center;
  }
  .hero-4 .steps .left h6 {
    font-size: 2vw;
    text-align: center;
  }

  .hero-4 .steps .right {
    margin-top: 30vw;
  }
  .hero-4 .steps .right img {
    width: 20vw;
    height: 20vw;
  }
  .hero-4 .steps .right h3 {
    font-size: 2.5vw;
    text-align: center;
  }
  .hero-4 .steps .right h6 {
    font-size: 2vw;
    text-align: center;
  }

  .hero-4 .steps .middle input {
    margin-top: 45vw;
    height: 90vw !important;
  }

  .franchise {
    height: 70vw !important;
  }
  .franchise h1 {
    font-size: 7vw;
  }
  .franchise h3 {
    font-size: 3.1vw;
  }

  .franchise .box .card {
    width: 35vw !important;
    height: 35vw;
  }

  .franchise .box .card img {
    width: 34.5vw !important;
    height: 35vw !important;
  }
  .franchise .box .card h4 {
    font-size: 2.4vw;
  }

  .hero-3 {
    height: 35vh;
  }
  .hero-3 h1 {
    font-size: 7vw;
  }
  .hero-3 h3 {
    font-size: 3.1vw;
  }
  .product {
    height: 25vh;
  }
  .hero-3 .products .box .card {
    width: 22.7vw;
  }
  .hero-3 .products .box .card h4 {
    font-size: 1.9vw;
  }
  .products {
    height: 30vw;
  }
  .services {
    height: 70vw !important;
  }
  .services .products .box .card {
    width: 22vw;
    height: 30vw;
  }
  .services .products .box .card img {
    height: 73vw !important;
  }
  .projects {
    height: 110vw !important;
  }

  .projects h1 {
    font-size: 7vw;
  }

  .projects h3 {
    font-size: 3.1vw;
  }
  .projects .project .box .card img {
    width: 24.5vw;
    height: 247vw !important;
  }

  .projects .project .box .card {
    width: 25vw;
    height: 27vw;
  }
  .projects .project .box .card h4 {
    font-size: 1vw;
  }

  .hero-3 .project {
    gap: 3vw;
  }
  .partners {
    height: 50vw;
  }

  .partners h1 {
    font-size: 7vw;
  }

  .footer {
    height: 40vw;
  }
  .footer .box {
    padding-top: 1.5vw !important;
    height: 20vw;
  }
  .footer .box .content h2 {
    font-size: 3.5vw !important;
  }
  .footer .box .content h1 {
    font-size: 3vw !important;
  }
  .footer .box .content h5 {
    font-size: 2vw !important;
  }
  .footer .box button {
    width: 25vw !important;
    height: 7vw !important;
    padding: 2vw;
    font-size: 1.6vw;
  }
  .contact .phone-container {
    margin-bottom: 25vw;
  }
  .contact .phone-container .phone-icon {
    width: 20vw !important;
    height: 20vw;
  }
  .contact .phone-container .phone-icon img {
    width: 12vw !important;
    height: 12vw;
  }
  .contact .phone-container .phone-info {
    width: 30vw;
    height: 10vw;
    font-size: 3vw;
    margin-right: 15vw;
  }
  #callNowButton {
    border: none;
    background-color: transparent;
    background-color: #005b94;
    color: #fff;
    width: 23vw !important;
    height: 7vw !important;
    border-radius: 1vw;
  }
}

@media screen and (max-width: 1672px) {
  .projects {
    height: 76vw;
  }
}
@media screen and (max-width: 1032px) {
  .hero {
    height: 64vw;
  }

  .hero .hero-item .right {
    height: 57vw;
  }
  .hero .hero-item .right form {
    margin-right: 1vw !important;
  }
}

/* Responsive Adjustments */
@media (max-width: 768px) {
  .feature-box {
    width: 80vw;
    margin-bottom: 2vw;
  }
  .why-helium h1 {
    font-size: 6vw;
  }
  .feature-box h3 {
    font-size: 4vw;
  }
  .feature-box p {
    font-size: 3vw;
  }
  .feature-box img {
    width: 10vw;
    height: 10vw;
  }
  .toggle-btn {
    font-size: 3.5vw;
  }
  .request-text {
    font-size: 4vw;
    margin-bottom: 0.5vw;
  }
}
