  * {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    scroll-margin-top: 100px;
  }

  body {
    font-family: Montserrat;
  }

  :root {
    --primary-color: #FAA634;
  }
svg{
   transition: 0.3s linear all;
}
  .call-to-action {
    color: var(--primary-color);
    text-decoration: none;
  }

  .heading {
    font-size: 36px;
    line-height: 1.4;
    text-transform: uppercase;
    font-weight: 500;

  }
.teal-heading{
    color:#008080 !important;
}
  .about-freight {
    width: 65% !important;
    margin: 0 !important;
  }
.full-width{
    max-width:100% !important;
}
.about-1.full-width ul{
  list-style-position: outside;
    padding-left: 18px;
}

  .description {
    font-size: 18px;
    line-height: 1.4;
    font-weight: 600;
    color: #000;
  }

  .main {
    overflow-x: hidden;
  }

  .home-about-container {
    max-width: 1520px;
    width: 100%;
    margin: 0 auto;
    margin-bottom: -50px;
  }
  .home-about-container p{
   text-align:justify;
  }

  .text-justify {
    text-align: justify;
  }

  .text-align-last-right {
    text-align-last: right;
  }

  /* header  */
  .dropdown-item.active {
    background: #fff !important;
    color: #000 !important;
    font-weight: 600 !important;
    border-bottom: 1px solid #f39f34 !important;
  }

  .dropdown-submenu .dropdown-menu {
    display: none;
  }

  .dropdown-submenu.show>.dropdown-menu {
    display: block;
  }

  .header-container {
    max-width: 1920px;
    margin: 0 auto;
    padding: 0;
    width: 100%;
    position: sticky;
    top: 0;
    z-index: 999999;
  }

  .top_header {
    padding: 0 15px 25px;
  }

  .header-logo {
    max-height: 60px;
  }

.sub-heading{
    font-size:27px !important;
}
  .bottom_header_logo .header-logo {
    max-height: 75px;
  }

  .dropdown-submenu {
    position: relative;
  }

  .dropdown-submenu>.dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -1px;
    display: none;
    position: absolute;
    z-index: 1001;
  }

  /* For left-opening submenu */
  .dropdown-submenu.dropdown-open-left>.dropdown-menu {
    left: auto;
    right: 100%;
  }

  .dropdown-submenu:hover>.dropdown-menu,
  .dropdown-submenu:focus-within>.dropdown-menu,
  .dropdown-submenu.show>.dropdown-menu {
    display: block;
  }

  .header-btn-orange {
    background: #E64126;
    background: linear-gradient(90deg, rgba(230, 65, 38, 1) 0%, rgba(243, 159, 52, 1) 100%);
    color: white;
    border-radius: 0 0 25px 25px;
    margin-right: 10px;
    font-size: 18px;
    padding: 10px 30px;
    border: none;
    transition: 0.3s all ease;
    min-width: 180px;
  }

  .header-btn-orange.show,
  .header-btn-orange:hover,
  .header-btn-orange:active {
    transform: scale(1.1);
    background: #E64126;
    background: linear-gradient(90deg, rgba(230, 65, 38, 1) 0%, rgba(243, 159, 52, 1) 100%);
    color: white;
    border: none
  }

  .bottom_header_logo {
    position: absolute;
    left: 0;
    top: -60px;
    padding: 0 35px 25px 25px;
    background: #fff;
    border-radius: 0 0 80px 0;
  }

  .top_header .header-logo {
    display: none;
  }

  .dropdown-menu {
    min-width: 200px;
    z-index: 1000000;
    border-radius: 0;
    border: 0;
    background: #fff;
    padding: 0;
  }

  .top_header .dropdown-menu {
    border-top: 2px solid #fff;
  }

  .dropdown-submenu {
    position: relative;
  }

  .dropdown-submenu .dropdown-menu {
    top: 1px;
    left: 99%;
    margin-left: 0.1rem;
    display: none;
    position: absolute;
  }

  /* Show submenu on hover */
  .dropdown-submenu:hover .dropdown-menu {
    display: block;
  }

  .dropdown-menu li a {
    color: #000;
    border-bottom: 1px solid #f39f34;
    font-weight: 400;
    background: #f0f0f0;
    transition: 0.3s all ease;
  }

  .dropdown-menu li a:hover {
    /*background: linear-gradient(90deg, rgba(230, 65, 38, 1) 0%, rgb(243, 159, 52) 100%);*/
    background: #fff;
    color: #000;
    font-weight: 600;
    border-bottom: 1px solid #f39f34;
  }

  .header-container .navbar-nav .nav-link {
    font-weight: 500;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 20px;
    position: relative;
    color: #000;
  }

  .custom-nav {
    background: #fff;
    padding-left: 35px;
    border-radius: 25px 0 0 25px;
    position: absolute;
    top: -25px;
  }
  .language-dropdown .dropdown-button{
      align-items:center !important;
  }

  .mobile-btns .dropdown {
    margin-right: 5px;
  }

  .orange-text {
    color: #FAA634;
  }

  .header-container .navbar-nav .nav-link:not(.dropdown-toggle)::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 5px;
    width: 0;
    height: 2px;
    background-color: #05264E;
    /* Change underline color */
    transition: all 0.4s ease;
    transform: translateX(-50%);
  }

  .header-container .navbar-nav .nav-link.active:not(.dropdown-toggle)::after {
    width: 95%;
  }

  /* footer */

  .footer .footer-logo {
    margin-top: 25px;
  }

  .footer .footer-logo img {
    width: 35px;
    transition: 0.3s all ease;
  }

  .footer .footer-logo img:hover {
    transform: scale(1.3) translateY(-5px);
  }

  .footer {
    background-size: cover;
    background-position: center;
    color: #ffffff;
    position: relative;
    margin-top: 80px;
    padding: 3rem 0;
  }

  .footer a {
    font-size: 20px;
  }

  .footer_bottom,
  .footer_bottom a {
    font-size: 18px
  }

  .footer ul {
    padding: 0;
    list-style: none;
  }

  .footer ul li {
    margin-bottom: 10px;
  }

  .footer ul li a {
    color: #ffffff;
    text-decoration: none;
    transition: color 0.3s ease;
    font-size: 20px;
  }

  .footer ul li a:hover {
    color: #FAA634;
  }

  .arrow-warehouse {

    animation: arrowBounce .8s infinite;

  }

  @keyframes arrowBounce {
    0% {
      transform: rotate(0) translateY(0);
      opacity: 1;
    }

    50% {
      transform: rotate(0) translateY(10px);
      opacity: 1;
    }

    100% {
      transform: rotate(0) translateY(0);
      opacity: 1;
    }
  }

  .footer a {
    color: #ffffff;
    text-decoration: none;
  }

  .footer a:hover {
    color: #FAA634;
  }

  .footer img {
    display: inline-block;
  }

  .footer .subscribe-input {
    background-color: #fff;
    border: none;
    padding: 0.6rem 2rem;
    font-size: 18px;
    color: #000;
    font-weight: 600;
  }

  .footer .subscribe-input::placeholder {
    color: #000;
    opacity: 1;
  }

  .footer-container {
    max-width: 1500px;
    margin: 0 auto;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
  }

  .footer .btn-warning {
    background: #E64126;
    background: linear-gradient(90deg, rgba(230, 65, 38, 1) 0%, rgba(243, 159, 52, 1) 100%);
    color: #fff;
    border: none;
    font-weight: 500;
    font-size: 24px;
  }

  .footer .btn-warning:hover {
    background-color: #f4aa42;
  }

  .footer .social-icons img {
    width: 24px;
    height: 24px;
    transition: transform 0.3s ease;
  }

  .footer .social-icons img:hover {
    transform: scale(1.1);
  }

  .footer .footer_bottom {
    border-top: 1px solid rgb(255, 255, 255);
    border-bottom: 1px solid rgb(255, 255, 255);
  }

  .subscribe-container {
    width: 1200px;
    padding: 20px;
    background: #fff;
    border-radius: 40px;
    position: relative;
    top: -95px;
    left: 50%;
    transform: translate(-50%, 0);
  }
video{
    max-width:initial !important;
    width:100%;
    clip-path: fill-box;
    filter: grayscale(0);
}
  /* ******* About Section Start ********* */
  .service-main {
    width: 100%;
    max-width: 1920px;
    padding: 100px 45px 20px;
    margin: 0 auto;
  }

  .services-wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 25px;
    justify-content: center;
  }

  /* Tabs */
  .tabs-nav {
    display: flex;
    justify-content: center;
    margin-bottom: 60px;
    flex-wrap: wrap;
    gap: 25px;
  }

  .tab-button {
    padding: 10px 25px;
    border-radius: 40px;
    background-color: #e0e0e0;
    color: #000;
    font-weight: 600;
    border: none;
    cursor: pointer;
    transition: all 0.3s ease;
    font-size: 24px;
    width: 370px;
  }

  .tab-button.active,
  .tab-button:hover {
    background: #E64126;
    background: linear-gradient(90deg, rgba(230, 65, 38, 1) 0%, rgba(243, 159, 52, 1) 100%);
    color: white;
  }

  /* Tab content */
  .tab-content {
    display: none;
    opacity: 0;
    transition: all 0.5s ease;
  }

  .tab-content.show {
    display: block;
    opacity: 1;
  }

  /* Cards */
  .services-wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 25px;
    justify-content: center;
    margin-bottom: 30px;
  }

  .service-card {
    width: 80px;
    height: 450px;
    position: relative;
    border-radius: 30px;
    transition: width 0.5s ease;
    cursor: pointer;
    min-width: 80px;
    flex-grow: 1;
  }

  .service-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
  }

  .service-label {
    position: absolute;
    right: -15px;
    bottom: 0;
    background: rgba(255, 255, 255, 1);
    padding: 15px 6px;
    font-weight: 600;
    font-size: 14px;
    border-radius: 20px;
    writing-mode: sideways-lr;
    transform-origin: right bottom;
    transition: all 0.6s ease;
    white-space: nowrap;
    font-size: 24px;
  }

  .service-card.active,
  .service-card:hover {
    width: 500px;
    z-index: 1;
  }

  .service-card.active .service-label,
  .service-card:hover .service-label {
    left: 50%;
    bottom: -15px;
    right: auto;
    transform: translateX(-50%);
    transform-origin: bottom center;
    writing-mode: horizontal-tb;
    border-radius: 20px;
    padding: 6px 15px;


  }


  .about-hero-banner {
    position: relative;
    max-width: 1920px;
    margin: 0 auto;
  }

  .about-hero-banner img {
    width: 100%;
    height: 700px;
    position: relative;
    top: -45px;
    z-index: -10;
    border-bottom-right-radius: 60px;
    object-fit: cover;

  }

  .about-banner-heading {
    position: absolute;
    top: 70%;
    background: rgba(0, 0, 0, 0.6);
    padding: 18px 45px;
    border-radius: 0 50px 50px 0;
  }

  .about-banner-heading h1 {
    color: white;
    margin-bottom: 0;
    margin-left: 150px;
    font-weight: bolder;
    text-transform: uppercase;
  }

  .about-us-heading {
    font-size: 36px;
    line-height: 1.4;
    text-transform: uppercase;
    font-weight: 500;

  }

  .about-us-text {
    font-size: 18px;
    line-height: 1.4;
    font-weight: 600;
  }

  .mini-title {
    font-size: 16px;
    line-height: 1.5;
    color: #000000;
    font-weight: 300;
  }

  .about-us-image2 img {
    width: 100%;
  }

  .about-us-image1 {
    width: 90%;
  }

  .about-us-left {
    position: relative;
  }

  .about-us-img1 {
    width: 95%;
    border-radius: 10px;
  }

  .about-us-img2 {
    border-radius:  10px ;
    position: absolute;
    right: 0;
    bottom: -8%;
  }

  .about-experience {
    background: white;
    padding: 30px;
    position: absolute;
    top: 8%;
    left: 7%;
    width: 30%;
    text-align: center;
  }

  .about-experience h4 {
    line-height: 2rem;
    margin-bottom: 0;
    font-weight: 600;
  }

.about-tab-img {
    width: 100%;
    max-width: 1450px;
}

  .about-experience span {
    color: #FEA22A;
    font-size: 40px;
    font-weight: bolder;
  }

  .about-counter h1 {
    color: #FEA22A;
    font-weight: 800;
    margin-bottom: 0;
  }


  .mission-vision {
    background: url(../images/about/mission-bg.jpg);
    background-size: cover;
    background-position: center -110px;
    background-repeat: no-repeat;
    margin: 80px 0
  }

  .mission-vision-inner {
    max-width: 1920px;
    margin: 0 auto;
  }

  .vision-image {
    padding: 60px 60px 60px 0;
    position: relative;
    z-index:99;
  }

  .home-service {
    padding: 60px;
  }

  .vision-image img {
    border-radius: 0 10px 10px 0;
    width: 100%;
  }

  .vision-text h2::before {
    content: "";
    position: absolute;
    width: 355px;
    height: 2px;
    background: white;
    left: 0;
    top: 55px;
  }

  .vision-text p {
    max-width: 600px;
    margin-top: 25px;
    color: white;
  }

  .vision-text h2 {
    color: white;
    position: relative;
  }

  .mission-text {
    display: flex;
    flex-direction: column;
    align-items: end;
  }

  .mission-text p {
    max-width: 600px;
    margin-top: 25px;
    color: white;
    text-align-last: right;
  }

  .mission-text h2 {
    color: white;
    position: relative;
  }

  .mission-image img {
    border-radius: 10px 0 0 10px;
    width: 100%;
  }

  .mission-image {
    padding: 60px 0px 60px 60px;
    position: relative;
  }

  .mission-text h2::after {
    content: "";
    position: absolute;
    width: 355px;
    height: 2px;
    background: white;
    right: 0;
    top: 55px;
  }


  .why-choose-us {
    max-width: 1450px;
    width: 100%;
    margin: 0 auto;
  }

  .about-1 {
    max-width: 1450px;
    width: 100%;
    margin: 0 auto;
  }

  .why-choose-us {
    max-width: 1550px;
    width: 100%;
    margin: 0 auto;
  }

  .why-choose-us-left1 {
    background: linear-gradient(90deg, rgba(230, 65, 38, 1) 0%, rgba(243, 159, 52, 1) 100%);
    padding: 15px;
    border-radius: 10px;
  }

  .why-choose-us-left2 {
   
    height: 240px;
    object-fit: cover;
  }
  .why-choose-us-left2 img{
       border-radius: 10px;
  }

  .why-choose-us-left2 img {
    width: 100%;
  }

  .why-choose-us-left h4,
  .why-choose-us-left p {
    color: white;
  }

  .why-choose-us-left p {
    font-size: 18px;
    font-weight: 400;
  }

  .why-choose-us-left h4 {
    font-size: 25px
  }

  .why-choose-us-right-img {
    position: relative;
    width: 100%
  }

  .slide-image {
    transition: transform 1s ease, opacity 1s ease;
    opacity: 0;
  }

  .slide-left {
    transform: translateX(-100%);
  }

  .slide-right {
    transform: translateX(100%);
  }

  .slide-image.in-view {
    transform: translateX(0);
    opacity: 1;
  }

  .why-choose-us-right-img img {
    border-radius: 30px;
    position: relative;
    width: 100%;
    height: 470px;
    object-fit: cover;
  }

  .why-choose-us-right-img video {
    border-radius: 10px;
    position: relative;
    width: 100%;
    height: 465px;
    object-fit: cover;
  }

  .why-choose-us-right-float {
    padding: 25px;
    background: white;
    position: absolute;
    width: 55%;
    top: 25px;
    left: 4%;
    border-radius: 20px;
  }

  .why-choose-us-right-float h4 {
    font-size: 30px;
  }

  .why-choose-us-right-float p {
    font-size: 16px;
  }

  .scale-hover {
    transition: 0.3s all ease;
    cursor: pointer;
  }

  .scale-hover:hover {
    transform: scale(1.03);
  }

  /* ******* About Section End ********* */

  /* Home  */
