h2,
h4,
h6 {
	/* font-family: "Red Rose", serif; */
	font-family: "Lexend", sans-serif;
}

h1 {
	font-family: LemonMilk-Regular;
}

body h3 {
	font-family: "Lexend", sans-serif;
	font-weight: 200;
	font-size: 30px;
}

p {
	/* font-family: LemonMilk-Ligh; */
	font-family: "Lexend", sans-serif;
}

.sub-pages {
	/* background: #767e83ed; */
	overflow: hidden;
}

:root {
	--orange: #EE4B04;
	--white: #fff;
	--blue: #5180A9;
	--light-skyblue: #5180A9;
}

.text-org {
	color: var(--orange) !important;
}

.text-light-blue {
	color: var(--light-skyblue) !important;
}

.bg-blue {
	background: var(--blue);
}

.text-blue {
	color: var(--blue) !important;
}

.review-star i {
	color: var(--orange);
}

.img-cover{
	background-size: cover;
	background-repeat: no-repeat;
}


header {
	padding: 10px 0px;
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	/* backdrop-filter: blur(1px); */
}

ul.menu-top {
	list-style: none;
	padding: 0;
	display: flex;
	margin: 0;
	gap: 30px;
}

.menu-top a {
	color: var(--white);
	text-transform: uppercase;
	transition: all 0.4s ease;
	text-wrap: nowrap;
	font-weight: 200;
}

ul.menu-top a:hover {
	color: var(--orange);
	transition: all 0.4s ease;
}

a {
	text-decoration: none !important;
	font-family: "Lexend", sans-serif;
	color: var(--white);
}

.padding-y {
	padding: 100px 0;
}

.padding-top {
	padding: 100px 0 0 0;
}

.padding-b {
	padding-bottom: 65px;
}

.text-55 {
	font-size: 55px;
	color: var(--white);
}

.text-47 {
	font-size: 47px;
	color: var(--white);
}

.text-35 {
	font-size: 35px;
	color: var(--white);
}

.text-24 {
	font-size: 24px;
	color: var(--white);
}


.banner_heading{
	font-weight: 200;
	font-size: 30px;
	color:white;
	font-family: "Lexend", sans-serif;
}

.banner_subheading{
	font-size: 55px;
	color: white;
	text-transform: uppercase;
	font-family: LemonMilk-Regular;
}

.btn-ab a {
	padding: 10px 20px;
}

.btn-ab a {
	padding: 10px 20px !important;
}

.btn-a a {
	border-radius: 50px;
	padding: 10px 10px 10px 20px;
	background: var(--light-skyblue);
	color: var(--white);
	display: flex;
	gap: 30px;
	width: fit-content;
	display: flex;
	justify-content: space-between;
	align-items: center;
	font-weight: bold;
	transition: all 0.4s ease;
}

.btn-a a i {
	width: 30px;
	height: 30px;
	background: var(--orange);
	border-radius: 50px;
	transition: all 0.4s ease;
	color: var(--white);
}

.btn-a a i {
	display: grid;
	place-items: center;
	transform: rotate(45deg);
	font-size: 25px;
	transition: all 0.4s ease;
}

.btn-a a:hover {
	color: var(--white);
	transition: all 0.4s ease;
	background: var(--orange);
}

.btn-a a:hover i {
	color: var(--orange);
	background: var(--white);
	transition: all 0.4s ease;
}

.btn-ab a:hover {
	color: #fff !important;
}


@font-face {
	font-family: LemonMilk-Bold;
	src: url(../fonts/LemonMilk-Bold.woff);
}

@font-face {
	font-family: LemonMilk-Ligh;
	src: url(../fonts/LEMONMILK-Light.woff);
}

@font-face {
	font-family: LemonMilk-Regular;
	src: url(../fonts/LEMONMILK-Regular.woff);
}


.color-links {
	position: fixed;
	bottom: 20px;
	right: 20px;
	z-index: 100;
	color: #fff;
}

.color-links a {
	color: #fff;
}

/* body{
    background-image: url(../images/body-bg-img.jpg);
    background-attachment: fixed;
    background-repeat: no-repeat;
    width: 100%;
    background-size: cover;
} */


.fixed-img {
	background-attachment: fixed;
	background-size: cover;
	background-repeat: no-repeat;
}

header {
	/* background: linear-gradient(180deg, rgb(0 0 0 / 100%), rgb(0 0 0 / 0%)); */
	z-index: 100;
	transition: all 0.4s ease;
}

.stckty-header {
	/* background: #000; */
	background-image: url(../images/footer-bg-mg.png);
	transition: all 0.4s ease;
	background-size: cover;
	background-repeat: no-repeat;
	animation: sticky-header 0.35s ease-out;
	transform: translateY(0);

}

@keyframes sticky-header {
	from {
		transform: translateY(-100%);
	}

	to {
		transform: translateY(0);
	}
}

.stckty-header {
	padding: 0;
	transition: all 0.4s ease;
}

.stckty-header .das-logo {
	margin: auto;
	transition: all 0.4s ease;
}

.stckty-header .das-logo .sticky-logo {
	/* width: 100%; */
	display: block;
	transition: all 0.4s ease;
	animation: sticky-header 0.35s ease-out;
}

.stckty-header .das-logo .simp-logo {
	display: none;
	transition: all 0.4s ease;

}

.sticky-logo {
	display: none;
}

.das-logo {}

.das-logo img {
	/* width: 100%; */
	height: 100%;
}

.header_logo svg{
	width: 361px;
}

.toggleMenuBar {
	width: 50px;
	display: flex;
	flex-direction: column;
	gap: 10px;
}

.toggleMenuBar span {
	height: 3px;
	display: block;
	background: #fff;
	width: 100%;
	border-radius: 30px;
}

.menu-toggle-btn {
	display: none;
}

.menu-toggle-btn {
	position: absolute;
	left: 0;
	top: 50%;
	transform: translate(0, -50%);
}

.bg-shadow-cover.showSahdow {
	opacity: 1;
	z-index: 98;
	transition: all 0.2s ease;
}

.bg-shadow-cover {
	position: fixed;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background: #00000073;
	z-index: -5;
	opacity: 0;
	transition: all 0.2s ease;
}


a.active {
	color: var(--orange) !important;
	font-weight: 400;
}

.menu-top a:hover img {
	/* mix-blend-mode: luminosity; */
	filter: grayscale(1);
	transition: all 0.2s ease;
}

/* Mobile Menu Css  */
.mobile-menu.showMenu {
	top: 0px;
	opacity: 1;
	visibility: visible;
}

.mobile-menu {
	background-image: url(../images/footer-bg-mg.png);
	background-size: cover;
	width: 100%;
	position: fixed;
	right: 0;
	top: 30px;
	height: auto;
	z-index: 99;
	display: flex;
	flex-direction: column;
	justify-content: start;
	align-items: center;
	padding: 100px 30px 50px;
	transition: all 0.4s ease;
	opacity: 0;
	visibility: hidden;
}

.mobile-menu-close {
	position: absolute;
	right: 10px;
	top: 10px;
	background: transparent;
	border: none;
	font-size: 25px;
	color: var(--white);
	transition: all 0.4s ease;
}

.mobile-menu-close:hover {
	color: var(--orange);
}

.mobile-menu ul {
	margin-top: 30px;
}

.mobile-menu li {
	text-align: center;
	padding: 10px;
	font-size: 20px;
}

.mobile-menu a {
	color: var(--white);
	text-align: center;
	transition: all 0.4s ease;
}

.mobile-menu a:hover {
	color: var(--orange);
	transition: all 0.4s ease;
}

.mobile-menu ul i {
	color: #EE4B04;
	transition: all 0.4s ease;
	font-size: 25px;
}

.mobile-menu ul i:hover {
	color: var(--white);
	transition: all 0.4s ease;
}

.after-text {
	background: linear-gradient(90deg, var(--blue), transparent) !important;
}


section.bg-home {
	/* background: linear-gradient(0deg, rgb(0 0 0 / 46%), rgb(0 0 0 / 46%)), url(../images/banner-das-bg.png); */
	background-size: cover;
	height: 100vh;
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
	padding: 120px 0 0 0;
}

.banner-text h1 {
	font-size: 55px;
}

body .dote-png {
	width: 24px;
	height: 24px;
	border: 1px solid #fff;
	border-radius: 100px;
	margin: auto;
	padding: 1px;
}

body .dote-png p {
	background: var(--orange);
	color: transparent;
	padding: 4px 0;
	width: 20px;
	border-radius: 30px;
	height: 20px;
}

.bg-home .btn-a {
	margin-top: 50px;
}

.banner-slider,
.banner-slider .slick-slider {
	position: fixed !important;
	width: 100%;
	height: 100%;
	overflow: hidden;
	z-index: -1;
	top: 0;
	left: 0;
}

.banner-slider::before {
	position: absolute;
	content: '';
	left: 0;
	right: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(0deg, rgb(0 0 0 / 29%), rgb(0 0 0 / 29%));
	z-index: 1;
}

.slide-img {
	height: 100% !important;
}

.slick-track,
.slick-list {
	height: 100% !important;
}

.slide-img img {
	height: 100%;
	width: 100%;
	object-fit: cover;
	animation: zoom-img 15s ease infinite;
	transform: scale(1);
	object-position: center;
	position: relative;
	z-index: 0;
}

@keyframes zoom-img {

	0%,
	100% {
		transform: scale(1);
	}

	50% {
		transform: scale(1.1);
		object-position: center;
	}

	/* 0% {
			-webkit-transform:translate3d(-50px,0,0);
			transform:translate3d(-50px,0,0)
			}
			25% {
			-webkit-transform:translate3d(0,-50px,0);
			transform:translate3d(0,-50px,0)
			}
			50% {
			-webkit-transform:translate3d(0,-50px,0);
			transform:translate3d(0,-50px,0)
			}
			75% {
			-webkit-transform:translate3d(-50px,0,0);
			transform:translate3d(-50px,0,0)
			}
			to {
			-webkit-transform:translate3d(-50px,0,0);
			transform:translate3d(-50px,0,0)
			} */
}

