/*
Theme Name: highwaytaxis
*/


/* main css starts */
body{
     font-family: "Open Sans", sans-serif!important;  
     overflow-x: hidden;
}
body, html, .site, .site-content {
  background-color: #000 !important;
}
.page-container{
      background-color: #000000;
}
h1,h2,h3,h4,h5,h6{
     font-family: "Poppins", sans-serif!important;  
     font-weight: 400;
}
a{
    text-decoration:none!important;
    color:#1893a6;
}

html {
    scroll-behavior: auto !important;
}

.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
} 

::selection {
	background: #717171;
	color: #fff;
}

::-moz-selection {
	background: #ffcd38;
	color: #fff;
}

::-webkit-scrollbar {
	width: 3px;
}

::-webkit-scrollbar-track {
	border-radius: 0px;
}

::-webkit-scrollbar-thumb {
	border-radius: 0px;
	background-color: #898989;
	-webkit-transition: all 0.6s;
	-moz-transition: all 0.6s;
	-o-transition: all 0.6s;
	transition: all 0.6s;
}

::-webkit-scrollbar-thumb:hover {
	background-color: #141414;
}

/* main css ends */

/* Slider section starts */

.slick-slide {
	margin: 0px 0px;
}

.slick-slide img {
	width: 100%;
}

.slick-slider {
	position: relative;
	display: block;
	box-sizing: border-box;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-touch-callout: none;
	-khtml-user-select: none;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent;
}

.slick-list {
	position: relative;
	display: block;
	overflow: hidden;
	margin: 0;
	padding: 0;
}

.slick-list:focus {
	outline: none;
}

