/*header__start*/
header{
	background: linear-gradient(rgba(0,0,0,0.75), rgba(0,0,0,0.75)), url(../img/bucegi.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	padding: 50px 0;
}
@media (max-width: 600px) {
	header {
		background-size: cover !important;
		background-position: center center !important;
		min-height: 220px;
		padding: 30px 0 10px 0;
	}
}
.text-orange{
	color: #ffc61a;
}
.bg-gray{
	background-color:#f5f4f2 ;
}
/*navbar*/
.navbtn{
  background-color:#ffc61a ;
}

@media (max-width: 600px) {
	.navbar-brand {
		display: flex !important;
		justify-content: center !important;
		width: 100%;
	}
	.navbar-toggler {
		display: flex !important;
		justify-content: center !important;
		align-items: center !important;
		margin-left: auto;
		margin-right: auto;
		width: 44px !important;
		height: 44px !important;
		padding: 6px 8px !important;
		font-size: 1.5rem !important;
		border-radius: 8px !important;
		background: #ffc61a !important;
		color: #222 !important;
		box-shadow: 0 2px 8px rgba(0,0,0,0.08) !important;
	}
	.navbar-toggler.navbtn {
		width: 44px !important;
		height: 44px !important;
		padding: 6px 8px !important;
		font-size: 1.5rem !important;
		margin: 0 auto 16px auto !important;
		border-radius: 8px !important;
		background: #ffc61a !important;
		color: #222 !important;
		box-shadow: 0 2px 8px rgba(0,0,0,0.08) !important;
		display: flex !important;
		align-items: center !important;
		justify-content: center !important;
	}
	.navbar-nav {
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
		width: 100%;
		text-align: center;
		margin: 0 auto;
	}
	.nav-item {
		width: 100%;
		display: flex;
		justify-content: center;
	}
	.nav-link.menu {
		width: 100%;
		text-align: center;
		margin: 0 auto;
	}
}
.navbtn:hover{
  background-color: white;
}
.logo{
	border-radius: 10px;
}
.menu{
	font-size: 18px;
	font-weight: 500;
	color: white;
	margin-left: 20px;
	border-radius: 15px;
	text-transform: uppercase;

}
.menu:hover{
	color: black;
	background-color: #ffc61a;
	
}
/*info*/
.info{
	text-align: center;
	margin-top: 30px;
}
.infoh2{
	text-transform: uppercase;
	font-size: 35.74px;
	font-weight: 500;
	color: #ffc61a;
}
.infoh1{
	font-size: 75px;
	font-weight: 500;
	color: white;
}
.infoa{
	text-decoration: none;
	font-size: 20px;
	font-weight: 500;
	color: white;
	letter-spacing: 20px;
}
.car{
	margin-top: 50px;
}
@keyframes move-back-and-forth {
  0% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(50px);
  }
  100% {
    transform: translateX(0);
  }
}

.moving-image {
  animation: move-back-and-forth 2s ease-in-out infinite;
}

