@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');

body {
	font-family: "Inter", sans-serif;
}

:root {
	--primary-color: #4EB711;
	--secondary-color: #4EB711;
	--white-color: #fff;
	--black-color: #000;
}

a {
	color: var(--primary-color);
	transition: all .5s ease-in-out;
	text-decoration: none;
}

a:hover {
	color: #000;
}

p {
	color: #4D4D4D;
	font-size: 16px;
}

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

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

.pd-80 {
	padding: 80px 0;
}

.mb-100 {
	margin-bottom: 100px;
}

.mb-70 {
	margin-bottom: 70px;
}

.mb-50 {
	margin-bottom: 50px;
}

ul {
	padding-left: 0 !important;
	list-style: none;
}

.bg-grey {
	background: rgba(239, 239, 239, 0.44);
}

/***Common Title Start***/
.common-title h4 {
	font-size: 50px;
	font-weight: 600;
	margin-bottom: 10px;
}

.common-title p {
	color: #707070;
	margin-bottom: 0;
	font-size: 16px;
}

/***Common Title End***/

/***Common Button Start***/
.common-btn {
	display: inline-block;
	padding: 12px 25px;
	background: var(--primary-color);
	color: #fff;
	border-radius: 30px;
	font-size: 16px;
	font-weight: 500;
	transition: all .5s ease-in-out;
	border: 1px solid var(--primary-color);
}

.common-btn:hover {
	background-color: transparent;
	border-color: var(--primary-color);
	color: var(--primary-color);
}

.common-bd-btn {
	display: inline-block;
	padding: 12px 25px;
	background: transparent;
	color: var(--primary-color);
	border-radius: 30px;
	font-size: 16px;
	font-weight: 500;
	transition: all .5s ease-in-out;
	border: 1px solid var(--primary-color);
}

.common-bd-btn:hover {
	background-color: var(--primary-color);
	border-color: var(--primary-color);
	color: #fff;
}


.common-lt-btn {
	display: inline-block;
	padding: 12px 25px;
	background: rgba(78, 183, 17, 0.05);
	color: var(--primary-color);
	border-radius: 30px;
	font-size: 16px;
	font-weight: 500;
	transition: all .5s ease-in-out;
	border: 1px solid transparent;
}

.common-lt-btn:hover {
	background-color: var(--primary-color);
	border-color: var(--primary-color);
	color: #fff;
}

.black-btn {
	display: inline-block;
	padding: 12px 22px;
	background: #000;
	color: #fff;
	border-radius: 30px;
	font-size: 16px;
	font-weight: 500;
	transition: all .5s ease-in-out;
	border: 1px solid #000;
}

.black-btn:hover {
	background-color: #fff;
	border-color: #000;
	color: #000;
}

.wht-btn {
	display: inline-block;
	padding: 12px 22px;
	background: #fff;
	color: #000;
	border-radius: 30px;
	font-size: 16px;
	font-weight: 500;
	transition: all .5s ease-in-out;
	border: 1px solid #fff;
	/* width: 100px; */
	max-width: 180px;
}

.wht-btn:hover {
	background-color: transparent;
	border-color: #fff;
	color: #fff;
}

.wht-btn svg {
	width: 20px;
	margin-left: 5px;
	stroke: #000;
	transition: all .5s ease-in-out;
}

.wht-btn:hover svg {
	stroke: #fff !important;
}

.black-bd-btn {
	display: inline-block;
	padding: 12px 22px;
	background: transparent;
	color: #000;
	border-radius: 30px;
	font-size: 16px;
	font-weight: 500;
	transition: all .5s ease-in-out;
	border: 1px solid #000;
}

.black-bd-btn:hover {
	background-color: #000;
	border-color: #000;
	color: #fff;
}

.learn-btn {
	display: inline-block;
	margin-top: 40px;
}

.common-btn-red{
	display: inline-block;
	padding: 12px 25px;
	background: #CD112A;
	color: #fff;
	border-radius: 30px;
	font-size: 16px;
	font-weight: 500;
	transition: all .5s ease-in-out;
	border: 1px solid #CD112A;
}

.common-btn-red:hover {
	background-color: transparent;
	border-color: #CD112A;
	color: #CD112A;
}


/***Common Button End***/

/****Common Form Start****/
.common-form .form-label {
	color: #000;
}

