@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');
:root {
  --primary-color: #004C86; /* Example: Blue */
  --background-color: #F5F5F7; /* Example: White */
  --text-color: #0D162C; /* Example: Dark Gray */
}
* {
  font-family: 'Inter', sans-serif;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  color: var(--text-color);
  letter-spacing: -0.01em;
}
a {
  text-decoration: none;
  color: var(--primary-color);
}
p {
  margin-bottom: 0;
  line-height: 1.7;
}
h1, h2, h3, h4, h5, h6 {
  line-height: 125%;
}
.title {
  font-size: 64px;
  font-weight: 400;
  color: var(--text-color);
  line-height: 125%;
  letter-spacing: -0.01em;
  margin-top: 0 !important;
  padding: 0 15px;
}
.title .letter {
  display: inline-block;
  line-height: 1em;
}
.title_white {
  color: #ffffff;
}
.filter {
  position: relative;
}
.filter::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 1;
  background: rgba(13 22 44 / 0.5);
}
.filter > div,
.filter > h1 {
  position: relative;
  z-index: 2;
}
.vc_column_container>.vc_column-inner {
  padding: 0 !important;
}
.wpb_button, .wpb_content_element, ul.wpb_thumbnails-fluid>li {
  margin-bottom: 0 !important;
}
.vc_row {
  margin: 0 !important;
}
.vc_row::after,
.vc_row::before {
  display: none;
}
.wpb-content--blank .wpb-content-wrapper {
  max-width: 100% !important;
}

/* tabs fix */

.vc_tta.vc_general .vc_tta-panel-title {
  display: none;
}
.vc_tta.vc_tta-tabs .vc_tta-tabs-container {
  display: block !important;
}
.vc_tta.vc_general .vc_tta-panel-body {
  border: none !important;
}
.vc_tta-panel-heading {
  display: none !important;
}
.vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-body {
  background: none !important;
}

/* tabs fix end */
.container {
  max-width: 1310px;
  margin: 0 auto !important;
  padding: 0 15px !important;
  float: none !important;
}
.top-banner {
  min-height: 420px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.top-banner.contact {
  min-height: 580px;
}
.top-banner h1 {
  font-size: 74px;
  font-weight: 400;
  color: #ffffff;
  margin-top: 0;
  line-height: 125%;
  letter-spacing: -0.01em;
  padding-bottom: 10px;
}
.btns p {
  display: flex;
  justify-content: center;
  gap: 13px;
}
.btn {
  padding: 19px 40px !important;
  border-radius: 6px;
  font-size: 14px;
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
  text-decoration: none;
  transition: all 0.3s ease !important;
  cursor: pointer;
  height: 60px;
  display: inline-block;
  white-space: nowrap;
}
.btn_blue {
  background-color: var(--primary-color) !important;
  color: #ffffff !important;
  border: none !important;
  border: 1px solid var(--primary-color) !important;
}
.btn_blue:hover {
  background-color: #ffffff !important;
  color: var(--primary-color) !important;
  border: 1px solid var(--primary-color) !important;
}
.btn_white {
  background-color: #ffffff !important;
  color: var(--primary-color) !important;
}
.btn_white:hover {
  background-color: var(--primary-color) !important;
  color: #ffffff !important;
}
.btn_border {
  border: 1px solid var(--primary-color) !important;
  background-color: #fff !important;
  color: var(--primary-color) !important;
}
.btn_border:hover {
  background-color: var(--primary-color) !important;
  color: #ffffff !important;
}
.menu-toggle  {
  position: relative;
  width: 35px;
  height: 20px;
  border: none;
  background: transparent;
  cursor: pointer;
}
.menu-toggle span {
  position: absolute;
  width: 100%;
  height: 2px;
  background-color: var(--primary-color);
  border-radius: 2px;
  transition: all 0.3s ease;
}
.menu-toggle span:nth-child(1) {
  top: 0;
}
.menu-toggle span:nth-child(2) {
  top: 9px;
}
.menu-toggle span:nth-child(3) {
  bottom: 0;
}
.toggled .menu-toggle span:nth-child(1) {
  transform: rotate(45deg);
  top: 10px;
}
.toggled .menu-toggle span:nth-child(2) {
  opacity: 0;
}
.toggled .menu-toggle span:nth-child(3) {
  transform: rotate(-45deg);
  bottom: 8px;
}
.main-navigation ul {
  justify-content: flex-end;
  gap: 20px;
}
.main-navigation ul a {
  color: var(--text-color);
  font-size: 16px;
  font-weight: 400;
  text-decoration: none;
  transition: color 0.3s ease;
  font-family: 'Poppins', sans-serif;
}
.main-navigation ul a:hover,
.main-navigation ul li.current-menu-item a {
  color: var(--primary-color);
  font-weight: 500;
}
.footer-cta {
  background-size: cover;
  position: relative;
  margin-top: 50px !important;
  margin-bottom: -60px !important;
}
.footer-cta .container {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  max-width: 100%;
}
.footer-cta .container > .vc_column-inner {
  left: 50%;
  position: relative;
  transform: translateX(-50%);
  max-width: 1280px;
}
.footer-cta .footer-cta-content {
  max-width: 60%;
  padding: 50px;
  border-radius: 6px;
  display: none;
  position: relative;
  z-index: 4;
  overflow: hidden;
}
.footer-cta .footer-cta-content::before,
.footer-cta .cta-bg::before {
  content: '';
  position: absolute;
  z-index: 2;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: linear-gradient(to bottom, rgb(0 76 134) 5%, rgba(0 76 134 / 0.2) 60%);
  border-radius: 6px;
}

.footer-cta .footer-cta-content > div {
  position: relative;
  z-index: 2;
}
.footer-cta .footer-cta-content.active {
  display: block;
}
.tabs-nav .wpb_wrapper a {
  padding: 5px 30px 25px;
  line-height: 1;
  cursor: pointer;
  display: block;
  margin-bottom: -6px;
  font-size: 16px;
  font-weight: 500;
  color: #ffffff;
  background: var(--text-color);
  border-radius: 6px 6px 0 0;
  transition: all 0.3s ease;
}
.tabs-nav .wpb_wrapper a.active {
  background: var(--primary-color);
  cursor: default;
}
.footer-cta .btn {
  display: inline-block;
  margin-top: 20px;
  margin-right: 15px;
}
.footer-cta p {
  font-size: 24px;
  max-width: 900px;
  color: #ffffff;
  margin-bottom: 30px;
  max-width: 500px;
}
.page-id-1554 .footer-cta p {
  font-size: 28px;
}
.footer-cta .cta-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 2;
}
.footer-cta .cta-bg * {
  position: absolute;
  width: calc(100% + 102px);
  max-width: unset;
  height: calc(100% + 35px);
  left: -17px;
  top: -17px;
}
.footer-cta .cta-bg::before {
  position: absolute;
  width: calc(100% + 100px);
  max-width: unset;
  height: calc(100% + 100px);
  left: -50px;
  top: -50px;
}
.footer-cta .wpb_text_column {
  z-index: 4;
  position: relative;
}
.footer-cta .cta-bg img {
  object-fit: cover;
}
.tabs-nav .wpb_wrapper {
  display: inline-flex;
}

