:root {
    /* Colors: */
    --primary-color: #0E1957;
    --secondary-color: #FDB435;
}

body {
    margin: 0px;
    padding: 0px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: 14px;
    overflow-x: hidden;
}

* {
    box-sizing: border-box;
}

* {
    min-height: 0;
    min-width: 0;
}

ul {
    margin: 0px;
    padding: 0px;
}

html,
body {
    height: calc(100% - 0px);
}

a:hover {
    text-decoration: none;
}

button:focus {
    outline: none;
}
button:focus, a:focus {
  box-shadow: none !important;
}
a {
    transition: 0.3s;
    text-decoration: none;
}

.btn.focus,
.btn:focus {
    box-shadow: none;
}

img {
    max-width: 100%;
}

* {
    min-height: 0;
    min-width: 0;
}

*,
*::before,
*::after {
    box-sizing: border-box;
}

.form-control::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: rgb(126, 126, 126);
}

.form-control::-moz-placeholder {
    /* Firefox 19+ */
    color: rgb(126, 126, 126);
}

.form-control:-ms-input-placeholder {
    /* IE 10+ */
    color: rgb(126, 126, 126);
}

.form-control:-moz-placeholder {
    /* Firefox 18- */
    color: rgb(126, 126, 126);
}

.form-control {
    font-size: 14px;
    font-weight: 300;
    border-radius: 0px;
    padding: 10px;
}

.form-control:focus {
    border-color: #000;
    box-shadow: none;
}
p {
    line-height: 24px;
    font-size: 14px;
}
.back-to-top {
    position: fixed;
    bottom: 80px;
    right: 20px;
    display: none;
    font-size: 20px;
    padding: 0;
    background: var(--primary-color);
    color: #fff;
    border: none;
    height: 35px;
    width: 35px;
    line-height: 35px;
    border-radius: 100%;
}

h5 {
    line-height: 30px;
}
/* CUSTOM CSS START */

.hidden {
    display: none!important;
    visibility: hidden!important;
}

.carousel-caption {
    position: absolute;
    top: 50%;
    left: 50%;
    padding-top: 0px;
    padding-bottom: 0px;
    color: #fff;
    text-align: center;
    transform: translate(-50%, -50%);
    width: 100%;
    height: max-content;
    z-index: 99;
    font-family: "Hedvig Letters Serif", serif;
}

.carousel-caption h1 {
    font-size: 60px;
    font-weight: 800;
    max-width: 800px;
    margin: auto auto 10px auto;
}
.carousel-caption h1 span {
    font-weight: 700;
}
.carousel-caption p {
    margin: 0px;
    font-size: 18px;
}

.btn-custom-primary{
    background: var(--primary-color);
    color: #fff;
    font-weight: 600;
    padding: 8px 20px;
    font-size: 16px;
    border-radius: 40px;
}
.btn-custom-primary:hover {
    background: var(--secondary-color);
    color: #000;
}
.btn-custom-secondary{
    background: var(--secondary-color);
    color: #000;
    font-weight: 600;
     padding: 8px 20px;
    font-size: 16px;
    border-radius: 40px;
}
.btn-custom-secondary:hover {
    background: var(--primary-color);
    color: #fff;
}
.btn-border {
    background: #fff;
    border: solid 1px var(--primary-color);
    color: #000;
    font-weight: 600;
     padding: 8px 20px;
    font-size: 16px;
    border-radius: 40px;
}
.btn-border:hover {
    border: solid 1px var(--primary-color);
}

.btn .btn-arrow-icon {
    background: #fff;
    height: 24px;
    width: 24px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    color: #000;
    margin-left: 5px;
    transform: rotate(-45deg);
     transition: 0.3s;
}
.btn:hover i {
    transform: rotate(45deg);
     transition: 0.3s;
}