.common-form .form-control {
	min-height: 45px;
	border-radius: 4px;
}

.common-form .form-control:focus {
	border: 1px solid var(--primary-color);
	box-shadow: none;
}

.common-form .form-select {
	min-height: 45px;
	border-radius: 4px;
}

.common-form .form-select:focus {
	border: 1px solid var(--primary-color);
	box-shadow: none;
}

.common-form textarea.form-control {
	min-height: 150px;
	border-radius: 4px;
}

.common-form textarea.form-control:focus {
	border: 1px solid var(--primary-color);
	box-shadow: none;
}

.common-form .form-check-input:checked {
	background-color: var(--primary-color);
	border-color: var(--primary-color);
	box-shadow: none;
}

.common-form .form-check-label {
	color: #000;
}

/****Common Form End****/

/****Bredcrum Start****/
.page-title-area {
	height: 250px;
	display: flex;
	align-items: center;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	position: relative;
	overflow: hidden;
	background-size: cover;
	background-position: center;
}

.page-title-area::before {
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	background: rgba(0, 0, 0, .5);
	content: '';
}

.page-title {
	font-size: 36px;
	font-weight: 600;
	line-height: 1.277;
	color: #fff;
}

.breadcrumb-menu li {
	position: relative;
}

.breadcrumb-menu li span {
	font-size: 16px;
	font-weight: 400;
	color: #fff;
}

.breadcrumb-menu li a {
	font-weight: 900;
	display: inline-block;

}

.breadcrumb-menu li a span{
	color: var(--primary-color);

}
.breadcrumb-menu ul {
	display: flex;
	justify-content: center;
	gap: 25px;
}

.page-title-wrapper {
	position: relative;
}

.trail-begin a {
	color: var(--primary-color);
	font-weight: 900;
}

.trail-items li:not(:last-child)::after {
	display: inline-block;
	color: #fff;
	content: "";
	position: absolute;
	right: -16px;
	top: 0px;
	font-family: "Font Awesome 5 Pro";
}

/****Bredcrum End****/

/***Terms & Conditions Start***/
.terms-content:not(:last-child) {
	margin-bottom: 25px;
}

.terms-content h3 {
	margin-bottom: 13px;
	position: relative;
	color: #000;
	font-weight: 600;
}
.terms-content ul li {
	margin-bottom: 10px;
}
.terms-content p {
	color: #5e5e5e;
	line-height: 30px;
}

.terms-list li:not(:last-child) {
	margin-bottom: 16px;
}

/***Terms & Conditions End***/

/***About Us Start***/
.about-section {
	background: #f8f9fa;
}

.about-section h2 {
	font-weight: 700;
}

.about-section ul li {
	margin-bottom: 12px;
	font-size: 16px;
	color: #6c757d;
}

/***About Us End***/

/****Contact Us Pages Start****/

.contact-info-icon i {
	font-size: 35px;
	color: #fff;
	width: 70px;
	height: 70px;
	line-height: 70px;
	text-align: center;
	border-radius: 50px;
	background: var(--primary-color);
}

.contact-info h5 {
	font-size: 20px;
	font-weight: 600;
	margin-bottom: 8px;
	color: #000;
}

.contact-info:hover {
	transform: translateY(-8px);
}

.contact-info {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	text-align: center;
	gap: 15px;
	padding: 12px;
	position: relative;
	margin-bottom: 25px;
	border-radius: 15px;
	background-color: hsla(0, 0%, 89%, .52);
	backdrop-filter: blur(8px);
	min-height: 205px;
	box-shadow: 0 0 40px 5px rgb(0 0 0 / 5%);
	transition: all .5s ease-in-out;
}

.contact-info-content p a {
	color: #000;
}

.contact-wrapper {
	background-color: #f0f0f0;
	border-radius: 10px;
	padding: 30px;
	box-shadow: 0 0 40px 5px rgb(0 0 0 / 5%);
}

.contact-img {
	height: 520px !important;
}

.contact-img img {
	width: 100%;
	border-radius: 12px;
	height: 100%;
	object-fit: contain;
}
.contact-form {
	padding: 20px 0;
}

.contact-form-header h2 {
	font-size: 30px;
	font-weight: 700;
	margin-bottom: 10px;
	color: #000;
}

