body {
  font-family: 'Poppins', sans-serif;
  overflow-x: hidden;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
p {
	margin-bottom: 0px;
	font-size: 14px;
	color: #666666;
	line-height: 30px;
}
a {
	text-decoration: none!important;
}
ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

h1,h2,h3,h4,h5,h6 {
	margin: 0px;
}

a.filled-button {
	background-color: #D32F2F;
	color: #fff;
	font-size: 13px;
	text-transform: uppercase;
	font-weight: 700;
	padding: 12px 30px;
	border-radius: 30px;
	display: inline-block;
	transition: all 0.3s;
}

a.filled-button:hover {
	background-color: #fff;
	color: #E53935;
}

a.border-button {
	background-color: transparent;
	color: #fff;
	border: 2px solid #fff;
	font-size: 13px;
	text-transform: uppercase;
	font-weight: 700;
	padding: 10px 28px;
	border-radius: 30px;
	display: inline-block;
	transition: all 0.3s;
}

a.border-button:hover {
	background-color: #fff;
	color: #a4c639;
}

.section-heading {
	text-align: center;
	margin-bottom: 80px;
}

.section-heading h2 {
	font-size: 40px;
	font-weight: 700;
	color: #1e1e1e;
}

/* .section-heading em {
	font-style: normal;
	color: #D32F2F;
} */

.section-heading span {
	display: block;
	margin-top: 15px;
	text-transform: uppercase;
	font-size: 20px;
	color: #000000;
	letter-spacing: 1px;
}

#preloader {
  overflow: hidden;
  background: #D32F2F;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  position: fixed;
  z-index: 9999999;
  color: #fff;
}

#preloader .jumper {
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  display: block;
  position: absolute;
  margin: auto;
  width: 50px;
  height: 50px;
}

#preloader .jumper > div {
  background-color: #fff;
  width: 10px;
  height: 10px;
  border-radius: 100%;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  position: absolute;
  opacity: 0;
  width: 50px;
  height: 50px;
  -webkit-animation: jumper 1s 0s linear infinite;
  animation: jumper 1s 0s linear infinite;
}

#preloader .jumper > div:nth-child(2) {
  -webkit-animation-delay: 0.33333s;
  animation-delay: 0.33333s;
}

#preloader .jumper > div:nth-child(3) {
  -webkit-animation-delay: 0.66666s;
  animation-delay: 0.66666s;
}

@-webkit-keyframes jumper {
  0% {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  5% {
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}

@keyframes jumper {
  0% {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  5% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

/* Sub Header Style */

.sub-header {
	background-color: #1A1B59;
	height: 46px;
	line-height: 46px;
}

.sub-header ul li {
	display: inline-block;
}

.sub-header ul.left-info li {
	border-left: 1px solid rgba(250,250,250,0.3);
	padding: 0px 20px;
}

.sub-header ul.left-info li:last-child {
	border-right: 1px solid rgba(250,250,250,0.3);
}

.sub-header ul.left-info li i {
	margin-right: 10px;
	font-size: 18px;
}

.sub-header ul.left-info li a {
	color: #fff;
	font-size: 14px;
	font-weight: 600;
}

.sub-header ul.right-icons {
	float: right;
}

.sub-header ul.right-icons li {
	margin-right: -4px;
	width: 46px;
	display: inline-block;
	text-align: center;
	border-right: 1px solid rgba(250,250,250,0.3);
}

.sub-header ul.right-icons li:first-child {
	border-left: 1px solid rgba(250,250,250,0.3);
}

.sub-header ul.right-icons li a {
	color: #fff;
	transition: all 0.3s;
}

.sub-header ul.right-icons li a:hover {
	opacity: 0.75;
}



/* Header Style */
header {
	position: absolute;
	z-index: 99999;
	width: 100%;
	background-color: #F7F8FB!important;
	height: 80px;
	-webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}
header .navbar {
	padding: 20px 0px;
}
.background-header .navbar {
	padding: 10px 0px;
}
.background-header {
	top: 0;
	position: sticky;
	background-color: #fff!important;
	box-shadow: 0px 1px 10px rgba(0,0,0,0.1);
}
.background-header .navbar-brand h2 {
	color: #a4c639!important;
}
.background-header .navbar-nav a.nav-link {
	color: #1e1e1e!important;
}
.background-header .navbar-nav .nav-link:hover,
.background-header .navbar-nav .active>.nav-link,
.background-header .navbar-nav .nav-link.active,
.background-header .navbar-nav .nav-link.show,
.background-header .navbar-nav .show>.nav-link {
	color: #E53935!important;
}
.navbar .navbar-brand {
	float: 	left;
	margin-top: 12px;
	outline: none;
}
.navbar .navbar-brand h2 {
	color: #fff;
	text-transform: uppercase;
	font-size: 24px;
	font-weight: 700;
	-webkit-transition: all .3s ease 0s;
    -moz-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
}
.navbar .navbar-brand h2 em {
	font-style: normal;
	font-size: 16px;
}
#navbarResponsive {
	z-index: 999;
}
.navbar-collapse {
	text-align: center;
}
.navbar .navbar-nav .nav-item {
	margin: 0px 15px;
}
.navbar .navbar-nav a.nav-link {
	text-transform: capitalize;
	font-size: 15px;
	font-weight: 600;
	letter-spacing: 0.5px;
	color: #222222;
	transition: all 0.5s;
	margin-top: 5px;
}
.navbar .navbar-nav .nav-link:hover,
.navbar .navbar-nav .active>.nav-link,
.navbar .navbar-nav .nav-link.active,
.navbar .navbar-nav .nav-link.show,
.navbar .navbar-nav .show>.nav-link {
	color: #E53935;
	border-bottom: 3px solid #E53935;
}
.navbar .navbar-toggler-icon {
	background-image: none;
}
.navbar .navbar-toggler {
	border-color: #fff;
	background-color: #fff;	
	height: 36px;
	outline: none;
	border-radius: 0px;
	position: absolute;
	right: 30px;
	top: 20px;
}
.navbar .navbar-toggler-icon:after {
	content: '\f0c9';
	color: #1A1B59;
	font-size: 18px;
	line-height: 26px;
	font-family: 'FontAwesome';
}



/* Banner Style */

.img-fill{
  width: 100%;
  display: block;
  overflow: hidden;
  position: relative;
  text-align: center
}
/* .img-fill::before {
  content: '';
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.75); 
} */
 /* .img-fill::before {
  content: '';
  z-index: 1;
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0.3),
    rgba(0, 0, 0, 0.8)
  );
} */
.img-fill::before {
  content: '';
  z-index: 1;
  position: absolute;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.4);
}


.Modern-Slider .text-content{
	z-index: 2;
}

.img-fill img {
  min-height: 100%;
  min-width: 100%;
  position: relative;
  display: inline-block;
  max-width: none;
}

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.Grid1k {
  padding: 0 15px;
  max-width: 1200px;
  margin: auto;
}

.blocks-box,
.slick-slider {
  margin: 0;
  padding: 0!important;
}

.slick-slide {
  float: left;
  padding: 0;
}

.Modern-Slider .item .img-fill {
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	height:100vh;
}

.Modern-Slider .item-1 .img-fill {
	background-image: url(../images/Group2.png);
}

.Modern-Slider .item-2 .img-fill {
	background-image: url(../images/Group1.png);
}

.Modern-Slider .item-3 .img-fill {
	background-image: url(../images/bus2.png);
}

.Modern-Slider .NextArrow{
  position:absolute;
  top:50%;
  right:30px;
  border:0 none;
  background-color: transparent;
  text-align:center;
  font-size: 36px;
  font-family: 'FontAwesome';
  color: transparent;
  z-index:5;
  outline: none;
  cursor: pointer;
}

.Modern-Slider .NextArrow:before{
  content:'\f105';
}

.Modern-Slider .PrevArrow {
  position:absolute;
  top:50%;
  left:30px;
  border:0 none;
  background-color: transparent;
  text-align:center;
  font-size: 36px;
  font-family: 'FontAwesome';
  color: transparent;
  z-index:5;
  outline: none;
  cursor: pointer;
}

.Modern-Slider .PrevArrow:before{
  content:'\f104';
}

ul.slick-dots {
  display: none!important;
}

.Modern-Slider .text-content {
	text-align: center;
  	width: 60%;
  	position: absolute;
  	top: 50%;
  	left: 50%;
  	transform: translate(-50%, -50%);
}

.Modern-Slider .item h6 {
  margin-bottom: 15px;
  font-size: 35px;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 1px;
  color:#D32F2F;
  animation:fadeOutRight 1s both;
}

.Modern-Slider .item h4 {
  margin-bottom: 35px;
  margin-top: 35px;
  text-transform: uppercase;
  font-size: 60px;
  font-weight: 700;
  letter-spacing: 2.5px;
  color:#FFF;
  overflow:hidden;
  animation:fadeOutLeft 1s both;
}

.Modern-Slider .item p {
	/* max-width: 570px; */
	color: #fff;
	font-size: 20px;
	font-weight: 400;
	line-height: 30px;
	margin-bottom: 40px;
}

.Modern-Slider .item a {
  margin: 0 5px;
}

.Modern-Slider .item.slick-active h6{
  animation:fadeInDown 1s both 1s;
}

.Modern-Slider .item.slick-active h4{
  animation:fadeInLeft 1s both 1.5s;
}

.Modern-Slider .item.slick-active{
  animation:Slick-FastSwipeIn 1s both;
}

.Modern-Slider .buttons {
  position: relative;
}

.Modern-Slider {background:#000;}


/* ==== Slick Slider Css Ruls === */
.slick-slider{position:relative;display:block;-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:hand}
.slick-slider .slick-track,.slick-slider .slick-list{-webkit-transform:translate3d(0,0,0);-ms-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 /* If RTL Make This Right */ ;height:100%;min-height:1px}
.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}




/* Request Form */

.request-form {
	background-color: #1A1B59;
	padding: 40px 0px;
	color: #fff;
}

.request-form h4 {
	font-size: 22px;
	font-weight: 600;
}

.request-form span {
	font-size: 15px;
	font-weight: 400;
	display: inline-block;
	margin-top: 10px;
}

.request-form a.border-button {
	margin-top: 12px;
	float: right;
}




/* Services */

.services {
  position: relative;
  padding: 120px 0;
  background: #ffffff;
  overflow: hidden;
}
.services::before {
  content: "";
  position: absolute;
  top: -60px;
  left: -60px;
  width: 200%;
  height: 200%;
  background: 
    radial-gradient(circle at 30% 20%, rgba(255, 0, 0, 0.12), transparent 45%),
    radial-gradient(circle at 80% 70%, rgba(230, 0, 0, 0.08), transparent 50%);
  filter: blur(80px);
  z-index: 0;
  opacity: 0.85;
  animation: subtleShift 12s ease-in-out infinite alternate;
}

@keyframes subtleShift {
  0% { transform: translate(0, 0); }
  100% { transform: translate(-40px, 30px); }
}

.service-item img {
	width: 100%;
	overflow: hidden;
}

.service-item .down-content {
	background-color: #f7f7f7;
	padding: 30px;
}

.service-item .down-content h4 {
	font-size: 20px;
	font-weight: 700;
	letter-spacing: 0.25px;
	margin-bottom: 15px;
}

.service-item .down-content p {
	margin-bottom: 20px;
}

/* Car Item Styles */
.car-item {
	transition: all 0.3s ease;
	border-radius: 8px;
	overflow: hidden;
	box-shadow: 0 2px 10px rgba(0,0,0,0.1);
}

.car-item:hover {
	transform: translateY(-5px);
	box-shadow: 0 8px 25px rgba(0,0,0,0.15);
}

/* Car Image Wrapper */
.car-image-wrapper {
	position: relative;
	width: 100%;
	height: 240px;
	overflow: hidden;
	background: #ffffff;
}

.car-image-wrapper img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: opacity 0.4s ease, transform 0.4s ease;
}

.car-image-main {
	position: absolute;
	top: 0;
	left: 0;
	opacity: 1;
	transform: scale(1);
}

.car-image-hover {
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	transform: scale(1.1);
}

.car-item:hover .car-image-main {
	opacity: 0;
	transform: scale(1.1);
}

.car-item:hover .car-image-hover {
	opacity: 1;
	transform: scale(1.05);
}

.car-item .down-content {
	background-color: #fff;
	padding: 25px;
	border-top: 3px solid #D32F2F;
}

.car-item .down-content h4 {
	color: #1e1e1e;
	margin-bottom: 12px;
	font-size: 22px;
}

.car-route {
	margin-bottom: 12px;
	color: #666;
	font-size: 14px;
	display: flex;
	align-items: center;
	gap: 8px;
}

.car-route i {
	color: #D32F2F;
	font-size: 16px;
}

.car-route span {
	flex: 1;
	line-height: 1.5;
}

.car-direction {
	margin-bottom: 15px;
}

.direction-badge {
	display: inline-block;
	padding: 5px 12px;
	background-color: #1A1B59;
	color: #fff;
	border-radius: 20px;
	font-size: 12px;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 0.5px;
}

.direction-badge.round-trip {
	background-color: #a4c639;
	color: #fff;
}

.car-categories {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin-bottom: 20px;
}

.category-tag {
	display: inline-block;
	padding: 6px 14px;
	border-radius: 15px;
	font-size: 11px;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 0.5px;
}

.category-tag.luxury {
	background-color: #D32F2F;
	color: #fff;
}

.category-tag.sedan {
	background-color: #E3F2FD;
	color: #1976D2;
}

.category-tag.suv {
	background-color: #F3E5F5;
	color: #7B1FA2;
}

.category-tag.standard {
	background-color: #E8F5E9;
	color: #388E3C;
}

.car-item .filled-button {
	width: 100%;
	text-align: center;
	margin-top: 10px;
	padding: 12px 20px;
	font-size: 14px;
	transition: all 0.3s ease;
}

.car-item .filled-button:hover {
	background-color: #B71C1C;
	transform: translateY(-2px);
	box-shadow: 0 4px 12px rgba(211, 47, 47, 0.3);
}

.page-link:hover,
.page-link {
	color: #1A1B59;
}

.btn-primary {
	border-color: #a4c639;
	background-color: #a4c639;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary:active:focus{
	opacity: 0.6;
	border-color: #a4c639;
	background-color: #a4c639;
}


/* Fun Facts */

.fun-facts {
	/* margin-top: 140px; */
	background-image: url(../images/bus3.png);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
	padding: 140px 0px;
	color: #fff;
	position: relative;
}

.fun-facts .container {
	position: relative;
	z-index: 2;
}

.fun-facts:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(0,0,0,0.2);
	z-index: 1;
}

