header {
  background-color: white;
  position: sticky;
  top: 0;
  z-index: 1000;
}

.marquee:hover {
  animation-play-state: paused;
}

.nav-link {
  color: var(--black) !important;
  font-size: 15px;
  font-weight: 400;
}

.ctabtn {
  max-width: fit-content;
  padding: 10px 15px;
  border: 0;
  color: black;
  border-radius: 20px;
  font-weight: 600;
  float: right;
}


.nav-link:hover {
  color: var(--darkblue) !important;
}

button {
  padding: 5px 20px;
  border: 1px solid var(--darkblue);
  border-radius: 5px !important;
}

.dropdown-menu {
  display: block;
  padding: 1rem !important;
  border-radius: 20px !important;
  box-shadow: none;
  border: none !important;
}

.dropdown-item {
  padding: 0 !important;
  font-size: 13px;
  font-weight: 600 !important;
}

.dropdown-menu .col {
  padding: 0 1rem;
}

.mega-menu-header {
  color: var(--darkgrey);
  font-size: 12px;
  padding-bottom: 10px;
  border-bottom: 1px solid #e4e4e4;
  margin-bottom: 5px;
  text-transform: uppercase;
}

.mega-menu-description {
  font-size: 10px;
  color: #666;
  margin-bottom: 10px;
}

.dropdown-hover:hover > .dropdown-menu {
  display: inline-block;
}

.dropdown-hover > .dropdown-toggle:active {
  pointer-events: none;
}

.dropdown-item:focus,
.dropdown-item:hover {
  background-color: transparent !important;
  color: var(--darkblue) !important;
}

#homeHeroSection {
  min-height: 90vh;
  flex-direction: column;
  /* background: linear-gradient(to bottom, #006acd, rgb(255, 255, 255)); */
  background-image: url('../../images/gradient-bg.jpg');
  background-size: cover;
  /* background: linear-gradient(
    to bottom,
    rgba(255, 89, 13, 1) 0%,
    rgba(255, 255, 255, 1) 50%,
    rgba(0, 117, 61, 1) 100%
  ); */
  background-position: center;
  /* background-size: contain; */
  z-index: 10;
}

#deliveryicon {
  display: flex;
}

#homeHeroSection::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  /* background: url("../../images/background.png") no-repeat center center; */
  /* background-color: black; */
  background: linear-gradient(
    to top, 
    rgba(255, 255, 255, 1) 0%,  /* solid bottom */
    rgba(255, 255, 255, 0) 100% /* transparent top */
  );
  background-size: cover;
  opacity: .1;
  z-index: 0;
}

.btn-primary{
  background: linear-gradient(130deg, #f3aa60, #78b173) !important;
  border: 0 !important;
}

#deliveryicon {
  margin-bottom: 40px;
}

#deliveryicon > img {
  transition: box-shadow 0.3s ease;
  animation: float-odd 3s ease-in-out infinite;
}

#deliveryicon > img:nth-child(even) {
  animation: float-even 3s ease-in-out infinite;
}

@keyframes float-odd {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
}

@keyframes float-even {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(10px);
  }
}

#courier1,
#courier2,
#courier3,
#courier5,
#courier6,
#courier7,
#courier8,
#courier4 {
  position: absolute;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  overflow: hidden;
  border: 4px solid rgba(8, 95, 209, 0.432); /* Semi-transparent outer circle */
  display: flex;
  justify-content: center;
  align-items: center;
  object-fit: contain;
  background: white; /* Optional for contrast */
}

#courier1 {
  bottom: 8%;
  left: 8%;
  width: 90px;
  height: 90px;
}
#courier2 {
  bottom: 30%;
  right: 17%;
  height: 80px;
  width: 80px;
}
#courier3 {
  top: 20%;
  left: 80%;
  height: 90px;
  width: 90px;
  padding: 10px;
}
#courier4 {
  top: 20%;
  left: 25%;
  height: 70px !important;
  padding: 5px;
}
#courier5 {
  top: 40%;
  left: 5%;
  height: 70px !important;
  padding: 5px;
}
#courier6 {
  top: 63%;
  left: 22%;
  height: 60px;
  width: 60px;
  padding: 5px;
}
#courier7 {
  top: 80%;
  left: 90%;
  height: 70px !important;
  padding: 5px;
}
#courier8 {
  top: 43%;
  left: 90%;
  height: 70px !important;
  padding: 5px;
}

#courier1 img,
#courier2 img,
#courier3 img,
#courier4 img,
#courier5 img,
#courier6 img,
#courier7 img,
#courier8 img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  border-radius: 50%;
}

#homeHeroSection > * {
  gap: 100px;
  z-index: 10;
}

.search-container {
  width: 50%;
}

.servicesImg {
  max-height: 350px;
}
.hero-title {
  max-width: 1200px;
  width: 100%;
  margin: auto;
  z-index: 10;
  font-size: 40px !important;
  line-height: 50px !important;
}

