/*
Theme Name: FreightExpress Child
Theme URI: https://freightexpress.qodeinteractive.com
Description: A child theme of FreightExpress
Author: Edge Themes
Author URI: https://qodeinteractive.com
Version: 1.0
Text Domain: freightexpress
Template: freightexpress
*/
.qodef-widget-holder.qodef--one {
  padding: 0 30px;
}

.qodef-icon-with-text.qodef-layout--float.qodef--retina img {
  margin: unset;
  margin-left: auto;
}

.qodef-image-date, .qodef-e-pin, .entry-date {
  display: none;
}

@media (max-width: 1200px) {
  #qodef-page-footer #qodef-page-footer-top-area .qodef-content-full-width {
    padding-left: 0;
    padding-right: 0;
  }
}
#qodef-page-footer #qodef-page-footer-top-area-inner {
  border-top: 1px solid #ccc;
}
#qodef-page-footer #qodef-page-footer-top-area-inner .qodef-grid-inner .qodef-grid-item {
  border-right: 1px solid #ccc;
}
#qodef-page-footer .qodef-copyright-text,
#qodef-page-footer .widget .qodef-widget-title,
#qodef-page-footer .widget a {
  color: #000;
}
#qodef-page-footer .qodef-content-full-width .qodef-grid-inner .qodef-grid-item {
  padding-left: 48px;
  padding-right: 48px;
}

.menu-item-has-children > a::after {
  content: "\f107";
  font-family: "FontAwesome";
  font-size: 12px;
  margin-left: 5px;
}

.swiper-button-prev, .swiper-button-next {
  background-color: #fff;
  border-radius: 50%;
  padding: 13px 19px;
}

.clipped-grid .e-con-full.e-flex.e-con.e-child {
  clip-path: polygon(36px 0, 100% 0, 100% calc(100% - 36px), calc(100% - 36px) 100%, 0 100%, 0 36px);
}

.qodef-number-with-text-and-button .qodef-m-image {
  width: 150px;
}
.qodef-number-with-text-and-button .qodef-m-content {
  margin-bottom: 16px;
}

.qodef-number-with-text.qodef-skin--light .qodef-button .qodef-m-text {
  color: unset;
}

.qodef-icon-list-item .qodef-icon-holder {
  margin-right: 12px;
}

.qodef-button.qodef-blog-back-button {
  border-color: #f94834;
  color: #f94834;
  margin-bottom: 30px;
}

.ui-accordion-content .qodef-m-text a {
  color: #f94834;
}
.ui-accordion-content .qodef-m-text a:hover {
  text-decoration: underline;
}

.qodef-qi-button.view-projects-button {
  text-decoration: underline;
}

#qodef-page-inner {
  padding: 70px 0 100px;
}

#qodef-top-area {
  display: block !important;
}
#qodef-top-area #qodef-top-area-inner {
  padding: 0 40px;
}
@media (max-width: 1200px) {
  #qodef-top-area #qodef-top-area-inner {
    padding: 0 10px;
  }
}
#qodef-top-area .qodef-widget-holder .widget {
  margin: 0 35px;
}
@media (max-width: 1200px) {
  #qodef-top-area .qodef-widget-holder .widget {
    margin: 0 10px;
  }
}

.wpml-language-switcher-block .wp-block-navigation-item__label {
  font-size: 12px;
  line-height: 12px;
  font-weight: 400;
}
.wpml-language-switcher-block .wp-block-navigation__submenu-container {
  margin-top: -3px !important;
  margin-left: -20px !important;
}
.wpml-language-switcher-block .wp-block-navigation__submenu-container .wp-block-navigation-item {
  background-color: #0f313a !important;
  padding: 10px 20px !important;
}
.wpml-language-switcher-block .wp-block-navigation__submenu-container .wp-block-navigation-item:hover {
  background-color: #061a1f !important;
}

