/* General Styles */
body {
	color: #252525;
	font-family: "Nunito Sans", sans-serif;
	font-weight: 400;
	font-size: 16px;
	line-height: 1.65;
	text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #131313;
	font-family: "Montserrat", sans-serif;
	font-weight: bold;
	text-transform: capitalize;
	text-decoration: none;
}

font-w,
body,
a:hover,
a:focus,
a {
	text-decoration: none;
}

/* Mobile - Hide dropdowns by default */
@media screen and (max-width: 991px) {
	.navbar-nav .dropdown-menu {
		display: none;
		/* Hide dropdowns on mobile by default */
		position: relative;
		width: 100%;
	}

	/* Show the dropdown when the 'show' class is added */
	.navbar-nav .dropdown-menu.show {
		display: block;
		width: 100%;
	}
}

/* Desktop - Dropdowns should always be visible when hovered */
@media screen and (min-width: 992px) {
	.dropdown:hover .dropdown-menu {
		display: block;
		margin-top: 0;
	}

	.dropdown-menu {
		display: none;
		/* Hide the dropdowns by default */
	}
}

/* Navbar Custom Styles */
.navbar-brand img {
	width: 150px;
}

.nav-link {
	font-size: 15px;
	font-weight: 600;
	text-transform: capitalize;
	color: #000000;
}

.dropdown-menu {
	border: none;
	border-radius: 0;
	padding: 0;
	font-weight: 400;
	font-size: 14px;
	box-shadow: 0 10px 30px 0 rgba(45, 45, 45, 0.2);
}

.dropdown-menu .dropdown-item {
	background-color: #222222;
	padding: 10px 15px;
	color: #ffffff;
}

.dropdown-menu .dropdown-item:hover {
	background-color: #fff;
	color: #dd0e79;
}

/* Additional Navbar Custom Styles */
.sp-header {
	padding: 5px 50px;
}

.sp-header .navbar-nav {
	margin-left: 15px;
}

.sp-header svg {
	margin-left: 15px;
	width: 15px;
	height: 15px;
}

.sp-header .nav-item {
	margin: 0 0 0 15px;
}

footer {
	background: #f9f0e1;
	padding: 50px !important;
}

footer h4 {
	font-size: 18px;
	margin-bottom: 14px;
}

footer .sp-foot-link {
	padding: 0;
	margin: 0;
	list-style: none;
}

footer .sp-foot-link li {}

footer .sp-foot-link li a {
	color: #363636;
	font-size: 15px;
}

footer img {
	width: 145px;
	display: block;
	margin: 0 auto 15px;
}

footer .sp-foot-social {
	list-style: none;
	padding: 0;
	margin: 0;
	display: flex;
	align-items: center;
	justify-content: center;
}

footer .sp-foot-social li {}

footer .sp-foot-social li i {
	color: white;
	background: #0c0c0c;
	border-radius: 1000px;
	width: 28px;
	height: 28px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 14px;
	margin: 0 5px;
}

footer .sp-last {}

footer .sp-last h4 {
	text-align: right;
}

footer .sp-last p {
	text-align: right;
	font-size: 15px;
	margin: 0;
}

.dotted-line {
	display: flex;
	align-items: center;
	justify-content: center;
}

.line {
	border-top: 2px dashed #d1d6db;
	width: 50%;
}

.active .line {
	border-top: 2px dashed #c58e47;
	width: 50%;
}

.active .circle {
	width: 34px;
	height: 30px;
	border-radius: 50%;
	background-color: #c58e47;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #ffffff;
	font-weight: bold;
	margin: 0;
}

.circle {
	width: 35px;
	height: 30px;
	border-radius: 50%;
	background-color: #d1d6db;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #000000;
	font-weight: bold;
	margin: 0;
}

.sp-post-content {
	padding: 70px 50px;
}

.sp-nopadd {
	padding: 0;
}

.sp-post-content .sp-btn {
	font-size: 17px;
	border-radius: 1000px 1000px 1000px 1000px;
	text-transform: capitalize;
	color: #ffffff;
	padding: 25px 15px;
	border-color: #d4a34e;
	background-color: #d4a34e;
	display: block;
	text-align: center;
}

.sp-post-content .sp-btn:hover {
	background: black;
}

.sp-post-content h2 {
	text-align: center;
	margin-top: 80px;
	margin-bottom: 30px;
}