.input-with-button {
  position: relative;
}

.input-with-button input {
  padding-right: 100px;
  height: 50px;
  border: none;
  border-radius: 30px;
  box-shadow: 0 5px 20px rgba(155, 155, 155, 0.1);
  transition: box-shadow 0.3s ease;
}

.input-with-button button {
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  height: auto;
  padding: 5px 15px;
}

footer {
  background-color: var(--grey);
}

.icon-list a {
  font-size: 14px;
}

.icon-list a i {
  margin-right: 5px;
}

.social-icons {
  gap: 15px;
  font-size: 20px;
  justify-content: flex-end;
}

.footer-links * h5 {
  text-transform: uppercase;
  font-weight: bold;
  margin-bottom: 15px;
}

.footer-links * ul,
.policies-list li {
  list-style: none;
  padding: 0;
  font-size: 13px;
}

.footer-links * li {
  margin-bottom: 10px;
}

.policies-section {
  margin-bottom: 20px;
}

.policies-list {
  list-style-type: none;
}

.policies-list li {
  margin-right: 20px; /* Space between each link */
}
.policies-list li a {
  color: white;
  text-decoration: none;
  transition: color 0.3s;
}

.policies-list li a:hover {
  color: #1da1f2; /* Twitter blue on hover */
}
.copyright {
  font-size: 13px;
}
.navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3E%3Cpath stroke='black' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}

.navbar-toggler {
  border-radius: 0 !important;
}

.pr-marquee {
  padding: 0;
}

.section-title {
  font-size: 36px;
}

.pr-marquee hr {
  background-color: #adadad;
}

.marquee-container {
  overflow: hidden;
  position: relative;
  width: 100%;
  padding: 20px 0;
}

.marquee-1 {
  gap: 30px;
  width: max-content;
  animation: marquee 20s linear infinite;
}

.marquee-1 img {
  height: 30px;
  width: auto;
  object-fit: contain;
}

@keyframes marquee {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}

.marquee-2 {
  gap: 100px;
  width: max-content;
  animation: marquee 25s linear infinite;
}

.marquee-2 img {
  height: 30px;
  width: auto;
  object-fit: contain;
}

.marquee-3 {
  gap: 70px;
  width: max-content;
  animation: marquee 25s linear infinite;
}

.marquee-3 img {
  height: 70px;
  width: 200px;
  object-fit: contain;
  box-shadow: 2px 2px 10px #e4e4e4;
  border-radius: 10px;
  padding: 10px 20px;
}

#featuresHome * > p {
  font-size: 16px;
  color: grey;
}

.feature-items-container {
  display: grid;
  grid-template-columns: repeat(4, minmax(200px, 1fr));
  gap: 10px;
  margin-top: 20px;
}

.feature-item {
  display: flex;
  gap: 10px;
  color: black;
  padding: 20px 15px;
  font-size: 16px;
  text-align: left;
  border: 2px solid var(--grey);
  /* box-shadow: 0px 5px 20px 20px rgba(224, 224, 224, 0.123); */
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.swiper-pagination {
  display: flex !important;
  margin-bottom: 20px !important;
  font-size: 18px !important;
  color: #05082e;
  justify-content: end;
}

.all-features-btn {
  padding: 10px 25px;
  border: unset;
  border-radius: 15px;
  color: white;
  z-index: 1;
  background: #3194ea;
  position: relative;
  -webkit-box-shadow: 4px 8px 19px -3px rgba(0, 0, 0, 0.27);
  box-shadow: 4px 8px 19px -3px rgba(109, 184, 255, 0.27);
  transition: all 250ms;
  overflow: hidden;
}

.all-features-btn::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 0;
  background-color: #38a2ff;
  z-index: -1;
  -webkit-box-shadow: 4px 8px 19px -3px rgba(0, 0, 0, 0.27);
  box-shadow: 4px 8px 19px 3px rgba(0, 86, 245, 0.27);
  transition: all 250ms;
}

.all-features-btn:hover {
  color: #e8e8e8;
}

.all-features-btn:hover::before {
  width: 100%;
}
.feature-item i {
  color: var(--grey);
  background-color: var(--blue);
  border-radius: 50%;
  padding: 5px;
  margin-right: 10px;
  width: 24px;
  height: 24px;
  font-size: 16px;
}
.feature-item:hover {
  transform: scale(1.04);
}

#featuresHome > * > button {
  background-color: #1da1f2;
  color: white;
}

.service-card {
  overflow: hidden;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  margin-bottom: 20px;
  height: auto !important;
  text-align: center;
  background-color: #ffffff; /* Adding background color for better visibility */
}

.service-card img {
  width: 50%;
  height: 100px;
  margin: auto;
  object-fit: contain;
}

.service-card .card-title {
  font-size: 16px;
  font-weight: 800;
  margin: 0 0 8px;
  color: #333;
}

