/* ==================================================
   INTER
================================================== */

@font-face {
    font-family: 'Inter';
    src: url('../fonts/Inter-Regular.woff2') format('woff2');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Inter';
    src: url('../fonts/Inter-Medium.woff2') format('woff2');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Inter';
    src: url('../fonts/Inter-SemiBold.woff2') format('woff2');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Inter';
    src: url('../fonts/Inter-Bold.woff2') format('woff2');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}


/* ==================================================
   RUBIK
================================================== */

@font-face {
    font-family: 'Rubik';
    src: url('../fonts/Rubik-Regular.woff2') format('woff2');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Rubik';
    src: url('../fonts/Rubik-Medium.woff2') format('woff2');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Rubik';
    src: url('../fonts/Rubik-Bold.woff2') format('woff2');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

/* ==================================================
   ROOT VARIABLES
================================================== */

:root {
    --blue: #004889;
    --black: #000000;
    --white: #ffffff;
    --yellow: #FFBE45;
    --footerbg: #012F5C;

    --heading-font: 'Rubik', sans-serif;
    --body-font: 'Inter', sans-serif;

    --container: 1320px;
    --gutter: 15px;
    --radius: 16px;
}

/* ==================================================
   RESET
================================================== */

*,
*::before,
*::after {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    font-family: var(--body-font);
    font-size: 16px;
    line-height: 180%;
    font-weight: 400;
    color: var(--black);
/*     background: var(--white); */
    text-rendering: optimizeSpeed;
}

img,
picture,
svg,
video {
    max-width: 100%;
    height: auto;
    display: block;
}

a {
    color: inherit;
    text-decoration: none;
	outline: none;
}

ul,
ol {
	list-style: none;
    margin: 0;
    padding: 0;
}

button,
input,
textarea,
select {
    font: inherit;
}

.section-padding {
	padding: 120px 0;
}

.section-padding-top {
	padding-top: 120px;
}

.section-padding-bottom {
	padding-bottom: 120px;
}

.align-items-center {
    align-items: center;
}

.cpl {
    padding-left: 60px;
}

.cpr {
    padding-right: 60px;
}

/* ==================================================
   TYPOGRAPHY
================================================== */

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0 0 16px;
    font-family: var(--heading-font);
    font-weight: 600;
	line-height: normal;
    color: var(--black);
}

h1 { font-size: clamp(40px, 5vw, 72px); }
h2 { font-size: clamp(32px, 4vw, 52px); }
h3 { font-size: clamp(24px, 3vw, 32px); }
h4 { font-size: 24px; }
h5 { font-size: 20px; }
h6 { font-size: 18px; }

p {
    margin: 0 0 18px;
}

.hap-section-title,
.services-grid-heading {
    max-width: 700px;
    margin: 0 auto;
    text-align: center;
    padding-bottom: 40px;
}

.hap-eyebrow {
	color: var(--blue);
	font-weight: 700;
	font-size: 16px;
	margin-bottom: 12px;
	display: flex;
	align-items: center;
	gap: 8px;
}

.hap-eyebrow:before {
	content: '';
	width: 22px;
	height: 2px;
	background: #FDB02D;
}

/* .hap-section-title {
    text-align: center;
	padding-bottom: 40px;
}

.hap-section-title h2 {
	font-size: 34px;
	line-height: 1.25;
	font-weight: 600;
	margin: 0 0 10px;
	color: #000;
}

.hap-section-title h2 span {
	color: #01478C;
}

.hap-section-title p {
	font-size: 16px;
	line-height: 1.7;
	margin: 0;
	padding: 0;
} */

.row.btncenter {
    justify-content: center;
    margin: 30px 0;
}

.apnt-footer {
    padding: 0 35px !important;
}

.apnt-footer .apnt-submit.disabled {
    margin: 10px 0 !important;
}

.apnt-footer .apnt-footer-buttons {
    text-align: end !important;
}

.apnt-pencil {
    background: #004A92;
}

.apnt-pencil:before {
    background: #004A92;
}

.apnt-pencil:after {
    =: #004A92;
    border: solid .2em #004A92 !important;
    border-bottom-color: transparent !important;
    border-left-color: transparent !important;
    border-right-color: transparent !important;
    border-top: solid .45em #004A92 !important;
}

a.apnt-active:after, a.apnt-active:before {
    border: 5px solid transparent !important;
    border-bottom: 5px solid #004A92 !important;
}

.apnt-nav a.apnt-complete, .apnt-nav a.apnt-active {
    border-bottom: 3px solid #004A92 !important;
}

