#testimonialsp {
	scroll-margin-top: 280px;
}
.open-sans-font-default {
	font-family: "Open Sans", sans-serif;
}
.open-sans-font-color-default {
	color: #1b75bc;
}
.open-sans-font {
	font-family: "Open Sans", sans-serif;
	font-optical-sizing: auto;
	font-weight: 300;
	font-style: normal;
	font-variation-settings: "wdth" 100;
}
.open-sans-font-sm {
	font-family: "Open Sans", sans-serif;
	font-optical-sizing: auto;
	font-weight: 300;
	font-size: 14px;
	line-height: 1.5;
	font-style: normal;
	font-variation-settings: "wdth" 100;
}
.open-sans-font-bold {
	font-family: "Open Sans", sans-serif;
	font-optical-sizing: auto;
	font-weight: 400;
	font-style: normal;
	font-variation-settings: "wdth" 100;
}
.open-sans-font-menu {
	font-family: "Open Sans", "sans-serif"!important;
	font-optical-sizing: auto;
	font-size: 0.9rem!important;
	font-weight: 500;
	font-style: normal;
	font-variation-settings: "wdth" 100;
}
.nav-item {
	font-family: "Open Sans", sans-serif;
	font-optical-sizing: auto;
	font-weight: 700;
	font-style: normal;
	font-size: 19.75pt;
	font-variation-settings: "wdth" 100;
}
.no-margin {
	margin: 0 !important;
}
.no-padding {
	padding: 0 !important;
}
.d-inherit {
	display: inherit!important;
}
.navmenu .nav-item::after {
	content: "|";
	display: block;
	text-align: center;
	color: #979797;
	font-size: 1.8rem;
	font-weight: 100;
	line-height: 1;
}
.disabled-link {
	pointer-events: none;
	color: #979797;
	text-decoration: none;
}
.nav-item.first::after {
	display: none!important;
}
.navmenu-link .nav-item.first.before::before {
	content: "|";
	display: block;
	text-align: center;
	color: var(--accent-color) !important;
	font-size: 1.3rem;
	font-weight: 300;
	line-height: 1;
	padding-bottom: 0.4rem;
}
.navmenu-link .nav-item::after {
	content: "|";
	display: block;
	text-align: center;
	color: var(--accent-color) !important;
	font-size: 1.3rem;
	font-weight: 300;
	line-height: 1;
	padding-bottom: 0.4rem;
}
.navmenu-link .nav-item.first::after {
	display: none !important;
}
.item-left {
	padding-bottom: 8px;
	padding-left: 4px;
	padding-right: 8px;
	padding-top: 8px;
}
.item-middle {
	padding-bottom: 8px;
	padding-left: 8px;
	padding-right: 8px;
	padding-top: 8px;
}
.item-right {
	padding-bottom: 8px;
	padding-left: 8px;
	padding-right: 4px;
	padding-top: 8px;
}
.less-padding_1 {
	--bs-gutter-x:0.5rem;
}
.col-custom {
	width: 20%;
}
.shadow-gradient-bottom {
	position: relative;
	z-index: 1;
}
.shadow-gradient-bottom::after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	height: 6px;
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0.05), transparent);
	z-index: -1;
}
.rtl-nowrap {
	white-space: nowrap;
	text-wrap-mode: nowrap;
	direction: rtl;
}
.btn-primary {
	background-color: #00adef;
	border-color: #00adef;
}
.btn-primary:hover {
	background-color: #1b75bc;
	border-color: #1b75bc;
}
.car-container {
	max-width: 900px;
	margin: 0px auto;
	font-family: "Open Sans", sans-serif;
}
.left-box {
	background-color: #00adef;
	color: white !important;
	text-align: center;
	font-weight: 600;
	font-size: 1.3rem;
	font-family: "Open Sans", sans-serif;
}
.price-box {
	text-align: center;
	color: black;
	font-weight:500;
	font-size: 0.85rem;
	font-family: "Open Sans", sans-serif;
}
.price-box h1 {
	font-size: 28px;
	margin: 0px 0;
	font-weight: bold;
	color: #00aee7;
}
.price-box h2 {
	font-size: 22px;
	margin: 0px 0;
	font-weight: bold;
	color: #00adef;
	margin-bottom: 0.4rem;
	line-height:1.8rem;
}
.details-box {
	text-align: right;
	padding: 2px;
	font-size: 0.85rem;
	line-height: 1.6rem;
	font-weight:500;
	font-family: "Open Sans", sans-serif;
}
.details-seperator {
	border-top: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
	padding-top: 0.55rem;
}

