@import url('./css/plugins.css');
@import url('./css/scrollbar.css');
@import url('./css/styles.css');

:root {
  --primary-color: #eb6e01;
}

.transforte-hero,
.feature-style01 {
  display: none !important;
}

.header-style2,
.header-style2 .navbar-default {
  background: #07111d !important;
}

.header-style2 .navbar-default,
.header-style2.scrollHeader .navbar-default {
  background: #07111d !important;
  border-bottom: 1px solid rgba(255, 255, 255, .12) !important;
}

.header-style2 .menu_area {
  min-height: 118px;
}

.header-style2 .navbar {
  min-height: 118px;
}

.header-style2 .navbar-brand img {
  max-height: 72px;
}

.header-style2 .navbar-nav {
  gap: 30px;
  margin-left: auto !important;
  margin-right: auto !important;
}

.header-style2 .navbar-nav > li > a,
.header-style2 .navbar-nav li a {
  color: #fff !important;
  font-size: 15px;
  font-weight: 900;
  letter-spacing: .2px;
  padding: 47px 0 39px !important;
  position: relative;
  text-transform: uppercase;
}

.header-style2 .navbar-nav > li.active > a,
.header-style2 .navbar-nav > li > a:hover {
  color: #ff7800 !important;
}

.header-style2 .navbar-nav > li.active > a:after,
.header-style2 .navbar-nav > li > a:hover:after {
  background: #ff7800;
  bottom: 28px;
  content: "";
  height: 3px;
  left: 0;
  position: absolute;
  width: 100%;
}

.tf-header-quote {
  align-items: center;
  background: #ff7a00;
  border-radius: 6px;
  color: #fff !important;
  display: inline-flex !important;
  font-size: 15px;
  font-weight: 900;
  gap: 22px;
  letter-spacing: .2px;
  padding: 10px !important;
  text-transform: uppercase;
}

.tf-header-quote:hover {
  color: #fff !important;
  transform: translateY(-1px);
}

.transforte-hero-redesign {
  background:
    linear-gradient(90deg, rgba(5, 12, 20, .98) 0%, rgba(5, 12, 20, .82) 34%, rgba(5, 12, 20, .34) 68%, rgba(5, 12, 20, .72) 100%),
    linear-gradient(180deg, rgba(5, 12, 20, .18), rgba(5, 12, 20, .9)),
    url("./img/hero.webp") center center / cover no-repeat;
  /* min-height: 840px; */
  overflow: hidden;
  padding: 25px 0;
  position: relative;
}

.transforte-hero-redesign:before {
  background:
    radial-gradient(circle at 7px 7px, rgba(255, 255, 255, .16) 0 2px, transparent 2px);
  background-size: 22px 22px;
  bottom: 0;
  content: "";
  height: 160px;
  left: 0;
  opacity: .32;
  position: absolute;
  width: 410px;
}

.transforte-hero-redesign:after {
  background: linear-gradient(90deg, rgba(5, 12, 20, .82), transparent 42%, rgba(255, 120, 0, .16));
  bottom: 0;
  content: "";
  left: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 0;
}

.tf-hero-content {
  color: #fff;
  max-width: 780px;
  position: relative;
  z-index: 2;
}

.tf-hero-kicker {
  align-items: center;
  color: #ff7800;
  display: inline-flex;
  font-size: 16px;
  font-weight: 900;
  gap: 14px;
  letter-spacing: .2px;
  margin-bottom: 22px;
  text-transform: uppercase;
}

.tf-hero-kicker i {
  border: 2px solid #ff7800;
  border-radius: 50%;
  display: inline-grid;
  height: 38px;
  place-items: center;
  width: 38px;
}

.tf-hero-content h1 {
  color: #fff;
  font-size: 66px;
  font-weight: 900;
  letter-spacing: -1.5px;
  line-height: 1.05;
  margin-bottom: 22px;
}

