html, body {
  overflow-x: hidden !important;
}
  .nav-link:focus, .nav-link:hover {
    color: #f36707;
}.dropdown-item:focus, .dropdown-item:hover {
    color: #f36707;
    background-color: #e9ecef;
}a.nav-link.active {
    color: #f36707;
}
.navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .show>.nav-link {
    color: rgb(243 103 7);
}
.logo {
    width: 75%;
}
  .header {
    border-top: 4px solid #FF8029;
  }

  ul.dropdown-menu.show {
    margin-top: 27px;
    background-color: #00000063;
  }

  .dropdown-item {
    display: block;
    width: 100%;
    padding: .25rem 1rem;
    clear: both;
    font-weight: 400;
    color: #ffffff;
    text-align: inherit;
    text-decoration: none;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
  }

  a.nav-link {
    color: gray;
  }

  .text-secondary {
    color: gray;
  }

  .text-justify {
    text-align: justify;
  }

  .orng-bgclr {
    background-color: #F36707;
  }

  .title-brds {
    border: 2px dashed white;
  }

  .title-brds-two {
    border: 2px dashed #F36707;

  }

  .orng-fnt-clr {
    color: #FF8029;
  }

  .why-choose-us-icon {
    position: relative;
  }

  .why-choose-us-icon::before {
    content: '';
    position: absolute;
    width: 70px;
    height: 70px;
    border: 1px solid #ff8029;
    top: 35%;
    left: 35%;
    transform: translate(-50%, -50%) rotate(45deg);
    background-color: #fbfbfb;
    z-index: -1;
    border-radius: 10px;
  }

  .why-choose-us-content {
    display: flex;
    align-items: center;
    width: 172px;
  }

  .whychs-icons {
    width: 40px;
  }

  .oursrvc-nmbr-sze {
    display: flex;
    align-items: end;
    margin-bottom: 0;
    line-height: 0.8;
    font-size: 90px;
  }

  .ourservice-reverse-border-bottom .why-choose-us-content {
    justify-content: end;
  }

  .whychooseus-bg {
    background: url('../img/whychooseus/whychooseus-bg.png') no-repeat;
    background-size: cover;
  }

  /* ourservice */
  .bg-ourservice-icons {
    width: 5rem;
  }

  .ourservices-icons {
    width: 2rem;
  }

  .ourservice-border-bottom {
    border-bottom: 2px solid orange;
  }

  .our-service-bg {
    background: url('../img/ourserv/bg-india.png') no-repeat;
    background-size: cover;
  }

  /* products */

  .products-bg {
    background: url(../img/products/1.png) no-repeat;
    background-position: center;
  }


  .ourproduct-title {
    background-color: #ff8a3b;
    color: white;
    padding: 6px;
    box-shadow: 0px 0px 10px gainsboro;
  }

  .image-container {
    position: relative;
    display: inline-block;
    max-width: 100%;
  }

  .overlay-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
    font-weight: bold;
    font-size: 1.5rem;
    text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.7);
  }

  img.product-img {
    width: 80%;
  }


  .productwemake {
    font-size: 4rem;
    ;
  }


  /* industries */
  .ind-servd-icons {
    width: 3vw;
  }

  .industry-card {
    position: relative;
    padding: 10px;
    display: flex;
    align-items: center;
    transition: transform 0.2s ease;
    margin-bottom: 20px;
    z-index: 1;
  }

  .industry-card::before {
    content: '';
    position: absolute;
    border: 1px solid #f2c0a4;
    border-radius: 12px;
    width: calc(100% - 70px);
    right: 0;
    top: 0;
    height: 100%;
    z-index: -1;
    background-color: #F8F8F8;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.03);
  }

  .industry-card:hover {
    transform: translateY(-5px);
  }

  .industry-icon {
    width: 100px;
    height: 100px;
    border-radius: 86%;
    background: linear-gradient(135deg, #F79857, #F36707);
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 28px;
    margin-right: 20px;
    flex-shrink: 0;
  }

  .industry-content h5 {
    margin-bottom: 8px;
    font-weight: 600;
  }

  .industry-section {
    padding: 40px 0;
  }


  /* testimonals */
  .swiper-container {
    border-radius: 5px;
    width: 70vw;
    overflow: hidden;
    height: fit-content;
    height: fit-content;
    font-size: 50px;
    position: relative;
    padding-bottom: 50px;
    font-family: sans-serif;
  }

  .swiper-slide {
    width: auto;
    height: fit-content;
    display: flex;
    height: auto;
    border-radius: 5px;
    overflow: hidden;
    align-items: flex-start;
    flex-direction: column;
    padding: 0px;
    font-family: Nunito;
    background-color: white;
  }

  .swiper-slide .ImgHolder {
    background-color: #F79857;
    display: flex;
    width: 100%;
    height: auto;
    padding: 30px;
    border-bottom-left-radius: 20px;
  }

  .ContentHolder::before {
    background-color: #F79857;
    content: "";
    width: 50px;
    height: 50px;
    position: absolute;
    top: -5px;
    z-index: -1;
    right: 0px;
  }

  .ContentHolder {
    position: relative;
    padding: 10px;
    background-color: white;
    border-top-right-radius: 20px;
  }

  .swiper-pagination-bullet {
    background-color: white;
    opacity: 1;
    border: 1px solid #F79857;
  }

  .swiper-pagination-bullet-active {
    background-color: #F79857;
  }

  .swiper-button {
    border: 1px solid white;
  }

  .swiper-slide img {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    margin: auto;
    object-fit: cover;
    border: 3px solid #F79857;
    outline: 2px solid white;
  }

  .swiper-slide h3 {
    font-size: 1.1rem;
    text-align: center;
    font-weight: bold;
  }

  .swiper-slide p {
    font-size: 0.9rem;
    padding: 5px;
  }

  @media (max-width: 638px) {
    .swiper-container {
      width: 100%;
    }
  }

  @media (max-width: 500px) {
    .swiper-container {
      width: 100%;
    }
  }

  @media (max-width: 300px) {
    .swiper-container {
      width: 100%;
    }

    .swiper-slide {
      border-radius: 0px;
    }

    .swiper-container .ImgHolder {
      border-radius: 0px;
    }

    .ContentHolder {
      border-radius: 0px;
    }
  }

  .ourservice-reverse-border-bottom {
    position: relative;
  }

  .ourservice-reverse-border-bottom::after {
    content: '';
    position: absolute;
    width: calc(100% - 32px);
    height: 2px;
    bottom: 0;
    background-color: #ff8029;
    left: 0;
  }

  /* footer */

  .footer {
    background-color: #051524;
    color: #fff;
    padding: 40px 20px;
  }

  .footer a {
    color: #ccc;
    text-decoration: none;
  }

  .footer a:hover {
    color: #fff;
  }

  .footer .contact-btn {
    background-color: #ff8700;
    border: none;
    padding: 10px 20px;
    color: #000;
    font-weight: 600;
  }

  .footer .social-icons i {
    font-size: 1.3rem;
    margin-right: 10px;
    color: #fff;
  }

  .footer .location-icon i {
    font-size: 1.8rem;
    color: #fff;
  }

  .footer-bottom {
    border-top: 2px dashed #ff8700;
    padding-top: 10px;
    margin-top: 20px;
    text-align: center;
    font-size: 0.9rem;
    color: #ccc;
  }

  /* footerend */
  .contact-section {
    max-width: 1200px;
    margin: auto;
  }

  .form-control,
  .form-select {
    border-radius: 0.375rem;
    padding: 0.75rem;
  }

  .submit-btn {
    background-color: #f47216;
    color: #fff;
    font-weight: 600;
    padding: 0.75rem 2rem;
    border: none;
    border-radius: 0.375rem;
  }

  .submit-btn:hover {
    background-color: #d35d0b;
  }

  .contact-info i {
    color: #f47216;
    margin-right: 0.5rem;
  }

  .location-icon {
    color: #f47216;
    font-size: 1.5rem;
  }

  .contact-us-badge-wrapper {
    position: relative;
    display: flex;
    align-items: center;
    margin: 2rem 0;
  }

  .vertical-line {
    width: 8px;
    height: 60px;
    background-color: rgba(244, 114, 22, 0.2);
    /* Light orange */
    position: relative;
    margin-right: -4px;
  }

  .horizontal-line {
    width: 25px;
    height: 8px;
    background-color: rgba(244, 114, 22, 0.2);
    /* Light orange */
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
  }

  .contact-us-box {
    background-color: #f47216;
    /* Bright orange */
    color: white;
    padding: 0.5rem 1.5rem;
    font-family: 'Georgia', serif;
    font-size: 1.2rem;
    border: 2px dashed white;
    border-radius: 0.25rem;
    margin-left: 1rem;
    white-space: nowrap;
  }

  @media (max-width:575px){
    .ind-servd-icons {
    width: 30px;
}

.industry-icon {
    width: 60px;
    height: 60px;
}
.industry-card::before{
  width: calc(100% - 40px);
}.contact-us-badge-wrapper {
    position: relative;
    display: flex
;
    align-items: center;
    margin: 0;
}
    
  }