/***********************************************
Mixin
***********************************************/

@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Manrope:wght@200..800&family=Plus+Jakarta+Sans:ital,wght@0,200..800;1,200..800&display=swap');
:root {
	--orange: #f2aa4c;
	--text-color: var(--secondary);
	--font-family: 'Lato', sans-serif !important;
}
body {
	font-family: var(--font-family) !important;
	font-size: 16px;
	background-color: #ffffff;
	color: #000A3C;
	position: relative;
}

.navbar-nav .nav-link.active, .navbar-nav .nav-link.show {
	color: white !important;
}
.navbar-nav .nav-link.active, .navbar-nav .nav-link.show :hover {
	color: var(--orange) !important;
}
a,
input,
button,
textarea {
	outline: none !important;
}

a {
	transition: all ease-in-out 300ms;
	-webkit-transition: all ease-in-out 300ms;
	-ms-transition: all ease-in-out 300ms;
	-o-transition: all ease-in-out 300ms;
	-moz-transition: all ease-in-out 300ms;
}

.pad-left {
	padding-left: 0;
}

.pad-right {
	padding-right: 0;
}

.pad-top {
	padding-top: 0;
}

.pad-bottom {
	padding-bottom: 0;
}

.padding {
	padding: 0;
}

.overflow-hidden {
	overflow: hidden;
}

.opacity-0 {
	opacity: 0;
}

.opacity-1 {
	opacity: 1;
}

.btn-gold {
	font-weight: 500;
	font-size: 10px;
	line-height: 14px;
	text-align: center;
	text-transform: uppercase;
	color: #fff;
	background: #B58D5B;
	padding: 6px 17px;
	border-radius: 0;
}

.btn-gold:hover {
	background: #CBA87D;
	color: #fff;
}

.btn-blue {
	font-weight: 500;
	font-size: 10px;
	line-height: 14px;
	text-align: center;
	text-transform: uppercase;
	color: #FFFFFF;
	background: #000A3C;
	padding: 6px 17px;
	border-radius: 0;
}

.btn-blue:hover {
	background: #464C68;
	color: #fff;
}

.bottom-scroll {
	position: fixed;
	left: 0;
	bottom: 0;
	z-index: 99;
}

.bottom-scroll a {
	display: block;
}

.top-scroll {
	position: fixed;
	left: 0;
	bottom: 0;
	z-index: 99;
	opacity: 0;
	left: -100px;
	z-index: 999;
}

.top-scroll a {
	display: block;
}

.top-scroll a svg path {
	stroke: #fff;
}

.top-scroll a.arrow-blue svg path {
	stroke: #000a3c;
}

h1 {
	font-family:var(--font-family);
	color: var(--secondary);
	font-style: normal;
	font-weight: 600;
	line-height: 65px;
	/* text-transform: uppercase; */
}

h2 {
	font-family:var(--font-family);
	color: var(--secondary);
	font-style: normal;
	font-weight: 500;
	line-height: 35px;
	text-transform: uppercase;
}

h3 {
	font-family:var(--font-family);
	color: var(--secondary);
	font-style: normal;
	font-weight: bold;
	font-size: 18px;
	line-height: 25px;
}

h4 {
	font-family:var(--font-family);
	color: var(--secondary);
	font-style: normal;
	font-weight: normal;
	font-size: 18px;
	line-height: 25px;
}

h5 {
	font-family:var(--font-family);
	color: var(--secondary);
	font-style: normal;
	font-weight: normal;
	font-size: 12px;
	line-height: 20px;
}

p {
	font-family:var(--font-family);
	color: var(--secondary);
	font-weight: normal;
	font-size: 18px;
	line-height: 20px;
}

/* .main-title {
	color: #B58D5B;
}

.main-title h1,
.main-title h2,
.main-title h3,
.main-title h4,
.main-title h5,
.main-title h6 {

	font-style: normal;
	font-weight: normal;
	font-size: 56px;
	line-height: 65px;
	text-transform: uppercase;
	margin: 0;
}

.main-title span {
	font-size: 12px;
	line-height: 20px;
	color: #B58D5B;
	display: block;
} */

.white-title {
	color: #fff;
}

.white-title span {
	color: #fff;
}

.fp-slidesNav ul li:last-child,
#fp-nav ul li:last-child {
	display: none;
}
.fp-slidesNav ul li,
#fp-nav ul li {
	margin: 4px 0 !important;
	width: 5px !important;
	height: 24px !important;
}

.fp-slidesNav ul li a span,
#fp-nav ul li a span {
	width: 5px !important;
	height: 24px !important;
	border: 1px solid #FFFFFF !important;
	border-radius: 0 !important;
	margin: 0 !important;
	background: transparent !important;
	left: 0 !important;
	top: 0 !important;
	border: 1px solid #e2a330 !important;
	border-radius: 2px !important;
}

.fp-slidesNav ul li a:hover span,
.fp-slidesNav ul li a.active span,
#fp-nav ul li a:hover span,
#fp-nav ul li a.active span {
	background: #FFFFFF !important;
}

.fp-slidesNav ul li .fp-tooltip,
#fp-nav ul li .fp-tooltip {
	font-size: 12px;
	line-height: 12px;
	text-transform: capitalize;
	color: #fff !important;
	position: absolute;
	display: block;
	opacity: 0;
	background-color: rgba(4, 58, 91, 0.6);
	text-align: left;
	animation-name: cssHide;
	animation-duration: 6s;
	right: 10px;
	left: auto !important;
	padding: 8px 20px;
	height: auto;
	bottom: 0;
	display: flex;
	align-items: center;
	top: 0;
}

.fp-slidesNav ul li .fp-tooltip:after,
#fp-nav ul li .fp-tooltip:after {
	display: inline-block;
	height: .2rem;
	width: 1.5rem;
	border-top: 1px solid #e2a330;
	position: absolute;
	top: 1.4rem;
	bottom: 0;
	z-index: 2;
	animation-name: cssHide;
	animation-duration: 6s;
	content: "";
	display: block;
	top: 10px;
	right: -8px;
	height: 2px;
}

.fp-slidesNav.fp-nav-blue ul li a span,
#fp-nav.fp-nav-blue ul li a span {
	border-color: #000A3C !important;
}

.fp-slidesNav.fp-nav-blue ul li a:hover span,
.fp-slidesNav.fp-nav-blue ul li a.active span,
#fp-nav.fp-nav-blue ul li a:hover span,
#fp-nav.fp-nav-blue ul li a.active span {
	background: #000A3C !important;
}

.fp-slidesNav.fp-nav-blue ul li .fp-tooltip,
#fp-nav.fp-nav-blue ul li .fp-tooltip {
	color: #000A3C !important;
}

.slick-dots {
	list-style-type: none;
	display: flex;
	padding: 15px 0;
	margin: 0;
	text-align: center;
	align-items: center;
	justify-content: center;
}

.slick-dots li {
	flex-grow: 1;
	flex-basis: 0;
	list-style-type: none;
	display: block;
	padding: 0;
	margin: 0;
	height: 5px;
	width: 32px;
	display: inline-block;
}

.slick-dots li button {
	text-indent: -9999px;
	height: 100%;
	width: 100%;
	border: 1px solid #B58D5B;
	border-radius: 0;
	background-color: #fff;
	opacity: .3;
	border: 0;
	margin: 0;
	float: left;
	position: relative;
	padding: 0;
}

.slick-dots li.slick-active button {
	background: #FFFFFF;
	opacity: 1;
}

/**********************************************************************/
/************************** Content Start **************************/
/**********************************************************************/
.full-height {
	height: 100%;
}

/********* header start ****************/
.navbar {
   width: 100%;
   padding: 0 !important;
}

/* Default transparent or original style */
.header {
	background-color: transparent;
	transition: background-color 0.3s ease;
}

/* .navbar-brand img {
	filter: brightness(0) invert(1);
} */

/* After first scroll */
.header.scrolled {
	background-color: rgba(0, 0, 0, 0.7);
	/* or var(--secondary)FF */
}

.header-black {
	background-color: rgba(0, 0, 0, 0.9) !important;
	color: #fff;
	position: relative;
	z-index: 999;
}

.header {
	padding: 16px 0 22px;
	background: #FFFFFF;
	background: transparent;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 99;
}
.header {
   position: fixed;
   top: 0;
   left: 0;
   right: 0;
   width: 100%;
   height: 90px;
   display: flex;
   align-items: center;
   z-index: 1000;
   background-color: transparent; 
   transition: background-color 0.3s ease, transform 0.3s ease;
   /* Performance fixes for tab switching */
   -webkit-transform: translateZ(0);
   transform: translateZ(0);
   backface-visibility: hidden;
   -webkit-backface-visibility: hidden;
}