/* Build Section Css Start  */
.build-section {
	background-image: url(../images/bg-01.jpg);
}

.build-text-col {
	padding: 40px 0;
	text-align: center;
}

.build-text-col:nth-child(2) {
	border-left: 1px solid var(--white);
	border-right: 1px solid var(--white);
}

.build-text-col h4 {
	font-size: 47px;
	color: var(--white);
}

/* Das Model Design Section Css Start  */
.modeldesign-section {
	background: linear-gradient(0deg, rgb(0 0 0 / 65%), rgb(0 0 0 / 65%)), url(../images/das-model-bg.png);
	background-size: cover;
	background-repeat: no-repeat;
}

.linear-text-heading {
	/* font-size: 47px; */
	padding: 20px 30px;
	background: linear-gradient(90deg, var(--light-skyblue), transparent);
	color: var(--white);
}

.linear-text-heading span {
	font-size: 75px;
}

.modeldesign-section .btn-a {
	margin-top: 40px;
}

.model-text {
	padding: 30px;
	color: var(--white);
	position: relative;
	margin-top: 50px !important;
}

.model-text p {
	font-family: "Lexend", sans-serif;
	padding: 20px;
}

.model-text-border p {
	text-align: end;
}

.model-text-border::after {
	border-right: 2px solid var(--white);
	content: '';
	position: absolute;
	right: 0;
	top: 0;
	height: 100%;
	width: 2px;
	background: var(--white);
}

/* Our Services section Css Start  */
.services-section {
	background-image: linear-gradient(0deg, rgb(0 0 0 / 59%), rgb(0 0 0 / 59%)), url(../images/bg-01.jpg);
}

.service-img-cols {
	height: 900px;
	position: relative;
	padding: 0 !important;
	transition: all 0.4s ease;
	overflow: hidden;
}

.service-img-cols>img.hover-img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all 0.4s ease;
	transform: scale(1);
	position: relative;

}

.service-img-cols:hover>img.hover-img {
	transform: scale(1.1);
}

.service-img-cols-02 {
	height: 50%;
}

.services-content {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 100%;
	height: 100%;
	transform: translate(-50%, -50%);
	display: grid;
	place-content: center;
	text-align: center;
	color: var(--white);
	transition: all 0.4s ease;
	background: transparent;
	opacity: 0;
	padding: 10px;
}

.services-content .services-img {
	margin-bottom: -20px;
	transition: all 0.4s ease;
}

.services-content:hover .services-img {
	margin-bottom: 20px;
	transition: all 0.4s ease;
}

.services-content:hover {
	background: linear-gradient(0deg, rgb(0 0 0 / 65%), rgb(0 0 0 / 65%));
	transition: all 0.4s ease;
	opacity: 1;
}

.img-with-text p {
	font-size: 24px;
	font-family: 'Red Rose';
}

/* Build Section 2 Css Start  */
.build-section-02 {
	background-image: linear-gradient(0deg, rgb(0 0 0 / 59%), rgb(0 0 0 / 59%)), url(../images/our-img-bg.png);
}

/* build-img-section */


.build-img-section {
	overflow: hidden;
	/* height: 100vh; */
	display: flex;
	align-items: center;
	justify-content: center;
	background-image: linear-gradient(0deg, rgb(0 0 0 / 59%), rgb(0 0 0 / 59%)), url(../images/bg-02.jpg);
}

.build-img-section .container-fluid {
	margin: 30px 0;
}

.build-img-section .linear-text-2 {
	background: linear-gradient(270deg, var(--light-skyblue), transparent);
	color: var(--white);
}

.build-img-section .linear-text-3 {
	background: linear-gradient(90deg, var(--light-skyblue), transparent);
	color: var(--white);
}

.linear-text-4 {
	background: linear-gradient(90deg, #ffffff, transparent);
	padding: 5px;
}

.build-img-section h2 {
	font-size: 54px;
}

.build-img-height {
	/* height: 650px; */
	z-index: 0;
}

.build-img-height img {
	width: 100%;
	object-fit: cover;
	object-position: center;
	aspect-ratio: 4 / 3;
}

.img-radius-left {
	border-radius: 50px 0 0 50px;
}

.img-radius-right {
	border-radius: 0 50px 50px 0;
}

.build-img-section .btn-a {
	margin-top: 30px;
}

.linear-text-2 {
	padding: 10px 30px;
	background: linear-gradient(270deg, #EE4B04, transparent);
	color: var(--white);
}

.build-content-left {
	position: relative;
	right: -100px;
	z-index: 1;
}

.linear-text-3 {
	padding: 10px 30px;
	background: linear-gradient(90deg, #EE4B04, transparent);
	color: var(--white);
}

.build-content-right {
	position: relative;
	left: -100px;
}

.build-content-right p,
.build-content-left p {
	max-width: 400px;
	margin-top: 30px;
	color: var(--white);
}

/* git-in-touch-section */
.get-in-touch-section {
	/* background-image:linear-gradient(0deg, rgb(0 0 0 / 59%), rgb(0 0 0 / 59%)), url(../images/services-cover.jpg); */
	background-position: bottom;
}

.get-in-touch-section-05 {
	/* background: #80878c; */
}

.get-in-touch-section .get-row {
	padding: 40px;
	border-radius: 30px;
	background: var(--white);
}

.get-in-touch-section .btn-a a:hover {
	background: var(--orange);
	color: var(--white);
}

.get-in-touch-section .btn-a a:hover i {
	background: var(--white);
	color: var(--orange);
}

.git-media {
	margin-bottom: 30px;
}

.git-media .footer-media i {
	font-size: 30px;
}


.footer {
	background-image: url(../images/footer-bg-mg.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	padding: 20px 0 0;
}

.footer h5 {
	font-size: 20px;
	color: var(--white);
	font-weight: 600;
}

.footer .link {
	color: var(--white);
	padding: 5px 0;
	display: inline-block;
	transition: all 0.4s ease;
	font-weight: 300;
}

.footer .link:hover {
	color: var(--orange);
	transition: all 0.4s ease;
}

.footer-media {
	gap: 20px;
	display: flex;
}

.footer-media a i {
	color: var(--orange);
	font-size: 22px;
	transition: all 0.4s ease;
}

.footer-media a i:hover {
	color: var(--white);
	transition: all 0.4s ease;
}

.footer-media-content-01 {
	margin-top: 10px;
}

.footer-media-content h5 {
	margin-top: 0px;
}

.mobile-logo-footer {
	margin-bottom: 15px;
	display: inline-block;
}

.copyright {
	padding-top: 20px;
}

/* Gallery Section Component  */
.gallery-component {}

.gallery-box {
	padding: 0 !important;
	overflow: hidden;
	height: 650px;
}

.gallery-box img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all 2s ease;
	border-radius: 50px;
}

/* .gallery-box:hover img{
        transform: scale(1.1);
        transition: all 2s ease;
    } */

/* Gallery Section Component  */

/* Finished Project Page Banner  */
#finished-page {
	background-image: linear-gradient(0deg, rgb(0 0 0 / 59%), rgb(0 0 0 / 59%)), url(../images/finished-cover.webp);
    background-position: 0 72%;
}

.sub-banner {
	height: 600px;
	background-repeat: no-repeat;
	background-size: cover;
	padding-top: 60px;
}

.project-decription {
	padding: 60px;
	border-radius: 40px;
	background: #dddddd62;
	backdrop-filter: blur(10px);
	border: 2px solid var(--orange);
}

.project-img-section {
	padding-bottom: 50px;
}

.project-img-section .linear-text-heading {
	background: linear-gradient(90deg, var(--orange), transparent);
}

/* Project Before and After Section  */
.project-img-content {
	width: 100%;
	position: relative;
	height: 750px;
}

.project-img-content img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.project-img-content h4 {
	position: absolute;
	left: 0;
	bottom: 40px;
	width: 100%;
	margin: 0;
}


/* About Us Page Css Start  */
#about-page {
	background-image: linear-gradient(0deg, rgb(0 0 0 / 59%), rgb(0 0 0 / 59%)), url(../images/clinet-cover.jpeg);
	background-position: bottom;
}

.about-img-section-01 {
	background-image: linear-gradient(0deg, rgb(0 0 0 / 59%), rgb(0 0 0 / 59%)), url(../images/about-cover.jpeg);
    background-position: 0;
}

.about-description {
	padding: 0 50px;
	text-align: start;
}

.about-description .linear-text-3 {
	position: relative;
	/* left: -100px; */
}

.about-description .linear-text-2 {
	position: relative;
	z-index: 1;
}

/* .about-img-section-01 .build-img-height {
	height: 600px;
} */

/* .build-img-height img {
	object-position: top;
} */

.client-cover {
	background-image: linear-gradient(0deg, rgb(0 0 0 / 59%), rgb(0 0 0 / 59%)), url(../images/clinet-cover.jpeg);
    background-position: 0 87%;
}

.testimonial {
	padding-top: 50px;
}

.testimonials-slider .slick-track,
.slick-list {
	display: flex;
}

.testimonials-slider .review-box {
	padding: 30px;
	border-radius: 30px;
	margin: 0 20px;
	height: 100%;
	display: flex;
	flex-direction: column;
	background: #dddddd62;
	backdrop-filter: blur(10px);
	border: 2px solid var(--orange);
}

.testimonials-slider .review-box>small {
	margin-bottom: 20px;
	padding: 10px 20px;
}

.review-img {
	gap: 20px;
	/* margin-top: auto; */
}

.review-img-content h4 {
	margin: 0;
}
.about-gallery-section{
	height: 450px;
}


/* number-counter-section */
.number-counter-section {
	background-image: linear-gradient(0deg, rgb(0 0 0 / 75%), rgb(0 0 0 / 75%)), url(../images/count-bg.jpg);
	background-repeat: no-repeat;
	background-size: cover;
}

.count-text-box {
	display: flex;
	flex-direction: column;
	align-items: center;
	padding: 20px 20px 20px 0;
	flex: 50%;
}

.count-text-box h4 {
	font-size: 70px;
	line-height: 60px;
	margin: 0;
	font-weight: bold;
}

.count-text-box b {
	display: block;
	font-size: 17px;
}

.count-text-box-10 {
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
}

.count-text-box-11 {
	border-bottom: 1px solid #fff;
}

.count-text-box-12 {
	border-right: 1px solid #fff;
}

.count-text-box-11,
.count-text-box-13 {
	padding-left: 30px;
}

/*prem-css*/

.inner-bg {
	height: 700px;
	display: flex;
	align-items: center;
	color: #fff;
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
}

.about-banner-bg {
	background-image: linear-gradient(0deg, rgb(0 0 0 / 59%), rgb(0 0 0 / 59%)), url(../images/about-sub-banner.jpg);
}

.service-bg {
	background-image: linear-gradient(0deg, rgb(0 0 0 / 55%), rgb(0 0 0 / 55%)), url(../images/services-sub-banner.jpg);
}

.project-banner-bg {
	background-image: linear-gradient(0deg, rgb(0 0 0 / 59%), rgb(0 0 0 / 59%)), url(../images/projecrt-sub-banner.jpg);
}

.contact-us-bg {
	background-image: linear-gradient(0deg, rgb(0 0 0 / 55%), rgb(0 0 0 / 55%)), url(../images/contact-sub-banner.jpg);
}

#contact-page {
	background-image: linear-gradient(0deg, rgb(0 0 0 / 55%), rgb(0 0 0 / 55%)), url(../images/contact-cover.jpeg);
    background-position: 0 70%;
}