@media (min-width: 768px) {
	.col-md-border-start {
		position: relative;
	}
	.col-md-border-start::after {
		content: '';
		position: absolute;
		top: 5%;
		right: 0;
		width: 0.6px;
		height: 90%;
		background-color: #949494;
	}
}
@media (min-width: 352px) {
	.col-md-border-start {
		position: relative;
	}
	.col-md-border-start::after {
		content: '';
		position: absolute;
		top: 5%;
		right: 0;
		width: 0.6px;
		height: 90%;
		background-color: #949494;
	}
}
@media (min-width: 352px) {
	.badge-overlay-b {
		margin-top: 0px;
		bottom: 10px;
		z-index: 10;
		font-family: "Open Sans", sans-serif;
	}
}
.badge-overlay {
	position: absolute;
	bottom: 10px;
	z-index: 10;
	font-family: "Open Sans", sans-serif;
}
@media (min-width: 992px) {
	.badge-overlay-b {
		margin-top: 10px;
		bottom: 10px;
		z-index: 10;
		font-family: "Open Sans", sans-serif;
	}
}
@media (max-width: 990px) {
	.mobile-no-padding {
		padding-left: 0 !important;
		padding-right: 0 !important;
	}
	.mobile-pb2 {
		padding-bottom: 0.5rem;
	}
}

