/*
Theme Name: Beaver Builder Child Theme
Theme URI: http://www.wpbeaverbuilder.com
Version: 1.0
Description: An example child theme that can be used as a starting point for custom development.
Author: The Beaver Builder Team
Author URI: http://www.fastlinemedia.com
template: bb-theme
*/

/* ============================================================
   DESIGN TOKENS
   — New palette: warm navy darks, white/cream light sections,
     Montserrat + Inter (nothing from the sitemap doc)
   ============================================================ */
:root {
  --orange:       #E8500A;
  --orange-hover: #CC3F00;
  --navy:         #141B2D;   /* hero, footer, dark panels */
  --navy-mid:     #1D2540;   /* slightly lighter navy */
  --white:        #FFFFFF;
  --cream:        #F5F3EE;   /* warm off-white sections */
  --cream-light:  #FAF9F6;
  --text:         #1A1A2E;
  --text-mid:     #4A5160;
  --muted:        #8A92A0;
  --divider:      #E5E2DC;
  --gold:         #F5A623;
  --green:        #22C993;
  --font-head:  'Montserrat', sans-serif;
  --font-body:  'Inter', sans-serif;
  --max-w:      1280px;
  --gutter:     40px;
  --radius-sm:  4px;
  --radius:     10px;
  --radius-lg:  16px;
  --shadow-sm:  0 1px 4px rgba(0,0,0,0.06);
  --shadow-md:  0 4px 20px rgba(0,0,0,0.09);
  --shadow-lg:  0 12px 48px rgba(0,0,0,0.14);
  --shadow-xl:  0 24px 64px rgba(0,0,0,0.18);
  --ease:       220ms ease;
}
* :focus {
    outline: none !important;
}
a:hover {
    text-decoration: none !important;
}
h1 span {
    color: var(--orange) !important;
}
p {
    margin: 0 0 15px;
}
p:last-child {
    margin-bottom: 0;
}
body {
    overflow-x: hidden;
}
.trust-pill .dot {
    color: var(--green)!important;
    font-size: 14px;
}

.fl-page-content .fl-row, .fl-page-content .fl-row-content {
    position: relative;
}
.fl-builder-content[data-type="header"].fl-theme-builder-header-sticky {
    top: 0;
    z-index: 999;
}
.header-inner .fl-col-group {
    justify-content: space-between;
}
.header-inner .fl-col {
    flex: none;
    width: auto !important;
    margin: 0;
}
.header-logo .fl-col-content {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start !important;
    width: 100%;
    gap: 10px;
}

.header-logo .fl-col-content > * {
    margin: 0;
}

.header-logo .fl-col-content a {
    font-family: var(--font-body);
    font-weight: 500;
    font-size: 10px;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    display: block;
    transition: color var(--ease);
    color: var(--muted);
    text-decoration: none;
}

.header-logo .fl-col-content a strong {
    font-family: var(--font-head);
    font-weight: 800;
    font-size: 17px;
    letter-spacing: -0.01em;
    color: #fff;
    display: block;
}
.fl-theme-builder-header-scrolled {
    background: #fff;
    box-shadow: 0 2px 24px rgba(0,0,0,0.08);
}
.fl-theme-builder-header-scrolled .header-logo .fl-col-content p strong {
    color: #1a1a2e;
}
.fl-theme-builder-header-scrolled .header-logo .fl-col-content p {
    color: #8a92a0;
}
.header-inner .fl-menu a {
    border-radius: var(--radius-sm);
}
.header-inner .fl-menu .mobile-nav {
    display: none !important;
}
.header-inner .fl-menu .current-menu-item > a,
.header-inner .fl-menu .current-menu-item .fl-has-submenu-container > a {
    color: var(--fl-global-orange) !important;
    background: transparent !important;
    text-decoration: none;
}
.header-inner .fl-menu span.fl-menu-toggle {
    background: transparent !important;
}
.fl-theme-builder-header-scrolled .header-inner .fl-menu a {
    color: #4a5160 !important;
}
.fl-theme-builder-header-scrolled .header-inner .fl-menu a:hover {
    color: var(--text)!important;
    background: var(--cream)!important;
}
.fl-theme-builder-header-scrolled .header-inner .fl-menu .current-menu-item > a, 
.fl-theme-builder-header-scrolled .header-inner .fl-menu .current-menu-item .fl-has-submenu-container > a {
    color: var(--fl-global-orange) !important;
    background: transparent !important;
    text-decoration: none;
}
.fl-theme-builder-header-scrolled .header-inner .fl-menu .fl-menu-toggle:before {
    border-color: #4a5160 !important;
}
.fl-theme-builder-header-scrolled .fl-menu .fl-menu-mobile-toggle svg rect {
    fill: #000 !important;
}
.header-right .fl-col-group {
    display: flex;
    align-items: center;
}
.header-right .head-phone a {
    color: rgba(255, 255, 255, 0.7);
    text-decoration: none;
}
.fl-theme-builder-header-scrolled .header-right .head-phone a {
    color: var(--text-mid);
}
.hero-content .pp-infobox-title-prefix {
    margin-bottom: 10px;
}

