@import url("https://fonts.googleapis.com/css?family=Open+Sans:400,300,700");
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");

html,
body {
  overflow-x: hidden;
}

body {
  /* font-family: "Open Sans", sans-serif; */
  font-family: "Montserrat", sans-serif;
  color: #0d0d0d;
}

* {
  text-decoration: none;
}

a {
  color: white;
  text-decoration: none;
}

p {
  margin: 0;
}

.nav-link,
.navbar-brand {
  color: #fff;
}

a:hover,
.nav-link:hover,
.navbar-brand:hover,
.navbar-toggler:hover {
  color: #b2b2b2;
  transition: color 0.3s;
}

ol,
ul {
  margin: 0px;
  padding: 0px;
}

ul li {
  list-style: none;
  list-style-type: none;
}

/*--------------- helpers ---------------------*/

.page-y-gutters {
  padding-top: calc(150px + 5%);
  margin-bottom: 5%;
}

.light-sep {
  max-width: 80px;
  border: 2px solid #fff;
  opacity: 1;
}

.dark-sep {
  max-width: 80px;
  border: 2px solid #0d0d0d;
  opacity: 1;
}

.start-15 {
  left: 15%;
}

.overlay-dark {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.45); /* 45% black */
  z-index: 1;
  pointer-events: none;
}

.orange-text {
  color: #ff4605;
}

.card-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
}

/*--------------- Buttons ---------------------*/

.btn {
  border: 2px solid;
  border-radius: 50px;
  padding: 10px 20px;
  transition: all 0.4s cubic-bezier(0.1, 0, 0.3, 1);
  font-weight: bold;
}

.btn:hover {
  transform: scale(1.1);
  transition: all 0.4s cubic-bezier(0.1, 0, 0.3, 1);
}

.btn-dark {
  background-color: #0d0d0d;
}

.btn-dark:hover {
  border-color: #f5f5f5;
  color: black;
  background-color: #f5f5f5;
}

.btn-light {
  border-color: white;
  background-color: transparent;
  color: white;
}

.btn-light:hover {
  color: black;
  background-color: #f5f5f5;
}

/*---------------        Head navigation Bar      ---------------*/

#header {
  background: #000;
}

#top-head {
  background: rgba(13, 13, 13, 0.79);
}

.navbar-toggler {
  color: inherit;
  border: none;
}

.navbar-toggler:focus {
  box-shadow: none;
}

/* Navbar base / normal state */
#head-nav {
  transition: all 0.3s ease;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

#head-nav .nav-logo {
  width: 102px;
  height: auto;
  transition: width 0.3s ease, height 0.3s ease;
}

/* Navbar when scrolled */
#head-nav.scrolled {
  padding-top: 0.4rem;
  padding-bottom: 0.4rem;
}

#head-nav.scrolled .nav-logo {
  width: 80px;
}

/* Make nav-items relative so pseudo-element can position correctly */
#head-nav .navbar-nav .nav-item {
  position: relative;
}

/* Base nav-link style: remove underline, ensure inline-block for pseudo */
#head-nav .navbar-nav .nav-link {
  text-decoration: none;
  position: relative;
  display: inline-block;
  color: inherit; /* keep your nav link color */
  transition: color 0.3s ease;
}

/* Create the underline — initially hidden (width = 0) */
#head-nav .navbar-nav .nav-link::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0%;
  height: 2px; /* thickness of underline */
  background-color: currentColor; /* uses the link’s text color */
  transition: width 0.2s ease;
}

/* On hover (or focus) expand the underline to full width */
#head-nav .navbar-nav .nav-link:hover::before,
#head-nav .navbar-nav .nav-link:focus::before {
  width: 100%;
}

/* Desktop divider */
.nav-divider {
  width: 1px;
  height: auto;
  background-color: white;
  opacity: 0.45;
  margin: 0 20px;
}

/* Right links text style */
.right-link {
  color: white;
  font-size: 12px;
  margin-right: 12px;
  text-decoration: none;
  font-weight: 600;
}

.right-link:hover {
  color: white;
}

/* Phone number */
.phone-number {
  font-size: 20px;
  font-weight: 500;
  color: white;
}

