@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@100..900&display=swap');

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.container {
    max-width: 1600px !important;
    margin: 0 auto !important;
}

body {
    font-family: "Outfit", sans-serif;
    overflow-x: hidden;
}

html {
    overflow-x: hidden;
}

.list-style-none {
    list-style: none;
}

.list-style-none li a {
    text-decoration: none;
    color: black;
}

.nav-section {
    background-color: #fffeff;
    padding: 8px 0px;
    background-image: url(../images/background-animation.png);
    background-position: left;
    background-size: cover;
    position: sticky;
    top: 0%;
    z-index: 9999;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
}

.navbar-logo a img {
    width: 200px;
    object-fit: cover;
}

.menu a.active,
.mobile-menu a.active {
    color: #409cd2;
    font-weight: bold;
}

.menu .dropdown-menu a.active {
    color: #409cd2;
}

/* mobile menu start design  */

.mobile-menu {
    position: fixed;
    top: 0;
    right: -100%;
    width: 80%;
    height: 100%;
    background: linear-gradient(180deg, #f8f7f7, #ffffff);
    box-shadow: -3px 0 10px rgba(0, 0, 0, 0.2);
    transition: right 0.4s ease;
    z-index: 10001;
    /* was 1050 */
    overflow-y: auto;
    border-left: 2px solid rgb(179, 179, 179);
    padding-top: 20px;
}


.mobile-menu.active {
    right: 0;
}

.mobile-menu .close-btn {
    position: absolute;
    top: 15px;
    right: 20px;
    font-size: 22px;
    background: #fff;
    border-radius: 8px;
    padding: 5px 10px;
    cursor: pointer;
    border: none;
    box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.15);
}

.mobile-menu ul {
    padding: 60px 20px 20px;
}

.mobile-menu li {
    margin-bottom: 15px;
}

.mobile-menu a {
    display: block;
    text-decoration: none;
    font-weight: 600;
    padding: 9px 15px;
    border-radius: 10px;
    background: #eeeeee;
    color: #333;
    transition: all 0.3s;
}

.mobile-menu .dropdown-toggle {
    position: relative;
}

.mobile-menu .dropdown-toggle::after {
    content: "";
    font-size: 25px;
    position: absolute;
    right: 4%;
    top: 50%;
    transform: translateY(-50%);
}

.mobile-menu .dropdown-menu {
    display: none;
    padding-left: 15px;
}

.mobile-menu .dropdown.open>.dropdown-menu {
    display: block;
}

.mobile-menu .dropdown-menu {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease;
    padding-left: 15px;
}

.mobile-menu .dropdown.open>.dropdown-menu {
    max-height: 500px;
}

.dropdown-menu {
    border: 0px;
    background-color: transparent;
}

.mobile-menu ul li a.active {
    color: #409cd2;
}

/* Mobile Dropdown Styling */

/* Make dropdown full width */
.mobile-menu .dropdown-menu {
    width: 100%;
    margin-top: 10px;
    padding: 0;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease;
    position: relative;
}

.mobile-menu .dropdown.open>.dropdown-menu {
    max-height: 300px;
    overflow-y: auto;

}

/* Dropdown items same block style */
.mobile-menu .dropdown-menu li {
    margin: 8px 0;
}

.mobile-menu .dropdown-menu a {
    display: block;
    width: 100%;
    text-decoration: none;
    font-weight: 600;
    padding: 12px 15px;
    border-radius: 10px;
    background: #f7f7f7;
    color: #333;
    transition: background 0.3s;
}

.mobile-menu .dropdown-menu a:hover {
    background: #dcdcdc;
}

/* Dropdown styling */
.menu .dropdown {
    position: relative;
}

.menu .dropdown-menu {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    background: #fff;
    padding: 10px 10px;
    list-style: none;
    border: 1px solid #ddd;
    border-radius: 8px;
    width: 280px;
}

.menu .dropdown:hover .dropdown-menu {
    display: block;
}

.menu .dropdown-menu li {
    padding: 8px 20px;
}

.menu .dropdown-menu li a {
    text-decoration: none;
    color: #333;
}


/* banner section */
.hero-section {
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.21), rgba(0, 0, 0, 0.6)), url('../images/banner.jpg');
    color: white;
    padding: 8% 0px;
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    overflow: hidden;
}

.banner-section h1 {
    font-size: 20px;
}

.banner-title-heading img {
    height: 20px;
    width: 20px;
    object-fit: cover;
    margin-right: 10px;
}

.banner-title-heading {
    padding: 10px 30px;
    border: 0px;
    border-radius: 100px;
    background-color: #ffff;
    color: #409cd2;
    display: inline-flex;
}

.nerova-btn {
    padding: 10px 17px;
    border: 0px;
    border-radius: 8px;
}

.nerova-btn a {
    color: #26406d;
    text-decoration: none;
}

.nerova-btn a img {
    height: 20px;
    width: 20px;
    object-fit: cover;
    margin-right: 10px;
}

.banner-section h2 {
    font-size: 3rem;
    padding: 15px 0;
    font-weight: 800;
}

.banner-section p {
    font-size: 1.2rem;
    margin-bottom: 25px;
}