.site-header {
  padding: 15px 0 15px;
}
.site-header .container {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.header-top {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 20px;
  margin-bottom: 20px;
}
.header-top .btn {
  padding: 6px 25px !important;
  font-weight: 400;
  font-size: 15px;
  height: 36px;
  white-space: nowrap;
}
.header-phone {
  display: flex;
  align-items: center;
  color: var(--text-color);
  font-size: 15px;
  font-weight: 400;
  gap: 6px;
  text-decoration: none;
}
.home-title .vc_row.wpb_row.vc_inner.vc_row-fluid {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.home-title {
  overflow: hidden;
}
.home-title h1 {
  font-size: 56px;
  font-weight: 600;
  color: #ffffff;
  margin-bottom: 40px !important;
  margin-top: 40px !important;
  line-height: 125%;
  letter-spacing: -0.01em;
  padding-left: 50px;
}
.home-title h1 span {
  color: var(--primary-color);
  transition: all 0.3s ease;
}
.home-title h1.active span {
  color: #ffffff;
}
.home-title video {
  margin-bottom: -7px;
}
.home-title_video p {
  display: flex;
}

.vc_tta-tabs {
  margin-top: 20px;
  border-bottom: 1px solid var(--text-color);
}
.vc_tta-tabs .vc_tta-tab {
  margin: 0 15px;
}
.vc_tta-tabs .vc_tta-tab a {
  color: var(--text-color) !important;
  font-size: 24px;
  font-weight: 400;
  background: none !important;
  border: none !important;
  text-decoration: none !important;
  transition: all 0.3s ease !important;
}
.vc_tta-tabs .vc_tta-tab.vc_active a {
  border-bottom: 2px solid var(--text-color) !important;
}
.vc_tta-tabs-list {
  border-bottom: 1px solid #d9d9d9 !important;
}
.vc_tta-panels {
  border: none !important;
  background: transparent !important;
}
.latestPostWrap {
  display: flex;
  gap: 15px;
  justify-content: center;
}
.latestPostWrap .blogimg {
  height: 300px;
  border-radius: 6px;
  overflow: hidden;
  margin-bottom: 15px;
  background-size: cover;
  background-position: center;
}

.latestPostWrap .date {
  font-size: 14px;
  color: #7984a8;
  margin-bottom: 15px;
  font-weight: 600;
}
.latestPostWrap h3 {
  font-size: 18px;
  line-height: 1.6;
  font-weight: 600;
  font-family: 'Poppins', sans-serif;
  color: var(--text-color);
}
.blogPostItem {
  margin-bottom: 30px;
  max-width: 380px;
  transition: all 0.3s ease;
}
.blogPostItem:hover {
  transform: scale(1.1);
  background: var(--primary-color);
  padding: 10px;
  border-radius: 6px;
  box-shadow: 0 14px 24px rgba(16, 24, 57, 0.26);
}
.blogPostItem:hover .date {
  color: #ffffff;
}
.blogPostItem:hover h3 {
  color: #ffffff;
}
.home-blocks {
  display: flex;
  flex-wrap: wrap;
}
.home-blocks .wpb_column.vc_column_container.vc_col-sm-4 > div > .wpb_wrapper{
  padding: 10px;
  position: relative;
  height: 720px;
  display: flex;
  align-items: flex-start;
  overflow: hidden;
}
.home-blocks .wpb_column.vc_column_container.vc_col-sm-4 > div > .wpb_wrapper:hover .wpb_single_image img{
  transform: scale(1.1);
  transition: all 1s ease-in-out;
}
.home-blocks .wpb_column.vc_column_container.vc_col-sm-4 > div > .wpb_wrapper:hover .wpb_text_column{
  backdrop-filter: blur(25px);
}
.home-blocks .wpb_column.vc_column_container.vc_col-sm-4:nth-child(2) > div > .wpb_wrapper {
  align-items: flex-end;
}
.home-blocks .wpb_column.vc_column_container.vc_col-sm-4 .wpb_wrapper .wpb_text_column {
  border: 1px solid rgba(0, 0, 0, 0.3);
  background: rgba(0, 0, 0, 0.4);
  border-radius: 6px;
  backdrop-filter: blur(5px);
  position: relative;
  z-index: 3;
  padding: 20px;
  transition: all 0.3s ease;
}
.home-blocks .wpb_column.vc_column_container.vc_col-sm-4 .wpb_wrapper .wpb_text_column h3 {
  font-size: 28px;
  margin-bottom: 15px;
}
.home-blocks .wpb_column.vc_column_container.vc_col-sm-4 .wpb_wrapper .wpb_text_column p {
  font-size: 16px;
  margin-bottom: 20px;
}
.home-blocks .wpb_column.vc_column_container.vc_col-sm-4 .wpb_wrapper .wpb_text_column h3,
.home-blocks .wpb_column.vc_column_container.vc_col-sm-4 .wpb_wrapper .wpb_text_column p {
  color: #ffffff;
}
.home-blocks .wpb_column.vc_column_container.vc_col-sm-4 .wpb_wrapper .wpb_single_image,
.home-blocks .wpb_column.vc_column_container.vc_col-sm-4 .wpb_wrapper .wpb_single_image * {
  position: absolute;
  top: 0;
  z-index: 2;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1);
  transition: all 1s ease-in-out;
}
.home-tabs {
  padding: 60px 0 0 !important;
  max-width: 100%;
}
.home-tabs-text .title {
  max-width: 800px;
  margin: 0 auto;
}
.home-tabs-text .title span {
  color: var(--text-color);
  transition: all 0.3s ease;
}
.home-tabs-text .title.active span {
  color: var(--primary-color);
}
.home-tabs-text p {
  font-size: 26px;
  max-width: 1100px;
  margin: 10px auto !important;
  padding: 0 20px;
}
.home-tabs .vc_tta-panel-body {
  color: var(--text-color);
  padding: 40px 0 !important;
  border-bottom: 0 !important;
}
.home-tabs .vc_tta-panel-body h3 {
  font-weight: 700;
  font-size: 36px;
  margin-bottom: 15px;
}
.home-tabs .vc_tta-panel-body p {
  font-size: 18px;
  margin-bottom: 20px;
}
.home-tabs .items {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  margin-bottom: 40px !important;
  margin-top: 20px;
}
.home-tabs .item{
  color: #4b4b4b;
  width: calc(50% - 7.5px);
  padding: 20px;
  border: 1px solid #91d9f8;
  border-radius: 16px;
  background: rgba(145, 217, 248, 0.3);
}
.home-tabs .item,
.home-tabs .item p {
  font-size: 14px;
}
.home-tabs .item div {
  color: #4b4b4b;
}
.home-tabs .item_big {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 15px;
}
.home-tabs .item_big p {
  margin-bottom: 0 !important;
  display: flex;
  align-items: center;
}
.home-tabs .vc_general {
  border: none;
}
.tabs_left_col {
  padding: 30px 50px !important;
}
.footer-cta h2 {
  max-width: 900px;
  padding-top: 40px;
  font-size: 40px;
  padding-bottom: 15px;
}
.footer-cta h2.title {
  padding-left: 0;
  padding-right: 0;
}
.footer {
  padding-top: 70px;
}
.footer_cols {
  display: flex;
  gap: 30px;
  justify-content: space-between;
  padding-bottom: 50px;
}
.footer_col h3 {
  font-size: 24px;
  font-weight: 700;
  color: var(--text-color);
  margin-bottom: 20px;
}
.footer_col .social_icons {
  display: flex;
  gap: 13px;
  justify-content: flex-end;
}
.footer_col.center {
  text-align: center;
}
.footer_col.right {
  text-align: right;
  margin-left: auto;
  position: relative;
  z-index: 3;
}
.footer_col.right h3 {
  margin-top: 30px;
} 
.footer_bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 40px;
  padding-top: 30px;
  border-top: 1px solid #d9d9d9;
}
.home-about {
  padding: 75px 20px 63px !important;
}
.home-about p {
  font-size: 18px;
  color: var(--text-color);
  margin-bottom: 30px;
}
.home-about_content {

}
.home-about_content p {
  max-width: 550px;
}
.home-about_items {
  padding-top: 30px;
}
.home-about_items .wpb_single_image {
 margin-bottom: 20px !important;
}
.home-about_items p {
  margin-bottom: 50px !important;
  padding-right: 25px;
}
.home-about_items strong {
  display: inline-block;
  margin-bottom: 15px;
}