.contact-icon i.bi {
	color: #fff;
	font-size: 20px;
}

.contact-icon a {
	color: #fff;
	font-weight: 200;
	font-family: 'Lexend';
	letter-spacing: 1px;
}

.contact-icon a:hover {
	color: #ee4b04;
}

.contact-icon p {
	margin: 0;
}

.contact-form input,
body textarea {
	width: 100%;
	border: none;
	padding: 12px 15px;
	margin: 6px 0;
	border-radius: 100px;
	font-size: 18px;
	font-family: 'Lexend';
	font-weight: 300;
}

body .map12 {
	margin-top: 50px;
}

.map12 iframe {
	height: 300px;
	border-radius: 30px;
}

.contact-form button {
	border: none;
	font-size: 20px;
	background-color: #001E7A;
	color: #fff;
	border-radius: 100px;
	width: 200px;
	padding: 9px 0 13px;
	font-family: 'Lexend';
}

.contact-form h2 {
	text-align: center;
	font-weight: 600;
}

.contact-form {
	background-color: #ffffffd6;
	padding: 26px;
	border-radius: 25px;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	margin: 0;
}

body textarea {
	height: 150px;
	border-radius: 23px;
	font-size: 18px;
	font-family: 'Lexend';
}

.contact-icon {
	color: #fff;
}

section.bg-gray {
	padding: 100px 0;
	/* background: #9f9f9f; */
}

#services-page {
	background-image: linear-gradient(0deg, rgb(0 0 0 / 75%), rgb(0 0 0 / 75%)), url(../images/services-cover.webp);
	background-position: 0 20%;
}

.card-icon h4 span {
	font-size: 17px;
}

.card-icon {
	color: #fff;
	text-align: center;
	max-width: 400px;
	margin: auto;
	padding: 0 0 36px;
}

.card-icon p {
	font-weight: 200;
}

.card-icon h4 {
	margin-bottom: 19px;
	font-weight: 400;
}
.get-in-touch-section .get-row h2 {
	letter-spacing: -1px;
}


@media (max-width:1600px){
	.about_main_heading {
			font-size: 28px !important;
		}

					    .about-description {
					    	padding-right: 50px !important;
					    }
	
		.build-img-section h2 {
			font-size: 36px;
			margin-bottom: 10px !important;
		}
	
		/* .build-img-height img {
			height: 80vh;
		} */
				
}

@media (max-width:1280px) {
	.text-47 {
		font-size: 40px;
	}

				.header_logo svg {
					width: 220px;
				}

	.das-logo img {
		width: 100%;
	}

	.build-img-height {
		/* height: 700px; */
		z-index: 0;
	}

	.build-content-left {
		right: -50px;
	}

	.build-content-right {
		left: -50px;
	}

	.footer .link {
		font-weight: 200;
	}

	.copyright {
		padding-top: 60px;
	}
.about_main_heading {
	font-size: 28px !important;
}
.build-img-section h2 {
	font-size: 36px;
	margin-bottom: 10px !important;
}
/* .build-img-height img {
	height: 90vh;
} */
}

@media (max-width:1000px) {
	.footer-media-content {
		padding: 0 0 0 15px !important;
	}

	.get-in-touch-section .get-row {
		padding: 15px;
		text-align: center;
	}

	.get-in-touch-section .get-row .btn-a {
		margin: auto;
	}
}


@media (max-width:1195px) {
	.bodyscrolloff {
		overflow-y: hidden;
	}

	.menu-logo {
		margin: auto;
	}

	.social-icons,
	.menu-list {
		display: none !important;
	}

	.menu-toggle-btn {
		display: block;
	}

	.stckty-header .das-logo a,
	.das-logo a {
		margin: auto;
	}

	.stckty-header .das-logo {
		margin: auto;
		width: unset;
	}

	.build-img-height {
		/* height: 500px; */
		z-index: 0;
	}

	.about-description {
		padding: 0 20px;
	}


	.mobile-logo {
		display: none;
	}

	.toggleMenuBar {
		/* margin-top: 17px; */
		transition: all 0.4s ease;
	}

	.toggleMenuBar span {
		transition: all 0.4s ease;
	}

	.toggleMenuBar.showCross span:first-child {
		transform: rotate(45deg);
		transition: all 0.4s ease;
	}

	.toggleMenuBar.showCross span:last-child {
		transform: rotate(-45deg);
		top: -12px;
		position: relative;
		transition: all 0.4s ease;
	}

	.footer h5 {
		margin-top: 30px;
	}


}

@media (max-width:1025px) {
	.contact-form {
		margin-top: 30px;
	}

	/* .follow-text {
        margin-top: 30px !important;
    } */

}

@media (max-width:995px) {
	.about-img-section-01 .row-column-class {
		flex-direction: column-reverse;
	}

	.about-img-section-01 img {
		margin-top: 30px;
	}

		.header_logo svg {
			width: 355px;
		}

	.about-description .linear-text-3{
		left: -20px;
	}
.about-description {
	padding-right: 20px !important;
}
				.about-description .linear-text-2{
					right: -20px;
				}

	.model-text-border::after {
		display: none;
	}

	.model-text {
		padding: 0;
	}
}

@media (max-width:885px) {

	.social-icons,
	.menu-list {
		display: none !important;
	}

	.menu-toggle-btn {
		display: block;
	}

	.contact-icon {
		margin-top: 30px;
	}

	.contact-icon i {
		display: flex;
	}


	/* Hero Banner  */
	section.bg-home {
		height: 575px;
	}

	.banner-text h1 {
		font-size: 50px;
	}

	.get-in-touch-section .get-row {
		padding: 15px;
	}

	/* About Us Page Css  */
	.about-img-section-01 img {
		margin-top: 30px;
	}

	.testimonial {
		padding-top: 30px;
	}


	.about-img-section-01 .row-column-class {
		flex-direction: column-reverse;
	}

	.contact-icon .row {
		margin-bottom: 20px;
	}

	section.bg-gray {
		padding: 50px 0 100px;
	}

	.contact-icon {
		margin-top: 0;
		margin-bottom: 30px;
	}

	.project-img-content {
		height: 450px;
	}

}

@media (max-width:768px) {

	/* .row-column-class{
    flex-direction: column-reverse;
} */
	section.bg-home {
		height: 787px;
	}

	.service-img-cols {
		height: 700px;
	}

	.service-img-cols-02 {
		height: 50% !important;
	}
}