/* 3. Scrolled State (Controlled by JS) */
.header.scrolled, 
.header-black {
   background-color: rgba(0, 0, 0, 0.9) !important;
   height: 80px; /* Keep height consistent */
}

.navbar-nav .nav-link {
   font-family: var(--font-family) !important;
   font-size: 16px;
   color: #fff !important;
   text-decoration: none;
   padding-bottom: 5px !important;
   border-bottom: 2px solid transparent; /* Reserve space for the border */
   transition: color 0.3s ease, border-color 0.3s ease;
}

.navbar-nav .nav-link:hover,
.navbar-nav .nav-link.active {
   color: var(--orange) !important;
   border-bottom-color: var(--orange) !important;
}

/* Remove outline flicker */
a, input, button, textarea {
   outline: none !important;
   box-shadow: none !important;
}

/* Ensure Logo doesn't resize and cause shifts */
.navbar-brand img {
   width: 150px;
   height: auto;
   display: block;
}
.navbar-brand {
	padding: 0;
	margin: 0;
}

.navbar-nav {
	position: relative;
}

.navbar-nav .nav-item {
	padding: 0 22px;
}

.navbar-nav .nav-item:first-child {
	padding-left: 0;
}

.navbar-nav .nav-item:last-child {
	padding-right: 0;
}

.navbar-nav .nav-link {
	font-family: var(--font-family) !important;
	padding: 0 !important;
	font-weight: normal;
	font-size: 16px;
	line-height: 16px;
	color: #fff !important;
	text-transform: capitalize;
	min-width: 62px;
	border-bottom: 1px solid transparent;
	padding-bottom: 2px !important;
	text-decoration: none;
}

/* .navbar-nav .nav-link.active,
.navbar-nav .nav-link:hover {
	color: #e2a330 !important;
	border-color: #e2a330 !important;
} */
.navbar-nav .nav-link {
    padding-bottom: 10px !important;
    border-bottom: 2px solid transparent;
	 min-width: auto !important;
}

.navbar-nav .nav-link.active,
.navbar-nav .nav-link:hover {
    color: #e2a330 !important;
    border-bottom-color: #e2a330 !important;
}
.navbar-nav .nav-link:focus,
.navbar-nav .nav-link:active,
.navbar-nav .nav-link:focus-visible {
    color: #fff;
    outline: none !important;
}

/* .navbar-nav>li>a.dropdown-toggle {
	padding-right: 26px !important;
} */

.dropdown-toggle::after {
	background: url("data:image/svg+xml,%3Csvg width='14' height='8' viewBox='0 0 14 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M13 1.00005C13 1.00005 8.5811 7 7 7C5.4188 7 1 1 1 1' stroke='%23141B34' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A") no-repeat center center;
	background-size: 12px 6px;
	border: none;
	height: 7px;
	width: 13px;
	margin: 0;
	vertical-align: middle;
	position: absolute;
	right: 0;
	top: 6px;
	display: none !important;
}

.header .dropdown {
	position: unset;
}



.header .dropdown-menu .dropdown-sub-li {
	/* background: #000; */
	padding: 0;
}

.dropdown-megamenu .main-ul {
	max-width: 900px;
	margin: 0 auto;
}
/* .product{
	margin-left: 60px;
} */

#product-solutions-dropdown:hover .backdrop-menu,
#product-solutions-dropdown .dropdown-menu.show .backdrop-menu {
  height: 30vh;
  opacity: 0.96 !important;
}

.dropdown-megamenu ul {
	list-style-type: none;
	padding: 0;
}


.dropdown-megamenu ul .title {
	font-size: 24px;
	line-height: 24px;
	color: #fff;
	border-bottom: 1px solid #4c4b4b;
	padding: 10px 0;
	margin: 30px 0 10px;
}

.dropdown-megamenu ul li a {
	font-size: 16px;
	line-height: 16px;
	color: #fff;
	padding: 10px 0;
	margin: 0 0 10px;
	text-decoration: none;
	font-weight: 300;
	display: block;
}

.dropdown-megamenu ul li .sub-menu-main {
	padding: 50px 0 0;
}

@keyframes fadein {
	from {
		opacity: 0
	}

	to {
		opacity: 1
	}
}

@-moz-keyframes fadein {
	from {
		opacity: 0
	}

	to {
		opacity: 1
	}
}

@-webkit-keyframes fadein {
	from {
		opacity: 0
	}

	to {
		opacity: 1
	}
}

@-o-keyframes fadein {
	from {
		opacity: 0
	}

	to {
		opacity: 1
	}
}


.dropdown-megamenu ul li ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.m-right {
	display: flex;
	align-items: center;
	padding-left: 40px;
	margin: 0;
	padding: 0;
}

.m-right .btn-gold {
	color: #000A3C;
}

.m-right .search {
	width: 38px;
	margin-left: 0;
}

.m-right .search svg path {
	stroke: #fff;
}

.m-right .ser-btn {
	padding-bottom: 10px;
	border: none;
	background: transparent;
}

.burger-menu .bottom-scroll {
	left: -100px;
	opacity: 0;
	z-index: -1;
}

.burger-menu .top-scroll {
	opacity: 1;
	left: 0;
}

body:before {
	background-color: #00082a;
	position: fixed;
	z-index: 999;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	filter: blur(460px);
	background: rgba(0, 11, 60, 0.6);
	background-blend-mode: multiply;
	filter: blur(4px);
	backdrop-filter: blur(4px);
	content: "";
	left: 0;
	-webkit-transform: translateX(110%);
	transform: translateX(110%);
	-webkit-transition: -webkit-transform 0.6s cubic-bezier(0.8, 0, 0, 1);
	transition: -webkit-transform 0.6s cubic-bezier(0.8, 0, 0, 1);
	transition: transform 0.6s cubic-bezier(0.8, 0, 0, 1);
	transition: transform 0.6s cubic-bezier(0.8, 0, 0, 1), -webkit-transform 0.6s cubic-bezier(0.8, 0, 0, 1);
}

body.menu-open::before {
	-webkit-transform: translateX(0);
	transform: translateX(0);
}

.sidebar-menu {
	width: 325px;
	padding: 135px 15px 25px 75px;
	background: #000A3C;
	-moz-transition: 0.4s;
	-o-transition: 0.4s;
	-webkit-transition: 0.4s;
	transition: 0.4s;
	position: fixed;
	top: 0;
	bottom: 0;
	right: 0;
	z-index: 999;
	display: flex;
	flex-direction: column;
	-webkit-transform: translateX(110%);
	transform: translateX(110%);
	-webkit-transition: -webkit-transform 0.6s cubic-bezier(0.8, 0, 0, 1);
	transition: -webkit-transform 0.6s cubic-bezier(0.8, 0, 0, 1);
	transition: transform 0.6s cubic-bezier(0.8, 0, 0, 1);
	transition: transform 0.6s cubic-bezier(0.8, 0, 0, 1), -webkit-transform 0.6s cubic-bezier(0.8, 0, 0, 1);
}

.sidebar-menu .sidebar-inner {
	display: flex;
	flex-direction: column;
}

.sidebar-menu .mCSB_inside>.mCSB_container {
	margin-right: 30px !important;
}

.sidebar-menu .menu-close {
	position: fixed;
	right: 38px;
	top: 38px;
	transition: 1s;
	-webkit-transition: 1s;
	-ms-transition: 1s;
	-o-transition: 1s;
	-moz-transition: 1s;
	right: -150px;
}

.sidebar-menu .menu-close svg {
	width: 24px;
}

.sidebar-menu .menu-top h5 {
	font-weight: bold;
	font-size: 22px;
	line-height: 30px;
	text-transform: capitalize;
	color: #FFFFFF;
	font-family: var(--font-family) !important;
	margin: 0;
}

.sidebar-menu .menu-top h5 a {
	color: #FFFFFF;
	text-decoration: none;
}

.sidebar-menu .menu-top ul {
	padding: 0 0 18px;
	margin: 0;
	list-style-type: none;
	display: block;
}

.sidebar-menu .menu-top ul li {
	display: block;
	list-style-type: none;
}

.sidebar-menu .menu-top ul li a {
	font-size: 16px;
	line-height: 30px;
	text-transform: capitalize;
	color: #FFFFFF;
	text-decoration: none;
	display: inline-block;
	border-bottom: 1px solid transparent;
}

.sidebar-menu .menu-top ul li a:hover {
	border-bottom-color: #fff;
}

.sidebar-menu .menu-top .sidebar-btn {
	padding: 75px 0 0;
}

