@charset "utf-8";

@font-face {
	font-family: 'Inter 18pt';
	src: url('../font/Inter18pt-ExtraBold.eot');
	src: url('../font/Inter18pt-ExtraBold.eot?#iefix') format('embedded-opentype'),
		url('../font/Inter18pt-ExtraBold.woff2') format('woff2'),
		url('../font/Inter18pt-ExtraBold.woff') format('woff'),
		url('../font/Inter18pt-ExtraBold.ttf') format('truetype'),
		url('../font/Inter18pt-ExtraBold.svg#Inter18pt-ExtraBold') format('svg');
	font-weight: bold;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Inter 18pt';
	src: url('../font/Inter18pt-Italic.eot');
	src: url('../font/Inter18pt-Italic.eot?#iefix') format('embedded-opentype'),
		url('../font/Inter18pt-Italic.woff2') format('woff2'),
		url('../font/Inter18pt-Italic.woff') format('woff'),
		url('../font/Inter18pt-Italic.ttf') format('truetype'),
		url('../font/Inter18pt-Italic.svg#Inter18pt-Italic') format('svg');
	font-weight: normal;
	font-style: italic;
	font-display: swap;
}

@font-face {
	font-family: 'Inter 18pt';
	src: url('../font/Inter18pt-Medium.eot');
	src: url('../font/Inter18pt-Medium.eot?#iefix') format('embedded-opentype'),
		url('../font/Inter18pt-Medium.woff2') format('woff2'),
		url('../font/Inter18pt-Medium.woff') format('woff'),
		url('../font/Inter18pt-Medium.ttf') format('truetype'),
		url('../font/Inter18pt-Medium.svg#Inter18pt-Medium') format('svg');
	font-weight: 500;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Inter 18pt';
	src: url('../font/Inter18pt-ExtraLight.eot');
	src: url('../font/Inter18pt-ExtraLight.eot?#iefix') format('embedded-opentype'),
		url('../font/Inter18pt-ExtraLight.woff2') format('woff2'),
		url('../font/Inter18pt-ExtraLight.woff') format('woff'),
		url('../font/Inter18pt-ExtraLight.ttf') format('truetype'),
		url('../font/Inter18pt-ExtraLight.svg#Inter18pt-ExtraLight') format('svg');
	font-weight: 200;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Inter 18pt';
	src: url('../font/Inter18pt-SemiBold.eot');
	src: url('../font/Inter18pt-SemiBold.eot?#iefix') format('embedded-opentype'),
		url('../font/Inter18pt-SemiBold.woff2') format('woff2'),
		url('../font/Inter18pt-SemiBold.woff') format('woff'),
		url('../font/Inter18pt-SemiBold.ttf') format('truetype'),
		url('../font/Inter18pt-SemiBold.svg#Inter18pt-SemiBold') format('svg');
	font-weight: 600;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Inter 18pt';
	src: url('../font/Inter18pt-Regular.eot');
	src: url('../font/Inter18pt-Regular.eot?#iefix') format('embedded-opentype'),
		url('../font/Inter18pt-Regular.woff2') format('woff2'),
		url('../font/Inter18pt-Regular.woff') format('woff'),
		url('../font/Inter18pt-Regular.ttf') format('truetype'),
		url('../font/Inter18pt-Regular.svg#Inter18pt-Regular') format('svg');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Inter 18pt';
	src: url('../font/Inter18pt-Black.eot');
	src: url('../font/Inter18pt-Black.eot?#iefix') format('embedded-opentype'),
		url('../font/Inter18pt-Black.woff2') format('woff2'),
		url('../font/Inter18pt-Black.woff') format('woff'),
		url('../font/Inter18pt-Black.ttf') format('truetype'),
		url('../font/Inter18pt-Black.svg#Inter18pt-Black') format('svg');
	font-weight: 900;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Inter 18pt';
	src: url('../font/Inter18pt-Bold.eot');
	src: url('../font/Inter18pt-Bold.eot?#iefix') format('embedded-opentype'),
		url('../font/Inter18pt-Bold.woff2') format('woff2'),
		url('../font/Inter18pt-Bold.woff') format('woff'),
		url('../font/Inter18pt-Bold.ttf') format('truetype'),
		url('../font/Inter18pt-Bold.svg#Inter18pt-Bold') format('svg');
	font-weight: bold;
	font-style: normal;
	font-display: swap;
}


html {
	overflow-x: hidden;
}

body {
	overflow-x: hidden;
	color: #000;

}

:root {
	--highlight_text: #001744;
	--primary-color: #0D789E;
	--dark-color: #000;
	--global-font: 'Inter 18pt';
}

* {
	font-family: var(--global-font);
}

p {
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 22px;
	color: #000000;
}
span.error {
    display: block;
    background: red;
    color: #fff;
    padding: 1px 5px;
    font-size: 14px;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: 600;
	color: #000;
}

header {
	width: 100%;
	padding: 15px 0;
	box-shadow: 0 0 11px #1c1a1d3d;
}

a.navbar-brand {
	max-width: 205px;
}

a.navbar-brand img {
	width: 100%;
}

.slick-dots {
	bottom: -38px;
}

.slick-dots li button:before {
	font-size: 14px;
}

.slick-dots li button:before {
	color: #ee0000;
}

.slick-dots li.slick-active button:before {
	color: #ee0000;
}

header ul.navbar-nav.ms-auto {
	gap: 25px;
	margin-right: 0px;
}

header ul.navbar-nav.ms-auto li a {
	font-weight: normal;
	font-size: 18px;
	line-height: 20px;
	padding: 12px 6px !important;
	color: #000000;
	transition: all ease .5s;

}

.nav_list_social {
	display: flex;
	margin-left: auto;
}

ul.header_action {
	padding: 0;
	list-style: none;
	margin: 0 0 0 calc(33px - 20px);
	position: relative;
	display: flex;
	gap: 25px;
}

header nav.navbar .nav_list_social ul.navbar-nav li.nav-item a.nav-link {
	letter-spacing: 0.02em;
	font-family: 'Inter 18pt';
	font-style: normal;
	font-weight: 400;
	line-height: 22px;
	text-align: center;
	text-transform: capitalize;
	color: #000000;
	font-size: 16px;
}

a.schdule_target {
	font-style: normal;
	font-weight: 600;
	font-size: 16px;
	line-height: 22px;
	text-align: center;
	text-transform: capitalize;
	color: #FFFFFF;
	background-color: #14181F;
	text-decoration: none;
	padding: 13px 20px;
	border-radius: 8px;
	transition: all ease .5s;
	border: 1px solid #14181F;
	display: inline-block;
}

a.schdule_target:hover {
	background-color: transparent;
	color: #14181F;
	border: 1px solid #14181F;
}

ul.header_action li {
	display: flex;
	align-items: center;
}

header nav.navbar {
	padding: 0;
}

header nav.navbar {
	padding: 0 0;
}

header.sticky {
	position: fixed;
	background: #fff;
	top: 0;
	z-index: 99;
}

.footer_info h5 {
	font-style: normal;
	font-weight: 600;
	font-size: 18px;
	line-height: 22px;
	color: #EE0000;
}

.footer_social li a {
	width: 40px;
	height: 40px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	text-decoration: none;
	color: #000;
	border: 1px solid #ccc;
}

.footer_social li a path {
	fill: #000;
}

.address_block {
	display: flex;
}

.icon_add {
	width: 20px;
}

.address_info {
	width: calc(100% - 20px);
	padding: 0 0 0 10px;
	flex-direction: column;
	display: flex;
	row-gap: 10px;
}

.icon_add svg {
	width: 20px;
	height: 20px;
}

.address_foot {
	flex-direction: column;
	display: flex;
	row-gap: 25px;
}

.address_info h4 {
	font-style: normal;
	font-weight: 600;
	font-size: 16px;
	line-height: 22px;
	color: #EE0000;
	margin: 0;
}

.address_info a {
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 22px;
	color: #000000;
	text-decoration: none;
}

footer {
	padding: 65px 0px 65px 0px;
	background-color: #fff;
}

.footer_info {
	max-width: 90%;
}

.footer_logo img {
	max-width: 205px;
}

.footer_logo {
	margin: 0 0 26px 0;
}

.link_footer ul {
	padding: 0;
	margin: 0;
	list-style: none;
	display: flex;
	flex-direction: column;
	gap: 20px;
}

.link_footer ul li a {
	letter-spacing: 0.02em;
	text-decoration: none;
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 22px;
	color: #000000;
	text-transform: capitalize;
}

footer h3 {
	letter-spacing: 0.02em;
	text-decoration: none;
	margin: 0 0 20px 0;
	font-style: normal;
	font-weight: 600;
	font-size: 18px;
	line-height: 25px;
	color: #EE0000;
}

.middle_row {
	display: flex;
	gap: 70px;
}

.footer_social ul {
	list-style: none;
	padding: 0;
	margin: 0;
	display: flex;
	gap: 20px;
}

.copyright_bar {
	background-color: #14181F;
	padding: 23px 50px;
}

.copY-right-in {
	display: flex;
	justify-content: space-between;
	gap: 10px;
	flex-wrap: wrap;
	padding: 0 0;
}

.copY-right-in p {
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 19px;
	letter-spacing: 0.02em;
	color: #FFFFFF;
	margin: 0;
	display: flex;
	align-items: center;
}

.copy_right_nav {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	color: #fff;
}

.copy_right_nav a {
	font-weight: 400;
	font-size: 16px;
	line-height: 19px;
	letter-spacing: 0.02em;
	color: #FFFFFF;
	text-decoration: none;
	display: flex;
	align-items: center;
}

.nav_list_social button.navbar-toggler {
	background-color: #0d789e;
	color: #fff;
	opacity: 1;
	padding: 3px 5px;
	outline: none;
	box-shadow: none;
}

.icon_add svg path {
	fill: #EE0000;
}

.banner_inner {
	padding: 33px 40px;
	border-radius: 36px;
	background-color: #e3e3e3;
}

.banner_content h5 {
	font-style: normal;
	font-weight: 500;
	font-size: 18px;
	line-height: 22px;
	text-transform: uppercase;
	color: #EE0000;
}

.banner_content h1,
.banner_content h2 {
	font-style: normal;
	font-weight: 700;
	font-size: 45px;
	color: #000000;
	margin-bottom: 15px;
}