.fun-facts span {
	text-transform: uppercase;
	font-size: 15px;
	color: #fff;
	letter-spacing: 1px;
	margin-bottom: 10px;
	display: block;
	font-weight: 600;
}

.fun-facts h2 {
	font-size: 40px;
	font-weight: 700;
	margin-bottom: 35px;
}

.fun-facts em {
	font-style: normal;
	color: #D32F2F;
}

.fun-facts p {
	color: #fff;
	margin-bottom: 40px;
}

.fun-facts .left-content {
	margin-right: 45px;
}

.count-area-content {
	text-align: center;
	background-color: rgba(250,250,250,0.1);
	padding: 25px 30px 35px 30px;
	margin: 15px 0px;
}

.count-digit {
    margin: 5px 0px;
    color: #a4c639;
    font-weight: 700;
    font-size: 36px;
}
.count-title {
    font-size: 20px;
    font-weight: 600;
    color: #fff;
    letter-spacing: 0.5px;
}



/* Features Section */
.features-section {
	padding: 100px 0;
	background: #ffffff;
	position: relative;
	overflow: hidden;
}

.features-section::before {
	content: "";
  position: absolute;
  top: -60px;
  left: -60px;
  width: 200%;
  height: 200%;
  background: 
    radial-gradient(circle at 30% 20%, rgba(255, 0, 0, 0.12), transparent 45%),
    radial-gradient(circle at 80% 70%, rgba(230, 0, 0, 0.08), transparent 50%);
  filter: blur(80px);
  z-index: 0;
  opacity: 0.85;
  animation: subtleShift 12s ease-in-out infinite alternate;
}

.features-section .container {
	position: relative;
	z-index: 1;
}

.features-section .section-heading {
	margin-bottom: 60px;
}

.features-grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 35px 25px;
}