.home-numbers {
  background: #F5F5F7;
  padding: 75px 0 0 !important;
  text-align: center;
  border-radius: 6px;
  overflow: hidden;
  max-width: 100%;
}
.home-numbers h3 {
  font-size: 42px;
  font-weight: 500;
  margin-bottom: 0px;
  font-family: 'Poppins', sans-serif;
}
.home-numbers p {
  font-size: 18px;
  margin-bottom: 0;
  font-family: 'Poppins', sans-serif;
}
.home-numbers1 .vc_col-sm-4 {
  position: relative;
}
.home-numbers1 .vc_col-sm-4::after {
  content: '';
  position: absolute;
  width: 1px;
  height: 100%;
  top: 0;
  right: 0;
  background: #AFBFCA;
}
.home-numbers1 .vc_col-sm-4:last-child::after {
  display: none;
}
.home-numbers1 {
  color: var(--text-color);
  max-width: 870px;
  margin: 0 auto !important;
  padding-top: 70px;
  padding-bottom: 70px;
}
.home-numbers2 {
  padding: 47px 0 37px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.home-numbers2 .vc_col-sm-6 {
  position: relative;
  max-width: 500px;
}
.home-numbers2::before,
.home-numbers2::after {
  display: none !important;
}
.home-numbers2 .vc_col-sm-6::after {
  content: '';
  position: absolute;
  width: 1px;
  height: 100%;
  top: 0;
  right: 0;
  background: #AFBFCA;
}
.home-numbers2 .vc_col-sm-6:last-child::after {
  display: none;
}
.home-numbers2 {
  color: #ffffff;
  background: var(--text-color);
}
.home-numbers2 p {
  color: #ffffff;
}
.home-numbers2 h3,
.home-numbers2 h3 span {
  color: #ffffff;
}

.home-awards {
  padding: 75px 0 63px !important;
  text-align: center;
}
.home-awards h2 {
  font-size: 36px;
  font-weight: 400;
  padding-bottom: 30px;
  color: var(--text-color);
}
.home-awards_items {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: center;
  overflow: hidden;
}
/* 6 items */
.home-awards_items > div {
  /* width: calc(16.66% - 20px); */
  margin-bottom: 30px;
  max-width: 1280px;
  margin: 0 auto;
  /* border: 1px solid #e1e1e1; */
  min-height: 120px;
  /* border-radius: 6px; */
}
.home-awards_items > div .slick-list {
  overflow: visible;
}
.home-awards_items > div * {
  height: 170px;
}
.home-awards_items > div img {
  height: 96%;
  width: 95%;
  object-fit: contain;
  object-position: center;
}
.home-awards_items .wpb_single_image {
  
  border-radius: 6px;
  padding: 5px;
}
.home-awards_items .wpb_single_image figure {
  border: 1px solid #e1e1e1; 
  width: 100%;
}
.home-awards_items .wpb_single_image,
.home-awards_items .vc_single_image-wrapper {
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
}
.reviews-slider {
  overflow: hidden;
}
.reviews-slider .slick-list {
  overflow: visible;
}
.reviews-slider > .vc_column-inner{
  max-width: 750px;
  margin: 0 auto !important ;
  padding: 0 15px;
  text-align: center;
}
.reviews-slider .wpb_single_image {
  width: 76px;
  margin: 0 auto 10px;
}
.reviews-slider .slick-slide {
  transition: all 0.3s ease;
}
.reviews-slider .slick-slide.slick-current {
  opacity: 1;
}
.reviews-slider .slick-slide p {
  max-width: 540px;
  margin: 0 auto;
  font-size: 18px;
  font-weight: 500;
}
.reviews-slider .slick-slide .text p {
  font-style: italic;
  padding-bottom: 20px;
  padding: 0 15px;
}
.reviews-slider .slick-slide .name p {
  padding-bottom: 20px;
}
.reviews-slider .slick-slide .company p {
  font-weight: 500;
  color: var(--primary-color);
}
.reviews-slider .slick-slide {
  padding-bottom: 70px;
}
.slick-dots {
  display: flex;
  list-style: none;
  justify-content: center;
  margin: 0;
}
.slick-dots li {
  margin: 0 3px;
  font-size: 0;
}
.slick-dots li button {
  width: 10px;
  height: 10px;
  border-radius: 50px;
  background: #ffffff;
  border: 1px solid var(--text-color);
  font-size: 0;
}
.slick-dots li.slick-active button {
  background: var(--text-color);
  width: 25px;
}
.slick-dots li button:before {
  display: none;
}
.slick-dots_white li button {
  background: transparent;
  border: 1px solid #ffffff;
}
.slick-dots_white li.slick-active button {
  background: #ffffff;
}
.slick-dots_black li button {
  background: transparent;
  border: 1px solid #000000;
}
.slick-dots_black li.slick-active button {
  background: #000000;
}
.logos-slider .slick-dots_black {
  margin-top: 30px;
}

.more_btn {
  text-align: center;
  margin-top: 30px;
}
.home-posts {
  margin-bottom: 75px !important;
}
.home-posts h2 {
  margin-bottom: 40px !important;
}
.provider_contact {
  display: flex;
  justify-content: space-between;
}
.provider_content {
  max-width: 293px;
  position: absolute;
  right: 50px;
  top: 50%;
  transform: translateY(-50%);
  
}
.provider_content h3 {
  color: #ffffff;
  font-size: 29px;
  font-weight: 500;
  margin-bottom: 90px;
  margin-top: 75px;
}
.provider_content div {
  color: #ffffff;
  font-size: 15px;
  margin-bottom: 30px;
}
.provider_content a {
  color: #ffffff;
  font-size: 15px;
  font-weight: 500;
  display: flex;
  align-items: center; 
  gap: 10px;
}
.about_top {
  padding: 75px 0 63px;
}
.about_top p {
  font-size: 24px;
  color: var(--primary-color);
  max-width: 1100px;
  margin: 0 auto;
}
.about_provider {
  padding-bottom: 70px;
}
.about_provider .wpb_single_image img {
  transform: scale(1.45) translateY(-14px);
} 
.about_provider .provider_text {
  margin-left: 50px;
  font-size: 18px;
}
.about_provider.about_provider2 {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  position: relative;
  z-index: 3;
  background: linear-gradient(to top, rgb(13 22 44) 0%, rgb(13 22 44 / 0.3) 60%, rgb(255 255 255 / 1) 100%);
  padding-bottom: 100px;
  padding-top: 170px;
}
.about_provider.about_provider2:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100px;
  left: 0;
  top: 0;
  z-index: 2;
  background: linear-gradient(to bottom, rgb(255 255 255) 0%, rgb(13 22 44 / 0) 100%);
}
.about_provider.about_provider2 .provider_text {
  margin-left: 0;
  margin-right: 50px;
}
.about_provider.about_provider2 .provider_text p {
  color: #ffffff;
}
.about-bg-video-container .wpb_wrapper {
  position: relative;
}
.about-bg-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  overflow: hidden;
}
.about-bg-video * {
  width: 100%;
  height: 100%;
  max-width: 100% !important;
  object-fit: cover;
  object-position: center;
}
.about_person {
  width: 100%;
  padding: 56px 56px 30px 70px;
  background: var(--text-color);
  color: #ffffff;
  float: none !important;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.about_person > .wpb_column {
  max-width: 1280px;
  margin: 0 auto !important;
}
.about_person img {
  margin-bottom: 20px;
}
.about_person p {
  font-size: 18px;
  margin-bottom: 30px;
  font-style: italic;
  color: #ffffff;
}
.about_person h3 {
  font-size: 36px;
  font-weight: 400;
  margin-bottom: 5px;
  color: #ffffff;
}
.about_person h4 {
  font-size: 32px;
  font-weight: 400;
  margin-bottom: 20px;
  color: #ffffff;
}
.about_mission .title{
  margin-bottom: 10px;
}
.about_mission p {
  margin-bottom: 20px !important;
  max-width: 860px;
  margin: 0 auto;
  font-size: 21px;
  color: #ffffff;
}
.about_mission .wpb_wrapper {
  position: relative;
}
.about_mission .wpb_wrapper .vc_row.wpb_row.vc_inner.vc_row-fluid.container {
  position: relative;
  z-index: 3;
  padding: 100px 20px 100px !important;
}
.about_mission_video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}
.about_mission_video::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 3;
  background: linear-gradient(to bottom, rgb(13 22 44) 10%, rgb(13 22 44/ 0.2) 80%);
}
.about_mission_video * {
  width: 100%;
  height: 100%;
  max-width: 100% !important;
  object-fit: cover;
  object-position: center;
}
.about_value {
  padding-top: 70px;
}
.about_value .title {
  padding-bottom: 30px;
}
.about_value .container {
  border-bottom: 1px solid #d9d9d9;
  padding-bottom: 45px;
  margin-bottom: 40px;
}
.about_value_item {
  margin-bottom: 30px;
}
.about_value_item .vc_column-inner {
  max-width: 300px;
  text-align: center;
  margin: 0 auto !important;
}
.about_value_item .vc_column-inner p {
  max-width: 250px;
  margin: 0 auto;
}
.about_value_item .wpb_single_image {
  height: 63px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 15px !important;
}
.about_value_item h3 {
  font-size: 24px;
  font-weight: 400;
  margin-bottom: 10px;
}
.about_value_item p {
  font-size: 18px;
  font-weight: 400;
  letter-spacing: -0.03em;
}
.about_efforts {
  padding-top: 50px;
}
.about_efforts > div > .vc_column-inner {
  border-radius: 6px;
  overflow: hidden;
}
.about_efforts .title {
  padding-bottom: 30px;
}
.about_efforts_slider  > div > .wpb_wrapper .vc_row {
  min-height: 435px;
  border-radius: 6px;
  overflow: hidden;
  padding: 70px 60px;
  display: flex;
  align-items: flex-end;
}
.carrers_slider  > div > .wpb_wrapper .vc_row {
  min-height: 435px;
  border-radius: 6px;
  overflow: hidden;
  padding: 70px 60px;
  display: flex;
  align-items: flex-end;
}
.about_efforts_slider  > div > .wpb_wrapper p {
  max-width: 430px;
}
.about_efforts_slide {
  width: 100%;
}
.care-slider .about_efforts_slider  > div > .wpb_wrapper .vc_row {
  align-items: flex-start;
}
.about_efforts .container {
  max-width: 1150px;
}
.about_efforts_slider {
  padding-top: 240px;
  padding-bottom: 70px;
}
.carrers_slider {
  padding-top: 240px;
  padding-bottom: 70px;
}
.about_efforts_slider p {
  font-size: 24px;
  font-weight: 400;
  max-width: 430px;
  margin-bottom: 30px;
  color: #ffffff;
} 
.about_efforts_slider .slick-dots {
  justify-content: flex-start;
  position: relative;
  top: -50px;
  left: 60px;
}
.carrers_slider .slick-dots {
  justify-content: flex-start;
  position: relative;
  top: -50px;
  left: 60px;
}
.car-top {
  padding: 75px 0 70px !important;
}
.car-top p {
  font-size: 24px;
  color: var(--text-color);
  margin-bottom: 20px !important;
  text-align: center;
  padding: 0 20px;
}
.car-top.active p {
  color: #ffffff;
}
.car-top .btn {
  min-width: 180px;
  text-align: center;
}
/* .animated-bg-container {
  background-color: #0D162C;
  will-change: background-color;
} */
.animated-bg,
.animated-bg * {
  transition: all 0.6s ease-in-out;
}

