html {
  scroll-behavior: smooth;
}

body.loading {
  overflow: hidden;
}

.turq {
  color: #01e3d8;
}

.turqd {
  color: #0c5859;
}

.nav-image {
  display: block;
  height: 60px;
  width: 300px;
  background: url("/assets/images/CNC-EXpress_Logo_Transparent_Last.svg") no-repeat center center;
  background-size: contain;
}
@media (max-width: 768px) {
  .nav-image {
    width: 220px;
    margin-right: 0;
  }
}

.gradient-text {
  /* Gradient fill */
  background: linear-gradient(315deg, #008081, #01f7ea);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
}

.carousel-control-next,
.carousel-control-prev {
  z-index: 10;
}

.btn-master {
  background: linear-gradient(315deg, #008081, #01f7ea);
  color: #000;
  padding: 20px 30px;
  border-radius: 5px;
  border: 0;
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
  transition: all 0.5s linear;
}
.btn-master:hover, .btn-master:active {
  background: #fff;
  color: #000;
}

#navbarNav .nav-link {
  padding: 0;
}

.btn-default {
  background: linear-gradient(315deg, #008081, #01f7ea);
  border: 0;
  font-weight: bold;
  padding: 8px 15px;
  color: #000 !important;
}
.btn-default .nav-link {
  color: #000;
}

#loader_wrapper {
  display: flex;
  flex-direction: column; /* stack vertically */
  justify-content: center; /* vertical centering of entire wrapper */
  align-items: center; /* center horizontally */
  height: 100vh;
  width: 100%;
  background: #000000;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
}
#loader_wrapper img {
  margin-bottom: 30px !important; /* space between logo and spinner */
  margin: 0 auto;
  height: 80px;
  width: 320px;
}
#loader_wrapper .spinner {
  width: 60px;
  height: 60px;
  border: 6px solid #f3f3f3;
  border-top: 6px solid #008081;
  border-radius: 50%;
  animation: spin 1s linear infinite;
}
@media (max-width: 768px) {
  #loader_wrapper img {
    width: 220px;
    margin-bottom: 5px !important;
  }
  #loader_wrapper .spinner {
    width: 40px;
    height: 40px;
  }
}

#truckCarousel h1 {
  font-size: 60px;
}
@media (max-width: 768px) {
  #truckCarousel h1 {
    font-size: 22px;
  }
}
@media (max-width: 768px) {
  #truckCarousel h4 {
    font-size: 13px;
  }
}
@media (max-width: 768px) {
  #truckCarousel .btn-master {
    padding: 10px 15px;
    margin-top: 5px !important;
  }
}
@media (max-width: 768px) {
  #truckCarousel .container {
    padding: 15px 25px !important;
    border-radius: 10px;
  }
}
@media (max-width: 768px) {
  #truckCarousel .home_box {
    padding-left: 10px;
    padding-right: 10px;
  }
}
#truckCarousel .carousel-inner {
  filter: grayscale(1);
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.head_bottom {
  z-index: 1;
  position: absolute;
  width: 100%;
  bottom: 0px;
  padding: 200px 0 30px;
  background: linear-gradient(rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.75) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#00000000", endColorstr="#8c000000",GradientType=0 );
}
.head_bottom .row {
  margin-left: 0;
  margin-right: 0;
}
.head_bottom img {
  margin-bottom: 20px;
}
.head_bottom h4 {
  text-transform: uppercase;
  font-size: 18px;
  color: #fff;
  text-align: center;
  font-weight: 500;
}
@media (max-width: 768px) {
  .head_bottom {
    padding-bottom: 15px;
  }
  .head_bottom img {
    width: 28px;
    height: 28px;
  }
  .head_bottom h4 {
    font-size: 12px !important;
    font-weight: bold;
  }
}

.carousel-progress {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: rgba(255, 255, 255, 0.2);
  overflow: hidden;
  z-index: 10;
}