/*form start*/
.formm{
	background: linear-gradient(90deg, #3d2c00 0%, #b8860b 60%, #ffc61a 90%, #222 100%);
	padding: 60px 0 40px 0;
	border-radius: 24px;
	box-shadow: 0 8px 32px rgba(0,0,0,0.08);
	min-height: 350px;
	height: auto;
}
.frmrg{
	padding-top: 50px;
	padding-bottom: 30px;
}
.frmcontent{
	padding: 32px 32px 32px 32px;
	background: rgba(255,255,255,0.85);
	border-radius: 18px;
	box-shadow: 0 2px 12px rgba(0,0,0,0.06);
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}
.formh2{
	text-transform: uppercase;
	font-size: 2rem;
	font-weight: 700;
	color: #222;
	letter-spacing: 2px;
	margin-bottom: 12px;
}
.formh1{
	text-transform: uppercase;
	font-size: 2.5rem;
	font-weight: 800;
	color: #111;
	margin-bottom: 18px;
}
.formbtn{
	font-size: 1.2rem;
	background: linear-gradient(90deg, #222 80%, #ffc61a 100%);
	color: #fff;
	border-radius: 12px;
	padding: 10px 32px;
	font-weight: 700;
	box-shadow: 0 2px 8px rgba(0,0,0,0.08);
	border: none;
	transition: background 0.2s, color 0.2s;
	margin-top: 18px;
}
.formbtn:hover{
	background: linear-gradient(90deg, #ffc61a 80%, #222 100%);
	color: #222;
}
@media (max-width: 991.98px) {
	.formm {
		padding: 32px 0 24px 0;
		border-radius: 16px;
		min-height: 0;
	}
	.frmcontent {
		padding: 18px 12px;
		border-radius: 12px;
	}
	.formh1 {
		font-size: 2rem;
	}
}
@media (max-width: 767.98px) {
	.formm {
		padding: 12px 0 8px 0;
		border-radius: 8px;
	}
	.frmcontent {
		padding: 10px 6px;
		border-radius: 8px;
		box-shadow: none;
	}
	.formh2 {
		font-size: 1.1rem;
	}
	.formh1 {
		font-size: 1.3rem;
	}
	.formbtn {
		font-size: 1rem;
		padding: 8px 18px;
		margin-top: 10px;
		border-radius: 8px;
	}
}
.formm .right h1{
	text-align: center;
	background-color: black;
	font-size: 30px;
	border-radius: 6px;
}
.right{
display: block;
margin: 0;
border: 0;
border-bottom: none;
/* Responsive fixes for form section */
@media (max-width: 991.98px) {
	.frmcontent {
		padding-right: 0;
		padding-bottom: 30px;
	}
	.formm {
		padding: 20px 0;
		min-height: 0;
		height: auto;
	}
	.right {
		margin-top: 30px;
	}
}
@media (max-width: 767.98px) {
	.formh2 {
		font-size: 22px;
	}
	.formh1 {
		font-size: 28px;
	}
	.frmcontent {
		padding-right: 0;
	}
	.formm {
		padding: 10px 0;
	}
	.right {
		margin-top: 20px;
	}
	.frmbtn {
		font-size: 16px;
		width: 100%;
	}
}
}
.sfc{
	border: 0;
	border-bottom: 4px solid #e4e4e4;
}
.right form input.form-control:focus{
	border-color: #ffc61a;
	box-shadow: none;
}
.frmbtn{
	text-transform: uppercase;
	font-size: 20px;
	font-weight: bold;
	border-radius: 10px;
	background-color: black;
	color: white;
}
.frmbtn:hover{
	background-color: #ffc61a;
	color: black;
}
/*cards starts*/
.cards{
	margin-top: 40px;
	margin-bottom: 60px;
}
.card{
	margin-top: 80px;
	padding: 0 50px 0 50px;
	border-radius: 20px;
	margin-right: 10px;
}
.cars_card{
	margin-top: -70px;
}
.card:hover{
	background-color: #ffc61a;
	color: black;
	box-shadow: 17px 17px 24px -5px  #ffc61a;;
}
/*content part*/
.content{
	background: url(../img/bodybg.jpg);
	background-repeat: no-repeat;
	background-size: 100% 930px;
	padding: 50px 0;
}
.content-info{
	margin-top: 40px;
	padding-right: 140px;
	margin-bottom: 80px;
}
.content .content-info img{
	position: absolute;
}
.content-text{
	margin-left: 100px;
}
/*testimonial*/
.testim{
	background:url(../img/testim.jpg);
	background-repeat: no-repeat;
	background-size: 100% 930px;
	padding: 60px;
}
.testim .testim_box{
background-color:#040707;
padding: 30px;
border-radius: 50px;
padding-right: 120px;
}
.testim .testim_box .testim-face img{
	position: absolute;
	margin-right: 90px;
}
.testim .testim_box .testim-face h4,h6{
	margin-top: 8px;
	margin-left: 90px;
}
/*contact*/
.contact{
	background: linear-gradient(90deg, #3d2c00 0%, #b8860b 60%, #ffc61a 90%, #222 100%);
	text-align: center;
	padding-top: 70px;
	padding-bottom: 30px;
	color: black;
}
.cntcth3{
	font-size: 35px;
	letter-spacing: 5px;
}
.cntcth1{
	font-size: 75px;
	font-weight: 700;
	letter-spacing: 5px;
}
/*bfooter*/
.bfooter{
	background: #181818;
	color: #fff;
	border-radius: 30px 30px 0 0;
	box-shadow: 0 0 40px 0 rgba(0,0,0,0.2);
	padding: 40px 0 30px 0;
	margin-top: 40px;
}
.bfooter p{
	font-size: 17px;
	padding: 12px 0;
	color: #e0e0e0;
}
.bfooter h3{
	font-size: 22px;
	border-bottom: 3px solid #ffc61a;
	padding-bottom: 10px;
	color: #ffc61a;
}
.bfooter .col-lg-4{
	padding: 0 15px 0 15px;
}
.bfooter .about_cab_hub ul li a{
	color: #ffc61a;
	transition: color 0.2s;
	}
	.bfooter .about_cab_hub ul li a:hover {
		color: #fff;
}
.bfooter .about_cab_hub ul{
	list-style: none;
	padding-left: 0;
	display: flex;
	gap: 18px;
	justify-content: flex-start;
}
 .bfooter .about_cab_hub ul li {
	font-size: 18px;
	letter-spacing: 2px;
	margin: 0;
 }
.bfooter .download ul {
 	list-style: none;
	padding-left: 0;
 }
 .bfooter .download ul li span{
 	color:#ffc61a ;
 	padding-top: 10px ;
 	font-size: 25px;
 }
 .bfooter .download ul li i{
 	color: white;
 	padding-left: 20px ;
 	font-size: 25px;
 }
  .bfooter .download ul li i.bi-apple{
  	padding-left: 70px ;
  }
  .bfooter .contact2 ul{
	list-style: none;
	padding-left: 0;
	margin-top: 10px;
  }
 .contact2 ul {
  display: flex;
  flex-direction: column;
  color: white;
  padding: 0;
}

.contact2 li {
  display: flex;
  align-items: center;
}

.contact2 li i {
  margin-right: 10px;
  font-size: 30px;

}

.contact2 li p {
  margin: 0;
  font-size: 20px;
}
footer {
	display: flex;
    justify-content: center;
    align-items: center;
	background-color: black;
    height: 50px;
    padding-top: 10px;
    color: white;
    
}

.foot {
  display: flex;
  align-items: center;
}

.foot p,
.foot i,
.foot a {
  margin: 0;
  font-size: 20px;
}
.foot a {
	text-decoration: none;
	color: white;
	padding-left: 5px;
}
.foot i {
  margin: 0 5px; 
}

/* Comprehensive Mobile Responsive Styles */
@media (max-width: 400px) {
	html, body {
		font-size: 15px;
		padding: 0;
		margin: 0;
		overflow-x: hidden !important;
		width: 100vw !important;
		max-width: 100vw !important;
		box-sizing: border-box;
	}
	.container, .container-fluid {
		padding-left: 6px;
		padding-right: 6px;
		width: 100vw;
		max-width: 100vw;
	}
	.row {
		margin-left: 0;
		margin-right: 0;
	}
	.header {
		padding: 10px 0 5px 0;
		min-height: 60px;
		background-size: cover;
	}
	.logo img {
		max-width: 100px;
		height: auto;
	}
	.info {
		margin-top: 10px;
	}
	.infoh2 {
		font-size: 18px;
	}
	.infoh1 {
		font-size: 22px;
	}
	.infoa {
		font-size: 13px;
		letter-spacing: 2px;
	}
	.car {
		margin-top: 10px;
		max-width: 90vw;
	}
	.navbar {
		padding: 0;
		font-size: 15px;
	}
	.navbar-nav {
		flex-direction: column;
		align-items: flex-start;
		width: 100%;
	}
	.nav-item {
		margin: 0;
		width: 100%;
	}
	.nav-link {
		padding: 8px 12px;
		width: 100%;
		font-size: 15px;
	}
	.formm {
		height: auto;
		padding: 10px 0;
	}
	.frmrg {
		padding-top: 10px;
		padding-bottom: 10px;
	}
	.frmcontent {
		padding-right: 0;
	}
	.formh2 {
		font-size: 18px;
	}
	.formh1 {
		font-size: 22px;
	}
	.right {
		width: 100%;
		min-width: 0;
		max-width: 100vw;
		margin: 0 auto;
		padding: 8px;
	}
	.formm .right form input[type="text"], .formm .right form select {
		width: 100%;
		display: block;
		margin: 0 0 10px 0;
		font-size: 15px;
	}
	.cards {
		margin-top: 10px;
		margin-bottom: 10px;
		display: flex;
		flex-direction: column;
		gap: 10px;
		align-items: center;
	}
	.card {
		margin-top: 10px;
		padding: 8px;
		border-radius: 12px;
		width: 98vw;
		margin-right: 0;
	}
	.cars_card {
		margin-top: 0;
	}
	.content {
		background-size: cover;
		padding: 10px 0;
	}
	.content-info {
		margin-top: 10px;
		padding-right: 0;
		margin-bottom: 10px;
		position: static !important;
		width: 100%;
	}
	.content .content-info img {
		position: static !important;
		max-width: 40px;
		height: auto;
		margin-bottom: 4px;
	}
	.content-text {
		margin-left: 0;
		font-size: 13px;
	}
	.testim {
		background-size: cover;
		padding: 10px 0;
	}
	.testim .testim_box {
		padding: 8px;
		border-radius: 20px;
		padding-right: 0;
		margin-bottom: 10px;
	}
	.testim .testim_box .testim-face img {
		position: static !important;
		margin-right: 0;
		width: 32px;
		height: 32px;
	}
	.testim .testim_box .testim-face h4,
	.testim .testim_box .testim-face h6 {
		margin-top: 4px;
		margin-left: 0;
		font-size: 13px;
	}
	.contact {
		padding-top: 10px;
		padding-bottom: 10px;
	}
	.cntcth3 {
		font-size: 15px;
		letter-spacing: 1px;
	}
	.cntcth1 {
		font-size: 22px;
		letter-spacing: 1px;
	}
	.bfooter {
		background-size: cover;
		padding: 10px 0;
		padding-top: 10px;
		border-radius: 16px 16px 0 0;
		margin-top: 10px;
	}
	.bfooter p {
		font-size: 12px;
		padding: 6px 0;
	}
	.bfooter h3 {
		font-size: 15px;
		border-bottom: 2px solid #ffc61a;
		padding-bottom: 4px;
	}
	.bfooter .col-lg-4 {
		padding: 0 2px 0 2px !important;
		width: 100%;
		margin-bottom: 10px;
	}
	.bfooter .about_cab_hub ul {
		gap: 8px;
		font-size: 13px;
	}
	.bfooter .about_cab_hub ul li {
		font-size: 13px;
		letter-spacing: 1px;
	}
	.contact2 li i {
		font-size: 18px;
	}
	.contact2 li p {
		font-size: 12px;
	}
	.bfooter .col-lg-4[style], .bfooter .col-lg-4[style] div {
		align-items: center !important;
		justify-content: center !important;
		display: flex !important;
		flex-direction: column !important;
	}
	.bfooter .col-lg-4[style] img {
		height: 32px !important;
		margin-left: 0 !important;
		margin-right: 0 !important;
	}
	footer {
		height: 35px;
		padding-top: 5px;
		font-size: 12px;
	}
	.foot p,
	.foot i,
	.foot a {
		font-size: 12px;
	}
}

@media (max-width: 400px) {
	.bfooter .col-lg-4[style] {
		align-items: center !important;
		justify-content: center !important;
	}
	.bfooter .col-lg-4[style] div {
		align-items: center !important;
	}
	.bfooter .col-lg-4[style] img {
		height: 32px !important;
		margin-left: 0 !important;
		margin-right: 0 !important;
	}
}