.banner-carousel .owl-dots{
        position: relative;
    bottom: 150px;
}
  .home-banner.about-hero-banner img {
    width: 100% !important;
    height: 900px;
    object-fit: cover;
    border-bottom-right-radius: 150px;
  }

  .home-banner.about-hero-banner .about-banner-heading {
    top: 520px;
  }

  .home-banner.about-hero-banner .about-banner-heading h1 {
    font-weight: 500;
    margin-left: 50px;
  }

  .home-banner.about-hero-banner .about-banner-heading p {
    font-size: 20px;
    color: #fff;
    font-weight: 500;
    margin-left: 50px;
    max-width: 600px;
    text-transform: uppercase;
  }

  .home-banner.about-hero-banner .about-banner-heading {
    border-radius: 0 90px 90px 0;
    margin-right: 15px;
  }

  .video-section {
    width: 100%;
    background: linear-gradient(360deg, rgba(230, 65, 38, 1) 0%, rgba(243, 159, 52, 1) 100%);
    height: 750px;
    border-top-left-radius: 150px;
    border-bottom-left-radius: 150px;
    border-top-right-radius: 150px;
    position: relative;
    overflow: hidden;
  }

  .video-section video {
    position: absolute;
    width: calc(100% - 25px);
    right: 0;
    height: inherit;
    object-fit: cover;
    border-top-left-radius: 150px;
    border-bottom-left-radius: 150px;
    border-top-right-radius: 150px;
  }

  .service {
    background: url(../images/about/Orange_BG-Homepage.jpg);
    background-size: cover;
    background-position: center top;
    background-repeat: no-repeat;
    margin: 100px 0 0;
  }

  .service2 {
    background: none;
  }

  .service-inner-section {
    max-width: 1920px;
    margin: 0 auto;
  }

  .service-heading {
    width: 80%;
    margin: 0 auto;
    color: white;
    text-align: center;
  }

  .service-btn {
    border: none;
    padding: 10px 30px;
    border-radius: 35px;
    font-weight: 700;
    /*background: white;*/
    background: linear-gradient(90deg, rgba(230, 65, 38, 1) 0%, rgba(243, 159, 52, 1) 100%);
    color: white;
    margin-top: 25px;
    transition: 0.3s all ease !important;

  }

  .service-btn2 {
    border: none;
    padding: 10px 30px;
    border-radius: 35px;
    font-weight: 700;
    background: linear-gradient(90deg, rgba(230, 65, 38, 1) 0%, rgba(243, 159, 52, 1) 100%);
    color: white;
    transition: 0.3s all ease !important;
    margin-top: 25px;
  }

  .service-btn:hover,
  .service-btn2:hover {
    transform: scale(0.9) !important;
  }

  .home-sec-img {
    position: relative;
    top: -150px;
    z-index: 1;
  }

  /*  .home-sec-img2 {
      position: absolute;
      left: 0;
      bottom: 6%;
  }*/
  .home-about-counter {
    position: absolute;
    left: 0;
    bottom: 40px;
    background: #ffffff;
    border-radius: 50%;
    width: 150px;
    height: 150px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 10px;
  }

  .home-about-counter-inner {
    background: linear-gradient(90deg, rgba(230, 65, 38, 1) 0%, rgba(243, 159, 52, 1) 100%);
    border-radius: 50%;
    height: 130px;
    width: 130px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
  }

  .home-about-counter-inner h2 {
    color: white;
    font-weight: 800;
  }

  .home-about-counter-inner span {
    font-size: 45px;
  }

  .service-text1 {
    max-width: 600px;
    color: white;
  }

  .service2 .service-text1 {
    max-width: 600px;
    color: black;
  }

  .service-details-img1 {
    border-radius: 0 10px 10px 0;
    width: 100%;
    height: 500px;
    object-fit: cover;
  }

  .service-text1 h2 {
    position: relative;
  }

  .service-text1 p {
    margin-top: 20px;
    margin-left:4px;
  }

  .service-text1 h2::after {
    content: "";
    position: absolute;
    width: 355px;
    height: 2px;
    background: white;
    left: 0;
    bottom: 0;
  }

  .home-counter {
    max-width: 1450px;
    background: url("../images/home/worldmap.png");
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    padding-bottom: 50px;
    padding-top: 70px
  }

  .service2 .service-text1 h2::after {
    content: "";
    position: absolute;
    width: 355px;
    height: 2px;
    background: #FDB515;
    left: 0px;
    bottom: 0;
  }

  .service-text2 {
    display: flex;
    flex-direction: column;
    align-items: end;
    max-width: 600px;
    color: white;
  }

  .service2 .service-text2 {
    display: flex;
    flex-direction: column;
    align-items: end;
    max-width: 600px;
    color: black;
  }

  .service-details-img2 {
    border-radius: 10px 0 0 10px;
    width: 100%;
    height: 500px;
    object-fit: cover;
  
  }

  .service-text2 h2 {
    position: relative;
  }

  .service-text2 p {
    margin-top: 20px;
    margin-right:4px;
  }

  .service-text2 h2::before {
    content: "";
    position: absolute;
    width: 355px;
    height: 2px;
    background: white;
    right: 0;
    bottom: 0;
  }

  .service2 .service-text2 h2::before {
    content: "";
    position: absolute;
    width: 355px;
    height: 2px;
    background: #FDB515;
    right: 0;
    bottom: 0;
  }

.about-counter h1{
    font-size: 2rem;
}
  /* warehouse  start */
  .service-slider {
    max-width: 1450px;
    width: 100%;
    margin: 0 auto;
    transform: translateY(-275px);
    margin-bottom: -275px;
    padding-right: 15px;
    padding-left: 15px;
  }

  .what-we-do-service {
    background-image: url(../images/warehouse/BG_Lines.png);
    background-size: cover;
    padding-top: 150px;
    padding-bottom: 100px;
  }

  .service-warehousewhydo {
    max-width: 1920px;
    width: 100%;
    margin: 0 auto;
  }

  .why-we-left {
    max-width: 700px;
    padding-right: 75px;
  }

  .service-warehouse-orangebg {
    background-image: url(../images/warehouse/BG.png);
    background-size: cover;
    background-position: center center;
  }

  .servicetablink {
    font-size: 24px;
    line-height: 1.3;
    color: #ffffff;
    font-weight: 600;
    border-bottom: 2px solid #fff;
    max-width: 450px;
    padding-bottom: 15px;
    padding-right: 82px;
    cursor: pointer;
  }

  .service-warehouse-orangebg {
    max-width: 1800px;
    margin: 0 auto;
    width: 99%;
    padding: 80px 50px;
    padding-bottom: 350px;
    border-radius: 50px;
  }

  .service-tab {
    max-width: 1450px;
    width: 100%;
    margin: 0 auto;
  }

  .tabdata {
    padding-top: 80px;
    padding-bottom: 50px;
  }

  ul {
    padding-left: 0;
    list-style-position: inside;
  }

  .tabdata li,
  .arealist li {
    padding-bottom: 12px;
  }

  .slider-custom-arrow .owl-nav {
    position: absolute;
    width: 100%;
    top: -130px;

  }

  .slider-custom-arrow .owl-nav .owl-next,
  .slider-custom-arrow .owl-nav .owl-prev {
    background: none !important;
  }

  .owl-theme .owl-dots .owl-dot.active span,
  .owl-theme .owl-dots .owl-dot:hover span {
    background: var(--primary-color) !important;
  }

  .owl-dots {
    margin-top: 35px;
  }

  .service-slider-label {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    padding: 10px 20px;
    background: #fff;
    width: 300px;
    border-radius: 25px;
    text-align: center;
    font-weight: 600;

  }

  .service-slider-card {
    margin-bottom: 15px;
  }

  .service-slider-card img {
    border: 7px solid #fff;
    border-radius: 10px;
  }

  .warehouse-facility {
    max-width: 1450px;
    width: 100%;
    margin: 0 auto;
    padding: 50px 20px;
  }

  .ware-fac-inner1 img,
  .ware-fac-inner4 img { 
    border-radius: 10px;
  }
  .ware-fac-inner1,
  .ware-fac-inner4 {
    padding: 0 40px;
  }

  .warehouse-facilty-heading {
    background-color: #FF7309;
    border-radius: 0 35px 35px 0;
    padding: 10px 40px;
  }

  .warehouse-facilty-para {
    border-radius: 35px;
    margin: 0;
    padding: 15px 40px;
  }

  .warehouse-facilty-para.greybg {
    background-color: #E5E5E5;
  }

  .warehouse-service-facilty {
    display: flex;
    align-items: stretch;
    justify-content: center;
    gap: 0;
    flex-wrap: wrap;
  }

  .ware-fac-inner2 .warehouse-facilty-para,
  .ware-fac-inner3 .warehouse-facilty-para {
    position: relative;
  }

  .ware-fac-inner2 .warehouse-facilty-para::after {
    content: '';
    position: absolute;
    width: 20px;
    height: 20px;
    background-color: #FF7309;
    border-radius: 50%;
    left: -12.5px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 999;
  }

  .ware-fac-inner3 .warehouse-facilty-para::after {
    content: '';
    position: absolute;
    width: 20px;
    height: 20px;
    background-color: #FF7309;
    border-radius: 50%;
    right: -12.5px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 999;
  }

  .lastfacility {
    position: relative;
  }

  .lastfacility::before {
    position: absolute;
    content: '';
    height: calc(50% - 8px);
    width: 5.8px;
    background-color: #fff;
    left: -5.5px;
    bottom: -9.5px;
    z-index: 99;
    transform: scaleX(1.2);

  }

  .ware-fac-inner2,
  .ware-fac-inner4 {
    border-left: 5px solid #FF7309;
  }

  .facility-anim {

    transition: 1.5s ease transform;
  }

  .facility-anim.ware-fac-inner1,
  .ware-fac-inner3 .facility-anim {
    transform: rotateY(90deg);
    transform-origin: right;

  }

  .ware-fac-inner2 .facility-anim,
  .ware-fac-inner4 .facility-anim {
    transform: rotateY(-90deg);
    transform-origin: left;

  }

  .facility-anim.animated-facility {
    transform: rotateY(0);

  }

  .delay-1 {
    transition-delay: 0.3s;
  }

  .delay-2 {
    transition-delay: 0.6s;
  }

  .delay-3 {
    transition-delay: 0.9s;
  }

  .delay-4 {
    transition-delay: 1.2s;
  }

  .delay-5 {
    transition-delay: 1.5s;
  }

  .delay-6 {
    transition-delay: 1.8s;
  }

  .delay-7 {
    transition-delay: 2.1s;
  }

  .delay-8 {
    transition-delay: 2.4s;
  }

  .delay-9 {
    transition-delay: 2.7s;
  }

  .delay-10 {
    transition-delay: 3.0s;
  }

  .warehouse-facility .description {
    font-weight: 600;
    line-height: 1.5;
  }

  .location-section {
    max-width: 1450px;
    width: 100%;
    padding: 50px 20px;
    margin: 0 auto;
  }

  .warehouse-endsection {
    max-width: 1800px;
    margin: 0 auto;
    width: 100%;
    padding: 50px 20px;
    border-radius: 30px;
    background-image: url(../images/warehouse/Image_5.png);
    position: relative;
    margin-bottom: 35px;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
  }

  .warehouse-endsection::after {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    background: #FFE191;
    background: -webkit-linear-gradient(90deg, rgba(255, 225, 145, 0) 40%, rgba(251, 165, 52, 1) 60%);
    background: -moz-linear-gradient(90deg, rgba(255, 225, 145, 0) 40%, rgba(251, 165, 52, 1) 60%);
    background: linear-gradient(90deg, rgba(255, 225, 145, 0) 40%, rgba(251, 165, 52, 1) 60%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFE191", endColorstr="#FBA534", GradientType=1);
    z-index: 0;
    left: 0;
    top: 0;
    border-radius: 30px;

  }

  .warehouse-end-sub {
    position: relative;
    z-index: 99;
  }

  .warehouse-end-text {
    max-width: 600px;
    margin: 0 auto;
    width: 100%;
    padding: 50px 0;
  }

  .warehouse-end-img {
    max-width: 550px;
    width: 100%;
    position: absolute;
    bottom: -85px;
    right: 45%;
  }

  /* warehouse  end */


  /* ---------Privacy Policy------------- */

  .accordion-button {
    padding-right: 55px;
  }

  .accordion-button:focus {
    box-shadow: none;
  }

  .accordion-button.custom-header {
    background: linear-gradient(90deg, rgba(230, 65, 38, 1) 0%, rgba(243, 159, 52, 1) 100%);
    color: rgb(255, 255, 255);
    font-weight: bold;
  }

  .accordion-button:not(.collapsed) {
    box-shadow: none;
    font-size: 22px;

  }

  .accordion-item {
    border: none;
    border-radius: 10px;
    margin-bottom: 20px;
  }

  .accordion-button {
    border-radius: 10px !important;
    min-height: 70px;
  }

  .accordion-button.custom-header.collapsed {
    background: #707070;
    color: white;
    font-weight: bold;
    font-size: 22px;
  }

  .accordion-body {
    padding: 1rem;
  }

  .accordion-button::after {
    content: '+';
    position: absolute;
    right: 1.5rem;
    font-size: 1.5rem;
    color: inherit;
    transition: all 0.3s ease;
    background-image: none !important;
  }

  .accordion-button:not(.collapsed)::after {
    content: '−';
  }

  .recognitions-banner {
    margin-bottom: -45px;
  }

  .recognition-sec1-right {
    max-width: 350px;
    text-align: center;
    margin: 0 auto;
    margin-top: 100px;

  }

  .recognitions-compliance-main.what-we-do-service {
    padding-top: 100px;
  }

  .recognitions-compliance-slider {
    max-width: 800px;
    margin: 0 auto;
    width: 100%;
  }
  .recognitions-compliance-slider.iso-slider {
    max-width: 1200px;
  }
  .recognitions-compliance-carousel .item img {
    padding: 0 25px;
  }
  .recognitions-compliance-carousel2 .item img {
    padding: 0px;
  }

  /* tariff start */
  .logistic-oporation {
    max-width: 1920px;
    width: 100%;
    margin: 0 auto;
    padding: 50px 0;
  }

  .tariif-sec1-left {
    position: relative;
    padding: 0 10px;
  }

  .tariif-sec1-left .icon-img {
    width: 80px;
    height: 80px;
    object-fit: contain;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -40px;
  }

  .tariif-sec1-left:nth-child(1),
  .tariif-sec1-left:nth-child(3) {
    transform: translateY(35px);

  }

  .tariif-sec1-right {
    background: url(../images/tariff/BG.png);
    background-size: cover;
    background-position: center center;
    padding: 70px 50px 40px;
    border-radius: 50px 0 0 50px;
  }

  .form-control,
  .form-select {
    padding: 10px;
    border: none;
    border-radius: 8px;
    font-size: 18px;
  }

  .form-control::placeholder,
  .form-select {
    color: #4e4e4e;
  }

  .form-control:focus,
  .form-select:focus {
    box-shadow: none;
  }

  .about-us-right.rail-operations-right ul {
    list-style-position: outside !important;
    padding-left: 20px !important;
  }

  .form-button {
    all: unset;
    background: linear-gradient(90deg, rgba(230, 65, 38, 1) 0%, rgba(243, 159, 52, 1) 100%);
    padding: 15px 20px;
    border-radius: 50px;
    color: #fff;
    font-size: 18px;
    width: 250px;
    text-align: center;
    margin: 0 auto;
    font-size: 24px;
    text-transform: uppercase;
    line-height: 1.3;
    font-weight: 600;
    border: 3px solid #FFF;
  }

  .tariff-slider-carousel img {
    border-radius: 10px;
    width: 100%;
    height: 400px;
    object-fit: cover;
  }

  .tariff-slider-carousel.owl-theme .owl-dots .owl-dot {
    zoom: 1.4 !important;
    padding: 0 12px !important;
  }

  .tarrif-image-slider-main {
    padding: 80px 15px 27px;
    position: relative;
    max-width: 1920px;
    margin: 0 auto;
    width: 100%;

  }

  .tarrif-image-slider-main::after {
    position: absolute;
    content: '';
    width: 50%;
    height: 100%;
    border-radius: 0 50px 50px 0;
    background: linear-gradient(360deg, rgba(230, 65, 38, 1) 0%, rgba(243, 159, 52, 1) 100%);
    top: 0;
    left: 0;
    z-index: -1;

  }

  .tariff-img-slider {
    max-width: 1700px;
    margin: 0 auto;
    width: 100%;
  }

  .tariff-img-slider .owl-theme .owl-dots,
  .tariff-img-slider .owl-theme .owl-nav {
    text-align: right;
    margin-right: 25px;
    margin-top: 30px !important;
  }

  /* tariff end */

  /* services panvel start */
  .salient-features {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: stretch;
    flex-wrap: wrap;
    transform: translateX(20px);
    position: relative;
  }

  .salient-features-text {
    position: absolute;
    bottom: -25px;
    z-index: 2;
    font-size: 86px;
    line-height: 95px;
    text-transform: uppercase;
    color: #ffffff;
    font-weight: 700;
  }

  .salient-features-left {
    width: 50%;
    border-radius: 20px;
    z-index: 1;
  }

  .salient-features-left img {
    width: 100%;
    border-radius: 60px;
    aspect-ratio: 3 / 2;
    object-fit: cover;
  }

  .salient-features-right {
    width: 50%;
    border-radius: 30px 60px 60px 30px;
    background: linear-gradient(275deg, #FF8A00, #FFB170);
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px; 
    transform: translateX(-45px);
  }

  .salient-features-right .heading {
    border-bottom: 2px solid;
    width: fit-content;
    color: #000000;
  }

  .salient-features-right .description {
    line-height: 2;
  }
.panwal-service-than {
            display: flex;
            flex-wrap: wrap;
            align-items: stretch;
            /*min-height: 350px;*/
            width: 100%;
            background: linear-gradient(to right,
                    rgba(255, 153, 51, 1) 0%,
                    rgba(255, 153, 51, 1) 55%,
                    rgba(255, 153, 51, 0.9) 60%,
                    rgba(255, 153, 51, 0.3) 70%,
                    transparent 100%),
                url('../images/sarvice-panwal/PALWALICD.jpg') no-repeat right center;
                background-size: contain;
            padding: 5rem 10rem;
            gap: 2rem;
            color: #1f1f1f;
            margin:50px 0;
        }

        .panwal-service-than .text-content {
            flex: 1 1 45%;
            max-width: 800px;
        }

        .panwal-service-than ul {
            list-style-type: disc;
            padding-left: 1.2rem;
            color: #000000;
            list-style-position: outside;
        }

        .panwal-service-than ul li {
            margin-bottom: 1.5rem;
        }
  .freight-station {
    max-width: 1450px;
    width: 100%;
    margin: 0 auto;
  }

  .freight-station-heading {
    position: relative;
    display: inline-block;
    text-transform: uppercase;
  }

  .freight-station-heading::before {
    content: '';
    position: absolute;
    width: 60%;
    height: 2px;
    background-color: var(--primary-color);
    bottom: -8px;
    left: 20%;
  }

  .freight-container {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: stretch;
    gap: 30px;
    margin: 50px 0;
    flex-wrap: wrap;
  }
.freight-container .warehouse-card.card-struc-2{
    width:31%;
    align-items:center
}
.freight-container .warehouse-card.card-struc-2 .description{
    border:none;
    padding:0;
}
  .freight-card {
    width: 31%;
    display: flex;
    justify-content: start;
    align-items: center;
    flex-direction: column;
    -webkit-box-shadow: 0 4px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.5);
    padding: 10px 15px;
    border-radius: 20px;
    min-height: 96px;

  }
   .tab-content .freight-card {
        min-height:206px;
    }
.freight-card2{
    width: 21%;
    display: flex;
    justify-content: start;
    align-items: center;
    flex-direction: column;
        -webkit-box-shadow: none;
    box-shadow: none;
    padding: 0;
    border-radius: none;
}
  .freight-card-without-icon {
    width: 31%;
    display: flex;
    justify-content: center;
    align-items: center;

  }

  .freight-card-without-icon p {
    margin-bottom: 0;
  }

  .freight-card p {
    text-align: center;
    line-height: 30px;
  }

  .freight-card img {
    margin-bottom: 10px;
  }

  .warehouse {
    max-width: 1450px;
    width: 100%;
    margin: 0 auto;
  }

  .warehouse-container {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 50px;
    flex-wrap: wrap;
  }

  .warehouse-container-left {
    width: 60%;
    border-radius: 50px;
  }

  .warehouse-container-left img {
    width: 100%;
   border-radius: 10px;

  }

  .warehouse-container-right {
    width: 35%;
  }

  .warehouse-heading {
    position: relative;
    display: inline-block;
  }

  .warehouse-heading::before {
    content: '';
    position: absolute;
    width: 350px;
    height: 2px;
    background-color: var(--primary-color);
    bottom: -10px;
    left: 0%;
  }

  .warehouse-card {
    width: 100%;
    display: flex;
    justify-content: start;
    align-items: center;
    -webkit-box-shadow: 0 4px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.5);
    padding: 10px;
    border-radius: 20px;
    gap: 20px;
    margin-top: 25px;
  }

  .warehouse-card p {
    margin-bottom: 0;
  }

  .image-section {
    width: 100%;
  }

  .image-section img {
    width: 100%;
  }

  .equipment-section {
    width: 100%;
    background: url(../images/service_panvel/BG_Lines.png);
    background-size: cover;
    padding-bottom: 100px;
    text-align:center;
  }
  .panwal-bg-structure { 
    background: url(../images/service_panvel/BG_Lines.png);
    background-size: cover; 
  }
  .panwal-bg-structure .freight-card {
      background:#fff;
  }
  .warehouse-card.card-struc-2{
      box-shadow:none;
      gap:0 !important;
      align-items:start;
      margin-top:0;
  }
  .warehouse-card.card-struc-2.service-card-hover-element{
      transition:0.3s all ease;
  }
    .warehouse-card.card-struc-2.service-card-hover-element p {
        width:100% !important;
        max-width:480px !important;
    }
  .warehouse-card.card-struc-2.service-card-hover-element:hover{
     background: #fff;
     transform:translateX(20px);
     color:auto !important;
  }
    .warehouse-card.card-struc-2.service-card-hover-element:hover p {
    color: #000;
  }

    .warehouse-card.card-struc-2.service-card-hover-element:hover svg {
    fill: var(--primary-color);
    

  }
  
  .freight-card.card-struc-3{
      box-shadow:none;
      border:2px solid var(--primary-color);
      position:relative;
      padding: 10px 30px 20px; 
    
  }
  .freight-card.card-struc-3 p{
      text-align:start;
  }
  .freight-card.card-struc-3::after{
      position:absolute;
      content:'';
      width:15px;
      height:15px;
      border-radius:50%;
      left:-7.5px;
      top:0;
      background:var(--primary-color);
      z-index:50;
  }
  .freight-card.card-struc-3::before{
      position:absolute;
      content:'';
      width:100%;
      height:51%;
      border-radius:0 0 0 20px;
      left: 5px;
      top: -2px;
      background:#fff;
      z-index:-1;
  }
  

  .freight-card.card-struc-3.service-card-hover-element:hover{
     background: #fff;
         
     color:auto !important;
  }
   .freight-card.card-struc-3.service-card-hover-element:hover p {
    color: #000;
  }

  .freight-card.card-struc-3.service-card-hover-element:hover svg {
    fill: var(--primary-color);
    

  }
  .warehouse-card.card-struc-2 .description{
     /*border-bottom:var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;;*/
     padding:0 0 25px 0;
  }
  .warehouse-card.card-struc-2.steel-card .description{
     /*border-bottom:2px solid #000;*/
     padding:0;
  }
  .warehouse-card.card-struc-2.steel-card ul{
     list-style-position: outside;
  }
  .warehouse-card.card-struc-2 svg{
      margin-right:25px;
  }
