:root {
  --red: #fa2f36;
  --blue: #0b2d59;
  --dark-blue: #001e45;
  --light-red: #fdf1f0;
  --dark-red: #e31e24;
  --darker-red: #bd0f15;
}

* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  font-family: "Inter", serif;
}

a,
a:hover {
  text-decoration: none;
}

.bg-red {
  background-color: var(--red);
}

.bg-dark-red {
  background-color: var(--dark-red);
}

.bg-darker-red {
  background-color: var(--darker-red);
}

.bg-blue {
  background-color: var(--blue);
}

.bg-dark-blue {
  background-color: var(--dark-blue);
}

.bg-light-red {
  background-color: var(--light-red);
}

.c-white {
  color: white !important;
}

.c-red {
  color: var(--dark-red) !important;
}

.c-blue {
  color: var(--dark-blue);
}

.c-black {
  color: #000;
}

.fw-800 {
  font-weight: 800 !important;
}

.fw-400 {
  font-weight: 400 !important;
}

.td-underline {
  text-decoration: underline !important;
}

body.modal-open {
  padding-right: 0 !important;
}

html {
  overflow-y: scroll;
  /* Always show scrollbar */
}

.get-quote {
  border: 2px solid var(--red) !important;
  color: #fff !important;
  padding: 1px 15px;
  font-size: 13px;
  transition: background-color 1s ease;
}

.get-quote:hover {
  background-color: var(--red);
  color: white;
}

.track {
  transition: background-color 1s ease;
}

.track:hover {
  background-color: var(--darker-red);
}

.last-link {
  margin-top: 2px;
}

.nav-link {
  color: #fff !important;
  font-size: 13px !important;
  padding: 0 15px !important;
  text-transform: uppercase;
  border-right: 2px solid #fff;
}

.nav-link.active {
  color: var(--dark-red) !important;
  font-weight: 900 !important;
}

nav {
  background-color: #0b2d59;
  box-shadow: 0 4px 2px -2px rgba(0, 0, 0, 0.2);
  padding: .7rem 1rem !important;
}

.navbar-dark .navbar-toggler {
  color: #fff;
  border-color: #fff;
}

.no-border {
  border-right: none;
}

/* .navbar-nav li:hover > ul.dropdown-menu {
  display: block;
}
.dropdown-item {
  font-size: 13px;
}
.dropdown-item:hover {
  background-color: transparent;
  color: #4a74e6;
}
.dropdown-menu {
  min-width: 7rem;
}
.dropdown-toggle::after {
  display: none;
} */
.dropdown-item {
  font-size: 14px;
}

/* .banner img {
  width: 1799px;
  object-fit: cover;
  object-position: 50% 50%;
} */

.banner-text-center {
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
}

.centered {
  position: absolute;
  top: 50%;
  left: 40%;
  transform: translate(-60%, -40%);
  color: #fff;
  background-color: rgba(250, 47, 54, 0.8);
  padding: 2rem;
  width: 500px;
}

.centered p:first-child {
  font-size: 16px;
  letter-spacing: 0.35em;
}

.centered h2 {
  letter-spacing: 0.03em;
  font-size: 2.5rem;
  line-height: 1.2em;
  margin-bottom: 24px;
}

.connect-btn {
  transition: background-color 1s ease;
  background-color: var(--blue);
  color: #fff;
  padding: 5px 25px;
  border-radius: 25px;
  font-size: 13px;
}

.connect-btn i {
  transition: color 1s ease;
  color: var(--red);
  font-size: 13px;
  margin-left: 5px;
}

.connect-btn:hover {
  background-color: transparent;
  text-decoration: none;
  color: #fff;
  border: 1px solid var(--blue);
}

.connect-btn:hover i {
  color: var(--blue);
}

.heading {
  font-size: 2.4rem;
  font-weight: 700;
}

.sevice-card {
  border-radius: 15px;
}

.sevice-card h3 {
  font-weight: 700;
}

.sevice-card p {
  cursor: pointer;
}

.know-more-btn {
  transition: background-color 1s ease;
  background-color: var(--red);
  color: #fff;
  padding: 5px 25px;
  border-radius: 25px;
  font-size: 13px;
  font-weight: 500;
  /* border: none; */
  border: 1px solid var(--red);
}

i {
  /* transition: color 1s ease; */
  color: #fff;
  font-size: 13px;
  margin-left: 5px;
}

.know-more-btn:hover {
  background-color: transparent;
  text-decoration: none;
  color: #fff;
  border: 1px solid var(--red);
}

.know-more-btn:hover i {
  color: var(--red);
}

.experience-and-happy-customer {
  background: url(images/All_World_Express_Cargo_and_Trade-Home-Number_back.png) no-repeat center;
  background-size: cover;
}

.experience-and-happy-customer .row {
  display: flex;
  justify-content: space-evenly;
}

.number-card {
  background-color: var(--red);
  padding: 1rem 1rem;
  border-radius: 15px;
}

.number-card h1 {
  font-size: 4rem;
  font-weight: 700;
}

.client-card {
  background-color: #fff;
  border: 2px solid red;
  border-radius: 15px;
}

.blog {
  position: relative;
}

.blog img {
  height: 65vh;
}

.blog-text {
  /* position: absolute;
  top: 8px;
  left: 16px; */
  position: absolute;
  top: 0%;
  left: 50%;
  color: #fff;
}

/* Services Menu */

.services-menu {
  max-width: 300px;
}

.services-menu ul {
  list-style-type: none;
  padding: 0;
}

.services-menu li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 3px 0;
  border-bottom: 1px solid var(--dark-blue);
}