.feature-item {
	text-align: center;
	padding: 40px 25px;
	background: linear-gradient(145deg, #ffffff 0%, #fafafa 100%);
	border-radius: 20px;
	box-shadow: 
		0 5px 20px rgba(0,0,0,0.08),
		0 2px 8px rgba(0,0,0,0.04);
	transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
	position: relative;
	overflow: hidden;
	border: 1px solid rgba(255, 255, 255, 0.8);
}

.feature-item::before {
	content: '';
	position: absolute;
	top: 0;
	left: -100%;
	width: 100%;
	height: 100%;
	background: linear-gradient(90deg, transparent, rgba(255,255,255,0.4), transparent);
	transition: left 0.5s;
}

.feature-item:hover::before {
	left: 100%;
}

.feature-item:hover {
	transform: translateY(-12px) scale(1.02);
	box-shadow: 
		0 15px 40px rgba(211, 47, 47, 0.15),
		0 5px 15px rgba(0,0,0,0.1);
	border-color: rgba(211, 47, 47, 0.2);
}

.feature-icon-wrapper {
	position: relative;
	display: inline-block;
	margin-bottom: 25px;
}

.feature-icon {
	position: relative;
	width: 100px;
	height: 100px;
	margin: 0 auto;
	display: flex;
	align-items: center;
	justify-content: center;
	background: linear-gradient(135deg, #D32F2F 0%, #1A1B59 50%, #D32F2F 100%);
	border-radius: 50%;
	color: #fff;
	box-shadow: 
		0 8px 25px rgba(211, 47, 47, 0.4),
		inset 0 2px 10px rgba(255, 255, 255, 0.3);
	transition: all 0.4s ease;
	z-index: 2;
}

.feature-item:hover .feature-icon {
	transform: rotate(5deg) scale(1.1);
	box-shadow: 
		0 12px 35px rgba(211, 47, 47, 0.5),
		inset 0 2px 10px rgba(255, 255, 255, 0.4);
}

.icon-glow {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 120px;
	height: 120px;
	background: radial-gradient(circle, rgba(211, 47, 47, 0.3) 0%, transparent 70%);
	border-radius: 50%;
	opacity: 0;
	transition: opacity 0.4s ease;
	z-index: 1;
}

.feature-item:hover .icon-glow {
	opacity: 1;
	animation: pulse-glow 2s infinite;
}

@keyframes pulse-glow {
	0%, 100% {
		transform: translate(-50%, -50%) scale(1);
		opacity: 0.3;
	}
	50% {
		transform: translate(-50%, -50%) scale(1.2);
		opacity: 0.5;
	}
}

.feature-icon .material-icons {
	font-size: 48px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	transition: all 0.3s ease;
	line-height: 1;
}

.feature-icon .material-icons:first-child {
	z-index: 2;
}

/* Single icon items (route, wifi, calendar, ac_unit) */
.feature-item:nth-child(3) .feature-icon .material-icons:first-child,
.feature-item:nth-child(5) .feature-icon .material-icons:first-child,
.feature-item:nth-child(6) .feature-icon .material-icons:first-child,
.feature-item:nth-child(8) .feature-icon .material-icons:first-child {
	position: static;
	transform: none;
	display: block;
}

.feature-icon .star-icon {
	font-size: 24px !important;
	top: 15% !important;
	right: 15% !important;
	left: auto !important;
	transform: none !important;
	color: #D32F2F;
	text-shadow: 0 2px 4px rgba(0,0,0,0.2);
	animation: star-twinkle 2s infinite;
}

@keyframes star-twinkle {
	0%, 100% { opacity: 1; transform: scale(1); }
	50% { opacity: 0.7; transform: scale(0.9); }
}

.feature-icon .check-icon {
	font-size: 28px !important;
	top: 10% !important;
	right: 10% !important;
	left: auto !important;
	transform: none !important;
	background: linear-gradient(135deg, #1A1B59 0%, #2d2d2d 100%);
	color: #D32F2F;
	border-radius: 50%;
	width: 32px;
	height: 32px;
	display: flex;
	align-items: center;
	justify-content: center;
	box-shadow: 0 3px 10px rgba(0,0,0,0.3);
}

.feature-icon.clock-icon .material-icons:first-child {
	opacity: 0.3;
}

.feature-icon .icon-number {
	position: absolute;
	font-size: 32px;
	font-weight: 800;
	color: #fff;
	z-index: 3;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
	font-family: 'Poppins', sans-serif;
}

.feature-item h5 {
	font-size: 20px;
	font-weight: 700;
	color: #1e1e1e;
	margin: 0 0 12px 0;
	line-height: 1.3;
	transition: color 0.3s ease;
}

.feature-item:hover h5 {
	color: #D32F2F;
}

.feature-item p {
	font-size: 14px;
	color: #666;
	line-height: 1.6;
	margin: 0;
	opacity: 0.9;
	transition: opacity 0.3s ease;
}

.feature-item:hover p {
	opacity: 1;
	color: #555;
}

/* Fleet Information Section */
.fleet-info-section {
	margin-top: 0;
	position: relative;
	min-height: 600px;
	background-image: url(../images/bus3.png);
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	background-attachment: fixed;
}

.fleet-info-section::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(0, 0, 0, 0.3);
	z-index: 1;
}

.fleet-info-section .container-fluid {
	position: relative;
	z-index: 2;
}

.fleet-text-content {
	padding: 80px 60px;
	color: #fff;
}

/* Fleet Tabs Navigation */
.fleet-tab-nav {
	display: flex;
	flex-wrap: wrap;
	gap: 15px;
	margin-bottom: 40px;
	border-bottom: 2px solid rgba(255, 255, 255, 0.2);
	padding-bottom: 20px;
}

.fleet-tab-btn {
	background: transparent;
	border: none;
	padding: 12px 20px;
	cursor: pointer;
	transition: all 0.3s ease;
	position: relative;
}

.fleet-tab-btn h3 {
	font-size: 18px;
	font-weight: 600;
	color: rgba(255, 255, 255, 0.7);
	margin: 0;
	text-transform: none;
	letter-spacing: 0.5px;
	transition: all 0.3s ease;
	white-space: nowrap;
}

.fleet-tab-btn:hover h3 {
	color: rgba(255, 255, 255, 0.9);
}

.fleet-tab-btn.active h3 {
	color: #fff;
	font-weight: 700;
}

.fleet-tab-btn.active::after {
	content: '';
	position: absolute;
	bottom: -22px;
	left: 0;
	right: 0;
	height: 3px;
	background: linear-gradient(90deg, #D32F2F, #1A1B59);
	border-radius: 2px 2px 0 0;
}

.fleet-tab-btn[data-tab="prices"].active h3,
.fleet-tab-btn[data-tab="comfort"].active h3 {
	background-color: #D32F2F;
	color: #fff;
	padding: 8px 16px;
	border-radius: 4px;
	display: inline-block;
	box-shadow: 0 2px 8px rgba(211, 47, 47, 0.3);
}

.fleet-tab-btn[data-tab="fleet"].active::after,
.fleet-tab-btn[data-tab="discipline"].active::after {
	background: linear-gradient(90deg, #D32F2F, #1A1B59);
}

.fleet-tab-btn span {
	font-size: 20px;
	margin-left: 5px;
}

/* Fleet Tab Content */
.fleet-tab-content {
	position: relative;
	min-height: 300px;
}

.fleet-tab-pane {
	display: none;
	animation: fadeIn 0.4s ease;
}

.fleet-tab-pane.active {
	display: block;
}

@keyframes fadeIn {
	from {
		opacity: 0;
		transform: translateY(10px);
	}
	to {
		opacity: 1;
		transform: translateY(0);
	}
}

.tab-content-box {
	background: rgba(40, 40, 40, 0.85);
	padding: 40px;
	border-radius: 8px;
	border-top: 4px solid #D32F2F;
	box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3);
}

.tab-content-box p {
	font-size: 16px;
	line-height: 1.8;
	color: rgba(255, 255, 255, 0.95);
	margin: 0 0 20px 0;
}

.tab-content-box p:last-child {
	margin-bottom: 0;
}

.tab-content-box .highlight-text {
	font-size: 20px;
	font-weight: 700;
	color: #D32F2F;
	margin: 25px 0;
}

.fleet-features-list {
	list-style: none;
	padding: 0;
	margin: 25px 0 0 0;
}

.fleet-features-list li {
	font-size: 16px;
	line-height: 1.8;
	color: rgba(255, 255, 255, 0.95);
	margin-bottom: 15px;
	padding-left: 25px;
	position: relative;
}

.fleet-features-list li::before {
	content: '•';
	position: absolute;
	left: 0;
	color: #D32F2F;
	font-size: 24px;
	line-height: 1;
	font-weight: bold;
}

.fleet-features-list li:last-child {
	margin-bottom: 0;
}

.fleet-image-content {
	position: relative;
	min-height: 600px;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 80px 60px;
}

.fleet-overlay-text {
	text-align: left;
}

.fleet-overlay-text h2 {
	font-size: 48px;
	font-weight: 700;
	color: #fff;
	margin-bottom: 15px;
	text-transform: uppercase;
	letter-spacing: 2px;
	text-decoration: underline;
	text-underline-offset: 10px;
	text-decoration-thickness: 3px;
	text-decoration-color: #D32F2F;
	line-height: 1.2;
}

.fleet-overlay-text h2:last-child {
	margin-bottom: 0;
}

/* More Info */

.more-info {
	/* margin-top: 140px; */
}

.more-info .left-image img {
	width: 100%;
	overflow: hidden;
}

.more-info .more-info-content {
	background-color: #f7f7f7;
}

.about-info .more-info-content {
	background-color: transparent;
}

.about-info .right-content {
	padding: 0px!important;
	margin-right: 30px;
}

.more-info .right-content {
	padding: 45px 45px 45px 30px;
}

.more-info .right-content span {
	text-transform: uppercase;
	font-size: 15px;
	color: #666;
	letter-spacing: 1px;
	margin-bottom: 10px;
	display: block;
}

.more-info .right-content h2 {
	font-size: 36px;
	font-weight: 600;
	margin-bottom: 35px;
}

.more-info .right-content em {
	font-style: normal;
	color: #a4c639;
}

.more-info .right-content p {
	margin-bottom: 30px;
}


/* Transportation Services Section */
.transportation-services {
	padding: 120px 100px;
	background: #ffffff;
	position: relative;
	overflow: hidden;
}

.transportation-services::before {
	content: "";
  position: absolute;
  top: -60px;
  left: -60px;
  width: 200%;
  height: 200%;
  background: 
    radial-gradient(circle at 30% 20%, rgba(255, 0, 0, 0.12), transparent 45%),
    radial-gradient(circle at 80% 70%, rgba(230, 0, 0, 0.08), transparent 50%);
  filter: blur(80px);
  z-index: 0;
  opacity: 0.85;
  animation: subtleShift 12s ease-in-out infinite alternate;
}

.transportation-services .container {
	position: relative;
	z-index: 1;
}

.transportation-grid {
	display: grid;
	grid-template-columns: repeat(6, 1fr);
	gap: 30px;
	margin-top: 70px;
}

.transport-card {
	background: #fff;
	border-radius: 16px;
	padding: 40px 30px;
	text-decoration: none;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 20px;
	transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
	border: 1px solid rgba(0, 0, 0, 0.06);
	box-shadow: 
		0 4px 20px rgba(0, 0, 0, 0.06),
		0 1px 3px rgba(0, 0, 0, 0.04);
	position: relative;
	overflow: hidden;
}

.transport-card::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 4px;
	background: linear-gradient(90deg, #D32F2F, #1A1B59);
	transform: scaleX(0);
	transform-origin: left;
	transition: transform 0.4s ease;
}

.transport-card:hover::before {
	transform: scaleX(1);
}

.transport-card:hover {
	transform: translateY(-8px);
	border-color: rgba(211, 47, 47, 0.2);
	box-shadow: 
		0 12px 40px rgba(211, 47, 47, 0.15),
		0 4px 12px rgba(0, 0, 0, 0.08);
}

.transport-card .material-icons {
	font-size: 42px;
	color: #D32F2F;
	transition: all 0.4s ease;
	background: linear-gradient(135deg, rgba(211, 47, 47, 0.1), rgba(26, 27, 89, 0.1));
	padding: 12px;
	border-radius: 12px;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 64px;
	height: 64px;
}

.transport-card:hover .material-icons {
	color: #fff;
	background: linear-gradient(135deg, #D32F2F, #1A1B59);
	transform: rotate(5deg) scale(1.1);
	box-shadow: 0 6px 20px rgba(211, 47, 47, 0.3);
}

.transport-card h4 {
	font-size: 17px;
	font-weight: 600;
	color: #1e1e1e;
	margin: 0;
	line-height: 1.6;
	transition: all 0.3s ease;
	letter-spacing: -0.2px;
}

.transport-card:hover h4 {
	color: #D32F2F;
	transform: translateX(5px);
}

/* Transport cards will use scroll animations instead of static animations */

/* Testimonials Style */

.about-testimonials {
	margin-top: 0px!important;
}

.testimonials {
  background: #1A1B59;
  padding: 120px 0;
  color: #fff;
  position: relative;
}

.testimonials::before {
  content: "";
  position: absolute;
  top: 0px;
  left: -100px;
  width: 200%;
  height: 100%;
  background: radial-gradient(circle at 60% 40%, rgb(236 32 40), transparent 70%);
  z-index: 0;
}




.testimonial-item .inner-content {
	text-align: center;
  background: #ffffff;
  padding: 40px 30px;
  border-radius: 16px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.06);
  transition: all 0.35s ease;
  position: relative;
  overflow: hidden;
}
.testimonial-item p {
	font-size: 14px;
	font-weight: 400;
}
.testimonial-item h4 {
	font-size: 19px;
	font-weight: 700;
	color: #1e1e1e;
	letter-spacing: 0.5px;
	margin-bottom: 0px;
}
.testimonial-item span {
	display: inline-block;
	margin-top: 8px;
	font-weight: 600;
	font-size: 14px;
	color: #D32F2F;
}
.testimonial-item img {
	max-width: 60px;
	border-radius: 50%;
	margin: 25px auto 0px auto;
}

@media (max-width: 992px) {
  .testimonials {
    padding: 90px 0;
  }
}

@media (max-width: 768px) {
  .testimonials {
    padding: 70px 0;
  }

  .testimonial-item .inner-content {
    padding: 30px 20px;
  }
}

@media (max-width: 576px) {
  .testimonials .owl-testimonials .testimonial-item {
    max-width: 320px;
    margin: 0 auto;
  }

  .testimonial-item p {
    font-size: 13px;
  }
}

.img-fluid{
	object-fit: cover;
	border-radius: 20px;
}


/* Call Back Style */

.callback-services {
	border-top: 1px solid #eee;
	padding-top: 140px;
}

.contact-us {
	background-color: #f7f7f7;
	padding: 140px 0px;
}

.contact-us .contact-form {
	background-color: transparent!important;
	padding: 0!important;
}

/* .callback-form {
	margin-top: 140px;
} */

.callback-form .contact-form {
	background-color: #a4c639;
	padding: 60px;
	border-radius: 5px;
	text-align: center;
}

.callback-form .contact-form input {
	border-radius: 20px;
	height: 40px;
	line-height: 40px;
	display: inline-block;
	padding: 0px 15px;
	color: #6a6a6a;
	font-size: 13px;
	text-transform: none;
	box-shadow: none;
	border: none;
	margin-bottom: 35px;
}

.callback-form .contact-form input:focus {
	outline: none;
	box-shadow: none;
	border: none;
}

.callback-form .contact-form textarea {
	border-radius: 20px;
	height: 120px;
	max-height: 200px;
	min-height: 120px;
	display: inline-block;
	padding: 15px;
	color: #6a6a6a;
	font-size: 13px;
	text-transform: none;
	box-shadow: none;
	border: none;
	margin-bottom: 35px;
}

.callback-form .contact-form textarea:focus {
	outline: none;
	box-shadow: none;
	border: none;
}

.callback-form .contact-form ::-webkit-input-placeholder { /* Edge */
  color: #aaa;
}
.callback-form .contact-form :-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #aaa;
}
.callback-form .contact-form ::placeholder {
  color: #aaa;
}

.callback-form .contact-form button.border-button {
	background-color: transparent;
	color: #fff;
	border: 2px solid #fff;
	font-size: 13px;
	text-transform: uppercase;
	font-weight: 700;
	padding: 10px 28px;
	border-radius: 30px;
	display: inline-block;
	transition: all 0.3s;
	outline: none;
	box-shadow: none;
	text-shadow: none;
	cursor: pointer;
}

.callback-form .contact-form button.border-button:hover {
	background-color: #fff;
	color: #a4c639;
}

.contact-us .contact-form button.filled-button {
	background-color: #a4c639;
	color: #fff;
	border: none;
	font-size: 13px;
	text-transform: uppercase;
	font-weight: 700;
	padding: 12px 30px;
	border-radius: 30px;
	display: inline-block;
	transition: all 0.3s;
	outline: none;
	box-shadow: none;
	text-shadow: none;
	cursor: pointer;
}

.contact-us .contact-form button.filled-button:hover {
	background-color: #fff;
	color: #a4c639;
}



/* Partners Style */

.contact-partners {
	margin-top: -8px!important;
}

.partners {
	margin-top: 140px;
	background-color: #f7f7f7;
	padding: 60px 0px;
}

.partners .owl-item {
	text-align: center;
	cursor: pointer;
}

.partners .partner-item img {
	max-width: 156px;
	margin: auto;
}



/* Footer Style */


footer {
  background: linear-gradient(145deg, #0d0d0f 0%, #1a1a1d 100%);
  padding: 80px 0px;
  color: #fff;
  position: relative;
}

footer::before {
  content: "";
  position: absolute;
  top: 0px;
  left: -100px;
  width: 200%;
  height: 100%;
      background: radial-gradient(circle at 60% 40%, rgb(236 32 40), transparent 70%);
  z-index: 0;
}

footer h4 {
	color: #fff;
	font-size: 20px;
	font-weight: 600;
	letter-spacing: 0.25px;
	margin-bottom: 35px;
}
footer p {
	color: #fff;
}

footer ul.social-icons {
	margin-top: 25px;
}

footer ul.social-icons li {
	display: inline-block;
	margin-right: 5px;
}

footer ul.social-icons li:last-child {
	margin-right: 0px;
}

footer ul.social-icons li a {
	width: 34px;
	height: 34px;
	display: inline-block;
	line-height: 34px;
	text-align: center;
	background-color: #fff;
	color: #232323;
	border-radius: 50%;
	transition: all 0.3s;
}

footer ul.social-icons li a:hover {
	background-color: #a4c639;
}

footer ul.menu-list li {
	margin-bottom: 13px;
}

footer ul.menu-list li:last-child {
	margin-bottom: 0px;
}

footer ul.menu-list li a {
	font-size: 14px;
	color: #fff;
	transition: all 0.3s;
}

footer ul.menu-list li a:hover {
	color: #a4c639;
}

footer .contact-form input {
	border-radius: 20px;
	height: 40px;
	line-height: 40px;
	display: inline-block;
	padding: 0px 15px;
	color: #aaa!important;
	background-color: #343434;
	font-size: 13px;
	text-transform: none;
	box-shadow: none;
	border: none;
	margin-bottom: 15px;
}

footer .contact-form input:focus {
	outline: none;
	box-shadow: none;
	border: none;
	background-color: #343434;
}

footer .contact-form textarea {
	border-radius: 20px;
	height: 120px;
	max-height: 200px;
	min-height: 120px;
	display: inline-block;
	padding: 15px;
	color: #aaa!important;
	background-color: #343434;
	font-size: 13px;
	text-transform: none;
	box-shadow: none;
	border: none;
	margin-bottom: 15px;
}

footer .contact-form textarea:focus {
	outline: none;
	box-shadow: none;
	border: none;
	background-color: #343434;
}

footer .contact-form ::-webkit-input-placeholder { /* Edge */
  color: #aaa;
}
footer .contact-form :-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #aaa;
}
footer .contact-form ::placeholder {
  color: #aaa;
}

footer .contact-form button.filled-button {
	background-color: transparent;
	color: #fff;
	background-color: #a4c639;
	border: none;
	font-size: 13px;
	text-transform: uppercase;
	font-weight: 700;
	padding: 12px 30px;
	border-radius: 30px;
	display: inline-block;
	transition: all 0.3s;
	outline: none;
	box-shadow: none;
	text-shadow: none;
	cursor: pointer;
}

footer .contact-form button.filled-button:hover {
	background-color: #fff;
	color: #a4c639;
}



/* Sub-footer Style */

.sub-footer {
	background-color: #343434;
	text-align: center;
	padding: 25px 0px;
}

.sub-footer p {
	color: #fff;
	font-weight: 300;
	letter-spacing: 0.5px;
}

.sub-footer a {
	color: #fff;
}
.page-headingterm {
	text-align: center;
	background-image: url(../images/1.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	padding: 230px 0px 150px 0px;
	color: #fff;
	position: relative;
}
.page-headingterm .container {
	position: relative;
	z-index: 2;
}

.page-headingterm:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(0,0,0,0.5);
	z-index: 1;
}
.page-headingzs {
	text-align: center;
	background-image: url(../images/blog-image-3-940x460.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	padding: 230px 0px 150px 0px;
	color: #fff;
	position: relative;
}
.page-headingzs .container {
	position: relative;
	z-index: 2;
}

.page-headingzs:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(0,0,0,0.5);
	z-index: 1;
}
.page-headingz {
	text-align: center;
	background-image: url(../images/blog-image-fullscren-1-1920x700.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	padding: 230px 0px 150px 0px;
	color: #fff;
	position: relative;
}
.page-headingz .container {
	position: relative;
	z-index: 2;
}

.page-headingz:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(0,0,0,0.5);
	z-index: 1;
}

.page-heading {
	text-align: center;
	background-image: url(../images/banner-image-1-1920x500.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	padding: 230px 0px 150px 0px;
	color: #fff;
	position: relative;
}
.page-heading .container {
	position: relative;
	z-index: 2;
}

.page-heading:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(0,0,0,0.5);
	z-index: 1;
}

/* .page-heading h1 {
	text-transform: capitalize;
	font-size: 36px;
	font-weight: 700;
	letter-spacing: 2px;
	margin-bottom: 18px;
}

.page-heading span {
	font-size: 15px;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #fff;
	display: block;
} */


/* team */

.team {
	background-color: #f7f7f7;
	margin-top: 140px;
	margin-bottom: -140px;
	padding: 120px 0px;
}

.team-item img {
	width: 100%;
	overflow: hidden;
}

.team-item .down-content {
	background-color: #fff;
	padding: 30px;
}

.team-item .down-content h4 {
	font-size: 20px;
	font-weight: 700;
	letter-spacing: 0.25px;
	margin-bottom: 10px;
}

.team-item .down-content span {
	color: #a4c639;
	font-weight: 600;
	font-size: 14px;
	display: block;
	margin-bottom: 15px;
}

.team-item .down-content p {
	margin-bottom: 20px;
}


/* Single Service */

.single-services {
	margin-top: 140px;
}

#tabs ul {
  margin: 0;
  padding: 0;
}
#tabs ul li {
  margin-bottom: 10px;
  display: inline-block;
  width: 100%;
}
#tabs ul li:last-child {
  margin-bottom: 0px;
}
#tabs ul li a {
	text-transform: capitalize;
	width: 100%;
	padding: 20px;
	display: inline-block;
	background-color: #a4c639;
  	font-size: 18px;
  	color: #121212;
  	letter-spacing: 0.5px;
  	font-weight: 700;
  	transition: all 0.3s;
}
#tabs ul li a i {
	float: right;
	margin-top: 5px;
}
#tabs ul .ui-tabs-active span {
  background: #faf5b2;
  border: #faf5b2;
  line-height: 90px;
  border-bottom: none;
}
#tabs ul .ui-tabs-active a {
  color: #fff;
}
#tabs ul .ui-tabs-active span {
  color: #1e1e1e;
}
.tabs-content {
	margin-left: 30px;
  text-align: left;
  display: inline-block;
  transition: all 0.3s;
}
.tabs-content img {
	max-width: 100%;
	overflow: hidden;
}
.tabs-content h4 {
	font-size: 20px;
	font-weight: 700;
	letter-spacing: 0.25px;
	margin-bottom: 15px;
	margin-top: 30px;
}
.tabs-content h4 a {
	color: inherit;	
}
.tabs-content p {
  font-size: 14px;
  color: #7a7a7a;
  margin-bottom: 0px;
}