.card-a {
  color: var(--blue) !important;
}

.card-body p {
  font-size: 16px;
  color: grey;
  margin: 0;
  line-height: 1.5;
  font-weight: 400;
}

.appContainer {
  border-radius: 50px;
  background-image: linear-gradient(270deg, #0047ab 0%, #1ca9c9 66%);
}

.appMobileContainer {
  color: white;
  background-image: linear-gradient(270deg, #0047ab 0%, #1ca9c9 66%);
}

.appContainer .row .col-md-6 p,
.appContainer .row .col-md-6 i {
  color: white;
  margin-bottom: 0;
}

.appFunction {
  gap: 10px;
  align-items: center;
  margin-bottom: 10px;
}

.appMobileImage {
  background: url("../../images/appBanner.webp");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

#benefitsHome {
  color: black;
}

.grid-container {
  display: grid;
  grid-template-columns: repeat(2, 1fr); /* 2 columns */
  gap: 10px;
  padding: 30px 10px;
  align-items: center;
}

.grid-item {
  text-align: left;
  padding: 30px 30px;
  box-shadow: 0 0 30px #e4e4e4;
}

.grid-item h4 {
  font-weight: 700;
  font-size: 18px;
}

.grid-item p {
  color: rgb(68, 68, 68);
}

.benefitsRow {
  align-items: center;
}

.benefitsImg {
  height: 60px;
}

/* Ecommcerce Shipping */
.navbar-toggler,
.service-card,
.countercards,
.eComShippingChoose * > .card,
.eComShippingFAQ * > .accordion-item {
  border: 0px !important;
}

.countercards {
  box-shadow: 7px 8px 20px #e4e4e4;
}

.eComDomesticHero {
  background: url("../../images/DC11.png");
  min-height: 600px;
  height: 90vh;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.intCargoHero {
  background: url("../../images/international/IDC_HERO.png");
  min-height: 600px;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
}

.advCards {
  background-color: black !important;
  border-radius: 20px !important;
  color: white;
  text-align: center;
  height: 395px;
  width: 95%;
}

.advIcon {
  background-color: white;
  color: black;
  margin: auto;
  padding: 5px;
  border-radius: 50px;
  height: 25px;
  width: 25px;
}

.featuredCard.card-1 {
  background: url("../../images/international/IDC_F1.png");
  background-repeat: no-repeat;
  background-position: bottom;
  height: 531px;
}

.featuredCard.card-2 {
  background: url("../../images/international/IDC_F2.png");
  background-repeat: no-repeat;
  background-position: right;
}

.featuredCard.card-2 p,
.featuredCard.card-3 p {
  padding-right: 350px;
  padding-left: 25px;
}

.featuredCard.card-3 {
  background: url("../../images/international/IDC_F3.png");
  background-repeat: no-repeat;
  background-position: right;
}

.advCard1 {
  background: linear-gradient(to top, #000, #7d1af6);
  background-size: contain;
  background-position: right;
  background-repeat: no-repeat;
  border-radius: 20px;
  width: 90%;
}

.advCard2 {
  background: url("../../images/international/IDC_ADV_2.png");
  background-size: cover;
  height: 100%;
}

.ICadvImg {
  height: 126px;
  width: 129px;
}

.advCard1 * > h5 {
  font-size: 20px;
}

.advCard1 * > p {
  font-size: 9px;
}

.domesticFeatures * > h2 {
  max-width: 70%;
  margin: auto;
}

.card-icons-row {
  height: 150px;
  align-items: center;
  box-shadow: 0px 0px 30px rgb(145, 145, 145, 0.24);
  border-radius: 20px;
}

#domestic-tools-1 {
  background: url("../../images/domestic/early-cod.png");
  height: 473px;
  background-size: contain;
  border-radius: 40px;
  background-repeat: no-repeat;
}

#domestic-tools-3 {
  background: url("../../images/domestic/Dashboard.png");
  height: 571px;
  background-size: contain;
  border-radius: 40px;
  background-repeat: no-repeat;
}

#domestic-tools-2 {
  background: url("../../images/domestic/live-shipment.png");
  height: 516px;
  background-size: contain;
  border-radius: 40px;
  padding-left: 50px;
  background-repeat: no-repeat;
}

#domestic-tools-4 {
  background: url("../../images/domestic/pickup.png");
  height: 551px;
  background-size: contain;
  border-radius: 40px;
  padding-left: 50px;
  background-repeat: no-repeat;
}

.domestic-number {
  background-color: #0047ab;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 30px;
}

.eComShippingMap * > .text {
  background-image: url("../../images/grid_only.png");
  height: 400px;
  color: black;
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  overflow: hidden;
  z-index: 5;
}

.eComShippingMap * > .text::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 20px;
  background: radial-gradient(
    circle,
    rgba(255, 255, 255, 0) 40%,
    rgba(255, 255, 255, 1) 100%
  );
  filter: blur(0px);
  z-index: 0;
  pointer-events: none;
}