.hero-content .pp-infobox-title-wrapper {
    padding: 0 0 14px 0;
}
.hero-phone a {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 20px;
    font-weight: 700;
    color: rgba(255,255,255,0.38);
    letter-spacing: -0.01em;
    transition: color var(--ease);
    text-decoration: none;
}
.hero-phone a:hover {
    color: var(--orange);
}
.hero-phone i, .hero-phone em {
    font-size: 11px !important;
    font-weight: 400 !important;
    color: rgba(255,255,255,0.28);
    letter-spacing: 0.08em;
    text-transform: uppercase;
    display: block;
    margin-top: 2px;
    font-style: normal;
}
.home-services span.pp-infobox-title-prefix {
    position: absolute;
    top: 24px;
    right: 28px;
    letter-spacing: -0.04em;
    user-select: none;
    line-height: 1;
    z-index: 0;
}
.home-services .pp-infobox {
    position: relative;
    z-index: 0;
    overflow: hidden;
}
.home-services .pp-infobox:after {
    content: '';
    position: absolute;
    bottom: 0px;
    left: 0;
    right: 0;
    height: 3px;
    background: var(--orange);
    transform-origin: left;
    transition: all 0.3s;
    display: inline-block;
    width: 0;
}
.home-services .pp-infobox:hover::after {
    width: 100%;
}
.home-services .pp-infobox .pp-icon-wrapper {
    margin: 0 0 20px 0;
}
.about-badge .fl-photo-caption {
    z-index: 1;
    position: absolute;
    top: -20px;
    right: -20px;
    background: var(--orange);
    color: #fff;
    width: 110px;
    height: 110px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-family: var(--font-head);
    font-weight: 800;
    font-size: 12px;
    line-height: 1.3;
    letter-spacing: 0.01em;
    box-shadow: var(--shadow-lg);
    padding: 10px 20px;
}
.about-badge .fl-photo-caption.fl-photo-caption-below {
    top: auto;
    bottom: -20px;
}
.value-list .fl-list-regular {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    list-style: none;
    margin: 28px 0;
}

.value-list .fl-list-regular .fl-list-item {
    display: flex;
    align-items: center;
    gap: 8px;
    background: var(--white);
    border: 1px solid var(--divider);
    border-radius: 100px;
    padding: 8px 16px !important;
    font-size: 13px;
    font-weight: 600;
    color: var(--text);
    box-shadow: var(--shadow-sm);
}

.value-list .fl-list-regular .fl-list-item .ua-icon-dot-single {
    font-size: 0;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: var(--orange);
    display: block;
    margin-right: 8px;
}
.mobile-menu {
    display: none;
    flex-direction: column;
    gap: 5px;
    background: none;
    border: none;
    cursor: pointer;
    padding: 4px;
    margin-left: auto;
}
.mobile-menu span {
  display: block; width: 22px; height: 2px;
  border-radius: 2px;
  transition: all 280ms ease;
}
.mobile-menu span,
.menu-open .fl-theme-builder-header-scrolled .mobile-menu span { background: #fff; }

.fl-theme-builder-header-scrolled .mobile-menu span { background: var(--text); }
.menu-open .mobile-menu span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.menu-open .mobile-menu span:nth-child(2) { opacity: 0; }
.menu-open .mobile-menu span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

.bottom-footer .fl-col-group {
    display: flex;
    flex-wrap: wrap;
}
.bottom-footer .footer-text {
    max-width: 245px;
}

.bottom-footer .menu {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
}

.bottom-footer .menu li {
    width: 100%;
    line-height: normal !important;
}
.bottom-footer .menu li.current-menu-item a {
    color: var(--orange) !important;
}

.bottom-footer .fl-menu .menu:before, .bottom-footer .fl-menu .menu:after {
    display: none;
}
.bottom-footer .dashicons-facebook-alt:before,
.bottom-footer .dashicons-instagram:before,
.bottom-footer .fa-tiktok:before {
    font-size: 12px;
    font-family: Inter, sans-serif;
    line-height: 22px;
    font-weight: normal;
}
.bottom-footer .dashicons-facebook-alt:before {
    content: "f" !important;
}
.bottom-footer .dashicons-instagram:before {
    content: "ig" !important;
}
.bottom-footer .fa-tiktok:before {
    content: "tt" !important;
}
.bottom-footer #menu-footer-menu {
    flex-wrap: nowrap;
    justify-content: flex-end;
}