.car-why .btn {
  border: 1px solid var(--text-color) !important;
  color: var(--text-color) !important;
  background: transparent !important;
}
.car-why .btn:hover {
  background: var(--text-color) !important;
  color: #ffffff !important;
  border: 1px solid #ffffff !important;
}
.car-why.active .btn {
  border: 1px solid #ffffff !important;
  color: #ffffff !important;
  background: transparent !important;
}
.car-why.active .btn:hover {
  background: #ffffff !important;
  color: var(--text-color) !important;
  border: 1px solid #ffffff !important;
}
.car-why .wpb_column.vc_column_container.vc_col-sm-6:nth-child(2) * {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.car-why {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  overflow: hidden;
}
.car-why .wpb_text_column  {
  padding: 100px 40px 100px 20px;
  background: var(--text-color);
  transition: all 0.6s ease-in-out;
  opacity: 0;
}
.car-why h2 {
  font-size: 48px;
  font-weight: 400;
  margin-bottom: 20px;
  text-align: center;
}
.car-why h3 {
  font-size: 36px;
  font-weight: 400;
  margin-bottom: 20px;
}
.car-why p {
  font-size: 18px;
  margin-bottom: 30px;
  max-width: 400px;
  margin-left: auto;
}
.car-why.active .wpb_text_column {
  opacity: 1;
  transition: all 0.6s ease-in-out;
}
.car-why.active h2 {
  color: #ffffff;
}
.car-why.active h3 {
  color: #ffffff;
}
.car-why.active p {
  color: #ffffff;
}
.car-team {
  padding-bottom: 270px !important;
  padding-top: 70px !important;
}
.car-team2 {
  margin-top: -270px !important;
  padding-bottom: 70px !important;
  padding-top: 0 !important;

}
.car-team h2 {
  font-size: 36px;
  font-weight: 400;
  margin-bottom: 30px;
  color: #ffffff;
  text-align: center;
}
.car-team.active h2 {
  color: var(--text-color);
}
.car-team p {
  font-size: 24px;
  max-width: 1100px;
  margin: 0 auto 50px !important;
  color: #ffffff;
  text-align: center;
} 
.car-team.active p {
  color: var(--text-color);
}
.car-team-item {
  display: flex;
  width: calc(50% - 20px) !important;
  perspective: 1000px;
}
.car-team-item .vc_column-inner {
  padding: 25px !important;
  border: 1px solid var(--primary-color);
  border-radius: 10px;
  background: #ffffff;
  transform-style: preserve-3d;
  transform: rotateY(0deg);
  transition: all 0.5s ease-in-out;
}
.car-team-item h3 {
  font-size: 36px;
  font-weight: 500;
  margin-bottom: 10px;
  color: var(--primary-color);
}
.car-team-item .wpb_text_column:last-child {
  height: 0;
  overflow: hidden;
  opacity: 0;
  transform: rotateY(180deg);
  transition: all 0s ease-in-out;
  transition-delay: 0.25s;
}
.car-team-item .wpb_text_column:first-child {
  height: auto;
  opacity: 1;
  transition: all 0s ease-in-out;
  transition-delay: 0.25s;
}
.car-team-item .wpb_text_column:first-child img {
  margin-bottom: 30px !important;
}
.car-team-item .wpb_text_column:first-child img.alignnone.wp-image-1712 {
  margin-left: -33px;
  margin-bottom: -24px !important;
  margin-top: -22px;
}
.car-team-item:hover  .vc_column-inner {
  background: var(--primary-color);
  color: #ffffff;
  
  transform: rotateY(180deg);
}
.car-team-item:hover .wpb_text_column:last-child {
  height: auto;
  opacity: 1;
  transition: all 0s ease-in-out;
  transition-delay: 0.25s;
}
.car-team-item:hover .wpb_text_column:first-child {
  height: 0;
  opacity: 0;
  transition: all 0s ease-in-out;
  transition-delay: 0.25s;
}
.car-team-item .wpb_text_column:last-child  h3 {
  font-size: 36px;
  font-weight: 500;
  margin-bottom: 10px;
  color: #ffffff;
}
.car-team-item .wpb_text_column:last-child p {
  color: #ffffff;
  font-size: 18px;
  margin-bottom: 20px;
  max-width: 90%;
  margin: 0 auto 20px !important;
}
.car-team-items {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
}
.car-team-items::before,
.car-team-items::after {
  display: none !important;
}
.car-tracking .wpb_text_column {
  padding: 50px 0;
  
}
.car-tracking .wpb_column.vc_column_container.vc_col-sm-6:nth-child(2) {
  
  transition: all 0.6s ease-in-out;
  background: var(--text-color);
  opacity: 0;
  display: flex;
  align-items: center;
}
.car-tracking.active .wpb_column.vc_column_container.vc_col-sm-6:nth-child(2) {
  
  opacity: 1;
  transition: all 0.6s ease-in-out;
}
.car-tracking {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  overflow: hidden;
}
.car-tracking .wpb_column.vc_column_container.vc_col-sm-6:nth-child(1) {
  height: 600px;
}
.car-tracking .wpb_column.vc_column_container.vc_col-sm-6:nth-child(1) * {
  width: 100%;
  height: 600px;
  object-fit: cover;
}
.car-tracking h3 {
  font-size: 36px;
  font-weight: 400;
  margin-bottom: 20px;
  padding-left: 40px;
  max-width: 600px;
}

.car-tracking p {
  font-size: 18px;
  margin-bottom: 30px;
  padding-left: 40px;
  max-width: 600px;
}
.car-tracking.active h3 {
  color: #ffffff;
}
.car-tracking.active p {
  color: #ffffff;
}
.car-tracking-roll {
  background: var(--text-color);
  text-align: center;
  padding: 20px 20px 30px !important;
  margin-top: 0px !important;
  color: #ffffff;
  max-width: 100%;
  overflow: hidden;
}
.car-tracking-roll .container {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.car-tracking-roll h2 {
  font-size: 64px;
  color: #ffffff;
  font-weight: 400;
  margin-bottom: 20px;
}
.car-tracking-roll p,
.car-tracking-roll strong,
.car-tracking-roll li {
  font-size: 18px;
  color: #ffffff;
  margin-bottom: 10px;
}
.car-tracking-roll .wpb_wrapper {
  position: relative;
}
.animated-line {
  position: absolute;
  width: 2px;
  height: 5%;
  background: rgba(255 255 255 / 0.3);
  top: -70px;
  right: -40px;
  transition: all 0.2s ease;
}
.animated-line::after {
  content: url('http://50.28.57.133/~genproinc/wp-content/uploads/2025/08/svgviewer-output.svg');
  position: absolute;
  width: 100px;
  height: 100px;
  bottom: 0;
  left: -50px;
}
.car-tracking-roll * {
  color: #ffffff;
}
.car-tracking-roll .wpb_column.vc_column_container.vc_col-sm-6:first-child {
  padding-right: 30px;
}
.car-tracking-roll .wpb_column.vc_column_container.vc_col-sm-6:last-child {
  padding-left: 30px;
}
.car-tracking-roll h3 {
    color: #ffffff;
    font-size: 46px;
    text-align: left;
    font-weight: 500;
    margin-bottom: 20px !important;
}
.car-tracking-roll ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
}
.car-tracking-roll li {
  position: relative;
  gap: 10px;
  justify-content: center;
  padding-left: 25px;
  margin-bottom: 20px !important;
}
.car-tracking-roll li::before {
  content: '';
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 20px;
  background: #ffffff;
  margin: 4px 10px;
  margin-top: 10px;
  position: absolute;
  left: 0px;
}
.car-tracking-roll li ul li::before {
  background: none;
  border: 1px solid #ffffff;
}
.car-form .container {
  border: 1px solid #E4E4E4;
  padding: 0 !important;
  border-radius: 4px;
  display: flex;
  flex-wrap: wrap;
  overflow: hidden;
}
.car-form__box {
  padding: 60px 48px 20px 68px !important;
  background: #ffffff;
}
.car-form__box form {
  margin-top: 40px;
}
.car-form__contact {
  padding:  40px 70px 0 !important;
  background: var(--primary-color);
  color: #ffffff;
}
.car-form__contact h3 {
  font-size: 36px;
  font-weight: 600;
  margin-bottom: 20px;
  color: #ffffff;
}
.car-form__contact p {
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 20px;
  color: #ffffff;
}
.car-form__contact hr {
  border: none;
  height: 1px;
  background: #B1B5B8;
  margin-bottom: 30px;
  opacity: 0.4;
}
.car-form__contact img {
  margin-bottom: 40px;
}
.car-form__contact .truck img {
  margin-right: -70px;
  margin-bottom: -18px;
}
.car-form__contact .headquaters {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
  margin-bottom: 20px;
}
.car-form__contact .headquaters p {
  font-size: 18px;
  width: calc(50% - 10px);
  color: #ffffff;
  margin-bottom: 0;
}
.car-form input,
.car-form textarea,
.car-form select {
  width: 100%;
  padding: 15px 25px;
  border: 1px solid #8793B0;
  background: #ffffff;
  border-radius: 6px;
  font-size: 16px;
  margin-bottom: 40px;
}
.car-form textarea {
  height: 126px;
}
.car-form input.btn {
  width: auto;
  min-width: 190px;
}
.car-news {
  padding: 75px 0 63px;
}
.car-news .title {
  margin-bottom: 40px !important;
}
.car-books {
  background: #F5F5F7;
  padding: 75px 0 63px;
}
.car-books .title {
  padding-bottom: 30px !important;
}
.car-books-items {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.car-books-item {
  width: calc(25% - 20px) !important;
  padding: 50px 20px 60px;
  border-radius: 10px;
  background: #ffffff;
  transform: scale(1);
  transition: all 0.3s ease;
  box-shadow: 0 14px 24px rgba(16, 24, 57, 0);
}
.car-books-item:hover {
  box-shadow: 0 14px 24px rgba(16, 24, 57, 0.26);
  background: var(--primary-color);
  color: #ffffff;
  transform: scale(1.1);
}
.car-books-item img {
  margin-bottom: 30px;
} 
.car-books-item h3 {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 40px;
  color: var(--text-color);
  transition: all 0.3s ease;
}
.car-books-item:hover h3 {
  color: #ffffff;
}
.car-books-item .btn {
  border-color: var(--text-color);
  color: var(--text-color);
  background: #ffffff;
} 
.car-books-item:hover .btn {
  border-color: #ffffff;
  color: #ffffff;
  background: var(--primary-color);
}
.car-books-item .btn:hover {
  background: var(--text-color);
  color: #ffffff;
  border: 1px solid #ffffff !important;
}
.car-person {
  padding: 75px 0 63px;
}
.car-person h3 {
  font-size: 36px;
  font-weight: 400;
  margin-bottom: 0px;
  color: var(--text-color);
}
.car-person h4 {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 30px;
  color: var(--primary-color);
}
.car-person p {
  font-size: 18px;
  margin-bottom: 30px;
  padding-right: 30px;
  font-style: italic;
  color: var(--text-color);
}
.gradient {
  background: linear-gradient(30deg, #001220 0%, #004C86 100%);
} 



.customers-top {
  padding: 70px 0;
}
.customers-top p {
  font-size: 24px;
  color: #ffffff;
}
.customers-logistics {
  padding: 70px 0;
}
.customers-logistics h2 {
  font-size: 36px;
  font-weight: 700;
  color: var(--text-color);
  margin-bottom: 20px;
}
.customers-logistics p {
  font-size: 18px;
  color: var(--text-color);
  font-weight: 400;
  margin-bottom: 20px;
}
.customers-logistics .vc_row { 
  display: flex;
  align-items: center;
  gap: 45px; 
}
.customers-solutions {
  padding: 70px 0;
  overflow: hidden;
}
.customers-solutions .container {
  max-width: 1100px;
}
.customers-solutions-item {
  transform: scale(1) !important;
  transition: all 0.3s ease !important;
}
.customers-solutions-item:hover {
  transform: scale(1.2) !important;
}
.customers-solutions-item p {
  max-width: 400px;
  margin: 0 auto !important;
}
.customers-solutions-item:hover p {
  color: var(--primary-color);
}
.customers-solutions-item:hover h3 {
  color: var(--primary-color);
}
.customers-solutions-item .wpb_single_image {
  height: 62px;
}
.customers-solutions h2 + p {
  font-size: 24px;
  color: var(--text-color);
  margin-bottom: 40px !important;
}
.customers-solutions img {
  margin-bottom: 20px;
} 
.customers-solutions h3 {
  font-size: 24px;
  font-weight: 400;
  color: var(--text-color);
  margin-bottom: 10px;
}
.customers-solutions p {
  font-size: 18px;
  color: var(--text-color);
  margin-bottom: 50px !important;
}
.customers-tech {
  padding: 90px 0;
}
.customers-tech h2 {
  margin-bottom: 15px;
}
.customers-tech h2,
.customers-tech p {
  padding-right: 60px;
}
.customers-tech p {
  font-size: 18px;
  color: #ffffff;
  margin-bottom: 30px;
}
.customers-tech ul {
  list-style: none;
  margin: 0 0 20px 0;
}
.customers-tech ul li {
  margin-bottom: 5px;
}

.customers-diff h2 {
  margin-bottom: 50px !important;
}
.customers-diff img {
  margin-bottom: 20px;
}
.customers-diff h3 {
  font-size: 24px;
  font-weight: 400;
  margin-bottom: 30px;
}
.customers-diff p {
  font-size: 18px;
}
.customers-diff__items {
  display: flex;
}
.blog .parallax-window {
  min-height: 500px;
}
.customers-diff__items .parallax-window {
  min-height: 500px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.customers-diff__items .parallax-window h3 {
  position: relative;
  z-index: 2;
  font-size: 36px;
  font-weight: 600;
  color: #ffffff;
  max-width: 400px;
  text-align: center !important;
}
.customers-diff__items .parallax-window::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0 76 134 / 0.3);
  z-index: 1;
  transition: all 0.3s ease;
}
.customers-diff__items .parallax-window:hover::after {
  backdrop-filter: blur(10px);
  background: rgba(0 76 134 / 0.8);
}
.customers-news {
  padding: 70px 0 40px;
}
.customers-news__items {
  margin-bottom: 80px !important;
}

.tech-top {
  padding: 40px 0 100px;
}
.tech-top h2 {
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 20px;
}
.tech-top p {
  font-size: 24px;
  margin-bottom: 25px;
}
.tech-top p a {
  font-size: 18px;
  line-height: 36px;
  display: inline-block;
  color: var(--primary-color);
}
.tech-top p a img {
  filter: invert(1);
}
.tech-top p a:hover {
  text-decoration: underline;
}

.tech-top .tech-top-top {
  margin-bottom: 60px !important;
}
.tech-top .tech-top-right {
  padding-left: 46px !important;
}
.tech-cap {
  padding: 70px 0;
}
.tech-cap h2 {
  padding-bottom: 30px;
}
.tech-cap-items {
  display: flex;
  flex-wrap: wrap;
  gap: 25px;
}
.tech-cap-items::before,
.tech-cap-items::after {
  display: none !important;
}
.tech-cap-items .vc_col-sm-6 {
  width: calc(50% - 12.5px) !important;
  padding: 0 !important;
}
.tech-cap-item {
  margin-bottom: 25px;
  border-radius: 6px;
  padding: 400px 10px 10px;
  margin-bottom: 25px !important;
}
.tech-cap-item .wpb_wrapper{
  border: 1px solid rgba(255, 255, 255, 0.4);
  border-radius: 6px;
  backdrop-filter: blur(22px);
}
.tech-cap-item .wpb_wrapper h3 {
  font-size: 36px;
  font-weight: 400;
  color: #ffffff;
  margin-bottom: 10px;
  padding: 40px 20px 0;
}
.tech-cap-item .wpb_wrapper h4 {
  font-size: 18px;
  font-weight: 500;
  color: #101839;
  background: #ffffff;
  padding: 5px 10px;
  border-radius: 6px;
  margin: 5px 20px 20px;
  display: inline-block;
}
.tech-cap-item .wpb_wrapper p {
  font-size: 18px;
  color: #ffffff;
  margin-bottom: 20;
  padding: 0 20px;
}
.tech-cap-item .wpb_wrapper .link {
  background: var(--primary-color);
  color: #ffffff;
  padding: 20px; 
  transition: all 0.2s ease-in-out;
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
}
.tech-cap-item .wpb_wrapper .link img {
  transform: scale(1) translateX(0);
  transition: all 0.2s ease-in-out;
}
.tech-cap-item:hover .wpb_wrapper .link {
  padding: 40px 20px;
  background: var(--text-color);
}
.tech-cap-item:hover .wpb_wrapper .link img {
  transform: scale(1.2) translateX(10px);
}
.tech-cap-item .wpb_wrapper .link a {
  color: #ffffff;
  font-size: 18px;
}
.tech-suite {
  
}
.tech-suite-box > div.vc_column-inner {
  border-radius: 6px;
  padding: 50px 60px !important;
}
.capab-feature {
  border: 1px solid #ffffff;
  border-radius: 0 0 30px 30px;
  padding: 17px;
  position: relative;
}
.capab-feature::after {
  content: '';
  position: absolute;
  width: calc(30% - 32px);
  top: 17px;
  left: 17px;
  bottom: 17px;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.2);
}
.capab-feature .mobile-title {
  display: none;
}
.capab-feature_row {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  gap: 20px;
  margin-bottom: 30px;
  z-index: 3;
}
.capab-feature_row:last-child {
  padding-bottom: 50px;
}
.capab-feature_row h3 {
  font-size: 24px;
  color: #ffffff;
  padding-top: 20px;
  font-weight: 400;
}
.capab-feature_row h4 {
  font-size: 18px;
  color: #ffffff;
  font-weight: 400;
}
.capab-feature_row img {
  position: absolute;
  top: -6px;
  left: 26.5%;
  width: 32px;
  height: 32px;
  z-index: 3;
}
.capab-feature_col:first-child {
  width: calc(30% - 21px);
  padding: 0 20px;
}
.capab-feature_col:last-child {
  width: calc(70% - 21px);
  padding-left: 15px;
}
.capab-feature_col:last-child h3 {
  padding: 20px 20px 0;
}
.capab-title h2{
  background: #ffffff;
  font-size: 36px;
  font-weight: 400;
  padding: 20px;
  border-radius: 30px 30px 0 0;
}

.care-top {
  padding: 45px 0 0;
}
.care-top p {
  font-size: 24px;
  color: var(--text-color);
  margin-bottom: 20px !important;
  text-align: center;
}
.care-slider {
  
}
.care-slider .about_efforts_slider{
  padding-top: 70px;
  padding-bottom: 240px;
}
.care-benef {
  padding: 75px 0 63px;
  background: #E5EDF3;
  overflow: hidden;
}
.care-benef h2,
.care-benef p,
.care-benef h3 {
  color:var(--primary-color);
}
.care-benef h2 + p {
  font-size: 24px;
  margin-bottom: 30px !important;
}
.care-benef-items {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 50px;
  margin-top: 50px !important;
}
.care-benef-items::before,
.care-benef-items::after {
  display: none !important;
}
.care-benef-items .vc_col-sm-4 {
  width: calc(33.33% - 33.33px) !important;
  max-width: 330px;
  padding: 0 !important;
}
.care-benef-items img {
  margin-bottom: 25px !important;
}
.care-benef-items h3 {
  margin-bottom: 15px !important;
  font-size: 24px;
  font-weight: 400;
}
.care-moves {
  padding: 75px 0 150px;
}
.care-moves h2 {
  padding-bottom: 20px;
}
.care-moves p {
  font-size: 24px;
  color: #ffffff;
  margin-bottom: 100px !important;
}
.care-moves-items {
  display: flex;
  align-items: center;
  gap: 0px;
}
.care-moves-items::before,
.care-moves-items::after {
  display: none !important;
}
.care-moves-items .vc_col-sm-4:nth-child(2) {
  transform: scale(1.2);
  z-index: 3;
}
.care-moves-items .vc_col-sm-4 {
  transform: scale(1);
  transition: all 0.3s ease;
}
.care-moves-items .vc_col-sm-4:hover {
  transform: scale(1.2);
  z-index: 4;
}
.care-moves-items .vc_col-sm-4:hover img {
  box-shadow: 0 0 24px rgba(0, 0, 0, 0.6);
}
.care-moves-items .vc_col-sm-4:nth-child(2):hover {
  transform: scale(1.3);
}
.care-what {
  padding: 75px 0 63px;
} 
.care-what .container {
  max-width: 1200px;
}
.care-what h2 {
  padding-bottom: 40px;
}
.care-what-items {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 20px;
}
.care-what-items::before,
.care-what-items::after {
  display: none !important;
}
.care-what-items .vc_col-sm-4 {
  width: calc(33.33% - 20px) !important;
  padding: 0 !important;
  max-width: 370px;
  border-radius: 20px;
  background: #F5F5F7;
  border: 1px solid #E4E4E4;
  overflow: hidden;
}
.care-what-items .vc_col-sm-4 .wpb_single_image {
  margin-bottom: 20px !important;
}
.care-what-items .vc_col-sm-4 .wpb_single_image * {
  width: 100%;
  height: 200px;
  object-fit: cover;
}
.care-what-items img {
  margin-bottom: 20px !important;
}
.care-what-items h3 {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 15px !important;
  color: var(--text-color);
  padding: 0 20px;
}
.care-what-items p {
  font-size: 18px;
  color: var(--text-color);
  margin-bottom: 30px !important;
  padding: 0 20px;
}
.care-who {
  padding: 0px 0 63px;
}
.care-who .swiper {
  overflow: visible;
  margin: 0 auto;
}
.care-who .swiper-slide h3 {
  max-width: 300px;
  margin: 0 auto;
}
.swiper-wrapper { transition-timing-function: linear !important; }
.care-who .container {
  background: #F5F5F7;
  border-radius: 6px;
  overflow: hidden;
  padding: 0 !important;
}
.care-who h2 {
  padding-bottom: 0px;
  padding-top: 60px;
}
.care-who p {
  font-size: 24px;
  color: var(--text-color);
  margin-bottom: 30px !important;
}
.care-who-items {
  gap: 20px;
  padding: 70px 0px;
  background: var(--primary-color);
  overflow: hidden;
}
.care-who-items h3 {
  font-size: 24px;
  font-weight: 400;
  color: #ffffff;
  margin-bottom: 20px !important;
}
.care-who-items img {
  margin-bottom: 7px !important;
}
.care-who-items::before,
.care-who-items::after {
  display: none !important;
}
.care-who-items .vc_col-sm-3 {
  width: 400px !important;
  padding: 0 20px !important;
}
.care-open {
  padding: 75px 0 63px;
}
.care-open p {
  font-size: 24px;
  color: var(--text-color);
  margin-bottom: 30px !important;
}
.care-open .openings p {
  margin-bottom: 0 !important;
}
.care-open .openings .item .wpb_wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px;
  border-radius: 10px;
  gap: 20px;
}
.care-open .openings .item .wpb_wrapper:hover {
  background: #E5EDF3;
}
.care-open .openings .item h3 {
  font-size: 36px;
  font-weight: 400;
  color: var(--primary-color);
}
.top-banner-blog {
  position: relative;
}
.top-banner-blog.filter::after {
  height: 98%;
}
.top-banner-blog h1 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 74px;
  font-weight: 400;
  width: 100%;
  color: #ffffff;
  margin-top: 0;
  line-height: 125%;
  letter-spacing: -0.01em;
  padding-bottom: 10px;
  text-align: center;
  z-index: 3;
}
.blog-items {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  justify-content: center;
  margin-bottom: 50px !important;
}
.blog-items.layout1 {
  justify-content: center;
}
.blog-items.layout2 {
  justify-content: flex-start;
}
.blog-items.layout1 .post:last-child {
  margin-top: -120px;
}
.blog-items .post {
  width: calc(33.33% - 20px);
  margin-bottom: 30px;
}
.blog-items .post:nth-child(3n) {
  margin-top: -120px !important;
}
.alm-load-more-btn {
  height: 60px !important;
  position: relative;
}
.alm-btn-wrap .alm-load-more-btn.loading:before {
  background-size: contain !important;
  height: 20px !important;
  left: 50% !important;
  transform: translateX(-50%) !important;
  margin: 0 !important;
  top: -44px !important;
  width: 50px !important;
}
.ajax-load-more-wrap.blue .alm-load-more-btn.done {
  display: none !important;
}
.blog-items .post:first-child {
  width: 100%;
  margin-bottom: 170px;
  display: flex;
}
.blog-items .post:first-child .post-prev-content {
  width: 50%;
  padding-left: 55px;
  margin-top: 0;
}
.blog-items .post:first-child .post-prev-content h3 a {
  font-size: 24px;
  font-weight: 600;
  color: var(--text-color);
  margin-bottom: 20px;
  display: inline-block;
  line-height: 140%;
}
.blog-items .post:first-child .post-prev-content p {
  font-size: 18px;
  color: var(--text-color);
  margin-bottom: 20px;
}
.blog-items .post:first-child .post-prev-content .read-more {
  display: inline-block;
  margin-top: 20px;
  font-size: 24px;
  color: var(--primary-color);
  font-weight: 400;
  position: relative;
}
/* dashed border-bottom */
.blog-items .post:first-child .post-prev-content .read-more::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: 0px;
  left: -2px;
  background-image: linear-gradient(to right, #fff 40%, var(--primary-color) 40%);
  background-size: 10px 2px;
  background-repeat: repeat-x;
}
.blog-items .post:first-child .post-prev-content .post-prev-text {
  display: block;
}
.post-prev-content {

}
.post-prev-content .read-more,
.post-prev-content .post-prev-text {
  display: none;
}
.blog-top {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 70px;
  padding: 30px;
  background: #F5F5F7;
  margin-bottom: 50px;
  margin-top: -10px;
} 
.blog-top .selected {
  border: 1px solid #8793B0;
  border-radius: 6px;
  padding: 10px;
  display: flex;
}
.blog-top .dropdown {
  min-width: 300px;
  position: relative;
  background: #ffffff;
}
.blog-top .dropdown-menu {
  position: absolute;
  width: 100%;
  top: 100%;
  left: 0;
  background: #ffffff;
  border: 1px solid #8793B0;
}
.blog-top h3 {
  font-size: 24px;
  font-weight: 400;
  color: var(--text-color);
  margin-bottom: 0;
}
.blog-top .arrow {
  width: 50px;
  height: 37px;
  padding-left: 10px;
  display: flex;
  justify-content: center;
  cursor: pointer;
  align-items: center;
}
.blog-top .selected-item {
  border-right: 1px solid #8793B0;
  padding: 8px;
  display: inline-block;
  width: 100%;
  cursor: pointer;
}
.blog-top .dropdown-menu {
  padding: 18px 18px 0;
  border-radius: 6px;
}
.blog-top .dropdown-menu a {
  display: block;
  margin-bottom: 10px;
  color: var(--primary-color);
}