.banner_inner.bg-image-new {
	background-image: url(https://www.pinnaclemobility.com/wp-content/uploads/2026/01/nationwide-1.png);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: right;
	display: flex;
	align-items: center;
	padding: 90px 25px;
	min-height: 545px;
}

.banner_inner.bg-image-new .banner_img {
	display: none;
}

.banner_slider .slick-dotted.slick-slider {
	margin-bottom: 0;
}

.banner_content p {
	font-style: normal;
	font-weight: 400;
	font-size: 18px;
	line-height: 22px;
	color: #000000;
	margin: 0 0 20px 0;
}

ul.banner_list {
	list-style: none;
	padding: 0;
	margin: 0 0 20px 0;
}

ul.banner_list li {
	font-style: normal;
	font-weight: 600;
	font-size: 16px;
	line-height: 26px;
	color: #000000;
	padding: 8px 8px 8px 34px;
	background-image: url(../images/check-mark.svg);
	background-repeat: no-repeat;
	background-size: 18px;
	background-position: 0px 12px;
}

.common_btn {
	font-style: normal;
	font-weight: 500;
	font-size: 16px;
	line-height: 19px;
	color: #FFFFFF;
	text-decoration: none;
	padding: 14px 20px;
	display: inline-block;
	background-color: #EE0000;
	border-radius: 8px;
	border: 1px solid #EE0000;
	transition: all ease .5s;
	text-transform: capitalize;
}

a.common_btn:hover {
	border: 1px solid #EE0000;
	background-color: transparent;
	color: #EE0000;
}

.action_banner {
	display: flex;
	gap: 5px 20px;
}

.banner_img img {
	width: 100%;
	border-radius: 20px;
}

.banner_img {
	padding: 0 0 0 85px;
}

.banner_content h1 span,
.banner_content h2 span {
	color: #ee0000;
}

a.common_btn.border_btn {
	background-color: transparent;
	color: #EE0000;
}

section.home_banner {
	padding-bottom: 65px;
	position: relative;
}

section.home_banner .container {
	position: relative;
}

section.home_banner .container .bagdebx {
	position: absolute;
	right: 16px;
	top: auto;
	bottom: 0;
}

section.home_banner .container .bagdebx img {
	animation: mover 1s infinite alternate;
}

@keyframes mover {
	0% {
		transform: translateY(0);
	}

	100% {
		transform: translateY(-10px);
	}
}

ul.icon_lister {
	padding: 0;
	list-style: none;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin: 0;
}

.icon_service {
	padding: 48px 0;
	background-color: #f4b220;
}

ul.icon_lister li img {
	width: 82px;
	background: #ffffff;
	padding: 5px;
	border-radius: 5px;
}

ul.icon_lister li {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	gap: 12px;
}

.icon_texter {
	width: 151px;
}

.icon_texter h2 {
	font-style: normal;
	font-weight: 900;
	font-size: 36px;
	line-height: 44px;
	color: #EE0000;
	margin: 0;
}

.banner_slider ul.slick-dots {
	position: absolute;
	bottom: 15px;
}

section {
	padding: 65px 0;
}

.welcome_sec {
	background: #fff;
}

.welcome_img img {
	width: 100%;
	border-radius: 26px;
}

.welcome_img {
	position: relative;
}

.welcome_img img.welcome_range {
	position: absolute;
	right: 57px;
	top: -30px;
	width: 127px;
	border-radius: 0;
}

.welcome_img img.pinnacle_sign {
	width: 61px;
	position: absolute;
	left: 61px;
	bottom: 0;
	transform: translateY(50%);
	border-radius: 0;
}

.welcome_content {
	width: 100%;
	height: 100%;
	flex-direction: column;
	display: flex;
	justify-content: center;
	align-items: flex-start;
	border-radius: 25px;
	padding: 50px;
	background-color: #14181F;
	row-gap: 15px;
}

.welcome_content .section_head h5 {
	color: #f8b21f;
}

.section_head h5 {
	font-style: normal;
	font-size: 22px;
	text-transform: capitalize;
	color: #000;
}

.section_head h1,
.section_head h2 {
	font-style: normal;
	font-weight: 700;
	font-size: 35px;
	color: #FFFFFF;
	text-transform: capitalize;
}

.welcome_content p {
	color: #fff;
}

a.white_b {
	background-color: transparent;
	border-color: #fff;
}

.features {
	background: #caf1ec;
}

.features .section_head h2 {
	color: #ee0000;
}

.features .section_head h2 span {
	color: #ee0000;
}

.features .common_btn.black_btn:hover {
	background-color: transparent;
	border: 1px solid #000;
	color: #000;
}

.features .section_head {
	margin: 0 0 38px 0;
}

.feature_slider .feature_col {
	padding: 0 12px;
}

.feature_img img {
	width: 100%;
}

.feature_col_main {
	padding: 40px 20px 0 20px;
	text-align: center;
	border-radius: 25px;
	background-color: #e1ffd2;
}

.feature_col_text h3 {
	font-style: normal;
	font-size: 25px;
	line-height: 44px;
	text-align: center;
	color: #000000;
	margin: 0 0 10px 0;
	font-weight: 700;
}

.custom-slider-section .btn-action {
	margin-top: 50px;
}

.bg-light-yellow {
	background-color: #f9d88f;
}

.bg-light-grey {
	background-color: #f2f2f2;
}

.features-design-3 .expertise_block {
	background-color: #fff;
}

.features-design-2 .section_head h2 {
	color: #000;
}


.feature_col_text p {
	max-width: 366px;
	margin: 0 auto 27px;
}

/* .col-md-4.feature_col:nth-child(1) .feature_col_main {
    background-color: #FBEFEF;
} */
.rd .feature_col_main {
	background-color: #fff;
}

.ye .feature_col_main {
	background-color: #fff7c1;
}

.grey .feature_col_main {
	background-color: rgb(71 162 227 / 36%);
}

.org .feature_col_main {
	background-color: rgb(245 216 172);
}

/* .col-md-4.feature_col:nth-child(2) .feature_col_main {
    background-color: #FCF8DD;
} */
.feature_col_text {
	margin: 0 0 40px 0;
}

a.common_btn.black_btn {
	background-color: #000;
	border-color: #000;
}

.requirements {
	background-color: #14181F;
}

.requirements .section_head h5 {
	color: #f8b21f;
}

.requirements .section_head h2 span {
	color: #fff;
}

.requirements .section_head {
	border-bottom: 1px solid #fff;
	margin: 0 0 72px 0;
}

section.requirements .section_head p {
	color: #fff;
}

.require_box {
	padding: 20px;
	border-radius: 25px;
	border: 1px solid #757575;
	position: relative;
	height: 100%;
	flex-direction: column;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	transition: all ease .5s;
}

.require_icon img {
	width: 80px;
	filter: brightness(0) saturate(100%) invert(82%) sepia(38%) saturate(1973%) hue-rotate(339deg) brightness(97%) contrast(100%);
}

.require_icon {
	margin: 0 0 20px 0;
}

.reqire_text h2 {
	font-style: normal;
	font-weight: 700;
	font-size: 24px;
	line-height: 29px;
	color: #FFFFFF;
	margin: 0 0 10px 0;
}

.reqire_text p {
	color: #fff;
	margin: 0;
}

.reqire_text {
	margin: 0 0 20px 0;
}

span.abs_text {
	position: absolute;
	font-style: normal;
	font-weight: 500;
	font-size: 18px;
	line-height: 22px;
	text-align: center;
	color: #FFFFFF;
	top: 0;
	right: 20px;
	transform: translateY(-50%);
	padding: 10px 16px;
	border-radius: 100px;
	background-color: #20242A;
	border: 1px solid #757575;
	transition: all ease .5s;
}

.require_box:hover {
	cursor: pointer;
	background: #20242A;
	border: 1px solid #f8b21f;
	box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.25);
	border-radius: 25px;
}


.require_box:hover span.abs_text {
	background-color: #f8b21f;
	border-color: #f8b21f;
	color: #000;
}

.require_box:hover a {
	border-color: #f1ae20;
	color: #f1ae20;
}

.section_head h1 span,
.section_head h2 span {
	color: #EE0000;
}

.get_started_in h2 {
	color: #ee0000;
}

.get_started_in {
	max-width: 547px;
}

.become_deal_form {
	padding: 50px;
	background-color: #ffffff;
	border-radius: 15px;
	box-shadow: 0 0 14px #ccc;
	border: 5px solid rgb(248 178 31);
}

.become_deal_form .section_head h2 {
	color: #EE0000;
}

.become_deal_form .section_head h2 span {
	color: #EE0000;
}

.become_deal_form .section_head {
	margin: 0 0 20px 0;
}


.become_deal_form form {
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
}

.become_deal_form form .input_field {
	width: calc(50% - 10px);
}

.input_field input,
.input_field select {
	width: 100%;
	padding: 14px 20px;
	border-radius: 8px;
	border: 1px solid #cfcfcf;
}

.input_num_country {
	width: 70px;
}

.input_field button {
	font-style: normal;
	font-weight: 500;
	font-size: 16px;
	line-height: 19px;
	color: #FFFFFF;
	background-color: #EE0000;
	width: 100%;
	border: 0;
	border-radius: 8px;
	padding: 14px 20px;
}

.phome_counter {
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
}

.become_deal_form form .input_field.phome_num {
	width: calc(100% - 100px);
}

.input_field select {
	color: #000;
}

.input_num_country select {
	color: #000;
	padding: 14px 9px;
	text-align: center;
}

.blogs {
	background-color: #caf1ec;
}

.blogs h2 {
	color: #EE0000;
}

.blogs .section_head {
	margin: 0 0 20px 0;
}

.blogs .btn-action {
	margin-top: 50px;
}

.blog_image img {
	width: 100%;
	border-radius: 8px;
}

.blog_main {
	padding: 20px;
	background-color: #ffffff;
	border-radius: 15px;
}

.blog_content {
	padding: 30px 0 0 0;
}

.blog_content h3 {
	font-style: normal;
	font-weight: 700;
	font-size: 18px;
	line-height: 22px;
	color: #000000;
	margin: 0 0 10px 0;
}

.blog_content p {
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 25px;
	color: #FFFFFF;
	margin: 0 0 20px 0;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 5;
	-webkit-box-orient: vertical;
}

.blog_content a {
	color: #000000;
	text-decoration: none;
	font-size: 17px;
	transition: all 0.3s ease-in-out;
}

.blog_content a:hover {
	color: #000;
}

.blog_content .date {
	margin-bottom: 22px;
	font-weight: 700;
	color: #c1c1c1;
}

a.common_btn.black_b_btn {
	background-color: transparent;
	border-color: #000;
	color: #000;
}

section.blogs .view_more {
	margin: 63px 0 0 0;
}

section.faq_sec h2 {
	color: #ee0000;
}

.faq_sec_drop {
	margin: 40px 0 0 0;
	padding: 25px;
	background-color: #ffffff;
	border-radius: 25px;
	box-shadow: 0 0 14px #ccc;
	border: 5px solid rgb(248 178 31);
}

.faq_sec ul li {
	position: relative;
	padding-bottom: 15px;
	list-style-type: none;
	color: black;
	padding-left: 25px;
	font-weight: 600;
}

.faq_sec ul li::before {
	content: "";
	position: absolute;
	left: 0px;
	top: 6px;
	background: #ee0000;
	width: 16px;
	height: 16px;
	border: 4px solid #fff;
	outline: 2px solid #ee0000;
	border-radius: 50%;
}

.faq_sec_drop button.accordion-button {
	background-color: #fff;
	padding: 15px;
	font-style: normal;
	font-weight: 500;
	font-size: 18px;
	line-height: 22px;
	text-transform: capitalize;
	color: #000000;
}

.faq_sec_drop .accordion-item {
	border: none;
	outline: none;
	box-shadow: none;
	border-bottom: 1px solid #0000001a;
	border-radius: 0;
}

.faq_sec_drop .accordion-item .accordion-body {
	border-top: 1px solid #dfdfdf;
	padding: 15px;
}

.faq_sec .common_btn.black_b_btn:hover {
	background-color: #000;
	color: #fff;

}

.faq_sec .view_more {
	margin: 60px 0 0 0;
}

.our_comm {
	background-color: #caf1ec;
}

.our_comm_main {
	padding: 50px;
	background-color: #f8b21f;
	border-radius: 25px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
	gap: 30px;
}

.our_comm_main .section_head {
	max-width: 570px;
}

.our_comm_main h2 {
	color: #000;
}

.our_comm_main p {
	margin: 0;
}

.our_comm_main .common_btn.black_btn:hover {
	border: 1px solid #000;
	color: #000;
	background-color: transparent;
}


.dealer-design-4 .section_head h2,
.dealer-design-2 .section_head h2 {
	color: #ee0000;
}

.bg-image {
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
	background-position: center;
}

