@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&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&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap");

/***** General CSS *****/

body {
  word-break: break-word;
  font-family: "Montserrat", sans-serif;
  color: #000;
  overflow-x: hidden;
  font-size: 18px;
  line-height: 30px;
  font-weight: 500;
  position: relative;
}

@font-face {
  font-family: "breulgroteska";
  src: url("../fonts/Fontspring-DEMO-breulgroteska-heavy.otf");
  font-weight: 700;
}

@font-face {
  font-family: "breulgroteska";
  src: url("../fonts/Fontspring-DEMO-breulgroteska-bold.otf");
  font-weight: 600;
}

@font-face {
  font-family: "breulgroteska";
  src: url("../fonts/Fontspring-DEMO-breulgroteskb-regular.otf");
  font-weight: 400;
}

/***** Headings *****/

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "breulgroteska";
  color: #000;
  margin: 0px;
}

h1 {
  font-size: 72px;
  line-height: 68px;
  font-weight: 700;
}

h2 {
  font-size: 58px;
  line-height: 55px;
  font-weight: 700;
}

h3 {
  font-size: 30px;
  line-height: 35px;
}

h4 {
  font-size: 24px;
  line-height: 29px;
}

h5 {
  font-size: 20px;
  line-height: 25px;
}

h6 {
  font-size: 18px;
  line-height: 22px;
}

p {
  font-size: 18px;
  line-height: 30px;
  font-weight: 500;
}

.red {
  color: red !important;
}

.blue {
  color: #1581c6;
}

/***** Gradient Text *****/

/***** Utilities *****/

.padd {
  padding: 100px 0;
  position: relative;
}

.paddTop {
  padding-top: 100px;
}

.paddBottom {
  padding-bottom: 100px;
}

.margTop {
  margin-top: 100px;
}

.margBottom {
  margin-bottom: 100px;
}

.bt {
  display: inline-block;
}

.pbtn {
  display: flex;
  align-items: center;
  gap: 18px;
  padding: 14px 34px;
  background-color: red;
  color: #fff;
  font-size: 16px;
  line-height: 22px;
  border: 1px solid transparent;
  font-weight: 600;
}

.maxWidth {
  max-width: 1440px;
}

/* general btn css start  */

a {
  text-decoration: none;
  color: #fff;
  white-space: initial;
}

a:hover,
a:focus {
  text-decoration: none;
  color: #000;
}

a:hover {
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
}

img {
  max-width: 100%;
}

input[type="text"]:focus,
textarea:focus,
input[type="password"]:focus,
select:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="tel"]:focus,
input[type="number"]:focus {
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  outline: none;
}

select,
input[type="text"],
input[type="password"],
input[type="email"],
input[type="url"],
input[type="number"],
textarea,
input[type="tel"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

ul {
  margin: 0 0 20px;
  padding: 0;
  list-style-type: none;
}

::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.42);
}

::-moz-placeholder {
  color: rgba(0, 0, 0, 0.42);
  opacity: 1;
}

:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.42);
}

:-moz-placeholder {
  color: rgba(0, 0, 0, 0.42);
  opacity: 1;
}

/*header css start */

.menuSec {
  padding: 18px 0;
}

.menuSec img {
  margin: 0;
}

.menuSec ul {
  position: relative;
  list-style: none;
  padding: 0;
  margin: 0;
  text-align: right;
  text-transform: capitalize;
}

.menuSec ul li {
  position: relative;
  display: inline-block;
  margin: 0;
  padding: 0;
}

.menuSec li ul {
  display: none;
}

.menuSec ul li a {
  position: relative;
  display: inline-block;
  text-decoration: none;
  padding: 5px 16px;
  font-size: 16px;
  text-transform: capitalize;
  color: #000;
  font-weight: 700;
}

.menuSec ul li:last-child a {
  padding-right: 0px;
}

.menuSec ul li a:hover {
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  color: #000;
  opacity: 1;
}

.menuSec li:hover > ul {
  display: block;
  position: absolute;
  z-index: 1000;
  background-color: #fff;
  left: 0px;
  width: 400px;
  text-align: left;
  top: 38px;
  padding: 20px 10px;
}

.menuSec li > ul > li > a {
  border: none;
  padding: 4px 20px;
  color: #000 !important;
  overflow: hidden;
  font-size: 16px;
  line-height: 26px;
  text-transform: capitalize;
}

.menuSec li > ul > li,
.menuSec li > ul > li > a {
  display: block;
  margin: 0;
  position: relative;
  padding-left: 20px;
}

.menuSec li:hover li {
  float: none;
}

.menuSec li > ul > li > a:before {
  position: absolute;
  content: "";
  width: 6px;
  height: 6px;
  background: red;
  top: 13px;
  left: 0;
}

.menuSec ul ul ul {
  left: 100%;
  top: 0;
}

.menuSec li > ul > li:hover > ul {
  left: 230px;
  top: 0px;
  width: 270px;
}

.droopdwon li:hover > ul {
  display: block;
  position: absolute;
  z-index: 1000;
  background-color: #000000;
  left: 0px;
  width: 230px;
  text-align: left;
  top: 40px;
}

.droopdwon {
  float: left;
}

.droopdwon li:hover li a:hover {
  background-color: #ffffff;
  color: #000 !important;
}

/*header css start */

.dropdown-menu {
  position: absolute !important;
  z-index: 1000;
  display: block;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0;
  font-size: 1rem;
  color: #212529;
  text-align: left !important;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
}

/*banner css start */

.menuSec ul li.active a {
  background: red;
  color: #fff;
}

header {
  box-shadow:
    0 2px 5px 0 rgba(0, 0, 0, 0.03),
    0 9px 9px 0 rgba(0, 0, 0, 0.02),
    0 19px 12px 0 rgba(0, 0, 0, 0.02),
    0 35px 14px 0 rgba(0, 0, 0, 0.01),
    0 54px 15px 0 transparent;
}

/* {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  background: #fff;
  width: 100%;
} */

/* Scroll ke baad */
.main-header.sticky {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  background: #fff;
  width: 100%;
}

.menuSec li > ul > li > a:hover {
  color: red;
  text-decoration: underline;
}
.menuSec li > ul > li > a:focus {
  color: #000 !important;
}

.carousel-caption {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  margin: 0;
  padding: 0;
  color: #fff;
  text-align: left;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: start;
  background: rgba(0, 0, 0, 0.1);
}

/*banner css end*/

.menuSec ul li a i.fa-solid.fa-angle-down {
  display: inline-block;
  transition: 0.3s;
  font-weight: 900;
}

.menuSec ul li a:hover i.fa-solid.fa-angle-down {
  transform: rotate(183deg);
}

a.main-button {
  display: inline-block;
  padding: 10px 20px;
  background: red;
  transition: 0.2s;
}

a.main-button:hover {
  background: #007aff;
}

/* =============================== Appointment sec ==================== */

.appoinment-item-right {
  padding: 24px 24px 50px;
  color: #fff;
  position: relative;
  overflow: hidden;
  height: 100%;
  border: 1px solid #fff;
  z-index: 1;
}

/* darker blue overlay like screenshot */
.appoinment-item-right::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(0, 70, 140, 0.95), rgba(0, 110, 210, 0.9)),
    url("../images/form-bg.webp");
  background-size: cover;
  z-index: 0;
}

/* keep content above overlay */
.appoinment-item-right > * {
  position: relative;
  z-index: 2;
}

/* ===== HEADING ===== */
.appoinment-top {
  margin-bottom: 20px;
}

.appoinment-top h2 {
  font-size: 36px;
  font-weight: 700;
  margin: 0;
  line-height: 30px;
}

.appoinment-top p {
  color: #9aa3ab;
  font-size: 14px;
  margin: 0;
}

/* ===== INPUTS (match flat grey style) ===== */
.app-input {
  height: 60px;
  border: 1px solid #e3e5e8;
  background: #fff;
  padding: 0 18px;
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 10px;
}

.app-input:focus {
  outline: none;
  border-color: #2a86ff;
  box-shadow: none;
}

/* ===== BUTTON (match screenshot) ===== */
.send-btn {
  background: #8fb9d4;
  border: none;
  padding: 13px 23px;
  font-weight: 600;
  color: #fff;
  font-size: 16px;
  width: 100%;
}

/* ===== CAPTCHA ===== */
.captcha-box {
  border: 1px solid #e5e5e5;
  background: #f8f8f8;
  padding: 11px 18px;
  margin-top: 20px;
  width: 100%;
  font-size: 13px;
  display: flex;
  gap: 10px;
}