.sp-post-content p {
	text-align: center;
	margin: -20px 0 30px 0;
}

.sp-post-content h4 {
	text-align: center;
	font-size: 20px;
	font-weight: 600;
}

.sp-post-content form {
	padding: 0 30px;
}

.sp-post-content form input,
.sp-post-content textarea {
	background-color: #ffffff;
	border-radius: 100px 100px 100px 100px;
	border: 2px solid #d4b57e;
	color: #1f2124;
	flex-grow: 1;
	max-width: 100%;
	vertical-align: middle;
	width: 100%;
	height: 60px;
	padding: 10px 30px;
}

.sp-post-content textarea {
	height: 160px;
	border-radius: 10px;
}

.sp-btn-grp .sp-back-btn {
	background-color: #ffffff;
	color: #000000;
	font-size: 19px;
	text-transform: capitalize;
	text-decoration: none;
	border-style: solid;
	border-width: 2px 2px 2px 2px;
	border-color: #000000;
	border-radius: 1000px 1000px 1000px 1000px;
	padding: 20px 20px 20px 20px;
	cursor: pointer;
	display: inline-block;
	font-weight: 700;
	text-align: center;
	width: 100%;
}

.sp-btn-grp .sp-next-btn {
	background-color: #000000;
	color: #ffffff;
	font-size: 19px;
	text-transform: capitalize;
	text-decoration: none;
	border-style: solid;
	border-width: 2px 2px 2px 2px;
	border-color: #000000;
	border-radius: 1000px 1000px 1000px 1000px;
	padding: 20px 20px 20px 20px;
	cursor: pointer;
	display: inline-block;
	font-weight: 700;
	width: 100%;
	text-align: center;
}

.sp-btn-grp {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0 30%;
	gap: 10px;
	margin-top: 10px;
}

.sp-post-content img {
	width: 100%;
}

.sp-post-content .form-check {
	align-items: center;
	justify-content: center;
	display: flex;
}

.sp-post-content .form-check-input {
	margin-right: 10px;
}

.slider {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin: 20px 0;
}

.slider-label {
	font-size: 14px;
	color: #333;
	width: 115px;
}

.slider-label:first-child {
	text-align: right;
}

.slider-input {
	width: 60%;
	height: 2px;
	background: #ddd;
	border-radius: 5px;
	outline: none;
	appearance: none;
	cursor: pointer;
	box-shadow: none;
	padding: 0 !important;
}

.slider-input::-webkit-slider-thumb {
	appearance: none;
	width: 10px !important;
	height: 10px !important;
	background: #c58e47;
	border-radius: 50%;
	cursor: pointer;
}

.slider-input::-moz-range-thumb {
	width: 10px !important;
	height: 10px !important;
	background: #c58e47;
	border-radius: 50%;
	cursor: pointer;
}

.slider-input:focus {
	background: #90a4ae;
}

input[type="range"] {
	margin: 0px 20px;
}

/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-f586dff */
.file-upload {
	text-align: center;
	padding: 0;
	border-radius: 0;
	width: 400px;
	margin: 15px auto 0;
}

.file-label {
	font-size: 20px;
	font-weight: bold;
	color: #007bff;
	cursor: pointer;
	margin-bottom: 20px;
}

.file-input {
	display: none;
}

.file-description {
	color: #6c757d;
	margin-top: 10px;
}

.file-icon {
	font-size: 24px;
	margin-right: 10px;
}

.sp-post-content .sp-package-box {
	display: flex;
	gap: 5px 5px;
	flex-direction: column;
	column-gap: 5px;
	border-radius: 20px 20px 20px 20px;
	box-shadow: 0px 0px 10px 0px rgba(113.89999999999999, 113.89999999999999, 113.89999999999999, 0.5);
	padding-top: 50px;
	padding-bottom: 50px;
	padding-left: 20px;
	padding-right: 20px;
	align-items: center;
	justify-content: center;
	min-height: 280px;
	margin-bottom: 20px;
}

.sp-post-content .sp-package-box h3 {
	font-weight: 600;
	font-size: 24px;
	line-height: 1.3em;
	margin-bottom: 15px;
}

.sp-post-content .sp-package-box h5 {
	font-size: 25px;
	font-weight: 500;
	color: #d4a34e;
	font-family: "Nunito Sans", sans-serif;
	margin-bottom: 25px;
}

.sp-post-content .sp-package-box h5 i {}