.sidebar-menu .menu-top .sidebar-btn .btn {
	width: 139px;
	padding: 12px;
	margin-bottom: 20px;
	color: #fff;
}

.sidebar-menu .menu-top .sidebar-btn .btn:last-child {
	margin: 0;
}

.sidebar-menu .search {
	position: relative;
}

.sidebar-menu .search .form-control {
	border: none;
	border-bottom: 1px solid #FFFFFF;
	background: transparent;
	border-radius: 0;
	height: 36px;
	padding: 10px 0;
	box-shadow: none;
}

.sidebar-menu .search .form-control::-webkit-input-placeholder {
	/* Chrome/Opera/Safari */
	color: #fff;
}

.sidebar-menu .search .form-control::-moz-placeholder {
	/* Firefox 19+ */
	color: #fff;
}

.sidebar-menu .search .form-control:-ms-input-placeholder {
	/* IE 10+ */
	color: #fff;
}

.sidebar-menu .search .form-control:-moz-placeholder {
	/* Firefox 18- */
	color: #fff;
}

.sidebar-menu .search .s-btn {
	position: absolute;
	right: 0;
	top: 0;
	background: transparent;
	border: none;
	padding: 0;
}

.sidebar-menu .sidebar-footer {
	margin-top: 140px;
}

.sidebar-menu .sidebar-footer ul {
	padding: 50px 0 30px;
	margin: 0;
	list-style-type: none;
	display: block;
}

.sidebar-menu .sidebar-footer ul li {
	display: inline-block;
	list-style-type: none;
	padding: 0 15px;
}

.sidebar-menu .sidebar-footer ul li:first-child {
	padding-left: 0;
}

.sidebar-menu .sidebar-footer ul li a:hover svg path {
	fill: #B58D5B;
}

.sidebar-menu .sidebar-footer p {
	font-size: 12px;
	line-height: 15px;
	color: #B58D5B;
	font-family: var(--font-family) !important;
	margin: 0;
}

.sidebar-menu .sidebar-footer p a {
	text-decoration: none;
	color: #B58D5B;
}

.sidebar-menu.open {
	-webkit-transform: translateX(0);
	transform: translateX(0);
}

.sidebar-menu.open .menu-close {
	right: 38px;
}

.member-benefit .benefit-detail {
	padding: 0 150px 0 62px;
}

.member-benefit .benefit-block {
	position: relative;
	padding-left: 70px;
	padding-bottom: 28px;
}

.member-benefit .benefit-block .icon {
	position: absolute;
	left: 0;
	top: 0;
	text-align: center;
	width: 50px;
}

.member-benefit .text-block {
	padding: 0 0 60px;
}

.member-benefit .benefit-img {
	height: 100vh;
}

.member-benefit .benefit-img img {
	height: 100%;
	width: 100%;
	object-fit: cover;
}

.membership-info {
	height: 100%;
}

.membership-info .membership-detail {
	padding: 0 62px 0 150px;
}

.membership-info .membership-detail .main-title {
	padding: 0 0 44px;
}

.membership-info .membership-detail h4 {
	font-weight: bold;
	font-size: 18px;
	line-height: 25px;
	color: #B58D5B;

	margin: 35px 0 20px;
}

.membership-info .member-img {
	height: 550px;
}

.membership-info .member-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.membership-info .membrship-list {
	padding: 54px 0 0;
}

.membership-info .membrship-list h3 {

	font-weight: bold;
	font-size: 18px;
	line-height: 25px;
	color: #B58D5B;
	margin: 0 0 30px;
}

.member-block h6 {
	font-weight: bold;
	font-size: 14px;
	line-height: 20px;
	color: #B58D5B;
	margin: 0 0 7px;
}

.member-block .icon {
	padding: 0 0 10px;
}

.member-block ul {
	padding-left: 20px;
	margin: 0;
	padding-top: 10px;
}

.member-block ul li {
	font-size: 14px;
	line-height: 20px;
	color: #000A3C;
}

.repair-guide .car-img .svg_wrap {
	position: relative;
	padding-bottom: 80px;
}

.repair-guide .car-img .svg_wrap .textnames.southmap {
	left: 400px;
	top: 584px;
}

.repair-guide .car-img .svg_wrap .textnames .in_textnames {
	align-items: center;
	display: none;
	position: absolute;
	width: 312px;
	right: -35px;
}

.repair-guide .car-img .svg_wrap .textnames .in_textnames h6 {
	color: #000A3C;
	font-size: 14px;
	line-height: 20px;
	font-weight: 700;
	margin: 0;
}

.repair-guide .car-img .svg_wrap .textnames .in_textnames p {
	color: #000A3C;
	font-size: 14px;
	line-height: 22px;
}

.repair-guide .car-img .svg_wrap .textnames .in_textnames.area1 {
	top: -136px;
}

.repair-guide .car-img .svg_wrap .textnames .in_textnames.area2 {
	bottom: 20px;
}

.repair-guide .car-img .svg_wrap .textnames .in_textnames.area3 {
	top: 8px;
}

.repair-guide .car-img .svg_wrap .textnames .in_textnames.area4 {
	top: -135px;
}

.repair-guide .car-img .svg_wrap .textnames .in_textnames.area5 {
	top: 126px;
}

.repair-guide .car-img .svg_wrap .textnames .in_textnames.area6 {
	bottom: 116px;
}

.repair-guide .car-img .svg_wrap .textnames .in_textnames.area7 {
	top: 6px;
}

.repair-guide .car-img .svg_wrap .textnames .in_textnames.area8 {
	top: 126px;
}

.repair-guide .car-img .svg_wrap .textnames .in_textnames.area9 {
	bottom: 170px;
}

.repair-guide .car-img .svg_wrap .textnames .in_textnames.active {
	display: block;
}

.repair-guide .car-img .svg_wrap .car-image {
	overflow: visible;
}

.repair-guide .car-img .svg_wrap .car-image path {
	-webkit-transition: all ease-in-out 0.3s;
	-moz-transition: all ease-in-out 0.3s;
	transition: all ease-in-out 0.3s;
}

.repair-guide .car-img .svg_wrap .car-image .area_click {
	cursor: pointer;
}

.repair-guide .car-img .svg_wrap .svgline {
	opacity: 0;
	pointer-events: none;
	position: absolute;
}

.repair-guide .car-img .svg_wrap .svgline.area1 {
	top: -126px;
	left: 442px;
}

.repair-guide .car-img .svg_wrap .svgline.area2 {
	bottom: 110px;
	left: 238px;
}

.repair-guide .car-img .svg_wrap .svgline.area3 {
	top: 18px;
	left: 626px;
}

.repair-guide .car-img .svg_wrap .svgline.area4 {
	top: -126px;
	left: 564px;
}

.repair-guide .car-img .svg_wrap .svgline.area5 {
	top: 136px;
	left: 676px;
}

.repair-guide .car-img .svg_wrap .svgline.area6 {
	top: 300px;
	left: 420px;
}

.repair-guide .car-img .svg_wrap .svgline.area7 {
	top: 16px;
	left: 590px;
}

.repair-guide .car-img .svg_wrap .svgline.area8 {
	top: 136px;
	left: 620px;
}

.repair-guide .car-img .svg_wrap .svgline.area9 {
	bottom: 216px;
	left: 308px;
}

.repair-guide .car-img .svg_wrap .svgline.active {
	opacity: 1;
}

.repair-guide .repair-btn {
	padding: 50px 0 0;
}

.repair-guide .repair-btn .btn-gold {
	padding: 12px 7px;
	width: 123px;
	color: #fff;
}

.repair-guide .repair-btn .btn-gold:first-child {
	margin-right: 12px;
}

.repair-guide .guide-list h3 {
	font-weight: bold;
	font-size: 14px;
	line-height: 20px;
	color: #B58D5B;
}

.repair-guide .guide-list ul {
	padding-left: 15px;
	margin: 0;
}

.repair-guide .guide-list ul li {
	font-weight: normal;
	font-size: 12px;
	line-height: 20px;
	color: #000A3C;
}

.repair-guide .guide-list p {

	font-style: normal;
	font-weight: normal;
	font-size: 9px;
	line-height: 12px;
	color: #000A3C;
	margin: 20px 0;
}

.repair-guide .guide-list .repair-img {
	margin-top: -20px;
	width: 121px;
}

.repair-guide .car-img-mobile {
	margin: 75px 0 70px;
}

.repair-guide .car-img-mobile svg {
	width: 100%;
	height: auto;
}

.repair-guide .car-img-mobile .car-dot {
	position: relative;
}

