/* RP Removals — conversion homepage */
.rp-home .pbmit-slider-area {
	display: none;
}

/* Text logo */
.rp-home .rp-text-logo {
	display: inline-block;
	font-size: 1.35rem;
	font-weight: 700;
	letter-spacing: -0.03em;
	line-height: 1;
	color: #fff;
	text-decoration: none;
	white-space: nowrap;
}

.rp-home .rp-text-logo:hover,
.rp-home .rp-text-logo:focus {
	color: #fff;
	opacity: 0.9;
	text-decoration: none;
}

.rp-home .rp-text-logo--footer {
	font-size: 1.5rem;
	margin-bottom: 12px;
}

.rp-home .rp-text-logo--footer:hover,
.rp-home .rp-text-logo--footer:focus {
	opacity: 0.85;
}

.rp-home .header-style-1 .site-branding .site-title {
	height: auto;
	margin: 0;
	display: flex;
	align-items: center;
}

/* —— Hero —— */
.rp-hero {
	position: relative;
	min-height: min(88vh, 760px);
	display: flex;
	align-items: flex-end;
	color: #fff;
	overflow: hidden;
}

.rp-hero__bg {
	position: absolute;
	inset: 0;
	background-color: #00112e;
	background-image: url("../images/home1/home1-banner-img1.jpg");
	background-size: cover;
	background-position: center;
}

.rp-hero__bg::after {
	content: "";
	position: absolute;
	inset: 0;
	background:
		linear-gradient(115deg, rgba(0, 7, 18, 0.88) 0%, rgba(0, 17, 46, 0.72) 42%, rgba(0, 17, 46, 0.45) 100%),
		linear-gradient(to top, rgba(0, 7, 18, 0.75) 0%, transparent 55%);
	display: block;
}

.rp-hero__inner {
	position: relative;
	z-index: 1;
	width: 100%;
	padding: 120px 0 72px;
}

.rp-hero__brand {
	margin: 0 0 18px;
	font-size: clamp(2.5rem, 7vw, 4.5rem);
	font-weight: 700;
	letter-spacing: -0.04em;
	line-height: 1.05;
	color: #fff;
	animation: rp-rise 0.7s ease both;
}

.rp-hero__title {
	margin: 0 0 18px;
	max-width: 16ch;
	font-size: clamp(2rem, 4.5vw, 3.35rem);
	font-weight: 600;
	letter-spacing: -0.03em;
	line-height: 1.12;
	color: #fff;
	animation: rp-rise 0.7s 0.1s ease both;
}

.rp-hero__lede {
	margin: 0 0 28px;
	max-width: 36ch;
	font-size: 1.125rem;
	line-height: 1.55;
	color: rgba(255, 255, 255, 0.88);
	animation: rp-rise 0.7s 0.18s ease both;
}

.rp-hero__actions {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 18px 28px;
	animation: rp-rise 0.7s 0.26s ease both;
}

.rp-hero__actions .pbmit-btn {
	background: #fff;
	color: #00112e;
}

.rp-hero__actions .pbmit-btn:hover {
	background: var(--pbmit-global-color);
	color: #fff;
}

.rp-hero__trust {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	color: rgba(255, 255, 255, 0.9);
	font-size: 0.95rem;
	font-weight: 500;
	text-decoration: none;
	border-bottom: 1px solid transparent;
	transition: border-color 0.2s ease, color 0.2s ease;
}

.rp-hero__trust:hover,
.rp-hero__trust:focus {
	color: #fff;
	border-bottom-color: #00b67a;
	text-decoration: none;
}

.rp-hero__trust-stars {
	display: inline-flex;
	gap: 2px;
}

.rp-hero__trust-stars span {
	width: 14px;
	height: 14px;
	background: #00b67a;
	display: inline-flex;
	align-items: center;
	justify-content: center;
}

.rp-hero__trust-stars svg {
	width: 9px;
	height: 9px;
	fill: #fff;
}