/* Hero Section Styles */
.qodef-hero-section {
  width: 100%;
  box-sizing: border-box;
}
.qodef-hero-section .qodef-hero-bg {
  position: relative;
  width: 100%;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  gap: 10px;
  clip-path: polygon(36px 0, 100% 0, 100% calc(100% - 36px), calc(100% - 36px) 100%, 0 100%, 0 36px);
}
.qodef-hero-section .qodef-hero-bg .qodef-hero-bg-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 50%;
  pointer-events: none;
}
.qodef-hero-section .qodef-hero-top,
.qodef-hero-section .qodef-hero-bottom {
  position: relative;
  z-index: 2;
  width: 100%;
  display: flex;
  gap: 10px;
}
.qodef-hero-section .qodef-hero-top .qodef-hero-icon,
.qodef-hero-section .qodef-hero-bottom .qodef-hero-icon {
  width: 50px;
  height: 50px;
}
.qodef-hero-section .qodef-hero-top .qodef-hero-icon img,
.qodef-hero-section .qodef-hero-bottom .qodef-hero-icon img {
  display: block;
  width: 100%;
  height: 100%;
  max-width: none;
}
.qodef-hero-section .qodef-hero-bottom {
  justify-content: flex-end;
  align-items: flex-end;
}
.qodef-hero-section .qodef-hero-content {
  position: relative;
  z-index: 2;
  width: 100%;
  padding: 48px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  gap: 48px;
  justify-content: center;
}
.qodef-hero-section .qodef-hero-main-content {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
  justify-content: center;
  width: 100%;
}
.qodef-hero-section .qodef-hero-left {
  flex: 1 1 0;
  min-width: 1px;
  min-height: 1px;
  display: flex;
  flex-direction: column;
}
.qodef-hero-section .qodef-hero-left .qodef-hero-text-cta {
  display: flex;
  flex-direction: column;
  gap: 24px;
  width: 100%;
}
.qodef-hero-section .qodef-hero-left .qodef-hero-text-cta .qodef-hero-heading {
  font-family: "Inter", sans-serif;
  font-weight: 600;
  font-size: 46px;
  line-height: normal;
  color: #ffffff;
  margin: 0;
  width: fit-content;
  min-width: 100%;
}
.qodef-hero-section .qodef-hero-left .qodef-hero-text-cta .qodef-hero-button-wrapper {
  width: fit-content;
}
.qodef-hero-section .qodef-hero-right {
  flex: 1 1 0;
  min-width: 1px;
  min-height: 100px;
  height: 299px;
}
.qodef-hero-section .qodef-hero-nav-group {
  display: flex;
  flex-wrap: wrap;
  gap: 17px;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
}
.qodef-hero-section .qodef-hero-nav-group .qodef-service-link {
  width: 120px;
  height: 120px;
  background: rgba(255, 255, 255, 0.02);
  border: 1px solid #ffffff;
  backdrop-filter: blur(7px);
  -webkit-backdrop-filter: blur(7px);
  position: relative;
  display: block;
  text-decoration: none;
  transition: all 0.3s ease;
}
.qodef-hero-section .qodef-hero-nav-group .qodef-service-link:hover {
  background: rgba(255, 255, 255, 0.1);
  border-color: #ffffff;
  transform: translateY(-4px);
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.3);
}
.qodef-hero-section .qodef-hero-nav-group .qodef-service-link .qodef-service-link-inner {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  padding: 8px;
  width: 120px;
  height: 120px;
  overflow: hidden;
}
.qodef-hero-section .qodef-hero-nav-group .qodef-service-link .qodef-service-link-inner .qodef-service-number {
  font-family: "Inter", sans-serif;
  font-weight: 500;
  font-size: 16px;
  color: #ffffff;
  text-align: right;
  width: 100%;
  margin: 0;
  line-height: normal;
}
.qodef-hero-section .qodef-hero-nav-group .qodef-service-link .qodef-service-link-inner .qodef-service-title {
  font-family: "Inter", sans-serif;
  font-weight: 600;
  font-size: 16px;
  color: #ffffff;
  line-height: normal;
  width: 100%;
}
@keyframes qodef-hero-slide-up {
  0% {
    opacity: 0;
    transform: translate3d(0, 50px, 0);
  }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
@keyframes qodef-hero-fade-scale {
  0% {
    opacity: 0;
    transform: scale(0.95);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
.qodef-hero-section .qodef-hero-heading {
  animation: qodef-hero-slide-up 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
  animation-delay: 0.15s;
  opacity: 0;
  will-change: transform, opacity;
}
.qodef-hero-section .qodef-hero-button-wrapper {
  animation: qodef-hero-slide-up 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
  animation-delay: 0.3s;
  opacity: 0;
  will-change: transform, opacity;
}
.qodef-hero-section .qodef-hero-nav-group .qodef-service-link {
  animation: qodef-hero-slide-up 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
  opacity: 0;
  will-change: transform, opacity;
}
.qodef-hero-section .qodef-hero-nav-group .qodef-service-link:nth-child(1) {
  animation-delay: 0.4s;
}
.qodef-hero-section .qodef-hero-nav-group .qodef-service-link:nth-child(2) {
  animation-delay: 0.475s;
}
.qodef-hero-section .qodef-hero-nav-group .qodef-service-link:nth-child(3) {
  animation-delay: 0.55s;
}
.qodef-hero-section .qodef-hero-nav-group .qodef-service-link:nth-child(4) {
  animation-delay: 0.625s;
}
.qodef-hero-section .qodef-hero-nav-group .qodef-service-link:nth-child(5) {
  animation-delay: 0.7s;
}
.qodef-hero-section .qodef-hero-nav-group .qodef-service-link:nth-child(6) {
  animation-delay: 0.775s;
}
.qodef-hero-section .qodef-hero-bg-image {
  animation: qodef-hero-fade-scale 0.75s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
  animation-delay: 0s;
  opacity: 0;
  will-change: transform, opacity;
}
@media (max-width: 1024px) {
  .qodef-hero-section .qodef-hero-content {
    gap: 32px;
  }
  .qodef-hero-section .qodef-hero-left {
    min-width: 100%;
  }
  .qodef-hero-section .qodef-hero-left .qodef-hero-text-cta .qodef-hero-heading {
    font-size: 32px;
  }
  .qodef-hero-section .qodef-hero-right {
    display: none;
  }
  .qodef-hero-section .qodef-hero-nav-group {
    gap: 10px;
  }
  .qodef-hero-section .qodef-hero-nav-group .qodef-service-link {
    width: 100px;
    height: 100px;
  }
  .qodef-hero-section .qodef-hero-nav-group .qodef-service-link .qodef-service-link-inner {
    width: 100px;
    height: 100px;
    padding: 6px;
  }
  .qodef-hero-section .qodef-hero-nav-group .qodef-service-link .qodef-service-link-inner .qodef-service-number,
  .qodef-hero-section .qodef-hero-nav-group .qodef-service-link .qodef-service-link-inner .qodef-service-title {
    font-size: 14px;
  }
}

.qodef-number-with-text .qodef-m-number {
  min-width: 65px;
}

.qodef-button.qodef-html--link {
  text-transform: unset !important;
}

.elementor-widget-freightexpress_core_hero_section {
  width: 100%;
}

#qodef-page-footer .widget a:hover {
  color: #f94834 !important;
}

/*# sourceMappingURL=style.css.map */