.repair-guide .car-img-mobile .car-dot .dot-active {
	opacity: 0;
}

.repair-guide .car-img-mobile .car-dot.active .dot-active {
	opacity: 1;
}

.request-repair {
	position: relative;
}

.request-repair .request-img img {
	width: 100%;
	height: 100vh;
	object-fit: cover;
}

.request-repair .request-content {
	position: absolute;
	top: 50%;
	transform: translate(0, -50%);
	left: 0;
	right: 0;
}

.request-repair .request-content .text-block {
	background: #000A3C;
	max-width: 580px;
	margin-left: auto;
	padding: 42px 20px 50px 40px;
}

.request-repair .request-content .repair-block {
	position: relative;
	padding-left: 65px;
	margin: 0px 20px 25px 0;
	padding-top: 10px;
}

.request-repair .request-content .repair-block .number {
	position: absolute;
	left: 0;
	top: 0;
	top: 10px;
	background: url("../images/number.png");
	padding: 8px 16px;
	background-repeat: no-repeat;
	background-position: top right;
	background-size: 30px;
}

.request-repair .request-content .repair-block .number span {

	font-weight: bold;
	font-size: 33px;
	line-height: 33px;
	color: #B58D5B;
	display: block;
}

.request-repair .request-content p {

	font-size: 14px;
	line-height: 20px;
	color: #FFFFFF;
	margin: 0;
}

.request-repair .request-content p a {
	color: #fff;
	text-decoration: underline;
}

.request-repair .request-content .btn-gold {
	width: 123px;
	padding: 12px;
	margin-top: 50px;
	color: #fff;
}

.service-area {
	position: relative;
}

.service-area .service-img img {
	width: 100%;
}

.service-area .service-content {
	position: absolute;
	top: 50%;
	transform: translate(0, -50%);
	left: 0;
	right: 0;
	z-index: 99;
}

.service-area .service-content .text-block {
	max-width: 400px;
	margin-right: auto;
}

.service-area .service-content form {
	display: flex;
	max-width: 290px;
	margin: 0 0 40px;
}

.service-area .service-content .form-control {
	background: #FFFFFF;
	border: 2px solid #E0E4ED;
	height: 40px;
	border-radius: 0;
	-webkit-border-radius: 0;
	-ms-border-radius: 0;
	flex: 1;
	margin-right: 20px;
	font-size: 14px;
	line-height: 20px;
}

.service-area .service-content .form-control::-webkit-input-placeholder {
	/* Chrome/Opera/Safari */
	color: rgba(0, 10, 60, 0.2);
}

.service-area .service-content .form-control::-moz-placeholder {
	/* Firefox 19+ */
	color: rgba(0, 10, 60, 0.2);
}

.service-area .service-content .form-control:-ms-input-placeholder {
	/* IE 10+ */
	color: rgba(0, 10, 60, 0.2);
}

.service-area .service-content .form-control:-moz-placeholder {
	/* Firefox 18- */
	color: rgba(0, 10, 60, 0.2);
}

.service-area .service-content .btn-gold {
	width: 123px;
	padding: 12px;
	color: #fff;
}

.service-area .pincode-block {
	background: #B58D5B;
	padding: 30px 20px 50px;
	opacity: 0;
	visibility: hidden;
}

.service-area .pincode-block p {

	font-size: 18px;
	line-height: 25px;
	color: #FFFFFF;
	margin: 0 0 40px;
}

.service-area .pincode-block .btn-blue {
	width: 139px;
	padding: 12px;
}

.service-area .pincode-block.active {
	opacity: 1;
	visibility: visible;
}

.member-testimonial {
	background: url("../images/testimonial.jpg");
	height: 100%;
	background-size: cover;
	display: flex;
	align-items: center;
	justify-content: center;
}

.member-testimonial .main-title {
	text-align: center;
	padding: 0 0 230px;
}

.testimonial-slider {
	text-align: center;
}

.testimonial-slider .t-item {
	position: relative;
	padding: 42px;
	margin: 0 58px;
}

.testimonial-slider .t-item:after {
	position: absolute;
	top: 0;
	left: 0;
	height: 42px;
	width: 42px;
	content: "";
	background: url("../images/coma.svg");
}

.testimonial-slider .t-item p {
	font-size: 14px;
	line-height: 20px;
	color: #FFFFFF;
	margin: 0 0 20px;
}

.testimonial-slider .t-item span {
	font-weight: bold;
	font-size: 14px;
	line-height: 20px;
	color: #FFFFFF;
	display: block;
}

.testimonial-slider .slick-next.slick-arrow {
	position: absolute;
	top: 50%;
	transform: translate(0, -50%);
	cursor: pointer;
	right: -120px;
}

.membership-tc {
	position: relative;
}

.membership-tc .member-img {
	position: relative;
}

.membership-tc .member-img img {
	width: 100%;
	height: 100vh;
	object-fit: cover;
}

.membership-tc .member-img .membership-detail {
	position: absolute;
	padding: 42px 42px 0;
	bottom: 160px;
	max-width: 534px;
	right: 120px;
	z-index: 999;
}

.membership-tc .member-img .membership-detail:after {
	position: absolute;
	top: 10px;
	left: 10px;
	height: 42px;
	width: 42px;
	content: "";
	background: url("../images/coma.svg");
}

.membership-tc .member-img .membership-detail p {
	font-size: 14px;
	line-height: 20px;
	color: #FFFFFF;
	margin: 0 0 50px;
}

.membership-tc .member-img .membership-detail span {
	font-weight: bold;
	font-size: 14px;
	line-height: 20px;
	color: #FFFFFF;
	display: block;
}

.membership-tc .membership-content {
	position: absolute;
	top: 180px;
	left: 0;
	right: 0;
}

.membership-tc .membership-content .text-block {
	background: #B58D5B;
	max-width: 464px;
	margin-left: auto;
	padding: 82px 40px 70px 40px;
}

.membership-tc .membership-content .text-block .main-title {
	padding: 0 0 30px;
}

.membership-tc .membership-content p {

	font-size: 14px;
	line-height: 20px;
	color: #FFFFFF;
	margin: 0;
}

.membership-tc .membership-content p a {
	color: #fff;
	text-decoration: underline;
}

.membership-tc .membership-content .btn-blue {
	width: 139px;
	padding: 12px;
	margin-top: 50px;
}

.member-slider .slick-list {
	margin: 0 -7px;
}

.member-item {
	padding: 0 7px;
}

.main-slider .slick-next {
	position: absolute;
	top: 50%;
	transform: translate(0, -50%);
	-webkit-transform: translate(0, -50%);
	-moz-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	right: 50px;
	cursor: pointer;
}

.slider__counter {
	font-size: 14px;
	font-weight: 600;
	color: #fff;
	letter-spacing: 10px;
}

.main-arrow {
	position: absolute;
	bottom: 100px;
	left: 5;
	z-index: 1;
	display: flex;
	right: 0;
}
.otherpgs-arrow{
	left: 10px;
}
.readstory {
	left: 185px;
}

.readstory h1 {
	font-size: 42px;
	color: #fff;
}

.readstory p {
	font-weight: 300;
	line-height: inherit;
}

.main-slider-arrow {
	top: 50px;
	position: relative;
	max-width: 250px;
	left: 0px;
}

.main-arrow .slick-arrow {
	font-family: var(--font-family) !important;
	top: 0;
	bottom: 0;
	left: 0;
	font-size: 16px;
	color: #fff;
	text-align: center;
	text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
	background-color: rgba(0, 0, 0, 0);
	filter: alpha(opacity=50);
	opacity: .5;
	cursor: pointer;
	display: flex;
}

.main-arrow .slick-arrow:hover {
	opacity: 1;
}

.main-arrow .next img {
	margin-left: 5px;
}

.main-arrow .prev img {
	margin-right: 5px;
}

.main-arrow .slick-btn {
	padding: 0;
	margin: 0;
	border: none;
	background: transparent;
}

.main-arrow .slick-btn .b-text {
	opacity: 0;
	width: 0;
	display: none;

}

.main-arrow .slick-btn .play-icon {
	display: none;
}

.main-arrow .slick-btn.active .play-icon {
	display: block;
}

.main-arrow .slick-btn.active .pause-icon {
	display: none;
}