/* ===== RIGHT PANEL HEADING ===== */
.app-right-heading {
  margin-bottom: 18px;
}

.app-right-heading h3 {
  font-size: 24px;
  font-weight: 700;
  color: #fff;
  line-height: 30px;
}

.app-right-heading p {
  font-size: 14px;
  color: #ffffffb0;
  margin: 0px;
  line-height: 18px;
}

/* ===== CRITERIA BOXES ===== */

.criteria-boxes {
  display: flex;
  flex-wrap: wrap;
  column-gap: 10px;
  justify-content: space-between;
  row-gap: 20px;
}

.criteria-item {
  border: 1px solid rgba(255, 255, 255, 0.6);
  padding: 11px 20px;
  min-height: 70px; /* important for matching */
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-weight: 600;
  backdrop-filter: blur(4px);
  transition: 0.25s;
  background: rgba(0, 0, 0, 0.43);
}

.criteria-item.full {
  grid-column: span 2;
}

/* info circle */
.criteria-item span {
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.25);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 12px;
}

/* hover like design */
.criteria-item:hover {
  border-color: #fff;
  background: rgba(255, 255, 255, 0.43);
}

/* wrapper */
.criteria-wrapper {
  position: relative;
}

/* info icon */
.info-icon {
  cursor: pointer;
}

/* hidden info box */
.criteria-info {
  margin-top: -10px;
  color: #fff;
  padding: 14px;
  font-size: 14px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
  z-index: 10;
  position: absolute;
  left: 0px;
  top: 3.8rem;
  width: 12.8125rem;
  border: 1px solid rgba(255, 255, 255, 0.54);
  background: rgba(38, 29, 29, 0.7);
  -webkit-backdrop-filter: blur(4.0500001907px);
  backdrop-filter: blur(4.0500001907px);
  transition: 0.3s ease;
  right: 0;
  margin: 0px auto;
  display: table;
}

/* show on hover */
.criteria-wrapper:hover .criteria-info {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

/* =============================== Appointment sec ==================== */

/* Banner start  */

img.banner-bg-img {
  width: 100%;
  object-fit: cover;
  height: 980px;
  object-position: 0% 100%;
}

.banner_text {
  position: relative;
  padding-top: 80px;
  z-index: 1;
}

.track-label {
  display: flex;
  align-items: center;
  gap: 10px;
  background: rgba(255, 255, 255, 0.04);
  padding: 12px 24px;
  width: 560px;
  margin-bottom: 60px;
}

.track-label span {
  font-size: 18px;
  font-weight: 600;
  text-align: left;
  text-transform: uppercase;
  line-height: 22px;
}

.banner_text .rating {
  display: flex;
  gap: 13px;
  margin-top: 40px;
}

.rating span i {
  color: #fb7900;
  margin: 0 2px;
}

.banner_text h1 {
  margin-bottom: 20px;
}

section.main_slider {
  position: relative;
}

section.main_slider .carousel-item.active {
  position: relative;
}

section.main_slider .carousel-item.active:before {
  position: absolute;
  content: "";
  top: -14.375rem;
  left: -8.125rem;
  width: 65%;
  height: 87.5091rem;
  transform: rotate(13.185deg);
  flex-shrink: 0;
  background: rgba(0, 0, 0, 0.81);
}

section.appoinment-sec {
  position: relative;
  margin-top: -440px;
}

.appoinment-item-left {
  background: #fff;
  padding: 24px;
  border-left: 4px solid #1581c6;
  position: relative;
  z-index: 1;
}

.check-area {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  gap: 12px;
}

.check-area label {
  display: inline-block;
  position: relative;
  padding-left: 34px;
  font-size: 12px;
  line-height: 20px;
}

.check-area label:before {
  position: absolute;
  content: "";
  width: 24px;
  height: 24px;
  left: 0;
  top: 0px;
  border: 1px solid #00000045;
}

.check-area input {
  display: none;
}

.check-area label a {
  text-decoration: underline;
  color: red;
}

.check-area label:has(input:checked)::after {
  width: 10px;
  height: 10px;
  background: red;
  content: "";
  top: 8px;
  left: 7px;
  position: absolute;
  z-index: 12;
}

.send-btn:hover {
  background: red;
  opacity: 50%;
}

.criteria-info p {
  line-height: 20px;
  margin: 0px;
  font-size: 15px;
  text-transform: capitalize;
  font-weight: 600;
}

/* Banner start  */

/* ====================== Loges Slider Start ==================== */

section.loges {
  position: relative;
  background: #000;
  padding: 110px 0 80px;
  text-align: center;
  margin-top: -70px;
}

.slide_logo {
  width: 100%;
}

section.loges .slick-slide {
  opacity: 1;
}

.slide_logo img {
  width: 100%;
  height: 70px;
}

.loges-header {
  margin-bottom: 50px;
}

.loges-header p {
  color: #ffffff7d;
  font-size: 20px;
  line-height: 30px;
}

/* ====================== Loges Slider Start ==================== */

/* =============== Services section ======================= */

section.services-sec {
  padding: 10px 0px 80px;
  background: #000;
}

.svs-heading p {
  color: #ffffff6b;
}

.svs-heading {
  margin-bottom: 50px;
}

.svs-card {
  position: relative;
  border: 1px solid #ffffff2b;
  height: 100%;
}

.svs-video {
  position: relative;
  height: 100%;
}

.video-left-col {
  position: relative;
  height: 100%;
}

.svs-video video {
  object-fit: cover;
  height: 100%;
  width: 100%;
  display: block;
}

.services-page .video-right-col {
  position: relative;
  height: 100%;
}

.services-page .video-right-col .row.g-3 {
  height: 100%;
}

.services-page .video-right-col .col-md-6 {
  height: 100%;
}

.svs-card .svs-txt {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 40px;
  z-index: 12;
}

.svs-header-title h3 {
  font-size: 36px;
  line-height: 42px;
  font-family: "Montserrat";
  font-weight: 700;
}

.svs-header-btn a {
  background: red;
  padding: 9px 16px;
  display: flex;
  color: #fff;
  font-size: 15px;
  margin-bottom: 4px;
  position: relative;
  z-index: 12;
}

.svs-header-btn a i {
  font-size: 20px;
  transform: rotate(-35deg);
  transition: 0.2s;
}

.svs-header-btn a span {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}

.svs-card:hover .svs-header-btn a {
  background: rgba(255, 255, 255, 0.32);
  border-color: rgba(255, 255, 255, 0.1);
}

.supdate {
  display: flex;
  position: absolute;
  top: 20px;
  left: 20px;
  align-items: center;
  gap: 10px;
  z-index: 12;
}

.supdate span {
  color: #fff;
  font-size: 15px;
  padding: 6px 16px;
  background: red;
  font-weight: bold;
  text-transform: uppercase;
  transition: 0.3s;
}

.supdate span:hover {
  background: #fff;
  color: red;
}

.svs-video-list {
  height: 100%;
  width: 100%;
  position: relative;
}

.svs-video-list video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: relative;
  display: block;
}

.svs-txt-list {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 20px 20px 24px;
  width: 100%;
  z-index: 12;
}

.svs-header-sm-btn {
  display: inline-block;
}

.svs-header-sm-btn a {
  padding: 0px 10px;
  background: red;
  display: inline-block;
}

.svs-header-sm-btn a i {
  transform: rotate(-45deg);
  transition: 0.2s;
}

.svs-card:before {
  content: "";
  background: linear-gradient(360deg, red 20.88%, rgba(255, 0, 0, 0.2) 64.17%);
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  transition: 0.3s ease;
  z-index: 3;
  opacity: 0;
}

.svs-card:hover:before {
  opacity: 1;
}

