/* header css */
body.page-id-57130 div#wrapper-navbar,
body.page-id-57132 div#wrapper-navbar {
	background: #004B58 !important;
}

body.page-id-57130 div#wrapper-navbar .navbar-fixed-top,
body.page-id-57132 div#wrapper-navbar .navbar-fixed-top {
	position: relative !important;
}

body.page-id-57130 .shrink .navbar-fixed-top img.img-fluid,
body.page-id-57132 .shrink .navbar-fixed-top img.img-fluid {
	filter: brightness(0) invert(1) !important;
}

body.page-id-57130 .shrink .navbar-nav a.nav-link,
body.page-id-57132 .shrink .navbar-nav a.nav-link {
	color: #ffffff !important;
}

/*header css end*/
/* loading gif css */
.loader-img img {
	height: 100%
}

section.loading-sec {
	padding: 166px 0px 100px;
}

h1.loader-head {
	font-family: 'Sora', sans-serif;
	font-size: 50px;
	font-weight: 700;
	line-height: 63px;
}

p.loading-wait {
	font-family: 'Plus Jakarta Sans', sans-serif;
	font-size: 18px;
	font-weight: 400;
	line-height: 22.68px;
	text-align: left;
	color: #333333;
}

ul.analyzing {
	font-family: 'Plus Jakarta Sans', sans-serif;
	font-size: 20px;
	font-weight: 500;
	line-height: 55px;
	list-style: none;
}

.analyze-li {
	position: relative;
}

.analyze-li:before {
	content: '';
	position: absolute;
	height: 20px;
	width: 20px;
	left: -32px;
	top: 20px;
}

.a-done:before {
	background: url(/wp-content/uploads/2025/02/loader-check-1.png);
}

.a-loading:before {
	background: url(/wp-content/uploads/2025/02/loading-score.png);
	animation: rotateImage 1.5s linear infinite;
}

.col-md-6.loader-img {
	display: flex;
	align-items: center;
}

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

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

/* loader css end */
/* Tab CSS */

.tab-container {
	font-family: Arial, sans-serif;
	max-width: 1140px;
	margin: 20px auto;
	border: 1px solid #ccc;
	border-radius: 20px;
	overflow: hidden;
}

.tab-buttons {
	display: flex;
	border-bottom: 1px solid #ccc;
}

.tab-button {
	background-color: #e0e4e4;
	font-weight: bold;
	color: #000;
	display: flex;
	justify-content: center;
	align-items: center;
	transition: background-color 0.3s;
	border: none;
	outline: none;
	cursor: pointer;
	flex: 1;
	padding: 10px 20px;
}

button.tab-button.mob-result .icon {
	filter: invert(1);
}

button.tab-button.desk-result.active .icon {
	filter: invert(1);
}

button.tab-button.mob-result.active .icon {
	filter: invert(0) !important;
}

button.tab-button.desk-result .icon {
	filter: invert(0);
}

.tab-button.active {
	background-color: #004B58;
	font-weight: bold;
	color: #fff;
}

.tab-content {
	padding: 75px 30px 20px 30px;
}

.tab-panel {
	display: none;
}

.tab-panel.active {
	display: block;
}

/* -----------------------------------------    CSS for progress bars -----------------------------------------  */

.progress-bar-main-conatiner {
	display: flex;
	justify-content: space-evenly;
	align-items: center;
}

.progress-container {
	position: relative;
	width: 210px;
	height: 210px;
}

.progress-circle {
	transform: rotate(-90deg);
}

.circle-background,
.circle-progress {
	fill: none;
	stroke-width: 10;
	stroke-linecap: round;
}

.circle-background.org {
	stroke: #d9c3284f !important;
}

.circle-background.gren {
	stroke: #1eaa2463 !important;
}

.circle-progress.orange {
	stroke: #f9b233;
	transition: stroke-dashoffset 1s ease-out;
}

.circle-progress.green {
	stroke: #28a745;
	transition: stroke-dashoffset 1s ease-out;
}

.inner {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	font-size: 42px;
	font-weight: bold;
	color: #333;
	width: 100%;
	text-align: center;
}

.number {
	display: block;
}

.text {
	display: block;
	font-size: 16px;
	color: #1c1c1c;
}

p,
span {
	font-family: 'Plus Jakarta Sans', sans-serif !important;
}

p.better-text,
p.better-percent {
	font-size: 36px;
	font-weight: 800;
	margin: 5px;
	text-align: center;

}