/** Text Animation **/
@-webkit-keyframes fadeInUpSD {
	0% {
		opacity: 0;
		-webkit-transform: translateY(100px);
		transform: translateY(100px);
	}

	100% {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}

@keyframes fadeInUpSD {
	0% {
		opacity: 0;
		-webkit-transform: translateY(100px);
		transform: translateY(100px);
	}

	100% {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}

.fadeInUpSD {
	-webkit-animation-name: fadeInUpSD;
	animation-name: fadeInUpSD;
}

/* Text Animation End **/
.homepage .bottom-scroll {
	left: 0;
	right: 0;
	display: flex;
	margin: 0 auto;
	align-items: center;
	justify-content: center;
}

.homepage .bottom-scroll svg path {
	fill: #B58D5B;
}

.main-item {
	position: relative;
}

.main-item .img img {
	width: 100%;
	height: 100vh;
	object-fit: cover;
}

.main-item .img {
	position: relative;
	z-index: 9;
}

.main-item .img:after {
	position: absolute;
	width: 100%;
	padding: 0;
	height: 100%;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: rgba(0, 0, 0, .6);
	content: '';
	display: block;
	z-index: 1;
}

.main-item .img {
	position: relative;
	z-index: 0;
}

.main-item .slide-content {
	position: absolute;
	width: 900px;
	top:31.3%;
	left:6.2%;
	z-index: 2;
	background-color: transparent;
}

.main-slider .slide-content a.btn {
	display: inline-block;
	text-decoration: none;
	padding: 10px 20px;
	color: #000;
	background-color: #ffc107;
	/* or use your theme color */
	border: none;
	border-radius: 5px;
	font-weight: bold;
}

.main-slider .slide-content a.btn:hover {
	background-color: #e0a800;
	/* darker on hover */
	color: #fff;
}

.slider-arrows {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.main-item #myVideo {
	height: 100%;
	width: 100%;
	object-fit: cover;
}

.main-item .main-content {
	position: absolute;
	top: 40%;
	left: 0;
	right: 0;
	text-align: center;
	z-index: 99;
}

.main-item .main-content .btn-gold {
	padding: 12px;
	width: 123px;
	margin: 20px 0 0;
}

.main-item.slick-active .main-content {
	animation-name: fadeInUpSD;
	animation-duration: 2s;
	opacity: 1;
}

.main-item.slick-active .main-content .main-title {
	color: #B58D5B;
}

.main-item.slick-active .main-content .main-title span {
	color: #B58D5B;
}

.welcome-sec {
	background-size: cover !important;
	height: 100%;
	background-size: cover;
	display: flex;
	align-items: center;
	position: relative;
	z-index: 99;
}


.welcome-sec .fp-tableCell {
	/* vertical-align: bottom; */
}

.welcome-sec .text-block {
	max-width: 531px;
	margin: auto;
	text-align: center;
}

.welcome-sec .text-block .main-title {
	padding: 0 0 40px;
}

.welcome-sec .welcom-details-block p {
	font-weight: normal;
	font-size: 14px;
	line-height: 20px;
	color: #FFFFFF;
	margin: 0 0 20px;
}

.welcome-sec:after {
	position: absolute;
	width: 100%;
	padding: 0;
	height: 100%;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	content: '';
	display: block;
	z-index: -1;
}

.welcome-sec .btn-gold {
	padding: 12px;
	width: 123px;
	margin: 60px 0 0;
}

.gold-standard {
	position: relative;
}

.gold-standard .standard-detail {
	position: absolute;
	left: 0;
	right: 0;
	top: 50%;
	transform: translate(0, -50%);
}

.gold-standard .standard-detail .text-block {
	max-width: 425px;
}

.gold-standard .standard-detail .text-block .main-title {
	padding: 0 0 60px;
}

.gold-standard .standard-detail .text-block .main-title span {
	color: #000A3C;
}

.gold-standard .standard-detail .text-block .btn-gold {
	width: 139px;
	padding: 12px;
	margin: 50px 0 0;
}

.gold-standard .standard-img .s-img img {
	width: 100%;
	height: 100vh;
	object-fit: cover;
}

.member-benefit-full {
	background: url("../images/member-benefit.jpg");
	height: 100%;
	background-size: cover;
	display: flex;
	align-items: center;
}

.member-benefit-full .main-title {
	text-align: center;
	padding: 0 0 100px;
}

.member-benefit-full .main-title .btn-gold {
	padding: 12px;
	width: 139px;
	margin-top: 55px;
}

.member-benefit-full .benefit-block {
	margin: 0 0 70px;
}

.member-benefit-full .benefit-block:last-child {
	margin: 0;
}

.member-benefit-full .benefit-block .icon {
	height: 44px;
	width: 44px;
}

.member-benefit-full .benefit-block h4 {
	font-size: 18px;
	line-height: 25px;

	color: #FFFFFF;
	margin: 0 0 16px;
}

.member-benefit-full .benefit-block p {
	font-weight: normal;
	font-size: 14px;
	line-height: 20px;
	color: #FFFFFF;

}

.member-benefit-full .benefit-slider .b-item {
	padding: 0 65px;
}

.member-benefit-full .benefit-slider .slick-list {
	margin: 0 -65px;
}

.member-benefit-full .benefit-slider .slick-arrow {
	position: absolute;
	top: 50%;
	transform: translate(0, -50%);
	-webkit-transform: translate(0, -50%);
	-moz-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	-o-transform: translate(0, -50%);
	cursor: pointer;
	z-index: 99;
}

.member-benefit-full .benefit-slider .slick-arrow.slick-disabled {
	opacity: 0;
}

.member-benefit-full .benefit-slider .slick-next {
	right: -120px;
}

.member-benefit-full .benefit-slider .slick-prev {
	left: -120px;
}

.download-app {
	position: relative;
	height: 100%;
}

.download-app .mobile-img {
	position: relative;
	padding-bottom: 80px;
}

.download-app .mobile-img .mobile-tip-text.southmap {
	left: 400px;
	top: 584px;
}

.download-app .mobile-img .mobile-tip-text .in-mobile-text-name {
	align-items: center;
	display: none;
	position: absolute;
	width: 97px;
}

.download-app .mobile-img .mobile-tip-text .in-mobile-text-name p {
	color: #fff;
	font-size: 10px;
	line-height: 14px;
	text-transform: uppercase;

}

.download-app .mobile-img .mobile-tip-text .in-mobile-text-name.area1 {
	top: 180px;
	left: 60px;
}

.download-app .mobile-img .mobile-tip-text .in-mobile-text-name.area2 {
	top: 470px;
	left: 60px;
}

.download-app .mobile-img .mobile-tip-text .in-mobile-text-name.area3 {
	bottom: 110px;
	left: 64px;
}

.download-app .mobile-img .mobile-tip-text .in-mobile-text-name.active {
	display: block;
}

.download-app .mobile-img .mobile-tip-image {
	overflow: visible;
}

.download-app .mobile-img .mobile-tip-image path {
	-webkit-transition: all ease-in-out 0.3s;
	-moz-transition: all ease-in-out 0.3s;
	transition: all ease-in-out 0.3s;
}

.download-app .mobile-img .mobile-tip-image .mobile_hover {
	cursor: pointer;
}

.download-app .mobile-img .mobile-svgline {
	opacity: 0;
	pointer-events: none;
	position: absolute;
}

.download-app .mobile-img .mobile-svgline.area1 {
	top: 174px;
	left: -86px;
}

.download-app .mobile-img .mobile-svgline.area2 {
	bottom: 256px;
	left: -88px;
}

.download-app .mobile-img .mobile-svgline.area3 {
	bottom: 146px;
	left: -78px;
}

.download-app .mobile-img .mobile-svgline.active {
	opacity: 1;
}

.download-app .app-detail {
	position: absolute;
	top: 50%;
	transform: translate(0, -50%);
	left: 0;
	right: 0;
}

.download-app .app-detail .text-block {
	max-width: 350px;
}

.download-app .app-detail .text-block .app-btn {
	padding: 60px 0 0;
}

.download-app .app-detail .text-block .btn-gold {
	width: 123px;
	padding: 12px;
	margin-right: 20px;
}

.download-app .app-detail .main-title {
	padding: 0 0 30px;
}

.download-app .app-detail .main-title span {
	color: #000A3C;
}

.download-app .app-image .img {
	height: 73vh;
	position: relative;
	z-index: 9;
}

.download-app .app-image .img .mobile-tip {
	position: relative;
}

.download-app .app-image .img .mobile-tip svg.mobile-tip-image {
	right: 70px;
	top: 168px;
	position: absolute;
}

.download-app .app-image .img>img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.download-app .hover-sec {
	position: absolute;
	top: 80px;
	left: 58px;
}

.download-app .mobile-img {
	position: relative;
	display: inline-flex;
}

.download-app .mobile-img img {
	width: auto !important;
	height: auto;
}

.app-section .fp-scroller {
	height: 100%;
}

.member-tesitmonial {
	position: relative;
}

.member-tesitmonial .testimonial-detail {
	position: absolute;
	top: 50%;
	transform: translate(0, -50%);
	-webkit-transform: translate(0, -50%);
	-moz-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	-o-transform: translate(0, -50%);
	left: 0;
	right: 0;
}

.member-tesitmonial .testimonial-detail .text-block {
	max-width: 661px;
	padding: 42px 35px 68px 66px;
	background: #fff;
	margin-left: auto;
}

.member-tesitmonial .testimonial-detail .single-testimonial {
	position: relative;
	padding: 76px;
	padding-bottom: 0;
	max-width: 500px;
	margin: 0 auto;
	margin-right: 0;
	margin-bottom: 32px;
}

.member-tesitmonial .testimonial-detail .single-testimonial:after {
	background: url("data:image/svg+xml,%3Csvg width='76' height='76' viewBox='0 0 76 76' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0)'%3E%3Cpath d='M24.7332 7.94287C48.7427 7.94287 68.0586 27.4393 68.0586 51.2683' stroke='%238F7047' stroke-width='15'/%3E%3Cpath d='M-0.00119819 32.6747C24.0083 32.6747 43.3242 52.1711 43.3242 76.0001' stroke='%238F7047' stroke-width='15'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0'%3E%3Crect width='76' height='76' fill='white' transform='translate(76) rotate(90)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
	height: 76px;
	width: 76px;
	position: absolute;
	right: 0;
	top: 0;
	content: "";
}

.member-tesitmonial .testimonial-detail .single-testimonial p {
	margin: 0 0 30px;
}

.member-tesitmonial .testimonial-detail .single-testimonial span {
	font-weight: bold;
	font-size: 14px;
	line-height: 20px;
	color: #B58D5B;
	display: block;
}

.member-tesitmonial .testimonial-detail .single-testimonial:nth-child(odd) {
	margin-left: 0;
}

.member-tesitmonial .testimonial-detail .single-testimonial:nth-child(odd):after {
	left: 0;
	transform: rotate(-90deg);
}

.member-tesitmonial .testimonial-img .img {
	height: 100vh;
}

.member-tesitmonial .testimonial-img .img img {
	height: 100%;
	object-fit: cover;
}

.team-expertise {
	position: relative;
}

.team-expertise .team-detail {
	position: absolute;
	top: 50%;
	transform: translate(0, -50%);
	left: 0;
	right: 0;
}

.team-expertise .team-detail .text-block {
	max-width: 350px;
}

.team-expertise .team-detail .text-block .app-btn {
	padding: 30px 0 0;
}

.team-expertise .team-detail .text-block .btn-gold {
	width: 123px;
	padding: 12px;
	margin-right: 20px;
}

.team-expertise .team-detail .main-title {
	padding: 0 0 30px;
}

.team-expertise .team-detail .main-title span {
	color: #000A3C;
}

.team-expertise .team-image img {
	width: 100%;
}

.find-dealer {
	background: url("../images/expertise-bg.png");
	background-size: cover;
	height: 100%;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
}

.find-dealer .main-title h2 {
	font-family: var(--font-family) !important;
	text-transform: unset;
}

.find-dealer .btn-gold {
	margin: 40px 0 0;
	width: 123px;
	padding: 12px;
}

.about-us {
	position: relative;
}

.about-us .about-detail {
	position: absolute;
	top: 45%;
	transform: translate(0, -50%);
	-webkit-transform: translate(0, -50%);
	-moz-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	-o-transform: translate(0, -50%);
	left: 0;
	right: 0;
}

.about-us .about-detail .text-block {
	max-width: 400px;
	margin-left: auto;
}

.about-us .about-detail .main-title {
	padding: 0 0 40px;
}

.about-us .about-detail p {
	margin: 0 0 40px;
}

.about-us .about-detail p a {
	color: #000A3C;
}

.about-us .about-detail .btn-gold {
	padding: 12px;
	width: 123px;
}

.about-us .about-img img {
	width: 100%;
	height: calc(100vh - 90px);
	object-fit: cover;
}

.sustainability {
	height: 100%;
}

.sustainability .about-detail p {
	margin: 0 0 15px;
}

.sustainability .about-detail ul {
	padding-left: 20px;
	margin: 15px 0 0;
}

.sustainability .about-detail ul li {
	font-size: 14px;
	line-height: 20px;
	color: #000A3C;
}

.sustainability .about-detail .text-block {
	max-width: 460px;
}

.sustainability .about-img img {
	height: auto;
	height: 75vh;
}

.sustainability .footer {
	bottom: -60px;
}

.join-team .main-title span {
	color: rgba(0, 0, 0, 0.8);
}

.join-team .about-img img {
	height: auto;
}

.ambasador-sec {
	padding-bottom: 100px;
}

.ambasador-sec .main-title {
	padding: 0 0 50px;
}

.ambasador-sec .youtube-video {
	height: calc(100vh - 100px);
	position: relative;
}

.ambasador-sec .youtube-video #myVideo {
	height: 100%;
	width: 100%;
	object-fit: cover;
}

.ambasador-sec .youtube-video iframe {
	height: 100%;
	width: 100%;
}

.our-people .main-title {
	text-align: center;
	padding: 0 0 50px;
}

.our-people .tab-title {
	padding: 80px 0 50px;
	text-align: center;
}

.our-people .tab-title h2 {
	color: #B58D5B;
}

.nav-tabs {
	border: none;
	align-items: center;
	justify-content: center;
}

.nav-tabs .nav-link {
	border-radius: 0;
	border: none;
	font-size: 10px;
	line-height: 14px;
	display: flex;
	align-items: center;
	text-align: center;
	text-transform: uppercase;
	color: #FFFFFF;
	width: 123px;
	padding: 12px 0;
	display: block;
	text-align: center;
	background: #B58D5B;

}

.nav-tabs .nav-link:hover,
.nav-tabs .nav-link.active {
	color: #fff;
	background: #8F7047;
}

.nav-tabs .nav-item {
	padding: 0 11px;
}

.nav-tabs .nav-item.show .nav-link {
	background: #8F7047;
	color: #fff;
}


.common-form .f-title {
	display: none;
	padding-bottom: 40px;
}

.common-form .f-title h3 {
	font-family: var(--font-family) !important;
	font-weight: bold;
	font-size: 18px;
	line-height: 20px;
	/* or 111% */
	/* CARS Club */
	color: #B58D5B;
}

.common-form .btn-gold {
	width: 139px;
	padding: 12px;
}

.common-form [class*=col-] {
	padding: 0 10px;
}

.common-form .row {
	margin: 0 -10px;
}

.form-group {
	margin: 0 0 20px;
}

.form-group .form-control {
	height: 40px;
	background: #FFFFFF;
	border: 2px solid #E0E4ED;
	border-radius: 0;
	-webkit-border-radius: 0;
	-ms-border-radius: 0;
	color: #000A3C;
}

.form-group .form-control::-webkit-input-placeholder {
	color: #000A3C;
}

.form-group .form-control::-moz-input-placeholder {
	color: #000A3C;
}

.form-group .form-control::input-placeholder {
	color: #000A3C;
}

.form-group .custom-select {
	background: #fff url("data:image/svg+xml,%3Csvg width='28' height='15' viewBox='0 0 28 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M27 1L14 14L1 1' stroke='%23000A3C' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A") right 0.75rem center/26px 10px no-repeat;
}

.form-group textarea {
	height: auto !important;
}

/*PRELOADING------------ */
/* #overlayer {
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 999;
	background: #B58D5B;
	background: #000A3C;
	opacity: 0.8;
}

.loader {
	display: inline-block;
	width: 150px;
	height: 150px;
	position: fixed;
	z-index: 9998;
	border: 4px solid #B58D5B;
	top: 50%;
	animation: loader 2s infinite ease;
	margin: 0 auto;
	display: block;
	left: 0;
	right: 0;
}

.loader-inner {
	vertical-align: top;
	display: inline-block;
	width: 100%;
	background-color: #B58D5B;
	animation: loader-inner 2s infinite ease-in;
}

@keyframes loader {
	0% {
		transform: rotate(0deg);
	}

	25% {
		transform: rotate(180deg);
	}

	50% {
		transform: rotate(180deg);
	}

	75% {
		transform: rotate(360deg);
	}

	100% {
		transform: rotate(360deg);
	}
}

@keyframes loader-inner {
	0% {
		height: 0%;
	}

	25% {
		height: 0%;
	}

	50% {
		height: 100%;
	}

	75% {
		height: 100%;
	}

	100% {
		height: 0%;
	}
} */

/* #overlayer{
	position: fixed;
	inset: 0;
	background: #000A3C;
	z-index: 99999;
	display: flex;
	justify-content: center;
	align-items: center;
}

.loader{
    width:150px;
    height:150px;
    animation: spin 3s linear infinite;
}

.loader img{
    width:100%;
    height:100%;
    object-fit: contain;
    display:block;
}

@keyframes spin{
    from{ transform: rotate(0deg); }
    to{ transform: rotate(360deg); }
} */

	/* #overlayer {
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background: #000A3C;
		display: flex;
		justify-content: center;
		align-items: center;
		z-index: 999999;
		opacity: 1;
		visibility: visible;
		transition: opacity 0.6s ease, visibility 0.6s ease;
	} */

	/* Hide when loaded */
	/* #overlayer.hide {
		opacity: 0;
		visibility: hidden;
	} */

	/* === Cube Loader === */
	/* .cube {
		position: relative;
		height: 100px;
		width: 100px;
		transform-style: preserve-3d;
		animation: rotateCube 4s linear infinite;
	}

	@keyframes rotateCube {
		0% {
			transform: rotateX(-30deg) rotateY(0deg);
		}
		100% {
			transform: rotateX(-30deg) rotateY(360deg);
		}
	}

	.cube .div {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		transform-style: preserve-3d;
	}

	.cube .div .span {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		transform: rotateY(calc(90deg * var(--i))) translateZ(50px);
		background-image: linear-gradient(
			-45deg,
			#f2aa4c,
			#d98f32,
			#b8741c,
			#f5c070
		);
		background-size: 1200% 1200%;
		animation: cubeGradient 30s ease infinite;
		display: flex;
		justify-content: center;
		align-items: center;
		transform-style: preserve-3d;
	}

	.cube .div .span p {
		position: absolute;
		font-size: 1em;
		color: white;
		transform: translateZ(20px);
	}

	.cube .div .span p:nth-child(1) {
		transform: translateZ(0) translateY(20px);
		color: rgba(0, 0, 0, 0.1);
		filter: blur(2px);
	}

	@keyframes cubeGradient {
		0% {
			background-position: 0% 50%;
		}
		50% {
			background-position: 100% 50%;
		}
		100% {
			background-position: 0% 50%;
		}
	}

	.top {
		position: absolute;
		top: 0;
		left: 0;
		width: 300px;
		height: 300px;
		background-image: linear-gradient(
			-45deg,
			#f2aa4c,
			#d98f32,
			#b8741c,
			#f5c070
		);
		transform: rotateX(90deg) translateZ(50px);
		background-size: 1200% 1200%;
		animation: cubeGradient 30s ease infinite;
	}

	.top::before {
		content: "";
		position: absolute;
		top: 0;
		left: 0;
		width: 100px;
		height: 100px;
		background-image: linear-gradient(
			-45deg,
			#f2aa4c,
			#b8741c,
			#8f5e16,
			#f5c070
		);
		background-size: 1200% 1200%;
		animation: cubeGradient 30s ease infinite;
		box-shadow: 0 0 120px #3d413e, 0 0 120px #302f2f, 0 0 120px #413f3f;
		transition: box-shadow 3s;
		transform: translateZ(-200px);
		filter: blur(40px);
	}

  	@media (max-width: 768px) {
		.cube {
			width: 50px;
			height: 50px;
		}

		.cube .div .span {
			transform: rotateY(calc(90deg * var(--i))) translateZ(25px);
		}

		.top {
			width: 150px;
			height: 150px;
			transform: rotateX(90deg) translateZ(25px);
		}

		.top::before {
			width: 50px;
			height: 50px;
			transform: translateZ(-100px);
		}
		.cube .div .span p {
			font-size: 0.7em;
		}
	} */

.footer {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	right: 60px;
	bottom: -200px;
	-webkit-transition-duration: 0.3s;
	-o-transition-duration: 0.3s;
	transition-duration: 0.3s;
	opacity: 0;
	-webkit-transition-property: opacity, -webkit-transform;
	transition-property: opacity, -webkit-transform;
	-o-transition-property: opacity, transform;
	transition-property: opacity, transform;
	transition-property: opacity, transform, -webkit-transform;
	-webkit-transform: translate3d(0, 100px, 0);
	transform: translate3d(0, 100px, 0);
}

.footer.footer-active {
	bottom: 20px;
	opacity: 1;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
}

.footer .copyright {
	font-size: 18px;
	line-height: 22px;
	color: #B58D5B;
	margin: 0;
}

.footer .copyright a {
	color: #B58D5B;
}

.footer ul {
	display: flex;
	padding: 0;
	margin: 0;
	list-style-type: none;
	padding-left: 30px;
}

.footer ul li {
	padding: 0 10px;
}

.carouselIndicators {
	justify-content: flex-start;
}

.sideTab {
	display: block;
}

.sideTab .list-group-item {
	font-size: 18px;
	line-height: 1;
	height: auto;
	padding: 0;
}

.heritage-year .carouselDiv .carItem picture img {
	width: 100%;
	height: 100vh;
	object-fit: cover;
}

.tafe-facts-container {
	font-family: var(--font-family) !important;
	margin: 0 auto;
	padding: 20px 0px;
	background-color: #000000;
}
.tafe-facts-container > .row{
	margin-top: 80px !important;
}
.tafe-heading {
	color: #ffffff !important;
	text-align: center;
	margin-bottom: 40px;
	font-size: 32px;
	font-weight: 700;
}

.icon-facts-container {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 30px;
}

.icon-fact-item {
	/* display: flex; */
	align-items: center;
	gap: 20px;
	/* min-width: 250px; */
	font-family: var(--font-family) !important;
}

.icon-circle {
	width: 80px;
	height: 80px;
	border-radius: 50%;
	/* border: 1px solid black; */
	/* background: #e74c3c; */
	display: flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
	position: relative;

	padding: 40px 25px;
	border-radius: 26px;
	background: rgba(255, 255, 255, 0.06);   /* light white glass */
	backdrop-filter: blur(14px);
	-webkit-backdrop-filter: blur(14px);
	border: 1px solid rgba(255, 255, 255, 0.15);
	box-shadow:
		0 8px 30px rgba(0,0,0,0.35),
		inset 0 0 20px rgba(255,255,255,0.04);
}

.icon-circle::before {
	content: none !important;
}

.icon-circle svg {
	width: 40px;
	height: 40px;
	color: var(--orange);
}

.fact-content {
	text-align:center;
}

.position {
	left: 175px !important;
	bottom: 10px !important;
}


/* ======== for product&solution tab ======== */

.mega-menu-scroll {
	scrollbar-width: thin;
	scrollbar-color: #999 transparent;
	/* Firefox */
}

.mega-menu-scroll::-webkit-scrollbar {
	width: 6px;
}

.mega-menu-scroll::-webkit-scrollbar-thumb {
	background-color: #999;
	border-radius: 3px;
}

.mega-menu-scroll::-webkit-scrollbar-track {
	background: transparent;
}

#product-solutions-dropdown .dropdown-megamenu {
	left: -305px;
}

.slide-in-image {
	position: absolute;
	left: -100%;
	top: 80%;
	transform: translateY(-50%);
	height: 100%;
	width: 100%;
	object-fit: contain;
	opacity: 0;
	transition: all 0.5s ease-in-out;

}

.sub-menu-item a:hover {
	color: orange !important;
	background-color: transparent !important;
}

/* ======== our brands ======== */

.logo-row-wrapper {
	display: flex;
	gap: 100px;
	justify-content: center;
	flex-wrap: nowrap;
	overflow-x: auto;
	padding: 20px 0;
	scrollbar-width: none;
	/* Firefox */
	-ms-overflow-style: none;
	/* IE/Edge */
}

/* Hide scrollbar for Chrome/Safari */
.logo-row-wrapper::-webkit-scrollbar {
	display: none;
}

.logo-card {
	width: 350px;
	height: 350px;
	perspective: 1000px;
	flex-shrink: 0;
	position: relative;
}

.logo-inner {
	position: relative;
	width: 100%;
	height: 100%;
	transition: transform 0.6s ease;
	transform-style: preserve-3d;
	border-radius: 30px;
}

.logo-card:hover .logo-inner {
	transform: rotateY(180deg);
}

/* Common face styles */
.logo-front,
.logo-back {
	position: absolute;
	width: 100%;
	height: 100%;
	backface-visibility: hidden;
	border-radius: 30px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	padding: 20px;
	box-sizing: border-box;
}

/* Front face */
.logo-front {
	background: #f1f2f4;
	pointer-events: auto;
}

/* Back face */
.logo-back {
	background: var(--secondary);
	color: #fff;
	transform: rotateY(180deg);
	text-align: center;
	pointer-events: none;
	/* Off until hover */
}

/* Make back clickable after flip, disable front */
.logo-card:hover .logo-back {
	pointer-events: auto;
}

.logo-card:hover .logo-front {
	pointer-events: none;
}

/* Logo image */
.logo-image {
	max-width: 100%;
	max-height: 120px;
	object-fit: contain;
	margin-bottom: 20px;
}

/* Back heading */
.logo-back h3 {
	color: #fff;
	margin-bottom: 20px;
}

/* Button styles */
.view-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	background: #0c0c0c;
	color: var(--secondary);
	padding: 12px 20px;
	border-bottom-left-radius: 6px;
	border-bottom-right-radius: 6px;
	width: 100%;
	text-decoration: none;
	font-weight: 600;
	transition: all 0.3s ease;
}