.slick-list.dragging {
	cursor: pointer;
	cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.slick-track {
	position: relative;
	top: 0;
	left: 0;
	display: block;
}

.slick-track:before,
.slick-track:after {
	display: table;
	content: '';
}

.slick-track:after {
	clear: both;
}

.slick-loading .slick-track {
	visibility: hidden;
}

.slick-slide {
	display: none;
	float: left;
	height: 100%;
	min-height: 1px;
}

[dir='rtl'] .slick-slide {
	float: right;
}

.slick-slide img {
	display: block;
}

.slick-slide.slick-loading img {
	display: none;
}

.slick-slide.dragging img {
	pointer-events: none;
}

.slick-initialized .slick-slide {
	display: block;
}

.slick-loading .slick-slide {
	visibility: hidden;
}

.slick-vertical .slick-slide {
	display: block;
	height: auto;
	border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
	display: none;
}


/* Arrows */
.slick-prev,
.slick-next {
	font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 50px;
    height: 50px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: #00000000;
    border: none;
    outline: none;
    background: #ffffff00;
    
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
	color: transparent;
	outline: none;
	background: transparent;
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
	opacity: 1;
    background-color: #FF6B00;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
	opacity: .25;
}

.slick-prev:before,
.slick-next:before {
	font-family: 'slick';
	font-size: 20px;
	line-height: 1;
	opacity: 1;
    color: #0b0b0b;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.slick-prev {
	left: -50px;
}

[dir='rtl'] .slick-prev {
	right: -25px;
	left: auto;
}

.slick-prev:before {
    content: '\f177'; 
     font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    font-size: 20px;
    color: #ffffff;
    display: flex;
    line-height: 0;
    justify-content: center;
    width: 50px;
    height: 50px;
     background: #2d2d2f47;
    border-radius: 50px;
    align-items: center;
     border: 1px solid #ffffff57;
}
[dir='rtl'] .slick-next:before {
    content: '\276E'; 
}

.slick-next {
	right: -50px;
}

[dir='rtl'] .slick-next {
	right: auto;
	left: -25px;
}

.slick-next:before {
      content: '\f178';
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    font-size: 20px;
    color: #ffffff;
    display: flex;
    line-height: 0;
    justify-content: center;
    width: 50px;
    height: 50px;
    background: #2d2d2f47;
    border-radius: 50px;
    align-items: center;
    border: 1px solid #ffffff57;
}

[dir='rtl'] .slick-prev:before {
    content: '\276F'; 
}


/* Dots */

.slick-dots {
	bottom: 30px;
    position: absolute;
    top: 50%;
    left: 30px;
    transform: translateY(-50%);
    display: flex !important
;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    width: auto;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: left;
    gap: 10px;
}

.slick-dots li {
	position: relative;
	display: inline-block;
	margin: 0px 5px !important;
	padding: 0;
	cursor: pointer;
}

.slick-dots li button {
	font-size: 0;
	line-height: 0;
	width: 10px;
	height: 10px;
	display: block;

	padding: 2px;

	cursor: pointer;

	color: transparent;
	border: 0;
	outline: none;
	background: transparent;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
	outline: none;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
	opacity: 1;
}

.slick-dots li button:before {
    font-family: 'slick';
    font-size: 18px;
    line-height: 15px;
    position: absolute;
    top: 0;
    left: 0;
    width: 15px;
    height: 15px;
    content: '•';
    text-align: center;
    opacity: 1;
    color: #f7c100;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    border: 1px solid #fff;
    border-radius: 50%;
}

.slick-dots li.slick-active button:before {
	opacity: 1;
	color: rgb(255, 255, 255);
}

/* slider section ends */


.floating-icons {
  position: fixed;
  bottom: 100px;
  right: 0;
  display: flex;
  flex-direction: column;
  gap: 12px;
  z-index: 1000;
  transition: transform 2s ease-in-out, opacity 0.8s ease-in-out;
}

.floating-icons.hidden {
  transform: translateX(120%);
  opacity: 0;
}


.float-btn {
    background: #fff;
    color: #333;
    text-decoration: none;
    border-radius: 50px 0 0 50px;
    padding: 12px 8px;
    min-width: 66px;
    height: 60px;
    display: flex
;
    align-items: center;
    justify-content: flex-start;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
    transition: all 0.3s ease;
    overflow: hidden;
    position: relative;
    right: -115px;
    background-color: #f7c10000;
    border: 1px solid #ffffff3d;
}

.float-btn:hover i {
    background-color: #f7c100;
    color: #000;
}

.float-btn i {
    font-size: 22px;
    width: 50px;
    text-align: center;
    padding: 14px;
    background-color: #ffffffeb;
    border-radius: 100%;
    height: 50px;
}
.float-btn span {
  margin-left: 10px;
  white-space: nowrap;
  opacity: 0;
  transition: opacity 0.3s ease;
      color: #fff;
}

.backtotop-iconbtn {
    position: fixed;
    bottom: 20px;
    right: 10px;
    background: linear-gradient(135deg, #ffc107, #e321268c);
    color: #fff;
    padding: 12px 16px;
    border-radius: 50%;
    font-size: 26px;
    display: flex
;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    opacity: 0;
    transform: translateY(50px);
    transition: all 0.5s 
ease;
    z-index: 9999;
}



.backtotop-iconbtn.show {
    opacity: 1;
    transform: translateY(0); /* slide into view */
}


.backtotop-iconbtn:hover {
    color: #ffffff !important;
}

@keyframes floatUpDown {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
  100% {
    transform: translateY(0);
  }
}

/* Hover effect: slide out + show text */
.float-btn:hover {
  right: 0;
}

.float-btn:hover span {
  opacity: 1;
}





.floating-phone-vertical {
    position: fixed;
    bottom: 40px;
    left: 10px;
    background: linear-gradient(135deg, #ffc107, #e321268c);
    color: #fff;
    padding: 12px;
    border-radius: 12px;
    display: flex;
    flex-direction: column; /* vertical layout */
    align-items: center;
    justify-content: center;
    font-weight: 600;
    font-size: 19px;
    z-index: 9999;
    text-decoration: none;
    border: 3px solid #fff;
    box-shadow: 0 6px 15px rgba(255, 193, 7, 0.6), 0 6px 20px rgba(0,0,0,0.3);
    animation: phone-ring 5s infinite;
    transition: all .3s ease-in-out;
}
.floating-phone-vertical:hover{
  color: #000;
}
.floating-phone-vertical:hover i{
  color: #000;
}

.floating-phone-vertical i {
    font-size: 28px;
    margin-bottom: 6px;
}

/* Ringing / vibration animation */
@keyframes phone-ring {
    0% { transform: rotate(0deg); }
    10% { transform: rotate(15deg); }
    20% { transform: rotate(-15deg); }
    30% { transform: rotate(10deg); }
    40% { transform: rotate(-10deg); }
    50% { transform: rotate(5deg); }
    60% { transform: rotate(-5deg); }
    70% { transform: rotate(2deg); }
    80% { transform: rotate(-2deg); }
    90% { transform: rotate(1deg); }
    100% { transform: rotate(0deg); }
}

/* Mobile adjustments */
@media (max-width: 768px) {
    .floating-phone-vertical {
        width: 50px;
        height: 80px;
        padding: 8px;
        flex-direction: column;
        justify-content: center;
        font-size: 0;
    }
    .floating-phone-vertical i {
        font-size: 24px;
        margin-bottom: 0;
    }
    .floating-phone-vertical .phone-number {
        display: none;
    }
}


/* header */
body {
  background: #000;
  color: #fff;
}

/*  TOP HEADER  */
.top-header {
    background: #000000ed;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    padding: 18px 0;
    font-size: 14px;
}

.top-header a {
    color: #fff;
    text-decoration: none;
    font-size: 15px;
}

.top-header a:hover {
   color: #ffc107;
}

.top-header i {
     color: #ffc107;
}

.top-header .contact-item {
  display: flex;
  align-items: center;
  gap: 6px;
}

.top-header .divider {
  width: 1px;
  height: 18px;
  background: rgba(255, 255, 255, 0.321);
  margin: 0 15px;
}

.social-icons {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
}
.social-icons a:hover {
    padding: 5px 10px;
    border: 1px solid #ffffff4f;
}

.social-icons a {
  color: #fff;
  transition: all .3s ease-in-out;
}

.social-icons a:hover {
  color: #ffc107;
}

/*  HEADER  */
.header-wrapper {
   background: #121212;
    padding: 8px 0;
    width: 100%;
    z-index: 1020;
    position: fixed;
    left: 0px;
    top: 60px;
    transition-duration: 0.3s;
}

.f-nav .header-wrapper{
    top: 0px;
}

.f-nav .header-logo-sec img {
    width: 70px;
}

.header-logo-sec img {
  width: 110px;
  object-fit: contain;
}

.header-menu {
  display: flex;
  justify-content: center;
}

.emergency-contact span {
  border: 1px solid #ffffff;
  padding: 10px 15px;
  color: #f7c100;
  transition: all .3s ease-in-out;
}
.emergency-contact a {
   color: #ffffff;
}
.emergency-contact a:hover {
   color: #ffc107;
}
.emergency-contact span:hover {
     border: 1px solid #ffc107;
    color: #fff;
}

.common-button {
  background: #ffc107;
  color: #000;
  font-weight: 600;
  padding: 10px 24px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  text-decoration: none;
  transition: all 0.3s ease;
}

.common-button:hover {
    background: #ffffff;
    color: #000000;
}

/*   BANNER  */
.banner-section {
  position: relative;
  overflow: hidden;
  
  background-color: #0a0a0a; /* dark night sky */
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 800 400' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='800' height='400' fill='%23000'%3E%3C/rect%3E%3Cpolygon points='250,400 550,400 470,0 330,0' fill='%23222222'/%3E%3Cline x1='399' y1='400' x2='401' y2='0' stroke='%23FFD700' stroke-width='4' stroke-dasharray='20,20'/%3E%3C/svg%3E");

  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: cover;
}
.banner-section::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #0000007a;
  background-size: cover;
  background-position: center bottom;
  filter: brightness(0.5); /* adjust from 0 (dark) to 2 (bright) */
  z-index: 1;
}

/* Your content inside banner */
.banner-section .banner-slider {
  position: relative;
  z-index: 2;
}

.banner-section img{
    width: 400px;
    object-fit: contain;
    animation: vibrate 2s ease-in-out infinite;
}

@keyframes vibrate {
  0%   { transform: translate(0, 0) rotate(0deg); }
  10%  { transform: translate(-2px, 1px) rotate(-1deg); }
  20%  { transform: translate(2px, -1px) rotate(1deg); }
  30%  { transform: translate(-2px, 1px) rotate(-1deg); }
  40%  { transform: translate(2px, -1px) rotate(1deg); }
  50%  { transform: translate(0, 0) rotate(0deg); }
  100% { transform: translate(0, 0) rotate(0deg); } /* pause for remaining 50% */
}

.banner-slide {
  min-height: 100vh;
  display: flex !important;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  position: relative;
}

.banner-content {
  position: relative;
  z-index: 2;
  text-align: center;
  margin-top: 210px; 
}

.banner-subtitle {
  font-size: 18px;
  color: #ffc107;
  margin-bottom: 10px;
  letter-spacing: 1px;
}

.banner-title {
  font-size: 80px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 40px;
}

.banner-title span {
  color: #ffc107;
}

.banner-car-wrap {
  position: relative;
  display: inline-block;
  margin-top: 10px;
}

.stroke-text {
    font-size: 300px;
    font-weight: 900;
    color: #00000000;
    -webkit-text-stroke: 2px rgba(255, 255, 255, 0.144);
    position: absolute;
    top: 30%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 0;
    letter-spacing: 10px;
}

.banner-car {
  width: 500px;
  position: relative;
  z-index: 2;
}

.yellow-glow {
    position: absolute;
    bottom: 0px;
    left: 50%;
    transform: translateX(-50%);
    width: 600px;
    height: 200px;
    background: radial-gradient(circle, rgba(255, 193, 7, 0.6) 0%, rgba(255, 193, 7, 0) 70%);
    filter: blur(20px);
    z-index: 1;
}

/*   VERTICAL NAV ARROWS  */
.banner-nav-group {
  position: absolute;
  left: 40px;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  flex-direction: column;
  gap: 12px;
  z-index: 5;
}

.banner-nav {
  width: 45px;
  height: 45px;
  background: rgba(255,255,255,0.1);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: 0.3s;
}

.banner-nav:hover {
  background: #ffc107;
  color: #000;
}

/*   RIGHT VERTICAL SOCIAL ICONS   */
.banner-socials {
  position: absolute;
  right: 20px;
  top: 40%;
  transform: translateY(-50%);
  display: flex;
  flex-direction: column;
  gap: 12px;
  z-index: 5;
}

.banner-socials a {
    width: 45px;
    height: 45px;
    border: 1px solid #ffffff52;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.3s;
}

.banner-socials a:hover {
  background: #ffc107;
  color: #000;
}

/*   RESPONSIVE   */
@media (max-width: 991px) {
  .banner-title { font-size: 40px; }
  .stroke-text { font-size: 100px; }
  .banner-car { width: 300px; }
  .emergency-contact { display: none; }
}


/* Counters Section - black/yellow theme */
.counters-section {
    background: #000;
    color: #fff;
    padding: 130px 0px 130px;
}


.counter-box {
  position: relative;
  text-align: center;
  box-shadow: 0 6px 18px rgb(0 0 0 / 47%);
  min-height: 140px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background-color: #ffffff0a;
  border: 1px solid rgb(255 255 255 / 20%);
  border-radius: 30px;
  padding: 38px 20px 38px;
  overflow: hidden;
}

.counter-box::before {
  content: '';
  position: absolute;
  top: 0;
  left: -60%;
  width: 40%;
  height: 100%;
  background: linear-gradient(120deg, rgb(121 97 13 / 1%) 0%, rgb(247 193 0 / 15%) 50%, rgba(255, 255, 255, 0) 100%);
  transform: skewX(-20deg);
  animation: gentleShine 6s infinite linear;
  z-index: 1;
  pointer-events: none;
}
.counter-2{
    margin-top: 35px;
  animation: jump 2s infinite;
}

@keyframes jump {
  0%, 100% {
    transform: translateY(0);
  }
  25% {
    transform: translateY(-10px);
  }
  50% {
    transform: translateY(0);
  }
  75% {
    transform: translateY(-5px);
  }
}

/* smoother and slower animation */
@keyframes gentleShine {
  0% {
    left: -60%;
  }
  100% {
    left: 120%;
  }
}

.counter-value,
.counter-label {
  position: relative;
  z-index: 2;
}


.counter-value {
  font-size: 44px;
  font-weight: 700;
  color: #ffc107; 
  display: flex;
  align-items: baseline;
  justify-content: center;
  gap: 6px;
}

.counter-value .count {
  font-family: 'Poppins', system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial;
  line-height: 1;
}

.counter-value .plus {
    font-size: 40px;
    color: #ffc107;
    font-weight: 400;
    margin-left: 4px;
}

.counter-label {
    margin-top: 8px;
    font-size: 20px;
    color: #ffffff;
    text-transform: uppercase;
    letter-spacing: 0.6px;
    font-weight: 300;
}

/* Responsive */
@media (max-width: 991px) {
   
  .counter-box {
    margin-bottom: 18px;
  }
  .counter-value { font-size: 36px; }
  .counter-value .plus { font-size: 18px; }
}


/* about us */

.about-us-section {
    background-color: #141313;
    color: #fff;
    padding: 130px 0px 130px;
}

.about-image-sec {
  position: relative;
}

.image-wrapper {
  position: relative;
  display: inline-block;
}

.about-img {
    width: 100%;
    padding: 20px;
    border: 1px solid #ffffff40;
    border-top-right-radius: 100px;
    border-bottom-left-radius: 100px;
    border-top-left-radius: 30px;
    border-bottom-right-radius: 30px;
}


/* Taxi Info Box */
.info-box {
    background: linear-gradient(135deg, #ffc107, #e321268c);
    border: 1px solid rgb(255 255 255 / 20%);
    border-radius: 30px;
    padding: 38px 20px 38px;
    max-width: 190px;
    position: absolute;
   right: 0px;
    top: 280px;
    animation: bounce-y 10s infinite linear;
}
.taxi-count {
    color: #fff;
    font-size: 48px;
    font-weight: 700;
    margin-bottom: 0px;
    text-align: center;
}
.info-box .info-text {
    color: #fff;
    text-transform: uppercase;
    text-align: center;
}
@keyframes bounce-y{
    0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

50% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
}
100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
}
}

/* Right Content */
.about-content-sec {
  padding-left: 40px;
}

.about-content-sec .subtitle {
  color: #ffcc00;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 10px;
  display: block;
}

.about-content-sec .main-title {
  font-size: 38px;
  font-weight: 600;
  margin-bottom: 20px;
}

.about-content-sec .desc {
  color: #ccc;
  line-height: 1.7;
  margin-bottom: 30px;
  font-size: 16px;
}

.about-btn {
  background-color: #ffcc00;
  color: #000;
  padding: 12px 30px;
  border-radius: 0px;
  font-weight: 700;
  display: inline-block;
  transition: all 0.3s ease;
}

.about-btn:hover {
  background-color: #fff;
  transform: translateY(-3px);
}

/* features section */

.best-features-section {
  background-color: #000;
  color: #fff;
  padding: 130px 0px 0px;
  position: relative;
  overflow: hidden;
}

.section-title {
  margin-bottom: 70px;
}

.section-title .subtitle {
  color: #ffcc00;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  display: block;
  margin-bottom: 10px;
}

.section-title .main-title {
  font-size: 38px;
  font-weight: 600;
}

.feature-box {
  text-align: center;
  background-color: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 20px;
  padding: 30px 20px;
  margin-bottom: 30px;
  transition: all 0.4s ease;
  box-shadow: 0 6px 18px rgb(0 0 0 / 40%);
  position: relative;
  overflow: hidden;
}

.feature-box i {
  font-size: 36px;
  color: #ffcc00;
  margin-bottom: 15px;
  transition: transform 0.3s ease;
}

.feature-box h4 {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 10px;
}

.feature-box p {
  color: #ccc;
  font-size: 15px;
  line-height: 1.6;
}

.feature-box:hover {
  transform: translateY(-8px);
  background-color: rgba(255, 204, 0, 0.1);
  border-color: #ffcc00;
}

.feature-box:hover i {
  transform: scale(1.2) rotate(5deg);
}

.feature-image {
  text-align: center;
  position: relative;
}

.feature-image .image-wrapper {
  position: relative;
  display: inline-block;
}

.car-top-image {
  width: 100%;
  max-width: 300px;
  position: relative;
  display: inline-block;
  transform: translateY(0) translateX(0);
  transition: transform 0.05s linear; /* smooth, but scroll-controlled */
}

@keyframes carFloat {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-15px); }
}

