@import "../../../assets/css/structure.css";

:root {
  /* --bs-nav-pills-link-active-bg: #07539E !important; */
}

/* ************comon css *********** */
input[type="email"]::placeholder,
input[type="text"]::placeholder,
input[type="password"]::placeholder,
input[type="number"]::placeholder {
  /* Firefox, Chrome, Opera */
  text-align: left;
}

.track-parcel .inner-page-search-box {
  /* display: flex; */
  justify-content: space-between;
}

.track-parcel .traking-from {
  width: 100%;
}

.track-parcel .tracking-btn {
  /* width: 30%; */
  align-items: center;
  text-align: center;
  margin: auto 0;
}

.traking-from {
  display: flex;
  justify-content: space-between;
  /* gap: 20px; */
}

.traking-from .frm-grp {
  width: 48% !important;
}

/* ************comon css end *********** */

.container-fluid {
  width: 1300px;
  padding: 0 auto !important;
}

/*------Navbar------*/
.navbar-wrapper.nav-sticky {
  position: fixed;
  top: 0;
  width: 100%;
  background: var(--bg-white);
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
  z-index: 999;
  transition: 0.5s all;
}

.navbar-wrapper {
  height: 92px;
}

.navbar-wrapper .navbar {
  padding: 8px 0;
}

.brand-logo {
  width: 189px;
  height: 42px;
}

.navbar-nav {
  --bs-nav-link-padding-y: 0.375rem;
  flex-direction: row;
  gap: 40px;
}

.navbar-nav .nav-link {
  color: var(--txt-neutral-900);
  cursor: pointer;
  font-weight: 400;
}

.navbar-nav .nav-link:hover {
  color: #07539e;
}

.navbar-nav .nav-link.active,
.navbar-nav .show>.nav-link {
  color: #07539e;
}

.navbar-action {
  gap: 14px;
}

.navbar-action .btn {
  width: 104px;
}

.navbar-action .btn-outline {
  width: 48px;
  font-size: 16px;
}

.anchor-tag.register {
  color: var(--txt-black);
}

.parcel_tarck_icon {
  width: auto;
  height: auto;
  margin-right: 4px;
}

.mobile-menu {
  display: none;
}

.mobile-nav-toggler {
  display: none;
}

.modarato-login {
  border-bottom: 1px solid #07539e;
  padding: 4px;
  margin-top: 28px;
}

.modarato-login:hover {
  color: #07539e;
}

a:hover {
  color: #07539e !important;
}

.new-feature {
  position: absolute;
  top: -24px;
}

.mobile-login {
  display: none;
}

a.btn.border.px-4.py-2.rounded {
  border: 1px solid #07539e !important;
}

/*------Navbar------*/

/*-----Intro Section-----*/

.intro-wrapper {
  background-image: url(../images/intro_bg.webp);
  background-size: 100% auto;
  background-repeat: no-repeat;
  height: 874px;
  margin-top: -92px;
  padding: 92px 0 0 0;
}

.intro {
  padding-top: 66px;
}

.intro-content {
  width: 42%;
  margin-top: 52px;
  gap: 32px;
}

.intro-content h2 {
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(31 41 55 / var(--tw-text-opacity, 1));
}

.intro-content p {
  color: rgb(75 85 99 / var(--tw-text-opacity, 1));
}

.intro-content .btn {
  width: fit-content;
}

.intro-img {
  width: 41.5%;
}

.intro .quick-result {
  width: 18%;
  margin-top: 88px;
  gap: 42px;
}

.intro .quick-result .icon {
  width: 50px;
  height: 50px;
  border-radius: 4px;
  border: 2px solid var(--bg-white);
  background: rgba(255, 255, 255, 0.3);
}

.intro .quick-result .content h4 {
  font-weight: 600;
  line-height: 28px;
}

.intro .quick-result .content h4 i {
  font-size: 20px;
  font-weight: bold;
  line-height: 24px;
  font-family: "Poppins", sans-serif;
}

.intro .quick-result .content small {
  color: var(--txt-neutral-400);
}

.intro .quick-result .icon img {
  width: auto;
  height: auto;
}

.intro-content h2 mark {
  padding: 0;
  background-color: transparent;
  position: relative;
  z-index: 1;
}

.intro-content h2 mark:after {
  content: url(../images/mark_curv.svg);
  position: absolute;
  width: 180px;
  height: 12px;
  left: 0;
  top: 32%;
  z-index: -1;
}

/*-----Intro Section-----*/

/*-----About Section-----*/
.gap-4 {
  gap: 1rem;
}

.grid {
  display: grid;
}

.grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}

*,
::after,
::before {
  box-sizing: border-box;
  border-width: 0;
  border-style: solid;
  border-color: #e5e7eb;
}

.items-center {
  align-items: center;
}

.flex {
  display: flex;
}

.text-green-500 {
  --tw-text-opacity: 1;
  color: rgb(34 197 94 / var(--tw-text-opacity, 1));
}

.text-2xl {
  font-size: 1.5rem;
  line-height: 2rem;
}

.mr-4 {
  margin-right: 1rem;
}

.fa,
.fas {
  font-weight: 900;
}

.fa,
.far,
.fas {
  font-family: "Font Awesome 5 Free";
}

.fa,
.fab,
.fad,
.fal,
.far,
.fas {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}

.text-gray-800 {
  --tw-text-opacity: 1;
  color: rgb(31 41 55 / var(--tw-text-opacity, 1));
}

.font-bold {
  font-weight: 700;
}

.text-xl {
  font-size: 1.25rem;
  line-height: 1.75rem;
}

.text-gray-600 {
  --tw-text-opacity: 1;
  color: rgb(75 85 99 / var(--tw-text-opacity, 1));
}

.mb-6 {
  margin-bottom: 1.5rem;
}

.text-gray-800 {
  --tw-text-opacity: 1;
  color: rgb(31 41 55 / var(--tw-text-opacity, 1));
}

.text-3xl {
  font-size: 1.875rem;
  line-height: 2.25rem;
}

.mb-4 {
  margin-bottom: 1rem;
}

/*-----Service Section-----*/
.service-wrapper {
  margin-bottom: 140px;
  position: relative;
}

.ellipseFade1 {
  background: #ffcd16;
  height: 145px;
  width: 105px;
  position: absolute;
  right: 0;
  top: 50px;
}

.ellipseFade1 {
  -webkit-filter: blur(140px);
  filter: blur(140px);
  opacity: 0.6;
}

.ellipseFade2 {
  background: #456be6;
  height: 145px;
  width: 105px;
  position: absolute;
  left: 0;
  top: -30px;
}

.ellipseFade2 {
  -webkit-filter: blur(140px);
  filter: blur(140px);
  opacity: 0.6;
}

.service-wrapper .service {
  padding: 0 64px;
}

.service-list {
  margin: 0 -17px;
  row-gap: 34px;
}

.service-list .col-md-3 {
  padding: 0 17px;
}

.service-list img {
  width: auto;
  height: auto;
}

.service-list span {
  font-size: 20px;
  font-weight: 500;
  line-height: 28px;
  color: var(--txt-neutral-900);
}

.section_header {
  margin-bottom: 74px;
}

.section_header p {
  color: #07539e;
}

.section_header h4 {
  font-weight: 600;
  color: var(--txt-neutral-900);
  margin-top: 4px;
}

.header-button {
  padding: 5px 10px;
  background: #07539E;
  color: white;
  padding: 8px 16px;
  font-size: 15px;
  font-weight: bold;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  transition: background-color 0.3s ease, transform 0.3s ease;
}

.header-button:hover {
  background-color: #F27B21;
  transform: translateY(-2px);
}
/*-----Service Section-----*/

/*-----Popular Store Section-----*/

/*-----Top Category Section-----*/

/*-----Banner Section-----*/
.membership-wrapper {
  position: relative;
}

.banner-wrapper {
  margin-bottom: 140px;
  position: relative;
}

.banner {
  width: 1440px;
  margin: 0 auto;
  background: #07539e;
  padding: 45px 0 60px 0;
  border-radius: 14px;
  position: relative;
  text-align: center;
}

.banner h4,
.banner p {
  color: var(--txt-white);
}

.banner a {
  width: fit-content;
  margin-top: 28px;
  height: 48px;
  background: var(--bg-white);
  color: var(--txt-black);
  border-radius: 4px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 14px;
}

/*-----Banner Section-----*/
/*-----Membership Section-----*/

