/* Imports */
/* Icons */
@import url("https://site-assets.fontawesome.com/releases/v6.0.0/css/all.css");
/* Fonts */
@import url('https://fonts.googleapis.com/css2?family=Inter:opsz,wght@14..32,100..900&display=swap');


:root {
	--white: #FFFFFF;
	--black: #000000;
	--primary: #0087FD;
	--secondary: #FBB104;
	--ghost-blue: #eff7ff;
	--font-inter: 'Inter', sans-serif;
}

::selection {
	background-color: var(--secondary);
	color: var(--white);
}

/* General Styling */
* {
	padding: 0;
	margin: 0;
	box-sizing: border-box;
	text-decoration: none !important;
	list-style-type: none;
	font-family: var(--font-inter);
	overflow-wrap: break-word;
}

html {
	scroll-behavior: smooth;
}


body {
	overflow-x: clip;
	letter-spacing: -.02em;
}

a,
button {
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
	display: inline-block;
}

ul,
ol,
dl,
address,
label,
figure {
	margin-bottom: 0;
}

p {
	font-size: 1.125rem;
	font-weight: 500;
	line-height: 1.75;
	color: #828282;
}

section {
	position: relative;
	overflow: clip;
	padding: 5rem 0;
}

/* Headings */
.subHeading {
	width: max-content;
	font-size: 1.25rem;
	font-weight: 700;
	text-transform: capitalize;
	color: var(--primary);
}

.subHeading .heading-img {
	display: block;
	margin: 0 auto 0.5rem;
}

.heading {
	font-size: 2.8125rem;
	font-weight: 700;
	text-transform: capitalize;
}

/* LENIS */
html.lenis,
html.lenis body {
	height: auto;
}

.lenis.lenis-smooth {
	scroll-behavior: auto !important;
}

.lenis.lenis-smooth [data-lenis-prevent] {
	overscroll-behavior: contain;
}

.lenis.lenis-stopped {
	overflow: hidden;
}

.lenis.lenis-smooth iframe {
	pointer-events: none;
}


/* THEMEBTN */
.themeBtn {
	width: fit-content;
	display: block;
	background-color: var(--primary);
	border: none;
	outline: none;
	color: var(--white);
	font-size: 1rem;
	font-weight: 500;
	text-transform: capitalize;
	padding: 0.65em 2em;
	border-radius: 3.125rem;
}

.themeBtn:hover {
	background: var(--secondary);
	color: var(--white);
}

/* HEADER */
.header {
	padding: 1rem 0;
	position: sticky;
	top: 0;
	z-index: 999;
	transition: 0.3s ease-in-out;
	background: hsla(0,0%,100%,.9);
	box-shadow: 0 0 1px rgba(0,0,0,.4);
	-webkit-backdrop-filter: blur(10px);
	backdrop-filter: blur(10px);
}

.header-main__logo {
	width: 240px;
	padding: 0;
	margin: 0;
}

.header-main__logo>img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.header-main__nav {
	width: 100%;
	align-items: center;
	justify-content: flex-end;
	gap: 2rem;
}

.header-main__nav .nav-item .nav-link {
	color: var(--black);
	font-size: 1rem;
	font-weight: 500;
	padding: 0.35rem 0;
	text-transform: capitalize;
	position: relative;
}

.header-main__nav .nav-item .nav-link::after {
	content: "";
	width: 0;
	height: 2px;
	background-color: var(--primary);
	position: absolute;
	right: 0;
	bottom: 0;
	transition: all 300ms ease-in-out;
}

.header-main__nav .nav-item .nav-link:hover::after,
.header-main__nav .nav-item .nav-link.active::after {
	width: 100%;
	right: auto;
	left: 0;
}

/* mainbanner */
.mainbanner {
	background: url("../images/banner-bg.webp") no-repeat center / cover;
	height: 800px;
	display: flex;
	align-items: center;
}

.mainbanner::before,
.innerbanner::before{
	content: "";
	background: rgba(0, 0, 0, 0.5);
	position: absolute;
	inset: 0;
}

.mainbanner__content h1,
.innerbanner__content h1{
	font-size: 4.125rem;
	font-weight: 700;
	color: var(--white);
}