.carousel-progress-bar {
  position: absolute;
  left: 50%;
  top: 0;
  height: 100%;
  width: 0;
  background: linear-gradient(90deg, #008081, #01f7ea);
  transform: translateX(-50%); /* keeps it centered */
}

.glass-nav {
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
  background-color: #062d2d !important;
  overflow: hidden;
}

.homePage,
.homeServices,
.whyUs {
  padding: 0 0 55px;
  margin-top: 60px;
}
.homePage h2,
.homeServices h2,
.whyUs h2 {
  font-size: 30px;
  font-weight: bold;
  padding-bottom: 55px;
  background: url("../images/titles_bg.png") no-repeat center 100%;
}
.homePage .homeWelcome,
.homeServices .homeWelcome,
.whyUs .homeWelcome {
  background: #f8f8f8;
  padding: 30px;
  border-radius: 15px;
  box-shadow: 0 0 100px 0 rgba(0, 0, 0, 0.15);
}
.homePage p,
.homeServices p,
.whyUs p {
  font-size: 16px;
}
.homePage p.color,
.homeServices p.color,
.whyUs p.color {
  color: #008081;
  font-size: 20px;
}
@media (max-width: 768px) {
  .homePage,
  .homeServices,
  .whyUs {
    margin-top: 20px;
    padding-bottom: 0;
  }
  .homePage h2,
  .homeServices h2,
  .whyUs h2 {
    font-size: 17px !important;
    margin-bottom: 2rem !important;
  }
  .homePage .homeWelcome,
  .homeServices .homeWelcome,
  .whyUs .homeWelcome {
    padding: 10px;
  }
  .homePage .homeWelcome p.color,
  .homeServices .homeWelcome p.color,
  .whyUs .homeWelcome p.color {
    font-size: 16px;
  }
  .homePage p.special,
  .homeServices p.special,
  .whyUs p.special {
    font-size: 16px !important;
    padding: auto 15px;
  }
}

.homeServices {
  color: #fff;
  background: url("../images/services.jpg") no-repeat center center;
  background-size: cover;
  margin-top: 40px;
}
.homeServices h2 {
  padding-top: 60px;
  color: #fff;
  background: url("../images/titles_bgw.png") no-repeat center 100%;
  padding-bottom: 55px;
}
.homeServices p.special {
  color: #fff;
  font-size: 20px;
}
.homeServices div.icon {
  width: 60px;
  height: 60px;
  background: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center; /* vertical center */
  justify-content: center; /* horizontal center */
  margin-bottom: 15px;
}
.homeServices .cards {
  padding: 20px;
  border-radius: 10px;
  background: rgba(0, 0, 0, 0.5);
  border: 3px solid rgba(0, 0, 0, 0);
  transition: all 0.5s linear;
}
.homeServices .cards div.icon i {
  color: #104643;
  font-size: 24px; /* optional: size control */
}
.homeServices .cards h3 {
  color: #01e3d8;
}
.homeServices .cards:hover {
  border: 3px solid #01e3d8;
  scale: 1.05;
}
@media (max-width: 768px) {
  .homeServices h2 {
    padding-top: 30px;
  }
  .homeServices p.special {
    font-size: 16px !important;
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 2rem !important;
  }
  .homeServices .cards {
    margin-bottom: 15px !important;
    border-bottom: 3px solid #0c5859;
  }
  .homeServices .cards .icon {
    width: 40px;
    height: 40px;
  }
  .homeServices .btn-master {
    margin-top: 0 !important;
    margin-bottom: 15px;
    padding: 5px 10px;
  }
}

.whyUs {
  margin-top: 0;
  background: rgba(1, 227, 216, 0.2470588235);
  padding: 60px 0;
  border-top: 1px dotted #9debef;
  border-bottom: 1px dotted #9debef;
}
.whyUs h3 {
  font-size: 24px;
}
.whyUs p {
  font-size: 18px;
  font-style: italic;
}
.whyUs p.special {
  color: #06b6d4;
  font-size: 20px;
  font-weight: bold;
}
.whyUs .cards {
  background: rgba(6, 182, 212, 0.1882352941);
  border-radius: 15px;
  padding: 30px 40px 10px;
  border-bottom: 3px solid #06b6d4;
  transition: all 0.5s linear;
}
.whyUs .cards .icon {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  margin: 0 auto;
  background: rgba(6, 182, 212, 0.7019607843);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  font-size: 30px;
  color: #fff;
}
.whyUs .cards.even {
  background: #fff;
}
.whyUs .cards.even .icon {
  color: #000;
}
.whyUs .cards:hover {
  border-color: #000;
  cursor: pointer;
}
.whyUs .cards:hover h3 {
  transform: translateY(-5px);
  transition: transform 0.5s linear;
}

.two-cols {
  padding: 100px 0; /* top bottom padding for section */
}
.two-cols .left-col {
  background: url("../images/fleet.jpg") no-repeat center center;
  background-size: cover;
  min-height: 400px; /* fallback height for smaller screens */
  color: #fff;
}
.two-cols .left-col h2 {
  font-size: 80px;
}
.two-cols .left-col h2 span {
  color: #01e3d8;
}
.two-cols .right-col .content h2 {
  padding-left: 64px;
  background: url("../images/mini_truck.png") no-repeat 0 50%;
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .two-cols {
    padding: 0; /* top bottom padding for section */
  }
  .two-cols .left-col {
    border-radius: 10px !important;
    min-height: 110px;
    margin-bottom: 20px !important;
  }
  .two-cols .left-col h2 {
    font-size: 30px;
  }
  .two-cols .right-col .content h2 {
    padding-left: 64px;
    background: url("../images/mini_truck.png") no-repeat 0 50%;
    margin: 10px 0;
    font-size: 17px;
  }
  .two-cols .right-col .content .btn-master {
    margin-bottom: 30px;
  }
  .two-cols .container-xxl {
    padding-top: 20px !important;
  }
}

.quote p.special {
  font-size: 20px;
  font-weight: bold;
}
.quote .homeWelcome {
  transition: all 0.5s linear;
  border: 3px solid #01f4e7;
  /* Hide placeholder when focused */
}
.quote .homeWelcome:hover {
  box-shadow: 0 0 100px 0 rgba(1, 237, 225, 0.3294117647);
}
.quote .homeWelcome form .form-control::-moz-placeholder {
  font-size: 14px;
  color: #06b6d4;
  font-style: italic;
  transform: translateY(-3px);
}
.quote .homeWelcome form .form-control::placeholder {
  font-size: 14px;
  color: #06b6d4;
  font-style: italic;
  transform: translateY(-3px);
}
.quote .homeWelcome input:focus::-moz-placeholder, .quote .homeWelcome textarea:focus::-moz-placeholder {
  color: transparent;
}
.quote .homeWelcome input:focus::placeholder,
.quote .homeWelcome textarea:focus::placeholder {
  color: transparent;
}
.quote .homeWelcome input,
.quote .homeWelcome textarea {
  font-size: 16px;
  font-weight: normal;
  transition: all 0.5s linear;
}
.quote .homeWelcome input:focus,
.quote .homeWelcome textarea:focus {
  box-shadow: none;
  border-color: #06b6d4;
  background: rgba(192, 248, 245, 0.5098039216);
}
.quote i {
  color: #adb4c9;
}
@media (max-width: 768px) {
  .quote p.special {
    font-size: 16px !important;
  }
}

#carouselExampleIndicators {
  margin-top: 80px;
  background: #0c5859;
  padding: 30px;
  border-radius: 15px;
}
#carouselExampleIndicators img {
  width: 80px;
  height: 80px;
}
#carouselExampleIndicators p {
  color: #82fff8;
  margin-bottom: 20px;
}
#carouselExampleIndicators i {
  font-size: 90px;
  color: #0c4848;
}
#carouselExampleIndicators i.ls {
  top: -50px;
  left: 30px;
}
#carouselExampleIndicators i.rs {
  right: 30px;
  bottom: -50px;
}