.sp-post-content .sp-package-box p {
	font-size: 13px;
	font-weight: 700;
	line-height: 16px;
}

.sp-post-content .sp-package-box p span {
	font-weight: normal;
	display: block;
	margin-top: 10px;
}

.sp-post-content .sp-package-box input {
	background-color: #ffffff;
	border-color: #9e9e9e;
	border: 1px solid #69727d;
	color: #1f2124;
	max-width: 50%;
	vertical-align: middle;
	width: 100%;
	height: 40px;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 24px;
	padding: 12px 16px;
	border-radius: 4px;
	box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.05);
	margin-bottom: 15px;
}

.sp-post-content h6 {
	text-align: center;
	margin: 50px 0 30px 0;
	font-size: 18px;
	font-weight: 600;
}

.sp-upgrade-box {
	background-color: #d4a34e24;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	box-shadow: 0px 0px 10px 0px rgba(166.6, 166.6, 166.6, 0.5);
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	padding-right: 20px;
	margin-bottom: 25px;
}

.sp-upgrade-box .sp-info {
	width: 65%;
}

.sp-upgrade-box .sp-info p {
	text-align: left;
	margin: 0;
	font-size: 15px;
}

.sp-upgrade-box .sp-info p:first-child {
	font-weight: bold;
	font-size: 16px;
}

.sp-upgrade-box .sp-price {
	font-weight: bold;
}

.sp-upgrade-box .sp_btn {
	background-color: #ffffff00;
	font-size: 14px;
	font-weight: 600;
	fill: #d4a34e;
	color: #d4a34e;
	border-style: solid;
	border-width: 1px 1px 1px 1px;
	border-color: #d4a34e;
	border-radius: 100px 100px 100px 100px;
	padding: 2px 25px 2px 25px;
	text-transform: capitalize;
	font-weight: 600;
}

.sp-order-summury-box {
	background-color: #d4a34e24;
	display: flex;
	border-radius: 20px 20px 20px 20px;
	margin-top: 100px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	padding-right: 20px;
	flex-direction: column;
	gap: 10px;
}

.sp-order-summury-box .sp-title {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 15px;
}

.sp-order-summury-box .sp-title h4 {
	line-height: 1.2em;
	font-size: 20px;
	font-weight: 600;
}

.sp-order-summury-box .sp-title a {}

.sp-order-summury-box .sp-title a i {
	color: #d4a34e;
	border-radius: 100px;
	border: 1px solid #d4a34e;
	width: 25px;
	height: 25px;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 2px;
}

.sp-order-summury-box .sp-item {
	display: flex;
	align-items: center;
	justify-content: space-between;
	color: black;
	font-weight: 600;
	font-size: 16px;
}

.sp-order-summury-box hr {}

.sp-guarantee i {
	color: #69727d;
	font-size: 37px;
	margin-right: 10px;
}

.sp-guarantee a {
	color: #131313 !important;
	font-family: "Montserrat", sans-serif;
	font-size: 1rem;
	line-height: 1.25em;
	font-weight: 600;
	text-transform: capitalize;
}

.sp-guarantee {
	display: flex;
	justify-content: center;
	align-items: center;
}

.sp_sign h4 {
	font-size: 18px;
	font-weight: bold;
}

.sp-login-with {
	display: flex;
	justify-content: left;
	gap: 10px;
	align-items: center;
	margin-bottom: 50px;
}

.sp-login-with a {}

.sp-login-with a svg {
	width: 55px;
	height: 55px;
	border: 1px solid #dadada;
	border-radius: 100px;
	padding: 12px;
}

.sp-divider {
	position: relative;
	margin-bottom: 20px;
}

.sp-divider hr {
	/* margin: 0; */
	position: relative;
}

.sp-divider span {
	text-transform: capitalize;
	text-align: center;
	display: block;
	position: absolute;
	left: 0;
	right: 0;
	top: -12px;
	background: white;
	width: max-content;
	margin: 0 auto;
}

.sp_sign p {
	margin: 15px 0 0 0;
}

.sp_sign p a {}

.sp_sign form {
	margin-top: 10px;
}

.sp_sign form label {
	font-size: 14px;
	color: black;
	margin: 0;
}

.sp_sign form input {
	background-color: transparent;
	border: 1px solid #69727d;
	color: #1f2124;
	max-width: 100%;
	vertical-align: middle;
	width: 100%;
	height: 40px;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 24px;
	padding: 12px 16px;
	border-radius: 4px;
	box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.05);
}