@media (max-width:650px) {
	.build-img-section h2 {
		font-size: 24px;
	}

		.header_logo svg {
			width: 220px;
		}

		.services-content{
			opacity: 1;
		}
.services-content {
	background: linear-gradient(0deg, rgb(0 0 0 / 50%), rgb(0 0 0 / 30%));
	opacity: 1;
}

.banner_heading {
	font-family: LemonMilk-Regular;
	font-weight: 200;
		font-size: 18px;
		margin-bottom: 10px !important;
}

.banner_subheading {
	font-family: "Lexend", sans-serif;
	font-weight: 200;
	font-size: 16px;
}

	main {
		overflow: hidden;
	}

	.text-24 {
		font-size: 20px;
	}

	.text-55 {
		font-size: 30px;
	}

	.text-47 {
		font-size: 28px;
	}

	.about_main_heading{
		font-size: 24px !important;
	}

	.hover_img_1{
		height: 50%;
	}

	.service_img_column-one{
		height: 350px !important;
	}

		.service_subheading {
			font-size: 18px !important;
		}


	.padding-b {
		padding-bottom: 25px;
	}

	.padding-top {
		padding: 40px 0 0 0;
	}

	.sub-banner {
		height: 400px;
	}

	.stckty-header .toggleMenuBar {
		/* margin-top: 18px; */
		transition: all 0.4s ease;
	}

	/* Header  */

	header {
		padding: 10px 0;
	}

	.das-logo {
		width: 220px;
		transition: all 0.4s ease;
	}

	.das-logo img {
		width: 100%;
		transition: all 0.4s ease;
		animation: sticky-header 0.35s ease-out;
	}

	.stckty-header .das-logo {
		width: 220px;
		margin: auto 0;
		transition: all 0.4s ease;
	}

	.stckty-header .das-logo img {
		width: 100%;
		transition: all 0.4s ease;
		animation: sticky-header 0.35s ease-out;
	}

	.menu-logo {
		flex: 30%;
	}

	.menu-logo .das-logo {
		justify-content: center !important;
		margin: auto;
	}


	.header-links {
		display: none;
	}


	/* .mobile-logo{
        display: none;
    } */

	/* Header  */

    .about-banner-bg {
	background-image: linear-gradient(0deg, rgb(0 0 0 / 59%), rgb(0 0 0 / 59%)), url(../images/about-mobile-banner.jpg);
}

.service-bg {
	background-image: linear-gradient(0deg, rgb(0 0 0 / 55%), rgb(0 0 0 / 55%)), url(../images/services-mobile-banner.jpg);
}

.project-banner-bg {
	background-image: linear-gradient(0deg, rgb(0 0 0 / 59%), rgb(0 0 0 / 59%)), url(../images/project-mobile-banner.jpg);
}

.contact-us-bg {
	background-image: linear-gradient(0deg, rgb(0 0 0 / 55%), rgb(0 0 0 / 55%)), url(../images/contact-mobile-banner.jpg);
}
	.banner-text h1 {
		font-size: 26px;
	}

	.bg-home,
	.banner-slider {
		overflow: hidden;
	}

	.slick-track,
	.slick-list {
		height: 100% !important;
	}

	.slick-slide {
		height: 100% !important;
	}

	.slide-img img {
		object-fit: cover !important;
	}


	.padding-y {
		padding: 40px 0;
	}

	.modeldesign-section .linear-text-heading span {
		font-size: 50px;
	}

	.modeldesign-section .linear-text-heading {
		font-size: 22px !important;
		margin-bottom: 20px !important;
			margin: 0 -20px 5px;
	}

	.model-text p {
		padding: 20px 0;
	}

	.build-content-left,
	.build-content-right {
		left: 0;
		right: 0;
		padding: 30px 0;
	}

	.build-img-section .container-fluid {
		margin: 0px 0;
	}

	.build-img-section .row-column-class {
		flex-direction: column-reverse;
	}

	.model-text {
		padding: 4px;
		margin-top: 0 !important;
	}

	.build-img-height {
		/* height: 400px; */
		z-index: 0;
	}

	.build-img-section {
		padding-bottom: 0;
	}

	.get-in-touch-section {
		padding: 40px 10px;
	}

	.get-in-touch-section .get-row {
		padding: 17px;
		border-radius: 17px;
	}

	.get-in-touch-section .get-row h2 {
		text-align: center;
		font-size: 30px;
	}

	.get-in-touch-section .get-row p {
		text-align: center;
	}

	.get-in-touch-section .get-row .btn-a {
		margin: auto;
	}

	/* Finished Project Page  */
	.project-decription {
		padding: 20px;
	}

	/* About pgae Css  */
	.about-description {
		padding: 20px 20px;
	}

	.gallery-box {
		height: 200px;
		border-radius: 0;
	}

	/* .about-img-section-01 .build-img-height {
		height: 500px;
	} */

	.img-radius-left,
	.img-radius-right {
		border-radius: 0px;
	}

	.footer {
		padding: 30px 0 0 0;
	}

	.footer-media-content {
		text-align: center;
		display: flex;
		flex-direction: row;
		align-items: center;
		padding: 0 20px 0 20px !important;
		justify-content: center;
		gap: 10px;
		margin: 11px 0 20px 0 !important;
	}

	.footer h5 {
		text-align: center;
		margin-top: 20px;
		text-decoration: underline;
	}

	.follow-text {
		margin: 0 !important;
	}

	.footer-media {
		margin: 0;
	}

	.footer-media i {
		display: flex;
	}

	footer .list-unstyled {
		padding-left: 0;
		list-style: none;
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		text-align: center;
		column-gap: 17px;
	}

	.gallery-box img{
		border-radius: 0;
	}
	.desktop-logo {
		display: none;
	}

	.mobile-logo {
		display: none;
		margin-bottom: 5px;
	}

	.mobile-logo-footer {
		margin-bottom: 10px;
	}

	.footer-media-content i {
		font-size: 25px;
	}

	.contact-form {
		padding: 26px 10px;
	}

	section.bg-gray {
		padding: 40px 0;
	}

	.project-img-section {
		padding-bottom: 0px;
	}

	.about-img-section-01 img {
		margin-top: 0px;
	}

	.project-img-content {
		height: 220px !important;
	}

	.project-img-content .linear-text-heading {
		padding: 8px;
	}

	/* Contact Us Page Css  */
	.contact-icon a {
		padding-left: 10px;
	}

	.testimonials-slider .slick-slide {
		height: auto !important;
	}

	.copyright {
		padding-top: 0px;
	}

	.footer-logo {
		text-align: center;
	}

	.project-img-content h4 {
		bottom: 10px;
	}

	.footer-media-content-01 {
		justify-content: center;
		display: flex;
	}

	.footer-links {
		justify-content: center;
	}

	/* .build-text-col:nth-child(2) {
		border: none;
        
	} */
    .build-text-col {
        padding: 5px 0;
        text-align: center;
    }
	.build-content-right p,
	.build-content-left p {
		padding: 0 10px;
	}

	.testimonials-slider .review-box>small {
		margin-bottom: 20px;
		padding: 10px 0px;
		text-align: center;
	}

	.testimonials-slider .review-box {
		padding: 20px 10px;
	}

	.about-description .linear-text-3 {
		left: -20px;
	}

	.about-description .linear-text-2 {
		right: -20px;
		left: auto;
	}
    .build-text-col h4 {
        font-size: 26px;
    }

}

@media (max-width:500px) {
	.count-text-box {
		border: none !important;
		padding: 20px !important;
	}

	.count-text-box-11,
	.count-text-box-13 {
		border: none;
	}

	.count-text-box-10 {
		border-right: 0px solid #fff;
		border-bottom: 0px solid #fff;
	}

}



@media screen and (min-width: 2000px) {
	.sub-banner {
			height: calc(100vh - 40vh);
			background-position: center;
		}
}


#submitBtn
{
	position: relative;
}
.loader-icon {
  display: none;
   width: 20px;
   height: 20px;
   border: 2px solid #fff;
   border-top: 0px solid var(--color-primary);
   border-radius: 50%;
   animation: spin 1s linear infinite;
   margin-left: 10px;
   position: absolute;
   right: 20px;
}
@-webkit-keyframes spin {
	0% { -webkit-transform: rotate(0deg); }
	100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
	0% { transform: rotate(0deg); }
	100% { transform: rotate(360deg); }
}

















.menu-top a {padding-top: 0px;}



.nav-item.dropdown:hover .dropdown-menu{
    display:block;
    margin-top:0;
}





/* 1. Change the main dropdown box background */
.dropdown-menu {
    background-color: #5180a9 !important;
    border: none !important;
}

/* 2. Change the individual items and ensure they don't turn Bootstrap Blue */
.dropdown-item {
    color: white !important;
    background-color: transparent !important; /* Removes the default blue */
}

/* 3. Change the hover/active state to your orange color */
.dropdown-item:hover, 
.dropdown-item:focus, 
.dropdown-item.active {
    background-color: #ee4b04 !important; /* Your orange color */
    color: white !important;
}








/* HOMECARE PRICING */

.homecare-pricing .pricing-card{
background:#fff;
padding:40px 30px;
border-radius:8px;
text-align:center;
box-shadow:0 10px 25px rgba(0,0,0,0.08);
transition:all .3s ease;
position:relative;
height:100%;

}

.homecare-pricing .pricing-card:hover{
transform:translateY(-10px);
box-shadow:0 20px 40px rgba(0,0,0,0.15);
}

.homecare-pricing h5{
font-weight:600;
letter-spacing:1px;
margin-bottom:15px;
}

.homecare-pricing .price{
font-size:42px;
font-weight:700;
color:#5180a9;
margin-bottom:20px;
}

.homecare-pricing .price span{
font-size:14px;
color:#777;
}

.homecare-pricing ul{
list-style:none;
padding:0;
margin-bottom:25px;
}

.homecare-pricing ul li{
padding:8px 0;
border-bottom:1px solid #eee;
}







/* Only affects fade animations inside the homecare-pricing section */
.homecare-pricing [data-aos^=fade].aos-animate {
    margin-bottom: 60px !important;
}





/* Change Heading and Paragraph color to white */
.homecare-pricing .section-heading, 
.homecare-pricing .text-center h2, 
.homecare-pricing .text-center p {
    color: #ffffff !important;
}







.pricing-btn{
display:inline-block;
padding:10px 28px;
background:#5180a9;
color:#fff;
border-radius:5px;
text-decoration:none;
transition:.3s;
}

.pricing-btn:hover{
background:#ee4b04;
color:#fff;
}

.featured{
border:2px solid #5180a9;
transform:scale(1.05);
}

.popular-badge{
position:absolute;
top:-12px;
right:15px;
background:#ee4b04;
color:#fff;
padding:5px 12px;
font-size:12px;
border-radius:20px;
}












/* HOMECARE STEPS */

.homecare-steps{
background:#f7f9fc;
}

.step-box{
background:#fff;
padding:35px 25px;
border-radius:8px;
box-shadow:0 10px 25px rgba(0,0,0,0.08);
transition:all .3s ease;
height:100%;
}

.step-box:hover{
transform:translateY(-8px);
box-shadow:0 18px 35px rgba(0,0,0,0.15);
}

.step-icon{
width:70px;
height:70px;
line-height:70px;
background:#5180a9;
color:#fff;
font-size:28px;
border-radius:50%;
margin:0 auto 20px auto;
}

.step-box h4{
font-weight:600;
margin-bottom:15px;
}















/* BENEFITS */