p.better-percent {
	font-size: 20px;
	font-weight: 400;
}

p.prog-des {
	margin: 0;
	font-size: 20px;
	font-weight: 400;
	color: #3a3a3a;
}

h2.prog-heading {
	margin: 5px 0px;
	font-size: 36px;
	font-weight: 600;
}

.progress-heading-div {
	padding-bottom: 40px;
}

h2 {
	font-family: 'sora', sans-serif;
}

span.d-color {
	font-weight: 700;
	color: #000;
}

.progress-section {
	padding-bottom: 35px;
}

.new-div {
	display: flex;
	justify-content: space-evenly;
	align-items: center;
	width: 100%;
	max-width: 920px;
}

/*  ------------------------------------  Page Load CSS  ------------------------------------- */

.page-load-section {
	padding: 35px 0;
}

.card {
	background-color: #ffe4b5;
	border-radius: 10px;
	padding: 15px;
	width: 315px;
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
	text-align: center;
}

.title {
	font-weight: bold;
	font-size: 16px;
	color: #333;
}

.icon {
	display: inline-block;
	margin-right: 5px;
}

.faster {
	font-size: 24px;
	font-weight: bold;
	color: #4caf50;
	display: flex;
	flex-direction: column;
}

.before-after {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-top: 35px;
}

.before {
	background-color: #ffa500;
	color: white;
	padding: 8px 10px;
	border-radius: 10px;
	font-weight: bold;
	display: flex;
	flex-direction: column;
	max-width: 105px;
	width: 100%;
}

.arrow {
	font-size: 16px;
	font-weight: bold;
}

.titl-head-div {
	display: flex;
	text-align: left;
	align-items: center;
	justify-content: space-between;
}

.tit-head {
	display: flex;
	align-items: center;
	max-width: 180px;
}

.after {
	background-color: #4caf50;
	color: white;
	padding: 8px 10px;
	border-radius: 10px;
	font-weight: bold;
	display: flex;
	flex-direction: column;
	max-width: 105px;
	width: 100%;
}

.performance-issues-main-div {
	display: grid;
	gap: 20px;
	grid-template-columns: repeat(3, 1fr);
}

span.fast-x {
	color: #000;
	font-size: 34px;
	font-weight: 700;
}

span.fast-txt {
	font-size: 20px;
	font-weight: 500;
	color: #000;
}

.card.lcp-div .before {
	background-color: #D93D5D;
}

.card.lcp-div {
	background-color: #d93d5d1c;
}

span.b-val {
	font-size: 20px;
	font-weight: 500;
}

.card.fid-div {
	background-color: #d93d5d1c;
}

.card.fid-div .before {
	background-color: #D93D5D;
}

/* -------------------------------------  before optimization CSS  ------------------------------------------- */

.grid-container.sm-images {
	display: flex;
	gap: 10px !important;
	padding-top: 15px;
	flex-wrap: wrap;
}


.grid-container.before-opt,
.grid-container.after-opt {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(82px, 1fr));
	gap: 5px;
	padding-top: 15px;

}

.grid-item {
	width: 82px;
	height: 64px;
	border: 1px solid #ddd;
	border-radius: 4px;
	position: relative;
}

.grid-item .time {
	height: 16px;
	background-color: #f2f2f2;
	border-bottom: 1px solid #ddd;
	text-align: left;
	font-size: 12px;
	font-weight: bold;
	color: #333;
	display: flex;
	align-items: center;
	padding-left: 5px;
}

.grid-item .image {
	width: 82px;
	height: 48px;
	position: absolute;
	bottom: 0;
	left: 0;
	top: 16px;
}

.before-optimization-section .prog-heading {
	font-size: 22px;
	font-weight: 400;
}

.before-optimization-section {
	padding: 30px 0;
	position: relative;
}

/* ---------------------------------    After Optimization CSS  ---------------------------------------------------- */

.box {
	width: 93px;
	height: 25px;
	border: 1px solid #ddd;
	border-radius: 5px;
	text-align: center;
	line-height: 25px;
	font-size: 14px;
	font-weight: 400;
	color: #000 !important;
	cursor: pointer;
}

.grid-container.after-opt,
.grid-container.before-opt {
	display: grid;
	gap: 10px;
	grid-template-columns: repeat(5, 1fr);
	max-width: 577px;
}

.after-optimization-section .grid-container.sm-images {
	display: flex;
}

.box-orange {
	border: 1px solid #e7d214;
}