.equipment-section svg {
    width: 100%;
    height: auto;
    max-width: 1150px;
}
.warehouse-container.palwal{
   justify-content:start;
    gap:50px;
    
}
.warehouse-container.palwal2 {
    justify-content: end;
    gap: 50px;
}
.warehouse-container.palwal2 .card-struc-2{
     justify-content:center;
    gap:50px;
}
.warehouse-container.palwal2 img{
     border-radius:10px 0 0 10px;
     width:100%;
     height:100%;
     object-fit: cover;
}
.warehouse-container.palwal2 .warehouse-container-left {
    width: 45% !important;
}
.warehouse-container.palwal2 .warehouse-container-right{
    width:50% !important;
}
.palwal2.freight-container .warehouse-card.card-struc-2 {
    align-items: start ;
}

.warehouse-container.palwal .warehouse-container-left{
    width:50%;
    
}
.warehouse-container.palwal .warehouse-container-left img{
   border-radius:0 10px 10px 0;
    
}
.warehouse-container.palwal .warehouse-container-right{
    width:40%;
    
}
  .equipment-container {
    background: url(../images/service_panvel/Infographic_2.png);
    max-width: 1450px;
    width: 100%;
    margin: 0 auto;
    position: relative;
    height: 600px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
  }

  .equipment-center-text {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    font-size: 24px;
    line-height: 30px;
    text-transform: uppercase;
    color: #ffffff;
    font-weight: 600;
    text-align: center;
  }

  .equipment-left {
    display: flex;
    justify-content: end;
    align-items: end;
    gap: 130px;
    flex-direction: column;
  }

  .equipment-left p {
    margin-bottom: 0;
    text-align: center;
  }

  .equipment-left-first {
    transform: translateX(-170px);
  }

  .equipment-left-last {
    transform: translateX(-200px);
  }

  .equipment-left-mid {
    transform: translateX(-425px);
  }

  .equipment-right {
    display: flex;
    justify-content: end;
    align-items: start;
    gap: 130px;
    flex-direction: column;
  }

  .equipment-right p {
    margin-bottom: 0;
    text-align: center;
  }

  .equipment-right-first {
    transform: translateX(137px);
  }

  .equipment-right-last {
    transform: translateX(165px);
  }

  .equipment-right-mid {
    transform: translateX(455px);
  }

  /* mobile start */
  .equipment-section-mobile {
    width: 100%;
    background: url(../images/service_panvel/BG_Lines.png);
    background-size: cover;
    padding-bottom: 100px;
    display: none;
  }

  .equipment-container-mobile {
    background: url(../images/service_panvel/Screenshot_2025-07-19_165049-removebg-preview-removebg-preview.png);
    width: 60%;
    margin: 0 auto;
    position: relative;
    height: 400px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
  }

  .equipment-center-text-mobile {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    font-size: 24px;
    line-height: 30px;
    text-transform: uppercase;
    color: #ffffff;
    font-weight: 600;
    text-align: center;
  }

  .equipment-slider-image {
    background: url(../images/service_panvel/Screenshot_2025-07-19_164118-removebg-preview__1_-removebg-preview.png);
    width: 80%;
    margin: 0 auto;
    position: relative;
    height: 600px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
  }

  .equipment-slider-text {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    font-size: 15px;
    line-height: 30px;
    text-transform: uppercase;
    font-weight: 600;
    text-align: center;
  }

  .equipment-slider {
    margin-top: -100px;
  }

  .slider-container {
    width: 100%;
  }

  .slider-secton {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 20px;
    flex-wrap: wrap;
  }

  .slider-secton-image {
    width: 40%;
  }

  .slider-secton-image img {
    width: 100%;
    border-radius: 0 10px 10px 0 !important;
  }

  .slider-secton-slider {
    width: 58%;
    padding: 30px;
  }

  .arrow-image {
    width: 40%;
    display: flex;
    justify-content: start;
    align-items: center;
    gap: 20px;
  }
  .arrow-image img{
cursor: pointer;
  }

  .service-bottom-slider {
    margin-top: 30px;
  }

  .service-bottom-slider-image {
   border-radius:   10px ;
  }

  .service-bottom-slider-item {
    text-align: center;
  }

  .service-bottom-slider-btn {
    padding: 10px 80px;
  }

  /* mobile end */
  /* services panvel end */

  /* services-bcn-rake-handling Start */
  .rank-handling-container {
    width: 100%;
    max-width: 1450px;
    margin: 0 auto;
  }

  .rank-handling-heading {
    position: relative;
    display: inline-block;
  }

  .rank-handling-heading::before {
    content: '';
    position: absolute;
    width: 60%;
    height: 2px;
    background-color: var(--primary-color);
    bottom: -8px;
    left: 20%;
  }

  .rank-handling-content {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 30px;
    flex-wrap: wrap;
  }

  .rank-handling-slider-item {
    width: 100%;
  }

  .rank-handling-content-image {
    width: 45%;
  }

  .rank-handling-slider-image {
    width: 100%;
    border-radius:10px;
  }

  .rank-handling-content-text {
    width: 50%;
  }

  .bcn-feature-container {
    max-width: 1450px;
    width: 100%;
    margin: 0 auto;

  }

  .bnc-feature-heading {
    position: relative;
    display: inline-block;
  }

  .bnc-feature-heading::before {
    content: '';
    position: absolute;
    width: 20%;
    height: 2px;
    background-color: var(--primary-color);
    bottom: -8px;
    left: 38%;
  }

  .bnc-feature-section {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 50px;
    padding: 0 20px;
    flex-wrap: wrap;
  }

  .bnc-feature-section-left {
    width: 50%;
  }

  .bnc-feature-card {
    width: 100%;
    display: flex;
    justify-content: start;
    align-items: center;
    gap: 20px;
    padding: 15px;
    -webkit-box-shadow: 0 4px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.5);
    border-radius: 30px;
  }

  .bnc-feature-card p {
    margin-bottom: 0;
  }

  .bnc-feature-section-right {
    width: 45%;
  }

  .bnc-feature-section-right img {
    width: 100%;
  }

  /* services-bcn-rake-handling End */

  /* Depot & ECMNR start */
  .depot-heading {
    max-width: 600px;
    line-height: 48px;
    text-transform: uppercase;
    color: #58595b;
    font-weight: 600;
  }

  .our-network-container {
    width: 100%;
    /*background: url(../images/depot-and-ecmnr/BG_Lines.png);*/
    background-size: cover;
    padding-bottom: 100px;
  }

  .our-network-section {
    max-width: 1450px;
    margin: 0 auto;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 60px;
    padding:0 20px;
  }

  .our-network-section-left {
    width: 40%;
  }

  .our-network-card-container {
    width: 100%;
  }

  .our-network-section-left-text {
    max-width: 100%;
  }

  .our-network-card {
    width: 100%;
    border-radius: 25px;
    -webkit-box-shadow: 0 4px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.5);
    padding: 20px;
    margin: 20px 0;
    transition: background 0.3s ease, color 0.3s ease;
  }

  .our-network-card p {
    margin-bottom: 0;
    text-align: center;
    transition: color 0.3s ease;
  }

  .our-network-card:hover {
    background: linear-gradient(90deg, rgba(230, 65, 38, 1) 0%, rgba(243, 159, 52, 1) 100%);
    color: white;
  }

  .our-network-card:hover p {
    color: white;
  }

  .our-network-section-right {
    width: 55%;
  }

  .our-network-section-right img {
    width: 100%;
  }

  .depot-tab-container {
    width: 100%;
    max-width: 1450px;
    margin: 0 auto;
    padding: 0 20px;

  }

  .depot-tab-buttons {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    width: 100%;
    margin: 0 auto;
  }

  .depot-tab-btn {
    padding: 20px 40px;
    border-radius: 50px 50px 0 0;
    background-color: #6d6e71;
    /* Default background */
    border: none;
    color: #ffffff;
    cursor: pointer;
    transition: all 0.3s ease;
    width: 20%;
  }

  .depot-tab-btn:hover,
  .depot-tab-btn.active {
    background: linear-gradient(90deg, rgba(230, 65, 38, 1) 0%, rgba(243, 159, 52, 1) 100%);
  }

  .depot-tab-section-one {
    width: 100%;
    background: url(../images/depot-and-ecmnr/image_2.png);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    padding: 80px 30px;
    border-radius: 15px;
  }

  .depot-tab-section-containt {
    width: 35%;
    padding-right: 70px;
  }

  .depot-tab-section-containt ul {
    list-style-position: outside;
  }

  .depot-tab-section {
    margin-top: -15px;
    z-index: 99999;
    position: relative;
  }

  /* Hide all tab contents by default */
  .depot-tab-content {
    display: none;
    position: relative;
    min-height: 550px;
  }

  .depot-tab-content.active {
    display: flex;
    justify-content: flex-end;
    align-items: center;
  }

  .depot-tab-text {
    line-height: 30px;
    color: #ffffff;
    font-weight: 400;
    border-bottom: 1px solid #ffffff;
    margin-bottom: 15px;
    padding-bottom: 20px;
  }

  .depot-container {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    align-items: center;
    background: linear-gradient(90deg, rgba(230, 65, 38, 1) 0%, rgba(243, 159, 52, 1) 100%);
    border-radius: 50px;
    padding: 10px;
    width: 50%;
    max-width: 1450px;
    margin: 0 auto;
  }

  .depot-select {
    appearance: none;
    border: none;
    border-radius: 9999px;
    padding: 10px 40px 10px 15px;
    font-size: 14px;
    background-color: #fff;
    background-image: url('data:image/svg+xml;utf8,<svg fill="black" height="10" viewBox="0 0 24 24" width="10" xmlns="http://www.w3.org/2000/svg"><path d="M7 10l5 5 5-5z"/></svg>');
    background-repeat: no-repeat;
    background-position: right 10px center;
    background-size: 12px;
    min-width: 150px;
    flex: 1;
  }

  .depot-btn {
    border: 1px solid white;
    background-color: transparent;
    color: white;
    padding: 10px 20px;
    border-radius: 9999px;
    font-size: 14px;
    cursor: pointer;
    white-space: nowrap;
    transition: background-color 0.3s;
  }

  .depot-btn:hover {
    background-color: rgba(255, 255, 255, 0.2);
  }

  .depot-tab-name-text {
    position: absolute;
    bottom: -24px;
    left: 30%;
    font-size: 64px;
    line-height: 1.2;
    text-transform: uppercase;
    color: #ffffff;
    font-weight: 700;
    z-index: 999999;
    pointer-events: none;
    white-space: nowrap;
    text-align: center;
  }

  .depot-contact {
    width: 100%;
    max-width: 1450px;
    margin: 0 auto;
  }

  .depot-contact a {
    text-decoration: none;
  }

  .depot-contact .contact-box {
    position: relative;
    max-width: 600px;
    padding: 30px 20px;
    text-align: center;
    border: 2px solid black;
    border-radius: 20px;
    margin: 0 auto;
  }

  /* Mask top-left and bottom-right border parts */
  .depot-contact .contact-box::before,
  .depot-contact .contact-box::after {
    content: "";
    position: absolute;
    width: 45px;
    height: 60px;
    background: #ffffff;
    z-index: 1;
  }

  .depot-contact .contact-box::before {
    top: -20px;
    left: -4px;
    border-top: 2px solid white;
    border-left: 2px solid white;
    border-radius: 0 0 20px 0;
  }

  .depot-contact .contact-box::after {
    bottom: -15px;
    right: -4px;
    border-bottom: 2px solid white;
    border-right: 2px solid white;
    border-radius: 0 20px 0 0;
  }

  /* Orange dots */
  .depot-contact .dot {
    position: absolute;
    width: 10px;
    height: 10px;
    background-color: orange;
    border-radius: 50%;
    z-index: 2;
  }

  .depot-contact .dot.top-left {
    top: -5px;
    left: 40px;
  }

  .depot-contact .dot.left-top {
    top: 40px;
    left: -6px;
  }

  .depot-contact .dot.top-right {
    bottom: 27px;
    right: -6px;
  }

  .depot-contact .dot.bottom-right {
    bottom: -5px;
    right: 40px;
  }

  .depot-contact h2 {
    margin-top: 0;
    color: #333;
  }

  .depot-contact p {
    color: #000;
    margin: 8px 0;
  }

  /* Depot & ECMNR End */

  /* road_transportation start */
  .road-slider-image {
    border-radius: 30px;
  }

  .road-tran-container {
    width: 100%;
    max-width: 1450px;
    margin: 0 auto;
    padding:0 20px;
  }
  .road-tran-container svg{
    width: 100%;
    height:auto;
  }