.bottom-footer #menu-footer-menu li {
    width: auto;
}
.page-banner {
    overflow: hidden;
    background: var(--fl-global-navy);
}
.page-banner .fl-row-content-wrap {
    position: relative;
    z-index: 1;
    background-color: transparent;
}
.page-banner .breadcrumbs a {
    color: rgba(255, 255, 255, 0.35) !important;
}
.page-banner .breadcrumbs a:hover {
    color: rgba(255, 255, 255, 0.6) !important;
}
.page-banner .sep {
    opacity: 0.3;
}
.page-banner::before {
    content: '';
    position: absolute;
    inset: 0;
    background: radial-gradient(ellipse at 70% 50%, rgba(232,80,10,0.12) 0%, transparent 65%);
    background-image: -webkit-radial-gradient(70% 50%, ellipse, rgba(232,80,10,0.12) 0%, transparent 65%);
    pointer-events: none;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
    display: block;
}
.page-banner::after {
    content: '';
    position: absolute;
    right: -20px;
    top: 50%;
    transform: translateY(-50%);
    font-family: var(--font-head);
    font-size: 380px;
    font-weight: 900;
    color: #fff;
    line-height: 1;
    pointer-events: none;
    user-select: none;
    display: block;
    opacity: 0.02;
}
.about-banner::after {
    content: 'A';
}
.gallery-banner::after {
    content: 'G';
}
.page-banner .pp-infobox-title-wrapper {
    max-width: 800px;
    width: 100%;
}
.page-banner .hero-content .pp-infobox-title-prefix {
    margin: 0;
}
.page-banner .pp-infobox-description {
    max-width: 562px;
    width: 100%;
}
.trust-strip .fl-col {
    width: auto !important;
}

.fl-col-content {
    position: relative;
    z-index: 0;
}
.story-badge {
    position: absolute;
    bottom: -20px;
    right: -20px;
    background: var(--navy);
    color: #fff;
    border-radius: var(--radius);
    padding: 20px 24px;
    text-align: center;
    box-shadow: var(--shadow-lg);
}
.story-badge h3 {
    display: block;
    font-family: var(--font-head);
    font-size: 42px;
    font-weight: 900;
    line-height: 1;
    color: var(--orange);
    margin: 0;
}
.story-badge p {
    display: block;
    font-size: 11px;
    font-weight: 600;
    color: rgba(255,255,255,0.5);
    letter-spacing: 0.12em;
    text-transform: uppercase;
    margin: 4px 0 0;
}
.our-value .pp-infobox {
    justify-content: flex-start !important;
    transition: all 0.3s;
}

.our-value .pp-infobox .pp-icon-wrapper {
    margin: 0 0 20px 0;
}

