/***** General CSS *****/
body::-webkit-scrollbar {
  width: 5px;
}
 
body::-webkit-scrollbar-track {
  background: #ffffff;
}
 
body::-webkit-scrollbar-thumb {
  background: #f15a26;
}

h1.entry-title {
	display: none !important;
}

.page-content, 
.entry-content, 
.entry-summary,
.post, 
.page {
	margin: 0 !important;
}

a {
	text-decoration: none;
	transition: all 300ms ease-in-out;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
}

a,
a:hover,
a:focus {
	outline: none;
}

.btn {
	font-size: 16px !important;
    line-height: 24px !important;
	font-weight: 600 !important;
	padding: 11px 24px;
	border-radius: 8px;
	text-transform: capitalize;
	border: 1px solid;
	text-decoration: none;
}

.btn-black {
	background-color: #000000;
	color: #ffffff;
	border-color: #000000;
}

.btn-black:hover,
.btn-black:focus {
	border-color: #c2c2c2;
	background-color: #c2c2c2;
}

.btn-white {
	background-color: #ffffff;
	color: #000000 !important;
}

.btn-white:hover,
.btn-white:focus {
	background-color: #000000;
	color: #ffffff !important;
	border-color: #000000;
}

.container {
	max-width: 1296px;
	margin: 0 auto;
	padding: 0 15px;
}

.flex-row {
	display: flex;
	flex-direction: row;
}

/***** Header Section CSS *****/
.gd-header {
	background-color: #24252d;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 99;
    padding: 10px 0;
	transition: all 0.3s ease;
}

.gd-header .flex-row {
	justify-content: space-between;
	align-items: center;
}

.gd-header .gd-logo {
	width: 150px;
	padding: 0 15px;
}

.gd-header .gd-menu {
	padding: 0 15px;
}

.gd-header .gd-menu ul {
	margin: 0;
	padding: 4px;
	list-style-type: none;
	display: flex;
	flex-direction: row;
	align-items: center;
	gap: 20px;
}

.gd-header .gd-menu ul li a {
	font-size: 16px;
	line-height: 24px;
	padding: 8px 16px;
    border-radius: 30px;
	text-decoration: none;
	display: flex;
	color: #ffffff;
}

.gd-header .gd-menu ul li.current-menu-item a,
.gd-header .gd-menu ul li a:hover {
	background-color: #000000;
	color: #ffffff;
}

.gd-header .gd-btn {
	display: flex;
	flex-direction: row;
	align-items: center;
	padding: 0 15px;
}

.gd-header .gd-btn > .btn {
	margin: 0 10px 0 0;
}

.gd-header .gd-btn > .btn:last-child {
	margin: 0;
}

.gd-header .gd-btn .header-widget ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	display: flex;
	flex-direction: row;
}

.gd-header .gd-btn .header-widget ul li {
	display: flex;
}

.gd-header .gd-btn .header-widget ul li a {
	font-size: 16px !important;
    line-height: 24px !important;
	font-weight: 600 !important;
	padding: 11px 24px;
	border-radius: 8px;
	text-transform: capitalize;
	border: 1px solid;
	text-decoration: none;
	margin: 0 10px 0 0;
	background-color: #000000;
	color: #ffffff;
	border-color: #000000;
}

.gd-header .gd-btn .header-widget ul li:last-child a {
	margin: 0;
	background-color: #ffffff;
	color: #000000;
	border-color: #000000;
}

.gd-header .gd-btn .header-widget ul li a:hover,
.gd-header .gd-btn .header-widget ul li a:focus {
	border-color: #c2c2c2;
	background-color: #c2c2c2;
}

.gd-header .gd-btn .header-widget ul li:last-child a:hover,
.gd-header .gd-btn .header-widget ul li:last-child a:focus {
	background-color: #000000;
	color: #ffffff !important;
	border-color: #000000;
}

.header-scrolled {
	background-color: #24252d;
    backdrop-filter: blur(30px);
    padding: 5px 0;
}

