/*!
 * Mobirise v4 theme (https://mobirise.com/)
 * Copyright 2017 Mobirise
 */
section {
	background-color: #eeeeee;
}

section,
.container,
.container-fluid {
	position: relative;
	word-wrap: break-word;
}

a.mbr-iconfont:hover {
	text-decoration: none;
}

.article .lead p,
.article .lead ul,
.article .lead ol,
.article .lead pre,
.article .lead blockquote {
	margin-bottom: 0;
}

a {
	font-style: normal;
	font-weight: 400;
	cursor: pointer;
}

a,
a:hover {
	text-decoration: none;
}

figure {
	margin-bottom: 0;
}

body {
	color: #232323;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
.display-1,
.display-2,
.display-3,
.display-4 {
	line-height: 1;
	word-break: break-word;
	word-wrap: break-word;
	font-family: 'Rubik', sans-serif;
}

b,
strong {
	font-weight: bold;
}

blockquote {
	padding: 10px 0 10px 20px;
	position: relative;
	border-left: 2px solid;
	border-color: #ff3366;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
	transition-delay: 9999s;
	transition-property: background-color, color;
}

textarea[type="hidden"] {
	display: none;
}

body {
	position: relative;
}

section {
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-size: cover;
}

section .mbr-background-video,
section .mbr-background-video-preview {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	top: 0;
}

.hidden {
	visibility: hidden;
}

.mbr-z-index20 {
	z-index: 20;
}

/*! Base colors */
.mbr-white {
	color: #ffffff;
}

.mbr-black {
	color: #000000;
}

.mbr-bg-white {
	background-color: #ffffff;
}

.mbr-bg-black {
	background-color: #000000;
}

/*! Text-aligns */
.align-left {
	text-align: left;
}

.align-center {
	text-align: center;
}

.align-right {
	text-align: right;
}

@media (max-width: 767px) {

	.align-left,
	.align-center,
	.align-right,
	.mbr-section-btn,
	.mbr-section-title {
		text-align: center;
	}

	.cid-rvkqilJUfz .full-screen .carousel-item .container.container-slide,
	.cid-rvkqilJUfz .full-screen .slider-fullscreen-image {
		min-height: 60vh !important;
	}

	.cid-rvkqilJUfz .full-screen .slider-fullscreen-image {
		padding: 50px 0;
	}

	.cnc-banner {
		background-repeat: no-repeat;
		height: 370px !important;
	}


}

/*! Font-weight  */
.mbr-light {
	font-weight: 300;
}

.mbr-regular {
	font-weight: 400;
}

.mbr-semibold {
	font-weight: 500;
}

.mbr-bold {
	font-weight: 700;
}

/*! Media  */
.media-size-item {
	-webkit-flex: 1 1 auto;
	-moz-flex: 1 1 auto;
	-ms-flex: 1 1 auto;
	-o-flex: 1 1 auto;
	flex: 1 1 auto;
}

.media-content {
	-webkit-flex-basis: 100%;
	flex-basis: 100%;
}

.media-container-row {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-align-content: center;
	-ms-flex-line-pack: center;
	align-content: center;
	-webkit-align-items: start;
	-ms-flex-align: start;
	align-items: start;
}

.media-container-row .media-size-item {
	width: 400px;
}

.media-container-column {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-align-content: center;
	-ms-flex-line-pack: center;
	align-content: center;
	-webkit-align-items: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
}

.media-container-column>* {
	width: 100%;
}

@media (min-width: 992px) {
	.media-container-row {
		-webkit-flex-wrap: nowrap;
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
	}
}

figure {
	overflow: hidden;
}

figure[mbr-media-size] {
	transition: width 0.1s;
}

.mbr-figure img,
.mbr-figure iframe {
	display: block;
	width: 100%;
}

.card {
	background-color: transparent;
	border: none;
}

.card-box {
	width: 100%;
}

.card-img {
	text-align: center;
	flex-shrink: 0;
	-webkit-flex-shrink: 0;
}

.media {
	max-width: 100%;
	margin: 0 auto;
}

.mbr-figure {
	-ms-flex-item-align: center;
	-ms-grid-row-align: center;
	-webkit-align-self: center;
	align-self: center;
}

.media-container>div {
	max-width: 100%;
}

.mbr-figure img,
.card-img img {
	width: 100%;
}

@media (max-width: 991px) {
	.media-size-item {
		width: auto !important;
	}

	.media {
		width: auto;
	}

	.mbr-figure {
		width: 100% !important;
	}
}

/*! Buttons */
.mbr-section-btn {
	margin-left: -.25rem;
	margin-right: -.25rem;
	font-size: 0;
}

.mbr-section-btn .btn {
	margin: 0;
}

nav .mbr-section-btn {
	margin-left: 0rem;
	margin-right: 0rem;
}

/*! Btn icon margin */
.btn .mbr-iconfont,
.btn.btn-sm .mbr-iconfont {
	cursor: pointer;
	margin-right: 0.5rem;
}

.btn.btn-md .mbr-iconfont,
.btn.btn-md .mbr-iconfont {
	margin-right: 0.8rem;
}

.mbr-regular {
	font-weight: 400;
}

.mbr-semibold {
	font-weight: 500;
}

.mbr-bold {
	font-weight: 700;
}

[type="submit"] {
	-webkit-appearance: none;
}

/*! Full-screen */
.mbr-fullscreen .mbr-overlay {
	min-height: 100vh;
}

.mbr-fullscreen {
	display: flex;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	align-items: center;
	-webkit-align-items: center;
	min-height: 100vh;
	padding-top: 3rem;
	padding-bottom: 3rem;
}

/*! Map */
.map {
	height: 25rem;
	position: relative;
}

.map iframe {
	width: 100%;
	height: 100%;
}

/* Form */
.form-asterisk {
	font-family: initial;
	position: absolute;
	top: -2px;
	font-weight: normal;
}

/*! Scroll to top arrow */
.mbr-arrow-up {
	bottom: 25px;
	right: 90px;
	position: fixed;
	text-align: right;
	z-index: 5000;
	color: #ffffff;
	font-size: 32px;
	transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
}

.mbr-arrow-up a {
	background: rgba(0, 0, 0, 0.2);
	border-radius: 3px;
	color: #fff;
	display: inline-block;
	height: 60px;
	width: 60px;
	outline-style: none !important;
	position: relative;
	text-decoration: none;
	transition: all .3s ease-in-out;
	cursor: pointer;
	text-align: center;
}

.mbr-arrow-up a:hover {
	background-color: rgba(0, 0, 0, 0.4);
}

.mbr-arrow-up a i {
	line-height: 60px;
}

.mbr-arrow-up-icon {
	display: block;
	color: #fff;
}

.mbr-arrow-up-icon::before {
	content: "\203a";
	display: inline-block;
	font-family: serif;
	font-size: 32px;
	line-height: 1;
	font-style: normal;
	position: relative;
	top: 6px;
	left: -4px;
	-webkit-transform: rotate(-90deg);
	transform: rotate(-90deg);
}

/*! Arrow Down */
.mbr-arrow {
	position: absolute;
	bottom: 45px;
	left: 50%;
	width: 60px;
	height: 60px;
	cursor: pointer;
	background-color: rgba(80, 80, 80, 0.5);
	border-radius: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}

.mbr-arrow>a {
	display: inline-block;
	text-decoration: none;
	outline-style: none;
	-webkit-animation: arrowdown 1.7s ease-in-out infinite;
	animation: arrowdown 1.7s ease-in-out infinite;
}

.mbr-arrow>a>i {
	position: absolute;
	top: -2px;
	left: 15px;
	font-size: 1.5rem;
}

@keyframes arrowdown {
	0% {
		transform: translateY(0px);
		-webkit-transform: translateY(0px);
	}

	50% {
		transform: translateY(-5px);
		-webkit-transform: translateY(-5px);
	}

	100% {
		transform: translateY(0px);
		-webkit-transform: translateY(0px);
	}
}

@-webkit-keyframes arrowdown {
	0% {
		transform: translateY(0px);
		-webkit-transform: translateY(0px);
	}

	50% {
		transform: translateY(-5px);
		-webkit-transform: translateY(-5px);
	}

	100% {
		transform: translateY(0px);
		-webkit-transform: translateY(0px);
	}
}

@media (max-width: 500px) {
	.mbr-arrow-up {
		left: 50%;
		right: auto;
		transform: translateX(-50%) rotate(180deg);
		-webkit-transform: translateX(-50%) rotate(180deg);
	}

	.cta-style-two .cta-thumb-two {
		margin-left: 25px !important;
	}
}

/*Gradients animation*/
@keyframes gradient-animation {
	from {
		background-position: 0% 100%;
		animation-timing-function: ease-in-out;
	}

	to {
		background-position: 100% 0%;
		animation-timing-function: ease-in-out;
	}
}

@-webkit-keyframes gradient-animation {
	from {
		background-position: 0% 100%;
		animation-timing-function: ease-in-out;
	}

	to {
		background-position: 100% 0%;
		animation-timing-function: ease-in-out;
	}
}

.bg-gradient {
	background-size: 200% 200%;
	animation: gradient-animation 5s infinite alternate;
	-webkit-animation: gradient-animation 5s infinite alternate;
}

.menu .navbar-brand {
	display: -webkit-flex;
}

.menu .navbar-brand span {
	display: flex;
	display: -webkit-flex;
}

.menu .navbar-brand .navbar-caption-wrap {
	display: -webkit-flex;
}

.menu .navbar-brand .navbar-logo img {
	display: -webkit-flex;
}

@media (min-width: 768px) and (max-width: 1023px) {
	.menu .navbar-toggleable-sm .navbar-nav {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
	}
}

@media (max-width: 1023px) {
	.menu .navbar-collapse {
		max-height: 93.5vh;
	}

	.menu .navbar-collapse.show {
		overflow: auto;
	}
}

@media (min-width: 1024px) {
	.menu .navbar-nav.nav-dropdown {
		display: -webkit-flex;
	}

	.menu .navbar-toggleable-sm .navbar-collapse {
		display: -webkit-flex !important;
	}

	.menu .collapsed .navbar-collapse {
		max-height: 93.5vh;
	}

	.menu .collapsed .navbar-collapse.show {
		overflow: auto;
	}
}

@media (max-width: 767px) {
	.menu .navbar-collapse {
		max-height: 80vh;
	}
}

.navbar {
	display: -webkit-flex;
	-webkit-flex-wrap: wrap;
	-webkit-align-items: center;
	-webkit-justify-content: space-between;
}

.navbar-collapse {
	-webkit-flex-basis: 100%;
	-webkit-flex-grow: 1;
	-webkit-align-items: center;
}

.nav-dropdown .link {
	padding: .667em 1.667em !important;
	margin: 0 !important;
}

.nav {
	display: -webkit-flex;
	-webkit-flex-wrap: wrap;
}

.row {
	display: -webkit-flex;
	-webkit-flex-wrap: wrap;
}

.justify-content-center {
	-webkit-justify-content: center;
}

.form-inline {
	display: -webkit-flex;
	-webkit-flex-flow: row wrap;
	-webkit-align-items: center;
}

.card-wrapper {
	-webkit-flex: 1;
}

.carousel-control {
	z-index: 10;
	display: -webkit-flex;
	-webkit-align-items: center;
	-webkit-justify-content: center;
}

.carousel-controls {
	display: -webkit-flex;
}

.media {
	display: -webkit-flex;
}

.form-group:focus {
	outline: none;
}

.jq-selectbox__select {
	padding: 1.07em .5em;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}

.jq-selectbox__dropdown {
	position: absolute;
	top: 100% !important;
	left: 0 !important;
	width: 100% !important;
}

.jq-selectbox__trigger-arrow {
	transform: translateY(-50%);
}

.jq-selectbox li {
	padding: 1.07em .5em;
}

input[type="range"] {
	padding-left: 0 !important;
	padding-right: 0 !important;
}

.modal-dialog,
.modal-content {
	height: 100%;
}

.modal-dialog .carousel-inner {
	height: 100%;
	height: -webkit-fill-available;
	height: fill-available;
}

.carousel-item {
	text-align: center;
}

.carousel-item img {
	margin: auto;
}

.engine {
	position: absolute;
	text-indent: -2400px;
	text-align: center;
	padding: 0;
	top: 0;
	left: -2400px;
}

.cta-section {
	position: relative;
	background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.6)),
		url('https://carandcoach.com/assets/images/contat-us.jpg');
	overflow: hidden;
}