.our-value .pp-infobox:hover {
    box-shadow: var(--shadow-md);
    transform: translateY(-3px);
    border-color: rgba(232,80,10,0.2);
}
.team-box:hover {
    box-shadow: var(--shadow-md) !important;
}
.team-box .fl-module-photo {
    aspect-ratio: 3/2;
    background: linear-gradient(135deg, var(--navy) 0%, var(--navy-mid) 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 16px 16px 0 0;
    position: relative;
    z-index: 0;
    overflow: hidden;
}

.team-box .fl-module-photo .fl-photo-caption {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background: rgb(44 50 71 / 93%);
    border: 2px solid rgba(255,255,255,0.12);
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: var(--font-head);
    font-weight: 900;
    color: rgba(255,255,255,0.4);
    margin: 0 auto !important;
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    line-height: 1;
    padding: 0;
    z-index: 1;
}
.team-box ol {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.team-box ol li {
    list-style: none;
    margin: 0;
    display: inline-flex;
    align-items: center;
    gap: 5px;
    font-size: 11px;
    font-weight: 600;
    color: var(--green);
    background: rgba(34,201,147,0.1);
    border: 1px solid rgba(34,201,147,0.2);
    border-radius: 20px;
    padding: 4px 10px;
}

.team-box ol li:before {
    content: "✓";
}
.pp-google-map-wrapper .pp-google-map {
    aspect-ratio: 4 / 3;
    background: var(--navy) !important;
    border-radius: var(--radius-lg);
    overflow: hidden;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    height: auto !important;
}
.fl-page-content .filter-bar {
    position: sticky;
    top: 60px;
    z-index: 50;
    width: 100%;
}
.filter-inner {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 0;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
}
.filter-inner .filter-btn {
    flex-shrink: 0;
    font-size: 13px !important;
    padding: 8px 18px;
    border-radius: 20px;
    border: 1px solid var(--divider) !important;
    background: #fff !important;
    color: var(--text-mid) !important;
    cursor: pointer;
    transition: all var(--ease);
}
.filter-inner .filter-btn:hover {
    background: #fff !important;
    border-color: var(--orange) !important;
    color: var(--orange) !important;
}
.filter-inner .filter-btn.active {
    background: var(--orange) !important;
    border-color: var(--orange) !important;
    color: #fff !important;
}
#galleryGrid > div {
    overflow: hidden;
    opacity: 1;
}
#galleryGrid > div:hover {
    box-shadow: var(--shadow-md) !important;
}

.shop-gallery .fl-module-photo {
    position: relative;
    z-index: 0;
    overflow: hidden;
    aspect-ratio: 1;
    background: var(--navy);
    border-radius: var(--radius);
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 28px;
    color: rgba(255,255,255,0.1);
    transition: transform var(--ease);
    cursor: pointer;
}

.shop-gallery .fl-module-photo .fl-photo-caption {
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: var(--font-head);
    font-weight: 900;
    color: rgba(255,255,255,0.1);
    margin: 0 auto !important;
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    line-height: 1;
    padding: 0;
    z-index: 1;
    font-size: 28px;
}

.shop-gallery .fl-module-photo .fl-photo-caption img {
    width: 28px !important;
    height: auto !important;
    opacity: 0.1;
    filter: grayscale(1);
}
.page-banner.review-banner::after {
    content: '★';
}
.review-banner h1 span {
    color: var(--gold);
}
.review-table {
    display: flex;
    justify-content: flex-end;
    position: relative;
    z-index: 0;
}
.review-table:before {
    width: 1px;
    height: 80px;
    background: var(--divider);
    margin: 0 auto;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translate(0px, -50%);
}
.review-table .fl-list {
    width: 80%;
    max-width: 320px;
}
.review-table .fl-list-item-wrapper {
    display: flex;
    align-items: center;
}

.review-table .fl-list-item-wrapper .fl-list-item-heading {
    width: auto;
    display: flex !important;
    align-items: center;
    min-width: 40px;
}

.review-table .fl-list-item-wrapper .fl-list-item-content-icon {
    width: 100%;
}

.review-table .fl-list-item-wrapper .fl-list-item-content-text {
    min-width: 40px;
    text-align: right;
}

.review-table .fl-list-item-wrapper .fl-list-item-content-icon .fl-list-item-icon {
    height: 7px;
    background: var(--divider);
    border-radius: 4px;
    overflow: hidden;
    display: block;
    position: relative;
    z-index: 0;
}

.review-table .fl-list-item .fl-list-item-icon:after {
    content: "";
    height: 100%;
    background: var(--gold);
    border-radius: 4px;
    transition: width 1s ease 0.3s;
    position: absolute;
    top: 0;
    left: 0;
    width: 78%;
}
.review-tablet .fl-list-item:nth-of-type(2) .fl-list-item-icon:after {
    width: 12%;
}
.review-table .fl-list-item:nth-of-type(3) .fl-list-item-icon:after {
    width: 5%;
}
.review-table .fl-list-item:nth-of-type(4) .fl-list-item-icon:after {
    width: 3%;
}
.review-table .fl-list-item:nth-of-type(5) .fl-list-item-icon:after {
    width: 2%;
}
#mobile-sticky {
    display: none; 
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 96;
    background: var(--navy);
    border-top: 1px solid rgba(255,255,255,0.08);
    padding: 5px 6px 0;
    padding-bottom: calc(10px + env(safe-area-inset-bottom, 0px));
}