@keyframes rp-rise {
	from {
		opacity: 0;
		transform: translateY(18px);
	}
	to {
		opacity: 1;
		transform: none;
	}
}

@media (prefers-reduced-motion: reduce) {
	.rp-hero__brand,
	.rp-hero__title,
	.rp-hero__lede,
	.rp-hero__actions {
		animation: none;
	}
}

/* —— Services —— */
.rp-services {
	padding: 88px 0 40px;
	background: #fff;
}

.rp-section-head {
	max-width: 40rem;
	margin-bottom: 40px;
}

.rp-section-head h2 {
	margin: 0 0 12px;
	font-size: clamp(1.75rem, 3vw, 2.35rem);
	letter-spacing: -0.02em;
	line-height: 1.2;
	color: #00112e;
}

.rp-section-head p {
	margin: 0;
	font-size: 1.05rem;
	color: #304364;
	line-height: 1.6;
}

.rp-service-split {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 0;
	min-height: 420px;
}

.rp-service-split--3 {
	grid-template-columns: repeat(3, 1fr);
}

.rp-service-split--3 .rp-service-panel {
	min-height: 400px;
	padding: 32px 28px;
}

.rp-service-split--3 .rp-service-panel h3 {
	font-size: 1.45rem;
}

.rp-service-split--3 .rp-service-panel p {
	max-width: 26ch;
	font-size: 0.95rem;
}

@media (max-width: 991px) {
	.rp-service-split--3 {
		grid-template-columns: 1fr;
	}
}

.rp-service-panel {
	position: relative;
	display: flex;
	align-items: flex-end;
	min-height: 380px;
	padding: 40px;
	text-decoration: none;
	color: #fff;
	overflow: hidden;
	isolation: isolate;
}

.rp-service-panel__bg {
	position: absolute;
	inset: 0;
	background-size: cover;
	background-position: center;
	transition: transform 0.55s ease;
	z-index: -2;
}

.rp-service-panel::before {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(to top, rgba(0, 17, 46, 0.88) 0%, rgba(0, 17, 46, 0.25) 65%, rgba(0, 17, 46, 0.1) 100%);
	z-index: -1;
	transition: background 0.35s ease;
}

.rp-service-panel:hover .rp-service-panel__bg,
.rp-service-panel:focus .rp-service-panel__bg {
	transform: scale(1.05);
}

.rp-service-panel:hover,
.rp-service-panel:focus {
	color: #fff;
	text-decoration: none;
}

.rp-service-panel h3 {
	margin: 0 0 8px;
	font-size: 1.75rem;
	letter-spacing: -0.02em;
	color: #fff;
}

.rp-service-panel p {
	margin: 0 0 16px;
	max-width: 28ch;
	font-size: 1rem;
	line-height: 1.5;
	color: rgba(255, 255, 255, 0.9);
}

.rp-service-panel__link {
	font-weight: 600;
	font-size: 0.95rem;
	border-bottom: 1px solid rgba(255, 255, 255, 0.5);
	padding-bottom: 2px;
	transition: border-color 0.2s ease;
}

.rp-service-panel:hover .rp-service-panel__link {
	border-bottom-color: #fff;
}

@media (max-width: 767px) {
	.rp-service-split {
		grid-template-columns: 1fr;
	}
	.rp-service-panel {
		min-height: 300px;
	}
}

/* —— Steps —— */
.rp-steps {
	padding: 88px 0;
	background: #ebeff3;
}

.rp-steps__grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 40px 48px;
	counter-reset: rp-step;
}

.rp-step {
	position: relative;
	padding-top: 8px;
}

.rp-step::before {
	counter-increment: rp-step;
	content: "0" counter(rp-step);
	display: block;
	margin-bottom: 16px;
	font-size: 0.85rem;
	font-weight: 700;
	letter-spacing: 0.08em;
	color: var(--pbmit-global-color);
}