.blog-top .dropdown-menu a:hover {
  text-decoration: underline;
}
.blog-top .dropdown-menu ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.post-prev-content a {
  color: var(--text-color);
}
.post-prev-content .date {
  font-size: 14px;
  color: #7984A8;
  font-weight: 600;
  font-family: 'Poppins', sans-serif;
  margin-bottom: 10px;
}
.faqs {
  padding: 75px 0 63px;
}
.faqs .vc_tta-panel-body {
  border: none !important;
}
.faqs .vc_toggle_title {
  text-align: center;
  padding: 25px 0;
}
.faqs .vc_toggle_title h4 {
  font-size: 34px;
  font-weight: 400;
  color: var(--text-color);
  margin-bottom: 0;
  text-align: center;
}
.faqs .vc_tta-tabs {
  border: none;
}
.faqs .vc_toggle {
  background: transparent;
  transition: all 0.3s ease;
  border-bottom: 1px solid var(--text-color);
}
.faqs .vc_toggle_active {
  background: var(--text-color);
  padding: 40px 0;
  color: #ffffff;
}
.faqs .vc_toggle_active h4,
.faqs .vc_toggle_active p {
  color: #ffffff;
}
.faqs .vc_toggle_active p {
  margin-bottom: 20px;
}
.faqs .vc_toggle_size_md .vc_toggle_icon {
  width: 60px;
  height: 60px;
}
.faqs .vc_toggle_size_md .vc_toggle_icon::before {
  height: 4px;
  width: 40px;
  background: var(--text-color) !important;
}
.faqs .vc_toggle_size_md .vc_toggle_icon::after {
  height: 40px;
  width: 4px;
  background: var(--text-color) !important;
}
.faqs .vc_toggle_simple.vc_toggle_active .vc_toggle_icon::after, 
.faqs .vc_toggle_simple.vc_toggle_active .vc_toggle_icon::before {
  background: #ffffff !important;
}
.faqs .vc_toggle_title {
  position: relative;
}
.faqs .vc_toggle_title::after,
.faqs .vc_toggle_title::before {
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 12px;
  background: var(--text-color) !important;
}
.faqs .vc_toggle_simple.vc_toggle_active .vc_toggle_title::after {
  background: #ffffff !important;
}
.faqs .vc_toggle_title::after {
  width: 40px;
  height: 4px;
}
.faqs .vc_toggle_simple.vc_toggle_active .vc_toggle_title::before {
  display: none;
}
.faqs .vc_toggle_title::before {
  width: 4px;
  height: 40px;
  right: 29px;
}
.blog-items .post-thumbnail {
  width: 50%;
}
.blog-items .post-thumbnail img {
  width: 100%;
  height: 300px;
  object-fit: cover;
  border-radius: 6px;
}
.blog-items .post:first-child .post-thumbnail img {
  height: auto;
}
.car-form-contact-page {
  margin-top: -150px !important;
  border-top: none !important;
  border-right: none !important;
  border-radius: 6px !important;
  margin-bottom: 100px !important;
}
.top-banner.contact .wpb_wrapper {
  margin-bottom: 50px !important;
}
.car-form.get-rate .car-form__contact{
  background: var(--text-color);
}
.car-form.get-rate .car-form__contact .truck img {
  margin-bottom: -90px;
}
.post-page {
  margin-top: 100px;
}
.post-page h1 {
  font-size: 36px;
  text-align: center;
  font-weight: 400;
  color: var(--text-color);
  margin-bottom: 20px;
}
.post-page .date {
  text-align: center;
}
.post-page .post-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
  margin-bottom: 50px;
}
.post-top-banner img {
  display: block;
  margin: 0 auto;
}
.post-social {
  display: flex;
  align-items: center;
  gap: 20px;
}
.post-back {
  font-size: 24px;
  color: var(--primary-color) !important;
}
.post-social span {
  font-size: 24px;
  color: var(--text-color);
}
.post-social ul{
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  gap: 20px;
  align-items: center;
}
.post-banner {
  width: 100%;
  height: auto;
}
.post-content {
  max-width: 960px;
  margin: 50px auto;
}
.post-content p {
  font-size: 18px;
  color: var(--text-color);
  margin-bottom: 20px;
}
.faqs .vc_toggle_content {
  padding-right: 20px;
}
.legal h1 {
  font-size: 74px;
  font-weight: 400;
  color: var(--text-color);
  padding: 0px 20px 60px;
}
.legal h2 {
  font-size: 74px;
  font-weight: 400;
  color: var(--text-color);
  margin-bottom: 40px !important;
}
.legal .term-tabs {
  border-bottom: 1px solid #d9d9d9;
  display: flex;
  justify-content: center;
}
.legal .tab {
  width: 280px;
  text-align: center;
  font-size: 24px;
  font-weight: 400;
  color: var(--text-color);
  padding: 20px;
}
.legal .tab a {
  color: var(--text-color);
  text-decoration: none;
}
.legal .tab.active {
  border-bottom: 2px solid var(--text-color);
  color: var(--text-color);
}
.legal-content {
  max-width: 960px;
  margin: 50px auto !important;
}
.legal-content p {
  font-size: 18px;
  color: var(--text-color);
  margin-bottom: 20px;
}
.mobile-link-phone {
  display: none;
}
.site-header {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  background: #fff;
  z-index: 100;
}
.site-main {
  margin-top: 100px;
}
.site-main.post-page {
  margin-top: 150px;
}
.email-capture-row {
  display: flex;
  max-width: 380px;
  margin: 0 0 30px auto;
}
.email-capture-row input,
.email-capture-row button {
  width: 100%;
  height: 56px;
  font-size: 14px;
}
.email-capture-row input {
  border: 1px solid #D9D9D9;
  background: #ffffff;
  color: #7984A8;
  border-radius: 6px;
  padding: 0 30px;
  font-size: 14px;
}
.email-capture-row button {
  background: var(--primary-color);
  color: #ffffff !important;
  border: none;
  border-radius: 6px;
  font-size: 14px;
  cursor: pointer;
  max-width: 140px;
  margin-left: -12px;
}

