@import url("https://fonts.googleapis.com/css2?family=Big+Shoulders:opsz,wght@10..72,100..900&family=Roboto+Condensed:ital,wght@0,100..900;1,100..900&display=swap");
@import url(responsive.css);
/* create root */
:root {
  --primary-color: #ffcc00;
  --secondary-color: #000000;
  --tertiary-color: #ffefae;
  --hover-color: #c21b20;
  --button-color: #d40511;
}

a {
  text-decoration: none;
  color: var(--secondary-color);
}

header,
#scrolling_nav,
#MobileMenu {
  background: linear-gradient(
    to right,
    var(--primary-color),
    var(--tertiary-color)
  );
}

.hero-section {
  background: url("../Image/headerbg.jpg") no-repeat center center/cover;
  height: 70vh;
}

.sub_section {
  background: linear-gradient(
    to right,
    var(--primary-color),
    var(--tertiary-color)
  );
}

#third_box {
  position: relative;
}

input.form-control:focus {
  box-shadow: none;
}

.package_details {
  font-family: "Roboto Condensed", sans-serif;
}

/* for card desing */
.card-title {
  font-size: 15px;
}

.card_body {
  border-right: 1px solid #473d3d18;
}

.card_body:hover {
  box-shadow: 0px 0px 18px 1px #00000023;
}

.card_body:hover .card-title > a {
  color: var(--hover-color);
  transition: all 0.3s ease-in-out;
}

.card-text {
  font-size: 12px;
}

hr.divHr {
  color: #000000 !important;
  height: 3px;
  width: 13%;
  opacity: 100%;
}

.shadow-md {
  box-shadow: 0px 0px 10px -2px;
}

.long_card:hover a {
  color: var(--hover-color);
  text-decoration: underline;
}

.icon-text {
  font-size: 10px;
}

.bg-light {
  background: #f2f2f2 !important;
}

.btn-danger {
  background: var(--button-color) !important;
}

.btn-danger:hover {
  background: var(--hover-color) !important;
}

.text-danger {
  color: var(--button-color) !important;
}

.social_icon a {
  padding: 8px !important;
}

.social_icon a:hover {
  border: 1px solid black;
  border-radius: 4px;
  transition: 0.5s;
}

/*for ship page */
.ship_title {
  font-size: 2.5rem;
  color: #d40511;
  font-weight: 900;
}

select#floatingSelect:focus {
  box-shadow: none;
}

select#floatingSelect:hover,
#floatingInputGrid:hover {
  box-shadow: 0px 0px 10px 1px #00000023;
  transition: all 0.3s ease-in-out;
}

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

button.accordion-button:hover {
  color: var(--hover-color) !important;
}

.shipping_btn {
  border-top: 3px solid var(--button-color) !important;
  box-shadow: 1px 1px 3px 1px #00000030;
}

.btnOne,
.btnTwo {
  background: #0000001c;
  border-radius: 2px !important;
  padding: 12px 14px;
}

/* Remove the checkbox shadow */
.form-check-input:focus {
  box-shadow: none;
}

/* Change checkbox color to green */
.form-check-input:checked {
  background-color: #28a745;
  /* Green color */
  border-color: #28a745;
}

.form-check-input:checked:focus {
  box-shadow: none;
  /* Remove focus shadow */
}

/* change location section */

.ChangeLocation {
  background: #ffd119ba;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
  width: 100vw;
  position: fixed;
  top: 0%;
  left: 0;
  z-index: 9999;
}

#ChangeLocation {
  display: none;
}

#openLBox:hover {
  cursor: pointer;
}

.locatinBox {
  width: 40%;
  overflow-y: scroll;
  height: 80vh;
  margin: 21px 0px;
  left: 50%;
  transform: translateX(-50%);
}

.no-border-shadow {
  border: none !important;
  box-shadow: none !important;
}

.custom-select .form-select:focus {
  border-color: transparent !important;
  box-shadow: none !important;
}

/* For nav menu */
.nav_item p:hover {
  color: var(--hover-color);
  text-decoration: underline;
  cursor: pointer;
}
.nav_item p:focus i {
  color: green;
}
.nav_item:focus-within i,
.nav_item.active i {
  transform: rotate(180deg);
}
.nav_item i {
  transition: transform 0.3s ease;
}
.nav_item > p {
  position: relative;
  display: inline-flex;
  align-items: center;
}

.nav_item > p:after {
  position: absolute;
  content: "";
  background: var(--button-color);
  width: 100%;
  height: 4px;
  bottom: -21px;
  left: 0;
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
}
.nav_item.active > p:after {
  opacity: 1;
}

.nav_item {
  position: relative;
}