.apnt-next, .apnt-submit, .apnt-button {
    position: relative !important;
	overflow: hidden !important;
	background: linear-gradient(267.98deg, #FFA60D 4.66%, #FFC556 99.38%) !important;
	color: var(--black) !important;
	width: 100px !important;
    height: 50px !important;
	border-radius: 16px !important;
	text-decoration: none !important;
	font-size: 14px !important;
	font-family: 'Inter', sans-serif !important;
	font-weight: 500 !important;
	display: inline-flex !important;
	align-items: center !important;
	justify-content: center !important;
	gap: 10px !important;
	border: none !important;
	box-shadow:
		inset 0 4px 4px rgba(255,255,255,.32),
		0 2px 3px rgba(0,0,0,.18) !important;
	transition: all .35s ease !important;
	z-index: 1 !important;
}

.apnt-next::before, .apnt-submit::before, .apnt-button::before {
	content: "" !important;
	position: absolute !important;
	inset: 0 !important;
	border-radius: 16px !important;
	padding: 2px !important;
	background: linear-gradient(
		248.95deg,
		#F39A00 36.11%,
		#FFBF4F 61.97%
	) !important;

	-webkit-mask:
		linear-gradient(#fff 0 0) content-box,
		linear-gradient(#fff 0 0);
	-webkit-mask-composite: xor;
	mask-composite: exclude !important;

	pointer-events: none !important;
}

.apnt-next::after, .apnt-submit::after, .apnt-button::after {
	content: "" !important;
	position: absolute !important;
	top: -50% !important;
	left: -120% !important;
	width: 70px !important;
	height: 220% !important;
	background: linear-gradient(
		90deg,
		rgba(255,255,255,0) 0%,
		rgba(255,255,255,.55) 50%,
		rgba(255,255,255,0) 100%
	) !important;
	transform: rotate(25deg) !important;
	transition: .8s ease !important;
	pointer-events: none !important;
}


.apnt-next:hover::after, .apnt-submit:hover::after, .apnt-button:hover::after {
	left: 140% !important;
}

.apnt-page h1 {
    font-family: 'Rubik', sans-serif;
    font-weight: 600;
    color: #000;
}

.apnt-close {
    color: #004A92 !important;
}

.apnt-page form .row>.cell.chklabel {
    display: flex !important;
    align-items: center !important;
}

body .apnt-next, body .apnt-prev {
    margin-top: 30px !important;
    margin-bottom: 10px !important;
}

.apnt-page form .row>.inlinecell {
    display: flex !important;
    align-items: center !important;
    padding: 0 !important;
}

.cell.col.chklabel {
    display: flex !important;
    align-items: center !important;
    padding: 0 !important;
}

.apnt-wrapper {
    height: max-content !important;
    min-height: max-content !important;
    overflow: hidden !important;
}

.apnt-page {
    height: max-content !important;
}

.apnt-date-step {
    min-height: max-content !important;
}

.apnt-page form fieldset {
    height: max-content !important;
}

.apnt-page form .row {
    display: flex !important;
    flex-direction: column !important;
}

.apnt-page form .row>.cell {
    padding-right: 0 !important;
}


.apnt-page form p {
    padding-left: 13px !important;
}

.apnt-page .chklabel input {
    width: unset !important;
    height: unset !important;
	min-height: 30px !important;
}

.cell.prel .apnt-input {
    width: 100% !important;
}

.apnt-page form .row>.cell {
	padding: 0;
}

.apnt-page form {
	padding: 0 35px 0 60px;
}

.apnt-page form p {
	margin-left: -12px;
}

.apnt-next,
.apnt-submit,
.apnt-button {
	background-color: var(--yellow);
	border-color: var(--yellow);
	border-radius: 8px;
	color: var(--blue);
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: .54px;
}

.apnt-nav a.apnt-complete,
.apnt-nav a.apnt-active {
	border-color: var(--yellow);
}

a.apnt-active:after,
a.apnt-active:before {}

a.apnt-active:after,
a.apnt-active:before {
	border-bottom: 5px solid var(--yellow);
}

.apnt-close {
	color: var(--yellow);
}

.apnt-page form fieldset {
	height: 320px;
}

.apnt-page h1 {
	text-align: left;
	padding: 40px 48px 0;
	color: #000;
	font-weight: 600;
}

.apnt-page input[type=text], .apnt-page input[type=email], .apnt-page input[type=number], .apnt-page input[type=phone], select.apnt-select,
.apnt-page .apnt-textarea {
  padding: 10px !important;
  border-color: #000 !important;
  border-radius: 8px !important;
  margin: 5px 0 !important;
}

/* ==================================================
   CONTAINER & GRID
================================================== */

.container {
    width: 100%;
    max-width: var(--container);
    margin-inline: auto;
    padding-inline: var(--gutter);
}

.container-narrow {
    max-width: 900px;
}

.row {
    display: flex;
    flex-wrap: wrap;
    margin-inline: calc(var(--gutter) * -1);
}

[class*="col-"] {
    position: relative;
    width: 100%;
    padding-inline: var(--gutter);
}

.col-1  { width: 8.333333%; }
.col-2  { width: 16.666667%; }
.col-3  { width: 25%; }
.col-4  { width: 33.333333%; }
.col-5  { width: 41.666667%; }
.col-6  { width: 50%; }
.col-7  { width: 58.333333%; }
.col-8  { width: 66.666667%; }
.col-9  { width: 75%; }
.col-10 { width: 83.333333%; }
.col-11 { width: 91.666667%; }
.col-12 { width: 100%; }

@media (max-width: 1399px) {
    .container { max-width: 1140px; }
}

@media (max-width: 1199px) {
    .container { max-width: 960px; }
}

@media (max-width: 991px) {
    .container { max-width: 720px; }

    .col-lg-1  { width: 8.333333%; }
    .col-lg-2  { width: 16.666667%; }
    .col-lg-3  { width: 25%; }
    .col-lg-4  { width: 33.333333%; }
    .col-lg-5  { width: 41.666667%; }
    .col-lg-6  { width: 50%; }
    .col-lg-7  { width: 58.333333%; }
    .col-lg-8  { width: 66.666667%; }
    .col-lg-9  { width: 75%; }
    .col-lg-10 { width: 83.333333%; }
    .col-lg-11 { width: 91.666667%; }
    .col-lg-12 { width: 100%; }
}

@media (max-width: 767px) {
    .container { max-width: 540px; }

    .col-md-1  { width: 8.333333%; }
    .col-md-2  { width: 16.666667%; }
    .col-md-3  { width: 25%; }
    .col-md-4  { width: 33.333333%; }
    .col-md-5  { width: 41.666667%; }
    .col-md-6  { width: 50%; }
    .col-md-7  { width: 58.333333%; }
    .col-md-8  { width: 66.666667%; }
    .col-md-9  { width: 75%; }
    .col-md-10 { width: 83.333333%; }
    .col-md-11 { width: 91.666667%; }
    .col-md-12 { width: 100%; }
	
}

@media (max-width: 575px) {
    .container { max-width: 100%; }

    [class*="col-"] { width: 100%; }
}

/* ==================================================
   UTILITIES
================================================== */

.d-flex { display: flex; }
.d-block { display: block; }
.d-none { display: none; }
.flex-column { flex-direction: column; }
.flex-wrap { flex-wrap: wrap; }
.align-center { align-items: center; }
.align-start { align-items: flex-start; }
.align-end { align-items: flex-end; }
.justify-center { justify-content: center; }
.justify-between { justify-content: space-between; }
.justify-end { justify-content: flex-end; }
.text-center { text-align: center; }
.text-left { text-align: left; }
.text-right { text-align: right; }
.w-100 { width: 100%; }
.img-fluid { max-width: 100%; height: auto; display: block; }

/* ==================================================
   BUTTONS
================================================== */

.btn,
input[type="submit"] {
    position: relative;
	overflow: hidden;
	background: linear-gradient(267.98deg, #FFA60D 4.66%, #FFC556 99.38%);
	color: var(--black);
	padding: 15px 30px;
	border-radius: 16px;
	text-decoration: none;
	font-size: 18px;
	font-family: 'Inter', sans-serif;
	font-weight: 500;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	border: none;
	box-shadow:
		inset 0 4px 4px rgba(255,255,255,.32),
		0 2px 3px rgba(0,0,0,.18);
	transition: all .35s ease;
	z-index: 1;
}

.btn::before,
input[type="submit"]::before {
	content: "";
	position: absolute;
	inset: 0;
	border-radius: 16px;
	padding: 2px;
	background: linear-gradient(
		248.95deg,
		#F39A00 36.11%,
		#FFBF4F 61.97%
	);

	-webkit-mask:
		linear-gradient(#fff 0 0) content-box,
		linear-gradient(#fff 0 0);
	-webkit-mask-composite: xor;
	mask-composite: exclude;

	pointer-events: none;
}

.btn::after,
input[type="submit"]::after {
	content: "";
	position: absolute;
	top: -50%;
	left: -120%;
	width: 70px;
	height: 220%;
	background: linear-gradient(
		90deg,
		rgba(255,255,255,0) 0%,
		rgba(255,255,255,.55) 50%,
		rgba(255,255,255,0) 100%
	);
	transform: rotate(25deg);
	transition: .8s ease;
	pointer-events: none;
}


.btn:hover::after,
input[type="submit"]:hover::after {
	left: 140%;
}

.btn:hover span svg,
input[type="submit"]:hover span svg {
/* 	filter: brightness(0) invert(1); */
	transform: translateX(3px);
}

.btn span svg,
input[type="submit"] span svg {
	transition: .8s ease;
}

.btn:hover,
input[type="submit"]:hover {
	text-decoration: none;
	transform: translateY(-4px);
	box-shadow:
		0 12px 24px rgba(0,0,0,.18);
}

.secondary-btn {
    position: relative;
	overflow: hidden;
	background: transparent;
	color: var(--black);
	padding: 15px 30px;
	border-radius: 16px;
	text-decoration: none;
	font-size: 18px;
	font-family: 'Inter', sans-serif;
	font-weight: 500;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	border: none;
	box-shadow:
		inset 0 4px 4px rgba(255,255,255,.32),
		0 2px 3px rgba(0,0,0,.18);
	transition: all .35s ease;
	z-index: 1;
}

.secondary-btn::before {
	content: "";
	position: absolute;
	inset: 0;
	border-radius: 16px;
	padding: 2px;
	background: linear-gradient(
		248.95deg,
		#F39A00 36.11%,
		#FFBF4F 61.97%
	);

	-webkit-mask:
		linear-gradient(#fff 0 0) content-box,
		linear-gradient(#fff 0 0);
	-webkit-mask-composite: xor;
	mask-composite: exclude;

	pointer-events: none;
}

.secondary-btn::after {
	content: "";
	position: absolute;
	top: -50%;
	left: -120%;
	width: 70px;
	height: 220%;
	background: linear-gradient(
		90deg,
		rgba(255,255,255,0) 0%,
		rgba(255,255,255,.55) 50%,
		rgba(255,255,255,0) 100%
	);
	
	transform: rotate(25deg);
	transition: .8s ease;
	pointer-events: none;
}


.secondary-btn:hover::after,
input[type="submit"]:hover::after {
	left: 140%;
}

.secondary-btn:hover span svg {
/* 	filter: brightness(0) invert(1); */
	transform: translateX(3px);
}

.secondary-btn span svg {
	transition: .8s ease;
}

.secondary-btn:hover {
	text-decoration: none;
	background: linear-gradient(267.98deg, #FFA60D 4.66%, #FFC556 99.38%);
	transform: translateY(-4px);
	box-shadow:
		0 12px 24px rgba(0,0,0,.18);
}

/* Landing page header start */

.landing-page-body {
    margin: 0;
}

.landing-header {
    width: 100%;
    background: #ffffff;
}

.landing-header .container {
    width: min(100% - 40px, 1300px);
    margin: 0 auto;
}

.landing-header-top {
    background: #01478C;
    color: #ffffff;
}

.landing-header-top-row {
    min-height: 30px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
}

.landing-header-info {
    display: flex;
    align-items: center;
    gap: 7px;
    color: #ffffff;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.4;
}

.landing-header-info-icon {
    flex: 0 0 auto;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #ffb129;
}

.landing-header-main {
    background: #ffffff;
}

.landing-header-main-row {
    min-height: 95px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
}

.landing-header-logo {
    display: inline-flex;
    align-items: center;
    flex: 0 0 auto;
}

.landing-header-logo img {
    width: 195px;
    height: auto;
    display: block;
}

@media (max-width: 767px) {
    .landing-header .container {
        width: min(100% - 30px, 1300px);
    }

    .landing-header-top-row {
        min-height: auto;
        padding: 7px 0;
        flex-direction: column;
        justify-content: center;
        gap: 4px;
    }

    .landing-header-info {
        justify-content: center;
        text-align: center;
        font-size: 12px;
    }

    .landing-header-main-row {
        min-height: auto;
        padding: 15px 0;
        gap: 15px;
    }

    .landing-header-logo img {
        width: 155px;
    }

    .landing-header-phone {
        min-width: auto;
        min-height: 46px;
        padding: 10px 15px;
        border-radius: 12px;
        gap: 7px;
        font-size: 15px;
    }

    .landing-header-phone-icon svg {
        width: 17px;
        height: 17px;
    }
}

@media (max-width: 430px) {
    .landing-header-main-row {
        align-items: center;
    }

    .landing-header-logo img {
        width: 140px;
    }

    .landing-header-phone {
        padding: 10px 12px;
        font-size: 14px;
    }
}

/* Landing page header end */

.landing-hap-tires-image img {
    width: 100%;
    height: 616px;
    object-fit: cover;
    border-radius: 16px;
    box-shadow: 8px 8px 19.5px #00000040;
}

/* location start */
.hap-location-content h2,
.hap-vehicle-content h2 {
	font-size: 34px;
	line-height: 1.3;
	font-weight: 600;
	color: #000;
	margin: 0 0 24px;
}

.hap-location-content h2 span,
.hap-vehicle-content h2 span {
	color: var(--blue);
}

.hap-location-content h3,
.hap-vehicle-content h3 {
	color: var(--blue);
	font-size: 21px;
	font-weight: 600;
	margin: 0 0 18px;
}

.hap-location-buttons {
	display: flex;
	gap: 10px;
	flex-wrap: wrap;
	margin-top: 30px;
}

.hap-location-map iframe {
	width: 100%;
	height: 550px;
	border: 0;
	border-radius: 16px;
}
/* location end */

/* vehical start */
.hap-vehicle-content ul li {
    margin-bottom: 11px;
}

.hap-vehicle-content ul {
    margin-bottom: 28px;
}

.hap-vehicle-content h4 {
    color: #000;
    font-size: 16px;
    font-weight: 600;
    margin: 0 0 8px;
}

.hap-vehicle-images {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 30px;
}

.hap-vehicle-images img {
	width: 100%;
	height: 225px;
	object-fit: cover;
	border-radius: 12px;
	box-shadow: 0 8px 24px rgba(0, 0, 0, .2);
}
/* vehical end */

/* tire start */

.hap-tires-content h3 {
	color: #01478C;
    font-size: 21px;
    font-weight: 600;
    margin: 0 0 8px;
}

.hap-tires-content h2 span {
	color: #01478C;
}

.hap-tires-content ul {
	padding: 0;
	margin: 0 0 28px;
	list-style: none;
}

.hap-tires-content li {
	margin-bottom: 11px;
	position: relative;
	padding-left: 20px;
}

.hap-tires-content li:before {
	content: '✓';
	position: absolute;
	left: 0;
}
/* tire end */

.transmission-process-icon {
    margin-bottom: 24px;
}

/* ==================================================
   HEADER
================================================== */

.hap-promo-bar {
	background: var(--blue);
	color: var(--white);
	text-align: center;
	padding: 10px 15px;
	font-size: 14px;
	font-weight: 500;
}

.hap-promo-bar a {
	color: var(--yellow);
}		

.hap-main-header {
	background: var(--white);
}

.hap-promo-bar a img {
    width: 16px;
    height: auto;
    display: inline;
	position: relative;
    top: 4px;
}

.hap-main-header {
	background: #fff;
}

.hap-header-info {
	padding: 28px 0;
}

.hap-header-row {
	display: grid;
	grid-template-columns: 0.5fr 1fr 1fr 1fr;
	gap: 28px;
	align-items: start;
}

.hap-main-logo {
	width: 220px;
}

.hap-contact-list {
	display: flex;
	flex-direction: column;
	gap: 10px;
}

.hap-contact-item {
	display: flex;
	align-items: center;
	gap: 10px;
	color: #111;
	text-decoration: none;
	font-size: 15px;
}

.hap-contact-item strong {
	font-size: 20px;
	color: #01478C;
}

.hap-contact-icon {
	width: 28px;
	height: 28px;
	background: var(--yellow);
	border-radius: 7px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.hap-contact-icon img {
	width: 16px;
	height: 16px;
}

.hap-book-head {
	text-align: right;
}

ul#menu-primary-menu {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 85px;
	min-height: 58px;
	border-top: 1px solid #0000001F;
}

ul#menu-primary-menu li a {
	color: var(--black);
	text-decoration: none;
	font-size: 14px;
	font-weight: 400;
}

ul#menu-primary-menu li a:hover {
	color: var(--blue);
}




.hap-nav ul > li {
    position: relative;
}

/* ===========================
   Level 1 Dropdown
=========================== */

.hap-nav > ul > li > .sub-menu {
    position: absolute;
    top: 100%;
    left: 0;

    min-width: 260px;
	border-radius: 16px;

    opacity: 0;
    visibility: hidden;
    transform: translateY(15px);

    background: #fff;
    box-shadow: 0 10px 25px rgba(0,0,0,.12);

    transition: .3s;
    z-index: 999;
}

.hap-nav > ul > li:hover > .sub-menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

/* ===========================
   Level 2 Dropdown
=========================== */

.hap-nav .sub-menu li {
    position: relative;
}

.hap-nav .sub-menu li > .sub-menu {

    position: absolute;

    top: 0;
    left: 100%;

    min-width: 260px;

    opacity: 0;
    visibility: hidden;

    transform: translateX(15px);

    background: var(--white);
	border-radius: 16px;

    box-shadow: 0 10px 25px rgba(0,0,0,.12);

    transition: .3s;

    z-index: 999;

}

.hap-nav .sub-menu li:hover > .sub-menu {

    opacity: 1;
    visibility: visible;

    transform: translateX(0);

}

/* ===========================
   Dropdown Styling
=========================== */

.hap-nav .sub-menu {

    margin: 0;
    padding: 10px 0;

    list-style: none;

}

.hap-nav .sub-menu li {

    width: 100%;

}

.hap-nav .sub-menu li a {

    display: flex;
    align-items: center;
    justify-content: space-between;

    padding: 12px 22px;

    color: #111;
    text-decoration: none;

    white-space: nowrap;
	
	gap: 14px;

    transition: .3s;

}

.hap-nav .sub-menu li:hover > a {

    color: #004A92;
    background: #FFF7E7;

}

/* ===========================
   Arrow
=========================== */

.hap-nav .sub-menu .menu-item-has-children > a::after {

    content: "›";

    font-size: 24px;
    line-height: 1;

}

.hap-nav > ul > .menu-item-has-children > a{
    display:flex;
    align-items:center;
    gap:6px;
}

.hap-nav > ul > .menu-item-has-children > a::after{

    content:"";

    width:8px;
    height:8px;

    border-right:2px solid currentColor;
    border-bottom:2px solid currentColor;

    transform:rotate(45deg);
    transition:.3s;

    margin-top:-3px;

}

ul#menu-primary-menu li.current-menu-item > a,
ul#menu-primary-menu li.current_page_item > a,
ul#menu-primary-menu li.current-menu-parent > a,
ul#menu-primary-menu li.current-page-ancestor > a,
ul#menu-primary-menu li.current-menu-ancestor > a {
    color: #004A92;
    font-weight: 600;

}

/* ==================================================
   HERO
================================================== */

.hap-hero {
	display: flex;
	width: 100%;
	min-height: 520px;
}

.hap-hero-left {
	width: 50%;
	min-height: 520px;
	background: linear-gradient(270deg, #01478C 0%, #002D59 63.84%);
	color: #fff;
	display: flex;
	align-items: center;
	padding: 70px 80px 70px max(80px, calc((100vw - 1310px)/2));
}

.hap-hero-left-inner {
	max-width: 560px;
}

.hap-hero-right {
	width: 50%;
	min-height: 520px;
}

.hap-hero-right img {
	width: 100%;
	height: 100%;
	min-height: 520px;
	object-fit: cover;
}
		  
span.title-label {
    font-family: Rubik;
    font-weight: 600;
    font-size: 18px;
    letter-spacing: 0%;
    color: #fdb02d;
}

.hap-hero h1 {
	color: #fff;
	font-size: 42px;
	line-height: 1.22;
	margin: 0 0 10px;
	font-weight: 600;
}

.hap-hero h1 span {
	color: #FDB02D;
}

.hap-hero p {
	color: #fff;
    font-size: 16px;
    line-height: 1.65;
    margin: 0 0 20px;
    padding: 0;
}

.hap-hero ul {
	list-style: none;
	padding: 0;
	margin: 0 0 30px;
}

.hap-hero li {
	font-size: 16px;
	margin-bottom: 9px;
	position: relative;
	padding-left: 22px;
}

.hap-hero li:before {
	content: '✓';
	position: absolute;
	left: 0;
	color: #FDB02D;
	font-weight: 700;
}

.hap-hero-buttons {
	display: flex;
	gap: 10px;
	flex-wrap: wrap;
}

.hap-hero-buttons .secondary-btn {
	color: var(--white);
}

.hap-hero-buttons .secondary-btn:hover {
	color: var(--black);
}

.hap-hero-buttons .secondary-btn img {
    transition: all .35s ease;
}

.hap-hero-buttons .secondary-btn:hover img {
    filter: brightness(0) invert(0);
}

/* inner banner start */

.inner-banner {
    position: relative;
    min-height: 422px;
    overflow: hidden;
}

.inner-banner-background {
    position: absolute;
    inset: 0;
    display: flex;
    z-index: 0;
}

.inner-banner-blue {
    width: 50%;
    background: linear-gradient(
        270deg,
        #01478C 0%,
        #002D59 63.84%
    );
}

.inner-banner-yellow-area {
    width: 50%;
    display: flex;
    background: #FFDE9B;
}

.yellow-layer {
    display: block;
    height: 100%;
    flex-shrink: 0;
}

.yellow-layer-one {
    width: 51px;
    background: #F9B42B;
}

.yellow-layer-two {
    width: 51px;
    background: #FFC85B;
}

.yellow-layer-three {
    width: 51px;
    background: #FFD37D;
}

.yellow-layer-four {
    flex: 1;
    background: #FFDE9B;
}

.inner-banner .container {
    position: relative;
    z-index: 1;
}

.inner-banner .row {
    min-height: 372px;
    align-items: center;
}

.inner-banner-content {
    max-width: 615px;
    padding: 60px 0;
    color: #ffffff;
}

.inner-banner-breadcrumb {
    display: flex;
    align-items: center;
    gap: 5px;
    margin-bottom: 14px;
    font-size: 14px;
    font-weight: 700;
    line-height: 51%;
}

.inner-banner-breadcrumb span svg {
    width: 14px !important;
    height: 14px !important;
}

.inner-banner-breadcrumb a {
    color: #ffffff;
    text-decoration: none;
	transition: all 0.3s ease-in-out;
}

.inner-banner-breadcrumb a:hover {
	color: #F9B42B;
}

.inner-banner-breadcrumb > span:last-child {
    color: #F9B42B;
}

.inner-banner-breadcrumb span {
    display: inline-flex;
    align-items: center;
}

.inner-banner h1 {
    margin: 0 0 10px;
    color: #ffffff;
    font-size: 40px;
    font-weight: 500;
    line-height: 51px;
}

.inner-banner p {
    max-width: 465px;
    margin: 0;
    color: #ffffff;
    font-size: 16px;
    line-height: 180%;
}

.inner-banner-actions {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-top: 22px;
}

.inner-banner-actions .secondary-btn {
    color: var(--white);
}

.inner-banner-actions .secondary-btn:hover {
    color: var(--black);
}

/* inner banner end */

/* services start */
.hap-services-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 28px 30px;
}

.hap-service-card {
	background: #fff;
	border: 1px solid #FDB02D;
	border-radius: 14px;
	padding: 38px 28px 26px;
	min-height: 340px;
	box-shadow: 0 0 19.5px 2px #0000001C;
	transition: .35s;
}

a.hap-card-links:hover img {
    transform: translateX(4px);
}

a.hap-card-links img {
    transition: transform 0.3s ease;
}

.hap-service-card:hover {
	transform: translateY(-10px);
	box-shadow: 0 15px 35px rgba(0, 0, 0, .15);
}

.hap-service-icon {
	width: 80px;
	height: 80px;
	background: linear-gradient(180deg, #FFA914 0%, #FFC350 100%);
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 24px;
}

.hap-service-icon img {
	width: 44px;
	height: 44px;
}

.hap-service-card h3 {
	margin: 0 0 6px;
    color: var(--blue);
    font-size: 24px;
    font-weight: 600;
    line-height: 43px;
}

.hap-service-card p {
	font-size: 17px;
	line-height: 1.7;
	margin: 0 0 26px;
}

a.hap-card-links {
    font-size: 14px;
    display: flex;
    align-items: center;
	font-weight: 500;
}

a.hap-card-links img {
    width: 16px;
    height: 16px;
}

a.hap-card-links span {
    border-bottom: 1px solid var(--yellow);
}

.hap-service-card ul {
    padding-bottom: 20px;
}

.hap-service-card ul li {
    font-size: 15px;
    line-height: 1.6;
    color: #111;
    margin-bottom: 8px;
    position: relative;
    padding-left: 18px;
}

.hap-service-card ul li:before {
    content: "✓";
    position: absolute;
    left: 0;
    top: 0;
    color: #000;
    font-weight: 700;
}
		  
/* services end */

/* blog details section start */

.blog-details-section .row {
	position: relative;
    align-items: flex-start;
    row-gap: 45px;
}

.blog-details-section .row .col-4 {
    position: sticky;
    top: 40px;
}

.blog-details-main {
    max-width: 820px;
}

.blog-details-header {
    margin-bottom: 22px;
}

.blog-details-date {
    margin-bottom: 8px;
    display: block;
    color: #6f7782;
    font-size: 13px;
    font-weight: 400;
    line-height: 1.5;
}

.blog-details-header h1 {
    max-width: 720px;
    margin: 0 0 20px;
    color: #000000;
    font-size: 42px;
    font-weight: 700;
    line-height: 1.12;
    letter-spacing: -0.6px;
}

.blog-details-featured-image {
    width: 100%;
    overflow: hidden;
    border-radius: 8px;
    background: #eeeeee;
}

.blog-details-featured-image img {
    width: 100%;
    height: auto;
    max-height: 475px;
    display: block;
    object-fit: cover;
}

/* blog content */

.blog-custom-content {
    color: #292929;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.75;
}

.blog-custom-content > *:first-child {
    margin-top: 0;
}

.blog-custom-content > *:last-child {
    margin-bottom: 0;
}

.blog-custom-content p {
    margin: 0 0 17px;
}

.blog-custom-content h2 {
    scroll-margin-top: 30px;
    margin: 30px 0 12px;
    color: #111111;
    font-size: 28px;
    font-weight: 700;
    line-height: 1.3;
    letter-spacing: -0.2px;
}

.blog-custom-content h3 {
    margin: 23px 0 8px;
    color: #111111;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.35;
}

.blog-custom-content h4 {
    margin: 20px 0 7px;
    color: #111111;
    font-size: 17px;
    font-weight: 700;
    line-height: 1.4;
}

.blog-custom-content ul, .blog-custom-content ol {
    margin: 0 0 20px;
    padding-left: 17px;
    list-style: disc;
}

.blog-custom-content li {
    margin-bottom: 7px;
}

.blog-custom-content li:last-child {
    margin-bottom: 0;
}

.blog-custom-content a {
    color: #004A92;
    text-decoration: underline;
    text-underline-offset: 3px;
    transition: color 0.3s ease;
}

.blog-custom-content a:hover {
    color: #F39B00;
}

.blog-custom-content strong {
    color: #111111;
    font-weight: 700;
}

.blog-custom-content img {
    max-width: 100%;
    height: auto;
    border-radius: 8px;
}

.blog-custom-content blockquote {
    margin: 25px 0;
    padding: 19px 22px;
    background: #FFF4DA;
    border-left: 4px solid #F9B42B;
    color: #202020;
    font-style: italic;
}

.blog-custom-content blockquote p:last-child {
    margin-bottom: 0;
}

.blog-custom-content table {
    width: 100%;
    margin: 25px 0;
    border-collapse: collapse;
}

.blog-custom-content th,
.blog-custom-content td {
    padding: 12px 14px;
    border: 1px solid #dddddd;
    text-align: left;
}

.blog-custom-content th {
    background: #FFF4DA;
    color: #111111;
    font-weight: 700;
}

/* table of contents */

.table-of-content {
    margin-left: auto;
    padding: 22px 20px 13px;
    background: #ffffff;
    border: 1px solid #dcdcdc;
    border-radius: 7px;
    box-shadow: 0 5px 18px rgba(0, 0, 0, 0.04);
}

.table-of-content h2 {
    margin: 0 0 10px;
    color: #004A92;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.4;
}

.table-of-content ol {
    margin: 0;
    padding: 0;
    list-style: none;
    counter-reset: none;
}

.table-of-content li {
    margin: 0;
    border-bottom: 1px solid #e7e7e7;
}

.table-of-content li:last-child {
    border-bottom: 0;
}

.table-of-content a {
    padding: 10px 0;
    display: flex;
    align-items: flex-start;
    gap: 5px;
    color: #171717;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.45;
    text-decoration: none;
    transition: color 0.25s ease;
}

.table-of-content a:hover,
.table-of-content a.active {
    color: #004A92;
}

.table-of-content a.active .toc-title {
    text-decoration: underline;
    text-decoration-color: #F9B42B;
    text-underline-offset: 3px;
}

.toc-number {
    flex: 0 0 auto;
    color: inherit;
}

.toc-title {
    min-width: 0;
}

/* blog details section end */

.error-404-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 720px;
    margin: 0 auto;
    text-align: center;
}

/* faq start */
.hap-faq-wrapper {
	max-width: 780px;
	margin: 0 auto;
}

.hap-faq-item {
	background: #f4f7fb;
	border-radius: 10px;
	margin-bottom: 22px;
	box-shadow: 8px 8px 15.7px #00000012;
	overflow: hidden;
}

.hap-faq-question {
	width: 100%;
	background: transparent;
	border: 0;
	padding: 34px 90px 34px 48px;
	color: var(--black);
	font-family: Inter, sans-serif;
	font-size: 16px;
	font-weight: 700;
	text-align: left;
	cursor: pointer;
	position: relative;
}

.hap-faq-icon {
	width: 42px;
	height: 42px;
	background: #002D59;
	border-radius: 50%;
	position: absolute;
	right: 32px;
	top: 50%;
	transform: translateY(-50%);
	display: flex;
	align-items: center;
	justify-content: center;
}

.hap-faq-item.active .hap-faq-icon svg {
	transform: rotate(180deg);
}

.hap-faq-answer {
	height: 0;
	overflow: hidden;
	padding: 0 90px 0 48px;
	margin-top: -20px;
    margin-bottom: 10px;
	transition: height .35s ease;
}

.hap-faq-answer p {
	font-family: Inter, sans-serif;
	width: 90%;
}

.hap-faq-icon svg {
	transition: transform .35s ease;
}
/* faq end */

/* transmission process section start */

.transmission-process-heading {
    max-width: 650px;
    margin: 0 auto 55px;
    text-align: center;
}

.transmission-process-heading h2 {
    margin: 0 0 16px;
    color: #000000;
    font-size: 36px;
    font-weight: 700;
    line-height: 1.15;
    letter-spacing: -0.4px;
}

.transmission-process-heading h2 span {
    color: #004A92;
}

.transmission-process-heading p {
    max-width: 560px;
    margin: 0 auto;
}

.transmission-process-row {
    row-gap: 30px;
}

.transmission-process-row .col-3 {
    display: flex;
}

.transmission-process-card {
    position: relative;
    width: 100%;
    min-height: 100%;
    padding: 52px 20px 28px;
    display: flex;
    align-items: center;
    flex-direction: column;
    background: #ffffff;
    border-radius: 11px;
    box-shadow: 0 8px 22px rgba(0, 0, 0, 0.11);
    text-align: center;
    transition:
        transform 0.3s ease,
        box-shadow 0.3s ease;
}

.transmission-process-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 13px 28px rgba(0, 0, 0, 0.15);
}

.transmission-process-number {
    position: absolute;
    top: -29px;
    left: 13px;
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #FDB32D;
    border-radius: 50%;
    color: #111111;
    font-size: 24px;
    font-weight: 500;
    line-height: 1;
}

.transmission-process-card h3 {
    margin: 0 0 9px;
    color: #004A92;
    font-size: 22px;
    font-weight: 700;
    line-height: 1.25;
}

.transmission-process-card p {
    margin: 0;
}

.transmission-process-actions {
    margin-top: 38px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 14px;
}

.transmission-process-book {
    position: relative;
    padding: 10px 0 8px;
    display: inline-flex;
    align-items: center;
    gap: 12px;
    color: #111111;
    font-size: 16px;
    font-weight: 500;
    line-height: 1;
    text-decoration: none;
}

.transmission-process-book::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: calc(100% - 28px);
    height: 1px;
    background: #F9B42B;
    transition: width 0.3s ease;
}

.transmission-process-book svg {
    color: #F9B42B;
    transition: transform 0.3s ease;
}

.transmission-process-book:hover::after {
    width: 100%;
}

.transmission-process-book:hover svg {
    transform: translateX(4px);
}

/* transmission process section end */

/* parts benefits section start */

.parts-benefits-heading {
    margin-bottom: 56px;
    text-align: center;
}

.parts-benefits-heading h2 {
    color: #000000;
    font-size: 36px;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: -0.4px;
}

.parts-benefits-heading h2 span {
    color: #004A92;
}

.parts-benefits-heading p {
    max-width: 560px;
    margin: 0 auto;
    color: #202020;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.75;
}

.parts-benefits-row {
    row-gap: 20px;
}

.parts-benefits-row .col-4 {
    display: flex;
}

.parts-benefit-card {
    width: 100%;
    min-height: 180px;
    padding: 36px 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    background: #FFF2D8;
    border: 1px solid var(--yellow);
    border-radius: 15px;
    box-shadow: 0 7px 18px rgba(0, 0, 0, 0.10);
    text-align: center;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.parts-benefit-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 12px 25px rgba(0, 0, 0, 0.14);
}

.parts-benefit-card h3 {
    margin: 0 0 8px;
    color: var(--blue);
    font-size: 24px;
    font-weight: 600;
    line-height: 43px;
}

.parts-benefit-card p {
    margin: 0;
}

.parts-order-info {
    margin-top: 12px;
}

.parts-order-info h3 {
    margin: 0 0 3px;
    color: var(--blue);
    font-size: 20px;
    font-weight: 700;
    line-height: 180%;
}

.parts-specialist-actions {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-top: 22px;
}

.parts-specialist-book {
    position: relative;
    padding: 10px 0 8px;
    display: inline-flex;
    align-items: center;
    gap: 12px;
    color: #111111;
    font-size: 16px;
    font-weight: 500;
    line-height: 1;
    text-decoration: none;
}

.parts-specialist-book::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: calc(100% - 28px);
    height: 1px;
    background: #F9B42B;
    transition: width 0.3s ease;
}

.parts-specialist-book svg {
    color: #F9B42B;
    transition: transform 0.3s ease;
}

.parts-specialist-book:hover::after {
    width: 100%;
}

.parts-specialist-book:hover svg {
    transform: translateX(4px);
}

.parts-specialist-image-wrap {
    position: relative;
    max-width: 530px;
    margin-left: auto;
    padding: 12px 14px 0 0;
}

.parts-specialist-image-bg {
    position: absolute;
    top: 0;
    right: 0;
    width: calc(100% - 14px);
    height: calc(100% - 12px);
    background: #F9B42B;
    border-radius: 15px;
}

.parts-specialist-image {
    position: relative;
    overflow: hidden;
    border-radius: 15px;
    box-shadow: -10px 12px 20px rgba(0, 0, 0, 0.16);
}

.parts-specialist-image img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
}

/* parts benefits section end */

/* cta start */
.hap-cta-section {
	position: relative;
	overflow: hidden;
	padding: 70px 0;
	background-image: url('/wp-content/uploads/2026/07/cta-background.webp');
	background-size: cover;
	background-position: top;
	background-position-x: -810px;
	margin: 120px 0;
}

.hap-cta-overlay {
	position: absolute;
	inset: 0;
	background: linear-gradient(108deg, rgba(0, 34, 68, .92) 0%, rgba(0, 34, 68, .92) 50%, #FDB02D 50%, #FDB02D 100%);
}

.hap-cta-wrapper {
	position: relative;
	z-index: 2;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 50px;
}

.hap-cta-content {
	max-width: 520px;
}

.hap-cta-content h2 {
	color: #fff;
	font-size: 36px;
	line-height: 43px;
	font-weight: 500;
	margin: 0 0 18px;
}

.hap-cta-content p {
	color: #fff;
	margin: 0;
	padding: 0;
}
		  
.hap-cta-content h2 span {
    color: #FDB02D;
}

.hap-cta-actions {
	display: flex;
	gap: 10px;
	flex-wrap: wrap;
}

.hap-cta-phone-btn {
	background: #01478C;
	color: #fff;
	text-decoration: none;
	padding: 16px 34px;
	border-radius: 16px;
	display: inline-flex;
	align-items: center;
	gap: 12px;
	font-size: 18px;
	box-shadow: 0 3px 10px rgba(0, 0, 0, .25);
}

.hap-cta-phone-btn img {
	width: 20px;
}

.hap-cta-book-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    min-height: 54px;
    padding: 14px 26px;
    background: #fff;
    border: 2px solid #01478C;
    border-radius: 14px;
    color: #01478C;
    text-decoration: none;
    font-size: 16px;
    line-height: 1;
    box-shadow: 0 2px 3px #00000014;
	transition: .3s;
}

.hap-btn-link:hover, .hap-cta-book-link:hover {
    background: #01478C;
    color: #fff;
    text-decoration: none;
    transform: translateY(-3px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, .15);
}

.hap-cta-book-link:hover img {
	transition: all .35s ease;
}

.hap-cta-book-link:hover img {filter: brightness(0) invert(1);}
/* cta end */

/* parts specialist section start */

.parts-specialist-section .row {
    row-gap: 50px;
}

.parts-specialist-content {
    max-width: 575px;
}

.parts-specialist-content h2 {
    max-width: 555px;
    margin: 0 0 16px;
    color: #000000;
    font-size: 36px;
    font-weight: 700;
    line-height: 1.15;
    letter-spacing: -0.4px;
}

/* welcome start */

.hap-welcome-grid,
.hap-location-grid,
.hap-tires-grid,
.hap-vehicle-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 70px;
    align-items: center;
}

.hap-welcome-image {
	border-radius: 16px;
	box-shadow: 8px 8px 19.5px #00000040;
	width: 100%;
	height: 520px;
	object-fit: cover;
}

.hap-badge-card {
	margin-top: -105px;
	background: #fff;
	border: 1px solid #FDB02D;
	border-radius: 16px;
	padding: 25px 30px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 18px;
	box-shadow: 8px 8px 19.5px #00000030;
	position: relative;
}

.hap-badge-card img {
	height: 96px;
	width: auto;
}

.hap-welcome-content h2,
.hap-tires-content h2 {
	font-size: 42px;
	line-height: 1.18;
	font-weight: 600;
	margin: 0 0 18px;
	color: #000;
}

.hap-welcome-buttons {
	display: flex;
	gap: 14px;
	flex-wrap: wrap;
	margin-top: 28px;
}
/* walcome end */.

/* services grid section start */

.services-grid-heading,
.hap-section-title {
    max-width: 560px;
    margin: 0 auto 38px;
    text-align: center;
}

.services-grid-heading h2,
.hap-section-title h2 {
    margin: 0 0 7px;
    color: #000000;
    font-size: 32px;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: -0.3px;
}

.services-grid-heading h2 span,
.hap-section-title h2 span {
    color: #004A92;
}

.services-grid-heading p,
.hap-section-title p {
    max-width: 520px;
    margin: 0 auto;
}

.services-grid-row {
    row-gap: 18px;
}

.services-grid-row .col-4 {
    display: flex;
}

.service-grid-card {
    width: 100%;
    min-height: 142px;
    padding: 20px 25px 35px;
    display: flex;
    flex-direction: column;
    background: var(--white);
    border: 1px solid var(--yellow);
    border-radius: 12px;
    box-shadow: 0 7px 16px rgba(0, 0, 0, 0.09);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.service-grid-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 23px rgba(0, 0, 0, 0.13);
}

.service-grid-card h3 {
    margin: 0 0 6px;
    color: var(--blue);
    font-size: 24px;
    font-weight: 600;
    line-height: 32px;
}

.service-grid-link {
    position: relative;
    font-family: Inter, sans-serif;
    width: fit-content;
    margin-top: auto;
    padding: 6px 0 7px;
    display: inline-flex;
    align-items: center;
    gap: 2px;
    color: var(--black);
    font-size: 14px;
    font-weight: 500;
    line-height: 100%;
    text-decoration: none;
}

.service-grid-link::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: calc(100% - 25px);
    height: 1px;
    background: #F9B42B;
    transition: width 0.3s ease;
}

