

/**88888888**************************/
/*New Css Start*/
/**************************/
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  font-family: "Yantramanav", sans-serif;
}

:root {
  font-size: 14px;
}

h1,
h2,
h3,
h4,
h5,
h6,
figure,
p {
  margin: 0;
}

a {
  text-decoration: none;
}
a:hover {
  text-decoration: none;
  color: white;
}

.head_secondary {
  font-size: 3rem;
  font-weight: 600;
  color: #00225b;
}

.para {
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.3;
}

.btn_ {
  display: inline-block;
  background-color: #00225b;
  color: white;
  padding: 1rem 2rem;
  border-radius: 6px;
  font-size: 1.2rem;
}

.sec_inline-padding {
  padding-inline: 10%;
}

.nav_bar {
  background-color: #00225b;
  color: white;
}
.nav_bar .navbar-toggler svg {
  max-width: 3rem;
  width: 100%;
  color: white;
  stroke: white;
  fill: white;
}

.main_logo {
  max-width: 170px;
}
.main_logo img {
  width: 100%;
}

.navbar_nav {
  gap: 15px;
}
.navbar_nav li {
  font-size: 1.4rem;
  font-weight: 500;
  transition: all 0.2s;
}
.navbar_nav li .nav-link {
  color: white;
}
.navbar_nav li.active, .navbar_nav li:hover {
  border-bottom: 3px solid #ff5e14;
}
.navbar_nav li.active .nav-link, .navbar_nav li:hover .nav-link {
  color: #ff5e14 !important;
}

.hero_section {
  padding-block: 10rem;
}
.hero_section .hero_wrap {
  margin-inline: 5%;
}
.hero_section h1 {
  font-size: clamp(2rem, 3.4vw, 3.4rem);
  font-weight: 800;
  margin: 0;
  line-height: 1.2;
}
.hero_section h1 span {
  color: #ff5e14;
}
.hero_section p {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.1;
  color: #333;
}
.hero_section .hero_img {
  max-width: 900px;
  width: 100%;
}
.hero_section .hero_img img {
  width: 100%;
}
.hero_section .cta_sec .wrap {
  background-color: #ff5e14;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 3rem;
  margin-top: 6rem;
  justify-content: space-between;
  border-radius: 8px;
}
.hero_section .cta_sec h3 {
  color: white;
  min-width: 16ch;
}
.hero_section .cta_sec .form_wrap {
  display: flex;
  gap: 0;
  border-radius: 5px;
  overflow: hidden;
}
.hero_section .cta_sec .form_wrap input {
  margin: 0;
  padding: 1rem;
  border: 0;
  font-size: 1.3rem;
}
.hero_section .cta_sec .form_wrap input:focus {
  outline: 0;
  border: 0;
  box-shadow: 0;
}
.hero_section .cta_sec .form_wrap button {
  font-size: 1.3rem;
  margin: 0;
  background-color: #00225b;
  border: 0;
  color: white;
  padding: 1rem;
  font-size: 1;
  font-weight: 500;
}