.eComShippingMap h2,
.eComShippingMap p {
  z-index: 10 !important;
}

.card-number {
  color: var(--blue);
  font-weight: bold;
  font-size: 40px;
  border: 2px solid var(--blue);
  border-radius: 50%;
  text-align: center;
  width: 80px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.choose-card-body h5 {
  color: var(--black);
  font-weight: bold;
}

.eComShippingChoose * > .col-md-4 {
  border-radius: 30px;
}

.eComShippingFAQ * > button {
  font-weight: 600;
}

.whychoose {
  text-align: left;
}

.eCombenefitsImg {
  height: 120px;
}

.benefitLink {
  color: var(--blue) !important;
  text-decoration: underline !important;
  margin-top: 20px !important;
}

.stepsSection {
  padding: 30px;
}
/* General Styling */
.eComShippingCategories {
  text-align: center;
}

.card-container {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  width: 100%;
  overflow: hidden;
}

/* Card Styles */
.hover-card {
  background: rgb(230 241 255);
  border-radius: 20px;
  transition: width 0.3s ease, transform 0.3s ease;
  width: 150px;
  height: 250px;
  overflow: hidden;
  position: relative;
  cursor: pointer;
  flex-shrink: 0;
  display: flex;
  justify-content: center; /* Center horizontally */
  align-items: center; /* Center vertically */
}

.hover-card:hover {
  width: 300px;
  background: rgb(230 241 255);
}

/* Vertical Heading Style */
.hover-card h5 {
  margin: 0;
  font-size: 1rem;
  font-weight: bold;
  color: #333;
  text-transform: uppercase;
  writing-mode: vertical-rl; /* Make text vertical */
  text-orientation: mixed; /* Improve readability of vertical text */
  transition: opacity 0.3s ease;
  z-index: 1;
}

/* Hidden Content */
.hover-card .card-content {
  opacity: 0;
  position: absolute;
  top: 10px;
  left: 10px;
  right: 10px;
  bottom: 10px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
  transition: opacity 0.3s ease;
  z-index: 0;
}

.hover-card .card-content img {
  width: 50px;
  height: 50px;
  object-fit: contain;
  transition: transform 0.3s ease;
}

/* Hover Effects */
.hover-card:hover h5 {
  opacity: 0; /* Hide the heading on hover */
}

.hover-card:hover .card-content {
  opacity: 1; /* Show the hidden content */
}

.hover-card:hover .card-content img {
  transform: scale(1.2); /* Scale the image on hover */
}

/* Description Text */
.hover-card .card-content p {
  font-size: 0.875rem;
  color: #666;
  text-align: center;
  margin: 0;
}

.eComShippingCategoriesMobile * > .col-md-8 > * .card {
  border: 0 !important;
}

.solutionsImg {
  height: 400px;
  max-width: auto;
}
.solutionsHome {
  padding-top: 40px;
}

.solutionsHome * > p {
  font-size: 16px;
  color: grey;
}

.solutionsHome * > hr {
  width: 60%;
  color: #0047ab;
}

.termsHero {
  background-color: rgb(228, 240, 255);
  padding: 20px;
}

.termsHeroImg {
  height: 250px;
}
.privacyHeroImg {
  mix-blend-mode: multiply;
  height: 300px;
}

.mdpHero {
  height: 80vh;
}

.abdBenefits {
  width: 49% !important;
  padding: 20px;
  margin-bottom: 30px;
  border-radius: 20px;
  box-shadow: 1px 1px 20px #eeeeee;
}

.abdBenefitsImg {
  height: 150px;
  width: 200px;
  object-fit: contain;
}

.whyBigship * > .card {
  background-color: transparent;
}

.whyBigship * > h2 {
  line-height: 55px;
  margin-left: 30px;
}

.whyBigship * > .col-md-4 {
  background: url("../../images/grid-3\ bg.svg");
  border-radius: 20px;
}

#load-more-btn {
  color: #0047ab;
  font-weight: 600;
  font-size: 18px !important;
  margin-top: 20px;
}

.card-icon {
  font-size: 30px;
  color: #007bff;
  width: 50px;
  height: 50px;
  margin-right: 15px;
}

.card-icon2 {
  font-size: 30px;
  color: #007bff;
  height: 50px;
  margin-right: 15px;
}

#calenderIcon {
  width: 41px;
}

#truckIcon {
  width: 45px;
}

#markerIcon {
  width: 46px;
}

#moneyIcon {
  width: 54px;
}
.feature-hidden {
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  transition: max-height 0.5s ease, opacity 0.5s ease;
}

.feature-visible {
  max-height: 500px; /* Adjust as needed */
  opacity: 1;
  transition: max-height 0.5s ease, opacity 0.5s ease;
}

.process-steps {
  padding-right: 20px;
}

.steps-list {
  list-style: none;
  padding: 0;
}

