* {
	margin: 0;
	padding: 0;
}
body {
	margin: 0;
	padding: 0;
	font-family: 'Lato', sans-serif;
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	line-height: 15px;
	background: #fff;
}
h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	font-family: 'Lato', sans-serif;
}
p {
	margin: 0;
	padding: 0;
	font-family: 'Roboto', sans-serif;
	line-height: 20px;
}
ul, li {
	margin: 0;
	padding: 0;
	list-style: none;
}
a, a:hover, button, button:focus {
	text-decoration: none;
	outline: 0;
	color: #fff;
}
img {
	margin: 0;
	padding: 0;
	width: 100%;
}
.form-control:focus {
	outline: 0;
	box-shadow: 0 0 0 0rem rgba(0,123,255,.25);
}
.btn.focus, .btn:focus {
	outline: 0;
	box-shadow: 0 0 0 0rem rgba(0,123,255,.25);
}
.loader {
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 999999;
	background: url(../images/loader.gif) 50% 50% no-repeat #fff;
	opacity: 1;
	background-image: 30%;
}
.scrollup {
	position: fixed;
	right: 2%;
	bottom: 3%;
	background: #10b981;
	color: black;
	font-size: 20px;
	opacity: 0.8;
	border-radius: 5px;
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	z-index: 999;
	cursor: pointer;
}
.animated {
	animation-duration: 2s;
	animation-delay: 0s;
	animation-iteration-count: 1;
}
.siteAll-btn {
	padding: 15px 20px;
	font-size: 18px;
	color: black;
	text-transform: uppercase;
	background: #f7a302;
	font-weight: bold;
	border: 0;
	border-radius: 0;
	transition: all ease-in-out 600ms;
}
.siteAll-btn:hover {
	color: black;
	background: #c16d04;
	transition: all ease-in-out 600ms;
}
.hvr-shutter-out-horizontal:before {
	background: #2098D1;
}
/*=======================header=======================*/
.header {
	-webkit-transition: top 0.6s ease;
	-moz-transition: top 0.6s ease;
	-ms-transition: top 0.6s ease;
	-o-transition: top 0.6s ease;
	transition: top 0.6s ease;
	margin: 0;
	padding: 0;
	position: relative;
	background: #fff;
	box-shadow: 0 1px 2px 0 #adadad;
	width: 100%;
	z-index: 999;
	transition: all ease-in-out 600ms;
}
.top-header {
	color: black;
	margin: 0;
	padding: 8px 0;
	background: linear-gradient(135deg, #03fc6f 0%, #059669 100%);
}
.top-header ul li {
	margin: 0 30px 0 0;
	font-size: 19px;
	font-weight: 300;
	color: black;
}
.top-header ul.head-login li {
	margin: 0 30px 0 0;
	color: black;
}
.top-header ul.head-login li:last-child {
	color: black;
	margin: 0 0 0 0;
}
.top-header ul li a:hover {
	transition: all ease-in-out 600ms;
	color: black;
}
.top-header ul li a i {
	margin-right: 6px;
		color: black;

}
/*===================================navbar====================================*/
.navbar {
	padding: 5px 0;
	margin: 0;
	/*background: #000000;*/
	background: #fff; /*background: #000000;*/
	transition: all ease-in-out 600ms;
}
.navbar .logo-block {
	margin: 0;
	padding: 0;
	width: 40%;
	transition: all ease-in-out 600ms;
}
.navbar .logo-block img {
	margin: 0;
	padding: 0;
	width: 100%;
}
.bar-collapse {
	align-self: center;
}
.navbar .navbar-nav li {
	margin: 0 0 0 35px;
	font-size: 16px;
	line-height: 1.5;
	color: black;
	text-transform: capitalize;
	font-weight: 500;
	font-family: 'Lato', sans-serif;
	padding: 15px 0;
}
.navbar .navbar-nav li a {
	padding: 0;
	color: black;
	transition: all ease-in-out 600ms;
	font-family: 'Lato', sans-serif;
	font-weight: 600;
}
.navbar .navbar-nav li a:hover {
	color: black;
	transition: all ease-in-out 600ms;
}
.navbar .navbar-nav li.active a {
	color: black;
	transition: all ease-in-out 600ms;
}
/*========================banner-sec======================*/

.banner-sec {
	height: 30vh;
	width: 100%;
	background-image: url(../images/sky.jpg);
	background-size: cover;
	background-position: cover;
	position: relative;
	overflow-x: hidden;
	overflow-y: hidden;
}
.highway {
	height: 60px;
	width: 1000%;
	display: block;
	background-image: url(../images/road.jpg);
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 1;
	animation: highway 20s linear infinite;
}

@keyframes highway {
	0% {
		transform: translateX(-3400px);
	}
	100% {
		transform: translateX(0);
	}
}
.city {
	height: 350px;
	width: 500%;
	display: block;
	background-image: url(../images/shahr.png);
	position: absolute;
	bottom: 60px;
	left: 0;
	right: 0;
	z-index: 1;
	background-repeat: repeat-x;
	animation: city 20s linear infinite;
}

@keyframes city {
	0% {
		transform: translateX(-1400px);
	}
	100% {
		transform: translateX(0);
	}
}
.car {
	width: 445px;
	bottom: -55px;
	left: 50%;
	transform: translateX(-50%);
	position: absolute;
	z-index: 2;
}
.car img {
	width: 100%;
	animation: car 1s linear infinite;
}
 @keyframes car {
 100% {
transform:translateY(-1px);
}
-50% {
transform:translateY(1px);
}
0% {
transform:translateY(-1px);
}
}
.wheel {
	left: 50%;
	bottom: 185px;
	transform: translateX(-50%);
	position: absolute;
	z-index: 2;
}
.wheel img {
	width: 69px;
	height: 69px;
	animation: wheel 1s linear infinite;
}
.wheel .back-wheel {
	left: -175px;
	position: absolute;
	bottom: -170px;
}
.wheel .front-wheel {
	left: 96px;
	position: absolute;
	bottom: -168px;
}
 @keyframes wheel {
 100% {
 transform:rotate(-360deg);
}
}
.banner-sec .owl-dots {
	margin-top: 10px;
	position: absolute;
	bottom: -10px;
	width: 100%;
	left: 0;
	right: 0;
}
.banner-sec .owl-dots .owl-dot span {
	width: 10px;
	height: 20px;
	margin: 5px 7px;
	background: #f5f4f4;
	opacity: .8;
}
.banner-sec .owl-dots .owl-dot.active span, .banner-sec .owl-dots .owl-dot:hover span {
	background: #000000;
	opacity: 1;
}
.caption {
	position: absolute;
	top: 12%;
	left: 7%;
	z-index: 9;
}
.caption h2 {
	color: #000000;
	padding: 10px 0;
	font-weight: 600;
	font-size: 45px;
}
.caption h4 {
	color: #000000;
}
.carimg {
	position: absolute;
	background: url(../images/animationcar.png) no-repeat left bottom;
	background-size: 100%;
	width: 150px;
	height: 50px;
	bottom: 2px;
	left: 0;
	animation: car 8s linear infinite;
}

/*.car{
position: absolute;
bottom: -60px;
left: 10px;
}*/
@keyframes car {
0% {
left: 0;
}
100% {
left: 88%;
}
}
.carimg:after {
	content: "";
	position: absolute;
	background: url(../images/wheel.png) no-repeat left bottom;
	width: 22px;
	height: 23px;
	background-size: 100%;
	bottom: -1px;
	left: 25px;
	animation: wheelOne 1s linear infinite;
}
.carimg:before {
	content: "";
	position: absolute;
	background: url(../images/wheel.png) no-repeat left bottom;
	width: 22px;
	height: 23px;
	background-size: 100%;
	bottom: -1px;
	left: 107px;
	animation: wheelOne 1s linear infinite;
}
@keyframes wheelOne {
0% {
transform: rotate(0deg);
}
100% {
transform: rotate(360deg);
}
}
/*======================================chooseus-sec======================================*/
.chooseus-sec {
	margin: 0;
	background: #f1f1f1;
}
.leftdiv .media {
	margin-bottom: 20px;
}
.leftdiv .media img {
	width: 55px;
}
.leftdiv .media h5 {
	font-size: 18px;
	color: #000000;
	font-weight: 600;
}
.leftdiv .media h6 {
	padding: 6px 0;
	color: #000000;
}
.leftdiv .media .media-body {
	line-height: 20px;
}
.middiv .viewall {
	background: #03fc6f;
	margin-top: 20px;
	padding: 6px 15px;
	font-weight: 600;
	text-transform: uppercase;
	font-size: 14px;
	overflow: hidden;
}
.rt-block .middiv .viewall {
	background: #000000;
	margin-top: 20px;
	padding: 6px 15px;
	font-weight: 600;
	text-transform: uppercase;
	font-size: 14px;
	overflow: hidden;
}
.midcontent h4 {
	font-size: 17px;
	font-weight: 600;
	color: #000000;
	padding: 10px 0;
}
.training-sec h2 {
	color: #000000;
	font-size: 30px;
	font-weight: 600 !important;
	font-weight: 300;
	padding: 0;
	margin-bottom: 15px;
	text-transform: capitalize;
}
.training-sec h2 span {
	color: #212584;
	font-weight: 500;
	/* text-transform: uppercase; */
	display: block;
}
.training-sec p {
	font-size: 14px;
	font-weight: 500;
	line-height: 22px;
	padding: 0;
	font-family: 'Lato', sans-serif;
}
.training-sec .startbtn {
	background: #000000;
	margin-top: 20px;
	padding: 6px 15px;
	font-weight: 600;
	text-transform: uppercase;
	font-size: 14px;
}
/*======================================Product Card======================================*/

/* Product Card */
        .product-card1 {
            background: #fff;
            border-radius: 12px;
            padding: 30px;
            box-shadow: 0 4px 15px rgba(0,0,0,0.1);
            text-align: center;
        }
        
        .product-name1 {
            font-size: 20px;
            font-weight: bold;
            color: #333;
            margin-bottom: 20px;
        }
        
        /* Price Box */
        .price-box1 {
            display: flex;
            flex-direction: column;
            align-items: center;
            gap: 10px;
            margin: 10px 0;
        }
        
        /* Original Price - Strikethrough */
        .original-price1 {
            font-size: 35px;
            color: #999;
            text-decoration: line-through;
            font-weight: 400;
        }
        
        /* Discount Price - Green */
        .discount-price1 {
            font-size: 42px;
            color: #03fc6f;
            font-weight: bold;
			margin: 10px 0;
        }
        
        /* Buy Button */
        .buy-button1 {
            background: #03fc6f;
            color: black;
            border: none;
            padding: 15px 40px;
            font-size: 18px;
            font-weight: bold;
            border-radius: 8px;
            cursor: pointer;
            margin-top: 20px;
            transition: all 0.3s;
            width: 100%;
        }
        
        .buy-button1:hover {
            background: #059669;
            transform: translateY(-2px);
            box-shadow: 0 5px 15px rgba(16, 185, 129, 0.3);
        }

/*======================================choose-sec======================================*/
.heading-top h2 {
	position: relative;
	color: #000000;
	font-size: 30px;
	font-weight: 600;
	padding: 0 0 10px 0;
	margin-bottom: 30px;
	text-transform: capitalize;
	font-family: 'Lato', sans-serif;
}
.heading-top h2:before {
	content: '';
	background: url(../images/heading-line.png) no-repeat left bottom;
	position: absolute;
	left: 0;
	bottom: 0;
	margin-bottom: -10px;
	width: 100%;
	height: 13px;
}
.chooseOne img, .chooseTwo img {
	width: 60%;
	display: block;
	margin: 0 auto;
}
.singleBox {
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(top, #ffffff 0%, #efeef3 67%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #ffffff 0%, #efeef3 67%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #ffffff 0%, #efeef3 67%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#efeef3', GradientType=0 ); /* IE6-9 */
	padding: 2% 4%;
	border-radius: 6px;
}
.advanceCourse h3, .learnerCourse h3 {
	color: #000000;
	font-size: 24px;
	font-weight: 600;
	padding: 0 0 15px 0;
	text-transform: capitalize;
	font-family: 'Lato', sans-serif;
}
.advanceCourse p, .learnerCourse p {
}
.advanceBox, .learnerBox {
	border: 1px solid #ccccce;
	padding: 10px 10px;
	border-radius: 6px;
	margin: 3% 0;
	box-shadow: 0px 2px 2px 0px #b9b9b9;
}
.advanceBox ul, .learnerBox ul {
	display: flex;
	justify-content: space-around;
	align-items: center
}
.advanceBox ul li:first-child, .learnerBox ul li:first-child {
	width: 10%;
}
.advanceBox ul li .number, .learnerBox ul li .number {
	font-weight: 600;
	font-size: 28px;
	color: #000000;
}
.enrolmentBox {
	border: 1px solid #ccccce;
	padding: 10px 10px;
	border-radius: 6px;
	margin: 3% 0;
	box-shadow: 0px 2px 2px 0px #b9b9b9;
}
.enrolmentBox ul {
	display: flex;
	justify-content: space-around;
	align-items: center
}
.enrolmentBox ul li:first-child {
	width: 50%;
}
.enrolmentBox ul li .number {
	font-weight: 600;
	font-size: 28px;
	color: #000000;
}
.advText h4 {
	font-size: 17px;
	font-weight: 600;
	padding-bottom: 10px;
}
.rt-block {
	padding: 4% 5%;
	background: #03fc6f;
	box-shadow: -1px 0px 6px 1px #03fc6f;
}
.chooseus-sec .upper-sec {
	margin-bottom: 20px;
}
.chooseus-sec .rt-block h3 {
	color: #000000;
	font-size: 25px;
	font-weight: 600;
	padding: 0 0 10px 0;
	margin-bottom: 0px;
	text-transform: capitalize;
	font-family: 'Lato', sans-serif;
}
.chooseus-sec .rt-block .lower-sec {
	display: grid;
	grid-template-columns: auto auto;
}
.chooseus-sec .rt-block .box {
	display: flex;
	margin: 5px;
	padding: 5px;
	background: #e4b660;
	border: 1px solid #03fc6f;
	align-items: center;
}
.chooseus-sec .rt-block .box .icon-txt {
	margin-left: 10px;
}
.chooseus-sec .rt-block h4 {
	color: #000000;
	font-size: 35px;
	font-weight: 600;
	padding: 0 0 5px 0;
	margin-bottom: 0px;
	text-transform: capitalize;
	font-family: 'Lato', sans-serif;
}
.chooseus-sec .rt-block .icon-img {
	width: 30%;
}
.chooseus-sec .rt-block .icon-txt {
	width: 65%;
}
.chooseus-sec .rt-block .icon-txt p {
	color: #000000;
	font-size: 12px;
	font-weight: 400;
	text-transform: uppercase;
	font-family: 'Lato', sans-serif;
}
/*======================================register======================================*/
.register {
	position: fixed;
	bottom: 0;
	right: 8%;
}
.register .reg-btn {
	background: #03fc6f;
	/* margin-top: 20px; */
	padding: 12px 20px;
	font-weight: 600;
	text-transform: uppercase;
	font-size: 14px;
	z-index: 9999;
	border: 1px solid #03fc6f;
	cursor: pointer;
}
.register .reg-btn i {
	padding-left: 8px;
	font-weight: 600;
}
.register-frm {
	padding: 25px 0;
	background: #000000;
	position: fixed;
	bottom: 0;
	width: 100%;
	z-index: 99999;
}
.register-frm h2 {
	text-transform: uppercase;
	font-weight: 600;
	font-size: 22px;
	line-height: 24px;
	padding-bottom: 15px;
	color: black;
	font-family: 'Lato', sans-serif;
	position: relative;
	margin-bottom: 0;
}
.register-frm .form-control {
	display: block;
	width: 100%;
 padding: .60rem .75rem;
	font-size: 12px;
	line-height: 1.5;
	color: #6c757d;
	background-color: black;
	background-clip: padding-box;
	border: 0px solid #ced4da;
	border-radius: 2px;
}
.register-frm .form-check-label {
	margin-bottom: 0;
	font-size: 12px;
	color: black;
	margin-top: 4px;
}
.register-frm .btn-submit {
	color: #565656;
}
.close-btn {
	color: black;
	position: absolute;
	right: 2%;
	top: 9%;
	padding: 5px 10px;
	cursor: pointer;
}
.close-btn i {
	padding-left: 8px;
	font-weight: 600;
}
/*======================================locate-sec======================================*/
.locate-sec {
	background: #03fc6f;
}
.locate-sec h2 {
	color: black;
	font-size: 30px;
	font-weight: 600 !important;
	font-weight: 300;
	padding: 0;
	margin-bottom: 15px;
	text-transform: capitalize;
}
.locationSearch label, .nearestLocation label {
	color: black;
	margin-bottom: 1rem;
}
.btn-search {
	color: #000000;
	text-transform: uppercase;
	background: black;
	transition: 0.5s;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
}
.btn-search:hover {
	color: #ffffff;
	background: #000000;
}
/*======================================training-sec======================================*/
.training-sec {
	background: url(../images/about-bg.jpg) no-repeat center center;
	background-size: cover;
	margin: 0;
	position: relative;
}
.training-sec h2 {
	color: #000000;
	font-size: 30px;
	font-weight: 600 !important;
	font-weight: 300;
	padding: 0;
	margin-bottom: 15px;
	text-transform: capitalize;
}
.training-sec h2 span {
	color: #000000;
	font-weight: 500;
	/* text-transform: uppercase; */
	display: block;
}
.training-sec p {
	font-size: 14px;
	font-weight: 500;
	line-height: 22px;
	padding: 0;
	font-family: 'Lato', sans-serif;
}
.training-sec .startbtn {
	background: #000000;
	margin-top: 20px;
	padding: 6px 15px;
	font-weight: 600;
	text-transform: uppercase;
	font-size: 14px;
	overflow: hidden;
}
/*======================================EssentialDrivingTips======================================*/
.EssentialDrivingTips {
	margin: 0;
	background: #f1f1f1;
}
.singletips .card-img {
	width: 100%;
	padding: 15px;
	margin: 0 auto;
	display: flex;
	align-self: center;
}
.singletips .card-img img {
	opacity: 1;
	transition: all ease-in-out 600ms;
}
.singletips .card-body:hover .card-img img {
	opacity: .3;
	transform: scale(1.1);
	transition: all ease-in-out 600ms;
}
.singletips .card-header {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.singletips .text-top {
	margin-left: 5%;
	font-weight: 600;
	color: #000000;
}
.singletips p.card-text {
	line-height: 20px;
}
.card-title {
 margin-bottom: .75rem;
	font-size: 16px;
	color: #03fc6f;
	font-weight: 600;
}
.singletips .readmore {
	background: #000000;
	margin-top: 20px;
	overflow: hidden;
}
.heading-top {
	position: relative;
	margin-bottom: 25px;
}
.heading-top h2 {
	position: relative;
	color: #03fc6f;
	font-size: 30px;
	font-weight: 600;
	padding: 0 0 10px 0;
	margin-bottom: 30px;
	text-transform: capitalize;
	font-family: 'Lato', sans-serif;
}
.heading-top h2:before {
	content: '';
	background: url(../images/heading-line.png) no-repeat left bottom;
	position: absolute;
	left: 0;
	bottom: 0;
	margin-bottom: -10px;
	width: 100%;
	height: 13px;
}
.EssentialDrivingTips .owl-theme .owl-nav [class*=owl-]:hover {
	background: #03fc6f;
	color: #fff;
	text-decoration: none;
}
.EssentialDrivingTips .owl-carousel .owl-nav button.owl-next {
	position: absolute;
	right: -4%;
	top: 50%;
	font-size: 25px;
	background: #000000;
	padding: 15px !important;
	border-radius: 0;
}
.EssentialDrivingTips .owl-carousel .owl-nav button.owl-prev {
	position: absolute;
	left: -4%;
	top: 50%;
	font-size: 25px;
	background: #000000;
	padding: 15px !important;
	border-radius: 0;
}
.EssentialDrivingTips .owl-carousel .owl-nav button i {
	color: #fff;
}
/*===========================advocate====================*/
.advocate-sec {
	background: #e8e8e8;
}
.singletips {
	background: #f7f7f7;
}
.advocate-sec .singleadv {
	background: #f1f1f1;
	transition: all ease-in-out 600ms;
}
.advocate-sec .singleadv h2.card-title {
	font-size: 20px;
	color: #000000;
	font-weight: 600;
}
.advocate-sec .singleadv p.card-text {
	padding: 10px 0 20px;
	line-height: 22px;
}
.advocate-sec .singleadv ul li a {
	color: #03fc6f;
	transition: 0.5s;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
}
.advocate-sec .singleadv ul li a:hover {
	margin-left: 5px;
}
.advocate-sec .owl-theme .owl-nav [class*=owl-]:hover {
	background: #212584;
	color: black;
	text-decoration: none;
}
.advocate-sec .owl-carousel .owl-nav button.owl-next {
	position: absolute;
	right: -4%;
	top: 50%;
	font-size: 25px;
	background: #000000;
	padding: 15px !important;
	border-radius: 0;
}
.advocate-sec .owl-carousel .owl-nav button.owl-prev {
	position: absolute;
	left: -4%;
	top: 50%;
	font-size: 25px;
	background: #000000;
	padding: 15px !important;
	border-radius: 0;
}
.advocate-sec .owl-carousel .owl-nav button i {
	color: black;
}
/*======================================blog-slider======================================*/
.blog {
	background: #f1f1f1;
}
.blog .singleblog {
	background: #f1f1f1;
	transition: all ease-in-out 600ms;
}
.blog .singleblog p.card-text {
	padding: 10px 0 20px;
	line-height: 22px;
}
.blog .singleblog ul li a {
	color: #03fc6f;
	transition: 0.5s;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
}
.blog .singleblog ul li a:hover {
	margin-left: 5px;
}
.blog .owl-theme .owl-nav [class*=owl-]:hover {
	background: #03fc6f;
	color: black;
	text-decoration: none;
}
.blog .owl-carousel .owl-nav button.owl-next {
	position: absolute;
	right: -4%;
	top: 50%;
	font-size: 25px;
	background: #000000;
	padding: 15px !important;
	border-radius: 0;
}
.blog .owl-carousel .owl-nav button.owl-prev {
	position: absolute;
	left: -4%;
	top: 50%;
	font-size: 25px;
	background: #000000;
	padding: 15px !important;
	border-radius: 0;
}
.blog .owl-carousel .owl-nav button i {
	color: black;
}
/*======================================footer-sec======================================*/
.footer-sec {
	margin: 0;
	padding: 45px 0 0 0;
	/*background: #000000;*/
	background: url(../images/tt-foter-bg.jpg) top center repeat;
	position: relative;
	color: #fff;
}
.footer-sec .footer-logo {
	padding: 15px;
	width: 260px;
	margin-bottom: 25px;
}
.footer-sec h2 {
	text-transform: uppercase;
	font-weight: 600;
	font-size: 22px;
	line-height: 24px;
	padding-bottom: 10px;
	color: #03fc6f;
	font-family: 'Lato', sans-serif;
	position: relative;
	margin-bottom: 25px;
}
.footer-sec h2:before {
	content: '';
	background: url(../images/heading-line2.png) no-repeat left bottom;
	position: absolute;
	left: 0;
	bottom: 0;
	margin-bottom: -10px;
	width: 100%;
	height: 13px;
}
.footer-box p {
	font-weight: 400;
	line-height: 20px;
	padding-bottom: 15px;
	color: #fff;
	margin-right: 60px;
}
.footer-box a {
	transition: 0.5s;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
}
.footer-box a:hover {
	margin-left: 5px;
}
.footer-sec ul li {
	font-size: 14px;
	line-height: 20px;
	padding-bottom: 15px;
	color: #fff;
}
.footer-sec ul li a {
	color: #fff;
	transition: 0.5s;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
}
.footer-sec ul li a:hover {
	color: #fff;/*background: #1e2391;*/
}
.footer-sec ul li i {
	color: #03fc6f;
	margin-right: 10px;
	font-size: 18px;
	background: #fff;
	width: 30px;
	height: 30px;
	text-align: center;
	line-height: 30px;
	border-radius: 100%;
	transition: 0.5s;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
}
.footer-sec ul li i:hover {
	color: #fff;
	background: #03fc6f;
}
.footer-sec .main-link ul li {
	font-size: 16px;
	text-transform: capitalize;
	font-weight: 500;
	font-family: 'Lato', sans-serif;
	position: relative;
	padding-left: 20px;
}
.footer-sec .main-link ul li:before {
	content: "\f105";
	position: absolute;
	padding-left: 0;
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	left: 0;
}
.footer-sec .main-link ul li a {
	color: #fff;
	transition: all ease-in-out 600ms;
}
.footer-sec .main-link ul li a:hover {
	padding-left: 5px;
	color: #e2b86e;
	transition: all ease-in-out 600ms;
}
.footer-sec .bottom-footer {
	border-top: 1px solid #3d418a;
	background: #03fc6f;
}
.footer-sec .bottom-footer p {
	color: black;
}
.footer-sec .bottom-footer p span {
	color: black;
}
.footer-sec .bottom-footer ul li a {
	color: black;
}
/*=======================================login=======================================*/
.modal .modal-header {
	border-bottom: 1px solid transparent;
}
.choose-recipient ::placeholder {
	/* Chrome, Firefox, Opera, Safari 10.1+ */
	color: #fff !important;
 opacity: 1 red !important;
}
.choose-recipient :-ms-input-placeholder {
	/* Internet Explorer 10-11 */
	color: #fff !important;;
}
.choose-recipient ::-ms-input-placeholder {
	/* Microsoft Edge */
	color: #fff !important;
}
.choose-recipient ::-webkit-input-placeholder {
 color: #fff !important;
}
.choose-recipient ::-o-input-placeholder {
 color: #fff !important;
}
.choose-recipient ::-moz-placeholder {
 color: #fff !important;
}
.choose-recipient {
	margin: 0;
	padding: 1rem 0;
}
.choose-recipient h2 {
	font-size: 26px;
	margin: 0;
	margin-bottom: 20px;
	margin-top: 10px;
	text-transform: uppercase;
	color: #1c2629;
}
.choose-recipient .nav-tabs {
	display: flex;
	flex-wrap: wrap;
	border-bottom: 0px solid #dee2e6;
}
.choose-recipient .nav-tabs .nav-item {
	flex: 0 0 50%;
	max-width: 50%;
	padding: 0 0 0 0;
}
.choose-recipient .nav-tabs .nav-item .nav-link {
	border: 2px solid #ffd503;
	padding: 15px;
	padding-left: 125px;
	position: relative;
	border-radius: 0;
	color: #fff;
	font-size: 20px;
	margin: 0 30px 0 0;
	transition: all ease-in-out 0.2s;
	cursor: pointer;
}
.choose-recipient .nav-tabs .nav-item .nav-link:last-child {
	margin: 0 0px 0 0;
}
.choose-recipient .nav-tabs .nav-item .nav-link.active, .choose-recipient .nav-tabs .nav-item .nav-link:hover {
	border-color: #ffd503;
	background-color: rgba(0,0,0, 0.5);
	transition: all ease-in-out 0.2s;
}
.choose-recipient .nav-tabs .nav-item .nav-link:after {
	content: '';
	display: block;
	background-color: rgba(28,38,41, 0.5);
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 80px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: 0;
	transition: all ease-in-out 0.2s;
}
.choose-recipient .nav-tabs .nav-item .nav-link.active:after {
	content: '\f00c';
	font-family: "Font Awesome 5 Free";
	font-weight: 600;
	text-align: center;
	line-height: 48px;
}
.choose-recipient .tab-pane {
	padding: 30px 45px;
	margin: auto;
	text-transform: uppercase;
	margin-bottom: 50px;
	border: 2px solid #ffd503;
	color: #ffd503;
}
.choose-recipient .tab-pane .form-control {
	background-color: #1c2629;
	border: 2px solid transparent;
	color: black;
	border-radius: 0;
	padding: 10px;
	display: block;
	outline: none;
	font-size: 16px;
	letter-spacing: 1px;
	font-weight: 300;
	width: 100%;
	padding-left: 40px;
}
.choose-recipient select.form-control:not([size]):not([multiple]) {
	height: 48px;
}
.choose-recipient .tab-pane .tab-btn {
	background-color: transparent;
	color: #242424;
	font-weight: 600;
	border: 2px solid #ffd503;
	padding: 10px 40px;
	text-transform: uppercase;
	border-radius: 0;
	transition: all ease-in-out 0.2s;
}
.choose-recipient .tab-pane .tab-btn:hover {
	transition: all ease-in-out 0.2s;
	background-color: #ffd503;
	border: 2px solid #ffd503;
}
.choose-recipient .has-feedback {
	position: relative;
}
.choose-recipient form i.form-control-feedback {
	height: 70px;
	width: 70px;
	line-height: 70px;
	color: #ffffff;
}
.choose-recipient .form-control-feedback {
	position: absolute;
	top: 10px;
	left: 0;
	z-index: 2;
	display: block;
	width: 34px;
	height: 34px;
	line-height: 34px;
	text-align: center;
	pointer-events: none;
}




/*======================================Responsive css======================================*/
@media only screen and (max-width: 1199px) {
}
 @media only screen and (max-width: 992px) {
.navbar .navbar-nav li {
	margin: 0 0 0 21px;
}
.navbar .navbar-nav li.megamenu .submenu1 {
	left: 45%;
}
.banner-sec {
	height: 450px;
}
}
@media only screen and (max-width: 991px) {
.navbar .logo-block {
	width: 115px;
}
.top-header {
	display: none;
}
.nav-toggle {
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
	cursor: pointer;
	height: 2rem;
	right: 1.4rem;
	position: fixed;
 top: .7rem;
	width: 2.3rem;
	z-index: 99999;
}
.nav-toggle:hover {
	opacity: 0.8;
}
.nav-toggle .nav-toggle-bar, .nav-toggle .nav-toggle-bar::after, .nav-toggle .nav-toggle-bar::before {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
	background: #03fc6f;
	content: '';
	padding: 2px 0;
	width: 100%;
	border-radius: 10px;
}
.nav-toggle .nav-toggle-bar {
	margin-top: 0;
}
.nav-toggle .nav-toggle-bar::after {
	margin-top: 12px;
	width: 60%;
	left: 0;
	bottom: 0;
}
.nav-toggle .nav-toggle-bar::before {
	margin-top: -12px;
	width: 60%;
	right: 0;
	top: 0;
}
/*.nav-toggle.expanded .nav-toggle-bar { background: transparent; }*/

.nav-toggle.expanded .nav-toggle-bar::after, .nav-toggle.expanded .nav-toggle-bar::before {
	margin-top: 0;
}
.nav-toggle.expanded .nav-toggle-bar {
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.nav-toggle.expanded .nav-toggle-bar::after {
	-ms-transform: rotate(-90deg);
	-webkit-transform: rotate(-90deg);
	transform: rotate(-90deg);
	margin: 5px 0 0 7px;
}
.nav-toggle.expanded .nav-toggle-bar::before {
	-ms-transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
	margin: -8px 8px 0 0;
}
.bar-collapse {
	-webkit-transition: left 0.6s ease;
	-moz-transition: left 0.6s ease;
	-ms-transition: left 0.6s ease;
	-o-transition: left 0.6s ease;
	transition: left 0.6s ease;
	background: black;
	color: #03fc6f;
	cursor: pointer;
	font-size: 16px;
	font-weight: 500;
	height: 100vh;
	position: absolute;
	left: -100%;
	padding: 15px;
	top: 0;
	width: 25%;
	z-index: 9999;
	overflow: hidden;
	overflow-y: scroll;
	display: block !important;
}
.bar-collapse .header-btn {
	margin-top: 25px;
}
.bar-collapse .header-btn .button {
	margin-left: 0;
}
.bar-collapse.expanded2 li, .bar-collapse.expanded2 li.active {
	background: transparent;
	margin: 0;
	padding: 10px 0;
	margin-bottom: 2px;
	border-bottom: 0px;
	font-size: 16px;
	font-weight: 500;
}
.bar-collapse.expanded2 li, .bar-collapse.expanded2 li.active a {
	color: #03fc6f;
}
.bar-collapse.expanded2 li a:hover {
	border-bottom: 0px;
	color: #03fc6f;
}
.bar-collapse.expanded2 li a {
	color: #03fc6f;
}
.bar-collapse.expanded2 {
	-webkit-transition: left 0.6s ease;
	-moz-transition: left 0.6s ease;
	-ms-transition: left 0.6s ease;
	-o-transition: left 0.6s ease;
	transition: left 0.6s ease;
	left: 0rem;
	box-shadow: 0 0px 10px 1px #565656;
}
.navbar .navbar-nav li.megamenu .submenu1 {
	left: 45%;
}
.banner-sec {
	height: 450px;
}
.navbar .navbar-nav {
	display: flex;
}
.navbar .navbar-nav li.megamenu .submenu1 {
	left: 0;
	position: relative;
}
.navbar .navbar-nav li.megamenu .submenu {
	left: 0;
	position: relative;
}
.navbar .navbar-nav li.megamenu .submenu .d-flex {
	flex-direction: column;
}
}

.nav-toggle {
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
	cursor: pointer;
	height: 2rem;
	right: 1.4rem;
	position: fixed;
 top: .7rem;
	width: 2.3rem;
	z-index: 99999;
}
.nav-toggle:hover {
	opacity: 0.8;
}
.nav-toggle .nav-toggle-bar, .nav-toggle .nav-toggle-bar::after, .nav-toggle .nav-toggle-bar::before {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
	background: #03fc6f;
	content: '';
	padding: 2px 0;
	width: 100%;
	border-radius: 10px;
}
.nav-toggle .nav-toggle-bar {
	margin-top: 0;
}
.nav-toggle .nav-toggle-bar::after {
	margin-top: 12px;
	width: 60%;
	left: 0;
	bottom: 0;
}
.nav-toggle .nav-toggle-bar::before {
	margin-top: -12px;
	width: 60%;
	right: 0;
	top: 0;
}
.nav-toggle.expanded .nav-toggle-bar::after, .nav-toggle.expanded .nav-toggle-bar::before {
	margin-top: 0;
}
.nav-toggle.expanded .nav-toggle-bar {
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.nav-toggle.expanded .nav-toggle-bar::after {
	-ms-transform: rotate(-90deg);
	-webkit-transform: rotate(-90deg);
	transform: rotate(-90deg);
	margin: 5px 0 0 7px;
}
.nav-toggle.expanded .nav-toggle-bar::before {
	-ms-transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
	margin: -8px 8px 0 0;
}
.bar-collapse {
	-webkit-transition: left 0.6s ease;
	-moz-transition: left 0.6s ease;
	-ms-transition: left 0.6s ease;
	-o-transition: left 0.6s ease;
	transition: left 0.6s ease;
	background: black;
	color: #03fc6f;
	cursor: pointer;
	font-size: 16px;
	font-weight: 500;
	height: 100vh;
	position: absolute;
	left: -100%;
	padding: 15px;
	top: 0;
	width: 25%;
	z-index: 9999;
	overflow: hidden;
	overflow-y: scroll;
	display: block !important;
}
.bar-collapse .header-btn {
	margin-top: 25px;
}
.bar-collapse .header-btn .button {
	margin-left: 0;
}
.bar-collapse.expanded2 li, .bar-collapse.expanded2 li.active {
	background: transparent;
	margin: 0;
	padding: 10px 0;
	margin-bottom: 2px;
	border-bottom: 0px;
	font-size: 16px;
	font-weight: 500;
}
.bar-collapse.expanded2 li, .bar-collapse.expanded2 li.active a {
	color: #03fc6f;
}
.bar-collapse.expanded2 li a:hover {
	border-bottom: 0px;
	color: #03fc6f;
}
.bar-collapse.expanded2 {
	-webkit-transition: left 0.6s ease;
	-moz-transition: left 0.6s ease;
	-ms-transition: left 0.6s ease;
	-o-transition: left 0.6s ease;
	transition: left 0.6s ease;
	left: 0rem;
	box-shadow: 0 0px 10px 1px #565656;
}
.banner-sec .desc {
	display: none;
}
.banner-sec .owl-dots {
	display: none;
}
.heading-top h2 {
	font-size: 22px;
	margin: 0;
}
.navbar .navbar-nav li.megamenu .submenu1 {
	left: 0;
	position: relative;
}
.navbar .navbar-nav li.megamenu .submenu {
	left: 0;
	position: relative;
}
.navbar .navbar-nav li.megamenu .submenu .d-flex {
	flex-direction: column;
}
}
@media only screen and (max-width: 575px) {
.navbar {
	padding: 15px;
}
.banner-sec {
	height: 300px;
}
.bar-collapse {
    width: 35%;
}
}
 @media only screen and (max-width: 414px) {

.banner-sec {
	height: 300px;
}
.caption {
	position: absolute;
	top: 7%;
	left: 3%;
}
.caption h2 {
	color: #000000;
	padding: 10px 0;
	font-weight: 600;
	font-size: 30px;
}
.car {
    width: 300px;
    bottom: -18px;
}
.wheel .back-wheel {
    left: -125px;
    bottom: -168px;
}
.wheel .front-wheel {
    left: 58px;
    bottom: -168px;
}
.wheel img {
    width: 58px;
    height: 58px;
}
}
 @media only screen and (max-width: 320px) {
}



        .road-container {
            position: relative;
            width: 100%;
            max-width: 1400px;
            margin: 0 auto;
            padding: 40px 0;
        }

        .road-title {
            text-align: center;
            color: #2c3e50;
            margin-bottom: 30px;
            font-size: clamp(1.5rem, 4vw, 2.5rem);
        }

        .road-wrapper {
            position: relative;
            overflow-x: auto;
            overflow-y: hidden;
            padding: 20px;
            scroll-behavior: smooth;
            cursor: grab;
        }

        .road-wrapper:active {
            cursor: grabbing;
        }

        /* Scrollbar styling */
        .road-wrapper::-webkit-scrollbar {
            height: 12px;
        }

        .road-wrapper::-webkit-scrollbar-track {
            background: #f1f1f1;
            border-radius: 10px;
        }

        .road-wrapper::-webkit-scrollbar-thumb {
            background: #888;
            border-radius: 10px;
        }

        .road-wrapper::-webkit-scrollbar-thumb:hover {
            background: #555;
        }

        .content-wrapper {
            position: relative;
            min-width: max-content;
        }

        .signs-container {
            display: flex;
            gap: 80px;
            padding: 0 40px 100px 40px;
            align-items: flex-end;
            position: relative;
            z-index: 5;
        }

        .road {
            position: absolute;
            bottom: 0;
            left: 0;
            width: 100%;
            height: 70px;
            background: linear-gradient(to bottom, 
                #4a4a4a 0%, 
                #4a4a4a 45%, 
                #FFD700 45%, 
                #FFD700 48%, 
                transparent 48%, 
                transparent 52%,
                #FFD700 52%,
                #FFD700 55%,
                #4a4a4a 55%,
                #4a4a4a 100%
            );
            border-radius: 20px;
            box-shadow: 0 10px 30px rgba(0,0,0,0.1);
            pointer-events: none;
            z-index: 2;
        }

        /* Road lines */
        .road::before {
            content: '';
            position: absolute;
            top: 50%;
            left: 0;
            right: 0;
            height: 4px;
            background: repeating-linear-gradient(
                to right,
                #FFD700,
                #FFD700 30px,
                transparent 30px,
                transparent 60px
            );
            transform: translateY(-50%);
            opacity: 0.8;
        }

        .service-sign {
            position: relative;
            flex-shrink: 0;
            width: 200px;
            transition: transform 0.3s ease;
            cursor: pointer;
            z-index: 5;
        }

        .service-sign:hover {
            transform: translateY(-10px);
        }

        /* Sign pole */
        .sign-pole {
            position: absolute;
            width: 8px;
            height: 200px;
            background: linear-gradient(to bottom, #7f8c8d, #95a5a6);
            top: 100%;
            left: 50%;
            transform: translateX(-50%);
            border-radius: 4px;
            z-index: 1;
        }

        .sign-pole::before {
            content: '';
            position: absolute;
            bottom: -5px;
            left: 50%;
            transform: translateX(-50%);
            width: 30px;
            height: 30px;
            background: #7f8c8d;
            border-radius: 50%;
        }

        /* Octagonal sign board */
        .sign-board {
            position: relative;
            background: linear-gradient(135deg, #3498db, #2980b9);
            color: white;
            padding: 30px 20px;
            clip-path: polygon(30% 0%, 70% 0%, 100% 30%, 100% 70%, 70% 100%, 30% 100%, 0% 70%, 0% 30%);
            box-shadow: 0 8px 20px rgba(0,0,0,0.2);
            text-align: center;
            min-height: 180px;
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;
            z-index: 5;
        }

        .sign-board::before {
            content: '';
            position: absolute;
            top: 5px;
            left: 5px;
            right: 5px;
            bottom: 5px;
            background: rgba(255,255,255,0.1);
            clip-path: polygon(30% 0%, 70% 0%, 100% 30%, 100% 70%, 70% 100%, 30% 100%, 0% 70%, 0% 30%);
            z-index: 0;
        }

        .sign-content {
            position: relative;
            z-index: 5;
        }

        /* Service icon */
        .service-icon {
            font-size: 2.5rem;
            margin-bottom: 10px;
            filter: drop-shadow(2px 2px 4px rgba(0,0,0,0.3));
            display: none;
        }

        .service-title {
            font-size: 1.1rem;
            font-weight: bold;
            margin-bottom: 8px;
            text-shadow: 1px 1px 2px rgba(0,0,0,0.2);
        }

        .service-desc {
            font-size: 0.8rem;
            opacity: 0.95;
            line-height: 1.4;
        }

        /* Various colors for signs */
        .sign-board.blue { background: linear-gradient(135deg, #3498db, #2980b9); }
        .sign-board.green { background: linear-gradient(135deg, #27ae60, #229954); }
        .sign-board.purple { background: linear-gradient(135deg, #9b59b6, #8e44ad); }
        .sign-board.orange { background: linear-gradient(135deg, #e67e22, #d35400); }
        .sign-board.red { background: linear-gradient(135deg, #e74c3c, #c0392b); }
        .sign-board.teal { background: linear-gradient(135deg, #1abc9c, #16a085); }
        .sign-board.yellow { background: linear-gradient(135deg, #f39c12, #e67e22); }

        /* Responsive */
        @media (max-width: 768px) {
            .signs-container {
                gap: 60px;
                padding: 0 30px 80px 30px;
            }

            .service-sign {
                width: 180px;
            }

            .sign-board {
                padding: 25px 15px;
                min-height: 160px;
            }

            .service-icon {
                font-size: 2rem;
            }

            .service-title {
                font-size: 1rem;
            }

            .service-desc {
                font-size: 0.75rem;
            }

            .sign-pole {
                height: 160px;
            }

            .road {
                height: 60px;
            }
        }

        @media (max-width: 480px) {
            .signs-container {
                gap: 50px;
                padding: 0 20px 60px 20px;
            }

            .service-sign {
                width: 150px;
            }

            .sign-board {
                padding: 20px 12px;
                min-height: 140px;
            }

            .service-icon {
                font-size: 1.8rem;
            }

            .service-title {
                font-size: 0.9rem;
            }

            .service-desc {
                font-size: 0.7rem;
            }

            .road-title {
                font-size: 1.3rem;
            }

            .road {
                height: 50px;
            }

            .sign-pole {
                height: 130px;
            }
        }
		
		

        .roserv-container {
            position: relative;
            width: 100%;
            max-width: 1400px;
            margin: 0 auto;
            padding: 40px 0;
        }

        .roserv-title {
            text-align: center;
            color: #2c3e50;
            margin-bottom: 30px;
            font-size: clamp(1.5rem, 4vw, 2.5rem);
        }

        .roserv-wrapper {
            position: relative;
            overflow-x: auto;
            overflow-y: hidden;
            padding: 20px;
            scroll-behavior: smooth;
            cursor: grab;
        }

        .roserv-wrapper:active {
            cursor: grabbing;
        }

        .roserv-wrapper::-webkit-scrollbar {
            height: 12px;
        }

        .roserv-wrapper::-webkit-scrollbar-track {
            background: #f1f1f1;
            border-radius: 10px;
        }

        .roserv-wrapper::-webkit-scrollbar-thumb {
            background: #888;
            border-radius: 10px;
        }

        .roserv-wrapper::-webkit-scrollbar-thumb:hover {
            background: #555;
        }

        .roservcontent-wrapper {
            position: relative;
            min-width: max-content;
        }

        .signserv2serv-container {
            display: flex;
            gap: 60px;
            padding: 40px 40px 100px 40px;
            align-items: flex-end;
            position: relative;
            z-index: 5;
        }

        .roserv {
            position: absolute;
            bottom: 0;
            left: 0;
            width: 100%;
            height: 70px;
            background: linear-gradient(to bottom, 
                #4a4a4a 0%, 
                #4a4a4a 45%, 
                #FFD700 45%, 
                #FFD700 48%, 
                transparent 48%, 
                transparent 52%,
                #FFD700 52%,
                #FFD700 55%,
                #4a4a4a 55%,
                #4a4a4a 100%
            );
            border-radius: 20px;
            box-shadow: 0 10px 30px rgba(0,0,0,0.1);
            pointer-events: none;
            z-index: 2;
        }

        .roserv::before {
            content: '';
            position: absolute;
            top: 50%;
            left: 0;
            right: 0;
            height: 4px;
            background: repeating-linear-gradient(
                to right,
                #FFD700,
                #FFD700 30px,
                transparent 30px,
                transparent 60px
            );
            transform: translateY(-50%);
            opacity: 0.8;
        }

        .service-signserv2 {
            position: relative;
            flex-shrink: 0;
            width: 200px;
            transition: transform 0.3s ease;
            cursor: pointer;
            z-index: 5;
        }

        .service-signserv2:hover {
            transform: translateY(-10px);
        }

        .signserv2-pole {
            position: absolute;
            width: 8px;
            height: 200px;
            background: linear-gradient(to bottom, #7f8c8d, #95a5a6);
            top: 100%;
            left: 50%;
            transform: translateX(-50%);
            border-radius: 4px;
            z-index: 1;
        }

        .signserv2-pole::before {
            content: '';
            position: absolute;
            bottom: -5px;
            left: 50%;
            transform: translateX(-50%);
            width: 30px;
            height: 30px;
            background: #7f8c8d;
            border-radius: 50%;
        }

        .signserv2-board {
            position: relative;
            background: linear-gradient(135deg, #3498db, #2980b9);
            color: white;
            padding: 20px 12px;
            clip-path: polygon(30% 0%, 70% 0%, 100% 30%, 100% 70%, 70% 100%, 30% 100%, 0% 70%, 0% 30%);
            box-shadow: 0 8px 20px rgba(0,0,0,0.2);
            text-align: center;
            min-height: 180px;
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;
            z-index: 5;
        }

        .signserv2-board::before {
            content: '';
            position: absolute;
            top: 5px;
            left: 5px;
            right: 5px;
            bottom: 5px;
            background: rgba(255,255,255,0.1);
            clip-path: polygon(30% 0%, 70% 0%, 100% 30%, 100% 70%, 70% 100%, 30% 100%, 0% 70%, 0% 30%);
            z-index: 0;
        }

        .signserv2-content {
            position: relative;
            z-index: 5;
        }

        .service-title {
            font-size: 0.95rem;
            font-weight: bold;
            margin-bottom: 8px;
            text-shadow: 1px 1px 2px rgba(0,0,0,0.2);
            line-height: 1.2;
        }

        .price-container {
            margin: 8px 0;
        }

        .original-price {
            font-size: 0.8rem;
            text-decoration: line-through;
            opacity: 0.7;
            margin-bottom: 3px;
        }

        .discounted-price {
            font-size: 1.3rem;
            font-weight: bold;
            color: #FFD700;
            text-shadow: 2px 2px 4px rgba(0,0,0,0.3);
        }

        .service-desc {
            font-size: 0.75rem;
            opacity: 0.95;
            line-height: 1.3;
            margin-bottom: 10px;
        }

        .book-btn {
            background: #FFD700;
            color: #2c3e50;
            padding: 8px 16px;
            border-radius: 20px;
            text-decoration: none;
            font-weight: bold;
            font-size: 0.8rem;
            display: inline-block;
            transition: all 0.3s ease;
            box-shadow: 0 3px 10px rgba(255, 215, 0, 0.3);
        }

        .book-btn:hover {
            background: #FFC700;
            transform: translateY(-2px);
            box-shadow: 0 5px 15px rgba(255, 215, 0, 0.5);
        }

        .discount-badge {
            position: absolute;
            top: -25px;
            left: 50%;
            transform: translateX(-50%);
            background: linear-gradient(135deg, #FF4444, #CC0000);
            color: white;
            padding: 6px 16px;
            border-radius: 20px;
            font-size: 0.8rem;
            font-weight: bold;
            z-index: 10;
            box-shadow: 0 4px 12px rgba(255, 68, 68, 0.6);
            border: 2px solid white;
            white-space: nowrap;
            animation: bounce 2s infinite;
        }

        @keyframes bounce {
            0%, 100% {
                transform: translateX(-50%) translateY(0);
            }
            50% {
                transform: translateX(-50%) translateY(-5px);
            }
        }

        .signserv2-board.blue { background: linear-gradient(135deg, #3498db, #2980b9); }
        .signserv2-board.green { background: linear-gradient(135deg, #27ae60, #229954); }
        .signserv2-board.purple { background: linear-gradient(135deg, #9b59b6, #8e44ad); }
        .signserv2-board.orange { background: linear-gradient(135deg, #e67e22, #d35400); }
        .signserv2-board.red { background: linear-gradient(135deg, #e74c3c, #c0392b); }
        .signserv2-board.teal { background: linear-gradient(135deg, #1abc9c, #16a085); }
        .signserv2-board.yellow { background: linear-gradient(135deg, #f39c12, #e67e22); }
        .signserv2-board.dark { background: linear-gradient(135deg, #34495e, #2c3e50); }
        .signserv2-board.pink { background: linear-gradient(135deg, #e91e63, #c2185b); }
        .signserv2-board.indigo { background: linear-gradient(135deg, #3f51b5, #303f9f); }
        .signserv2-board.cyan { background: linear-gradient(135deg, #00bcd4, #0097a7); }
        .signserv2-board.lime { background: linear-gradient(135deg, #8bc34a, #689f38); }

        @media (max-width: 768px) {
            .signserv2serv-container {
                gap: 50px;
                padding: 40px 30px 80px 30px;
            }
            .service-signserv2 { width: 180px; }
            .signserv2-board { padding: 18px 10px; min-height: 170px; }
            .service-title { font-size: 0.9rem; }
            .signserv2-pole { height: 160px; }
            .roserv { height: 60px; }
            .discount-badge { font-size: 0.75rem; padding: 5px 12px; }
        }

        @media (max-width: 480px) {
            .signserv2serv-container {
                gap: 40px;
                padding: 40px 20px 60px 20px;
            }
            .service-signserv2 { width: 160px; }
            .signserv2-board { padding: 15px 8px; min-height: 160px; }
            .service-title { font-size: 0.85rem; }
            .roserv-title { font-size: 1.3rem; }
            .roserv { height: 50px; }
            .signserv2-pole { height: 130px; }
            .discount-badge { font-size: 0.7rem; padding: 4px 10px; }
        }
		

.stars { font-size: 14px; line-height: 1; }
.stars .star { color: #f5a623; } /* ستاره پر */
.stars .star--empty { color: #ddd; }

.g-review-card .card-text {
  display: -webkit-box;
  -webkit-line-clamp: 5; /* تا ۵ خط */
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.g-reviewer {
  display: flex; align-items: center; gap: 10px;
}
.g-reviewer img {
  width: 36px; height: 36px; border-radius: 50%; object-fit: cover;
}


/* Make top header visible on mobile */
.top-header {
    display: block !important;
}

@media (max-width: 768px) {
    .top-header {
        display: block !important;
    }
    
    .top-header ul {
        flex-wrap: wrap;
        justify-content: center;
        font-size: 16px;
        color:  black;
    }
    
    .top-header ul li {
        margin: 5px 10px;
        color:  black;

    }
    
    .top-header ul li a {
        font-size: 16px;
        color:  black;

    }
}