.service-grid-link svg {
    color: var(--yellow);
    transition: transform 0.3s ease;
}

.service-grid-link:hover::after {
    width: 100%;
}

.service-grid-link:hover svg {
    transform: translateX(4px);
}


/* services grid section end */


/* Landing footer start */

.landing-footer {
    padding: 58px 0 0;
    background: #002D59;
    color: #ffffff;
}

.landing-footer .container {
    width: min(100% - 40px, 1300px);
    margin: 0 auto;
}

.landing-footer-top {
    display: grid;
    grid-template-columns: 1.05fr 0.8fr 0.8fr 1fr;
    align-items: start;
    gap: 65px;
}

.landing-footer-column h4 {
    margin: 0 0 18px;
    color: #ffad22;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.3;
}

.landing-footer-column p {
    margin: 0;
    color: #ffffff;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.8;
}

.landing-footer-logo {
    display: inline-flex;
    align-items: center;
}

.landing-footer-logo img {
    width: 210px;
    height: auto;
    display: block;
}

.landing-footer-links {
    margin: 0;
    padding: 0;
    list-style: none;
}

.landing-footer-links li + li {
    margin-top: 14px;
}

.landing-footer-links a {
    color: #ffffff;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.5;
    text-decoration: none;
    transition: color 0.25s ease;
}