.benefit-box{

text-align:center;

padding:35px 25px;

background:#fff;

border-radius:8px;

box-shadow:0 10px 25px rgba(0,0,0,0.08);

transition:0.3s;

}



.benefit-box:hover{

transform:translateY(-8px);

box-shadow:0 18px 35px rgba(0,0,0,0.15);

}



.benefit-box i{

font-size:40px;

color:#5180a9;

margin-bottom:15px;

}
















/* FAQ */

.homecare-faq .card{
margin-bottom:10px;
border:none;
box-shadow:0 5px 15px rgba(0,0,0,0.05);
}

.homecare-faq .btn-link{
color:#333;
font-weight:600;
text-decoration:none;
}


/* CTA */

.homecare-cta {
    background: #5180a9; /* Section Blue */
    color: white;
    padding: 80px 20px;
    text-align: center; /* Ensures content is centered */
}

.homecare-cta h2 {
    font-size: 36px;
    margin-bottom: 15px;
    color: #fff;
}

.homecare-cta p {
    margin-bottom: 25px;
    color: #fff;
}

.cta-button {
    background-color: #5180a9 !important; 
    color: #ffffff !important;
    padding: 12px 30px;
    border-radius: 50px;
    text-decoration: none;
    display: inline-block;
    /* FIX: Added a white border so the button is visible on the blue background */
    border: 2px solid #5180a9; 
    transition: all 0.3s ease;
    font-weight: 600;
}

.cta-button:hover {
    background-color: #ee4b04 !important; /* Orange hover */
    color: #ffffff !important;
    border-color: #ee4b04; /* Changes border to orange on hover */
    text-decoration: none;
}















/* HOMECARE PRICING IMPROVED */

.homecare-pricing .pricing-card{
background:#fff;
padding:40px 30px;
border-radius:10px;
text-align:center;
box-shadow:0 10px 25px rgba(0,0,0,0.08);
transition:all .3s ease;
position:relative;
height:100%;
}

.homecare-pricing .pricing-card:hover{
transform:translateY(-10px);
box-shadow:0 20px 40px rgba(0,0,0,0.15);
}

.homecare-pricing h5{
font-weight:600;
margin-bottom:15px;
letter-spacing:1px;
}

.homecare-pricing .price{
font-size:42px;
font-weight:700;
color:#5180a9;
margin-bottom:20px;
}

.homecare-pricing .price span{
font-size:14px;
color:#777;
}

.pricing-features{
list-style:none;
padding:0;
margin-bottom:30px;
}

.pricing-features li{
padding:10px 0;
border-bottom:1px solid #eee;
}

.pricing-features i{
color:#ee4b04;
margin-right:8px;
}

.pricing-btn{
display:inline-block;
padding:12px 30px;
background:#5180a9;
color:#fff;
border-radius:50px;
text-decoration:none;
font-weight:500;
transition:.3s;
}

.pricing-btn:hover{
background:#ee4b04;
color:#fff;
}

.featured{
border:2px solid #5180a9;
transform:scale(1.05);
}

.popular-tag{
position:absolute;
top:-12px;
right:20px;
background:#ee4b04;
color:#fff;
font-size:12px;
padding:5px 12px;
border-radius:20px;
}









/* Pricing Section Layout */
.homecare-pricing .price {
    line-height: 1.2;
    margin-bottom: 25px;
}

/* Strike-through for the old price */
.homecare-pricing .old-price {
    font-size: 20px;
    color: #999;
    text-decoration: line-through;
    text-decoration-color: #777; /* Changed from orange to #777 */
    font-weight: 500;
}

/* New Promo Price - Increased Size and Brand Orange */
.homecare-pricing .main-price {
    font-size: 28px !important;            /* Increased font size */
    color: #ee4b04 !important; 
    font-weight: 800;
}

/* Monthly/Yearly Text Styling */
.homecare-pricing .duration {
    font-size: 24px;
    color: #777;
    font-weight: 400;
}

.homecare-pricing .yearly {
    font-size: 13px;
    color: #5180a9;
    font-weight: 600;
    margin-top: 5px;
}

/* Ensure price components align horizontally */
.price-row {
    display: flex;
    align-items: baseline;
    justify-content: center;
}










/* Container for the whole box */
.step-box {
    border-radius: 10px;
    transition: transform 0.3s ease;
}

.step-box:hover {
    transform: translateY(-5px); /* Subtle lift effect on hover */
}

/* The Blue Circle */
.step-icon {
    width: 100px;
    height: 100px;
    background-color: #5180a9; /* Your brand blue */
    color: #ffffff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 25px auto; /* Centers the circle and adds bottom margin */
    font-size: 40px; /* Icon size */
    box-shadow: 0 4px 15px rgba(81, 128, 169, 0.2); /* Soft blue shadow */
}

/* Heading Styling */
.step-box h4 {
    font-weight: 700;
    margin-bottom: 15px;
    color: #333;
}

/* Paragraph Styling */
.step-box p {
    color: #666;
    font-size: 0.95rem;
    line-height: 1.6;
}













/* FAQ SECTION */

.faq-section{
background:url('../images/faq-bg.jpg') center/cover no-repeat;
padding:80px 0;
position:relative;
}

.faq-title{
color:#fff;
font-size:36px;
font-weight:700;
}

.faq-container{
max-width:900px;
margin:auto;
}

.faq-item{
background:#fff;
border-radius:8px;
margin-bottom:15px;
overflow:hidden;
box-shadow:0 8px 20px rgba(0,0,0,0.1);
}

.faq-question{
padding:18px 25px;
font-weight:600;
cursor:pointer;
display:flex;
justify-content:space-between;
align-items:center;
font-size:16px;
}

.faq-answer{
padding:20px 25px;
border-top:1px solid #eee;
display:none;
color:#555;
line-height:1.6;
}

.faq-item.active .faq-answer{
display:block;
}

.faq-icon{
font-size:20px;
color:#5180a9;
}






.homecare-benefits .section-heading,
.homecare-benefits .text-center p {
    color: #fff;
}







/* CTA SECTION */

.homecare-cta{
position:relative;
padding:100px 20px;
text-align:center;
background:linear-gradient(135deg,#5180a9,#6f9ec7);
color:#fff;
overflow:hidden;
}

/* decorative shapes */

.homecare-cta::before{
content:"";
position:absolute;
width:300px;
height:300px;
background:rgba(255,255,255,0.08);
border-radius:50%;
top:-120px;
left:-120px;
}

.homecare-cta::after{
content:"";
position:absolute;
width:350px;
height:350px;
background:rgba(255,255,255,0.06);
border-radius:50%;
bottom:-150px;
right:-120px;
}

.cta-content{
position:relative;
z-index:2;
max-width:750px;
margin:auto;
}

.homecare-cta h2{
font-size:42px;
font-weight:700;
margin-bottom:15px;
}

.homecare-cta p{
font-size:18px;
margin-bottom:30px;
opacity:.95;
}

/* BUTTON */

.cta-button{
display:inline-block;
background:#ee4b04;
color:#fff;
padding:15px 40px;
border-radius:6px;
font-weight:600;
font-size:16px;
text-decoration:none;
transition:all .3s ease;
box-shadow:0 10px 25px rgba(0,0,0,0.2);
}

.cta-button:hover{
background:#d84200;
transform:translateY(-3px);
box-shadow:0 15px 35px rgba(0,0,0,0.25);
}









/* Isolated Section Background */
#regular-maintenance-unique {
    background-color: #f8f9fc !important;
}

/* Card Styling */
#regular-maintenance-unique .maintenance-card {
    background: #fff;
    padding: 35px 25px;
    border-radius: 15px;
    text-align: center;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
    height: 100%;
    border: 1px solid #f1f1f1;
}

#regular-maintenance-unique .maintenance-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
    border-color: #5180a9; /* Brand Blue */
}

/* Icon Container */
#regular-maintenance-unique .maintenance-icon {
    width: 70px;
    height: 70px;
    background-color: #f0f7ff;
    color: #5180a9; /* Brand Blue */
    border-radius: 50%;
    margin: 0 auto 20px auto;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 28px;
}

/* List Styling inside Cards */
#regular-maintenance-unique .maintenance-list {
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: left; /* Better for reading bullets */
}

#regular-maintenance-unique .maintenance-list li {
    font-size: 16px;
    color: #6c757d;
    position: relative;
    padding-left: 20px;
    margin-bottom: 8px;
    line-height: 1.4;
}

/* Custom Bullet Points */
#regular-maintenance-unique .maintenance-list li::before {
    content: "•";
    color: #5180a9;
    font-weight: bold;
    position: absolute;
    left: 0;
}

#regular-maintenance-unique h4 {
    font-size: 18px;
    color: #212529;
    font-weight: 700;
    margin-bottom: 15px;
}










/* Login Button Styled as a Button */
.btn-login a {
    background-color: #5180a9; /* Your brand blue */
    color: #ffffff !important;
    padding: 8px 24px; /* Slightly wider padding for a better look */
    border-radius: 50px;
    font-weight: 500;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    transition: all 0.3s ease;
    border: 2px solid #5180a9;
}

/* Hover State */
.btn-login a:hover {
    background-color: #ee4b04 !important; /* Added # and !important to ensure it overrides */
    color: #ffffff !important;
    border-color: #ee4b04 !important; /* Match border to the orange background */
    transform: translateY(-3px); /* Slightly more visible lift */
    box-shadow: 0 4px 12px rgba(238, 75, 4, 0.3); /* Adds a soft orange glow on hover */
}

.btn-login i {
    font-size: 1.1rem;
}






/* Style for the Maintenance Intro Section */
.maintenance-intro {
    background-color: #transparent; /* Your brand blue to make white text visible */
}

/* Change Heading and Paragraph color to white */
.maintenance-intro h2, 
.maintenance-intro p {
    color: #ffffff !important;
}









/* Styling for the Seasonal Section background */
.season-maintenance {
    background-color: transparent; /* Changed to transparent */
}