.left-arrow-prev {
    width: 50px;
    height: 50px;
}

.custom-control {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 1;
    transition: 0.3s;
}

.custom-control img {
    width: 20px;
    height: 20px;
    object-fit: contain;
}

.carousel-control-prev,
.carousel-control-next {
    top: 50%;
    transform: translateY(-50%);
    bottom: auto;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.left-arrow-prev,
.right-arrow-next {
    width: 40px;
    height: 40px;
    object-fit: contain;
}

.carousel-control-prev {
    left: 40px;
}

.carousel-control-next {
    right: 40px;
}

.nerova-enterprise {
    color: #82d1ff;
    ;
    font-weight: 700;
}

.first-scarousel {
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.21), rgba(0, 0, 0, 0.6)), url('../images/Cargo-Shipment.jpg');
    color: white;
    padding: 7% 0px 14% 0px;
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    overflow: hidden;
}

.second-scarousel {
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.21), rgba(0, 0, 0, 0.6)), url('../images/Container-Tracking.jpg');
    color: white;
    padding: 7% 0px 14% 0px;
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    overflow: hidden;
}

.third-scarousel {
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.21), rgba(0, 0, 0, 0.6)), url('../images/Shipment-Tracking.jpg');
    color: white;
    padding: 7% 0px 14% 0px;
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    overflow: hidden;
}

.forth-scarousel {
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.21), rgba(0, 0, 0, 0.6)), url('../images/Transportation-Services.jpg');
    color: white;
    padding: 7% 0px 14% 0px;
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    overflow: hidden;
}

.stats-box {
    background: #ffffff;
    color: #2d2d6c;
    text-align: center;
    padding: 20px;
    border-radius: 10px;
    margin-top: -80px;
    position: relative;
    box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.08);
    z-index: 1;

}

.stats-box img {
    width: 60px;
    height: 60px;
    margin-bottom: 15px;
    background-color: #3aa1d8;
    border-radius: 50%;
    padding: 10px;
}

.stats-box h5 {
    font-size: 2.5rem;
    font-weight: 700;
    margin: 0;
    color: #2d2d6c;
}

.stats-box p {
    margin: 0;
    font-size: 1.1rem;
    color: #555;
}

.stats-overlay {
    position: relative;
    width: 100%;
    z-index: 10;
}

.about-section-background-image {
    position: relative;
}

.about-section-image {
    padding: 20%;
    background-image: url('../images/background-animation-2-new.png');
    background-repeat: no-repeat;
    background-position: top;
    position: absolute;
    left: -42%;
    top: 18%;
    z-index: -1;
}

.about-section {
    padding: 80px 0;
}

.title img {
    width: 60px;
    margin-bottom: 10px;
}

.title h2 {
    color: #409cd2;
    font-size: 40px;
    margin-bottom: 20px;
}

.title-content p {
    font-size: 1.3rem;
}

.about-info h2 {
    font-size: 35px;
    color: #409cd2;
}

.about-info p {
    font-size: 20px;
    font-weight: 500;
    line-height: 30px;
    text-align: justify;
}

.about-video video {
    width: 90%;
    height: auto;
    border-radius: 20px;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
}

.read-more-btn {
    background: linear-gradient(to right, #409cd2 50%, #393973 50%);
    background-size: 200% 100%;
    background-position: left bottom;
    color: white;
    border: none;
    padding: 12px 45px;
    cursor: pointer;
    transition: background-position 0.5s ease-in-out;
    position: relative;
    overflow: hidden;
    border-radius: 8px;
}

.read-more-btn a {
    text-decoration: none;
    color: white;
    font-size: 1.3rem;
}

.read-more-btn:hover {
    background-position: right bottom;
}


/* service section start */
.services-card-section {
    padding: 10px 0px 80px 0px;
    background-image: url("../images/background-animation.png");
    background-repeat: no-repeat;
    position: relative;
    z-index: 1;
    background-color: #f8f8f8;
    background-attachment: fixed;
}

.service-card {
    width: 100%;
    height: 100%;
    box-shadow: rgba(0, 0, 0, 0.02) 0px 1px 3px 0px, rgba(27, 31, 35, 0.15) 0px 0px 0px 1px;
    padding: 20px 0;
    border-radius: 10px;
}

.service-card img {
    width: 70px;
    height: 70px;
}

.service-card p:last-child {
    font-size: 1.2rem;
}

.text-orange {
    color: #409cd2;
    font-size: 1.8rem;
}

/* silder section */
.testimonial-card-section {
    position: relative;
    padding: 50px 0 0 !important;
    margin-bottom: 50px !important;
}

.testimonial-client-title {
    color: #393973;
    font-size: 3rem;
    font-weight: 700;
    line-height: 1.2;
}

.slider-container {
    overflow: hidden;
    position: relative;
    z-index: 0;
    margin: 0 auto;
    padding: 15px 20px;
    width: 100%;
}

#slider-wrapper {
    display: flex;
    transition: transform 0.5s ease-in-out;
    width: 100%;
}