footer {
  background-color: #0c4848; /* solid background color */
  background-image: url("../images/batthern.png"); /* pattern on top */
  background-repeat: repeat; /* tile the image */
}

.faqWrapper {
  background: #e2e8f0;
  background-image: url("../images/dark-leather.png"); /* pattern on top */
  background-repeat: repeat; /* tile the image */
}
.faqWrapper .accordion-button {
  background: #0c4848 !important;
  color: #fff !important;
  font-size: 18px;
  box-shadow: none;
}
.faqWrapper .accordion-button::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23ffffff'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}
.faqWrapper .accordion-button:not(.collapsed) span {
  color: #01e3d8 !important;
}
.faqWrapper .accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%2301e3d8'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}
@media (max-width: 768px) {
  .faqWrapper .accordion-button {
    padding: 10px;
    font-size: 14px;
    font-weight: 400 !important;
  }
}
@media (max-width: 768px) {
  .faqWrapper .accordion-body {
    font-size: 13px;
    padding: 5px 5px 5px 20px;
  }
}

@media (max-width: 768px) {
  .testim .carousel-item h4 {
    font-size: 17px;
  }
  .testim .carousel-item p {
    font-size: 14px;
  }
}

.turq {
  text-decoration: none;
}

.footer_bottom {
  background: #093636;
  font-size: 13px;
  border-top: 3px solid #01e3d8;
}
.footer_bottom .img {
  width: 44px;
  height: 40px;
  background: url("../images/mini_truck.png") no-repeat 0 0;
  background-size: cover;
  position: absolute;
  left: 1rem;
  top: -55px;
}
.footer_bottom .img.left {
  right: 1rem;
  left: auto;
  transform: scaleX(-1);
}