#mobile-sticky .fl-module {
    width: 100%;
}

#mobile-sticky .fl-module .fl-button-group-button {
    width: 50%;
}

#mobile-sticky .fl-module .fl-button-group-button div {
    width: 100%;
}

/* 21/04/2026 */

.service-right .pp-infobox-title-prefix {
	font-weight: 900;
	font-size: 52px;
	line-height: 1;
	letter-spacing: -0.03em;
	margin-bottom: 0 !important;
}
.hero-content .service-right .pp-infobox-title-wrapper {
    padding: 2px 0 8px 0;
}
.service-right h4 {
    font-weight: 700;
    font-size: 18px;
    color: #fff;
    display: block;
    margin: 0 !important;
}

.service-right span.rate-note {
	display: block;
	margin-bottom: 15px;
	font-size: 11px;
	font-weight: 500;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	color: rgba(255, 255, 255, 0.4);
}

.service-right .rate-pill {
	display: flex;
	align-items: center;
	gap: 8px;
	margin-bottom: 5px;
	font-size: 12px;
	color: rgba(255, 255, 255, 0.6);
    text-align: left;
}

.service-right .pp-infobox.layout-5 {
	padding: 15px 18px;
	text-align: center;
	background: rgba(255, 255, 255, 0.05);
	border: 1px solid rgba(255, 255, 255, 0.1);
	backdrop-filter: blur(10px);
	-webkit-backdrop-filter: blur(10px);
}

.hero-service {
	position: relative;
    background-color: var(--fl-global-navy);
}
.hero-service .fl-row-content-wrap {
    padding: 120px 0px 20px;
    z-index: 11;
    background-color: transparent !important;
}
.hero-service::before {
    width: 100%;
    height: 100%;
    z-index: 9;
	content: '';
	position: absolute;
	inset: 0;
	pointer-events: none;
	background:
		radial-gradient(ellipse at 80% 50%, rgba(232, 80, 10, 0.08) 0%, transparent 60%),
		radial-gradient(ellipse at 20% 80%, rgba(20, 27, 45, 0.6) 0%, transparent 50%);
}

.hero-service::after {
    content: 'RV';
    position: absolute;
    right: -20px;
    bottom: -40px;
    font-family: var(--font-head);
    font-weight: 900;
    font-size: 280px;
    line-height: 1;
    letter-spacing: -0.04em;
    color: rgba(255, 255, 255, 0.025);
    pointer-events: none;
    user-select: none;
    z-index: 11;
}

.hero-service.hero-service1::after {
	content: 'SVC' !important;
}

.hero-service.hero-service2::after {
	content: 'FIX' !important;
}
.hero-service.hero-service3::after {
	content: 'FIX' !important;
}
.hero-service.hero-service4::after {
	content: 'PM' !important;
}
.hero-service.hero-service5::after {
	content: 'PO' !important;
}
.hero-service.hero-service6::after {
	    content: 'W&I' !important;
}
.hero-service.hero-service7::after {
	    content: 'LP' !important;
}
.hero-service.hero-service8::after {
	    content: 'PO' !important;
}
.Transparent-Pricing .dot {
    color: #22C993;
}
.Transparent-Pricing span.dot {
   color: #22C993;
}
.side-right-star {
    overflow: hidden;
    border-radius: 20px;
    border: 1px solid #E5E2DC !important;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.09);
    max-width: 530px;
    margin-left: auto;
    width: 100%;
}

.services-aside ul {
	display: flex;
	flex-wrap: wrap;
	gap: 5px;
	margin-top: 20px;
	padding: 0;
	list-style: none;
}

.services-aside ul li {
	padding: 4px 10px;
	font-size: 11px;
	font-weight: 600;
	letter-spacing: 0.04em;
	text-align: center;
	border-radius: 100px;
	color: #4A5160;
	background: #F5F3EE;
	border: 1px solid #E5E2DC;
}

.Standard-Rate h2 span {
	color: #e8500a;
	font-size: 18px;
	margin-left: -11px;
}

.price-control {
	background: #141B2D;
	border-radius: 16px;
	overflow: hidden;
}

.price-control h2 {
	font-weight: 600;
	font-size: 12px !important;
	letter-spacing: 0.12em !important;
	text-transform: uppercase !important;
	color: #e8500a !important;
	text-align: left;
}


.price-control .green-ext {
	color: #22C993 !important;
	float: right;
}