/* Ensure the heading is visible on a light background */
/* Remove this if your page has a dark background image */
.season-maintenance h2 {
    color: #fff !important; /* Changed from #fff to dark gray for visibility */
}

/* Ensure the maintenance icons in these cards are centered */
.season-maintenance .maintenance-icon {
    width: 60px;
    height: 60px;
    background-color: #f0f7ff;
    border-radius: 50%;
    margin: 0 auto 15px auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Card Styling for Transparent Section */
.season-maintenance .maintenance-card {
    transition: transform 0.3s ease;
    border-radius: 10px;
    border: 1px solid #eee; /* Added a light border since the section is now transparent */
}

.season-maintenance .maintenance-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 10px 20px rgba(0,0,0,0.1);
}










/* Section Styling to match your screenshot */
.homecare-cta {
    position: relative;
    padding: 100px 20px;
    text-align: center;
    background: linear-gradient(135deg, #5180a9, #6f9ec7); /* Gradient from your inspect tool */
    color: #fff;
    overflow: hidden;
}

/* Paragraph styling */
.homecare-cta p {
    font-size: 1.1rem;
    max-width: 800px;
    margin: 0 auto 25px auto;
    color: #fff;
}

/* The CTA Button fix */
.homecare-cta .cta-button {
    background-color: #fff !important; /* Brand Blue */
    color: #5180a9 !important;
    padding: 12px 35px;
    border-radius: 50px; /* Pill shape */
    text-decoration: none;
    display: inline-block;
    border: 2px solid #ffffff; /* White border for visibility */
    transition: all 0.3s ease;
    font-weight: 600;
}

/* Button Hover State */
.homecare-cta .cta-button:hover {
    background-color: #ee4b04 !important; /* Brand Orange */
    border-color: #ee4b04;
    color: #ffffff !important;
    transform: translateY(-3px);
    box-shadow: 0 10px 20px rgba(0,0,0,0.2);
    text-decoration: none;
}









/* Mobile view only (targeting screens below 992px) */
@media (max-width: 991px) {
    /* Target HomeCare and Maintenance Guide specifically */
    .mobile-links ul li a[href="homecare.php"].active,
    .mobile-links ul li a[href="maintenance-guide.php"].active,
    .mobile-links ul li a[href="homecare.php"]:active,
    .mobile-links ul li a[href="maintenance-guide.php"]:active {
        background-color: transparent !important; /* Remove background */
        color: #ee4b04 !important; /* Change text color to your brand orange */
        box-shadow: none !important; /* Remove any shadow if present */
    }
}






/* Target HomeCare and Maintenance Guide in the Footer */
.footer .footer-links ul li a[href="homecare.php"],
.footer .footer-links ul li a[href="maintenance-guide.php"] {
    background-color: transparent !important; /* Always remove background */
    padding-left: 0; /* Remove padding usually added to dropdown-items */
    transition: color 0.3s ease;
}

/* Change ONLY the text color when active or hovered */
.footer .footer-links ul li a[href="homecare.php"].active,
.footer .footer-links ul li a[href="maintenance-guide.php"].active,
.footer .footer-links ul li a[href="homecare.php"]:hover,
.footer .footer-links ul li a[href="maintenance-guide.php"]:hover {
    background-color: transparent !important; /* Ensure no background appears */
    color: #ee4b04 !important; /* Your brand orange text */
    text-decoration: none;
}




















.btn-choose {
    background-color: #5180a9 !important; /* Brand Blue */
    color: #ffffff !important;
    padding: 12px 35px;
    border-radius: 50px; /* Pill shape */
    text-decoration: none;
    display: inline-block;
    border: 2px solid #ffffff; /* White border for visibility */
    transition: all 0.3s ease;
    font-weight: 600;
}

/* Button Hover State */
.btn-choose:hover {
    background-color: #ee4b04 !important; /* Brand Orange */
    border-color: #ee4b04;
    color: #ffffff !important;
    transform: translateY(-3px);
    box-shadow: 0 10px 20px rgba(0,0,0,0.2);
    text-decoration: none;
}





/* This code ONLY runs on mobile and tablets */
@media (max-width: 991px) {
    .btn-login {
        margin-top: 15px !important; /* Adds the gap only on mobile */
        display: flex;
        justify-content: center;
        width: 100%;
    }

    .btn-login a {
        display: flex;
        align-items: center;
        justify-content: center; /* Centers the "Login" text and icon */
        gap: 10px;
        background-color: #5180a9;
        color: #fff !important;
        padding: 12px 30px;
        border-radius: 50px;
        text-decoration: none;
        width: 100%;
        max-width: 200px; /* Matches the width of your Contact Us button */
    }
}

/* Ensure the desktop version has no top margin */
@media (min-width: 992px) {
    .btn-login {
        margin-top: 0 !important;
    }
}








.badge-launch {
    display: inline-block;
    background: #22c55e;
    color: #fff;
    font-size: 11px;
    padding: 4px 8px;
    border-radius: 4px;
    margin-bottom: 6px;
}

.old-price {
    display: block;
    text-decoration: line-through;
    color: #94a3b8;
    font-size: 14px;
}

.price {
    font-size: 32px;
    font-weight: 700;
    color: #fff;
}



.launch-banner h4 {
    color: #ee4b04;
    font-weight: 700;
}

.launch-banner p {
    color: #cbd5e1;
    font-size: 14px;
}






/* Only apply styles within the .member-benefits section */
.member-benefits {
    background: #0f172a;
    padding: 60px 0; 
    text-align: center; /* Centers the headings and text-based elements */
}

/* Headings restricted to this section */
.member-benefits .section-heading {
    color: #fff !important;
    font-weight: 700;
    margin-bottom: 10px;
}

.member-benefits .section-subheading {
    color: #fff;
    font-size: 16px;
    margin-bottom: 40px; /* Space between subheading and list */
}

/* Benefits List - Centering Strategy */
.member-benefits .benefits-list {
    list-style: none;
    padding: 0;
    display: inline-block; /* Allows the list to be centered by the parent text-align */
    text-align: left;      /* Keeps the checkmarks aligned to the left of the text */
}

.member-benefits .benefits-list li {
    display: flex;
    align-items: center;
    margin-bottom: 18px;
    font-size: 16px;
    color: #e2e8f0;
}

.member-benefits .benefits-list i {
    color: #22c55e;
    margin-right: 12px;
    font-size: 20px;
}










/* Scoped to the Pricing Section only */
.homecare-pricing-section {
    background-color: #Transparent !important; /* Removes any blue background */
}

/* The Orange Card Container */
.homecare-pricing-section .bonus-alert-card {
    background-color: #ee4b04 !important; /* Your brand orange */
    border-radius: 12px;
    padding: 25px 20px;
    margin: 30px auto 10px auto;
    box-shadow: 0 8px 25px rgba(238, 75, 4, 0.2);
    transition: transform 0.3s ease;
}

.homecare-pricing-section .bonus-alert-card:hover {
    transform: translateY(-3px);
}

/* Text Styles inside the Orange Card */
.homecare-pricing-section .bonus-content h4 {
    color: #ffffff !important;
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.homecare-pricing-section .bonus-content p {
    color: #ffffff !important;
    font-size: 18px;
    margin-bottom: 0;
    font-weight: 500;
}

.homecare-pricing-section .bonus-content strong {
    font-weight: 800;
}

/* Emoji Styling */
.bonus-emoji {
    font-size: 24px;
}








.yearly {
    font-size: 13px;
    color: #94a3b8;
    margin-top: 5px;
}

.yearly span {
    color: #22c55e;
    font-size: 12px;
}

.plan-note {
    margin-top: 15px;
    font-size: 13px;
    color: #212529;
}





.pricing-features {
    text-align: left;
    padding-left: 0;
}

.pricing-features li {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    text-align: left;
}

.pricing-features li i {
    margin-right: 10px;
    margin-top: 3px;
}




.pricing-card {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.pricing-features {
    flex-grow: 1;
}

.pricing-btn {
    margin-top: auto;
}



.pricing-btn {
    margin-top: auto;
    margin-top: 20px;
}



.pricing-btn {
    margin-top: auto;
    margin-top: 20px;
}




.plan-note {
    margin-top: -15px !important;
    display: block; /* Ensures the margin applies correctly */
    position: relative; /* Helps with layering if needed */
}






.founding-section {
    background: linear-gradient(135deg, #0f172a, #020617);
}

.founding-box {
    background: #ee4b04;
    padding: 50px 30px;
    border-radius: 16px;
    border: 1px solid rgba(255,255,255,0.08);
}

/* Title */
.founding-title {
    color: #ee4b04;
    font-weight: 700;
}

/* Description */
.founding-desc {
    color: #cbd5e1;
    max-width: 700px;
    margin: 15px auto;
}

/* Plans */
.founding-plan {
    background: #fff;
    padding: 20px;
    border-radius: 10px;
    transition: 0.3s;
}

.founding-plan:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 30px rgba(0,0,0,0.4);
}

.founding-plan h6 {
font-size: 20px;
    font-weight: 400;
    color: #212529;
    margin-bottom: 5px;
}

.founding-plan span {
    font-size: 42px;
    font-weight: 700;
    color: #5180a9;
}

/* Highlight (Plus Plan) */
.founding-plan.highlight {
    border: 2px solid #ee4b04;
}

/* Note */
.founding-note {
    color: #facc15;
    margin-top: 20px;
    font-size: 14px;
}

/* CTA Button */
.founding-btn {
    display: inline-block;
    margin-top: 25px;
    padding: 14px 30px;
    background:  #5180a9;
    color: #fff;
    border-radius: 30px;
    text-decoration: none;
    font-weight: 600;
    transition: 0.3s;
}

.founding-btn:hover {
    background:  #fff;
    color: #5180a9;
}


.founding-subnote {
    color: #94a3b8;
    font-size: 13px;
    margin-top: 10px;
}





/* Specifically target the /month text */
.founding-plan span small {
    font-size: 14px !important; /* Smaller size */
    color: #777 !important;    /* Grey color */
    font-weight: 700;          /* Normal weight so the price stands out */
    margin-left: 5px;
}





/* Isolated Container with dark background to make white text pop */
#understanding-membership-unique {
    background-color: #f8f9fa !important; /* Matching your dark brand theme */
    padding: 100px 0;
}

/* Balanced Spacing Box */
#understanding-membership-unique .membership-list-box {
    max-width: 800px; /* Precise width for better alignment */
    background: #ffffff;
    padding: 50px; /* Equal internal padding on all sides */
    border-radius: 20px;
    box-shadow: 0 15px 45px rgba(0, 0, 0, 0.2);
    margin-left: auto;  /* Ensures equal left space */
    margin-right: auto; /* Ensures equal right space */
}

/* List Styling */
#understanding-membership-unique .modern-bullet-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

#understanding-membership-unique .modern-bullet-list li {
    display: flex;
    align-items: center;
    padding: 25px 0;
    border-bottom: 1px solid #f1f1f1;
}