.navbar-nav .btn {
    padding: 5px 15px;
    margin: 0px 0px 0px 20px;
    color: #000;
}
.navbar-nav .btn:hover {
    color: #fff;
}
/* Footer CSS Start */
section.footer-copyright .row
{
    margin: 0px;
}
footer {
    margin-top: 50px;
    background: url(https://www.mastertruckservice.com.au/wp-content/uploads/2024/12/master-truck-service-bot-img-cta-bg-2b.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
    position: relative;
}
footer:before {
    position: absolute;
    content: "";
    background: rgba(255, 255, 255, 0.8);
    height: 100%;
    width: 100%;
}
.footer-logo {
    text-align: center;
    margin-bottom: 15px;
}

.footer-logo a {
    display: inline-block;
}
footer .container {
    position: relative;
    padding-top: 40px;
    padding-bottom: 25px;
}

footer h4, footer .accordion-button {
    margin-bottom: 15px;
    font-size: 20px;
    font-weight: 700;
    background: transparent !important;
    padding: 0px;
    color: #000;
    text-transform: uppercase;
    font-family: "Hedvig Letters Serif", serif;
}

footer .accordion-button:not(.collapsed) {
    background: transparent;
    box-shadow: none !important;
    color: #000;
}
footer .accordion-button:focus {
    box-shadow: none;
    background: transparent;
}

ul.footer-link li a {
    padding: 3px 0px;
    display: block;
    color: #000;
    font-weight: 500;
}
ul.footer-link li {
    list-style: none;
}

ul.footer-link li a:hover {
    font-weight: 500;
    transform: translateX(8px);
}

.footer-social img {
    height: 50px;
    width: 27px;
}

.footer-social img:hover {
    opacity: 0.7;
}

.footer-app img {
    max-width: 175px;
    margin-bottom: 10px;
    opacity: 0.9;
}

.footer-app img:hover {
    opacity: 1;
}

section.footer-copyright {
    padding: 6px;
}
section.footer-copyright p {
    font-size: 90%;
}
section.footer-copyright p a {
    color: #000;
    font-weight: 600;
}
section.footer-copyright img {
    position: relative;
    top: -2px;
}
.footer-contact ul {
    list-style: none;
}

.footer-contact ul li a {
    display: flex;
    margin-bottom: 10px;
    text-align: left;
    color: #000;
    font-weight: 500;
    align-items: center;
}

.footer-contact ul li a svg {
    height: 18px;
    width: 18px;
    margin-right: 8px;
    flex: 0 0 18px;
}

footer ul.footer-social {
    list-style: none;
    margin: 0px;
    padding: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
}

footer ul.footer-social li a {
    font-size: 30px;
    margin: 0px 8px;
    color: #000;
}
footer ul.footer-social li a i  {
    transition: 0.3s;
}
footer ul.footer-social li a:hover i {
    transform: translatey(-8px);
    opacity: 0.8;
}
.footer-logo img {
    max-width: 200px;
    width: 100%;
}
.footer-logo a {
    display: inline-block;
}
/* Footer End */


header {
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 9999;
    background: transparent;
    transition: all .5s ease-in-out;
    padding: 0px 0px;
    /* transform: translatey(-80px); */
}
header.header-fix {
    background: var(--primary-color);
}

.header-logo-items-logo img {
    max-width: 200px;
}
header nav.navbar
{
position: relative;
}

header nav.navbar::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;

  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0.75) 0%,
    rgba(0, 0, 0, 0.55) 40%,
    rgba(0, 0, 0, 0.25) 70%,
    rgba(0, 0, 0, 0.05) 100%
  );

  z-index: -1;
}
section.header-logo {
    padding: 6px;
}

input:focus-visible {
    outline: none;
}
.page-item.active .page-link {
  background-color: var(--primary-color);
  border-color: var(--primary-color);
}
.page-link
{
  color: var(--primary-color);
}
.mobile-nav-close {
  color: #adadad;
  font-size: 30px;
  text-align: right;
  padding: 5px 20px 0px 20px;
}
.mobile-nav-close:hover {
    color: #adadad;
}

.modal-backdrop.show {
  opacity: .7;
}