.price-control a.fl-button {
	margin: 13px 0px 0px !important;
}

.price-control .fl-pricing-table .fl-pricing-table-features li {
	text-align: left;
	padding: 13px 4px;
	list-style-type: none;
	border-bottom: 1px solid #d9d9d93d !important;
}

.price-control .fl-feature-text {
	width: 100%;
}

.price-control .fl-feature-text span {
	color: rgba(255, 255, 255, 0.55);
	font-weight: 400;
	font-size: 14px;
}

.price-control .fl-pricing-table-column.fl-pricing-table-column-0 {
	background: transparent;
	border: 0;
}

.price-control .fl-pricing-table .fl-pricing-table-features li {
	text-align: left;
	padding: 13px 4px;
	list-style-type: none;
	border-bottom: 0.1px solid rgb(255 255 255 / 13%) !important;
}

.price-control .fl-pricing-table-inner-wrap.fl-pricing-ribbon-box,
.price-control .fl-pricing-table-price {
	background: transparent !important;
	border: 0 !important;
	margin: 0;
	;
}

.price-control .fl-pricing-table-price {
	font-family: var(--font-head);
	font-weight: 900;
	font-size: 72px !important;
	color: #fff;
	line-height: 1;
	display: block;
	letter-spacing: -0.04em !important;
	text-align: left;
	padding: 15px !important;
}

.price-control .fl-pricing-table-price span {
	font-size: 13px !important;
	color: rgba(255, 255, 255, 0.4) !important;
	font-weight: 500;
	display: block !important;
	background: transparent !important;
	margin-top: 10px;
}

.price-control ul.fl-pricing-table-features {
	margin: 0 !important;
}

b.hours-text {
	font-size: 20px;
	margin-left: 5px;
	letter-spacing: 1px;
}

.simple-text-section .pp-infobox-title-prefix {
	width: 56px;
	height: 56px;
	border-radius: 50%;
	background: #E8500A;
	color: #fff;
	font-weight: 900;
	font-size: 20px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 auto 20px;
	box-shadow: 0 0 0 6px rgba(232, 80, 10, 0.15);
	position: relative;
	z-index: 999;
}
.hide-shadow .simple-text-section .pp-infobox-title-prefix {
    box-shadow: none;
}
.rate-pill .dot {
    color: var(--green);
}
.stimple-row .fl-col-group:last-child {
	position: relative;
}

.stimple-row .fl-col-group:last-child::before {
	content: '';
	position: absolute;
	top: 52px;
	left: 50%;
	width: 80%;
	height: 2px;
	background: linear-gradient(to right,
			rgba(232, 80, 10, 0.6),
			rgba(232, 80, 10, 0.15));
	transform: translateX(-50%);
	z-index: 0;
}

.faq-services .pp-faq-content {
	padding-top: 0 !important;
}

.faq-services .pp-faq-item {
	margin-bottom: 0 !important;
}
.brands-box .pp-infobox:hover {
    box-shadow: 0 12px 48px rgba(0,0,0,0.14);
    border-color: rgba(232,80,10,0.2);
}

/* contact page */

.page-banner.contact-banner::after{
       content: '📅' !important;
}
.rv-services-list {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    padding: 0;
}
.faq-services .pp-faq-item .pp-faq-button {
    padding: 22px 0 !important;
    line-height: normal;
}
.faq-services .pp-faq-button-label {
    font-family: var(--font-head) !important;
    font-weight: 700 !important;
    font-size: 17px !important;
}
.faq-services .pp-faq-button-icon::before {
    width: 28px;
    height: 28px;
    background: #fff;
    border: 1px solid #E5E2DC;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    color: #000000b5 !important;
    border-radius: 50px;
    font-size: 16px !important;
    content: "+";
    font-family: var(--font-head);
    transition: all var(--ease);
}

.faq-services .pp-faq-item-active .pp-faq-button-icon::before {
    background: var(--orange);
    border-color: var(--orange);
    color: #fff !important;
    transform: rotate(45deg);
}

.faq-services .pp-faq-item .pp-faq-content {
    padding: 0 0 22px 0 !important;
    font-size: 15px !important;
}
.services-aside {
    align-items: flex-start !important;
}
.services-aside > .fl-module {
    height: 100%;
}
.breadcrumbs a {
    text-transform: capitalize;
}
.side-right-star h4 {
    font-size: 42px !important;
}
.rv-services-list li {
    list-style: none;
    max-width: max-content;
    padding: 6px 14px;
    font-size: 12px;
    font-weight: 600;
    background: #fff;
    border: 1px solid #E5E2DC;
    border-radius: 20px;
}
.contact-form-wrap h1 {
    margin-bottom:0px;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: #E8500A;
    margin-top: 0;;
}