.contact-form-header p {
	color: #000;
}

.contact-form .form-control {
	height: 45px;
	border-radius: 4px;
	border: 1px solid #e0e0e0;
	/* //background: hsla(0, 0%, 89%, .52); */
}

.contact-form textarea.form-control {
	height: 130px !important;
	border-radius: 4px;
}

.contact-form-header {
	margin-bottom: 30px;
}

.contact-form-header p {
	margin-bottom: 0;
	line-height: 28px;
}

/****Contact Us Pages End****/




/****Faq Page Start****/
.choose-right .accordion-button:focus {
	z-index: 3;
	border: none;
	outline: 0;
	box-shadow: none;
}

.choose-right .accordion-item {
	border: 1px solid #eaebee;
	margin-bottom: 20px;
	border-radius: 5px;
	overflow: hidden;
}

.choose-right .accordion-collapse {
	border: 0;
}

.choose-right .accordion-button {
	padding: 25px;
	font-size: 16px;
	color: #242629;
	font-weight: 600;
	padding-right: 35px;
	border: 0;
}

.choose-right .accordion-button:not(.collapsed) {
	color: var(--clr-common-heading);
	background-color: #fff;
	box-shadow: none;
	border: 0;
}

.choose-right .accordion-body {
	padding: 0px 25px 20px 25px;
	margin-top: -10px;
}

.choose-right .accordion-body p {
	line-height: 30px;
	margin-bottom: 0;
}

.choose-right .accordion-button:not(.collapsed)::after {
	background: none;
	transform: rotate(180deg);
	content: "";
	position: absolute;
	right: 25px;
	top: 25px;
	font-family: "Font Awesome 5 Pro";
}

@media (max-width: 767px) {
	.choose-right .accordion-button:not(.collapsed)::after {
		right: 20px;
	}
}

.choose-right .accordion-button::after {
	background: none;
	color: var(--clr-common-heading);
	content: "";
	position: absolute;
	right: 20px;
	top: 25px;
	font-family: "Font Awesome 5 Pro";
	font-weight: 400;
}

@media (max-width: 767px) {
	.choose-right .accordion-button::after {
		right: 15px;
	}
}

/****Faq Page End****/



/****Home Page Start****/
.header-card {
	width: 100%;
	height: auto;
	padding: 10px 0;
	z-index: 99;
	box-shadow: 0 2px 4px rgba(0,0,0,0.2);
}

.header-card ul li {
	margin-right: 45px;
}

.header-card ul li:last-child {
	margin-right: 0px;
}

.header-card ul li a {
	font-weight: 400;
	padding-left: 0 !important;
	padding-right: 0 !important;
}

.header-card ul li .nav-link.active,
.header-card ul li .nav-link:hover {
	color: var(--primary-color);
}

.header-logo img {
	max-width: 140px;
}


.banner-sec {
	min-height: 600px;
	display: flex;
	justify-content: center;
	background: url('../img/banner-bg.png');
	background-size: cover;
	background-position: bottom;
}

.banner-dis h4 {
	font-size: 50px;
	font-weight: 600;
	margin-bottom: 20px;
	line-height: 64px;
}

.banner-dis p {
	font-size: 18px;
	margin-bottom: 25px;
	color: rgba(0, 0, 0, 0.54);
}

.search-card {
	background: rgba(78, 183, 17, 0.05);
}


.makes-dining-inr {
	border-top: 1px solid rgba(33, 33, 33, 0.05);
	border-bottom: 1px solid rgba(33, 33, 33, 0.05);
}

.make-dinig-hd h4 {
	font-size: 30px;
	line-height: 42px;
	font-weight: 600;
}

.make-dining-dis h4 {
	font-size: 22px;
	font-weight: 600;
	margin-bottom: 8px;
}

.smart-card .ftr-icon {
	display: inline-block;
	width: 50px;
	height: 50px;
	border-radius: 4px;
	background: #fff;
	text-align: center;
	line-height: 46px;
	margin-bottom: 20px;
}
.smart-card h4 {
	font-size: 22px;
	margin-bottom: 8px;
	color: #000;
}

.smart-card p {
	font-size: 16px;
	margin-bottom: 0;
}

.smart-ftr-left {
	display: flex;
	flex-flow: wrap;
}