.services-menu li a {
  color: white;
  text-decoration: none;
  font-size: 1.2rem;
}

.services-menu li img {
  width: 15px;
}

.footer-list li {
  list-style-type: none;
}

.footer-list li a {
  text-decoration: none;
  color: #000 !important;
}

.footer-social {
  display: flex;
  justify-content: start;
  align-items: center;
  gap: 10px;
}

.footer-social li {
  list-style: none;
}

.footer-social a {
  text-decoration: none;
}

.footer-social img {
  width: 30px;
  height: 30px;
  transition: transform 0.2s;
}

.footer-social img:hover {
  transform: scale(1.1);
}

.footer .row:nth-child(3) {
  border-top: 2px solid var(--dark-red);
}

.airline-shipping h5 a:hover {
  color: #fff;
}

input::placeholder,
.custom-select,
textarea::placeholder {
  /* color: #ced4da; */
  font-size: 13px;
}

/* Default style for unchecked radio buttons */
input[type="radio"] {
  appearance: none;
  width: 12px;
  height: 12px;
  border: 2px solid red;
  border-radius: 50%;
  background-color: transparent;
  cursor: pointer;
}

.form-check-label {
  font-size: 14px;
}

/* Style for checked radio buttons */
input[type="radio"]:checked {
  background-color: transparent;
  border: 2px solid red;
  position: relative;
}

input[type="radio"]:checked::before {
  content: "";
  width: 5px;
  height: 5px;
  border-radius: 50%;
  /* Circular selected dot */
  background-color: red;
  /* Red dot in the center */
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  /* Center the dot */
}

.close {
  color: var(--red);
  text-shadow: none;
  opacity: 1;
  position: absolute;
  right: 1rem;
  top: -1rem;
}

.close:hover {
  opacity: 1 !important;
}

#applicationFormModal .close {
  top: 0.1rem;
}

.close:focus-visible,
button:focus,
.close:not(:disabled):not(.disabled):focus,
.close:not(:disabled):not(.disabled):hover {
  outline: none !important;
}

.contact-card p img {
  width: 28px;
  height: 20px;
}

.contact-heading {
  font-size: 1.2rem;
}

.c-pointer {
  cursor: pointer;
}

.blog-content {
  font-size: 14px;
}

@media (min-width: 1200px) {
  p {
    font-size: 14px;
  }

  .banner {
    padding-top: 5.9rem;
  }

  .centered h2 {
    font-weight: 700;
  }

  .sevice-card h3 {
    font-size: 1.45rem;
  }

  .sevice-card p {
    font-size: 15px;
  }

  .custom-width {
    max-width: 700px;
  }

  .industry-sector-para-container {
    max-width: 800px;
  }

  .offset-md-1 {
    margin-left: 4.33% !important;
  }

  .logo {
    width: 75%;
  }

  .blog-text {
    padding: 1.3rem;
    width: 550px;
  }

}

@media (max-width: 767px) {

  /******** Home page ***********/
  .ml-3 {
    margin-left: 0 !important;
  }

  .nav-link {
    padding: 8px 8px !important;
    border: none !important;
  }

  .banner {
    padding-top: 5.5rem;
  }

  .centered {
    top: 18%;
    left: 50%;
    transform: translate(-60%, -40%);
    padding: 1rem;
    width: 305px;
  }

  .centered h2 {
    font-size: 1.2rem;
    font-weight: 800;
  }

  .logo {
    width: 65%;
  }

  .heading {
    font-size: 1.5rem;
    font-weight: 800;
  }

  .shipping-needs .row .col,
  .our-services .row .col-md-4,
  .industry-sectors .row .col,
  .air-line-tracking .row .col-md-4,
  .why-salon-owners .row:nth-child(1) .col-md-6 img {
    padding-bottom: 2rem;
  }

  .experience-and-happy-customer .row .col-md-3 {
    margin-bottom: 1.5rem;
  }

  .experience-and-happy-customer .row {
    padding: 1rem 1rem 1rem;
  }

  .industry-sectors .row .col .row .col-md-5 img {
    padding-bottom: 1rem;
  }

  .order-first {
    order: 1;
  }

  .advantage-us img,
  .timely-delivery img,
  .ultimate-logistic-solution img,
  .career img {
    padding-bottom: 1.5rem;
  }

  .blog-text {
    left: 0%;
    padding: 2rem;
  }

  .blog img {
    height: 55vh;
  }

  .track {
    width: 18%;
    margin-top: 8px;
  }

  /******** Home page ***********/

  .banner-text-center {
    top: 17%;
  }

  .banner-text-center h2 {
    font-size: 1.2rem;
  }

  .banner-text-center h2 img {
    width: 20%;
  }
}

@media (max-width:390px) {
  .navbar-brand {
    width: 65%;
  }

  .banner {
    padding-top: 4.7rem;
  }
}

/* For tablets and below */
@media (min-width:768px) and (max-width: 992px) {
  .nav-link {
    padding: 8px 8px !important;
    border: none !important;
  }

  .ml-3 {
    margin-left: 0 !important;
  }

  .track {
    width: 10%;
    margin-top: 8px;
  }

  .banner {
    padding-top: 7.2rem;
  }

  .centered {
    top: 25%;
  }

  .blog img {
    height: 35vh;
  }

  .blog-text {
    left: 35%;
    padding: 1rem;
  }

  .banner-text-center {
    top: 20%;

  }

  .industry-sectors .row .col {
    /* Full width for each column */
    flex: 0 0 100%;
    /* Ensure stacking vertically */
    max-width: 100%;
    margin-bottom: 2rem;

  }

}