.sp_sign form .btn {
	background-color: #c4a050;
	color: #ffffff;
	min-height: 40px;
	font-size: 1rem;
	border-top-left-radius: 30px;
	border-top-right-radius: 30px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 30px;
	padding-top: 10px;
	padding-right: 30px;
	padding-bottom: 10px;
	padding-left: 30px;
	border: none;
	text-transform: capitalize;
}

.tab-content h5 {
	font-size: 16px;
	font-weight: 600;
	margin-bottom: 15px;
}

.tab-content label {
	color: #111827;
	font-size: 14px;
	font-style: normal;
	font-weight: 500;
	line-height: 20px;
	padding-bottom: 0;
}

.tab-content input {
	background-color: transparent !important;
	border: 1px solid #69727d !important;
	color: #1f2124 !important;
	max-width: 100% !important;
	vertical-align: middle !important;
	width: 100% !important;
	height: 40px !important;
	font-size: 16px !important;
	font-style: normal;
	font-weight: 400;
	line-height: 24px;
	padding: 12px 16px !important;
	border-radius: 4px !important;
	box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.05);
}

.tab-content select {
	background-color: transparent !important;
	border: 1px solid #69727d !important;
	color: #1f2124 !important;
	max-width: 100% !important;
	vertical-align: middle !important;
	width: 100% !important;
	height: 40px !important;
	font-size: 16px !important;
	font-style: normal !important;
	font-weight: 400 !important;
	line-height: 24px !important;
	padding: 12px 16px !important;
	border-radius: 4px !important;
	box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.05) !important;
}

.tab-content .form-check {
	display: -webkit-inline-box;
	min-height: 1.5rem;
	padding-left: 1.5em;
	margin-bottom: 0.125rem;
}

.tab-pane.container.active {
	background-color: #d4a34e24;
	padding: 20px;
	border-radius: 20px;
	margin-top: 57px;
}

.form-check-input[type="checkbox"] {
	border-radius: 0.25em !important;
	float: left !important;
	margin-left: -0.8em !important;
	width: 1em !important;
	height: 1em !important;
	margin-top: 0.25em !important;
	vertical-align: top !important;
	padding: 2px !important;
}

.nav-tabs .nav-link {
	border-style: solid;
	border-width: 1px 1px 1px 1px;
	border-color: #000000;
	background: #ffffff;
	color: rgb(84 89 95);
	border-radius: 100px;
	margin-right: 5px;
}

.nav-tabs .nav-link.active,
.nav-tabs .nav-link:hover {
	background: #000000;
	color: #fff;
	border-style: solid;
	border-width: 1px 1px 1px 1px;
	border-color: #000000;
	border-radius: 100px;
}

.sp-pyj-box {
	border-radius: 20px 20px 20px 20px;
	box-shadow: 0px 0px 10px 0px rgba(122.39999999999999, 121.6017391304348, 121.6017391304348, 0.5);
	padding-top: 50px;
	padding-bottom: 50px;
	padding-left: 50px;
	padding-right: 50px;
}

.sp-pyj-box h5 {
	line-height: 1.3em;
	font-size: 24px;
	margin: 0 0 20px 0;
}

.sp-pyj-box .sp-item {
	display: grid;
	gap: 20px;
	grid-template-columns: repeat(3, 1fr);
}

.sp-pyj-box.sp .sp-item grid-template-columns: repeat(4, 1fr);
}

.sp-pyj-box .sp-item .sp-btnn:hover {
	background: #f9f5e5
}

.sp-pyj-box .sp-item .sp-btnn {
	background-color: #FFFFFF;
	font-size: 18px;
	font-weight: 500;
	fill: #444444;
	color: #444444;
	transition-duration: 1s;
	border-style: solid;
	border-width: 2px 2px 2px 2px;
	border-color: #D4AF37;
	border-radius: 30px 30px 30px 30px;
	padding: 18px 16px 18px 16px;
	line-height: 1em;
	text-transform: capitalize;
	width: 100%;
	text-align: center;
}

.sp-divider {
	margin: 25px 0;
}

.sp-sign {
	border-color: #d4a34e;
	background-color: #d4a34e;
	border-top-left-radius: 30px;
	border-top-right-radius: 30px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 30px;
	padding-top: 10px;
	padding-right: 30px;
	padding-bottom: 10px;
	padding-left: 30px;
	color: white;
	text-transform: capitalize;
}