.dealer-design-3 .info-dealer {
	background: rgb(0 0 0 / 80%);
	padding: 26px;
	border-radius: 25px;
	max-width: 550px;
}

.dealer-design-3 p {
	color: #fff;
}

.dealer-design-3 p {
	color: #fff;
}


.testimonials {
	background-color: #fff;
}

.testimonials h2 {
	color: #ee0000;
}

.testi_slide_item,
.testi_txt {
	padding: 50px 50px;
	background-color: #fff;
	border-radius: 25px;
	margin: 5px 12px;
	box-shadow: 0 0 4px #ccc;
}

.reviewer p {
	margin: 0;
}

.review_imge img {
	max-width: 133px;
}

.testi_header {
	display: flex;
	justify-content: space-between;
	padding: 0 0 10px 0;
	border-bottom: 1px solid #000;
}

.feedback p {
	margin: 0;
	padding: 10px 0 0 0;
}

section.testimonials .slick-list {
	margin: 0 -10px;
}

section.testimonials .slick-list .testi_slide_in {
	padding: 0 8px;
}

.awards {
	background-color: #f8b21f;
}

.awards h2 {
	color: #ee0000;
}

.awards_img {
	position: relative;
	text-align: center;
}

/* .awards_img::before {
    content: "";
    background: linear-gradient(180deg, rgb(238 0 0 / 0%) 0%, rgb(255 255 255 / 16%) 55%, rgb(255 255 255 / 41%) 100%);
    border-radius: 30px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    position: absolute;
    width: 69%;
    height: 81%;
    top: auto;
    bottom: 0;
    left: 0;
    margin: auto;
    right: 0;
} */

.awards_img img {
	position: relative;
	z-index: 1;
}

.awards_img:after {
	content: '';
	background: #ffffff5c;
	position: absolute;
	left: 0;
	top: -6%;
	right: 0;
	margin: auto;
	clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
	width: 55%;
	height: 55%;
	z-index: 0;
	animation: animName 50s linear infinite;
}

@keyframes animName {
	0% {
		transform: rotate(0deg);
	}

	100% {
		transform: rotate(360deg);
	}
}


.sidebar-header {
	background-color: #f8f9fa;
	border: 1px solid #ddd;
	border-radius: 0px;
	padding: 10px 10px 0px 10px;
	border-bottom: 0px;
	padding-bottom: 12px;
	width: calc(100% - 5px);
}

.sidebar-header h1 {
	font-style: normal;
	font-weight: 700;
	font-size: 28px;
	line-height: 44px;
	color: #000;
}

.advanced-search a.common_btn {
	padding: 10px 20px;
}

.sidebar-wrapper .content h3,
h1 {
	margin-bottom: 0px;
}

.sidebar-wrapper {
	background-color: #f8f9fa;
	border: 1px solid #ddd;
	border-radius: 0px;
	padding: 20px 10px;
	margin-right: 5px;
	border-top: 0px;
	padding-top: 0px;
}

.sidebar-wrapper h5 {
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 15px;
}

.sidebar-wrapper h6 {
	font-size: 14px;
	margin-bottom: 10px;
	padding: 8px;
	color: #000000;
	background: #f4b220;
	margin-top: 0px;
}

.sidebar-wrapper ul {
	padding-left: 0;
	list-style: none;
	margin: 20px 0px;
	overflow-y: scroll;
	height: calc(300px - 125px);
	border-bottom: 1px solid #14181f;
	margin-bottom: 10px;
	margin-top: 18px;
}

.sidebar-wrapper .state-box ul:last-child {
	border: 0px;
	height: calc(100vh - 280px);
}

.sidebar-wrapper .state-box.state-active ul:last-child {
	border: 0px;
	height: 250px;
}

.sidebar-wrapper ul li {
	margin-bottom: 8px;
	color: #000;
	cursor: pointer;
	font-size: 15px;
	background: #ffffff;
	padding: 7px;
	font-weight: 600;
}

.sidebar-wrapper .state-box ul:last-child {
	border: 0px;
	height: 250px;
}

.Stores-section {
	overflow: visible;
	padding: 55px 0px;
	background: #f2f2f2;
	border-bottom: 5px solid #f4b220;
}

.Stores-section .sidebar-wrapper h5 {
	font-size: 25px;
}

.Stores-section .right-side-bx {
	background-color: #f2f2f2;
	border: 0px solid #ddd;
	border-radius: 0px;
	padding: 0px;
	margin-right: 0px;
}

.Stores-section .right-side-bx label {
	font-size: 18px;
	margin-bottom: 0px;
}

.Stores-section .form-check {
	margin-bottom: 0px !important;
	display: flex;
	align-items: center;
	gap: 10px;
}

.Stores-section .search-bx {
	display: flex;
	align-items: center;
	max-width: 300px;
	width: 100%;
	border-radius: 50px;
	border: 1px #dadada solid;
	padding: 5px 5px 5px 5px;
	background: transparent;
	height: 50px;
}

.Stores-section .search-bx input {
	margin-top: 0px !important;
	border: 0px;
	background: transparent;
}

.Stores-section .search-bx span {
	height: 36px;
	width: 42px;
	border-radius: 50%;
	border: none;
	background: #ee0000;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
}

.Stores-section .search-bx svg {


	display: flex;
	align-items: center;
	color: #fff;
	justify-content: center;
	font-size: 16px;
	margin: auto;
	padding-top: 10px;
}

.Stores-section label.form-check-label {
	position: relative;
	display: block;
	margin: 0;
	text-align: left;
	color: #000;
	cursor: pointer;
	-moz-user-select: none;
	-webkit-user-select: none;
	-ms-user-select: none;
	user-select: none;
	font-size: 15px;
	margin-top: 18px;
	margin-bottom: 15px;
	padding: 2px;
	text-transform: capitalize;
}

.Stores-section .form-check-input[type="checkbox"] {
	border-radius: 0px;
}

div#advanced-search-block .search-input {
	display: flex;
	align-items: center;
	gap: 5px;
	flex: 0 0 28%;
}

input:focus {
	outline: none;
	box-shadow: none !important;
}

.search-bar {
	display: flex;
	align-items: center;
	gap: 1em;
	margin-bottom: 0px;
	margin-top: 0px;
	background: #fff;
	padding: 22px;
	justify-content: space-between;
	border: 1px solid #ddd;
}

.form-check-input:checked {
	background-color: #ee0000;
	border-color: #ee0000;
}

.Stores-section .advanced-search {
	display: flex;
	align-items: center;
	gap: 22px;
	margin-bottom: 35px;
	background: #fff;
	padding: 22px;
	margin-top: 0px;
	border-top: 0px;
}

.advanced-search .search-input {
	display: flex;
	align-items: center;
	gap: 5px;
	flex: 0 0 33%;
}

.Stores-section .search-input label {
	display: inline-block;
	max-width: 100%;
	margin-bottom: 5px;
	font-weight: 700;
	font-size: 14px;
}

.Stores-section .advanced-search select {
	word-wrap: normal;
	background: #f2f2f2;
	border: 0px solid #eee;
	padding: 8px 12px;
	width: 100%;
	font-size: 15px;
	color: #000 !important;
	border-radius: 0px !important;
	height: 40px;
}

.Stores-section .adv-search-input {
	height: 35px;
	width: 37px;
	border-radius: 100px;
	border: none;
	background: #ee0000;
	display: flex;
	align-items: center;
	color: #fff;
	justify-content: center;
	font-size: 16px;
	position: relative;
	top: 12px;
}

.Stores-section .right-side-bx h4 {
	margin-top: 18px;
	font-size: 1.5rem;
	margin-bottom: 0px;
	color: #000;
}

.Stores-section .store-card p i {
	font-size: 16px;
}

.Stores-section .store-card p i {
	font-size: 17px;
	color: #262626;
	padding-right: 7px;
	margin: 0;
}

.Advanced-box {
	display: flex;
	align-items: center;
	gap: 40px;
}

.form-check-input:checked {
	background-color: #ee0000;
	border-color: #ee0000;
}

.form-check-input:checked[type=checkbox] {
	--bs-form-check-bg-image: url(data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='m6 10 3 3 6-6'/%3e%3c/svg%3e);
}

.form-check-input {
	width: 1.3em !important;
	height: 1.3em !important;
}


.Stores-section .right-side-bx h4 {
	margin-top: 18px;
	font-size: 1.5rem;
	margin-bottom: 0px;
}


.custom-row-bx {
	display: grid;
	grid-template-columns: calc((100% - 40px) / 3) calc((100% - 40px) / 3) calc((100% - 40px) / 3);
	gap: 15px;
	margin-top: 20px;
}

.store-card {
	background: #fff;
	padding: 15px 10px 3px;
	margin-bottom: 0px;
	border: 1px solid #81818175;
	box-shadow: unset;
}

.store-card img {
	width: 100%;
	height: auto;
	margin-bottom: 15px;
}

.store-card ul {
	padding-left: 0;
	margin-bottom: 0;
}

.store-card li {
	list-style: none;
	display: flex;
	align-items: center;
	gap: 10px;

	border-bottom: 1px solid #81818133;
	font-size: 15px;
	font-weight: 600;
}

img.icon-image {
	width: 100%;
	max-width: 20px;
	filter: brightness(0) saturate(100%) invert(12%) sepia(59%) saturate(6683%) hue-rotate(357deg) brightness(103%) contrast(126%);
	margin-top: 8px;
}

.store-card li:last-child {
	padding: 0px;
	margin: 0px;
	border: 0px;
}

.store-card li:first-child {
	padding-bottom: 2px;
}


.iner_page header {
	box-shadow: 0 0 11px #1c1a1d3d;
}


.block-padding {
	padding: 70px 0px;
}


.pinnacle-section {
	padding-bottom: 0px;
}

.pinnacle-section .section_head h5 {
	color: #ffffff;
}

.pinnacle-grid {
	padding: 33px 40px;
	border-radius: 36px;
	background-color: #14181F;
}

.pinnacle-grid {
	padding: 33px 40px;
	border-radius: 36px;
	background-color: #14181F;
	display: grid;
	grid-template-columns: 1fr 50%;
	gap: 30px;
	justify-content: center;
	overflow: hidden;
	align-items: center;
	position: relative;
	z-index: 12;
}

.pinnacle-grid::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 73%;
	-webkit-clip-path: polygon(0 0, 38% 0, 100% 100%, 0% 100%);
	clip-path: polygon(0 0, 38% 0, 100% 100%, 0% 100%);
	background-color: #1a1f28;
	z-index: -1;
}


.pinnacle-grid::after {
	content: "";
	position: absolute;
	left: 30.8%;
	top: 0;
	height: 100%;
	width: 65.5%;
	-webkit-clip-path: polygon(0 0, 31% 0, 100% 100%, 68% 100%);
	clip-path: polygon(0 0, 31% 0, 100% 100%, 68% 100%);
	background-color: #1a1f28;
	z-index: -1;

}


.pinnacle-grid .section_head h1,
.pinnacle-grid .section_head h2 {
	font-size: 55px;
	color: #FFFFFF;
	line-height: 64px;
	text-transform: capitalize;
	margin: 10px 0px;
	padding-bottom: 7px;
}

.pinnacle-image .slick-dots li button:before {
	color: #ffffff;
}

.pinnacle-image .slick-dots li.slick-active button:before {
	color: #fff;
}

.pinnacle-grid .pinnacle-image img {
	border-radius: 20px;
	width: 100%;
	max-width: 100%;
	height: 450px;
	object-fit: cover;
}

.pinnacle-unique {
	background-color: #caf1ec;
}

.pinnacle-unique-grid .section_head h2 {
	color: #000;
	margin-bottom: 15px;
	line-height: 47px;
}