.slient_svg svg{
    width: 80%;
    height: auto;
    display: flex;
    margin: 0 auto;
    overflow: initial;
}
  .road-tran-content-text p {
    max-width: 1200px;
    margin: 0 auto;
  }

  .hcpl-container-main {
    background: url(../images/Services-ROAD-TRANSPORTATION/Vector_1.png);
    max-width: 1450px;
    width: 100%;
    margin: 0 auto;
    position: relative;
    height: 600px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
  }

  .hcpl-container-mobile {
    display: none;
  }

  .hcpl-container-mobile .hcpl-container {
    background: url(../images/Services-ROAD-TRANSPORTATION/Vector_1.png);
    max-width: 1450px;
    width: 100%;
    margin: 0 auto;
    position: relative;
    height: 600px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
  }

  .door-step-slider {
    text-align: center;
  }

  .hcpl-center-text {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-49%, 23%);
    text-transform: uppercase;
    color: #000000;
    font-weight: 600;
    text-align: center;
    max-width: 370px;
    font-size: 30px;
  }

  .door-step-left {
    display: flex;
    justify-content: end;
    align-items: end;
    gap: 150px;
    flex-direction: column;
  }

  .door-step-right {
    display: flex;
    justify-content: end;
    align-items: start;
    gap: 130px;
    flex-direction: column;
  }

  .step-section {
    background: linear-gradient(to right, #e64026, #f3a034);
    padding: 25px 30px;
    border: none;
    border-radius: 50px;
    text-align: center;
    cursor: pointer;
    width: 50%;
    min-height: 130px;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .step-section p {
    color: white;
    margin-bottom: 0;
  }

  .door-step-left-one {
    transform: translateX(-250px);
  }

  .door-step-left-two {
    transform: translateX(-350px);
  }

  .door-step-left-three {
    transform: translateX(-250px);
  }

  .door-step-right-one {
    transform: translateX(250px);
  }

  .door-step-right-two {
    transform: translateX(350px);
  }

  .door-step-right-three {
    transform: translateX(250px);
  }

  .road-big-heading {
    width: 100%;
    max-width: 1450px;
    margin: 100px auto;
  }

  .road-big-heading h2 {
    opacity: 0.251;
    font-size: 100px;
    line-height: 36px;
    text-transform: uppercase;
    color: #000000;
    font-weight: 700;
    text-align: center;
  }

  .range-section {
    width: 100%;
    max-width: 1450px;
    margin: 0 auto;
  }

  .range-section-left img {
    width: 100%;  
    border-radius:  10px;
  }
  .road-slider-image{
          border-radius:  10px ;
  }

  .range-heading {
    position: relative;
    display: inline-block;
    margin-left: 25px;
  }

  .range-heading::before {
    content: '';
    position: absolute;
    width: 350px;
    height: 2px;
    background-color: var(--primary-color);;
    bottom: -10px;
    left: 0%;
  }

.range-service {
    background-color: #fff;
    padding: 10px;
    color: #000;
    max-width: 700px;
    margin: 0 auto;
    list-style-position: outside;
    padding-left: 25px;
}

  .range-service .plain-text {
    font-size: 18px;
    margin: 20px 0 10px 20px;
  }

  .range-service .gradient-box {
    background: linear-gradient(to right, #e64026, #f3a034);
    color: white;
    padding: 20px 24px;
    border-radius: 40px;
    font-size: 18px;
    font-weight: 500;
    margin: 10px 0;
  }

  .road-slider-container {
    width: 100%;
    max-width: 1920px;
    margin: 0px auto;
    padding: 0 10px;
    margin-top: 90px;
  }

  .road-feature {
    width: 100%;
    background: url(../images/service_panvel/BG_Lines.png);
    background-size: cover;
    padding-bottom: 100px;
  }

  .road-feature-mobile {
    width: 100%;
    background: url(../images/service_panvel/BG_Lines.png);
    background-size: cover;
    padding-bottom: 100px;
    display: none;
  }

  .road-feature-slider {
    text-align: center;
    margin-top: 20px;
  }

  .road-feature-container {
    background: url(../images/Services-ROAD-TRANSPORTATION/Vector_4.png);
    max-width: 1450px;
    width: 100%;
    margin: 0 auto;
    position: relative;
    height: 600px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
  }

  .road-feature-container-mobile {
    background: url(../images/Services-ROAD-TRANSPORTATION/Vector_4.png);
    max-width: 1450px;
    width: 100%;
    margin: 0 auto;
    position: relative;
    height: 600px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
  }

  .road-feature-center-text {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    font-size: 36px;
    line-height: 40px;
    text-transform: uppercase;
    color: #ffffff;
    font-weight: 600;
    font-family: "Montserrat";
    text-align: center;
    width: 10%;
  }

  .road-feature-center-text-mobile {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    font-size: 36px;
    line-height: 40px;
    text-transform: uppercase;
    color: #ffffff;
    font-weight: 600;
    font-family: "Montserrat";
    text-align: center;
    width: 30%;
  }

  .road-feature-left {
    display: flex;
    justify-content: end;
    align-items: end;
    gap: 70px;
    flex-direction: column;
  }

  .road-feature-right {
    display: flex;
    justify-content: end;
    align-items: start;
    gap: 70px;
    flex-direction: column;
  }

  .outer-bubble,
  .outer-bubble-left {
    padding: 10px;
    border-radius: 50px;
    display: inline-block;
    position: relative;
  }

  .outer-bubble {
    background: linear-gradient(to right, #f6aa1c, #f63a0a);
  }

  .outer-bubble-left {
    background: linear-gradient(to right, #f63a0a, #f6aa1c);
  }

  .inner-bubble {
    background: #e6e6e6;
    border-radius: 50px;
    padding: 20px 30px;
    font-size: 16px;
    font-weight: 500;
    color: #000;
    box-shadow: 2px 4px 10px rgba(0, 0, 0, 0.2);
    text-align: center;
    width: 360px;
    word-wrap: break-word;
    overflow-wrap: break-word;
    white-space: normal;
  }

  .outer-bubble::after {
    content: '';
    position: absolute;
    right: -15px;
    top: 50%;
    transform: translateY(-50%);
    width: 0;
    height: 0;
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
    border-left: 20px solid #f63a0a;
  }

  .outer-bubble-left::before {
    content: '';
    position: absolute;
    left: -15px;
    top: 50%;
    transform: translateY(-50%);
    width: 0;
    height: 0;
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
    border-right: 20px solid #f63a0a;
  }


  .road-feature-left-one,
  .road-feature-left-four {
    transform: translateX(-190px);
  }

  .road-feature-left-two,
  .road-feature-left-three {
    transform: translateX(-330px);
  }

  .road-feature-right-one,
  .road-feature-right-four {
    transform: translateX(190px);
  }

  .road-feature-right-two,
  .road-feature-right-three {
    transform: translateX(330px);
  }

  /* road_transportation end */

  /* ils business start */
  .service-label-ils {
    text-align: center;
    margin-top: 10px;
  }

  .service-label-hover {
    display: none;
  }

  .service-label-hover h2 {
    text-align: center;
  }

  .service-label-hover p {
    text-align: center;

  }

  .service-label-hover {
    width: 100%;
    height:100%;
    flex-direction:column;
    align-items:center;
    justify-content:center;
    background-color: #f3a034f0;
    opacity: 1;
    margin: 0 auto;
    border-radius: 10px;
    padding: 20px;
    position: absolute;
    bottom: 0;
    left: 0;
  }

  .service-card:hover .service-label-hover {
    display: flex;
  }

  .service-card:hover .service-label-ils {
    display: none;
  }

  .logistics-section {
    padding: 60px 20px;
  }

.service-main-ils{
    padding: 0px 45px 20px;
}


  .logistics-box {
    background: white;
    padding: 20px;
    border-radius: 10px;
    margin-bottom: 20px;
    color: #000000;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.5);
  }
  .logistics-box:hover {
    background: linear-gradient(90deg, rgba(230, 65, 38, 1) 0%, rgba(243, 159, 52, 1) 100%);
    color: #ffffff;
  }

  .logistics-image {
    max-width: 100%;
    height: auto;
  }

  .service-usp {
    background: url(../images/ils_services/BG.png);
    border-radius: 30px;
    padding: 60px 20px;
    position: relative;
    overflow: hidden;
    color: #fff;
    margin: 20px 10%;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
  }

  .usp-heading {
    font-size: 80px;
    line-height: 40px;
    text-transform: uppercase;
    color: #ffffff;
    font-weight: 800;
    text-align: center;
    margin-bottom: 60px;
  }

  .usp-line {
    position: absolute;
    top: 165px;
    left: 10%;
    right: 10%;
    height: 2px;
    background-color: #fff;
    z-index: 0;
  }

  .usp-line::before {
    content: "";
    width: 16px;
    height: 16px;
    background-color: white;
    border: 3px solid #f3a034;
    border-radius: 50%;
    margin: 0 auto;
    position: absolute;
    z-index: 2;
    left: 0px;
    top: -8px;

  }

  .usp-line::after {
    content: "";
    width: 16px;
    height: 16px;
    background-color: white;
    border: 3px solid #f3a034;
    border-radius: 50%;
    margin: 0 auto;
    position: absolute;
    z-index: 2;
    right: 0px;
    top: -8px;

  }

  .hanger-dot {
    width: 16px;
    height: 16px;
    background-color: white;
    border: 3px solid #f3a034;
    border-radius: 50%;
    margin: 0 auto;
    position: relative;
    z-index: 2;
  }

  .hanger-line {
    width: 2px;
    height: 35px;
    background-color: white;
    margin: 0 auto;
    z-index: 1;
    position: relative;
  }

  .usp-card {
    background: url('../images/ils_services/info.png') no-repeat center center;
    background-size: cover;
    border-radius: 8px;
    padding: 20px;
    text-align: center;
    color: #000;
    font-size: 14px;
    font-weight: 500;
    position: relative;
    z-index: 3;
    min-height: 280px;
    display: flex;
    flex-direction: column;
    justify-content: start;
    overflow: hidden;
  }
.usp-card svg{
    width:50%;
    height:auto;
    margin:10px auto;
    fill:#FF8D36;
}


  .usp-card img,
  .usp-card p {
    position: relative;
    z-index: 2;
    margin: 0 auto;
    margin-top: 20px;
  }


  .usp-icon {
    width: 40px;
    height: auto;
    margin-bottom: 15px;
  }

  .ils_slider_container {
    width: 100%;
    max-width: 1450px;
    margin: 0 auto;
    padding: 0 20px;
  }

  .ils-slider-wrapper {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
  }

  .ils-slider {
    flex: 1;
    width: 90% !important;
  }

  .ils-slider .slide {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
  }
.tabdata.tab-content .slide-image {
    border-radius:10px;
    
}
  .ils-slider .slide img {
    width: 100%;
    height: auto;
    display: block;
  }

  .ils-slider .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 102, 0, 0.9);
    /* Orange overlay */
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    opacity: 0;
    transition: opacity 0.3s ease;
    font-weight: bold;
    font-size: 1rem;
    padding: 20px;
  }

  .ils-slider .slide:hover .overlay {
    opacity: 1;
  }

  .ils-arrow-btn {
    width: 40px;
    height: 40px;
    cursor: pointer;
    z-index: 10;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .ils-arrow-btn img {
    transition: transform 0.3s;
  }

  .ils-arrow-btn:hover img {
    transform: scale(1.1);
  }

  /* ils business end */
  .first-container {
    width: 80%;
    max-width: 1920px;
    margin: 0 auto;
  }

  .fs-left-img {
    margin-top: -45px;
    width:100%;
  }

  .f-heading {
    font-size: 36px;
    line-height: 40px;
    text-transform: uppercase;
    color: #000000;
    font-weight: 500;

  }

  .career-slider-image .video-btn {
    position: absolute;
    top: 84%;
    left: 50%;
    transform: translate(-50%, -50%);
  }

  .career-slider-image .custom-name {
    margin-top: 40px;
    font-weight: bold;
    text-align: center;
  }

  .career-slider {
    width: 70%;
    margin: 0 auto;
    position: relative;
    top: -150px;
  }

  .career-slider-image {
    width: auto !important;
    margin: 0 auto !important;
  }

  .f-description {
    font-size: 20px;
    line-height: 30px;
    color: #000000;
    font-weight: 500;
    text-align: justify;
  }

  .year-box {
    height: 120px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    padding: 20px;
    box-shadow: rgba(14, 30, 37, 0.12) 0px 2px 4px 0px, rgba(14, 30, 37, 0.32) 0px 2px 16px 0px;
  }

  .year-box h1 {
    font-size: 48px;
    color: #000000;
    font-weight: 700;
    margin-bottom: 0;

  }

  .year-box p {
    font-size: 20px;
    line-height: 1.4;
    font-weight: 500;
    margin-bottom: 0;
    text-align: start;
    color: #000000;
  }

  .c-heading {
    font-size: 36px;
    line-height: 40px;
    text-transform: uppercase;
    color: #000000;
    font-weight: 500;
    padding-bottom: 15px;

  }

  .career-section {
    background: url('../images/career/Map.webp') no-repeat center;
    padding: 100px 0;
    text-align: center;
    background-size: contain;
  }

  .career-content {
    gap: 65px;
    margin-top: 25px;
  }

  .circle {
    width: 280px;
    height: 280px;
    background: url('../images/career/Circle.webp') no-repeat center;
    background-size: cover;
    padding: 100px 0;
    display: flex;
    text-align: center;
    justify-content: center;
    align-items: center;
  }

  .circle p {
    max-width: 80%;
    margin: 0 auto;
    font-size: 20px;
    line-height: 27px;
    color: #000000;
    font-weight: 500;
    text-align: center;
  }

  .background-line {
    width: 100%;
    height: auto;
    background: url('../images/career/Vector_2.webp') no-repeat center top;
    background-size: cover;
    background-color: #fff;
    min-height: 400px;
    /* adjust based on image height */
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    margin-bottom: 100px;
  }


  .slide-color-bg {
    width: 95%;
    max-width: 1920px;
    height: auto;
    background-color: #FAA633;
    margin: 0 auto;
    border-radius: 50px;
    position: relative;
  }

  .slide-bg {
    width: 100%;
    height: auto;
    background: url('../images/career/Untitled.png') no-repeat center;

    margin: 0 auto;
    border-radius: 50px;
  }

  .phone-frame {
    width: 100%;
    z-index: 2;
    position: relative;
  }

  .youtube-icon {
    position: absolute;
    bottom: -20px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 3;
  }

  .name {
    margin-top: 40px;
    font-size: 20px;
    line-height: 27px;
    color: #000000;
    font-weight: 500;
    text-align: center;
  }

  .slide-description p {
    font-size: 20px;
    line-height: 30px;
    color: #000000;
    font-weight: 500;
    text-align: center;
    padding-top: 80px;
  }

  .form-career-section {
    width: 80%;
    max-width: 1920px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: start;
    margin-top: 50px;
  }

  .form-left-section {
    width: 60%;
    display: flex;
    justify-content: center;
    align-items: end;
    padding-bottom: 15px;
  }

  .form-left-section h5 {
    font-size: 24px;
    line-height: 30px;
    text-transform: uppercase;
    color: #000000;
    font-weight: 600;

  }

  .form-left-section p {
    font-size: 20px;
    /*line-height: 30px;*/
    color: #000000;
    font-weight: 500;
  }

  .form-right-section {
    width: 60%;
  }

  .bg-form {
    width: 90%;
    background-color:   #008080;;
    margin: 0 auto;
    border-radius: 24px;
    padding: 3px;
  }

  .bg-ove-form {
    background-color: #FBA534;
    border-radius: 20px;
    padding: 20px 20px;
  }

  .section-title h3 {
    opacity: 0.749;
    font-size: 20px;
    line-height: 36px;
    color: #000000;
    font-weight: 500;
    text-align: center;
  }

  .section-title h2 {
    text-align: center;
    font-size: 30px;
    line-height: 40px;
    text-transform: uppercase;
    color: #000000;
    font-weight: 600;
  }

  .form-upload-btn {
    background-color: #6D6E72;
    border: 2px solid white;
    padding: 10px 25px;
    font-size: 18px;
    font-weight: 600;
    border-radius: 12px;
  }

  .recognitions-sec1.contact-us-1 {
    padding: 50px 0;
    max-width: 1920px;
    margin: 0 auto;
  }

  .recognitions-sec1 video {
    width: -webkit-fill-available;
  }

  .contact-us-form-main .form-control {
    border: 1px solid #646464;
  }

  .contact-us-form-main {
    max-width: 700px;
    padding: 15px;
    /* margin: 0 auto; */
    width: 100%;
  }

  .contact-form-container {
    display: flex;
    justify-content: end;
  }

  .about-us-heading.contact-heading {
    font-size: 30px;
  }

  .norobotimg {
    max-width: 268px;
    width: 100%;
    transform: scale(0.7);
    transform-origin: left
  }

  .contact-us-2 {
    padding: 50px 0;

  }

  .find-location-container {
    max-width: 1700px;
    margin: 0 auto;
    width: 100%;

  }

  .find-loaction-left {
    max-width: 500px;
    margin: 0 auto;
    width: 100%;
  }

  .find-locationheading {
    font-weight: 600;
  }

  .find-loaction-contact {
    position: relative;
  }

  .find-loaction-contact:after {
    position: absolute;
    content: '';
    background: url(../images/contact-us/BG.png);
    background-position: left top;
    background-size: 60%;
    width: 60%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 0 45px 45px 0;
    left: 0;
    top: 0;
    z-index: -1;
  }

  .find-location-content {
    padding: 50px 0;
  }

  .fulladdress-location {
    background-color: #fff;
    border-radius: 50px;
    padding: 1.5em 2.5em;
    margin-top: 2em;
    min-height: 370px;
  }

  .fulladdress-location h2 {
    color: var(--primary-color);

  }

  .map-loaction-bg {
aspect-ratio: 878 / 640;
    height: 100%;
    /* background-image: url(../images/contact-us/Map_2.png); */
    background-position: center center;
    background-size: contain;
    /* padding: 1.43% 1.8% 1.64%; */
    background-repeat: no-repeat;
    position: relative;
    border: 3px solid #008080;
    border-radius: 20px;
  }

  .select-map-btn {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    background-color: #fff;
    padding: 0.3em 2em;
    text-transform: capitalize;
    border-radius: 35px;
    color: #000;
    font-weight: 600;
    font-size: 22px;
    text-decoration: none;

  }

  .map-loaction-bg iframe {
    width: 100%;
    height: 100%;
    border-radius: 10px;

  }

  .white-world-wide-grounded-text {
    font-size: clamp(24px, 6vw, 65px);
    line-height: 40px;
    text-transform: uppercase;
    color: #ffffff;
    font-weight: 800;
    line-height: 0.7;
    margin-left: 15px;
  }

  .contact-us-3 {
    padding: 50px 15px;
    max-width: 1800px;
    margin: 0 auto;
  }

  .contact-3-location-card {
    max-width: 550px;
    border-radius: 35px;
    padding: 3.5em 3.5em 0 3.5em;
    background: #FBA534;
    background: linear-gradient(270deg, rgba(230, 65, 38, 1) 0%, rgba(243, 159, 52, 1) 100%);
    width: 100%;
    color: #fff;
    z-index:10;
  }

  .contact-3-location-card .email-text-contact-3 {
    margin-bottom: 2em;
    word-break: break-all;
  }

  .contact-sec-3-location-card-container {
    margin-top: -300px;
  }

  .conection-sub-heading {
    text-transform: uppercase;
  }

  .rail-operations-container:first-child {
    padding-right: 0 !important;
  }

  .rail-operations-right {
    padding-left: 0 !important;
  }

  .conection-sub-heading::before {
    content: "";
    position: absolute;
    width: 500px;
    height: 2px;
    background: var(--primary-color);
    left: 0;
    top: 113px;
  }

  .rail-divider {
    display: none;
  }

  .rail-operations-container {
    width: 100%;
    margin: 0 auto;
  }

  .rail-operations-right ul {
    margin-top: 40px;
  }

  .rail-operations-right li {
    font-size: 18px;
    line-height: 2;
    font-weight: 600;
    color: #000;
  }


  .rail-service-us-image2 {
    margin-top: 100px;
  }

  .rail-service-us-image2 img {
    width: 100%;
  }

  .rail-custom-table {
    border-collapse: separate;
    border-spacing: 0;
  }

  .rail-custom-table th {
    background-color: #4b4b4b;
    color: #000;
    font-weight: bold;
    text-align: center;
    padding: 12px;
  }

  .rail-custom-table th:first-child {
    border-top-left-radius: 20px;
  }

  .rail-custom-table th:last-child {
    border-top-right-radius: 20px;
  }

  .rail-custom-orange {
    background-color: #ffa931;
    border-radius: 0px;
  }

  .rail-custom-orange td {
    background-color: #ffa931;
    padding: 10px;
    vertical-align: middle;
  }

  .rail-custom-rounded td {
    background-color: #ffa931;
    padding: 10px;
    vertical-align: middle;
  }

  .rail-custom-table td {
    text-align: center;
    padding: 10px;
  }

  .rail-custom-table {
    border-collapse: separate;
    border-spacing: 0;
  }

  .rail-custom-table th,
  .rail-custom-table td {
    padding: 12px 16px;
    vertical-align: middle;
    font-weight: bold;
  }

  .rail-header-rounded th:first-child {
    border-top-left-radius: 15px;
  }

  .rail-header-rounded th:last-child {
    border-top-right-radius: 15px;
  }

  .grouped-rows td {
    background-color: #f7a549;
    color: #000;
    font-weight: bold;
    border-bottom: 1px solid white;
  }

  .pill-row td {
    background-color: #f7a549;
    color: #000;
    font-weight: bold;
    border-radius: 50px !important;
    margin: 6px 0;
  }

  .pill-row td:first-child {
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;
  }

  .pill-row td:last-child {
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
  }

  .rail-custom-table .text-white {
    color: #000 !important;
    font-weight: bold;
  }

  /* Map image styling */
  .map-container img {
    width: 100%;
    max-width: 100%;
    height: auto;
    display: block;
    border-radius: 12px;
  }

  /* Table base styling */
  .rail-custom-table {
    border-collapse: separate;
    border-spacing: 0;
  }

  /* Header styling with rounded corners */
.rail-custom-table thead th {
    color: #fff;
    padding: 12px 16px;
    font-weight: 600;
    vertical-align: middle;
    border: none;
    background: linear-gradient(90deg, rgba(230, 65, 38, 1) 0%, rgba(243, 159, 52, 1) 100%);
    text-align: center;
}

  .rail-custom-table thead th:first-child {
    border-top-left-radius: 15px;
  }

  .rail-custom-table thead th:last-child {
    border-top-right-radius: 15px;
  }

  /* Row spacing */
  .rail-custom-table tbody tr {
    vertical-align: middle;
  }

  /* Orange background block (top 4 rows) */
  .rail-custom-orange td {
    background-color: #ffb563;
    color: #000;
    padding: 12px 16px;
    border-bottom: 2px solid #fff;
    border-right: 2px solid #fff;
    font-weight: 500;
  }

  /* Rowspan cell alignment */
  .rail-custom-orange td[rowspan] {
    vertical-align: middle;
  }

  /* Rounded "pill" rows */
  .rail-custom-rounded td {
    background-color: #ffb563;
    color: #000;
    font-weight: bold;
    padding: 12px 16px;
     border-bottom: 2px solid #fff;
    border-right: 2px solid #fff;
  }

  /* First and last cells in pill rows get specific corner rounding */
  .rail-custom-rounded td:first-child {
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;
  }

  .rail-custom-rounded td:last-child {
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
  }

  .table_head th {
    border-radius: 20px 20px 0px 0px;
  }

  .rail-map-section {
    margin: 50px auto;
  }

  .first_table_box {
    border: 2px solid #fff;
    border-top: none;
  }

  /* Carousel image styling */
  .carousel-img {
    width: 100% !important;
    height: auto;
    border-radius: 10px;
    /*border-radius: 0 10px 10px 0;*/
    object-fit: cover;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    transition: transform 0.4s ease;
  }

  /* Zoom the centered item */
  .owl-carousel.center .owl-item.center .item img {
    transform: scale(2);
    z-index: 99;
  }

  /* Optional: reduce size of side images slightly */
  .owl-carousel .owl-item:not(.center) .carousel-img {
    transform: scale(0.95);
    opacity: 0.85;
  }

  .rail_slider {
    max-width: 1650px;
    width: 100%;
    margin: 0 auto;
  }

  .freight-bg-section {

    background-size: cover !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    padding: 80px 20px;
    color: #000;
    margin: 100px 0;
    min-height: 670px;
  }

  .freight-content {
    width: 100%;
    max-width: 1450px;
    margin: 0 auto;
  }

  .freight-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 30px;
    width: 60%;

    margin-left: auto;
    /* Aligns the block to the right */
  }

  .freight-card-rail {
    background: white;
    border-radius: 20px;
    padding: 10px 20px;
    text-align: center;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease;
    font-weight: bold;
  }

  .freight-card-rail img {
    margin-bottom: 15px;
    width: 60px;
    object-fit: contain;
    height: 60px;
  }

  .freight-card-rail:hover {
    transform: translateY(-5px);
  }

  .freight-title h2 {
    font-size: 90px;
    line-height: 27px;
    text-transform: uppercase;
    color: #ffffff;
    font-weight: 800;
    font-family: "Montserrat";
    position: absolute;
    z-index: 9999;
    margin-top: 70px;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
    white-space: nowrap;
    bottom: -70px;
  }

  .service-card-hover-element {
    transition: background 0.3s ease, color 0.3s ease;
    cursor: pointer;
  }

  .warehouse-card.service-card-hover-element p:not(.no-max-width) {
    width: 340px;
    text-align: left;
  }

  .service-bottom-slider .arrow-image {
    justify-content: center;
  }

  .service-card-hover-element p,
  .service-card-hover-element svg {
    transition: color 0.3s ease, fill 0.3s ease;
  }

  /* Hover styles */
  .service-card-hover-element:hover {
    background: linear-gradient(90deg, rgba(230, 65, 38, 1) 0%, rgba(243, 159, 52, 1) 100%);
  }

  .service-card-hover-element:hover p {
    color: #fff;
  }

  .service-card-hover-element svg {
    fill: var(--primary-color);
    width: 80px;

  }

  .service-card-hover-element:hover svg {
    fill: #fff;
  }
  .service-card-hover-element2:hover {
    background: none;
  }

  .service-card-hover-element2:hover p {
    color: #000;
  }

  .service-card-hover-element2 svg {
    fill: var(--primary-color);
    width: 150px;
    transition: linear all .3s;

  }

  .service-card-hover-element2:hover svg {
    fill: var(--primary-color);
    scale:1.1;
  }

  .salient-features-right-content {
    max-width: 500px;

  }

  .salient-features-right-content ul {
    padding-left: 1.5em;
    text-indent: -1.5em;
  }

  /* liner-survey-start */
  .liner-survey-container {
    width: 100%;
    max-width: 1920px;
    margin: 0 auto;
    margin-top: -45px;
  }

  .liner-survey-section {
    display: flex;
    justify-content: start;
    align-items: center;
    gap: 70px;
    flex-wrap: wrap;
  }

  .liner-survey-heading {
    max-width: 75%;
    text-transform: uppercase;
    color: #58595b;
    font-weight: 600;
  }

  .liner-survey-section-left {
    width: 40%;
  }
  .liner-survey-section-left video{
    width: -moz-available;       /* Firefox */
  width: -webkit-fill-available; /* Chrome/Safari/WebKit browsers */
  width: fill-available; 
  }

  .liner-survey-section-left img {
    width: 100%
  }

  .liner-survey-section-right {
    width: 45%;
  }

  .liner-survey-section-right p {
    line-height: 30px;
  }

  .survey-section {
    width: 100%;
    max-width: 1450px;
    margin: 0 auto;
  }

  .survey-content-section {
    display: flex;
    align-items: center;
    gap: 20px;
    justify-content: center;
    padding: 0 20px;
  }

  .survey-content-image {
    width: 100%;
    max-width: 400px;
  }

  .survey-content-image img {
    width: 100%;
    height: auto;
    border-radius: 10px;
  }

  .survey-content-bubbles {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    width: 100%;
  }

  .survey-content-bubble {
    background: #ffffff;
    padding: 25px;
    border-radius: 65px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.5);
    width: 100%;
    max-width: 380px;
    text-align: center;
    font-weight: bold;
    color: #000;
    min-height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.3s ease;
    cursor: pointer;
  }

  .survey-content-heading {
    text-transform: uppercase;
    color: #58595b;
    font-weight: 600;
  }

  .survey-content-bubble:hover {
    background: linear-gradient(90deg, rgba(230, 65, 38, 1) 0%, rgba(243, 159, 52, 1) 100%);
    color: white;
  }

  .survey-content-left {
    margin-right: -70px;
    z-index: 1;
  }

  .survey-content-right {
    margin-left: -70px;
    z-index: 1;
  }

  .survey-content-right {
    align-items: flex-start;
    margin-left: -70px;
    z-index: 1;
  }

  .survey-content-column {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 150px;
  }

  .liner-slider-container {
    width: 100%;
    background: url("../images/liner_survey/Image_3.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 60px;
  }

  .liner-slider-section {
    width: 100%;
    max-width: 1920px;
    margin: 0 auto;
    display: flex;
    justify-content: flex-end;
    align-items: center;
  }

  .liner-slider-contect {
    width: 50%;
  }

  .liner-slider-contect-heading {
    text-transform: uppercase;
    color: #FDA722;
    font-weight: 600;
  }

  .text-box {
    padding: 20px 0;
    line-height: 1.6;
    border-bottom: 1px solid #fff;
    color: #ffffff;
  }

  .text-box:last-child {
    border-bottom: none;
  }

  .liner-carousel .owl-nav {
    text-align: right !important;
    background: none !important;
  }

  .liner-carousel .owl-next,
  .liner-carousel .owl-prev {
    background: none !important;
  }

  .liner-map-container {
    width: 100%;
    max-width: 1450px;
    margin: 0 auto;
  }

  .liner-survey-map-section {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 40px;
  }

  .liner-survey-map-cards {
    display: flex;
    flex-direction: column;
    gap: 110px;
    width: 50%;
  }

  .liner-survey-map-card {
    display: flex;
    align-items: center;
    background: #fff;
    border-radius: 80px 50px 50px 80px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    padding: 15px 20px;
    gap: 20px;
    position: relative;
    width: 75%;
  }

  .liner-survey-map-card::before {
    content: "";
    position: absolute;
    top: -23px;
    left: -30px;
    width: 180px;
    height: 180px;
    background: #C9BEBF;
    border-radius: 50%;
    box-shadow: 0 0 0 15px orange inset;
    z-index: -1;
  }

  .liner-survey-map-card-icon {
    flex-shrink: 0;
    background: #f7a549;
    color: #fff;
    width: 90px;
    height: 90px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 30px;
  }
.liner-survey-map-card-icon svg {
  fill: white;
}


  .liner-survey-map-card-content {
    display: flex;
    flex-direction: column;
  }

  .liner-survey-map-card-content h3 {
    color: #f7a549;
    margin-bottom: 5px;
    font-size: 25px;
    font-weight: 600;
  }

  .liner-survey-map-card-content p {
    color: #333;
  }

  .liner-survey-map-image {
    width: 50%;
  }

  .liner-survey-map-image img {
    width: 100%;
    height: auto;
    border-radius: 10px;
  }

  /* liner-survey-end */


  /* disclaimer-star */
  .disclaimer-container {
    width: 100%;
    max-width: 1450px;
    margin: 0 auto;
    padding: 20px;
  }

  /* disclaimer-end */




  /*cookie start*/
  .cookie_sec {
    position: fixed;
    bottom: 0%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 600px;
    width: 90%;
    background: #fff;
    border-radius: 12px;
    padding: 25px 30px;
    transition: all 0.4s ease;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
    z-index: 999;
    opacity: 0;
    visibility: hidden;
  }

  .cookie_sec.show {
    opacity: 1;
    visibility: visible;
  }

  .cookie_sec header {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 20px;
  }

  header i {
    color: #F98340;
    font-size: 40px;
  }

  header h2 {
    color: #F98340;
    font-size: 28px;
    font-weight: 600;
  }

  .cookie_sec .data {
    margin-top: 12px;
  }

  .cookie_sec .data p {
    color: #333;
    font-size: 18px;
    line-height: 1.6;
  }

  .data p a {
    color: #F98340;
    text-decoration: none;
    font-weight: 500;
  }

  .data p a:hover {
    text-decoration: underline;
  }

  .cookie_sec .buttons {
    margin-top: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
  }

  .buttons .button {
    border: none;
    color: #fff;
    padding: 12px 24px;
    border-radius: 6px;
    background: #F98340;
    cursor: pointer;
    font-size: 16px;
    font-weight: 500;
    transition: all 0.25s ease;
  }

  .buttons #acceptBtn:hover {
    background-color: #FA6774;
  }

  #declineBtn {
    border: 2px solid #F98340;
    background-color: #fff;
    color: #F98340;
  }

  #declineBtn:hover {
    background-color: #F98340;
    color: #fff;
  }

  /*cookie end*/
  /*languages start*/
  .language-dropdown {
    position: relative;
    display: inline-block;
    z-index: 1;
  }