.header-scrolled .gd-menu ul {
	background: none;
}

/***** Hero Banner CSS *****/
.hero-banner {
	backdrop-filter: blur(16px);
}

.hero-banner::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	backdrop-filter: blur(4px);
	z-index: -1;
}

.subtitle {
	font-size: 16px;
	line-height: 24px;
	font-weight: 700;
	background: rgba(255,255,255,0.12);
    backdrop-filter: blur(4px);
    padding: 8px;
    padding-right: 12px;
    border-radius: 100px;
    margin-bottom: 24px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 12px;
}

.subtitle .img__group {
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-left: 10px;
}

.subtitle .img__group img {
	width: 30px;
    height: 30px;
    border-radius: 50%;
    border: 1px solid #c2c2c2;
    -o-object-fit: cover;
    object-fit: cover;
    position: relative;
    margin-left: -10px;
}

.subtitle .star {
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 2px;
	font-size: 16px;
	color: #FFC107;
}

.hero-banner .hero-banner-collage h3.elementor-image-box-title {
	margin: 5px 0;
}

/***** Seamless Journey Section CSS *****/
.seamless-journey p {
	color: #919191;
}

.seamless-journey-list > .elementor-element {
	width: calc(50% - 10px);
}

.seamless-journey-list > div p {
	margin: 0;
}

.seamless-journey-left > div {
	height: 100%;
}

/***** Ride App Section CSS *****/
.ride-app-store a.elementor-button {
	width: 100%;
	display: block;
}

/***** Features Section CSS *****/
.featured-box .elementor-widget-image {
	position: absolute;
    top: 25px;
    right: 24px;
} 

.featured-box p {
	margin: 0 !important;
}

.featured-box:hover .elementor-heading-title,
.how-it-work-box:hover .elementor-heading-title,
.service-box:hover .elementor-heading-title {
	color: #ffffff !important;
}

.featured-box:hover img,
.how-it-work-box:hover img,
.service-box:hover img {
	filter: brightness(0) invert(1);
}

.how-it-work-box::after {
	content: '';
    position: absolute;
    top: 50px;
    right: -10px;
    width: 40px;
    height: 2px;
    background-color: #f15a26;
	border-radius: 5px;
}

.how-it-work-box:hover::after {
	background-color: #ffffff;
}

.how-it-works > .e-con-inner > .elementor-element .how-it-work-box:last-child::after {
	display: none;
}

/***** About Us Section CSS *****/
.about-us p {
	color: #919191;
}

/***** User Review Section CSS *****/
.user-review .elementor-widget-text-editor p {
	color: #919191;
}

.review-box .review-date {
	position: absolute;
    top: 0;
    right: 0;
}

.review-box .review-rating {
	font-weight: 700;
	font-size: 16px;
	line-height: 24px;
	margin: 5px 0;
}

.review-box .review-rating span {
	color: #FFC107;
}

.review-box .review-text p {
	margin: 16px 0 0;
	font-size: 16px;
	line-height: 24px;
	font-weight: 600;
	color: #ffffff;
}

.user-review-slider .slick-slide {
    margin: 0 10px 30px;
	display: flex;
}

.slick-dots li {
	width: unset;
	height: unset;
}

.slick-dots li button {
	width: 14px;
	height: 14px;
	border-radius: 100%;
	background: #f1f7fe;
}

.slick-dots li button::before {
	display: none;
}

.slick-dots li.slick-active button {
	width: 33px;
	background-color: #000000;
	border-radius: 50px;
}

.slick-prev, 
.slick-next {
	width: 48px;
	height: 48px;
	border-radius: 12px !important;
	background-color: #f6f7f9 !important;
	padding: 0 !important;
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 3;
}

.slick-list {
	margin: 0 45px;
}

.slick-prev {
	left: 0;
}

.slick-next {
	right: 0;
}