.box-green {
	border: 1px solid #3aeb17;
}

.box-pink {
	border: 1px solid #eb1776;
}

.box-orange:hover {
	background-color: #fff9c4;
}

.box-green:hover {
	background-color: #d4f7d6;
}

.box-pink:hover {
	background-color: #ffe7f2;
}

/* ----------------------------------------------    Core Web Vital CSS --------------------------------------  */

.core-vital-section {
	padding: 30px 0;
}

.core-vital-section h2.prog-heading {
	font-size: 32px;
}

.results-container {
	display: grid;
	gap: 20px;
	grid-template-columns: repeat(3, 1fr);
	padding: 20px 0;
}

.section {
	position: relative;
	background: white;
	padding: 20px;
	border-radius: 5px;
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.section p {
	margin: 0;
	padding: 10px 0px 45px 0px;
	display: flex;
}

.slider {

	height: 8px;
	width: 100%;
	border-radius: 20px;
	background: linear-gradient(to right,
			#22C55E 0%, #22C55E 45%,
			#FDAC33 45.01%, #FDAC33 75%,
			#D93D5D 75.01%, #D93D5D 100%);
	overflow: hidden;
}

.pointer {
	position: absolute;
	top: 80%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 20px;
	height: 20px;
	border-radius: 50%;
	background-color: #22C55E;
	/* Default color */
	transition: background-color 0.3s;
	border: 1px solid #fff;
}

.value {
	position: absolute;
	top: 65px;
	left: 50%;
	transform: translateX(-50%);
	font-weight: bold;
	color: green;
	transition: color 0.3s;
}

.results-container {
	display: grid;
	gap: 20px;
	grid-template-columns: repeat(3, 1fr);
}

/* ---------------------------------------------------------  Google Rank Section ------------------------------------------------------ */

.rank-higher-section {

	max-width: 1140px;
	margin: 0 auto;
	padding: 40px 0;

}

.rank-container {
	background: linear-gradient(90deg, #054d67, #0f6e87);
	color: white;
	border-radius: 20px;
	padding: 70px;
	width: 100%;
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
	max-width: 1000px;
	display: flex;
	gap: 20px;
}

.rank-container h2 {
	font-size: 40px;
	font-weight: 700;
	margin-bottom: 10px;
	line-height: 1.2;
	font-family: 'sora', sans-serif;
}

.container p {
	font-size: 0.9rem;
	margin-bottom: 20px;
	color: #FFFFFF;
}

.rank-container .button {
	display: inline-block;
	background-color: #29c74d;
	color: white;
	padding: 12px 30px;
	text-decoration: none;
	font-weight: bold;
	font-size: 1rem;
	margin-bottom: 20px;
	border-radius: 50px;
	margin-top: 40px;
	font-family: 'Plus Jakarta Sans', sans-serif !important;
}

.rank-container .stats {
	display: flex;
	gap: 10px;
	flex-direction: column;
}

.stat {
	background-color: white;
	color: #054d67;
	border-radius: 10px;
	padding: 10px;
	text-align: center;
	font-weight: bold;
	font-size: 1.2rem;
	width: 300px;
}

.stat span {
	display: block;
	font-size: 0.9rem;
	font-weight: normal;
	margin-top: 5px;
}

.left-content {
	max-width: 600px;
}

.stat span {
	font-size: 20px;
	color: #000;
	font-weight: 500;
}

.stat {
	font-size: 30px;
	color: #000;
	font-weight: 700;
	text-align: left;
	padding: 20px;
}

@media (max-width: 768px) {
	.container .stats {
		grid-template-columns: 1fr;
	}
}

/* -----------------------------------------------------   Banner Section CSS ------------------------------------------------ */

.banner-section {
	background: linear-gradient(to bottom, #004B5800 0%, #004B581A 70%);
	padding-top: 166px;
	padding-bottom: 80px;
}

.baner-right-content {
	width: 400px;
	background-color: #fff;
	padding: 20px;
	border-radius: 5px;
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.banner-content-div {
	max-width: 1140px;
	margin: 0 auto;
	display: flex;
	gap: 40px;
	align-items: center;
}

h1.banner-heading {
	font-family: 'sora', sans-serif;
	font-size: 45px;
	font-weight: 700;
	line-height: 50px;
	margin-bottom: 30px;
}

span.resl a {
	text-decoration: none !important;
	color: #000;
}

span.resl {
	color: #000;
	font-weight: 500;
	font-family: 'Poppins', sans-serif !important;
}

a.banner-share-btn {
	padding: 20px 24px;
	background: #00B512;
	border-radius: 50px;
	text-decoration: none;
	color: #fff;
	display: block;
	width: max-content;
	font-family: 'Plus Jakarta Sans', sans-serif;
	font-weight: 700;
	line-height: 24px;
}

span.icon {
	margin-right: 12px;
}

.baner-right-content p {
	margin-bottom: 10px;
	color: #4D4D4D;
}

@media (max-width: 350px) {
	.baner-right-content {
		width: 90%;
	}
}

/* ---------------------------------------   Note section CSS  ---------------------------------------------- */

.note-section {
	max-width: 1140px;
	margin: 0 auto;
	padding: 40px 0 20px 0;
}

.note-section p.note-text {
	border-left: 3px solid #004B58;
	padding: 10px 20px;
	background-color: #e5eced;
}

/* --------------------------------------------------   Popup on Hover CSS ------------------------------------------------ */

.popup {
	position: absolute;
	display: none;
	padding: 10px;
	color: white;
	border-radius: 8px;
	font-size: 14px;
	z-index: 10;
}

.box {
	position: relative;
}

/* card css */
.card-box.bad_score {
	background-color: #d93d5d !important;
}

.card-box.good_score {
	background-color: #4caf50 !important;
}

.card-box.avg_score {
	background-color: #4caf50 !important;
}

.card-box.no-score {
	background-color: #b7b7b7 !important;
}

.card.no-score {
	background-color: #b7b7b759 !important;
}

.card.bad_score {
	background-color: #ff000057 !important;
}

.card.good_score {
	background-color: #1dd92454 !important;
}

.card.avg_score {
	background-color: #ffe4b5 !important;
}

/* card css end */
.image img {
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
}

#tab1 .grid-item {
	width: 65px;
	height: 120px;
}

#tab1 .image img {
	width: 63px;
	height: 102px;
}

#tab1 .grid-item .image {
	width: 65px;
	height: 48px;
}

#tab2 .grid-item {
	width: 98px;
	height: 70px;
}

#tab2 .image img {
	width: 97px;
	height: 52px;
}