.view-btn:hover {
	background: #e1953d;
}

.view-btn i {
	transition: transform 0.3s ease;
	transform: rotate(-45deg);
}

.view-btn:hover i {
	transform: rotate(0deg);
}

/* ======== potfolio ======== */

.portfolio-item {
	position: relative;
	overflow: hidden;
	border-radius: 10px;
	border: 1px solid #ddd;
	margin: 0px 15px 15px;
	background-color: #fff;
	transition: box-shadow 0.3s ease;
	padding: 0;
	flex-shrink: 0; 
	scroll-snap-align: start;
}

.grid-inner {
	padding: 0;
}

.portfolio-image {
	position: relative;
	overflow: hidden;
	border-bottom: none;
	border-radius: 10px 10px 0 0;
}

.portfolio-image img {
	width: 100%;
	height: auto;
	display: block;
	transition: transform 0.4s ease;
}

.portfolio-item:hover .portfolio-image img {
	transform: scale(1.05) !important;
}

.overlay-info {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	background: #111;
	color: #fff;
	font-size: 14px;
	font-weight: 500;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 12px 15px;
	transition: all 0.4s ease;
	z-index: 2;
	border-radius: 0 0 10px 10px;
}

.portfolio-item:hover .overlay-info {
	background-color: var(--orange);
	color: #fff !important;
}