.new-user-popup {
  display: none;
  opacity: 0;
  background-color: rgba(0, 0, 0, 0);  /* Start with a transparent background */
  backdrop-filter: blur(0); /* Start with no blur */
  transition: all 0.3s ease; /* Smooth transition for background and blur */
}
.new-user-popup.active {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 200;
  backdrop-filter: blur(5px);
  opacity: 1;
}
.new-user-popup-content {
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translate(-50%, 0);
  background: #ffffff;
  padding: 40px;
  border-radius: 10px;
  max-width: 500px;
  width: 100%;
  opacity: 0; /* Start invisible */
  transition: all 0.3s ease;
}
.new-user-popup.active .new-user-popup-content {
  top: 50%; /* Slide to the center */
  transform: translate(-50%, -50%);
  opacity: 1; /* Fade in */
}
.new-user-popup-content input {
  width: 100%;
  padding: 0px 25px;
  height: 56px;
  border: 1px solid #D9D9D9;
  border-radius: 6px;
  font-size: 16px;
  margin-bottom: 20px;
}
.close-popup,
.close-new-user-popup {
  position: absolute;
  top: 10px;
  right: 0px;
  cursor: pointer;
  font-size: 24px;
  color: #7984A8;
  background: none;
  border: none;
}
.new-user-popup-content h2 {
  font-size: 24px;
  font-weight: 600;
  color: var(--text-color);
  margin-bottom: 5px;
  text-align: center;
}
.new-user-popup-content p {
  font-size: 16px;
  color: var(--text-color);
  margin-bottom: 20px;
  text-align: center;
}
.new-user-popup-content form {
  display: flex;
  flex-direction: column;
  align-items: center;
}