/*---------------        Dropdown menu     ---------------*/

.dropdown-menu {
  min-width: 200px;
  display: none;
  padding: 0;
  background-color: black;
  z-index: 1000;
  border-radius: 0;
  right: 0;
  left: auto;
}

.dropdown-item {
  color: #ffffff;
  padding: 10px;
}

.dropdown-item:focus,
.dropdown-item:hover {
  color: black;
  background-color: white;
}

.dropdown:hover > .dropdown-menu {
  display: block;
}

/*---------------       Homepage Slider     ---------------*/
.carousel-item {
  height: 100vh; /* full viewport height */
  min-height: 400px; /* fallback for very small screens */
  position: relative; /* ensures absolute children like .hero are positioned correctly */
}

#slide-1,
#slide-2,
#slide-3 {
  height: 100%;
  width: 100%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-color: #b2b2b2;
}

.hero li {
  font-size: 23px;
}

.hero p {
  font-size: 18px;
}

#slide-1-heading h1 {
  font-size: 60px;
}

#slide-1-text {
  font-size: 18px;
}

.carousel-item .hero {
  z-index: 2; /* Text stays on top */
}

@media (max-width: 768px) {
  #slide-1,
  #slide-2,
  #slide-3 {
    background-attachment: scroll;
  }
}

/*---------------      Services     ---------------*/

#services-head {
  background: #24242a;
  background-image: url(../images/background/street.svg);
  background-repeat: repeat-x;
  background-size: cover;
}

#service-image-box {
  width: 130px;
  height: 130px;
  border: 1px solid white;
  overflow: hidden;
  transform-origin: 50% 50%;
  transform: rotate(45deg);
}

#service-image-box img {
  transform: rotate(-45deg);
  scale: 2;
}

#services i {
  /* font-size: 3.5em !important; */
  color: #333;
  padding: 0;
}

#services i.fa-arrow-right {
  font-size: initial !important;
  color: inherit;
}

#services .card {
  border: none;
}

.service-card {
  background: #f5f5f5;
  border-radius: 15px;
  text-align: center;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.06);
  height: 350px;
}

.service-card-icon i {
  font-size: 48px;
  color: #000;
}

.service-card h4 {
  font-weight: 700;
  margin-bottom: 15px;
}

.service-card p {
  text-align: left;
  font-size: 18px;
  line-height: 1.6;
}

.card-dark {
  background-color: #282828;
  color: white;
}

.card-dark i {
  color: white !important;
}

/*---------------       Book     ---------------*/

#book {
  -moz-background-size: cover;
  -o-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

/*---------------       Fleet Slider     ---------------*/

#fleet-slider .carousel-control-next,
#fleet-slider .carousel-control-prev {
  top: 50%;
  bottom: unset;
  width: unset;
  background-color: #000;
  border-radius: 100px;
  padding: 3px;
}

#fleet-slider .carousel-control-next-icon,
#fleet-slider .carousel-control-prev-icon {
  width: 1.5rem;
  height: 1.5rem;
}

#fleet .carousel-indicators li {
  background-color: #cecece;
}

#fleet .carousel-indicators .active {
  background-color: #428bca;
}

.car-image {
  height: 400px;
}

/*---------------      Contact     ---------------*/

#contact {
  height: 700px;
}

#contact-video {
  width: 100%;
  object-fit: cover;
  height: 700px;
}

#contact .container {
  top: 30%;
}

/*---------------       Go To Top Button     ---------------*/

.gotop {
  position: fixed;
  bottom: 20px;
  right: 20px;
  cursor: pointer;
  font-size: 2.4rem;
}

.gotop i {
  color: #dedede;
}

.gotop i:hover {
  -webkit-transition: color 0.2s ease-in;
  -moz-transition: color 0.2s ease-in;
  -o-transition: color 0.2s ease-in;
  -ms-transition: color 0.2s ease-in;
  transition: color 0.2s ease-in;
  color: #33608f;
}

/*---------------       Footer     ---------------*/

footer {
  background: #000;
}

.footer-text,
footer a:not(.footer-icon) {
  color: white;
  font-size: 14px;
}