.slick-next::before {
	content: '';
	width: 24px;
	height: 24px;
	background: url('../images/right.webp') no-repeat;
	background-size: 24px;
}

.slick-prev::before {
	content: '';
	width: 24px;
	height: 24px;
	background: url('../images/left.webp') no-repeat;
	background-size: 24px;
}

.slick-track {
    display: flex !important;
    align-items: stretch;
}

.slick-slide {
    height: auto !important;
    display: flex !important;
}

/***** Faq Section CSS *****/
h2 span {
	display: block;
	color: #f15a26;
}

.faq .elementor-widget-text-editor p {
	margin: 0 0 20px;
}

.faq .e-n-accordion-item-title {
	justify-content: space-between;
}

/***** Footer Section CSS *****/
.gd-footer {
	padding: 32px 0;
	background-color: #000000;
	color: #ffffff;
	position: relative;
}

.gd-footer::before {
	content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url('../images/footer-bg-ellipse.webp');
    background-size: cover;
    background-position: center;
}

.gd-footer .container {
	position: relative;
	z-index: 3;
}

.gd-footer-menu {
	display: flex;
	flex-direction: row;
}

.gd-footer-menu .footer-text-widget {
	padding: 0 15px;
	flex-basis: 20%;
}

.gd-footer-menu .widgettitle {
	font-size: 20px !important;
	line-height: 25px !important;
	margin: 0 0 15px;
}

.gd-footer-menu ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.gd-footer-menu ul li {
	margin: 0 0 5px;
}

.gd-footer-menu ul li a {
	color: #ffffff;
	font-size: 14px;
	line-height: 19px;
	cursor: pointer;
}

.gd-footer a:hover {
	color: #d7aa5c;
}

.gd-footer .flex-row {
	justify-content: space-between;
    border-top: 1px solid #363636;
    margin-top: 32px;
    padding-top: 20px;
}

.gd-copyright,
.gd-social {
	padding: 0 15px;
}

.gd-copyright {
	display: flex;
	flex-direction: row;
	align-items: center;
}

.gd-copyright .footer-text-widget {
	margin:0 30px 0 0;
}

.gd-copyright .footer-text-widget:last-child {
	margin: 0;
}

.gd-copyright p {
	margin: 0 !important;
	font-size: 14px;
	line-height: 19px;
}

.gd-copyright ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.gd-copyright ul li {
	display: inline-block;
	margin:0 15px 0 0;
}

.gd-copyright ul li:last-child {
	margin: 0;
}

.gd-copyright ul li a {
	font-size: 14px;
	line-height: 19px;
	color: #ffffff;
}

.gd-social {
	padding: 0 15px;
    display: flex;
    flex-direction: row;
    align-items: center;
	flex-wrap: wrap;
}

.gd-social a img {
	width: 20px;
}

.gd-social a {
	margin: 0 15px 0 0;
}

/***** Bottm to Top Section CSS *****/
.gd-top {
	position: fixed;
	bottom: 20px;
	right: 20px;
	width: 50px;
	height: 50px;
	background-color: #c2c2c2;
	border-radius: 100%;
	cursor: pointer;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
	z-index: 9;
}

.gd-top.show {
    opacity: 1;
    visibility: visible;
}

.gd-top img {
	width: 15px;
    filter: brightness(0) invert(1);
	position: relative;
    top: 13px;
    left: 17px;
}

/***** Mobile Menu Section CSS *****/
#gd-hamburger {
	font-size: 30px;
	cursor: pointer;
	display: none;
}

#gd-sidebar {
	position: fixed;
	top: 0;
	left: -380px; 
	width: 380px;
	height: 100%;
	background-color: #ffffff;
	color: #fff;
	transition: all 300ms ease-in-out;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	z-index: 1000;
	padding-top: 100px;
	overflow-y: auto;
}

#gd-sidebar.open {
  left: 0;
}

#gd-sidebar::-webkit-scrollbar {
  width: 5px;
}
 