.testimonial-card {
    margin: 0 15px;
    text-align: center;
    flex-shrink: 0;
    width: calc(33.333% - 30px);
    box-sizing: border-box;
    position: relative;
    z-index: 0;
    background: #fff;
    border-radius: 15px;
    padding: 25px 20px;
    box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px, rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;
    transition: transform 0.3s ease;
}

/* Ensure proper spacing for all slides */
.testimonial-card:first-child {
    margin-left: 0;
}

.testimonial-card:last-child {
    margin-right: 0;
}

.testimonial-card:hover {
    transform: translateY(-5px);
    box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px, rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;
}

.profile-img {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background: linear-gradient(135deg, #409cd2, #393973);
    margin: 0 auto 15px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 15px rgba(64, 156, 210, 0.3);
}

.profile-img img {
    height: 70px;
    width: 70px;
    object-fit: cover;
    border-radius: 50%;
    border: 3px solid #fff;
    position: relative;
    left: auto;
    top: auto;
}

.testimonial-card h5 {
    color: #393973;
    font-size: 1.3rem;
    font-weight: 600;
    margin-bottom: 5px;
}

.testimonial-card small {
    color: #409cd2;
    font-size: 0.9rem;
    font-weight: 500;
    display: block;
    margin-bottom: 15px;
}

.testimonial-card p {
    color: #666;
    font-size: 0.95rem;
    line-height: 1.6;
    font-style: italic;
    margin: 0;
}

.stars {
    color: #409cd2;
    margin-bottom: 15px;
    font-size: 18px;
}

.nav-btn {
    position: absolute;
    transform: translateY(-50%);
    width: 50px;
    height: 50px;
    z-index: 999;
    background: linear-gradient(135deg, #409cd2, #393973);
    color: white;
    border: none;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
    transition: all 0.3s ease;
}

.nav-btn:hover {
    transform: translateY(-50%) scale(1.1);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.3);
}

.nav-btn img {
    width: 20px;
    height: 20px;
    filter: brightness(0) invert(1);
}

.left-btn {
    left: 50px;
    top: 73%;
}

.right-btn {
    right: 50px;
    top: 73%;
}

/* customer support section start */
.customer-section {
    background-image:
        url('../images/customer-support.jpg');
    background-position:
        center center,
        right center,
        center center;
    background-repeat: no-repeat, no-repeat, no-repeat;
    background-size: cover, contain, cover;
    background-blend-mode: darken, normal, normal;
    position: relative;
    background-attachment: fixed;
}

.customer-support p {
    color: #fff;
    font-size: 2.5rem;
}

/* working process start */
.working-process-title {
    font-size: 2.5rem;
    font-weight: 600;
}

.working-process-section {
    background-color: #fff;
    padding-bottom: 60px;
}

.arrow {
    position: absolute;
    width: 80px;
    height: auto;
    z-index: 1;
}

.arrow-1 {
    bottom: 22%;
    left: 16%;
    width: 253px;
}

.arrow-2 {
    top: 64px;
    left: 42%;
    width: 245px;
}

.arrow-3 {
    bottom: 22%;
    right: 18%;
    width: 253px;
}

.working-process-section {
    background-color: #fff;
}

.process-step {
    position: relative;

}

.process-icon {
    width: 100px;
    height: 100px;
    margin: 0 auto 15px;
    border-radius: 50%;
    background: #393973;
    border: 7px solid #409cd2;
    display: flex;
    align-items: center;
    justify-content: center;
    perspective: 600px;
}

.process-icon img {
    width: 50%;
    height: auto;
    transition: transform 0.6s ease;
    transform-style: preserve-3d;
}

.process-icon:hover img {
    transform: rotateY(180deg);
}

.process-number {
    font-size: 1.7rem;
    font-weight: 700;
}

/* image garelly section start */
.marquee-wrapper {
    overflow: hidden;
    width: 100%;
}

.marquee-inner {
    display: flex;
}

.marquee-inner .ratio {
    flex-shrink: 0;
    margin-right: 30px;
    width: clamp(300px, 20vw, 500px);
    object-fit: cover;
    overflow: hidden;
}

.marquee-inner .ratio img {
    object-fit: cover;
    transition: all 0.5s;
}

.marquee-inner .ratio:hover img {
    -webkit-transform: scale(1.1) rotate(3deg);
    transform: scale(1.1) rotate(3deg);
    -webkit-filter: brightness(50%);
    filter: brightness(50%);
}

/* image garelly section end */

/* footer section start */

.footer-section {
    background-color: #151515;
    color: white;
    padding: 100px 0px 50px 0px;
    position: relative;

}

.footer-logo-section {
    background-color: #fff;
    padding: 20px 0 50px;
    margin-top: 0px;
    display: none;
}

.footer-white-logo {
    width: 250px;
    height: 100%;
    object-fit: cover;
}

.logo-circle {
    width: 100px;
    height: 100px;
    background-color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: 49%;

}

.logo-circle img {
    width: 80px;
    object-fit: cover;
}

.footer-logo img {
    width: 100px;
    height: 100px;
}

.footer-logo {
    background-color: #fff;
    padding: 10px;
}


.footer-title {
    display: inline-block;
    padding: 5px 15px 0px 0px;
    border-radius: 7px;
    font-weight: bold;
    margin-bottom: 15px;
    color: #409cd2;
}

.footer-section a {
    text-decoration: none;
}

.social-icons ul li a i {
    color: #ffff;
    background-color: #6e6d6d;
    padding: 10px;
    border-radius: 50%;
}

.social-icons ul li a i:hover {
    background-color: #409cd2;
}

.photos-gallery img {
    height: 80px;
    width: 100px;
    object-fit: cover;
}

/* about page start */
.about-banner-section {
    background-image: url("../images/about-us.jpg");
    background-position: bottom center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 9% 0;
    text-align: center;
}

.journey-section {
    padding: 50px 0 30px;

}

.section-title {
    display: flex;
    align-items: center;
    margin-bottom: 50px;
}

.title-icon {
    width: 50px;
    height: 50px;
    background: #409cd2;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 20px;

}

.title-icon i {
    color: white;
    font-size: 24px;
}

.section-title h2 {
    font-size: 2.5rem;
    font-weight: 700;
    color: #2c3e50;
    margin: 25px 0;
    letter-spacing: -1px;
}

.journey-image {
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
    height: 400px;
}

.journey-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.journey-image::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, rgba(44, 62, 80, 0.7), rgba(52, 73, 94, 0.5));
    z-index: 1;
}