.white-bg {
  background: #ffffff !important;
}
.vc_toggle_content {
  padding-left: 20px !important;
  padding-right: 20px !important;
}
.care-benef-slider {
  margin: 60px 0;
}
.care-benef-slider > div > .wpb_wrapper {
  max-width: 500px;
  margin: 0 auto;
}
.care-benef-slider .main-image {
  display: block;
}
.care-benef-slider .slick-list {
  overflow: visible !important;
}
.care-benef-slider .slick-slide {
  perspective: 1000px;
  cursor: grab;
}
.care-benef-slider .slick-slide h3 {
  font-size: 24px;
  font-weight: 600;
}
.care-benef-slider .slick-slide p,
.care-benef-slider .slick-slide h3,
.care-benef-slider .slick-slide p img {
  opacity: 0;  
  height: 0;
  max-width: 300px;
  overflow: hidden;
  transform: rotateY(180deg);
  transition: all 0.2s ease;
  transition-delay: 0.2s;
  color: #ffffff;
}
.care-benef-slider .slick-slide .wpb_wrapper {
  height: 400px;
  border-radius: 20px;
  overflow: hidden;
  transform: rotateY(35deg);
  transition: all 0.8s ease;
  transform-style: preserve-3d;
  background: transparent;
}
.care-benef-slider .slick-slide.slick-active .wpb_wrapper {
  transform: rotateY(180deg) scale(1.1);
  transition: all 0.8s ease;
  background: var(--primary-color);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 30px;
}
.care-benef-slider .slick-slide.slick-active p,
.care-benef-slider .slick-slide.slick-active h3,
.care-benef-slider .slick-slide.slick-active p img {
  opacity: 1;
  height: auto;
  margin: 0 auto 15px;
}
.care-benef-slider .slick-slide.slick-active p img {
  filter: brightness(0) invert(1);
  margin-bottom: 10px;
}
.care-benef-slider .slick-slide.slick-active + .slick-slide .wpb_wrapper, 
.care-benef-slider .slick-slide.slick-active + .slick-slide + .slick-slide .wpb_wrapper,
.care-benef-slider .slick-slide.slick-active + .slick-slide + .slick-slide + .slick-slide .wpb_wrapper {
  transform: rotateY(-35deg);
}
.care-benef-slider .slick-slide .wpb_wrapper .main-image img {
  width: 100%;
  height: 400px;
  object-fit: cover;
  transition: opacity 0.2s ease width 0.2s ease;
  transition-delay: 0.2s;
  opacity: 1;
}
.care-benef-slider .slick-slide.slick-active .wpb_wrapper .main-image img {
  opacity: 0;
  width: 0;
  height: 0px;
}
.care-open .btn {
  border-radius: 50px !important;
  width: 64px !important;
  height: 64px !important;
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  padding: 0 !important;
  overflow: hidden !important;
  gap: 20px;
}
.care-open .btn img {
  transform: translateX(-26px);
  transition: all 0.3s ease;
}
.care-open .btn:hover img {
  transform: translateX(26px);
  filter: brightness(0) invert(1);
  
}
.popup-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 999;
  display: none;
  backdrop-filter: blur(5px);
  overflow: auto;
}
.popup-overlay.active {
  display: block;
}
.popup-overlay .popup-content {
  display: none;
  opacity: 0;
  transition: all 0.3s ease;
  top: 150%;
  margin-top: 65px;
}
.popup-content h2 {
  margin-bottom: 20px;
}
.popup-overlay.active .popup-content * {
  color: #ffffff;
  font-size: 18px;
}
.popup-overlay.active .popup-content .btn {
  height: auto;
}
.popup-overlay.active .popup-content h2 b {
  font-size: 64px;
  font-weight: 500;
  color: #91D9F8;
  line-height: 1.1;
}
.popup-content .btn {
  margin-top: 20px;
}
.popup-overlay.active .popup-content {
  position: absolute;
  display: block;
  z-index: 1000;
  opacity: 1;
  top: 50%; 
  left: 50%;
  transform: translate(-50%, -50%);
  background: var(--text-color);
  padding: 40px;
  border-radius: 10px;
  max-width: 950px;
  width: 100%;
}

.popup-overlay.active .popup-content p {
  margin-bottom: 15px;
}
.popup-overlay.active .popup-content li {
  margin-bottom: 7px;
}
.popup-overlay.active .popup-content ul {
  margin-left: 20px;
  margin-bottom: 20px;
}
.car-why .vc_col-sm-6 > .vc_column-inner,
.car-why .vc_col-sm-6 > .vc_column-inner > .wpb_wrapper {
  display: flex;
  width: 100%;
  height: 100%;
}
.car-why .vc_col-sm-6 > .vc_column-inner > .wpb_wrapper .wpb_text_column {
  width: 100%;
}