.pinnacle-unique .left-head {
	display: grid;
	grid-template-columns: 500px 1fr;
	gap: 80px;
}

.pinnacle-cards {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	gap: 20px;
	margin-top: 55px;
}

.pinnacle-cards .card-icon img {
	width: 100%;
	max-width: 49px;
	position: relative;
	z-index: 1;
}

.pinnacle-cards .card-icon {
	width: 80px;
	height: 80px;
	background: #f4b220;
	border-radius: 100px;
	display: flex;
	margin-inline: auto;
	align-items: center;
	justify-content: center;
}

.pinnacle-cards .pinnacle-card {
	text-align: center;
	border-left: 1px solid #14181f36;
}

.pinnacle-cards .card-content h3 {
	font-size: 23px;
	font-weight: 500;
	margin: 11px 0px 7px 0px;
}

.pinnacle-cards .card-content p {
	margin-inline: auto;
	color: #000;
	width: 100%;
	max-width: 500px;
	margin: 0;
}

.pinnacle-cards .pinnacle-card {
	text-align: center;
	border-left: 1px solid #14181f36;
	padding: 15px;
}

.pinnacle-cards .pinnacle-card:first-child {
	border-left: 0px;
}


.stats-highlight {
	background-image: url('https://www.pinnaclemobility.com/wp-content/uploads/2026/01/p1.jpg');
	background-size: cover;
	background-repeat: repeat;
	background-attachment: fixed;
	animation: 30s linear 0s infinite normal none running bg-marquee;
	position: relative;
	padding: 0;
	min-height: 550px;
	display: flex;
	align-items: center;
	background-position: center;
}


.stats-highlight .container {
	position: relative;
	z-index: 22;
}

.stats-highlight::before {
	height: 100%;
	width: 100%;
	inset: 0;
	background-color: #00000082;
	position: absolute;
	content: '';
}

@keyframes bg-marquee {
	0% {
		background-position: 0;
	}

	100% {
		background-position: -1190px;
	}
}

.stats-grid {
	border: 10px solid #f4b220;
	display: grid;
	align-items: center;
	width: 100%;
	max-width: 500px;
	background: #ffffff;
	outline-offset: -10px;
	box-shadow: unset;
	padding: 35px;
	margin-left: unset;
	justify-content: start;
	text-align: left;
	gap: 10px;
}

.pinnacle-grid .common_btn:hover {
	color: #fff;
	border-color:#fff;
}

.pinnacle-grid .common_btn {
	margin-top: 10px;
}

.funds-block p {
	margin: 0px;
	padding: 8px 10px;
	text-transform: capitalize;
	font-weight: 600;
	font-size: 18px;
	background: #f4b220;
	color: #000;
	margin-bottom: 15px;
	width: fit-content;
	margin-top: 0px;
}

.stats-number h2 {
	font-size: 64px;
	font-weight: 800;
	color: #ee0000;
	line-height: 1;
	margin-bottom: 0px;
	/* border-bottom: 2px solid #ee0000; */
}

.stats-number {
	border-bottom: 2px solid #ee0000;
	margin-bottom: 5px;
	width: max-content;
	display: flex;
	align-items: center;
	gap: 15px;
}

.stats-number p {
	font-size: 20px;
	font-weight: 600;
	color: #e60000;
	text-transform: capitalize;
	margin: 0px;
	padding: 10px 0px;
}

.stats-content p {
	max-width: 494px;
}

.support-funds .section_head h2 {
	color: #000;
	font-size: 25px;
	line-height: 1.5;
}

.support-funds {
	background-color: #caf1ec;
}

.support-funds-grid {
	position: relative;
	margin-top: 0px;
	transition: all 0.3s;
	background-color: #ffffff;
	width: 100%;
	max-width: 1050px;
	margin-inline: auto;
	display: grid;
	grid-template-columns: 304px 1fr;
	text-align: left;
	gap: 114px;
	align-items: center;
	border-radius: 0px;
	box-shadow: 2px 2px 2px #ccc;
	padding: 30px;
	border-top: 2px solid #EE0000;
}

.support-funds-grid::before {
	width: 1px;
	background-color: #14181f45;
	position: absolute;
	content: '';
	left: 36%;
	height: calc(100% - 33%);
}

.support-funds-grid .left-image img {
	width: 100%;
	max-width: 100%;
}

.support-funds-grid .left-image {
	position: relative;
	padding: 10px;
	background: #fff;
	display: flex;
	align-items: end;
	justify-content: center;
	width: 100%;
	border-radius: 20px;
}

.support-funds-grid .right-text p {
	margin: 0px;
	padding: 8px 10px;
	text-transform: capitalize;
	font-weight: 600;
	background: #14181f;
	color: #fff;
	margin-bottom: 15px;
	width: fit-content;
	margin-top: 12px;
}

.support-funds-grid .left-image img {
	display: block;
	width: 200px;
	animation: upDown 3s ease-in-out infinite;
}

.why-choose-section h2 {
	color: #000;
}

@keyframes upDown {

	0%,
	100% {
		transform: translateY(0);
	}

	50% {
		transform: translateY(-20px);
		/* move up 20px */
	}
}

.list-card ul {
	padding: 0;
	margin: 0px;
	list-style: none;
	margin-top: 25px;
	display: flex;
	flex-direction: column;
	gap: 20px;
	margin-bottom: 25px;
}

.list-card ul li:last-child {
	border-right: 0px;
}

.list-card ul li br {
	display: none;
}

.list-card ul li {
	border-right: 1px solid #eee;
	background-color: #ffffff;
	width: 100%;
	border-radius: 0px;
	box-shadow: 2px 2px 2px #ccc;
	padding: 12px;
	display: flex;
	align-items: center;
	gap: 10px;
	font-weight: 600;
	font-size: 17px;
	border-left: 5px solid #ee0000;
}

.list-card ul li svg {
	color: #ee0000;
	font-size: 20px;
}

.Why-choose-grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	align-items: center;
	gap: 50px;
}

.Why-choose-grid .image-bx img {
	width: 100%;
	border-radius: 20px;
	height: 400px;
	object-fit: cover;
}


.services-shape {
	position: absolute;
	top: -36px;
	left: -36px;
	z-index: -1;
	transition: var(--transition);
}

.Exclusive-grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 21px;
	align-items: start;
	row-gap: 45px;
}

.Exclusive-card {
	padding: 15px;
	border-left: 2px solid #14181f !important;
	text-align: left;
	text-transform: capitalize;
	font-size: 16px;
	background: #fff;
	min-height: auto;
	position: relative;
	border: 1px solid #eee;
	height: 100%;
}

.Exclusive-section {
	background-color: #caf1ec;
}

.Exclusive-card p {
	margin: 0;
}

.Exclusive-section .image {
	display: none;
}

.main-video {
	display: grid;
	grid-template-columns: 1fr 1fr;
}


.card-text h3 {
	position: absolute;
	top: -22px;
	background: #f4b220;
	left: -2px;
	color: #000000;
	font-size: 17px;
	padding: 3px 10px;
	text-transform: capitalize;
	font-weight: 500;
}

.video-bx {
	height: 100%;
	width: 100%;
}

.video-bx video {
	max-width: 100%;
	height: 100%;
	width: 100%;
	object-fit: cover;
	object-position: top;
}

.video-section .container {
	width: 100%;
}


.main-video .right-text-bx {
	background-color: #14181ff2;
	padding: 40px;
	outline: 1px solid #ffffff;
	outline-offset: -13px;
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: start;
	justify-content: center;
	text-align: left;
	position: relative;
}

.main-video .right-text-bx::before {
	position: absolute;
	content: '';
	height: 100%;
	width: 40%;
	background-image: url();
	background-size: contain;
	background-repeat: no-repeat;
	background-position: right;
	right: -12px;
	top: -14px;
}

.main-video .right-text-bx p {
	color: #fff;
}

.main-video .section_head h2 {
	color: #fff;
}

.testimonial-section {
	background-color: #fff;
}

.testimonial-section h2 {
	color: #000;

}

.testimonial-grid {
	display: grid;
	margin-top: 35px;
	gap: 30px;
	justify-content: center;
	grid-template-columns: 1fr 1fr 1fr;
}

.testimonial-card {
	padding: 35px;
	border-radius: 0px;
	box-shadow: 0px 10px 60px 0px rgba(99, 99, 99, 0.1);
	margin-top: 0px;
	transition: all 0.3s;
	background-color: #ffffff;
	text-align: center;
}

.testimonial-card:hover {
	background-color: #14181f;
}

.testimonial-card:hover * {
	color: #fff !important;
}

.testimonial-card:hover .testimonial-author {
	border-top: 1px solid #ffffff82;
}


.testimonial-card:hover {
	transform: translateY(-5px);
	box-shadow: 0 12px 25px rgba(0, 0, 0, 0.1);
}

.testimonial-text {
	display: -webkit-box;
	/* Needed for line-clamp */
	-webkit-line-clamp: 3;
	/* Show only 2 lines */
	-webkit-box-orient: vertical;
	/* Required for vertical orientation */
	overflow: hidden;
	/* Hide overflow */
	text-overflow: ellipsis;
	/* Show "…" at the end */
	text-align: left;
	/* Your existing alignment */
}


.testimonial-author {
	display: flex;
	gap: 10px;
	flex-direction: row;
	align-items: center;
	margin-top: 19px;
	border-top: 1px solid #00000029;
	padding-top: 15px;
}

.testimonial-author img {
	width: 50px;
	height: 50px;
	border-radius: 50%;
	object-fit: cover;
}

.testimonial-author h4 {
	font-size: 16px;
	font-weight: 600;
	margin: 0;
}


/* Responsive */

.get-started-form .section_head h2 {
	color: #fff;
	text-align: center;
	margin-bottom: 35px;
}

.info-boxes {
	gap: 20px;
	width: 100%;
	max-width: 100%;
	display: grid;
	grid-template-columns: 1fr 1fr;
}

.info-boxes .icon svg {
	width: 100%;
	font-size: 35px;
	color: #ee0000;
}

.info-boxes .info-box {
	border: 0px;
	position: relative;
	padding: 18px;
	transition: all 0.2s;
	width: 100%;
	max-width: 100%;
	display: flex;
	gap: 15px;
	align-items: start;
	background: #ffffff;
	height: 100%;
	border-bottom: 5px solid #f4b220;
}

.info-boxes .content h3 {
	margin-bottom: 4px;
	font-size: 23px;
	font-weight: 500;
}

.get-started-form {
	background: #14181F;
}

.form-container {
	display: grid;
	grid-template-columns: 100%;
	gap: 20px;
	width: 100%;
	max-width: 900px;
	margin-inline: auto;
}

.form-container .right-bx {
	background: #fff;
	width: 100%;
	max-width: 100%;
	padding: 25px;
	background-color: #ffffff;
	box-shadow: 0 0 14px #000000;
	border: 5px solid rgb(248 178 31);
}

.form-container .right-bx h2 {
	color: #ee0000;
	font-size: 16px;
	margin: 0px;
	line-height: 0px;
	font-weight: 500;
}

/* .country-main {
    gap: 15px;
    display: flex;
    width: 100%;
    max-width: 100%;
    grid-column: 1 / 5;
    justify-content: space-between;
} */
.new-action-btn {
	text-align: end;
	grid-column: 1/3;
	margin-top: 15px;
}


.form-container form {
	display: grid;
	gap: 15px;
	grid-template-columns: 1fr 1fr;
	row-gap: 15px;
}

.form-container form select {
	width: 100%;
	padding: 8px;
	border: 1px solid #c6c2c2;
}