.landing-footer-links a:hover {
    color: #ffad22;
}

.landing-footer-badges {
    max-width: 660px;
    margin: 63px auto 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 38px;
}

.landing-footer-badge {
    display: flex;
    align-items: center;
    justify-content: center;
}

.landing-footer-badge img {
    max-width: 100%;
    max-height: 82px;
    width: auto;
    height: auto;
    display: block;
    object-fit: contain;
}

.landing-footer-badge:first-child img {
    max-width: 160px;
}

.landing-footer-bottom {
    padding: 22px 0 18px;
    border-top: 1px solid rgba(255, 255, 255, 0.25);
    text-align: center;
}

.landing-footer-bottom p {
    margin: 0;
    color: #ffffff;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
}

@media (max-width: 1399px) {	
	ul#menu-primary-menu {
		gap: 65px;
	}
	
	.hap-contact-item {
		font-size: 14px;
	}
	
	.hap-hero-left {
		padding: 50px 50px 70px max(45px, calc((100vw - 1310px)/2));
	}
	
	.hap-badge-card img {
		height: 66px;
	}
	
	.inner-banner-breadcrumb {
		font-size: 12px;
	}
}

/* Tablet */

@media (max-width: 991px) {
    .landing-footer {
        padding-top: 48px;
    }

    .landing-footer-top {
        grid-template-columns: repeat(2, 1fr);
        gap: 40px 60px;
    }

    .landing-footer-badges {
        max-width: 700px;
        margin-top: 50px;
        flex-wrap: wrap;
        gap: 30px 45px;
    }
}