#understanding-membership-unique .modern-bullet-list li:last-child {
    border-bottom: none;
}

/* Icon Bullets */
#understanding-membership-unique .bullet-icon {
    background-color: #5180a9; /* Brand Blue */
    color: #ffffff;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 30px; /* Balanced gap between icon and text */
    font-size: 22px;
    flex-shrink: 0;
}

/* Content Text */
#understanding-membership-unique .bullet-content h4 {
    color: #212529;
    font-weight: 700;
    font-size: 19px;
    margin-bottom: 5px;
}

#understanding-membership-unique .bullet-content p {
    color: #6c757d;
    font-size: 15px;
    line-height: 1.6;
    margin: 0;
}







/* Change the Heading and Subheading color specifically in this section */
#understanding-membership-unique h2.section-heading {
    color: #212529 !important;
    font-weight: 700;
}

#understanding-membership-unique .text-center > p {
    color: #212529 !important;
    font-size: 18px;
    margin-bottom: 40px;
    opacity: 0.9; /* Keeps it slightly softer than the bold heading */
}




/* Isolated Section */
#membership-details-unique {
    background-color: #f8f9fa !important;
    padding: 100px 0;
}

/* Modern Grid Layout */
#membership-details-unique .founding-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 25px;
    max-width: 1100px;
    margin: 0 auto;
}

/* The Modern Tile Card */
#membership-details-unique .founding-tile {
    background: #ffffff;
    padding: 40px 30px;
    border-radius: 20px;
    text-align: center;
    border: 1px solid #eef0f2;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.03);
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

#membership-details-unique .founding-tile:hover {
    transform: translateY(-12px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.06);
    border-color: #5180a9; /* Soft brand blue border on hover */
}

/* Icon Box Styling */
#membership-details-unique .founding-icon-box {
    width: 70px;
    height: 70px;
    background: #f0f4f8; /* Very light blue tint */
    color: #5180a9;      /* Brand Blue icon */
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
    font-size: 26px;
    transition: 0.3s;
}

#membership-details-unique .founding-tile:hover .founding-icon-box {
    background: #080D1F; /* Swaps to Dark Blue on hover */
    color: #ffffff;
}

/* Text Styling */
#membership-details-unique .founding-text h4 {
    color: #212529;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 10px;
}

#membership-details-unique .founding-text p {
    color: #6c757d;
    font-size: 15px;
    line-height: 1.5;
    margin: 0;
}

/* Modernized CTA Button */
#membership-details-unique .founding-btn {
    display: inline-block;
    background: #5180a9;
    color: #ffffff !important;
    padding: 16px 45px;
    border-radius: 50px;
    text-decoration: none;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    box-shadow: 0 10px 20px rgba(81, 128, 169, 0.2);
    transition: 0.3s ease;
}

#membership-details-unique .founding-btn:hover {
    background: #ee4b04;
    box-shadow: 0 15px 30px rgba(8, 13, 31, 0.3);
    transform: translateY(-3px);
}

#membership-details-unique .founding-subnote {
    margin-top: 20px;
    color: #adb5bd;
    font-size: 14px;
}




/* Isolated FAQ Styles */
#homecare-faq-unique {
    background-color: #f8f9fa !important;
}

#homecare-faq-unique .faq-container {
    max-width: 900px;
    margin: 0 auto;
}

#homecare-faq-unique .faq-item {
    background: #fff;
    margin-bottom: 15px;
    border-radius: 10px;
    border: 1px solid #e9ecef;
    overflow: hidden;
    transition: all 0.3s ease;
}

#homecare-faq-unique .faq-question {
    padding: 20px 25px;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-weight: 600;
    color: #212529;
    font-size: 17px;
}

#homecare-faq-unique .faq-item.active .faq-question {
    color: #ee4b04; /* Brand Orange */
    background: #fff;
}

#homecare-faq-unique .faq-answer {
    padding: 0 25px 20px 25px;
    color: #6c757d;
    line-height: 1.6;
    display: none; /* Hidden by default - use your JS to toggle */
}

/* Shows the answer when active class is added by JS */
#homecare-faq-unique .faq-item.active .faq-answer {
    display: block;
}

#homecare-faq-unique .faq-answer ul {
    margin-top: 10px;
    padding-left: 20px;
}

#homecare-faq-unique .faq-answer li {
    margin-bottom: 5px;
}

#homecare-faq-unique .faq-icon {
    font-size: 20px;
    transition: transform 0.3s ease;
}

#homecare-faq-unique .faq-item.active .faq-icon {
    transform: rotate(45deg);
    color: #ee4b04;
}



/* Specifically target the FAQ title within this section */
#homecare-faq-unique .faq-title {
    color: #212529 !important;
    font-weight: 700;
    margin-bottom: 40px;
    font-size: 32px; /* Adjust size as needed */
}





/* Isolated Dark Intro Section */
#maintenance-intro-dark {
    background-color: #080d1f !important;
    padding: 100px 0 !important; /* Increased padding for a more premium look */
}

/* Heading Styling */
#maintenance-intro-dark .section-heading {
    color: #ffffff !important;
    font-weight: 700;
    margin-bottom: 25px;
}

/* Paragraph Styling */
#maintenance-intro-dark .lead {
    color: #fff !important; /* Muted silver/gray for better readability than pure white */
    font-size: 1.15rem;
    line-height: 1.8;
    margin-bottom: 0;
}








/* Isolated Seasonal Section */
#seasonal-maintenance-unique {
    background-color: transparent !important;
    padding: 80px 0;
}

/* Card Styling */
#seasonal-maintenance-unique .seasonal-card {
    background: #ffffff;
    border-radius: 20px;
    height: 100%;
    overflow: hidden;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2);
    border: 1px solid rgba(255, 255, 255, 0.1);
}

/* Header Styling */
#seasonal-maintenance-unique .seasonal-header {
    background: #f8f9fa;
    padding: 30px;
    display: flex;
    align-items: center;
    border-bottom: 1px solid #eee;
}

#seasonal-maintenance-unique .seasonal-icon {
    font-size: 30px;
    margin-right: 15px;
}

#seasonal-maintenance-unique .seasonal-header h3 {
    margin: 0;
    color: #212529;
    font-weight: 700;
    font-size: 22px;
}

/* Group & List Styling */
#seasonal-maintenance-unique .seasonal-body {
    padding: 30px;
}

#seasonal-maintenance-unique .seasonal-group {
    margin-bottom: 25px;
}

#seasonal-maintenance-unique .seasonal-group h5 {
    color: #5180a9; /* Brand Blue */
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 12px;
    display: flex;
    align-items: center;
}

#seasonal-maintenance-unique .seasonal-group h5 i {
    margin-right: 10px;
    font-size: 14px;
    opacity: 0.8;
}

#seasonal-maintenance-unique .seasonal-group ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

#seasonal-maintenance-unique .seasonal-group li {
    color: #6c757d;
    font-size: 14px;
    padding: 5px 0 5px 20px;
    position: relative;
    line-height: 1.5;
}

#seasonal-maintenance-unique .seasonal-group li::before {
    content: "•";
    color: #ee4b04; /* Brand Orange accent */
    font-weight: bold;
    position: absolute;
    left: 0;
}

/* Subtle Hover Effect */
#seasonal-maintenance-unique .seasonal-card:hover {
    transform: translateY(-5px);
    transition: 0.3s ease;
}







/* Container for the Timeline */
#annual-timeline-unique {
    background-color: #080d1f !important;
    padding: 100px 0;
}

.maintenance-timeline {
    position: relative;
    max-width: 900px;
    margin: 0 auto;
    padding: 20px 0;
}

/* The Vertical Line */
.maintenance-timeline::after {
    content: '';
    position: absolute;
    width: 2px;
    background: rgba(81, 128, 169, 0.3); /* Muted brand blue */
    top: 0;
    bottom: 0;
    left: 40px; /* Aligned with dots */
    margin-left: -1px;
}

/* Individual Timeline Item */
.timeline-item {
    padding: 20px 0 40px 100px; /* Space for the dot and line */
    position: relative;
}

/* The Glowing Dots */
.timeline-dot {
    position: absolute;
    width: 50px;
    height: 50px;
    background: #5180a9;
    color: #fff;
    border-radius: 50%;
    left: 15px;
    top: 20px;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    box-shadow: 0 0 0 8px rgba(81, 128, 169, 0.1);
}

/* The Text Content */
.timeline-content {
    background: rgba(255, 255, 255, 0.05); /* Very subtle "glass" look */
    padding: 30px;
    border-radius: 15px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    transition: 0.3s ease;
}

.timeline-content:hover {
    background: rgba(255, 255, 255, 0.08);
    border-color: #5180a9;
    transform: translateX(10px);
}

.timeline-content h4 {
    color: #ffffff;
    font-weight: 700;
    margin-bottom: 10px;
}