.form-container form input {
	width: 100%;
	padding: 8px;
	border: 1px solid #c6c2c2;
}

.form-container form label {
	width: 100%;
	color: #000;
	font-weight: 400;
	margin-bottom: 4px;
}

.form-container .action-btn {
	width: 100%;
	grid-column: 1/5;
	margin-top: 10px;
}

.largest-block .left-head {
	display: grid;
	grid-template-columns: 400px 1fr;
	gap: 25px;
}

.largest-block h2 {
	color: #000;
	margin-bottom: 15px;
}

.info-box .content p {
	margin: 0px;
	font-size: 16px;
}

section.pinnacle-unique .section_head h2 {
	color: #000;
}

section.Exclusive-section .section_head {
	margin: 0 0 50px 0;
	color: #000;
}

section.Exclusive-section .section_head h2 {
	color: #000;
}

.get-started-form .info-box .content h3 {
	font-weight: 700;
	margin: 0 0 8px 0;
}

.get-started-form .info-box .content h3 span {
	color: #ee0000;
}

section.innerPage_Banner {
	text-align: center;
	min-height: 350px;
	background-image: url(https://www.pinnaclemobility.com/wp-content/uploads/2026/01/shapes-SYJPRRW.png);
	background-size: cover;
}

section.innerPage_Banner h1 {
	font-size: 57px;
	font-weight: 700;
	line-height: 1.1em;
	text-transform: capitalize;
	color: #000;
}

ul.breadcrumbs {
	padding: 0;
	list-style: none;
	display: flex;
	justify-content: center;
	margin: 20px 0 0 0;
	column-gap: 36px;
}

ul.breadcrumbs li a,
ul.breadcrumbs li {
	font-weight: normal;
	font-size: 18px;
	line-height: 20px;
	padding: 0;
	color: #000000;
	transition: all ease .5s;
	text-decoration: none;
	position: relative;
}

ul.breadcrumbs li::after {
	content: '';
	width: 20px;
	height: 20px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%) translateX(100%);
	right: -8px;
	background-image: url(https://www.pinnaclemobility.com/wp-content/uploads/2026/01/red-arrow.svg);
	filter: brightness(0) saturate(100%) invert(10%) sepia(100%) saturate(7476%) hue-rotate(9deg) brightness(95%) contrast(111%);
}

ul.breadcrumbs li:last-child::after {
	display: none;
}

.dark-sec {
	background-color: #caf1ec;
}

.dark-sec .section_head h1,
.dark-sec .section_head h2 {
	color: #ee0000;
}

.text-with-image-pic {
	padding: 10px;
	background-color: #fff;
	box-shadow: 0 0 16px 0 rgb(0 0 0 / 11%);
	border-radius: 10px;
}

.text-with-image-pic img {
	width: 100%;
	border-radius: 10px;
}

.dark-sec * {
	color: #000;
}

.text-with-image-content .section_head {
	margin: 0 0 20px 0;
}

section.text-with-image-full h2 {
	color: #000;
}

.sec_full_in {
	padding: 20px 20px;
	background-color: rgb(0 0 0 / 80%);
	text-align: left;
	position: relative;
	z-index: 1;
	border-radius: 20px;
	height: 100%;
	flex-direction: column;
	display: flex;
	align-items: flex-start;
	justify-content: center;
	max-width: 550px;
}

.sec_full_in h2 {
	margin: 0 0 20px 0;
}

.text_imge_box {
	padding: 50px 50px;
	border-radius: 20px;
}

section.text-with-image-full .section_head {
	margin: 0 0 30px 0;
}

section.text-with-image-full .text-with-image-pic {
	box-shadow: none;
	padding: 0;
	height: 100%;
}

section.text-with-image-full .text-with-image-pic img {
	height: 100%;
	object-fit: cover;
}

ul.block_content {
	padding: 0;
	list-style: none;
	flex-direction: column;
	display: flex;
	row-gap: 20px;
	margin: 0;
	height: 100%;
	flex-grow: 1;
}

ul.block_content li span {
	display: block;
	font-size: 20px;
	line-height: normal;
	margin: 0 0 10px 0;
	font-weight: 700;
	color: #ee0000;
}

ul.block_content li {
	padding: 20px 20px;
	background-color: #f6f6f6;
	border-radius: 10px;
	height: 100%;
}

.text-with-image-full .text-with-image-content {
	height: 100%;
}

.sec_full_ad {
	background: url(https://www.pinnaclemobility.com/wp-content/uploads/2026/01/Group-233-1.jpg);
	position: relative;
	background-attachment: fixed;
	background-size: cover;
	animation: 30s linear 0s infinite normal none running bg-marquee;
}

.sec_full_ad::after {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 0;
	/* background-color: rgb(20 24 31 / 72%); */
}

.expertise_block img {
	max-width: 40px;
}

.expertise_block {
	display: flex;
	flex-direction: column;
	row-gap: 15px;
	padding: 30px 30px;
	background-color: rgb(255 255 255 / 20%);
	border-radius: 20px;
	align-items: flex-start;
	height: 100%;
	box-shadow: 0 0 9px #0000002e;
	border-top: 5px solid #f8b21f;
}

.icon_block {
	display: flex;
	gap: 15px;
	flex-wrap: wrap;
	align-items: center;
}

.icon-bx-c {
	padding: 10px;
	background-color: #f8b21f;
	border-radius: 10px;
}

.expertise_block h4 {
	margin: 0;
	font-weight: 600;
	color: #000;
}

.expertise_block p {
	font-size: 16px;
	margin: 0;
}

section.team_expertise .row {
	row-gap: 25px;
}

.team_expertise .section_head h2 {
	color: #000000;
}

.blg_bx {
	background-color: #fff;
	box-shadow: 0px 0px 30px 0 rgba(0, 20, 9, 0.1);
	border-radius: 6px;
	border-bottom: 2px solid #f4b220;
	transition: all 0.5s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	min-height: auto;
	overflow: hidden;
	padding: 10px 10px 15px 10px;
}

.blg_bx h4 {
	padding: 0;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	margin: 0 0 4px 0;
	font-style: normal;
	font-weight: 700;
	font-size: 20px;
	line-height: 30px;
	color: #000;
}

.blg_bx .rd_mr {
	padding-left: 0;
	font-weight: 600;
	color: #EE0000;
	display: inline-block;
	margin-bottom: 0;
}

.blg_bx img {
	width: 100%;
	aspect-ratio: 355/215;
	object-fit: cover;
	border-radius: 8px;
}

.blg_bx figure {
	margin: 0 0 12px 0;
}

.blg_bx p {
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}

section.area-serve-main a {
	text-decoration: none;
}

section.area-serve-main,
.blog-section,
section.blog_detail_sec,
section.faq-section,
section.contact-us {
	background-color: #f9f9f9;
}

.blog-section,
section.blog_detail_sec {
	border-bottom: 5px solid #f4b220;
}

section.area-serve-main .row,
.blog-section .row {
	row-gap: 25px;
}

.sec_full_in h4 {
	font-size: 26px;
	text-transform: capitalize;
	font-weight: 600;
	margin: 0 0 10px 0;
	color: #fff;
}

.sec_full_in p,
.sec_full_in a {
	color: #fff;
}

section.blog-section a {
	text-decoration: none;
	color: #000;
}

section.blog_detail_sec .list-style-new img {
	padding: 10px;
	box-shadow: 0px 0px 30px 0 rgba(0, 20, 9, 0.1);
	margin-left: 0;
	background-color: #fff;
	max-width: 480px;
	width: 100%;
	object-fit: cover;
}

section.blog_detail_sec a {
	color: #ee0000;
}

section.blog_detail_sec h2,
section.blog_detail_sec h3,
section.blog_detail_sec h4 {
	font-size: 24px;
	font-weight: 700;
	color: #000000;
	margin-top: 22px;
	background-color: #f4b22026;
	display: block;
	padding: 14px 14px;
	border-left: 5px solid #f4b220;
}

ul#list_style__ {
	padding: 0;
	margin: 0;
	list-style: none;
}

ul#list_style__ li {
	position: relative;
	font-weight: 600;
	margin: 10px 0px;
	padding-left: 25px;
	margin-top: 0px;
}

ul#list_style__ li::before {
	height: 10px;
	width: 10px;
	background-color: #ee0000;
	position: absolute;
	content: "";
	left: 5px;
	top: 8px;
	outline: 2px solid #ee0000;
	outline-offset: 2px;
	border-radius: 100px;
}


.faq {
	background: #ffffff;
	border-radius: 4px;
}

.faq.accordion {
	background-color: transparent !important;
}

.faq .card {
	border: none;
	background: none;
	border-bottom: 1px dashed #cee1f8;
}

.faq.accordion .card {
	background-color: #fff;
}

.faq.accordion .card:not(:last-child) {
	margin-bottom: 12px;
}

.faq .card .card-header {
	padding: 0px;
	border: none;
	background: none;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}

.faq-title.accordion-button.collapsed {
	background-color: #fff !important;
	box-shadow: none !important;
}

.faq-title.accordion-button {
	background-color: #282828;
	color: #fff;
}

.faq .card .card-header:hover {
	background: red;
}

.faq .card .card-header .faq-title {
	width: 100%;
	text-align: left;
	padding: 0px;
	padding-left: 30px;
	padding-right: 30px;
	font-weight: 500;
	font-size: 20px;
	color: #fff;
	text-decoration: none !important;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	cursor: pointer;
	padding-top: 20px;
	padding-bottom: 20px;
}

.faq .card .card-header .faq-title.collapsed {
	color: #000 !important;
}

.faq .card .card-header .faq-title .badge {
	display: flex;
	width: 20px;
	height: 20px;
	line-height: 14px;
	float: left;
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	border-radius: 100px;
	text-align: center;
	background: #f4b220;
	color: #000000;
	font-size: 12px;
	margin-right: 20px;
	align-items: center;
	justify-content: center;
}

.faq .card .card-header .faq-title::after {
	filter: brightness(70);
}

.faq .card .card-header .faq-title.collapsed::after {
	filter: brightness(0);
}

.faq .card .card-body {
	padding: 16px;
	padding-left: 35px;
	padding-bottom: 16px;
	font-weight: 500;
	font-size: 16px;
	color: #000;
	line-height: 28px;
	border-top: 1px solid #f3f8ff;
}

.faq .card .card-body p {
	margin-bottom: 16px;
	color: #000;
	font-size: 16px;
}

ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

#accordion_faq ul {
	margin-left: 20px;
}

#accordion_faq ul li {
    position: relative;
    padding-bottom: 15px;
    font-weight: 600;
}


#accordion_faq ul li::before {
	content: "";
	position: absolute;
	left: -25px;
	top: 6px;
	background: #ee0000;
	width: 16px;
	height: 16px;
	border: 4px solid #fff;
	outline: 2px solid #ee0000;
	border-radius: 50%;
}

section.map {
	padding: 0;
}

section.contact-us form#contact-form {
	padding: 30px;
	background-color: #fff;
	box-shadow: 0px 0px 30px 0 rgba(0, 20, 9, 0.1);
}

section.contact-us form#contact-form label {
	font-weight: 500;
	font-size: 16px;
	display: block;
	text-transform: capitalize;
	margin: 0 0 2px 0;
}

section.contact-us form#contact-form {
	padding: 25px;
	background-color: #ffffff;
	border-radius: 25px;
	box-shadow: 0 0 14px #0000004a;
	border: 5px solid rgb(248 178 31);
}

.input-group {
	flex-direction: column;
}

.input-group>span {
	display: none;
}