.service_sec {
  margin-block: 1rem;
}
.service_sec .wrap {
  margin-top: 3rem;
  gap: 25px;
  justify-content: space-between;
}
.service_sec .service_card {
  max-width: 23rem;
  width: 100%;
  display: flex;
  transition: all 0.3s;
  cursor: pointer;
}
.service_sec .service_card:hover {
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
}
.service_sec .service_card figure {
  background-color: #f3f3f8;
  border-top: 3px solid #ff5e14;
  width: 9rem;
  height: 9rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.service_sec .service_card figure img {
  width: 50%;
}
.service_sec .service_card .service_name {
  display: grid;
  align-items: center;
  flex-grow: 1;
  border-top: 3px solid #00225b;
}
.service_sec .service_card .service_name p {
  font-size: 2rem;
  font-weight: 600;
  color: #00225b;
  text-align: center;
}

.growth_sec {
  background-color: #f3f3f8;
  margin-block: 8em;
  padding-block: 2rem;
}
.growth_sec .wrap figure {
  max-width: 400px;
  margin-inline: auto;
}
.growth_sec .wrap figure img {
  width: 100%;
}
.growth_sec .wrap a {
  border-radius: 8px;
  padding: 1rem 3rem;
  background-color: #00225b;
  color: white;
  font-size: 1.4rem;
}

.why_choose_sec .wrap {
  margin-top: 4rem;
}
.why_choose_sec .wrap figure {
  width: 100%;
  height: 100%;
}
.why_choose_sec .wrap figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.why_choose_sec .wrap .why_choose_card {
  border-radius: 8px;
  padding: 2rem;
  padding-bottom: 4rem;
  transition: all 0.3s;
}
.why_choose_sec .wrap .why_choose_card:hover {
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}
.why_choose_sec .wrap .why_choose_card h4 {
  font-size: 1.8rem;
  font-weight: 600;
  color: #00225b;
}
.why_choose_sec .wrap .why_choose_card img {
  width: 5rem;
}

.counter_section {
  padding-block: 3rem;
}
.counter_section .wrap {
  gap: 20px;
}
.counter_section .wrap h3 {
  color: #00225b;
  font-size: 4rem;
  font-weight: 600;
}
.counter_section .wrap p {
  font-size: 1.4rem;
  font-weight: 600;
}
.counter_section .wrap div {
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: center;
}

.logis_sec .wrap figure {
  width: 100%;
  height: 100%;
}
.logis_sec .wrap figure img {
  width: 100%;
}
.logis_sec .first figure img {
  width: 100%;
}
.logis_sec .second {
  background-color: #00225b;
  position: relative;
}
.logis_sec .logis_card {
  position: absolute;
  max-width: 40rem;
  width: 100%;
  transform: translate(-50%, 40%);
  background-color: #ff5e14;
  padding: 2rem;
}
.logis_sec .logis_card h2 {
  color: white;
  font-size: 2.5rem;
  font-weight: 600;
}
.logis_sec .logis_card .para {
  color: white;
}

.testimonial_sec {
  padding-block: 10rem;
}
.testimonial_sec .testimonial {
  padding: 1rem;
  border-radius: 8px;
}
.testimonial_sec .client_div {
  display: flex;
  justify-content: end;
  align-items: center;
}
.testimonial_sec .client_div figure {
  width: 5rem;
  height: 5rem;
  border-radius: 50%;
  overflow: hidden;
}
.testimonial_sec .client_div figure img {
  width: 100%;
}

footer {
  background-color: #001639;
}
footer .wrap {
  padding: 4rem;
}
footer .wrap h4 {
  color: white;
  font-size: 1.6rem;
  font-weight: 600;
}
footer .wrap ul {
  margin-top: 1rem;
  padding: 0;
}
footer .wrap ul li a {
  color: white;
  font-size: 1.3rem;
  font-weight: 600;
}
footer .wrap .links .para {
  margin-top: 1rem;
  font-size: 1.3rem;
}
footer .wrap .links a {
  color: white;
  font-size: 1.3rem;
  display: inline-block;
  margin-top: 0.6rem;
}

.footer_logo figure {
  max-width: 17rem;
}
.footer_logo figure img {
  width: 100%;
}
.footer_logo .para {
  font-size: 1.3rem;
  color: white;
  margin-top: 1rem;
}

@media (max-width: 1396px) {
  .logis_sec .logis_card {
    width: 70rem;
    transform: translate(-50%, 10%);
  }
}
@media (max-width: 992px) {
  .logis_sec {
    padding: 2rem;
  }
  .logis_sec .second {
    background-color: white;
  }
  .logis_sec .logis_card {
    position: static;
    border-radius: 20px;
    max-width: 80%;
    width: 100%;
    margin: 0 auto;
    transform: translate(0%, 0%);
  }
}
@media (max-width: 465px) {
  :root {
    font-size: 10px;
  }
};






/*Vendor Modal Css Start*/
        .error {
            color: red;
            margin-top: 5px;
        }

        /* CSS for modal */
        .modal {
            display: none;
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background-color: rgba(0, 0, 0, 0.5);
            overflow: auto;
            /* Enable modal scrolling */
        }

        .modal-content {
            background-color: white;
            width: 100%;
            padding: 20px;
            border-radius: 5px;
            max-height: 80%;
            /* Set maximum height for the modal content */
            overflow-y: auto;
            /* Enable vertical scrolling */
        }

        .close {
            float: right;
            cursor: pointer;
            font-size: 30px;
        }

        /* Track Modal Start */
        .trackModal{
            max-width: 800px;
            width: 90%;
        }
        /* Track Modal End */


        /* Bootstrap-like Input Styles */
        .form-group {
            margin-bottom: 1rem;
        }

        .form-group label {
            display: block;
            margin-bottom: 0.5rem;
            font-weight: bold;
        }

        .form-group input[type="text"],
        .form-group input[type="password"],
        .form-group input[type="email"] {
            width: 100%;
            padding: 0.375rem 0.75rem;
            font-size: 1rem;
            line-height: 1.5;
            color: #495057;
            border: 1px solid #ced4da;
            border-radius: 0.25rem;
        }

        .form-group input[type="text"]:focus,
        .form-group input[type="email"]:focus {
            outline: none;
            box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
        }

        .btn {
            display: inline-block;
            font-weight: 400;
            color: #212529;
            text-align: center;
            vertical-align: middle;
            user-select: none;
            background-color: #f8f9fa;
            border: 1px solid transparent;
            padding: 0.375rem 0.75rem;
            font-size: 1rem;
            line-height: 1.5;
            border-radius: 0.25rem;
            transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
                border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
        }

        .btn:hover {
            color: #212529;
            text-decoration: none;
        }

        .btn-primary {
            color: #fff;
            background-color: #007bff;
            border-color: #007bff;
        }

        .btn-primary:hover {
            color: #fff;
            background-color: #0069d9;
            border-color: #0062cc;
        }

        .submit-btn-container {
            margin-top: auto;
            text-align: right;
        }

        code {
            color: #d73a49;
            /* Choose your preferred color */
            background-color: #f8f9fa;
            padding: 2px 4px;
            border-radius: 4px;
            font-size: 90%;
        }

        /* Media query for mobile responsiveness */
        @media screen and (max-width: 600px) {
            .modal-content {
                width: 95%;
                /* Adjust width for smaller screens */
                margin: 20px auto;
                /* Add more margin for smaller screens */
            }
        }

/*Vendor Modal Css End*/