.membership {
  width: 950px;
  margin: 0 auto;
}

.membership p {
  font-weight: 500;
  color: #07539e;
}

.membership h5 {
  font-weight: 600;
  margin-top: 15px;
  margin-bottom: 30px;
}

.membership .divider {
  margin: 30px 0px 0 30px;
}

/*-----Membership Section-----*/

/*-----Footer Section-----*/
.footer-wrapper {
  /* width: 1760px; */
  margin: 0 auto;
  border-top: 1px solid var(--border-neutral-200);
  margin-top: 0px;
  position: relative;
}

.footer-wrapper .ellipseFade2 {
  top: unset;
  bottom: 0;
}

.footer {
  padding-top: 48px;
  margin-bottom: 20px;
}

.footer p {
  color: var(--txt-neutral-900);
}

.footer .top .short-info img {
  margin-bottom: 14px;
}

.footer .top h6 {
  margin-bottom: 24px;
  margin-right: 10px;
    white-space: nowrap !important;
}

.footer .top .links-list {
  gap: 12px;
}

.footer .top .links-list li {
  white-space: nowrap;
}

.footer .top .links-list li a:hover {
  color: #07539e;
}

.footer .social-media a i {
  width: 40px;
  height: 40px;
  background: var(--bg-neutral-50);
  border: 1px solid var(--border-neutral-300);
  border-radius: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: var(--txt-neutral-400);
}

.footer .social-media a i:hover {
  background: var(--bg-primary-50);
  border: 1px solid #07539e;
  color: #07539e;
  transition: 0.4s ease-in;
}

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

.footer .bottom p {
  font-size: 14px;
}

.footer .bottom {
  margin-top: 70px;
}

/*-----Footer Section-----*/

/*-----InnerPage Breadcump-----*/