.tf-hero-content h1 strong {
  color: #ff7800;
  display: inline;
  font-weight: 900;
}

.tf-hero-content p {
  border-left: 3px solid #ff7800;
  color: rgba(255, 255, 255, .86);
  font-size: 20px;
  font-weight: 600;
  line-height: 1.55;
  margin: 0 0 34px;
  max-width: 650px;
  padding-left: 22px;
}

.tf-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.tf-hero-btn {
  align-items: center;
  border-radius: 6px;
  display: inline-flex;
  font-size: 15px;
  font-weight: 900;
  gap: 14px;
  min-height: 58px;
  padding: 0 30px;
  text-transform: uppercase;
}

.tf-hero-btn-primary {
  background: #ff7800;
  color: #fff;
}

.tf-hero-btn-primary:hover {
  background: #e56600;
  color: #fff;
}

.tf-hero-btn-whatsapp {
  background: rgba(5, 12, 20, .34);
  border: 1px solid #12a938;
  color: #fff;
}

.tf-hero-btn-whatsapp i {
  color: #15c84c;
  font-size: 24px;
}

.tf-hero-btn-whatsapp:hover {
  background: #12a938;
  color: #fff;
}

.tf-hero-btn-whatsapp:hover i {
  color: #fff;
}

.tf-freight-card {
  background: linear-gradient(145deg, rgba(46, 46, 46, .94), rgba(15, 23, 34, .96));
  border: 1px solid rgba(255, 120, 0, .48);
  border-radius: 9px;
  box-shadow: 0 26px 70px rgba(0, 0, 0, .42);
  color: #fff;
  padding: 42px 36px 30px;
  position: relative;
  z-index: 2;
}

.tf-freight-title {
  align-items: center;
  display: flex;
  gap: 18px;
  margin-bottom: 28px;
}

.tf-freight-title i {
  color: #ff7800;
  font-size: 34px;
}

.tf-freight-title h2 {
  color: #fff;
  font-size: 30px;
  font-weight: 900;
  letter-spacing: -.6px;
  margin: 0;
  position: relative;
}

/*.tf-freight-title h2:after {
  background: #ff7800;
  content: "";
  height: 2px;
  position: absolute;
  right: -78px;
  top: 50%;
  width: 50px;
}*/

.tf-freight-card label {
  color: #fff;
  display: block;
  font-size: 14px;
  font-weight: 800;
  margin: 0 0 9px;
}

.tf-field {
  align-items: center;
  border: 1px solid rgba(255, 120, 0, .52);
  border-radius: 6px;
  display: flex;
  gap: 14px;
  height: 52px;
  margin-bottom: 20px;
  padding: 0 18px;
}

.tf-field i {
  color: #ff7800;
}

.tf-field input,
.tf-field select {
  background: transparent;
  border: 0;
  color: #d8d8d8;
  flex: 1;
  height: 100%;
  outline: none;
  width: 100%;
}

.tf-field select option {
  color: #111;
}

.tf-freight-card button {
  align-items: center;
  background: #ff7800;
  border: 0;
  border-radius: 6px;
  color: #fff;
  display: flex;
  font-size: 15px;
  font-weight: 900;
  height: 56px;
  justify-content: center;
  margin-top: 22px;
  text-transform: uppercase;
  width: 100%;
  padding-left: 15px;
}

.tf-freight-card button i {
  margin-left: auto;
  padding-right: 12px;
}

.tf-freight-card small {
  color: rgba(255, 255, 255, .62);
  display: block;
  font-size: 12px;
  margin-top: 16px;
  text-align: center;
}

.tf-hero-features {
  background: rgba(7, 13, 22, .78);
  border: 1px solid rgba(255, 255, 255, .18);
  border-radius: 5px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin: 36px auto 0;
  max-width: 1300px;
  position: relative;
  z-index: 2;
}

.tf-hero-features article {
  align-items: center;
  display: flex;
  gap: 24px;
  padding: 26px 34px;
}