.svs-card:after {
  transition: 0.3s ease;
  content: "";
  background: linear-gradient(360deg, #070606d9 16.35%, rgb(7 6 6 / 33%) 100%);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

.svs-card:hover:after {
  opacity: 0;
}

.svs-card:hover .svs-header-sm-btn a {
  background: rgba(255, 255, 255, 0.32);
  border-color: rgba(255, 255, 255, 0.1);
}

.svs-card:hover .svs-header-sm-btn a i {
  transform: unset;
}

.svs-card:hover .svs-header-btn a i {
  transform: unset;
}

.righ-padd-parap {
  padding-left: 50px;
}

.svs-icon-box {
  display: flex;
  gap: 10px;
  padding: 10px 12px;
  height: 86px;
  border: 0.0625rem solid rgba(247, 248, 252, 0.1);
  background: rgba(255, 255, 255, 0.06);
  align-items: center;
}

.svs-icon-box p.title-svs-i {
  margin-bottom: 7px;
  line-height: 20px;
}

span.svs-i-info {
  font-size: 13px;
  line-height: 12px;
  color: #999;
  font-weight: 600;
  display: block;
}

.svs-icons {
  width: 40px;
  height: 40px;
  background: red;
  display: flex;
  justify-content: center;
  align-items: center;
  flex: 0 0 auto;
}

.svs-icons img {
  width: 24px;
}

.svs-icon-box:hover p.title-svs-i a {
  color: red;
}

.view-all-box {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}

.view-all-box a {
  display: flex;
  align-items: center;
  gap: 10px;
}

.view-all-box a i {
  transform: rotate(-36deg);
  transition: 0.2s;
}

.view-all-box a:hover i {
  transform: unset;
}

.view-all-box a span {
  border-bottom: 1px solid #fff;
  display: block;
  line-height: 21px;
}

.view-all-box a:hover span {
  border: #000;
}

/* =============== Services section ======================= */

/* ============ Abou Us =================== */

.abimgwrp {
  position: relative;
}

img.about-img1 {
  height: 440px;
  width: 100%;
  object-fit: cover;
}

.ab-video-btn {
  display: inline-block;
  position: absolute;
  bottom: 40px;
  left: 40px;
  z-index: 1;
}

.ab-video-btn a i {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  background: red;
  transition: 0.2s;
}

.ab-video-btn a:hover i {
  background: #fff;
  color: red;
}

.ab-header {
  padding-bottom: 16px;
}

p.subtit {
  color: rgba(0, 0, 0, 0.42);
}

.ab-txt p {
  font-weight: 500;
  line-height: 27px;
  padding-bottom: 20px;
}

.ab-txt p span {
  font-weight: 700;
}

.abimgwrp:before {
  content: "";
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0), #000 100%);
  position: absolute;
  top: 0;
  left: 0;
}

.pbtn i {
  transition: 0.2s;
  font-size: 20px;
}

.pbtn:hover {
  background: #1581c6;
}

.about-stat {
  padding: 30px;
  background: #f7f8fc;
}

.about-stat-title {
  color: #b5b5b5;
  font-family: "Montserrat";
  font-size: 16px;
  text-transform: uppercase;
  margin-bottom: 40px;
  font-weight: 700;
  line-height: 20px;
}

.about-stat-text p {
  font-size: 90px;
  font-weight: 600;
  color: red;
  line-height: 100px;
  margin: 0px;
  font-family: "Montserrat";
}

.about-stat-text p strong {
  color: #000;
  font-weight: 600;
}

.about-stats {
  margin-top: 40px;
}

.review-header {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 14px;
}

.review-img {
  flex-shrink: 0;
}

.review-img img {
  width: 40px;
}

.review-card {
  background: #f4f4f4;
  padding: 24px;
  height: 280px;
}

.author-title {
  font-size: 16px;
  font-weight: 800;
  line-height: 16px;
  color: #154fc1;
}

.review-author span.des {
  font-size: 12px;
  line-height: 21px;
  display: block;
}

.review-card .rating i {
  font-size: 13px;
}

.review-mesg {
  height: 150px;
  overflow: scroll;
  overflow-x: hidden;
}

.review-mesg p {
  font-size: 14px;
  line-height: 20px;
}

.reviewSlider .slick-slide {
  opacity: 1;
  margin: 0px 10px;
}

.about-heading {
  margin-bottom: 40px;
}

.reviews-gg {
  display: flex;
  gap: 10px;
  align-items: flex-start;
}

.revies-img {
  flex-shrink: 0;
}

.revies-img img {
  width: 60px;
  height: 60px;
  border-radius: 100px;
  background: #fff;
  filter: drop-shadow(2px 4px 6px #0000001c);
  background: #0000001c;
}

.reviews-text p.revw-title {
  margin: 0px;
  font-weight: bold !important;
}

.reviews-text p {
  margin: 0px;
  font-weight: 400;
  font-size: 15px;
}

.google-rev-btn {
  display: inline-block;
}

.google-rev-btn a {
  display: inline-block;
  padding: 1px 10px;
  background: #3475e9;
  border-radius: 45px;
  margin-top: 10px;
  font-size: 14px;
}

.reviewSlider {
  padding-bottom: 30px;
}

section.reviews-gogle {
  padding-bottom: 80px;
}

section.reviews-gogle .slick-dots li button {
  display: none;
}

section.reviews-gogle .slick-dots li {
  width: 8px;
  height: 8px;
  background: #fb8e2861;
  border-radius: 45px;
}

section.reviews-gogle .slick-dots li.slick-active {
  background: #fb8e28;
  opacity: 1;
}

.reviewSlider button.slick-prev.slick-arrow {
  width: 30px;
  height: 30px;
  background: #f4f4f4;
  border-radius: 45px;
  z-index: 12;
  left: -9px;
  filter: drop-shadow(2px 2px 6px #999);
}

.reviewSlider button.slick-next.slick-arrow {
  width: 30px;
  height: 30px;
  background: #f4f4f4;
  border-radius: 45px;
  z-index: 12;
  right: -9px;
  filter: drop-shadow(2px 2px 6px #999);
}

.reviewSlider button.slick-prev:before {
  content: "\f104";
  font-family: "FontAwesome";
  font-size: 14px;
}

.reviewSlider button.slick-next:before {
  content: "\f105";
  font-family: "FontAwesome";
  font-size: 14px;
}

/* ============ Abou Us =================== */

/* =========== Start up start =================== */

.startup {
  padding: 50px;
  background: linear-gradient(
    259deg,
    rgba(0, 122, 255, 0.47) 0,
    rgba(0, 122, 255, 0.85) 78.37%,
    #007aff 100%
  );
}

img.starup-bg-img {
  z-index: -1;
}

.starup-left {
  padding: 30px;
  background: #fff;
}

.starup-left label {
  display: inline-block;
  font-size: 16px;
  font-family: "Montserrat";
  font-weight: 600;
  margin-bottom: 5px;
}

.starup-left .appff input {
  height: 50px;
  margin-bottom: 0;
}

.starup-left .check-area label {
  font-size: 12px;
}

.starup-left .check-area {
  margin-top: 10px;
}

.starup-left h3.blue {
  margin-bottom: 20px;
}

h4.subheader.text-light {
  padding: 10px 0 24px;
}

.statup-left p {
  font-weight: 400;
  font-size: 15px;
  line-height: 23px;
}

.starup-left h3.blue i {
  font-size: 17px;
  margin-right: 10px;
  display: inline-block;
  position: relative;
  top: -3px;
}

/* =========== Start up end =================== */

/* ============= chose truck start  ============= */

section.choose-sec {
  padding: 80px 0;
  background: #000;
  margin-top: 80px;
}

.chos-turck-card {
  position: relative;
  border: 1px solid #ffffff63;
}

img.chos-truk-card-img {
  height: 110px;
  width: 100%;
  object-fit: cover;
  filter: brightness(0.8);
}

.truck-card-txt {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding-left: 30px;
  content: "";
  width: 100%;
  height: 100%;
  background: linear-gradient(
    90deg,
    rgb(7 6 6 / 75%) 26.92%,
    rgba(7, 6, 6, 0.2) 100%
  );
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  transition: 0.3s;
}

.truck-card-txt p.text-light.m-0 {
  font-size: 23px;
  font-weight: 600;
  position: relative;
}

.chos-turck-card:hover .truck-card-txt {
  background: linear-gradient(
    90deg,
    rgb(246 0 0 / 90%) 26.92%,
    rgba(7, 6, 6, 0.2) 100%
  );
}

.chose-left {
  position: relative;
}

.chose-left h2.text-light {
  line-height: 65px;
  padding-bottom: 30px;
}

.chose-left p.text-light {
  font-size: 15px;
  line-height: 23px;
  margin-bottom: 30px;
}

.bt1 {
  display: inline-block;
}

.bt1 .pbt1 {
  display: inline-block;
  padding: 12px 32px;
  background: red;
  transition: 0.2s;
}

.bt1 .pbt1:hover {
  background: #1581c6;
}

/* ============= chose truck end  ============= */

/* =============== Work start ================ */

.work-right-col {
  padding-left: 20px;
}

.work-box {
  border-left: 0.0625rem solid red;
  background: #f7f8fc;
  padding: 24px;
  display: flex;
  flex-direction: column;
  row-gap: 5px;
}

.work-box h3 {
  font-size: 18px;
  font-family: "Montserrat";
  font-weight: 700;
  padding-left: 20px;
  position: relative;
}

.work-box h3:before {
  position: absolute;
  content: "";
  width: 7px;
  height: 7px;
  background: red;
  left: 0;
  top: 14px;
}

.work-box p {
  font-size: 14px;
  color: rgba(0, 0, 0, 0.62);
  letter-spacing: -0.04em;
  line-height: 20px;
}

/* =============== Work end  ================ */

/* ======================== Advantage start ================= */

.advg-i {
  width: 40px;
  height: 40px;
  background: red;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 18px;
}

section.advatg .work-box h3 {
  padding-left: 0;
  line-height: 22px;
}

section.advatg .work-box h3:before {
  display: none;
}

.advng-right-col {
  padding-left: 24px;
}

.advng-right-col p {
  letter-spacing: -0.0313rem;
  font-weight: 400;
  font-size: 16px;
  line-height: 23px;
  padding-bottom: 24px;
}

.advng-right-col .advg-head p {
  color: rgba(0, 0, 0, 0.42);
  font-size: 18px;
  line-height: 140%;
  padding: 10px 0 40px;
  font-weight: 500;
}

section.advatg .work-box {
  height: 230px;
  justify-content: space-between;
}

/* ======================== Advantage start ================= */

/* ================= Blogs =============================== */

.blog-header {
  margin-bottom: 40px;
}

.blog-head p {
  padding-top: 10px;
  color: #0000008c;
}

img.blog-card-img {
  height: 250px;
  width: 100%;
  object-fit: cover;
}

.blog-card .blog-txt {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 14px;
  height: 230px;
}

.blog-card {
  border: 0.0625rem solid rgb(16 18 20 / 10%);
}

.blg-info span {
  font-size: 14px;
}

.blg-info span.date {
  position: relative;
  color: #0000006b;
  display: inline-block;
  padding-left: 12px;
}

.blg-info span.date:before {
  position: absolute;
  content: "";
  width: 4px;
  height: 4px;
  background: red;
  top: 14px;
  left: 0;
}

.blog-card .blog-txt h3 a {
  color: #101214;
  font-family: "Montserrat";
  transition: 0.2s;
}

.blog-card .blog-txt h3 {
  font-size: 18px;
  font-weight: 700;
  font-family: "Montserrat";
  line-height: 26px;
}

.blog-btn-i span {
  border-bottom: 1px solid red;
}

.blog-btn-i i {
  font-size: 12px;
  transition: 0.3s;
}

.blog-btn-i:hover span {
  border: 0px;
}

.blog-btn-i:hover i {
  transform: translate(10px, 0px);
}

.blog-card .blog-txt h3 a:hover {
  color: red;
}

/* ================= Blogs =============================== */

/* ==================== Drive cta ========================= */

section.drive {
  height: 750px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}

section.drive:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  background: linear-gradient(
    180deg,
    #fff 0,
    rgba(245, 245, 245, 0.81) 17.24%,
    rgba(7, 6, 6, 0.6) 36.54%,
    #070606 100%
  );
}

.driv-txt {
  position: relative;
  z-index: 12;
}

.driv-txt p.drive-subh {
  font-size: 22px;
  line-height: 29px;
  color: #8d8d8d;
  padding: 24px 0 20px;
  font-weight: 400;
}

.driv-txt h2.text-light {
  font-size: 65px;
  line-height: 68px;
}

img.drive-bg-img {
  object-fit: cover;
}

/* ==================== Drive cta ========================= */

/* ================== faqs start ================== */

.faqs .accordion-item:last-child {
  border-bottom: 0px;
}

.faqs .accordion-button {
  width: 100%;
  padding: 16px 10px 16px 40px;
  color: #fff;
  text-align: left;
  font-weight: 400;
  font-size: 20px;
  border: 0px;
  background-color: transparent;
  font-family: "Montserrat";
  line-height: 30px;
}

.faqs .accordion-button:focus {
  z-index: 3;
  border-color: inherit;
  outline: 0;
  box-shadow: inherit;
}

.faqs .accordion-button:not(.collapsed) {
  color: #fff !important;
  box-shadow: inherit;
  background: transparent;
}

.faqs .accordion-item {
  background-color: transparent;
  border: none;
  border-radius: 0 !important;
  margin-bottom: 10px;
  border-bottom: 1px solid #ffffff21;
}

.faqs .accordion-body p {
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  color: #a4a4a4;
}

.faqs .accordion-button::after {
  content: "\f067";
  position: absolute;
  background-image: inherit !important;
  font-weight: 900;
  font-family: "Font Awesome 5 Free";
  left: 0px;
  font-size: 29px;
  color: red;
  top: 18px;
}

.faqs .accordion-button:not(.collapsed)::after {
  background-image: inherit !important;
  transform: inherit;
  content: "\f068";
}

section.faqs {
  background: #070606;
  padding: 30px 0 40px;
}

.faqs .accordion-body {
  padding: 0;
}

.faqs .accordion-body p span {
  font-weight: 600;
}

/* ================== faqs end ================== */

/* ================= Footer =================== */

ul.social a i {
  color: #fff;
  transition: 0.2s;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 1.875rem;
  height: 1.875rem;
  background: red;
  font-size: 14px;
}

footer {
  position: relative;
  background: #070606;
  padding: 80px 0 30px;
}

img.footer-logo {
  display: inline-block;
  margin-bottom: 50px;
}

ul.footer-ct-links {
  display: flex;
  flex-direction: column;
  gap: 12px;
  justify-content: flex-start;
  margin: 0;
}

ul.footer-ct-links li {
  display: flex;
  align-items: center;
  gap: 20px;
}

ul.footer-ct-links li span {
  font-weight: 500;
  font-size: 0.875rem;
  line-height: 120%;
  color: rgba(206, 206, 206, 0.5);
  display: flex;
  align-items: center;
  column-gap: 1.25rem;
}

ul.footer-ct-links li i {
  width: 1.25rem;
  height: 1.25rem;
  background: red;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.3s ease;
  font-size: 12px;
  color: #fff;
}

ul.footer-ct-links li:hover i {
  background: #1581c6;
}

ul.footer-ct-links li:hover span {
  color: #1581c6;
}

h3.footer-title {
  font-weight: 500;
  font-size: 0.875rem;
  line-height: 120%;
  margin-bottom: 0.875rem;
  color: rgba(206, 206, 206, 0.5);
  text-transform: uppercase;
  font-family: "Montserrat";
}

.foot-links ul li a {
  font-weight: 500;
  font-size: 0.875rem;
  line-height: 120%;
  color: #fff;
  transition: 0.2s;
}

.foot-links ul li a:hover {
  color: #1581c6;
}

.footer-social {
  margin-top: 60px;
}

.footer-social .container-fluid.maxWidth {
  border-bottom: 1px solid #ffffff21;
  padding-bottom: 18px;
}

.soci-links-txt p a {
  display: inline-block;
  font-weight: 600;
  font-size: 16px;
  line-height: 120%;
  letter-spacing: -0.06em;
  color: rgba(206, 206, 206, 0.5);
}

.soci-links-txt p {
  display: flex;
  gap: 10px;
}

.soci-links-txt p a:hover {
  color: #1581c6;
}

ul.social.d-flex {
  margin: 0px;
  gap: 10px;
  justify-content: flex-end;
}

ul.social.d-flex li span {
  font-weight: 600;
  font-size: 0.875rem;
  line-height: 120%;
  margin-right: 4px;
}

.footer-cop {
  position: relative;
  margin: 40px 0 0;
}

.footer-cop .cp-txt {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.footer-cop .cp-txt p {
  font-weight: 500;
  font-size: 16px;
  line-height: 120%;
  color: rgba(206, 206, 206, 0.5);
  margin: 0px;
}

.up-btn {
  width: 40px;
  height: 40px;
  background: red;
  position: absolute;
  right: 20px;
  bottom: -20px;
}

.up-btn a {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.up-btn a:hover {
  background: #1581c6;
}

ul.social a i:hover {
  background: #1581c6;
}

img.footer-text-be {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  left: 0;
  right: 0;
  margin: 0px auto;
}
.footerSec {
  position: relative;
  z-index: 1;
}

/* ================= Footer =================== */

/* ================ Servies start =================== */

.breadcrumbs {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
  font-size: 18px;
  margin-bottom: 50px;
}

.breadcrumbs a {
  text-decoration: none;
  color: #000;
  transition: 0.3s;
  font-weight: 600;
}

.breadcrumbs a:hover {
  color: #000;
}

.breadcrumbs .separator {
  color: #000;
  display: flex;
  align-items: center;
}

.breadcrumbs .current {
  color: #666;
  font-weight: 600;
}

.servie-detail-banner {
  padding: 60px 0px 0px;
}

.servie-detail-banner h1 {
  padding-bottom: 18px;
  border-bottom: 1px solid #0000002b;
  margin-bottom: 32px;
  font-size: 80px;
  line-height: 90px;
  position: relative;
}
.servie-detail-banner h1 i.fa.fa-star.blue {
  position: absolute;
  left: 50px;
  top: -20px;
  font-size: 18px;
}

/* isvs sec 1 */

.isvs-txt ul {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin: 24px 0;
  padding-bottom: 24px;
  border-bottom: 1px solid #00000030;
}

.isvs-txt ul li span {
  position: relative;
  display: inline-block;
  padding-left: 20px;
}

.isvs-txt ul li span:before {
  position: absolute;
  content: "";
  width: 6px;
  height: 6px;
  background: red;
  left: 1px;
  top: 12px;
}

/* isvs sec 1 */

/* isvs sec 2 */

.isvs-sec2 p {
  font-weight: 400;
  line-height: 140%;
  letter-spacing: -0.03em;
  color: #101214;
  margin-bottom: 1.5625rem;
}

.isvs2-title h2 {
  font-size: 40px;
  line-height: 40px;
  letter-spacing: -0.02em;
  color: #101214;
  margin-bottom: 20px;
}

img.isvs2-in-img {
  height: 380px;
  object-fit: cover;
}

.isvs-sec2 {
  margin-top: 60px;
}

section.choose-sec.svs-chose {
  background: transparent;
  margin: 0;
}

section.choose-sec.svs-chose .chose-left {
  display: flex;
  flex-direction: column;
  gap: 40px;
}

/* profit start */

.profit-cd {
  border: 1px solid rgba(0, 0, 0, 0.1);
  padding: 40px 40px 30px;
  height: 300px;
}

.profit-cd h3 {
  font-weight: 700;
  font-size: 24px;
  line-height: 120%;
  letter-spacing: -0.02em;
  color: #000;
  margin-bottom: 30px;
  font-family: "Montserrat";
}

.profit-cd ul {
  gap: 20px;
}

.profit-cd ul li {
  display: flex;
  gap: 18px;
}

.profit-cd ul li span {
  display: inline-block;
}

.profit-cd ul li span.dot {
  width: 6px;
  height: 6px;
  background: red;
  flex-shrink: 0;
  position: relative;
  top: 10px;
}

.profit-cd ul li span.list-txt {
  font-weight: 500;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: -0.03em;
  color: #101214;
  list-style-type: square;
}

/* profit end */

.bus-cd {
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-top: 1px solid red;
  background: #f7f8fc;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  row-gap: 24px;
  padding: 32px 30px;
  height: 220px;
  text-align: center;
}

.bus-cd h3 {
  font-family: "Montserrat";
  font-weight: 600;
  font-size: 26px;
  letter-spacing: -0.05em;
}

.bus-cd p {
  text-align: center;
  max-width: 370px;
  margin: 0 auto;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: -0.05rem;
}

.service-what-our-item {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  border: 0.0625rem solid rgba(0, 0, 0, 0.1);
  border-left: 0.125rem solid red;
  padding: 20px 30px 30px;
  height: 150px;
}

.service-what-our-item-top {
  padding-bottom: 10px;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  gap: 18px;
  border-bottom: 0.0625rem solid rgba(186, 187, 191, 0.32);
}

.service-what-our-item-top h3 {
  color: red;
  font-size: 1.5rem;
}

.service-what-our-item-top i {
  color: red;
}

.service-what-our-item-text p {
  color: #000;
  letter-spacing: -0.0313rem;
  font-size: 16px;
  line-height: 24px;
  margin: 0px;
}

/* managgement start  */

.service-get-started-item {
  border: 0.0625rem solid rgba(16, 18, 20, 0.2);
  border-top: 0.625rem solid red;
  display: flex;
  flex-direction: column;
  row-gap: 1.25rem;
  padding: 30px 26px;
}

.service-get-started-item-text h3 {
  color: red;
  font-size: 20px;
  padding-bottom: 14px;
  margin-bottom: 20px;
  border-bottom: 1px solid rgba(16, 18, 20, 0.2);
  font-family: "Montserrat";
  font-weight: 600;
  letter-spacing: -1px;
}

.service-get-started-item-text p {
  letter-spacing: -0.0313rem;
  font-size: 16px;
  line-height: 24px;
  margin: 0;
}

/* managgement end */

/* who benef  */

.service-benefits-item-text {
  padding: 30px;
  border: 0.0625rem solid rgba(0, 0, 0, 0.1);
  background: #f7f8fc;
  display: flex;
  flex-direction: column;
  row-gap: 1.625rem;
  height: 190px;
  justify-content: center;
}

.service-who-benef-box {
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding-left: 24px;
}

.service-who-benef-box h3 {
  font-family: "Montserrat";
  font-size: 25px;
  line-height: 30px;
  font-weight: 600;
}

.service-benefits-item-text li span {
  position: relative;
  padding-left: 20px;
  font-size: 16px;
}

.service-benefits-item-text li span:before {
  position: absolute;
  left: 2px;
  width: 6px;
  height: 6px;
  background: red;
  top: 7px;
  content: "";
}

.service-who-benef-mg {
  margin-top: 30px;
}

/* who benef  */

/* key features  */

.service-key-features-items {
  display: flex;
  flex-direction: column;
  justify-content: center;
  border-left: 2px solid red;
  background: #f7f8fc;
  padding: 24px;
  height: 200px;
}

.service-key-features-items h3 {
  font-family: Montserrat;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 120%;
  letter-spacing: -0.0313rem;
  text-transform: capitalize;
  border-bottom: 1px solid rgba(16, 18, 20, 0.1);
  padding-bottom: 16px;
  margin-bottom: 24px;
}

.service-key-features-items h3 strong {
  color: red;
}

.service-key-features-item p {
  letter-spacing: -0.0313rem;
  font-size: 16px;
  line-height: 22px;
  margin: 0;
}

/* key features  */

/* ================ Servies start =================== */

/* =========================== faq page ===================== */

.faq-banner {
  padding: 60px 0px 60px;
  position: relative;
}

.faq-banner h1 i {
  position: absolute;
  left: 30px;
  top: -30px;
  font-size: 16px;
  color: red;
}

section.teams {
  margin-top: 30px;
}

.faq-banner p {
  color: rgba(26, 26, 26, 0.62);
  letter-spacing: -0.0313rem;
}

section.inner-faqs {
  background: transparent;
}

.faq-pag-title h2 {
  font-size: 36px;
  font-weight: 600;
  font-family: Montserrat;
  line-height: 133%;
  letter-spacing: -0.06em;
  color: #101214;
  margin-bottom: 1.375rem;
}

section.inner-faqs .accordion-button:not(.collapsed) {
  color: #000 !important;
}

section.inner-faqs .accordion-button {
  letter-spacing: -0.03em;
  font-weight: 600;
  color: #000;
}

section.inner-faqs .accordion-item {
  border-bottom: 1px solid #301e1e33;
}

.faq-group {
  margin-bottom: 40px;
}

.faq-tabs ul {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding-bottom: 24px;
}

.faq-tabs ul li a span {
  display: inline-block;
  padding-left: 20px;
  font-weight: 500;
  font-size: 1rem;
  line-height: 120%;
  letter-spacing: -0.03em;
  color: #666;
  position: relative;
}

.faq-tabs ul li a span:before {
  position: absolute;
  content: "";
  width: 4px;
  height: 4px;
  background: red;
  left: 4px;
  top: 8px;
}

.contact-block {
  display: flex;
  gap: 17px;
  width: 77%;
  align-items: center;
  margin-bottom: 22px;
}

.contact-block p {
  margin: 0px;
  font-weight: 600;
  line-height: 120%;
  letter-spacing: -0.03em;
  color: #101214;
}

.contact-block .icon {
  flex-shrink: 0;
}

.contact-block .icon i {
  font-size: 32px;
  color: red;
}

.faq-left {
  width: 70%;
  position: sticky;
  top: 40px;
}

.faq-left .bt1 {
  width: 100%;
}

.faq-left .bt1 .pbtn1 {
  width: 100%;
}

.faq-left .bt1 a.pbt1 {
  width: 100%;
  text-align: center;
}

.faq-tabs ul li a.active span {
  color: #000 !important;
}

/* =========================== faq page ===================== */

/* =========================== Contact page ===================== */

.cnt-lft-col {
  position: relative;
  height: 100%;
}

img.contact-ig-img {
  width: 100%;
  border-radius: 10px;
  height: 100%;
}

.cnt-ltf-txt {
  display: flex;
  justify-content: space-between;
  position: absolute;
  bottom: 0px;
  left: 0;
  align-items: center;
  right: 0;
  width: 100%;
  padding: 30px;
}

.cnt-ltf-txt .in-bt a {
  display: inline-block;
  padding: 10px 20px;
  background: red;
  border-radius: 5px;
  transition: 0.2s;
}

.cnt-right-col {
  position: relative;
  border-radius: 10px;
}

img.cont-bg-fm-tg {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}

.cnt-right-col .starup-left {
  position: relative;
  z-index: 1;
  background: transparent;
}

.cnt-right-col:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  border-radius: 0.5rem;
  background: linear-gradient(
    260deg,
    rgba(21, 129, 198, 0.47) 0,
    rgba(21, 129, 198, 0.85) 38.43%,
    #1581c6 88.29%
  ) !important;
}

img.white-sm--lgo {
  margin-bottom: 20px;
}

.cnt-right-col .starup-left .appff input {
  background: transparent;
  color: #fff;
}

.cnt-right-col .starup-left .appff input::placeholder {
  color: #fff;
}

.cnt-right-col .check-area label:before {
  background: #fff;
}

.contacts-bottom__blocks {
  width: 100%;
  border: 0.0625rem solid rgba(186, 187, 191, 0.32);
  -webkit-backdrop-filter: blur(0.4281rem);
  backdrop-filter: blur(0.4281rem);
  padding: 30px;
  border-radius: 0.5rem;
  display: flex;
  flex-direction: column;
  row-gap: 20px;
}

.contacts-bottom__block {
  border-bottom: 0.0625rem solid rgba(186, 187, 191, 0.32);
  padding-bottom: clamp(20px, calc(2.0833333333vw), 30px);
  display: flex;
  align-items: flex-start;
  column-gap: 1rem;
}

.contact-icon {
  background: red;
  border-radius: 0.25rem;
  padding: 0.625rem;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 2.75rem;
  height: 2.75rem;
  color: #fff;
  margin-top: 5px;
}

.contact-bottom__info p {
  margin: 0px;
  font-weight: 600;
}

.contact-bottom__info a {
  color: red;
  font-size: 16px;
  text-decoration: underline;
}

.contact-bottom__info span {
  font-size: 14px;
  line-height: 20px;
  display: inline-block;
}

.contacts-bottom__block:last-child {
  border: 0px;
  padding: 0px;
}

.cnt-social {
  margin-top: 1.25rem;
  padding: 1.875rem;
  border: 0.0625rem solid rgba(186, 187, 191, 0.32);
  -webkit-backdrop-filter: blur(0.4281rem);
  backdrop-filter: blur(0.4281rem);
  border-radius: 0.5rem;
  column-gap: 32px;
}

.contact-item-right {
  padding: 30px;
  border-radius: 8px;
  border: 1px solid rgba(186, 187, 191, 0.32);
  -webkit-backdrop-filter: blur(6.8496px);
  backdrop-filter: blur(6.8496px);
  margin-top: 0;
  height: 100%;
}

.contact-item__blocks {
  display: flex;
  flex-direction: column;
}

.contact-item__blocks .contact-block {
  padding: 23px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: rgba(151, 201, 255, 0.15);
  width: 100%;
  margin: 0;
}

.contact-item__blocks .contact-block:nth-child(2n) {
  background: 0 0;
}

.contact-item__blocks .contact-block p strong {
  color: #007aff;
  font-weight: 600;
}

.contact-block:nth-last-of-type(2) .contact-time p strong {
  color: red;
}

.contact-block:last-child .contact-time p strong {
  color: red;
}

.contact-item-right h3 {
  font-family: "Montserrat";
  font-size: 20px;
  font-weight: 600;
  line-height: 30px;
  padding-bottom: 23px;
}

.contacts-items {
  margin-top: 30px;
}

/* =========================== Contact page ===================== */

/* =========================== About page ===================== */

img.about-inner {
  height: 680px;
  width: 100%;
  object-fit: cover;
}

img.about-logo-img {
  position: absolute;
  top: 30px;
  left: 30px;
}

.in-about-stat-title {
  font-size: 20px;
  color: #b5b5b5;
  font-weight: 700;
  text-align: left;
  text-transform: uppercase;
  margin-bottom: 30px;
  margin-top: 10px;
}

img.abt-gm3 {
  height: 470px;
  width: 100%;
  object-fit: cover;
  object-position: left;
}

section.about-sec3 h2 {
  font-size: 40px;
  line-height: 44px;
  padding-bottom: 24px;
}

section.about-sec3 ul li span {
  position: relative;
  display: inline-block;
  margin: 3px 0;
  padding-left: 24px;
  color: #000;
  font-weight: 600;
}

section.about-sec3 ul li span:before {
  position: absolute;
  content: "";
  width: 6px;
  height: 6px;
  background: red;
  left: 8px;
  top: 10px;
}

.ab-sec3-right {
  padding-left: 30px;
}

.foundbtns button {
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: red;
  transition: 0.3s ease;
  border: 0px;
  color: #fff;
  font-size: 24px;
}

.foundbtns {
  display: flex;
  margin-left: 20px;
  gap: 10px;
  margin-bottom: 24px;
}

.foundbtns button:hover {
  background: #1581c6;
}

.foundSlider {
  padding-bottom: 40px;
}

.foundSlider .slick-slide {
  opacity: 1;
}

.swiper-year {
  margin-bottom: 50px;
  font-weight: 700;
  font-size: 52px;
  line-height: 100%;
  color: #050815;
  padding-top: 20px;
}

.swiper-text p {
  font-size: clamp(14px, calc(1.1111111111vw), 16px);
  line-height: 140%;
  letter-spacing: -0.03em;
  color: #101214;
}

.swiper-block h3 {
  font-family: "breulgroteska";
  font-weight: 600;
  font-size: 24px;
  line-height: 100%;
  text-transform: uppercase;
  color: #007aff;
  margin-bottom: 0.75rem;
}

section.foundation .slick-dots li button {
  display: none;
}

section.foundation .slick-dots li {
  width: 12px;
  height: 12px;
  background: red;
  border: 0px;
  opacity: 50%;
}

section.foundation .slick-dots li.slick-active {
  opacity: 1;
}

section.foundation .container-fluid.maxWidth {
  position: relative;
}

section.foundation .container-fluid.maxWidth:before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  background: red;
  height: 74%;
  width: 2px;
}

.main-team__wrap {
  display: flex;
  justify-content: space-between;
  margin-top: 60px;
  padding-top: 0.75rem;
  border-top: 0.0625rem solid rgba(16, 18, 20, 0.2);
  align-items: center;
}

p.main-team__name {
  margin: 0px;
  font-weight: 600;
  font-size: 22px;
  line-height: 120%;
  letter-spacing: -0.02em;
  color: #050815;
  margin-bottom: 0.875rem;
}

.main-team__position {
  padding: 8px 0px;
  display: flex;
  align-items: center;
  column-gap: 10px;
  font-weight: 500;
  font-size: 24px;
  line-height: 120%;
  letter-spacing: -0.04em;
  color: #fff;
  background: red;
  justify-content: center;
}

.main-team__social i {
  width: 35px;
  height: 35px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: red;
  color: #fff;
}

img.ceo-img1 {
  width: 100%;
  height: 550px;
  object-fit: cover;
}

.ceo-txt {
  margin-top: 40px;
  padding-left: 30px;
}

img.quote-img {
  margin-bottom: 50px;
}

.teams-item-left {
  padding-right: 40px;
}

.teams-item-left h2 {
  margin-bottom: 32px;
}

.teams-item-left p {
  font-weight: 400;
  color: #666;
}

.teams-item-left .meet-text p {
  font-weight: 500;
  color: #000;
  line-height: 26px;
  letter-spacing: -0.05em;
}

.teams-item-left .meet-text {
  margin-bottom: 50px;
  padding-top: 30px;
}

.teams-item-left .bt1 {
  width: 100%;
  text-align: center;
}

.teams-item-left .bt1 a {
  width: 100%;
}

.team-photo img {
  width: 100%;
  height: 420px;
  object-fit: cover;
}

.team-name {
  font-weight: 700;
  font-size: 22px;
  padding-top: 16px;
}

.ceo-txt p {
  font-size: 22px;
  line-height: 34px;
}

/* =========================== About page ===================== */

/* =========================== How to start  page ===================== */

.how-to-start-img {
  position: absolute;
  top: 30px;
}

section.how-to-start-ban {
  padding-bottom: 0px;
}

.how-to-start-img img {
  height: 303px;
}

section.how-to-start-ban .breadcrumbs {
  padding-bottom: 80px;
}

section.how-to-start-ban:before {
  position: absolute;
  content: "";
  width: 89%;
  height: 1px;
  left: 0;
  right: 0;
  margin: 0px auto;
  bottom: 0;
  background: #66666636;
}

.steps-ins {
  margin-bottom: clamp(20px, calc(3.8194444444vw), 55px);
  display: flex;
  column-gap: 15px;
  align-items: center;
  padding-top: 40px;
}

.steps-ins .steps-block {
  padding: 10px;
  background: red;
  color: #fff;
}

.steps-ins i {
  color: red;
}

.step-item {
  padding: 1.25rem;
  padding-left: clamp(14px, calc(1.8055555556vw), 18px);
  padding-right: clamp(14px, calc(1.8055555556vw), 18px);
  border-top: 0.625rem solid red;
  border-left: 0.0625rem solid rgba(16, 18, 20, 0.2);
  border-right: 0.0625rem solid rgba(16, 18, 20, 0.2);
  height: 100%;
}

.step-item p,
.step-item li {
  font-weight: 500;
  font-size: clamp(14px, calc(1.1111111111vw), 16px);
  line-height: 140%;
  letter-spacing: -0.03em;
  color: #101214;
  list-style-type: square;
}

.step-item .starup-left {
  padding: 0px;
}

.step-phone {
  margin-top: 10px;
  font-size: 13px;
}

.step-phone i.fa.fa-phone {
  padding: 5px;
  background: red;
  color: #fff;
  font-size: 9px;
}

.step-phone a {
  display: inline-block;
  line-height: 0px;
  color: #000;
  font-size: 13px;
  text-decoration: underline;
}

.step-toggle h3 {
  font-size: clamp(20px, calc(2.5vw), 36px);
  font-weight: 700;
  color: red;
  padding-bottom: 1.25rem;
  border-bottom: 0.0625rem solid rgba(16, 18, 20, 0.2);
  margin-bottom: 1.25rem;
  font-family: "Montserrat";
}

.step-item .step-text ul {
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
  padding-left: 1.25rem;
  display: flex;
  flex-direction: column;
  row-gap: 0.9375rem;
}

.step-item li::marker {
  color: red;
}

.step-item .step-content .step-phone {
  display: block;
  font-weight: 700;
  font-family: "Montserrat";
  font-size: 1rem;
  line-height: 150%;
  letter-spacing: -0.03em;
  text-align: center;
  color: red;
  padding-top: clamp(15px, calc(2.0833333333vw), 20px);
  border-top: 0.0625rem solid rgba(16, 18, 20, 0.2);
  margin-top: clamp(25px, calc(3.8888888889vw), 26px);
}

/* =========================== How to start  page ===================== */

/* =========================== Shippers page ===================== */

section.shippers p {
  font-weight: 500;
  font-size: clamp(14px, calc(1.25vw), 18px);
  line-height: 140%;
  letter-spacing: -0.03em;
  color: #101214;
}

section.shippers ul.wp-block-list {
  row-gap: 1.625rem;
  padding-left: 1.25rem;
  display: flex;
  flex-direction: column;
  margin: 24px 0;
}

section.shippers ul.wp-block-list li {
  font-weight: 500;
  font-size: clamp(14px, calc(1.25vw), 18px);
  line-height: 140%;
  letter-spacing: -0.01em;
  color: #000;
  list-style-type: square;
}

section.shippers ul.wp-block-list li::marker {
  color: red;
}

section.shippers .wp-block-column ul.wp-block-list {
  gap: 10px;
}

.shippers .faq-pag-title h2 {
  font-size: 40px;
  line-height: 45px;
  font-weight: 700;
}

/* =========================== Shippers page ===================== */

/* =========================== Driver page ===================== */

.driver-links ul {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  gap: 21px;
  margin: 0px;
}

.driver-links ul li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
}

.driver-links ul li i {
  width: 20px;
  height: 17px;
  background: red;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  font-size: 11px;
  color: #fff;
}

.driver-links ul li a {
  color: #000;
  font-size: 14px;
  text-decoration: underline;
  transition: 0.2s;
  line-height: 16px;
}

.driver-text p {
  font-weight: 500;
  font-size: 1rem;
  line-height: 140%;
  color: #101214;
}

.driver-text {
  padding-left: 40px;
}

.row.align-items-center.driver-row {
  padding-bottom: clamp(20px, calc(2.9166666667vw), 42px);
  border-bottom: 1px solid rgba(16, 18, 20, 0.2);
}

/* =========================== Driver page ===================== */

/* ============================ meet our team ===================== */

img.met-sec-img1 {
  width: 100%;
  height: 490px;
  object-fit: cover;
}

.met-left {
  padding-right: 30px;
}

.met-left .main-team__position {
  padding: 0px;
  display: inline-block;
  color: #000;
  background: transparent;
}

.team-position {
  font-weight: 600;
  font-size: 18px;
  letter-spacing: -1px;
  margin-bottom: 10px;
}

.team-info p {
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  letter-spacing: -0.03em;
  color: #050815;
  overflow: hidden;
  transition:
    max-height 0.4s ease,
    opacity 0.3s ease;
  margin-bottom: 10px;
}

.team-hidden {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.5s ease;
}

.team-hidden.expanded {
  max-height: 1000px;
}

.read-toggle {
  background: none;
  border: none;
  color: #ff0000;
  font-weight: 600;
  cursor: pointer;
  font-size: 16px;
  text-decoration: underline;
  display: inline-block;
}

.read-toggle span {
  font-size: 25px;
  position: absolute;
}

/* ============================ meet our team ===================== */

/* ============================ Story page ===================== */

.story-left h2 {
  font-family: Montserrat;
  font-weight: 600;
  font-size: 32px;
  margin-bottom: clamp(22px, calc(2.9166666667vw), 42px);
  line-height: 120%;
  letter-spacing: -0.02em;
  color: #101214;
}

.story-left {
  padding-right: 32px;
}

.story-left p {
  font-weight: 500;
  font-size: clamp(14px, calc(1.25vw), 18px);
  line-height: 140%;
  letter-spacing: -0.03em;
  color: #101214;
}

img.story-img1 {
  height: 480px;
  width: 100%;
  object-fit: cover;
  object-position: left;
}

img.our-story-logo {
  width: 100%;
}

.story-ines .ab-right-col {
  margin-right: 20px;
}

.story-video-text {
  padding-left: 14px;
}

.story-video-text ul {
  display: flex;
  flex-direction: column;
  row-gap: clamp(35px, calc(2.9166666667vw), 42px);
}

.story-video-text ul li {
  position: relative;
  margin-left: 1.25rem;
  font-weight: 400;
  font-size: clamp(14px, calc(1.25vw), 18px);
  line-height: 140%;
  letter-spacing: -0.03em;
  color: #101214;
  list-style: square;
}

.story-video-text ul li::marker {
  color: red;
}

/* ============================ Story page ===================== */

/* ============================ Blogs page ===================== */

.blog-bar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 110px;
}

.blog-helper-btns {
  display: flex;
  align-items: center;
  gap: 10px;
}

.blog-helper-btns a {
  display: inline-block;
  padding: 16px 24px;
  border: 0.0625rem solid rgba(0, 0, 0, 0.1);
  font-weight: 500;
  font-size: 0.875rem;
  line-height: 100%;
  color: #000;
  transition: 0.3s ease;
  width: 120px;
  text-align: center;
}

.blog-helper-btns a:hover {
  background: red !important;
  color: #fff !important;
}

.blog-helper-btns a.blue-bg {
  background: #1581c6;
  color: #fff;
}

.filter-btn button {
  padding: 14px 10px;
  border: 0.0625rem solid rgba(0, 0, 0, 0.1);
  font-weight: 500;
  font-size: 0.875rem;
  line-height: 100%;
  color: #000;
  transition: 0.3s ease;
  width: 100px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  background: #fff;
}

.filter-btn button:hover {
  background: red;
  color: #fff;
}

.blgo-search {
  flex-grow: 1;
}

.search-container {
  display: flex;
  padding-right: 4px;
  border: 0.0625rem solid rgba(0, 0, 0, 0.1);
  padding-left: 20px;
  width: 100%;
  height: 3rem;
  gap: 22px;
  align-items: center;
  position: relative;
}

.filter-btn {
  flex-shrink: 0;
}

.search-container .srch-i {
  opacity: 30%;
}

.search-container input {
  width: 100%;
  border: 0px;
  font-family: Montserrat;
  font-weight: 500;
  color: #000;
  line-height: 140%;
  letter-spacing: -0.0313rem;
  font-size: 15px;
}

.search-container input::placeholder {
  color: #333;
}

.search-container button {
  border: 0px;
  width: 50px;
  height: 40px;
  background: red;
  color: #fff;
  font-size: 25px;
  transition: 0.2s;
}

.search-container button:hover {
  background: #1581c6;
}

/* ============================ Blogs page ===================== */

/* ============================ Blogs Detail page ===================== */

.blog-det h1 {
  font-family: "Montserrat";
  line-height: 80px;
}

.blog-det h1 i {
  font-size: 23px;
  color: red;
}

.post-meta {
  margin-bottom: 1.375rem;
  column-gap: 0.875rem;
  display: flex;
  align-items: center;
}

.post-meta .category {
  padding: 12px 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 600;
  font-size: 0.8125rem;
  line-height: 120%;
  letter-spacing: -0.04em;
  background: red;
  color: #fff;
}

.post-meta .date p {
  margin: 0px;
  font-weight: 600;
  font-size: 0.8125rem;
  line-height: 120%;
  letter-spacing: -0.04em;
  color: #b5b5b5;
}

.post-author {
  gap: 16px;
  border-bottom: 0.0625rem solid rgba(16, 18, 20, 0.2);
  padding-bottom: clamp(20px, calc(2.9166666667vw), 42px);
  margin-bottom: clamp(33px, calc(2.9166666667vw), 42px);
  display: flex;
  align-items: center;
}

.post-author__image {
  border: 1px solid rgba(16, 18, 20, 0.2);
  max-width: 3.5rem;
  width: 100%;
  height: 3.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
}

.post-author__text p {
  font-weight: 600;
  font-size: clamp(16px, calc(1.25vw), 18px);
  letter-spacing: -0.03em;
  color: #101214;
  margin-bottom: 0px;
}

.post-author__text .date-block p {
  font-weight: 600;
  font-size: 0.875rem;
  letter-spacing: -0.04em;
  text-transform: uppercase;
  color: #b5b5b5;
  margin: 0px;
}

.post-author__text .date-block {
  display: flex;
  gap: 10px;
  align-items: center;
}

.post-author__text .date-block span {
  width: 0.25rem;
  height: 0.25rem;
  background: red;
}

.blog-metawp {
  width: 90%;
}

section.blog-det .faq-left {
  width: 90%;
}

.wp-block-table .has-fixed-layout {
  table-layout: fixed;
  width: 100%;
}

.wp-block-table thead {
  border-bottom: 2px solid;
}

.wp-block-table td,
.wp-block-table th {
  border: 1px solid;
  padding: 0.5em;
  border: 0px;
}

.wp-block-table table tbody tr td:first-child {
  width: 40%;
  font-weight: 700;
  line-height: 140%;
  text-align: left;
  color: #070606;
  font-size: clamp(14px, calc(1.1111111111vw), 16px);
}

.wp-block-table table tbody tr:nth-child(2n + 1) {
  background: #f7f8fc;
}

.wp-block-table table tbody tr:nth-child(2n) {
  background: rgba(88, 115, 156, 0.1);
}

.wp-block-table table tbody tr td {
  border: none;
  padding-left: clamp(1px, calc(2.7777777778vw), 40px);
  padding-right: clamp(1px, calc(2.7777777778vw), 40px);
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  font-weight: 500;
  font-size: clamp(14px, calc(1.1111111111vw), 16px);
  line-height: 140%;
  text-align: center;
  color: #070606;
}

.wp-block-table table thead tr th {
  text-align: center;
  border: 1px solid #000;
}

img.blog-detail-img {
  height: 400px;
  width: 100%;
  object-fit: cover;
  margin-bottom: 32px;
  display: block;
}
/* ============================ Blogs Detail page ===================== */
.turck-card-page {
  position: relative;
}

img.truk-card-img-page {
  height: 400px;
  width: 100%;
  object-fit: cover;
  filter: brightness(0.5);
}

.truck-card-txt-page {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0px auto;
  padding: 20px 20px;
}

.truck-card-txt-page a.pbtn {
  padding: 3px 10px;
}

.truck-card-txt-page p {
  font-size: 24px;
  font-weight: 600;
}

section.services-sec.services-page {
  background: transparent;
}

.service-grid__text-block {
  margin-bottom: 20px;
}

.service-grid__text-block h3 {
  font-weight: 400;
  font-size: clamp(16px, calc(1.3888888889vw), 20px);
  line-height: 120%;
  letter-spacing: -0.03em;
  text-transform: uppercase;
  color: #070606;
  padding-left: 20px;
  position: relative;
}

.service-grid__text-block h3:before {
  position: absolute;
  width: 8px;
  height: 8px;
  background: red;
  content: "";
  left: 2px;
  top: 7px;
}

.menuSec li ul li a {
  background: transparent !important;
}

/* ========================= */

.modal-phone-btn {
  display: flex;
  align-items: center;
  border: 1px solid #ddd;
  padding: 8px 12px;
  width: 220px;
  border-radius: 3px;
  background: #fff;
}

.modal-phone-btn .flag {
  font-size: 16px;
  margin-right: 6px;
}

.modal-phone-btn .dot {
  margin-right: 8px;
  color: #777;
}

.modal-phone-btn input {
  border: none;
  outline: none;
  font-size: 14px;
  width: 100%;
  font-weight: 600;
}

.flag img {
  width: 28px;
  height: 16px;
}

.modal-btns-g {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
}

.modal-header {
  padding: 0px;
  border: 0px;
  background: transparent;
}

div#loadModal .modal-dialog {
  max-width: 65%;
}