/* Initial states */
.feature-box {
  opacity: 0;
  transform: translateY(20px);
  transition: all 0.8s ease-out;
}

.features-left .feature-box {
  transform: translateX(-50px);
}

.features-right .feature-box {
  transform: translateX(50px);
}

.car-top-image {
  opacity: 0;
  transform: translateY(50px);
  transition: all 1s ease-out;
}

/* Active animation classes */
.fade-in-left {
  opacity: 1 !important;
  transform: translateX(0) !important;
}

.fade-in-right {
  opacity: 1 !important;
  transform: translateX(0) !important;
}

.move-up {
  opacity: 1 !important;
  transform: translateY(0) !important;
}


/* Responsive */
@media (max-width: 991px) {
  .feature-image {
    margin: 50px 0;
  }
  .section-title .main-title {
    font-size: 30px;
  }
}


.download-app-section {
    background-color: #000;
    color: #fff;
    padding: 80px 0px 40px;
    text-align: center;
    border-top: 2px dashed #ffcc004a;
}

.download-app-section .subtitle {
  color: #ffcc00;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  display: block;
  margin-bottom: 10px;
}

.download-app-section .main-title {
  font-size: 38px;
  font-weight: 600;
  margin-bottom: 50px;
}

/* Mobile Screens */
.mobile-screens {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 40px;
  margin-bottom: 40px;
  flex-wrap: wrap;
}