.timeline-content p {
    color: #adb5bd;
    line-height: 1.7;
    margin-bottom: 0;
}

.timeline-content strong {
    color: #5180a9; /* Highlight key items in brand blue */
}

/* Mobile Adjustment */
@media (max-width: 768px) {
    .maintenance-timeline::after { left: 30px; }
    .timeline-dot { width: 40px; height: 40px; left: 10px; font-size: 14px; }
    .timeline-item { padding-left: 70px; }
}







/* SECTION 1: Transparent Styles */
#long-term-2-5 {
    background-color: transparent !important;
}

#long-term-2-5 .section-heading, 
#long-term-2-5 .check-text strong {
    color: #ffffff !important; /* White text for transparent/dark background */
}

#long-term-2-5 .check-text span {
    color: #fff !important;
}

/* SECTION 2: White Background Styles */
#major-maintenance-5-10 {
    background-color: #ffffff !important;
}

#major-maintenance-5-10 .section-heading, 
#major-maintenance-5-10 .check-text strong {
    color: #080d1f !important; /* Dark Blue for white background */
}

#major-maintenance-5-10 .check-text span {
    color: #212529 !important; /* Dark Gray for visibility */
}

/* SHARED STYLES */
.checklist-header {
    margin-bottom: 40px;
    border-bottom: 2px solid rgba(81, 128, 169, 0.2);
    padding-bottom: 20px;
}

.badge-year {
    background: #5180a9;
    color: white;
    padding: 5px 15px;
    border-radius: 50px;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    display: inline-block;
    margin-bottom: 10px;
}

.header-orange { border-color: rgba(238, 75, 4, 0.2); }
.header-orange .badge-year { background: #ee4b04; }

.check-item {
    display: flex;
    align-items: flex-start;
    padding: 15px;
    margin-bottom: 10px;
}

.bullet-point {
    height: 10px;
    width: 10px;
    background-color: #5180a9;
    border-radius: 50%;
    margin-right: 20px;
    margin-top: 8px;
    flex-shrink: 0;
}

.header-orange .bullet-point { background-color: #ee4b04; }

.check-text strong {
    display: block;
    font-size: 17px;
    margin-bottom: 3px;
}

.check-text span {
    font-size: 14px;
    line-height: 1.4;
    display: block;
}






/* Update the lead paragraph text to white */
#maintenance-benefits-unique .lead {
    color: #ffffff !important;
    opacity: 0.9; /* Optional: slightly softens the white for better readability */
}

/* Section Background - Ensured case sensitivity for CSS */
#maintenance-benefits-unique {
    background-color: transparent !important;
    padding: 100px 0;
}

/* Heading Colors */
#maintenance-benefits-unique .section-heading {
    color: #fff;
    font-weight: 700;
    margin-bottom: 20px;
}

/* Individual Benefit Box */
.benefit-box {
    text-align: center;
    padding: 40px 30px;
    background: #ffffff;
    border-radius: 20px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    height: 100%;
    transition: all 0.3s ease;
    border: 1px solid #eee;
}

.benefit-box:hover {
    transform: translateY(-10px);
    border-color: #5180a9;
}

/* Highlighted Stress Box */
.special-highlight {
    background: linear-gradient(135deg, #ffffff 0%, #f0f7ff 100%);
    border: 1px solid rgba(81, 128, 169, 0.2);
}

/* Icon Styling */
.benefit-icon {
    width: 60px;
    height: 60px;
    background-color: #f0f7ff;
    color: #5180a9; /* Brand Blue */
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    margin: 0 auto 25px;
}

/* Text Styling */
.benefit-box h4 {
    color: #080d1f;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 15px;
}

.benefit-box p {
    color: #212529;
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 0;
}







/* Styling for the User and Phone Icons */
.header-action-icon i {
    color: #ffffff !important;
    font-size: 20px;
    display: block;
    transition: transform 0.3s ease, opacity 0.3s ease;
}

.header-action-icon:hover i {
color: #ee4b04 !important;
    font-size: 20px;
    opacity: 0.7;
    transform: translateY(-2px);
}

/* Ensure the gap between the text links and the icons is consistent */
.social-icons .gap-3 {
    gap: 1.5rem !important; /* Adjust this value to increase/decrease space */
}






/* Styling for Orange Text Links Only */
.menu-top .nav-link-orange {
    color: #ee4b04 !important; /* Your specific orange */
    font-size: 14px;
    font-weight: 700;          /* Bold makes the orange pop more */
    text-transform: uppercase;
    text-decoration: none;
    letter-spacing: 0.5px;
    transition: all 0.3s ease;
    display: inline-block;
}






/* Remove ALL underlines and borders from the footer section */
footer, 
.footer-section, 
.footer-links, 
.social-icons-footer {
    border: none !important;
}

footer li, 
footer a, 
footer p, 
footer span {
    text-decoration: none !important;
    border-bottom: none !important;
    box-shadow: none !important; /* Just in case it's a shadow-based underline */
}

/* Ensure links still look like links on hover without adding an underline */
footer a:hover {
    text-decoration: none !important;
    color: #ee4b04 !important; /* Brand orange highlight instead of underline */
}




/* Target only the cta-button within the hero-section */
.hero-section .cta-button {
    background-color: #ffffff !important; /* White background */
    color: #5180a9  !important;           /* Specific blue text color */
    padding: 12px 30px;
    border-radius: 50px;                 /* Rounded pill shape */
    text-decoration: none;
    font-weight: 600;
    display: inline-block;
    transition: all 0.3s ease;           /* Smooth transition for hover */
    border: 2px solid #ffffff;           /* Matches background to prevent jumping */
}

/* Hover state for this specific section only */
.hero-section .cta-button:hover {
    background-color: #ee4b04 !important; /* Your brand orange */
    color: #ffffff !important;           /* White text on hover */
    border-color: #ee4b04;               /* Match border to orange */
    transform: translateY(-2px);          /* Subtle lift effect */
    box-shadow: 0 4px 15px rgba(238, 75, 4, 0.3);
}






/* Target the cta-button within the Home Maintenance Guide banner */
.about-banner-bg .cta-button {
    background-color: #ffffff !important; /* White background */
    color: #5180a9  !important;           /* Blue text color */
    padding: 12px 30px;
    border-radius: 50px;                 /* Pill shape */
    text-decoration: none;
    font-weight: 600;
    display: inline-block;
    margin-top: 25px;                    /* Adds spacing below the subheading */
    transition: all 0.3s ease;           /* Smooth color fade */
    border: 2px solid #ffffff;
}

/* Hover state for this specific section */
.about-banner-bg .cta-button:hover {
    background-color: #ee4b04 !important; /* Brand orange background */
    color: #ffffff !important;           /* White text on hover */
    border-color: #ee4b04;
    transform: translateY(-2px);          /* Subtle lift */
    box-shadow: 0 4px 15px rgba(238, 75, 4, 0.3);
}














/* Sticky Button */
.sticky-download-btn {
    position: fixed;
    bottom: 20px;
    left: 20px;
    background-color: #ee4b04;
    color: #fff;
    padding: 12px 20px;
    border-radius: 50px;
    font-weight: 600;
    font-size: 14px;
    cursor: pointer;
    z-index: 9999;
    box-shadow: 0 4px 15px rgba(238, 75, 4, 0.4);
    animation: pulse-orange 2s infinite;
}

@keyframes pulse-orange {
    0% { transform: scale(1); box-shadow: 0 0 0 0 rgba(238, 75, 4, 0.7); }
    70% { transform: scale(1.05); box-shadow: 0 0 0 10px rgba(238, 75, 4, 0); }
    100% { transform: scale(1); box-shadow: 0 0 0 0 rgba(238, 75, 4, 0); }
}

/* Modal Styling */
.download-modal-overlay {
    position: fixed;
    top: 0; left: 0; width: 100%; height: 100%;
    background: rgba(0,0,0,0.7);
    display: none;
    justify-content: center;
    align-items: center;
    z-index: 10000;
}

.download-modal {
    background: #fff;
    padding: 40px;
    border-radius: 15px;
    width: 90%;
    max-width: 400px;
    position: relative;
    text-align: center;
}

.close-modal {
    position: absolute;
    top: 10px; right: 15px;
    background: none; border: none; font-size: 24px; cursor: pointer;
}

.form-group input {
    width: 100%;
    padding: 12px;
    margin-bottom: 15px;
    border: 1px solid #ddd;
    border-radius: 5px;
}

.submit-btn {
    background: #ee4b04;
    color: #fff;
    border: none;
    width: 100%;
    padding: 12px;
    border-radius: 5px;
    font-weight: bold;
    cursor: pointer;
}

.success-msg {
    color: #212529;
    font-weight: 600;
    margin-top: 20px;
}













/* Concierge Card restricted to this section */

.member-benefits .concierge-card {

    background: linear-gradient(135deg, #ee4b04, #ee4b04);

    border-radius: 16px;

    padding: 30px;

    text-align: center;

    border: 1px solid rgba(255,255,255,0.08);

    transition: 0.3s ease;

}



.member-benefits .concierge-card:hover {

    transform: translateY(-8px);

    box-shadow: 0 20px 40px rgba(0,0,0,0.4);

}



.member-benefits .concierge-card h4 {

    color: #fff; /* Your brand orange */

    margin-bottom: 15px;

}



.member-benefits .concierge-card p {

    color: #fff;

}









/* Custom Button Style for Homecare & Maintenance Guide */
.menu-top .nav-btn {
    background-color: #ee4b04 !important; /* Your specific orange */
    color: #ffffff !important;           /* White text */
    padding: 10px 25px;                  /* Vertical and horizontal spacing */
    border-radius: 50px;                 /* Rounded pill shape */
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    text-decoration: none;
    display: inline-block;
    transition: all 0.3s ease;
    border: 2px solid transparent;      /* Prevents layout shift on hover */
    line-height: 1;                     /* Keeps text centered vertically */
}