div#loadModal .modal-content {
  background: transparent;
  border: 0px;
}

div#loadModal .modal-dialog .modal-body {
  padding: 30px;
  background: #fff;
}

.modal-content {
  background: transparent;
  border: 0px;
}

.modal-header .btn-close {
  border: 0;
  color: #fff;
  filter: brightness(0) invert(1);
  opacity: 1;
  display: inline-block;
  margin-bottom: 8px;
}

.modal-header .btn-close:focus {
  outline: 0px;
  border: 0;
  box-shadow: unset;
}

.modal-btns-g .modal-btn a {
  display: flex;
  align-items: center;
  padding: 10px 12px;
  width: 220px;
  border-radius: 3px;
  background: linear-gradient(to right, #59c2ff, #1270e3);
  text-align: center;
  font-size: 16px;
  justify-content: center;
}

.modal-select-time a {
  display: inline-block;
  text-align: center;
  color: #333;
  font-size: 14px;
  text-decoration: underline;
  line-height: 20px;
  padding: 20px 0px 10px;
  letter-spacing: -0.05em;
  font-family: "Poppins";
}

.modal-select-time a:hover {
  color: #2196f3;
}

.modal-select-time p {
  font-family: "poppins";
  letter-spacing: -0.04em;
  font-weight: 500 !important;
}

.modal-body h3 {
  font-size: 40px;
  line-height: 50px;
  letter-spacing: -1px;
}

.modal-body p {
  font-size: 18px;
  line-height: 26px;
  font-family: "Poppins";
  font-weight: 400;
}
/* ========================= */

.footer-chat-btn a {
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 55px;
  background: #1e22aa;
  animation: phonePulse 1.8s infinite;
}

.footer-chat-btn a:hover {
  background: red;
}

@keyframes phonePulse {
  0% {
    transform: scale(1);
    box-shadow: 0 0 0 0 rgba(30, 34, 170, 0.6);
  }
  70% {
    transform: scale(1.15);
    box-shadow: 0 0 0 15px rgba(30, 34, 170, 0);
  }
  100% {
    transform: scale(1);
    box-shadow: 0 0 0 0 rgba(30, 34, 170, 0);
  }
}

.footer-chat-btn {
  position: fixed;
  bottom: 30px;
  left: 14px;
  z-index: 12;
}

section.about-ban .maxWidth {
  padding-bottom: 20px;
  border-bottom: 1px solid #0000002b;
}