.mobile-screen {
  width: 180px;
  max-width: 100%;
  border-radius: 30px;
  box-shadow: 0 20px 40px rgba(255, 204, 0, 0.3);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.mobile-screen:hover {
  transform: translateY(-10px);
  box-shadow: 0 25px 50px rgba(255, 204, 0, 0.5);
}

/* App Store Buttons */
.download-app-section .app-buttons {
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
  padding-bottom: 20px;
}

.download-app-section .app-store-btn img {
  max-width: 180px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.download-app-section .app-store-btn img:hover {
  transform: scale(1.05);
  box-shadow: 0 10px 20px rgba(255, 204, 0, 0.4);
}

.download-app-section .download-text {
    color: #ccc;
    font-size: 16px;
    margin-top: 10px;
    margin-bottom: 0px;
    padding-bottom: 30px;
}

/* Responsive */
@media (max-width: 768px) {
  .mobile-screens {
    gap: 20px;
  }
  .mobile-screen {
    width: 140px;
  }
  .download-app-section .main-title {
    font-size: 30px;
  }
}


.short-trips-section {
  background-color: #000;
  color: #fff;
  padding: 130px 0px 0px;
}

.short-trips-section .section-title {
  margin-bottom: 50px;
}

.short-trips-section .subtitle {
  color: #ffcc00;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  display: block;
  margin-bottom: 10px;
}

.short-trips-section .main-title {
  font-size: 38px;
  font-weight: 600;
}

.short-trips-image img {
    width: 100%;
    border-radius: 25px;
    box-shadow: 0 15px 40px rgba(255, 204, 0, 0.3);
    padding: 7px;
    border: 1px solid #ffffff45;
    background-color: #373737;
}

.trip-box {
  background-color: rgba(255,255,255,0.05);
  padding: 25px 20px;
  border-radius: 15px;
  margin-bottom: 20px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  box-shadow: 0 5px 15px rgba(0,0,0,0.3);
}

.trip-box h4 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 10px;
  color: #ffcc00;
}

.trip-box p {
  color: #ccc;
  line-height: 1.7;
  font-size: 15px;
}

/* Responsive */
@media (max-width: 991px) {
  .short-trips-section .main-title {
    font-size: 30px;
  }
  .short-trips-image {
    margin-bottom: 30px;
  }
}


.top-destinations-section {
  background-color: #000;
  color: #fff;
  padding: 130px 0px 0px;
}

.top-destinations-section .section-title {
  margin-bottom: 50px;
}

.top-destinations-section .subtitle {
  color: #ffcc00;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  display: block;
  margin-bottom: 10px;
}

.top-destinations-section .main-title {
  font-size: 38px;
  font-weight: 600;
}

/* Destination Grid */

.destination-box {
  background-color: rgba(255,255,255,0.05);
  border-radius: 20px;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,0.1);
  box-shadow: 0 10px 30px rgba(0,0,0,0.3);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  margin-bottom: 30px;
  min-height: 415px;
}