.rp-step h3 {
	margin: 0 0 10px;
	font-size: 1.35rem;
	letter-spacing: -0.02em;
	color: #00112e;
}

.rp-step p {
	margin: 0;
	font-size: 1rem;
	line-height: 1.6;
	color: #304364;
}

@media (max-width: 767px) {
	.rp-steps__grid {
		grid-template-columns: 1fr;
		gap: 32px;
	}
}

.rp-steps__grid--4 {
	grid-template-columns: repeat(4, 1fr);
}

@media (max-width: 991px) {
	.rp-steps__grid--4 {
		grid-template-columns: repeat(2, 1fr);
	}
}

@media (max-width: 767px) {
	.rp-steps__grid--4 {
		grid-template-columns: 1fr;
	}
}

/* —— Reviews —— */
.rp-proof {
	padding: 88px 0;
	background: #fff;
}

.rp-proof__head {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-end;
	justify-content: space-between;
	gap: 20px;
	margin-bottom: 40px;
}

.rp-proof__head .rp-section-head {
	margin-bottom: 0;
}

.rp-proof__link {
	font-weight: 600;
	color: #00b67a;
	text-decoration: none;
	border-bottom: 1px solid transparent;
	transition: border-color 0.2s ease;
}

.rp-proof__link:hover {
	border-bottom-color: #00b67a;
	color: #00915f;
	text-decoration: none;
}

.rp-proof__grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 28px;
}

.rp-proof-item {
	padding: 0;
	border: none;
	background: transparent;
}

.rp-proof-item__stars {
	display: flex;
	gap: 2px;
	margin-bottom: 14px;
}

.rp-proof-item__stars span {
	width: 16px;
	height: 16px;
	background: #00b67a;
	display: inline-flex;
	align-items: center;
	justify-content: center;
}

.rp-proof-item__stars svg {
	width: 10px;
	height: 10px;
	fill: #fff;
}

.rp-proof-item blockquote {
	margin: 0 0 20px;
	padding: 0;
	border: none;
	font-size: 1.05rem;
	line-height: 1.65;
	color: #00112e;
	quotes: none;
}

.rp-proof-item footer {
	font-size: 0.9rem;
	color: #304364;
}

.rp-proof-item footer strong {
	display: block;
	color: #00112e;
	font-weight: 700;
	margin-bottom: 2px;
}

@media (max-width: 991px) {
	.rp-proof__grid {
		grid-template-columns: 1fr;
		gap: 36px;
	}
}

/* —— Quote —— */
.rp-quote {
	padding: 0;
	background: #ebeff3;
	color: #00112e;
}

.rp-quote__layout {
	display: grid;
	grid-template-columns: minmax(280px, 0.95fr) minmax(320px, 1.05fr);
	min-height: 640px;
}

.rp-quote__media {
	position: relative;
	min-height: 420px;
	overflow: hidden;
	background: #00112e;
}

.rp-quote__media img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
	position: absolute;
	inset: 0;
}

.rp-quote__media::after {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(to top, rgba(0, 17, 46, 0.85) 0%, rgba(0, 17, 46, 0.2) 50%, rgba(0, 17, 46, 0.15) 100%);
	pointer-events: none;
}

.rp-quote__media-copy {
	position: absolute;
	left: 36px;
	right: 36px;
	bottom: 36px;
	z-index: 1;
	color: #fff;
}

.rp-quote__media-brand {
	margin: 0 0 8px;
	font-size: clamp(1.75rem, 3vw, 2.5rem);
	font-weight: 700;
	letter-spacing: -0.03em;
	line-height: 1.1;
}

.rp-quote__media-text {
	margin: 0;
	font-size: 0.95rem;
	opacity: 0.9;
}