form .form-group .input-group input,
form textarea {
	width: 100%;
	padding: 10px 16px 10px 16px;
	border-radius: 5px !important;
	box-shadow: none !important;
}

form#contact-form .row {
	row-gap: 20px;
}

section.map iframe {
	border-radius: 0;
}

.section_ban_inner ul.reach-us {
	display: flex;
	gap: 15px;
	margin: 0 0 40px 0;
}

.section_ban_inner ul.reach-us li {
	width: calc(33.33% - 10px);
	background-color: #fff;
	padding: 15px;
	border-radius: 15px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}

.section_ban_inner ul.reach-us li span.icon {
	padding: 6px;
	aspect-ratio: 1/1;
	width: 65px;
	height: 65px;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #f8b21f;
	color: #fff;
	border-radius: 8px;
	font-size: 20px;
}

.form-bottom {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.section_ban_inner ul.reach-us li span.icon i {
	color: #000000;
}

.section_ban_inner ul.reach-us li address,
.section_ban_inner ul.reach-us li span {
	width: calc(100% - 65px);
	padding: 0 0 0 20px;
	font-size: 16px;
}

.section_ban_inner ul.reach-us li address strong,
section.map ul.reach-us li span strong {
	display: block;
}

.section_ban_inner ul.reach-us li address h3,
.section_ban_inner ul.reach-us li h3 {
	letter-spacing: 0.02em;
	text-decoration: none;
	margin-bottom: 0px;
	font-style: normal;
	font-weight: 600;
	font-size: 18px;
	line-height: 25px;
	color: #EE0000;
}

.section_ban_inner {
	padding: 35px 0;
}

.section_ban_inner ul.reach-us li a {
	color: #000;
	text-decoration: none;
	display: block;
}


.top-bar {
	display: none;
	grid-template-columns: 50% 50%;
	gap: 0px;
	padding: 0px;
	text-align: center;
}

.top-bar a {
	font-size: 0.7rem;
}

.top-bar a {
	background: #14181F;
	text-decoration: none;
	color: #fff;
	display: inline-block;
	padding: 10px 0px;
	font-size: 16px;
	letter-spacing: 0;
	transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	position: relative;
	top: 0;
	font-weight: 400;
	border: 1px solid #EE0000;
}

.top-bar a:last-child {
	background: #EE0000;
	border: 0px;
	border: 1px solid #EE0000;
}

.area_innerpg p:empty {
	display: none;
}

.area_innerpg .section_head h2 {
	color: #000;
}

.area_innerpg .bg-white-300-b {
	background-color: #e3e3e3;
}

.area_innerpg section {
	padding: 60px 0;
}

p:empty {
	display: none;
}

.area_innerpg .fluid-image img {
	width: 100%;
	height: 100%;
	border-radius: 20px;
}

.area_innerpg .fluid-block .row {
	padding: 27px 0;
}

.styled-list {
	list-style: none;
	padding-left: 26px;
	margin-top: 17px;
}

.area_innerpg .bg-white-300-b .section-heading span {
	color: #EE0000;
	font-style: normal;
	font-weight: 700;
}

.styled-list li {
    position: relative;
    margin-bottom: 16px;
    font-weight: 500;
}

.styled-list li::before {
	content: "";
	position: absolute;
	left: -25px;
	top: 4px;
	background: #ee0000;
	width: 16px;
	height: 16px;
	border: 4px solid #fff;
	outline: 2px solid #ee0000;
	border-radius: 50%;
}

.become_deal_form form .txt {
	width: calc(100% - 10px);
}

.form-check-list {
	list-style: none;
	padding: 0;
	margin: 15px 0;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 10px 20px;
}

.form-check-list li {
	display: flex;
	align-items: center;
	font-size: 14px;
}

.form-check-list input {
	margin-right: 8px;
	cursor: pointer;
	width: 20px;
}

.rece {
	grid-template-columns: repeat(1, 1fr);
}

.form-check-title {
	display: block;
	font-weight: 600;
	margin-bottom: 10px;
}

.become_de .become_deal_form {
	padding: 59px 28px;
}

.become_de {
	border-bottom: 3px solid #14181f;
}

#contact-form #contact_submit {
	font-style: normal;
	font-weight: 500;
	font-size: 16px;
	line-height: 19px;
	color: #FFFFFF;
	text-decoration: none;
	padding: 14px 20px;
	display: inline-block;
	background-color: #EE0000;
	border-radius: 8px;
	border: 1px solid #EE0000;
	transition: all ease .5s;
}

#contact-form #contact_submit:hover {
	border: 1px solid #EE0000;
	background-color: transparent;
	color: #EE0000;
}

.contact-us .col-lg-4 {
	text-align: end;
}

.contact-us.contact-us-form {
	position: relative;
	background-attachment: fixed;
	background-image: url("https://www.pinnaclemobility.com/wp-content/uploads/2026/01/Mask-group-47.jpg");
	background-repeat: no-repeat;
	background-size: cover;
}

.contact-us.contact-us-form .section_head h2 {
	color: #ee0000;
	font-size: 35px;
	margin-bottom: 32px;
}

.limit-bx {
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
}

.private-policy-cn {
	padding: 0;
}

.private-policy-cn h2 {
	text-transform: capitalize;
}

.prod_align h3 {
	color: #EE0000;
}

.list-style li {
	position: relative;
	font-size: 16px;
	padding-left: 26px;
	font-weight: 600;
	margin-bottom: 12px;
}

.list-style li:before {
	content: "";
	position: absolute;
	min-width: 8px;
	aspect-ratio: 1;
	border-radius: 50%;
	background-color: #EE0000;
	outline: #EE0000 solid 2.5px;
	outline-offset: 3px;
	margin-right: 0.75rem;
	left: 6px;
	top: 9.75px;
}

.private-policy-cn .section-title h2 {
	margin: 20px 0 10px 0;
	font-size: 24px;
	font-weight: 700;
	color: #000000;
	margin-top: 22px;
	background-color: #f4b22026;
	display: block;
	padding: 14px 14px;
	border-left: 5px solid #f4b220;
}


.policy_text {
	border-bottom: 4px solid #14181f;
}

.testimonials-grid .testi_card {
	padding: 43px 57px;
	background-color: #fff;
	border-radius: 25px;
	margin: 0 12px;
	margin-bottom: 21px;
}

.testi_header img {
	width: 120px;
	height: 32px;
}

.testi_header .reviewer h3,
.testi_txt h5 {
	font-style: normal;
	font-size: 24px;
	line-height: 30px;
	text-transform: capitalize;
	color: #000000;
	margin: 0;
}

.testi_card p {
	margin-top: 13px;
}


.area-we-serve-1-cn {
	text-align: center;
	max-width: 850px;
	margin-inline: auto;
}

.area-we-serve-title h3 {
	font-size: 20px;
	font-weight: 600;
}

.bg-grey {
	background-color: #f4b220;
}

.bg-lightgreen {
	background: #caf1ec;
}


/*************** simple dropdown *****/
.si_drp {
	position: relative;
}

.si_drp .sub-sm-menu {
	position: absolute;
	max-width: max-content;
	padding: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 100%;
	min-width: 235px;
	background: #EE0000;
	margin-top: 15px;
	box-shadow: 0px 0px 0 5px #ee000042 !important;
	border-radius: 0;
	border: none !important;
	z-index: 77;
	top: -18px;
	display: none;
	transition: all 0.5s;
	margin-top: 11px;
}

.si_drp:hover ul.sub-sm-menu {
	top: 36px;
	display: block;
	transition: all 0.5s;
}

.si_drp .navbar a {
	padding: 9px;
}

.si_drp .sub-sm-menu::after {
	content: "";
	display: block;
	width: 28px;
	height: 28px;
	position: absolute;
	z-index: 0;
	top: -14px;
	right: 0;
	border-bottom: none;
	left: 0;
	margin: auto;
	width: 0;
	height: 0;
	border-left: 14px solid transparent;
	border-right: 14px solid transparent;
	border-bottom: 14px solid #EE0000
}

.si_drp .sub-sm-menu li {
	position: relative;
	width: 100%;
	border-bottom: 1px solid #ffffff2e;
	display: inline-block;
	padding: 0 !important;
	transition: all 0.3s ease-in-out;
}

.si_drp .sub-sm-menu li:hover {
	background-color: #14181F;
}

.si_drp .sub-sm-menu li a {
	padding: 14px 12px !important;
	transition: all 0.5s !important;
	display: block;
	color: #fff !important;
	text-transform: capitalize;
	font-size: 14px;
	text-decoration: none;
}


/* Zoom the center/active slide */
.slide-3d.center-slide {
	transform: scale(1.25) !important;
	/* adjust zoom level */
	z-index: 1000;
	/* bring it above other slides */
	transition: transform 0.5s ease;
}

.team-slider {
	background: #14181F;
	position: relative;
	z-index: 1;
}


/* Particle System */
.particles {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	pointer-events: none;
	z-index: -1;
}

.particle {
	position: absolute;
	width: 2px;
	height: 2px;
	background: rgba(255, 255, 255, 0.8);
	border-radius: 50%;
	box-shadow: 0 0 10px rgba(255, 255, 255, 0.5);
}

.banner-action a {
	margin-top: 40px;
}

.main-container .section_head {
	margin-bottom: 27px !important;
}

.main-container {
	position: relative;
}


/* 3D Slider Container */
.slider-3d {
	position: relative;
	width: 400px;
	height: 290px;
	transform-style: preserve-3d;
	animation: autoRotate 40s infinite linear;
	transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
	margin-inline: auto;
}

.slider-3d.paused {
	animation-play-state: paused;
}

.slide-3d {
	position: absolute;
	width: 480px;
	height: 285px;
	left: 0;
	top: 0;
	border-radius: 20px;
	overflow: hidden;
	box-shadow: 0 30px 60px rgba(0, 0, 0, 0.8);
	backface-visibility: hidden;
	transition: all 0.5s ease;
	cursor: pointer;
}

.slide-3d::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(135deg, transparent, rgba(255, 255, 255, 0.1));
	opacity: 0;
	transition: opacity 0.3s ease;
	z-index: 1;
}

.slide-3d:hover::before {
	opacity: 1;
}

.slide-3d img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 0.6s ease, filter 0.6s ease;
}

.slide-3d:hover img {
	transform: scale(1.1);
	filter: brightness(1.1);
}

.slide-3d:nth-child(1) {
	transform: rotateY(0deg) translateZ(450px);
}

.slide-3d:nth-child(2) {
	transform: rotateY(60deg) translateZ(450px);
}

.slide-3d:nth-child(3) {
	transform: rotateY(120deg) translateZ(450px);
}

.slide-3d:nth-child(4) {
	transform: rotateY(180deg) translateZ(450px);
}

.slide-3d:nth-child(5) {
	transform: rotateY(240deg) translateZ(450px);
}

.slide-3d:nth-child(6) {
	transform: rotateY(300deg) translateZ(450px);
}

@keyframes autoRotate {
	from {
		transform: rotateY(0deg);
	}

	to {
		transform: rotateY(-360deg);
	}
}

.nav-container {
	display: flex;
	gap: 30px;
	z-index: 100;
	width: 100%;
	justify-content: space-around;
	position: absolute;
	top: 37%;
}

#prevBtn {
	left: -50px;
}

#nextBtn {
	right: -50px;
}

.team-slider .nav-btn {
	display: none !important;
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.1);
	backdrop-filter: blur(10px);
	border: 2px solid rgba(255, 255, 255, 0.2);
	color: white;
	transition: all 0.3s ease;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	overflow: hidden;
	border-radius: 0px;
	height: 45px;
	width: 45px;
	font-size: 20px;
}