.destination-box img {
    width: 100%;
    display: block;
    height: 250px;
    object-fit: cover;
}

.destination-content {
  padding: 20px;
  text-align: center;
}

.destination-content h4 {
  font-size: 20px;
  font-weight: 700;
  color: #ffcc00;
  margin-bottom: 10px;
}

.destination-content p {
  font-size: 15px;
  color: #ccc;
  line-height: 1.6;
}

.destination-box:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 50px rgba(255, 204, 0, 0.5);
}

/* Responsive */
@media (max-width: 991px) {
  .top-destinations-section .main-title {
    font-size: 30px;
  }
}

@media (max-width: 767px) {
  .destinations-grid {
    gap: 20px;
  }
	.banner-socials {
		right: 0px;
		top: 50%;
	}
}


/* form */
.travel-form-section {
  background-color: #000;
  color: #fff;
  padding: 30px 0px 100px;
  position: relative;
  overflow: hidden;
}

.travel-form-section .section-title {
  margin-bottom: 40px;
}

.travel-form-section .subtitle {
  color: #ffcc00;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  display: block;
  margin-bottom: 8px;
}

.travel-form-section .main-title {
  font-size: 38px;
  font-weight: 600;
}

/* ---------- LEFT IMAGES (STACKED) ---------- */
.travel-images {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 25px; /* space between images */
}