#tab2 .grid-item .image {
	width: 98px;
	height: 48px;
}

/* progresss bar   */
#progress-container {
	position: relative;
	width: 100%;
	height: 20px;
	margin: 20px 0;
	background: #e0e0e0;
	border-radius: 10px;
	overflow: hidden;
}

/* Progress bar segments */
#progress-bar {
	display: flex;
	width: 100%;
	height: 8px;
}

.progress-segment {
	height: 100%;
}

.green {
	background-color: #00c853;
	/* Green */
}

.orange {
	background-color: #ffab00;
	/* Orange */
}

.red {
	background-color: #d50000;
	/* Red */
}

/* Pointer styling */
#progress-pointer {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 20px;
	height: 20px;
	border-radius: 50%;
	background-color: #00c853;
	/* Matches the background color */
	border: 2px solid #fff;
	/* Optional: to add contrast */
}

#pointer-label {
	position: absolute;
	top: -20px;
	left: 50%;
	transform: translateX(-50%);
	font-size: 12px;
	color: #000;
}

.results-container .progress-segment.grey {
	background: #a9a9a9;
}

.results-container .progress-segment.green,
.progress-segment.grey {
	border-bottom-left-radius: 4px;
	border-top-left-radius: 4px;
}

.results-container .progress-segment.red,
.progress-segment.grey {
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
}

.results-container .section>div {
	position: relative;
}

.results-container div.null-point {
	background-color: #676767 !important;
}

/* error section css */
section.error-loading .container {
	display: flex;
}

section.error-loading .left-content-div h1.error-head {
	color: #000;
	font-family: 'Sora', sans-serif;
	font-size: 45px;
	font-weight: 700;
	line-height: 50px;
	margin-bottom: 30px;
}

section.error-loading {
	padding: 186px 0 110px;
	background: url(/wp-content/uploads/2025/02/error-banner.jpg);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

section.error-loading .left-content-div p {
	font-size: 18px;
	font-weight: 400;
	line-height: 22.68px;
	color: #333333;
}

section.error-loading .mail-content {
	font-family: Plus Jakarta Sans;
	font-size: 14px;
	font-weight: 400;
	line-height: 17.64px;
	margin-top: 30px;
}

section.error-loading .left-content-div p a {
	color: #20A5B8;
}

section.error-loading .form-group-mail {
	width: 100%;
	background: #FFFFFF;
	border: 1px solid #E6E6E6;
	border-radius: 170px;
}

/* progress bar*/
div#dynamic {
	background: #24b207;
	font-size: 14px;
	color: #fff;
	text-align: center;
	border-radius: 4px;
	background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
	background-size: 40px 40px;
	animation: progress-bar-stripes 2s linear infinite;
}