.nav_cart {
  position: absolute;
  width: 22rem;
  background: white;
  padding: 1rem;
  z-index: 1;
  overflow-y: scroll;
  top: 36px;
  height: 70vh;
  transform: scaleY(0);
  transform-origin: top;
  transition: transform 0.3s ease;
}
.nav_link:hover a {
  color: var(--hover-color);
  text-decoration: underline;
}

.enterprise_box {
  position: absolute;
  width: 100%;
  left: 0;
  z-index: 1;
  background: white;
  height: 70vh;
  top: 68px;
  transform: scaleY(0);
  transform-origin: top;
  transition: transform 0.3s ease;
}
.header_box_img img {
  height: 65vh !important;
}

b.man_icon i {
  transform: none !important;
}

#scrolling_nav {
  position: fixed;
  top: -100px;
  left: 0;
  width: 100%;
  background-color: white;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  transition: top 0.3s ease-in-out;
  z-index: 9999;
}

#scrolling_nav.show {
  top: 0;
}

.search_box_wrapper {
  display: flex;
  align-items: center;
}

.search_box {
  display: flex;
  align-items: center;
  width: 40px; /* Default collapsed width */
  overflow: hidden;
  transition: width 0.4s ease-in-out;
  position: relative;
  justify-content: space-between;
}

.search_box .search_input {
  background: transparent;
  outline: none;
  border: none;
  width: 0;
  transition: width 0.4s ease-in-out;
  opacity: 0;
}

/* Add border only when active */
.search_box.active {
  width: 250px; /* Expanded width */
  border-bottom: 2px solid black; /* Border appears only when clicked */
  margin-right: 1rem;
}

.search_box.active .search_input {
  width: 200px;
  opacity: 1;
}

/* Ensure search icon is always visible */
.search_icon {
  font-size: 14px;
  cursor: pointer;
  display: inline-block;
}

/* Hide close icon initially */
.close_icon {
  display: none;
  cursor: pointer;
}
.close_icon:hover {
  color: var(--hover-color);
  transition: 0.5s;
}
.doc_pack_item:hover {
  color: var(--hover-color);
  transition: 0.5s;
}
#sub_header {
  box-shadow: 0px 8px 25px -16px #00000070;
}

/* for mobile menu */
#MobileMenuBox {
  top: 58px;
  display: none;
  overflow-y: scroll;
  transition: transform 0.3s ease-in-out;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  height: 100vh;
}
#MobileMenuBox.open {
  display: block;
}
#MobileMeneItem {
  display: none;
  overflow: hidden;
  transition: display 0.3s ease;
}
#MobileMeneItem.open {
  display: block;
}

.toggle_item:hover p,
.toggle_item:hover a,
.toggle_item:hover i {
  color: var(--hover-color); /* Change this to your desired color */
  transition: color 0.3s ease-in-out;
}

/* for progress bar */
.progress_bar {
  width: 92% !important;
  height: 10px;
  position: absolute;
  content: " ";
  background: #67a31d;
  left: 4%;
}
.accordion-button:not(.collapsed){
  background-color: transparent !important;
  box-shadow: none !important;
  color: var(--button-color) !important;
}
.sub_progress_ber {
  color: red !important;
  background: red !important;
  width: 50% !important;
}

.icon_one {
  font-size: 38px;
  position: absolute;
  top: -14px;
  right: 33%;
  color: white;
}

.icon_two {
  font-size: 38px;
  position: absolute;
  top: -14px;
  left: 33%;
  color: white;
}
.progress_div {
  width: 100%;
  position: relative;
}
.progress_bar:after {
  position: absolute;
  content: " ";
  background: #64a31d;
  width: 10px;
  height: 17px;
  top: 0px;
  right: -9px;
  border-radius: 0px 17px 0px 0px;
}

.progress_bar:before {
  position: absolute;
  content: " ";
  background: #64a31d;
  width: 10px;
  height: 17px;
  bottom: 0px;
  left: -9px;
  border-radius: 0px 0px 0px 17px;
}

.circle {
  width: 31px;
  height: 33px;
  background: #64a31d;
  left: 37%;
  border-radius: 100%;
  border: 11px double #ffffff;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.location_icon:before {
  content: "\f3c5";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  margin-right: 8px;
  font-size: 22px;
  position: absolute;
  top: -8px;
  left: -31px;
  color: gray;
}

.location_icon {
  position: relative;
}

.shipment_card {
  position: relative;
}

.shipment_card:before {
  content: "\f0d8";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  font-size: 20px;
  position: absolute;
  color: gray;
  top: 3px;
  left: -16px;
}
.location_icon::after{
  position: absolute;
    content: " ";
    background: gray;
    width: 1px;
    height: 60px;
    left: -22px;
    top: 34px;
}
.last_card:after {
  width: 0 !important;
}

.shipment_card:after {
  position: absolute;
  content: " ";
  background: gray;
  width: .1rem;
  height: 60px;
  left: -11px;
  top: 34px;
}