.travel-images .image-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 25px;
}

.travel-img {
    width: 100%;
    max-width: 300px;
    object-fit: contain;
    transition: all .3s ease-in-out;
    animation: vibrate 2s ease-in-out infinite;
}

img.travel-img.travel-img-1 {
    margin-left: -20pc;
}

.travel-img:hover {
  transform: scale(1.03);
}

/* ---------- FORM WRAPPER ---------- */
.form-wrapper {
  background-color: rgba(255,255,255,0.05);
  padding: 40px 30px;
  border-radius: 20px;
  border: 1px solid rgba(255,255,255,0.15);
  box-shadow: 0 10px 25px rgba(0,0,0,0.4);
}

/* ---------- CONTACT FORM 7 STYLES ---------- */
.wpcf7-form p,
.wpcf7-form .row > div {
  margin-bottom: 20px;
}

.wpcf7-form label {
  display: block;
  font-weight: 600;
  color: #fff;
  margin-bottom: 8px;
  font-size: 15px;
}

.wpcf7-form label i {
  color: #ffcc00;
  margin-right: 8px;
}

.wpcf7-form-control {
  width: 100%;
  padding: 12px 15px;
  border-radius: 8px;
  border: 1px solid rgba(255,255,255,0.2);
  background-color: rgba(255,255,255,0.05);
  color: #fff;
  font-size: 15px;
  transition: all 0.3s ease;
}