.contact-form-wrap h2 {
    margin-bottom: 28px;
    font-size: 26px;
    font-weight: 800;
    margin-bottom: 0;;
}

.from-control-wapper .gform_button {
    padding: 18px 32px;
    font-size: 15px;
    color: #fff !important;
    background: #E8500A !important;
    border-color: #E8500A !important;
}

.form-note {
    margin-bottom: 20px;
    font-size: 12px;
    color: #8A92A0;
}

.form-note a {
    color: #E8500A;
}

.rv-services-list {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    padding: 0;
}

.rv-services-list li {
    list-style: none;
    max-width: max-content;
    padding: 6px 14px;
    font-size: 12px;
    font-weight: 600;
    background: #fff;
    border: 1px solid #E5E2DC;
    border-radius: 20px;
}
.contact-info {
    width: 100%;
    padding: 0;
    display: grid;
    margin: 0 0 10px 0;
}

.contact-info li {
    list-style: none;
    display: flex;
    align-items: center;
    gap: 30px;
}

.contact-info li p {
    margin-bottom: 0 !important;
    font-size: 15px;
    font-weight: 400;
    color: #E8500A;
}

.contact-info li p strong {
    font-size: 11px;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.35);
    text-transform: uppercase;
    letter-spacing: 0.08em;
}

.contact-info img {
    width: 2rem !important;
    height: 2rem !important;
}

/* Special cases */
.contact-info li:nth-child(3) p,
.contact-info li:last-child p {
    color: #fff;
}

.from-control-wapper input,
.from-control-wapper select,
.from-control-wapper textarea {
    width: 100%;
    padding: 12px 14px !important;
    font-size: 14px !important;
    color: #1A1A2E !important;
    background: #fff;
    border: 1.5px solid #E5E2DC !important;
    border-radius: 6px !important;
    outline: none;
}

.from-control-wapper label {
    margin-bottom: 6px !important;
    font-size: 13px !important;
    font-weight: 500 !important;
    color: #1A1A2E !important;
}

.from-control-wapper .gform_button {
    padding: 18px 32px;
    font-size: 15px;
    color: #fff !important;
    background: #E8500A !important;
    border-color: #E8500A !important;
}

.form-note {
    margin-bottom: 20px;
    font-size: 12px;
    color: #8A92A0;
}

.form-note a {
    color: #E8500A;
}

.from-control-wapper .ginput_container.ginput_container_date input {
    width: 100% !important;
}

.col-divide input {
    width: 100% !important;
}
.service-right {
    align-items: center;
    display: grid;
    height: 100%;
    width: 100%;
}
.privacy-policy {
    margin: auto;
    line-height: 1.6;
    color: #333;
}

.privacy-policy h1 {
    font-size: 28px;
    margin-bottom: 20px;
}

.privacy-policy h2 {
    margin-top: 30px;
    font-size: 20px;
    border-bottom: 1px solid #eee;
    padding-bottom: 15px;
}

.privacy-policy ul {
    padding-left: 20px;
}

.privacy-policy a {
    color: #E8500A;
    text-decoration: none;
}