#gd-sidebar::-webkit-scrollbar-track {
  background: #ffffff;
}
 
#gd-sidebar::-webkit-scrollbar-thumb {
  background: rgba(20,105,181,0.3);
}

.gd-mobile-header {
	display: flex;
	justify-content: space-between;
	padding: 15px;
	align-items: center;
	background: rgba(20,105,181,0.3);
	position: absolute;
	top: 0;
	width: 100%;
}

.gd-mobile-header img {
	width: 50px;
}

#gd-close-btn {
	font-size: 20px;
	cursor: pointer;
	width: 40px;
	height: 40px;
	border-radius: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	background: rgba(255,255,255,0.2);
	color: #ff5e5e;
}

#gd-sidebar ul.menu {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#gd-sidebar ul.menu li {
	padding: 10px 15px;
    border-bottom: 1px solid #eaeaea;
}

#gd-sidebar ul.menu li a {
	color: #c2c2c2;
	font-size: 16px;
	line-height: 26px;
}

#gd-sidebar ul.wp-block-list {
	margin: 0;
	padding: 10px 0;
	list-style-type: none;
	border-bottom: 1px solid #eaeaea;
}

#gd-sidebar ul.wp-block-list li a {
	display: block;
	padding: 6px 10px;
	font-size: 16px;
	line-height: 26px;
	border: 1px solid #000000;
	border-radius: 8px;
	background-color: #000000;
	color: #ffffff;
	text-align: center;
	text-transform: capitalize;
}

#gd-sidebar ul.wp-block-list li a:hover,
#gd-sidebar ul.wp-block-list li a:focus {
	border-color: #c2c2c2;
	background-color: #c2c2c2;
}

#gd-sidebar ul.wp-block-list li:last-child a {
	background-color: #ffffff;
	color: #000000;
}

#gd-sidebar ul.wp-block-list li:last-child a:hover,
#gd-sidebar ul.wp-block-list li:last-child a:focus {
	background-color: #000000;
	color: #ffffff;
}

#gd-sidebar ul.wp-block-list li {
	padding: 5px 15px;
}

/***** Content Based Section CSS *****/
.content-based-sec a {
	text-decoration: underline !important;
}

.content-based-sec p,
.post-detail .entry-content p {
	margin: 0 0 30px !important;
}

.content-based-sec ul,
.content-based-sec ol,
.post-detail .entry-content ul,
.post-detail .entry-content ol {
	margin: 0 0 30px 40px;
	padding: 0;
}

.content-based-sec ul li,
.content-based-sec ol li,
.post-detail .entry-content ul li,
.post-detail .entry-content ol li {
	margin: 0 0 10px;
}

.content-based-sec ul li p,
.content-based-sec ol li p,
.post-detail .entry-content ul li p,
.post-detail .entry-content ol li p {
	margin: 0 !important;
}

.content-based-sec h1,
.content-based-sec h2,
.content-based-sec h3,
.content-based-sec h4,
.content-based-sec h5,
.content-based-sec h6,
.post-detail h1,
.post-detail h2,
.post-detail h3,
.post-detail h4,
.post-detail h5,
.post-detail h6 {
	margin: 0 0 15px;
}

.content-based-sec table,
.post-detail table {
	border: none;
    width: 100%;
    border-collapse: collapse;
    margin: 0;
	color: #ffffff;
}

.content-based-sec table th,
.post-detail table th {
	padding: 5px 15px;
    text-align: center;
    background-color: #f15a26;
    font-size: 16px;
	border-right: 1px solid #ffffff4f;
}

.content-based-sec table td,
.post-detail table td {
	padding: 5px 15px;
    background-color: #000000;
    font-size: 14px;
	line-height: 22px;
	border-right: 1px solid #686868;
	border-bottom: 1px solid #686868;
}

.content-based-sec table td strong,
.post-detail table td strong {
	font-style: italic;
}

.content-based-sec table td span,
.post-detail table td span {
	color: #ff0000;
}