/* Slick Slider Start */
.slick-slide {
    margin: 0px 10px;
}
.slick-slide {
    opacity: 10 !important;
}
.slick-dots li button:before
{
    font-size: 15px !important;
}
.slick-dots {
    bottom: -40px !important;
}
.slick-dots li.slick-active button:before
{
    opacity: 0.9 !important;
}
.slick-prev:before, .slick-next:before
{
    display: inline-block;
    font-family: "Font Awesome 6 Pro" !important;
    font-size: 25px !important;
}
.slick-prev::before {
    content: "" !important;
}
.slick-next:before {
        content: "" !important;
}
/* Slick Slider End */


.navbar-nav>li>a {
    color: #fff;
    padding: 0px 15px;
    font-weight: 500;
    font-size: 16px;
}
.navbar-nav>li>a.active
{
    color: var(--secondary-color);
}
.dropdown-menu {
    border: none;
    border-radius: 10px;
    overflow: hidden;
    background-color: var(--primary-color);
}
.dropdown-menu a {
    color: #ffffff;
    font-size: 14px;
    padding: 10px 10px;
    display: block;
    width: auto;
    min-width: max-content;
    font-weight: 500;
}
.dropdown-menu a:hover {
    background: var(--secondary-color);
    color: #000;
}
.dropdown-toggle::after
{
display: none;
}
.navbar-nav>li>a.dropdown-toggle.show i {
    transform: rotate(180deg);
}


.footer-chat {
    position: fixed;
    right: 18px;
    bottom: 18px;
    display: flex;
    align-items: center;
    z-index: 999;
}
.footer-chat-msg {
    background: #fff;
    color: #000;
    font-size: 13px;
    padding: 8px 10px;
    box-shadow: 0 0 4px 0 rgba(0,0,0,.2);
    border-radius: 10px;
    margin-right: 12px;
    position: relative;
}
.footer-chat-msg:hover {
    color: #000;
}
.footer-chat-msg:before {
    content: "";
    position: absolute;
    background: #fff;
    height: 12px;
    width: 12px;
    right: -7px;
    top: 13px;
    transform: rotate(45deg);
    border-top: 1px solid rgba(0,0,0,.1);
    border-right: 1px solid rgba(0,0,0,.1);
}
.footer-chat-whatsapp {
    background: #3ebd4e;
    height: 45px;
    width: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 100%;
    font-size: 25px;
    color: #fff;
}
.footer-chat-whatsapp:hover {
    background: #148b23;
    color: #fff;
}

.contact-info {
    padding: 20px;
    border-radius: 15px;
    box-shadow: 0 4px 95px 0 hsla(0,0%,69%,.25);
}
.contact-info .contact-info-list:last-child {
    margin-bottom: 0px;
}
.contact-info .contact-info-list:first-child {
    margin-top: 0px;
}
.contact-info-list {
    display: flex;
    margin: 20px 0px;
    color: #000;
    align-items: center;
}
.contact-info-list:hover
{
    color: #000;
}
.contact-info-list-icon {
    height: 50px;
    width: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: solid 1px var(--primary-color);
    color: var(--primary-color);
    border-radius: 100px;
    font-size: 25px;
    flex-shrink: 0;
    margin-right: 15px;
    box-shadow: 0 0 20px #efefef;
}
.contact-info-list-info {
    font-size: 18px;
}

.form-floating>.form-control,
.form-floating>.form-select {
  height: 46px;
}

.form-floating>label {
  top: -5px;
}

.form-floating-ngx-dropdown label {
    top: 10px;
  }
  
  .form-floating-title {
    font-weight: 500;
    margin-bottom: 3px;
    font-size: 13px;
    width: 100%;
  }
  .form-floating-ngx-dropdown label {
    top: 33px;
    padding: 0px;
    height: auto;
    left: 10px;
  }
  .form-control,
.form-select {
  border-radius: 6px;
  font-size: 14px;
  padding: 10px 15px;
}

.form-control:focus,
.form-select:focus {
  box-shadow: none !important;
  border-color: #000;
}
.contact-form .form-floating>label {
    font-size: 18px;
    top: -8px;
}
.inner-page {
    padding: 80px 0px;
}
.location-map {
    border-radius: 20px;
    overflow: hidden;
}
/* CUSTOM CSS END */