.timeline-container {
    position: relative;
    padding-left: 30px;
}

.timeline-line {
    position: absolute;
    left: 23px;
    top: -4px;
    bottom: 0;
    width: 3px;
    background: #409cd2;
    height: 165px;
}

.timeline-item {
    position: relative;
    padding-left: 40px;
}

.timeline-item:last-child {
    margin-bottom: 0;
}

.timeline-dot {
    position: absolute;
    left: -47px;
    top: -4px;
    width: 80px;
    height: 80px;
    background: #409cd2;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;

    z-index: 2;
}

.timeline-dot span {
    color: white;
    font-weight: 700;
    font-size: 14px;
}

.timeline-content {
    padding: 15px 20px;
    border-radius: 15px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.timeline-content p {
    margin: 0;
    color: #495057;
    font-size: 16px;
    line-height: 1.6;
}

.stats-section {
    padding: 40px 20px;
    background-color: #409cd2;
    color: white;
    margin-top: 20px;
    width: 95%;
}

.stat-item {
    display: flex;
    align-items: center;
    gap: 15px;
}

.stat-icon {
    font-size: 40px;
    color: #fff;
}

.stat-number {
    font-size: 32px;
    font-weight: 700;
    margin: 0;
}

.stat-label {
    font-size: 16px;
    margin: 0;
}

.choose-card {
    background: #fff;
    border-radius: 8px;
    padding: 30px 20px 20px;
    box-shadow: rgba(0, 0, 0, 0.12) 0px 1px 3px, rgba(0, 0, 0, 0.24) 0px 1px 2px;
    position: relative;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    height: 100%;
}

.choose-card:hover {
    transform: translateY(-5px);
    box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
}

.choose-icon {
    width: 60px;
    height: 60px;
    background: #409cd2;
    border-radius: 8px 0 50% 0;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 22px;
    position: absolute;
    top: -20px;
    left: 20px;
}

.choose-card h5 {
    margin-top: 50px;
    font-weight: 700;
}

.choose-card p {
    font-size: 15px;
    color: #555;
    margin-top: 10px;
}

.choose-icon i {
    font-size: 1.5rem;
}

.rounded-circle img {
    width: 20px;
}

.slider-wrapper-parent .btn-light:hover,
.slider-wrapper-parent .btn-light:active,
.slider-wrapper-parent .btn-light:focus {
    background-color: #393973 !important;
}


.carousel-inner::after {
    width: 0;
    height: 0;
    border-bottom: 60px solid #fff;
    border-left: 2000px solid transparent;
    position: absolute;
    display: block;
    content: "";
    left: 0px;
    bottom: -2px;
    right: 0;
    -moz-transform: scale(0.999);
    -webkit-transform: scale(0.999);
    -o-transform: scale(0.999);
    -ms-transform: scale(0.999);
    transform: scale(0.999);
}

.customer-section:after {
    width: 0;
    height: 0;
    border-bottom: 60px solid #fff;
    border-left: 2000px solid transparent;
    position: absolute;
    display: block;
    content: "";
    left: 0px;
    bottom: -2px;
    right: 0;
    -moz-transform: scale(0.999);
    -webkit-transform: scale(0.999);
    -o-transform: scale(0.999);
    -ms-transform: scale(0.999);
    transform: scale(0.999);
}

.customer-section::before {
    width: 0;
    height: 0;
    border-top: 60px solid #fff;
    border-right: 2000px solid transparent;
    position: absolute;
    display: block;
    content: "";
    left: 0px;
    top: -2px;
    right: 0;
    -moz-transform: scale(0.999);
    -webkit-transform: scale(0.999);
    -o-transform: scale(0.999);
    -ms-transform: scale(0.999);
    transform: scale(0.999);
}

.footer-section::before {
    width: 0;
    height: 0;
    border-top: 30px solid #409cd2;
    border-right: 2000px solid transparent;
    position: absolute;
    display: block;
    content: "";
    left: 0px;
    top: -2px;
    right: 0;
    -moz-transform: scale(0.999);
    -webkit-transform: scale(0.999);
    -o-transform: scale(0.999);
    -ms-transform: scale(0.999);
    transform: scale(0.999);
}

/* about page end */

.section {
    padding: 100px 0;
}

.title {
    margin-bottom: 25px;
}

.title p {
    font-size: 1.2rem;
    
}

.mobile-break {
    display: inline;
}

.online-quote {
    width: 67% !important;
}

/* our client page css  */


/* Logo Cards Section Styles */
.logo-cards-section {
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
    padding: 80px 0;
}

.section-title {
    font-size: 2.5rem;
    font-weight: 700;
    color: #2c3e50;
    margin-bottom: 1rem;
    position: relative;
}


.section-subtitle {
    font-size: 1.1rem;
    color: #6c757d;
    margin-bottom: 0;
}

.logo-card {
    background: white;
    border-radius: 20px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    overflow: hidden;
    height: 100%;
}

.logo-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
}