.step {
  margin-bottom: 20px;
  opacity: 0.5;
  transition: opacity 0.3s, transform 0.3s;
}

.step.active {
  opacity: 1;
  transform: scale(1.05);
}

.step.active .step-title {
  opacity: 1;
  transform: scale(1.05);
  color: #0047ab;
}
.step p {
  color: grey;
}

.step-title {
  font-weight: bold;
}

.process-images {
  position: relative;
  height: 100%;
}

.image-wrapper {
  position: relative;
  width: 100%;
  height: 500px;
  overflow: hidden;
}

.process-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.process-image.active {
  opacity: 1;
  z-index: 1;
}

.cta-1 {
  background: url("../../images/blue-dots.svg");
  border-radius: 20px;
}

.cta-h2 {
  max-width: 70%;
  margin: auto;
  font-size: 40px;
  line-height: 60px;
}

.cta-img {
  height: 350px;
  position: absolute;
  bottom: 0;
  padding: 0;
}

.cta-1 * > button {
  border-radius: 10px !important;
  font-size: 20px;
  padding: 10px 30px;
  font-weight: 500;
}

.cta-1 * > button {
  color: black;
}

.cta1-gradient {
  background: linear-gradient(to right, #ffd76c, #b744db);
  height: 15px;
  width: 100%;
  padding: 0;
  margin: 0;
  border-radius: 0 0 20px 20px;
}

.abdheroImg {
  width: 80%;
  object-fit: cover;
}

.swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
}

.swiper-pagination-vertical.swiper-pagination-bullets,
.swiper-vertical > .swiper-pagination-bullets {
  right: 95% !important;
  left: 0;
}

/* .servicesContainer {
  background: url("../../images/GradientBg.png");
  background-repeat: no-repeat;
  background-size: cover;
  height: fit-content !important;
  padding-bottom: 50px;
} */

.list-group-item.active {
  background-color: #ebf6ff !important;
  border: 0 !important;
}

.list-group-item,
.list-group {
  background-color: #ebf6ff !important;
  border: 0 !important;
  border-radius: 20px !important;
}

.all-features {
  padding: 0 10px !important;
}
.list-group-item {
  padding: 0.75rem 1rem;
}
.all-features * > .list-group-item.active a {
  color: #007bff !important;
}

.steps-guide {
  background-color: #f6fafe;
  padding: 20px;
  border-radius: 20px;
}

.steps-guide-h2 {
  font-weight: 700;
  color: #0b5ed7;
}

.steps-guide-card-col {
  background-color: #f7f6fe;
  padding: 20px 30px !important;
  border-radius: 20px;
  height: 160px;
}

.benefitsMPL * > .row {
  background: #f6fafe;
  padding: 30px 0;
  border-radius: 20px;
  height: 250px;
}

.benefitsMPL * > .row:hover {
  box-shadow: 0 5px 15px #38383866;
}

.benefitsCOD {
  background-color: #f6fafe;
  padding: 30px 20px;
  border-radius: 20px;
  margin-left: -10px;
}

.CODbanner {
  background-color: #efdfff;
  padding: 30px 20px;
  border-radius: 20px;
}

.advMPO {
  background-color: #fcdec0;
  padding: 30px 20px;
  border-radius: 20px;
  margin-left: -10px;
}

.benefitsSwiper * > .swiper-slide {
  background-color: #eef2ff;
  padding: 30px;
  border-radius: 20px;
}

.workingCORE,
.benefitsSP,
.advMCP * > .card {
  background-color: #dfefff;
  padding: 30px;
  border-radius: 20px;
  border: 0;
}

.core * > .card {
  border: 0;
}
.benefitsLabels {
  background-color: #dfefff;
  padding: 30px;
  border-radius: 20px;
}

.benefitsSupport {
  background-color: #fff0dd91;
  padding: 30px;
  border-radius: 20px;
}

.metrics {
  padding: 100px 30px;
  border-radius: 20px;
}

#metrics1 {
  background-color: #fff0dd;
}
#metrics2 {
  background-color: #ffdddd;
}
#metrics3 {
  background-color: #ddffdd;
}
#metrics4 {
  background-color: #f0ddff;
}

.custom-card {
  border-radius: 20px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}
.custom-card-header {
  text-align: center;
  color: rgb(58, 58, 58);
  padding: 15px;
  font-size: 1.15rem;
  font-weight: bold;
}

.bigship-way {
  background-color: #f3e5a7;
  color: black;
}

.bigship-way > * {
  color: black;
}

.custom-card-body {
  padding: 20px;
  font-size: 1rem;
  line-height: 1.6;
}
.custom-card-body ol {
  padding-left: 20px;
}
.custom-card-body li {
  margin-bottom: 20px;
}
.bulkswiper-slide {
  height: 300px !important;
}