.overlay-info .arrow-icon {
	font-size: 16px;
	margin-left: 5px;
	transform: rotate(-45deg);
	transition: all 0.2s ease-in-out;
	color: white !important;
}

.portfolio-item:hover .overlay-info .arrow-icon {
	transform: rotate(0deg);
}

.portfolio-desc {
	display: none;
}

.portfolio-item .bg-overlay {
	transition: all 0.3s ease;
}

.portfolio-item:hover .bg-overlay {
	opacity: 1;
}

.portfolio-image .bg-overlay-bg {
	background: rgba(0, 0, 0, 0.4);
}

.portfolio-image::before {
	content: "";
	position: absolute;
	inset: 0;
	background-color: rgba(0, 0, 0, 0.4);
	/* light #1ABC9C */
	opacity: 0;
	transition: opacity 0.4s ease;
	z-index: 1;
	border-radius: 10px 10px 0 0;
}

.portfolio-item:hover .portfolio-image::before {
	opacity: 1;
}
#portfolio-indicators {
    display: flex !important;
    justify-content: center;
    gap: 8px;
    margin-top: 20px;
}

.indicator-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #ccc;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.indicator-dot.active {
    background-color: #f2aa4c;
    transform: scale(1.2);
}


/*///////////////////////////////////////////////////////////////////////// Responsive CSS Structure /////////////////////////////////////////////////////////////////////////*/
/*---------- Small Mobile , IPhone Start ----------*/