.wpcf7-form-control-wrap textarea {
  height: 80px !important;
}

.wpcf7-form-control:focus {
  border-color: #ffcc00;
  background-color: rgba(255,255,255,0.1);
  outline: none;
}

.wpcf7-form-control::placeholder {
  color: #ccc;
}

.wpcf7-submit {
  background-color: #ffcc00;
  color: #000;
  padding: 12px 30px;
  border-radius: 8px;
  font-weight: 700;
  text-transform: uppercase;
  transition: all 0.3s ease;
  cursor: pointer;
  border: none;
}

.wpcf7-submit:hover {
  background-color: #fff;
  transform: translateY(-3px);
}

/* ---------- RESPONSIVE ---------- */
@media (max-width: 991px) {
  .travel-form-section {
    padding: 80px 0;
  }

  .travel-images {
    margin-bottom: 40px;
  }

  .travel-img {
    max-width: 250px;
  }

  .travel-form-section .main-title {
    font-size: 30px;
  }
}


.road-section {
  position: relative;
  width: 100%;
  height: 100px; /* reduced */
  background-color: #000;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 100px 0px;
}

.road {
  position: relative;
  width: 100%;
  height: 50px; /* slimmer road */
  background-color: #2b2b2b;
  border-top: 4px solid #ffcc00;
  border-bottom: 4px solid #ffcc00;
  display: flex;
  align-items: center;
  overflow: hidden;
  opacity: .9;
}

.road::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 3px;
  background: repeating-linear-gradient(
    to right,
    white 0,
    white 30px,
    transparent 30px,
    transparent 60px
  );
  transform: translateY(-50%);
  opacity: 0.8;
}

/* Cars */
.car {
  position: absolute;
  bottom: 5px;
}

.car-1 { animation: moveCar 6s linear infinite; left: -100px; }
.car-2 { animation: moveCar 8s linear infinite; left: -200px; bottom: 10px; }
.car-3 { animation: moveCar 10s linear infinite; left: -300px; bottom: 0; }

@keyframes moveCar {
  0% { left: -100px; }
  100% { left: 100%; }
}

/* Responsive */
@media (max-width: 768px) {
  .road-section { height: 80px; }
  .road { height: 40px; }
  .car svg { width: 40px; height: 20px; }
}

.footer-wrapper-sec {
    background-image: url(./assets/img/footer-bg.webp);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    color: #fff;
    padding: 80px 0 30px;
    position: relative;
    text-align: center;
    border-top: 1px solid #ffffff2e;
}
.footer-wrapper-sec .footer-logo img {
  max-width: 160px;
  margin-bottom: 20px;
}

.footer-wrapper-sec p {
  color: #ccc;
  line-height: 1.7;
  font-size: 15px;
  margin-bottom: 0;
}

.footer-wrapper-sec h4 {
  color: #ffcc00;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 20px;
  position: relative;
}

.footer-wrapper-sec ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-wrapper-sec ul li {
  color: #ccc;
  font-size: 15px;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.footer-wrapper-sec ul li i {
  color: #ffcc00;
  margin-right: 10px;
  font-size: 16px;
}

/* Footer Bottom */
.footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  margin-top: 50px;
  padding-top: 20px;
  text-align: center;
}

.footer-bottom p {
  color: #aaa;
  font-size: 14px;
  margin: 0;
}
.gap-footer{
    gap: 40px;
}
/* Responsive */
@media (max-width: 991px) {
  .footer-wrapper-sec {
    text-align: center;
  }

  .footer-wrapper-sec ul li {
    justify-content: center;
  }

  .footer-wrapper-sec h4 {
    margin-top: 30px;
  }
}