@media (max-width: 1320px) {
  .home-title h1 {
    font-size: 48px;
  }
  .top-banner h1 {
    font-size: 48px;
  }
  .title {
    font-size: 46px;
  }
  .home-about_content {
    padding-right: 30px !important;
  }
  .about_provider .wpb_single_image img {
    transform: scale(1.25) translateY(-14px);
  }
  .provider_content h3 {
    margin-top: 0;
    margin-bottom: 30px;
  }
}
@media (max-width: 992px) {
  .footer-cta .footer-cta-content {
    max-width: 100%;
    padding: 25px;
  }
  .footer-cta {
    margin-bottom: 0 !important;
  }
  .home-tabs-text p {
    font-size: 20px;
  }
  .blog-items.layout1 .post:last-child {
    margin-top: 0 !important;
  }
  .legal h1 {
    font-size: 48px;
  }
  .legal h2 {
    font-size: 36px;
  }
  .legal .term-tabs {
    flex-wrap: wrap;
  }
  .blog-items .post:nth-child(3n) {
    margin-top: 0 !important;
  }
  .blog-items .post:first-child {
    margin-bottom: 70px;
  }
  .blog-items .post {
    width: calc(50% - 20px);
  }
  .top-banner-blog h1 {
    font-size: 40px;
  }
  .home-title h1 {
    font-size: 40px;
  }
  .top-banner h1 {
    font-size: 40px;
  }
  .title {
    font-size: 36px;
  }
  .about_provider {
    overflow: hidden;
  }
  .car-team-item {
    width: calc(50% - 20px) !important;
    padding: 20px !important;
  }
  .car-tracking-roll h2 {
    font-size: 48px;
  }
  .car-books-items::before,
  .car-books-items::after {
    display: none !important;
  }
  .car-books-item {
    width: calc(50% - 20px) !important;
  } 
  .customers-diff__items {
    flex-wrap: wrap;
  }
  .customers-diff__items::before,
  .customers-diff__items::after {
    display: none !important;
  }
  .tech-top p {
    font-size: 20px;
  }
  .capab-feature::after {
    display: none;
  }
  .capab-feature_col:last-child {
    width: 100%;
  }
  .capab-feature h3 {
    display: none;
  }
  .capab-feature h3.mobile-title {
    display: block;
    font-size: 24px;
    color: #ffffff;
    font-weight: 400;
    margin-bottom: 20px;
  }
  .capab-feature_row-title {
    display: none;
  }
  .capab-feature_col:first-child{
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.2);
    padding: 5px 20px 5px 50px;
    display: inline-block;
    width: auto;
  }
  .capab-feature_row img {
    left: -15px;
    top: 17px;
    transform: rotate(90deg) translate(-50%, -50%);
  }
  .care-moves {
    padding: 50px 0 100px;
  }
  .care-who-items {
    flex-wrap: wrap;
    justify-content: center;
    padding: 30px 20px;
  }
  .footer-cta .container {
    position: relative;
  }
  .footer {
    padding-top: 0;
  }
}
@media (max-width: 768px) {
  .popup-overlay.active .popup-content {
    top: 0;
    transform: translate(-50%, 0);
    margin-top: 0;
  }
  .popup-overlay.active .popup-content h2 b {
    font-size: 42px;
  }
  .about_person {
    padding: 20px;
  }
  .home-title h1 {
    text-align: center !important;
    padding-left: 0;
  }
  .email-capture {
    display: flex;
    justify-content: center;
    margin-bottom: -25px;
  }
  .home-about_content {
    padding-right: 0 !important;
  }
  .home-about {
    text-align: center;
  }
  .home-about_items .wpb_single_image {
    display: flex;
    justify-content: center;
  }
  .legal h1 {
    font-size: 36px;
  }
  .legal h2 {
    font-size: 28px;
  }
  .legal .term-tabs {
    flex-direction: column;
    align-items: center;
  }
  
  .faqs .vc_toggle_title h4 {
    font-size: 20px;
  }
  .faqs .vc_toggle_title {
    padding: 15px 40px !important;
  }
  .faqs .vc_toggle_title::before {
    width: 2px;
    height: 20px;
    right: 21px;
  }
  .faqs .vc_toggle_title::after {
    width: 20px;
    height: 2px;
  }
  .faqs .vc_toggle_size_md .vc_toggle_icon::before {
    width: 20px;
    height: 2px;
  }
  .faqs .vc_toggle_size_md .vc_toggle_icon::after {
    width: 2px;
    height: 20px;
  }
  .faqs .vc_toggle_size_md .vc_toggle_icon {
    width: 30px;
    height: 40px;
  }
  
  .top-banner-blog img {
    min-height: 300px;
    object-fit: cover;
  }
  .blog-top {
    gap: 20px;
    padding: 20px;
    flex-direction: column;
    align-items: center;
  }
  .blog-items .post:first-child {
    flex-direction: column;
    align-items: center;
  }
  .blog-items .post-thumbnail {
    width: 100%;
  }
  .blog-items .post:first-child .post-prev-content {
    width: 100%;
    padding-left: 0;
    margin-top: 20px;
  }
  .blog-items .post:first-child .post-prev-content .read-more {
    font-size: 18px;
  }
  .footer-cta p {
    font-size: 20px;
  }
  .care-open .openings .item h3 {
    font-size: 20px;
  }
  .care-who-items .vc_col-sm-3 {
    width: calc(50% - 10px) !important;
  }
  .care-what-items {
    justify-content: center;
  }
  .care-what-items .vc_col-sm-4 {
    width: calc(50% - 10px) !important;
  }
  .care-moves-items {
    flex-wrap: wrap;
  }
  .care-moves {
    padding: 50px 0 80px;
  }
  .care-moves-items .vc_col-sm-4:nth-child(2) {
    transform: none;
    
  }
  .care-benef-items .vc_col-sm-4 {
    width: calc(50% - 20px) !important;
  }
  .care-benef-items {
    justify-content: center;
  }
  .care-top p {
    font-size: 20px;
  }
  .capab-title h2 {
    font-size: 32px;
    padding: 15px;
  }
  .tech-suite-box > div.vc_column-inner {
    padding: 30px 20px !important;
  }
  .tech-cap {
    padding: 50px 0;
  }
  .tech-cap-items .vc_col-sm-6 {
    width: 100% !important;
  }
  .tech-cap-item {
    padding-top: 300px;
  }
  .tech-top img {
    margin-bottom: 30px;
  }
  .customers-diff {
    padding: 50px 0 0;
  }
  .tech-top h2 {
    font-size: 32px;
  }
  .customers-tech {
    padding: 50px 0;
  }
  .customers-tech img {
    margin-top: 30px !important;
  }
  .car-form__box {
    padding: 40px 20px !important;
  }
  .car-form__contact {
    padding: 20px !important;
  }
  .car-form__contact .truck img {
    margin-right: -20px;
  }
  .car-form__contact h3 {
    font-size: 24px;
    text-align: center;
  }
  .car-form__contact .wpb_single_image {
    display: flex;
    justify-content: center;
  }
  .car-form__contact p {
    font-size: 18px;
    text-align: center;
  }
  .car-team-item h3 {
    font-size: 24px;
  }
  .car-tracking-roll p {
    font-size: 20px;
  }
  .car-tracking-roll h2 {
    font-size: 36px;
  }
  .car-top p {
    font-size: 20px;
  }
  .car-tracking h3 {
    padding-top: 30px;
  }
  .car-tracking h3,
  .car-tracking p {
    padding-left: 20px;
    padding-right: 20px;
  }
  .car-team-item {
    width: 100% !important;
    padding: 20px !important;
  }
  .car-why img {
    margin-bottom: 30px;
  }
  .car-top {
    padding: 50px 0 40px;
  }
  .about_provider .provider_text {
    margin-left: 0;
    margin-top: 30px;
  }
  .about_provider.about_provider2 .provider_text {
    margin-right: 0;
    margin-top: 30px;
  }
  .about_top p {
    font-size: 20px;
  }
  .provider_content h3 {
    font-size: 20px;
  }
  .about_provider {
    padding-bottom: 30px;
  }
  .about_provider .wpb_single_image img {
    transform: scale(1.5) translateY(-14px);
  }
  .home-numbers1 .vc_col-sm-4,
  .home-numbers2 .vc_col-sm-6 {
    margin-bottom: 20px;
  }
  .latestPostWrap {
    flex-wrap: wrap;
  }
  .home-about {
    padding: 40px 20px !important;
  }
  .home-numbers {
    padding: 30px 0 0 !important;
  }
  .footer_cols {
    flex-direction: column;
    align-items: center;
    width: 100%;
  }
  .footer_col {
    width: 100%;
  }
  .footer_col h3 {
    text-align: center;
  }
  .footer_col p {
    text-align: center;
  }
  .footer_col .social_icons {
    justify-content: center;
  }
  .footer_bottom {
    flex-direction: column;
    align-items: center;
  }
  .menu-toggle {
    margin-left: auto;
    margin-right: 20px;
  }
  .site-header .container {
    align-items: center;
  }
  .menu-item {
    margin-bottom: 10px;
  }
  .car-person p {
    margin-bottom: 20px !important;
  }
  .customers-top p {
    font-size: 20px;
  }
  .customers-logistics .vc_row {
    flex-direction: column;
    align-items: center;
  }
  .care-open p {
    font-size: 20px;
  }
  .btns p {
    flex-wrap: wrap;
  }
  .car-tracking-roll .wpb_column.vc_column_container.vc_col-sm-6:last-child {
    padding-left: 0;
  }
  .faqs {
    padding: 0px 0 30px;
  }
  .car-form__contact .headquaters {
    justify-content: center;
  }
}
@media (max-width: 600px) {
  .site-main {
    margin-top: 90px;
  }
  .site-main.post-page {
    margin-top: 120px;
  }
  .mobile-link-phone {
    display: block;
    margin-top: 40px;
  }
  .header-phone {
    display: none;
  }
  .header-right {
    display: flex;
    align-items: center;
  }
  .header-top {
    margin-bottom: 0;
  }
  .main-navigation {
    position: relative;
  }
  .main-navigation ul a {
    font-size: 18px;
  }
  .main-navigation .menu-toggle {
    z-index: 20;
  }
  .main-navigation .menu-main-menu-container {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 100%;
    top: 0;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    z-index: 19;
    opacity: 0;
    transition: all 0.3s ease-in-out;
  }
  .main-navigation.toggled .menu-main-menu-container {
    left: 0;
    opacity: 1;
  }
}
@media (max-width: 576px) {
  .blog-items .post {
    width: 100%;
  } 
  .car-books-item {
    width: 100% !important;
    padding: 30px 20px !important;
  }
  .care-benef-items .vc_col-sm-4 {
    width: 100% !important;
  }
  .care-what-items .vc_col-sm-4 {
    width: 100% !important;
  }
  .care-who-items .vc_col-sm-3 {
    width: 100% !important;
  }
  .email-capture-row button {
    max-width: 90px;
    padding: 0 !important;
    text-align: center;
  }
}