.progress {
	background: #cccc;
	border-radius: 4px;
}

@keyframes progress-bar-stripes {
	0% {
		background-position: 40px 0;
	}

	100% {
		background-position: 0 0;
	}
}

span#current-progress {
	padding: 10px;
}

/*progress bar end*/
/*  --------------------------   MOBILE ------------------------------------*/

section.afte-content-loaded .banner-section,
section.afte-content-loaded .note-section,
section.afte-content-loaded .rank-higher-section {
	padding-left: 30px;
	padding-right: 30px;
}

@media (max-width: 991px) {
	.banner-section .banner-content-div {
		flex-direction: column;
	}
}

@media (max-width: 900px) {
	.rank-higher-section .rank-container {
		flex-direction: column;
		position: relative;
	}

	.stats .stat {
		width: 100%;
	}
}

@media (max-width: 767px) {
	.rank-container .left-content h2 {
		font-size: 30px;
	}

	.rank-container {
		padding: 35px;
	}

	.banner-left a.banner-share-btn {
		padding: 15px 15px;
	}

	.banner-left h1.banner-heading {
		font-size: 35px;
		line-height: 1.2;
	}

	.banner-right .baner-right-content {
		width: 100%;
	}

	.banner-right {
		width: 100%;
	}

	.banner-section {
		padding-top: 120px;
		padding-bottom: 50px;
	}

	.tab-container {
		margin-left: 30px;
		margin-right: 30px;
	}

	.new-div {
		flex-direction: column;
		gap: 50px;
	}

	.arow-img1,
	.arow-img2 {
		transform: rotate(90deg);
		position: relative;
	}

	.text-center-progr {
		display: flex;
		align-items: center;
	}

	h2.prog-heading {
		font-size: 22px;
	}

	p.prog-des {
		font-size: 16px;
	}

	.performance-issues-main-div {
		grid-template-columns: repeat(2, 1fr);
	}

	.card {
		width: 100%;
	}

	.grid-container.after-opt .box,
	.grid-container.before-opt .box {
		width: 100%;
	}

	#tab1 .grid-item,
	#tab2 .grid-item {
		width: 100%;
	}

	.after-optimization-section .grid-container.sm-images {
		display: grid !important;
		grid-template-columns: repeat(auto-fit, minmax(82px, 1fr)) !important;
	}

	h2.prog-heading {
		word-wrap: break-word;
	}

	.left-content h2 {
		font-size: 28px !important;
	}

	.core-vital-section h2.prog-heading {
		font-size: 28px !important;
	}

	.tab-content {
		padding-top: 45px;
	}

	#tab2 .grid-item .image {
		width: 100% !important;
		height: 48px;
		overflow: hidden;
	}

	#tab2 .image img {
		width: 100% !important;
	}
}

@media (max-width: 675px) {
	.performance-issues-main-div {
		grid-template-columns: repeat(auto-fit, minmax(100%, 1fr));
	}
}

@media (max-width: 390px) {

	.grid-container.after-opt,
	.grid-container.before-opt {
		grid-template-columns: repeat(2, 1fr);
	}
}

@media (min-width: 391px) and (max-width: 490px) {

	.grid-container.after-opt,
	.grid-container.before-opt {
		grid-template-columns: repeat(3, 1fr);
	}
}

@media (min-width: 491px) and (max-width: 767px) {

	.grid-container.after-opt,
	.grid-container.before-opt {
		grid-template-columns: repeat(auto-fit, minmax(100px, 4fr));
	}
}

@media (max-width: 668px) {
	.results-container {
		grid-template-columns: repeat(auto-fit, minmax(100%, 2fr));
	}
}

@media (max-width: 400px) {
	.rank-container .left-content a {
		font-size: 12px;
		padding: 10px 12px;
	}

	.tab-content {
		padding-left: 15px;
		padding-right: 15px;
	}

	.rank-container {
		padding-left: 15px;
		padding-right: 15px;
	}
}