.modal-header {
  background: #0c5859;
  color: #fff;
}

.subPages {
  margin-top: 76px;
  min-height: calc(100vh - 349px);
  background-image: url("../images/axiom-pattern.png"); /* pattern on top */
  background-repeat: repeat; /* tile the image */
}
.subPages .container {
  border-radius: 15px;
  box-shadow: 0 0 100px 0 rgba(0, 0, 0, 0.15);
  border-bottom: 3px solid #6ffff8;
}
.subPages h2 {
  text-align: center;
  background: #01e3d8;
  background-image: url("../images/connected.png"); /* pattern on top */
  background-repeat: repeat; /* tile the image */
  border-bottom: 3px solid #6ffff8;
  position: relative;
}

.subPages2 {
  margin-top: 126px;
  background-image: url("../images/axiom-pattern.png"); /* pattern on top */
  background-repeat: repeat; /* tile the image */
}

.text-justify {
  text-align: justify !important;
  -moz-text-align-last: center;
       text-align-last: center;
}

.imgInsidePages {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 280px;
  margin-bottom: 30px;
  border-radius: 15px 15px 0 0;
  border-bottom: 5px solid #01e3d8;
}
.imgInsidePages::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  filter: grayscale(1); /* Only the background is grayscale */
  z-index: 1;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.imgInsidePages.about::before {
  background-image: url("../images/about.jpg");
}
.imgInsidePages.services::before {
  background-image: url("../images/servicesbg.jpg");
}
.imgInsidePages.careers::before {
  background-image: url("../images/faq.jpg");
}
.imgInsidePages.testimonials::before {
  background-image: url("../images/testimonials.jpg");
}
.imgInsidePages::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(12, 88, 89, 0.65); /* Overlay above grayscale image */
  z-index: 2;
}

.glass-nav .active {
  position: relative;
  /* Font Awesome arrow as pseudo-element */
}
.glass-nav .active::before {
  content: "\f0de"; /* Font Awesome Unicode for arrow-up */
  font-family: "Font Awesome 6 Free"; /* adjust depending on your FA version */
  font-weight: 900; /* solid style */
  font-size: 2rem; /* adjust size */
  color: #01e3d8;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -58px;
}/*# sourceMappingURL=styles.css.map */