/*---------- Large Desktop , Large Screen End ----------*/

/*# sourceMappingURL=style.css.map */




.innovation-row-wrapper {
	width: 100%;
	padding: 40px 0;
}

.innovation-row-wrapper.bg-alternate {
	background-color: rgb(248, 248, 248);
}

.innovation-row-wrapper.bg-white {
	background-color: #fff;
}

.innovation-block {
	display: flex;
	align-items: center;
	border-radius: 8px;
	margin: 0 auto;
	max-width: 1200px;
	min-width: 768px;
	overflow: hidden;
	padding: 20px;
}

/* Common styles for image and text content to establish fixed proportions */
.image-content {
	flex-shrink: 0;
	/* Prevent image from shrinking */
	width: 350px;
	height: auto;
}

.image-content img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
	border-radius: 8px;
}

.text-content {
	flex-grow: 1;
	min-width: 400px;
}

/* Spacing and order for alternating layout */

.innovation-block.text-right .image-content {
	order: 1;
	margin-right: 60px;
}

.innovation-block.text-right .text-content {
	order: 2;
}

.innovation-block.text-left .image-content {
	order: 2;
	margin-left: 30px;
}

.innovation-block.text-left .text-content {
	order: 1;
}

.text-content h3 {
	font-size: 1.8rem;
	color: var(--secondary);
	margin-bottom: 15px;
	text-align: left;
}

.text-content .description {
	font-size: 1rem;
	line-height: 1.6;
	color: var(--secondary);
	text-align: left;
}

.text-content .description span {
	margin-left: 1.5rem;
	border-left: 2px solid orange;
	padding-left: 15px;
	display: block;
}

.text-content .read-more {
	display: inline-block;
	margin-top: 15px;
	color: #007bff;
	text-decoration: none;
	font-weight: bold;
}

.text-content .read-more img {
	vertical-align: middle;
	margin-left: 5px;
	width: 16px;
	height: 16px;
}

@media (max-width: 991px) {
	.innovation-row-wrapper {
		padding: 30px 0;
	}

	.innovation-block {
		padding: 15px;
		min-width: 720px;
	}

	.image-content {
		width: 300px;
		height: 180px;
	}

	.text-content {
		min-width: 350px;
	}

	.innovation-block.text-right .image-content,
	.innovation-block.text-left .image-content {
		margin-right: 20px;
		margin-left: 20px;
	}
}

@media (max-width: 767px) {
	.innovation-row-wrapper {
		padding: 20px 0;
	}

	.innovation-block {
		flex-direction: column;
		align-items: center;
		padding: 15px;
		width: 100%;
		min-width: unset;
		/* remove min-width restriction */
		box-sizing: border-box;
	}

	.image-content {
		width: 100%;
		max-width: 100%;
		height: auto;
		margin: 0 0 15px 0;
		order: 1;
	}

	.image-content img {
		width: 100%;
		height: auto;
		object-fit: cover;
		border-radius: 8px;
	}

	.text-content {
		width: 100%;
		min-width: unset;
		order: 2;
		padding: 0 10px;
	}

	.text-content h3 {
		font-size: 1.5rem;
		text-align: left;
	}

	.text-content .description {
		font-size: 0.95rem;
		line-height: 1.5;
		text-align: left;
	}

	.span {
		margin-left: 0 !important;
	}

	.text-content .description span {
		margin: 0 0;
		padding-left: 15px;
		border-left: 2px solid orange;
		display: block;
		/* max-width: 90%; */
	}

	.text-content .read-more {
		text-align: center;
		display: block;
		margin: 15px auto 0 auto;
	}

	.innovation-block.text-left .image-content,
	.innovation-block.text-right .image-content {
		order: 1 !important;
		margin: 0 0 15px 0;
		/* clear horizontal margin */
	}

	.innovation-block.text-left .text-content,
	.innovation-block.text-right .text-content {
		order: 2 !important;
	}
}



.counter {
	font-size: 42px;
	font-weight: 600;
	font-family: var(--font-family) !important;
}

.counter.counter-small { 
	font-size: 30px;
	font-family: var(--font-family) !important;
 }

.counter.counter-large { font-size: 56px; }

.counter.counter-xlarge {
	font-size: 64px;
	font-weight: 400;
}

.counter.counter-inherit {
	font-size: inherit;
	font-weight: inherit;
}

.counter + h5 {
	font-weight: 400;
	text-transform: uppercase;
	letter-spacing: 1px;
}

.counter.counter-lined + h5::before {
	display: block;
	position: relative;
	margin: 20px auto 25px auto;
	content: '';
	width: 15%;
	border-top: 2px solid var(--secondary);
	opacity: 0.9;
}

.counter.counter-small + h5 { 
	font-size: 16px;
	font-family: var(--font-family) !important;
}

.counter.counter-large + h5,
.counter.counter-xlarge + h5 {
	font-size: 15px;
	font-weight: 300;
}

.widget .counter + h5 { opacity: 0.7; }


.footer-section .fp-tableCell ,
.footer-section {
	height: auto !important;
	min-height: auto !important;
}