```css
/*
Theme Name: RecoverRate Hello Child
Theme URI: https://recoverate.co.uk/
Description: Custom child theme for the RecoverRate website, based on Hello Elementor.
Author: RecoverRate
Template: hello-elementor
Version: 1.0.0
Text Domain: recoverrate-hello-child
*/

/*
=====================================================
RECOVERRATE HEADER - SOLID WHITE
=====================================================
*/

.rr-site-header,
.rr-site-header:hover,
.rr-site-header:focus,
.rr-site-header:active {
	position: sticky;
	top: 0;
	z-index: 99999;
	width: 100%;
	background-color: #FFFFFF !important;
	background: #FFFFFF !important;
	border-bottom: 1px solid #E1E6E3;
	box-shadow: 0 4px 18px rgba(37, 42, 45, 0.06);
	opacity: 1 !important;
	visibility: visible !important;
}

/*
Prevent transparent header states from Elementor/theme
*/

.elementor-editor-active .rr-site-header,
.elementor-editor-active .rr-site-header:hover,
.elementor-editor-active .rr-site-header:focus,
body:not(.elementor-editor-active) .rr-site-header,
body:not(.elementor-editor-active) .rr-site-header:hover {
	background-color: #FFFFFF !important;
	background: #FFFFFF !important;
}

/*
Header inner
*/

.rr-header-inner {
	position: relative;
	z-index: 2;
	background-color: #FFFFFF !important;
	background: #FFFFFF !important;
}


/*
=====================================================
MOBILE HEADER - SOLID WHITE
=====================================================
*/

@media (max-width: 991px) {

	.rr-site-header {
		background-color: #FFFFFF !important;
		background: #FFFFFF !important;
	}

	.rr-header-inner {
		background-color: #FFFFFF !important;
		background: #FFFFFF !important;
	}

	/*
	Mobile menu opened
	*/

	.rr-primary-navigation,
	.rr-primary-navigation.is-open {
		background-color: #FFFFFF !important;
		background: #FFFFFF !important;
		opacity: 1 !important;
		visibility: visible;
	}

	.rr-primary-menu,
	.rr-primary-menu .sub-menu {
		background-color: #FFFFFF !important;
		background: #FFFFFF !important;
	}

	.rr-primary-menu > li {
		background-color: #FFFFFF !important;
	}

}


/*
=====================================================
ADMIN BAR
=====================================================
*/

.admin-bar .rr-site-header {
	top: 32px;
}

@media (max-width: 782px) {

	.admin-bar .rr-site-header {
		top: 46px;
	}

}


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

/*
Main footer
*/

.rr-site-footer,
.rr-footer,
.rr-footer-main {
	background-color: #252A2D !important;
	background: #252A2D !important;
	color: #FFFFFF;
	width: 100%;
}


/*
Footer inner
*/

.rr-footer-inner {
	max-width: 1248px;
	margin: 0 auto;
	padding: 60px 24px;
	display: grid;
	grid-template-columns: 1.4fr 1fr 1fr 1fr 1fr;
	gap: 35px;
	background-color: transparent !important;
}


/*
Footer headings
*/

.rr-site-footer h3,
.rr-footer h3 {
	color: #FFFFFF !important;
	font-family: "Barlow Condensed", sans-serif;
	font-size: 22px;
	font-weight: 700;
	line-height: 1.2;
	margin: 0 0 20px;
}


/*
Footer text + links
*/

.rr-site-footer p,
.rr-site-footer a,
.rr-footer p,
.rr-footer a {
	color: #D1D5DB;
	font-family: "Inter", sans-serif;
	font-size: 14px;
	line-height: 1.8;
	text-decoration: none;
}

.rr-site-footer a:hover,
.rr-site-footer a:focus,
.rr-footer a:hover,
.rr-footer a:focus {
	color: #FFC20E;
}


/*
Footer menus
*/

.rr-footer-menu {
	list-style: none;
	margin: 0;
	padding: 0;
}

.rr-footer-menu li {
	margin-bottom: 8px;
}


/*
Footer logo
*/

.rr-footer-brand .custom-logo {
	max-width: 190px;
	height: auto;
}


/*
Social icons
*/

.rr-social-links {
	display: flex;
	gap: 10px;
	margin-top: 20px;
}

.rr-social-links a {
	width: 32px;
	height: 32px;
	border: 1px solid rgba(255, 255, 255, 0.3);
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 0;
	line-height: 1;
}

.rr-social-links a::before {
	font-size: 14px;
	font-weight: 700;
}

.rr-social-links a[aria-label="Facebook"]::before {
	content: "f";
}

.rr-social-links a[aria-label="Instagram"]::before {
	content: "◎";
}

.rr-social-links a[aria-label="LinkedIn"]::before {
	content: "in";
}

.rr-social-links a[aria-label="YouTube"]::before {
	content: "▶";
}


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

.rr-footer-bottom {
	width: 100%;
	background-color: #239A58 !important;
	background: #239A58 !important;
	color: #FFFFFF;
}

.rr-footer-bottom-inner {
	max-width: 1248px;
	margin: 0 auto;
	padding: 12px 24px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
	background-color: transparent !important;
	color: #FFFFFF;
	font-family: "Inter", sans-serif;
	font-size: 14px;
	line-height: 1.5;
}

.rr-footer-bottom-inner span {
	color: #FFFFFF !important;
}


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

@media (max-width: 1100px) {

	.rr-footer-inner {
		grid-template-columns: 1.5fr 1fr 1fr;
	}

}

@media (max-width: 900px) {

	.rr-footer-inner {
		grid-template-columns: repeat(2, 1fr);
	}

}

@media (max-width: 600px) {

	.rr-footer-inner {
		grid-template-columns: 1fr;
		padding: 40px 16px;
		gap: 30px;
	}

	.rr-footer-bottom-inner {
		flex-direction: column;
		gap: 8px;
		text-align: center;
		padding-right: 16px;
		padding-left: 16px;
	}

}






/*
=====================================================
RecoverRate Global Variables
=====================================================
*/

:root {
	--rr-green: #239A58;
	--rr-dark-green: #1D7D49;
	--rr-yellow: #FFC20E;
	--rr-heading: #252A2D;
	--rr-text: #50575D;
	--rr-light: #F5F7F6;
	--rr-border: #E1E6E3;
	--rr-white: #FFFFFF;
	--rr-footer: #252A2D;
}


/*
=====================================================
Global
=====================================================
*/

html {
	scroll-behavior: smooth;
}

body {
	overflow-x: hidden;
}


/*
=====================================================
RecoverRate Global Header
=====================================================
*/

.rr-site-header,
.rr-site-header * {
	box-sizing: border-box;
}

.rr-site-header {
	position: sticky;
	top: 0;
	z-index: 9999;
	width: 100%;
	background: var(--rr-white);
	border-bottom: 1px solid var(--rr-border);
	box-shadow: 0 4px 18px rgba(37, 42, 45, 0.06);
}

.admin-bar .rr-site-header {
	top: 32px;
}

.rr-header-inner {
	position: relative;
	display: grid;
	grid-template-columns: auto minmax(0, 1fr) auto;
	align-items: center;
	gap: 32px;
	width: 100%;
	max-width: 1400px;
	min-height: 88px;
	margin: 0 auto;
	padding: 0 24px;
}


/*
=====================================================
Logo
=====================================================
*/

.rr-site-branding {
	display: flex;
	align-items: center;
	min-width: 150px;
}

.rr-site-branding .custom-logo-link {
	display: inline-flex;
	align-items: center;
	line-height: 0;
}

.rr-site-branding .custom-logo {
	display: block;
	width: auto;
	max-width: 210px;
	max-height: 58px;
	object-fit: contain;
}

.rr-site-title {
	color: var(--rr-heading);
	font-family: "Barlow Condensed", sans-serif;
	font-size: 30px;
	font-weight: 700;
	line-height: 1;
	text-decoration: none;
}

.rr-site-title:hover,
.rr-site-title:focus {
	color: var(--rr-green);
}


/*
=====================================================
Main Navigation
=====================================================
*/

.rr-primary-navigation {
	display: flex;
	justify-content: center;
	min-width: 0;
}

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

.rr-primary-menu {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 27px;
}

.rr-primary-menu > li {
	position: relative;
	margin: 0;
}

.rr-primary-menu > li > a {
	position: relative;
	display: flex;
	align-items: center;
	min-height: 88px;
	color: var(--rr-heading);
	font-family: "Inter", sans-serif;
	font-size: 14px;
	font-weight: 600;
	line-height: 1.3;
	text-decoration: none;
	white-space: nowrap;
	transition:
		color 0.25s ease,
		background-color 0.25s ease;
}

.rr-primary-menu > li > a::after {
	content: "";
	position: absolute;
	right: 0;
	bottom: 23px;
	left: 0;
	height: 3px;
	background: var(--rr-green);
	border-radius: 10px;
	transform: scaleX(0);
	transform-origin: center;
	transition: transform 0.25s ease;
}

.rr-primary-menu > li > a:hover,
.rr-primary-menu > li > a:focus,
.rr-primary-menu > .current-menu-item > a,
.rr-primary-menu > .current-menu-ancestor > a {
	color: var(--rr-green);
}

.rr-primary-menu > li > a:hover::after,
.rr-primary-menu > li > a:focus::after,
.rr-primary-menu > .current-menu-item > a::after,
.rr-primary-menu > .current-menu-ancestor > a::after {
	transform: scaleX(1);
}


/*
=====================================================
Dropdown Menu
=====================================================
*/

.rr-primary-menu .sub-menu {
	position: absolute;
	top: 100%;
	left: -18px;
	z-index: 100;
	min-width: 225px;
	padding: 10px;
	background: var(--rr-white);
	border: 1px solid var(--rr-border);
	border-radius: 8px;
	box-shadow: 0 16px 35px rgba(37, 42, 45, 0.13);
	opacity: 0;
	visibility: hidden;
	transform: translateY(10px);
	transition:
		opacity 0.2s ease,
		visibility 0.2s ease,
		transform 0.2s ease;
}

.rr-primary-menu li:hover > .sub-menu,
.rr-primary-menu li:focus-within > .sub-menu {
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
}

.rr-primary-menu .sub-menu li {
	margin: 0;
}

.rr-primary-menu .sub-menu a {
	display: block;
	padding: 11px 12px;
	color: var(--rr-heading);
	font-family: "Inter", sans-serif;
	font-size: 14px;
	font-weight: 500;
	line-height: 1.4;
	text-decoration: none;
	border-radius: 6px;
	transition:
		color 0.2s ease,
		background-color 0.2s ease;
}

.rr-primary-menu .sub-menu a:hover,
.rr-primary-menu .sub-menu a:focus,
.rr-primary-menu .sub-menu .current-menu-item > a {
	color: var(--rr-green);
	background: var(--rr-light);
}


/*
=====================================================
Phone CTA
=====================================================
*/

.rr-header-contact {
	display: flex;
	justify-content: flex-end;
}

.rr-call-button {
	display: inline-flex;
	align-items: center;
	gap: 11px;
	min-height: 54px;
	padding: 9px 17px;
	color: var(--rr-heading);
	background: var(--rr-yellow);
	border: 1px solid var(--rr-yellow);
	border-radius: 8px;
	box-shadow: 0 7px 18px rgba(255, 194, 14, 0.22);
	text-decoration: none;
	white-space: nowrap;
	transition:
		color 0.25s ease,
		background-color 0.25s ease,
		border-color 0.25s ease,
		transform 0.25s ease,
		box-shadow 0.25s ease;
}

.rr-call-button:hover,
.rr-call-button:focus {
	color: var(--rr-white);
	background: var(--rr-green);
	border-color: var(--rr-green);
	box-shadow: 0 9px 22px rgba(35, 154, 88, 0.24);
	transform: translateY(-2px);
}

.rr-call-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex: 0 0 auto;
}

.rr-call-icon svg {
	display: block;
}

.rr-call-content {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 1px;
}

.rr-call-label {
	font-family: "Inter", sans-serif;
	font-size: 11px;
	font-weight: 600;
	line-height: 1.2;
	letter-spacing: 0.02em;
	opacity: 0.8;
}

.rr-call-number {
	font-family: "Inter", sans-serif;
	font-size: 15px;
	font-weight: 700;
	line-height: 1.2;
}


/*
=====================================================
Mobile Hamburger
=====================================================
*/

.rr-menu-toggle {
	display: none;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	gap: 5px;
	width: 46px;
	height: 46px;
	margin: 0;
	padding: 0;
	color: var(--rr-heading);
	background: var(--rr-light);
	border: 1px solid var(--rr-border);
	border-radius: 8px;
	cursor: pointer;
	transition:
		color 0.25s ease,
		background-color 0.25s ease,
		border-color 0.25s ease;
}

.rr-menu-toggle:hover,
.rr-menu-toggle:focus {
	color: var(--rr-white);
	background: var(--rr-green);
	border-color: var(--rr-green);
}

.rr-menu-bar {
	display: block;
	width: 21px;
	height: 2px;
	background: currentColor;
	border-radius: 10px;
	transition:
		transform 0.25s ease,
		opacity 0.25s ease;
}

.rr-menu-toggle.is-active .rr-menu-bar:nth-child(1) {
	transform: translateY(7px) rotate(45deg);
}

.rr-menu-toggle.is-active .rr-menu-bar:nth-child(2) {
	opacity: 0;
}

.rr-menu-toggle.is-active .rr-menu-bar:nth-child(3) {
	transform: translateY(-7px) rotate(-45deg);
}


/*
=====================================================
Tablet and Mobile
=====================================================
*/

@media (max-width: 991px) {

	.rr-header-inner {
		display: flex;
		gap: 14px;
		min-height: 76px;
		padding-right: 20px;
		padding-left: 20px;
	}

	.rr-site-branding {
		flex: 1 1 auto;
		min-width: 0;
	}

	.rr-site-branding .custom-logo {
		max-width: 185px;
		max-height: 50px;
	}

	.rr-header-contact {
		flex: 0 0 auto;
		margin-left: auto;
	}

	.rr-menu-toggle {
		display: inline-flex;
		flex: 0 0 auto;
	}

	.rr-primary-navigation {
		position: absolute;
		top: 100%;
		right: 0;
		left: 0;
		display: block;
		max-height: 0;
		padding: 0 20px;
		background: var(--rr-white);
		border-top: 1px solid var(--rr-border);
		box-shadow: 0 15px 25px rgba(37, 42, 45, 0.1);
		opacity: 0;
		visibility: hidden;
		overflow: hidden;
		transform: translateY(-8px);
		transition:
			max-height 0.35s ease,
			opacity 0.25s ease,
			visibility 0.25s ease,
			transform 0.25s ease;
	}

	.rr-primary-navigation.is-open {
		max-height: calc(100vh - 76px);
		padding-top: 10px;
		padding-bottom: 18px;
		opacity: 1;
		visibility: visible;
		overflow-y: auto;
		transform: translateY(0);
	}

	.rr-primary-menu {
		display: flex;
		align-items: stretch;
		flex-direction: column;
		gap: 0;
		width: 100%;
	}

	.rr-primary-menu > li {
		width: 100%;
		border-bottom: 1px solid var(--rr-border);
	}

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

	.rr-primary-menu > li > a {
		min-height: auto;
		padding: 14px 2px;
		font-size: 15px;
		white-space: normal;
	}

	.rr-primary-menu > li > a::after {
		display: none;
	}

	.rr-primary-menu .sub-menu {
		position: static;
		min-width: 0;
		padding: 0 0 10px 15px;
		background: transparent;
		border: 0;
		border-radius: 0;
		box-shadow: none;
		opacity: 1;
		visibility: visible;
		transform: none;
	}

	.rr-primary-menu .sub-menu a {
		padding: 10px;
	}

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


/*
=====================================================
Tablet / Small Devices
=====================================================
*/

@media (max-width: 767px) {

	.rr-header-inner {
		padding-right: 16px;
		padding-left: 16px;
	}

	.rr-primary-navigation {
		padding-right: 16px;
		padding-left: 16px;
	}

	.rr-site-branding .custom-logo {
		max-width: 155px;
		max-height: 46px;
	}

	.rr-call-button {
		gap: 7px;
		min-height: 46px;
		padding: 8px 11px;
	}

	.rr-call-label {
		display: none;
	}

	.rr-call-number {
		font-size: 13px;
	}

	.rr-menu-toggle {
		width: 44px;
		height: 44px;
	}
}


/*
=====================================================
Small Mobile
=====================================================
*/

@media (max-width: 520px) {

	.rr-header-inner {
		gap: 9px;
	}

	.rr-site-branding .custom-logo {
		max-width: 135px;
	}

	.rr-call-button {
		padding: 8px 9px;
	}

	.rr-call-icon svg {
		width: 19px;
		height: 19px;
	}

	.rr-call-number {
		font-size: 12px;
	}
}


/*
=====================================================
WordPress Admin Bar
=====================================================
*/

@media (max-width: 782px) {

	.admin-bar .rr-site-header {
		top: 46px;
	}
}


/*
=====================================================
Existing Elementor Section Styling
=====================================================
*/

#section2 .e-con-inner {
	background: #fff;
	border-radius: 12px;
	border: 1px solid #ccc;
}

#businesscard h5.elementor-image-box-title {
/* 	background: #50575D; */
	margin: 0;
	padding: 15px 0;
	border-radius: 0 0 16px 16px !important;
}


/*
=====================================================
RecoverRate Dynamic Footer
=====================================================
*/

.rr-site-footer,
.rr-footer {
	background: var(--rr-footer);
	color: var(--rr-white);
}

.rr-footer-main {
	background: var(--rr-footer);
	color: var(--rr-white);
}

.rr-footer-inner {
	max-width: 1400px;
	margin: 0 auto;
	padding: 60px 24px;
	display: grid;
	grid-template-columns: 1.4fr 1fr 1fr 1fr 1fr;
	gap: 35px;
}

.rr-footer-column {
	min-width: 0;
}

.rr-site-footer h3,
.rr-footer h3 {
	color: var(--rr-white);
	font-family: "Barlow Condensed", sans-serif;
	font-size: 22px;
	font-weight: 700;
	line-height: 1.2;
	margin: 0 0 20px;
}

.rr-site-footer p,
.rr-site-footer a,
.rr-footer p,
.rr-footer a {
	color: #d1d5db;
	font-family: "Inter", sans-serif;
	font-size: 14px;
	line-height: 1.8;
	text-decoration: none;
}

.rr-site-footer a:hover,
.rr-site-footer a:focus,
.rr-footer a:hover,
.rr-footer a:focus {
	color: var(--rr-yellow);
}

.rr-footer-menu {
	list-style: none;
	margin: 0;
	padding: 0;
}

.rr-footer-menu li {
	margin-bottom: 8px;
}

.rr-footer-brand .custom-logo {
	max-width: 190px;
	height: auto;
}

.rr-social-links {
	display: flex;
	gap: 10px;
	margin-top: 20px;
}

.rr-social-links a {
	width: 32px;
	height: 32px;
	border: 1px solid rgba(255, 255, 255, 0.3);
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.rr-social-links a {
	font-size: 0;
	line-height: 1;
}

.rr-social-links a::before {
	font-size: 14px;
	font-weight: 700;
}

.rr-social-links a[aria-label="Facebook"]::before {
	content: "f";
}

.rr-social-links a[aria-label="Instagram"]::before {
	content: "◎";
}

.rr-social-links a[aria-label="LinkedIn"]::before {
	content: "in";
}

.rr-social-links a[aria-label="YouTube"]::before {
	content: "▶";
}

.rr-footer-contact a {
	color: #d1d5db;
	text-decoration: none;
}

.rr-footer-contact a:hover,
.rr-footer-contact a:focus {
	color: var(--rr-yellow);
}


/*
=====================================================
Footer Bottom
=====================================================
*/

.rr-footer-bottom {
	background: var(--rr-green);
}

.rr-footer-bottom-inner {
	max-width: 1248px;
	margin: 0 auto;
	padding: 12px 24px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
	color: var(--rr-white);
	font-family: "Inter", sans-serif;
	font-size: 14px;
	line-height: 1.5;
}


/*
=====================================================
Footer Responsive
=====================================================
*/

@media (max-width: 1100px) {

	.rr-footer-inner {
		grid-template-columns: 1.5fr 1fr 1fr;
	}
}

@media (max-width: 900px) {

	.rr-footer-inner {
		grid-template-columns: repeat(2, 1fr);
	}
}

@media (max-width: 600px) {

	.rr-footer-inner {
		grid-template-columns: 1fr;
		padding: 40px 16px;
		gap: 30px;
	}

	.rr-footer-bottom-inner {
		flex-direction: column;
		gap: 8px;
		text-align: center;
		padding-right: 16px;
		padding-left: 16px;
	}
}


/*
=====================================================
Elementor Editor Compatibility
=====================================================
*/

/*
Do not force the sticky header to become static
inside Elementor. Keeping the original header
behavior prevents frontend/editor differences.
*/

body.rr-elementor-editor {
	overflow-x: visible;
}

/*
Prevent the custom mobile menu from locking
the Elementor editor document.
*/

body.rr-elementor-editor.rr-menu-open {
	overflow: visible;
}


/*
=====================================================
Elementor Preview / Iframe Safety
=====================================================
*/

.elementor-editor-active .rr-site-header {
	z-index: 9999;
}

.elementor-editor-active .rr-site-footer {
	position: relative;
}

.elementor-editor-active img {
	max-width: 100%;
}


/*
=====================================================
Accessibility / Focus
=====================================================
*/

.rr-site-header a:focus-visible,
.rr-site-header button:focus-visible,
.rr-site-footer a:focus-visible {
	outline: 2px solid var(--rr-green);
	outline-offset: 3px;
}


/*
=====================================================
Reduced Motion
=====================================================
*/

@media (prefers-reduced-motion: reduce) {

	html {
		scroll-behavior: auto;
	}

	.rr-site-header *,
	.rr-site-footer *,
	.rr-primary-menu .sub-menu {
		transition: none !important;
		animation: none !important;
	}
}
/* =====================================================
   SERVICES DROPDOWN — DESKTOP
   ===================================================== */

@media (min-width: 992px) {

    .rr-primary-menu > li.menu-item-has-children > .sub-menu {
        max-height: 420px !important;
        overflow-y: auto !important;
        overflow-x: hidden !important;
    }

    .rr-primary-menu > li.menu-item-has-children > .sub-menu::-webkit-scrollbar {
        width: 6px;
    }

    .rr-primary-menu > li.menu-item-has-children > .sub-menu::-webkit-scrollbar-track {
        background: #f5f7f6;
        border-radius: 10px;
    }

    .rr-primary-menu > li.menu-item-has-children > .sub-menu::-webkit-scrollbar-thumb {
        background: #239A58;
        border-radius: 10px;
    }

    .rr-primary-menu > li.menu-item-has-children > .sub-menu::-webkit-scrollbar-thumb:hover {
        background: #1D7D49;
    }

    .rr-primary-menu > li.menu-item-has-children > .sub-menu {
        scrollbar-width: thin;
        scrollbar-color: #239A58 #f5f7f6;
    }
}


/* =====================================================
   SERVICES DROPDOWN — TABLET / MOBILE
   ===================================================== */

@media (max-width: 991px) {

    .rr-primary-menu > li.menu-item-has-children > .sub-menu {
        max-height: 300px !important;
        overflow-y: auto !important;
        overflow-x: hidden !important;
        -webkit-overflow-scrolling: touch;
    }

    .rr-primary-menu > li.menu-item-has-children > .sub-menu::-webkit-scrollbar {
        width: 5px;
    }

    .rr-primary-menu > li.menu-item-has-children > .sub-menu::-webkit-scrollbar-track {
        background: #f5f7f6;
    }

    .rr-primary-menu > li.menu-item-has-children > .sub-menu::-webkit-scrollbar-thumb {
        background: #239A58;
        border-radius: 10px;
    }

    .rr-primary-menu > li.menu-item-has-children > .sub-menu {
        scrollbar-width: thin;
        scrollbar-color: #239A58 #f5f7f6;
    }
}


/* =====================================================
   SMALL MOBILE
   ===================================================== */

@media (max-width: 520px) {

    .rr-primary-menu > li.menu-item-has-children > .sub-menu {
        max-height: 250px !important;
    }
}



/* Extra CSS */
#ser-sec-2 {
    margin: -100px auto 0 auto !important;
}
h1 span {
    color: #239a58;
}
#mob p {
    margin: 0 !important;
}
#businesscard figure.elementor-image-box-img{
	height: 130px !important;
}
#businesscard figure.elementor-image-box-img img {
    height: 130px;
}