@media (max-width: 350px) {
	.titl-head-div {
		flex-direction: column;
	}

	.faster {
		flex-direction: row;
		align-items: baseline;
		gap: 10px;
	}

	.before-after {
		flex-direction: column;
		gap: 10px;
	}

	.arrow {
		transform: rotate(90deg);
	}

	.before,
	.after {
		max-width: 100%;
	}

	.performance-issues-main-div .before,
	.performance-issues-main-div .after {
		flex-direction: row;
		justify-content: center;
		align-items: center;
		gap: 10px;
	}
}

/*---------------------   Desktop and TAB -------------------------*/

@media (min-width: 768px) {
	.card {
		width: 100% !important;
	}

	.rank-container {
		max-width: 1140px !important;
	}

	.banner-right .baner-right-content {
		width: 100%;
	}

	.banner-right {
		width: 100% !important;
	}
}

@media (min-width: 768px) and (max-width: 950px) {
	.performance-issues-main-div {
		grid-template-columns: repeat(2, 1fr);
	}
}

@media (min-width: 768px) and (max-width: 1199px) {
	.tab-container {
		margin-left: 30px;
		margin-right: 30px;
	}
}

/*Contact Form*/
input.wpcf7-form-control.wpcf7-submit.has-spinner.email-button {
	background: #00B512;
	font-family: 'Plus Jakarta Sans', sans-serif;
	font-size: 16px;
	font-weight: 700;
	line-height: 20.16px;
	border-radius: 44px;
	cursor: pointer;
	padding: 14px 29px;
	border: 1px solid #00B512;
	color: #fff;
	width: 20%;
	height: 52px;
}

input.wpcf7-form-control.wpcf7-submit.has-spinner.email-button:hover {
	color: #00B512;
	background: transparent;
	border: 1px solid #00B512;
}

span.wpcf7-spinner {
	display: none;
}

.form-group-mail p {
	display: flex;
	justify-content: space-between;
	margin-bottom: 0;
}

section.error-loading input#contact-email {
	border: 0;
	padding: 0px 0px;
	border-radius: 30%;
}

span.wpcf7-form-control-wrap {
	padding: 7px 20px;
	width: 100%;
}

/* optimization section css */
section.optimization_loading_section .container {
	display: flex;
}

section.optimization_loading_section .left-content-div h1.error-head {
	color: #000;
	font-family: 'Sora', sans-serif;
	font-size: 45px;
	font-weight: 700;
	line-height: 50px;
	margin-bottom: 30px;
}

section.optimization_loading_section {
	padding: 186px 0 110px;
	background: url(/wp-content/uploads/2025/02/error-banner.jpg);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

section.optimization_loading_section .left-content-div p {
	font-size: 18px;
	font-weight: 400;
	line-height: 22.68px;
	color: #333333;
}

section.optimization_loading_section .mail-content {
	font-family: Plus Jakarta Sans;
	font-size: 14px;
	font-weight: 400;
	line-height: 17.64px;
	margin-top: 30px;
}

section.optimization_loading_section .left-content-div p a {
	color: #20A5B8;
}

section.optimization_loading_section .form-group-mail {
	width: 100%;
	background: #FFFFFF;
	border: 1px solid #E6E6E6;
	border-radius: 170px;
}

ul.contact-sec {
	list-style: none;
	padding: 0;
	margin: 0;
}

ul.contact-sec li {
	padding: 10px 0;
	cursor: pointer;
}

ul.contact-sec li a {
	color: #fff;
}

ul.contact-sec li i,
ul.contact-sec li img {
	margin-right: 6px;
}

ul.contact-sec li:hover a {
	color: #00b8b8;
}

.rank-higher-section form span.wpcf7-form-control-wrap {
	padding: 10px 0 0 0 !important;
	display: block;
}

.rank-higher-section form p {
	margin-bottom: 5px;
}

.wpcf7-textarea.demo-textarea {
	height: 100px;
}

.rank-higher-section form input.wpcf7-form-control.wpcf7-submit {
	padding: 6px 24px;
	background: #00B512;
	border-radius: 7px;
	color: #fff;
	font-weight: 700;
	line-height: 24px;
	cursor: pointer;
}

.rank-higher-section form.wpcf7-form {
	border: 1px solid #fff;
	padding: 15px;
	background-color: rgb(255 255 255 / 21%);
	-webkit-backdrop-filter: blur(30px);
	backdrop-filter: blur(30px);
	box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 3px 0px, rgba(0, 0, 0, 0.06) 0px 1px 2px 0px;
	border-radius: 10px;
}