.mainbanner__content p {
	font-size: 1.125rem;
	color: var(--white);
}

.mainbanner__form {
	background: var(--white);
	padding: 2em;
	border-radius: 1.75rem;
}

.mainbanner__form .heading {
	text-align: center;
	text-transform: uppercase;
	font-weight: 700;
	color: var(--black);
}

.mainbanner__form p {
    font-size: 15px;
    color: var(--black);
    line-height: 1.6;
    margin: 0 0 1.125rem;
    font-weight: 400;
    text-align: center;
}

.mainbanner__form input {
	display: block;
	width: 100%;
	padding: .7em 1.5em;
	border: 1px solid var(--black);
	border-radius: 3.125rem;
	outline: none;
	margin-bottom: 1em;
	font-size: 1rem;
	color: var(--black);
}

.mainbanner__form input::placeholder {
	color: var(--black);
}

.mainbanner__form .themeBtn {
	width: 100%;
	outline: none;
	border: none;
}

/* About Us */
.about-content ul li {
	list-style-type: circle;
	margin: 0 0 1rem 1.25rem;
	color: #828282;
	font-weight: 500;
}

.about-img {
	width: 100%;
	height: 100%;
	position: relative;
}

.about-img::before {
	content: '';
	width: 98%;
	height: 98%;
	background: var(--primary);
	position: absolute;
	top: -1rem;
	right: -1rem;
	border-radius: 1rem;
}

.about-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	position: relative;
	border-radius: 1rem;
}

/* Our Services */
.services {
	background: #eff7ff;
}

.services-card {
	width: 100%;
	height: 350px;
	border: 1px solid #C9C9C9;
	border-radius: 1rem;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	text-align: center;
	padding: 0 3rem;
	margin-bottom: 2rem;
	transition: all 300ms ease-in-out;
}

.services-card img {
	width: 100px;
	margin-bottom: 0.5rem;
}

.services-card .title {
	font-size: 1.75rem;
	font-weight: 600;
	color: var(--primary);
	margin-bottom: 0.5rem;
	transition: all 300ms ease-in-out;
}

.services-card p {
	margin: 0;
	transition: all 300ms ease-in-out;
}

.services-card:hover {
	border-color: var(--primary);
	box-shadow: 0 0 20px 5px #0087FD20;
}

/* Pricing */
.pricing .nav-tabs {
	justify-content: center;
	gap: 1.5rem;
	border: none;
	margin-bottom: 5rem;
}

.pricing .nav-tabs .nav-item .nav-link {
	font-size: 1.125rem;
	text-transform: capitalize;
	background: transparent;
	outline: none;
	border: 1px solid #00000020;
	border-radius: 100px;
	padding: 0.5rem 2.5rem;
	display: flex;
	align-items: center;
	gap: 0.5rem;
}

.pricing .nav-tabs .nav-item.show .nav-link,
.pricing .nav-tabs .nav-link.active {
	background: var(--primary);
	color: var(--white);
}

.pricing .nav-tabs .nav-item .nav-link img {
	width: 30px;
}

.pricing .nav-tabs .nav-item.show .nav-link img,
.pricing .nav-tabs .nav-link.active img {
	filter: invert(1);
}

.pricing-card {
	position: relative;
	border: 1px solid #e7e7e7;
	border-radius: 1rem;
	padding: 2rem 2.5rem;
	transition: all 300ms ease-in-out;
}

.pricing-cardIcon {
	width: 60px;
	position: relative;
	margin-top: -6.5rem;
}

.pricing-cardIcon.bestSeller {
	width: 70px;
}

.pricing-card .title {
	font-size: 2rem;
	font-weight: 600;
}

.pricing-card p {
	font-style: italic;
}

.pricing-card ul {
	text-align: left;
	margin-bottom: 1rem;
}

.pricing-card ul li {
	position: relative;
	margin-bottom: 0.25rem;
}

.pricing-card ul li::before {
	content: "\f00c";
	color: var(--primary);
	font-family: "Font Awesome 5 Pro";
	font-weight: 900;
	margin-right: 0.5rem;
}

.pricing-card h5 {
	font-size: 3rem;
}