.breadcump-wrapper {
  background: url(../images/breadcump.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 150px;
  margin-bottom: 56px !important;
}

.breadcump {
  height: 150px;
  position: relative;
}

.breadcump h4 {
  font-weight: 600;
}

/*-----InnerPage Breadcump-----*/

/*----- pricing Page-----*/

.price-calculate {
  background: var(--bg-white);
  border-radius: 10px;
  padding: 34px 120px 40px 120px;
  height: 396px;
  border: 1px solid var(--border-neutral-200);
}

.price-calculate .section_header p {
  color: var(--txt-neutral-400);
  font-weight: 400;
}

.price-calculate .section_header {
  margin-bottom: 0;
}

.price-calculate .form-group {
  width: 250px;
}

.price-calculate .custom-select .arrow-icon,
.price-calculate .custom-dropdown .arrow-icon {
  width: 12px;
  height: 12px;
}

.cal-total label {
  width: 185px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 32px;
  font-weight: 600;
  line-height: 40px;
  color: var(--txt-black);
}

.del-charge-faq {
  margin-top: 90px;
  margin-bottom: 140px;
}

.del-charge-faq ul li {
  display: flex;
  align-items: center;
  gap: 10px;
}

.del-charge-faq ul li::before {
  content: url(../images/order_list_icon.svg);
  background-repeat: no-repeat;
  display: inline-block;
  height: 18px;
}

/*----- pricing Page-----*/

/*----- Coverage Page-----*/
.coverage-area {
  gap: 48px;
}

.search-area {
  width: 890px;
  margin: 0 auto;
  gap: 30px;
}

.search-area .section_header p {
  color: var(--txt-neutral-400);
  font-weight: 400;
}

.search-area .section_header {
  margin-bottom: 0;
}

.search-area .search-box .form-control {
  height: 56px;
  padding-left: 24px;
}

.search-area .search-box .btn {
  width: 154px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

.coverage-area .search-result .google_map {
  height: 684px;
  border-radius: 10px;
}

/*----- Coverage Page-----*/

/*----- Contact Page-----*/
.contact-information {
  gap: 64px;
  margin-bottom: 120px;
}

.contact-information .content {
  width: 37%;
  margin: 0 -13px;
  row-gap: 26px;
  height: fit-content;
  position: relative;
}

.contact-information .content .col-sm-6 {
  padding: 0 13px;
}

.contact-information .content .card {
  height: 207px;
  z-index: 1;
  border: 1px solid var(--border-neutral-200) !important;
}

.contact-information .contact-form {
  width: 63%;
  position: relative;
}

.contact-information .content .card-body .img {
  width: 59px;
  height: 59px;
  border-radius: 50%;
}

.contact-information .content .card-body img {
  width: auto;
  height: auto;
}

.contact-information .content .card-body {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  gap: 14px;
  padding-top: 24px;
}

.branch-list {
  margin: 0 -12px;
  row-gap: 24px;
}

.branch-list p {
  font-size: 15px;
}

.branch-list .col-xl-3 {
  padding: 0 12px;
}

.branch-list .card {
  box-shadow: none;
  border: 1px solid var(--border-neutral-200) !important;
}

.branch-list .card .card-body {
  display: flex;
  flex-direction: column;
  padding: 30px 22px !important;
  gap: 14px;
}

.branch-list .card .card-body img {
  width: auto;
  height: auto;
}

.branch-list .hub-name label {
  width: 230px;
  padding: 8px 14px;
  background: #07539e;
  color: var(--bs-white);
  border-radius: 5px;
  font-size: 16px;
  font-weight: 500;
  line-height: 28px;
  text-align: center;
}

.branch-list .contact-person {
  color: var(--txt-black);
  font-weight: 500;
  margin-top: 18px;
}

.branch-list .card .card-body .hub-location {
  align-items: flex-start;
}

.branch-list .card .card-body .hub-location img {
  padding-top: 5px;
}

.search-result .message {
  font-weight: 600;
}

/*----- Contact Page-----*/

/* tracking parcel page  */
.parcel-information {
  border: 1px solid var(--border-neutral-300);
  border-radius: 10px;
  padding: 22px 24px;
}

.parcel-information .txt-black {
  font-weight: 500;
  font-size: 16px;
}

.parcel-information span {
  font-size: 16px;
}

.parcel-information .parcel-short-info .input-group .btn {
  width: 114px;
}

.sender-info .title {
  height: 38px;
  background: var(--bg-neutral-100);
  margin-top: 28px;
  margin-bottom: 20px;
}

.sender-info .zone {
  margin-top: 12px;
}

.rider_img {
  width: 44px;
  height: 44px;
  border-radius: 50%;
}

.parcel-delivery-status {
  margin-top: 80px;
}

.parcel-delivery-status .section_header {
  margin-bottom: 34px;
}

.parcel-delivery-status .delivery-status {
  border: 1px solid var(--border-neutral-300);
  border-radius: 10px;
}

.parcel-delivery-status .delivery-status .tracking-steps {
  padding: 50px 0 10px 0;
  width: 1024px;
  margin: 0 0 0 auto;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.streamline .step {
  height: 100%;
  width: 100%;
  display: flex;
  gap: 5%;
  position: relative;
  overflow: hidden;
  align-items: start;
}

.streamline .step .step-icon img {
  width: auto;
  height: auto;
}

.streamline .step .date-time {
  width: 18%;
  display: flex;
  flex-direction: column;
}

.streamline .step .date-time p {
  color: #07539e;
}

.streamline .step .step-icon {
  width: 5%;
  min-height: 96px;
  max-height: fit-content;
  position: relative;
}

.step .step-icon img:first-child {
  display: none;
}

.step .step-icon img:last-child {
  display: block;
}

.step .step-icon.isComplete img:first-child {
  display: block;
}

.step .step-icon.isComplete img:last-child {
  display: none;
}

.streamline .step .step-icon::after {
  content: "";
  background: #d4dae1;
  width: 1px;
  height: 100%;
  display: block;
  position: absolute;
  left: 50%;
  margin: 8px 0;
}

.streamline .step .tracking_content {
  width: 72%;
}

.tracking_content.short-info-rider {
  display: flex;
  gap: 24px;
}

.tracking_content.short-info-rider .rider-img {
  width: 202px;
  height: 60px;
  background: var(--bg-neutral-100);
  border-radius: 10px;
  gap: 14px;
  padding-left: 14px;
  display: flex;
  align-items: center;
}

.tracking_content.short-info-rider .rider-img .rider-name p {
  font-size: 14px;
}

.streamline .step:last-child .step-icon::after {
  width: 0px;
  height: 0;
}

.delivery-status .tracking-steps .txt-in {
  display: none;
}

.inner-page-search-box {
  width: 640px;
  margin: 0 auto;
}

.inner-page-search-box .input-group .search_icon {
  position: absolute;
  top: 19px;
  left: 16px;
  z-index: 24;
}

.inner-page-search-box .input-group .form-control {
  padding: 0.94rem 0.75rem 0.94rem 3rem;
}

.inner-page-search-box .input-group .btn {
  border-radius: 4px 4px 4px 4px !important;
  width: 100%;
}

.form-control:focus {
  border: 1px solid #07539e;
}

/* tracking parcel page  */

/*----- About Page-----*/
.about-us {
  padding: 0 24px;
}

.about-us .fs-6 {
  color: var(--txt-neutral-400);
}

.about-content mark {
  padding: 0;
  background-color: transparent;
  position: relative;
  z-index: 1;
}

.about-us h3,
.history h3 {
  font-weight: 600;
  margin-top: 12px;
}

.about-content mark:after {
  content: url(../images/about_mark.png);
  position: absolute;
  width: 180px;
  height: 12px;
  left: 0;
  top: 40%;
  z-index: -1;
}

.about-service-list .about-service li {
  display: flex;
  align-items: center;
  gap: 10px;
}

.about-service-list .about-service li::before {
  content: url(../images/tik_mark.png);
  background-repeat: no-repeat;
  display: inline-block;
  height: 18px;
}

.about-content p {
  margin: 34px 0 30px 0;
}

.about-img .main-img img {
  width: auto;
  height: auto;
}

.kpi-wrapper {
  background: var(--bg-neutral-100);
  padding: 90px 0;
  margin: 120px 0 140px 0;
}

.kpi-performance .col-md-3 {
  padding: 0 20px;
}

.kpi-performance {
  margin: 0 -20px;
  padding: 0 40px;
  position: relative;
}

.kpi-performance .card {
  height: 187px;
  border: 1px solid var(--border-neutral-300) !important;
}

.kpi-performance .card .card-body .img img {
  width: auto;
  height: auto;
}

.kpi-performance .card .card-body h4 {
  font-size: 600;
}

.kpi-performance .card .card-body h4 i {
  font-size: 20px;
  font-weight: bolder;
  font-family: "Poppins", sans-serif;
}

.kpi-performance .card .card-body {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 29px 0 27px 0px !important;
  gap: 6px;
}

.lience_ani_1 {
  position: absolute;
  bottom: -90%;
  left: 19.5%;
  animation: summary_ani 4s;
  animation-iteration-count: infinite;
}

@keyframes summary_ani {
  0% {
    transform: translate(0px);
  }

  50% {
    transform: translateY(20px);
  }

  100% {
    transform: translate(0px);
  }
}

/*------testimonial section------*/
.testmonial-wrapper {
  padding: 70px 0 80px 0;
  background-image: url(../images/testmonial_bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  margin-top: 120px;
  margin-bottom: 149px;
  position: relative;
}

.testmonial-wrapper .section_head {
  margin-bottom: 24px;
}

.slider-container {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 14px;
}

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

.slider-item {
  flex: 0 0 calc(95% / 3);
  padding: 14px 24px 20px 24px;
  display: flex;
  flex-direction: column;
  background: var(--bg-white);
  position: relative;
  margin: 0 16px;
  border-radius: 16px;
}

.client-name {
  font-weight: 600;
  color: var(--txt-neutral-900);
}

.client-img {
  width: 40px;
  height: 40px;
  border-radius: 50%;
}

.client-img img {
  border-radius: 50%;
}

.mark-arrow {
  position: absolute;
  top: -13px;
  left: 30px;
}

.mark-arrow img {
  width: auto;
  height: auto;
}

.slider-item .short-text {
  word-break: break-all;
  margin-bottom: 14px;
}

.slider-item .rating {
  margin-top: 20px;
  color: var(--txt-warning-500);
}

.slider-item .captions {
  color: var(--txt-neutral-600);
}

.slider-container .dots-container {
  display: flex;
  justify-content: center;
  margin-top: 60px;
  align-items: center;
}

.slider-container .dot {
  width: 11px;
  height: 11px;
  background: #07539e;
  border-radius: 50%;
  margin: 0 5px;
  cursor: pointer;
}

.slider-container .dot.active {
  width: 25px;
  height: 25px;
  background: none;
  background-image: url(../images/dot.png);
  background-repeat: no-repeat;
  background-position: center;
  border: 1px solid #07539e;
  opacity: 100%;
}

.slider-item:first-child {
  margin-left: 0;
}

.slider-item:nth-child(4) {
  margin-left: 0;
}

.slider-item:nth-child(6) {
  margin-left: 0;
}

.slider-item:last-child {
  margin: 0;
}

.client-logo {
  width: 64px;
  height: auto;
  margin-bottom: 12px;
}

/*------testimonial section------*/

/* login and register page css code */

body.auth {
  background: var(--bg-white);
  height: 100vh;
}

.authentic-wrapper {
  margin: 72px 0 0px 0;
  height: 100vh;
}

.login-register-form {
  width: 480px;
  margin: 0 auto;
  gap: 16px;
}

.login-register-form .send-sms {
  color: var(--txt-neutral-500);
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: center;
}

.login-register-form form {
  width: 100%;
  margin: 20px 0;
}

.social-media-login {
  width: 100%;
  margin-top: 16px;
}

.login-register-form form a {
  font-weight: 500;
  color: var(--txt-neutral-400);
  font-size: 16px;
}

.form-fiel-icon {
  position: absolute;
  width: 24px;
  height: 24px;
  left: 14px;
  bottom: 14px;
}

.form-fiel-icon.address {
  top: 14px;
  bottom: unset;
}

.login-register-form form .form-control {
  padding: 0.688rem 0.75rem 0.688rem 48px;
}

.mission-vission {
  gap: 164px;
  margin-top: 130px;
}

.chairman-wrapper {
  margin-top: 150px;
}

.about-ceo {
  width: 1170px;
  margin: 0 auto;
}

.about-ceo .row {
  margin: 0 -65px;
}

.body-class .about-ceo {
  width: auto !important;
  margin: 0 auto;
}

.body-class .about-ceo .row {
  margin: 0px !important;
}

.body-class .about-ceo .col-5,
.col-7 {
  padding: 0;
}

.body-class .about-ceo .col-5 {
  padding-right: 65px;
}

.body-class .about-ceo .col-7 {
  padding-left: 95px;
}

.about-ceo .col-5,
.col-7 {
  padding: 0 65px;
}

.ceo-img::before {
  content: "";
  position: absolute;
  bottom: -30px;
  left: -30px;
  width: 100%;
  height: 100%;
  border: 34px solid #fff3e5;
  z-index: -1;
}

.ceo-media a i {
  width: 40px;
  height: 40px;
  background: var(--bg-neutral-50);
  border: 1px solid var(--border-neutral-300);
  border-radius: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: var(--txt-neutral-400);
}

.ceo-media a i:hover {
  background: var(--bg-primary-50);
  border: 1px solid #07539e;
  color: #07539e;
  transition: 0.4s ease-in;
}

.key-feature {
  padding: 64px 28px;
  border: 1px solid var(--border-neutral-200);
  border-radius: 20px;
  img{
    width: auto;
    height: 70px;
  }
}

.key-feature:hover {
  background-color: #fff;
  scale: 1.05;
  transition: .5s ease-in;
}

.key-feature h3 {
  font-size: 24px;
  line-height: 32px;
  color: var(--txt-neutral-900);
}

.why-wrapper {
  position: relative;
}

.why-choose {
  margin-bottom: 130px;
}

.why-choose .row {
  margin: 0 -17px;
  row-gap: 34px;
}

.why-choose .row .col-lg-4 {
  padding: 0 17px;
}

.faq-wrapper {
  margin-bottom: 140px;
  position: relative;
}

.faq-wrapper .faq {
  width: 740px;
  margin: 0 auto;
}

.accordion-button {
  padding: 0px 18px;
  height: 72px;
  font-size: 20px;
  color: var(--txt-neutral-900);
  font-weight: 600;
  background: transparent;
}

.accordion-item {
  background-color: var(--bg-neutral-50);
  border: 1px solid var(--border-neutral-300) !important;
  border-radius: 4px;
}

.accordion-button:focus {
  box-shadow: none;
}

.accordion-button:not(.collapsed) {
  color: var(--txt-neutral-900);
  background-color: var(--bg-neutral-50);
  box-shadow: none;
}

.accordion-button::after {
  background-image: url(../images/plus.svg);
  background-size: 24px;
  width: 24px;
  height: 24px;
}

.accordion-button:not(.collapsed)::after {
  background-image: url(../images/minus.svg);
}

.accordion {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.accordion-body p {
  color: var(--txt-neutral-900);
}

.parcel-short-info .input-group {
  width: 724px;
}

.terms-conditions {
  width: 880px;
  margin: 0 auto;
}

.terms-conditions p {
  color: var(--txt-neutral-900);
}

.fw-600 {
  font-weight: 600;
  font-size: 18px;
}

.terms-conditions ul li {
  display: flex;
  align-items: baseline;
  gap: 10px;
  color: var(--txt-neutral-900);
  font-size: 16px;
}

.terms-conditions ul li::before {
  content: "";
  width: 8px;
  height: 8px;
  background: #07539e;
  color: #07539e;
  display: inline-block;
  border-radius: 50%;
}

.terms-conditions ul p {
  width: calc(100% - 18px);
}

.user-profile-img {
  width: 48px;
  height: 48px;
  border-radius: 50%;
}

.user-profile-img img {
  border-radius: 50%;
}

.question-list .accordion-item .accordion-body ul li {
  display: flex;
  align-items: baseline;
  gap: 10px;
  color: var(--txt-neutral-900);
  font-size: 16px;
}

.question-list .accordion-item .accordion-body ul li::before {
  content: "";
  width: 8px;
  height: 8px;
  background: #07539e;
  color: #07539e;
  display: inline-block;
  border-radius: 50%;
}

.question-list .accordion-item .accordion-body ul p {
  width: calc(100% - 18px);
}

/*----- Responsive Area-----*/
/*----- Responsive Area-----*/
@media (max-width: 1440px) {
  .intro-wrapper {
    background-size: cover;
    height: 884px;
    background-position: center;
  }

  .patner-wrapper {
    /* margin-top: -74px; */
    margin-top: 0;
  }

  .banner {
    width: 1366px;
  }

  .footer-wrapper {
    width: 100%;
  }

  .navbar-nav {
    gap: 30px;
  }

  .ellipseFade1 {
    top: 30px;
  }

  .ellipseFade1 {
    filter: blur(150px);
  }

  .ellipseFade2 {
    top: -10px;
  }

  .ellipseFade2 {
    filter: blur(150px);
  }
}

@media (max-width: 1366px) {
  .container-fluid {
    width: 100%;
    padding: 0 40px !important;
  }

  .intro-content h2 {
    font-size: 44px;
    line-height: 60px;
  }

  .intro-wrapper {
    height: 900px;
  }

  .store-list .single-store:nth-last-child(-n + 2) {
    display: none;
  }

  .banner {
    width: 1300px;
  }

  .price-calculate {
    width: 1130px;
    margin: 0 auto;
    padding: 34px;
  }

  .del-charge-faq {
    width: 1130px;
    margin: 0 auto;
    margin-top: 90px;
    margin-bottom: 140px;
  }

  .about-service {
    gap: 10px !important;
  }

  .history-content {
    width: 624px;
  }

  .about-us,
  .history {
    padding: 0 54px;
  }

  .contact-information .contact-form {
    width: 52%;
  }

  .contact-information .content {
    width: 46%;
  }

  .contact-information {
    padding: 0 48px;
  }
}

@media (max-width: 1200px) {
  .intro-wrapper {
    height: 800px;
  }

  .intro-content {
    width: 33%;
    margin-top: 40px;
    gap: 28px;
  }

  .intro-content h2 {
    font-size: 32px;
    line-height: 48px;
  }

  .intro-img {
    width: 45%;
  }

  .intro .quick-result {
    width: 20%;
    margin-top: 68px;
    gap: 32px;
  }

  h4 {
    font-size: 24px;
    line-height: 28px;
  }

  .service-list span {
    font-size: 18px;
  }

  .banner {
    width: 100%;
    border-radius: 0;
  }

  .about-us h3 {
    font-size: 32px;
    line-height: 48px;
  }

  .about-us {
    padding: 0;
  }

  .history {
    padding: 0 0px 0 54px;
  }

  .slider-item {
    margin: 0 12px;
  }

  .slider-item:nth-child(6) {
    margin: 0 12px;
  }

  .slider-item:last-child {
    margin: 0 12px;
  }

  .slider-item .short-text {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }

  .contact-information .contact-form {
    width: 50%;
  }

  .contact-information .content {
    width: 50%;
  }

  .key-feature {
    height: 346px;
  }

  .intro-content h2 mark:after {
    content: url(../images/tab_mark.png);
  }

  .about-ceo {
    width: 100%;
  }

  .brand-logo {
    width: 148px;
    height: 30px;
  }

  .navbar-nav {
    gap: 20px;
  }

  .navbar .nav-link {
    font-size: 14px;
  }

  .navbar .navbar-action a {
    font-size: 14px;
  }

  .navbar-action .btn-md {
    font-size: 14px;
    height: 40px;
  }

  .modarato-login {
    width: 144px;
  }

  .ellipseFade1 {
    display: none;
  }

  .ellipseFade2 {
    display: none;
  }

  .why-choose {
    margin-bottom: 80px;
  }
}

@media (max-width: 1024px) {
  .navbar-menu {
    display: none;
  }

  .mobile-nav-toggler {
    display: flex;
    width: 40px;
    height: 40px;
    border: 1px solid var(--bs-neutral-200);
    border-radius: 4px;
    justify-content: center;
    align-items: center;
  }

  .mobile-nav-toggler img {
    width: auto;
    height: auto;
  }

  .brand-logo {
    width: 170px;
    height: auto;
  }

  .mobile-menu {
    display: block;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    transition: all 0.3s ease-in-out;
    transform: translateX(-100%);
  }

  .mobile-menu-visible {
    overflow: hidden;
  }

  .mobile-menu-visible .mobile-menu {
    transform: translateX(0%);
  }

  .mobile-menu .menu-box {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background: #ffffff;
    padding: 0px 0px;
    z-index: 5;
    padding: 20px;
  }

  .mobile-menu .close-btn {
    line-height: 30px;
    width: 24px;
    text-align: center;
    font-size: 30px;
    color: #ffffff;
    cursor: pointer;
    z-index: 10;
    align-items: center;
    z-index: 99999;
  }

  .close-btn img {
    width: 40px;
    height: 40px;
    margin-right: 24px;
  }

  .menubtn .logo img {
    width: 148px;
    height: auto;
  }

  .menubtn {
    width: 100%;
  }

  .menubtn .close-btn img {
    width: auto;
    height: auto;
  }

  .mobile-menu .menu-box .menu-outer {
    padding-top: 10px;
    display: flex;
    gap: 16px;
    flex-direction: column;
  }

  .mobile-menu .menu-box .divider {
    border-bottom: 1px solid var(--border-neutral-300);
    padding: 10px 0;
  }

  .store-list .single-store:nth-last-child(-n + 4) {
    display: none;
  }

  .single-category:nth-last-child(-n + 2) {
    display: none;
  }

  .service-wrapper .service {
    padding: 0;
  }

  .intro-wrapper {
    height: 730px;
  }

  .patner-wrapper {
    /* margin-top: -60px; */
  }

  .intro .quick-result .icon {
    width: 40px;
    height: 40px;
  }

  .intro .quick-result .content h4 {
    font-size: 24px;
    line-height: 20px;
  }

  .intro .quick-result {
    width: 23%;
    margin-top: 60px;
    gap: 24px;
  }

  .intro .quick-result .content {
    gap: 0 !important;
  }

  .intro-content h2 {
    font-size: 28px;
    line-height: 40px;
  }

  .price-calculate {
    width: 100%;
    padding: 0;
    border: 0;
  }

  .price-calculate .form-group {
    width: 204px;
  }

  .del-charge-faq {
    width: 100%;
  }

  .search-area {
    width: 730px;
  }

  .coverage-area .search-result .google_map {
    height: 384px;
  }

  .breadcump-wrapper {
    margin-bottom: 40px !important;
  }

  .about-us .fs-6 {
    font-size: 16px !important;
  }

  .about-us h3 {
    font-size: 24px;
    line-height: 34px;
  }

  .about-content p {
    margin: 20px 0 20px 0;
  }

  .about-service {
    gap: 4px !important;
  }

  .kpi-performance {
    margin: 0 -12px;
    padding: 0;
  }

  .kpi-performance .col-md-3 {
    padding: 0 12px;
  }

  .kpi-performance .card .card-body {
    gap: 12px;
  }

  .slider-item {
    flex: 0 0 calc(94% / 3);
  }

  .contact-information {
    gap: 48px;
    padding: 0px;
  }

  .contact-information .content h5 {
    font-size: 20px;
    line-height: 28px;
  }

  .contact-information .content p {
    font-size: 14px;
    line-height: 18px;
  }

  .contact-information .content .card-body {
    gap: 8px;
    padding-top: 20px;
  }

  .contact-information .content .card {
    height: 191px;
  }

  .contact-information .content .card-body .img {
    width: 54px;
    height: 54px;
  }

  .parcel-tracking .search-result {
    width: 100%;
  }

  .parcel-delivery-status {
    width: 100%;
  }

  .why-choose .row {
    margin: 0 -12px;
  }

  .why-choose .row .col-lg-4 {
    padding: 0 12px;
  }

  .key-feature h5 {
    font-size: 20px;
    line-height: 24px;
  }

  .key-feature p {
    font-size: 14px;
    line-height: 20px;
  }

  .key-feature {
    height: 286px;
    padding: 44px 24px;
  }

  .footer .footer-logo {
    width: 148px;
    height: auto;
  }

  .footer .top h6 {
    margin-bottom: 16px;
    font-size: 16px;
  }

  .footer p {
    font-size: 14px;
  }

  .footer .top .links-list {
    gap: 8px;
  }

  .footer .top .links-list a {
    font-size: 14px;
    line-height: 20px;
  }

  .footer .bottom {
    margin-top: 44px;
  }

  .accordion-button {
    height: 56px;
    font-size: 16px;
  }

  .parcel-delivery-status .delivery-status .tracking-steps {
    width: 100%;
  }

  .parcel-short-info .input-group {
    width: auto;
  }

  .about-content {
    width: 88%;
  }

  .about-ceo .col-5,
  .col-7 {
    padding: 0 20px;
  }

  .about-ceo .row {
    margin: 0 -20px;
  }

  .mission-vission {
    gap: 70px;
  }

  .mobile-menu .menu-box .menu-outer .tracking_tab {
    display: none;
  }

  .mobile-menu .menu-box .menu-outer .nav_link {
    gap: 16px !important;
  }

  .slider-item {
    flex: 0 0 calc(96% / 2);
  }
}

@media (max-width: 991px) {
  .main-about-page .modal-content{
    top: 30%;
  }
  .membership {
    width: 100%;
  }

  .footer .top {
    flex-wrap: wrap;
  }

  .footer .top .short-info,
  .footer .top .impt-link,
  .footer .top .social-media,
  .footer .top .social-media {
    width: 50%;
  }

  .footer .top {
    flex-wrap: wrap;
    row-gap: 24px;
  }

  .intro .quick-result {
    width: 23%;
    margin-top: 60px;
    gap: 24px;
    display: none !important;
  }

  .intro-content {
    width: 56%;
  }

  .intro-img {
    width: 45%;
    /* margin-right: 128px; */
  }

  .search-area {
    width: 100%;
  }

  .contact-information {
    padding: 0;
    flex-direction: column;
  }

  .contact-information .content {
    width: 100%;
    margin: 0;
  }

  .contact-information .contact-form {
    width: 100%;
  }

  .message {
    font-size: 14px;
  }

  .key-feature {
    height: auto;
  }

  .faq-wrapper .faq {
    width: 100%;
  }

  .about-us .row {
    flex-direction: column;
    row-gap: 48px;
  }

  .about-us .row .col-5,
  .about-us .row .col-7 {
    width: 100%;
  }

  .about-content {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
  }

  .about-content mark:after {
    width: 124px;
  }

  .about-service {
    align-items: center;
  }

  .terms-conditions {
    width: 100%;
  }

  .terms-conditions p {
    font-size: 14px;
  }

  .fw-600 {
    font-size: 16px;
  }

  .terms-conditions ul li {
    font-size: 14px;
  }

  .home-hero-section-buttons a button {
    padding: 8px 13px !important;
    font-size: 13px !important;
    font-weight: bold;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    transition: background-color 0.3s ease, transform 0.3s ease;
  }
}

@media (min-width: 768px) {
  .col-md-6 {
    flex: 0 0 auto;
    width: 50% !important;
  }

  .patner-main{
    margin-top: -155px !important;
  }

  .patner-wrapper2 {
    margin-top: 80px !important;
  }
}

@media (max-width: 768px) {
  .intro-wrapper {
    background-image: url("../images/bg_tab.jpg");
  }

  /* .intro-wrapper {
   height: 560px; 
  }*/

  .patner-main{
    margin-top: 210px;
  }

  .patner {
    height: 100px !important;
    padding: 0px;
  }

  .patner-wrapper {
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .intro-img {
    width: 100% !important;
    margin-right: 0;
  }

  .intro-content {
    width: 100%;
  }


  .body-class .about-ceo .col-5 {
    padding-right: 0px;
    padding: 10px;
  }

  .body-class .about-ceo .col-7 {
    padding-left: 0px;
    padding: 10px;
  }

  .service-list .col-md-3 {
    width: 50% !important;
  }

  h5 {
    font-size: 20px;
    line-height: 28px;
  }

  h6 {
    font-size: 16px;
    line-height: 20px;
  }

  h4 {
    font-size: 24px;
    line-height: 28px;
  }

  p {
    font-size: 14px;
    line-height: 20px;
  }

  .parcel-information span {
    font-size: 14px;
  }

  .parcel-delivery-status .delivery-status .tracking-steps {
    padding: 50px 10px 10px 24px;
  }

  .streamline .step .step-icon {
    min-height: 72px;
  }

  .navbar-action .btn-outline {
    display: none !important;
  }

  .brand-logo {
    width: 138px;
    height: auto;
  }

  .mobile-nav-toggler {
    width: 32px;
    height: 32px;
  }

  .navbar-wrapper {
    height: 85px;
  }

  .navbar-action .btn-sm {
    height: 32px;
  }

  .intro {
    padding-top: 48px;
    display: block !important;
  }

  .patner {
    /* height: fit-content;
    flex-wrap: wrap; */
    text-align: center;
    justify-content: center !important;
    align-items: center !important;
    /* gap: 54px;
    row-gap: 30px; */
  }

  .patner img{
    padding: 5px 5px !important;
  }

  /* .patner div {
    width: fit-content;
    height: 44px;
  } */

  .price-calculate form div {
    gap: 16px;
  }

  .price-calculate .form-group {
    width: 50%;
  }

  .about-img .main-img {
    width: 100%;
    height: auto;
    margin: 40px 0 0 auto;
  }

  .about-content p {
    font-size: 15px;
  }

  .kpi-wrapper {
    padding: 60px 0;
    margin: 60px 0;
  }

  .kpi-performance .col-md-3 {
    padding: 0 12px;
    width: 50%;
  }

  .kpi-performance {
    row-gap: 24px;
  }

  .slider-item {
    flex: 0 0 calc(98% / 1);
  }

  .history-content p {
    margin-top: 24px;
  }

  .lience_ani_1 {
    bottom: -20%;
    left: 6.5%;
    width: 80px !important;
  }

  .terms-conditions p {
    word-break: break-all;
    word-spacing: normal;
  }

  .navbar-action .modarato-login .btn-outline {
    display: block !important;
  }

  .ceo-img::before {
    bottom: -20px;
    left: -20px;
    border: 20px solid #fff3e5;
  }

  .common-hero-section h3 {
    font-size: 20px;
    font-weight: 700;
  }

  .common-hero-section p {
    font-size: 16px;
    font-weight: 500;
  }

  .trackParcel-1st-section  {
    .input-div{
      width: 100%;

    }
    div {
      h1,
      h2 {
        font-size: 18px !important;
        font-weight: 700;
        text-align: center;
        font-family: system-ui, sans-serif;
      }

      img {
        margin: 0 0 !important;
        margin-bottom: 10px !important;
      }
    }
  }

  .main-ourPatner-page img {
    aspect-ratio: 1 / 1;
  }

  .main-ourPatner-page .patner-wrapper,
  .patner-wrapper1,
  .patner-wrapper2 {
    margin: 50px 0 !important;
    padding: 20px 10px !important;
  }

  .text-box-seo p {
    font-size: 12px !important;
  }

  .coverage-2nd-section div svg {
    max-width: 100% !important;
    max-height: 100% !important;
  }
}

@media (min-width: 640px) {
  .sm\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 640px) {
  .patner-main {
    margin-top: 100px;
  }
}

@media (max-width: 710px) {
  .traking-from .frm-grp {
    width: 100% !important;
  }

  .traking-from .tracking-btn {
    width: 100% !important;
  }
}

@media (max-width: 540px) {
  .header-button {
    font-size: 12px !important;
    padding: 3px 6px;
  }

  .hero-section2 h1{
    font-size: 40px;
  }

  .container-fluid {
    padding: 0 16px !important;
  }

  .intro-wrapper {
    background-image: url(../images/mobile_bg.png);
    height: 884px;
  }

  .intro {
    flex-direction: column;
    gap: 48px;
    justify-content: center !important;
    align-items: center;
  }

  .intro-content {
    width: 100%;
    justify-content: center;
    align-items: center;
    margin: 0;
  }

  .intro-img {
    width: 78%;
    margin-right: 0;
  }

  .intro-content p {
    text-align: center;
  }

  .intro-content h2 {
    font-size: 32px;
    line-height: 48px;
    width: 80%;
    text-align: center;
  }

  .intro-content h2 mark:after {
    content: url(../images/mobile_mark.png);
    width: fit-content;
  }

  .patner-main{
    margin-top: -200px;
  }

  .membership {
    display: flex !important;
    flex-direction: column;
    gap: 68px;
  }

  .membership .divider {
    display: none;
  }

  .membership .Licensed {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }

  .membership .member {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }

  .price-calculate {
    width: 100%;
    padding: 0;
    box-shadow: none;
    height: fit-content;
  }

  .price-calculate form div {
    gap: 0px;
    flex-wrap: wrap;
  }

  .price-calculate .form-group {
    width: 100%;
  }

  .cal-total {
    margin-top: 24px;
  }

  .price-calculate form {
    margin-top: 40px;
  }

  .breadcump h4 {
    font-size: 20px;
  }

  .del-charge-faq ul li {
    align-items: flex-start;
  }

  .about-us {
    flex-direction: column;
  }

  .about-us .about-content {
    width: 100%;
  }

  .about-us .about-img {
    width: 100%;
  }

  .about-us .about-content {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
  }

  .about-service {
    justify-content: center;
    align-items: center;
  }

  .about-content p {
    margin: 34px 0;
  }

  .about-content mark:after {
    width: 124px;
  }

  .about-img .main-img {
    margin: 60px 0 0 0;
  }

  .lience_ani_1 {
    display: none;
  }

  .slider-item {
    flex: 0 0 calc(100% / 1);
    margin: 0 !important;
  }

  .inner-page-search-box {
    width: 100%;
  }

  .streamline .step .date-time {
    width: 28%;
  }

  .streamline .step .step-icon {
    width: 9%;
  }

  .streamline .step .tracking_content {
    width: 50%;
    flex-direction: column;
    gap: 8px;
  }

  .contact-information .content .col-sm-6 {
    padding: 0;
    margin: 0;
  }

  .mission-vission {
    gap: 48px;
    flex-direction: column;
    margin-top: 60px;
  }

  .chairman-wrapper {
    margin-top: 60px;
  }

  .mission-vission .w-50 {
    width: 100% !important;
    align-items: center;
    text-align: center;
  }

  .about-ceo .row {
    margin: 0;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    row-gap: 24px;
  }

  .about-ceo .col-5,
  .col-7 {
    padding: 0;
    width: 100%;
  }

  .ceo-img::before {
    display: none;
  }

  .ceo-content {
    align-items: center;
    text-align: center;
  }

  .breadcump-wrapper {
    height: 120px;
  }

  .breadcump {
    height: 120px;
  }

  .why-choose {
    margin-bottom: 64px;
  }

  .brand-logo {
    width: 120px;
  }

  .intro-content .btn {
    height: 48px;
  }

  .navbar-action .btn-md {
    width: 80px;
    height: 34px;
  }

  .mobile-login {
    display: block;
  }

  .mobile-login-page .modarato-login {
    width: 144px;
  }

  .mobile-menu .menu-box .menu-outer .tracking_tab {
    display: block;
  }

  .mobile-menu .menu-box .menu-outer .nav_link {
    gap: 14px !important;
  }

  .key-feature {
    padding: 24px;
  }

  .why-choose .row {
    row-gap: 24px;
  }

  .inner-page-search-box .input-group .form-control {
    padding: 0.53rem 0.75rem 0.54rem 3rem;
  }

  .inner-page-search-box .input-group .btn {
    width: 94px;
    height: 48px;
  }

  .inner-page-search-box .input-group .btn img {
    display: none;
  }

  .inner-page-search-box .input-group .search_icon {
    top: 14px;
  }

  .login-register-form form a {
    font-size: 14px;
  }

  .track-parcel .inner-page-search-box {
    display: block;
  }

  .track-parcel .traking-from {
    width: 100%;
  }

  .track-parcel .tracking-btn {
    width: 100%;
    margin: auto 0;
  }


  .home-hero-section-buttons a button {
    font-size: 12px !important;
    white-space: nowrap;
    padding: 5px 12px !important;
  }
}

@media (max-width: 480px) {
  .intro-wrapper {
    height: 980px;
  }

  .intro-content h2 {
    width: 80%;
  }

  .patner-wrapper {
    /* margin-top: -48px; */
    margin-top: 0 !important;
  }

  h4 {
    font-size: 20px;
  }

  .footer .top .short-info,
  .footer .top .impt-link,
  .footer .top .social-media,
  .footer .top .sister-concern {
    width: 100%;
    text-align: center;
    justify-content: center;
    align-items: center;
  }

  .footer .top .links-list {
    gap: 20px;
    align-items: center;
  }

  .accordion-button {
    height: 48px;
    font-size: 14px;
    padding: 0px 10px;
    line-height: 20px;
  }

  .accordion-button::after {
    background-size: 20px;
    width: 20px;
    height: 20px;
  }

  .footer .top .social-media div {
    justify-content: center !important;
  }

  .app-store {
    justify-content: center;
  }

  .footer .bottom p {
    font-size: 13px;
    align-items: flex-start !important;
  }

  .patner-wrapper {
    margin-bottom: 70px;
  }

  .service-wrapper {
    margin-bottom: 70px;
  }

  .section_header {
    margin-bottom: 30px;
  }

  .banner-wrapper {
    margin-bottom: 80px;
  }

  .search-box {
    flex-direction: column;
  }

  .search-area .search-box .btn {
    width: 100%;
  }

  .login-register-form {
    width: 100%;
    padding: 0;
  }

  .authentic-wrapper {
    margin: 40px 0 0px 0;
  }

  .parcel-information .parcel-short-info {
    flex-direction: column;
    gap: 34px;
  }

  .parcel-information .parcel-short-info div:last-child {
    align-items: flex-start !important;
  }

  .parcel-information .parcel-short-info div {
    width: 100%;
  }

  .streamline .step .date-time {
    display: none;
  }

  .streamline .step .date-time.txt-in {
    display: flex !important;
    width: 100%;
    flex-direction: row;
    gap: 10px;
  }

  .streamline .step .step-icon {
    width: 10%;
  }

  .streamline .step .tracking_content {
    width: 100%;
    flex-direction: column;
  }

  .parcel-delivery-status .delivery-status {
    border: 0px solid var(--border-neutral-300);
  }

  .parcel-delivery-status .delivery-status .tracking-steps {
    padding: 0;
  }
}

@media (max-width: 425px) {
  .intro-wrapper {
    height: 944px;
  }

  .intro-content h2 {
    width: 90%;
  }

  .patner-wrapper {
    /* margin-top: -70px !important; */
  }

  .patner div:nth-last-child(-n + 2) {
    width: 140px;
  }

  .service-list {
    margin: 0;
  }

  .service-list .col-md-3 {
    width: 100% !important;
    padding: 0;
  }

  .kpi-performance {
    margin: 0;
  }

  .kpi-performance .col-md-3 {
    padding: 0;
    width: 100%;
  }

  .login-register-form .pass-field {
    flex-direction: column;
    gap: 0 !important;
  }

  .login-register-form .pass-field .form-group {
    width: 100%;
  }

  .navbar-action .btn-md {
    width: 64px;
  }
}

@media (max-width: 393px) {
  .intro-content h2 {
    width: 100%;
  }

  .footer .bottom p {
    text-align: center;
  }

  .parcel_tarck_icon {
    display: none;
  }

  .brandNav {
    gap: 12px !important;
  }

  .brand-logo {
    width: 108px;
  }
}

@media (max-width: 360px) {
  .brandNav {
    gap: 12px !important;
  }

  .brand-logo {
    width: 108px;
  }

  .momiledevgap {
    gap: 12px !important;
  }
}

/*----- Responsive Area-----*/
/*----- Responsive Area-----*/

@media (min-width: 535px) and (max-width: 768px) {

  .patner-wrapper1 {
    /* margin-top: 300px !important; */
  }
}

.brands-logos-p {
  min-width: 100px !important;
  text-align: center;
  font-weight: 500;
  font-size: 15px;
  background-color:
    #07539e;
  color: #fff;
}

.brand_logos {
  overflow: hidden;
  padding: 15px 0px;
  position: relative;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.brand_logo_items {
  display: flex;
  animation: runslides 35s linear infinite;
}

.brand_logos:before,
.brand_logos:after {
  content: '';
  position: absolute;
  top: 0;
  width: 100px;
  height: 100%;
  z-index: 2;
}

.brand_logos:before {
  left: 0;
  background: linear-gradient(to left, rgba(255, 255, 255, 0), #f8fafc);
}

.brand_logos:after {
  right: 0;
  background: linear-gradient(to right, rgba(255, 255, 255, 0), #f8fafc);
}

.brand_logo_items img {
  height: 100px;
  margin-right: 20px;
}

/* Keyframes for smooth infinite scroll */
@keyframes runslides {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-100%);
    /* Move the logos to the left completely */
  }
}

/* Second set of logos */
.brand_logo_items2 {
  display: flex;
  animation: runslides2 35s linear infinite;
}

/* Keyframes for the second set of logos */
@keyframes runslides2 {
  0% {
    transform: translateX(-100%);
  }

  100% {
    transform: translateX(0%);
  }
}

/* Pause animation when hovering */
.brand_logos:hover .brand_logo_items,
.brand_logos:hover .brand_logo_items2 {
  animation-play-state: paused;
}

/*----- about page-----*/
.hero-section2 {
  height: 100%;
  width: 100%;
  padding-bottom: 100px;
  background-color: #07539E;
  clip-path: polygon(0 0, 100% 0, 100% calc(100% - 7vw), 0% 100%);
}

.about-2nd-section {
  min-width: 100% !important;
}

.about-2nd-section div {
  min-height: 320px;
  background-color: #f7f7f7 !important;
  transition: 0.5s;
  border-radius: 10px;
  padding-top: 50px !important;
  padding-bottom: 10px !important;
}

.about-2nd-section div i {
  font-size: 30px;
}

.about-2nd-section div:hover {
  background-color: #07539e9a !important;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
  cursor: pointer;
}

.about-2nd-section div:hover i {
  background-color: white !important;
}

.about-2nd-section div:hover strong {
  color: white !important;
}

.about-2nd-section div:hover p {
  color: rgba(255, 255, 255, 0.719) !important;
}

.about-2nd-section div i {
  width: 60px;
  height: 60px;
  background-color: rgb(7 83 158 / 12%);
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50pc;
}

.about-3nd-section>div {
  padding: 10px 160px !important
}

.about-3nd-section>div div div {
  background-color: #f7f7f7;
  border-radius: 10px;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
  transition: 0.5s;
}

.about-3nd-section div i {
  font-size: 80px;
}

.about-3nd-section div strong {
  font-size: 19px;
}

.about-3nd-section>div div div:hover {
  background-color: #07539e9a !important;

  svg {
    fill: white !important;
    stroke: white !important;
    ;

    g {
      fill: white !important;
    }

    path {
      fill: white !important;
    }
  }

  strong {
    color: white !important;
  }

  p {
    color: rgba(255, 255, 255, 0.719) !important;
  }
}

@media (max-width: 768px) {
  .header-button {
    font-weight: 500;
  }

  .about-3nd-section>div {
    padding: 10px 20px !important;
  }
}

.main-about-page .modal {
  display: none;
  position: fixed;
  z-index: 50;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.5);
}

.main-about-page .modal-content {
  background-color: #fefefe;
  margin: 15% auto;
  padding: 20px;
  border: 1px solid #888;
  width: 80%;
  max-width: 600px;
}

/*----- about page-----*/
/*----- faq page-----*/
.main-faq-page {
  background-color: #fff;
}

.accordion-item {
  background-color: var(--bg-neutral-50);
  border: 1px solid var(--border-neutral-300) !important;
  border-radius: 4px;
  border-color: #07539e21 !important;
}

/*----- faq page-----*/
/*----- terms page-----*/
.main-termsAndConditions-page {
  background-color: #fff;
}

.termsAndConditions-2nd-section div svg {
  fill: #07539E;
  stroke: #07539E;

  path {
    fill: #07539E;
  }
}

.termsAndConditions-2nd-section div h4 {
  font-size: 16px;
  font-family: sans-serif !important;
  font-size: 1.875rem;
  letter-spacing: -1px;
}

.termsAndConditions-2nd-section div p {
  font-size: 18px;
  text-align: left !important;
}

.termsAndConditions-2nd-section div button {
  background-color: #F27B21;
  box-shadow: rgba(0, 0, 0, 0.15) 0px 1px 5px 0px !important;
  transition: 0.5s;
}

.termsAndConditions-2nd-section div button:hover {
  background-color: #07539e;
  transform: translateY(-2px);
}
/*----- terms page-----*/

/*----- coverage page-----*/
.coverage-2nd-section div div ul {
  position: relative;
  list-style: none;
  padding-left: 20px;
}

.coverage-2nd-section div div ul li {
  position: relative;
  padding-left: 2em;
  display: flex;
  align-items: center;
  margin: 20px 0;
  font-weight: 600;
  white-space: nowrap;
}

.coverage-2nd-section div div ul li:before {
  content: "";
  border-radius: 50%;
  background-color: #F27B21;
  height: 0.6em;
  width: 0.6em;
  margin-right: 10px;
  position: absolute;
  left: 2.5px;
  top: 50%;
  transform: translateY(-50%);
}

.coverage-2nd-section div img {
  width: auto;
  max-width: 100%;
  height: 100%;
}

.coverage-2nd-section div div ul li:after {
  content: "";
  border-radius: 50%;
  box-shadow: 0 0 4px rgba(7, 83, 158, 0.6),
    inset 0 0 4px rgba(7, 83, 158, 0.6);
  height: 2em;
  width: 2em;
  position: absolute;
  left: -0.5em;
  top: -3px;
  transform: translateY(-50%);
  animation: online-ping 2.5s ease-in-out infinite;
}


@keyframes online-ping {
  0% {
    opacity: 1;
    transform: scale(0);
  }

  50% {
    opacity: 0.6;
  }

  100% {
    opacity: 0;
    transform: scale(1);
  }
}

@keyframes load {
  0% {
    background: #fff;
    border: 0px solid #fff;
  }

  50% {
    background: #fff;
    border: 10px solid #222;
  }

  100% {
    background: #fff;
    border: 0px solid #222;
  }
}

/*----- coverage page-----*/
.input-section {
  div {
    div {
      p {
        font-size: 18px;
        font-weight: 500;
        color: black;
        margin-bottom: 10px;
        margin-left: 8px;
      }

      input {
        padding: 10px 20px;
        border: 1px solid #ccc;
        border-radius: 5px;
        width: 100%;
        margin-bottom: 20px;
        border-color: #F27B21;
      }
    }

    svg {
      width: 30px;
      height: 30px;
      padding: 4px;
      margin: 0 0px;
      margin-bottom: -15px;
      background-color: #F27B21;
      border-radius: 50pc;
    }
  }
}


/*----- career page-----*/
.career-2nd-section {
  .form-div {
    background-color: white;

    form {

      input,
      .input-group-text,
      select,
      textarea {
        border-color: #07539e49;
      }

      .form-check-input {
        border-color: #07539e83 !important;
      }

      input[type="checkbox"]:checked {
        background-color: #07539e83 !important;
      }

      button {
        background-color: 07539E;
        font-weight: 700;
        word-spacing: 10px;
      }
    }
  }
}
/*----- career page-----*/
/*----- Home Page ------*/
.home-hero-section-buttons a button {
  padding: 5px 10px;
  background: #07539E;
  color: white;
  padding: 8px 16px;
  font-size: 15px;
  font-weight: bold;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  transition: background-color 0.3s ease, transform 0.3s ease;
  white-space: nowap;
}

/*----- Home Page ------*/
/*----- common -----*/
.common-hero-section {
  height: 100%;
  width: 100%;
  padding-top: 70px;
  padding-bottom: 100px;
  background-color: #07539e21;
  clip-path: polygon(0 0, 100% 0, 100% calc(100% - 7vw), 0% 100%);
}

.common-hero-section {
  h3{
    font-family: inter;
  }
  p {
    font-size: 18px;
  }
}

.easy-translate {
  .switch {
    position: relative;
    display: inline-block;
    width: 65px;
    height: 35px;
  }

  .switch input {
    opacity: 0;
    width: 0;
    height: 0;
  }

  .slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    transition: .4s;
    border-radius: 30px;
    border: 1px solid #F27B21;
  }

  .slider:before {
    position: absolute;
    content: "ENG";
    display: flex;
    align-items: center;
    justify-content: center;
    height: 29px;
    width: 29px;
    left: 3px;
    bottom: 3px;
    background-color: #F27B21;
    color: white;
    transition: .4s;
    border-radius: 50%;
    font-size: 12px;
    font-weight: bold;
    padding: 5px;
  }

  input:checked+.slider {
    background-color: #07539e;
    border: none;
  }

  input:checked+.slider:before {
    transform: translateX(30px);
    content: "BD";
  }
}

.text-box-seo p {
  font-size: 16px;
  line-height: 27px;
  color: #000000c2;
  word-spacing: 2px;
  letter-spacing: 0px;
  font-weight: 500;
}

.section-heading {
  font-size: 25px;
  font-family: "Inter", sans-serif;
  font-weight: 700;
  margin: 0;
}

.section-heading-border {
  width: 120px;
  height: 3px;
  background-color: #F27B21;
  border-radius: 50pc;
  text-align: center;
  display: flex;
  justify-content: center;
}
.custom-ellipsis-1 {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.custom-ellipsis {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.custom-ellipsis-3 {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.common-border-hover li{
  width: max-content;
}
.common-border-hover li::after {
  content: '';
  display: block;
  width: 0;
  height: 2px;
  background: #07539E;
  transition: width .3s;
}

.common-border-hover li:hover::after {
  width: 100%;
}

@keyframes scroll-animation-name {
  from {
      opacity: 0;
      transform: translateX(-100px);
  }
  to {
      opacity: 1;
      transform: translateX(0px);
  }
}
.scroll-animation {
  animation: scroll-animation-name linear;
  animation-timeline: view();
  animation-range: entry 0% cover 40%;
}
/*----- common -----*/
/*----- price page-----*/
.prices-2nd-section table thead tr th {
  font-size: 17px;
  padding: 15px;
}

.prices-2nd-section table tbody tr td {
  font-size: 25px;
  font-weight: 600;
  background-color: #fff !important;
  padding: 20px;
}

/*----- price page-----*/
/*----- services page-----*/
.main-services-page {

  #service-detail,
  #services {
    .card {
      transition: 0.5s;

      .card-title {
        font-size: 19px;
        font-weight: 700;
        font-family: inter;
        text-align: center;
      }

      a {
        background-color: #f27b21 !important;
      }
    }

    .card:hover {
      transform: scale(1.05);
      box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
    }
  }
}

/*----- services page-----*/

/*------ Service Details -----*/
.main-serviceDetails-page{
  .intro-wrapper {
    background: green;
    height: 600px;
    margin-top: 0;
    /* padding: 0; */
    clip-path: polygon(0 0, 100% 0, 100% calc(100% - 7vw), 0% 100%);
    .intro {
      padding-top: 20px;
    }
  }
  .serviceDetails-2nd-section{
    .serviceDetails-2nd-section-box{
      transition: 0.7s ease;
      i{
        font-size: 42px;
      }
      h4{
        font-size: 19px;
        font-weight: 700;
        font-family: inter;
        line-height: 26px;
      }
    }
    .serviceDetails-2nd-section-box:hover{
      background-color: #f27b21;
      transform: scale(1.05);
      box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
      i, h4{
        color: #fff;
      }
    }
  }

}
/*------ Service Details -----*/

/*----- track parcel page-----*/
.trackParcel-1st-section {
  .input-div{
    flex-grow: 1 !important;
  }
  div {

    h1,
    h2 {
      font-size: 30px;
      font-weight: 700;
      text-align: center;
      /* font-family: system-ui, sans-serif; */
      
      font-family: inter;
    }
  }
  .and-svg{
    width: 35px;
    height: 35px;
    padding: 7PX;
    background-color: #F27B21;
    border-radius: 50pc;
    margin-top: 11px !important;
  }
}

.submit-section {
  div {
    label {
      cursor: pointer;
      margin-top: 32.5px;
      padding: 9px;
      border-color: #07539E;
      transition: 0.6s ease;
      animation: gradientAnimation 5s ease infinite;
      img {
        width: 30px;
        height: 30px;
        padding: 5px;
        margin-bottom: 0;
        animation: animation02 2s linear infinite;
        transition: 2.5s ease !important;
        border-radius: 5px;
      }

      p {
        font-size: 18px;
        font-weight: 800;
        margin-bottom: 0;
        color: #F27B21;
      }
    }
  }
}
.submit-section:hover {
  div {
    label {
      background-color: #07539E;
      color: white;
      img{
        background: white;
        filter: drop-shadow(1px 1px 1px white);
      }
    }
    p {
      color: #fff;
    }
  }
}

@keyframes animation02 {
  0% {
    transform: scale(0.7);
  }
  50% {
    transform: scale(1.3);
  }
  100% {
    transform: scale(0.7);
  }
}
.trackParcel-2nd-section {
  .parcel-details-container {
    background-color: #fff;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
    max-width: 900px;
    margin: 0 auto;
  }

  .header {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
    text-align: center;
  }

  .header-item {
    flex: 1;
    padding: 10px;
    background-color: #f9f9f9;
    border-radius: 8px;
    margin: 0 5px;
  }

  .strong-header {
    font-weight: bold;
  }

  .section {
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
  }

  .section div {
    flex: 1;
    padding: 10px;
    border-radius: 8px;
    background-color: #fff;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1);
    margin: 0 10px;
  }

  .parcel-details-container h3 {
    font-size: 22px;
    margin-top: 0;
    color: #ff6600;
  }

  .merchant-details h3 {
    font-size: 22px;
    margin-top: 0;
    color: #ff6600;
  }

  .parcel-details h3 {
    font-size: 22px;
    margin-top: 0;
    color: #ff6600;
  }

  .customer-details h3 {
    font-size: 22px;
    margin-top: 0;
    color: #ff6600;
  }

  .parcel-log {
    margin-top: 20px;
    padding: 20px;
    border-radius: 8px;
    background-color: #fff;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1);
  }

  .log-date {
    display: inline-block;
    padding: 1px 10px;
    background-color: #99cc99;
    border-radius: 8px;
    color: #fff;
    font-weight: bold;
  }

  .log-item {
    margin-top: 10px;
    padding: 10px;
    border-left: 3px solid #ff6600;
    background-color: #f9f9f9;
    border-radius: 5px;
  }

  .log-time {
    font-weight: bold;
    display: block;
  }

  .log-details {
    margin-top: 5px;
    color: #555;
  }

  .pl-100 {
    padding-left: 40px;
  }

  p {
    margin-bottom: 0.3rem;
  }
}
/*----- track parcel page-----*/

/*-----Patner Section-----*/
.patner-wrapper {
  margin-bottom: 60px;
}

.patner {
  height: 70px;
  padding: 0 64px;
}
.partner-a{
  height: 100%;
  width: auto;
 }
.patner img {
  width: auto;
  /* height: auto; */
  /* width: 15%; */
  min-height: 100% !important;
  max-height: 100%;
  /* aspect-ratio: 1/1; */
  /* object-fit: contain; */
  /* mix-blend-mode: color-burn; */
  padding: 10px 0;
}
/*-----Patner Section-----*/

/*-----find Parceldex-----*/
.main-findParceldex-page {
  .findeParceldex-2nd-section {
    .parceldex-branch-section {
      .parceldex-branch-card {
        transition: 0.7s;
      }

      .parceldex-branch-card:hover {
        background-color: #f27c2118;
        box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
        transform: scale(1.05);
      }
    }
  }
}
/*-----find Parceldex-----*/