.dropdown-item.active, 
.dropdown-item:active {
	background-color: #a4c639;
}

/* Contact Information */

.contact-information {
	margin-top: 140px;
}

.contact-information .contact-item {
	padding: 60px 30px;
	background-color: #f7f7f7;
	text-align: center;
}

.contact-information .contact-item i {
	color: #a4c639;
	font-size: 48px;
	margin-bottom: 40px;
}

.contact-information .contact-item h4 {
	font-size: 20px;
	font-weight: 700;
	letter-spacing: 0.25px;
	margin-bottom: 15px;
}

.contact-information .contact-item p {
	margin-bottom: 20px;
}

.contact-information .contact-item a {
	font-weight: 600;
	color: #a4c639;
	font-size: 15px;
}




/* Responsive Style */
@media (max-width: 576px) {
  .tog-z{
    display: flex;
    justify-content: center;
    margin-top: 20px !important;
    margin-bottom: 20px !important;
  }

	.colz{
		margin-bottom: 50px;
	}
	.right-content {
		text-align: center;
	}
	.container{
		width: unset;
	}
	
	.features-grid {
		grid-template-columns: 1fr;
		gap: 25px;
	}
	.feature-item {
		padding: 35px 25px;
	}
	.transportation-grid {
		grid-template-columns: 1fr;
		gap: 25px;
	}
	.fotz-img{
		width: 50%;
		height: 35px;
	}

	.transport-card {
		padding: 35px 25px;
		align-items: center;
		text-align: center;
		gap: 20px;
	}
	.transport-card .material-icons {
		font-size: 38px;
		width: 60px;
		height: 60px;
	}
	.transport-card h4 {
		font-size: 16px;
	}
	.transport-card:hover h4 {
		transform: none;
	}
	.fotz {
		margin-bottom: 50px;
	}
}

@media (max-width: 768px) {
	.sub-header {
		display: none;
	}
	.Modern-Slider .item h6 {
	  margin-bottom: 15px;
	  font-size: 18px;
	}
	.Modern-Slider .item h4 {
	  margin-bottom: 25px;
	  font-size: 28px;
	  line-height: 36px;
	  letter-spacing: 1px;
	}
	.Modern-Slider .item p {
		max-width: 570px;
		line-height: 25px;
		margin-bottom: 30px;
	}
	.Modern-Slider .NextArrow{
	  right:5px;
	}
	.Modern-Slider .PrevArrow {
	  left:5px;
	}
	.request-form {
		text-align: center;
	}
	.request-form a.border-button {
		float: none;
		margin-top: 30px;
	}
	.services .service-item {
		margin-bottom: 30px;
	}
	.car-image-wrapper {
		height: 200px;
	}
	.car-image-wrapper img {
		height: 100%;
	}
	.car-item .down-content {
		padding: 20px;
	}
	.car-item .down-content h4 {
		font-size: 20px;
	}
	.car-route {
		font-size: 13px;
	}
	.fun-facts .left-content {
		margin-right: 0px;
		margin-bottom: 30px;
	}
	.more-info .right-content  {
		padding: 30px;
	}
	footer {
		padding: 80px 0px 20px 0px;
	}
	footer .footer-item {
		border-bottom: 1px solid #343434;
		margin-bottom: 30px;
		padding-bottom: 30px;
	}
	footer .last-item {
		border-bottom: none;
	}
	.about-info .right-content {
		margin-right: 0px;
		margin-bottom: 30px;
	}
	.team .team-item {
		margin-bottom: 30px;
	}
	.tabs-content {
		margin-left: 0px;
		margin-top: 30px;
	}
	.contact-item {
		margin-bottom: 30px;
	}
	.features-grid {
		grid-template-columns: repeat(2, 1fr);
		gap: 25px 20px;
	}
	.feature-item {
		padding: 30px 20px;
	}
	.feature-icon {
		width: 85px;
		height: 85px;
	}
	.feature-icon .material-icons {
		font-size: 40px !important;
	}
	.feature-icon .icon-number {
		font-size: 28px;
	}
	.feature-item h5 {
		font-size: 18px;
	}
	.feature-item p {
		font-size: 13px;
	}
	.fleet-text-content {
		padding: 50px 20px;
	}
	.fleet-tab-nav {
		flex-direction: column;
		gap: 10px;
	}
	.fleet-tab-btn h3 {
		font-size: 16px;
	}
	.tab-content-box {
		padding: 25px;
	}
	.fleet-features-list li {
		font-size: 14px;
	}
	.fleet-overlay-text h2 {
		font-size: 32px;
	}
	.fleet-image-content {
		padding: unset;
		min-height: unset;
	}
}

@media (max-width: 992px) {
	.transportation-services {
    padding: 120px 0px;
    background: #ffffff;
    position: relative;
    overflow: hidden;
}
.section-heading {
    text-align: center;
    margin-bottom: unset;
}
	.features-section {
		padding: 80px 0;
	}
	.Modern-Slider .text-content {
  	width: 90%;
	}
	.features-grid {
		grid-template-columns: repeat(2, 1fr);
		gap: 25px 20px;
		zoom: 90%;
	}
	.feature-icon {
		width: 90px;
		height: 90px;
	}
	.feature-icon .material-icons {
		font-size: 44px !important;
	}
	.transportation-grid {
		grid-template-columns: repeat(2, 1fr);
		gap: 20px;
		zoom: 90%;
	}
	.callback-form-inner {
    padding: 25px 25px !important;
	margin-bottom: 20px;
}
.section-heading{
	margin-bottom: 40px;
}
	.transport-card {
		padding: 35px 28px;
	}
	.transport-card .material-icons {
		font-size: 40px;
		width: 62px;
		height: 62px;
	}
	.transport-card h4 {
		font-size: 16px;
	}
	.fleet-info-section .row {
		flex-direction: column;
	}
	.fleet-text-content,
	.fleet-image-content {
		width: 100%;
	}
	/* .fleet-text-content {
		padding: 60px 40px;
	} */
	.fleet-tab-nav {
		gap: 12px;
	}
	.fleet-tab-btn h3 {
		font-size: 16px;
	}
	.tab-content-box {
		padding: 30px;
	}
	.fleet-image-content {
		padding: 60px 40px;
		min-height: 100px;
	}
	.fleet-overlay-text {
		text-align: center;
	}
	.navbar .navbar-brand {
		position: absolute;
		left: 30px;
		top: 10px;
	}
	.navbar .navbar-brand {
		width: auto;
	}
	.navbar:after {
		display: none;
	}
	#navbarResponsive {
	    z-index: 99999;
	    position: absolute;
	    top: 80px;
	    left: 0;
	    width: 100%;
	    text-align: center;
	    background-color: #fff;
	    box-shadow: 0px 10px 10px rgba(0,0,0,0.1);
	}
	.navbar .navbar-nav .nav-item {
		border-bottom: 1px solid #eee;
	}
	.navbar .navbar-nav .nav-item:last-child {
		border-bottom: none;
	}
	.navbar .navbar-nav a.nav-link {
		padding: 15px 0px;
		color: #1e1e1e!important;
	}
	.navbar .navbar-nav .nav-link:hover,
	.navbar .navbar-nav .active>.nav-link,
	.navbar .navbar-nav .nav-link.active,
	.navbar .navbar-nav .nav-link.show,
	.navbar .navbar-nav .show>.nav-link {
		color: #D32F2F!important;
		border-bottom: none!important;
	}
}