.pricing-card h5 sup {
	font-size: 55%;
	color: var(--primary);
	top: -.65em;
	left: .125em;
}

.pricing-card:hover {
	border-color: var(--primary);
	box-shadow: 0 0 20px 5px #0087FD20;
}

/* Trusted */
.trusted {
	background: var(--ghost-blue);
}

.trusted-imgWrapper {
	justify-content: space-evenly;
}

.trusted-img img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

/* Contact Us */
.contact-img {
	width: 100%;
	height: 100%;
	position: relative;
}

.contact-img::before {
	content: '';
	width: 98%;
	height: 98%;
	background: var(--primary);
	position: absolute;
	top: -1rem;
	left: -1rem;
	border-radius: 1rem;
}

.contact-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	position: relative;
	border-radius: 1rem;
}

.contact-formField label {
	font-size: 1rem;
	font-weight: 500;
	margin-bottom: 0.5rem;
}

.contact-formField :is(input, textarea, select){
	width: 100%;
	border: 1px solid #00000040;
	border-radius: 0.5rem;
	outline: none;
	resize: none;
	padding: 0.75rem;
	margin-bottom: 1rem;
}

.contact-formField :is(input, textarea):focus {
	border-color: var(--primary);
}

/* Footer */
footer {
	background: var(--ghost-blue);
	padding: 1.5rem 0;
}

footer p {
	font-size: 1rem;
	margin: 0;
}

footer p a {
	color: var(--primary);
}

.footer__logos {
	display: flex;
	align-items: center;
	gap: 1rem;
}

.footer__logos li img {
	width: 100px;
}

.page-id-9 .mainbanner {
    height: 570px;
}

.page-id-9 #primary {
    padding: 2rem 0 5rem;
}

.page-id-9 .wc-block-checkout__actions_row .wc-block-components-checkout-place-order-button {
    font-size: 1rem !important;
    border: none;
    outline: none;
    padding: 0.65em 2em !important;
    border-radius: 3.125rem;
}

/* terms-section */
.terms-section {
	padding: 0 0 4rem;
}

.terms-section .breadcrumb {
	background: transparent;
	gap: 0.625rem;
	padding: 2.5rem 0;
	margin: 0;
}

.terms-section .breadcrumb li,
.terms-section .breadcrumb li a {
	font-size: 14px;
}

.terms-section .breadcrumb li a {
	color: var(--primary);
}

.terms-section .breadcrumb li {
	color: var(--grey);
}

.terms-content h1 {
	font-size: 2.25rem;
	font-weight: 700;
	color: var(--black);
	margin-bottom: 2.5rem;
}

.terms-content h3 {
	font-size: 1.75rem;
	font-weight: 700;
	color: var(--black);
	margin: 1.125rem 0;
}

.terms-content p {
	font-size: 15px;
	color: var(--black);
	line-height: 1.6;
	margin: 0 0 1.125rem;
	font-weight: 400;
}

.terms-content p a {
	color: var(--primary);
	text-decoration: underline !important;
}

.terms-content ul li {
    font-size: 15px;
    line-height: 1.6;
    margin-bottom: 0.75rem;
    padding-left: 2rem;
    position: relative;
    color: var(--black);
    font-weight: 400;
}

.terms-content ul li::before {
    background-color: var(--primary);
    border-radius: 50%;
    content: "";
    height: 8px;
    left: 8px;
    position: absolute;
    top: 8px;
    width: 8px;
}

/*inner-pages*/
.innerbanner__bg>img {
    width: 100%;
    height: 570px;
    object-fit: cover;
}