/* gallery */

.gallery-section {
  padding: 80px 0;
  background-color: #171717;
}

.gallery-title {
    font-size: 36px;
    font-weight: 600;
    color: #ffffff;
    margin-bottom: 30px;
    position: relative;
    display: inline-block;
}

.gallery-title::after {
  content: '';
  position: absolute;
  bottom: -8px;
  left: 50%;
  transform: translateX(-50%);
  width: 80px;
  height: 3px;
  background-color: #ffcc00;
  border-radius: 2px;
}

.gallery-desc {
    max-width: 650px;
    margin: 0 auto 40px;
    color: #ffffff;
    font-size: 16px;
    line-height: 1.6;
}
.gallery-wrapper {
  margin-top: 30px;
  pointer-events: none;
}

.gallery-section .vp-portfolio {
  --vp-gap: 20px; /* adds spacing between images */
}


/* testimonial section */

section.testimonials-section {
    background-color: #000;
    color: #fff;
    padding: 100px 0px 100px;
    position: relative;
    overflow: hidden;
    border-top: 2px dashed #ffffff72;
}


/* all responisves */

@media only screen and (max-width:991px){

  .emergency-contact {
      display: none;
  }
  .banner-socials a {
    width: 30px;
    height: 30px;
  }
  .slick-dots {
    bottom: 30px;
    top: 80%;
    left: 20px;
}
  .header-logo-sec img {
      width: 60px;
  }
  .top-header {
    padding: 8px 0;
  }
  .header-wrapper {
      top: 40px;
  }
  .floating-icons {
    bottom: 95px;
  }
  .f-nav .header-logo-sec img {
      width: 40px;
  }
  .banner-nav-group {
    left: 15px;
    top: 70%;
  }
  .counters-section {
    padding: 80px 0px 80px;
  }
  .counter-2 {
      margin-top: 0px;
      animation: jump 2s infinite;
  }
  .about-us-section {
    padding: 100px 0px 0px;
  } 
  .about-img {
      border-top-right-radius: 80px;
      border-bottom-left-radius: 80px;
      margin-bottom: 40px;
  }
  .taxi-count {
    font-size: 30px;
  }
  .best-features-section {
      padding: 100px 0px 0px;
  }
  .short-trips-section {
    padding: 100px 0px 0px;
  }
  .top-destinations-section {
      padding: 100px 0px 0px;
  }
  .road-section {
      padding: 50px 0px;
  }
  .banner-content {
    margin-top: 150px;
}

}

@media only screen and (max-width:767.5px){

  .letstalk {
    display: none;
  }
  .contact-item.email {
    display: none;
  }
  .phone-div {
    display: none!important;
  }
  .about-us-section .yellow-glow {
    left: 0%;
  }
  .header-menu {
    justify-content: flex-end;
  }
    .banner-section img {
      width: 180px;
  }
  .mega-toggle-animated-inner{
    background: #fff!important;
  }
  .mega-toggle-animated-inner::before {
    background: #fff!important;
    width: 20px!important;
  }
  .mega-toggle-animated-inner::after {
    background: #fff!important;
  }
  img.travel-img.travel-img-1 {
    margin-left: 0pc;
  }
  .info-box {
     max-width: 270px;
        position: unset;
        margin-top: 60px !important;
        margin-bottom: 60px;
        padding: 15px;
        border-radius: 20px;
  }
  .counter-label {
    font-size: 14px;
}
 

}

@media only screen and (min-width:767.5px) and (max-width:991px){
  
}

.coming-soon-section {
    text-align: center;
    padding: 200px 20px;
}

.coming-soon-title {
    font-size: 80px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 40px;
}

.coming-soon-title .highlight {
    color: #ffc107;
}

.back-home-button {
    background: #ffc107;
    color: #000;
    font-weight: 600;
    padding: 10px 24px;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    text-decoration: none;
    transition: all 0.3s ease;
    border-radius: 4px; /* Optional: adds slight rounding to button */
}

.back-home-button:hover {
    background: #e0ac00; /* Optional: darker shade on hover */
    color: #000;
}

.coming-soon-section img{
    width: 260px;
    margin-bottom: 30px;
}

@media only screen and (max-width:991px){
	.coming-soon-section {
		text-align: center;
		padding: 100px 20px;
	}
	.coming-soon-title {
		font-size: 50px;
		font-weight: 700;
		color: #fff;
		margin-bottom: 40px;
	}
}