.team-slider .nav-btn::before {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	width: 0;
	height: 0;
	/* background: rgba(255, 255, 255, 0.2); */
	border-radius: 50%;
	transform: translate(-50%, -50%);
	transition: width 0.6s ease, height 0.6s ease;
}

.team-slider .nav-btn:hover::before {
	width: 100%;
	height: 100%;
}

.team-slider .nav-btn:hover {
	transform: scale(1.1);
	background: rgba(255, 255, 255, 0.2);
	border-color: rgba(255, 255, 255, 0.4);
	box-shadow: 0 0 30px rgba(255, 255, 255, 0.3);
}

/* Control Panel */
.control-panel {
	display: none !important;
	position: absolute;
	top: 100px;
	right: 50px;
	background: rgba(255, 255, 255, 0.05);
	backdrop-filter: blur(20px);
	border: 1px solid rgba(255, 255, 255, 0.1);
	border-radius: 20px;
	padding: 20px;
	display: flex;
	flex-direction: column;
	gap: 15px;
	z-index: 100;
}

.control-btn {
	padding: 10px 20px;
	background: rgba(255, 255, 255, 0.1);
	border: 1px solid rgba(255, 255, 255, 0.2);
	border-radius: 10px;
	color: white;
	cursor: pointer;
	transition: all 0.3s ease;
	font-size: 14px;
	text-transform: uppercase;
	letter-spacing: 1px;
}

.control-btn:hover {
	background: rgba(255, 255, 255, 0.2);
	transform: translateX(-5px);
}

.control-btn.active {
	background: rgba(255, 255, 255, 0.3);
	box-shadow: 0 0 20px rgba(255, 255, 255, 0.2);
}

/* Progress Ring */
.progress-ring {
	position: absolute;
	bottom: 50px;
	left: 50%;
	transform: translateX(-50%);
	width: 120px;
	height: 120px;
}

.progress-ring svg {
	transform: rotate(-90deg);
}

.progress-ring-circle {
	fill: none;
	stroke: rgba(255, 255, 255, 0.1);
	stroke-width: 4;
}

.progress-ring-circle-progress {
	fill: none;
	stroke: white;
	stroke-width: 4;
	stroke-linecap: round;
	stroke-dasharray: 377;
	stroke-dashoffset: 377;
	animation: progressRing 20s infinite linear;
}

@keyframes progressRing {
	to {
		stroke-dashoffset: 0;
	}
}

.progress-text {
	position: absolute;
	display: none !important;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	color: white;
	font-size: 24px;
	font-weight: bold;
}

.thumbnail-strip {
	position: unset;
	display: none !important;
	transform: unset;
	display: flex;
	gap: 15px;
	padding: 15px;
	background: rgba(255, 255, 255, 0.05);
	backdrop-filter: blur(10px);
	border-radius: 15px;
	border: 1px solid rgba(255, 255, 255, 0.1);
	z-index: 100;
	margin-top: 75px;
}

.thumbnail {
	width: 60px;
	height: 40px;
	border-radius: 8px;
	overflow: hidden;
	cursor: pointer;
	transition: all 0.3s ease;
	border: 2px solid transparent;
}

.thumbnail img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.thumbnail:hover {
	transform: scale(1.1);
	border-color: rgba(255, 255, 255, 0.5);
}

.thumbnail.active {
	border-color: white;
	box-shadow: 0 0 15px rgba(255, 255, 255, 0.5);
}

/* Info Panel */
.info-panel {
	position: absolute;
	top: 100px;
	left: 50px;
	background: rgba(255, 255, 255, 0.05);
	backdrop-filter: blur(20px);
	border: 1px solid rgba(255, 255, 255, 0.1);
	border-radius: 20px;
	padding: 25px;
	max-width: 300px;
	z-index: 100;
	opacity: 0;
	transform: translateY(20px);
	transition: all 0.5s ease;
}

.info-panel.show {
	opacity: 1;
	transform: translateY(0);
}

.info-panel h3 {
	color: white;
	font-size: 24px;
	margin-bottom: 10px;
	text-transform: uppercase;
	letter-spacing: 2px;
}

.info-panel p {
	color: rgba(255, 255, 255, 0.8);
	font-size: 14px;
	line-height: 1.6;
}

/* Mode Toggle */
.mode-toggle {
	position: absolute;
	top: 30px;
	right: 30px;
	display: none !important;
	display: flex;
	gap: 10px;
	z-index: 100;
}

.mode-btn {
	padding: 8px 16px;
	background: rgba(255, 255, 255, 0.1);
	border: 1px solid rgba(255, 255, 255, 0.2);
	border-radius: 20px;
	color: white;
	cursor: pointer;
	transition: all 0.3s ease;
	font-size: 12px;
	text-transform: uppercase;
}

.mode-btn:hover {
	background: rgba(255, 255, 255, 0.2);
}

.mode-btn.active {
	background: rgba(255, 255, 255, 0.3);
	box-shadow: 0 0 20px rgba(255, 255, 255, 0.2);
}

/* Responsive */


@media (max-width: 768px) {
	.banner_inner .row .col-md-6 {
		width: 100%;
	}

	.banner_img {
		padding-left: 0;
	}

	ul.icon_lister {
		flex-wrap: wrap;
	}

	.icon_texter {
		width: 251px;
		text-align: left;
	}

	.welcome_sec .col-md-6 {
		width: 100%;
	}
	.requirement_box .col-md-3 {
		width: 50%;
	}

	.get_started .col-md-6 {
		width: 100%;
	}

	.footer_info {
		margin-bottom: 18px;
	}

	footer .middle_row {
		display: none;
	}

	footer .col-lg-5.col-md-8 {
		display: none;
	}

	footer .col-lg-3.col-md-4 {
		width: 100%;
	}

	footer {
		padding: 78px 0px 50px 0px;
	}
	.section_ban_inner ul.reach-us li address br {
		display: none;
	}
	.contact-us.contact-us-form .section_head h2 {
		font-size: 30px;
	}
	.search-bar {
		flex-wrap: wrap;
		padding: 15px;
	}
	ul.custom-pagination {
		margin: 15px 0;
	}
	.custom-row-bx {
		grid-template-columns: 100%;
	}

	.Stores-section {
		padding: 0px 0px;
	}
}

@media (max-width: 1399.5px) {
	.pinnacle-cards .card-content h3 {
		font-size: 20px;
		font-weight: 700;
		margin: 11px 0px 7px 0px;
	}
	.stats-number {
		width: 100%;
		gap: 15px;
		flex-wrap: wrap;
	}
	.info-box .content p {
		margin: 0px;
		font-size: 16px;
	}

	.info-boxes .content h3 {
		font-size: 20px;
	}

	.pinnacle-cards .card-content p br {
		display: none;
	}

	header .container {
		width: 100%;
		max-width: 97%;
	}

	/* 
    .pinnacle-grid .section_head h2 {
        font-size: 45px;
        line-height: 55px;
    } */

	.pinnacle-grid {
		padding: 33px 25px;
	}


	header ul.navbar-nav.ms-auto {
		gap: 25px;
	}

	ul.header_action {
		gap: 25px;
	}

	.pinnacle-section .container {
		width: 100%;
		max-width: 98%;
	}

	.home_banner .container {
		max-width: 98%;
	}

	.welcome_content {
		padding: 35px;
	}

	.requirements .container {
		max-width: 95%;
	}

	.reqire_text h2 {
		font-size: 20px;
		margin: 0 0 5px 0;
	}

	.blog_content h3 {
		font-size: 16px;
	}

	a.navbar-brand {
		max-width: 185px;
	}

	header ul.navbar-nav.ms-auto li a {
		font-size: 16px;
	}

	header ul.navbar-nav.ms-auto li a.nav-link {
		padding: 0;
	}
}

@media (min-width: 1281px) {
	.banner_inner.bg-image-new {
		min-height: 592px;
	}
}

@media (max-width: 1280px) {

	.banner_content h1,
	.banner_content h2 {
		font-size: 45px;
		line-height: 57px;
		margin-bottom: 14px;
	}

	.pinnacle-grid .section_head h1,
	.pinnacle-grid .section_head h2 {
		font-size: 50px;
		line-height: 60px;
	}
}


@media (max-width: 1269px) {
	header.sticky {
		position: relative;
	}
	.top-bar {
		display: grid;
	}

	.nav_list_social {
		display: none;
	}

	.mobmenur-container {
		background: #14181F;
	}

	.mob-menu-header-holder {
		height: auto !important;
	}

	.mob-menu-logo-holder {
		display: none !important;
	}

	.mobmenur-container {
		top: 79px !important;
		margin-right: 16px !important;
		margin-top: 0px !important;
	}

	.banner_img {
		height: 100%;
	}

	.banner_img img {
		height: 100%;
	}

	ul.icon_lister {
		flex-wrap: inherit;
	}

	ul.icon_lister li {
		justify-content: center;
	}

	.icon_texter {
		text-align: center;
	}

	.welcome_img {
		height: 100%;
	}

	.welcome_range,
	.pinnacle_sign {
		height: auto !important;
	}

	.welcome_img img {
		height: 100%;
		object-fit: cover;
	}

	.welcome_img img.welcome_range {
		right: -1px;
	}

	.welcome_img img.pinnacle_sign {
		left: 6px;
	}

	.sub-menu-toggle .icon-plus,
	.sub-menu-toggle .icon-minus {
		display: none !important;
	}

	.sub-menu-toggle {
		background-color: transparent !important;
		border: none !important;
		position: absolute !important;
		right: 0 !important;
		top: 10px !important;
	}

	.sub-menu-toggle .screen-reader-text {
		display: none !important;
	}

	#mobmenuright li a,
	#mobmenuright li a:visited,
	.show-nav-right .mob-menu-copyright,
	.show-nav-right .mob-expand-submenu i {
		font-size: 14px !important;
	}

	.menu-item-has-children {
		position: relative !important;
	}
}


@media (max-width: 1024px) {
	.pinnacle-grid .section_head h1,
	.pinnacle-grid .section_head h2 {
		font-size: 36px;
		line-height: initial;
	}
	.funds-block p {
		font-size: 14px;
	}
	.feature_col_main{
		padding: 40px 15px 0 15px;
	}
	.feature_col_text p {
		max-width: 100%
	
	}
	.sec_full_ad{
		background-attachment: inherit;
	}
	.banner_inner .row .col-lg-6 {
		width: 100%;
	}
	.bg-image {
		background-attachment: inherit;
	}
}
	