.content-based-sec table td span.orange,
.post-detail table td span.orange {
	color: #f15a26;
}

.content-based-sec table td span.green,
.post-detail table td span.green {
	color: #08a908;
}

.content-based-sec table tr:last-child td,
.post-detail table tr:last-child td {
	border-bottom: none;
}

.content-based-sec table tr td:last-child,
.post-detail table tr td:last-child {
	border-right: none;
}

.table-responsive,
.post-detail .table-responsive {
	width: 100%;
 	overflow-x: auto;
}

.table-col-8 table tr th,
.table-col-8 table tr td {
	width: 12.5%;
}

.table-col-7 table tr th,
.table-col-7 table tr td {
	width: 14.2%;
}

.table-col-6 table tr th,
.table-col-6 table tr td {
	width: 16.6%;
}

.table-col-5 table tr th,
.table-col-5 table tr td {
	width: 20%;
}

.table-col-4 table tr th,
.table-col-4 table tr td {
	width: 25%;
}

.table-col-3 table tr th,
.table-col-3 table tr td {
	width: 33.3%;
}

.table-col-2 table tr th,
.table-col-2 table tr td {
	width: 75%;
}

.table-col-2 table tr th:first-child,
.table-col-2 table tr td:first-child {
	width: 25%;
}

.quote-center {
	margin: 0 auto;
}

/***** Blog Listing & Detail Page *****/
.custom-post-list {
	display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 15px;
}

.post-item {
	border-radius: 16px;
	background-color: #000000;
	padding: 24px 24px 4px;
}

.post-item h6 a {
	text-decoration: none !important;
	font-size: inherit;
	font-weight: inherit;
}

.post-detail {
	font-family: 'Lato', sans-serif;
}

.post-detail .entry-header {
	padding: 250px 45px 30px;
	position: relative;
}

.post-detail .entry-header::after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url('../images/bg-ellips.webp') no-repeat;
	background-size: cover;
}

.post-detail h1.entry-title {
	display: block !important;
	text-align: center;
	color: #ffffff;
	position: relative;
	z-index: 3;
}

.post-detail .entry-meta {
	text-align: center;
	color: #ffffff;
	position: relative;
	z-index: 3;
}

.post-detail .entry-meta a {
	color: #ffffff;
}

.post-detail .entry-meta a:hover {
	color: #f15a26;
}

.post-detail .entry-content {
	padding: 50px 45px;
	color: #919191;
}

.single-post .navigation,
.single-post .comments-area {
	display: none;
}

.post-detail .entry-content {
	font-size: 18px;
	line-height: 26px;
}

.post-detail h1 {
	font-size: 50px;
	line-height: 60px;
}

.post-detail h2 {
	font-size: 45px;
	line-height: 55px;
}

.post-detail h3 {
	font-size: 40px;
	line-height: 50px;
}

.post-detail h4 {
	font-size: 35px;
	line-height: 45px;
}

.post-detail h5 {
	font-size: 30px;
	line-height: 40px;
}

.post-detail h6 {
	font-size: 25px;
	line-height: 35px;
}

/***** Mobile Responsive CSS *****/
@media (max-width: 1199px) {
	.btn,
	.gd-header .gd-btn .header-widget ul li a {
		font-size: 14px !important;
		line-height: 21px !important;
	}
	
	.gd-header .gd-menu ul li a {
		font-size: 14px;
   	 	line-height: 21px;
	}
	
	.seamless-journey-list .elementor-image-box-wrapper .elementor-image-box-title {
		font-size: 18px !important;
		line-height: 24px !important;
		text-align: left;
		padding-left: 10px;
	}
	
	.seamless-journey-list .elementor-image-box-wrapper .elementor-image-box-description {
		text-align: left;
		padding-left: 10px;
	}
}