.tf-hero-features article + article {
  border-left: 1px solid rgba(255, 255, 255, .22);
}

.tf-hero-features span {
  align-items: center;
  border: 2px solid #ff7800;
  border-radius: 50%;
  color: #ff7800;
  display: inline-flex;
  flex: 0 0 70px;
  font-size: 32px;
  height: 70px;
  justify-content: center;
  width: 70px;
}

.tf-hero-features h3 {
  color: #fff;
  font-size: 19px;
  font-weight: 900;
  margin: 0 0 8px;
}

.tf-hero-features p {
  color: rgba(255, 255, 255, .72);
  font-size: 14px;
  line-height: 1.55;
  margin: 0;
}

a:hover,
a:active,
.text-primary,
.text-primary-hover:hover,
.text-primary-hover:active,
.text-primary-hover:focus,
.navbar-nav li.current > a,
.navbar-nav li.active > a {
  color: #eb6e01;
}

.bg-primary,
.primary-overlay[data-overlay-dark]:before,
.loader-icon,
.butn-style1,
.butn-style2,
.butn-style3,
.contact-submit-btn,
.btn-brand-03,
.service-card-icon {
  background-color: #eb6e01 !important;
}

.border-primary {
  border-color: #eb6e01 !important;
}

.navbar-default,
.header-style2.scrollHeader .navbar-default {
  /* background: #eb6e01 !important; */
  border-color: rgba(255, 255, 255, 0.2) !important;
}

.header-style2 .navbar-nav > li > a,
.header-style2 .navbar-nav li a,
.header-style2.scrollHeader .navbar-nav > li > a,
.attr-nav > ul > li > a {
  color: #fff !important;
}

.header-style2 .navbar-nav > li > a:hover,
.header-style2 .navbar-nav > li > a:focus,
.header-style2.scrollHeader .navbar-nav > li > a:hover {
  color: #fff !important;
  opacity: 0.82;
}

.navbar-brand img {
  max-height: 58px;
  width: auto;
}

.butn-style1 {
  background: #eb6e01 !important;
}

.butn-style1:before {
  background: #0f313a !important;
}

.butn-style1.white {
  background: #fff !important;
  color: #0f313a !important;
}

.section-title02 span,
.section-kicker,
.contact-page-badge span {
  color: #eb6e01 !important;
}

.section-title02 span:before,
.section-title02 span:after,
.list-style1 li:before,
.list-style3 li:before,
.list-style7 li:after,
.list-style8 li:after,
.list-style9 li:before,
.list-style10 li:before {
  background: #eb6e01 !important;
  color: #eb6e01 !important;
}