/* Mobile */

@media (max-width: 767px) {
    .landing-footer .container {
        width: min(100% - 30px, 1300px);
    }

    .landing-footer-top {
        grid-template-columns: 1fr;
        gap: 32px;
        text-align: center;
    }

    .landing-footer-logo {
        justify-content: center;
    }

    .landing-footer-column h4 {
        margin-bottom: 12px;
        font-size: 18px;
    }

    .landing-footer-badges {
        margin: 42px auto 30px;
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 28px 20px;
    }

    .landing-footer-badge img {
        max-height: 72px;
    }

    .landing-footer-badge:first-child img {
        max-width: 145px;
    }
}

@media (max-width: 480px) {
    .landing-footer {
        padding-top: 40px;
    }

    .landing-footer-logo img {
        width: 190px;
    }

    .landing-footer-badges {
        grid-template-columns: 1fr;
    }

    .landing-footer-bottom {
        padding: 20px 0;
    }

    .landing-footer-bottom p {
        font-size: 13px;
    }
}

/* Landing footer end */

/* ==================================================
   FOOTER
================================================== */

.hap-site-footer {
	font-family: Poppins, sans-serif;
	background: #002D59;
	color: #fff;
	padding: 60px 0 20px;
}

.hap-footer-main {
	display: grid;
	grid-template-columns: 1.25fr .8fr 1.3fr 1fr;
	gap: 55px;
	margin-bottom: 55px;
}