@media (max-width: 1100px) {
	.ride-app .ride-app-store {
		flex-wrap: wrap;
	}
	
	.ride-app .ride-app-store .e-con-full:last-child img {
		width: 150px;
	}
	
	.ride-app-store a.elementor-button {
		width: unset;
		display: inline-block;
		padding: 4px 34px 6px !important;
	}
}

@media (max-width: 1024px) {
	.gd-footer .container {
		padding: 0;
	}
	
	.post-detail .entry-header {
		padding: 200px 15px 30px;
	}
	
	.post-detail .entry-content {
		padding: 50px 15px;
	}
	
	.post-detail .entry-content {
		font-size: 16px;
		line-height: 24px;
	}	
	
	.post-detail h1 {
		font-size: 45px;
		line-height: 55px;
	}
	
	.post-detail h2 {
		font-size: 40px;
		line-height: 50px;
	}
	
	.post-detail h3 {
		font-size: 35px;
		line-height: 45px;
	}
	
	.post-detail h4 {
		font-size: 30px;
		line-height: 40px;
	}
	
	.post-detail h5 {
		font-size: 25px;
		line-height: 35px;
	}
	
	.post-detail h6 {
		font-size: 20px;
		line-height: 30px;
	}
}

@media (max-width: 991px) {
	.container {
		padding: 0;
	}
	
	.gd-header .gd-menu {
		display: none;
	}
	
	#gd-hamburger {
		display: inline-block;
		margin-left: 10px;
	}
	
	.seamless-journey-list .elementor-image-box-wrapper .elementor-image-box-title {
		font-size: 16px !important;
		line-height: 26px !important;
		text-align: left;
		padding-left: 10px;
	}
	
	.featured-box .elementor-widget-image {
		top: 20px;
	}
}

@media (max-width: 767px) {
	.seamless-journey-list .elementor-image-box-wrapper {
		display: flex;
		flex-wrap: nowrap;
		align-items: center;
	}
	
	.featured-box h6 {
		font-size: 18px !important;
        line-height: 28px !important;
	}
	
	.ride-app .ride-app-store {
		flex-wrap: nowrap;
	}
	
	.user-review br {
		display: none;
	}
	
	.about-us > .e-con-inner > .elementor-element > div {
		display: block;
	}
	
	.review-box .review-date {
		top: 12px;
	}
	
	.gd-footer-menu {
		flex-wrap: wrap;
	}
	
	.gd-footer-menu .footer-text-widget {
		flex-basis: 50%;
		margin: 0 0 20px;
	}
	
	.gd-footer .flex-row {
		margin: 0;
	}
	
	.gd-footer .flex-row {
		flex-direction: column-reverse;
		justify-content: center;
		align-items: center;
	}
	
	.gd-copyright {
		flex-direction: column-reverse;
	}
	
	.hero-banner .hero-banner-collage .elementor-image-box-wrapper .elementor-image-box-img {
		width: unset !important;
	}
	
	.how-it-work-box::after {
		display: none;
	}
	
	.post-detail .entry-header {
		padding: 180px 15px 30px;
	}
	
	.post-detail h1 {
		font-size: 40px;
		line-height: 50px;
	}
	
	.post-detail h2 {
		font-size: 35px;
		line-height: 45px;
	}
	
	.post-detail h3 {
		font-size: 30px;
		line-height: 40px;
	}
	
	.post-detail h4 {
		font-size: 25px;
		line-height: 35px;
	}
	
	.post-detail h5 {
		font-size: 20px;
		line-height: 30px;
	}
	
	.post-detail h6 {
		font-size: 18px;
		line-height: 28px;
	}
	
	.custom-post-list {
		grid-template-columns: repeat(1, 1fr);
	}
}

@media (max-width: 575px) {
	.gd-header .gd-btn .header-widget {
		display: none;
	}
	
	body br {
		display: none;
	}
	
	.ride-app .ride-app-store {
		flex-wrap: wrap;
	}
	
	.seamless-journey-list > .elementor-element {
		width: 100%;
	}
}