.language-dropdown.desktoplang{
	 z-index: 9999999999;
}

  .dropdown-button {
    background-color: #8BC34A;
    color: white;
    padding: 10px 30px;
    border-radius: 0 0 25px 25px;
    cursor: pointer;
    display: flex;
    align-items: start;
    justify-content: space-between;
    /*min-width: 180px;*/
    font-size: 18px;
    gap: 3px;
  }

  .dropdown-options {
    display: none;
    position: absolute;
    background-color: #f0f0f0;
    border-radius: 10px;
    margin-top: 5px;
    z-index: 999;
    width: 100%;
    color: #000;
  }

  .lang-option {
    padding: 10px 15px;
    display: flex;
    align-items: center;
    cursor: pointer;
    color: #000;
    border-bottom: 1px solid #f39f34;
  }

  .lang-option:hover {
    background: #fff;
    color: #000;
    font-weight: 600;
    border-bottom: 1px solid #f39f34;
  }


  .lang-option img,
  .current-lang-flag2,
  .current-lang-flag {
    width: 20px;
    height: 15px;
    margin-right: 10px;
  }

  #google_translate_element {
    display: none;
  }

  .lang-display {
    display: flex;
    align-items: center;

  }

  .dropdown-caret {
    margin-left: auto;
    font-size: 12px;
  }

  /* Google Translate element hiding */
  body>.goog-te-banner-frame.skiptranslate {
    display: none !important;
  }

  body {
    top: 0px !important;
  }

  .goog-te-gadget-icon {
    display: none !important;
  }

  #goog-gt-tt,
  .goog-te-balloon-frame {
    display: none !important;
  }

  .goog-text-highlight {
    background: none !important;
    box-shadow: none !important;
  }

  iframe.goog-te-banner-frame {
    display: none !important;
  }

  .skiptranslate {
    display: none;
  }

  .page-section {
    margin: 30px 0;
    padding: 20px;
    border: 1px solid #ddd;
    border-radius: 5px;
  }

  /*languages end*/
  
  /*media start*/
   .media-container {
      max-width: 1450px;
      margin: 0 auto;
      padding: 20px;
    }

    .media-grid {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 30px;
      margin-bottom: 40px;
    }

    .media-card {
      background: white;
      border-radius: 15px;
      overflow: hidden;
      box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
      transition: transform 0.3s ease, box-shadow 0.3s ease;
    }

    .media-card:hover {
      transform: translateY(-5px);
      box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
    }

    .media-video {
      position: relative;
      width: 100%;
      height: 250px;
      background: #f0f0f0;
    }

    .media-video iframe {
      width: 100%;
      height: 100%;
      border: none;
    }

    .media-content {
      padding: 25px;
    }

    .media-card-title {
      margin-bottom: 10px;
    }

    .media-card-desc {
      margin-bottom: 20px;
    }

    .media-download-btn {
      background: linear-gradient(90deg, rgb(230, 65, 38) 0%, rgb(243, 159, 52) 100%);
      color: white;
      border: none;
      padding: 12px 24px;
      border-radius: 25px;
      cursor: pointer;
      transition: all 0.3s ease;
      display: flex;
      align-items: center;
      gap: 8px;
      width: 100%;
      justify-content: center;
    }

    .media-download-btn:hover {
      background: linear-gradient(90deg, rgb(230, 65, 38) 0%, rgb(243, 159, 52) 100%);
      transform: translateY(-2px);
      box-shadow: 0 5px 15px rgba(102, 126, 234, 0.4);
    }

    .media-download-btn:active {
      transform: translateY(0);
    }

  /*media end*/
  .haz-heading {
    position: relative;
    padding-bottom: 10px;
}