.hap-footer-logo {
	width: 210px;
	margin-bottom: 18px;
}

.hap-site-footer h4 {
	font-family: 'Inter', sans-serif;
	color: #FDB32D;
	font-size: 16px;
	margin: 0 0 12px;
}

.hap-site-footer p,
.hap-site-footer a,
.hap-site-footer li {
	color: #fff;
	font-size: 14px;
	line-height: 1.8;
	text-decoration: none;
	font-weight: 300;
	transition: all 0.3s ease-in-out;
}
		  
.hap-site-footer a:hover {
    color: #fdb02d !important;
}

.hap-site-footer ul {
	padding: 0;
	margin: 0;
	list-style: none;
	display: flex;
    flex-direction: column;
    gap: 3px;
}

.hap-footer-book {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	margin-top: 10px;
}
		  
a.hap-footer-direction span,
.hap-footer-book span {
    border-bottom: 1px solid #fdb02d;
}		
		  
.hap-footer-direction {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	margin-top: 10px;		  
}

.hap-footer-direction img,
.hap-footer-book img {
	width: 14px;
	transition: all 0.3s ease-in-out;
}
		  
a.hap-footer-direction:hover img {
    transform: translateX(3px);
}
		  
a.hap-footer-book:hover img {
    transform: translateX(3px);
}