.innerbanner__content {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.innerbanner__content h1 {
    text-transform: capitalize;
}

.hf-message.hf-message-success,
.woocommerce-notice.woocommerce-notice--success.woocommerce-thankyou-order-received{
    padding: .65em;
    background: #38dd3899;
    border-radius: 3.125rem;
    color: var(--white);
    text-align: center;
    margin: 1rem 0 0;
}

/* testimonials */
.testimonialSlider {
	padding: 1rem 1rem 5rem;
}

.testimonialText {
	height: 100%;
	border: 1px solid #e7e7e7;
	border-radius: 1rem;
	padding: 2em;
	transform: translateY(80%);
	opacity: 0;
	transition: 0.5s ease;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.testimonialItem h4 {
	font-size: 1.5rem;
	font-weight: 400;
	line-height: 1.5;
	margin: 0 0 1rem;
}

.testimonialTextFooter {
    display: flex;
    align-items: center;
    gap: 2rem;
    margin: 1rem 0 0;
}

.testimonialTextFooterContent {
	font-size: 16px;
	margin: 0;
	color: var(--black);
}

.testimonialTextFooterContent strong {
	display: block;
	font-size: 1.5rem;
	font-weight: 600;
}

.testimonialItem figure {	
	position: relative;	
}

.testimonialItem figure::before{
	content: '';
	width: 98%;
	height: 98%;
	background: var(--primary);
	position: absolute;
	top: -8px;
	right: -8px;
	border-radius: 50%;
}

.testimonialItem figure img {
	width: 150px;
	height: 150px;
	border-radius: 50%;
	object-fit: cover;
	overflow: hidden;
	position: relative;
}

.testimonialSlider .swiper-slide-active .testimonialText {
	opacity: 1;
	transform: translateY(0);
	border-color: var(--primary);
	box-shadow: 0 0 20px 5px #0087FD20;
}

.testimonialSlider .swiper-pagination {
	display: flex;
	gap: 1.875rem;
	width: 100%;
	bottom: 1.125rem;
}

.testimonialSlider .swiper-pagination-bullet {
	flex: 1;
	height: 4px;
	border-radius: .5rem;
	background-color: #c0e0ff;
	opacity: 1;
	position: relative;
}

.testimonialSlider .swiper-pagination-bullet::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 0%;
	height: 100%;
	background: linear-gradient(90deg, var(--primary) 75%, transparent 100%);
	border-radius: .5rem;
}

@keyframes progressbar {
	100% {
		width: 100%;
	}
}

.swiper-pagination-bullet-active::before {
	animation: progressbar 2500ms both;
}

/* faq-section */
.faq-section {
	background: var(--ghost-blue);
}
.faq-section .card:hover {
	border-color: var(--primary);
	box-shadow: 0 0 20px 5px #0087FD20;
}

.faq-section .card:hover .card-header .card-link {
	color: var(--primary);
}

.faq-section .card-header {
	background: 0 0;
	border: none;
	outline: 0 !important;
	padding: 0;
}

.faq-section .card-header .card-link {
	display: block;
	width: 100%;
	font-size: 1.25rem;
	font-weight: 600;	
	text-align: left;
	padding: 0;
	transition: .3s;
	background: transparent;
	border: none;
	outline: none;	
}

.faq-section .card {
	transition: .3s;
	margin-bottom: 1.25rem;
	border: 1px solid #C9C9C9;
	background: var(--ghost-blue);
	border-radius: 1rem;
	color: #828282;
	font-size: 16px;
	line-height: 24px;
	padding: 1.5rem 1.25rem;
}

.faq-section .card-body {
	padding: 0;
}

.faq-section .card-body p {
	margin: 1rem 0 0;
}

.faq-section .card-header .card-link.collapsed:after,
.faq-section .card-header .card-link:after {
	content: "";
	background: url("../images/plus.png") no-repeat center / cover;
	height: 26px;
	width: 26px;
	display: inline-block;
	position: absolute;
	right: 20px
}

.faq-section .card-header .card-link:after {
	background: url("../images/minus.png") no-repeat center / cover;
}

.woocommerce-store-notice, p.demo_store {
    background: var(--primary) !important;
}

.page-id-9 .woocommerce-privacy-policy-text p {
    color: var(--black);
    margin-bottom: .375rem;
}

.page-id-9 .woocommerce-checkout #payment div.form-row {
    padding: 1em 0 0;
}

.page-id-9 .woocommerce table.shop_table {
    background: var(--ghost-blue) !important;
    border: 1px solid #00000040;
    border-radius: 0.5rem;
    margin: 0;
}

.page-id-9 .woocommerce table.shop_table td,
.page-id-9 .woocommerce table.shop_table tfoot th{
    border-top: 1px solid #00000040;
}

.cmplz-message p {
    font-size: 1rem !important;
    margin: 0 !important;
}