.sp_sign {
	padding: 50px;
	display: table;
	margin: 40px auto;
	box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
	border-radius: 20px;
	width: 500px;
}

.sp_sign h3 {
	margin-bottom: 20px;
}

.sp-bredcrumb {
	padding: 10px 50px;
}

.sp-bredcrumb ul {
	list-style: none;
	padding: 0 15px;
	margin: 0;
	display: flex;
	gap: 10px;
}

.sp-bredcrumb ul li {
	font-size: 13px;
	text-transform: capitalize;
}

.sp-bredcrumb ul li a {
	color: #d4a34e;
	font-weight: bold;
}

.sp-bredcrumb ul li i {}

.sp-all-contest {
	/*padding: 25px 50px 50px;*/
	background-color: transparent;
	background-image: linear-gradient(180deg, #FFFFFF 0%, #FCFBF9 100%);
	align-items: center;
	    margin-bottom: 70px;
}

.sp-all-contest img {
	width: 100%
}

.sp-all-contest h2,
.sp-custom h2 {
	font-size: 56px;
	font-weight: 600;
	line-height: 1.3em;
}

.sp-all-contest .sp-divider,
.sp-custom .sp-divider {
	width: 50px;
	display: block;
	background: black;
	height: 5px;
}

.sp-all-contest p {}

.sp-all-contest p strong {}

.sp-all-contest ul {}

.sp-all-contest ul li {}

.sp-all-contest .sp-btn,
.sp-custom .sp-btn {
	color: #ffffff;
	font-size: 16px;
	font-weight: 500;
	line-height: 1em;
	border-color: #d4a34e;
	background-color: #d4a34e;
	text-transform: capitalize;
	border-top-left-radius: 30px;
	border-top-right-radius: 30px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 30px;
	padding-top: 15px;
	padding-right: 30px;
	padding-bottom: 15px;
	padding-left: 32px;
	display: inline-block;
	width: max-content;
}

.sp-all-contest .sp-btn2,
.sp-custom .sp-btn2 {
	color: black;
	font-size: 16px;
	font-weight: 500;
	line-height: 1em;
	text-transform: capitalize;
	border-top-left-radius: 30px;
	border-top-right-radius: 30px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 30px;
	padding-top: 12px;
	padding-bottom: 10px;
	margin-left: 10px;
	display: inline-block;
	width: max-content;
}

.sp_contest {
	padding: 50px;
}

.sp_contest .sp-filter {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.sp_contest .sp-filter .sp-1st {
	display: flex;
	gap: 10px;
}

.sp_contest .sp-filter .sp-2nd {}

.sp_contest .sp-filter select {
	border-color: black;
	background-color: #ffffff;
	appearance: none;
	color: inherit;
	flex-basis: 100%;
	font-family: inherit;
	font-size: inherit;
	font-style: inherit;
	font-weight: inherit;
	letter-spacing: inherit;
	line-height: inherit;
	text-transform: inherit;
	border: 1px solid #69727d;
}

.sp_contest .sp-filter select option {}

.sp_contest .sp-contest-box {
	display: flex;
	gap: 30px;
	margin: 30px 0;
	border-bottom: 1px solid #c3c3c3;
	padding: 0 0 15px 0;
}

.sp_contest .sp-contest-box .sp-img-box {
	background-position: center center;
	background-size: cover;
	min-height: 200px;
	width: 200px;
}

.sp_contest .sp-contest-box .sp-img-box .sp-price {
	font-size: 14px;
	font-weight: bold;
	background-color: #D4A34E;
	padding: 5px;
	display: inline;
}

.sp_contest .sp-contest-box .sp-info-box {
	display: flex;
	flex-direction: column;
	gap: 10px;
	justify-content: center;
}

.sp_contest .sp-contest-box .sp-info-box h5 {
	line-height: 1.2em;
	font-weight: 600;
	font-size: 1.125rem;
	text-transform: capitalize;
}

.sp_contest .sp-contest-box .sp-info-box p {
	font-size: 14px;
}

.sp_contest .sp-contest-box .sp-info-box .sp-tag {}

.sp_contest .sp-contest-box .sp-info-box .sp-tag span {
	font-size: 14px;
	font-weight: normal;
	color: #303030;
	padding: 2px 6px 2px 6px;
	border-style: solid;
	border-width: 1px 1px 1px 1px;
	border-color: #303030;
	border-radius: 4px 4px 4px 4px;
	margin-right: 3px;
}

.sp_contest .sp-contest-box .sp-info-box .sp-tag span.sp-highlighted {
	border-color: #FE5F50;
	color: #FE5F50;
}

.sp_contest .sp-contest-box .sp-meta {
	width: 19%;
	display: flex;
	justify-content: right;
	align-items: center;
}

.sp_contest .sp-contest-box .sp-meta ul {
	list-style: none;
	padding: 0;
	margin: 0;
	font-size: 14px;
}

.sp_contest .sp-contest-box .sp-meta ul li {}

.sp_contest .sp-contest-box .sp-meta ul li i {}

.sp-custom img {
	width: 100%
}

.sp-custom {
	padding-bottom: 50px;
	align-items: center;
}

.sp-trusted {
	padding: 0;
	background-color: #F8F1E1;
}

.sp-trusted h4 {
	margin: 0;
	font-size: 16px
}

.sp-trusted .row {
	padding: 50px;
	width: 100%;
	align-items: center;
}

.sp-trusted img {
	width: 100%;
	padding: 10px;
}

/* Flip Box Container */
.flip-container {
	perspective: 1000px;
	/* Depth for 3D effect */
	width: 100%;
	display: flex;
	/* Align items in a flexible layout */
	flex-direction: column;
	/* Ensure the content is stacked */
	justify-content: stretch;
	/* Stretch to take full height of grid cell */
	min-height: 188px;
	/* Ensure minimum height for uniformity */
	gap: 0;
}

/* Flip Box (Both front and back sides) */
.flip-box {
	position: relative;
	width: 100%;
	height: 100%;
	border: 1px solid #CCCCCC;
}

/* Front and Back Box Styles */
.flip-box-front,
.flip-box-back {
	position: absolute;
	width: 100%;
	height: 100%;
	backface-visibility: hidden;
	transition: opacity 0.5s ease-in-out, visibility 0s 0.5s;
	/* Transition for fade effect */
	opacity: 1;
}

/* Front Box Style */
.flip-box-front {
	background: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	padding: 10px;
	flex-direction: column;
}

/* Back Box Style */
.flip-box-back {
	background: white;
	padding: 20px;
	visibility: hidden;
	/* Initially hide the back */
	opacity: 0;
	/* Hide the back */
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
}

/* On Hover: Show back and hide front */
.flip-box:hover .flip-box-front {
	opacity: 0;
	/* Fade out front */
}

.flip-box:hover .flip-box-back {
	visibility: visible;
	/* Make back visible */
	opacity: 1;
	/* Fade in back */
	transition: opacity 0.5s ease-in-out, visibility 0s 0s;
	/* Remove delay after hover */
}

/* Image Styling */
.flip-box img {
	max-width: 100%;
	height: auto;
	border-radius: 10px;
}

/* Grid Layout */
.grid-container {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	/* 4 columns for desktop */
	gap: 0;
}

@media (max-width: 768px) {
	.grid-container {
		grid-template-columns: repeat(2, 1fr);
		/* 2 columns for mobile */
	}
}

/* Styling for the section */
.sp-Sketch img {
	width: 20%;
	background: #f9f0e1;
	padding: 5px;
	border-radius: 100px;
}


.sp-Sketch {
	padding: 0;
}

.sp-Sketch h4 {
	font-size: 18px;
	font-weight: 500
}

.sp-Sketch .row {
	padding: 50px;
	width: 100%
}


.sp-Sketch h2 {
	font-size: 36px;
	font-weight: 600;
	text-align: center;
	margin-bottom: 35px;
}

.sp-benefits {}

.sp-benefits .row {
	padding: 50px;
	width: 100%;
}

.sp-benefits .sp-box {
	display: flex;
	gap: 20px;
	margin-bottom: 20px;
}

.sp-benefits .sp-box .sp-img-box {}

.sp-benefits .sp-box .sp-img-box img {
	width: 83px;
}

.sp-benefits .sp-box .sp-content {}

.sp-benefits .sp-box .sp-content h4 {
	font-weight: 500;
}

.sp-benefits .sp-box .sp-content p {}

.sp-benefits h2 {
	font-size: 36px;
	font-weight: 600;
	text-align: center;
	margin-bottom: 40px;
}

.sp-testimonial {
	display: flex;
	align-items: center;
	gap: 20px;
	margin: 25px 20% 0;
}

.sp-testimonial .sp-testimonial {}

.sp-testimonial .sp-testi-content {
	width: 80%;
}

.sp-testimonial .sp-testi-content p {
	color: #313131;
}

.sp-testimonial .sp-testi-content .sp-divider {
	margin: 15px 0;
	background: #2575fc;
	width: 40px;
	height: 2px;
}

.sp-testimonial .sp-testi-content .sp-info {}

.sp-testimonial .sp-testi-content .sp-info p {
	color: black;
	font-weight: bold;
}

.sp-testimonial .sp-testi-content .sp-info p span {
	display: block;
	font-weight: normal;
	color: #313131;
	font-size: 13px;
}

.sp-testimonial .sp-author {}

.sp-testimonial .sp-author img {
	width: 200px;
}

.counter {
	font-size: 2.5rem;
	font-weight: 700;
	color: #0d6efd;
}

.sp-counter {}

.sp-counter h2 {
	font-size: 35px;
	color: #252525;
	font-weight: 600;
}

.sp-counter p {}

.sp-counter img {
	margin-bottom: 15px;
}

.sp-hire {
	background-color: #F8F1E1;
}

.sp-hire .row {
	width: 100%;
	padding: 50px;
	align-items: center;
}

.sp-hire h2 {
	font-size: 36px;
	font-weight: 600;
	color: #131313;
	margin-bottom: 25px;
}

.sp-hire p {
	line-height: 30px;
	margin-bottom: 25px;
}

.sp-hire img {
	width: 100%;
	box-shadow: -7px -1px 10px 0px rgba(100.3, 100.3, 100.3, 0.5);
}

.sp-hire .sp-btn {
	font-size: 1rem;
	font-weight: 500;
	line-height: 1em;
	text-transform: capitalize;
	color: #ffffff;
	border-color: #d4a34e;
	background-color: #d4a34e;
	border-top-left-radius: 30px;
	border-top-right-radius: 30px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 30px;
	padding-top: 15px;
	padding-right: 30px;
	padding-bottom: 15px;
	padding-left: 30px;
	border: 0;
	display: table;
	margin: 0 auto;
}

.sp-hire .sp-btn i {}

.sp-get-started {
	background: url(man-looks-computer-screen-with-ring-it.jpg);
	background-size: cover;
	background-position: center;
	padding: 80px 100px;
}

.sp-get-started .container {}

.sp-get-started .container .row {
	padding: 0 8%;
}

.sp-get-started .container .row .sp-box {
	border-radius: 30px 30px 30px 30px;
	padding: 30px;
	background: white;
	text-align: center;
	display: flex;
	flex-direction: column;
	gap: 30px;
}

.sp-get-started .container .row .sp-box h2 {
	font-size: 36px;
	font-weight: 600;
}

.sp-get-started .container .row .sp-box .sp-btn {
	font-size: 1rem;
	font-weight: 500;
	line-height: 1em;
	text-transform: capitalize;
	color: #ffffff;
	border-color: #d4a34e;
	background-color: #d4a34e;
	border-top-left-radius: 30px;
	border-top-right-radius: 30px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 30px;
	padding-top: 15px;
	padding-right: 30px;
	padding-bottom: 15px;
	padding-left: 30px;
	border: 0;
	display: table;
	margin: 0 auto;
}

.sp-imgbn {}

.sp-imgbn .row {}

.sp-imgbn .row div {
	padding: 0;
}

.sp-imgbn .row div img {
	width: 100%;
}

.sp-getins {
	text-align: center;
	padding: 50px;
}

.sp-getins h2 {
	font-size: 36px;
	font-weight: 600;
}

.sp-getins p {
	font-size: 19px;
	font-weight: 600;
}

.sp-getins .sp-btn {
	font-size: 1rem;
	font-weight: 500;
	line-height: 1em;
	text-transform: capitalize;
	color: #ffffff;
	border-color: #d4a34e;
	background-color: #d4a34e;
	border-top-left-radius: 30px;
	border-top-right-radius: 30px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 30px;
	padding-top: 15px;
	padding-right: 30px;
	padding-bottom: 15px;
	padding-left: 30px;
	border: 0;
	display: table;
	margin: 0 auto;
}