/* navbar======================= */
@media (max-width: 991px) {
  .nav-links {
    position: fixed;
    top: 0;
    right: -280px;
    width: 280px;
    height: 100vh;
    /* background: #fff; */
    box-shadow: -2px 0 8px rgba(0, 0, 0, 0.08);
    display: flex;

    flex-direction: column;
    align-items: flex-start;
    padding: 80px 0px 24px 10px;
    transition: right 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    z-index: 10000;
    background-color: #fbbf24;
  }

  .nav-links.open {
    right: 0;
  }
  /* 
            .nav-links a {
                margin: 10px 0;
                font-size: 20px;
                font-weight: 700;
                color: #1e3a8a;
                width: 100%;
                text-align: left;
            } */

  .nav-close {
    display: none;
    position: fixed;
    top: 20px;
    right: 20px;
    z-index: 10002;
  }

  .nav-close.show {
    display: flex;
    gap: 0px;
  }

  .nav-links {
    position: fixed;
    top: 0;
    right: -280px;
    width: 280px;
    height: 100vh;
    box-shadow: -2px 0 8px rgb(0, 0, 0);
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 80px 0px 24px 10px;
    transition: right 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    z-index: 10000;
    background-color: #fbbf24;
  }

  .nav-links.open {
    right: 0;
    gap: 0px;
  }

  .nav-links a {
    margin: 10px 0;
    font-size: 20px;
    font-weight: 700;
    color: #f7f7f7;
    width: 100%;
    text-align: left;
  }

  .nav-toggle {
    display: flex;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    right: 1px;
  }

  .nav-close {
    display: none;
    position: fixed;
    top: 20px;
    right: 20px;
    z-index: 10002;
  }

  /* .nav-close.show {
                display: flex;
            } */

  .navbar-img {
    display: flex;
    min-width: 500px;
  }
  .logo img {
    height: 90px !important;
    width: 90px !important;
    object-fit: contain;
    margin-right: 10px;
    /* position: absolute;
    content: "";
    top: 50%;
    left: 10%;
    transform: translate(-50%, -50%); */
    background-color: white;
    z-index: 20;
    border-radius: 50%;
  }

  .company-title img {
    position: absolute;
    height: 100%;
    /*width:210px!important;*/
    /* !important; */
    content: "";
    left: 49% !important;
    right: 50%;
    z-index: 10000;
    /* transform: translate(-50%, -50%); */
  }

  .navbar {
    background-color: #fbbf24;
    /* Yellow background */
    display: flex;
    align-items: center;
    padding: 28px 0px;
    justify-content: space-between;
    position: relative;
    z-index: 1000;
    gap: 20px;
  }
}