.privacy-policy a:hover {
    text-decoration: underline;
}
.footer-copy-right .fl-rich-text {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 0;
}
.claims-area.check-area .pp-infobox-title-wrapper h4 {
    background: rgba(34, 201, 147, 0.1);
    border: 1px solid rgba(34, 201, 147, 0.2);
}
.home-page-review .wpsr-col-4 {
    padding-top: 10px;
    padding-bottom: 10px;
}
/*contact page */
/* 21/04/2026 */
@media screen and (max-width: 1200px) {
    .page-banner .pp-infobox-title-wrapper {
        max-width: 640px;
    }
}
@media (max-width: 991px) {
	.brands-box .pp-infobox.layout-5 {
		min-height: 200px;
	}
}
@media screen and (max-width: 768px) {
    	.stimple-row .fl-col-group:last-child::before {
		content: unset !important;
	}

	.price-control .fl-pricing-table-col-1.fl-pricing-table-wrap {
		padding: 0 !important;
		margin: 0 !important;
		width: 100%;
	}

	.price-control ul.fl-pricing-table-features {
		margin: 0 !important;
	}


	.price-control .fl-pricing-table.fl-pricing-table-rounded {
		margin: 0 !important;
	}

	.brands-box .pp-infobox.layout-5 {
		min-height: auto;
	}
    .about-badge .fl-photo-caption {
        right: -5px;
    }
    .header-inner .fl-module.fl-module-menu .fl-menu-mobile-toggle {
        display: none;
    }
    .menu-open .fl-theme-builder-header-scrolled .header-logo .fl-col-content p strong {
        color: #fff;
    }
    body.menu-open {
        overflow: hidden;
    }
    .mobile-menu {
        display: flex;
    }
    .header-inner .header-logo {
        position: relative;
        z-index: 9;
    }
    .header-inner .fl-menu nav {
        margin: 0;
        width: 0;
        position: fixed;
        top: 0;
        right: 0;
        height: 100dvh;
        overflow: hidden;
        transition: all 0.3s;
        padding: 70px 0 0;
        background-color: var(--fl-global-navy);
    }

    .menu-open .header-inner .fl-menu nav {
        width: 100%;
    }
    .header-inner .fl-menu nav ul.menu {
        padding: 20px;
        height: 100%;
        overflow-y: auto;
        display: block !important;
    }

    .header-inner .fl-menu ul.menu .fl-module-content {
        height: 100%;
    }

    .header-inner .fl-menu ul.menu .fl-module-content .fl-menu {
        height: 100%;
    }

    .header-inner .fl-menu a, 
    .fl-theme-builder-header-scrolled .header-inner .fl-menu a {
        font-family: var(--font-head);
        font-weight: 800;
        font-size: 34px;
        color: #fff !important;
        padding: 13px 10px;
        border-bottom: 1px solid rgba(255,255,255,0.07);
        transition: color var(--ease);
        line-height: normal;
        background: transparent !important;
    }
    .header-inner .fl-menu span.fl-menu-toggle {
        background: transparent !important;
    }
    .header-inner .fl-menu span.fl-menu-toggle {
        background: transparent !important;
    }
    .header-inner .fl-menu .mobile-nav {
        display: block !important;
    }

    .header-inner .menu li.fl-has-submenu ul.sub-menu {
        border: none !important;
        padding: 10px 10px !important;
        display: none;
    }
    .header-inner .menu li.fl-has-submenu.focus ul.sub-menu {
        display: block;
    }

    .header-inner .menu li.fl-has-submenu ul.sub-menu li a {
        font-size: 20px !important;
        font-weight: 500 !important;
        padding: 12px 20px !important;
        border-bottom: none !important;
        color: rgba(255,255,255,0.55) !important;
        line-height: normal !important;
        display: block;
    }
    .header-inner .menu li.fl-has-submenu ul.sub-menu li a:hover {
        color: #fff !important;
    }
    .header-inner .fl-menu .mobile-nav.phone a {
        font-size: 20px;
        font-weight: 700;
        color: var(--orange);
        font-family: var(--font-head);
    }

    .header-inner .fl-menu .menu-btn a {
        border: none;
        background: var(--orange) !important;
        color: #fff !important;
        border-color: var(--orange);
        font-family: var(--font-head);
        padding: 10px 0 !important;
        border-bottom: 1px solid rgba(255,255,255,0.07);
        transition: color var(--ease);
        text-align: center;
    }
    #hero-content .fl-button-group-button {
        width: 100%;
    }

    #hero-content .fl-button-group-button .fl-button-wrap {
        width: 100%;
    }
    .trust-strip .fl-col {
        width: 50% !important;
    }
    .story-badge {
        right: -10px;
    }
    .page-banner .pp-infobox-title-wrapper {
        max-width: 570px;
    }
    h2 br {
        display: none;
    }
    #mobile-sticky {
        display: block;
    }
    .side-right-star {
        max-width: 100%;
    }
    
}

@media screen and (max-width: 480px) {
    .trust-strip .fl-col {
        width: 100% !important;
    }

    .trust-strip .fl-col .fl-module {
        margin-left: 0;
        margin-right: 0;
    }

    .review-table:before {
        display: none !important;
    }

    .review-table {
        justify-content: space-between;
        padding-top: 30px;
    }
    .review-table .fl-list {
        max-width: 100%;
        width: 100%;
    }
    .bottom-footer #menu-footer-menu {
        justify-content: flex-start;
    }
}







