#bulkswiper1 {
  background-color: #ffe7a3;
  padding: 20px;
  border-radius: 20px;
}
#bulkswiper2 {
  background-color: #efd3ff;
  padding: 20px;
  border-radius: 20px;
}
#bulkswiper3 {
  background-color: #ffe3d3;
  padding: 20px;
  border-radius: 20px;
}
#bulkswiper4 {
  background-color: #f6d3ff;
  padding: 20px;
  border-radius: 20px;
}
.bulkSwiperImg {
  height: 200px;
  border-radius: 20px;
}
.intServicesheroImg {
  height: 550px;
}

/* Card default styles */
.intShipCards {
  height: 400px !important;
  border-radius: 20px !important;
  border: 0 !important;
  background-color: #dff0ff !important;
}

/* Card image styles */
.intShipCardsImg {
  height: 250px;
  object-fit: cover;
  object-position: center;
  border-radius: 20px 20px 0 0 !important;
}

.intWorking * > h2 {
  background-color: #dfefff;
  color: #298df1;
  border-radius: 20px;
  padding: 20px 0;
}

.intProcessImg {
  height: 400px;
}

.aboutUsImg {
  height: 120px;
  object-fit: contain;
}

.intServicesImg {
  height: 300px;
}

.contactHero,
.aboutHero {
  background: url("../../images/blue-dots.svg");
  padding: 100px 0;
  color: white;
}

.contactHero * > h1 {
  font-size: 24px !important;
}

.contactUs * > i {
  font-size: 30px;
  color: #0047ab;
}

.aboutHero * > h1 {
  font-size: 40px !important;
}

.aboutCard {
  background-color: #cfe5ff !important;
  padding: 40px 20px;
  border-radius: 20px;
}

.aboutCard * > h3 {
  color: #0047ab;
}

.MFDimg {
  height: 250px;
}

.StatusImg {
  height: 500px;
}

.timeline {
  position: relative;
  margin: 50px auto;
  padding: 40px 0;
  width: 1000px;
  box-sizing: border-box;
}
.timeline:before {
  content: "";
  position: absolute;
  left: 50%;
  width: 2px;
  height: 100%;
  background: #c5c5c5;
}
.timeline ul {
  padding: 0;
  margin: 0;
}
.timeline ul li {
  list-style: none;
  position: relative;
  width: 50%;
  padding: 20px 40px;
  box-sizing: border-box;
}
.timeline ul li:nth-child(odd) {
  float: left;
  text-align: right;
  clear: both;
}
.timeline ul li:nth-child(even) {
  float: right;
  text-align: left;
  clear: both;
}
.content {
  padding-bottom: 20px;
}
.timeline ul li:nth-child(odd):before {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  top: 24px;
  right: -6px;
  background: rgb(91, 176, 255);
  color: #fff;
  border-radius: 18px;
  box-shadow: 0 0 0 3px rgba(130, 199, 255, 0.404);
}
.timeline ul li:nth-child(even):before {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  top: 24px;
  left: -4px;
  background: rgb(91, 176, 255);
  color: #fff;
  border-radius: 18px;
  box-shadow: 0 0 0 3px rgba(130, 199, 255, 0.404);
}
.timeline ul li h3 {
  padding: 0;
  margin: 0;
  color: rgb(0, 0, 0);
  font-weight: 600;
}
.timeline ul li p {
  margin: 10px 0 0;
  padding: 0;
}
.timeline ul li .time h4 {
  margin: 0;
  padding: 0;
  font-size: 14px;
}
.timeline ul li:nth-child(odd) .time {
  position: absolute;
  top: 12px;
  right: -100px;
  margin: 0;
  padding: 8px 16px;
  background: rgb(91, 176, 255);
  color: #fff;
  border-radius: 18px;
  box-shadow: 0 0 0 3px rgba(130, 199, 255, 0.404);
}
.timeline ul li:nth-child(even) .time {
  position: absolute;
  top: 12px;
  left: -100px;
  margin: 0;
  padding: 8px 16px;
  background: rgb(91, 176, 255);
  color: #fff;
  border-radius: 18px;
  box-shadow: 0 0 0 3px rgba(130, 199, 255, 0.404);
}

.homeBusiness1 {
  background: url("../../images/home/HOME_B1.png");
  background-position: center;
  background-size: contain;
  height: 336px;
  background-repeat: no-repeat;
}

.homeBusiness2 {
  background: url("../../images/home/HOME_B2.png");
  background-position: center;
  background-size: contain;
  height: 336px;
  background-repeat: no-repeat;
}

.homeBusiness3 {
  background: url("../../images/home/HOME_B3.png");
  background-position: center;
  background-size: contain;
  height: 336px;
  background-repeat: no-repeat;
}

.homeBusiness4 {
  background: url("../../images/home/HOME_B4.png");
  background-position: center;
  background-color: #0da40d !important;
  background-size: contain !important;
  height: 336px;
  background-repeat: no-repeat;
}

.homeBusiness4M {
  background: url("../../images/home/HOME_B4_M.png");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  width: 95%;
  height: 150px;
}