h5 a { color: #a4c639; } 
h5 a:hover { color: inherit; } 








.footer-title {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 20px;
  position: relative;
  color: #fff;
}

.footer-title::after {
  content: "";
  position: absolute;
  bottom: -6px;
  left: 0;
  width: 45px;
  height: 3px;
  background: linear-gradient(90deg, #E53935, #ff6f61);
  border-radius: 3px;
}

.contact-info {
  list-style: none;
  padding: 0;
  margin: 0;
}

.contact-info li {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  margin-bottom: 18px;
  color: #ffffff;
  font-size: 15px;
  line-height: 1.6;
  transition: all 0.3s ease;
  align-items: center;
}

.contact-info li:hover {
  color: #fff;
  transform: translateX(5px);
}

.contact-info .icon {
  min-width: 40px;
  height: 40px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 17px;
  color: #E53935;
  transition: all 0.3s ease;
}

.contact-info li:hover .icon {
  background: linear-gradient(135deg, #E53935, #ff6f61);
  color: #fff;
  transform: scale(1.1);
  box-shadow: 0 4px 15px rgba(229, 57, 53, 0.4);
}

.contact-info a {
  color: #ddd;
  text-decoration: none;
  transition: color 0.3s ease;
}

.contact-info a:hover {
  color: #E53935;
}


  /* === Callback Section === */
/* Request Callback Section */
.callback-form.modern-section {
  position: relative;
  padding: 120px 0;
  background: #ffffff;
  overflow: hidden;
}

/* Subtle red glow & motion depth */
.callback-form.modern-section::before {
  content: "";
  position: absolute;
  top: -60px;
  left: -60px;
  width: 200%;
  height: 200%;
  background: 
    radial-gradient(circle at 30% 20%, rgba(255, 0, 0, 0.12), transparent 45%),
    radial-gradient(circle at 80% 70%, rgba(230, 0, 0, 0.08), transparent 50%);
  filter: blur(80px);
  z-index: 0;
  opacity: 0.85;
  animation: subtleShift 12s ease-in-out infinite alternate;
}

/* ==== Section Base ==== */
/* .callback-form.modern-section {
  position: relative;
  padding: 120px 0;
  background: linear-gradient(135deg, #f8f9fb 0%, #eef2f6 100%);
  overflow: hidden;
} */

/* Floating Gradient Orbs */
/* .callback-form.modern-section::before,
.callback-form.modern-section::after {
  content: "";
  position: absolute;
  border-radius: 50%;
  filter: blur(100px);
  opacity: 0.4;
  z-index: 0;
  animation: floatOrb 12s ease-in-out infinite alternate;
} */

/* .callback-form.modern-section::before {
  width: 400px;
  height: 400px;
  background: radial-gradient(circle, rgba(255, 0, 0, 0.25), transparent 60%);
  top: -100px;
  left: -100px;
} */

/* .callback-form.modern-section::after {
  width: 500px;
  height: 500px;
  background: radial-gradient(circle, rgba(255, 115, 0, 0.25), transparent 70%);
  bottom: -150px;
  right: -150px;
} */

@keyframes floatOrb {
  0% { transform: translateY(0) scale(1); }
  100% { transform: translateY(20px) scale(1.05); }
}

/* ==== Section Heading ==== */
.callback-form .section-heading h2 {
  font-weight: 700;
  color: #111;
  font-size: 2.4rem;
  letter-spacing: -0.5px;
}

.section-heading em {
  color: #e60000 ;
  font-style: normal ;
  background: linear-gradient(90deg, #e60000, #ff4e00) ;
  -webkit-background-clip: text ;
  -webkit-text-fill-color: transparent ;
}

.callback-form .section-heading p {
  color: #555;
  font-size: 1.05rem;
  max-width: 600px;
  margin: 0 auto 50px;
}

/* ==== Form ==== */
.callback-form-inner {
  position: relative;
  z-index: 2;
  background: rgba(255, 255, 255, 0.75);
  backdrop-filter: blur(12px);
  padding: 50px 40px;
  border-radius: 25px;
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.4);
  transition: 0.3s ease;
}

.callback-form-inner:hover {
  transform: translateY(-4px);
  box-shadow: 0 25px 60px rgba(230, 0, 0, 0.15);
}

/* ==== Inputs ==== */
.modern-input,
.modern-textarea {
  border: 1px solid rgba(220, 220, 220, 0.6);
  border-radius: 8px;
  padding: 14px 18px;
  width: 100%;
  font-size: 1rem;
  background: rgba(255, 255, 255, 0.9);
  transition: all 0.3s ease;
  color: #333;
}

.modern-input:focus,
.modern-textarea:focus {
  border-color: #e60000;
  background: #fff;
  box-shadow: 0 0 10px rgba(230, 0, 0, 0.15);
  outline: none;
}

/* ==== Button ==== */
.btn-modern {
  background: linear-gradient(90deg, #e60000 0%, #ff4e00 100%);
  color: #fff;
  font-weight: 600;
  border: none;
  padding: 16px 45px;
  border-radius: 50px;
  transition: all 0.4s ease;
  margin-top: 30px;
  letter-spacing: 0.5px;
}

.btn-modern:hover {
  background: linear-gradient(90deg, #ff4e00 0%, #e60000 100%);
  transform: translateY(-3px);
  box-shadow: 0 8px 25px rgba(255, 77, 0, 0.25);
}

/* ==== Contact Info Box ==== */
.contact-info-box {
  background: rgba(255, 255, 255, 0.85);
  backdrop-filter: blur(10px);
  padding: 40px 35px;
  border-radius: 25px;
  box-shadow: 0 10px 35px rgba(0, 0, 0, 0.07);
  height: 100%;
}

.contact-info-box h4 {
  font-weight: 700;
  margin-bottom: 25px;
  color: #111;
}

.contact-list {
  list-style: none;
  padding: 0;
  margin-bottom: 30px;
}

.contact-list li {
  font-size: 1rem;
  color: #333;
  margin-bottom: 10px;
}

.contact-list i {
  color: #e60000;
  margin-right: 10px;
}

/* ==== Map Box ==== */
.map-box iframe {
  width: 100%;
  border: none;
  border-radius: 15px;
}


/* === Footer === */
.modern-footer {
  background: #1A1B59;
  color: #ccc;
  padding: 80px 0 40px;
}

.modern-footer h4 {
  color: #fff;
  font-size: 1.3rem;
  margin-bottom: 20px;
  position: relative;
}

.modern-footer h4::after {
  content: "";
  width: 40px;
  height: 3px;
  background: #ff0046;
  display: block;
  margin-top: 10px;
  border-radius: 2px;
}

.footer-links li {
  list-style: none;
  margin-bottom: 10px;
}

.footer-links li a {
  color: #ffffff;
  text-decoration: none;
  transition: 0.3s;
}

.footer-links li a:hover {
  color: #ff0046;
}

.footer-social {
  display: flex;
  gap: 12px;
  margin-top: 15px;
}

.footer-social a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.15);
  color: #fff;
  font-size: 18px;
  transition: all 0.35s ease;
  backdrop-filter: blur(6px);
}

.footer-social a:hover {
  background: linear-gradient(135deg, #E53935, #ff6f61);
  color: #fff;
  transform: translateY(-4px) scale(1.08);
  box-shadow: 0 6px 18px rgba(229, 57, 53, 0.45);
  border-color: transparent;
}


.footer-contact-form input,
.footer-contact-form textarea {
  width: 100%;
  background: rgba(255, 255, 255, 0.05);
  border: none;
  border-radius: 8px;
  padding: 12px;
  margin-bottom: 12px;
  color: #fff;
}

.btn-footer {
  background: #ff0046;
  border: none;
  color: #fff;
  padding: 10px 20px;
  border-radius: 8px;
  font-weight: 600;
  transition: 0.3s;
}

.btn-footer:hover {
  background: #ff4e00;
}

.footer-bottom {
  margin-top: 50px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 20px;
  font-size: 0.9rem;
  color: #888;
}







  .contact-row {
  display: flex;
  flex-wrap: wrap;
}

.contact-row > [class*='col-'] {
  display: flex;
}

.contact-form-box,
.contact-map-box {
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  height: 100%;
}
.contact-section {
  position: relative;
  padding: 120px 0;
  background: #ffffff;
  overflow: hidden;
}
.contact-section::before {
  content: "";
  position: absolute;
  top: -60px;
  left: -60px;
  width: 200%;
  height: 200%;
  background: 
    radial-gradient(circle at 30% 20%, rgba(255, 0, 0, 0.12), transparent 45%),
    radial-gradient(circle at 80% 70%, rgba(230, 0, 0, 0.08), transparent 50%);
  filter: blur(80px);
  z-index: 0;
  opacity: 0.85;
  animation: subtleShift 12s ease-in-out infinite alternate;
}


.section-header {
  position: relative;
  z-index: 2;
  margin-bottom: 60px;
}
.section-header h2 {
  font-size: 2.5rem;
  font-weight: 700;
  color: #111;
}
.section-header em {
  color: #e60000;
  background: linear-gradient(90deg, #e60000, #ff4e00);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-style: normal;
}
.section-header p {
  max-width: 600px;
  margin: 10px auto 0;
  color: #666;
}

/* Contact Form */
.contact-form-box {
  position: relative;
  z-index: 2;
  background: #ffffff;
  backdrop-filter: blur(10px);
  padding: 40px 30px;
  border-radius: 20px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.08);
  transition: all 0.3s ease;
}

.contact-form-box:hover {
  transform: translateY(-4px);
}
.contact-form-box h4 {
  font-weight: 700;
  margin-bottom: 25px;
  color: #1a1a1a;
}

.form-group {
  margin-bottom: 20px;
}
.form-group input,
.form-group textarea {
  width: 100%;
  border: 1px solid #ddd;
  border-radius: 10px;
  padding: 12px 16px;
  font-size: 15px;
  background: rgba(255,255,255,0.9);
  transition: border 0.3s ease;
}
.form-group input:focus,
.form-group textarea:focus {
  border-color: #e60000;
  outline: none;
}

.btn-send {
  width: 100%;
  padding: 12px 20px;
  border: none;
  border-radius: 10px;
  background: linear-gradient(135deg, #e60000, #ff4e00);
  color: #fff;
  font-weight: 600;
  font-size: 16px;
  cursor: pointer;
  transition: transform 0.2s ease, box-shadow 0.3s ease;
}
.btn-send:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 20px rgba(230,0,0,0.2);
}

/* Contact Info + Map */
.contact-map-box {
  position: relative;
  z-index: 2;
}
.info-cards {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}
.info-item {
  flex: 1 1 48%;
  display: flex;
  align-items: flex-start;
  background: rgba(255,255,255,0.85);
  border-radius: 14px;
  padding: 15px;
  gap: 12px;
  box-shadow: 0 5px 15px rgba(0,0,0,0.05);
}
.info-item i {
  font-size: 22px;
  color: #e60000;
  margin-top: 5px;
}
.info-item h5 {
  margin: 0;
  font-weight: 600;
  color: #222;
}
.info-item p,
.info-item a {
  margin: 3px 0 0;
  color: #555;
  font-size: 0.95rem;
  text-decoration: none;
}
.info-item a:hover {
  color: #ff4e00;
}
.map-frame {
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 10px 25px rgba(0,0,0,0.08);
}





.page-headingterm .section-heading em {
  color: #ffb703;
  font-style: normal;
}

.page-headingterm .section-heading span {
  font-size: 20px;
  color: #f1f1f1;
}

/* === Terms Section === */
.terms-section {
  background: #fafbfc;
  padding: 100px 0;
}

.terms-wrapper {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

/* === Individual Term Card === */
.term-card {
  display: flex;
  gap: 25px;
  background: #fff;
  border-radius: 20px;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.05);
  padding: 35px 30px;
  align-items: flex-start;
  transition: all 0.3s ease;
}

.term-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 40px rgba(211, 47, 47, 0.15);
}

/* === Icon Style === */
.term-icon {
  background: linear-gradient(135deg, #d32f2f, #ff4e00);
  color: #fff;
  font-size: 28px;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  box-shadow: 0 5px 15px rgba(211, 47, 47, 0.3);
}

/* === Text Content === */
.term-content h4 {
  font-size: 1.3rem;
  font-weight: 700;
  color: #222;
  margin-bottom: 8px;
}

.term-content p {
  color: #555;
  font-size: 1rem;
  line-height: 1.6;
  margin: 0;
}

.term-content a {
  color: #d32f2f;
  text-decoration: none;
  font-weight: 600;
}

.term-content a:hover {
  text-decoration: underline;
}

/* === Responsive === */
@media (max-width: 767px) {
  .term-card {
    flex-direction: column;
    text-align: center;
    align-items: center;
  }

  .term-icon {
    margin-bottom: 15px;
  }
}





  .whatsapp-float {
  position: fixed;
  bottom: 40px;
  right: 20px;
  z-index: 1200;
  /* background-color: #25D366; */
  padding: 6px;
  border-radius: 30%;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  transition: transform 0.3s ease;
  justify-content: center;
  display: flex;
}
@media (min-width: 300px) and (max-width: 700px) {
.whatsapp-float img {
  width: 40px !important;
  height: 40px !important;
  background-color: transparent !important;
}
.cta-section{
  border-radius: unset !important;
}
.form-map-wrapper{
  padding: unset !important;
}
.whatsapp-float{
  right: 10px !important;
}
}
.whatsapp-float:hover {
  transform: scale(1.1);
}

.moving-truck img {
  animation: truckFloat 4s ease-in-out infinite;
  position: relative;
}

@keyframes truckFloat {
  0% { transform: translateY(0px); }
  50% { transform: translateY(-50px); }
  100% { transform: translateY(0px); }
}


  .about-info .right-content h2 em {
  color: #d00000;
  font-style: normal;
}

.about-info ul li {
  font-size: 16px;
  margin-bottom: 8px;
}

.fun-facts .count-area-content {
  background: rgba(255,255,255,0.1);
  border-radius: 12px;
  padding: 25px 15px;
  transition: all 0.3s ease;
}

.fun-facts .count-area-content:hover {
  background: rgba(255,255,255,0.2);
  transform: translateY(-5px);
}

.count-digit {
  font-size: 34px;
  font-weight: 700;
  color: #e50914;
}

/* ============================================
   SCROLL ANIMATIONS - Modern & Smooth
   ============================================ */

/* Animation Classes - Initial State (Hidden) */
.scroll-animate {
  opacity: 0;
  visibility: hidden;
}

/* Fade In Animation */
.fade-in {
  animation: fadeInUp 0.8s ease-out forwards;
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(40px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
    visibility: visible;
  }
}

/* Fade In Left */
.fade-in-left {
  animation: fadeInLeft 0.8s ease-out forwards;
}

@keyframes fadeInLeft {
  from {
    opacity: 0;
    transform: translateX(-60px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
    visibility: visible;
  }
}

/* Fade In Right */
.fade-in-right {
  animation: fadeInRight 0.8s ease-out forwards;
}

@keyframes fadeInRight {
  from {
    opacity: 0;
    transform: translateX(60px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
    visibility: visible;
  }
}

/* Zoom In */
.zoom-in {
  animation: zoomIn 0.8s ease-out forwards;
}

@keyframes zoomIn {
  from {
    opacity: 0;
    transform: scale(0.8);
  }
  to {
    opacity: 1;
    transform: scale(1);
    visibility: visible;
  }
}

/* Slide Up with Stagger */
.slide-up {
  animation: slideUp 0.8s ease-out forwards;
}

@keyframes slideUp {
  from {
    opacity: 0;
    transform: translateY(60px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
    visibility: visible;
  }
}

/* Scale and Fade */
.scale-fade {
  animation: scaleFade 0.9s ease-out forwards;
}

@keyframes scaleFade {
  from {
    opacity: 0;
    transform: scale(0.9) translateY(20px);
  }
  to {
    opacity: 1;
    transform: scale(1) translateY(0);
    visibility: visible;
  }
}

/* Rotate and Fade */
.rotate-fade {
  animation: rotateFade 1s ease-out forwards;
}

@keyframes rotateFade {
  from {
    opacity: 0;
    transform: rotate(-5deg) translateY(30px);
  }
  to {
    opacity: 1;
    transform: rotate(0deg) translateY(0);
    visibility: visible;
  }
}

/* Flip Animation */
.flip-in {
  animation: flipIn 0.9s ease-out forwards;
  transform-style: preserve-3d;
  perspective: 1000px;
}

@keyframes flipIn {
  from {
    opacity: 0;
    transform: rotateY(-90deg);
  }
  to {
    opacity: 1;
    transform: rotateY(0deg);
    visibility: visible;
  }
}

/* Bounce In */
.bounce-in {
  animation: bounceIn 1s ease-out forwards;
}

@keyframes bounceIn {
  0% {
    opacity: 0;
    transform: scale(0.3) translateY(50px);
  }
  50% {
    opacity: 1;
    transform: scale(1.05);
  }
  70% {
    transform: scale(0.9);
  }
  100% {
    opacity: 1;
    transform: scale(1) translateY(0);
    visibility: visible;
  }
}

/* Stagger Delays for Multiple Items */
.stagger-delay-1 { animation-delay: 0.1s; }
.stagger-delay-2 { animation-delay: 0.2s; }
.stagger-delay-3 { animation-delay: 0.3s; }
.stagger-delay-4 { animation-delay: 0.4s; }
.stagger-delay-5 { animation-delay: 0.5s; }
.stagger-delay-6 { animation-delay: 0.6s; }
.stagger-delay-7 { animation-delay: 0.7s; }
.stagger-delay-8 { animation-delay: 0.8s; }

/* Animation Duration Variants */
.animate-fast { animation-duration: 0.5s; }
.animate-normal { animation-duration: 0.8s; }
.animate-slow { animation-duration: 1.2s; }

/* Section Headings Animation */
.section-heading.scroll-animate {
  opacity: 0;
}

.section-heading.fade-in {
  animation: fadeInUp 0.8s ease-out forwards;
}

/* Car Items Animation */
.service-item.car-item.scroll-animate {
  opacity: 0;
  transform: translateY(40px);
}

.service-item.car-item.fade-in {
  animation: fadeInUp 0.8s ease-out forwards;
}

/* Feature Items Animation */
.feature-item.scroll-animate {
  opacity: 0;
  transform: scale(0.9);
}

.feature-item.zoom-in {
  animation: zoomIn 0.8s ease-out forwards;
}

/* Transportation Cards Animation */
.transport-card.scroll-animate {
  opacity: 0;
  transform: translateY(30px) scale(0.95);
}

.transport-card.scale-fade {
  animation: scaleFade 0.7s ease-out forwards;
}

/* Testimonials Animation */
.testimonial-item.scroll-animate {
  opacity: 0;
  transform: translateX(-30px);
}

.testimonial-item.fade-in-left {
  animation: fadeInLeft 0.8s ease-out forwards;
}

/* Fun Facts Section Animation */
.fun-facts .left-image.scroll-animate {
  opacity: 0;
  transform: translateX(-50px);
}

.fun-facts .left-image.fade-in-left {
  animation: fadeInLeft 1s ease-out forwards;
}

.fun-facts .right-content.scroll-animate {
  opacity: 0;
  transform: translateX(50px);
}

.fun-facts .right-content.fade-in-right {
  animation: fadeInRight 1s ease-out forwards;
}

/* Fleet Info Section Animation */
.fleet-info-section .fleet-text-content.scroll-animate {
  opacity: 0;
  transform: translateX(-40px);
}

.fleet-info-section .fleet-text-content.fade-in-left {
  animation: fadeInLeft 0.9s ease-out forwards;
}

.fleet-info-section .fleet-image-content.scroll-animate {
  opacity: 0;
  transform: translateX(40px);
}

.fleet-info-section .fleet-image-content.fade-in-right {
  animation: fadeInRight 0.9s ease-out forwards;
}

/* Callback Form Animation */
.callback-form .contact-form-box.scroll-animate {
  opacity: 0;
  transform: translateX(-30px);
}

.callback-form .contact-form-box.fade-in-left {
  animation: fadeInLeft 0.8s ease-out forwards;
}

.callback-form .contact-info-box.scroll-animate {
  opacity: 0;
  transform: translateX(30px);
}

.callback-form .contact-info-box.fade-in-right {
  animation: fadeInRight 0.8s ease-out forwards;
}

/* Smooth Scroll Behavior */
@media (prefers-reduced-motion: no-preference) {
  html {
    scroll-behavior: smooth;
  }
}

/* Disable animations for users who prefer reduced motion */
@media (prefers-reduced-motion: reduce) {
  .scroll-animate,
  .fade-in,
  .fade-in-left,
  .fade-in-right,
  .zoom-in,
  .slide-up,
  .scale-fade,
  .rotate-fade,
  .flip-in,
  .bounce-in {
    animation: none !important;
    opacity: 1 !important;
    transform: none !important;
    visibility: visible !important;
  }
}

/* Mobile Optimizations */
@media (max-width: 768px) {
  .fade-in-left,
  .fade-in-right {
    animation: fadeInUp 0.8s ease-out forwards;
  }
  
  .fun-facts .left-image.fade-in-left,
  .fun-facts .right-content.fade-in-right,
  .fleet-info-section .fleet-text-content.fade-in-left,
  .fleet-info-section .fleet-image-content.fade-in-right,
  .callback-form .contact-form-box.fade-in-left,
  .callback-form .contact-info-box.fade-in-right {
    animation: fadeInUp 0.8s ease-out forwards;
  }
}

/* Performance Optimizations */
.scroll-animate {
  will-change: opacity, transform;
}

.scroll-animate.animated {
  will-change: auto;
}

/* ============================================
   ADVANCED ANIMATIONS - Premium Effects
   ============================================ */

/* Elastic Bounce Animation */
.elastic-bounce {
  animation: elasticBounce 1.2s cubic-bezier(0.68, -0.55, 0.265, 1.55) forwards;
}

@keyframes elasticBounce {
  0% {
    opacity: 0;
    transform: scale(0.3) translateY(-100px);
  }
  50% {
    opacity: 1;
    transform: scale(1.1) translateY(10px);
  }
  70% {
    transform: scale(0.95) translateY(-5px);
  }
  100% {
    opacity: 1;
    transform: scale(1) translateY(0);
    visibility: visible;
  }
}

/* Slide Down Animation */
.slide-down {
  animation: slideDown 0.8s ease-out forwards;
}

@keyframes slideDown {
  from {
    opacity: 0;
    transform: translateY(-60px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
    visibility: visible;
  }
}

/* Fade with Blur */
.fade-blur {
  animation: fadeBlur 1s ease-out forwards;
}

@keyframes fadeBlur {
  from {
    opacity: 0;
    filter: blur(10px);
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    filter: blur(0);
    transform: translateY(0);
    visibility: visible;
  }
}

/* Zoom Rotate Animation */
.zoom-rotate {
  animation: zoomRotate 0.9s ease-out forwards;
}

@keyframes zoomRotate {
  from {
    opacity: 0;
    transform: scale(0.5) rotate(-15deg);
  }
  to {
    opacity: 1;
    transform: scale(1) rotate(0deg);
    visibility: visible;
  }
}

/* Slide and Scale */
.slide-scale {
  animation: slideScale 0.8s cubic-bezier(0.34, 1.56, 0.64, 1) forwards;
}

@keyframes slideScale {
  from {
    opacity: 0;
    transform: translateX(-50px) scale(0.8);
  }
  to {
    opacity: 1;
    transform: translateX(0) scale(1);
    visibility: visible;
  }
}

/* Rotate In */
.rotate-in {
  animation: rotateIn 0.9s ease-out forwards;
}

@keyframes rotateIn {
  from {
    opacity: 0;
    transform: rotate(-180deg) scale(0.8);
  }
  to {
    opacity: 1;
    transform: rotate(0deg) scale(1);
    visibility: visible;
  }
}

/* Flip X Animation */
.flip-x {
  animation: flipX 0.8s ease-out forwards;
  transform-style: preserve-3d;
  perspective: 1000px;
}

@keyframes flipX {
  from {
    opacity: 0;
    transform: rotateX(-90deg);
  }
  to {
    opacity: 1;
    transform: rotateX(0deg);
    visibility: visible;
  }
}

/* Pulse In Animation */
.pulse-in {
  animation: pulseIn 1s ease-out forwards;
}

@keyframes pulseIn {
  0% {
    opacity: 0;
    transform: scale(0.8);
  }
  50% {
    opacity: 1;
    transform: scale(1.05);
  }
  100% {
    opacity: 1;
    transform: scale(1);
    visibility: visible;
  }
}

/* Swing Animation */
.swing-in {
  animation: swingIn 1s ease-out forwards;
  transform-origin: top center;
}

@keyframes swingIn {
  0% {
    opacity: 0;
    transform: rotate(-10deg) translateY(-30px);
  }
  50% {
    opacity: 1;
    transform: rotate(5deg) translateY(0);
  }
  100% {
    opacity: 1;
    transform: rotate(0deg) translateY(0);
    visibility: visible;
  }
}

/* Shake In Animation */
.shake-in {
  animation: shakeIn 0.8s ease-out forwards;
}

@keyframes shakeIn {
  0% {
    opacity: 0;
    transform: translateX(-20px);
  }
  10%, 30%, 50%, 70%, 90% {
    transform: translateX(10px);
  }
  20%, 40%, 60%, 80% {
    transform: translateX(-10px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
    visibility: visible;
  }
}

/* Fade In Up with Scale */
.fade-up-scale {
  animation: fadeUpScale 0.9s cubic-bezier(0.34, 1.56, 0.64, 1) forwards;
}

@keyframes fadeUpScale {
  from {
    opacity: 0;
    transform: translateY(40px) scale(0.9);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
    visibility: visible;
  }
}

/* Gradient Reveal Animation */
.gradient-reveal {
  animation: gradientReveal 1.2s ease-out forwards;
  background: linear-gradient(90deg, transparent, rgba(211, 47, 47, 0.1), transparent);
  background-size: 200% 100%;
}

@keyframes gradientReveal {
  from {
    opacity: 0;
    background-position: -200% 0;
  }
  to {
    opacity: 1;
    background-position: 200% 0;
    visibility: visible;
  }
}

/* Text Reveal Animation */
.text-reveal {
  overflow: hidden;
}

.text-reveal::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  animation: textReveal 1s ease-out forwards;
  transform: translateX(0);
}

@keyframes textReveal {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(100%);
  }
}

/* Parallax Scroll Effect */
.parallax-element {
  transition: transform 0.3s ease-out;
  will-change: transform;
}

/* Smooth Float Animation */
.float-animation {
  animation: float 3s ease-in-out infinite;
}

@keyframes float {
  0%, 100% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-20px);
  }
}

/* Glow Pulse Animation */
.glow-pulse {
  animation: glowPulse 2s ease-in-out infinite;
}

@keyframes glowPulse {
  0%, 100% {
    box-shadow: 0 0 20px rgba(211, 47, 47, 0.3);
  }
  50% {
    box-shadow: 0 0 40px rgba(211, 47, 47, 0.6);
  }
}

/* Scale on Hover with Animation */
.hover-scale {
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.hover-scale:hover {
  transform: scale(1.05);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
}

/* Image Reveal Animation */
.img-reveal {
  overflow: hidden;
  position: relative;
}

.img-reveal img {
  transition: transform 0.8s ease-out;
  transform: scale(1.1);
}

.img-reveal.animated img,
.scroll-animate.animated ~ .img-reveal img {
  transform: scale(1);
}

/* Alternative: Smooth scale on scroll */
.img-reveal.scroll-animate img {
  transform: scale(1.1);
}

.img-reveal.fade-in img,
.img-reveal.animated img {
  animation: imgReveal 1s ease-out forwards;
}

@keyframes imgReveal {
  from {
    transform: scale(1.1);
    opacity: 0.8;
  }
  to {
    transform: scale(1);
    opacity: 1;
  }
}

/* Button Ripple Effect */
.ripple-effect {
  position: relative;
  overflow: hidden;
}

.ripple-effect::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.5);
  transform: translate(-50%, -50%);
  transition: width 0.6s, height 0.6s;
}

.ripple-effect:active::after {
  width: 300px;
  height: 300px;
}

/* Counter Animation */
.counter-animate {
  transition: all 0.3s ease;
}

/* Progress Bar Animation */
.progress-bar {
  width: 0;
  transition: width 1.5s ease-out;
}

.progress-bar.animate {
  width: 100%;
}

/* Stagger Delays Extended */
.stagger-delay-9 { animation-delay: 0.9s; }
.stagger-delay-10 { animation-delay: 1s; }
.stagger-delay-11 { animation-delay: 1.1s; }
.stagger-delay-12 { animation-delay: 1.2s; }
.stagger-delay-13 { animation-delay: 1.3s; }
.stagger-delay-14 { animation-delay: 1.4s; }
.stagger-delay-15 { animation-delay: 1.5s; }

/* Scroll Progress Indicator */
.scroll-progress {
  position: fixed;
  top: 0;
  left: 0;
  width: 0%;
  height: 4px;
  background: linear-gradient(90deg, #D32F2F, #1A1B59);
  z-index: 9999;
  transition: width 0.1s ease-out;
  box-shadow: 0 2px 10px rgba(211, 47, 47, 0.5);
}

/* Smooth Entrance with Delay */
.delayed-entrance-1 { animation-delay: 0.2s; }
.delayed-entrance-2 { animation-delay: 0.4s; }
.delayed-entrance-3 { animation-delay: 0.6s; }
.delayed-entrance-4 { animation-delay: 0.8s; }

/* Enhanced Button Animations */
.filled-button {
  position: relative;
  overflow: hidden;
  transition: all 0.3s ease;
}

.filled-button::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.2);
  transform: translate(-50%, -50%);
  transition: width 0.6s, height 0.6s;
}

.filled-button:hover::before {
  width: 300px;
  height: 300px;
}

.filled-button:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(211, 47, 47, 0.3);
}

/* Header Scroll Animation */
header {
  transition: all 0.3s ease;
}

header.scrolled {
  box-shadow: 0 2px 20px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(10px);

}

/* Section Divider Animation */
.section-divider {
  width: 0;
  height: 3px;
  background: linear-gradient(90deg, #D32F2F, #1A1B59);
  margin: 20px auto;
  animation: expandWidth 1s ease-out forwards;
}

@keyframes expandWidth {
  to {
    width: 100px;
  }
}

/* Icon Spin Animation - Only on scroll reveal */
.feature-icon.icon-spin {
  animation: iconSpin 1s ease-in-out forwards;
  opacity: 0;
}

.feature-item.animated .feature-icon.icon-spin {
  animation: iconSpin 1s ease-in-out forwards;
}

@keyframes iconSpin {
  from {
    transform: rotate(0deg) scale(0.8);
    opacity: 0;
  }
  to {
    transform: rotate(360deg) scale(1);
    opacity: 1;
  }
}

/* Delay icon spin slightly after parent animation */
.feature-item.animated .feature-icon.icon-spin {
  animation-delay: 0.2s;
}

/* Card Tilt Effect */
.card-tilt {
  transition: transform 0.3s ease;
}

.card-tilt:hover {
  transform: rotateY(5deg) rotateX(5deg);
}

/* Smooth Opacity Transition */
.opacity-transition {
  transition: opacity 0.6s ease;
}

/* Enhanced Image Hover */
.car-image-wrapper {
  overflow: hidden;
  position: relative;
}

.car-image-wrapper img {
  transition: transform 0.5s ease, opacity 0.3s ease;
}

.car-image-wrapper:hover .car-image-main {
  transform: scale(1.1);
  opacity: 0;
}

.car-image-wrapper:hover .car-image-hover {
  transform: scale(1.1);
  opacity: 1;
}

.car-image-wrapper .car-image-hover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
  transition: opacity 0.5s ease, transform 0.5s ease;
}

/* Text Slide In */
.text-slide-in {
  animation: textSlideIn 0.8s ease-out forwards;
}

@keyframes textSlideIn {
  from {
    opacity: 0;
    transform: translateX(-30px);
    filter: blur(5px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
    filter: blur(0);
    visibility: visible;
  }
}

/* Wave Animation */
.wave-animation {
  animation: wave 2s ease-in-out infinite;
}

@keyframes wave {
  0%, 100% {
    transform: translateY(0) rotate(0deg);
  }
  25% {
    transform: translateY(-10px) rotate(2deg);
  }
  75% {
    transform: translateY(10px) rotate(-2deg);
  }
}

/* Gradient Background Animation */
.gradient-bg-animate {
  background: linear-gradient(-45deg, #D32F2F, #1A1B59, #D32F2F, #1A1B59);
  background-size: 400% 400%;
  animation: gradientShift 15s ease infinite;
}

@keyframes gradientShift {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}

/* Update reduced motion preferences */
@media (prefers-reduced-motion: reduce) {
  .elastic-bounce,
  .slide-down,
  .fade-blur,
  .zoom-rotate,
  .slide-scale,
  .rotate-in,
  .flip-x,
  .pulse-in,
  .swing-in,
  .shake-in,
  .fade-up-scale,
  .gradient-reveal,
  .float-animation,
  .glow-pulse,
  .wave-animation,
  .gradient-bg-animate {
    animation: none !important;
    opacity: 1 !important;
    transform: none !important;
    filter: none !important;
    visibility: visible !important;
  }
  
  .parallax-element {
    transform: none !important;
  }
}

/* Advanced Mobile Optimizations */
@media (max-width: 768px) {
  .elastic-bounce,
  .swing-in,
  .shake-in {
    animation: fadeInUp 0.8s ease-out forwards;
  }
  
  .flip-x,
  .rotate-in {
    animation: fadeInUp 0.8s ease-out forwards;
  }
}

/* ============================================
   VERTICAL SCROLL TEXT & LINE ANIMATIONS
   ============================================ */

/* Vertical Text Scroll Animation */
.vertical-scroll-text {
  position: relative;
  overflow: hidden;
  transition: transform 0.3s ease-out, opacity 0.3s ease-out;
  will-change: transform, opacity;
}

/* Text moves up when scrolling down */
.scroll-down .vertical-scroll-text {
  transform: translateY(-20px);
  opacity: 0.7;
}

/* Text moves down when scrolling up */
.scroll-up .vertical-scroll-text {
  transform: translateY(20px);
  opacity: 0.7;
}

/* Reset when not scrolling */
.scroll-stopped .vertical-scroll-text {
  transform: translateY(0);
  opacity: 1;
  transition: transform 0.5s ease-out, opacity 0.5s ease-out;
}

/* Animated Vertical Lines */
.vertical-line {
  position: relative;
  width: 2px;
  height: 0;
  background: linear-gradient(180deg, #D32F2F, #1A1B59);
  margin: 0 auto;
  transition: height 0.6s ease-out, opacity 0.3s ease-out;
  opacity: 0;
  overflow: hidden;
}

.vertical-line::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, transparent, rgba(211, 47, 47, 0.8), transparent);
  animation: lineShine 2s ease-in-out infinite;
}

@keyframes lineShine {
  0% {
    transform: translateY(-100%);
  }
  100% {
    transform: translateY(100%);
  }
}

/* Line animates when scrolling down and section is visible */
.scroll-down .vertical-line.visible,
.section-heading.animated .vertical-line,
.scroll-down .section-heading.animated .vertical-line {
  height: 60px;
  opacity: 1;
  animation: lineGrowDown 0.6s ease-out forwards;
}

/* Line animates when scrolling up and section is visible */
.scroll-up .vertical-line.visible,
.scroll-up .section-heading.animated .vertical-line {
  height: 60px;
  opacity: 1;
  animation: lineGrowUp 0.6s ease-out forwards;
}

@keyframes lineGrowDown {
  from {
    height: 0;
    opacity: 0;
  }
  to {
    height: 60px;
    opacity: 1;
  }
}

@keyframes lineGrowUp {
  from {
    height: 0;
    opacity: 0;
  }
  to {
    height: 60px;
    opacity: 1;
  }
}

/* Section Divider Lines with Scroll Animation */
/* .scroll-divider {
  position: relative;
  width: 100%;
  height: 2px;
  margin: 60px 0;
  overflow: hidden;
  opacity: 0;
  transition: opacity 0.3s ease;
} */

/* .scroll-divider.visible {
  opacity: 1;
} */

.scroll-divider::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, #D32F2F 50%, #1A1B59 100%, transparent);
  transition: left 0.8s ease-out;
}



@keyframes lineDrawRight {
  0% {
    left: -100%;
  }
  100% {
    left: 100%;
  }
}

@keyframes lineDrawLeft {
  0% {
    left: 100%;
  }
  100% {
    left: -100%;
  }
}

/* Vertical Text Reveal on Scroll */
.vertical-text-reveal {
  position: relative;
  overflow: hidden;
}

.vertical-text-reveal::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  transform: translateY(0);
  transition: transform 0.6s cubic-bezier(0.77, 0, 0.175, 1);
  z-index: 1;
}

/* Reveal from top when scrolling down */
.scroll-down .vertical-text-reveal::before {
  transform: translateY(-100%);
}

/* Reveal from bottom when scrolling up */
.scroll-up .vertical-text-reveal::before {
  transform: translateY(100%);
}

.vertical-text-reveal > * {
  position: relative;
  z-index: 2;
}

/* Scroll-Based Text Movement */
.scroll-text-move {
  transition: transform 0.2s ease-out, opacity 0.2s ease-out;
}

.scroll-down .scroll-text-move {
  transform: translateY(10px);
  opacity: 0.8;
}

.scroll-up .scroll-text-move {
  transform: translateY(-10px);
  opacity: 0.8;
}

.scroll-stopped .scroll-text-move {
  transform: translateY(0);
  opacity: 1;
}

/* Animated Vertical Separator */
.vertical-separator {
  position: relative;
  display: inline-block;
  width: 2px;
  height: 40px;
  margin: 0 15px;
  background: linear-gradient(180deg, transparent, #D32F2F 50%, transparent);
  opacity: 0;
  transition: opacity 0.3s ease, height 0.3s ease;
}

.scroll-down .vertical-separator,
.scroll-up .vertical-separator {
  opacity: 1;
  animation: separatorGrow 0.5s ease-out forwards;
}

@keyframes separatorGrow {
  from {
    height: 0;
    opacity: 0;
  }
  to {
    height: 40px;
    opacity: 1;
  }
}

/* Text Fade on Scroll Direction */
.scroll-fade-text {
  transition: opacity 0.3s ease, transform 0.3s ease;
}

.scroll-down .scroll-fade-text {
  opacity: 0.6;
  transform: translateY(5px);
}

.scroll-up .scroll-fade-text {
  opacity: 0.6;
  transform: translateY(-5px);
}

.scroll-stopped .scroll-fade-text {
  opacity: 1;
  transform: translateY(0);
}

/* Section Heading with Vertical Line */
.section-heading-with-line {
  position: relative;
  padding: 30px 0;
}

.section-heading-with-line .vertical-line {
  margin: 15px auto;
  max-width: 2px;
}

/* Animated pseudo-elements for lines */
.section-heading-with-line::before,
.section-heading-with-line::after {
  content: '';
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 2px;
  height: 0;
  background: linear-gradient(180deg, transparent, #D32F2F, transparent);
  transition: height 0.6s ease-out;
  opacity: 0;
}

.section-heading-with-line::before {
  top: 0;
}

.section-heading-with-line::after {
  bottom: 0;
}

/* Animate lines on scroll when section is in view */
.section-heading-with-line.animated::before,
.scroll-down .section-heading-with-line.animated::before {
  height: 30px;
  opacity: 1;
  animation: lineExtendDown 0.6s ease-out forwards;
}

.section-heading-with-line.animated::after,
.scroll-down .section-heading-with-line.animated::after {
  height: 30px;
  opacity: 1;
  animation: lineExtendDown 0.6s ease-out 0.2s forwards;
}

.scroll-up .section-heading-with-line.animated::before {
  height: 30px;
  opacity: 1;
  animation: lineExtendUp 0.6s ease-out forwards;
}

.scroll-up .section-heading-with-line.animated::after {
  height: 30px;
  opacity: 1;
  animation: lineExtendUp 0.6s ease-out 0.2s forwards;
}

@keyframes lineExtendDown {
  from {
    height: 0;
  }
  to {
    height: 30px;
  }
}

@keyframes lineExtendUp {
  from {
    height: 0;
  }
  to {
    height: 30px;
  }
}

/* Scroll Progress Line */
.scroll-progress-line {
  position: fixed;
  left: 0;
  top: 0;
  width: 4px;
  height: 0%;
  background: linear-gradient(180deg, #D32F2F, #1A1B59);
  z-index: 9998;
  transition: height 0.1s ease-out;
  box-shadow: 2px 0 10px rgba(211, 47, 47, 0.3);
}

/* Text Scroll Indicator */
.scroll-indicator {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  opacity: 1;
  transition: opacity 0.3s ease;
}

.scroll-indicator.hidden {
  opacity: 0;
}

.scroll-indicator-text {
  font-size: 15px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #D32F2F;
  animation: scrollTextPulse 2s ease-in-out infinite;
}

.scroll-indicator-line {
  width: 2px;
  height: 30px;
  background: linear-gradient(180deg, #D32F2F, transparent);
  animation: scrollLineMove 1.5s ease-in-out infinite;
}

@keyframes scrollTextPulse {
  0%, 100% {
    opacity: 0.5;
  }
  50% {
    opacity: 1;
  }
}

@keyframes scrollLineMove {
  0% {
    transform: translateY(0);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: translateY(20px);
    opacity: 0;
  }
}

/* Smooth Scroll Text Transition */
.smooth-scroll-text {
  transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

/* Vertical Text Stack Animation */
.vertical-text-stack {
  display: flex;
  flex-direction: column;
  gap: 10px;
  overflow: hidden;
}

.vertical-text-stack > * {
  transform: translateY(50px);
  opacity: 0;
  transition: transform 0.6s ease-out, opacity 0.6s ease-out;
}

.scroll-down .vertical-text-stack > *.visible,
.scroll-up .vertical-text-stack > *.visible {
  transform: translateY(0);
  opacity: 1;
}

/* Responsive Adjustments */
@media (max-width: 768px) {
  .vertical-line {
    width: 1px;
  }
  
  /* .scroll-divider {
    margin: 30px 0;
  } */
  
  .section-heading-with-line::before,
  .section-heading-with-line::after {
    height: 20px !important;
  }
}

/* Disable scroll animations for reduced motion */
@media (prefers-reduced-motion: reduce) {
  .vertical-scroll-text,
  .scroll-text-move,
  .scroll-fade-text,
  .vertical-text-reveal::before,
  .vertical-text-stack > * {
    transform: none !important;
    opacity: 1 !important;
    transition: none !important;
    animation: none !important;
  }
  
  .vertical-line,
  .scroll-divider::before,
  .vertical-separator,
  .section-heading-with-line::before,
  .section-heading-with-line::after {
    height: auto !important;
    opacity: 1 !important;
    animation: none !important;
  }
}











  /* ===== Dots Wave ===== */
  .dots {
    display: flex;
    gap: 30px;
    margin-top: 25px;
  }

  .dots div {
    width: 12px;
    height: 12px;
    background-color: #D32F2F; /* Nawahi red */
    border-radius: 50%;
    animation: wave 1.2s ease-in-out infinite;
  }

  .dots div:nth-child(2) { animation-delay: 0.15s; }
  .dots div:nth-child(3) { animation-delay: 0.3s; }
  .dots div:nth-child(4) { animation-delay: 0.45s; }

  @keyframes wave {
    0%, 100% { transform: translateY(0); opacity: 1; }
    50% { transform: translateY(-10px); opacity: 0.6; }
  }

  /* ===== Hide loader after fade ===== */
/* ===== Fullscreen Loader ===== */
/* ===== Fullscreen Loader ===== */
.loader {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #ffffff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  z-index: 1000000;
  overflow: hidden;
}

/* ===== Logo Styling ===== */
.loader img {
  width: 50vw;
  max-width: 180px;
  min-width: 100px;
  height: auto;
  animation: pulse 1.8s ease-in-out infinite;
  object-fit: contain;
}


/* ===== Hide Loader ===== */
.loader.hide {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}





/* Language Toggle Modern Style */
.lang-toggle {
  position: relative;
  width: 90px;
  height: 38px;
  background: linear-gradient(135deg, #D32F2F, #1A1B59);
  border-radius: 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 12px;
  cursor: pointer;
  color: #fff;
  font-weight: 600;
  font-size: 15px;
  user-select: none;
  transition: all 0.3s ease-in-out;
  box-shadow: 0 0 15px rgba(255, 255, 255, 0.15);
}

.lang-toggle:hover {
  box-shadow: 0 0 25px rgba(211, 47, 47, 0.4);
  transform: scale(1.05);
}

.lang-toggle .lang {
  z-index: 2;
  transition: color 0.3s;
}

.lang-toggle .lang.active {
  color: #D32F2F;
}

.lang-toggle .toggle-btn {
  position: absolute;
  top: 4px;
  left: 4px;
  width: 40px;
  height: 30px;
  background: #fff;
  border-radius: 20px;
  transition: all 0.4s ease;
  z-index: 1;
  box-shadow: 0 3px 8px rgba(0,0,0,0.2);
}

.lang-toggle.active .toggle-btn {
  left: 46px;
}

.lang-toggle.active .en {
  color: #ffffff;
}

.lang-toggle.active .ar {
  color: #D32F2F;
}