.hap-footer-phone {
	display: flex;
	align-items: center;
	gap: 10px;
	font-size: 22px !important;
	font-weight: 700 !important;
	margin-top: 10px;
}
		  
.hap-site-footer p {
    padding: 0;
    display: flex;
    gap: 4px;
    align-items: center;
}
		  
.hap-site-footer p img {
    width: 16px;
    height: auto;
}
		  
.cr {
    font-size: 14px;
    font-weight: 300;
}

.hap-footer-phone img {
	width: 24px;
	height: 24px;
	background: #FDB02D;
	border-radius: 5px;
	padding: 4px;
}

.hap-footer-bottom {
	border-top: 1px solid rgba(255, 255, 255, .28);
	padding-top: 20px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
}

.hap-footer-bottom-left {
	display: flex;
	gap: 10px;
}
		  
.hap-footer-bottom-left span {
    color: #fdb02d;
}

.hap-socials {
	display: flex;
	gap: 12px;
}

.hap-socials img {
	width: 24px;
	height: 24px;
}

/* ==================================================
   FORMS
================================================== */

input,
textarea,
select {
    width: 100%;
    min-height: 50px;
    padding: 12px 16px;
    border: 1px solid var(--border);
    border-radius: 10px;
    background: var(--white);
    color: var(--text);
}

textarea {
    min-height: 140px;
    resize: vertical;
}

/* ==================================================
   RESPONSIVE GLOBAL
================================================== */

@media (max-width: 767px) {
    body { font-size: 14px; }
    .section-padding { padding: 60px 0; }
	.section-padding-top { padding-top: 60px; }
	.section-padding-bottom { padding-bottom: 60px; }
    .header-inner { min-height: 70px; }
    .primary-menu { display: none; }
}

/* HOME PAGE RISPONSIVE */

.mobile-menu-toggle {
    display: none;
    width: 44px;
    height: 44px;
    border: 0;
    border-radius: 8px;
    background: linear-gradient(267.98deg, #FFA60D 4.66%, #FFC556 99.38%);
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 5px;
    cursor: pointer;
	min-height: unset;
    padding: unset;
}

.mobile-menu-toggle span {
    width: 22px;
    height: 2px;
    background: #fff;
    border-radius: 10px;
    transition: .3s ease;
}

.mobile-menu-overlay,
.mobile-menu {
    display: none;
}

nav.mobile-nav {
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-bottom: 24px;
}

@media (max-width: 1199px) {

    .transmission-process-card {
        padding: 52px 17px 26px;
    }

    .transmission-process-card h3 {
        font-size: 19px;
    }

    .transmission-process-card p {
        font-size: 14px;
    }
	
	.parts-benefits-heading h2 {
        font-size: 33px;
    }

    .parts-benefit-card {
        padding: 32px 24px;
    }

    .parts-benefit-card h3 {
        font-size: 19px;
    }
	
	.parts-specialist-content h2 {
        font-size: 33px;
    }

    .service-grid-card {
        padding: 22px 17px 18px;
    }

    .service-grid-card h3 {
        font-size: 17px;
    }
	
	.blog-details-header h1 {
        font-size: 38px;
    }

    .blog-custom-content {
        font-size: 15px;
    }

    .table-of-content {
        top: 105px;
    }
	
	ul#menu-primary-menu {
		gap: 45px;
	}

}