.badge-main {
	background-color: #26296a;
}
.badge-submain {
	background-color: #00adef;
}
.badge-padding {
	padding-top: 8px;
	padding-bottom: 8px;
	padding-left: 12px;
	padding-right: 11px;
}
.badge-padding-b {
	padding-top: 8px;
	padding-bottom: 8px;
	padding-left: 16px;
	padding-right: 16px 
}
.swiper-thumbs .swiper-slide {
	background-size: cover;
	background-position: center;
	cursor: pointer;
}
.swiper-slide-thumb-active {
	border: 3px solid #00adef;
	box-sizing: border-box;
}
.swiper-wrapper-auto {
	width: auto !important;
}
.cp-spec-tabs {
	display: flex;
	flex-wrap: nowrap;
	gap: 6px;
	margin-bottom: 10px;
	direction: rtl;
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
	scrollbar-width: none;
	cursor: grab;
}
.cp-spec-tabs.dragging {
	cursor: grabbing;
	user-select: none;
}
.cp-spec-tabs::-webkit-scrollbar {
	display: none;
}
.cp-spec-tab {
	padding: 6px 14px;
	border-radius: 0;
	border: 1px solid #26296a;
	flex-shrink: 0;
	background: #26296a;
	font-size: 0.8rem;
	font-weight: 600;
	color: #ffffff;
	cursor: pointer;
	transition: none;
	font-family: "Open Sans", sans-serif;
}
.cp-spec-tab:hover {
	border: 1px solid #26296a;
	background: #26296a;
	color: #ffffff;
}
.cp-spec-tab:focus,
.cp-spec-tab:focus-visible {
	outline: none;
	box-shadow: none;
}
.cp-spec-tab.active,
.cp-spec-tab.active:hover,
.cp-spec-tab.active:focus {
	background: #00aef0 !important;
	border-color: #00aef0 !important;
	color: #ffffff !important;
}
.car-preview > .p-0.item-middle {
	display: flex;
	flex-direction: column;
}
.car-preview > .p-0.item-middle > .col-12:last-child {
	flex: 1;
	display: flex;
	flex-direction: column;
	height: auto !important;
}
.scrollable-list {
	flex: 1;
	min-height: 0;
	overflow-y: auto;
	border: 1px solid #ddd;
	border-radius: 0px !important;
	font-weight: 500;
	font-size:0.9rem;
	font-family: "Open Sans", sans-serif;
}
.list-group-item:nth-child(even) {
	background-color: #f2f2f2;
}
.list-group-item {
	background-color: #ffffff;
	border-radius: 0px !important;
	border: 1px solid #ddd;
	text-align: right;
}
.list-group-item strong {
	display: block;
	font-size: 0.6rem;
	font-weight: 400;
}
.scrollable-list::-webkit-scrollbar {
	width: 14px !important;
}
.scrollable-list::-webkit-scrollbar-button {
	display: none;
}
.scrollable-list::-webkit-scrollbar-track {
	background: white;
	border: 1px solid #000;
}
.scrollable-list::-webkit-scrollbar-thumb {
	background-color: transparent;
	border: none;
	display: none;
}
.scrollable-list::-webkit-scrollbar-thumb:hover {
	background-color: white;
}
.scrollable-list {
	scrollbar-width: thin;
	scrollbar-color: #e3e3e3 #fff;
}
.scrollable-list li {
	padding: 0.285rem;
}
.circle-icon {
	width: 32px;
	height: 32px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	color: white;
	font-size: 18px;
	padding-top: 2px;
}
a.circle-icon:hover, a.circle-icon:focus, a.circle-icon:active, a.disable_link_effects, a.disable_link_effects:hover, a.disable_link_effects:focus, a.disable_link_effects:active {
	color: white;
	text-decoration: none;
}
.bg-email {
	background-color: #428bca;
}
.bg-whatsapp {
	background: radial-gradient(circle at 30% 30%, #25d366, #128c7e);
}
.gallery-action-btn {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	padding: 5px 16px;
	font-size: 0.8rem;
	font-weight: 600;
	font-family: "Open Sans", sans-serif;
	text-decoration: none;
	transition: all 0.25s ease;
	backdrop-filter: blur(8px);
	box-shadow: 0 2px 10px rgba(0,0,0,0.15);
}
.gallery-action-btn i {
	font-size: 1rem;
}
.gallery-action-btn.whatsapp-btn {
	background: rgba(37, 211, 102, 0.92);
	color: #fff;
}
.gallery-action-btn.whatsapp-btn:hover {
	background: rgba(37, 211, 102, 0.92);
	color: #fff;
}
.gallery-action-btn.mimun-btn {
	background: #26296a;
	color: #ffffff;
}
.gallery-action-btn.mimun-btn:hover {
	background: #26296a;	
	color: #ffffff;
}
.price-box-i {
	display: flex;
	height: 120px;
}
.left-box-i {
	background-color: #00aef0;
	color: white;
	padding: 1rem;
	text-align: center;
	display: flex;
	flex-direction: column;
	justify-content: center;
	width: 100px;
}
.price_label_size {
	font-weight: 500;
	font-size: 0.85rem;
}
.swiper-modal .modal-dialog {
	max-width: 100%;
	margin: 0;
	height: 100%;
}
.swiper-modal .modal-content {
	height: 100%;
	border: none;
	border-radius: 0;
	background: white;
	position: relative;
}
.swiper {
	width: 100%;
	height: 100%;
}
.swiper-slide {
	display: flex;
	justify-content: center;
	align-items: center;
}
.swiper-slide img {
	max-width: 100%;
	max-height: 100%;
	object-fit: contain;
	cursor: pointer;
}
.fullscreen-swiper img {
	cursor: default;
}
.modal-close-btn {
	position: absolute;
	top: 15px;
	right: 20px;
	z-index: 1056;
	width: 45px;
	height: 45px;
	border-radius: 50%;
	border: none;
	background: rgba(0,0,0,0);
	color: #fff;
	font-size: 26px;
	line-height: 1;
	display: flex;
	justify-content: center;
	align-items: center;
	cursor: pointer;
	transition: background 0.3s;
}
.modal-close-btn:hover {
	background: rgba(0,0,0,0);
}
.popup-img {
	width: 50%;
	height: auto;
	padding:20px;
	background: white;
}
#lightbox {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
	z-index: 9999;
	align-items: center;
	justify-content: center;
}
.lightbox-frame {
	position: relative;
	display: inline-block;
	background: white;
	padding: 20px 40px;
	border: 1px solid lightgray;
	max-width: 90vw;
	max-height: 100vh;
	box-sizing: border-box;
	margin: auto;
}
.lightbox-swiper {
	width: 820px;
	max-width: 100%;
	height: auto;
}
.lightbox-swiper .swiper-slide {
	display: flex;
	align-items: center;
	justify-content: center;
}
#lightbox img {
	display: block;
	max-width: 100%;
	max-height: 100%;
	object-fit: contain;
	border-radius: 0px;
	width: 820px;
}
#lightbox .close-btn {
	position: absolute;
	top: 5px;
	right: 10px;
	border: none;
	width: 22px;
	height: 22px;
	font-size: 22px;
	cursor: pointer;
	z-index: 2;
	color:gray;
	background:white;
}
#lightbox .nav-btn {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	background-color: color-mix(in srgb, var(--accent-color), transparent 10%);
	color: white;
	border: none;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	font-size: 1.2rem;
	font-weight: 600;
	transition: all 0.3s ease;
	line-height: 18px;
	cursor: pointer;
	z-index: 2;
}
#lightbox .nav-btn::after, #lightbox .nav-btn::after {
	font-size: 1.2rem;
	font-weight: 600;
}
#lightbox .nav-btn:hover, #lightbox .nav-btn:hover {
	background-color: color-mix(in srgb, var(--contrast-color), transparent 10%);
	color: var(--heading-color) !important;
	border: 1px solid lightgray;
}
#prevBtn {
	left: 5px;
}
#nextBtn {
	right: 5px;
}
#prevBtn span, #nextBtn span {
	top: -1px;
	position: relative;
}
.no-scroll {
	overflow: hidden;
	height: 100vh;
}