@media (max-width: 991px) {
	
	.banner_inner.bg-image-new .banner_img {
		display: block;
	}
	.banner_inner.bg-image-new {
		background-image: none;
		background-repeat: no-repeat;
		background-size: cover;
		background-position: right;
		display: flex;
		align-items: center;
		padding: 15px;
		min-height: auto;
	}
	section.home_banner, section {
		padding: 30px 0;
	}
	.banner_img {
		padding: 0;
	}
	.banner_inner .row {
		gap: 25px;
		flex-direction: column-reverse;
	}
	section.home_banner .container .bagdebx {
		top: 0;
		bottom: auto;
	}
	ul.banner_list {
		display: flex;
		flex-wrap: wrap;
	}
	.banner_content h1,
	.banner_content h2 {
		font-size: 35px;
		line-height: initial;
		margin-bottom: 14px;
	}
	.icon_texter {
		text-align: left;
	}
	ul.icon_lister li {
		flex: 0 0 50%;
	}
	section.welcome_sec .row {
		gap: 50px;
	}
	.requirement_box .row {
		row-gap: 40px;
	}
	.get_started_in {
		max-width: 100%;
	}
	.become_deal_form {
		padding: 25px;
	}
	.blogs .row {
		row-gap: 25px;
	}
	.testi_header {
		flex-wrap: wrap;
	}
	.testi_slide_item, .testi_txt {
		padding: 25px;
	}
	.testi_header .reviewer h3, .testi_txt h5 {
		font-size: 20px;
	}
	.awards .row {
		flex-direction: column-reverse;
		gap: 25px;
	}
	.faq_sec_drop {
		padding: 5px;
	}
	.faq_sec .view_more {
		margin: 20px 0 0 0;
	}
	.awards_img:after {
		top: 24%;
	}
	.footer_info {
		max-width: 100%;
		margin-bottom: 50px;
	}
	.banner_inner {
		padding: 15px;
		padding-bottom: 36px !important;
	}
	.home_banner .slick-dotted.slick-slider {
		margin-bottom: 0;
	}
	.banner_slider ul.slick-dots {
		position: absolute;
		bottom: 0;
	}
	ul.icon_lister {
		flex-wrap: wrap;
		row-gap: 25px;
	}
	.requirements .section_head {
		padding-bottom: 15px;
	}
	.text_imge_box {
		padding: 15px;
	}
	.text_imge_box .row {
		gap: 25px;
	}
	section.text-with-image-full .row {
		gap: 25px;
	}
	.sec_full_in {
		max-width: 100%;
	}
	.footer_info p br {
		display: none;
	}
	section.blog_detail_sec .list-style-new img {
		max-width: 100%;
	}
	.section_head h1, .section_head h2 {
		font-size: 25px;
	}
	.area-we-serve-3 .col-wrapper {
		padding-top: 15px;
	}
	.section_ban_inner ul.reach-us li {
		width: 100%;
	}
	.block-padding {
		padding: 30px 0px;
	}
	.pinnacle-grid {
		grid-template-columns: 100%;
	}
	.pinnacle-grid .section_head h1 br,
	.pinnacle-grid .section_head h2 br {
		display: none;
	}
	.funds-block p {
		font-size: 18px;
	}
	.largest-block .left-head {
		grid-template-columns: 100%;
	}
	.pinnacle-cards {
		margin-top: 55px;
		text-align: center;
	}
	.pinnacle-cards .card-content p {
		max-width: 100%;
	}
	.pinnacle-cards .pinnacle-card {
		border-left: none;
	}
	.stats-highlight {
		padding: 30px 0;
		min-height: auto;
	}
	.stats-grid {
		width: 100%;
		max-width: 100%;
	}
	.support-funds-grid::before{
		display:none;
	}
	.support-funds-grid {
		display: grid;
		grid-template-columns: 100%;
	}
	.Why-choose-grid {
		grid-template-columns: 100%;
	}
	.testimonial-grid {
		grid-template-columns: 100%;
	}
	.pinnacle-cards {
		grid-template-columns: 100%;
	}
	ul.reach-us {
		flex-wrap: wrap;
	}
	.testimonials {
		background-color: #f2f2f2;
	}
	.testimonials-grid .testi_card {
		padding: 15px;
		background-color: #fff;
		border-radius: 15px;
		margin: 0 12px;
		margin-bottom: 21px;
		box-shadow: 0 0 5px #ccc;
	}
	.dealer-design-4 .info-dealer {
		padding-top: 15px;
	}
	.requirements .container {
		max-width: 100%;
	}
}

@media (max-width: 768px) {
	.action_banner a {
		width: 100%;
		text-align: center;
	}
	.faq .card .card-header .faq-title {
		font-size: 16px;
		padding: 5px 5px;
	}
	.faq .card .card-body {
		padding-left: 10px;
		padding-bottom: 16px;
	}
	.copY-right-in {
		justify-content: center;
	}
	.support-funds .section_head h2 {
		font-size: 18px;
	}
	.faq .card .card-header .faq-title {
		font-size: 16px;
	}
	.header h1 {
		font-size: 2rem;
	}

	.slider-3d {
		width: 300px;
		height: 200px;
	}

	.slide-3d {
		width: 300px;
		height: 200px;
	}

	.slide-3d:nth-child(1) {
		transform: rotateY(0deg) translateZ(350px);
	}

	.slide-3d:nth-child(2) {
		transform: rotateY(60deg) translateZ(350px);
	}

	.slide-3d:nth-child(3) {
		transform: rotateY(120deg) translateZ(350px);
	}

	.slide-3d:nth-child(4) {
		transform: rotateY(180deg) translateZ(350px);
	}

	.slide-3d:nth-child(5) {
		transform: rotateY(240deg) translateZ(350px);
	}

	.slide-3d:nth-child(6) {
		transform: rotateY(300deg) translateZ(350px);
	}

	.control-panel {
		right: 20px;
		top: 80px;
	}

	.info-panel {
		left: 20px;
		top: 80px;
	}
	.form-container form {
		display: flex;
		gap: 15px;
		row-gap: 15px;
		width: 100%;
		flex-wrap: wrap;
	}
	.icon_texter {
		text-align: center;
	}
}


@media (max-width: 575px) {
		
	section.home_banner .container .bagdebx img {
		max-width: 75px;
	}
	ul.icon_lister li {
		flex: 0 0 50%;
		align-items: flex-start;
		width: 50%;
		padding: 18px;
	}
	.Stores-section .search-bx{
		max-width: 100%;
		width: 100%;
	}
	.Advanced-box {
		justify-content: space-between;
		width: 100%;
		flex-wrap: wrap;
		gap: 0;
	}
	.pinnacle-grid .pinnacle-image img {
		height: auto;
	}
	.Stores-section .advanced-search {
		flex-wrap: wrap;
	}

	div#advanced-search-block .search-input {
		flex: 0 0 100%;
		flex-direction: column;
		text-align: left;
		justify-content: flex-start;
		align-items: flex-start;
	}

	ul.icon_lister {
		row-gap: 38px;
		position: relative;
	}
	ul.icon_lister:after {
		top: 50%;
		position: absolute;
		content: '';
		background: #00000026;
		height: 1px;
		width: 100%;
		transform: translate(-50%, -50%);
		left: 50%;
	}
	ul.icon_lister:before {
		top: 50%;
		position: absolute;
		content: '';
		background: #00000026;
		height: 100%;
		width: 1px;
		left: 50%;
		transform: translate(-50%, -50%);
	}

	.icon_texter p {
		margin-bottom: 0;
	}

	.requirement_box .col-md-3 {
		width: 100%;
		margin-bottom: 39px;
	}

	.banner_content h1,
	.banner_content h2 {
		font-size: 30px !important;
		line-height: 38px !important;

	}

	.pinnacle-grid {
		display: block;
	}

	.action_banner {
		flex-wrap: wrap;
		gap: 13px 20px;
	}
	.home_banner .container .bagdebx {
		top: auto;
		bottom: 25%;
	}

	.welcome_content {
		padding: 18px;
	}

	.become_deal_form {
		padding: 26px 17px;
	}

	.blogs .row {
		row-gap: 18px;
	}

	.testi_header {
		flex-wrap: wrap;
		column-gap: 15px;
	}

	.testi_slide_item,
	.testi_txt {
		padding: 29px 20px;
	}

	.awards_img::before {
		width: 100%;
		height: 100%;
	}


	.our_comm_main {
		padding: 15px;
		text-align: center;
		justify-content: center;
	}

	.copyright_bar {
		padding: 23px 0px;
	}

	body .uwy.userway_p5 .userway_buttons_wrapper {
		bottom: 97px !important;
	}

	footer {
		padding: 39px 0px 50px 0px;
	}
	.expertise_block {
		padding: 15px;
	}
	.icon_block {
		flex-wrap: wrap;
		align-items: flex-start;
		flex-direction: column;
		justify-content: flex-start;
	}
	.text-with-image-content {
		padding-right: 0;
	}

	.text-with-image-full .row {
		row-gap: 18px;
	}

	.area_innerpg .fluid-block .row {
		row-gap: 26px;
	}

	.area_innerpg section {
		padding: 60px 0 20px;
	}

	.sec_full_ad .row {
		row-gap: 20px;
	}

	.contact-us .col-lg-4 {
		text-align: left;
	}

	section.map ul.reach-us {
		flex-wrap: wrap;
	}

	section.map ul.reach-us li {
		width: calc(100% - 10px);
	}

	.pinnacle-grid .section_head h1,
	.pinnacle-grid .section_head h2 {
		font-size: 30px;
	}

	.pinnacle-content {
		margin-bottom: 28px;
	}

	.largest-block .left-head {
		grid-template-columns: 1fr;
	}

	.largest-block .left-head {
		gap: 20px;
	}


	.pinnacle-cards {
		grid-template-columns: 1fr
	}

	.support-funds-grid {
		text-align: center;
		gap: 26px;
		max-width: 100%;
		grid-template-columns: 1fr;
	}

	.support-funds-grid::before {
		display: none;
	}

	.Why-choose-grid {
		grid-template-columns: 1fr;
		gap: 23px;
	}

	.list-card ul {
		margin-top: 0;
	}

	.Exclusive-grid {
		grid-template-columns: 1fr;
	}

	.testimonial-grid,
	.info-boxes {
		grid-template-columns: 1fr;
	}

	.become_deal_form form .input_field {
		width: calc(100% - 10px);
	}

	.form-check-list {
		grid-template-columns: repeat(2, 1fr);
	}
}


.custom-slider-section .section_head h5 {
	color: #f8b21f;
}

.custom-slider-section {
	background: #14181F;
	position: relative;
	z-index: 1;
}

.custom-slider-section #carousel {
	perspective: 312px;
	overflow: hidden;
}

#carousel #scene {
	width: 42%;
	margin: 40px auto 0 auto;
	transform-style: preserve-3d;
	transition: transform 0.5s;
}

#carousel #scene .carousel_item {
	width: 100%;
	box-sizing: border-box;
	padding: 0 20px 0 10px;
	backface-visibility: hidden;
}

#carousel #scene .carousel_item:not(:first-of-type) {
	position: absolute;
	left: 0;
	top: 0;
}

#carousel #carousel_btn {
	width: 80%;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	display: inline-block;
	position: absolute;
	top: 47%;
	left: 10%;
}

#carousel #carousel_btn .btn {
	width: 45px;
	height: 45px;
	line-height: 28px;
	padding-left: 7px;
	box-sizing: border-box;
	border-radius: 50%;
	float: left;
	border: 2px solid #fff;
	color: #fff;
	font-family: sans-serif;
	font-size: 14px;
	cursor: pointer;
	transition: all 0.3s;
}

#carousel #carousel_btn .btn img {
	width: 19px;
}

#carousel #carousel_btn .btn.next {
	float: right;
	text-align: right;
	background-image: url(https://www.pinnaclemobility.com/wp-content/uploads/2026/01/arrow-right.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 50px;
}

#carousel #carousel_btn .btn.prev {
	background-image: url(https://www.pinnaclemobility.com/wp-content/uploads/2026/01/arrow-right-1.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 50px;
}

#carousel #carousel_btn .btn:hover {
	color: #ffffff;
	background-color: #caf1ec;
	border: 2px solid #caf1ec;
}

.gtco-testimonials .owl-nav i {
	color: #caf1ec;
}

#carousel #carousel_btn>div:first-child {
	margin-right: 10px;
}

.area-we-serve-3-img {
	width: 100%;
	height: 100%;
}

.area-we-serve-3-img img {
	height: 100%;
}
.area-we-serve-2-img {
	width: 100%;
	height: 100%;
}
.area-we-serve-2-img img {
	    width: 100%;
    height: 100%;
    object-fit: cover;
}