.homeBusiness5 {
  background: url("../../images/home/HOME_B5.png");
  background-position: bottom;
  background-size: contain !important;
  height: 336px;
  background-repeat: no-repeat;
}

.homeBusiness4 h3 {
  width: 85%;
  border-radius: 20px;
  position: absolute;
  bottom: 30px;
  margin: auto;
  left: 0;
  right: 0;
}

.homeBusiness4M h3 {
  margin: 90px auto 0;
  border-radius: 10px;
  width: 95%;
  font-size: 12px;
}

.homeBusiness3 h3 {
  width: 85%;
  border-radius: 20px;
  margin: auto;
}

.homeBusiness1 h3,
.homeBusiness2 h3,
.homeBusiness3 h3 {
  font-size: 32px !important;
}

.ICFeatures {
  background: linear-gradient(to bottom, #5b52c3, #000 82%);
}

.featuredCard {
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.4);
  border-radius: 20px;
}

.solCard {
  position: relative;
  box-shadow: 0 0 27.5px rgba(148, 148, 148, 0.32);
  border-radius: 20px !important;
}

.solCard::before {
  content: "";
  position: absolute;
  background: url("../../images/international/Rectangle.png");
  background-repeat: no-repeat;
  top: 40px;
  height: 100%;
  width: 100%;
  z-index: -1;
  left: 20px;
  border-radius: 20px;
  transform: rotate(-3.75deg);
}

.solCard * > h3 {
  font-size: 35px;
}

.solCard * > p {
  color: black !important;
}

.solCard * > .cardImg {
  width: 90%;
  height: 260px;
  margin: auto;
  text-align: center;
  display: flex;
}

.accordion-item {
  margin-bottom: 20px;
  border: 0px !important;
  box-shadow: 0 0 27.5px rgba(148, 148, 148, 0.25) !important;
  border-radius: 10px !important;
}

.accordion-button {
  font-weight: 600;
}
.accordion-button:not(.collapsed) {
  color: black !important;
  font-weight: 600;
  background-color: white !important;
  box-shadow: none !important;
}

@media (max-width: 1000px) {
  .timeline {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .timeline {
    width: 100%;
    padding-bottom: 0;
  }
  h1 {
    font-size: 40px;
    text-align: center;
  }
  .timeline:before {
    left: 20px;
    height: 100%;
  }
  .timeline ul li:nth-child(odd),
  .timeline ul li:nth-child(even) {
    width: 100%;
    text-align: left;
    padding-left: 50px;
    padding-bottom: 50px;
  }
  .timeline ul li:nth-child(odd):before,
  .timeline ul li:nth-child(even):before {
    top: -18px;
    left: 16px;
  }
  .timeline ul li:nth-child(odd) .time,
  .timeline ul li:nth-child(even) .time {
    top: -30px;
    left: 50px;
    right: inherit;
  }
}

.FaqsheroImg {
  height: 500px;
}

.faqsHero {
  background: linear-gradient(to left, #fff8d7, #f8e383);
}

.card-title {
  height: 30px !important;
}

.card-top {
  padding: 0 16px;
}

.b2bHero {
  background: linear-gradient(to left, #ffecd7, #c583f8);
}

.hyperlocalHero {
  background: url("../../images/hyperlocal/Hero.png");
  background-repeat: no-repeat;
  background-size: contain;
  max-height: 100vh;
  height: 80vh;
  background-position: center;
}

.hyperlocalBlack {
  border-radius: 20px;
}

.hyperlocalBlack * > h2 {
  font-size: 42px !important;
}

#hyperlocal_feature_1 {
  background: url("../../images/hyperlocal/F1.png");
  background-size: cover;
  background-repeat: no-repeat;
  min-height: 100%;
  border-radius: 20px;
}

#hyperlocal_feature_2,
#hyperlocal_feature_3,
#hyperlocal_feature_4,
#hyperlocal_feature_5,
#hyperlocal_feature_6,
#hyperlocal_feature_7 {
  border-radius: 20px;
  background-size: cover;
  background-repeat: no-repeat;
  background-color: black;
}

#hyperlocal_feature_2 button {
  margin-bottom: -20px;
}

#hyperlocal_feature_4 {
  min-height: 100%;
  background-color: black;
  background: url("../../images/hyperlocal/F5.png");
}

.steps {
  position: relative;
  padding: 30px 40px;
  border-radius: 20px;
  min-height: 120px;
  box-shadow: 0 0 50px #dadada;
}

.content-container {
  max-width: 70%;
  margin: auto;
}
.B2bImg {
  width: 200px;
  object-fit: cover;
  height: 200px;
  object-position: right;
  border-radius: 20px;
}

.typesB2b * > .card {
  background-color: rgb(238, 238, 238);
  border-radius: 20px;
}

.b2bcardnumber {
  height: 50px !important;
  width: 50px !important;
  font-size: 30px !important;
}