/* Responsive fix for car-preview section on tablet */
@media (max-width: 991px) {
	.car-preview {
		flex-direction: column !important;
	}
	.car-preview > div {
		width: 100% !important;
	}
	.car-preview .swiper-normal {
		width: 100% !important;
		order: -1;
	}
	.car-preview .gallery-thumbs {
		display: none;
	}
	.car-preview .price-box-i {
		height: auto;
	}
	.car-preview .scrollable-list {
		min-height: 200px;
		flex: unset;
	}
}

/* Align gallery slider with col-12 content on tablet (770px–991px) */
@media (min-width: 770px) and (max-width: 991px) {
	.car-preview .swiper-normal {
		padding-left: 0 !important;
		padding-right: 0 !important;
		margin-left: 0 !important;
		margin-right: 0 !important;
	}
	.car-preview .swiper-normal .portfolio-details-slider {
		padding-left: 0;
		padding-right: 0;
	}
}

/* Responsive fix for car-preview section on mobile */
@media (max-width: 576px) {
	.car-preview .left-box-i {
		width: 80px;
		padding: 0.5rem;
	}
}

@media (max-width: 1399px) {
	.scrollable-list {
		max-height: 169px;
	}
}

@media (max-width: 1199px) {
	.scrollable-list {
		 max-height: 106px;
	}
}
  
@media (max-width: 990px) {
	.scrollable-list {
		max-height: none;
	}
}