.navbar-brand img {
    max-width: 220px;
}
#HomeSlider {
    margin-bottom: 0px;
    height: 100vh;
}
#HomeSlider:before {
    position: absolute;
    content: "";
    background: rgba(0, 0, 0, 0.5);
    height: 100%;
    width: 100%;
    top: 0;
    z-index: 1;
}

section.home-video .video-box video {
    width: 100%;
}

#HomeSlider img {
    height: 100vh;
    width: 100%;
    object-fit: cover;
}
.section-title {
    text-align: center;
    font-size: 2.5rem;
    margin-bottom: 40px;
    font-family: "Hedvig Letters Serif", serif;
    font-weight: 600;
}

.how-it-works-items {
    text-align: center;
}

.how-it-works-items img {
    max-width: 200px;
    width: 100%;
}

.how-it-works-items .how-it-works-items-info {
    margin-top: 16px;
}

.how-it-works-items .how-it-works-items-info p {
    margin: 0px 0px 5px 0px;
    font-size: 18px;
}

.how-it-works-items .how-it-works-items-info strong {
    font-size: 1.4rem;
    text-transform: uppercase;
    max-width: 200px;
    margin: auto;
    display: block;
    letter-spacing: -1.5px;
    line-height: normal;
}
section.how-it-works {
    padding: 60px 0px;
    background: #fffae6;
}
section.services {
    padding: 65px 0px;
}

/* Main Card */
.services-items {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  transition: all 0.4s ease;
}

/* Image */
.services-items-img {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}

/* Image Animation */
.services-items-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.6s ease;
}

/* Gradient Overlay */
.services-items-img::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0.10) 0%,
    rgba(0, 0, 0, 0.80) 40%,
    rgba(0, 0, 0, 0.80) 70%,
    rgba(0, 0, 0, 0.90) 100%
  );
  opacity: 0.7;
  transition: opacity 0.5s ease;
  z-index: 1;
}

/* Text Container */
.services-items-info {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 25px;
  z-index: 2;
  transform: translateY(20px);
  transition: all 0.5s ease;
}

/* Title */
.services-items-info h3 {
  font-size: 1.7rem;
  font-weight: 800;
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 6px;
}

/* Description */
.services-items-info p {
    color: #f1f1f1;
    font-weight: 600;
    font-size: 16px;
    line-height: 1.5;
    opacity: 0;
    transform: translateY(10px);
    transition: all 0.4s ease;
}

/* =========================
   HOVER EFFECTS
========================= */

.services-items:hover {
  transform: translateY(-10px);
}

.services-items:hover img {
  transform: scale(1.12);
  filter: grayscale(60%);
}

.services-items:hover .services-items-img::before {
  opacity: 1;
}

.services-items:hover .services-items-info {
  transform: translateY(0);
}

.services-items:hover p {
  opacity: 1;
  transform: translateY(0);
}
.services-items:hover {
  box-shadow: 0 15px 35px rgba(255, 165, 0, 0.25);
}
@media (max-width: 768px) {
  .services-items:hover {
    transform: none;
  }

  .services-items-info p {
    opacity: 1;
    transform: none;
    font-size: 13px;
  }
}

section.enq-form {
    background: url(../images/truck-trailer-bg.jpg);
    padding: 80px 0px;
}
.enq-form-card {
    border-radius: 40px;
    position: relative;
    overflow: hidden;
    height: 500px;
    background: rgba(255,255,255,0.9) url(../images/globe.png) no-repeat center right;
    box-shadow: 0 1rem 3rem rgba(0, 0, 0, .15);
}
.enq-form-card::before {
    content: "";
    height: 800px;
    width: 800px;
    border-radius: 100%;
    position: absolute;
    background-color: var(--primary-color);
    left: -250px;
    top: -100px;
}
.enq-form-info {
    position: relative;
    color: #fff;
    padding: 10%;
}
.enq-form-info p {
    font-weight: 600;
}
.enq-form-info h2 {
    font-weight: 800;
    font-size: 40px;
    font-family: "Hedvig Letters Serif", serif;
}
section.enq-form .enq-form-input h2 {
    font-size: 32px;
    font-weight: 700;
}
section.enq-form .enq-form-input h2 span {
    color: var(--primary-color);
}
.enq-form-input {
    padding-left: 50px;
}
section.enq-form .enq-form-input p {
    font-size: 18px;
    line-height: 26px;
    font-weight: 500;
}
section.enq-form .enq-form-input a {
    color: var(--primary-color);
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    text-decoration: underline;
    transition: 0.3s;
    display: inline-block;
}
section.enq-form .enq-form-input a:hover {
    color: var(--secondary-color);
    transform: translateY(-5px);
    transition: 0.3s;
}