.transforte-hero {
  background:
    linear-gradient(115deg, rgba(15, 49, 58, 0.92), rgba(15, 49, 58, 0.68)),
    radial-gradient(circle at 80% 15%, rgba(235, 110, 1, 0.42), transparent 34%),
    linear-gradient(135deg, #102f36 0%, #193f48 48%, #eb6e01 100%);
}

.transforte-info-panel,
.transforte-contact-card,
.quote-panel,
.contact-form-panel,
.contact-info-box,
.service-card {
  border-top: 4px solid #eb6e01;
}

.transforte-info-panel,
.transforte-contact-card {
  background: #fff;
  box-shadow: 0 15px 45px rgba(15, 49, 58, 0.12);
  padding: 38px;
}

.transforte-info-panel span {
  color: #eb6e01;
  display: block;
  font-weight: 800;
  margin-bottom: 12px;
  text-transform: uppercase;
}

.transforte-info-panel ul {
  list-style: none;
  margin: 20px 0 0;
  padding: 0;
}

.transforte-info-panel li {
  border-bottom: 1px solid #edf0f2;
  padding: 10px 0;
}

.transforte-info-panel li:last-child {
  border-bottom: 0;
}

.transforte-service-card {
  background:
    linear-gradient(145deg, rgba(15, 49, 58, 0.96), rgba(15, 49, 58, 0.76)),
    linear-gradient(135deg, #eb6e01, #0f313a);
  min-height: 330px;
}

/* .process-block .count-size {
  align-items: center;
  border-radius: 50%;
  color: #fff;
  display: flex;
  height: 86px;
  justify-content: center;
  width: 86px;
} */
 .process-block .process-img .count-size {
    position: absolute;
    left: 64px;
    top: 0;
}

.process-block .count-size .number {
  color: #fff;
  font-weight: 800;
}

.service-card-icon {
  align-items: center;
  border-radius: 6px;
  color: #fff;
  display: inline-flex;
  font-size: 28px;
  height: 62px;
  justify-content: center;
  margin-bottom: 22px;
  width: 62px;
}

.contact-map-panel {
  min-height: 520px;
}

.floating-whatsapp {
    position: fixed;
    right: 50px;
    bottom: 115px;
    z-index: 1030;
    width: 60px;
    height: 60px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    color: #fff;
    background: #25d366;
    box-shadow: 0 16px 34px rgba(37, 211, 102, .35);
    text-decoration: none;
    font-size: 1.6rem;
}

@media screen and (max-width: 991px) {
  .header-style2 .menu_area,
  .header-style2 .navbar {
    min-height: 86px;
  }

  .header-style2 .navbar-brand img {
    max-height: 56px;
  }

  .navbar-nav {
    background: #07111d;
  }

  .header-style2 .navbar-nav > li > a,
  .header-style2 .navbar-nav li a {
    color: #fff !important;
    padding: 13px 20px !important;
  }

  .navbar-toggler,
  .header-style1 .navbar-toggler,
  .header-style2 .navbar-toggler,
  .header-style3 .navbar-toggler {
    background: #ff7800 !important;
  }

  .transforte-hero-redesign {
    min-height: auto;
    padding: 128px 0 38px;
  }

  .tf-hero-content h1 {
    font-size: 46px;
  }

  .tf-freight-card {
    padding: 32px 24px 26px;
  }

  .tf-hero-features {
    grid-template-columns: 1fr;
  }

  .tf-hero-features article + article {
    border-left: 0;
    border-top: 1px solid rgba(255, 255, 255, .18);
  }
}

@media screen and (max-width: 767px) {
  .transforte-hero-redesign {
    padding-top: 112px;
  }

  .tf-hero-content h1 {
    font-size: 36px;
    letter-spacing: -.7px;
  }

  .tf-hero-content p {
    font-size: 16px;
  }

  .tf-hero-actions {
    gap: 12px;
  }

  .tf-hero-btn {
    justify-content: center;
    width: 100%;
  }

  .tf-freight-title h2 {
    font-size: 25px;
  }

  .tf-freight-title h2:after {
    display: none;
  }

  .tf-hero-features article {
    align-items: flex-start;
    padding: 22px;
  }
}

.quote-landing {
  background: #fff;
}

.quote-fast-section {
  padding: 42px 0 68px;
}

.quote-fast-row {
  row-gap: 34px;
}

.quote-fast-copy {
  color: #070719;
  padding-right: 24px;
}

.quote-badge {
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 14px 38px rgba(15, 49, 58, 0.09);
  color: #070719;
  display: inline-block;
  font-size: 14px;
  font-weight: 800;
  margin-bottom: 28px;
  padding: 12px 18px;
}

.quote-fast-copy h1 {
  color: #111119;
  font-size: clamp(46px, 6vw, 74px);
  font-weight: 800;
  letter-spacing: 0;
  line-height: 1;
  margin-bottom: 32px;
  text-shadow: 0 5px 12px rgba(15, 49, 58, 0.16);
}

.quote-fast-copy p {
  color: #596071;
  font-size: 17px;
  line-height: 1.7;
  margin-bottom: 18px;
}

.quote-fast-copy p strong {
  color: #4d5262;
  font-weight: 800;
}

.quote-benefits {
  color: #656b7b;
  list-style: none;
  margin: 20px 0 22px;
  padding: 0;
}

.quote-benefits li {
  font-size: 15px;
  margin-bottom: 13px;
}

.quote-benefits li:before {
  color: #eb6e01;
  content: "✓";
  font-weight: 800;
  margin-right: 6px;
}

.quote-rating {
  color: #070719 !important;
  font-size: 15px !important;
}

.quote-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 14px 18px;
}

.quote-tags span {
  color: #070719;
  font-size: 14px;
  white-space: nowrap;
}

.quote-fast-panel {
  border: 1px solid #d9dbe0;
  border-radius: 4px;
  padding: 16px;
}

.quote-form-heading {
  margin-bottom: 12px;
}

.quote-form-heading span {
  color: #6a7080;
  display: block;
  font-size: 13px;
  margin-bottom: 4px;
}

.quote-form-heading h2 {
  color: #05093c;
  font-size: 26px;
  font-weight: 800;
  letter-spacing: 0;
  line-height: 1.1;
  margin: 0;
}

.quote-fast-form .row {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 1.05rem;
}

.quote-fast-form .form-group {
  margin-bottom: 0;
}

.quote-fast-form label {
  color: #596071;
  display: block;
  font-size: 14px;
  line-height: 1;
  margin-bottom: 8px;
}

.quote-fast-form .form-control {
  background: #eceeef;
  border: 0;
  border-radius: 5px;
  color: #0f313a;
  font-size: 15px;
  font-weight: 500;
  min-height: 54px;
  padding: 14px 30px;
}

.quote-fast-form .form-control::placeholder {
  color: #737b8c;
  opacity: 1;
}

.quote-fast-form textarea.form-control {
  min-height: 134px;
  padding: 14px 17px;
  resize: vertical;
}

.quote-form-note {
  color: #596071;
  font-size: 11px;
  line-height: 1.35;
  margin: 20px 0 0;
}

.quote-submit-btn {
  background: linear-gradient(180deg, #13d9dc 0%, #006bff 55%, #073dff 100%);
  border: 0;
  border-radius: 9px;
  color: #fff;
  font-size: 17px;
  font-weight: 800;
  letter-spacing: 1.7px;
  margin-top: 8px;
  min-height: 66px;
}

.quote-submit-btn:hover,
.quote-submit-btn:focus {
  background: linear-gradient(180deg, #eb6e01 0%, #f18718 100%);
  color: #fff;
}

.preloader-send {
  align-items: center;
  background: rgba(15, 49, 58, 0.94);
  display: none;
  height: 100vh;
  justify-content: center;
  left: 0;
  padding: 24px;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 999999;
}

.preloader-send.is-active {
  display: flex;
}

.preloader-send-box {
  align-items: center;
  background: #fff;
  border-top: 5px solid #eb6e01;
  box-shadow: 0 22px 70px rgba(0, 0, 0, 0.24);
  display: flex;
  flex-direction: column;
  max-width: 430px;
  padding: 42px 34px;
  text-align: center;
  width: 100%;
}

.preloader-send-spinner {
  animation: preloader-send-spin 0.85s linear infinite;
  border: 5px solid rgba(235, 110, 1, 0.22);
  border-top-color: #eb6e01;
  border-radius: 50%;
  display: block;
  height: 58px;
  margin-bottom: 22px;
  width: 58px;
}

.preloader-send h1 {
  color: #0f313a;
  font-size: 28px;
  font-weight: 800;
  letter-spacing: 0;
  line-height: 1.15;
  margin: 0 0 10px;
}

.preloader-send p {
  color: #596071;
  font-size: 15px;
  line-height: 1.5;
  margin: 0;
}

@keyframes preloader-send-spin {
  to {
    transform: rotate(360deg);
  }
}

@media screen and (max-width: 991px) {
  .quote-fast-section {
    padding: 32px 0 50px;
  }

  .quote-fast-copy {
    padding-right: 0;
  }

  .quote-fast-copy h1 {
    font-size: clamp(42px, 12vw, 62px);
  }
}

@media screen and (max-width: 575px) {
  .quote-fast-panel {
    padding: 14px;
  }

  .quote-fast-form .form-control {
    padding-left: 18px;
    padding-right: 18px;
  }

  .quote-tags span {
    white-space: normal;
  }
}
.home-services-simple {
    background: #f7f7f7;
    padding: 90px 0;
}

.home-services-heading {
    margin-bottom: 44px;
}

.home-services-heading span {
    color: #008b3a;
    display: block;
    font-weight: 800;
    margin-bottom: 6px;
}

.home-services-heading h2 {
    color: #070707;
    font-size: 42px;
    font-weight: 900;
    letter-spacing: 0;
    line-height: 1.08;
    margin: 0;
}

.home-services-grid {
    background: #fff;
    border-radius: 4px;
    box-shadow: 0 30px 70px rgba(0, 0, 0, .10);
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    margin: 0 auto;
    max-width: 1120px;
    overflow: hidden;
}

.home-service-item {
    align-items: center;
    background: #fff;
    border-bottom: 1px solid #e9e9e9;
    border-right: 1px solid #e9e9e9;
    color: #111;
    display: flex;
    gap: 22px;
    min-height: 138px;
    padding: 34px 30px;
    position: relative;
    transition: background-color .25s ease, box-shadow .25s ease, transform .25s ease;
}

.home-service-item:nth-child(3n) {
    border-right: 0;
}

.home-service-item:nth-last-child(-n + 3) {
    border-bottom: 0;
}

.home-service-item:before {
    background: #eb6e01;
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    top: 0;
    transform: scaleY(0);
    transform-origin: bottom;
    transition: transform .25s ease;
    width: 4px;
}

.home-service-item:hover {
    background: #fbfbfb;
    box-shadow: 0 20px 45px rgba(0, 0, 0, .12);
    color: #111;
    transform: translateY(-3px);
    z-index: 2;
}

.home-service-item:hover:before {
    transform: scaleY(1);
}

.home-service-icon {
    align-items: center;
    color: #eb6e01;
    display: inline-flex;
    flex: 0 0 58px;
    font-size: 38px;
    justify-content: center;
    transition: color .25s ease, transform .25s ease;
}

.home-service-item:hover .home-service-icon {
    color: #008b3a;
    transform: scale(1.08);
}

.home-service-item small {
    color: #99a0a8;
    display: block;
    font-size: 15px;
    line-height: 1;
    margin-bottom: 10px;
}

.home-service-item strong {
    color: #080808;
    display: block;
    font-size: 20px;
    font-weight: 900;
    line-height: 1.2;
}

@media (max-width: 991.98px) {
    .home-services-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .home-service-item:nth-child(3n) {
        border-right: 1px solid #e9e9e9;
    }

    .home-service-item:nth-child(2n) {
        border-right: 0;
    }

    .home-service-item:nth-last-child(-n + 3) {
        border-bottom: 1px solid #e9e9e9;
    }

    .home-service-item:nth-last-child(-n + 2) {
        border-bottom: 0;
    }
}

@media (max-width: 767.98px) {
    .home-services-simple {
        padding: 62px 0;
    }

    .home-services-heading h2 {
        font-size: 32px;
    }

    .home-services-grid {
        grid-template-columns: 1fr;
    }

    .home-service-item,
    .home-service-item:nth-child(2n),
    .home-service-item:nth-child(3n),
    .home-service-item:nth-last-child(-n + 2),
    .home-service-item:nth-last-child(-n + 3) {
        border-bottom: 1px solid #e9e9e9;
        border-right: 0;
    }

    .home-service-item:last-child {
        border-bottom: 0;
    }
}