@media (max-width: 768px) {
    .overlay-content {
    position: absolute;
    top: 0px;
    left: 0;
    width: 100%;
    height: 500px;
    display: flex
;
    flex-direction: column;
    align-items: center;
    justify-content: space-around;
    pointer-events: none;
    gap: 60px;
}
  .service-static-img img {
    height: 200px !important;
    width: 100%;
  }
  .service-row {
    gap: 10px;
  }
  .services-title {
    text-align: center;
    color: #1e3a8a;
    font-size: 1rem;
    font-weight: 800;
    margin-bottom: 10px;

    padding: 20px 15px;
    border-radius: 20px;
    box-shadow: 0 8px 32px rgba(30, 58, 138, 0.15);
    display: inline-block;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    border: 2px solid rgba(30, 58, 138, 0.1);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
  }

  .services-title::before {
    content: "";
    position: absolute;
    top: -2px;
    left: -2px;
    right: -2px;
    bottom: -2px;
    background: linear-gradient(135deg, #1e3a8a, #fbbf24);
    border-radius: 20px;
    z-index: -1;
    opacity: 0.1;
  }
  .service-card {
    width: 100%;
    height: 200px;
  }

  .pickup-btn {
    position: relative;
    margin-left: 20px;
    top: 70px;
    right: 150px;
    margin-top: 5px;
    background-color: #fbbf24;
    color: #fff;
    padding: 10px 10px;
    font-size: 16px;
    border: none;
    width: 230px;
    display: flex;
    align-items: center;
    gap: 10px;
    font-weight: bold;
    transition: all 0.2s ease-in;
    text-decoration: none;
    z-index: 4;
  }
  .banner-text .btn {
    width: 150px;
    background-color: #1e3a8a;
    color: #fff;
    font-weight: 500;
    padding: 12px 25px;
    border: none;
    border-radius: 4px;
    font-size: 14px;
    cursor: pointer;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    text-decoration: none;
    display: inline-block;
  }
  .solutions-title {
    color: rgb(30, 58, 138);
    font-size: 1.5rem;
    font-weight: 800;
    margin-bottom: 43px;
    position: relative;
  }
  .other-solutions {
    margin-top: 40px;
    background: linear-gradient(135deg, #ffffff 0%, #f8fafc 100%);
    padding: 40px 20px;
    border-radius: 25px;
  }

  .solutions-list span {
    font-size: 19px;
  }

  .content3-heaading {
    font-size: 1.2rem;
    font-weight: bold;
    margin-bottom: 1rem;
    color: #fbbf24;
  }

  .banner-text {
    z-index: 2;
    gap: 5px;
    display: flex;
    align-items: start !important;
    justify-content: center;
    flex-direction: column;
    height: 100%;
    padding-bottom: 0px !important;

    /* background-color: red; */
  }
  .owl-nav .custom-prev,
  .owl-nav .custom-next {
    pointer-events: all;
    font-size: 20px;
    /* background: white; */
    color: rgb(255, 255, 255);
    padding: 0px 15px !important;

    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
    cursor: pointer;
    transition: 0.3s ease;
    margin: 0px 10px !important;
  }
  .content3 {
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
    width: 80%;
  }
  .image1-button {
    /* position: relative;
            top: 150px;
            right: 50px; */

    background-color: #fbbf24;

    color: #0d0585;
    font-weight: 700;
    padding: 20px 50px;
    border: none;
    border-radius: 4px;
    font-size: 13px;
    cursor: pointer;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    text-decoration: none;
  }
  .image {
    height: 427px;
    display: flex;
    background: url("third.jpg");
    /* padding: 100px; */
    background-repeat: no-repeat;
    background-size: cover !important;
    background-position: center;
    position: relative;
    overflow: hidden;
  }

  .image2 {
    height: 427px;
    display: flex;
    background: url("second.jpg");
    background-repeat: no-repeat;
    background-size: cover !important;
    background-position: center;
    padding: 100px;
    position: relative;
    overflow: hidden;
  }

  .image3 {
    height: 427px;

    /* max-width: 1500px; */
    margin: 0 auto;
    display: flex;
    background: url("firstslider.jpg");
    background-repeat: no-repeat;
    background-size: cover !important;
    background-position: center;
    padding: 100px;
    position: relative;
    overflow: hidden;
  }
 
  .slope-section{
    display: none;
  }
  .gallery-title h2

 {
    font-size: 1.5rem;
    font-weight: 700;
    color: #1e3a8a;
    margin-bottom: 15px;
}
}
@media (min-width: 991px), (max-width: 1024px) {
  .nav-links {
    display: flex;
    gap: 5px;
  }
  .nav-links a {
    color: white;
    font-weight: bold;
    text-decoration: none;
    padding: 20px 8px;
    transition: color 0.3s ease;
}
  .company-title>img {
    position: absolute;
    height: 100%;
    width:263px!important;
   
    content: "";
    left: 28%;
    right: 50%;
    transform: translate(-50%, -50%);
  }
  /* .logo img{
    height: 180px;
    width: 180px;

  } */
  .navbar {
    background-color: #fbbf24;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    z-index: 1000 !important;
    gap: 20px;
  }
  .logo img {
    object-fit: contain;
    margin-right: 10px;
    position: absolute;
    content: "";
    top: 50%!important;
    left: 57px !important;
        height: 125px;
        width: 125px;
    z-index: 20;
    border-radius: 50%;
    background-color: rgb(255, 255, 255);
}
}

@media (max-width: 480px) {
  .company-title img {
    position: absolute;
    height: 100%;
    width: 210px!important;
    content: "";
    left: 52%!important;
    right: 50%;
    transform: translate(-50%, -50%);
  }
}

  .web-wash-exp-section {
  display: block;
  height: 700px;
  width: 100%;
  
}
.web-wash-exp-section img {
  height: 700px;
  width: 100%;
}
.mobile-img {
  display: none;
}
@media (max-width: 768px) {
  .web-wash-exp-section {
    display: none !important;
  }
  .mobile-img {
    width: 100%;
    display: block !important;
  }
  .mobile-img img {
    width: 100%;
    height: 300px;
    
    
  }