section.seo-content {
    margin-top: 70px;
}
section.seo-content h2 {
    font-size: 24px;
    font-weight: 600;
}
section.seo-content p {
    line-height: 22px;
}
section.seo-content ul {
    padding: 0px 0px 0px 15px;
}
section.seo-content ul li {
    padding: 5px 0px;
}
.enq-form-input img {
    max-width: 200px;
    margin-bottom: 20px;
}

.client-testimonial .carousel-control-next, .client-testimonial .carousel-control-prev {
    position: static;
    opacity: 10;
    color: #fff;
    width: auto;
    font-size: 20px;
    background: transparent;
    padding: 0;
    margin: 0;
}
.client-testimonial .carousel-indicators {
    position: static;
    margin: 0;
    padding: 0;
}
.client-testimonial {
    padding: 100px 0px 40px 0px;
}

.client-testimonial .section-title {
    color: #FCFCFC;
    max-width: 280px;
}

.client-testimonial .carousel-indicators [data-bs-target] {
    background: #fff;
    height: 10px;
    width: 10px;
    padding: 0px;
    border: none;
    border-radius: 100%;
}
.client-testimonial-items p {
    color: #000;
    font-size: 16px;
    line-height: normal;
    font-weight: 400;
    margin-bottom: 10px;
}
.client-testimonial-items-footer {
    color: #000;
    font-size: 13px;
}
.client-testimonial-items-footer strong {
    margin-left: 0px;
    color: #000;
    font-weight: 600;
    position: relative;
    padding-left: 14px;
}
.client-testimonial-items-footer strong:before {
    content: "";
    height: 7px;
    width: 7px;
    background: var(--secondary-color);
    position: absolute;
    border-radius: 100%;
    left: 0;
    top: 6px;
}
.client-testimonial-items-footer span {
    position: relative;
    padding-left: 40px;
}
.client-testimonial-items-footer span:before {
    content: "";
    width: 30px;
    background: #fff;
    height: 2px;
    left: 0;
    top: 9px;
    position: absolute;
}
.client-testimonial-left strong {
    display: block;
    margin-bottom: 10px;
}
.client-testimonial-left h2 {
    font-size: 2.5rem;
    line-height: 38px;
    font-family: "Hedvig Letters Serif", serif;
    font-weight: 600;
}
.client-testimonial-items-img {
    height: 80px;
    width: 80px;
    border-radius: 100%;
    overflow: hidden;
    margin-bottom: 10px;
}
.client-testimonial-items-footer-star {
    margin-bottom: 5px;
    font-size: 12px;
    color: #00af07;
}

.footer-pattern-img img {
    max-width: 1320px;
    width: 100%;
    border-radius: 50px;
}

.footer-pattern-img {
    text-align: center;
    margin: 50px 0px 0px 0px;
    padding: 0px 15px;
}

/* ---About us--- */