.logo-card-content {
    display: flex;
    align-items: center;
    padding: 30px;
    height: 100%;
}

.logo-image {
    flex: 0 0 120px;
    margin-right: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.logo-img {
    max-width: 120px;
    max-height: 120px;
    width: auto;
    height: auto;
    object-fit: contain;
    border-radius: 10px;
    background: white;
    padding: 10px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
}

.logo-img:hover {
    transform: scale(1.05);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}

.logo-description {
    flex: 1;
}

.logo-description h4 {
    font-size: 1.3rem;
    font-weight: 600;
    color: #2c3e50;
    margin-bottom: 10px;
}

.logo-description p {
    font-size: 0.95rem;
    color: #6c757d;
    line-height: 1.6;
    margin-bottom: 15px;
}

.company-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.tag {
    background: linear-gradient(135deg, #409cd2, #2c3e50);
    color: white;
    padding: 4px 12px;
    border-radius: 20px;
    font-size: 0.8rem;
    font-weight: 500;
}

/* Floating WhatsApp Button */
.whatsapp-float {
    position: fixed;
    right: 18px;
    bottom: 18px;
    width: 56px;
    height: 56px;
    background: #25D366;
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
    z-index: 10002;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    text-decoration: none;
}

.whatsapp-float i {
    font-size: 26px;
    color: #fff;
}

.whatsapp-float:hover {
    transform: translateY(-2px) scale(1.05);
}

/* Back To Top Button */
.back-to-top {
    position: fixed;
    right: 18px;
    bottom: 86px;
    width: 52px;
    height: 52px;
    background: #409cd2;
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
    z-index: 10003;
    opacity: 0;
    visibility: hidden;
    transition: opacity .2s ease, visibility .2s ease, transform .2s ease;
    text-decoration: none;
}

.back-to-top i {
    font-size: 22px;
    color: #fff;
}

.back-to-top.show {
    opacity: 1;
    visibility: visible;
}

.back-to-top:hover {
    transform: translateY(-2px);
}

.ul-style li a {
    text-decoration: none;
    color: #212529;
    padding: 5px 0;
    display: block;
}

.ul-style li a:hover {
    text-decoration: none;
    color: #409cd2;
}


/* responsive section start  */
@media (max-width:1500px) {
    .timeline-line {
        position: absolute;
        left: 23px;
        top: 0;
        bottom: 36px;
        width: 3px;
        background: #409cd2;
        height: auto;
    }

}

@media (min-width:1200px) and (max-width:1400px) {
    .arrow-1 {
        bottom: 27%;
        left: 16%;
        width: 220px;
    }

    .arrow-2 {
        top: 93px;
        left: 41%;
        width: 214px;
    }

    .arrow-3 {
        bottom: 27%;
        right: 16%;
        width: 225px;
    }

    .about-section {
        padding-top: 2%;
        padding-bottom: 50px;
        background-image: none;
    }



}

@media (max-width:1199px) {
    .process-step {
        box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
        padding: 10px;
        height: 100%;
    }

    .footer-white-logo {
        width: 230px;
    }

}

@media (min-width:992px) and (max-width:1750px) {
    .left-btn {
        left: 45%;
        top: 107%;
    }

    .right-btn {
        right: 45%;
        top: 107%;
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .about-section {
        padding-top: 2%;
        padding-bottom: 50px;
        background-image: none;
    }


    .stats-box h5 {
        font-size: 1.5rem;
        font-weight: 700;
    }

    .stats-box p {
        margin: 0;
        font-size: 1rem;
    }

    .about-info p {
        font-size: 15px;
        font-weight: 500;
        line-height: 26px;
        text-align: justify;
    }

    .about-info h2 {
        font-size: 34px;
        color: #409cd2;
    }

}

@media (max-width:768px) {
    .mobile-break {
        display: none;
    }

    .carousel-control-prev,
    .carousel-control-next {
        top: auto;
        bottom: 20px;
        transform: none;
        width: 50px;
        height: 50px;
    }

    .carousel-control-prev {
        left: 1%;
        top: 31%;
    }

    .carousel-control-next {
        right: 1%;
        top: 31%;
    }

    .banner-section h2 {
        font-size: 2.2rem;
    }

    .banner-section h1 {
        font-size: 1rem;
    }

    .banner-section p {
        font-size: 1rem;
    }

    .footer-section::before {
        border-top-width: 24px;
        /* slightly smaller */
        border-right: 100vw solid transparent;
        /* fit to viewport width */
        left: 0;
        right: auto;
        top: -2px;
    }

    .logo-card-content {
        flex-direction: column;
        text-align: center;
        padding: 25px;
    }

    .logo-image {
        flex: none;
        margin-right: 0;
        margin-bottom: 20px;
    }

    .logo-img {
        max-width: 100px;
        max-height: 100px;
    }

    .section-title {
        font-size: 2rem;
    }

    .logo-cards-section {
        padding: 60px 0;
    }

    /* Testimonial mobile styles */
    .slider-container {
        padding: 15px 10px;
    }

    .testimonial-card {
        width: calc(50% - 10px);
        margin: 0 5px;
        padding: 20px 15px;
    }

    .testimonial-card:first-child {
        margin-left: 0;
    }

    .testimonial-card:last-child {
        margin-right: 0;
    }

    .nav-btn {
        width: 40px;
        height: 40px;
    }

    .nav-btn img {
        width: 16px;
        height: 16px;
    }

    .left-btn {
        left: 10px;
        top: 105%;
    }

    .right-btn {
        right: 10px;
        top: 105%;
    }
    .airbag-product-variation{
        padding-top: 5px !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .stats-box {

        color: white;
        text-align: center;
        padding: 30px 20px;
        border-radius: 10px;
        margin-top: -34px;
        margin-bottom: 16%;

    }

    .about-section {
        padding-top: 2%;
        padding-bottom: 50px;
        background-image: none;
    }

    .service-card {
        margin-bottom: 27px;
    }

    .services-card-section {
        padding: 10px 0px 0px 0px;
        background-image: none;
    }

    .logo-circle {
        left: 43%;
    }


    .service-card {
        width: 100%;
        /* height: 347px; */
    }

    .stats-box h5 {
        font-size: 1.5rem;
        font-weight: 700;
    }

    .stats-box p {
        margin: 0;

    }

    .testimonial-client-title {
        font-size: 2.2rem;
        line-height: 1.3;
    }

    .testimonial-card {
        width: calc(50% - 20px);
    }

    .left-btn {
        left: 45%;
        top: 107%;
        ;
    }

    .right-btn {
        right: 42%;
        top: 107%;
    }
}

@media (min-width:576px) and (max-width:767px) {
    .stats-box {
        margin-top: 5%;
    }

    .about-section {
        background-image: none;
        padding-top: 2%;
    }

    .about-img img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .service-card {
        width: 100%;
        margin-bottom: 20px;
    }

    .services-card-section {
        background-image: none;

    }


    .arrow-1 {
        display: none;
    }

    .arrow-2 {
        display: none;
    }

    .arrow-3 {
        display: none;
    }

    .logo-circle {
        left: 41%;
    }

    .photos-gallery img {
        height: 102px;
        width: 162px;
        object-fit: cover;
    }

    .testimonial-client-title {
        font-size: 1.8rem;
    }

    .testimonial-card {
        width: 100%;
        margin: 0 5px;
    }

    .nav-btn {
        width: 35px;
        height: 35px;
        top: 105%;
        /* bottom: -50px; */

    }

    .left-btn {
        left: calc(50% - 50px);
    }

    .right-btn {
        right: calc(50% - 50px);
    }

}

@media (max-width:575px) {
    .stats-box {
        margin-top: 5%;
    }

    .stats-box h5 {
        font-size: 1.5rem;
        font-weight: 700;
    }

    .about-section {
        background-image: none;
        padding-top: 8%;
        padding-bottom: 15% !important;
    }

    .about-img img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .service-card {
        width: 100%;
        margin-bottom: 20px;
    }

    .services-card-section {
        background-image: none;
        padding: 20px 0px;
    }

    .arrow-1 {
        display: none;
    }

    .arrow-2 {
        display: none;
    }

    .arrow-3 {
        display: none;
    }

    .logo-circle {
        left: 41%;
    }

    .photos-gallery img {
        height: 102px;
        width: 162px;
        object-fit: cover;
    }

    .testimonial-client-title {
        font-size: 1.8rem;
    }

    .testimonial-card {
        width: 100%;
        margin: 0 5px;
    }

    .nav-btn {
        width: 35px;
        height: 35px;
        top: 105%;
    }

    .left-btn {
        left: 45%;
        top: 107%;
    }

    .right-btn {
        right: 45%;
        top: 107%;
    }

    /* Additional testimonial mobile styles */
    .slider-container {
        padding: 15px 5px;
    }

    .testimonial-card {
        width: calc(100% - 10px);
        margin: 0 5px;
        padding: 18px 12px;
    }

    .testimonial-card:first-child {
        margin-left: 0;
    }

    .testimonial-card:last-child {
        margin-right: 0;
    }

    .nav-btn img {
        width: 14px;
        height: 14px;
    }

    .left-btn {
        left: 40%;
    }

    .right-btn {
        right: 43%;
    }

    .whatsapp-float {
        right: 12px;
        bottom: 12px;
        width: 48px;
        height: 48px;
    }

    .whatsapp-float i {
        font-size: 22px;
    }

    .back-to-top {
        right: 12px;
        bottom: 70px;
        width: 46px;
        height: 46px;
    }

    .back-to-top i {
        font-size: 20px;
    }
    .title h2{
        font-size: 30px;
    }
    .working-process-section{
        padding: 35px 0px !important;
    }
    .title p{
        text-align: justify;
    }
}

@media (max-width:480px) {
    .title h2 {
        font-size: 30px;
    }

    .about-info h2 {
        font-size: 30px;
    }

    .customer-support p {
        font-size: 2.2rem;
    }

    .banner-title-heading img {
        margin-right: 0px;
    }

    .floating-box {
        padding: 40px 20px 20px !important;
    }

    .floating-box p {
        font-size: 1rem !important;
    }

    .title-icon {
        margin-right: 10px !important;
    }

    .timeline-content {
        padding: 10px 5px;
    }

    .timeline-dot {
        width: 65px;
        height: 65px;
        position: absolute;
        left: -40px;
    }

    .timeline-line {
        bottom: 15px;
    }

    .section-title h2 {
        font-size: 1.9rem !important;
    }

    .stats-section-row {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .stats-section .col-xs-6 {
        width: 100% !important;
        max-width: 100% !important;
    }

    .stat-item {
        justify-content: flex-start;
        text-align: left;
        margin: 7px 0;
    }

    .stat-icon {
        margin-right: 0;
        margin-bottom: 5px;
        font-size: 26px;
    }

    .stat-content {
        text-align: left;
    }

    .testimonial-card-section {
        padding: 20px 0px !important;
    }

    .RFID-Work {
        padding-bottom: 5px !important;
    }

    .why-choose-rfid-section {
        padding-top: 5px !important;
    }

    .faq-section {
        padding-top: 50px !important;
    }

    .marquee-inner .ratio {
        width: clamp(200px, 20vw, 500px);
        margin-right: 15px;
    }

    .left-btn {
        left: 36%;
    }

    .right-btn {
        right: 36%;
    }
    .carousel-control-next{
        right:-4%;
        top: 28%;
    }
    .carousel-control-prev{
        left:-4%;
        top: 28%;
    }

}

@media (max-width:420px) {
    .about-section {
        background-image: none;
        padding-top:8%;
    }
  .banner-section h2{
    font-size: 1.7rem;
  }
    .stats-box {
        /* height: 219px; */
        height: 185px;
    }
    .customer-support p {
        font-size: 2rem;
    }

    .stats-box h5 {
        font-size: 1.5rem;
        font-weight: 700;
    }

    .stats-box p {
        margin: 0;
        font-size: 1rem;
    }

    .title h2 {
        font-size: 25px;
    }

    .logo-circle {
        left: 35%;
    }

    .stat-item {
        justify-content: left;
    }

    .stat-number {
        font-size: 20px;
    }

    .stat-label {
        font-size: 13px;
    }

    .footer-section::before {
        border-top-width: 16px;
        border-right: 100vw solid transparent;
    }

    .floating-box {
        padding: 40px 20px 20px !important;
    }

    .floating-box p {
        font-size: 1.1rem !important;
    }

    .title-icon {
        margin-right: 10px !important;
    }

    .timeline-content {
        padding: 10px 5px;
    }

    .timeline-dot {
        width: 65px;
        height: 65px;
        position: absolute;
        left: -40px;
    }

    .timeline-line {
        bottom: 15px;
    }

    .stat-content {
        margin-left: 10px;
    }

    .stat-icon {
        font-size: 2.2rem;
    }

    .section-title h2 {
        font-size: 1.5rem !important;
    }

    /* Testimonial styles for 420px */
    .slider-container {
        padding: 15px 3px;
    }

    .testimonial-card {
        width: calc(100% - 6px);
        margin: 0 3px;
        padding: 15px 8px;
    }

    .testimonial-card:first-child {
        margin-left: 0;
    }

    .testimonial-card:last-child {
        margin-right: 0;
    }

    .profile-img {
        width: 60px;
        height: 60px;
    }

    .profile-img img {
        height: 50px;
        width: 50px;
    }

    .testimonial-card h5 {
        font-size: 1rem;
    }

    .testimonial-card p {
        font-size: 0.8rem;
        line-height: 1.4;
    }

    .nav-btn {
        width: 30px;
        height: 30px;
        top: 105%;
    }

    .nav-btn img {
        width: 12px;
        height: 12px;
    }

    .left-btn {
        /* left: 150px; */
        left: 35%;
    }

    .right-btn {
        /* right: 160px; */
        right: 35%;
    }

    .about-info h2 {
        font-size: 23px;
    }

}

@media (max-width:350px) {
    .banner-section h2 {
        font-size: 1.5rem;
    }
    .carousel-control-next{
        right: -4%;
        top: 23%;
    }
    .carousel-control-prev{
        left: -4%;
        top: 23%;
    }

    .banner-title-heading img {
        margin-right: 0px;
    }
    .transportation-service-banner-innertext{
        margin-bottom: 45px !important;
    }
    

    .about-section {
        background-image: none;
        padding-top: 10%;
    }

    .floating-box {
        padding: 40px 20px 20px !important;
    }

    .floating-box p {
        font-size: 1.1rem !important;
    }

    .title-icon {
        margin-right: 10px !important;
    }

    .timeline-content {
        padding: 10px 5px;
    }

    .timeline-dot {
        width: 65px;
        height: 65px;
        position: absolute;
        left: -40px;
    }

    .timeline-line {
        bottom: 15px;
    }

    .stat-content {
        margin-left: 10px;
    }

    .stat-icon {
        font-size: 2.2rem;
    }

    .stat-number {
        font-size: 18px;
    }

    .stat-label {
        font-size: 12px;
    }

    .services-card-section {
        padding: 10px 0px 0px 0px;
        background-image: none;
    }

    .journey-section {
        padding: 40px 0;
    }

    .stats-section {
        padding: 20px;
    }

    .stats-section-row {
        gap: 15px;
    }

    .stats-box {
        /* height: 219px; */
        height: 180px;
    }

    .stats-box h5 {
        font-size: 1.5rem;
        font-weight: 700;
    }

    .stats-box p {
        margin: 0;
        font-size: 1rem;
    }

    .title h2 {
        font-size: 24px;
    }

    .logo-circle {
        left: 35%;
    }

    .stat-item {
        justify-content: left;
    }

    .footer-section::before {
        border-top-width: 16px;
        border-right: 100vw solid transparent;
    }

    /* Testimonial styles for 350px */
    .slider-container {
        padding: 15px 2px;
    }

    .testimonial-card {
        width: calc(100% - 4px);
        margin: 0 2px;
        padding: 12px 6px;
    }

    .testimonial-card:first-child {
        margin-left: 0;
    }

    .testimonial-card:last-child {
        margin-right: 0;
    }

    .profile-img {
        width: 55px;
        height: 55px;
    }

    .profile-img img {
        height: 45px;
        width: 45px;
    }

    .testimonial-card h5 {
        font-size: 0.9rem;
    }

    .testimonial-card p {
        font-size: 0.75rem;
        line-height: 1.3;
    }

    .nav-btn {
        width: 28px;
        height: 28px;
        top: 105%;
    }

    .nav-btn img {
        width: 10px;
        height: 10px;
    }

    .left-btn {
        left: 120px;
    }

    .right-btn {
        right: 120px;
    }

    .customer-support p {
        font-size: 1.6rem;
    }

    .marquee-inner .ratio {
        width: clamp(147px, 20vw, 500px);
        margin-right: 15px;
    }

    .testimonial-card-section {
        padding: 10px 0px !important;
    }

    .text-orange {
        font-size: 1.6rem;
    }

    .product-variants-section {
        padding-bottom: 10px !important;
    }

    .typical-application-section {
        padding-top: 10px !important;
    }

    .benefits-section h5 {
        font-size: 1.2rem !important;
    }


}

@media (max-width:320px) {
    .banner-section h1 {
        font-size: 15px;
    }
     .transportation-service-banner-innertext{
        margin-bottom: 25px !important;
    }

    .nerova-btn {
        padding: 9px 15px;
        border: 0px;
        border-radius: 8px;
        background-color: #ffff;
    }

    .about-section {
        background-image: none;
        padding-top: 10%;
    }

    .title h2 {
        font-size: 26px;
    }

    .services-card-section {
        padding: 10px 0px 0px 0px;
        background-image: none;
    }

    .working-process-title {
        font-size: 1.5rem;
    }

    .stats-box {
        /* height: 219px; */
        height: 185px;
    }

    .stats-box h5 {
        font-size: 1.5rem;
        font-weight: 700;
    }

    .stats-box p {
        margin: 0;
        font-size: 1rem;
    }

    .logo-circle {
        left: 35%;
    }

    .stat-item {
        flex-direction: row;
        justify-content: left;
    }

    .stat-number {
        font-size: 16px;
    }

    .stat-label {
        font-size: 11px;
    }


    .footer-section::before {
        border-top-width: 16px;
        border-right: 100vw solid transparent;
    }

    /* Testimonial styles for 320px */
    .slider-container {
        padding: 15px 1px;
    }

    .testimonial-card {
        width: calc(100% - 2px);
        margin: 0 1px;
        padding: 10px 4px;
    }

    .testimonial-card:first-child {
        margin-left: 0;
    }

    .testimonial-card:last-child {
        margin-right: 0;
    }

    .profile-img {
        width: 50px;
        height: 50px;
    }

    .profile-img img {
        height: 40px;
        width: 40px;
    }

    .testimonial-card h5 {
        font-size: 0.85rem;
    }

    .testimonial-card p {
        font-size: 0.7rem;
        line-height: 1.2;
    }

    .nav-btn {
        width: 25px;
        height: 25px;
        top: 105%;
    }

    .nav-btn img {
        width: 8px;
        height: 8px;
    }
    .contact-email a{
        font-size: 0.9rem !important;
    }
    .contact-us-section {
        padding-top: 60px !important;
    }

}