.smart-card {
	flex: calc(50%);
	max-width: calc(50%);
	padding: 25px 25px;
	border: 1px solid rgba(0, 0, 0, 0.05);
}

.how-card {
	text-align: center;
}
.how-icon {
	display: inline-block;
	width: 50px;
	height: 50px;
	border-radius: 4px;
	background: rgba(78, 183, 17, 0.05);
	text-align: center;
	line-height: 50px;
	margin-bottom: 24px;
}
.how-card h4 {
	font-size: 24px;
	margin-bottom: 12px;
	color: #000;
}

.news-sec{
	background: url('../img/news-bg.png');
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

.news-img {
	background: url('../img/transfoem.png');
	height: 400px;
	border-radius: 8px;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	padding: 30px 40px;
	display: flex;
	align-items: center;
}
.news-img h4{
	color: #fff;
	font-size: 40px;
	margin-bottom: 18px;
}
.news-img p{
	color: rgba(255, 255, 255, 0.54);
	font-size: 16px;
	margin-bottom: 18px;
}

.faq-accordion .accordion-item {
	border-radius: 0 !important;
	margin-bottom: 15px;
	border-left: 0;
	border-right: 0;
}
.faq-accordion .accordion-button:not(.collapsed) {
	color: #000;
	font-weight: 600;
	background-color: transparent;
	box-shadow: none;
}
.faq-accordion .accordion-button:focus-visible {
	border: none;
	box-shadow: none !important;
}

.explore-img {
	text-align: center;
}


.ftr-card {
	background: var(--primary-color);
	padding-top: 50px;
	padding-bottom: 10px;
}


.ftr-logo {
	display: inline-block;
	margin-bottom: 20px;
}

.ftr-hd {
	font-size: 22px;
	margin-bottom: 18px;
}

.ftr-links li a {
	display: block;
	color: #fff;
	margin-bottom: 12px;
}

.ftr-social a {
	display: inline-block;
	width: 31px;
	height: 31px;
	background: #fff;
	text-align: center;
	line-height: 28px;
	border-radius: 50%;
}

.ftr-bottom-links ul li {
	padding-right: 30px;
	position: relative;
}

.ftr-bottom-links ul li:last-child::after {
	display: none;
}

.ftr-bottom-links ul li::after {
	position: absolute;
	right: 15px;
	top: 50%;
	transform: translateY(-50%);
	width: 1px;
	height: 80%;
	content: '';
	background: #fff;
}

.ftr-bottom-links ul li a {
	color: #fff;
	transition: all .5s ease-in-out;
}

.ftr-bottom-links ul li a:hover {
	color: #000;

}

.copy-right-card {
	border-top: 1px solid rgba(255, 255, 255, .4);
}


.swiper-button-next::after {
	font-size: 0;
	width: 40px;
	height: 40px;
	background: url('../img/swiper-next.png') !important; 
}

.swiper-button-prev::after {
	font-size: 0;
	background: url('../img/swiper-prev.png') !important; 
	width: 40px;
	height: 40px;
}
.explore-slider .swiper-button-next{
	right: 45%;
	left: auto;
	bottom: 0 !important;
	top: inherit;
	width: 50px;
}
.explore-slider .swiper-button-prev {
	left: 45%;
	right: auto;
	bottom: 0 !important;
	top: inherit;
	width: 50px;
}
.exploreSwiper {
	padding-bottom: 80px;
}

.clientSwiper {
	padding-top: 60px;
}
.client-slider {
	margin-top: -60px;
}
.client-slide {
	padding: 30px 25px;
	border: 1px solid rgba(78, 183, 17, 0.2);
	border-radius: 8px;
	background: rgba(78, 183, 17, 0.02);
	margin: 10px;
}
.client-ftr {
	padding-top: 20px;
	border-top: 1px solid rgba(0, 0, 0, 0.05);
}
.client-slide > p {
	padding: 20px 0;
	line-height: 30px;
}
.star-rating i{
	color: #EABF23;
}

.client-slider .swiper-button-next {
	right: 0;
	left: auto;
	bottom: inherit !important;
	top: 20px;
	width: 50px;
}
.client-slider .swiper-button-prev {
	right: 5%;
	left: auto;
	bottom: inherit !important;
	top: 20px;
	width: 50px;
}

/****Home Page End****/