.haz-heading::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 332;
    width: 35%;
    height: 2px;
    background-color: #faa61a;
}
  .haz-service .service-text1 {
    max-width: 850px;
    text-align: justify;
}

.chocking-section {
    position: relative;
    background-image: url(../images/haz-vanning-survey/MSC\ Michelle\ Cappellini\ in\ sunset\ view.png);
    background-position:center center;
    background-size:cover;
    background-repeat:no-repeat;
    background-color: #b7801f;
    /* fallback */
    padding: 50px;
    z-index: 1;
    overflow: hidden;
}

.chocking-container {
    max-width: 1450px;
    width: 100%;
    margin: 0 auto;
}

.chocking-container .about-us-heading {
    position: relative;
    padding-bottom: 10px;
}

.chocking-container .about-us-heading::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 28%;
    width: 44%;
    height: 2px;
    background-color: white;
}

.chocking-content {
    display: flex;
    justify-content: center;
    align-items: flex-end;
    gap: 50px;
    flex-wrap: wrap;
}

.chocking-content img {
    max-width: 100%;
    height: auto;
}

.haz-industries-section {
    max-width: 1450px;
    width: 100%;
    margin: 0 auto;
}

.haz-industries-section .about-us-heading {
    position: relative;
    padding-bottom: 10px;
}

.haz-industries-section .about-us-heading::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 36%;
    width: 28%;
    height: 2px;
    background-color: #faa61a;
}

.haz-industries-container {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    gap: 50px;
    flex-wrap: wrap;
    padding: 0 20px;
}

.haz-industries-content {
    position: relative;
    margin-top: 90px;
    width: 30%;
    min-width: 280px;
}
.haz-industries-content svg{
    fill:#ffffff
}
.haz-industries-icon {
    width: 175px;
    height: 175px;
    border-radius: 50%;
    background-color: #faa634;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: -75px;
    left: 50%;
    transform: translateX(-50%);
    border: 15px solid white;
    z-index: 2;
}

.haz-industries-icon img {
    width: 50%;
}

.industry-image {
    width: 100%;
    border-radius: 10px;
}

.haz-service-usp {
    max-width: 1500px;
    width: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
}

.haz-service-usp-section .about-us-heading {
    position: relative;
    padding-bottom: 10px;
    margin: 20px 0;
}

.haz-service-usp-section .about-us-heading::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 45%;
    width: 10%;
    height: 2px;
    background-color: #faa61a;
}

