/* Header Css  */

.site-header .nav-link {
	color: rgb(55 65 81 / var(--tw-text-opacity, 1));
	font-size: 13px;
}

.site-header .dropdown-toggle::after {
	content: unset;
}

.site-header .btn {
	padding: 10px 15px;
	font-size: 12px;
	border-radius: 7px;
}

@media (min-width: 1400px) {
	.container,
	.container-lg,
	.container-md,
	.container-sm,
	.container-xl,
	.container-xxl {
		max-width: 1140px;
	}
}

/* HERO SECTION ======================= */
.hero-section {
	background: #eef1e3;
	padding: 80px 0;
	background-image: url(../img/leakless1.png);
	background-position: center;
	background-size: 100% 100%;
}

.badge-pill {
	background: #1fa3a512;
	padding: 8px 18px;
	border-radius: 30px;
	display: inline-block;
	margin-bottom: 20px;
	font-size: 12px;
}

.hero-title {
	font-size: 40px;
	font-weight: 700;
}

.hero-highlight {
	color: #1aa6a6;
	font-size: 40px;
	font-weight: 700;
}

.hero-text {
	max-width: 480px;
	margin-top: 15px;
}

.hero-features {
	list-style: none;
	padding: 0;
	display: flex;
	gap: 20px;
}

.form-card {
	background: #f8f6f2;
	padding: 35px;
	border-radius: 20px;
	box-shadow: 0 20px 40px rgba(0, 0, 0, 0.05);
}

.form-card .form-control {
	padding: 12px 15px;
	border-radius: 10px;
	background-color: #fff !important;
	border: none !important;
	font-family: var(--primary-medium-font);
}

.form-card .form-control::placeholder {
	color: var(--dark-color);
}

.btn-submit {
	background: #1aa6a6;
	border-radius: 12px;
	padding: 14px;
}

.info-section {
	background: #fff;
	font-family: "Jost", sans-serif;
}

.section-desc {
	max-width: 700px;
	margin: 10px auto 0;
}

.btn-second {
	color: #000;
	font-size: 15px;
	border-radius: 12px;
	padding: 13px 35px;
	white-space: nowrap;
	position: relative;
	cursor: pointer;
	text-transform: capitalize;
	border: none;
	display: flex;
	align-items: center;
	justify-content: center;
	transition:
		background-color 0.3s ease,
		color 0.3s ease;
	font-family: var(--secondary-regular-font);
	border: 2px solid #00000030;
	font-weight: 400;
	width: fit-content;
	overflow: hidden;
	transition: all 0.3s ease-in-out;
	gap: 10px;
}

/* Card ==================== */
.info-card {
	background: #f7f6f2;
	padding: 35px;
	border-radius: 20px;
	height: 100%;
	transition: all 0.35s ease;
	cursor: pointer;
}

.info-card h5 {
	font-weight: 500;
	margin-bottom: 10px;
	font-family: "Playfair";
}

.info-card p {
	color: #666;
	margin-bottom: 0;
}

.icon-box {
	width: 50px;
	height: 50px;
	border-radius: 12px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 20px;
	transition: all 0.5s ease;
}

.icon {
	width: 24px;
	height: 24px;
	fill: currentColor;
}

.card-green {
	--theme: #1aa6a6;
}

.card-peach {
	--theme: #f2a18b;
}

.card-teal {
	--theme: #1aa6a6;
	/* background: #dff3f2; */
}

.card-green .icon-box,
.card-peach .icon-box,
.card-teal .icon-box {
	background: #e3f2ef;
	color: var(--theme);
}

.card-peach .icon-box {
	background: #f9e2dc;
}

.info-card:hover {
	background: var(--theme);
	color: #fff;
	transform: translateY(-6px);
}

.info-card:hover h5 {
	color: #fff;
}

.info-card:hover p {
	color: #fff;
}

.info-card:hover .icon-box {
	background: #fff;
	color: var(--theme);
}

.process-section {
	position: relative;
	background: url("../img/leakless.jpg") center/cover no-repeat;
	padding: 70px 0;
}

.process-section .overlay {
	position: absolute;
	inset: 0;
	background: #e3f2efcf;
}

.process-section .container {
	position: relative;
	z-index: 2;
}

/* Heading */
.process-title {
	font-size: 42px;
	font-weight: 700;
	margin-bottom: 80px;
}

/* Steps */
.process-steps {
	margin-bottom: 70px;
}

.step-box {
	padding: 0 20px;
}

.step-circle {
	width: 70px;
	height: 70px;
	background: #1aa6a6;
	color: #fff;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 22px;
	font-weight: 600;
	margin: 0 auto 25px;
}

.step-box h5 {
	font-weight: 700;
	margin-bottom: 10px;
	font-family: "Playfair";
}

.step-box p {
	font-size: 15px;
	color: #626d84;
	font-family: var(--secondary-regular-font);
}

/* Connecting line */
.process-line {
	position: absolute;
	top: 80px;
	left: 10%;
	right: 10%;
	height: 2px;
	width: 60%;
	margin: auto;
	background: #38948221;
	z-index: -1;
}

/* Bottom Info */
.process-info {
	background: #f9f8f4;
	padding: 25px 30px;
	border-radius: 15px;
}

.process-info span {
	font-size: 14px;
	font-family: var(--secondary-regular-font);
	color: var(--primary-color);
}

.process-info i {
	color: #1aa6a6;
	margin-right: 6px;
}

/* Responsive *

/* meet-section Css  */