/* Base Section Styling */
.b2b-image-container {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.b2b-step-image {
  display: none; /* Hide all images by default */
  transition: opacity 0.5s ease-in-out; /* Smooth transition */
  position: absolute; /* Stack images on top of each other */
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  border-radius: 8px;
}
.b2b-step-image.b2b-active {
  display: block; /* Show the active image */
}

.b2b-step {
  margin-bottom: 1rem;
  transition: color 0.3s ease-in-out;
}

.b2b-step h5 {
  transition: color 0.3s ease-in-out;
}

.b2b-step.b2b-active h5 {
  color: #135dac;
}

.b2b-step.b2b-active p {
  color: #495057;
}

.b2b-step:not(.b2b-active) h5 {
  color: #6c757d;
}

.b2b-step:not(.b2b-active) p {
  color: #adb5bd;
}

.b2b-image-container {
  position: relative;
  height: 300px; /* Adjust as needed */
  overflow: hidden; /* Prevent images from overflowing */
}

.how-to-ship * > .card {
  background: linear-gradient(to bottom, #105aba, #6c62da);
  border-radius: 20px;
}

.step-number {
  position: absolute;
  left: -15px;
  top: -15px;
  color: white;
  font-weight: 600;
  border-radius: 100%;
  padding: 20px;
  background: linear-gradient(to bottom, #0282dd, #3a31d9);
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.Intabout * {
  text-align: center;
}

.title {
  font-weight: 600;
}

.hyperlocalImg {
  height: 80px;
  margin-bottom: 10px;
}

.ship-your-order * > img {
  height: 600px;
}

.partnersImg {
  max-width: 200px;
  height: 60px;
  object-fit: contain;
  text-align: left;
}

.partnersCardtitle {
  color: black !important;
  font-size: 15px !important;
}

.partnersCardDesc {
  color: grey !important;
  font-size: 15px !important;
}

.partnersCard {
  box-shadow: 5px 5px 15px #e4e4e4;
  padding: 20px;
  border-radius: 20px !important;
  min-height: 440px;
}

.partnersHero {
  background-image: url("../../images/Partners.webp");
  background-size: cover;
  height: 70vh;
  display: flex;
  align-items: center;
  justify-content: center;
}

.partnersHero * > h1 {
  font-size: 40px !important;
}

.partnersHero * > p {
  padding: 0 280px;
}

.domesticShippingMapImg {
  height: 500px;
}

.domesticCardImg {
  height: 70px;
}

.domesticheroImg {
  height: 350px;
}

.domesticShipping h2 {
  max-width: 70%;
  margin: auto;
}

.domesticShipping * > p {
  padding-right: 150px;
}

.domesticShipping * > .card {
  border-radius: 20px !important;
  border: 0 !important;
  background-color: #dff0ff !important;
}

.domesticShippingImg {
  height: 250px;
  object-fit: cover;
  object-position: center;
  border-radius: 20px 20px 0 0 !important;
}

.pressImg {
  height: 400px;
}

.allFeaturesHero {
  height: 600px;
  background: url("../../images/AllFeatures.webp");
  background-size: cover;
}

.allFeaturesHero * > h1 {
  padding: 0 200px;
}

.allfeaturesImg {
  height: 60px;
  width: 60px;
}

.allFeaturesLink {
  color: #0b5ed7 !important;
}

.swiper-pagination.swiper-pagination-bullets.swiper-pagination-vertical {
  transform: rotate(90deg);
  gap: 10px;
}

.LHeroSection {
  background-repeat: no-repeat;
  background-size: cover !important;
  background-position: bottom;
}

.locationText {
  -webkit-text-stroke: black 1px;
  font-size: 70px !important;
}

.LUspSection {
  background: url("../../images/delhi/USP.png");
}

.LFloatingImg {
  position: absolute;
}

#LFloatingImg-1 {
  right: 120px;
  top: 250px;
}

#LFloatingImg-2 {
  right: 40px;
  top: 170px;
}

#LFloatingImg-3 {
  left: 40px;
  top: 170px;
}
.LCTA span {
  font-size: 36px;
}

.LCTA {
  height: 350px;
  border-radius: 20px;
  justify-content: center;
  background-position-x: 300px;
}

.text-neon {
  color: rgb(228, 255, 121);
}

.LUSPSlider {
  border-radius: 20px;
  background: linear-gradient(to bottom, #3e3e3e, #141414);
}

.uspImg {
  height: 150px;
  object-fit: contain;
  z-index: 0;
}

.swiper-nav-wrapper {
  position: absolute;
  bottom: 0px;
  right: 0;
  width: 10%;
  display: flex;
  justify-content: space-between;
  padding: 0 20px;
  pointer-events: none;
}

.swiper-button-prev,
.swiper-button-next {
  pointer-events: auto;
}

.InternationalHero {
  background-size: contain;
  background-repeat: no-repeat;
}