.haz-service-right,
.haz-service-left {
    width: 35%
}
.haz-service-center{
    width: 30%
}
.haz-service-centre img {
    width: 100%;
    border-radius: 10px
}
.mobile-view{
    display:none;
}
  /* Responsive  */

  @media (max-width: 1800px) {
    .freight-title h2 {
      font-size: 100px;
      margin-top: 51px;
    }
  }

  @media (max-width: 1600px) {
    .freight-title h2 {
      font-size: 80px;
      margin-top: 38px;
    }

    .liner-survey-heading {
      max-width: 85%;
    }
  }

  @media (max-width:1500px) {
	  
          .panwal-service-than{
        padding: 2rem 5rem;
    }
      .dropdown-menu li a:hover{
          font-weight:400;
      }
      .bnc-feature-card {
    padding: 5px;
}
      .about-tab-img {
    max-width: 1100px;
}
      .warehouse-end-text {
    max-width: 430px;
}
      .equipment-section svg {
    max-width: 900px;
}
      .about-us-left {
    transform: scale(.8);
}
        .rail-custom-orange td {
    font-weight: 400;
  }
        .rail-operations-right li {
    font-weight: 300;
    font-size:14px;
  }
      .service-btn {
    padding: 5px 20px;
}
        .vision-text {
    padding: 20px
  }
        .vision-image {
    padding: 20px 20px 20px 0;
    z-index:999;
  }
    .mission-image {
    padding: 20px 0px 20px 20px;
  }
      .about-freight {
    width: 80% !important;
    }
      .home-counter {
    max-width: 1140px;
    }
    .about-banner-heading {
      top: 60%;
    }

    .fulladdress-location {
      padding: 20px;
    }

    .about-us-img1 {
      width: 85%;
    }

    .year-box {
      height: 70px;
    }

    .tariff-slider-carousel img {
      height: 300px;
    }

    .tarrif-image-slider-main {
      margin-top: 100px;

    }

    .why-choose-us-right-img video {
      height: 430px;
    }

    .vision-text h2::before {
      top: 43px;
    }

    .mission-text h2::after {
      top: 48px;
    }

    .why-choose-us h4 {
      font-size: 20px !important;
    }

    .about-hero-banner img {
      height: 450px;
      width: 100%
    }

    .tariif-sec1-right {
      padding: 40px 20px 10px 30px;
    }

    .tab-button {
      width: 300px;
    }

    .tabs-nav .sub-heading {
      font-size: 18px !important;
    }

    .form-career-section {
      margin-top: 40px;
    }

    .background-line {
      margin-bottom: 40px;
    }

    .bg-form {
      width: 90%;
      background-color: black;
      margin: 0 auto;
      border-radius: 40px;
      padding: 18px;
    }

    .form-control,
    .form-select {
      padding: 7px;
    }

    .year-box {
      padding: 15px;
    }

    .subscribe-container {
      padding: 15px;
    }

    .footer .footer-logo img {
      width: 25px;
    }

    .footer ul li {
      margin-bottom: 5px;
    }

    .home-counter .counter-section .description {
      font-weight: 400 !important;
    }

    .home-service .about-us-heading {
      padding-bottom: 20px;
    }

    .home-about-counter {
      width: 130px;
      height: 130px; 
    }

    .home-about-counter-inner {
      height: 110px;
      width: 110px;
    }

    .home-about-counter-inner span {
      font-size: 40px;
    }

    .service-details-img2 {
      border-radius: 10px 0 0 10px;
      width: 100%;
    }

    .service-details-img1 {
      border-radius: 0 10px 10px 0;
      width: 100%;
    }

    .video-section {
      height: 500px;
    }

    .home-banner.about-hero-banner .about-banner-heading p {
      max-width: 465px;
      margin-bottom: 0;
    }

    .header-container .navbar-nav .nav-link {
      font-weight: 400;
    }

    .footer {
      padding: 0 0 1rem 0;
      margin-top: 50px;
    }

    .subscribe-container {
      top: -40px;
    }

    .footer a,
    .footer ul li a {
      font-weight: 300;
      font-size: 16px;
    }

    .footer_bottom,
    .footer_bottom a {
      font-size: 16px;
      font-weight: 300;
    }

    .footer-container {
      padding-right: 50px;
      padding-left: 50px;
    }

    .heading,
    .about-us-heading {
      font-size: 27px !important;
      font-weight: 400 !important;
      line-height: 1.2;
    }

    .description,
    .about-us-text,
    .form-control,
    .form-select {
      font-size: 16px !important;
      font-weight: 300 !important;
      line-height: 1.6;
    }

    .sub-heading {
      font-size: 27px !important;
    }

    .accordion-button {
      font-size: 20px !important;
    }

    .short-heading {
      font-size: 20px !important;
    }

    .read-more-text,
    .service-btn,
    .service-btn2,
    .form-button {
      font-size: 14px !important;
      font-weight: 400;
    }

    .find-loaction-contact:after {
      width: 85%;
    }

    .warehouse-end-img {

      right: 52%;
    }

    .service-warehouse-section1 {
      max-width: 1250px;
    }

    .bottom_header_logo .header-logo {
      max-height: 60px;
    }

    .bottom_header_logo {
      top: -60px;
      padding: 25px 55px 25px 15px;
    }

    .header-container .navbar-nav .nav-link {
      padding-left: 10px;
      padding-right: 10px;
    }

    .bottom_header_logo .header-logo {
      max-height: 45px;
    }

    .header-container .navbar-nav .nav-link {
      font-size: 14px;
    }

    .header-container .navbar-nav .dropdown-item {
      font-size: 14px;
      font-weight: 400;
    }

    .header-btn-orange {
      background: #E64126;
      background: linear-gradient(90deg, rgba(230, 65, 38, 1) 0%, rgba(243, 159, 52, 1) 100%);
      color: white;
      border-radius: 0 0 20px 20px;
      margin-right: 10px;
      font-size: 14px;
      padding: 7px 21px;
      width: fit-content;
    }

    .road-feature-container {
      background-size: 30%;
    }

    .road-feature-center-text {
      width: 25%;
    }

    .road-feature-left,
    .road-feature-right {
      gap: 20px;
    }

    .road-feature-left-one,
    .road-feature-left-four {
      transform: translateX(-140px);
    }

    .road-feature-left-two,
    .road-feature-left-three {
      transform: translateX(-240px);
    }

    .road-feature-right-one,
    .road-feature-right-four {
      transform: translateX(140px);
    }

    .road-feature-right-two,
    .road-feature-right-three {
      transform: translateX(240px);
    }

    .liner-survey-map-section {
      padding: 50px;
    }

    .liner-survey-map-card {
      width: 90%;
    }

    .dropdown-button {
      padding: 5px 30px;
      font-size: 14px;
    }
  }

  @media (max-width: 1450px) and (min-width: 1230px) {
    .why-choose-us-left p {
      font-size: 16px;
      font-weight: 400;
    }

    .why-choose-us-left h4 {
      font-size: 22px;
    }
  }


  @media (max-width: 1150px) and (min-width: 992px) {
    .bottom_header_logo {
      top: -29px;
      padding: 15px 55px 25px 15px;
    }
  }

  @media (max-width: 1229px) and (min-width: 991px) {
    .why-choose-us-left p {
      font-size: 14px;
      font-weight: 400;
    }

    .why-choose-us-left h4 {
      font-size: 20px;
    }
  }

  @media (max-width:1470px) {
      .road-tran-container svg {
    width: 80%;
    margin: 0 auto;
    text-align: center;
    display: flex;
}
      .bg-ove-form {
    padding: 50px;
}
      .conection-sub-heading::before {
    left: -25px;
    top: 88px;
}
.about-us-img1 {
        width: 100%;
    }
    .first-container {
      max-width: 90%;
    }

    .year-box h1 {
      font-size: 40px;
    }

    .year-box p {
      font-size: 15px;
    }
  }

  @media (max-width:1440px) {
    .subscribe-container {
      width: 90%;
    }

    .service {

      margin: 0;
    }

    .vision-image::before,
    .mission-image::after {
      top: 170px;
    }

    .service-text1 h2::after {
      left: -68px;
    }

    .service-text2 h2::before {
      right: -54px;
    }

    .service2 .service-text1 h2::after {
      left: -68px;
    }

    .service2 .service-text2 h2::before {
      right: -54px;
    }

    .service {
      background-position: center;
    }

    .hcpl-container-main {
      background-size: 30%;
    }

    .hcpl-center-text {
      font-size: 18px;
      transform: translate(-49%, 45%);
      max-width: 200px;
    }

    .door-step-left,
    .door-step-right {
      gap: 80px;
    }

    .door-step-left-one,
    .door-step-left-three {
      transform: translateX(-155px);
    }

    .door-step-left-two,
    .door-step-right-two {
      transform: translateX(-230px);
    }

    .door-step-right-one,
    .door-step-right-three {
      transform: translateX(155px);
    }

    .door-step-right-two {
      transform: translateX(230px);
    }

    .road-big-heading h2 {
      font-size: 80px;
    }

    .road-feature-center-text {
      width: 10%;
      font-size: 20px;
      line-height: 30px;
    }

    .road-feature-container {
      background-size: 20%;
    }

    .inner-bubble {
      padding: 10px 30px;
      font-size: 13px;
    }

    .inner-bubble {
      padding: 10px 15px;
      font-size: 13px;
    }

    .road-feature-left-one,
    .road-feature-left-four {
      transform: translateX(-90px);
    }

    .road-feature-left-two,
    .road-feature-left-three {
      transform: translateX(-140px);
    }

    .road-feature-right-one,
    .road-feature-right-four {
      transform: translateX(90px);
    }

    .road-feature-right-two,
    .road-feature-right-three {
      transform: translateX(140px);
    }

    .service-usp {
      max-width: 1140px;
      margin: 0 auto;
    }

    .liner-survey-heading {
      max-width: 100%;
    }

    .liner-survey-heading {
      max-width: 100%;
    }
  }

  @media(max-width:1399px) {
      .salient-features-right-content {
             max-width: 400px;
      }

    .heading,
    .about-us-heading {
      font-size: 24px !important;
      font-weight: 400 !important;
      line-height: 1.2;
    }

    .description,
    .about-us-text,
    .form-control,
    .form-select {
      font-size: 14px !important;
      font-weight: 300 !important;
      line-height: 1.6;
    }

    .sub-heading {
      font-size: 18px !important;
    }

    .footer a,
    .footer ul li a {
      font-weight: 300;
      font-size: 14px;
    }

    .conection-sub-heading::before {
      left: -15px;
    }

    .liner-survey-section {
      align-items: start;
    }

    .liner-survey-section-right {
      margin-top: 45px;
    }
  }

  @media(max-width:1370px) {
      .bnc-feature-heading{
          max-width:750px;
          margin:0 auto;
      }
      .freight-card p {
    line-height: 20px;
}
      .survey-content-image {
    max-width: 200px;
}
      .survey-content-bubble {
    padding: 10px;
      }
      .survey-content-column {
    gap: 50px;
}
      .road-tran-container svg {
    width: 70%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
}

      .range-service .gradient-box {
    padding: 10px 24px;
      }
      .conection-sub-heading::before {
    top: 80px;
}
        .service-slider {
    transform: translateY(-200px);
    margin-bottom: -200px !important;
  }
      .usp-line {
    top: 125px;
}
.step-section {
    min-height: 100px;
}
    .home-about-container,
    .about-1,
    .why-choose-us,
    .freight-station,
    .warehouse,
    .rank-handling-container,
    .our-network-section,
    .service-warehousewhydo,
    .service-slider,
    .warehouse-facility,
    .rail_slider,
    .bcn-feature-container,
    .range-section,
    .disclaimer-container,
    .footer_bottom,
    .footer-grid-section {
      max-width: 1140px;
      margin: 0 auto;
    }

    .road-slider-container,
    .liner-map-container,
    .contact-us-3,
    .depot-tab-container {
      max-width: 1250px;
      margin: 0 auto;
    }
    .warehouse-endsection {
      max-width: 1250px;
    }

    .service-text1 h2::after,
    .service2 .service-text1 h2::after {
      left: 0;
    }

    .service-text2 h2::before,
    .service2 .service-text2 h2::before {
      right: 0;
    }

    .home-sec-img {
      top: -150px;
    }

    .home-banner.about-hero-banner img {
      height: 530px;
    }


    .service-card img {
      height: 75%;
    }

    .service-card.active .service-label,
    .service-card:hover .service-label {
      bottom: 112px;
    }

    .service-label {
      bottom: 120px;
    }

    .about-us-img2 {
      bottom: 0%;
    }

    .recognition-sec1-right {
      max-width: 200px;
      margin-top: 10px;
    }

    .recognitions-compliance-slider-image {
      height: 370px;
      width: 80% !important;
      margin: 0 auto;
    }

    .depot-tab-content {
      min-height: 450px;
    }

    .recognitions-heading {
      margin-bottom: 0 !important;
    }

    .depot-tab-section-one {
      padding: 30px;
    }

    .service-main {
      padding: 0px 45px;
    }

    .service-label-hover {
      bottom: 110px;
    }

    .recognitions-compliance-main.what-we-do-service {
      padding-bottom: 0 !important;
    }

    .logistic-oporation {
      padding: 0;
    }


    .circle {
      width: 220px;
      height: 220px;
    }

    .find-location-content {
      padding: 50px 0;
    }

    .fulladdress-location {
      min-height: 0;
    }

    .our-network-section-right img {
      width: 80%;
    }

    .white-world-wide-grounded-text {
      font-size: clamp(24px, 6vw, 65px);
    }

    .contact-3-location-card {
      padding: 1em 1em 0 1em;
    }

    .home-banner.about-hero-banner .about-banner-heading {
      top: 250px;
    }

    .top_header {
      padding: 0 15px 25px;
    }

    .why-choose-us-left img {
      height: auto;
    }

    .bg-ove-form {
      padding: 20px;
    }


    .header-btn-orange {
      padding: 5px 25px;
      min-width: 150px;
    }

    .usp-heading {
      font-size: 50px;
    }

    .service-usp {
      padding: 20px;
    }

    .freight-card {
      padding: 5px 20px;
    }
    .freight-card2 {
      padding: 0;
    }

    .form-upload-btn {
      padding: 5px 15px;
      font-size: 14px;
    }
  }

  @media (max-width:1300px) {

    .rail-carousel {
      margin: 0 20px;
    }

    .rail-operations-container:first-child {
      padding-right: auto !important;
    }

    .rail-operations-right {
      padding-left: auto !important;
      width: auto;
    }

    .rail-service-left {
      display: flex;
      justify-content: center;
    }

    .rail-operations-right h2 {
      text-align: center;
    }

    .conection-sub-heading::before {
      left: 10%;
    }

    .rail-operations-right {
      padding-left: 20px !important;
    }

    .conection-sub-heading::before {
      content: "";
      position: absolute;
      display: none;
    }

    .rail-divider {
      display: block;
      height: 2px;
      width: 100%;
       background: var(--primary-color);
    }

    .freight-title h2 {
      font-size: 60px;
      margin-top: 45px;
    }

    .contact-sec-3-location-card-container {
      margin-top: 0;
      flex-wrap: wrap;
      justify-content: center !important;
    }

    .liner-survey-map-card {
      width: 100%;
    }

    .liner-survey-map-card-content h3 {
      font-size: 20px;
    }

    .liner-survey-map-card-content p {
      font-size: 15px;
    }

  }

  @media (max-width:1200px) {
    .freight-bg-section {
      margin: 50px 0;
    }

    .rail-service-us-image2 {
      margin-top: 50px;
    }



    .recognition-sec1-right {
      max-width: 250px;
      margin-top: 50px;
    }

    .warehouse-end-text {
      padding-top: 0;
      padding-left: 10px;
      padding-right: 10px;
    }

    .warehouse-end-img {
      width: auto;
      height: 350px;
      position: absolute;
      bottom: -225px;
      left: 30%;
      right: auto;
      padding: 10px;
    }

    .warehouse-endsection {
      padding-bottom: 200px;
    }


    .warehouse-endsection::after {
      background: rgba(251, 165, 52, 0.8);

    }

    .why-we-left {
      padding-right: 30px;
    }

    .about-experience {
      width: 40%;
    }

    .about-us-img2 {
      bottom: -35%;
    }

    .about-counter p {
      font-size: 13px;
    }

    .home-about-heading {
      font-size: 30px;
    }

    .home-about-text {
      font-size: 18px;
    }

    .home-sec-img1 {
      height: 700px;
    }

    .service-text2 h2::before {
      right: 50%;
      transform: translateX(55%);
    }

    .service-text1 h2::after {
      left: 50%;
      transform: translateX(-65%);
    }

    .service-text1 h2,
    .service-text2 h2 {
      font-size: 25px;
    }

    .service2 .service-text2 h2::before {
      right: 50%;
      transform: translateX(55%);
    }

    .service2 .service-text1 h2::after {
      left: 50%;
      transform: translateX(-65%);
    }

    .service2 .service-text1 h2,
    .service2 .service-text2 h2 {
      font-size: 25px;
    }

    .salient-features {
      padding: 20px;
      transform: initial;
    }

    .salient-features-right {
      transform: translateX(-10px);
    }

    .salient-features-text {
      bottom: -6px;
    }

    .warehouse-card p {
      font-size: 15px;
    }

    .warehouse-heading::before {
      width: 100%;
    }

    .freight-card {
      padding: 10px 15px;
    }
    .freight-card2 {
      padding: 0;
    }

    .freight-card p {
      font-size: 15px;
    }

    .equipment-right p {
      font-size: 15px;
    }

    .equipment-left p {
      font-size: 15px;
    }

    .equipment-right {
      gap: 110px;
    }

    .equipment-left {
      gap: 110px;
    }

    .equipment-right-first {
      transform: translateX(110px);
    }

    .equipment-right-mid {
      transform: translateX(365px);
    }

    .equipment-right-last {
      transform: translateX(130px);
    }

    .equipment-left-first {
      transform: translateX(-140px);
    }

    .equipment-left-mid {
      transform: translateX(-350px);
    }

    .equipment-left-last {
      transform: translateX(-165px);
    }

    .equipment-section {
      padding: 0 20px;
    }

    .our-network-section-left-text {
      max-width: 100%;
    }

    .our-network-card-container {
      width: 100%;
    }

    .depot-tab-section-containt {
      width: 45%;
      padding-right: 40px;
    }

    .road-big-heading h2 {
      font-size: 50px;
    }


    .liner-slider-container {
      padding: 60px 20px;
    }

    .liner-slider-contect {
      width: 80%;
      margin: 0 auto;
    }
  }



  @media (max-width:1024px) {
    * {
      scroll-margin-top: 200px;
    }

    .form-career-section {
      width: 90%;
      display: block;

    }

    .form-left-section {
      width: 100%;
    }

    .form-right-section {
      width: 100%;
    }

    .bg-form {
      width: 100%;
    }

    .bg-ove-form {
      padding: 50px 15px;
    }

    .slider-custom-arrow .owl-nav {
      top: -100px;
    }

    .servicetablink {
      max-width: 100%;
      text-align: center;
      margin-bottom: 20px;
      padding-left: 0;
      padding-right: 0;
    }

    .tabdata {
      padding: 25px 0;
      padding-bottom: 250px;
    }

    .service-slider {
      transform: translateY(-170px);
      margin-bottom: -170px;
    }

    .service-warehouse-orangebg {
      padding: 30px 25px;
    }

    ul {
      text-align: left;
    }

    .why-choose-us-left h4 {
      font-size: 20px;
    }

    .why-choose-us-left p {
      font-size: 12px;
    }

    .why-choose-us-right-img img {
      height: 440px;
    }

    .why-choose-us-right-img video {
      height: 440px;
    }

    .why-choose-us-right-float h4 {
      font-size: 20px;
    }

    .why-choose-us-right-float p {
      font-size: 12px;
    }

    .about-hero-banner img {
      border-bottom-right-radius: 150px;
    }

    .equipment-center-text {
      font-size: 20px;
    }

    .equipment-right p {
      font-size: 13px;
    }

    .equipment-left p {
      font-size: 13px;
    }

    .equipment-left,
    .equipment-right {
      gap: 90px;
    }

    .equipment-left-first {
      transform: translateX(-120px);
    }

    .equipment-left-mid {
      transform: translateX(-310px);
    }

    .equipment-left-last {
      transform: translateX(-145px);
    }

    .equipment-right-first {
      transform: translateX(100px);
    }

    .equipment-right-mid {
      transform: translateX(330px);
    }

    .equipment-right-last {
      transform: translateX(120px);
    }

    .depot-tab-name-text {
      left: 24%;
    }

    .depot-tab-btn {
      width: 25%;
    }

    .survey-content-section {
      padding: 0 20px;
    }

    .survey-content-bubble {
      padding: 15px;
      font-size: 15px;
    }
  }


  @media (max-width:991px) {
	  
	  .service-details-img2, .service-details-img1{
		  height:auto;
	  }
      .warehouse-container.palwal2 .warehouse-container-left {
    width: 40% !important;
}
      .mobile-view{
          display:block;
      }
      .desktop-view{
          display:none;
      }
      .banner-carousel .owl-dots{
        position: relative;
    bottom: 40px;
}
                  .panwal-service-than {
                flex-direction: column;
                background: none;
                padding: 0;
                gap:0
            }

            .panwal-service-than::before {
                content: "";
                display: block;
                background: url('../images/sarvice-panwal/PALWALICD.jpg') no-repeat center;
                background-size: cover;
                width: 100%;
                height: 220px;
            }

            .panwal-service-than .text-content {
                background: #ff9933;
                color: #fff;
                padding: 1.5rem;
                max-width: 100%;
            }

            .panwal-service-than ul {
                padding-left: 1rem;
            }
            .media-grid {
        grid-template-columns: repeat(2, 1fr);
      }
      .our-network-section{
          flex-wrap:wrap;
      }
            .about-us-left {
    transform: scale(1);
}
          .road-tran-container svg {
        width: 100%;
    }
      .warehouse-container-left,
      .warehouse-container-right {
    width: 80%;
}
.freight-station{
    padding:0 20px;
}
    .freight-title h2 {
      font-size: 42px;
      margin-top: 52px;
    }

    .freight-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
      gap: 30px;
      width: 100%;

      margin-left: none;
      /* Aligns the block to the right */
    }

    .rail-map-section {
      padding: 20px;
    }

    .contact-form-container {
      justify-content: center;
    }

    .find-location-content {
      gap: 15px;
    }

    .find-loaction-contact:after {

      width: 100%;
      border-radius: 0;
    }

    .select-map-btn {
      font-size: 18px;
      width: 250px;
      text-align: center;
    }

    .fs-left-img {
      margin-top: -47px;
    }

    .tariif-sec1-right {
      margin-top: 95px;
      padding: 50px 20px 30px;
    }

    .form-button {
      font-size: 14px;
      width: 180px;
      padding: 10px 15px;
    }

    .facility-anim.ware-fac-inner1,
    .ware-fac-inner3 .facility-anim {
      transform-origin: left;
    }

    .ware-fac-inner3 .warehouse-facilty-para::after {
      left: -12.5px;
      right: auto;
    }

    .warehouse-facility .ware-fac-inner1,
    .warehouse-facility .ware-fac-inner3 {
      border-left: 5px solid #FF7309;
    }

    .what-we-do-service {
      padding-top: 50px;
      padding-bottom: 50px;
    }

    .home-banner.about-hero-banner .about-banner-heading h1 {
      margin-left: 0;
      font-size: 25px;
    }

    .home-banner.about-hero-banner .about-banner-heading p {
      margin-left: 0;
      font-size: 15px;
    }

    .home-banner.about-hero-banner img {
      height: 490px;
    }

    .video-section video {
      border-top-left-radius: 100px;
      border-bottom-left-radius: 100px;
      border-top-right-radius: 100px;
    }

    .video-section {
      height: 450px;
      border-top-left-radius: 100px;
      border-bottom-left-radius: 100px;
      border-top-right-radius: 100px;
    }

    .home-banner.about-hero-banner .about-banner-heading {
      top: 300px;
    }

    .header-container .navbar-nav .nav-link:not(.dropdown-toggle)::after {
      display: none;
    }

    .dropdown-menu.mobile-right {
      right: 0 !important;
      left: auto !important;
    }

    .footer .subscribe-input {
      font-size: 18px;
    }

    .footer .btn-warning {
      font-size: 18px;
    }



    .top_header {
      padding: 10px 15px 10px;
    }

    .top_header .header-logo {
      display: block;
    }

    .custom-nav {
      border-radius: 0;
      position: static;
    }

    .dropdown-menu {
      min-width: 150px;
      width: fit-content;
    }

    .header-btn-orange {
      border-radius: 15px;
      margin-right: 0;
      padding: 7px 15px;
    }

    .footer_bottom,
    .footer_bottom a {
      font-size: 14px;
    }

    .footer ul li a,
    .footer a {
      font-size: 18px;
    }

    .about-us-img2 {
      bottom: 0%;
    }

    .about-counter div {
      text-align: center;
    }

    .vision-text {
      display: flex;
      flex-direction: column;
      padding: 0;
    }

    .vision-text p,
    .vision-text h2 {
      padding: 0 15px;
    }
  .mission-vision {
    background-position: center top;
  }
  .about-freight{
      width:100% !important;
  }
    .vision-text h2::before {
      left: -170px
    }

    .mission-text {
      align-items: start;
    }

    .mission-text p {
      text-align-last: left;
    }

    .mission-text h2::after {
      right: -175px;
    }

    .home-sec-img {
      top: 0;
      margin-bottom: 30px;
    }

    .home-sec-img1 {
      height: initial;
    }

    .service-text1 {
      max-width: 100%;
      color: white;
      padding: 20px;
    }

    .service-text1 h2::after {
      left: 0%;
      transform: none;
    }

    .service-text2 {
      align-items: start;
      max-width: 100%;
      color: white;
      padding: 20px;
    }

    .service-text2 h2::before {
      left: 0%;
      transform: none;

    }

    .service-text2 h2 {
      text-align: left !important;
    }

    .service-text2 p {
      text-align-last: left;
    }

    .service2 .service-text1 {
      max-width: 100%;
      color: black;
      padding: 20px;
    }

    .service2 .service-text1 h2::after {
      left: 0%;
      transform: none;
    }

    .service2 .service-text2 {
      align-items: start;
      max-width: 100%;
      color: black;
      padding: 20px;
    }

    .service2 .service-text2 h2::before {
      left: 0%;
      transform: none;

    }

    .service2 .service-text2 h2 {
      text-align: left !important;
    }

    .service2 .service-text2 p {
      text-align-last: left;
    }

    .dropdown-submenu>.dropdown-menu {
      position: relative;
      top: 0;
      left: 0;
      margin: 0;
      width: 100%;
    }

    .navbar-collapse {
      max-height: 60vh;
      overflow-y: scroll;
    }

    .salient-features-left,
    .salient-features-right {
      max-width: 100%;
      flex: 1 1 100%;
      transform: none;
    }

    .salient-features-right {
      border-radius: 60px;
      padding: 20px;
      margin-top: 20px;
    }

    .salient-features {
      transform: initial;
    }

    .salient-features-text {
      display: none;
    }

    .slider-secton {
      padding: 0 20px;
    }

    .slider-secton-image {
      width: 100%;
    }

    .slider-secton-slider {
      width: 100%;
      padding: 0
    }

    .arrow-image {
      width: 100%;
      justify-content: center;
    }

    .our-network-section-left {
      width: 100%;
    }

    .our-network-container {
      padding: 0 20px;
    }

    .our-network-section-right {
      width: 100%;
      text-align: center;
    }

    .depot-tab-buttons {
      flex-wrap: wrap;
      width: 70%;
    }

    .depot-tab-btn {
      flex: 1 1 100%;
      text-align: center;
      padding: 15px 20px;
      border-radius: 20px;
      margin-bottom: 10px;
    }

    .depot-tab-section-containt {
      width: 60%;
      padding-right: 30px;
    }

    .depot-tab-section {
      margin-top: 0;
      padding: 0 20px;
    }

    .hcpl-container-main {
      display: none;
    }

    .hcpl-container-mobile {
      display: block;
      padding: 0 20px;
    }

    .hcpl-container-mobile .hcpl-container {
      width: 50%;
      height: 380px;
    }

    .step-section {
      width: 100%;
    }

    .mobile-step {
      display: flex;
      justify-content: center;
      align-items: center;
    }

    .range-section-right {
      text-align: left;
    margin-top: 25px;
    }

    .range-section {
      padding: 0 20px;
    }

    .range-service {
      max-width: 100%;
      margin-top: 20px;
    }

    .road-big-heading {
      margin: 15px 0;
    }

    .mumdra-service-text {
      bottom: 320px;
    }

    .survey-content-section {
      flex-wrap: wrap;
    }

    .liner-survey-section-left {
      width: 100%;
    }

    .liner-survey-section-right {
      width: 100%;
      padding: 0 20px;
    }

    .liner-survey-section-left img {
      width: 100%;
      padding-right: 50px;
    }

    .survey-content-column {
      gap: 30px;
      width: 100%;
    }

    .survey-content-left {
      margin-right: 0;
      z-index: 1;
    }

    .survey-content-right {
      margin-left: 0;
      z-index: 1;
    }

    .survey-content-bubble {
      max-width: initial;
    }

    .liner-survey-section-right {
      margin-top: 0;
    }

    .liner-survey-map-section {
      flex-wrap: wrap;
    }

    .liner-survey-map-cards {
      width: 80%;
    }

    .liner-survey-map-image {
      width: 100%;
    }

    .liner-survey-map-card::before {
      top: -28px;
    }

    .current-lang-text {
      margin-right: 5px;
    }

    .dropdown-button {
      border-radius: 15px;
      margin-right: 0;
      padding: 7px 15px;
    }

    .haz-industries-content {
        width: 45%;
    }

    .haz-industries-container {
        gap: 20px;
    }

    .haz-service-usp {
        flex-wrap: wrap;
        justify-content: center;
    }

    .haz-service-right,
    .haz-service-center,
    .haz-service-left {
        width: 100%
    }

    .haz-service-usp-section .about-us-heading {
        position: relative;
        padding-bottom: 10px;
        margin: 10px 0;
    }
  }

  @media (max-width:768px) {
        .warehouse-card.card-struc-2{
 justify-content:center;
 align-items:center;
  }
        .warehouse-card.card-struc-2.steel-card{
 justify-content:center;
 align-items:start;
  }
      .warehouse-card.service-card-hover-element p:not(.no-max-width) {
    text-align: center;
    width: 100%;
}
      .warehouse-card {
    flex-direction: column;
}
    .road-feature-mobile {
      padding-bottom: 0;

    }

    .bnc-feature-card img {
      width: 50px;
    }

    .rail-carousel {
      margin: 0;
    }

    .rail-carousel img {
      padding: 0 10px;
    }

    .servicetablink {
      font-size: 16px;
    }

    .service-warehouse-orangebg .about-us-heading {
      text-align: left;
    }

    .ware-fac-inner1 img {
      padding: 0 40px;
      margin-bottom: 10px !important;
    }

    .about-us-img1 {
      width: 100%;
      margin-top: 0 !important;

    }

    .conection-sub-heading {
      text-align: left !important;
    }

    .white-world-wide-grounded-text {
      text-align: center !important;
      margin: 0 !important;
    }

    .tarrif-image-slider-main {
      margin-top: 40px;
    }

    .home-banner.about-hero-banner img {
      border-bottom-right-radius: 75px;
    }

    .footer-container {
      padding-right: 20px;
      padding-left: 20px;
    }

    .header-btn-orange {
      min-width: auto;
    }

    .conection-sub-heading {
      font-size: 25px;
    }

    .freight-title h2 {
      font-size: 35px;
      margin-top: 54px;
    }

    .rail-map-section {
      margin: 0 auto;
      padding: 20px;
    }

    .rail-custom-table {
      font-size: 12px;
    }

    .rail-custom-table thead th,
    .rail-custom-orange td {
      padding: 8px;
      text-align: center;
    }

    .rail-custom-table tr {
      margin-bottom: 1rem;
      border-radius: 12px;
      overflow: hidden;
      background: #f1f1f1;
    }



    .rail-custom-table td::before {
      content: attr(data-label);
      position: absolute;
      left: 16px;
      width: 45%;
      padding-right: 10px;
      font-weight: bold;
      text-align: left;
    }

    .rail-custom-orange td,
    .rail-custom-rounded td {
      border-radius: 0 !important;
    }

    .contact-3-location-card {
      padding: 1.5em 1.5em 0 1.5em;
    }

    .background-line {
      background-size: contain;
      min-height: 200px;
    }

    .tariff-slider-carousel img {
      height: 300px;
      object-fit: cover;
    }

    .tariff-slider-carousel.owl-theme .owl-dots .owl-dot {
      zoom: 1 !important;
      padding: 0 3px !important;
    }

    .tarrif-image-slider-main {
      padding: 55px 15px 0;
      position: relative;

    }

    .logistic-oporation {
      padding-top: 0;
    }

    .tariff-img-slider .owl-theme .owl-dots,
    .tariff-img-slider .owl-theme .owl-nav {
      text-align: center;
      margin-right: 25px;
    }

    .tariif-sec1-left .icon-img {
      width: 50px;
      height: 50px;
      bottom: -25px;
    }

    .about-banner-heading h1 {
      margin-left: 0;
    }

    .warehouse-end-img {
      height: 300px;
      left: 20%;
    }

    .why-we-left {
      padding-right: 0;
      text-align: center;
    }

    .home-counter {
      padding-bottom: 0;
      padding-top: 0;
    }

    .vision-text,
    .home-service {
      padding: 15px;
    }

    .about-experience {
      width: 30%;
      padding: 20px;
      top: 6%;
      left: 6%;
    }
.mission-vision {
    background-position: center;
}
.why-choose-us-right-float {
    width: 80%;
}
    .services-wrapper {
      flex-direction: column;
      align-items: center;
      gap: 20px;
    }

    .service-card {
      width: 100% !important;
      height: auto;
      min-width: unset;
    }

    .service-card img {
      height: auto;
      aspect-ratio: 3 / 2;
    }

    .service-card.active .service-label,
    .service-card .service-label {
      writing-mode: horizontal-tb;
      text-align: center;
      display: block;
      padding: 6px 25px;
      margin-top: 10px;
      transform: none !important;
      border-radius: 30px !important;
      background: #fff;
      left: 50%;
      bottom: 10px;
      right: auto;
      transform: translateX(-50%) !important;
      font-size: 18px;
    }

    .service-card:hover .service-label {
      bottom: 10px;
      padding: 6px 35px !important;
    }

    .service-main {
      width: 100%;
      max-width: 1920px;
      padding: 50px 12.5px 15px 12.5px;
    }

    .tab-button {

      font-size: 18px;
    }

    .mission-vision {
      margin: 0 0 50px;
    }

    .salient-features-text {
      bottom: 244px;
      font-size: 50px;
    }

    .freight-container {
      padding: 0 30px;
    }

    .freight-card {
      width: 100%;
    }
.tab-content .freight-card {
        min-height:auto;
    }
    .warehouse-container {
      padding: 0 20px;
      text-align: center;
    }

    .warehouse-container-left,
    .warehouse-container-right,
    .warehouse-container.palwal2 .warehouse-container-left,
    .warehouse-container.palwal2 .warehouse-container-right {
      width: 100% !important;
    }
    .freight-container .warehouse-card.card-struc-2{
        width:100%;
    }
    .palwal2.freight-container .warehouse-card.card-struc-2{
        align-items:center;
    }
    .palwal2.freight-container .warehouse-card.card-struc-2 .description{
            border-bottom: 2px solid #000;
            padding: 0 0 25px 0;
    }

    .rank-handling-content-image {
      width: 90%;
    }

    .rank-handling-content-text {
      width: 100%;
      padding: 0 20px;
    }

    .bnc-feature-section-right {
      width: 100%;
    }

    .bnc-feature-section-left {
      width: 100%;
    }

    .depot-tab-section-content,
    .depot-tab-content {
      flex-direction: column;
      align-items: flex-start;
      padding: 30px 20px;
      min-height: auto;
    }

    .depot-tab-section-containt {
      width: 100%;
      padding-right: 0;
      padding-left: 15px;
    }


    .depot-tab-section-one {
      padding: 60px 20px;
      background-position: center;
    }

    .depot-tab-text {
      font-size: 16px;
      line-height: 28px;
    }

    .depot-tab-name-text {
      font-size: 36px;
      bottom: -15px;
      left: 29%;
    }

    .depot-container {
      border-radius: 30px;
      width: 90%;
    }

    .hcpl-container-mobile .hcpl-container {
      width: 80%;
    }

    .road-tran-content-text {
      padding: 0 20px;
    }

    .road-big-heading h2 {
      font-size: 20px;
    }

    .logistics-section .row {
      flex-direction: column-reverse;
    }

    .service-main-ils {
      padding: 0 20px !important;
    }

    .usp-line {
      display: none;
    }

    .usp-heading {
      font-size: 1.8rem;
    }

    .ils-slider-wrapper {
      gap: 5px;
    }

    .arrow-btn {
      width: 30px;
      height: 30px;
    }

    .mumdra-service-text {
      bottom: 315px;
    }

    .liner-survey-map-cards {
      width: 100%;
      gap: 20px;
    }

    .footer {
      padding-top: 20px;

    }
  }

  @media (max-width:600px) {
      .career-content {
    gap: 25px;
}
      .bnc-feature-section {
     gap: 0px; 
}
    .freight-container {
      padding: 0 20px;
    }

    .freight-container {
      margin-top: 30px;

    }

    .warehouse-container-left img {
      width: 100%;
      border-radius: 20px;
    }

    .salient-features-left img {
      border-radius: 20px;
    }

    .subscribe-container {
      width: 99%;
      position: absolute;
      top: -40px;
    }

    .footer .subscribe-input {
      font-size: 14px;
    }

    .footer .btn-warning {
      font-size: 14px;
    }

    .footer_bottom,
    .footer_bottom a {
      font-size: 14px;
    }

    .footer ul li a,
    .footer a {
      font-size: 14px;
    }

    .salient-features-right .heading {
      margin: 0 auto;
    }

    .salient-features-right {
      border-radius: 40px;
    }

    .salient-features-text {
      bottom: 260px;
      font-size: 30px;
    }

    .equipment-container-mobile {
      width: 100%;
      height: 300px;
    }

    .equipment-slider-image {
      height: 300px;
      margin-top: 120px;
    }

    .equipment-section-mobile {
      padding-bottom: 0;
    }

    .equipment-slider-text {
      font-size: 15px;
      line-height: 40px;
    }

    .mumdra-service-text {
      bottom: 345px;
    }
        .haz-industries-content {
        width: 100%;
    }

    .haz-industries-icon {
        width: 120px;
        height: 120px;
        border-width: 10px;
    }
.chocking-section {
    background-position:left -600px center;
}
  }

  @media (max-width:575px) {
            .media-grid {
        grid-template-columns: 1fr;
      }
      .our-network-section-right img {
        width: 100%;
    }

    .custom-prev.ils-arrow-btn,
    .custom-next.ils-arrow-btn {
      display: none;
    }

    .freight-title h2 {
      font-size: 17px;
      margin-top: 60px;
    }

    .profile-card {
      width: 160px;
    }

    .youtube-icon {
      bottom: -16px;
    }

    .name {
      margin-top: 35px;
    }

    .warehouse-end-img {
      height: 250px;
      left: 15px;
      bottom: -125px;
    }

    .warehouse-endsection {
      padding-bottom: 100px;
    }

    .service-slider-label {
      width: 250px;

    }

    .about-us-img2 {
      width: 50%;
      right: 3%
    }

    .about-experience h4 {
      font-size: 15px;
      line-height: 1.5rem;
    }

    .about-experience span {
      font-size: 30px;
    }

    .service-usp {
      margin: 20px 10%;
    }

    .liner-survey-heading {
      font-size: 20px;
    }

    .liner-slider-contect-heading {
      font-size: 20px;
    }

    .liner-survey-map-card {
      border-radius: 30px;
      flex-direction: column;
      justify-content: center;
    }

    .liner-survey-map-card-content {
      text-align: center;
    }

    .liner-survey-map-card::before {
      display: none;
    }
  }

  @media (max-width:430px) {
      .warehouse-card {
    flex-direction: column;
    }
      .warehouse-card.service-card-hover-element p:not(.no-max-width) {
     text-align: center; 
    }
    .range-service {
      margin-top: 0;
      padding: 0;
    }

    .range-section-right .heading.range-heading {
      margin-top: 15px;
    }

    .road-feature-mobile {
      margin-top: 0 !important;
    }
    .road-feature-container-mobile {
      height: 350px;
    }

    .about-freight {
      width: 100%;
    }

    .form-left-section h5 {
      font-size: 20px;
      line-height: 1.5;
    }

    .form-left-section p {
      font-size: 15px;
      line-height: 1.3;
    }

    .section-title h3 {
      font-size: 20px;
    }

    .section-title h2 {
      font-size: 20px;
      line-height: 1.3;


    }

    .form-career-section {
      margin-top: 50px;
      margin-bottom: 0;
    }

    .slide-description p {
      font-size: 15px;

    }

    .slide-description p {
      padding-top: 20px;
    }

    .background-line {
      min-height: 65px;
    }

    .c-heading {
      font-size: 20px;
      line-height: 1.3;
    }

    .circle p {
      font-size: 15px;
      line-height: 1.3;
    }

    .career-section {
      padding: 0;

    }

    .f-heading {
      font-size: 20px;
      line-height: 1.5;
    }

    .f-description {
      font-size: 15px;
    }

    .year-box p {
      font-size: 15px;

    }

    .about-hero-banner img {
      height: 300px;
      border-bottom-right-radius: 60px;
    }

    .about-banner-heading {
      top: 55%;
    }

    .heading {
      font-size: 20px;
    }

    .description {
      font-size: 15px;
    }

    .about-us-heading {
      font-size: 25px;
    }

    .about-us-text,
    .form-control,
    .form-select {
      font-size: 15px;
    }

    .mini-title {
      font-size: 12px;

    }

    .about-experience {
      top: 9%;
      left: 9%
    }

    .vision-text h2::before {
      width: 280px;
      left: -90px;
    }

    .vision-text {
      padding: 10px;
    }

    .mission-text h2::after {
      width: 280px;
      right: -90px;
    }

    .home-about-heading {
      font-size: 20px;
    }

    .home-about-text {
      font-size: 13px;
    }

    .service-text1 h2::after {
      width: 260px;
    }

    .service-text2 h2::before {
      width: 260px;
    }

    .service2 .service-text1 h2::after {
      width: 260px;
    }

    .service2 .service-text2 h2::before {
      width: 260px;
    }

    .depot-tab-btn {
      font-size: 14px;
      padding: 12px 16px;
    }

    .depot-tab-text {
      font-size: 15px;
      padding-bottom: 15px;
    }

    .depot-tab-section-one {
      padding: 40px 15px;
    }

    .depot-container {
      flex-direction: column;
      align-items: stretch;
    }

    .depot-btn,
    .depot-select {
      width: 100%;
      text-align: center;
    }

    .depot-tab-name-text {
      font-size: 24px;
      bottom: -15px;
      left: 20%;
    }

    .depot-contact {
      padding: 0 20px;
    }

    .hcpl-container-mobile .hcpl-container {
      height: 300px;
      width: 100%;
    }

    .hcpl-center-text {
      font-size: 13px !important;
    }

    .range-heading::before {
      width: 215px;
    }

    .road-feature-center-text-mobile {
      width: 85%;
    }

    .inner-bubble {
      width: 240px;
    }

    .service-label-hover {
      width: 100%;
      background-color: #f3a034;
      opacity: .8;
      margin: 0 auto;
      border-radius: 20px;
      padding: 10px;
      position: absolute;
      bottom: 0;
      left: 0;
      top: 0;
      flex-direction: column;
      justify-content: center;
      align-items: center;

    }

    .service-card:hover .service-label-hover {
      display: flex;
    }

    .mumdra-service-text {
      bottom: 375px;
    }
  }

  @media (max-width:375px) {

    .bg-ove-form {
      padding: 40px 20px;
    }
  }

  @media (max-width:325px) {
    .about-experience h4 {
      font-size: 12px;
      line-height: 1.2rem;
    }

    .depot-tab-name-text {
      font-size: 24px;
      bottom: -14px;
      left: 15%;
    }

  }