section.about-us-banner {
    margin-top: 0px;
    background: url(../images/about-img.jpg);
    background-repeat: no-repeat !important;
    background-position: center center !important;
    padding: 150px 0px 100px 0px;
    text-align: center;
    position: relative;
    background-size: cover !important;
    background-attachment: fixed !important;
}
section.about-us-banner:before {
    content: "";
    background: rgba(0, 0, 0, 0.7);
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
section.about-us-banner .container {
    position: relative;
    color: #fff;
}
section.about-us-banner h1 {
    max-width: 600px;
    margin: auto;
    font-size: 40px;
    text-transform: capitalize;
    margin-bottom: 30px;
    font-family: "Hedvig Letters Serif", serif;
    font-weight: 600;
}
section.about-us-banner p {
    max-width: 980px;
    margin: auto;
    margin-top: 15px;
    font-size: 16px;
}
section.page-about-section-1 {
    padding: 70px 0px;
}
section.page-about-section-1 h1 {
    font-size: 32px;
    color: #000;
    font-weight: 600;
    font-family: "Hedvig Letters Serif", serif;
}
section.page-about-section-1 p {
    font-size: 16px;
    line-height: 24px;
    text-align: justify;
}
.page-about-section-2-img {
    border-radius: 20px;
    overflow: hidden;
}
section.page-about-section-2 {
    padding: 60px 0px;
    background: #fffae6;
}
section.page-about-section-2 h2 {
    font-size: 34px;
    color: #000;
    margin-bottom: 15px;
    font-family: "Hedvig Letters Serif", serif;
}
section.page-about-section-2 p {
    font-size: 16px;
    margin-bottom: 0px;
    margin-top: 15px;
    max-width: 650px;
}
section.page-about-section-2 h3 {
    margin-top: 50px;
    text-align: center;
    color: #000;
    font-size: 35px;
    font-family: "Hedvig Letters Serif", serif;
}
.about-benefits {
    display: flex;
    gap: 20px;
    margin-top: 30px;
}
.about-benefits .about-benefits-items {
    background: #fff;
    flex: 1;
    font-size: 16px;
    text-align: center;
    display: flex;
    flex-direction: column;
    padding: 20px;
    border: solid 1px #cfcfcf;
    border-radius: 15px;
    font-weight: 600;
}
.about-benefits .about-benefits-items i {
    font-size: 40px;
    margin-bottom: 15px;
    color: var(--primary-color);
}
section.page-about-section-3 {
    padding: 70px 0px;
}
section.page-about-section-3 h1 {
    font-size: 35px;
    color: #000;
    text-align: center;
    margin-bottom: 10px;
    font-family: "Hedvig Letters Serif", serif;
}
.page-about-section-3-info ul {
    list-style: none;
    padding-left: 40px;
}
.page-about-section-3-info ul li {
    display: flex;
    margin: 25px 0px;
}
.page-about-section-3-info ul li .values-icon {
    height: 60px;
    width: 60px;
    background: var(--primary-color);
    flex-shrink: 0;
    margin-right: 15px;
    border-radius: 100%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 30px;
    color: var(--secondary-color);
}
.page-about-section-3-info ul li .values-info {
    flex: auto;
}
.page-about-section-3-info ul li .values-info strong {
    color: #000;
    display: block;
    margin-bottom: 5px;
    font-size: 18px;
}
.page-about-section-3-info ul li .values-info p {
    line-height: 24px;
    margin: 0px;
    font-size: 17px;
}
section.page-about-section-3 h2 {
    font-size: 16px;
    text-align: center;
    margin-bottom: 50px;
    font-weight: 500;
}
.page-about-section-3-img {
    border-radius: 20px;
    overflow: hidden;
}
/* header.inner-page-header {
    background:var(--primary-color);
} */
.about-24-img img {
    max-width: 250px;
    width: 100%;
    margin-top: 15px;
}
.about-24-img {
    margin-bottom: 25px;
}

section.innerpage-banner {
    background: var(--primary-color);
    padding: 125px 0px 70px 0px;
    margin-top: 0px;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    position: relative;
}

section.innerpage-banner:before {
    background: rgba(0, 0, 0, 0.7);
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    top: 0;
}
.innerpage-banner-info {
    position: relative;
    text-align: center;
}
ul.breadcrumb {
    font-size: 22px;
    justify-content: center;
}
ul.breadcrumb a {
    margin-right: 10px;
    color: #fff;
}
ul.breadcrumb .active {
    color: var(--secondary-color);
}
section.innerpage-banner h1 {
    color: #fff;
    line-height: normal;
    margin-bottom: 0;
    font-size: 1.8rem;
    font-family: "Hedvig Letters Serif", serif;
}

.page-contact .section-title {
    font-size: 2rem;
    text-align: left;
    text-transform: capitalize;
    font-weight: 600;
}
.contact-details ul a i {
    font-size: 20px;
    flex: 0 0 30px;
    margin-right: 5px;
}
.contact-details ul a {
    color: #000;
    display: flex;
    font-size: 14px;
    margin-bottom: 15px;
    line-height: 24px;
}
.contact-details ul {
    list-style: none;
}
.contact-details-social-media a {
    color: var(--secondary-color);
    font-size: 20px;
    background: var(--primary-color);
    height: 40px;
    width: 40px;
    display: inline-flex;
    border-radius: 100%;
    align-items: center;
    justify-content: center;
}
.contact-details-social-media {
    margin-top: 30px;
    display: flex;
    gap: 10px;
}

.google-map {
    margin-top: 50px;
    border-radius: 20px;
    overflow: hidden;
    border: solid 1px #f1f1f1;
    padding: 10px;
}

label.form-label {
    margin-bottom: 4px;
    font-size: 13px;
    font-weight: 500;
}

section.about-vision {
    padding: 75px 0px;
}
section.about-vision .about-vision-items h3 {
    font-size: 26px;
    line-height: normal;
    max-width: 300px;
}
section.about-vision .about-vision-items {
    background: #000;
    color: #fff;
    height: 100%;
    border-radius: 20px;
    padding: 20px;
    transition: transform .3s ease;
    border: dashed 2px #c9c9c9;
}
section.about-vision .about-vision-items:hover {
    transform: rotate(0) !important;
}
section.about-vision .about-vision-items p {
    margin: 0px;
}
section.about-vision .row .col-lg-4:nth-child(2) .about-vision-items {
    transform: rotate(3deg);
    padding-bottom: 32px;
    background: #f5f5f5;
    color: #000;
}
section.about-vision .row .col-lg-4:nth-child(3) .about-vision-items {
    transform: rotate(-3deg);
    background: var(--primary-color);
}
section.about-vision .row .col-lg-4:nth-child(4) .about-vision-items {
    transform: rotate(3deg);
    padding-bottom: 72px;
        background: #f5f5f5;
    color: #000;
}



.blogs-items {
    display: block;
    color: #000;
    box-shadow: 0px 6px 20px #e4eaf1;
    padding: 10px;
    border-radius: 15px;
    overflow: hidden;
    height: 100%;
}
.blogs-items:hover {
    color: #000;
    box-shadow: 0px 10px 20px #d0dded;
    transform: translatey(-10px);
}
.blogs-items .blogs-items-img {
    border-radius: 10px;
    overflow: hidden;
    position: relative;
}
.blogs-items .blogs-items-info {
    margin: 15px 8px;
}
.blogs-items .blogs-items-info h3 {
    font-size: 1.3rem;
    line-height: normal;
    margin-bottom: 8px;
}
.blogs-items .blogs-items-info p {
    line-height: 20px;
    color: #787878;
}
.blogs-items .blogs-items-img .blogs-items-date {
    background: hsla(0, 0%, 100%, .60);
    color: #000000;
    position: absolute;
    bottom: 10px;
    z-index: 999;
    right: 10px;
    font-size: 12px;
    padding: 2px 8px;
    border-radius: 10px;
    backdrop-filter: saturate(180%) blur(20px);
    font-weight: 800;
}
span.blogs-items-action {
    color: var(--primary-color);
    font-size: 13px;
}
  

.blog-details {
    max-width: 980px;
    margin: auto;
}
.blog-details .blog-details-img {
    margin-bottom: 25px;
}
.blog-details .blog-details-img img {
    border-radius: 25px;
}
.blog-details .blog-details-info h2 {
    color: var(--primary-color);
    font-family: "Hedvig Letters Serif", serif;
    font-size: 28px;
    line-height: normal;
    font-weight: 600;
}
.blog-details .blog-details-info p {
    line-height: 24px;
    font-size: 14px;
    margin: 14px 0px;
}
.blog-details .blog-details-info strong {
    display: block;
    font-size: 16px;
    margin: 12px 0px;
}
.blog-details .blog-details-info h3 {
    font-weight: 600;
    font-size: 22px;
    margin: 20px 0px 15px 0px;
}
.blog-details .blog-details-info ul {
    padding: 0px 0px 0px 20px;
    margin: 14px 0px;
}
.blog-details .blog-details-info ul li {
    padding: 5px 0px;
    font-weight: 500;
}
.blog-details a,
section.faq .accordion-body a,
.service-page-card-info p a {
    color: var(--primary-color);
    text-decoration: underline;
    font-weight: 600;
}
.blog-details a:hover {
    color: var(--primary-color);
}

section.faq {
    margin-top: 70px;
}
section.faq h2 {
    text-align: center;
    margin-bottom: 25px;
}
section.faq .accordion-button {
    background: transparent;
    font-family: "Hedvig Letters Serif", serif;
    color: #000;
    font-size: 22px;
    border: solid 2px #efefef;
    border-radius: 50px !important;
    font-weight: 600;
}
section.faq .accordion-item {
    background: transparent;
    border-radius: 0px;
    border: none;
    margin: 20px 0px;
}
section.faq .accordion-button:not(.collapsed) {
    background: transparent;
    color: #000;
    box-shadow: none;
    border-color: var(--secondary-color);
}
section.faq .accordion-body {
    font-size: 16px;
    color: #000;
}
.accordion-button:not(.collapsed)::after {
    filter: grayscale(1);
}

.card-cta .enq-form-card::before {
    display: none;
}

.card-cta {
    background: url(../images/truck-trailer-bg.jpg);
    padding: 80px 0px;
}
.card-cta .card-cta-card  {
    border-radius: 40px;
    position: relative;
    overflow: hidden;
    background: rgba(255,255,255,0.9) url(../images/globe.png) no-repeat center right;
    box-shadow: 0 1rem 3rem rgba(0, 0, 0, .15);
    text-align: center;
    max-width: 1024px;
    margin: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 50px;
}
.card-cta .card-cta-card p {
    font-size: 18px;
    color: #000;
}
.card-cta .card-cta-card h2 {
    font-family: "Hedvig Letters Serif", serif;
    color: var(--primary-color);
    font-weight: 600;
    margin-bottom: 18px;
}

.card-cta .card-cta-action {
    margin-top: 15px;
}

.card-cta .card-cta-action .btn {
    font-size: 20px;
}

.service-page-card-img {
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0px 10px 20px #d9d9d9;
}
.service-page-card-info h3 {
    font-family: "Hedvig Letters Serif", serif;
    margin: 0px;
    padding: 0px 0px 12px 0px;
    font-size: 30px;
    font-weight: 600;
    color: var(--primary-color);
}
.service-page-card-info p {
    font-size: 16px;
    line-height: 25px;
    text-align: justify;
}
.service-page-card-info {
    padding-left: 40px;
}

.service-details-first-card {
    padding: 0px 0px 50px 0px;
}

.page-service-details .section-title {
    color: var(--primary-color);
    font-size: 2rem;
}

.why-choose-us-items h3 {
    display: flex;
    align-items: start;
    gap: 10px;
    font-size: 1.3rem;
}

.why-choose-us-items h3 i {flex-shrink: 0;position: relative;top: 3px;}

.why-choose-us-items {
    border: solid 1px var(--primary-color);
    padding: 15px;
    box-shadow: 0px 8px 10px #ededed;
    border-radius: 15px;
    background: #f4f6ff;
}

.why-choose-us-items p {
    line-height: 22px;
}
.carousel-control-next, .carousel-control-prev {
    z-index: 9999;
}

.page-blog-details h1 {
    color: var(--primary-color);
    font-size: clamp(24px, 5vw, 34px);
    line-height: normal;
    font-weight: 600;
}
.page-blog-details h2 {
    font-family: "Hedvig Letters Serif", serif;
    font-size: clamp(20px, 5vw, 28px);
    font-weight: 600;
}
.page-blog-details ul {
    padding: 0px 0px 0px 20px;
    margin: 16px 0px;
}

.page-blog-details ul li {
    padding: 4px 0px;
    font-size: 14px;
}