.rp-quote__panel {
	background: #fff;
	padding: clamp(32px, 5vw, 56px);
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.rp-quote__intro {
	margin-bottom: 28px;
}

.rp-quote__intro h2 {
	margin: 0 0 10px;
	font-size: clamp(1.75rem, 3vw, 2.25rem);
	letter-spacing: -0.02em;
	line-height: 1.2;
	color: #00112e;
}

.rp-quote__intro p {
	margin: 0;
	font-size: 1rem;
	line-height: 1.55;
	color: #304364;
}

.rp-quote__intro a {
	color: var(--pbmit-global-color);
	font-weight: 600;
	text-decoration: underline;
	text-underline-offset: 2px;
}

.rp-quote .rp-quote-form {
	max-width: none;
	position: relative;
}

.rp-quote-form__grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 16px 18px;
}

.rp-quote-form__full {
	grid-column: 1 / -1;
}

.rp-quote .rp-quote-form .form-group {
	margin-bottom: 0;
}

.rp-quote .rp-quote-form label {
	color: #00112e;
	font-size: 0.875rem;
	font-weight: 600;
	margin-bottom: 6px;
}

.rp-quote .rp-quote-form .form-check-label {
	color: #304364;
	font-size: 0.9rem;
	line-height: 1.45;
}

.rp-quote .rp-quote-form .form-control {
	background: #f4f6f8;
	border: 1px solid #dce3ea;
	border-radius: 0;
	color: #00112e;
	height: 48px;
	padding: 0.7rem 0.9rem;
	box-shadow: none;
	transition: border-color 0.2s ease, background-color 0.2s ease;
}

.rp-quote .rp-quote-form textarea.form-control {
	height: auto;
	min-height: 88px;
	resize: vertical;
}

.rp-quote .rp-quote-form .form-control:focus {
	background: #fff;
	border-color: var(--pbmit-global-color);
	outline: none;
	box-shadow: 0 0 0 3px rgba(0, 53, 141, 0.12);
}

.rp-quote .rp-quote-form .form-control::placeholder {
	color: #8a97a8;
}

.rp-quote .rp-quote-form select.form-control {
	appearance: none;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath fill='%2300112e' d='M1.4 0L6 4.6 10.6 0 12 1.4 6 7.4 0 1.4z'/%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-position: right 14px center;
	padding-right: 36px;
}

.rp-quote .rp-quote-form .form-check {
	display: flex;
	align-items: flex-start;
	gap: 10px;
	padding: 0;
	margin: 4px 0 0;
}

.rp-quote .rp-quote-form .form-check-input {
	width: 18px;
	height: 18px;
	margin: 2px 0 0;
	flex-shrink: 0;
	border: 1px solid #c5ced8;
	accent-color: var(--pbmit-global-color);
}

.rp-quote-form__submit {
	width: 100%;
	margin-top: 4px;
	background: var(--pbmit-global-color) !important;
	color: #fff !important;
	justify-content: center;
}

.rp-quote-form__submit:hover {
	background: #00112e !important;
	color: #fff !important;
}

.rp-quote .message-status {
	margin-top: 12px;
}

@media (max-width: 991px) {
	.rp-quote__layout {
		grid-template-columns: 1fr;
	}

	.rp-quote__media {
		min-height: 280px;
	}

	.rp-quote__media img {
		position: absolute;
	}
}

@media (max-width: 575px) {
	.rp-quote-form__grid {
		grid-template-columns: 1fr;
	}

	.rp-quote-form__full {
		grid-column: auto;
	}
}

/* —— Footer cleanup on home —— */
.rp-home .pbmit-footer-big-area .pbmit-footer-newsletter {
	display: none;
}

.rp-home .pbmit-footer-big-area .rp-footer-cta {
	display: inline-flex;
}

.rp-footer-cta.pbmit-btn {
	background: #fff;
	color: #00112e;
}

.rp-footer-cta.pbmit-btn:hover {
	background: var(--pbmit-global-color);
	color: #fff;
}