.cta-section h2,
.cta-section p {
	color: #fff;
}

.cta-shape-bg {
	position: absolute;
	top: 0;
	left: 0px;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
	.cta-shape-bg {
		left: -300px;
	}
}

.p-relative {
	position: relative;
}

.cta-style-two .cta-thumb-two {
	margin-left: 86px;
}

.cta-style-two .cta-thumb-two img {
	max-width: 100%;
	position: relative;
	z-index: 5;
	max-height: 418px;
	max-width: 100%;
	object-fit: cover;
}

.contact-box h2 {}

.info2 {
	position: relative;
	background: #ffda00;
	padding-top: 50px;
}

.contact-box ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.cta-booking li a {
	color: #000;
	font-size: 1.5rem;
	font-weight: 500;
}

.services1 {
	background: linear-gradient(91deg, #f2f5ec, #efefef);
}

.card-wrapper {
	-webkit-flex: 1;
	background: #fff;
	padding: 10px 15px;
	border: 1px solid #EEEEEE;
	border-radius: 10px;
	margin-bottom: 15px;
	text-align: center;
}

.card-box {
	margin-top: 15px;
}

.features1 .card-container {
	background: #f2f5ec;
	padding: 0 20px 10px;
	border-radius: 15px;
}

.card-container .card-box {
	margin-top: 0;

}

.choose-us {
	list-style: none;
	padding: 0;
	margin: 0;
}

.choose-us li {
	margin-bottom: 10px;
}

.why-choose-us img,
.header1 img {
	box-shadow: 0 0 60px 0 rgba(0, 0, 0, 0.3);
	border-radius: 12px;
}

.slide .carousel-caption .mbr-section-btn .btn {
	margin: 10px;
}

.carousel-indicators {
	display: none;
}


/*Deepa Gabra*/
.cnc-banner {
	background-image: url(https://carandcoach.com/assets/images/mainbanner.jpg);
	background-size: contain;
	background-position: center;
	width: 100%;
	height: 490px;
	position: relative;
	background-repeat: no-repeat;
	cursor: pointer;

}

.cnc-banner-content {
	background: rgba(0, 0, 0, 0.4);
	/* semi-transparent overlay */
	padding: 20px 30px;
	border-radius: 10px;
}

.cnc-banner-title {
	font-size: 3rem;
	font-weight: bold;
}

.cnc-banner-subtitle {
	font-size: 1.5rem;
}

.cac-tempo-section {

	border-radius: 10px;
	overflow: hidden;
}

.cac-tempo-image {
	border-radius: 8px;
	max-height: 400px;
	object-fit: cover;
}

.cac-tempo-content {
	padding: 20px;
}



.cac-tempo-text {
	font-size: 16px;
	line-height: 1.6;
}


.cac-tempo-icon-title {
	font-size: 20px;
	font-weight: 700;
	color: #333;
}

.cac-tempo-icon-subtitle {
	font-size: 16px;
	max-width: 800px;
	margin: 0 auto;
	color: #555;
}

.cac-tempo-icon-box {
	background-color: #f8f9fa;
	border-radius: 10px;
	box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
	transition: transform 0.3s ease;
}

.cac-tempo-icon-box:hover {
	transform: translateY(-5px);
}

.cac-tempo-icon {
	font-size: 36px;
	color: #ef841d;
}

.cac-tempo-icon-heading {
	font-size: 18px;
	font-weight: 600;
	color: #222;
}

.cac-tempo-icon-text {
	font-size: 15px;
	color: #555;
}

.cac-tempo-icon-note {
	font-size: 16px;
	font-weight: 500;
	color: #444;
}


.cac-tempo-benefits-title {
	font-size: 20px;
	font-weight: 700;
	color: #333;
}

.cac-tempo-benefit-box {
	background: #fff;
	border-radius: 10px;
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
	transition: transform 0.3s ease;
	height: 100%;
}

.cac-tempo-benefit-box:hover {
	transform: translateY(-5px);
}

.cac-tempo-benefit-img {
	width: 60px;
	height: 60px;
	object-fit: contain;
}

.cac-tempo-benefit-heading {
	font-size: 18px;
	font-weight: 600;
	margin: 10px 0;
	color: #222;
}

.cac-tempo-benefit-text {
	font-size: 15px;
	color: #555;
	line-height: 1.5;
}

.cac-tempo-section {
	background-color: #f9f9f9;
	border-radius: 12px;
	margin-bottom: 40px;
}



.cac-tempo-text {
	font-size: 16px;
	color: #555;
	line-height: 1.6;
}

.cac-tempo-subtitle {
	font-size: 18px;
	font-weight: 600;
	color: #ef841d;
	margin-top: 20px;
}

.cac-tempo-list {
	list-style: none;
	padding-left: 0;
}

.cac-tempo-list li {
	position: relative;
	padding-left: 25px;
	margin-bottom: 10px;
	color: #444;
}

.cac-tempo-list li::before {
	content: "\f058";
	/* check-circle icon */
	font-family: "Font Awesome 6 Free";
	font-weight: 900;
	position: absolute;
	left: 0;
	color: #28a745;
}

.cac-tempo-img {
	max-height: 350px;
	object-fit: cover;
	width: 100%;
}

.cac-tempo-booking-section {
	background-color: #eef6f9;
	border-radius: 12px;
}



.cac-tempo-subtitle {
	font-size: 20px;
	font-weight: 600;
	color: #006494;
	margin-bottom: 15px;
}

.cac-tempo-text {
	font-size: 16px;
	color: #555;
}

.cac-tempo-card {
	background: #ffffff;
	border: 1px solid #dee2e6;
	border-radius: 10px;
	padding: 20px;
	transition: all 0.3s ease;
}

.cac-tempo-card:hover {
	box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
}

.cac-tempo-list {
	list-style: none;
	padding-left: 0;
}

.cac-tempo-list li {
	position: relative;
	padding-left: 24px;
	margin-bottom: 10px;
	color: #333;
}

.cac-tempo-list li::before {
	content: "\f111";
	/* solid circle */
	font-family: "Font Awesome 6 Free";
	font-weight: 900;
	position: absolute;
	left: 0;
	top: 3px;
	font-size: 10px;
	color: #0d6efd;
}


.cac-tempo-vehicles-section {
	background: #f8f9fa;
	border-radius: 12px;
}



.cac-tempo-card {
	border: 1px solid #dee2e6;
	border-radius: 10px;
	transition: all 0.3s ease;
}

.cac-tempo-card:hover {
	box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
}

.cac-tempo-card img {
	object-fit: cover;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}

.cac-tempo-list {
	padding-left: 16px;
	font-size: 14px;
	color: #444;
	margin-top: 15px;
}

.cac-tempo-list li {
	margin-bottom: 6px;
}


.cac-tempo-routes-section {
	background-color: #fff;
	border-radius: 12px;
}


.cac-tempo-text {
	font-size: 16px;
	color: #666;
}

.cac-tempo-route-slide {
	border: 1px solid #d3e5ef;
	border-radius: 10px;
	overflow: hidden;
	background-color: #f3f9fc;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
	text-align: center;
	transition: all 0.3s ease;
}

.cac-tempo-route-slide img {
	width: 100%;
	height: 160px;
	object-fit: cover;
}

.cac-tempo-route-slide h5 {
	font-size: 16px;
	font-weight: 600;
	padding: 12px;
	color: #ef841d;
	margin: 0;
}

.cac-tempo-route-slide:hover {
	background-color: #e0f3ff;
	cursor: pointer;
}

.swiper-button-next,
.swiper-button-prev {
	color: #ef841d;
	transition: all 0.3s ease;
}

.swiper-button-next:hover,
.swiper-button-prev:hover {
	color: #0056b3;
}


.cac-tempo-package-box {
	background-color: #ffffff;
	border: 1px solid #d6eaf8;
	padding: 15px;
	height: auto;
	border-radius: 8px;
	font-size: 16px;
	font-weight: 500;
	color: #006494;
	box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
	transition: all 0.3s ease;
	text-align: center;
}

.cac-tempo-package-box img {
	width: 100%;
	height: 200px;
	object-fit: cover;
	border-radius: 6px;
}

.cac-tempo-package-box:hover {
	background-color: #e6f4ff;
	color: #004c6d;
	cursor: pointer;
}


.cac-tempo-safety-section {
	background-color: #f3fcff;
	border-radius: 12px;
}



.cac-tempo-text {
	font-size: 16px;
	color: #666;

	margin: 0 auto;
}

.cac-tempo-safety-box {
	background-color: #ffffff;
	border: 1px solid #d1eaf5;
	border-radius: 10px;
	padding: 20px;
	height: 150px;
	text-align: center;
	transition: 0.3s ease;
	box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
}

.cac-tempo-safety-box i {
	font-size: 20px;
	color: #ef841d;
	margin-bottom: 12px;
	display: block;
}

.cac-tempo-safety-box p {
	margin: 0;
	font-size: 15px;
	color: #333;
	font-weight: 500;
}

.cac-tempo-safety-box:hover {
	background-color: #e7f7ff;
	cursor: default;
}


.cac-tempo-testimonials-section {
	background-color: #fefefe;
	border-radius: 12px;
}



.cac-tempo-text {
	font-size: 16px;
	color: #666;

	margin: 0 auto;
}

.cac-tempo-testimonial-card {
	background-color: #f9f9f9;
	border: 1px solid #e2e2e2;
	border-radius: 10px;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
	transition: all 0.3s ease;
}

.cac-tempo-testimonial-card:hover {
	background-color: #eef6ff;
}

.cac-tempo-testimonial-text {
	font-size: 15px;
	line-height: 1.6;
	color: #444;
	margin-bottom: 10px;
}

.cac-tempo-testimonial-author {
	font-weight: 600;
	color: #ef841d;
	margin-bottom: 0;
}


.cac-tempo-faq-section {
	background-color: #f9f9f9;
	border-radius: 12px;
}

.cac-tempo-title {
	font-size: 24px;
	font-weight: 500;
	color: #2c3e50;
}

.cac-tempo-text {
	font-size: 16px;
	color: #666;

	margin: 0 auto;
}

/* Section background */
.cac-tempo-faq-section {
	background-color: #fdfdfd;
	border-radius: 12px;
	padding: 40px 20px;
}

/* Accordion Styling */
.accordion-button {
	font-weight: 600;
	color: #0056b3;
	background-color: #fff;
	transition: all 0.3s ease;
	border: none;
	padding: 15px 20px;
	font-size: 16px;
}

.accordion-button:not(.collapsed) {
	color: #003c80;

}

.accordion-button:focus {
	box-shadow: none;
	outline: none;
}

.accordion-body {
	color: #444;
	font-size: 15px;
	line-height: 1.6;
	padding: 0 20px;
	background-color: #fefefe;

}

.accordion-item {
	border: 1px solid #e3e6ec;
	border-radius: 8px;
	overflow: hidden;
	margin-bottom: 12px;
	background-color: #ffffff;
}


.mobile-action-bar {
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	display: flex;
	z-index: 9999;
	height: 50px;
	font-size: 16px;
	font-weight: bold;
	box-shadow: 0 -1px 5px rgba(0, 0, 0, 0.15);
}

.mobile-action-bar a {
	flex: 1;
	text-align: center;
	line-height: 50px;
	color: white;
	text-decoration: none;
}

.mobile-action-bar .call-now-mobile {
	background-color: blue;
}

.mobile-action-bar .whatsapp-mobile {
	background-color: #25D366;
}

/* Optional: Icons styling */
.mobile-action-bar i {
	margin-right: 8px;
}


.contact-now-btn {
	background: #fecf3d;
	color: #fff;
	padding: 10px !important;
	border-radius: 5px;
}

.header-call-now {
	background: #ef831d;
	color: #fff;
	padding: 10px 20px;
	border-radius: 5px;
	margin-right: 30px;
}


/* Push arrows outside the image area */
.cac-tempo-card .carousel-control-prev,
.cac-tempo-card .carousel-control-next {
	width: 2.5rem;
	top: 50%;
	transform: translateY(-50%);
	background: rgba(255, 255, 255, 0.7);
	border: none;
	background: none;
	color: #000 !important;
	padding: 10px;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}

.cac-tempo-card .carousel-control-prev {
	left: -1.5rem;
}

.cac-tempo-card .carousel-control-next {
	right: -1.5rem;
}

/* Optional: reduce icon size */
.carousel-control-prev-icon,
.carousel-control-next-icon {
	background-size: 1.1.5rem 1.1.5rem;
}

.v-img {
	height: 250px;
}


/*12 Seater css*/

.cnc-banner-12 {
	background-repeat: no-repeat;
	height: 500px !important;
	background-image: url(https://carandcoach.com/assets/images/12-seater-banner.jpg);
	background-size: contain;
	background-position: center;
	width: 100%;

	position: relative;
	background-repeat: no-repeat;
	cursor: pointer;
}


.cnc-12-whyhire {
	background-color: #ffffff;
}

/* Title */
.cnc-12-whyhire {
	background-color: #ffffff;
}

/* Title */
.cnc-12-whyhire-title {
	color: #0056b3;

	font-size: 1.5rem;
}

/* Subtitle */
.cnc-12-whyhire-subtitle {
	color: #000;
	font-size: 1.1rem;
}

/* Box Styling */
.cnc-12-whyhire-box {
	background: #f8f9fa;
	border: 2px solid #0056b3;
	border-radius: 10px;
	transition: all 0.3s ease;
}

.cnc-12-whyhire-box:hover {
	background-color: #ee801e;
	border-color: #ee801e;
	color: #fff;
}

/* Heading inside box */
.cnc-12-whyhire-heading {
	color: #0056b3;
	
	font-size: 1rem;
	margin-bottom: 10px;
}

/* Text inside box */
.cnc-12-whyhire-text {
	color: #000;
	font-size: 14px;
}

/* Hover Effects */
.cnc-12-whyhire-box:hover .cnc-12-whyhire-heading,
.cnc-12-whyhire-box:hover .cnc-12-whyhire-text {
	color: #ffffff;
}

/* Icon Styling */
.cnc-12-whyhire-icon {
	width: 50px;
	height: 50px;
}


.cnc-12-slider .cnc-12-feature-card {
	background: #f8f9fa;
	border: 2px solid #0056b3;
	border-radius: 12px;
	margin: 10px;
	padding: 20px;
	transition: all 0.3s ease;
	height: 100%;
}

.cnc-12-slider .cnc-12-feature-card:hover {
	background-color: #ee801e;
	border-color: #ee801e;
}

.cnc-12-feature-img {
	width: 80px;
	height: 80px;
	object-fit: contain;
	margin-bottom: 15px;
}

.cnc-12-feature-title {
	font-size: 1.1rem;
	font-weight: 600;
	color: #0056b3;
}

.cnc-12-slider .cnc-12-feature-card:hover .cnc-12-feature-title {
	color: #ffffff;
}

.cnc-12-slider .slick-arrow {
	background: #0056b3;
	border-radius: 50%;
	width: 35px;
	height: 35px;
}

.cnc-12-slider .slick-prev:before,
.cnc-12-slider .slick-next:before {
	color: #ffffff;
}


.affordable-tempo-rental {
	background-color: #f8f9fa;
	/* Light background */
	padding: 50px 0;
}

.affordable-tempo-rental h2 {
	color: #2c3e50;
	/* Dark gray for title */
	font-size: 1.5rem;
	font-weight: bold;
}

.affordable-tempo-rental p {
	font-size: 1.1rem;
	color: #34495e;
	/* Slightly lighter text color */
}

.feature-heading {
	font-size: 1.5rem;
	color: #16a085;
	/* Beautiful teal color */
	margin-bottom: 20px;
}

/* Image Section */
.img-fluid {
	border-radius: 15px;
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

/* Feature List Style */
.feature-list {
	list-style: none;
	padding-left: 0;
}

.feature-list li {
	font-size: 1.1rem;
	margin-bottom: 15px;
	color: #34495e;
	display: flex;
	align-items: center;
}

.icon-check {
	font-size: 1.5rem;
	color: #16a085;
	/* Greenish teal for check mark */
	margin-right: 10px;
}


/* General Section Styling */
.cnc12-why-choose-us {
	background: linear-gradient(135deg, #6a11cb 0%, #2575fc 100%);
	color: white;
	padding: 50px 0;
	border-radius: 10px;
	box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.cnc12-why-choose-us h2 {
	font-size: 2.5rem;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 2px;
	margin-bottom: 30px;
}

.cnc12-why-choose-us p {
	font-size: 1.125rem;
	margin-bottom: 40px;
}

/* Image Boxes - Each Feature with cnc12 */
.cnc12-why-choose-box {
	background-color: #ffffff;
	border-radius: 15px;
	padding: 15px;
	text-align: center;
	box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
	transition: all 0.3s ease;
	border: 2px solid #f1f1f1;
	position: relative;
	overflow: hidden;
	height: 340px;
}

.cnc12-why-choose-box:hover {
	transform: translateY(-10px);
	box-shadow: 0 15px 30px rgba(0, 0, 0, 0.2);
}

.cnc12-why-choose-box img {
	width: 216px;

	margin-bottom: 15px;

	transition: transform 0.3s ease;
}

.cnc12-why-choose-box:hover img {
	transform: scale(1.1);
}

.cnc12-why-choose-box h4 {
	font-size: 1rem;

	color: #333;
	margin-bottom: 15px;
}

.cnc12-why-choose-box p {
	font-size: 14px;
	color: #666;
}

/* Swiper Slider with cnc12 */
.cnc12-swiper-container {
	margin-top: 50px;
}

.cnc12-swiper-wrapper {
	display: flex;
}

.cnc12-swiper-slide {
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 20px;
}

.cnc12-feature-box {
	background-color: #ffffff;
	padding: 30px;
	text-align: center;
	border-radius: 15px;
	box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
	border: 2px solid #f1f1f1;
	transition: all 0.3s ease;
}

.cnc12-feature-box h5 {
	font-size: 1.25rem;
	font-weight: bold;
	margin-bottom: 10px;
}

.cnc12-feature-box p {
	font-size: 1rem;
	color: #777;
}

.cnc12-feature-box:hover {
	transform: translateY(-10px);
	box-shadow: 0 15px 30px rgba(0, 0, 0, 0.2);
}

/* Swiper Pagination */
.cnc12-swiper-pagination {
	position: absolute;
	bottom: 10px !important;
	text-align: center;
	width: 100%;
}

.cnc12-swiper-pagination-bullet {
	background-color: #2575fc !important;
	opacity: 1;
	transition: all 0.3s ease;
}

.cnc12-swiper-pagination-bullet:hover {
	background-color: #6a11cb !important;
	transform: scale(1.2);
}

.cnc-maharaja-10 {
	background-repeat: no-repeat;
	height: 500px !important;
	background-image: url(https://carandcoach.com/assets/images/Maharaja10.jpg);
	background-size: contain;
	background-position: center;
	width: 100%;

	position: relative;
	background-repeat: no-repeat;
	cursor: pointer;
}


.cnc-15seater-banner {
	background-repeat: no-repeat;
	height: 500px !important;
	background-image: url(https://carandcoach.com/assets/images/15-banner-tt.jpg);
	background-size: contain;
	background-position: center;
	width: 100%;
	position: relative;
	background-repeat: no-repeat;
	cursor: pointer;
}

.mathura-banner {
	background-repeat: no-repeat;
	height: 500px !important;
	background-image: url(https://carandcoach.com/assets/images/mathura/mathura-banner.jpg);
	background-size: contain;
	background-position: center;
	width: 100%;
	position: relative;
	background-repeat: no-repeat;
	cursor: pointer;
}

.amritsar-banner {
	background-repeat: no-repeat;
	height: 500px !important;
	background-image: url(https://carandcoach.com/assets/images/amritsar/amritsar-banner.jpg);
	background-size: contain;
	background-position: center;
	width: 100%;
	position: relative;
	background-repeat: no-repeat;
	cursor: pointer;
}


.dehradun-banner {
	background-repeat: no-repeat;
	height: 500px !important;
	background-image: url(https://carandcoach.com/assets/images/dehradun/dehradun-banner.jpg);
	background-size: contain;
	background-position: center;
	width: 100%;
	position: relative;
	background-repeat: no-repeat;
	cursor: pointer;
}

.haridwar-banner {
	background-repeat: no-repeat;
	height: 500px !important;
	background-image: url(https://carandcoach.com/assets/images/haridwar/haridwar-banner.jpg);
	background-size: contain;
	background-position: center;
	width: 100%;
	position: relative;
	background-repeat: no-repeat;
	cursor: pointer;
}

.agra-banner {
	background-repeat: no-repeat;
	height: 500px !important;
	background-image: url(https://carandcoach.com/assets/images/agra/agra-banner.jpg);
	background-size: contain;
	background-position: center;
	width: 100%;
	position: relative;
	background-repeat: no-repeat;
	cursor: pointer;
}


.rishikesh-banner {
	background-repeat: no-repeat;
	height: 500px !important;
	background-image: url(https://carandcoach.com/assets/images/rishikesh/rishikesh-banner.jpg);
	background-size: contain;
	background-position: center;
	width: 100%;
	position: relative;
	background-repeat: no-repeat;
	cursor: pointer;
}


.jim-banner {
	background-repeat: no-repeat;
	height: 500px !important;
	background-image: url(https://carandcoach.com/assets/images/jim/jim-corbett-banner.jpg);
	background-size: contain;
	background-position: center;
	width: 100%;
	position: relative;
	background-repeat: no-repeat;
	cursor: pointer;
}


.kasauli-banner {
	background-repeat: no-repeat;
	height: 500px !important;
	background-image: url(https://carandcoach.com/assets/images/kasauli/kasauli-banner.jpg);
	background-size: contain;
	background-position: center;
	width: 100%;
	position: relative;
	background-repeat: no-repeat;
	cursor: pointer;
}

.kasol-banner {
	background-repeat: no-repeat;
	height: 500px !important;
	background-image: url(https://carandcoach.com/assets/images/kasol/kasol-banner.jpg);
	background-size: contain;
	background-position: center;
	width: 100%;
	position: relative;
	background-repeat: no-repeat;
	cursor: pointer;
}


.mussoorie-banner {
	background-repeat: no-repeat;
	height: 500px !important;
	background-image: url(https://carandcoach.com/assets/images/mussoorie/mussoorie-banner.jpg);
	background-size: contain;
	background-position: center;
	width: 100%;
	position: relative;
	background-repeat: no-repeat;
	cursor: pointer;
}


.nainital-banner {
	background-repeat: no-repeat;
	height: 500px !important;
	background-image: url(https://carandcoach.com/assets/images/nainital/nainital-banner.jpg);
	background-size: contain;
	background-position: center;
	width: 100%;
	position: relative;
	background-repeat: no-repeat;
	cursor: pointer;
}

.manali-banner {
	background-repeat: no-repeat;
	height: 500px !important;
	background-image: url(https://carandcoach.com/assets/images/manali/manali-banner.jpg);
	background-size: contain;
	background-position: center;
	width: 100%;
	position: relative;
	background-repeat: no-repeat;
	cursor: pointer;
}


.agra-banner {
	background-repeat: no-repeat;
	height: 500px !important;
	background-image: url(https://carandcoach.com/assets/images/agra/agra-banner.jpg);
	background-size: contain;
	background-position: center;
	width: 100%;
	position: relative;
	background-repeat: no-repeat;
	cursor: pointer;
}


.cnc-16seater-banner {
	background-repeat: no-repeat;
	height: 500px !important;
	background-image: url(https://carandcoach.com/assets/images/16-banner-tt.jpg);
	background-size: contain;
	background-position: center;
	width: 100%;
	position: relative;
	background-repeat: no-repeat;
	cursor: pointer;
}


.cnc-20seater-banner {
	background-repeat: no-repeat;
	height: 500px !important;
	background-image: url(https://carandcoach.com/assets/images/20-banner-tt.jpg);
	background-size: contain;
	background-position: center;
	width: 100%;
	position: relative;
	background-repeat: no-repeat;
	cursor: pointer;
}


.cnc-25seater-banner {
	background-repeat: no-repeat;
	height: 500px !important;
	background-image: url(https://carandcoach.com/assets/images/25-banner-tt.jpg);
	background-size: contain;
	background-position: center;
	width: 100%;
	position: relative;
	background-repeat: no-repeat;
	cursor: pointer;
}

.cnc-9seater-banner {
	background-repeat: no-repeat;
	height: 500px !important;
	background-image: url(https://carandcoach.com/assets/images/9-banner-tt.jpg);
	background-size: contain;
	background-position: center;
	width: 100%;
	position: relative;
	background-repeat: no-repeat;
	cursor: pointer;
}


.force-16seater-banner {
	background-repeat: no-repeat;
	height: 500px !important;
	background-image: url(https://carandcoach.com/assets/images/16-Seater-Force-Urbania-banner.jpg);
	background-size: contain;
	background-position: center;
	width: 100%;
	position: relative;
	background-repeat: no-repeat;
	cursor: pointer;
}


.force-12seater-banner {
	background-repeat: no-repeat;
	height: 500px !important;
	background-image: url(https://carandcoach.com/assets/images/12-Seater-Force-Urbania-banner.jpg);
	background-size: contain;
	background-position: center;
	width: 100%;
	position: relative;
	background-repeat: no-repeat;
	cursor: pointer;
}


.breadcrumb {
	display: flex;
	flex-wrap: wrap;
	padding: 10px 15px;
	margin: 0;
	list-style: none;

	border-radius: 4px;
	font-size: 14px;
}

.breadcrumb-item+.breadcrumb-item::before {
	content: "›";
	/* You can use '>' or '/' if preferred */
	padding: 0 8px;
	color: #6c757d;
}

.breadcrumb a {
	text-decoration: none;
	color: #ef841d;
	transition: color 0.3s;
}

.breadcrumb a:hover {
	color: #0056b3;
	text-decoration: underline;
}

.breadcrumb-item.active {
	color: #6c757d;
	pointer-events: none;
	cursor: default;
}


.grover-cta-box {
	width: 100%;
	background-color: #0c2c53;
	/* Deep blue */
	color: #fff;
	padding: 40px 20px;
	text-align: center;
	border-radius: 0;
	box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

.grover-cta-box h2 {
	font-size: 20px;
	margin-bottom: 15px;
}

.grover-cta-box p {
	font-size: 16px;
	margin-bottom: 25px;
}

.cta-buttons {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	gap: 15px;
}

.cta-btn {
	padding: 12px 25px;
	font-size: 16px;
	border-radius: 5px;
	text-decoration: none;
	font-weight: 600;
	transition: 0.3s ease-in-out;
}

.call-btn {
	background-color: #fff;
	color: #0c2c53;
}

.form-btn {
	background-color: #fff;
	color: #0c2c53;
	border: 2px solid #0c2c53;
}

.about-banner {
	background-repeat: no-repeat;
	height: 500px !important;
	background-image: url(https://carandcoach.com/assets/images/about-banner.jpg);
	background-size: contain;
	background-position: center;
	width: 100%;
	position: relative;
	background-repeat: no-repeat;
	cursor: pointer;
}


/* Responsive Design */
@media (max-width: 768px) {
	.cnc12-why-choose-box {
		margin-bottom: 20px;
	}

	.cnc12-swiper-slide {
		flex: 1 0 100%;
	}
	
	
	.toyoya7{
   	background-repeat: no-repeat;

	background-image: url(https://carandcoach.com/assets/images/toyota7mobile.jpg)!important;
	height:710px!important;

}


    .toyoya6{
    height:710px!important;
	background-image: url(https://carandcoach.com/assets/images/toyota6mobile.jpg)!important;

}

.dzire-banner{
	height: 265px;
}


.review-banner{
	height: 265px;
}


.faq-banner{
	height: 265px;
}


.innova6-banner {
	height: 265px;
}


.innova7-banner {
	height: 265px;
}

    



}

@media (max-width: 480px) {
    
    
    .toyoya6{
    height:710px!important;
	background-image: url(https://carandcoach.com/assets/images/toyota6mobile.jpg)!important;

}
    	.toyoya7{
   	background-repeat: no-repeat;

	background-image: url(https://carandcoach.com/assets/images/toyota7mobile.jpg)!important;
	height:710px!important;

}
    
	.cnc12-why-choose-us h2 {
		font-size: 1.5rem;
	}

	.cnc12-why-choose-us p {
		font-size: 1rem;
	}

	.cnc12-why-choose-box {
		padding: 20px;
	}

	.cnc12-swiper-slide {
		padding: 15px;
	}


	.cnc-banner-12 {
		height: 265px !important;
	}



	.cac-tempo-route-slide img {
		height: 290px;
	}

	.cnc-12-whyhire-title {
		font-size: 20px;
	}

	.affordable-tempo-rental h2 {
		font-size: 20px;
		padding: 20px;
	}

	.affordable-tempo-rental p {
		padding: 30px;
	}


	.cnc-maharaja-10 {
		height: 265px !important;
	}

	.cnc-15seater-banner {
		height: 265px !important;
	}
	
	.mathura-banner {
		height: 265px !important;
	}
	
.agra-banner {
		height: 265px !important;
	}
	
	.amritsar-banner {
		height: 265px !important;
	}
	
	.dehradun-banner {
		height: 265px !important;
	}
	
	
	.manali-banner {
		height: 265px !important;
	}


	.rishikesh-banner {
		height: 265px !important;
	}


	.jim-banner {
		height: 265px !important;
	}


	.kasauli-banner {
		height: 265px !important;
	}


	.kasol-banner {
		height: 265px !important;
	}


	.nainital-banner {
		height: 265px !important;
	}


	.mussoorie-banner {
		height: 265px !important;
	}



	.haridwar-banner {
		height: 265px !important;
	}



	.cnc-16seater-banner {
		height: 265px !important;
	}

	.cnc-20seater-banner {
		height: 265px !important;
	}

	.cnc-25seater-banner {
		height: 265px !important;
	}

	.cnc-9seater-banner {
		height: 265px !important;
	}
	
	
    .cnc-minibus-27 {
	height: 265px !important;

    }

    .cnc-bus-47{height: 265px !important;
        
    }
    
    
    
.dzire-banner{
	height: 265px!important;
}

.review-banner{
	height: 265px!important;
}

.faq-banner{
	height: 265px!important;
}


.innova6-banner {
	height: 265px!important;
}


.innova7-banner {
	height: 265px!important;
}

    
    
    
    
    .force-16seater-banner {
		background-repeat: no-repeat;
	height: 480px !important;
	background-image: url(https://carandcoach.com/assets/images/16-Seater-Force-Urbania-mobile-banner.jpg);
	background-size: contain;
	background-position: center;
	width: 100%;
	position: relative;
	background-repeat: no-repeat;
	cursor: pointer;
	}

	.force-12seater-banner {
	background-repeat: no-repeat;
	height: 480px !important;
	background-image: url(https://carandcoach.com/assets/images/12-Seater-Force-Urbania-mobile-banner.jpg);
	background-size: contain;
	background-position: center;
	width: 100%;
	position: relative;
	background-repeat: no-repeat;
	cursor: pointer;
	}
	
}
	





	
	
	




.card-title{
    font-size:1rem;
}



/*Bus 27*/



.bus-27-image-wrapper {
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 0 15px rgba(0,0,0,0.1);
}

.bus-27-img {
  width: 100%;
  height: auto;
  display: block;
}

.bus-27-title {
  font-size: 20px;
  font-weight: 700;
  color: #333;
  margin-bottom: 15px;
}

.bus-27-description {
  font-size: 16px;
  line-height: 1.6;
  color: #555;
}


.bus-27-section-title {
  font-size: 20px;
  font-weight: 700;
  color: #2d2d2d;
}

.bus-27-slider-box .bus-27-box {
  padding: 15px;
  text-align: center;
}

.bus-27-box img {
  border-radius: 10px;
  width: 100%;
  height: auto;
  box-shadow: 0 4px 12px rgba(0,0,0,0.1);
}

.bus-27-box-caption {
  margin-top: 10px;
  font-size: 16px;
  font-weight: 500;
  color: #444;
}


.bus-27-benefits-section {
  background-color: #f9f9f9;
}

.bus-27-title {
  font-size: 20px;
  font-weight: 700;
  color: #2c3e50;
}

.bus-27-subtitle {
  max-width: 700px;
  margin: auto;
  color: #555;
}

.bus-27-icon-box {
  background: #fff;
  padding: 20px;
  border-radius: 12px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08);
  height: 100%;
}

.bus-27-icon {
  font-size: 36px;
  margin-bottom: 12px;
  color: #ef841d;
}

.bus-27-icon-title {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 8px;
  color: #333;
}

.bus-27-icon-desc {
  font-size: 14px;
  color: #666;
}


.bus-27-pricing-title {
  font-size: 20px;
  font-weight: 700;
  color: #2c3e50;
}

.bus-27-pricing-desc {
  font-size: 16px;
  color: #555;
}

.bus-27-pricing-list {
  list-style: none;
  padding-left: 0;
}

.bus-27-pricing-list li {
  font-size: 15px;
  margin-bottom: 10px;
  padding-left: 24px;
  position: relative;
}

.bus-27-pricing-list li::before {
  content: '✔';
  position: absolute;
  left: 0;
  color: #28a745;
  font-weight: bold;
}

.bus-27-pricing-note {
  font-size: 15px;
  color: #333;
  font-style: italic;
}

.bus-27-pricing-card {
  position: relative;
  text-align: center;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 4px 12px rgba(0,0,0,0.1);
}

.bus-27-pricing-card img {
  border-radius: 12px;
}

.bus-27-price-tag {
  position: absolute;
  top: 15px;
  left: 15px;
  background: #ffc107;
  color: #000;
  font-weight: bold;
  padding: 6px 12px;
  border-radius: 6px;
  font-size: 14px;
}



.bus-27-process-title {
  font-size: 20px;
  font-weight: 700;
  color: #2c3e50;
}

.bus-27-process-subtitle {
  font-size: 16px;
  color: #777;
}

.bus-27-step-card {
  background: #fefefe;
  border: 1px solid #eee;
  border-radius: 12px;
  padding: 25px;
  text-align: center;
  box-shadow: 0 6px 12px rgba(0,0,0,0.06);
  transition: all 0.3s ease;
  position: relative;
}

.bus-27-step-card:hover {
  box-shadow: 0 10px 20px rgba(0,0,0,0.1);
  transform: translateY(-4px);
}

.bus-27-step-num {
  width: 50px;
  height: 50px;
  background: #ef841d;
  color: #fff;
  font-weight: bold;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  margin: 0 auto 15px;
}

.bus-27-step-title {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 10px;
  color: #333;
}

.bus-27-step-desc {
  font-size: 14px;
  color: #666;
}

.bus-27-support-text {
  font-size: 14px;
 


}



.bus-27-icon-box {
  background: #fff;
  border: 1px solid #eee;
  border-radius: 10px;
  padding: 25px 15px;
  box-shadow: 0 4px 10px rgba(0,0,0,0.05);
  transition: 0.3s ease-in-out;
  height: 100%;
}

.bus-27-icon-box:hover {
  box-shadow: 0 6px 16px rgba(0,0,0,0.1);
  transform: translateY(-5px);
}

.bus-27-icon {
  font-size: 20px;
  color: #28a745;
  margin-bottom: 15px;
}

.bus-27-icon-box h5 {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 10px;
}

.bus-27-icon-box p {
  font-size: 14px;
  color: #666;
  margin: 0;
}

.cnc-minibus-27 {
	background-repeat: no-repeat;
	height: 500px !important;
	background-image: url(https://carandcoach.com/assets/images/27-seater-banner.jpg);
	background-size: contain;
	background-position: center;
	width: 100%;
	position: relative;
	background-repeat: no-repeat;
	cursor: pointer;
}

.cnc-bus-47 {
	background-repeat: no-repeat;
	height: 500px !important;
	background-image: url(https://carandcoach.com/assets/images/45-bus-banner.jpg);
	background-size: contain;
	background-position: center;
	width: 100%;
	position: relative;
	background-repeat: no-repeat;
	cursor: pointer;
}

.toyoya7 {
	background-repeat: no-repeat;
	height: 500px;
	background-image: url(https://carandcoach.com/assets/images/toyotahycross7-banner.jpg);
	background-size: contain;
	background-position: center;
	width: 100%;
	position: relative;
	background-repeat: no-repeat;
	cursor: pointer;
}


.toyoya6 {
	background-repeat: no-repeat;
	height: 500px;
	background-image: url(https://carandcoach.com/assets/images/toyotahycross6-banner.jpg);
	background-size: contain;
	background-position: center;
	width: 100%;
	position: relative;
	background-repeat: no-repeat;
	cursor: pointer;
}

.dzire-banner{
	background-repeat: no-repeat;
	height: 500px;
	background-image: url(https://carandcoach.com/assets/images/Dezire-banner.jpg);
	background-size: contain;
	background-position: center;
	width: 100%;
	position: relative;
	background-repeat: no-repeat;
	cursor: pointer;
}


.innova6-banner {
	background-repeat: no-repeat;
	height: 500px;
	background-image: url(https://carandcoach.com/assets/images/innova6-banner.jpg);
	background-size: contain;
	background-position: center;
	width: 100%;
	position: relative;
	background-repeat: no-repeat;
	cursor: pointer;
}


.innova7-banner {
	background-repeat: no-repeat;
	height: 500px;
	background-image: url(https://carandcoach.com/assets/images/innova7-banner.jpg);
	background-size: contain;
	background-position: center;
	width: 100%;
	position: relative;
	background-repeat: no-repeat;
	cursor: pointer;
}






.special-packages h3 {
  font-weight: 600;
}

.package-box h5 {
  font-size: 16px;

}

.package-box p {
  font-size: 13px;
  color: #333;
}



/*Home Deepa*/

/* CNC Home Section Styling */
.cnc-home-section {
  background: linear-gradient(to right, #ef841d, #FF7F32);
  color: #fff;

  box-shadow: 0 4px 10px rgba(0,0,0,0.1);
}

.cnc-home-section .cnc-title {
  font-size: 20px;
  font-weight: 600;
  color: #fff;
}

.cnc-home-section .cnc-text {
  font-size: 14px;
  line-height: 1.6;
  max-width: 800px;
  margin: 0 auto;
  color: rgba(255, 255, 255, 0.9);
}


/*Home vehicles*/
.cnc-home-vehicles {
  padding-top: 50px;
  padding-bottom: 60px; /* space after section */
  background: none; /* no background color */
}

.cnc-home-vehicles h2 {
  font-size: 20px;
  font-weight: 600;
  color: #ef841d;
  margin-bottom: 30px;
}

.cnc-vehicle-card {
  background: #fff;
  border-radius: 14px;
  overflow: hidden;
  height: 100%;
  display: flex;
  flex-direction: column;
  box-shadow: 0 3px 10px rgba(0,0,0,0.06);
  transition: all 0.35s ease;
  margin-bottom: 20px;
}

.cnc-vehicle-card:hover {
  transform: translateY(-8px) scale(1.02);
  box-shadow: 0 10px 25px rgba(0,0,0,0.15);
}

.cnc-vehicle-card img {
  width: 100%;
  height: 140px;
  object-fit: cover;
  border-radius: 0; /* no radius on image */
}

.cnc-vehicle-info {
  padding: 14px 12px;
  text-align: center;
  flex: 1;
}

.cnc-vehicle-info h5 {
  font-size: 16px;
  font-weight: 500;
  color: #FF7F32;
  margin-bottom: 6px;
}

.cnc-vehicle-info p {
  font-size: 13px;
  color: #444;
  margin-bottom: 4px;
  font-weight: 400;
}

.cnc-vehicle-info hr {
  border: none;
  border-top: 1px dashed #ddd;
  margin: 8px 0;
}

.cnc-btn-enquiry {
  background: linear-gradient(90deg, #ef841d, #FF7F32);
  color: #fff;
  font-size: 12px;
  font-weight: 500;
  border-radius: 25px;
  padding: 5px 14px;
  margin-top: 10px;
  border: none;
  box-shadow: 0 3px 8px rgba(0,0,0,0.2);
  transition: all 0.25s ease;
}

.cnc-btn-enquiry:hover {
  background: linear-gradient(90deg, #0056b3, #e96b1f);
  transform: translateY(-2px) scale(1.05);
}


/*home services*/

.cnc-home-services h2 {
  font-size: 20px;
  font-weight: 600;
  color: #ef841d;
  margin-bottom: 30px;
}

.cnc-service-item {
  font-size: 15px;
  font-weight: 500;
  color: #333;
  line-height: 1.4;
}

.cnc-service-item:hover {
  color: #ff6600;
  transform: scale(1.05);
  transition: all 0.2s ease-in-out;
}


/*feature box*/
.features17 .card-wrapper {
  display: flex;
  flex-direction: column;
}

.features17 .card-box {
  flex: 1;
}

.features17 .card-img img {
  width: 100%;
  height: 200px;
  object-fit: cover;
}

.home-card-title{    font-weight: 400!important;
    font-size: 16px!important;
    color: #db8015;}


/*why chosse*/
.cnc-home-why h2 {
  font-weight: 600;
  font-size: 26px;
}

.cnc-home-why p {
  font-size: 15px;
  color: #444;
}

.cnc-why-list .why-box {
  display: flex;
  align-items: center;
  background: #f8f9fa;
  padding: 12px 15px;
  border-radius: 8px;
  font-size: 15px;
  font-weight: 500;
  box-shadow: 0 3px 6px rgba(0,0,0,0.05);
  height: 100%;
}

.cnc-why-list .why-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  margin-right: 10px;
  border-radius: 50%;
  color: #fff;
  font-size: 16px;
  flex-shrink: 0;
  box-shadow: 0 3px 6px rgba(0,0,0,0.15);
}

/**/

.cnc-safety-section{background:#ffec3f;}

.cnc-safety-section .safety-card {
    position: relative;
    height: 200px;
    background-size: cover !important;
    background-position: center;
    border-radius: 8px;
    overflow: hidden;background:#fff;
    box-shadow: 0 3px 8px rgba(0,0,0,0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
  }
  .cnc-safety-section .safety-card:hover {
    transform: scale(1.03);
    box-shadow: 0 6px 15px rgba(0,0,0,0.15);
  }
  .cnc-safety-section .overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 12px;
    background: rgba(0,0,0,0.5);
    text-align: center;
  }
  .cnc-safety-section .overlay h5 {
    color: #fff;
    font-size: 16px;
    margin: 0;
    font-weight: 500;
  }

/**/
 .cnc-home-faq .faq-item {
    
    border: 1px solid #ddd;
    border-radius: 6px;
    margin-bottom: 10px;
    overflow: hidden;
  }
  .cnc-home-faq .faq-question {
    background: #f8f9fa;
    border: none;
    width: 100%;
    text-align: left;
    padding: 14px 18px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: background 0.3s ease;
  }
  .cnc-home-faq .faq-question:hover {
    background: #e9ecef;
  }
  .cnc-home-faq .faq-answer {
    max-height: 0;
    overflow: hidden;
    padding: 0 18px;
    background: #fff;
    font-size: 15px;
    line-height: 1.6;
    transition: max-height 0.4s ease, padding 0.3s ease;
  }
  .cnc-home-faq .faq-item.active .faq-answer {
    max-height: 500px; /* enough for text */
    padding: 14px 18px;
  }
  
  .faq-banner{
	background-repeat: no-repeat;
	height: 500px;
	background-image: url(https://carandcoach.com/assets/images/faq.jpg);
	background-size: contain;
	background-position: center;
	width: 100%;
	position: relative;
	background-repeat: no-repeat;
	cursor: pointer;
}


.review-banner{
	background-repeat: no-repeat;
	height: 500px;
	background-image: url(https://carandcoach.com/assets/images/review.jpg);
	background-size: contain;
	background-position: center;
	width: 100%;
	position: relative;
	background-repeat: no-repeat;
	cursor: pointer;
}

  
  /*vehical button popup form*/
  
 /*About Us Page*/
  /* ------ Color System (Orange–Yellow family) ------ */
  :root {
    --cac-about-orange: #ff7a00;
    --cac-about-amber:  #ffb300;
    --cac-about-yellow: #ffc107;
    --cac-about-deep:   #b45309;
  }

  /* ------ Section BG ------ */
  .cac-about-section {
    background:
      radial-gradient(1200px 600px at -10% -10%, rgba(255, 193, 7, 0.12), transparent 60%),
      radial-gradient(900px 500px at 110% 10%, rgba(255, 122, 0, 0.10), transparent 60%),
      #fff;
  }

  /* ------ Card ------ */
  .cac-about-card {
    background: #fff;
    border-radius: 18px;
    box-shadow: 0 10px 28px rgba(0,0,0,0.06);
    position: relative;
    overflow: hidden;
  }
  .cac-about-card::before {
    content: "";
    position: absolute;
    inset: 0 auto 0 0;
    width: 6px;
    background: linear-gradient(180deg, var(--cac-about-orange), var(--cac-about-yellow));
  }

  /* ------ Typography ------ */
  .cac-about-eyebrow {
    font-size: 14px;
    font-weight: 600;
    letter-spacing: .06em;
    text-transform: uppercase;
    color: var(--cac-about-deep);
    background: linear-gradient(90deg, rgba(255, 122, 0, .12), rgba(255, 193, 7, .12));
    padding: 6px 10px;
    border-radius: 999px;
  }

  .cac-about-title {
    font-size: 20px;
    font-weight: 600;
    color: #222;
    line-height: 1.35;
  }

  .cac-about-lead {
    font-size: 18px;
    font-weight: 600;
    color: #333;
    line-height: 1.7;
  }

  .cac-about-body {
    font-size: 14px;
    font-weight: 600;
    color: #444;
    line-height: 1.8;
  }

  /* ------ Image wrap ------ */
  .cac-about-image-wrap {
    position: relative;
    display: inline-block;
  }
  .cac-about-image-wrap::after {
    content: "";
    position: absolute;
    inset: -10px;
    border-radius: 24px;
    background: linear-gradient(135deg, rgba(255,122,0,.25), rgba(255,193,7,.25));
    z-index: -1;
    filter: blur(14px);
  }

  .cac-about-badge {
    position: absolute;
    bottom: 12px;
    left: 12px;
    font-size: 14px;
    font-weight: 600;
    color: #222;
    background: linear-gradient(90deg, #fff, #fffbe6);
    border: 1px solid rgba(255, 179, 0, 0.45);
    padding: 8px 12px;
    border-radius: 999px;
  }

  @media (max-width: 767.98px) {
    .cac-about-card { border-radius: 16px; }
    .cac-about-image-wrap { width: 100%; }
    .cac-about-badge { font-size: 12px; padding: 6px 10px; }
  }
  
  /**/
/* ===== Why Choose Car and Coach Section ===== */
.cac-about-why h2 {
  font-size: 20px;
  font-weight: 600;
  color: #ff9800;
}

.cac-about-why-card {
  background: #fff;
  border-radius: 12px;
  border-top: 2px solid #ffb84d;
  transition: all 0.3s ease;
  box-shadow: 0 4px 10px rgba(0,0,0,0.05);
}

.cac-about-why-card:hover {
  transform: translateY(-6px);
  border-color: #ff9800;
  box-shadow: 0 6px 18px rgba(0,0,0,0.12);
}

.cac-about-why-icon {
  font-size: 40px;
  color: #ff9800;
  margin-bottom: 10px;
}

.cac-about-why-head {
  font-size: 16px;
  font-weight: 600;
  color: #ff9800;
  margin-bottom: 8px;
}

.cac-about-why-text {
  font-size: 14px;
  color: #555;
  margin: 0;
}


/**/
.cac-services h2 {
  font-size: 28px;
  font-weight: 600;
  color: #ff9800;
}

.cac-service-card {
  background: #fff;
  border-radius: 15px;
  overflow: hidden;
  box-shadow: 0 4px 10px rgba(0,0,0,0.08);
  transition: all 0.3s ease;
  height: 100%;
}

.cac-service-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 8px 20px rgba(0,0,0,0.12);
}

.cac-service-img {
  width: 100%;
  height: 200px;
  overflow: hidden;
}

.cac-service-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.4s ease;
}

.cac-service-card:hover .cac-service-img img {
  transform: scale(1.1);
}

.cac-service-card h3 {
  font-size: 17px;
  font-weight: 600;
  color: #e65100;
  padding: 15px 20px 5px;
}

.cac-service-card p {
  font-size: 14px;
  color: #555;
  line-height: 1.6;
  padding: 0 20px;
}


.cac-service-card a{font-size: 14px;
    color: #e65100;
    padding: 0 20px 40px;}

/**/
.cac-fleet h2 {
  font-size: 28px;
  font-weight: 600;
  color: #ff9800;
}

.cac-fleet p {
  font-size: 16px;
  color: #555;
}

.cac-fleet-card {
  background: #fff;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 4px 12px rgba(0,0,0,0.08);
  transition: all 0.3s ease;
  height: 100%;
  display: flex;
  flex-direction: column;
}

.cac-fleet-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 8px 20px rgba(0,0,0,0.15);
}

.cac-fleet-img {
  width: 100%;
  height: 200px;
  overflow: hidden;
  position: relative;
}

.cac-fleet-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease;
}

.cac-fleet-card:hover .cac-fleet-img img {
  transform: scale(1.1);
}

.cac-fleet-content {
  padding: 15px 20px;
  text-align: center;
}

.cac-fleet-content h3 {
  font-size: 20px;
  font-weight: 600;
  color: #e65100;
  margin-bottom: 8px;
}

.cac-fleet-content p {
  font-size: 14px;
  color: #666;
}

.fleet-note p {
  font-size: 15px;
  color: #444;
  margin-top: 10px;
}

/**/
.cac-fleet h2 {
  font-size: 28px;
  font-weight: 600;
  color: #ff9800;
}

.cac-fleet-item {
  background: #fff;
  border-radius: 14px;
  box-shadow: 0 4px 15px rgba(0,0,0,0.08);
  overflow: hidden;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.cac-fleet-item:hover {
  transform: translateY(-4px);
  box-shadow: 0 6px 20px rgba(0,0,0,0.15);
}

.fleet-img {
  position: relative;
  flex: 0 0 45%;
  max-width: 45%;
  overflow: hidden;
}

.fleet-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.fleet-badge {
  position: absolute;
  bottom: 10px;
  left: 10px;
  background: #ff9800;
  color: #fff;
  font-size: 14px;
  padding: 5px 12px;
  border-radius: 20px;
  font-weight: 500;
}

.fleet-text {
  flex: 1;
  padding: 20px;
}

.fleet-text h3 {
  font-size: 20px;
  color: #e65100;
  margin-bottom: 8px;
}

.fleet-text p {
  font-size: 14px;
  color: #555;
}

.fleet-note p {
  font-size: 15px;
  color: #444;
}

/**/

.cac-mission-vision h2 {
  font-size: 28px;
  font-weight: 600;
  color: #ff9800;
}

.mv-box {
  background: #fff;
  border-radius: 14px;
  padding: 30px 25px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.08);
  height: 100%;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.mv-box:hover {
  transform: translateY(-5px);
  box-shadow: 0 6px 18px rgba(0,0,0,0.15);
}

.mv-box h3 {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 15px;
  color: #e65100;
}

.mv-box p {
  font-size: 15px;
  color: #444;
  margin: 0;
}

/* Subtle difference in backgrounds */
.mv-box.mission {
  border-top: 5px solid #ff9800;
}

.mv-box.vision {
  border-top: 5px solid #4caf50;
}



/**/
.car-faq {
  background: #f9fbfd;
  padding: 60px 20px;
  font-family: "Segoe UI", sans-serif;
}

.car-faq h2 {
  text-align: center;
  font-size: 2rem;
  margin-bottom: 40px;
  color: #1a365d;
  font-weight: 700;
}

/* FAQ Item */
.car-faq-item {
  border: 1px solid #e2e8f0;
  border-radius: 5px;
  margin-bottom: 15px;
  background: #fff;
  box-shadow: 0 4px 6px rgba(0,0,0,0.05);
  overflow: hidden;
  transition: all 0.3s ease;
}

.car-faq-question {
  width: 100%;
  text-align: left;
  background: #f1f5f9;
  padding: 16px 20px;
  font-size: 1rem;
  font-weight: 600;
  color: #1e293b;
  border: none;
  outline: none;
  cursor: pointer;
  position: relative;
  transition: background 0.3s;
}

.car-faq-question:hover {
  background: #e2e8f0;
}

/* Plus/Minus Icon */
.car-faq-question::after {
  content: "+";
  position: absolute;
  right: 20px;
  font-size: 1.2rem;
  transition: transform 0.3s;
}

.car-faq-question.active::after {
  content: "-";
  transform: rotate(180deg);
}

/* Answer */
.car-faq-answer {
  max-height: 0;
  overflow: hidden;
  padding: 0 20px;
  font-size: 0.95rem;
  color: #475569;
  line-height: 1.6;
  background: #fff;
  transition: max-height 0.4s ease, padding 0.3s ease;
}

.car-faq-answer.active {
  padding: 15px 20px;
  max-height: 500px; /* big enough for content */
}










/* Delhi to Mathura Section */
.cc-dtm-section {
  background: #f9fbff;
}

.cc-dtm-title {
  font-size: 24px;
  font-weight: 600;
  color: #002855;
  margin-bottom:0px;
}

.cc-dtm-subtitle {
  font-size: 16px;
  color: #555;
  max-width: 700px;
  margin: 0 auto;
}

.cc-dtm-box {
  background: #fff;
  border-radius: 12px;
  border: 1px solid #e1e1e1;
  box-shadow: 0 3px 8px rgba(0,0,0,0.08);
  transition: all 0.3s ease;
}

.cc-dtm-box:hover {
  transform: translateY(-5px);
  box-shadow: 0 6px 14px rgba(0,0,0,0.12);
}

.cc-dtm-icon {
  font-size: 36px;
  color: #ef841d;
}

.cc-dtm-footer {
  font-size: 15px;
  color: #333;
}


/* Travel Tips Section */
.cc-travel-tips-section {
  background: #fff7f2;
  border-left: 6px solid #ff6600;
}

.cc-travel-tips-title {
  font-size: 28px;
  font-weight: 700;
  color: #cc3300;
}

.cc-travel-tips-subtitle {
  font-size: 15px;
  color: #555;
  max-width: 650px;
  margin: 0 auto;
}

.cc-travel-tips-box {
  display: flex;
  align-items: flex-start;
  background: #fff;
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0 3px 8px rgba(0,0,0,0.08);
  transition: transform 0.3s ease;
}

.cc-travel-tips-box:hover {
  transform: translateY(-5px);
}

.cc-travel-tips-icon {
  font-size: 28px;
  color: #ff6600;
  margin-right: 15px;
  flex-shrink: 0;
}

.cc-travel-tips-box h5 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 5px;
  color: #333;
}

.cc-travel-tips-box p {
  font-size: 14px;
  color: #666;
  margin: 0;
}


/* Why Tempo Traveller Section */
.cc-why-tt-section {
  background: #f5faff;
}

.cc-why-tt-title {
  font-size: 24px;
  font-weight: 600;
  color: #003366;
}

.cc-why-tt-subtitle {
  font-size: 15px;
  color: #555;
  max-width: 700px;
  margin: 0 auto;
}

.cc-why-tt-box {
  background: #fff;
  padding: 25px;
  border-radius: 12px;
  border: 1px solid #e1e1e1;
  box-shadow: 0 3px 8px rgba(0,0,0,0.08);
  transition: all 0.3s ease;
}

.cc-why-tt-box:hover {
  transform: translateY(-8px);
  box-shadow: 0 8px 16px rgba(0,0,0,0.12);
}

.cc-why-tt-img {
  width: 70px;
  height: 70px;
  object-fit: contain;
}

.btn-readmore{
   background: #fecf3d;
    color: #ffffff !important;
    border: none;
    padding: 10px;}
    
    
    
/* Booking Steps Section */
.cc-booking-section {
  background: #f9f9ff;
}

.cc-booking-title {
  font-size: 24px;
  font-weight: 600;
  color: #002855;
}

.cc-booking-subtitle {
  font-size: 15px;
  color: #555;
  max-width: 700px;
  margin: 0 auto;
}

.cc-booking-step {
  background: #fff;
  padding: 25px 20px;
  border-radius: 12px;
  border: 1px solid #e1e1e1;
  box-shadow: 0 4px 10px rgba(0,0,0,0.08);
  position: relative;
  transition: all 0.3s ease;
}

.cc-booking-step:hover {
  transform: translateY(-6px);
  box-shadow: 0 8px 16px rgba(0,0,0,0.12);
}

.cc-booking-number {
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 50%;
  background: #ef841d;
  color: #fff;
  font-weight: bold;
  font-size: 16px;
  position: absolute;
  top: -15px;
  left: 50%;
  transform: translateX(-50%);
  box-shadow: 0 3px 6px rgba(0,0,0,0.15);
}

.cc-booking-icon {
  font-size: 32px;
  color: #ef841d;
  margin: 30px 0 15px 0;
}



/* Best Time Section */
.cc-besttime-section {
  background: #fefefe;
}

.cc-besttime-title {
  font-size: 28px;
  font-weight: 700;
  color: #004080;
}

.cc-besttime-subtitle {
  font-size: 15px;
  color: #555;
  max-width: 700px;
  margin: 0 auto;
}

/* Timeline Left */
.cc-besttime-timeline {
  position: relative;
  border-left: 3px solid #007bff;
  padding-left: 25px;
}

.cc-besttime-item {
  position: relative;
  margin-bottom: 25px;
}

.cc-besttime-icon {
  position: absolute;
  left: -37px;
  top: 0;
  width: 30px;
  height: 30px;
  background: #007bff;
  color: #fff;
  border-radius: 50%;
  text-align: center;
  line-height: 30px;
  font-size: 16px;
  box-shadow: 0 3px 6px rgba(0,0,0,0.15);
}

.cc-besttime-content h5 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 5px;
  color: #333;
}

.cc-besttime-content p {
  font-size: 14px;
  color: #666;
  margin: 0;
}

/* Right Side */
.cc-besttime-box {
  background: #fff;
  padding: 18px 20px;
  border-radius: 10px;
  border: 1px solid #e1e1e1;
  box-shadow: 0 2px 6px rgba(0,0,0,0.06);
}

.cc-besttime-box.highlight {
  background: #eaf5ff;
  border-left: 4px solid #007bff;
}

.cc-besttime-festival {
  padding-left: 18px;
}



/**/
/* Popular Places Section */
.cc-places-section {
  background: #f9fbff;
}

.cc-places-title {
  font-size: 24px;
  font-weight: 600;
  color: #002855;
}

.cc-places-subtitle {
  font-size: 15px;
  color: #555;
  max-width: 700px;
  margin: 0 auto;
}

.cc-places-box {
  background: #fff;
  padding: 15px;
  border-radius: 12px;
  border: 1px solid #e1e1e1;
  box-shadow: 0 3px 8px rgba(0,0,0,0.08);
  transition: transform 0.3s ease;
}

.cc-places-box h5 {font-size:18px;}
.cc-food-box h5  {font-size:18px;}

.cc-places-box:hover {
  transform: translateY(-6px);
  box-shadow: 0 8px 16px rgba(0,0,0,0.12);
}

.cc-places-img {
  width: 100%;
  height: 160px;
  object-fit: cover;
  border-radius: 10px;
}



/* Vrindavan Places Section */
.cc-places-vrindavan {
  background: #fff8f2; /* light peach/orange tint to contrast Mathura */
}

.cc-places-vrindavan .cc-places-box {
  background: #fff;
  padding: 15px;
  border-radius: 12px;
  border: 1px solid #e1e1e1;
  box-shadow: 0 3px 8px rgba(0,0,0,0.08);
  transition: transform 0.3s ease;
}

.cc-places-vrindavan .cc-places-box:hover {
  transform: translateY(-6px);
  box-shadow: 0 8px 16px rgba(0,0,0,0.12);
}

.cc-places-vrindavan .cc-places-img {
  width: 100%;
  height: 160px;
  object-fit: cover;
  border-radius: 10px;
}


/* Food Section */
.cc-food-section {
  background: #f2fff8; /* light green tint for freshness */
}

.cc-food-title {
  font-size: 28px;
  font-weight: 700;
  color: #004d26;
}

.cc-food-subtitle {
  font-size: 15px;
  color: #555;
  max-width: 700px;
  margin: 0 auto;
}

.cc-food-box {
  background: #fff;
  padding: 15px;
  border-radius: 12px;
  border: 1px solid #e1e1e1;
  box-shadow: 0 3px 8px rgba(0,0,0,0.08);
  transition: transform 0.3s ease;
}

.cc-food-box:hover {
  transform: translateY(-6px);
  box-shadow: 0 8px 16px rgba(0,0,0,0.12);
}

.cc-food-img {
  width: 100%;
  height: 160px;
  object-fit: cover;
  border-radius: 10px;
}