@media (max-width: 991px) {
	
	.hap-welcome-grid,
	.hap-location-grid,
	.hap-tires-grid,
	.hap-vehicle-grid {
        grid-template-columns: 1fr;
    }

    .inner-banner-blue {
        width: 60%;
    }

    .inner-banner-yellow-area {
        width: 40%;
    }

    .inner-banner h1 {
        font-size: 32px;
    }

    .yellow-layer-one,
    .yellow-layer-two,
    .yellow-layer-three {
        width: 35px;
    }
	
	.hap-nav-wrap {
        display: none !important;
    }

    .transmission-process-row {
        row-gap: 48px;
    }

    .transmission-process-row .col-3 {
        width: 50%;
    }
	
	.parts-benefits-heading {
        margin-bottom: 42px;
    }

    .parts-benefits-row .col-4 {
        width: 50%;
    }

    .parts-benefit-card {
        min-height: 175px;
    }
	
	.parts-specialist-section .col-6 {
        width: 100%;
    }
	
	.parts-specialist-content {
        max-width: 650px;
        margin: 0 auto;
    }

    .parts-specialist-image-wrap {
        max-width: 650px;
        margin: 0 auto;
    }

    .services-grid-row .col-4 {
        width: 50%;
    }
	
	.mobile-menu-toggle {
        display: inline-flex;
    }

    .mobile-menu-overlay {
        position: fixed;
        inset: 0;
        background: rgba(0,0,0,.45);
        z-index: 9998;
        opacity: 0;
        visibility: hidden;
        display: block;
        transition: .3s ease;
    }

    .mobile-menu {
        position: fixed;
        top: 0;
        right: -100%;
        width: 100%;
        max-width: 100%;
        height: 100vh;
        background: #fff;
        z-index: 9999;
        padding: 24px;
        display: block;
        overflow-y: auto;
        transition: .35s ease;
    }

    body.mobile-menu-open .mobile-menu {
        right: 0;
    }

    body.mobile-menu-open .mobile-menu-overlay {
        opacity: 1;
        visibility: visible;
    }

    body.mobile-menu-open {
        overflow: hidden;
    }

    .mobile-menu-head {
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin-bottom: 32px;
    }

    .mobile-menu-logo img {
        width: 160px;
        height: auto;
    }

    .mobile-menu-close {
        width: 38px;
        height: 38px;
        border: 0;
        border-radius: 8px;
        background: linear-gradient(267.98deg, #FFA60D 4.66%, #FFC556 99.38%);
        color: var(--white);
        font-size: 28px;
        line-height: 1;
        cursor: pointer;
		min-height: unset;
		padding: unset;
    }

    .mobile-primary-menu,
    .mobile-primary-menu ul {
        list-style: none;
        margin: 0;
        padding: 0;
    }

    .mobile-primary-menu > li {
        border-bottom: 1px solid rgba(0,74,124,.14);
    }

    .mobile-primary-menu a {
        display: flex;
        justify-content: space-between;
        padding: 14px 0;
        color: var(--text);
        font-family: var(--heading-font);
        font-size: 16px;
        font-weight: 600;
    }

    .mobile-primary-menu .sub-menu {
        display: none;
        padding-left: 14px;
        padding-bottom: 10px;
		margin-bottom: 20px;
    }

    .mobile-primary-menu li.submenu-open > .sub-menu {
        display: block;
		border-left: 1px solid var(--border);
    }

    .submenu-toggle {
        color: var(--primary);
        font-weight: 700;
		font-size: 26px;
    }

    .mobile-menu-cta {
        width: 100%;
        margin-top: 28px;
        justify-content: center;
    }
	
	/* mobile navigation start */

.mobile-nav {
    width: 100%;
}

.mobile-primary-menu,
.mobile-primary-menu .sub-menu {
    margin: 0;
    padding: 0;
    list-style: none;
}

.mobile-primary-menu {
    display: flex;
    flex-direction: column;
    gap: 0;
}

.mobile-primary-menu > li {
    position: relative;
    width: 100%;
    border-bottom: 1px solid #eeeeee;
}

.mobile-primary-menu > li:last-child {
    border-bottom: 0;
}

.mobile-primary-menu li a {
    width: 100%;
    padding: 13px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #202020;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.4;
    text-decoration: none;
    transition: color 0.3s ease;
}

.mobile-primary-menu li > a:hover,
.mobile-primary-menu .current-menu-item > a,
.mobile-primary-menu .current-menu-ancestor > a,
.mobile-primary-menu .current-menu-parent > a {
    color: #004A92;
}

/* Parent menu arrow */

/* .mobile-primary-menu .menu-item-has-children > a::after {
    content: "";
    width: 8px;
    height: 8px;
    margin-right: 3px;
    flex-shrink: 0;
    border-right: 2px solid currentColor;
    border-bottom: 2px solid currentColor;
    transform: rotate(45deg);
    transition: transform 0.3s ease;
} */
	
.mobile-primary-menu li.menu-item-has-children {
        position: relative;
    }

    .mobile-primary-menu li.menu-item-has-children > a {
        padding-right: 55px;
    }

    .mobile-primary-menu .submenu-toggle {
        position: absolute;
        top: 0;
        right: 0;
        width: 48px;
        height: 48px;
        padding: 0;
        border: 0;
        background: transparent;
        cursor: pointer;
        display: flex;
        align-items: center;
        justify-content: center;
        z-index: 2;
    }

    .mobile-primary-menu .submenu-toggle::before {
        content: "";
        width: 7px;
        height: 7px;
        border-right: 2px solid #004a92;
        border-bottom: 2px solid #004a92;
        transform: rotate(45deg);
        transition: transform 0.3s ease;
    }

    .mobile-primary-menu li.submenu-open > .submenu-toggle::before {
        transform: rotate(225deg);
    }

    .mobile-primary-menu li > .sub-menu {
        display: none;
    }

    .mobile-primary-menu li.submenu-open > .sub-menu {
        display: block;
    }

/* Submenu */

.mobile-primary-menu .sub-menu {
    display: none;
    padding: 0 0 9px 14px;
}

.mobile-primary-menu .sub-menu li {
    width: 100%;
}

.mobile-primary-menu .sub-menu li a {
    padding: 10px 0;
    font-size: 14px;
}

.mobile-primary-menu .sub-menu .sub-menu {
    padding-left: 14px;
}

/* Open submenu state */

.mobile-primary-menu .menu-item-has-children.submenu-open > .sub-menu {
        display: block;
        border-left: 1px solid #eeeeee;
        margin-bottom: 20px;
}

/* .mobile-primary-menu .menu-item-has-children.submenu-open > a::after {
    transform: rotate(225deg);
} */
	
	.blog-details-section .col-md-8,
    .blog-details-section .col-md-4 {
        width: 100%;
    }

    .blog-details-main {
        max-width: 100%;
    }

    .table-of-content a {
        font-size: 13px;
    }

/* mobile navigation end */

}

@media (max-width: 767px) {

    .inner-banner {
        min-height: auto;
        background: linear-gradient(
            270deg,
            #01478C 0%,
            #002D59 63.84%
        );
    }

    .inner-banner-background {
        display: none;
    }

    .inner-banner .row {
        min-height: auto;
    }

    .inner-banner-content {
        max-width: 100%;
        padding: 45px 0;
    }

    .inner-banner h1 {
        font-size: 36px;
		line-height: 44px;
    }

    .inner-banner p {
        font-size: 14px;
    }

    .inner-banner-actions {
        align-items: flex-start;
        flex-direction: column;
    }
	
	.hap-hero-right {
    	display: none;
	}
	
	.btn, input[type="submit"], .secondary-btn {
    	width: 100%;
	}
	
	.hap-badge-card {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        margin-top: -40px;
		justify-items: center;
    }
	
	.hap-cta-wrapper {
        flex-direction: column;
        align-items: flex-start;
    }
	
	.hap-cta-phone-btn, .hap-cta-book-link {
    	width: 100%;
		justify-content: center;
	}
	
	.hap-cta-overlay {
        background: rgba(0, 34, 68, .88);
    }
	
	.hap-cta-section {
		margin: 50px 0;
	}
	
	.hap-footer-main {
		grid-template-columns: 1fr;
		gap: 24px;
		margin-bottom: 24px;
	}
	
	.hap-footer-bottom {
        flex-direction: column;
        text-align: center;
    }
	
	.hap-header-row div {
    	display: none;
	}
	
	.hap-header-row {
		grid-template-columns: 1fr 0fr;
        align-items: center;
	}
	
	.hap-main-logo {
    	width: 50%;
	}
	
	.hap-site-footer {
		padding: 24px 0 24px;
	}
	
	.hap-eyebrow {
		font-size: 14px;
    	margin-bottom: 5px;
	}
	
	.hap-promo-bar {
		padding: 5px 5px;
    	font-size: 13px;
	}
	
	.hap-promo-bar a {
		display: inline-flex;
    	align-items: center;
	}
	
	.hap-faq-question {
		padding: 24px 80px 24px 24px;
	}

    .transmission-process-heading {
        margin-bottom: 48px;
    }

    .transmission-process-heading h2 {
        font-size: 29px;
        line-height: 1.22;
    }

    .transmission-process-heading p {
        font-size: 14px;
        line-height: 1.7;
    }

    .transmission-process-row .col-3 {
        width: 100%;
    }

    .transmission-process-card {
        min-height: auto;
        padding: 52px 22px 30px;
    }

    .transmission-process-card h3 {
        font-size: 21px;
    }

    .transmission-process-card p {
        max-width: 420px;
        font-size: 14px;
        line-height: 1.7;
    }

    .transmission-process-actions {
        align-items: center;
        flex-direction: column;
        gap: 16px;
        margin-top: 32px;
    }
	
	.parts-benefits-heading {
        margin-bottom: 32px;
    }

    .parts-benefits-heading h2 {
        font-size: 29px;
        line-height: 1.25;
    }

    .parts-benefits-row {
        row-gap: 18px;
    }

    .parts-benefits-row .col-4 {
        width: 100%;
    }

    .parts-benefit-card {
        min-height: auto;
        padding: 30px 22px;
    }

    .parts-benefit-card h3 {
        font-size: 20px;
    }

    .parts-specialist-content h2 {
        font-size: 30px;
        line-height: 1.2;
    }

    .parts-specialist-actions {
        align-items: flex-start;
        flex-direction: column;
        margin-top: 24px;
    }

    .parts-specialist-image-wrap {
        padding: 9px 9px 0 0;
    }

    .parts-specialist-image-bg {
        width: calc(100% - 9px);
        height: calc(100% - 9px);
        border-radius: 12px;
    }

    .parts-specialist-image {
        border-radius: 12px;
        box-shadow: -7px 9px 16px rgba(0, 0, 0, 0.15);
    }

    .services-grid-heading p {
        font-size: 14px;
    }

    .services-grid-row {
        row-gap: 16px;
    }

    .services-grid-row .col-4 {
        width: 100%;
    }

    .service-grid-card {
        min-height: auto;
        padding: 22px 18px 18px;
    }

    .service-grid-card h3 {
        font-size: 18px;
    }

    .service-grid-link {
        font-size: 14px;
    }
	
	.hap-header-info {
    	padding: 12px 0;
	}
	
	.cpl {
    padding-left: 0px;
}

.cpr {
    padding-right: 0px;
}
	
	.hap-welcome-content h2,
	.hap-tires-content h2,
	.services-grid-heading h2,
	.hap-cta-content h2,
	.why-choose-content h2,
	.services-grid-heading h2,
	.hap-section-title h2 {
		font-size: 28px;
	}
	
	.blog-details-section .row {
		flex-direction: column-reverse;
	}
	
	.blog-details-section .row .col-4 {
    	position: relative;
		top: 0;
	}
	
	.blog-details-header h1 {
        margin-bottom: 17px;
        font-size: 31px;
        line-height: 1.18;
    }

    .blog-details-featured-image {
        border-radius: 7px;
    }

    .blog-custom-content {
        font-size: 14px;
        line-height: 1.72;
    }

    .blog-custom-content h2 {
        scroll-margin-top: 95px;
        margin-top: 26px;
        font-size: 23px;
    }

    .blog-custom-content h3 {
        font-size: 19px;
    }

    .table-of-content {
        padding: 20px 17px 11px;
    }
	
	.hap-cta-wrapper {
		gap: 25px;
	}
	
	.parts-specialist-section .row {
		flex-direction: column-reverse;
	}
	
	.hap-welcome-image {   
		height: 360px;
	}
	
	.hap-badge-card img {
    	width: 70%;
        height: 70px;
        object-fit: contain;
	}
	
	.hap-welcome-content h2, .hap-tires-content h2 {
		font-size: 28px;
	}
	
	.hap-welcome-grid, .hap-location-grid, .hap-tires-grid, .hap-vehicle-grid {
    	display: flex;
    	flex-direction: column-reverse;
    	gap: 30px;
	}
	
	.hap-location-map {
    	width: 100%;
	}
	
	.inner-banner-breadcrumb {
		display: none;
	}
	
	.hap-promo-bar a img {
		top: 0px;
	}
	
	.hap-hero h1 {
		font-size: 36px;
		line-height: 44px;
	}
	
	.hap-hero-left {
        width: 100%;
        padding: 40px 16px 50px 16px;
    }
	
	.hap-services-grid {
        grid-template-columns: 1fr;
    }
	
	.hap-vehicle-images {
		gap: 14px;
	}
	
	span.title-label {
		font-size: 14px;
	}
	
	.hap-section-title h2,
	.hap-location-content h2,
	.hap-vehicle-content h2 {
		font-size: 28px;
	}
	
	.hap-vehicle-images img {
		height: 150px;
	}
	
	.landing-header-main .container {
    padding: 0;
}

.landing-header-main-row .btn span.landing-header-phone-icon {
    display: none;
}
	
.apnt-wrapper {
    height: 100% !important;
}
	
.apnt-page {
	height: 100% !important;
}

.apnt-page form fieldset {
    height: 420px !important;
}
	
.apnt-page h1 {
    padding-top: 50px !important;
}
	
body .apnt-next, body .apnt-prev {
	margin-bottom: 140px !important;
}
	
.hap-faq-item:last-child {
    margin: 0;
}

}