footer a:not(.footer-icon):before {
  content: "\f0da";
  font-family: FontAwesome;
  margin-right: 8px;
}

footer a:hover {
  color: white;
}

footer a:not(.footer-icon):hover:before {
  color: #ff4605;
}

.footer-heading {
  border-left: 3px solid #ff4605;
  text-align: left;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 3px;
  color: white;
}

.social-icons li a {
  width: 35px;
  height: 35px;
  color: #000;
  background-color: white;
  -webkit-transition: background-color 0.3s;
  -moz-transition: background-color 0.3s;
  -o-transition: background-color 0.3s;
  -ms-transition: background-color 0.3s;
  transition: background-color 0.3s;
}
.social-icons li a:hover {
  background-color: #f5f5f5;
}

/*---------------       Fleet Page     ---------------*/

.fleet-item {
  border-bottom: 1px solid #ccc;
}

.fleet-item p {
  line-height: 1.6em;
}

/*---------------       Service Pages     ---------------*/

.banner {
  width: 100vw;
  height: 70vh;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

/* dark overlay */
.banner::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(62, 62, 62, 0.45); /* adjust darkness */
}

.stats {
  background-color: #f5f5f5;
}

.title {
  text-align: center;
  letter-spacing: 3px;
  position: relative;
}

.title::before {
  content: "";
  height: 1px;
  width: 100%;
  background-color: #ccc;
  display: block;
  position: absolute;
  top: 50%;
}
.title span {
  position: relative;
  background-color: white;
  padding: 0 1.5rem;
  color: #333;
  font-weight: 700;
}

/*---------------       Digital Business Card     ---------------*/

/* Main text area */

body.tbc-page .page-y-gutters {
  background-color: #000 !important;
}

.tbc-title {
  font-size: 28px;
  font-weight: 700;
  letter-spacing: 2px;
}

.tbc-sub {
  font-size: 18px;
  opacity: 0.8;
  margin-top: -5px;
  font-style: italic;
}

.tbc-role,
.tbc-code {
  font-size: 16px;
}

/* Orange divider line */
.tbc-divider {
  width: 280px;
  height: 4px;
  background-color: #ff5300;
  border-radius: 3px;
}

/* Icons */
.tbc-icon {
  width: 60px;
  height: 60px;
  border: 2px solid #ff5300;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ff5300;
  font-size: 26px;
  transition: 0.3s ease;
}

.tbc-icon:hover {
  background-color: #ff5300;
  color: #000;
}

/*---------------       Media Queries     ---------------*/

@media only screen and (max-width: 993px) {
  /* Hide divider */
  .nav-divider {
    display: none;
  }

  /* Stack everything vertically and centered */
  .nav-right {
    width: 100%;
    text-align: center;
    margin-top: 15px;
    margin-bottom: 10px;
  }

  .right-top-links {
    display: flex;
    justify-content: center;
    gap: 12px;
    margin-bottom: 5px;
  }

  .right-phone {
    justify-content: center !important;
    font-size: 18px;
  }

  .dropdown:hover > .dropdown-menu {
    display: none;
  }
  .dropdown > .dropdown-menu.show {
    display: block;
  }

  .hero {
    width: 70%;
  }

  #slide-1-heading h1 {
    font-size: 45px;
  }

  #slide-1-text h4 {
    font-size: 18px;
  }

  .lc_reviews_widget {
    height: 100vh !important;
  }
}

@media only screen and (max-width: 768px) {
  .hero {
    width: 80% !important;
    left: 50% !important;
    transform: translate(-50%, -50%) !important;
    text-align: center;
  }

  #slide-1-heading h1 {
    font-size: 36px;
  }

  #slide-1-text h4 {
    font-size: 16px;
  }
}

@media only screen and (max-width: 420px) {
  #contact .container {
    top: 10%;
    left: 0 !important;
    transform: translate(0px, 0px) !important;
  }

  .hero {
    width: 100% !important;
  }

  #slide-1-heading h1 {
    font-size: 28px;
  }

  #slide-1-text h4 {
    font-size: 15px;
  }

  #slide-1-button .btn {
    padding: 10px 20px;
    font-size: 14px;
  }
}