.meet___span {
	background: #38948212;
	width: 40px;
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 12px;
}
/* meet-section Css  */

/* faqs-sectioon Css  */
.faqs-section .accordion-item {
	border: 1px solid #e7e2da;
	border-radius: 12px;
	overflow: hidden;
	margin-bottom: 15px;
}
.faqs-section .accordion-button:not(.collapsed) {
	color: var(--secondary-color);
}

.faqs-section .accordion-button {
	font-family: "playfair";
	font-weight: 500;
}
/* faqs-sectioon Css  */

/* right starts here */
.right-sec {
	padding: 80px 0px;
}
.right-sec .right-img-wrapper img {
	border-radius: 35px;
}
.right-cards-wrapper .right-card-wrapper {
	padding: 15px 15px;
	background: #f8f6f2;
	border-radius: 9px;
	border: 1px solid #e7e2da;
	box-shadow: 0px 3px 8px -8px #00000091;
}
.right-cards-wrapper .right-card-wrapper .right-icon-wrapper figure {
	background: #e3f2ef;
	height: 48px;
	width: 48px;
	border-radius: 9px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.right-content-wrapper .right-heading-wrapper p {
	color: #626d84;
}
.right-cards-wrapper .right-card-content-wrapper p {
	color: #626d84;
	font-size: 16px;
}
.right-cards-wrapper .right-card-content-wrapper h4 {
	font-family: "playfair";
	font-weight: bold !important;
	font-size: 20px;
}

/* right ends here */
/* choose starts here */
.choose-sec {
	background-image:
		linear-gradient(#c4e6dfad, #c4e6dfad), url(../img/choose-img.jpg);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	padding: 80px 0px;
}
.choose-sec .choose-heading-wrapper p {
	color: #626d84;
	font-size: 16px;
}
.choose-card-wrapper {
	padding: 15px 15px;
	background: #f8f6f2;
	border-radius: 9px;
	border: 1px solid #e7e2da;
	box-shadow: 0px 3px 8px -8px #00000091;
	margin-bottom: 20px;
}
.choose-card-wrapper .choose-content-wrapper h5 {
	font-family: "playfair";
	font-weight: bold !important;
	font-size: 20px !important;
}
.choose-card-wrapper .choose-img-wrapper figure {
	background: #e3f2ef;
	height: 48px;
	width: 48px;
	border-radius: 9px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 20px;
}
.choose-card-wrapper .choose-content-wrapper p {
	color: #626d84;
	font-size: 14px;
}
/* choose ends here */
/* stories starts here */
.stories-sec {
	background-color: #fff;
	padding: 80px 0;
}

.stories-heading-wrapper p {
	max-width: 520px;
	margin: 0 auto;
	color: #6b7280;
}

.story-card {
	background-image: url("../img/quotes-img.png");
	background-color: #f8f6f2;
	border-radius: 12px;
	padding: 28px 24px;
	height: 100%;
	box-shadow: 0 0 20px 5px rgba(0, 0, 0, 0.05);
	background-repeat: no-repeat;
	background-position: 98% 7%;
}

.stars {
	color: #f3b4a3;
	font-size: 18px;
	margin-bottom: 14px;
}

.story-text {
	font-size: 15px;
	line-height: 1.7;
	color: #374151;
	margin-bottom: 20px;
	font-family: "inter_28pt-regular";
	font-style: italic;
}

.story-footer {
	border-top: 1px solid #eee;
	padding-top: 12px;
}

.story-footer strong {
	display: block;
	font-size: 14px;
	color: #111827;
}

.story-footer span {
	font-size: 13px;
	color: #6b7280;
}

.stories-stat p {
	font-size: 15px;
	color: #374151;
}

.stories-stat strong {
	color: #389482;
}

/* stories ends here */

/* step-section Css  */

.consulation___btn {
	background: var(--extra-color-5);
	color: var(--secondary-color);
	border-radius: 12px;
	display: flex;
	align-items: center;
	gap: 18px;
}
.consulation___btn:hover {
	background: transparent;
	border-color: var(--extra-color-5);
	color: var(--extra-color-5);
}
.call___btn {
	border: 1px solid var(--extra-color-5);
	border-radius: 12px;
	background: transparent;
	display: flex;
	align-items: center;
	gap: 18px;
}

.call___btn:hover {
	border-color: var(--secondary-color);
	background: var(--extra-color-5);
	color: var(--secondary-color);
}

.meet___content .meet___span___text {
	font-family: "Playfair";
}
.step-section {
	font-size: 12px;
	border-radius: 4px;
	box-shadow:
		0px 20px 25px -5px rgba(0, 0, 0, 0.2),
		0px 10px 10px -5px rgba(0, 0, 0, 0.04);
	padding: 80px !important;
}
.call___btn:hover img.img-fluid {
	filter: brightness(0) saturate(100%) invert(48%) sepia(35%) saturate(905%)
		hue-rotate(132deg) brightness(104%) contrast(86%);
}
.consulation___btn:hover img.img-fluid {
	filter: brightness(0) saturate(100%) invert(98%) sepia(1%) saturate(1182%)
		hue-rotate(198deg) brightness(112%) contrast(96%);
}
/* step-section Css  */

/* Footer Css  */

.footer-section {
	padding-top: 100px;
}

.footer-section a:hover {
	text-decoration: underline;
}

/* Mobile Responsive  */
@media (max-width: 576px) {
	.step-section {
		padding: 40px 20px !important;
	}
}

/* Footer Css  */
